From b832707c15d8699ea0877fd67080e6a03f0adcd4 Mon Sep 17 00:00:00 2001 From: Phillip Date: Wed, 6 Dec 2023 15:58:25 +0700 Subject: [PATCH] Updating vietnamese language and training model --- README.md | 36 +++-- language/date/date.go | 4 + language/date/rules.go | 15 ++ language/math.go | 1 + language/movies.go | 4 + language/music.go | 5 + language/reason.go | 4 + locales/locales.go | 7 +- res/datasets/countries.json | 18 +++ res/locales/ca/training.json | 3 +- res/locales/de/training.json | 3 +- res/locales/el/training.json | 4 +- res/locales/en/training.json | 3 +- res/locales/es/training.json | 4 +- res/locales/fr/training.json | 5 +- res/locales/it/training.json | 4 +- res/locales/nl/training.json | 4 +- res/locales/tr/training.json | 5 +- res/locales/vi/intents.json | 208 ++++++++++++++++++++++++++++ res/locales/vi/messages.json | 125 +++++++++++++++++ res/locales/vi/modules.go | 261 +++++++++++++++++++++++++++++++++++ res/locales/vi/stopwords.txt | 75 ++++++++++ res/locales/vi/training.json | 2 + 23 files changed, 781 insertions(+), 19 deletions(-) create mode 100644 res/locales/vi/intents.json create mode 100644 res/locales/vi/messages.json create mode 100644 res/locales/vi/modules.go create mode 100644 res/locales/vi/stopwords.txt create mode 100755 res/locales/vi/training.json diff --git a/README.md b/README.md index 4ba431c2..4792f343 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,15 @@

## Introduction +

introduction

### Description + Olivia is an open-source chatbot built in Golang using Machine Learning technologies. -Its goal is to provide a free and open-source alternative to big services like DialogFlow. +Its goal is to provide a free and open-source alternative to big services like DialogFlow. You can chat with her by speaking (STT) or writing, she replies with a text message but you can enable her voice (TTS). @@ -55,14 +57,16 @@ You can clone the project and customize it as you want using [GitHub](https://gi Try it on [her website!](https://olivia-ai.org) ### Why Olivia? + - The only chatbot project in Go that could be modulable and customizable. - Using daily a privacy-friendly chatbot is great. - The Website is a Progressive Web Application, which means you can add it to your phone and it seems like a native app! - ## Getting started -### Installation -#### Login to Github + +### Installation + +#### Login to Github To get a personal access token from Github go to `Setings > Developer settings > Personal Access Tokens` @@ -70,11 +74,13 @@ Click on Generate new Token and name it you MUST have read and write packages ti Then click Generate new token Replace `TOKEN` with the Token that you just made. + ```bash $ export PAT=TOKEN ``` Login to Github (Note: change USERNAME to Gthub username) + ```bash $ echo $PAT | docker login docker.pkg.github.com -u USERNAME --password-stdin ``` @@ -86,11 +92,13 @@ $ echo $PAT | docker login docker.pkg.github.com -u USERNAME --password-stdin

Pull the image from GitHub Packages + ```bash $ docker pull docker.pkg.github.com/olivia-ai/olivia/olivia:latest ``` Then start it + ```bash $ docker run -d -e PORT=8080 -p 8080:8080 docker.pkg.github.com/olivia-ai/olivia/olivia:latest ``` @@ -98,17 +106,20 @@ $ docker run -d -e PORT=8080 -p 8080:8080 docker.pkg.github.com/olivia-ai/olivia You can just use the websocket of Olivia now. To stop it, get the container id: + ```bash $ docker container ls ``` + ```bash CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 311b3abb963a olivia "./main" 7 minutes ago Up 7 minutes 0.0.0.0:8080->8080/tcp quizzical_mayer ``` and stop it + ```bash -$ docker container stop 311b3abb963a +$ docker container stop 311b3abb963a ``` The app will automatically check for `res/datasets/training.json` file which contains the save of the neural network. @@ -116,27 +127,31 @@ By default when you clone the repository from Github you have a stable save. If you want to train a new model just delete this file and rerun the app. #### GitHub +

Clone the project via GitHub: -```bash +```bash $ git clone git@github.com:olivia-ai/olivia.git ``` Then download the dependencies + ```bash $ go mod download ``` And run it + ```bash $ go run main.go ``` ### Frontend and Backend + To install the frontend and the backend together, please use the `docker-compose.yml` file: ```bash @@ -146,6 +161,7 @@ $ docker-compose up And all done! ## Architecture +

architecture
@@ -159,15 +175,18 @@ And all done!

### Languages supported + - English - Spanish - Catalan - French - German - Italian +- Vietnam - Brazilian portuguese - not completed ### Coverage + The coverage of the translations is given [here](https://olivia-ai.org/dashboard/language). To add a language please read [the documentation for that](https://docs.olivia-ai.org/translations.html). @@ -181,13 +200,14 @@ To add a language please read [the documentation for that](https://docs.olivia-a Please refer to the [contributing file](.github/CONTRIBUTING.md) ### Code Contributors -Thanks to the people who contribute to Olivia. +Thanks to the people who contribute to Olivia. [Contribute](.github/CONTRIBUTING.md) ### Financial Contributors -Become a financial contributor and help Olivia growth. + +Become a financial contributor and help Olivia growth. Contribute on the GitHub page of [hugolgst](https://github.com/sponsors/hugolgst) ❤️ diff --git a/language/date/date.go b/language/date/date.go index b5046f00..c63097dd 100644 --- a/language/date/date.go +++ b/language/date/date.go @@ -36,6 +36,10 @@ var PatternTranslation = map[string]PatternTranslations{ DateRegex: `(από )?(το )?((μεθ )?αύριο|((σήμερα|απόψε)|(επόμενη )?(δευτέρα|τρίτη|τετάρτη|πέμπτη|παρασκευή|σάββατο|κυριακή))|(\d{2}|\d)(η)? (of )?(ιανουάριος|φεβρουάριος|μάρτιος|απρίλιος|μάιος|ιούνιος|ιούλιος|αύγουστος|σεπτέμβριος|οκτώβριος|νοέμβριος|δεκέμβριος)|((\d{2}|\d)/(\d{2}|\d)))`, TimeRegex: `(at )?(\d{2}|\d)(:\d{2}|\d)?( )?(μμ|πμ|μ\.μ|π\.μ)`, }, + "vi": { + DateRegex: `(của )?(một )?((sau )?ngày mai|((hôm nay|tối nay)|(tiếp )?(thứ hai|thứ ba|thứ tư|thứ năm|thứ sáu|thứ bảy|chủ nhật))|(\d{2}|\d)(th|rd|st|nd)? (of )?(january|february|march|april|may|june|july|august|september|october|november|december)|((\d{2}|\d)/(\d{2}|\d)))`, + TimeRegex: `(tại )?(\d{2}|\d)(:\d{2}|\d)?( )?(chiều|sáng|p\.m|a\.m)`, + }, } // PatternTranslations are the translations of the regexs for dates diff --git a/language/date/rules.go b/language/date/rules.go index 70308355..ce95c201 100644 --- a/language/date/rules.go +++ b/language/date/rules.go @@ -119,6 +119,21 @@ var RuleTranslations = map[string]RuleTranslation{ RuleNextDayOfWeek: "επόμενη", RuleNaturalDate: `ιανουάριος|φεβρουάριος|μάρτιος|απρίλιος|μάιος|ιούνιος|ιούλιος|αύγουστος|σεπτέμβριος|οκτώβριος|νοέμβριος|δεκέμβριος`, }, + "vi": { + DaysOfWeek: []string{ + "thứ hai", "thứ ba", "thứ tư", "thứ năm", "thứ sáu", "thứ bảy", "chủ nhật", + }, + Months: []string{ + "tháng 1", "tháng 2", "tháng 3", "tháng 4", "tháng 5", "tháng 6", "tháng 7", + "tháng 8", "tháng 9", "tháng 10", "tháng 11", "tháng 12", + }, + RuleToday: `today|tonight`, + RuleTomorrow: `(after )?tomorrow`, + RuleAfterTomorrow: "after", + RuleDayOfWeek: `(next )?(thứ hai|thứ ba|thứ tư|thứ năm|thứ sáu|thứ bảy|chủ nhật)`, + RuleNextDayOfWeek: "next", + RuleNaturalDate: `tháng 1|tháng 2|tháng 3|tháng 4|tháng 5|tháng 6|tháng 7|tháng 8|tháng 9|tháng 10|tháng 11|tháng 12`, + }, } // A RuleTranslation is all the texts/regexs to match the dates diff --git a/language/math.go b/language/math.go index aa8933de..825dc27e 100644 --- a/language/math.go +++ b/language/math.go @@ -16,6 +16,7 @@ var MathDecimals = map[string]string{ "it": `(\d+( |-)decimale(s)?)|(numero (di )?decimale(s)? (è )?\d+)`, "tr": `(\d+( |-)desimal(s)?)|(numara (dan )?desimal(s)? (mı )?\d+)`, "nl": `(\d+( |-)decimal(en)?)|(nummer (van )?decimal(en)? (is )?\d+)`, + "vi": `(\d+( |-)decimal(s)?)|(nummer (van )?decimal(s)? (is )?\d+)`, "el": `(\d+( |-)δεκαδικ(ό|ά)?)|(αριθμός (από )?δεκαδικ(ό|ά)? (είναι )?\d+)`, } diff --git a/language/movies.go b/language/movies.go index 5a570a26..3964ae41 100644 --- a/language/movies.go +++ b/language/movies.go @@ -57,6 +57,10 @@ var ( "Δράση", "Περιπέτεια", "Κινούμενα Σχέδια", "Παιδικά", "Κωμωδία", "Έγκλημα", "Ντοκιμαντέρ", "Δράμα", "Φαντασία", "Film-Noir", "Τρόμου", "Μουσική", "Μυστηρίου", "Ρομαντική", "Επιστημονική Φαντασία", "Θρίλλερ", "Πολέμου", "Western", }, + "vi": { + "Hành động", "Thám hiển", "Hoạt hình", "Trẻ em", "Hài hước", "Tội phạm", "Phim tài liệu", "Kịch", "Viễn tưởng", + "Film-Noir", "Kinh dị", "Âm nhạc", "Bí ẩn", "Lãng mạn", "Khoa học - Viễn tưởng", "Giật gân", "Chiến tranh", "Western", + }, } movies = SerializeMovies() ) diff --git a/language/music.go b/language/music.go index bf8cced0..e9edb9a1 100644 --- a/language/music.go +++ b/language/music.go @@ -51,6 +51,11 @@ var SpotifyKeyword = map[string]SpotifyKeywords{ From: "από", On: "στο", }, + "vi": { + Play: "Chạy", + From: "Từ", + On: "Bật", + }, } // SpotifyKeywords are the keywords used to get music name diff --git a/language/reason.go b/language/reason.go index 3ba8e65a..03ae46d8 100644 --- a/language/reason.go +++ b/language/reason.go @@ -42,6 +42,10 @@ var ReasonKeywords = map[string]ReasonKeyword{ That: "το οποίο", To: "στο", }, + "vi": { + That: "Đây là", + To: "Tới", + }, } // ReasonKeyword are used to find reason for different languages diff --git a/locales/locales.go b/locales/locales.go index e301fc2c..6b1b4cf4 100644 --- a/locales/locales.go +++ b/locales/locales.go @@ -11,8 +11,7 @@ import ( _ "github.com/olivia-ai/olivia/res/locales/it" _ "github.com/olivia-ai/olivia/res/locales/nl" _ "github.com/olivia-ai/olivia/res/locales/tr" - _ "github.com/olivia-ai/olivia/res/locales/el" - + _ "github.com/olivia-ai/olivia/res/locales/vi" ) // Locales is the list of locales's tags and names @@ -55,6 +54,10 @@ var Locales = []Locale{ Tag: "el", Name: "greek", }, + { + Tag: "vi", + Name: "vietnam", + }, } // A Locale is a registered locale in the file diff --git a/res/datasets/countries.json b/res/datasets/countries.json index f8e0a05c..0083064a 100644 --- a/res/datasets/countries.json +++ b/res/datasets/countries.json @@ -3842,5 +3842,23 @@ "capital": "Harare", "area": 390757, "currency": "ZWL" + }, + { + "name": { + "en": "Ha Noi", + "fr": "Ha Noi", + "es": "Ha Noi", + "ca": "Ha Noi", + "de": "Ha Noi", + "cn": "河内", + "pt": "Ha Noi", + "it": "Ha Noi", + "tr": "Ha Noi", + "nl": "Ha Noi", + "el": "Ханой" + }, + "capital": "Harare", + "area": 390757, + "currency": "ZWL" } ] diff --git a/res/locales/ca/training.json b/res/locales/ca/training.json index b1228763..78f7f7e3 100755 --- a/res/locales/ca/training.json +++ b/res/locales/ca/training.json @@ -1 +1,2 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.693286541463818,0.4022643889181439,0.4032788870054128,0.3090498861274078,0.3062313966666656,0.650287132019153,0.7022149485290534,0.4992431167641891,0.6736898713545243,0.5994718280690148,0.41807598775598026,0.6578635588267786,0.45565775250290386,0.3346966883932404,0.5932932067682517,0.3117501126699147,0.5293674868332231,0.6680197447841973,0.7010494404932911,0.37128917157274366,0.5174206028060446,0.3809709649454899,0.6482711097281385,0.7090141096317839,0.582710883929093,0.5534375622645764,0.5486280008179053,0.35535984243606333,0.5843843105655594,0.5906676601024938,0.463424656471341,0.40215108329456717,0.40644771370939387,0.4114689368642748,0.45695963611037005,0.3366087488762432,0.6772448030210823,0.35035137213075496,0.7292092517200868,0.43988289090242055,0.32405417239910844,0.3480199633557365,0.40118145628432805,0.5417128323805019,0.31876680466314006,0.6254035060065821,0.714256786729973,0.67716653324242,0.4495295889811822,0.51538148077166],[0.04865150316641835,0.6776614629717395,0.46316931549865026,0.653807511537366,0.40893441113934964,0.07816857428606457,0.8382695674877496,0.030559924101319854,0.2453014865627507,0.17390122211125378,0.017731673873696806,0.5487486894283643,0.827973836177644,0.5657170969980568,0.013823103585926765,0.016131826199873408,0.5958426919090494,0.7100714797449066,0.4919005494561902,0.6613789175724899,0.11975142916972123,0.039288618436146124,0.039475046456827007,0.17890784931883907,0.44801851188674513,0.4405492531697633,0.24773228844441836,0.4208358302494811,0.8007715167878204,0.18792841059076337,0.8241880429160304,0.1035915620320457,0.013852031376724984,0.7510531108112729,0.5399536260555218,0.7431314940231667,0.7946662216559557,0.0181834103022635,0.5313584879330752,0.5386392555257659,0.340946512400101,0.014818805791890774,0.7585760166692531,0.12124917414733394,0.5511313378965321,0.39149093171440524,0.02492626908189956,0.39557112352110796,0.7256781652315992,0.4156165422867696],[0.04193860343504352,0.7337965116918929,0.49486699524381467,0.44192678614979947,0.11896132839248238,0.024833189179902196,0.4045236337108513,0.0014431506391599915,0.256281241190469,0.014549062424953437,0.0708541660490852,0.8971296239789731,0.2786723829498285,0.9274481408315846,0.0009027338930872158,0.038519937026346325,0.565994705317134,0.6658485684793105,0.4200392548843197,0.019609265118880774,0.034873411849008926,0.007206843416719807,0.3070402598111417,0.47215922594166015,0.6320098567383813,0.6948986076662632,0.5758731579246296,0.613469679943437,0.8246128826757866,0.00968894459923847,0.6474832724380618,0.11471394490445169,0.011919040102466555,0.6181728209280217,0.7134780438630811,0.2521993207360079,0.7943179716261767,0.023848670886014597,0.38012254404552726,0.4021820377434503,0.09478562095786687,0.003267870069968041,0.7070178558910074,0.008213055308496787,0.6333741677511561,0.257646146709567,0.07894447116881508,0.2533793569278723,0.6356722181308564,0.5471919300498642],[0.030911515946568463,0.6428071425416338,0.29599379660006575,0.514867061888181,0.7755341597772468,0.12303518291581643,0.7702554424109159,0.023214440419305444,0.19644121830545125,0.010271144888149987,0.00812734882137169,0.9584060728301927,0.20682148197733935,0.7660418874406565,0.00022839208533965194,0.1797151041206296,0.5443002412967575,0.7097728139375165,0.4586155514696849,0.03470715560720244,0.1279552647187477,0.03142799861665896,0.04929209675972977,0.2311441801478906,0.7968370623117594,0.816733966543177,0.612772647984723,0.8697970864190067,0.5031677241857453,0.010211566392246343,0.6889444032632825,0.03056209276932609,0.07038642955463098,0.6859361518587112,0.8447245517793261,0.46618779005885375,0.904879962783045,0.02488599114287758,0.5869489624365191,0.7587709185435779,0.08473181355200861,0.0010230618537979408,0.7426588280999543,0.020242837785063358,0.46010000847005683,0.1272228982457147,0.05308691756526399,0.30115004222865,0.4348200922390688,0.40203047563907224],[0.4026345797377108,0.7426565397078034,0.4071349970642705,0.5259923443601748,0.21886753341960138,0.49455082936177974,0.27285887723561375,0.3698654638163139,0.7163718630968078,0.06532792298787067,0.7362960537554717,0.017994369343222266,0.06915919124052826,0.027466373045076337,0.4170376298321495,0.6078376181134115,0.8621022083768004,0.8150417765946033,0.8496773699022443,0.7022517677150043,0.6338788655568343,0.0013453392008374264,0.3581588722286986,0.1571770445593331,0.6351049285813086,0.6514578348272341,0.592885497871649,0.32320512907515625,0.0664151414983759,0.575502872279634,0.46298323336520253,0.030004837843743276,0.661928437950778,0.46069729192315473,0.6059738408538604,0.4641218279544258,0.022263924247313674,0.49751779757877235,0.8558672023655556,0.6095763811281155,0.38099255473291493,0.6137602877131711,0.7749400467103305,0.40891027345510517,0.652887527946772,0.645470831594833,0.7093751317013817,0.01436782176298714,0.8483946466785347,0.716388415091127],[0.6638012461374259,0.21824850238292412,0.3817459276357035,0.43558538257002793,0.10924685408305602,0.38253330945731956,0.0644198827236366,0.7765850887558228,0.5627667982975356,0.12869981244651088,0.7493123603961506,0.4352887757523314,0.5237055791365482,0.44088105029910213,0.5713654540697735,0.72119294697068,0.565484695699976,0.3566188996120661,0.766772149428391,0.5825357677681874,0.7646795263266613,0.006930242881910985,0.16043642979866143,0.27438635396361943,0.7185796409385985,0.5435460198143585,0.4491852425169883,0.3781798288550693,0.37922120937099707,0.6342451423665373,0.11321304428335723,0.3235570331212228,0.5857579006845494,0.7537759370569438,0.45730517392124587,0.7114430750392896,0.049582563391008486,0.7788575059501649,0.13371900408684753,0.7590812315569242,0.7172161316492602,0.40400571836124977,0.6864465794877859,0.5921094453926868,0.45657123303775754,0.5194100739442705,0.7664701536611198,0.24906720019695353,0.2538356321430387,0.6213560515289853],[0.8063896525081179,0.6307907350108105,0.7211695296217476,0.5999761623342459,0.8042653828597582,0.5926836121069802,0.7014446214087997,0.7513801626167996,0.504344439210007,0.2067738187471154,0.4023809994560695,0.18521065940610054,0.5736088598296081,0.7247148261186919,0.4693222226281356,0.516607281227849,0.3273701766501364,0.5824780562057192,0.5404808314785049,0.7165366911753346,0.15218635191647678,0.7002932666502032,0.012964445711969565,0.6888690349871224,0.04151544673754787,0.5864990277407883,0.10262837521552948,0.5531326330804945,0.19443250483339083,0.6684986681706839,0.22192984862142445,0.3331056098211178,0.1347791778064537,0.007349473954865428,0.027542895624272326,0.014941112302816771,0.5259241859668493,0.5916789644274858,0.654215793220145,0.14094455847697193,0.6472452147456934,0.5496964747289395,0.6345612404870512,0.3857191470944435,0.5085644748692904,0.20280265347627335,0.8028061748151228,0.09555818961521038,0.7893206221458106,0.1614340575833642],[0.6466817221372707,0.2692222110562607,0.29130135584648237,0.5511294870386432,0.5289403262113506,0.338105921751167,0.21072449034647925,0.34624176441293397,0.49731932432733056,0.1959232422875277,0.5770197741135465,0.19792941774367925,0.5990721550856314,0.5733542024266306,0.460099555993981,0.36458071555988164,0.6116186487799364,0.4297288803811132,0.7097287240936784,0.0377044810448669,0.5535056597786318,0.5054551008579866,0.21257245014938067,0.7293061947983903,0.23195312953775435,0.11987872543819375,0.6865778208341565,0.013323955095288281,0.6593819603676785,0.5146069193371411,0.7213829981102797,0.6280755713633547,0.6832324355070328,0.7123445805015086,0.027480014964379438,0.03036207195100941,0.06778616041074512,0.7862006500076777,0.8118561108503068,0.08215871895842336,0.4841220275908879,0.03223832409297175,0.48220500150135603,0.14742600163177969,0.7961464563182586,0.07462699272274324,0.171419370398346,0.4924765685231508,0.684964654540137,0.5051613253384402],[0.9026218987960765,0.5741517800999579,0.0008111646271559907,0.6169788007378123,0.43950194903423495,0.3812344594274709,0.17950668936708458,0.33206330314572363,0.0022675697940229326,0.6100814955700026,0.5886141365075186,0.0073673440816023,0.3123112016406899,0.4512674010242853,0.5889130397556999,0.01263032363381358,0.32549505033642445,0.8510547265974665,0.6262493704586849,0.7337795628180481,0.4259037654276619,0.7446163451184816,0.41783257382968636,0.561718948712031,0.8181064823534403,0.44183876104853126,0.8507271504345741,0.43061150046342955,0.01194368430024426,0.3699363780352557,0.3510821359506179,0.7509608066391613,0.7790547661753748,0.5281688455582526,0.7102414222991587,0.005543619871908396,0.010581168135173619,0.4976202681096404,0.21973451695874935,0.04767430405863672,0.6914327988281505,0.052096187804361135,0.600140573615235,0.09424705217204589,0.8607574098994483,0.7294330746524542,0.08984524810093508,0.6145353278249732,0.6697811408910345,0.49145753213315324],[0.7051781487526838,0.5786872709769864,0.01399430427032276,0.35563459890133775,0.6880770505630476,0.8331893637380448,0.8316780505985446,0.6313960904331806,0.006755955600298035,0.44504215648414874,0.8822017761802587,0.02612871903914821,0.5427652045595435,0.4023522755478537,0.8843002320198874,0.15410915226133956,0.6863150709256528,0.5338982909985202,0.6331244368531558,0.0206421953204588,0.43764878709397304,0.02025129025076665,0.9336190458724707,0.7847236732674288,0.12463896229062653,0.0031602855804235656,0.6633015909396428,0.8949534388901201,0.01864276105639995,0.7670030930451893,0.14504525625523257,0.7379309305366397,0.7294715903206807,0.15113754010916247,0.759874416037458,0.5272171774106151,0.05428170963249733,0.42054161540395885,0.2748344358827174,0.3966027757376608,0.31583568171364385,0.5439939323151638,0.25863108818388025,0.13648244552266192,0.7553060960754202,0.02855565442757786,0.08823809040333712,0.2483589595321974,0.7287823075457622,0.8452976062592442],[0.8339263699281211,0.4019089436948694,0.39442779867016586,0.2299641569305942,0.01746291763798264,0.7440624030972368,0.8307856728227834,0.5006550768472308,0.5916044120608753,0.6426182135728254,0.8598084030488412,0.5972399791185723,0.004039800114897589,0.056829223821757265,0.005131723223465844,0.8088413423427212,0.6972619456660364,0.023494422799892566,0.47061984965236603,0.17092748702545998,0.027664649625432167,0.6968217114038007,0.5600097106183115,0.6597152999059324,0.47689738712634283,0.05088083441987056,0.6962213226884376,0.05924063410569371,0.31377963343439547,0.41415319435750436,0.006295971177892443,0.9207708902808553,0.4530830777199947,0.5310514970944703,0.6187129739447669,0.572363171610783,0.5240432465658016,0.6436514964418854,0.045135613497284684,0.027382590733791037,0.4745185020964768,0.8162772569104367,0.008654730338225078,0.4977656803728129,0.01554554380412499,0.178979686800701,0.27533155203911847,0.8736384668919586,0.7589660439712438,0.007616110229400506],[0.8783895948461111,0.7616322981200477,0.4141723450845855,0.08661854231486099,0.04809287778580796,0.5195492601829967,0.8448231567369112,0.4548137607464435,0.5376142198874357,0.8168230362423353,0.6629526468824984,0.5576784627619431,0.0039433866239224616,0.0951996500803803,0.022614474062654436,0.6178003307956823,0.5320255355334015,0.04674390421565658,0.6729254000697799,0.29616022680854326,0.0599754740798529,0.7353576045048922,0.6479159292455366,0.7087201578211981,0.6041781679866763,0.04027246391090665,0.5246613080959598,0.01752436916210385,0.48427825426297916,0.34103074211920636,0.005654027329695729,0.784792974650742,0.5558191485740103,0.861920670405388,0.2669030943974874,0.6866035129693803,0.615420939715334,0.49152381928839667,0.14825105327026492,0.2995211311900832,0.573856986766562,0.8235024331222264,0.010080094370663022,0.5837087383060235,0.0963519805787166,0.4469197320528893,0.1761057835074747,0.5109916629409216,0.6951348368259422,0.0045747658281475884],[0.6105010510721968,0.15207899444835069,0.000006701068789058067,0.5397529090105728,0.6334570027591866,0.6409772521747202,0.7281576462565715,0.13498546756499943,0.8578013452264808,0.05549515290428925,0.7828174203245654,0.35843854365362277,0.2732029926118483,0.5275287396881464,0.4019945332589158,0.7519955006120184,0.5895100664606283,0.0005477153218338954,0.5448052643540636,0.30720763895825876,0.5620316336285627,0.7763743455517379,0.6385109559503842,0.02824110577256739,0.0019676262057166083,0.6901244966854694,0.4687506505056642,0.27659232977045184,0.6990036465383702,0.5224549000867653,0.36775981161172866,0.8829196169827487,0.39994836997673333,0.00009353466056974572,0.6380746607680285,0.09098435750917651,0.19444485972444123,0.22429491576400118,0.6198975693470465,0.5722186078643862,0.8517684199435658,0.11245320113000475,0.12903858649761013,0.6932544039421609,0.0510020924566286,0.0031825569986924317,0.3306363176384569,0.5855481439259317,0.43797676785637707,0.07367621530346799],[0.45228494708091704,0.4994741075262395,0.000092126568480754,0.7484287927817804,0.6625455593499101,0.6760309571337765,0.7080915505044542,0.4035527195659595,0.3928186993770361,0.007463248388201251,0.09350910401421575,0.7632659114458908,0.4328254189671737,0.8255234726292537,0.6974600347592814,0.7732317742721583,0.14019525582525275,0.0016112147246968127,0.0898840650307083,0.10949752752828415,0.2954507192707928,0.42877278887706094,0.5773026698004694,0.08048299766709027,0.0435801857373919,0.7554325927237788,0.22768436947525142,0.7651584373814772,0.6301716619962616,0.741334566411583,0.3185216375787853,0.502192645895144,0.6309386536392314,0.00019017741091778797,0.36007619618923015,0.02481665747600501,0.5235299668466968,0.30644205842247607,0.611893616280716,0.341705535802534,0.3005977644349349,0.019166115897621246,0.2084488999632175,0.7084486130570745,0.0879889656835026,0.04320941879108831,0.6704788485704014,0.4100533270369216,0.4969152162719932,0.38437079524891116],[0.883739423097212,0.08545469164672381,0.0005750448064867038,0.5059460207079645,0.8613866001620979,0.8588506040147827,0.7840822924747847,0.6542945930188381,0.7301210586038797,0.12202207662601737,0.007250062682777012,0.6243701519237705,0.5810738006793844,0.7523913460517173,0.5679352663424927,0.6201264777070437,0.7502052417786899,0.049851147358466255,0.8000137375463359,0.6941940816552978,0.524491270108314,0.7542875851694333,0.744247736754157,0.26824501866685335,0.14511228247953795,0.7218947357976588,0.22488417973037395,0.9051458243207382,0.7193606450574351,0.8152159844490765,0.45923535895904244,0.8666670020777598,0.8995057840033195,0.0012043118193990497,0.7397990413996129,0.04417025036672602,0.4136801514556312,0.16782152711184686,0.6493371433465469,0.6443473109562234,0.7242699258233528,0.2799093889243641,0.06883482626321176,0.6721984929675843,0.008276474056471474,0.02952902696770741,0.5570880294248605,0.295760619712508,0.5332351462657942,0.7012931963621191],[0.016905629594171745,0.5128337010794212,0.00038493886850531035,0.9073850259081008,0.7169254150935027,0.6001560855721079,0.6412652879853327,0.7215906829088182,0.0009281830266526901,0.0053467350738476,0.5018880222692297,0.7376917890805201,0.06967400824603943,0.9393541911055646,0.4073146043379393,0.8404141977775821,0.4423865265622236,0.0140054042674058,0.009596210743694504,0.0007145073732928032,0.061823207940440154,0.32840077898049985,0.530541937311792,0.02186597472402119,0.4348009048525761,0.7498698818918761,0.5653199363105006,0.5905359127853007,0.4894011545767397,0.5211719817321502,0.5536178472116452,0.05224125733355917,0.04437373872350023,0.018858174181234363,0.0017603095390624757,0.22184003656198154,0.7859055571173019,0.4604036214970956,0.7421025987649167,0.47884516608032307,0.8224757584331195,0.3091256957419689,0.4323850502863111,0.7517013125036618,0.3114055120263495,0.38186199039903096,0.528210427966039,0.27019995502558963,0.6817554563474213,0.6497465562611282],[0.017515062500517643,0.7404601133679581,0.000005817762544930684,0.718632667991798,0.811107942582587,0.7322202316882948,0.5966654291707741,0.0443736151807739,0.3414243072494593,0.27786548835018976,0.5662986971746614,0.6747592534034983,0.31316743775526235,0.05999723857748956,0.06737143299626205,0.8746588907898317,0.8891206296537711,0.026045012865373213,0.044695334033781786,0.0008256986048121184,0.7113987484919195,0.5579606482523756,0.2671285287300795,0.0020773326809650767,0.46977583995621813,0.559371523786979,0.8085624558499345,0.6898185276681885,0.11641160863730421,0.02773367123604561,0.7769534041891623,0.6516715802171129,0.0021547274308654145,0.4143407034226584,0.07151089320314519,0.7106067372392901,0.0024170882232953305,0.8204504384546607,0.5292654958656577,0.35495442369540336,0.8060331690944225,0.13280976099927322,0.6275108754963481,0.6801432130274796,0.38613933342184875,0.13148877249389215,0.05217725382663868,0.5532262871706229,0.6267913746056403,0.21524629487924632],[0.08206230378151727,0.22091478666311773,0.003955539628143593,0.6474077745512007,0.6860281283361261,0.6262585914536491,0.5782689925642979,0.5365911200890267,0.18215071456128848,0.17602342975233953,0.7779627085535271,0.6207362227916092,0.7533120538687507,0.68972261067893,0.17349743523016614,0.37187170253120366,0.6088767837413622,0.12480240062110429,0.4719215158764716,0.014377400938389632,0.5114864768192079,0.5122865153381208,0.4412458343867625,0.04734898804645029,0.4258761651145254,0.5057525169059452,0.8374801425846883,0.659418985712092,0.27491487249469193,0.7485559260593543,0.6515139093259472,0.7728828913433392,0.14181273612182152,0.3043098563221727,0.01025917040022241,0.5529108995995493,0.03401541501233134,0.6946053860348577,0.19116702455045512,0.07179497494413833,0.8100117734976517,0.37571520782072787,0.5821643668888098,0.7253122833077957,0.6148577476819373,0.7727305569090956,0.08635590747713379,0.6644166948438427,0.8733927277065684,0.21544855372147265],[0.019549609922579144,0.7399214831845331,0.1499571146668369,0.36455559521476033,0.4731195861057203,0.8858169996602716,0.9212557775374179,0.866192547807327,0.42553726628232874,0.22182148892372494,0.002229834930915673,0.018395864169357307,0.07136272484799304,0.017983823604399818,0.001331706513170699,0.13639272770677283,0.025842452528732768,0.6565572414285634,0.0006220350563288941,0.7818955656083971,0.0098916000817195,0.6670458267714903,0.6644760640198674,0.001980368136291787,0.6354471672373918,0.6627922040115966,0.19782616773163558,0.6678069425990215,0.8757269632793798,0.11673055604741511,0.7170359861285849,0.833128124313724,0.6792375587627881,0.9153327682991617,0.8882670290233905,0.7244087250423737,0.3005923539121398,0.00016537439470394008,0.022184569420251068,0.40638096307458,0.2610485792305391,0.19809069744328775,0.7097724998312628,0.0002236515531834244,0.9197867102781098,0.593216803901514,0.2993448843131935,0.37679910413765233,0.12456425967892117,0.009750052704485725],[0.001776900995697338,0.610312430956065,0.04226171627499933,0.11530506255980111,0.21193529711295397,0.5149347249051811,0.35767931934182123,0.411208796040858,0.054335384262815346,0.17104516457005442,0.0022078002272532195,0.045927021277262545,0.36799558934492604,0.09728677151174017,0.000354288192296705,0.2932880970504896,0.04176731469726856,0.21568688252242635,0.137767811387626,0.45895661283464034,0.00023994609935118887,0.4668246076653788,0.7401975559551548,0.0024362336536526003,0.8729154621260187,0.6787830802151592,0.7331656317369821,0.6513927734052576,0.9431931313216687,0.03562133704876186,0.7099660731384378,0.5366713871347161,0.34453090263588354,0.48395709214240357,0.4219435672982173,0.695066285350294,0.637828312013477,0.0001440874171890884,0.44488097830836876,0.6589232679094374,0.10447865335230751,0.25402349806367414,0.9044145051504646,0.0014787487868310315,0.6533376503624998,0.029464436789556448,0.26090519461828726,0.013290910835819611,0.026774445813984055,0.0027073693256761877],[0.16579760825450782,0.9358470845672948,0.02453262754022467,0.8790749614204195,0.5478740219300267,0.710979032214323,0.38794671644563683,0.6151910849412201,0.04576468195597933,0.3159293047146157,0.10783994830931301,0.07560850852762487,0.8443176476243318,0.16238500693391478,0.055202147500962355,0.11655282916533062,0.31107483794865953,0.19822084510017432,0.008190943239404454,0.60171116882604,0.03751768779671886,0.6186886659739648,0.6125812047092569,0.024393331205695545,0.660871474933083,0.4971844985277853,0.1966666107111827,0.05944681421492319,0.7354038123149396,0.33260493438289573,0.8207519699397121,0.8832105133020204,0.7686958894581519,0.38824761511561495,0.5172817896206762,0.8073233180513828,0.8227866779523392,0.0005102784925798149,0.3460486884309376,0.6392318187446381,0.6643179741367893,0.8426529484663472,0.6747046845680742,0.0021899175630496755,0.45185870726513483,0.08339257159359373,0.5272949087988731,0.2192189162173901,0.8659032326923689,0.0765610295762775],[0.008985563064357396,0.17845281646048738,0.21812971872576153,0.3124555511318321,0.2282857098489343,0.011395340164309951,0.5456816445564495,0.009082427418663788,0.5715846567271211,0.22619908464014865,0.13925889734615304,0.6782506898525298,0.5820745768138584,0.8883363506709223,0.000013356125352936527,0.1458964198633801,0.0027113372096583942,0.0326095945818044,0.1363967721936729,0.13815784491349248,0.5155352588119488,0.00002657341112024653,0.0033305276879160967,0.22480340928785675,0.7140537579364605,0.0048234885039552845,0.8674951286651172,0.5427544688414435,0.9106555650595112,0.24828425213866298,0.7518490324864275,0.42572322245394556,0.0003395106588755211,0.9611298717345342,0.05174528821038385,0.8805595406751121,0.6937997950037299,0.2147621337587803,0.7610959896939038,0.9312066936492889,0.7369725527270922,0.46206172256382844,0.5672614532939657,0.30601321382902624,0.7201263732981286,0.5283879856165458,0.3380721300753602,0.0218454900218706,0.1917730247450429,0.01661629648315549],[0.09087559608406114,0.3915112677163757,0.01925678550534346,0.6541622647791965,0.4746672495454475,0.004120482259282984,0.6837348756122495,0.1851754142494857,0.0075825485611999525,0.4096027509406224,0.40478657345353436,0.7698131918709431,0.03587899209228124,0.8036706770762203,0.17987046397493492,0.005909933352356552,0.21358346448298918,0.8332470234360486,0.6175265635323224,0.27932611004852004,0.2456948263661779,0.00015335507976368796,0.38370768750777007,0.6201508722764245,0.7652467594555542,0.6504918493448116,0.6383427809008626,0.5861529327503894,0.9052442699918064,0.04735743045374456,0.5541076837947854,0.43627660255050493,0.00015215515284705327,0.7406526061287976,0.7413594892803463,0.7219690132146039,0.6593022332236137,0.0012075011488331077,0.03144148358162134,0.3205221183035797,0.0037511302215974297,0.23032399834708794,0.7881833021805152,0.0024877270763799895,0.5986789800633056,0.00019981744456399323,0.5845121566001336,0.000248705849857403,0.7678576503454011,0.19697142669769013],[0.027455395230447707,0.8927401982969771,0.08329354631181203,0.20234024331095019,0.684122577890337,0.017210620598528133,0.8065427866812128,0.021922092850886105,0.09346322696927,0.39681123603816776,0.3319143451160133,0.9468157207405812,0.08148673526279712,0.9006581155756108,0.051978956536987725,0.027117013076879734,0.24488229783251733,0.609870862348906,0.5065255672207046,0.4022664067530884,0.19860994692380302,0.01167448834442063,0.18516703502479306,0.6095171436504145,0.8127066423561852,0.6842077918686403,0.7004877080858957,0.22325757547195485,0.7212834539013968,0.08633323235260279,0.9190702771228062,0.1807416643213394,0.007643773724697343,0.3837664086710124,0.5123959407712657,0.7402106845693494,0.3172094648218898,0.00923647946621776,0.14995656242252695,0.43394648226118554,0.001150253472740128,0.06472347002846782,0.7274244102231924,0.004664318272768915,0.7933599247043454,0.0023634374055059824,0.3094836028071009,0.01078656069665594,0.7698228952575912,0.3082172706341024],[0.1256918230278844,0.026658091310181122,0.07235859323564865,0.8021300130199694,0.779659753316994,0.42735737670860935,0.8443076159147797,0.812225238558086,0.40702335426371244,0.7821845487883039,0.22992375636167686,0.3893201395989714,0.5833455751848253,0.625560378389574,0.7543638573594289,0.5373940673051146,0.5495486398092674,0.5333702920043951,0.21261489792516858,0.6446088574804868,0.12683783469772852,0.68738963227149,0.5171610313514319,0.2770139301598742,0.6011830894662902,0.06553979672031562,0.08485717528081191,0.7839271978522235,0.08119757538058571,0.3459032031390249,0.515084170183683,0.3651776132274241,0.6555678550677515,0.5385578331637764,0.5897996187111253,0.7483250488927109,0.011404756873226722,0.35852084087951136,0.2033769218605023,0.6845516930142637,0.12196903793590497,0.2436173011854967,0.1957721356400947,0.4125241077929221,0.5300740400862314,0.4128621327565109,0.8213177834041264,0.7050936972125336,0.12624925096915532,0.15472855532024146],[0.49515147231576095,0.002348269097434662,0.04369216784553112,0.8305196208252218,0.46493510115109155,0.5914686889326012,0.7362443388784645,0.5198844675395129,0.7520556573750748,0.5643709243551888,0.1477068217163236,0.20211250160708663,0.22782933176344655,0.8220403521870772,0.272488531635419,0.22495730631871297,0.8105939675442058,0.11484741317527378,0.17041790690227393,0.5171068194949124,0.20983952604682454,0.9003783083182102,0.8289104979290788,0.2901734787619186,0.16724365494100343,0.04254543240248998,0.536298094704533,0.7010436791931179,0.4991420056096236,0.6761365148192627,0.2464224826671672,0.07506352161612956,0.2481463403660448,0.6174004696060037,0.6685432136656821,0.6683188440605434,0.01724613597440545,0.023935655774025046,0.22664789696702645,0.795307648666003,0.35984617655927087,0.5124300132127452,0.08889331926662876,0.5108449673957022,0.8016104298812788,0.6937991120901689,0.576254733079735,0.41164350962797347,0.1598429820000702,0.08361145741108622],[0.36139465649580166,0.02759191234228049,0.08104607419067521,0.5766787965056996,0.6775759187359611,0.49026411471263676,0.4984418082798349,0.6519207653420873,0.11162998807347896,0.46857214438289335,0.18789057980908075,0.23049523550846143,0.41855283331912724,0.34687725418068266,0.4908637970877934,0.4608982023106265,0.06530697295772395,0.5071198316267808,0.7940486342810168,0.8402073776843747,0.2992646985318333,0.3712494979046128,0.4281928221923505,0.030728530901539996,0.4769115049741385,0.7349615434750633,0.6958469861385267,0.38335949364202615,0.6700584279529663,0.20373949307050215,0.3386380057653412,0.013707677253416218,0.6138433621705186,0.18988925898929243,0.6855464178526072,0.332984750986797,0.5337199496813051,0.7105123990928883,0.35600992025930056,0.783402123624721,0.5712938917429854,0.7098117046504122,0.4796722681378829,0.7641524763374071,0.2289339484193643,0.7193010637117273,0.3589670015064057,0.2748908940186238,0.5444084898448344,0.07916681708625985],[0.27314583104948276,0.007928157102408174,0.7065059637409963,0.717483072561999,0.39153426371842626,0.7371686737561319,0.7887594510375356,0.31481474986632985,0.1440970142655475,0.8532447342837047,0.726766339599008,0.05117553749359771,0.8325996746301916,0.17871897574505283,0.4725641823676326,0.4569545538178513,0.23417416612189357,0.6072014511267275,0.5177937448516682,0.6048023614872406,0.3369038943194911,0.8062203868177006,0.09667769292039059,0.47556687677626736,0.5048238017892066,0.7936880129044429,0.6596874156077206,0.0022893549491512636,0.568461336653512,0.23880466969489056,0.2365356307884171,0.005604164774031824,0.8092382947070497,0.4257460866468924,0.7316229964176547,0.44118181884405683,0.5606030347242617,0.03449705660472921,0.22646662142911803,0.01710921005771138,0.852774312799855,0.4315640335545926,0.036406773733803154,0.9272649712291301,0.47583185996703664,0.7156554625722883,0.5862334232648608,0.11521365637898032,0.6442593982630237,0.8376825936119208],[0.24332544057369784,0.23769591882739555,0.08664599001313268,0.7838810617699209,0.8339096550187463,0.7382173026386755,0.6882083477144554,0.46326274367719306,0.8430765295963651,0.9047736455685593,0.70488002206478,0.6337704030198326,0.6205808783090305,0.17097980172224378,0.4825862270844782,0.5569417797919487,0.34115959136433227,0.6822210805142054,0.7305386399190038,0.824803770711684,0.7532155838575902,0.3312740797235486,0.47561298741487273,0.37765558651906944,0.7045621467965117,0.7020726735412196,0.5458613587466343,0.032246500671238784,0.08120476106652495,0.021447648746895705,0.07204453157046645,0.03361142824564565,0.37638766334366985,0.8310042124572439,0.4286514189005629,0.4559505868566663,0.895882135009126,0.26144892301964295,0.0449847350179642,0.8923311915303096,0.3096791865898703,0.153299869585741,0.3936333120168401,0.7332693972604609,0.15954487576415716,0.7796220098795443,0.4199817373910723,0.02913807101225282,0.8302081679469645,0.03262571608905483],[0.6316196305116618,0.47914933228359263,0.5968089131317695,0.09605939984227108,0.5241765262618614,0.46828344734884153,0.05977570743768236,0.20043911259172556,0.5619403079734335,0.6949092632080204,0.8150719912389996,0.3209237171450457,0.7553903924261427,0.024444262884904134,0.5257174217590691,0.17351518472824373,0.14960247024954476,0.7657293651159559,0.8300399679033715,0.7826258487095639,0.10937147851940769,0.0228124320446345,0.522263893916786,0.5501552682289303,0.5177003837838718,0.700285735456424,0.5221909996744745,0.734426217535526,0.001357927784794854,0.49700734842747707,0.6026230386083491,0.3324999487316796,0.028576080638766523,0.5204677173682961,0.500319766603374,0.3346811508322141,0.9083310686346243,0.5776801192302383,0.6656887993265714,0.002111278223310827,0.00788377583298344,0.8305440425613028,0.0004643841788663761,0.5263511432190334,0.3529545219408056,0.5937314718025692,0.7306819095424898,0.8204733471521927,0.11418985178813928,0.720019338554429],[0.01555699047257944,0.6096416419291226,0.2368966530775408,0.3177749677361393,0.5898510112152887,0.7429576436304715,0.742457005052584,0.8055387794460804,0.2391562759325587,0.0017622450132713135,0.6433113783391858,0.019402063399576112,0.2378285642443732,0.12510283832101737,0.20960884885934286,0.020119051710399873,0.0500025707333803,0.7243842656027786,0.01182060416713587,0.10629309010877185,0.14405042527399647,0.7788979748719648,0.7721070075671612,0.5264490584606712,0.45694174962704404,0.2734331352454937,0.7933666582707906,0.7346783283728943,0.6454114834696344,0.07916044252187218,0.038785620216600696,0.07265358032303831,0.6230791321245656,0.14972558989355675,0.7528788024791436,0.6549736694300557,0.026266881859997045,0.3221793906953799,0.6178241084416821,0.30522335455698185,0.0019517209785023743,0.17396575045133192,0.5663919233849184,0.37693233145375543,0.5938731666739884,0.012831558964220788,0.18602942570863032,0.2835341246941338,0.03995092617660909,0.28154043314382926],[0.0005502360966254734,0.00031899595970919897,0.5846527878252972,0.3548933399950538,0.7722509879000755,0.8550842513008615,0.6317283796396693,0.319125847761361,0.002083005620608126,0.5316623498108984,0.5219903468212331,0.0001399923622654913,0.6301886356105402,0.006613018995966209,0.6867509247885935,0.39233581072142276,0.43412538901372927,0.5942216796686517,0.8069772512144137,0.1380199263107346,0.41965956988890096,0.05932673886439913,0.76532166671865,0.7486191562978113,0.7442478232810359,0.0004215687928369752,0.0008267605471975056,0.5356787873811305,0.26886446367874706,0.7399697973328901,0.8992084527078879,0.7960206101324911,0.7124922335331568,0.6918358656443563,0.789829816036259,0.2135699994582241,0.5379318461433558,0.5724553204695932,0.2270976854590801,0.8441888587052048,0.3927120338554772,0.7889587328687465,0.43613170093012615,0.3940645168678837,0.13779404047395125,0.7243220514879648,0.899608929264581,0.8592909505083373,0.3802465502030075,0.2181116623111381],[0.016635877676709775,0.20421441310091562,0.6352375768707383,0.19313199530444075,0.4317920666440177,0.455484915716342,0.3506857464408351,0.4131225717875515,0.5476876586509932,0.6347736147426257,0.10593199359164439,0.005652775444977759,0.6380730420121152,0.3773408385076025,0.2624915297447532,0.6634054381135678,0.5866615804277725,0.5207783497468849,0.5354600510783111,0.7885911395337442,0.3667297387891963,0.3215432611623414,0.7198139317099093,0.4070327611098338,0.18367730262236412,0.08816761123083786,0.26062771008345637,0.30533705076347323,0.844076059308518,0.7282350591295065,0.6823361497392489,0.4617380799189833,0.22706315953332254,0.560833474428182,0.12708037144715326,0.15506811718676125,0.5322376056092247,0.7676261025506925,0.12209515933108954,0.5727178871878048,0.7258303166003277,0.716324159951634,0.5705398895375426,0.2320114827725534,0.593482980263693,0.30560199585740894,0.6420111513963443,0.8073546803311514,0.5641620422165312,0.2256303762050356],[0.3266710535938704,0.0007760196013744698,0.5849623550783705,0.5831792339033315,0.3820149705923899,0.7522181383705088,0.7141679640758777,0.03776784561530995,0.02019697131290321,0.9071383957194532,0.347004269088938,0.00046812289453092624,0.5826568323233785,0.0023426524279325112,0.5928322558823563,0.9610871071114556,0.3296087682479066,0.40174855894007117,0.8109913545873746,0.14662518358838614,0.11785269477710263,0.316335682037,0.19058417711802839,0.7525235795938892,0.5510868122778626,0.023560794353385747,0.00459598342791815,0.9496005527866677,0.0834181006396106,0.6652763382697768,0.7403726586531529,0.49699342734352625,0.5432289434437583,0.46445414092257603,0.6444418578501682,0.3395688771647377,0.5933636512173726,0.5468145028209326,0.1465151326184116,0.8102114819868464,0.5777041949208312,0.42587812656320967,0.6238472796636692,0.13488927490631436,0.26173016779570935,0.17526088707872692,0.7625546081475209,0.4884909026290096,0.7226542681827315,0.02992096860078703],[0.8514877504453013,0.9155225438072282,0.683332547163632,0.0018966932146315043,0.3149541498859149,0.6457322462977626,0.7443675685067686,0.001189097332700533,0.3715408819490638,0.05786555122001102,0.6088446034373934,0.22199193377069215,0.16710947447215124,0.2144094674212803,0.00004310789587742519,0.9302860221191338,0.30589008253755146,0.4492555848848963,0.46306311757094454,0.11275742248827071,0.36619229420157245,0.911395053302744,0.01896647952832746,0.8931558965477433,0.6134359907017762,0.011075873468417442,0.7020206945327849,0.1615753699084387,0.4738324137709041,0.01798813543678006,0.00030446894492893286,0.7196285591836535,0.02258391278554984,0.8821309079582601,0.0005150081409559722,0.7029877580305097,0.5852026035374159,0.0010940643337332473,0.09314445928307687,0.7079274159700061,0.46196095555218686,0.7336934927851463,0.00529213954935268,0.16394629725893722,0.6896665159326392,0.7634199071755401,0.797542016385002,0.8941223209792112,0.6462747731770344,0.30429286859762783],[0.6406525510020129,0.6616562664441007,0.6046936203827118,0.5419133006972449,0.11300739600992508,0.7058990117818147,0.5113655916729908,0.06365810738619564,0.00020269363423973315,0.022326566934600816,0.697089089487912,0.5538199814504732,0.5633118221279476,0.08851976514277583,0.0007359062257242039,0.7764185079038369,0.4174553032690704,0.00004458403667138568,0.0030076660443114087,0.00387281224045082,0.7877812271037876,0.09515633251423881,0.0010444739733611584,0.8623773467295709,0.00002036578949246514,0.003170354864712124,0.5761562574903666,0.006760102141189648,0.7366783086800047,0.6330188171239702,0.8476838489216689,0.5148903761019535,0.006298852029520863,0.6671691536052368,0.7722574895907636,0.6191453711781919,0.07257348964012005,0.4204136540560044,0.7174159297578685,0.8356256980461629,0.002609073120174238,0.003814090816058818,0.02055272456622974,0.019869687468517687,0.47798264254352646,0.4281788961080633,0.43522865851683784,0.22638604442371962,0.41889306977109475,0.5994242543246339],[0.34082772365712555,0.7007287537526088,0.12103188675469198,0.551947674713449,0.642866636467775,0.34694597282901957,0.07397886895615634,0.06622914345601155,0.5266668164347519,0.6905091571369256,0.7798847824722382,0.046992585047273605,0.6055973572378339,0.2634090700359077,0.5792189980020682,0.7322446970797019,0.19354716888228757,0.5470812628893421,0.2065104981260646,0.7389458028741577,0.03867288028775665,0.7582281522167459,0.7646749938788537,0.1749777620493043,0.5672033840683945,0.30096357470080454,0.04663865643665228,0.7841974650045774,0.8657219092800958,0.10658853873011916,0.5256954117896058,0.20818444627003319,0.23534423569649718,0.07918812418596764,0.47377048523874793,0.6291174204570739,0.6143405917156973,0.8313943916320821,0.6739829860693054,0.21393471701022312,0.822304842372146,0.33400696514637396,0.4411343012134645,0.06932698589978951,0.10068952326655795,0.42104146004929405,0.14924866243356444,0.4684911559703912,0.6185301681016866,0.6617023098955751],[0.29918805656713005,0.794997057558457,0.12973157852996942,0.7920447173085223,0.5334402863142427,0.1857523937338999,0.022576216844264176,0.005659680958971277,0.7306510439695595,0.34506682012427436,0.5111583200709656,0.01430209955963409,0.544186473248718,0.5726693040038331,0.5975613631489992,0.6321646230906481,0.037143421254176044,0.5039609837717447,0.5997132672388165,0.5276129690446915,0.0006112543838611672,0.665423540144866,0.6163515780569137,0.02866265360790252,0.07262737979396466,0.1084524706899447,0.2260572313055524,0.8016106229785855,0.8170022820440823,0.1219828932351841,0.5074404069210129,0.3792434567168387,0.38572780603890694,0.05795100544422612,0.5720349408173446,0.7000003346191055,0.8419043598284371,0.7419220661642321,0.6647613712574607,0.47810117991316226,0.44887260105993587,0.5849254968124432,0.5396127170289652,0.006560927757975674,0.05400457713830056,0.5032617884980494,0.10045279649287521,0.06623704360938745,0.5679303113731529,0.8588598216533477],[0.7093595161288782,0.5554686245321953,0.047841563782457165,0.8954929545779191,0.24983836882857802,0.33076532253909074,0.5218962646874199,0.623926736046113,0.7196933964924864,0.2624368323050627,0.7736725172693315,0.17550795502412794,0.25128403176223774,0.46010561226355035,0.012337666278406607,0.2628566642907403,0.08908938999141583,0.46743129691311147,0.04160324021649981,0.00011835794567750434,0.72211796026154,0.6452884848480495,0.2984579485353571,0.8669151786314897,0.338725152484644,0.6965875894967427,0.35610220654234914,0.18852870450853793,0.6642187018338261,0.8623834974817868,0.5821446436167745,0.6714517799056148,0.008548032207219136,0.6531700393502522,0.008973030537786794,0.7225153027620548,0.5552980623115722,0.601351745741924,0.827311251005739,0.6384448806156279,0.000008965870468591794,0.00048654404465892716,0.07489268580632955,0.5626990897656116,0.03353227856021783,0.53696394389844,0.006816426405586042,0.1783189581201077,0.2350355354443787,0.7691257475298263],[0.10495284448111376,0.5821470019119255,0.18107058060459807,0.7881712259705698,0.42372562226518834,0.21826200397873782,0.5841999355514294,0.835120653565948,0.8182822589263427,0.5124894435949537,0.6125824421348072,0.019351408392510396,0.4797463875333879,0.8399522823149157,0.020657596157620965,0.8230139123062722,0.00019325746772882598,0.8712378818401028,0.0021820263789092726,0.00330282353663147,0.4272843766998837,0.851111694464419,0.21093111821319915,0.943362423144952,0.733954951907006,0.6614670984134822,0.16172437019506714,0.3030407888758478,0.1173515563684814,0.4083216354244684,0.5074083602859873,0.7620785493091176,0.6908383696725306,0.46358771599457305,0.003251948048577499,0.7583256687541294,0.715434801723039,0.325353219257568,0.716657150720491,0.0940816985271675,0.000007174147928608486,0.0001840899931042783,0.004412396083635937,0.8815392667595063,0.6613395538107327,0.8423868492820533,0.00037073911896432844,0.033898050512863584,0.45258946989530024,0.6468563044252919],[0.721295318224956,0.5888201949971956,0.6660034264670629,0.8161559467803685,0.6219471359899162,0.9117656211750983,0.0053531688310740145,0.7227769709113249,0.13929289397258565,0.04991492884405701,0.6298467341744319,0.9343109018855942,0.7188754664014265,0.4923700779872206,0.003529108222940595,0.39646974118799394,0.9614278285094903,0.08114044957163502,0.25825013587514173,0.1000639709037199,0.9161145594494204,0.061230164265849193,0.4130786774771158,0.733749543848684,0.00019728630530410225,0.01850429795545296,0.13663484863064665,0.8112554130158186,0.8611922491107852,0.4843711837899454,0.9165303508952802,0.29090548556951973,0.5666242650934963,0.7126536030611514,0.940007415307966,0.013997972642598446,0.2936567198890804,0.0018395857004108588,0.8646371915413266,0.30544816198111674,0.23408648912528596,0.000748770563214106,0.4375563464191866,0.0010845949523983832,0.22157062680089434,0.1360037808259662,0.0000297729294999396,0.7335363931834042,0.0553629777159516,0.6580446213530122],[0.27373414711315774,0.6366432007909854,0.4956865360603157,0.6787283925480306,0.6818115359535581,0.562568228394029,0.010600040177724425,0.865549702572738,0.6895998583692694,0.7710833453198259,0.5381703074966421,0.3559563212295008,0.4636925547650389,0.2957943052520794,0.06625607330661,0.5297906600867702,0.4264093258941767,0.021229091456498587,0.5279723299796694,0.34681950440967574,0.03856961926553063,0.43770562345919023,0.6426587191801086,0.44095358777503024,0.09042317042145366,0.40520824813122985,0.6621041694475165,0.7730871051917779,0.18992872953808004,0.6376721298535147,0.5025505617765965,0.6848024402433088,0.41733169855158847,0.784993985808858,0.3934628997582484,0.11672697182639807,0.4995966259823061,0.017642216126378025,0.32352283231254053,0.45554098639956697,0.18955972246100258,0.012821070995725003,0.6027658016684729,0.16941539989987997,0.19077984224735753,0.40955800430375117,0.06789653475400001,0.7200069344013973,0.3436818454450604,0.49747102574017604],[0.01468442709820749,0.7299813524013185,0.8253831240092123,0.024589340899306898,0.03682234989187475,0.30116847135166613,0.6125083747073152,0.8291794156907766,0.00001050088740820924,0.3785426850315268,0.7032900019510443,0.9059819487174186,0.6140514796977425,0.22086878257841325,0.661300034423183,0.8419849851482896,0.623292995171289,0.88571257083448,0.5868730914608737,0.002826227084590976,0.8031126931013187,0.7512531330466489,0.24410770817870847,0.31005930980292007,0.5341584728743967,0.694334778924723,0.0006913189196747751,0.37622714142877073,0.3415150622709372,0.00012927223410308497,0.7176015505580244,0.6324205614340401,0.6667953757977679,0.14923669979074738,0.47291675052582755,0.7551786568855553,0.06731822056002318,0.17982888592275303,0.09069943800427772,0.05562279282234936,0.031143711887776763,0.6849484131014961,0.03366103583605596,0.29767854220952267,0.5464344507103911,0.6726645871728869,0.679556829313918,0.017844231023011907,0.4166307849329478,0.14283099365704988],[0.008066214356304864,0.6173538452655847,0.7126928665215394,0.22914803395582076,0.0008458211064538416,0.5299718381347175,0.650661715607131,0.5700423907878903,0.000056617574159813596,0.020629743651146323,0.009489713970879315,0.5189742532878994,0.7463514672700015,0.11006311437958669,0.6324261801296405,0.3435582292726583,0.8970998767923354,0.8637542206772311,0.41503969032803345,0.8856207685509006,0.8467176337360351,0.8796372981053647,0.4094735961018055,0.24138359459176265,0.5253462769436682,0.3636021675996025,0.0011886062872062558,0.5496667566221509,0.4630283669042279,0.0000020015047296927352,0.7678609302671923,0.596483867687495,0.004039435743915862,0.28321449239148583,0.6805271091026994,0.5854607041928429,0.2125162571696192,0.26893004219200184,0.3678256298512658,0.4173651363399462,0.13509689130157468,0.6955281146340649,0.019366638505210237,0.2806488987292563,0.7343926871155022,0.6484100540241348,0.43601855879170776,0.001049651130184386,0.1501526365434707,0.24150506824747647],[0.17420159110585853,0.7639555085860039,0.12557702862370018,0.017511853782868108,0.2143806343146807,0.614133158639478,0.426216890643975,0.4006914210538062,0.6562528269487665,0.40411976292811846,0.6123877499718212,0.6995727474726954,0.5280312007029082,0.7671919816716183,0.0031489543303350053,0.8213583059677412,0.32008672418429385,0.3090373796322887,0.000701597827655293,0.0000010624671827096672,0.8834491472940972,0.00025686354970509993,0.00002835142138352424,0.5213475065853486,0.1290292756445084,0.000001822642878452449,0.5363936432202742,0.7880195635121502,0.7924012743295002,0.7822989660838886,0.35410713511804753,0.006196192566468445,0.4573673619466719,0.3451846203925197,0.46957716867139954,0.5951757934142322,0.3139008321283076,0.34265706492320325,0.4205301615463037,0.6659453976321412,0.0957211119365055,0.5192426808367868,0.05012141681357816,0.7330882862565521,0.7697419041462712,0.5250573578979435,0.00234500286623573,0.21690873092129245,0.002394915618096147,0.00542293924654053],[0.11745579618883285,0.6644306337493364,0.5346852203294267,0.005257164647211227,0.26056081773609807,0.6531398447205786,0.16137344079370078,0.57566565920285,0.5726650636710418,0.5353987145377576,0.4669194101587944,0.6447676410719668,0.6481895776046266,0.695557904135895,0.000889726585226364,0.8110556371776682,0.5874093470652945,0.5496047122301497,0.00014690429744207995,5.762210197429186e-7,0.7653892555750825,0.000035656692239037914,0.00002260460870649581,0.5969241010447727,0.06980370441911993,0.0000018041047742329065,0.32372027420757177,0.880134815220986,0.9262496870115563,0.6913533727571642,0.8128634303995085,0.003534531986777447,0.481841071539004,0.17920205122398578,0.6015640847719286,0.30405261697358404,0.6765588622324429,0.38878572816984264,0.717669345634302,0.42161376037653464,0.013917013427231301,0.19163549079412026,0.0015080763768365569,0.29946762206873284,0.7984475219661358,0.8828815117601674,0.000042446202819229625,0.5108589243687877,0.0021683096483940843,0.01697603963241195],[0.01660436117826015,0.6378840322665741,0.04019556325100167,0.000248067497952475,0.48011680855136546,0.2695855767471645,0.620469240189459,0.6121437660685684,0.750585606699521,0.7928420554039961,0.9172292739840997,0.828666671308651,0.5940949863719314,0.6065735334104154,0.0004558634810164224,0.8094529884818454,0.10515442085787725,0.6070296471046087,0.021348191338240955,0.000010989468617447753,0.9303599644133127,0.000029696429175109058,0.00005527095012939791,0.506131446532177,0.7969543991613856,0.000003859568765829638,0.10984449895509966,0.5901802494520966,0.7874051865802356,0.810139954012634,0.6716966622158614,0.005130668343485093,0.8064548767748827,0.1948967146207677,0.48466930592412544,0.9485916099447324,0.3221117319550369,0.7664289700619656,0.41876170048034,0.7848083286838436,0.30710021801255516,0.302568594201879,0.006008195504552673,0.8457889552217602,0.7019089172893073,0.9309669640147896,0.01773907292186258,0.408989010529134,0.024353022144796902,0.1877482275035024],[0.06530047985370828,0.4211422847048077,0.3606796201982684,0.007309621378398822,0.19033759634073336,0.16352858072033385,0.5668897272949498,0.8063434723454848,0.737330707241343,0.5800940334239271,0.8339763395196003,0.663424654033483,0.4344784682309539,0.6449932652852506,0.0005417763988704697,0.8221402082894239,0.1845578856671252,0.7310091361673656,0.0014654637560552874,0.00004670338187354123,0.6580356893370606,0.00009722579838322111,0.0000938663966959393,0.7660573694712542,0.6204611109298541,0.000035808728991436654,0.2006269722505811,0.7233614205996954,0.414772956740663,0.9232394189545562,0.6776106792769626,0.003942661984898822,0.8479618307066648,0.491817846082547,0.4025791417243173,0.7784728525211392,0.6252728405668309,0.7255519519565482,0.3437925709149582,0.9058235815625624,0.5472082831949177,0.8603489279346989,0.019863186242495647,0.7113498554746589,0.7325305654486765,0.944339698179878,0.00782253269801201,0.5130960120609763,0.04191113385782558,0.19190499454867638],[0.004264229273565029,0.6815723463193991,0.3891138935503423,0.005815185198077234,0.5960022214626043,0.7579780564349008,0.6237326545810717,0.7427865503883058,0.5850047151402521,0.8698794910088375,0.5364226279012662,0.6239026378459094,0.004805786343782459,0.5905580537666254,0.0899515039657435,0.8932658756317079,0.36171058518655325,0.6038751156563789,0.09601467661768175,0.03403585143898947,0.6345766940778879,0.3174259425936108,0.1828387194145354,0.3584915958667595,0.8479979101764729,0.025646666411613048,0.01078132231171377,0.8018288636360834,0.6825744879620056,0.6572126908721476,0.5619743282460442,0.40841702566092475,0.9457159698025657,0.00231295766408862,0.0023378535009453663,0.608888938633014,0.7652332603454378,0.8667394401838889,0.18787688173122796,0.054268414145974,0.0007147787735143417,0.8777272784572147,0.0023937778359550805,0.7095882869226892,0.13565776557332185,0.209580959429491,0.36688593083746956,0.0017502407152083016,0.33698711455725294,0.4732315332670286],[0.034200403914027434,0.6012369373035078,0.0001725063996413402,0.704551113148112,0.6064582711838664,0.7385619199047252,0.4399076322443568,0.2067058610121373,0.5902509897945242,0.16082192958014382,0.47343329953347313,0.024639081843732962,0.23417715340039943,0.3579069208506246,0.03318093374537721,0.8334847018685322,0.5878629966469919,0.0762730790963842,0.30622495159734353,0.42194137637325657,0.6992391350211195,0.47774917639274633,0.43753136203805837,0.0554716979173963,0.09988097220000917,0.6302321495561749,0.8185790271357571,0.007897339510159878,0.7783285290198716,0.6304953552340461,0.7605843987443328,0.8018647636044182,0.0015226411113002552,0.4988117328049501,0.6202734267834824,0.6465151380896315,0.0011770217934012586,0.4305567820121113,0.17423891416801277,0.3302818946230678,0.6501459445505127,0.00011320881052694544,0.6830729060887754,0.7879400649900364,0.5693984562377128,0.28515186970953654,0.008321234050103507,0.5861461703163394,0.13304968961210015,0.32785968418072103],[0.0010601998823187705,0.5123629220661026,0.0009790663481389602,0.0017504129442836064,0.5257696234409358,0.6179133492632733,0.8489999643142435,0.6989729073900012,0.23740455464188207,0.0007143299889149405,0.008842132337776247,0.004822949463795623,0.1654443258111634,0.4653192819658254,0.003925778296719995,0.6169684804767885,0.05383361195320718,0.45629887117702417,0.18564556783625463,0.2583961549024991,0.440822758851786,0.7468878512352131,0.49803263941486026,0.0008832807784720753,0.7327924363514781,0.6287156268766485,0.7690925544487409,0.8177123495759148,0.8922854508845688,0.45128112060013853,0.723497897807833,0.9047367406956199,0.03771394818788271,0.6736349054713814,0.38737711643240513,0.2346256928980692,0.000014299207426475449,0.3645052289376737,0.21706427653849847,0.010487834064012781,0.2466966635925861,0.0000638893793466471,0.4553000504074073,0.32188512405696734,0.9558508416128236,0.37608258740593936,0.004296593011772868,0.11476886388220565,0.40762194359901693,0.0179401938222607],[0.8167085080975637,0.08291406025876233,0.5102229202969236,0.0015090366688149824,0.5198674551840268,0.007423298422834113,0.7855813731507237,0.017454447055263635,0.3294053462910155,0.07393514719702068,0.6596364208681416,0.8333153956994618,0.579379568079024,0.868684890360513,0.5630947940384916,0.07261522342627996,0.357377097389456,0.765237002600722,0.7169803807819091,0.43114413508475224,0.7109645557208685,0.5822008905090138,0.44161858021250777,0.4804138854098295,0.7087463237062653,0.6559779799479906,0.7011038469972678,0.6508187085292033,0.7757804543138226,0.45029330678590174,0.10091463538932144,0.3598950069453133,0.14992032239884615,0.761296701859994,0.2411200732394585,0.09876738078626196,0.42196240687381004,0.7208741723796931,0.7831697465951931,0.36713978426012767,0.07162590052976142,0.5123927143035234,0.21361565935411647,0.8495023673072902,0.33271592831093777,0.04186834594468475,0.8026384930081715,0.26625091576165155,0.8206731694642705,0.019934554842726413],[0.5128188168174984,0.688397569046041,0.26904756911006417,0.7783261949480786,0.8092645798335724,0.2847443253200668,0.09877032333191622,0.06362743996758445,0.06155416836506074,0.38567050012982435,0.48913911310496627,0.854718373716588,0.2562227432957862,0.6586445000276634,0.7832618348129395,0.5107547953978699,0.7200487386479986,0.04077847021915976,0.011156728504295747,0.17199970063164924,0.3741076707976458,0.34606277300700355,0.4870150205250689,0.2864613406513888,0.5530383541073316,0.6327986767523381,0.24162232561832686,0.08971329354867368,0.8263492704727589,0.4829728532270869,0.8404518779019523,0.06117735739152254,0.12701489093578547,0.01700283428405838,0.31209208080418055,0.3373549760497362,0.22531884972859625,0.03728171304518394,0.7173983345313171,0.7920406210686605,0.7780702699180504,0.4860800496670925,0.2857954221015675,0.6951935011766135,0.5502998184157435,0.43749202580847957,0.25657229818548044,0.020038294349601003,0.01817126396296054,0.6595056551198818],[0.6106922992162505,0.8701954319931802,0.7606331120008446,0.8050456620719946,0.26259794544764564,0.5485881665489905,0.009204559598425113,0.15171851759110988,0.2656622041836011,0.46615189348030206,0.4616639370278287,0.6327078928985076,0.8850825302875094,0.8792647990559743,0.5200820855255562,0.7786492166724746,0.9370951305462173,0.6075358603505628,0.0001604801544885452,0.1612679716403895,0.10320690021960831,0.6555604939202081,0.6144822296899425,0.05148315236889299,0.709816806962584,0.3649188478384795,0.6930602822010421,0.008793721879250753,0.6304047275118818,0.19617107862813396,0.964329421068596,0.008021680410578238,0.7049799160153495,0.009030704521881441,0.414266695820946,0.896254730004513,0.18797622019722784,0.00029595022719557573,0.6728558304554626,0.5825426840950348,0.7262490381299579,0.6645926496541074,0.04105003969168408,0.2553925245095438,0.632700550079389,0.01677149151428478,0.46128009986521396,0.00020776636293832058,0.0658748896807539,0.14889457485290822],[0.8609324475544428,0.23565940201191737,0.05904930673435015,0.7964856385801005,0.8599415975479097,0.0003445685274414935,0.0032849909934311253,0.5779749544939504,0.5644020330849185,0.12640807956440353,0.57413133426626,0.616379466117725,0.00002283054935184116,0.878551484676009,0.3856154585913648,0.8024127782288138,0.0500484625678172,0.1890028780524799,0.7773286804062954,0.004369456860566693,0.3070611972200699,0.7823972480421486,0.6349489598329623,0.01105422489931349,0.004766337304154168,0.0057373250262860555,0.8881231092617058,0.47889476607372855,0.7625902145575895,0.10781216753135567,0.4532723481224665,0.15537437310925548,0.7352375992727239,0.16920866517102126,0.6416548166676714,0.5084869010085779,0.6548813829691795,0.28117076731196483,0.7107233113387778,0.11260128087015867,0.0021120031816925285,0.7968746946110157,0.7333737251253931,0.00022498314617707261,0.0220478604180766,0.6761607539137846,0.6235153820313486,0.1705619194475136,0.6144838546594303,0.7987309032884744],[0.6636131064172569,0.3282549579868369,0.011276146127708775,0.777744224758466,0.5640056331156386,0.00006014033391750504,0.006338594506247594,0.36266554454595096,0.1802947244986955,0.10650879971701555,0.5181562520342763,0.8384692992519118,0.000007305347088453232,0.6923655656155103,0.007138781444440917,0.8772736945660905,0.5765651901651375,0.5533299295325504,0.6933240081664473,0.00013498343823992984,0.8458282311160558,0.42833083596524024,0.3681447489839906,0.07219129309341962,0.019149009858087377,0.070642178190699,0.7510980235144585,0.7164604472505557,0.44939748393886997,0.006788019095518607,0.5635620655408562,0.09372394235667432,0.295952087535491,0.016691926651899527,0.9271040140033976,0.5269464569896828,0.724529427665988,0.29347557919510375,0.37210629752341,0.044373461105187056,0.00005208877640250445,0.5503023915703477,0.8979971886489085,0.00022783753058622927,0.015873174724956633,0.4134426468191214,0.6165169478834163,0.02966513115225316,0.5934607805928143,0.4590097910761581],[0.4638344687389726,0.6469727551865527,0.5920964367967454,0.2618367280839853,0.8091205439187293,0.003340939855342445,0.20424462119246442,0.0009494327584887596,0.05603277899923956,0.5722104691391773,0.35657460634753785,0.6961910274302133,0.015499145286671649,0.020434562542953155,0.385260920819378,0.08337140827487183,0.010033836771653482,0.4574676831493443,0.7449924655721578,0.4573875248226669,0.8522884698735902,0.5889208738445855,0.8684393354339541,0.04318681863880368,0.8481097345274762,0.7522471233354435,0.29964585222375784,0.647609656383549,0.510583058592247,0.2757839051251805,0.0774905200902938,0.7950195273153028,0.766029019867647,0.7985353785794673,0.25644124761552994,0.12048866169296335,0.7352798531537734,0.43311705297655434,0.5622686684274716,0.5449928045762971,0.41749425734781015,0.7545193882879947,0.6783996498198518,0.38961374709894525,0.6929862261223672,0.4673041090758015,0.49654452415761324,0.4930759640427664,0.00115671674670834,0.7865337751585539],[0.3939708195854328,0.4527905418385305,0.844183853256949,0.40016107270355045,0.42084850373684135,0.0019698655593749074,0.5906171967356718,0.00008465426457082397,0.4414063833814593,0.5518354257695439,0.43645260663094354,0.5789965400798625,0.8925186736338407,0.0845781685686409,0.9715158142813025,0.4692304619070562,0.34879532367757665,0.3182820020117738,0.048821337086033145,0.12869017351745327,0.7749995141665553,0.4630840319826277,0.6481825686751425,0.47356141027187315,0.21680964338494707,0.8711038322358828,0.5634121063205764,0.8454014634965387,0.9095727561045436,0.23008699321983514,0.0485188568905774,0.10964902996236671,0.9286251894516758,0.49577128800596093,0.21521650030477382,0.042244279139666614,0.7466292358305809,0.74024399086087,0.7230033233267377,0.7009826606983306,0.6609999368368469,0.026170832702482758,0.7454205970977155,0.0009184690134821495,0.6420884212411473,0.16059369073544222,0.7148433332524213,0.6776679199267605,0.0018459759237495813,0.7748148138739372],[0.5404500362342062,0.9625125501558571,0.7785077940183626,0.49131340250118455,0.06688772019073728,0.09709335360783694,0.7937814447646515,0.009606517337313015,0.7678876993430934,0.5184560355767602,0.6969247193493986,0.6886768379627677,0.07631436480494919,0.4626553528375458,0.5820934955954266,0.011759762801452826,0.0037950595801173885,0.3385172758688153,0.49090442250591326,0.8116841203799373,0.7298677504648696,0.41973432154110857,0.7607266424699999,0.16645193436769787,0.16885893326362553,0.8615079432519674,0.43679906401006663,0.5957499887497546,0.0998247264719014,0.7371964397427443,0.9221050233084603,0.5471153683395557,0.474531019065426,0.19640423981951718,0.9494840826507395,0.17289721513031622,0.6488892135907255,0.28343765910678625,0.720014517524676,0.8293630448776835,0.8766763975439571,0.18687673899474325,0.7075930015942589,0.0020501864045256502,0.26715327281218887,0.6826520064659021,0.6679305442926108,0.7124701977593506,0.030426841831911803,0.7896693028931395],[0.8599300318152319,0.832581916136299,0.9241476660811104,0.613351425089371,0.8939774140334271,0.0014295741121727872,0.7428495169564342,0.00003494073416783152,0.036227045178600537,0.8171576917630393,0.7572225124477174,0.9091741516845195,0.0022346223909707843,0.2128795925679665,0.7876370502289138,0.0004809337355163631,0.0018183002845711968,0.24534512272060813,0.8750969792397982,0.03506165489375107,0.9138052107146962,0.729097476775175,0.8965808709445319,0.44828400640600347,0.6847705139158016,0.7022463033020631,0.017984085099511948,0.33621173345899574,0.8672171678865901,0.6402540955826224,0.006226530495369848,0.9239059025240912,0.7873525474728589,0.9596298139123376,0.02362044862546062,0.16141092307468813,0.5013852891658845,0.31179219059065943,0.7181996547598778,0.8294272172101527,0.830432639246076,0.600995482674187,0.8253303374783036,0.03715597251626116,0.7103756172844582,0.4699325045566626,0.8575946449380132,0.8627272315375254,0.00036131711381418236,0.7114856972452972],[0.2003643315246531,0.6822040917413611,0.5741671386186583,0.005834471010752549,0.5439424803669699,0.01805848191433444,0.003548511979343509,0.567853899575096,0.4718989443867416,0.6014213294458451,0.00021535515722379063,0.3081554360884676,0.8798999105890611,0.5497860432294406,0.6445123965291699,0.6213084137434243,0.539201165277471,0.07276312730025945,0.4726366956149428,0.46834921551244324,0.003460610386756211,0.68368168611306,0.10908348766814874,0.4784853042700063,0.5369133376592262,0.3117895658760074,0.54740279603955,0.06451233279819699,0.7137856606910555,0.3363867134843951,0.616917330758473,0.6956994272963487,0.934662548052232,0.7469213363779759,0.6281180892078728,0.5105254106497109,0.6828221815437872,0.2431823148621154,0.7657983924264451,0.021049964564048958,0.6248092489568418,0.05512217682362701,0.7755162211122185,0.6164308423329472,0.6395540016996825,0.30760595991611517,0.3495559271720317,0.27375413092980305,0.0040105017850739725,0.5759515204608899],[0.4536850379625334,0.9042837665240666,0.6336268100070389,0.20445320511141016,0.6696209447049538,0.03178381830674697,0.001812842119977801,0.15508001408747696,0.6859299259329735,0.05862976852400378,0.011365895959118789,0.5268945380104912,0.529385595589298,0.7009279341753067,0.571067891755555,0.8328847271857357,0.16987558707394004,0.009071420208123869,0.6670769875403094,0.7114383796245324,0.0027230657297257865,0.6113086165567857,0.13548350926281252,0.2799281908931222,0.43530299220740737,0.21003575492782772,0.6256889705129248,0.09270616322554488,0.5160199929620596,0.23709670615885692,0.47973974633709804,0.5896882957809457,0.6865314984223931,0.6818840834468555,0.16149497122730022,0.5025093705799345,0.35989063528873433,0.35766029329873666,0.45070556231362274,0.0861675897979581,0.49164060776836066,0.5464044946789489,0.20789357372372558,0.23111951310567297,0.516336959283525,0.699130919824035,0.790693076283266,0.003718118948733964,0.5293337048748556,0.6907006413380536],[0.5994380483791623,0.12921357233089953,0.03053233961713282,0.015524365373043665,0.35938368894481776,0.6086030281776001,0.03665881650285067,0.423569574792715,0.02195653084963674,0.6946734823105085,0.0013270737583825445,0.5047596759865408,0.35538412630903704,0.6426158454665017,0.5341103058650148,0.007767085794252696,0.15591641093125308,0.003283594331157148,0.22376443469460966,0.1090696751537171,0.09724710952696412,0.7656889158811278,0.14556639811576869,0.6402443729069027,0.16662008040235543,0.5796980817484428,0.65237542211833,0.6480570951752898,0.35978154979520677,0.5173059331108347,0.851917354704972,0.08045820543479286,0.34306445409077035,0.5350685746949763,0.4398366279259436,0.5375088788190867,0.7582827901862582,0.6737202111383399,0.5026787941066911,0.7715668649694923,0.42882339273977543,0.004579813222923581,0.7099208980462128,0.8457455229684187,0.009212547544518853,0.032607410188999666,0.5223376070006386,0.022941341603321976,0.6386831453456063,0.0813256549325688],[0.4291697506663524,0.3226656359109179,0.3478700539453234,0.008783454592569887,0.6871109541074327,0.6588591995748835,0.14461081170066079,0.08975476755755697,0.009592384688408015,0.48661936850525134,0.013040131183409258,0.027207512049501392,0.17523621470617243,0.5858716066901004,0.5703234749835325,0.6018216807244049,0.12401825797892639,0.028530156395158553,0.7261179036524154,0.052267331813002055,0.6736967523263555,0.7064821415702598,0.6232624939285311,0.7652667581811673,0.7172570630552342,0.5178372575256077,0.4175709264436555,0.5571153258657261,0.7611346427311745,0.12366615842516175,0.8140194581843845,0.006257124777793072,0.7314881831752259,0.06987284936070473,0.015789319935363266,0.5636283542679927,0.1266551650450699,0.851808580853776,0.10567763121667517,0.5768289546364823,0.24500271335023446,0.020015243334474204,0.6852743126974001,0.45213800189305725,0.004663954909439814,0.5037237047576689,0.10352829171648155,0.5055792009412156,0.534172370590672,0.6311288277408518]],[[0.000018548785890565026,8.115209594468326e-7,0.00003258793957842899,0.0000052201349975684125,0.000008978997132728464,0.0000034318463415075885,0.00001596958436653233,0.00017635996449438392,0.000027661042757269186,0.00004296427518167287,0.0000412221839264506,0.00007397638019711398,0.00003529348433687082,0.000024342481327368203,0.00010053621877953824,0.000010135073120741275,0.000010884942788149154,0.00003599780209668457,0.000015062617716103169,0.0000036288866697492383,0.00003100927251835768,0.00002848105668238655,0.000008438782994620895,0.00004365568708671589,0.00025608277875019967,0.00001306639943663461,0.00004737618301634741,0.000029914348999669606,0.000008041537663672839,0.00005073185848610035,0.000003448422115921768],[0.00004020499474742473,0.0016582508303231202,0.00005990988138223456,0.000006805259392110884,0.00011893965263930792,0.00017920405996092728,0.0004720620346542529,0.000025844863484248623,0.00018054191836734242,6.084809948541712e-7,9.62584071931015e-7,0.00015724496602684317,0.00007106679150129673,0.8407919328166026,0.0001136226923144597,0.0003196628628073764,0.0010311513811470509,0.0001725886620390674,0.00011654395145157081,0.00020448007982837193,0.00006398049618895084,0.00003058777202617943,0.000013651108969465387,0.0005960207141132994,0.000087438089705649,0.000011799479222225477,0.00005431029782780862,0.00006788150047704798,0.00004746327801641141,0.00009926990904933443,0.0011183027445429321],[0.00011286117056235332,0.00010794190792173127,0.000029371219249378568,0.000023038424780043133,0.000439195439948871,0.0003048694276032923,0.00004178383816217452,0.00005290714958476729,0.00039690802472687193,0.0000017439764272028816,0.0000013806899876888355,0.00003208588604655232,0.00020341175385620947,0.8376186048199967,0.00013405880642096047,0.0005940206245687603,0.004207563149429418,0.0004350997462666498,0.0001811786126379443,0.00007858993992874278,0.000485517729687913,0.0004784471472002708,0.00018785356869998617,0.0001838799554177878,0.00022230973013883577,0.0000603440155892532,0.00010051728067416539,0.00013484638407484267,0.000014790904485344566,0.000012207715312361407,0.0004894638892841007],[0.00014843395293762134,0.00033265151857536624,0.00001076660615592739,0.000005732738171202934,0.00009415324688947743,0.0003699931243912263,0.000012583188533001381,0.00007828421854557687,0.00016684541086621463,4.293008193029302e-7,0.000011951893062446341,0.00008626200441199218,0.000028417549559676374,0.8302992042305937,0.000011673843973048962,0.0006926637459316057,0.0039816861313625804,0.000198498576516561,0.00017083610677058296,0.00003536440499735856,0.00007247638221008367,0.00009722363648358535,0.00042018899534732366,0.000025131736750214913,0.0002442464056547557,0.000010266719593617362,0.00021957408777166835,0.000156424810199519,0.0000076107710248814885,0.000015214091904613535,0.0006391487466119186],[0.00001643733673777266,0.000005729013400989807,0.0014812817658731606,0.000004815952879437745,0.00004683365978232432,0.00006766990781373047,0.00003220242816149628,0.00005934406838830381,0.000027246101395618098,0.00000459011695977979,0.000003525581488909665,0.0007875072870363087,0.8305003875096246,0.00007086395241070239,0.000027306981021536042,0.000005588411060461441,0.00006718872757949987,0.0000590320778398443,0.000008586320493156955,0.000021725349381781637,0.000002612372740302008,0.00007985676375146113,0.00003904279928984225,0.00002828655976208325,0.00005233975793525717,0.00005337440568009182,0.000003866589406635582,0.000005446548055704292,0.00001810535818546968,0.000051483460266092697,0.000005669865489421814],[0.000012075813439481264,0.000005374129431582043,0.00018761284829578673,0.000005414406398842075,0.00000954716030869564,0.00005352279102549392,0.0000075404799333591775,0.00015615866359874796,0.000025375291677933302,0.00015132399659930848,0.0000933171637741495,0.0006096866570954581,0.8358793410913589,0.0000035375516711502094,0.00005994511275187322,0.000018439719197188732,0.00006129502313470737,0.00009980516626452587,0.00032129815977614395,0.0000715410843041726,0.00006697425715188891,0.000010809006921452385,0.000019231651788449957,0.0006700246748284077,0.00010488871982818541,0.00009753479687264089,0.00002324224374885034,0.000004347210018912966,0.00022850231702431376,0.00017283916114684962,0.000029486464892737362],[0.000035312473945461995,0.00002974926936284005,0.0009861808641802416,0.00020763270293731585,0.000010858714255365743,0.000051351826876543714,0.0003676959191632598,0.00007093506363255642,0.0001324821435334228,0.0001249433906555879,0.0011159292476447232,0.0006248055239534373,0.0003756869569425114,0.00002682613294524726,0.8173343553748939,0.00005265909218377976,0.00004934850243506989,0.00017104652988954525,0.000004845856020501486,0.000027466415674797067,0.00040761352300376126,0.0001528515789428978,0.0000411960162151084,0.0004052742708441731,0.00005611294059421928,0.000010445112947566052,0.0001832396582145662,0.00006110861544306558,0.00032178419706477865,0.0003588987143165575,0.00003075068145199419],[0.00001953070514959715,5.57814397328392e-7,0.8295203608141946,0.000010077702148568085,0.00014550944682872972,0.00019227451918875816,0.0001685222628893681,0.000024412655429636627,0.0006661055073265634,0.000025162429711970177,0.0002567907246809727,0.000011900488526055634,0.000459399999672302,0.00009786547761521204,0.00048598461361448167,0.000821805068205928,0.00007902408627248263,0.000018184987290090255,0.0000607924805032852,0.001027149738756899,0.0004592181984167236,0.00002851975233758418,0.00007440247621622693,0.0013856159377869117,0.000014379151100565898,0.00015896724502097417,0.00011395945942075934,0.00008286964570031266,0.00001935030459095164,0.00045222507972617396,0.00001989204582852519],[0.000032218910927739905,0.0000301110913360708,0.8547792493346513,8.254731661119925e-7,0.000007667970728346375,0.000022454244771655207,0.000026345263035594925,0.0003613585274594753,0.00003481052811461179,0.000027861012150594902,0.000011513091091242979,0.0003457340197461224,0.0005777565709603878,0.000008543128234771078,0.00007845262214786402,0.00014860081780275613,0.0003256135758970228,0.000021220358953170193,0.000003175244373644178,0.00022262854683959034,0.00015918547946149977,0.000030582456536487325,0.00008585520444221836,0.00018632218490718453,0.0001832128890831861,0.0001848146779216623,0.00003473559769889545,0.00007576710315794092,0.00010839659641190054,0.00008015519246091985,2.40646590117512e-7],[0.001156937970464337,0.0000019942782037311838,0.8474152948126171,0.00001728073872961097,0.00004835207637965388,0.0002398896440922139,0.000045512620021737484,0.00003144383802535283,0.000025168490197743688,0.0004551332280945953,0.00012354336505474839,0.000009095364347206585,0.0006598296609419913,7.017921298999867e-7,0.0003239565867412907,0.0006445420714451427,0.0003828706894834611,0.00004066817833738681,0.00003809061178884001,0.000011455184504878641,0.00006619898063246589,0.000007262114995976882,0.00002382066565441714,0.00000835552059373482,0.000016790680985280637,0.00004415429374702336,0.000028360602965877355,0.000026224002029553187,0.00019973298205521535,0.0003975672824007737,2.135113395629279e-7],[0.00004597828714179348,0.00001608883571207929,0.00020131971020451324,0.0006463247313123295,0.00009532630764086061,0.0002341942811109075,0.00003598151490575463,0.00035007225660090604,0.00004263516015874068,0.849086835223173,0.00031752792403016056,0.00012297719432905125,0.000025099683599208186,0.0000064169294402912645,0.000049449620334398074,0.00007196592129998066,0.00005111576424193628,0.00003466934204020055,0.000022431110125098428,0.000019561226225763462,0.0005024815375725839,0.000017199731184501017,0.00026377960003919,0.000015379835750342436,0.0000263307464845688,0.000015840141187796847,0.000021712618610141358,0.0012945315403524165,0.00008345887413188134,0.00034466435959648785,0.000003009785922592936],[0.000021876988171085715,0.00002831886724814558,0.0001760847412441613,0.00019693499828867892,0.00005581888233974157,0.0000246214198864183,0.00010588019543919694,0.00021190287731949822,0.00010075809730507867,0.8466519783742718,0.000044017544912517204,0.00023791337144219877,0.00010444382986848444,0.000005643471510685304,0.00008429526774956944,0.000020477790628489765,0.00010298626171603095,0.00019922374863589858,0.000009896958917299716,0.000020002994053308918,0.00039582642415514775,0.00004648435992607324,0.000015840787318379184,0.00024220108202253196,0.00012664167510335054,0.00010943710624638906,0.00004598572769036479,0.0024757840019699814,0.00010398066593563157,0.00025076297699261395,0.000009749826890343713],[0.00011777589997646944,0.0000033162413809902246,0.00043663493425746385,0.0000466996933138088,0.000036932175977500805,0.00042304914196389354,0.0005440402907559003,0.000015744218488583014,0.00009199159676317114,0.0005829570201733639,0.840860241117497,0.0006256515031592908,0.00010786487161371055,0.000014310849480370671,0.00008990495779627235,0.0004021224064838529,0.000012308507409899413,0.000021759940818772473,0.000009409544461655522,0.0017674981436563515,0.0002922350868649369,0.00021881980976513806,0.0002342218786177508,0.000038332588690557935,0.00020269064919656255,0.000038566782923262676,0.0001859803482060117,0.000015451531602518775,0.0005372952540412641,0.00006823090423197447,0.000020907308018861385],[0.00006446440824161259,0.000013725735560769415,0.0001078354000880225,0.00041920592923863344,0.000052019133673145874,0.002400972912983295,0.000248771556527808,0.000021486175482330555,0.0001325637238961622,0.000025299504260169444,0.8412090620860446,0.00026939157987744387,0.000040343707369163864,0.000013918507402038825,0.0003384010322784553,0.0006909310856124474,0.000006366798478294295,0.000047095392429863245,0.00010840295002458428,0.00037068361863097887,0.00022080251589356,0.0009474486994728606,0.0001597137201284681,0.00016923080402718026,0.00021788661444490642,0.00008350378081977429,0.0007508232804526773,0.000003651634471986208,0.0004932834175269787,0.000025368182185617197,0.000036838615870573156],[9.131942384175538e-7,0.0000013531662803988497,0.0004146041313773466,0.000020499650682705397,0.000002890424841234112,0.00003446183161439056,0.000006884031446855269,0.000002137483499106691,0.000009963031062961535,0.000008721693556645087,0.8731210961581796,0.00016121083288911167,0.000029512452930879347,6.677787716772756e-7,0.00019276572216108347,0.00015642470131633948,8.733277993501407e-7,0.000011301401508018204,6.323605280174902e-7,0.00011477103677360413,0.0001302585609736654,0.000054441906143452044,0.00006388292453931195,0.00005326634249576372,0.000006308389512716099,0.000005613868135096746,0.00013502366500608358,3.2156742028038993e-7,0.000265349925500118,0.00008378786977332993,0.000001800164483583206],[0.000047473842911149155,0.00009396755826451646,0.000018902949937842075,0.0003074857153298433,0.00004346296420931643,0.8291881168810774,0.0000622848002226754,0.000025666899667483125,0.00026466460636972414,0.000012463055424821636,0.001251409027364972,0.000269161392743274,0.00001728916487916746,0.00013027486684386553,0.0002866025290010054,0.000058677879116373984,0.000060346198244347555,0.000026478540844320243,0.000009314317391535775,0.00006253418506455592,0.000008161409408484838,0.0008541460496989387,0.00021118924927183906,0.00003459230333718088,0.00007207190107043102,0.00007226466099193801,0.00006036431393300287,0.000010861612773080953,0.00005829637204356303,0.00003102948605630476,0.00018278167360231615],[0.00003504148500484652,0.000026538577454242974,0.00010509883489328794,0.000053724774145467595,0.0000724025343611818,0.8579168074538582,0.00024610533816447314,0.00007694383878016182,0.0002546161135016598,0.00010723910850348653,0.0004566257252713956,0.00001727117937359356,0.00013281117778408304,0.0000466340458051224,0.000024572310765590884,0.00019762507372835555,0.00002172755196264961,0.000038753559283463624,0.00010403498522427032,0.0028177123885801346,0.0000030968850074245743,0.00003538648596849074,0.00007467281015881768,0.000013882879584212433,0.000020319654783137964,0.00019787444030162335,0.00004422917617727576,0.00013722821581239991,0.00004709654907189416,0.000012816829993593537,0.00012248728475790634],[0.000015289857234520628,0.000004604984817394487,0.0014132840147104313,0.00001310883534198512,0.000004260313035380936,0.842878631903397,0.000018592595560751,0.000020399485639404453,0.00004465287517632814,0.000052839819595297575,0.0003567046420057172,0.0003843164635037593,0.00004806222783148763,0.0000033047749605577334,0.00014253809987279718,0.0000861736943814975,0.00003367808072377889,0.00003787695259777023,0.00008559148264749154,0.0016227122281070852,0.00006931424626679416,0.000006518809823761607,0.000039225976423528354,0.000013970659352234593,0.0000041899003990422235,0.00005329722255985538,0.000036185867356870016,0.00003670996179257886,0.0002649778906054866,0.00008197314200089609,0.000029112948009469295],[0.0006145020187800739,0.8269618003659588,0.000009886580897430511,0.00004185123633390782,0.000020887098350186046,0.000005999180325748839,0.000033762050985364523,0.000008486671106022118,0.00006294774427949954,0.00016806181666949004,0.00002364621875326773,0.0005327296241644107,0.00007291424083832689,0.00026316723383858226,0.000024592120428243167,0.0001513078283931333,0.0001367754043375517,0.0004840886377712968,0.0000327394282483963,0.0038567545012291754,0.000002243968882277406,0.00002640574071870403,0.000008322598786974972,0.000041542808282363624,0.00002164968662037418,0.0000035566518931472593,0.000005936632281713514,0.000032136950454118037,0.0010357414646760773,0.00018875159837620226,0.000019782997128959498],[0.0012960134175614012,0.8429310185929794,0.0000440954750862955,0.00019074083655212172,0.00024615482216855736,0.0001347581395128371,0.0006433646079631051,0.00004472518757491566,0.00010259888552953366,0.00007150734542517484,0.00007215691823550578,0.00006168148893679433,0.00007116189050684768,0.0008753710724112786,0.000028348015207440637,0.00033739892809590046,0.0012433508353186537,0.00014400854546524583,0.00003088329055294632,0.001678120346492816,0.00008503599587473118,0.00037656349510867444,0.00009856033081563863,0.0008518918004356503,0.00031706851938707403,0.0002420971049332868,0.00029746642895471786,0.000032918080738774125,0.00018067531163178918,0.0003692134076822345,0.0003141260945079544],[0.000006121015078379577,0.8778790799102224,0.00014510522087708117,0.000028639477445091243,0.00003459142279055524,0.00017921895466916637,0.00043140526083905976,0.000002341476389531474,0.000008228861178598129,0.00006607045858164885,0.00018198431732998854,0.0005042933921931332,0.000027423467192221177,0.00003269394602708542,0.00004366723024628048,0.0001206885637776218,0.00026077724288995903,0.00032937868003489994,0.0000019032766332554553,0.00008779606526516283,0.0000012848284581377624,0.0007022308890900142,0.000004352753982380211,0.00008120684077537552,0.000040856479363133596,0.000006099252038283203,0.000055419504205542754,0.00002924891304883762,0.00003101360956466631,0.0004605275993628385,0.00004392243731747264],[0.000010945391454582585,0.0006270875184662146,0.000014533886565572677,0.00009991884903127768,0.00016640320765240845,0.0009650448116106539,0.000007246248050026155,0.000010067877627890263,0.00015199636881490632,0.000011409857488025976,0.0000048749553454206815,0.00004442039134917696,0.0000978223845405817,0.0013246423585362255,0.000036920172963376896,0.000012153761225704843,0.0004946185547977722,0.000029510741711357697,0.0018879516474145082,0.00020677438662769273,0.0008883696068448099,0.0006859311314621262,0.00021007576312660683,0.00026911910481486703,0.0002363896828208673,0.00002942788139521908,0.0003795208738998808,0.0005169460124060379,0.00032398422048909414,0.00016270729605667277,0.8175605000541935],[0.00005779909640944829,0.000750129428025815,0.00006813726744360638,0.00010693923320079285,0.000035199359511417936,0.00009571778380801611,0.00005412221287413054,0.00004636244901855368,0.00023315536282291955,0.000025138540687667153,0.0000024331153241891646,0.00008848759618981386,0.00005892662844555572,0.003907479284170019,0.00009675566373718876,0.000061785944769302,0.8006112198066176,0.000047571389970814066,0.000006286903032315371,0.00014912952605142412,0.0006511972273685511,0.00008034766618781721,0.0005358010564907192,0.0000376566249338601,0.00009022619982038981,0.000008222420376228936,0.0003350517408397471,0.00003290665053473136,0.00004829597051585481,0.00000904384135248249,0.0004620880765106129],[0.00034973394319264353,0.0008590423954428455,0.000376543826753981,0.00023987610440991025,0.00012576438192777686,0.0006862738348505101,0.000038233816838798564,0.000013079069612680112,0.0003162435503341181,0.000014345754135179579,0.000002827642678143983,0.00002351259860021094,0.00002925964606527232,0.003073454910970439,0.00009313678999372744,0.000012018688952639949,0.8257246204608848,0.0000626776848695006,0.000038223602846056965,0.0005866867220134577,0.0007090811923852927,0.0003006760904797213,0.00012119411267179724,0.0002163658646387195,0.000024233167685522426,0.0002522236806856417,0.00008261427708382242,0.00036405223019280104,0.000010014317633022541,0.0000034571490177241104,0.000543359273967233],[0.000015628787782919404,0.00047090637430129747,0.00005109722965584838,0.00005623142480409439,0.000002872607567941095,0.00010526130463460093,0.00003239074924679875,0.00013035668041972665,0.00005932260107768819,0.00016625725461154772,0.00027235921595964975,0.0008149664287022857,0.0001379649061778909,0.000013462999275322103,0.00006508780806183032,0.0001740847461695426,0.00005794701354332251,0.00020606562732954444,0.0003314651740189497,0.00002805511354757568,0.000025442729481906845,0.00010126871400570702,0.000033461172226871684,0.000024305561100228595,0.000015014167784799384,0.000058623608637507,0.00012256597719780509,0.00001330195699364314,0.8362519177028722,0.0014945841727434012,0.00001042952307153382],[0.00004174166965877676,0.0002899697406609897,0.00010170899526090765,0.00003490338293398386,0.000030056811080488957,0.0000852090242678585,0.000016421522583726086,0.000008983202080526393,0.00003163993129312504,0.00022359576768873083,0.00027116891365815067,0.0002361840065503181,0.00004613715636853291,0.000005949479695157258,0.0000384008166812828,0.0003063878173933952,0.000017679041843137778,0.00007022232375479972,0.00017334448200864085,0.00006195480702409365,0.000040791499909713055,0.0005255092598942727,0.0002091269467591901,0.000004970289890159932,0.000007692185055792166,0.000007482807158015651,0.00034314678607455035,0.0001526556108977202,0.8567641367297112,0.0003515278381876604,0.00022793320751523323],[0.000013144883908399568,0.00025391786614980193,0.0000269728141335074,0.00002176548602099683,0.0000021017269717110615,0.00015109194137212409,0.00008450947211392265,0.0004441331592137336,0.0000068362455418474385,0.00012281995902551564,0.0006048312249068957,0.8299167105278465,0.001534817768259938,0.000022150231416573573,0.000049732530051101295,0.000005601429771598297,0.00012447180848209748,0.00003928272579120543,0.00001300514434386795,0.00006690240061940383,0.0000325690543427589,0.00004262721082885195,0.00006016046515133422,0.00010630917428949523,0.00007342775229019462,0.00042514237077497793,0.0005477413952197393,0.000012715973341697691,0.00018752066115211376,0.00119017119965835,0.00002853546460911873],[0.000012114542302770623,0.000029190834726676404,0.00044451338623108927,0.000002117400300341265,0.000014147809071786518,0.000031437768802929546,0.00008451888895517502,0.00015564489905605655,0.000031500818885930764,0.00037124453247570324,0.000031841596279884845,0.8524683289906024,0.0004933079407594982,0.00000413771556680815,0.00016713793866376334,0.0000028612317348705647,0.00007682576816007232,0.000272135230337713,0.000004585284612092336,0.000006184618380152684,0.0000260620979512442,0.00014721578012786836,0.0000048527476696880366,0.0003808368694418119,0.000016786226513928736,0.0001393987322592734,0.00017661955061843785,0.00003176219787799504,0.00008319956074368404,0.00031308522360399605,0.0000013856398976673566],[0.000008137250094313062,0.000032175312718170196,0.000028063447508925708,0.000002860221226412869,0.0000020971571244318364,0.000058369897231589714,0.000010647774125337776,0.0005357983083910021,0.00011292813776177088,0.0003753230860305308,0.00004991248555291086,0.8604862280874396,0.0006015264062419625,0.000021479208590495214,0.000017237772207054188,0.000027426302646314136,0.00011109115485724595,0.000013672075978901943,0.00002070087879929344,0.000004050870960857551,0.000010123225726172953,0.000006574737282495353,0.000025958069921355575,0.000025598919996525618,0.00003790635573515331,0.00008640433115346855,0.0001214176241859454,0.00009121669853420219,0.00008275032242947379,0.0002282799078554582,0.00008134620636916854],[0.00008794311646200258,0.0000030089810546252645,0.00031462315057824804,0.00007894359922337183,0.000011596754299687183,0.0000028600808413610645,0.0003542489931728423,0.8229584169951105,0.0001541274375857782,0.00006331255792803047,0.000021241361237231146,0.0008963677404775601,0.0003084298173383217,0.00008893841377050497,0.00017210835036597782,0.0002734915817938052,0.000039137476773937904,0.0001753269777865333,0.000036773841493257184,0.0000013311576378191177,0.00006733936094354547,0.000019223849315004893,0.000038254525987839835,0.00036650460368539044,0.0011493367942108298,0.00006063123945970815,0.00010832570227457541,0.00011581390273030611,0.00001978711222381781,0.0009777865405279675,0.000012150210865924291],[0.8190833665283865,0.0022365979813813346,0.0011394408149933439,0.00014844445496835405,0.00010696895146261746,0.00041778681979386643,0.0008445260593980301,0.00017986276661237192,0.0006994745006831382,0.0003087624317915385,0.00008579957319054086,0.00012514806984928277,0.0002109120195135607,0.0001322278536158572,0.000059651593250601105,0.0004088697749242597,0.00034527676507090945,0.00008770191960546692,0.0007217200098254628,0.00029594570114551506,0.0004162912039688176,0.0000843419587472172,0.0004436994350074034,0.000047005469055103645,0.00019281622858282146,0.00008386361956911768,0.00022604822083517942,0.0000912031621362499,0.00038904071715902477,0.00001920837386729843,0.000002230992185798069],[0.0000026637347425364917,0.00006887176233866187,0.00020159498278382926,0.00001771619142072221,0.00000411263524646604,0.000012170155141562232,0.0000022420879166670942,0.00009546068408738025,0.000004909974779015169,0.00014671390739629163,0.000009461553057242044,0.00015612782661869086,0.00008463747689380886,0.00002230877095683707,0.00000760888729785223,0.0004590120206145117,0.000016435657072692982,0.00029964516467873963,0.00003795383914269193,0.0000022592578549688413,0.0000027160223285249622,0.0000025181238286536944,0.000005122993692034205,0.0000061396225842704706,0.0001543465134588469,0.000820121606206771,0.000028635065228496188,0.000030843870025437324,0.00016819844643540694,0.8477063353977347,0.000017967875194944144],[0.0000018633232920205478,0.0005086955639909211,0.00025114504897184983,0.0005550221229719765,0.000017705048125252743,0.00006567000341604349,0.0004118269050754218,0.00007791059577128284,0.0000037654006510830117,0.00013213474313760983,0.00009801960372290896,0.0004345702573224772,0.00008108138653535428,0.000021399173647917486,0.0006675406161153075,0.0003175316911837287,0.000027139703586879485,0.000028837725389906052,0.00014080684048153546,0.00022320333771142973,0.000018773938567645683,0.000027599591268688715,0.000004310261011696469,0.00012366991562629145,0.00017590727111490399,0.0005622905380003663,0.0000476888314042329,0.00008225497997142523,0.0009959562668213832,0.83721339328192,0.00014447189724836439],[0.0000035924285019933478,0.00007331148137993911,0.00029874936703405615,0.000034023415168772614,0.0000974952037192706,0.00015996287687490093,0.00007510122069971311,0.00005098030210274758,0.0000025201296690369634,0.00017581727786985285,0.00003883172365254116,0.0003356751935503865,0.00010374184625807831,0.0000375940046307599,0.0006398328387956625,0.00035914737523969265,0.00011061096045485962,0.000338568633371247,0.00010839851237980471,0.000005952008027043823,0.000009384406957939854,0.000014294025383222502,0.000023653522991679334,0.000007447980834169966,0.00003194800118568743,0.0005817024930986692,0.00021569992339266815,0.00010284379774793527,0.0004638472142388618,0.8683326145823429,0.00007546142452717076],[0.000007651483618295814,0.00003949041720482601,0.00003759060507053776,0.00003473874322015727,0.0012789800436104391,0.000009678857480522921,0.000053123848343765414,0.0005166746898205183,0.00005312789359164242,0.0026874570684920327,6.205976143423849e-7,0.000011401533470530103,0.00005043023398897102,0.000051126331917932976,0.00019282523090356286,0.000015606289546673143,0.000041531798320578696,0.0004257110840494568,0.00003269478657841315,0.00004044950147873117,0.0002144416400387771,0.000014737290069361139,0.000019669334601938202,0.000177754724567567,0.00007784248808082874,0.0001327250333592775,0.000004120274331086324,0.8150561489157816,0.00003870907536573993,0.0003961946453900215,0.00004250861814152902],[0.0002933332549966267,0.000006138271116437495,0.0007237360310730331,0.00003291934456395911,0.8156874753889196,0.00006531992988406085,0.00003486864298924204,0.00000502716402967014,0.00047122448492442333,0.0003640052297334357,0.00007423808477252063,0.0000013207507746429817,0.0005513114720452983,0.0007567387009756672,0.00003058117693419583,0.0003768778834649626,0.000440035465890842,0.0005426283528280217,0.0018943064168235326,0.00035401860040651384,0.0002070491858368383,0.00047190439071834596,0.00011493635627748887,0.00007129890084275264,0.0001736759479129849,0.0002185430515210835,0.00008980002159108122,0.0010731235820599422,0.000018586775132882913,0.00015588721291453378,0.0002661855453319156],[0.00008747630355593209,0.000060430163401249504,0.000009254123711907053,0.0004384710256905129,0.00002226626243122516,0.000312053864032952,0.850118349127907,0.0003029862200607061,0.0002783951734102002,0.0000074303465376789125,0.0001121590196508893,0.0001318268160066484,0.0000845285615857164,0.00003221235707503856,0.00001609213959083805,0.00009873397305991748,0.000014246055359875821,0.000011089186513014836,0.000003373681082631363,0.00000911206623051369,0.000011934278622875788,0.0004196128078932807,0.00018279954826982576,0.00008050103567754347,0.0007604802305256725,0.00022183496722674015,0.00003608000184801309,0.000015847262953017168,0.000037743230739114224,0.00019521190592677198,0.000008221314015938504],[0.000029433261283453902,0.00007021125802265693,0.00004444109985607817,0.0005327963353804773,0.000015254695868117655,0.00001932723493994645,0.8387920842439598,0.00005022828230394455,0.0004177626877647729,0.0000041487780304132506,0.00046669742696949575,0.00022831223931524456,0.00014762784011917803,0.00008631247371063257,0.00017590998873841978,0.00007144365723459257,0.000013977049278292982,0.00005913633797086586,0.000021719185907617808,0.000016319830837643886,0.000007450029804450112,0.0002711490127598506,0.0026545883894288805,0.0001223748798391883,0.00012826599503092017,0.000057700780290249826,0.00006948179215948775,0.000010829109603223337,0.00009144533916000188,0.00009492115447870775,0.000052528725920383696],[0.0006434068721577462,0.000011092667084973469,0.00008194644912821321,0.0003402278959321062,0.0004984861575977762,0.00010773197869179372,0.00041400965136497564,0.00011938210530392041,0.8502100987827258,0.0002726663400167067,0.0001007146272428672,0.00004188121146876347,0.00023113928477425658,0.000024554361392918235,0.00011138128213515731,0.000232120202628078,0.00007933370881462044,0.000019751962919665378,0.00016030444803823287,0.00018913650125798397,0.00009911542009170922,0.00004121205577227071,0.00014689464389500302,0.00002962162907727444,0.00014074537675880662,0.000012104696747160265,0.00007478910539311309,0.0000685147398853251,0.00002174242383789448,0.000004540241119093512,0.00026953159237044506],[0.00008516713414325078,0.000015855302545450786,0.00019916324295092357,0.000397058278264826,0.000009483812586068419,0.000018386963715657626,0.000051237387560053085,0.0000395564924298543,0.8474744783754055,0.000012622564783311584,0.000007364702249272871,0.000149755006911853,0.000033287135678907435,0.0000317531954855394,0.0003097880261177064,0.000040097618246544236,0.000027498135494339595,0.00028018033100078016,0.0005329852768536843,0.000025802370095612788,0.000012850022296505763,0.000016915209729522194,0.000022529275670929986,0.00010864407920717456,0.0000013626107038674615,0.000028538852331943854,0.0000041547554203702755,0.00003392421545215958,0.00009407061841220924,9.73795683248134e-7,0.000022848959520302092],[0.000017896716527833146,0.0000039704216196372634,0.000578037535818471,0.000003026813219325632,0.0017748666052235485,0.00006485692891344076,0.00006011060840642036,0.000007385823922965579,0.00003641602337891828,0.000006240997901164175,0.0004725684360355675,7.793896683615997e-7,0.0000574897523428179,0.0011755607759176168,0.000012846198638314141,0.8379230616281053,0.0000064086523957648415,0.00005450331066626792,0.001293172751645249,0.00009543222017862193,0.000008602642435797362,0.00047613486868363703,0.0004452399413009153,0.00005353199561890928,0.00012956053157818596,0.000011237144480794859,0.00003455768432789344,0.00000915950287702416,0.000009141256661377425,0.00013093954433079585,0.000013071299591724402],[0.00002468120037252244,0.00012041693806842809,0.0003369427444186893,0.000015761204307852747,0.0001336056859857687,0.00005242907568349527,0.00010109731174941692,0.00073278223604754,0.000350911134585413,0.00015264169433133024,0.00022635596050237075,0.0000828740756250407,0.00022580311455295708,0.00015244535071092706,0.00006695694758328052,0.8277704828451047,0.00002368981882594381,0.000009220291425001254,0.000013855706845664637,0.0003339512556513325,0.000001082042366652883,0.00002615622740031257,0.000276187252074457,0.0010471324020127762,0.0001136278789352752,0.00013203352222002963,0.0005492215549078402,0.000014113289011072958,0.00043722222429065877,0.0008879704059396487,0.00001599770299594889],[0.00009732585107606777,0.00001578790521629258,0.000017404533030877322,0.0004504319169093232,0.000023706504590781976,0.00004827400274069615,0.0000462190953582364,0.00017587711248773076,0.0001720878682534064,0.00010133784312056311,0.000005948143924577592,0.00040247638325141127,0.0004812597282647359,0.000013198571617069748,0.00022480281442947126,0.000005917437271670502,0.00038611121476964816,0.8584671231032717,0.0002671712929898273,0.000006528231402079048,0.0001207359374130822,0.0002894064411872665,0.00008304094409899082,0.00011902947560720202,0.0000429110886806996,0.000030487932401425083,0.0000021769483474939363,0.00008350246856383053,0.0000394620876196284,0.00006610311256870524,0.00001803534539759133],[0.00025105424300808974,0.00040766673600014944,0.000009311797206953595,0.0001837123970393932,0.000053004663046592514,0.000010488438332260037,0.0000260679067686226,0.00007151191913493167,0.000009415920536444387,0.000022853404116227006,0.000005761809353220905,0.0005610449077276032,0.00010844249345647477,0.00010469537945705245,0.0003310779111661542,0.000019625682201212983,0.0002038834748975872,0.847347786147725,0.0002021320637640172,0.00008807901795595345,0.0003216399985516968,0.0002756095865385286,0.00001315514106761336,0.00009192382212353031,0.00018400288844805954,0.000028921609699596206,0.000028551493256894163,0.0001038085452141186,0.00039236383769131953,0.0004673398965357533,0.0000626900665116048],[0.0005559985000098637,0.000006955605432020988,0.00007831033436689135,0.0006479656167517777,0.00024642421576008327,0.00020570996189411028,0.000021221187177177897,0.000053861412227573404,0.0002834789462064081,0.0001952634168543531,0.00006006748064158884,0.000022865365203472175,0.00013886605061558732,0.00003952525237870754,0.00007622039994310495,0.00008886405849751027,0.00003539654900802625,0.00004897129100152104,0.8556647989940676,0.00032153577978417486,0.00019884842526742837,0.0003618457124119888,0.00018128148271788516,0.00005414396702617031,0.000031260704508869105,0.00009203569878451006,0.00006234351689979058,0.0001723605621958638,0.0003510396623107981,0.000012061156211143896,0.0005961348734328738],[0.00006011785664075004,0.0000034066650723577396,0.000038709778607951684,0.00031066504861617365,0.0003478952144743438,0.00002300160151739422,0.00015581863574095985,0.0002491026268216946,0.00028339959288091666,0.00004610295399775237,0.0000323980085186846,0.000007443532964062108,0.000018968185598925025,0.0010221873795262903,0.0001546375852690198,0.00047009711087095656,0.000007264212866201488,0.00010525987256433272,0.8305293632634776,0.00004539372243052509,0.000054084090108994355,0.00015562794966583586,0.0003377825631295439,0.00012261459433586313,0.00000567738048709834,0.00007294278360762264,0.00008994861800514572,0.0000906183198336265,0.00016276474442140543,0.00018479789214676906,0.00009968784942031098],[0.00012662826852160048,6.091191850811595e-7,0.000014869124592385053,0.0003468571064895986,0.000010941895127941688,0.00009208371258132058,0.00001465487411856557,0.00004044683138623683,0.0006335700170109218,0.0000700480103465667,0.000004427959875810682,0.00004363517266697793,0.00009284981124495548,0.000015257907172793838,0.000002226844163010803,0.000004721927645011362,0.000017977358015747928,0.000033700631982799425,0.8621196411798587,0.00010248807189000649,0.00004452383742183515,0.00006267005330846788,0.00007355704745211067,0.000011100519391493526,0.000010377774572748393,0.000029900512754312817,0.000010802376607803244,0.00003829926301001027,0.0000599142642489332,0.00005526861347650184,0.0003523585967744703],[0.00013356050922957256,0.0000019239305087956994,0.0000023512465198412442,0.000881225668087824,0.00000795595238376886,0.000023045346906278975,0.000004246077338162447,0.00011102813177733799,0.0005585647895431856,0.00009690378808191577,0.0000015627890907796004,0.00008166188940449882,0.0004065010025458225,0.00004560756295466334,0.000058751495038064916,0.000010042811948893772,0.000004159855782799308,0.0001160735126866558,0.9355301847879192,0.000005095708529184776,0.000032506097149804264,0.000010678755860996736,0.000026784765477296638,0.000012311603153999329,0.000014903854110025818,0.00006262984714640519,0.0000035675359236333787,0.00010118033209526634,0.0000966211773590802,0.00019572607226035183,0.0004183132295273999],[0.00016712406804162295,0.000030471634962190364,0.000010057836971342065,0.812929433119303,0.000006744157951476282,0.00032561269278948536,0.00030586642217587663,0.00014265473124340608,0.00047737616297551595,0.0008591624909339802,0.00006247319139162624,0.0000899345460455537,0.000033078999648221165,0.000002049551873552311,0.00019702415575638011,0.0000072383641318452445,0.00004670753977217008,0.0004933354666276315,0.003710411512965326,0.00001091547364985524,0.00002242779318155153,0.00007170589583919934,0.00009039293324008894,0.00004082948571416111,0.000012861431888157232,0.0005147880490944345,0.000026439092518665515,0.0000717644867332931,0.00003301162511987107,0.0001916032703147184,0.00011752128709295491],[0.000060966394397385876,0.0003467692083188289,0.0004603883510208798,0.000009255045384503268,0.0004248011157065268,0.0023565219144088233,0.00008601484494511226,0.000004507546756105897,0.00043300032990476985,0.000024514630468690922,0.001932095411325243,0.00018966576354979882,0.0003423851367249531,0.000048751086271576134,0.000017092277476298836,0.00033613842098943714,0.00015940058931967848,0.000007010928572383417,0.00008287074297166695,0.8050090082207297,0.00001331164400028869,0.0001931095395779419,0.00006269989271880562,0.00023957978607645476,0.000006746646393893756,0.00018418566637847398,0.000015515225803572586,0.000011958299194748078,0.0001350802183138433,0.0001492283068105746,0.00004474563288770213],[0.0004204290461843631,0.0035025459422485293,0.0001953571529392118,0.000386734643992248,0.00013698363875362006,0.0010941561679518794,0.00006578918982724143,0.000012909869291721722,0.000450488486492424,0.00003477592792453965,0.0004432745830596111,0.00004406809245609027,0.00001971449645145024,0.0000933483157340751,0.00007858578813205198,0.00037223877652679425,0.0003511926369657369,0.0007101364947276932,0.00031709231392079186,0.8015835127225109,0.00013992195802653852,0.000009840112478323034,0.00008700069458714461,0.00009700253145980617,0.000004940119453252272,0.0001021683643907686,0.00015805770931612924,0.0002758649238539889,0.0001271141964036877,0.00002960501438643856,0.000359513115697821],[0.00022274192971710575,2.743548846142557e-8,0.00018960087500597919,0.000014031310619515156,0.000004250905856062623,0.00003159549778140233,0.000007616018693049149,0.0007585752625337824,0.00003145774675760723,0.00004484181614729102,0.00009932725798882973,0.0001845169297628459,0.00014808303330180765,0.000050321677837009945,0.0007599107104740855,0.0000024824384924979906,0.00031211784503999235,0.00007260857099108154,0.000002465596292204817,0.00001419931225837982,0.8235788249096105,0.000009627625716122336,0.00006817950238494522,0.00004103801413800716,0.00009486169002065525,0.000004659805485318259,0.00020749503215761642,0.00010830048625411043,0.000008568814224502781,0.000006874718267855443,0.00017621990177157422],[0.000012670838413398312,0.00007469907755118067,0.00010805329848024759,0.000028976544216769107,0.0004903383313713995,0.0015313187311566745,0.00014088200372669725,0.00002089123525448295,0.00005765714042593698,0.0000019022186210309377,0.0009315899606799917,0.00003679052507017205,0.00021419139237537787,0.00004950299835440284,0.000010549405744497029,0.00010665844184934412,0.00024066976911395568,0.00023872767053673786,0.00015924271916961704,0.0000887845977900659,0.00013199987556004736,0.8386691951780249,0.00012213192254230593,0.00023421840283227384,0.0006417044436260488,0.000051345627994889195,0.00011435898754107794,0.00002555357292156264,0.0001960521090164105,0.00000844443953693977,0.00006415117018316226],[0.000008777323431522195,0.0001509076822549848,0.00008017610708967719,0.00000508177703814437,0.00010875485024327857,0.00004244937148400868,0.0001040242962265266,0.000010673053997874075,0.00003276552217138827,0.000009089659927902186,0.00004540132755401646,0.000025823213768064275,0.00017079542991136078,0.00002570830135376553,0.000005122176520571561,0.000010068528672358557,0.00002970550491120179,0.0006788092102903417,0.00018609033893791143,9.28440361002143e-7,0.0000627419203361808,0.8445916774592026,0.000027522913855678375,0.0004672285314257618,0.00009013014577440475,0.000013752927903235862,0.000007792505269279486,0.000014353970657242352,0.0001531613016300039,0.0000015174109470415926,0.0000019126282569108638],[0.000026497653302652407,0.000006533908070028966,0.00012266667860580865,0.00013221878791320102,0.00005605236631585888,0.00007923604980026398,0.0011502178168681671,0.00004645030474099053,0.00011854143531911218,0.000041967685199074786,0.0006627264528410253,0.00010753215561194436,0.00019738800171832538,0.000012909236171800745,0.00007527357814305355,0.0007537863966172533,0.00001181959955079054,0.000021029212504692135,0.000013043656907858768,0.000002458143172170109,0.00006662897739755287,0.0002951630311153309,0.8407893199680437,0.00008875392519304102,0.00006668335135872236,0.0001453777171468841,0.00009082977552869319,0.000011649310040688872,0.0003224914010160322,0.0000015577330704591321,0.000011135663902881426],[0.00002330363713690297,0.000043269424186803,0.000048910342688258085,0.0001117259424825087,0.00013511348651020486,0.000315137025043958,0.0005484022081777462,0.00008908814068518487,0.000035222365122468585,0.00002542278907645422,0.00011559819311726552,0.00023644186047154037,0.0003200074266778768,0.00040023956431026333,0.00015519873955880542,0.0005713929961034112,0.0001634489664091977,0.00030635733269333306,0.00009027941434351826,0.000017985295376156647,0.00014934298020618386,0.000042577838562617025,0.8583732475720284,0.000035246013360939594,0.0002741051466429771,0.00004419955212600321,0.000075839834218919,0.000005870151607650517,0.000058821315345039406,0.000008857849415534553,0.000028077405057864236],[0.00001013691531883459,0.0000659197921975808,0.00006834024129480681,0.00005081774924726272,4.989186974046573e-7,0.000012727716879491848,0.00012520266035964838,0.0007171614601163758,0.000013796163791613729,0.000086634429181422,0.000006806421470841951,0.0002067284957672225,0.000156436386346737,0.000014812170765743446,0.000007691613073997887,0.0000576047540664413,0.00006993127647884418,0.00003424972439018627,0.0000011098861840103135,0.000005783251111730561,0.00014989133303095324,0.00007565102673059168,0.00016245000701753121,0.00022437070814746248,0.8697566610103342,0.000019911919587782434,0.000014138543093522166,0.00008674080444373618,0.000012245765202749535,0.00010398639832695065,0.00008669082224991959],[0.00003730450434067179,8.191801596576649e-7,0.0000901883257139168,0.0000039345647572905725,0.00002539495770252559,0.000012899786743243952,0.0002595086634640297,0.00003585456944301982,0.000004366847844697872,0.00000449505975207248,0.0001624036193545092,0.000026415951130106577,0.00028623351793010207,0.00005472201090903499,0.00006472543883775775,0.00009951478239454335,0.0000024705915238762204,0.000006793380417417948,0.000016603324736468713,0.0000015089868533186827,0.000022973852553155997,0.00009814120790700301,0.00006632391855389497,0.00046624558381355794,0.8762083402656625,0.00003178708696389015,0.00007219608166660247,0.000013831488603260187,0.000012896352104077745,0.00006963839492991965,0.00001883710882846959],[0.00001795460390630288,0.00001896958760562612,0.000007515626110475449,0.0000023630967136349276,0.00000731787241172013,0.0000015073557535465203,0.00004121109723768902,0.00003730098544137089,0.000014506632212973726,0.000007477065458181897,0.0001158583765196898,0.0000037971605688534725,0.00030939696118042917,0.0003474164738489105,0.0000696805111514401,0.000058747680616169766,0.000023144836755205727,0.0000059349883923789254,0.000004346764658155837,0.0000017727518381598033,0.000007390738006534541,0.00026970039324357686,0.00011005260363294373,0.000013446784577083328,0.874766807240042,0.000006215116864454961,0.000025647361163163693,5.596646660748699e-7,0.00000882979400171987,0.000012723719388681268,0.00004477768832430237],[0.00000200905183421028,0.0000035544669689255928,0.00009711639234332715,0.00000239743943059729,0.0000010366758681546412,5.176366392618335e-7,0.000004948758486102723,0.000007390508738733542,0.000002425257232429997,0.00009667288782210083,0.0000037512267814327362,0.000001052123223471537,0.000027145433733501336,0.000004992821810121049,0.00001878954824553439,0.00004384544274772021,0.000005481124110934404,0.00000596907565262991,1.764054747238619e-7,2.6767177118294946e-7,0.000020492918207388073,0.000025019927718156266,0.00004686013653743655,0.00007110606687137174,0.971507197545755,0.0000048040396148150126,0.0000062222805041171245,0.000011500737194328551,0.0000031334401040656037,0.000028050841681279463,0.000024830376856306176],[0.000008092959154725733,0.00011092508709450038,0.0005664224397546296,0.0000057211781365227335,0.000060541727004773014,0.0000016171300944020108,0.00004171571608382438,0.000010350950367708501,0.000008872151221560121,0.000014885231681495685,0.00004758270888961988,0.00003192983378040098,0.00008012700990965895,0.00019361035870977763,0.0000537591539793303,0.00038972086739849513,0.000010114313791493102,0.00015209734657795602,0.00006105864179688335,0.000046641873451582264,0.00004735468376772284,0.00005870759302430366,0.000030113609482231954,0.832778055879514,0.000131289820219552,0.000022683752731493255,0.0005138829291019476,0.0000012085157238722535,0.0000648295442690764,0.00004510320052553762,0.000008647744148669047],[0.000005650082882678762,0.000010812487716439032,0.0005085898647455877,0.0003658287555671054,0.0004378518705194943,0.0000027747702718696758,0.0006078293072683479,0.0001174071712385637,0.00003419927383757313,0.00003624590875895465,0.00012459316461847664,0.00045382906119717097,0.0008107605429132464,0.00002966403435407102,0.0007310005054440499,0.00006530079835847983,0.00002921440269393533,0.00025027801352275116,0.000004764877504495698,0.000040528976835469754,0.00011802537342492646,0.0005893247504956978,0.0001994834989920297,0.8356399922272787,0.00012758364555355878,0.0004499686793062601,0.00004468358347595768,0.0005643992434462267,0.00015499667325609987,0.00009424791133541148,0.00004251363470848151],[0.00008942365711319067,0.00028698125271404696,0.00011099708564752944,0.0001229190503562422,0.00008786362799081702,0.0005697603791213234,0.00003220688446035323,0.00017726661468433276,0.00014385728005331298,0.00016284770718411818,0.0010067081391275504,0.0011545796915756804,0.00007674848703908284,0.00007414580676310936,0.00032488189017112606,0.00021723166154228227,0.0003130023143376826,0.000030349463082378125,0.00003908031467624542,0.00013747472508687626,0.0005028615340962121,0.00012699968569055046,0.00018622927638212768,0.0003939561544832177,0.0001239219314247009,0.0010694616446629945,0.8168614666919531,0.000024037278410737566,0.00035082024874259727,0.00037670095334669986,0.0006090709980259304],[0.00005313293967228227,0.00001882969213149364,0.0004340254313965041,0.0002487126247717663,0.00005728348544826101,0.00037543802094232813,0.0007981842342325786,0.000049393956967669075,0.00003139229508667518,0.00007447943412561349,0.0000650581770253751,0.0007660575608661851,0.0002529264257228172,0.000015038194854844763,0.000023430787106085277,0.00006376047696598121,0.00004092163950084551,0.00006830973130642504,0.000006914165689622973,0.00034600473215602056,0.00006162878776588734,0.000220144336736151,0.000055365915206528,0.0009558355984036436,0.0008971772587287898,0.8192857891019572,0.0009320994153165669,0.00016327887401901958,0.00003785249228705602,0.0011248082264327121,0.000004689071797436087]]],"Weights":[[[0.9986483660299706,-0.5980193128138191,-1.1761519126721491,0.1301565082768495,0.08252312220079265,0.4204151053633654,0.13028925226239355,0.2989405443329908,0.03213985672939341,-0.4968003931106814,-1.9837422166512293,0.06657753491078175,-0.7022877062356524,0.4530861687733061,-0.09649548852572697,0.8393290166780784,0.7966548597038531,-0.03680769915035253,0.45325698702765393,0.08975541725639397,0.5528157387876511,0.7374618554643508,-0.7221111088950609,-0.039069159081227434,0.5239227233659021,0.41315113818851895,-0.51742338366763,0.6218596110718688,-0.6049366580453354,0.8410987714613117,0.6595701786616334,0.5694722502272531,0.5198083591850459,-0.6539289626851625,0.002748034548476422,0.02542855400676536,0.18634330644952696,-0.3907930996065365,-0.5729785122379891,0.6588488324768019,0.46211158750233466,0.6202683724923204,-0.4023642862423999,0.15130275360766954,-1.2167660697879168,-1.2864852871867187,0.4832578989245951,-0.46342994679450034,-0.7231992180556135,0.6100475197328423],[-0.871877768344981,-2.2097546706425013,-0.09615959663369225,-0.6943333563651922,0.45370673121970556,0.9481311183463094,-0.3717741719205918,-1.2787881253704567,-1.9991528862387904,1.2669632216193252,-0.3001850162462046,-3.5358247100916627,-0.1436660967244989,-2.1278853289524013,0.8874014715482599,0.7989487845893236,-0.6202505337471602,-0.07304608203377042,0.9533988224740867,-0.1117393961113806,-0.4621741911512192,-1.0420734745558649,0.3005064367263354,0.5787612465882266,0.7270147598197587,-2.306739270157683,-2.5380372964366047,0.9268847708255713,-0.9912987034088016,0.7922891619636164,0.15098525706035845,0.029050661008046503,0.9296076158785983,-0.39583464327687073,0.45887974977629037,0.40231684828866976,0.5181963316670556,0.3348736809459314,-1.1083580065319514,0.11917953011371919,0.4166631332513876,0.176271374897496,0.7434791471006299,-0.5835164773727867,-1.5298373615758645,-0.14436329999939745,0.3690995280067118,0.15047412497222182,0.09868160396022546,-0.6333852177787553],[0.01563421441495914,-0.4503520865503639,0.5509391593154657,-0.26180905959038886,0.571863933209149,-0.9670178925988873,0.4555495169199706,-2.898177879245887,-1.670524460040927,0.9524441050303383,0.3675255765363926,-0.12471419647407597,-1.3892256626337829,-1.2782096215185472,-0.14581951003548915,-0.5730263185320739,-1.9075540991376867,-0.6037033596268365,0.9379561283504613,-0.26909029237343857,0.6903871122708313,0.39877687850240273,0.9122113567556905,-0.7896111667204527,0.4199495437419932,-0.15564052314487578,-1.008515099200963,-0.8028301206020468,-0.329028827637729,0.7839171376748648,-0.9405822267991023,0.6231948886010631,0.5553491665108115,0.6358021064545448,-0.003528615240752286,0.2352415189045151,0.945108424102969,-0.23746090552074095,0.6210989163127795,-0.07687650654152814,-0.10161411522840132,0.5286103728808731,0.6337344937656967,-1.2948717250505475,-0.0473961766122168,-0.2781875381577569,-0.7470439475505646,-0.3411517301639252,-2.4179391182252687,0.8080590988050665],[-0.44649380155560575,-2.2134649171534866,-1.4810938448522457,0.5821610462701656,0.9657934161049728,-0.07447584207894564,0.6994625428730947,-0.19043428646612867,-0.7856102420600576,-0.5281088093956422,-0.8028500619855856,-0.7662327396143513,-0.27989104276949267,0.15028902302675082,0.0339068578897558,0.7297212723206927,-1.8371322751228525,0.2664673224661091,1.0046497802505991,1.0053129604444202,-1.121123567005438,-0.21538552283285428,-0.13972727332273044,-1.8707989914894811,0.33221696522476013,0.7538265099100714,0.08594045078402263,-0.7414575212213188,0.06810137490049147,0.07533799808877514,-0.07685509924962636,-2.452144331913637,0.3854035556105738,-0.6135497615943682,0.20965782562272825,0.4503627822897065,0.11905969688616233,0.5438865173203135,-0.4183600191952187,0.4617623071948295,0.2547032893025572,0.7791805573759436,-0.7477446608685723,0.3268696083801369,-1.0874645836375696,0.1861841751147271,-0.3313073242185985,-1.2933619790565507,-0.1359119097732424,-0.7468407439711919],[0.120702462582147,0.21534680943220533,0.8010121239599662,-0.3033476011366765,-1.0794816822988613,-0.22845270422124594,-0.8204232249463177,-1.295458137547686,0.5258336213854591,-0.6323911467837383,0.20546737013431965,0.02999410460884098,0.5171005922860951,0.5199720077789374,-1.5506022628022973,-0.5803273163290026,0.17664739757139003,0.15077995015338516,-0.7717369842424885,-1.862066356446804,-0.3927269113370845,-0.5117994242127872,-0.29575635772638215,0.37993754953321823,-0.2606485015871413,0.019146284963312804,-1.1001749166470978,-0.4129581095283614,0.048124720837490906,-0.7937352228967232,0.41104073981482847,-0.17222590006537364,0.010822019162730071,-0.4356741749702676,-0.1761293778036236,-0.4405316071763433,0.6722711913529879,-0.17416056514577016,-0.01128489583916207,-0.762070478809417,0.7526344383388787,-1.178756645850142,0.1849257711100142,0.2695793263492959,0.046777509509902226,0.8792873468236788,-1.2961030439698098,0.8605750542327868,-0.011236376742764575,0.6643988953905836],[-0.5760889931085891,-0.028336732474325495,-1.1102677677115724,0.9160267672268841,-0.15758281536401927,-0.5439954020951071,0.06226363346591259,-0.04649939762454348,-1.2453898055776416,-1.0513510393951297,-0.5070307833051766,-0.8754806374084632,0.9080760269775332,-0.7530187258488317,0.4303596359647643,0.29280645641923353,0.014605760490278718,0.35653491773800006,0.37662488367517705,0.8477323320590581,-0.8771277898035338,-0.32455706147908403,-0.32164407434564884,-1.3065286415567534,-0.027606544648001892,-0.77370639416286,-1.046868334926148,-0.4683938495698311,0.30600763616746557,0.06396943550131669,-0.7433434961415853,0.9344985677096131,-0.28463291958540615,-0.7884854746460825,0.4555173266555438,-0.5363507498923938,0.586002695530427,-0.7197860367518369,0.7593126724207736,-0.13432092966666045,-0.14482446617064615,-0.6539456715044598,0.0630991338168571,-1.0047266317455648,-0.6740627247503006,0.37618775977245095,-0.34102118098347534,-0.4284114571411005,0.541676038402194,0.44836772511195955],[0.8759251993448085,-1.2807019723136088,-0.1306881873887505,0.29815260675747846,0.7023124324959207,-2.8075367002647904,-1.7041854270470815,0.007152023384269866,-0.09441548794213175,-0.5869958279745828,1.0139911278718077,1.145136941335019,-3.5887105013800134,0.46305114777669454,-0.6396122232377378,0.39951942861361484,-0.7574874398388637,-0.8225399668093144,0.29662391030421725,-2.2218722320949325,0.10823921387013521,0.9464263758523868,-0.04460756318012645,-0.8611841565864411,-1.5058285783495238,-1.6719547773717052,0.7418800446300449,0.042800663752580514,-0.38386445254271107,-0.5575118233241434,0.19755446129266105,0.30517204412185245,-0.46649462447510254,-0.5145802083714568,1.060169296248437,-0.09398674377971045,0.09784179385585808,-0.3941638182794056,0.8913260796643534,-0.9546240816168998,-1.755389678641562,0.12515835054940802,0.8040730656757658,-2.662520684066837,-1.8034053400082979,-0.5377853936605755,0.7048623313656293,0.013514229319048096,0.5429306369537261,0.2588683401276055],[0.6178897788347373,0.4504925427895556,-2.224678017900093,-0.32405407099975203,0.3291772200977013,-0.17575463123970977,-0.606062261258767,-0.2939980931328626,-1.646840300168762,0.38959402215038197,0.0432663590645187,-1.1396856229024113,0.02428250502043264,0.931708427063566,-0.283846786554068,-1.582023803186083,0.07426866440213833,-0.3642729251483213,0.5469015570527378,0.3015229140573495,-0.9341590331656905,0.8373584321202051,0.42177648984422067,-1.0395034036025304,0.24036726610572795,-0.24489571796023532,0.9325350185940178,-0.4085323278680052,-1.6642339672768043,0.6212993356135234,0.5732522640570491,0.21742040811550511,0.3686255717009692,0.4915547932179575,0.5047173480740669,-1.6598477098645454,-1.5815229075114214,-0.2784558082205062,-0.19661090361078212,-1.1599358875051158,0.25590307702744697,-0.35810128706159533,0.7256357261082078,-0.9974361707977077,0.49181364083161166,0.4061673625005602,-0.48963660764286926,0.6449790111088163,0.6255581480872918,-0.596229089022662],[0.8873973931260501,0.3994725621181061,0.6968337852339365,-2.2425376905817718,0.7069565496761213,0.13044697876170339,0.8017407718189118,-2.0832990175882937,0.14160826186381845,-0.6728933098835637,0.6732593256009411,-0.45138807452453883,1.001994941691225,-0.19927381143351908,-1.376653681768989,0.4130486371507827,-0.7653521224969144,0.11404248549614704,0.7547650787035716,-0.188971217270498,0.5304785753202549,-0.14559845294821636,-0.16984352523854354,1.006622279593549,1.0617661524519253,-1.3257276200116617,0.703801041481561,0.7883277504152123,0.8922075603177437,-0.43126166687225614,-2.016375494179308,-0.39901254893720456,-0.4173014214798645,0.3303409605244182,-1.7602806522872365,0.5041832114238136,-0.6174284976374027,-2.1933748523757526,-0.5509986332144565,-0.0008136150233215403,0.2975786217054275,-0.002820938724994258,-1.2802399929182646,-0.3551343515109611,-0.19677953020162395,0.8016046058372419,0.4263518672971645,0.7215646805416881,-0.48769581790803745,0.760269700015435],[-0.9548204626159664,0.6209614170973896,-1.9735608644299876,-0.24842423946926584,0.8947707122136582,-0.047038582592586066,-0.5021234665524542,-0.2874734108534754,0.807918553499812,-1.401053968623458,-0.19137157987156986,-1.342981855584301,-1.0064360486383395,0.1174390735288329,-0.41789313356331387,0.23988148566628525,-0.7192628885200397,-0.5457308341457828,0.32952710867173074,0.7252823042388932,0.8314269303799858,-0.12361136829685641,-0.023763626704306415,-0.7132611375432368,-0.6035140444487618,0.5125534016926581,0.40947989343924807,-1.9835395183258344,0.5991392324249147,0.43778203448832315,0.2774841389675314,0.5916468276138918,-2.2297015069059434,-0.08792206823427667,0.9577644706500884,-0.3528046420064917,-2.4529001694402246,-0.4407091224909493,-1.060367350594377,-0.9439619328161055,0.3966654555093901,-3.104039465638157,-0.5747586146754087,0.6128977077943963,0.16612494304612654,-0.1460930908455049,-2.16495830571461,0.8331676695556122,-1.0139698046567363,0.19086015748461704],[-0.36891789912819556,-0.27915011750105895,0.2330519861592529,-0.23126213071532672,-0.355334041283369,0.4571924263415689,0.7999489034375777,0.2694630047823501,0.9854865925077526,-0.047396497429874465,0.3727442887804508,-0.11449794275703172,-1.4628545362561993,-1.372931786568095,-1.2415580342984445,-0.5805465578337347,-0.5462422655101684,-0.22190127114653038,-0.3579359358011906,-1.0487551077368578,-1.0225329978367792,0.9333205330337663,0.5690859392384751,-0.0486281499981898,-0.013076294423777855,0.16532020665770647,-0.38329659079820755,0.3347722786007345,0.02309035087339685,0.8635700423889643,-0.2487186871490374,0.5286425184808272,-0.6259627497078245,-0.4974414314301413,0.642604046222448,-0.33369021987342684,-0.42536090559810336,0.3740026922782435,-0.9148882395625066,-0.8914253202218237,0.578628034364991,0.3508611533627891,-0.16518805820733665,0.4891776078850844,-1.125055641811928,-0.4696997358017834,-0.6826335804775966,0.8511530064399578,0.34440260524450395,-1.2984769723819771],[-0.3577873109289011,-1.1802936908899444,-0.33639223346869473,0.055187999055191485,0.25393363167597066,-0.13349878809616758,0.7466185774904461,-0.17378225677083683,-0.8140127112453205,0.25431670978954485,0.7121472529496774,-1.1721719511166313,0.8254419740276857,0.4002966257955141,-0.26368997522761295,-0.03945733330386861,0.4125626046590703,-0.10196016569961208,-0.5585249777633272,0.4704088380134572,-0.8117935820675523,0.2716265278137106,0.013982254252789941,0.5608068946610228,0.004895477501862604,0.3366428462822276,0.25568189976559885,-2.2310930594227263,-0.02255041895841726,-1.0706914463806811,-0.9110835770071355,-0.8467796652310946,0.5180049768125383,-0.11938928466584334,0.958838268786099,-0.7773722489481243,-0.5994793935047472,-0.8763098005852156,0.1236344685474218,-1.9774153080051289,0.33471263928651396,-0.3182912544064401,-1.1784443946508516,0.9110003458383519,-0.007035970653340801,-0.7911852275175857,0.6858688853185411,-0.5437868531037319,0.8653818602758114,0.2808508077946659],[-0.42989799482273156,0.3072182804890224,-0.9763171063836971,0.6065010162603683,0.34290532196018264,0.35209886103663773,0.6661008486931412,0.6964717164804531,0.6866690132159753,0.8590749870783906,0.9222337122742138,-0.051073234231965206,0.8489838913788241,-0.6026443510081312,-0.4999934933619922,-0.5356557100157855,-0.2596864652095345,-0.618010031839845,0.08502941891724747,0.8151406548087383,-0.3878222241346393,-0.3927022956979341,-0.16798466297160902,0.21734762713440198,0.1647855567352243,0.7006566506965936,0.6168830880845987,-1.311096614942122,-0.9449977633148824,-1.1962120952398374,-1.2162537637554407,-1.7640171725505007,0.012155375677356863,0.7007618222645763,-0.6346158878814219,0.09491795207256938,0.7162583045858065,-0.7946381309069249,-0.07718082667794415,0.9622581168584905,-0.6309154813692054,-0.48524658594640974,-0.1493544781047506,0.396905083510563,-0.8877442360687394,0.8233877584559679,0.7943229006078871,-1.0740565329228848,-0.0792844926904904,-0.7902736119633436],[1.326724007180033,-0.8006440098384677,-4.378128852805083,-0.1276158125279072,0.7568173800171138,0.6614493665330105,0.29621605225885755,-0.045951834871209137,1.3661393216668016,-1.0962550825018216,-1.005904853097272,0.057743289619229816,0.3052164007741844,0.9941571249350383,0.781425157388447,-0.01024424509114901,0.4498919392101585,-2.5417986345484107,0.8964549417248898,1.4238279384370565,-0.27539510932467126,0.7204847011260445,0.981273645818219,-1.2881000151344224,-2.5542764645871787,1.0970966804720679,-0.21674582851758975,0.7173933398918034,0.6624310513165061,0.33011517584709477,-1.031053945871996,0.48878579040900166,0.9451813625118093,-4.446832217897768,0.7060472074446049,-1.86203883880405,0.31895808814226917,-0.4925183763753928,-0.0342966464470446,-0.7854709242638133,-0.36382910132497503,-0.8507329906846942,-1.0084531140873456,0.26183252642255717,-2.2501393076794107,-0.990236523992109,0.5439832121443751,0.10152727724826821,0.5367322435811097,-0.6968317972246388],[-0.8044468014659795,0.7863266009805745,-0.07743200429256135,0.789707952179555,0.5487821302050389,-0.6937942582047721,-2.3353609465795366,1.0003275206566895,0.9015245278718114,0.6506768358804325,0.029302808105898862,-0.146124371203589,-0.48276266472877805,-0.08580650325889962,-0.9823837944999368,-0.09531576526063522,-0.5619896253037483,-1.9202204287612503,-0.5299530911049466,-0.8916948049699774,-1.8203838247650965,-0.2560148299783683,0.3427600234023847,0.5109230429162037,-1.7118770375195833,-0.9954333288299082,0.9212135228410637,0.745290678275404,-0.9619134839123539,-0.44044715287851605,0.0786423360768086,0.43123583800357124,-0.08779599371793119,0.4258241601633937,-0.2472576879343326,-0.844146339855502,-0.6978699548822737,-2.004015141433607,-0.19392332668736995,0.7788950531910093,-1.275943438165788,-2.452930466303934,0.3564725078689302,-0.39854332536230497,0.03710742043101121,-0.4832339951837447,-0.9175215969174019,0.28725421108729704,0.12041502615170599,0.13473308175306226],[-0.3849395290914461,-0.16466519583396091,-1.1349937475418712,0.35911112497077285,-0.4498832169150143,-0.20775766610783564,-1.4368602728160937,-2.4082126086803566,-0.03509220872633525,-0.10277396517893639,1.0503957842161362,-2.328168341240832,0.41916408022010493,-0.13748958975969172,-0.09881292033428478,0.26830416076940306,-1.8185265376170732,0.9229361240938945,-0.27124701549635905,0.14584610109141796,-2.0959375169891423,0.44159886878323307,0.24472478995788927,-1.040583493052178,-0.08014468126160651,-0.23564191499609402,-1.3583540418535012,0.3297155311525288,0.8559828698136345,-1.3963176768945755,0.2549998467478536,-0.5500762557096154,-1.1835257617122927,-1.8736909476389678,0.11735517898703554,0.4210269076433702,0.8195684367291104,0.6563682751734664,-0.048306874429374945,0.12937553371803553,0.6270249814825771,0.20771017897978905,0.6908764270387875,-1.9140140532406618,-0.6734109807129448,-0.9386923255540873,-1.637748549963583,-0.3879442091996935,0.7357325957859986,0.3047822866649226],[0.04604331953055747,0.4947813655503462,-0.34792273679460145,0.8574304263519804,0.8991762104752736,-0.24154478994789375,0.763309255920437,0.12102727447556755,0.7476403605491647,-0.4686452882578526,0.7217494186687938,-0.34663599299568654,0.3640943964836009,0.6033244553111308,0.5718139501394464,-0.5998834310112161,-0.17279101278766792,-0.7838499028876835,0.4068514111747066,-0.48316118473397607,0.4086662642622122,0.4740746546081194,-1.040215265208176,-0.991977364871645,-0.7259686610473449,-0.7357613173752763,0.1601491754570713,-0.27581490793338315,-0.07111741319361409,-0.4632862165618281,-0.9042700524285865,-0.1780680639811719,-0.25311059629381333,0.8002732635823535,-0.21387965875965287,-0.027365096526144335,-0.27696186333661205,-0.7466822657594833,-0.8081876518810761,-0.19596316956799995,0.22906931016038098,-0.21843403825295254,0.9565623466277398,0.9243486577153248,1.0073458732261098,-0.823965061148544,0.5312943604995651,-0.13554828171865138,-0.9951410906913636,-1.294423816525233],[0.09454290596977845,-0.4995981892613815,0.8718211871751479,-0.5102542892753593,-1.6379019414767424,-0.5821787625191468,-0.48466351703024685,-0.3453898789773047,-1.0448088438256458,-1.1203499858004118,-0.9055477307509272,-0.19245314047871553,-0.4097119324078751,-0.8523957442120671,0.46921380969509063,-0.2779836238854566,0.9246947060961075,0.9509345405307992,-0.2914843698684589,0.5571626330130852,0.17955040238841058,0.7119847372969705,-0.40456211909284157,-0.9344310124571359,0.050888808707097256,-0.5301233717514552,-0.6494334831052594,0.7977750287043138,0.7606448623502603,-2.7881551792822763,0.6803361603464727,-0.12952363128436048,-1.707562934571409,-1.120454406526619,0.7055873928069851,0.24045841409553415,0.4836575681458696,-0.46129552589121003,-0.3128227999728052,0.579993380330495,-0.9043290939075044,-0.4526412573575689,-1.4121278033757563,-0.6875762147423945,0.5115440882627829,-0.018286038616827663,-0.8284461440599632,-2.0210153687071046,0.7624018529235468,-0.39331071282792496],[0.3671454140783578,-0.394817121583491,-0.3616121518692372,-0.24224568071890454,-1.270676794128353,-0.48030630627614235,0.5258924886563069,-0.5726550381873049,0.5218232209773053,0.5956297683023785,0.8836558491001344,0.8082489279486942,-2.3277357440829496,-1.1055016376393028,-0.3652915807690417,0.6922888782075407,0.6396768539194281,-2.137135777880706,0.9164374867966167,0.7797936828094293,-1.0032024469472485,-0.782817409609958,-0.2813072597732246,-0.39849457898978263,-0.0015304172173489562,-0.08080616305702645,0.5724712484048498,-1.7515633688858583,-0.05403164775413221,-0.4865821745881068,-1.2641337319329298,0.7665464615131553,0.5622124345271323,0.2017075311840678,1.086793196900585,0.346584274613331,-0.08551888921139093,-0.048566284200245065,0.25318929371091986,-1.3520400050554067,0.48307344519652956,0.2485509549307349,-1.4686546853328064,-0.2883126678942042,-1.4259693262602882,0.24988815117260973,-0.23721755965274133,0.337760264709149,-0.3558982643474506,-1.7870984837280313],[0.7325104116835346,0.7570142602231711,0.29718108358543094,0.7304043167846639,-1.4814401994069495,-0.380038707662814,0.6023148650447284,-1.8577482379213122,0.6614586381642076,-0.4870132980668294,0.192189045965927,0.33244066200479416,-0.5659745655128231,-0.02025576962960737,-0.5738886186052284,-0.6853848699256104,-1.4254730506035533,0.18593735483700635,-0.5962039228798857,0.9467907203067552,-0.2152129694824422,0.9518776035582128,0.21667069737205857,-0.5073487798008356,-0.517850405440031,0.9657395515453108,-0.2505648458095149,0.4952938919609948,-1.1157778391227315,0.6867955157014596,0.9847365788810488,0.1799357547942932,-0.12527782748657149,-0.3003712165371039,0.4043599197731728,-0.8414272906793304,-0.47542407753454546,-0.3905648696877202,0.8430185468826817,0.9680111296790909,0.75479872374581,-1.133066879803826,-0.3939999315092017,-1.8240908503198086,0.45235906998397357,0.981909442773741,0.747911115475016,0.5263778492198066,-0.33094548169909743,0.8119341515037062],[0.7835470648102084,-0.4160969024233993,0.8498822715514922,-3.316295408635294,-0.2783461764545573,-2.5303270482778264,0.5742213816088642,-2.0528448444008087,-1.0663064827067612,-1.868185927701124,-0.18681010088226377,1.0218697759005981,-0.032054234434644224,0.9239654252383519,0.24053804574658608,-1.7554153358282134,-0.6258406906129602,0.259252550775145,0.5553680550139177,0.3609361003662606,0.6949432149081769,-0.38423036858824106,-0.9440003287089256,0.15078595637244815,0.264895894898605,0.7915486118307379,0.006540395679874904,0.8369378813745141,0.24935282562111916,-0.7210542294193925,-0.9945089867533808,-0.5512372097923914,-0.7081986202391045,0.45691018726843663,-0.6313219383471406,-1.0500914886373767,-0.3366502749464947,0.2696877437314734,0.6515690438685945,0.14292123150198766,-1.3245917964150502,0.8574029485754917,-1.1847314077291475,0.7801297323904081,0.2734875623178616,-2.41935707230875,0.7593504979308188,-0.8678046995493401,0.794806697548897,-1.3223953825939398],[-0.7667192677519331,-0.43287866279534515,-0.19940302739320157,-0.47669655535470895,-0.2149140646803459,-1.0254666739650904,-1.0600084732727448,-1.4631073005438766,-0.42781600304266054,-0.7910590638597573,-0.5665869358267045,-0.1205550482494692,-0.987869266977707,-1.2496619085520542,-0.5615700837051881,0.26144588809586966,-0.8016708473241142,-0.629262282528426,-0.05682553998559962,-0.4356450049573532,-0.18265583964338486,0.1494722520052614,-0.5757910324194989,-0.16861856609543344,0.9443192630147793,0.7810063873529304,0.3103806800692629,0.40024083958573653,0.5428050974711826,-0.41815392932473516,0.30671851938588784,-0.9960085120019633,0.7120591985463729,0.16553320690428308,-0.13194106780565615,-0.660110094623431,-0.09614608993457466,0.09799868745247099,0.8653996995953268,0.18903650573369718,-0.45397210416548084,0.5729849706857748,-0.6593409169551049,0.6525594057078548,-0.5167925986499624,0.20480854741164708,-0.6744083377619996,0.5280979315454817,-0.7383613554801517,0.5948693180557879],[-1.1893880254443168,0.9750092296768988,0.31280156406731535,-1.0835779273971868,-0.30145755465951973,-0.681902783672087,0.12230795894752322,0.1967283924538502,-1.0329861978817119,0.2885326685205539,-0.07300446198315975,0.4972975617222398,-0.6977952103573725,-0.17061567610097286,0.9537761421332779,0.7925861176811929,-0.0066417549306875545,0.2642177600165393,-0.13907627872812903,-1.64206697281037,-0.5205241913515559,-0.33840082123824744,-0.6417348759989765,-0.9422687217770153,0.6135772454421713,-0.7213174579188592,-1.2403502141384328,-0.3431404303401849,-0.7183967458085526,-0.4188865578000869,0.40577436639304093,-0.4457637178074844,0.6473800170415958,0.056672944429076506,-0.4681476639689686,0.6060321683777092,-1.1232428645946537,-0.606393760755274,-0.7273226301953266,-1.3006921774251206,-1.1176324771809447,-0.9399620821629842,-1.3214010588921137,0.859861194984454,0.050721730928185084,0.26199780235188797,-0.3628033652755647,-1.0682012479836376,0.6607705670865577,-0.5198904540170627],[0.5369883481294109,-0.3994346961346387,0.1409308187840501,0.2879605293535198,-0.5264328753898582,0.7002530012629414,-1.2508382836229228,-0.4303929981476598,-1.9893783835505996,-0.9749456567704874,0.46840453010378114,0.9137526413719589,0.27450636096489817,-1.047256776325093,-1.6899321667242377,0.1723009500637846,0.3477372371557139,-1.7334017972207068,-1.9744642769778775,-3.1352734511063924,0.9707455159917666,-1.787998369388181,-1.7956789186653048,0.2107761604160082,-2.361861058334001,-3.3062593821391446,0.7261588260790575,-0.4374490427858171,0.7145341681046636,0.215090010111316,0.8934295980360016,-1.344070824140622,-0.05294365205367746,-0.17835225028248475,0.8624421603178362,-0.15961501660307914,-0.07892474658436921,-0.19965147291369084,0.5158543694355399,0.5465808484732076,-0.9282298123035521,-1.1757782389871785,-1.5747576610486704,-2.3186077482175818,-0.10896655557766444,-1.1362019823186147,-3.0010099257988054,-0.2862015852304499,-1.526020027869333,-1.5937893421074558],[-0.9612716316482827,-0.38663427255484323,-0.5193383303187221,-1.4867812539931629,-0.14225697690178454,-0.9388257019847805,-2.207568171047304,-0.18510222433998788,-0.15377445110649524,0.5023121879814646,-3.24727720791472,-0.4473567854804812,0.6091368657510221,0.01512052893859035,-0.747570325051769,1.1324276663670614,-0.6069051999492847,-1.4180613891500502,-0.16470377797048816,-0.2172195751206688,-3.073812175616175,0.323862111839563,-0.46486937981276094,-0.6465359605672968,-0.6065413027244204,-0.6560348838897373,0.6290004120301457,-1.161039138711224,0.7186172073798603,-0.625133791900149,0.6762491901376785,-0.06099543506795426,1.7392763535405171,0.11193144450662888,0.6481694058370687,0.5148383001290515,0.9011198563171119,-1.6496650697167468,0.2780353202958132,-1.0608435371994391,0.43845830979728223,-0.5763232978497367,0.18450118813989042,-1.1211373030390348,-0.3959359570061254,-0.1847205911748966,0.16388880920269075,-0.8424979102049772,-2.2350877420586697,0.0774881844010853],[-0.13340115228419708,-0.09264642518996555,0.48589661112043975,0.6270974113496139,0.7351123398644808,-0.7361661793520643,0.976124411063401,-1.8888444379039422,0.010782024277447358,-0.09170473279549397,0.651753156977485,0.8634339726838782,-0.06187951754405706,-0.38265599182154003,0.48464386940186077,-1.6071856806437776,-0.7057677846113605,-0.11875268424466648,-0.9885261055975686,-1.4000129820852896,0.5075089400317162,0.10991816941774737,-0.6848595824103574,0.5409794041566179,-0.7310353647373315,0.6205051658531177,0.4101050765722578,0.2904406041018549,0.9555893482788377,-0.023953212422418085,-1.189087780349755,-0.7622404854778457,0.8911747024205038,0.7254487919562512,0.06701407111203246,-1.0788407628387457,0.22164097209618905,0.18461640749032981,0.24052033542407533,1.0348352440243072,0.42214944753195394,-0.840327298317851,0.6537902294830575,-2.0921521208839775,-0.01751559343209567,-0.49341215393420307,0.13183269363482922,0.8789714099959328,-1.1246071642223252,0.854225682695496],[0.18339122912430647,0.5539243080673484,-0.22192960890526334,0.8871630360216961,0.2681646806420513,-0.5518076496558023,-0.8777107492372828,-0.6106781770108792,-0.9440763490521248,0.7346318716255039,-0.18348812155152094,0.07731846660883103,0.6782911301023695,-0.005371880765970674,0.9234255005926,-0.35359425322371946,0.4290997855753591,-0.845845380665436,-1.2145314905356317,-0.6476399022398378,0.3598629032224666,0.13017188362801868,-0.4620952065581831,0.015027647099331161,-0.08519388516419606,-0.018552577440425242,-0.509367632269147,-0.8448796813996888,0.8703078042168273,-0.023943530490100198,0.8909416944274859,-0.34102204885223686,-0.5422051707593312,-1.330791023352482,-0.23411004676913344,-0.3751993141669097,-0.2560107408888892,-0.698264998876706,0.08441103858861469,0.6458356761179523,0.8843647589709649,0.8230524960685109,0.34658578776115573,0.14720047127153438,0.8238721406697268,0.2593771049986493,-0.2065767574723537,-2.1105476345809144,-1.4984713193658907,-0.5808703742643743],[-1.1717922858513377,-0.3735140631203325,0.6188507569318942,0.014984250269732045,-0.2621751225915373,-1.4086993428943486,-0.7904591458953342,-0.3712820295161782,0.3554949293637977,0.16673675088470824,-0.15826624038485532,-0.8013863610822565,0.15079781635012884,-0.41346503933449774,-2.23412691459873,-0.4216106794225613,-1.847914412715547,-1.2789455481145509,0.5333390287196017,0.5521051627969896,0.2154421437636724,-1.9747256786206324,-0.767240353065665,-0.4471060843271013,0.3389865022390492,-0.7401729031182187,0.2725241158422876,-0.001594471543100441,0.6561240442486961,-0.7746797920390553,-0.8243985199772033,0.6160452560614339,-2.0473688858364056,0.7750738527266597,-1.1188982548829811,0.832297693421005,0.8214403170299907,0.2840858125013084,-0.06843870596650926,0.30441905423832,0.5764596069244472,-0.5642834989357777,0.7324090632296838,-0.05018208584401291,-0.9940899795374991,0.6928288897089038,1.4099866130219927,-0.6694364336206418,1.194593357122037,-1.2008879041859017],[0.2662010686301799,0.757840098681528,-0.9036744001601945,0.1726858018237296,-0.13650422008345775,-1.7050065825908378,-2.491196865077654,-0.9968579808387044,0.2207266156472185,-0.689721398239692,-1.2960561717383439,0.032487554294457176,-1.1448111993533088,0.7982428394727804,0.13829760833689805,0.8708498164512153,-1.5713812910049734,-0.9278054378199506,0.8939031566844419,-0.05118973461784379,-3.3478008328940065,0.6900109345333812,-0.44291753115837107,-1.4014136487780566,-1.2408562236143987,-1.1375842569020103,0.04778361007546315,0.1407691826762376,0.9730936879710546,-0.8165240841080292,-0.25146583216728535,-0.6178246081237921,0.35600173840519195,-0.5844588292613272,-0.46148134329501156,0.5821749604271554,0.13714049925986277,0.1970295789513545,0.8357395370389398,-0.17894771773855153,-1.0477243450758347,0.13611337096573423,-0.25356619400974933,-2.1067376714486037,-1.173950861858166,0.8370229083672138,0.49227099217070736,-1.5913648196336392,0.23807548722762525,1.0305025060551942],[-0.2922450487142753,0.3578412760592248,-0.15746610593453322,0.8388868617514521,-0.4152359234672908,-0.25674856694764137,0.08860289217362731,0.047647378298919095,0.5759193663338646,-0.26197060696691,-0.1661775433867671,-1.3637407702116713,0.5990316050453491,0.4386050006043969,-1.5129155922151631,0.6007060751382602,-2.2633122308319074,0.26054168351377294,-1.6329147907409791,-1.1763598970332017,-0.5059645283081308,0.4905906419234598,-0.11201125509798882,0.9672193070652859,-0.7176151703660589,-0.20836817404167907,0.501470471605476,0.6621979229333878,-0.744249735339306,0.046502302103309155,-0.3221009255990028,0.7789169603482335,0.8066383524159628,0.630635631333791,-1.0607575696997291,0.5007891233029932,0.39233795629650714,-0.6794366942810397,-0.4626547680206262,-0.9372501912092571,-2.81862231395038,-2.388448089536443,-0.3688177510409984,0.9012217519599857,0.7600863653628427,0.6989972738506984,-2.006468934014151,-0.5741124148374891,-0.34667450027270036,0.9013148536120144],[-0.17453820353104874,0.0044760615074516865,0.5111214017974249,0.19829904154895003,0.2781553892391029,0.951414502931529,-0.5438437054994075,0.6132702905431172,0.7782310143364458,-1.0558171160745087,0.017200969246954606,-0.6681070912579774,0.669034527868643,-0.235835139174161,-1.025989628352637,-0.1463477664041079,0.9060092577752512,0.6816602500481844,-1.7814247502539409,-0.967961125262113,0.693527721094161,-0.7228039998664388,-0.1689008649012045,-0.5109494054816605,-1.2240460478629143,-1.1908269855446554,0.14079524407671012,1.0552489780736072,0.6582865758280037,-0.2655279487139454,0.6500013563947803,-0.9011756479688559,-0.13009327899395212,-0.00829003656158921,0.7106390883564626,-1.0666404601847752,0.1483028800314914,-2.009602503845214,0.6980958604359243,-0.6905042101655791,-1.036927556133841,-1.9422062835854488,-0.3258226665532826,-1.4475464667243938,0.11779281730405851,0.6946953031803398,-3.5043439748135023,0.8465875443004671,-0.8555641139295518,0.29218555521930417],[0.9503860928677597,-0.8423924130918414,-1.0050107873827525,0.37189753935585246,-0.8070221599845437,-0.0243641365775444,-0.4549659063975102,-0.08715584925034843,0.6899483597897632,-0.7834905832436833,0.09379425905035269,-0.2912573564308597,0.12856430769194538,-0.0032133499184524472,-0.20701771848447237,-0.21017498339101767,-0.23029077418559143,-0.607252803082053,0.6812256653247973,-1.656250030769645,0.2008938791516701,0.2954445501653334,-0.2776367694772807,0.4856451354445569,-0.6381616121537127,-1.3334164620597604,1.0486141677388336,-2.548228136206807,0.7475258269643997,0.6388149430408029,0.728753751466129,0.009255145083567418,0.7155415017936633,0.6201103494278867,-1.5935772834735233,-2.3523611620441893,-1.1981730378876685,0.8916266945655588,0.7731171626766316,-1.6382783109706298,0.2429331940520484,-1.7142924681388363,-0.4834166720407655,-1.1982542327102534,0.33463087589407586,-1.6178045593542443,-0.6415691130020309,-0.35963695740183693,0.051364224675959934,0.634826702177096],[-0.010817707247556388,0.4072225507499827,0.24589676822845224,0.6200422709944837,0.14097022939282816,0.8395730202500584,-1.9494268870831484,-0.702509083694245,-0.87018187106662,-0.6871136647589966,0.5118576631532719,0.7864850164739845,-0.8206454452153029,0.4206425677395273,-1.241133631374182,-0.619248309489034,0.43269368247513174,-0.9130095069006064,0.640676956235747,1.493031894603353,-0.9929697621597818,-0.05940654253949704,0.15552651553794383,0.26433785566041645,-1.5458956439686244,-0.21533153128254395,-1.085930868124469,-0.015362158178263604,0.015608999458724232,-0.32187561500171535,-0.7057104076400128,0.008726058585198745,0.053606219770329665,0.5276688860336077,0.9922136848326338,-1.4297232313996249,-0.565098977565254,-1.0169822594826796,0.4093596524519043,0.3067146016680244,0.6847756295280504,-2.0168855896214337,0.4006824891053349,-0.49345551994323955,0.3242721162641161,-0.7753573653697337,-2.1267577011586845,-0.5536739566076342,-0.6942183031554459,0.8654604526023578],[-1.2635090128370956,-0.040163111942908926,-2.2694450253235456,0.8944978884576087,0.7444535937304431,-0.13773346878455078,0.04596657531166195,-0.6383996503932989,-1.6774044863439859,-1.3470986484536196,0.5425836318669884,0.8475700724152233,-1.0603657930690567,0.665012710311638,-0.3332477028551323,-0.16177624724094172,-0.25440626522977433,-1.4526763613661724,-2.1597466282925137,-1.4014054022614995,0.03408512946760277,-0.6505453650012469,-0.4674009430633632,-1.4012305943810777,-0.5769618094366266,0.3480259755578968,-0.7195832276890504,-0.14196961340957723,1.0135965328515626,-0.4640946670229413,-0.20775794688051036,-0.7787144570375761,-0.9303849717395053,-2.3896512283864113,-0.3616796041864268,-0.7055108404660279,-0.11694235686656632,-0.8668631595010889,1.1894564069277855,0.7336560566510405,0.8857539015233301,-0.5076887239851456,-0.7522675400745101,-0.08277064536270348,-0.27011649854501035,-0.500944532979151,-0.2558684754377616,-0.9753658704773436,-1.1442536511980999,0.3130018478864908],[0.456995870085152,0.8358002383428873,-0.8744173915824547,-0.040488347936124665,-1.0469963682004735,-0.3793438253979273,-0.45549895402148916,-0.27503264278717243,0.389635357364602,-0.8647957494015556,0.589692605038975,0.01016758835286556,-0.9012794394975477,-0.8102229454788094,-0.8217778948604593,-0.7393656356483178,0.22565774690686466,0.8635708728419051,0.0035590854503949427,-1.744340151672996,0.2759073606112014,0.13044528163290467,0.7553864789207818,0.879868555792084,0.026311814735292687,0.8481995735179789,0.8884715301049673,0.10273393434059122,0.609808866408596,0.5486917459104947,0.367541722492708,0.15429520545347455,-0.21358355066649534,0.32023086293416914,-0.7334983699572988,-0.7194980959179443,0.29362624977604335,0.48742411007086633,1.0078259534881848,0.869752979517643,-1.9059553009432477,-1.0178109909814754,-0.7956548951397543,-0.15901657814159073,-1.0532279427720104,0.04502890384611221,-1.6418907124304096,-0.4049451121979972,-0.24484086462313676,0.8236340205903135],[0.6727952095988059,0.605190142362711,-0.8214847716865926,-1.302735797881417,-0.19987372623939237,0.771132243938465,-0.6350290268435181,-2.5500576645576936,0.3957309117530873,-1.1332659175708386,-0.7004621060499356,-0.7405166493712081,-0.8985658091358818,-0.1759165387076394,-2.2013252900574973,0.9152025974289276,-0.7485488927028754,0.9287868458401743,0.2974681889729512,-0.5724792944861142,-0.4827366502924403,0.9257361411732811,-1.5534237108073357,-0.6155921780800165,-0.2068658512957661,-1.297876506641504,0.9425128253492985,-0.3875666663522021,-0.41871245214499714,-1.38248580794046,-1.7845913193492964,-0.07253749949612943,-1.2378678604065982,0.12466761325606236,-1.4285283571867415,-0.1061939143088055,0.4857174887300289,-1.6927876159466495,-0.6405023819302892,-0.16768087640221654,-0.07512092153696953,0.7308285253725691,-1.443411887305265,-0.589961436879629,0.6255554220279775,0.2733557373442014,0.7132573440126625,0.803287852594221,-0.04132138084906672,0.8855884949439261],[-2.5032776545333384,-1.372847586186678,-0.42801740603614485,-1.3745397408970546,-0.5032883318433898,-0.5298902044983057,0.20415720412161117,0.6111579588119275,-0.42953303410783733,0.7880520243321095,-1.5601224338155861,-2.3580762956489534,0.13227561042212005,-0.9945318188296798,-0.35315695239630496,1.0895603339022566,0.9712693365971337,0.8469863463289605,0.23170022021929568,0.6377988264171215,-0.1970054780232716,0.4446960773456214,0.7744605825867085,-0.5585988390525221,-0.7487487343670433,-0.8312830674929109,-0.03918445428423814,-0.3013232305896419,0.7718736231448186,0.9835930875049592,0.9294906253225675,-0.6580333635308455,-0.6288889269515698,-0.18081846497227222,-1.1988086754187426,-0.6643897484922391,0.7255614548910402,0.9247939827706981,-1.3131250302432245,-0.2175822680973573,0.03634642139042017,0.5280589286281243,0.5696839873441092,-0.14403663147234563,0.835440972000254,-0.5134650243095372,-0.031635108131859,1.0418139329179859,0.4617027829681593,-0.28963653057099054],[-2.1240937978258394,-2.391352457778135,-0.29722345196209593,-0.6170534245550053,0.49890451674091485,0.6438382224127307,0.6545227363371717,0.27881715162516363,-1.3471798810076225,-0.5019736299289053,0.4474794158137433,-1.0565576682389035,0.8922492161607508,-0.8703875470771688,0.371598894219621,-0.6086743104923826,-0.18424321223237117,-0.22019201620441411,0.6325369544995681,-0.7405417134338731,0.33809076123964543,-1.037086961542195,0.2805227600058908,0.9324222906848462,-0.3896567335116187,-0.9420429191206,-0.6373954439516053,-0.503820610850939,-0.6827311396665373,-0.6561186210810067,0.8488144760894409,-0.5428253729454271,-0.771437953194129,0.3443463072643436,-0.10700733995971788,-1.1992705624635882,-0.41504170657299133,-0.4219579438442659,-0.63423848460714,0.33701242341986903,-0.5440553103118012,-0.2901665171270887,-0.6130790020679502,0.02720999661695039,-1.328183489214911,0.9467966294337546,0.13396475636977456,0.8849812924186589,0.17674994175372674,0.5364543858608316],[-0.14797082288967492,-1.6358407058801274,-0.06749050128348547,0.33825883939962686,-0.9819111876096852,-0.7695536506352596,0.27546306628235706,-0.24799046857475204,0.5094309077698075,-0.3932399311154228,-0.06289988214610363,-1.220897877379303,0.7387077193706281,-1.3804072244965018,0.18984314183011328,0.23874542728368217,0.168727766128901,-0.1763489582624053,0.3829659219137973,-0.9506407039786791,0.38873009445857126,0.923961933221647,-0.6968567469517718,0.7598951661908909,0.3223132154732314,-0.5666420454183443,-1.4988076050599193,0.3393847536859875,-0.18287016351022461,0.6234923944054847,0.8787462981802917,0.12798294604889032,0.2852428872370611,-0.04307521039495752,-0.42094975620211306,-0.8873574514574432,-0.191122557524556,-0.39418492361116064,0.9488526300181452,-0.0449442532570049,-0.053562087239876995,-0.3029238535753674,0.33688709374736575,-0.7930613461086692,0.2819550495293226,0.19436413410395983,0.681374873385234,-0.37645517893706726,-0.11169570231325597,-1.0782350267341534],[-1.8464890586928202,0.4000354070713455,-4.660236573964778,0.6217844360970493,0.07167461350671007,0.14144165076474902,-0.16888603442748887,-1.2780863070651285,0.10909589147859824,-0.022966210415966408,0.5562389205661828,-0.49790028670415487,-0.7072235459276445,-0.730307187079581,-1.7352012619574384,0.604515481258044,0.7500667194418442,-1.4859861405997477,-0.6118403807652394,-1.588615853866595,0.21616799598605235,-0.49100940200159304,-0.4631143928459305,-2.2407985521338922,-1.3601621199990706,-0.38474435585447325,0.7097115556019389,-1.1894440535496977,-0.1675301663500321,-0.8088032730123306,0.3437855772477003,-0.22867842377843667,-2.6487923054852818,-1.0814500498096786,0.36501286666297106,0.6788146230778203,-1.9955635605733115,-0.3565167818103542,-0.030508255155004972,0.6006609903966303,0.5989251109939545,-2.531532932745034,0.9269679515458075,0.3784909564652173,-0.9600019962538667,-1.530626232799588,-0.7239068845830756,-0.5662690737186779,-0.8229389586130084,-0.3072577966486769],[0.6282889321247129,0.9447951026917865,0.14934449899937235,-1.4425523943914058,-1.2524667669455989,0.4212511173389224,0.8932221774272192,-0.35350290692250974,-0.8881224816325914,0.07837397342181057,0.3372987256488804,-0.28583672432836865,-1.7308013181266342,-0.8225808710287116,-3.6945092688197896,0.45235989537500937,0.4288480624563129,-0.9877715114656426,-0.20872938976355024,-0.8850834738476341,-0.8702533322514626,0.8981798234109131,-0.21463961741076093,1.0158717634537633,-0.18387064912929832,-2.2113397146564693,-0.10176527671574027,-1.848116780496329,0.003556993152352736,-0.6180039356863755,-2.806458259325465,0.5884496789066582,-0.3878239258857911,0.8510566892408226,-1.9950249126308635,0.6223801155353655,0.6592659842626286,-0.7080456639171402,-1.5100355384259934,0.12244952816842106,-0.6167057484319463,0.9628144290510389,-2.2630582146909224,0.3909712481215849,-0.45931286403675015,-0.8155612352661569,-0.6129401143564526,0.2335750592543956,0.6562262311814511,-1.7100134600676378],[-2.0912126770020487,0.12267459569375633,-0.6535787645014639,0.17452144129199643,-0.25677348730817934,-0.8438246591837465,0.7556347847906607,-2.321522528915599,-1.142484103322619,-1.2918531957848343,-1.8986988875337878,0.6771102140742531,-0.08944093109983631,0.763076755825604,-3.5382429473256227,-2.1437882182122174,-0.7416969690413829,-0.7844676812604581,0.09774606621029006,0.7531338637432886,-1.1259926246312373,-2.490227105560997,-0.8737681066550838,-0.7428870522273593,0.5796382367449135,0.029662335965663887,0.06063865519253069,0.21095365090808205,0.8761461698464894,-1.5219250063348362,1.1598738465780032,-0.537345539806593,-3.2666184194906145,1.3113876725338136,-0.7015770165439651,0.8902152281006138,0.6409815376470307,-2.6546678822577077,0.5137734724698898,1.1297141184963098,-0.947729627883125,-1.047108215086665,0.7788173841382833,-2.5012353922024237,0.2621057477642468,-2.0970131427781427,-0.6325442531265528,-1.9299513752631854,0.27939824516762163,-0.999256046824734],[-0.8049467700298167,0.6431418497031971,0.6696749285649024,-0.8515026119687807,-0.9551896863477323,-0.2757633966772227,-0.5626186596607269,-1.0098185313178936,0.8754557860187231,0.15317983636881727,0.8011971223256715,0.168048634599292,-1.1610552795139846,-0.9396680413223659,-0.1236164590909541,-0.704445884479728,-0.8129745840308743,-0.08396756809624877,-0.5393106448679673,-0.8215977780979276,-0.39135155163266544,-0.7130908634863898,0.6487466401418388,-0.9297472681343176,-0.8438070280705439,-0.34256028712751635,0.6355341328391446,0.08123250287900391,0.09867844115671538,0.36672755261978185,0.7964459483024707,0.4513342754886905,0.5221867536657703,-0.03024316029960513,0.7191116513891183,0.0612769420519741,0.6187113871003321,0.18849889901388225,-0.4773486844699796,0.09853619922234556,0.829272594147191,0.05459724105260284,-0.22110926445164705,-1.3162211133872788,-0.8168500342133491,0.10165121229974428,-0.957270136114175,-0.2376604047113921,-0.13555831879729147,-0.03354452497930072],[-0.8892842731877865,-0.30740684200602564,-0.2996539011672811,0.3635920393317899,0.7250894337097321,0.006232929665790619,0.35989842426485913,-0.2338018451780085,-0.48876425307584254,-1.4173682553631053,0.8872217399307899,-0.697041376585821,0.71174474696073,-0.19922206610712884,0.805937602045764,-1.8816572032994983,-0.485881955632864,0.26525661312028403,-0.7001176295598911,-1.3709698385855946,-0.11484858229383217,0.22569882648190648,0.2515487347337801,1.1034386836253067,-0.9063693476705854,-0.7326669211351575,0.46369150869951703,0.11274946141168253,0.7484200831270901,-1.488851562715541,-1.3882314234134576,-0.941917085873719,0.14414198855937,-0.8168102083917909,0.04758391136203938,0.6384093807643578,-1.7328175321162533,0.4462034606861564,1.1204693931013454,-0.6324677951053604,-2.5810415363048413,0.8466723098386258,-0.9732624216416355,1.3129638695414698,0.9819459252639213,-2.012580914355385,0.4344612433587527,-0.5360808787313462,-0.6374095897228516,0.38895132953014167],[-0.5145179683625701,-0.9084095455971872,-0.23158115592489212,-1.3222450913880288,0.24630861802221934,-0.14420648302365197,0.731926131985679,0.5984426780303661,0.4899495047223474,-0.16676800788162224,-1.8999550215954715,-1.1975087872103456,-0.6099934463703548,-0.26984611216532367,-1.8169602854482008,0.4359176210394224,-0.5173882252623826,-0.09134116982179513,-0.4487639874206127,1.0815763299357646,-0.10080539759284143,0.06625621372841214,-0.5383505730315337,-1.9636970733892505,-0.49775850275354355,0.7299054479485563,0.39840493202435956,0.03795448789556825,0.7343842032014664,0.42194127097036344,0.28157902969138704,0.8662878019976081,-0.6547186320955753,1.0338906682567621,1.1961919090179476,0.1066028164638661,-1.831735886349152,-1.8004981965585614,0.12360518665044244,-0.49184172629121903,-0.01758701021945635,-1.879848637546119,0.09333398145846113,-0.8917780031062338,0.890566801758795,0.9958734306603232,-0.3720362429582529,-1.0541630695040445,-0.7280949364218,-0.8904847636936175],[-1.0007320022995305,0.24146927764742468,0.35237816304877845,0.1945841193531999,-1.1893748698867816,-0.8218426460728094,-0.2521204515604788,1.0401367431513573,-1.4756503682053381,-0.779808819976903,-0.8632427184924207,0.42837473993846614,1.0399381902202427,-0.37964194661153766,0.18797124856625844,-0.6915728510978493,0.40143819074270337,0.8919537781568014,-0.46699573485187873,0.35426036865560145,0.9200880519473478,-0.18211076294948444,-0.9911955644033833,-0.8357853300719603,-0.6086200226118929,0.16116759393276217,-0.661413954353604,0.7047510396761124,-0.06846717548447906,-1.1649453208465623,1.0349170024915313,-0.1184526761949675,-0.963200627104003,0.4073499939220329,1.0031289343474394,-0.08062692708956846,0.2978818672725072,-0.5381556658889645,-0.27168886685564303,-0.9165522354574452,-0.38134786662022463,1.0156108834113773,-0.6144585623424715,0.032301187162221814,-0.5738321415865362,0.37609691476823387,0.5233824519093732,-1.742435315997779,-0.384736371557092,0.2924640932658619],[0.09875062737533527,0.4363583418011843,-1.36520166904376,0.3128856492864354,-0.7590434645919141,-0.5365746705655169,-0.3486372531595296,0.6333679611372632,0.4390158594384534,-1.0383535998270712,-0.45199029687102993,-0.5007194706341298,-1.6869203714040977,-0.20883110756898515,-1.0501389386085005,0.7619278776040628,0.5374034808474653,-0.2974848308287345,0.36339523379929983,-1.3549496313306744,0.5505355703540319,-0.48936820336103903,0.20882498374639247,-0.8948172209121252,-0.389183860639155,0.4594828870813005,-0.35910849309677106,-0.32523754327640475,-0.023025510458360533,-0.6624338718841162,-0.7503292020783954,0.14673225179700042,-0.41419502505733574,-0.9327739846752006,-0.21044887426007164,0.5213247656772174,0.6225942990271438,0.7557873992668838,0.09231219096424985,-0.8420036219619238,-0.6903292078420752,0.8706455634442279,0.7267316413053035,-1.2212741097797994,-0.9399768700626555,0.5325698801908734,-0.7969272808099861,-1.024305583044,0.5697002016697567,0.2839619612087313],[-1.110284716872965,-2.9523185562230942,-0.9345021635178596,0.6966291473900127,0.565909621396317,-0.3024566414397058,0.7676943680704804,1.0031242487629266,0.37059901325877315,0.9337702338936066,-1.447063881646538,0.27680867901305894,-0.09076321525335009,1.0736725781854295,0.7524911823066668,-0.2558623163814216,0.0815405972178764,-0.6923076746827683,-0.8104334701394135,0.5961703719955619,-0.6712385435194382,1.1425370155411627,0.29535004338542364,-0.999420466509317,-0.3376433010851919,-1.5172927948858492,-0.8571824751930801,0.6078283713964769,-0.8684332072082176,0.03433441048352589,0.15685107363560363,-1.0879092270213289,0.16822696903539286,0.5356726856467646,0.5866167755066543,0.22502609150062766,-2.1705284341253526,-0.9529344737075356,-0.6399770574339915,0.8281266744118848,-1.575673285392396,-0.6822205055952074,-0.6641455975420285,-0.6280089285056994,0.34396574462203194,-0.5232153576503557,0.47207238893697834,0.2383422508709348,-1.896473582078894,-1.6379694861754772],[0.6977556273281746,-0.24814159653455284,-0.4940720540941183,0.47652062326332356,-0.496297441824511,-1.1198264283494688,-0.9837472225996718,0.7742812493372678,0.8929861329480863,-0.014512436309767646,0.2377872232794403,-0.19174192955905836,0.3857412309494874,-0.1321720547441407,-0.02974717839748359,0.4696016027516512,-0.549852263197678,-0.1153875241196328,0.5489258172700613,0.01938520070665287,0.2861018564861234,-2.915468710469853,-0.5432427929632356,-0.6503786601781315,0.8301281502265679,0.05327790848569873,0.6336687406188882,-0.6649583713902326,-0.478615956182113,0.025203784648449065,-0.7245324455804979,-0.7951121615552067,-0.46236523997241424,0.3038342586492536,-0.022640782334548082,0.7291749865630239,-1.5452538732777317,0.6509329698614963,-1.0989257481729138,0.9898953417044101,0.7178722660699532,0.39605920803922373,0.1627262636932505,-0.4906572505526517,-0.1144027179297247,0.3267332151849051,0.9120678928314621,-0.19350036072099008,0.27820278136366733,0.034345379595537594],[-0.6143697188106203,0.7517692623898596,-0.23346583265686,0.19326698320354868,-0.822571495891971,-0.7484797532406806,0.3563918560638508,0.3179410091039705,0.8159679346269699,-1.678354443458627,0.6282778109683745,-1.3107108895721442,-1.4493547501774702,-1.9328541613014223,0.4302348072935073,-0.1921358471433167,0.996165842079675,0.5252010914104366,0.924162025297282,0.653551731779093,0.8327524061223481,-3.2966093817511575,-0.4565828485151855,-1.2354041051213978,-0.3063389633231878,0.41937721692088487,-0.23114053093940193,-0.8889209127351252,-1.3809494667248177,0.09865445034947608,0.2093469882592748,-2.118394251979373,0.3611237845367526,-0.6146867229116605,0.027450867832511865,0.42264782133487827,-1.2354086984740922,-0.2002535348742464,0.9544423053454899,0.24251218143525222,-0.7179395551889599,0.7583609616295951,0.8812766375597002,-0.8400390431497352,0.44874838015715585,-0.04076916884126991,0.3355566023499331,-2.007098330849181,0.8848886181556179,0.9054316463753936],[-0.8792516076323151,0.8391108636357298,0.03349966072883699,-0.9282907262282323,0.7646106421253169,0.16627100279352452,0.7170780359287552,0.06793250451840269,0.11237544586547583,0.6607414595980077,1.3254366055010962,0.8780680031415563,-0.5384610019069025,0.8151204510813578,1.69952667229613,-0.43050451080894464,-0.8022653885000872,-0.06489128904590612,-0.12243022186915413,0.5702918557694701,-0.18927028768084547,0.0288966607522022,-0.707929049141887,0.7115314621330321,0.5281921831889065,-0.3035533707971499,0.6025380192966252,-1.0938207011488885,-0.7053090397544999,0.1984601340999026,0.7086381551951018,-0.45299137488289754,-0.015488043013206748,-0.532845725302375,-0.29773541838128964,-0.19193858187996274,-0.7941828006764834,-0.7227155866345041,-0.13253170767372213,-0.24769120425722543,-1.6040276798867965,0.30790889666071547,0.43236467995766403,-0.9588707668560404,0.5536975861549185,-1.7994788233113983,0.4488021127710075,-0.5513724151198077,0.6320456495421976,-0.3065641406290099],[0.9925268194974808,-1.010084746572088,-0.6896889616935316,-0.23442810685903015,-0.3994817875358613,0.6101027257881623,-0.2523039374832088,-0.7751600412429951,-0.8195024179172377,0.8422975406116945,-2.0048279541673963,0.8457029449778029,0.10261330670863134,0.5046635537524301,-0.6402900027244345,-2.0987809005022067,-0.2611735598324132,-1.8486560215416523,-0.7534278640046332,0.41729453930066035,-1.135184993176212,0.11516651270414914,-1.0913175890334337,0.3008831423550635,-0.4339452521157771,-0.06161462243655769,0.7090493594090661,0.4344572969694513,-0.8294609345754218,0.7677219173562763,0.7301198107485013,0.03815808919709637,-1.0847744265828814,-0.4190431014563282,0.42046207301868177,0.5474187841728705,0.6517563618214263,0.7706834121001862,0.03445379560154815,0.776381668313345,0.33384089471088,-1.4590531947264653,-0.45707919481914466,0.778457609888575,-0.9471239561462121,-1.0745816553945993,-0.9181288959981228,-1.6504792367735805,0.8913572101614836,-0.7487652770100558],[0.42357814383849735,0.07180181155609348,0.22538137169293007,-0.42437693922127406,0.41588667031422716,-0.439067897434991,0.6830767204119405,-1.2702385087940016,-0.9635566244784967,-0.437444317547511,-1.111067493077611,-0.7520846578882585,0.16501055283504432,0.4602733572439698,0.6498879356352855,0.8670117786717007,-1.3995743521471617,0.1992570167063524,0.946904320579822,-0.6518584070651335,-0.16445708638346418,0.5399687953290384,0.12035537908313687,0.8065338302969814,0.06365000455499929,0.5981206788743421,-0.402591657790311,0.8415482680755113,-0.14594521298515103,-0.4683341489317875,0.7475219338862252,-0.8887640080084526,0.821842695239627,-0.8880286186582896,-1.988020257336439,-0.26208676764664074,-0.7180402815198923,0.9946171853496582,-1.5686387951829743,0.7207861176066263,-0.865122834459118,-0.41776076897906067,-0.5469764489503197,-0.03168598926726862,-0.8902313814046389,0.513061966258597,-1.2514806752334258,0.7277316125571069,-0.039415737018455285,0.7417583260440058],[-0.5850688873063111,-0.5408797459053445,0.3043343833594429,0.18786611836128791,0.2262669818281822,-0.23470726006865616,-0.43945359574467097,-0.2672189931439211,-2.3266611144487648,0.5628532675474832,0.5463459943478756,0.49689127695424007,0.7974052687861589,0.1438650793178958,-0.49204561865124985,0.5559843662845311,-0.1486781990374445,0.2495995045567079,-0.8418433377969684,-0.8340801555238757,-0.08119929608903695,-0.010382772727901087,-0.829464199172883,-0.08215785843924754,0.17228258258537665,0.6958073361856769,-0.9044049751294494,-0.4467782966976946,0.16357752495508765,-1.8140943062955077,-0.8823997113922358,0.6553569764165137,-0.1964899282333436,-0.9280134284095517,-0.18453209389764422,0.4561665317549801,0.004823279308640665,-0.7992478610046819,-0.2924588090859436,-0.6663143372094233,-0.7759543900264534,0.9395784360565897,-0.7959132797170029,-0.15455034874616616,0.2986560622081537,-0.24795863107438834,-0.5751141813677617,-0.2767418984138281,-0.7124783640823129,-0.5452983766296713],[0.06788765415572141,0.8322129102020576,0.38657718551312936,-0.5428292379418038,0.02228520554321644,0.7686473985995642,-0.7691452802249357,-0.5740532707137846,-1.1033245679618495,-0.9701700783141806,0.8606951283933262,-0.09540208303171943,0.5949128998413702,-1.3528326779274007,-1.379323548599318,0.15434534652057905,0.5104906805530152,-1.9310806900924105,-1.3042354908252642,-0.7966779572879222,0.5156876272543731,0.01205378003016748,-1.7687239193783455,0.218473753384805,-1.800284642982191,-0.3404749387385715,0.6464881077946915,-0.3595977022170077,-0.10087108897985626,0.4272992314775658,0.7154776288842492,0.9747757649688615,-0.49957149195224926,0.32658837073499325,-0.48143179389150526,0.38982713044810213,0.11575016644807043,-0.12929250547486323,-0.3816557521559781,0.3214912212344666,-1.135262083582516,-0.16039792702685063,-0.339779669212467,-0.2929879074724316,0.8547058166558054,0.2297963541984629,0.766439532016025,-0.8229907714988899,-0.14516575414006366,0.713403803753315],[0.18313878255721955,0.13183991533968495,-0.7950436675431878,0.5672434547886412,0.008991508741037194,-0.5101040663387911,-0.04456473321887741,-0.1411210560287647,0.20877824666083275,0.4393415717471425,-0.6224252854346125,0.9333592059933369,-1.178469429472411,0.29513093608042784,-0.4470386016516413,-1.4112054415091702,-0.13005556203152055,0.2790906168253142,0.5955871945887188,0.023932490340422215,0.1535952783467124,0.7536103496322084,0.9810366572564171,0.5264752631958628,-0.0622994805961815,-0.45493638158347993,-0.6135091013573036,-0.23566795339814117,-0.2564619751322199,-0.22992379411871142,-1.128377289276954,0.8110608696245694,0.5073640562735106,0.35490613406632815,-0.17794013231136235,-0.36386138404143165,-0.8060735674954262,-0.5048583043677964,0.48662878902384676,0.47082700387557647,0.8265498311498606,0.371312144440083,-0.32715038317347056,-0.6842138769062694,-0.5562216567996584,0.9290906055488176,0.9927045832891896,0.8686338133830032,-1.055866072743293,0.6967231954049321],[-0.7489096529115787,-0.47941027598070945,0.20331799538178458,0.6153273051384968,-0.10219383791522987,-0.32489034926329957,0.6414543932969111,0.8026332035763913,-0.12354677438700049,-0.9223627977453681,0.47313670425781024,-0.7433952593701606,0.08412795642284404,-0.7078939763278587,-0.7821972404550392,0.04382922767301343,-0.7099914507471058,0.7523538081615406,-0.547016207798346,0.29025850794160596,-0.6157322019378473,-0.6753051889094285,-0.9956908473233863,-0.19111927385812116,0.3688449953743968,0.42979684242823313,0.4957984893340118,-0.6476691215537695,-0.11232037172975808,0.8659798554092478,-0.46854492031533246,-0.5863750588344896,-0.19786672888435158,0.9670379221473182,-0.11031243774849413,-0.2316909957727209,-0.01933300335549183,0.2954786093302996,-0.6188490840076124,0.2863369419213863,0.9248617843901664,0.8655148790960927,0.41758991736136947,-0.25341809972406365,0.5844832615091871,-0.6102112450248522,0.26032272667230855,0.2947735755697552,0.9795394572973205,-0.6798018496190715],[-0.6198543227470833,0.9546843864251606,0.699540460428457,-0.1868319952736805,0.11448820585998987,-0.7619400395675283,-0.10618590436504205,0.7914062184374685,-2.054825273162176,-0.14068267928925335,0.28361910380905414,0.5548882290416274,-0.7223988955930102,-0.8620062933617326,0.009492718083463636,0.44863486630026717,-0.5424030896236387,0.5192509421963878,0.6569942849022518,-1.7612088470831389,0.28240458579299277,0.14627707693839032,-0.5020816328879703,0.07969178485850499,0.17410968802862103,0.5119770095442484,-1.1119325547045187,0.29224759956755,0.07424141968983926,-2.147947476820365,-0.4155326820577931,0.7116408099313485,0.374935403903441,-0.9809353926995948,0.33134960031466326,-0.5810154254946935,-0.11136189377779428,0.4776475131043424,-0.6659350909685982,-0.5019819960693197,-0.015776999813288613,0.7719094866468952,0.5111816591724069,-0.6359756485537179,-0.7100671623324004,0.5286645486586138,0.8988513001046649,0.4007163717773384,0.7083088686757509,0.17845355279163566],[-1.1298122377352813,0.27206847124286504,-1.889725766539718,0.31790038044700497,0.8223629002099193,-0.05074957356678781,-0.6002961887879832,0.21101972630433738,-2.328839274472132,-0.6814135584206357,0.5294762760202198,-0.5370010958623825,-0.3303240012449738,0.5366603804396356,-0.5065153140803592,0.7049841045316252,0.7426513678604983,0.1124872259860937,0.10927280401065352,-1.973971952097931,-1.4286918700100697,0.20090179059964947,0.3586537379091114,-1.2279612706743548,0.20676531752592886,-0.2905633569372766,-0.6141820200951288,0.42355600296440205,0.11520506607450752,0.46710755331377435,0.428695696341333,-0.4142704684297779,-0.34951795475451375,-0.8238089902587674,-2.454066825863434,-0.07254781355821997,0.8626661605327606,0.34648130838188257,-0.3886352705034544,-0.016878284663312083,0.6850066093690725,0.17065708311357364,-0.061058730913299435,-0.5828856092028583,-0.06695780728007072,0.3763986714518519,0.2965175810781412,0.09282784469714213,0.6281804869297885,-0.26044206099078315],[0.16184421429189272,1.15155404493617,0.847904481643596,-0.838386681689933,0.23965837605349147,-1.3872702360603373,0.6980275956114788,-1.787530841843876,0.4008727265443944,-0.525302119426669,-0.7376068326029641,-0.45651742279851554,0.8157233679125302,-0.9413195284952223,0.8930801845051743,0.618404873951602,-0.5725777159536591,0.3136673553685538,-0.9671067940096798,0.5115620148257473,-0.020720714515755217,-0.6510915353844681,0.4555249349744106,0.19639822921796043,1.074587411767985,0.939998029940517,0.2318777814149308,-0.30541508864142836,0.6573365198276039,0.09681715220930229,0.10514110801522142,-0.7462347631952244,0.4474168579834604,0.001648654329434883,-0.8107404312781722,-0.6876784927536065,0.14497233517526917,0.8843898679396368,0.27743248098994433,-0.06917366696938482,-0.3239110610969355,-0.810964028977943,0.17687484903006523,-1.271253552008524,0.6189523592836667,-0.7608069802846791,-0.0013483409513028839,0.16275652790822853,-0.5771632563859187,-0.358372588124342],[0.4655449993464003,0.5256522633543972,0.9938322949939689,-0.17393944427856148,-0.06755576608002486,0.03400252897511223,0.6159678297869545,-1.779758777971063,-0.9152752096537087,0.9838891573863895,-0.4443082802375397,0.7550554706677488,0.027478722625822793,0.6305236243640451,0.45232369288765034,-0.6775395447366186,-0.2425210484356281,-0.5292323788757791,-0.35509618731449966,-0.505420043062585,0.7068772988888259,0.3651463973809084,-0.0021453123266969784,0.4463757891123856,0.7786194857242381,0.793216082939576,-0.6548094234071448,-0.6215110847622444,0.17021236270727286,0.8775557346940287,-1.0531282080730546,0.36729548408965385,-0.7821247709439517,0.9093303926058363,-0.6722799980221037,0.1898625762679108,-0.4934507374113486,0.7616112757408161,-0.2027537800004081,0.7298042905619958,-0.365367263012685,-0.4814693894066312,0.027921224782826826,0.6608127671514576,0.282708437092848,-0.7360897862978912,0.5461943467196653,-0.37643098706059935,0.3860565149349587,0.7001223147304553],[0.09641204163898717,0.9176420861768684,-1.1362763604506547,-0.7872242766802148,-0.0854633288699871,0.5655312881467267,-1.4718396583554436,-0.23120091913449922,-0.8830646301332608,-0.05125448687822008,0.3779306358381945,-0.9667458554618211,0.9410560084197599,0.7681117892982151,-0.8265050611251381,-0.7216098055913203,0.10108281336764138,-0.9310326306387019,-1.8303294170201063,-0.9038969850139438,0.08507970736619318,0.8708436313755856,-0.09476951265962735,-1.6011920770402917,1.0603522229189082,0.41733797639129133,0.10584551702702316,-1.6338973130501735,-0.215170184210046,-0.7850959303336198,0.9638745315665852,-0.4263291929480827,0.24386037157029178,-1.8269444502355046,-0.3512578027452786,0.6356517424979065,-0.07374205085408918,-3.304553340391047,0.3750063797949016,0.6957215036561801,0.7808985839280639,0.8665327634016562,-0.4653967091838838,-0.2847587682409312,0.06223713588818781,-1.9126847625392778,0.8667908723061022,-1.1882754533610567,0.08875501150446244,-0.4531554353808826],[-2.203287803782972,-2.390077310578876,-0.05340681746109594,0.5778107963940261,-0.24140182044957817,-0.2852027214424862,0.7280484236542379,-0.2368169848629927,-1.5256331559683054,-0.6215275145039665,0.47432426669083433,-2.788783083601362,-0.027315615141292635,-0.4673216675677943,-0.35871007401921173,0.07399904456228314,0.914905806514904,0.409314066199065,-0.6831609525043177,-0.43535457045542236,-0.017156609157066127,0.3470275266243302,-0.021126051670904936,0.14308572550777054,-0.18280718106980967,-2.224265767729723,-2.0770449776473137,-0.652965973182603,0.6446696574353951,-0.06396266142285686,0.3581829102287809,0.9289671490071156,0.46477926083511345,-0.06854890485319395,0.7311938315660944,-0.8836685579200396,0.37643075176964713,-0.4142549644194631,0.35697426923264985,0.6803454540016397,-0.6225833516795446,1.0116926297480613,0.06667832863527921,0.5373650481345909,0.5381027514325687,0.6670890420164055,0.7814760824276048,0.4595869565928766,-0.368488944952311,-1.0160573698466135],[0.7693783572661838,-1.2780180261601828,-1.179633503533103,0.6005930528409427,-0.3434516785704545,-0.11405976318969263,-0.3611330315938364,0.009727411666644233,-0.19295088008002273,-0.8490487744495785,0.08847131725922192,-0.5587748544756473,-0.8138102762355182,0.058926040484214424,-0.7735907871279826,-0.5357867794152602,0.8795067828612959,-0.6364520659534533,-0.16613382369498086,0.16326802008628946,0.14973128567538282,0.8157951544556026,0.7950371014943525,0.4094632282039613,0.026229381369251778,-1.0024533234093171,0.12638178834498381,-0.654041762001372,0.45285944843330045,-0.09061790438478871,-1.031718494157297,-0.5162839124426675,-0.9007151144839748,-0.11992386810097626,0.5201957351730838,0.21310198196543045,-0.4291226675577,-1.3086010307739462,0.302461647816487,0.19066653336502642,0.5677961279754384,0.17769353535746685,-1.2397336662067566,0.870665322935898,0.48482504755025374,0.9384423892392071,-0.49290062954815594,-0.18469394671528022,0.3832235005629388,-0.7945302985174962],[-0.3822259384967817,-0.9139215066238661,-1.2272663558009638,0.3355856166404211,0.4217397661697526,-0.014037537961372918,-0.13331414539359437,0.8066002222999997,0.8845133303333778,0.14096341038144675,-0.3963145810460409,-1.4358677953143228,0.03694298390467164,0.7137867375646694,-0.9637368444673132,0.5510819155250055,-2.03284236899616,0.629355672749932,-1.5826217388690145,-2.177103690253329,0.6518565394655342,0.3301276490968729,-0.24533609031411913,0.1156282941911139,1.1296722351640776,0.776851698996139,-0.07541856994797971,-1.045762701180882,-1.2545160745306403,-0.3798352218298172,-0.39161644893277103,-0.3353716057077188,-1.251885900729771,-0.49562765476466664,-2.176320420029956,-0.11242610748189626,0.6929276206388302,0.39477545078151516,0.576753083231496,-1.135771205927183,-3.902973335673488,-2.5087418303231876,-1.9268246517182999,1.052072080076345,-1.2882058007517772,0.579367833618762,-2.1591164280889146,-0.8500911203346315,-0.23233253057260655,0.8209860535132423],[-1.1800428629475568,-0.3687794955768704,-4.056996584745519,-0.27134284319980445,0.891235277509386,0.46894236409592166,0.3618462067497335,-0.06003381543086405,-0.7896832225210747,-2.0718886791740485,0.35345254688147226,0.31540094841349947,0.5955725628704734,0.09469232520036995,-1.0039625250220432,0.1948011748522497,-0.161457660255868,-1.026028318505756,0.39785876854103047,-2.8830734783225007,-0.506029506789297,0.445706123792873,-0.782975118854164,-2.6980868262234172,-0.1343344713199316,-0.15674860757205258,0.9669995983673491,1.1367322911407924,-1.1209441897297971,0.2760761373403614,0.29792615204767153,0.2924766733818252,-1.09518052886507,0.40752174053341966,-2.525419141885644,-0.5431776127489173,-2.9366905020821106,1.2486664223713684,-0.9278693955180602,-1.6210516718657522,0.4356551056072068,-1.0341826506732381,-0.24201541731711051,0.6258215544345547,0.8251121911660889,0.35775650573563417,-1.9698020145852757,-0.20405868322900753,1.0309732416512984,-0.43071255986215573],[-0.35071347656382285,-0.6828557877667668,-1.2041582030705245,-0.43553098666299006,-0.23637821177273413,-1.3049925992950446,-0.27851468799920975,0.8435340344204382,-1.713773194342398,1.4467840290542646,1.5955723164379174,-0.9518063115570641,-0.6592066022826635,-0.04582425927502821,1.6854102111612652,-1.6639827485556595,-0.8526338863506903,0.1675556076748444,0.23309822419272294,0.7439493361836583,0.08259671371630374,-2.3496693385257945,-0.3396475307270997,-0.17936016809993127,-0.007080680708098702,-0.3967850719262975,-0.25167368559190406,-0.49235869364778106,0.8653058493222232,-0.6379922811361319,-0.20493934432650693,0.5374364090814903,-2.630443163697204,0.11578439143194287,0.7153231657993244,-0.28878870248917826,0.13490479337484126,-2.080008046807439,-1.4095264760513908,-0.42361555148734753,-0.8371131614445563,1.545319555116526,0.47103700450109715,-0.5558785399874498,0.21454908053895408,-2.237252293438505,0.5077002921395497,-2.5835237366791555,-0.02943080607581321,-0.3826396911360774],[0.6668994294466298,-0.872684388386,-0.39919444723638764,0.4253141482416683,-0.8101821473650591,0.7520580207024149,0.692440503329306,0.6780519478289122,-1.1745052849026714,0.313956835955207,0.636328096867442,-1.3359116121781545,-0.4786390736577762,-0.19893209607780682,0.46388383802127664,-0.6942635914160092,0.28937765095530427,0.055924106041075734,1.0493013692328945,-1.1771983660717948,0.008029934358498579,-1.690258974994252,0.2723735156398752,0.6935072853427835,0.22491780378747356,-1.5816050921495062,0.3312322144409243,0.9234872760642997,-1.352471124808437,0.729552853163384,-0.7252757273142251,0.6558609840740112,-0.25052427370975217,-1.1347751983396515,-0.41280499216495514,0.35465944747842615,-1.0861422493073896,-0.18320020158942574,-0.5733860725655537,0.1005868923009703,-0.28449075426130876,0.18079610012186467,-0.046650320926910224,0.06878878114576671,-0.5646991513045049,-0.964499724703262,-0.8563257448095398,-0.0755808503662716,0.7246889559240416,-0.014561894190442706],[-0.26350423544953916,-0.9477993667704978,-1.1626615495167176,0.3264071219228324,0.8926815009209046,-3.121413185624656,-1.3815442229410388,0.7581567714371956,-0.18403895982650162,-0.4738771621612087,-0.3586300147048019,-0.48635645978708164,-3.6852388077539824,0.6653081333230753,-0.045945495132493575,0.6687472206202534,0.39476961018221385,0.6276240668076014,0.694495134795709,-2.10730906006979,1.080578741730338,0.2085948976527771,0.31254292959315927,-1.89454144426495,-1.3545089119307485,-1.1764788439736646,0.5150311265395143,0.147115173929347,0.1742935279655156,-0.8547796449509831,0.6178454324098682,-0.935338625119475,1.0497268581674002,-0.789431926419941,0.5370230606544337,0.29210501998380417,0.5585380297272565,-0.49327442237675745,-0.1555975005949113,-0.7766065673814624,-2.7369278006456805,0.6316919571412902,0.6515559026790552,-2.6068826560479175,-1.0187198799085386,-0.5443103738585072,-0.1027029411858324,0.11747678541262582,-0.6274062470667141,-0.6765939662828546],[0.13989988473868312,-0.16241961873707866,0.21495126844998358,-0.11184733278200107,0.9203970400964313,-0.9107980234600653,-0.4946141478620958,-0.9050048790482983,0.14118572056755835,-0.04741695572453801,0.6632040751744026,-0.3079138194913025,0.5441408547360713,-1.4783003397157715,-0.11269094830292935,-0.5363555588902269,-0.6359319684330325,-0.22379605050800203,0.458403645355995,-0.5864273281385683,-0.6762344870716258,-1.0863361470775854,-1.0035796178391607,0.24351393095960427,1.032401801611149,0.8711847284615477,0.5057208212686607,0.023084974722931917,-2.2307045021681975,0.0762214534560981,-0.16838079207100962,-0.520625426555435,-1.2543266162046733,0.38203425822702297,0.04628128355660929,-0.20934562239680995,0.7440675937529131,0.7529921306631355,0.1307413169341566,-2.694679767728879,-0.6473476549395558,0.8968138444699079,-2.0594736702432774,0.08084614717883302,-0.187151688275742,-0.06944987572131638,0.8808989424176409,0.19157122222406736,0.1359473564984996,0.0874491352015859],[-1.4903582518801368,-0.2273004947525876,-0.76324229174198,-1.5426290476165772,-2.2611717156285716,0.5458166335867649,0.9695105211127164,0.10921501366240806,-3.8118303135369076,-1.045562125177801,-0.5289986872332092,0.523367876004491,0.3931299169550748,-0.5273147032191244,1.0672752681203168,-0.5665690899105863,0.26409668482714505,0.3087992754214492,1.1529847650900393,0.09650120348246374,0.7591934908963768,0.6845378102118164,0.15946674522036977,-0.19083920502667176,-0.05095934659305879,-0.4660750690597111,-2.759376371798329,-0.969816979826318,0.7103234595026968,-4.19081085489771,0.8975645615927886,-0.20928434047038635,-0.7140648031153886,0.3286428880772649,-0.3634727080208055,0.13733387860084817,-0.6160648887790993,0.5257107791548054,-0.18819535117572547,0.13564540325526633,-0.35553250767299677,0.8508198322174949,-0.7884079599241616,-0.5187021703059435,-0.3457619963548602,0.06358825766322924,0.1544420985321467,-2.189854003636878,-0.34396362835720357,-0.7711016138759764],[-2.1154596173884257,0.8405844458984885,-0.45087777348222635,-3.055631019048954,-0.599119445436601,0.7848917113135742,0.2775752102593355,0.755586288935627,0.564357540407257,1.4231116402765864,0.5643117572543404,0.9142532084259363,-1.6031242595096338,0.1757937958750777,-1.2006593880187977,0.9192878189739271,-0.030299883110627927,1.0046616311854593,-1.4679090210105479,-4.283083034127304,0.016487686020141275,-1.6604050239634207,-2.554609952017144,0.4733254840534823,0.9544347047706088,-3.410092117952745,-2.108939001945085,0.9756544446822673,0.28959092050036445,0.845029722130809,-0.09123579111745651,-2.220833349598505,1.312342865438232,-1.6941654271970306,-1.4423914589617133,0.6081782053060443,0.056482756055487505,0.47313121374138556,-0.428337025094608,0.04449738062479538,-2.682397194386741,0.8140613884587647,-1.9583573631489617,1.0731850744999927,-0.446813890542553,0.40490423174409335,-1.2893053073917355,-0.7279956341954079,-1.4728774657659558,-0.47349030589585694],[0.17708554859633135,-0.18855803588016926,-0.443169502675348,0.3008151239331798,-0.5970148984735882,0.4485051474814279,0.8281017764542086,-0.12780463141818915,-1.2601014052131598,0.24561224300772894,-0.022030050300888844,-0.6626501018295117,1.0950024254826976,-0.7812749550756876,0.8238421012378875,0.8725637371214773,0.4468423475533016,0.4606114423030626,-0.21824928210086442,-0.14142424251310987,-0.6888730812531522,-0.7905021439315574,0.054924931371110444,-0.17422471281204469,-0.28957313548032354,-1.1759433989492487,0.3609422166933745,0.8168745257116452,0.039331580147033494,-0.2290710330173514,0.3331419388853757,-0.2190365308959503,0.17516485487076364,-0.25645900050370385,-0.4685640474515036,0.6931823397534385,-0.20634970623578433,0.7080096223110246,-0.8507023758474742,0.4027399487437031,-0.01106743850251691,-0.294982147144008,0.7133431825154979,0.31425813285588533,0.6559957680575587,-0.7719880347756795,0.4715402446254304,-0.40360415875757827,-0.07067965334336399,-1.0593856126913628],[1.0370445281726441,0.7330733748442325,1.0108509161599226,0.963044522903037,-1.1080604103564837,-0.34399315458444946,0.19830619578321207,0.3366015582364998,0.3555213974521102,-0.3548522979976954,-0.04364858496922471,0.8104177591891445,-0.31634295800805423,-0.09893286928588178,-0.38676108483740435,0.7044117803430364,0.9078170000363045,0.8196750724663134,-1.8791651980516377,-0.4255909525784465,-1.0920265441351131,-0.6625817643463455,0.5768017717508578,0.5686771746191027,-0.4385310583647495,-0.7421622251982574,0.3447352330573738,-0.2438247971202765,0.8330618914456224,0.06751047202250868,0.9007003842707167,-1.6880477351606573,0.721173428483853,-0.6439768549241208,-0.17092378657210824,-0.32710353790613084,0.4642607336408287,-0.8000695719454792,0.40167815678071256,-0.034569091435325855,0.7431189467043976,-0.566125146654975,-1.508599057526145,-0.5566769241147845,-0.04989324314594773,-1.1593231414542238,0.33336058817877035,-2.484228214734099,-0.7346607718015491,-0.647448040680508],[-0.545292341153606,1.0794933227364611,-0.3677496352691471,1.0631956229945243,0.6889760721341345,0.45964162771539036,0.9866153517829666,0.5633975194750932,-0.18106229521528133,0.7548192473087102,-1.606317201925567,-0.2578489039151191,-0.051834048864454765,-1.4241712547581433,-2.1107622542503655,-1.419151348253184,-1.544138971500472,-0.032480867630341845,-2.559575434677062,0.7214791038187538,-1.7133332436972006,0.4109779244019918,0.6888958599588086,-1.2898921184142098,0.13059332808351215,0.665813511263054,-1.187668923628546,-0.11574515287148594,0.884430068847165,-0.8556695462184201,0.7209930684645293,0.7547579928396985,0.31235186893040695,1.064858679903462,-0.08156534066613834,0.7640789669114797,1.223124609189035,-3.2608407831075064,-1.1450724162931676,-0.32984822567870253,0.5336633653670277,0.9869894062226818,0.1658661480423569,-3.4066739929566157,0.7058717227636767,0.34874378911556414,0.4014034177309387,0.5744897428537068,0.4411617484724438,-1.9297816117471722],[-0.5491684685886487,-0.3129998185723205,-0.3151816978110579,0.4997316304386944,-0.6372353720289672,0.36245114072224865,0.5947896380211427,0.45013299086690844,-0.05153477837024438,1.1182649754513936,-0.20801785310819648,0.4574304092668227,0.09056271130410382,-0.861847689117222,-0.9314241755854447,1.1957143788236038,-0.1684112275595126,-0.3163453081429878,0.3957444876237603,-0.1851974272137541,-1.6144686426482668,0.9100667167187848,0.5559764630456312,-1.258111476202729,-0.04145315098174657,0.18660167997827407,-0.029960279240085094,0.9355401370788726,0.6831696578738818,0.6131395231331764,-0.38413656293491427,0.4623706514970809,0.6238467562715108,-0.6296565762287412,0.3051792783264008,-0.014202744853858782,0.729279478217641,-1.9973420761976617,-0.02425008390022453,0.2976224392031852,-0.5739874941437706,1.0728645559702223,-0.019241938558616375,-0.663747176520415,1.4230053381978696,-0.1615600796099819,-0.29976581798454977,-0.7289859055802624,0.3576566715163819,-1.6880577190755786],[0.8354469166924782,0.39064333736086704,-1.9685674010433145,-0.7149165179544301,-0.17964481701165536,-0.17467326204018052,-0.8187427230078296,0.16926018888715977,-0.6496447812911749,-0.08656450266069915,0.20406620363809344,-1.5840115052148784,0.10699952880038302,-0.8989933998963107,0.6407509650991804,-0.44012257714769454,0.5174639356069043,-0.10828097954083947,-0.06349648121812733,-0.824762469338995,-0.8574807473294118,-1.6889326786760526,0.9809061733626637,-0.10344201132021194,-0.752838631312301,-1.747816960155591,0.3482925000756136,0.7603879096999829,-1.23111443206401,-0.03528501531697838,-0.6288183614946817,-0.3429867508345399,0.9245973905809353,-0.43701919026088865,0.8749572580601589,-0.57261566027316,-0.39462989744006066,-1.0676527547993886,-0.9478817078763712,0.08132348865051145,-0.5245108844786566,0.654834492162097,-0.5154520764202091,-0.48044325315487274,0.4046830394786985,-1.2858554946689373,-1.3961063875254276,-0.4366508600383136,0.9400770495520178,-0.17064586913874882],[0.48393973970015375,-0.2781482801538628,-1.0936425754772399,0.7364051265120274,-0.18797161385200797,-0.4016649085295543,-0.15448936244132008,-0.5551400380548626,-1.7907300581092596,-0.321516195684456,-0.27056556288405187,-0.8889216413226001,-0.7449640354945979,0.06665562405740816,-0.1797149053291262,-1.370453739794958,-0.13404303511989643,0.7516561502272247,-0.04685385281743532,0.2984319979406443,-0.2659364443513178,0.27567491241290126,-0.34570838722068964,0.48675526737093205,-0.2494913485698602,-1.2185163641572696,0.9765345194394246,-0.31261937361143866,-0.5753507554805022,-1.0329867854496393,0.22014803142353245,0.05196260692299703,0.3637080203672973,-0.19931855322999323,0.0472410258553347,-1.6859010131988859,-0.7842073369999158,-0.2422769932777528,0.16118173958161763,-0.6088755622313278,-0.13174027486345952,-0.6022078901783186,0.6271582366103459,-0.8209914200922429,0.7848481240040935,0.33546438569465753,-0.5688204209987847,0.47271687199241796,0.5273565200349288,-0.5919111792952626],[-0.35560499415797553,-0.0637754275394414,-0.5229592019326488,0.45291223282232634,-0.2962402780496806,-0.5377951451989275,0.4501064308155815,-0.18098578394617362,-0.7958624073456809,-0.29650040383234516,-1.0337354538300239,0.10169076835046896,0.9318721336676126,0.4805266729813152,0.3199565131894742,-1.3905022078910658,0.13291878415569408,0.7999512870458564,-0.7545420442285592,-0.4620905536938498,-0.2796354560310888,-0.6357113383970106,-1.2280560697828211,-0.5238254992821266,-0.16063898894790443,-0.1251346088499532,-0.3387214626181383,-0.2374506504776324,-0.1286219195637068,-0.6312684746281689,-0.5382550594187139,-1.2558368322535192,-0.7528028787016694,0.5111983431532166,-0.04327208136153486,-0.47335709625266054,0.2082195450396971,-0.41494949570802103,0.3287928898733279,-0.985786487828931,0.08778202178547012,-1.638169028903453,0.3078600126754375,0.5691990038506883,-0.4306877784614127,0.8354200072597442,-1.6953422654480028,1.359157590463715,0.8135202751231349,-0.011112389935294502],[0.350945238688028,-0.009840044200442556,-0.8523211545698065,0.541152765571524,-0.7515640629289544,-0.3583435046441972,0.9476037813418549,-1.2889318872636935,-1.679886133952451,0.12929019297385275,-0.053735283198181445,0.23007426709302206,-0.30706532797339064,-0.01871459987590282,-2.1470902197292454,0.061711361917764225,-1.173952335061336,-2.23440800408512,-1.0275676778316247,-1.8869920298411864,-0.17574195387862498,-0.36547720738285755,-0.3160847037479799,0.8880461027609425,-1.4126872745181074,-0.919425726240259,-0.8497702533494076,-1.2679076910461389,0.6007781715098582,0.08042396052705307,0.5052167491566022,0.03386084043747391,-2.0104996189516933,0.5734046486731805,0.2503717254435809,0.7964651463137824,-1.3032134595500806,-0.45785252063906795,0.8802312801352741,-0.2705255256138539,-2.120656836009711,-1.86848902044395,-0.46518410693021567,-0.16961551788221707,-0.751486184446171,0.9379885348482528,-0.9366684478290006,-0.28187296810492296,0.2794530186592756,0.6642421680595341],[-2.5002270973282616,0.0476681577861233,-0.6885385263993278,-1.3714163473675436,-0.5964080795542527,0.7962818629716111,0.21204074724465133,0.9944529681817865,-1.2457681898378277,-2.997794529751296,-0.9498399667849725,-2.4566643132198305,-1.4256199695863154,-1.444961828568825,-2.150273408119753,-0.5453093853893267,-1.6740000824471166,1.0262661086529112,-2.4245445348815275,-0.009624013939560305,-1.108467040111694,0.8666072750867274,1.2464025032825425,-1.8243131622965283,1.1519922583811641,0.2249339251410214,0.14400852750840246,0.7748817818448832,0.8172690658865962,-0.9094783590778563,-0.6176705872734303,-0.019389951682111394,0.28989426968821486,-0.6462975599840249,0.43906653618109204,-0.5920641765539374,-1.9443934378901546,-2.1766005164889775,-1.3552417054090224,-0.3512999393830013,-1.1106063134117394,-1.4362582190261879,0.7882534896033225,-1.7450444889525003,-0.16001141236669142,-1.646946281357354,-0.6820635426996502,0.003619588310211299,-1.1884347078701991,-1.4935337483601734],[-0.7720078228894578,0.009017806150204309,0.700180655509559,0.3037870036933926,-0.5080961451822203,-0.4767092491727519,-0.22729664330110777,-1.9927536038841527,0.5299953932263558,0.12188687269529441,0.8938645474273742,0.37297839849283904,0.31448998116962235,0.14157580978331288,0.8887789918988618,0.7528378295909041,0.8087996186730471,0.5191181940543533,-0.007092752263366586,0.3305917015083611,0.1207618927856111,-0.27205879400392374,0.08591209586366498,-0.677810709355756,-0.7113743566411366,0.5496582189311782,-0.6323921248176189,0.6418630059675194,0.5242848345681158,-0.8749321551695178,-0.8671106524305785,-0.3263049756626892,-0.2968286632623238,-0.5597561281039278,-0.17875363423564794,0.24224154150611737,0.3878224286137214,-0.4079068889771205,0.8735608142856773,-0.9056123759312236,-0.9319177793119947,-0.7954757897021069,0.3451081331902242,-0.11539070730074595,0.7010838599611883,0.2078366878040969,0.06760186964865088,-0.784233982874645,-1.8328104801523455,-0.7423821567777432],[-0.3412466130420286,0.66382844646576,0.9559572700134702,-1.046000719630322,0.6981146306000493,-0.600193924542537,-2.199516672746609,-0.36875278733437766,0.10076271130099396,-0.5759568612477861,-2.1288051974688784,-0.2023972479545314,0.464642644632167,-0.6763651065090601,0.19089251874096896,-0.18568596594036516,-0.05047107799106503,-1.9120660093649988,0.5419173662113839,0.15726236574606212,-1.2205081087254803,0.7792226323287108,-0.40513812060413185,0.20150223371975143,1.4804031319256197,0.05268300518697805,0.6619592523927088,-1.2568114435840336,-0.4650789015913784,-0.6876011716908681,0.5045912769399871,0.0313854337629937,0.3625279084184855,0.26189104729706797,-0.25391626226474867,-0.9565697308071999,0.08389383355228373,-0.5236164605350618,-0.63490380999809,-0.46731925597541357,0.390364083065855,-0.04690699342444002,-0.8156495302847916,1.2356755835165745,0.3250638117215725,0.17408016884001984,0.1766059433751865,-1.986352502742654,0.588293917686916,0.3093328606057646],[0.2852294998134254,0.9707923393698125,0.12895444184096244,-0.6814792421438551,0.2955812278827919,-2.242795696017241,0.19359816135281632,-1.5797308285723868,-0.2637966226823101,-0.5458292037835186,0.18021591307940993,0.4628158880295785,-1.8579399354802846,-0.3124257335960958,-0.261579554588722,-1.4603967307543047,-1.6875415474347475,0.24691122215512704,0.03493327719871927,0.03257106884870002,0.8264344716877637,0.4119271651914177,0.8609620938463204,-1.5207703694489585,-0.14917633223239557,0.9818745946587248,0.06323565327226324,0.8604919419150577,-0.6076694076275643,-0.7528304765042182,-0.5637419146645194,0.8922572296682455,-0.5630734411448244,0.026734753495204246,-1.0451064599833133,-0.7671242774846326,0.4045303830132935,-0.32250081796867397,-0.5273234780713113,-0.2644742752646484,-0.01060027682409017,0.038281798578282095,0.9805735680942694,-0.18934615060212964,0.4896666624417743,0.3682503612013226,1.0353586720988082,0.1750622977513096,-2.0017032927741654,-0.8099324011204833],[-0.18947012246884024,0.23752781382661897,0.03875333647468211,-2.462002022510642,1.0577161306483092,-0.9451513716368647,-1.7046193522781468,0.8393634890061433,-0.49245354477694,0.2832648515071446,-2.747832206067125,0.521356098491276,0.4860357181600199,-0.04275695009133073,0.7830655467081482,0.350529390191736,-0.1293514685345173,-0.19447309625365128,0.48213165253466334,-0.6222320208343768,-1.655045570266716,0.5288176986574756,-1.035806387711952,-0.29489573191564544,0.9406415611361796,-0.14457017199416844,-0.8326980355626248,-1.1511154092267555,-0.016758321106027776,-0.2269154552066617,0.14863017489900193,0.46447732096330496,0.7121095014969443,0.0224986746080478,0.0122207535485592,0.5405280837590637,-0.9903726406893762,0.3662575718586163,0.3768989441731885,-1.0528722554319054,-0.07531433729647774,-0.6364886200837981,0.5986363460759472,0.646178458194065,0.8597350429965244,0.30770017305454533,-0.12088346729665932,0.40989631708672236,-1.101868396317341,0.7755616121259907],[0.8047036973164475,0.02763087149604204,0.46718823624661904,-0.33479835651649403,0.4006284084846843,-0.07187186272025935,-0.4884822416458448,0.6533874915718516,0.2589841527371814,0.6368435426037102,-0.3959623303194122,0.7204185220022479,0.31037796210640345,0.04622487728514258,-0.8222092025687779,-0.11056338833787317,0.6796927905074219,-0.24674050029289402,1.1570726559827516,0.4483627666715275,0.9352138350322023,0.3708131326808644,0.554175497994312,1.038415861321154,-1.866172121239874,0.6299762267600039,-0.5032955020103654,-0.07304737723647507,0.2566235466609553,-0.39748678212328553,0.6183493571768497,0.20122064905199666,-0.5169752822785885,0.07639909018171852,0.9129469479870703,0.052778936482620734,0.0995199551161816,-1.2430854699930838,0.6183844857809924,-0.6431704320901305,0.0015758300540800268,-1.4911094107894391,0.9414688636257165,-1.012166130468307,-0.2295116879560136,-0.029525351728313623,-1.2787560031244556,0.7779330944631239,0.31745905901339067,0.6812403147712444],[-0.49200907473984173,-0.12446632223340119,0.6787892902458222,-0.10369521745310857,0.8656000361346545,0.8604950290387985,0.3836111762562061,-0.09834986681482813,-0.22818373851862087,-0.4899823278405278,-1.639629964266701,0.7082196756459557,-0.33506971802352453,0.042184987375272515,-1.8115667788376353,0.20506798491781364,-0.00654262900484052,-0.039816066959869376,-0.9413932421878273,-1.6941145803736681,0.20738325647176115,0.6199873854649517,-0.7824977156214887,-0.6043389695035288,0.4975347334443286,0.719084816237867,-0.09758457451872923,0.5610674538303205,-0.5005945069494444,-1.2469643822243917,0.1901852309705722,-1.6640721346183098,0.00859705692492592,1.095866607672546,0.9611240630576318,0.1789574165677407,0.8457203486068849,0.82249431758991,0.7627343151540824,0.23811792206858984,0.9541502388282783,-1.9102657615562906,0.34793648825450657,-0.27850377324240727,-0.27476113378557193,1.034003880628205,-1.150070832655435,1.430968470617877,-0.4051738719622784,0.2423736055164067],[0.795986084562829,-0.11994940180556381,0.8038381722750199,0.47514950893954083,-0.3140744556515125,-0.6865482044867429,-0.10488460000447204,0.4530071185103306,0.9471560870429373,-0.6056321008344182,0.34500412953775617,-0.8757461426958948,-0.2250724766860209,0.5967617088860552,-0.13419679569670445,-0.48015924994666304,0.42918611846704185,0.15810917149396697,-0.32833283684622117,-1.7015310110614783,-0.5627012054660916,-0.06251169434807416,-0.7050072298402573,0.6642708162362496,-0.5326104393295334,0.3626144159948366,-0.21091140389743754,0.7147445650257965,-0.23734413303588614,0.653283583821977,0.025744974500619928,1.0105172127163802,-1.0054505851369162,0.1126710740297322,-0.8215232951563353,-0.01763149742201205,0.9366449085005091,0.2866016302475269,-0.6827209497943564,0.6868753955905739,-1.9518993282917672,-0.9951346940526729,0.5365524132157832,-0.20674357539961466,0.7024075160884704,-0.7258489411013785,0.11595853832399244,-0.7248848931434063,-0.5696173565273185,-0.4386665113737589],[0.2323130475167993,-1.6998963360243469,0.3221203548893927,0.34365742112095066,0.17485098203209518,-0.2900385428221116,0.32351787976604796,-0.6070256094471197,-0.017183467243348117,0.24368976819404148,-0.5942569374736282,-0.7323137641309301,-0.7237644811288594,-0.24778168540204967,-0.5828066964570885,0.608125275251649,-0.3342965181725031,-0.31931584541088476,0.2559712793148477,-0.7943915881965218,-0.6027366738923533,0.353821283602609,-0.9571869359942397,-0.4347961354279014,-0.20531173432153757,0.23886510839128167,-0.49257992176988885,0.37475675841617434,-0.8125162804080048,0.3467278169077413,-0.6711933861687137,-0.5947169911689218,-0.4032058647641709,-0.23356584734235508,0.13172617937577483,-0.15807304616759518,-0.577562598904738,-0.2060445531418676,-0.04213659642067167,1.0358734219122578,-0.5348311058804044,0.1979877956867061,-0.807779868074156,-0.10644226323318547,0.18680908554975803,-0.761629364315645,0.3938728820716011,0.6737851158639262,0.7905055372408001,-0.9685679217130425],[-1.4830688160784922,0.6047265372323433,-2.749477413953127,0.18271179711813065,-0.7706310403623196,-0.28796641319562283,1.0143011945608031,0.6418407276819698,-0.6064385937152401,-1.4936568104721348,-0.8692441044989305,0.18707808105054738,-0.11839028041533729,0.8051983573756314,0.4951218678965377,1.0117056507771782,-0.7890005716124258,-1.540108315496086,-1.2422660076569252,-1.8658458614465883,-0.9846712208483419,0.24144487897759115,-0.32068810650804874,-0.6167827006696759,-0.37315246992710366,0.5459418389904307,0.5562152573106537,-0.13706526879922348,-0.4165697058416776,0.6312513549095587,0.5218697404866752,-0.22888739785229908,-0.1742487936644352,-1.5254232304177542,-1.4077428126718545,-0.14754314690831596,0.39837570297835684,0.435239094358339,-0.37728175022112487,-0.8898618305763216,-0.4618890714296701,-1.3619288249250017,-0.012346704657104295,0.9167111337787186,-0.5216020723608101,-1.25093574372523,0.4950677328703766,0.3056686200624487,1.0833659660346278,0.6695356259645527],[-0.13186673286874578,-0.8794109831228853,-1.260828933318353,-2.6796748672160797,-0.19452335908288393,0.30297953051839316,-1.2118066039820492,0.031449005624674946,-1.876587939111954,-0.1461223500432214,-2.384978738182465,-1.4974654837266452,-0.9825987657520654,-0.6018089488648598,0.08913166648587259,-0.7205669475290338,-0.6551854334378937,-2.097904759401385,-0.5853156735711397,-1.018006448693155,-0.0005021200609703262,0.18737966948152757,0.0423929698879285,0.3560438473527187,-0.1688938614050443,0.16055235621102062,0.7533200762553103,-0.7210897084219846,0.48733435921537344,-1.623263143139753,0.6747484706487447,-2.4823349896882005,-0.09055695182598787,0.0018263546630308447,-1.3777460598831006,-0.5721079452339491,-0.0665468603900386,-0.10996946038098605,-0.23862642402047327,-0.4551746591954171,-0.8532546158580486,-2.6796370229255784,0.4686489470813082,-0.01626495203923418,-2.8327750806002623,-1.2014395535963374,0.502165524049717,-0.5667617925089843,-0.8603542551308334,-1.0697862372342397],[-1.2959037237450775,0.6845092277053513,-0.024033640558492466,-2.1583683579556,-0.5968547842967082,-0.2899085808746783,0.850564715117359,-0.01775084176926274,-0.5582010837139777,-0.6221313693458592,-1.0796545190067146,-1.0092863967295087,0.13513359646162668,0.375238347564022,-0.3376366971134056,-0.28041769864533334,-0.1400023891197707,-0.9591050555616227,0.24785542056231233,0.9443477513090063,0.47576219046895507,0.1827264858272365,-0.35817495329372034,-0.4802750140222987,0.24482240328157007,-0.43347078519117604,-0.15152625565495004,-0.2538868339049636,0.7119607967678913,0.0601955652971368,0.4071690695285928,0.15752509539289564,-0.8437766290219875,-0.3033074414674857,-0.3062465367943567,0.1910481709161295,-2.689382170460492,0.8492380735658581,0.5539818536187656,-0.8271547872976038,-0.16001897373589094,-1.8591623027635107,-0.9127413095064292,1.0309217799120918,0.7706848084292826,-0.4624287745276373,-1.0695711233735947,-0.397814837430721,-0.34578607850954574,-0.6776846011621274],[-0.06099074769547743,-0.6375082533222358,-2.047505002579671,0.3534424398773908,0.15857271206352655,0.5050283358704953,0.37160493999994065,0.6502989323731561,0.4260503440944285,-0.5857486328533826,0.7778450280759525,-0.5691819058953416,-0.31999661937402063,-0.45503624288436945,-0.4670672834077609,0.3761577861623074,-0.286695528425133,-1.6722490263580605,0.4595050252330724,0.028738575670347585,0.9195935061912885,0.8786179940669416,-0.3730453209781912,-0.5244777207377064,-1.1621630958470914,-0.7619762829504372,-0.6425989800095139,-0.5759205784902489,0.8982267283124095,-0.33311034322817684,0.6181859168267904,0.8320296902111131,0.33823146155600387,-1.6477546311827131,-0.6485194277166096,-0.42623593539270027,-0.12476759253619094,-0.6076110784339589,-0.379976399732159,-0.46569850549571606,0.7283970959628262,0.5907739673394996,-0.8095582214624123,0.5156777244928389,0.2518589687981555,-1.5926561192015565,-0.16882534394390314,0.37599432831113866,-0.7831719116942062,-1.0702195462094353],[-0.5408005368276594,-0.34543317860962086,-1.4991880995583984,0.8038615357958019,0.32317757978279527,0.02001993827297532,0.621116204311351,-0.20500880246496506,0.6570733884996004,0.6079758093019884,-0.3298485645430161,-0.08004859817478027,0.1113953638964199,-0.15473528592598712,0.2259841142410021,0.48325939230133885,0.3031122981898381,0.738975599148931,0.18839928424110433,0.11745836452598368,0.7044343839217715,-0.45514272903604364,-0.7023623647935597,0.11514049942220778,0.6473009616394546,-0.1886515551051234,0.11120793341631147,-1.5506705564253904,-0.19976753278275655,-1.7173081037687867,-0.29121181605929664,-0.4687714595921288,0.08468028446282912,-0.05492953758067139,-0.006288446192482134,0.5076498888503856,0.791222774414518,-0.2678697356229528,-1.2296565399577486,0.2597084658191014,-0.02214071609624897,-0.6408910647494676,0.5112862272116155,0.6471923381333743,-1.3744426002859584,1.0516468247765627,-0.3634347100785992,-0.9656380942037135,0.8615676089685723,-1.4656108932280405],[0.14575204792991267,1.0123007232041783,-1.9310009826542993,0.38384182804323985,-0.5117881612039221,-0.18254678151012638,-0.5804279020069741,0.67329114005646,-1.4214926849861211,0.946588990561876,0.26747234702953027,-1.1823208110656585,0.2610589279913045,-0.36702495121024226,0.5643346538298682,-0.7298160746428586,-0.2898713333890402,0.3986692980177545,-0.18627193377243934,-0.4857557602180424,0.5863288804382021,-0.4894491206092295,-0.147861290284188,0.0356996105750165,0.7895145402984558,0.6560232140712463,-0.6073438211108599,0.032369927694523036,-1.6359441829668553,-0.08917431961484608,-0.7363478737836431,0.3553768851111161,0.6398665605739272,0.655004167918268,0.3495122555720889,-1.1269451256137437,-1.5331715678706548,0.0009589760515781491,-0.48083987259557104,-0.47187575137923954,0.25224778299201955,-0.6039233425988725,-0.8881639184705534,0.285808648356771,0.868722424442749,-0.0779616937007071,-1.125707482240487,-0.6585982107808075,-0.34146182568193495,1.0319433661739992],[-0.6670296717071948,0.8602787528721401,0.053244276297064706,-0.5973626416486162,-0.5513277049283662,-0.29798500097003344,0.3607559476468527,-0.32140050051472957,-0.5026395370289567,0.9907865514477876,0.3239870625503791,0.7429876474945266,-1.158489089019136,0.7058427954176132,0.6057740240617867,-1.6758264719673672,-1.7440135986771765,0.4112200988358563,0.27811169212471315,0.6806957158496969,0.9058378217475357,-0.5681366573317428,-0.6486549255889548,0.012747437854533224,-0.8881356678138782,0.4614226778303246,0.343074583484854,-0.34777229448016134,-0.810925812315412,-0.2343572767599288,0.8876144971760654,0.3325916611873505,-0.5229086187915439,-0.9829247059006948,0.9683057132189303,-0.7859470422064531,-0.4399883813584392,-0.816589312854177,0.595936384912162,0.14595970458832705,0.470245518163905,-0.6793989408945724,0.8153705353630883,-1.2952380508744108,0.44899306158282426,-0.8846628840884101,0.25198313617019114,0.7011369386208084,-1.2891322030033059,0.2873175010404656],[0.5168856942541438,0.11289559516707826,0.5856514586780717,0.601122675064179,0.5756128566395087,0.5798165692181594,0.6524860230187971,0.46912388526810733,0.2295406200897238,-1.1883759681220754,-0.35246101305980976,-0.2602183319951268,0.9286993730730462,0.674009647039335,0.6570040539517625,0.2768374505762472,-0.4303512145811514,-0.05187957344677825,0.969056892635747,0.5165008192117532,-0.7811585543710051,0.7660653850845925,-1.4489045235547713,0.7509937948655923,-0.8756497238173923,-0.12226226621060972,-1.6796630517131466,0.4370676949048501,0.057792192666747205,-0.28663683262910783,-0.08545424740021225,-0.7398923178871605,-1.4010520777862396,-2.365452642961966,-1.385863286107716,-2.2482729696890504,-0.6792788671674983,-0.5537307571704022,0.7762268135600815,-1.122800024005193,0.08035402689005741,0.4658238382905753,0.3223069038454694,-0.2550247231443462,-0.47073338092969563,-1.0735594910307382,1.0494972526678685,-1.1888731051977093,0.5541815426158002,-1.2571861840362466],[-1.0991965999661901,0.5920041731430602,-2.175602992682537,-0.22497634713912157,0.03567681352264069,0.9426624496213802,-0.47772485095621436,-1.1167313582141756,-0.5003421153204783,0.4219423071094505,-0.7287745165630947,0.017530900686828024,0.49621819867080724,-1.3669030599091,0.10169467487168497,0.5148726405851728,0.7588843660159755,-1.129742631612827,-1.7396319955052566,-2.039382382068571,0.4276537827361131,-0.14288458258655515,-0.09565992381587199,-1.2756062051832526,0.7240119565937598,1.0299379888912399,-0.6881580428135717,0.12928966406471756,-0.5808503936624376,-1.4860698651533322,1.0544491941323917,0.3714643130300418,-1.4616336950359388,-0.47609665555052194,-0.6791764146016162,0.5159847929809995,-0.23610542306690047,0.9747514634603801,0.6903887234820734,0.07807983289312685,0.39990180738861725,1.373420400465801,-0.051217476399437294,0.35616386604640815,-0.10052117584897637,-1.1904298668786608,0.2898111709805153,0.9977061471610362,-0.008762001799034141,-1.2372830165150974],[0.3641116343738771,0.08318521779303806,0.5908828530815962,-0.4042045823347904,0.3637311179393665,-1.3053362768162433,-0.6486382673844928,-1.2183179139184874,0.3177703069929339,0.5331429120894247,0.2802752286334527,-0.7658763125981135,-1.4202278753404498,-0.02417044816142433,0.3244728739609521,-0.8686193265890234,-0.29000760249235324,-1.0098729000682722,0.9674000063827435,-0.5816916574408412,-0.5959629788151133,-0.7013474392338405,0.2631088202405539,0.498685716190323,0.9052399915119582,-0.931801405894177,-1.1929123926390919,0.17551281971838034,0.9799964686038575,-0.6333796671689212,-0.3021566307464932,0.17843973357064102,0.38329634932141954,0.7511018086768604,-0.7391663332436561,0.5501189881717379,0.31225854866720454,-0.5807659753578581,0.5264284173750954,-0.8588700528653201,0.6798506527840497,0.0375058469886684,-0.6573860653456532,0.2780583338402875,0.8502018868275673,-0.8964066343425948,-0.39038194838054235,0.21968667458563657,-0.3170001665737741,-0.7463701310762446],[0.07960847805621338,0.847199853414705,0.508108242976501,0.7921078647152408,0.003678938492729204,0.7392719405236943,-1.6541595373122369,-0.8000119299777181,-0.548380470878671,0.9650848429405573,-0.698444269864562,0.3786685074045484,0.6509273797618113,0.7560394166144325,0.7660602819682286,0.6496519573134941,0.846791641879148,0.16025221053756142,-2.525322952982704,0.5886213880387964,-1.2131403950910433,0.17228105880621938,0.1739666428737787,-0.529524446079153,0.07455534320666363,0.5054421821954547,0.3971650249778444,-1.2190606045965107,0.7116807415584528,-0.3314540118404656,0.46857187398194394,-1.3999135681541728,0.2952415775453632,-2.0289633423259206,-0.5864215317994426,0.9321194675219481,-1.0556813512819159,-2.2476301485710777,0.12692619749862513,-0.5485169652739691,-0.44494273385767874,0.4435484548207527,-0.3180816167634095,0.24148124831727932,0.9558933938918223,-0.4794165469442929,-0.4112313013149812,-2.4756883017647624,-0.7644167420634099,-1.096012301848412],[1.0374076841082016,-0.6498819910512088,0.14063488598853155,-1.0018018305483933,0.22507013018756175,-1.8384955718013898,-0.6003829483653869,-1.57489192914374,-0.20594006247785093,0.5449047887629951,-0.40987388496644184,-0.594080732997769,0.8520760997285712,-0.7815159117906652,0.7009298433878646,0.46518022783678764,-0.5373577595633936,-0.7426423484976187,-1.398798556391476,-0.8328857535230504,0.8351706580808853,0.306828581683619,0.5587306041272385,-0.30098215432037995,-0.47368676412939614,-0.7750017613641446,-0.2803821116276327,0.27333312833994067,-0.26870007462069173,0.37369397024648227,-1.088290383887948,0.017231989396611427,0.5734078661754997,-0.7076149272991938,-0.12534036697563306,-0.6808633835420997,0.2251855670566755,0.6687625479219436,-0.7185821992154745,-0.1387239289004499,0.8805545038809063,-0.3723026027344081,-0.4699524322396495,-1.7619033924518341,0.12312083705414283,0.29037001545360513,0.40671519319466026,-0.4240818056017693,-1.4269958929284834,0.4991808635826965],[-0.2455185475226469,0.6619415656439731,-1.135362614380728,0.12077182214722082,-0.2802035869848062,-2.5279200083457476,-0.7299365865203445,-1.3856257350252197,-1.1776231652944917,-0.8418667395624782,-0.08500628128596793,0.7581489680963859,-1.4487115350832356,0.4318654082066381,-1.6436657295733599,-0.6024463638473022,0.4440158221311684,1.313313125998181,0.4942404195587703,-2.394385821486233,-0.09475226307495921,-1.9186700500676686,-0.10190981012410551,0.4902348138859277,-0.0884712219693085,0.5141471248956428,1.0610152350920743,0.4063183880555808,0.04289186927550052,-1.669515517104834,-0.34423852708640185,-1.3320204650831193,-0.6357310902951179,-0.9112499119548453,1.24194363554175,-0.6080474889479993,0.3949814775144649,-1.2592376569665935,-1.0089602670600677,-0.9114840864517494,-2.734022061744206,-2.0188297324397553,-0.40420124409639113,-1.8233826033487615,-0.27902597969878645,-0.9476348196619486,-0.256507981477239,-1.9922678708793633,-0.11579509744472202,0.4088748181728243],[-0.8413596036162512,-0.7564903524480018,-0.6045239408845925,-1.480890525661566,-0.2939970027901214,-1.2489799917276654,0.49113300757632944,-1.1600680033911823,0.5312029507535438,0.023096162156088063,-0.4306019370182639,0.14387590022837096,1.0498190124757278,1.5422168960981626,-2.8993297180923943,0.7074157251702604,-1.1095552299177578,0.05667233145380925,-3.1292126523629356,-4.430675518017291,-0.013350757687188014,-4.661901127195332,-4.218993678353722,-0.08513030594888986,-0.9019723866420134,-4.102002978535023,0.6206511123244635,0.33232194802053855,0.10031836695896922,0.8907744904932168,0.006182631294180987,-0.9643952077741711,-0.6192179003652192,0.2502937274218981,-0.2036922355337986,0.5027744391652967,-0.1760739898700704,0.33597357673844147,0.8124112187987436,0.35751480717062045,0.9566929081946506,0.2225687569394922,-1.4212593352690743,1.0576021211713817,1.4189998960132628,1.3534300039373406,-1.8573371663793317,-0.8459892103463882,-2.21566716274706,-1.1922571828023225],[-1.276931052940166,0.1098009304801263,-0.5051541201102322,1.010203210118742,-0.3256151724401467,-0.8281850837688239,-0.24422025517563636,0.47717991060258685,0.3714981741672101,-0.31893113319039457,1.1345133375091854,-1.3819039231907555,0.038302653414008694,0.15793655258623482,-1.3125208877232577,0.025929390256479556,-2.033100025975159,0.1289742121534931,-1.6463747055834375,-1.8419728676581864,-0.29913294598926743,0.9820630214933195,-0.4965326226996465,0.9359180046177027,0.2203953527859615,0.9508694282005564,-1.0011783757826938,-0.8667256066915962,0.04155519838975904,-0.06134179131637742,0.47962609149214624,-0.05226073324949217,0.6001765701602544,-0.9371251303541219,-0.8708051547303447,0.8291376603785647,0.718461833506386,-0.4585377274267544,1.011653548669516,0.0514001941817456,-2.4436233654282526,-2.2536036717728085,-1.635764040406712,-0.34682743499850255,0.6159360733437647,-0.03777485696244958,-2.1727224643472063,-0.8778143908771509,0.5552336422013716,-0.8295479770444747],[-0.19891971221944216,0.799158589511679,-1.3016776754052621,-0.5606315057026365,0.8016240188729843,0.8628768270965014,0.9705990946423211,0.23208590374347732,-1.7088843768476207,0.24859345322997636,0.7542996861312657,-1.0182817273170781,0.6029515686816375,0.1377756295960923,0.03677991154039954,0.2783067680300939,-0.640660367218757,0.665406749325301,-0.7325547801362942,-0.6210499216096675,0.8085066667410924,-0.2528134271929947,0.44856588513770057,0.6630825409311278,-1.2028571329710442,-0.9899265581430152,-0.20897238990266515,0.04301743347580116,-0.3497063883284994,-0.35966409057812776,0.138249362175156,0.32215575404082764,1.0037186643569511,-0.6330778321061908,0.45505144789776164,0.3257637785932507,-1.1575552767693922,0.19815411858409449,0.24871761175389656,-0.3477462248866024,-0.9639494689681564,-0.9451916538635451,-0.8081709841143547,-0.5217377052186434,0.8064527980133646,-0.18246175666370673,-0.11447751017706521,-0.049486135440925554,0.10052422061005967,0.9247184115123495],[-1.3290667099307694,0.5888103074972304,0.0789015889161384,0.7067849977174113,-0.3133022324203697,0.24828768758346587,-0.36820156123002845,0.2661119110830735,-1.371224187612218,-0.9973983559384753,-1.3861887837745321,-0.40414549271399686,0.4377277040792421,-0.9792306562557678,-0.8533206215308908,0.2397834403339185,0.1498831752966091,-0.3731458266545175,-0.5703700837408803,0.9216815474685345,0.29013065340224675,0.8428149383706085,0.5405602339315768,0.5447294840541052,0.9398735691038872,-0.6404707932172544,-0.8548044396081599,0.13954801368625652,-0.7190072031158022,-2.2602054379769756,-0.7810523092472098,0.05943857801469958,-1.6956974331091077,0.35710912248097193,-0.47141965334521446,0.08969985964277133,-0.43285869895076234,-0.3190685923205515,0.3671474278191027,0.23443485342191034,-0.031746468114326805,0.036146863949437315,-1.4785040025143705,0.7140741920694603,0.9695090499192482,1.0208247980223644,-0.9258292683742074,-0.7106267065832251,-0.7434417689102886,-0.4220018536338964],[-0.620767641281361,-1.6511710458438744,0.4184817766060278,-0.026419390947042425,-1.0189932666214345,0.5231559935183246,-0.2699227482984961,-0.6758984381403944,-0.7360346491673563,0.5532482531857464,-0.0911200739858031,-0.6286122935234065,0.42801817392954006,-0.9893797314518832,-0.600681636602411,-0.12827041400603423,-1.3648010613160064,-0.4670916858533518,1.0452962988114354,-0.27287390619887325,0.017294582746701655,0.9692384030364141,-0.9346658272899981,0.39464612628544565,0.19130595882573867,0.7132713766055236,0.8541425877512169,-2.1378767453991316,-0.49532143054603833,-0.05067236171463077,-0.007056719208535775,-2.5399273390764208,-0.06007202895605098,0.6930122040346429,0.13663235350712083,0.42895156838708914,-0.37463399456019764,-0.9721420741225689,-1.2743884347274026,-1.2346648144262689,0.7434418992838498,-0.19672961318191495,-0.7128049365397977,0.7249816782531294,0.01045385497860472,1.0336895122534118,-0.32713006842573156,-0.9970259154029874,-0.16357649923101872,0.951969056256297],[0.4566816159647677,0.3473866706999652,-0.37022209474321627,-0.9510565695184068,-0.21697107122223286,-0.30303295993671464,-0.4166024215644061,1.0124928051254907,-0.5768365832574992,-0.5667167576607695,0.8249603025998467,0.653827478061454,0.6879253743142741,-0.3542850142210758,-1.7986135919286255,-0.2452289570513067,0.1055869760988247,-0.9065854441034776,-0.20483428491308633,-0.6780135662633398,1.0395463546796615,-1.4136706049340921,-0.8187491630763564,0.0676933444438179,0.8980742208629927,-2.3290745327829194,-0.5024094732925488,-0.23391268467680845,-0.2545663838866509,-0.4049211961192236,0.6266699321806227,-1.0094452770032107,0.8593082946307363,0.7927219738226313,0.7080387629881918,0.9706372663693595,-0.05282568598420258,0.25129499464380595,0.28975210256330564,0.7037475197505528,0.6766821606781226,-0.6708993189821123,-0.6620764999952996,-0.22999060580047836,-0.12860987510328117,0.7701138654740864,-1.5466793151829683,0.7748210921896423,-0.5112130254470814,0.4374406539307812],[-1.3073228631277711,-0.2799203685221252,0.7214136023639609,-1.8414620429674353,0.22026288432923824,0.47258264176980597,-0.37275003768304926,-0.5987721761914155,-0.7419821600366182,0.6275816361808624,-0.5737541727255273,0.42087550250848876,-2.2186469859167928,0.477549412902238,-1.3754533720510316,0.8081594241050545,0.21624945807956766,-0.31944418555549214,-0.004339774001346928,0.7056037320879364,0.6197012987913815,-0.5121347647971092,0.8151167457384271,-0.29917011854426373,0.7492141409083763,-0.501890967748369,-1.0154666011455893,0.11877170637481586,-0.35058925227242443,-0.8280046454337253,0.1148617410147185,0.39169739204869836,0.6676617514190198,-2.3854525268704183,-1.9034475264556245,0.19163798530003037,1.0495429263146796,0.9090998434750248,-0.06884788154625977,-1.5158537153781504,-1.6017768854392322,0.6223152534141582,-2.018103111246567,-0.32873316852417594,-0.9393519929767935,-1.3558449818795912,-0.20689531619753848,-3.0381220049181215,0.9546414847794565,0.828181732844955],[0.5582808356592268,0.7879783365310005,-0.06318457507051134,-0.5287238596727603,-0.04033807960197413,0.16788947747316252,-1.2538805188414415,-0.05288785120569722,0.6052165439162215,0.9430036180567084,0.4507798970458549,-0.291647334117734,0.21684025580452823,-1.3080735198833149,-0.6893079398802601,0.005459745787386875,-1.168582849827866,0.8133504827072561,0.716078789521911,1.0028956514693967,-1.3161388536169814,-1.0421130952872744,0.5850999274584883,-0.5469945382618246,-0.5050452776094331,-0.0456701863496218,-0.2663014676462944,0.37203136473775744,-1.8372957441380922,-0.33333212916795707,0.6771583231375025,0.3746406097400663,-0.7003143008604157,-0.7476553949129339,0.3713659684602512,-0.4814938729458551,0.5774691797997373,0.0388888338291854,0.1960174806544009,-2.2572405187202778,-1.9466713932471147,0.1722508847195438,-2.8723707592599177,-0.3626615955107206,0.06464244805115762,0.31209353255601435,-0.3089027809679469,0.4786991440359493,-0.9456303815301043,0.1823766260661766],[-0.8021038938070452,-0.6228912407932445,-0.5535816625417816,-1.3183297465720714,-0.0007400181448967266,-0.2870550183167629,0.0694493023570968,-0.04639366547491135,-0.22544237731391187,0.9313508857556528,0.891604149732814,-0.15512604699700505,0.19476443577083072,-0.3934237228501457,-0.8086631300471382,-0.902290300380593,-1.0853318293642438,-0.033705499899320764,0.2563120555142773,-0.6765343907392203,0.7764054359254058,-1.5804993312035296,-1.4313754033587103,0.25437426481038683,0.3000382857549712,-1.207753672059049,-0.6569096120282508,-0.49653927475250986,0.6222723427636063,0.8260173267103453,-0.32899454857005883,-0.7553355695640515,-0.6518528113998103,-1.0096689430643881,0.46494209996754265,0.3045888053530013,-0.352149036857633,0.16339442123085657,-0.8341836011046985,-0.47145057952134484,-0.5981763935904126,-0.26777157199127466,0.135361051703535,-0.5005879669245463,-0.5624525634991979,0.21743986673780377,0.24067441051518038,0.6829062459716507,-0.09603849810605641,0.3568951562364429],[-0.0045846732477149025,-0.18159524690730378,0.07546738062875621,0.009726994400945915,0.4786897186627833,0.40871818833136775,0.6926551472801898,-0.31295358902328146,-1.615405030704573,-1.1067812347455743,-0.4547647252204991,-0.7018535087383565,0.2662745690576283,-0.07040020450803178,-0.19892995872486566,-0.1097549427927215,0.29120126680756486,-2.554747602511475,-0.42077966346724777,0.7142610843680367,0.06711073431014805,-0.4454609994272639,-1.638878246447994,-0.3535549626916161,-2.648065823692926,0.008733836341185663,-0.3510455605785534,-1.3751662758920147,-0.24425386603653906,0.646186420089839,0.035759850834210245,0.5696814429482265,-0.8661906089775134,-0.601460386180393,0.3618916725642032,-0.012387885972187002,-0.2302504562802246,0.7071204918279418,0.6706189244158113,0.4644356372848649,-1.247257542456767,-1.769512561440587,-0.9046928631451062,-0.1364690051622867,-0.3031082258641787,0.2513925697248785,1.5147445973091935,0.26573536684685417,0.39679270162856994,0.49144783881950055]],[[-0.8682920095403306,-1.156195829266864,0.8321650798052148,-1.499493066643173,0.5171847998483661,-1.5003414710595666,-0.2910922904156211,0.4264763271563761,-0.4585173747605778,0.7490853347074699,0.8665190154202923,-1.005900143854567,0.2903744292579737,-1.0822867838650139,0.7801741911014056,-0.46502267958970456,-0.7445758391820848,-1.1598332137836087,-0.5521948446881934,-1.5825794425831676,1.157935312537968,0.7051546579132012,0.3118432575150123,-0.2792834704954981,0.2689151165939959,-0.8807838833798044,0.10563980667278687,0.7247256849965302,-0.6690547993456393,-2.0131146353653273,-1.2627763387025535],[0.1824383546853218,0.16411108230890092,-0.612157388301278,0.11840923415606824,0.30573706977037585,-1.1618942477739262,0.9000395209003085,-1.048832589084572,-0.6882024602089373,-0.4257395529827666,-1.822888436524839,-2.459852282194128,-0.5959911849817107,0.14587034627534168,-0.012991460042614977,-0.7900159181322703,-0.6177103450442111,-0.047965610692970236,-0.381756996713042,-0.8646961446908886,-1.6090047655422943,-0.2960298745853247,-1.4053496995999046,0.35742519129351,0.3048237290287611,-0.8361221935207004,-1.7283295176349172,0.263324218913127,-2.296164569336158,-2.3629185225478833,-1.6218631053144659],[0.031665490944698,-0.7090757923718732,-1.3821099036903266,-0.5212674338385503,0.36323954198474734,-1.8949069596971122,-0.5662112126451242,-0.0031932628094598916,-0.46466590047597045,0.04755808369161494,-2.046363275922508,-0.7579038781076927,-0.09821197571102248,0.8866561683325488,0.5171751752298464,0.9675187598467356,-0.7486932797291201,1.0240058907967264,-0.6481274000391833,-1.5499627645490226,-0.0919403505860778,0.7380147070992068,-0.8361932643458109,1.0124913648059055,1.6074329178471551,0.1089404925803852,-1.035559908068648,-0.21580903223230588,-0.8782438076012146,0.9061888853328603,0.0850668239492888],[-1.1008608942349516,0.14949184497628806,0.02150938183604131,-1.3937134872520929,0.02295413535240085,1.5200318229105152,-0.4171444366280595,-1.359196921292565,1.1745174940846959,-1.1554617976634611,-0.36786101658745446,0.7928655774453046,-0.3086584606786198,-0.21761612271445618,-0.26408600364421747,1.051185423186483,-0.7142528230834118,-0.9748615431462285,-1.470200976246224,-1.0938265360904555,-1.9806754791522898,1.0174962760372575,0.016025397277554216,-1.5030147378830447,-0.6765975883126623,-1.1967741741640288,-0.9865590113015016,-1.706041488646146,0.8793848954139426,-0.850402794376304,-0.46241217763410813],[-0.7040708724307917,-0.2439290966855843,0.2863374020164889,-0.4022278378363098,-0.8344030970175267,-0.29340466563065454,0.3913256871236706,-0.12717561044819278,-0.5312607259129078,-1.072909428448259,0.5185082489893391,-0.0614112759751295,-1.4046774955558712,-0.47444500839116865,-0.21310581291273728,0.6746292743463915,0.0322245451641115,-1.763506543787535,-0.5228330201364678,-0.05198418925341931,-0.3405595429181284,-0.5259203232724428,0.5664459382308784,0.24372517202971467,-1.1616939651775533,0.363884590166559,-0.15332900434787464,0.12265631150225116,0.1580571486901438,-0.4506153239416111,-0.9071857176936882],[-0.7476031414871158,0.92179947278573,-0.26012851834904605,-0.031007279112420662,0.04370668179417253,0.48137984755598107,-0.5553894431171439,-0.2913956198899265,-1.0749000116989715,0.34014095441627135,0.3556540863975898,0.7131058663221927,-0.7891077969171493,-1.35704880742188,-0.7114237561504806,0.0856147923836853,-1.5960821804526968,-1.1161710780746987,-0.6872009476295975,0.35917690060435764,-1.889821734747003,-0.06350543619897826,-1.9755400330261912,-1.644959759087969,-2.244773956925715,0.3210346354349703,-0.08152040566006229,0.2679877311610288,-1.0082938911167143,0.04346805426020162,-1.620049161476562],[0.6640493986623567,-0.43111233910523417,-0.88201179046275,-0.6832234373719408,-0.36156761803292475,0.18739883952728006,-1.416298576092176,-1.473480929364642,-0.031857521649132456,0.6697149340277938,-0.24921923683737093,-0.5090081223546901,-1.5414629945093594,0.3390197498688353,0.18653431057500108,-2.270799083339046,0.5473109435950849,0.04497457971722559,-0.34076973815757716,-0.4440717669235823,0.7210709323160936,-1.467142903422824,-1.5976966163263469,-2.1485342893530883,-0.580811311148294,-1.2146563951208256,-1.501131268008786,0.2852826198699283,-0.24875071731384987,-0.5792146916436651,-0.21954832854493836],[0.5782405996628601,1.0266297421273383,-0.07636209189149294,0.05683448755805739,-0.7445765564840131,0.02654831010437501,-1.7061674268261353,-0.5899954960162221,0.08150148071376047,0.7325984258679445,-0.3748603138851497,0.293821849673903,0.2797696694151585,-0.9307084931606882,0.9948975413657895,1.437298288256037,-0.0216144568494835,0.896097619216011,0.676791780386951,0.2051269026662024,-1.3038504101427175,-0.8551235038029813,0.13029521124001622,0.1500427172497924,-1.9446630113746983,-0.8302370400326464,-0.4925866706397888,-1.4608071369277833,0.5033935600591072,-0.3320257596064587,-0.9015711911782031],[-0.1361900006481259,-0.9114612569742584,-1.0873588103782252,0.47259860279521054,-1.322438583558084,-1.2246103808671633,0.5636160201312189,0.3835361954154391,1.54184324985522,0.33760406979821916,1.3390727896310453,-0.4747836768598102,0.5885038494889395,-0.10332347266175344,-0.12181757047980954,-0.4184456678713861,-1.07424100201602,-1.8930078105619208,0.9717160190603575,-0.25823321855973086,-0.923737689566343,-0.5694185787094459,-0.029292668102757373,0.5321098090095341,-0.6500224974242216,-1.1480952869264183,-0.5170301828471573,-0.44867741028900576,0.08702077993447135,-1.221857520904818,0.529381620712857],[-1.490506838226431,-0.1173517969150206,-0.43076681129134314,0.607316972339336,-0.7466138002237839,-1.0027167288019552,0.31598335794024984,0.12828604173824076,-0.20953550675795526,0.8329488517167613,-1.0960783544566386,0.14635513679181453,-1.7382591759481156,-1.403480954403418,-0.7789339462568975,-0.41219181182170994,0.7848832563295655,-0.4125765081829466,-0.11907822574468897,-1.2819663931697143,-1.1811094292484428,0.3700678011710128,-0.41068105073440353,-1.0313548879186898,0.41195854513324515,0.16218816481209333,0.9573281924870258,-0.7887309787666678,0.7417361396355064,0.8163129202234923,-0.20086293960563173],[0.7421143355787276,-1.7220610959411948,0.11540962263289782,-0.27548193784932745,-0.13910675419417987,0.42174614196768206,0.7513413593278663,0.3725476571018741,0.5968474505749198,0.7727908271155615,-1.3904957882034625,-0.5746598647347494,0.5473809879599719,-1.6550266344853795,-1.0189670014573073,-0.3750783715054722,0.5046953473928187,-1.105267126803295,-0.4776370867117384,-1.0755841362796004,0.1679646786067226,-0.4966486908364948,0.5096667651699814,-2.123574385061674,-0.18652781086129902,-1.4995126519624737,-1.6813641384832447,-0.2936810116855713,-1.1273339894708165,-1.4078027294911732,-0.4839656969343966],[-0.8551576678059943,-1.7720436932556696,-1.503672706617455,-0.463370130536298,-0.2727794263293626,0.9598607151387916,-1.561478357823337,-0.7631378613298733,-0.9825909774875634,0.6255820605201498,0.11957025681258561,-0.9199396867252345,-1.7257424203284757,0.5442275601171778,-0.8775610180928299,-0.0655761793393997,-0.889359015283662,0.23278841816442686,0.20132782081465014,-1.2363731897785935,1.0835294930742085,0.328239172405606,0.7270553397930174,-0.286819898969671,0.8503491582994693,-1.5079784245144456,0.2948813449479508,-0.805448305170241,-1.1129604295493238,-2.449971222811629,0.34246784692183546],[-0.7478226539895433,-0.8862244425163583,0.07010171981423356,-1.5827419390955104,0.17256389809713246,-0.6191571990403043,0.6650176695111696,-0.5795116590371577,-0.9779647431861758,-1.670930783558293,-0.0748264113622983,0.09983723078561939,-0.7762293781744521,-0.15523038722624524,0.31242850947209133,0.24426931949237113,-1.6386483157732903,0.8820484927455068,0.6882028689755731,-0.7630642621025131,0.4054098896793069,-0.6355556228305227,-1.9587342123491507,0.9646095231797464,-1.296001531777286,-0.3609245986031031,-0.12627695631442604,-0.422785901600955,-0.8234851632980072,0.5589985647356961,-0.6414600088188136],[-0.8070898817972411,-1.6750530935664485,-0.39172131204192684,-0.1265408511173646,-1.329660816207748,-0.6639406739755231,-0.9206033120009558,-1.78195337399944,-0.18526519641782324,-1.6725794941914307,-0.335804164797805,-1.4573097306265264,-1.3266015941192248,-0.5327181945892082,0.3786390637107438,-0.7228741161383204,0.33836550718766606,-1.1795613754403946,0.117086889876367,0.017598199722617097,0.5080102540595166,-0.27408336723423177,0.4238032865860218,-0.24398826172358043,-1.7966250435628814,-0.06298709139761509,-0.3993521305269895,-0.8517392648123695,0.5609974479698578,-1.878022496371851,0.407447405301181],[-0.26125332082252284,-1.4905207566694674,1.0520222822921526,-0.9493082735943725,-1.059082880224727,-0.6542883966561024,-0.18600246677130805,0.2724362603508817,-0.963485770986984,-1.2480473079974348,0.555282272784461,0.2735118434456478,0.3123295442452507,-1.226777980960001,-0.6086845341003382,-1.0362636253597663,0.1757590992395481,0.7088411562214016,-1.2047143388198371,-1.2644337904453082,0.8812386024299625,0.87451353221038,-0.7901089236872079,1.1458366996650966,1.0251969053763117,-0.017312656293793166,0.7079248677913046,-1.5431439431235696,0.2908548417657761,0.057488156551493,-1.4264828126488913],[-1.7549208247085604,-1.0854245674986198,-1.733975689644409,-0.030040175323948485,0.5651572855247434,-0.8278546177891861,0.31412219279051823,-0.7310893008929953,-0.8839305597276463,-0.9310980028272159,0.49364954822513496,-0.5725166903086857,-0.4736132096906259,-1.6559409261241793,-1.250240901454777,-0.29821622946091586,-1.7888973991773915,-0.4958023580513117,0.7268495392708441,0.48561642484731593,-1.5211294381934146,-0.21475572625449132,0.24574815385739324,-0.1612897589687876,-1.9836830893157649,0.1540119910529442,-1.8564995979777827,-0.15225923244778006,-0.5101359718063796,0.2458301203330585,-1.4961335303109455],[-1.4256815110423962,-1.1572082217791926,0.5486881507821922,-0.5640907135036531,-0.4323112238790061,0.6673355911084471,-1.338053606761691,-0.7341965182665984,-1.7136792988357012,-0.7243271144650238,-0.7055171473355906,-1.3834389569830268,0.8155599387066849,1.3144814676776744,-0.35208692514528306,-0.3148523707516841,-0.366171666137523,0.9113715442312844,-0.6311448895146787,-0.44861543627827843,-0.25418916537091457,0.09910370180786464,-0.662078521922327,-0.2872035333061201,-1.5947295813813076,-0.8704614295067763,-0.5970904495004113,-0.6407554739226206,0.8290724418422083,-0.04907243077063054,-1.5247459148122726],[0.7422952457219346,-0.48931200421669846,0.1412777233350522,-0.9913138571001858,-1.6692895002892723,-1.561090776844361,0.31114950468910346,0.2757740262166499,0.974362867380597,-1.6006229245161994,-1.8407693828575153,0.3939736953811053,0.25645305603709656,0.9811282665783686,0.36697495417063275,-1.4066753017195683,0.11981590252916709,0.2259774561662486,0.7804529959703432,-0.826134135382112,-0.13035709455302125,-1.0576443816744048,-0.5409084097218124,-1.5010379928363795,-0.902758156700622,-1.1013925888719946,-1.3509118946183996,0.24865964509309726,-0.6156238786056167,0.045236768970047074,-1.1279257957866526],[-1.3364094273894374,-1.425880239289196,0.7644045575260584,-0.6249362306367393,-1.1673714780551019,-1.2381673540292122,-0.5466321202863975,-0.08701352496364644,-1.384995076381399,0.2668968163581573,-0.317726667341488,1.0470288271655532,0.24956451295736015,-0.3367703098027136,0.16177706075850234,0.03373912340570265,0.05564315399884831,0.32719533516574756,-1.7029696527182316,-0.17107949776817408,0.38799139346870665,-1.904695016864779,-0.3696203854199219,0.5549281692134339,-1.0260565356784215,0.7383117776651192,-0.14573405699041392,-0.46620520689251205,-0.6937545445093749,1.012706347292857,-1.205508880833358],[-0.698467967715971,0.7345057434996628,-0.6663525533947844,-0.18848607859833394,-0.7649614759877907,-1.651756281561545,0.7438309349169979,0.8257048699128755,-1.3361896995302505,-0.23569289127225868,0.3406970099052901,1.3229116417804927,0.44972136324038936,-1.0891933716578244,0.7066616671559559,-0.006732722069408313,0.3542226213455372,-0.638506871509981,-1.8568497976295317,0.34752363885531823,0.27619026799627494,-0.25847974920598366,-1.1637746286207784,0.4699863563922272,-0.29869344714121676,-0.6229766538306458,-0.38637663362847413,-0.8016099886112685,0.8568216284662703,-0.09775577611884052,0.17370960463871224],[-0.5496228612892349,-1.670819285872443,0.18095729959925735,0.03200333441009303,-0.4714733091419377,-0.8075713596671142,-1.5686560049208393,-0.8580423920136986,-0.17510878619914388,-0.7083219984511725,0.005169426440462141,-0.24879505502573193,0.7821851983088006,-1.494996814954736,-0.5268748196212473,-0.8152305792604737,-0.30642170860274487,0.6550472949660724,0.9257834063969277,0.875811342847073,-0.31450409491650516,-0.9561376874102893,0.9497891473540833,-1.8102377180217482,1.112650093618049,0.39314512906803445,-0.681308695106106,-0.7140888593293837,-1.076464987125016,-0.24250955994029952,0.5159923055577289],[0.15151704739536379,0.30133950678992344,-1.2612624644409,-0.3369220186807499,-0.807488677447777,-1.03133403210227,0.7125478722772495,-1.3471276306929578,-0.22661302772394046,0.38526812917659276,-0.19635596703206118,-0.5342484802906737,-2.6032233128628546,-1.0499303277568477,-0.32002511980126874,-1.0863415824638873,-1.7510502327774633,1.0048843908600933,-2.335896031954959,-0.47507590338497707,0.22384459912268678,-0.0710250937400794,0.5387206152939241,-0.6060658799966026,-0.16451328010349897,-0.8192637670102162,0.9784749225680558,-0.011575959739060542,0.5434499205738699,-1.2859350975632258,-1.7753266461004968],[0.9283608960286784,0.5862176584037326,-0.6403554476744115,-0.5054951717748492,-1.6234922810133279,-0.5201085153652548,0.4709024668400767,-0.4330630008196344,-0.49453206730040034,0.5822633010559626,0.34034993217504994,-1.0814833734285847,-1.0201348896472575,-1.5964259255453503,-1.943390757659148,0.5605003305708158,-0.6833252853522452,-1.111067607703846,-2.246865768277638,-0.4061240706653283,-0.7355492386335485,0.23954742485643524,-0.24490779022166287,-1.5750601859697702,0.9411819774248299,0.31223756801552893,-1.5165648486042924,-1.5056710964242566,0.30949544927248207,-0.6718087209763636,-1.3347739654390365],[0.5545868472656478,-1.889697261280556,0.18783679364718658,-0.3068095658612897,-0.09956237110128592,-1.8162894764150115,-1.4621732181410345,-0.30319143687837585,0.2702657895899084,0.6348458013965882,-1.339841983349741,-1.2113800457791966,-0.9260558697111855,-0.7975217583448972,0.7701357160202724,0.21180348555958478,0.2747704714882445,-0.6693878458486022,-0.5569007768857579,-1.3034754452658779,0.19596844316732992,-0.8073850247865868,-1.5327916715957044,0.07097608606911718,-1.373917096624666,0.7697622304440688,0.40137781116721566,0.6560434710735581,-0.859949278179948,-0.07835140052962727,-0.6648960640902745],[-0.9078120474200473,0.6413478695100384,-1.0553973330887374,-0.6736008557599166,-1.8065874706580995,-0.4670215446665281,-1.3225311526283896,0.04785786468028239,-0.00995946423024133,-0.3769889055786871,-1.883634928868948,-0.13117732910193766,-0.05630385162404853,-0.3120449492069282,-1.8127708913489902,-1.8785095000660794,0.6579194069955971,-0.21013339149450072,-0.8203301577080416,-0.7661080470066686,0.32308640747491757,0.5627379012876587,-1.587453086243606,-0.046578066370705225,-0.4486177280294689,0.369787726112424,-0.9535786880459021,0.16627372760284959,-0.9170272548064196,-0.8146409033670573,-0.7148394522847787],[-0.5378005194901395,0.2325813287308921,-1.4831216586306337,-0.9781667928921691,-1.4258292876379388,0.15595399151149794,-0.6720156670183565,0.764606860838688,0.3381905039460621,-1.4719877067477902,0.8247378710490824,1.3422979448211334,0.5230531326329091,-0.38427556901420995,-0.1870466379957587,-0.8535892943740604,0.328854600650634,0.03358766767006454,-2.011570194559524,0.4954945752965441,-0.6889243850893932,0.119104272958982,-1.2088706457847573,-0.6170387154073392,0.8518354564731151,-0.6403285778648287,-0.2294385348340002,-1.0713380444883753,-1.5467326373448478,-2.0653557407783927,-0.8131442814698021],[0.11848470849593587,-1.2103480539939717,0.9357155154891932,-1.9955423578637332,0.038522593249625696,0.607090146726452,-1.591904113197316,-0.10217150547653682,-1.0131256262544248,-0.42850607424940385,-0.945675034027312,0.47823331650188416,-0.1441879551898765,-0.9177315514037172,-1.5187108408796022,-0.8961174450405588,0.27952604706434425,-2.1752934174579193,-1.0192908815524329,0.2966742139947722,0.4464092266364399,-0.7511578351646427,0.698245088987677,-0.1605625819498297,-0.878683268470531,-0.1327216836844193,-0.0065817979589160615,-0.0865297042399837,-1.688415403003867,-2.0947080437064365,-0.787727904535375],[-0.788282036393029,-0.8519161567286936,-1.5374577875037734,0.392591456159433,-1.48007690697629,0.5730781249040239,-0.18031678600744525,0.601209226579676,-0.9753945660880562,-1.726935182814358,-0.14668128178291617,-2.203274645620349,-1.1042254416820492,-0.8114326587724152,-0.11075252559481549,1.0575894455327817,-1.7651021021860023,-0.6576820918173557,0.3333340153683536,-1.3183769120065174,-0.7491023347075179,-1.804203369163133,0.016288951482704064,-1.7505792845760342,-0.05915989731890102,-0.8183492385783191,0.2800944963223986,-0.91706808551732,0.748930751147589,0.060575420702845786,0.020324181899980073],[-0.5544450416764725,-0.24746306181996094,-1.7542779038520888,0.19465531785857798,0.3666715225479977,-1.3399686409898277,0.872732339071794,-1.958647656417474,-1.1326710675588154,-0.9111334529991288,0.008155711539700974,-0.9543613707787889,-1.6958275606139532,-0.6717067893166724,-1.5429986222606151,-0.9121880952603267,-0.2247962875281048,-1.1676532476623844,-0.467579202976679,1.3151223962983882,0.39072904398693914,0.1387798390497251,-0.6431575107778703,-0.06338101149609937,-0.8770927080495077,-0.5429657377207627,-0.5967605447988146,-0.5054952197248564,-1.9071162706015454,-1.163008091799419,-0.23637182316227404],[-0.8469518656507367,-0.15384483595872464,0.21573069796418132,0.3443467077960901,-0.07065901177945814,-0.7699550710600397,-1.1453180229948345,-0.537623943314199,0.19621671823450534,0.1667981724956055,0.8805699640948459,-1.2458598911911594,0.1984313968362019,-0.6776820887993271,0.48479015877488746,0.5508059495016568,-0.1815882882695183,-2.0116192303497287,0.6068594943670133,0.9571301663373197,0.389293176017747,-0.18713500399054112,-0.5003152332049892,-0.3621370736390999,-0.018059571504700365,-1.1528389809338195,0.4004945415356007,-1.474482254424044,0.10137543550924309,1.066949203212908,-0.013805707348482639],[-1.4943216002030624,0.33490091458793464,-0.830632542016419,-0.1639270315416631,0.43966766537002483,0.32785357154306977,-0.5436321212157669,-0.7754090955745059,-0.18374600972999452,-1.8682009063616825,-1.2044778800534188,-1.5704937994964019,-1.5108462635454591,-0.3227161364378869,-1.3951387972219558,-0.6836973566971575,0.12445597360949294,0.31462574443571895,-0.7842743917428735,-0.4207718196950789,-1.4272070300094402,0.5105097251467662,-1.0077013566376423,-0.5827680029209593,-1.7310988526750934,-0.20984255575954308,-0.19631291636970147,-1.6906031790328315,-0.8045508658962087,0.5405612227207868,-0.004508537338007058],[-1.3985369907156566,-0.31586136691870564,1.203445275369271,0.18987095316211006,-0.3671394352687902,-0.7780310177739734,-1.2819635329391554,-1.3436782724432192,0.46608400174569486,0.10732821816732128,1.2221909567840907,-2.6211754273494825,-1.4257752119259948,-1.5752486240789265,-0.2756205325657332,0.32556794318269733,-0.2799775476086725,0.13888073603015616,-2.107097998701941,1.375445234493379,-0.41244290848510756,-1.6129171502483206,-0.8897974658344524,0.37707620735404607,-0.6365815449891666,-1.7820174537107856,-1.0690428061010784,-0.6476778495520092,-1.0397791464508035,0.12077782321474802,0.6703692015427918],[-0.3688322789168423,-0.21445450858309456,1.3401409511771216,-0.4081477022301339,-1.3414762696906437,-1.8027557106235423,-1.171406552725984,-1.1467105422337927,-0.8822623956358212,-0.007241221546899153,0.25066841243391397,0.4114761820775314,0.2983729875977155,-1.7333312258804012,-0.9961900002516351,-0.3504325363269129,-2.0621209189883296,-1.31889998906678,-0.11956005030158634,-1.7935187827109729,-0.9736790863258605,-0.5792713003129336,-0.13809957147006716,1.0944822592527108,0.7175713889762038,-0.31037088138541813,-0.7258035893593507,-1.4115917014420143,-0.549256647998563,-0.7209326556936619,-1.863388873869341],[-1.396107393782832,0.10631901045660956,-0.6021012547160949,-1.7466135852546771,-0.3015573510762904,-0.9099914289202243,-1.5950197354946447,0.1808603827024833,-0.3065552036764134,0.1386584192508771,-2.265023662793893,-0.1201633059463295,0.485031558703066,0.5077949824841799,-1.8686069567834949,0.7642569827933838,-0.7118302525732769,-0.9378168913065613,-0.7940879419196801,0.4580307466499233,-0.5711667378035679,-1.8813613576401804,-1.1535820672214627,0.9654553389798068,-0.41483731411160574,-1.1814726975419372,0.5757362673535136,-0.12375962073528662,-0.3903745770043985,0.15215471510507833,0.5778011207572942],[0.7318753617777777,-0.6283904150894315,-1.2258591369017644,-1.9211576174249527,0.4498585657456806,-2.5393561296322558,-0.7604753032191889,-1.2297220983800945,-1.5667079626803513,-0.26706453524642304,0.26541716676091615,0.29946444211828416,-0.1831590039835268,0.768056361505949,-1.7857795263445968,-0.2755866918207602,0.10185737242459066,0.13871251731633133,0.7984207838756894,-0.1616214734242753,-0.6827812598575771,-0.2199425487074732,0.8082695744661709,-0.6563933988471683,-0.8898713289203936,-1.6418560554727526,-0.2894673319036326,-1.9230540676985604,-0.8766881238195453,-1.021916714233637,-1.6389465364185776],[0.11827475101495909,0.9310902901499085,-1.9891582486441122,0.023681644614296653,-0.7255248836181261,-0.4320046247486529,-0.18014687249296127,-0.5307181406438395,0.4765122713299024,-0.042814077631880804,-1.9133188826429264,-1.0769960764276003,-0.15549746802575032,-0.8818239055566394,-1.7089812449669441,-1.9336025292424432,-0.013973207040085582,-0.114717519633239,-0.2564089907852992,-0.8704027543373235,-1.0540561248930036,-0.945405841844985,-0.6272334786860249,-0.6510199741272918,-1.5681244381217556,-0.093506161057954,-0.5561329434837692,-0.8135657369803851,0.8227845721883589,-1.3066243955392958,0.11308580320698049],[-1.5093758724675104,0.38504172036569967,-1.7804058072083475,0.6806565890340079,-1.2933375948006685,-1.0834421299652879,-0.45318381974041333,0.6721501683321877,-0.5875803950133909,-0.5558774045511686,-0.9650753421765587,0.4837763156743515,-2.0726358302381898,1.5681640680986924,-0.08659136873693703,-0.9183837136253685,-0.7981743756694869,-1.0433448560960923,-0.6860927940082374,-2.2831930222414765,-0.756685380168061,-1.2153478865065988,0.46229391374566925,-0.6952363346116978,0.22191810837221618,-1.4913844223506831,-0.3065268360061555,-0.506748639046376,-1.8388953815855993,-0.15434026031602752,-0.26718003481958563],[0.34039579687303034,-2.12855187638985,0.32334210978806244,1.0811505769297873,-0.6760519002204403,1.0596109648307208,1.0848366939331013,0.1883230893563435,-0.4642893192803743,0.9364012955585108,-0.649302898870038,-0.5564292751113519,0.6094483961713242,-1.2266459204202516,0.12372067042046028,-1.908351210160875,-1.4855267239182255,-0.7511026742802142,-0.02939557658807085,-0.022830736005472124,-0.1770699292457457,-1.7492709574939211,-0.6833476338605974,-0.45247271201614,-0.02920585982678129,1.0800742701418744,-0.5900500416761886,-1.3134653544071926,-1.3292858789533428,-0.08214498226153341,-0.5101386853063746],[0.21105409090966776,-1.58087425573148,-0.8165643374204747,-0.9624136543125044,0.1973145232157728,-0.7202600364407302,0.05364272138122187,-0.27715768675187336,1.0085982299853355,-1.6936225817879629,0.13848712384515036,-1.6558706072445522,-0.6314644987331227,0.4834895436512603,-0.39471714930763935,-0.63579636548043,-1.2786465573561394,-0.740898938553588,-0.9624898976725961,-1.3973019634680253,-0.39638817645239127,0.6538305459694771,-0.5246388570963818,-0.7084435834443183,-0.32407857156514097,-1.5447149975061794,0.06902850116092003,-1.4287516346784421,-0.7922071944376751,-1.4243398799568388,0.057666095632136906],[-0.5348767056499477,0.4464651652361422,-1.4283083100018095,-1.622464503230564,0.29479439717269873,-0.8613295018087921,-1.0154117701772094,-1.8321602923301339,-1.1456414702019642,-1.2780900793888659,-0.6300429852049987,-0.9007562021255163,0.23236749566180176,-0.04899268408396922,-1.0020323443933399,-0.5446678254745001,-0.4656015205566857,-0.9631885090653092,0.6739395422974724,-1.0162414547796423,-1.3045889863702411,0.30466783883936494,-0.9002923819125384,-1.858219213228072,0.6703265470018335,-0.021654753583285388,0.016294883306835223,0.4295683335383656,0.5178090826533571,0.8294288666605224,1.0866715881330773],[-1.3799820836283676,0.05436974100237314,0.17837142222873004,-1.574802891622577,-0.9220855105360765,1.5246233955886772,-0.17887177163593407,-0.9455828542373244,-1.9358756840399403,0.2664764080309749,0.655608680667204,0.44683094812675916,0.2687305281903121,-0.1694784028822068,0.6908898931319987,-0.5182925984323653,-1.1666023361562219,-0.567301134697097,-0.18372808935265006,0.2345729469095995,-1.1602240759930935,0.9626353873555731,-1.6707759428328521,0.5342920236260863,0.8276636876920992,0.08429894721076203,-0.04492660545631847,0.05913632213570866,-0.7036666979290297,0.6646581080344567,-0.06942857042822068],[-0.23853398971835574,0.5476572909803781,-1.1932654834072525,1.2020232735090242,-1.1280922311712682,0.4651056208035359,-0.4857235691705925,0.863354178542246,-1.514345307985384,0.03701122049220185,-1.2621460150297734,0.32683416368999807,-0.006391871022047949,-1.5863696821082514,-0.08038515427578401,-1.9650597082296293,0.05164453258757442,0.8743645009549502,-0.09973154003495935,-1.9910867320115635,-0.011514582955246936,0.6574295910154531,0.4276930731271054,-0.8967426772542031,-0.37689994915139086,-0.7310289012238745,-1.3628275085100148,0.7471659917599971,0.07169284440162248,0.7136768439328931,0.5385381594216069],[-0.36967404071604903,1.055844734007938,-0.5656277444688481,-1.6498049297546857,-1.2361912033583946,0.2084808806074548,-0.43579327153867353,-1.9800424401754722,-1.512109160812556,-1.7507219793507016,-1.5430407445513576,-1.151355834582075,0.8544374448218014,0.7401094404760702,-0.2505176404213067,0.403013664202304,-0.13933585382292268,-1.4617971093424644,-1.3389505230157606,-0.2014252534416605,-1.4450465795179979,-1.5257516293603615,0.5404376289329579,-0.8356395987742452,0.8534904800829634,-0.0641686122268365,0.03473278822670701,-1.5329045897182132,-1.1502543550489461,0.2420131278751166,0.029373278404300623],[0.26754122859618457,-2.2455989915634014,-0.9107916002640487,-0.6040457533235181,-0.9221104439591843,0.6226749415991036,-1.587427392894128,0.12055980506520048,0.6076966509389776,-0.17609132093916469,0.32929786219993595,1.7728966587885442,-0.015646381920512563,-1.0891522587386033,-0.6193408551066275,-1.6015268164947267,-1.2877555814933408,-0.1319866425869059,0.08664646325737499,0.06497669787544355,0.7010962445839631,-0.7730494001173817,-1.8092525602329166,0.3051065945029216,-1.7160775157811141,-0.25096848252886483,0.644124062931275,-0.6661448151843808,0.061418463872025465,-0.7158146063545583,0.019549511505304585],[-0.11692545888295179,0.051839989253431966,1.6210122146952324,-0.7456680928108876,0.20930230033903469,-0.45990478784973504,-1.800929348851132,-1.1475383431037476,-1.199290976991274,-1.4773667085142168,-1.6883956409662322,-1.4004962377891028,-0.7907646677324078,-0.6074869668481325,-0.5370549330150308,-1.3816951141239586,0.3445031284482938,-0.3022493720879184,1.1281093445445007,0.198084322964865,-0.5913165115847879,0.08832660720255445,-1.837850430295233,-0.327630007470216,-0.8428940784477807,-1.7644337455307901,-1.700930848356052,0.0727369048839066,0.3348812834307863,-1.2274606855285826,-0.5260990860518534],[-1.6700870638603957,-1.1963294451182669,-1.2193914080340054,-1.0668327015601469,-0.6950922475888784,-0.6095261383432922,-0.6283891548997413,0.3629133992462789,0.24655104643875653,-0.7071015309480599,-1.9892313103924602,1.4248952888304172,0.06911305891167614,-0.24743771783036667,-0.7593142064494212,-0.6536829564255769,-2.0536885782076015,0.5601125096494177,0.32172975823890443,-0.6496742265052666,-1.6735229078157228,-1.0594416825644444,0.5289068312244931,-0.3192215650380404,-0.3595980141390825,0.13155475337454317,-1.0085878361713259,0.9232620283315913,-0.06534914871957724,-0.369877549484548,0.5235742319301537],[-0.9738950136320602,0.22772488848949782,-1.1750396443243505,0.4283624362210993,0.49568245461315696,-0.6245587120634366,-1.009844967805595,-0.48670084469469044,-1.639714397235018,-0.17051421096959005,0.029205182862773314,-0.08637612583077138,0.4518942063148487,-1.6225289810095374,0.8524942425030149,-1.853040412847288,0.36933159571178675,0.23021579546343754,-1.8975598297416532,-1.5008057816348277,-0.4241526719886274,-1.0554505358190254,0.2125124350260268,-0.40037628317847496,0.3373979821305794,-0.680024604094567,-0.07217001921555868,0.041872231445766246,1.073364166100432,1.3882078016871477,0.6123884136402319],[-0.22516264365669808,-0.8490141701292491,0.23826411367221637,-1.655066027885946,-0.7554574182625639,0.35643766727683546,-0.28142011646066134,1.045963170814357,-0.5395573682783613,-0.8500742420524219,-0.05407757023820139,-1.097458754261529,-1.2041699661867933,1.089809941853368,-0.6804051748847941,1.1637269915045625,-1.4146476628302647,-1.5928564399748826,0.7164226482440366,-0.598429250964871,-1.1112044332160613,-1.897549103909022,-0.42372788711448334,-1.5051778734206118,0.24338477274187914,0.5382880481565121,-1.2708296159022343,1.0201620106902318,0.45634412308171374,1.221117224683589,-1.23347474579499],[-0.9434610679677615,-0.9197693295148901,0.4888945102445083,0.0008225231595031992,-0.08034209294483244,0.9508276096805137,0.3444739357370285,-0.7953506224490997,-0.625030630055228,-0.8928120632082716,-0.08790903193828559,0.5206613980860186,-0.8421150806111773,-0.1719303552251062,0.39030505307391933,-0.5845897451590912,0.985878252242415,-0.6748679788157324,-1.6188741211071505,-0.4148764619423696,-0.5388440571121654,-1.3039033407430822,-0.4986037786463553,-1.3411808584860578,-2.3759633053535185,-0.12502775265949864,-0.1133726148278839,-0.0869181069211701,-1.319692365373818,0.18957331369715255,-0.4365259595729626],[0.25856697179435323,-1.357971773338931,0.8286909143928171,0.3030371318301979,0.7391988086665059,-0.6930004682202044,0.9023675769718801,-0.2459401927539829,0.5942984838336997,-1.6527073972997524,-1.074284082775083,-1.0350843805315855,0.743124010805793,0.27993014151439927,-1.0087488096798127,0.6002855170637585,-0.17300530823626126,-0.5462620744284178,-1.2236002797958214,-0.4813721298701357,-1.721707477932828,-0.43939963037935464,-0.472137868891995,1.0273193520718227,0.973407026466928,0.7229607847980363,-0.8084044384713052,-0.1600088732282765,-1.07372322295313,-0.7968076265031676,-1.2651040904247048]]],"Biases":[[[0.8155294415577775,-0.39603897793347526,-0.3918215069175892,-0.8045649194101958,-0.8177974658811146,0.6203015663261778,0.8578676291917817,-0.0030275352557662524,0.7249216294809159,0.40326487505014147,-0.3306766711596588,0.6537879441158982,-0.17783619550484478,-0.6870183304352077,0.3775962072160111,-0.791950034346584,0.1176053101238407,0.6992422362536042,0.852300206170641,-0.5266902215563661,0.06971062782798476,-0.48542901324246196,0.6114483073143253,0.8906006477953449,0.3339118469463388,0.21456971178895506,0.19512878629511926,-0.5955613491110205,0.34079782263617475,0.36672613130905674,-0.146563169159618,-0.3965102272761385,-0.37867001323056726,-0.35789617918928424,-0.17258858875917116,-0.6784436651637902,0.7411386755084532,-0.6174950729528319,0.9906143541648736,-0.24163735080819942,-0.7352022355679222,-0.6277540987202548,-0.4005447858027386,0.16724004030848305,-0.7594448626830032,0.5125476203986898,0.9161489911560081,0.7407806222562784,-0.2025715272563654,0.06154534266806209],[-0.5263800715727599,0.6841463274488481,1.0289478999813961,0.008384363751563388,0.1846415538705375,-1.0858748635732256,0.43966756031375137,-0.9545208699264833,0.8145161725478939,0.030126696426616723,-1.08207764944416,-0.583184820280381,0.7289037720076015,-0.9792054761582574,-1.049207947311479,-0.5764073889313235,0.9969506987263382,0.8802476241596756,0.6243953416215475,0.37840188325316837,-0.5891580829450064,-0.07080071883643746,-1.0899870481681928,-0.25705192863642223,-0.6276792047479876,-0.14346096921618803,-0.8326607715548913,-0.2928461722399706,0.6435990856972428,0.6896660759697243,0.9233649259318772,-0.3647579040537728,-0.24595322307065587,-0.7183492235848843,0.9050050587765234,0.6454505703000051,0.5040842547105281,-0.9192774842023144,-0.7169675599473787,0.010938168474457183,0.20086851994263596,-1.5116512979983165,0.05821096196279869,-0.0486172759381972,0.37382484130154237,0.820543672750373,-1.3387043404428158,0.14684038139441694,-0.12011389888692686,0.6695741255475033],[-0.912676376444547,0.014007777418575862,0.9673965145555309,-0.2252915975312411,-0.3858442947035784,-0.07023014076943138,0.4080734876055098,-1.536876017124201,0.7288861360782387,-1.4494617055314363,-0.7954041419204042,0.7004773627374249,0.06999528442114257,0.833221103226172,-0.27666865871426044,0.10926402101001613,0.3865617391787913,0.009842597126046022,-0.1428617510213415,-0.40863072238269277,-1.707062772398561,-0.004794711827018541,0.45744125040796263,-0.23876371334004487,0.31033032374675895,0.26016604560284934,0.28437588453985835,0.2576065993456085,0.5807556533003546,-0.6418578413335051,-0.6186811753417685,-0.0018773199811762827,-0.5261000169057697,0.5173363828384792,0.5480992538584939,-0.9285528726959444,-0.35708178209339747,0.3761769673861134,0.017443568676076927,0.14745896642881703,0.6725631728184952,-1.4756490464514622,0.3214023447303779,-0.738744642521642,0.5168622749066023,1.1071217140381773,-0.2716203390326484,1.9809747765668166,0.40426231713783256,0.11531360268683105],[-0.6164868244408065,-0.07258094657988107,0.24370341754175584,-0.13211226347898422,0.9112055322774446,0.5472531187098558,0.8004447561465358,0.06600550837098279,1.139603910651216,-1.944390262090136,-1.181024817983674,0.9938385308341465,0.529029885874985,-0.05103239299664422,-1.3907428595039266,1.0228877253504656,0.481890615909071,0.40525154418497195,0.18348938479628105,0.009880896279795087,-0.9057983848392496,0.36078611818340783,-1.2012674769401226,-0.344870581341241,0.3779401651120764,0.2314803104594073,-0.5650873262681443,0.7208263503919304,-0.4057724658977269,-0.13556527333289528,-0.2106316384742348,0.07648215567939817,1.3129839512891246,-0.7148161212169161,0.19231929286890825,-0.5965807301456743,0.3709792896799411,-0.5768381342430351,0.08381918607718486,0.6896049301542092,0.34787546240190725,-1.9077280360733855,0.33728140775970367,0.7236180628562425,0.13174131975465392,0.0849045353838894,-0.8421537153453009,1.6494233287340314,-0.020641012556883227,-0.0490042711163189],[0.2198700989993028,0.30805279990579165,-0.14235607082371335,-0.08920379772361269,-0.4497065744853293,0.7266822076677152,-1.336557703027887,-0.8507350269806251,0.11056745630248777,-0.9824217488171622,0.3985274156824766,-2.6888272579381085,-1.1503225562504538,-1.6340880333553263,-0.7651809892611283,0.6303676244435487,0.8366952224217975,0.9579082999949862,0.8079108357022533,0.20449198011057682,-0.2838587807979654,-3.3131534770594486,-0.1267812948838252,-0.4439799711970081,0.8605193537370341,0.206076244072664,0.6070473438135786,0.1498398790768165,-1.262157330615321,0.2056845292658197,-0.35768546466792017,-1.3575382019188083,0.3107760706726264,0.45715089286072985,0.40296864953137074,-0.5664075876014723,-2.546863452204501,0.1903246436219142,0.8269378409375382,0.2030197254495283,0.23260208823390932,-0.295214713604361,0.3551422039421273,0.47156696737245496,0.18300764092191518,0.6399585678054832,0.5567945608026788,-2.2211938034251304,0.8371765098806045,0.021185209383399694],[-0.017475365197204825,-1.0277609827630985,0.011927837213553697,-0.7356189084735238,-1.602159856434469,0.6410170367668719,-1.6919972371714533,0.4715943358528278,-0.640587498332415,-1.8979914708755736,0.8571610094650819,-0.06856290026073336,-0.29084777065998063,-0.10541507408595231,0.31717152637725515,0.4807851325789293,0.81330432821078,-0.47468201216491285,0.6412479975434109,0.3138065174220774,0.8924066668500535,-2.0494373394856424,-1.111741616481865,-0.322101880839206,0.10729890123733336,0.1213485827172809,-0.8376319304174606,0.16767725457154456,-0.014239146821425389,0.5252684338326994,-1.333800931352142,0.057639422286276866,0.8088212215577713,0.8150189531344794,-0.14855542035853958,0.17322804075425122,-1.4080081943742253,0.6080878768869364,-0.7695429696349785,0.15775363814283308,0.2128220781590507,-0.784861248272183,0.6208323968227837,0.863349852416096,-0.0597511869295069,-0.24905388269560536,0.27641797572990773,-0.9100930657222018,-1.3564617495452687,0.4609625763548633],[0.909833750066628,0.4227149750488026,0.36461881811995506,-0.19575688957689735,0.8375566886897308,-0.20474609964540005,0.20170049175420715,0.6368628746743962,-0.21216242590931833,-0.15610690228905266,-0.04309301538637675,-1.2212173932914627,-0.6321087323236745,0.2939610308612703,-0.7798694943352311,-0.21038388112031292,-0.28975235482723255,0.3848339835312139,-0.8067783775780382,0.41084594298640703,-0.9363965332796796,0.08262937354368222,-2.8835908723788717,0.0438434453323432,-2.2636381544795046,0.4717734108188912,-0.488692565911315,-0.22373171160143746,-1.47925410067348,0.9880394097013663,-1.1690011068464221,0.04572020638188186,-0.45829496310292867,-2.54029728172435,-2.1782180495340224,-1.9403118259004315,0.7830686822513351,0.9246412382517468,-0.13860445813673844,-0.6846668270694277,0.5265980422961338,-0.26637943251974294,0.22952818384235546,-0.21031800914013443,0.5049946314298573,-0.2953094129733256,0.35442892659466657,-1.058709486835467,0.7666536193159662,-0.39041029034294117],[-0.3459011358016506,-0.15617991614743076,0.11593871313664703,-0.16666221042091625,0.9229129986533198,-0.6473821795599736,-0.8655979945948604,-0.5484444913760729,-0.7006711652203171,-0.6284811896249725,0.2167568467910244,-1.108028764264271,0.2730362691639231,0.29876287486481545,0.047075851015175536,-0.3453621192633942,0.6844120186695757,0.32429540597465983,0.21284123306421454,-1.5832926169860808,0.013951374020172092,-0.27362328089248034,-1.0318517246641061,0.5054602166893367,-0.5591538249780396,-0.660162637507766,-0.2644456870616513,-1.7565500772557827,-0.08698458544961261,-0.5803706355069381,0.2225783631671221,0.5147146659012126,0.05312534552195895,0.28668810255959704,-1.972854330063796,-1.1113673734385952,-1.4230311417246497,0.4105473868673597,0.6889989204934701,-0.7750931947686958,-0.30646644592616595,-1.6875374521901458,0.41220660185566665,-0.556679408243243,1.0277504704904505,-0.8998900734762691,-0.9340320265031276,0.3295409600315837,0.725318172703605,-0.6141806674751846],[0.9791208308051365,-0.8858341906813363,-1.8669064618242057,-0.3194485570529779,0.1273989415436418,0.2756544565684476,-0.17871375809338477,-0.5230207898601245,-1.2277134083965227,-0.5670120237768255,0.31806609479776327,-1.6923753142888367,-0.3297136733015665,-0.8268902827722322,0.2587007961034827,-0.676650336894697,-0.37898605459147355,0.9568449661076098,0.20238406758515737,0.8996848317918648,0.31518297676010776,0.44651794538040074,-0.25988408132330465,0.7651897850014387,0.7231805963409772,0.5736860102274126,0.43858990148395194,0.4094250892275537,-0.5400081618685558,-0.03162799248448158,-0.6713383710386622,0.478983274888796,-0.11203366612426033,-0.8344455900122966,-0.004913771437397851,-0.7168546936831428,-0.6391400897644848,0.5102548260084443,-0.750945111464559,-0.7538273389887638,0.4304157278653129,-1.3369287379991885,-0.0585791784170755,-0.7302280926581839,-0.32378914291138045,0.32807808669565164,-0.1313614063951746,0.007319198156408326,-0.10425748286073572,0.12202370542226909],[-0.4313474496081986,0.0002692917511249499,-0.5855721985028879,0.25587171336178766,0.9793475688861267,0.16814010353963527,0.7532700215521402,-0.5411873079657623,-1.4575175285294524,-0.6967089284053618,0.41875362121236276,0.3199607605906854,-0.059832236067589833,0.5644763877726001,0.8923832904577848,-0.846649796898254,0.6167665184424619,-0.4772483912715563,0.292394152088199,-1.2365490011103697,-0.2097657097022556,-0.24707253168720422,0.941812727178787,0.04026138875308057,-0.21843719884986507,-1.43457898163797,0.2074898493763599,0.4154753830858834,-1.0301866823882366,0.8568619081387568,-0.5581580037806536,0.40021214995722143,-0.6858484773791222,0.47916533388576066,0.2347874107810607,0.0011688650096551558,-0.21942997986120097,0.7321484312015087,0.3023190406301298,-0.25380466772196164,0.9999750712894844,0.28599303878864935,0.3171776997269604,-0.9114260474739755,0.4806783484715274,-1.094112034033033,0.03156948432934605,-0.5456659072034156,-0.7768369481811893,0.9586748830271556],[0.9871974212634613,-0.6683453192946014,-0.4495220279789822,0.7075465999672824,-1.1515808429621217,0.6690540163759437,-0.6278578422810102,0.6593152492156443,-0.2485854261479288,-0.03986109456739703,0.2200006770949473,-0.01393615606128751,0.013879515872879902,0.49181762750815494,0.03419005442577653,0.8783968147119499,0.31201058357996164,-0.38040883590668495,-0.46742830084039394,-0.425023308866238,-0.6635565672299554,-0.21647440672274498,0.16806240483250637,0.09327672326824067,0.10600106184507017,-0.7992223706432604,0.741958820162513,0.49982817893825,-0.7551235712942949,-0.10580632363673609,-0.7422187929259224,0.5692288062478108,0.2633528322029198,-0.4309567516201013,0.7497167007830321,-0.3437747685395296,-0.05213897289761158,0.9738574862939514,-0.88016325130435,-1.449067563640341,-0.5470101021532561,-0.0709002546279759,-0.8440558893486345,-0.6007735261106469,-1.1379757785792668,-0.4879027134311837,0.5650530326294346,0.5110311975130432,0.5022886465149873,-0.07425533112093478],[0.9818333443350966,0.6116714623938645,-0.13447580953562058,-0.6708416179722515,-0.46218981309167906,0.1372921127136721,0.27544726656520585,0.7449185035367736,0.5170409356643034,0.8209660271149067,-0.5444744437968843,-0.29066671635534386,-1.4732271311708143,-0.3236555367064949,0.2935098201335091,-0.6644266239584938,-0.9402471603865505,0.10970755201484607,0.013738100395689914,-0.7603603296616793,-0.8785144738103835,0.9066150401371471,1.105837841849208,0.27179910227712684,0.608306010041561,-0.8788355921238961,-0.37198063025099476,-0.42680295501870275,-0.01243306595945885,0.4458818525721268,-1.0991251229235899,-0.06117665740869473,0.04982265781758726,0.7785706441838067,-0.10216053132514613,-0.18467651330625556,-0.1035899927901978,0.722703976835503,-0.4915384326872714,0.3800112473906677,0.43123751479049316,0.3288940293593573,-0.8553485116589917,0.23535837883882063,-0.3531497844946273,0.35254895124708324,-0.6927996124755957,-0.5273615876071458,0.5239082788310065,-1.8855025607797942],[1.0301746476249112,-0.6802705353659226,-0.8273663930937286,-0.6882631041066001,-0.4399884136228908,-0.7283111358009171,0.4863602975302817,-1.183839972753129,-0.10413807415225165,-1.1293952111937269,0.9539820128225455,0.4271911415003678,-0.25642837290842896,0.30141273136904917,1.0236819820285448,0.13885442968015949,-0.5513227402803711,-1.8091732248213936,-0.5644164863126283,-0.6771571238533524,-0.610954941819744,0.1365680463659365,0.4237931679970419,0.5150471336325575,-1.1523561895533239,0.8503253550233228,0.024472722197612682,0.08654305810249109,-0.5505698041956658,0.9016784993428256,-0.4727568758296157,0.9282363723906237,0.9596992435835501,-2.101048051156305,0.14447670791577602,-0.692214555133667,0.37999003527961844,0.21583560890481193,0.9338947842469167,0.9414172402529084,0.7850457957126432,0.7255678501509097,-1.0184428107215588,-0.34062289701001536,0.03474240187852698,-1.6333638095589902,-0.3565594838373144,0.4343390564159837,0.8200013068988741,-0.4572346689924348],[1.2284110415478922,0.23397701387829847,0.10479624086572073,0.14065611350396653,-0.05598111959339903,0.4998414204999148,-0.47035065215803845,-0.3481729636945171,0.48222450954659984,-0.953262739563494,-0.9389568606863914,0.07827751326665155,0.6032069705662579,-0.9101407141875661,-0.10806749345459486,0.38696521871371514,-1.220154288774024,-0.8945710715412252,0.19050637536867962,-0.2524605846018495,0.35692497273987633,-0.5982441145461482,0.11852569895382198,0.8703107284780052,0.41579638252801304,-0.8632649046607059,-0.8413191899455869,0.742813377243168,-0.7265045633357249,0.5556447018435874,-0.04363193984669258,0.5275867042838313,0.6956981593274245,-0.205456307597929,0.4883417618287863,-0.9560175706362931,-0.506201993938376,0.10733635059252863,-0.32259905934907446,0.2859737127487135,-0.9044887095153173,-1.2149086494570278,0.4387668476667606,-0.2079117623374687,0.7034172062088763,-0.3554092393401968,-0.07283085749402057,0.20442504234437953,-0.48818384989038505,-0.7567428192708393],[-0.2970441487163395,-0.971777375127028,-1.9062066201927685,0.02124450836487077,0.987514152388034,0.7239116410196784,0.8631113238001485,0.3849820011354629,-0.40304231755179093,-0.3803639891718505,-1.9298216223928262,0.38381834825770117,0.7242543086556186,-0.33583618966510764,-0.4114976477909307,-0.3389996792975702,-0.14683958768505945,-0.3689708132518301,0.03666829424362068,-0.693782424672307,-0.17937708719247064,-0.3363346552717648,0.8090021677541452,0.3236242528388861,0.25689141013072303,-0.5563681759223839,-0.5032577385936693,0.9165023921598658,0.8837980206054346,0.3130514828870123,0.20806247056802873,0.8135470388644253,0.7267555883446709,-1.6198807612462456,0.3361290914860317,-1.2379180323920635,-0.8540737576879621,-0.7178343764163582,1.2234019822651805,0.7209053131687776,0.867459267391749,-0.7144464948041009,-1.1939094640587158,0.30501012960426205,-1.3191219481747305,-1.2156859371145718,-0.7978888798528967,-0.5056652476841443,0.3196038706709107,0.9402478290638452],[-0.18666837279510687,-0.7852858143674337,-0.9533928005940705,0.8870059630409287,0.1330759442051069,0.8825649625276184,0.12088850445656514,0.7379048588968977,-2.368670649041715,-1.7037390735697338,-0.1952636784172004,0.5363588598667469,-1.0826276394982215,0.733270630424326,-0.030436708621139043,0.10639963227914216,0.06927344097497962,-1.3739101484805565,-1.3440045896148487,-2.001979262572167,-0.3403816205455665,-0.5072283202678582,0.5517553477065311,-0.5547403720173346,0.4810591482935604,0.4945139881612572,1.0403315455974318,0.22166013028187206,-0.7546336264998866,-0.5495256442811485,-0.5275082776583865,-1.476355102603785,-1.6155673521093599,0.7871128907117594,-2.117014507502626,-0.32937374452354495,0.156319882676235,-0.07357511330608427,0.6333862844747682,0.08841417602509444,0.42434039791470146,0.8947505392090084,0.5535462036006199,0.8566517684749362,0.06511979203322486,0.8938291178705328,-0.4227551606005787,-0.4167389208327679,0.19455813092661303,-0.10417005685068612],[0.09870473381260535,0.42510128665479535,-1.1617528434173423,0.8122240414977898,0.45863871171869514,-0.5471300154588161,0.676354796693443,-0.6148705049814194,0.5239759911209022,0.7178382984557719,0.0858486668254023,0.894758736371175,-1.1699197626385784,-0.7490663537004751,0.009683181917134806,0.6286057801900192,0.7342966357759332,0.020218307748687426,-1.1085475916893333,-0.587382982306123,0.7643948455511806,0.42107738862664096,0.33250901874226796,0.03990050374678527,0.6494404187860866,-0.24983321372712747,0.45214319870236475,0.7226931371432539,-0.15753432294438652,-1.538185523812881,-0.44816124318436695,0.19113239131974563,-0.9323274640405994,0.8039753400000138,0.27587383173170416,0.24671082738813233,-0.8544121769513746,-0.3474988780978183,0.38518486609584146,0.34497927061610995,-0.010044299339259492,0.31595454393706196,-0.11218189693527837,-0.6060463484639639,-0.22815872231543946,0.4754405485749734,-0.4956231305002587,-0.013663504318828167,0.31920388745334405,0.6816663859674785],[-1.2346078953523743,-0.8915638859678756,-1.4716782768496113,0.8790069729919997,-0.10962004842604979,0.0472568698233795,-0.04617474893342284,0.20666043047882396,-0.7121604031014339,0.5283636936051268,0.9003806964437223,0.17727333619334937,0.5207828313430256,0.7041304764110135,-0.5570776786614281,-0.7189967066698779,0.6040509405090936,-0.9216896787218298,-0.5102909935374039,-1.3445424488987445,0.5519834993784482,-0.3965501668367019,0.5468676854376436,-0.30361636331561886,-0.16436203015888373,0.17975969052516447,0.6725977609212512,-0.47602619322573064,0.15111661969919768,0.8148491864476721,0.32777427656235464,0.9321850832013561,-0.7051343755097871,-1.2343796593467233,-2.043851999892067,0.7556165749033054,-0.40964356984848266,-0.4269272845657103,-0.5145755221867868,-0.9383864819362511,1.0144315726725148,0.5264074190875674,0.5736801095404123,0.34514586652985446,-0.3573340072816821,0.8660376264995318,-0.38916187012405334,0.8870979612537114,0.9003221218111898,-0.8616774373784585],[-0.3550193075334407,0.826808568660526,-0.4470681329540648,1.0748202760064092,-0.44650203350189577,0.9369909474792195,0.5289505744217767,-0.2885877829105436,0.6367982789885603,1.1546602982410858,-1.6474832032400533,-0.06504023645381289,-0.4784950791235419,-0.8611559204454728,-0.5419655247581656,-0.3170365788514591,0.10597282211066172,-0.2544546455035386,-1.9490079205763093,-0.5166842409235087,-1.6835228302131742,-0.6489875264351338,-0.7136422318138025,-1.1445878383799424,-0.22916961907319133,-0.9448907067090371,-0.7546811644189452,0.0011917087038527323,-0.4835100353303756,-0.6805553265816223,0.5449047882233985,0.006305291384742021,0.802742634776443,0.9281072402245054,0.5194674647301237,0.6878192833400641,1.70852599903552,-1.469193711452715,-1.4092150198399462,0.7940431820606587,-0.4459957067582071,0.930846931668426,-0.15317422196276367,-2.3617011218215844,1.0030254859547776,0.6796086431967149,-0.1977230410976669,-0.027103028589811933,-0.4745321307724306,-0.3068845688942228],[-0.2292260895328482,0.9779170325374121,-0.9440556077064962,0.14628298153174804,0.3193747448343451,0.6836740326425745,0.05965214837104059,0.7030682708940148,-0.26315079614082193,1.0908325311580034,0.19028552490497247,-1.264206048073845,0.27453590324527016,-0.6991296693690758,-0.5775346664493843,-0.518512139834839,0.05803693259209902,0.2016276827650529,0.26180290622979724,-0.5056366410096237,-1.41211578798382,0.2567941802595586,0.5832541266141691,-1.543015159406187,0.8433501561168761,0.9630218923556604,0.20705620271675368,-0.13516949548937673,-0.2855882799553178,-0.8551415735763235,0.06090339275863839,0.3023096908902996,-0.029566329200374025,-0.2115586474264394,-1.00563812382688,0.025126184829113253,0.23896333381296067,-0.3666707363039838,0.3663072342062019,0.6433065366793254,0.045441843136297955,0.9095578498308428,0.5149365743458483,-0.4839147591444349,-0.4954208957779938,0.5955760523173733,0.4092157054693277,-0.8094792449586815,-0.8067004169882533,-1.8057074733476346],[-0.5907389391366515,0.7113838783549852,-1.0686189811688616,0.7917012231033415,-0.25384540791247323,0.4189661866726535,-0.032990668802710094,0.18348883749712191,-0.7278809174125137,-0.4247565196969861,-0.3775800294020122,-0.40349145367951905,-0.10658693164825878,-0.2315102664883518,-0.3330614559717379,-0.17753215777658174,0.6333512704629216,-0.7904728330444135,-0.7832215767514761,-0.2527143552464997,-0.739321866574837,-0.47327850214381967,0.1856929735021634,0.5088631188111807,-0.49615879127174134,-0.3207072184152318,0.7214318977691582,-0.5433498481300582,0.04694738831570775,0.8803692706385365,0.5799263631409414,0.7602631563034294,0.9293827674782903,1.0958869635591078,0.04646052236610805,0.5693307093790948,-0.20004250353142305,-0.29486334842319273,-0.6257000542999097,0.3404792290402958,-0.4871409318530713,0.4785248037687434,0.9659730855076447,-1.4255396664231474,-0.2872096846558189,-1.2093668269198161,-0.8178848260017211,-0.22802679248141164,0.7936186799827741,-0.5554471953338981],[-0.5987453503786635,-0.5195353190669314,-0.6373469717585404,0.5027205764316324,-0.4050708205209615,-0.9615860063067287,-0.27307108509827566,-0.8394172993027076,0.5441056729975725,-0.127878825472672,0.6661080710405632,0.7261445130145932,-0.7798803225251411,0.18203061010622598,-2.5518225141807536,0.09082761475151147,-2.208431699274778,-1.383254687116402,0.6525822020421438,1.2947611875627725,0.9860622819031275,-1.4087189388962764,0.1587137016107583,0.03723306365840091,0.8985020700514746,-0.5169091519414959,0.925176603532307,-0.37024459888277533,0.6890772044131316,0.2980463180371179,0.7668402902965938,0.5863734431349117,-2.0544604416562686,0.8711282447243119,-0.8841222636022052,-0.22754781247739458,-0.4684035784484081,0.7381528678703932,-0.09904833987283636,0.8137268364512495,0.4448693733830917,1.236777610239006,0.18071947486772016,0.6749907201168207,0.2580728827579894,0.16442844010207217,0.40799748960673066,-0.3562961300737195,-0.6968548586489451,-0.6882143198089529],[0.38445425349852064,-0.5427244727253746,-0.9373475920163525,0.777623463484582,0.6719374451354639,-0.8109188075840232,1.0238058604085514,1.3819449326203639,-0.8404140088503824,0.3213280823362879,0.0025727601527699984,0.7238038183237507,-1.0937057994197086,0.2602782066432388,1.9792731144312643,-0.71497592798864,-0.15314387158344045,0.9124155574400422,-0.34602182823048333,-0.05050415851615662,0.01644137089422317,-2.0240346816652846,0.841485095517659,0.9222010556830182,0.6975770868978161,0.4741774968040991,-0.30180164614742677,0.2231708848016166,0.4725586132747803,0.8279167629440359,-0.39341441160718615,1.075642346380296,-2.257664975093921,0.5334410936629895,-0.20264324446497609,0.9608706125871835,-0.5106815249940125,-0.7240804042259299,-1.5229674758589282,-0.5459878769199835,-1.063075057557285,0.3141357493058365,0.4683562675097032,-1.1133984439613838,0.20233502390345906,-3.2360062921417065,0.7226761653440168,-1.7932479660848821,1.0620812636053176,-0.4323107006419747],[-0.35137041217082415,0.49531463741334997,-0.6429745159976231,-0.7387340204126958,0.5451493075603373,-0.8393944994651069,0.6849243460408341,-0.1588786328052101,-0.06433170807946066,1.0542089782515371,-0.0412708888808668,0.5660144462317062,-0.3457026287111662,0.1944958415723097,0.5788442595429749,-0.4033634022627041,-0.026149420501266948,-0.017184728500794267,-0.44345251284742815,0.6749295160224017,0.015010224768269272,-0.05860563614249459,0.20188213437860836,-0.013596214388047931,0.4483348678634368,0.53292114261651,-0.8745705494643568,-0.7702339813942207,0.7371078990286273,0.6337290745523632,0.9055079567698183,0.811026660281909,-0.9483531648411984,-0.3408840768932228,-0.19303727510519475,0.956834720023369,-1.0084060155592305,-0.03869394998380389,-1.1072232806381321,-0.23630624209488446,-1.4808426647794342,0.08731069865095076,0.17461330086133225,-0.07964959940345837,0.80852112858184,-1.201145171411941,-0.36228448647489925,-0.045017481017817856,0.41166265173959815,0.0884783962840766],[-0.8293151398715356,-0.645324142209115,-1.6165088603158746,0.7030313747316796,0.6977750619548277,0.009815424362827513,0.9229403703420614,0.4614102731959905,-0.74688346295726,0.3446723245169836,0.23832211387585253,-0.7269795546763196,0.42728581856068304,-0.5604552906913374,0.36953229270974014,0.40571839848551033,0.11730658647549357,0.8259875627031057,-0.4988014494289903,-0.0007456545016504984,-1.2579733730362663,-0.3545933173208393,-0.22667894456108692,0.0400983060092815,0.7480403898679089,-1.1400187033390556,-1.5209281180861687,0.6808723868827797,-1.557752515624355,-0.6714307822175143,-0.09649607818242888,0.5349478199310328,0.475377741075702,-0.3811345285002231,-0.22347970075444937,0.8646729710781206,-2.2917260170600167,0.3711445698158067,-0.7253435683631076,-0.05335733697786916,-0.39824134681768564,-0.4507284016209503,-0.7487856352127482,0.2744683650718282,-0.22352419975310672,0.1710694161031357,1.0532288125240388,0.6333307587389256,-0.03806343350837883,-0.06001600022441165],[0.32151164094081147,-1.8213891635099564,-0.9717753337950766,0.29209219082048,-0.3629481601945908,0.7865565913790601,0.6199775608023349,-0.9332718189140012,0.9319579044207058,0.17419910585498344,-0.39410863444835825,-1.0911769515738015,-0.3160353031905256,0.39763403852149404,-0.9609336306990183,-0.4453583861552984,0.49282686153147176,-0.7133958986263456,-0.6061010815359346,-0.6909843956239888,-0.8043857216595675,0.24310291873616932,0.48753821703150685,-0.30458441883468323,-1.293875416016986,-0.5939596499847273,0.8762489398775577,0.8984861070701496,0.412141777844785,0.7923564095869187,-0.24291699651996582,-0.9071972137188209,-0.37603490375719395,0.06278022554253555,-0.40520891665869885,0.2624631638756987,-1.4431194775596474,-1.4466237856294917,-0.8898213386686298,0.3384276847518468,0.431845313617876,0.5542572695660125,-0.42334373870658015,-0.1992697201926729,0.5675993258998093,0.40271404017796975,0.32824555935311567,-0.41082363759013674,-0.14614674816045836,0.03823989789478974],[-0.12282225373831532,-1.3487879437623709,-0.9471243309837772,-0.2730068504756705,-0.223139514044256,0.03552737799694067,-0.7056953299310962,0.8179271758024115,-1.2885883700556142,0.40223143810985584,-0.660925251930198,-0.43928421333954526,-0.048825941655322676,-0.7830831237783603,-0.07045573755738144,-0.8864484900551631,-0.823987072927912,-0.23798607082598408,0.34485487919034186,0.6544589150904668,0.27032181374217396,-0.3114746594715203,-0.14950094622110247,-1.580554166687712,-0.4246366720129006,0.26611673171178724,0.7416584280320246,0.26614448948330377,0.6403479552006398,-1.438422217364768,-0.5925145298009901,-1.8238523927843295,0.07809314488188691,-0.8371801392102077,0.5697219122379281,-1.1450789939332782,0.016025145742036385,0.3539874145266429,-0.1743647063004461,0.8238412946555698,0.032428862687630164,0.11528916617960566,0.6663888902308677,0.8487122271849932,-0.1268759291711184,0.7548131267086824,-0.24854314463210922,0.32341411443338514,0.3140151783219195,-1.7068809149933515],[-0.00016508005620097482,-1.997910177226797,0.7963847805270061,0.9032422780733679,0.324192063274708,0.6416470445745679,0.840768040292412,0.07197582522657314,-0.2316228919712759,0.9527151131405943,0.3572505153136495,-1.1191779313027905,0.350704694295707,-0.9359676360544779,0.7545180000250361,-0.004881322398882971,-0.2326511781443765,1.004615585338673,-0.41556627181023714,0.22798080718590072,0.11737677348246005,0.18477070827138375,-1.3140131534077752,-1.0532634176219622,-0.17690563049546845,0.2973867067367501,-0.4479229385137545,-1.7082233983384898,0.7934480422748201,-0.037880256495292496,-0.25362730434583314,-1.7919183166774433,0.9871354476151197,-0.8728514478035626,-0.09259799500120179,0.11205359574536819,1.217723186723344,-1.4833232711343436,-0.07761728824237815,-0.8388009744256911,0.6783736968680252,0.23954809381252995,-1.384665060995889,0.9094342432040069,-0.10016583863575193,0.6805079060533843,-0.010322763918283046,-0.49774514152521376,-0.10790574215928347,0.40826568110603395],[-0.16383491211264967,-1.1271384298285119,0.12021239392449451,-0.12193414623222831,0.94751028024934,0.6646046697345646,-0.49546061354315496,-0.6386772341227954,0.33755709775741943,0.7843772648922468,0.2782604806071985,0.679548130032499,-0.46836477140394206,-0.8213194515910035,0.20432610404584964,0.28115584356666673,-0.7015567884625132,0.6430322837224126,0.7239284180529818,0.6166398290817592,0.7992241806121734,0.1454168023987213,0.7727215142959092,-0.8319991519743725,0.05703151904132029,0.3451822408187775,-0.5441285283423164,-0.5398007029902598,-1.281324113599723,-0.9069390640960151,-1.0482337433522582,-1.1259112338848833,-0.6017449483067573,0.9469287904710734,0.3535488811821237,-0.7792234751515518,0.6448042049308057,0.02405654517442181,-1.748566747593109,0.8928108446802236,-0.14856335939174745,-0.5828130088141746,-0.793996852075432,-0.03282343085562631,0.6005685120853459,-0.6115695926800409,-0.7537365529009935,-1.4664440350668253,0.8048201884404546,-1.1336001576678183],[-0.1590093749911061,-0.709009784952819,0.24041967973957626,-1.601225709509453,-0.7832773826833029,0.6158717637097845,-1.007024440923055,-0.42565943319819255,-0.49736181805796853,-0.07241461186822086,0.3693258624175177,-0.14996885992676148,0.3665900799344088,-0.9002378942498889,0.9049594348848924,-1.0300206160577197,0.06679247381366189,0.5947973594731079,0.4114281147590886,0.8645663468636822,-0.10480392893823585,-1.6289237223561495,0.5075941937052004,0.5047786688432565,-0.45652539010707294,0.023144333887728265,-0.1505970046339795,0.6220804963375599,-2.5324363319670113,0.24513992647427843,-0.09237102818213677,-0.550914944360046,-1.5715520095440505,0.44753778279950585,-0.41636818542898396,0.003751387190392921,0.9718886371298143,-0.47862371414775395,0.36199119774858785,-1.2064279253120695,-2.241014257965636,0.5204231749010889,-2.7424894550809342,0.3873177723199392,-0.4835681268646741,0.13676915216756955,0.4260888859171645,0.8492873793392046,-1.2389571931698136,0.6747317749667655],[-0.7580545524705117,0.7055448124381057,-0.18157705960655515,0.24380822893593423,0.2346681465220044,0.25888336113677074,0.4868391150023452,0.6606274587825322,0.5772216746059067,-1.9242401223572332,0.6523838996170558,-0.7690774139715293,-0.45074619324651277,-0.3007863496319002,0.017051024518324326,-1.4587972818282562,-0.7845028217017443,-0.3252083455289859,-1.3013579669108095,-0.7485837480570211,-0.5587324301779708,0.16694971921701668,-0.2777042741079018,0.8267695585761138,-0.4182835797319829,-0.46954040571388217,0.7376395204594162,0.1308585666317055,-0.966759085584111,-0.05547918365446311,-1.2042458883432057,-1.5853174873553815,0.06860200444886547,-0.273647146438221,0.6273749199126397,0.5946290966616992,0.06438261072845027,0.9866228952931481,0.715095163345073,0.1612211326605244,-2.5454422647650405,-0.968191884465341,0.45215413792386966,-0.07050883155492577,-0.4419342486225175,-0.683405808232532,-1.2284170525539913,-0.3945368435691014,-1.3534882487903306,0.16774906115615879],[-2.305353347768681,-1.0588286348987865,0.7886931857260885,0.13597761066571956,0.5098559850564811,0.46828085420348536,-0.4711582300698193,0.47899600008723725,-1.2998923170744017,-0.016642980689397017,-0.5336004984485558,-1.492617227995614,-0.18824135778143777,-1.5464854722906867,-0.11531726169180366,-0.7017777947045343,-0.3754511716852821,0.26536947842762043,0.5277126027636914,-0.5441984057365615,-0.18293100603006449,-1.031402831954583,0.622177297817601,-0.5630079729135803,0.9136143140229026,-2.2980579695760097,-1.8446906282254056,0.3728599360723204,0.028968731002860498,0.9736037031172495,0.8304777400780066,0.9464136818865925,0.2845702145892179,0.9287534351916861,0.24083365578450833,0.3770832000229401,-0.3275659041295388,0.7932151204157418,0.1608498105130541,0.5531941871511111,0.31404904637605296,0.4208628357039866,-0.4539549215206419,-0.411317440013802,0.4861840350646989,-0.5035195866686876,0.9083465126440813,0.31437091935327943,-0.3954444794408529,-0.16371659381651954],[-1.5761401475526544,0.012688286315063028,0.9827702256396701,-0.05524648240317897,0.22874504541709856,0.35135715977969323,-0.820183502436735,-0.9622296133764888,0.6208652307271504,-0.23530099612033048,-0.5728620899448815,-2.811863516742929,0.43473473432943793,0.49368140199440746,-0.6799018069715452,-0.4110531357000061,-0.6210878822679573,-0.7638250532198737,-0.0896214929681101,0.6786551734394353,-0.34926663573697586,-1.1913846995785677,0.1690782557697078,0.18235336430235743,-0.7428805770721533,-1.5049334454805845,-1.0035241241702484,-0.5206872812927825,0.91700065637122,0.0020932873015742353,-0.16496194975887005,0.5046858852738767,-0.5960801966581657,0.4253638189349612,-0.7282150803328495,-1.0310017774567606,-0.5964319008715436,0.27016108486612034,-0.6596124403793281,0.5105310392797424,0.9372226452333676,0.39824169526223324,-0.2856297629264841,-1.05295128488602,-0.4570582323366358,-0.3072966765957962,0.6157389446834494,0.39109836724620617,-0.20363178164855966,-0.9435146222918379],[-0.11283027907064422,-1.426506709309293,0.6278775137997722,0.047440232923500955,0.4693639377978249,0.7734335182405881,-0.1395947234248842,-0.9761888159411969,-1.1148120512410948,0.9161594642307287,0.3471383772882515,-1.5146250154374805,-0.6325900051932013,-1.516776880688671,-0.9425937811428593,0.6883561903370424,-0.37097813134077856,-0.2900852745194724,0.08237789533112054,0.23687662926096623,-0.6478697076659815,-0.21587069759496197,-0.14760649470074994,0.3824814602176734,-0.34938027792335197,0.08613118956053277,-1.2094833407588976,0.4781604097539833,-0.4494325372472416,-0.8465411407069956,0.35622624391235413,0.6446934794303577,-0.8134609302099323,0.7865110029796014,0.8936036937894749,-0.7152847239332305,0.8347266877618035,-0.25484572663743144,-0.7098547457748086,-0.06146373420836507,0.49615343416805896,-0.07504164924901581,-0.4800191930353795,-0.6896412947469117,-0.6319178464828724,-0.0651748974593526,-0.7491510729239206,-0.09024442580978163,0.2508542744004407,0.26075576067279477],[-0.44216386412891234,0.43355247307331735,0.7444359418601633,-1.2779189453709985,-0.03167475467284829,-0.7224983952154241,0.008860435892317593,-1.7465114097094887,-0.1748287673163104,-1.062240500081444,0.13236220848648136,0.22364560304139425,0.021119107384849956,-0.10077689862937107,-2.779273029149952,0.8104801184295322,0.2656484522954539,-0.25873670783249336,-0.9915210602952294,-0.41634563256620316,0.273924391372815,0.6524712517481775,-2.0080265895016147,0.7164884819168228,-0.20925119494205727,0.3430954112905945,-0.687609746485503,-0.19919727365877204,-0.5818181665837386,-1.5681395816571275,-1.4892118749533827,0.8257202600060374,-1.724681406957283,0.7067005845325839,-2.3869787868359382,-0.15880329159391188,-0.18338705697555618,-2.2225529752409208,0.42570500129191285,0.9313841850552362,0.24179729313056,-0.677378587234344,-0.24951637577055424,-1.0750293900204124,0.8290976684017468,0.9121222995704217,0.8443330447431557,0.3751305415128548,0.4754953100770065,-0.7627828972600075],[-0.37303904483628775,0.4293409212400595,0.6744065779689539,-0.12796349053991243,-1.283361361946343,-0.6437261047877364,0.4251948345826681,-0.08212224314039647,-2.115618079486665,-0.8567916126563319,0.012874833441510388,-0.13045412560189656,-0.5740145575584249,0.15736021097172256,-1.798395787138344,0.966313007928584,-0.3087052840146717,-1.5644520062336413,-1.076531594297333,-0.4452116738593441,-0.06619919314897357,0.33464175498827914,-1.3438310870189492,0.871436334957906,-2.5787348849679628,-1.1933101507904382,0.13518292883494148,-1.5498135123237948,0.05858747912027595,-0.8238100475320417,-0.4333343823694169,-0.17466810219909693,-1.6318637342925786,0.5752288422883224,0.22782861526053802,-0.5283670313131148,-1.0511753625897455,-0.24139952804637677,-0.7533691522228169,0.5640524455809935,-0.5147414900540436,-0.5910538299431936,-0.5795805931060116,-0.9808100284323754,0.2207287292317633,-0.5722605736681862,1.3959448451560275,-0.10350132258101569,0.6676209606013855,0.12776227347303584],[-0.2746682516950171,1.015435725883934,-0.847700835535966,-0.15056789848183083,1.0377112320099315,-0.4247331266826308,-1.0902572834923527,-0.2378978642996431,0.14186078493328066,0.9052746947286113,0.2145992844811553,-0.6814645187138119,0.00967893459803212,-0.8908348776221142,0.41838104822479505,0.7377370683358827,0.39140237726411625,-0.7340514927795063,-1.074842044738275,0.894650441112918,-1.1172386425568617,0.70139096023333,0.9337585455490632,-0.5101679561660202,0.35059471424211425,-0.607071693322393,-1.6592102196978822,0.960581526390809,1.0076679128923265,-0.7297535714150868,-0.15212757325477702,-0.7858277746031447,0.005149285534616493,-0.5797384665337146,-0.22236964033520246,0.10740549430431934,-0.35397357073840957,0.9391736965751533,0.774562171826137,-1.4307444721556035,0.9050167147674141,-0.8978275447968296,-0.9274362517269937,-0.6830597049384539,-1.5161755967645314,0.620192765608315,-0.1027575453231271,0.26174159597067925,-0.25241839891225626,0.36610723738410883],[-0.7324287941724532,0.7621391782068039,0.1353339885325631,0.8054978551460975,0.7203485575833529,0.4349143147217765,0.16003382041367656,-1.7636414088684131,0.8122937975875304,0.15170022824136634,0.29030107962796453,-1.9372627828632965,0.9028552956444357,-0.3680030076634719,0.3558296601531476,-0.5976396301439897,0.13479002910078416,0.020713580267802765,-0.21838561034174134,0.015908004851791672,-1.9556475540807667,-0.44405149590856346,0.6722837201777803,-1.081081680379405,-1.2260125605863834,-0.7334205590004748,0.07986070625618227,0.9259066184543755,-0.33290835230640153,0.23905649928835154,0.026229810186662633,0.6751402634304791,0.3622178357699973,-0.33030958769164037,0.6342846843415699,-0.15590241425850243,0.7157573174620405,0.2025847429638167,-0.10284712941351694,-0.03807917027286039,0.21547247531208688,-0.000797096571307923,-0.27852659623205833,-0.999288989565732,-1.0158070832639072,0.11471675626662176,-1.0467260411924773,-0.6666737055898294,-0.7003962545639987,0.47056735892965557],[-0.32942583464972836,0.4307022018391333,-0.8406699189958466,0.8367203212305636,0.5914206131601806,0.7335474140128561,-0.16626496886939018,0.8106061651842327,0.40152262571475095,0.1668329254584182,0.7445188203599749,0.5242889585636217,0.30469846329169287,-0.6415283882523332,-0.315882234941516,-0.42444186957285374,0.2271463167745141,0.45291275731126274,-0.20212062434504674,-1.5317118393638276,0.765671058524455,0.5658086253996688,-0.3436102508512512,-0.673859309760632,0.12033312380376172,-0.2371393911546706,-0.3446935239316597,0.03659315254720279,0.9634245854037343,0.9326651465691194,-0.1753033870919757,-0.1485430649091291,-0.2720497420630927,0.12232392877541975,-1.2235479170439703,1.0100633679864024,-0.39788455536881956,-0.2998480994749186,-0.21539921663075595,0.41828919774543605,-1.7405915924625868,-1.2375199284607157,0.13725772741365494,-0.26457293973830315,-0.9706269748008448,-0.6884103085389499,-0.359863117527764,0.7340156472433567,-0.41275493075325737,-0.666814454508981],[-0.19196321536431657,0.7778726050715387,0.3807755840582067,-0.8707386090749989,0.0116135606886031,-0.17685225802154128,0.6289702576070091,0.29093472581369734,-0.32717814394541445,0.489906498345126,-0.11384075257321988,0.2560635097626425,-0.7553360463609883,0.3475447863983081,-0.0696249011040579,0.35918459511207607,-2.2220393264557936,0.8930768278805333,-1.2634056566577343,-0.5142328143377458,-0.1396985851280297,-0.05943433926986763,-0.46544202535584367,0.7940122659194171,0.3823295875473774,-0.8495139945016104,-1.0703270184979439,0.417430909717605,-0.060542186433620145,0.023766712843630817,0.26372689299715596,0.7728244319831186,0.6491126510711258,0.6562097159319774,-1.6173606710633581,-0.07397882185500285,-0.8817993335208373,0.013921125449631384,-0.19781195552402284,-0.24316438598735096,-2.6798003697394464,-1.4491081283920446,-1.4875088048511411,0.4006216085934343,0.5814527953911963,0.43550548159284924,-1.561333291780822,-1.0478939346282508,-0.1664401772383124,-0.2875037991359051],[-0.2054402188901794,0.319195477188614,-0.6749731437246084,0.7190141011779323,0.20449990931087286,-0.0839823686666905,-0.9921079223128143,0.8245226556102435,0.001169686903659824,-0.8651985009251812,-0.06994147331326914,0.9023271882568711,0.5056169818780017,0.7857024131253492,-0.8639100887796249,0.2836620593883952,0.8497554623228487,-0.2154601291606087,0.9030559731618835,-0.034674076423873566,0.7841720467485851,-0.5305346054313425,0.9036250695538423,0.01114984728834846,-1.532682380692036,0.1113670644838406,-1.121253391208319,0.9287978310731896,0.18017458663885896,0.707264698980787,0.940042196847743,1.1443093627105274,0.9144973060480837,0.4908813368340725,-0.7265750837538868,-1.651546131152942,-0.4814889970551853,-1.8270519094835622,-0.3873430246147809,-0.3411075264059654,0.0934273142893892,-0.5703493715051936,0.30734350654170395,-1.5536876285465913,-1.3601235599977064,-0.6024963110616176,-0.5110136050778527,0.22799444072553965,-0.07854626627852336,0.4094955053890423],[-0.1713119655125874,-0.2255024961321159,0.0601777204817194,-0.04177381011992568,0.21332728774126578,0.9453859368292469,-2.200879920143701,0.861842683848031,-0.10327525849686899,0.5637616481801448,0.12367606647206053,-0.4468341466295552,0.3372768113650183,-0.7815996921925185,-1.6632913044981146,0.21461971320105908,0.2654733385293558,-1.910704701278919,0.6419593613047366,0.25864578851553816,-1.3955734297976372,0.005535907408917562,0.24416250278678886,-0.7482159130929374,-0.5966018868655136,0.6116231092779616,-0.24852827797215407,0.48053482802940606,-0.4885598540123052,1.0057218805321184,-0.06844000047658046,0.3446949341919381,-0.2459407337393895,0.8691858954811942,-0.18552142891443926,-1.1796503844970236,0.6962564584614538,-2.0156457691597662,-0.5437056792380901,-0.9572020254990856,-0.1769300813706649,-1.8908308534065357,0.06053019782316703,-1.1912327783832288,-1.4820583312976612,0.11744113341892692,-1.7019372271074806,0.6572417948461786,-0.7673443276980004,-0.1448490650581516],[-0.32150492989486795,-0.16698540807747578,0.9998192612691055,-1.0553726669558001,-1.0422587930534724,0.29099356786704783,-0.08831060104552974,0.7496921334182968,-2.2377373893323433,-0.16087951882038418,0.6350521541317365,0.19308763921419447,0.694033694519531,0.155460899454422,-0.8694055211418525,0.4424358621436081,0.9371753544522907,0.7058084199319548,-0.47800566590396276,-1.7251276421263888,0.9659889360949536,0.6232755823044782,0.6835246228006642,0.33573196384807585,-0.7721631145893787,0.8000719615535046,-1.2601536333709051,0.9618948744342418,-0.8862955214038517,-0.38172155895762516,0.9271889220023296,-0.16933456458364077,0.5819657379855765,-0.21696732349471404,0.5763637307503545,0.5079084668911097,-0.7827867660017125,-1.1152238997028205,-0.43121264846154467,-0.4985895026582231,-1.1726075574215058,-0.8457385400214302,-0.962633066091663,-0.409010056819546,0.8927259221770281,0.11396947072491707,0.6363600660300174,-0.8739888777310552,-0.6492573094649003,-0.13413614558706904],[-1.0863580271833861,0.374950767363131,0.3686401229210249,-0.06161390157795084,-1.672605740383428,0.7299483451899305,0.7574241287808697,-0.7880496816532292,-2.0756207910692037,0.08294341832738378,-0.9640338584044617,-0.2792105052645703,-0.3818368332133323,0.6484864734583135,-0.32850037119454456,0.6488647461111218,0.4252956040700333,0.06828603845643003,-0.16730441984219158,0.11716356070204828,-0.43987708340492937,-0.06822676161653349,0.3295887780607609,0.2712171554965258,-0.2297109223977016,0.9157380734517542,-1.808756283350796,-0.47293275423323666,-0.8316508917699906,-2.7174925009322553,-0.6354934093925002,0.7886577982987948,-0.42707684990931755,-0.9012197070209097,-0.11762872915079559,-0.041633932414997035,-1.042440084384515,-0.20724887216246551,-0.13599667409266278,-0.3671206204129564,-0.1836693169271181,-0.6238436404428082,0.3688515990749657,-0.4813421342100014,0.45556593071076207,-0.8301662065371128,0.8191143251742042,-0.19431582966481906,-1.023664491381938,0.14950442964478872],[0.8176500648040045,0.9950484795714846,-0.6782512309720726,-0.636079679100242,-0.7783461943242715,0.4700995051012601,-0.5784823071093246,0.31126242333628196,0.7928172283726348,-0.3909452828453453,-0.8665035930740972,-0.7799816056581378,0.026946983569631343,-0.08155545711877432,-0.5394235944629613,0.3264562868933733,0.21153560634095794,0.6512942494115281,-1.0967138299442372,-1.4227225730336281,0.6429573415963379,-0.6304787865809507,-0.8613072259947087,0.4784479943197213,1.1257983580919786,-1.661105360533673,0.7478123654536284,0.7183164846619671,0.3061348677582324,-0.20849374661906858,-0.5051405230536892,-0.3702373636227424,-0.5580163429252201,0.18167675923763596,0.8756793581602509,-0.5385686333804762,-0.3064672183435258,-0.5142467690069591,-0.41233832049336566,-0.0627266448171255,0.1791658505520434,0.4345908900331637,1.0559262416402606,0.2738200909789878,-0.6637108895430627,0.3021462742745996,-0.4367628590475173,0.7119621292070493,0.17769625382159063,-0.6577189700210969],[0.5776222597028647,0.993966335355661,0.5423135722146805,-1.1926304320519798,0.0983381966495406,-0.5547096481208016,-0.622070546722407,0.5266097773413758,0.40831979278278835,0.726387113410155,-0.75183125925157,-0.7076567608311779,0.2208551120224259,0.3913145791302844,-0.2077953262319192,-0.1957726679840862,0.23937460302203004,0.18948128488336427,-0.4725716053174219,-1.5497808302844864,-0.4849533642690758,-1.4084295303898249,-1.9591507286081695,0.30464315925271374,0.9437362339434152,-1.2162627908893082,-0.11539317486044248,0.06793111580990843,0.7677285681869623,-0.8789122090208179,0.010346649520423816,-0.2111585598357258,-0.5827557083473794,0.10875095829812667,0.4849888468478754,-0.7127704574809913,0.7882154111104508,0.9477299627223893,-0.6650943992702333,-0.5742410710899449,-0.5697667820674583,0.6419363772977492,-1.2152141222207582,0.7855327384856171,0.3956071931579232,0.7031773044482885,-0.4152342783867762,1.0570414139122708,-0.06150794470612004,-1.091479302518734],[-0.779104638886016,0.7576024624800792,-1.1937674576946251,-1.495653720594613,1.0312528085269628,0.057450061416238075,0.06998528509757808,-0.10528499824853094,0.8084564369102513,-0.4686994219312383,0.5550087462464741,0.019376499591780873,0.051535477595795555,-0.5373701718694005,-0.9855953815047429,0.967275466214547,-0.02162125521206862,0.31380044214930797,0.7204350049560053,-1.350255643502178,0.7731432249212449,-1.1079779650116124,-0.7794796322939967,-0.6857357717351319,0.11679204831181265,-1.4160279385195673,0.5552765269915757,-0.21281386570724872,0.5517396494674185,-0.7059805284131011,0.5032466279860769,-0.31736606754854224,0.5265568180079536,0.24231784463809092,0.4117608274516438,0.5289982627516113,-0.21951804230448174,-0.035538407814279874,-0.16750149780854137,0.6596012671861586,0.8334872824628289,-0.9330554108852259,-1.2022723603014818,0.3017391587440475,0.5752809948033715,-0.1442493480671996,0.4385601118433169,-0.25188881899817417,0.6053512886505028,-0.5932968283488097],[0.5878215338445348,-0.2701564483893709,0.6498901937719391,-0.038976524927724215,-0.23553669949307543,-0.5401929825098417,-0.7243877561970932,0.015779387925157224,0.6369635798919527,0.3660311728598915,0.1822678937678706,-0.2899680731414865,-0.4823500659672206,-0.05872858642419301,-0.8393153281479284,0.10561158255566563,0.2584923076728884,0.09264621557370405,-1.1751448248891836,-0.8701336639802493,0.22760171106319715,-0.827095290721706,-0.6855005868882026,0.9214118964985364,-0.8278756715274053,-0.82591027148945,0.11251849285830565,0.534802514233307,-0.3672911335859322,0.29033448035333725,0.6697411658401408,-0.7508998051463223,0.364137489905928,-0.3486197338056828,0.6536272519241957,-0.593109939879044,0.7037398362251055,-0.38370769892981477,-0.7014156701212564,0.871578100093424,0.3135576112885309,0.586945362442703,-0.2747208058240029,-0.7454295024210652,-0.4205596207289478,0.9129819164004425,-0.4098945509453191,0.5567862088314607,0.09082917700150124,0.47042948127832424],[-2.03043799642155,0.20034302339044402,-0.7215742792800849,-0.24435742394143764,0.7676915761757953,-0.11584831508909003,0.6005967500342442,0.9036883265098807,0.5209773685151294,-0.15079960378818252,0.15539144957251796,-0.8289824356013007,-1.511345982105129,-0.28707039087699554,0.2618855499097307,0.3970961033663396,-0.753896980060275,-0.2635795572733491,-0.7700632688350937,0.23176700496431724,-0.08428725556376869,1.4069132980194192,0.2422611746239696,-0.7560724329591031,0.015335056104587947,0.2746226810620499,-1.3946945926054108,0.30333806460075985,0.8266268096932288,0.633872454972798,0.22555269970632597,1.4586227802463207,0.8777075832698401,-1.9872946086140935,-2.710342501920143,-0.3571718703729121,0.07556259648463616,0.49020103598585335,-0.9666801816197149,-1.3866600920651844,-2.958648356643316,0.5347053143438901,-2.056025354607382,0.1489334018663466,-0.46566762691907654,-0.3765123798947153,0.9506009982164352,-2.580132535668896,-0.15851375018123598,-0.4618677686551955],[-0.5394093795630196,-0.6103751415592532,-2.031106263135589,0.495704834305651,-0.5339965098790892,0.9441044077206142,0.42947256658870064,0.22066246722724778,-0.5520113941220159,-0.2281050207388257,-0.47123431496479234,-1.8375915575449033,0.528786617071906,0.028407792242609822,-1.218941547925677,0.7661311951419324,0.3243342644455961,-0.4623794667038873,-0.5355145303096246,0.5485246469778757,-0.20391761293381053,0.5255586520161623,0.2356910296472062,0.11924698128684953,-0.23487164419819878,0.40540381954211774,0.3875583466134156,-1.6603170865647074,0.8243432174280396,0.9053637163863553,0.534616408141233,1.0350217562309802,-1.6072912648354962,1.164619040315415,-0.8320683951067867,0.2777459713487946,-2.2951264897754644,0.5176460444020289,-0.46500245625168485,-0.3636094272394456,-0.3759097818302954,-3.450590950111468,0.4157205011467864,0.3211644160207018,1.0732743467730423,0.7576711232147976,-1.8917234727333343,0.08115775695060043,-0.037350235189325016,-0.6014837581421755],[-1.3575454057344332,0.5944734253614874,-1.9267816928182069,-1.2227789641026894,0.15888887674903537,-0.3504083443630528,-0.42959872996317927,-0.6726992759975102,0.9367409839715968,-1.3848683616464197,-1.1433488002692407,-0.9814764499563972,-0.31335746158724076,1.1059312857939665,-0.22742423515210308,0.6717089434169907,-0.3736720528026109,0.8749567489682067,0.7490379481926287,-0.18754789669864697,1.0017161501764864,-0.4792137230486392,0.42522865894429,-0.06461167845913246,0.24411505581495413,0.16209079724113967,-0.15469244471480748,-0.1947570393441517,0.9716315531449232,-0.04423039292345558,0.5928755526876663,0.9541001784188026,-0.9355002328400029,0.23286419694440516,0.7380563645684821,-0.3447827544522054,-1.7530901508648467,1.3233312514372157,0.32266697305101255,-1.2556480103361451,-0.2637512928218916,-3.4488417163730656,0.09389081696697082,0.23495717488386064,0.7486756241832948,0.24953587811810354,-1.3521541196706,-0.39051155324954745,0.8575375773154992,-0.510192875354523],[0.710657445629015,-1.987299630996001,-0.8089848909183548,-3.1784782143687735,0.3578578608452404,-2.365353752699796,0.7242723604183756,-1.9777074008334923,0.35543066910927656,-0.6595700201959148,0.8484845099913024,0.5874389911291987,0.3522812150957923,0.9654151705727311,0.013193689721598519,-0.791778631910693,0.039074123527988426,0.9223565588534605,0.37416420118583377,-0.6381207350769347,0.20513003718897949,0.7160452117611542,0.7094046206682414,-0.22917052390552675,0.6244071458513382,-0.14612705770632062,0.8460194229148612,-0.2142980066026847,0.9918910483073876,0.521568541802423,-1.1925940329851956,-0.024582663215614257,-1.027027494246032,0.7028916284449274,-0.5152265886471286,-1.1609045183202908,0.021927595208865558,0.6791141849175032,0.6326656136037342,-0.6874281419655425,-1.2373862317702522,-0.8078219368704032,-0.11853583221503611,0.9505736409756628,-0.9694143543769939,-0.7110980474596938,0.6435168111978791,-0.14592326703732056,0.726108234411817,-2.5727693174672805],[1.131404289625707,0.2788772214092737,1.4919144514268474,-0.5257221691703743,0.4326204017567184,-0.23150727380982358,-1.3792187757601129,-1.4398907807702712,-0.10282672736971887,0.14691872619506074,-0.40254589256598,0.8472093792650158,-0.6836197837221937,-0.0023813504243721125,0.6945992289031022,0.5583963183524374,0.7700098605222364,-0.8594460555639662,-1.1102149593422146,0.4775245248584352,-0.9085827451020123,-0.11601769880819769,0.8775445502296431,0.47356991954932953,0.8751102625907566,0.21476866487896787,0.08514521639055117,-1.3302913589335361,-0.3239327876298691,0.41990326369255665,0.9784103668658066,-1.6111129326702536,-0.45502402494702376,-0.3367839323527365,-0.19456706459286924,0.4056064340241465,-0.8619819189805747,-1.6861297341676582,-0.34227456556645386,-0.04222182007141866,-0.5156626197665205,-0.3710579651718292,-0.5102114451251174,0.7600832546795252,-0.3518734855986096,-0.009779403429985728,-0.6014157987663458,-0.8039548296768905,-1.3468504761919577,0.9289605561879951],[-0.7628418530083615,-0.5952274898460931,0.7734708588074762,0.45020552127140895,0.1573356666785918,-0.7658421451265776,-1.7511161259777863,-1.0265742805560285,0.05918016120623078,-0.6945778791536902,0.2105164188440085,0.32151097626422676,0.7658262489967645,0.5602680404878394,0.5275774421254071,0.6253580148326131,0.8454697720227068,0.3880713813929629,-2.5023622099984477,-0.9079573103088038,0.05799776780505053,0.26302918394584207,-0.18980618042550404,-1.3516055874312656,0.19811798694851623,-0.7346957286218113,-0.03328016169762583,-1.62810190532203,-0.7956189598513771,-0.3613598633603427,0.963959940073602,-1.3032628280964091,-0.3891494984408106,-0.1981685184648254,0.7622485066837104,0.9156184296699542,-0.7980514901920749,-1.7727702142088275,-0.1824806058049293,0.22058471151374193,-0.10340060784838805,-0.06012753982496996,-0.8589697082079647,-0.4701010835210187,-0.42441749626058217,-0.5197365911928169,-0.9441104788217131,-2.330696606881726,-1.241530545804308,0.45331827736039904],[0.9444342068060277,0.2940352924728318,-0.5714938006583449,0.5672269935439852,0.35631526778601585,-0.3389164723541768,-0.13817445528740424,0.5460150606101425,0.3167749305721601,-0.1825035677123812,0.9394222317242762,-0.2170591165324259,-2.2686276956972677,0.05218195975913551,0.0814797406248328,-0.5376734202260643,-1.009320062038769,-0.33378092478284077,-0.6348557097843266,-1.0483665081802436,1.3450882568806293,-0.5653407684196086,0.7284896023113058,-0.33668755376449855,-1.2402056833944572,-1.1689904756217053,0.767016511787729,-0.4151561479887927,0.40341035171870543,0.11552939090821872,-0.7513916909636884,-0.4450647798348918,0.08212691642337264,0.2972249604728089,-0.5531572443670113,-0.746342371819019,-0.15295437373120674,-0.2482529635094421,-0.6725685465894975,-0.1542629377682912,-0.6179623456873419,0.4739107099207172,-0.1902553037741338,-1.023119044423076,0.20383091396146388,0.9812564699598257,-0.5899341381518632,-0.12127626051988455,0.31259970391478703,0.7656044149710444],[0.21378429832387505,0.4141131822429249,-0.6798115224363905,0.19435165066533022,-0.2983119658738122,-0.7253251211398741,-0.8904359634606306,-0.5768645418647188,-0.49729023169979514,0.8141844517533795,-0.04570758053213933,0.7306727655833369,-1.4173154790755096,-0.5401916682957618,-1.5556864122212979,0.7391141442042033,-0.3100126311252676,-0.6067781786486984,-1.03304905334667,-0.8317067292248843,0.05764767640598216,0.9643524186400992,-0.915034674285964,0.6068018754917694,-0.598176969508065,-0.7020628331711204,-0.854340896155012,0.6559747312551809,-0.013400835585863158,-1.2415440987327313,0.5347991297336658,-0.45353548671308946,-0.3999549548719539,-0.9279612722809734,-0.08565492967094787,-0.0035051900323642177,-0.7069140286956657,0.51232516127182,-0.34227183205662176,0.41499273825023114,-1.9458402175416636,0.5932264156839925,0.3970071968830215,-0.07258985143460879,-0.08599614633053919,1.1474090578691698,0.9260662576428166,-0.6020864775336445,0.00886123115157445,-0.4394407926478726],[0.3209403533194709,0.518197359411603,-0.10785183391920054,0.38354095555365125,0.7917747043415598,-1.4628763219245,-0.9491126315958952,-1.0176799559129084,-0.46201749749751064,0.6753197150473642,-0.5714171432972429,0.6116783198801241,0.08368497845241238,-1.0295840689446345,0.5016920531978666,-0.6254197794935853,-0.1949412116860851,0.8155130104238026,0.1560171479410953,0.5012998441490405,0.41849805388395017,-0.6006701779201695,0.689847242504605,-0.6190727327544266,0.5047592343764572,-0.49660735174577936,-0.214086081902993,0.15064597990721476,0.43623169554032576,-0.5784049466764488,-1.2793364226471688,0.8360083513413424,0.48168803891671397,0.5490954162234915,0.11602794313051615,-0.795817947986369,-0.2319147561825851,0.19281821793059234,-0.708800668410698,0.3327736350923324,0.23311824153711058,-0.017014136817135928,-0.20854020278549976,0.3827223679952332,0.8886396234558165,-0.42584182777481194,0.3722714897874275,-0.3897064135870214,-1.6030085250233093,0.7111610267675331],[-0.724494216046441,-0.6074454471509483,-0.4849230934749478,0.5045100803377691,-1.0110358755333775,-1.7891769378503088,-0.4799549963406627,-2.1328296011666077,-0.9711663521632106,0.15830453271574577,-0.6537086286255708,0.13284123450602983,0.1963203807503631,-0.41779317610692224,0.5620756114969838,-0.3524711251273776,0.38256493076528664,-0.7330688077409139,0.3919897475619289,-0.5218448480134315,-0.20596093537301444,0.3584705123430518,0.1957519658601598,0.13556214278389087,-0.44284695546650027,0.5755943475594539,0.5258130065366637,0.7987582997263092,0.43991876990163375,-0.7794458163191599,0.0632803644272067,-0.2767828702567285,0.9505894245094654,0.5233583578287726,-0.24594302217253416,-0.9159827195070579,0.10109353440033587,-0.28262484917170644,0.2864768786972275,0.9306563167255597,0.6208783395883689,-0.797520640601441,0.36851505645778265,-1.7511837261705054,-0.8412014100579385,-0.8978049211497425,0.3142232517049813,0.9096629062157571,-1.3313227098496208,0.9830491364499745],[0.9016205520032292,0.9851060362626591,0.23689131293653973,0.6837110503942285,0.3524474498895721,-1.2761591371235288,0.9474194577162182,-1.4466932942084025,0.16214730138279923,-0.5830953915173097,-0.4846770582295228,-0.4495362925582705,0.3920083299440023,0.10442372442280133,0.42310439998391713,-1.3655848245544433,-1.5877916562203411,-1.1830986249967033,0.8210165516612454,0.6551018285069967,0.6946784011789472,0.0054857956541170365,0.9399050193906592,-0.1866361724054534,0.6560572174156509,0.7432693619520713,-0.9822070556765765,0.1590334704477054,-0.37114836957702374,0.21228177086998556,-0.19749936588148898,-0.7748394170469967,0.024035519776513633,-0.09538229079410146,0.841853000150341,0.0008657028492229899,0.9108612662146479,0.09118223417384257,-0.0170726258119869,0.3686127267410006,-0.09299071460719477,0.2874351187965577,0.6834610705474847,-1.7522222554336262,-1.0936161247778624,0.5670885082043523,0.656215926015596,-0.08244281439995285,-1.7058947541908502,0.2572260860946665],[0.6344509788488745,0.4355662105781635,0.5446217023291307,0.7885133158241192,0.22430400278173468,-0.8215305236477178,-0.4872048793635656,-0.7558714062492282,-0.968784084111077,-0.7740757980033403,0.7244755057603337,0.17951871536290925,-0.22118219704592967,-0.23584728476512867,0.9037377795740351,-1.0413269691618827,-1.344585524292487,0.6119648387556568,0.7545427977553556,-0.6152447123028072,0.0721675822345761,-0.347983148100845,-0.1705154824738282,0.09025892842724326,-0.38551497829172227,0.004800045464193599,-1.003715022425867,-0.34665830930588903,0.9639365057831694,0.5550814385752704,0.10438404195014302,0.3866318101594177,0.31705440744963187,-0.23486793207539294,-1.1507311236868694,-0.4131640376733553,-0.5784728521311127,-0.09239561080541865,-0.20905042356259973,0.5463275748553379,0.13772828423662128,0.7557012045500755,0.24140410030263265,0.06694586484052024,-0.10423454237268683,0.9863398747166928,0.22678954220042608,0.4133571355022791,-1.3943338715999785,-0.6002171053588391],[-0.23327708844702846,0.9130259477457275,0.7794586049337472,-1.1893368407865692,-0.7392345882060026,-2.1119391925189235,-1.7254845779081487,-0.3811608245863747,0.5337051990707314,-0.3741861986855998,-2.447897206317468,-0.8827563064738555,0.8963101055691555,0.22744268212478216,0.5595084569248286,-0.9878515746456357,0.8933838086379424,-0.9324652398629925,-0.42699055974310596,0.7126789469385446,-0.9339859350817677,-0.0819364013781526,-0.5994614235143294,0.8553197370496065,-0.18617777156455467,0.008838893072219835,0.39387997252783635,-0.3620570028828051,0.2119828676131336,0.17261109825378557,-0.34839514838568153,0.42341988489153126,0.20923428934070357,0.9478293906114242,-0.13623833022475057,-1.013258520702293,0.8560247028050622,0.14809654103564096,0.5298023601181411,-1.7258659355609822,0.1468678628926521,-1.62869159518613,0.456587914980132,0.9493850458213828,0.10962982625672073,-0.9343151845407961,-0.6639970911016936,-0.5430566558330345,-2.177864208267233,-0.5468740924712829],[-0.11074691026051464,0.8240867541392651,0.49552482481924814,-0.4853756293025482,0.14486073992410883,-1.11129758140926,-1.62033140806664,-0.329689959830024,0.45967001994535545,-1.5104156845457481,-1.0408456392413794,0.27759177687191827,0.7978465507756491,0.7298427772969052,-0.042980675306625866,0.9210475686777763,0.0353431127294725,-1.8536421808165768,-0.7408263294786195,0.7963075243965408,-1.3349612052280082,-1.01641730444837,-1.005264798585352,0.2550935823322192,-0.49979390378843463,-0.23980865553378494,-0.19597654850259685,-1.1649891462403528,-0.443912873688811,0.33546207795795946,-0.3342108572292366,0.949116134374458,0.0654235783687336,1.085011625918936,-0.9317489687627656,0.38443233697496404,-0.7968731824967525,-0.2589467858173961,-0.3986560700332874,-1.715086103741324,0.6239195770961005,0.0969473132075758,-0.26845375113717423,-0.33093850635170013,0.9142581569671846,-0.16794027717486518,0.6602312278008007,-2.0130950268173557,-0.7088996898617741,-0.5364384682073265],[-0.4575358965588579,-0.018434378663597584,-1.5074427849166991,-1.2355954254742745,0.01596503680762801,-0.47163836135814774,-1.8046431410730663,0.43557417382536895,-1.1003991307218244,0.12588498119679845,-2.2336442949210533,0.6708018178097602,0.2845301147466073,0.6838812334992118,0.6878118209162958,-2.0307149888675617,-0.7725724993235825,-1.7689668458021315,0.09488136759649216,-1.4995674165871296,-1.0925064887994516,0.881580138256503,-0.7208818493787574,-0.08050204088815249,-1.006934257526098,0.2225963795176407,-0.8328723369135893,0.8971422535224047,-0.2341858300549752,0.9247926210251919,0.34485070714258864,0.008039266356227325,0.525663810689276,0.5577217402253808,0.7154588676303436,0.17500708033811546,0.5580784003846299,0.06434569467841096,0.21488790736937557,0.8959727858932297,0.23276042686910342,-1.2428165123586765,0.8834301492192919,0.9394221693534509,-0.8980345783621564,-1.1140436225133041,0.5053733153259741,-1.534365067123431,0.5386502290970353,-0.6059186617856024],[-0.576950759933594,0.06606073386503282,0.40703271762946297,-1.6220114242082866,0.565283831472519,0.794302924355402,-1.248780596148376,-1.0778433998611614,-1.7970025053863985,0.5300313591285495,-0.8305515310611802,-1.3271275340145838,-0.7313739494783768,0.4884602014670908,-0.4558485604776015,0.2666164155395278,0.09984333383913499,-1.6292008375856395,0.61342604787608,-1.2278360659638738,0.8899121371672399,0.15101097581434667,0.34067074507552053,0.019197070711733467,1.0361400242487404,-0.6872937139014792,-0.6834814207965263,0.10900430018954678,0.8175210901913849,0.13343584020755583,0.05407181123903971,-1.6966587197293586,0.27090039917744174,-1.7024418813023818,-0.7667399046567336,1.0900955221130655,-1.1462751782323208,0.864209295571186,-0.3284078371694107,0.044157865169973026,0.5929325802982865,-0.7936450752399344,0.8564452909930274,-0.14408503849933377,-1.6402101706797294,0.70327268175254,-1.4093066581277194,-0.1386520899928161,1.0366728986652602,0.8650904608871376]],[[0.354653473708237,-0.6783626686363535,-0.5584456798385224,-0.1896457332126922,0.6453574856400858,-0.46008137604985516,0.6902413160941944,0.18174928182507144,-0.6598842021681245,-0.5283602587318992,-0.40862366762039437,-0.91503138756294,-0.9165532524206876,-0.32368575657873605,0.5371983737774371,-0.41393532031437374,-0.6373313507208448,0.48590300436159733,0.6220273168483076,0.3459515550824759,-0.6850405343397662,0.6488919454863086,-0.3714956423204983,0.654376747887663,0.8100327848658263,-0.16153342148753055,0.19582121844409725,0.46681004940953014,-0.8555408479387828,-0.34075349845396297,-0.5692505978004928],[0.4926625563835802,0.4568431508392565,0.8892416650526361,0.28366625236556453,-0.5354172545185567,-0.14150536200928385,0.19304613033139176,0.06371612238792,0.2285448973981915,-0.20869446509276343,-0.8850220909572366,-0.24564494539047055,-0.2375417282314537,1.8022206351451338,-0.4693149053657865,0.08497777553368753,-0.536988955072369,-0.6860090023359472,-0.5600243668282883,0.5589370651084715,-0.19243749994720477,-0.906271423799659,0.11047701905685975,0.7495609408777705,0.3914438287799685,-0.5871920810219466,-0.7056884285256836,-0.12591311787340934,-0.10566047839390603,-0.842794310243945,0.15601882719676752],[-0.6435400337011938,-0.5579753113276166,-0.6638782681056818,0.027704815424984888,0.4838684871784066,-0.12257304322825956,-0.9970772503936374,0.24905172440942264,0.3842890450122569,-0.15354716015157904,-0.9108472629331343,-0.09015090525702367,0.631873054871815,1.3656894865719424,0.49955378399186184,-0.28614727454986166,-0.5613884940976099,0.3649749263590376,-0.431677505039021,-0.7011422671093556,0.2213755567666799,0.3882218378309319,-0.6717217722332903,-0.9707667454281456,-0.9775589767914087,0.21582293709341244,-0.601424832409316,-0.032708367205277214,0.6175697652519978,0.27848272137566776,-0.12196209204797358],[0.6501884713279665,-0.19540742855114365,0.3098005674929297,0.2131556486717164,0.3641503982518993,-0.4773348671988431,-0.8097650947271516,0.727274208428859,0.06604529178305318,-0.16857647714791008,0.7154865730239641,0.5109219746239729,-0.6009747231735978,1.0712347545126841,-0.7569814857461584,0.8241580683248497,0.23516984576579264,0.8891588193963926,-0.9706954638803363,-0.33859390258625555,-0.6491758001937772,-0.059235301602583,-0.14400651393168526,-0.617719452882327,-0.1260634508089942,-0.714499406680556,-0.10500686404500909,0.7671789247959917,-0.9068305601184269,0.6998260852775485,0.5417996823860517],[-0.9338857329169579,-0.94203801641162,0.6296060000285244,-0.45322650434856787,0.7082216292639413,0.5321720572510473,-0.4397462440169251,-0.9888276976386791,-0.31596450211527327,-0.16180807731241004,-0.47284149155503513,-0.7799190426153054,1.6567316923386972,0.7171969831210165,-0.8963022757799924,-0.2579175085821803,-0.917593366751095,0.029468825697406196,-0.4541210419295632,0.359654691935089,0.04183977677448319,0.34241823781704095,0.29459446441877263,-0.699914959154049,-0.5697042870010086,0.6770129223300569,0.2493538102033464,-0.46543905555406634,-0.6403328454746983,-0.9615283755862816,-0.4138241056966743],[0.46839264143047615,0.10144535457134451,-0.9028831375324414,-0.12348248598040504,-0.45002754816741,-0.2655317992238772,0.21770333361451832,0.5729438004426706,0.8224720264095992,0.31084449750667353,0.6688494609207849,-1.0280625420636962,2.1358365623625897,0.3298952398258013,-0.37933030230107384,-0.927069961125168,0.8281053949654028,0.4324295187541776,0.43212393833839796,-0.5304311970345883,0.6300853443610374,-0.6053396261219275,-0.6249146012297977,-0.4153027528516928,-1.011163839670683,-0.3127646721131366,-0.33001229912914415,-0.7471739926133021,0.3748790592640256,-0.8629412451439991,-0.9532374089826062],[0.07733812514655528,0.3356457180200468,0.5212197785264183,-0.10312156163639,-1.0129936391975662,-1.041876034068753,-0.1957598861288092,-0.624950266764314,0.8459361790844004,0.4597241974786568,-0.13041890175605952,0.3641425378592864,0.5087081039927327,0.05560669878998061,1.7886153339581299,-0.7881675347616485,-0.5882685238882884,0.07172411117269085,-0.4399415093401732,0.9289672362392977,0.3164016953593701,0.3819298899921396,0.4799354964132946,0.5465055339618702,0.7394226392444211,-0.6056171835175174,0.32425556203874334,-0.23261958815107733,0.2889773443969024,-0.4876684373462542,0.14329960688766588],[-0.8055224549199447,-0.35713578929656387,1.9921481782954054,-0.4343464210891017,-0.8696219935681752,-0.12917701870258955,0.19684604452726626,0.1853508463959767,0.566269852686116,-0.8096907311757817,-0.00792078037216844,-0.39149601927058486,-0.49313457885521883,0.5526962214756311,0.016256886272988803,-0.006526116077379778,-0.10405883842545478,0.2866022955232084,0.5075535749491394,0.32697689460591417,0.12440033956706485,-0.8887083168041732,0.6391164443841377,-0.835204398582816,-0.675629431373598,-0.1588664472309095,-0.3330821388779608,0.9485128104709378,0.1795705875714659,0.8762829333105441,0.5856823004733044],[-0.18845896786304508,0.42122075177231666,2.0765820183403134,0.4814750024487371,0.3215679876472282,-0.20623727945995,-0.9284712798476851,0.7112857345548951,-0.3853051996370047,-0.8518164235480334,-0.8398881839426171,-1.0655913150467784,-0.8072656340135962,-0.3729276465476401,-0.890875980116836,-0.7566525670300708,0.24849027586947575,-0.23298274566444213,-0.14894421671019736,0.5773033560168314,0.9050080361035135,-0.0783663032247224,0.716810164838668,-0.36280537108390404,-0.5865448990239676,0.7360464646502417,-0.5811472102244724,0.17416947611493844,0.6088637215955939,0.7951127646383878,-0.8301457549890894],[-0.05431509584494782,-0.6973704644341158,1.8605878336131734,-0.718439030850866,0.1591644358237353,0.7525500882519005,0.2832677636384599,-0.13831297814104157,0.029381625964674026,0.636380971461778,-0.6567314799486714,0.3263197396893619,-0.0854750560989258,-0.7480455188773588,0.7052115608905675,-0.07572296959073258,-0.5218292094537468,0.6664219571448713,-0.6698205801520278,-0.47398812940790136,-0.2638763368186675,-0.973478084031141,0.0328100760140722,-0.41589996685227754,-0.2969147557668989,-0.3566438018221706,0.7560037038107162,0.5792804267649263,0.021454624065987384,0.7549247189069231,-0.37716448835998834],[-0.8282990012980076,-0.10874632014982169,-0.778054474695831,0.5945611331949472,0.20694967966851677,-0.8344126196363003,-0.389208926972903,-0.8986515770211317,-0.6706679062037288,1.1951035010984092,-0.8635763730258349,-0.9642479181921051,-0.8358647151138107,-0.2946631578923503,-0.7156704000789832,0.11997839629730735,0.03565728528271284,-0.5006263367818081,-0.3108929166482998,-0.8492066138894618,-0.06606923836896815,-0.30399236576365496,0.2180694629576809,-1.0006625899994723,0.6231082613783105,-0.8823667852226333,-0.19217140076381806,0.029800191174379518,0.19732752698642073,0.3110163269471149,-0.7576274470956397],[-0.4811059987390664,-0.5447469408831642,0.498779688203252,-0.3853888639351467,0.7907650072817944,-0.7341966311494044,0.7848997027627155,-0.7641798455658061,0.2796617046531936,1.601439818294218,-0.04947438194672352,-0.34889620061459736,0.8829635820046847,-0.31662524890453214,0.1985848768199785,0.3075143168414769,0.8587516366843614,0.7931799546738295,-0.2664968545029852,0.19708787223526364,-0.15469001160800683,0.40880362048318114,-0.7799730522579038,0.1270584640755585,0.8471762941752011,0.8323635169836395,0.05842445374479874,0.004241247686443311,0.873194084120575,0.7961634963295031,-0.8618447672318393],[0.8948574554084251,-0.5290153805297652,-0.3302269447800077,0.8961449252368593,-0.9097288855570825,-0.9969554635556676,0.34408657038836526,-0.11562388415014256,-0.6011877814065729,0.05420723339891712,0.41902465947376016,0.5280586382725176,-0.11908542338164568,0.6219204526615272,-0.6124659080607603,0.5324677901549015,-0.3161952950752513,0.6531487601958231,-0.6046690864451094,-0.9424565730105365,-0.5184764407844958,-1.0018105964070354,-0.3054362302794651,0.2741974792861248,0.8427872820672987,0.6716524741828891,0.22157793235820772,-0.21509785853001737,0.8289720314113198,0.4073340969360748,-0.07087865703138922],[0.22140697794874015,-0.31588046985340545,-0.37085060488654087,0.42119356703282973,-0.9691323569530486,0.023945277274324078,0.07557708362807748,-0.04739612867684219,-0.8027268618936436,-0.13728463922511674,1.490472199322919,0.36340372305118945,0.5446516121444017,-0.5111689281020397,-0.96087899897072,-0.25847488790141615,-0.421211417395493,0.9628912362116819,0.7192845070707141,0.1314585941498117,-0.1872691367661326,0.5597739151333403,-0.8501719474682591,0.061309226765111184,-0.3794199020580692,0.8423123590032935,0.2550439741199703,-0.25293011264361726,0.3424136156967394,-0.11171502433655024,0.24046880665300108],[-0.5897703932869462,-0.5541325396106019,0.8418616208263319,0.12451441884076435,-0.5059158969521077,0.8098351443259096,-0.8138881559677924,-0.3381742455597508,0.9021547440983453,-0.9280881548421059,0.7703194834653414,0.5838094615449003,0.6137355032718577,-0.29236716252280864,-0.4799690632250598,-0.9759286295144712,-0.34860329993233563,0.4359964625115519,-0.7538531045868031,0.08391907698637041,0.4237327562255062,-0.3773948137971013,0.9085418065119197,-0.695106367071749,-0.7031896215066314,-0.05450339511497267,-0.603477813352826,-0.4229822096036963,0.01798230186831906,0.888758290607774,0.5218609910333041],[0.692164956505869,0.5608963909523516,-0.2647700151119909,0.6078604957776014,-0.37766645351825306,2.0488724384870833,-0.6116783199626106,0.12988149288864834,0.3839021611510824,0.8183498166688024,-0.048003190672562306,-0.6342317253917739,-0.9958279467611755,-0.11326065501521729,0.20047499417601816,-0.5233627920767845,-0.031265009136071574,0.36659982773203253,-0.8638479130699585,-0.7171191981374173,-0.5197488471091802,-0.5254184083510939,-0.05768091194454508,0.8336155025817592,0.7089214252121733,-0.2515891641270413,-0.24962998084585694,-0.16957573669385476,-0.9220785410070226,0.7707754847293214,0.8784801770793599],[0.6783300447030324,-0.006768515669195674,-1.0584505455218642,0.48205218904037217,-0.6236791712393734,1.1403372069264783,0.09630655896396999,0.8432805280579112,0.39364820943588996,0.9559738986764342,0.20662423259109283,-0.39750165671871523,-0.21313004225243004,-0.5955350993478898,0.8339996623020627,0.917782332703829,0.46578160097077875,-0.6032575788221859,0.5228520039862153,0.09857004959271165,-0.6376894695737764,-0.8504938382351369,0.7192158627649753,0.6012804156838935,-0.0031425518053453216,-0.2851514364869467,-0.30234710710110874,0.8788992929529013,-0.14709614691701442,-0.9522567704310045,0.6563371366453823],[0.8848137067931471,-0.048473362551429,-0.9242278503979664,-0.19085084155533197,-0.6643294659903182,2.1060972760176973,0.12164311329399803,-0.2892282130453719,-0.8122262822106104,0.3676208537056959,0.3701213747482945,0.5338171743595524,-0.46596215565480326,-0.9280147121747016,0.47920345207590875,-0.7197332865357966,0.47754043972994425,-0.03802423524938415,0.3413769618018304,-0.5998615384041588,0.29216423735261005,-0.0418117034184874,0.006161436227248711,0.12255279675650066,0.7436367909924957,-0.7180212753466995,-0.01411974864135027,0.506604322513238,0.735883472684119,-0.34901149752665633,-1.0239996236867681],[0.8360726209961868,0.5698208631757636,-0.492946659548932,0.5666289105226395,0.28660612544240327,-0.8762199980987887,-0.5111043774658702,-0.49626639434042175,-0.3238246314700255,0.3248281192941247,-0.19263756201171472,0.7722563533488958,0.5404804201306106,0.3132448395673685,0.9552475289582087,-0.7122835456643333,-0.33303847604651166,0.8543012883739195,-0.32565661204975205,-0.05591237766489899,0.6780327121397834,0.07170469194209712,-0.055102471935591625,-0.48403228316457014,-1.0019233434095607,-0.014327811341158576,-0.7165267689021916,-0.3436170537187136,0.5744860161872329,0.6665572226643143,-0.882856200086273],[0.7685991736440918,0.8948850187532796,0.8166086520030273,0.21045088391285216,0.41165525254174545,-0.7641380184124528,0.1016505256666946,-0.22315491628013642,0.27666374619632894,0.5840866809666841,-0.12439935654217758,-0.8288010862661221,-0.5870769155105285,0.18865367382150744,0.9317724552003582,0.3062056380177958,-0.5648354513820485,-0.6253029210801287,-0.016239155957662052,-0.7080078191896414,0.2706900294630373,-0.9923211839377512,-0.14766533474019844,0.8996810786699484,-1.0951245920694574,0.7068738284556922,-0.2241109639668596,-0.9245477068797636,0.24349211698905288,0.8436009222773021,-0.6545203607737788],[-0.42143879393719913,1.5950227650797988,0.8258128041265305,-0.8609342677129449,-0.5147768159902959,-0.6736173546275459,0.1972920572469569,0.04087238616603514,-0.10193679451463071,0.9296592228509772,0.5327035793684344,0.6342235087076001,0.6189326124626424,-0.6110674515461971,-0.5914937591350984,0.47963489486323013,-0.10196842063002655,0.5662033138682523,0.40285175821824903,0.533094917370397,0.017862040091624728,-0.3425037523438505,-0.5774107706944507,-0.1925181882687363,0.4486490442901032,-0.0018779711540607858,0.749035874713933,0.6030269574364512,-0.9249459363354366,-0.18611289146656984,-0.02321236837640771],[0.05931603378897111,0.35204057655270266,0.5395611653935165,0.7699208166215135,-0.3809782011353155,-0.9724886805836317,-0.4142797862076607,-0.5268628194078444,-0.4833273607875009,-0.27990825933467106,-0.4090441717173766,0.0874001616895567,-0.1581476507350709,-0.511084092382867,0.42631483848979085,-0.020805040315134665,-0.11580906631855827,-0.4160504903674675,-0.8937468685004983,-0.8745455612160635,0.46965980153540193,0.7309664470263436,0.5008885542184013,-0.6754093913756254,-0.09729900783014064,-0.4839338259065004,-0.8810375404288073,0.44290339731347655,0.5641990454798518,-0.06806355049060198,1.75668289784274],[-0.7710246050236946,-0.5240852208212935,-0.004926420511684167,0.8022545573351301,0.036899053092623826,-0.9305600572794989,0.8928103192075986,0.8673477265369217,0.5251953521001578,0.27697426675030795,-0.30175235120204125,-0.9413212585117704,-0.03099800357926019,0.06628757586383265,0.805424290296155,0.32824136639130885,2.292447627908183,-0.8973738914950742,-0.6516272607210815,-0.28264881477578874,-0.4221861566593903,0.9539041176784993,-0.2211387575390512,0.5302441307673608,0.3948458980751157,-0.8446806864101958,0.5410419512097001,-0.19870183355577692,-0.11354174964498048,-0.9796880677242584,-0.7248671173231482],[-0.08038443286386486,-0.15240564634149345,0.8296857805920244,0.9507856179713522,-0.6455383893880445,0.552882224527848,-0.7045072431965024,0.0893274846759359,0.45514185085866915,0.020953480873251492,0.0340097351043053,-0.6058960599858318,-0.4740659049082872,-1.2425555036677458,0.2780003806186771,-0.2521034981779985,1.6094157988072826,-1.0137247481971678,-0.6296816135953232,0.004555259108453436,-0.8664382912763616,0.10622369455100482,-0.1647532586235758,0.47869287060785076,-0.9455190277736044,0.7418873306925543,-0.6995712238039302,0.564127208111718,-0.7357375677526545,-0.06189670348203447,-0.45674171743145714],[-0.8477341466768726,0.21278014384967678,-0.8726370506982996,0.9113741534081033,-0.7176807099725023,-0.004926273866510844,0.39808816679670067,0.9550480916739258,-0.37951796644344904,0.8361669040305163,0.2568585581441965,0.7026645026235263,0.821696655434299,0.5423892691308537,0.008100654320952264,-0.04212736528670744,0.055218843700730005,-0.530793177743002,0.22088171787395108,0.8917803772325928,-0.052853427640190784,0.709405477680049,-0.3432366338342787,-0.41345362795988144,0.10432807802470451,0.2800461933632123,-0.15863345296185435,0.3418377660822189,1.9587396476495156,-0.7593884939633921,-0.97266623563441],[-0.4296063083180195,-0.5709070940586665,0.4657213631656999,0.801698337897056,-0.23683186854352747,-0.927307413969023,0.32946982561634447,-0.902727908518028,-0.7391792294147469,-0.6652956676578321,-0.8907134814565636,-0.6227493046397596,-0.73782682822915,-0.8980733825393404,-0.4001930364413372,0.5443331909666171,-1.04260127688543,0.6593593268335984,-0.9179148677683981,-0.8910282882151033,-0.6195455952237858,-0.23985263699490136,-0.16033578553842498,-0.9152994866453537,-0.44201392770374615,-0.6940012495869753,-0.18558807034317065,0.7130362868423574,1.913138215408416,0.7512795651337292,0.18919728756523965],[-0.7645683432411696,0.40234826480520947,-0.6210964494537274,0.8020441872338196,-0.43236159111570405,-0.8025121631631105,-0.4875666685031445,0.40590013901282473,-0.047828607648653924,0.79183850787572,0.03531056102069967,1.5352653038346014,0.44033938240571746,0.8688569510206986,-0.914150171714154,-0.664610704444442,0.6112451510077491,-0.698069517486073,-1.0506095567391334,-0.06022098519980931,-0.9987316531595861,-0.9028766309590079,-1.0085954088924227,0.5952783843088635,0.21839836103758564,0.04754182460775301,0.8504765132106505,-0.2228815406853487,-0.4069350935902138,0.7067128361617454,-0.23895465594171386],[-0.9291973438803317,0.5990836062748237,0.7212356447846184,-0.6989835005026412,-0.8619204170450818,0.43913584925267257,0.056080629884629724,-0.4377124766786021,-0.8930954953941438,0.9353154790385989,0.21242340894110337,0.7384372568999951,0.4344013216716787,-0.850946163025098,0.6382036898449223,-0.6875788492531043,-0.05950935603390602,-0.9132496798874785,-0.12990947711964548,-0.5312098397064191,-0.8206762774505104,-0.8701237237823823,0.11388232161546638,-0.4888803151218892,-0.8426280270803094,0.6695175169363284,0.49959763514704425,-0.959081206957089,0.4559741677024798,0.4440299711641799,-0.3262996887745344],[0.9387034884123208,-0.08801727573339531,0.5377648383896627,-0.1040558982395598,0.7109704585578278,0.0733832151462972,-0.8318014552390404,0.24585680538549912,-0.12223385498948075,0.15852556465202197,0.32009124306762315,1.0559023550583078,-0.2861196387331352,-0.11022859758905154,-0.46613130185792606,0.7343824077777007,-0.2398643727912495,-0.826533843717854,0.05058043288017032,-0.9197714131997131,-0.661215653308232,-0.6247452571906291,-0.534054841282894,0.7972229838095142,0.6765341346074429,0.4591638172390365,-0.11899678978375956,0.5963398679847128,-0.4395377401544313,0.7866128446706735,0.5194757265115293],[0.584916811345383,-0.1641928694771511,0.8905273342485874,-0.5382611299594241,0.28008944342238506,-0.8739866475233102,-0.8440948536185613,1.8742025243178513,-0.5450005161574083,-0.39129339466098206,0.5168144474282302,-0.7678503259275031,-0.9526290110788923,0.32559977159363,-0.4278559972432586,0.7674583355389665,-0.7146007566547897,0.45245610402630687,0.6612356879861045,0.9401614510743205,-0.9101190546024736,0.3035937795342173,0.29545676838635443,0.11687778587000057,0.49759801468195414,0.21464518236350646,0.813417678130624,-0.09620030145199965,-1.02077660247899,-0.3911305408768946,-0.6101716400121059],[2.144130130865245,-0.43235992089416936,0.5127360733822298,0.7683017155019034,0.12995833521760783,0.6296552848064245,-0.06732294378414534,0.6770083064624213,-0.9139941176672428,-0.7584404340671832,-0.04263221991049881,-0.7846592235118832,-0.6177187986254227,-0.041402480100953765,-0.13312688640334855,0.009728792443607064,-0.08552262615700885,-0.3366807274142331,0.41515179160055854,-0.0378195106388151,0.6262223368110925,-0.7832800651871172,0.31099167286340695,0.2876781106241334,-0.07390827906374361,-0.5031690454703562,0.8314196933175434,-0.20139024888897317,-0.2748896749544721,0.7448396711463899,-0.9624082003633831],[-0.3250244876332938,0.07975978934814677,-0.18619128248637576,0.1495566504452341,-0.4377864915571161,-0.13030520753834102,-0.7576755992969912,-0.4362050008904276,0.2964147608425238,0.5887690741875501,-0.36808878796309225,-1.007869959606573,-0.7718177670195481,0.8037489398221482,-0.8566566072775266,0.8177631097547026,-0.2656821399827817,0.6995625390660628,0.33144127931187817,-0.33150810220850047,-0.6124385564396618,-0.27642201094418056,-0.001066425086572341,-0.7420111732249131,0.7879064881088298,0.7382548506717493,0.3598885444113706,0.045127232595323086,-0.7474919109065734,0.40115928225182107,-0.28762601618528244],[-0.9799327345791446,0.44527271943294267,0.08714933335987776,0.6499582225179302,-0.261550909733914,-0.16638719895527418,-0.19870035693797666,-0.3941409556485761,0.37543055362228256,0.48619421833497106,-0.03394007033676877,0.833375860528594,-0.9026732682275085,-0.7077142111325404,-0.03541737749790753,0.08466273787137055,-0.707164696039972,-0.5034540396097588,0.3254352936696281,-0.5624743184013382,0.03158665382638588,0.14595504297351755,-0.6773389830180955,-0.5726621085826413,0.6742858508837846,0.07345541946774557,0.501516541908144,0.060130664834239,0.347735249860948,2.26880617069201,-0.3334577090104342],[0.9272275165172182,-0.9667278992919232,0.44019498528810064,-0.5214097661570917,0.2537341329249916,0.5586951660915997,0.08202913022597201,-0.5774372744571306,-0.21147212524403597,0.16153873989256104,-0.7848544117337477,0.08708765573734477,0.10394137576607454,0.23165625697162334,0.48352649821391563,0.10422095974590558,0.5960938123635899,0.7800733837664697,0.514772946483436,0.7733560170229704,-0.1773931097903273,-0.5069014023112859,0.6906030399035442,-0.6145263857921729,-0.8182703015223136,0.1450099769073311,-0.6362535224748399,0.601209791935014,-0.8541994213180263,0.421388143654154,0.7883804127909748],[-0.9369548844552821,-0.34824850854915135,-0.7028955791783831,0.02883091769549764,0.49244297708872226,-0.244313316264828,0.3934094996664799,0.5418739883073934,0.26721175589583873,0.2158854959928518,-0.6993556946605238,-0.9900877952750667,0.080182666822637,-0.4646737849695963,-0.05018969731807862,0.937054251276777,-0.16237036809604705,0.5574758481760875,-0.7253651165526244,0.9260306882096133,0.6009044517533082,0.4256741328733832,-0.4867513208063356,0.68611791928575,0.5522536273073877,0.38348165143316243,-0.09701906927616688,1.0620842072044825,0.016443760403103597,-0.05893477097268172,-0.7199519701073541],[0.41653583405539585,-0.28346190551813877,0.36046060709370925,-0.20957938793624528,1.2665089783276038,-0.0812562156737428,-0.8696347689821217,-0.6114281567936176,-0.34712319928796687,0.26450782979958026,0.49895855637619446,-0.9116529823740959,-0.3518256857248945,0.6564912346960047,-0.1682347103722175,-0.7942104072642903,0.7422639275276661,0.48818614593225,-0.29429018263153484,-0.9309089071067079,0.8555913732942525,-0.7526439139370111,0.023052242571086436,-0.3655646708304993,0.9088731572437392,0.9069227908428694,0.06685346576316864,0.6591957728760965,0.5925500708090939,-0.26533489140293315,-0.7347261576370832],[0.5442578171779113,-0.5852159186372713,-0.9222337155448552,0.40043396301095374,0.6569758590912211,0.831017231348534,1.4700843382964859,-0.48793350309809125,0.8052437211385358,-0.9223208434241198,-0.4510933594098126,0.10180586671390396,0.61388808083835,0.1513603951637872,-0.908472581409255,0.029097200147379623,0.16577757133409288,-0.7295424620602513,-0.9266585906185466,-0.3263703801829213,0.7936177476677577,-0.17961072501788333,0.7628782857983367,0.12842700101981405,0.7175084291131946,-0.34000433910133027,0.14022768564561428,-0.016778282995960826,-0.6570717913986813,0.2903287808073562,0.6883125625878003],[-0.7532787339581687,-0.17735341514590214,0.1788252721184055,-0.3595739588867831,-0.6712835523787783,-0.6880869961924937,1.829646404942528,-0.7545910054084726,0.48360012545164255,-0.22373637465412002,0.8422571565750782,0.8819119288127681,0.31291740752490155,0.05859733029552231,0.8376888107143182,-0.8012176772627098,0.1592412216142459,0.8035780394456914,0.5986639246564804,0.7194773258349978,0.4655531760881438,0.200226961228091,0.5450507394779418,-0.9550703694311238,-1.0510769254661203,-0.8823754149481731,0.5372260170622855,0.35896617129911207,0.29380715937029056,0.14916494707942834,0.7350131194569766],[0.4996911178098643,0.17012885079253184,-0.26709175219581904,0.29442312806541326,0.4453696526517355,0.03256809199675871,0.4846407022475692,0.048602715801209825,1.5872221839299507,-0.19303404137639607,-0.1992882035399076,0.5207216097901298,-0.4350327350459883,-0.7846842141585184,-0.27364701298246247,0.04659673511222861,0.06426985717370721,0.28470638140576326,0.4923933148579821,-0.8977402942028007,0.6723185853946632,-0.822907719309446,0.41284269910256305,0.0812093515830283,0.6287219866519298,-0.8375976514636639,-0.8886437969087547,0.3017892442957909,-0.27482377189224144,0.3357390241790725,-0.6344053825002683],[-0.5913915811354986,0.6426481244075642,0.5387298788464204,-0.10148428623060905,0.4202444023840654,0.33582605493568135,-0.0617935460209095,-0.6601635237568672,1.2392766209746306,-0.9868067018017556,-0.06274567841121707,-0.38022086368575553,0.2665543564732869,0.8351813287378378,0.7689209084776572,0.52546256791991,0.3948292225801556,0.682392783565091,0.4895517019787588,-0.616004375689976,0.7673799938202452,-0.042780891481064925,0.33378423635273263,-0.8128699575022463,0.30397056990761023,0.7506934954792303,-0.9855133369794804,-0.15431445609058056,-0.2515425082812216,-0.7210517004446023,-0.4633602727173464],[-0.33026025292954564,0.011841324903289267,-0.22714741425960616,-0.4609830253048533,-0.8922695710771186,0.3940691715861627,0.8007489507344534,-0.14368592014074152,-0.09659634616709054,-0.6673691536392369,0.5325608394561399,0.23615367318536903,-0.6244776800257235,-0.6622084408450906,-1.007320837063175,1.3182941394757468,0.9139176950302891,0.24363940846510887,-0.2167294792056627,0.33092209861314836,-0.02941610819018151,-0.22425054426161195,-0.08576150563299391,-0.7991634521716912,0.26752535121318094,-0.4582770564199701,-0.9415212430061909,0.9144046633718158,-0.6185404721464859,0.8463687368664292,0.7583079917841522],[0.6000555963139784,-0.9579718522154314,-0.7087803693125677,-0.5090252889099823,0.579678140800968,-0.7596155372430244,-0.685878898417855,0.8765630687165249,-0.12398511256954552,-0.3063393772870915,-0.30806521136347426,0.4160457038684983,0.804380500005718,-0.3779260189640037,-0.38483456666648796,1.574000681561677,0.3102032046651607,0.5795132185135824,-1.0508639972328484,0.6455000512235585,-0.42930026013946515,-0.10891687225357093,-0.47198273242468236,0.6390979424232495,-0.40331704665471735,0.8016820088340197,0.5758096782189506,-0.15457536879248548,0.09982794331723585,0.21488264932827228,-0.35110509119541977],[-0.2212475795418958,-0.6830024456149772,-0.8667823219069714,-0.36443907498962796,-0.6094447131989507,0.5928228721843439,0.8359280446695502,0.9535263766118075,0.6626803409379547,-0.9622389617772229,0.17617183617520438,0.18419512312019282,0.6322862286784118,0.35495921307823125,0.584879075062222,0.40039824826369885,0.7328143599118829,0.6101592168734601,0.14553630236060303,-0.7706105766014598,-0.6909360375579897,0.5723062276933882,-0.4001278213868235,-0.8000149478537448,-0.8727576912854957,0.18304853460711493,-0.7708149746785501,0.3537482752354214,-0.8852932373978111,-0.988939218292863,0.36411798435424253],[0.48702465572150755,-0.19105568191669614,-1.0038297746301181,0.19558661096814392,-0.6531274936831185,-0.5620674980451106,-0.8249723940451702,-0.17994654279105204,-0.8256282360176057,-0.20164378715906284,-0.6133242762935043,0.5317046810838231,-0.9549649682544665,-0.7694887208969264,0.20648952766716674,0.7013027214067382,0.4815561286981921,0.5337918632239873,0.7283386552643604,-0.3232849583832135,0.060435832364551495,-0.8329611031907049,0.31843751784405033,-0.8989507791386756,0.6504746099496174,0.43666729755993144,0.3542336085991002,0.34661219825902606,-0.9954663314304084,-0.7009462969014476,-0.13566238621893065],[0.6172496238552194,0.41900200407672866,0.7094265069636694,-0.5873471107169305,-0.9745911813351227,0.2989042923466624,-0.28651021594238235,-0.29576298975609683,-0.4471058815391811,-0.11218341484908616,-0.6292560620717599,-0.3146717468428767,-0.7816332959387333,-0.007295674099242815,0.25938224179410735,0.4984485431962546,0.5355672042973482,-0.31100456883212263,0.39326093134450507,-0.6110210578385815,-0.4487591343475045,0.5874536750904286,-0.6428031916755406,-0.08490367877734754,0.617751030480355,0.678364015310476,-0.2832325985158331,-0.5684426107694063,0.5729695695144981,-0.8838523865835699,-0.8695540921007288],[0.17004792893725862,0.15635632550966255,0.4082122790820018,-0.918399538225785,-0.7813539546655046,0.28501315845008474,0.7784257852878507,0.582374862910123,-0.10009525909150178,0.9492985212884621,0.2428990769294336,-0.12203371158358631,-0.5808454420452873,0.3257184666835849,0.535099071364268,-0.2937637072642486,0.6578115575982988,-0.6503320662604365,0.4666373546131472,-0.8306729872222676,0.5698813793961454,-0.22207843887724557,-0.11333289320210607,0.541925457552825,-0.8151727166159731,0.7211417313278116,0.8280815133485226,0.023525112395978813,0.8426845381738434,0.07064045573901201,-0.8627044037507103],[0.28257404359671207,-0.6318839275908117,0.8599901523696004,-0.5851584036111467,-0.7230076027086986,0.9169980769727344,-0.6057209760923656,0.10229636323900124,-1.091644273851476,-0.7788568141726091,-0.17839097757659672,0.07633406270889749,-0.34841719314618746,0.6391776649010585,-0.7508348939749233,0.9006078592698883,0.8577483750725472,-0.18243645108438056,0.11198105168009441,0.7333076116278628,0.38317653071038665,0.643140571148677,0.45451616971390646,-0.36268761115843184,-0.19112226882427957,-0.8188712710932687,0.31665511359851506,-0.22630561772560437,-0.42411603073932086,0.7760543476470333,-0.359194856932781],[0.7447038502321187,-0.2762095569347203,-0.9970011266421707,0.7387058750666564,-0.02761136851613516,-0.5333794153609989,0.19433644664829244,-0.5675624469866561,-0.16906149169938547,-0.8095387448617676,0.6579498088605352,0.4536501087414638,0.057859640676623525,0.6666195915045139,0.6880209535474026,0.6361892131915897,0.009123418890504385,0.807938642742656,1.145645020898733,0.10987608189684404,0.719643952306789,-0.7785067735009604,-0.5481595340233809,-0.5538294652174955,-0.45715405079579297,0.7598376469026846,-0.4239921674266106,-0.2374777707129817,-0.7511236161447132,-0.7157532482019149,-0.8854268848999646],[0.8827591592230278,-0.11329514673828409,-0.29723361697230144,1.7926559660170425,0.16587799331515243,0.7135585248551832,0.34964224901005403,-0.7950651505459715,-0.7918716549541643,-1.0550391408296678,0.21383633024872806,0.40294033917912514,0.040835509635167855,0.2789614757842179,0.3890252225461391,0.5560745019163212,0.20980893635444073,0.6840877062781773,-0.42179540697969364,-0.3669139944274296,-0.9834416985897736,0.3272011036279468,-0.935690212144316,-0.541232343016935,-0.2859059767325109,0.8356969477325645,0.5019927616527358,0.5021266877177357,-0.9144187831793265,-0.3905062994011815,0.5954621322950443],[0.23016002110520975,0.44958154094232,-0.29856639587998546,-0.35408217671734044,0.009658536848044186,-0.36655992018578637,-0.6935966679490927,-0.45437071676419655,0.2669225425679322,-0.8666007722383429,-0.26093436648965773,-0.1329195853920253,-0.8826042827290832,0.1927942436198468,0.8880778822926797,-0.18678006117439389,0.754122537149512,-0.3899399174786468,-0.3638741380354642,2.220528268616722,0.7612043759364718,0.6862386612801002,0.5083379262544205,0.6988250043623163,-0.20742714626336944,0.2975583765495686,-0.7478791517296848,-0.29725866831033754,0.47421131521764603,0.8481527161261236,-0.2682109947960272],[0.27812694208295763,-0.557086302487408,-1.021686446388176,0.5623068410961648,0.3901497924390649,-0.16601348512277891,-0.09345558955530214,-0.5686352385752826,-0.22711392882970338,-0.7620778597334327,-0.418741800685971,-0.44768987076047306,-0.5418912006067017,0.5546148310280633,0.3551681410147522,0.6852280783640783,-0.6965652956389723,0.7930135287363557,0.282369165119892,1.5232762589206816,-0.5516786958282089,-0.9817320683957811,0.7520920194404929,-0.7423420555725677,-0.17491413957837842,0.39170504126895556,0.6324540336936915,0.7408317859037472,0.32023423958067454,-0.5858352175747218,0.791635018932562],[0.7607849690864471,-0.865701475738397,0.5649542883512101,-0.1970329978640651,-0.025156900784233115,-0.32633546935890617,-0.5792399697203554,0.7259490717632262,-0.5922534398108288,-0.6026950263969488,-0.9885768990320322,-0.4546246887267562,0.06167185008700296,0.5817498875292667,0.3065547154430212,0.9264424987197841,-0.37004970123891573,-0.06954657990606394,-0.8210717861284462,-0.2648304741606379,2.3381742572215862,0.12693603314060714,-0.12589511657008465,-0.06334276623617115,-0.7468781854284721,-0.8335576965686287,-0.7098923856588402,0.509483623235446,-0.7487811296960893,-0.7137236330645292,-0.404280206683093],[-0.4787076949223839,0.8752480666250313,0.26949485438542037,0.12694588536190438,-0.1420331544154552,-0.21686204509502888,-0.421414417326224,0.31618222248865563,-0.5228530136281478,-0.964498163602752,0.7770743909301997,-0.9275736952106141,-0.148296496838853,-0.7913648497680531,-0.8031927642002977,0.7028437967238639,0.059345109232795505,-0.22634014281379433,0.6364125656067376,0.5017479411772896,-0.10073470477538093,1.9662258624149898,0.392844087888516,-0.9533716679003533,-1.1004260224155955,-0.8199918821506853,-0.787729320223054,-0.014618590447624865,-0.34674359005684485,0.2529866016547272,-0.4418222433561076],[-1.016415075561932,-0.592023360781274,0.7651531048383216,-0.4544246170973622,-0.751258477540248,-0.7568852818373922,-0.903433338586684,0.8618512382830735,0.788552155729324,0.21831521449736158,0.9266257624256622,-0.09004351356252091,0.7743080562436244,-0.16467072382077547,-0.7268664893492542,0.9117390297277689,-0.1583394177695521,-0.3225566753739772,0.6934135568507142,-0.5961952153961197,0.03705801571264593,1.8663015550275632,0.3050147394853446,-0.17091261895926915,0.612502834323521,-0.19223612119614372,-0.5518921427727286,0.037174024050720525,-0.5991167465304507,-0.7145420167856646,-0.5733714336241439],[-0.5939110825402933,-0.4121402696523134,-0.1261894517068544,-0.17815731480325372,-0.11873847478226351,0.18759308705478392,-0.725580270581818,0.20425473915969564,0.020641505102559743,0.2684335788410129,0.30124746010990483,-1.0503616856244677,0.4271614402431761,0.06277769397745626,0.8922221416046405,0.633851310523383,-1.0425050125381379,0.9147954935192455,0.6681396760045898,-0.5223545928706927,0.3278022931930006,0.805997942713571,0.716518524388242,-0.8864325751872588,-0.7681977457725306,0.7227731914789437,0.12472512211290987,0.2662401469882543,0.8939024111174958,-0.6282172180460829,-0.2596125111147422],[-0.8456777048329316,0.9441798529725592,-0.7770024795252908,-0.9668568714765392,-0.6030279985721968,-0.9293633711115193,-0.18472184792802357,0.6011109889359176,-0.4327692672974547,-0.009771895878960395,-0.5019559798250872,-0.251773042787465,-0.9691326565545347,-0.19330701940368056,0.1995254309551193,0.2086664497751974,-0.8241955655619961,-0.03522801591471513,-0.6295638356622082,-0.355450482799049,0.41231690201930077,-0.7336703147774635,0.22278126253150152,0.7623967478776446,0.6546272058112155,-0.6847658427780191,-0.4076507983977665,-0.8337168718748413,-0.6141475837170124,-0.8915176909305383,-0.8412430646202622],[-0.6230553609930028,-0.45267181065313317,-1.0484846472159395,0.40424580291101464,-1.0013748172968013,0.6252613672964661,0.9120933872634708,0.37115200284220773,-0.3603588724506987,0.5312468690730613,-0.8409149661373023,0.6136971392156126,-0.6844056973216595,-0.7148858558992895,-0.29411369499469103,-0.3975010105036515,0.8171659084980958,-0.8231727821607657,-0.18516716211584142,-0.3582582040898761,0.8082820373207503,0.5298767744935863,-0.3871512627980029,-0.3266707936874894,1.422791723545626,-0.8138810276719713,-0.560556950465074,0.5415948953343865,-0.22677484646269178,0.07754702785111485,0.18952588190116057],[-0.4965231957130093,-0.9103047065319982,-0.5655661934330789,0.21167759388443633,0.07302569579006409,0.08757947971453044,-0.24554967109067713,-0.2365050267750073,-0.2940429140762506,0.4530510578646571,0.26091977113373865,0.7542796533509607,-0.029635162235325672,-0.8392701454838934,0.36141239312975093,-0.3743388818569477,0.26665980276144613,-0.7813645859373956,-0.6987410811485412,0.09784230693344291,-0.6652065868581414,-0.12340035650619471,0.581460149408669,0.5605616278364178,1.0866256698269643,-0.6863860048031739,0.24294686348319514,0.6620252040615877,0.4960758397257444,-0.3915576510709985,0.6689561483127162],[-0.37446133795491193,0.3027136577413834,-0.5934765345766574,0.24113220280296874,-0.5647899484896879,-0.5122367579610131,-0.6628352763807994,-0.07319463720671225,-0.9013837464973112,-0.6586979950836933,-0.09482748121784956,-0.7026818934204605,-0.22269438544281103,0.4776153606785768,0.09462435634165985,-0.5279813277995113,-0.08806545939899824,-0.8120091415031767,0.2547358486724913,0.0014457696584145269,0.9000971455368364,0.6185706063664862,-0.06348623650006985,0.2618629590283294,1.7005326177011646,0.7160019600039979,0.8692458022342625,-0.899178888685559,-0.31580391999742086,-0.876223402047032,-0.6563324407785949],[-0.17469053497077752,-0.6968717947769028,-0.6122317415196077,0.6844079506439729,-0.6065255015209977,-0.8127979142056017,-0.07054820063131342,0.38428280629729744,-0.639939442564463,0.08757918662881616,-0.4364132167780067,0.2920566358760898,0.10331696412610243,-0.048160883765478044,0.41943825180794986,-0.21273681830728935,-0.8904563942724796,-0.1623557901509823,0.5690794005771306,-0.5643267708927721,-0.41554291976473995,-0.6536637745481441,0.7051683649820338,0.8794169584271209,1.3617234084931615,-0.3498968859836427,0.08761732023444191,-1.0011810814868607,-0.587644976442903,-0.7938349377336767,0.12102657069025709],[-0.10722323705670776,0.7796367675560233,0.14399305885560323,-0.6398362987535559,0.3007546003276701,0.5431924973350258,-0.512555840631836,-0.40559854114575294,-0.7291401522298616,-0.09791227791455236,-0.12810536566170264,-0.7384730128047021,-0.25615430649510207,-0.2127029561404159,0.31954900502731143,0.42984963723493275,-0.23937079817423318,-0.297815433051048,0.9108006368418666,-0.7263811848071751,-0.2983127052812098,-0.9390830639832488,0.8467130201391476,1.4082428647280756,-0.12446913213492991,-0.4885508582696778,-0.20711391421624,-0.9358364799421118,0.8662132116056834,-0.6167413248268214,0.020339022887870525],[0.2806432128030004,-1.0468081589610152,0.19145270291201624,0.3310324886735447,0.5236373546728218,-0.8902900653399278,-0.41390024615332993,-0.2081099743132912,0.14318393719968542,-0.6763121583973327,-0.06403061254204169,0.3559476353951299,0.3609806508070161,0.18581403200620436,0.6109933437538593,0.09380414845013763,-0.19491542767179618,-0.2610217865334111,-0.20593410195945935,-0.458401061665609,-0.5846232132805005,0.5952757810951312,0.0860428844533795,1.4516782076645278,-0.5762879435486297,0.9272416410744242,-0.8510847529202538,0.8017574931467756,0.7038495149450907,0.5316534443832234,-0.9799387362331758],[0.4883038192903211,0.46879288024183924,0.15507651376620013,-0.0053469937933486,-0.30414898228420345,-0.9524041459145751,-0.8841204284131464,0.1824892027505659,0.9070567006967513,-0.4864782750973169,-0.23510243990630225,-0.2983933827115829,-0.09316318108684649,-0.39309701682758824,-0.6069037984159183,0.5837262004274348,0.33871184604303556,-0.7178316886112651,0.18898188895569137,0.7014947005220837,-0.5467988413346935,-0.7484394367080153,-0.22714714998605628,-0.2529532180422528,-0.43115053590040725,0.17585699250863623,1.6961589350798294,0.7718145734253767,0.18609980605307738,-0.48522956721661303,0.25694982038393527],[-0.3095366171613774,-0.4678826013639414,-0.32567447931204435,-0.23343090675731581,0.7503034476547172,0.7272851243238191,-0.861805509371142,-0.7863234068237549,-0.8421235669306949,0.19796215757004046,-0.9329876125089922,0.5141152811940145,0.08088647306867575,0.8361911057851884,-0.27495018713976077,-0.9871412074422522,-0.10452908164632044,-0.0020680711552471284,-0.9987853652738717,0.1252692964924971,-0.07689102532440456,0.6790020249809788,-0.9470218491820249,0.547197703050283,0.3304260418204569,1.7471042203086042,-0.49443441154136814,0.17062121703289398,-0.5094154085636695,-0.07824144987214222,-0.5543363851683432]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.0914418732752537,-0.029008447761548036,-0.022045421687524925,0.008026148093036404,0.007559027677718649,0.007156419935190914,0.006821566552211783,0.006540348421049566,0.006300087486735641,0.0060915892132207645,0.005908242366523784,0.005745205238425339,0.005598852688898767,0.005466412660352288,0.005345724821665588,0.0052350770145816235,0.0051330919437404445,0.00503864698392689,0.004950816293612591,0.004868828270515741],"Time":1.13,"Locale":"ca"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.566843960262231,0.34686465190162385,0.5551083134226922,0.44563275194573465,0.3589033182160622,0.5367182570180515,0.6459958397594725,0.34795493229837204,0.3681021766874375,0.3180764433601045,0.6038876221079486,0.3675388703399466,0.32758608722488647,0.3001794100806568,0.6671346830707776,0.7057738321645338,0.3728568469113564,0.43318889155950385,0.41623202067640735,0.5324108920275906,0.49562041263487583,0.6850762736453174,0.37139776813251607,0.5405050501572755,0.3226020866164259,0.3248756187863468,0.7159099918372874,0.3635184655618811,0.369546225972764,0.6071825067803598,0.6610035804031109,0.3738961397153392,0.6323679031519202,0.7062939811065904,0.40066470126326115,0.4941151196408412,0.41367845066129977,0.6568324515321802,0.6416330436526361,0.6320604435987155,0.569810750421227,0.6429135750502661,0.5208836728786524,0.3173321640496759,0.36151797222429854,0.685917673914051,0.4744727603733316,0.5821715483554036,0.649179889312365,0.7062139553908594],[0.1823772205847408,0.18014208828201086,0.000720909963786225,0.7585688242853112,0.5926572682202161,0.002959448170970768,0.44510174285727383,0.578900976863079,0.22310735709627713,0.13847629881986473,0.22031208981728276,0.6097286406701063,0.6187275897500001,0.772702214154999,0.04175119021178688,0.16125050218888898,0.11705777680988133,0.36669226633413454,0.5124481797653035,0.6696554526471065,0.6653213712988711,0.02943169094978169,0.4805080221501689,0.1080909218486151,0.7094963786556562,0.5187550702719678,0.30558230797618885,0.019374603299006782,0.019343259601695324,0.08100489778440703,0.22049352304512104,0.44179182504705,0.3111045273150906,0.6034092024400833,0.43285118202716766,0.5245391012531667,0.0035106099219907485,0.7197640004567223,0.2633522217599695,0.29859526127592645,0.0008662460716626431,0.04938534597187944,0.7476499802756725,0.5645059869431214,0.7634463158758422,0.5345669424095372,0.7386406515239257,0.544145234856189,0.07742380350513282,0.8121173716095081],[0.06879502573585805,0.4138786058719235,0.0023543859446692925,0.9361029457443764,0.6585994643311331,0.003487986993045626,0.8786288348074519,0.9252115814843742,0.1308250141993046,0.1289594699785097,0.12514876891657847,0.06873960119181709,0.7224267754195195,0.8431874192628386,0.013308878182808096,0.020473099774548833,0.24915307620367794,0.41224235068295334,0.4753011096108523,0.905037833740732,0.5395560914983663,0.03635967164891272,0.454758075250356,0.250467194452723,0.8973285709333859,0.12900583285750253,0.6729542259064346,0.20813750114928517,0.028796346416762857,0.33869341467199954,0.10537883543226109,0.3661712695113188,0.6776207876130531,0.26537621715054904,0.08737395057405098,0.4308814921633519,0.03543924961806515,0.09209356809808583,0.18709359569025252,0.5153302911292166,0.0010929360442415788,0.05846591430809942,0.6203686358539007,0.8154202688369884,0.6901512078247588,0.8653541771152728,0.7077164230860009,0.6755572550591669,0.010022440631056777,0.9611789309456321],[0.143569291354023,0.39201318116300127,0.028150924760920345,0.8860309246673591,0.7797681788962436,0.0025166563195394725,0.8361545328933702,0.9567509745808496,0.52381309072901,0.20510617012586596,0.4565103266968888,0.09607156835759172,0.712628869890302,0.9607028977787928,0.04266292054500693,0.04433396803459716,0.24219843234562577,0.4554333395929014,0.4053678258491582,0.7936975768681848,0.5636904744559876,0.012813552480495056,0.5683161747853422,0.1373547436379983,0.960995113031701,0.4555102212420721,0.48760372247011613,0.037118739909894415,0.07131681346475184,0.178874582658457,0.17762206830095706,0.24948497797394675,0.6357862766671153,0.2897627539156475,0.09422603606505794,0.14682012754442864,0.030691000019086926,0.19534360851817215,0.21464920305504073,0.6472072989110529,0.005682920103754403,0.01216640675630876,0.8217935810802984,0.4153519649089035,0.865301816771229,0.44452280717708365,0.5216910601552436,0.5703124340224169,0.009441046956319359,0.8047086542417062],[0.12141398134754491,0.5702346226186443,0.4515977949216968,0.0054369159764655235,0.3980210650912143,0.14882486415609397,0.7592961875693486,0.6157633984300442,0.6011774747593449,0.8093026285784808,0.646395342948082,0.46450929697007365,0.524770149345137,0.34565805446060244,0.3059358369334414,0.6709374449840254,0.2918357692054419,0.05563743634360155,0.3750127361616561,0.5204795469368809,0.569437658771423,0.09653507064432561,0.6605169057574174,0.3109688832240994,0.12700209236598545,0.10033930985430012,0.2827402860057465,0.43296736167371247,0.423410481787605,0.8091246636393183,0.2707362501059199,0.25429007684129606,0.5373084817374408,0.7041676481361776,0.5577809653245135,0.7881901945397405,0.055983566160712234,0.2886465315307977,0.5508799553766983,0.5994575159061103,0.5811413712309502,0.35779405024651406,0.09003010473393412,0.5170508757857212,0.03532749573423161,0.619371242904529,0.36434288084462235,0.7312858896176385,0.8307024317104879,0.6642018421121814],[0.26848831376144705,0.21717164482867704,0.6490246861398375,0.0035222676299452374,0.5652514128269738,0.79952236930053,0.7053806522739066,0.6526665740163079,0.7465091956388372,0.4527777540941787,0.8130450388341737,0.8400534431576017,0.6154499901612879,0.1333201300043343,0.1839001614436178,0.6316148248324575,0.5005281294270264,0.019418339727935188,0.6519574363869393,0.6139304592120511,0.6459594994326526,0.02912246232349943,0.599032736929562,0.61974360839845,0.7000693934616876,0.01620359536170143,0.15210619873574097,0.19211494432466333,0.44656659761685047,0.8389812290234897,0.028657004773392687,0.699147754119924,0.6456171818191082,0.6378140989350384,0.5811049149666355,0.792166995649792,0.3534257970762573,0.42051131926855306,0.7617164195140895,0.5993638911669453,0.08822864772656983,0.633504336306201,0.452903916786226,0.6081246656081429,0.08921495826487019,0.024290696748349265,0.4587437475729427,0.3842067572859952,0.5730868048062362,0.12767144629167135],[0.817587260866204,0.6397992051373017,0.5023534251192683,0.7580635465168523,0.7089237489580268,0.05436220826545761,0.7681826966123181,0.41550193116797113,0.8118542846638648,0.7687804185517128,0.006390855868004047,0.5795909004278027,0.4439106918056614,0.018992011972997956,0.012874349960219212,0.48479325767154274,0.5411797688518004,0.7268323822458257,0.23560043166016623,0.4541701326686998,0.30336715174047346,0.7973618743145687,0.5791456340804351,0.41967362206276443,0.004327799650137626,0.31338920019250927,0.11739928824805969,0.5531179263250426,0.5511671171265565,0.8142363574598225,0.41244047047992954,0.22398659815188857,0.09923819199662814,0.13663639531889232,0.597173203507179,0.16378047324704337,0.3962749004381707,0.8619845055571057,0.21864751320843423,0.6202227262700831,0.0100020143063074,0.562531288368115,0.3776898887691594,0.5388313703957027,0.5499636988856875,0.5367026115499367,0.06459220849385292,0.25955057753180466,0.7899866933845802,0.4686661665301333],[0.018659116206769567,0.6187185243692208,0.5578702082912486,0.07573309760195095,0.753396751960604,0.5469269297050336,0.5468145116254454,0.30687673084164374,0.25283046347112764,0.016732051791407854,0.5394572777650285,0.28086899545541055,0.7081286639266461,0.12310008612986285,0.7540089473984601,0.7583407021445341,0.5419466863244027,0.05162068256358435,0.7384510568569975,0.4515170745019036,0.1428191013124202,0.009645027465802158,0.7176242458615869,0.37546139106610543,0.09715701888064501,0.6486953359253758,0.5351700318139163,0.6364249854917502,0.34344745666220694,0.21021016382106553,0.48524525943324975,0.7438261952574788,0.7075125958520554,0.04004025789682572,0.008910540278236146,0.6990504009676003,0.44593393539823206,0.719675222721925,0.5291757630900111,0.7225395724401821,0.5131987921283807,0.4518762018310852,0.30551730541515815,0.8084173434770991,0.8093382595858791,0.2056660976754097,0.26046179700101146,0.7470042969352149,0.15374934603088336,0.26300946132307074],[0.044350399343229575,0.5555429540112028,0.8608509967123187,0.9047969225761158,0.41045183993818307,0.7282353187957863,0.7086154086123729,0.8372097964380641,0.5732492836313479,0.0030698334574932157,0.31651778022794796,0.3969319203807526,0.728886388259467,0.06308919835532012,0.5929623856491869,0.5565762570893338,0.95159227775391,0.49846031640588845,0.5244900649805756,0.8215696717375052,0.6961358579848127,0.0886423728638753,0.44673202095787407,0.3391182868497411,0.01736070526849196,0.8279139443478025,0.6874714294585669,0.8378447678886711,0.2345742841439902,0.0016810164398672496,0.7265613781727442,0.616668881431127,0.6199550349363937,0.08128006974737426,0.0038734114788176914,0.0870556064007714,0.408279565949879,0.7391785743261859,0.8696451195872595,0.6929367010870215,0.6867032480567746,0.6711334952738672,0.28019861283601616,0.6000490730754335,0.5074103025930419,0.49187319848098365,0.1924609644394245,0.14121795749857163,0.016910381854358926,0.25625365889715246],[0.01303490624204622,0.6936442261102741,0.5250220187328746,0.0002442047199105976,0.26500436804777366,0.5246813402961882,0.31288229607585666,0.8535143811162204,0.7267075341514337,0.5302725942418296,0.7918774606212557,0.4232059430285579,0.7069615750085831,0.010748010962171593,0.599314369143216,0.5782165851293983,0.38935671231378327,0.8433546205120634,0.08577593634924544,0.799453431569497,0.013975678922905022,0.8578789590233002,0.5481265316907363,0.43709141444376587,0.003856621633412957,0.7001786210841258,0.8045390563770785,0.7011388855197481,0.5131170314700891,0.6377328344170314,0.6540463272981324,0.4546546108477359,0.568027238388094,0.23077284119241595,0.01330503864833118,0.2605721998021253,0.7077090977757758,0.6118201811168967,0.44556769388526174,0.7482059890080839,0.032315321112146855,0.29618764336862285,0.2401695286653374,0.6886969724759737,0.13898067162021005,0.14946274322109684,0.34344768700480904,0.006298228316174566,0.0643639221207487,0.15348079406547288],[0.03894477997940383,0.05302692616623677,0.6964144089662084,0.7236958970556551,0.022771244858131638,0.7724624410699737,0.8764117775328524,0.8279162640022966,0.11106348689719543,0.7160749309540982,0.0003041900316138628,0.7628240118167966,0.44718343789120285,0.6636160724414295,0.021570519506701556,0.5850891264521901,0.6502776441164685,0.7598997328757587,0.6342375978939461,0.04008638101140588,0.007167397175170805,0.10954513112572194,0.5620545469600412,0.6985720696749061,0.13916443583110766,0.320832006128889,0.4850766533841428,0.783221468001465,0.41526145279193144,0.00007866653569700781,0.6591097164027252,0.4959384453326341,0.5963798069929371,0.11984100313328187,0.000014557138502420919,0.4614661078655112,0.3769544848464528,0.7657275390171618,0.4782747856438629,0.004391921341134321,0.6444133430114116,0.00013607935750613157,0.7146434007658053,0.7766279275155702,0.8996174070085623,0.1952779293066543,0.9004290296449762,0.4612626248899417,0.3173446769162461,0.5151585587868588],[0.020955312944401575,0.08555196129577271,0.5967599286521711,0.534251296522982,0.017525782525090936,0.7653579733007201,0.7903044581310522,0.3617369605434942,0.20839025615051374,0.8913651873075933,0.003875162111946499,0.663032445606324,0.590715986217962,0.8384501157842997,0.06830500540981287,0.4976324792189184,0.6073506721582197,0.399546999500905,0.41994214471555985,0.09861237509806149,0.06567851526749593,0.1078171325739943,0.1266371321226721,0.7651780500100795,0.3306740576205974,0.3464541223842114,0.8510771697267204,0.7541378071112813,0.38114645317612955,0.0008745111677433277,0.37795676049631743,0.5849566143255878,0.4823823181014031,0.6272213529186537,0.001371333619637025,0.6046069538549169,0.20033512659607827,0.5251503509479608,0.43202093824276727,0.007994821329354865,0.7356343914410588,0.004751913291978282,0.813941869523644,0.8544098812000082,0.8532195233745523,0.05179297476893619,0.7569378252310943,0.7596258859795322,0.5132640721859861,0.45446061529934995],[0.5808000281174781,0.9041307586537731,0.7394922350172047,0.004815082834146979,0.710651337980407,0.09185480595806159,0.14549946031565428,0.21657626048697876,0.4685379759156074,0.8433858134316073,0.7174517221990615,0.004163678674365134,0.02006077158394574,0.8330280293464295,0.34159186617124976,0.8339306127363386,0.36218222329744093,0.960787807127858,0.6001403198981214,0.007479616697948926,0.47275994425063583,0.35770434551777014,0.34291501786647904,0.7942483293982077,0.6200370234403542,0.7922042972732272,0.0035514131451107474,0.609449763242018,0.6854627925167616,0.18608410316897275,0.6360725160925048,0.5152348135149606,0.8201173681826127,0.0016516181090937862,0.7672445980944456,0.1606646391419883,0.06897893046524879,0.7342636685073217,0.680973143214467,0.875295444295817,0.39299312873531694,0.18134956750418454,0.5159639619824891,0.05885158504399835,0.4937765232791987,0.015054805002111633,0.7917776269687201,0.1412396254809181,0.4719223807433327,0.3438025893291008],[0.5182049773579657,0.8317778004951674,0.404286069494591,0.22255043893102538,0.6445064799287734,0.10519669681537443,0.37473249878931186,0.07886938901062628,0.7785215169521801,0.4135364925877679,0.29939701053660084,0.0007929862372779554,0.022887389162661496,0.7841061494816113,0.18323987334857814,0.7048347340342833,0.0073089834442650724,0.8772684039238445,0.796663831289803,0.06916616191327667,0.4863529026430768,0.5133672376009636,0.8774124973811335,0.818726048779523,0.7047305892500784,0.834947256949782,0.27168057998341266,0.16773144922586142,0.15231188042181618,0.05330527873886699,0.4228842430481727,0.7925344141354733,0.26285383747771496,0.0449580632573313,0.23285702900379152,0.09639463032471746,0.5795470249320513,0.7398050579956656,0.42622530166303757,0.23235081414330747,0.20212068538574057,0.5551662348460313,0.3458050102147057,0.2974527727519897,0.6390816362893571,0.016626271856879257,0.02443663895960307,0.15700968499176124,0.8045709857480775,0.6665697217703455],[0.6861955772272581,0.5006015222818082,0.24101713207517572,0.045199282691264345,0.6801253725259191,0.40069681637975374,0.662965134636297,0.10946622710576837,0.8603368310913908,0.7242971486345422,0.7059718873575719,0.00010721548860446487,0.034363233734203386,0.7498017044152384,0.02225010068797788,0.48255098132058194,0.27227386787818386,0.6837009360411727,0.9091042686843673,0.0034515247697529876,0.07437997763339015,0.5958353800199094,0.8912824513545563,0.8695683953315142,0.612409516180059,0.8968382835663841,0.00455425568724593,0.6432945670384407,0.8644913366994125,0.64298837273308,0.6286559662270325,0.5856945206978286,0.7803298425880272,0.012090298799973103,0.6474775025509094,0.37998777092800073,0.3881153670131779,0.6329823972713995,0.4377800524423419,0.8593870937381586,0.4569421779072175,0.1292146473143974,0.2275192400349285,0.032926263397529444,0.6769979657526096,0.004478580205402646,0.7714486924641063,0.7471226633754416,0.6296220014200122,0.5376866870696733],[0.6853402875173371,0.7221428609459395,0.9110307934683197,0.4713391356125769,0.44719479686866215,0.5260555995631662,0.11454825092886188,0.21946744159271725,0.4988681308020235,0.1670198411915235,0.05457388429448705,0.1527420135392466,0.02825802316889844,0.6770571255362482,0.47113632583983506,0.6282386134705382,0.0002494240509620892,0.6658213242823117,0.8850341741211663,0.3047401080045755,0.8384936856811335,0.3064181951322304,0.7342347392811026,0.7519678274185891,0.8836119933562624,0.6568735051841537,0.8836982164705971,0.056218410486722,0.47171924666400755,0.0006377456885540254,0.013556300366400756,0.8147077341335216,0.0005954196231259148,0.5715610223498924,0.47350162992628153,0.6927808806690279,0.8193214890694078,0.6924395315973465,0.163008909690164,0.34954282394130837,0.53315106918533,0.6084028360282927,0.302529894501278,0.4254369440860868,0.4234608516945773,0.5909895479485885,0.005782590579299129,0.039690019107545396,0.8727758889292438,0.2685712645870847],[0.41586295228244335,0.8283103849727764,0.38332408468339907,0.5614377812805413,0.3603399763868937,0.3410106708053048,0.16231592933214226,0.7822471432459084,0.01361009071762907,0.19959179085191406,0.8598055961984096,0.5795993693922439,0.05225741817571303,0.5508711224750247,0.8122162284690021,0.8626726105629111,0.023946822045559563,0.707543505792493,0.6250757600111421,0.1348460632470897,0.3235230058068884,0.17335692914798623,0.12708718670784835,0.8205002533558686,0.4839171728872418,0.5100317139472251,0.7080556359927715,0.1335321082414195,0.47210872389586256,0.008978872557787244,0.09460925510260945,0.13763612728418895,0.007137209497774504,0.7131130003855766,0.67236313877885,0.07994859296573233,0.11430125659704651,0.6894197557909391,0.3168604682124898,0.8286591317247718,0.7740665476300653,0.8016563462589363,0.23236804086147514,0.6737537040754109,0.491402852640412,0.32288590462424366,0.6445259464803457,0.6381974981768164,0.469290718134738,0.11098781749576031],[0.33542991982504533,0.6466326234266184,0.5680472592554227,0.5616031454267298,0.34717248455294614,0.25435698606971446,0.42613467119087817,0.8038077848961034,0.030115714544922387,0.05792301991714337,0.7111380798122772,0.4773126896213766,0.04256880381681614,0.3845998680991175,0.685319906047422,0.7646137723833087,0.5623861218367686,0.649211690631131,0.8215609164418911,0.20435201206031664,0.14670942563346778,0.18903058542137768,0.46053463970186986,0.7393257663232873,0.5163279148515124,0.1149352871558377,0.655475185911248,0.042340427061660656,0.5670486233961731,0.04641821249407628,0.23102966156059346,0.1966629625332081,0.009807851727799402,0.7081396382532795,0.8719971090646966,0.28873573291073845,0.5495902778892405,0.27284669569696607,0.16282029689724312,0.8088232307638719,0.5341572211462988,0.76257594787496,0.6996899631309531,0.3019944995182139,0.3785770777311604,0.7145541530357196,0.8629486912330022,0.508073042557449,0.21623262267617122,0.03166852372983125],[0.028266184979808914,0.1694822896268105,0.009160010672073525,0.8766352342390968,0.9031182904377201,0.818789074750238,0.00020774871836448793,0.7937619336708411,0.4495604598085398,0.15165355459584295,0.004986547577917671,0.46901877372956763,0.7090604061290029,0.09271213106121323,0.5984115087220456,0.688179597617592,0.6760004422701413,0.8721885340207047,0.6703716794945317,0.7166441486798266,0.4204810006658047,0.4192220473427437,0.00011413154865801681,0.4856397315333496,0.5370609232089788,0.6615665650735622,0.6861833803452142,0.9422106127609801,0.00043374486748275594,0.870703094207305,0.796583697682803,0.6768501978663637,0.12013044341299661,0.17072790274418126,0.0715260945467886,0.422133464080889,0.6257536415545594,0.03523823246302281,0.1589874858882734,0.004683701505852808,0.0006252871211482309,0.6463850793012133,0.7086434837999128,0.4784137327594197,0.23036896864555434,0.06504689297982202,0.8268520348528254,0.3320682111225368,0.000082501145967336,0.5541486233973558],[0.003726923601603539,0.4322182293228059,0.0004253251404740366,0.8561039116106982,0.5876389898523929,0.44483862647821437,0.0551850493071883,0.857042421106582,0.4001315958713345,0.1997739676669151,0.0023427502158303334,0.293472475284886,0.08881564925215726,0.2515836989391098,0.24423536199611445,0.15571610801004623,0.5834609576966837,0.10537255009194241,0.5262346890959517,0.9095720775410319,0.002776268944895545,0.015348322297488852,0.00017767652392037785,0.6499098754316173,0.7639657194666263,0.46337406249038,0.7634329368606496,0.6950268052968156,0.0014387382306069376,0.6742192595596704,0.41379526292129326,0.5239083344462694,0.9124453479148715,0.8130991610473899,0.00023509535492722587,0.7478391548279354,0.7870652549146201,0.027000502123311735,0.4631195859584988,0.0036415246129071267,0.0000016815959945966758,0.7521574071335002,0.8142991111353292,0.17671311491994782,0.8791259011869523,0.008585724439181765,0.41740104603889155,0.39120513787558675,0.00008206298566336168,0.6799006291913455],[0.04031173261479653,0.22170089551599467,0.4314686036646038,0.5118506696737172,0.8669494089583791,0.5997154736462774,0.0024125292635031343,0.4028274701583603,0.380613899025388,0.08706128138360701,0.016391433290055386,0.75788242247185,0.5094070315099896,0.8111526979942932,0.5128305916559535,0.5295270534921226,0.16016793417363392,0.4596443794399848,0.8864252749527496,0.6295007034332906,0.08104334326638775,0.17625384798085605,0.0004901075079399398,0.5886813723582691,0.7545047849372197,0.48854376249010184,0.58435883042164,0.5799515158336589,0.02156481483854671,0.5556143089795874,0.5647381701234704,0.9230633275042879,0.31148268160963116,0.32061979452785977,0.21640843311518637,0.09848107834379773,0.6200758296378264,0.03299746540240956,0.7132300184312427,0.09625569041867832,0.022208338193419965,0.62018879670155,0.7606173818271073,0.5085959237781253,0.23024570640213432,0.03588237972745463,0.9615281992826882,0.31130230239641504,0.008980090740778247,0.934874718585084],[0.3852237332190747,0.8281727451181932,0.020433708534030967,0.8815669908448205,0.01847919627528962,0.0003581202316270255,0.2664476042399515,0.34822943451813804,0.5878839148861674,0.026582763584360323,0.18277585878083719,0.08676601006253792,0.6326523216658957,0.2944004182283486,0.06201707153071261,0.6014846002486093,0.10405693432740087,0.7651422759888101,0.00036598118903068534,0.42392552622791135,0.29153729727506095,0.5817556675437375,0.3946181911748361,0.13116696514284787,0.8960594676672986,0.4728997190434695,0.5995496189244565,0.7777270508682481,0.1471067127013823,0.05010607635621821,0.0017189525498626835,0.6829614408784707,0.07630094620069168,0.46542973668119214,0.6378571631640786,0.8345960259662647,0.14537383760992062,0.13057699302903597,0.31867775588240566,0.00036639143113847993,0.000006858914973425589,0.42519446225739166,0.9303796986427918,0.4980700235816303,0.6657010417795415,0.07173636438107657,0.8780574991258676,0.630878639215506,0.007460601285602705,0.39272372413247314],[0.012437880332108242,0.584409120073577,0.24058403131572823,0.858580832969004,0.5174446137003881,0.02368995112761063,0.5589399002910145,0.9718671465517806,0.604848443231959,0.015479570112454663,0.15471025045416725,0.12685600243304945,0.7584709653589594,0.912262463237716,0.19585187308531413,0.0010005120462425903,0.4370718598137636,0.14070392114109018,0.23420562696418581,0.9067106934740548,0.5038814770722221,0.531958084002208,0.20856023515618066,0.04369777754987669,0.9210949195085032,0.09753492025416324,0.6419977924981501,0.2973283464135019,0.0076923535617156565,0.6856933403478994,0.4179237177312735,0.0375590196398415,0.794215567247846,0.01356623442220654,0.2604551681656606,0.17834621166976825,0.5923241944763814,0.04026049290161506,0.004657126472731346,0.17192326234444555,0.13062959957624914,0.0029945747332551184,0.9407562440679984,0.5680673675868431,0.8822083200810292,0.7185126716233878,0.7764860855610222,0.3870788893902667,0.0006746555902340609,0.8961749621832453],[0.01388282914391847,0.6075492763701614,0.3071784286599864,0.8668610298487561,0.5728994945190261,0.03735954379004567,0.8841751540896546,0.75802778873352,0.6481104667142396,0.03529560877560775,0.44578181428655406,0.14385098319944684,0.38577824921197906,0.7816874404279274,0.3331652443149949,0.00013977603604588423,0.45885343091488034,0.011344068846928193,0.5145489584244751,0.8529285692400516,0.15963326136339975,0.3324245875084648,0.4706541634209812,0.3937930118859109,0.8492579425139806,0.00505305770278545,0.7628561446336474,0.37316546955750857,0.0013592692505711643,0.597529451083058,0.37147407419472817,0.003969382796752668,0.6511760355166802,0.0004689072949650677,0.1142518165251986,0.09059033927415812,0.33571816969839885,0.01045532125766783,0.1411742656764946,0.473073375930431,0.22815644083202627,0.005775859872574199,0.5002711510797084,0.6176215185780611,0.7681731990460203,0.6191775110624597,0.6542857725734341,0.493458872667003,0.009427125749458963,0.9120017278332019],[0.5133587729547039,0.079156326592282,0.7499795385853082,0.7334129406886398,0.7456126596350202,0.5123757184144689,0.2570904774901854,0.5329129449194495,0.3310924664875018,0.0012153741348853043,0.4890999250116552,0.4258059649643728,0.5597054085896178,0.08348845322751129,0.7335862104465232,0.0915277241238159,0.7305556790815685,0.8138740167074889,0.30089584818817844,0.3757925379456014,0.7959524024702231,0.4449358579437255,0.47897686320587646,0.6070993787936116,0.01708012824533724,0.8788814136734585,0.022291760402935738,0.387052919565452,0.012907232916061152,0.007425700405523371,0.5152078927232605,0.4482466680244433,0.41753237435784757,0.6403255211758729,0.3193272670511615,0.6949642844176175,0.08250940284875397,0.329471985585761,0.017670700186900496,0.5954176462173957,0.1715617313496734,0.5228889225690798,0.6776920950860872,0.5334144129616425,0.5266797079718116,0.0016302424547873025,0.5544245362132901,0.5666192916638699,0.7731491701088065,0.7554513941238773],[0.7694451209131201,0.03187320795255918,0.6705650084069413,0.58408606121981,0.8462751313604684,0.2355734494076953,0.4611489213383248,0.46805791340710834,0.3850655770175791,0.0007069621294776985,0.7097370911343802,0.40544231941160785,0.8770981540841364,0.03318451644421798,0.5944095049081566,0.0928884597479668,0.5851612766312235,0.4241595891013462,0.08710778830969837,0.2404554880515354,0.9198779056432907,0.8251227686607223,0.5304184193539109,0.7481782799218788,0.010747959080502882,0.4322440319354582,0.0720550760786904,0.26278681692970657,0.011805696210295076,0.0005976405484852603,0.5081923663254804,0.3075745360883171,0.4758973350310735,0.6215197659691223,0.6016574171378947,0.8673350642552595,0.3462908716297709,0.5816881380884057,0.047351831350624186,0.552115604477442,0.14740095294578856,0.5360252959367023,0.7137678302526221,0.31020965131858574,0.5542152416250853,0.00046520742225008384,0.8542118108287338,0.5108337858484681,0.5371788026028214,0.695944962265517],[0.7095836162392953,0.6592310014842573,0.5454282741234647,0.8159278352392795,0.5566750175989897,0.4306109042173923,0.6179244902463344,0.8001063868508586,0.6896286461054818,0.5616342613587546,0.7056942455273352,0.05403334228400143,0.78173366368005,0.20640069518426277,0.4607200414494545,0.7171742322454197,0.1737512528207023,0.7622202570921194,0.2826145189880312,0.3217394638147898,0.5579557349972802,0.2313403206667994,0.07137916959690488,0.022435792686610993,0.682794498216804,0.8125466206484362,0.7903622646430362,0.6622848932559792,0.8119315532820832,0.4109002739610002,0.5811466557224715,0.012525255736810334,0.8366204697430948,0.30700814943290633,0.7419392810590377,0.275039878498325,0.5343359720104774,0.2670864461596036,0.45179559519042534,0.08431588665320647,0.29335018478274527,0.6658007015865861,0.26386661585363974,0.4719475474735983,0.032319745632872286,0.6216192571101032,0.003628962428991786,0.031141638075316423,0.24974579730627,0.15267921322598432],[0.5521892045259194,0.07836373334292454,0.054772874167142376,0.6602029624862696,0.5399713631343542,0.208404526957087,0.8605801242245444,0.5107049337144383,0.03396251976586327,0.44710700778480833,0.44519261826259493,0.033927166299142,0.7351673121692325,0.22375775455484676,0.49143406283661994,0.5413188976706874,0.47863126645086645,0.530949182098381,0.7134998618131312,0.46800401966848,0.6464071410620998,0.4072626214914377,0.007835063627880962,0.0028130945379834984,0.8140426558202775,0.08215477329006513,0.4475824762126452,0.6623083750364004,0.4409058957424305,0.8360902950234645,0.8922156546458015,0.5577336377777454,0.6129343778401231,0.3291281895703003,0.7252598698997939,0.6238368112724456,0.4372273869422959,0.4199410355897219,0.5720838241564891,0.06885633516287942,0.4593402738598514,0.2598912464469429,0.3235762673885914,0.7856361687167408,0.27645096068034997,0.22034236317658917,0.46060969004238167,0.05372760883882789,0.054845887199505894,0.4960290372311743],[0.7587075505356595,0.0011690395601104313,0.017729141492009305,0.5262758525470583,0.14324465489089705,0.042860252000135615,0.7806331231382675,0.6206871685423864,0.09712296681681562,0.7386903101579596,0.20456645292913686,0.23670395690790566,0.5489025391147726,0.34850477581310474,0.6688421206414238,0.48957500983074415,0.280432849885559,0.3406549864168883,0.6180150624753372,0.4944931425465437,0.6359441961543301,0.5820663611337575,0.011950914385426824,0.7873688002808448,0.6028880205582461,0.37327158407679073,0.6668037927417497,0.6007703052964697,0.7479935894884756,0.11143646156722237,0.3097800849104047,0.25550541844375,0.5268722754742106,0.7880087865987999,0.7442203770840771,0.37968454513828137,0.6612322873518418,0.49025460079970795,0.3682688843439865,0.5742126089837327,0.017836881393334243,0.261142219330317,0.7281255522401808,0.47249173585500326,0.3556365448726388,0.5197520385907862,0.004978054713307433,0.0002760532275804252,0.23888504722241263,0.6155973307066619],[0.38764818008857604,0.7926830454344614,0.6119202847919862,0.48204499874011153,0.0786326802432776,0.7251643259382962,0.34406083179305874,0.871660996598812,0.41069569950298646,0.3177796647604251,0.6264464728427193,0.7619674584858804,0.4175343416115054,0.04418376730165831,0.5900268366778463,0.13310326406073475,0.442594370777225,0.6139193130943292,0.5185967691595096,0.05305692942431367,0.8220663665630161,0.35476415612653234,0.7917748183224749,0.06262425736688051,0.8278167204875716,0.07358577384247707,0.0018046776251746,0.10911879765223034,0.000009497307653548607,0.6936645614359799,0.4885611665235132,0.6832480845836427,0.6356951248318762,0.6067803833507258,0.7178282314029388,0.2486133219864098,0.731422466326873,0.1710081151447105,0.8499348018751716,0.6352304635660556,0.610838724394654,0.020734242748849014,0.661929376392583,0.004259425277425242,0.6828660371429152,0.1959522220794356,0.08778775518095028,0.6966445556345583,0.36130682229413263,0.5757456498512633],[0.4648900276066517,0.2998165467574989,0.20502156735746202,0.4919451140815953,0.6791035137458775,0.9283180432432765,0.1009977094448326,0.681665983974286,0.7849684783734943,0.6218907491186066,0.012022149233716736,0.0031078650924591207,0.5343533767310196,0.47008117486527345,0.448757760461748,0.7874826676038904,0.6890373586654801,0.5489314655401156,0.7582213916839873,0.7759350718528412,0.19606296020257508,0.04775672806723397,0.21069660241920524,0.6708290399416438,0.010967606694585848,0.7140613062181185,0.6375943976852858,0.7839339737349276,0.21239250823706085,0.8746658239708958,0.16742801194865026,0.012501597170965413,0.5281902457846241,0.7319678447241666,0.06915638826251543,0.5766190456462678,0.8902866251862959,0.28537135378044326,0.11219572579049004,0.26367509112740833,0.09306744363690364,0.12402530045205802,0.21193523503331518,0.1741522999204266,0.2522698381099005,0.29901589910404963,0.513293100441229,0.6326229813455082,0.23360417929601598,0.01100800737723088],[0.5250478628941406,0.0896940332669325,0.578537176333533,0.6900099814072967,0.6371957514943667,0.5683801979902003,0.5015854693367067,0.66697146328128,0.6354987606072549,0.7064842760157599,0.050116349286939595,0.20598474433348143,0.02058548136975184,0.16247030381862831,0.7338440309209174,0.00020856642220172723,0.5453851082642284,0.06604105612223456,0.8448661325599743,0.006450845404194634,0.013608705476946406,0.5126870926398851,0.6721566356120351,0.0017108345122354067,0.6112472774895019,0.5133155118515675,0.7363609832911039,0.9130376023379957,0.04379872283143681,0.28412496778164553,0.2687801707047026,0.6810263418132356,0.7435913252677984,0.49044849101605376,0.7815778717767189,0.009430089791851453,0.00011971943953104011,0.45058599290164225,0.42684457770649653,0.8820102926571711,0.6234595449143449,0.47646947356772895,0.35206677687701776,0.20669449369836154,0.683558915127112,0.6552272191938722,0.556029563343527,0.12075917483165652,0.7618538542631555,0.0063634162328186465],[0.2977078973684574,0.6637028574279212,0.6090571273427942,0.4786045720260313,0.4981643445215598,0.5610116316440035,0.3575222121150561,0.698385165404797,0.34897372880172206,0.5250873927856377,0.40856122796426086,0.05581850763542496,0.0058916349926222,0.6047518695681522,0.5347082152189904,0.3065951607199238,0.6932860717168463,0.01782982789838624,0.3956948214398881,0.10103625485725491,0.6280189136475033,0.6460453240582953,0.676871440538631,0.006340334589052927,0.7087437448478571,0.5025474528088706,0.8471698074576107,0.17759972422215178,0.023907232336816353,0.497651419448108,0.5956067990761352,0.6232091769721329,0.3390476354132153,0.8373949265570437,0.7005254768636667,0.6311131342716998,0.014511910263602913,0.2608133394140853,0.7290315697972835,0.08672032847156765,0.6195584461920032,0.3317336794992244,0.47046108014073823,0.34501942333683183,0.6484759714149612,0.46449138898237,0.18166151617705076,0.2007215796114456,0.6154244060204651,0.0019070675943750736],[0.5616544816867398,0.649943129478497,0.3852841670661316,0.6402894247669295,0.31919826773896354,0.4421942636582097,0.6676222409781306,0.8905581496977568,0.6392061370217177,0.6477495325100481,0.1099783291993317,0.12017818279088195,0.0007284163680484378,0.4230311810621857,0.3742595562999337,0.0027543187883323577,0.6639991650077466,0.4505442870409666,0.10906674072531582,0.00827461331225275,0.01679504541485834,0.910089368619115,0.6704838079053361,0.004464156509786554,0.6706010200246845,0.4714266097375349,0.5964052186222374,0.5265686780879014,0.12195099184426508,0.2034765199874948,0.41165669909301056,0.8092589229995311,0.3252322257209518,0.040181979565436024,0.37002670392841824,0.006738911191112716,0.0002899984431904463,0.4641262978636672,0.2509533936470677,0.4615430982182737,0.8637516382822384,0.9140188418702363,0.6056530077607841,0.7675080684631158,0.8985554352352481,0.6626763990736718,0.5943383901356648,0.0810493665927635,0.6611575151292478,0.008956322453299283],[0.6154056616829654,0.8016258758214767,0.9283667595111942,0.5788764118639633,0.000022355945953986456,0.7705639019182853,0.6787956645109526,0.3929556338889442,0.002580775991196434,0.1677449275362745,0.001624294294547988,0.683254062953005,0.30068516438007103,0.09712152108786125,0.22986909868129451,0.0033813132372110394,0.6101928436465829,0.6418788703263503,0.22536427348939078,0.00423194300369631,0.5042872747364402,0.5350297052183833,0.5785702013609393,0.06989093043173593,0.28852375439415384,0.000010256503925583626,0.5919521435227774,0.7208990315868953,0.6983342341020188,0.11547795598451562,0.4815549276785747,0.0796105220835254,0.5454479033988929,0.5401547552958419,0.45988041330168217,0.8129462699438003,0.29850521720070955,0.5539146523823423,0.453080556019418,0.3655388672615345,0.42724134893696414,0.1480005933630496,0.7790775197150254,0.9156750205695224,0.5928622418724531,0.000034121620401653886,0.47299578300973916,0.8268728622453723,0.6282288662219159,0.7093167736263393],[0.8555871567745849,0.001147311094483771,0.5635111174508115,0.08217482034306636,0.00005345118087160455,0.7416804314994392,0.6627883693782661,0.17927392603028267,0.05400781117627733,0.45700486568786913,0.4788906037211494,0.10951460536624533,0.7089242742687504,0.01894205412159087,0.00001263051729003721,0.28664524183255535,0.41945294538643896,0.9047287700853145,0.6977053517423649,0.044790631403343446,0.7241592279317808,0.586372705540021,0.7694401360880302,0.21153558417280044,0.7026798257443968,0.8507539650825421,0.015662235152118238,0.4774399450790418,0.36194382306767114,0.7410420772130694,0.6462793979462076,0.2913527485353213,0.6505461594825027,0.812500816016991,0.0056140516518893725,0.7452327239084583,0.025084036160274843,0.00018649815507110586,0.1922139220045406,0.47763367432650594,0.786592347064362,0.48686052760852067,0.16933971076496604,0.7761351614001176,0.15532395967443446,0.29633386292432967,0.29476065003430674,0.3904198224708778,0.004880309843081499,0.37503686559078275],[0.6784602814748112,0.5685198697609175,0.021496058953779547,0.834429564346669,0.666000821813068,0.562686318088533,0.6634083951858942,0.5100089542894798,0.3262095379929355,0.4504701064817671,0.5386601810165529,0.13553235042356404,0.6687618355971364,0.7133414984435579,0.002800103382823651,0.45952808175051474,0.024651848228208966,0.5095429304346023,0.34665129043098347,0.13460592345597386,0.6836474542239982,0.6128218750053075,0.6474849541188854,0.2514730026017033,0.019862057739459833,0.01037899241388615,0.7995444088576232,0.4541235171099565,0.7628861537112601,0.6156220668436292,0.4465880244337888,0.1290293822465843,0.014445498802493562,0.3553517908326458,0.48849646297325033,0.45018629994902803,0.7842741864309865,0.2925059128735235,0.3102087624717221,0.5926472907625454,0.7782450924539832,0.7431186170622274,0.2592310912699577,0.7076885501886335,0.825533805320046,0.023514776957048487,0.7943274518179791,0.4802864279618613,0.21288832780679065,0.0817608505598744],[0.575343782225465,0.648768714194784,0.004114014178176563,0.3342992253784382,0.6248351148978866,0.3361010642725934,0.6877782158101154,0.4826274824026484,0.09534268562352177,0.4140019077186884,0.7753410105740842,0.07960733471854141,0.5524842597580696,0.620296334448817,0.0001503196546755052,0.20678603243914453,0.018229615003483572,0.528121883257302,0.07520380567042421,0.015510935799843494,0.4763869054094961,0.5698139610955433,0.5986597538557793,0.32680547224537443,0.47671749384874096,0.09270423227554501,0.5646518008609005,0.5053071964675129,0.7013822061292874,0.8131465185926943,0.4430782442137636,0.1524032420652346,0.00042929725419722786,0.39545061847179525,0.5042894164554219,0.5265380152785631,0.8302050673727572,0.31809389149843537,0.6486832334535362,0.23506700422277896,0.32580803432299577,0.7864121260902074,0.3013361304313594,0.3045526536888217,0.8895668022311348,0.10252316077684379,0.6257495531284819,0.38124300026341695,0.09148258101962012,0.03448429245433169],[0.27796696914982527,0.435563469446762,0.00015103991836883581,0.278998932840997,0.24993843589340783,0.7710580023641999,0.14055983126558652,0.7647019671121822,0.7841671328256181,0.9488732030108051,0.6959490764401632,0.04783954905478477,0.8168865687836083,0.1891430724040204,0.11715214808863751,0.6545257079978611,0.8285768235924378,0.3799928559012131,0.5020907785988518,0.6608992400498229,0.30132818437575964,0.12778999240295943,0.5898589096546536,0.451461630156261,0.6521901969894596,0.6673045381825942,0.13073901719150738,0.002839914620615389,0.055086573277432355,0.47652285640947833,0.8782984323156333,0.3864574462550711,0.0027402312388375323,0.7252341020230951,0.0007782449405393239,0.6907352317287555,0.17059142189684723,0.8232172372432369,0.5327605599579271,0.00012391174324244867,0.6196541396512742,0.6495317983450862,0.010704688039256187,0.9532963660045328,0.7298941649442573,0.5550348607244542,0.7362560991950445,0.00028015408370903744,0.8812132118873123,0.12379734935696975],[0.8740185600615983,0.26354982375729785,0.09480413967415183,0.800253405505312,0.12243356899671481,0.916108280588132,0.928735171224499,0.9377288023215619,0.23341934739375686,0.2916097516341526,0.747211846226657,0.005994595429997602,0.7064242285174774,0.6712553361760658,0.85650040366171,0.6936175025388763,0.635038076503386,0.14583037055515247,0.13007370672656643,0.7607768847827429,0.01316237155635414,0.04445670930533261,0.5000470641985661,0.1694937916412321,0.6206498690807918,0.87105197030922,0.789208036072849,0.01874587141852619,0.40465951741514733,0.2555876666119861,0.5503049213358189,0.6358449843497479,0.0023185131464369857,0.8457961734134848,0.03238261016392194,0.8418553865360945,0.023889155532413754,0.5706139281167077,0.47819077152540784,0.006344832296816596,0.7869187006912765,0.7278839376367082,0.007010360554911888,0.6383820142059983,0.8768671161330951,0.029179022553973005,0.774605262652806,0.005278777212042941,0.758426532408337,0.6835863414508913],[0.9293994957788534,0.01635758031680104,0.592118780705167,0.23949196878151535,0.0029185194483298026,0.00016498444559595653,0.35075729315463233,0.0035382832063236276,0.6210147074673696,0.6175164361707509,0.8695741884276524,0.5257377138566314,0.7904287381392154,0.505126781639747,0.41433843203936477,0.8702438546809034,0.5802599394944534,0.8109457516417512,0.4607067774497567,0.4661344988900004,0.19109673365183802,0.8849704693354616,0.4718950296403374,0.5786701883446493,0.8354086367374581,0.2624678847473239,0.46808320714724655,0.6840905141648447,0.0009665910013916596,0.6830768492652489,0.28877222652986106,0.8239725706919871,0.9138253842604771,0.1703728490398761,0.39078882381752483,0.6606647545586224,0.006745549789513733,0.022296963052756316,0.020437881480654195,0.36784420153696185,0.5068351212814373,0.22301938184840747,0.0002271147051899286,0.5356530954289866,0.011059100433716145,0.6583424530105195,0.07560869683630296,0.5251261972284786,0.0009203486914726627,0.509432425313505],[0.5075010646384062,0.3581578027154788,0.23843157015943303,0.7749131470910301,0.2467435484012627,0.09466258342907241,0.0644928754688974,0.08490278051239367,0.783974806321494,0.7231926280125426,0.33790577600863,0.20206780404802302,0.6425728517352145,0.6741723112309911,0.495602444306683,0.37007434587407695,0.3246473633772608,0.5227751320193402,0.08346014797136819,0.6404880415070432,0.26040486462526025,0.1252050322651137,0.698397645552834,0.5406326241042698,0.7391590823508628,0.12325059091578038,0.15179162796332676,0.571048044731875,0.695744214941259,0.8420710142251726,0.2749956347826228,0.7416112068294121,0.06325124105440652,0.20308327913937985,0.5667869334862091,0.3216358879119552,0.06560316693530366,0.061998689961791545,0.1147795030187716,0.6797372856421602,0.6034459438345446,0.5556275064784013,0.34638896895410304,0.6075551999393219,0.0877492994334398,0.8596615290637587,0.16462938047434347,0.7023223487451947,0.2612459494402732,0.5161109078389756],[0.005838003057100414,0.5481540539773181,0.04763245395474385,0.6976931898943126,0.92438464612292,0.008312057225901111,0.0004095515760635843,0.8073987147262418,0.7507077933284447,0.8336704689166414,0.009750063196331487,0.8721825500315393,0.3270053181059429,0.8174008253680873,0.84897672350067,0.36698290468096734,0.948963466266345,0.4755472098427737,0.4615056694499885,0.7155718387086246,0.03201418204425614,0.6911375922907127,0.28539288197073953,0.04838817411680062,0.15681341934355864,0.0006304137061098848,0.23367796734028892,0.061235450495556204,0.7706631697532622,0.7006212922788825,0.8089857351500924,0.8733238258748267,0.0014976710480017808,0.7913312824056207,0.7981247201696801,0.7005021489141803,0.4210640074355702,0.27155925495477196,0.6451744553366028,0.6655042746246643,0.8537366555287689,0.7933641541341131,0.7565713802448852,0.3868685574155364,0.07451464090985059,0.000015888119714164567,0.8138396229812701,0.4901597774297293,0.8541420255978501,0.12158731804556862],[0.005521322526439878,0.3817286410257262,0.3215418354384214,0.5953060103488332,0.7275551093588043,0.004438867939501997,0.0031756864364633625,0.014981649647412686,0.7102973873930063,0.9045994369587894,0.5997058328013205,0.7594409403695317,0.07535262493966419,0.27746291420514646,0.8833595530729884,0.22335704632395884,0.23114166115313473,0.7128869869970808,0.17096995144851235,0.730736707883007,0.005236165870364032,0.6019153412068825,0.30409816995759587,0.10632736672043057,0.026016537832506247,0.014132657564744739,0.6841902949910186,0.6902360639225057,0.6747034098413437,0.3421001779100503,0.6535806886984342,0.8134421020587802,0.06612725302959452,0.7654679210713035,0.6192963844207416,0.1597431426766779,0.2860878433556733,0.5245297394389439,0.9761717527013666,0.8064516472228027,0.47122360577132544,0.5153975237675766,0.5120457358565265,0.6655893342904502,0.5189579849533424,0.0001713470180817291,0.6777729367938777,0.406351135536864,0.6085333448764746,0.5971872935058481],[0.7054776245894234,0.16309224934527447,0.7972473485459178,0.6471110755517191,0.002724024086405691,0.024805117546127915,0.006994231643726606,4.2096696285566404e-8,0.3116000482732072,0.1930787851805019,0.3704469290476267,0.02412323617713741,0.5950657621641215,0.010910828938949232,0.4479709317937213,0.2588765487742982,0.22576927891555548,0.9153271659753008,0.04432732600677457,0.0001493570395944348,0.8411052654176082,0.961032938151681,0.8093829303276299,0.1994723683161124,0.6955016965316924,0.8772533461880894,0.664462106296062,0.8228859002595702,0.7903674765271587,0.4734240533843874,0.07221607427208074,0.5824572262318337,0.6305617241362013,0.5313082711315653,0.4204994285569852,0.5156415290593523,0.00001278601208385602,0.0001422080226038353,0.3641441599403028,0.17692692599727294,0.08612417561200857,0.7615570363140604,0.48747833228975823,0.12851776117128327,0.3431161018992506,0.2910600071811439,0.5827174021421628,0.8810818157073805,0.7290369335446568,0.00032916659317380883],[0.9480357416330495,0.040144981874215814,0.42581180097413146,0.5284496440836682,0.004194965541361419,0.013593613406455256,0.07584863014270861,2.473845936840499e-8,0.25695581101170434,0.02714737071689784,0.5226082249762638,0.042365249822007366,0.7824665212854541,0.02450027379529075,0.16623074071751331,0.49171390129303155,0.23800267548079931,0.7060197137845493,0.3095587577290878,0.00021978559376624368,0.6983914714423812,0.7474033864059432,0.8605487732653383,0.48591275103460835,0.8366663220487088,0.8372182874023466,0.6268464611425076,0.7405896503244772,0.21421634572829093,0.6041379894726463,0.007392345353666632,0.8057192435801342,0.6878573177085894,0.5257244706347469,0.6204480129478185,0.6137373681181831,0.00010787386149300351,0.0002045969860819076,0.3628845125829325,0.11330542377093206,0.02477263048387949,0.7939055143173623,0.43545673132112195,0.02162519253061063,0.28766414473418406,0.8642029781422242,0.48439920183379787,0.775782751284843,0.15094989061329128,0.0005816705832903505],[0.6520628468010594,0.20095795064886246,0.06292858380174737,0.7942565156089211,0.015463116517032428,0.07593937278895214,0.02833479330863507,3.1737401768140953e-7,0.497900396390003,0.15955790857321578,0.4726145428732332,0.16865606235819544,0.6719034434638002,0.07319388712190812,0.7753350902476553,0.16994798189943866,0.7193585205293314,0.6383952865259968,0.054168990847142995,0.00013105797520144668,0.7233482374139794,0.6592296191590401,0.656867925622823,0.5375093041076969,0.7712023270864817,0.7329405308230644,0.6987144776133185,0.7665581318005334,0.9618220384244551,0.4144708662703321,0.002790994753212674,0.6853173337353795,0.8687628049736188,0.35055388603014187,0.9004168727338934,0.4586319866093498,0.00005171385317560611,0.001860376526155693,0.7405660329159298,0.025847852711151045,0.16368420279382861,0.7253101862837221,0.8070207968871564,0.027244959714282733,0.40666326437316613,0.4947755012560611,0.651054292085063,0.9242605846305983,0.4875954369116156,0.0002469324751230672],[0.53304858998535,0.2949492244118861,0.11799429297881968,0.6121109525129869,0.04887645533910644,0.06407412479122322,0.002817164220727933,1.1953290776961866e-7,0.6798083201761888,0.3825418823861372,0.5369107734818233,0.15143056347750466,0.8563986586207312,0.0043234222369174,0.614138003268683,0.5888732600575831,0.8134435426354524,0.21113118871521785,0.0514769569409335,0.00009244014853801528,0.7127629458336859,0.8932588250803492,0.7603974491651363,0.5160985687579615,0.7675107569971303,0.8841882614714008,0.86505879720346,0.8957959265046856,0.6951066248812693,0.4659433684768646,0.0026938609614884476,0.7445786645963192,0.632855571949142,0.17167935833559933,0.6383310322412089,0.8749696167623067,0.000008103754529513998,0.003116868934563592,0.6969676717393121,0.07885333939310063,0.10232767472132497,0.4092726675542542,0.8825371215027485,0.0037250187153233323,0.6390918685156647,0.2902638938822271,0.7263559206659265,0.8973904091495045,0.6041327721240789,0.00024016623008301052],[0.6024100611699849,0.540028913042861,0.677476431649978,0.061413147567263904,0.34563192083038086,0.10782639049836687,0.5176816083521746,0.01973869632305238,0.10160283937078589,0.05194941952252602,0.003195793691346867,0.394607552657915,0.15706612181778076,0.3319691899878161,0.6871290799824695,0.41896901761077826,0.6717885459725067,0.20076537633812938,0.6368392945104578,0.32748224694166805,0.6046047553690045,0.7055672575571103,0.11893702222017936,0.7341320541883848,0.7379674020618966,0.9322087281956035,0.5078418516273681,0.8752931084218432,0.8088252204001956,0.5236160436927906,0.032021707481657266,0.6146160488693895,0.726723962472031,0.10953649760433157,0.5425952576440142,0.0040919837575538135,0.00542946895851344,0.00007398645330511672,0.7743932549564294,0.00463825890590382,0.7812218161450105,0.5935900343741497,0.8416291503379125,0.10105366577880949,0.028563296711947815,0.8614820097616368,0.49887592178074086,0.8155495902439014,0.7269927120815022,0.10202784688813137],[0.010531691949569929,0.643180150603037,0.7553621368829185,0.3331936818233607,0.009742513128994268,0.42002168725675826,0.0015136865599233843,0.5317443832491417,0.001196120205575309,0.38490402515663924,0.6187043079475635,0.70131158788618,0.253292442884196,0.21781864805742454,0.7388286888568346,0.7693647803295023,0.24216635263083672,0.6248424967168968,0.7771320010813728,0.12575601427308453,0.30820874482170435,0.012348935445696419,0.05460013313986491,0.675223225980761,0.5234658377543585,0.12771121223714132,0.04533449732111717,0.8471619211174627,0.7383029014874367,0.7813348422536749,0.3749721735551512,0.031355798144920614,0.8328209635416853,0.7171042236821948,0.35496714407292634,0.6145936817048621,0.5681566379117338,0.8408425904489375,0.44476192418000327,0.8901436075470819,0.68905015508946,0.8177262163329903,0.6055918939140967,0.5659416913259856,0.348585394986055,0.5954793520585853,0.6803314906502826,0.6859889639285994,0.1607499835918652,0.4312273069090511],[0.18225994126922754,0.36649120419891934,0.0013022347346768272,0.6799656316343652,0.5825016587174061,0.8032031033724923,0.000030600540243451115,0.8502530544284689,0.02324178410290058,0.22861115104639199,0.2844371498284993,0.643760490447779,0.08735118469302217,0.014780533646335687,0.6843464906042361,0.9735712077230005,0.5135065218753379,0.7900984315799973,0.6839054861561632,0.28727218584187236,0.43306141647225205,0.07018384040854171,0.07553078645142759,0.18180875195821083,0.050221300784188995,0.0933156127878191,0.5835486347813708,0.7444319210798463,0.20337384328764938,0.5921647134585587,0.3890015117859632,0.11190380935509026,0.43709780144352844,0.19427351863016873,0.36145432329601024,0.7926875432297887,0.6750948832841008,0.3672807862857056,0.011121349483418806,0.28438244661406475,0.325032108372819,0.7630908295751939,0.5060725199826569,0.4930958594214645,0.33883778293465017,0.4980482165583551,0.7809564965104118,0.5858832166713575,0.004610189975535765,0.2809212822538026],[0.8017371881964565,0.6530820683639776,0.6226922627107923,0.3126666602838424,0.12684067857722983,0.704505189524206,0.15573770121540895,0.8221525682504788,0.29029672362101444,0.14205558120793896,0.015098534181745303,0.5796606957844294,0.008498087738122825,0.24490951348953036,0.07393325221791891,0.34643180885566977,0.667481393538405,0.7148394776778539,0.1686483539871569,0.566987144645906,0.47912841125329864,0.5696812276413932,0.4259612699977123,0.6224167321613094,0.387845442241873,0.7342643653459677,0.40890266997344055,0.05331175102919765,0.07356514926757508,0.6058955461127195,0.0112086778279822,0.06010761115214348,0.5799479309262945,0.5633600858410603,0.5753232993619247,0.7395827678075529,0.29667655084531097,0.7860752598370344,0.14766747221070073,0.01945471501693645,0.23872884024494684,0.40212504716760633,0.06289879461926545,0.6351116832006947,0.25100729403969707,0.4584636738009127,0.7737895680133283,0.5074005846234788,0.34554830067234577,0.6132694389416234],[0.29086210075603225,0.8247300117016351,0.8827980431469649,0.8284492677265684,0.7002832992380067,0.6669078577339782,0.14252872974370148,0.009169870369046063,0.7874562041936933,0.0019905042228447007,0.6497315596159191,0.15329805471748503,0.08050931687244185,0.7150514620852525,0.04907519553969728,0.7328395824087311,0.00000829340872985024,0.5100887244992395,0.7858390776561422,0.7128153011914652,0.17274811539475748,0.513083790825943,0.07900707329468372,0.6937306108622968,0.10133649271971722,0.38058137755610455,0.20794067298412108,0.38048983252620366,0.16553808555483804,0.23969857214170512,0.09610679741463271,0.3541765446822216,0.3406781466912579,0.5692223891562181,0.08432186633950962,0.8308392988799244,0.6265160149478188,0.6965694530992363,0.5396534685070301,0.0010025551805905356,0.288398678307078,0.6471297882729095,0.7392924497072498,0.24131779335390063,0.6845062915636466,0.6259574648821055,0.3264229988651345,0.6902420718518516,0.6201720076756916,0.6606129323914528],[0.7216764511467122,0.5587394658078261,0.32538559012665286,0.019509139177828438,0.5525382129770379,0.47240363848696026,0.016029203619020695,0.050809109401503294,0.9175105000547026,0.018013821263597442,0.5007343295948545,0.665284609119845,0.5165865261248672,0.4987767668218661,0.6932155884839836,0.5944797354121992,0.0007428001953624333,0.3889734266547051,0.7847555180142959,0.055729602613409104,0.2671235334609583,0.6690211138597261,0.0005863382996520017,0.47339874536187493,0.38797071646538983,0.1010904407642366,0.801002207493274,0.2101575677908325,0.4557401508207752,0.5325421250086791,0.06232345172491255,0.6887607296037668,0.6752307422501798,0.7803945281852198,0.011595140676829811,0.5065128622513997,0.07643899046401245,0.03410680959965232,0.5663729100205362,0.0029308722771385475,0.8202987211041164,0.052883443403397803,0.8531627787466691,0.6166051689188133,0.44123562594744337,0.7592696891504821,0.577654228798338,0.6483720332504778,0.12915941333142877,0.8609496669608514],[0.4288494122676833,0.007821073065670073,0.002110368768829826,0.5128379125952728,0.6051312801286501,0.7706084757758246,0.756808568021924,0.501572066324213,0.0038709710911622812,0.1837701830264606,0.9326849441993875,0.8214049260510766,0.014168220927974269,0.37522290757297744,0.281755909501235,0.15578219695326026,0.3387503229385252,0.009883014281015377,0.15131627279733176,0.07281565820139693,0.769040431437504,0.7354499990536263,0.868608187200454,0.8086964237077926,0.6237926569261055,0.8774963298633353,0.16078204451150419,0.5898063393737274,0.9516533246447413,0.6261754588486381,0.6790602805957255,0.5838890187297412,0.0009693397031799474,0.29721210166770945,0.49126087131366974,0.7828153941509751,0.9016690320784326,0.08277913251395479,0.02200578641819171,0.5303617561554289,0.1464855547349635,0.024966774585903104,0.26611775998176823,0.20372399404417166,0.7308134360098595,0.5198048561323726,0.4892914095642785,0.536359319811425,0.1747206160892447,0.3370694354269103],[0.3694157678013687,0.0028801006280130574,0.01929791306157323,0.6988701314092957,0.7848071901679792,0.17967840375673352,0.6143447914837217,0.903379605048921,0.012875331712536891,0.061384640139907715,0.730488284606529,0.6022726777342579,0.015510753118492768,0.8368337349345162,0.7050335762189428,0.08577024150602616,0.4432932624019335,0.0010649345978221844,0.4030266544377228,0.24574115579658085,0.6877055287874977,0.6322150941046284,0.7562547421479784,0.8372369128505243,0.5765664961548156,0.6065220200873079,0.10346863357951305,0.04066097918266059,0.33980569076989753,0.6812920456309012,0.6249818882879666,0.09411565911009208,0.051510092420493925,0.21498573002941065,0.7700646959918525,0.5919603444884849,0.6326179198417023,0.012695474968347472,0.017499943093336696,0.9657296082646151,0.4060773244807146,0.0003021708941986484,0.7555085422820093,0.8989441901410073,0.8708479012996592,0.840433142846264,0.7910149349870566,0.6187264637862123,0.019100996661230107,0.7436516826984071],[0.6050586522074596,0.504478756274633,0.7880077158281779,0.2661107105996911,0.0014492203764019916,0.5080911777756328,0.00407500298349297,0.04439278735809327,0.25357252125673535,0.2347162292419191,0.5916289438536403,0.5505056368295241,0.3707238286610132,0.7749948465872523,0.026296677299439183,0.568071246134483,0.6450969106770265,0.00012247983775927985,0.46766298432130493,0.0537553383004758,0.6539149399533778,0.3421349723220034,0.1257027541098938,0.3926512822992176,0.8567943082904028,0.5779745843729869,0.730034030950943,0.33299848595150566,0.6461774030424962,0.04493173206895579,0.7225745363671923,0.6891718936093167,0.8381739095377243,0.4812961374393364,0.7616031829985594,0.0003234339746145435,0.9081781010963916,0.6185881643890389,0.020548104993851887,0.49516317088964024,0.6107070708626927,0.6208540727588081,0.6107470931116707,0.3153448805705842,0.00029063489738049463,0.8003575341587648,0.28308022020259666,0.6893903827578646,0.7928127650468413,0.7337608964792595],[0.8932920105848926,0.5386879238731433,0.9675772011158822,0.7800450163225457,0.0011022440885886226,0.6352216738388979,0.4577775512950661,0.6791475389122854,0.9191340596135389,0.3348347509144713,0.7024694229943109,0.18771287147955976,0.7055259186699187,0.2873426193701847,0.1333015418239708,0.5334948313570274,0.5991161189736649,0.006235353757408503,0.14863767556843882,0.6885994595693681,0.03958889598703875,0.06032482292776991,0.4560057704780463,0.004579486102375683,0.5770643279571922,0.6881089501198836,0.6170031148603149,0.003141569246395237,0.8568061026118599,0.8955362398676181,0.624401619546999,0.8676057210434454,0.5977107496592721,0.08221544255598558,0.7567355987221444,0.011936431963554657,0.750983270034425,0.26593602249381376,0.06945003597916632,0.8861776148459655,0.6785004028156983,0.17554031987927576,0.5578811813212761,0.2503231732407608,0.008336194462170638,0.8063340999908623,0.677252660087486,0.7783825832193018,0.7051454013720234,0.6936151293468108],[0.5406073983965035,0.6490904319596114,0.43813101128803794,0.16157890359158905,0.817877768777893,0.728142771157521,0.3814499463417915,0.5610555430939176,0.25276379788901904,0.043636863503416994,0.390759251975117,0.2381522129479734,0.011985058602751616,0.6755486699064316,0.6072514132642146,0.6175440219395358,0.8058993340076022,0.2329147713317998,0.12613714105568197,0.7417973650079449,0.11319218510174649,0.12138358981988631,0.8448603582473955,0.00037907265649372195,0.6383554458973336,0.22349081957320696,0.4734651051460393,0.006103880292068442,0.8421873067231249,0.7191741076692213,0.9471114439286746,0.48215563675008555,0.6712494200762522,0.7242549641451687,0.5561880919622507,0.0002501102615345371,0.6789171548968277,0.23269306865381165,0.001762235503975517,0.5349152888179758,0.6583005367721243,0.22203087292815046,0.3062661749248221,0.6056587629095543,0.008193551441611463,0.6905028997843087,0.26218478569835646,0.8150546899457674,0.19754409082791077,0.8277065968137403],[0.6956127277647417,0.7125666919862947,0.8042635950071315,0.2438535052909114,0.0003772724878157526,0.4463276539778414,0.04737107988973968,0.05735621170047397,0.5340418978717505,0.422471653889172,0.8280483762917816,0.7564377470555227,0.643062884179497,0.054995354652078964,0.01190835758092446,0.49701688232004787,0.931374005428827,0.000007577682433414814,0.15479876606305973,0.41405896178825913,0.17203356337350484,0.649917972590467,0.033055996478689426,0.46465108643884373,0.8966827712030158,0.37117054769728397,0.5282065973133645,0.007210758177389586,0.879458734665657,0.047198208936592344,0.7315561312217755,0.5508479529701491,0.9481601245980233,0.09055842650810246,0.9235275350798718,0.00037616801765767607,0.9639823871548616,0.18669866665895885,0.009664200345962706,0.6927688530515811,0.840770641433625,0.7650068304789998,0.6951445154167941,0.31710249140796504,0.005399188590520453,0.8905375105300067,0.8957549411000957,0.39738776956217736,0.5632010988405075,0.6942715888364006],[0.7712341980212947,0.18266497044629082,0.06759307790914024,0.03786169909584383,0.13757410785231128,0.8221789958514528,0.31086284655518887,0.29589262300995495,0.1159264836485605,0.6038404382759027,0.11849023143308156,0.09221063190542465,0.3627519882285633,0.679798020108997,0.38774118134441365,0.00032753354341903294,0.6943157550451963,0.5396210554019878,0.44460772546326743,0.7175229792230856,0.0013558853265235346,0.5274009413851063,0.1584183416863547,0.5921761031600271,0.7984251123592261,0.016740414531723664,0.6539421430244358,0.22805645997603394,0.29048224005117285,0.6608447429916957,0.6476824792912166,0.6435145803718495,0.8522322588702379,0.6798077788859705,0.019788200648733538,0.8144285876511698,0.23131631396334507,0.5120546421469823,0.7261407190128171,0.5402686498477036,0.028793917001588266,0.8241231777948671,0.184080972931496,0.00007684055437082927,0.780076795403656,0.012367416582676299,0.6222954899164863,0.5665493328365484,0.2344408092417852,0.7717544021358042],[0.23541834917732504,0.21320092649225209,0.28303028349132103,0.006879915648158824,0.1181949168280259,0.8144348441350394,0.386569121445069,0.33635696858940367,0.11844546182778631,0.7936499267899004,0.8700015228486103,0.43973776201129827,0.3055073258781698,0.5212880443886596,0.09075712814496972,0.0009222920416171926,0.3234668186894315,0.3807370367972574,0.0018688515675567624,0.09379354211687851,0.45286008549375156,0.6776314001189533,0.4863989032179106,0.7901268805813495,0.7985304269549134,0.5189470002340592,0.6941404537587552,0.8808854202586532,0.8321121043391264,0.37555671414423847,0.8366610783893522,0.34141084625656126,0.0010230847630607449,0.07386216265135956,0.5169656890826891,0.6827890613546829,0.8497015497663015,0.6307457317758166,0.49808194918733206,0.40632679399079863,0.005137974711814896,0.5125869151971827,0.43906547070180807,0.0003034453765528268,0.5532231578243012,0.47859473812505615,0.4693211499622443,0.6693816162447658,0.303045575181891,0.5521941255389294],[0.0049038800984215,0.0004707048642246545,0.29157890999082803,0.4700725011534758,0.6971117209275194,0.6401830767298967,0.2445472132220032,0.6202390907880875,0.7928925615324361,0.135632866733277,0.7861022710868844,0.6655000671655582,0.11732557697345031,0.7798092673182755,0.008365312924266474,0.3635367798488989,0.36810857800909574,0.4914246159529287,0.5901848751127842,0.20495626924739524,0.6345565801355166,0.32876040715077054,0.015451559929613161,0.11383961756490808,0.42005662336582483,0.7284620800197487,0.002387184651587563,0.19025578803145943,0.5702491151041604,0.7058732292775072,0.0004038369643139549,0.6672279612075145,0.8729952926589124,0.4272356578354854,0.02161744632083115,0.2741578868880032,0.4201291249389634,0.8224701936627808,0.8952474232472579,0.7082870569917181,0.39981849073620523,0.6882265545020929,0.4680509152113323,0.00002550907600888678,0.639397496851053,0.643146031338525,0.3572463163528061,0.3340210468559805,0.5999171429500317,0.3797150457679263],[0.27213523892595237,0.001347567781316298,0.0028571042901824415,0.24942898009954012,0.6608354711005803,0.7701726887027112,0.004448597556503279,0.727017754963068,0.8834863538150242,0.6229629756804168,0.866241676660481,0.0754649188606188,0.3312473974573268,0.4239801596157231,0.4689749639178239,0.008570598657734027,0.18046300987168476,0.10113284347435096,0.8069476405500453,0.49956546079242053,0.37327105042105446,0.573923727790551,0.28746040768122144,0.09800582632714738,0.011932238772922522,0.6429498395397977,0.013674196865672701,0.4690804367263431,0.5950141799821272,0.58978102889786,0.008659774736042368,0.29082441181125757,0.7975858798560805,0.45538453285274977,0.18538195309148012,0.31175638744497974,0.6393301678205544,0.6791442466844302,0.6529100706741725,0.664199217491657,0.8484881013623203,0.7184945133201275,0.44557248580221087,0.08212631972004548,0.747174603716996,0.3141987479364381,0.7177653824388546,0.8837222806464665,0.7425913335516006,0.054025908752257525]],[[0.000029332158371903428,0.0000028345609523037775,0.000034065981864161875,0.00004076027485943154,0.000005580338262331204,0.00013200636291802015,0.000013946612366616877,0.000017898894210493074,0.000013389883625546097,0.000013035045794948254,0.00005313031328349767,0.00009222747970721699,0.00005848747552508176,0.00001533611509682413,0.0000621435599402523,0.000029240300764007213,0.000010571247715103554,0.000017829143681042837,0.0000060841737632669085,0.000028661189928514697,0.000014380320602262057,0.00026896216422863983,0.000014128740991511974,0.00026234807030003427,0.000439097722086769,0.00003392640759535405,0.000040127660504079345,0.00006248778969470606,0.000024433801787405652,0.00003805276483607755,0.0000014237033671870082],[0.000016650205905595364,0.0006102643640852818,0.00003380596207613089,0.000039067105174839416,0.00004780300690763484,0.0001463958499450005,0.0001353661101336055,0.00015546737066667336,0.00014313635927731458,0.0010976967788563095,0.00007877271738733377,0.00017608087926339965,0.00019359530310269625,0.8269677630576612,0.00027330623341692084,0.00008571459279632433,0.000700122890080726,0.00021291739917028352,0.000037621917473926324,0.0001273522469980608,0.0004273976389304821,0.00030006899652604095,0.0006325796426220673,0.00016731249599806133,0.000012753191563412104,0.0002251333320169736,0.0005071236895299559,0.00011813181464595849,0.000781258241669831,0.00004135842113002027,0.0014634815113179526],[0.0000181660700959103,0.0002880231508656873,0.000025974089620283226,0.0005402151669581086,0.00005207556187540366,0.00010815975106537652,0.00010824882785617361,0.000054909671060974664,0.0001201358934657021,0.0008375537547350623,0.0000029062743289632633,0.0008936689635082017,0.000369364886666301,0.8358799189428575,0.00019361591507395791,0.00039958149383715046,0.0033553846869148213,0.000014740304837163222,0.000005055843502991571,0.000012734687591824202,0.00008111081064687454,0.00007603178927669298,0.0007150200499640874,0.00011669933293434798,0.000052964894025520475,0.00006135698835557205,0.00003249085178556728,0.00013925497108067635,0.00006972903805484417,0.0001475320396265564,0.0006215829775102445],[0.00005012409472321661,0.00014079111058090847,0.00005554663750984336,0.00004567002382289503,0.000023306991448409746,0.00006547541865491615,0.00012026672078670074,0.00006148411954899703,0.00005556431272579506,0.00017182413790885464,0.0000747060787889802,0.00046631977497991713,0.00013299593340500017,0.842804362118954,0.00005361069707933664,0.00009433599900806266,0.004180849333829254,0.000007068401570849572,0.0000028268455157859354,0.000001557575573484775,0.000045786981414837485,0.00010458817105104795,0.0002289199160744344,0.00010134745788999189,0.0000504422684041418,0.00007878240453248349,0.00025675852223949514,0.00004639218263017268,0.0005718732381643064,0.00010536255634546475,0.00012774009026250436],[0.0004472139900623873,6.384981292641397e-7,0.00016556975853873208,0.00011133979534364005,0.00016069042543691902,0.00007900671862317772,0.00008198599741938424,0.0003035497199134434,0.00010683946270801615,0.00010771184525081235,0.000033341785746016325,0.00010842987847575487,0.8321125849991945,0.0001102184284566081,0.0005184385296758785,0.0011802112219908181,0.000025559844967097336,0.0011160427606593853,0.00001934972355524096,0.0001774038807851356,0.000295405986402061,0.0005217578184777408,0.00025016419445549905,0.00002694015964887283,0.0005706451119575599,0.00011444932844894217,0.00009707397249906677,0.0002428618459843322,0.000051009654786524466,0.000054657298341745746,0.000019852252537579375],[0.00007137484916442714,0.00015625843876562224,0.00047865279649697085,0.000043705734806421116,0.0001566398695449258,0.00009360500601167627,0.000016787152372392553,0.0010844253021561837,0.00005845511207131321,0.000003904476870692184,0.0000612922855173531,0.000041062657428682444,0.8385599286859547,0.000014309282432291682,0.00004729616308941636,0.0000709319816269713,0.0000021271650328998695,0.0005061237346949964,0.0000070246301233309355,0.0001538139176767336,0.000095975307572414,0.0000977906682693414,0.000026640086049598144,0.00001747067820931076,0.000125453792046287,0.00006691594699241665,0.0005991455053878014,0.000014809172170411318,0.0000693519767810143,0.00004220655695400399,0.0000051591755436869916],[0.00021091123234517865,0.0000011541983605469725,0.000043011909657441236,0.00006339432427979717,0.000012010479453403108,0.00003179273986154107,0.0008256220888569648,0.00009498433472613128,0.000058294769868462466,0.00008700653811778776,0.0012059864722374384,0.0008525013179806243,0.000651406669516012,0.00003128594785133241,0.8146509266306546,0.00016635095761589368,0.00011725609228311694,0.0005681932167461908,0.000008046393411172182,0.000009339202637432445,0.0005961034827186085,0.000013302234617567659,0.000050066783426015946,0.00005901958723905045,0.00010279605319425149,0.000048228591456246806,0.0001077768138331254,0.00017100634305823112,0.00017741723932550492,0.0001492386132973931,0.000020250452236521032],[0.00028844426608285524,0.00026933486177296617,0.8445739995372747,0.00001708840373667899,0.00006689093886282417,0.00014869204782203823,0.000047621480029486616,0.000046670453752548575,0.00022267752076757027,0.000692380359342012,0.0006196440826501678,0.000008184942459145715,0.0006513046746343777,0.00008396703304079185,0.00007094155396290324,0.000013268334191402162,0.00005336402216091628,0.00015227270658781634,0.000005754156953417699,0.0009426786920768749,0.000023461885878807002,0.00013788343505339868,0.000035581771920747154,0.000026904885081907733,0.00003503017405894049,0.0003183623881477403,0.000025095655336643248,0.000034951859914233635,0.0002544091030717343,0.00004124352010177771,0.0000034204459600963036],[0.000145968186529116,0.00035336261317305565,0.8578549071157549,0.00014994972998564536,0.000017666011578063642,0.000057913936257176414,0.00001513295061892458,0.00013332473309512496,0.00034322212070063185,0.00012326982491549812,0.000004484844300176852,0.0007078719458938102,0.000012705897736733015,0.000018276383020196457,0.00036677699552391295,0.000001513466134003822,0.00011881240051241971,0.00002414468864084394,0.0000015239693640753192,0.00013093285861991635,0.00002590813726380679,0.000002153160822593305,9.909681061024519e-7,0.000005904380898961759,0.000026014931176364686,0.000002203879978351972,0.00010317553797609745,0.000007773355237137676,0.0002169954121216063,0.00011288716363793952,0.000003910808340428138],[0.0008719879667521608,0.00043318242965790035,0.8558913485754928,0.0000053689154820832545,0.00001962943641621174,0.000021419918830324434,0.000032688939862026445,0.0000736100606746269,0.00010970675344993085,0.00009025390972188518,0.0001494382902277354,0.00017817019945158492,0.00017901367946434777,0.000003662666395783998,0.0003073808248450163,0.00009298884575889973,0.00016223940570246257,0.0001244025741080566,0.0000019277182823660883,0.00017381946428276663,0.00005380761164065786,0.000030390522278978453,0.000013377379527335775,0.00021291814773997705,0.00012335956151568865,0.0001755843283697233,0.000053131974915159585,0.000014774485873490593,0.000039978719512449914,0.000049775372559453635,0.00010576331907561186],[0.00006722373837567727,0.00027053735597899856,0.0005091548827901816,0.00004648789341199726,0.000278740936872909,0.00004717585767763257,0.0000599370081876201,0.00006770583053060675,0.0002913871319593475,0.8375275061618485,0.00004442676422871641,0.00004435159449323202,0.00003829455493751242,0.00006705301355728887,0.0001283055866159953,0.000002897148861791144,0.000010693125119947874,0.00001966699154888998,7.803386764005435e-7,0.00021855412628400916,0.00003746604370750709,0.00001567673278672019,0.000023082344910587877,0.00041695649132156894,0.000003865738128886485,0.00002562392516141663,0.00017247275591048713,0.00033935130226539544,0.00037276266557647426,0.00012833554723520969,0.000025644658974911592],[0.00006643067274383007,0.00015514194905445704,0.00007093710785772548,0.00006509517626359213,0.00047643607283637403,0.000044504292561326517,0.00006217440954736326,0.000018207022407778236,0.00020739766861571217,0.8624304951062407,0.000013519885766455121,0.00003365266872158128,0.00005889539651001579,0.00035650135956264497,0.0000821990749356405,0.000004710889062097106,0.000007633038748232997,0.0001503222865551065,0.000010661491769957792,0.00004984590590612549,0.000059947380228587264,0.00024021427752769284,0.0000021675679227623836,0.0010365219490105506,0.00000840324593884837,0.000022950778540319803,0.00009897445409953162,0.0007372903463433874,0.0001171121329572438,0.00016623180483248782,0.000032910128115356494],[0.00004013095550167996,0.000005512123001757994,0.0002105743834351278,0.00010668260411354672,0.00005088640901231175,0.0001029625158023937,0.000038584551918653204,0.000026316272648967866,0.0000033947434010364026,0.00010018282781003562,0.8680269319586051,0.00021093152011665282,0.00005336372733062783,0.00006472049403051191,0.0001313897625484482,0.00013220770636073853,0.000003356379404471184,0.00003300755303795037,0.0000396325432556308,0.00003312236746509904,0.000009327161997146413,0.00007531366599918427,0.000019820202155212268,0.00019000711493535427,0.0000633535926723301,0.0000309502786658471,0.00018495662621672223,0.000020533548502069757,0.0001688045725010659,0.00009412801896876847,0.00000953435845942447],[0.00017811111765756688,0.0001227819473568654,0.0005263828730687005,0.00021901973834934104,0.00004894080922366358,0.0010878254206870882,0.0003392909208953464,0.00005114613021239318,0.0002239748091931441,0.00008221061274427702,0.8784444358374763,0.00006720796263142833,0.00003341766938988528,0.00013138755914621366,0.0006195032612588122,0.00039568626614102574,0.000003214914697780171,0.00009967695006562882,0.00004221101448411116,0.0000017927499012731021,0.0002330595951025069,0.0015719701692129325,0.000041369226603817894,0.00010955702442956061,0.0000603858646314834,0.000014219201527666127,0.0006622872273734881,0.00006896664395109265,0.00014977603249377228,0.00013859247880408247,0.0002048664421432854],[0.000024245277043913573,0.000001191164100498624,0.000018606449728068782,0.000004495757277735457,0.000275519495889834,0.000002427443257930801,0.0001738558540837387,0.000024066934634190665,0.000002505242484422278,0.00021537846312559588,0.853244540441871,0.000007509846777992532,0.000060978583041684707,0.000007114515319311283,0.00018153864978370606,0.00010469653429124753,0.000004409793977163723,0.000025617858787159928,0.000039525449162297456,0.0000011766475068691876,0.00000782735162212627,0.00005176173557977881,0.00013726911106315466,0.0004972788810560768,0.000039339936814713203,0.0002406740655108092,0.0001730476616263808,0.000010653818614152428,0.0000070837976698310526,0.00008695820518947217,0.0000013545237047869365],[0.0000819907851129769,0.000011670103849134434,0.00005336089998069438,0.00015736604676788553,0.00003741243687688207,0.8471343131743538,0.00007620134556254956,0.000021887532885892868,0.00008291858262318592,0.00007735379341129022,0.00027093444990731097,0.00011683359035928913,0.000033222545578811595,0.00014380583494800976,0.000029289592949676667,0.0001199619887245058,0.0000018813238997214896,0.00001331796982883928,0.00003127099845462539,0.0000023258389239889805,0.00020883785471107301,0.0007004916267636037,0.000018526312749956797,0.000012463505075552188,0.00021964302180489732,0.000005969695823468701,0.00010508790279310087,0.00007300183466634106,0.0001383148217939365,0.0007286300631901277,0.000022870461726969673],[0.00003215734467675587,0.000013123351304994221,0.00037977819039545287,0.00001380122766493574,0.000021722999898519844,0.8583574563743146,0.0003310617480899276,0.000008945327818971502,0.0002261495179198264,0.00014592899890570544,0.0002303347172746496,0.00016167388568565124,0.00005257675240920283,0.00009278856657302021,0.0001197908348616784,0.000015526536592616203,0.000004056849279334983,0.0003738152132532138,0.000002474850500078686,0.0014774072672069424,0.0005524449532161702,0.00024908734215717737,0.00030627596073848194,0.00004751623356667389,0.00017747313629107672,0.00011435741799498935,0.00013141366854972354,0.00013300279081329087,0.00019225858859647484,0.0002920719970325549,0.000008575067703164876],[0.00003562871701156243,0.000014823185337862813,0.000047470703754088206,0.00010024025688990123,0.00001294878655686999,0.8383265010991078,0.00022483086204569725,0.00010663094181700107,0.00011771962626680494,0.000018590480947379764,0.0000272353321478523,0.00020214769205655504,0.00018009656616027955,0.00007312128993696069,0.000057311419964555855,0.000024746658036426825,0.0001213737386974333,0.00016055680012049006,0.000010018638582300225,0.0012854225996662277,0.00021222136593955157,0.000142093428946452,0.000495303562444502,0.00005161491974746368,0.0006844026259816007,0.000017206344241262426,0.00008763454884069806,0.00005488779285269826,0.0002479631750404755,0.0002355856315494523,0.000012960409890659066],[0.0005796018375327142,0.838753503611952,0.0006465721238592794,0.00003221083147649988,0.000026185914161356857,0.0000035435693884939644,0.000014529492154344956,0.00002456108919517984,0.0001342772670237405,0.00010505708533518055,0.00000220236820573749,0.00037210642874681434,0.000003514863381033027,0.00009804887970189684,0.00004034968691123917,0.00001776801037293921,0.00017673361874174414,0.000304243722085609,0.0000013776034330636173,0.0013519386139159838,0.000025138873223415582,0.000052656386613770354,0.000005886117404590443,0.00018714245396278458,0.000003848643821888051,0.000019722267194753284,0.00003641255131142088,0.000005338987861704096,0.0002318380810621092,0.000009958475294953877,0.00003435040163997645],[0.00025773644829873727,0.8259310563328808,0.00019879291887528707,0.00010628776536983978,0.00001844784425616873,0.00002275442387933648,0.000021645229223445455,0.00013329284990963244,0.00009580438602848706,0.00010037482047132452,0.000004243680275110229,0.00027852306996260806,0.000024299848005863235,0.00017624239445334595,0.00006953879517279864,0.000004437069006351296,0.0019120863450944486,0.0003554182105369745,0.0000016338246945600054,0.0008404179877248538,0.00043182911011768787,0.0001855590993811304,0.000004773057806100251,0.0009283853270207405,0.000023641253315811133,0.00009582656443246893,0.00019449478235682865,0.00003445156528509291,0.00012620959002771328,0.00001947516358858608,0.0009605645571901981],[0.00004425350705600441,0.8693740552848779,0.00021791454320921143,0.00008044053369124923,0.000014383581460911711,0.00022172919963385406,0.000009024165111241965,0.000026622283076870718,0.00007228414157936123,0.0004750213756940925,0.000054095752137740344,0.000045719582467795296,0.0000548550050334888,0.0001577410982155457,0.000022672404062505872,0.00020068194760611245,0.00026076273086533813,0.0005535132115636836,0.0000014935849692308222,0.00012580843291679666,0.0000966659249543989,0.0009085555937792517,0.000015988744203668993,0.00020938374432816702,0.00004427433169864534,0.000009430115063592355,0.00048349760305587894,0.000013914197525323127,0.00021176655016328695,0.0000046224723914230994,0.00013389225757265392],[0.00000520584508608626,0.001624214434223286,0.000035954628081686156,0.00003729593727955513,0.00009389044232781278,0.00016764492612605824,0.0004919441157927047,0.00006127462179272049,0.0000327665278107596,0.0001244990597645319,0.00005369660657269276,0.00011431679630693369,0.000018614672689043623,0.0013866001534060303,0.00022793068113582046,0.00014613595431126148,0.00022761275440332852,0.00020243495286700373,0.003782727234293238,0.000006192282402143222,0.0002509410039291015,0.0007183965715081384,0.000004974857448885143,0.00014161455207007802,0.000008791474035186593,0.000039466979643242054,0.000005696725924767261,0.0014870727195872746,0.00025881063390584746,0.000055465380521122714,0.8005431429355299],[0.000009295648936953722,0.0013197799094339,0.00005211614299927651,0.00008280255776463733,0.000004990197760812526,0.0000019915521191548463,0.00032701810496812327,0.000334929454215017,0.00002681420336309167,0.0002263728881270841,0.00000652651613641867,0.0005492969617273261,0.000024134493260203468,0.003364753208739014,0.00008012482174179763,0.00011561073638072316,0.8208783446859187,0.000004445789821964417,0.0000011556274093003867,0.00007438486653690444,0.00004270086349396374,0.0004798056841744033,0.00008105185400209098,0.0002222422396452422,0.0008311443029657286,0.0000538083292283016,0.00006347930619271321,0.00011734843424809567,0.000022574685417705816,0.00009216301396142394,0.0003635756755410069],[0.0000440194804911986,0.0007284026140471296,0.0005805051931610585,0.00027952364824060133,0.00000819674046691632,0.00006505251935973534,0.0001265377788744465,0.00007813399631382246,0.00003213288957149256,0.00007193300251649315,0.000025158812540380427,0.00034054770849190416,0.00033456110071602383,0.003917921464128795,0.00015641286207395948,0.00025404168416388087,0.8041730453142224,0.00003416267687146857,4.852901909692899e-7,0.000024879187045251683,0.000044379951559849176,0.0004820325799843289,0.0005192230114893725,0.00015068670896593988,0.00019070974113582083,0.00005498968369964831,0.00006664365231372125,0.00015608318566019382,0.00009777081997037158,0.0009483636320120046,0.00028233007872215403],[0.00013849058725845834,0.00010710743620981283,0.0001298491652964907,0.00001797256022107955,0.00003458043301780976,0.000053566579681538965,0.0000036611217305508626,0.0004364966224943805,0.0001661415707454673,0.0000780000441983579,0.00011533411354596108,0.000017114484727146028,0.00008346217577955376,0.0006106900221354186,0.0002283181583485316,0.000008617827859946884,0.000006917359682150258,0.000029839569777283755,0.0001230212901924373,0.000054509943492077925,0.00009350468512334673,0.000048998816163279864,0.0003576735362488856,0.000059301419905804274,0.000010476641555104268,0.00008839024820489781,0.00006754184723096222,0.00005128074000534913,0.837735230531303,0.00011982130941065709,0.000033295789958144246],[0.000010744385520819155,0.0000142312702903628,0.00011865887746815799,0.000005662441309982011,0.00002838460600867662,0.00002114143749784716,0.00019792874573709381,0.00014132382410423963,0.00006217617248543664,0.000010689015193493679,0.00003101463821968185,0.00003313180104770461,0.00014412595782625925,0.0004151194287041699,0.00007146453569308111,0.000004163672094322822,0.000042641600528544414,0.00011814074274243218,0.0004625405467348762,0.00001340530146304962,0.000044427944363810574,0.00006566072151163354,0.000632523122661545,0.00007413479621824797,0.000016043629958433388,0.000036769296844682014,0.00001392490346175242,0.00004999006107896785,0.8610568877104322,0.000032754040899037485,0.000036790673983447095],[0.00024304451718253282,0.000016057081804605037,0.00034515169108583507,0.0000361463132989368,0.000021564470110948144,0.0005583863765113154,0.0003807455377472472,0.000023645809674950453,0.0002241649623701104,0.000003863621674069131,0.00009694910602099133,0.8415056957666787,0.00003742403109691371,0.000017019217424792733,0.00009155533860912055,0.000025746767750823827,0.0000440059194763071,0.0000017112113599740026,0.00007168173981830118,0.0002013064190005929,0.00004131305597652522,0.00011235023063028547,0.000003800631655693571,0.000010350857510251685,0.0005236612457480573,0.000005816144770205119,0.000026766024042188332,0.000022034825560192107,0.000006114464931031655,0.0002669433914528131,0.000026552767975929238],[0.00009624434565791628,0.000345449441278329,0.00010919636093861586,0.00009145528622524736,0.00021089471277010598,0.000003719893063944636,0.00047407767790195977,0.00006279318502776059,0.0002728438266508421,0.00012417072394227226,0.00007610078723109812,0.8513644201034358,0.0003723780957726524,0.0004482782225461948,0.00010738190072816886,0.00045647088056994785,0.00013459785520914097,0.00008624377524485175,0.000021524960472253664,0.0006094672039862639,0.000005634364304680789,0.000029475058055793552,0.00021620265920866685,0.00004296977041133708,0.0001767672623856429,0.00004283396771051009,0.000019340604620975358,0.00011423375294181419,0.00005573486846119837,0.00005416512815215784,0.00002213937872899589],[0.0005499541670052067,0.00013776113778121544,0.0000537671896896678,0.00011755472733566696,0.00006844459354286332,0.000605088581953388,0.0000659826429699616,0.00001906207539838338,0.00001969057715775767,0.00006581961906565905,0.00011451440737892082,0.846371095381044,0.00004231816595933425,0.00038440158631721844,0.0005813488086876554,0.00023089946816358406,0.000017943776495975175,0.00005402878226385812,0.00006235473406396319,0.00010112560996444674,0.000011420891511067755,0.000009501140057716314,0.0005439607451671426,0.00022257062904963872,0.00015324008778909318,0.000046055102536463903,0.00002781449859787675,0.00028282299335022815,0.000060581598592997084,0.000010430755189485723,0.0000635607305685834],[0.0000010292691766800442,0.000055964146474344536,0.000014495045020382739,0.0000296185786461654,0.00017969493311981646,0.00006349383254756332,0.00031177302121260014,0.8210614386787803,0.000004523416240191429,0.0000022910694140675155,0.00008103679436820318,0.00013901241635258548,0.0007905472685758526,0.00011750913347294482,0.000008731953967010187,0.00001631225890190035,0.00013361712416746157,0.00001939509218911513,0.000019734024665951767,0.00014406402736424247,0.000056860274140969644,0.00004959433264398172,0.00021290615059173893,0.00005387037534837261,0.0006823743029980991,0.000024454494309923373,0.00004756413724091738,0.0008861464138980104,0.00016495049227749549,0.0012354455707764879,0.000010297449540626547],[0.8204514235273134,0.002309377059801587,0.0014894515264290004,0.00002727150597279344,0.00012088262602823522,0.0002387244465831287,0.00022522871972203472,0.000028584182160241558,0.0004182666532539066,0.00025007682934694204,0.000051728385901670275,0.00039172818119150986,0.0005227641873106975,0.0002325862338624601,0.00020775832609353593,0.000038830601874231456,0.00031964714871831376,0.00006411104217933654,0.0000014983561574428938,0.0005727509029153557,0.00018875375533291405,0.000753587401366452,0.000026731583186786594,0.00012920295107350419,0.00001708897234315019,0.0008771896562277567,0.0002228590700477134,0.000001911802611985193,0.000058853554040196534,0.00002873288389723485,0.000025234109241319535],[0.00017422751121206934,0.00003967344398365561,0.000466292774553893,0.00011214357952380395,0.0000643782082293455,0.00012533260926247876,0.000015548956363223434,0.00021248742482304266,0.00002071228851315463,0.000048555633595418094,0.00026327301551703987,0.00018892587440691577,0.000053191292763859094,0.00005602990049321419,0.00010750696358856579,0.00004815010266337621,0.00008329836611040131,0.00008124505920624136,0.00025663571233195114,0.000053806852125097615,0.000005002790472640069,0.000010728063086823944,0.00005773177469814111,0.000041224435844566076,0.00015275462783607014,0.000597541092838854,0.00015775363822257882,0.00003919025260676835,0.000175873993224867,0.8575146474435357,0.000002202591093523176],[0.000012732658226196973,0.000005978421660388004,0.0000074140101028716495,0.0003578024871855316,0.000010608668696241645,0.00020912931186135492,0.00006274374944579402,0.0011180052496704994,0.0005851540612448424,0.000009337656349704264,0.00003129237231463366,0.00025234714464811926,0.00023669703566769597,0.0001529719142026381,0.00002224726260937282,0.000033240734843404666,0.00003490196325419533,0.0003213172614850466,0.0003765601220451312,0.0000014459318369753596,0.00010886537542332793,0.00011828893457496848,0.00008034304911943481,0.00006231527623993117,0.00009822625414161398,0.000015889662714872505,0.000036318917296874316,0.000053531561722519884,0.000023880969201144605,0.8278919539581655,0.000024814644026348296],[0.0000031705931658565407,0.000009447313884918008,0.0000704842681059515,0.00033802321340420426,0.00003943900825998908,0.00007042141714653943,0.00018671393029402278,0.00006850901262724119,0.0006545275496466182,0.00007813518118571424,0.0002226726614967096,0.00003907177010930323,0.000003743918911029235,0.000007735426991421582,0.00018939841921674738,0.00016562058048297704,0.00027295471184220373,0.000059404917534913454,0.000057172088321482913,0.000002499198929953662,0.00006097868083664945,0.000002121672361806372,0.000030708413267207454,0.00003621999072775305,0.00006500110114833272,0.0002653334987253042,0.00004030371940009464,0.00018946368368022047,0.00001988746497919998,0.8671977850363317,0.00009163154983158187],[0.0000048386710970421064,0.0000018301843016227606,0.00009607641317998023,0.000027521903620391193,0.0011126017898284279,0.0001812618821449914,0.0002777173210869012,0.000538187031098518,0.000002853083975835801,0.0014541804194423108,0.000005438057515971381,0.00021553836332343688,0.0002783787201442703,0.000006687302025055542,0.0005683906482624361,0.0000015800506644976955,0.00001911231106496864,0.00004494278582601342,0.00013493856311600207,0.00022396554521815444,0.0008547710821216717,0.0003741852709508236,0.000017611344082206542,0.000581091738405744,0.0006258329609106141,0.000017367912243614,0.000003825169048065911,0.8106106517875039,0.00043636017773126835,0.00038729427500434855,0.0005831356764372053],[0.0005339377840415618,0.00000923963455634785,0.00022337319667026145,0.0001711793021330671,0.8229822738659285,0.000045380434993115315,0.0003910863912151915,0.00026464833756077933,0.0010140041893307,0.00017732029955754507,0.00016574700501817123,0.00032626940570411875,0.0004062586031869826,0.00005228707604030617,0.00005360149878701854,0.0005629044378735647,0.000002407771654715141,2.580783684375001e-7,0.0014521542868709022,0.00014107909004314564,0.00017516495309195093,0.00003980855744207742,0.0004957997866194742,0.00019688866760331377,0.0001723577159675503,0.00015292911187324046,0.00002151434086041233,0.00033784164196738547,0.00045338499660625594,0.00002570875207303202,0.000001533072912281934],[0.0000461467703900564,9.212205270785195e-7,0.000010236084955786316,0.0000043394590536196395,0.000036964413015762074,0.000584280242154907,0.8310680820120658,0.00005874359153117095,0.00045640440578860437,0.000044494330596317396,0.000013101117811529177,0.0003771237161588607,0.00008293698222954902,0.00010714786588325832,0.00038056027778241827,0.000007457509681332733,0.0000928082254548721,0.00012788302328697795,0.000021632661252471374,0.00005060073816595917,0.000006499994023617207,0.00002251624007888548,0.0007289227440623455,0.00009030789472455997,0.00001603495573563079,0.0004398819743133904,0.000015263684420479654,0.0005592563814931179,0.00008615282987521005,0.00014355846223902888,0.00008719063795302488],[0.00020277281405853455,0.000010259625772937921,0.00003890983601745398,0.00000843647749197816,0.0003097651108892344,0.00028791925326557337,0.846771088244693,0.0005245129660305613,0.0002065029030887943,0.000021556026261321217,0.00027673815339851633,0.0007270568254340636,0.0002367631408562302,0.000044159772743394,0.00011473907861653064,0.000017782170262913062,0.00018157794085333872,0.00012706965907433368,0.0002076965022959586,0.00017438773954347398,0.00009509662923573254,0.00010725844221639078,0.0007840005343568712,0.0016891781034938246,0.000008035877167347406,0.0003309127616059941,0.000028381046067652536,0.000288782881383716,0.00006758040180295858,0.00019368667003655655,0.0001601300787954546],[0.0001906103527996474,0.000051382551553117255,0.0006790993509139139,0.000003784557538369507,0.00026903098572313096,0.000025234755142391186,0.00012486518000346135,0.000010146541593215202,0.8549238016261489,0.00019982870384351083,0.00002872372748720887,0.00003761135316048346,0.00038952956681008834,0.00004089929581316907,0.00008224097714254286,0.00011979414636306853,0.000004013695196669879,0.00007392892766551256,0.000001058476582670786,0.00003226824844034869,0.00034556060843345565,0.000016655191512579848,0.000007086657681240582,0.00013407032854535536,0.000009085991966190154,0.0002676994233114441,0.00008868852018834481,0.0000010379539830407786,0.00003656809468335118,0.00046947160735289357,0.0000011046130949707674],[0.000009411169759680902,0.000004820847498698594,0.00008667834446820095,0.0000040089661829469934,0.00003177860105531468,0.00017509693558902302,0.00009129477154027448,0.0000026826145252685874,0.8541323540406484,0.0006038707211790642,6.521190779829109e-7,0.00021661662334740314,0.00011368766527220568,0.000051344613080889314,0.000011899800788951604,0.000038895857715504306,3.5244166120274246e-7,0.000008909705760368467,0.0000024608603379621947,9.115141810061807e-7,0.00001558824194314484,0.000005952378056502413,0.000007205958960855973,0.00046252797731534287,0.000015090283815481767,0.00005070092574114249,0.000018826068022611977,0.000016546468694071178,0.00006117364272633806,0.0010822840148557173,0.000015071522428336684],[0.00001693100359313569,0.00002365159816325747,0.000025022752687225344,0.0002742830216547841,0.0006328597756335146,0.000008273433193200637,0.00000507167601375226,0.00011854329553093134,0.00003688583383103963,0.00005696143917177059,0.000862671224231282,0.0007669332339761765,0.00024206432169988164,0.00003071939434247777,0.000019774195138375653,0.8347556486124543,0.00008321136966313,0.00002245526910942772,0.0023495320617236883,0.000028254423013607664,0.00011997517524963901,0.00032666765688381784,0.00020778555335246738,0.0000484614127725624,0.0010933712474443865,0.000011481638782555862,0.000003839154856831659,0.000005317217037250645,0.000016354586920685704,0.000013495522868427427,0.000015461671227709675],[0.00021098592357242425,0.00001961332809024904,0.000013347263768727464,0.0002991787143184201,0.00017409863584796824,0.0002230414466269485,0.00016990017397066552,0.000047697622051589506,0.00004377359671054813,0.00001869621875891474,0.0000801122427164282,0.00014173182601117737,0.0007238893742820933,0.0003813065761590322,0.0005286204102601384,0.8335101632291466,0.00029191625094397163,0.001443068467412442,0.00024441429257113836,0.00020825706345751227,0.000008298575722091436,0.00003373452511631752,0.0002463867698510946,0.00006213232666045547,0.0009742278916125985,0.00011778873895505175,0.000023075495915560704,0.000027111587785243636,0.000005951411670470935,0.00009830466509511554,0.000018770473085340354],[0.000007784799562610718,0.00007282464843531198,0.000006458555374291962,0.00001799679008897758,0.0000043727777552441434,0.0000791668468641601,0.000148157903287768,0.00010929469277556412,0.0001199852294289204,0.0000029891711378504426,0.0000017027685111689541,0.000008128991987226956,0.00036754030660397563,0.00011274626003643544,0.00007642777941715413,0.000212485579706512,0.000005280840577572802,0.854033304066686,0.0000022340917189860897,0.00007743886545594802,0.000009289587550281508,0.000002361976931532312,0.000019850864415494548,0.000017485276251583386,0.000058400034280884334,0.00016798480731793647,0.00010944514645219321,0.000027971916367747275,0.000027473258129713543,0.0007065583678668079,0.000004744376486066245],[0.000038683363178239776,0.0002461770375640906,0.00024226073039178912,0.000011168959347880835,0.000004705998758238591,0.00023942274890651846,0.00006171302606573033,0.00007482804270742533,0.00009288981745069842,0.00007674584819645125,0.00007602783677578067,0.00006584042108542806,0.00017111425545544024,0.000028474575634478704,0.00031665942300202247,0.0005850482738186656,0.00001601976460223897,0.8523899683423287,0.000044934373212376334,0.0003145194396103867,0.000001667866729707843,0.00011782937191644786,0.000011917595627639586,0.00013166891664150458,0.000026504646285501362,0.00022927866202502177,0.00004957963001754189,0.00027185603163447467,0.000395513699617476,0.00016741063507683148,0.00003240790227216117],[0.000019827076221969327,0.000009107576080695016,0.000018783486128056944,0.0006937617028936846,0.0002235146505780393,0.00004675167230339362,0.000025160354845691557,0.00010510339480006319,0.000004795132518407027,0.000010792982964175534,0.0002898911486821449,0.0001622585549006882,0.000016611737455433553,0.00004342275985733852,0.000058011369918995586,0.00009435156210547257,0.000005328112864778847,0.000015157673552341428,0.8650397887310066,0.00001063780626894359,0.00019813386182009984,0.0001342383003888224,0.000022223994368515646,0.0002098898818271558,0.000010894262524427767,0.0001268713845068194,0.00007168444947109688,0.0003207455835017385,0.0009044770311349644,0.00035628072416483736,0.0006442645836464014],[0.00010387610322552992,0.00009281643511590186,0.00003552599493209209,0.0010255378124151972,0.0003759048910480817,0.0001723060299480128,0.00002474768342117297,0.00012429504965260425,0.000008709034235851122,0.000005617441948202074,0.00020681746386922792,0.0005163154259154153,0.000021142490446358993,0.00022188675365601807,0.000032293484371630896,0.0022471611177462703,0.000011932580526650931,0.000005916410111367048,0.8405310812611356,0.000019406657741287464,0.0004378304013445673,0.00007371983550836727,0.00008372456142084003,0.0002030957134300907,0.000060150585123809836,0.00004119904977485401,0.000013839649165253015,0.00003401306820305443,0.00022203612543271632,0.00040152151310082003,0.0005570738827260971],[0.000003395010453592354,0.00001552757747546084,0.000003246337724068614,0.0006706568573751718,0.00005794019155269419,0.000028651531412927826,0.00003691203277177135,0.00008335139200099726,0.00002013952965738487,0.000003598975536365559,0.00007395754119058411,0.0001334614142968442,0.000006577601802998963,0.000050455038802591014,0.000031287417642210936,0.00010844069425093198,0.0000018707047301361215,0.0001255198100170231,0.8822489621779213,0.000017680434656776734,0.00003763583570032185,0.000009441314818072434,0.000025306251108891884,0.00020297035140001587,0.000055077909367087614,0.0000821669742837791,0.000049681704739385895,0.00010599982269334219,0.00004068263771894684,0.0004894563840075138,0.0010624069186030915],[0.000005828426168501195,0.00008175229251524767,0.000042246560818461266,0.00046393458249117405,0.00003412663875660698,7.014441262075295e-7,0.00001810797921430637,0.00004109784477444279,0.000023138920670648935,0.000005750722253280352,0.00013397439780097651,0.000020501171346111354,0.00003555407830972996,0.0000285767571922695,0.00001043469712227526,0.00006260379341131788,0.000004687557627462846,0.000028523517288358352,0.8549463013220633,0.000003961443622967481,0.000005382008756963606,0.00004245807307560872,0.000058080362242273795,0.0002444523787872768,0.000015543260735608383,0.00018218897051498913,0.0000054972394745166565,0.000023947247516106836,0.00012019189119677209,0.000377206444448945,0.0016281139505194553],[0.000022548170340494363,0.0000682368037679898,0.0001702472062708602,0.8165012807684184,0.00019480687135516888,0.00015807494673894233,0.0000017795347578207561,0.00004122841417810278,0.0000013929502322764454,0.00011694908499766638,0.00030296618646098874,0.000314351056327286,0.00003405585165318241,0.000016555584882996327,0.00019801089908583482,0.00037909162289160756,0.000017982611610195833,0.000024457080664917752,0.0037724788448033108,0.000054882349173742316,0.00036863027827562433,0.00034932446441349814,0.00008579491647703987,0.00004783700754380097,0.00047453421220711384,0.00001501646398779447,0.00009472610303333069,0.000035028308290805615,0.000006484698428495461,0.0005078159303994764,0.000022820807209729863],[0.00020683294894448224,0.00012761299545574532,0.0010650529674309545,0.00001705743794250077,0.00033080887320540044,0.0013320680450227388,0.00002080488013154353,0.000032530663091337286,0.000002129981947853324,0.00016420914411594505,0.00006588649023696195,0.00011074976864039391,0.0007165905405730032,0.0000024111455228880847,0.00003511200845180131,0.000005079142130236424,0.000019104127740434545,0.00010789996772122445,0.0000044728486609978655,0.8249334867261823,0.0000722213984944227,0.00045095463701889,0.0000054300057742476975,0.00007680775464617287,0.0005354961667413296,0.0000866686654214046,0.00006035727989111993,0.0006379064965466864,0.000004941338305237712,4.4846434007890715e-7,0.000005375425617346329],[0.001089073269177303,0.002614409775848701,0.0008360087458245296,0.000008902513093171209,0.00005188282159128329,0.0016228552701049064,0.0009965117828452622,0.000258140696830286,0.00007659970539882026,0.00030070625090739797,0.0000027349940971246584,0.0008709856558542355,0.0003318149813466923,0.000054485747846005294,0.0001568057047507618,0.000019935782239099868,0.0002720765613054089,0.00014657730251412673,0.00000971144997241513,0.8252273252207337,0.00030200564728367045,0.0001914814981151234,0.00016119529875129062,0.00010133849207981243,0.0000902809747648865,0.0002150088379139342,0.00006511754720987478,0.00011570930098589059,0.00026719993253130855,0.000024983869302725383,0.00011167783206915942],[0.00005810977834357345,0.00007653258964047008,0.00004099448618396609,0.00015675195941945304,0.00016558199309527757,0.0008580190942951931,0.00009423275621269416,0.00006660514145831273,0.00007411981915300385,0.00015827298359072568,0.00005321211244255104,0.00006310863950320542,0.000255177716817775,0.00003186479433998935,0.0005032757523065473,0.000030361636333246803,0.00012937220112866068,0.00001723401169442279,0.000012647189429127194,0.0006569759365192708,0.8170455707844145,0.0001856527506702853,0.000039516924537594254,0.0005689183838675447,0.0003711138062292754,0.00016685127666037466,0.0001750730723603001,0.0005199175643361479,0.00018654617600168602,0.0000949181974748261,0.00018813421845559802],[0.00014789330220826757,0.00030537854346765757,0.000030192952356209405,0.00005651340003874742,0.000001188022278845417,0.0014215920396691143,0.0000273239759574847,0.0000437439189219061,0.000008446933323789095,0.00028287150727194317,0.0005816993560870153,0.000003206883205901426,0.000015690370784852878,0.00006330787304845626,0.00018133646413218872,0.000010010137059133727,0.00017545649020516235,0.0001548385531476609,0.00000487044393369595,0.000020276905061716632,0.0004968984270396645,0.8259956749539512,0.0000010894749599450489,0.00003519778463480014,0.000012189322177553595,0.00004488870109723773,0.0006186125334814055,0.000032894535971064474,0.00010016612606365942,0.00000644288733119553,0.00005327293898938926],[0.00006115450600985464,0.00017504475623933882,0.00007855592953153204,0.0003198888323888603,0.000013906349408544148,0.00032566280193074555,0.000020584220191413115,0.00014058895769465926,0.000027519596331575207,0.00013405505375162878,0.00005057088867274521,0.000011131765587447373,0.00005345174979395109,0.0001068209438388746,0.00000400947102713781,0.0004968784613194073,0.00023216640182730874,0.00007225456495338472,0.000024569032156814132,0.00011089418231122875,0.00001983731876805618,0.8447710648942279,0.00004578835193549852,0.000051864788113402816,0.00024665533474518825,0.000026864586871287006,0.00003794270210561887,0.000041762579721708495,0.00003782547291673488,0.00002124755451993763,0.00005384233396827284],[0.000021896856997251022,0.00003890774693495672,0.00006029586345935769,0.00005699526144541759,0.0006537812140057901,0.00010778594352229641,0.000714710545542457,0.00006364943139249521,0.000017042034800165883,0.0000490544005145969,0.00007497513795058297,0.0003516251626444218,0.00021194117944801978,0.00008529661173806223,0.00005966075057014121,0.00004925545313998748,0.00004295088428853523,0.0000069846080282879115,0.0002907497099862434,0.00014025772622868125,0.00022649966935392205,0.000006539708941462763,0.8501330998408224,0.001103778540483389,0.00024535640141310036,0.0002569377234226023,0.00023718271260587633,0.00002682490924448469,0.0003959270582782055,0.00012031267439717578,0.000035927703276252464],[0.000001361120749926641,0.000010010710948949896,0.000006581428443284831,0.00004905824242562141,0.00006459730441358812,0.00021517122898846312,0.0005702716157776754,0.00009536654965236396,0.000042176312535520315,0.0000386079540734935,0.000025765072289603717,0.00007472352131910858,0.00006020232897664004,0.000977685012869477,0.000054302751529510576,0.000286279561058665,0.0010063827484570903,0.000013500736262775246,0.0000031526147119232793,0.0001325945669755564,0.00004825194365767217,0.000009034853347441414,0.8485070328295672,0.0001334998387859921,0.00023793714005308287,0.00012606429729528472,0.00007524406428407698,0.00004465542895734157,0.0005226303900502275,0.00009343699462144089,0.000002219983857456248],[0.0000017784723860959756,0.000014722902566832507,0.00008187187391445919,0.0003942556255023851,0.000004798890348107603,0.00041040354981816874,0.000010310734044168154,0.00003792813202137602,0.000004689605219198601,0.000019077448633439183,0.00004603805356834775,0.00029831637711089646,0.000037068133665479514,0.000004207955550572178,0.00002604669664557845,0.00020194168758797053,0.000007452067834549043,0.00001206220837342948,0.0000281918580630516,0.00017310854456240745,0.00003397338339244621,0.00017619493060124574,0.000011683452458120847,0.00008405954764151017,0.8547732700904831,0.000015302639165419925,0.00008440069593672024,0.000045269064125853515,0.000037085252676647436,0.000027504497762172297,0.00001164936608171568],[0.000002924154060622413,0.0000018131673885935617,0.000055936046954174525,0.00004327597389332896,0.0000029903300648489966,0.0000024361055728692677,0.000016058979565893008,0.00008988205810801908,0.00003289017164370086,0.0000028454580077864683,0.000008359775444903424,0.00006278805534141659,0.00008975215962410661,0.0000060739021628511745,0.00002441876788398475,0.0006326516688653223,0.00012136347172417881,0.000016546861259004758,0.000008524194900749862,0.0000048504627896407415,0.000009877955506908923,0.000022697362881255382,0.0000013367402819782607,0.000006967641907240713,0.8642493476408771,0.00003369653182748343,0.000012808752867940962,0.000002095783118956539,0.000003038903676761622,0.0001855104176600714,0.000004386936338639041],[0.000034616520645243764,0.00002037916495882671,0.00047473016500065016,0.00005420501789227176,0.00001592382898958765,0.000389191218363805,0.00004634474882068639,0.00009573345033056277,0.000284831320418803,0.000002524755825914046,0.00001650417005108037,0.00006183911844227278,0.0005357641722807716,0.000022538148304912696,0.00004168955178343118,0.0004846875626639186,0.00012006654265861776,0.00003690837384533026,5.663845469743083e-7,0.00010333389074798912,0.00012294200181732297,0.0000442938607493132,0.00019079690390980437,0.00010308676620350141,0.8546425801395084,0.000022204406612822805,0.000013377407221087313,0.00003915492808960972,0.000005216432992315048,0.00021697437286792784,0.000001759893604571623],[1.9573950563963265e-7,0.000030392216993319017,0.00015974221617374846,0.00029853471492127565,0.000010250701492293814,0.00005828250069694758,0.000004529771086481404,0.00006180393301374861,0.000018205349964353523,0.00002235192070388262,0.000011464233334784597,0.0000732199684138845,0.00003844708434866847,5.336467900801313e-7,0.00010114677245123953,0.00017289065486874366,0.00019936443758658285,0.00016624807089546848,0.000020733122060370444,0.0001963786310018987,0.00005737513134569172,0.000038730116159052914,0.0000039954590060533155,0.0000306412497101529,0.9831732778109297,0.0000041437416978189875,0.00008678208754197654,0.00006266484223497089,0.000005248217111871624,0.000014621698257842457,0.000001352439718754333],[0.00004858511772285218,0.0010169272229429965,0.00005490723566643611,0.00010193193543464042,0.0001778656766179927,0.00001483952470398093,0.00007352795746049086,0.000040997911779704486,0.0010876445134330652,0.000047726887017400106,0.00019439378095762052,0.0000534866039613959,0.00003211832028490599,0.0001490345453712707,0.000019886737190414746,0.00008288857039987514,0.000008340741336008292,0.00012021895572999594,0.00002729940074667224,0.00007854710514341447,0.00006456390716608288,0.00004360027775303582,0.000014365030569418074,0.8360673021794912,0.00003415028146576955,0.00031725063531078357,0.00004791955438549096,0.0004456046618250289,0.000025142261548578708,0.0000829766517297778,0.000014896593239908054],[0.000023923871411391086,0.00006526432085957425,0.00014034134698458653,0.000008626247777869616,0.00005255831980287353,0.000029457569886404745,0.0011045642059309363,0.00003919818203501439,0.000035474742362684996,0.00019177708745652774,0.0007153370146059343,0.0004824276305975741,0.00001720174871205725,0.000004398915894462865,0.000022177081540899102,0.00009563170159593454,0.00004704011840634033,0.000010996089767148585,0.0002802729909834613,0.00036144381347376017,0.000026286084365812695,0.00001105393609971606,0.0007884045136206071,0.8224710273182072,0.00044293285208286487,0.00006189807984177521,0.00021582454407587622,0.00010708933695487382,0.00003883651258044573,0.000035058391349267366,0.00006453261864774364],[0.00008368931863818468,0.0002249547495086757,0.00011869125212799283,0.000162784013092371,0.00006496447082205148,0.000014777689864545524,0.00005873281989456917,0.0001490570051545143,0.00003822834832791785,0.00006781237677078702,0.00125651970925339,0.00006110267268369588,0.0005220417198394861,0.00032163129140642927,0.00004354092434335393,0.00002290173729557613,0.000010909004995257614,0.00003989570995415946,0.000008827422761037497,0.0008556580251212281,0.00012012059559913557,0.0005248200186998019,0.00007059877535719332,0.00010333217880098699,0.000053196845296651865,0.0022368102481078343,0.8066692419958994,0.000001135819627592837,0.0000733012805003238,0.00011936816803898622,0.0000024735998033909143],[0.00032982334843118194,0.000026540992594017765,0.0003357238118812029,0.00003200460215060664,0.00006548449305578262,0.00002200336742113401,0.0005233509857937806,0.00024364816499846135,0.0003059333158029187,0.00009542396756878277,0.0005313162900499126,0.000015053280203615927,0.0003016034364620342,0.00001897849447814552,0.000008450532760786044,0.000004237869168004521,0.00016174007327412234,0.0005744698633331764,0.000020575137244926685,0.0006154150401731074,0.000021622298115085115,0.00026593212971206875,0.000056754102538502346,0.00008233737335182386,0.00009953806746259442,0.8111473841963741,0.0027981246231918383,0.000010125928324457547,0.00005480511278105501,0.0007757064404005625,5.219186036441489e-7]]],"Weights":[[[0.36991376717299895,-0.8254574931239014,-0.7103725725102822,-0.9734984615847296,-0.48940831728679784,0.8083835202614281,0.37829825221183455,-0.8534331625572041,0.9887282087352472,-0.5102403634600505,-0.44403596188116734,-2.7759018418114842,-1.0280508034785316,0.3755794429918889,-1.467542758795012,-0.7354517429243166,-0.9641096633121768,-0.5585388260635898,0.8465608500637621,-1.883827760479814,-1.140983232112961,0.8314704941067014,0.6118738298757935,0.6255055867049084,0.24676901216215555,0.5432042332891647,-0.8627532674079551,-0.16154624386616448,0.7513997844200841,0.257736798503255,0.7972036022272131,-0.9627929407019741,0.9830930648011126,-0.8403934007529954,0.07113506651766034,-0.23999855324286912,-0.20496373302940027,0.17108932319609177,-0.7994428510690703,-0.11109149843692899,-0.2848602110095763,-0.31798680755385816,-0.5799616619255672,-0.18460277840273834,0.6391732167850926,-1.8306145221301375,0.3673253621321261,0.6948276639674227,-0.39084823568038507,-0.48671133427601054],[0.5718429404590035,-0.1657173976577556,-0.15241469776531077,-0.046577557184576235,0.4890254649811975,-0.5203650469964458,-0.7576010025047177,-0.02109153637461936,0.547476044999804,0.5758844300082329,-1.2233947712651239,-1.263839354604126,-1.9101710814370318,-0.642037616013896,0.6748453298720085,-2.4134584381158892,-0.8825409429639788,-0.6748590817010564,0.38217287188188875,-2.1664249560153284,-0.8606955612477181,0.01263734213583544,-0.04096806439234286,-2.420518550186431,-0.040794014014159836,0.2239095539315474,0.2620118320701949,0.8491327209675291,-0.8153013722916567,-0.9250123539244085,-0.006314443922159588,-0.4597090554028766,0.654752809275347,-1.1848347354906974,0.4086797660635057,-1.8376311758517472,-2.6328482086937797,0.184459983171844,0.06209411229168695,-0.10549885288453094,0.2139990983400265,1.1407876449777574,-0.5901431645916694,-0.1712933625495139,0.15124860878448576,0.6384029530101917,0.8553594821517947,0.09364520383218553,-0.5350188480135601,-1.5760275398506107],[-0.07075706723461077,-0.3976942243934887,0.24266940412023433,-0.35855112332524985,-1.906046803828161,-0.48677935641329384,-1.748886647943536,-0.5820712410540264,-0.4203293360403084,-0.4574079235341614,0.20427685289366418,-0.031707517380801034,0.38910769829742686,0.11355929393613177,-0.0454615194678723,0.815235031297092,0.854641038045117,-2.962932392951883,-0.5455986839704772,0.20461201431206782,0.10236323458980043,-0.4896282425132419,-0.9281832888675949,0.019605103747879337,0.5798399431976566,-0.38669838807030743,0.16690074111558056,-0.6143526586868873,0.41240039884728846,-0.8202966352393555,0.11022087493012889,-0.5972026868541438,0.7564315127502302,-1.0220088877303783,0.9952158880473811,-2.3943748582333306,0.5094666570185331,0.7328483196968344,-0.9077357272833878,-0.16223408358731278,0.8992052848514512,0.7068651552117001,0.11814239219692416,0.7283925990753274,-1.4114602556912916,-0.02992824347399342,0.33032556660476026,0.6783009523462781,-0.014446431203010847,0.3592079714490298],[0.22302824761859236,-0.0072341038911623605,0.3143674182615217,0.8384756451214219,-0.6105706571609194,0.6342759943268353,-0.2503826100079237,0.41230197092175097,0.27086785975535105,0.6491829567734967,0.8873111399387241,-1.4116313399813623,0.9382830134223322,-0.4449366951594251,-0.07433477924072276,-0.05663371601758019,-0.763004385870657,0.7403519341457604,-0.26838096219137375,-0.4640643297080629,0.49854809895468993,-0.6721301520663161,-0.49073898867221577,-1.9158456269039892,0.7992686889641248,0.5968442065998075,0.690552543230946,0.8921616169054764,0.8009920447876956,-0.9295145905479726,0.7085973158726777,-2.36630772969987,0.9395275354761202,-1.1202699894283203,1.040424164598139,-0.804270401986704,-0.6219282561681785,-0.1115145834474856,-0.22464090174703552,-1.3214675010299324,-0.34625656796425947,-0.10546392404323351,-0.4625699374374745,0.6049441343102335,-1.7766687027470283,-0.11397573985087821,-2.7275322105197914,-1.4478785800197336,-0.4995438526575007,-0.8313558901409254],[-0.673173327418084,-0.10851813378102426,-1.8479350057099502,0.7333811254940095,-0.6267099719132222,-0.20536017091070324,0.03941730620018761,0.32522683938257596,-1.0929156649044072,0.6109908257954099,-1.057282376013407,0.17755551654742538,0.0934044258844474,0.19668477575186996,-1.2495826710391322,-0.358333927730734,-0.04065920299474296,1.0190304885028008,0.49153516427927296,0.9752719671488045,0.7233957565783536,0.0011828279858962065,0.29177799128721277,-0.1342498866470831,0.9876243349780828,-0.4485657237546747,0.7737995069026823,0.39595637852779725,0.48949462354077905,-1.0825203108506989,-0.2356983327890681,1.1152758603705046,0.5037787379830262,0.8379857024021349,0.04328794088152135,0.7104716142681129,-1.5206756629389468,-0.8594635673918397,0.017827064460772406,0.9037467489147937,-1.682195458721309,0.6191509358191586,-0.5809620415772916,0.3657786998731437,0.39997465146417205,0.5592971029553352,0.02831771082575917,-0.11806042643552297,-0.21713292083114819,0.5842033881810595],[-0.988066272501661,-0.6377139157773832,-0.6893258301306667,0.21643400339118649,-0.1614769890736977,-0.5371754081666773,-0.9441987742379069,0.2112392486582282,-0.516364749266329,-0.3297663809656875,-0.5818261338760184,0.8274532928940587,-0.08814865569569982,0.5508010721321918,-0.8457758488473281,0.9840166667559774,-0.33869864140721967,0.8342057309385982,-0.22694322463634536,0.37311362036545853,-0.9487137850598426,-0.3364130951336803,-1.2888720470332753,0.044825738761730384,1.1445469423549537,1.0260595484242325,-0.166479131343557,-0.7781972864004285,0.04073109565270437,-0.6811589811442854,0.6658824145231399,0.37280918648730904,-0.4756557828460532,-0.26640220765471706,0.05077469374209474,-1.0440932627893136,0.9881325728376804,0.2815156174925511,0.5037289477607829,0.7113064072567409,-1.0298281261345137,0.08662420161747947,0.847033044263132,0.3308382531348041,0.18427199473739067,-0.810969120402379,0.6208695563308414,-0.6254021720878697,-0.44550353488133526,0.6854828401536045],[0.9863643748608903,-1.1031720275049006,-1.9381089200729769,-0.14801270560386448,-0.0013935840774638598,0.7301537243030797,0.1842846834442274,0.9424604739235889,-1.0221042961665563,-0.6701849490807918,0.5287597330459601,0.9857830268284496,-1.6667113290422106,-0.5374254325462215,1.0539032286865084,-0.07304739241651433,0.5436498012645475,-1.9533566565020821,0.3434654724294677,-0.9883376368408275,-0.407586991486506,1.0645781617059462,0.40488006343996347,1.0176352764809453,0.19476813811658328,0.7987458290580527,-0.8784612906065398,0.2941137451929823,0.7228213808059049,0.5657906930199457,-0.46423080109912995,0.3376218579947726,-1.4612947029173238,-0.5796621571805003,0.4304431803510967,-0.22090413570513143,0.2858655772943697,-0.4094812666644804,-1.6659245225174828,0.18623594756393547,-0.21942431472342896,-1.4882039118602726,-0.8932192465244012,1.244734285332688,0.7627663203465234,0.22584540954627763,-0.643911336226002,-0.688946250200875,-0.2548467633437405,-0.04037754873512537],[-0.9060354418776695,-0.3774454867362825,0.7114034150619738,0.19127727434863692,-0.329831976747601,0.2686929343110543,0.8021708711735801,0.30904104479892536,0.8991120728781417,-1.3617418930302125,-0.8543989186213623,-0.5706625773094183,0.0943139195624904,-1.5678161952384417,-0.8220637858087675,-0.13736927945233207,0.727524518854265,0.25699321602096387,0.852180834382314,0.6366404258501742,-1.0193742304256928,-1.0077751643471968,0.00874282603199991,0.1504676829944202,0.07516685426941215,0.5112695879226806,-0.006496907106796901,0.9863132864867246,-0.6901286046119849,-1.75619949443384,0.3276247324206763,0.750524769586079,-0.5040115746106982,-0.4835268116174122,-0.3923808654782296,-1.4868313268078046,0.38668753636286796,-0.33612088508592425,0.22029962387784124,-0.01732483524065908,0.6238394855216561,-1.0087384386047025,-0.38913888725578605,-0.44898219765881564,0.30669813696427184,0.4170780918284822,-0.9362324393729708,-1.0160519750206896,-0.7599313574568686,-0.14573034166336032],[0.6626546223075961,0.7794462094244343,0.9863720520777812,-0.880773148596001,-2.8528669258416772,0.40498706195744366,0.5711645150683875,0.1534587945245544,-1.751579697986399,-1.0070820840119048,-0.7567197883847728,-0.08887148878136296,-0.10627520712942752,-1.0948841464053345,-0.7885782655030409,-1.76082195364562,0.662234187727448,0.6880032034511747,-0.48109892961783435,-1.9592741748738103,0.6397994387586382,1.0084898167503853,-0.1740432777430477,-0.9575879988755416,-0.3822832236037133,-3.3305618308321643,-0.1996443416548524,0.5124592615594191,0.6502721285570682,0.37919670129636235,0.38405724739002395,-0.4052058926054593,-0.24291541442467146,0.12708407314220915,1.1166887519000632,0.28734752525365,-0.8690398204142694,0.8062677833884352,0.340377352132327,0.6238306066223029,-0.3489393107315945,0.8797138901572094,-0.8831673721165281,0.6352270712595964,0.025579202540681925,-3.2254307227249397,0.6663906040120628,0.2905273238625857,-0.12692916350020322,0.7628031830541759],[-2.0594285529061493,0.6982558235087464,0.10205320524579548,0.12498780084567677,-2.2456913662046247,-0.06423002485811553,-1.7553197118991681,0.37441717751840936,-2.4047607324461535,-0.6146437124928404,0.2660326428805007,-0.0028974757338150973,-0.11685877257093456,-1.4050619021737296,0.03934474914715974,0.6795031220404736,0.4554928463457569,-0.7011106709537737,0.7105213246636167,0.4721918555651338,-0.43677257257678803,-1.5665890458417775,-1.1046401691046726,-0.6730691940790869,0.30464994833212966,-0.9390376020348641,-0.9925869990150866,0.6042803834174287,0.9527141401982032,0.8498263269456606,-0.7625287186091178,-0.36253467822333985,0.8435628865558104,0.4523241665031595,-0.8900026243298931,0.777756779984773,0.5181686993631998,0.06510732160277659,0.683987324628939,0.6762725986569064,-0.06660480691021764,0.03976336249054648,0.6071548168542784,0.037331803145136455,-0.7662215341669907,0.5614574135099222,-0.6140949678464361,0.5656435103720088,0.18240819412105083,-0.19615887212711075],[-0.05971141191431611,-0.4593906552610415,0.3550883105348049,0.5755544747034876,0.2921713836762689,-0.5948542237549703,0.9346186367660803,0.8046873859561925,-0.9485174779987376,-0.21897418898430773,-1.412038760746908,-0.0725124048533857,0.03879316616886628,0.24112694070157595,-0.7061804568362031,-0.1709292464614914,0.4544200865723647,0.7285567213257612,0.37572895714042864,-1.2152879803694663,-1.6888910567539155,-0.11842308427803262,0.5760403552566528,0.06908724140452584,-0.8306812189413605,0.5896958055860284,-0.29855942343085373,-0.6208141599099697,0.7244042816844067,-2.4153122880354507,-0.2535806784309122,-0.4623238681339224,0.6640629315839148,-0.9867249275904844,-2.0808106794741352,0.16100809313746395,0.20490098698541553,0.4465244412555398,0.3847642742768542,-0.3112132263113684,0.1353453336808059,-2.520052211274413,-0.6712085567440302,0.012230573148813683,0.37837657223543486,0.871365624467339,0.8747506863492279,-0.6636845593700941,-0.15633212789175377,-0.25956221188114764],[0.6172321765420039,-0.9730602195519833,-0.715682335396249,1.0941836999271581,-0.30422931730644276,0.24948476417388016,0.9670991064962131,0.23529156357545541,-1.6997464827547841,-0.22896670707678585,-0.4309031405711106,-1.0015513184579456,0.08266934117509002,-0.6117425282829907,0.09023445146891021,0.3596682477385269,-0.6881962656846693,-0.19025959104645193,0.6592842274366554,0.17521494898760612,0.19049326788267149,-0.6779211729726963,-1.2147555494528712,-1.942189379045215,0.013522060801623884,-0.2777120611842388,-0.1269184967550112,0.7681720331119922,0.2793925209856551,0.7476140281756547,0.3615613084208584,0.04470808220969576,0.3530717337211729,-0.5611714637677997,0.7870789125936419,0.7826256044816736,-0.3532855747488126,-0.2064986334641105,-0.1825792268298377,-0.8990613830578845,0.05487283729388677,-0.4375311603739928,-0.5607173919045111,0.3131255889793667,-0.683789963066645,-0.5376708761359088,0.20757718271626316,-1.522868533664342,-1.4928066676288492,0.14683801968505059],[0.3636535847911177,-1.979010037620151,-0.922394669037732,-0.05894727071460798,-1.0149454966271685,-1.3983514989441126,0.811396279134926,-0.20634727836870775,-1.0803658576565045,0.7532126949205021,-0.6940990328942335,-0.635285289983215,0.04420936703913764,0.40051264849865187,0.6616057389227494,-0.44095267845403546,-0.9383223338571476,-0.8679986704709474,0.08720000125374809,0.5327513338150995,1.1253510164812772,0.2633255793587185,-1.5361471002124432,0.21216673182691684,-0.08978491343318831,0.3070700041709535,0.5775430364651171,0.18554568467626775,0.05774699417189077,-0.0604918624483682,0.1328522840480107,-0.5350083882706869,-0.05212090478448649,0.41986347156905346,0.2593975950306756,-0.33030147565488144,0.4242903694814287,0.689408955995965,-0.2770082981102347,0.37001555616801035,-1.1167197646772913,-0.337795632913698,-0.37346764205998695,-0.1932052240696513,0.2466597174351905,-0.13905318514398884,-0.6756112042486656,-2.3056867618987664,-0.7106488581901631,0.47080887598532495],[0.6052964312073014,0.9577317048771583,-0.57846029701974,-2.063410072909555,0.4778846069839216,-1.0109892157231006,0.5194994869697257,-0.9534216814224281,0.10373716188194776,0.7280921132976548,1.0160269842824767,-3.6624024689936454,-1.1537251720275157,0.637598028085137,-1.2063925111730192,1.151253792346208,0.5525750395755402,1.0503280130140744,0.8785556908905047,-2.0147018447141236,-0.6357759618640123,-0.4835234453592931,0.9605548830414669,0.8066151451384854,0.1789517929011764,0.6916981059485556,-2.661053609069592,0.7555944224001809,0.5313188819590381,0.10796439129658121,0.16270647219754286,0.3798389517243555,0.9285910191861246,-3.1022090160837936,0.280973571639591,-1.056122622366467,-0.7975116963208227,0.5243779434345023,0.47184968646460546,0.9514574139403198,0.5041902194281137,-0.7700900625204126,-0.22977778487095407,-1.6902224340735545,-0.04074062301713641,-2.7827072961429207,0.5581546786954326,0.1063623034668338,-0.11794386805679527,-0.07055556252498565],[0.2411123579758482,-0.8255570351103966,-0.02657137345434905,0.3808624449358027,-0.49417529574535973,-0.9665102001149012,-1.5015318102580337,-1.02378220199204,0.7408514651695207,0.84863720290114,-0.15183953086268076,-0.9899580893427442,0.8813431670365247,-0.005162838191255272,0.34049914204573184,-0.6756870185174032,-0.831250481535759,-0.8543354192870342,-0.6493924831372047,0.5776087128128402,-0.48901502491683446,-0.7833957579521824,0.23652995036289218,0.8916872915159317,1.1004202517555457,-1.4728821629907038,-1.3464900801650146,0.25286361616404684,0.16136711726200464,0.883622567092713,-0.5961034459022864,1.0829602541482073,-0.9840463097985708,-1.1240663842533083,0.9592977168444422,-0.6205154838419173,-1.0826000619527407,-1.7268122739361138,-1.5864420947949331,0.038304805199264914,-0.6824030276987676,0.45790737418478583,-1.0954901729100566,0.7303399374065022,-1.5934142409166583,0.8628025471970044,-0.62833297842716,0.3737244509502053,-1.138542870455158,0.6433104164167238],[0.5971643902040576,0.7724760776340627,-2.5812418447201395,0.6416320012023667,0.21898704302615288,0.033381881698292745,-0.2267681951875442,0.4685194286199211,-0.3600740093980389,-0.001322395177047814,-0.18083452746317877,-1.0861418152282447,1.0174099458018995,0.30371104925016396,-4.658371010332075,-0.18449932120614174,-2.2614274078464516,-0.28000232823507726,0.27829466142784626,-1.6308057188101388,-0.1902368329127371,-0.19926514431918496,0.7030254016755092,-1.2423127372314047,-1.6172017505766505,-2.2413370669481694,0.5625363606762609,-0.1691846992148637,0.2182240273098735,0.6349486717446128,-0.24396008356339668,-1.7123357480410024,-2.7284407299499667,-0.47419298495465384,-0.03321448190183964,-0.6001846304052342,0.5448051883973798,-0.7986275875802015,-0.3199321890191359,0.06419987149376646,1.3187235558872705,0.4190021397681738,-0.7478507940844203,0.23301810158449626,1.0050215132131541,-1.8075679760251422,0.6294099680713369,0.519714533629416,-1.4644202064205072,-1.5638247362364663],[-0.755618221949167,0.5600661826831568,0.22260053031908356,0.24151522271521997,0.03900049250557682,-0.5403030065326442,-1.164584635745097,-1.384016108736185,0.892463868946172,0.28019876883737527,0.41619357291925513,0.2694878789772086,0.3675546341201469,0.4878052801905631,0.705636200165241,-0.6098258517429295,-0.562098467850838,0.41983651673591627,-0.19549446231906636,-0.6153293931361822,0.1924248402990481,0.11873329213219261,0.14617513494157813,-0.5135658177947826,-0.4736455858239595,0.9812238031267864,0.850080812569461,-0.6982508458836673,0.4531595970201623,-0.029379139284891158,0.6964198098103294,-0.5811222198709085,-0.36489206490852366,-0.5733518322664609,-0.3960477630222821,-0.6492117077726686,-1.3590573761624594,0.2138254305054647,-0.19909072441010922,0.9788707379475826,0.7998690329447515,0.07882654139001428,0.0444903497714423,0.19869396333611122,-0.23863850903541162,-0.9492301660368899,0.8433569625286899,0.4476069617243021,-0.04593378411620038,-0.7072244996378714],[-0.81586713169637,-0.3523430072580433,0.2721237249753953,-0.3530920934516151,0.9556347128072694,-0.3833448250855726,-1.790841137668368,-1.5543813399653543,-0.6053771819882503,-0.2762426015465746,0.7295769134342363,0.7033811268810808,-0.23749468441159283,-0.8270077658985563,0.8834186539640737,-0.7380650095251436,-0.6979948579431616,0.38405042662362915,-0.8879148657350122,-0.4058967475188289,-1.5342129536459543,-0.5350083066287863,0.05776314748426279,0.19115430068124134,-1.1708558213907905,-0.06998653009615377,1.003326749668772,-0.4333907164679868,0.0029582667031581205,-0.8206250404732476,0.4579314503604913,-0.4050380770678268,-0.05309425096063905,0.20718498014171377,-0.04516511846602853,-0.4424748512286105,0.7486583633621632,0.20367069241076838,0.4916231703009901,-0.349774100482006,-0.007686544728412384,-0.2919967553159491,0.3820431289410624,0.660326586309263,0.004559498701163498,-1.8678112256495372,0.26837709818145783,0.3870984473563864,-0.5379582692662462,0.1664279209222563],[-1.6705294927622691,-1.6446082868769767,-0.6140867934749838,-0.08748346969489837,-0.5705245465478246,0.6786906072843508,0.15823453238942212,-0.266402390377893,0.8773013945787699,0.7319978591285006,-2.391599396473565,0.5564857091921145,0.37452082709625945,0.8223288803741579,-0.9879978261431255,1.049176861238135,0.5149289414128307,-0.27027527967988013,-0.3353864612247992,-0.7795523731059097,-0.8769106127040672,-1.0204666048333073,-1.5563876749103007,0.2554820600088867,0.3476827887109339,1.0486769479750615,-0.19535850672271393,0.9934015259262039,-0.4712836018578956,-2.91218453912708,-0.10671448380989028,0.8694100778054243,0.5313405291706029,0.5218757260043081,-3.7549141547872242,-0.36004409679123295,0.1704075420477368,0.645393974651576,0.019516832872176877,-2.2975534388760317,-0.18641812439617242,-2.4202634062101906,0.3449428140952199,1.006486762371511,0.7514449596079104,-0.18848536967877466,-0.2676723828466107,0.14028730297097486,-0.6889285356343935,-0.4221723233773158],[0.4173471993032246,0.7415662971809761,0.2001520039566667,-0.6154289795698827,0.7462858274686871,-0.56510386550071,-0.32081932628666543,0.4079146437763583,0.25123733938788095,-0.9061178728574154,-0.4367282742421347,0.7729533597427282,-0.9704677989156151,0.7619274491022775,-0.6394126509885852,-0.21501730661085086,0.3840149404776661,-0.5517447514644974,-0.8963279760379338,-0.26680454030119016,0.029479313814276053,-0.9421860955578796,0.4294826233111177,-2.296580056541913,1.0222767961670678,-0.35707725822029385,-0.05902796142801018,-1.106250378180712,0.5531965659859545,0.028338597823149025,0.6304829586895271,0.5656907545274975,0.6863969312330829,0.38713777149864054,-0.2780634166193154,-2.8028474728162855,0.5813854699355852,-0.819005277147518,-1.873923507952883,-0.1950975941606801,0.18240785556355776,-0.20340656009508426,0.43290937303741733,0.9435733957998079,-1.2536963726440777,-0.31105610670361195,-0.19592141799308743,0.6299503021419456,-0.6298370882565428,-0.14880038029905956],[0.5870224623376558,-0.1848892917930723,0.48424191914223214,-0.399283954570927,-1.792923912462632,0.4363003332959845,-0.40496381415261884,0.5376808833469454,-1.1431960974803104,-1.211814665475219,-2.3232640517977132,-0.5129286448419755,-2.3412667982205226,0.004449726042885123,-1.2006049893420978,0.2190871110190976,0.7091409959858397,0.4570176475216682,-0.9309890716362427,-0.7077893130406991,0.596125059688842,-0.44850128957419605,-0.5382483971632833,0.19632629415349526,-0.35817786654949046,0.130715894584756,0.5426108231343865,-1.4547255379775563,-1.5426298325068466,0.6371601556079501,-2.4497321902054545,-0.9049328540367132,0.4330777258930861,0.13441892874054762,0.9328881506469625,0.16362277740247488,-0.12353464608606854,0.938315433256179,-0.9674154721918776,-1.4553821894137786,-0.08988331549222071,0.4747953199923549,-0.719920955020301,0.028926750985471414,-0.9144910200515137,0.09086196554573389,0.5073640054936126,0.4763106860691695,-0.6542075401744328,0.6416328176292343],[-0.01779672237395254,-0.7463498276356151,0.8526540441018118,0.6412918328297394,-1.0124260794752984,0.1576843843946083,-1.482491494650536,-0.9482024770536727,-0.14329919284937925,-0.4542543203166393,0.1289657320180133,-0.3620123343336412,-1.1597716875759265,0.09480127057670708,-0.7576376715515153,-0.2915992556556529,-0.19904737197601896,-1.5936197863798214,0.24747279900616645,-0.5687645980657984,0.7703997639269515,0.2157430195201706,-0.38262836295960806,0.2488207796518123,0.8009641765758124,-0.2451919382540081,-0.05123221846901351,0.4114555338690898,0.10799505521858918,-0.18595158150436544,0.562859425566544,0.4900175371600022,0.8311436123954322,0.25771889935173065,0.33644764033861807,-1.5374709388524934,0.5895500303570547,0.9102988196864077,-1.5530949901485602,-0.5896225672292863,-0.06189568158230776,-0.03960959673724314,-0.46633297595460943,-0.3557830715106806,-2.364420509341306,0.09725529152034644,-0.8639558923761153,0.4033917197410514,-0.011372155427942723,0.6382115168180988],[-0.5521598685796408,0.6072687318014269,-1.0198138773869465,-0.7813516057577946,0.7706520649824646,-1.2951517035727036,-1.1209057833859348,0.9641055552818202,0.48960839933164807,0.7754504631526251,-0.18617774632753947,-0.2231122161175916,-0.7355686150561074,0.6971541910673078,-0.19941908386977167,-0.007350508875661525,0.9497164962983515,0.5412179412448794,0.04247192578945176,0.12190518373003247,-0.9760874705147079,0.8787364406791246,0.42227959069066473,-0.6435527035780394,-1.2978544072952585,-1.313670880408426,-0.35961629909798104,-1.30426546755767,-0.5391369207945311,0.7851206283126865,0.18614595853538768,-0.13879699939402487,-1.7368611227876023,-0.31885566689201894,1.0136322366520354,-0.5597675403052401,-0.5385134803947441,-0.11330007811717988,0.02425990890477355,0.7800177877763899,0.7078161019662703,0.10668508975843796,0.42771971320522173,0.1007633582526633,0.24609727629516923,-1.9055524379693194,0.032262028642384005,0.2059863227565251,0.9277207341712832,-0.8371241237445575],[0.6512022630461667,-2.2047506168335174,0.7303798396345208,-0.029611991520233093,-2.8322297174381768,-1.6938541581339908,-0.10255299705267662,-3.4303983226791748,-0.1207533852867126,-0.24160066917307543,0.3423697140277985,-1.1085825420645856,-0.24901452159723902,-1.0655208416345379,-1.363330557267721,0.26155078804408133,-0.6928053628560423,0.8331819642311816,0.1646946120752988,-2.000535277431926,0.587939294625537,0.5141215805448475,-0.31303259163704855,-0.5141478202572981,0.0708413442839982,0.6248476131308184,-0.1853235087075088,0.16316269241043277,-1.1269697152888463,-0.1716638477753114,-0.0929757210683366,0.18497653928128707,0.018343078983309342,-0.08798146653960952,-0.5743680022961768,-0.23111211643863802,-1.7394622471250851,-2.9733781681242433,-0.7355306327933496,0.3799279358933837,0.3795555847415918,-0.23247785862497936,-1.2438183424796863,0.05757820709879417,-0.1994955789987633,0.09454857489441845,-0.9780284712612567,0.06431358046429148,-1.59691526897242,-0.7571201647952724],[-0.5113114272254703,-0.39120912968512117,-1.222912677091236,-1.2046969138861285,-0.8920149195015843,0.9167774853459181,-0.4428384541362423,0.5717394364256969,-0.3153035262906764,0.28311310332161566,-2.0110666715996217,0.15096844346892793,-0.6158462860028546,-0.8635952213589358,0.7904724354438044,-2.9862716299128547,0.8807466901770061,-0.64848996941205,-0.25132271765214165,0.6545677115536026,-2.9719357163311457,-0.9037564830285831,-2.2365464356354714,0.4401966453678833,1.0237525876082767,-0.9374834667506146,1.1440052953802227,0.38915257619579763,-0.2681621319351538,0.8080643884782116,0.5135310593727717,0.870555417345692,0.7140941103470048,0.8913405983085753,-2.2976530257569623,0.8766177411116672,-0.09849460603294903,-0.10249503319165651,0.7790060207509615,0.03112739561867266,-3.1493349725206006,0.917074803695724,0.4018843858899606,-2.7499869251034497,0.9448841096285758,-2.5533109119974835,0.8132269134893733,-0.4891608971722259,-0.5245130573607031,0.7673831880710366],[1.0429689680797418,0.2272353928202523,0.8631165957184666,0.48667273596769983,-2.3745491954034357,1.1739361824003935,-0.23995003907558743,0.6231890071526976,0.9595065232014107,0.7435737233904348,0.0854402190667011,0.5522337735963483,0.0812510686702805,-0.7789317743408662,-1.3334499952076555,-0.46627669224118995,0.7023435050172144,-1.6296225134880669,-0.43575656678701247,0.7225554286731476,-0.06846959092691961,-0.618469097534825,-0.45556766316262537,-0.23592047680254258,-0.45027993505696673,0.13571525984169858,0.5651211474655049,-1.2968693880297493,0.6325177079027178,0.25559153851926497,0.3219927854093002,0.06499836077816382,-0.30721331553001097,-0.704324302195381,0.2581168337256596,-1.6232704561615736,0.6345509468261205,0.11839451311527864,-1.1516006136401262,0.05103958199595718,0.6217792609477948,0.4402583232172751,-0.3469950591850863,-0.5814685787179574,-0.21057706623942946,0.5796549409516134,-0.5473395186392302,-0.16269713768057556,-0.7359045862384903,-0.24697978040340565],[0.09022701714244427,0.16055731448219826,0.5651003867979556,0.8255660360210932,-0.3529635501561871,0.8497462806914824,-1.4887582990730746,-2.2331082433388705,0.7654868093247903,-2.3593235099025676,0.587852936543794,-0.37849832455185956,-1.300022288967845,0.4584872685725558,-1.3117992701228933,0.2765223611206995,-3.5063902648924916,-0.05716688954393483,0.38567834045158583,0.24385229425088759,-0.6909971267033247,0.46480101014373815,-1.8713081231242665,-0.08005229776141887,-1.2294570566919725,-0.14491285388812578,-0.15664795995575556,0.632651500989271,0.06101922999210719,0.16375212536627948,-0.8071731170493899,-0.7297343926901899,0.21762105751181013,0.43250632213892143,0.11900729614009337,0.32594106259001127,-0.12108284160753434,0.09447933371185273,-0.2134584617729508,-1.8678050778749244,0.3809228883660062,0.0986323750788924,0.40101283134357063,-0.5738277211217274,0.4026707101470943,0.31942544732270606,-0.004550694133488521,1.1752135952582348,-0.633636218582672,0.5687925371821991],[0.17148946485837227,0.345547864095182,-0.057089922685356224,-0.5658458870294244,-1.0720187119642244,-2.240426301023509,0.3557788956605878,0.5566329347567585,-0.8394509789411627,-1.3423938837308855,-0.057740758487865834,0.08938550434014386,-0.394959732155408,0.7968889800692857,-1.2396496036601552,0.827295103769036,-0.05142339770016142,-0.042254684686275655,-1.69794078501606,1.361658197047406,-0.12452350850903542,0.39263218769807123,-0.1355560136904566,0.39783177239924766,0.5572313880388223,1.1953429518602416,-0.340516174866306,1.021106744162753,0.441939946907247,-0.9351182564208852,-2.3282930680093505,-0.48091454230515035,-1.0678357216353296,0.15650205463767458,0.9457672723176117,0.40413899866688846,1.0774527204672486,0.1747998440134177,0.2911819941357167,-2.6984006799790614,-2.497950148049052,0.6123874845858979,0.9248673445382398,0.878634720672877,-0.4393036417289058,-1.1403332851884942,0.9842412304431817,0.6884931815970919,-1.5400328227021338,0.11458960934051111],[-0.3424068881751372,-1.23988161988378,-2.396731565439028,-1.139805760087699,-0.6565987674894026,-0.11852883770053353,1.0405411012754284,-0.5396958916309886,-1.957746532367046,0.5070052373790442,0.7814433939820331,-0.8910051913560662,-0.6940407774594879,-0.5924852990120734,-2.264366922055806,-1.6513498682870402,-0.863894769230311,-0.3607244338124212,-2.355320986147843,-1.5903248658650793,0.0826835378929121,0.8765859609058444,-0.24660079584872288,0.897219183343738,0.7347407672477444,-0.6640789796048236,-0.8276746926288432,0.603583497370263,0.5203956838400886,0.445470737630234,-0.18772126339727233,0.6098207675196499,-3.349238421142442,-0.32595782902268405,-0.5481424803088469,0.691393096415785,0.7775826013968257,-0.2481611041371243,0.40083441372882683,-0.5594199173883538,-1.663623241654629,0.06266345459722783,-0.49664848108125764,-2.227849850272243,0.20865581568082237,-0.3425377802096361,-0.38335348511654593,-0.23555173554846037,-0.7345551438709746,-1.1211286784241505],[0.8156941485343736,-0.476383539979926,-1.0458219237807123,0.15096486669654635,-0.4813207096874908,0.6228147636656,0.972799540522516,0.9151834121604963,-0.37632155130092626,-0.2039483444286967,-0.30629155541130504,-1.0057480220141006,-0.7225491112441248,0.3655523091691972,-0.5512683532181678,-0.3857057389265312,-0.6688322773418383,-0.4632718496572556,-0.754877969363653,0.06986980575744958,-0.33896870162334036,-1.2597794702967942,0.5971414063317806,0.5083527930688647,-0.5037551660742293,-0.14328253929088652,0.03178685666759363,-1.32707929896879,0.8758656662054559,-0.6607132888113992,0.25729972412649577,0.4267795698074745,-0.8481010266508563,0.9988317490744875,-1.552238178998486,0.45831911648684703,-0.8774647887855668,0.023630966056093345,-0.3079227729804919,-0.9233782860816993,0.3360826933056189,0.7980963902061512,-1.298957039808045,-0.7385969303180135,0.2720267474984419,-1.1621622326028895,0.6645752976946161,-1.0270083216074544,-0.18765906629242787,0.31935765659836934],[0.3359793645375594,-0.5562705491597489,-0.9284527463241451,-0.8818459640222176,-0.509994622604253,-1.8230368400456918,-0.22102698495637507,-1.6974754021372682,-0.8555168343071016,0.30897324259414466,1.0857412118901137,-0.1488095610664108,0.5871779895906007,0.17195871073654384,0.11702093901212605,0.4316107639843172,-0.5752991756916906,-0.5278218775122709,0.5165988901371951,-0.39098152635836864,-0.9281062011769877,-0.20245228371131985,0.6181731772222089,0.709849900396014,0.9729777491904298,-0.8196897850973237,0.9636289992506162,0.5048676017437863,-1.3099760911938787,0.30354816374353827,-0.1741432410231041,0.8531091783381459,0.7684222374595892,-1.0696934235516038,0.7879134750342128,0.5866443035612259,-0.9545159735518828,-0.3176699351196247,-1.3754226428162413,0.052355492095857006,-0.6932665760155547,0.19200448830877484,-1.9337297273349783,-1.2690294969072304,-0.9968744227500084,1.22603923783337,0.5536165389120841,-0.027696554346898026,-1.3253241086314511,-0.6044206190183725],[-1.6926645950053076,0.47987074089446075,0.5468369743482719,-0.32332237169622696,0.7843323540168419,-0.106408258964273,-0.30477852563363883,-0.49785186204593695,-1.0430470628125992,-2.045204578024323,0.8051617518080603,-0.9277184923658216,0.5868927477907201,-1.5089003966903405,0.1902164214511096,0.7501165674211047,-0.6464128883469886,-1.912339955047124,0.47341117258371096,0.28996965380206663,-1.4360207632239872,-2.0812301625505274,0.29764215175793507,-0.3215978968655024,-1.7825173677272743,-0.42274608908633177,0.24237248079419232,1.2481900808409752,-0.8514392499980654,-0.31015812218192357,0.1060904052532605,0.556182637708816,0.1642879820720481,-1.6575845942521736,-2.4155874863560114,0.6418564688841243,-0.37806613954734564,0.8322897127801153,-0.25872962087227674,0.8603386454501205,-0.7130859570283578,0.5024405062022036,0.1613724918734077,0.7001288896844402,0.6885134056211861,-0.9576440093557633,0.08056612964627269,0.3898926464828722,-1.3991150474886824,-0.5014380921914752],[0.7784285689302199,-0.9628328986265756,0.9108186639177454,-0.10943928935912618,-0.8573428738813154,-1.7248707999877755,0.7237785507591288,0.5619916022357064,-0.6270415301313195,-0.33604594170284136,0.9200569651924311,-0.1450789019849115,-0.05740896052976234,0.20891928724633388,0.2342755320087292,0.7036984009071722,0.4726485083623728,0.5749613112524743,-0.06462816606510935,0.6717226896138628,0.3204750018260051,0.5287614549686833,-0.32381965833055465,0.21840387723879875,-0.13408447728200934,0.4376228775448295,-0.5060177654213154,-0.49015958128078857,-1.7227274592270825,0.571157865979898,0.17638562138751684,-0.08905137591777983,0.19504321505790315,0.029815226860178755,-0.6871492646367221,0.031298595712734655,-0.6056119467632453,-0.9779670831383375,-0.8806478010902511,-0.30519133237679735,-0.41409794579141224,0.07864483826703517,-1.7327750302181326,0.6851576045110248,-0.7005466392215212,0.2548967866527735,-0.23373131100440284,-0.2807608317134127,-0.7285662048390228,0.9153667435526659],[-0.3902598620727973,0.8985312020726341,0.7655468806285879,0.5094289132898521,1.1609389142371653,-0.6693966240681768,-0.6854608195530604,-1.6557232373319113,0.47153005684565025,-1.5493192235330893,-0.33271918946940937,-1.4666109576564132,-0.6719870164206961,-0.16340629289889289,-0.9112168698412396,-0.18964783385830092,-4.546417823721741,0.6343649537417744,0.040758227933442866,0.6529471941544416,-0.07969472343527781,-0.2743208542931916,-0.6108818145059135,0.31101045980332936,0.020361355782036045,0.3435330986559555,0.11170106521684885,-1.154082938701475,-1.537705316893286,-1.3837319595543907,-0.23422555204863754,0.5988894517698442,-1.399841425725601,0.1836661607086126,-1.1892043594950894,0.32548493315840066,0.2299448460454519,0.6013075447778594,-0.24293644265231254,-2.4388916306971153,-0.9208465975454396,0.6262747006853018,-0.12400831341697918,-0.6924832879029164,0.35827820445718606,-0.173978162853624,-1.812609370827721,-0.3165807571696391,0.6563528503333466,-0.49780511540462935],[-0.4193794370350809,0.5091708346027981,-2.175911934110912,-0.2924378673095841,0.15331306267983966,0.4678577720327375,-0.9058304517333922,0.6671220312057176,0.16751302301425852,0.9051954496639015,0.3707371290456893,-0.048809853907033116,0.009757099359479837,0.10610674284301971,0.6758570345443328,1.1374319394930252,0.9361655249261912,-0.6153681715328153,0.7428946156956389,0.009611454226708357,-0.7461570055572349,0.3696706441952882,0.3991355120041916,0.7099855784903947,-0.5450220435865646,0.4209764262591357,-0.6975005739166886,-1.0248879417339778,0.29162002726713604,0.6172823054342512,-0.5828184671405838,0.14234237882548742,-0.45516916575198546,0.2147259935358491,-0.913753556648818,-0.45747966208091584,0.040934059686537176,0.644615476167052,0.4074637577346629,-1.9831453974327475,0.44594748545647994,-0.3314185283023793,-0.16526806956715637,0.678667561755573,0.1644167576506063,-0.5783595113595614,0.3438550671799182,-1.8933340057599743,0.9316675934151813,-0.8194054497675021],[0.5181475427922692,0.6691515004381272,-0.3754076386969803,0.8674227932081894,-2.451714688959242,0.013258281440046132,-0.5433404737906767,0.32776881527767726,-0.6507696030726184,-1.0079417387925513,-1.592407392027043,0.12682503420887145,0.027900295422841326,-0.24031884326437755,0.9183998439835628,-0.8757333515735113,-0.5570840013240502,-0.5535906152818477,-0.44381982239489004,-2.2413340641897928,0.7468079517053733,-0.5054082118946371,0.0753491789996767,-0.3866125617384911,-0.0468471848649877,-2.4450592739736563,-0.29800660558088365,-0.19769862741626043,0.7326234115700769,0.2850439182667465,0.2616366825312431,-0.6998699376361394,0.3676145516748282,0.4767390793105976,0.7424390346077011,0.6753280548587663,0.3771580800073515,-0.7470421180570084,-0.5897234420678836,0.05473991749370047,0.45189864131753316,-0.378875557197305,0.9408327552760147,0.5780652138818592,-0.25720257669673513,-3.231921998719644,-0.7365561390401152,0.31284414343647,-0.13210496317434728,-0.6727976206837447],[-0.1128277828986814,0.124450010330211,0.8367437072615963,0.022197230807046636,-0.15306944882769247,-0.8243303362368701,0.3450399639276513,0.07440890475042596,-0.10754592863617302,-0.7441132849269486,0.4031021753744552,-1.4845841776325235,-2.5180158107766153,0.2709138394778057,-0.29065600599172076,-0.4048817355092645,0.6202179018981303,-2.117757760363197,0.16907030815508148,-1.7284415625502478,-0.15106539573543953,0.8595041390184407,0.24251281142394127,-2.7929580445488242,0.5177947931089799,-0.5861489124406957,0.6854668729348478,-1.28009771825215,-1.466259476364306,0.39527952402983907,-0.020457606865711575,1.041037367124239,-0.21436176226082826,0.7752446023184617,1.0002936543710548,0.03654165780573444,-2.3294477327611967,-0.8458348173201421,0.30847687991557454,-1.3163387590753726,1.1799628532703745,-0.5085633850126843,0.007729475801848498,0.5202400815854168,0.9841782075735154,0.05575118894819955,-0.8389140173704297,-1.195410594586185,-0.6034842546657381,-3.208014439247752],[-0.171905377768474,-0.8799937849357998,0.8085485698047744,-0.7172301150269418,-0.9009991540541552,-0.0323159280847443,-0.7072151648813323,-0.64393718056103,0.043430254423857076,-0.5464822910446073,-0.1878891824425871,-0.6795482698538731,-0.13213919265390492,0.33445891967219726,0.44049928052780973,-1.339868343962024,0.5556565016351065,-0.7802574580331961,0.8376357662585353,-1.2422891002808,-1.5773213390976382,-0.0973464751272809,0.3820881653298786,-1.0273814091881515,0.2814352994961707,-0.061407030472062446,0.17985269460199077,0.5066541813310609,-0.39096174463893874,-0.42900146828808217,-0.0576065784518081,-0.33085752953079084,0.40914825273619715,0.39964569092273866,0.5669825710247058,-1.3013769795850512,-2.3010212190599795,-0.936093185322178,-0.5194454341353086,0.8247940750780584,-0.7094814708075664,-0.4065930229917823,0.6109811001976918,-0.22664689018587325,-0.17739902353290773,-0.047977852110096995,-0.8364744025635418,-0.9498174986651988,0.47601220043183046,-0.9829651823063448],[-0.24816116485246778,-0.821123472776317,0.3013768956562375,0.7068369450316602,0.5288149732349668,0.4196052379700971,0.9465475165889954,0.48283086758879207,-0.6266508283532637,-0.4250291883221501,-0.8873652566819716,0.21062647726595374,-1.430269451980972,-0.6839009735772541,0.6057233332132569,-1.260987594485016,0.5757231891560193,-0.4957779131912717,-1.0412583183206352,-0.2975437957548068,-1.0798377541325814,0.21145705299298992,0.10312287541673125,-0.44797867051271345,-0.2057034711896286,0.20954368392946107,0.13603037224006573,-0.6132339507894818,0.3163505625659098,-0.3445885612440327,0.6951596050547244,0.9057061037424783,-0.7529767310725044,-1.3720829683117837,-0.3838108567564322,-0.6646566965880677,-1.5684123748120282,-0.09288999041348243,0.03231732303397448,0.12763932388450502,-0.3752456422261752,-0.15754390020599326,0.3297129874077015,0.9384483311104868,0.9665485177058164,0.9336567927632755,-0.2950145872382525,-0.13716243261302502,0.2532727660549684,-0.7038669187851052],[-0.6864693380792266,0.4728888173391682,1.172603198934616,-0.8474402357703331,-0.14306651755709898,0.22240870002332788,-2.539225181723952,0.3432005614012375,-1.6901551246847555,-0.6488142701673706,-0.704620660617688,-0.05285246804942957,-1.4622328438589465,-0.04235142184564479,0.8727365210450735,0.19408395974982287,-0.9038503949960925,0.5266303153812909,-0.3678651820005565,-1.2056083585168338,-0.4991466346040584,-1.559017045900636,-1.6481521826396113,0.8636788426659355,-0.17100324322927027,-0.024607987294186805,-1.7647454120621435,0.604409328310869,-0.2694279330015167,-0.3305753412980565,0.3438674221007238,-1.0609037675678294,-0.1307585824160293,-0.13144178222365396,0.5655419847331524,-0.9337380292542113,-0.9862581782032307,0.666922535571835,-0.9404184692506714,1.0010109099280933,0.40139272711020474,0.5533278930359178,-0.9364828307814951,0.23647137357314213,-0.37623535779035067,-0.8493029240731956,0.9234419467914637,-0.3367146615294566,-0.39346061358686546,-1.1190633656791746],[-0.945950835108899,0.18611870483920812,1.0221112775231034,-0.26531965567738947,-3.260798690436546,0.5403976557243858,1.0210855448603287,0.150241039567067,-1.6029393392371865,0.6585911405824032,-3.4876471944865375,0.8944200194133218,-0.3143167552009801,0.024388183641646754,-1.056481874567631,-0.6442612833666288,0.06388855318111794,-0.09849897705493622,0.15873695669790022,-0.6859007558613389,-1.796603725779372,-0.8638112259715026,0.43171081656597493,0.12954382766904335,-0.8485931608810211,-2.5711943532888832,1.0974744369733342,0.6914727557688463,-0.04218224812068272,-2.55199727128583,0.3010940082721164,-0.1608914789608244,-0.02288145106058347,-0.5791759500860498,-2.827780626600145,0.09592370398136432,-0.8602738069703044,-0.18359779916283409,0.19440529197822748,-1.2652750421151193,0.5869031257369959,-2.675523569605506,0.7178321337816754,0.770889985761432,0.2914657857033804,-2.2092294705883133,0.8049430068906541,0.28974995630616823,-0.18661940926076595,0.12022039519393503],[-1.3916001648020377,-0.07487736548328243,-2.737846959455499,0.8965559747712714,0.3684961462428475,-3.648325731796912,0.34802460240706995,1.4259161486295644,0.15666225817187998,-1.7957921699826613,-0.7372117209946975,-0.6740648386397626,0.0914830968488906,0.7117930403129178,-1.8194210110780695,-1.3577469896476257,-0.7630915846019792,-0.09871516848050785,-0.7594269642952169,1.2115813064784264,-0.7888911776465936,-1.3246185335927656,-0.7596689160233533,-0.774994053684563,0.8956722759251108,-0.8402688336945311,0.032538027474936976,-1.5299583529677596,-2.5660067449340045,-0.9480151443593519,-0.8239229825819882,-0.15564971209119227,-0.11681030559589874,-1.1730815258814686,-1.4142762955831216,-0.8488945409103411,-1.0849543805791244,-0.6249829904165395,-1.3460138505923704,-1.989833346252653,-4.51996313513914,-1.1287252421172422,0.7943665793541729,0.18853828138056658,0.36248229014501127,-0.2502652139097839,0.24968071853775853,0.18098925282524364,-2.946946141668217,1.2924404383166082],[-0.281634379163372,-0.6111608025935159,0.628705813305848,-0.5948433020967117,-0.2242700998510948,0.9138406900160431,-0.06157042385273118,0.041655576623532635,-0.6949888788157329,-0.6883087687722526,-0.7843848457206468,-0.7354714114783442,-1.5206098966246497,0.11982162038982747,0.02108934482668883,0.25066053141832423,0.3103856500536711,0.2022123313146477,0.38391968116180514,0.8065972944828718,0.4546472988812834,-0.504388648096309,0.747421485001575,-1.5883762650157558,-0.4185045891529235,-0.03530897404666529,0.4248963515489034,-1.8071521801586543,0.4904448977982262,0.4210582969441838,0.7129962339158855,-0.06775296550470286,0.29273664021740553,0.1419566731871716,-0.5268665443456625,-2.782851066843457,-0.3161767209975473,-0.6983889428341334,-1.0842067098296262,0.39588617613322624,-0.08314128773943293,0.21552407519432476,-0.9534181176307894,0.22110243504642815,-0.7193011716512361,0.5997854475071759,-0.6667963670324518,0.45092374794560025,-0.5889659687223198,0.28071683189738916],[0.9654089404179235,0.39638535944176223,-0.09662571094778526,-0.3781030788262698,0.5804779693041676,0.6089010065206968,0.46142736565935316,-0.9634498355858993,0.9349468171814186,0.9499435541874299,-1.8826826907761027,-2.3052054864063694,-0.07491980217934595,0.14430351573018552,-0.42122600329159543,0.7286192240672413,0.8369999252266659,0.02134937409977524,0.14916964811299926,0.6168327551725863,0.03167567785895758,-1.1580993226183005,0.8200349624475349,0.20988338764507247,-1.6892857010707352,-0.6261118813571509,-0.016555376401732817,0.9362012453626818,1.193049544964056,0.20176502828576778,-1.5328375696085497,-1.6495714902212097,-0.2749187319055114,0.1188475988057238,-0.05432446458781501,-0.3028630767235705,0.8136697693005976,1.0551306103655944,-1.38773348219092,-0.08371717005681976,-0.029411816348976588,-0.7294710775948906,-0.3261412309291751,-0.48595231568745595,-0.39163720570958194,0.5874444772678683,-0.22020114736660953,0.0783866959645424,0.16579361003758153,-2.0387538592282684],[-1.7390895754521813,0.12108735712869767,-1.2030878904681026,0.3192902400102139,0.11988520127800698,-0.30389583832431244,-2.7775591189347746,0.9266941855082461,-0.16013592148626957,-0.5258189891401578,-0.6856799730499278,0.8823724922748504,0.5853520900905375,-1.4145120502777673,-0.5606873880877365,0.35677290274867357,-0.3763075454785877,0.9928461529303273,-0.14114862383414853,0.4860224826170867,1.0505284692974555,0.6879879751434067,-1.6669805451684854,-0.5825633687197019,0.43683091914736627,0.15550350709117253,0.45929217647629644,0.38386737610677557,-1.5064940109640974,-0.08319101848565442,-0.1096820135778663,0.310768147302305,-0.6374074029760118,-0.787172197420059,-1.0078568051077015,-0.21292568171602844,-0.3701086922107893,0.3485356586035422,-1.4931568895321485,-1.552700772629888,-0.9974158358050117,-0.0382546573287079,1.0581819400659114,0.4409621114887572,-0.5276363349597162,0.08422889530963269,-0.33855209844470097,-0.06318762700563531,-1.7275576101348529,0.728850516932078],[-0.4554111261777673,-0.5994463709720212,-1.0287731633236599,-0.46275732017607096,0.484209764187351,-0.9795672419953848,-0.3482263376996834,-1.411850015810098,1.0262724489305621,0.9082798252503428,0.17046755118068616,-0.6770114749116836,-0.7442563288245089,1.0661698505127657,-0.4908485953630741,0.6397235350153533,-0.1971565202430227,0.2186866581371621,-0.15345124057350862,0.38107173569757563,0.013664932613758346,0.44283630803490315,-0.3020940110684168,0.18058785938386668,-0.08508603032150595,-0.8174290673515817,-0.6328026793500693,0.691549883210757,-0.6313660271375043,0.19229197667049086,-0.05857203533982969,-0.502472215239522,-0.07414661379987532,0.9843044244372245,-0.6791289607663783,0.06963702067838172,-0.8413915365193375,-0.5922481295890282,0.5724448305638058,0.9117083119544729,0.5883665094596442,0.34485110423146254,0.2304193728077724,0.7142983934123462,0.7550444025716381,-1.5238658266769514,-0.7714298312324621,-0.25214285709027245,-0.42972772612831756,-0.05105804403861517],[-0.7243630297305798,-1.5797613046122188,-1.2977930551099912,0.5008847573494511,-0.6971491532491546,-0.5978658897381323,0.4576131446362785,0.2364013732126326,-1.2568882729241435,-0.9994656191591392,0.18108289939870584,-0.19626421228051819,-1.1401158116079688,0.5915346980394431,-0.45579282127283566,0.07147258674452825,0.4699770487954254,-0.9135284049865154,-0.8457254193309732,-0.33557034501766075,-0.6082180949563994,-0.22693536777252912,0.01287473659145243,-0.19831243467629425,0.26338083265244644,-0.39717096053047696,-0.4662898095151748,-1.0692930381698544,-0.5730311413251493,0.3084563086770493,0.05668344803597403,-0.18335164930045578,0.31989235717419096,0.2946261443049403,0.9470274047391198,-0.7283667884999132,0.03220897982967177,-0.5687724093154759,0.355989042208278,0.8202235495479123,-0.18285403759055435,-1.4824706919522872,0.17192324643164844,1.0126941305663004,-0.055125535721579445,0.9316605760886397,0.2956052447743447,0.005582848271217973,-0.5333939340611857,0.5529400760760584],[0.7123867562304012,-1.0132923150102453,0.5791752993212317,0.9234922524544463,0.5305925089802989,-0.6906433957631735,-0.07161939158764825,-0.37978881890454197,0.4599950625099662,-4.169514743165871,0.4130126838176596,0.48991627269049476,0.9687484178023861,-1.1738068948018894,0.2897810266706213,-0.9839649532531582,0.7044389053875723,0.523821003178466,-1.0124775777903214,-1.1423347998868734,0.9893478236364398,0.7625254629787246,0.3063850443143755,0.04416145760723055,-2.329006855002613,0.9828169137174332,-1.7596466287908152,-0.40151649047532684,-3.3613029672669983,-3.708651167916829,-0.06500304858003525,0.21948052378203572,0.2470410039451723,-0.2951452113334265,-0.317459399575457,0.7583069161613543,-1.0161599257794105,-0.8236803669803608,-2.641151238339787,-0.15927107933052836,-0.6219204996442497,0.21988079049337114,0.28320153400691905,0.3337977500909569,0.35098343716437713,-4.09082615231031,1.0300445593776917,0.8424177773817957,1.158819130077109,0.44545561662046224],[0.38512448383893794,-1.0372804750539169,0.9090169173470958,-2.9067677298814285,-0.7020445182278393,0.6411749937012837,0.5364107459618542,-0.07247261073216348,0.24467702442875644,-0.5001175296141144,0.7212757080320003,0.7877338043685699,0.17377842548503353,-1.087530322846173,-0.8849038576509919,-0.0712645573754974,0.13954408300123203,-1.4389739371826031,0.9209093849230079,-0.17639215660757349,-0.06704486076745166,-1.6204694943010274,-0.5055214816306871,0.032600291099610594,0.7095466063715754,-2.180666253956346,-0.9018782400918953,-0.929482448990758,0.4570998853972691,0.7066610490934347,-1.7640723187330305,0.24087985148630028,0.8904988428630939,0.7232996800795959,-0.5021418340066724,0.8307194541476817,-1.031985664831972,0.12300470401893802,0.6049030240361591,-0.08359348837900465,-1.3774171385808514,-0.02560760662094777,-0.39026176670350976,0.462338236801212,-1.5358821926590254,-1.8042272642032198,0.39159222738780436,-0.462193871230886,0.0422448266108895,-1.1143573188340006],[-0.23157738025474336,0.5739909854371904,-0.5021626799108004,-2.4160681286077184,0.018275323910773758,-0.5616481709809171,0.2898444121982566,-0.5640802947305158,-0.3520772053700946,0.49883865088134116,-0.5001483908239577,-0.36863183575792785,0.5271585922489779,-0.13260289192629776,-0.6527314366884707,1.039799805630832,-0.13546021082063417,-2.0779526021097405,-0.660014535576319,0.0692267377014285,-0.046090154378897664,-1.8108720021020266,0.4891307435191923,0.24282875293453599,-0.9146557601863445,-0.9491325741807948,0.29413826579920416,0.24505762594035552,-0.08795159649461753,1.0232249859609817,-0.13668082404794163,-1.1319615826231164,0.06412499135038711,0.1597099284360651,0.013009531438723475,0.31596711541859207,-0.965395988853364,-0.08932158755492015,0.7319636695312672,0.7922062062684062,0.2306833152007815,-0.9804821650736822,-1.0807950066578071,-0.7683221034655457,-2.1237904681784774,0.15123085357226967,-0.5337722402253692,0.25351668989871456,0.6164704545595058,0.02394409154960204],[-1.2855932518932047,0.6829926850910915,1.099851285795961,-0.006137890445984069,-0.9665445486288267,0.7508231185742373,0.8702252934760475,-0.039562630045287824,0.3298665742177145,-0.24199475354682315,0.22475166657137532,0.09449076730900408,0.3177803686357701,-0.7360126958168042,0.9390301934821651,-2.3108444139580437,1.014563629168261,-1.1696083956065482,-0.42906625926356895,0.21671415366230187,-0.16615975070748532,-0.13672426190501852,0.4614595275314395,-0.28477000461317425,-0.368269102625829,-2.040178185369949,0.6105250437157301,0.8555583972432854,-0.5366873178188865,-0.21732342870225815,0.7512314296856645,-1.819629285301313,0.003070676665537407,-2.5996853151230344,-0.4579576497717735,-1.0282296300143308,0.5102281824278774,-1.1755138917311596,0.15117505063021638,-0.02720285125152225,1.5124058923853787,-0.5483805229449249,-0.9691279739032905,0.7102218501381328,-0.7087364447657635,-0.8211089964870103,-0.12165711354071919,-0.8376504906318786,-0.2118425937576353,0.6017353050933928],[-1.072576049794756,-2.758515356082393,0.3515797604246803,0.9159877959029694,0.5491411335977213,-0.21343118985402468,0.279354582802153,0.14273252022756072,-0.27886246146134375,-1.2307647661908443,-0.37542711660159434,0.6077953326910512,-0.8723003127434166,0.8564327889923142,-2.067637267272786,0.7567585346620912,-0.5333648213473279,0.9726224146678097,-0.6152723651657732,-0.7733875781013535,0.7656044647190129,-0.6768665554962107,-1.8769054244979482,-0.3645045822543277,0.3498200375646784,-0.26485529568763483,-1.818983842754084,-0.815200418019029,-0.17870686572644073,0.5660113535426574,-2.0821843304277525,0.08526406664881803,0.5794646921923563,0.11187549733225934,-1.8066205328774845,-0.01979368519249138,-0.1676293030541228,0.8201495151508202,0.6569066688324328,0.14103472635755118,-0.7566095885228913,0.9441993289133246,0.2566668427340793,-3.7242144092510867,-0.7795268233370478,0.31756939305077786,-0.2703373030578227,-0.9630099433775685,-0.6182205128721043,-0.04851900754733582],[1.2211891220085813,-1.8182171446379682,-1.209827472295712,0.13536234642295827,0.5023989652890951,-0.4323167119022738,-1.1462455146124142,-0.1693834851053734,0.9651227366982995,0.19501786559142714,0.28151063932330606,-1.3361674879044878,0.5927763239578102,-0.22768183272843523,1.1164927291184954,-2.108167537176414,-0.17823496043213374,-0.47235601885260864,0.7566353299211303,-0.7204477170238791,-0.898973478906896,0.44651693319676206,0.33608401380741665,-0.6604317920254996,-1.8251158625370758,-0.6586237988861509,-0.14884272447331445,0.553988115336258,0.28021844238103155,0.2524484583444828,-0.7621014006069969,-1.1052553651341421,-0.04238441375944568,0.1756655710077452,-0.16502136798358374,-0.5072509579897669,0.6096245131616762,-0.058304419622990704,-0.14170286487945885,-0.7569681459632149,0.8173258574359856,0.688799470392452,0.1805154223089172,0.002208771399119097,-0.6665415641025525,0.0537959298494786,0.7886337418785823,0.7970144616619248,-0.3658589525315713,-1.6599396888170899],[-1.3979500982628006,0.417444512024741,-0.4238407384825924,-0.3266344052409103,0.6608314306046486,-1.0610460975533291,-1.0344085814796482,0.9277581968700238,-0.36002439310204476,0.3086895436487513,-1.117082275341018,0.8504199767802415,-0.03155551565633761,-0.24376662147974973,-0.11970715114632126,0.7586451972105817,0.7756629819129841,-1.006039273353071,0.2975113765043068,-0.4320934942378534,-0.016345453091354042,-0.4450463287305121,-1.0277637538344682,-0.980954162219233,0.2832274332030245,-1.061158569202499,-0.11687955720429402,-0.6272227380028225,-0.013680711144534785,0.9501403775183151,0.7015092076230538,0.01210816381248908,-1.5076466228727903,0.837112926709908,0.8563775134558682,0.6560502597037207,-0.027355429068000387,0.01844786290915431,0.9626401547826284,-0.9250036831597099,0.8956483193172893,-0.010139112940862324,-0.16079163478472017,-0.9045672746476029,-1.3089347751450666,-1.4830383488444623,0.8577981249013006,0.9067836991986499,0.6544818909173353,-0.8445374743963139],[0.7718519979291638,-1.8024296625621676,0.31221112683418173,-0.03226367158259525,-2.311593429934658,1.0202473400573642,0.6829469135775333,0.10399987495424218,-1.4524240092762009,-0.48549365630350144,-1.1790794486603748,-0.18638507169366905,-0.2615992887179395,0.11033932049226622,-2.7958187831845924,-0.17500099245962733,0.6808919239725487,-0.4659033696727851,-0.021072049275222434,0.31101736142951164,0.3236702201516598,0.5329145072653811,0.31253607660329313,-0.35786668012490447,0.3477527084247985,0.9659869212940323,-1.3731703161819688,-0.24825449148829198,0.9269712494719817,-0.07191067538473268,0.027061950983854423,-0.10521996797146689,-0.1682968181491609,0.9017489801031153,-1.4731462014181504,-0.04648174245618584,-0.6425267458015781,-1.9435813045885402,-0.40107672969194014,1.076600911882189,0.39621859846058094,-0.4447798346509036,0.17086431038139022,-0.12675214760459086,-0.41128707051841296,-0.5725881227857119,-0.3700662110793511,-0.027689073450663543,-1.4004496239157642,1.2210032523741017],[-0.2620154335650426,-0.5195907336430555,0.28741630561665277,0.44292751852146095,0.3202180971136426,0.3318069865546419,-0.7224315537652577,-0.5069612993377915,-0.04789845620965858,0.8181337889749415,0.9675412343583083,0.3304249035472163,0.3905449968095351,-1.1098928171200655,-1.0541666099401577,-0.8133248686667859,0.6479603700901977,-1.371065300602094,0.6766412575379228,-0.053255411070324284,-0.843820302898992,0.9966251882523798,-0.2634361174811219,-0.8066006495575023,0.8556709213076105,-0.3395493850899143,-0.4299661917584236,-0.21573355810552747,0.9028539920687488,-0.2833369151312048,-0.8784332465978522,0.2445667925719037,0.651661067462139,-0.8799038103460367,0.3525552761908977,-0.18293120885656358,0.4993726720740073,-0.9155842687081206,-0.8703999008989521,-0.438598837715672,0.6690639115099767,0.8543901252151609,0.5432159270290988,0.1725423049221565,-0.9645300713521033,0.6624338187128798,0.430979448851593,0.8235204470993794,-0.21880687519817024,-0.35885326430235104],[-0.5654074280269569,-0.3715241746791624,-1.1079217477451686,-0.3155460119519604,0.49230447689140144,0.5977253938483396,-1.3962598508923334,-1.9826502951947809,0.4217198792586279,0.6181768085924597,0.6026448087247739,-0.22109887188739957,0.6115129386921165,-1.4136297476827941,-0.14639873553160085,0.3140929998610212,0.9873864723459806,-0.5150926689219711,0.5244686967364873,-1.5039146839691853,-0.33470255048421677,1.014984363075158,-0.07864089803357723,-0.9193234411637043,-0.7921936791587796,0.7337243197254005,0.36790331274545574,0.2585650464024266,-0.46140370448166684,0.6832417196481668,0.22495163444104868,0.897482147516475,0.41097808236356237,-0.9852993178216515,-0.11916229555928506,0.5321453465880425,-1.7398893920829903,-0.14658443269097507,0.5765615999018305,-0.5861694403741314,-0.1879439233858205,-0.164116930123781,0.32052658053912136,-1.2916626883804916,0.8083252101731786,-0.7864985276084493,-0.06520198221240293,0.7511130139075574,0.09926176289873886,-1.35205151615361],[0.01680182144309433,0.11927747508562384,-0.40146471536967554,0.7839496994029056,0.9420449484630211,-1.4449693941890251,-1.8866214544478026,0.6861253857728361,0.42327796826358194,-0.2905338298335593,-1.2374275480908286,0.11301631235673323,0.8130728417649331,0.8010443610104641,0.9715660986001526,0.0006201797862788671,-0.7057897769885825,0.34493947888727466,0.40650388752403754,0.18287696122379962,-0.9345608782294612,-0.23197195852019864,-0.7345341726876091,-0.5731140040269266,0.456863331284257,-1.8026771536294544,-0.5066754993735396,-0.2248209390826474,0.9439920054890902,-0.8604743482798822,-0.8724472167648637,0.4420625786093254,-0.23136039617045354,0.6318372732422282,-0.789483520276327,0.7507836095424346,0.6038045143437488,0.06201265797436944,-0.27768770074778215,-0.10271431474610933,0.3024009343314141,0.9867614863297552,0.4862828724295396,-0.5267391973019677,0.2648696826687824,-1.7976149513293718,0.04950290378034225,-0.8821950988813436,0.1730279331307276,-0.4819558560517135],[0.5208059460149013,-0.10369179493109669,0.7384885126276548,-0.3414465518045065,0.06084755214884002,0.34739729432097055,-0.5993347005260663,-0.10483551574097646,-0.5627797546452288,0.5158365770341362,-1.3197978001845985,0.6881682630602158,-0.9138671130342474,0.2874644372473446,0.11477930715136539,0.7047455750576735,-2.1539035494907335,0.314274293939687,0.916848509365761,-1.002323964483033,0.34847767647250527,-0.15512604205806607,0.2523393760966041,1.009781296967067,0.8777060760018791,-0.1592753590508246,0.5333340562925086,0.08699193447354049,0.38575349342151966,-2.7301469159714267,-1.310957585114729,0.764809312336908,-1.3293061021623827,0.2442975376151318,1.0109858866435708,0.02731780375116513,0.8278355808001999,-1.045189399543791,-0.7229136967112416,0.6330649686614251,0.5252928980279022,0.44037328637777523,-0.9325613056278291,-0.5685843299919338,0.23724592240186249,0.7904259689650364,-0.15307681879894755,-1.222866141327077,0.1577825625143575,0.46279868994895706],[-0.18727090098739635,1.016166627789828,0.9163160009782102,0.017481652406862256,-1.9690601882244652,0.24361796353608692,0.24637118144731815,0.5195631484301493,0.21004258137469747,-0.8833647690559904,-0.405736598009257,0.17839708852794178,-0.15793928894235434,-0.12665403389620505,0.2644997159579601,-0.16895787089805883,-0.7531803781993968,-0.3013436054493295,-1.1822826671972975,0.5572058663930479,-1.0012278550999956,-0.536838667177773,0.6229208664506415,-0.6124369064282242,0.35858974238385005,-0.9785940967468761,-1.014063266099056,-1.7627090648342887,0.862025033556889,0.3189505530711539,0.27252478682238146,-0.3259645768985723,-0.7385203061561636,-0.47336129030386837,0.24349125223763002,-0.9346347049673992,0.6472755979401458,-0.21086861163899925,0.29921502137628253,0.39737915822612807,-0.09726833539460018,0.7248874741443838,0.3116921891998937,-0.8771129693587624,-1.6705052145687762,0.34478657897102394,0.5763021156023854,-0.604804124114261,0.496394379294402,0.9356724977557894],[1.0837291614580091,-0.3623588978285486,0.23706838799407237,-0.16552653828796185,-0.414472150391113,-0.10764343033188857,0.2295398597567022,-0.9427103619419918,0.28548034110554116,-0.6064572628342788,-0.652538114306324,-0.19357846506669896,0.4942110199482416,-0.4529431664877762,-0.15153554377522085,1.0763729138667157,0.011465547297668856,-1.0562570943052698,-1.0333866011350694,0.7184309147211948,0.2655949097680821,-0.3780918694168593,-0.4754059844243462,0.8589325413131985,0.6442124104971959,0.2627972918306095,-0.9288503556615577,-0.7435473692170707,0.8651934746875722,-0.2902082583809095,0.7583212626192227,-0.3563481159438062,0.8740664114989194,-0.18891424759029293,0.8128311196586491,-0.644906570793068,0.7028684064907422,-0.477617105942859,0.20403909134525017,0.6356380548465259,0.6696738585284573,-0.6562075674573957,-0.227194375335909,-0.21739409521951186,0.36636763919515103,-0.5301074724209971,0.10249302066432515,-0.5780064075962305,0.782574335085488,0.46202438778248217],[-1.095523661956753,-0.2579018374980255,0.1599011010082924,-0.2703814151062827,0.4830857479009431,0.20005496711355056,-2.1255415674548663,-0.6244247397000965,0.12634926333128235,-0.4019990897191473,-0.5633653143765948,-0.12444792779988069,0.2274639675753835,-0.14171219263562126,0.8993941927058913,-0.6303462422198703,-1.5686822342059716,-0.526942384332093,0.8320256277955155,-0.647128070509142,-0.6922043603535221,0.19556065322413788,-2.4539262266114226,0.1626923513528194,-0.0763111882572446,-0.7058106389901235,0.2503119629484439,-0.8287479888472589,0.2591332692697027,0.6193000827778404,-0.8459685994794168,0.5928072401245306,-0.38562897626996423,0.0927289204660781,-1.462731715172581,-0.33416971974318865,-1.019121379789842,-1.7205571763010026,0.901961486594176,-1.3585502432616678,-0.18982433507913274,-0.6687138261657981,0.8201902628816565,0.7222449073706427,0.34588058566463864,-0.7220631832969282,0.878373997786414,0.5670356474217613,-0.1111188280087083,0.579478168599683],[0.4042042124012427,-0.5615570084648248,0.059040850540254534,0.7457609692123062,0.0498452991338942,-0.06232408027553105,0.38291960130673586,0.5071716571119088,-0.014900854445084707,1.030149625661745,-1.1339275396025716,0.24673438515413706,-0.19729915386235558,-0.4894090581647695,0.6462826130474647,-2.297994552595659,0.7388729485522523,-0.7827934237764638,0.7788886823430298,-1.481783460417989,-1.551354025169171,0.4970673546164442,-0.1698103465172348,-0.7949255246418047,0.9625108014633347,0.2399916689928106,-0.10494007930985945,0.14649770499241713,-1.4582670189123206,0.9184885376166277,-0.5105127358692582,1.091965886083495,-0.12173808906165905,0.598944007700233,-0.2446551057592594,-0.049446487077121556,-2.1650285932924387,0.44973722436679275,0.4232734248334241,0.31208150745057256,0.7972551295173667,-0.813191977289249,0.0973120705169369,0.008190885289392921,0.06698864694926138,-0.9060929575444133,0.5279593079416691,-0.2599619692917896,0.3109750968257692,-1.7399660741404679],[0.03427087753617548,-1.4836478557442152,-0.6076456162099132,-0.2042251836651593,0.5284470643112484,0.10247998926393975,0.15420528490975421,0.944021000472552,-1.0259479048768672,-1.4350939110526033,-0.4280235563553453,-0.7768990869730587,0.36168073525685074,-1.0258761853871887,0.17016873140764222,-1.278818807391178,-0.15788103531211464,-0.37772163893565924,-1.2489575175257268,0.7037377446898946,0.8945369969831565,0.7470964670471898,-0.42752445042825016,0.6658649585651004,-0.8831869850332135,-0.8074111806151949,-0.3036151626013361,-0.2873614949972339,-0.07034635386771557,-1.585131959922297,0.840958878006295,-0.6783102093128568,-0.6798927338734924,-0.13348344691493144,0.7102937370089348,0.2223746535837674,-0.2612541601487963,0.9314054673844913,-0.7809565396334873,0.871535243303879,-0.8462144167957981,-0.7492911438828457,0.4385800731594426,-1.117407990608959,0.12003362655229909,-1.3567403294885982,0.10435054300849801,-0.9145092848641052,-0.20634006872163327,-0.30642657755913605],[-0.4198367705034632,0.15484434657902976,-1.521172562626986,0.5655597819956117,-0.5443341359759384,0.971622387590022,0.23533259717353172,0.7876229743827604,0.2580992500756101,0.33573550195603274,0.27173903504679875,-2.168486554761223,1.1284632359062776,-0.4181272493138777,0.9034087545627527,-0.2127179615975309,0.5947176142942184,-0.3559705604019,-1.0807822937466796,0.7505858878907481,-1.2392723430511243,-0.9131051358666994,-0.7719071085842425,-0.709217004240167,0.23736801576933947,0.697258689953344,0.5315387486127426,-2.288491250404763,-0.5955091429124164,-0.18772402122931475,0.11633720670280136,0.8797170809159122,-2.564819662429796,-0.7946257851576923,-1.508062424276874,0.7291671242403156,-1.2615763601059007,0.9372916798617966,0.18502583604696632,-2.198068368362307,-0.021995307037438662,0.03800406627266304,-2.1602934615607374,1.2277334825645556,0.6852216956781787,-0.5149261212422037,0.3017921664827306,-1.852337841086125,0.7724633277717714,0.00846192469032605],[-0.07500486001353757,-0.6723647225050826,-0.6588173785468077,0.12941043058458243,-0.26501116316875367,-0.21572152006172393,-0.7447297904392808,0.6241608429548781,-2.351067339102048,-1.223422211525912,1.2739481441692926,0.46358490213363246,-1.5792464948432732,-0.7572830574588079,0.9075814742092898,0.9320993053330997,-0.42935829969235956,-0.04935051924166546,0.516990552939545,-0.9184092726929146,-0.19229685090184875,-0.8475642038031526,0.6025486138797409,0.5866087787416332,-0.4964277534063781,-1.1756536081128686,0.7796911700322661,-1.6878036957463451,0.7190491221096827,-1.370100739539316,-1.3848818019900997,-0.5712043605310645,-1.7913719719847976,0.24120721065544437,0.9315846504519862,-0.39254874892127795,-0.4420425454142242,0.2587320500003971,-0.9745309048158932,1.0762660491819667,0.5881717733793771,1.195647436004622,0.2262348054322072,-0.7790265925126688,0.22723050958394167,0.12492943828471356,0.8881582438319293,0.8014740551615283,-0.8513403647447366,-1.4457966004578318],[-1.0485615678067766,-0.7284798600727386,1.3185074264436143,0.5917469474720933,-0.520358773145135,0.39806846900965426,-0.023533348538555064,0.5708810118132861,0.13521954600234867,-0.6237036334792385,-0.7197001586677423,0.14530690051866724,0.5769412583034633,0.3037855362381392,-0.11493080764473088,-1.451712777507372,-0.12077171350456029,0.13937940175084196,0.18532978227215569,0.9682392329138976,0.6801566235915352,1.0223039509640413,-0.751601863139387,-1.4091304270586489,-0.11128057231703635,0.23716469719009498,-0.08626992065069229,-0.04818762448035814,-0.13871272176560517,0.4093663395616569,0.832810490327264,-1.7162027861407796,0.4747302217945175,-0.9607279386909131,0.2326207213998485,0.037619004435133385,0.8133014935558515,-0.4187059057944285,-1.0645364168871414,0.2492996052341746,0.45823549387348206,-1.4845648995100769,0.805795530405727,0.1541851217836831,0.30255532518208755,0.26505795801619814,-0.04485214966766436,-0.7206968664006621,-1.1835766848415186,0.9880793535679971],[-0.9259048840485176,-0.3814793590461142,-0.8142282124186129,-2.0791637157201204,-0.2742141384356855,-0.3788889885041177,-0.26938188562402504,-0.0017659322498315537,-0.0587082297035916,0.22768149818455877,0.6533633076539553,0.5475983577040392,-0.6012486640727208,-0.4167408156176963,0.4099402898630807,-0.1828380180824523,0.37039970763399754,0.2507976880236835,-0.8559275431990399,0.14510191683815396,-0.3641808773284613,0.8931296410665802,0.715354757572628,-0.05722164621214872,-1.6399678822273462,-0.02110131619977803,-0.18911316169605366,0.31180746795703496,-0.13771987535064123,0.8199327079024156,0.653497348650739,-0.4040560664178651,-0.03122066084324818,-0.5085897182628601,-1.3071030468998663,0.1508084039276294,0.32039592200634104,1.1510185937198896,0.5652868763493318,0.37427062587656046,-0.5888529620606625,-0.007619459515497662,0.27549564021177253,0.6791972787565416,-0.3933963246174756,-0.26479546861245634,-1.0236581022286635,-0.47741895473390583,-0.44451438247462804,-0.9856198982521411],[-0.5854118007202461,-1.8635172537182916,-0.553986985845195,0.8905744615603286,0.8474427474059402,0.4249149866350888,-0.5535647438331813,-0.2386020475326627,-1.535567130037023,-0.9614356421635644,1.2107621339980639,0.5112511184867212,-1.0285924854999005,0.8212247039553959,0.156173673484753,-0.07426094993455533,-0.28060849476668176,-1.5993033214796595,0.06491217989633277,-0.17653167589295404,0.5195459413687568,-0.7087407237906447,1.0446807980932806,0.1256010733340937,-0.46941433007986105,0.9453429284006025,0.015686621015007375,-1.1649207902274261,0.7801354373264372,-0.404702941544406,0.7697136431479272,-0.6893957542372655,-1.2913738437901465,0.8368461673351785,0.5039296849570983,0.9902338273357656,0.7707055617773296,-1.2962163885701348,-1.8823890208586953,1.0647321181596217,0.1560006256525738,-1.3172175295790924,0.4454070362989055,-0.1243675283100372,0.13931721020086552,-0.6508860023902385,0.6146224288982379,0.26805174559535894,-0.657707218712627,-0.495102456133759],[-0.25590371987739263,0.6449271284776434,0.19374975988649853,-0.18315747328030796,-0.009249821829570858,0.5581546005819964,0.3208788950974555,0.602661729677532,-0.5829914222950883,0.496015528126743,0.8088671553398143,-0.2328584145172945,-0.7430831129571928,-0.935809974494227,-0.8112327424916097,-0.6827313044327199,-0.21173264811466172,0.2319253803956779,-1.192537897274694,-0.948623601508623,0.9845153803443631,-0.45030015369830106,0.7494052579537936,-1.0317778653362473,-0.05432454380903654,-1.4488397431560216,-2.5740569849074153,-0.7350982367653267,-3.6361915543061034,1.24441391579813,-0.6016739681630199,0.4621399953176767,0.6664818774035264,0.39639176212957355,0.547117199295525,0.46859590560413383,0.2106580524716399,-1.5239353714334396,0.9265195627874416,-0.027843453541183595,-0.6822131297777686,-1.8550764833150182,0.17643557995972992,-2.1897533338151662,0.8152677434278127,-0.9564623833508641,-0.40559836470706745,-0.31746864959790005,0.4422086007688724,-0.28557609575852894],[-1.6036236279796585,-0.2123595682666654,-0.05804062046156017,1.0039006819213807,0.7404330514022269,-0.8845978019710643,-2.3403222681295355,-1.1230829864599892,-0.26069810828102213,0.8918635815968712,-0.8075188605263167,0.9344112863439737,-0.693758886330031,0.1621612510317825,0.5105614613649582,-0.4061124711105892,0.9473411072299224,0.6730133969730118,-0.8514049849780224,1.1872425497090398,-1.6329606545073796,-0.25451014807856204,-0.18629371282371462,-1.0435033395221522,-0.6565513832985738,-2.2335501139102054,0.23028508693174243,0.3154012443442178,0.8709532782046298,-0.6256846872828239,0.51875825824576,1.0412553330424843,-1.1335000582551797,0.00378178233654688,0.41208462391225903,0.21319122712045524,-0.8272883661535628,-0.239099905177216,0.7929267919124237,0.035106114390199256,0.16475096715087356,0.4961519110237157,0.616706839946854,-0.07981772409483391,-1.205265794750219,-3.449730662778256,0.22510829671559066,-0.6278766282343287,0.7427016217022485,0.5751781089920348],[0.5416032379704878,-0.8730040700119552,-0.15214677743278426,-0.9150492019710389,-1.1078438335386824,-0.6689202902904829,-1.4741599872932074,-5.932837333630421,-1.1330678873493507,-1.8544709232880026,-0.3566905908554218,-0.8203485039887896,-0.45283903426729644,-0.7938388607234657,0.3173220806575077,-0.8755302754009164,-0.08186329796214399,-0.8611804857779646,0.6671687755074442,-2.630136385619431,0.16775335798369942,0.9923810918894991,0.18203562392342784,0.21538470895734732,0.6586255087810222,1.0475049842207338,0.2540576652598396,0.1619646456980703,0.22842988357731672,0.41242305475348207,-1.5878509330732664,-0.5659130359104144,0.5624059217164422,-0.9792550037309165,0.4069933662972891,-0.8259765123429336,-4.120996405794353,-4.501861385965403,0.7581597562257846,-1.1593921721576945,-0.7859210922954549,-0.2319463007674959,0.6804589525419308,-1.3634535843410425,-0.3397485483008251,0.7934498442037459,0.2487397826303535,0.7980149772872809,1.2636209977658657,-3.0520604666616338],[-0.22120068592287964,0.9815690748585757,0.09723611894274589,0.336439887076217,-0.4188004449437916,0.07309372917538748,-0.16000875065971185,0.26636627477008307,0.8041822647077939,0.04600753685985762,0.6143051845974314,-1.037060697979766,-1.8356570243054808,0.572536373909872,-0.5338450205072444,-0.7554526328616082,0.6300616725539128,0.5468366513542908,-1.2436776213872802,-1.168718825660133,-0.22896953912752194,0.7384579756014129,1.0764733699662192,-1.576047452837768,-0.006481900842006298,-0.7384402171625843,-0.18466496460630755,-0.9639419322541349,-0.10023532146531253,0.5900023269513521,-0.1880483288586293,-0.3645989442605745,-0.36122225904736055,0.2996445668521598,-0.5402228175727825,-1.353359323757752,-1.301878391227189,0.016028602730369067,-0.19440430264079067,0.32382455424213213,0.9967319435675348,0.9191686685119571,0.9044395390032913,0.3105512255768572,-0.5655023833302861,0.1080978293493224,-0.5347332075686948,-1.0347475250988445,0.2521790770027254,-0.12833749654724602],[0.7916963353304309,-0.2836902707474131,-0.34551927267766425,-1.0721851965725093,0.029180777468011464,-0.2676496749412973,-1.1350978868227855,-0.6185178650039685,0.9384346471740136,-1.3489854813080433,0.24980166465711276,-0.3076682278932167,0.3910568727249214,-0.04380112627513697,-0.9370798283471428,-0.4653119974924026,-1.5376892761297325,0.671486999183438,0.8409772452785061,-0.12557900697384425,-0.8347249993010164,0.017940565513042555,-1.8475658586164239,-0.39688614674662565,-0.3096459284365802,0.037945349198147314,-0.16692170629707462,-0.9087331973116491,-0.4060666723753123,-0.3249195533936302,0.5946228938205816,0.4576480662447251,-0.1132979648534796,0.23469516540724467,-0.06067512725348028,0.22506828282791677,0.19021625674585338,-0.4952107838302011,-0.6323175882945358,-0.9261952832398679,0.5832221010764469,-0.24855045660131708,0.673579193777662,0.49823829734354075,-0.8696075248202106,0.5856332704428832,-0.7936424692863432,1.0033164358187774,-0.7306327764897417,-0.21304771197434821],[-0.326992736515905,-0.649982934843907,-0.580524069293847,0.6376196912018919,0.8531314204520755,-0.2671996459368027,-1.4703284807992054,-0.46546593143736315,-0.3453707225974079,-1.0834716933265527,-1.6832238997536555,0.31432386438072735,-0.3252624606060099,0.6039731479127682,-0.715293376609722,-0.5336944365309965,0.03896804893206281,0.4372529370955366,1.0679823161803499,0.5171126173051208,0.40060281650307755,-0.5305208243997829,-2.8421363103369615,0.12067864824337547,0.15234136797320316,0.1629816607382862,0.03260956514365899,1.01135754786956,-2.56823634514968,0.6790214685669483,0.40474415174187545,1.0306449175313634,-0.3498580677125415,-1.0973391326462645,0.15032077050146125,-0.6622336527821624,0.16772151707115662,-1.7477564735848663,0.10955598145298215,-0.7588415903464453,-2.3847625632425324,0.2835587622198427,0.09763437589326596,-0.7760222765682436,-1.0100429209836406,-0.8014132134778074,0.9608719410545057,-0.8721857725148158,-2.707767174823907,0.7142769806681737],[-1.6162415107687769,0.5272144112277193,-1.4738503605882018,0.9094827041639123,-0.3951020705530465,0.007184848890996603,0.3287922187039826,-0.4919462701543747,-0.5068363845719827,0.03857132514138821,-0.7694851787435534,0.9221491913441869,-0.6797566134751369,0.5680329254526466,-0.39085298158414006,0.6665494861227654,0.041502174939803134,-0.42267776130604406,0.01438303146804535,-0.35741247595543607,-1.0554450742632204,-0.5997659925042355,-1.470616885581089,0.70948468267777,-0.17412585865881694,0.7962974099428695,0.6969767392270012,0.6404227349133348,-0.7300383599864692,0.48553959254286416,-0.33731634405479555,0.5360978064553158,0.9939098271509288,0.6876385116160412,-1.4765530152410118,-0.7347456278136262,0.6667061766318501,-0.5498190717875578,-0.13150728101934214,-1.4664538893585175,-2.024115898839372,0.8870870176045264,0.25453284341208793,0.4507824291220182,-0.4349929324538127,-0.10599376759389931,-0.9524071498387816,0.4090637132019623,-1.3598098773138207,-0.43390501669646914],[-0.1902647180631394,-0.15178282619708677,0.46452038864193457,-2.222054088802378,-0.9049280216717391,0.8297236994807382,0.3122727592184528,0.6129261049022549,-0.227403753207962,0.07570690206892457,0.9195193752088977,-0.9063699258112043,0.16424674388525534,-1.359153372349869,0.10107276538325949,0.45531071742008394,-0.8774410988850332,0.4367048882843494,-0.42626456511400107,0.06655728026625535,-0.8471089548133282,0.5047149722074388,-0.6224018008512162,-0.511095086714283,-0.49994095816289824,0.7350948970617165,0.6755758181136664,0.5717212715752094,0.5839323612351938,-0.018084161768906964,0.04434038881661623,0.5571205493188716,-0.3215392267779363,-0.18463765244117863,-0.5126958232574523,-0.19455272584078487,0.992539146885791,-0.3152927553410519,-0.6032246760674542,-0.14071612006907533,-1.3103067716114483,-0.37461958247929833,-0.5927985821481425,-0.13635811376408533,0.2365327911769014,-0.5746488443368578,0.6603307929105101,-1.5565626530299352,-0.908185978418087,-0.05379720614071606],[-0.9703673279490169,1.0965387881467887,0.6131872216176907,0.9675468147359096,0.3662967073534398,-0.21404486194940567,0.31793086498120315,0.6796951859439254,0.5243599443432072,-1.070282930362935,0.05440412725267067,0.9453540440487564,0.4963129960564045,-0.22169351127032022,0.899690451295184,-0.013274987135685326,0.6427839066095404,-0.938205642823977,0.2851569137226396,0.42678032880098965,0.8458186742655724,-0.21420641620319508,-0.654214913068973,-0.8192526414701415,-1.3604007158918658,0.8336715047369764,1.0650307711662594,0.6305665880653419,0.3994340504416912,-1.736143385989463,0.07057453965466394,-0.6699067712231311,0.7185739498972669,-0.3177255897929934,-1.421460123700611,-0.2863364714699039,-0.018685364160753847,-0.26244491810706755,0.7854807645200527,0.05957096731780493,-0.3261379970616602,0.632385370475544,-0.3332369261343996,0.714123850896556,-0.6347312182199857,-0.1424431299594502,0.48527689898210574,-0.17694934197125503,-1.2774078946306269,0.7792515220176195],[-0.29443570624535714,-0.5251852618632636,-2.1999022112253015,-0.17562542146031482,-0.5913383920605099,-1.2294086802602167,-0.38364544943623213,-0.39496210916669905,-0.9399221697596816,-0.3636412033419048,-0.5557896084091056,0.4184005768608683,0.5771898183076422,0.1831834770098182,0.08020737554037441,-0.26937601832467767,-0.6394476651907837,-0.216960315143325,-0.1778806223648218,-0.3431155087273122,0.5122537398838477,-1.7914550922826307,-0.29550895850217884,-0.7421969940645021,0.7585783463054925,0.4475927819826808,-0.21492791781963014,-0.9607843821917494,-0.6971243390380448,-0.5170625445101728,0.16513554670485026,0.23684052826266247,-0.6794562710975671,1.0975826638605637,0.4599788030656439,0.25449659579612377,-2.354125256241483,0.8836035789059118,-0.5911669755333163,0.3003718657173477,-1.0776574598413415,-0.5188848078948017,-0.4731863374677905,0.8951902512973465,0.9726973718754442,0.6323630947284156,0.8610715866324543,0.407620058188455,0.8891814115100597,-0.3846748742372235],[0.8421958957315414,-0.07534736608539021,-2.1825207770616397,-0.7166461277190055,-0.6164065553571213,0.4946374846036583,-0.106143772723303,0.22830847502968793,0.02177816527754494,1.0790994716357172,0.5447602884982083,-0.27297984672923287,0.9738454534438804,-1.0355418842204864,-2.7131297868895254,-0.25581087924424656,0.0003226215858256065,0.7704529676638905,0.2134073692439673,-0.5876281725457092,0.4035014709180169,0.2666748110307218,0.4265574930492183,0.030139249965441706,0.9944789022606185,0.0019338653563606863,-0.7950628167326927,-0.10801832040855716,-0.8283021228051287,0.19990836270947773,0.49076890833889003,-0.477957301182836,-0.4494088686897037,0.3411963015027049,-2.521156164175879,0.5092282602874277,0.23562345697006423,-0.4720285039688342,-0.012790940303572494,-1.2768361556903043,-0.5062094368308117,0.05747264560042839,-0.14452577510208084,0.30846797099226203,-0.8482500120649867,1.0316783756820447,1.0532251198005236,-1.071235382953295,0.18406937939219362,-0.42661421356513374],[-0.7485540154137164,-0.10881487135157385,-1.7878195296985948,0.40827338407332536,0.35026441353326015,1.3931427148279905,-2.7273092918190227,0.8639885886120175,-0.06881936306554247,-0.21237835789229453,-1.6159275310924945,-1.4630351246219133,-0.008100645956702564,-0.5978873752137254,0.9520572709427721,0.9010831053903361,0.3079194976722668,-0.27224052837062596,0.25334727441072913,-0.11212532134292728,-1.1883579139453024,-0.9577852570538915,-2.752021758344584,0.38821385778955037,-1.4087013494868235,0.551006588870369,0.05288284659041098,0.9921999788550995,-2.0076223186021926,1.0408335088153255,0.5830560856174455,-1.415581684119794,0.2844938811510389,0.5414453075303645,-1.2469909790196685,0.9856229588925671,0.9109574927944205,-1.369051855736791,-0.4405760168631949,-0.8450540292633555,-2.629987485608737,-0.4950871578294253,-0.8264704259998832,-0.13726791662257684,0.16997297892294852,-0.7479654672052234,0.18602419737456766,-0.07122142551754639,-2.774348804113551,-0.4306819888069887],[0.9169513194172296,-0.5302075571498502,0.7975390862438833,0.8963589544834775,-1.3341290291109877,-0.17144260819625487,-1.094215331925535,0.5746154848774043,0.8780694394238866,-0.5735311844671991,0.8815870393461114,-0.5718500130445692,0.7560789487356939,0.4797139516370442,0.16034376125332295,0.5528393224261486,0.0066088379009633415,-1.5788198299243494,-0.891698443169195,-0.860931750953882,-0.9181428933366891,-0.5703097080339,0.25168843852052114,-1.1896378949650621,0.9039711207843338,0.329441282518384,0.5691480889568699,-1.7021956716968887,-0.5147604240868188,0.36051847542492516,-0.7053573626564693,0.8005594422294913,1.0734828207017901,-0.8126125489662102,-0.02391978276082958,-0.018361579992040918,-0.13301039457282993,0.20625717131634994,-0.855771948409742,0.7849646632470386,-0.06653249243174249,-1.0554139345333209,-0.05450241839482542,-0.6800227765174601,-0.21200000092750831,-0.7826639505766909,0.5853535277479679,0.9520319815525307,0.9835139354670472,-0.14750457172839898],[0.19282363685298626,0.10265725374112865,0.712726254173507,-1.9002716543197844,-1.210712600784367,0.96319735163498,-0.8486054380983189,-0.4149012633587063,-0.12188921945405345,0.14519482600439657,0.9420271953895536,0.6452555939693505,-0.5383783062893692,0.18888042545825956,0.4949373354586132,-2.080582667727893,0.10938442977022875,-0.5732910079865596,-2.2691396579701295,-1.0886295726005917,0.04334972474649138,-0.7130485351515061,0.7279350483088912,-0.3183034758291628,0.866356791686857,0.5035957863715427,1.116632397775791,0.8061575723800036,0.3760117867628174,-0.36798932275332347,0.9756625549867292,-0.3900309947936979,-1.0173865486289675,-1.0900027032962536,0.4553618004641073,0.3971101125257214,0.8402719669265306,0.5556285322473088,0.037903704984617856,-0.11707090362091187,-1.5224917625470054,-0.461630025206898,-0.3648766596310533,-3.378812214331132,0.7785481193512422,0.5879682215439119,0.4142722407744673,0.7405527264371674,-0.1712029811699128,0.8410445875759264],[-0.1508837042293277,0.7785404436659112,-0.2973630850168442,-1.2062783152959293,-2.160303730674742,0.3524533046895923,-0.8779249020557123,-0.1007418412904349,-0.7414382617285101,-0.803866386640921,-0.027337273538299033,-0.3462703262600517,0.2642347951584467,0.5682906803762547,-1.5043444413515643,0.3972679074861188,-0.6378616579189802,-2.749590380863222,0.6368323215598339,-1.204796688179656,-0.5100884187945356,0.46259908734037075,-0.8669700194953459,-0.5911266686949014,-0.29375050117357937,0.7545230284197894,0.570852613242823,-0.7542797887060775,-0.4188963139553978,-1.1211138607463749,0.4713335352321258,0.7834241702143276,-0.8421053214872468,0.6258175794392897,-0.6871221747939604,-1.6426766194499818,0.9050094403464839,-0.8552130096016884,-1.111294200477803,0.6874898664745299,-0.41521812922674445,-0.8537357976030053,0.489617484624795,-0.7934894869119303,-2.4359454929450055,0.9243348671522295,0.31213826199806,-0.6429523181429758,0.7782766110539998,0.2760665953312045],[0.966424989627363,-0.5030306658587309,-0.9856958868412782,-1.3652023675907499,-0.7743691172437029,0.8137017858317409,-0.6800940819154353,-0.6195338147214041,-0.47449485242243794,-0.16099530458178404,-0.23101387755918368,-0.9284124294661015,0.6004629400102539,0.5448573691272293,-0.7075213411329847,-3.3822543034049257,0.054646592733493586,0.7794413880649823,0.2077985377029403,0.8845473674207922,-1.6753324946907557,1.2372750770424652,0.3452946017201195,0.47526157152675613,0.6530041651409147,-1.7623475107182518,0.2607700684422944,-0.5715953519745598,0.13469917858398933,0.20035546343290808,-0.05258510626187233,-0.6293112543953971,0.7938814924585886,-0.7588788011353371,-0.9427940958292808,0.30632132260964556,-1.1263985048331986,0.48195971986914804,0.3129339787619491,0.732406275472985,-0.3449940048338719,0.04797342658256375,-0.7396564931637405,-3.4990281524082634,-0.3563237612453574,-1.5194681073209864,-0.26394629583602025,1.1703347172522716,-0.3134947975967446,-0.25460271096350684],[-0.18332582720924367,-0.9145387865858975,-0.7925860019957163,0.6049209846482003,-0.5944821597173565,-1.8769475809672047,-0.4094770400247782,-0.8717551447585421,1.1265247675159693,-0.575990194482262,-0.8062523300858636,1.0650286911650206,0.025643540093650448,-0.10563619470297611,0.9744142482342765,-0.07382569212637305,0.7376730896711641,0.13930272158342,-0.5017459684760607,1.013602064933621,-1.0305788797082467,0.920486912772741,0.03763852898226455,-0.4571859752867861,0.20108204987761102,-0.9716318402531995,-0.2989966364787896,0.572534506015406,-1.3379056443487172,0.2746331496546697,-0.4777980523567741,0.834073822189367,0.8302575067724749,0.1208561775117777,-0.0493969423016074,0.8444462629703353,-1.5683538961634267,-0.09211336828368479,-0.8036739337886446,0.3951546267731691,0.5372201456435759,-0.7680420617767522,-2.4918899370047423,1.1328370705879136,-1.7610479315256793,-0.34757419229521247,-0.7871536772367708,0.6808310575440268,-1.5400229014312814,-0.19713739568231495],[0.8507130359830334,-0.19631847292764754,-0.2992749064906736,0.6694560893175648,-0.626129885418258,0.11921186958724736,-0.3965619529469607,0.2916178616234747,-0.5617735108213806,0.10703164054398794,0.8380777870773854,0.36777485583612946,0.4942676583822378,0.9156114429577786,-0.6627363576106086,0.08521367819671946,0.19811425939520394,1.0465550483150554,-0.7081242696329472,-0.7512787065491994,-0.03248553697235146,-1.2249923330535488,0.8958449791554159,-0.6515131492246253,0.7612452004339487,0.9473968825213203,0.5106243894880281,-0.5891326051794079,0.8254853245371941,-0.5416079782961113,-0.6168985101478524,-0.05922110906180249,0.22916106102194944,0.37939860180671947,-0.6479958106650451,-0.7095452283469531,-0.4085666582665095,-0.29646645800373944,0.661328287990168,0.7882159131386213,-1.020788877014531,-0.6011823910452418,-0.36108828737092813,0.28236351060526155,0.4238098185959195,-0.7725640520683729,-0.9604797324066953,-0.01290690652834636,-0.33509531133442305,-0.6662676992255907],[-0.3868410143792838,-0.5712488912237936,-1.4824008439106056,-0.6861636744282584,-0.6442389637261953,-0.6524247118916469,-1.2760329846819736,0.13134047086728257,0.36644491809578966,-0.17052149581944817,0.28310770251768214,-0.5859753985418611,-0.49815537273200594,-0.414406092564991,-0.39200268641382396,0.18132909113811135,0.5653050411244255,-0.7480151247876266,0.48896337937609197,-0.6871644697817334,0.36702403101670905,-1.0077706169581107,0.9655335652522231,-0.7021843472348995,0.9022305556328513,-0.3248863658396491,-0.11613666547154479,-0.949856065294285,-0.5337785727645883,0.21227577875878595,0.938617688488457,-0.5599088395594157,-1.4795979188846056,0.7661789129937882,-0.3945838565273855,0.5210376116050364,-0.8044147532090534,0.4797657329179868,-0.422921448731276,-1.7553990718697459,1.1471645846910952,0.2294336056635738,-1.0460309411630935,0.07740014728065063,0.4208658897945223,-0.37430360240962196,-0.03846915700526011,-1.761490416306436,0.43964541113128497,-0.15128102552113712],[0.12064405675911037,0.994022207881289,-0.3964979613553545,-0.9743105525110095,-0.5129906616315234,-0.49642278734445816,-0.34986262765130643,0.6457871011304844,-0.7837884546573044,0.27358161355572425,-1.1375470729938433,-0.23793693764974128,-1.09846856709804,-0.15949513719182312,-0.7202973450933284,-0.22254319072629453,0.43300548001207084,0.6888330243714433,0.6062454218136392,-1.3525585445572483,-0.7796649652145394,0.892954330132457,-0.1826586283825138,-0.8948650307171615,0.2112112404513505,0.31511933049003166,0.44812844043238825,0.7235821427778969,-0.7031929450499136,0.22582797412496988,-0.8939283866079584,0.5605201192092704,0.6721972863478825,-0.9166564091927005,-0.38180548255411123,-0.5063401893440194,-0.9205586049469288,-0.028234883815848644,-0.4487849686461305,-0.5900388801503061,0.5327210442938393,0.4528101519786062,0.45690007508461983,-0.4701183492816976,0.922831917202837,-0.14905264933327866,0.43101805686576583,-0.29561831545900624,-0.20307651593771606,-1.392847128701448],[0.6535055224577359,-0.6291022796349236,-0.13360876191869014,0.20840465939394678,-0.8615606337155651,-0.4661522146132193,0.10676078538610295,0.15102453255189321,-0.010839202644257502,0.2802920325314629,-1.1638513833415673,-0.9397729766328644,-1.2333793978795242,1.0292391888534984,1.0005170944737103,0.07103147339602889,-0.8805724173926605,0.33204035631218276,0.8773047844506824,-0.5759363087386739,0.5821880917457304,0.2844904868351224,0.9152965090767318,0.7117874512422737,0.15566983609344937,0.7874185529908398,0.8523884511765246,-0.7634457687165002,-0.07120494871704577,-1.7057118845950665,-1.2632288904483453,0.6413803869754793,-1.8881757148522447,0.29466636807739915,-0.060574051710993525,-0.33005612492096426,0.9049659574688816,0.3521422987722331,-0.8774942975311247,0.1554886184225545,-0.2771827525578672,-0.4990478689932454,0.01664614730567623,0.6303124372077691,-0.6233226932574509,-0.09158026429050953,-2.084361013462966,-0.9630541684767469,0.7278828780099957,0.44483825139445343],[-1.997262525055737,-2.723716589373115,-2.3884821379027326,-0.3720562644780911,0.49368213066133404,1.2903870412048892,-1.9634129786997627,0.34813960371111696,0.9994015147110302,-0.6437102096378916,0.9171675077022009,-0.23251652468864661,-1.1139729416692072,-0.3471616700337801,-0.7115495158078327,-1.8721373993835189,-0.9546505507370435,-0.626826139979031,0.8412198667397991,0.26256560462885,-0.30041123017325033,-0.6957555807795267,-0.5584257968847206,-0.9254584832083457,-1.2155675539076607,0.22798102217092453,-2.879961059388603,0.2836179133528541,0.1547563077736325,0.24933694646651208,-2.8235067286403384,0.22208448967381886,0.5223939013950895,-0.6297303331734699,-1.4956421041340449,-0.19827057109060914,0.31054874358247947,-0.1959439861922171,0.6133664941479545,0.9015507346472651,0.044223381305079836,-0.5202110645938649,-0.16190066230441788,-2.8193015719021823,0.9083247853750355,0.29354730294552017,0.22037167593549573,0.28975716485591124,0.5593526445174932,-0.59601803147256],[0.5526283343193251,-0.30006140520363106,-1.3320574887763132,-0.2687365064453447,-0.35033189331046244,0.4896719733486739,-2.391570939919431,-0.6035015697254748,0.1534382689495089,-0.09491959252325217,0.0421288457943572,-0.1971260352704208,-0.2776804497666864,-1.4627199161973412,0.15409285850153406,0.6493325337421627,0.7275231052487419,1.0483858987194197,0.5141842646120307,-0.781067127740723,-0.23964163025538918,-0.6023737092482578,0.7224835189428985,-0.8943570919595456,-0.6549365586433994,-0.8094634122789311,-0.9507615742685693,0.9939123098797165,0.5647831201538364,1.209690408222247,-0.29748158364198485,-0.8946285844889452,1.1298631957050047,-0.38575996237035465,0.026600663631197476,0.5005632858146212,-0.0028549665652576432,-0.02311571122423456,-0.8971178907324243,0.35528037857999173,1.3534416200232993,-0.48747600834003607,0.5765689189278386,-0.23619754662470382,-0.663618646663826,0.1969843055816304,0.011728214214915628,-0.6795053957342622,-0.5252041522849542,-0.14970379125467992],[0.9871135204973573,0.273059548305662,-0.441754074638218,-1.6008961475521541,0.4667149364852137,-0.27105572551109663,0.36892335455076997,0.4656816748558763,0.9758137375874867,0.9088966434929693,0.9434389002985822,-1.047971704044858,0.07115985385329807,0.2664438448997665,-0.9489130147407455,0.5144817910845749,0.3976294812218409,0.9639778269777963,-0.21686860560316273,-0.24896181020002456,0.875576729154205,0.6203037667899587,0.7787216074643926,0.1253258187247378,-0.23305768609587924,0.46575693315270544,-0.5367696102491234,-0.20720776656943574,0.5158578047357998,-0.5371414083933904,-0.5014326617133337,0.45915411269759077,0.862923805206343,-1.5916566293501107,-0.13514187387231827,-0.08191778371884698,-0.5877922320299209,-0.7646508463873795,0.5248795615158055,-0.38907463264551034,-1.0034337491765528,-0.21472531950470958,0.8531658631909865,-0.10611204389961443,-0.36565197118842985,-0.18906539336500497,0.5433017697078484,-0.9381914796216871,-0.04357103965349568,0.16678491534359804],[0.6420379710656235,-2.4966590854830195,-1.4744256765074917,0.6474049505306712,0.1759702001813754,-1.0082505917377045,-0.03106309671694656,0.6441896596583362,0.2966638281350252,-0.7134049326371631,0.3102407036878778,-0.18283265419614536,0.41418788746502805,-1.0621392873282758,-0.3123815824594437,-0.17540569256325853,0.4255910788818728,0.1349446963940889,0.06720640780091418,-0.05932006074145707,-0.6601417497703815,-0.2774042208994479,-1.8481404854670034,0.9149860827558794,-0.5995134197989364,-0.6927817858268625,-0.7167360296882724,0.179699330046022,0.2085268349877697,-1.5365642416867564,-0.5757901117129204,0.47635667391857056,0.12338139476219359,0.6358917327799654,0.09332278199699874,0.11844948491377073,-0.680234342870236,-0.47731534117805857,0.32721502888919346,0.04977164575897637,-1.494185837512585,-0.34938667087500735,0.9295062728610883,0.019001532781002257,-0.13907128303467334,0.2715120224959762,-2.0308274524652576,-2.937844753870594,-0.15274478410818995,-0.8632314194503411],[0.24247682289112035,-0.5992909244111381,0.49095621242621157,0.6865906311116567,0.42944483171648207,0.6670293043844436,0.1820213378273605,0.7239604414615509,-0.591751692406008,-1.4760050145897867,0.08017008326575466,0.01716878573045414,-0.5727383197422806,-0.05304577556087032,0.9227251498170559,0.12455625531592962,0.6989932330879576,0.7315066838906598,-0.2393385773238563,0.7625038519638313,0.5979005720188153,0.38817483670376374,0.6701655902677466,-0.7419325703243221,-1.1793054826284697,0.3824813225792764,0.5269231781581595,0.44965625143891363,-0.018112244494788824,-1.3659200729200802,0.7235674313239341,-0.029433474904897665,0.34631210226219544,-1.3376039170623788,-1.9992035294454369,0.021226464826362968,-0.6379685369807073,0.9382800111765812,0.8088140641054574,-0.08522172026925465,0.1974699794507825,0.6060545917482301,0.7563967823134066,0.4866994355696721,-0.35164942741479466,-0.34082723393545344,-0.571559012070219,-0.9730131801434382,-1.0202102823799337,-0.6459548126102698],[0.3077892854462155,0.048631874233841,-0.8951618504462523,0.20088915798079238,0.1771899227304442,0.6245753664559993,-0.42181368741244124,-0.11125429190515551,-0.2874642976313392,-0.5165286155734308,0.6108392531064406,-0.1286056009623846,-0.15369962294916809,0.7192893819951359,0.8582466599883024,0.3655570321110819,0.9702987791013558,-0.019722152708360325,-1.4064205834089227,0.5361612934623116,-1.3288862758419024,0.4332837947318049,0.05899953129926614,-1.9803220881859969,-0.9037184963756744,-1.2993068499260012,-0.5600516544351919,-1.968604471172218,0.6651474191170578,-0.2198015680113104,0.980534287800606,-0.21783960008083933,-0.3094132321957863,0.526698082119312,-0.3310582845026681,-1.7456887344815966,-0.14410099839832963,-0.106414421441761,-1.690403792092723,-0.15031372120999162,-0.04372030861071626,-1.1108207327227715,-0.24134410886867685,-0.10934658032387158,-1.6492033679399967,-0.5141902837122562,-0.32412422074748887,0.6154084611455123,0.38393284215499124,0.6214581568206906],[0.8944865064666236,-0.09971963213056972,0.1395130202544428,1.0019344348646346,0.6171024372126745,-1.0149385814062895,0.7790729007145881,-0.6472741095088453,0.8900398206293308,0.788345570291172,-2.082643817220337,-0.26904287390795584,0.3315109480309618,-1.3802071644466125,-2.072906947932429,-0.7341278728263474,0.37503373463399775,0.06313833092484802,-0.528383070320542,0.16324530863888959,-0.07432483548437713,0.7815372836245952,0.3881973789293753,-0.08921072509419833,-2.5491872555688415,-0.8641437541017644,-1.1115753875524739,0.6557275959170816,0.5498582710466008,0.6993032803267346,0.30147041208916003,0.07254569974951197,-1.7560141717311204,-0.5366463010329421,0.45387193462233977,-1.2421854390464762,0.3146343215104829,0.9014618895864184,-0.9532492889951706,0.40854054609178414,-2.256969173183876,-0.4342327663050764,0.389877364921797,0.14699098610285868,0.8932973444281486,0.06916666903573171,-1.4187735204658467,-0.9714616496012162,0.3791784499428978,0.03203257167945583],[-0.36837483733031595,0.8936634858364945,-0.4008596365098272,0.3536144942298745,-0.3941987667047929,-0.40297302137170066,0.8372906248993087,0.5665564427940559,-0.8626761474967337,0.02745663018217847,0.933807983328282,0.39817746655860864,0.4164670341092767,1.217602759578896,-0.5560661374578744,0.4543815843523822,-1.0397312054220436,-0.45286432163436513,-0.3559264235154116,0.9751361388948635,-0.46065279832813866,1.2037742045936721,0.16332043582622735,0.6820947760287268,-0.3506571562728443,0.29484801509185193,0.8998453194875471,0.37812300610336413,-0.06316346998511992,-1.5218975739299345,-0.9395067187729987,0.16013742884379406,-1.4563648314030306,-0.28201762480219544,-0.6170915424764277,-0.3306184762902467,-0.7556490330079846,-0.2222642172610442,0.2301131426081042,0.4440762631321803,0.45325393311282103,0.5341906206148606,0.377077108808722,0.9251725542647372,-0.3032679457208461,-0.3289205838597881,-0.5275657661342128,0.8534829996564393,0.8681480075480645,-0.041691576241182526],[-0.18282176205340137,0.7891102854887828,-0.39424634524825797,-0.3938177607539548,-0.3510046281646083,-0.6793267062299461,-0.04018976363756264,-0.9030582137960829,-0.8650596297557493,0.9266986793356332,0.8487771388936018,0.8365743031271332,-0.8755039006208248,-0.3914314249536911,-0.8382615543485503,-0.49979150921724086,0.9213540946127181,-0.9077136320234561,-0.5234032925051484,-0.06071599663346747,-0.7844673825462515,0.3116607131060292,0.4670367694484962,-0.11268866274985408,0.9658777907304533,-0.5685910775145948,0.4692886172522966,-0.978416803413605,0.27953669592168456,-0.596474438177207,0.6371608623788331,0.7802843018481223,0.9342835961713549,-0.14998892217494128,0.910627103729237,-0.7941054855441939,-0.3927548300129465,0.04032035491058356,-0.5696255963466907,-0.18237039692304594,-0.9382090829206767,0.549507449673295,0.011013022329535825,0.583960724090621,0.36617167628606373,0.9569408047732046,0.7185292579377627,0.014332013546764364,-0.08889644417984789,-0.0879077740427564],[0.9638414076357382,0.07770112008772972,-0.5270946575364152,-1.216775798907885,-0.15539709980165003,0.17599042166995166,-1.4034114645754876,-0.18742955095150568,0.7864910297237443,-0.7966020288325115,-0.24720999625313236,0.5933516615331497,0.4672253156701595,-0.7122999887431988,0.9233245666755694,0.5075235118548657,-2.6053131033275703,-0.5994163558831698,-0.7757143266956992,-0.5284053093394355,-0.1647018309799576,0.9147042128199177,-1.0313483422703906,0.4406326228516185,-0.6229080842726985,-0.32147055843020017,0.7332150522224578,-0.22859280981593402,0.8778438159699963,0.04939611332545939,-1.2006625849710542,-0.78576653474679,0.5353170719719086,0.8313994200716066,-1.6225840164431433,0.19584512680151245,-0.6031808223364823,0.30363078505960395,0.3288448887701362,-2.0956429634698854,0.5562216320431628,-1.2960724959836238,0.3409640300580578,-0.928676643483653,0.42738021223571643,0.9603471519345709,-0.12322924751932472,-0.33936611319567933,-0.780292290734204,0.9358023352377112],[-0.4908422755681363,-0.7062536296935453,0.474800305547374,-0.41089888307511413,-0.6769044435152878,-0.3914183166920716,0.13961687398962103,0.10191661701403253,0.5493543446319875,-0.5803518496362158,0.9076941196775921,-0.8952311122745189,0.14243902564012137,0.6399912871600446,0.02588638155976265,1.0682926867327662,-0.2702490847116688,-0.9850448209954326,0.3727066878798373,0.20902284101182014,-0.25073833163845116,-0.8495092472523027,-1.1031966751473714,-1.6627060623963406,-0.2864743614021054,0.9039826631694481,0.5807975712632973,-0.16384817704924526,0.4880789306058254,0.4894240458651565,0.9384236088311974,0.5896371586922164,1.0899634327545498,-0.6015642437997745,-0.2298617432493174,-1.4405601274434336,0.12490063659809149,-1.0238885015265373,-0.5738220222715883,0.6428468294934484,0.9569486939181775,-0.7886208255962492,-0.46266296871138013,0.006378879879838457,-1.0315228032511397,0.930267127084562,0.029261706676627815,0.5638995504985092,0.5301526638265799,1.0931510951917238],[-0.8495757202376666,0.2138383914052243,-0.3310658849013298,0.43578143782087686,0.7210039917949405,-1.107781022926501,0.8222004029610738,0.7340997720697313,0.04922141624212087,-0.24581122890531995,-0.2649078806787055,-1.4210450992265053,-0.17051716004968048,0.7986078822650596,-0.4276655023744548,-2.7393033850555697,-0.5192156686156366,-1.6001890281972022,0.1642964617159118,-0.13103450369660766,0.5722547688411911,-0.41672105279627264,0.3986246597300174,-0.21649876244503508,0.8763316673229287,-1.1627728391755425,-0.27484151538808277,-0.19782424968320067,-1.5056220207572557,0.9819563175634117,-0.5542358612193841,-1.157278770478307,0.33921515185563544,-1.5577152595261452,-0.4042782370835027,-0.09768958300902085,-0.26275819086113494,-1.4136436020472458,-0.8040889924085605,1.1461490438709965,0.261939755533643,-2.1587841964760326,0.5553267632871265,0.022464519439664925,0.5398493498928059,0.9418970307177988,0.20749280406788304,0.6751583400671575,-1.5408699043145089,0.7544423435935326],[0.5736434793473779,0.44073883854779977,-0.32063958287792504,1.4853102797181907,-1.4239141609569543,-0.3700518190718627,-1.408609762269276,-3.9508241953052337,0.4694775583615813,-0.6136775243714959,-0.2797575429149918,-0.639206229086224,0.8227048240846324,-2.0613593569049264,0.09308684138294022,0.5142993445096078,-0.3227413306145951,1.0151082601720314,-3.0303006637310514,-2.784444126124402,-0.05419258429514605,0.5809548442870152,0.49320840540626243,-0.4326099506708754,0.13325683061587948,-0.1731399750896765,0.11947370802563359,0.8525150853011133,1.0261862751016888,-0.36296240937904584,-2.2740331961171965,0.6382506984148381,-0.543579715649547,1.2951461030098246,0.44869552725871276,1.1046938387394525,-2.3977205068688527,-1.019413354912506,0.332875006649164,-2.03172703393996,-2.101133706455505,0.579770532842744,0.9122135850135076,-0.6157256592685967,0.7942546271645503,-0.6065097052196714,0.5074377764450663,0.42733620007712153,0.4638094134517209,-2.518591456151981],[0.9366674525155381,-0.4618796740701324,-0.004799140790885817,0.4298673445607496,-0.18902350452240024,0.7570981359815191,0.8323713492971401,0.9614426565906447,0.0789636600792203,-0.2762162677573634,0.5457287185104884,-1.7198674465069788,0.022253004894897184,0.3743317197368405,0.8840391914786595,0.3792871990060085,1.136486720115907,-0.2892303410296841,0.06848947995346832,0.607915771321819,-1.3678846049508526,-0.7938278848631533,0.051862018076036735,-0.7130402390388884,0.6515261498208113,0.9952280622310933,0.08119386069808117,-0.34283132642595665,-0.18213722390701548,-0.31462175712991897,-0.043891105998714805,-0.2557402358643483,-1.7447975159099505,0.8938653112980389,0.1837351303894465,0.2829430368163682,-0.5349228418442319,-0.08489548972476414,-0.01847061113200131,-0.34416752103783543,0.25506237460426195,0.46833354651614223,-1.1629264052842874,0.5121097587191052,0.33832938769251975,-0.8238355174819626,0.6217548251017634,-0.8392538638287173,-0.1799939615247441,0.14085649992014046],[-1.2669871549009102,0.5154450638691126,0.12890214245120923,-2.3062855305985166,0.6931498967084918,-0.7818837274657966,-0.22636318896224764,0.9202802950360914,0.7921912224657175,-0.05359721922310176,0.3672258098010183,-0.8277551002584247,0.9320779600141722,-0.7182180721446136,0.4917712382139621,0.06745310370736374,0.22732223033526866,0.28016509562888237,-0.24272208340177423,0.3704050446252559,-1.9091933833050843,-0.04881923909825295,-0.560079432156078,0.6225730687967855,-1.457929908384285,0.21936632598272385,0.8667500256375094,-0.20316837124496986,-0.8462623330676209,0.5819539438658606,-0.29029684917243803,-0.7280374739976947,-0.20270380845998823,0.42405091762619457,-1.5772872545916996,-0.2610087599292056,-0.5331209033854637,-0.3496860789766159,-0.11739247766517823,0.9438785351182611,-0.7477862999705284,-0.1295759755260215,-1.0137727783302108,0.6009242863428995,-1.4014319998675084,-0.5252744696936534,-1.0275718729092849,-1.19930015936501,-1.3673882064065883,0.3902088803778658],[-1.4291015060331669,-0.1279038678891852,-0.5277205344761069,0.8177689517463368,-0.3655157518116641,-1.5500078381195261,-1.0012719647691992,-0.012326950015866422,0.18541889856384716,0.034862105759242076,0.04989531908029634,-0.3319902094114342,-0.15622131444841006,-0.4771718742825439,0.7317000607975835,0.2092049526597025,-0.6278974038794274,-0.20017986945006314,0.22996688370495283,-0.7280249946281122,-1.016893269912544,0.16753961739957599,-0.7184490790753022,-1.1146181496143268,-0.16740578539298076,-0.982189615148941,0.398243138449271,0.4041811605370324,0.4158341401781637,0.7907170763550933,0.1213015497399615,0.7832847064319852,-0.3724874590723496,-0.8415114608632318,0.1411870211510208,-0.6832130560493052,0.8617882333108368,0.530241924870497,0.8868489666057616,0.20223318897751183,-0.591405945403779,0.018293463189587286,-0.496929897075863,0.2825415072474698,-0.1816626234974773,-0.8642997220631243,0.4071419317854035,0.021345347089630498,-0.13157012481053487,0.4562048508901225],[0.1498137911760186,-1.0549974643489965,-0.7879079386067344,-0.3617635564178905,0.5889966711529476,-0.3263147659041811,-0.1743153277635325,-0.010742033515947035,-1.359914832167709,-0.08463028020819194,0.626137044583493,-1.549572815007818,0.29961697188291364,0.21519232425107643,-0.9593905141928708,0.2319574825136981,0.6024960805426706,0.8267844844536388,-0.11168595215304011,0.4894960929266485,0.3349549947151293,0.19720976063381754,-1.4621896961882745,-1.9189203075061967,0.4909197044151078,-0.9785113241236261,0.4993795158983458,0.3901932499940033,-0.030063724105787365,0.25346016371324653,0.9179569186726798,0.629186136941862,-0.02010060235635759,0.6134032969992761,0.8216439466424594,-0.882602232712382,-0.008176043522769358,0.08830898145869928,0.0247886647907535,-0.21170266536240614,-0.32636328009312593,-0.593314733867339,-0.394215708024546,0.866043037817062,-0.5972371279568545,-0.3508739197858209,0.4991549837727962,-0.924463218762265,-1.2628659029178693,-0.6421032652956326],[-0.06702536301888842,-0.00865396062911209,-0.9343418298228839,-0.11284613248946491,-0.16824312997896432,-1.0913406758855306,-0.6660553550834193,-2.197890946446647,0.5780591557157319,0.4923927344902648,-0.376081237670407,-0.25025349047278006,0.6632052008267278,-0.5685210225122952,0.7530835043539377,0.7685933830866876,0.7367385156604511,-0.14488128835809236,-0.1859487765096014,-1.7175629888345347,0.1711298594290349,-0.588657525403616,0.0796670322918449,0.4273033697700102,0.39961127137229185,0.4172371867420205,0.3083080088123715,0.9077299987570933,0.7395496479927562,-0.6010085736016432,-1.0344256365833904,0.9514844504186241,0.811233812547618,-0.16822055776992006,0.7414989641632488,0.17354943084460378,-1.5342624296273,-0.07254785295769214,-0.6866780616448983,0.6593266478415771,0.5381401332368182,-0.4723593257346287,0.7798161816498965,-0.8177552813949208,-0.5327059300025856,0.3374025748344454,-0.07361533606846006,0.9915835366724451,-0.5937273836049314,-0.5705491382838641],[-0.7316810416510082,0.3910739468294465,-0.03610981469987844,-0.6563773665762406,-0.1442535640835605,-0.1999375493559843,0.8630649985346699,0.6912159400273593,-0.7241408859221685,0.16741886741444723,-2.295552505207535,-0.2186984037787919,-0.47218724143045643,0.12273011373206846,0.4077032544433882,-0.09362658116409792,0.8005010118261344,0.31574448018296075,0.2907789619255221,0.5607456414593645,0.055482874405011276,0.8614011094576639,-0.7632827673856015,0.2298305394075971,0.9785515946869453,0.6037529506685859,-0.8532505251176019,0.9155644782088624,0.5090828905851548,0.16928225887477508,-1.0880558019738549,0.6337555399027529,-0.28036784716615504,-1.1284473456687043,0.4170571145361294,-2.352865253784628,-0.35865609156103856,-1.781209405082903,-0.1660619003641405,-2.597320567666766,1.0002924834810687,-0.2061803539938438,0.7158031936412802,0.3967733458233255,-1.5535891312213188,0.13004806344436148,0.6029196047515698,0.8711892435886853,-0.49543219088295326,0.07175151525970391],[0.6850161058930208,-0.31041342212027434,0.3671053119073072,-0.26753238439203747,-0.8760519148359722,0.7237810209562536,-0.40583118615942393,0.9351968965182714,0.3332211937167001,-0.2235883407425992,-0.617860923909785,0.34088164847225016,-0.7643535853008917,-1.0769582898245167,0.0863719342119578,-1.0205211517354946,-0.3516657805955177,0.39636074101563595,0.6203286937728502,-1.04583428544903,-0.02348831569790905,0.16134093389078916,-0.35489950046216984,-0.30451842898556963,0.7646124765228762,-0.4638073238184011,-2.5493858806813057,-1.299401854492989,-4.155739391413751,-0.3642361157293861,0.6248171980182291,-0.635157827201338,-0.3659799032306856,0.11557121407094677,0.7537985276351051,-0.6941233511611525,0.7676473613869882,0.09073058090925688,0.7159034425068493,0.4951125565811445,0.8480403518215408,-1.2238735764111641,1.0001142013484883,-1.945104221433176,0.7759908527507694,-0.07288994846503309,-0.6647787620096406,1.042645380386366,-0.7083426485814885,-0.004666576845291406],[-0.22230655554816176,-0.2856197863897056,-0.7767813837457314,0.08422801749223141,-1.0046037136030133,-0.7472272777208318,-0.15445393860428305,-0.9714642743729299,-0.1045616862078279,0.000620412412507579,0.09960633549982488,0.7387561430058076,-0.7978895333396789,0.5353718035798004,0.23895004160161665,-0.9279807397027865,0.38719254628404737,0.942565881667921,-0.4164229459266676,-1.2863096849500468,0.49929238983426333,-0.24840861580095738,-0.9299904042115594,-0.6477037881912185,0.01705751838834471,0.2766534543461805,-0.41765938357460086,-0.11426715675246976,0.46056951637347254,-0.40799254735647045,-0.5473061188960716,0.10199793207429941,0.4327098134231727,-0.3929498477796588,-0.12337413320966445,-0.6863387214120195,-0.7692829291673629,0.06481987293141153,-0.02209035977279563,-0.5706937059432504,0.6497130817254994,0.12305510990998095,-0.19745132008846683,-0.003660393850055725,-0.6956499334377491,-0.06470407039405826,-0.1484022011713937,0.44296738228268795,-0.7186891794012781,-1.100070072172546],[-0.09960820111734327,-1.1104531223958873,0.7800074547101421,-0.6957059404295066,-1.870463046970018,0.8575612239055149,0.036899565679533716,0.510786804139823,-0.5516112434250806,-0.42292417599351806,0.562444283398206,-0.08796097145711368,0.7884826755217408,-0.9138138059671589,-2.9263833967627604,-0.8233039437822322,-0.8063981479356582,0.478002299139202,0.28619880193450337,-0.3206969588021707,0.12350551196207402,-0.36814435082011954,-0.09106006411342421,-0.3435989026421163,0.07075062980743327,-0.11205424922587008,-0.25636224904399424,-0.08644232532379242,0.2381654292500125,0.9420648287462915,-0.7508756073777241,-0.05232807545525588,0.6751586509370788,0.5400570498800399,-0.5895577944133206,0.3006148401660402,-0.7811625714378873,-2.0363410257319043,0.13860749429568925,0.41902986683595456,0.6477066827752335,0.2601982518929781,-0.248603348656009,0.940488979673212,0.01439648305584957,-0.807919885640554,-0.46828951860249146,-0.11189181739310265,-0.9556782656199537,-0.09486467645458312]],[[-0.2650790698232825,-1.869017786661687,-1.9186322035737524,-0.0024736838308161845,0.4645897835568765,-0.0952803493506813,0.6863194217473512,-0.7664344654790937,-0.12619685466183628,-1.2023802171155205,-0.24557513959662225,0.7691866787593107,-1.3914679446529052,-0.7304463067685654,0.4197921651276799,0.8560748006574429,-1.4552054850544167,-1.721692320850421,0.33714204855103636,-1.7052648462972482,-0.2993412137843646,-0.4858092901639331,-0.27305774677537625,-0.34603393130492577,0.6092278798033577,-0.3626952632955541,-1.7637677934054328,-0.23751429358420295,-0.07581348072678147,-0.22697329289998053,-0.8708859447688846],[-1.0195731127241965,-0.9665239504407258,0.2502618630162736,-0.7689856771972656,-1.7420687626844815,0.9644628462782061,0.6026636922539924,0.5500503305779348,-1.3736814884634634,-1.4969535139032133,0.21382912903310816,-1.6470427297706616,-0.6791465897906052,-1.0851629073864748,0.4772456358623336,-1.278873550226576,0.48610192296100607,-0.2077946478195124,-1.376520805591171,-0.6655371097236725,0.21923378985618835,0.8904649154590499,-1.9260593106101707,-0.9640496582538058,0.16220641734831825,-1.6923005032119347,-1.9794934157145607,1.2030029030241363,-1.6309800740667508,-0.46293532043565283,0.8602775000055987],[-0.18695849877113072,-0.8731887437558141,0.45423352895874597,-0.09331696728397189,-0.45994045942721073,0.7114389486656799,-1.8601912898155613,0.415598912263211,-1.6931161199125508,0.39378911460465593,-0.48847590902274507,-1.1581972440604529,0.6061749553418573,-1.6378953558231202,0.006772210501697554,-0.46816079703930724,0.6523658627502942,-0.5827584437253155,-0.813933207585465,-0.9165509567567183,0.40621324469477244,0.49372774053073754,-1.6602328996514122,-0.9596933023833788,0.2532879126634562,-1.4570681617813135,-0.055057512892148566,0.16689881752513372,1.1387054892177566,0.18457732256781845,-0.649035095719815],[-0.7318485913589162,-0.22818690195802258,-1.9670505051824674,-1.2482124925517157,-1.3897831082127994,-0.26009207982233834,-0.22112158686384684,-0.24887120773809915,-0.38002798496832085,0.21045178890223729,-1.9248532052159997,0.45442749247801945,-2.530434200730732,0.4841508401435898,0.916463217258871,-1.00916448212247,0.8491400612206814,0.27597975068581104,0.5113778240315169,-0.250919469971118,-0.5610652214253666,-0.9366952368473704,-0.7734795628581128,-1.6935288315426433,-1.0310395557993524,-0.6855492622773328,-0.3155993725389226,-0.49432895381678593,0.26721770116264887,-0.5174388267142751,0.0781653492335171],[0.7968420373945152,0.5632256005160059,-0.06998439654084807,-0.33297939241191504,-1.6319671770424111,-0.021038189469782063,0.2957133815690446,-1.188721890158899,-0.4462448914590013,-1.5475509956659168,0.03379586073528924,-0.30998500131672047,0.19164675711108092,0.9848221069485603,0.2405691329288273,-0.8561859952921131,0.017847426422359494,0.5448250862935669,-1.5234483424184724,-1.4611654369839602,-1.319330443586324,0.379490782664642,0.6648361046987147,-0.9737309839490332,-1.6042040332416445,-0.8286751337879719,0.4467606535614672,-1.6796699853086234,1.1705868373304547,0.05113904739431802,-1.705252635225837],[0.5185724763064277,0.6690882385227503,-0.15936858485624447,-0.9560202039243224,0.021545361284799013,-0.42762463611735146,-0.05409462739085479,0.3833317693257296,0.21364101309555622,0.20657636942608937,-0.9771638410917582,-1.2592965259891997,-0.8250209596668757,-1.8389732008463489,-1.525938220367899,-1.850821065164603,-0.9082799548582048,-1.6200477226619245,-1.319389258139194,0.3313704668322567,0.007704845842381077,0.689179886003772,-0.9245336622444034,1.2333355901912038,0.2744986943072759,-0.11881264639389709,0.5465887851447198,-0.07532144026189794,-0.9516037890542396,0.11144553937781956,-1.6376114026196065],[-0.15049367807993522,-1.776471819953386,-0.4043830458692263,0.8208446198239271,0.46479183526505885,-0.033183119563753215,0.4961966511775843,-0.08961769758807948,-0.7035232096213929,0.8224365948859234,0.006127282303203471,1.464385222376741,1.3127608938999173,-0.02184686817152967,0.6850672656483571,-1.0959025713621335,-0.3680907196277976,-1.8785201637992959,-1.411160585876364,-2.110940246418437,-1.0567612643741526,-0.983457248734475,0.37815480871809665,-0.21665324133935712,-1.0115302813930742,-1.5569779130412937,-0.07371887019936625,0.5428314356462217,-0.4345146003764393,0.11867868779193215,-0.013243450221110722],[-0.8510406625052067,-0.5741389685444807,0.1651078285697792,-0.9687936889552878,-0.4610362463576055,0.048896928360719134,-0.17723895530624112,0.36486961726842704,0.022232167638623727,-1.0505026413968146,-1.66821570701444,0.47504303417151345,0.5202303623481973,-0.27146033017508114,-0.7012916006343889,-1.3319255921446496,-0.28550773489682585,-1.2203132405469286,-2.736433977216379,0.16461723712902823,0.1996696144038868,-1.852453012202807,-0.032912511771139435,-0.4876702688999078,-1.2751939631055587,0.31846449619092926,-0.2591102300229484,-1.0137697998222621,-0.1475760659953828,1.027587577147408,0.08144885505030629],[0.6576577032219724,-0.0002752214551415791,-0.4194626331491071,-0.9023471764494828,-1.578601462052701,-1.5874581002502288,-1.2604030066256489,-0.3070766253510729,-1.139060017202367,-0.9253918533139185,0.9603078854140477,-1.5204224197160463,0.5359842041597433,-1.141037131583531,-0.2990337421764221,0.9237448781551976,0.6691651432116866,0.46668702735637213,-0.9246447624287064,-2.07188766396782,-1.053560722460459,1.3799767676419454,-2.0057897354745235,-1.5329680436444424,-0.3186508855830911,-0.05673564355297174,0.31646366118707625,-1.827828651361377,-0.844768882527072,-0.01078642939155057,-0.6468867221168709],[0.1776254264322457,-1.0501126384357269,-1.7488030657075189,-1.154705735504681,0.1520045580464289,-1.3976622539686163,-0.04719274158603368,-0.2893319498009079,0.2696559589667974,1.0776617810993954,-0.16892608736103024,0.8988483016838352,0.6929120136635847,-0.43295401459361244,0.606698300361039,1.0144306223941595,-1.242199365935454,1.1479441937688553,-0.8240268237280227,-0.2612522521177312,-1.3198010695327576,-1.5952939870590774,-0.8995173862944112,0.31412920704607,-0.6627965329700715,0.7077987930696173,-0.652970743023441,-0.5439916972917602,-1.955447788242014,0.7079026016658484,-1.2333176847887097],[-1.4271766679871234,-1.334300077282901,0.04761845713256787,-1.8395671998673786,-0.9205769344612323,-0.6172695744969489,-0.03258424484575118,0.26567320924724713,0.7411392420826227,-1.7941859283698292,0.2517424155071364,-0.3464714833733737,0.9320520462036471,-0.9286449488681354,-1.741103064226354,0.3117171468712099,-0.32062884670644937,-0.6415137979366466,0.49491606099732094,0.05190049448448112,-1.4379157572132706,0.6457985572573811,0.913705912896381,-0.6283009657697584,0.2123832168240677,-0.2872640574365666,0.032051899827260526,-1.3459776181865764,0.14566844457799868,-0.9280516877661606,-1.1202069743039875],[-1.863024058382913,0.5668430518241795,-0.35094443161080463,-0.07170322151016925,-0.46778905033371265,0.14041706727691694,-0.9000700806365752,0.7713662493109591,-1.6062126243131767,0.47452431474126866,-2.1691494641079196,-1.112816226439391,0.9281535855084347,-0.48466329244135287,0.5240957666026851,-0.23535823445644666,-0.9535285097871207,1.1198170181761262,-1.269781027984458,1.0540380383617347,0.6382640923001094,-0.6534825980470041,0.5787473814713371,-1.2048539691880011,-0.44701981005659636,-0.941816951696486,0.8111587333685063,0.21815323696489847,0.12281311991199391,-1.2266488292899704,-0.697850190045941],[-0.025804163064555203,-0.8799049225477138,1.0706265802535413,-1.2349255945721798,-0.30650629992434214,-1.5218968645814306,0.38788610521156874,-0.3891590216195581,0.7240864879313695,-0.41781990008687564,-1.8652719528526278,0.08692327298114347,-0.1680995055340589,0.7767459820392036,-0.8467213624608263,0.09312487610266948,-0.4252409061207088,-0.8832092356452076,0.7682592720143072,-1.218680447900309,-1.770228720416211,-1.176666663630312,-1.6437460114487596,-0.34742744236553075,-1.1225501866657552,-0.46930106638902086,-1.4643641781377508,-1.0388934958975606,0.46820722446443086,-2.1699072430613517,-0.9622507325953488],[-0.047791151632712005,-0.6664518228715861,-1.9039071763047457,0.019340447020819506,-1.098188397298876,0.4518500951646744,0.184354242353265,-0.9796139711518607,-1.1204204509550408,0.6357324611695009,0.07478257096816007,-0.648521277718258,-0.802785218883423,1.2086289826422365,-1.687300815061204,0.9506348858458215,-0.30995767232974425,-0.17009411069483135,-1.3546724995726271,-1.6598601348349737,-0.913398496720665,0.2132149373387227,-0.21492923803036953,0.34986720830466966,-0.39957742705620275,-0.038629688372363136,0.30903543773806647,-0.9165393499569384,-0.9591999265168615,-0.39781625244830393,-0.2955755224381442],[0.3950347288319058,0.14300135089567073,0.8558919845228984,-0.6765331032762396,-1.590065643218885,0.7304771823228458,-2.0782446892544364,0.3734415894421814,0.16515860169724794,-0.8083427692707801,-0.9402006121527716,0.5118579377739256,-0.4146506423157129,-1.117338024195575,-1.49303981367649,0.5851452983826595,-0.2424730503366486,0.8415548132742161,0.08465157858944192,0.9125262444454867,-1.3003575499933324,-0.4657784329391971,0.41860857214215264,-0.18935613673681204,-0.495986212110833,0.6514631684285962,-1.3918616483190147,-0.3991919033746843,0.7135327018083905,0.4653984097877497,-0.8578418066749385],[0.13526562594115285,-0.3068281707768341,0.5171076327118237,-0.38179899665069944,-0.6124461632002152,0.408350436253849,-0.9597263869557806,-0.9890770297627125,0.6744862866225427,0.7342562242194416,0.1776201621102872,0.6916923697051024,0.725776258611444,-0.6761364979141783,0.0018560753349148606,-0.003602753593331385,-1.6459576513545078,-0.6807345407658693,-1.1103100832634818,0.09785852693351488,-0.2696935078933836,0.7475263011255022,-0.8698844942933782,-2.4967738074253893,0.42615976175503073,-1.5114111167754745,-0.8082028128681382,-1.721393210140605,-1.530354587004752,-1.741908860260962,0.25499171125330783],[-0.06042298309580748,0.10610530402586768,-0.07346001291187436,0.6368456353930546,-0.2725214468127705,-1.5730465162048675,-1.5895648934748106,-0.21168022468326866,0.686043170629525,-0.6705081696104981,-1.306946065429485,-0.7220245259017175,-0.5099749074478159,-0.8617548415072275,0.019121506279636963,-0.12933080078934908,-0.03023301442370245,-0.022903076679664274,-0.17419006672162765,-0.43625908834531185,-0.23437143540980704,-2.4139495256459647,-0.625659446758537,0.2197579656067219,1.0600175385122015,-1.3712871077645399,-0.08837238149858982,-0.43845590638666676,0.8603585409653051,0.3335981371751297,-1.187455844395606],[0.05746369507035494,-0.5466055413639505,-0.9962889722909659,-0.6878462726719645,0.7346690298854884,0.6935250743109832,0.23541961196498942,0.08177162351155264,-0.926261463084551,-0.24003704328450462,1.092801109679435,-0.1109232478394995,-2.226732641708409,0.18153463438778306,-0.5879926982770246,-0.3530028049107084,-1.4758162706082805,-0.9622085620892871,-0.2406581603125859,0.4146044373886769,-0.29770432117076745,-0.3470838081011945,-1.2880234819800405,0.04306611519314386,-2.1983081558593374,-1.4014570547388283,-0.1345379174478522,0.035971324969078025,0.4714724042936831,-1.5227725819948703,-0.31549994263589204],[0.47714672615124865,0.5700025776689243,-0.3237982689800637,-0.5926295843267897,0.6935693189901433,1.3899648075933977,-0.7148838755070043,-0.748347456046022,-0.9763645487003396,-0.30842829294244295,0.5827745855148818,-0.2854320233544556,-0.2366910659888413,0.3756019176620245,-0.2997595678232583,-1.459413290281378,-0.015050039952482202,-0.35870226139209965,-1.2693069069542446,0.7576148152135999,-1.0052193155710676,0.6739558124803966,-0.6136405921142412,-1.5310124102173426,-1.2999465051856345,0.03404819679735403,-0.10996974686308544,-0.45437969812362544,-1.0387227073117895,-0.6373752759883676,-2.016276516261218],[-0.14101610400488448,0.41881637411923,0.2240588735357233,0.12296138322864385,-1.1715221074728985,-0.9879834425811418,-1.2946427853578617,-1.3805781236320998,0.8360606177244064,-0.9504852631295794,-1.9426041115136559,-0.13101835872731477,0.4808919591032345,0.8226535873280919,0.044095787274999805,0.8018259563603564,0.8771937348182476,0.6376612853243917,-2.0666546358866746,-1.0168595118776793,0.24330843651783,-0.9782950595089912,-1.2067895526161185,-0.7318400253287481,-0.4828094745729967,-0.5477884017209156,-0.8681169571939856,-1.5276572274105058,-1.140804168917391,-1.627135919813953,0.2029128164302124],[-0.9485645851604775,-1.4008242470047285,-1.3115705819336672,0.3732440164397366,-0.3260821621545983,-0.775972371177414,0.49861716674138945,0.44402941502853316,-1.334089398940295,-1.5081597775639473,-0.8350387557510232,0.7906598101013708,0.7467828496321973,0.9995359167623407,-0.6392417479722964,-0.592075451329132,-0.49959844070185305,-1.2837675082645341,0.53633149209356,-0.26628663443527006,-0.3903876309833067,-0.7905413753003887,0.7972255599404646,-1.4543252432661156,-0.9943852557959778,-0.7170625123776143,-0.31121472941444694,-0.8828591950797784,1.170413259636494,-0.970332183992933,-0.20138363693022684],[-1.7707884545930594,-0.6550343602904363,-1.378136067310085,-0.539165578095095,-0.913600809213223,-0.9764408609776261,-0.2289401573108828,-0.49640439407302406,-1.6212343216120775,-0.8469324136586995,-0.2132626567678061,-0.935791207729383,-1.8352576793936082,-1.6836997777569553,-0.28674714803399604,-0.6120467603545956,1.033408910811758,0.1484606415025044,0.9565655430801563,-1.8450308838860705,0.12907259443526276,0.0985423513946124,0.5685855660762145,0.5782826218862811,-1.3291081459382472,-0.22619969200644302,-0.629034214876945,-0.01507005991968099,-0.3210783120043951,0.5726369868140492,0.5491949033015602],[-0.23588475482749718,-2.294521136419967,0.29863529571483327,-0.7677612622884178,0.8981718499541532,-0.6724221407012443,0.16992212330014678,0.3697628853067949,0.0033883183495322295,-1.218705152553913,0.2185052275576454,-2.1851545232306986,0.2529186331454955,-0.12404046876050355,0.10800286851779156,0.0707474338241505,-0.9087287774019661,-0.6341326014542394,0.9702953771009566,-1.4565948014264702,-0.17537388650393973,-1.8665657892308065,0.5961217201857454,-0.7976359630986777,-0.8465375241777163,-0.3007417243205682,-1.3582004628758946,0.19940570159172644,-0.8491184654582208,0.8439277976177244,-0.06426400430975858],[0.09170436018084237,0.3281616931078409,-0.448145383690649,0.4030469688073292,-0.8157968862985979,0.8835406938705367,-0.7234050634410608,-1.1764015077338101,-0.7414270910691132,-0.1341205834147864,1.3722356319248836,-1.4791878601315078,-0.6839524436382374,-0.9782755973282427,-0.04845549597792996,-0.05054659956862276,-1.1140453015490266,-1.0905429349064404,-0.5362500183518372,-0.6293769203788533,0.5836126595482558,-0.2647055147485828,0.9690824283749294,0.5678570556648007,-1.8439286306888283,-1.5016556555787974,-0.7869449454838497,-1.3876000378209417,0.8714345622858108,-2.3202530538426056,-0.9655098320720052],[-1.8651817819968366,0.6964033934896318,-2.022662582829484,0.024228597354907254,-0.32444095483288243,-0.5988101687701507,-1.8354021967021996,-0.9591807669211719,-0.50332767967419,-1.2190807773059174,0.21428171019529152,0.30814619159375845,-0.8572739636093478,-0.6105887861520348,-2.045053349384227,0.8821945240189123,-0.24298906954454758,-1.8038803996461497,-0.1294245734342819,-1.4985209519260665,-0.5153773364967066,-1.3275502111803934,-0.6307953750485836,0.9293939417059942,0.10597740502626263,-1.7655324006276203,-0.5192453333925264,-0.741250134585818,-2.0398842287334387,0.09556419295857696,-0.7726307942826817],[-0.11967774824640064,0.12292855972286323,1.0223549320635121,0.161134671339862,-0.027396113003038385,-1.0840670632778113,-1.8554621081179663,-1.6547606378533395,0.06374944772495261,0.0745041142075293,0.5577248925016719,-1.0206195229683355,-1.9178498588278565,-0.46385866763284933,-0.5857992624707121,-1.6134266191938629,-1.9685500612149263,-2.022003976559273,0.48522482929202876,-1.490350379079088,0.7155259936775826,-1.3270742064900491,0.28913606354153926,-1.1229630294662367,-0.9719871450804661,0.1619671932792817,0.5242620202417482,-2.2530507467922685,0.006110387552638248,-0.3215505594980367,-0.18853053499838152],[-0.4710817047564509,-0.2784270303499204,0.6228111518278258,-0.3400195088820053,-1.6637866426795453,1.2827489946208885,-0.4185839046139098,-2.0291223792385478,-0.3235204034201134,-0.8550793901195632,-1.9341132615215684,0.0985910853800009,-1.5280102563466136,-0.6683578268505902,-1.3989890277399457,-1.1071890323772005,-0.2258326210977697,-0.2407475650914857,-0.060988525631693394,-0.7970296334621964,-0.711604494738581,-0.8994364528263733,-1.156845326388321,0.5951015068706497,-0.4933665013638889,-1.339866675785882,-1.5542187940697452,0.0015731576724490463,-1.57172269802956,0.9180422162435604,-0.07340464775692677],[0.753817369066932,0.4944821356751578,0.8076508839578599,-0.27630706680246775,0.2042049381113146,-1.8764704084138726,-0.9878633622739957,-1.1645114220536072,-1.9521543896078324,0.34837639465235987,-0.19979153013100728,0.7271898451043839,-1.0600527643808189,-1.2971516374863872,-0.22196799901979902,-0.11781558491066367,-0.12952393864538944,-1.3378315556031997,0.6657283207342949,0.3947171249553269,-1.6352164708562908,-0.9169239455570349,-1.0586629799696456,-0.6164697975321553,-1.8806419973295092,-1.1451115679915835,-0.8379503224032283,0.14451658150278224,-0.6268111836573507,-0.5356886277358694,0.6515390511397218],[0.01558839511989709,-1.5404847318970047,-0.10448945605351091,0.25607111214229233,0.2699611532529267,0.3234094780527627,0.9677258516780886,-2.0897012996457525,-0.4592179096374735,-0.020284592959848517,-0.6407647319192765,0.9655329572578523,-0.10043418237013074,-0.3795629005289175,0.40694464023049026,-0.906856426666476,-1.5622573950626792,0.3308356134706948,0.35856407154341774,0.12751154577268367,-0.7962987644653954,-0.5107797412601075,0.6049172569409133,0.10151440853894027,0.9669031394033266,0.4587731098419301,0.41364705799571116,0.5979905053950326,-1.6865444660430278,-1.7741286149504685,-0.032927070978338975],[0.3827400400390543,-0.30976709963419286,-1.782040596963419,-0.291904889175948,-0.1215790481739456,-2.45681452334002,0.15440519027289365,0.49183005997632073,-0.49447599682067606,-2.1975222987390954,-0.6282008375151805,-1.019472148836103,0.8642729973226565,-1.347379132140489,-0.10809900588086703,0.5858592325571539,0.557515411754478,-0.6788181748373876,-0.39234638529506005,1.1996996293739857,0.4748651276225046,-1.1607474827392825,0.35724681063265523,0.033465280910108024,-0.829637833599163,0.13386122082936547,-0.31266181473033183,-0.8790480340647717,-2.019868409216796,-0.5881474624804091,-1.479251012580915],[-1.5348405405580194,0.3101423816790735,0.5959298644262051,-1.2233893559748665,-0.27032845814148915,-1.5880243469343682,-0.11317757621900647,-0.12744289760264824,0.7170951833338404,-0.2602824938220174,0.6292001552641519,0.13920983415503269,-1.5717017071663044,-1.0839752246854897,-0.7841806775787256,-0.7607221181312536,-0.3738149666428176,-0.38608098560892995,-1.5202686008167805,-0.5030071253541699,-1.4485421882820408,-1.031732953603222,-0.777766847077672,0.6476202199698112,0.8603338395735753,-0.967813401767817,-1.7531389998365445,-0.47209235089303003,0.0916214388378697,-0.2466499538139682,-1.7798349665435753],[-1.7034509692246391,0.7350843515491055,-0.139360114179886,-0.736036019286164,-0.7893841949729927,-0.8854752549948663,-1.3684598203320297,0.18876601273821417,-0.18192069715516337,-0.449317253464577,-0.265179573450858,-1.7049449152511988,-0.9667529654049178,0.3131064271512674,-1.1126200837468718,1.0101842791065088,-1.8862194868509576,0.6883675355200664,0.22445788568031172,-1.951038457373501,-1.6051193228538159,-1.145639962158195,-0.7596002254293659,-0.6269413952556613,0.10199429827224042,-1.0507129841780098,-0.09508848870285229,-1.4699903319953493,-0.15074690004532745,0.4026991571650513,0.6076205201051468],[-0.4954232632117447,-0.6888025907281423,0.5386949132012769,-0.018260259883210353,-0.010091797454997166,-2.6257601602463296,-1.8566421555114687,0.06583119442138634,-2.10452966010151,-0.19651126169586058,0.767874831718649,0.5112613381194326,-0.42952450719896573,-0.5084135403649861,-1.270649858848392,-1.3205728601974116,-0.5620110051843319,-1.8541876037799458,0.257150613907234,0.4048790202353581,0.1607805855751555,0.02853744379502284,-1.5625712093577775,-1.370342392452409,0.8611638379791277,0.36821699714308465,-0.6665760401027158,-0.394150651443075,-1.0379469377003228,-0.7113131324228317,-0.9555209384950133],[0.7975169111456867,-0.7669799427370898,-1.728914888133248,-0.9070016313047414,0.3209906793388095,0.8238914751441049,-0.591068959505193,-0.555096205328648,0.5594547931457927,-0.7832855282393401,-2.0049854679591292,-0.2867249661833976,0.14942329027688647,0.6675884188781229,-1.2959072075466578,-1.3807493702434455,-2.063539915024473,0.08962489316283859,-0.7246686414960835,-0.9446644392203198,-0.5697035094905724,0.4638040327031542,-0.9403516727638214,-0.777809362055322,-0.947832893597605,-0.7243764297749038,-0.6612272505536868,-0.22378676793420488,0.48078248440545274,-0.8397653553210038,0.12778129005917427],[-1.6438315363309601,-1.387262165780721,-1.9199722213298884,-0.9263360289824534,-1.0777968225970354,0.42250361067422876,0.2690021012801767,0.4417229238267125,-1.5269780826842425,-2.205071037294772,0.2551763819032747,1.2351039379370563,0.10443003346539807,-0.6827169301991307,0.24143875305928145,0.4279126108272469,-0.5484796471705025,0.6256415848757608,0.5717165091953262,-0.35861673427033,0.4129864901874341,-1.11968394019325,0.4897006195012683,-1.1652708664656746,0.8167678940532301,-0.2871867162361708,-1.253644559734702,0.3633528839307599,-0.6077532701880092,0.9241128676790463,0.28730176696971443],[0.3459390773435261,-0.3652136919248885,-0.9386053040073834,-1.3422142224379623,0.35558943505427326,-0.26162910443336235,-0.9319704255611835,-1.0758581807631535,-0.48340860586878465,0.04838013914595054,-0.940413544228342,-0.2306167564706314,0.8420132836354985,-0.29133466090210386,-0.7773700505540203,-0.5402486634058639,-0.7192399986149082,-0.32715684655527333,0.6496434961052451,0.19605780913454726,0.44455295206524686,0.6664328024096451,0.4020227816786409,0.7759566852543943,-2.4201749758847058,-0.43038915634254593,-0.6235387633622457,0.744352674444545,-0.05976062716177642,-1.2515474091438605,0.37202433247762007],[0.7854306505821166,0.959516460697803,0.09312951602558052,-1.205729157021132,-0.9088127030954543,0.1096955802419009,1.2137321238657774,0.7033154466913332,-0.9333149040500562,-0.2031464607898368,-0.5728685602341042,0.5755130407836361,-1.430507402516394,-1.8317383702929195,-0.48161531480710357,-1.2650264809043075,0.9377717087971272,-0.39238840491239174,-1.972371690237634,0.32009871121581357,-0.20306046192419452,-0.5990714395641362,-0.024372753500179905,-0.6252075059759994,1.4384132726067804,-0.11370092151956265,-0.16946351963965403,-0.7085010427815903,-0.8388855785578162,-1.8686758109142132,-0.08041185813091503],[-0.35163152906928036,-1.5796093504489617,1.0276137492774464,-1.894900915253775,-1.7020771782847042,-0.5842981616394993,-0.688043599621774,-0.9353221189960998,-0.08973059826074709,0.5463201616524468,0.7448812351311019,0.009315251660842525,-1.1114802164873223,-0.7282096460811748,0.262478401791145,-1.2447585372807608,-1.3546896797703498,-0.09014022407823508,-1.4735551722745648,0.5904493567031096,0.6997086221731061,-0.8743640031134151,-1.5503225927515487,0.96881121122908,-0.5034368088560891,0.6886913732102236,0.3251102102843491,0.11526683601524425,-0.5579055426764662,-0.1977837072502644,-0.6084162920124876],[-0.6506706859312594,0.31929174554409634,0.45961113699799744,1.0408267527708508,-0.4085686978501761,-0.6537756826367727,-0.04702006122081818,0.7848129626018205,0.18087386497326635,-0.3166178793639867,0.2750292873947569,0.026030783224719734,-0.2368126346178791,-0.2898649166223087,-0.36107431914270993,-1.1457916890842912,-1.2410519915119635,0.7666084629442568,0.011127997305199805,-1.0341619541482345,-0.5778775945861808,0.4678271535716375,-1.2388083697664587,0.652362553359903,-1.4991441612767595,-0.5868910152457056,0.5710901380661249,-0.40930453749474,-1.3831757998349943,-0.6011358308123004,0.04892451348309276],[-0.056986375867746616,-1.4544813083691899,1.1065013564486978,-1.4193276415897604,0.3598108064887041,0.6189717349825617,-0.4979637729518463,-0.4855176942267576,-1.8568343842374968,-1.238741060275411,0.5022732245958097,-0.9976820952603086,0.085748115245646,0.4539082385444455,-0.10302206399173802,-0.13371620281883223,-0.5059576803959773,0.04702751820398511,-0.5733510147193814,0.3877487213771123,-1.4590158654434477,-1.9882610287092726,0.8409752872593956,0.2597394287341171,0.6040957967953123,0.32259636600964364,0.24827641796701677,-0.08576189196655185,0.35506906786364373,-0.4401950115900704,-1.7099845361365642],[-1.0219172365137315,-1.954742545301203,-0.6615351428550929,1.175326619435427,0.9107575868951236,0.26256217440169805,0.6559710239520176,-0.15687478031997648,0.5203281124652359,0.6756033221963957,-0.7884666635715013,-0.8290609025889353,-1.048204021610228,-1.5667508528216372,-1.450407654180073,0.6526012297946622,0.40233265887886516,-0.33177194700449747,-0.8278071770635567,0.3441020479220597,-0.4360561264317959,-0.06716322332893153,-0.16827238486872342,-1.662776116449539,0.43979888185897315,-0.3829762087536945,-0.3203958185552642,-0.288247205658027,-0.8609517934785287,0.7681989382094268,-1.8021899832305117],[-0.8578558045528003,0.9278850861631662,-0.6619966410781459,-0.21702222176829533,-0.3574337486867332,0.661183053572902,0.22642774304895563,-1.7360030694814292,0.265997838745113,-2.165870553553032,-1.6829238931850323,-0.7840293115261239,-0.6276025163853743,-1.8496596703386377,-0.13004182033769668,-1.0371972587654295,-1.8718867611121166,0.16425997096947179,-0.11851072242666232,0.7118062074484565,-0.3743554420818697,-1.2794977475291183,-2.045947428052144,-0.005641317882639937,-0.790289371921899,0.05866807268153043,0.45424546194522175,-0.786686016207924,-0.8870918505194215,-0.1816115765878061,-0.48528219742551987],[-1.1225630436426033,1.0479251112693677,-0.9996922457915743,0.8417122525423874,-0.5678178081232774,-1.3520694873452732,-0.8844093234150976,-0.06887571359529253,-1.733255109891284,-0.7933807640025812,-0.8959295571789738,-0.3669603027773808,-1.1845775423069973,0.07090283784842039,-1.1386292161686027,-2.0575063039120103,-0.4509498691019588,-0.5556631947600107,0.01750970102992172,-0.8237634091411704,-1.632208357920633,-0.008379960596973253,-0.9802619925934215,-0.8464308227962155,-0.7387217745069146,-0.6192723653940045,-0.3610941109163575,0.40473156234972196,-0.9187428766389898,-0.49542124135762483,0.4344972999937654],[-0.6805252171595173,-0.7047534851861483,0.7460862870223001,-1.1964818132289183,-0.03379115905642485,-0.5519649150707179,0.31337965236160675,-1.4520962193570395,0.775721549768303,0.6579731854153206,-1.457254310987699,-0.3786507154053596,0.22049514080393187,-0.8066751466783296,0.37143872584408333,0.07368151633989792,-1.0427219943663892,-0.2911053991641092,-1.948357373913105,0.0861906556364024,0.5664570543683038,-0.6129438706538393,0.042304406429610586,-2.642793984514343,-0.32196738488252274,-0.3234643479236129,-2.1719430343205812,0.5033574146204687,-0.7546432278987459,-0.6418804780007501,-0.8249104285214327],[-1.0776485260751034,-0.6749051034048422,-0.6877404844970004,-1.670207895157782,-0.7143451711882851,-1.0174033644311078,1.1227528213152214,-0.5144041344463482,0.7936860506776812,0.8989893958803576,-0.019835424731328044,-1.4859935273961111,-2.161924751693866,0.6562080197415816,-0.16280770168136288,-1.8495613212949888,0.3080472713403973,-1.261543087109712,-0.4920516293229892,-0.9642982299890025,-0.860739833075245,-0.47385835560256306,0.3546385213663979,-0.3659500459874158,-2.4520536469109615,0.4431750875565927,-0.4557012708079497,-0.4873463808303939,0.1737005099199252,0.5839494335717043,-0.26405545989347873],[-0.3985433775461355,-1.5331364781626076,-0.7345719703005967,0.9851907890079937,-0.5652516343877851,0.16094104679046367,-1.4600461871316097,-1.2925337575717986,-0.5351406489292997,-0.3452921845665471,-1.5956842084595848,-0.09083886648211191,-1.3241575766856561,0.5960418952129601,0.26551724109348895,0.8179405362540366,1.0593341227357413,-2.192948794219076,-0.7097319781924972,0.5250140091612429,-0.05009736454124905,1.1050062519698942,-0.008783847297759412,-0.9881583690016372,1.1765644715633194,-0.4717250811031266,0.5609823260999082,-1.9543433867532636,-2.1330234958154968,0.38593410129601063,-1.3284726834472103],[-1.2296736802630603,-0.19772773319059905,-1.1676432423690615,-0.7919039703813274,-0.6534842101992852,-1.1120890341666358,0.07983249877253987,-1.2190239403610037,0.05227379638205708,0.5733000669090125,-0.8365889130183646,-2.433041847458496,-0.317924456490036,-0.7536708094206631,-1.1128303758498759,-1.3629892266744894,0.4018730732395851,0.41612587630013026,-0.7603489452611952,0.16059583101876063,-0.07718676623477057,-0.13782862574215435,-0.869665782306216,-0.11451153312736698,-0.40478630575644714,0.3879110461008464,-0.49642665351028,-0.8337888115284903,0.10591850497229953,-0.737947298779988,0.61258202766335],[-0.9074398293307564,-1.1552474168786258,-1.2553330546640251,-0.5478069090782581,-1.1427776662430453,-0.7331343007482047,-0.5966843924493642,0.2840197166276684,-2.1126605420819295,-0.04784518841150494,-0.99056080846987,-2.4011505418789594,0.2011068629820127,0.11667668077834759,-0.7991642196684424,-0.27266240333267605,-0.5666288587274455,-0.33108389523102877,0.34296054476733323,-0.18088393528101118,-0.5208307268896688,0.7048098606204213,-0.7845192359113227,0.39502413401476166,0.5699684224865625,1.2256255507165552,-1.402199244647151,0.2723499460488224,-0.4902586743069867,-1.3076118255519076,-0.7638614905286868],[-0.76127522289609,-1.9572752284632653,-1.3906310097901875,0.4535733249317184,-0.9590209093250819,-0.3931292085191707,-1.16723117011113,-0.4139492312587863,1.0713981318768222,-0.44325243103475814,0.6397421266170414,-1.1938991832690857,1.2505492867402477,-0.7923873237816994,-0.1470543241611231,-1.1831651991138075,-1.5676018643529337,0.29776409625465444,0.08024539320922125,-1.6384372594088756,-0.25002244717991684,-0.5629789566123836,-1.1340111790435172,-0.5066987378794858,0.26656005015903195,-0.31980889075504015,0.22511689203289267,0.12057252630981272,0.724364693488932,1.034689220052536,-1.0839304508499163],[-1.6446980573323042,0.390342614138151,-0.8361418954018236,-0.578937904078193,-0.17942048227028007,-1.9041888768317476,-1.8353286322967644,-0.6477392412907279,-0.9195346374289026,-0.21880991988049767,-0.01810161552607998,-0.3520334405613865,-0.5261796912853561,-0.2502663608888665,0.10192246647769738,0.17745878201968848,0.21081795189823133,-0.9403049930820149,-1.8129079848483998,-0.1721638338970636,-0.21160784368353414,0.7866518436013527,-0.14492771298481374,0.7630817475847157,1.1732614438160567,-1.4442735292313842,-0.016491340032467106,0.5658360503271253,0.23520446164582662,-2.429932245032025,0.36776637198348616]]],"Biases":[[[0.2689860314986459,-0.63284972730601,0.22133240243594662,-0.21833218306150998,-0.5801272315353022,0.14713791060457204,0.6014843986044435,-0.628040715281325,-0.540367155430611,-0.762625822706478,0.42169017096004846,-0.5427896809381291,-0.7191232102500072,-0.8464436725701348,0.6952539946751324,0.8749460851804702,-0.5199802713723445,-0.26885223409805453,-0.3382607614150173,0.12982560881110125,-0.017518797502059157,0.777199709501982,-0.5262250353297485,0.16237602934101064,-0.741839226254599,-0.7314545447114491,0.9242633312342057,-0.5601253114535085,-0.534163999660316,0.43548430585426035,0.6677697108195935,-0.5155382107837492,0.5423886487451854,0.8774522233222012,-0.4026962845920528,-0.023540608482181098,-0.34877937527175135,0.6492101580657037,0.5824590780196878,0.5410663524102913,0.2810790617291993,0.5880324670865682,0.08358331815678663,-0.7660593489086203,-0.5687817714455337,0.7811024751217239,-0.10219781521824663,0.3316942154012735,0.6154362705880749,0.8770664815604133],[0.1857119733621616,-0.9153225006659189,-2.2965259647087897,0.42391853293073556,0.59780359129514,-0.9420542086982492,-0.18486103778104582,-0.712690616308667,-0.4643891829424437,0.33142998953743197,0.02915273612054535,0.7018359782846142,-0.18452192769309306,0.32865623339289785,-1.3941658676967976,-0.021830011557787694,-0.6180528844724233,-0.23075798656192467,0.9871105972013023,-0.1618386600909432,0.9637368727190508,-0.3797361424125903,0.9771704298582455,-0.5932004073921744,-0.7613112718385683,0.46773154731081323,-0.6384645879533317,-1.4334846927268163,-0.6627473887171011,-0.9636934846817775,-0.6040052411903861,-0.31508399529716885,0.0013059823205744882,0.49518942711950775,0.6840697361261838,0.692633273012584,-2.209369066257436,0.6846706889689054,0.9085633434318959,0.8354654019315743,-1.452854325887539,-1.3098449896635633,0.7649375948128533,-0.8242585923112206,-0.1635120293837542,-0.24360919398361544,-0.07183704011524229,-0.41156738524252595,-0.420110968030611,0.5560618611625664],[0.3090012356909806,-0.37839710918338815,-1.1322703189411392,0.6187336560783148,0.19426901107755487,-0.6934694921644639,0.7698669070672983,0.03011664770034439,-1.0066518182667312,-0.47957776664125984,0.11485130836972086,-0.6886590451033344,0.9421609325260711,-0.024947779873968536,-0.8092565144077897,0.5874264205333946,0.21983212650114578,0.3251704124865937,0.00471930052814719,0.19867941575832146,-0.34820364170007145,-1.5371011245062358,-0.11219775498602429,0.029620567962564584,-0.5917400636665654,0.5418297358202754,0.1900811503059929,-0.004362615543634194,0.0638464784909516,0.37945690154269707,-0.5249813586703393,-0.351024981126855,0.016675706074330186,0.8746010814499695,-0.5708624306043675,-0.04214308454977546,-0.43546463017455767,0.6097539398844252,0.663268802822815,0.001277944251704548,-0.8775752133986962,-0.11070812524573043,-0.2776181132780295,0.9088406295645931,-0.5014799874491668,0.6095621599235136,0.39882776284483085,-0.004658332839793088,0.11209333319692451,0.5781112978845855],[-0.3954927796107243,-0.3815002905400861,-0.17343256393581877,0.04903120919153304,0.8009456924902221,-1.3454094022806342,0.8562266816746521,0.6449346611566774,0.4512143163210591,0.5798909480619465,-0.010357570182441348,-0.514321689248003,0.49295265397808924,0.7705020548682291,-0.2010025118384585,0.9411793394574869,-0.056471214914758414,0.4736081489134222,0.9201066194370414,1.0180912412240632,0.505275330024795,-1.3780236070687775,-0.2598162474694248,-0.19443063373780242,0.6710332348217223,0.8772137760039972,-0.317916174949125,-0.9388929333294349,0.6795078994280468,-1.0163241496486548,0.4625153749218628,0.2707886295917602,0.10555570926324868,1.4548616181827108,0.2034570910885843,-0.10363282800528753,-1.6963347641538054,0.91943780991278,0.1916491438570713,0.6622543972031716,0.11422131037294193,-0.5081438168357962,0.5399416550815296,-0.8352500591724145,0.5339003127737344,-0.1418939525796298,0.5901249423099307,-0.5601146996826799,0.1697088548780725,0.0353726846811906],[-1.747530398347337,-0.29118251644946364,0.3079456607508853,-2.793023416559769,-0.4319928455128006,-1.1821995302072072,0.8589803394331944,1.0356845782564703,0.7624508763716221,0.946646544910178,1.10338019233479,0.22642988036862272,-0.42799681940581186,-0.5055771709184819,-0.1664575767893907,-0.32737176907471993,-0.7510246105577153,-0.7537012717552951,0.14924325239762595,0.01273730615728606,0.32564734007458507,-0.4254589220594352,0.176467825795673,-1.0384223319258836,-1.0130738372510846,-1.2443275661469009,-1.2250475049671399,-0.514812143232586,-0.22083689530866357,0.4211074894542286,-0.8542095392390395,0.05610055119028737,0.08538682733015271,0.7075136208964983,0.21915150572369693,0.9980835810028362,-1.859689399617597,-0.8126449961684397,-0.5277369629154856,-0.3890009387102462,0.09677727454659547,0.39553066104200385,-1.232472398738347,0.8365520636925513,-1.1833366250167974,0.33564947627348996,-0.022791652317944944,0.7476397595010323,0.9741432658705945,0.65813173193282],[-1.3874302910548666,-0.24494495169868216,-0.2942620542807717,-2.738354068434885,0.9645472253722066,0.7421368443551174,0.3366426670083436,0.7032538028050308,0.8354033631480985,0.310663906095879,0.7486430598362883,0.8708919685498128,0.2965014209969991,-0.784386118420545,-0.6052398315028885,0.6104152489095132,-0.137431564507493,-2.4829540229908913,-0.29325488827065943,0.6402563090080272,0.6683703532360086,-1.886221068672741,0.9069579451440805,0.45585982662550817,0.1380817209145211,-1.9255195623108463,-0.8162982007204121,-0.5068434803281877,-0.6716527654181079,0.9440063359837177,-1.7592094183612599,0.6023629809403848,-0.29066984866397844,-0.15741043903736143,0.8294526562379835,0.5073178750008033,0.42797125087718607,-0.44367943614490424,0.5572098304878293,0.4864088437699588,-0.9580403954025,0.5728877617676221,0.2013173235983362,-0.022902098434025943,-0.787375999100657,-1.8888440056375728,-0.556993288458953,-0.009536552898112744,0.2522116678204888,-0.8073486777584533],[0.6055992147853839,0.6742123778186101,-0.1300992502580272,0.14015767895720693,0.27306027230755847,-1.8412518188825298,0.41900511431771775,0.3060078946696338,0.5720643068599055,0.4130919888371357,-2.9638318988726833,0.5901371006839324,-0.5568164580132434,-2.5643549695343006,-2.2666534316547535,0.6732821385193857,-0.20994070112667185,0.91547196793196,-0.6485702933912222,-0.3470807681283579,-0.7569898825773396,0.5883495815112677,-0.06893025573000926,-0.234902621900389,-2.8891715828157225,0.07982201298915091,-0.90571667095643,-0.4424511113272503,-0.34447082996792344,0.7784722823492644,-0.6553560984445087,-1.3151292698203185,-0.4497037467273064,-1.3068662788856464,-0.06017142436457199,-0.388178778010019,-0.7356451192253385,0.93040944849783,-0.32031618213992197,0.08195314423652215,-2.3379472319494945,0.6856743356319633,-0.8892424457006914,0.008647912437487186,-0.6927733190595858,0.07790832051262352,-1.2541152624253047,-0.0768440925097999,0.9456667580139886,-0.15753236709260704],[-2.2699204589122557,0.004241818442858045,-0.3143141260234248,-2.178463228120163,0.33247886812601335,0.2946700531884367,0.492586661029652,-0.31690986014896405,-0.040525893851063394,-2.0283509381575997,-0.64700378379331,-0.012436700294244521,0.2994199828256565,-0.4544947330100053,0.9298926493302004,0.3934873182731661,0.814594937488549,-0.9984921740034097,0.5645222244075531,-0.4845126141634631,-0.3560494130961537,-2.550390780400629,0.6350653003655712,-0.18725960868814398,-0.44670286368176415,1.036055423602307,-0.10145964681916422,-0.688309167444077,0.2034706592779227,-1.0135009473623582,-0.1651265079006404,0.5097686224187883,0.7190458476087123,-1.5194213586152652,-2.2959824391386356,0.2009235694855452,0.16095302386449958,0.11056146807673256,0.3755653985859614,0.09675522495044937,0.7658933938005968,-0.6955334241406247,-0.9825333127421709,0.7396302074453291,0.7572026792855187,-0.39360592672424727,-1.1241358731912803,0.692805786239742,-0.3063768963023677,-0.5289469561562219],[-1.436343659346948,0.1032901382049068,0.006829256855654319,0.406283536223906,-0.8280073739022185,0.26401031011130965,-0.4134541511278892,-0.07508425734686863,-0.5365996930742581,-1.875027574183415,-0.049996516559919824,-0.810125563553634,0.9710913134362269,-0.8554830280188049,-0.6241264486506368,0.25336635927612816,0.9091756532966051,-0.056453010930941,-0.7999604606145861,-0.2989060695099702,0.40461912343080775,-1.4965186495275795,-0.23857706962176817,0.7434916316025099,-1.571493430779211,-0.15650787345471198,-0.7971326614215586,-0.42425738319045037,-0.8738530572360163,-1.5284112605127318,-0.1445209184310526,0.4242485424236194,-0.0715171012706274,-0.2862241605997394,-1.7366941899867359,-0.5981865716256254,-0.10111576836890118,0.7019893466401386,0.08323018689473634,0.8568603310692465,0.2895799469919605,0.4836146355908656,-0.9774976084485334,-0.34617150536996544,0.7093258895626963,0.033682202956169485,-0.4115834916869111,0.3608038360630558,-1.005223005299723,-1.0530985960924317],[-1.9438470612209793,0.835029221585119,0.32097743574808757,-1.7097560987574758,-0.5341259838245819,0.42985468229370527,-0.6032062235514418,0.2309946649608429,0.4719023404139006,-0.12855251664532044,-0.6038288721178366,0.8769003094141391,0.38559653150756884,-2.028116120124303,-0.6001751666351833,-0.024469237186024718,-0.17029788889233813,0.7157353413167311,-0.8414229908950656,0.8008175606285909,-1.1358792061517686,0.4487585462029906,0.6602304297023183,-0.30723122099962946,-1.9562608768932481,-0.08521132509434964,0.061696247988682985,0.17236665856196934,0.45253001468004994,-0.8182650152795533,0.2293324253328735,0.3930916892520024,0.8292705341291716,-0.9347760126421848,-0.9091320013124433,-0.7382435809319499,0.10446941806145386,-0.031070024761168043,-0.06326525528005254,-0.08836605103417168,-0.7524188000136173,-0.35370358045901285,0.17932541932145024,-0.3497288876154387,-0.2654865492547934,-0.3741022814204872,0.7429316130214915,-1.8278869918300809,0.043415232725439776,-1.058349226837281],[-0.529695383698636,-0.9645905969459111,0.0671685197113502,0.7401178417067843,-0.22007036214088832,0.5980340293996258,-0.15505792084975364,0.8824047881512347,-0.40576840463628794,-0.24654035903235266,-0.806268359847404,-0.21016840374207543,-0.31105458444015194,-0.40839337580848944,-1.0639610129039196,0.10971412249651809,-0.4129777354574244,0.7923474137785179,0.35136024368107155,-0.49506553988054497,-0.568614104691366,-0.09269488496209605,0.7981410407365487,0.3863942715368046,-0.4906556871563802,0.1828707298608896,-0.6632676282189893,0.220479137165015,-0.5531949225988932,-1.570719938398274,0.7185304873140257,-0.2624413067293554,-0.7821186049927797,-0.9499115273986116,-2.473909047831737,-0.05132952081528486,-0.017529845903751253,0.2760209953462434,-0.685642006445068,-1.549545183051,0.05874104176122587,-1.286297055622863,0.526477663439546,-0.543484810929579,0.7716934364248652,0.1102760741061823,0.7899793791432038,0.07838665863525253,0.2658784840793847,0.6221669623301074],[-1.2277047438495348,-0.9107071390282554,-0.01604167621425699,0.4900232206318665,-0.195077780804112,-0.036805661792340474,0.14744150589136537,-0.451671815745626,-0.6090180247808245,0.7141732910936218,0.3299614992560462,-0.7740684500046654,0.30672193995092645,0.8000240477090782,-0.5685427518502303,-0.414385731771825,-0.14262807471034766,-0.03857871034727426,-0.14636139341755125,-0.7472854906149023,0.018465616748444054,-0.22895671398417053,-0.8063484979390554,0.796255096821188,-0.20422760760844638,0.887855078714421,0.8409586212906464,-0.564070349792245,0.028780894500242994,-1.5767887889659127,-0.6926093328170234,-0.36536397646914,-0.5789589913094481,0.5776149333417381,-0.00790451149643343,0.6888186529731244,-0.6943348695119235,-0.3611097967562972,-0.4875326245645104,-1.2581058484760277,0.622915217218819,-0.24865772838308645,0.4130548478851508,-0.007760982993927405,0.7171680092326543,-0.5096035013450869,0.5986932190445171,0.7205922794358698,0.9286166848844424,0.11928818110441829],[-0.5798821676359045,0.5403087302405694,0.8909422857597198,-0.8194288616015026,0.0970164971077327,-1.2315588956617494,-0.1195424164971878,-1.141191550935769,0.4845896373499703,0.6954646632923842,-0.3229889955833301,-0.713957286738022,-1.3439261502883428,0.7455508812044673,0.6263606523070956,-0.24607503902584463,-0.6122592874486379,0.657829683889525,0.11222790526566953,-1.418793989167844,0.15027765095234,0.8368948004761816,-0.741455011597477,-0.4448935958474616,0.7148145100389898,0.20541685924686096,-0.6742833198937039,-0.7077960697909007,0.0012430900353071633,-0.7159059423319332,0.5532167155134483,0.2828688263483651,-0.14361337278767847,-1.5790393882449218,0.48144384543358043,0.4184872996238919,-0.23091869915558272,0.5897139706971405,0.7019367995739765,0.38522040343527697,-0.3368971808154983,-1.0757432005417995,0.3769723117262285,-1.2122189762407052,0.7577327594166638,-0.35981317696437276,-0.6892244265657601,-0.6364881673266662,0.44254676671219717,0.3764399627049782],[-0.7956899777917061,0.37111898950789785,-0.4411156709635072,0.09471149924032843,-0.18228503241109825,0.005766033978581523,-0.4527665780465758,0.00031172627043393346,0.6926431710264881,0.19157039599987458,-0.36962730214236267,-1.0701249876410173,-0.6949242536459732,-0.21367337221368304,-0.37745708473943274,-0.16220949944756763,-0.03690005213080634,-0.04992015501605588,-0.43104651895237567,-0.6618780718997864,0.07868064243689844,0.5268355073463934,0.7031825725896967,-0.3216729527307192,0.5149444057387427,-0.20154627774077177,0.710851414873351,-0.4398566971949327,-0.6389911374073883,0.10453814019034476,1.023803589777375,-0.27983833554506815,1.328238054595233,-0.4321486373974155,-0.2234436914886815,-1.1772484149435554,-0.016484942449901487,-0.43287219764547047,0.3513123296666155,0.13686111827276548,-0.6792532491160256,0.8644301710490356,-0.30039044364744494,0.8929361237530606,0.8771655209023308,-1.031739429717377,-0.34811580199695147,-0.5073753557440529,0.14882012307815493,0.816233386771744],[-0.1928174477285507,-0.1298681214652326,0.14172168270611785,-0.013512894186097033,0.7658717329595075,-0.19995685175577715,-0.22126172070750444,-0.28935011037152575,0.7256250186831131,0.7480263243849431,0.30390901069226045,-2.702258304471942,-1.1540245636124076,0.08437752058360691,-1.1089721067839338,-0.48562647911400647,-0.5715817345972569,0.27904323608892706,0.5776302138116666,-1.766952083111255,-0.7445178256492849,0.04019510198127422,0.5314794470279913,0.4650272721721387,0.031731069589897964,0.927675401255994,-1.86332163289425,-0.004355769036162345,0.5703870434513827,0.2226571008086479,-0.43345486856075693,0.9291487724536314,-0.6440945153869073,-0.4605855022284461,0.2558609669513338,0.8065210438892126,0.5472343058892873,-0.15043446403358013,0.07741664638996502,0.9698427686213337,-0.39198895151986235,-0.8198436843890767,-0.41263284907399883,-1.5051789141438774,0.14157705316070757,-0.7906387438583743,0.29102939938591665,0.28213487653641134,1.0393876433803444,0.7083000935337143],[-0.0056278984608786236,0.789378766848982,0.9558597513461105,-0.491156290973586,-0.5722372305369984,0.8924684379449985,-0.8670670912868078,0.3407616582675458,0.09756141591820383,-0.8537065940687227,-0.035711910257005056,0.0049607466158923235,-0.7184793627021353,-0.41301713177731897,-0.31966273434196624,-0.06146137694295747,-0.7152128483074117,-0.5913340584823366,0.20607981940909229,0.10048666654207317,0.7960917661103272,-0.6719619630223722,0.459461274436278,-0.9234441335679457,0.9733512825812616,-0.3222839953450449,0.530503652584426,-0.990113707404684,1.1099128922200239,-1.5373422521108546,-1.4788428144498893,-0.5241841045589322,-2.808325312342692,-0.43440713177979046,0.13269964368404844,0.7904059109497183,-0.45098910821735405,0.903288758123347,0.20733587124175007,1.0292886635014427,0.805535551233819,-0.12699656471620852,0.20464391584780706,0.33026207604029517,-0.2807836079653191,-0.15680992079157133,-1.0970569220174937,-0.6836553139169568,0.38371033292681167,-1.41171532292585],[0.7900691737311923,0.8795120817185349,-0.5883890054952247,0.6114145793028447,0.22838758998259717,-0.2625077310624263,0.8055679390026153,-0.25510785164689176,0.6206583714831783,0.4559322275823295,0.31054078790156797,-0.4877809172220967,-0.27288876720661487,-0.21377727489026999,0.2402235886666246,0.2571026286892393,-1.3347415465830696,0.8590677275505264,0.717949932120694,-0.7098921047581427,0.414468070642049,-0.35921331830677966,-1.0446791872626173,-0.6126419745979386,0.9537346443220204,0.945545821641647,0.9711683451668374,-1.1648117319463323,-0.4981387588594633,-1.48128787457725,-0.2780902088345499,-0.36309316448318557,-1.5567752186424815,1.0828036813801087,-0.16114237769263623,-0.7861404510300125,0.13641044716265177,0.09401763841999734,0.916598613847298,-0.9451992858113963,-0.21140108222917728,-0.8864870807489319,-0.8618169841593042,0.342594679498335,0.41788081496354185,0.31275330446255306,-0.6889716053106598,-0.7506930874475839,0.25366103574765086,0.5258610463525216],[-0.6087224237902287,1.2766347977336057,0.9327058108859696,0.11826046212158788,-0.3664800593948226,-0.8597866947470729,0.44709046631345284,0.7861044561546341,-1.1210623185101087,-1.5655498933730596,-0.3730303172601877,-0.5543965005764201,-1.5338856856178664,0.2872138704359216,-0.12925227686398627,0.24604384148735464,0.6802099983353195,0.6649264281573494,1.0099682600948956,-0.4409035330245138,-1.5683493543188332,-0.6087573067878497,-0.760739114666469,0.4558583846321421,0.561762643866268,-0.8656379064869049,-0.13649683989782807,-1.4309463150950428,-0.4492294939894535,-1.652432565048656,0.18237551213139871,-0.8360785747520342,-2.823343779870818,0.6451586180707367,0.9871486090620909,-0.5089834447121896,0.6410579346398675,-1.2389592945665273,-0.6628607220632441,0.36611584719451556,-0.45132974889503585,-0.02879312052059553,0.6195871244466468,-0.058791586871899004,-0.7228227018458274,0.7926770145042212,0.951841619262864,-0.7691790783454883,-0.43641711396431404,-1.9744546170520787],[-0.7227793735383045,-0.9515903693279135,-1.1122742242271706,0.5957621240750287,0.9090817614638681,0.686117594465442,-1.50377663151763,0.022535578638361385,0.3718792335461033,0.09997861722117153,-1.31118105103388,0.14225489969158986,0.6388360740044597,-0.8725341803310731,0.7227742419295752,0.0674608866290894,0.7648715784026823,0.7625907915564883,-0.47031438087985405,0.03686610002799942,-0.5835725241627151,0.4743503292968484,-1.8169060873328917,0.01621398720719671,0.9680451396573185,-0.1992085765596435,0.23755152061235205,0.40399878014225515,-1.6602675459880285,0.2705257255919118,0.4869593524296825,0.8135025948483117,-1.2884238949602076,-0.23741122505690454,-0.45895292097538437,-0.42448503006023863,-0.19452786083564141,-0.5414768844359065,0.15839587906001862,-2.2023754649659244,-1.3645082525287946,0.852969950694971,0.559459007501847,0.3859293074044888,0.16147729212811623,-1.2002381494894179,0.7551352022646595,0.3077491721758968,-2.1929422805852625,-0.7949982449119588],[-1.3207311532304198,-0.2251195618854366,-0.5398017026711464,0.7736851810368054,0.9225700228894498,1.1096734274165427,-0.3469660933883187,-0.5787584217545383,0.32938019372904365,0.29877843700303186,-0.9203931326543547,0.18540402172482293,-1.1159619242782952,-0.9085270114329091,-0.6618533573284999,1.0859317540086209,-0.1300794354818636,-0.6967817803329149,0.8480545918820643,0.9118099272532024,0.12076265325015409,-0.3753555142746219,-1.416514254382626,-0.14425805215947637,0.83794821198976,0.28368166628946906,-0.7548093571407963,0.3319095900708363,-0.9707194485861527,-0.6590915562975119,-0.28364561009511086,0.26028449678138765,0.4681774842701568,0.5229319766151771,-1.9198109218780264,0.808520231525452,0.9131107205248312,-0.9381791520053824,0.9913010564188812,-1.3414907949667836,-0.9723640450214736,0.9298023602187052,0.8538771193373264,0.7091570047067098,0.941832175262665,-1.0914962490866784,-0.6299762278973594,-0.4719199387972198,-1.802323540896377,-0.4419214482999034],[-0.7593832808176008,0.28981694068826597,0.8340870070871255,-0.5362607215923009,0.6995110042971331,1.0085998090160886,-1.4845953282819784,0.48495371265680315,0.24844285366036684,-0.5348193390163584,-1.2660538338543756,0.12377556294286346,0.2235797154390777,0.44445552996051163,0.7130086690245937,0.2982698103360572,0.21143372985210002,-0.9062906607773207,0.38167111965741396,0.2869772576410152,-1.1879395152118508,-0.8705638742299917,-1.0354609753345294,0.03032017129995456,-0.09779295848334077,-0.5290635418227038,0.22425051814282201,0.9181620909280348,-1.5465195215778051,-0.39378106437219745,0.03575648346292489,0.48845385017215776,0.4179460951006956,0.5200874802428269,-0.02508415682193,-0.17371996449674254,0.35313738517999566,-0.1909723316210629,-0.604122877396414,-0.8334529579962527,-0.18041378548944936,0.78888050898988,-0.6087904197153922,-0.24267380074653944,-0.7270339967057616,-0.9565214231076433,0.7584828738331405,0.1365143512305085,-1.4393350994573053,0.6848617188570264],[0.17903310357520777,0.8613227847837487,-0.7543475326658161,0.19133315077640098,-1.8450209089905831,-1.6754797491481879,-0.3079151460626039,1.3414440624816306,0.5685355975050642,0.15131379361301173,-0.42294279475703744,-1.1298916154368108,0.024384075589656908,-0.32142976797612205,0.24966171885436123,0.42780733243109176,-1.0156823604595964,0.30694349015560723,-2.4248941607559367,-0.09547453036712732,0.07967780238711365,0.6810162568126109,-0.025924130820658812,-1.0809076853112596,0.5680273552515304,-0.29044160442464495,0.5920933112008411,0.9088060245170699,-0.6595956537671761,-0.6961122235869072,-0.9380704779474238,0.7657285543492419,-0.7654752370868808,-0.41706866603825465,0.5858891612026741,0.9586187009401792,0.6338666456329529,-0.4262702422466005,-0.03789811438660094,-1.191480793328005,-2.770907447293157,-0.3649179411483538,-0.03891093894593705,-0.4591672867989004,-0.02862826915659633,-0.5632097851190303,0.23280272549457076,-0.7608306023175752,-0.8674611450377274,0.6756839439103507],[-1.0847552664599405,0.9304188051507993,0.6009251733880071,-0.12053182423097228,-0.4993345765962139,0.639309031895039,-0.9098308490313736,0.8113841268433726,0.084605319845692,-1.4873265197703007,0.023694308481388197,0.02075515351031212,0.6464076318045634,0.5273914574333073,0.9495924553749733,-1.3574791986874066,1.1500246045635352,-0.24993091366267084,-0.7749134936891413,0.22533190531120376,-0.44799399460433115,0.8470424761881854,-0.22097975731020977,-0.6851535083478226,0.7965941040634493,-0.459042550642029,0.9126191211835121,0.9159175806482208,-0.6494649076745642,0.3367538568644035,0.2140457675461794,-0.21442792364149732,0.6533906736838926,-0.5949875157849174,0.5423296536416118,-0.6186273341786716,0.907992924438901,-0.7139587395121256,-2.1500493932346085,-0.9776729031722668,1.9043844479044478,-1.0358796441849931,0.6095348043863394,-0.09121753860495276,0.8086236136144115,-0.019593865160240424,0.8329836809447706,-0.5950584393887915,-1.6292406199000884,-0.8795336250244575],[-0.73635328202814,-0.3849314101702327,1.155717844938873,0.5472856822006177,0.17073534831970907,0.7561920542028162,-0.007874218658559765,-0.9785561351712304,0.07499360606435629,-1.0244650127283412,0.5596391155447269,0.21695264938700642,-0.7038396055366807,0.5011389458961345,0.6141526434228167,-2.4674345843718966,0.10278429581311302,-1.5991387443207843,1.0824090284759182,0.4604964546149254,-1.2781631628251302,1.1808245167717843,-0.2179336807766931,0.8448667491582598,0.32505797120154944,-1.2394760074175202,0.8001809769002126,0.35356354578559884,-1.9911317619913604,0.5785639048158611,0.1010292115475273,-2.3926096136052677,0.3987370954005897,-2.334154356579026,0.22848441873978997,-0.33163433375189594,0.1550499136915378,-1.3359933726087032,0.1933568154038397,0.7630763533279233,1.5268671389605073,-1.3123855717767323,-0.37948076431285105,-0.441759717759277,1.0044294867923549,0.6155358236940902,0.3024153065794636,-0.04466310439083128,0.044966454724318296,-0.3102933821942921],[-0.6589389444881941,-1.4405732563144091,0.519327864778871,0.08851578096745027,0.5447556658596738,0.7401563821802065,-0.9895267970813969,0.51163124562824,-1.1632432057982771,-2.5419724631766996,-0.4566198927050983,-0.7888998908171607,-0.7287818573917071,-1.222059433574135,0.7231133970789927,-1.3111574954694045,0.2930047758189955,0.9515608062575316,0.16944203105668182,0.6348892458636611,0.371838276674969,-0.9836790089950321,-0.39052719955559595,0.3909743336496352,-1.7236050509976184,0.9990629464253519,-2.021347551685575,-0.05820068617182339,-0.9756732112833649,-1.1867036919448173,0.12585338872684249,-0.4272379286630478,-0.5799525248870946,0.8719224883145131,-0.4394057302929601,0.06512466873397545,-1.392570144989892,0.11310621309705239,-1.376867438369977,0.5456788552569826,-0.9526786732695955,-0.12826106464111117,0.45998419864898266,-0.19994058756231545,-0.24416314764076144,-2.3265688049003397,-0.8114804790240925,-0.5743467181819271,0.06736021102510407,0.6824457407886859],[0.45852307787415025,-0.916657110662665,0.73921192965454,-0.37969709264265217,0.6466405104948285,-0.5889397872512419,-0.23830410353764458,-0.6921747703381467,0.09785085924164831,-1.6492175922340362,0.9091183852420659,-0.09585630299612076,0.6348037172123715,-1.1722411887994912,-0.07772529185255174,-0.01608224323470285,-0.20256020059956734,-0.4518201483319954,-0.08803642094176856,-0.7115868804825097,0.5568044786548196,0.041826063207010836,0.24296352742299737,0.3788934984086735,-1.3100394197525396,-0.44810710832119344,-0.49227981827838835,-0.34265600132485347,-0.9956478763509842,-2.128140127183976,-0.7431834312275415,-0.35265346174016815,0.3363662875456872,0.9246325226776312,0.019541475366979606,0.896917126958679,0.6420306825920826,0.2219821230292299,0.4204676212047909,-0.5030418646290451,-0.2869980254297484,0.673761673623255,0.19197287074505057,-0.015529104941964519,-0.25330016062432686,-2.2249953850175546,0.6336292734601731,0.11543343450112091,-0.8034888532975847,0.6890328107428683],[0.6703343951152195,0.6671032863103298,-0.13215182199267572,0.6505223882198419,0.8382491797850918,-0.9136351107032928,0.7311306173483686,0.9746574407016924,0.527515902568194,-0.40138568090008525,-0.012748284373731496,-1.4509746771816694,0.3375150422546985,-0.9018225830800763,-0.08310948727862244,0.9871214824328554,-0.7962667941231565,0.4245388358642215,-0.6631485189657049,-0.2817250566348116,-0.26567849181016384,-0.5286282938595406,-2.074955434273393,-1.8585607766377095,-0.03262459020537443,0.869798914182342,0.6365578886190678,-0.218668461797898,0.6616180229771383,0.5692696496936566,-0.3811150163809133,-2.001096126447578,0.6937670902577381,0.3061260425699401,0.015648341799240593,-0.16493014665544942,0.7594886542355981,-0.8979408023642855,0.031222537387977606,-1.0636336487160198,-0.5329115990816246,0.7947167860758408,-0.5633976608417994,-0.7172719038120248,-1.622554650874968,0.6104025733315054,-2.88764073019006,-1.9896940832658425,-0.60042464358713,-0.8823843909468174],[-0.5575260300248598,-0.43673172168855,-1.3446398949566711,-0.06822132772094774,-0.12453998852825673,-1.2577394611524768,1.0273328771029218,-0.18172325079714718,-0.288283761208449,0.10123046560022333,-0.41534785904498267,-0.7978990358896779,0.6387135359401767,-0.8473504256183961,0.8348889613304893,-0.42597236785038284,0.00017315410553138494,-0.5125696953191702,0.36484494947628104,-0.7928700905435595,0.07783515673504966,0.10541821973141559,-2.1643351175717873,-2.0095433972325645,0.972053687095017,-1.1572004453822489,-0.5829043380604662,-0.48476713917091613,-0.48681513546081373,0.6283467269762579,0.834057212983197,-0.44192505242319907,0.12669250304964136,-0.7643626005434554,-0.6380184968013622,0.6058423801940295,0.10903935217977442,-0.20482579917551708,0.44814876284263366,-1.4936272944172113,0.1084916066441644,-0.01568798480512075,0.21754824001999307,0.11965045120013662,0.3188922144101382,-0.37512756726475355,-0.8646205875157404,-0.4212717146236128,-0.09114822475826015,0.4793810605690065],[0.1399151573066933,-2.2747339095576313,-1.617837050397571,-0.4832573549334177,-0.9496230613633986,-0.6994024476389643,0.48902653936540746,0.05462354192338127,-1.4459064639521584,0.9993647496938599,-0.9741361031347296,-0.3527177773082206,-0.2621597688153851,0.036008506797886225,0.3537286441781704,0.5746523661380091,-0.42958429390085634,0.0726772305371467,0.32672524377799245,-0.495459593608777,0.09259438772926765,0.34534044411062104,-1.0306369995713125,0.18198473113108393,1.1068115038310857,-0.13249525454662744,0.8329573046091048,0.04343073203325008,0.8216660528498548,-0.47909547586800305,-0.35820979444927964,-1.0108102431469326,0.03633228491022457,0.25720920836044536,0.7153005939508449,-0.27903539248135767,0.924734510501904,-0.2510801490000091,-0.5898572491427675,-0.1207276148268017,-1.3975834988506795,-0.3528579897229646,0.42909449378149256,0.06405941596244127,-0.701942104655642,-0.05340954515534186,-2.591286940858981,-2.951109250182068,-0.2954082967923353,0.8633249882129187],[-0.8863211965646535,1.0066609412028553,-0.10546382146111953,0.3788389574159003,-1.5757696549772846,-0.3117107060962185,-0.5602972838430641,0.3778667297654113,-0.11131991110691401,-1.0364216007324805,0.3259957942164711,1.0554732220448495,1.1745332663774313,-1.0614399390338827,1.088937127795379,-0.1705421600172938,0.33275892364416293,-0.16446899485272493,0.6466306099899416,-0.8874156117152078,0.5693834301536638,-0.30920345981250685,0.9411511752693703,-1.369635212625418,0.8599443570530524,-0.620222679245914,-1.1921241305532424,-0.06527382117330138,-3.772561761341546,-0.06287000329572211,-0.06890654886104398,0.9417569870228465,0.2562260245493506,-0.07816433405728603,-0.3672014125393285,-0.8804941921928205,0.023546169994086562,-0.14529456312312294,0.09166678374490429,0.08745301762670485,0.285011900813626,-0.7760664312328797,-0.5046457324895943,-1.3194949614853966,-0.8242841751010465,-0.3824354962576054,-1.270573532580042,0.10619338497638145,-0.30356261056135553,0.5955754978544789],[-0.35752632880568297,-1.1357420880595062,0.5292454353379096,-0.06239263661109655,-0.1810874150055311,0.5590916049374446,0.07969418161906533,0.8608998288837424,0.4287314783246291,-0.23998394084319863,-0.9102993394501142,-2.002465938400564,0.2206507951204866,0.33376541706106555,-0.7365223832169626,-0.3198845176471631,-0.34929671241719484,0.4472454638399275,0.7404360281709365,0.7374255449060751,-0.2544028881446768,-0.8768160012868713,0.6112552101172662,0.11383982384514982,-1.40379395186245,0.9902966837549205,0.528610837707212,-0.6396604627162112,-0.495991068431327,0.7002597825107526,-0.6541847267863121,-1.3041652952215186,0.10330554231849677,0.34433672300185186,-1.2984054042333235,-0.37385044161664316,0.3690449179764332,-0.6040504586564492,-0.2401969099134817,-0.09818264450220075,0.382655644353025,-0.730293392604165,-0.1606878857225037,-0.9332599384668226,-0.8648786391878204,-0.6914674699970841,0.08736188495271553,0.5363207486338083,1.420484562202628,-2.0286274357559098],[-0.7038663842081792,-0.7101083310310344,-0.3984034881582488,0.8182126674207959,0.9253418719958856,0.8902505000143451,1.0882384646818153,0.8523761389771031,-0.020125256312303767,-0.18118203080368975,-0.39678072292185146,0.34735267396918296,-1.6227594957701177,-0.8429737273529013,-0.7474131962128457,-2.4237230728989134,-0.22994701020033162,-0.41124590536378147,-0.3038075337646359,-0.14657482760841797,-0.2939725042339825,-0.3615989554221321,0.5466457009259746,-2.126236224981615,-0.7505939668824476,-0.3492195483345324,0.6902152110512044,0.849016643487097,-0.41883363816149677,-0.4885661623460158,-0.4263865441401977,0.457093162170094,0.12255605968800044,0.14803435246444163,0.5438779991146471,-1.4659201833235205,-1.9313418088362226,0.10359265125978413,-0.26065906568633307,0.9802296012208996,0.2024856302126361,-0.015194328322944208,-0.7281167817860287,-0.9552172066113649,0.7293375379685069,0.9577643379605998,-0.32178089932009085,-0.8691263006475562,0.9109017528095269,-0.7518473569483566],[-0.7454088395837216,0.5553894130662012,-0.39339308236538306,-0.10783123517287135,0.14572679392442905,1.0695990583609671,-0.9311747167197915,0.7652110374722376,-0.5160074241721243,0.844547193818579,-0.7730185524673144,-1.3436287364459198,-2.6102968620352813,0.15439065549212053,0.4297125090453841,-0.41120409415632625,0.19530933054527602,-1.8911340448573932,-0.5925063797852297,-0.45732173171096,0.6747926691810758,-0.2578033474897932,0.49691828670559623,-2.261505173201502,0.371495754716033,0.596338811846806,1.0271068302975468,-0.2525972340280166,-2.24311713297134,-0.4046739153283084,0.4076506488627945,-0.5378453344951162,-0.4531793943640034,0.8637267940693428,-0.15049226899805887,0.5004534821925055,-1.8887195985010619,-0.1959106802957195,0.6812378363989712,-1.0380150707017706,-0.6922883743608452,-0.1917909156324875,-0.12602290578834577,-1.1612449478579703,-0.3718313261056988,-0.19802513920745402,-0.6662168737733647,-0.18637997979024018,1.0736560026094906,-3.052265179982672],[0.024754259123302105,-0.36996117484199703,-0.3168792979276068,0.5542318274993602,-0.8435080146680257,0.2918274042466832,1.0183752198264175,0.7225623328038403,0.6307011902466422,0.13871722769496164,0.5430394438046553,0.3374666045047817,-0.9493429325134336,0.6025550182188685,-0.5404123984168744,-1.2393851556226356,-0.0750821518569434,-0.26350447763424956,-0.8037918781551566,0.19899207149644163,-1.1205658506304557,0.4592199087623798,-0.24559549360694577,-0.06779113921656214,0.7526727795635264,-0.1245505748381419,-0.27099670529100267,0.11083592645132016,-0.671704075948248,-0.9109353764807531,0.03601067909801612,0.8032838051485909,-0.9425802312291546,0.0006044673032678054,0.3650571353340187,-0.6311078057285898,-1.7216473831261736,-0.2231055057758552,-0.5447561311807337,0.08994183218394101,0.47859941843243003,0.008500439981938545,-0.6718334219632573,0.5867056258474064,0.706149252163617,-0.8558608503722511,-0.07470024552039196,-1.0542909007125447,0.9011002775856713,-0.9053198214358718],[0.23524122077769807,-0.2382291685334897,0.928791959924294,0.5968326657217214,-2.1430155726435847,0.25285503685130256,-0.3006669195567973,-1.0663738139215275,-1.9517924012592696,-0.24526175193354877,-0.5842818480164903,-0.16360678565686262,-0.4513456307044452,-0.9188101743536838,-0.28239019528912673,-2.4052874818450274,0.2790841588036014,0.5476147190533726,-0.4684930068969679,-0.5743441345088254,0.4271458545634842,0.5010783688863222,-0.016110040183333087,-1.3737092352288334,0.3751589588824217,-3.1407728096320113,-0.22778215957808678,-0.05730791214872515,-0.5013351274894229,-0.14821112966981978,-1.0206017236087865,-1.1816833457232283,0.0804770810125368,0.13631847169190942,0.8078287528047731,0.41066983255209516,0.49772949580860737,0.3408724555550463,-0.13329078731449848,0.03530110275326893,-0.9829778084289238,0.42431568921790547,0.4848011637649156,0.4008011127677214,0.31596805310212794,-1.6189630309770382,-0.8428995492116251,0.6705033010121626,0.9702796395106353,0.6818421534178869],[-0.38653015378421324,-1.5762055154884071,0.6153465130276354,-0.9389302718548317,-2.2059956254137387,0.3761291186105479,0.1645953109143926,1.0660287131448036,-0.7600951517341531,-0.10148729145133695,-0.3549826440282501,-0.4398003466388982,-0.3615490634127612,-1.0427097786380286,-1.4807195104913429,0.08083153372412268,0.4929694599026468,0.6351734604409804,0.19316594927302425,-0.4620885061436464,-0.47342898781226006,-0.5965762577614437,0.8701516984925496,-0.13021989236694068,-0.623731822563485,0.2598126383028202,-1.5307977940481081,0.18925091247146808,0.22319784317284974,0.1529931515319919,0.9287450421941945,-0.43829434038924103,0.5456447323171818,-0.22867843972463403,-0.01862456856118902,0.5410968234571026,-0.7325915347080311,-1.161573693347927,-0.4248975311179181,-0.6882476070203086,0.38723450151768934,0.30701680267378334,-0.12423093766845404,0.06350120128961927,-0.24880399289711583,-0.6105362147234172,-0.10921449635222458,0.7009548346873229,-1.5486805321389563,-0.4530725312300218],[0.14954047129351236,-0.4966612751975813,-1.2369133558924428,0.9757196363701602,0.4711653290115246,0.21868968451973922,0.9052886360966177,-0.42847826250286397,-0.3653052364809289,-0.1974490599585645,0.33578453171076644,-0.766761707893451,-0.3148195962166502,0.6079575992171635,-1.2169238987076543,0.022256694251730758,-1.4165152016443194,0.3181786859255474,-0.9120863118043631,-0.23002784010886168,0.9608219569602104,0.6584546004771263,-0.09502314994592224,0.15154110361156622,-2.2816803030828363,-2.3162011791928743,0.8209129841910292,-0.014838803967456354,0.9503443941907306,-0.16394169385516327,0.029493900537566575,-0.19723234654036131,-1.4943808337317794,-0.12140351201561654,-0.012807787604617036,0.40026663371656446,0.7459452786912076,-0.08461680306405123,-0.4792113103296434,0.31072014500776024,-0.06325480438911273,0.6432391049595266,-0.30211801033816627,0.6511661516727882,0.5492777045224836,-1.9187626113876484,0.7218004838424996,-0.5986097195896272,0.1568178176450557,-0.8548346022986532],[0.048930300004594335,1.0810368824745544,-0.5112601312578253,-0.19063004706183648,0.9477339002915248,-0.5955710753984105,-0.02402026290508451,0.0016584091405701007,0.0677419462079883,-0.8531287944502146,0.6381104297352618,-0.4705471491792311,-0.1126559353033055,0.7795804514036321,-1.8798582367824868,0.49144078283038145,-0.8609878104800831,0.7533331336177737,-0.4323452210668374,-0.9294468947430093,0.013030603087003038,-0.39622865681303254,-0.05654075437508322,-0.3775756719066713,0.7892635597283978,0.6243616822258297,0.5252014227730617,-0.4131692149820095,0.1152687828338694,0.39016711575174295,0.2030029692086987,-0.6133601044509002,-1.675252438233096,0.3756933783198119,0.5985150489649594,0.015043443010987617,0.2646935193564336,0.28424330965518674,0.5323540035165805,-0.6846975990204586,-0.382306843981756,0.8217670587078385,0.40355587596680725,1.1691204371480974,0.8726464832015497,-0.019392826063092006,0.2679685158748766,-0.768438456817189,-0.09669012791375312,-0.6472050267135492],[-0.5707072701364135,-0.2766063414058635,-1.435809226991609,0.1802552269391959,0.5527259348522165,-0.06739801759560121,0.24202664471030666,-0.6357607147219189,0.47628247569873344,0.7714574884105266,-0.6422628625726627,0.08537077592616008,-0.11851597298556212,0.30638058503406257,-0.49381269241012676,-0.21123955871655611,-0.5209364585100794,0.45932234062946026,-0.3561199074289093,1.181899402605145,0.37392270456627547,-0.6361116995433099,-0.6559373128930065,0.4765096778175263,-0.9603749848077965,-0.09926363749637118,-0.8172789972282124,-1.4898837577537547,-1.1762174928595066,-0.9357201050425064,1.0135092181659793,-0.4464211812816987,-0.9479733601054298,0.4430996241635197,-1.8201347001781774,-0.498394515782967,0.20799205818782576,-0.05134591109430435,-0.025546958212809508,-1.7823680810408553,-0.5768268407520266,0.6234900243204398,-1.0101928561561795,0.7238346974864583,0.5718313491635951,0.6569458428283472,-0.6338037370033149,-1.6014929677530985,-0.3238762934028768,-0.5681126870348601],[0.6044421866267455,-0.24418028220324256,0.3154553624210255,0.24148690547634616,-0.7549057181498807,0.03907236802265558,0.5269172218721709,0.04771273840937288,-1.1498446634214308,-0.7431495884731588,0.5726207416997733,-0.21678231892123517,0.4499130465885938,0.39211146416387294,0.5503429740108184,1.0362228479407565,-0.5084801259293539,-0.6592129515721141,-0.1331364399215992,-0.271427989909295,-1.3710177469752685,-0.10105168740486219,0.1230919409712458,-0.6753146555979135,0.1071684986085616,0.361087977009914,0.6756387965209176,0.0005439363990611258,-0.48430676512176335,0.09402944296043139,-0.1278430479187821,-0.49338126067840665,-0.9067897738647944,0.6039318490343747,-0.5206497224466424,0.20166908248481005,-1.0361875468288853,-0.5916707568031524,0.05407524615343951,-1.5881353871514463,0.7373013996214205,-0.32052106898174204,-0.331154189656945,-0.4328978052187566,0.6675135002310408,-1.003768165292222,-0.3536219814679359,-1.5201680110073708,0.7392619946307786,0.30162648593492225],[0.9952170184064582,0.5418218326681489,0.4525714997700176,-0.7394905288179092,-1.0397066692606143,-1.5907849804310314,-0.6064336342112109,-0.2029318143627932,0.9706443490375782,1.323683566230212,0.35528352081063175,0.44048424451729223,1.021113623593531,0.8107868836350406,-0.3084391470789736,0.5800823206094105,0.38162349907862714,0.43654303939723976,-0.27241701977845795,0.5705223292970178,-0.3926287948446284,0.27944772810767954,-0.1314979616605363,0.3603967827011593,0.5136385085848603,-0.30432976796897454,-0.10113208817607595,0.022229285303731756,-1.4431891396335965,-0.20972727891867435,-0.332823108068672,-0.23961075376680974,0.5491978159408557,-0.5759836333537469,0.07900308922161049,-0.5650190571204659,-0.12415981452006503,0.5803730571600997,-0.07444052928254087,-1.0637231195718848,0.2179309798277653,-0.5182861299650379,-0.9876151813646631,-0.46368855581605156,-0.8354163418927263,-0.5719940766500399,-1.0582672355914728,-0.33609773292883927,-1.7990086909114433,0.6810456139345255],[-0.21110584815989858,0.2421882392456056,-1.1347263051592458,0.8554021692184363,-0.6218809155699863,-1.291478694317571,-1.1730021913196225,-1.3537412652239302,0.5481303815874979,0.11171655626661542,-0.5208012598448682,-0.3834622323355435,-0.2947945290706972,0.732279891504584,-0.3580898183979906,0.14378913566778517,0.09875505994319274,0.9454990318482334,-1.7468438179201495,-0.0001257030533976458,-0.5548503056847222,-1.1606411266898424,0.6031492403294993,-0.7287975846796327,-0.058817797495287545,-0.4891194446851762,-0.3741275354997311,0.03326481106468774,0.6657462224080494,0.7900963086585923,-0.3733190059008978,-0.028600529205669918,-1.7112540541944263,-0.2430676613313455,-0.6905439398692926,-0.12574857557792218,-1.5736771896063908,-0.9898258165250219,-0.45638174550010246,0.7142599323363515,1.1022471280010397,-0.23447241691342993,0.4605400835019855,-0.2932927927661429,-0.7480167237045761,0.9496790393840069,-0.9958457351548868,0.48465684008928767,0.09904011738269612,-0.5788444683890038],[-1.6005795987030507,-0.7384160771614107,-1.0922767516750296,0.15647265060633245,-0.6104925829268175,-0.09593634818732023,-1.417779990820685,-0.021710707536456986,0.8102268905314396,-0.07360250309380807,-1.272477175733985,0.2456603151553821,-0.07395081816096157,0.08224295118540045,0.5635964706777072,-0.8909845598943648,0.9558977683427377,-0.6510207966146542,-0.049364834454767276,-0.1373299160012895,0.15091601354936116,0.858235023896602,0.6084459064519532,0.2622224510648047,-0.46781654997010963,-0.9574469480804106,-0.43477226125536955,-0.8889305231882974,-0.05006804547608076,0.6011561785639931,0.9094669662332369,0.57404332543614,-1.8929770183614025,0.1790924682539467,-0.11799605769907907,-0.21056736512697116,0.47094569684847487,-0.7147864557571464,-0.9042446464414564,0.9005150563916744,-0.30640226862038317,-0.23413509252199619,-0.235944662969545,0.9498664901605882,-0.5160890731400855,-2.4139866266430614,0.31048342495447473,0.35793573194582545,-0.7304680638249352,-0.3890444913076406],[-0.8895978460127861,0.8098353534812648,0.5957154356199378,-0.6198758439986681,-0.8325083861843064,-1.6153894474920882,-0.2683890216480379,-0.08419288319560436,0.5512127575442921,0.6906448432272745,0.26181863833952285,0.5208261993241087,-0.6755024735752143,-0.8812329281010142,0.3898046319004561,-0.950960137066842,-0.6261682886318712,-0.16612361972336528,0.08403562489666326,0.5639709888628336,-1.0765138845225177,0.5925946422677957,0.32121563065516967,-0.3424374968319032,-1.542762897504976,-0.14187821929211272,-0.22595604057232713,-0.17651842178538094,0.07115619225445495,-0.19064838690412828,-0.40460314964759947,0.555503369919252,-1.014530839765659,0.8291352066489712,0.6575852433943742,-0.8172808011493802,-0.8562277106001149,0.19563320774516266,0.9689230494750941,0.6278430606740724,-0.26925790553557766,-0.5056901476262914,-0.6840471761686199,-0.8890456734650382,0.7031928273563419,-0.9659409134269462,0.6143583726457947,0.09250533524901107,0.7977058682061079,-0.7529937538733379],[-0.1373106811331275,0.4415518030933504,0.8889842001264615,-0.17579969715016255,-0.5779300880213779,-0.3984580718858997,-0.8057433322449198,-2.2852205699164596,-0.9007696799682813,0.9994226307073514,-0.6524151165851206,-1.401511382979722,-0.10345865646472577,-1.0741149346409802,0.038413076298319165,-0.3423099152651466,0.4271521289125062,0.9735404859395967,-0.6768823979686821,-0.7785763290258444,0.7725499741731815,0.9991011531117,0.937619025516286,-0.1446564480503987,0.43688983719970703,-0.5137631026410909,-0.35504572350051833,1.0566318185399322,0.7463358474082155,0.04517827807371427,0.7053038298952454,0.6566767782848116,0.8623501488905987,0.4708393427765794,-0.20599665666224068,0.6641930357317444,-1.6499094684906703,-0.5772499278062537,-0.7138354437219194,0.2950123455802606,-0.6542743643341375,0.9670620188853405,-0.44344169056004534,-0.19122129756054146,-0.665810399085146,-0.2224999782716232,-0.2875673969450008,0.2654430392318347,0.9051605104456638,-0.9836207650994262],[0.8014077156287789,0.019001595314927355,0.37189951845616015,0.45511850197124804,0.4043159703190628,0.2713947610417963,0.7062134987035502,-2.5033714663325317,0.5780091604158938,-1.1781765374851187,-0.7011681856826679,-0.401191159674229,0.5720691155807656,0.06449476194123609,-0.7766791728198973,-0.365078050698805,0.5090480376979006,0.4168425877964568,0.8796554326217435,-0.6165409353232363,1.066256012302905,-0.8001939886810537,0.8394707682914502,-0.03484075138027133,-0.2020713136478689,0.9581518799199138,-0.6331251990160925,-0.6334745010929292,-0.11736539202760492,0.24139197762654355,-0.7708873303842357,0.31200765775158,-0.015470491444990494,0.9447726078275539,-0.5777841234103848,-0.17119994767801847,0.07825505045742813,0.3180590267029658,0.4570522111581034,0.7014222263162903,-0.4721654190653187,1.0412788608110588,1.3252539393722818,-0.6214033459928622,-0.16489194862219034,0.3431184333771789,-0.3941890818882061,-0.020711124358985568,-0.5323613083429105,-0.5168317321215538],[-0.19779571987973643,-0.6537789079501698,-0.5168494304389091,0.8091333423850006,-0.4491089147974334,0.37869767508685365,0.16835823071703013,-1.9101678249324368,0.18169439567531903,0.31361416753705634,0.8032714733917927,-0.62413000548381,0.48162524282683133,0.34971495655902474,-0.1637571596966751,-1.0653776823304202,0.22195545686286763,-0.38320636833969,0.10554831495308775,-0.5212865217812489,0.17714819892158254,-0.07640676590966489,0.8244468848728892,0.5879452901940311,0.006561543000507861,-0.5586624474330709,0.5770037931171577,-0.6189651246460769,0.7718356922419297,0.6140272207298003,-0.4349464228136993,-0.34750277544448105,0.6272939692621495,-0.3713261258791013,0.7280513782198632,0.0682207864005871,-1.047470872588161,-0.7561115482468589,0.666646253571559,-0.5268537057220695,0.06813427294498989,0.9724368793258049,-0.7442703877697211,-0.7746688350899884,0.3960731785012016,-0.48053739900852843,0.0895166694883781,-0.1582067499681423,-0.46464228421735015,-1.0648775425420018],[-0.3504265482395441,-0.05902323466948215,0.5034876700571355,0.3143252890866417,-0.760651522166982,-1.1489082757625917,-0.9241184000344244,-1.8754712345493767,0.4167023544388769,0.8788058078080874,0.5577967366482589,0.20748237267338202,0.1411110634264256,-0.6020262227912575,-0.5523538110640555,-0.3621460063790977,0.15302225052340426,-0.812074164262565,-0.8891598457948824,-0.6527985367317722,0.9588529606757278,0.12480662460013768,0.47858958001767765,0.7736618535529685,0.7950086060814087,0.007377560843043029,0.8082156346989556,-0.029413371323001865,-0.7086589770091581,-0.26813157643256375,-1.2427241854934286,-0.8514002302419742,-0.6965511768072375,-0.7361430101834271,-0.9098978938167986,0.9612202845572294,-1.9303062433560103,-0.027397564650931423,-0.14801876720427026,0.6599323981615141,0.3652336425941621,-0.07832091798598835,-0.6763368037814775,-1.5003542156553333,-0.1587005883190767,-0.6319469175255202,0.35885162129971604,-0.7994881282776936,-0.8102496672291889,-0.8406864767049409],[0.605595012127369,0.6423891709127206,0.930455143328214,-1.155324885088218,0.6138017884769478,-1.2442804651500794,0.6818509267897813,1.336383210500442,-0.3223319883559319,-1.2170852561817351,-3.0904757980972155,0.61106172018223,-0.7551953681466134,-0.028183384885687383,0.06170611944966794,0.642149748702238,-0.002352164171589359,-0.8360815993460871,-0.3962758497457044,1.3497960802270685,0.20145283130569044,-0.9798306996276678,-1.4212878363636798,0.5704739332108619,-0.6017463661235843,0.9698653598020721,0.6305628386499145,0.8710635709897848,0.7048819894922547,-0.48717079891449394,-0.7328888952734681,0.3989151450668717,0.6960262260780324,0.012218038204169793,-0.6532554703123421,-2.3157832552577324,-0.7308171880635927,-3.2284837647238867,0.641188552617781,-1.612054430128146,1.0584293764614265,0.81695314033956,0.2741378994750701,-1.218891379128735,-1.6333158716831846,0.9041560550331535,-0.8561557078340821,-0.18272263658772298,0.21122915545239254,0.805415678209589],[-1.7968808530882703,-0.581950814716613,-0.1472381257635337,0.02867675672116403,-2.232708007468498,-0.4808630399146689,-2.197147446227844,-0.5904691841101213,-2.632559428911049,0.7946736882770019,0.9226403144052313,0.909301292553106,0.49796271967069483,0.16898952943761403,0.12780825253178593,0.3311408052317213,-0.6924814527671738,0.6846340217508947,0.9063744157390526,-1.20559935855907,0.1274122477737977,-1.2561535094673355,-0.09877930457875589,0.5412955956022594,-0.039714348954428845,-0.9577033978081784,-0.2899603361340782,0.5038230817716833,0.35388024641797494,0.7542112078895374,-0.09228305518443831,-2.007059719144824,0.8929490724486281,0.6092602582919507,-0.2728153820385091,0.6226444686067202,0.7424236957800877,0.9324809061053702,0.03457329457223474,0.4149253082197162,0.4608945134087119,0.9079264635878339,0.7581481552729539,-0.008490999540041046,0.5171938144178263,0.674509444685758,0.44594863610490043,0.5525045591714604,-1.4416059748999344,1.0383767136978066],[0.5089095239035123,0.4128542793950872,-1.6605880928064425,0.16537631578663958,0.4782449033800851,0.04323806757529537,-1.7532931520260862,-0.07475487101647021,-1.31170309299454,0.840369090909019,0.06297339280386556,0.9059272288918979,-1.0667390578643974,0.03284899515775344,-0.679224983742145,0.7672290886023376,-0.17573752346529167,-0.3941221684247892,-0.3715950014969555,0.41690978800619743,0.30039650360945946,-0.8641336028632837,0.5892907617772282,-1.0020429635210384,-0.8165550117646001,-0.9952000572327683,-0.0037465050859774303,0.3869566085255278,0.8649444595924863,-0.42431071406879173,0.7574780586555478,0.4992060791460491,0.7614733718609542,-1.0321976342214791,0.7276049399684322,0.46049020311099925,0.6353687690799528,0.24099975562710962,-0.6823232850946589,0.04338246844971503,0.9550487786727885,0.9948706338621001,-1.010223964111318,0.6839116265522052,0.1255737482148421,0.33401565460770044,0.5238905328599764,0.3594128544739055,0.5035855675753176,0.35743552535806294],[0.8101649134004903,0.8175038484164738,0.016749383515833886,-0.38839779070026326,-0.13626232596853488,0.4325440894168573,-1.2853262230709515,0.9933190428829543,0.24925272017476272,-0.5865062539768543,-1.8546798846160064,0.834309317622399,-2.418112912192189,-1.1303985081644368,-1.3271786354395219,-0.853847986797777,-0.012325298762016377,0.4619881052939455,-0.66424799224964,0.9773585273279912,-0.6796599568958056,0.7290519791083893,0.23989995588637275,0.3034924402202581,-0.09820001390954981,0.8856512800583366,-0.9111143569990501,-1.4220875259954044,-0.990542494929298,-0.20706853609717216,-2.0300628359753086,-1.844696059735496,-0.11051807822586865,0.12039121867412844,-0.62928418315956,0.8801783384991324,-0.7396397473234536,0.3631128333320971,-0.7855983328126747,-2.4646371827490743,-1.0697779510244165,-0.8714138402456613,-1.9813433313198425,0.5252827861096503,-0.1787562264188657,-0.25739105392378253,0.722470274140478,-0.446706185584134,0.015542188144176291,-0.1805566626571154],[-0.591167886626741,0.48963998235401,0.6885506166081312,0.2396816139293578,0.040671904583665604,0.5138830802159848,0.3797750358457927,-0.7937884761291181,0.07264282421930762,-2.3087320726818534,0.36272571227086264,0.13614464048895752,-0.4634376907891149,0.6249649441307098,-0.7410651248250091,0.9222030070027241,-3.6472331055254923,-0.5368376883069089,0.8735877612756924,0.01229729521312978,-0.7955828216660935,-0.13813304226946205,0.026274965255020287,0.5866604829966717,-0.9733663764031167,-0.6857015526599928,-1.2924365891396428,0.03396177998500803,-0.14089972384668215,0.06564704850285806,-1.1998524993849078,-0.4698857339212818,0.5219467366449922,-0.3374932557947412,-1.3148266385475704,0.9401612402789851,0.4084372065239324,0.1352278832715039,0.6153425777974227,-2.597503590668058,-0.36325028141044013,-0.11846051843221617,0.765289779691282,0.12084272884375025,0.013610181337750988,0.3694656156403213,1.0927518286412852,-0.057381588747040226,0.4675617410818279,0.5950394193360584],[0.29277854709380424,0.69993879928153,-0.01641754357687888,-1.3578278825086194,-0.14593797274909057,-0.2188934519381982,0.5468669854432826,-1.497162114498729,0.5577180719851561,-1.45085132255984,0.5637109664639278,0.5256988356301154,-1.0193756985016544,0.8929203651796634,-0.07044314401130398,0.9706505100028108,-1.4926557756062435,0.003242320585913146,0.3963091732708909,-1.5287887052297253,0.6823652578143993,-0.42444439684511337,-2.1081866940407994,-0.3129444102373338,0.5530149344338537,-1.195831010397717,0.5759646623804845,0.6420980954864598,-0.9084144072077163,-0.2134238779558708,-1.25905898050296,0.5296431925332131,0.6955493879576808,0.10914346471366626,-1.2995154284096733,-0.06069076735186544,-1.0596580030840246,-1.4314190247264382,-0.3314209992513956,-1.4491315290853373,0.5687532593055558,-0.6719950759548542,-0.07510776135838548,0.1833569883938659,-0.13980211209033172,0.324762532099857,0.3516488470360507,-0.6190950170816388,-0.2863676378313106,0.5209672762609048],[-0.3450927502272409,-0.6365107939894384,-1.2699525047156184,0.4486069434689191,0.23744167569763908,0.1752103013959581,0.4640003790510402,-0.15787424874193354,-1.0349534342072502,-0.3663946282332928,0.10771827902939243,0.9198661580966834,-0.8531396447779989,-0.20118863683393387,0.11852167666960906,0.10870654716692572,-0.0680147065465873,-0.6936211373450343,0.22262890902110005,0.2109727915952214,1.00825838965548,-0.20997111627002665,0.6857482834671533,-0.598893506290882,0.045583021554603836,0.8889220051502319,0.038028596432896716,0.6303884011619062,0.956450854220678,-0.09071441760447384,0.6316950079806636,0.08071205048922472,-0.8360186589653344,-0.7918352871264593,-0.4211904600131131,-0.17857359730405958,0.3817547731702207,-0.45131353579650524,-0.6467191860033507,-0.569951520232423,-0.03538871500128107,-0.9221676365443258,-0.0699489709796985,-0.2556966662628024,-0.11198582219013668,0.8468392665194319,0.3698014795867415,0.8021406933264665,0.09457536845825405,0.9802273767138795],[0.6382621852239381,-1.5144335946336558,0.19268307406398413,-0.8373046469397004,0.42399965195058087,-0.967949645046713,-0.4449208951239985,0.5609934287297852,-0.5741448485946006,0.1496513147027164,-0.6585955524534709,0.535218811448146,-0.14465265643145073,-0.03908615700647675,0.544765316825932,0.4487293346282147,-0.44160974163562383,-0.7773989789930246,-0.11981846000374892,0.5100173274121914,0.713418551378257,0.8295503852357083,-0.7288056326430664,0.9093862372967537,-0.5563721164169488,0.2485709700634799,-0.5553587760081756,-1.0230513043334286,-0.08846389915776176,-0.6917844951961382,0.7028179190090088,-0.5719828808173872,-0.8195323534394733,-0.28922513688842405,-0.26844548331050155,0.42880196229511325,-0.2825576871284214,-0.6656192329792611,-0.03148927897237214,0.12126146058383698,-0.39586756801420747,-1.6575392793815222,0.8487729184025985,0.030022608493421785,0.5216692220023325,0.21293738971362217,0.8572449170784023,0.2242995307538697,-0.9519111661621324,0.29313320784939323],[0.6660256256925147,0.38341911263426826,0.514997639671114,-0.09090815211280502,-1.456502653103555,0.009009203976455696,-1.3894974270609444,-1.4382543944351385,0.22541818875260194,0.5336591726251769,0.06479813052541093,0.9427040599455125,-0.02268364208568643,0.46008182887852683,-1.3042204352778952,-0.6469174919725991,0.5798237820862083,-1.7012990837120785,-0.46823529595025415,-1.299108911975193,0.27361811891343923,-0.8425083344034214,0.23828128075319654,-0.11348043897505987,0.7018622572144577,0.19183165511032912,0.3082741044119437,0.26252254095098754,0.5007792947006574,-0.9292764724527386,-0.18714555412700262,0.12001165531275733,0.899233561636979,0.06362203200248358,0.5169477256356978,-2.4616696590458926,0.2875635589008028,-0.3043741273130282,-0.2920994842042339,0.045018864361622654,0.028193852977270853,0.6796551426670204,0.30902677111317334,-0.3543683779842584,-1.9313257915822608,0.39686853436593483,-0.7077415663507574,0.35853047621071815,0.5895061585640456,-0.25969765261112115],[0.8430103831455273,0.14812080981521408,0.3441613830655777,0.2763142657024309,-0.45466138852055893,-0.3000090339140288,0.7788843466232138,-1.0694272596800931,-0.1663336279788362,0.6072757043871129,-0.6098999053625294,-0.7284901050291694,0.05192276437710102,-1.1224449039387296,-0.9893571870536753,-0.8517171633493472,0.7162607421632486,-0.5764343194825698,0.39170482512073934,0.1657273860694545,-0.9502340805688589,-0.17066386303825498,0.5077218580269972,-1.6808771472083546,-0.2150729114203765,0.4007481466227284,-0.22415632565101787,-0.8342640279570889,0.3211507560785726,0.7240978583986086,-0.3193104714351265,0.7507225559609227,-0.7217770491537088,0.17924285913036464,0.8870384344151547,-0.39932493444888595,-0.16985349501815716,-0.10523499598480646,-0.3131886203216193,0.17604795732803252,-0.6680383448301767,-0.8679705163964235,0.7850355936062187,1.035336004718502,-1.6541722464142319,0.3543189667745045,0.09759678959889576,0.5078353378961679,-0.40223471654629117,-0.8172640616870906],[-0.2807139719580638,0.43600612927728793,-0.18244669518229056,-0.6371437617820401,0.8028291863916798,0.011907917695372838,0.32080496136180425,-0.09286890379198251,-0.35271005157940233,-0.9762801472908255,0.1661520068105584,-1.071713109062185,-1.7672597444666727,-0.8676487870799496,0.19584986262369836,0.07793654302764316,-0.2411174520493291,-0.8226707434776714,-0.01672483696793981,-0.020622618351430748,-1.213781499844502,-0.9661017650682653,0.45894209170463646,-2.012125111200509,0.8681797080932816,0.44625495431991213,0.08794387224810128,-0.21070098194892944,-0.03419528305140757,0.7107732771251951,0.5612163027727337,-0.351505969256607,0.044121095104978754,-0.09012569162371216,1.3616939352757012,-0.9619712755104782,0.6276921848483642,0.4306420321024985,-1.6908743032628528,0.08941397135799403,0.6001837224185322,-0.15516718389331596,-0.05578091957457238,-0.6262291390104903,-1.1739796283439181,1.0279323924659016,0.15219814373655988,-0.2130874560609021,-0.5668448927052386,0.8160852754826707],[-0.6337278950913079,0.39264038323879935,0.4744969251560691,0.06290600653239733,-0.9960070972219331,-0.7999667268069444,0.39862951327005036,-0.3870533681114835,0.9661173952560953,-0.9333097908976765,0.14569834104128898,-0.014429001217396216,-0.15516278080857335,-0.7925919138095743,0.50868468649233,-0.5214153948301429,0.1080866313117462,-1.11311426068578,-0.47277719042074945,-0.6740410454886144,0.26760452638977955,0.33398288862603837,-0.8534112959587741,0.7261668757288311,-0.1406726315998119,-0.3853951540629169,-0.30040026528251146,-0.32174472934172466,-0.6862914566948878,-0.14921238306011184,-0.4180639593085462,-0.7156254641935317,0.8392397964002627,0.012487074126402388,-0.15095417171436057,-0.6028332210867039,0.4285516666017091,-0.11475457916331211,-0.22299875774327368,0.2221318271402056,0.15767812832963748,0.1392506264067094,0.23648252486119062,-0.6596632165566229,-0.9261192100833894,-0.46708541950499316,0.8037963720002761,-0.5488589186714331,-0.24863276217882557,0.41660792388676576],[0.7601797423604938,-0.6041555757935757,-0.4156551871392788,-0.6653188996252878,-0.16920244820596322,-0.19929859298816902,0.3268440302901902,-0.8191398619561047,-1.24178561521592,0.2993751255094859,0.23527498764076415,-1.5094929548076739,-0.5480562045075837,1.0715815931901356,-0.539768135073309,-1.6550665649682488,-0.11501913738953057,0.02786578235192337,-0.17895810750834162,-0.6069073099571289,-1.9546756441078044,-0.22380490796455801,0.221208052149479,-0.5424896105273102,-0.3002765380552165,-1.3732163548543528,-0.7683624603731408,-1.0368754071148996,-0.7595801359492048,-0.3413589094705082,0.14792180559189547,0.34940718139049837,0.24424176677562867,0.620426776494557,-0.6622357152805516,0.29610790397836567,0.02399965590094151,-0.3312367723603368,-0.11681057705374591,-0.6021094529954811,-0.024045556704819705,0.5794878998964974,-1.1511672801465282,-3.2246860844589107,0.6775536067030696,-0.30746641091760407,-0.04997774410892006,-0.41338764835090774,-0.34539553674334156,0.7054636575307468],[-1.0283814305363683,-0.16851350489604555,0.7545256086689095,-1.9321677817659968,-0.1423245699659084,0.6344198510540661,-0.6536925621069889,0.27502575589590256,0.07240149905419752,0.6948682914054187,0.1775016365093212,0.003523194952258793,0.41121122831619583,0.4888085595888862,-0.5349956405393272,-3.255793382974271,0.016625383492920635,0.4475943846353336,-1.6560999276027724,0.4107832861989096,-0.31515460182667576,0.5793704457296197,-0.5357520645607582,0.7467746785065212,-0.22396285459184978,0.23630750151590973,0.5305906204525009,0.5911006064344198,0.7042632329989843,-0.5859324289000395,0.8456504568360236,-0.8768030940841417,-2.51728435986033,-1.1128618542686517,0.16066949851478898,-0.32188421260336847,0.11440761602994624,0.2279499119684305,-0.44641035959833375,0.29731955841459534,-2.0798300784094654,0.44932487091320084,0.6165694835188025,-2.493343386043125,-0.77350170998907,-0.33110385349510485,-0.15378850291877963,0.2003885433909825,0.07292131139365418,0.4896239294311254],[-2.242974011974405,-2.17857651445147,1.1491743730685227,-0.6637847934036576,-0.2092415996530764,-0.5007970141379045,0.5561495002063541,-0.00030895834766369267,0.6219109906096794,0.022429100692294937,0.7598485102358803,0.3126232519833455,-0.031730381949321464,0.7552841042549745,-1.9960742548862311,0.5553327072994586,0.9476757369325524,-0.38010117472319777,0.1387821907949798,-0.8447785112670785,0.08662175622902796,0.6588252344313718,-1.7191419136335244,-0.7621442929430862,0.5432065637891194,1.0237080476055318,-1.3363056367755497,-0.9167664858638783,0.30681816399257233,0.060076492095650184,-2.908404337534641,0.3883255147625027,0.8258474186448035,0.2247162268189493,-0.5101374270071751,-0.7555640898883703,-0.4651627857199671,0.9089681964718561,0.8752258100734314,-0.15550624860114318,0.30616475327287546,0.36785302592261776,-0.22273687672009912,-4.032934756653305,0.4439521073724244,-0.022071534879827423,-0.5373704444422754,-0.016801284103293544,0.4639877506696416,0.1537791548280547],[-0.20774271547141443,-2.0661717443343837,-2.2567758492087,-0.8649661328833606,-0.32906152178754905,0.3512162249728184,-2.301049372994991,0.800788024286873,0.061343193853091206,0.9508360416133379,0.669451180543979,-0.9369390861629978,-0.18135205160687295,0.2683880583259222,-0.5292029971886877,-0.7705052197592454,-0.38032819811864504,-1.0855181621341246,-0.16755785669288437,0.4561439551271025,0.6811753917110756,0.5471167836712221,-0.6854085573473176,-0.6336908562439978,-1.3758239855969872,1.0188332104625026,-1.2496723288353286,-0.9614422962428366,-0.05024156718232018,-0.13872516725051623,-1.1547609510316852,-0.008212587312254806,0.8912643290286497,0.27512697057892904,0.18036243083211528,-0.08639926084683984,-0.34771518878988084,1.004090295184033,0.1601918646405171,0.5374814672146627,0.861242661962915,0.7684177251339852,-0.2371908951303039,0.4032915688577731,0.8418165592558995,-1.1279053576317908,-0.07560136977493087,0.9413897625002807,0.8659872154954211,-0.6067937374902951]],[[0.9125360750239787,-0.5574694319524298,-0.669308616982159,-0.08494949219140563,-0.6186659003717387,0.3300543255593087,0.47147616520826996,-0.3589532676162104,-0.9401281819577592,-0.2586517650834018,0.6070566631796056,-0.40879736129029076,-0.43674172136275413,0.8178827922585162,0.8256646131983567,0.47250571548892184,0.0281342672057473,-0.28411476043356243,-0.060521519995141354,-0.8678285365655509,-0.6447053774780935,0.3995649145874901,0.027114274577214003,0.7993070156608776,0.5137858824018967,0.9613253634758977,0.335198562275562,0.8546028215899716,-0.2029207624320788,0.2788644940445658,-0.8685574298304676],[0.10160207937994586,0.5520799317236035,-0.5425855487078272,-0.607315355483863,-0.41074058668130736,-0.017608028491575434,-0.34669887509131525,0.45331929665999504,-0.6413374209226146,-0.2107732486013329,0.5689843839955464,-1.0883139413999179,-0.6262179460214682,1.7408701474068284,-0.3501687357940705,-0.6492273381248006,0.6961827855449404,0.09769665587910535,0.6136455493747738,0.7870849235450762,0.1806679024294708,-0.3717334122681659,-0.08862829803609257,-0.034389014526171366,-0.914713555515867,-0.30833715634647085,-0.018441045254950772,-0.13789783294482755,-0.5981877609217764,-0.6273087909686047,0.16809618792318715],[-0.353932360331387,0.33715628511285267,-0.9615733031798461,0.7657811522522329,-0.2988954894174554,0.688700724183586,-0.40515009503419525,0.7245985925757187,0.6478125194942945,0.6213278159687114,-0.9323074456958945,-0.058050100517286714,0.31535141579888065,1.7065656128030262,-0.31260659621974074,0.13241988944318142,-1.346018282816667,0.7455919017592421,0.43238823244765334,-0.9572692773336504,-0.026633983737614317,-0.6965416593778487,0.8123610115715613,-0.49306469633682964,0.23413224474972846,0.21419288886738347,-0.5646765167974002,0.29837730769130993,-0.3043023146810068,0.8439137765396563,0.22013805775775266],[0.4913681442041942,-0.15987593746348255,-0.6703016187313423,-0.9674473032113232,-0.6259575411848777,0.5815205395182611,-0.7576554936220538,-0.5623006139191914,-0.3226413237508138,-0.03259444727037719,-0.6635837676579277,-0.4603459188235683,-0.6080973021854358,1.6145192735976082,-0.7732791854417095,-0.6718676499182428,-0.12114522476568829,-0.47201357046661374,-0.8799978462184194,-0.8163965212511503,0.9346194503863196,-0.016199313826268356,-0.4554372640278783,-0.5726575337594527,0.4073831163438471,-0.4654933541642577,-0.09561364189980326,0.47714637835840806,0.4595302649681211,-0.5088807967713944,-0.804321783665033],[0.9106395105095293,0.23060479779581913,0.005640961671462305,-0.2903033571579842,-0.23955593268575998,0.026523954067622302,0.2978505364942862,-0.1090097536010668,-0.33829670684190616,0.7412049169057747,-0.8684974473193607,-0.9664276579135412,0.7168191411232278,-0.5615692389282736,-0.1552034532679509,-0.5580764422673439,0.014321862850382344,0.800930816355439,0.6173935553406211,-0.4851163310472309,0.8975263720063411,-0.038853500918521904,0.6256864245228491,-0.10708628921854368,-0.24823991219300048,-0.11890887482582928,0.29945002251535924,0.27027639951187343,0.6966648380738727,-0.6226076796644572,0.48990696595402194],[-0.5082649186887898,0.7042853066975697,0.8462733417925931,0.19716628632228528,0.6072467719519211,0.47141600352400786,-0.548344354946879,0.5229221749752047,-0.41579561606479787,-0.16737514216285962,0.4566663481805672,-0.7254720880929604,0.8487159862698359,-0.777458719081324,-0.30235105310459875,-0.4846850303963237,0.22961054041448692,0.2588381073827473,0.1620367265857953,0.5602908688796984,-0.0606233598062758,0.45869329480260945,-0.6928998944505607,-0.6619896021273786,0.5510939921131671,0.7417403365728504,0.455091862045365,-0.4651363537648258,0.4072116824526649,0.779650253698431,0.3020309991495267],[0.22069298361907755,-0.802129279175746,-0.3897338769369409,0.6315938444490375,-0.9040400641020222,-0.3310657276003854,-0.18094859789025666,0.024363061523657404,0.6254534165824294,0.6046128058693222,0.5030445091022329,0.11398158226110296,0.6265042072382274,-0.45702067435983373,2.491155308702389,-0.21587916940659269,0.44022974117594166,0.3005691345054684,-0.4151928487114561,-0.7889751646141039,0.856094330231085,0.30265397927637105,-0.021084908031449134,0.504509913009731,0.47037823457352484,0.21497489004632794,-0.23482253095756522,-0.34273789560677587,0.11506404505350501,-0.741375248357466,-0.32454411811704736],[-0.4755209129238831,0.5421517836939181,0.9829283456973302,0.4127544824661016,0.41806730803728953,-0.1527772604819606,0.2604288654904389,-0.26745335548315186,-0.5196696978418054,-0.28439850871703426,0.8417895501412764,-0.891379051191116,0.06780892521714943,0.13670994684868498,-0.23683586118203356,0.12294206123422946,0.8658758200296466,0.8771814634048273,-0.6177435727490062,0.7434531076757501,-0.032605598559068964,-0.19286704392306467,-0.48577459212471513,-0.027756401704447604,-0.951059337951404,0.6992454912956672,-0.14957309221171464,-0.7459724808137413,0.1681108151190446,-0.38290412771663546,-0.6441943762120508],[0.28632177801118697,0.5556716469071316,1.7230336664977115,0.8246623487856918,0.09405240543365016,-0.35647675677541873,0.516413995697449,0.5622156137944089,0.4302530194965715,-0.9834522600355649,-0.45998067486588884,0.7209437460142498,0.4875029005719243,-0.38875632009855243,0.6515069494214367,-0.559019785374274,0.5190258618040607,0.6789547881094667,0.44571846795598247,-0.10206943698773822,0.29052108327928255,-0.6046254956976198,-0.12134470679410986,0.4938208714969498,-0.3305564870881375,-0.5981864864374247,-0.26418289967210706,0.5547545497504304,-0.6155560628187434,0.01903042934163437,-0.4365982047677083],[0.2269440191766161,0.42227581045916096,1.7276020831305443,0.6532130760654623,-0.2977700073744985,-0.6623436808431233,-0.9052912214856227,-0.7256412291330094,-0.8055310902033436,0.38735680057906924,-0.6147185753252832,-0.34662161262904795,-0.455756058172217,0.4138295988702204,0.6360255724882687,0.16844150949195544,0.723804387917855,-0.9204494968305715,-0.8118174160186664,-0.9238869456091247,-0.8663043690912602,0.5812571978555062,-0.47195676468579667,-0.2305441770737018,0.6451477409005891,0.8717211343923983,0.4324299118337219,-0.557925515206955,-0.04229309782882147,0.16691740686983297,0.324932130852928],[0.44174056975992754,0.7779114535150354,-0.8970285764508105,-0.14798228752087017,-0.8017864769033092,0.21560129771647632,-0.9748074549175839,-0.43770147657965325,0.6108965561981322,0.7544308283292084,-0.8917118376325283,-0.8090559260228232,0.8330083424927783,-0.015614120339533718,-0.5867053886562223,0.5476236849286974,-0.4436413875475886,0.06686963559416528,0.18369730486319485,-0.5176545669316291,-1.0086345727962052,-0.950130007413465,0.7992709107873126,0.8554118317983039,-0.8899223446968471,-0.08242725095608879,0.1697760648071331,-0.935123054749298,0.8899348103694404,0.41010258476884026,-0.6356831948641793],[-0.2103459412495941,-0.18333017757051376,-0.8245734327945662,-0.9314429532084522,0.7457225704346218,-0.4742139063355368,-0.14504384841677292,-0.2912504524246664,-0.2407467461495149,1.193005322855141,-0.3735221309976005,-0.553622519710479,-0.30792546811170685,0.7361836358822201,0.8853226857448888,-0.5101266449952225,0.26151965911100555,0.46569927767152847,0.7512506753876753,0.07176504575364716,0.4412153543815876,0.09095869242710515,-0.9884149694673059,0.7600426345939393,-0.46891846185165115,-0.2678810983490316,0.40689239451833287,-0.4945890182901364,-0.03629804783322969,0.6978561176203467,-0.7574671251934659],[0.4384169205196487,-0.28358890629395195,-0.35727494457260567,0.7873091821194659,0.1412128466833329,-0.6266067230631527,-0.34904767266494396,-0.8411289086596836,-0.1453036000572389,-0.13841009870495705,0.437606046542357,0.2088131178878505,-0.022092901160962033,0.5414142445149716,0.4596314450879388,0.10451068386672145,0.6071385419653236,-1.002491921859507,-0.35476327048095324,0.5601087203549379,-0.6400890431860454,-0.9436209936941243,-0.5543819104772362,0.34686588847562155,-1.033338665108751,-0.013842495140379284,0.15732801079072717,-0.15314127928870502,0.2799386519640309,-0.06334636130182214,-0.3349576855606234],[0.7235949826267225,-0.21735369977561061,0.6632901822360704,0.8195057879663413,0.3462878576169159,-0.9522511535230296,0.3939091978775289,-0.7165732105064352,0.8686983504747444,-0.8051529008551385,0.9978950063887181,0.48644583257405466,0.5318368858475617,-0.272949633862919,-0.001335531309683621,0.7977383848517752,-0.5798871573438015,0.2656335130529724,0.3001711740792796,0.8058324729377038,0.5392043997846406,0.4809720618469088,-0.13173236015844877,-0.26117726332704877,0.15089063618489462,0.018543624686012127,0.5448874098313947,0.6964208582188901,-0.5021688759286399,-0.9363255540237195,0.5139956962081899],[-0.7292319456822006,-0.17385537655403485,-0.27908917286717283,-0.8102299403203729,0.607481148066682,-1.0358498815364996,0.16758187138444086,0.1585135123547383,0.3122226096873579,0.8385233320283151,0.4043150522178649,0.4473141153146943,-0.10496640857771852,-0.4831213341950689,0.8251773674042582,0.36345699208031723,0.5428322766629937,0.8376946256736628,-0.37234699467869586,-0.6288692212601747,-0.14443668687855069,-0.6320834432211447,-0.4969735585397414,-0.09757601677790058,-0.9301239004709712,0.18107161960239584,0.2643779428964647,-0.5294937444991455,-0.44848249260535866,0.5787522392976392,-0.19970389010726297],[-0.7616062009406318,-0.38125481207447826,0.47295560542209186,0.5049788789569603,0.8344836544526605,2.194949017242684,0.4697628739360242,0.8919780686100012,0.39680781748561283,0.8114144000620346,-0.9989022668612662,0.17039164416147407,0.8407502431174806,0.8638269062072625,-0.8532064646408861,0.5578428169007467,-0.6551249596858831,-0.8886510951015443,0.5903491838323573,-0.7761866558880706,-0.78017520998334,0.2990166458490222,-0.619461634047269,-0.44212638790746456,0.8231883743899859,0.47896324118873546,-0.19538729775877792,0.7287217729379095,0.7398882306483541,0.3314118218689676,-0.43580879223952024],[0.6730972597743405,0.7517747742938842,0.2987250338674864,-0.34307648021569714,0.655928804103444,0.8237925282741887,-0.6758856006381473,-0.9766940067832456,-0.4095276634370293,0.5366370165643912,0.6967406021862047,0.4339637953451626,-0.8683707075737954,0.4457039392419789,0.6671778834474299,-0.6591614216511681,0.6574775062917616,-0.3129562211205756,-0.7511318248532437,-0.9688911250201317,0.5360148291026966,-0.4424436183491572,0.1775943894654516,0.7799806284349374,0.33133749633716575,-0.23190355502030197,0.720356579380151,0.19205161317447506,-0.4120717556586744,0.3223999173919669,-0.703740164946163],[0.15962204785124515,-0.6478978545846937,-0.5459264420620829,0.33764864665142064,-0.9447518820728917,1.1294764705038187,-0.6300308671276487,0.4738157135585909,0.5777430879455647,0.014299440880892642,0.28380387733508206,0.12838158304421987,0.2510183573511414,-0.023840098089435054,-0.41916234399185043,0.2203054677610652,0.829850338081065,-0.7912682466028631,0.36632629972906083,-0.799979580229221,0.6153088331461724,-0.14547086774739745,0.17022361044698417,0.5790743669368411,-0.22601965282865,-0.7015360733566602,0.11576956112986184,-0.9427537375594178,0.45476339615689715,-0.19559408322816027,-0.9435626212884998],[0.4581827539298112,0.8681267550345109,-0.24302615217317736,0.39844446170304276,0.6454988089505279,-0.9613176425799624,-0.40913256588113184,-0.23660382843361444,-0.856918855592288,0.7335238188844081,-0.4664682963296544,0.46781252110978483,-0.28032962235558734,0.5629441256338684,0.1355151797168756,-0.07156349186352556,-0.6762973618426256,0.6391826538376727,-1.0580977767847848,-0.13860034729104997,-0.27024820058305943,0.8433139725653096,-0.6154280573359538,0.21214402413479855,0.4141054972463042,0.8457344729109036,-0.5539220209917625,0.8904340179005286,-0.7018097088864683,0.4746447197134944,-0.83032155502616],[-0.6907450860840338,0.657170556100969,-0.10298971572591588,0.06636136358876057,-0.14586122349403305,0.23986276339129872,0.2968666404610151,0.8171530931133043,-0.8515280451872635,-0.02603046985825318,-0.6498658801422794,-0.14318707912466033,0.49194897705530655,-0.8701432726352589,0.6313661665131819,0.2192573413859406,0.5776627442152031,0.7884531312453598,-0.9605196931626304,0.2869220752245118,0.5507260880074466,-0.0231483293011494,-0.6514296317115125,-0.2579845375204444,0.8472593680623137,0.45720659286444454,-0.09410264587551859,0.010632235695513786,0.7225021451553837,-0.5413202480251673,-0.013287718782795645],[-0.2898606615953406,0.5389198744950259,-0.7700540513877818,-0.6292978403958897,0.37988308284926114,0.38444695325830996,-0.13099365992642317,-0.8308479308996795,0.39429850471110306,0.45818361155111115,0.1008738085768076,0.09917734224263859,0.733824772519835,-0.6130257142866516,0.32372952607741085,0.9117299059434139,0.3074587416469439,-1.010569189721876,0.6640212332414794,-0.5657208721534032,0.921246317642818,-0.12612544778331197,0.609623417875843,-0.231109909762925,-0.08039402418349521,-0.05064164563654403,0.03349347550445558,0.6997134307720015,0.38137530563767574,0.13691469411944243,-0.17021419602346013],[-0.9512322198867229,-0.27731246459611475,0.21876588723469598,-0.2775314490249591,0.7111138029242833,-0.07944936416150036,-0.19915572048740168,-0.17195751779365132,-0.7691465474118045,-0.833151011834816,-0.38828694420331095,-0.912397996084176,0.44690831446390505,-0.43713196345907895,0.24387280372251147,-0.38245740872765976,-0.18557299172789765,-0.2827296521662235,-0.7722673865536065,-0.5459903701416725,0.2495328423402554,-0.321356484644715,-0.9555850295277499,-0.32136351967998605,0.28369898241492303,0.500141922474919,-0.5215777138934701,0.1821072196107869,0.8806726716486377,-0.5542436067956706,2.2826230178828153],[-0.1270270836151564,-0.1675223103849173,0.13049613009359307,-0.7988198521332815,0.13883771155900126,0.007577615578064167,0.5256602162895079,0.6596945383269193,0.41394071725579407,0.7191253819500808,-0.04448052005626862,-0.5297355741289473,-0.3929487751570674,-1.03969123741326,-0.05990350924958841,-0.551067929061879,1.12410815691654,-0.9001298224423544,-0.3304110981100909,0.914554028181294,-0.9427712802245976,0.6803320448934493,-0.09737684123183685,0.6855148373303738,0.724295109092543,-0.25877190129809663,0.5350909223774353,0.8071618760333096,-0.4302916319481744,-0.7311037308869572,-0.6403887249563537],[0.09310777166032631,0.2399247559335519,0.5850173553003235,0.20902186040657156,-0.31150869509525236,0.5999274217497692,0.08371452287834948,-0.5269329151013072,-0.09423392981919788,-1.051462699217982,-0.997256923995205,0.19469521892486608,0.1277138129825274,-0.11244122002476223,-0.6712664253808698,-1.0228927099555924,1.6331258682075132,0.2047832114677429,-0.9400513999077637,-0.5289825440284263,-0.5969225394161958,0.09908220526307235,0.27124702209305457,-0.3201327256447252,-0.9112253056439723,0.20280346620205703,0.29691022709074427,0.30692357917870805,0.6601900310444628,0.8003283128854409,0.8465779559379715],[0.9652748056130149,-0.19342283654237077,-1.0345279676392123,-0.09900857892379976,-0.9549485511973624,-0.13972426830298626,-0.6095545177363433,0.7835976997816497,0.21921860814576138,0.2618236973285399,0.24280313353450886,-0.00226762826775253,-0.48358290861766456,0.46777230575150575,0.5656845879604151,0.16729058531861446,-0.17805960534829288,-0.9083277206269269,-0.6415189563514009,0.26206692020105454,-0.2117850881747982,-0.04976834631169782,0.374597622850143,-0.03719409724476506,0.03098545405332997,0.49093124461833093,-0.6086922599497876,-0.6282907960119114,0.7972292287540548,0.9190543944838439,0.2651779030910334],[-0.37252253447441713,-0.2737131674894384,0.15183874488627927,-0.15554547046417994,0.12178148692625393,-0.31491029388877595,0.7234736829611736,-0.5771456457036294,0.2840846077339572,-0.3200876123766261,-0.994300961443378,-0.6306734990039967,-0.9584480813784975,0.7371956395523603,-0.7393707827042922,-0.9289281496331362,0.061449417939966416,0.10911053395005262,-0.4147746988855514,0.011147811297813962,-0.5827699636589154,-0.12422563207802532,-0.3299963705170011,-0.9229082293115279,0.29040408496524817,-0.7671646122274386,-0.973005918160309,-0.8625530231324959,1.0979341772930746,0.3089418934117624,-0.6112328200852134],[-0.019987019640571913,0.0016644581785494534,-0.6366158984693395,-0.4959918095875287,-0.28451654161548456,0.765993138027827,0.47088020816889853,-0.04060554477564211,0.8932188612228191,-0.7682465150842162,0.4118371227871223,2.16516705764394,-0.33823183785172034,0.22154218124666042,-0.6162776540491777,-0.9480142389494133,0.5825943096905223,-0.694645529107765,0.43506982408292005,0.8786678815686452,0.2653486508435582,0.47481784154674594,-0.0253940943621063,0.7609709586081145,0.2170919658450507,-0.7445308160836818,0.011673550173048866,0.7586587839950452,0.3495997569023275,0.6826119740470087,0.2953666690686273],[0.7950142588228927,0.48069949557700076,0.24750481297233468,0.6433553651658953,-0.5295836162382596,-1.0105292234119057,-0.47440825718247115,-0.41389059437101483,-1.053309674913562,0.4200215904235891,0.3621600575202985,2.307237025417351,0.6228568616040627,0.7967395738654717,0.020229697401391383,0.036131217553963396,0.012127355450599583,0.6211922812368136,-0.26266365300000266,0.4253062056526563,-1.009786535974124,0.7280826564411198,0.3948614499300551,-0.8191991255992765,0.6487905954626064,0.9152597207310963,0.7639293034223738,0.004428686553517604,0.6216591566941679,-0.28155556009971633,-0.2539012988033289],[0.8790543990473534,0.5708765827487285,-0.42880962093484665,-0.4345108140728496,-0.9563678059865749,-0.6954901953087631,-0.58042153695631,0.49978656838785585,-0.8736780099338702,-0.8900411252726873,0.35518665955676637,1.1315236135026914,-0.5080948181869456,-0.9120173292965914,0.06468088266098605,0.43820970597193815,0.4564133814902107,0.4220750545056595,0.20841370047202024,-0.026476152739255642,-0.8985841537856141,-0.3161297604872262,-0.6666681342953693,-0.1883470796078767,0.21913737334838104,0.00876096541585177,-0.21020781000262617,0.6342513577240049,-0.19449510327919223,-0.9066048810537959,-0.96652646454484],[-0.6806256915453727,0.8513215288112018,-0.440260669261571,0.32938754703569606,0.22370005910967156,0.35718157902967135,0.8277115900280024,1.847078311732152,-0.028085015786123806,-0.4925190333392931,-0.8184227643264045,0.7588769907379865,0.5452381044268044,0.8968603426316623,-0.5681010243669844,-1.0234659706965752,-0.1709795866670397,-0.8216149701508383,-0.6232970957697022,-0.1667165637815947,0.3420228010348126,-0.43596873451984414,0.657927615984447,-0.5981062442703392,-0.20757608279348883,-0.36832097291252075,-0.38719499287951664,0.4206681166036941,-0.1382011908967607,0.7741406229799656,-0.1715681504931507],[2.2715440394871522,-0.0949810205605538,0.5127261901220739,-0.2692063496733053,0.7186393694146483,0.32378172904513874,0.8967164833399938,-0.30260680784362376,0.30751949192773975,-0.570058322861935,-0.17135944188653415,-0.1612160681561799,0.5297233035425487,0.6101942419405109,0.3672481952485656,-0.21328615003583318,0.43722996334027614,0.08312069703666376,-0.9153181849638298,-0.684893480979185,-0.28006324328041826,0.4369979535258857,0.7531938088027391,-0.0031118215076783957,-0.5862649745921187,0.46725404952073984,0.8297429042461222,-0.47218987881370067,-0.12647334521304432,0.577530814570456,0.7423239057469865],[0.39748311216452265,0.6627802219782972,0.7960294221879939,0.02556468066361984,-0.5306507576359467,-0.6448181518157913,0.6708974659189182,0.7072103461743742,-0.9254195917295118,-0.49730185857017367,-0.2864989386786279,-0.36289763531312835,0.4373023607538702,0.344774406250022,-0.3616191222321074,-0.21842459718866877,-0.3040919053826287,-1.0072502735862663,0.24430808710061888,0.44798281983172566,-0.7248347901775237,0.6302676468447899,0.7383109927850446,-0.28521162861111576,0.03749809494636872,0.13088361415652813,-0.7588127112711162,-0.4227920221803197,0.8240730939578758,0.5420905341902746,-0.344086267116924],[-0.3185965347391336,-1.0099685439142858,-0.9830104737984242,0.5556530219337148,-0.934200778321674,-1.0211196369242421,-0.20600403328586447,0.5513567562200841,-0.5881319913879024,-0.5239622852758438,-0.5383323529536002,0.1583951717792931,0.04490253054903702,0.6557612175234948,0.3051708525456679,-0.4420096646412508,-0.6285071780687294,0.36373827764067307,0.8423046042328051,-0.9366829350507437,0.08861246015361324,0.1538359480298129,0.06702458595362515,-0.8923115807586148,0.3067113408692222,-0.7289544154436146,-0.22713539128459687,-0.7420211057948845,-0.7166468874411643,2.2759981653100887,-0.5643951658068451],[0.16458014832491805,-0.057521903435577386,0.050235336770806896,0.6301525359664298,-0.4249929848730081,-0.625148382315653,-0.7267800217066366,0.1514634818075716,0.1253779985210981,-0.9430067022342755,0.5663161214733521,0.2710867527403773,0.45811455935596535,-0.035809682374655795,-0.4966939869883864,0.46594566990243713,0.5092386939270411,-0.4623239475046535,0.2975093622699794,-0.6457332259250222,0.1877123112099898,-0.4073544289895852,0.8151773939859905,-1.0505447077868484,-0.515406422397818,0.6931102715200418,-0.9506893730800974,0.08286415020552873,-0.005778825758911586,0.49914999969469787,0.6112994629859007],[-0.6500918936610054,-0.6817046597632956,-0.35555031147831967,-0.7535741517214211,0.7919188465375544,0.03523897742969308,-0.6224920505005055,-0.39782191596485533,-0.33880336737121525,-0.4597711467815982,-0.9252639074768414,0.21576756572418765,0.7984404682369356,-0.6619978974436239,-0.1322832802000614,0.4804166116610059,-0.576417581458938,-0.07442973977807119,0.5538225249170732,-0.12756744802113684,0.4760482512406568,0.6677065748804772,-0.0691089715681999,0.0571561580966933,0.7846434918352162,-0.07602577593086862,-0.5741524100558829,1.6008349599887952,-0.4683829985363331,0.8783911384153605,0.6485017008447269],[0.3915595959801265,0.10707612966453328,0.46164952988353597,-0.439915824534496,2.029093213546191,0.39548223157904383,-0.22493251720109514,0.38541020783556795,0.6993762148404925,-0.5898893160784514,-0.863927965548746,-0.8216825937019325,-0.08955233936949471,-0.24489921720849053,0.040066587365082576,0.24182488486443685,-0.5397223367105621,-0.622431760753482,-0.2150834854584504,-0.9192965127884616,-0.47240923830393633,-0.5847876004210295,-0.05191298945212911,-0.2759570011800019,0.6238061583856883,0.8187577585673552,-0.7818231795144727,-0.1380279846876688,0.3219492187981239,-1.007683654980332,-0.8277553958389683],[-0.8567731412018093,-0.5861568606124713,-0.6711510695242472,0.13516285831424185,-0.7930728792387332,-0.9567751299419004,0.8194309458790138,0.602553279046877,0.5903086685119892,-0.6474026601340767,-0.12923987291573172,-0.03969244213203305,0.5421452589513504,0.293096453078566,0.2009179224937114,-0.580763728360926,-0.15982493235406683,-0.4985809750495166,-0.11001166634377112,-0.6723226111740871,-0.7014048322519958,-0.5990601852987305,0.6233105060532612,0.37542462919412367,0.1791113516308209,0.4027594969048078,0.24968576685522556,0.5661424767651597,0.8886585430696651,0.2359185626884704,0.7756444674913621],[0.46608252204037726,-0.8750851894479652,0.33755814122888417,-0.9575247030002068,0.6156217265518653,-1.068540170201271,1.158805265701403,0.7984391344852195,-0.9379482780446894,-0.2644738635439189,0.021496130711794126,-0.7556555314359483,0.5298335122769853,-0.8642368309106697,-0.78990996869214,-0.7740134277697276,0.32129079400149724,-0.07209510467039773,-0.24424514563446803,0.5021379656229742,0.6957133936876523,0.1322411296077657,-0.5929456292105619,-1.0288724993058813,-0.3472594798097777,0.06648731367236198,-0.9687754969197482,-0.6775009162121285,0.8792081600585311,-0.2338497538172408,-0.8875219217669515],[0.5203136085553374,0.7432573286329086,0.7921902204292067,-0.08180994217474147,0.9223325864552618,0.7888795385562997,-0.3784318993281825,-0.30463738367732074,0.30367463937730743,-0.6411675347515456,-0.8963991110831692,0.6394906802483438,-0.7697055326142668,0.3389103565603941,0.26064718391071917,-0.08310523796813121,0.20506851112248498,-0.3884476532217239,0.20257187490611828,-0.0857964230971959,0.5714365713855515,-0.41135928699957447,0.7717738699591502,0.2004927701868214,-0.8701100146239088,0.7165308562065285,0.4454466054381955,-0.15474454403642873,0.11517076295710632,-0.4134462191192834,-0.11281679080208032],[-0.8338153890954801,-0.5723945281629306,-0.45317748208876635,-0.6379313321082363,-0.2796473882051572,-0.03618093254758937,0.03126958223677082,0.2820666872885495,0.46326601674809675,0.05322664227271057,-0.5861573117015798,-0.07250024981981958,0.5722191109563284,0.33053872341647644,0.797895356340585,0.39797214495283767,-0.7261864745904171,-0.7952480388900365,0.1649362648102757,-0.790529542972306,-0.8030182635809339,-0.06633854053594536,-0.7011531419875618,-0.03959956164265444,-0.37489047846033396,0.6085500986191705,0.10147728552826768,0.5199570475830197,-0.8200185889702668,0.41323417530631174,-0.8067933657040117],[-0.8737437307388216,0.1098348081333208,-0.9750460683203978,0.8342493582062581,-0.14204659850760856,-0.60040151091959,0.9472166795407986,0.3121933261548631,0.6644640964232237,-0.6098869970964524,0.325499448630313,-0.17140844516974713,-0.7413342337650173,-0.400427707475651,-0.9926012252258339,1.4402312235386552,-0.06552530016981488,0.6065643060915517,-0.06548243362589898,-0.7652582480888785,0.5372733649827822,0.23750529358640596,0.567474477609144,-0.06147730565767583,0.37366326333028266,0.5450389698814857,-0.7515338422510809,-0.7532856264294051,-0.759908730662362,-0.8001434594616988,0.5140464297179405],[0.5061940833742665,0.044604959975003695,0.1038496282581809,0.34907350646719215,0.24508434774477986,0.8767075772608909,0.5220094234510522,0.0017379657462554814,-0.8839073518519747,-0.3615691964225574,0.08825569998290347,-0.2845989556987047,0.3084087331999961,-0.5096340716145005,-0.4022736437833967,1.637100634597785,0.5234074884960166,0.4960047193679614,-0.8090629193823675,0.3165454612601016,-1.027054211820922,-0.4975813467515033,0.4229552431018268,-0.39745519956301417,-1.0796116094473227,-0.0676063820830259,-0.6157377899822505,-0.10291431845886005,-0.309190381390222,0.12740134560217678,0.015363838793192038],[-0.3406575654371486,-0.8877125359958706,0.7995059647825427,-0.09922620476103365,0.7578658882849393,-1.0093433982191227,0.3513423814242821,0.0469321886650572,-0.6864282134987352,-0.5651559723779415,0.2973630397283393,-0.5916246609467458,-0.9953617488848673,0.8861729724819206,0.05727335705145391,0.1676128766255155,-0.839965313614011,0.41108919072115085,0.6157746583741199,0.22759571385140978,0.7584612378493721,-0.5436319592644155,0.7039591592897311,-0.7741137580949756,-0.26727557223930376,-0.14354405169692924,0.25337355223533586,-0.31250713157351173,-0.6944595641679187,0.10131032889557318,-0.6698519644849411],[0.8476841625464965,0.05431112312533213,-0.37778560111065174,0.7201467099210876,0.3146496093089413,0.31944302506186467,-0.5987062254217786,-0.23740856386130293,-0.8386755962981178,-0.17409583838687465,0.12861310671787157,0.0402749389439752,-0.21542913491748153,-0.7810114991529231,-0.09082567266824118,0.3498853450658354,-0.09811361764886564,1.094944186860612,0.8685578127913742,0.6858796221128189,-0.5078109754919774,0.24397111957820503,-0.36327613747399157,-0.1665352295539294,-0.8947398495268826,0.33750117404208196,-0.644310096086261,-0.2078268656847636,0.8063325246647695,-0.421971794502627,-1.0106376691408572],[-0.5296093126700395,0.12153843119282542,-0.002638166386577647,0.2395104449815759,-0.6830103788319318,-0.38478794752253104,-0.732089987233129,0.5620126640050469,-0.9949933667387779,-0.27884292873572797,0.3869568409978199,0.38098228618223495,-0.43994770753464535,-0.5034355552818707,-0.022129273621945687,-0.37900241181942795,0.049019883303114554,-0.9396333235509298,0.22359573845290368,-0.3684005962227834,0.4167340390035777,0.7698373322433953,-0.44454028393392936,-0.2838155968136179,-1.0039600593739473,-0.40431068986233865,0.7107427504294647,-0.047477701098535025,0.07337091861618845,-0.47846183530082276,-0.8368544008863269],[0.8966316428908347,0.8758596581661617,0.7399952424641981,0.2512006434697465,-0.9668474522493851,0.6880444210913085,-0.384353519140582,0.7461351176328942,-0.8432150533116956,0.18080082851728105,-0.06232093976036405,0.7257038276265194,0.16264814248289866,-0.6490245567788883,-0.5091929855142934,0.07990414565050231,0.09340243801172277,0.83475896926927,0.3105433066574432,-0.45793966290228416,0.6470812700199647,-0.8089802876589054,-0.38307218222550454,0.13719889399842253,0.33698097314908937,-0.5467890398506012,-0.9050960518708271,0.6243035254836776,0.4788147946077093,0.3369899075436639,-0.3659404746997181],[-0.8132076168232111,-0.7454746668038693,-0.8449919302032998,-0.7206217795985417,0.40722868534055484,0.8539209209819977,0.49607489410380645,0.41962236393084174,0.7570639032579255,0.21427522397568644,0.11998329363213726,-0.75236984914615,0.06461225269619246,-0.4350804460808274,0.49247349862664064,-0.498312771994715,-0.696697706951738,0.4546869708981601,0.26088961908475616,-0.31189329513484043,0.38135056208361406,-0.9405160211004507,-0.5998473623642343,-0.2009342017963192,-0.27154295272788315,-0.8454992555830821,0.7615595633979733,0.3449219908877858,-0.6576406740994072,0.6476322770194798,0.4476845816578039],[-0.42030658431357765,0.7158641002391827,0.4110487876714698,0.42352151942394867,0.7963253816707562,-0.5553458482422602,0.8645542364337203,0.3466202979528064,0.02984068418269694,-0.5855568166621135,0.40030567062333017,-0.6431058490770128,0.1745962654083832,-0.29195981778238456,-0.30630971557065684,-0.7415649878994185,-0.4657799145374554,-0.9989753476431262,0.13617494900149774,0.3982090866679558,-0.891795463649345,0.4358776944685883,0.19379096292987105,0.08849173395773956,0.33801850073941125,0.6710315524203504,-0.42617489130115926,-0.2512814715561076,0.754014596423048,0.19329452373626743,0.29882466234554816],[0.23955731375500866,-0.5213197213315117,0.8882774756761168,1.762603537660062,0.8664949593874175,-0.7949439218839,-0.3687125961425956,0.4706147437322469,-0.4954864162228893,0.8413662653235059,0.09239853153098838,0.4243248831336913,-0.7607559669839639,-0.010445086749845532,0.8782192738658908,0.6705494008892191,-0.5616760277685257,0.14266999765546015,-0.5077376020308384,0.49571797792806155,0.6683330957294268,-0.17420583399923062,0.44254264289429757,0.03947701628159631,-0.977986265161258,-0.24854527112812647,-0.9092869374144017,-0.41559032806825696,-0.8633981634049332,-0.36644052269129657,-0.9269794710798882],[0.8878495087377611,0.7301173809149296,0.3898017796865362,0.2961017775938762,0.7185731066486744,0.278920432942049,0.14558205046992143,-1.0206011495528378,-0.41273549831517137,-0.24531175128073035,0.35787811359848143,-0.502879688029404,0.6380063739405418,-0.1268525916375978,0.0726796417944093,-0.7532303301807178,0.5978835236041503,0.7684720674121222,0.42277660653002663,1.4954594468383764,-0.9044606045162195,-0.05236942268623061,-1.0036335250703279,0.5968639094904308,0.38958081463690875,-0.7664981001019658,-0.5649811258266118,0.548282868164641,-0.7447939887902859,-0.7952499301517212,0.5759386391340713],[0.1197256643045813,-1.201858656449337,-0.26386127413057364,-0.7938594915812667,-0.763946614111349,-0.3443240189877494,0.6363653188332534,0.25750164105229795,-0.7206478639061303,-0.10254114509614609,-0.3727892945548792,-0.944230809942845,0.7578827323228654,0.23503468485381038,-0.5195934430601942,0.4257860190376138,-0.020510073564649744,-0.6380826791951606,0.4593903218054619,1.0226269492804665,-0.6993656200654466,-1.073260797698903,0.1716666439507481,0.5510585305639344,-0.32537126033035413,-0.6041490157207924,-0.7965674542369261,-0.6387042596111401,0.6267050993770046,-0.5567714564886438,0.4752896997580012],[-0.19882511714418352,0.726002160238036,0.11212467434217613,0.14162154787424797,0.3192364017743763,0.6170035083446882,0.557132832439509,-0.7896282000260529,-0.3129373081716563,-0.05131541648135223,-0.11430770848964424,0.4911166215531558,-0.08310421823911687,0.5390183415251207,-0.656715782604128,-0.6505271971655503,0.695996796994267,-0.08285802501191628,0.43008783404861406,-0.17308198750639844,2.4754699659003268,-0.7151796590227276,-0.6211767767745721,0.1854908695510811,0.10118796684485606,0.5772893871860082,0.5731851433296871,0.1592916583856759,-0.7979477997624917,-0.4711919520121578,-0.5165548877323122],[-0.8783272157730516,-0.9538957587009035,-0.2755433846071216,0.2539061320281667,-0.3853319853401591,-0.18498791241393178,-0.1120399363811275,0.363967886058543,-0.8556269737424307,-0.5099140040090078,-0.02618686919281997,-0.5540841448831332,-0.7928371662351736,-0.421980890663924,-0.23744730509450904,0.5788426610970682,-0.7780545497397225,0.3020328150186971,0.29305758188213327,-0.6346096296763362,0.41006642161307694,1.578865967539719,-0.5210132443471523,0.026174724899405505,-0.6494339699774643,0.6674956670613603,-0.5745060967427467,0.12794732664282593,-0.0675670808285441,0.6295830973746905,-0.8984380242174994],[0.2721054145159136,-0.878465336761544,0.49648248807375545,-0.7343246994288815,-0.9656055985468661,-0.272339689577274,-0.04622051763246226,0.7223554312242095,0.5949777804976701,-0.5402757588105954,0.023901360221591582,-0.3998750104255276,-0.8111631837102098,-0.32693030339426243,-0.35589916501287167,-0.26633863071034697,0.14368123890330842,-0.6034880335814793,-0.6477684461906974,-0.05899043730541764,-0.5611038995032885,1.4408915290822846,0.09000185118098537,0.723338322029598,-0.395457677101073,-0.3766321551753413,-0.45074634193943414,-0.5954362418717933,0.5753564451298964,0.30771874518468134,0.6322776079380352],[-0.01354458417111358,-0.2672241990907478,0.6246376859138189,0.6193931209200103,0.8764818520629177,0.4176804554505597,-1.0483367127072913,-1.011666698451796,-0.7994551827296067,-0.5642822406479261,-0.7506412772440094,0.6532914258803602,0.13172806160622463,-0.0503595369855,-0.9309583114766226,-0.1809026160591498,-0.38076628315811084,-0.07912533785665783,-0.15825886903749734,0.5444307858276156,0.6182737145687919,-0.7380661012327339,1.0944751468887535,-0.28222513068360755,0.5226242262342748,0.6426416562690906,-0.9280147627306363,-0.3413692576344408,-0.5038466245781824,0.5991651253149819,-0.1528405006029145],[-0.6814866120613751,-0.5101240399479929,0.06242139807511175,0.695112619230389,0.5422334905320163,0.33699382574790804,0.04615917500999297,0.15769060624196776,0.9674352272242319,0.5680706371017188,0.06118401529021634,0.1604465550318448,-0.6332399878434216,-0.2678952032408083,-0.6580199851872601,0.4702926643885158,-0.7246670245286762,0.05971783387531944,-0.08937876398071934,-0.43081179751186466,-0.8525141983455793,-0.4226005180342026,0.691003323202689,0.8651664546490947,0.5902553817352543,-0.8208016291834053,0.41470564596819287,0.8210860870933308,-0.7438614650886312,-0.17507531723360376,-0.9367434469080929],[0.22002180562335732,-0.37057594018256296,0.4514538629096456,0.25731900950067127,-1.0038041351898552,0.24329526767383997,0.5671924149812225,0.05001383209485192,0.10867845032485003,-0.9773027701857243,-1.0399521848077329,0.17515929821977522,0.6676082630783041,-0.3397405255311427,0.8255726440805345,0.37909665189453123,-0.46528281512308056,-0.048739899513560385,-0.16200092818962852,0.8194723470237907,-1.0161455995987545,-0.2053599994010367,0.4524027968711132,0.3104481467511425,0.5708610482296012,0.12581506361741215,-0.39735710404514324,-0.3117836758340108,0.7525495026622597,-0.73079163240252,0.828186538695869],[-0.19464301047999402,0.7008192633102961,-0.29047645578880965,0.25806654176023425,-0.8861376835848881,-0.681749425215624,0.7939454592853542,-0.2664808102142326,0.13908100870726162,-0.6899300053831301,-0.35822119986368567,0.7899680973068913,-0.8833702145703385,0.5586699521311387,-0.8691067316825535,-0.3521308884450566,-0.7227003614329534,0.21095759452132293,0.6506339647358024,-0.4601252099275613,-0.9538346707052724,0.5364233220169845,-0.9018763920796022,-0.44499307209656186,0.5853425728704557,-0.3781914688743069,-0.8989755344584967,-0.895143864379986,0.45380444965892297,0.339412086811329,0.7502969301059447],[-0.4737362580900599,0.2592907404089808,0.43191136349913184,-0.9767120999625694,-0.9668970612383997,0.729086278572737,-0.2330974866874559,-0.5057640096655027,0.5840681589741393,-0.9583219226213989,-0.17059702049506326,-1.0344998186746805,0.10928126022156426,-0.6719597234503806,-0.017173155440276033,-0.8936211778471174,-0.31014236228502806,-0.4715766159974591,0.6716770184983691,-0.33551533895745494,0.06251845742940164,-0.9906232287773886,-0.02741734057408346,0.19621667681694052,1.1504186043410298,-0.4454275745829844,-0.12061647162724934,-0.8589484881074597,-0.34383893289741946,0.1907569072189271,-0.47666510057368083],[0.21406284470039144,0.12099104244481812,0.6632918002785599,0.17751006577604192,-0.13102626895989578,0.3774382182092325,-0.8945180430205669,0.4761791805104537,0.4817078416621927,0.7427379715553345,-0.8507893324855702,0.024101284966731654,0.14440618385781126,0.7656223640452104,0.8559717852434789,-0.8469075345154704,-0.1904892536633139,0.7595759565869745,-0.14531580516553527,0.518087684645238,-0.6846847483110746,-0.6966342163036634,-0.411163130496764,-0.10796795248565838,0.9089695977627148,-0.8449042884295088,0.43221871838410314,0.6055512984941654,-0.294485030030483,-0.6697063626123798,-0.9796955045233987],[-0.7657757270626725,-0.8260088677786744,0.7699222483956417,0.9391324299741983,-0.4793429710118541,-0.28375133995667173,0.18221722048875466,0.12040918996671011,0.6059524238347563,-0.9963410647528979,-0.32921419966547083,-0.5309216161266747,0.05739268058458395,0.15407191323014513,0.6288095726194098,-0.41325263549907976,-0.37024219417330817,-0.19048890517348402,-0.31482833149108663,-0.3133923794585412,-0.24867271230624238,-0.3885335700241174,0.5216477895712577,1.152213026663963,-0.9340261628983304,0.12369838766451623,-0.7766450260610643,0.3604728871267157,-0.6016551948648258,0.31817835225479024,-0.5386904483712062],[0.4743970701585718,-0.9690929617920171,0.29365460296630114,-0.8563819479144767,-0.21186557746281606,-0.2940016701199241,0.39372978648390766,-0.4231403255607967,0.32054915175629856,0.0393405357668181,-0.20502034003666514,0.30818880622885325,-0.6786405913485866,-0.235244951067029,-0.5518288609959311,0.28223482798188226,0.6879290013955405,-0.9141621116167805,0.015506118777589,0.7499390125086044,-0.6394780511045365,-0.9510213854253051,-0.3470420456966533,2.3514940355860774,0.4223203683310394,-0.6467499895922051,-0.5144989353501462,-1.0143114012056953,0.6197866823861564,-0.5569413642843037,-0.09923607505948215],[-0.09371611734607734,-0.21797716533689915,-0.23063175446421327,-0.34871968534560505,0.48785978765654353,-0.7444698008217353,0.4425518187856545,-0.5159406013829096,0.10309059027583264,-0.4294604220671827,0.23613461384727358,0.14889500598311659,0.1913535670620129,-0.7898848070557614,0.17642686771851065,0.694160294828471,-0.6175824424834049,-0.9046565358502666,-0.4744092256669891,0.617549985061611,0.2772267782631123,-0.9147786147938737,-0.07611628364305895,-0.30037809824554007,-0.954904366059715,0.603086666201713,2.1446139500448393,-0.4430324233978416,-0.18949878450932478,0.033728940210049116,-0.6912558153076974],[-0.6567679346301318,-0.04139838993043554,0.5897985706824206,0.3611375526151603,0.363308501424498,0.637074982393226,-0.07528896618337368,0.45258865640167484,0.3328085755358124,0.47234097362273136,0.43292733311407156,0.06447784591421532,-0.7361763964020434,-1.0088527679692518,-0.43888417301545696,-0.8190219133595332,0.731941045761609,-0.14787770029033737,-0.9567900524069407,-0.2453317029636671,0.17108493776610587,-1.0178402867066414,-0.09269377738358313,-0.7081828306191972,0.12488697223363227,3.0112775579575626,-0.7412840069321762,0.8517426054819575,0.16288040977314397,-0.0916952577986191,-1.019884299168456]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.1533790148299143,0.009896580987634664,0.00854093947826481,0.007955313298733847,0.007481219803669356,0.0070972026147564675,0.006779200615590303,0.006510310219600668,0.00627896305755943,0.006077048367103991,0.0058987027662843125,0.005739570546821057,0.005596341485687736,0.005466451012867438,0.005347878866113921,0.005239010014329225,0.005138536348741393,0.005045385815563674,0.004958670441717998,0.004877647620766942],"Time":0.29,"Locale":"ca"} +ca"} diff --git a/res/locales/de/training.json b/res/locales/de/training.json index 517d89dd..b678c99b 100755 --- a/res/locales/de/training.json +++ b/res/locales/de/training.json @@ -1 +1,2 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.5861341461882709,0.5777816918410578,0.6984780963190628,0.707937247097845,0.6162880939912221,0.6202949332441242,0.27712576527138233,0.6674373060089068,0.3307720430201916,0.707651322120957,0.5521839689290207,0.7143192739426117,0.7312684700282375,0.5040721477418546,0.7139028449542977,0.6902165643301461,0.2913665197170726,0.5758789558818518,0.40210707956018615,0.6242394049825338,0.382421988250718,0.6310319021778117,0.34356942879786767,0.32741208629521007,0.3554318266367598,0.5263856374086732,0.4267169036338754,0.3466790722058244,0.3313723664624497,0.5027599020530169,0.32486312333296385,0.48861284715795633,0.4835396550657585,0.32190825392028244,0.44071794186427743,0.7273790411206174,0.5046539318855249,0.5660316407782416,0.6059189251834868,0.4154309735406808,0.3822976813192169,0.583518629333668,0.6457713453189342,0.5191549857873129,0.5392726551459893,0.3976813126247927,0.3704882485358389,0.29052144775948857,0.39481869937445435,0.3518278826685126],[0.5167522867931928,0.745216893753132,0.06525373226796798,0.00293388681092819,0.20481516599105196,0.8207357790044106,0.00022821929140448772,0.1894464416759892,0.8510924191592397,0.05328650223089526,0.6710760032197008,0.12615365107530835,0.004385119813640655,0.8322598068196227,0.7122931383642231,0.3038455427970654,0.3193940909685448,0.13296588062204948,0.049109125566987766,0.7028321974265256,0.29804805255282707,0.2519214585087598,0.6921727274693438,0.0004590052392370181,0.18946770759807732,0.2709565394939931,0.000006043700049036609,0.0004479307430262666,0.5474258092628973,0.0857960161756261,0.4017605632367986,0.11443444737762211,0.019733010307853953,0.20130910720749456,0.43068327393592937,0.04297760757703734,0.5788939778596469,0.23128220354143822,0.00957243868068608,0.00041311157154663307,0.004252816439015697,0.07283231241744498,0.009516578790022125,0.0766131017447418,0.000009301925240353842,0.8423386864412234,0.004578292814289096,0.8272369314469364,0.8487208308520244,0.8332423752346407],[0.6131939943532497,0.5293139675639986,0.33062526636551864,0.0007027298998315951,0.09749422510212405,0.8731439307002817,0.000029862660168541994,0.2912481587828491,0.5255854064792226,0.01625687660736452,0.1538622159550951,0.4122000644132499,0.001312521341813331,0.9926119208143098,0.49259363491518715,0.2322241103038103,0.17564050505106296,0.5109703728195935,0.018874247394809265,0.6582599502440467,0.08497628935004045,0.11344190832888013,0.6622346149562409,6.91822928263035e-8,0.15812091306526102,0.3501149430400562,0.00002978447836802357,0.0001681783385516908,0.8308568874189791,0.27207481392533833,0.45805552781719394,0.0964962003985629,0.28873726731701205,0.09310781381632792,0.7444199730989136,0.05166426109175408,0.908523058033972,0.040235632820360016,0.00023073718068020304,0.00010120855526031648,0.000015400291483606046,0.17453369649944747,0.0026554131070836737,0.31183582214595684,5.117513761536188e-9,0.8708989023693239,0.0005732350487851417,0.3803495013649376,0.41073660136016676,0.5131396504931492],[0.45301345545231914,0.42749167120617565,0.5391820719878132,0.0019227620056913072,0.07150997155269147,0.6904733917335201,0.00005145155607544852,0.24168419452217071,0.7517538041968539,0.14997506300760635,0.11763556784639181,0.6236681432190551,0.0011572155889676763,0.9901701362796446,0.1525706624369047,0.24277286723888525,0.49570071156277273,0.36502405833661483,0.10056266355517003,0.8343442161042031,0.21806098212869343,0.3943734311751346,0.7190330965813195,1.2298163810061321e-7,0.25424426696335983,0.47622859819352237,0.000024510044775997045,0.0005222484659417213,0.5834314237613115,0.34106621756195055,0.30787825381360834,0.2725447103377582,0.06890853718549692,0.0200744668141761,0.8513972206012163,0.15630179227856866,0.41036059268336494,0.12191292966165347,0.0002955160067008886,0.00033543609116910535,0.00005497822849499358,0.07990192086684854,0.0009626892364664122,0.16157957299372727,2.7086828286264603e-8,0.761238808750588,0.00005916486253901487,0.40428376732350113,0.7186160265326103,0.5185296939548344],[0.7957556934953485,0.2057975534851328,0.7375085760528793,0.322913702757866,0.3587830533883759,0.0490352168506774,0.5599894582094466,0.3557946067481998,0.40592700753558714,0.6242126759374504,0.6653797321533619,0.6411034005844608,0.023401738359471378,0.22149207964100867,0.6185072077856125,0.2896927042106765,0.0432083371856229,0.08454986976611625,0.7281418886771335,0.43528572197308596,0.0959484609197006,0.5275192777013256,0.7428044359228976,0.8465227970417548,0.3611614904549049,0.561929702640937,0.603498297670526,0.5567678586563878,0.16381853013453268,0.37532336630552027,0.6196231892619095,0.6125410992876225,0.5289347146958201,0.034173143426110844,0.40695735739400474,0.19182901654587153,0.4094492076294243,0.3311173005392663,0.22183199192939515,0.702973225741214,0.5324461277440499,0.2578702995342287,0.25201917161615567,0.7430641205588007,0.5862510100898753,0.055420190221688495,0.49508053423288445,0.7235251034354098,0.7323779845991594,0.4552782992333285],[0.8205851977533504,0.8353596021087314,0.3084053087210743,0.16767025624214588,0.1451367528074292,0.0623757126295388,0.31856504735406294,0.4931032942028797,0.42115222977021505,0.5262785809399442,0.6012870381053701,0.7107348845054388,0.0337346917382419,0.029431089883473052,0.7497476107642265,0.4928360547112753,0.016663184602725343,0.863895350209088,0.5121379369913973,0.08496815256737143,0.7894281265016969,0.6540265123772236,0.1899472031733025,0.2773301820304788,0.11659083907291541,0.8484455677244354,0.6206865133552819,0.4201097917176889,0.013256230823267247,0.036509176449944024,0.6954644075203604,0.5152967554116346,0.5068512604958759,0.8103723673033912,0.42891290579631086,0.7230192718497181,0.5699408025611519,0.8562650402273003,0.5773985329298921,0.8006877957126065,0.01656083584931824,0.6158764954333225,0.4788942783773679,0.772110188295287,0.6918102464186019,0.6208671084045957,0.7038841346819001,0.6388592391326263,0.7414713073724826,0.5366853459183366],[0.3204302005623947,0.01194401576118331,0.8910335283986379,0.4888473429753885,0.30220526884117804,0.835548125231809,0.8753083608728288,0.18405650960011913,0.18706933525032507,0.8274800158192653,0.4450781912890619,0.5181199354833607,0.009590541359330785,0.614543709354641,0.7723188014305205,0.01831030727365499,0.03262911495814293,0.040797950410799554,0.5718433844832554,0.41756692102220455,0.2834685017914728,0.6744981446755851,0.6498525008504903,0.1884887454856883,0.07921337886693254,0.6761165549682044,0.7007626957677817,0.3724599917781328,0.030577733466363863,0.519562443289319,0.5993656670757437,0.3627172992940197,0.647969682728873,0.2464280931626381,0.4717292201459805,0.05204204858825504,0.35308576220943,0.5199992584684595,0.6550041962028555,0.8094579886557945,0.021603589868537984,0.3209736284977293,0.9154136998172381,0.8675310275689881,0.7886609382176286,0.22127556725715908,0.6324984048710088,0.5538072059206749,0.6440864379505098,0.49322833884780887],[0.3480229886810992,0.00254662288783188,0.42981635681808855,0.32075903575284537,0.008764269384838649,0.9087860190961521,0.22289872297287874,0.6928709532381353,0.5887637677544745,0.21843335956495674,0.3973443930957976,0.4199256512231183,0.431220000441675,0.2503409888153241,0.7092594272305948,0.2792848880709766,0.0014744300289728626,0.5600647720545395,0.6385507458451622,0.018362237652226582,0.04333483283746941,0.7373372478614054,0.06734346772077765,0.413582439294974,0.7007654009716475,0.6325022681798496,0.8450281858869486,0.6044569311450756,0.2186945983595435,0.025227327443521325,0.6276576766115737,0.7345939359219383,0.479722083663279,0.005243073232639667,0.6757291709413983,0.1685674891790906,0.1844433627418133,0.6459027195902625,0.5855048035391015,0.662708761222704,0.4778143651423262,0.7575346811672711,0.08766751951258653,0.7461365796923392,0.702281117867293,0.0708976740144672,0.5255829406718342,0.41560757479746435,0.7527023475445515,0.6804856136646236],[0.026495211471688585,0.8678762438189569,0.40077685150345793,0.15849187336399248,0.000049733714539573926,0.7182651909182501,0.2881475892894909,0.09408170363734589,0.00882270027649996,0.41084974133115004,0.7711206235858884,0.5920701733986429,0.0009532206553176174,0.8809997725053361,0.704361102241846,0.24030622260722914,0.020579249056334396,0.14142761732291714,0.7222564647300861,0.2853261466284942,0.06921944645988919,0.20615423597070445,0.06386668593135889,0.0012260294726400159,0.1695861892628495,0.12190338432417253,0.047086318948956325,0.035771519904944454,0.3562519542140249,0.01677989679954317,0.26542692816199753,0.13732521767745892,0.18157935232849964,0.12998384845720842,0.001487152942874762,0.09370130367288262,0.8782668290163665,0.5908585576099122,0.5610547640795386,0.00037269329960346086,0.023121019157581895,0.9142880593244875,0.13033897164379013,0.38387117663753634,0.05906309050268538,0.7393685527553744,0.22826238999840223,0.23422421653323094,0.4405270857548691,0.8112821366207857],[0.08742072190824632,0.5256354313272774,0.7173472032105459,0.13415325301578826,0.0001157689872407812,0.5465007801181172,0.035871584978765025,0.25428823737725437,0.0016531743911952978,0.9117743623852862,0.8429476041262196,0.39894295591584383,0.08611515917422463,0.2780465466169639,0.21624310765623608,0.4805078542971669,0.03149383973803171,0.06149246168013147,0.9616702408811214,0.6271699533787002,0.02838163993642526,0.5816427059961189,0.0017266599362476718,0.0007322734512715532,0.34207638747513053,0.002254387546815717,0.13669059620558552,0.04722588791227896,0.2951655982088366,0.00283109604032302,0.5631363492630179,0.2801685542112146,0.5985919277148755,0.2780077778924949,0.030112815683430993,0.38743388312016097,0.5906238836676253,0.8729686287476986,0.7625054814228871,0.03591143986670873,0.3258860504325464,0.8183856138337894,0.9622353407992059,0.9276425962436963,0.6224234523492131,0.8137124383884209,0.6745734338598712,0.06091059512638853,0.2573788344702723,0.7033269717318343],[0.06074874542942751,0.21754843481495068,0.7535534465576824,0.35893741410509666,0.00004813888493759945,0.6991573018081727,0.00006988126778697578,0.0075207906696019,0.9268512121377672,0.006622442321639721,0.5859236459520131,0.00006522231058269306,0.38086233121610485,0.27128983357494085,0.6002784458206254,0.5806902661454152,0.006076231356344712,0.59202820074988,0.0013667273331494322,0.6546720089494428,0.41405299766029524,0.011509044498239676,0.7237000098100713,0.00540746272160884,0.5816579466752113,0.09687360108286627,0.07363326056356659,0.001772733058016335,0.06307011665724868,0.0473845907293954,0.5030095071341184,0.13495433890766978,0.01229987641059631,0.15732126865968313,0.13087408248866772,0.004531986119070355,0.2712167601835845,0.4843472051354297,0.2599467530585912,0.1066846130165991,0.028622361876983075,0.27569015778175926,0.0000010224162269038203,0.5116896045095314,0.00020409288586440005,0.41897554068063286,0.0026237931543843978,0.6142888740166371,0.875067467717952,0.5913401031375849],[0.01798362714171575,0.42656053605100414,0.746366461295992,0.6727576569288723,0.0000036661170393209637,0.5941009467185147,0.00102577442176112,0.0005174769447621782,0.3187229061099586,0.002617590963801475,0.709528815096183,0.00001781198927738676,0.3452418240748661,0.5720062721630949,0.9680838621487164,0.3228412099174302,0.0025451820800653103,0.7773533310841341,0.5042049412098781,0.4780932086914484,0.604483675714783,0.0009138696167283542,0.8764819270727865,0.005409118612874602,0.6164969028125202,0.13421701833923635,0.16486761258602367,0.013435465003740129,0.02057422138419285,0.03298914664125293,0.20208973190005383,0.15625127740887054,0.000017103514069364773,0.023624571437234204,0.0039143146318368904,0.0652729322033113,0.9408898690048403,0.5738335820188238,0.8789530328338653,0.5825115365574877,0.40694306940400915,0.45010957280027036,0.000007587476829920419,0.6143159109423433,0.0010102712126094687,0.36126547611779924,0.00006819505367104224,0.5898313970117892,0.7043959006444596,0.9265923508665898],[0.2839046461004411,0.3058407633581133,0.5261457442522915,0.42105496455579927,0.0031359501885288295,0.8343969130212925,0.025843580489589898,0.019628591788275286,0.26942660002815005,0.06306035702714355,0.34746915464607314,0.0005789605392986361,0.6837442629364561,0.3753135182307129,0.7483847892743896,0.37765646924796753,0.11468783537441776,0.6804798228962752,0.7431094762107583,0.8588314285128066,0.7985738804079086,0.19251903279968977,0.6548094051790609,0.12684341935104773,0.7865592127686011,0.2795232802957583,0.7800785334465258,0.15005755219828565,0.12678229746973804,0.25344898206019,0.8019309810697726,0.22710677899508117,0.0078124611456286495,0.35526959203964964,0.0485748719181662,0.5743444009118501,0.6212617442753746,0.7067151798895462,0.49051403198843546,0.8655616347881956,0.6976082383732333,0.07768065066433733,0.002738799311486939,0.6982987537043999,0.06926227270864388,0.7797417756568649,0.016895136746563837,0.7106534495158005,0.2743713098067094,0.6298353340146807],[0.40524800128750144,0.6863758658962497,0.5605970964366113,0.4687438621985968,0.7095731824840082,0.5332450380287004,0.5173556770901124,0.5819533236035074,0.6555969472522815,0.31153376952207956,0.5394706405147534,0.6452235897980159,0.28565096346438873,0.06716622238071276,0.3831629584908209,0.6928975762164198,0.5689604049978535,0.08646009746658037,0.49074100697754175,0.5837195147205714,0.399691506222253,0.6950537362206889,0.316141646536249,0.7138099182238039,0.04766433951835891,0.6949624149722048,0.10390368088098578,0.321601698664633,0.06376345543555507,0.32488940296935004,0.6009849133837263,0.3226492262577566,0.5346724180926127,0.7290939779986143,0.25216148097704405,0.4691754227624516,0.5522632937331924,0.2071989282998384,0.4929305481967821,0.48906545801801576,0.22250513100076377,0.5456053677258708,0.6660820042536125,0.6649890627158226,0.21776135487344306,0.2416089409456102,0.2862343833184754,0.4721732734991346,0.2804534532202831,0.13579068798077634],[0.4580330857368032,0.48896890219686595,0.32341434997666035,0.24502818253728592,0.6333738739305718,0.2562079440644058,0.6620208699090145,0.5555022506784072,0.4722920112285935,0.5858011114347698,0.4667707590716538,0.5749290953414129,0.6157749385246946,0.21268838203511847,0.6531767442388178,0.4867958314858712,0.4010890304586427,0.2814338911508013,0.688454792688913,0.4443830924495626,0.4274827790403838,0.7214682802060085,0.26197770909838625,0.6566191083964215,0.12231585325283925,0.29554826092970626,0.10654647264258749,0.579612094553115,0.05354182533903256,0.5600225995416365,0.4287666809653101,0.24145430964589862,0.6046061721073375,0.6048684269841937,0.5073107109650651,0.5252599157893563,0.6607839526443782,0.5806961343458775,0.1552484689935687,0.5521116123755396,0.1749467236856444,0.5194712970481465,0.7179912342851625,0.2225940562580293,0.5560242242622383,0.17522848987176212,0.18552682032200582,0.6107385255701888,0.24508989946212412,0.10437431389708103],[0.5845653010758112,0.5164559457684985,0.4591907233573487,0.6261266400484208,0.5706043961579264,0.5304955701597388,0.41914970113244726,0.6580850638986157,0.46818124520974125,0.39927867050657945,0.7293539875329541,0.701293215318817,0.33941255696532496,0.43021830391666377,0.7201157777033788,0.39461538401499685,0.3267738029885209,0.374094159385181,0.5335081578859309,0.5760397591360812,0.6956863965018083,0.5559770734875117,0.4445348753011834,0.5091590207852255,0.3854608294765081,0.7204073024549882,0.694510190604157,0.44255462262176726,0.3885357732686468,0.37689532034518713,0.3470588956399264,0.6816231084494184,0.44512422528372847,0.7233582660921033,0.6476000526686811,0.5199955011737909,0.4457222338427346,0.7226846498661829,0.5597983610351783,0.39534667373568827,0.5667131688484882,0.7304626721754044,0.45462648784019294,0.4829758126211086,0.6286148700914787,0.34653268841519935,0.6102937206202786,0.3848772982133684,0.4337268522289918,0.3710026092250345],[0.7498394597743292,0.6648352544137349,0.26563667343580427,0.2413634785942074,0.13850378555656231,0.3035899631663546,0.41901159271975114,0.0024734603974479012,0.8050610057157704,0.17852266265264435,0.46257579347694067,0.16593812910508962,0.42461502001631607,0.5196822489419046,0.010496294965991188,0.40874221027608293,0.8057567170081515,0.61897697202388,0.19182127292903198,0.5855697318799126,0.25479899253436705,0.41903220298308425,0.8949892089820644,0.585992426056282,0.9429605025930423,0.2518808910716605,0.42546809052520845,0.0797087342412582,0.8576308181966269,0.7274710579785115,0.5929549410872609,0.3526755147644757,0.508438574354751,0.43770282299383323,0.24489257542989026,0.9634461156878092,0.05957327900677827,0.5473432458640778,0.30988334019093,0.6244584187657369,0.05456457147452719,0.5755886462630704,0.7264281888038021,0.3077704108620958,0.9274812702617704,0.5257591195924127,0.839280442172042,0.7632144483937922,0.526293010323637,0.7528499621493322],[0.5927321973626369,0.8521371053019483,0.9112796643098323,0.541172663181228,0.35105264533740904,0.4463781159233997,0.48537248220207074,0.1548754999222918,0.7485234921719466,0.6638710860536089,0.4067178304657619,0.5153408093832882,0.31559752147793824,0.8089989387996835,0.43925117084710474,0.6294559612479529,0.29630520881364086,0.5823574809392712,0.38490612541544356,0.4875216017130858,0.42753538614944386,0.6753363324500035,0.6598323479185922,0.6396370631483977,0.54114886179129,0.6736560743534301,0.18110006193352363,0.40618098771051964,0.6700934173833976,0.591116210320907,0.20635165217841447,0.4157455994553536,0.6898296035028256,0.4480148792917782,0.4844400120982904,0.6719160812960847,0.5043224067838016,0.4579763597426841,0.5445070940138034,0.5664405628176584,0.24265410490102896,0.760647380433231,0.7617106370897532,0.5767587036936396,0.7567359852272701,0.4626279256808487,0.3927904219699772,0.7573958911178387,0.32914157932885785,0.6523714881360465],[0.6478691857756654,0.4857027204275364,0.3529001857263411,0.37948537682863126,0.42720180873161817,0.31496327096619425,0.8451447408235788,0.6044690154764969,0.8277161192994579,0.6149947733086141,0.7487349835481021,0.22908306649850296,0.49649373397451124,0.41350605348480113,0.43213373717220843,0.6590410685394041,0.5971858494263599,0.4590070931710472,0.27987288184646036,0.4839292442844074,0.5378114606077548,0.23898437457869748,0.2102029332765118,0.4822658663845209,0.3117628195847446,0.2592635262029507,0.24310742581698813,0.24475702408321617,0.25159601645315216,0.4574623346562864,0.7582196445929094,0.4010879036834191,0.5850144966444217,0.3508823210400509,0.5599369624184087,0.5985045445859856,0.37504596957361225,0.5143422549899068,0.4178564116352482,0.5255930063641857,0.619852421848137,0.7673111539095416,0.43023965858036567,0.4357058357800546,0.38864644879844834,0.4071902111689308,0.49191686978369936,0.5852320327170779,0.6864942485817218,0.6994933371869391],[0.7644915206513584,0.6605146838476592,0.2792113969191088,0.3274461108700475,0.07787561830119773,0.5980647438450519,0.286974333551975,0.37305025166538475,0.32543346116396993,0.6752316090026977,0.8245114733460291,0.1070897550093281,0.26366514360809956,0.21719491840129682,0.225699485344057,0.8854658839197567,0.3105640023613078,0.9213300291753636,0.2244681747307809,0.45379602057836027,0.14358395705664462,0.7579474634632377,0.8280117274060096,0.41465097326258,0.5823013126129337,0.08478291902181935,0.08216864753656164,0.5768653570215722,0.40730737089129015,0.29120696024686554,0.7121239805526568,0.5176582805122553,0.20215568942409134,0.28869703003611874,0.8196929592972243,0.0068645289712987514,0.11683116301200006,0.460399059694815,0.6236232208696711,0.27758410992342003,0.17536686236706803,0.6442575572264422,0.7892315744867158,0.5090566577914732,0.3166517991193289,0.5783896889729787,0.6191341803964786,0.13287517361179635,0.6274446847759869,0.939168221902844],[0.5790162570266397,0.2712047018827334,0.3865948382904993,0.3099495485492363,0.15880664881291004,0.616566994921008,0.28269618963918247,0.31366759497635,0.12043483095958055,0.7991311229189587,0.7319453889878342,0.06908159018431514,0.3360046777555939,0.3690862059737411,0.5472862149125362,0.5856936998289158,0.18176407558155427,0.9678906712232385,0.4466506433842548,0.5190055044600673,0.08304497551964142,0.720039098638536,0.8223303699890787,0.37200347984912613,0.1624053124994863,0.15180302812496363,0.1476384291783857,0.5146358679959556,0.3097666325172975,0.22673858766191962,0.6907500860872943,0.21886128117435225,0.08910276580301706,0.38468621236553674,0.6252010744090519,0.06848039418637501,0.15470092332364033,0.7117050554016111,0.8649025770932854,0.2888960015613349,0.19339620286400136,0.6730022961202012,0.45018219031796214,0.6108008742132447,0.06321087992372418,0.4483756443591034,0.6422413794630507,0.18445961961600377,0.7065841411285532,0.8749218703656149],[0.37669770468514074,0.41896319514362823,0.4312735844201782,0.5975937639901486,0.5489580833159666,0.4906761335811442,0.5732857987563,0.2475463350095054,0.44069768403359566,0.6831286113658832,0.5268559964260118,0.1463687838468404,0.367847240360391,0.8860195850972037,0.46839169898102484,0.5789989986707047,0.6291951011698713,0.7938783368328541,0.22807189475332015,0.6019003782669814,0.37529900613328543,0.5064992224598801,0.7807560908489072,0.7753240261465832,0.5994009378474617,0.6477861397015623,0.5522153276981833,0.4624626661782164,0.8260523552676151,0.28825614315719905,0.6335301750367383,0.15362904981165434,0.5018718344260189,0.5866640978660025,0.3708445509396394,0.7564595039874347,0.45694695568304716,0.4866704164527049,0.32636846097097,0.3783371113232222,0.7748149249644015,0.8586106276743262,0.5339859899721586,0.4137655648291077,0.2907890124891779,0.48725951012387564,0.38474062434866074,0.36376617525258814,0.5736832439501526,0.6935032403307988],[0.4134219021909456,0.566488027781479,0.03972763219273215,0.48449976405560596,0.04642713820083846,0.0836345425385505,0.24912246068399174,0.000010466760354832556,0.16857260333398863,0.0006167304890035574,0.8353610181734576,0.2200376206273793,0.9159251294487215,0.715411131226292,0.00037002746301147404,0.4338475835397206,0.9135772748664744,0.1608982269570901,0.5122932473883263,0.016512583774309097,0.5916595368172776,0.19675703021410976,0.7878310742920716,0.10544647408238751,0.8782948096280554,0.4370855267807288,0.12033609059500709,0.1562039939096042,0.6631747530461147,0.43640543000099136,0.900324453711442,0.9165249162334101,0.09486767842059286,0.05059782779273227,0.46088164208155363,0.9764989090781225,0.5075461204240798,0.7185748811552534,0.029810193945709978,0.8081256586103412,0.037069473333460334,0.21929485319031022,0.16470449644484497,0.4684244061501418,0.7930173116921597,0.1773055938708821,0.27588167266912755,0.8100055924269774,0.15198390676446097,0.5564745344942813],[0.030580451067376536,0.5092946331815827,0.051035426007881204,0.3694655272370148,0.16934184571978253,0.19535520603333695,0.323143764274084,0.0004176908935281899,0.21630197230081694,0.00011901946632143143,0.8604062213578978,0.8649245914259347,0.24866349478879476,0.1667999538226998,0.009177517841348876,0.7354482593177326,0.9261326081238421,0.13143381901292017,0.01827175902994082,0.08960125386345205,0.035690550251024224,0.018865136476191487,0.42009472199912035,0.060764309643204055,0.9534541390176234,0.8320936503306636,0.9331531965680957,0.030414129668765586,0.8027500228413477,0.8742573925050121,0.7103500423431867,0.5957683004116036,0.6050669699237154,0.25059361805596064,0.4635001559734297,0.5985056704223155,0.6952089366687433,0.46351372116770656,0.0010206691747229697,0.645013002204641,0.622683284687491,0.33031640359784153,0.1377093702184211,0.5731514639778913,0.2723919279450839,0.5507116271573949,0.09911066185793165,0.7424275058875538,0.20738203287472515,0.8814715217458159],[0.043444367834781755,0.5024696212651545,0.30012964979819834,0.7110388328287559,0.14622555023977346,0.3532592529365754,0.2607761830295704,0.002615972219814054,0.2681858227910299,0.002035574518011801,0.5114955425799557,0.42837537176725893,0.5876400130912179,0.5976967977686028,0.05913040888434876,0.7011015564856544,0.6548273845795696,0.46922409539357296,0.5267105030889467,0.014577395712082553,0.8212013334646835,0.45637876177764286,0.8344341227100072,0.15679454859971687,0.3847584780507007,0.7863671070477416,0.11829861263305004,0.7159844057117766,0.8460394252576543,0.2774680162708094,0.7706158442614202,0.8684320694906271,0.2798064690071687,0.07892686214175194,0.7458148452092819,0.812171148870073,0.8200325172270434,0.764595781099297,0.21562725280072761,0.47898637945153016,0.8137541578001148,0.407650142175672,0.06919471827703258,0.811939854808037,0.18176446576280755,0.4815001492496606,0.34224954823834663,0.49806430910606314,0.08689143126250706,0.4476186493844576],[0.0018534367393515363,0.6295961952710364,0.053377682150115506,0.6495091809653628,0.15130257250577434,0.8483639185481312,0.4930430643062514,0.008735487073797916,0.09348794871455994,0.6784286796651914,0.26855822724208905,0.845774867083736,0.2888101854322949,0.4852353909224966,0.843705392369882,0.6109800066560859,0.12466097638678848,0.6678896188486253,0.8988100624598371,0.6514241706411263,0.00712775828073933,0.14876804555971054,0.6841340309967586,0.34595495151583855,0.30021661213967715,0.062411341244725166,0.055513400056313326,0.4689519861957304,0.1413589911025816,0.5039221446566269,0.09468316093706824,0.16353998766506822,0.0011608234387335882,0.009755900529169215,0.13535048270781988,0.0005384869673109329,0.40152458949448877,0.6768045678318169,0.5182052647040037,0.21541155546129057,0.00043287297337027246,0.7190715421634502,0.008189369088722797,0.5452373685848123,0.013112193680138027,0.9491494812560243,0.03333351240184527,0.14985032759478004,0.07403431218704988,0.5102932550552752],[0.0710049736995631,0.7833895230982683,0.19543259475821462,0.7492092849760055,0.7080609019824641,0.7893315801466927,0.2812605293282239,0.08161125402699039,0.6006746771624817,0.6616585030718837,0.34415263260709605,0.38775723100996823,0.6601416094243486,0.5025524503189683,0.5475505959554803,0.6145875148303945,0.36857983583059756,0.7015669374534241,0.06474961754799063,0.05008707554227201,0.5053723530417602,0.45587096256632065,0.4762899757260995,0.6800867055339977,0.2923205475270861,0.03960407984228476,0.03166570826154451,0.6370099402559156,0.3282090557051157,0.7241296611996182,0.6237406823234443,0.8095784458809162,0.03601959840832639,0.7696403065252377,0.4154170230148727,0.005609231390169185,0.7124418460308282,0.7104852878676269,0.8100433696814932,0.32161924058752345,0.03212611995280293,0.5692157424065052,0.13386113252664344,0.22884881538951837,0.11444825815320354,0.502362332409895,0.02017243865029694,0.8096533479137786,0.1930260910506588,0.39080519749355735],[0.014854702367197652,0.8726265311786305,0.007154915982962748,0.4310620720350201,0.4625604034105936,0.36183850219263997,0.32097386626139923,0.013617537953672198,0.1617363985124093,0.7725466848262242,0.6817790544709885,0.057045614446117034,0.748529904631882,0.719216280431572,0.8604637292524356,0.6967372306619519,0.6366476130025233,0.7782922270258967,0.0957462515281778,0.7686888092296399,0.012114267390101638,0.17265877053274944,0.8430918152397318,0.19411925560896787,0.38372813913112036,0.04222042248599962,0.018550980822476713,0.3507513166518874,0.06559003206963467,0.5602866450455543,0.3390101796234896,0.1768200537634168,0.004638537738449386,0.09133084286653881,0.37788649578163236,0.000003825279273705095,0.2900071067647711,0.8073883147411106,0.6286868690288968,0.04464315551491417,0.00013360286419032992,0.1244521783149327,0.004055254589677349,0.046313039450633094,0.011090048155927046,0.4537148588950667,0.1744018227638103,0.14130579585570108,0.16320477684493293,0.9157937980860636],[0.2381147148160539,0.9289185313942425,0.005461492602574898,0.6797910589074256,0.5225125496667451,0.39335726164994406,0.16288864363366068,0.061480955107296904,0.04126949094056087,0.7447134008698362,0.9150264461574008,0.270554627559585,0.8083507628330285,0.6129358055021911,0.38596950634873345,0.9479490735443125,0.5702949220832194,0.7729423958312382,0.040177751453863375,0.15852253973979902,0.11048278753871424,0.5478781632771709,0.2003280928917707,0.5925764954443227,0.48402822143781443,0.0011731884061907468,0.8140151600747025,0.7688343432002039,0.034661794420884726,0.8199030461335038,0.6966558069703048,0.4756618562844756,0.15589938392030134,0.031020463933727132,0.4756204554321535,0.000004048707457950327,0.4377620645585278,0.6304197511032756,0.7419108884233477,0.5012481610701551,0.0013587629906666682,0.011733702405412333,0.16902176987856277,0.08789176459314,0.45780450642609166,0.569491226715427,0.8431525292429649,0.31431510783681277,0.019239084273578573,0.7874901785385148],[0.12203643137517543,0.018046352830074996,0.23115123756214745,0.02886723049565312,0.010539700133922664,0.9428511358563327,0.00009657932235877681,0.0016879322178175362,0.3777530843640953,0.49424472817458326,0.7401243304736436,0.45425627681489267,0.0010672140015710594,0.9337347023230338,0.18608572616916574,0.3650817511885179,0.6376372668735913,0.5076869362882008,0.31834068738869853,0.8763115854254151,0.55003212082059,0.05996193668598023,0.9087174165220954,1.0008401886018963e-7,0.04936854861632124,0.1060482679542459,0.0011948330210616487,0.012498982932765546,0.34125655604129485,0.08708530342678754,0.7121445416204397,0.04775081640932343,0.4515847032964108,0.4966508960522314,0.3871306631472616,0.05065043518048118,0.7469712043706923,0.0005084826908714808,0.08126948728156477,0.25688596361082927,5.133540787708287e-7,0.471047576859545,0.00009534567780658612,0.4000455401497346,0.0000019903822330924336,0.644551424695789,0.00012707037968274484,0.029769254264955594,0.7422337078115735,0.11179029211887473],[0.2468318828241706,0.06385235975195239,0.5023354460115489,0.0149225188540586,0.0239168195047695,0.5936031284312927,0.00008700568598037707,0.0011422428473828094,0.40734955400981265,0.34717179061961834,0.7396341882981315,0.35567771937041476,0.004156495742264514,0.9852386891644688,0.2993354521369383,0.47393915625810107,0.5692223194015605,0.45526467869713616,0.36161322601849766,0.7523716018021789,0.4853462074588907,0.05559030906871826,0.8068575144279561,2.8328261552707296e-7,0.0987747191493599,0.3400233994117508,0.0021701242426893177,0.016783667485249912,0.7129667921661625,0.042399752234886866,0.42269113685738113,0.08078626135969111,0.599962087869149,0.5277301315713743,0.2180733766153979,0.20560294007951682,0.7226525626266963,0.00032931244430843955,0.19812424057838213,0.3321689178798166,3.299593457953142e-7,0.3988767782952554,0.00010029572531741214,0.1865079072783428,0.000003788473669278784,0.8089834821084353,0.00006030494845878553,0.04624703217260509,0.5996543217529633,0.049518321495974994],[0.32032554864858404,0.24926143927033134,0.15284223847159883,0.3714883581721964,0.0005250536903403164,0.6362329647295585,0.014071606996598311,0.030635197738695608,0.6784413907082886,0.4067369055893233,0.6362544266490447,0.35605050139429106,0.011027747993091537,0.9608070125683662,0.1849558187067955,0.0024453767541011443,0.35290092291607555,0.8479925763844997,0.003873042729046459,0.7441033908912177,0.5572242200548776,0.0016357443541485425,0.6598556373235641,0.000001053145925115298,0.0004256703647224934,0.0824426092916176,0.0263787764876199,0.00017920619779854678,0.48156973993177776,0.3112188699413214,0.13014034972659982,0.1058033113908929,0.10139639007072912,0.5865798525110475,0.5189911802867764,0.0001351755241847526,0.8953191590585543,0.0008238068449995549,0.01028416589201542,0.3273002508188204,0.000002409807627479483,0.03861356224221744,0.0000033216940390315803,0.6083556768647633,9.096232990799725e-7,0.5832157023346055,0.07923330298590464,0.4578102683389513,0.8338131900896448,0.7152852422337816],[0.09876323113936332,0.2263129833538189,0.3102516335585258,0.31639577732464147,0.0028215310851457407,0.7797351662671184,0.010161222986342113,0.005860771541421471,0.04734248516654362,0.4269597073407995,0.5032929742502255,0.5719555487302194,0.018914912794594455,0.9793245451627166,0.3196370548740103,0.0027002886241608917,0.07856566516305084,0.6235990700522421,0.0026590704164505454,0.7232972271210902,0.3476782091481099,0.0027599272072651544,0.8719475323815832,0.000007566430224595499,0.0038886298061887327,0.13459140463239097,0.011109995419632186,0.0011924367918059202,0.5772903510776043,0.48997602944930185,0.15001499109303412,0.09914505432074833,0.49344311919262207,0.587918237201178,0.586808579877788,0.0014333850670232623,0.9273588989200254,0.006509676967328043,0.005243331409065316,0.36438752376356626,0.000011566452552638063,0.05022563528115666,0.0000033212263497637686,0.4325900823905138,4.04610134252934e-7,0.8616451345284021,0.21484239919867995,0.39479686036954137,0.8786896039178507,0.6853064808400502],[0.27863812427526813,0.5330587712690468,0.5369012320921633,0.025080052044098692,0.5772072150948272,0.390866637616405,0.4644551329759146,0.29257195397899227,0.426472830904982,0.0023031770177917195,0.06505789312744481,0.8644019663562725,0.3875624313552832,0.7843848530230239,0.0614694285899515,0.35297914486776133,0.6852482499484877,0.5219328716666003,0.5125444688145464,0.7008252622458921,0.6849911682357819,0.46682932060495586,0.022270378309200506,0.055717986135765965,0.46335318569225864,0.041390147361619875,0.8130290661989912,0.3065123298738552,0.6101848634018359,0.4021708004170587,0.4093928321194397,0.3889792347472213,0.8631754317047295,0.64520566479346,0.5195139095621674,0.19431776989331223,0.6690615712455835,0.4919219353657578,0.8344428485474538,0.06729211513685371,0.7006387322827617,0.5218362735127866,0.00879484495974696,0.6761170872442912,0.24770009314030053,0.20684053464943217,0.8375548141315482,0.6513442403617457,0.5508938121857232,0.06859088640210081],[0.31676691295777215,0.5146438259990377,0.746904794081413,0.0524174724370145,0.39072730463547084,0.7320639771722651,0.3790506201549117,0.7060330628797346,0.5495057404838684,0.00013070587072093186,0.031602605651654674,0.9122902228727171,0.7693107463282979,0.492007419774696,0.0066885493053867335,0.650391556415209,0.6920463949726646,0.11331856844075693,0.7634463082168993,0.6087068147342537,0.654681113346935,0.8856253162685477,0.005337539633053916,0.17363345778043776,0.37979822440411776,0.007241533160287911,0.7299021503293417,0.3414159292569588,0.36113072567093996,0.19738478189606748,0.35605005094893666,0.3031112547254062,0.79819085582381,0.796223614824919,0.5420532368695993,0.598543757630952,0.3081159238298717,0.5886403153207793,0.5207881275395161,0.0058841648271235674,0.519842452133379,0.4168356234696044,0.0002943418757989835,0.6926782211697179,0.3772807923814182,0.2204847475620725,0.6403071037527029,0.8866283882936822,0.7460256508441278,0.014333084403333885],[0.41829364049773415,0.35340166697049874,0.8382021709867351,0.1599561985667521,0.4752994950350863,0.6611806011435021,0.12616808079147965,0.28876722085686335,0.5347383932276093,0.0015951026427890342,0.20180093266257423,0.7398514652982333,0.26788808267835745,0.6542156834623559,0.029545607822298894,0.2978152587608306,0.7463237398890091,0.4385716400984368,0.8729291208029762,0.5484724854847598,0.6344361248848895,0.469218343083098,0.03675647874445734,0.05806455262570965,0.3511371890034134,0.03191431453605997,0.7533922743881172,0.5026417979279182,0.2682193968921658,0.5213926728895331,0.38490747995100316,0.3015153399466589,0.54386127967331,0.7178339671049729,0.5488692770216613,0.5587679519731833,0.4640144276625585,0.23929225799302595,0.4954041142784347,0.040535784637391395,0.7438386515840423,0.4764767871478471,0.01638565719027866,0.8278969479035635,0.2598484432285869,0.3681314198028573,0.7306144240817184,0.6691906902785824,0.47733617041173415,0.2475947127711265],[0.6313030489401977,0.812743836080907,0.8069453450769523,0.5551399591446808,0.8266177547938196,0.6304962919341288,0.7196682714787166,0.2200674890674978,0.7875029589806853,0.7644448873966501,0.5616842694169779,0.23338411345728416,0.49488425764221566,0.19134588467358654,0.5426502758321944,0.04458832943743282,0.22567404382623588,0.5512012346457172,0.4422868643507589,0.052136583135037246,0.4946478439129609,0.49326894175001634,0.19862962300065595,0.03265722913803205,0.3500633967198633,0.11039192050305809,0.4600282587881484,0.7545020584976316,0.7067876951119526,0.04599387908382428,0.14307389206021884,0.8154555794966319,0.3214852548772813,0.2198976104456983,0.2991530864722936,0.6629827904146236,0.27339158258464547,0.19722778144235914,0.5420145770812748,0.4421570202580679,0.329188723448773,0.30726217239782955,0.06162060681166482,0.30492209382554514,0.5571874737774202,0.5631344305912591,0.5560169103013315,0.1498939652628431,0.47835576591964735,0.5209188432528301],[0.8004536458027284,0.500071648447469,0.3526520293649727,0.7164703727769024,0.6786503543714246,0.31348747546456474,0.6757966939548006,0.1506598138839733,0.6656469135786898,0.6408232897900575,0.3059741062523179,0.5010461087424922,0.6304776375587369,0.38338250274419544,0.7134471408052391,0.12081283524265288,0.23340641477748753,0.4053650046884291,0.22071203961006403,0.12480264704810158,0.12437583150594266,0.19813006310295875,0.6639278264598454,0.41948333889334516,0.23784976327567894,0.14727989660034782,0.5999337824916123,0.604408419865738,0.43468340772291497,0.1038574845891553,0.12205381876884305,0.7102462904222577,0.5792766706472444,0.7743223387272097,0.537653204613622,0.6254039247832784,0.6904585095755157,0.26818811692564376,0.5859368969126617,0.07638757317936774,0.5161698947571712,0.06875008175953749,0.25136555477403794,0.2995697021584177,0.4592297203978241,0.542913443768081,0.6162894463374833,0.06785387849219038,0.4765550952216975,0.15562848347123936],[0.7705130262155598,0.6096132431806467,0.25694080160954286,0.59176821650909,0.5004622563523579,0.07041945674935872,0.6210784286705119,0.21555159809871355,0.5537747654135672,0.5654569659615516,0.08335720732078435,0.5411066653379984,0.6210544323061514,0.035655901833363424,0.8176116144945905,0.717715433888455,0.2919939418595817,0.6702925350048973,0.6139751007673834,0.04014580464744219,0.6184074691190057,0.5503273010922569,0.7116709859582262,0.0761807648745398,0.34694780031416594,0.12127639780422736,0.48778421528312044,0.6591170630608688,0.7607592370395029,0.01602885369362575,0.5788587359486759,0.4626855318844042,0.6872268317218128,0.22800503800169447,0.6139044591665371,0.5500419864956123,0.6211224363031738,0.6852731575593481,0.6977802822803038,0.04628879350235764,0.5519768527369543,0.17561091925398611,0.3004967258475254,0.1787887603524128,0.48267839440333127,0.46320679058242414,0.8029099467774822,0.7902447589398219,0.22561539752412701,0.13147149902166297],[0.0009949803731903145,0.3628726254543949,0.02364051860378755,0.41727619387119,0.10490779783595756,0.4851091234672623,0.29119706362849973,0.3432325922331546,0.8366084686070127,0.4088772431934036,0.44685751306279103,0.29324536829117553,0.024415659250099538,0.7743275044218308,0.7523885048871791,0.5992473416157769,0.00018984357858082413,0.6451020226636491,0.0028685444988510523,0.3381530381674041,0.46265779906979765,0.000042861453000664,0.2827182368452049,0.4702027446635936,0.007948328249788788,0.6749936252066501,2.1720861194245403e-7,0.077502805889162,0.6791086056376461,0.2390585719337877,0.3846622173061638,0.0005629917899122099,0.006172170402954077,0.0059282305816689505,0.01234979094987711,0.3153426331856493,0.895856291135945,0.6461736193949311,0.5739695950175895,0.006439129104999296,0.16525227685361804,0.5291088015942522,0.0002837569330725353,0.16275144061810223,0.0003880637340599006,0.2009405279174435,0.03038185595331494,0.35028005895640696,0.8060577430345734,0.5562478199450548],[0.00009387414878013978,0.8238486701371458,0.48828911574968886,0.5998856394912593,0.0003007029957318735,0.8498302393850743,0.0017944374629615828,0.17776067306320503,0.5180298040586405,0.38056998548075127,0.2546977583117919,0.19354210536250005,0.0000026728331147409867,0.9393477557073309,0.9614117799324272,0.023232773107088676,0.21333152716901574,0.0014744507510959168,0.7319452187038353,0.8185348318289972,0.03448661232004796,0.0002615958803800966,0.5212013704069283,0.1934042254951972,0.0018778370816072247,0.43749771363823087,0.4858606372731133,0.40106452915387353,0.46249756566699163,0.0005955439996702456,0.0014415915216190282,0.000002797071863077761,0.014113797936042087,0.04819289735449704,0.0001946774140660415,0.00002782920488809522,0.8729717499232492,0.6798329324076148,0.054687885183037396,0.06283087978523773,0.0003424931614793678,0.765317373851574,0.0012736634152691005,0.8122299316641812,0.0005358460716298495,0.625141410993459,0.0005886255851666947,0.6062457412141108,0.004599146391231808,0.46382943553186173],[0.016112685364603568,0.16918300973600162,0.0010813106012552219,0.002290308019443449,0.48135505076019663,0.9257116581577218,0.7848187941027198,0.5481073152085346,0.023845533747819437,0.92254679743205,0.18606244170180922,0.29431712681723465,0.6348771953105387,0.3280318131956663,0.023576437912132365,0.4977178808766706,0.6425567456245703,0.06232668814692966,0.5379772285061533,0.713080448736596,0.43803571723793444,0.13762830502665482,0.5435654350771955,0.7365769096708608,0.45616907278960606,0.15109643462195538,0.8460127841594193,0.6364984088605263,0.6793411968335428,0.6835251758047868,0.8708409586555347,0.00033249410222782334,0.42662236599769754,0.6106057371918472,0.3677212253275606,0.29367385076294716,0.7821329300379399,0.7632767900753266,0.1849046733858416,0.6566672809387524,0.6081293523764123,0.6210996140506446,0.7275889515971936,0.007099287300549521,0.788867589151698,0.10875911103047207,0.015693673883959227,0.6348158348602111,0.002146132133056361,0.5932244703957831],[0.011928997886859753,0.21237535236151064,0.00025045990196608344,0.0051952305139504286,0.00626873105467464,0.614078979301359,0.06439946071751687,0.4513672595972725,0.2972656408262955,0.48488019137049015,0.541052645487943,0.8211583216564162,0.6587343510579118,0.06639772546414603,0.021531339773121272,0.1595315571384386,0.8464411786080788,0.39014285692022954,0.4131247695344331,0.8032640861967602,0.39059463262248323,0.17270524182038066,0.35374504624575503,0.42300499330717195,0.07370199381706076,0.6413345675137161,0.46894977963079193,0.6281455921511473,0.7148324317618728,0.6699622030866956,0.5834098467187989,0.013111887640107152,0.5694484755222344,0.7497540377415242,0.28400140073975844,0.2164951629022708,0.6365851748792212,0.6903633310122336,0.6352342251232489,0.5016202080293085,0.41189210965773015,0.4133342991751921,0.43370980199466463,0.00786015978920171,0.022215426273156494,0.4291446213701338,0.006530350532402422,0.789451631800219,0.0010488259186492517,0.8539016352848493],[0.04948469717914879,0.9103010161825177,0.0290701699461796,0.023294838018582252,0.38176985305750133,0.7777059163522936,0.48866455237072265,0.6815658650970055,0.560672457798167,0.2996192632657933,0.08810996314380187,0.2624871508359188,0.8159315825623421,0.5739673202800049,0.011948908439930614,0.020469460863924743,0.49367587934060314,0.022311170082568683,0.4390265419455441,0.5977895719654821,0.2970737592894513,0.022748414123280433,0.07496321297661646,0.3984981918415641,0.7779999499720487,0.8527993561556804,0.7728563889551726,0.3753608427705684,0.6020483506874089,0.41097837703882456,0.8205088812524712,0.0009580856540698124,0.40873580663463677,0.6494231427589693,0.3334953634464398,0.1286513234272514,0.04221707909258564,0.49926499598115226,0.3481731071829362,0.8455873196178565,0.7159606678008323,0.7959727025761386,0.662271971517866,0.10450023832262197,0.004359885901972965,0.7421855644191602,0.010824895971576385,0.3384131660167009,0.0655165258332903,0.4005659691725363],[0.4574657347743973,0.6715593436672487,0.7749149766110256,0.20821869367432344,0.1834599212450628,0.7190552390721776,0.000022089014416027703,0.000014659410734906552,0.7863792278543553,0.4037832458440304,0.4050871812036096,0.00011848986150458662,0.09009131325912642,0.7115556887020846,0.8162068960689086,0.6225552820152351,0.4530981922530994,0.1514959287015096,0.07026055087856953,0.8190354363738817,0.02602492737125572,9.595620521528038e-7,0.6145718231824112,0.22434778956703663,0.0000671252022741405,0.0004804179686332334,0.00014899753890345972,0.0612186033632758,0.0027954053758948794,0.519195003016476,0.0006691767287365142,0.3391765113344831,0.026072205223473057,0.013138523441808587,0.1842845936833188,0.21842965161556205,0.9537419461517397,0.0000986367298668289,0.3816403526862119,0.0000015852371220260656,0.2994989758839122,0.7283574189707943,1.7342569796661036e-7,1.9724648490802395e-7,0.09240567178169,0.8760050044923402,0.429992628123731,0.7353427739300611,0.8374877479160373,0.7022823992471658],[0.5185220402408377,0.5872704617809287,0.48891805878841904,0.1597751311027519,0.3359629107185287,0.8974053857016744,0.0001265167809029825,0.0008480502907734172,0.7819471897186191,0.0998471367859139,0.7786049351795936,0.0009112965896281972,0.05670635590802788,0.820231897724647,0.6851264611749909,0.4235208819245998,0.3209152332369318,0.1869897031000555,0.16454066088002248,0.6801118742274065,0.03384663966003294,0.00007311415060126978,0.795611231447044,0.10953242826631003,0.00022444672641081155,0.002897596840819813,0.00041757973673572766,0.07738579440203902,0.048728903671457394,0.4811111848194705,0.0037779522503414834,0.19384378996232582,0.017155374142519806,0.060151960277697175,0.21408705230650868,0.08959528097026236,0.710467862047497,0.0002837245313202749,0.4752472003391577,0.000012012270629602439,0.10189807134407945,0.5442841882226824,6.384155828682823e-7,0.000014473037095648187,0.03752188114124979,0.47265200662973067,0.08639588301612937,0.5048829607685686,0.7774831571167827,0.7417689021875393],[0.7357770832548872,0.20971249739110892,0.5037739492339132,0.4045504447646407,0.7325670982318421,0.8490343547999606,0.1319510357176184,0.7459577158424966,0.20145254035178545,0.3041064963863879,0.0971493721674101,0.012950387097666634,0.41620214922262533,0.6337556997016097,0.4833135594903185,0.030447316953046297,0.7068779038715313,0.6787881021963468,0.5771903756867809,0.3481919713712713,0.6306632439331654,0.6982124983262562,0.011691525039613175,0.6844990334360485,0.62269017158097,0.2726193966440881,0.2777354567005533,0.06098278658161712,0.550702859479021,0.534677989895137,0.23493866116026868,0.3452744049079734,0.011427482509256806,0.013287852288874028,0.730635745171749,0.74391439364858,0.659366547790494,0.6462521126774743,0.07033879571804495,0.5113002547891531,0.4953207232443884,0.124262304254586,0.4003914288042095,0.40703077025357925,0.506681409104851,0.5451857675702994,0.4005652916948537,0.7978743420611486,0.01556282782112075,0.03518121571490594],[0.2085285893148543,0.5113923870141652,0.818822436429428,0.34032157413925623,0.28898038776801804,0.806935623215225,0.35697907743747703,0.8004225888577795,0.44812951866242395,0.4650591059681601,0.19870947857459667,0.6259127981362486,0.7165863064340748,0.5648149326259639,0.5864392489988357,0.4501474922490014,0.6111475927741933,0.5325047155438519,0.05199057622666588,0.5016493362376948,0.25520635148917664,0.7665608879757587,0.6004256557609026,0.024886153829500973,0.574221303331783,0.22007811302984442,0.648322079290654,0.5220217097995048,0.3924101131207075,0.699813436553603,0.007420802024423871,0.8635045486868695,0.554226813281321,0.487264040809455,0.1701326317588452,0.42118347922796495,0.8091575164052313,0.696928739787202,0.009350926346198085,0.6401938075562087,0.31886979126470666,0.050129326840725186,0.6963827227271067,0.10410172307830254,0.5336803297666843,0.0534942662219263,0.06763240722763979,0.2595558073839735,0.6764132537127829,0.040610558915605985],[0.03919004521285106,0.4062278809985404,0.7489486192871496,0.38060874441441833,0.19276401564369822,0.6940197524542423,0.18663832595324686,0.7358037602706833,0.48985389226756165,0.5458876143569114,0.015615934548275043,0.7180043268921611,0.6230105896992696,0.4341165958792693,0.2674639828226625,0.754703362787638,0.4198000202657983,0.654247044130301,0.029682855887177503,0.4276380731859316,0.3784005882392424,0.5272875290694315,0.17710623868192057,0.05179695750215368,0.7707936218201615,0.49609842608775895,0.5146318279944385,0.3731055703328952,0.5457650522770622,0.756697711368429,0.002996017457338841,0.8126089464552427,0.6015440288476817,0.4098936163611148,0.24902644425787607,0.1851711523770416,0.630597050711209,0.6123067185677666,0.01312262647634992,0.5458613020614902,0.5567599519448373,0.00854942201892997,0.7890932040890706,0.06831280567330897,0.6044378571513896,0.12349367062976642,0.17323927531196406,0.06671145587172535,0.6319669122261301,0.02015706183737304],[0.06409326321867155,0.7474414621114889,0.8419514086813562,0.7158587540490507,0.35270936965338295,0.778054639954803,0.38772837962100654,0.5949757421605992,0.7037648791158924,0.5182993244737515,0.024188047416069277,0.46495455055268103,0.8789911236722618,0.6708746747728133,0.6771248571021543,0.33482650492629296,0.194253023415819,0.49800754398509933,0.09304804169645457,0.6749469636801256,0.5646276226771487,0.7103565790206966,0.4249815717317151,0.02184214786973461,0.7066929056780681,0.4396812316461189,0.47560078594585786,0.33299690648468055,0.3806278329657598,0.7677950507495614,0.005207475873924962,0.7425528770438968,0.6695199228905528,0.7717591162469594,0.06973145913358031,0.22602870077166146,0.7751520050414691,0.4928246219518855,0.005266563812688051,0.42476941362695425,0.2541196626866504,0.009706349154638168,0.5335471626246995,0.03298120733798888,0.38237311105384864,0.2558650296765493,0.1286015630732228,0.05422246033709456,0.8562787823034899,0.11608296671056746],[0.38822579126522566,0.47272234600271357,0.44240077097972175,0.7368955415873869,0.5229657461903005,0.7995300542225066,0.0069807129023482135,0.23471662402798063,0.756944953102305,0.6156136586765876,0.08492277408241226,0.39871094969972765,0.08062192191921079,0.5764797488588165,0.47402043052691045,0.9284562113301856,0.0007515287686850157,0.19507307535563845,0.5881405601722406,0.04325406942225627,0.3476061006988674,0.0019312056458960288,0.03502634893029441,0.08556332736744925,0.06501819313747441,0.6608021926777516,0.5383344303750287,0.4372756188808406,0.6436262580419935,0.6596591917292411,0.6893521022642978,0.45524632526470626,0.4369874337982727,0.6053515655487849,0.01405907092161212,0.054665720335948034,0.033014167061721285,0.015077418084232679,0.19144880654178084,0.6245298361726435,0.7758072475496682,0.38603035185992224,0.44340793106611914,0.741085476843739,0.4272344602834001,0.5574742449404949,0.17268832400831682,0.44243861925924904,0.12430397256170957,0.6506171404972391],[0.40189500361526354,0.7462683432007784,0.5851213823475833,0.5938194763188118,0.4529588376931106,0.7690622605126655,0.020076855411965633,0.31707350239993404,0.43636133291368295,0.6806835411382974,0.28158179063308997,0.47298560046693056,0.0769453619816382,0.5929836966119892,0.29067808756988434,0.5849852474016443,0.001562929062538441,0.4139785182965558,0.6868256014567963,0.11624254919527868,0.4712603294418174,0.028070529841696914,0.14119998559286362,0.05912020950090222,0.18548522642336515,0.429757539954105,0.18718658801123392,0.1727212464369085,0.8272876373429076,0.6864259883267007,0.5113077621339119,0.31382357248033504,0.45034526333603025,0.49298372338487356,0.0881810814548202,0.12255187289055813,0.10540387251198707,0.1190188464572038,0.0635627886337082,0.8295636775126111,0.831841931765029,0.4413279011188044,0.5707789475356473,0.8001507033837819,0.32758102532676836,0.5236840920871187,0.1277586051451991,0.5819784877967813,0.16531985760494664,0.5301404936345137],[0.48982531962182146,0.5605080470127484,0.688161111549946,0.5517905052196602,0.7646747536410105,0.514053697762261,0.023457488807029168,0.6530301612607039,0.4250908246081869,0.5968685993969143,0.05827530818760189,0.7578393442575774,0.12066783668228975,0.6221943094009521,0.3439420591849546,0.6148815448383925,0.0006542163165531512,0.33315488286386685,0.28230569256769594,0.05323842402674486,0.4240440577740805,0.02382897439976868,0.09146401929655743,0.05878316206277224,0.24940350147226048,0.4257665008636338,0.12749489445987475,0.17793335507384736,0.7878464853742013,0.6634191632940042,0.5725376510233102,0.5057844710669392,0.26213546532048765,0.7685534617327726,0.011327722794732212,0.09107397949943313,0.069572467645166,0.04911430783823247,0.14023032963580195,0.7137527085402111,0.7776781782577254,0.4176532403617892,0.5949835844624315,0.4950502755971335,0.55713839719975,0.8309078735968445,0.014417703829839944,0.7400261806426839,0.12924828423416623,0.6449102929600534],[0.599423846209701,0.407042498493086,0.37349984311386164,0.6106960982241519,0.4926925329311482,0.8254264461713101,0.46634290836803505,0.542185195921299,0.5124577123573453,0.2157445069371004,0.7512497312227091,0.07910812307658692,0.005578851914376454,0.5135887850920445,0.2884062012429046,0.6247389113344679,0.6115428471149574,0.03978483143234298,0.34796726025356395,0.47038376647787145,0.5576812491166779,0.4511208003207686,0.007677541622534942,0.6837939114938395,0.7383321275996786,0.18384932916845756,0.022080598268264452,0.5738501934495635,0.7038194212118645,0.5856299075340178,0.6021629335765477,0.6492591739905978,0.35471680420112867,0.8055301091498412,0.47474146079719287,0.6662864269156917,0.7390349065752582,0.8101917937740013,0.7375502016843236,0.025142147246473023,0.5104832789321734,0.018943696195124787,0.40300027246244463,0.3264218121516378,0.012750341535305004,0.13472078988681266,0.4684988322770173,0.16416116837393344,0.33463161737812835,0.06902741572598056],[0.4615394273190662,0.7579237967702133,0.11061349665919083,0.6924101557698281,0.5908151919864401,0.7724321929906908,0.4313503241973238,0.4375711536557723,0.6908126363245183,0.39472794546647216,0.1388289633139336,0.23154060304476454,0.001013230653091592,0.4973914962044246,0.45448864235161757,0.6117536033529378,0.3586798184962629,0.15673747488867262,0.3438474623390646,0.4220800352815014,0.8061226667470773,0.8362165450553805,0.2803190624674249,0.6903099397170042,0.6120365598336392,0.5647313824164883,0.3951801891169326,0.4583500832186924,0.5471935990714216,0.6328368456080462,0.47367233781681006,0.34179043053101305,0.13497619999490312,0.620701125830236,0.267783519808672,0.8098198480525701,0.616791932628771,0.16383207597499888,0.5370133189090563,0.026789825765298002,0.6619129986706277,0.03034742564534442,0.18941011467847432,0.6397928270565454,0.012929047948802353,0.2138120424556801,0.5761622330603596,0.5628072617765983,0.43700399870508644,0.4017241344117386],[0.633943296188518,0.570826621936399,0.19811970443052976,0.7097025459664089,0.5865031925018368,0.7553559330615499,0.2297933050792515,0.5947912993698431,0.04848988810945198,0.4893386726439567,0.8519910541435531,0.009805526652485462,0.38262940557790337,0.06207376974159108,0.026627271874454725,0.5785899262954997,0.36099938682590477,0.010714793028600069,0.4884124119110861,0.6563782841018827,0.5420945741771133,0.002188367113593456,0.6654971843664481,0.658740918713574,0.2679068411522849,0.12061155402268875,0.40916283334931347,0.7675098599806335,0.7347059882210152,0.7934933129080188,0.06540402071804145,0.6927731134073769,0.36122772946083614,0.024038865618561486,0.25144763788873215,0.9050983133109117,0.0033277713959003995,0.6581279951695653,0.009776470706223792,0.5580094566030388,0.6733510073222138,0.3787031566297688,0.8167604978579309,0.043734133858857535,0.5210305549104886,0.5454617442700473,0.7284051444082239,0.06632404633860749,0.8384353204450367,0.28956311586345],[0.4740637661822606,0.8401185681586821,0.3071103851452859,0.6411874183960241,0.0009751303004040258,0.4708823631468907,0.17755576174092025,0.843721407092166,0.2435800543660008,0.16025271627149265,0.12990151146204537,0.005551530646327514,0.6374817446412518,0.6490703148351135,0.24533588601476078,0.23779079405173262,0.9537604544186801,0.7343517733703393,0.6701915094436511,0.8131796567359687,0.6047065095058396,0.000039276049896067815,0.9143065364894659,0.001024154250522439,0.13418828668138177,0.6002000656462851,0.5363081576802593,0.3642896867985023,0.876336658971579,0.0003450301068102188,0.15747222704599056,0.2836145504227512,0.170126392410181,0.0013733731636188407,0.1683991711443292,0.01866349209352296,0.000054580917660731186,0.19935981253743326,0.0012261334999231137,0.8137373118166263,0.41749357775212576,0.13214565208296622,0.6057313488624405,0.0014768841955212038,0.8668648461364853,0.6562494902215852,0.5771834704806298,0.0109219467262305,0.7488567244742548,0.2963667364097316],[0.014119378450578368,0.7069419655539846,0.935893095556923,0.46750612566548166,0.06336471017294047,0.17882477135050934,0.6505039412513407,0.8872111716616568,0.6353950265046517,0.40662361100623945,0.4398964084903351,0.18510551228341296,0.8566985695965825,0.5402579406299564,0.6559852740883746,0.5024613083877315,0.917492848094146,0.3098954711487175,0.5532724053827276,0.1351437407799764,0.46317607081666845,0.0403193908357571,0.4710414929314212,0.8110778480297577,0.7794532144285179,0.36270312550147005,0.1645662426890976,0.0004647383268117078,0.6741726579070836,0.012363051234490852,0.5606051223401554,0.0010804294178312008,0.4110688419142656,0.2574570399498108,0.30355251521164056,0.00017415251144860564,0.000653219257348002,0.005287962714453947,0.41601232719401615,0.48808982084598224,0.4079438207144005,0.6214211649798169,0.4091555259785489,0.025643704702692918,0.9164048967901647,0.12015649463438559,0.20117574572524027,0.00007624363883833493,0.38700928434292114,0.5240549297909164],[0.08591662924591231,0.506379539105658,0.8692779339188063,0.4724434547758763,0.08843597012762622,0.07029431251588487,0.593920970357553,0.5933059030390002,0.3781521997032362,0.40376762016071305,0.5481689464482669,0.2762897758805933,0.5136569373660194,0.4088852582969263,0.19971452337899248,0.7200744310608149,0.7754982416816064,0.5300223683200498,0.302168648318542,0.2485326505390172,0.38328339744328377,0.018311175673920477,0.507018883216123,0.2593082810786253,0.35586551576890535,0.6505233436558654,0.4961923901787411,0.0007984083819188479,0.5591874651346889,0.18297069796194407,0.4137551904385464,0.0017726394071905468,0.17998153007802387,0.036601954811611874,0.633972436890994,0.0011341371825606468,0.0016687516569336715,0.04998720840783202,0.44475253440572,0.5189024198047456,0.37356873174410166,0.29812955263981145,0.5057465379577363,0.01847592920820625,0.8101832705166258,0.053245400544832136,0.11494287332783601,0.000941809277480984,0.6958580127794934,0.6834629098073123],[0.195277647329561,0.5193358993498497,0.666385983908422,0.2783729997764539,0.003323165049239521,0.012352110132659048,0.9234571527477705,0.6212653614655992,0.42521756213221323,0.7004293256223183,0.9320886914916131,0.2363009033545985,0.8740504820554312,0.7287951119447038,0.21122436328752256,0.7308596044313671,0.9433682582428358,0.807079374067069,0.13746390623251908,0.4848734899464675,0.29051233355807565,0.0007128069796689731,0.7867234268623391,0.4170431461335185,0.46421592759957675,0.11471146863794916,0.6204592529601578,0.00018610597539121416,0.7221750981752887,0.09971280697391541,0.5846406315306422,0.0010472586065560716,0.5327809565668276,0.04197705243889411,0.5068584265632375,0.0000026701760568575656,0.00073333764391755,0.14779930550500558,0.7109171005839025,0.5736414116730357,0.24310153786425934,0.28232725619427884,0.4787211787576249,0.04730315973907576,0.5223312688476636,0.01884712702721646,0.14998924236131903,0.00006266307713190066,0.224229538733396,0.6602434621904982],[0.292349525663123,0.7690162525124401,0.8492335576644148,0.3685020477005429,0.014413697163544669,0.2046040163427327,0.8446969601177812,0.7589068558379549,0.23982256994858459,0.21472761736480192,0.7078768112220901,0.24300854124690632,0.9401398760468138,0.8335324052939667,0.3316732419711677,0.3195248568120298,0.8947888622411363,0.3210390835536982,0.1300222623702414,0.6293517863484062,0.8181069253936595,0.0011633121617995836,0.33947914048436684,0.08111525608714187,0.20051808399494203,0.6589750264033377,0.3685133669638508,0.001625424209913166,0.5326168247144203,0.038378876550746746,0.5282824365674391,0.00045632982416463183,0.6080178568897916,0.04058741739620127,0.3552796881500859,0.005437535674671749,0.0029167917499439908,0.10999163631892726,0.2517186009159289,0.39458124220066465,0.5780525048609267,0.5562210011547127,0.11591676233089955,0.04095380031783498,0.7329281083654982,0.18090113052781026,0.20969125791817142,0.00030005819922901037,0.47136254049608994,0.5373992766617528],[0.14188691746175877,0.44800533996534253,0.7910130841269727,0.013808601405475622,0.050744838510844784,0.5849760464537472,0.7292525907913786,0.6817227813123103,0.23853522714074069,0.15633872050151806,0.2636810215906563,0.06486823136658232,0.5865200681132529,0.7935845201768904,0.6050293240652862,0.5631505962455473,0.8464314103002087,0.25327486526344273,0.4931419417465325,0.7893982520696032,0.7415279095392628,0.12068821616233205,0.16511181326157096,0.18508170296045695,0.5683593450951026,0.7586496442278255,0.6383483379085844,0.00008406208019127498,0.3038960101117588,0.007737337585919922,0.06116061038235295,0.00533647599140029,0.00366087456952578,0.488602893363825,0.39588378618091996,0.010281971467946778,0.28683424262607593,0.5411416886714068,0.7808640428714632,0.029843408392314988,0.008225202234400517,0.03852348842769554,0.45887993028362634,0.0011089906335219355,0.924479109333835,0.2893603885960661,0.5652200767575312,0.011568200411383936,0.7266647602845819,0.8486818966041701],[0.048665195003159634,0.5696288628321642,0.8046200034643135,0.008407133750589697,0.015427626747278093,0.35218892112640016,0.8692083342481142,0.7952440776631519,0.10158389765653131,0.24987721530227752,0.11917277442185778,0.03754429128758381,0.6726491443505016,0.8517409914361416,0.32801637158756086,0.5023975659119674,0.9009496132205292,0.4430398919369313,0.4824928405077924,0.7174556735457507,0.5058649109320901,0.1216038648620004,0.12326018705304487,0.3106835674510733,0.7642151890947014,0.4624029308601674,0.5617406597567965,0.0001331203014281055,0.5916549104426804,0.0017025677752031724,0.028363987392147478,0.027019769899234408,0.0018438182217923385,0.30500726770488884,0.6293440530483396,0.03549338523472702,0.35182538826414644,0.43080055091426445,0.8363923490031189,0.043788154502329535,0.0023043432503342454,0.1800306716024883,0.3121043680825578,0.0029131028977639976,0.745182440787557,0.6142620870595585,0.3839112902025352,0.020633765267685227,0.6587349156200896,0.6068409396736003],[0.07106470000711466,0.06806075160124203,0.7312166230227023,0.0030404690708747233,0.02532950344029188,0.7415017008561532,0.6855733305308929,0.7904309610416087,0.20133770334132536,0.1029328444325614,0.11590697996795886,0.2805098748193106,0.7643869710754303,0.6406436365536203,0.5631951516962924,0.8628942872303866,0.8712533462580107,0.5109658593698557,0.8151841875149621,0.5296549964485511,0.761991350421643,0.04609347885945021,0.2709964182506554,0.3753348524939818,0.6278842295584308,0.8076438276664086,0.23659933274095213,0.000027676042679553448,0.5479681171583162,0.00032912789992059206,0.0135055824859565,0.005520421435608008,0.000759803067272108,0.5586745646786277,0.8331999442952946,0.043051307131223536,0.3987477201321903,0.6209309328808371,0.5075489848154129,0.02212343249891587,0.0017504092308718584,0.0038920868342024197,0.12485979735503955,0.001889914086836061,0.8772765985501273,0.5314651573271648,0.8121359558168121,0.00549506579698882,0.6301160683131841,0.6478994293514553],[0.6453377635646208,0.4253336870718797,0.002607009197701343,0.002859570918112872,0.028074931711170606,0.2515772948445151,0.49836601324602753,0.052237549149402596,0.6752137951930464,0.3390782653828984,0.3520392884709629,0.052180945752892616,0.8826892066936725,0.43543760331964365,0.005682111768037592,0.004431210543721432,0.8478876070206344,0.5197108056528142,0.5469059925579799,0.4595686283938279,0.18079633551065158,0.14056607026985388,0.8062143363773617,0.6335032004685933,0.7206683056187912,0.4983656643465065,0.31838444277721567,0.0022645080592369874,0.4736575960954553,0.9068515698981229,0.6536278394217114,0.6644496351114308,0.041591288212798,0.45556857061592093,0.49397633579884903,0.8803897374753965,0.19796170356857865,0.12407557720766474,0.28071998967754025,0.8793486713784872,0.13445332736612878,0.2733844030850157,0.5105877243741903,0.022128135425452923,0.8225523789570885,0.024900271757788174,0.6282248295041077,0.4832653076683426,0.4123193275843935,0.7082435845788111],[0.7816444586502781,0.4925672907127759,0.05840228995732381,0.0033855175683531386,0.02622687521559896,0.6372487022821911,0.3985885343736374,0.7205579254373878,0.30110491468830686,0.11866433634660836,0.5088179230577909,0.5139765747825842,0.11094586810999657,0.4678159259252664,0.3782273017765645,0.03721052761395099,0.7325329402969378,0.6082632679225429,0.609889082881847,0.5443894156916148,0.009218199809211914,0.7543378993698214,0.7913103503506392,0.2384984498111061,0.7988778836208233,0.7257902073639544,0.37256281884881537,0.007497405973813895,0.09739850182741863,0.7594795110907002,0.45197781852735236,0.48646224196311266,0.005814419540930868,0.5371078332925371,0.7276303621146814,0.842197504641294,0.2352794901537786,0.1689375881016534,0.18642947229678514,0.14797123565810277,0.6408825568556621,0.7779976959753038,0.4197179037938592,0.0024444731232690134,0.3240960235425547,0.18344668310687567,0.810936596857464,0.7852765594690359,0.5587321902015401,0.5695929825477389],[0.19252257526320132,0.6257685694234496,0.023646462656262843,0.2784475621133751,0.1425750380786563,0.16516844263268166,0.37615250550010176,0.3630583222976677,0.8006278310343498,0.012603492516320985,0.8661877119868359,0.0006600839003096827,0.00003395769310364539,0.6978087585870739,0.7338466305939145,0.6061924115195871,0.3012031097397829,0.6612406751135158,0.016164238106353417,0.1758745963102191,0.007720161998493055,0.021405143098870358,0.6350730924261349,0.5703016392784682,0.24568566095098052,0.5978884580957186,0.5992907614483258,0.5415165070085709,0.14073315200075712,0.528996827138363,0.2799503546930921,0.0005942563394129151,0.6381829033915766,0.004573673358125094,0.07476570806206377,0.5508082510411433,0.41053976103124984,0.41585190566541685,0.6184216634214706,0.0035434968519538106,0.07261591287325964,0.5671703952980636,0.0013777871460351324,0.0016565318537708558,0.15077275237078247,0.6282072021904183,0.003420447349813538,0.7322011187439358,0.09820219012368973,0.8086210384322675],[0.8451710239357973,0.7316926941430688,0.03187464821355914,0.16543478876956405,0.7931408191516569,0.29711474114775394,0.661122554539443,0.8932306995890772,0.6829685096821778,0.26279246654318655,0.5397071411665814,0.031230060331722674,0.0008473985795680487,0.49318381967532543,0.6787399360567388,0.4989183237991191,0.6717311117995981,0.5390697054480652,0.5190403189244566,0.04460560083662871,0.0063267765879311865,0.8729144672896244,0.8271342136108872,0.7755547036949976,0.17908230156014943,0.41459657939014194,0.8913437033958034,0.6870818845333738,0.4932656579600398,0.7836231636013575,0.1251433500154647,0.058445453932500974,0.6854036842872748,0.05345182925324514,0.6154261584478822,0.7159598905582053,0.2973685103966808,0.7575420930617879,0.848407832978872,0.39961886445122485,0.45912715490374073,0.419354422304655,0.7068573456828678,0.14071570246918133,0.7506545957886639,0.7350837170607412,0.0700524507415565,0.7241074760362544,0.3456054101674158,0.2752907341438289],[0.19227144595254295,0.003897115372164644,0.43669422626880094,0.35587760919099287,0.35954013181480476,0.005766544682730528,0.02761275557760425,0.6682866080264123,0.6099314988555617,0.559245557021961,0.8683141368573292,0.843675804023716,0.19282845360487053,0.17784878605989482,0.8296477342628483,0.7760437158423845,0.6877365499574779,0.517644615457167,0.6964314374393007,0.5427777183707644,0.6411508658832719,0.14696825954463735,0.29062729291411854,0.24258631927970614,0.9036936521154467,0.08753367319728579,0.0333798430364761,0.115897451539225,0.0026834798917380748,0.7663462768337965,0.6606627963129865,0.8910063974920521,0.15900918989073679,0.6719715889143806,0.05781879495609177,0.5878133469194632,0.013107497253260556,0.6416457453369865,0.34756627459570755,0.9128168176056413,0.8437662998398006,0.7774043453399694,0.8111590752942528,0.9298675373612246,0.5177156992986841,0.08941685229117388,0.7530520119287901,0.2252219852038752,0.0034303598460013584,0.708425407047485],[0.7323331008481517,0.27954033726669647,0.25910612293167934,0.02871950991834467,0.5313570838227971,0.09901688997584805,0.08101149137756705,0.8229742038265748,0.15294195163598523,0.7976040836334388,0.23585832741151996,0.36291091802818487,0.6736204349771587,0.607656059695028,0.6861920018768072,0.0021497938752009474,0.510406680666642,0.8142168836927509,0.47750325469474875,0.5517788836103704,0.6542122634726716,0.1366403478520544,0.8098942655637432,0.626186940682293,0.7935124250517677,0.042705768955589626,0.36171354633629743,0.5887596256594357,0.5552658015129333,0.5407925445734015,0.22178471352433674,0.5346416772146129,0.1870554622419595,0.733256582422861,0.10644000492403564,0.6293600069197824,0.004983444007696081,0.7402842190041525,0.14328632143660905,0.43842304415848954,0.25791445574299415,0.7498501306246202,0.6274402906466411,0.49301586591372276,0.7341352384768524,0.010018217051617566,0.9030101353996194,0.22821978591195852,0.003812692131376787,0.8537246240309415],[0.47587020100281513,0.2212850093983389,0.5518857159812177,0.27298680077482557,0.43544874115972027,0.39629342124018596,0.5705038121817465,0.39423473286197996,0.0007594578480325224,0.9349703358157998,0.8939940651369139,0.31469082642733176,0.564415923997692,0.33853439349442727,0.0012813273760275605,0.8756830966455029,0.977253830029239,0.5463399677059307,0.281846377328501,0.6347617504865066,0.0014353334315246554,0.8230096862232523,0.5786630150732551,0.000022593188092086535,0.03038733479469985,0.12893860033638066,0.6942369450458133,0.08458956207855567,0.4546518490141467,0.015894213816732866,0.9393189987917122,0.4710307535401895,0.8778591025084794,0.6744554966420306,0.8435324569118592,0.0007576010144051519,0.22779861937253623,0.06820365500698403,0.3406125275275611,0.2999861847577959,0.00014935072726086432,0.04974885663967337,0.6630642901982728,0.9674739105956918,0.000022210839165883807,0.01783366501066237,0.04296482014719998,0.0005922831471567405,0.7604724335198177,0.62041903904054],[0.5934602617879797,0.19146283025154176,0.08612124763819623,0.07395252937113647,0.18549382855964358,0.39786886458252885,0.6870001976424399,0.4233795708156493,0.0008392309225202326,0.9107024300343705,0.7427685603200808,0.8621023751930248,0.622468268263734,0.8541390828026028,0.0008517874945224717,0.5082104779398134,0.856019070792489,0.7677560201290115,0.24824076209292126,0.23930518600390474,0.00839241298808924,0.8010912787613728,0.4565656511540416,0.000027413926976741155,0.027404355801487028,0.2099115554426218,0.5164240367156598,0.13466238927271323,0.8679980998099762,0.06556316695804833,0.7325475272233842,0.7039971833369223,0.9086057637934518,0.5944219092017518,0.957901940963468,0.002878079956241579,0.24287787001510708,0.1794487677460396,0.4048404112351982,0.7969345254590242,0.000025090607087765518,0.13039458752739994,0.5527951977569581,0.9814568379308818,0.000024733311683855315,0.010763080243804207,0.08901176589872573,0.0013441746867580723,0.7075211315056175,0.7627213684562762],[0.0012088370992258178,0.07757963227857041,0.4511399059444118,0.4512979590924482,0.9441006983381556,0.8373127128606586,0.6002777842835055,0.1496933039939188,0.7030757810502034,0.6266419721234585,0.9164180569440152,0.45884398907755325,0.7614485641717826,0.5590621983666867,0.025318689114132462,0.00024803629612684574,0.9135464794386574,0.48587366855194836,0.1688710330701295,0.9539641695972508,0.40743086460585953,0.20538700892667108,0.7345899237429855,0.6403588525320002,0.3567426657609226,0.2797880110721631,0.01617759091625448,0.05617910084609291,0.11373782861607076,0.3861929952298204,0.05950609302522184,0.09867699254206948,0.8837586087805419,0.0024742583003666066,0.3593999604902433,0.3658953636079202,0.8915811518203177,0.4778227378048383,0.32297343396761,0.044364855158533896,0.6821575231001995,0.893748465534905,0.021872956085634276,0.8400902278159449,0.0017725864953952522,0.24326260876917374,0.055571449165444195,0.1708669023145537,0.7029515896414689,0.08912942886247016],[0.0463068379018656,0.046611681886633866,0.8959133618236554,0.7347841323431236,0.4862440174839624,0.7934588442507253,0.5985471622451206,0.7128161223077617,0.8227669666451773,0.13663808463960453,0.2706390439627002,0.7290278050976432,0.8180111688491138,0.7502994870474508,0.002812154249047834,0.0005826751460129827,0.9190433705736922,0.7140423450364127,0.12838113476922933,0.8953822899077365,0.005725844543769286,0.0015436417431913894,0.8919168629005702,0.8581022172005012,0.956314446751473,0.005266270912687372,0.0013407991046581796,0.15372835961376105,0.8046210528160095,0.9133493692302583,0.16770460717253588,0.013271665461275206,0.7411602345258009,0.008596317794248583,0.0213860241212593,0.8767960426769144,0.6707874692131771,0.9363596334302989,0.8901732672967224,0.6313739494747499,0.9586088446338695,0.2885198461497016,0.06294389265867965,0.8495101861018258,0.19608675822772534,0.8768974358409907,0.14391624877918452,0.02375087832084624,0.5499469376764373,0.0028748565933825114],[0.03151480370135251,0.6978202983500784,0.7099476681519146,0.32013009638876366,0.9017245376244079,0.831297502493387,0.24809739099572334,0.18657532646615213,0.676720341583785,0.23214561862704142,0.7950820243003841,0.8125204059916216,0.7015669324054271,0.6246401565171384,0.0641834112483164,0.00034457372932625974,0.18661929121563503,0.3094836158243981,0.5912335304453378,0.6101697703980221,0.19582514309568358,0.015558124859786353,0.42594983828694866,0.7770859743091509,0.48431599648632206,0.01084422849556307,0.021146145988844706,0.1652911285476869,0.00967040209556598,0.7512139524251983,0.5331632632128981,0.05621926491544493,0.8129235049086996,0.21451472023646964,0.05458907020934518,0.7685036414972475,0.025012737785013374,0.4238711742855039,0.5652673877624098,0.011191034060485047,0.8883553914147986,0.6137867615715421,0.22069314079815922,0.10899772796485475,0.47045401265679593,0.46135871544932855,0.7696839480167006,0.37896840050244673,0.48025638068685206,0.5329038613334898],[0.004815509578370897,0.3147427649800558,0.6372844774086487,0.42319026200133414,0.7104470680433264,0.8640064283052921,0.8655304691349475,0.7441977707745674,0.24232098835162483,0.9300485195041468,0.8138784190075616,0.27176124506298366,0.9735839583833814,0.10630909885385369,0.0019706105443969544,0.00019899543317257858,0.9054812929902304,0.6068025102555706,0.07785513962933276,0.7224189973356374,0.047371856031480045,0.08782240902613175,0.7520145619426469,0.8797247909892848,0.10826603260722399,0.026222482915500268,0.002517670634925715,0.020124320796229132,0.21479170199647568,0.49024765838810047,0.09124342066290729,0.008294303957784587,0.4540379999666086,0.0013399218803562955,0.810785356092569,0.6806833436583072,0.8179293680833415,0.7118987290848555,0.4031477635890379,0.24937022361975658,0.8379425415412322,0.4775212999817351,0.0434523133709517,0.7613078733469172,0.0252022481808832,0.0984492517838845,0.056464307410451345,0.13924058804308664,0.9054716426761865,0.1423431398258516],[0.40779874769082114,0.4039695335623988,0.833133230556247,0.7157658726489333,0.7533239750751052,0.6432457318776651,0.6071061263481142,0.05752003123064859,0.08248745310465468,0.4941550856818613,0.6680240919007283,0.00012615927473164765,0.47014359556822405,0.00004477061983471417,0.15348881620845164,0.013642506982475851,0.6435595938952633,0.21885481957514175,0.1680645331924846,0.9028452314165564,0.026173850444245597,0.8858331250745836,0.7128443640732606,0.4456523700888981,0.5777535333436457,0.3829153745550955,0.3614120391569514,0.6766878325694298,0.03021079737152091,0.02664379755969161,0.5485234636204201,0.014010284074809323,0.24481525817793034,0.009648789440752443,0.902546562697812,0.0001145859407809427,0.0039024937504737772,0.741400750271575,0.0002401713413487249,0.05910990268373874,0.7618350288900894,0.3006206186606028,0.1636502697966569,0.31880349217739784,0.27220473847010895,0.7070735127659237,0.0057959518943792,0.20491246192845422,0.4961409690646407,0.8494908321381228],[0.7413453104916297,0.11680524448623396,0.7681403170510717,0.0018840536922006216,0.688717007261825,0.5097092862545715,0.7856038063594791,0.3862094857527869,0.0000846852813083958,0.9609964058987653,0.8899186024271811,0.000033663618878446265,0.6081195847949475,0.000049356325113804605,0.45953212583158026,0.958787340326161,0.5802089308410907,0.8602956059593789,0.03795859142764228,0.7405098650969035,0.002286097160162382,0.4066988844236464,0.49505096186340347,0.05228084759786593,0.3714199072363232,0.007300128029046293,0.8595894250535963,0.5205655050655461,0.00005477403427111749,0.0007685790782518948,0.9349321091629667,0.12057224866802325,0.17039170458607528,0.5909380630496046,0.6576527191410627,0.0000015763460846095583,0.0005533937895594586,0.716598152069725,0.9713812119965739,0.003578683702655814,0.1690628658995518,0.29950797986496663,0.6499483091360464,0.7664495692829195,0.01309170320752082,0.5319417219270396,0.8352173071497759,0.0017027983084132103,0.3828669740575979,0.9200202749470584],[0.020680112129766455,0.4025889873538628,0.8068843149131606,0.7602503106589051,0.0036329062920432064,0.6774948857102767,0.308510641235412,0.139657022329119,0.20097158219227693,0.790220789222432,0.37403740608413916,0.46517188531880366,0.284650976584051,0.017899441541557145,0.004385029734895272,0.7030382311112465,0.23818294015616645,0.1593659175814798,0.4777193154961247,0.24292108907443305,0.47997446976190944,0.009403162893783274,0.8535371693630527,0.43884700280881717,0.037835653100731025,0.6881401497655268,0.06215360244500172,0.36904713181429444,0.012993546113237732,0.04229971345599752,0.0037745454790539374,0.38264093162097984,0.601890796040604,0.6627005284399929,0.8526859027300964,0.27927010490017296,0.7184659436717611,0.7797439263967827,0.5482213735807178,0.6449700471334924,0.17819286156973235,0.2847122339632426,0.03710684652789932,0.2473922718184828,0.43703375724614113,0.41285159110087405,0.7514548092544069,0.00014247607045567596,0.006663702289882926,0.6189638752335652],[0.12021671540396525,0.83716438772576,0.7998396105824973,0.42615026165992725,0.0030611622433324923,0.43482204909055655,0.3184092549431906,0.1722697481393464,0.2725886193780778,0.5523990090134243,0.5335328150196391,0.8185140554660526,0.44068295727953954,0.003977292091701141,0.13966040259976945,0.7560659734650951,0.4321194059885916,0.4060137722089262,0.6069934023055463,0.3175477784911213,0.6525075971598174,0.02505823810776429,0.9184271476720939,0.7223488251376612,0.45958238637465026,0.19520270409841264,0.001515452173602863,0.38947418721855365,0.0009629185486521643,0.12883748539683457,0.002012540603077187,0.42529861831581073,0.6046127436045333,0.6944089768201179,0.2196865137361176,0.3129190955764178,0.3055525146564887,0.035769371175665955,0.6200460586233197,0.8054963774933315,0.15999152869442404,0.5464342155105347,0.07108946828558067,0.1713332173767082,0.10406229656023855,0.4048793818896433,0.5591441389716628,0.016187244523259568,0.06228166481234705,0.526162997704019],[0.18346095815959865,0.7215103865293787,0.4825911516663167,0.03601379323986101,0.07175952732361149,0.2740911656916336,0.005364790730130563,0.20519178831154522,0.4465584836161485,0.4458932774858249,0.0029291036141484757,0.552159165698735,0.004112454966793837,0.21023141650058097,0.020437896100330855,0.08485144328734882,0.0009084146793963754,0.3887127169895342,0.6636744555440204,0.006983436329605791,0.6632426946258607,0.026664649113349388,0.7589055153916129,0.656604032408545,0.6901491574363513,0.5454461998975189,0.45196646342122954,0.011620530595802515,0.00033222155388948403,0.10892726375309915,0.0006778543709143618,0.01585729790565057,0.6546975779160898,0.8929250726794286,0.8448701069952043,0.0008614707226120588,0.6937029945264861,0.6596299945876897,0.5340010654498323,0.6438715965342741,0.6137673822076716,0.7859699961320273,0.000012961056549616506,0.1259583677040869,0.15133481126874615,0.663487936880003,0.6360544893242105,0.00006314265198962148,0.4725179384246055,0.6380834797579034],[0.006257280642763699,0.6199528619475034,0.838403574099291,0.003812087924526384,0.23011894225414303,0.45158685226107403,0.0010163313369925243,0.12362567946004854,0.6043275841879534,0.6595469595711131,0.0003716286620561587,0.7251711786998885,0.009741203671270912,0.36517149895509254,0.037541869448365524,0.5632992417500269,0.031360398455315186,0.30794557660567123,0.7383120848574557,0.20370219287080668,0.5774422744924825,0.23627258691158876,0.7025041152290744,0.5776658461039272,0.5429809682973303,0.6374172684013049,0.4736103132559355,0.00790340894175977,0.0004499319343994554,0.2725958319046635,0.020551816143394862,0.015369156911560064,0.6066099256354096,0.7523043974827309,0.6926103171240366,0.002707051041811314,0.3950204257174261,0.5748485667375829,0.6758462032462439,0.4690445347888667,0.4523042335565703,0.8146779621988588,0.000002765755586812374,0.07900038590501306,0.01642154027513953,0.5912057498601583,0.6868914054939398,0.0002317754412191915,0.3014624082440962,0.7170903598756992]],[[1.3847988150225115e-7,0.000034197800474071784,0.000006327227931682778,0.0000020899176956206943,0.000037050374558144286,0.000015062021403011807,0.00007531286220353628,0.000002782323927094645,0.000031795508138588406,0.0005577583119306401,0.9992843456991676,0.0002469274017628749,0.00017833727768889668,0.0000012036562840744847,0.000021184771920121043,0.0000065902296712499075,1.7598882147197993e-7,0.00000991171353258343,0.000002462646386130886,8.639447550767369e-7,0.000026795267552129825,0.000163223397563864,0.000009105964740114398,0.000005554589303418217,0.00006790195803636577,6.437858486034571e-7,0.000014245400978373267,0.0000017068924578449268,0.000027701302669823467,0.000005410162070595887,0.000003820495103348972],[0.0008042187845271103,0.00007985798664402175,0.0008113781644527853,0.00009664734623646464,0.00045687014005494465,0.0001513465430269406,0.000014327773514010648,0.0004308131940923196,0.0001440691954697827,0.000016463453231318654,0.9969387921482702,0.00006191857919764757,0.00022334521966368322,0.8185552042626217,0.0000493581701459692,0.0002828838116177081,0.0014487302777526486,0.00016547418641694713,0.000010345105128668073,0.0002650563037340546,0.0006289872955443198,0.0000073593540247127125,0.00003335017445707076,0.00007387404228346562,0.00000828159723081025,0.00007574441288327026,0.000002381862640322486,0.0034089814978432564,0.00009298426413638856,0.00018809282707338867,0.0004002925648724367],[0.0006116520159104339,0.00009027607409587486,0.0002224746040660908,0.00020400092880223128,0.001158111784151121,0.0004535874740334689,0.0002432936441119663,0.0005944345633402141,0.00042958044034473316,0.000017101828480308413,0.9940507947413744,0.00005009789610934783,0.000058930074512489494,0.8238543846439434,0.0003842996029180341,0.00014230690736530036,0.001893523201244108,0.00021387587433193957,0.00006200709480649702,0.00034646716340364656,0.0002979646600929204,0.000002594863276696076,0.00023494355740636186,0.000053808929259193056,0.00010335204455349416,0.0006340833179778605,0.000010940705516952058,0.0007276595403863005,0.0001556081857139239,0.0003898808311642081,0.001651796418140676],[0.00011267843276869278,0.00006528973427530427,0.0001964990872067174,0.0006116535580976744,0.0006879197678459602,0.000556592507585555,0.0005228038454765664,0.0001852736111700602,0.0002664010587371894,0.00003213539614106683,0.9980865252800545,0.00010762297435377757,0.00006529898703271976,0.8286253185019984,0.00005146827726494232,0.0001258819451091493,0.001477630065982001,0.000184424709743386,0.000028639392488022583,0.0008507281211386295,0.00005671203462097622,0.000013650256318455318,0.0005642913949334066,0.00013653741384582195,0.0004963966035564876,0.0003752668055034452,0.000011280940407484464,0.0014232294908805838,0.0006879196282065034,0.00015734578994494464,0.0012656020575551907],[0.000004968591333230375,0.00001892928614219841,0.000023971659176666276,0.0000018013070672958366,0.000016428029498884234,0.00013265243562822216,0.000017704712042952115,0.0000012049448477676658,0.00020300367804781762,0.0010870087265373602,0.9997665730703764,0.000483670735507837,0.8560686739961634,0.00000121471711284617,0.00003570329919073361,0.000013987239521941,0.000004649544471882809,0.00010910512228104226,0.00003259396624856952,0.0007120099592854616,0.0001944206808708749,0.00005278192347507822,0.000022524539330434137,0.00014323144734473275,0.00002969686625469578,0.00010286290229671028,0.0000991178655228348,0.000019020473859268143,0.00013812212725172344,0.0000012907286212208958,0.000006960011977159134],[8.027384182839243e-7,0.0000025621685874437083,0.000020867909685668263,0.000005832691768274241,0.000003844125535910885,0.00003367317141690442,0.0000140529669570036,0.000015948848644416243,0.000024032978477592153,0.00044419774237934183,0.9988174715418955,0.0005351747840285212,0.8401179076834651,3.3668741283774006e-7,0.0000542936798452985,0.000004506510502451506,0.000006031653306760033,0.000008033920553959655,5.911717952489377e-7,0.000024050380217910923,0.000097610459066681,0.00017222136115471433,0.000014098323541691652,0.0000025905606243970383,1.3445763985608472e-7,0.00004188046536789467,0.000015765650524143395,8.571364687214547e-8,0.00005250132684154632,4.791999672732632e-7,0.000015167885645811461],[0.000002994664930453683,0.0000523769616360081,0.000016785857360614567,0.00004277437228500299,0.000009639901098697324,0.000008258847080081393,0.00010998652150901556,5.526362082230578e-7,0.00020423241657701701,0.00043618839414109433,0.9996965815045963,0.00006982766531417281,0.8680536766025156,1.5563825657157173e-7,0.00011015692018967681,0.000001794948602902607,0.000015061388501161207,0.000011621753462820984,0.00003311831546787847,0.000014855981153199542,0.000010371907384493163,0.00006564619798544184,0.00017776218322817117,0.00016910129002531714,0.000011536610476772874,0.000014491368110947939,0.000027119003610423384,2.554261662222223e-7,0.000044844212932472076,0.0000080530750130477,0.000009013279319934412],[0.0000036544570080803498,0.000024945694897950904,0.0006765206431289684,0.000048811050532541914,0.000049400171662611116,0.00017165064087183886,0.000037018381728035436,0.000003244332122565758,0.000034420262248706704,0.00004082867669884538,0.9945642739982559,0.00024266791001472586,0.8529591038748905,0.0000017893088201692782,0.00012930420639559003,0.0000058158890548441445,0.000005761836442633494,0.000012607031200992238,0.000009126399247646638,0.00023381151650120745,0.00014900504851696447,0.00014446346281840052,0.00015303434265275534,0.0001060478874209145,0.00000551227658365888,0.00012471960791937605,0.000004726311294153917,0.000001151037425220354,0.0004457743575947155,0.00003753297494368345,0.0000011134446966212465],[0.001610653209196751,0.0006756189594408262,0.00031327362089853575,0.0007319073500530265,0.000026213266464457386,0.00007780317560509373,0.000053995037455279445,0.00034010174220441646,0.0003839379809213867,0.00015766647387945954,0.9407727640431391,0.00009816067028926686,0.0003212080854060752,0.0004779690548122392,0.8336691261555856,0.00006591557978295699,0.00024262081520019509,0.000027696891892699107,0.000016868915018751322,0.000018606103269187948,0.000038179939149216424,0.00007828577064180926,0.00017305241139568237,0.00006658827800618709,0.00009495737133218427,0.0005966341911722642,0.0003380939525992291,0.0013872326304361499,0.0002575023647416495,0.0003306196898867458,0.0002798705565080559],[0.00005143383861361396,0.00004142195856359783,0.00002706147285130544,0.0001980195303089302,0.000016901014927157054,0.00008145232588818064,0.000009989845300671096,0.00000634457788301311,0.00008471334802485435,0.00010812004020368836,0.999067646391037,0.000019955322829320277,0.0009034005042629157,0.000008740213808107621,0.8589418268139085,0.00002682909496831638,0.0000027634792579334705,0.00009028912445778719,0.000012734433215597984,0.000021593299047005727,0.00002246987234211908,0.0004291064874577317,0.00023365960726356045,0.0005642134313021235,0.00006806480561428674,0.00002101763700371023,0.0003706029361691228,0.000005361272497409282,0.0001046955106942953,0.00024942609812572973,0.0001639633078074071],[0.00042046967024010823,0.0002045157519201342,0.8451058833236534,0.00042249853736983477,0.00012987723742180236,0.0001665434919802584,0.00037670277753427213,0.000557275061425087,0.00015301131690963028,0.000010709716276041069,0.985618462671148,0.00023219317357262785,0.0004674975926969993,0.0009147531229010967,0.00013061347860400944,0.0000625559756155786,0.00025089677512253773,0.00010968258231585044,0.00019439505181662725,0.0001227167655944365,0.00004588477256802449,0.00023082614833913934,0.00008481671652875524,0.0009851507823193492,0.0004932415929718039,0.00008182555551227241,0.00013230106497847126,0.0013455105134978838,0.00010216289810088952,0.00002339776508089899,0.0010300872094499518],[0.00032610124667573255,0.00043721198224437846,0.8544189838234735,0.00012935988771508474,0.00001254489293975813,0.0002353780804026417,0.00003429134904759721,0.0003870655125349682,0.000009208948505671297,0.000004332180031189556,0.9863890546175831,0.00004377045117200379,0.00008829533501005215,0.000010667960640154988,0.00021312767550617811,0.000019957485232109175,0.0004727050756192126,0.000014293616804003235,0.000012739290810633659,0.000007848862485004658,0.000017682332498464903,0.00008056840097377063,9.405346942136633e-7,0.00007066908242210814,0.00013803016444149336,0.00024653169331635515,0.00006504661515154922,0.00025038474694058884,0.000009866805623420771,0.0000075268581341049125,0.00024074037554254392],[0.00001698434078548777,0.00004182123180193563,0.8680009475873919,0.00001289315179585089,0.00017671511479073183,0.00018801992528911574,0.000006003421194302483,0.000006894265944484561,0.000024348711968447093,0.0000027314277959202906,0.9482273548910845,0.000018542778341557323,0.000029363522523233198,0.000024824010358419683,0.00001904333599647959,0.000041332197277045546,0.00005712359756624521,0.000026166466372813134,3.5211846412141375e-7,0.000010934468763234566,0.000004397086540601618,0.000059182240509715574,5.343246209038056e-7,0.000038392249823807015,0.000057163626698778614,0.0000654529775767245,0.00001338197000220811,0.000012198651982135698,0.00003346587580911582,0.0002502779692278937,0.00004092847711246499],[0.000003451683953186011,0.00002542783305145531,0.000004840726530497219,0.000004285617387437398,0.00008524136904704362,0.00004073779248444487,0.000046649484563220176,0.00001497833589830924,0.00027847679973440885,0.8151738218227197,0.9982656738680867,0.00006190819950399808,0.0012215595724804598,0.000003163381110638148,0.00001314357889631079,0.00040471756491924725,5.758716387614916e-7,0.000028499361431872315,0.00010138053835583895,0.000023456017408803024,0.00012974844619082613,0.00017897514591297476,0.00003139116278059026,0.00005700812046815168,0.0001399740630012387,0.000005365137062346019,0.00033013489891229204,0.000008621774110833128,0.000519919302096917,0.00012972442817986744,0.00004500537238592221],[0.0000018495257535146352,0.0010804587271206877,0.000002296421505397689,0.000021615745178745745,0.000438324041389463,0.000046867300932131824,0.00032177008655503466,0.0000037229077468283075,0.00019401578249379428,0.8111923088250335,0.9995101449593781,0.00021602022082320785,0.0014852305394307348,0.0000013349311381467072,0.00004850841200868506,0.0003333585114903493,0.000002389201273906147,0.00006627075730103429,0.000017343642494228894,0.00005940149913580826,0.0005010972409419479,0.0009478014949831103,0.000046329718324388906,0.00004813119972800771,0.0000517580058160369,0.0000033225185340846754,0.0004643622061031659,0.0000029766420431131934,0.00021033463409259788,0.0002954632440989011,0.000028620674054294816],[1.7641826233366757e-7,0.000005437519580961157,0.0000025560321683479713,0.0000026445269577477697,0.000021043200633087802,0.000011462708907142713,0.000005626881540910648,0.0000015740636549303966,0.000004690094080726498,0.00026304616707119966,0.9992225130666031,0.00006437799946700414,0.0006295910550346041,4.3979449157665377e-7,0.0000051680809815918245,0.00008886715312926227,6.335311550389001e-7,0.00003287694489995199,0.0000023387015135839556,0.000016277258642550492,0.000012987568272934548,0.00013675223316775726,0.0000013363538894327974,0.000014259086229062234,0.0000012786922747804706,0.0000024410768486953976,0.000013079202703126856,5.369942270633843e-7,0.00002502821992955646,0.000003496490101003222,0.0000011587915232893296],[8.05021425872709e-8,9.885664038481963e-7,0.000005439199980193576,0.000006318630125232003,0.000025905974406520386,0.000366600761227939,0.000004982754207461355,0.0000018534431953112825,0.000005586055714661202,0.000015279925997929323,0.9999961811601427,0.000009020044669978132,0.000043097633082676896,0.000009208356242381877,0.0000024123628396304762,0.00002546952000549721,4.2473808237621784e-7,0.00012548731861145308,0.000015118744058489438,0.0013903410587901583,0.00008559083256388776,0.0000604075850001379,0.0000056488563398560025,0.0000018384206620084723,0.0000056189055337283596,0.000001048945946253327,7.423747908974926e-7,0.000004793590602850316,0.00005372150838284329,0.00002878186915863439,0.000007311512619614023],[4.902454591291326e-7,0.000006077400127512728,4.877728265373359e-7,6.412952327314281e-7,9.871476746582276e-7,0.00001319672928945899,0.000012680593084562693,7.676433299887004e-7,0.00003675710908151063,0.00005122567822794474,0.9999092708148312,0.000005208117768363725,0.00004532406015487522,0.0000012524403554294703,0.000005248961522529163,0.0000054352658057508776,4.588518150850749e-7,0.000002512670711633776,0.000001809808512289624,7.864362268143628e-7,0.00002646493985993696,0.000013192098529175206,4.430295673753203e-7,0.0000019534404507250807,0.0000018719095268266934,3.3666049332437237e-7,0.00000951274868525406,0.0000016269986971364738,0.000005707857387074678,3.293459539314755e-7,9.931836635509835e-7],[5.635113226212555e-8,0.0000045397150917653355,0.0000056589792193614345,6.162317367139445e-7,0.000028637758829380554,0.000014261770288472855,0.000004613234678582355,0.000025604809540021,0.000025094039264911046,0.000136025062224172,0.9999322855888269,0.00014635674219381587,0.00006729188973834031,0.000004142670509160463,0.0000020437522298817516,0.000053909685913609414,0.0000029282041711346297,0.000029255069611876532,0.00004187209601399408,0.00002378085549557032,0.00003697334834165364,0.000026475750000758577,0.000023438111138705645,0.00002226380730992262,0.00006157865977490912,4.4086492958615154e-7,0.000004627169586324544,0.000007838515071928267,0.00004451392290164715,0.000006859824736818602,0.0000021539780008154957],[5.4930843921308794e-8,0.00036471048367672733,0.000023777006658805048,0.000001905359152004042,8.378239142964789e-7,0.000016227935402385776,0.0000031712904798514184,0.000002633483089848642,0.00001421220061146367,0.000013725054486093683,0.9999839263003747,0.00003303919438151878,0.00012588075561281226,0.000009021898963121718,0.00007128966055083102,0.00001431019147320908,0.00000279763601155722,0.0001209847684650913,0.00000691806276196479,0.000060388120250408405,0.00000928919353919564,0.000024259601734978976,0.00039995642223360185,0.0005418290005302203,6.59827538712223e-7,6.701302387316701e-7,0.00002819702789982045,0.000005734685973767374,0.000002062894103349157,0.000001832350346562174,0.000005913271933106331],[6.010015974007075e-7,0.00037319183519178627,0.0000921032043119697,0.0000323622561149832,0.000002432775767317627,0.0000017960442207427064,9.520256412477571e-7,0.000009977113340854464,0.000003620681773961348,0.000012733786601437226,0.9998007214915621,0.0000184294407633229,0.0009228477818899818,0.00000421585425434929,0.00005147563271682531,0.00003800410796576192,0.000011140596461908173,0.000021718353136322062,0.000005151851774334531,0.00010904652857284585,0.0000037160971027307745,0.00013585804386633007,0.00020934953786975674,0.0007148523796634433,0.00000958935350809967,0.000004241896629220639,0.00002675265898718555,0.000004207788186803662,0.000006866771549430028,0.000028066303962988126,0.0000074438441367481205],[8.09102112653006e-8,0.000003309390243213416,0.000006052136140836786,3.4600567039292945e-7,0.0000026410345147360384,0.000005719364899251771,0.000003297059546620079,0.00001136572759280953,0.000008504772119331466,0.00000559778719609211,0.9999887739474453,0.000020832331189761206,0.00000531433667285046,3.7321562735990204e-7,8.371633220805999e-7,0.000029748256433833143,0.0000012024146060482999,0.000011844979929522393,0.000006594016788744873,0.000002671228045710779,0.000013045114534033661,0.000014627980808143677,0.000006782204619867869,0.000009311112264703873,0.000003028266195370676,5.35533632722238e-7,0.0000019612351559671724,4.4007238565642165e-7,0.0000025095159341942796,0.000037074656419804,0.0000029449373870956],[3.5557114118031093e-7,0.00010166149827075635,0.00044231090035295995,0.00001589547119928227,0.0004227775660302252,0.8575794938465902,0.00004080945826291946,0.000003234502847675388,0.00004072801071587879,0.000013609772492989348,0.9978362829368989,0.00005138597883041109,0.0001707296982270139,0.00021973920218512204,0.000011151479446761201,0.0001791217197711725,0.00000926814111131847,0.0005035757505201117,0.00007751992046949797,0.0012941097310663053,0.0001558483853069078,0.0006626325973922775,0.00008087799640220221,0.0000016446530584054042,0.00001344620696311015,2.211883729787983e-7,0.0001313341874199663,0.00000384610012023582,0.00004200827357917936,0.00011419945292930364,0.0002289500702822045],[0.000001332081923033659,0.00002459607143288056,0.00006101120221246784,6.064410461774277e-7,0.000007260916289410772,0.86542719883036,0.00007147428514426675,0.000009084455920048578,0.00017448986451089403,0.000010250036131960329,0.9934341600056921,0.000009734550573380957,0.00005925576925597026,0.0003128639559315934,0.000008241846719233238,0.00007782655297704668,0.00005053222493320528,0.00005359236118341525,0.00008002710629290906,0.000251374227809805,0.0006041614527406304,0.00001767030467127491,0.00012203605005185362,0.00000799061922701273,0.00000595644603250068,0.000005703439418544233,0.00007264549256264535,0.0000018811605953004476,0.00012078844117097289,0.0005709334501508093,0.00007616551958648126],[8.773099020635106e-7,0.00006100533597303048,0.0002685714602927087,5.202413820933924e-7,0.00014171703939969818,0.8540204326958227,0.00001521786342736869,0.00000764920695720662,0.0000241623280281213,0.000019805158003081777,0.9959746681029787,0.000052469764331241015,0.000017122127591146978,0.00002617214678153456,0.000002763975119527103,0.00016652288789116532,0.000013301099228239327,0.00005837991861913698,0.0000028778014960417174,0.000021773932162664847,0.000014787233755879112,0.000018391131161617687,0.000025181936520331718,0.0000066640779340462676,0.0000047210775408881545,0.0000015667227532830018,0.00009813461922874343,6.949019739955612e-7,0.00013755684380244125,0.00007241868659847379,0.00004268320388108501],[0.0010077285202073896,0.8448629758812466,0.0002728411156789055,0.000004843309181019569,0.000014077501749427877,0.000015603994771815607,0.000012341094908736778,0.0002923624655707127,0.00007574649358481938,0.0003382615444838792,0.9881286002138883,0.0002101103410031772,0.000048267827392959095,0.00004650066824395346,0.0013040237385664776,0.00005142415192095053,0.00008179926207315377,0.00005803477177295425,0.000005655465102995482,0.000013565221032504435,0.00013739553631469874,0.000038612758226613246,0.000010179745058630221,0.0002154925796835024,0.0002835248385773224,0.000037339556253613344,0.00032663484180623953,0.0003231388572399504,0.00001345928936773827,0.00027795950818432366,0.00009418495998590592],[0.0000017620860684488958,0.8381458551191686,0.00016791821069081695,0.0000031045954948398068,0.000018109255225578663,0.00008909062483568055,0.0002720335153998622,0.0000534301071259888,0.0000990727663181938,0.0005094237685131892,0.9846790082585613,0.0008243192162528116,0.000007774859823365393,0.0000013702231558149353,0.000003977276201019506,0.0006003735273935326,0.00002844031617771801,0.0000022717350485174404,5.33472298878404e-7,0.000004966646261460988,0.000026824568844204714,0.00009671589354873777,0.000002827965586196404,0.000037743948940166945,0.000008522727924227333,0.000002664501521542767,0.00013917954169604505,0.00004538416720995934,0.000010984146576502812,0.000032207576359703716,0.0000025598758392373543],[0.000024134493942917983,0.885640527795509,0.0004093839307253484,0.0002746042479684038,0.0000434622675240993,0.000023802428928456674,0.00005362040358765104,0.0005235547003892,0.0000030281193862747013,0.00003874369194441752,0.991886421829591,0.0003520028036223165,0.000003083890045621031,0.00013334257234237445,0.00003508737754893377,0.00002220408680242687,0.00006909879874733209,0.00011172337221463628,0.00004359903073217066,0.0001193527470487069,0.00016855316002289258,0.00023540635033946104,0.0000744287336450425,0.0011133142874676185,0.000111296871376238,0.000008168452294138102,0.0001640384227463285,0.00040794911887734737,0.0000034964676677123924,0.000282447462617558,0.000022120971839529565],[9.130845980681444e-8,0.8604178259176255,0.000027101026640555942,0.000004274015936847245,0.00002537322332781046,0.0005549656212696084,0.000025090003310381156,0.000005288337337347058,0.00004933487179183456,0.00007000524186488357,0.9966732415824766,0.0006295693118925353,0.00008092892002361874,1.8407925042660033e-7,0.000006948029979724488,0.00007447896213155852,0.00003725476786999659,0.00010103521997365412,0.000013525814990194185,0.00004642205309194524,0.00023045705806201637,0.000037561375211250485,0.00008184334058456867,0.0007592834964215302,0.000004585326596317046,0.0000013044665928600676,0.00010083844526334656,0.000036145061675481244,0.000016776036559635514,0.00005103056497173933,0.000002072569256206818],[0.00007582924687622855,0.000030228074836239652,0.0007279752908171879,0.00011662211522682299,0.000021991856883771875,0.0001132740975770144,0.000201177274297619,0.00011978864093144283,0.00006406991422432249,0.00009323566424447133,0.9979031354220684,0.0000164513115542445,0.00007530835375324784,0.0012335047154475882,0.00029683949031834785,0.00008879509475996312,0.002370923408514229,0.0003602730844004236,0.0003246216572764356,0.0002849513329416227,0.00000993971417311062,0.0001455601128572096,0.00084742916279113,0.00002485746704001228,0.0010949980902397716,0.00016410776568940623,0.0002731341886098024,0.0004585398819706746,0.00026732359915974566,0.0004999331072329853,0.8221261666082108],[0.00009046605047356077,0.000025115438991177925,0.0002032752521192807,0.00006365193601976295,0.00002331422721789878,0.0004281510832237803,0.0003684547587666329,0.0001785308568817471,0.00006917494371301375,0.00008610235530564074,0.9939750270800153,0.000049226308973599174,0.00004098770439249923,0.0015041117694018764,0.0011154025799762143,0.0002619568289309687,0.0027886809043468457,0.00023321023305142744,0.0006846552317237615,0.00004276215199713736,0.000042431201403528784,0.00008976978135466554,0.0006737570625014352,0.000037344769172442576,0.00016370030101732537,0.00040926539104776445,0.0004699269700423017,0.0004542638959224382,0.00010687778444591426,0.0002574292118465207,0.8113299161275636],[0.00009851537100194556,0.00030784665575761067,0.0007401380752459078,0.00002233065198330279,0.00004401303496754822,0.00026043307509419775,0.00021802189457314385,0.000501276515691105,0.00011723294132272001,0.000006240449134641678,0.9967290314857964,0.0000596859752640263,0.000022297679232839333,0.002756259535610444,0.00001705181054775572,0.0001823838465952465,0.8160662951383377,0.00003892861117973705,0.000012249096557455058,0.00015792598792733017,0.000027436526818046553,0.00007244908935460814,0.0003615913633898126,0.000008945141162476046,0.0004801405472185648,0.0002914417300617021,0.00013562907796907397,0.0005334816967010651,0.00012418474664528808,0.0000241279574753894,0.002285976661938274],[0.00011389595185156172,0.0004051084203843468,0.0003847124468234931,0.00005628244043570887,0.000014396885722576885,0.00005454760972370063,0.0005013176732392041,0.00014460255624095832,0.00009299082099869041,0.000026557090604955457,0.990075025939655,0.000041451735132620705,0.00004681848678492933,0.0021861586594991724,0.0001184385689284664,0.00007109675347735066,0.816862256014407,0.00013081947046518372,0.000006450038834010965,0.00011446938901520421,0.00001152974074197201,0.000014184282481283976,0.00018375640207238361,0.000024203232085727788,0.000255604358900802,0.00021743603015367027,0.0001140312548666267,0.00023910256091696418,0.00015067391335764994,0.000057888575835870684,0.003652732582634671],[0.0000018906369680277113,0.000011014411948325856,0.000022156570215628888,0.00002063746136291518,0.00012114936980490132,0.00003183213638499225,0.0002454273503995609,0.0000048086580097496935,0.00003521497304239383,0.0000495407316905839,0.9971530007606677,0.00018720388346789893,0.00003537847381988711,0.000012963809207427988,0.000029266889918002425,0.0006319021987568647,0.00009358596321269814,0.0000028387507455822278,0.000004792060004575136,0.00004241935932393992,0.000033880457938844554,0.000006856952644227486,0.00008142430783414926,0.0000027025493623181867,0.0006345685852082516,0.00005163946120300772,0.000005895610298328326,0.0000029591642357479516,0.8559621801311991,0.0002633063789795895,0.00004611123699091142],[7.317832377773213e-7,0.0000010440474207252291,0.00003704209630131007,0.0001484842935240478,0.0001318903057689762,0.00006435044237421752,0.0004047244965653209,6.304293740985942e-7,0.00000871467670972556,0.0005380230925673706,0.9976766339322924,0.00023027983441062182,0.0001666090970554507,0.00001915524390981562,0.00014932469431262922,0.0004297219384779095,0.0000023187434721556208,0.000003975321462061593,0.0000016792246577573151,0.00003406595331663204,0.00004257667859675561,0.000005404892137941131,0.00005067562551274942,0.00001347510386746105,0.000723931166889178,0.000009904818060107047,0.000017247788581886795,0.000002848232004329649,0.8516817830809617,0.00015591814361884095,0.000010276086517063294],[0.00000436401184112393,0.000004672618931733598,0.000018407695705464996,0.000024890766178109886,0.00009469477607442017,0.00009395232997766298,0.00006081402627288758,8.563558999228333e-7,0.00007175175073048919,0.00021848870607629465,0.9969549755702911,0.00025294333711089827,0.00029416191564172117,0.000009498202411557302,0.00010287421430586939,0.0011695290436710437,0.00002218580420390816,0.000005607613641936609,0.0000026466448571535673,0.00002591300293710105,0.000015477666764724194,0.000023959412941371776,0.000019483068326256863,0.000012559908651736638,0.0002638036869610425,0.00003803221749084313,0.000006927840611650994,0.000012718918063311209,0.8634616610093035,0.00004511121793571899,0.00003103476437118397],[0.0000013371506837359406,0.00028480513234385897,0.00002613005618659325,0.000016041165261974364,0.00008878110933390951,0.000042157083386104475,0.0005069457043728779,0.0000013600197775571992,0.00023645280514310196,0.00016173928429018752,0.9978941242294137,0.849438065888655,0.00037267143256407536,0.000004455128193514113,0.00016430838732510125,0.00005674652629756622,0.0000025641900814317465,0.00023251597696280675,0.0000060470417549584935,0.000002299664796217498,0.00016647878511832535,0.00009856040182847307,0.0001549933069784534,0.00035261585475420277,0.0000445263426796694,0.000004648382137077014,0.00015367551950717402,0.00008676726680179957,0.00005980273689599101,0.00000238390712524989,0.0000039697929518697055],[0.0000012670818483373528,0.00035698427208222683,0.000003406426635231552,0.0000704718594988301,0.0000467223544493406,0.000020533452566639185,0.0012849191286047532,0.000007398946618874716,0.00003587338539216188,0.00023895707662891996,0.9989923989295263,0.8496558548848291,0.00045895416268479437,0.0000029285339431636247,0.00003517353749179878,0.00033614730368813797,0.00012260922479964939,0.00018664569119972608,0.0000026445438893912993,0.00008181764953231997,0.0005098704656959845,0.00014208904827654365,0.00018711112296269897,0.00009554704649912001,0.00011598535844120701,0.000052109742829725945,0.00016122538950285426,0.00006483194260700993,0.0003340231289816537,0.0000028326847420623708,0.000019761391229171864],[9.832857672272004e-7,0.000934664295994498,0.000011512289158845281,0.000004107056049968451,0.00011384984127738864,0.00006446520252043907,0.00005250010346328967,0.000010724437539100677,0.00004626646915873441,0.00011564817624396367,0.9996228917210482,0.8448724314906592,0.0006487298046556293,0.00001262638425780919,0.00010883099166062884,0.00037211909843347867,0.0000020305550025658033,0.00010666956784736486,0.0000019471736816519514,0.000018204065126913344,0.00040474105489048286,0.000033981809850322544,0.000053042423732399325,0.00008019960609695548,7.146582322263419e-7,0.0000058190130146538,0.000038987999186712134,0.000005265513067404773,0.0005442057494355684,0.0000028522723450329226,0.000002198523466564062],[0.0001654897423755979,0.0009974269662473435,0.0007907070436705551,0.00045788899749030123,0.00016649808655358185,0.00015673276697256473,0.00014371640917152525,0.8139014871246775,0.00007495493278682349,0.00009118345158939968,0.9932492928302208,0.00012814637398891976,0.00018732420465204162,0.0010220089113729118,0.00039176208689022134,0.00155458421999053,0.0009804358808482689,0.000007728247772726643,0.0002723129132934252,0.00001571811300213558,0.0013206157856440488,0.00008666396377677323,0.000012047175626563297,0.000005068065452900911,0.00014197881003652374,0.00005381840929582591,0.0000281209257735298,0.0006792484137989895,0.000008140796429277129,0.00005546339011160525,0.00032178121843824697],[0.8195043811772433,0.0012454387887660795,0.000644419737548834,0.00010946383814887278,0.0003803206673641829,0.0002610181582134684,0.00008105310918182422,0.00016846025908038163,0.000747169570080319,0.00033226676776595634,0.9837326686531599,0.00022122051604843963,0.0005600651083884023,0.0010109708291845393,0.0022859241714271806,0.000022445668850053734,0.0001732589415696163,0.00012116640287003482,0.000002844259531910267,0.000015757298126278813,0.00035429690122507925,0.0001402800718657524,0.000015864076111818043,0.000098011168104293,0.000107536712362967,0.00019728875784306125,0.00011136066701458494,0.0004000992931687928,0.00010776966061383676,0.0002790256783127197,0.0002524528709758052],[0.0000051985950152032116,0.0001270740127796402,0.0000025131456151423343,0.00014175837997641613,0.00008230318485966691,0.00012127340543340315,0.000038914868916717455,0.0000020701553169694786,0.0001079812513157079,0.000496585673228195,0.9978837367484169,0.0000021601456839260193,0.000014231538754604397,0.0000014848823136828984,0.00005185705588618377,0.00013324250004975868,4.890438171292068e-7,0.00030869441926011836,0.00011349906888894463,0.00009880805006193072,0.00009027253464446187,0.00026315330381937343,0.00006472920162649998,0.00015323107703158007,0.0002359636152977698,0.000005401743011182104,0.00003598604701574449,0.0000059716161565066675,0.00008075032564667342,0.8649030072732261,0.0000025005645030782226],[0.0000905455701804831,0.00009113890103199358,0.000030088309849782442,0.000050818824332709406,0.00004591610990542549,0.00047165905996480307,0.00003388378664166879,0.000022271392275676295,0.00006654621500621683,0.00030050903648551087,0.9923170997921017,0.000002729818741510704,0.00002070653338700089,0.00003137147664208811,0.000014171727366320075,0.00002491897657029396,0.000025864194808418442,0.00004027542688949737,0.000019019154745667667,0.00018877667461804983,0.00011931820396821759,0.00011964423697550821,0.00002812924224931174,0.000016842667890988862,0.0008310936664521827,0.00001540369248792201,0.00011396879065703072,0.000003216403717441634,0.00011127559346760544,0.8539169369950776,0.000041648110237722086],[0.00009077612074746327,0.00005026506102375239,0.000017937318883931062,0.00005761768039199768,0.0002507860164483751,0.00023569145112010585,0.00002547397364877287,0.000030182908009020183,0.0003786972909982957,0.00017241543398956,0.9957100259315451,0.000007057284127296423,0.0000020615823140581847,0.00025489172254115964,0.000028825094202781917,0.000029950016171735357,0.000004535468304291061,0.0004216308387054809,0.00024593797995178454,0.0008621306080019611,0.00013261178092120743,0.0001382106734524173,0.000012277551076795986,0.00003330853599091996,0.0001116505383401108,0.0002594877698776584,0.000012698771279797902,5.717594560938513e-7,0.00010148072278992897,0.851909261296296,0.000005563336163679612],[0.000523794138691587,0.0002773963932703113,0.0002580861660644921,0.000023731788030167593,0.00002882441135660051,0.00002610759771990284,0.00007416036155596519,0.00027009808415473985,0.00013244237021253346,0.000024916430717034863,0.995982931165987,0.0002166591022672275,0.00002329149900646841,0.0014195535930137091,0.0004244391317762603,0.00007297534119138776,0.00016105565292107117,0.000056187040199121744,0.000003943852041696282,0.00009899966543754528,0.00039618103901863967,0.000007180620492086798,0.0000049392319744358995,0.0000825237906241621,0.00019836301228511334,0.00006800974919594621,0.000032491139230307796,0.8268654814812129,0.000028895760810551363,0.000009744939882675816,0.00005239072547142524],[0.0005760238465595995,0.0010335106032069814,0.0010861346284898364,0.00010971245522542434,0.00023625499551541368,0.000015663789801259257,0.00010345532889009214,0.0005098245883762104,0.00037953852835955447,0.00006070287201773492,0.9951224931344417,0.00011013617513769617,0.00003572335789444557,0.0025447485928837524,0.000261488326527285,0.00011109705316904062,0.00010686624353922349,0.0004084081958524569,0.000025298027064295277,0.0005014137335216441,0.0005836333646349159,0.00003933091979808652,0.00001681088950813506,0.00040720222477656814,0.0006543499360094408,0.00006423459352679794,0.00009274655336739381,0.814186308208404,0.000036128264252161504,0.00003947757597746546,0.0004093558047503172],[9.429201427071603e-7,0.00017547508351510122,0.0000784767501809376,0.0004953308159717532,0.809216844259639,0.00015080759519102042,0.000623870584478719,0.000014681901170148831,0.00006997796089881779,0.0004783813240493378,0.9969203074349874,0.0005175191703757565,0.0001536650824596948,0.0008205050270757092,0.000020978040263670732,0.0015877447921873592,0.000005493686892500399,0.00012816376398004973,0.000005313845261282696,0.0011975990331074757,0.00012632484016445646,0.00044375718239745844,0.000008602880741298628,0.00009283084959912967,0.00023426825350037102,0.000014022758161623896,0.000005553993960561808,0.000024052442552244453,0.00033290296688131367,0.00016773798980317464,5.190828798856278e-7],[6.312068050739353e-7,0.0002817935938878151,0.000026502816503401584,0.0000421932239058761,0.00025280141015342737,0.00007780320546954986,0.8795965980303305,5.61988239474803e-7,0.00009209009634049389,0.000123818173611522,0.9996387220322085,0.000517919841117105,0.0002147404871574016,0.000014273387963029158,0.00003861107600260614,0.000013138699774649088,0.0000037582674518324316,0.0001588298705245901,0.0000026473137280245393,0.00002101942662162393,0.00009839229522522274,0.0001430061301495831,0.00010670863495793544,0.000005257188313609718,0.00013294608611916141,0.0000011015031769695057,0.000020422575007790828,0.000001781031284346659,0.00030213530678238436,0.00002608351445498249,0.0000055218226777138194],[0.000002463483045204152,0.00013504523329604042,0.00004645918506944574,0.00009290037032267394,0.00013400265322737154,0.00012733154144266968,0.8567705546935842,0.00003513720280654704,0.0009898409431100754,0.00005775763790174836,0.9985592012224837,0.0002631021302324915,0.00006612959548085296,0.000019907581391154594,0.00002498179286964379,0.00010323573964852385,0.00005084496012708949,0.0002761858911476176,0.00003554007108295906,0.00005995985436257953,0.00004161355491339191,0.00028026735861120855,0.00016305029648650948,0.000006763350816520781,0.00014835222474753764,0.000016393765026287925,0.0000582981958195882,0.0000022006199353921103,0.00009989245160242455,0.00011850818287763517,0.000011558751322666933],[0.0000017381193998347189,0.00041508673358839386,0.000031651502490342866,0.000051424526822204995,0.00005862646620650489,0.000006007083802911406,0.8601771539854997,0.000010527777369172459,0.0002041770306999186,0.0003525394344297295,0.9988903487192142,0.00024067507011942715,0.000009658598794847922,0.000013074835090598793,0.000009151598965475548,0.0000662280635164949,0.0001038712800630728,0.00018741777365140804,0.000004960403931392846,0.000008154167725628234,0.0000071588381558792325,0.000020692834685898664,0.000039555262985987774,0.00000827981661537394,0.00009226082929327714,0.00001530396660039587,0.0000479123461160837,0.000004314564057554609,0.00014725973741815346,0.000012502554279405395,0.0000064852253313304765],[0.00004773371456154234,0.00020305936045205913,0.000060047957089289864,1.2546201285807604e-7,0.0000880168290967179,0.00012144970607709115,0.00031750244980687664,0.0002458158020997435,0.8666006608935314,0.0003473847531322877,0.9962402258165733,0.00021466390880484128,0.0005426292256440974,0.00009272100717824579,0.00008126824301319131,0.0003498392874529989,0.00003135951438442873,0.0001860755546234259,0.00026628766280044813,0.0000052171482612308275,0.00025865033843159614,0.0002688146787777213,0.0003148565471776588,0.00002658759133983308,0.0000026937321077359757,0.00007276002442929003,0.00014762299673734368,0.00008667849250303449,0.00005746575659312044,0.00008575589877831595,0.00007251323280646653],[0.00003562689474574154,0.00012871365536718695,0.00006885849656424847,2.830963034460155e-7,0.0003190642929633028,0.0004458605668147745,0.00010665593010704221,0.00017311299860400844,0.873148621123944,0.00009621018474619745,0.9913866750581385,0.00003501356708693179,0.000039580916863314035,0.00029529663856415914,0.00013591518625981702,0.0000817479470684776,0.00007736767436501886,0.0003451251877177698,0.00011000506981841569,0.000007557080076955614,0.000028881957947379265,0.00017799527380869817,0.00006292549914480429,0.000005112564077645499,0.000014625743494151714,0.000048101165246181206,0.00011136377714705217,0.000005238505738904474,0.00019639639845083596,0.00017752477839281164,0.00006924770239572974],[0.000014720911196221462,0.00025405388653599697,0.000013148798667062185,0.0000013975249821461618,0.00012027539526989884,0.00022655418014189347,0.0002444513914816584,0.0004071871061182597,0.8584423396484954,0.0003087284697555983,0.9929054907005307,0.000393332878796369,0.00008408239034358875,0.00042536632373692517,0.00006492716350730097,0.00010127685403916168,0.00006648294079613394,0.0003938314172625821,0.0000859818731140156,0.00000696996675070252,0.000025305789790079896,0.0005246724613190457,0.0000703085810933773,0.00001186961185465098,0.000023274886358165827,0.000022470519428344426,0.00005409764720922074,0.00002124127020546769,0.00016518797383726795,0.00008342840509555424,0.00003834319881067092],[9.094713372983979e-8,0.00014053146210566916,0.00000913325975794246,0.00006044447037655521,0.0007669890679707694,0.00014323646508753176,0.000033773676525220776,0.000012063967476881814,0.00002995260289967785,0.0004856789996921417,0.9981764283835419,0.0003920695133511219,0.000003898694991834556,0.000007738488112833534,0.00003837572291581488,0.8332855837531533,0.000005147152427857321,0.00007057051723005513,0.000007769955516666398,0.00009105819636822674,0.00005334338337718108,0.000071861576650493,0.00002217408008139922,0.000021562686379637048,0.0002648062886929535,7.712376129660615e-7,0.00007798061798849899,0.000004964400425036017,0.0010216383047384012,0.00008692818489628237,0.000010901571149409834],[7.460292733523916e-7,0.00005666155497773625,0.000030411199202506155,0.000004977864831306336,0.0008653345903413128,0.00007234340253905681,0.00012520798304828856,0.00009282004701811726,0.0002805142010592252,0.0006635568244839293,0.9990230768902549,0.0006470519027288351,0.0001056295654643769,0.000059323120635074475,0.000004113705173969408,0.8316791961639901,0.000003838362138907931,0.000009274014619784902,4.314420606920241e-7,0.00003525321911218085,0.00036160472845420057,0.00002908932072147458,0.000008504532035983971,0.0000017801538821671875,0.00004503061404908522,0.000007278943444654041,0.000015588284537195824,0.000019426065459885972,0.0009478217269142717,0.00005671537663918489,0.000002293328604541732],[1.676556373453302e-7,0.00004694852318835163,9.177312933643893e-7,0.0000024980370246331145,0.00003085380195471117,0.00010187719994539878,0.0003376657412797841,0.000010662896841605306,0.00018659555170374366,0.00011861598750461501,0.9998535537753682,0.00025858276620314844,0.000020765700541257865,0.0000023922964714480694,0.000026515810970676835,0.0004893981934236868,0.000002270986083980862,0.841704998068409,0.000021047011949928118,0.000028898672963356732,0.00036135182137900674,0.00047017455629549243,0.0000242667647602005,0.0003103214418271804,0.0005191058567732077,2.6996227403118257e-7,0.0004997711720796602,0.00006439680891066633,0.00001691269228239603,0.0005429333461120478,0.000007263085335086112],[0.00005258521881303802,0.000024824740240502797,0.00006445235310826055,0.00023077726443770737,0.00011271734303826869,0.00001684103991711961,0.0002614648484420038,0.000012595531659882784,0.00007974841677827378,0.0000021230929352213817,0.9999118458554197,0.0001396250585327455,0.00002566433670083541,0.00006055301147205864,0.000008041920286652488,0.000004578199365299667,0.00007416976393425479,0.8433900110404166,0.0022480135950796306,0.0005541291793407067,0.00003815118623288437,0.00006081819397817682,0.00016861338953509517,0.00002941112796970667,0.000003472005279619736,0.000017079999810700228,0.00008490602087988758,0.000022503355530446193,0.000020690107692075974,0.00021624165691140946,0.00006271257936617651],[0.00000346167346276584,0.000015184084102952452,0.00006446736829104601,0.001964334806524206,0.00003889038324589082,0.00006277685349780526,0.000035027011798792393,0.00002079566972615616,0.00010475743096096867,0.00007165754468746308,0.9997668775888136,0.0001170719236428097,0.00001991358451008674,0.000006204621022893091,0.000017807983659927956,0.000017645891224485515,0.0000037069138516564077,0.00025689630894815656,0.8635040859667593,0.00006211412668263126,0.00008562116889628538,0.0004918646326159,0.000040941078250317325,0.00009520299531594564,0.00018691342036065672,0.00004574189969172131,0.00031543082976021253,0.000005938534831404676,0.000014132828459277272,0.00009905298086141902,0.00003847932125302434],[0.000003012341181072295,0.0000397206808641392,0.0001653728125459124,0.002577644086276257,0.000009578798230216801,0.00018626085972245563,0.00017723369326128586,0.00013803711775068435,0.0003428661030204728,0.000020496954377042796,0.9996696041293266,0.00003579092412574307,0.00028523951178345466,0.000015164048003894162,0.00001972091499255597,0.000028731380733216686,0.00008322917559025119,0.0006989234464869708,0.8279563134871809,0.00018411381368655793,0.0004892254016207153,0.00009671777788322436,0.0003837353433209243,0.00017350064511774898,0.000030074973625299947,0.00005719445140447604,0.0008672418110705469,0.00003779339461284488,0.00001392703612114262,0.00004618221531110282,0.00003755343585106285],[7.740873669350012e-7,0.0001757352575145908,0.00018561129988580442,0.00019627724915773014,0.000007927743152242515,0.000027792904885537358,0.00007782010020042859,0.000008972443895071396,0.000012816931868511943,0.000026979804200618666,0.9997813356363234,0.00008937115931647043,0.000004109258345439082,0.0000014934414971619114,0.000002855790264310534,0.0000013370751503716598,0.00004167652902987999,0.000249040852039538,0.8530879748569279,0.000058392241822996726,0.0002971355386168279,0.0001384103005295087,0.001751087348633066,0.0004494640699031494,0.00014717846438042943,0.000007309035272179051,0.0005626385838078636,0.000004525387597585442,0.000003917397066457445,0.0005612203253297796,0.00010579386304719138],[0.000005741995574201763,0.00000512183969723494,0.00003605674218928959,0.0011828566175751819,0.000042240717969756776,0.00015648381492771256,0.00023382313847762374,0.00007360992217440346,0.00003295285714234708,0.00005836555970191613,0.9995175892430761,0.00003806106401327249,0.00005128346393601263,0.00003231636820157276,0.000015904551061363064,0.000008834796704765362,0.000045376729313665734,0.0007904239453469207,0.8663026933156937,0.00011457880337192209,0.00018457933533753382,0.0001110374789697239,0.0001450351865752964,0.00019951730883631803,0.0001682984333221164,0.000010019154792604853,0.00021332118249334301,0.000014505660864060893,0.000031063471082034754,0.00025611467320666174,0.00011692947572230248],[0.000011843103798058365,0.000012924769184258024,0.00036192995371781456,0.8685887112527347,0.00024350640697144642,0.000003623876526536904,0.00039103304841582814,0.00003842987805486599,4.278051318431327e-7,0.0000060936528016702885,0.9981167387349078,0.0000612577714819956,0.00005554029076211682,0.00001622176576843247,0.00004575612793819528,0.00002994287930636489,0.00003163190181541892,0.0002070489330692553,0.0018041354314737774,0.00026328555486584233,0.00002214332406268179,0.000031077101320416894,0.000033447385518105334,0.00009709211080738521,0.000005855136517155245,0.00010705590386743062,0.00006452696999966377,0.0000184276657261952,0.00019217764156873678,0.00008306582528158408,0.00004118017049718688],[0.0000036680368381680855,0.000027592060740741565,0.0002757452408206765,0.849796949042574,0.00030582725222066785,0.000017777360848102873,0.00023671159885343805,0.000045175446524411623,0.0000014337542006983217,0.000005903770518332519,0.9988222938495916,0.00011710150386676887,0.00001207255022447243,0.00006603456049740862,0.00017502479040683042,0.00006637985514701475,0.00008102262430718951,0.0004919715262438443,0.0028980297598690074,0.00014262536759483653,0.0001216054189650903,0.0000563656743414509,0.00019572970566260613,0.00018872820866835163,0.00004923931847699877,0.00012291272279633857,0.00001505922273357896,0.000035464979200463936,0.00026424544406915854,0.00017751728445273958,0.000020634573965684686],[0.000001126895172791253,0.000023302663926881705,0.00012715155934394778,0.8569713168936065,0.0000955180136798129,0.000019342981288886325,0.00022741049917162764,0.00005568491803161093,4.6433945314630987e-7,0.000015119748356457609,0.9974103684672146,0.000022457135422199674,0.000026243050006039378,0.00009521678797573981,0.00007417824026412689,0.00021822403282317345,0.00004499633148288382,0.00008948275468383319,0.0006341244593840382,0.00009394293563810081,0.0000038983832297314535,0.000012938098437883879,0.00002366126269349116,0.00017535477426163835,0.000022966813724204446,0.0001474209068204632,0.0004802782401159655,0.000002350746896691201,0.00034510703091643444,0.00016398422233527833,0.00004163938139850062],[2.3717781923814642e-7,0.000025027922774742353,0.000022926760680610796,0.00010307637937612217,0.00017756641427146274,0.002498889209739706,0.00013617226101268146,0.0000020785435656903497,0.000023257781141198574,0.00003893222101745156,0.9993562422818544,0.00015355213274178945,0.00005766707041543342,0.00003060006944856263,0.0000025691451103928065,0.00007480791023934075,0.000025334852291301917,0.00016030180003610237,0.00008289949095354355,0.8310050495410689,0.00037144273748939826,0.0005044754858941486,0.000027725541562139934,0.000020138764478275374,0.00014898398872901575,0.000016888457120564798,0.00008859003163146548,0.00006005406348027387,0.00004664083875577842,0.0011288430424641978,0.000012028478035337213],[2.5017880239880887e-7,0.000002220034613347238,0.000001332201132374933,0.00003695154457662724,0.00026715211227136884,0.00012951615096640578,0.000008230914068273194,0.0000021889937223896957,0.0000011298312089415725,0.00023964483891276056,0.9998679282520508,0.0000045509049609468745,0.0005859135041196075,0.00028392016187398406,0.000042577564790085166,0.00019604136902447687,0.000002375942899867004,0.00006740585825823709,0.00000260804008960874,0.8288636037161177,0.00016315405270767475,0.0005493245097864095,0.000005017746586454602,0.000027597135881447648,0.000042314466207747403,0.00001882931657454291,0.0000013145402958762423,0.00003881837409796109,0.0004453003102785832,0.00027087521890044005,0.000004301740540733697],[0.00030482154887267516,0.000893041559689945,0.00010591798795352103,0.00000987165789810535,0.000009344858048949076,0.0003856568691003434,0.000004795228236733507,0.001007115953439259,0.0001258327483357271,0.0005235911618633254,0.9924632084366339,0.00013078550288049616,0.0006878889516376267,0.00015282130732048794,0.00002838284763825735,0.0001643124401845472,0.000032504749770755165,0.00006705473950641167,0.0004655147184995416,0.00007905564875234936,0.8400930369066903,0.00006661157579218032,0.000016200810383348704,0.00009103318548718776,0.00012156567555227592,0.00007259437334618519,0.0001529797702253006,0.0011588974992544502,0.00003069112421904225,0.000542120027716631,0.00002998914242060867],[0.0000030438151289465663,0.00005787082694199231,1.0356568613376834e-7,0.000002644944461321089,0.00008700042729929636,0.0000021399923691339883,0.00000576689568444265,0.0000018535270826292814,0.00003058084515663357,0.0011438029035852595,0.999955992932903,0.0007754020006361334,0.0007212327583646725,0.00001641194316300737,0.0000019946617293532383,0.00009307417655839956,3.1467357360227784e-8,0.000063467899010075,0.000006137627313828509,0.00018017693554588573,0.846163311430744,0.00004644441296904041,0.000015735242099639413,0.00006183356324336204,0.0000025553792245101008,0.0000018947580141004162,0.0000016735602723814438,0.00002851655275971329,0.000017316554418900263,0.00006672003799923298,3.5430037579140313e-7],[5.637668196827387e-8,0.00001905695176034419,0.00005985606903912098,6.751858637476207e-7,0.000021931162118575516,0.000563281234750666,0.00001617063823815008,0.000005401117845609508,0.0012568584988443905,0.0005207642778494025,0.9986080889039852,0.000008822144442092338,0.00019422765073397974,1.7297780204594317e-7,0.000006980955764817524,0.00019409330965143595,6.592209950702523e-7,0.000022602181949122196,0.00010364432577033039,0.00023278689507973222,0.000009937576020383467,0.8452616551444697,0.000001134596988036178,0.000006957878713661293,0.000009351555833115455,0.000001587134303017076,0.00009991222833766545,1.5892047108660728e-7,0.00003235898535816202,0.00003268959502340323,0.000031826468482912216],[6.238402909962715e-7,0.0002192701729778157,0.000004794040158903885,0.00010990967807189065,0.0005145845412864971,0.000011950013710254412,0.00013276435438277703,0.0000010156886666319785,0.00004394168679793538,0.00006666153904835984,0.9992745808934419,0.0002757517814505625,0.00015508780642955444,0.000004121524343120937,0.00001546647076749459,0.0000628749012858166,0.0000045627355224369625,0.0002720114906582005,0.000017940242771757305,0.0008675314298800374,0.000030796157566341256,0.8448087703276098,0.000034870893678180554,0.00004289022498611383,0.000026144646322799936,0.000008861274761233985,0.000006416621265372492,0.000003982266306856073,0.00004354347485625315,0.00011051982018222642,8.074610499758102e-7],[8.989922398946358e-8,0.000023355194504022168,0.00001905501572891984,0.000020514080757979202,0.00000690895996583213,0.00014437099400122907,0.00006702787354866684,9.331344899013361e-7,0.000011097943167560168,0.0002543141784772763,0.9999564423448551,0.0001411032915282787,0.00017748507068917442,0.0000034265308211950954,0.000017293939119071586,0.00001897054117786803,0.00010592509114081259,0.000011574191734138794,0.0017237291815471265,0.000040337942122371894,0.00001649896758516322,0.000008717871302405462,0.8335612217989987,0.0034824065548757347,0.000006301715687806625,1.0225054599432014e-7,0.00010917358349754087,8.167223350525924e-7,0.0003829196461449748,0.00015340476652855634,0.00039028085888731474],[5.171509366845938e-8,0.00003205044662276065,9.106091565439408e-7,0.0000033566744421123973,0.000016892606142704318,0.00015465092315087418,0.00012218666944411626,0.0000017273974778260172,0.0001256172973132645,0.00023800236435112554,0.9999747926114325,0.00006577311901827204,0.0003864373811954318,0.00007103547378674726,0.00009220685993601991,0.000021179641062239414,0.0007713712915626362,0.000009097987183653815,0.00044252229163304865,0.0000654426468897365,0.000002059952719760028,0.0000253545379330896,0.8531386244332344,0.00002337322103417113,0.000005034751664170247,2.85706883731009e-7,0.00017276821139706848,3.2793437325636044e-8,0.00030524403087631646,0.00004368864846105179,0.00039973825567093734],[0.000002215052579815225,0.000018107876213762985,0.00005516497688482817,4.259936317381208e-7,0.000006289547289012138,0.00002533854990381331,0.00010414239565147327,0.00004320015075490918,3.261842617919041e-7,0.0004684780224845088,0.9979418468323314,0.00003004570201966929,0.0000010208168926470136,0.0000019167209542792195,0.000017000470289170454,0.000043800103631376207,0.00004965101921668833,0.000013600985517115621,0.000031860141109807477,0.000019252910605825496,0.000025242612435056756,0.00005273573501607876,0.000030387378564000137,0.000516125684505051,0.8912113872458726,0.000009411579497130736,0.00011671843561337781,0.0000794167464118071,0.0001581532142636479,0.00010362398363197209,0.00011874873776149032],[3.382331348948743e-7,0.00005081307910012064,0.0002477062556572749,0.0000029822634673923155,0.000011139499537449848,0.000018808997545104862,0.00013079410991005704,0.000016166313817533677,0.0000019761122261126754,9.153883032299335e-7,0.9985752552169851,0.000004389152395839209,6.768102525273878e-8,0.0000030758866363241158,4.452321019636403e-7,0.0001386571907989946,0.00000702535936896566,0.000007360982454504396,0.00011364452274472814,5.208896460084244e-7,0.000013671070344470222,0.000007514283889254838,4.2914745050144617e-7,0.000001446453877302838,0.8754787165781553,0.0000012502539070871793,0.000003420885985407126,0.000002873659651154159,0.00006391403484747863,0.00019617834912678608,0.0000034381682040473295],[8.312865725959427e-7,0.000017439044123355672,0.000012391336492312559,6.451443552734335e-7,0.000006404716842342685,0.000012125921766328186,0.000019395025793767987,0.00003149156476089363,0.00005106356413826808,0.00017022672807191522,0.9922855699655824,0.00004897230311492364,0.000037024578787218365,0.000005199768700542622,0.00015435830051153794,0.0002135499332768556,0.0000022467747357350943,0.000035615237540661115,0.000123984386955708,0.00008760840211672222,0.0001396259040106741,0.00008822977018724491,4.7170468086368615e-7,0.000017927973571962465,0.8525028724404484,0.00004157985547087158,0.00013216219203671383,0.0003104619852794199,0.0009253168789767175,0.0002526660767562649,0.00000651273566861288],[5.334722151030379e-7,0.00024178556268398106,0.00001569867777752334,0.00002920366372546392,0.00016286205794069413,0.000012655253320885024,0.000016648223296575926,0.000013062995220603202,0.000001041121491469483,0.00021078134026014574,0.9994741860138001,0.00004356739086664587,0.0000010191252404117378,2.8694140733550527e-7,0.0000025703299645052548,0.0000765935306153119,0.000040692189051889055,0.00004019538626824437,0.00011930423919500145,0.00003043444816692231,0.000035100748049612975,0.000019882163819574988,0.00011044280497456512,0.00043276393046711223,0.8820288407379687,0.0000011508196392070905,0.00028602251409100396,0.00001924709655111419,0.00006594465224467387,0.00022683761742592795,0.0000047366164244032825],[0.000019591040973180475,0.000881177553597683,0.00026072402085927264,0.00006273668957087014,0.000027847130965088044,0.00008212651617234704,0.00002996719488004051,0.0000023392453914763866,0.0000026722214510597654,0.00005147817657155942,0.9972869324855336,0.000658154910231741,0.00040437972505235454,0.000023400899202866145,0.00003823919921095952,0.00004963505347730749,0.0000018255229326113497,0.0004355191094303204,0.0004109206432804987,0.0001116197426592279,0.000038580646726000796,0.000023266276546203686,0.0003066611573938094,0.834812940424924,0.0008765973792454821,0.000011622063684708557,0.000031148506116732414,0.000022731310537947814,0.00003787336914733383,0.0001773801891852569,8.556406201956818e-7],[2.2454698467114604e-8,0.0006164352729085717,0.00005828751834268712,0.00020116137336462407,0.000005744178343021403,6.054582680242302e-7,0.00000296485453256423,9.395389721744412e-7,0.0000020226306404662015,0.000025631827524534038,0.9999433596068414,0.00031945445727573057,0.00020893186074180672,0.0000010851546725185107,0.00002129899585521209,0.0000164906765221185,0.000002699223198524538,0.00001420341725189861,0.000049912134297150514,0.00005232569831195817,0.000015888098360748702,0.00027794039389183577,0.0018779990928211778,0.8176319513585018,0.000010731129420789108,0.000001074633634991712,0.0000674244512658271,0.0000021495354801955637,0.000053918827580035636,0.00011496599969258585,0.0000034105916979623233],[0.00002793391127019121,0.0006870073458398228,0.00013061266174654323,0.00018438430858147556,0.0000028407866240746466,0.000241364226089404,0.00022688739723584412,0.000008148710334062267,0.00002001548721173267,0.0009132433726153408,0.9964790576792117,0.0001907585090751041,0.00014627028558052068,3.2767754835594006e-7,0.00006625153813918485,0.000017853784422181334,0.0002665925942135885,0.00039143769489328556,0.00006315970776821792,0.000009249076789606357,0.000006867529953569628,0.00010463333764914505,0.00007054356900521924,0.00019457319199030123,0.0001895627879013542,0.0028059260126067744,0.8236574973088634,0.00004297029108536158,0.000024879123054127638,0.00006453578457151994,0.00021615051737695413],[0.00001898701522276544,0.0003665881591988723,0.00006309193951687303,0.000010184942351258825,0.0000010832245841393681,0.00018054849915931105,0.00011015497546634609,0.000013896064724921561,0.0002728600139873195,0.0007790273836593017,0.9963362847256245,0.00036697575546456196,0.00005098018095497858,0.0000010013878993921357,0.00002461038177491261,0.00008609634618507206,0.00001978227319019913,0.00031328922092501295,0.0013905684799157543,0.00007647229305726851,0.000013921015913187966,0.0004255180891811675,0.000012038894433881658,0.00011984118034044265,0.00046606337499982656,0.002611829789667496,0.828165661709524,0.0000439854893755241,0.00011170167871666027,0.00003476267941592874,0.0007334953607446836],[0.0005760293924959156,0.000010860522982068856,0.0004886317243542438,0.0003748816352452907,0.000001982519164141385,0.000025804636999847485,0.00000804513942883005,0.00006393146493404182,0.00002878666953011295,0.000050325702506137786,0.9924183756805993,0.00006142125070875804,0.0005515411472869523,0.000029911265929026187,0.0004983098982560466,0.00006760713436783333,0.00020036628345490449,0.00006622570030147059,0.00002328313974717102,0.00024439034040092336,0.00010908090855753583,0.00027342892943729014,0.000006460090595326428,0.00010264428150868958,0.00014467171351705295,0.8456478186909302,0.0009839747447570103,0.000017180431530910548,0.00011046935748193928,0.0005933336700242891,0.00009867373498678498],[0.00009314090644485736,0.00011075961669792964,0.000053618928649986025,0.00020651844774419715,0.0000027878401640126392,0.00001870527124011999,0.00002708697669610938,0.00008425078441263812,0.000163391893556901,0.00006118202755516847,0.9796266732297023,0.00005296064851208843,0.00033158266455868377,0.000012131916637200887,0.00036906506230443366,0.00004261046937654479,0.00005439930550941152,0.00001341990893613889,0.000028037744574901558,0.00004300866416214365,0.00004616666442695683,0.00004984996048084547,0.0000036366314292385757,0.00004260345004838515,0.00008929574001873933,0.8406472776154852,0.0030390868985762276,0.000052345954377822344,0.0001697138314232242,0.00013786466177513154,0.00005919120989996667]]],"Weights":[[[-1.0801952833323196,-0.15465294026153664,-0.39284809005398647,-1.6015123804654445,-0.2978002982840736,0.5374302069157502,0.4937910115324137,-0.470381946121772,-1.0098080576631614,0.7948426061903647,-0.31238126065224436,-0.7716573506916171,0.04766806885694641,0.0035531897941205913,-1.2880914364634173,-0.1401072265193807,0.37860293794109817,-0.8353471766745085,0.07400309334023734,1.0235447559484288,-0.2646263829518159,-0.7757973612998078,-0.28054664147083314,-0.43880799640788154,-0.8002658031390792,-0.46478441461877434,0.8069323367570066,-0.7110866152527949,0.15924763822727364,0.6477638236611402,0.343086386733732,-2.2688444224868487,-0.2580186330001081,-0.6186120775628599,-0.5038372097610823,-0.9416382698461807,0.06561847881792064,0.9258684519786682,-0.05176327414769204,0.6531185427132303,0.3007455493221678,0.9253809709399714,0.27443392880986556,-1.6099849804310071,0.16383131936868042,-0.39322593952224255,-0.5804476541896437,-0.49623946400689156,-0.6698578527779291,-0.617567137469356],[-0.8504003482725025,0.5322662563732439,-0.3681775500506273,-0.10446143540406035,0.8504554321859573,-0.05671013328067555,-0.5917643644853832,-0.586806404072911,0.4333076440554805,0.7214748606889969,0.765489051426036,0.5369723019737135,-0.9643408064793579,0.8707430129539262,-0.24155125922521908,-0.9049302880699102,0.669552186601629,0.754247893683844,0.7993388567957133,0.33576373788105396,0.8730929755444485,-0.2860730092812219,-0.11243868575414157,-0.7819408667725322,0.5348117896672746,0.8580409129553036,-1.0849751607140248,0.18927198448870441,-0.2866235066291416,-0.00879225409473709,-0.6261550341648454,-0.3005400418355087,0.13440525843388063,-0.7502410021047771,-0.3702397743629907,0.01739011375701932,0.04117347548071662,-0.7747009462520642,-0.34322226853007537,-1.1665136816108768,0.4183172057258877,0.808964239934841,-0.2810679692766058,0.5469849535193607,-1.3867914214252093,0.8131473715376427,-0.8999969572388294,-0.34519598482655606,0.5335548791467222,-0.031947001832191346],[-0.4627048042817906,0.731098784131173,0.24634541494695525,-0.3376332355027271,-0.8437902343108832,-0.2892068237123684,0.11272136796099744,0.8415277614433465,-0.9331954701788869,0.8737433950130676,0.24552331695446553,-0.4774694001074015,0.6448165576660326,0.9072166277211556,-1.4798557422854308,-1.3119503582260474,0.7374070929373547,0.5396494882604667,-0.0764693755386147,-0.15417681830528998,-1.1234105126874254,-0.7278830004414392,-0.9728400238158721,0.07569086674236941,0.5616827767737679,-0.38219832233071016,-0.9622185642870634,-0.3164750889551195,-0.43961756911907623,0.2935182415811632,-0.927416544970183,-0.43148839000959144,-0.03780816666671207,-0.07665286602446139,-0.0643340062867397,0.7877764830552373,0.3270807474225106,0.46027403880079026,0.8446719691400126,0.12769491641572805,0.37202198468778164,-0.5682812185362771,-0.15949852990893804,0.43449619216117524,-0.7162343621790999,-0.34647883322485296,-1.1661702052348608,-0.056729274053025455,0.2287894410055128,0.26045810823572874],[-0.6079222054711618,0.2219653327832583,-1.1370111215568441,0.7462361100933975,-0.8912890130096629,-0.7006231370473105,-0.07085203176753534,-0.6390101905946091,-0.5240015707577134,0.035285243377731125,0.60400256031074,-1.2048209408588724,-0.5568573192371157,-1.3521816459535807,-1.4342077972208755,0.25051684631818355,-0.7059455826714193,-1.866757391695096,0.37784736916497336,-0.8271853299864772,0.39314259571092425,-1.376432749393281,0.1997016836915748,0.462795295270414,-0.5186779444855487,-0.6106168620685393,-0.51848769389485,0.8474774907784625,-0.8795001439826814,0.0244922328646425,-0.8477666805572467,0.18156353943145956,-0.7454492489106959,-0.2924893344238044,-0.5768467019573613,0.7378199365531009,-1.9401736849162827,0.017426336547158305,-2.1263279739406684,-0.3325863238037222,0.4678441444279563,0.05846467060279196,0.29235124117611616,-0.8803447592487132,-0.7090929256705917,0.06293188712975038,0.9231468460516734,-1.1338340446796427,0.15811585022061087,-0.47787147147811376],[0.9118522049271865,0.46158320731253116,0.6183945263047534,-1.5854754495791337,0.12908093070217763,-0.5299547893554918,0.917306681338183,-0.17418341921646138,-1.73158092987807,0.5965723138830261,0.8887681420213783,-2.0391823561315654,-0.585991460976971,-1.426785701687853,0.1655807493942705,-0.01690658753523776,-0.7001545498605078,0.7012819953154451,-1.1068874845633068,0.7237092719812334,-0.21893556819375548,-0.34615608844373796,-0.06271589744734293,-0.378244233875083,1.0006719391457202,-0.09461333899090639,0.019908352418206154,0.1044039170407502,-2.006485513906339,-2.0426603904483285,0.8681208263715369,-0.288827580727353,0.4239385010931474,-1.0242458574708966,-0.24591265246668292,-2.207174438321749,-1.7274033776569704,0.04309575797490092,0.3796748725297537,-1.1896108166843982,-0.7206519604162466,-0.5889230033003894,0.13189581311966878,0.16372392403905267,-0.7411458025251922,0.29143762802601486,0.6665954015212397,-0.2555347203046854,0.7293598775966259,-0.13630155725061763],[-1.5830501585896708,0.3030662159581658,0.44153576380270937,0.6945432300918897,-1.4248833522265012,-0.5301632020362483,-0.9696336236943575,0.036184374407852986,0.9498816545254523,-0.6712730613705737,0.5685865079222949,-2.4960948590495784,1.3658364078075171,-1.0540224598869479,-0.4000279249447632,0.8795046541135011,-0.7574865319303828,0.18702067323957278,-1.520208572876251,0.2782966568880946,0.7514901183158926,-0.5934089548780377,0.787635262018346,0.47717688995920843,1.4186704558630197,-1.0478050338699427,0.9787764433158741,-1.4582760587600265,-1.3194555129148897,-1.081170562818548,1.0098622530542725,0.12605786434395544,-1.6186501136107534,0.405228601596071,-0.06998595636109965,0.07711725264578687,-0.8732298630259094,1.627296821408311,0.8858553631101211,0.4153819138208576,0.729972913292298,-0.8723784634465948,-1.4214892865037618,1.16126090688752,-0.32888498493160695,-0.15597384174595347,-1.1986566091762536,0.18638954369902494,-0.16774556421257977,-0.3087149356495821],[0.6889972493231937,-0.4626983362059131,0.389990435739156,0.4329521131205511,0.579715098190501,0.9376974326342783,-0.9147756952544057,1.1739926526190276,-0.9852144734822538,-0.7090211907478354,0.957398368188005,-1.3181785143359828,0.047106803874415605,-1.1905243389860893,-0.5974004979925224,-0.34737429989006224,0.17074870576810156,-1.0418693071793599,0.6145812430786493,0.6633920778367347,0.6308839735350077,-2.5333650413116735,-0.17484283519071445,0.8098797638785357,0.1306734013520404,0.1525270104085074,-0.07358892084204836,-0.5514045120945331,0.925898828457637,0.6654819114630708,-1.1974637854490844,0.49542719797283846,0.5348093651254547,-1.993990020108398,0.4168157022094108,0.9039952049172337,-1.9663716804262579,0.013002353235873412,-1.156686360984529,0.12286765929229446,-0.6286431717677881,-0.5078454927944616,0.9777855306885832,-1.7784181635067917,1.0546790635598122,-0.0333097364129811,0.8150265744342262,-0.29790590296313957,0.7049622951835435,-0.34937103429288247],[-0.2786417036523421,-0.549078562159125,-0.27089350873620194,-0.1657081774736405,0.3327693430938394,0.3758384353154728,-0.8068721366348037,0.771961864039207,0.5511441584902148,-0.8745134231612546,-1.059283256882687,0.5184244787307107,0.2012626169513817,-0.004285941637591484,0.17652992540721668,-1.8059634879058217,0.6880218851147308,-0.2615477674859041,0.3948807007462462,0.9401176898120686,-1.3644384531467526,-0.6922759070508108,0.9686961565111395,0.5231221376515043,0.9892478106798205,-1.0578631420248337,-1.5096177066210805,0.16079495219034093,-0.26452390286698185,0.030573998316068957,-0.5685201287017286,-1.0576461585241996,-0.35897071026840244,0.345894841565661,-0.4594249746318512,0.8597713701578324,0.7631292728590771,0.971818644847798,-0.7365159666121899,0.32294309604749166,0.5708424710405817,-0.6494126849979655,-0.21648762158712972,0.10284542406830881,0.7383581695977693,0.23907499929030376,-0.9962144609086089,0.0028398330767241244,0.17291151880232875,-1.2861858014847902],[-0.6737689280423909,0.283323544783484,0.24493963975060593,-0.388366043024528,-1.9710680193189727,1.0316048777310727,-0.9281091839359399,0.2887500283345606,-0.32717497982274685,0.9894049005122171,0.04836216303943748,-0.7562258340320849,0.2926469088218075,-0.29587581398739515,-0.9492430837041959,0.34003354516796896,-0.13982463112538734,-0.9870195686954365,0.6228965866118727,0.8418552109172917,0.20560655919086424,-0.2728909481988464,-0.8260438806694073,-1.3795106534372554,-0.27511528151969183,-0.3612379129805288,-0.485377141632953,-1.0880012268595123,-0.3363766502839242,-1.060251311152207,-0.919265763007178,0.5334443195167906,-0.07258112894916731,0.255178114510469,-0.14513434375617804,0.5245986153947554,0.9797967694091375,0.33541332670884266,0.60198153566117,-1.1589577702900764,0.9313673609692915,0.18883976483472628,0.40793904823954524,0.8225869229277181,-0.8871282243389172,-0.11347949580004642,0.8171741662029165,0.05703921109498511,0.2485907216028181,0.7477833338380218],[0.3917616707647854,0.35613455733300214,-0.13602228084089943,-1.2068954990084197,-2.0389416277468126,-0.1353662988484594,0.35955585330773315,0.13942550025882683,-0.4787969852815047,0.30152671137002734,0.25380407747764955,0.43670259421767393,-1.4264562202414728,0.4185919537812343,-0.8556494817641639,-0.6099692321137007,0.13668602912028882,-0.06653781891402735,1.1419585901814868,-0.6457936952394463,-0.5253797879633967,1.1810233129781056,-0.4432965832126002,-1.367944327030357,-0.11620639997337867,-0.4301868313607188,-0.35441512375537193,0.1897070993373418,-0.7512351867798834,-0.07652673644260022,0.21425297500677903,1.0996304093530747,1.1531156919534733,0.4729623308543427,-1.4364065666646726,0.05144706293194297,0.6818394534385134,0.3960576812430667,0.6210675125536494,-2.1193983711866675,0.5913568594266901,0.6497067663674168,0.7061479825910348,-0.1795782103198281,1.4710177198823216,0.025909598089723117,1.7730374114574392,-0.6831239141937688,-0.3423840092787748,0.9676199313165945],[0.558256143282886,-0.12532647530607205,0.07972395784575603,-0.7651776979098746,0.7675531207151371,-0.8601121249499887,-0.1246538394944635,0.6357907164450567,-0.2629065727001801,-0.5674610683618463,-1.0463980030362858,0.11971213845866986,-1.3667405067949245,-0.6641640468943564,-0.5787425172997486,-1.148319623511013,-2.197908785907741,0.44959093823589186,0.8417261701051831,-0.7382124119320999,-0.32530827022616876,-0.08603180310615052,0.04141814850347571,0.19820036331683769,-0.7074082710889547,0.7084794971227268,1.0431441804974106,-1.4505825997069939,-0.8226055110394319,-1.0268501935004954,-1.0079453096945754,-0.09220042308936192,0.7544454459084051,0.7824170522639373,-0.03282442722196769,-0.4778823719010223,0.5944614363697637,-0.6512137186963732,-0.22909232070998767,-0.050768302416538895,0.7103364037259509,-0.46963374558099974,-1.1452935230283274,-0.5916503891727277,0.14664075026088214,0.17484229838780443,-0.6097755495826608,-1.537042509204422,0.6329780459870341,-0.2230714476625261],[-0.41428185900947334,0.00558512040067933,-0.45427058212003846,-0.30046747190694206,-0.14708246556950394,0.29210233765366633,-1.3254785699059237,-1.0505141586080875,0.7919792988637063,0.14498760164728458,-0.6097688762388307,-0.27054742409876903,0.5412266345150631,0.48997677640728576,0.45940343502257713,0.8748421764807351,-0.8251028293105018,0.5096908140786055,0.9259371554837929,-1.0557363558961799,-0.9356857661023821,-1.7246056097265683,-0.22870774158191856,-0.21557310615189226,-0.9609631103253014,0.8468804539942204,0.7797133869728744,0.5967557390377243,-0.6940683823504494,1.0799184971841942,0.40831495054517425,-0.28591088326706476,-0.03727178112316913,0.6159833859936987,-0.3456236572078165,-0.8800970362869853,-0.1459432195107407,-0.8272856338804269,-0.5682434455777492,0.48774138071785744,0.07330435821105855,0.4767281665277551,-0.5947430741214854,-0.4549238589628036,-0.27924331810506314,0.08339727018425704,0.4619614285367181,-0.4527414606405904,0.452681320802697,0.4568186111383711],[-0.4444513978103342,-0.4283405716770143,-1.0782651230882048,0.601232406154155,0.15910377254522914,0.37729192240092635,-1.1493240980444914,-0.3168574067056207,-0.21446013896561167,-2.1738245200017254,0.4647601909671532,0.9148040982703544,-0.3990685367275006,0.6160495826743391,-0.5498016136697419,-0.9678736188761253,0.9614406177846508,-0.7046412368415909,-0.8890565142861996,-0.8687706484811266,-1.471446116931457,-1.243711868857434,0.5219015205205716,-0.9455401676639222,0.31237163507597593,0.6408470774275298,-0.2597118969198737,-1.1415356379057116,0.9579548101526953,-0.16718290998976268,-0.6131624002100302,1.1257700340973955,-0.32755442949717767,0.5871942190444676,0.8447618666775113,-0.6820923272444839,-0.29702209349723624,0.027019187181551926,-1.797366189847494,-0.3767793316009041,0.13261763103905178,-1.045289809208517,-1.1550945453231205,0.3549756520203651,-0.12939893168957678,-0.19125158305867296,0.08754209546218365,0.21573790858343575,-0.9737103525857334,0.3187641205355061],[1.0606195291078477,0.0813139371515031,0.5261171912281529,-1.0119149382525088,-0.3318644960832506,0.7552740508095219,-4.381410994410184,-1.5161903197001978,1.0396882890491979,-1.1132370035044494,-0.059660845802832395,-1.5799264730164482,-1.4269312222949426,0.9404899118251938,-0.2213916144115206,-0.2848716504560609,0.07090558793137886,0.8216055760942242,-1.0299647055431689,0.4651492966064984,0.12740726899533658,-1.8891424025530468,0.649534806203093,-4.064960984410125,-1.2059546162167734,-1.0845018051315702,-3.0239693626733914,-2.643592845416901,-0.7732923050221171,-0.041622149833938756,-0.3328326876114434,0.7900171225314603,0.5447383949710782,0.7816789217371429,1.155495784513595,-0.7256048330452712,-0.06609442670562503,-2.734909157040137,-2.1930983922619594,-2.4262797598860195,-2.189184871801521,-1.1304028428887642,-3.4876219794650565,-1.7966716728558882,-3.2729971636402584,1.1053508840919135,-0.9244398423590469,0.7381476784950398,1.31805988756463,0.05082668347810017],[-1.4652172480190158,-0.7782042834060472,-2.3808714482071136,-1.994372510319656,-2.083283821337147,-0.43798388262673454,-1.1185829549495785,-0.5947636749782969,0.11224259347632343,-0.2131641642997962,0.9303934881894358,0.7970010892092019,0.34009460169635525,-0.6357423010924111,-0.8592577042942463,0.025668159916005143,0.719338649986735,0.14032827028000158,0.46266479216385575,0.4946905185858795,0.2550345596642175,-0.06144815165137359,-0.6828583621549666,-0.21224428997023798,-0.7475732927612678,0.49317748805314937,0.09984235609345395,-0.5246155271855371,0.3609727191867327,-0.20528520908059875,-0.6016698067600252,-0.3678177051172357,0.4828917191496285,0.7779668439913534,-0.4601242878639584,-0.20621872098659605,-0.5124503841085983,-0.609260268529793,0.4941682196261742,-0.4898588354926018,-0.5497384062357343,-0.08655312519145318,-0.009302252970195298,-1.7406229752898588,-1.5499534530709174,0.2347600661288488,-1.8251885066943851,0.7207905846468915,-1.2136619802435527,0.7385381792020708],[0.3157828594767696,-0.3888387181518221,-0.6020417272977528,-0.06538864680565942,-0.38183473358569925,-1.2590638922776942,0.4008535037067476,-0.7739526179933964,0.7044413697007391,0.9393044151345853,-1.145218485836106,0.7840843919728159,-0.015533469354615597,-1.6122301713986011,0.8006637036729368,0.3889183557061696,-1.0747137984193837,-0.06691729877830788,0.8704923013303341,-1.8013662371779393,0.15710451695692462,-0.5821287119317261,0.24182004016339256,-1.7515827011384095,-0.23495987340927535,-1.2829237331029015,-0.15397465618988543,0.14426986204461495,0.5006162467542699,-1.8345033828967112,0.14847966862054288,0.05383036316433049,0.45718354937457406,-0.10241760088605945,-0.1855816911319793,-0.3276775091491993,0.12852410209536413,0.23960752705236688,0.2661496559941388,-1.6662436627766422,-0.034944165623454385,-1.352938990068669,-0.6626460528330474,-0.3733861975951751,-0.7518666067576637,0.4133093785916803,0.7771338176527101,0.7187805885439001,-0.29606213465712194,-0.33959007674418507],[0.3524584959104936,0.0667314499200223,-0.6680285801423756,-0.13208690780015872,0.8948972997366642,-0.43742335170698815,-0.5012345141334579,-0.7639164662331099,0.6358443741101052,0.24422655774747168,-0.2565947727450046,0.6412738406207338,0.27190548071656384,0.05305396904876902,0.7903255624945343,-1.4986761051701984,-1.0669170669738552,0.24639944238772163,-0.7885668426098843,-1.3389573064930107,-0.8904199904958868,-0.42693238660461835,0.464664009133407,-0.6681819694931909,-0.7155890711888607,-1.054786477604108,-0.4248229860444738,-0.4269652124489333,-0.6581017527272625,-1.123783567660179,-0.6566297026028928,0.7313201126081352,-0.3042258423520111,0.49422119992045066,0.3206871781567871,-0.04367332958852687,0.5186058359466116,0.023716655473204243,0.22543691836291121,-0.9875853201087624,0.5130762922479185,-1.540557310554116,-0.40753168946824175,-0.4608703566513894,0.09475558320929825,-0.048737499284876626,0.8523384992605046,-1.4331314353200113,-0.8176551773056047,-0.46462689428260473],[0.4355784303833977,-0.05003487962873557,0.8409814113711236,0.09792386518109467,1.008042839743508,-0.001895060202965226,-1.580328323433142,-2.652579795897701,0.4241989486190332,0.2908774723611263,0.5678158809753932,-2.825813197632914,1.1879991041160765,0.3796826216636002,-0.022693074074105056,0.025288423856303394,0.8526820899704,-1.1900982410674443,0.6340645046698034,0.5256072141931264,-1.9206712016323313,-3.899122965127609,0.4214117546700221,3.014522776289501,-3.136413851617941,-3.0465190847436334,-0.9344533441415596,1.2614798311831348,-2.2020909951471057,1.1894690141558468,-2.2941270047367905,0.2509693371035048,-1.4629037827300806,-1.1028980834461974,-0.9426593843539026,0.9157003885134977,1.0267101342895886,-3.1450499953951083,1.039549605088299,-4.254523566903184,2.193590383714565,1.2455370521779752,-3.9279952485136627,-5.1576048892523065,3.06310062867474,-0.5583896718859671,1.290592894293442,-0.5570328467013063,0.8183029153224863,0.5618266160503077],[0.1825470193457643,-0.27416888886160473,0.8414960142231938,-2.092083265134112,-0.24123965246616086,0.21684621193156559,-0.8224821570156373,0.16212424259540084,-0.3254537050820687,-4.989004092330668,-1.4928789305568197,0.9038784264611928,-0.2880361698307698,0.8128623533307728,-3.02537065071039,0.1539195693226954,0.5644021560659471,-0.7644261302588791,0.9479971021638307,-0.08579586467420673,0.7623746601185237,0.4606521351401766,-2.588945499439232,-2.0235482244877137,-0.30479247570399426,-2.162035908911236,0.4558689208287932,-0.5913470203508493,-0.31787965526195905,-0.12974675522465204,0.08251642015113128,0.061458427677509184,0.9099144122856168,1.1023005996126136,-0.12629037480820238,-0.6128072779390924,0.06761904917685468,-0.13097918142074785,0.6639966652365171,-1.9948883981183207,0.5744759502991331,-0.2946582059179925,-3.919852209799036,0.7278575308944917,-0.5099883185782761,-1.3550234163558963,0.6339419377570445,0.7226007021923058,0.7068541327940705,-1.8628697518816677],[-2.2118262730587244,-1.007056721226923,1.044294482688428,0.3337175414648122,0.8958149811688414,0.6446119743932339,0.9470520580084334,-0.030136275933061143,0.17844174749451805,0.6243991649850151,0.4362466051515602,1.0154251226588051,1.0320756088886034,0.06718854283486071,-2.616956483809216,-3.194325352754834,0.041511834091007824,0.08894181678516015,-0.674267946356814,1.0037071071919546,-0.7495380401657855,-1.1450512790885408,0.8573206928155501,0.8939527043876208,0.011422430119118993,-1.8245178973472205,-2.2315078835567843,-1.8647813766221022,0.08353563765034876,-0.08694634847018183,0.38236684840857005,-0.47284258798559875,0.6284540056742294,-2.616372544485522,-0.10447668298626109,1.3083962555613295,0.888077098885885,0.5982539360993284,1.1925014901576878,-1.2232015481429879,0.2676892543379986,0.7978764588623484,-0.9371592709162323,0.008724483066375854,-0.6544710138344447,-0.7696143848532667,-1.2887447364492293,-0.6890413081866681,1.0869699181280252,-1.597089884861334],[0.5146954079597483,0.2087627041875957,1.0137638412044365,-0.9383964838116179,-1.154671069562162,-0.2917139295505787,0.7156721357465579,-0.3061371734506594,-1.5258395268550164,0.7959988284755833,0.23382763308142682,0.5845353054546392,-0.7494447655360837,-0.143134126418203,-0.8330012344092724,-1.0390266011342153,-1.2093909615249554,0.5912717410089644,0.4743737572422873,0.5174230095878543,-1.341951246246168,0.6422233143680065,-0.8249883723211164,-1.174548760396457,-0.17386280993645234,-1.7035277415254713,-0.5485987299438677,0.35453315223985343,0.15067047887513857,-1.3619140349804297,0.24934306566001255,-0.8513135349809564,0.09998434806492533,0.061915535081792226,-1.0672129523097489,0.3223674214743209,0.27397934598035045,0.8736479778039316,-0.12242877379116661,-0.5967184717430284,-0.49629892483240057,0.27396410003193034,0.7120146441391427,-0.01436467067331102,0.8026245987972062,-0.053361434260271415,-0.35449389062556363,-0.6386660845369944,0.57775258548847,-0.9278795410986667],[-0.3380828908223801,0.6226215430955931,0.5651879507462405,0.4426023915249333,-1.222765361600108,-1.0114157247013404,0.0901121551789321,-0.7183921499244895,1.3061622641091657,0.44039260393126367,0.47866792785486556,0.9251451005166313,-0.11427703138891689,0.7908550540272983,0.4825937369463177,-0.24490236136789684,0.6451195476770434,0.49928792450873877,-0.7795206883947131,-0.9376165585257323,0.6302907833393999,-1.0263065560688465,0.9000897472032795,0.34604227574913393,1.0009256970479168,-0.3364444599632391,0.42068054781661096,-1.3083358913631968,0.8779145975757084,0.7247185955477657,0.7638816823568478,-0.05249127524852415,1.003981004511357,0.2939790894034519,0.46652960380961755,-0.9551394045399775,-0.5705996212462418,-0.766286633622576,0.487829575958285,0.3765275951946619,0.3827468339042351,-0.0019917861800416515,-0.2658804693414194,0.623809495553259,0.9336942267662517,-0.2555692764208629,0.048514975968911675,-0.23590180188320464,-0.9386856847243176,-0.5149755076296203],[-0.11159375861559033,-0.06369893120233382,0.6979791015485319,-0.34746085899056445,-0.6482742372644184,0.17242652944635753,0.5577393795403208,0.13863259082306664,0.6765423584958961,-0.8365508862984468,0.8524247417677991,-0.11871882093388962,-0.09436346495316936,0.17483994098579908,-1.555943304521005,-0.40277891623068796,0.14375468088769752,1.001024005142211,0.4246065377983805,-0.8753739820957063,-1.2611306168260124,-0.9706604833901492,0.15263015485572004,-0.015641146708377473,0.9957801660280229,-0.6395971876325177,-1.5590032026372729,-0.4805596127747231,-0.7947034327982082,0.4838574921738507,-0.8419740221601489,0.26132057606912423,1.0296391909162386,0.011881129533463878,-0.8814055874388251,-0.15060289110617003,0.3995526765868348,0.7441356564908564,0.9154669034917557,0.387398989969951,0.9170949985254162,-0.5359754218829099,-1.112550984422029,0.7176830837797405,-0.5458924409065931,0.9441743824782952,-0.3553596505482739,-0.47193743949717115,-0.14055748410492447,-1.1539682922638361],[-2.5100877016707943,0.3795080255337678,-1.046982046893605,-0.7694411613941028,-2.908868806713025,0.5807975437887404,-2.514446304099267,-2.697800034209607,0.18833025674269357,-1.1038102686923656,0.1898636882688486,-1.7212250137985785,-2.66052778941341,0.8721579136036782,1.067852794362275,-0.7959909190634701,-1.560726965377139,-0.950889097148919,-1.636146646569594,0.10847590545901596,-0.4440022970101016,-2.7945640584137896,0.37660771184145525,-2.2858129398527454,-2.176160720597153,-0.5998197812896253,-4.00907788975946,-1.5114048112847935,-0.34983156740348853,-1.0585814873410375,-1.5874476768282004,-2.7847495355753558,-3.255514109282931,-2.049176141616275,-2.001442205690544,-2.7189932735319062,0.7795706570333583,-0.4919260738768901,-0.2618273516961319,-2.96126906612459,-2.9738951263000177,0.1795855319703702,-4.890914035226275,-1.8925915231281236,-4.581485148843903,0.11889348613991807,-2.934819684961667,0.4081582674795413,-0.21750650869123453,0.5313453596688256],[0.5605141543217367,-1.4419621656984052,0.16324111343502534,-1.0802698466119236,-1.0068620924528062,0.3345606607204397,-0.9166696488023189,0.13589478801852306,-1.3197082914404694,1.2968581901396157,-0.18648683329722057,2.541068008590514,-0.772069851424691,1.3781397061391827,-2.154596573728949,-0.7873100540407626,0.7669126449839012,0.0944691633105438,0.3067890905621119,0.70745057523075,-0.24202762182439175,1.0544306103835548,-0.3931493458483417,-6.528878007456926,-0.4183463224632863,-0.20330817992119443,0.539285914513099,-2.2382256974092365,1.708737002278476,-0.12800325442606236,0.9376824339029624,-0.2129037749939953,1.431907738412962,0.07584132557405239,0.968788401770144,-0.15525955642597153,0.6362544598280296,-2.1649555455282425,-2.7345133881658574,1.8349633297396215,-5.4209057177499815,-1.142653419881572,-1.0092369768558305,2.3613886282425978,-5.682543393688839,-0.7233713731139618,-1.8668645115594282,-2.370477406023016,0.18836107865533855,-1.5167020958098072],[0.46662465666081826,-1.0228447580246673,-0.19506458245111724,0.28606958922249165,-0.2722409210999036,0.6321248566769929,0.2546563622712227,-0.2981101638003295,0.6465244617338956,-0.20835587694225619,0.163161044665455,-1.151827449120066,-3.321470336041285,0.5456731754101748,-0.1200630714871438,-0.05838429894326199,0.18540972147571386,-1.668680326596059,-0.16432254863357482,-0.7361329741686826,-0.19487832377219616,-0.18492870808667156,-2.2669379120543827,-0.37633801577999004,-0.02580291514114881,-0.9887619810266376,-2.1192353004466566,1.0116096870928122,-0.1371152564401484,-0.023547932493844084,0.03207017210367441,0.06854862383878924,-0.5552488746188478,0.6049356021506782,0.3868686600117267,0.47429259682302005,0.8370656908725411,0.88334618887475,0.10679892223889761,-2.147065352908875,0.2048270132537852,-1.3449598628376536,0.654966282776958,0.010196990754418976,-2.2350891608052343,-0.38259411584084674,0.5231066989897666,-0.27996233041453605,-0.6806538245178002,-0.837178985701816],[-0.5566217688344488,0.4568200205989464,0.7231012268192056,0.9421429013724327,-1.0451652084712582,-0.6631671106074587,0.16344922858162408,-0.5456828950852999,0.7490652053781819,0.38479016270713523,-0.8860105000915791,-0.0033063347595069354,0.45579747888228933,-0.21751706853383962,-0.02711871225748766,-0.8662262405386862,0.8744533593054558,0.7900565986625555,-0.5067661369882887,0.8216005103404195,0.0422107539204366,-1.2730920042103144,0.6214064346141429,-0.4585023793218784,-0.09797392321177775,-0.8493757429409632,-1.0498197058728063,0.2553388381115698,0.9065510489367142,0.405683595199902,-0.19514743854559427,-0.501400235844387,0.029178443552133435,-1.1554932141723908,-1.1488329836671676,-0.7495443952840168,-0.5271345922187364,0.6679530874729119,-0.5225668886383581,0.2045225119816759,0.2926454677583312,-0.045982924685419965,-0.3216037163607164,0.7477932227084236,-0.14303898015939312,0.402615351707525,0.5312453299549421,-0.9214532580165868,0.45848753320318986,-1.3908284548564884],[-0.8787769496692046,-1.1603653060001704,0.3423669623512882,0.5778468590606213,0.6522908763342912,0.42036079867163595,0.3922168547966967,-0.8142600275097148,0.13256885678278485,0.4300193208378089,0.3715481633686018,-1.105055346658624,0.5887390793157363,-2.8408208490874567,-0.6662596094791693,-2.7958606403504414,0.6462401121174034,-0.7965946516891291,-0.6877953809792765,0.9025286432964801,-1.686901118282959,0.4221162554329806,0.9365604307748479,0.35421213195591117,-1.019262563839395,0.06602581826789874,-0.9059368511650715,-0.19777189434889594,-0.5940562574135234,-0.5308423743499886,-0.14227860780574428,-1.6627943769727374,-0.19891112120086413,-2.0903626134834052,0.7362297516685243,-2.3005224756669427,-0.07611413626605995,0.31839720770177615,-2.1548563732257566,-1.1746626531986346,0.34591962700096796,-0.31283557332890394,-1.1281290011578033,0.4700392615670336,-1.9037838632709547,-0.8588369154854764,-1.0702322987447266,-0.29769381621443947,-0.011972355321331982,-0.43282214422902865],[0.6816845638812817,-0.974236491282828,-0.3447790989264449,-2.161947255476384,0.6103192703896114,-0.05490566621752079,-0.1915785573781615,0.22334070402517883,-2.245014383450248,0.9442660767494893,-0.5056772263131802,-1.7305396108240607,-0.6016342209762295,-3.14474586301315,0.45064883477840584,0.6626695926089012,-0.03960089043607575,0.6570067662051792,0.16341289041159512,0.8175765869768906,-1.4952420340336021,-0.6922910970301591,-0.23024002569977864,0.25309725333607686,-0.21147438559563694,-0.9380196992614509,0.8428980420039484,0.2044602982191602,-2.626301844492114,-1.7233575997440724,0.25811236948874616,0.19436995482697741,-0.6363109105138794,0.6771038519679519,-0.5169923338806544,-1.9897480486620427,-1.2513420835057016,-0.39047455073496323,0.8073897353521142,-1.4720140136668516,0.9526598134756049,-0.41516695813946763,0.1658643821308152,0.3333421338884351,-0.6081961902520676,-0.2769529188686371,0.6516760566446554,-1.6646043423782086,-1.1903145446762238,0.9741351688570654],[1.0566073668184464,-0.09616369954971427,-0.9950986065885506,-0.5735456423381551,-0.6693946403327349,-0.45466069455916475,-0.2743792957717118,-0.5090591975872938,0.088031080457928,-0.4315151334939767,-0.40980934126430907,0.015287095983078846,0.6597868649898483,-0.21090484569580753,-0.6734918454667495,0.640188126870796,0.6861107711180849,0.5083122213863779,-0.2206460279727384,0.8439034288447737,0.49143880811787993,-0.7459114242839207,0.9460971664914475,-1.1332990454801777,-0.4573299807659549,0.33845087414075764,0.8130380977218665,1.3460885772341418,0.7556601993260237,-1.3932494649081253,0.20483654333340873,1.6802280186598806,-0.7538935033683518,-0.4977388724570252,0.7068982814322806,-0.4667120852059508,-0.15228600926758415,0.32520238594134027,-0.7925280248169208,0.5406218425905868,-0.0596480637807369,-1.089699912694125,-0.39926885402764906,-0.4763011254313228,0.6083802269180387,0.5506353969429942,-0.35594653112452385,0.480251059767499,0.6800205543408894,-0.8057599526565621],[-2.094606884718116,0.005441003497795992,1.0018079863423028,-0.33448960480234113,-2.665883260878767,-1.2061197195913014,0.5662702099270478,0.8737004606217603,-0.35699883170265373,-0.363010986718617,0.17936354765195478,-1.1984245312296564,0.1602930425319561,0.333765445265685,-0.7338943941396623,0.22374212392913853,0.8799534467465222,-0.5615840739812334,0.15752492442140498,-0.47458829614486236,0.04632219952173157,-3.8215029569079615,-0.09486464120243948,-0.1773137480776141,-0.055988029580484634,0.6485302581410299,-0.19164083436028417,-5.718288516737814,0.2240013431705803,-2.4343683807852132,-0.6298795074294228,-4.2670331207869845,-1.8440053554203817,-1.687385823135963,-0.18894741279739966,-4.961344895311451,-4.00085531719671,-2.2606077544247833,0.12480396520688111,-0.6340198591370623,-0.7377063494199136,-0.4628431532623393,-0.6202507119105747,-3.646296713101808,0.9799471174033827,-1.5254703009742863,-0.83987477186852,-4.645914813227549,0.0033454050669177726,0.17891825851145035],[0.11847514516494034,-0.9191419284184482,-0.08953140546445444,-0.6584816354013681,-0.9619800199931988,-0.9100966081728195,0.7645319367971161,1.0178534977008329,-0.5667759202752526,0.3446838022400899,0.2297819032148778,0.372662840307426,0.8859086833361742,-0.15585301677880317,-0.8084504201614546,0.27290784310335797,0.09047888447268526,0.8263808022937581,-0.3804489081367339,0.40441821388781046,-0.07180494942764194,-1.238979119376271,0.4283399045723289,1.0162840917048646,-0.15742252779939878,-0.12306539755594861,0.7495415799004502,-1.082426965752442,0.36672232355996925,0.12248917471920187,-0.6453332622227098,-0.8472610809551241,0.6109308557599925,-0.7995429284764065,0.0388582077591637,-1.2598625279580733,-0.3851710134860157,0.3025369585822471,-0.708197060625157,0.31851722219627954,1.3283938406979534,1.2048089582487294,0.6994523935147853,0.188558951472184,-0.7817160825237494,0.12441573106655791,-0.2062934169930483,-1.6547002918014964,-0.5840841856507176,0.8499784516824902],[-1.1260580631350752,0.23968511666798975,0.9725304566138118,0.43688918467481125,-0.024661371214165482,-0.5593022708927461,-0.565321472422987,0.6042879692459268,0.48620857502883963,-0.6317880279494563,-0.4066603428844922,0.5175289921348,0.8623377733287437,0.2520297222569064,0.7458230110423271,0.42776204628790165,0.5474532488776629,-0.8385769866099446,-0.10985648310252694,-0.9965759902203523,-0.05726487331129384,0.20415227248805007,-0.9238653261518868,0.6863318954519505,0.909600544778746,-0.6821853685661005,-0.29576854234808087,-0.3005343523031521,0.03343835192532836,-0.8165102225866206,0.7027900119526402,-1.6787010078954203,0.9188305528138405,0.41233853985547236,0.473536546630315,-2.4370325542783595,-2.2774710738219337,-1.845187862951197,-0.6764912972771128,-0.13778284109869093,0.8543147417187319,0.3486213152786636,-0.027663619667479766,0.11577274213931399,0.7716023954835562,-0.6353930940937496,-1.0206966292049588,-2.247108336205915,-0.3894182151937935,-0.3580220077453432],[-1.1722851313115272,0.42650533241264804,-0.0034970339564163577,1.0481571583353506,0.3066406722362066,0.9807755457805861,-0.12320445296269875,-1.376901088257088,0.7608297964353276,0.6831308424436099,-0.8349155455835431,-0.39042753136566083,0.5784789047563568,-0.719366806810582,0.011214970810082573,-0.3524782485103168,-0.38229438176698527,0.5522712981003018,-1.5962293356061734,-1.803070813128848,-0.4973199214640674,-0.35320800539076597,0.4198074304028621,0.4066600363245245,-1.2225644018319446,-1.2563928573458094,-1.767928680090099,-0.3428584281248221,0.015190040493852822,-0.15383689882728105,-0.3602792888002667,1.0079706996204876,-2.066483935219396,0.8926469373745908,-0.6252349655509545,-3.2090823328898637,0.7843304698930051,0.23832152174664192,0.5415412422642962,-0.38470508093595684,-1.3052898665756616,0.020992707401052194,-0.4702718355257801,-0.1736638223451435,-0.8468000837139465,0.9100679857725265,-1.9203850159572418,0.6342652468671219,-0.08154061729338169,-0.661438509504052],[-0.01598748174557923,-1.4592513669547522,0.76175742482867,-0.5655468460879517,0.26594438794328834,-0.28654639527320386,-1.5370718254669027,-0.826825821576583,0.06050855347992511,0.12847230871396892,0.6399114805718578,-0.22837752334847203,-0.07484633612418928,0.3208706976472797,0.7227889568939084,0.34003128853096587,1.2141190213425406,-0.42009788390812935,1.2589736606336852,-0.26840887601000246,0.6970461815882898,0.019845489897749247,0.5300168098459389,-0.8467646940337779,0.536235704188162,0.6882486938304206,-0.5960947928692233,1.3718659494823497,-0.13988403472157987,-1.1553282743192586,0.8876831620822648,0.32215240464266326,1.5697284510081244,0.18450068404378092,-0.6374010298490062,1.5189987618802059,-0.5511941453467578,-0.985822371451279,1.826635580306689,1.8591063510136907,-1.6771802083629888,0.7983468985010451,-0.43376120446653504,0.07885068121942439,0.8029436119784131,0.8844723108938161,-2.0177647595922608,-0.8845756277591815,-0.5353038435588424,-1.7245385245752083],[-0.5013197278690228,-0.8523154770344393,-0.4164839175730595,-0.5509700571659523,-0.5220360534107703,-0.22532497476793278,0.6406155872227273,0.07895532906514269,0.6651625774899814,-0.7499548068798114,-0.6437105527697635,-0.6600764229324997,0.31094834675479716,0.9938565320160764,-0.6975692796848126,0.10482942373224999,0.37852192171614873,0.10333164870970622,-0.12264717435080358,0.5288301797292865,-0.10225487266453873,0.2732574138314387,-0.7344940814621984,0.730403650373912,0.6062586966165205,-0.01989350003031667,0.5721311995360355,-0.6774082933271444,-0.6886253379492481,0.5312477787456982,-0.9518171494835442,0.20682166563468957,0.3873957327529881,0.4491097847651502,0.795598104443617,0.2386721632962291,-0.15948511577770152,-0.49201380970147757,1.0182457437391197,0.5281984261896083,-0.23108565232821504,0.4830244062299581,0.1353164194881085,0.8961607391704351,0.04054650933487661,0.09441509658533814,0.6130561297835436,0.5243278876612723,-0.41960185008880213,0.8101876566573029],[0.42584669670685077,0.1546428185477501,-0.290909178437672,0.8262514637585977,-0.2803408141690886,0.24187195587153645,-0.8493599833008167,-2.0910305718370537,-0.23389544702674178,-1.36225759200575,0.7970620322986264,0.2970857930064233,-0.23770506963207544,0.29219728002496,-0.9023860666191286,0.7499597188200707,0.9663006794484374,-0.8588846071608996,0.8376652995139288,-0.8697228912258854,-0.32166818343489856,-0.04037434019267297,0.7223071792933811,-0.34914861125532454,-0.29501731881031085,0.06144654463284581,0.4387919260006819,1.0846281488156873,0.6872379508898194,-0.9093729113204874,0.9583489234569718,0.3426699998552219,0.5937113054285664,-0.04075633801188662,0.16988112168688294,0.6186416053018227,-0.2460633248116095,0.4225629476518318,0.573808852561383,-0.42482831643973235,-1.0939867744633718,-0.29672337368426854,0.01829287135274461,-0.17028882907936171,-0.05700152216490654,0.5847080567031997,0.4113090754813485,0.5079483392914342,0.4392228942797166,-0.6509098457658911],[-0.3858602613418072,0.286471693558575,0.14279912023967473,-0.5286322308816988,0.5826126990053272,0.7072374927921184,-0.09750416251917493,-1.2007293439382434,-0.5794770313463309,-0.47408658820350785,-0.21596935377556672,-2.448722926465248,-0.12737294083106554,-1.7351588284246968,-0.4436717653451751,0.19706111115460861,-0.11965681288820289,-0.03971554705511201,-1.0266794629261922,-0.13273821100871858,-0.02195740440563081,0.7817215181471796,-0.24730263358847632,0.5200968049369057,0.33652968765210206,-0.5330139943106049,0.8688043972851818,0.7799107370083072,-0.5503876932890778,-0.8801924499405734,0.8774551890651123,-1.5432189036041728,0.12545209187101605,-0.8894755722001403,0.3235580001680557,-2.324894011456136,-1.866770388801314,-0.2974706302703658,-2.3938426690708496,-0.8769358563733075,0.7933116378436754,-0.16934087450645474,0.6356409573089677,-0.36652864513018596,0.44529025655766846,0.13651121603949204,-1.825624962444607,-0.5230202773213257,0.40606411733927555,0.1881634503326654],[-0.7340215214937807,-0.03765830399174727,0.8857744943500238,0.2173170216132545,-4.373541333874896,0.9821558259796671,-1.7965005008446193,-2.1132804883065757,-0.2790473086497885,-0.9285681611678192,-0.7997097499009915,-4.480526839807348,0.6722412667408507,-0.37480121268609645,0.7049189169736302,0.33919244053901354,-1.626198439360926,1.08636774789344,0.5899226950493068,0.8997165103272484,0.5665459808364565,-1.5455342526019877,0.6657916102908786,-1.2296776113413068,0.8642236939846679,-1.041075852532279,1.0442607503252386,-1.4049738564688856,-1.8267525417390178,-1.4573431452925205,0.6929123382274254,-0.26628748027341265,-3.4846844658514335,-0.32629291030622576,-2.0140523889819133,-0.22964651218028892,0.7146962200287358,1.1243485359378673,0.7463508670428439,1.070080745619673,1.1755393757851869,-1.5398616465692647,-3.405035462698164,0.6467437967722722,-1.8428578762987333,0.658819634136148,-2.7618495889511023,0.6557017389204004,-0.7482673258064841,0.06015197232753405],[-0.5162442773258209,-1.6659834910199542,-0.9626881060528296,-0.622306785967587,-1.4326419362457867,0.8083505544651212,-1.1307792836717327,0.7476795472590726,0.11833366906558604,-0.38482539548181777,0.08782107519656959,0.7364127503504381,-1.6022676765179737,-0.4763297441411414,1.14763556391279,-0.43503181402484586,-1.6920698852804967,0.6377791875594241,0.6658637310533362,-1.3702781787972977,0.20004297922433187,0.17756346864411401,-0.4440345191111938,-0.058074876970775124,-0.31883442214575647,-0.08314364397116858,-1.0716259342283614,0.43956389879042396,-0.47340420937944644,-1.2795741956315945,-0.2525215219562832,-0.2043775052661127,-0.47150110266032996,-1.6722897410121347,0.8031025815725783,0.1750217884477553,-0.8162016197811438,-0.11088586952382698,0.2651418379115095,-0.6140483238532999,0.12644093639591694,0.2638516977719795,-0.4218117261722321,0.15039764320728416,0.5465700593497534,0.1850610900421286,0.9120152161018302,-0.05950835949115151,-0.3227920684230842,-0.19031712078058338],[-0.28475478797171083,-0.036297520081149275,-0.44368980405255287,-0.6781720183903824,-0.3870305801770303,-0.2976569872440832,0.3544648413214153,-0.44453057672450225,-1.4218482634008134,0.018695572910714008,-0.16178236278387664,-0.13714733748868316,-0.544125969466602,0.88474768160056,-0.7191035428678838,-0.17629612460859617,-0.2741094581442605,0.7995650303293909,0.4053853667410308,-0.8024642546042685,-0.8954799282126196,0.47473014044226786,0.8140480807122132,0.051988235487533785,-1.151396571115256,1.0423584257906453,-0.5714252275112316,-0.0167236054441805,0.20086028454456906,-1.3275529928852103,-0.6366645412442604,-0.4876517354644339,0.3058626094585278,-0.8123999933986221,0.2462238768563224,0.48891231020824694,-0.9268479517670748,0.8119050473706853,0.5289550282557387,0.9472779193053068,-0.6145158373610102,-0.031058206721768296,0.06935094680853407,0.8442896893442369,-1.6001385014208755,-1.0887537194244092,0.5111049322647779,-0.35902791803179196,0.5544751154317662,0.11785510076270926],[-2.4591256072034975,0.16677787898763938,0.786270898927882,0.8222701843799861,-0.594046037184813,0.41806860214293645,-0.033747876102572606,0.7084276953267673,1.351692138829457,0.15235391578054291,-0.7581202996601571,-0.25586557138423927,-3.184501727986685,0.8902018599405678,0.9409843721778617,-0.7477237759009469,0.1465755115191908,-0.316753080655877,0.44366149413765776,0.7023428249462981,-0.5946665524325244,-1.6009010897491385,1.2686330441875093,0.8036081990517606,-1.7678960085794717,0.49621741283786674,0.9738606757605492,-0.02300643164928676,-0.41127924167236724,-0.48731183998461125,-1.6403579447879035,-2.462927259027745,0.4341178520458419,0.370315348746279,-2.030077353212931,-2.5884629391505025,0.5335983624637105,-0.33142512382751627,-0.26278224133610706,-0.09991014131031033,-0.3357445954156562,0.7933101973476622,-1.0718511644403927,0.9923454828966667,0.03715033089602415,0.1963850696213988,-1.7580098665616717,0.7422700135029477,-1.230718388206075,-0.16034517999334244],[0.4664737468971275,0.25334732020544937,0.07942074583352063,-0.15380788743037002,-1.26048621588256,0.2783081491050264,-0.13687385175277436,0.47546430444572335,-0.03234612708386675,-1.011485731399058,0.17793266697167942,-1.1284425167320122,0.6808938161017133,0.7735311492377821,0.7138656633667897,-0.7365100188199157,0.8979321002361819,-0.8343016711885364,-0.9624248072024713,-0.13151150054193114,-0.061173013734974004,-1.191904257533854,0.016015539309232756,-1.3356600121073268,-1.2763944530024016,-0.218479884592688,0.24563175403479084,1.0532209027655222,0.8845291182626398,-1.533160390320814,0.3392220317401425,-0.7704442098503875,1.1330438011631707,-0.223264372799947,-0.18279595423994033,0.5168060473875663,-1.5259457479138114,0.832047011810806,-1.6420792031475058,0.5246695664807445,0.5827391742629517,0.34288255224245057,-0.11437614157238174,0.342199241358974,-0.5305841386597394,-0.28822438120783417,-0.023393196017379967,-0.05619607701664121,0.8323741051316621,-0.4229295493338938],[0.2547861305190792,-0.4230973287206558,0.6130198066171959,-2.6892530013382374,-0.8315548475425174,1.326624986728318,0.39320876962238904,-0.27081594804854425,-1.094427583902775,-0.4615509186491481,-1.2452721495255645,-0.8008008164745034,0.33089894186132424,0.6475297384467962,0.2910878597113704,0.6649094562612429,0.9707298775782063,-0.18123720971644722,-0.5199190853263208,0.8545232406285214,0.5423197086667764,1.2334586424583769,-1.193020422397925,-0.6723530768707747,0.42335470393444563,-0.11554362386288375,-0.26085177410471294,-2.4614080372448717,-0.7642547094631715,-2.6037144586457206,-2.238416770850248,-0.35424805527915254,-3.0859139398656956,0.827411513033274,0.44967777381734425,0.5600026111899675,2.5028764877000764,1.70968936362944,0.9634909365657072,-2.078248562855374,-3.398609718849153,-1.4796710960476922,-0.4816923246455648,-2.139062685148916,0.9546390856629916,1.0657816433485137,0.9464547460811138,0.5508724393158622,-0.05133114504981817,0.9387927885991928],[-0.6550473895417323,-0.9544387302170175,0.7661556939640193,-0.22481259216239474,0.002332854518828439,-0.240581716710522,-0.10634955018092769,-0.4993819183446604,-2.4109073617587344,0.7734969634437687,-0.08792658697388711,-2.3747383397657917,0.002588269355552424,-2.469687084228587,-0.02569570770992187,0.761239001446173,1.0097776455508387,-0.5237753879678856,-0.07117064156410384,-0.5739680765862494,-1.6572347785553896,0.8038292898421385,-0.1975164261867942,-0.05808061974596333,-0.6066098660826039,-0.5463460717872255,-0.30436397795410636,0.19191961986993633,-1.4269626552213095,-1.9760297022972746,0.3296255749226325,-0.7072928407383114,-0.24671770803000653,0.7916670756438717,0.23080026636641574,-1.6693763310961829,-1.0838560541723383,0.30881463053554625,0.44068395045349246,-1.456243048601005,0.11573592975794257,0.09678210212298378,-0.37001520978330243,0.9533846580999992,-0.5235117703810712,-0.012404474874872305,0.033640881285836206,-2.0919252063903273,0.5835705149724726,0.2176880932526698],[-0.3561440233073409,-0.08757401658218196,0.04767024245227943,0.22887944299874202,0.35992950200150403,0.19565343297220256,0.01124264658756936,-0.5395725363695181,-0.11315171830038671,0.8913377438461677,-0.1776848731041303,-0.620592527342656,-0.7422627010820784,1.2068561218936886,0.6717597878512082,0.1662552437533822,-0.07686869404710894,1.0068618383806753,-0.4925981478671453,0.042855820800627636,-0.12351592360640319,0.028946279435241418,0.5865479437045202,0.5347518001780296,-0.18040162912787594,-0.25055507342667094,-0.4827321959382221,0.2707924955934009,0.5965626712150687,0.03496894582728838,0.8050152667724101,-0.6492603212571603,-0.8778531781230506,0.2430152572681342,0.4753023287780413,1.1651186465812244,-0.13505105865555336,0.4035597410145882,-0.36850828368540195,0.23225087163215205,1.0316633079983064,0.9020565345616337,-0.4523605670560214,-0.3035520747595413,-0.8095549292966212,0.32747705266408766,-0.3619159605974249,0.2686522840847473,0.30646205907069585,0.22139626576330068],[0.8891163654885423,1.063083628775062,1.4739747628448499,0.22373236743895072,-1.0478281638829945,0.2353803646492764,0.008910238829743962,-0.7134251476462815,1.2330937228151144,1.1613081118391957,-0.5902822162930014,-0.06733430879942742,-0.2756413713501214,0.5438503304377653,-0.5615264212392075,0.7695214685680439,-0.37970668454694806,0.5397506831780896,-0.582802840938232,0.4699411297521387,0.2967824654303326,0.2232693399294627,1.0108695761079973,0.7984951571043908,0.706371667007021,-0.010630730806019796,-0.7382614577837591,-0.2495541829604634,0.670589582846388,0.5704007876997901,-0.6278098415822914,-0.49160964779880106,-0.12054951285788727,0.22229511786243983,0.7252889627020584,0.3552559035195397,-0.3826430211887352,0.5277864942013302,-0.1696799868986337,-0.5151556863064336,-0.4689996955523831,1.0739682344057664,0.3372358311207795,0.17710723498512057,0.7176851984525221,0.4686493763272338,0.03469331672040725,0.8089641250443762,-0.4590397193099846,0.9884371956578114],[-0.10405048572735522,-1.7548634315163592,0.794034893141187,-0.0314343263612364,-1.0156188720720603,0.8385451757367428,0.5618191803970846,-0.04616508192295851,-0.3852318299777017,0.829270867203339,-0.05339672383346465,0.918903696906867,-1.364446247663617,0.18298410263854253,-0.18987858092480175,-1.3962808399173874,-1.6162292239903024,-1.3280299251392413,0.40761150501390075,0.4036181960131496,0.33761708309586547,0.5933637017792075,0.9001604043664212,-0.3797838288124365,-1.0989937408920538,-0.693939407315624,0.7310277627292153,0.6011281266452995,-0.8461451390988316,0.46219647996813124,0.10304240681527252,-0.4488363229161845,0.30306678540819365,-0.4608432943542841,0.3346142261477747,-1.3878655859491582,-0.10387339754654794,-1.0156502573851105,0.4214913658598304,0.25822410191289336,-1.6055051415217656,-0.9293119842478561,0.7979293022891509,0.5869947179957439,0.8921449198776682,-0.5783454845515215,-0.5061561578863549,-0.0922932137973421,-0.268557162354666,-0.04129774201404471],[0.5610679754868543,-0.38504761765491,0.3895888505415076,0.17338363948663968,0.4761218012959618,-1.6845020274836595,0.5771723323611367,-0.6709881394433062,-0.2821633861732999,-0.18727194542494516,0.3755203042570431,0.3305512447945274,-1.8214575390126582,0.08524065221515448,0.848925171144755,0.16350925418929987,-2.192151518288953,-1.5909893443126506,0.34120790103009446,0.127614471380225,-1.264916888425457,0.034264571879340774,0.9373798234701003,0.8433926932121238,0.1285021334837963,0.692600968075826,0.3261263367892912,0.5694855108493053,-0.5611511983515646,-0.28852559441841813,0.382534494104806,0.33823938402988374,0.8387355342700125,-1.6229840746321496,-0.15085164564092984,-0.7402571352207699,0.31715775360025766,-0.5270087250634248,-0.0646996819441121,0.4517554902798083,0.6705452262908037,-0.014576878450133009,0.12722751866865478,0.9411169588439543,0.4187798131914719,-1.5955435139898504,0.03582876117105407,0.2180543023658769,0.2862187331736362,0.4690093499666387],[-2.037658320219428,0.23298899073548776,0.9974266857499691,0.4276707284271496,-1.1386104873981506,0.8785663349137971,-0.7784049856135616,0.791884846334098,0.6592175666550861,-0.24964123829069668,-2.2258413907192973,0.2420967320962382,1.1831179086432482,0.25681661159621055,0.10223357593300038,0.4789369901848842,-0.2990185340399451,-0.1225949797194516,-2.5171470249887267,-0.24752714368213252,-0.6748813161568187,0.38904751175729246,-0.3050365731223784,-2.166438125909567,0.6790022927312127,-0.8092767745255363,-0.3191153394971508,-0.021202640659881415,-0.6665115239322544,0.6492867441146682,-3.542428927959678,0.9272993445496528,-0.21140540336930722,0.3013258403507557,-1.6060317965684034,-0.9398196566571623,0.45965981022815333,0.3687847602612826,-3.765363374954998,-0.26957710320351086,-0.3528289160949028,-2.839367600087248,0.5255669235980178,-2.1463460439855315,-0.011231127154434202,-1.390049394833313,-1.562118513385821,-1.7047704119258882,0.84050932760512,-2.2796661969555947],[0.6136575963384208,0.04255974692178466,-0.672535035728515,-0.02813135809429576,0.22674551774176965,-0.660690647529251,0.1150753582310395,0.9142759966934633,-0.640476267516735,-0.6994112974427454,-0.260961434172666,-0.46443087598152893,-2.0833403449586565,-0.22299095500421262,0.47244864959459676,0.06462488111790848,1.0847869455634573,-0.6766313050991408,0.1704527269106244,-1.343336957295152,-1.136662695346706,0.512249992260173,0.9645188816259953,0.3777844211364741,-0.5333436011950493,0.038302138904750385,-0.13280478355663758,-0.0038816362783755435,0.5965334869133365,-0.30739215871697934,-0.5352242034476997,-0.13826726442942783,-0.5770643611188868,-1.249949787597823,0.28949851448677005,-0.265890794121615,-0.6975743164572884,-0.07240029216071975,0.6667018949406015,-0.671922300812895,0.3833970930893615,-0.40449851016820354,0.8805875185441029,-1.0807567589819354,-0.25878137231481435,0.12743424580967075,-0.3518621789655005,-0.6220901155229253,-0.4099188298097057,-0.2117344718317204],[-0.6457996855506537,0.554870977076509,-1.137365222697802,0.15630632488722662,1.227072021046733,-0.4981195778734341,-0.37636656466958474,0.12177673394467123,-1.123440438754476,-0.06061911682781417,0.898397215394275,0.5813629339391387,0.143014570163537,0.8214908699945045,0.745255654264944,0.021325558211510106,0.2256726660223665,0.16506886974142002,-0.6394116872991464,-0.5077616166869782,0.3224878065180152,0.6410042720869785,-0.9893136555779515,0.15013970692347403,0.940736869803213,-0.6896621098476353,-0.22506792715930857,1.03354917732024,-1.1089600513402502,1.0159629049799428,-0.14344902747039426,-0.11378333578982117,-0.9645628161360497,-0.9744276955429244,-0.5563084848769098,-1.6505054005632696,0.5953466733231375,0.48827738645955987,-0.2236327160288888,0.26468064454622303,-0.8409830541638065,-1.2164027960294372,-1.0565810192918017,-0.18025425378873244,1.0718226040392829,0.5566021680148886,1.0248366913831817,-0.24640055077368486,-1.2646400188020754,0.2719142378302012],[0.23391091505098388,0.38948177687099905,-0.676141589005341,-0.1959737449432458,-1.141723054680441,-0.27905632473033454,0.5179886204218341,-2.7384422530220562,0.8046654960006949,-1.6616861257668927,0.8547859143897937,-0.17657556938069874,0.10594848043264277,0.46447166239366056,-2.2885389672449583,0.015406801206009669,0.8956592690871794,-0.6652719428714894,-0.8910604147459761,-0.3961264080212777,-0.26488369785313126,-0.6816356057631806,-0.37837935768527636,0.1832711583775111,0.8949868102102887,0.6880029520309987,0.5259677827792976,-1.6943460916509003,0.06702042794217324,0.34409310318806124,0.19843026985810527,-0.049066701695905116,0.006747273491874564,-0.07608018255289951,-0.048890700023894396,0.9683532847568864,0.5243817446658334,-0.3412997867785726,-1.115357432355307,0.6548458868925615,-0.6831113833239085,-0.4395347561131595,-0.1287823594012301,-1.5213429027552594,0.4323309817401013,-0.09574823956046168,-0.46297009340281736,0.3863323714339514,0.7370904704967107,-0.2219948851515251],[0.06095398026057795,-1.5759367290063775,0.6829037763681048,-0.6748704811052073,-2.031079365907123,-1.362332999052812,-2.0961784529596343,0.3715937356918034,-0.6678411599311801,0.27879061999867905,0.8110910821519405,-0.2206667207621963,-0.6613160858506345,-0.4508629486230101,0.5838998338436726,0.5226143392532971,-0.9511654316851728,-0.3997458757673066,0.2986323261770638,-0.5034305867279686,-0.665103604617271,-0.8440395459239178,-1.4437817790207639,-1.6456545911880163,0.3369079639938804,-1.7946201405976936,-0.8473033556642883,-1.622906104034431,-0.6478905891518848,-0.14154669028530525,0.8230013528696217,0.5666564405479019,0.42398793067248824,-0.34089490879331197,-0.6751842788021283,0.7469598772471138,-0.26842294679652456,-0.031111877085827796,0.10413900071673486,0.31558898097012456,0.8022888983559207,0.6928502713434534,0.7908949830221,0.9502639041575853,0.22027729186129166,-0.2159133533076426,0.8994724150677038,-0.5591911216539077,-0.7283162072822028,0.8647044336273659],[-0.3237120669134923,-0.1858052141626692,-0.883499915379156,1.558984276203049,-0.988635109716286,-0.46932530320929694,1.2423730588413018,-1.0942924767716324,-1.5263767058819773,0.16272438679521048,-0.06480525132136561,0.8537327541910424,0.1313383746274964,0.21023302020097706,-0.37912637306068947,-1.990671815476771,-1.4763951429092859,-0.4095238095783847,-1.5428872397579905,-0.7682872903324177,0.4609384622636713,-1.0539621275975413,0.6656036067926074,0.3558742782993574,-0.6096291955934718,-0.7599482070165644,1.0907173640487313,-0.45476009605548595,0.43971261408504847,0.6636431094365015,-0.704678267198147,0.831174714760038,0.7149665229781127,1.4279666873484447,0.2948083490185494,-0.806673386009565,0.4634726031010381,-0.11592147296973243,0.4071320790018027,1.0784307597591185,-0.5118753164573072,0.041220356377127815,-1.8545036766465575,0.6949567476438742,-0.36996565149650495,0.6165627700177613,1.410509947684898,0.2517066911828043,0.5232361783568779,0.8303203484604511],[-1.0836613763685856,-0.0697965489281641,-1.3459425971419041,0.6070156049650755,1.377472034968623,-0.40656267555399467,1.2751419660345904,-1.229237801176428,0.21356445285563955,0.5537713239301483,-0.5072799781230531,0.6401705850992571,1.5713245664388316,-0.7761874690135896,0.3777369263384,0.9510577644088068,0.7915740985064843,0.7256484003220138,1.273364586972685,0.509268296752684,-1.5298349238950537,0.1158375246582471,0.9734102829164295,1.7215778902508325,1.1545516567540142,-0.15198366084293463,0.06750109006322755,0.5600427486953754,-0.46107972532821806,1.0837023991352988,-0.4895250811473999,1.466586941005769,-0.7834543993458318,-0.43347859993319804,1.6766404846259195,-1.8515556783795681,0.13130984653853478,1.2291119223442586,-0.3963339484335123,0.37636460819513673,-1.7720942289288535,-0.2784299652663819,-0.6954426576913469,-0.3640593288879836,0.5878050807972498,0.8865924819819841,0.7147497546834286,-0.37426328296064193,0.35877995093843185,0.386460669166577],[1.020755369057247,0.7092338390722162,-0.6448374349882515,-2.0778989445752134,0.8088109800736679,-0.30518158557933067,-0.3676940342023242,1.4131974074540004,0.368877224163247,-1.800498397872672,-0.6579490289675315,-0.20336017842460632,-0.4742149798368101,0.8858460531797033,0.3127201542172334,-0.15383999696086323,-0.6336291409992186,0.36429598260657453,-0.9111588356469674,-0.6593719665746816,-0.859899446158756,0.3473019486510441,0.02801637140026528,-2.0026663910909286,1.6838393972207915,1.3721801854048084,-2.185798626312675,-1.4871620561075394,1.0272631494355706,-0.44504639931727347,0.669116136170552,-0.1468606868206564,0.461653854611141,-1.3096587968309898,0.9431075777954399,-0.08700945759902383,0.8272131877667838,0.5396427916105733,-1.5519105344246165,-2.854285304329283,-0.044417030124927134,-0.04202025180467483,1.686858555850942,-0.21017501557762022,-2.4399976233333045,0.41905087883076775,-1.3321590148746851,1.0007869315419236,-0.5962020594653762,0.5487795798508748],[0.04580708343126214,0.7161999924133173,-1.2461376085356366,-0.26345593246556076,-0.7880771606634162,-0.7408430499104806,0.4880874903857743,-0.044004701124211294,0.7024732402411106,-0.8462050527983113,-1.1737548888314129,-0.6150232051138745,0.8740106340937641,-0.5304375087236598,-1.5302723989767157,-1.5878435628482397,-0.0020092798629059816,-0.981007706086458,-0.6943335783169693,-0.4595372850930241,-0.16013890966378233,-1.7091871909131093,-0.974406711330747,-0.7407507076391066,0.035814153213803955,0.6480064614501201,-0.39764200086266566,0.7584879063174412,-0.8213911336320887,0.4443294873366138,0.933287455615347,-2.596395041305081,0.6494668753798041,-0.3868640694829504,-0.4413566891709483,-0.7328107623746186,-0.9529802875231072,-0.5060013089302718,-0.5983869277639394,0.9430576405293605,0.5461014788448824,0.7494429093754018,0.04975139943696776,-1.494996264881716,-2.3759409554438498,0.29395500414384884,-1.429691533640606,0.2558460723429652,-0.7910663753820877,-0.8255212249077785],[0.29424790762652875,0.6998649592358758,-1.2978564296723176,0.9632839446859769,-0.8692590594817112,0.12208287823086007,-0.6667877197126114,-1.2310367229564476,0.6301595057260945,0.32435165304130925,0.7621700083063888,-0.06755608260401415,-0.2922384009186043,0.39820180016865053,0.0656733604780588,0.2586687430866642,0.8379221548072854,0.7719952717512213,-0.9155352613745357,0.048606692219046524,-1.1680319809085526,0.7635488104967431,-0.8746364918976524,0.7318811941795168,-0.9327194930471913,-1.978637401225121,0.8845137859708774,-0.12859234871512706,0.5422818374348255,1.0448296307951819,-0.01198980577408009,-0.13425394124609832,0.4860555515057984,-1.3988385299025476,0.43221908161306466,-2.2260808693172454,0.5412725112268323,-0.4669098237361898,-0.5104037546237179,0.35659104833500205,-1.0152003536166052,-0.331914685723503,0.24888745086748001,-0.435375382973823,0.7482172336143593,-0.12793468182248044,-0.5280581245405673,0.6750697346217731,-1.200051693544404,-0.8333734519839762],[0.012286700874935443,-0.2842596622217223,-0.42007439572094585,-0.6551377990435355,0.2023981450489473,0.791353173631204,-1.1061349258897986,1.0570998963497535,-0.0030853353433977822,-0.2790783115302994,-0.6277696859722472,-1.8652726605911754,0.7390795477303967,0.32374698535926993,0.2006096492576472,-1.5399541494755433,0.7739745050841916,0.932295386973568,-0.2990357557748361,-0.2246461849527832,-0.49687342539045215,0.9633989474322616,-2.6739943749814765,0.4704757389033349,-0.09312795330709503,0.24788678093969452,-0.0801554814842574,-1.6093735475934605,-0.6458929830635451,-0.6262151000911965,-0.6856560504785529,-0.6933122972553393,-1.8865586773157839,-2.2584954069343715,0.04066285485334518,0.2849654385324557,-0.14170069380070469,0.8054774164778649,-0.7241591249750123,0.5170622543153107,0.21802435917580576,-1.263262135497053,-0.26025839705076553,-0.8433652741233879,0.05110323931858864,-0.03397066824710237,0.7802740913233185,0.7753918593501343,-2.416816133776286,-1.5366027710897558],[0.1544683388292894,0.339212493502015,-2.072043757542427,-1.7229690384009808,-1.2393430312929785,-0.8311202146402903,0.005521641945536636,-0.18211263869267152,-0.07209344472995609,0.09473866497898908,-0.8617166056139692,-0.3432115673486543,0.42511149301339757,0.8144362652723056,-0.916304392249802,-0.9215388722759618,0.8981060423929313,-0.6987451244927824,0.036509699368665195,0.1372970515491519,-0.7499578008825089,-0.2198042967671845,0.484145536159075,-0.5523904036021131,-0.047079582801171034,0.5146635050953979,-0.419196256558121,-1.0879223291107216,-0.30562212576963527,0.19549711675297562,-0.632656071548996,-0.3699520919370373,-1.7041074929031985,0.78979197398023,-0.1870176912472999,0.8189379694990061,-0.07030583762026972,-0.765402677229454,0.44967555027357947,0.3412101506801032,0.9111862084465461,-0.34971766435334184,-0.5872751249111632,-0.6433420339248638,-0.2674772792922917,-0.45655438182789504,0.44178401717315113,1.0151351208179775,0.17507598331700802,-0.3035339445938518],[-1.6557770658561528,0.5806972815985812,0.6449132082934128,-0.3029692150540815,-1.5093184232358936,-0.7413040530394668,-1.7398945210259136,-0.05006804759272384,-0.3545755548100748,0.00915366429257899,0.29039397446868614,-0.1731554721698878,-2.7170533098481924,0.05732837609892011,-0.4600342348127527,-1.580047248680154,0.7205604526999407,-2.2342704373066637,0.3515890194914576,0.9452926888436444,-1.0135872792906009,-1.5742192463404787,0.6779898576513174,0.37945476413182605,-0.459268064816942,0.6214874614980753,0.7146730436894472,0.7783358109779048,0.33016836817905615,-1.3442046331401827,-1.9281573153085099,-3.2643247897460954,-1.3595906741916879,0.6600718708986352,-1.21073353283191,-1.585919523567902,0.4438669325494849,0.6904117374436597,-1.3193621343917212,0.46445024529205475,-1.7653372776050114,-0.36621817780167704,-1.480066971926558,0.8566250215755076,-1.6697715218896585,-0.1884432038513737,-0.5444780733642312,-0.19470116563457734,-1.4863957730708532,-0.22520176973096542],[-0.21466008213166,-0.8131534318252229,0.3997899548198362,0.9826775026169494,0.13051550297069256,0.5345461222401288,-0.28039975150361096,0.571372831969011,0.05485904646850786,-0.1591639596013554,-0.9288940527959973,-0.2782090637117919,-0.11128342750779416,0.9654161749956955,-0.5500135688039157,0.0031245672721275214,0.38616098339900223,0.13366915709455607,-0.4274721649082914,0.1514296050607484,-1.366254351209158,-1.5771150235962696,-0.7110267110796049,0.7124763239142484,0.9591670081468787,-1.3429050311270054,0.4010413864731045,-0.026597450678271142,0.7052487251067693,0.5884302557545998,-0.8318738353616641,-1.24687604258042,0.14189836355983512,-0.6719055627709822,-0.15384130673726618,0.41242499470535393,0.10402078965742753,0.41799191119170115,0.8239618150333403,0.11995360759291872,0.25477121401253333,0.4167154463880525,-0.5973975777466459,-0.0944735159243409,-0.12158730466833462,0.789275423378954,-0.3097273113381792,-1.0384654013354353,-0.5941796440928596,-0.9043490029904894],[0.5061378883349954,-0.48530473122374523,-1.2120724705256438,0.9722207640323034,-2.0173656122973282,-0.49717143666774405,2.0269344653748957,0.025007638974031826,0.7903965836585384,0.4912448562100914,-0.25661914440256145,-0.3013932506799969,-0.6522473463634946,0.5798506009478203,0.1991315731464698,-1.7472569058695557,-0.5490934413501218,0.9569713882805334,-2.206181154443676,0.3065554821273177,0.5547820780667416,-1.5311333766431543,-0.2887196344524664,-0.017826019361803735,-2.003119238841274,-0.36149747767776275,0.9034092875984133,-0.34366723980260544,-0.6873117199180879,-0.4653890783896991,-0.3088057069374458,0.7789385541125341,-0.9216904883845669,0.20927359778742458,0.1457434082249414,-2.5632578778602433,0.10260497629684383,-0.2821667691727074,0.383791662779334,0.7206368875877951,-1.2391167078373495,-0.9859929458379006,-1.8489653436554065,0.7468854274972179,-0.4386087795141813,-0.11174482713219135,1.4883780367853607,0.7159586236651777,-0.5345441870862337,0.9294281614133468],[0.3440987786302118,-0.3877533896709754,0.36556621589683835,0.20310925834497034,-0.33616085139122454,-1.5361438555764382,-0.1691531103704208,0.06355770935367885,0.043482220631408254,0.04613905196986895,1.3090984576626323,0.3072763549933544,-0.37177049727328443,-1.0673390220231556,0.2874007784786437,0.46928890489811403,1.0110758993544486,0.9719006204545941,-0.8319436368274858,0.743985413608131,0.8219234570326314,-1.0732410386427131,1.3004511502117135,0.0064058979860925225,0.43610792812940485,-0.6794911470158999,-2.240483109796561,-0.36910963965469695,-2.5415265225448107,-0.2881491407351402,-0.25743733662199797,0.4427835027546754,-0.651454174524158,0.4959736642259481,-1.645130458420965,0.6974456164608294,-1.1448713074095935,-1.0872003211405092,0.24625768394843972,0.6545628680606236,-0.5315474334935607,0.19217909189718071,-0.10425909733306375,0.563199993587397,0.09722288389894644,-0.39027872174341044,0.1473563823315153,-0.05341352984070793,-2.0786043137694397,-0.501450747094722],[-0.3240871472813483,0.7289408595094513,-1.3564810551738236,-0.10756346507689264,0.4157520013815696,-0.9932523738858584,0.6327086232970504,-0.3355890717337733,1.0322291104199228,-0.9748755523857225,-0.39001187423348693,-0.5734537474682974,-1.9181762537585545,0.026784548017747854,0.501961856730237,0.6502914038296378,0.6661247018856568,-0.007917561390508443,-1.3228770142287902,-0.5361387237745018,0.33863500700591614,-0.7499319099142294,-0.8558217808134223,0.6695945365693079,0.9134195611984042,0.602433767343108,0.7755252565607083,0.4655404345051489,-0.3089343781933398,0.46842501713785833,-0.3502968612487053,-1.4939824281848144,0.81636435157156,-0.004180154073456421,0.5715351214551019,0.1640276286720044,0.4345960897107083,-0.8499457004168525,-0.30181788987223335,0.028687779085556607,-0.0465438358075992,0.9639829979178632,-0.990313978819994,-1.289125461977258,1.213299773358897,-0.4632350453761256,-0.8354983441509309,-0.40237009150578595,-0.22864799484027146,0.9732835920695304],[0.4460964028767582,-1.190863941031009,-1.39848107893235,-2.2028602519198195,-0.21536780061675959,-0.5380576208674288,-0.3838140570028353,-0.14241412598207903,-0.537243482090618,0.14586395252946668,-0.8226332698304445,-1.0537168809831134,0.9534133100187118,-0.4874677885735363,-0.9108401397528731,-2.655043347773857,-0.31474289041399395,0.5120807977912891,-0.2068888897631409,0.5266365685575088,-0.32433500145905786,-0.334386756924956,0.43739265081078493,-0.03162505580604429,0.6416532876232823,-1.1657504755351105,-0.29769316290954756,-0.8057230602848068,-0.13900390057677953,1.098865464013861,0.3036184040033275,0.6927273779156334,-0.9866253312541379,-0.474914153544945,-1.0383485074337706,0.9890214619007842,-1.886394499407978,-0.20338437049520877,-1.1692973889929654,0.19936586943963108,-1.3555021929583912,-0.870782772051957,0.445786594066405,-0.26063821940155163,0.9483433374983052,-1.5217225883980101,1.0338053366640991,-0.9222114767807508,-1.335684804996964,0.5395666205873637],[0.37491433192905105,-1.0183484805514302,-1.3754002499600968,-1.0401634010109218,0.7152941514813482,0.42198412294002235,0.6005577473133883,0.31277418677575397,-0.9629543705054601,0.4430804203818778,-0.7532165433151001,0.35891276107719117,0.06659147997325086,0.3935754392969555,-0.5650054307101982,0.37895485130454026,-0.34837888527974453,-0.7372207829454739,0.9977520121398913,-0.43677677053686087,0.04294870264427734,0.447949226166528,0.9691870009236306,-0.3135778840134075,0.8935725552560202,0.4203177284332995,0.5201658880343626,0.2013808003022701,0.8571603376493226,-0.3192934032441981,0.22726634500854395,-1.5372199715869268,-0.8603432002078044,0.36386252762853394,0.6083732050469824,0.1413617777502822,0.4111070228341412,0.15009882940695288,0.15516038841250118,-0.4420242099648728,0.8916578291958698,-0.24456000867848257,0.9094646530755075,-0.5528408934821273,0.8712668854735531,-0.42410321349352054,-1.2805274226171626,-0.46723623638272516,-1.0726097135211854,-0.43119304210893356],[0.3767888568752394,0.46977307652203243,-0.5193317560151921,-1.016025155960374,-0.5537101432627797,-0.15827412781043246,0.10585356102517227,-0.6276128264180949,-1.9764576302766692,0.8369062979524446,1.0629895578346467,-1.9607352200812145,1.5202212220224236,-0.8213966313297362,-0.954410732500302,1.227369474174658,0.5397308118859667,1.2908866259306904,-1.079000633666815,0.997388866808313,-2.366220503212405,0.18852653978148973,0.40957355748970514,-1.7472055477462174,-0.7089352946396799,-2.139897114139997,0.3035277493231364,-0.15179405329698403,-1.2881702147529541,-1.1821595069836106,1.2401594400343332,0.09845025686494238,-0.4448314598766375,0.19064224256500745,0.028291437293601437,-5.164545699488831,-1.9817222843132432,0.239371583540987,1.1921526653218828,-0.33707931471800157,-2.14917429625624,-1.0133618544436174,0.7059044522191624,-0.19400074564578543,-1.3661284494284855,-0.9703842404563797,-0.10988922910551834,-1.8164292467906666,0.3226549605454405,0.9794339526277877],[-0.32778795475068606,-0.9343246112551472,0.6105109042276332,0.6340921768946297,0.31116073261561145,0.04699986243392446,0.9632475542152076,-0.9416257175164108,-0.7870476740573334,0.8758521402118747,0.4891932766075331,-0.586201562815203,-1.5520763308727372,0.7020280284537287,0.6793778453495174,-1.4545094428520136,-0.12331157511040493,-0.8937925457429703,-0.3001038595886796,-0.9509872515232762,-0.9645949665714577,-0.17815295001447315,-0.7733473559140668,-0.28315757999483254,-0.6436251484022821,0.5524521642758529,0.10116567960368904,-0.5549625912641807,-1.1585715409710233,0.497309600384096,0.5541323813378882,-0.6115460510858237,-0.641582825427773,-0.8514997188247821,-0.2085025244748752,-0.967225174639939,0.5216042006274096,0.4948472764473863,0.709387418426691,0.6577701136661012,-1.3146704072553634,-0.440530281410519,0.8344912171620729,0.9461588223141874,-0.08838777183491071,-0.9940115624263031,-0.029696743350130537,0.2650544353951384,0.01657925293036459,-0.10834376331932534],[-0.18099423207508533,-1.4807886067345717,-0.650831671632105,-0.8335756052939227,-0.7289403416877059,0.6809640794696744,-1.0594863678595454,-0.7808821552831623,0.04576172819726448,0.3035216998441123,1.0412433781858945,0.7779054486280117,-1.4247808576164065,0.14687906746868634,0.3129415407487746,0.4296910658015649,0.13243659052505316,-0.33791464093815815,1.6369153464877424,0.7622575377691121,0.30003859732999655,0.9496491313879816,0.6976171583764851,-1.5998811486096292,0.6100102441773937,-0.8765161385578099,-0.8038147524613009,1.2854194291469323,-1.1338080817772105,-0.4977204890930233,0.9488230372762219,-1.051553755755383,0.6944542632567812,0.21618637790103065,-0.9718101357903287,-0.49732565641681964,0.06621124668478183,-1.7691508975640868,0.6201733631119803,1.2558213521391461,-2.1218100226897447,0.874772642869643,-0.2732134753050404,0.502729051911,-0.376702962377074,-0.38102654046322,-1.3859867491508864,-1.173150520853601,-0.07189057579788795,-0.956839912222309],[-0.9901022219985134,-1.8134484411360217,-0.9947220268101004,0.058796548961235,0.8609463252218043,-0.3734279440166525,-0.47134062580090214,-0.2683008219166655,0.8023220634833348,-0.453031584601086,-0.12041988425052816,0.7467372312536499,0.28157893519101757,0.24118373252525854,0.8828919819206358,0.51469769181164,0.8337954945285285,-0.03468749129647989,0.5278968597172713,-0.6498167344879778,0.9940915294304022,0.5434750772209019,-0.25022247248804713,0.31623696686308156,0.9427803339443664,-0.2919068414496638,-0.6963695940594622,0.8334647679780858,-0.8200754058190282,0.6856328867174502,0.3640243211300237,0.7817293270861233,-0.1747438336905509,0.5099996603370779,-0.3388934367460604,-0.6440804072911974,-0.9647137233317087,0.8701383540459597,-0.28244668474411283,0.4063669066889883,0.7115528592666959,0.8399942942352359,0.0980535523074366,0.6495388564847283,0.03851568790418798,-0.8061023641303446,-0.5104606734411299,-0.7294157075213976,-1.4731603028263578,0.45370712965530663],[0.6422800220931657,-0.5833516043692799,-0.1811236035168378,0.3888721666513902,0.5284826641900833,0.07562817715815975,0.4048581660820777,0.6466186640248964,0.1109877692154941,-0.8798826072317343,0.7612793624720439,-1.1971256648585222,-0.902282079918159,0.0653447035145144,-0.49466376540681395,-0.5773306788454681,-0.04769561486378678,-0.4964683081794896,-0.8688403268931112,0.0911869350392512,-1.453935186482478,0.06722545673721751,-0.41166952296272397,0.8229323149639813,-0.46694132864550264,0.4740373850400648,1.4719324210378566,-0.12419079357890275,-0.6837514853256464,0.3178748119990314,0.6699153298852516,-0.6705581844450321,0.21244103096402445,-0.6179228035620614,-0.26610191899622077,1.230066444330558,-0.2377358959039724,0.48053010932738904,-0.877003060898355,-0.8453610077278959,-0.5601275942601747,-0.7083993994114193,-0.9264152013950346,-1.3276915465635535,0.2779489221668029,0.22175485274684556,-1.1390393728335106,0.9063217469856598,-1.0290068013815419,0.8369728688150155],[-0.7270150806642093,-0.45764412316452124,0.5415495060271255,-0.5975547874979735,-0.8230229033583135,-0.48760236630068116,-0.9374665112167694,-1.8479964312111807,-0.510024984338375,-1.205802115261541,0.8081310124495035,0.5843861654511094,-0.13204434007391938,-1.2432029563813292,-0.18633672613312746,1.0103924136158242,0.9566556857894122,0.11612651234542815,-0.27815227549631966,-0.6296935173862535,0.15276622960690533,-0.03385210722666188,-0.23946301530602762,-0.438207342512551,0.30746061734019986,-0.5421737336678347,0.7572067889160985,-0.31083185367998617,0.6850894900403093,0.5042970096220667,0.5177811931635553,0.04108590000369905,-0.4357581678837254,-0.2883148277151156,0.28058058312581313,0.37895511072213367,-0.6250747087930827,0.5358927641958582,-1.522183238507536,0.03999292384377998,0.7637334860463174,0.3632212887775895,0.09744929702220893,0.5819450199377196,-0.10546329375259261,-0.016021542702119796,-0.45564368955050116,-0.5299687638885671,-0.4335656539125614,0.7363509648753201],[0.17338604979690161,-0.06815094886776135,0.007001797242378977,-0.04036708980874987,-0.5504889510192683,-0.23800521162813823,-0.4522514947530474,0.7314440897527947,-0.6428192414260585,0.49968554273903854,0.3760991877012563,-0.001581639452020668,-1.0865382530953258,0.026839059075227576,0.8341010357309032,-1.6431324035678794,-0.5660926062178273,0.548103432038136,-0.17411338260223944,-1.0227350609011119,0.8551659601771172,-0.49801432670134593,0.7694761541274325,0.9588354266653579,0.9929365596241804,-1.6278144443336267,-0.48110061657512276,0.5456081294707178,-0.0027365362731216294,-0.6999212981173244,-1.1286180704913467,-0.6413312061897922,-1.2161160936986626,0.49641223722002914,-0.30190247458109926,-0.5357153328877078,-1.0763373137766488,1.0560916902532547,-0.9010221096360017,-0.011120762764866187,0.36866256358516447,0.8597996393600141,0.8248548777873209,0.4145691075576464,-0.8164240170620153,-1.9775959217838819,0.7620093999725793,0.52338781843077,-1.8464197342005688,0.8001001858734116],[0.43864865882865817,0.4000937761540345,0.7090176616366222,-0.6438989465128999,0.6463354974338893,-0.3790901194350836,-0.7158736729822215,-2.011176550657266,0.25152950906303095,1.272188480515362,-0.2166522807998894,-1.7242703498136716,-0.33467280870154414,-0.9553274220533331,1.0321724448528007,0.9337182651080577,0.09060202301965123,0.20361556291055619,-0.5954974877410458,0.1912344321304706,-0.901477719741921,-2.495293266370942,-0.7481198356557124,1.5652711150212242,-2.1417873291349454,-1.7404438625973264,-0.005585921380088571,-0.07425335665204712,-1.7286057560726398,-0.7952878698836406,-1.7936086891339853,0.9929950075918933,0.42363959445174715,-1.421574018368746,-0.02029309289510984,0.31499855366147816,0.38786961535765935,-2.0852690863362855,0.12538366173794524,-1.3174903832364957,1.0474227839855728,-0.2556368615544758,-2.280299823292648,-3.394068457979907,0.7424229308496912,0.3840226590281721,0.8160415558943976,0.506208256185425,0.0630360935232758,-0.2470857800430264],[-1.164267738895694,-0.3611808418191663,0.7868024327205041,-0.763685777928334,0.855368341765511,-0.23272677331296066,-0.42418251222657744,-0.9939376604985618,-0.9899593164003796,-0.7681502260053166,0.48691210049844746,0.9367520104795093,0.4176872713980596,-0.5413248368615746,-1.1541605685228848,-2.707678398799732,-1.1388601318607445,-0.6930430045238556,0.6219380046407901,0.8000299298275495,-0.12092640957953775,-1.8459095167501223,0.6921453393750191,1.088405555967934,-0.91817227562314,-1.8072607462679964,-1.3398986442267733,-0.1642331315214086,-1.7023776932456136,0.4674170662081713,0.2422901656947632,-0.22383169205970474,0.18113699882959508,-0.6806729059563474,-1.08798652640132,0.9429879539326669,-1.1295108181841214,0.2713422311567933,-0.07035525777987824,-1.6822548295941349,0.7493614144723915,0.5840675685569444,-0.17070493857974856,-0.5692197101845663,0.670242477246668,0.4774791531681038,-0.17811335250531268,-0.34038016831199436,-0.23008856571216116,0.2854590990960989],[0.2853724014330239,-1.1261605886493526,-0.20806202007973956,-1.413022066172256,-0.08875630741645542,0.4769519822810281,0.7251365712491071,0.8899944531817753,0.23498947831183606,-0.25981883424613017,-1.130694144812935,0.6885824775290742,0.7706512429279002,-0.31313344803501053,1.2571183462077398,-0.008195462112314025,-0.8379206208039172,0.4653926589934767,0.9952218134253239,-0.33943176483688436,0.549812516455012,-0.8526985892397864,-0.10409266300214805,-0.2361013633522146,0.21242516726213728,0.26419425721647666,-0.43288154620676933,-0.8027510375380864,0.4601303930781667,-1.384416851064757,-0.8404670154569502,-0.7562972715495595,-2.0005642887830644,0.12240962773792852,0.9766070496083968,1.0903354266684127,-0.32091836600434104,0.4115819731837272,-0.31060375883484664,0.1947344674716987,-0.5048737480357094,-1.8408324014787643,-0.8713007182806055,-0.4814825804305838,0.05123973015974515,0.16042645553332435,0.38573820659731706,-0.3617314006429608,0.5408737649167528,-0.7245566520640668],[-0.999465971215881,0.4853760183967505,0.6339644776217397,-0.865265230340369,0.5581273832734436,0.7977318698806443,-0.23021569277978277,-0.8200010859769677,0.8501722198768894,-0.0820611134019612,0.5983492510135514,0.6872085438687128,-0.7032804670514328,0.44875926401872973,0.1274934089846288,-2.211611373945164,0.675928325599499,-0.34080656202539633,0.3566227600502079,-0.5438552866086765,-1.0537791497470712,-1.1907377188765438,-0.9711899742385189,0.29592441682405496,0.7434512713671292,-1.362418334169042,-1.9723093059626298,-0.2764208208263062,-2.282740241616983,0.6921762415827073,0.21785252909014308,-1.4014408683158108,0.511006850064844,-0.7532019833622408,-0.43035954146491756,-0.7652125566303538,-1.2534931256415434,-0.04285708688887485,0.8413302263251707,-1.0105414345946346,0.7105633947602528,0.21153436403167805,-0.801169717376933,-0.7193412107530127,-0.9363018811757806,-0.23062223181229638,0.8281489287772646,0.15295430965780094,-0.3101958139694152,0.024301286444197025],[-0.4676409444179679,0.5582409132171064,-1.5354248069062315,0.5173779863727588,0.020143523654902025,0.25667476065409583,-0.8736411907528654,0.20669556962998756,0.4208345480690504,-0.4092574093053466,-0.7036738402959889,-1.3431381721041142,-3.42959570996431,0.6092156022215951,-0.4979033455685919,0.5290074915509766,0.08185887884036541,-0.309997621447618,-0.5092778991500952,0.2024238863079531,1.0181865706141167,1.0109708488130806,-0.43040268657086156,1.0279094438170557,-0.6499310739908973,-0.23293039601776833,0.16897573915287245,0.6018519254693642,0.618757293323059,0.512610654184307,-0.2743264732173563,-0.8056526969324002,-1.1444315204257567,0.09887611575812287,-1.2376430610144435,0.8290830037216093,0.7773918228108936,-0.7099614490601837,0.6466354685052458,-2.042115782068489,0.11769357363353525,-1.8847505980025088,-0.3594389725030012,0.05202890106458087,-2.502366588007689,-0.644085035957922,-0.32131384395735374,0.5502186176625231,0.09690399702784502,-0.6663187054454921],[0.5773914667235013,0.47637059042801644,-0.38508180440556,-1.717639537578076,0.9727606828611742,-0.10478993523309779,-0.2426938897176345,1.179188407586833,0.6403852257373379,-0.5410417176995853,-1.3620343821236867,0.46974390382882536,-0.17331506130258556,0.9233841907896129,-0.2534285529644855,0.0407757466675917,0.28606334087155566,-1.070348005801875,-0.21520946123518253,0.6949083682981617,0.0036314344697979334,1.592277199717583,0.7640437241309238,-2.2265273949382345,1.1264979062952776,1.1782779693643892,-2.5051640425514066,-1.0442970426404439,-0.33665991058893097,0.9718595355991841,0.06332844250333872,0.47171991530851964,-1.0525052854839527,-1.7056104552630809,0.849390261337771,1.0808448888310918,-0.6624121369226841,1.685391123405295,-1.2920531487175884,-2.3420277987576408,-0.15481191747568906,-0.07768586203946902,1.272866151331862,-0.0283919267184605,-1.2459866689569559,1.0040979213986234,-2.2437166651721463,0.08139279455250394,-0.30285038966699657,0.19631978566223532],[0.6264266263043733,0.6717058759444638,-0.728323571592791,0.9765933541183545,-0.300534271130464,1.0861659102406964,0.48265151396337425,0.6693956268604444,0.2502502332136542,-0.2004983740154138,-0.8060696661084227,-0.12402598747806506,-0.5313172389947488,0.14316200632400733,-0.13526834380936176,-0.5828441251431197,0.9677586478800093,0.8939482224948311,0.5952143026383532,0.7413568520613903,0.46041085866992865,-1.6141504158480262,0.04601519026699035,-1.2678576356779112,0.28541863140863843,-0.8146688609826095,-0.5945451155441015,0.19733431415739178,0.4862793670652889,-1.1199352240079552,-0.7603463660156751,0.6368261327220208,1.0693299948356874,-1.2738721001612376,-1.0711821155815262,0.9720768456530201,-1.5630860377680944,-0.5324394986023214,-1.2985600956779768,-0.6181846185884098,-0.4400869869920682,-0.5668422353669108,1.0826440733525329,-0.7380596838013971,0.8422783272445964,1.0003918115018737,1.107307779322787,0.23878659256054094,-0.19159437162066292,-0.42328648447187944],[0.294764867761731,0.5024014258886189,0.7044519490427167,-0.5128117981210782,-0.5766533413604288,0.6853431689762477,0.8721781883063191,0.30395403576704844,-0.24974317536616777,-0.4575843905022715,0.5088051593319718,0.7027846866160414,0.9896049481740612,-0.2605556159584966,0.1763796159916516,-0.5027492632529802,0.3152612107313427,0.6622535703239125,-0.3933408381523261,0.4966212924061623,1.0218031293132888,-1.2215618167048388,-0.9676329001046394,-0.49907411429702786,-0.05630710268079837,-0.3650373884961134,-0.79791246040012,-1.202628430814945,-0.2771319076208497,0.36398774206361634,-0.33718896442560276,-0.9003956077611931,0.4836344504467069,-0.6828777398626015,0.3189711909428765,0.02825787770319265,0.12372557044470148,0.5392704360586952,0.27410957144270054,-0.08739071573994525,1.0190779852446628,-0.6885120871479709,-0.33507399990089465,-0.1401010895577461,-0.237622535414129,0.34472113491205664,0.6475613830564809,-1.8190665730384057,-0.3320422608899927,0.2983398291005341],[-1.4481313739139212,0.8294462147410503,-0.1877557542238578,0.7152918179224783,-0.5451535987236121,-0.7661066435687522,0.07590818789036485,-4.15301748592805,-0.7428669702031127,-3.6461437605621954,-0.20062888537295157,-0.057581227846128034,0.5782091863521253,-0.23933022278449428,-2.4088661774849953,1.1488661202760921,0.5532316077376909,0.3492595249606207,-0.25624216500822544,-2.1194076987660355,0.7462460167891461,-0.05840815520873097,0.6611284768929528,-0.8670831138068386,-0.22878504095221683,0.6600303257187735,-1.7424535896240294,0.3368953384460318,0.6941489847382815,0.047969159913762764,0.4803877843511386,0.8822929764644909,-1.0545626354137465,-1.765980088206834,0.769535059164424,0.49284358650694565,0.5500237196948974,0.30608029692942185,-1.2730793911044649,0.19545375667124154,0.6044011095284961,-0.559929702268328,-1.5002797430746884,0.7364205981469188,-0.6886295840299149,-0.394155537165073,-0.7869501579657973,0.6975361815422159,-1.7477289587496192,0.4663816496381452],[0.3200422785460307,-0.02580768573222778,-0.8814943591749335,1.2413589206825637,-0.7713000106011909,-0.5669597047055847,-1.1521828035225632,-0.13104424100282958,-1.063527502775786,0.07341343304691642,-0.3720320936578017,-0.8497581854580394,-0.6298852572307613,-0.7707155678344447,-0.6488019360228406,0.46160784296331875,-0.24432900842966926,0.9124076003175049,0.6731770742347558,0.1903760636361626,-0.4545845698701608,-1.2864574872908765,0.5547349267376112,-1.0933774619660237,0.729332041817952,-0.20126716178468457,-0.2883061023729931,0.9378303980740984,-0.7693014699439487,-0.9221304325123619,-0.5924580225913803,1.6381059637521815,-0.45915396882954457,-1.4217767715244702,-0.3113530986592495,0.12310951189393873,-1.2417259618424878,-0.1944118688074165,-1.7917040463581166,0.6951269227860911,0.7584986145762467,-0.09366639937714705,0.5587368970755877,-1.1093091985465642,0.4273878383308238,0.6188024977808378,-0.012696771195468743,-0.3703907739011594,0.21654819175434883,0.978496781953631],[0.8297207180857423,0.7168080428731768,-0.6222332389182307,-1.1372068714739343,-0.8260300033394024,-1.3457662263095742,-0.693574357026912,-0.23732758677542262,-0.8724337168489952,0.35091972487742246,0.2950264877451905,1.0021529820018482,-1.3602950903059012,-1.327667151537893,0.15125287023002437,0.5732179218085677,-2.7438163538729854,0.8905383431267729,-0.533784355025187,-0.5013365237345536,0.82518983679284,-0.034536069946554275,-0.6896557620534917,-0.23718255044600117,-1.25066638663841,0.7714100336029407,0.33050310458575044,0.0503845275416824,-2.313790744327744,-1.6002475088962076,0.9195765620654651,-0.21081247625062557,0.34715713550719474,0.7421309957977161,-0.7680628969062234,0.14199847057429724,0.2054161099905094,0.8876019048497512,0.07846156069712817,0.6584016439032282,-1.5334085080093216,0.5000320822784099,-0.2707902695054456,0.443794307735578,0.7905817972456682,0.7415367392613739,0.21461157048129956,0.2916015557328415,0.4815458035042556,0.42684592637444696],[-1.1820416344206242,-0.028108463999506762,-0.7761956955540703,0.6738793975984392,1.0605107261056728,0.2373006683981378,-0.899426791494046,-0.4365338515819517,-0.2472906722066049,0.7679533661642782,0.00238360690263259,0.9020079483820715,0.8158460871128934,-0.6440141319545221,0.030322539299750758,0.4509351550965578,-0.9295055949267758,-0.2845147737455653,-0.5023059414185639,-1.0915001704749614,0.5211375383746127,-0.5823675211833783,0.6322233158466961,0.46287637651639757,0.16666372175428426,-0.5417264365692323,0.5724940836831847,-0.005315535768251369,-0.5909659878859327,0.7539651407400187,0.5649520902227205,0.7893740949979668,-0.0759516408053097,-0.6383392127223101,0.35930008950227776,-0.8914970815937945,0.5939001093848526,0.5107792343814941,0.10228119703176462,-0.979156203650582,-0.8011507015589584,-0.5448517450691261,-1.1108068308064836,-0.6125307085649285,-0.40713630210283897,0.49138374039829363,0.4421655380749507,0.03218975022143383,-1.5062901653848693,0.9734434044892006],[0.037642084670487755,0.8782721708129183,0.07445060940089814,-2.051566867008776,-0.21208337200182045,-0.1717607701937504,-2.6078817811548465,0.15992536269365937,0.6797631437481207,0.4570654745672751,-2.6471319094570034,0.5384560132625502,-1.8532661654231328,1.2662812930199268,0.2275862423760074,-0.3778391883584726,-1.817843706709704,0.18628875566302736,-0.7556217513466196,-1.805926507312974,0.12747552361928108,-0.5966776277733136,-0.5729457465865232,-0.48558751467018696,0.30894621113107373,-0.4614926265480583,0.31640307663012723,-1.2796510898456022,-2.4862829927024666,0.9176365122504612,-1.2888258376523607,-1.706853437903335,0.29223865378853947,-0.09935201644802193,0.748546226287359,-2.611559255774818,0.04320482743061667,0.6154184512940004,0.6325345593496181,0.30835481045158897,0.9665817744922469,0.9686006069703483,-4.302618133172983,-0.051167772971156565,-1.3392680669570647,-0.10705549463793192,1.0021902306671076,-2.032618932461855,0.2784712558999104,0.09083206488175014],[-2.386837282559987,0.4721192342064156,0.11410084937892166,-0.27082772516181014,-2.3694267156652384,0.09736272853358645,-1.3238965021394489,-1.5088539898450386,-0.5569371078474631,0.16531249083974456,-1.85571716276826,0.21529540732764624,-0.8998441745193294,-1.8180803254329376,-2.4669759957275876,-0.0018836713521138918,-1.709678711655938,-0.529450517994509,0.8942380228761402,-0.7641267986972827,0.26947799585963905,-1.6127355928626839,0.8320031680719849,0.16587908144376082,0.137720360526486,0.22998064704089094,-1.0679430944612875,-2.012121252791417,-3.1524668979686714,-1.0414684030438217,-3.406642066013898,-1.4825026740881895,-0.18266283431910652,0.7121430227567233,0.7020908715220944,-2.1767260425240047,-0.04589657224008331,0.21262444945194567,0.26623562227848335,0.05704961848268553,-0.5724570770932765,-0.06707684108521687,-3.648552254713534,-1.603709426575115,-1.1461427067603074,-0.24056910747105303,0.10710258376332689,-4.439087088235969,-1.5847526660987639,1.1154983040522854],[0.6426296812972666,0.5522945583972371,-0.3235985218713029,-0.6754944051769407,-0.4156887334705118,-0.06878761747062936,0.8875712399207708,0.15272985578430381,0.786000852933781,0.9076284629692175,1.0039824188855049,-1.0455572530524588,-0.5425107291986357,0.46812728614920185,-0.6788261712522123,0.7130580917005997,-0.5604058607898258,-0.2517230717391696,-0.12078925563187744,-0.5055870518157758,-0.7158927889712177,-0.5606839976353641,-0.6621654816533308,0.11479888353363697,-0.4363751480938619,-0.7697584484354518,-0.4404986018552486,-0.712040710980333,-0.6552738616599495,0.38047905078470345,0.637874251393671,0.355473686782091,-0.5085124739988063,-0.1440493781373459,-0.6373823069228715,0.8619150582307895,0.1553784758891088,0.24836313750925917,-0.6468822916411542,-0.09280873784387694,-0.16762232888334147,0.6563648291316966,0.1642287790248402,-0.3372990771737828,-0.7530493981710449,-0.8428789936796737,-0.42122282258767463,0.43446391081860747,0.09860259404751996,-0.1266676505964075],[-1.1714903500550982,0.12227235309114849,-0.8230470377438744,-0.8709407769591793,-0.5046362699219764,0.6142289261238163,-0.495472438640346,0.8752153994107918,-0.751535664233212,0.9833631044039745,-0.3469920258471164,-0.716682447606692,0.4595251665170175,-0.5150209484619391,-0.5092695675784925,-0.5710180828644063,0.735298257948796,0.08807746649669713,-0.35468451278544105,-0.21263011711193527,0.35412662577676335,-0.11070582104062816,-0.09869453461588315,0.6738942280351519,-0.9704363481542385,-1.2493451930236992,-1.0748538686944604,-0.6940160220943536,0.773311137478348,-0.062116758779907966,-0.9929787507315034,-0.9853758267408459,-0.7194989782345331,-0.2813782679066701,0.10829711936228603,0.3487532958657025,-0.17118240300514104,-0.6671264302362678,-0.7687821324130508,0.48389337709775265,-0.24195414687186645,0.5702569468756559,0.16273579239723146,0.9961576718135796,0.35583944226457,-0.8080034705900729,0.37437533955529867,-0.7577350771720508,0.010222925671712978,0.7256865997725356],[-1.2036264517814033,-0.6495242522394349,0.5667724971521116,0.800985142334008,-1.8077438700223376,0.7656638694012435,0.19797172681211053,-0.6285879683350514,-0.6442903722284337,0.9329342702287656,1.2055211439668232,-0.6012689544634136,0.14981919048380882,-0.5877288905645366,-1.6683954166966781,-0.15946063477061567,-0.4900064800425533,-1.1322285511766979,-0.5457509359149462,0.38545431530620294,-0.2155913398472682,-2.0550535228132185,0.07377708732588194,0.26494125573412186,-1.736136556043936,0.29151264034740254,-0.7226202716642124,0.798949912976733,-0.6762705683798267,-0.7616513915260584,-0.8111793144975312,0.178517439429451,-0.15867968009950315,-0.054485781389473145,0.30108822781671785,0.27278618690287176,0.7213343174384486,0.15115821684608194,-0.9918328471203588,0.14177699032547184,0.06396827622577152,-0.37136892940327876,0.9950352916203341,0.31781217868821227,0.33909201321857274,-0.1237261134963116,0.8040267255753861,-2.5768831797736604,-2.0900321649370954,-0.1285192528844572],[-1.419733037910889,-0.10751638149632127,-0.6479891302953816,-0.7858868586961233,0.23872736505710662,-0.7675383479953761,0.5295731568733298,-2.1727282132768515,-0.47471376084730177,-2.0456329845900862,0.45685233597176306,0.8762682033568697,-0.22235555657950443,-0.21883044838440757,-1.7087634410605281,0.6199424731954514,0.46935981511626407,-0.6542814655213074,-0.5850094131304732,-0.4126333499497212,-0.5147774058067534,-0.7914695652876245,-0.5740430239169644,-0.568202673720737,0.7215229380828745,0.14974180086221325,0.9846479080678578,0.5610599058002894,-0.2858566770842263,0.9620262260440502,0.2914927764040426,-0.5009978099152687,0.33171413819223244,-0.35887525216007476,-0.6919180227434002,0.08711972455564157,0.6976565035311794,-1.094330710768716,-1.2750425813980248,0.2888180693006366,-0.0918050280118585,0.9051140252120091,0.400512780077893,0.37879886141429836,-0.47873857384866547,0.5654699681620208,-0.671819109062041,0.7281526592909187,-0.052585649820903364,0.9133451414517904],[1.2004078383054193,0.6707167139126224,0.6675702813541445,0.20503878235539652,0.6107795470633539,0.7767320202991576,1.0972255271724465,-0.6348618627392028,0.9739048935542285,0.19479362917620968,0.08728088772162065,-0.14548950246155243,0.23468902892578716,-0.16832560000361546,0.7555902678752509,-1.875555192477026,-0.906430039040447,-0.5114382317878983,-0.8324165406499284,-1.8136813926320416,0.6084302009988553,-0.8665119618461359,-0.06535269394515826,-1.509298718093629,0.08784935427874034,-1.2805459309282976,0.6147137991595865,0.7484226172055557,0.19988734000851427,-1.919713587376565,-0.7408786035724672,1.0045679882214602,0.39965122521242913,-0.9792392197201323,-0.1300042987507418,-0.047294118214841425,-0.22533918913925563,-0.6209343334378981,0.7654155198027502,-0.4429784073025428,-0.4052004205015481,-0.02994439448751267,-1.309463353686969,-0.5404456648036503,0.5217108924579853,-0.16608562355366416,0.3326618667193387,-0.9808917377757473,0.572295816728526,-0.27404266867043137],[0.30486081214708144,0.15900433027025032,-0.41833671547168205,0.9804416545482826,1.4770088704038182,0.21944585765337318,1.403694796196522,-0.29951173387851476,0.6146506274562111,-0.33280668687414267,-0.7252333468919488,0.9128654137373019,0.9822583305682089,-0.387491224959445,-0.20605443144286412,0.046196031513824835,-0.18117072035561388,1.1758945002047012,0.9901286622330717,-0.008798947365734229,-0.5263281482430319,-0.5622818207822049,0.7787380800635517,0.5538351234612628,0.41513204176330193,0.1572489358149945,0.6499702868042446,0.10792146962105298,-0.055211973063875985,1.2927430558940909,0.8246223753870893,0.6782707272660644,-1.5280676435909066,-0.9422407755895618,0.08953300954889386,-1.0249119332329182,-0.3608341138628528,0.36086127468790336,-0.08320092460237376,1.106469225350449,-0.865604233384542,-0.8070053877382927,-1.1644045447166007,0.9423177056864445,-0.9115172077986146,0.2640362499106742,0.6773713732687269,-0.7746883556189507,-0.9019553995972197,0.4182602891333863],[-0.1641481103143601,-0.0649456078924014,-0.1937237940246547,-0.20701957621382533,0.4395589846673122,0.15390177986332432,0.8646249073822149,-0.055711712202194306,0.5428394251152276,-2.429766474216533,-0.5439495289224917,0.6780560450190322,0.6920366875350503,-0.6791503794164054,-0.23996954280709812,0.6051772091080737,-0.1287613909694919,-0.6672098734694818,-0.4177670108890891,-0.5931728993570621,-0.6285148399550351,0.6324726320124877,-1.0346826827044822,0.4922216009446733,0.11052669809026244,-1.1484703937476608,0.05632263484603256,-0.594430766598586,0.15562054541395395,-0.8249949591074911,-0.4745824653224351,-0.24015302331622745,0.10595511534014557,0.07195204679471685,0.5223899045112711,0.13984165770288845,0.08941679601340152,-0.40859504521531775,0.006578050630811442,-1.5392829550534581,0.38444447695966305,-0.2989857237219687,-2.308335761312496,-0.02925779482985574,-0.6452908831906892,0.4610734446648486,0.06772146304505935,1.0084466818938622,-0.36489492595999173,-1.093989029936876],[-1.3268024217677385,-0.6349880954078947,0.7097203694955544,-1.285523559724584,0.9324421569565964,-0.6748250402857578,-1.8164792053942285,-0.878249472477007,-0.4303892704426912,0.03866281494923966,-2.2137204508476733,-0.06233192040466674,-0.18996910484008264,0.3980194871059306,-0.46828084848554546,0.7437894593292116,-0.28113548446926095,-0.4691213583002019,0.5845421048553883,0.8385121840291805,-0.17322850672638887,0.4269344643798132,0.7056693972664805,0.5269767154885823,-0.3185554429131173,0.3955851305310763,0.12186586659170302,-1.2355567673545975,-1.104279565327591,-0.38535945223985624,0.269278827919059,-1.0635339697123003,-0.052263340513811755,0.9667512029571576,0.1796087528347802,-0.7640923387447783,-0.6173802418911789,0.42977229816992035,-0.7516864649679867,-0.17624693665356772,-0.13535747379169186,0.028700258262625,-2.721619619112715,-0.26162485531671625,-0.9242050672978521,0.8058139688590836,-0.2740528561173814,-1.4463243258120149,-0.5527699007599142,-0.5759660698480128],[-0.9994120493726818,-0.6589300130072281,-0.23565961806871752,0.44572567547842074,0.21376000500021392,0.8563763683045535,-0.290826657684837,0.24679027671166914,-0.1454433511900684,-0.7053037740219011,0.6893237774176799,-0.4034385173988673,0.9739580868923791,0.9990765681101674,0.5868615269729279,-1.4727455637944362,-0.06706283138550713,-0.40562861695578606,-0.24320421807693024,0.10096422544152683,0.3686491753733898,-0.12672490081662596,-0.2678992316984638,-0.6227200105984768,-0.21469842818100685,0.028332063903434793,0.24386545637957296,0.04983834744944023,0.10752046805336042,-0.22622370572723277,-0.43575221948723497,0.15723781872442594,0.9296665735637838,-0.9113350478376004,-0.6429401108274987,0.16884151074168896,0.7288660134133069,0.8943175277807647,-0.23696866533105773,-0.6657517996337398,-0.45146522056863664,0.07767392933890922,-1.2185401710695374,-0.5606636977256152,-1.010339153016334,0.6131789015402862,-0.7652970878528099,-0.2328107008320034,-0.21227435592667415,-0.08765197333082785],[-0.13840477585680103,-0.783423962259595,1.0416746355817248,-0.6437513372653989,-1.3676409870903221,-0.3199428557197953,-1.2940274666957734,-1.3126517595702674,-0.7157459736207775,-1.4847342376156847,0.36482436850825073,-2.0985096600741184,-0.07563367259404355,-0.08159618683703988,0.033589958159174385,0.11586361155958726,-0.8461245803879209,0.5879924826167904,0.41367147818155064,-0.8251097805425613,-0.8107220871730378,-1.5390860940700775,0.3694903509139769,-1.116631668149323,-0.041774376010562164,-0.7213476630591734,0.30295133372007704,-0.2334999314323879,-1.342667534383707,0.17984294351157326,-0.23138392194795868,0.14289278983282663,-1.6350054419267375,-0.33813203195503877,0.47455042756586635,0.3788295461490562,0.20741423415032942,0.5701085170724997,0.6902196995209379,0.955666995689772,0.7550895404789808,0.5938353133329726,-0.20884098025639022,0.4244078355945062,-0.30891444474149315,-0.8027778577171966,-1.7346947869824698,-0.29013777113286954,0.38109622170569224,0.4508951786574398],[-1.3315468926310832,0.7929694661180386,-0.2887665414464741,-1.7881208743322488,-0.20093210708015855,0.934996642813539,-0.6720549492511884,-0.16304384842178896,-0.5000759817385944,0.5214421405077482,0.01507787951345144,-0.26163759793432523,0.6692062323411954,0.1198502859261244,-1.4479672160758028,-0.37609123941426487,-0.5761785615657453,-1.5753335014486984,-0.534611457068414,1.4071000596523837,-0.683175730053659,-0.9522831860707895,-1.032778034861367,-0.4258793282267472,0.6034091589598193,0.11989679423568542,0.8056645049349631,-0.5391209831108976,1.0693692458304334,-0.5581792315759291,0.5996249281055361,-2.384710822585417,-0.9291231553461043,0.20213095772535075,0.07807631183506761,-0.277002794100671,-0.8631770078879305,0.8991771328612116,0.8735594107110599,0.8792232639413153,-0.13157131440470185,0.626026152783463,0.3789728837851879,-0.05879114312168966,-0.7760502389986296,0.45932027291647787,-1.9696038380316998,-0.6435336579854793,-0.3523287689912726,-0.6972949700308159],[-1.964138410269119,-0.19493898168558757,-3.5321289488238503,-1.905577996953275,-1.0642068440858434,0.9146996490496005,-0.4793027645132229,0.04687234463199174,-0.9292838974622885,0.3884419879767058,-0.5170648627456185,0.02825007772168071,-0.34383216875798434,-1.2237523340577763,-2.039235618641565,-0.9933832936978091,0.3885200889703299,-1.2935381957686118,-0.2375859392253208,0.4489900687940992,-0.15142149836740515,-1.0813763736678856,-0.4583839073320105,0.8299061618239618,-0.4738387030587843,-0.7786666177194109,-0.2744503565555397,1.010449180206157,-0.29073839889353803,0.7368680453115931,0.7637865409051492,-2.0646081902138675,0.15503713832734856,0.866070095358672,-0.6663685142376424,-0.4297061137580112,0.4873591696865228,0.9425757353344401,-0.7123151802810722,0.2572792335985483,-0.7514993419453763,-0.48720383013730567,-0.11356679280588501,-2.1257642626511433,-0.4778005641971632,-0.557679450328815,-1.817241008949999,0.8443200377764434,-3.0982311518923393,0.6185625234898718],[-2.0862301775572787,0.4638341487585724,-0.13718319697785433,0.1671210071598842,-2.5944071438415346,1.0757287236911588,-0.3564410065158529,-0.527467383623239,-2.300327849349904,0.5717618318693389,-0.1641938413732805,0.9742965164440375,-1.8157851273726835,0.5922104380305867,0.7033864136968377,-0.19855081077524916,-1.076119925767331,-1.2515523576404,1.2622924450323314,-0.09660794539692047,-1.2035177774910113,0.10796634843227428,-2.0616702856530433,-1.283428107789186,-0.5446744795713898,-1.3927823765578435,0.6745869670451897,-0.6688858228838613,-0.16376047818383066,-2.593611977539823,-0.5828565369863864,-1.3891945260423622,-0.04990355300360753,-1.086521767723839,-1.6034761342609865,-1.1676414631124792,-0.4809496463982758,0.17143700532797373,0.3218940778895226,-0.3167936228715602,-1.4681718056880242,0.923971140145351,1.4933030415668676,0.6865751013863932,-0.11903224428557753,1.33347641198431,-0.8323467246742731,-0.6426867487412171,-1.0209525396344052,-0.35165132866901594],[0.2637400143232031,-0.0219681272408955,-1.7601467491830967,-3.276768709098306,-2.3073906881771857,0.8648909736656928,-0.3730761554559522,0.3688148112950019,-0.9573454859818608,-1.1797153431302843,0.40207932600990937,-0.43897294954573945,-1.569742665475882,-0.18777568212239718,-0.5022534255514649,-1.9405748714567395,0.10410230915710872,0.31486272689202915,0.7066168592800159,-0.810162982757662,-2.511435477636936,0.5178752992769036,0.6298286356642149,-0.79093872099789,0.6378480910096926,0.5322575896777935,-0.7724807403110501,-2.2536031073850333,-1.0068995838230297,0.5712274499433696,0.10432918026547149,0.4951336793214581,-2.742364516032708,-0.8141888234620711,0.377900287202808,0.8432403181305927,-0.7311164882478037,-1.4392323477323221,-0.7660855687753914,-0.6476873494033983,0.8746293874438265,0.9517891537370473,-0.3496843970344274,-3.205136641936175,0.15993755190924033,-0.8936377384712348,0.9398350267544461,0.6195238064824288,-0.3625566890064875,-0.1105153691929004],[0.25813294570625456,0.21776117071035977,-1.3226995176888157,-1.2081605220343805,0.5792512976245726,-0.6439383671567819,0.3053225883267495,0.6118658078449412,0.42188844500407174,-0.536911684240483,1.0134890348322072,-2.1127271427628913,-3.200227811021454,0.6966704455865176,0.6634418995474227,0.30894606981267686,0.13371280253654436,0.9975101933345367,0.3189161015531403,-0.38675842232745083,-2.2512749512609664,0.4873716183636567,0.5184939977887475,0.7066634105092907,-0.14871734713738674,-0.548308737668193,1.4342767637521356,1.1216098420960243,-0.2405374092657955,0.9683477115698308,-0.2352740331670259,-2.0812962991016644,1.4336291336663476,-1.6430318310461842,-0.5896676360977814,0.9842443210174646,-0.6997805364408654,0.8789303386794788,0.9011735482804819,-0.34737331107548614,-0.029761102366845267,-0.1260931391115953,-0.10249937140097123,-0.32188001348193934,1.3042731275377761,0.4553959779386493,-0.7882315390132507,0.8570638010873058,-0.05776370876217572,-0.3768068156799429],[0.24255935050269004,0.5228324878165914,-0.8095520421604158,-2.453583862056205,1.225468312161673,-0.26389905653907325,-0.2121721252508855,1.1611143356107687,-0.4289157937535457,0.22847971182119003,0.29681508900295644,1.2057805492318148,-1.1697629389033477,0.18908750569727018,0.7175879809608637,-0.02854541423161318,0.8544566586706195,-0.718541622330016,-0.26875945756290526,0.41901862892058883,0.479442585909168,1.4698268467237134,0.19675041195649678,-0.6575992714904544,0.9089087089834875,0.29836869970889923,-1.8285484652367752,-2.1101553397852335,-0.07342947123141265,-0.2447887297486285,0.8644389131582896,-0.7010189037310413,-0.22197236269354506,-0.11876556927748386,-0.5194498621887679,0.14979567095849639,0.1091103311294457,1.5876115933248067,-0.7772328374526076,-0.6625589796659673,-0.19431915196174307,-1.160435430495012,1.9059513046542025,1.2697003055452292,-2.222295198597214,-0.18992671441960102,-0.21007240126422985,-0.38105997414617265,0.10937919255061601,0.4268384188586527],[0.03699710461072369,-1.8888199398107117,0.9484874969398375,-0.5527290834034866,-2.792424878282314,0.5297159352750406,-0.4356192965939229,-0.2824994828328269,-0.6224245073079846,-1.7217659268223489,-0.1360631512030542,-0.938994381341342,1.373180567513252,-0.8928800545782059,-0.19148534374213522,-0.11061015586248568,-2.7877387650449634,0.35457799897624537,-1.0839863447236362,-0.8114351700504685,-1.2734409482921758,0.1585190268938592,-1.1116818785663847,0.14394998732518513,1.6134193235780343,-0.08445534480079275,1.8417524602998405,-0.6860551476569738,0.01433929319701111,-1.552204187901315,1.078854538705014,0.6495916357034577,0.2987328026658392,-1.9406309011254337,-0.5865018306384066,-0.811541117955939,-1.0209616788926683,1.2937856570004058,0.3448079199627675,1.2727485308898203,-0.14609859607598277,0.36018515751077107,-2.370506315203765,1.3979429352822306,0.3764485030986599,-1.6406133842775692,-0.4092970542462633,-0.1388637602919757,0.8411111108781769,0.11398059298402823],[-1.4645807119486092,-0.4973193402878947,-1.5990858226934095,-0.1545144615583556,1.03205022240975,-0.2574253947840426,0.39079050186025877,1.1778829254932885,0.8366174782339922,-0.38663175247259157,0.26550640251539603,0.6804544026654203,-0.7156976816019072,0.8395744999787214,0.6357948440287471,-0.32923409137878146,-2.125311075159537,0.9584497446617237,-2.2903167528918718,0.06539990702375216,-0.15573740692505092,-1.9950352410065735,-0.9494240559936401,0.8260366707350087,-0.8612548153435121,-0.1946882238557608,-3.4476341317386128,0.14222904181098506,0.9164170121781777,-0.4759724655256114,0.9049044943523414,-1.0847722900513896,-0.11900900261373241,-0.9719472916244557,-1.4994578120948756,1.2299064086498133,0.2504321952998248,0.2567527978054831,-0.11666990299238462,-0.04363812205116085,0.7809103689383327,-0.40672351629648823,-1.3947612735494463,-1.0930252376268088,-0.13501053354607698,-0.6728499130458467,-0.5025883216005312,-1.0239375048814925,-0.11071705394997768,0.4414149643435393],[-1.9458480977923742,0.11278989094945246,0.02107221986751835,0.22999964465313347,0.28450132049274607,0.5221561167941936,-0.180396812998378,-0.2973597015870148,-0.01059080393923481,0.27743174119140573,0.20820427760248744,-0.2331546886908249,-0.3051544018684746,-0.09632511634675298,-0.15876551922169974,1.009988787194626,-2.6976719522648045,0.7321463933371368,-0.7093961594647792,-1.0403369714507664,0.6666292402362299,-2.370650317651718,0.15275432794748653,-0.18526949778052199,-0.25726087075828324,0.42115051617632804,-3.9063872841151737,-0.8258183016602365,0.6232684901933644,0.7730960952793732,0.23805863683444714,-1.14709719666266,-0.7075472743141156,-1.285209159923349,-0.8207481645154048,0.30769274629317317,0.2355507781886496,0.5071533550693587,0.2725206698407851,-1.1780282010766805,0.12038555136194357,0.20951772779677588,-0.46462389581971275,0.7049854507686174,-1.8947205604888073,-0.7101067339123854,-0.5162556565077733,0.0681380541140909,0.9884687401489051,-0.5981390075092293],[0.5344540733621757,0.40385314464925187,0.3440844716455169,0.3858436677720665,0.1962766162314114,0.11205571839502251,-0.1587245831869181,-0.2727907303489152,-1.5420061312965792,-0.6203254114311962,0.2692069674236856,-2.7244349661289413,0.3451805786148924,-2.6872530890393156,-0.8899706717616672,-0.8016516348211556,0.3805489509671863,0.36448141671730394,0.6958788793861423,0.6236359112869643,-0.928436566649982,0.10919296845771705,0.12590756972397807,-0.45138581275731454,0.12801905140625874,-0.7512642850557587,-0.7246718593859718,-0.852035894427492,-1.567416325208335,-1.724516223562414,-0.5157074340166317,-0.276783068173177,-0.5119936875392092,-0.9550998496033424,0.30980773113545,-2.019876321066369,-1.9160042221744535,0.2579949695022906,-0.9880754106023071,-0.026050310210414138,0.7022373430853194,0.06130916222851715,-0.4142611290185369,-0.7190801971398842,-0.34279663825681866,0.7778418562509791,-1.4675327501010076,-0.36673941520115594,-0.10312128296865516,0.9711675079725609],[-0.5312970760436335,0.2828200870324706,0.22714735909081973,0.945597203176606,-2.4393458111953015,-0.6649528254096088,-1.2038812751359969,-0.5380630229733989,-0.7167436869882006,-1.4575531790961378,0.2222017234564141,-1.644210714800756,0.8897458854045815,-0.07908493230818729,0.9420384403748605,-0.5629300416865782,-1.5822978897617055,0.015416394693240184,0.8065898641187367,0.1931886756795782,0.8361074845071613,-0.21490163712473748,0.0488398142677666,0.5092654103504262,1.5335495342202317,0.33998212346484996,0.5129343174436762,-0.9025977303496081,0.1744103196824583,-0.9575705678800677,-0.11217402285567979,0.3710125532974322,-1.3688301525747828,-0.25171163164188765,-0.9293917382412747,0.28889957702913227,0.5799690352240642,-0.2825901053885761,0.9276477402068096,0.5040297500370093,0.627054196487638,-0.33598984153561384,-2.039446391812128,0.5153203911787186,-0.3150522732281214,0.31931729168939205,-1.6822817907326255,0.2481548970700845,0.6910911846751674,0.607516088272873],[-0.2161276887706396,0.510270182159681,0.413745388894926,1.0540085513818687,0.1754929859317458,0.8317542666641313,-3.0258529943353003,-0.10636946200895749,-0.05858150589419112,0.6893554452507558,-1.519433592675343,0.5204976035440442,-2.2257456393596606,0.6039125400106737,-0.242770944083901,0.7949987734217473,-4.696301575164393,-1.0375183091636213,0.10062829975140912,-1.9735256801550547,0.04297005516848796,-2.9662285292155004,-2.290724854350957,-2.0722550163865403,-1.2898400836024928,0.030108934018544087,-1.3165458507819536,-0.8514366755000948,0.5836810386013992,-0.09580522570423862,0.262511854158665,-0.18927669732051014,-0.24038456632309854,0.363864781198279,-2.565069043688174,-1.4273847759275167,-2.2991642251280937,-2.080145206378388,-1.6756179547775594,0.6077100466660559,0.8651535508334783,-0.9031241635192994,-0.352729784014745,0.6056028383456113,-0.13277131395168446,0.7177904075871383,-2.4838522505856195,0.8052017942468427,-1.498177956083577,0.6135330425902195],[-0.6312263347852928,0.3065934100505627,-0.3559393018866714,0.704481301742541,0.8499318452361734,0.08281349859276578,0.5934321870771039,0.3237108248413573,-1.1776041013776997,-0.5327254223506673,0.626540423523393,0.6961121419121353,0.15497057011650078,0.7071357434057027,-1.942992464357888,-0.1072634938537275,0.4823480645900858,-0.04763179600228048,-0.28524117186200193,-0.8318396795263178,-0.9807869684759432,-0.6750214432784988,-0.20254891574363332,-1.7467886749728294,-1.0803096194816928,-0.1321956212996182,-0.15235524067952172,-0.6733620975166839,1.1763962350607173,-0.2655619473646139,-0.4115125575060707,1.066959746944605,0.6912117054212527,0.40581098953826217,0.8906686039154319,-0.07127511053074427,0.7935359083927125,-0.06793254205036665,-0.23140570576374753,-0.16891148262812783,-1.0677310407526672,-0.08956723442056581,1.2311256512351167,0.17138912880511642,-2.164791175558112,-1.171245027064598,-0.321644785960171,-0.2659281522378451,-0.6270645834299527,0.9994618290972639],[-0.17028585662816345,0.603947400677174,0.8438303686082375,-0.5300380222274347,-1.5232872682672258,0.6852955192375889,0.16796885978759699,-0.7545483152288629,-0.014288340556108432,0.533501977992536,0.035026228179630685,0.9814375749819922,0.2662221006799842,-1.80797826397733,-0.018512267249048992,-0.2214658649099181,0.6223404172602124,-0.3758375804835723,0.8130609433687849,-0.1767756335499781,-0.46635167178812625,-0.23314762101066216,0.9023840417127472,0.5888748290499672,-0.14059395355111476,-0.9740787057316123,-1.4809025740776611,0.929530067806604,-1.3686663824705125,-0.6149166507025198,-1.3599727300632563,-0.5061800945126885,0.45147902147216945,-0.711166291659189,-0.4991965403686003,0.8403845804067949,-0.10377712619005983,-1.1941599981261781,-0.1733345828551115,0.6612156273254274,0.06945885460140225,0.7951396172821915,0.12156190718028184,-0.07836609072819489,-0.5546216566719411,0.9037947668124134,0.4290500348119642,0.3396455313611559,0.43006888148752326,-0.3316268072944994]],[[-1.119200575447,-1.0572512085723271,-1.0615539640235914,-1.1036794630415736,0.6995173743944143,-1.2270223372845632,-1.4688972712301416,-1.0868933615320964,0.3832205612180107,0.07035720245627779,1.1442091271463561,1.4325573392249422,0.5904405722047055,1.281832319595433,-0.26525456076753223,0.3336038814447829,-0.9480120392563655,0.38999270851444173,-1.0729029786103934,0.7079993211646971,-0.47619308668832233,-0.11626673249124178,0.24259709581989197,0.197271721525185,-1.5976362882799457,-1.0336790855882936,-1.174028362767491,0.8049215057072825,-0.5804922712550526,-1.2305513767460778,-0.5334536848813399],[0.768542098071774,0.4779626683994036,-1.0564507713567548,-1.3611015468527672,-1.036117146665345,-0.29138919861620416,-0.5806259258342729,-0.3668277237659299,0.14652330533965444,-0.4044090925650871,0.47389148138856235,-0.6214994911520186,-1.908269914165075,0.25629834888610914,-0.6977259331354629,-0.6092774176335719,-1.1731326499092878,-0.0859510144072634,-0.4968527986517249,-0.4400321591959928,0.16684767428103273,-2.03862197280209,-0.9672452567567749,-1.1672976746157069,-1.4646393237748585,-0.024445996652487593,-0.2543050669528787,0.19279498429484063,-0.8842185602060675,-1.028893386414081,-2.1151155832362996],[-0.5115064403805444,-1.933835000934411,0.5134388843473875,0.522620983029138,-0.7962676905194871,-1.1843429502520346,1.0310378161984153,-1.6823066649718577,0.28012687463055064,-0.973831944278624,-0.34459875729038025,-0.5422872405999443,-0.29520298603908773,-1.276023627251773,-0.020551237605308977,-1.6544752590257668,-1.4779981625415792,-0.8500192676561126,0.6243552472107285,-2.091457480246987,-1.750775263834232,-0.8172890594348611,-1.0582290869698394,1.1053519280282122,0.557093220876396,0.21568544229060446,0.15704296999520165,0.09791240216132123,0.08616096386075758,-2.372397057513396,-0.9512032889028362],[-0.4776309336379516,1.2918214838181994,0.5611959078162387,-2.0122727062836594,-1.0451641733253871,0.12279555675805617,-0.4806627954606479,0.21848480133891057,0.20152812598830566,-0.5717818348181212,0.4534057948076937,0.8376113675540756,-0.9944515384845843,-2.397450259393566,-1.5414892759207548,0.7804952202607123,0.951383583978561,1.0007791982969305,0.25111166177722277,-2.150660864787163,-0.9041256210802008,-0.8823596254616538,-0.7548294858016404,-1.067076205892889,-0.2533092698976359,-1.6436347536813838,0.7948051569633645,-0.8065756807023372,-1.5016088960323641,-2.1259221619720914,-0.9068705992016708],[-0.8577304817291819,0.9476882912603148,-1.9413878447163786,-1.2608137081727167,0.9995140160407988,-0.7753943728838183,-0.5412148042081443,-0.3071617435219289,0.8409103055534138,1.375839772224371,-0.4581404532553361,1.379966272908664,-0.7210044130560952,0.039872471666313025,-1.3959371495335098,0.6621050777166155,-1.5724765802824194,-0.8049115502709954,-0.9541988981107625,-1.3957262622251152,0.3082686058465999,0.15263856439079102,-0.17371380896726007,1.5139084720928628,0.5201489632568074,-0.3832208302380218,-0.9201988622836677,0.36935780012234315,0.3315475304661371,-0.7940115366934057,-1.1206541841839577],[-0.5771088042562957,-0.3860212504998482,-0.4580295347839693,-0.22677365224009913,0.4185994136418107,-1.5096708698720012,-0.49606747894394004,-1.2876165365672543,0.20530375192519873,-0.9424592004847722,-0.39820339086817336,-1.3441422516990529,-1.6554357131735777,-0.15318765306843746,0.023494073511895138,-0.3658572356590003,-1.339888742213573,-0.06047330937731709,-1.8933463487786524,-0.8956567355494244,-1.6346679666422468,-2.132559686539477,-1.002431108532243,-0.15666409643172463,0.6519593894032375,-0.7829542707879394,-0.11490054511881902,-0.2524262787785909,-0.9428303209325982,0.7247735402053093,-0.9407624184747173],[-1.331609663616068,-0.16120618674172943,-1.393418323539918,0.9273195237442985,-0.6848484691779602,-0.6752161667885115,-0.4593713887177762,-0.06575837564265484,-1.494886385122792,0.5942825017747867,0.9294581080507569,1.471492445575084,-0.20034388309251355,-1.5820394627018475,-0.39598085916245274,-0.06528992114079357,-0.21485063761592463,-1.0600951982057059,0.9664114541313253,-0.3007205502802645,0.3258459864026675,-1.7312834356270972,0.460673003713377,0.7447916538933829,0.2867295281043967,-1.575276568954435,0.09593925038940819,-1.2611775557890892,-0.23236059626693797,-0.590093201280549,-1.451545033660411],[-0.4391803686044475,-1.5504669602573782,-1.2344463932719834,0.7967113823093388,0.8606569245921177,-1.955648722188522,-0.19792842880325523,0.30103045295505215,-0.7616455239423086,-0.0011241228424456059,0.013316083351874907,-1.309372564580492,-0.4927802018605897,1.0193539914416971,-0.7195184608021938,0.22229153778854233,-0.6858527132648626,0.9172599276700031,0.8797988263376358,-0.2676596187782918,0.4163669979393036,1.00141250805756,-0.07266891998457947,-1.040821891865314,-0.07622401562729335,-0.43742675855316937,-0.8367936246315252,-1.5200769322704262,-0.14241033553877286,0.3312317809743399,-1.4508628245479438],[0.6493401276429163,-1.0808941083653192,-0.1781058386674915,-1.7569437088191662,-0.9437882456203294,-1.1014843308296072,-0.437008832592055,-0.09544573535042322,-0.09639754712778996,-0.1761018135782196,0.815138888059404,0.9046769027092572,-0.6438042270177968,0.5340949548555924,-2.180051873296989,-0.814441903548105,-0.9981698150780353,-1.638285490815637,-0.3335398065389512,-0.7131235175417237,0.6142341068543071,-0.5979260855953143,-2.0674955639266086,-1.509097685897115,-0.5473215471788905,0.09098392759907459,-1.1269900449029162,0.0261819140333292,-0.48835914263012453,-0.785342498427474,-0.4251826293745712],[-0.11138481460434145,1.129718541405868,-1.6585728350550268,-1.168309963354342,-1.2165685264393584,-2.267613330070059,0.06535449958093424,-0.3728826044819134,0.9464453644904585,-0.18955395403821193,0.6807342291662075,0.9023326343973724,-0.2631038911673073,-1.5602704685502573,0.27046711212316243,-0.9132465217710164,-0.31013772744581025,-0.7659237546241099,-0.5505981706436971,-0.6175558600614678,-0.9724731714544761,0.6361676853316894,0.3611612812986598,0.10857463729313922,-0.48412068624727833,-0.33269905968897595,-0.034157057468378875,-0.3464814651846654,-2.4280397491073806,-0.3208139697074572,-0.33279458890290675],[-1.5060111195335448,-0.9290130263657723,-0.9860684820784202,-1.6180380136389647,-1.7850372174241147,0.5017029433287034,-1.872406071877801,-1.3417882333911058,-1.449666512782765,-0.7558165232819715,0.2300420220577851,-1.3949688595944607,-0.14282484089789396,-1.9283404599274057,-0.4097356364390171,-0.6463522481969731,-0.3600703026050756,-0.08698435124670817,0.7832336527141144,-0.6682175469296717,0.31677542495030747,-0.3521473510623586,-0.8503701978459819,0.4781183657269225,-0.4975704322688401,-2.10072215239773,0.4064795062107346,-1.026481026686808,-1.55724611428414,-1.0192744435532177,0.6963089021562426],[-0.15038993317914626,0.026967510874238387,-2.3230506393675667,-1.3088815418271167,-1.7791403719593972,0.17534025613363255,0.25938732376433077,-0.48746781187655097,0.5449799496519524,0.03183028454474915,-0.669109228531705,-0.06055362070445546,1.1677304958293178,0.042512068068939354,0.21924599208227238,-1.1891903021739036,0.23856313981488872,-1.6249613370888194,-0.36147325128928953,-0.5512549890418738,-1.3869939703714111,0.03284413314464418,-0.7613959879795861,-2.066223420448506,0.9727012668811539,0.033624656736259466,0.5039444664879398,-1.4448871035634,0.8923463712005039,0.2657458465877494,0.13205180236503922],[-1.801535600108759,1.1380217215377233,0.7095869929332015,0.5857567575096186,-0.40219926090573965,-0.024616363393608,0.9339326783354596,-0.8094600248676563,-1.4151969633538017,-0.3412456123521307,-0.42772156008124607,0.8861932129857257,-1.9038284426450878,-1.023572217869509,-1.0865365812196317,-2.460215229329966,-0.3783412394353814,-0.21750528420210388,-0.23680625900924718,-0.9666871713293163,-1.8624757695641485,-0.8053018291113245,0.4551843267827413,0.15028774603658349,1.2376966277990786,-1.7351058458213688,0.12823834760222422,-0.38245655656103844,-0.13309538237339594,1.1168161211624994,-1.0527833897186336],[-0.5493057775610884,-0.5982831656065308,-0.9536800794550754,-0.06442193317485403,-0.10059330540718298,-1.0232486865820076,-0.4260875464410101,0.2875677567871178,-0.23861730231940162,-1.8869838865700344,0.6459234460182606,-1.8931713086474233,-1.8357653833552336,0.8919614745413003,-0.4240067522424886,-0.20876186279241607,0.47718670222407117,-1.6502100580739054,-0.31594130823502986,-1.098390184209036,-0.646124598183555,-0.5575044247574935,-0.18598872174071626,-2.5099469693748753,-0.5279880386567926,-0.7040591706018661,-1.9022018610717344,-0.18833155594585177,-0.14031604189187952,-1.2981592246415228,0.5164007886585544],[-0.18427574887032752,0.7216073182763214,-0.2210111323752341,-0.026686275329218977,0.3144745853413147,-1.6540927371979073,-0.13349517809192296,-0.19115104756672616,-0.3180583444087649,0.49943338647115393,-0.37444382179395447,0.9807896993778595,1.5679498328476533,-0.8544777966283447,-0.3760788912914595,-0.6135446523452103,-1.2552814013124445,-0.8290767500329225,-0.513426317946812,-0.8450464846143427,-0.10332699575755173,1.1095584830306695,-1.3035649170811552,0.2832136086054307,-1.60858799339707,-0.5144355855306117,-1.05702440853639,-0.2631573519276261,-1.5370310081129133,-1.5676691555088336,-1.2825910194269494],[-1.5951286863135241,0.08927360475405323,0.008975275243119562,-0.7988544857128965,-1.3957973691347485,0.2613157684376777,-0.5705238724201985,0.5776851730912599,0.9464221196740806,0.27446607429942826,1.4594265509404702,-1.5514181722861993,-1.6359818641165276,-0.5088128323973521,-1.0639053780575212,0.2027372342685602,-2.1939948541714434,-0.9498110748794687,-0.24069450004973914,-1.9041892426662947,-0.2370708595705113,-1.596191509928068,0.17833419881096915,-1.0202214416184496,-2.6830122876965037,-1.5513630924998092,0.9686017103821574,0.1547561870273813,-0.5025548711146383,-1.646196812460008,0.2899254125263773],[-0.6852090183422752,-0.6369920456467031,-1.5175686517151492,0.01783421742291734,0.10393387671173841,0.38794094531697176,-0.8691099182609892,-1.5963350531809606,-2.265829335811475,0.03727484298062124,0.9677318169965166,-1.0478753665491123,-2.4174921663678237,-0.39113767528011895,-1.5253701656853969,-0.10571438729506899,-1.1171680104482544,-0.13694016827703695,1.2941580168533096,0.9963511138949241,-0.020540499475114715,0.4540703718011547,0.3609193570135342,-0.06549516315824662,-0.25270564341222534,-1.9302326395558536,-0.39717262345120574,-0.5496957128998675,-0.2750101465393777,0.643352058935963,0.4137795620195998],[-1.7924605366327375,0.4281284813960332,0.5996560831149462,-0.8545695237684847,0.11966643705408957,-1.4863158433427424,0.2656437300815626,0.1875920859228746,-1.0238499253344158,-1.5754925129462052,0.7802697359847223,-0.17907329887481618,-1.1852389530207066,-1.360358947604777,-1.1158049985458485,-1.4734743974585354,0.7437463964519595,-1.1905657270986278,-0.6985799250235416,-0.09120848173923808,-0.29470974291379715,-0.14775884961802543,-0.38820394987492257,-0.5129580549963169,-0.30135074760624275,-0.6553796482521812,-0.9520753712607423,-1.2123373974144476,-1.1154229679018028,-1.5072438980607046,-0.8615593159807985],[0.8828688297206913,-0.8231164460680566,-0.7687417380385718,0.08554719576246075,-0.5511914765935324,-0.6129341307104763,-1.8368939235563213,-1.6556346272201152,-0.47811164330833206,0.39397826443428763,-0.09091616981113773,-0.48506934411020525,0.16186492412014739,-0.8715440723229932,0.9887399996181965,-0.3013165733830167,-1.8073962371203744,-0.38351011481254876,-1.2737926766520415,0.5372179992936348,-0.8646662772950775,-0.7183627886443097,-0.5640905783031417,-0.9013850608361152,-0.9617884974549352,0.5487442060606595,0.06077019425582793,-0.7171510250260196,0.05579943911705932,0.22510658417336013,-0.01698814373766166],[0.6507437716292539,-1.454485927031065,-0.35519617657719293,-0.6209337259728356,-0.5174119582720789,-2.0183062809080425,-0.27598527025961567,-0.9888113338448178,-1.823576783225409,-0.7048213496585466,1.3779746048299084,-2.1934985742599693,-1.617471765724539,-0.29674825721764064,-1.2982327255927841,-0.977482504586535,-0.7629929776908564,0.28496843062054567,-1.2887670119399492,-0.08401414002101223,-1.714098942094671,-0.4677116058107973,-1.4141186953865563,-0.4065537171872815,0.8902205421974824,-1.6415687634246388,-1.0386183651775158,0.0763749408734024,0.3909913869865065,0.844126291007703,-0.19021924146060448],[-0.7978922713240384,-1.033604426676772,0.6633220916453024,-0.09454851333309489,0.5369605831139794,-0.6848595459205371,-0.2878765742763739,0.3057484274246678,-0.676435341107296,-0.35315850185725317,-0.18992382726084953,-0.2943731375636299,-0.9280532173055025,-0.6797728110606746,-1.3942423058925562,0.8926842728992822,0.6032324131734402,0.11363538572084059,-0.11892518351248708,-1.7614659152380923,-1.4291601764804864,0.71655645976548,-1.5302305563824157,-1.0914567390886187,-1.0786743505608907,0.4742660312800742,0.3395366231262778,-1.1788853386804234,0.0855885977325175,-0.19345625495809812,0.7995686657615246],[-1.0078535028485023,0.15125267429147207,-0.7974298792233955,-0.4059364315190328,0.5329431744967129,-0.37456313915018863,1.1165115418141487,-1.3454818898647114,-1.2026196668473619,1.230593120133287,1.609512099905216,-0.0928616463665321,1.20730451801575,0.23091693614618872,0.5018496710490545,0.8969268415856195,-1.191258294601496,-1.800801482936255,-1.2706389055210887,-0.10882180097407314,-0.0592328358212757,-0.8135186656675075,1.0322767467633807,0.26835827592060835,-1.3853486299112991,-0.6443120185634917,-1.2140037003691824,-1.5886156598541268,0.7195399085067904,-0.9093994042867192,-0.26909830781220995],[-0.044778225554871945,-0.6056847500644628,0.17572472436660577,-1.26506694084929,-2.1326928983105673,-0.13224560582881598,-1.0762320302820578,-1.5258740059758236,-1.796654007745068,-1.4767831402571758,1.099142429635285,-0.8857946598793589,-1.1118833255288516,-0.16787962989544974,-1.9387248096225804,-1.99098071985944,-1.2184620730626226,0.39747551808337594,-0.31445304624799747,0.748261549912109,-0.1923215616366559,-0.3577997609978249,-0.5920878985647304,-0.07907712891661871,-0.937550751444687,0.3637414312762576,0.37107811656255646,0.03577619298566839,-2.0826785569903845,-0.8589010002377694,0.18618275147601668],[-0.4590684661007588,0.49456275096293545,-0.7824093039663134,-0.3362098491637284,-0.580518016880615,-0.9683970639926345,-1.6607672048662951,0.23709467262488343,-1.2484876881452056,0.9921791508004476,0.7268269422763212,-1.4101092390086256,-0.034896739630558914,-1.6830687927907977,-1.3780075850726239,1.2520325038768165,-0.761810195052372,-0.6444800710936941,0.2005638708921187,-0.09123473497235295,0.22233492645548816,-0.21182904535386748,-1.5679989679858113,-0.3661155289910889,1.6395563467673822,0.5148072879857158,0.5547857305277475,-0.051486481771743454,-1.1203156440414628,0.0368081249042484,-1.4341616040475316],[-1.6431359656997409,-0.5356739238340587,1.3933320979125394,0.44333059608072917,-0.7684634993247781,0.6045854979668677,0.2760506931866014,-1.1281130141902467,-1.008858743934753,-1.9386553705317477,-0.10007181369223558,-0.7525318645436136,-0.9807151559696359,-0.0035013789459311944,-0.4965178439236313,0.8377058477278796,-1.5569907140640171,-0.9642919915609776,-0.6611156356075176,0.6730100754774933,-0.9163933901644805,0.23436666400372305,-1.3454423718348238,-0.1438474805338132,-0.8579970357525484,0.48810683579853786,-1.3387082710701024,-1.7790286011341152,-0.5150006015440785,-1.015795953998313,-0.5701175476580186],[0.49960873019772783,-1.7215191877539904,-0.8360293702142012,0.3831232577906753,-0.746480301241802,1.0145540450243549,-0.2822411459196464,1.126505602118056,-0.46793610513268735,-0.2019751782909817,-0.23620214481280496,-1.218861535030385,1.4031604248735827,0.39728063313827766,-1.2416308707505046,-0.9046519835392978,-0.7547546159820065,-1.1124936298937929,-0.18324625433215558,0.8906323003923925,0.371976489027224,-1.470846989422971,-0.39693595599972115,-0.8211752198937448,-1.4371988736160308,0.43837751049948026,-0.382719395154759,-1.5648444276012448,-1.926985769459383,0.20226524432492785,-0.7254685517410675],[0.4943201354353073,-0.8353646055462939,0.3623388443370276,0.328315324327399,-0.4807566535823969,-0.8180266550283076,-0.13976398687933753,-1.9985884060973944,-0.6003875726796716,-1.4903736398704843,0.23979131092460848,0.4558816044227902,0.9946027846772091,-1.6604572631712613,-0.414502743094056,-1.5314415697495731,0.18243354401689116,-0.13030531293589734,-0.7434531990195027,-0.05641538748189203,1.297416495791913,-1.11463666229374,0.3962369736131573,0.39270162042305556,-1.6124639445010054,0.6793628732029564,-1.1285293060268644,-0.8069229053598486,1.2454459196453516,0.7321909122160191,-0.5322058726879375],[0.3913822104936155,0.8285667399849983,-1.0016267911837533,-1.4923084624857559,-1.288994618754983,0.034757998748498053,0.4491163449199082,-0.8009314436961563,-0.1006319319431968,0.2866132623734529,0.11708515950321775,1.4174109609359524,0.6807296448415173,-1.2962218677855728,-1.0158787952810864,0.5347448430981424,-1.3106389706574872,0.9535123681242215,-1.6845573139334036,-1.6400394292139533,0.8183801290081274,-0.00821838057353417,-0.013989321809745171,1.0186936027075955,-0.9744094121108876,-1.3682817178874809,-0.12205492887803804,-0.07857081548416744,0.12291563438029077,0.5610146426690089,-0.3574576039222943],[-0.7075065497992608,-1.079475202270498,-1.532235808147219,-0.5841308481478484,0.22024341723863186,0.8365420624223665,-0.24271710969258908,0.16334605108257047,0.6430097341186989,-2.007490037593895,0.9179811510512071,0.5760900349653101,-1.572611344851275,1.1847397085728169,-0.5430195898195025,0.46053198355299907,-0.012583200010210424,0.7461747070471451,0.3131634961850098,-1.4238569832188035,-0.8979150056803943,-1.310773135908785,0.5339618088788269,-1.9500805335686358,-1.664213132270795,-2.0817026397624323,-1.9463202611417614,-1.27299697780827,-0.062287775767938175,0.35281336657455975,-0.45706847209005014],[-1.735220168328421,1.4371732168215607,-1.18661200513642,-1.9915526719644248,-0.4060897056955062,-0.40921447745133704,0.8536166567099371,-0.03590467981325126,0.8185808106406934,-0.3334203467933899,0.06467302634877606,-2.061877662172085,-1.489706353468309,-0.56728583427758,-1.56936391995287,0.3747479893165311,0.18517776205597136,-0.9779753246551636,-1.0238378971431326,0.08124925929303967,0.8933727697697774,0.10854122268842367,-1.1143533133127803,-1.3376118380870639,0.9225859661571738,-0.9726709504453742,-1.4854854618012616,0.3813685441843915,-0.15353572511733088,0.4330503038581272,-1.2707305844431842],[-1.6974061691502351,-0.3902015218281928,0.3188949446995101,-1.596234629879684,-0.6168711109908476,0.6381225093888323,-1.973693350727016,-0.5677140184129165,-0.07995374591995708,-0.6371080553377715,-0.19991987886762871,-1.3476716892322318,0.462490944644926,-0.2449471611369775,-0.32772366111189316,0.2034682529580811,-0.92938224968397,-1.191385964548808,0.928531799222165,0.2612190252318187,-1.0989444890684787,-0.6203203534912767,0.31814673522939446,-0.41361380224473643,-1.0296980142658487,-1.5659489962631075,-1.5525531210570067,-1.9075019132789754,-0.7161257920007364,0.8197976013111228,0.21217256453537583],[-1.6693348273305089,0.7771522104766028,-0.14226262457143993,-0.9844117203760354,0.07495592417671901,1.42429723681486,1.6905492287433495,-1.4291743244368866,0.13335093718045335,-0.9815015355732076,-0.18422220909864714,0.8036158785534079,0.3915366635486965,-0.28375601417087887,0.24525502291266837,-0.37550542661276026,-0.3420702223261367,0.6418485591913341,-1.8598538401609532,0.8110491399909235,-1.1297416452496405,0.542587945341892,0.6723217792612001,-0.7970855928839512,-1.060388957276364,-1.389577783653742,0.24795049619889722,0.17687084203816789,-0.24905015859374527,-1.9802500240075034,-0.5475579951651502],[-0.8374789567878171,-1.8058291211604858,-1.6101950758764818,-1.6869131690830355,-1.7825788391847965,-0.7006350121290715,0.5698089209149004,-1.2977744252850314,-0.12240697283448478,0.5829088326200415,0.364681400100743,-0.2958902618460222,0.3955171991595505,-1.130367302748315,0.237426729656601,-1.298097465241291,-1.0617991220670846,0.03612698823395759,0.7066816895596277,-1.8528059959665373,0.6689905786922566,-0.9038816815976607,1.0960912389102804,-0.6338908331534885,1.0141950396258472,0.4412999097172522,0.6652212592475998,-1.1664483656103468,0.11853297127493059,-0.4784230624508672,0.4396411851341202],[-1.141134195022909,-1.1750484554982368,-0.7384331255466299,0.6522945164398953,-1.376896602937898,-1.4368212614374816,0.12965779401203034,-1.0787421408612248,-0.1480547627143297,0.966698195503531,0.072015679744118,-0.8356982918049133,-1.4342317619429719,-1.523190239783964,-1.0889577113325508,1.1634911931543144,1.0352798712854918,-1.7014903130243961,-1.434231796113906,0.019638559539188256,-1.4134871638119386,0.7946512245542502,-0.22181112674422573,-0.9724754762281816,-1.8396968754375365,-0.0038250804339527403,0.6463748429080904,-1.3812453009577528,1.057225332986987,0.025479045499643516,0.6604069058703373],[-1.719718069854803,-0.4517057841458374,-1.3683675402831952,0.17938244522738025,0.395698445601511,0.29609227814288175,-1.4978986818396616,-1.5237784256900149,-1.8605858336299967,-0.5455976017580436,0.2335059174419216,-0.6772003943287085,-0.18690891209050686,0.5675648886538117,-1.5348535453605205,-0.8211907168457839,0.6682492890545627,-0.7563733374602326,-0.4427364097880904,0.6848568829890574,-0.7789437103410202,-1.3677950036351798,-0.03647820407735082,0.7351150488802144,-1.0712921516604317,0.6840347239541232,-0.575648107018931,-0.8017546055181849,-0.045540561337993814,-0.40375099286106686,-0.9328368022766214],[-1.477264236594252,-2.15661123073405,-0.828019306735987,-0.41795645088651867,0.7127302953278347,0.8079008714883527,-0.3462427473429393,0.1389071216447088,-0.45095607289891015,0.5253519481103747,0.05507326234868113,0.6264098495167841,-0.6961883923587912,-0.08127230399220507,0.2647666506762078,0.9969458645590781,-1.6064843070264248,-0.2136321681727423,-2.159781684467119,0.37615831325136356,0.9607073186107783,0.5080433370372623,-0.8269621662412249,-1.8436161116534462,1.687146776119438,-1.3629160030335705,-0.1266584702347203,0.0487429459030689,0.5800092502856488,-0.32784217572060004,-0.2136351018059488],[0.45105579671994295,-0.6018406074169348,-0.7668336868531531,0.3182176953741228,0.13196852910688414,0.6836011694473227,0.6145339764263251,-0.28398407983936047,-1.8511736283771738,-0.10041305122873824,-0.6049724190614124,-0.3055127804526226,-1.0142510495107244,-0.6489868941292424,0.8661094096681279,0.3045129576908769,0.8400652642845946,-1.8528801455636765,-2.2006246551816875,-0.8239202547728505,-0.7241256726388403,-1.9744329859112826,-1.1726224682717539,-1.6423878406619807,-0.7363858508435731,-0.19290526545622896,-0.26569299904251625,0.16960401505593523,-1.0995507334381327,-0.7289831384936846,0.12182003774733959],[0.47070218921390594,0.910478960310818,0.8946504489283147,0.800880752288626,0.09701538195322296,-0.46791524934863465,-0.7785177478400132,-0.23396037528278021,-1.9857857631611313,-0.9008547098682661,-0.266804349499347,-1.2284747429809157,-0.41621437690196605,-0.5587678908329459,0.3035749774241858,-0.9407122620818078,-1.4974440395528674,-0.7041914838481371,-2.0078547228154418,-1.1810473511495203,-0.625008080286403,0.5094315362387667,-1.5324997923123602,-0.15228284942510203,-0.4155646797295796,-0.7359405751351629,-1.4344278033237956,-1.9594180376404617,-0.8145201856038842,0.4965940667068294,-2.0252694971458878],[-1.1384470330952792,0.8964254587471722,0.581814706151237,0.5426451444962228,-1.0987280909580668,-1.480302679808098,-2.0324570115404894,0.3512471531200346,-1.3664698899077137,-1.2187314225801305,-0.2525765639544554,0.08000205317431447,-0.7736045961275734,-2.2133666221159136,0.046148861962621385,0.48370281680127614,-1.2922716009920356,-1.7499803673698922,0.30660626496270166,-0.5897474869936071,0.3626221385094268,-0.8962607838982617,-0.8347173767734011,-1.2732818057380177,0.38905629755649634,-0.2762134810222594,-0.3479357264207502,0.5103697374466257,-0.45671726030277415,-0.3141055374962423,0.12094312355687378],[-0.14648192038974542,-0.41583422802051107,0.5283041108014955,-1.2927331845705043,-0.19914033184106741,0.21425776461214313,-0.299043930437226,-0.8853639134790124,1.0427921742232649,0.6998218955265051,0.3235930015061485,-1.4224213987196646,0.6006333612997461,-1.8783925654473168,-1.624890002592242,-1.7563396763685886,0.3759307233732816,0.2934386875522154,0.584461754922067,-0.7050003802708072,-1.0498757668358991,0.08914691356901314,-0.8134271919363943,-1.0896731901483228,-1.223306704693358,0.41371787065473853,0.9592503736227352,-1.7860114174340673,-1.44450119223781,0.15239300077957282,0.2506573208667897],[-1.071381180692446,-1.94754996484679,0.2795658538201464,-1.8671373116390055,0.36131146181331747,0.2165546415250706,-0.5432243973437021,0.07377070999473945,0.9235176866942253,-1.3175050274417135,-0.06137308131837654,-0.4202892608871522,-1.4210244216847006,-0.6004892199076534,-0.16826716464112074,0.5410966802672599,-0.6897559639401686,0.05883671279549226,0.9044065675820179,0.21857237473417776,-0.23584830144476435,-0.30601336999744344,-1.1817257621422959,0.03642032252236094,1.2923792202710498,0.3571834600573186,-0.8707253530602013,0.4008721088400753,-0.0802051007541095,0.6334465014908116,-1.587921726858387],[-0.021901539583436585,-1.081891525826879,-1.0408371337833195,-1.9383563666313146,-1.1848729872504513,-0.7844832891009967,-2.051272980914939,-0.29075314951073084,-1.1282759794234078,0.40524073096322977,0.6866845303003013,-1.6773622348087978,-0.5006529913686014,-1.619916342678921,1.1181965952189201,-2.112650011482133,-1.7799797255523873,-0.8309440232073678,-0.3064918986392182,-0.4879323258420017,-0.28870456007001655,0.5936125346417548,-1.1597717631247566,-0.5506250542310154,-0.4713540345229799,-0.08637644221976766,-1.092105203686092,0.627450784135431,-0.3562406902887265,0.03642209152318567,0.5321244765988583],[-0.4892408776860432,-0.7652301576723523,-1.4546591007861798,-0.07256346586888728,0.363364830458695,-0.6628385413693304,1.3122277916031957,-0.8275815868031358,0.5601441705687072,1.2928950132548767,1.2272820076425064,-1.020559009424147,-0.5197930305746841,-0.02469024619871967,0.9367457264262119,-0.5828288731868458,-1.2681791796246125,1.2353668924135535,0.14519202047109195,0.40140087611855674,-0.34257564068066837,1.1345817004936714,0.28657491504320837,-0.04237096757978055,-0.996056737545572,-1.8106872206578737,-0.2729318238320386,-1.37742066014682,-1.7266671922083232,1.0933092036222487,-0.7821105140852299],[0.12510404066742525,-0.850872495231109,1.2745412529267919,-1.8924064480382496,-0.4836793435111176,1.0439573664019792,-1.5844450082948802,-0.6427660179829872,0.37712950151614855,-0.5792049052490181,0.6106333492082956,-0.8921414437490571,0.811424998222325,-0.6134026245099403,-0.8079521978730171,-0.40888004932459293,0.8109039526300973,-1.6417844631369243,-1.17228645228008,-1.9448958202192586,-1.2890733210374068,-0.22226765072746255,1.1492787866441332,-0.1595700200585933,0.046285756092570185,-0.9977202955132175,-0.792884203433732,-2.0809887419149753,1.0465271335610895,-1.686042926102256,-0.2248496487826744],[-0.8244821045537635,-0.7673327784223323,-0.9288735258583438,1.221734052712557,0.12991242864040195,-0.22110847441772444,0.39657102956036816,-1.1027527085715942,0.4660847772539473,-0.8378995562903464,0.7358974331345121,-0.016411277640893552,1.6268116490805613,-1.738431538249826,0.33816268580704545,-1.6747032136924453,-0.9202899324368157,0.5855679544293521,1.5230786545340256,-0.24949901783148276,0.48485452565221643,0.33373506449459955,-1.4242792680833352,-0.44520904780912646,-0.8450845131541826,-0.44266870893118565,0.004752288920994752,0.05655534247272579,-0.9321712030448127,-1.4618315223688487,-0.543948750962818],[-0.24867882601099642,0.08402623775863241,-0.9882884300048982,-0.753102630397989,-1.1299771872329518,-1.1459664476692348,-1.6165161205364655,-0.9239984068335481,-0.6127228215352624,-1.3043634771423418,-0.20800639603683693,0.20987119389672468,-1.6423755866343628,1.080191459648938,0.7755682117144026,-1.4373755836109239,0.23660575946117238,0.4463493760338938,-1.9419547531929056,-1.8855217085981537,-0.3887743995762505,-1.7410393889359757,-1.3179115548783367,0.39873540839872407,-1.1131847091682874,0.027134012159004513,-0.7501423073051061,-0.4601719926722421,-1.2110155211179985,-0.5912872758917953,0.024278741478010405],[-1.402423484313723,-1.1817595518219242,-1.6832016937340946,0.4503473609149187,-0.18340110000395685,-0.6511027435888413,-0.9894015585660427,-0.7045597511867563,-1.4403452271873325,-1.1334902372671523,1.106196021016334,1.1110366454953604,0.9673529864439259,-1.5403589495176453,0.06584597460699351,0.3647940005688177,0.28323823306058604,0.8804871362000612,-1.115854350449959,0.9893887862750346,-1.1935729472328092,0.30016493295466684,-0.9754298397057908,-0.3952295363747352,-0.757385792425682,0.590542206211783,-0.07229797841420017,-0.28250740305278377,1.35835767945594,-1.499209358359681,-1.5736118478087124],[0.22545602174184637,-0.4900603080299954,0.5692551473629853,-1.0720427909305488,0.851926301538382,0.2168734911786223,-0.993505080503042,-0.2216650264745209,0.6275038675877999,0.1331475954601725,-0.34290165985208493,-0.8603170185306613,0.6545265753661491,0.6472375662195101,-1.0325939433490026,-1.1416607729960095,-0.27697393775175844,-0.9527190057499385,-2.383843331242762,0.7208330072793647,0.6120755316973922,-0.7941242208650015,-1.6674897376597986,-0.9235055343926553,-0.8527485776429191,-1.518197736660319,-1.7321153672267722,0.36506668217335575,1.3126707389295442,-0.30762189531706546,-1.5881656957641337],[-1.8391645735112134,-1.9846204914945194,-0.014599805763030587,0.10558334835677351,-1.9707509264989853,-1.733107171104221,-0.06703809265462647,0.7961192324581791,-1.5680775527553514,-1.396512094463676,1.4846045066008402,-0.5648293052422872,1.5529101362592899,-0.8536068271427968,-0.3063132101471004,-0.6702647798103788,0.8959529846571498,-0.17801652473905208,-1.3324135184712913,-0.4424785117764317,-1.5774301492291258,-2.3318493180687794,0.30015929084729776,-1.1410720308964635,-0.06684252658253673,-0.9464665030256565,-1.9784093764395396,-0.219407176829748,-0.3270399376432244,-2.543026867864381,-0.0592944887543766],[-0.4557375115697144,-1.113364634934286,-0.5275191590504971,-0.030847874522973603,-1.7730606210512594,-0.5296757445305326,-1.9609251678389916,-0.24408227265057328,-0.8773883309693783,-2.0712426194182796,-0.00218187491104036,-1.7789397183237359,-0.9299519454196813,0.6067760459241228,-0.30729132843754914,-1.755504707779739,-0.130666946713407,-1.0768662033607348,-0.3946761611385813,-1.1584966694529757,-1.3748820286041135,-0.4810292289098525,-0.11297531965360702,0.10299649803781172,-1.6301969889002779,-0.041001925649907726,-0.7012343724200214,-0.06753562553805466,-2.0707622041833726,-0.36522828442981603,-2.2677195375481296]]],"Biases":[[[0.34800678508056176,0.3136736033652299,0.8400611574834,0.8853867693447004,0.4738225130091679,0.4908002524595494,-0.9587638284290638,0.6966170666025163,-0.704695298620188,0.884004297283561,0.20949876465154812,0.9164551799880863,1.0010678049916684,0.016288951120048994,0.9144154254975709,0.8011319509602789,-0.888756447237038,0.3058785966730462,-0.3966932548925446,0.507581731399536,-0.47928071515942244,0.5366462348530943,-0.6474277192540046,-0.7199132493846633,-0.5952471306140649,0.10564068555342816,-0.29525885047678035,-0.633668987269896,-0.7019845863053916,0.011039720333251795,-0.7315115159209639,-0.04555648870398528,-0.06586518089324503,-0.7450160182553375,-0.23824883895662707,0.9813653173099283,0.018616265169472325,0.2656783526520414,0.4301895285177157,-0.34155839699083634,-0.4798070808255153,0.33723464578113005,0.6005028647140191,0.07665746004524548,0.1574148715188836,-0.41513572377101204,-0.5301227948625613,-0.8928528626789063,-0.4271014129860362,-0.6110141879275104],[1.273943059984818,0.08960823857530732,-1.3315749791492828,-1.593549017625044,0.658798350508717,0.4491678789116484,-1.2769459177439513,1.5992649536063859,0.9440921206063493,-0.8887458927081983,0.28603775642010426,0.15996699652959567,-0.16792161674647044,-0.4000069844594726,-0.6575017432847684,0.28035591615299815,-0.12119299014723836,-1.0271606273643406,-0.028483623762661062,-0.13182263373601402,-1.019457784964125,2.1254890061344747,-0.4125962215528366,-0.6776166271414252,1.0197340464276057,0.3961779770223616,-3.154892381286723,-1.445270901378109,1.3868285808394962,-1.0210887827845583,0.6577066788745194,0.6495269804174594,-0.972784012462535,0.00813035942383648,1.086332324489131,0.19165487191008648,-0.5043518491963559,0.4381383353890796,-1.407090150034703,-1.7412718498613764,-0.09851278854814335,-0.4327219919293845,1.8274269952558353,-0.0697173277678879,-1.50850235108804,0.6414153707931693,-1.3125083644354547,0.8009240673859261,0.5146708074857279,0.5997726950272734],[0.32895671223950285,0.38929685726318464,0.29710274220306426,-2.3203100829833705,1.2134024727378878,0.5635966104097051,-2.2386508371723024,1.775568388645747,-0.17475638644957303,-1.3821613344793058,-0.9903916915087042,0.6085658369712524,-1.3007480767792452,0.8238384075901682,0.9657876121601108,0.8262176383342739,-0.18962952040428258,-0.28559309008671546,-0.6804211211155181,0.0338457441327386,-0.9580556134667063,1.225918134330591,0.012258825435894355,-1.6042024990866217,0.4443458732613212,-0.10308442161362448,-1.7419334111267522,-0.809931999896373,-0.021163893149120535,0.6891320940558606,0.14530866456281855,0.11772019287176598,-0.08431060083962173,0.2250492267271169,0.003120219721620801,0.7769247937314862,0.11878944977342293,1.6802131729361331,-1.632650810786757,-2.7913552522611735,-0.4527059748304107,0.5816603657294237,1.7724183401628146,0.7464989814928347,-3.11357377465982,0.9890062234180561,-0.4053582648919985,-0.2646805082560087,-1.0536335416383438,0.43832117881970223],[0.12306017605856422,0.21267713477943626,0.8997558414992538,-1.672802485303559,0.7111119733255387,-0.7635089429711597,-1.8195975618116442,1.755439122123961,0.559292423469757,-0.27356585327554966,-0.5966953486860143,0.7954866275823036,-1.7277367035553388,0.4982799904170184,-0.1530156625578979,0.6898599286945987,0.41964781399573214,0.5515385171766537,0.38354338785153747,-0.3592501437441409,-0.7220107816674515,1.6080333330858658,-0.4573663892277177,-0.8050513268130937,1.5978611278624024,0.6141944511936718,-1.6174776427635464,-0.11932431329752788,0.08792260298227982,-0.40219904673695067,0.10921203909880896,0.7541664083597629,-0.2722041753001702,-0.990761532876494,0.7733697109500123,0.833006621585738,-1.0497934617307711,1.7319609940079528,-1.6449997138709496,-2.1051303206252876,0.9302793164221587,-0.27252378590490717,1.1700900913230023,-0.29025544972739253,-2.6412058660974806,-0.3454876533544606,-1.7652828598150168,0.7551312572446246,-0.04845708119830076,0.8123630023402418],[0.7989073873078664,-0.9653978460125935,0.6434704553307892,-0.9137972609512641,-1.0567717534972447,-1.2804362517876258,-0.33605305867531354,0.07732414758401558,-0.0986654495331018,0.6947397266798444,0.311841239140776,0.2496051873917985,-1.9098075241308985,-1.3422329862915303,-0.36570828299301,-1.0603862210482813,-0.9054006842179652,-0.7910850105826612,0.6440077495634369,-0.387931724417831,-0.9781583007143394,0.07592389147487427,0.12321623264853797,0.86419239787185,-0.6988286319190818,-0.4436036040264885,0.09393654852642648,-0.3414307824952052,-1.0689351687890014,-0.2209205707961214,0.1054146713105503,0.11976687652496351,-0.7228672170995759,-1.7185604503777818,-0.2257062537650996,-0.6979120776602925,-0.6834005409002505,-0.17612728767015923,-1.1903224653486126,0.409741031329952,-0.5405780792426931,-1.0424904043786996,-1.2150997033522446,0.12083882426291044,-0.07029125584812079,-1.2402526970881205,-0.055507259245448165,0.7439609134799756,0.7205024252376269,-0.6483754947753492],[0.6905965674811007,0.9072905616598889,-0.18535198356932264,-0.46502252726131366,-0.9472350872312671,-1.3644071170142162,-0.06679975775516726,0.20973901384738972,0.5543885515010746,-0.24570845619680834,0.11580416936170083,-0.10319712091300846,-1.9946166161372496,-2.1681636586700583,0.9460137951386292,-0.6018756641053157,-1.3339335767725429,0.957489222306266,0.5823456438384952,-1.8753458362686901,0.4962919193871869,0.6713218126310193,-0.760697509246333,-0.7205610948771785,-0.7744513788462716,0.9510510484661231,0.16196003574460732,-0.3727072311306915,-1.996151962993422,-1.6727518162561792,-0.09378469598929705,0.2720185982187932,-0.3197503781486032,0.7103005376811858,0.48177505115372343,0.8174894763207139,0.0761935226142799,0.8970070032659545,0.23364158899781934,0.7321969979306763,-2.55060664974935,-0.02794976062575109,0.1863171876073302,0.7764707329173642,0.018014234062912724,-0.2483064574345718,0.6512513760958778,0.27881478969697643,0.572083977527026,-0.27984037332304984],[-0.3199570399141923,-1.7263209377542867,0.6967960245479691,-0.6472758791723197,-0.1323603539868501,0.7399249359204436,0.4236656995481436,-0.5013114733157347,-0.2968869937916401,-0.13725113060734948,-0.6563737938968839,-0.260190637234191,-1.7208185359706112,-0.4185598777002611,0.7319517569785812,-1.1310208401756778,-1.6498361780700896,-0.9356474244793294,0.1818684523602008,0.2145995838645928,-0.3003433118353197,0.3133900116592232,0.4915778750683516,-0.7969185473709984,-0.7104642287538847,0.8774690092973105,0.018738946698549808,-0.56784333504823,-1.4517115328907086,-0.8812163433607699,-0.2543520370447075,0.4967927577405154,0.9486426488647289,0.19458880884358906,-0.23931555972065324,-0.5471673671150957,-1.0232335552892486,0.6008427177318678,-0.48976939630578054,0.5304979560554424,-0.8928798679692139,0.6205412656595999,0.7491832574666044,0.34614928984946436,0.5131155727132858,0.31410864400010485,1.0788029407613895,0.043304268491679176,0.8451229488031617,0.12255320445061542],[-0.14849359285551786,-2.415633853383216,-0.26839984055039595,0.42475009749836756,-0.5032024040539659,0.9608349894758732,0.31754540595502473,0.3483956957356243,0.8629480443238271,0.831771881075632,-0.3683004311909239,-0.12049697717055904,-0.04778820461291606,0.2724152911097257,-0.06436022177594823,-0.4023695951814531,-2.038199616509534,-0.7509322519730817,0.9872021066779696,-1.7972127597594811,-2.0210987184601863,0.6960919894034427,-1.0725146946748743,-0.43505034300195017,-0.44363961166696353,0.710565648706418,0.9260002008570061,0.6705619908013716,-0.8142249679349429,-0.822498074609297,-0.3041517551279454,0.5728427775135985,0.09161212054821899,-1.6326699492793735,0.5176125513459741,-0.9592946013967618,0.35063486740832683,-0.5818225627027507,-0.2645367564571433,0.01668864530673887,-0.06914318769830466,0.5151737797447681,0.44986502754305924,-0.47022831941947674,-0.06483447850418596,-1.1174289584572434,-0.4002969589117193,-0.14245911311176893,0.5947581366291825,0.8323409083761446],[0.6006174822670864,0.6828333664346711,0.9179582532910386,0.13972330218835702,-2.3665601806345884,-0.5852873562558877,1.6069336673929981,0.821056388589246,-2.130770873390147,-0.12993197897794817,0.9351757635497455,0.6827559011549375,-1.051941331240086,0.11897165746785286,-0.047437341904647545,0.45350957191943925,-1.3625172236858303,0.46549633180784955,0.18757774858951543,-0.2842676542114693,-0.4258418351933485,0.15730981342213,-0.5566008603639546,-1.765562245749388,1.2484787452502948,0.44826116021459833,0.6813642135929812,-1.303592700822324,0.6731580331470033,-0.34193125261029744,0.9381013423043117,1.2366278420716814,0.6466182877701783,0.7616340021177227,-1.4680785970126993,1.56593083752105,0.9956584624757275,0.2919471276696376,-0.43569037726840726,-2.496920906679942,0.10708942035822144,0.6138900996912937,0.7934980289969918,0.912445580353401,0.46122978527279707,-0.43559031125315484,0.7759801899245211,-0.2669581736587114,1.3418198738136649,0.3110488052348634],[-0.1611928970728605,0.7226480490907536,-0.8730833705460506,-0.030213099919260654,-1.3125724674942705,-0.2667444870600792,-0.6262225113577017,-0.9026099388603309,-1.582219907541568,-0.3004612277360389,0.7512382837568568,-0.9918106733773371,0.5718799618189966,-0.6565096832689032,-0.7927375422003623,0.2969214103869641,-0.0494619305110517,-0.6783302342140359,0.5642498969201974,-0.23914480318046755,-0.5282545695202647,0.6962613455517199,-1.2033539393165107,-1.7354818919456432,0.002689840148071582,-0.840451836615744,-0.63636093794251,0.020824369172017354,0.1269309033022141,-0.7069322237749364,0.6836785293314277,0.1967816208042017,-0.0018860332178441555,0.15595775212419274,0.018778800577889845,-0.8843961234937187,-0.13785844733960312,0.5780791137527063,0.26087931319775287,-1.5332463698416856,-0.49603690835401915,-0.5741773222834732,-0.1662663827322279,0.10596748710593445,0.4831059072631143,0.5235933951699322,0.19913774235980647,-0.9519988083100349,-0.136711539820902,0.530234377703627],[0.257184637013399,-0.15507874726257026,0.248496393300744,1.0595629022234987,-2.483330615437067,-0.49233610334633,-1.2675328280119889,-0.422229327560236,0.9838217982174593,-0.40056031793129276,-0.21558710199563538,-2.901403009069517,0.8625523577262716,-0.8538336410351917,0.15167752251368044,0.6375757127860558,-0.062229176699442175,-0.039958933540170855,-1.323662272946391,0.5991530075187661,0.49131049150176176,0.6655501004673807,0.2607938575067855,0.5150938889553976,0.6796087045579795,0.584126491952663,1.6803449791546419,-0.034129653392319284,-0.27012128596297486,0.7326642093959048,-0.1563982534066385,-0.63876288902007,-0.35509689337689937,1.1246037473866597,-0.39081814734130593,-1.2130307401030165,0.19225731711200245,0.24312110719524113,0.1780171360629019,1.57435562586695,1.05467866761936,0.49706897553003715,-1.6228092432486818,1.1768262938349716,-0.6898124368505919,0.24536254392384638,-0.47329380729128634,-0.7284551440290735,0.17260821396380724,-0.017929640074336613],[-0.08633516540414754,-0.1371439281889381,-0.028288191789266316,0.9709624382287971,-1.4269768784396017,-0.19711293119328513,-0.072425570573928,-0.9042326690593668,0.7635596889022395,-0.968213994237577,0.9159166986951003,-0.9911487318644526,0.5341534502931946,-0.046634166020326585,0.6638068374780501,0.16311970581665994,-0.35565678585879745,0.5114213859340571,-0.15721722939141117,-0.46395461140606564,0.27625352250890994,-0.9028223183069326,0.4987991125551979,-1.0913885076769294,0.2948674702877607,0.15808492455856246,0.5264840320695006,-0.24385455909117085,-0.518086232865379,-0.0843788444190847,-0.13519104563993203,0.8507424084988491,-1.232175341139463,-0.7562471243511049,-1.0688571260155375,-0.3807664821920309,0.4857736192139915,-0.6224313687812136,-0.11983811999586234,0.7645836538346739,0.03959491182532801,0.9022026559317848,-1.2447669978019906,0.7716101961046113,0.1517840681529202,-0.8641283877432931,-0.4794244735556914,-0.6586087060217122,0.7619059281879438,0.8855769771497404],[-0.19115338382109243,-0.7819784924823017,-0.7810960367531499,-0.5357611822317075,-1.3881408489207707,0.6349594951079566,-1.833009151729872,-1.7976637315506137,-0.7184863994360026,-1.7699583880058347,0.16952723670508982,-2.9731702679023164,0.09879151558402581,-0.1346869567314891,0.38509737391068033,-0.8386997101742591,-0.41752790935323975,-0.33039000059900203,0.47227066563408066,0.9059014321053328,0.8108588445259273,0.11180978834058501,-0.025544114703338096,-0.6994838803988911,0.4400848610753692,0.09424833069723741,0.22186333578406844,-0.3291758804232796,-0.10296093350258052,0.37704173637194066,0.7054946570091728,-0.9584331240137686,-1.3595076331393683,-0.2696624314977871,-0.9608022478824739,0.5292451637090495,-0.21978908688541776,-0.2448650276484651,-0.7842992925068902,0.7921919965885602,-0.3396050943020356,-0.9344236827279137,-2.492457642727122,0.19246595125477006,-0.7552192979452026,0.6053425688217722,-1.3018403882240328,0.24285805293608828,-0.22428877788307383,0.4713584884744016],[-0.3836452812145957,0.7832301433939298,0.24358569138468014,-0.12518779045784223,0.8933120123353279,0.13317663889545828,0.06945061050162732,0.3307971522103853,0.6437335539667298,-0.7929585272711583,0.15821175408020222,0.5981091469439138,-0.9166010315324561,-2.6310565479214674,-0.4761444969950029,0.8137008706939383,0.2776108910679791,-2.3576440492568853,-0.0370402063678218,0.33806130792125194,-0.40675066427000106,0.8238535841240341,-0.771560448912076,0.9139604942696037,-2.9947340380807526,0.8234227663111802,-2.1545835815854573,-0.7464207613384852,-2.6866879356783158,-0.7313916990446181,0.4095706044538177,-0.7416235220403672,0.13891262195161796,0.9900306588242521,-1.0871173911927896,-0.12345486938907127,0.20981956353799097,-1.341892996732314,-0.028279691764491192,-0.043745142622027645,-1.2511268826557262,0.18292989012793265,0.6905173513565952,0.6856074135751271,-1.2787601060363192,-1.143878689048669,-0.9137436432072696,-0.111422037250832,-0.9422134484467766,-1.8507003575421952],[-0.16826353467652036,-0.04413155234639978,-0.7381247287892924,-1.1253071859947397,0.5467182871667321,-1.0657721047978752,0.6723129326986494,0.22292766915012407,-0.11094561700084547,0.3466340660566084,-0.13311317003595097,0.3019907312441445,0.4716530587440735,-1.3087960274537354,0.6330324568508163,-0.052828957317555575,-0.40092953149380695,-0.9373601357547291,0.7929051999284679,-0.22339203032481336,-0.2921288106358332,0.9517564655562495,-1.0357146082536022,0.6482638044830097,-1.9706801269312069,-0.8685876821185036,-2.126513068523595,0.3211812078645632,-2.872263649689443,0.2412537762406758,-0.2868848372026461,-1.14472277357135,0.4246949900391752,0.4257921526408783,0.02924492803094347,0.10112575463965791,0.6667897249530046,0.32563174203100675,-1.6940156787610443,0.20920615556173713,-1.550966470108977,0.07792459568444784,0.9345192059070314,-1.250612927017922,0.22504186032382917,-1.5490156118491127,-1.4793420433854436,0.4504176339364252,-1.1249735902040492,-2.14953895493435],[0.3415430566238103,0.06584756514392213,-0.16360103508346782,0.515635520718802,0.2843174957138063,0.12213387387432488,-0.3262649244430167,0.6547722181358068,-0.12744724777553498,-0.40847155352699704,0.9913474537966503,0.8534636420656677,-0.6659131546949077,-0.28096053475492017,0.9450359755884282,-0.4279524057598299,-0.722813178159123,-0.5146924166438893,0.13423382917765703,0.3065370053038359,0.826840218917069,0.22485086127721052,-0.222777313792137,0.03664018171990193,-0.46643309252492393,0.9464828574060619,0.8212904144606642,-0.23080062295432063,-0.45347120651369877,-0.5027470457758161,-0.6319924391910439,0.7612410036338911,-0.2203908582029826,0.9611813368676667,0.608506558527593,0.08002468353656736,-0.21796998012351085,0.9578176512997915,0.24034375699543647,-0.4248922443419654,0.2684533643872281,0.9969712424224909,-0.1819947273576796,-0.06812308250287406,0.5262791697965691,-0.6343153582440452,0.44854702490917836,-0.46889718545529097,-0.2666615918095346,-0.5279180129460556],[-0.8972141228076003,0.2685728002658779,-0.12531733216782248,0.20363140162228177,0.8574868293289243,-0.49039900959255905,0.37944296457357274,-0.31434851521763163,0.15161110855497353,0.19038285802479485,-0.3889097781899378,-0.6141516165294337,-0.8498717734854171,-0.7342817854675187,0.11711041998268873,0.7509879090529652,0.25516007397151247,0.9575333249731371,-0.5951323166594633,0.6149521457769935,-0.4590746036062534,0.5063798081870479,0.3505584961957297,-0.253570051953693,0.8572859860542209,-0.6616741708580651,-0.22917077455899218,-0.7813158583074516,0.5099061083308893,-0.12215704589100673,-0.45639323347517297,-1.102020307272059,0.5404737679956098,0.11896525518747834,-0.9339712535011002,0.34045685073457044,-0.7684074952920356,-0.21572329393807352,1.0798612048858212,0.5942877898041357,0.7493392520482568,0.8377627583902331,0.30404254438122563,0.9645991251796675,0.5072697352505782,0.6672411761068692,0.636046303498916,0.38935080632759295,0.7236803057061224,0.45877127626326447],[-0.5138446357657698,0.6883783495966455,0.855385946636218,-0.058667950690572096,0.4334127670274911,-0.45069591226029065,-0.06743701068509647,-0.9834372383755198,-0.142340710719304,-0.4807148875606986,0.2127317502813422,0.12871681221660122,-0.49843705653815035,0.8996682908227884,0.3173247284664086,-0.2396378765352874,-0.4852480084095748,-0.20729204464924628,0.11402741764599066,-0.51986508952979,-0.588696329510627,0.5091517197378633,-0.34832238209701905,-0.22470591195836467,-0.5414031054128308,0.7353986241381884,-0.7706507359877073,-0.13022155405000854,0.03801801734477428,-0.2018191391102625,-0.719248871840388,0.1513466758770687,0.9198723159184607,-0.4309897639691899,-0.7875490181457139,0.3616081248146443,0.3999330790440133,-0.6962785449010404,0.34818081522458266,0.7824989444501249,-0.6691833896504615,0.08226379236293449,0.8248451653742217,0.13237429603691697,0.4171818954974193,-0.6184169919620205,-0.47029112457546135,0.32949103219933906,-0.2530304073835769,-0.3589574438594101],[-0.032943617006650584,-0.6094992712098682,-0.2827167762114038,0.18376129741754604,0.12241179709025798,-0.7082288064616088,0.8094457948028712,0.27139142970494345,0.7835258061018171,-0.43927160390140935,0.08789445042153728,-0.16793870247464796,0.5284854351928893,-0.8176174788359984,0.4056753501450117,-0.0540342740878503,0.9541589405608922,0.08738256767337335,-0.8243029871080623,0.4412818787898275,0.8674279409891454,-0.597571721301181,-0.6615371402051483,-0.18576518647369292,-0.3555156643291777,-0.2800414575967051,-0.6952193043793815,-0.41473282889037477,-0.43484436363298007,-0.5510420102879744,0.5050691691326845,-0.7564079089411225,0.8519055135651161,-0.47111374608371615,0.8782885333245032,-0.46267715427249334,-0.6660079676156484,-0.1909783753461253,0.31530301961197627,0.1952703092813109,0.6565442084274575,0.5368254299281776,-0.44510219882424673,0.07869072094546835,0.3000440211717934,0.46728583253954104,0.38888748460107647,-0.09017475398997184,0.6851775475035614,0.9715539933962685],[0.4278030703695196,0.7987154461790151,-0.9403316054939977,0.6948408282624935,0.5626130414434365,-0.48804879722184935,0.1058908478551266,0.07420516911403699,-0.10388206114840237,-0.8814455430363077,0.986688975106543,-0.8291619730639913,-0.6693172547123403,-0.5282124901911825,-0.8644540666829683,0.4833820646399473,0.7345618962257573,-0.007859704217262833,-0.24387534014131765,-0.2823965092271576,0.08355869972692498,0.5520999297475425,0.5951924114364414,0.6620141094752939,0.653625753785185,-0.14539569931111265,-0.9068802066668565,0.2717027933839382,0.7158770201439014,1.0018035534176748,0.5458940503277221,0.6681994061885149,-0.3359932632345315,0.35763172269673005,-0.04241433069053264,-0.340231649429741,1.1577803760073835,-0.8150084406673777,-0.7826588568483797,0.50980631287129,0.9436745856531422,0.26943350833727275,0.6989712030439285,-0.09727353870890126,-0.6673286043129971,0.6328401641391709,-0.3509444184791327,-0.8087993170114839,0.9804468185158959,0.9593282672126382],[0.8143357810313462,0.2952654299373536,0.972701168189351,0.6090973235854804,-0.04071154529267716,-0.3707277852851125,0.08255638700066723,-0.3635224398114141,-0.017043195028227758,0.03745405241604261,0.031389413857713204,-0.7559683667419838,0.14315913269659525,-0.44526874432544017,-0.675272813674925,-0.6124015032701996,-0.27523338558136623,0.47044488206227314,0.6915222310911839,0.40609215393773057,-0.11198264232431165,0.5496192709153129,0.9801294275967634,0.7468972079096741,-0.4322678314694506,0.7530667574486616,-0.50241419629554,-0.5000021398122407,0.3638012144172995,1.1999453440895091,-0.9890248293163362,-0.5171270715170333,-0.5304539691899157,0.768927848847673,-0.795012714334304,1.2141355151105653,1.2347781871583687,0.37163405324572163,0.7678344840688146,-0.18187515566724136,-0.43702158891057197,0.5692492144191285,-0.03166675901582603,0.7978350776715448,-1.0668684418885899,0.25061017122195955,0.14489567241458481,0.12086496091292381,0.5725264232655132,0.9346829146266374],[-0.14744458155852258,-0.23945700938125342,-0.3243270893844885,0.16656963996748145,-0.16346769121320803,-0.2329532225659507,0.2840272507637434,-0.5721691069478936,-0.1251793077142462,-0.12315057585699908,0.2852123432823792,-1.142777388275958,0.20079937212298665,0.843856299005867,-0.798361820234668,0.15241029227261785,0.605634034272926,0.34160179060156964,-0.7266323627876511,0.37053384638275416,-0.3860341438974708,-0.0029479253061621274,0.6835300032239484,0.7038699920168601,0.5833712665309775,0.8598771352061976,0.6923577778750857,-0.421224879538718,0.9613411228037209,-0.9388375700587498,-0.2576238208438899,-1.057156488437361,0.8853405508059073,0.1071765786968945,-1.0038977171264891,-0.031752882290696,-0.03758863057342359,-0.45689071190508335,-0.3561480082514401,-0.7288632107540671,0.20403826653404322,0.9017414087812753,0.5885144715537051,-0.04486814992737268,-0.08200017639928919,-0.3784500459999475,-0.10755856306708254,-0.8277071432870832,-0.009567283647792283,0.595152463132902],[-0.007559832573413968,0.08482966404203918,-0.631882389502733,0.7952698983703631,-0.8397464057549147,-1.0526099998270901,-0.4640207574406978,-2.3423910990752153,-0.8864370380941795,-0.8662379916830253,0.9955231091948966,-0.2746592671586128,0.9883609998087749,0.891940882024644,-1.3909318836831397,0.47464066090556156,0.2576686348581101,-0.9887437402183311,0.5657090714393116,-1.2283616701786217,0.5354709336631434,-0.2918827692863493,-0.13054803191789052,-1.0735356480930274,0.9635429252776853,-0.49672816146727544,-0.9138642867033397,-0.6082022954807317,-0.6319291691066877,-0.8373182646821191,0.2600494468623453,0.5274174113369229,-0.8148686950140134,-0.5741930854024825,-0.008970839827327685,0.6580668523939842,1.0882391336325878,0.7534444269709638,-0.49871595507770966,0.8130396821091371,-0.7289882156588272,0.8971902443396387,-0.45864998403107476,1.089378673770615,0.7081666805812371,-0.107791743428306,-1.1601769237720947,0.7804410984855309,0.1879754241775927,0.09382265073708339],[-1.0990479370892483,0.6412021155627895,-1.062005112534434,0.4436725961254999,-0.023384095448474727,-0.2586763427630263,0.29986725134538106,-0.7043268057971351,-0.8928149379768807,-1.9491587235279253,-0.7658614493710493,-0.34207377662788163,-0.4582331187264732,-1.2269663920284253,0.0516621402539556,0.34457527168123,-0.7543694420417514,0.019727796091947095,-1.340679266593893,-0.011289448371494643,-1.1981853031825793,-1.2007251907914207,0.34759931439497144,-0.9693848194723504,0.7833112414112391,0.6641205167974021,0.628055316967093,-0.8763080729287109,-0.02063653355445646,0.2959043829327195,0.5025428753561166,-0.22892781610669607,0.8514741252740625,-0.9593727835297753,-0.5307932768646267,-0.35309320364009694,0.5246444791754988,0.7265135477121336,-1.1763261806245353,-0.009688236262776812,0.37951838405125204,-0.49026511144674423,-1.0485320922503483,0.5003441524812533,-0.7012507823729842,-0.0589022307391187,-0.7042546099500925,0.2583698443069366,-0.6180075015302602,0.2599740984981223],[-1.6437263562430782,-0.8195676493470314,-0.6589248023745214,0.18514291815432546,-1.2193631555421653,0.1613633443818018,-1.1178464244833726,-1.7904825789984786,-0.2609795463942067,-2.5487957718207848,0.24661916016838448,-0.23090145571364043,-0.22399137105340644,0.6352077822769436,-0.3581930422565754,-0.29631723190046405,0.08709543171535379,-0.4725189622345616,0.36318598713190553,-2.09419080022548,0.7782618872990327,-0.11652151320697278,0.9562561551571754,-0.8151911883640263,-0.24061406068156363,0.643134326533281,-0.2661878025970268,0.5877339024259647,1.0097204142701486,-1.0050251771956733,0.7314040745321987,1.004873090201699,0.10914084855193679,-0.6910377282713788,0.30687935613479905,0.971336324050767,0.9665440916226338,0.8719628896011268,-0.01825372361247733,-0.2795577795465629,0.8701896601615305,0.18624157776512573,-1.0988458284938818,0.7262438359380481,-0.8158089455029185,0.3201223385507187,0.13366469540889012,-0.7052789838001176,-0.6044664062199918,-0.6766786690895923],[-0.9137400664019957,-0.40206507630441185,0.07293708377922059,-0.3682546460547222,0.9243739326559679,0.2524167941960513,0.16422100962219227,0.022429242209550587,-0.9879892748797796,1.0576438035361968,0.2048936122863642,0.8957322712224297,1.0215603316700221,-0.3597652687789893,-0.25686106717293405,0.44872143115316576,0.0774301098680141,0.9995540858938514,0.29443336752977295,0.11296789402437177,-1.2329220718740654,1.3887456995166896,0.7057500861212886,0.6569603720207396,0.30488491498589615,-0.7222274302592478,-0.21699751946781362,1.3879743655775238,-0.7741644822803689,1.2914369102776408,-0.42254189170034007,0.39696521091551695,-1.1405244617793653,-0.10866190855604753,-0.015711814304152638,-0.7631062832370482,-0.4682134066785172,-0.5303587644575908,0.49232141155294934,0.5026199594285151,-0.6648678760510137,0.9217394975019167,0.46076286381798476,0.8092036898483936,0.70321577111181,0.32367734678690285,-0.9922449910184553,-0.35229531941289516,-0.7446740188355231,-0.9432361511635152],[-1.399068326972833,0.8590240118884697,-1.411592178098021,0.0462424187071683,0.5793442254255045,0.34012551292218984,-0.8150130991120961,-1.0437525138260668,-0.3525527411492689,-0.012437007361423101,0.19007271377600427,-0.06632190332340784,0.08544643443953996,0.7295766967770183,0.17956395669281086,0.819115432889021,-0.15601979050367132,0.3024993557403939,-1.0740571525847773,-1.1395365071974315,0.5188101606633594,0.17623137813836456,-0.514718711306787,0.3475102575702409,0.338424127073317,-1.9320206196526692,-1.6524143532249134,0.9052682381077872,-0.7314864675097105,1.1188763968554623,0.8657354172503123,0.43930265503042343,-1.2205238383300403,0.3136343619471792,0.2836191227956756,-1.9686342208381582,0.1229427048548627,0.6594206040132298,0.9087507621621549,-0.36163527821170666,-2.1001425180533317,0.25765941315370205,-1.3969704770637879,-1.0411590302601168,-1.1992879771518128,-0.9006185858212513,-1.9626743329369938,0.8134940491831182,-1.3489253529771659,0.21750963989522062],[-0.3317127610188502,0.59002866432487,-0.8831533505705369,0.7446251473958321,0.7079956691055106,-0.08523455948077992,0.7605174326215567,0.15018827332239743,1.0526385884442,0.9964991947098691,-0.8820107838526001,-0.34473999375000547,0.5167545092251403,0.8445127447830211,0.5827122486915415,-0.5719531937632147,0.5645925672083485,0.02502709116811471,-0.16421415689031693,0.09355081574305253,-0.3836132370747334,0.2822957227985032,0.9111371464407189,0.7378378085122391,0.31605362077050997,0.4596490498696349,-0.10539043090765426,-0.5461314112222362,0.5515500133205926,0.3834011605290915,0.31255404133415193,-0.20454657995097456,0.07965600879249048,0.9689476796138409,0.35429008470834655,-1.0882752033675511,-0.4198544242735382,-0.03170625150465178,0.21622893468446694,-0.406080798100106,-1.184358541102392,0.37768084358861637,0.4333549501741819,-0.39400608150867916,-0.20256922070230182,-0.7773760349445564,-0.24962375587166938,0.22444825189604387,-0.8338620568334102,0.21736843330878716],[-0.006238891931549601,0.8737938268057118,-1.4738075911315456,-0.024632750204584306,-0.7745024199072502,-0.13621162764537498,0.19983721040682864,-0.5521690279135036,-0.42845727859526767,-0.7979795849772361,-0.349327497491242,-0.44689003302137625,-0.7475142131156896,0.7053877451884747,-0.3511270451358339,0.943779256109352,-0.39076551167021883,-0.7184352162842211,-0.03718118979890068,-1.1159962101774952,0.6048080215384938,-0.8186108625207626,-0.5620917663785716,0.7769350448600169,0.47034533862501154,-1.3969331642078018,-0.05915386643183548,0.4538937057834979,-0.8810260404519734,-0.11690741115765806,-0.8182493403229656,-0.737216647626932,-0.6897705112490781,-0.6206331838626818,-0.3610976937217485,-2.4844797742901186,0.0009533885811601028,-0.23750041073551717,0.4955268287947941,0.6999564801387786,-1.7933124662845592,-1.3269558636953178,-0.379980127817691,-0.9174914615670396,-0.2159594606531504,0.3301086884429027,0.8528191927815001,0.5755481422478064,-0.28305794864378614,-0.08155544997702796],[-0.9033372308792111,-1.5346716899315291,-0.19336666411510273,0.17944541668604205,0.43452518652429906,0.4516525580472072,-0.3730359947578952,-1.5235839593810652,-0.4531682007785812,0.5936452781225691,0.06165547636944603,-0.20130993934803398,-0.5573262583466938,-0.6921405923209059,-0.48045373180592155,0.8851066135457619,1.1555959810325682,0.40347916664963057,-0.039000923052027923,-0.08537721381877912,0.459384529906949,-0.07258367579065625,0.9674638344258938,-1.637722634703838,0.23263851939301763,0.6323884707114992,0.5690228030930318,0.7382736738669069,-0.10950463747961156,-0.6238269260863076,0.9395973184378146,0.26635936014063444,0.3901438314721959,0.9620729002597667,0.3895786624825982,1.166354060501522,-0.33341859978412874,-0.4226290966177364,2.144043565273886,1.2345468952459087,-1.776503765938034,1.1027586988249194,0.40308026036205885,0.4198701547462512,0.7865467981928748,0.47532756838418794,-1.8585315877864652,-1.0867358196769767,-0.1594130482255671,-0.18121318336734224],[-0.21063949752478703,-0.2448080898389469,-0.3947918306138676,-0.7626761022688394,0.2726851550015051,-1.0052050962608623,0.00014869690084926544,-1.8686972562353532,-0.3437518939935237,0.16022248899810992,0.46044062384607753,0.3942870030534502,-0.5445425721103018,0.6892160814015831,-0.2651179438801006,1.423803407599298,-0.2125313462989588,0.2754911751849949,0.531979476671208,0.09863422385782941,-0.1970554927659057,0.7768791827976486,0.2667089248593838,-1.3504038871391546,1.0533123874497494,0.5361911288155243,0.9590577547903041,0.9509344749703065,0.464107833592127,-0.7337527283549117,-0.2168209068184873,-0.5462279709363261,0.1144466682820475,1.1181896715146389,-0.762370258763724,0.7292223228816861,0.15912100545815863,-1.6405610645333029,1.9647441809717838,0.9950875030974876,-2.663130130460702,0.8849764338496355,0.614247013895398,-0.22383868355775932,0.2505385369057241,0.05807328575762234,-1.9721472883657953,-0.9176603138733103,-0.3495856247159094,-0.29555757653965753],[-0.36945998743344655,0.3638897671672819,-0.14278445541467188,1.3635681574835412,-1.2865238341610001,-0.6144096753842251,1.5361678327039128,0.598596513775626,0.04791143028265478,0.0514728112506135,0.8720470115497307,0.4689290028294382,1.0155245762323692,-0.5713624018434208,-0.3741215225598234,-2.3956781752683067,0.6656901038956571,0.7967854917243163,-0.984330867589865,-0.5202247602267881,0.23374477833427734,-1.2536110048861955,0.31837741842166073,-0.8662497498293175,-1.9578386438509314,-0.16048547881580102,1.981889475790537,-1.8899036559214484,0.02794413433855651,0.8991688391618466,-0.6083147582621437,-0.7056463091543831,0.018753940016812555,1.3322267241331336,-0.19258410560352232,-2.7456857193559006,0.693928479476102,-1.4267927749634473,0.23883502402577084,2.111527464339426,-1.1128588027709272,-0.13530920377326466,-1.3782939955480509,1.0213947570423427,0.06540011511653065,-0.05313988139360586,1.784936015473496,0.33905167480015874,0.8585265976094886,0.9262954654343531],[-0.9983765414335577,-0.06230308007160073,0.44218050221748745,0.5322564315202055,-0.6314195793020115,0.06281676742054226,1.9911906176825287,0.038792034224066116,-1.3837809128694254,0.4631983088192339,0.13426132960086593,0.19618495208754586,0.7794819452185334,0.4568953025781772,0.9318215168059114,-2.0528482338306753,-0.26269286619508636,0.9491909349030686,-2.02490657143384,0.44808784524504747,-0.5315764312173201,-1.206549252770817,0.6196923906216427,0.7319960493952247,-1.1357113532583278,0.7866197699404909,0.9143060586374298,0.11742025709516782,-0.7136659300825288,0.5244625268877359,-0.047207285291215366,-0.8302988058403634,0.5376724260805589,0.11905530975217903,-0.06686263454402906,-2.1397509899711897,0.7336064668898634,0.4797777617448696,-0.46323403853948697,1.9177836000214397,-0.2715290723219375,-0.8874485118143466,-1.372896471356231,0.3616264064995772,-0.8133501026616222,0.7115858684233564,3.0196343605606377,0.545271954277618,0.16792855751985142,0.8824766495382772],[-1.1337740444743758,0.40659717078637303,-0.693622214922758,-1.5681993069462299,0.552558790631904,-0.6605170199797993,0.6800624468474952,-1.0450495322746234,0.029197057902331573,-1.0821558713574047,-1.1723281420421068,0.9484645987424073,-0.16953388965871305,0.47854233897113185,0.2995951755776259,-0.7598891214000496,0.21359479218514804,0.8522139530569977,-0.8978086946929605,0.9370266414763151,0.014430609194816915,-0.5935300216896543,-1.1930302034183742,-0.8065736348588274,0.15794188240752158,-0.980405389841728,1.013944769307982,-0.22512845750735497,0.7659690032512187,-0.266681463458622,-0.4489923611785297,-0.5130634108742842,0.9320039575074562,-0.5042697576453025,0.20438568000105783,-0.8093873232146471,0.6363246992369129,0.09866411105596619,0.9534511284541848,-0.6341605915238883,0.2758653461068821,0.38205889445179475,-0.804903571502198,0.00812666603763974,-0.6009280256646662,0.010947256070777877,1.006204146376985,-0.09764748606353028,-0.5025714188236199,-0.7456691888315109],[-0.7870687667798391,0.39770655735395005,0.43439977986277206,-0.5955712129444002,-0.6425753892613862,0.6343716876352995,-0.5357225564627828,0.7697822350377852,-0.018711833998306695,-1.5236597398540106,-1.3855745003796311,0.7599903178630684,0.8004228789349048,-0.16568501830901053,-1.7353070621769937,-0.13833599804300634,0.374063094432852,-0.6256467193839019,0.641437498952708,1.1208483815841304,0.505820147809857,0.9536894420032344,-1.6040104577255858,-0.028765294454884783,-0.29613896870337,-1.6101481495388594,0.48193462930588626,0.5287870717461168,-0.40820073133067925,-0.447978673025064,-0.20048364552495757,-0.6538312675482508,0.359155788970739,0.18860418160375114,-0.2274882497318559,0.8723667126617196,-0.9659781785566416,0.8979215766843077,-0.5873742438955724,-1.5954175659600711,-0.8795089130267185,0.25786678934182267,-1.9022862670355773,0.11407048979070898,0.654173212258774,-0.3688937631255587,-0.12496609132837593,0.32570753472506647,0.7355675029444615,-1.273889242250296],[-0.512329127694203,-0.3299511215456802,0.8034157245059629,0.4335292488900468,0.14235714059245935,0.4517135960369917,-1.1127908954936807,-1.0635031162530082,0.46463150516537205,-1.4502167234659629,0.11780263602635845,0.1413182618120559,-0.7173279336151238,-0.1752404830944123,-0.4664586592951349,-1.0116427456644672,0.5146984301050547,0.5174651250515725,0.9791122253149598,0.2802966686978532,-0.2110790728695984,-0.5839346691773535,-0.6770462556349628,-0.762833152584239,-0.3092518344770703,-1.2502300518102698,0.6609182012921659,0.6019143103967671,-0.685795800519567,0.2153697190394552,-0.5512861221541852,-0.9015507512293167,-0.7340171730426579,-0.16855796770457118,0.322393527996045,0.8489706291004319,-0.21181064676130215,-1.025584416341545,-0.6823807258826741,-1.1693014662587053,0.49154068167020415,0.20049584152662794,-0.1749752917807574,0.8429377191951853,-0.5367681027000395,0.8147819800047763,0.3638001981614953,-0.018073750698977094,-0.7975716145030869,0.7513878139972534],[-0.6625968590939997,0.7972217212326833,0.7627123236263843,0.016421760474235058,0.9510641671061824,-0.2423855217615928,-0.1544088020221444,-0.6304112609583131,0.336034170921758,0.9824113939874906,0.1607195093422495,-1.0438107218495012,-0.25515271244535953,-1.2729629748417852,-0.5845735736700106,-1.1891149707946689,-0.3264712036806119,0.7169635881965566,0.6005304902059045,-1.086662150356125,-0.6298396430863643,0.8395861021891423,-1.329528639904933,-1.8791879385431376,-0.7066099074304621,-0.8061981273792878,-0.7749426865150112,0.3743468270120204,0.6799460543028049,-1.1124481758655784,-1.0491118650381548,0.48128876605023263,-1.1466057570906436,-0.2870239290560187,-0.7213297441934478,0.723909154854057,-0.752143379339559,-0.7827773654313419,-0.5969599796601662,0.21056595127730948,-0.30665620609944816,-0.7830058530706437,-1.4136946431317483,-0.28352195579457296,-0.29195562056616925,0.41997847238385916,-0.10764963416289551,-0.754541204799815,-0.6589268925282108,0.3577669145882532],[1.0366735670882063,-0.06644485612818449,0.06062642677586875,1.0591071813822615,-0.14732101587996227,-0.34644170877381325,1.2357559895569166,-0.9655189231249864,0.05271741648770465,0.334712685831722,-0.5624140196599546,-0.6370893995451368,0.26236094689766787,-0.528269668602433,0.12185976836851564,-0.4860791671729364,-0.12225851458317295,-0.6295592990637013,-0.47295492515727994,-0.6087584346318992,-1.061209096049399,-0.971090335266458,0.2161835002453383,0.3432872759989962,-0.4489153985091172,-0.7013100491725459,0.8300121954781573,0.8508330579636885,0.39533380597618356,-1.0312962711673286,-1.3164935072399768,0.16526040037210318,0.6240306053037782,0.7386593416622229,-0.1697886757869012,0.5562227375388044,0.28365790815037767,-1.027551482970195,0.12175679583993436,-1.5048871838232711,-0.44837415042134143,-1.0654924455685633,-0.6838108446607583,-0.3884773818495466,-0.25819958503930585,0.2208146288654333,-0.3785102675272848,-1.1870016024188548,0.723806737729711,-1.2264940382013754],[0.895427432544968,0.8345255147839931,-0.4598882746348139,0.4366685689664914,0.383683759521933,-1.3211999641024654,0.09327461654555114,-0.5178278648448457,-0.4885071610757318,-0.6759652040367029,-1.2523642954535532,-0.6192857659713137,0.509559626206329,-1.6853033253452083,0.699585321615103,0.5442391413246255,0.18899420306359782,0.7764257436810132,-0.4064397996699878,-1.3728972129439025,0.3256896921593061,0.7841219236888824,0.6616934281253243,-0.7438247170246052,-0.3975228536757627,-0.6974744494245805,0.10510179167729851,0.5150921691926817,0.6562302626940277,-2.2827027368687633,0.1696104783564271,-0.2033662614467924,0.33000263969994514,-1.1171926979995153,0.6493361492576573,0.5285178484572114,0.3657910183547702,0.5385049061179241,0.5706003204180583,-1.359217353477457,0.24360537849566147,-0.19343275196019985,-0.18228756373177993,-1.1511891751138366,0.6825524463129587,-0.5607487277494847,0.627447996778439,0.6076207981640277,-0.9371747492094724,-1.548420234074607],[-0.9912755593305766,-0.5578962931962458,-1.0958730601309685,0.3599909880956116,-0.5515276197959879,-0.9051093913138216,1.4144753057971322,1.1683552049822132,0.6188498969445347,0.8444015459042835,-0.876950217376052,0.394251442744998,-0.006432043441009389,-0.38249719446457453,-0.43349026566191157,0.5175662353763122,-2.1854102411017697,-0.14212892227684443,-1.215218295524899,0.1949253738898871,-0.21653698759589843,-2.8972451879610586,-0.5109559501590232,1.5257153439539735,-1.5321371641790162,1.1042159387725554,-3.9793080770236458,-0.2817761224363837,-0.44017560136913214,-0.3963899374915891,-0.025321220002547527,-2.4650633400613935,-0.9994430526291687,-0.8157510292401594,-0.06004127754207407,0.4061353719782295,0.8864546189193963,0.33028180679270236,0.4040422924911158,-0.8559666411783973,0.4529429116407376,0.13418727526100466,-1.416809553936231,0.6427344517417598,-1.242736586860651,-0.11636323205266766,0.4906069215997231,-0.07016722385584093,0.7643497336646089,-0.1486736558077012],[-0.5622410846665188,-0.04817392894487339,-0.29387096896890036,0.4880078135920558,-0.5024463463011917,0.39997940298705886,-1.676737940128803,1.03531437767122,1.1870315079926421,-0.11658877633151526,-0.6316557706954283,-0.25120706020541905,-2.4545009289910125,0.328130531132635,0.9632664125572541,-0.4163717005420226,0.46475144285936715,-1.7645292191013016,0.583117993788743,-0.15305124664439337,-0.07631486157451127,-2.3867300101140505,-0.17670396495961502,0.958137871939135,-1.3277557769740354,0.6235735646123229,1.5893846690457802,1.0239297256078304,0.4444109236133317,-1.9417296255505716,-0.8017454468319688,-2.8857385436941403,-0.015497553867311446,-0.8778400488859562,-1.6982427337222215,-2.428379524196073,0.651407386629196,0.7145065895005337,-1.3277952962183883,0.2111054968515929,-1.4357675101105587,-0.34859215042181774,-0.7150543467338066,0.8216112108828304,-1.1979890441209853,-0.9488827410299896,-1.367477106821215,0.11851804477334395,-1.4217015952232128,0.06091747979261616],[-1.4424851385787056,-0.22348811292225673,-1.5281222694078347,-1.5295222509379687,0.5720985964153111,0.6484947901233706,0.6789263699824828,0.3037617845470363,-0.8099775773064647,0.8510991728597882,0.10686133881024212,-0.4900135879150991,0.7827704587063694,0.10952330176013321,0.1686838357450935,0.7454071290295753,0.16773437076044728,0.1550942638880392,-0.6819671120003423,-0.12536567610763474,0.1239613378620999,-0.42590526010695506,-0.055551706036672956,0.9507319268737375,0.20475706241821642,-0.9028940169761539,0.6510170176101976,0.05945487867332721,0.0250762840367639,-0.2953186705990388,0.574275567639902,-2.1378833020080696,0.6676793812795544,-0.16146142859157495,0.019827234115123188,0.3523753076838583,0.3140549360343046,-0.8478138537268788,-0.8745465922744234,0.18010389874433183,-0.0014482313984266171,0.30060100941557094,-0.08790766020605634,-0.6520461364662667,0.7608153687958948,-0.7284706995265596,-0.4604633760522003,0.6720888072379375,-1.3012409083150818,0.8075090080283073],[-0.9874266682079127,-0.3375231366598043,-2.378960833940676,-1.3548550032235758,-1.9184022009698183,-0.012224954704401273,-1.0781976325262366,0.3527434046599201,-0.043311496342287946,-0.2357755030812149,-0.2487475473241008,0.6989638280189332,0.6613967079717329,-0.7838930812881756,-0.9179858973650068,-0.6940025196358495,0.5990982775633936,0.7064981592686735,-0.5761414428539349,0.4631406566243,-0.54842645847015,-0.42375018793367725,0.5386246236238006,-0.9281115009271822,-1.3097541560066965,0.8666503855953107,0.050247089760132146,0.0384359202987859,0.8487368675428272,0.17643127725659782,0.1746703086658229,-1.8886115041755593,-0.3583275537699133,-0.5467360195187898,0.20179376181460457,-0.6502841957970724,0.5856644903011148,0.46850298429837717,0.7728853150674843,0.23906045669498255,0.9450887754303726,0.22355850892979345,-0.14386196690659545,-0.9716698917138045,-1.7567484315082094,0.03757745884900876,-1.3823133746250384,-0.2434874593473773,-2.547141404691896,0.4084351775182521],[-1.6696009784753816,0.8081464329738792,-1.97363748939239,-1.6843762290062394,0.5069664216921498,1.058193653922657,0.13861789785287548,0.9680257874230552,0.041494377645944026,-0.5243486383169907,-1.178256784283207,-0.15642057597224038,-0.05419388228133069,0.7086436279014263,-1.4368548631971105,-1.904204551464709,0.5528900097012622,-1.2237627884334474,0.9838313140879845,-0.5512993733681703,-0.017956870090099435,-1.0987783163827722,-0.5056512607246856,0.754903455182044,0.614825540478101,0.9888244625209676,0.8164882780198082,-0.7286532470849028,0.16602913287632842,-0.24607254754660832,-0.013113378028367016,-1.9685089659295159,-0.08953766746471442,0.801237646633485,-0.3291377562784593,-0.903122832094869,-1.3056390037534165,-0.3961158421240501,-0.9022517172789031,-0.12187822679444228,0.509982345541633,-0.014157965942184056,0.24471109933686222,-0.5944051953622257,-2.2789487788731155,0.30408393745051604,-1.1157273320482632,-0.282686123957912,-1.514296384604585,1.1197087368261667],[0.4046918234674086,-0.09563464354079258,0.20714088584018164,0.9916348949218666,0.09327519917464824,-0.015306302232891556,-1.5283487740928146,-2.2526666977667835,-0.6005101994443623,0.26425525069595507,-0.8656790082482408,-1.1893296268290148,0.9216122138065261,-0.334051380024081,-0.36508336859979784,0.6222641958602739,0.3583768505998275,-0.6071499323506131,0.04485043790316609,0.21935927135666805,-0.4835869373750956,-2.778665200219697,-0.23286349808334292,0.5304732754282961,-0.948567346722685,-1.169088997806464,-0.8383452429870348,0.2376396543501276,-0.8231582033299208,0.7828402576283168,-1.3007769051695963,0.08380195524714816,0.12957254728560821,-0.5270117244294514,0.32131463855762593,0.9390580035910719,0.8981015721282034,-0.7668138976161761,0.8074009153777567,-2.395212196633961,1.0723820007770293,0.9472218462806784,-0.9806853231577393,-3.1978749574081258,1.764349608964638,0.9052532404554324,1.4707438479139985,-0.073580108050856,-0.3422391498482497,-0.038722666612968325],[1.0880118205763551,-0.058094124033275595,-0.3644515811816469,0.023530073467643877,1.5513532268887578,0.834545721439217,-0.49882345650767707,-0.20515205887716048,-0.3751675709238542,-0.2727544127846391,0.559536321003011,-0.8727657522636084,0.08796858150358942,-0.6744110443110843,-0.04633576396942504,0.7472378493537113,-0.11242965554085016,-0.15030846095658992,0.40722288537862106,-0.34494643840428096,-1.114216627140953,-0.940586088347719,-0.08846751733113051,1.2407251156666985,-1.8831185174298315,-1.1101310869439813,0.18688321780629905,0.4151098860540087,0.35368813974376023,-0.16485661139246593,-1.3603806729411139,0.3185381715633336,0.12553993617486794,-0.37844886729041105,0.4881424915915718,0.21031112208781347,-0.8425289537483328,-1.7953377595578144,1.3162839353842255,-1.6874974729034815,0.793179059330128,-0.11711762143405172,-1.9577444802331037,-2.2963405918407216,1.5467946114672604,-0.7753559555918034,0.21020931220324193,-0.5697406352251869,-0.6677971103422989,-0.08881582907072197],[1.0118473674983677,-1.0423996117306777,0.43517047933946285,0.2685975614276002,0.8052880929685284,0.9356941811811974,-0.7776822854057663,0.020068294846819584,-1.3741552446563412,-0.5487403679271607,-1.6015377227838914,-2.468321964533567,-1.0774632468430507,0.2246159652327195,-0.2673802072144239,-1.9208827870875864,0.10629421726532612,-0.184087404584932,0.6102858913829085,-0.4023499294534732,1.0319366132270011,-0.12459858500353878,-1.763136271912362,0.3040497481804801,0.5941103555279483,-1.2292599764532044,-0.8755669277263215,-1.124868625931339,0.8494039200046815,0.7651501169608017,-0.49497549788928064,0.053435565622169556,-2.573682123108919,-2.0490326901865,0.9571876132930007,0.7814487389895245,0.8021733129304683,-0.20287219823361763,-1.8573375922993416,-0.47185353682803166,-0.23674201265745914,-0.6894097882397329,-0.14357602330268027,0.4671115507745988,-0.024376011975106155,0.21520820755109396,-1.1833843709332472,0.5976696866111022,-1.7303687064680873,-1.7748252286069275],[0.7038407128287729,-0.18741155447317198,0.5109630046730289,-1.0895322342572697,0.23826929737938973,0.5516538654496528,0.1899048963723307,0.5970527910955659,-0.8674486553533807,0.10964948306160292,0.8314616623634917,0.2726253988984051,-0.2555268579866491,0.003910130165711479,0.24703108186653638,-0.6790117751066038,0.7511571676592685,0.2527974707921808,-0.38615494215839213,0.2541245125621661,-0.3961534425501132,0.7999453388715078,0.7122755619754356,-1.5018045258734112,-0.37990714473897913,-0.4559344526728914,0.9307871895632425,0.1093465038624862,0.22931889755958768,0.1971228766722737,-1.3535907369840119,0.9174085303991022,0.42916914387961436,-0.35228069917410204,0.021344225525990784,0.6219026755477619,0.9848853983732262,0.4639304467248478,-0.8975215704428161,0.8457825258591438,-0.4061417324282526,-0.10235203881051438,0.3045645226628313,-0.0061123046940205214,0.14615676689756976,-1.4831531589355262,-1.0615213713518161,0.6564918823606702,-0.10317234354337297,-0.8826027816949583],[-1.1616955455342661,-0.6125703130567065,0.09558607411361632,-0.9146359483720664,-0.2935388359752246,-0.059586462427239716,-0.6935982302539471,0.23238644745595122,-0.6998075694994611,0.4337096454612379,-1.9178829022627262,0.6924871360148542,-0.6807714897536211,-0.521891516672775,-1.1097611722061846,0.6449195425968595,-0.02457584705695049,0.7603554835066417,-0.9699063094810704,-0.04396717234477704,0.17853885515462345,-0.2797888358300191,-1.2310407610672605,-0.7407991212014912,0.53379555655831,0.7936701621138176,0.377659366911185,-0.4977141020785458,0.8500855297046274,0.4853724487222132,-2.2650419440003016,0.5397530198346673,0.6233081288391022,-0.6657310185091178,0.5022204501498656,-0.5418778862366863,0.07511920818425774,0.0882340556040879,-0.5548444629154462,0.45353936769776426,0.5808516046558833,-1.913937820384293,0.793901209315605,-0.46655384540050365,0.43522209187353955,-0.5697046258954049,-0.0007230773045200525,-0.9335673156101862,-0.2998451354574086,-1.6041714042959285],[-0.6435182506920624,0.852023944838235,0.6753930916848871,0.49634068876789006,0.5314594993231363,0.37579919244707793,0.3215340193622669,-0.40731117231015684,0.2060732888668863,0.32287124412083557,-1.4715699028745859,-0.3825087675584915,0.7997929897929864,0.455327128147034,0.6383564130135264,-1.1653723897329387,-1.1235896806616146,0.1146251134737763,0.2401734811225434,0.9781729014495051,0.9348460503920033,0.5080689725852973,0.002680291029415413,-1.6353914423724654,0.2003737526260049,0.5668209143654619,0.22144090371202504,-0.6734588430974902,0.17962727413672347,0.5466157087780851,-1.7100100077950813,0.13198038719171037,0.9174199495085908,0.9169450564653179,-0.9847899350254258,-0.29105314937067345,0.7779747394938007,-0.3974882430005673,-1.4757333010440852,-0.03364741147042213,-0.7239309964770541,-1.7858536926666282,-0.39117637077047757,-1.231933960614559,-0.46825654598663635,0.3224770423483925,-0.35126184028169427,-1.1541417505829965,0.9442112408655193,0.24960815818208212],[0.17563337993336012,-0.625074360241302,-0.19089909061749524,0.27635393445361417,0.06351714746991473,0.2595031793829191,-0.6062674761086246,-0.02498363941020037,0.4026047925243144,-0.3633716016031979,-0.24806368939921355,-0.6607892297646366,-0.7494078378790294,-0.7855504365282641,-0.3206444384724855,0.8933725779310663,-1.6712448520377576,-0.8895497675960263,-0.6702816136647461,-0.06718451522490418,0.2631371355485125,-1.556843572338364,-0.7965675956048897,-0.08122332207093788,-0.41505675211535914,-0.21011828722917994,0.6904716949570947,0.00245468526054044,0.7015255396136804,-0.3223374388279043,0.12626526036325586,0.29569250772660854,0.02425883855333043,-0.5520341070706696,-1.3396359375999591,-0.5428199597454941,-0.9321396259358137,-1.2719340674370423,0.80323784840338,-0.586631333725578,0.30294000410544736,-0.03763349880215907,0.7201304422319115,0.9009390118208315,0.11887112917945106,-0.5702700391989375,0.4551976969269896,-0.5837311895754264,-0.9067924373229744,-0.44859863390946136],[-0.18144775953884013,0.5685378234815057,-0.06991206185726383,-0.6742308905186749,-0.3642157812057467,0.37126951435527034,-0.8620534707940019,-0.6608841590175313,-0.19736123375411418,0.06755941049943356,0.5828046871423814,-0.628660530263212,-0.2588472041854529,-0.22759887656139138,-0.6493220901153286,-0.45172621265336077,-1.7633278871501359,0.6899759463680061,0.6846918857989931,-0.054978018447033816,-0.15805559198886412,-0.5783344451226166,0.48536599459603164,-0.6949875482023855,-0.18977724553740286,-0.312949383818572,-0.1518498106388411,-0.7150260260087107,0.9828438369332024,0.8792682208400432,-0.21727309193581174,-0.5930271233949667,0.041108777170092474,-0.3919317300003525,0.22902007158321716,-0.5410986707379484,0.16059123943516454,0.07839082695214167,-1.0144363040587145,0.9748280743403683,0.7335844666768668,0.6673495867681937,0.6377597265242826,0.7816336852183436,-0.5863748764547703,-0.6229830889506449,0.5629286220979787,-0.4743012055485232,-0.12098850406667429,-0.4928247162340995],[0.17542334812925944,-0.26704599038957255,0.37779092412360543,-0.8461008420614426,1.0029890145289908,-0.7755246648843713,-0.7029754932592649,0.7387549228699432,-0.24332771553329238,-0.296921022485763,-1.2631009065500896,0.6203724401457823,0.2396245446953349,-0.10504011893957972,-0.4030049547878373,-0.32712009689553867,-2.635116496366455,0.34356799395809656,-1.0336815224603222,-0.9047412218285623,-0.3491638640695866,-0.7465070210065711,-0.0051639740037624,-0.7010630757484888,0.18804393454164112,-0.3292539645825511,-0.6067463345546704,-0.6789757223362688,0.7283120785495367,0.774373890097658,0.02970043315777176,0.212415613932569,-0.7945142707355465,0.8362964350556394,-1.904040799331158,-0.8732067915751962,-0.29411105832621487,-0.8830982570743391,-0.13776029102511392,0.30597041642488715,0.3870332555065861,0.5707096060017541,0.7373360015643577,-0.6254023827530699,0.36232767974949076,0.8742848259835834,-1.7409234954663206,0.2409028394064977,-0.40944368509015433,-0.016792269589511206],[-0.06355961432835655,0.6466396274244557,-0.32216685777222004,0.16416958485518263,0.24300897142717298,0.9214291358151206,-0.38948862607831247,0.46725305233625924,-0.5966832971573841,-1.0822841050035883,0.9421276268606252,-1.3026996195031988,-1.8617074659988997,-0.49130464650432376,-0.7830742623511175,0.5680960993846932,0.26839242492708215,-1.514991346820801,-0.46366383074984474,0.6175292035451159,0.4266351067782941,-0.011214518624538896,-2.594810806574744,1.147600409189576,1.0631206389001022,-0.5017204435769937,-1.6714926383501074,-0.7140322548790398,1.0026677439505842,0.36947644779482636,0.38241534974703484,0.5472357934539379,-0.043120672599818784,0.8162876309729554,-0.4879888942164071,0.2171439922664582,0.2038928071278686,0.567910691784151,0.9264754145084471,-1.5106807043436545,-0.16288775135292546,-2.602198767801441,-1.0479457017515266,-0.734610624395842,-2.1142757350869337,-1.4772537116138633,-0.6492784845985597,-1.3476247997037554,-0.006656744440094666,-1.7645470884856236],[0.31349415070732367,0.5830893694374555,-0.5490649831196535,0.2940332833817157,0.3471928336127664,0.965421221431161,0.5972972073500213,-0.45772087081810936,0.3830866422657925,-0.018223842613682782,-1.1213765975710994,0.14350569394103094,-3.464001932269611,-0.6196497120668913,0.31535264387181755,-0.07431807998145575,-0.6629575941256121,-1.3727084344582094,-0.13691725408675282,-0.516664322928854,0.40682369605076935,0.6193715972630056,-0.512476821672695,-0.22634075088634184,1.1058119842008924,0.4933172325674633,-0.5945644837069305,-0.7688385422524705,-0.42941928780195376,0.031795675240704105,0.16891833474282145,0.150327094695426,-0.7132270340220133,0.393649090955608,0.2317457449961664,0.6197570183191246,-0.30143817855695587,-0.9200260336411062,-0.4983108589964661,-1.5504621033854458,0.5541372889751772,-1.5794755468893338,-1.0944086804794848,0.5224361688370366,-1.832898776529026,-0.6580135368166008,0.6283523627447867,-0.29765553599043415,-0.35023417723798456,0.2680323644214579],[0.4680962185490374,0.5259575456761445,-0.6510672376661711,-0.2852483911756211,0.661102232456414,0.8903104108716179,-0.22385095546003925,-0.15117411994790123,-1.4674789861378927,0.631084173205997,0.18890238153055378,-2.091955735516216,0.03134794379826226,-0.1726418028991156,-1.5672228356560256,0.4138450290703593,-0.035832277269392115,-1.6167306576208864,-1.038787265359291,0.810989138274495,-0.8552487608813074,-2.212611067697652,0.6630302614985591,-0.6149867029958795,-0.6172639164749639,-1.5285617822670075,0.22464935939583355,0.8982305319659157,0.9722330293031292,0.6561381733773655,-0.6143001267345419,0.13612529159463185,-0.35939953396463936,-1.417271488451711,-0.9308753891116522,0.6133869510334324,-1.7955737634338205,0.6245343320297202,-1.334937819449032,0.4428060872470867,0.8841795997355864,-0.04567548387036449,0.224415079699291,-0.42614416191678234,-0.2614142576134302,0.15272844133803173,-0.7516274644281693,-1.2128369643896515,0.7835537405813122,-0.07026431474609272],[-0.47878127029572176,0.8505877305523151,0.7100243482963896,-0.5755875370079317,-1.2643654495806467,0.7466635795182824,-1.0184817475214372,0.3077251338987846,-0.01855990385312837,0.27674784458145046,-0.6712149648601163,-1.9027504745387835,0.22467958073063302,0.34611699065750184,0.35394632290908096,-1.171013745773377,-0.160848810552145,0.09803289276717163,0.46620588605768304,0.3012680934266656,-0.05729955354366077,-1.484929823576318,0.8993911617764634,-1.8753555460694644,-1.0894617355154517,0.6537335595899981,0.1613109187723014,1.6270207412924966,0.3770188914963725,-0.5686898964459427,-0.2385321991501372,0.15571495548280553,-0.7300527319950297,-1.485073144890762,-0.549635072987142,-0.14628152936590003,-1.3318725732977252,0.43990937737979774,-1.3025952661472529,0.9662657676178438,-0.43686743780083853,-0.011950011051499272,-0.07808122647088761,-0.8885752283195765,-0.45389110012550266,0.29048988108530965,0.43582533135718815,-0.152535012039455,-0.44816980364482717,-0.37009868024226833],[-1.0253221139247952,0.6354517976796423,0.7066107411034819,-0.2325585221220685,-0.002842258006587708,0.2410918659867575,0.6203063344507176,0.5845773035279161,0.426222648017889,0.6168580658422584,-0.014285692283919944,-0.8012371036752466,0.7655049967768549,-0.42441406588746755,0.6335252594136497,-0.6416588571412134,0.981353109930182,0.5995530341597419,0.1662330337128811,-0.38506007392983227,-0.13662022400103138,0.44758266951062764,0.9027661606477075,0.9480108564361155,0.40887029967952876,-0.5299958240267825,-1.1372285028319078,-1.6547483334206297,0.4696789364285894,-1.1297242808864512,0.1707077691081212,-0.8835815655837519,0.5656262041417905,0.2158194266628237,-1.1150268979555524,-1.2570275228080556,-1.0546178920365923,-1.1312246165808848,0.2125223501738655,0.7241529699528985,-0.48908044952625984,0.609806560578949,0.2804568490069138,-0.10695496124980877,0.6429238368554107,0.1699143533288947,0.4816093194780375,-2.5884771750488387,-0.07382829665542408,0.2753978070540779],[-0.2699374991614568,0.02007853779501326,0.8927814833036536,0.2241516177998622,0.3330002112990883,-1.3760574589014616,-0.18607174090277018,-0.4960516362334446,-0.14039977773988813,-0.026779988565514813,0.013911653588124297,0.23548368944674122,-0.10565170201370395,-0.7023410176029667,-0.6541851518889115,0.7210887165970695,0.3596687292275313,0.6818181826130313,-0.9945170818404141,-0.6318652375418333,-0.5219571461021484,-0.16025985571005927,0.12294201846275636,-0.8722531284887074,-0.5373666063815736,-0.027189842987080593,0.17641010065264123,-1.4138030906093209,0.013863737725599673,0.9380194407549435,0.2814165128138099,-2.066478319435191,0.3275327260683875,-1.5829791928479342,0.7382442517474398,-1.8194034326031614,-2.393153980126513,-0.684100554058776,-0.34669983850539965,0.709665589875951,0.2207692969716851,-0.39337755337722236,0.6432378759080887,-0.3263410638020302,0.471254339581492,-1.3526581978334804,-1.201342169698925,-2.3208507031198993,0.8243055742370674,0.590813707764105],[0.5213508374243823,-0.10131150667416843,-0.26624840179284237,0.6138475596249736,-0.2991701373374864,-1.095593157754199,0.9635058602048671,-0.05062647584573368,1.2926794667152872,-0.4096286123171883,0.668422468933638,0.6882839585585984,-0.5148889581610592,0.8411472080409339,0.696600795218439,-0.4801288581994523,0.6576043969285686,-0.6238280980744972,0.24492969242088708,-0.05012673567129758,0.868515388481129,-1.3473247362329515,-0.3378515973903499,0.22726943624053375,-0.22196126974879019,-0.09261689523141735,-0.7906110696662422,-0.3281627358892594,0.7748085124843661,0.5689004255404883,-0.38697509297855837,-1.7921963524361564,0.8052371399773272,-1.1254412131868188,-0.31729640904832407,-0.4924709513500698,-0.2788224863241562,0.7330190995344497,-0.19674681454809276,0.5727780903992157,0.0399900659123458,-0.6595589598796556,-0.6043923909634658,0.025209364991231796,0.3235877278608501,-1.32535970452602,-0.6271429895183873,-1.3247293465096206,-0.04441692065740288,-0.8289758019319486],[0.4493680707047085,0.44157500344710177,-0.05707833525177427,0.46246085963388034,0.27796506912192503,-1.1152951982444965,0.3920250852542075,-0.5064230996721136,-0.5145643744238835,0.5354207957328341,0.01899311647152187,0.4878269828798989,0.9232262885506555,0.7641309373790364,-0.8569778245494262,0.2595609338865013,0.04747185768756605,-0.015368519256771969,-0.7025212166605203,0.6389154818271453,0.49662171633351465,-0.5203510101463873,0.3808658003715943,-0.41524176738800467,0.00563010954396086,0.5937169415751768,0.20532175112193046,-0.5526636535821041,-0.7007457162191669,0.38242771693586397,0.7410970746198837,-1.753965338924742,0.6663150697673148,-0.5693351660353615,-0.543139088394576,-0.7926959786275444,-0.4312744339625434,-1.2015362240837835,0.15369835783232488,-0.23135431563188724,-0.549326993874779,1.0343116993688317,-0.9619779976605155,0.2907039225738553,0.7977892959037386,-0.041280607198761914,-1.1110808485232675,-1.5900565381848144,-0.6183525914942896,0.09554849847377904],[0.04011525000387309,0.2089231047522592,-0.28378493060769044,-1.244816157595245,0.5685703804148258,0.22272939507004952,0.03135486497929134,0.15881582372068576,0.2906995068557851,-0.8611642423838426,0.038985303526494534,-0.6691040980948114,-0.14159408112183614,0.3653738363043646,0.8692719368085529,-0.6346930207970111,-0.143801459100969,-0.33840055190605645,0.33496020740456733,0.9413671050609044,0.4652831711291398,0.602115270963168,-0.33278984366023573,-0.632623669026744,-0.09220623059833177,0.6123037985409945,1.0206952378564011,-1.2041743625914318,-0.28856012275466414,0.18415263381417218,0.13715521887363133,-0.6065578286550692,-0.6764663194350439,0.8143779855424886,-0.6833762484882862,-0.16568578009595739,0.5871694544028369,0.7158580642874371,0.18241380608234295,-0.769225080047659,-0.6559771107435595,-1.2746877421823126,0.9370904280526996,-1.0178360122576273,0.5702349352407243,-0.43880383741690576,0.1557952179914083,-0.35281728257637046,1.02575195749843,0.6065891229459525],[-1.133081209194869,0.697993410028601,-0.19940403486901773,-1.7464893983548666,-0.6586094528043078,-0.7299366366661894,0.9344981376995085,0.7539459238529046,-0.7283218760633476,-0.2747053422701926,-0.93437856707185,-1.2447413634492668,0.2289993297288313,0.7670264941764076,-0.27436392280137567,-0.8790612430375959,0.3571373305180783,0.5139874811214904,0.29233688343667324,0.5519407761309957,-0.5651811884438593,0.6107153960240255,-0.6740277431627182,0.05274132207197534,0.8085631654035949,-0.6836593160199074,0.7007220561803189,-0.7444276334148076,0.9110642850133587,-1.3358308532875225,-0.6655646924829904,1.0374862291385751,-1.3641519214775704,0.03640852658604529,0.26867346468799663,1.0990719412700638,0.8869537033413599,0.27233271655297414,0.5433317286469842,-0.3713477265659009,-1.934336496461086,0.42637454831033017,0.31164355288206086,-0.05025972549733117,-0.861504962733742,0.9249521897535323,-0.5795594259871578,0.23506553531680066,0.7056473922535462,-0.6836585974034918],[-1.016000009040715,-1.0730500023400855,-0.4059617842394462,-1.3559337028367577,-0.063935185594028,0.45633109174945685,-0.9051109672437685,-0.16535387537299667,-0.16151764726043907,-1.080673206708283,0.16482843589138427,0.3687089971896197,-0.08495981102907586,-0.09000293453895684,-0.560172139431963,0.9590838166502551,0.8993235504491864,0.32129909698932146,0.8512267111955643,0.07825618931175783,0.025173764048704323,0.41084870685353,0.4024046853746208,0.5763710136480045,-0.056641056700467776,0.6375915447402625,-0.28604072835967465,-1.5124681362682266,0.2725873634969025,-1.5962352566158715,-0.5822912553813362,0.18381308831232612,-0.2512076043391311,0.9733492600204455,0.3711404080164762,0.2096496734120482,1.4082115187541422,0.6328378505437532,-0.7474929089873368,-1.2712121575723823,-1.7049639128800396,-1.76156347245772,0.026051136375463496,-0.0024902267351874538,-0.018936653240939405,0.42528937275462675,0.971631046629739,-0.7416207234600793,0.0398267546192438,0.21666424078265048],[-0.23586770248619535,0.1612541305669486,-1.8002747771141836,-1.7324169914714524,-0.9479677564107596,0.5580165057238619,-0.14623217564778543,0.1646666947706441,0.5365336706617035,0.7536790319995721,0.2194766812407997,-1.3259421909167939,0.5336731149093156,-1.051139540926049,-1.0490505095722746,-1.85346599551929,0.23910599195069177,0.9308203727661554,1.2496169068521505,-0.42988658390571305,-0.17178504777476492,-0.5747696625540832,0.8824380822915037,0.9480195640525156,-0.5417814757136884,-0.04345334748752781,-0.5702845709780165,-2.50013917904525,0.27213832900706997,0.6373288597986979,0.7656317286877006,0.4094784332979417,-0.4533980392079978,-0.4169933945534542,1.250161076114429,-0.780186668130821,0.03323583014145348,-0.644302103810565,0.8940862395506614,0.7908547760487974,-0.7347168005675867,0.6825164820405456,0.31262811948858016,-1.363205592553865,0.42053965063730414,-1.5936358239788142,-0.48801044044588954,-0.5462197965408397,0.06913274101855851,0.8728310293247511],[1.0115353084770708,-0.0077649001785109854,-1.0200762741113127,-2.4080885132597176,-1.3070030002891357,-0.30144843604781457,-0.03827353718678963,0.5784159726074724,0.1153036053570048,-0.8254244087919529,-0.3668039763262104,0.4948938168346687,-0.5113730512735186,0.05886114660069769,0.0051741788863610486,-1.3126681784027099,0.9034095829550747,0.12515505548375186,-0.25977085154313845,0.9881893483080784,-2.165879080960905,0.6040080937056667,0.7030133885943197,-0.3699906764761633,0.7414477388024325,0.44110993284401423,0.25124284884180953,-2.6320694282440567,-1.2195707345280875,0.5786006160023094,-0.29701183896064726,-0.5492979497030017,-2.3992184138644443,0.9628935790074253,0.604732781144681,0.8314300129744383,-0.4476198049502224,-0.1539432033327802,-0.7072940478161659,-1.10291503660717,-0.2954326406112368,0.30224664865758133,0.02575286694635753,-2.806341563120694,-0.8949487303598113,-0.5995304011259691,0.5162724201714551,0.6771612773190748,0.5985749904841469,0.3907060960453168],[0.5000602043753298,-0.22875225041657538,0.1866750047562207,0.7441176820906039,-0.4086823796101627,-0.6394991390881974,0.6656456486252468,1.2127900293060874,-0.3632126465999891,-0.8656176168005381,0.29304344908425867,-1.7179517386018488,-1.6091472362574115,-0.8240725970016112,-0.7243654479360758,0.845419134794858,-0.03299023194339113,1.1265927553945148,-0.5997098105728542,-0.8213171815603509,-1.045592386438304,-0.8325876051703642,0.9264326122904661,0.3697046145462343,0.7566435765961559,0.4683320606481525,0.7298542667756781,0.21489458924724883,-0.226159124884267,-0.5799484498037802,0.5583953626918869,-0.3970189035718628,1.360565691620009,-1.0685435037706912,-0.23001102319967837,0.5445917719640789,-0.6383847991586487,-0.3574140097001125,1.0223291142616173,-1.513775832364561,1.0631439289063265,-0.03876033990074588,0.3242447398208835,-1.5700826562757118,0.05741026228445202,0.19172407643620934,0.023031318989971513,-0.7633547511536188,-0.6844368058983216,-0.5237201839755541],[0.825427332507459,0.7429067041975131,-1.4183160541422306,-0.382041912387841,0.5379656922390625,0.4435537506488324,0.24790275968158948,0.5980326493098196,0.986035467652375,0.20481815700394834,-0.5933638759345631,-0.8574880414500633,-1.7889234821920876,-0.5009459010393813,-0.3879034683447657,-0.3778976624839226,-0.5024746725472541,-0.1642808287241961,-0.41317070599096534,-1.334169428582884,-1.6686798782760606,0.9273556191253868,0.08243859998716621,0.15549867991613509,-0.8405164251652765,0.16501133090381417,0.8030684649343509,-0.33121627362359335,-0.3829350748465008,0.6259511927010528,-1.1741019273793538,-0.5598748103077434,-0.07784706727312661,0.018940616257473248,0.7703482738542343,0.20615516110424717,0.5374944408155475,0.33272094204468816,0.15429220892785903,0.6122421864247095,-0.5174930075228523,0.20516753873712917,0.10208135891959921,-0.4067214977544241,0.05661476428191233,0.4377403071029288,-1.4457902101562707,0.7299547594174588,-0.1707302880847583,-0.379401520027012],[-0.8502684364259517,-1.7664753589574533,-0.3083373220082791,-0.18033720475476042,0.9289332329515282,-1.8779941856104507,-0.82480411103139,0.5335951934321078,0.2690611620597273,0.36620266671999724,-0.11363535918117867,0.8524894067063166,-0.6802276185013719,-0.2539724258505817,-0.1710598445940668,-0.26384295531634844,-0.10414734184483133,-0.46685947183035764,0.8357763093166566,0.5807921195932728,-0.570548653359504,-0.3847746078358056,-0.4987863011581399,0.18445975112584043,0.5231599620524298,0.4218905022949116,0.4183026627575243,-0.8733163235857011,-1.90846125527833,0.9318568666054108,-0.26333908356251723,0.30989314926305833,-1.2634086564287068,0.05203742166206458,-0.13167554907835347,-0.44539191433861614,-1.9433687669305828,0.8306881617375834,-0.6977041986162211,0.972005016989328,0.704228271999556,-0.474419967299238,0.6728697515453598,0.42165361155611586,-0.2851233907730905,-0.9084816079587285,0.5785884345594337,0.10653031995315947,-1.391573031037955,0.07078808792892381],[0.387009719744048,0.3122720626914628,0.3408596013100288,-1.2778112721700745,0.8914499154126956,-1.4321332377261942,-1.592617052833437,0.9475994292930574,-0.5316480545353176,0.7258370821122879,-0.7289878079809959,0.4925464277980389,0.8577307285362856,0.8980989062713529,0.8591152507664322,-1.8420554540971608,0.9224682317045863,0.4174625905675992,0.29095449363888626,0.7039592111778584,0.10677579340691072,-1.0110779912552739,0.24245448346023357,-0.411317248107134,-0.2883608897118425,-0.3162118603325978,0.21085920008335038,0.6189550293796076,0.3637105606580443,-0.2354105077434343,-0.4302963847935817,0.08739289309042356,0.7334836993816329,0.9897103876904422,-0.7873810040996445,0.07616608956429011,-2.333906343199586,0.19473898936047893,0.282060609454956,-0.43580962701625814,-0.06999693285144454,1.108796277671709,-0.7493902782632691,-0.18186924163656532,0.8837861756443105,-1.0939628908518209,0.43531255647045214,-0.819567016435208,-2.383495225036078,0.4244508990716718],[0.25237648155036835,0.3618408020794617,0.15416694093987018,0.6371051050863822,0.44865344076414,-0.43945169832944975,0.6076404368121618,0.23784306941267597,-0.29746860586081075,0.29113523534582203,0.7170874936961104,0.32001397805832144,-0.6466066103826938,0.5359759697863407,-1.5808810985802075,0.8581353582963164,0.9615804785549941,-0.628055261800954,0.19330201247141893,0.2536681674437159,-1.2986518637205313,0.16510796663645627,0.70092847370641,-0.6168866656090358,-0.6486696718545341,1.1113708441499208,0.43390840461942176,0.4899005769329242,-0.3518928081654287,-0.5740238543888713,0.6435695978337294,-0.3612202969835907,0.5407405535034344,-0.7355551149935825,-0.43379892531101133,-0.12413909144053893,0.41500458881664726,-0.9299142474587085,0.6725166943849471,-0.7200931319129468,-0.28698865692491565,-0.8009384232430211,0.11920189724305887,0.1004842710405539,-0.9779331373838134,-1.1312675986107217,-0.8387008612688259,-0.8861732782499712,0.6877493821084101,-0.18855456994980788],[0.35696668647215574,-0.7386397605902073,-1.2062219984784661,-0.4575163859165335,-0.3818894220510477,-0.3757958337462901,0.6490510801956174,0.30362268249817737,-1.1865667841743959,0.7025072887518214,-0.28085250574686943,0.6935648747779712,0.1410420583792943,-0.3811860046029204,-1.29621801789311,-0.12365493751830878,0.2677297367944442,-0.9416054794740649,-0.45594967198386066,-1.227028086240521,-0.2874843476885687,0.3504630170015201,-0.8020997787505465,-0.5335479808888612,-0.21027864013031775,0.10758387268350597,-0.05331340484894269,1.219756547426367,0.08554990050640497,0.24634773040258842,-0.12207843150660574,0.40155089182462156,0.31257828821325934,0.5223813537540672,0.990771458840496,-0.9455816031964576,0.341814017709207,-0.33847514146633817,0.859474757475551,-0.9090063892498319,-1.3406650184333437,0.3791662975247748,-0.7851731483684474,0.7858702369004242,0.2062666819386157,-0.5670577159560191,-0.5384678253462646,-1.7987672680775657,0.44494850612272324,0.5876088878465227],[-1.2751515399479056,0.6707051330607553,-0.562406426460652,-0.897286362487484,0.7363957036957606,-0.0009462954166262522,-0.6906708011246347,-0.6315514405710626,-0.4020497431681219,0.19720277505200917,0.7757481053999187,0.4511755092019671,-0.7807426416525276,0.14731310122154848,-0.015092628519763169,-0.03865497885841936,0.6889640970236262,0.19918154204168637,-0.6650738090351763,0.1594122040426574,0.9223555906622494,-0.4904836247086995,0.33898720447668124,0.0030143952378588004,-0.5080620796660432,-0.05350078238181762,-0.7013951548169236,-0.32054037364030113,-0.6748677641136845,-0.14178641820719284,-0.9866902965976683,-0.13989435544899856,0.14750452143454496,-0.08013585701097091,-0.9921407223697125,0.017355850608316403,0.6844771757389785,-0.6330212063148435,-0.21584036770640455,0.632002669359811,0.4143294849031245,0.2749116663609029,-0.3708085786262105,0.2976538282185787,-1.4187024006202333,-1.027164801016997,0.5783044791790456,-0.5390818675491369,-0.1152833323884904,-0.9849878959695543],[0.3482912366532005,-1.0420034700325258,-0.4416511549612359,-0.7263362397225062,0.27930179944167005,0.28164602774252756,-0.1815535167234667,0.0029526789354806433,-0.6748449461226649,-0.9824593183288931,0.5941337067464664,-0.1439197230591067,0.019441860207073322,0.11456854268431287,-1.2974861929125199,-1.1811284627438832,0.2955169995768338,-0.8370452831339603,-1.1263297825070635,0.10545698648434297,-0.4578722143959375,-0.8138713541931543,0.22144547854600513,0.14420862778293864,0.22842582823707513,0.4731064140658849,-0.6642406850086529,0.25015140007840847,0.7793223570581352,0.933635179489582,0.4531653002511073,-1.2913189628362045,-0.41819165471303965,-0.6617925012853769,-1.075418094561219,0.28198789706643906,-0.9158964287949038,-0.7114015731745957,0.4196648060166101,0.7264989424893823,0.8393724881158175,-0.885804523035468,0.48469974767928486,0.2481918338854412,-0.6843025798304571,0.35784640180148236,0.6356641424001058,-0.5980407157787033,-0.7831755374027473,0.4835479468481872],[-1.2615420932253412,0.7127445618322455,-0.5256370112007624,0.8757770110100911,0.8030389815095699,1.0298458457583008,-0.4543872265493769,0.3415204724377425,0.8785274351322846,-0.34602392691335904,0.27057415250957734,-0.15748953292562035,1.1403638253837456,0.6018561587129497,-1.6530075600135876,-3.0535680661922338,-1.0091968043768176,0.231315019154454,-0.6094936946446117,0.1918512517182813,-0.2378890359325465,-1.1108446195383286,-0.019350558545681747,-0.13556514160274152,0.11196440163903106,-1.3435397402666138,-0.5227167341720794,-1.1787207201761052,-0.643849989679078,-0.05449608696646959,-0.32729460407141037,-1.1953618163848108,0.7769755684536305,0.13595153358029646,-1.3334399280522693,1.0221057607201958,-1.2800352561800816,-0.53538686087824,-0.5084072542521698,-1.7885919625772984,0.6141263806654067,-0.3323440067120998,-0.2897569931233961,-0.8124590188605406,0.1477376049700176,-0.40173088536012563,0.5564918924780641,-0.306503281220413,0.4612688172107201,-0.17795445124021575],[-0.6062878893275497,0.5360122827577446,-0.24636251972585108,-0.012680986805581506,0.6978769723759211,0.4589777157999644,0.9054870988957623,0.19555535920417197,0.23372394707741326,-0.32409009488978696,0.7690848114013747,0.29807702252781426,0.8818561899425653,0.25242753743908547,-0.9550979053298857,-0.6488752329535051,0.09921154801647683,0.5138172604045107,-0.6786351951791931,-0.5829363078689911,0.2045267108061628,-0.7789941567609197,0.38703909595877845,-0.007923335431121063,-0.6919826770209191,-0.22453009189927536,-0.8073831431541532,-0.8124522501622474,-1.1194532483680235,0.3473729256294059,-0.6182393261696572,-1.2313561951168934,0.14339577901904693,-1.549036852681857,0.7794051188864282,0.612510388368881,0.5345199795065432,0.19482486104985494,0.49409862755716116,0.6843019858660322,0.8993218586046257,-0.5769920651480694,-1.0296155409546328,-0.7495543168965043,-0.7366470143636296,0.5683584751054178,0.33474641807683736,-0.020412274964415524,0.945546163605663,-0.7521961482845761],[0.35711039455592997,0.08108814699285277,0.778747309532191,0.488496533410628,-0.3147606462117946,-0.6501744141536833,0.29917597035969634,-0.5086013076388152,-0.42010575087057983,0.6410119564773102,0.27447606127182367,-2.6996259576376938,-0.9261145813746217,-2.750680902766287,0.2924063390928064,-0.8803772619606561,-0.31628468052165165,-0.800523655295423,-0.5808108775689297,0.8358195420039158,-0.9791768694448767,0.7358366512141025,0.0940733922344717,-0.6411758960702207,0.8682720018553697,0.741060300887932,0.19256357574239918,1.0084887951741812,-0.7570190657509811,-0.4626426675708447,-0.02476249400275465,-0.771057938984109,-0.5410058157490265,-0.696289142142945,0.8562501011197257,-2.428778041308407,-1.683340631401884,0.77434019069704,-2.7971433139712,-0.6897790510056295,-0.6787021626757112,-0.42347699143756695,-0.7245660407365812,-0.14370634057570983,0.8178249686012021,0.8256968014135319,-0.7813927294561048,-0.1684158376790848,-0.3064069093038183,1.004104336550036],[-0.2623056403274631,-1.025718828980058,0.6774006818089826,-1.2841833202570918,0.606105101703301,1.022558327799622,0.5733947918898176,0.6145637034860769,-1.0125237515748584,0.05307521864948983,0.7317560439492591,-2.193863671263902,0.10423100872255078,-2.053779994029004,0.2016505120813912,0.5125523353202575,-0.4861218859997137,-0.3076526606098768,-1.138915758310819,-0.9160863794461783,-0.3409876139896207,-0.3315376277893501,0.061101992770835195,-0.9669949563073392,0.00021740048469729564,-1.1936602642194845,0.9499138878438785,-0.26668132522775584,-2.4643192995641194,-0.24599102673757875,-0.030975493913373613,-1.2837220563292673,-0.6789321476278859,-0.26732268071045073,1.1566646292670233,-2.329554899886834,-1.4545633663933848,0.7268419569958918,0.704754339563809,-1.174227930823165,0.20914700567131475,1.0710278008755456,-0.014837434126334622,-0.06807909889772008,-1.0836162248555767,1.0962451303031966,0.38104123588178873,-0.5452845518443986,-0.9226678076797956,0.4076668845841714],[-0.2672221326689414,-0.21728416285521526,0.7490175455060025,0.6238949000116416,-1.4369122126131493,-0.12074358834937951,0.3188333491879899,0.3193004135250444,-0.17900551584024355,0.22801002499065218,0.13526121229569543,0.24643511596332593,-0.17148179797713928,-1.5991149752388116,-1.2897927875323947,1.0231521730220254,1.037017778305511,-0.001274471359889051,-0.43766888616387706,-0.7580583519758984,-0.13403164850297444,-0.9894724008240667,0.8568371547529091,-0.6766630884181007,-1.6375172175181467,0.26994534693091377,-0.9234140342057787,0.6768645382831435,-0.5014863305958046,-1.3166347692184233,-1.35787223886605,0.8256314556389461,0.7546921918900429,0.01769477974131064,0.752645130394939,0.9558548453266718,0.2614271381032021,0.9003920596051073,0.9190841013063227,0.398175108168628,-1.020150486176178,-0.48276019643703577,-0.6026239956884687,0.17332832300963663,0.5538414665992925,0.012105791831382391,0.19525708087660767,-1.8402237447528944,-1.3296092145836622,-0.5018263263593054],[0.22264482661266413,0.9489660288390153,0.06179479466409513,0.3001809178674887,-1.5570199245400362,0.491281833726779,0.5639888761414992,0.6302188286367897,-0.45378518031420023,-0.5345850836698942,0.6459253799250095,0.002303021463704516,0.7670017973986418,-0.8297712362320243,0.37997407262461014,0.8852914645447282,-0.1969468269659947,-0.447081574810189,-0.4406638075203148,-0.568147210406464,0.005030198746279048,-0.7420508452616879,-0.6136722896763417,0.19498279191998266,-0.5952583129156346,0.007037293176247691,-1.7011960401599127,1.0021778421363765,0.11808145485435434,0.033257458120731144,-1.1822906722496753,1.2448402496779243,0.8073604666743703,0.32386301293787756,0.17474197545996498,-0.14761152789918178,0.4735501228020057,-1.2255026642418196,0.15058500153942178,0.048179803925186164,-0.6237454525163565,-0.7339682604520719,1.0611762171616004,-0.4573322996210053,-0.5493396784173401,-0.6581218418580556,-0.4458196858002073,0.04564305390851459,0.5215055544836743,-0.17767308890527442],[0.29786621003020664,-0.2730989199907599,-0.3379389694578755,-0.19960268546132381,-0.7460132314824481,-0.03945349520088118,-1.166086554475043,-0.6410178371640731,-0.07450517422803421,-0.272194569919342,-0.2808783594031277,-0.6640650993880404,-1.3697633321717682,-0.10756798364580843,-1.0515825388727396,-0.8501419245342999,-1.27746955643467,-0.5591556554893324,-0.3006302633880321,-1.6489405199362888,0.6061332203773311,-1.3019449707845283,0.8462128050324768,0.7697050105100929,1.0615584151914548,-0.2946796211834477,-0.48433266476933606,0.2990616526616701,-1.548020802159413,-0.9510636197765076,-1.5924867876778295,-0.8465845438671963,-0.2242684682750199,0.7257657688794297,0.2771074400584961,-1.7898399745717426,0.22571897822590686,0.48481660440010554,-0.5334633744855056,0.2775718457296634,-0.6412849258211745,0.8689123883518798,-2.157084474417485,0.30935101729755593,0.6145999499066274,0.8516589790495757,0.05876280937496761,-1.6613023994324954,0.5632642170649226,-0.41620337863663215],[-1.3917350312338461,-0.2260551561133375,0.7481257193910728,-1.9578407039147825,0.44142821374211966,0.5549618779900303,-1.1422815270635795,0.2686430794746623,0.7310930072702657,0.00023519156746266084,-1.180674201717902,0.27883979949813864,-1.6785221843857392,-0.399208236629877,-0.5363631338969597,-0.10950379661216716,0.3783111896040534,0.0025415896110651363,0.3140556078541803,0.3682269649191064,0.08855740117397397,0.6092539876842221,-0.10547595177110973,0.1059304637285087,0.04423810650837779,0.4000986691751925,0.524017223105061,-0.3051971845577171,-0.9629347543476122,-0.47230069063767127,0.562149054212484,0.09298599255641962,0.37577180365387397,-0.4686017664091038,-0.8178945905676098,-0.35680705426370396,0.19381476499734285,-0.9561539740183815,0.5876637390022266,-0.3131379195024495,-0.45013214916413957,0.5504738159900695,-2.1254039192757364,-0.5395048250570288,-0.6829876652167077,-0.08923724499381175,-0.04961382686235868,-0.4514794320048267,1.018707641830448,0.2997100046929335]],[[-0.2619665849673598,-0.8675311643837162,0.8792254414052547,-0.10253201774559367,0.3849137720747276,0.9515116550100444,-0.7963057285903742,0.10045361716676023,-0.641137592679227,0.8097853258742843,-0.5158920389899145,0.5462329509356353,0.5750748124503918,0.4608545161965813,0.09443215081924806,-0.8836344223002981,-0.7467181116668961,-0.5144065708921847,-0.2573166925668678,-1.0084034309074652,0.5454509229402014,0.8141151955312357,-0.035638545289350704,-0.3797794782852267,0.5175619964208275,0.4793460011534055,-0.4851898281797494,-0.13470435553806642,0.6022933784935575,-0.04604376797471133,0.9450541007384077],[-0.06071884396715621,-0.47282107999079065,0.5471131834512903,-0.4509595464313275,0.20497050828777524,-0.2168974726459759,-0.8948164412743428,-0.4962401568625255,0.04461245713797053,-0.7908058373394651,0.3344566268895481,-0.3701139075299661,0.4849363838799035,1.4174447963904797,-0.7340232661766122,0.3185942901587879,0.3929273189938171,-0.5089469502436291,0.1484966280922598,-0.848703038973164,0.73668087167832,-0.13289414940204486,-0.36198625759168945,-0.6283215685302713,-0.21425186765779738,0.24309959535283665,-0.9095601374292736,0.010558651156745784,-0.07002493220333167,0.4328403983829632,0.02517132115452425],[-0.02177324053471168,-0.5049420159538252,0.48843185920809734,0.14964710837308695,-0.20859571308007913,-0.26004983026123374,-0.17243484898475211,0.06596082840699033,-0.1959134568319275,-0.3082915394899212,0.3936558476690582,-1.0044615769728285,-0.13317225366511007,0.8361116692233276,-0.07472991667694588,-0.3532765605588805,-0.9876104584841026,0.06683017054403069,0.8751783902571058,-0.051997706073285084,0.655715460647951,-0.8693960773038564,-0.4747401243107767,-0.12755516315364904,0.05312605026964109,0.7286326800061367,-0.11966297004212292,-0.7084643782018173,-0.7108693937105828,0.24760258261149237,0.4281192093830931],[-1.0092606840023517,-0.12471829218572857,0.34051854417902006,0.8068261305423724,0.29984220729775946,0.19111248752956425,-0.3577158447947812,-0.48988251970539165,0.4666778550206765,0.47706580983876595,0.29094363195936507,0.5259095927711557,-0.578589992454392,0.9278213440789435,-0.5606527330008428,-0.04496106171097171,-0.30846987532411246,0.14272448735171686,-0.14614522392732718,-0.8204924204462997,-0.42963863530932,0.0942687717359776,0.5875695683615401,0.7377544219510104,0.6230471689633598,0.2218690028761956,-0.06574607249175951,0.2735081469528481,-0.30541815893912916,-0.3403665940432663,0.05042431353186329],[-0.4736886111682175,0.16499823589488793,-0.18590510533121452,-0.11389205362963704,0.5699036996342502,-0.44640447335540684,-0.5492150072576544,-0.5780681251700445,-0.37783595630465155,0.42704295223990074,0.5841802279178613,-0.08868625023500865,0.811243176489348,-0.2132871100894383,0.18316736232332617,-0.930955344630783,-0.15731208700116803,0.5697087503154507,-0.38497680709848164,0.6722197102232929,-0.13158046553106256,-0.8103650536696008,-0.9490835781525829,-0.7720221232530027,-0.25996264513456196,0.8896079326151622,0.524089136397885,0.8039649011389111,0.321156170881919,-0.9894604224625124,0.36583918899716694],[-0.41922308001341396,-0.7088452786093339,0.4470162361780012,-0.4502072934064829,-0.8075120977032632,0.5329124834368423,0.8354288831939451,0.9799250425436941,0.025832193144141598,-0.7245778458807158,-0.8681157687153538,0.4964041802502767,2.353347623583979,-0.3906269415538107,-0.7452408778804488,-0.715981808297993,-0.6219232660142349,0.6980445971542737,0.5455043780440271,-0.3698452137833425,0.3628924035098527,0.07590891460876499,0.4743408912741226,-0.4670939333953503,0.8865711633788368,0.6009873197166277,-0.6483881398140189,-0.19849318007996866,0.13568815540117868,-0.7582605753201381,0.834594246724768],[-0.8416082563026835,0.32351696257268925,0.36916097107601337,-0.10631722153162591,-0.11824251502899671,0.34527055257927164,-0.294662395760795,-0.09392849712745419,0.03662847705167268,-0.017982766031050708,0.4948069133514151,-0.530182039994986,1.9096412887471115,0.15127620547259674,-0.8228327727466821,-0.3441407013182176,0.08496902562026007,-0.6327322228998955,0.08127213526371808,-0.36149982234572153,-0.8879097374479823,0.07591955933765868,0.42784346210191826,-0.5961423594336199,-0.3508636540603939,-0.03725934623663009,-0.6828911810515964,-0.6852378264268115,0.6864552557858309,-0.08227341593756969,0.15078644248761194],[0.8472131045798788,0.009487246187351963,-0.3647667561965238,-0.39259272586749594,-0.27822228971417573,0.14248006176123712,-0.0012216166229817825,-0.09665051193582455,-0.07071341346223065,0.5562893207865595,-0.7865768421571038,-0.09772608122508776,1.4408893484162277,0.19964835871433545,-0.7783175592792281,-0.2550227131651521,0.47755916995491915,-0.7398188862393075,-0.7852315517086288,0.7235714765385954,0.7923424485344399,0.844405422462239,0.47761867807039665,-0.4417611197414029,-0.8345885033133916,0.24238371684929869,-0.43933080577034495,0.3584331656185195,0.7167741481338032,0.7500882986505819,-0.7656247364952725],[-0.6590451649939609,-0.9188625970995651,0.7395509308730621,0.1970131696028654,-0.27017624575502247,-0.9996149093767566,0.8986948078508726,-0.5762483094145895,0.7665310078670531,0.18459841563208154,-0.36917751547169914,0.06432071675102846,-0.7999657404373717,-0.13401344654887226,2.457763483780965,-0.49089382770819034,0.09478555844876747,-0.30706044108142194,-0.5257716597416167,-0.24817077074494326,-0.9145528231912032,0.5192174353521772,0.5773061246717559,-0.24751957190021737,-0.40409126039944826,0.6481543058952214,0.688784252687439,0.6342110342911493,0.7793395391093731,0.7428384234026992,-0.8474708102269338],[-0.3328526649539056,0.13081942208310168,-0.3467948866271398,0.5648063468428766,0.41040613911508156,0.36786967611766813,-0.8017560459619333,0.644957290948263,-0.8539155404930675,-0.5172228821701087,0.6045369785990217,-0.23012683554336336,-0.5872160967319947,0.5387060262965787,1.521891190009063,-0.2801680250843713,0.494102766798911,-0.43703504654099856,-0.5271582546610527,0.7212620774738402,0.7191098296828949,-0.15780481075303748,0.34828786790704086,0.8239822254448543,-0.22231276960959334,-0.04903490387249112,0.5896558930183059,-0.4624508640979959,-0.004921087046005551,0.6505073336535049,0.08980741795536194],[0.539380270356148,-1.0183061064054846,1.265340645782114,0.43153576836230834,0.7848191892229345,-0.6713611677087754,0.13097692460895374,-0.708512267936452,-0.21316271025921835,-0.7795574701174908,-0.30658031091161697,0.6147746241598814,-0.3393970949204655,-0.27006974957226354,0.6124228069109914,0.29296900733891834,-0.8686181390790204,-0.36374608855883683,0.7267265203081995,0.5182010848824758,-0.1714398743091017,0.8127207942635893,0.8748122285723392,-0.5236009231119041,0.15065460394373292,-0.7122829735597666,-0.1102157674931499,0.32311961455727745,-0.8932109028426272,-0.00012357959622240857,0.13217045855964116],[0.46814204284101446,-0.18032096042495224,1.364778854288383,0.036094388980306216,-0.6164688120023535,0.24142782675006447,0.5264524418266936,0.08634414833808413,-0.615089766819295,0.599478973709142,0.840695886847255,0.6866819053551437,-0.42759444718817047,0.2776041629261241,0.208090298834194,0.42266875240267,0.38567705880434805,-0.47962009184162574,-0.6186377233084944,-0.029580296974620647,0.33339447732521466,0.710507520208647,-0.873085024285082,-0.33782716646903105,0.4592042531317619,-0.04482979508010858,-0.6813612865652607,-0.24764546930258124,0.44739622222808156,0.8301079333470138,0.49870521763696685],[-0.40340650812200557,-0.590407032377394,2.22187130291256,-0.9557016297814414,-0.08545511445916927,-0.1843053536744639,-0.8729461923792455,0.07249358386493406,-0.6752783479892888,-0.31683850096339894,-0.7169241079660043,0.2534036469871435,-0.15069257295778837,0.6835830461475058,-0.037647065701555224,0.5282071757958279,0.5079208084359887,-0.16059057796600423,-0.6434554669325825,-0.9267180278729722,-0.2105852481102908,0.6272254766697523,-0.982045104221031,-0.5188300649454948,0.5997281422751267,0.44696197716738234,-0.4062965934623063,0.8364816955787304,-1.005435766494265,-0.512251144163637,0.19711191566377753],[-0.9207980878571339,-0.5350731267856131,0.538623988956904,0.4892134453300807,0.8858879171826721,-0.7515666872585752,-0.3101425213820588,0.20206669294421117,0.2698187689853409,3.183148018886661,-0.9542991780240656,-0.09445312688051653,0.47357242898074825,-0.26701973522552247,0.12429176328823142,-1.0088453786183718,-0.4687792863741948,0.9342886679578658,0.8063205603033408,-0.5798549686979111,-0.416595598615012,0.5277340642074922,-0.2748584541639704,0.4943753930873884,0.09425822717949774,0.3509960216366707,-0.9273295259371682,0.6511837925934896,0.5519852396160224,0.02704713902919393,0.1313942667170636],[-0.9393621366359194,0.6042665871095373,0.6968758009965134,0.21769734558623446,0.5742922441697037,0.3303164790823391,-0.8238310193197413,-0.5066824354379096,0.5972444550045313,2.357244236689467,0.7279355187300848,-0.7978148073114587,-0.4414137516261007,-0.7682494497825932,0.084633961709753,0.2863338531930498,0.6334222546345983,0.860432820017415,0.03194321906586117,-0.5085309406513598,-0.20723716961763053,-0.17684687797335893,0.43081383190398775,-0.6972174150067366,-0.9061439167112469,-0.037523013843289627,0.4476451536882855,-0.6517056284673547,0.140344690873996,-0.5368830910041903,0.8209511123984283],[-0.3720820407539019,-0.13865915160786207,0.6547589365876822,-0.2744854875257994,0.4060691778660635,0.18403075769011148,-0.7537257104462093,0.6984149023283437,-0.29567317649430225,0.7846636571284569,-0.5825282157660192,-0.33445132402538186,-0.2596990476829495,0.511252449135609,-0.08176885958991477,0.6820755751914647,-0.37426987983023285,0.7237086824986765,0.135390444349369,0.037650938102657946,-0.5813676656280031,0.17185253685615973,-0.19983745917376283,0.832024015610136,-0.9664878397631663,-0.12640243936355802,0.03342862655627622,0.11300020714554662,-0.8388553578476232,-0.7438467651310168,-0.07702566628184704],[0.2416963473044054,-0.8365291488401964,-0.5592339879073949,0.39003268025186283,0.8059564511369414,0.7417513651481797,-0.7641804004834511,0.6767029065908644,-0.3341779437899899,0.7060659600752612,1.1036573229131608,-0.5348175592766905,0.8057195790489021,-0.7286992743908114,-0.03182790427822378,0.8485698718233298,-0.6749467811937218,-0.15795442048450756,0.33151932619694985,0.0446805307977487,-0.5588871892675268,-0.6221238581155147,0.5829607157076588,0.1420087285940892,0.19551506388642004,0.9145866420225918,-0.8680331851063976,0.1950621084288249,0.3136458166629018,0.5001649976800105,0.901623022778153],[0.4099809776714389,0.08817270867605212,-0.6119003782364868,0.518425473308545,-0.7824697740351132,0.21342920144057748,-0.8866560624955173,-0.5110347193770058,-0.6001279647837292,-0.20064114348057807,-0.7296312728442146,-0.9158604793055936,0.17578982835155718,-0.1063574545063864,0.47387395780717956,0.4846915459691693,0.9613002056978286,0.26288537464227124,-0.07860084812816208,-0.9561991302369115,0.058614609211737057,0.39982052994552125,-0.7841669992820542,0.978312662142452,-0.09127376227156755,-0.8577016199540103,0.4460631655369472,-0.17162327776849268,0.5375698317256606,-0.4780341710317589,0.35339495456037195],[-0.15087185772392583,-0.3033646544174876,0.1694616092239237,-0.5802074209239367,0.7748953222686605,0.14894828506945315,0.7011456556636119,0.7054889625915661,0.6948820266482768,-0.567746264490637,0.7194969341083843,0.8549188180186549,-0.06320963483578948,0.8803856263299632,-0.8155260813837427,0.4973422406681873,0.39545405772077147,0.6373035820334507,-0.41214205169994783,0.06296550137026061,-0.6063319859621701,-0.8045529500326588,0.8822471488480389,0.1905841406610398,0.6342674071645255,-0.0009009818704744364,-0.5345666879558233,0.4676801172677799,0.7505421989077826,-0.7564494010693404,-0.05213147754348285],[-0.20151380128982152,-0.006567729111156635,-0.021109658906217355,-0.1818060260793095,-0.8998448445882188,-0.04325398720518097,-0.07119102050014416,0.23192753261969626,0.8783021267510749,0.10082725013980477,0.11211334597215164,0.3890062356346215,0.44841692544153766,-0.2775867303179341,0.7200121235412466,-0.6533831548652121,0.24384965667774147,-0.25152179802886715,-1.0265226132668184,-0.5531390666827398,-0.16473316519287914,-0.4988820470661776,0.43194324396748757,-0.10653890487713277,0.6888661036390447,-0.38377814536097005,0.31744219389848755,0.0993527792105875,0.5568731520227582,-0.9373535726890592,-0.03546915025845747],[0.02650738244738058,-0.8404528595737516,-0.4893235028530373,0.8384292031882732,-0.6785489809744139,-0.4808294997678826,-0.36216357762644746,-0.11512483658716073,0.21622245079000485,-0.6021248393634429,-0.647270815245718,-0.9085517775357729,0.6317713538173845,0.5181902604889552,-0.7838650769028541,0.36017017570616194,0.14468077425223652,-0.34799627094059155,-0.470960632505836,0.5427037719606813,-0.8409275030432016,0.317408967499951,-0.3342735945641351,-0.4592063931057224,0.7248072153986317,0.18094200248603565,0.5392777479175979,-0.8215206908771895,0.36306085153321116,0.5762066480324448,-0.5770677204168414],[-0.1630141920059181,0.358676933141927,0.7014689636846757,-0.5687548350308891,-0.1736921721719654,-0.5428294344078587,0.09597568321258386,0.6311845755244079,0.8402204913938232,-0.7805978068067516,1.1248512066762029,0.624824768846997,0.6005420966032344,-0.8149369084058102,-0.6475999808596203,-0.39588134406167697,0.5524578681990103,0.6611213229413794,-0.3677315328662907,-1.0035956890299647,-0.7790113432034258,0.04607042189122153,-0.08516443702528269,0.3677370862809568,-0.9206879247710246,0.2216663835331411,0.374314017420156,-0.7266029845367029,-0.10594622196242996,0.8676602951214667,0.18778692960923662],[-0.1801668947457488,-0.7851510102341382,-1.0753628180596038,-0.6939655973916313,0.09343610175635995,0.7355101118084929,-0.34079279567593507,-0.5224435475697671,0.2394922461628841,-0.40708066356813827,0.4563996027564608,0.011092803709103628,0.594531975978623,0.2862403362547648,-0.028024927775716364,0.838734840799805,-0.89763909064335,0.07375556471060916,0.1300291906205872,-0.8503582665020606,0.543137191843405,0.438799982103324,0.01685546185961013,-0.6452260420102289,0.8634914384516339,-0.37517515653227523,0.31390546003122966,0.2150142997372904,-0.4854009770991311,0.12593974920996223,0.7457935131985391],[-0.31796863791886093,-0.0707450793780982,-0.3859325840361507,-0.9149660372439687,-0.10646063431247768,1.0689277827941612,0.05612807615113148,-0.1543255179877731,-0.8198198021343326,0.0031163168906991738,0.45538185174016693,0.6376418848585941,-0.6595884587168523,0.39860148619861036,-0.6038759546571705,0.7802283922348754,-0.8356524420881974,0.576092565051353,-0.3865274505953017,-0.8523195833308579,-0.7686087530861349,0.2574852328295172,-0.22298272294167856,0.08641924866181923,-0.7033082124457838,0.08271490293516504,0.5341019343475388,0.31224135334764397,-0.702226027016261,-0.6899142095157095,0.5832951028846312],[0.04892372580923301,-0.09608035021790912,-0.25347008213486333,-0.27950052976731077,0.8033108246197705,1.9634681596355401,-0.3209689231008199,-0.5941977878800627,0.13973072106867251,0.7837690695723348,-0.07465510729369995,-0.4878750685163175,0.04540581961618534,-0.39975621489148755,-0.7566827348277776,-0.41570444086238456,-0.18925685996114291,0.21253703504872373,-0.3682618581084352,0.21401701750306784,-0.4724416370140367,0.7002653931986508,-0.6027286557482818,0.8302761829042469,-0.22257285754657352,0.23000131684543138,0.23389908417329955,-0.2094044936273455,0.476385322506964,0.3884102961449643,0.3039543940994085],[-0.2826239637831213,2.1035272469425643,-0.1358696189629832,-0.869493432182437,0.6876255111485002,-0.9617110748663845,-0.4692118163250001,0.6319127477559506,-0.9325609037477925,0.2216975232249598,-0.132967792852321,-0.21137556485785589,-0.06602654733316297,0.566554375448887,0.05207132156807706,0.5116837934906318,0.7930171027428015,0.010150828276372597,0.3660416092358046,0.27275726047002485,0.47451341399190666,-0.8512184337398865,-0.7977756407856317,-0.13106271246127224,-0.37599732507043016,-0.6949167067098159,-0.8767323368614648,0.4132912746694826,0.003226166808036691,-0.33189441004257525,0.08551882061259825],[0.3038466141019055,1.6072046524579386,0.043980831268028646,0.9240949455215215,-0.572768259217702,0.201340713210098,0.8351611626890456,0.01945274846014398,-0.40357667097035865,-0.11022097099850216,-0.5679599257026544,0.855020452974199,0.8993676598719934,-0.6146846311741533,0.39575232591102605,0.057982336096185444,0.15352527018999565,0.14791934811671342,-0.21557673575104314,0.1902955263042718,-0.8041758639190565,0.4645618547973493,-0.7015385696298528,0.7128219291617761,-0.6041278002740399,0.7751593405669576,0.675607715259904,-0.2397870892537987,-0.3709842088849776,-0.20194332491647157,-1.0116443704316942],[-0.07749112210009824,1.5872445125378005,-0.683516584242971,0.9026149726828072,0.7909397210311441,-0.8207090795470514,-0.224426294497671,0.6666551967732938,-0.9150736403971679,0.061694655944587055,-0.9644664620926477,0.7339311675892183,0.8643503372758873,0.5181355741490945,0.7824579621714388,-0.9406564729757237,0.6284156596213848,0.40115816942302907,-0.8050078805538936,0.18095359613193882,-0.6527113869595534,-0.3070472217672208,-0.48499822806447274,-0.8061225172068837,-0.1340882061799301,0.2742079471167596,-0.05171805801108458,-0.8032474984861706,0.47962104730706107,0.12420410272347032,0.2340174962711588],[-0.9785174106933664,1.2419437911827518,-0.5634786814393968,-0.6710696754621873,0.6238590737633514,0.8815421894087876,-0.6920778854305194,-0.1545071434154001,0.2804819570342212,0.9338123642035441,-0.9590753932917535,0.26027080290345844,0.7094741516297878,-0.7129456043319393,-0.276215719168777,-0.6504899984692689,0.37705989255679323,0.26812490298861147,-0.652407566481833,0.7814266961422787,-1.0567868087847638,-0.27766976045687,-0.012000685899500487,0.35936389724661366,0.17841684804487234,-0.2974510405964491,-0.5921519184325258,0.0769076233912556,0.4522605728781824,0.10664119733680548,0.10159459270420168],[-0.8060564257894685,-0.5108147115689492,0.749321664275156,0.8846048416877145,-0.2521088674236879,-0.4314163478488992,0.6178304005558451,0.23329873387539313,0.12625608785831827,-0.24915533053299962,0.1355343955529316,0.4830524853945008,0.4800298508305223,-0.0036520732831203605,-0.34155407339309546,-0.6070199348106031,-0.8778808305751137,0.774705665584095,0.2992198997077357,0.16582023556093553,-0.5338756252704144,0.6777157196182156,0.12543717568097956,-1.0176719229329294,0.4521587237737082,0.18255287168074555,-0.7896705679429841,0.8458580194109898,0.0728413026482697,-0.5634787206794755,2.03771402623334],[-0.8291018456858166,0.26040108820727653,0.0568356298173036,-0.6009754868062969,-0.37098771821655147,0.32357761884711944,0.2030285568492474,0.03191783462390246,-0.8105978602057033,-0.46167387573425034,-0.8055015188159905,-0.07260635824502817,-0.026080294758604718,-0.4327748248511956,0.6355318609366987,0.13155155127329463,0.4187368535529282,-0.2456130420408262,0.4745919624941372,-0.8335427942510278,-0.49217377806290014,0.371823277470813,0.2309578560590784,0.1836154368982808,-0.2950063470001429,0.8905641566154712,-0.4123448652690835,0.45837606852829443,-0.8841804673086947,-0.16085451457767658,2.1717293989954074],[-0.986438687609252,0.7077720668069977,-0.47554252196992974,-0.8937242784172498,-1.0199023534298286,0.41411152227113285,-0.36289082565558645,-0.3526918530444368,-0.2968353338341732,-0.9321281820547018,-0.18846964850921594,-0.2320360442473407,-0.8373030356963588,-0.8678735871133031,-0.5999855303720315,-0.005682793432987903,1.719894268938164,-0.9965183377771264,-0.5220547264689831,0.04467465820647263,0.26641905230463847,0.28234414822115317,0.4441378698569591,-0.9914542860966106,0.8939138116929978,0.7608499554328687,0.2905868007727649,0.24125406017409246,-0.6381359943981023,-0.8257107042057824,-1.1833908097815196],[-0.20400999841676085,0.7603062994371833,0.6265397920391192,-0.4752519571173512,-0.7081511452305213,-1.0121408495726438,-0.5677552142533617,-0.7517016644282147,-0.9684229392148557,0.8687529863787957,-0.30064023786612726,0.2509379025192832,-0.9047017889511071,-0.6656787311168318,-0.8251335023301193,0.2174036840395559,1.983894926361079,-0.7083922986540176,-0.5934923611928009,0.5580896164824372,0.1085047443955303,-0.16886911984899938,-0.8151757871175257,-0.3243197828053475,-0.723877717780389,-0.7613692622693459,-0.7715114906337656,-0.29943739307948775,-0.277474429264359,-0.2967398029154792,-0.48603575143785044],[0.44110988331427736,0.537886697235757,0.16713006273327022,-0.6792144037015456,-0.1403776587509678,-0.6193741198690574,0.4594925791313651,0.2181689096500256,0.8056645738809158,0.34493782675450785,-0.6239246332732898,-0.6487677995282783,-1.0319516446215846,0.3488670051981912,-0.8103144813132072,0.17129399234508863,0.439511954525408,0.005683787702300855,-0.15720055382624212,0.03285039507724022,-0.0411286077469984,-0.9327324339277494,0.1454374649544816,-0.23033209418909487,0.46257187070032363,0.3870748110107558,0.5943911137002448,-0.9656097864727856,1.7526938447156437,0.9162616265748121,-0.16346875467667665],[-0.23662693666207443,-0.25626284255286835,0.46852970612089934,-0.026281887498406757,-0.27712475056708546,0.8635729726651905,0.4365848472793825,-0.4431034587715902,-0.7253527220104428,-0.11658924968689387,-0.7911163897262674,0.07743511778564642,-0.7088618908647727,-0.1974031363722416,0.8762017219006449,0.16447695185598527,-0.22793175110495445,-0.23359169243376032,0.3374332263498555,0.2076637806890567,0.8442498038408125,-0.7460985782575171,-0.5513492471350713,0.9463101372199532,0.26540443987692913,0.02274415303084005,0.4413737145744127,-0.06277098416619775,0.48335281625163223,0.12387594329262419,-0.8615811110488888],[0.42870587243184666,0.939971137522752,-0.6489997781251523,0.5870938228599843,-0.8534655538092605,0.1313298013891381,-0.007920444704532945,-0.18974016788198064,-0.3463706156835472,0.9027506664364235,0.037882526558586295,0.1399810628821279,0.6082995843164588,-0.7407935256433178,0.31065374893151687,0.3812468263740656,-0.4163697264840802,-0.3315692628166334,0.648386423548926,-1.0039603345821206,-0.8434359377959816,-0.8164408552970549,-0.5436910649895179,-0.3148187256234176,-0.8170819876494825,-0.3730025907505003,-0.36725423724276096,-0.7892315104873129,1.9608760367842595,-0.7201673202564649,-0.9315384620398307],[0.09426498450209625,-0.3138280086338171,0.9592513858784214,0.4136661470394927,-0.07292307726004978,0.22209682817575455,0.15525778128155437,-0.852743921723214,-0.8412525283775937,0.6181600604089185,-0.149897625464687,1.0823176623111246,-0.9442043323648471,0.3674409468694804,0.6113908523941474,-0.874305160952612,-0.892865285441426,-0.7699190363944571,-0.7141652913388796,-0.5914327063065945,0.34252139689627814,0.7634897546831048,0.7177653072250915,-0.6213464371506694,0.3964376900963596,-0.4715073464382458,0.4452168407008659,0.2748370421230164,-0.6175588771451875,0.7146290464941876,0.1958575862691222],[0.2345647651345486,-0.7325928544843426,-0.21265311295431336,0.9162195034353603,0.3061343166607522,-0.5925546927466927,0.5567185840001315,0.37982046816613013,-0.8535770146950402,-0.4661724564363416,0.40490892731168804,0.8870529120132968,-0.5680658751850546,0.2814020045022594,-0.16224241683453286,-0.7521934335627878,0.529140453753267,-0.1771011886423378,-0.9644860474675411,0.4347184982166018,0.5385138469954632,0.4315533325080277,0.235460171273533,-0.7172041326971865,-0.22019351040940818,0.899244949971958,-0.7832531622302363,-0.5729134130974266,0.4035590473344083,-0.3013448770155954,0.6199811745331062],[0.5492922641124544,0.3090644968936231,-0.31625477927050955,-0.8085439616376663,-0.2168035980237232,-0.881875274811606,-0.3969857243376504,0.7115169379875371,-0.10524625727827769,-0.7171475888979113,0.6809434084769835,1.9500238823040665,-0.7397305348912023,0.7285298067270054,0.9570460013896195,0.42479187581996514,0.47722209694689455,-0.06525436301641604,-0.5789632881721801,-0.7091961498875384,0.20049113493155557,-0.21574649255781367,0.25715041558592505,0.5070884981634836,-0.7898452765273428,0.42811853851615367,0.19245117154365823,-0.6867324896027626,0.2887217114103605,-0.9226343592868884,0.04328280585874947],[-0.991435783028954,-0.3574606114538118,-0.620450270677833,0.7001841292741391,-0.0633566900513281,-0.12984544636655163,0.4317153941025207,2.7498357374938,-0.6761441956273038,-0.2615070429684931,0.023086526662858663,-0.5271980215205554,-0.8510461809127765,0.21634436851094146,0.5867216529687272,-0.2448568664902243,0.1243779883292607,-0.8134237400947116,0.7401975251019182,-0.7706025182448036,-0.03693296187794725,0.4819656142529616,-0.5423467544690338,0.42548031140585785,-0.8908343952117681,-0.08254561493693754,-0.009574529536069916,0.07747860333033992,-0.7319120504177995,-0.9121164704508598,0.23503249571857432],[1.2451492841205658,-0.31179876979558446,-1.0714009345672124,0.2198827552116161,0.35386722833877804,0.2545966828108574,0.7305137883470578,-0.21758586049756426,0.5758310850849712,0.6112241229530951,0.5931596011735127,0.715434068848189,0.5344966041571496,-0.620688523304557,0.0800565959195239,-0.34758265989074055,0.011440916931758721,-0.5560873200604607,-0.17555286983202822,0.15601193033833138,-0.02734897862762731,0.7520913589616607,0.19999842788629615,-0.35317583613685144,0.08268205825346472,-0.5855350180711991,0.6858639501268682,-0.9950517929571507,-0.5566413214269655,-1.0583731536003593,0.5670533587655823],[-0.328950990693509,-0.38305201350735807,-0.31540607681498734,0.4101152106262295,-0.6423366173079259,0.9095103354046238,-0.881525739477914,0.02143546906651569,0.2605282443807744,-0.9132715041154865,-0.24362736903779,-0.5695005564130109,0.6005058209589164,0.020048939235370898,0.40592577786568507,0.6738927292759541,-0.8431271999635146,0.8355050318387881,0.1313371822738331,-0.4930012808482238,-0.7697900771531795,-0.004668744919413004,0.9267832593428158,0.5902923485860607,0.683302695520381,0.9372077048237877,-0.18064375886204576,0.8000685203665019,0.7562783032083564,1.9140516895907265,-0.9454164698665091],[-0.10693852128303123,-0.8237193312686545,0.7273509066616215,0.4598071483863069,0.5981427494783337,0.4675933869195833,-0.6956802724142938,-0.05679914433708818,0.7947458152233419,-0.6544154672366684,0.8607799721700611,-0.1079303013650641,0.4705988940398171,-0.6161651188898241,-0.7706369806296104,-0.4028050145162071,-0.6759153454754093,-0.3847224766032951,-0.7367457537078859,-0.6528353194623038,-0.7719734593850821,-0.9015801263188089,-0.23784768826978872,0.10090765126953229,0.777599247521654,0.6368703828578608,-0.020979941636819974,-0.4910009739542284,-0.5485287631274337,0.6759063678203133,-0.7249064606270317],[0.005969890138281515,-0.06180518267261409,-0.9086971542786131,0.14101366314279384,0.7636239025073086,0.7804613877887251,-0.4465105808738731,0.162770652589757,0.11112129101195226,-0.9059388416442785,0.9028247762947783,0.06410972561428617,-0.5459305820901479,-0.25309688014200743,0.1766456085839609,-0.414221574886372,-0.14089135478924406,0.5262572283758218,-0.5524914857619853,0.7538908338107682,-0.7678679766708313,0.6569366733137101,-1.012829934946549,-0.47671459368355784,-0.17309349304328184,0.8534571336692091,0.10628430370771574,-0.8251895574996846,-0.49409303120994413,1.0983886321731153,-0.7453316876640165],[0.5446898375985361,-0.01046112033557912,0.1326306203600601,-0.23048895135411615,-0.7523552050662187,0.7998842335895905,-0.07286975945629139,-0.24183016968290175,-0.0100064199843421,-0.9329759565562745,-0.5366473609152932,0.4282480631990927,-0.11328617484628553,-0.13202960633777072,-0.1530511464980144,0.6646011703816338,0.7168348229213306,-0.9944419684183285,0.11838232907273616,-0.4249076220253299,0.4872128012776847,-0.6435323129485291,0.6746394858079079,-0.6476632956584435,-0.45390218161934953,-0.23962995697086076,-0.1532786011302738,2.0217531981916372,-0.7013396215657641,0.7404422900574744,-0.8082884061696715],[-0.0693513135850967,0.26463496477344983,0.46068879897327125,0.48369386687925053,0.8389731181217936,-0.9638713352245302,0.4411614574496536,-0.15472904768671142,0.676321016419914,-0.6311845349423145,0.04104813818420077,-0.044760951730872356,-0.4009301241169579,-0.8247334173217143,-0.1658702402864562,-0.18324437137793276,-0.5449298044900954,0.5050849858474836,-0.28642280447726487,0.16483815252678366,-0.552274356113947,0.2363052163332597,-0.16944225110214156,-0.08829677665453063,-0.00017368022316867484,-0.7421099398041403,-0.05504145710386594,2.3882154543173093,-0.6186432826505961,0.2642410186359718,-0.7473991411230215],[-0.7558436185724813,-0.24146471364192248,0.30324473039402466,0.7154991004694211,1.6800162478102383,0.014289337609470277,0.6703792832359481,0.482416265697911,-0.6384203008517582,-0.4638757603649125,0.3182651395755322,0.14092558019105172,0.7796251077456411,0.09820441893342792,-0.5953111892479843,-1.1047204583504582,-0.8998950666820235,-0.7118307854111574,0.7633265249333566,0.6928662728237464,-0.27490306812220794,-0.6147878525146656,0.2839414825626952,-0.08945495067934942,-0.6005121423397147,0.3064238809812603,0.5375312012978868,0.7913349324563292,-0.7990686654967132,-0.3714294860549551,-0.947667185315632],[-0.6927165635012921,0.41129439177855864,-0.032339161093585284,-1.0061572589810004,0.10569639506047655,0.767822789924686,1.5424681225191204,-0.8211690135147353,-0.2720645939214363,-0.9663996752254806,0.8362441250603511,0.6989388136460022,0.6528295442336023,0.2691037136361565,0.5280816428044974,-0.6817769428721343,-0.509549350686711,-0.2271899780994354,-0.7711533007911093,-0.5074024869497924,0.6447705343590632,-0.3922504385633998,0.0056864048529929245,-0.9620322133275141,0.32916983055140814,-0.12253833069348019,-0.8785921611193848,-0.431768067622545,0.781806426216916,-0.5684375239257473,-0.24628962288683637],[0.8065235139691439,-0.5256273389118162,-0.29221792789358125,-0.8309458982110794,-0.705832936218734,-0.13537281311760085,0.3669645284584786,0.5371995526932601,-0.70826257604959,-1.0311225875045662,-0.07706588472373738,0.2720510247898421,-0.5147537320514762,-0.33526206256124175,-0.712795280450539,-0.03087464060549898,0.6187448647917593,-0.48899207703416864,-0.6388103117334066,0.4537492071748767,-0.0274492273651596,0.04025665616001304,0.016258539236134458,-0.26313282899029833,-0.002087131339278377,0.46613697184278524,-0.9045374685650959,-0.08149160717323964,-0.6259157037902131,-0.05719896982892194,-0.10721857633923618],[0.06629210424498894,0.37231151743627083,-0.7882646034749768,-0.7796554735934323,0.44205182835396184,0.16653603870063743,0.9174013548841731,0.1264807407389838,0.19067807158473413,0.8317920778413266,0.12037223473220102,-0.9814889066743938,-0.9568875552299247,0.4151813312929887,0.02441163500495909,-0.07171280911555215,0.7711022047781809,0.8963591365494499,0.3456683469096744,0.758897295088301,-0.06686124042987143,-0.5092499088621013,0.1520748736016003,0.476280901837343,-0.06568869091992474,0.7714549672121074,-0.13700296241790932,0.2691716659949494,0.6099317227172283,0.30596131233385815,-0.030802389230169272],[0.08105099150466848,-0.2026641313250604,-0.508961871388566,-0.8095901552125305,0.5514845799161191,-0.9924971396773836,0.7889800120875096,0.5746116550787056,0.6030660980090344,-0.048521900985631056,0.37343569379929115,-0.4205679002374399,0.039562988412924424,0.16117126447031163,0.8785300847572813,0.1297404396150383,-0.14422609379579399,0.10375207844442495,0.740991601422172,0.7189749744109215,0.5055417013226552,0.8681906395980779,0.7356283170736674,0.435954322540398,-0.2545011714299408,0.6061376576262119,-0.060652469009797254,0.8244150526205498,-0.7215563934849318,-0.6211092558977761,0.709352696725213],[-0.012486367024759965,0.32267073314789635,-0.13829240711683208,0.3027324027364333,0.8291650552658877,0.29674023508988445,-0.37854067207978204,0.7092499567140965,1.3436336447094903,-0.9325530444759442,-0.614970346274272,-0.3871435176571732,-0.9221979390757135,0.6311917322272682,0.5752351107778223,-0.5146287329872994,-0.03117256891773983,0.08812806465215324,-0.27614144942324975,0.4986692002818076,-0.1865279003037624,0.045778584829630445,-0.20634312931254004,-0.5693408106110228,-0.22614634271869943,0.2977850432385874,0.015314826283158,-0.9897067942385434,0.813751023919758,0.042544085003194135,0.9463283997359352],[0.3519679721134569,0.3136972506579806,-0.5734504001987286,0.47613527682792073,-0.7917076090885935,0.44222278378301194,-0.9510888394477689,0.9130955256822032,0.29761803227095635,-0.23945529865053525,0.5946122339498615,0.8535916240987766,-0.24510730699611447,-0.8533727692262612,0.019164379061449383,-0.5832892329072873,-0.2689280655937453,0.5184617969104834,-0.7336204385953067,0.4304524226772441,-0.6703598541462089,-0.5824871656186518,0.41483332070490964,0.11161726146180277,0.7878806987431112,-0.12145684525727017,-0.09848746527569087,-0.29370470816876876,0.124545972207205,-0.35473360260140663,0.882385741597504],[-0.6806600371103805,0.0036216914882027293,-0.5773480888622928,0.5466023437328377,0.39044938179765226,-0.6567134869113321,-1.002351299566851,-0.7300867692761651,0.024575994581031088,-0.19594674799817832,-0.2988842851507864,0.5501528008314355,-0.4980554578686957,-0.7779450625501698,0.6624249347174455,1.0289336557322326,0.6694754849120491,0.2261323647786669,0.3776829853465361,0.5504550900929359,-0.6460536638905332,-0.6379576076744347,0.0695641551902011,0.6557236153736877,0.7479186991751204,0.5728824013969243,0.7244621690696684,-0.2422451545212497,0.5580641914311675,0.028577447110167024,-0.5431305364680534],[-0.7292501751367843,-0.1986357059299678,0.12757100292568485,0.17753328031580887,0.7158810778284855,-0.672870051958476,0.8358174318861994,-0.5100747656092363,0.11044926694175633,0.2258469900754134,-0.49341245649601007,-0.043561394132061323,0.7332251981075498,-0.2997931745587249,0.49876703018839624,2.2865455184165415,-0.9594336805823127,0.11673398961899537,-0.4379260840282061,-0.7366061929884035,0.28650433810679143,0.37942752623521103,-0.42137367338440235,-0.5208644755622609,0.3871013102528682,0.08246791474879125,0.4819848973269883,0.2794172590992616,-0.31802982220695253,0.7696297498286825,-0.23622341486793896],[-0.957877850644619,-0.18068197904353026,-0.9102730111868157,0.22776173798743585,-1.035374607243709,-0.047288005678804146,0.795017370975654,0.34930943966943306,-0.41997032982141264,-0.39762704600464094,-0.17943395640651832,-0.49261086465483145,-0.6201885265224618,-0.4646113174481124,-0.03555652328887288,-0.6646868662652885,0.5921897397755616,1.5947869843681644,0.5344196379500269,-0.9367110296012712,0.4731001434074822,0.13666267099582002,0.18754121366245383,0.8623196881094745,0.26311218509199075,-0.5299334546422685,0.673041304082198,-0.35452429000287994,-0.1668077860245141,0.7395472214784333,0.9474237685296363],[0.03917404750192417,0.8057160380634625,-0.1337052441652461,-0.8603973992232409,-0.923677359715693,-0.8392889762713879,-0.8683862683372875,-0.319618095017677,0.34868852651581095,-0.9171567187276031,-0.06526001552449145,-0.7716034477631988,-0.24092199267609815,-1.005886148332364,-0.03256685335154137,0.07216508194021251,-0.25361871259145424,1.8104226183889454,-0.8400369820357778,0.08257804278865342,-0.0827661277889813,-0.4683002214930708,0.14377977903306557,-0.13201782104568255,-0.39438346705296295,0.20951856487157292,-0.3315888485414017,0.33062490858073196,0.5837816774466081,-0.4946428132660217,0.45157460629095275],[0.34935305591072097,-0.6021395354422511,-0.2916525158371455,0.26883190733476064,0.7664914639274324,0.4064837956485282,-0.9953003574163263,-0.6870122250011206,0.8134328121881759,-0.7436363121867379,0.9763550432922005,0.3316213223018738,-0.71998970284591,0.7411993143518812,0.4373258669814674,-0.43055877223960265,0.7678514984976099,-0.6420169129962494,0.8660372541038608,-0.08489213947453814,-0.1852374588136712,0.04804765126218387,0.17555049507190987,0.07743891699063736,0.4951618631347718,-0.20874706690772848,-0.6217404123359285,-0.4345351433667219,0.9218416922318647,-0.01562783902666577,0.5918435648361411],[-0.2864200825101965,0.10330174785801595,-0.28524693231199855,0.09079729479120746,-0.9383688441364036,-0.5020398876143476,-0.6315389385379131,-0.2958509512828162,0.8189906559407651,-0.7902144482012028,0.3573699012622569,-0.856064252503829,-0.26902436558661386,-0.005570231495760005,0.2526137060115892,0.8565342449571907,0.2422105683438268,-0.5528295244575154,1.296368819804548,-0.4475296273201535,0.4088280148323784,0.08844945938270031,-0.40863639312646816,-0.7725076752216746,-0.5306804555809177,-0.11974858651674189,0.05710335483456954,0.2875839027848121,0.20467870245623396,-0.9391097694248886,-0.7180955123606139],[0.39031027833288845,0.22791534093141227,0.7405267345328079,-0.5632786148409229,0.5387986638054335,-0.5440149099424512,0.36042897068934227,-0.580553399312123,0.42280306619619906,0.7438683199706918,-0.657411457168642,0.2839818307039071,-0.29855695475837857,-0.24152390117109754,-0.2643696978603052,-0.7643500837392259,0.9177808110675312,-0.20122976642993506,0.8730308119659199,-0.44830237465413403,0.06469053065984567,0.07042555190854759,0.47810772003438246,0.6055068356000965,0.4854149792486145,0.8267697609152904,0.06449125989063655,-0.3157871996492487,-0.10083086941315669,0.5752993702982657,0.09080567354405303],[0.2935377292337364,0.210316851099246,-0.786370400938848,0.030868591243922213,-0.16311379082344565,0.423048752186037,0.23867333464860202,-0.22835861923898285,0.4030724323039434,0.7610667069878416,0.6995860605439235,-0.6677948786147375,0.20135234276830918,0.2482266807175847,-0.15111374562144975,0.5761517974412346,-0.20803783977652487,-0.95239763198272,1.1744177227565622,0.9088920852183534,0.7041243957678396,0.43086470591055875,-0.7704980583499547,-0.02853374549336088,-0.9373053667373938,-0.5996593044076227,-0.39148329953528493,-0.3580481236254318,-0.749727519458541,-0.4142775293551602,0.16873132557215617],[0.12362766224590103,0.3399430035460108,0.7061236489186847,0.7488045470568458,0.4646431553330857,0.15007095833236686,0.2853289398825736,-0.5044406147114332,-0.8492938947034133,-0.5841965396751693,-0.5859295986310096,0.32331327017615585,-0.768155382632891,-0.7023023683076834,-0.8655892015078195,-0.6812329398053862,0.3964187839904896,0.14536403060673533,-0.5189083349170414,0.04725987407789877,-0.31951891036130187,-0.7903843914725912,-0.21236650235614782,-0.7719701310344033,-0.752300735881264,0.2715061148940273,-0.17156615136373937,-0.1547265019951154,0.41230872039496874,-0.680862361647924,0.9101533449550883],[-0.5880233694109892,-0.5101483581878886,0.5899649058599951,1.030380375438452,0.29415539148440517,0.9129384534217173,-0.12273729044459547,-0.5217323761968732,0.8141205633638753,-0.008563922978612446,-0.1830889341701802,0.14280942083966253,0.045377298050356785,-0.40458667266208226,-0.13877554468963638,-0.15833882948940858,0.459082799047563,0.809134425585945,-0.5241990361477037,-0.4896385173781187,0.8216287434637857,0.9061279788809795,0.4954496803228736,-0.15450180909552816,-0.025364811425434744,0.43639259757602783,-1.0050209110934147,0.2811877707048104,0.04128889365610722,-0.17657044278452608,-0.17783180706269686],[-0.30424560142104523,0.6921158130363055,0.7074768466080157,0.3488143314297666,-0.9152731113195186,0.5795343799570525,0.7412772238195112,-0.02043114549884569,0.2085187302624969,0.39597784303548605,-0.39087843484148066,-1.0187275124910848,-0.5822631127917074,0.38596170819209225,0.5109834518737864,0.8725566112288448,0.29316341711381305,-0.2656573847863682,-0.03749867654680345,-0.8532632064857727,-0.1545868206293149,-0.8847608082106403,0.09045916610474812,0.6147716926750073,0.6771596572972564,-0.1553267559600735,0.7743694945231648,-0.8110850619875083,0.6214030410156606,0.41494232298430245,0.9315897500469423],[0.1621340602006257,-0.6931154059055601,-0.6563754719140921,-0.45580903808672146,-0.1837054196726179,0.18615300094512427,-0.006088047862094299,-0.8293891385539106,0.3179632827608033,-0.8800893319993501,-0.9864286229082081,0.5788597008917158,-0.6569152976589514,-0.0659348066378298,-0.09980107924273529,0.5240641582071401,-0.02423776247975031,-0.828466020319108,-0.6963615999970932,2.5034009456422655,0.4239133360670431,-0.8684127491602586,-0.24613872959256375,0.9091440645966876,0.37402487685941166,0.9501823286238184,0.6113654727465414,0.2932471694549505,0.208708512481717,-0.13724669346996993,-0.1632496595119771],[-0.2171691683323918,0.5642871076829881,-0.7434989462597925,-0.40854021024687226,-0.47273257578799577,-0.01750406788115361,-0.9128289074641547,-0.4453674041658477,-0.758021384531097,0.9093224864233705,0.7723372880401577,-0.5963348470936587,-0.15570059576688536,-0.8046788518357277,-0.3049996551122404,-0.11483958381484805,-0.4658772670409027,0.2755566511563946,-0.13915408767823065,1.032688492755891,-0.977683293589329,0.07278405141270988,-0.8266776342134979,0.6234976478742066,0.20556307034595434,-0.14598884560682637,-0.1932147816676606,0.34462413224493843,-0.19683873635138932,0.03710278096029837,0.3046116149164987],[0.17079786789160578,-0.41571832534123243,-1.0523519615948007,-0.6125421421197382,-0.7347707131135391,0.0760765298894139,-0.7774161860389213,-0.6055379522337833,0.8243179132335823,0.7263727191171019,-0.2722365906485122,-0.164016973440875,0.8028570425711753,-0.5861964927291377,-0.3535333304816479,0.3277702283900892,0.8496300063647056,0.15662641103933095,0.7914185800825366,-0.6796876937687613,1.699877581087909,-0.43336363560924396,0.06917466939491329,-0.20119550760600305,0.19037701675528612,-0.10434471225351152,0.8430710300858946,-0.3372247686841533,0.22191837771406858,0.8537750034478938,-0.7272120458250371],[0.722854139332481,-0.7632536987326665,-0.8037444042337842,-0.28562036743138486,-0.8560762957684063,-0.5887462616022181,0.33985068744849134,-0.32054910915365525,0.9394582412163629,-0.39775648348296316,0.3456081757322396,0.7455500993479365,0.6653528384788617,-0.2530638676909644,-0.9497405164549308,-0.04349785886426404,0.13153150910592967,0.03780293101120458,-0.6906928292143368,0.38563942628898573,2.392412183483097,0.42866043887013927,0.5381129173091037,-0.01932600952338202,-0.6291667852230672,-0.05431365431539813,0.6905006048887905,0.7900960885668925,0.38976140095099965,-0.08300368091548048,0.032636936650446535],[-0.8977986609297303,-0.29608202266742023,-0.5539581885291683,0.4309697966041803,-0.10505451856366609,0.5851388992443621,-0.7581373475242876,0.7639534361763025,0.5993411655792593,0.12095795336359597,-0.2707125940291914,0.9067401113827545,-0.6321845195852869,-0.29348825604195844,-0.9344343710144304,0.44159820619332435,-0.22712447197947863,-0.31950585445684127,-0.39553364344527897,0.3233170691388717,0.40222905506950435,1.4173070595799515,-0.6555491244595582,-0.1393633763390259,-0.9048741212601178,-0.547724775330926,-0.53941942374597,-0.8470717407374756,-0.6857831560392015,-0.05453002656685007,0.5407190811751375],[-0.25245325748412156,0.7935275798303408,-0.6203853629287179,0.5569144046507558,0.5894765513273652,0.6900839139293821,-0.0033126417314817158,-0.820950134247632,0.3568300604945578,-0.26190422392131707,-0.6728190839131116,0.06200774835031649,0.20234691239750144,-0.13705260275598924,0.031838934867478595,0.10890384526568234,0.6110521436500953,-1.0115814010669824,0.23122680628508302,0.1848885375097203,0.2015284176750701,1.4351191241485284,0.8149410124793208,-0.29187414354647356,0.0372809951704279,-0.2865251843798867,-0.810566098522056,-0.145966184850634,-0.6478747494333362,-0.8730019905123878,-0.6746010895793665],[-0.43039505417190915,-0.5844811534977389,0.38842270060715717,0.28802881406726016,0.5586365971231324,0.12603636882599617,-0.981313753240846,0.8762717938879934,-0.9012536206870548,-0.8931053196056298,-0.10565520056861358,0.883699778047151,-0.6968908435822003,-0.8895627211611823,-0.45293930300763885,-0.49500771009447625,0.20270887336206594,-0.9589940812461428,0.07172379390187877,-0.3417981960222852,0.757625675032498,-0.8121040666369533,1.225607126710657,0.22679712589545298,-0.46234855582233547,-0.8606650186280977,-0.9714800152472789,0.7796359492734194,0.5302830363331549,0.92882336804272,-0.9969536386632396],[-0.33893486623840663,-0.9034026875791709,-0.6535583134380772,-1.0004135384660855,0.9781321801165093,-1.0360925375417245,-0.42750593203378096,0.4185872351141882,0.9475740902444731,0.6324902247060005,0.9654119879476293,-0.2433103722809026,-0.9057649064995956,0.6182205688884657,0.8613194657996994,0.8166315566967646,-0.4668545297447462,-0.10567411473721866,-0.6671771850610707,-0.17005282346392037,-0.5300421755644573,-0.19274521968639596,1.1454647193556253,-0.6060836718190509,-0.1062938273183616,-0.3578046675091824,0.718639965838204,-0.39159344208988367,0.7264981580107955,-0.9269939844268359,-0.6533248215773552],[-0.9695536360947199,-0.9623558533954863,0.6680909866784727,-0.8009093451654865,-0.8080500056981613,-0.6941085484576247,0.8413123557867482,0.7337301889714596,-0.9217674504275737,0.23438022207260303,-0.5247080186645977,-0.4130564212607392,-1.0240744395550914,0.11410322821762621,0.5506639337058326,0.27108264363579576,0.7739568015742059,0.5967864940632502,-0.9674396668738501,0.896230387434399,-0.6389372651016227,0.7366298088854113,0.16195824929127375,0.7387033052458736,1.6518519521738086,0.4525388338646426,0.366452460455832,0.2257513039832225,0.22022326621028324,-0.5339714801283117,-0.7481735560500656],[0.29065682339224364,0.8359106494982556,0.5079527634098452,0.8305705935903138,0.24915542597110085,0.05306921122380874,0.9013130694290173,0.3201956031072051,0.2813519235841929,-0.37319400264714603,-0.316862681139221,-0.9675789210069025,0.9345098886488853,0.6759802432924328,-0.731597308763326,0.8968678078133487,0.8278042786385825,-0.6138708760586099,0.6935782397523215,-0.19106463593788348,-0.21705424880602822,-0.49413766094153677,0.036654900940553035,0.44350433347181817,0.4484152349997824,0.29160736548261,-0.25568973183811644,0.5814372818783338,0.10967475514930079,0.5833834703567724,-0.1618921571482874],[-0.18721461112486085,-0.9499750221395915,0.6624563178759911,-0.9926669217773875,-0.12125202510987206,-0.03580134696400039,0.2140845526506292,0.602036312386419,-0.9096212651241053,0.4739205344675848,0.04059520272740839,-0.2718685007900915,0.9228179007312959,0.5524477102391833,0.327581574831628,0.8914572353019952,0.9895954147841688,-0.5989286746903092,0.2560668234861168,0.6959556403817337,-0.13025887046062262,-0.43535520171544756,-0.1452700641830147,-0.9361603807820671,1.5745066563180823,-0.45274781382078394,0.3735271916822664,-0.33801148451961965,0.06910054446138217,-0.1745325593430602,0.6477957266344899],[-0.2482877627420799,0.38712644735927165,-0.6544114786386364,0.4745223095517526,0.7314132131354599,-0.5485762511761336,-0.9474985831464976,-0.9369602928436933,0.9144986632717327,-0.46451971961620425,0.8209024802593731,-0.47037192296876035,-0.6453002425737849,-0.9105963337463492,-0.8703505105860987,0.4203967581440489,-0.08344655221485288,-0.20392633272250968,-0.7426326358223502,-0.2686976892652339,-0.1988574093355871,0.0255574363290755,0.345855683554443,-0.9235726495189643,0.17141824896652982,-0.5846950561643494,0.618119046339005,-0.7142640251690492,0.6507465829496837,-0.6309726875287814,0.2271022683742615],[0.36466298700350747,0.5023809101119954,-0.002757070363988051,0.6792463701624256,-0.40969918215128004,-0.41191350122150444,0.15611338016473378,0.6962362553766761,-0.3908701984798314,-0.816749560381588,-0.9552542681047788,0.5154647115818466,0.4575230921872666,-0.8681178587929195,0.29937160652708317,0.09584048738085975,-0.8474862317911875,-0.5883522273538133,0.673451135064508,0.35911770623100586,-0.5452620198516883,0.3851472458376364,0.16971684235604034,1.0462738262584754,-0.028758031800719456,-0.5631562976754572,-0.39849072828174154,-0.26380434935221975,0.3818208352469904,-0.7327713266918088,-0.9356100340752419],[-1.0067179402186912,0.13220233195820774,-0.5384802149346172,0.010753167440518666,0.12168185710791854,-0.4093555128773041,0.4111140417076627,0.5528429658538694,0.18839086436989907,-0.2915309117282182,0.9186707229429159,-0.8546968411919318,0.31965992639316393,0.8337362781623433,-1.0175626533985664,-0.10804659072540751,0.40275838238073247,-0.5176472581948671,-0.20712581105020375,0.584071955419957,0.2677851877948193,0.4937484275612056,-0.8396851687271286,2.492472903094105,0.947001630756574,0.4888924210701228,0.6872159125987259,-0.38758187150075846,-0.07642662872649135,0.7866568604650029,-0.45642833285794027],[-0.9597780423691413,0.30028802129325266,0.224150476924814,-0.9865431548685669,-0.14504874738268447,-0.8580303754671982,0.8058997628193496,-0.6411401798503356,-0.837021774496665,0.629827990092638,0.9281144479921143,-0.5454278781058749,-0.9143501430063186,-0.48689086158898265,-0.5013335320163123,-0.9253852746977573,0.8980554206822077,-0.060684907700535,-0.5684678212676343,-0.9917097246401205,-0.9982632928012829,0.29061593312325923,0.9331830830236512,-0.41434015217344233,0.7037421526789585,-0.2054473236038189,2.5405797783886888,0.1716512070963479,0.6267751329953222,-0.09748096743179402,0.8744140527025579],[-0.20760894801360366,-0.4087793631844853,-0.6521479409305606,-0.8843298661770389,0.7414397802229872,-0.09638703635160456,-0.06760610645931481,0.24935689855466445,0.623781181646018,-0.8378123660042763,0.0363289891633646,0.4894069495149759,0.049718577816336075,0.8548527092550121,-0.523237296528542,0.0712961413983496,0.04516244209196579,-0.16866525879386027,0.6582479337731412,0.36392052712981515,-0.7086794269045761,-0.0987461230967525,-0.5443090358957962,0.3736624481300574,0.2901967486783266,0.17818228439276934,2.086197040771312,-0.8640272655303195,0.6716479163980897,-0.6940884698131081,0.17604796349773522],[0.8319757674517546,-0.7226915027246127,0.4715929181192361,-0.5948417009557234,-0.8970651283132136,-0.7430999455133622,-0.8371700344004842,0.3828610539958889,0.36917314460339334,-0.9230302481548828,0.7257237179035807,0.018905864562156652,-0.3236228399681966,0.5163040838402478,0.03715552338443646,0.029548514865260677,-1.0062106493813794,0.5572344086105155,-0.9468298217462574,-1.0733008440859457,0.5337625856372544,0.47405797109400943,0.29111684924146036,0.22178896173724022,0.7476450331174941,0.6104601714306619,-0.8890756164370529,-0.8831768976722278,-0.43017943488495825,0.46740545133668276,-0.43498094977562846],[-0.7886288333890389,0.8634087621131403,-0.6076912507674121,-0.2563403115837371,0.6627364027079744,0.34018753361353193,0.13174701771218328,0.8186483544715056,0.7568675971892475,-0.9475314174095484,-0.9226556866188821,0.8131421706092654,0.23331043097313636,-0.21773821336550753,0.16346087959725167,0.20892618380080435,0.533448760212064,0.7946019260270842,-0.6336019536513897,-1.0344685421097788,0.06564312993048882,-0.5521102039924991,-0.43117214991975106,-0.581724904932077,0.17628005441596797,1.942154269997441,0.21467450587541756,-0.43676346791791,-0.4089031412377624,-0.5629559857596372,-0.8656071285676953]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.09660387363511269,-0.027720783129478777,-0.021507233187144918,-0.022091950093474984,-0.022558278948673016,-0.02293023508781948,-0.023234723759495243,-0.023489740734082897,-0.023707334547232905,-0.02389581857095098,-0.024061106068077546,-0.02420751418493413,-0.02433826105137156,-0.024455781216690585,-0.0245619286572306,-0.024658105382276117,-0.024745334528221766,-0.024824281471970615,-0.024895206028445017,-0.024957783246336275],"Time":1.59,"Locale":"de"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.5014419495717102,0.4686435018887858,0.3568439589792561,0.4279183287759508,0.6638606134363083,0.5240942455565455,0.40952460034407656,0.4276356199222192,0.6092983480272908,0.5932557295475716,0.2657466154359887,0.3560459752013146,0.6438347721465925,0.4992406675343322,0.6980549406467365,0.34124256882677106,0.5709259011669805,0.4083325431986272,0.5755120960259384,0.588663369068935,0.5533812065490301,0.7083682449841602,0.5109836316754348,0.6997806704354526,0.39660592923378407,0.647018231558478,0.6461048810712174,0.2793444205887071,0.43835311951534195,0.7197239149151645,0.7050521750221381,0.3082783340041758,0.34511052616208965,0.7207714460682484,0.3033870701228268,0.5884835655408616,0.36336868184928434,0.608150553410165,0.5664863243660796,0.6126594553683542,0.6934343794305394,0.5737712902221745,0.5085468129916976,0.3979404150068638,0.4613901829746531,0.4451494292065242,0.7131151145754612,0.41105833443409456,0.2982356790852988,0.4668350966530727],[0.5180461525944939,0.6843498322378342,0.07740198083502225,0.8766895898368752,0.424721226184454,0.8287461088272606,0.0858367805201849,0.00004227696670608001,0.9500397295297596,0.252182292559272,0.000049365468114143185,0.3165344406046142,0.1335166597141746,0.748501495727868,0.3739072242165703,0.21638369527397533,0.017723206982603826,0.06626460973887865,0.5732192511129792,0.7953350553878235,0.6792277895572916,0.06428526545866224,0.5343279274673193,0.02717632886863794,0.003492005136267263,0.010212907303009566,0.2505970263681965,0.9424491148472145,0.353191892957338,0.11500635101943374,0.41711498977805544,0.8533338648511664,0.07346408124850941,0.0012764721285981973,0.018846198221777057,0.0000022103843718442693,0.5268879441444525,0.1500423706434011,0.14801698971615898,0.20512725114041802,0.9095793910544007,0.07094089237845745,6.411488148567204e-10,0.25473467788038356,0.0009823174395073922,0.17146039356903117,0.03004370130017225,0.4415431657975835,0.021139463731739964,0.27607546813621914],[0.618867145445334,0.829032549856553,0.09229754203175486,0.42138147678707777,0.6349729149279162,0.7757383693809617,0.059576815349034466,0.000020138508752767103,0.3910435517308288,0.49564793352667447,0.000008830353727771392,0.36961163934973656,0.48969076457140737,0.7875936846275486,0.4676852375652734,0.30564098048108046,0.00044277649876738013,0.3499288802236767,0.1980980033579842,0.7642333349761422,0.33837602287587726,0.0005176601999412106,0.42737346544023785,0.03263329576813607,0.00012427998521604192,0.00009981246577722652,0.20123474349000794,0.6408362072611732,0.4879861039031847,0.3154685613361317,0.8833830158997038,0.9565787596291381,0.0006121323159040054,0.000010404866418682322,0.004359821347434603,6.510556269433567e-7,0.45264981233581536,0.02967924096758301,0.15893619873949452,0.4354019812253438,0.7701494132499304,0.1442854230406751,7.244777722603035e-13,0.00515783481526948,0.0001136161569175162,0.028312461139017486,0.0024128485943777627,0.3305856395362503,0.0005237673706125319,0.3607032020667149],[0.4077984719233764,0.09052990007222768,0.14363564693839798,0.35964715761006444,0.7174124952163442,0.8806485659299733,0.01718579571016171,0.00001658928774411619,0.6719999814571266,0.29741696808382106,0.00001371025692381158,0.3404169563506865,0.5956497557704974,0.8799530637695367,0.3472362117615827,0.4779869030312357,0.000017839060465143495,0.4189145395089031,0.680760821227376,0.6264380804900065,0.41231187566029415,0.001253145881278965,0.42345957876319823,0.006695107788470354,0.00002763579329734342,0.00001735525314276064,0.22959119306597034,0.8484758929943389,0.43836363432897885,0.24482898754676363,0.9130155700218007,0.9158133166813632,0.00018329771830514886,0.000006736236269323071,0.018303580369570135,9.61759183929997e-7,0.6373563313827633,0.01877585252701886,0.0735046776725863,0.6990774896796599,0.7553872510414492,0.006835713028310805,1.2943224969270847e-12,0.0020303298787964774,0.000006751205077418679,0.05490059205325481,0.004107423274271572,0.46543467743791905,0.0004575455579019671,0.4086204396383051],[0.026896110734272515,0.2691351998980263,0.7126528089930749,0.1868267696340559,0.4117718928063399,0.4785416023460471,0.19466591391888982,0.04366675486549792,0.6548846696780343,0.7574657875809643,0.5802580181526722,0.011340321312821505,0.4367519206200951,0.6618545772275818,0.18200802036795902,0.5510858830140997,0.6942032340200848,0.6830958832672962,0.13323348764278486,0.6654087431736349,0.5406160936186123,0.43623517924693744,0.018460820266507066,0.39162041643350587,0.367691892376028,0.8109076143213151,0.8111715525476115,0.8009385187447988,0.4181506945737093,0.7517732590317476,0.16541178209327287,0.7284773522588751,0.7834627178374225,0.25813266117407574,0.4082035872556043,0.7104572912526176,0.7210224166066618,0.5061082077449828,0.6673744141598068,0.6085555852976058,0.010950676719602504,0.013137390413948223,0.20173822696687413,0.46660233159224523,0.06011236130095881,0.6898188765307286,0.8123314360278808,0.12288589439887722,0.47940169514966585,0.2559975799571225],[0.2972082735836661,0.5380007371771012,0.6459641353902483,0.2701344658092417,0.28467408531168686,0.4557332628698338,0.050852981864410285,0.12228158071493664,0.5499297992894803,0.5811795535459942,0.6099989492245228,0.7251444351717309,0.24507076203444703,0.48291325409084723,0.5271413500970324,0.0037375373545023172,0.5797452640536253,0.8621841401909967,0.2025031076639654,0.23334357259342706,0.5836678193255677,0.8069547188384434,0.1420805818359562,0.6670856077220413,0.5451988528442033,0.6041827376895623,0.3464681673318172,0.3785369025396681,0.518391533011786,0.39811825565565095,0.7596471694864537,0.5050405195107731,0.45096272646037305,0.012893901134001205,0.037666776832108895,0.6906463828408373,0.18717580776730736,0.6507317596443898,0.6353819276777823,0.14624232619380081,0.4834682542237878,0.001537008345959399,0.69151975479711,0.2936365496716594,0.05917685743151675,0.4439508949447458,0.7029145321749986,0.07733766841608122,0.4543310648200178,0.6067153353442438],[0.3488748888634202,0.6201115846755945,0.6137371741220032,0.29428826634398686,0.07202125076760464,0.3690612494980994,0.6191400904054933,0.005416362178163191,0.07198232446905313,0.21388301963056486,0.7805153883674004,0.04441946675152481,0.7530104608757993,0.6987646363530163,0.30302364913280505,0.014742902896235432,0.41888806779121196,0.7715803528852488,0.8626355139911984,0.16965322643978456,0.7701706018424526,0.157147180044592,0.03226430194511523,0.1313002733826928,0.34426968776701,0.44541709177253186,0.05834971409788626,0.49361903759631925,0.5095581587005104,0.8714445758068525,0.4183255234036381,0.46400263681739856,0.33242575042339056,0.035449296431399976,0.665539000486628,0.5977536399756667,0.4443206590896302,0.8135473953469453,0.5119777928083846,0.31420780496142686,0.36919908516242217,0.11414347531347702,0.11104815905022834,0.4374262770301957,0.22484560253136465,0.49054771484646337,0.8233121730484607,0.22399152510999748,0.04420581276102729,0.8191497213775634],[0.8081898363503225,0.42006163805854013,0.8599527864454531,0.11556100036376978,0.3873571301509717,0.2529783492789713,0.16843629135948998,0.003124433204236237,0.6616318011948491,0.8577195133379525,0.5113413254953669,0.2724754449732616,0.26658647386369394,0.6806178815546721,0.3298164451818059,0.46718318147274157,0.7083136068304641,0.8357097902664836,0.07249850240121221,0.021500093587330328,0.7407194455964881,0.30982964880764496,0.7329062845503989,0.4721046188271351,0.4828646156002134,0.5531020534276839,0.05193642118415907,0.531196518970759,0.6155062622439842,0.6393014623227338,0.5501117473888255,0.57859452423365,0.17276915780843172,0.2410575563538135,0.18938699703199025,0.8611578708426372,0.050042563565413326,0.23759342734484148,0.7959634144706584,0.8843521765746741,0.17962119980675703,0.007058472665354504,0.7040687024965623,0.19650448075619384,0.024024017889570926,0.5313245606045173,0.6611230105743036,0.541066782650692,0.8275307755304522,0.21598937795256212],[0.6866361301143479,0.456591999014772,0.0040019954643076,0.3462443701984704,0.6826173933229615,0.717546863477754,0.41254602786456046,0.000040776912801278225,0.5288931905525662,0.5061075466168965,0.12062737523517146,0.0011865421728287503,0.4543415103949951,0.3055393579380593,0.4566205253054579,0.04700737605092919,0.40615488629514135,0.0003339237823943462,0.5152097714698219,0.8913896312796924,0.5922416502625066,0.003101394014684378,0.04603256818941943,0.0004653287921406524,0.34990260725099936,0.5041337923669619,0.12505120602729103,0.0027687386863318314,0.4317844648067232,0.6136733517278533,0.007972449013016433,0.4847792693202816,0.049115957692241356,0.0009696095542760467,0.11608987276433654,0.0003376949504834481,0.8129510671967467,0.00033643509803843506,0.004453788062529866,0.7623707660829855,0.42486740872307005,0.3839944363309908,0.00008514763700261208,0.46534289978178306,0.7098622687133296,0.0315740944819524,0.5659915115011802,0.5245148661606013,0.2933101822512784,0.30958961781063543],[0.824889157582053,0.21094188951005421,0.0038764996625353983,0.6050361198352986,0.7609928202838575,0.653685501496776,0.6814448438357077,0.03125081406166583,0.8202256494953899,0.6128179289890947,0.5911829329827053,0.001782403090726385,0.1870906706117322,0.2624615970541672,0.09600828286695055,0.0024884999082994885,0.7826280878323073,0.0002681097613538532,0.9062165000642364,0.8036710130561555,0.36133323359830044,0.00014115028083222584,0.29712053963718177,0.0012945659498250516,0.9214219552337285,0.6060538804424398,0.4108753998586532,3.5759312040279106e-7,0.6450455504992046,0.9145723139802908,0.0015590604124246638,0.580760271467855,0.0014471434963069566,0.005624405270058208,0.17482056092113454,0.23449305794554415,0.8110499771154971,0.0010387623076728665,0.0007993755958766817,0.6008304677161589,0.6596918300688401,0.4326828683239028,0.06221279691658416,0.5931667574073217,0.1966421798647259,0.025736569665842673,0.6680838607442973,0.9151102689645438,0.17266614621039628,0.35962526826678204],[0.6225278766262892,0.8664087496136492,0.09230476043822654,0.3940807552101849,0.4523355975260804,0.6735567790695016,0.5369590204417296,0.00018452008754482187,0.8093163360690175,0.011791924664590626,0.0008100150989440713,0.5098153660282398,0.0390911275482611,0.6328166197476026,0.09893984035477509,0.6850371119699471,0.07702583503388319,0.5416457888488747,0.5740858970620282,0.614216508947821,0.2799903486075416,0.2983831633206665,0.6978911975441768,0.47066354959882956,0.06864403182927081,0.18926712216290903,0.0012496999549081033,0.5908900571363511,0.08689552544472695,0.284635520036404,0.5699362585089317,0.8144881676387696,0.002780024073909385,0.0016952313214627318,0.09024950865265763,0.00010981027738441923,0.225841768969916,0.0005100752259356484,0.1728599011914905,0.941244891251179,0.5440011244465183,0.2554059867903693,4.872637846679675e-7,0.011998452820738614,0.0314309668954983,0.007538756697159401,0.008930822680291512,0.09098841921399256,0.8203844507634777,0.0012983588294335786],[0.5672839699387862,0.7340750891672168,0.20365855996644622,0.5649934481426224,0.5132098913800958,0.5124751237409968,0.29108363219592415,0.054417863224248936,0.8143324427498507,0.00042958533023700665,0.005807759906144691,0.6104957426528401,0.1297556457166616,0.5576290801992105,0.03067130988838924,0.5831394957595474,0.01833291398544493,0.5609294574111728,0.6902196390430669,0.9224774257107885,0.09256710284493043,0.3720010471145743,0.6082142224100394,0.1226234694511401,0.3774805148966289,0.019030920823685814,0.0006515323418326759,0.4174799507934673,0.25735322622659074,0.5022862251072551,0.12386915282715984,0.12513287715834495,0.012856300452894596,0.3789626493267714,0.6199429720119929,0.010055559224105448,0.6757115183412575,0.0005481429755516993,0.31503587285874035,0.6672248910920683,0.53738232534537,0.24118026412772034,0.00008105486061783797,0.10747078725126126,0.576840452721089,0.0009547531842162824,0.2859565068360552,0.278907129621215,0.7576931585850788,0.004000041468526227],[0.7057226205320198,0.3940449376138001,0.44849583846417407,0.38309841381775844,0.6642179799494632,0.6824943147561299,0.6730997493001933,0.699073805453023,0.5925993226880022,0.0018749173929198996,0.4392649053235715,0.6822226943028893,0.23751532288039734,0.2598350672881396,0.23348285552036405,0.8114907451784134,0.04627656728725611,0.5628183807751531,0.41498449103611773,0.6363679618947597,0.09720316934993405,0.8331069030366844,0.8066891238699117,0.24968755883255628,0.6520592096260293,0.027427749564455043,0.00849382631985517,0.1348164891529316,0.274240782329264,0.47287498792537197,0.3022503244532155,0.15277497437509585,0.1431116904367336,0.4862116038400311,0.493876233306735,0.6205535090110812,0.5871488318629979,0.07040785234715115,0.5268385655662202,0.6994301320600667,0.5423048780990354,0.3529405623522233,0.4802463358686232,0.3439381495177127,0.6640700111187359,0.005058092744128043,0.09422941166561542,0.43202348211557706,0.7427873999601792,0.4151291343539227],[0.18265002673322492,0.7122727683559936,0.3157898693478877,0.6524345338862496,0.6438014210025981,0.714701600962372,0.45124908693551313,0.704370970966665,0.1301673284798383,0.2655683960132865,0.16725032812504034,0.5340973932644375,0.3438482458933502,0.5012707581704772,0.11852886077693425,0.47259962902072733,0.7418842128264548,0.34596597471783835,0.7094371346515713,0.6264958762645381,0.1857589059968202,0.3694121006692218,0.13884511601421662,0.7129887545060629,0.4050233868238786,0.08503529846282211,0.6733096501177481,0.17009341906600603,0.5852095819135105,0.41326359435373744,0.24328030822905816,0.18862594353462653,0.5346976528734699,0.4965802430455807,0.6195450310163649,0.040586844686825094,0.3789159382001485,0.3063481267374613,0.1848970581953955,0.5021674603048295,0.39246761218641435,0.5835531207697915,0.495816773826041,0.40984625310107936,0.5157364998689505,0.07666199194307277,0.48005323487895957,0.31425980451042207,0.5766966473780624,0.7005438208456511],[0.2735746518946133,0.3032444584368426,0.48127582683241665,0.6473330349122792,0.5067851080717054,0.41171068515726555,0.4582637575922248,0.3839476908788477,0.27911000233361055,0.45938628957466504,0.302966833687857,0.39149766552587095,0.6302625291441998,0.4664124659738506,0.09312404441481545,0.4073348900294634,0.5587486515614717,0.35434991241748476,0.2093366011249678,0.5534504340537905,0.13590433075459832,0.29563742986519354,0.47014767121818274,0.5716730900226484,0.731083460507738,0.07155792172258466,0.7502851917853652,0.2160459035623676,0.4850655921273961,0.32457238518785575,0.1922963612238798,0.3395064844298701,0.6512843643100691,0.5029365251672013,0.579754101059973,0.09169379984899609,0.13677664811427268,0.18831300955604052,0.3575768295125703,0.45597310272326047,0.43324979748413756,0.44122720151148276,0.6328595028718865,0.3462825824321583,0.5685811671006396,0.4940717667819138,0.3762537104518774,0.5689706559397537,0.6779974761380236,0.4125652188184471],[0.3006240034522307,0.4905657421804415,0.418529130277663,0.5545819591348763,0.5028511077331025,0.06411267483240614,0.2774390719972737,0.6208354165493313,0.6335591425466822,0.6052542964585257,0.31726470400863294,0.675388365012769,0.5047989098817094,0.30565165429442287,0.68128418181651,0.4625331124334069,0.3991462157709981,0.4778245635853737,0.3576433369305078,0.6698988254568432,0.6930529535398258,0.29767897388899595,0.659513762273602,0.10197298639714332,0.592555897120162,0.16686327060361614,0.4926724136724829,0.6979276292334418,0.6507619479161942,0.4552934814688827,0.5977601208168559,0.02546952260136037,0.4297468565076851,0.22819608277202438,0.7200683840019526,0.5561691902579974,0.1996829143213582,0.3879493354593199,0.5912302101633851,0.571545540732755,0.30557751301319797,0.4121559607997603,0.27177405737202337,0.522772224721298,0.03384525387751771,0.3798659880377166,0.2284730809194451,0.634080322288662,0.2835576681683034,0.3135391859008518],[0.24715192656947885,0.3794018850613366,0.5154062525090292,0.20764811042664827,0.23630405425930723,0.5646593678612383,0.023236602622811808,0.20120991724103676,0.8107730125696508,0.816028304297444,0.9279942565338365,0.8904788151500405,0.3350353061693374,0.33704416787700076,0.3301261748691215,0.8226288556327567,0.16781622923556797,0.019133791026131726,0.21301329545890127,0.24101850490173363,0.2981662375300535,0.027588488318161533,0.403535173825079,0.02513422874565099,0.5407810398253489,0.02311118430169923,0.5711489685418659,0.3977287425231243,0.38329714818225763,0.5033033413431675,0.830422503518084,0.005829359620688771,0.5248037882461137,0.7166036526572035,0.839752685625841,0.16617339179355775,0.012364506793333374,0.6380653851850772,0.11359970129569202,0.6477085364768622,0.10312415236127177,0.001659390831566932,0.023703083524242947,0.3501350490197621,0.00014785162802917107,0.6774471895802273,0.05270782116022816,0.7983817397683659,0.9420104134871774,0.28835510310586715],[0.364413483501099,0.7215108778691516,0.6152640963168813,0.7128778048907642,0.16165937427633678,0.3371307792338533,0.16887432755466705,0.5789818192370403,0.45869762325416674,0.8929234511068038,0.5656092815564062,0.7047936793495565,0.5865159769727697,0.3800926816568112,0.8713214961509218,0.8365593106337694,0.24807555555442695,0.4611261989690632,0.47953333380957325,0.3027979717709196,0.4287938454062195,0.07898168744556455,0.21953421303480616,0.32197514910596997,0.525032826352828,0.10445491913652089,0.7668285395813912,0.7821792016226837,0.4259789765582215,0.5829709377820003,0.4741919585104685,0.06553384399466791,0.7305607497580631,0.6871905237504153,0.7898984598996811,0.6844425964318827,0.04636230384441028,0.6205399033294503,0.8700840278497398,0.6707618852234911,0.327895981463775,0.2595394482157471,0.3034506574395076,0.7813536531021373,0.09187284991787488,0.8358042370818004,0.1299438003597674,0.5117384626494222,0.7588476914660413,0.5477767561145062],[0.1255042153958905,0.4708895244865123,0.51098085137787,0.5426441958210333,0.1265957823532599,0.028616890217977177,0.060157193560495,0.8016722150360442,0.2523779164011292,0.44156477567762475,0.3037538717450725,0.5607765027092658,0.5055069472102619,0.07596387346068761,0.7279997722735048,0.6246888325853218,0.07195187809660175,0.7792254413783586,0.5087400274439067,0.3684412859406253,0.12064225302955389,0.3949175262163118,0.8411948081169837,0.680156144100166,0.6149307130178483,0.8054962919130045,0.44920314406024536,0.6694708028213874,0.8473931046076353,0.5689613646642968,0.6284308988833818,0.0015778335701924467,0.6870008797135574,0.5887151136694795,0.5075888354482667,0.39211160306228693,0.33615703971538347,0.6119903460550252,0.5881978348107447,0.5666028291818822,0.43573575584106716,0.5323376077422078,0.39708170788997016,0.7401915905608221,0.0002842661604657876,0.27091533351731867,0.025512033716560783,0.37470259273813417,0.4183358916393599,0.8453620741192517],[0.46015750128349087,0.7988671617558213,0.5002196308874028,0.11491628209883635,0.22891602446738032,0.2650528335922453,0.058009833394287766,0.2486020356761597,0.2788094783557789,0.4427389516714106,0.13426834944444205,0.5232604021210474,0.8156553513914232,0.18673101952058746,0.8908656664420224,0.6187157658162623,0.024082403393981877,0.20627672245853393,0.6270114984310393,0.638807733275645,0.27604223017686685,0.008741548037650964,0.2155468238678699,0.02154602637946789,0.939810308531968,0.02836974889555684,0.503511187566238,0.5392118230381494,0.3587010321115927,0.5249450311691588,0.9021176806231248,0.18539285764498611,0.18051357468308743,0.21136454504785301,0.37110532442166794,0.6393554843951217,0.16073755848576543,0.6871387139235178,0.856806668637436,0.6789847720532314,0.5877184303697077,0.22880871260751715,0.2920992748291907,0.7469711994260912,0.002097226194115581,0.8536615513683907,0.11283342264041703,0.04072902886663651,0.3718708159082551,0.7772054977763605],[0.5203072136491685,0.902768749207722,0.5402867504210118,0.13763264824161722,0.754805986217307,0.07308959907309275,0.051390217547378596,0.3114532168534447,0.6007782457238038,0.3124603414673085,0.06351947568240218,0.18063395578859118,0.7036507988972914,0.34486658809099074,0.572920157433661,0.5144069818638135,0.002973105489578126,0.44958282557170226,0.761594531618427,0.10722319636987866,0.2196371668664548,0.14521159729451535,0.3114919772055638,0.006141229977873687,0.6093201286053579,0.016293663846476337,0.39891891998364537,0.34960710289403946,0.8707988303336266,0.49492742676433105,0.7374342044408881,0.017368397059254217,0.20868197740985792,0.150743335707966,0.31975045080568965,0.2184617685489253,0.04212440073337536,0.6474632461584061,0.6097272329718945,0.6966159514285866,0.6211214980114776,0.18691175359996723,0.8506681600358529,0.5795937717246302,0.00040836470797754994,0.7060520791642133,0.7206093862439839,0.17106919699348444,0.7258354886807034,0.7901367983273024],[0.5954614550901806,0.5943486649840366,0.7543625095774587,0.9231020760659825,0.6137863017537715,0.27452351053046653,0.08314439222778217,0.6427117927948568,0.4850193691106413,0.6515954448563875,0.2983817287788046,0.3830743372361229,0.6993561911578665,0.11704972020359941,0.6107499205453817,0.5601405281761827,0.0045769989015231275,0.3198632684473259,0.5767651675054472,0.30395250866581036,0.26945583980257287,0.436691917732634,0.5385159268166065,0.5304439291887542,0.36092458622102735,0.17108360802073597,0.5725748465482307,0.4432099525894741,0.5536574523974805,0.759375584229813,0.7867495460028697,0.005460504675631327,0.44293677654389646,0.4570911985347465,0.5645087306560784,0.23900401478664668,0.006463067693143313,0.4836883961107541,0.6832847055303914,0.6247663692084715,0.6906313569218434,0.052844244776778036,0.7929035874625127,0.6500467915410015,0.011879263664599548,0.2534663339342583,0.5655930981577838,0.8549214022895133,0.5237259069479596,0.5006298230009014],[0.18497571109408736,0.40056814069820107,0.3452262273899134,0.0003579869112972283,0.39714871860400625,0.5587301429169255,0.5276181226699852,0.05851767448748041,0.8803592303333578,0.34962759134031934,0.9741938508573906,0.8109310081775156,0.11450286893252583,0.34486160641732966,0.0002589155585523084,0.42937450659302107,0.11089483981258898,0.020885829353370206,0.023912385512977363,0.05797069527885637,0.49276106230254807,0.5148000607654513,0.5955397203829152,0.008046612150676972,0.061159698920611114,0.6683864095017569,0.7078208553645535,0.32653378258186755,0.6312096280210735,0.7286698472069324,0.9085092512805418,0.006541409246941599,0.5014420775967201,0.5292249884217617,0.539942866689194,0.5704503429830065,0.3799151790289182,0.3624679831923825,0.0002450934421486144,0.34554291311295193,0.6355011335996377,0.0012237053901155944,0.22705324375391553,0.027956356838753266,0.12617188564587078,0.42917521383033924,0.24919406422049747,0.7213675710434082,0.7474427132771319,0.14777559271045027],[0.16348149410730795,0.3106550499763294,0.7484249203016295,0.000003434649972137754,0.5248312148561092,0.6749225664594354,0.6154688392812043,0.1485991940313536,0.8456666813156752,0.7401996828873815,0.4522598806302904,0.6473694244460628,0.00384491403520726,0.04585998623434267,0.00008433163926600125,0.28461574205793394,0.11660886376320093,0.20783250724468866,0.009887166095942146,0.1268418765719536,0.9004489260196046,0.30726461022035023,0.3174492681539122,0.0026258356702634454,0.001996533949066088,0.8853552589251238,0.7536807560041806,0.6864513923861784,0.8899868182267306,0.6179155537209193,0.8362258921829676,0.0013641216030753703,0.4010130156588147,0.7014944843854988,0.5575342473655766,0.5953341983423246,0.7226920326409448,0.9510011224917858,0.038215360760000705,0.26696211496254457,0.8652952729986041,0.08201123120443021,0.4447283324594128,0.6506356385984385,0.6867979479621285,0.32157340043835814,0.06890578138423199,0.6242062106036415,0.46118556939249744,0.15168175695766048],[0.42557180024999725,0.5346690997950196,0.8087515223003032,0.034662674739111554,0.739219360261967,0.4364765468340626,0.7473289578976338,0.27692579957031543,0.6216674672514452,0.04165748612182514,0.6267240642619539,0.26326919515497393,0.14226722404632602,0.12331753263753775,0.008475478681436641,0.13557908585102785,0.09796923291062876,0.17528846259143205,0.3918323730732299,0.42060451607331006,0.6705791495717998,0.24390662173288788,0.7575578707936114,0.2727316513944992,0.12621440683482085,0.8639849179160622,0.7131565476985144,0.6341942495982575,0.4039789476926948,0.7850719504598095,0.6115963236256853,0.23987231298188935,0.625311338590317,0.5127240551125307,0.3982342263309267,0.8221224677874936,0.6599988578170357,0.2295460149252576,0.061281052279578044,0.30728752357948064,0.807464901843126,0.1717698433038989,0.8250334546644328,0.12658865827137009,0.5341541444144068,0.48372657138835695,0.313406999754086,0.5970238911370175,0.43380100286686557,0.17029424574605073],[0.0764273135391233,0.6846958192472248,0.36367930598302134,0.24558697933416987,0.8432014230254102,0.6901553213428527,0.0005338928333979251,0.16087450062967987,0.8686957178007052,0.00006423120388623509,0.09236910597024746,0.18444384988581888,0.4888386943366052,0.0024722157481503622,0.0914941789570661,0.14155954720523667,0.7971304373250382,0.0003842743325642962,0.708430875906677,0.8595812155460234,0.7854341710586156,0.2968921027519114,0.0000024396648590489808,0.07122024846995352,0.10831352802719242,0.25478708208211387,0.11888674781577066,0.09821248153600064,0.43847415463342987,0.6100248565141548,0.6103151460919121,0.5626530588496174,0.2415132709813893,0.003355349120066312,0.00011091434253768564,0.00009499080583882015,0.8238525510823158,0.01276809883572147,0.28061864610074827,0.7928627802834847,0.8416313066332901,0.35394841171885977,0.000007587706095163446,0.005261691153821937,0.5185711718290111,0.00986038969020209,0.6591021396293381,0.4323843739760146,0.2090627953904868,0.6390495731624134],[0.39966410124212787,0.4435991730229891,0.6503626523830317,0.6033774627235479,0.168963938548825,0.7687983112114402,0.6000475410702112,0.593768323692589,0.6991433001044384,0.06933268042986447,0.5538356394677235,0.43725004814615526,0.44256532145245103,0.017867114538754236,0.6376593345601669,0.625396216645277,0.6850069455637845,0.06337081061873107,0.3955400631802625,0.6556372247562586,0.0018432536281089936,0.590833514028555,0.00038114546886502227,0.4574087349338963,0.4282055403568066,0.7880204469735108,0.5155869334666237,0.2918063479656386,0.4717455856069053,0.5653165889449193,0.5062724448059116,0.39377242474164803,0.36494738700438195,0.024664376007230062,0.011936392214595984,0.2646052646893864,0.3460072482898509,0.6514017138704143,0.6107859790632245,0.6452767408418596,0.7605667253828421,0.45072747380360517,0.15020520128049417,0.03674289181711407,0.43143178400594406,0.06432333713055215,0.5844407386384419,0.5731997625246698,0.4378814835126738,0.4097115506402325],[0.7438796098224504,0.9002058815842006,0.5625967897302533,0.0004141792454095505,0.6516997803182365,0.7520765336740509,0.005111214517525944,0.4138911359907977,0.62446108886875,0.000031662699208797547,0.0663793277932401,0.6048667285717764,0.5853526134579016,0.014316476073483108,0.5501060087822416,0.07499606185888055,0.5235503444243347,0.02722951411318426,0.7663127536525811,0.7445607208700274,0.00379097416530807,0.5205537111577417,0.00003156663196827113,0.2547755104465717,0.16233555555910817,0.013611890976125977,0.06038755297383177,0.2295476539659883,0.421546352159777,0.7143546932493781,0.8848368598082352,0.7154172549240841,0.08015173066967178,0.00044433731370094494,0.00009986189284214951,0.0003290530004442212,0.4400035829031549,0.12149910788323462,0.4964339146955002,0.6398291450274893,0.7937430826848834,0.6611497334647239,0.00029292082802525877,0.1657290655518542,0.7263896173293097,0.04283143485317356,0.6236328980098372,0.14472228918421753,0.01611234823994528,0.19959558775641176],[0.7894412644006875,0.8290164695679365,0.45305286399627126,0.001955933797189871,0.45352347145213134,0.7647561282032078,0.014773595436716636,0.7495378552048935,0.05752632297634421,0.00024555870934408385,0.6974979668855763,0.7781968477142966,0.8329098729805924,0.00017275965601008027,0.7812982244092337,0.1295466259644394,0.4622253802027571,0.5942855399309867,0.9282130979214794,0.5607264739184884,0.0005143211200995698,0.8722759029956421,0.0001252486680140277,0.2271495637792668,0.7859699126885559,0.0009401438011452001,0.637200143871003,0.05243375328273958,0.8841850893065772,0.6549133880347936,0.6326573494538962,0.8929660847789455,0.20408652962464424,0.001283621030660582,0.000055028692080612134,0.17863125746550387,0.239999737586788,0.7578131598796468,0.7434125057980635,0.45462179143158,0.9054402863908405,0.7842050694170031,0.6045233534807071,0.32977073102280824,0.5024363626802496,0.04697940645514487,0.47719403042811726,0.3717906428745297,0.0019386863217674489,0.3590467962363135],[0.43218627427116113,0.6034949280955239,0.17288039274225542,0.06403151898269115,0.6791090872442733,0.8503583220239469,0.4261149626304426,0.0000024579502329740387,0.503181078799549,0.05812423917155742,0.000013373362768176832,0.014422245108474757,0.7125878905756254,0.5749911396961508,0.020855027241414213,0.006798365759797502,0.000019183043268910555,0.6417096153854402,0.7439292165619824,0.4756745538756211,0.050501898451427066,0.003862452786260353,0.13402674392560093,0.3633124804783938,0.002465898296383315,0.20548155438904314,0.047851743171326996,0.6212160394657765,0.47233713215605594,0.008028470112695146,0.5206806120707643,0.868266262908101,0.0000023318603938508466,0.0000051339759506084844,0.5388199837879595,9.207718895052405e-8,0.644674528607763,0.500912130033288,0.00003511454018688413,0.4715998367077003,0.701171248294899,0.022229799254911684,5.271261741710975e-13,0.40873689963040294,0.2798837716712894,0.23048388141934253,0.00004250144202080806,0.23965176389684928,0.007165466510552393,0.044536559128196984],[0.4768439887823765,0.3035716410317013,0.2373440933478919,0.21144821370578612,0.6807656492145502,0.8646045170035487,0.2769010841491119,3.446994082654664e-7,0.6489699822559208,0.23571100269318807,0.00009008285316872106,0.06677749305557872,0.7085447071507651,0.8368847152746974,0.038153516372918805,0.4387200815086081,0.00002357729998439658,0.4994020025028204,0.522518371630999,0.8050956450659678,0.20246893445376266,0.00376121767976044,0.07080908877582427,0.34643352447372533,0.010197343934023101,0.1323008215526597,0.044303575494921935,0.4643394161599903,0.21417737550473717,0.013141319071889783,0.9089078268231551,0.8966171175900841,0.000007205288064462683,0.00000890605011008285,0.4429940598571874,1.263894756138646e-7,0.33824975673879043,0.4513739600349981,0.0003958052642155717,0.6216196078371807,0.45674899794506707,0.05959538155554816,2.3246372649983578e-12,0.48315921345027385,0.3887635327800753,0.3600518572691253,0.0010951129768786744,0.29026875030632926,0.07158413762094018,0.11141399698591171],[0.068824106235968,0.6669519830633509,0.0007328760042081974,0.027238935690362162,0.7515934715793011,0.8071184907063923,0.17714762342921755,0.0000013339742315226766,0.10167176634476498,0.5338867129304795,1.8720861177974395e-7,0.11877312135606956,0.7453783548064135,0.7157000159422353,0.4494453188102427,0.5342541489036711,0.00016226483622440828,0.33130996614579816,0.6315888991792111,0.3033073198779691,0.5980865835865519,0.02480016986395795,0.33705885041464084,0.18580000069350136,0.0003578672007744475,0.08263550352212728,0.007420554651107104,0.8097306889248264,0.025571618070221302,0.3761482353360784,0.9243242494439575,0.9173433932439974,0.00013553533211253604,0.0000016009948768708147,0.32787116326544835,0.000001225211200299624,0.6882459702308551,0.003479505942387048,0.002735914100206174,0.315806708685353,0.932233123699109,0.06991254733607231,6.114113224194078e-10,0.014267137930896937,0.18564745323381382,0.004529211422266299,0.004705958435674659,0.02243760406447614,0.01915934037794123,0.006111202571251019],[0.03154926973607477,0.6935463472078224,0.00183851043959702,0.10607626296600907,0.6058797550174807,0.807222180423862,0.07992866467740804,4.86710024351022e-7,0.23183311698917375,0.42209913636282087,2.020480222856654e-7,0.011280217622327341,0.8769422010143433,0.6150895884623926,0.5207517957501371,0.5409160343164924,0.00006466572519277705,0.7070088650210085,0.2797737450336781,0.6685046853335398,0.6830095319996616,0.00861108129651068,0.6030593474229324,0.22514408118100981,0.000760992509724065,0.14151276382964648,0.0013096401854178648,0.6881059536603764,0.05779163044753608,0.40964975122895964,0.7924594766704998,0.9063904216636334,0.000045304791194117565,0.0000024284938672100595,0.12323886180171054,4.917874777791573e-7,0.6873220729863345,0.007583864932842151,0.006602954901267424,0.5857660531658408,0.7771062588222258,0.11162290648204962,3.8809741966823974e-10,0.010329377962925658,0.18186802877180386,0.0032573845830828865,0.0016816083520362454,0.021276669153934148,0.06119601962244459,0.07640574265511528],[0.30388127297284284,0.19066124668373108,0.19165019057047633,0.04347464934775115,0.4892256278347761,0.6572632693528389,0.6632154430876658,0.18459877014530005,0.4513787651177334,0.22226189763480753,0.021641718646850237,0.7276061817471358,0.7464858709284771,0.03176471374776941,0.46918466403799663,0.45205632877991103,0.6465549481263991,0.00610854703087519,0.4867388387345816,0.6657497401190745,0.8195778063049197,0.5290580950514361,0.5740730146669066,0.7738490868707808,0.23842518831330461,0.6212596125423148,0.805640156383024,0.13318078826436808,0.5253597424182057,0.570760986692109,0.004998423387484624,0.6963692994897801,0.3483976295341656,0.24657090132158752,0.7775503028201214,0.025116515117275168,0.4946518037063624,0.36720353769056335,0.8179793370546067,0.6400616412898092,0.22136493668023116,0.8214575826778692,0.019489096147857474,0.6093969477375085,0.17826435690816508,0.7588323737689279,0.7639261108242724,0.6770035787811826,0.025724726726849986,0.12955698896417556],[0.599699245789517,0.4063060666666213,0.05386936109388436,0.0678716091132563,0.7876607239492538,0.5302054530489525,0.7408913154452971,0.06251653188185807,0.4216593318061219,0.09434694552998021,0.026990747321511372,0.7890924222472174,0.8301205893343206,0.041478242581095365,0.4934694361536391,0.46181678276493765,0.5518305229227255,0.0017418729480080531,0.38024540225556797,0.8265559304804632,0.5352014936789777,0.46494391675433866,0.3083691439482352,0.8269968981230443,0.5523212750678005,0.6654618825709793,0.5789930444931126,0.03819877524953527,0.68552181347917,0.8159680532165028,0.0016016667141609026,0.6320361783561689,0.7861252198854616,0.09698913178752885,0.6304740337940063,0.005451997689653252,0.48944366060918537,0.5398533697165107,0.3132743638435001,0.5808237853181298,0.8093219501215373,0.5813576289780197,0.005756703282021518,0.14090332431227148,0.023350370787249258,0.7261841042455119,0.7361441612098302,0.5618923007613187,0.004582880689017492,0.00792060246920197],[0.13684373921650614,0.4499817276997891,0.0509810233614806,0.170244084169757,0.47691989269003576,0.5220922355600647,0.628644107038645,0.12722216027990108,0.09808129079861815,0.03191863024010767,0.011261754144218305,0.5787452878155992,0.7177588215515387,0.026552839875907827,0.11419482863977819,0.45620330832170997,0.6551614533904342,0.01468223854470533,0.40787366143855835,0.6849831155771882,0.74620061105733,0.5396726012722238,0.49746231368721866,0.7259275391519313,0.567471743959216,0.5899496309918776,0.6506931838550514,0.5172319801853109,0.7422494814791981,0.8473558352989271,0.01119342490442913,0.8105654658008975,0.688011741432948,0.20233208956164772,0.5977808891979028,0.00944481676425624,0.8083038503510839,0.5019614714202847,0.8056164196430163,0.8500486149598869,0.5827837014925612,0.6692414048801679,0.0042053479312594184,0.5727075114250252,0.06101105353845959,0.5403781447440598,0.8354880857119378,0.8418676714940191,0.07949257413247794,0.16280686434063046],[0.03186930088790044,0.5030341721749169,0.019819904941500648,0.6781222955380782,0.8087045498694878,0.002123195653613978,0.1658393274176368,0.22798555851724245,0.20475920584094076,0.7458895371620925,0.7066672965101286,0.4653186889399555,0.3571458592267298,0.5087652697578856,0.2986851650143183,0.08369043494200551,0.029254664504989068,0.24266160593628203,0.3718406576094762,0.4395940703787756,0.23503592455513767,0.7384469497156629,0.7944841914880296,0.6618545080714502,0.6533263839457647,0.6517520982517385,0.6655290641432186,0.5496272043494695,0.08042593902444048,0.22539572687951037,0.46100450521154357,0.7008426733240442,0.5055362399419459,0.6293872402035273,0.3328217500018345,0.5508749426825089,0.599360410130536,0.5071265785941431,0.39694442487806797,0.35107085200291477,0.2730076405382465,0.6864378662910305,0.3739811999514264,0.589870888945067,0.7118840547379973,0.6215660468513174,0.8446317248199525,0.003481574342265303,0.7486815995887586,0.5338813553137635],[0.028960380532052916,0.4213059603528858,0.29370573237710484,0.5354848056932651,0.517121347743835,0.05725473067069323,0.3637022011341672,0.08626731517564314,0.4604971189586385,0.6819714469492877,0.45253375043127353,0.2874478140121033,0.18343976643030363,0.12156484777983954,0.30267155719872507,0.36407580270335543,0.006130387776971734,0.2909790599212893,0.6667360077020213,0.1370090962879332,0.48258679568506135,0.6410540114898381,0.5963878438490233,0.30440108504503666,0.5456860129809912,0.4896957465293593,0.491393348303822,0.8131573815948479,0.45081914195141376,0.06421042247658364,0.610259170969115,0.41928778651278636,0.5847987924884417,0.586555974511513,0.48732015762666137,0.5215618360197147,0.5665587565650931,0.5889043940641953,0.18187180768392655,0.36004924679966177,0.14693085551533097,0.7754903333708536,0.43422104301239656,0.2816022797056159,0.648487853328667,0.3787394961745913,0.288939652112698,0.005607570225431963,0.5392355898698218,0.8206160502708593],[0.005948874998959295,0.6510714404230209,0.05581688561966195,0.39330734015453,0.7247325500409437,0.00762908826066323,0.2123950974016453,0.5386950439095716,0.22132201971577012,0.41130532349489324,0.6770179304052841,0.1290865343891064,0.24291807612660593,0.7362149652968125,0.15177390528335089,0.1602693909373623,0.015205253770781444,0.36060921322650885,0.5035193835358622,0.17791229945807308,0.8308878018862097,0.4792905438940311,0.4619151895349309,0.7942201538324367,0.6096719505546863,0.2958995074194409,0.7480439831199878,0.5701947983570969,0.42172335322901633,0.04454526174152458,0.7460992445155599,0.23510800820628533,0.7586331279977347,0.7295083710508343,0.7316792485097781,0.6164785024861836,0.595390065917048,0.2568812237467419,0.3032752107717745,0.5518825603515748,0.7066472964962625,0.6655524820296055,0.5385446616712287,0.5208644547290444,0.8161823255058659,0.602908000550946,0.4886898427590697,0.12578405263933287,0.6227324478366371,0.6075566573736086],[0.231546877673458,0.6498866596882263,0.25498395356548254,0.0016214845060428236,0.012071258936981435,0.5325425236031033,0.1549943397888737,0.3068132635962731,0.8855737375020832,0.5428518242152899,0.002033794853060385,0.05462576398407433,0.4106523829812216,0.7186063553386466,0.0009686089750102603,0.8023291873766001,0.6222653808335783,0.16023627420000514,0.013637858314918679,0.7307633882232569,0.5401147874611142,0.0009873354480296225,0.5391035296330001,0.0015398295645917992,0.38304710343351905,0.032806929959656256,0.015269618552301432,0.4234337041875614,0.16187941677820922,0.4372963449308581,0.34074347599244414,0.7708393546608409,0.18411741942013085,0.3062784314458818,0.3463115278397767,6.638983591999724e-7,0.5022570518261735,0.00002880701580028143,0.17054311438340497,0.0032454921842175978,0.6572248666124195,0.3709578656271291,0.000008935768915060255,0.5175902917751852,0.7101887264961383,0.004274085632845906,0.04705903724207229,0.00007319288061894666,0.009787470541564395,0.5323002669611295],[0.8112938170678928,0.5215569874751602,0.00003676432546530851,0.7621358215282611,0.2929291886273578,0.22807342093873578,0.006865835669287691,0.000001627500667143786,0.3728058256705505,0.048007010330262,0.14782512317132518,0.00033565554651456627,0.85568422943575,0.5460202783854391,0.3880781161920603,0.016203024628102004,0.6342642801827355,0.216020146725033,0.47439522578019855,0.8517050758830739,0.7170029702208804,0.021838528662128195,0.15844559308707776,0.005695328296887807,0.3820797262208841,0.015478149763433736,0.0006874998088457048,0.16397760690625665,0.7576499863209586,0.9043853510316179,0.24294426015272427,0.1354172329127091,0.23465295872085234,0.46708731626482886,0.00006922229028631915,0.002267456347948031,0.8565867259309777,0.0009259475783794085,0.0000025974809803984813,0.8148585427695553,0.8932734507119814,0.000005729205296215439,0.000055372576793550386,0.0006854268351597899,0.6481533609354522,0.00011000310179729185,0.4093669621621052,0.6229610679424029,0.6808160538466518,0.1998584698651356],[0.8147481360870723,0.24048124836440132,0.6268963642257115,0.6371581484612738,0.5789760764184482,0.49619157495867666,0.6789708607759475,0.6339542657121636,0.0009727733026694249,0.4969799179353763,0.04393620749652222,0.3811206318139098,0.7262354743683188,0.5970737571585477,0.46557746677845485,0.6574823103691885,0.8320884729616688,0.006099468461493077,0.5824900346383478,0.01925038171860511,0.12161247847665292,0.5697924479235965,0.855332559456919,0.5866764111458316,0.014225486350034313,0.727396502291357,0.8473567230984747,0.036393451171534745,0.3598771314768512,0.5064761812414011,0.6803835218164023,0.48174910011200184,0.6437508735717706,0.6160239310970573,0.33876452897429793,0.7025981507352511,0.06883279394536511,0.7172655417664628,0.18872735472854066,0.10286988357823935,0.4641969682451614,0.025932699564400724,0.021238628757266103,0.6338474619739831,0.12493253142346128,0.6297344280836376,0.5727336816108498,0.8667196681372833,0.014562391675625529,0.004485997740328755],[0.5583095540504818,0.49453563335223516,0.5869975982731078,0.6058814042118054,0.4801241463671687,0.6089392419386153,0.19261656191733786,0.7336694948866628,0.00890179924720323,0.07515112651384191,0.03363197726653866,0.18942109448893912,0.7352061541876049,0.6775692043935108,0.8037401310811153,0.38530713636054764,0.83868800093265,0.0007086360816107914,0.6027613381485477,0.09176433071842183,0.6552994573514693,0.31333918892669493,0.6731616390318894,0.4953445328454701,0.016604581562780777,0.26757778743885,0.2544572420013852,0.269898621320857,0.5421660574048367,0.09645265027618742,0.7841306240615615,0.42903291706339974,0.2089050394382463,0.40321847811668404,0.46989093381342295,0.551040815237992,0.23931284221336077,0.49323513106101013,0.08108100416927817,0.1626168923123705,0.2886004085629854,0.0666264039657103,0.07663730630722512,0.37983345354819487,0.3736703248982081,0.5478862070230864,0.651618969842323,0.5262895443876682,0.02834153163162484,0.007965441245541554],[0.8206668090478557,0.01811595841855355,0.7910355955803898,0.8456810645806175,0.27762173341496593,0.5395490963049958,0.04809669107751519,0.4894389839490308,0.004018468345184838,0.7745226072214103,0.2925757118616436,0.021148882480758784,0.4939764752747093,0.7424191529040919,0.7539142356255377,0.8650419710088897,0.6502791687775613,0.027611395732446198,0.09451413517481552,0.5614314160241072,0.07811037007180403,0.2373238714742559,0.6984323155506755,0.5466312963108578,0.04559386209164897,0.21428275698973492,0.5263011649470283,0.5902100600256771,0.032878135875345924,0.5913610061484758,0.636217733859522,0.5146854386070461,0.32805974514361913,0.5243072949841925,0.8567047219091587,0.864351080542062,0.8381593629982679,0.8498604837716309,0.8615892162550579,0.008205624604396462,0.5230737942541569,0.12831971814894616,0.7301738333619848,0.44915046670858516,0.3108250518975718,0.5095400423763934,0.5735743227708913,0.5843168938463533,0.047841716934559235,0.43668798013503496],[0.5131655116441644,0.7247811485643775,0.4191891363944911,0.7569330541619412,0.004342605722589391,0.44702307973535366,0.2194254821529533,1.312308958082116e-7,0.7632314182153689,0.002257018417824159,9.549632317831017e-7,0.007662675653209667,0.8040249569685032,0.6061995702889597,0.10709417096841069,0.16862397955454939,0.0747924824508858,0.00000717762559312807,0.0758462192438818,0.5928487790196407,0.6504246807354659,0.06368327081796275,0.754479296119829,0.12374928081647345,0.29150555123730554,0.5098348598041738,0.0007302094095389675,0.818629617053882,0.013241637719286464,0.07076373333851847,0.6361720503961906,0.8712977030574494,0.4517381815826867,0.000013646816892906966,0.11438957601501364,4.879180345288547e-9,0.03163531602900103,0.022807617660657264,0.6181405332688955,0.8377400261958515,0.9189709343060566,0.19550135315208927,1.1835709576309035e-10,0.36276349239406863,0.023589490925787826,0.526697357133529,0.3655019614208905,0.000977427935317711,0.12605754308092637,0.000398809458757121],[0.5540649773819766,0.7631440601078611,0.3940748257202288,0.412487971401014,0.01765050640431433,0.7606110207367778,0.17593448937323822,4.922040182911895e-7,0.8600891902878055,0.03143845052083693,0.000001872422814245076,0.03136311480980135,0.47758814793325977,0.6915312415764914,0.10753139956384868,0.050172667835222395,0.038057744063374206,0.00005917821746664654,0.05910987284716895,0.8686467452932045,0.6783723908866867,0.04424359708410865,0.5585886769966888,0.10389471181529063,0.35143943731435684,0.6843238012546389,0.004372994429391634,0.8836528743457662,0.01924480642612798,0.03200361307039231,0.6321691093752958,0.7682627811548938,0.3352227783151942,0.00002530530991151312,0.35432246933052763,4.7526331052431976e-8,0.04451866479175611,0.03580769533410904,0.5908468687341861,0.5833982244002406,0.9166378396254499,0.24764161472568164,1.0896523532845593e-10,0.2158513956263869,0.030366396325055278,0.6614379239189581,0.13135436533587266,0.0022280655018582177,0.03590943408859439,0.0006107772523406284],[0.50494047442081,0.21990779557023687,0.5701551861609426,0.2954211507219058,0.04546620766254441,0.15079506579572954,0.031242044717620335,0.41895024679616344,0.7466224670023404,0.4993610836505049,0.24579224115197143,0.04850403097216416,0.47130257497943323,0.16990876584284148,0.21773189385930533,0.4134804413091937,0.6598077662397904,0.7226071143325906,0.2733795019735982,0.5877735642564756,0.0845380028036351,0.5694518127204126,0.7350687349637018,0.6258785635981476,0.41489607683805957,0.011971319663117435,0.8099921830475919,0.6209318336021298,0.533373602358234,0.7916820467677976,0.5656461168222562,0.43576468681200514,0.022183876373731967,0.02709895718169706,0.05184154301804417,0.029465870609002433,0.01920647364823668,0.6757139117163978,0.00023710192146966596,0.7477219972085176,0.2441719351267019,0.6529920758934098,0.04658884515298827,0.7090608675858562,0.6935515046190315,0.3371971428102281,0.7352452711335662,0.5566034072423081,0.2670932739931945,0.6084640652656625],[0.10066691104060771,0.00556982562336696,0.7170198351937941,0.797035869860883,0.030796746456999757,0.6644709762495278,0.5909795783530853,0.5578420646706466,0.4227415158888644,0.010754739827875295,0.7557915655790777,0.361991853340172,0.7769972725886688,0.2548032372278121,0.7440009783163679,0.3930324999280951,0.627734199249351,0.6578870454117873,0.02480281868555388,0.6124782485466105,0.6336479169640205,0.10333920370702723,0.40418212965530254,0.7875964991864899,0.4877390554272839,0.30294011355470046,0.0012743954440117826,0.6569998000681091,0.5612977501447466,0.7011670337347888,0.13385308502776844,0.3006928274268108,0.6158359752368938,0.2649668546133062,0.5887819180135089,0.21338501488316985,0.8050047758170414,0.22772756839144878,0.1093832908092456,0.3417526971900521,0.5418359537365017,0.6401506990930754,0.5234565932425993,0.7806769258547629,0.7378708454456218,0.23421125005148313,0.005259081992308969,0.38232889298808304,0.7987488690458081,0.06196108052236316],[0.19491447921533792,0.017642432549193298,0.7086496120160212,0.7098776573261921,0.06033815448055689,0.6275750124636246,0.7387413971388359,0.51074686910018,0.6093251781236775,0.02484623677476753,0.6552418379172142,0.5595591021197943,0.5736556289788398,0.3306849725841287,0.7970809731284365,0.2852646982919935,0.590468065335144,0.7851756238918877,0.09010868955152569,0.8210702437607239,0.7989147883463777,0.021359588503479875,0.269080601522099,0.6558638255291307,0.21530621696925156,0.13035647752869955,0.002413194006425719,0.5876627392998428,0.46150101083116174,0.8317545829616874,0.13115798425853414,0.5048385175651291,0.5332099662358833,0.07551280505031181,0.5251087936229393,0.43266987016024283,0.6016026213078213,0.08101389947723917,0.23668695825039568,0.4338950278822787,0.5129439412574024,0.5953570484566243,0.7011553697023278,0.7021760799267684,0.7738085086663401,0.4063861283948648,0.03673947259241997,0.3490181047147145,0.5938298137179202,0.13368295322828613],[0.09255140275928138,0.0037224372985864367,0.7959034642776623,0.6452606465736679,0.15021955660949868,0.40580978706448945,0.45442596388783796,0.2458758446557511,0.627637974690758,0.008028282201867304,0.6794296737526936,0.48249534463430593,0.6111196994297291,0.41273101372592974,0.5465785162961252,0.6597660896713808,0.6293527255563157,0.5556116466528669,0.022074903669110604,0.5716504415098279,0.7459430480307488,0.01537743841289441,0.507119176901265,0.5557856055299262,0.5594409651350363,0.055413924736383686,0.0005679827854293289,0.7154549072498878,0.67725133968245,0.5815308861702818,0.16019330351337044,0.29068234837011403,0.7348798412276984,0.35987157716736135,0.8156053069951064,0.3133607577294311,0.7267718000274018,0.34881218826843213,0.07819372925680224,0.3521128549602793,0.6801403615052517,0.7642657462445327,0.838779951569557,0.8774666199259433,0.6247958546452106,0.35059697539031864,0.003630209877232086,0.571961866155585,0.8359763788740687,0.022437068441463884],[0.2202450547130805,0.07940954794507565,0.006109884388486857,0.47810561474967717,0.7330303646316669,0.662182612991927,0.03986168989414043,0.18863520727190267,0.6427282982614917,0.5512191838128938,0.6891279265223794,0.9196743397903137,0.8139475619072641,0.7233765929194456,0.07236653023933287,0.09779906441161208,0.7646435017607438,0.17726464000149345,0.5970953677743256,0.010529580462953509,0.5645531489750076,0.203544892665828,0.7247767582877757,0.3824206709854781,0.044809463519159216,0.09323770591624303,0.6427544626629281,0.43181253007751064,0.12013832841632778,0.5489404579363842,0.0013385370782164968,0.48317492526104705,0.25599415277718507,0.07416574600528045,0.7590861789841498,0.42002165686451526,0.6688442846325044,0.843708094258905,0.4164916785864509,0.5738281319067241,0.7953579824776885,0.31643033504638873,0.5521531459017618,0.32235255118546574,0.13537316046051076,0.4643731842231043,0.6461318169035253,0.8405832731290953,0.07532787617068122,0.16333991128391454],[0.3490796331798953,0.08848899872976267,0.08938816563008661,0.196713839726029,0.5826483626635457,0.824761886238376,0.023127235037108694,0.21782628888871622,0.540842495554227,0.4574974352558453,0.8099232796991833,0.8695346728518727,0.4654375011384033,0.8643306678052689,0.07844141354567166,0.1157224629717289,0.7590670963576981,0.08088958507763759,0.6704267656141668,0.0019168242173478163,0.5429863138168941,0.14043005455292765,0.3801654613912482,0.7059159320717725,0.12979558315035636,0.17207140960295506,0.2949158513753432,0.7828520437842839,0.028896931555875176,0.38592466580245827,0.010874912886282546,0.5447400022168921,0.6373622663879761,0.17129658884169388,0.6436294198410282,0.5301236712639165,0.5900015662020309,0.7541899470373925,0.1356784165464482,0.6092122162839904,0.7438750892887104,0.23127085527130764,0.1508750061805313,0.6126245823356081,0.42078341160871746,0.7593582804453078,0.44917076516366683,0.5899621615884298,0.024600046187014772,0.019437411670178782],[0.2440099301394979,0.031259673369256655,0.019844746574442785,0.3658198161544658,0.6279391951238165,0.6042190625341352,0.023305197186939196,0.190645678515513,0.5866080190371896,0.5500650932315713,0.5237743286520451,0.7735879691432165,0.7283690236252803,0.8046184076107773,0.1792354263781294,0.10025983165705082,0.7218035785525198,0.09933023468544805,0.45669840685557417,0.0026115371207393735,0.658688180700543,0.41050914587863835,0.24406036164596542,0.35199313928070847,0.07898593198823108,0.01768820868914912,0.2763317268013468,0.7468714494455609,0.01858210396456683,0.5703627280041802,0.0012613216821199388,0.4748844949664965,0.39545365538184807,0.0332689660718578,0.3939011376167695,0.7237379229525948,0.6345537853315792,0.6832584722865842,0.1856137559008954,0.2994879376350794,0.6826519676675883,0.33591535968171315,0.35954343198153327,0.7702871213112316,0.2040522306807324,0.31958870070215273,0.52236091674721,0.5353875511505696,0.014484097796007084,0.09648563966935943],[0.7369008336096393,0.03525835924162113,0.66216779425304,0.7222165552643287,0.1739951475653731,0.4963547156400349,0.8290061952122916,0.05982882422089283,0.29217157165059054,0.6487709672685638,0.13079350469980458,0.6541078085852413,0.6454907405670103,0.002299089182254519,0.39359121588116136,0.012987713990111227,0.732574968174081,0.5402630826407847,0.02476758853922406,0.6532930974555896,0.05932835896705063,0.41310354775022334,0.2649039713714863,0.23403023792230324,0.7786401115132209,0.675255037588645,0.2710097505403509,0.7778820968293038,0.04339026779850744,0.7836637118205055,0.6415242722445549,0.8258976475850921,0.3576190873286576,0.4879063499866134,0.5139068163113717,0.4078918953324028,0.4950806717972244,0.32382210107697834,0.6701353827266414,0.5997238429050362,0.05847595648834481,0.06364527708429583,0.736018637536925,0.3567934579982087,0.796447297613099,0.7285503023763277,0.4254116779479693,0.5961339886164797,0.15898173990509423,0.008567543586007144],[0.5288596444037931,0.7201618809232727,0.7657593310834974,0.6696086518652858,0.5742062666191814,0.10937735678161296,0.5683284727303037,0.4443198561149477,0.4417723869285881,0.693478213024582,0.15194419884677096,0.5882021863374657,0.6339784921209355,0.039048437385909365,0.44513295903665284,0.007509081726789634,0.5328063760839681,0.4383142871228378,0.04267011696462849,0.6627772987097558,0.06545254893849284,0.8495108425308169,0.5536784297988792,0.200435457189022,0.021975135047657534,0.6895916362267888,0.008852840939859694,0.4194711826407837,0.08804096310321037,0.6392277143403393,0.12220666573878246,0.38484312990587377,0.1392811776042853,0.6381624446836641,0.4900096763942743,0.6412542986139913,0.09938353580332633,0.791709685832217,0.13720965209523525,0.6974104419994746,0.1704075885548704,0.5531484989331025,0.7817055009436915,0.4655461831768563,0.45407024608293917,0.5293443301095049,0.27555254183706707,0.5116632083629776,0.16742378933166657,0.06497487355171234],[0.040872183183772004,0.4863257960895797,0.011419009991068799,0.04112778796025324,0.781595239134355,0.5673981287098899,0.10763286712258438,0.29559532467994976,0.050584575682420085,0.3802223883839695,0.7985472513343166,0.8568954724289002,0.3142564244513396,0.6509868119085808,0.5492763934498108,0.5660587673823066,0.1820649784875871,0.23461554541145752,0.012050175690684253,0.7505034139768602,0.23334450993172862,0.10286745970050228,0.33169164065603535,0.690148452006622,0.7654773410272214,0.6770626536930074,0.000014100759769259002,0.06046428497766812,0.5407508694461156,0.798310160445694,0.3433160965344244,0.3543410224710013,0.5126366592245226,0.6867403488130457,0.0004636925115121049,0.5980478549498907,0.7149927543017305,0.6948006808734807,0.00407663918410988,0.6286599917171747,0.3289178245096932,0.12279134524479568,0.41918549796424015,0.48180159799046457,0.22578874142496808,0.5532272883998687,0.06991511240424805,0.0075541054609144145,0.2495813137618336,0.03625800035537619],[0.3034465404776763,0.0014999400802062338,0.0091957555436644,0.000044558759852371754,0.5803257619460327,0.49158096892666414,0.1368234530230527,0.16052728390862747,0.0173790117698834,0.5217514796755253,0.0000037073993311501295,0.8774626475492235,0.7224124708478753,0.6823109607061875,0.47801327174645364,0.16086513250065598,0.18605309731989042,0.9723470065236517,0.03576487172336417,0.47351375584462174,0.8504054239656909,0.006167001060997886,0.18450910286518576,0.14586720332236258,0.47622389962077905,0.822554096556964,0.00404338629673618,0.3385809156928444,0.018899305913723206,0.5436547183264142,0.5021988762935615,0.016307179719643978,0.035751349304842577,0.20441323438896714,7.606606770876721e-8,0.22805188169806406,0.5700663826058904,0.8126878575568027,0.00012150080753728028,0.36480783315279836,0.8053490923824462,0.1370878271667115,0.04560453613581585,0.8049505123135393,0.5769484519215968,0.7189475720128472,0.16118434365025539,0.01672840119661847,0.7517234470788036,0.14099573939446342],[0.7386945407265957,0.743003023470792,0.16510650452935985,0.341118052674335,0.09731487902437848,0.40190070686845575,0.45459884905372605,0.022302264834952755,0.70975113700792,0.26490618682016104,0.5036190990097108,0.44976197060136125,0.14218282642636104,0.22245584854889874,0.45019426335299434,0.009546721649315582,0.7453876891411181,0.9287265175736883,0.2510625816701184,0.0015391443253681934,0.5965859249949634,0.08399500217906375,0.3525707722395381,0.04580022326956347,0.39279539818972087,0.8448803621199699,0.014750368383223448,0.014350433165841994,0.03534197855407598,0.027847170357692554,0.430537823065102,0.7640108432679189,0.5256834878023373,0.6440577198825758,0.0007817592477593461,0.13545481487048128,0.36556699326098385,0.48580035864306187,0.0005680879654113536,0.013448710479928369,0.8925975677108344,0.4196613135384643,0.051773645929783584,0.3901963700242542,0.7163405758592463,0.8182633761068461,0.07593020573644083,0.13757219158939518,0.5238431679669493,0.5083389723560051],[0.5923620577664963,0.5340700303646739,0.08194827316619692,0.27704957876056746,0.07129732517616959,0.6774017484316853,0.5028012689340755,0.018996384979987676,0.6728454233552101,0.1334822500268956,0.4650008512459751,0.531550168928268,0.20759365568560978,0.36490799493700843,0.6753039205077532,0.009242158769065586,0.3848157270289952,0.833202107231291,0.34914974099101587,0.020024121588269134,0.328364943666736,0.19440816658859597,0.829623713402467,0.11638217954878194,0.39838202394957645,0.8975401583557159,0.024142963849560915,0.06427220807814808,0.02457303651414827,0.12038098768629432,0.1832270525344514,0.5625840259117713,0.4807419378945583,0.6166790833866005,0.008269908810383208,0.1462858286923652,0.5377250676143961,0.663320961307849,0.01113890029125864,0.08594987108929866,0.6717527468983955,0.7165771368971581,0.30888497800717246,0.2267263814288919,0.6706948532062398,0.7219412189027484,0.14944485002602334,0.3766809230137397,0.5790007887394472,0.2773427668644031],[0.964298684299523,0.7125323307615047,0.006479233367376559,0.004538106048828683,0.21820528858235771,0.6698395773896341,0.23278023715156984,0.020696552968584535,0.32236169022535455,0.0013922358904596822,0.3156385242251903,0.7010439437052939,0.09816974223840591,0.15081933949913984,0.8672732704207425,0.00008651786786222474,0.45499063643773785,0.813066884830857,0.6358547757036148,0.10911569021183769,0.28844164443402587,0.03548420853771639,0.36637746214632394,0.00047396582385081165,0.5641168465076389,0.7141616285022699,0.01345989997428393,0.00216166418933749,0.026991494566729824,0.04654340427919777,0.3233689789267068,0.8904405644531853,0.37256227389238367,0.42251797676744224,0.0032516416527740813,0.12285267452632062,0.7677959762815811,0.46924843629222324,0.0012147192816763775,0.11806342302970156,0.7975472847062648,0.8933742097132295,0.48344681606069245,0.3805694027320133,0.5822473536114603,0.8007306046791918,0.820841014752926,0.09560379822503781,0.34695402445142326,0.29467205663871937],[0.37385895765412214,0.38185438776568226,0.006808570809161993,0.014234325064207284,0.015445637383846673,0.595477124470745,0.4910020592685221,0.006165916195069832,0.5142230249611371,0.2875530194755138,0.15229027202868134,0.31545975587287556,0.7321643428156868,0.5375484613410217,0.27209362464764636,0.1602876824146785,0.38610712562359795,0.8536683280094911,0.4224775825384018,0.0031392740795743042,0.44880599623170564,0.09358736402535943,0.7132015812156297,0.001007418790185051,0.6566496975241612,0.5905916095043058,0.001500481435438782,0.02520957484059601,0.009997918754142422,0.05026994609702364,0.04009148460258881,0.5902740355706695,0.19998128876525645,0.7699824963437075,0.00003539055884972733,0.5486509874667996,0.5967311709547316,0.44841286770260597,0.00019503771618947617,0.004078097266073429,0.735716415285035,0.5773498867656162,0.2742410112621573,0.4892390910845679,0.6982084360165922,0.9186767592493128,0.17960432753486397,0.1143507472157193,0.850264794890299,0.5882525699192318],[0.39294832236973504,0.5835545679053924,0.20757544654341467,0.2808780229704168,0.0014927707270777138,0.9021614828377666,0.08689828178429329,0.03005061394864999,0.7193391258155747,0.5851921411152795,0.05254264004349117,0.48926466706324195,0.3727750307073174,0.014445821274004133,0.8689326474304161,0.5145064850825308,0.6591354684632758,0.7584730016201989,0.1326196329417599,0.0006228594701640821,0.607834753069138,0.031372060769557085,0.8222961681218797,0.2386633819645043,0.0028144180746856786,0.8239414559545453,0.4333367964025019,0.3958446871725951,0.40133699912628557,0.029941025830582436,0.012520919413274684,0.8002306212455551,0.5436859304866072,0.8531712151831978,0.0002402044012260601,0.2887121956953276,0.04392923853972306,0.5448619710070701,0.1481988461577674,0.0014435782058576773,0.7818500515341984,0.5206318722009273,0.14629474873563478,0.0013013389071237216,0.7572200583981622,0.5746719993143884,0.6053686949847246,0.018302159996310283,0.6710758161477317,0.09070988034172091],[0.416431546071642,0.5400060609431152,0.30448659757313457,0.3746850159837108,0.0013805623414782588,0.7193928629184313,0.12160721364393068,0.06668012739557214,0.7322516470639462,0.7078586368853865,0.08550741563653691,0.40249638883197864,0.5762268786639041,0.0031414408523361822,0.7451781281221311,0.5036909893675446,0.691735678696773,0.8739061627961562,0.15321220049825404,0.00045219324934510786,0.6649280784814903,0.03127647228434215,0.906105551095097,0.2699945934950236,0.0010263920919961682,0.9470584637222059,0.23572996768299903,0.4552723567858035,0.5152068854897637,0.032098228046195644,0.01673675421937705,0.591897206653049,0.6805261401614825,0.7475732641546388,0.000059198173234476966,0.24907159601970977,0.04338391363946969,0.4553596598312623,0.16223886318452593,0.007348368552716314,0.7481879922221074,0.7543323247227264,0.1854664554563347,0.0006506196594580289,0.63156481220114,0.7174017204085915,0.5183783124332285,0.010828218653475028,0.8336824846016755,0.04655701537649365],[0.49117699914636137,0.7031155021972395,0.12314224953125424,0.48501049010391517,0.0004558227890124689,0.6812675635439128,0.17299358593667932,0.1584572602481651,0.5130873868489202,0.5501556292391673,0.05196440521478822,0.4819646469454863,0.3821615472969437,0.007842517071632632,0.7518612473320114,0.5799816309387074,0.5860995321154244,0.7889195531779636,0.31548992419479777,0.0007353652963655736,0.6067483724095494,0.08424866576566231,0.9544064304021481,0.5159399920845634,0.004485525970319457,0.7240319290896793,0.5896015240969922,0.5289726556820714,0.4673616007985383,0.05993636329791051,0.20144119416206957,0.8124344774606662,0.4574067337536942,0.7594485343018254,0.00008421277601357271,0.38849844705753844,0.031213521784619492,0.7922448449766172,0.23123054497998694,0.0035772412379915307,0.5493801392272633,0.794634286595025,0.03942215550164921,0.007632547218316881,0.4031606169747493,0.7303404264972296,0.5268658022226319,0.05148086132798233,0.6539128391044199,0.012264706590831157],[0.7611965372075278,0.018803769230279918,0.08770817633200131,0.0008039211604166624,0.013930871955495002,0.7129336656361284,0.06881043359349134,0.5511212940878217,0.6947129646485154,0.7658162807950362,0.7538898373028815,0.6617126507337909,0.001374150689013452,0.37338052465687793,0.014067451673168266,0.5779309801080265,0.002996479259014025,0.00037012402845176123,0.00501033630304596,0.5498908041237917,0.580623363847667,0.5638101105460597,0.6430732354023936,0.07985816282658353,0.2389807226457013,0.28186266081791783,0.6272912070560271,0.0005465951737243864,0.45145563429837454,0.20150487705978434,0.8985717057788426,0.2636972530159786,0.711479386450333,0.7350690263279122,0.7989411977871811,0.25141280282421336,0.6181698175012125,0.5920391599663355,0.2861311008454632,0.07592711142675389,0.7232724609815313,0.04706161563726682,0.00008097892061503686,0.004565427735536234,0.4761194006549947,0.3019290788312555,0.5512945946344725,0.41945222878643584,0.8963012356596506,0.5793939754659494],[0.25280427360983776,0.07124062794264441,0.13007504253630078,0.5309212824274794,0.7424289508118626,0.6306067633517661,0.6857379404583959,0.44777255102208086,0.117099448991828,0.6099333641906765,0.38805949622604136,0.5984071493605483,0.001750729432944507,0.5611201595448476,0.5246860601149111,0.13842371898024833,0.0032707879664840554,0.003949004858288993,0.07203659402031735,0.7529783501666873,0.7212748246697116,0.48758267763772706,0.528096211181817,0.159619994655735,0.012488569839659052,0.5208630713026651,0.7211249659832245,0.14441370101537152,0.35653226892382256,0.36585557795424517,0.059792205287040726,0.7598079876682502,0.6200508825685384,0.6784886183827695,0.12322598830988475,0.43992455092126315,0.6461595345559465,0.6125410907981537,0.7829595637461592,0.1617178446992941,0.8047406898670408,0.0881158340993676,0.005417453598306207,0.021894839587476934,0.42119664016447605,0.6305496018075609,0.31437469957786734,0.35012046477389175,0.48568135811479146,0.6182347539642017],[0.01909116659609062,0.6517051670436859,0.7822968944986701,0.018454713325690215,0.32953151568388367,0.01637201883959616,0.5694638425113928,0.24804675084648287,0.6966254611228022,0.4025871778581686,0.001296874626099504,0.06335575171325968,0.48881833962708526,0.3943879060138173,0.6290203319172879,0.06920380912265275,0.06727168805967118,0.11133713159744674,0.65451093114025,0.8291109307744449,0.01649243561176679,0.023673720469055404,0.6553429211879754,0.019111990665999837,0.46812977244637854,0.6805290452580063,0.16450968636554902,0.7358186011151252,0.11925051308527804,0.304843919628582,0.19319329629699505,0.5778782144954446,0.2953401281547561,0.07928212321389745,0.219842886731254,0.000033599186789525655,0.8944172388989867,0.000026169550915277176,0.013395548147484003,0.6249271331292182,0.6953825891318169,0.014196522654215858,0.0000019060487529794554,0.12771925161987346,0.4826006414549688,0.1558293193969143,0.50008282490759,0.06314944563993068,0.00009346601978681741,0.5072793102201907],[0.031048423773637025,0.7197553953591995,0.6408338408419393,0.18667358032525078,0.09387482850244143,0.12775389755063246,0.7034043439135081,0.8648860000338893,0.4956354315005423,0.7313621587127839,0.2200933143487014,0.3655240175010974,0.1899792651783716,0.42989132768672966,0.7272476380753855,0.1000295673971484,0.053659914956817274,0.07819891163745175,0.3301252498440612,0.7348443930035485,0.16419938712822182,0.5072198088774952,0.7997470263240083,0.387683598557075,0.6653228873636432,0.42431483851411106,0.0997537458128691,0.5272167100562908,0.642672784619312,0.02831361496114771,0.7815329375738246,0.4312453158565007,0.22579915761440686,0.7151222571860856,0.3640994480808658,0.1181401624321031,0.5251945680670781,0.01950233383631586,0.12428460742318777,0.8767185249967554,0.2706050963272292,0.03230281909607074,0.0040834161661535305,0.036563648341602584,0.4477182883253622,0.5431674114536039,0.6450965343162857,0.675143086400212,0.0016296937870689645,0.6092998492741588],[0.35656934301114046,0.547394920426976,0.438487383134747,0.006835580340745169,0.08208058552544498,0.5119132551692559,0.5119021843672663,0.537337874178442,0.5631114400160444,0.7090729892647797,0.6891184466077316,0.010800536800188372,0.2340746710525389,0.8315070476349318,0.6930776147426811,0.18748510822859268,0.624220704664025,0.025555784113310765,0.11911565830936112,0.32088584014988036,0.020283376124136915,0.3914053971456698,0.42161101055456535,0.08289767152102744,0.3297544466556582,0.890665648491545,0.4536936919282485,0.005882506111293094,0.014914396668621717,0.4439905029268354,0.36782756491552054,0.6772945193679704,0.007719105290095225,0.47822276464222385,0.6516154715600133,0.12577856471836746,0.3567840930796846,0.017642720977646218,0.45227749042084464,0.2752459287480815,0.7797717536824286,0.5757321158368747,0.806864481395016,0.7766012065546868,0.31557648366426877,0.05655551401954533,0.2759224654230123,0.27643627197472703,0.5035153912330949,0.31428366455466133],[0.8789523482291176,0.2712343708792436,0.26242783582479406,0.1249707756642205,0.0003521989865268704,0.24734252293093445,0.7383799981964393,0.6081798687385412,0.7894206632982446,0.8543631909421853,0.6753864076423147,0.43873956671861236,0.3912987438817077,0.6244175079086635,0.6110465218652134,0.9128402821649286,0.3006871839818632,0.05528817161901825,0.06375934201173654,0.04941220451666912,0.0026106636849621743,0.5522907469445859,0.7685550121401035,0.1761262962195031,0.6778155001702938,0.6766450812344796,0.3011684597323963,0.000021243000272329037,0.033489029592113306,0.03665524887751033,0.7232948722341634,0.7754453109719965,0.2727011525594858,0.7206205763163045,0.7449545962487776,0.7233668106829305,0.6340136770323809,0.18888957336559362,0.001967663302025629,0.5460389239174379,0.46730410772569475,0.2598382353360584,0.21649112407339494,0.4213453580364854,0.18194580288900186,0.010719620442981909,0.4415779398927465,0.5240875636164949,0.7855680397531623,0.03266233540818175],[0.5122163155801278,0.5835573844731351,0.3149699377076734,7.319736924737581e-7,0.9560790083058843,0.7739733791757886,0.031111001502807697,0.6156418500024271,0.07586282304647284,0.10841905268129698,0.05100834750683116,0.6810154016591462,0.8340744921018077,0.48303669394513293,0.8978440324796072,0.37265588213594136,0.000002297547583543126,0.9597034802337169,0.8868006855104261,0.6420793704773754,0.009383713874175258,0.0020672196000322686,0.1346903538091527,0.0012277387785838152,0.49001361256513604,0.3481817115741336,0.4019927952310164,0.0004020113799433677,0.14347848251199763,0.49642376598850524,0.8794666415727495,0.714082460701986,0.0000027796519350926994,0.07542868579346355,0.5941174244698461,0.013642984811545624,0.4853515821868733,0.5042015686293525,0.01697902150666464,0.033708314884353364,0.2999443582144919,0.5138864859822406,0.052779385777662634,0.7717804417366328,0.14835804361371774,0.09292344894229991,0.19484249995728148,0.000025084658248570616,0.00008732718563862673,0.6029949179991821],[0.8834615527799327,0.864143025560082,0.5131863214989698,0.0000014018894165827415,0.9418796938050747,0.7455741594457077,0.010764979589690618,0.7491903113265165,0.008914271881863892,0.26801933250986504,0.028340932901414984,0.7123515576006914,0.818945839954894,0.410136896583721,0.8062840965727432,0.5030952546480667,0.0000029583361172927475,0.9604992369363596,0.6802606301547327,0.7829694694290158,0.00449296371409611,0.0009159388579939206,0.7450061489544595,0.0021839790875340676,0.39380741036391437,0.1469657081014994,0.6456186215849946,0.01320567144489448,0.5449009965470291,0.38548288169590555,0.7113918546748037,0.6961519051438614,0.0000215922514035351,0.17285327508704276,0.4487778096352468,0.035163146390966814,0.7688905859795618,0.699606472685744,0.01141934816114937,0.09897176029084373,0.14433797737259688,0.8659080271222471,0.052769778380488186,0.3742760914635531,0.04437758691075115,0.11840402665125799,0.2634885116968003,0.0000610109062328732,0.0005146636468039842,0.8025285620513314],[0.9630915925924625,0.018940093279712265,0.0017394092603539608,0.39416875025705156,0.5622811555550064,0.2207215161631036,0.5272218331735914,0.9351848993642701,0.4733473787494233,0.5339621508207171,0.0013177521646254781,0.6895729923613129,0.8824284319431278,0.818326237810142,0.8071230938008357,0.2296308833493972,0.923565505436845,0.8461780848396165,0.5436502397882454,0.00005899982757563702,0.7225745492286622,0.17484048933842417,0.46233605047683113,0.01841621901103572,0.6090921074276997,0.6056751619445276,0.3914040852813861,0.927235235506026,0.26579473304604456,0.7033374292289031,0.1348971450833586,0.7355376502117562,0.9080189358026444,0.2177692676104109,0.2666846659061514,0.8856239552966505,0.6857824296931362,0.001624537644050053,0.5154952724505533,0.0010078399716996853,0.002151108546838068,0.04081648302025673,0.4278075306606045,0.6871576328710916,0.7891984122991407,0.001612906147740991,0.002086428937108528,0.927656726784817,0.7248620808289833,0.5577015587600025],[0.4353062208526585,0.03216797552173971,0.06307319348929774,0.8321697288233653,0.8337169490564141,0.10538125713153673,0.45253952523773633,0.39292060699238684,0.5353237351611528,0.7252657770765865,0.0060349221204166635,0.6444158424539344,0.8714702156954264,0.6229306678114475,0.566640888218992,0.9332327362408583,0.1466017779408985,0.35173206476928076,0.9088705807581895,0.0005406978823927037,0.2927209375974857,0.04544885444788602,0.16773544658475856,0.7346678957225594,0.0031773408764028486,0.8387552819560659,0.2083221669441801,0.6280694431730319,0.1551047770035548,0.45220105351212353,0.19772660191641367,0.9144814648092776,0.2586892148553426,0.19846829131667687,0.8825565127062949,0.4471180963980212,0.8553152585842682,0.00033505982605565706,0.7392034115416728,0.034632179147883496,0.037107949392139815,0.03108653428186529,0.6991466208639598,0.001718220586295581,0.633888678239512,0.0014206294694750195,0.20589752674339626,0.5347021283598855,0.6846792313966318,0.753595572312265],[0.6854803142530923,0.004787750526021124,0.8613713096747091,0.5905914325741897,0.5711992622508735,0.03648294821587909,0.8035752644851557,0.596874811130522,0.6921850998539589,0.7727246702836059,0.48030335433440235,0.6997499725470618,0.8931518240168154,0.7712465917719636,0.45334842485233157,0.3097471772696491,0.19143134364367662,0.023381114278108957,0.5329402154221148,0.01886131249095507,0.7385331984348539,0.08197084951199277,0.6989708614474753,0.7245465240503413,0.30533525070532075,0.5723604230008098,0.4202046009459564,0.7356580769164123,0.6448436137147068,0.8617725244646666,0.04980484249502891,0.6505152894784011,0.6178741603405384,0.6957694852352209,0.36617575177771566,0.705887015704146,0.33653031775554093,0.000059376421033581604,0.23488225952254616,0.041771683147112666,0.002631144469653261,0.417578258133563,0.8177013680240477,0.15215410335607735,0.1525971235665686,0.23647387457436536,0.007549962260072603,0.6293116914175075,0.638286391052663,0.8222333892318437],[0.6798502931626657,0.023849285746275976,0.006523088820392938,0.22280025374940163,0.8542549315005562,0.1206324688925833,0.5107894106504438,0.8917690142776211,0.4484599482774303,0.8490427673976919,0.039574519477566725,0.45118654853803164,0.5871031925706678,0.6659732616285194,0.5253824122627906,0.4533963086188756,0.6860583501821108,0.6174278415171496,0.6143906758067268,0.00011273133137450392,0.6046386420265326,0.00657959811310651,0.7454707626527761,0.31279837096291035,0.1261551960821008,0.825116132766547,0.2066974123870118,0.8307268513569582,0.19444119459934914,0.5742201383139538,0.06122760528665674,0.5720670661615832,0.6915197908212637,0.1093469191122489,0.09810800125118262,0.8060886965203559,0.47594869229109754,0.005814155807931443,0.7124990049920149,0.00153431599036416,0.012391657715511838,0.3514309824552538,0.614055360489154,0.6618363782731078,0.8639974983336131,0.006737989805543668,0.00930607799572582,0.5365131601673376,0.6777488601526677,0.7741368754719539],[0.778032995046381,0.6177862189088381,0.007074842536696575,0.008158306176714722,0.281527656108853,0.18243783456362533,0.7191310994585123,0.7034407400876532,0.0007866852621361187,0.6490639582228956,0.020271665459096044,0.7574513137746042,0.598268925351434,0.6313761810034765,0.7038300247471895,0.006386069193311422,0.5101113166816541,0.4319767269280682,0.7045306948391938,0.36375255093035125,0.6921629004328927,0.29134853712059305,0.2270357461327102,0.4698021532437306,0.1803087097414557,0.07487165627645453,0.01733422777074466,0.7515854067041272,0.060173131804271016,0.003958819371947285,0.7798942881874869,0.2723083408230622,0.853146496659064,0.11421671911350956,0.3872901894191824,0.16268809014417193,0.06345924256070137,0.2417057402287601,0.4351397743161138,0.3774881208755701,0.14894396502812612,0.633556540265307,0.24506509404502533,0.6150931266045226,0.6376511926761478,0.46014133798627166,0.02152902221353084,0.13352925628830495,0.8838268401435301,0.6615040587022426],[0.8270894542200118,0.8836180323194166,0.008357102851728766,0.000010200820224997174,0.5130806219876457,0.12750716268846607,0.13603585856976994,0.7833924220817895,0.013544713806770466,0.22293426258297788,0.007523293785289871,0.791681154108284,0.46672343553305073,0.4745740705016983,0.7180788313060679,0.020695971392311236,0.17530827888490277,0.481275870240662,0.703868270541258,0.6788305991213507,0.5343426108278654,0.06775290889906957,0.03615587569775246,0.19944782876874773,0.8713426185013255,0.5590575870647357,0.43048143432924885,0.4177585126149663,0.09150616233724937,0.05208089197428318,0.7234276027117748,0.441548429882322,0.4903883031913942,0.22220907783154922,0.5666091242357996,0.4729164935392974,0.011509986780692866,0.010501279235612023,0.3532699205785646,0.015123971378363974,0.44369972972051197,0.6834787650943218,0.6806177451439247,0.8806165881460766,0.30443928548770505,0.13090260034982398,0.39888829858600006,0.00029125422068135363,0.24949943127581384,0.014689586728001977],[0.5430238085246402,0.005627709892365303,0.0007340692091204311,0.31926510815803744,0.4828567800213432,0.006708427748927948,0.03665175142293639,0.03135340618877193,0.5352743371845327,0.6683546172113808,0.0402337504124547,0.4995679751999025,0.030485144922520004,0.32972222659811823,0.7824166990691523,0.7276638773163019,0.5230518228083672,0.5695341172988018,0.15285109640997355,0.6294497362307793,0.07942628082212824,0.826272470877287,0.7861011994718299,0.23166217758956267,0.0006897480420693443,0.4567127027537417,0.0004125478278926914,0.5131695979684773,0.6581519340241708,0.4683542744503222,0.07582459052971624,0.6145331422279883,0.5213458818571748,0.022191913622617045,0.5869554559844944,0.0013071382297440992,0.2849948508526269,0.7182094290536494,0.5679259523377969,0.771463311343247,0.20931526514036522,0.3405782420706173,0.6097931964687787,0.8322970296007238,0.28733488768503096,0.41453125711161415,0.6513697088102905,0.04701184995861059,0.22965260994408315,0.531194116704689],[0.5335883052683831,0.12298099502765816,0.0054298376999882,0.06367018599800968,0.6428945607269351,0.1448663372383344,0.10051668051488079,0.008874022956926676,0.3333222175671188,0.9117672510308318,0.43363728573885196,0.7967228394281296,0.0027956421727693788,0.10962122915224788,0.4565167681137413,0.15372720678784857,0.4876654223628123,0.4740936144738057,0.28950341411872016,0.45312292762169726,0.03080097485201418,0.10798731617019931,0.7027403271362765,0.4627864392490921,0.0003082623446955708,0.5486469668293164,0.09758187996681278,0.07827103424532215,0.8005844124640992,0.31250931127556764,0.16793027919704656,0.7680333085711138,0.38085384005316764,0.4553392396061295,0.5796193543372093,0.0035725492538011888,0.13388700431726497,0.7648550820116315,0.596575576833094,0.6119654726254783,0.13294313991646,0.10775367767028782,0.917395733287504,0.8824458755177292,0.10342289037921175,0.1332458959483278,0.6869175425899823,0.024034935323278248,0.47488168383973045,0.5816285638232255],[0.6571440373650168,0.0003069512090501907,0.000012610884374713272,0.7539932826735695,0.7842457506639621,0.2411621907245339,0.0032169651767740156,0.00001239055091028396,0.717087718996719,0.9328380400958314,0.3368504307758069,0.8235455448744988,0.23885072269350482,0.00003972539553041306,0.10665142853957546,0.8140451290416116,0.7193690315724378,0.04301453394851609,0.15167444570915553,0.7009310934528401,0.0010655011517157757,0.7600953672394897,0.5433782063393637,0.18224592152537025,0.4605136040600829,0.9229641562442582,0.4241400264193292,0.6047755660369217,0.9303044367958001,0.0030872870782925714,0.11257056353145914,0.3835499041239276,0.11396977819040502,0.07899786121114817,0.2794751664080087,0.3170759065054561,0.16306262404915278,0.6861157501196411,0.55507558461196,0.2895457466980655,0.7824178918749028,0.19148581787049657,0.17338266405700534,0.7210412030144966,0.3725319713042693,0.00029727316059145487,0.8584894632316992,0.0019602982582113434,0.12535171611977772,0.7288050751594615],[0.6530784440833082,0.0037810321157476677,0.00004217007344705315,0.29852204372759195,0.800935870497392,0.33656373863652744,0.005488963189750488,0.00002806469911750119,0.7426943836407858,0.7966733895862892,0.511353478259313,0.8615286924044324,0.20442965949574013,0.0002056015909087059,0.44149749328216814,0.49237407855210624,0.7749639260960078,0.22149669212239678,0.3195312192540633,0.7919256720673183,0.032118972632788824,0.7365138526232833,0.4144452689374521,0.04444311038650442,0.3693108651803436,0.35669628835600653,0.6321281211481585,0.24137099889600538,0.8192782623552004,0.0025261062459840822,0.062189277809681184,0.5960783297416078,0.4590160608593611,0.34733983359997234,0.5568183060910132,0.4211819507526105,0.1508728470098562,0.7373969284906923,0.7141098004087444,0.7811574208284148,0.7187368453457149,0.3096208125317859,0.8129770882918608,0.5253483669828867,0.6457005146392973,0.000191254543553262,0.6491866895641791,0.0009114025074440673,0.10308392866515119,0.6668694185258243]],[[0.00000525146900515929,0.0001739144380420431,0.000002114925294324033,0.000027706059499995326,0.000004531569842061998,0.000006223463222825229,7.237837583605199e-7,7.748872354218292e-8,0.000010412503655290706,0.00003288081819275846,0.000022322937861131435,0.00009423850244416553,0.00003871005005422542,0.0000010746477985571194,0.000007688967054693804,0.00008927940731474257,1.9161728790286748e-7,0.000012018997439739446,8.596292820722488e-7,0.000005119698899490754,0.00000795415570509335,0.000004114957490593351,0.0000030982921547459414,0.000004118577808102941,0.000011194510579525909,0.000019937918985410765,0.000015074600658667871,5.075181013195632e-7,0.000016154944210487464,0.00006597734056766133,5.773158713599576e-7],[0.0004566445216567232,0.00019596859805793486,0.0009454950555609245,0.00006690001438124726,0.0001251837250147851,0.00004047701918830444,0.000040118250677802624,0.00020062259153673931,0.000621778969691098,0.00007293701539335736,0.00028484057231603367,0.000014525508957851869,0.00005792107450826212,0.8352269194075341,0.0008085151152307041,0.00000812023367741438,0.0007486198979620969,0.00003379498706245836,0.00005370769093908021,0.0002627487252620283,0.0002483125832692622,0.000008238157139090241,0.00003124273371827715,0.000040230407301342636,0.00036156439131793333,0.0002626285256446075,0.00005295051530344083,0.0011333068072604403,0.0000506692091252319,0.00006626023156218526,0.0007935503624475127],[0.000588734117336709,0.0001641259333325026,0.0009375469830726237,0.00008837360914748745,0.00023251513260694437,0.000032198148055003295,0.000022163600392770315,0.0006000877133126436,0.000018568047159325177,0.00012492413245190982,0.00015264920092196744,0.000010191440998041383,0.00003000376595750874,0.8126458384981609,0.0005739768704837942,0.00002612507588090211,0.0022041538156947907,0.00022417979079574572,0.0000042553709121202925,0.00010933301193321572,0.000256977033716384,0.00004240999058004236,0.00046838837153755287,0.00021005290958685117,0.00004697191645544795,0.00009989892583561966,0.0000935338894008451,0.00017968782574754574,0.000023370809025192262,0.00021998986457915065,0.0018740665248258206],[0.0003584997137743092,0.0008617173498628114,0.000372996922505846,0.000033603833251925287,0.00013769072102126512,0.00012781404183605325,0.00007259151028988127,0.0004224400822464227,0.00016553430266498805,0.00002191330897353372,0.00013850261733321708,0.0000272940857563683,0.00002034059508876489,0.8031405031944459,0.0000759994671686728,0.000008958579058762662,0.002902560181275812,0.00011107543882255391,0.000005859081529513316,0.00014712957664042543,0.00046380134928366434,0.000010240274379204917,0.00011461320655041933,0.000006426106161930985,0.0006208279310120586,0.0003334179417017783,0.0000196664540293039,0.0001128001887770491,0.000009848745729800981,0.00006225218216906561,0.0015294061432253704],[0.0000030975072176518022,0.000052639459555026705,2.3005147297598005e-7,0.00004235970707077311,0.00008414487223356242,0.000232170849747138,0.000022008771943242333,0.0000034050662108143297,0.00012068903544517866,0.000018097096370531146,0.00008083219069883623,0.0003120500203643796,0.852332244483774,0.00000533517959051447,0.000002529590340303339,0.00005512534724689663,0.0000020895328115337284,0.000025071722623932237,5.811471133470626e-7,0.00008059051559437131,0.000006654342047063212,0.000029856746525340877,9.871977330898969e-7,0.0000019305634730513464,0.00001079050793644137,0.000026264252607010418,0.00003523652849496256,0.000018718908880573554,0.000011232970824849527,0.00003060039306723885,0.000004765883736699662],[0.00003672001453186242,0.0011169047635131613,0.000006227978243462648,0.0002359148537932965,0.00014580889114719945,0.00005538841710171892,0.00004644553801035303,0.0000021757982933190566,0.00020637718562449334,0.0000366355098318342,0.0007575063700374088,0.00010414731492518343,0.8478000134078563,0.00003370916680616177,4.4407044655641235e-7,0.00009803768226861791,0.000001043529309509098,0.000254438781847252,0.000051565779290905974,0.000038500767260023765,0.0000028401008072807116,0.000038370715938122934,0.00005306543323021702,0.00006482743243302921,0.000014666515824118579,0.0001174145693749674,0.0004485309662437207,0.000009586314499097657,0.000001177171815230101,0.00006607595212817722,0.000009544107327176173],[0.00006618179379161069,0.00036490060254107544,9.217687677169371e-7,0.000007646384938907424,0.00003510351176615093,0.00007711004357635184,0.00023442254246429058,0.000012376243405444495,0.0003263758513822811,0.000019778879766994355,0.000561429208336895,0.00007970945238960368,0.8632428970954562,0.00005033892726857498,0.000042300648946555664,0.000018922938375041705,0.000021853784255368738,0.000012375655525239668,0.00020561692221159349,0.000018519486004500797,0.000023126675753542856,0.000007120802588063359,0.0001385465179318646,0.000017624930961771624,0.00001935699485711559,0.0000049301671004380595,0.00005512550211256291,0.00010375767118821958,0.000019035728722378454,0.00008748462526564604,0.0003432805950752182],[0.000021462304999228417,0.000006039670828559343,0.00009235924821416542,0.000039219823611871315,0.000021800903443444704,0.000062092267457697,0.000042356531067684964,0.0000015687536897086931,0.00006246948764787853,0.00000342020678706616,0.0012584550653497876,0.000010195984568055876,0.8441525313098153,0.000008079669843671773,0.0000064903859802779845,0.00014906747526430587,0.0000010849301798914108,0.000027441351469538783,0.0000034654973559886932,0.0000035411953569574833,0.0000012341456587663797,0.000042861305795631074,4.940548735101111e-7,0.000005832584965544592,0.0005169493091246896,0.0000017579014911470571,0.0003066831952000725,0.00002732329723213986,2.0930821324208576e-7,0.0001343223849822689,0.0000014538339467348903],[0.00263305989410992,0.0016444697854609812,0.00015278022435248644,0.00001399720878473338,0.00019709659008940243,0.000020514515392712233,0.0004079497707945215,0.0001331611540698784,0.00006666918140633923,0.00009035093866572845,0.000004393063493180187,0.000019596115371342264,0.00005771801360487432,0.00029563784888802353,0.8032399656865443,0.0005682420425602537,0.00011489789230794492,0.00030432534532347986,0.000624500394176986,0.0004963881074918309,0.0007292602981090109,0.0002210247477444451,0.0000612423097047991,0.000005710462179128275,0.0001924129128590226,0.00045104418928548795,0.00008106423492261167,0.00019123097952727605,0.0009603103228946637,0.000015934021817105262,0.0002929899222103767],[0.0002790736750593899,0.0004755050017356935,0.00015902446492746606,0.00000185987094102691,0.0000892445257291521,0.000015851522290076664,0.000018009996203129263,0.00005870761793021352,0.00027251410006878086,0.00020112493794935673,0.0000025390591953262676,0.000002304906161716421,0.000031052369546122144,0.00006359569551755555,0.8453221366309526,0.00009529416348468206,2.468436390881663e-7,0.000024197727319772147,0.0007800762772636267,0.00006666923667746333,0.00013641120577321085,0.0004407516598267704,0.000005351101602697917,1.2239823921996819e-7,0.000045191267526330775,0.0005322557458123002,0.00001534397650358462,0.000007114377903669462,0.00016452359992767413,0.000014006387977142181,0.000020646860570267115],[0.00003281116154515246,0.0006077469122353795,0.8422194257358301,0.00002907464438006642,0.00041713159282057735,0.00023356699323097806,0.0001318358253713931,0.00004040872623902854,0.00003337067670625709,0.00018896025660979223,0.000029661133373365343,0.00001595918427565306,0.00003569857960309814,0.002300334968311322,0.0001209432852064053,0.00014055014659325164,0.0004079545586308695,0.00003419377734322058,0.00024188544482423165,0.00006038907399614608,0.00025957187436804726,0.00008489893624200684,0.00006752594770709931,0.0002405683475810336,0.00022999832466026517,0.00004597793739590433,0.00028097713781639487,0.0014175383926474682,0.00008800117555271241,0.000006450596513863012,0.00054934397490204],[0.0007014656146975543,0.00032327607406096233,0.8592957876867466,0.00001706921688626657,0.00018969547954269744,0.00008499611571038622,0.0004748550475427143,0.000055976332519380114,0.00004154846141867679,0.0007042814559817194,0.00015444996109420246,0.0001438454372212446,0.000005218681480916727,0.0005424623071258152,0.0002193992420385762,0.0003509945724763845,0.000058465029042857295,0.00003227465486781397,0.00015710429860944092,0.00041945698866914044,0.0005680790486366357,0.000043630231650912144,0.00008126689916746007,0.00010531240282562057,0.00005780287131980184,0.00007235606002949541,0.00009533660305079245,0.00005238753050178663,0.00006495844921360301,0.000004773161175697973,0.00020907735042862894],[0.00005254673832833164,0.0005098058723581889,0.8416328565390355,0.000005473843285701246,0.000002894948541653492,0.00014491068476455611,0.0003327316196872221,0.000008034813522909307,0.0000018068185475461434,0.000679033337398097,0.00026285886868767603,0.00016608947873720018,8.968707048631294e-7,0.000011754699374718836,0.000021399667462588055,0.00030765895652822315,0.000004616492678641902,0.00003366651200574262,0.00009457666827147728,0.00011177385842003045,0.0001302485397049533,0.000241506831803526,0.00022205902512414605,0.00001562749658759821,0.00017142092533279775,0.00011275956245316814,0.000011480651684634886,9.881482475091489e-7,0.000018326825575225344,0.000014464079992674945,0.000018110395546093527],[0.000021104932124303192,0.001148688345460091,0.0012467807230963468,0.00002120278258261776,0.00016161036398802076,0.000043805175842327276,0.00018055532143139427,0.00002022870211733,0.00009391974840045556,0.8157635514803946,0.0003044408302848371,0.0005262471011411091,0.000025564687900882695,0.000017126143413356886,0.00015702078210457393,0.000017517615839896485,0.000003654365407996359,0.00000991083023096877,0.0000047771154856483196,0.000013109796565472489,0.00006526228464086749,0.00002131554013601618,0.00008559241155219907,0.00007799048351579647,0.000019594263937796958,0.00007434111808855098,0.00002121501145215393,7.401368776446875e-7,0.00028038969922209155,0.00016959302091711814,0.00006399240092610089],[0.00011226628736675891,0.00006733837925754995,0.0001702927956119105,0.000025434181142723252,0.00004566184848777013,0.00002655905336198371,0.0002887252465935353,0.0000036691960193979814,0.00002201075510491532,0.8142832686789008,0.0006817986134730611,0.0005209118520714349,0.000030744871540757995,0.000005705453957152256,0.00007446713110696599,0.0009810180303253106,5.74736484133419e-7,0.000007172504606756951,0.000010627654027651305,0.0000158886827224442,0.00008406336431361134,0.000370684005903426,0.00002832917894118084,0.00007573828286067225,0.0004422544755627867,0.00020905749004897637,0.00006424883250655848,0.000019268510672945553,0.0000851100351991985,0.0006060097925536803,0.000047302462600581114],[0.000002237460995623016,0.000018272099872752508,0.00032691663905015666,0.000013565874335854348,0.00002844417106592307,0.000025783526080661093,0.0000918731572800537,0.0000030469427227778996,0.000023063772406711548,0.000059477788778546195,0.84447641532829,0.00011529026011186795,0.00007568690498347338,0.00004687517084640293,0.000004532780507810566,0.0000727613124405502,8.715146797822339e-7,0.00001562631535946785,3.139148896741062e-7,0.0000064914725362866545,0.00008001808437451067,0.00001068161289927176,0.000020635834221021585,0.00018389840425070837,0.000262739053287426,0.000056277971500049796,0.00006280164150332642,0.000014463891970578414,0.000009937943353106797,0.00017713213896406132,0.000004831733156299837],[0.000015418509964381494,0.00004866644129086428,0.00035242477072180577,0.00014998974203549566,0.0001705022823893701,0.0014423057812198818,0.00015498065697569415,0.000022562645408078864,0.00009222909152302599,0.00021375264292968258,0.8586615663847712,0.00022806333404282213,0.0002973516037682019,0.0001796805099876337,0.000009387594820137283,0.00005247331262606267,5.4246664056555e-7,0.0001362700733582611,0.000005118055416811433,0.0005158967300114933,0.00002823489044415784,0.00036238283038128106,0.00007723300917101205,0.000019387642733775662,0.00004031538844033836,0.00008058203311535305,0.00002484143348629805,0.00001388926857016262,0.000014546631909495012,0.00017728176201430287,0.00018511700973832998],[3.2169494436633307e-7,0.000011449443415510406,0.0000035838404009256663,0.00018493239373583464,0.000004484353901954436,0.000013919335492130736,0.00008333391835310118,6.389624242494966e-7,0.000014341186926019834,0.00004585953855273549,0.9559370430643288,0.00003680555721270448,0.0002871872321065483,0.000017417042969190763,1.4141687635833e-7,0.000006442337764519062,1.0304354487189665e-7,0.000005830856690621493,2.2260665116217524e-7,0.000004971252338123497,0.000008018823965922058,0.000003724039699837435,0.000009123857523086994,0.00034616316230075267,0.00010316330588317608,0.0000058857793372678805,0.000007029298010658287,0.000002706566982455224,6.662097101494589e-7,0.0000995173202600297,0.0000011999083514962714],[5.054758626717573e-7,0.000019825766956589516,0.00013286409105304524,0.00002565853454166427,0.00005856063534690051,0.00002387380798276181,0.00007089178779010279,5.517251184668317e-7,0.0000023152969327104984,0.00029687157764316056,0.8554533846108913,0.000630446068849243,0.0001761794173234986,0.000006154869347851972,2.029883020576095e-7,0.00002965319346693466,4.7205367645661544e-7,0.00007561927116045105,0.0000072288354382499265,0.000009921863313521381,0.00023599880294146387,0.00003291495711858738,0.0002711534671125089,0.00013274833858001965,0.00015918342228470538,0.0000185780321834989,0.00012712096409529423,0.000003604617384247984,0.000014778103531993666,0.000040953320715344655,0.000005272762526302179],[0.0000012848816015433785,0.0005782630515909553,0.00003456662478500554,0.000014724011052563853,0.00016518336865625077,0.000021452830022143,0.000004518849693534524,0.0000027979830323392503,0.0000024854211862087427,0.000030485747279925535,0.8953141423226975,0.00007699118782502892,0.0005967902285951741,0.00004723275185535479,0.0000030984401552047392,0.00004234493186563525,0.000004449991221174085,0.00010899157178256387,0.000007620994186011743,0.000009683549621220742,0.00035374217254289554,0.000027807849898430607,0.0005575856373943196,0.0006666132448414562,0.0000030222895452506632,0.00006235105661034727,0.00002200535595518086,0.0003780829528001148,0.000039728797310237835,0.000029520044499179598,0.00004746305306026067],[0.000007805067181313403,0.0002836855878649032,0.0001615174199375896,0.00002626805319418857,0.0005577820688258379,0.00018125749131588442,0.0000018781770553214869,0.0000011862473475961385,0.0000047095779458372376,0.00011956965669709214,0.8652667755625608,0.0001622404484567082,0.0013802757853110304,0.00006008818137577208,0.000013121048919163449,0.000003189935567070907,0.0000022582327233366287,0.000013323407749755793,0.00001076226257563211,0.0000031869250678581074,0.000057288532724594104,0.000003793113734268248,0.0006295112692511018,0.0003696908315423065,0.000018051899752639517,0.000029985118782904047,0.0006913565919586599,0.000044692314886220375,0.000012082953291918497,0.000020864715607219358,0.000015897863809679653],[0.000010058871499888793,0.00017362367153721367,0.0000624456070676476,0.000003814942872824654,0.00014846299329772047,0.00004367186605854709,0.000018198362184667024,4.367292482062754e-8,0.00001488884778295928,0.00019051153246718567,0.8662209304109845,0.00003454342662096656,0.00006766764401133851,0.000010548065229755072,0.000004095582093517565,0.00018354345565150593,2.3484629821281261e-7,4.0438162945279073e-7,5.450104788310058e-8,0.00000265923944152307,0.000013108558624714143,0.000029712091825373314,0.00001735291694209625,0.000043153073794891264,0.00005748901500929192,0.000011492455113977418,0.00007609227842363985,0.000004777775416479424,0.0000020544635117190296,0.0007001995694751194,0.000002006847484014239],[0.00007632876198236817,0.00017165029046665726,0.0005945489946978807,0.0001068722985660612,0.00003499176255816004,0.8404753259390976,0.00009505311881684165,0.000004037869222110201,0.00025236945320222256,0.00009675543887902582,0.0018743789665840002,0.00033055999218494316,0.0006986450347911686,0.00022494223218098025,0.000052102149889200576,0.0001828854469740325,0.0000033502090304752105,0.00006719815487569274,0.00013246007593471104,0.002176449147225616,0.000026509781688737024,0.0006450674937770844,0.0000055620434202809505,0.000006028818632375732,0.00013316121526764827,0.00015395551038195707,0.000012819270498413082,0.00001186230300906775,0.00003529149808381441,0.00003283648801076696,0.000010783232472631067],[0.00000854735109970489,0.000012623943658885986,0.000004420119732941549,0.0000705711769590586,0.000004423474873091897,0.8579709872508821,0.00006727258625698246,0.000007087399553524827,0.00010820736457431803,0.000021216011655000087,0.00041344951969090975,0.00008669926654799864,0.00007665545870122318,0.000011077568582758952,0.0000024891178618702344,0.00003895655176122765,0.0000020473306382692873,0.00034639334645687476,0.000023461152522074615,0.0010030047557421935,0.000006922380491549199,0.00003052215908576669,0.000005036405309060349,0.000002089586968549812,0.00004755139837752742,0.0000783215722734954,0.0000038187305198970035,5.882949896203927e-7,0.000004521331671548541,0.00001283696812106909,0.00014159264923622854],[0.000010042051172111151,0.0000876484162412459,0.00010026210350818763,0.000011989409226560751,0.0000021547592809151274,0.8675782380714373,0.00008305009746009742,6.559054835039703e-7,0.0000501483828872405,0.000042635894347939376,0.000007356452646393303,0.00017472819257435604,0.00010793705480986989,0.000008388721323224395,0.00002578502726047751,0.00023992139724198498,0.000002047879435488689,0.000006470489158719401,0.000095494078305011,0.00010758477001238792,0.000035827335799953424,0.0000433654512646163,0.000008016252632435856,0.000004468858248689533,0.0001109955222498165,0.000006143499420778174,0.000001851529179549144,0.000005925074287210832,0.00000757865258301665,0.00022525990217430543,0.00002251258338313382],[0.0011881201698975947,0.8209486178150536,0.0003955918069701072,0.000005401460485236398,0.000059088856060286204,0.0002505514407005794,0.00004654058012474051,0.0002064814087589536,0.00013107954804642523,0.00028843898821679184,0.000004555144437886864,0.00002933845279829944,0.00048512255753837923,0.000901501362673102,0.0014711247287084485,0.000008239553832252933,0.00005117515292258521,0.00007799464461362551,0.000012072687865113226,0.00036497419422750865,0.0005358807575585967,0.00002229136642570487,0.00003374290110094761,0.0000021920828732172086,0.000003154833033894659,0.00040231535657714394,0.000009899240328777683,0.0002017118222661114,0.0003574858996533097,0.000018191862354459565,0.00016095990129217174],[0.000011214391413556528,0.8345577559649087,0.00023515879186961045,0.00022278017201839882,0.00003149815903982447,0.0001565607619550873,0.00006477230496083197,4.6209073688243273e-7,0.000014450760172400124,0.0006721234497403196,0.0006418920827703669,0.000004293398470087801,0.0004509771613536362,0.00003592220444133804,0.00008969534930245216,0.00011201505926386949,9.174618836056166e-7,0.000012394571380106832,0.00001735319427307109,0.00008185376882618634,0.00031899099760361,0.0001901265754321993,0.000008063721465485031,0.0000018355626599661739,0.00000409983518938526,0.00018390584109997135,0.0000025987521922576016,0.000020973776287762744,0.00044594999737081783,0.00010100695878042325,0.000008896487989748276],[0.00010067666227128792,0.8790856497065449,0.00043369929590379285,0.000021630622757837494,0.0005510724423187818,0.00003789343898715906,0.000009601985522982778,0.000032918964935838696,0.00006784521367242444,0.00024199583243743008,0.000019812465474242483,0.000005989930891874604,0.0000488287249752541,0.00034023201342835504,0.00012655037654537288,0.00027886543007695283,0.00006081156647231075,0.000025193443886924766,0.000007061065777609151,0.00004787286757236562,0.0003138252564290614,0.00007518724954250456,0.0004281510683697315,0.00005972170651657318,0.0000010197489979546376,0.0002749685804559852,0.00004554570237608399,0.0005464511078401821,0.0002199599332090147,0.000029466910471717823,0.0001888865271310098],[0.0000026917225609745547,0.8562059644560401,0.00001953675649165582,0.000005094175444864458,0.00024245046127476772,0.0000010152033120310588,0.0000034901818203584137,2.1178319263931097e-7,0.000025902543321415138,0.0003423372862617245,0.0001626460305115849,0.0000012420697003021137,0.000058274857561371264,0.000005834056251837204,0.000011727782317515209,0.000026406528106305097,1.4484632286961247e-7,0.000007462770327015384,0.00004283928049928511,0.0000060103195909462756,0.000005542283970372589,0.000031234248202119494,0.0008975657567474089,0.00005953936314772632,0.0000010520716064483822,0.0001567853423357018,0.00003253553824803832,0.0000031524796737990127,0.000028794125005049574,0.00005032945368761384,0.00003067923197310993],[0.00007537997066342854,0.000858494002605143,0.000667102419682513,0.000032309814876405995,0.00015149974062127168,0.0006434523754800025,0.00023009218416021536,0.00020182552459377268,0.000839473975689902,0.00009445744482510526,0.00005367968707358161,0.00016731182747112795,0.00044739647576704807,0.0018866090518926543,0.0005167045315609575,0.00020962754453310238,0.0017322259423825693,0.0002504190131094002,0.0011187513135343498,0.00005613061755675867,0.00018937608927526895,0.00015827322151881076,0.0011480359302242346,0.00014423075780534432,0.00003781445350771091,0.0002029930356197423,0.00006050432699258869,0.0007887847135854243,0.0001922876851874811,0.00024670944407645113,0.8012950320531522],[0.00005664767275302765,0.0006885368299109333,0.00047369491577901277,0.000006775549380493878,0.0002803192884006719,0.00005823655506265802,0.000393525571079581,0.0006349076662747392,0.0002190037062058102,0.0002779194410176282,0.00008407224059757926,0.000020895328849030372,0.0003280232869220358,0.002227382014945472,0.00011963694837779332,0.00015716042939976465,0.0016342903788036604,0.000501318944970802,0.000018517533271634847,0.000011588967991485157,0.0001676584064818043,0.00006756710591216016,0.0015244818033262255,0.00020090737679361305,0.000024061033156875414,0.0000798194979295636,0.00004660402619041878,0.0009200296656333515,0.00035267901351551407,0.0001278478245420894,0.8059079757402301],[0.00032426505683794804,0.00012276965747310724,0.00007824468975688322,0.000273517780507982,0.00009638091540563943,0.0001829973414928449,0.00012538690109911496,0.0007153460180715699,0.0004879145210974942,0.000012451145614866517,0.00014487395327102834,0.00045487318438049807,0.00003449498201775119,0.003882586237246542,0.00006500281347107549,0.000008460120818928298,0.8119274410191865,0.0011754255315840185,0.000024790245824136205,0.00007524053320489954,0.0002380761617206519,0.00019136964174530595,0.001170302140279837,0.00034162312053913303,0.00022953791357145732,0.000008867587707174622,0.00002681416291933684,0.0007495788366637841,0.00008217149511686174,0.0005698693239450184,0.0023741046404806556],[0.0007146924550975286,0.00011550641240365527,0.00032274305939552204,0.00037899997548414917,0.000051937363272377106,0.00023894305243765202,0.00015317443699070622,0.0010896367671801987,0.00012386686638457667,0.000007573765988664262,0.00014142202722844903,0.00020231928071463381,0.00015260370624804726,0.0028515840737203704,0.000022926677707543513,0.000019271188668858045,0.8230013123584049,0.0005456083305067694,0.000025158647109321947,0.00012067079392516317,0.0007775634981960116,0.00017429820629461567,0.0008685006745692288,0.00009893359587372595,0.00020535884801738222,0.000021558799320295543,0.00006589384598870074,0.0004357703581396395,0.00003094110607272798,0.00005662087898036367,0.002061751291361517],[4.847946166684682e-7,0.00012050509638572747,0.000015026510009122165,0.000012112147934283328,0.000007045581313444182,0.0000026144871993798002,0.000013476246456476461,0.000002414328492107186,0.0008172058442002239,0.00021150063980491257,0.000005257778294425977,0.0000037496157350525974,0.000020880533897839537,0.0000013075251092574335,0.0002967416146527651,0.00011136797916762036,4.5755368082280047e-7,0.000010031665938471665,4.379685179609231e-7,0.00016421342386757097,0.000024073594780065614,0.000014717427299676604,0.000002762130714967012,0.0000163498775335984,0.000003926801145465144,0.0001233080085811791,0.00017447576327235076,0.00013454059521640508,0.8748276069981918,0.00021992795970634816,0.000014314358260538344],[0.000024504421165833997,0.0005467401879646382,0.000020858871422536746,0.000008147492989828334,0.000009234977303328476,0.00002298328827659612,0.00003234807764463162,1.8088661186100885e-7,0.00028350886086863367,0.00008068763104031086,0.000004867541076959789,0.000003825147774874153,0.00002843909695567974,0.0000012867917300712943,0.00018776125913617,0.00024030015794379843,4.776212680422724e-7,0.00017056124092845311,0.000002775242087802033,0.00004090854163410349,0.000011347137329485498,0.0000015397416431250829,0.000005573336049392666,0.0000028597096541146163,6.712864549593819e-7,0.000044098679922478796,0.00009467541430814378,0.0000631597027754544,0.8603753043281377,0.000096867853949773,0.00006476481365846659],[0.0000017212287725193808,0.000343847457761571,0.000004329175165950049,0.0000029800101063296185,0.00001210525155914997,0.0000058669383007664404,0.000006402365760716588,2.2372797624591613e-7,0.0001867494950285217,0.0000638705522615991,0.000008426359156495777,0.000010262603002623028,0.00006850756892292614,0.000005464609454658898,0.00012859264293968705,0.00003861409628436607,8.976145679028025e-7,0.000015184533031909642,0.000001291876774831888,0.00007530133490322802,0.000014361403124049936,0.0000021928918699538762,4.531283642548598e-7,0.000004391534110476851,0.0000011136860833149066,0.00002324540210283171,0.00003372757014899915,0.0000788793595063992,0.8679072561531173,0.00012122345170751932,0.000015637705376988962],[0.0000017047407131127781,0.000003123201491434256,0.000004695754900639257,0.0001549831144930396,0.000021344374041335225,0.000020450407015775036,0.0000070004224479810816,4.91483339233319e-7,0.000024601138647791307,0.00039528706362294255,0.00002849850868370207,0.8465857545873182,0.000041792940448895045,4.662051842167521e-7,0.000014165706981755542,0.000034087787487118735,0.0000037251049224217894,0.00010845307258850008,0.0007666161101979587,0.0003050230854034046,0.00015579768968274738,0.0001472910168996688,0.000005254511268261565,0.00010115299599786813,0.00005753811163335753,0.0003608031459711385,0.000192625425600233,0.0000012574987438632744,0.000014464180318829276,0.00002220681448897736,0.0000023206417013677955],[0.000001115178151207706,0.000003960433725092653,0.000049185401572807834,0.00015818694266844183,0.00007309911201661397,0.00027537568738492964,0.00002372822237330994,0.000005834766746023416,0.00003956508295644496,0.00025164081296155725,0.0004892433869992507,0.8507705007172082,0.00010520455285750182,0.000010311205200439955,0.000016811777490484997,0.00007481012843557931,0.000014355933953824531,0.00006025693502503122,0.0003146962464296881,0.00012227659584426278,0.0002933974226457933,0.00004631981976816405,0.00007217595090662793,0.00007508781979433534,0.00072741534258944,0.00045363704118070534,0.00014274960257779347,0.000006875425268056711,0.00002095975917389415,0.00003516280404560395,0.00006531643041846168],[0.000010639768462628654,0.0000027230437289499125,0.000010909413526487926,0.00001699775661025182,0.000009804029387839284,0.0005599388038493085,0.000050854339004255594,0.0000019461731363910858,0.00005607195980073141,0.0009410753733525167,0.0002941829467829827,0.8509744106312168,0.00015937951506013063,0.0000014115809475574993,5.721461642073611e-7,0.0000012000991120801652,0.00001818179275555231,0.00003989521534312374,0.00009156799038205408,0.0001038083590038326,0.000014766700690008227,0.00010570776161086472,0.000009792504587297347,0.0009289508056813225,0.000041364124579646145,0.000049448169505422256,0.000004638761351152369,0.0000017277434339998823,0.0000082040534519039,0.0000520653568555437,0.000008792972576153915],[0.00016456529409325193,0.00019651839156000726,0.00016926297063730368,0.00029043297185581536,0.000622897393730443,0.00008455454053784566,0.00042528765659879963,0.8121643649983635,0.00003684759630729969,0.00037855422066580905,0.000011223374599045965,0.00004600652970365507,0.000028559851189681292,0.0009154055323586681,0.0006484608668335287,0.000015408420606504072,0.001716888339119474,0.0000654075884154324,0.00030451328687403095,0.0007923894582564917,0.00036533459624358666,0.0010029781845310257,0.00026151476952692164,0.000014659050356722942,0.00021933204193887352,0.00015039558734078313,0.000018162659651275464,0.0010343230979732259,0.000029314189970457877,0.00017358016123711218,0.0004192527716937518],[0.8151120843127492,0.0017617877430723293,0.000823846944189333,0.000034100648731414313,0.00012775337864109085,0.00006040070276971462,0.0006531634105121577,0.000023383144478281548,0.00028657173452977436,0.0006721299953153037,0.00003487672716544779,0.000014057447217137908,0.0000997403092622057,0.0003930469191981651,0.003376015416849974,0.00020805710657732356,0.0005371889177635151,0.00013349857447992212,0.00006237427837394813,0.00012771481613876905,0.00022049192091654188,0.00009188971450992143,0.000001169213460118449,0.00002690345608196704,0.0001404217822214532,0.000028473053131230674,0.00001335146399804546,0.0001292426237028722,0.00006230730631515661,0.00006156000455151204,0.00008856569057328732],[0.000004569596586013908,0.00007197010981196572,0.000001726050697451448,0.00009847726321338414,0.00007009276204346592,0.0000738460846511774,8.540547594363471e-7,1.8585390882980152e-7,0.00016419524048596698,0.0005379545238215056,0.00013672411651066466,0.00000654677912538757,0.00011858409689472269,0.000004297992911653059,0.000017835296853264105,0.0006150150461132786,1.0968883899896794e-7,0.000002930911288259245,8.05687304812708e-7,0.000023554839080297734,0.000006424974494272044,0.000605711974886365,0.000012723194294820103,0.00003166656946733903,0.000509476599910568,0.000010646086994735948,0.00005949989418457416,0.000004687657457992107,0.0010379156062522395,0.8535616945316312,0.00001283005733014085],[0.000050693634643219065,0.00028823442498666284,0.000025182026767796788,0.0008304793371243914,0.00002094076000446094,0.00008992556070731718,0.00012572366388850534,0.000008766245996341495,0.0005664821515906519,0.0002001475229757824,0.00010746432047904917,0.000032347947679373276,0.00015488829818501045,0.000056871598878335443,0.00000808113737458815,0.0003778808614859414,0.00004765173401640768,0.000006528301591027784,0.000007717260303928566,0.000014750764103803882,0.00007535637744224945,0.00005442689022377153,0.000019591595086086507,0.00025466689120950806,0.0003653700184139401,0.000009009557448139174,0.000016708666997748093,0.00018366929418203503,0.0001410619988400687,0.8550571077285192,0.0002460250014472546],[0.0000020378872010476884,0.000008895110932893546,0.0000018611643333504423,0.00005248546478621153,0.00000858094640513591,0.000008416966416871615,0.0000396899193225536,6.792561416344181e-7,0.00039983134662914424,0.000051679520377564266,0.0010213469907418425,0.00003600217923025039,0.00016904414726469724,0.00010367765393976115,0.000006430351634852119,0.0005883875368385451,0.0000010594851001654144,0.000002561148984362983,2.74292712217988e-8,0.0001878992373367284,0.00001994376531734373,0.0002790907346910447,0.00001601751601931239,0.000001581890429553756,0.0002076972474954706,0.000008700593563458573,0.000031249114641003544,0.0000058025576017372464,0.000005533133719950266,0.8434835378322654,0.0000015662438312122836],[0.00005122753701262106,0.0002210431029890221,0.0002700396262965145,0.00006351812849991544,0.0001994279674385407,0.000047382352154289895,0.00007653218003452989,0.00008312061225482211,0.000047530794866846816,0.000020287404877266883,0.0005994306577921316,0.00011326072272081757,0.000541459801420963,0.0005562866643208414,0.00004177439188339733,0.00009289602918733367,0.000135894207473042,0.000036061525387379584,0.00005281492387657566,0.00013893993373708869,0.00037086474432252147,0.000044557513223681625,0.0000012939710494768452,0.0001637994225092864,0.000005489553722707729,0.000049541843300418515,0.00008379566976298268,0.8496604950353597,0.0002589405281629833,0.0007896034404102756,0.0005430452102998457],[0.00004965307563220056,0.00023188988114032064,0.00013097950418538534,0.00026427755413825784,0.00012402891827562832,0.00014460366157207296,0.0001351144794303134,0.0008739626407848317,0.00006529013737087438,0.000023632081201916312,0.00011327684957338077,0.000037612722071452427,0.0010381610797786025,0.001223308885359346,0.00018375771080531418,0.0000556096563458384,0.00015005248492101233,0.00006062067837911139,0.00015132638828753694,0.0001801681702037015,0.0005833315301662315,0.00007949378736972955,0.0000052393540389236036,0.0007756570825627082,0.000007881023918634132,0.00002670833496062818,0.000013429626620097058,0.8317283641379563,0.0008556018765132357,0.00006521290083115811,0.0006797266595367039],[0.0000410965304163281,0.0016379701524620266,0.000024707026540940014,0.00004515620021074083,0.8236386842428264,0.000005973678290375192,0.00003348580687894315,0.000028823915886493042,0.000024093362366128607,0.00035868398041960867,0.001535100094360648,0.00018564370767847586,0.0004953834099308577,0.00003598796592030213,0.00003942723575145382,0.00013148173526385872,3.831379956812505e-7,0.000003701953626010287,0.0000049015717237342164,0.000002184421889870086,0.0003035490409143745,0.00002158790927221493,0.00007617294749208718,0.000003143871535844867,0.000015376883040984914,0.00029736174381196813,0.0002700090917303797,0.000008743653150904002,0.000050149828074742034,0.00009293600128494233,0.00029014309113944585],[0.00004423894217491507,0.00003678238479493885,0.00005493711009618996,0.000015154294294327126,0.000007157760226328375,0.000029359017621443433,0.8762563069366909,0.000006687908075652646,0.00008135999548530301,0.0007081848573776382,0.000055629675903018205,0.000012688281733240937,0.0000980474099006296,0.0000017036822925402787,0.000010023734890392928,0.00011316742809209668,0.000016823026146963827,0.00015902861357016708,0.000029101118984866872,0.0000013939959971498724,0.0000031754616044548105,0.00018634041756405,7.6785063011267e-7,0.000007609798682026124,0.00014464741899167285,0.000001172193218942931,0.0000045841048187321145,0.000019768184333047572,0.0000286015080248025,0.00006508699534368019,0.000035163018150559786],[0.000032298815131891416,0.000025348014576085234,0.00047457493768156836,0.00001653597486451902,0.000014864692308170844,0.000016522132416352753,0.8755327377986761,0.000006862809393828115,0.00002423362424239345,0.00019074484968176317,0.00002575390092391985,0.00000622223435419831,0.00029883874121463047,0.000007377421892159167,0.00003544430162003601,0.0004410529718436018,0.00000554694912607547,0.00003107781639218211,0.000008009246033163392,0.0000020903789593379513,0.0000033674814562853934,0.00009185162063735646,0.0000017121883910200182,0.000038174193029491416,0.00013569704720890104,0.0000017276330651396484,0.000018851970854887256,0.000011309263905116862,0.000008329375792716428,0.00003101991224193823,0.00001106777525866118],[0.00003603865455216107,0.0000033945422010865197,0.00023201270888165357,0.00001618830100591828,0.000011634124920532432,0.00010666861697800878,0.8561379976223664,0.000004864674048989105,0.000033222595728833046,0.0008291395260400707,0.00013229777823912828,0.00008298932236943959,0.000009897571230858866,0.000003876244563662208,0.000003599908685473755,0.00024800525005138344,0.000005499767558806825,0.000023882194649623333,0.000010744509495538154,3.728518046995574e-7,0.0000037199064011989227,0.00009280289099081892,2.9829011480913997e-7,0.000016087268301659102,0.00004957604582758512,0.0000015598462137067504,0.000003881312859735522,0.000017702599277638284,0.00001791369257757557,0.000007500214178441373,0.00001545405612195894],[0.000009143429163857803,0.00004505720390954449,0.000010841292481573727,0.000005623054681400651,0.0000024604697689378595,0.000030468760072660508,0.00006909427551253027,4.917595740804292e-7,0.8760322819665479,0.00016418964161876858,0.000026039506094605503,0.000030479679627544293,0.00015189123002951995,0.0001579374517070147,0.00008583545593415845,0.0001496545851437309,0.000006569291211555418,0.000020686533706321333,0.000002556823620484458,0.000025485756499107336,0.000004355342858521346,0.000003935425291084379,0.000002661172238907906,9.464076031514561e-7,0.00005131074461529123,0.0001365409293188661,0.00030423127567480673,0.000015420872518002128,0.0009784979642130077,0.00030848415555554895,0.00010261768309436731],[0.000009212103207374034,0.000022529104266925132,0.00000502856287621268,0.0000048496045694819635,0.000002517623526336255,0.00008472705007779539,0.0001350974157388561,0.000004443880904646661,0.8690970561016184,0.000018111104955298765,0.000004855397839621675,0.0000440363912464374,0.00041037742941605937,0.0000899716712358607,0.00001610084305345473,0.000021649021224830117,0.000002664087319532614,0.00026667187834678887,0.000028982551408003193,0.000018575501909370213,0.0000020356639219123525,0.000014939711497766913,0.0000011924616145482443,0.00001973602375738691,0.00011731954661983919,0.000018751195764786845,0.000021836558185703824,0.00005931154458938395,0.0003904000302789372,0.00047350744500463456,0.00018295817458278065],[0.000048214118316367855,0.000044835149551037976,0.000003906596464645243,0.000013541228973616407,0.000011240508818478332,0.00004096140741960154,0.0002487353012393554,0.000010634858270119692,0.841519780503087,0.00001985520781094785,0.000011766589365555358,0.0001537455036303589,0.0011719962580293078,0.0003817497593428916,0.0000735981607297364,0.00018641406177778664,0.00003358269831841111,0.0007331429337309016,0.000008496748005640647,0.000023151568713153562,0.00000693688387229026,0.00002038125281103375,0.0000028104086321769225,0.00004670588616535568,0.0003632171678543177,0.0004744637914881,0.00006487835771529456,0.000019472257036948833,0.00024441004528730535,0.001026429772351763,0.0001336042826465936],[0.000017178364208430952,0.000058851924346882174,0.000006106051479589418,0.000007226729704040109,0.000006021242327736554,0.00003185493954634513,0.0002597005892769145,6.495994344335819e-7,0.00003507561404674373,0.000199382724256579,0.00001181389446230083,0.000020980507157230744,0.0006937867971022906,7.714971511842285e-7,0.00010877663201898439,0.8347953249929904,3.4187200829432257e-7,0.00009280297651819486,0.000008976567320556522,0.000011603316823889491,0.000049420804021156536,0.000034270129014009805,0.000003752651033320444,0.000008033266113445393,0.0003738021051820039,0.000026938191157503335,0.000025202973953830455,0.00002488061165921674,0.0000786663519680917,0.0008719174461917124,0.000012550260693741132],[0.000008835959797246962,0.0002249702488632324,0.00039979443396716307,0.00009349956494519378,0.000031531372101450584,0.0003112687162560974,0.00006975937835886437,1.5467498744112622e-7,0.00010688361252655246,0.0003611442206428773,0.00014117312113163575,0.0003115820849345257,0.00018098754875392259,0.0000010596256992264336,0.00007176067844676374,0.8369297903706847,0.0000010548980792898178,0.00014857843238277098,0.000022519806798714377,0.000009987963237830477,0.00047866815018270386,0.00044180067553737734,0.000034960857482202455,0.00002848892739601069,0.00013724021914071098,0.00003352914601188405,0.0003491461634862497,0.00000756843516544038,0.00016703579200165892,0.0008124584397603364,0.00007884677870665548],[0.00017052735734866307,0.00005378643383125551,0.00005019784067069361,0.00003506221460026994,0.0000036501533579798434,0.0006362045831807255,0.0003888282242433763,0.000005545169666463616,0.000192310821392444,0.00016039159772645095,0.00037599750453248647,0.0008491699964159107,0.0005995461488360432,0.000008966667134651706,0.000015722178411403096,0.00003805185941941902,0.00006071451413450535,0.8323153109420935,0.000553614860494825,0.000718070010418827,0.00007463643084691405,0.000076199918549083,0.0005031078935748749,0.000014595964933452184,0.000027880894974123142,0.00010614789931930772,0.0001281407576436917,0.00001181151291363699,0.0003159096371634891,0.00004712813811994952,0.000039609987772004456],[0.00011028245851823655,0.00000429653056211659,0.000009412959256832696,0.000027894549197528567,0.000046734540058885846,0.00011451741187008203,0.0005940828437209033,0.000007177357074013498,0.0005624055247021698,0.000008017257590398672,0.00008906698821796393,0.00008540838375695882,0.0005688550085427658,0.00003799027627559742,0.000018113439595289658,0.0003198342627707206,0.0008044198409121856,0.8337494052754122,0.0023044347895006083,0.00017435907594414647,0.0000024758744923738525,0.0000330946065901554,0.00014492670157007417,0.00032549714550528166,0.000021281267822983306,0.00002010512510875951,0.0001355536667352977,0.000024090199379566915,0.00008938997545574715,0.000008203124446417717,0.0003813405625666975],[0.0002092988207697458,0.00004280013908729032,0.00006040246162737707,0.0016324984734106518,0.0000231994242761534,0.00032579281976778706,0.000133106001103365,0.0001677747093020215,0.00013994789539974685,0.000032880855624623457,0.0000018155284668844897,0.00004892702872280536,0.0005051724582366893,0.0000075517418720833196,0.00031362120046959826,0.00019856567413701468,0.000003954397668225121,0.0002476627076282029,0.8579011875198812,0.00014224342256749414,0.0000075148124132817,0.00034153834186496137,0.000018052348973883715,0.0002523300151782981,0.00004089895015397516,0.0000458992997981686,0.00007158420088086309,0.00005888644076187964,0.000013253166296764425,0.000012327241584432195,0.0001741615725372945],[0.00008406412027020636,0.000016056122681529757,0.00024406865916811748,0.0030634043328122453,0.000031727754176335264,0.0005001151431367108,0.0006935322659777366,0.00001595904347341639,0.00020578419695626494,0.00010800863781831563,6.813070381761414e-7,0.0003599939012704629,0.00002948731585057878,0.0000026204120821609603,0.00011631656096891545,0.00026376500820267726,0.0000029743364499243366,0.0009735258301217467,0.8381022878785245,0.00013122775883038517,0.00005285286324217709,0.00026836612800499975,0.000029300507303167045,0.00007254710677629203,0.00012153778260226557,0.000007625974907559531,0.00021840238037370926,0.00018109959566984298,0.0000965521710067354,0.000037353124626157945,0.0001775524380911274],[0.000022073770905389977,0.000474196188827302,0.000024949285103999387,0.0017054176398549868,0.000021864093095540506,0.000011482038900588984,0.00010071174719787495,0.000011029796941356835,0.00018415707690637765,0.000017618669310322185,2.4438977060319624e-7,0.00012168471499452544,0.0001368445082739945,0.000002070288940893465,0.0005146466567682842,0.00010629308852376839,0.000006783775912175124,0.00046617251131535556,0.8561126336623828,0.0001602799394616358,0.000028012914367579816,0.00040568138308467945,0.0006106596442825922,0.0003049651480251109,0.000025542778329908395,0.000018892005326656564,0.00015296518547098053,0.000020830166017043814,0.00010813844431964294,0.00008734796290028415,0.000047832772370284624],[0.00021306347101143584,0.000004269672339209126,0.0000633050241191462,0.0011363977153590402,0.00001014688862073082,0.0002244921999810866,0.00028844009939396593,0.000324103238001974,0.00007175445174845893,0.00009742066987521327,8.050534204408872e-7,0.0010197330201450025,0.00014515680833932968,0.0000036620939964498735,0.0004492760760498513,0.00014149649335652205,0.00002404420621464757,0.0012066256208219494,0.8466850568991279,0.0004906810343100503,0.000022919298351813702,0.00039120941204900353,0.000027803146520329613,0.00009669579718996074,0.00010536006251940862,0.00000705917126503508,0.000012192911517678243,0.00014090622295454078,0.00005959444196085936,0.00006229087817053447,0.00009021945151812967],[0.00009885767589008394,0.000010765892987382276,0.000006973375817055219,0.8404856856736451,0.00005972177608314563,0.0001907932107164999,0.0000368830913521998,0.0001043913097814399,0.00003438708385268662,0.00003521017815613823,0.0000014513462624412748,0.000055915660627329455,0.00015500202487441904,0.000007256127984088785,0.000004878867159490903,0.00012323036450123198,0.000005843409048721497,0.000021089806748982127,0.0018916441117029347,0.00037744732519773673,0.00000645853966848878,0.00006257306356348648,0.000003390274479843479,0.0000210201933596391,0.00007963070545116089,0.00016445353891326894,0.00023865088223930532,0.00019760040348008117,0.000021552186748255765,0.0003007445718708965,0.0000089454095006086],[0.00001897138512909946,0.000010983439156819831,0.000007624796541540715,0.839911179782156,0.00004329205673475372,0.00007673781854970186,0.00028243919576508535,0.000013738810345089524,0.00005633333657058753,0.000030904567360051485,0.00001668585770361336,0.00005994629405861682,0.00026413731967695256,0.000008630059715678205,0.000007760953258796452,0.0000726169927407629,0.0000059397917267982076,0.000014615856655169778,0.0029197661516246125,0.00014851150777808183,0.000011358367225519816,0.00009058665016270421,4.686774570349552e-7,0.000030343168520525148,0.00029037296724162165,0.000021968432307262718,0.0001480365268582621,0.00005436583923017484,0.00005803045520421922,0.000049357937449805806,0.000015000658653144565],[0.000007410970114566296,0.000018615217720299594,0.000004683087606451945,0.8728846311835284,0.00026510290967272465,0.0000711161486887963,0.000028760790419421964,0.000015530544328718342,0.000020779054959906518,0.00004495360848591688,0.000060606452114677824,0.00036866682277536013,0.0001348807820918393,0.000021790065317364595,0.000004118002441260835,0.00006347535205415049,0.0000027626247800130355,0.000008245720543687824,0.0010751646270784523,0.00014697531358124193,0.000002342732311031855,0.000022964263349941652,0.000002568600787343074,0.00008723221804810456,0.00010008311565154235,0.00007106954415591558,0.00010851511810161909,0.00005095260123716022,0.000057540516183203516,0.000336204026877901,0.00000529509777733466],[0.00003639399948393134,0.00007025076068199736,0.00035390136569816635,0.00030465381801297333,0.00007564724222945739,0.0025235977507718256,0.000054022581927182045,0.0009162584685822273,0.00004785873624653943,0.00008329523566883626,0.00021479740655791567,0.00030187744629040576,0.000017490296695027796,0.00023786659377643464,0.00008824125640027621,0.000008541948536398769,8.800921477913098e-7,0.00010944187151966455,0.00006468930087363956,0.8229419631603888,0.00005535063627210324,0.001177639052982147,0.00006182646220924951,0.00003921176289935512,0.000023332100364077908,0.0005804414431932375,0.00006377993832096482,0.000023254213462996744,0.000021267873500057033,0.00012154053290898858,0.000012409696055527174],[0.00001736757471074235,0.000013878693551214165,0.00007490757785848522,0.0001272844264808356,0.0000017672807461289473,0.0009473685700585925,0.000015405767495567106,0.000003530409091968198,0.0002108303831318299,0.00042740855501778314,0.000004284253861353681,0.000653551748834655,0.000046818361558647196,0.0006588624160555674,0.00005058696266729666,0.00011913960631610136,0.0000012590316712559132,0.0003611233572465654,0.000010251701319121848,0.8350992975878523,0.00004744183030107575,0.00002729130510203294,0.0000031949340034951605,0.000006285196804805631,0.00011665122013281087,0.00034824238245831775,0.00003070666743588804,0.000004521441175206107,0.0004252100681044425,0.00020336263968412122,0.000002034998137030889],[0.00006522689264855394,0.0008724563883134761,0.00010331937619867778,0.000051082851395816664,0.0001456863251163926,0.00023223536896207114,0.000025915296367199416,0.0002553629474765836,0.0000065083565091275775,0.000012835902460948568,0.0003405483509444258,0.0003860468136406593,0.00021498131847408442,0.0004108658316099075,0.0006915308395808766,0.0003890712975130583,0.00023989616418727656,0.00011196613599314333,0.000389137226527451,0.0003645477425254711,0.8374027870417662,0.00042787101674417947,0.00016790695427314984,0.000020609361987871087,0.00022469889967661832,0.000149448511959598,0.000036747809079590955,0.0006794856305681919,0.000574149384337897,0.00007647184776727987,0.0003581696486277911],[0.000014426430178183474,0.00008483747696189792,0.0000683286518996398,0.00008385414013118422,0.00003967151222783138,0.00006793149919405823,0.000005192083570634038,0.000018159062887982382,0.0000031480508603128635,0.0001765580142818435,0.0007972626443714286,0.0006419510843771228,0.00018048476513725628,0.00013068996970909283,0.00004635693919930902,0.0002760116327725473,0.0000025842263603976355,0.00012718680532265364,0.000012286618310177707,0.00028701805538412334,0.8473757933459357,0.0008423232772183392,0.00010489140980771238,0.000016060340216147228,0.00006100849956273787,0.0000018498486599216191,0.000021126781592551816,0.0000697478568907462,0.00004306911163695777,0.00041503940509252254,0.000016758691366040136],[0.000008349464372238619,0.00010261561365205946,0.00017058491087192874,0.0003055416241909628,0.000006312911265435348,0.000372432094437851,0.0005288921930592218,0.0009941857816529655,0.00001400000981859471,0.00016619675705583395,0.000028963368141336226,0.00008752854249089184,0.0002615619251278072,0.000002359360015789659,0.0011323023299765504,0.00013529985986006368,0.000009136773329240104,0.000024893637116896594,0.000567996515298313,0.00011223358270372915,0.0003492538965863541,0.8340541821145345,0.00004432665566042912,0.000048818356720128336,0.0005437010667483648,0.00008619982154492856,0.00011060964503446594,0.000034555392527738277,0.000005768176937946299,0.00014654919324524662,0.000021772573215688522],[0.000009969828581449413,0.0000025232366158584325,0.0006532019897228849,0.00009531016363089911,0.000011011855773947647,0.0002863796704554506,0.000051410633343340986,0.00006599408349169663,0.000030965381463390226,0.000029664549656541734,0.00005416862624958397,0.00007331370184902457,0.0000024018175195954664,0.000002392054890234638,0.00015317671733676042,0.00008238337665929064,6.697401517899771e-7,0.00007215495240740986,0.0005014722553210371,0.0004915915670298097,0.0004228340979301108,0.8318244027907628,0.00003350104871002285,0.000010104378171336862,0.0005253830530612065,0.00009442091924572482,0.000006757456243285526,0.00000430760070365178,0.000004635994713339812,0.0008134151555365996,0.000012515220302306445],[0.000002671362799624047,0.0003417022415368729,0.00005195443467637657,0.0000023419267442879997,0.0002858418133473964,7.834854810933182e-7,0.000021024315035017327,0.000034154892455538485,0.000007257917342032119,0.00019429557512905363,0.0012257113573028815,0.00005339265296165063,0.000029361689851342946,0.00013608499024121625,0.000045384699850915086,0.000009623419529578812,0.0005356671654711719,0.0007053431704945085,0.00045113714097247474,0.000015439346486766713,0.00007535523509420402,0.00004580130788598824,0.8162402789309859,0.002194696257900795,0.000054018692881249124,0.0000467299086029996,0.0000825404142206337,0.00000742752307529592,0.00003565244810322001,0.00024821371311403733,0.0014149564836478837],[6.930174437989019e-7,0.00009321473112266337,0.000056691397299124247,0.000006883198011654627,0.00018544896270817422,0.000001297080414421698,0.00000655874527779076,0.00003645817837058352,6.775007966021578e-7,0.00033383987096662966,0.00013925751904319763,0.000022656219399261387,0.000004546654086757685,0.0006753759976320877,0.00004148740057654101,0.000003510285755520109,0.000031725383305552126,0.00005161269078228067,0.000016065639281409665,0.000014551552534634643,0.0003238051061372856,0.000018704160537378766,0.85529763217753,0.0001424479275551865,0.000007279396795869387,0.00000931856649299498,0.00003459249204092018,7.531671713503259e-7,0.00001984137247033718,0.00008179208772337643,0.0005191781014434843],[0.000007647183358160689,1.288195779912472e-7,0.0000068593892531846,0.000012189377319821356,5.829256271513469e-7,0.000007624949037141072,0.0002658368532278677,0.000007584076156719685,0.0002372527134307544,0.00005945594582941458,0.00002683013394577214,0.000005785009636762337,0.00005559911403020782,0.000003675889934051778,0.000006720862263774035,0.00017201032487191206,0.0000029391466254152723,0.000006435204545293619,0.000009157850011384198,0.000021834095789414525,7.674355075521306e-7,0.0000368667676382707,5.085285940956079e-7,0.0005753512950017053,0.8754735625547507,0.000002120879596043306,0.000007010254951757107,1.878308684271826e-7,1.7629394594727124e-7,0.00008974939522075726,0.0000018634085887663391],[7.595450801020869e-7,0.0000017288661459497562,0.00010465042991609351,0.00021884880805968243,2.8488305727948415e-7,0.0000030403757422793693,0.00009795830587851251,0.000006126747094885453,0.00009601161307403032,0.00012480381248319974,0.00014657161418062678,0.00037088086950348974,0.00004884056725627661,0.00003173364407472188,0.000009082676339653144,0.00013206129252505067,0.00007761129662088721,0.000006136858759293208,0.0000013152013037397089,0.00005803135600895068,0.000003956716676262054,0.00013313283642383574,0.00003228543942189975,0.00007287208348947433,0.8858969826592898,0.000007015667728443682,0.0004275416022866586,8.117768341248917e-7,0.000025169411449373628,0.0004537586984186446,0.00007773805846140303],[0.000004187394145801675,6.166459465360441e-7,0.000012390788721458826,0.0000396769008292196,0.0000016921204231418333,0.000045723544390459594,0.0007243728980080915,0.0000032615363516695985,0.00006464929638460612,0.00026125786416899253,0.0002524300306700392,0.00020569716081677084,0.00014151798001194081,0.00003001482193960265,0.000010240414655893086,0.00010883322447342592,3.711956433801236e-7,0.0000013324553975652937,0.0000012392129700769823,0.000008400410873407184,0.000006153122944474814,0.0000861539783708957,0.0000012970928254139466,0.000012476114102768399,0.8555043559739894,5.247830090553866e-7,0.000011171915768654503,0.0000023921063275740716,0.0000014449153509875721,0.00013725155888088305,9.059772134637758e-7],[0.000004587497322499364,3.3739145960381747e-7,0.000012159585638005621,0.00015150471169096718,6.028450683508822e-7,0.000010097839225026186,0.00006553411198820328,0.000022635080613816284,0.00009552987203485466,0.00004250325173610443,0.00003779068274180795,0.00029759751185340675,0.00009356908725681181,0.000005928437238068513,0.00002719754294149426,0.00002978196373763135,0.000022025539437061192,0.00004727707803643879,0.000005692412400313431,0.000026375777118838254,0.0000036616517254492685,0.00008438377025275086,0.0000018177731610977969,0.0013249895048255504,0.8708787495607625,0.000015996223212088804,0.00006245916024171803,2.6763765577516495e-7,5.893564203863203e-7,0.00017665784729592438,0.0000021220850163982785],[0.0000025987705983556495,0.000011618212535643466,0.0001480098785004161,0.00001921415687573134,0.000009282118694507687,0.00000291207346158246,0.00009031850472216658,0.00004007360934872514,0.000018524844129122658,0.0006222118622243352,0.0008627920195813075,0.0006609826346339923,0.00004436725098497931,0.00000359093654827598,0.000004408876715483424,0.00009515745065094279,0.000009620756374454966,0.00021766408756986023,0.00025832042149991037,0.00014694644516911559,0.000014068294657038547,0.00007175433939606714,0.000022422007127186692,0.8419245571467714,0.0019040955269737515,0.0000015803633907738155,0.00015732295161811978,0.00012091013232813099,0.00003792063237965925,0.000060403937073986025,0.000029491520905200697],[0.000007047381604567028,0.00008626975306034696,0.0002512106252264355,0.00003122264688826737,0.000022386574800559806,0.000026723949124106123,0.00003439176501987184,0.000053304976447747355,0.00003433632675993277,0.0007383114115231451,0.001104656665246864,0.0006058421309313165,0.00008919133202806554,0.0000014553168196422708,0.00022098752417893283,0.00031450295714326236,0.000028473608030096988,0.0009342775241090431,0.00045845750516280184,0.000013274755422246126,0.000041214230054250595,0.0009834933878739966,0.0022054561229162477,0.82527926605064,0.0004702886593305532,0.000047754460185827294,0.000060194981508547126,0.000447493463634054,0.0001134461078820682,0.00030813602603027405,0.000017244216612855816],[0.000005896627170511853,0.000018412396932423795,0.00032510143560578035,0.000023215132117121453,0.0006668219719733199,6.238794956813055e-7,0.00004501988915043649,0.000005865632779190938,0.00009236509846448039,0.00002902121283772669,0.00043694683649284907,0.000269320274246033,0.0009369428420329662,0.000030224321229268927,0.00006351789739175357,0.0003441763734764392,7.852596771700262e-7,0.00005189548680207784,0.0000021472502569235964,0.00022738139148433643,0.00005924722709223113,0.000054752500814277365,0.000020149805655786825,0.00005911324108816239,0.000055245743325967216,0.004588344087845897,0.8176976379813718,0.000032163363737885505,0.00014518894878484806,0.00008137881576345611,0.00003571648298249239],[0.000006049151964074767,0.000009513693749502419,0.00011087353082842412,0.00007752101678671237,0.00045447040455718675,0.000029884994431857817,0.00011683312255269245,0.00003144670277702927,0.0006280611877020696,0.0002821047128204605,0.000502253897223737,0.00022594748522948322,0.00075802087290917,0.0000052009879079016675,0.0002571878473581106,0.0007262862199584381,2.104331850973296e-7,0.0002968385062010476,0.00002051838095036055,0.00020302914700246437,0.000035881818880292396,0.00034829881942252086,0.00015657052311816906,0.00035605290055333604,0.0005340282376794168,0.0019514053384938085,0.8344303840281727,0.000010391583276638349,0.0002894469527736861,0.00004776015771817261,0.0000908533353090776],[0.000006376599226467235,0.0001379456693934419,0.000050556056907046534,0.0005110463862456992,0.00042075939337539166,0.000007586088461158699,0.000001663938875226242,0.000004783349010267751,0.00027498509507735544,0.000051890426679259144,0.0001532356274185734,0.0003922990098611092,0.000050785976655600464,0.00014649904236828737,0.0003458429406503287,0.00005589434937056804,1.320524527634094e-7,0.0000986276623297285,7.411670964751304e-7,0.0002830542387424923,0.000025008425039256085,0.000025164936317918877,0.000012815255731956775,9.124510602461581e-7,0.000017264692248553215,0.8335627099092582,0.002084996601757623,0.00005515660526615292,0.0005395196368210145,0.00007947167876263099,0.000020000430973818815],[0.000004934937010268522,0.0002674312753461931,0.0001505977674928298,0.00003339866727837754,0.00004748354797611067,0.000005126431998471293,0.000012810578411874328,0.000003971491755795485,0.0005241898850129497,0.00029913797641176063,0.000045867751043851174,0.0002105331526867049,0.00007204621405099891,0.000020461369295898975,0.00016775017063830954,0.00020268549554234284,1.5679432569667207e-8,0.00002771521952293543,0.000004408945249532137,0.00034190167834286206,0.000006679691595355464,0.00009868866192025937,0.000014877932504558763,0.000017453690906345336,0.000016495419808706563,0.8194636848082314,0.0035261582452153907,0.0000018493803355120267,0.000037679729612738495,0.00004414030650584969,0.0000383383505298234]]],"Weights":[[[0.45874694180524217,-0.9646585314395474,-0.3948709204115264,0.8420148030798685,0.12428455440822077,1.0606766923092523,-0.18652740177199045,0.25500685455791255,-1.8503478524429595,0.23062271550623753,-0.934205486192282,-0.18412794534233626,-0.6872959864713378,0.12988559556529505,-0.7465437531351868,0.881074288698278,0.5514707119554537,-0.20445850481336278,-0.22381161267042224,-1.6347566005024203,-0.7493488798547793,-0.4013308861159173,0.10133231609487123,-0.39799752147342754,-0.9955990301410674,0.14868650248465834,0.819034966042106,-1.1484202107402184,0.7753583875404274,0.5843521307371554,-0.591923906062008,-0.10759112185306961,-0.06009541036117408,0.5081781157764127,-0.8849583766388242,-0.21843325108827708,-0.2703674660435364,0.5294858501826759,-0.4268876745458425,-0.7115373858326444,-0.2540166226811183,0.4296493694893051,-0.5069081492148566,-0.8804299522335706,-0.36229782944323274,0.13192387553811563,-0.5536262533868149,-0.6655743081519389,-1.237736632463294,-0.5018495856608011],[0.6945404295458448,-0.20849242190989764,-1.4060170370185001,0.2571432973783555,-0.5346460202351583,0.5381315981007078,0.13411623472538964,0.2419637363997418,-0.3590351832002315,-0.26771471717365103,0.11298043162062925,-0.6105590373546546,0.9744995017416808,0.9295038069725748,0.22824643868896666,1.0756961789233361,0.8027883501952607,-0.4805784271743803,-0.2546098673919165,-1.6345556468282998,0.9155782003035978,-0.48284702207712954,-0.5608211853807069,-1.0183897632928502,0.22780836077568495,-0.08977093287663646,-0.8353303306678905,0.7818397864657899,0.4364759217260752,0.8740172041471533,-0.32975984662612967,-0.46760138130096185,0.6670279572150253,0.12890460728372122,0.694280861489662,0.4976764916270788,0.9175077055515364,-0.64341047935658,0.5005792923951035,0.39879996624369085,-0.7549282703987044,-1.1104820674649507,0.7637545907938237,0.15902289983344786,0.5409447857886898,-0.0836033297513759,0.2344084344806563,0.23507644028008698,-0.12919147541863188,0.38374086722588036],[0.3209491329186257,0.09650805627171416,0.3097973284499463,-0.26761047208214106,-0.7290706227229301,-0.23883270629715064,0.7527205335322319,0.5620577432724052,-0.40060474716667577,0.5502862462749439,0.03473074878493772,-0.24280440886368693,0.42459755068097915,-0.7898950949396853,0.5660824630200598,0.4017298196122137,-0.24633026604593822,0.16435385437546016,0.4753615573584075,-1.509886365409291,0.679995213300957,-1.1972788489347532,0.9312439175050262,0.05889850432273307,-1.0720652845542171,0.7649698454679115,-0.711378745315179,-0.5273686927618594,0.0761878195781304,0.7052127008760207,-0.45488815819460915,-0.22767137802044707,0.39474820794003934,-0.7113391960440896,-1.3138181162183926,0.9339707894706833,0.4481525246042921,-0.45055805017331946,-0.5141116965312321,-1.0339912862903327,-0.9199700466103158,-0.1815223363523615,-0.4246409130425603,0.23474774061690099,0.1680689548031301,0.04715524137325996,-0.3216026989285508,-0.44387254170056223,-1.0076591449497663,0.7066045087761939],[-0.6611239683976675,-0.32787922061949504,-1.222214696195495,-0.1871915176895939,0.7795961518211322,0.6491927201888954,-0.47958861585667417,-0.13562146767945596,-0.7586474291920843,0.6124691636425491,0.1637701506116105,0.5067835244509583,-0.8774005430806945,0.20083809756434415,1.0501508040175316,-0.8988566307797906,-1.3636369380668056,0.29571564529526523,-0.6762002485992392,0.9809698491485814,-0.6130550043191788,-1.1822407717428611,-0.012513162859125068,0.5362022038393164,1.1207855085828287,0.8387623661171165,-3.250545660916404,-1.3627848423414648,0.13977998928231372,-0.14428931657703986,-0.027654356556415752,-0.13883857782793702,-0.2289750910176452,-0.014844740407816765,-2.2288667784184515,0.056034830271330875,0.45825035636802747,-0.5063430646600695,-2.0117140533319744,1.0043875709248813,-0.16138404044280152,-0.5593522140040037,0.5196854225944896,0.2632922575991428,-0.004512463674329488,0.6122708103414242,-1.1683127844261643,-1.5197390790113174,-0.633613938582946,-1.3224037189688453],[1.0796602995930746,0.21936097876121055,-0.7114758377240935,-1.7219784333189911,0.30812676445803167,-0.562684581574064,0.09426299903615998,0.2620167878540336,-1.2089074085397586,0.5454438116964766,-0.06149987463826988,0.506774478879324,-0.5725068433747535,1.001918463743285,0.047501767801739855,-0.2997429373932648,0.4492089359791676,-0.2697718147380343,-0.7782139709352005,-0.7726215009102795,0.6823714168697139,-0.02038064125661082,-0.4923424362070169,0.016970085024328944,0.7578835980617252,0.23564662700945796,-0.23851551405769297,0.4638829429240158,0.15193809780381362,-1.3504030776445122,-0.6055139570205134,0.45932546899058824,1.2506417151013105,0.597751039845826,0.7765595804756261,-0.7810374215972458,-1.7786472517597747,-1.8009839855186573,0.4436278443739643,-0.7707676572006833,-0.7721454605885737,-0.17240141739400555,0.575327525012579,-0.5645896602855923,0.21776858669953955,0.042250660794489595,-0.004477075038845421,-0.24969279352577425,0.7816743922531084,-1.5981138310311265],[-0.1658080750610778,0.7564245807287988,-0.31799398119724576,-0.14359725995854444,0.5502852602756381,-0.26775907598662435,1.1123002624003768,1.0593991463606063,-0.943208205313921,-1.3670542095603155,1.4888600506435092,1.0437280925477843,-0.9918285054214921,-0.03834331723174236,0.6775771412354678,0.8302176142949848,-0.28124688208857207,1.0149966509719888,0.326074328284769,0.30361259656499406,-1.094158992373058,0.35105585078447615,0.18897171371525134,0.32127297564050195,1.0275637489224032,-0.4452251451651641,-0.9435014669138818,-0.9150642335909509,0.6110790587256957,0.5847815260793794,0.4184014974391472,0.9205745385830414,-0.8851045848996187,0.7125874776115639,0.9660039250756656,0.6769904487013559,-0.5613293324700322,-1.2288716563418107,0.9058551420122061,1.0053771987997555,-0.32982085639034564,0.14489533959045459,1.517404516999428,-0.6793810345838777,-0.5134443805994969,-1.321046657401432,-1.281302469456497,-0.22628872939674863,1.7854092922995954,-0.503801493370934],[-1.1862903513486636,-0.05761701987553468,-1.984320037258871,-1.17358856685438,0.00034056758843527187,-0.2649429489133401,-0.7211480063317478,-0.8911242547669395,-1.4423205828872792,-0.6239486585930327,0.7634043951648574,0.9535873009371987,0.03207314600155122,-0.1416342867247981,-0.7086462419290288,0.3493969157721237,-0.5540072436051421,-0.41855993470726977,-2.089419194989518,0.03839945657777846,-0.3918565685859288,-0.4509443885060274,-1.2274595662300911,0.597985386655679,-0.6218604014403998,0.08435377698061411,-3.94754135552371,0.2656595961678623,0.41879594027089684,0.5732574258138703,-0.36382793042213385,-0.6304326123301733,0.15659625075761577,0.8407495728908887,-3.4060810702192597,0.6301640351916523,-0.43400376037795835,0.4741752821660087,-1.0992742160177822,-0.28961079481196067,-0.6050687766212434,-1.2781914593086663,0.24548034665886267,-0.12060631086905171,-0.3411884168522051,-0.40029614690853366,-0.3082898376024505,-1.4190724200706604,-0.5445806567913064,-1.2466593265242505],[-0.5236796808874459,-0.2846020934243187,-0.6885121918443272,-0.2724857721984961,-0.3312962990139273,-0.26890260953335315,-0.7758262562459113,0.02974770573159459,-0.45273616824614,-0.21801134115057444,-0.39839481847497676,-0.7648148305879419,0.5505366300446282,-0.31228417953922766,0.5977191639367158,0.7911733252606523,-0.81273414702573,-0.7483259890097692,-0.2043178883457097,-0.30728075723435866,-0.09575278835032451,-0.6119024205302218,-0.8483758217603872,0.6528207456601439,-1.1125126582092026,-0.49442342566091885,-0.6696186783168544,-0.17075547978509187,-0.16297365120555873,0.7229825174260947,-0.3153265984856119,0.8929222990625338,-0.7569118807939562,-0.5608817068740358,-0.1512216777376682,-0.49128772075620847,0.868105748177201,-1.1218006557058973,-0.38363436819098196,-0.3096348500119536,-0.12417750719770548,-0.2234087643002553,-0.27244636499285546,-1.4585972858684109,0.2808930106733524,-0.8364317676648187,-0.22236236535324902,0.783925512665937,-0.6256512201992502,0.7191096234509277],[0.2625861657987456,-0.014071505472619645,0.12641060565440168,0.8791108997780089,0.7531155259320775,0.40881737909278804,-0.6151180755384611,-0.08009916189776811,0.7245764109777457,-0.6337964791269509,-0.6201688057780084,-0.6344417769268391,-0.40892749766229936,0.01054562556687275,-0.5538051980470488,-1.0824751448553898,0.312522373798819,-0.49192402736345725,0.6474384425165225,0.13406547743854902,-0.20452706576354504,-1.2737211233260644,0.09547435482963543,-1.5115215265226531,0.2911515000062389,-0.6816614553867238,0.2128630141886689,-2.1435873615152112,0.9567644073523919,0.7562171428698664,-1.9367881899863748,0.7142380273878448,-1.0170781249436422,-0.5152680350208767,1.0183156682866337,0.3337576499902617,0.29181618678323434,-0.4734182800107359,-0.9028375062262208,-0.5593696627643244,-0.40324085732089054,0.9737780110521393,-0.6915234185489469,-0.6957289436619779,-0.5731519783186098,0.08985517253968499,-0.20511488845326786,0.7122277954145857,0.1179020326669598,0.30175877455637834],[-0.33574786533964,0.04816356007025374,-0.494528142830283,-0.39307412958128873,0.6145779402730622,0.39706886692781396,1.3342729963148203,-1.5181374825590195,0.01279197479166455,1.1453182657616088,1.2684053862018227,-0.8521198202150796,-0.7379751252620156,0.6071124670259327,0.8273985440827657,0.20799487188094717,-0.5961750605577736,-1.9908149228109675,0.24604314331840635,-0.4855211806233134,0.21495648138389098,-1.1043855752785086,-0.3143274828993852,-2.3518537012958545,0.7940034035352841,0.30360452669103943,-0.24937207517739543,-1.425682201877304,-1.0426804534878276,0.42787209630421896,-0.8026371599918468,0.04427239328082609,-1.4229638886600322,-1.3589591733793829,1.564331052633549,0.21678378755014632,0.09226441907916312,-1.1377744402852352,-0.8034406830770644,0.17148436332783,-0.7983243447254748,1.3127029728295532,0.769066310574206,0.5017831180548912,0.8612205710684784,-0.08195519269320718,0.16969807722141095,0.08587842701712997,-0.1408967621648939,1.0201842897855466],[0.871692026554217,-0.6203391645735575,-1.8313924622262163,0.8817180168990013,0.13974415238550184,0.42063291281674814,-0.6372450537946364,-2.2324166181730822,-0.3082445336128724,0.774382120154847,-0.5166472675603531,0.3552827851030282,0.43293881260117834,-2.1196006748801612,-1.2139561535169119,0.9708257887189333,-0.2028307038440373,-1.2352832204743827,0.16186268116629787,-0.1085836221035062,-2.0028989854171435,0.08834787050307116,0.8932080052472273,-0.20815856841114252,0.8336523197220127,0.8262263683774085,0.1424059194626369,0.6843672979365922,0.9089700079160201,-1.4930636101488175,-0.0575085498272985,-0.5155204052681115,-0.8297478107253047,-0.18212252302034398,-0.704481150914881,0.27963835118249486,0.3112532431493338,0.9041829927155086,0.5957843333565745,-0.7139188394209292,0.25425077569744314,0.36453289663451766,-1.0114669367043951,-0.2802540773069609,0.10709654609437663,-0.6670902626460176,-0.455862312274817,-1.264428808300869,0.47467064535215314,0.4529605748300984],[0.4651266092872556,0.16614000798810766,-0.9630801703068139,-0.0633607676520894,-0.2174183610675635,0.6750330243426991,0.0994734747344712,0.08617542577046745,0.19352985765409858,-0.5390259090512349,-0.6511441821067637,0.6754535774477849,0.7655632888556643,0.9159812071413064,-0.5162197215509485,-0.49761293940844914,0.6886919742244494,-0.5036800365883206,0.7675472405042116,0.3969836993133882,-0.2220127734943858,0.14782273639388768,0.2817168578517508,0.5361566592030995,-1.0167824779371901,0.047973920095857374,0.9677071957437456,-0.9415622704472928,-0.3101441592801811,-0.17789688988663568,-1.5876936181956485,0.9224933861851747,-0.7633288147935492,-1.0928588170913722,0.5906786276082534,0.00897630426863326,0.09341479728325325,0.17214440096778794,0.3346360085670104,0.7491120431683879,0.9903847154044262,-0.8212115138635202,0.601827386092924,-0.5751195155894553,-0.5811898587375637,-0.06793812071714117,-0.5013830356898056,0.5292057739772326,-0.34004411689592784,0.36580049521574753],[-0.44910153654533075,0.9168152134235439,-0.4442834679012522,-2.6197041677942985,0.8361998460671934,-0.8359691223096944,0.987356886124451,0.16930461545228065,0.8506109912471653,-0.1693452167746907,0.0631647613771761,-0.43646903325774317,-1.2469273822336928,-0.5051939381036952,-1.0512835678626162,0.4544533748805683,0.21185865228141965,0.11698784000483471,-0.4088843684048604,-0.04603505730785734,0.8775703799570165,-0.5481686409659949,-0.8040617350632412,-0.1281560135627304,-1.391842211933227,0.4473413434197596,-0.14907116001013948,0.04046757413650636,0.48752301949047383,0.21707842613003034,0.5082624355224116,-1.2208008184763814,0.8028101364030154,0.15769383503165965,-0.8519682487596653,0.719140070491632,-0.811682118448134,0.7151322429079613,-1.2500661361892167,-0.0006010649091958,0.785025179041708,-0.4330403254658612,-0.6976527016667772,0.3762384977989974,-0.6429872725984346,-0.286732894363766,-1.0959044376597096,0.1517156366546883,-0.34042271023225706,-0.19283570172121786],[0.17190037495185784,0.3779991934050953,-0.4532550071447632,1.2753113518503207,-0.6384056063960982,0.35451140237296275,0.48769270045417473,-5.240878361533644,0.33872586328047133,-0.9746115026742805,-5.216581879082638,0.04284422988184339,-0.5997717614696756,0.07471190713626949,-0.20654292047788314,-0.4138332104350551,-2.582524470580831,-1.2787227858852548,-0.5157056910614725,0.20886057619738962,0.641909502934117,-0.41245266791475,1.0927606732922373,-0.16964324373906653,-1.519570354077072,-1.1214470708723387,-2.0984783389264137,0.9735406563426903,-1.452332474864238,-1.3617955200063145,1.0797559019352476,0.3623549288788006,-1.9967247509005985,-4.731216489545179,-0.13460463508662004,-5.014401403727149,-0.6014533640040725,-0.055898103240848894,-0.3242914327610388,0.06298803768534315,1.064696246392898,0.14351123271291086,-8.663980611479586,-0.46082171606252975,-2.546684538229516,0.37015576356715163,-2.4631075878893562,-0.45579481580087633,-0.7478342462853514,-1.8554615709216478],[-0.6253662986207271,0.34946903562317855,0.25687610442465564,-0.8528265396494225,0.06273817928742688,0.9288579342040578,-0.554852550954661,0.13778736465906355,-0.8819398537700261,-0.2857733647206269,-1.433304912259547,-0.6241846253981699,0.20101984434219125,-0.7526857150782207,0.28909300534243576,-0.4879584368597643,0.802610393232317,-2.5531594360510157,0.6840083999158584,-1.25153900352563,0.8093993994455381,-0.2564791573181102,-0.2170757087225285,0.18428450201314048,-1.5934509835761714,-0.40885665162004275,-0.8073454054253186,0.0617757099317368,0.6122307175372677,0.0817860950896943,0.658472185211868,0.2470798076401785,0.09445676499337384,-0.750532376498434,0.11152158168450013,0.1939438867577391,0.11537917915249031,-0.4911870859313058,-1.000515864809931,0.0272613201267959,-0.33301013722708045,-0.2520541709497234,-0.8346212230385304,-0.2524060257224506,-0.7368606370966647,0.013145980459532268,-0.3247407234404841,-0.6848938251354031,-0.3336072618272861,-1.0699237549796254],[-2.620367766194627,0.2173407928677812,-1.237655590373527,-0.3300305579320216,0.23832163065896603,-2.4769676418761244,-1.149665951328389,-0.5273183098712246,-0.7694006743068093,-0.7048764270961851,-0.01138748375564003,-1.6331451321075676,-0.6809157584908974,0.2643193794202522,-0.7883557642825613,-0.668695165660201,-2.319938224667425,0.1590089135779204,0.7941479363916883,-0.8028501572613145,0.9839150594542967,0.14102068930504325,-0.8859697914587513,0.9305824355930199,0.37636440908624064,-0.7349944416558905,0.8289457807900495,0.6500835263013811,0.6990914157105022,-1.4375332398057832,1.0110714909302985,-0.9104503734066035,0.46267471833304924,-0.015960901013839048,0.6915634569509854,0.03211442058092972,0.2026742696295353,-0.030214612984800295,-0.6629486410984485,0.38037418236939297,0.2421534796500708,-0.28388614430999637,0.8546988954273627,0.3208257699112698,0.4932877209320292,-0.49755713027756704,-0.012123533173936604,-1.9029327899287956,-0.02892393629183079,-0.4007488248064879],[-2.007273010879294,0.18011787744542412,0.268952241455302,0.40719784655890545,0.2769228165483621,-1.2001121354638968,0.4693150429784279,-1.1417581210763055,0.8436185258753853,0.040397624326672855,-0.6860503348806609,-0.7798346355034815,-0.40700681996034954,-0.9011426359320623,-0.4534496467369463,-0.19754893220718095,-2.4940766065491027,-0.4723984031108847,0.2057435318744555,-1.023262770399251,-0.4048172052754912,0.05786733348372821,-0.05573674446481544,-0.30197368263187585,0.7835084023587575,-0.2803414603077745,0.24907946029140807,0.691491401771119,-0.877680810264996,-1.7540230048014158,0.42648354524471005,-0.3791773466316156,0.587261397651588,0.2213126135757234,-0.3220903980683256,0.13011660661601968,-0.5900439328333873,0.1120692569861991,-1.6566131737931242,0.38977548895522923,-1.1846172860770632,0.3891815411985999,-0.6694023764678977,-0.22712614445508758,0.6610117586572037,-0.2760885331787031,-0.5614162699789473,-2.426016655765277,-0.7481045822948337,0.5360123105910407],[0.29086174371772383,0.8812199475718338,1.6831276083877873,-0.03923723031438711,-1.5370027642707313,0.19242872441462033,-0.9988168202012163,-3.2593250223355756,-0.3975981438565872,-0.8106267259277792,-1.5433512941445677,-0.9706889526913953,0.275832325494235,0.7780181250276155,0.2860725252169636,-0.40001082294088125,0.11838311449776759,-4.543341316586431,-1.3179821950692985,0.04205210011117796,-0.1757879079621438,-0.33635226557573483,0.25695225242005343,0.2016521792246184,1.5348569873347437,1.8622020971716475,-0.7406161508368152,0.7590376215774516,-1.7525549333240351,-0.6910444726202777,-0.45771456652270304,0.8906680599161507,2.129804052475705,-1.2352939149800966,0.20899784503711025,-3.8197216492437445,-2.122870521899552,0.5385218107945148,1.773415457165082,0.7841587070113577,0.6179187121611843,0.43521184713147104,-2.9705699097621348,-0.13821462792149616,-0.05048630931820239,0.740805657103068,0.9479717400478866,-2.5692267951597385,-0.6102277903810156,-2.7835569235281676],[-0.6421964210878507,-0.23177403332710947,-1.153601318344167,-1.38214554381694,0.49028388842505327,0.311905916613666,-0.3549555108555557,-1.2344846644691239,-0.9038773240299984,-1.878911003360614,-3.0512335533415933,0.7279456087065898,0.6983021894333776,-2.41199609130232,-0.6635161552350333,-0.03258032544243022,0.5683491141804982,-3.949322288373919,-0.20947391596399131,0.3575733411116506,0.7657592451423204,-0.023768293328414066,0.2230594332805462,0.7585584002495105,-0.6597396262193357,0.2384357903888347,0.9060545590166209,-0.7235187734725413,0.6548630626103521,0.7904656180625365,-4.086358426165605,0.8123545722087362,-0.15923529562344416,-0.8942836681541735,0.2977128092821227,-3.638287584656133,0.7089683720197842,0.15431917152870986,0.513800294197856,0.8730253903729691,-0.37009944107763754,0.5831075674741585,-3.5950312669733373,0.3636609178597896,-1.9478072555295758,0.5891702832225144,0.739967815711975,0.9267316480247695,-2.1752616142518804,-1.2810732542063181],[1.2352383588073501,-1.0553147073507259,-1.2912337976514934,-0.03356773845648005,0.7757289882969723,0.001052377304430606,-0.08954279693041163,0.14071528862521543,0.999429175878327,0.9059620853641172,-2.267514846219318,-0.37476743893637665,0.675979290500861,0.4331913189350141,-0.30910886367253243,0.07531105170462424,0.6064803194248753,0.2992142026470249,-0.3279114639789117,-3.1636219593775188,-0.22245663433104956,-0.459281167763204,0.12884781498740927,-1.022773096187762,-0.014269953058757775,1.121681842282418,0.2850338332992228,0.8171362302344368,0.05283579062299202,-0.25277473045114157,-0.840030365597921,0.9249673072447776,0.20735052964922668,-0.5563369033867033,-0.040313283211068286,0.9401326711224025,1.0624037897031033,-2.9959635867642613,-0.5660917669944039,-2.150059051447756,-1.7222005359429955,-0.9453757718508534,-0.3086088975235821,-0.05679464690590059,0.7255026607149446,-1.4421288427424988,-2.0146038793389063,0.8710115155836513,0.7740763291941904,0.048395172068750214],[0.5693353898823083,-0.17053874271647695,-1.3649274878403928,-0.2993350787436557,-0.441533882836925,0.35478358082046846,0.9044400833464425,-1.3189994834609564,-0.7609668800793021,0.2834218643048591,-0.3184031924937721,0.33131617906373834,-0.24757846563309158,-0.04513505429407563,-0.5445355553780777,-1.8321195823763419,-0.20486623849286972,-1.8432723863765201,0.8464481793791869,0.28119290853921364,0.10674334392221657,-2.480730213087284,0.7150858203448378,-0.917732352099228,0.1713702542119852,-0.27650221950764153,0.45452753910770094,-2.9291396582506875,0.5125061833602403,0.31254609584247534,-0.8550540167236446,0.6576460257046184,-1.7806057883866744,-1.3958509841100062,0.05930321076995123,-0.596703117617637,0.11285060995382386,-1.3591258499178462,-1.226965422683543,0.4769767594529892,-0.6906486858648051,0.9471960133643463,-0.687422534180459,0.27628760170036665,-0.9972579008850699,-0.6112450068836687,-0.4849352027093878,0.9900085657123303,-1.0634347510302267,-0.7936136144354439],[0.7315454774050019,-0.18987624146177487,0.09141095361535795,-0.05977837158621052,-0.6558732631137044,-0.09690401149753974,0.06039937323613928,-1.516129663945662,1.222081272898036,-1.546915138509112,0.4100052023273259,-0.5032526996958415,-0.563573469808281,0.4154628293887742,0.027907103452164544,-1.247713660227117,-0.3794947012693645,0.27882095253367034,0.06369480820063997,-0.07908989934942062,1.173917042916576,-0.12888520745152193,-0.5070502945268965,-1.2380562395548085,0.8722120421052383,-0.06368643560705371,0.5229946299643574,-0.8968931029833059,-1.0307747870259825,0.8090505307248808,-0.5332085033695005,0.5916358855351062,0.7665421446327229,0.23249998279654355,0.4321464640432188,-0.08989007285485465,0.9235917729784932,-0.7038081793809484,0.0237059851903112,-0.4827221647773031,-0.006075154354227588,-0.034501923913086326,-0.9880808393036827,0.9230821413693662,-0.5974739337511649,0.24234924739963798,0.7326702843430482,1.2479611738114715,0.01934424303544817,-0.11262013630591938],[-0.1610456786204297,-1.0267814718884456,-0.83084214157364,-0.7684764221909637,0.7949451572600567,-0.6807709456060435,0.0014347997797634902,-0.27656433096652216,0.3097749453998279,0.016367279366910275,-0.5050644687688918,0.28718761493034173,0.21784710865258627,0.9082857976321407,0.9200357893624146,-0.24538168613720734,-0.34131248294726113,0.5092829455625711,0.9529341461711811,-1.6016708487538986,-0.19151138810909332,-1.0736551474937253,0.5723767585194637,0.11419831652990566,-1.4050395077301208,0.29572669183028577,-0.9371550803774427,0.5177909237466627,-0.8161849854813779,-0.7606801747138192,0.24032232709570808,0.964440315723545,0.5554889047766399,-0.5160007046717843,0.9449075919413754,-0.5670788861320408,0.9050759849443946,-1.1648558534627993,0.940255676496261,0.022881882783263717,0.2589936128338906,-0.6118909874828694,0.8611073725891091,-1.6231310002486534,-0.403126376298656,-1.0108225396874964,0.4213993482160326,-0.43918142698361473,0.3197497436486303,0.6084251091413831],[-0.8495446848840214,0.2744853758282745,-1.6344557330982397,-0.8034920739062941,-1.0929045677699964,0.25386541245487815,-1.3487376007002454,-4.827456510159571,1.2216509797994453,-1.436844553698297,-4.496662935021249,-1.9591184538886168,0.3980629342805683,0.23070485866120768,-1.7458382322235835,-0.6706563812130958,-1.1925001206399675,-1.664075570696437,-0.17948975493709227,0.6943079750897742,-0.35847117262474126,-1.6346864881593615,-1.6841800047678106,-1.8580139540364407,-1.9306722979250734,-1.182763592878785,-2.1071735581335154,0.337273212443247,-0.5630074416331978,-0.1055065486526438,-0.5094957563775923,0.12693861365339812,-1.0325772123597272,-3.5810923627595863,-1.7506365509699278,-7.121355130276037,0.29130882712582024,-3.6194227721872716,-2.0442892407901305,-0.01090649785031027,0.44712794424545194,-1.9343552984615446,-10.049719906638437,-1.5361926103208647,-0.4380401669954639,-2.3071211023889897,-1.1022322868925112,-1.7755598634154224,-1.3415615913663712,-1.3919788694430812],[0.007505844498896392,-0.44824376089196394,-0.7745922451048504,-2.274800731208656,1.8629683359707554,1.1132208593080912,-0.558835655243223,-2.2062928990369266,-1.7870366440217889,0.7991250092656583,-1.8553412107354252,-0.3425284348694134,0.8710854672779258,0.33001328608148794,0.15738395538748445,-0.04790311300399113,-5.333791596238484,2.375912983562677,0.8002757405530472,-0.6284206714419804,-1.2460363394516443,-3.1655567835753473,-0.09077810683550587,-0.5638323186640846,-3.035380256444667,-1.226076708987203,0.6812947221423427,-0.8084318777720897,0.27691762283806665,-0.5803745702723022,0.6630399856063992,1.4359848388386582,-5.760296095544924,-2.508398674772677,-0.0009122732677425455,-1.8202366384523478,0.23883359496972795,0.8734626342645536,-2.440803029454623,0.049643359552561335,-0.5584803263299545,-0.6006501992773361,-4.517185876268211,-1.1408129059900238,-0.8488168762535082,-0.7256761358072966,-1.8400480723290467,-0.09577810834371753,-2.617582579069404,0.5654228398498375],[0.21158145164892042,-1.148917509219388,0.2660157936552099,0.33538255083972524,-0.5517549990895577,0.47425288855123077,0.7888619927695872,-1.6375714002714086,-0.04120161725801417,-0.39376873827525444,-0.9503002973855355,-0.14178898816418592,0.044670526191776444,-2.9639100993786163,-0.06174425036701749,-2.6934071313656305,0.8626069203691661,0.6884553889792748,-1.8261955624576254,0.06062241572311921,-0.708392382923754,-0.26841571495508343,-0.8226311352168103,-0.9003390649907717,0.8312684832368153,0.40198696460993555,0.015736916358340985,0.8921852432783243,-1.588738043746809,0.48089908322924063,0.2417022078681222,0.870507889817657,0.31012467916745645,0.13343406035098235,0.72183749533996,-0.039042963927011176,0.53079344159205,-1.0663210229219011,0.04310479368045081,0.5136046361444222,-1.4711522967213615,-1.1521751269712461,0.4129531600606519,-1.0037300542238612,0.42803171067407597,0.16624196564958307,-0.9002767452912982,-0.4653616066081142,-1.5160507452824867,-3.0779742392273337],[0.06503533667928942,0.5070488748297038,0.663859078054942,0.9791904867323841,0.8349277843167592,-0.5375086047854188,0.4529387886538762,0.00931616066028866,-0.5548647825768857,-0.7060627614737114,-0.7282474364929769,0.4326467994456867,0.3936666670565136,0.07741800484170619,0.0011541119315731218,0.5546348758018633,-0.8087760250563613,-0.5554972734374578,0.38531621949712,-0.1135072698523133,-0.5500813647130334,0.06700409858332132,-0.14081611895649673,0.5188009730354123,-0.8048437338153674,0.48503468022350205,-0.3155300721671542,-0.8317514776574044,0.7378258608402145,-0.1843056256230425,0.15886119594111026,-0.9195282859354396,-0.1876817451413842,0.47170034594220184,0.7612512810195866,-0.3322406581217256,-0.3531066764511385,-1.2804167684697523,0.8342976238841985,0.28746610498239944,0.07672142590812034,-1.2176080628882813,-0.6861246275934823,-0.7848445501911011,0.44649859530021063,-1.3149487502445278,0.5691494829049705,-0.2539086733772093,0.8932667018104322,-0.7279061353865088],[-0.06735156396522184,-1.1112606623087005,-2.0409889656760685,-0.9480759229662001,0.6255415997054536,-0.2907182436541628,0.6236623069398076,0.4898634939122425,-1.5144752827551335,-0.1168718472382155,-1.6503992385091601,0.3472593617740734,-0.14126691324769802,0.17197683481319573,0.6655634817108497,-1.3856565778111545,0.71960038316459,0.19342676663432556,0.29039908617152654,-1.782707434765894,0.4377818196763617,-0.6329257376117465,-0.26530366266492356,-0.03250990006554235,-0.21668544429146458,-0.7521965153955005,-0.4256297675598002,0.8194416672106497,-0.29514263938839347,-1.129107179003566,-0.9749571502546532,-0.4857127047822686,0.3178444450879618,-0.5424574373110282,-0.5105117560177882,-0.16168984349188215,-1.339862003532426,-0.49352935328104,0.17984116741392717,-2.026703663139872,-1.2362807717405653,0.36784343229707106,0.04162853531394647,0.7388171086686078,0.4195202482841821,-1.7123848334342187,-1.8151805792572746,0.19810483964044195,0.7984426462047193,0.8330503890409764],[-0.13684774255860666,0.5411401878866544,-1.5177023248380421,-1.9710750415476312,-0.7813825929404573,-0.6883606880759933,-0.09179943079495312,-0.717238669377346,-0.10583744469581095,0.6009945706238187,-1.718931536699084,0.04632052418692029,-0.42569308954165974,0.25441391331110375,0.12609634329738176,-0.06861339642714306,0.40105369364888116,0.1492903995575967,0.4253082389644949,-0.27949257125676674,0.4141285646743212,-0.5277785605879802,-0.41665561066368967,0.49350342891813026,0.21785534327460215,0.9315441357744262,0.8624907131074498,0.5974251136747646,-0.9421494002370436,0.2759300895848318,0.027963730360629175,0.5934981194406095,1.2584633254621467,-0.24225670375254213,-0.793803651598125,0.6080546233251014,-0.5842793776737993,-0.42935571249737803,-0.8421932302962912,-1.4390540903384155,-0.06179620785740301,-0.7631318010227565,-0.31018817095377627,0.21818554867137466,-0.7084344559367178,-0.37369735153310074,-0.7698418646335783,-1.1700083043439053,0.5249541646469597,0.001295095365526495],[-0.5371712062668643,-1.9671488781150914,-1.0579083905093152,-1.9580321801040723,0.7565373121372586,-0.42324213725613746,-1.3309064071218548,-0.3235918981288664,-1.4798059778121302,0.6085587220554081,-2.5062150121979596,0.7467855273368742,-0.11410725448825794,-0.1760344254786604,-0.1598122208573725,0.05718955359945261,-0.7032235372268509,0.45135609884709044,-1.4764715319034143,1.746903390090754,0.7974158261576274,-0.1740352712454846,0.11763288245858425,1.1191211379377035,-0.1931053216245308,0.20515306599315847,-0.010545562804253441,0.8858165429314352,-0.6346984827459862,0.32994645225206354,0.6320409949062538,-0.30123953539488674,-1.0918722875023499,-0.780897927608526,-1.7045340681301613,-0.7646854347603093,0.6191530353710281,0.37347210422577315,-1.3978064750628256,0.0517182025948694,0.6137510865968976,-0.7762546922693198,-0.4584091860546689,0.40861693803938737,0.6698561721091901,-0.3085893057758767,0.04951254796820469,-1.5807403870917764,0.33551646871492735,-1.1354701274909842],[0.6834775280828177,-0.03266216052457205,-2.0435393984273764,-1.5484738303893373,-2.204900616348479,0.9679227314659278,-0.12882393713605073,-2.3332895676668994,-0.20469602925026514,-0.5776442304790715,-1.2798954992060751,0.0008714768928653238,-0.8103552037101537,-1.6038516258007012,0.31244012878961036,-2.8494894654061502,0.39430157023107176,1.0425689658825792,-0.41924946182256395,-3.7605265302377666,-0.3792627440505174,-2.120974706964177,0.9420937259107521,-1.922306520290734,-1.5819362037206575,1.3525509586733855,-2.2850467812385045,-1.7190124140752778,-2.065141367502937,-2.1771257956061016,-0.7696846164225913,0.6404147933574106,0.14713468548130498,0.6920890451384454,-5.0866829957955195,-0.6167093176764648,-0.913672129107486,0.19000246009499608,-3.8726424081822186,-2.549678554431103,1.111889501575395,0.3617555450359751,-1.4159449956937622,-1.2334317347675026,0.6578685915113258,1.003855513107283,-0.7918697163531491,-1.517645821571029,0.49873210397571466,-1.2028820874978938],[0.7834189297932264,0.896048465910325,-0.9735356412531053,0.23092769425485615,0.9435481014160724,-0.12282247383496643,-0.11373833396604088,-0.03443470635734866,-0.6925877570330595,-1.0862487555689084,-0.010699192543965548,-0.027799681562632322,-0.5524725232665215,0.8910944906377337,0.5769880217255959,-1.62254652896913,0.7653149211899042,0.5823704600385617,0.23881276679725572,0.6870908550020172,0.8482428093830511,-0.37097828433743246,0.2528653628667587,-1.3024890330001064,0.2986638570803712,-0.16519888195727114,-1.1456699180102483,-0.7009313414676399,-1.0258852469975897,-0.9847809168615853,-0.08249045173175909,0.9100831160905903,-0.6638949353229009,-0.3136900970188552,-0.07567914400854908,-1.0316065255913358,0.5531291856187767,0.6104643196389916,-0.6359220297063528,0.41379835506015933,0.02177637789956174,-0.03943542963890096,0.32937197004876434,-0.5784104272260631,0.9450088780845708,0.1669167780262925,0.62869828001122,0.515546097728975,-0.39857539029266764,0.7699580995794345],[0.7445448355009959,0.34224215225766647,0.4118335029857221,0.4831402893010905,0.38819138046180385,-0.36175510039493264,-0.1844769427370401,-0.23322410544410255,0.5763200767185218,-0.2515740029448882,0.4083022373279935,-0.5493702682120639,-0.5769993241811302,0.2056072776038582,-0.9195888661332374,-1.5103130814401298,0.9131591883444066,0.8447174580610254,-0.48119231808481644,-1.2340329646634298,0.5106262105407949,-0.6191084566211432,-0.6762236883426063,-0.012883817779340168,0.5226084881787918,-0.3142468538756088,-1.4364952520504475,-0.9978171813872188,-0.5538360608016708,-0.1324358441853413,-0.26355635015830964,0.5066064523401821,0.3486321603153475,-0.5918332576191866,-0.6617269809621946,-0.8819285724337147,-0.3555832903384182,-0.10502695872517806,-2.190429577986243,-1.413650654214648,0.34313766977525456,-0.4019782863234069,-0.5304343636927044,-0.4168841254216093,0.9094933495784159,0.11994324266330006,-0.9569392744370507,0.6354769116501184,-0.6784586994743296,0.5947418114678422],[-0.303317203879279,0.25595400086718123,0.7170572036599554,-0.3208584847247885,-0.7794449224813614,0.5475970966353628,-0.22207748951833842,-0.36054284953775934,0.7981002840403679,-0.541775349602485,-0.5835025267923556,0.49145169188039883,-0.013904630858759762,-1.9432346059574357,0.6586543640606488,-0.13951143007477015,1.128919064545813,-1.4715986520139723,0.09891145256557662,0.5203540781135108,-2.9180687967429813,0.20312369704027802,-3.783757255320979,0.5233541762875835,-0.44562734754962,0.5619882640811741,0.31382090722365197,0.36981605877639767,0.6024671034860419,0.5387924760233224,0.06690860381696791,0.16198602672988696,-0.9872869102949228,-2.320041470900523,-1.9524387593529877,-0.7703387441255294,-0.2893870657006051,0.6005764120038559,0.47731695364152305,-0.11810271461926182,0.6402796892572934,0.0457552364701493,-0.1438001901548713,-2.0241542044099914,-0.4026425421861614,-1.4619746860094782,0.40207347313780345,-0.5766400097104791,-0.42399884875800825,-1.0527032657584214],[0.482344633573178,-0.5270229115147965,0.6125077052173725,-0.14430787010884485,1.0577852926443765,-0.5671991753518675,0.9722731140585188,-1.3486384277723242,0.9448463885510229,1.0494262061133997,1.4543489147251456,0.3419899543814832,-0.28797040504969684,0.5939959541047964,-0.5221515947392137,0.28027188911001494,-1.394017650225562,0.35293541504205694,0.7453989257638354,0.6176228953221432,-0.975209977412769,-0.9292095822844019,-0.9547027498302535,1.0881459068111345,1.542639741950509,0.7500571577896976,-0.14343490754748628,-0.7702515150112567,0.03335322116543386,-0.47402115380230264,0.2132160100862594,-0.5791976443804677,-1.170674315031286,-0.31104454415455146,0.7935805708249885,-0.5984528062202698,-0.48630709675792655,1.9259631006395488,-1.8377945959272306,-0.3183950242948031,-0.6212413422890197,-0.9537744384379631,-1.8496950862346135,1.561427143283263,1.5666192372949268,1.3014088189527442,-0.5072947113004339,0.11280111997988505,1.6590318127850936,0.41312817797499685],[0.8229271103108016,-0.20661944387846415,-0.15039582588643838,0.15452301104549793,0.35872032224513145,0.16220706135508767,-0.8728650796702816,0.4173334691472037,-0.034919979034012706,-0.7146395668502784,-0.9741135452408228,-0.25104584075018704,0.6524006049654597,-0.34880233310409026,0.21069965314331318,-0.3977533330880411,-0.446159216345049,0.8950677632853236,0.03497232206802486,-1.5479968410703344,0.3547299287842153,0.22151027272133206,0.2776523684361903,-0.7872570556862961,-0.32119672311878383,-0.13931136292039525,1.0046637449140876,0.7652912873475836,-0.9408490950972661,0.6701436452574593,-0.08159953863538845,-0.10196419739854255,0.1601030714192936,-0.11424498791976144,-0.19568589525114982,0.9064242255680245,-0.6572101533734218,0.0749162064393766,0.5355993326581981,-0.3119906852689643,-1.0778816607281567,-0.7781406724510511,0.12909363097993212,0.6311188311060669,0.17937107386239518,-1.3574925022767734,-0.891852709376574,0.5924660396869371,-0.978817648654368,-0.3418003334777507],[0.42790940822492796,-0.09105871136321057,0.09202150795631735,-0.1155405040407433,1.5779507715221963,-0.059923338241877656,-0.6361515401430174,-0.5544925040008104,0.36024019205598135,0.04498939955826486,0.9236479721477955,0.37550127874028333,0.7970316788442208,0.6038214784587287,-0.3634085840433224,0.23913187077407247,1.1685517125913971,0.05816124468967623,0.32995132468088895,-1.2100539150910912,0.6610712631545761,-0.23941643971401141,-0.30818389939550445,-0.7709014616799525,0.5341026694084453,-0.8083439257383179,0.25146251676252535,1.2923763782567692,0.7629059708663,0.5622575220940901,0.0840154647333056,-1.568482729210679,0.153133324229292,0.06725754217277179,-0.4439293152416366,-0.7431924739570744,-1.1674151452972625,-0.5709475902494898,-1.723796709534961,-0.0056913237213714885,-0.5304085804316112,-1.6761170092118947,0.6890373172488423,1.1095047363795367,-1.5992035260016486,0.06625590387285013,0.36069806513055364,0.5398748209860276,0.576420005196558,0.7323809241525395],[0.3761218324485575,0.786401681185212,-0.3780946922488309,-2.2315772858104865,0.39691436386480433,-0.1635786366240507,0.45466958269626234,-0.9750878134407415,-1.2926459164267445,-0.4086604983155136,-0.8045744935306376,0.8693958385121621,0.30843899558462246,-0.30789536920955335,0.20933256580164114,-1.3984753750006902,-0.36019837226401036,-0.11223245412942433,0.8386418991865613,0.2249410330040389,0.8653810038947767,0.24896626398420327,0.15065098048131484,0.6775258044322232,-0.278608294215305,-1.2277621733103947,-1.17668835007479,-0.04347219948166663,-0.8902433246302613,-1.3792200859526629,0.5527758400011621,0.352204727993055,-0.42850743557733223,-0.42412132912116796,-0.1277023202237067,0.5313529086054087,-1.0137545297854018,0.5252852184529662,-0.6419969578763803,0.5139713601804942,-0.33489423800523754,0.9179823611592534,0.4851392571732171,0.37969423192290236,-0.5011802521401979,0.5672074813293431,-0.2801532867410701,0.4103574627265596,0.28633518921316187,0.4403905127154235],[0.16740441101376036,-0.3546521297340948,-0.5620236967351343,0.16002783875027982,1.0825063471754097,0.43643881918064437,-0.23226864046658305,1.0905157834564014,-0.5886411231779326,-3.8810847642471655,0.2487116926994362,-0.336195785414369,-1.4028320308795519,-0.14255823152390296,-0.9541043747223033,0.5367380461707979,-1.982489050731827,0.15760754255241902,-0.2466725682070385,1.0850635152325958,-1.2999436155382245,0.5612378241722411,0.41166291449526954,-0.5673610629248986,0.7042401442345338,-1.912073006640742,-2.938515296111829,-1.2338660870640992,-0.6421211500145367,0.5054700471084017,0.19723901461533572,-1.450663647469926,-0.5430239515948488,0.17446776622082083,0.5610189801110343,0.1124687181326685,0.21555827359106122,-1.8218032996756741,0.6706684497398581,0.08630610872664568,-0.4780554798111624,0.028822076587416107,-0.6014930043968439,-0.1963087031186178,0.4155233324782986,-3.2054372567767535,-1.1386914245261508,-0.20470421216685666,1.2754170890350447,-0.27625334503388277],[-0.3141622845317998,-0.11281944880181344,0.42168510892149086,-0.16527145800986656,0.5404424023433267,-0.7308140364156365,-0.7076254870466,-2.3570492069473636,0.509115526096417,1.6674673311417578,-0.567752646154365,-0.41093553867895255,0.6131228905165418,0.34120520003543675,-0.5647785663923202,0.9367740712776157,-0.2513846398594341,0.005205390298634155,-0.3777070083840149,-1.612651755103003,0.539672057637007,-1.51597524939578,0.22118771017578506,-1.304308518572124,0.34488974107349135,-0.8292790484241452,-0.2714058899643822,0.16232803762741016,0.6472730887715852,-0.1954671555570306,0.47467364890773134,-0.13357627143528436,-0.717175316633184,-0.7674370588204513,0.49219514630437006,0.3880004110461803,-0.856173213012372,0.581013866339345,1.0417233850695025,0.5313369849867802,0.7041525629896239,-2.2180031531953546,-0.23114068434410917,-0.5185025607604877,-2.244069542378989,0.9040825077386856,-0.013439166377648205,-0.33493438006719906,0.9430457484041637,0.7171493586962163],[0.7382032242342692,0.9274421655169897,0.8046094598072427,-0.6714547800817586,0.8333496015333229,-0.4742533175945072,-0.9988135519456316,0.8420359925889727,-0.9242320576622529,0.4586122887354159,-0.837356759491718,-0.14075747081501447,-0.08619310647865089,0.1478226450952006,-0.5272401792044764,1.055740408759921,-0.6246300088306335,0.8449273216071506,-0.7676989224438003,0.5893724766854838,-0.007391189384005419,-0.5068215364502257,0.24099427451088318,-0.7161338481898638,-0.790567021797287,-0.03697773425122788,0.6721351012648329,0.5174654546337553,0.3971553160470599,-0.15144938796159,-0.7337584209120085,-0.785341779059138,0.2974398490199533,-0.07313897241803637,0.881085932974311,0.8680824760685781,-0.3233613176310004,-0.7561249818545966,-1.3033601456743074,-0.7649839931350924,-0.36432686830646654,0.1510257317492808,-0.5204504690030013,-0.3501693843708502,-0.5353993534648135,0.009874481904763907,-0.5253930440188218,-0.8295200234390431,-0.5057662886820108,-0.3396797872660181],[0.011740573529955882,-0.7045890686705748,-2.1203216602989983,0.5302654893016503,0.337066111910449,0.3408293282876452,-1.1673916517836782,-1.342948318017688,-0.5047049707031291,-0.7533292613572681,-0.4021126822994625,-1.3366461554794657,0.396275101914337,-0.1518805526792065,-0.09602808128412256,0.02993133618812276,0.490190628543943,1.6623599554120174,0.49184847276426585,0.5001943497098027,-0.4462029150310742,0.06797236697821703,0.6412117375892443,-0.719083120460006,0.6066944450428382,-1.008900848041649,-1.2515172644068724,0.9722558240586189,0.7496133184327732,0.8548127650896519,0.16578764651669878,-1.5544245906031604,0.09027623417370158,1.3817322460811312,-1.4915722753099188,0.8149459106202563,-0.4793057653829272,-0.4649104282866212,-3.0149276185860505,0.8115834828535314,-0.031045822645195145,-3.736067634215991,-0.5218358640282899,-1.6866823712662977,-0.1731576469082069,-1.461032238066624,-0.2551729114425924,0.32504903713760486,0.32084586342694793,0.4617791486628137],[-0.7671746009080993,-0.38992603807680115,-0.1824470788855384,-2.3682910826556647,-0.5686714740053911,-0.055873169285248166,-0.3891162292542044,-0.8907892873521246,0.0532001797713043,0.4455706128279316,-1.6918792696430247,-0.09332728022873515,0.9161207281047725,0.5647196182031836,-0.6602088459044514,0.8195431520360114,0.4075773334135145,0.8445578826991593,0.17012775901586225,-0.490752793807151,-0.7125085149462201,-0.1977891278398182,-0.774396182492402,-1.1659639493763754,0.7257951873512435,-0.35925768104080164,-1.7017477263594996,-0.0013925766709612394,-0.7089364666575192,0.3823713941831916,-0.40659207105674755,-0.8996760794800153,-0.669855538822013,0.0229423493993616,-3.03705577856249,0.7184648802435362,0.3978298101808754,0.12829901374134683,-2.2196809550703214,-0.5660393265975513,0.8214543849928272,-0.1362392748598713,0.244376794631235,1.1469268462167317,-0.6143735272358786,0.46998137769503934,-0.7309738563295598,-0.31418449479262595,0.35617965141526403,0.47993493051109165],[-0.849758975999366,0.9220739375751708,0.059951396410171595,0.8909786720650644,-2.84584329862419,0.45748105541937717,-1.0518336162478414,-0.4112420547828927,1.0370878728692827,0.6356618647236145,-1.085870059545428,-0.9164424373337902,0.08235290261348614,-2.493196107498924,0.8036079138918754,1.7036427546123807,0.980714808572603,0.27566413804247325,-0.8054141419313025,-2.664730938633395,0.20871752054293782,-1.077275133950394,0.8850979519838578,0.49498928737613446,-3.766285518874723,0.7628696973173124,1.0795481064029306,1.0610365236234613,1.9360232158555726,-0.4725520606737193,-2.2172052569844483,0.32072320574957697,-0.2286399015053598,0.17204625174638258,-2.8054805356078636,-0.2153431579250375,-1.052482145204255,0.569040395960297,1.7974174013434445,-2.261620906777396,-0.2245127736734087,0.12186830044216924,0.3413794808758027,-3.8434266265285175,-0.3611556215164836,-0.7004832274471178,0.17536176633225928,-1.499568483284747,0.6429214515149224,-0.7790519200008095],[-0.09168414477240253,-0.22064895204857193,-0.7811153257264835,-2.5266651946660557,0.9923160105756551,0.10995725294819853,-1.1673469697835233,0.33017864356309745,-0.04598779853579324,0.18768419788781154,-1.3014378883180076,-0.17156849993501233,0.69415676467566,0.12380755240624047,0.7966748617615894,0.27718613516026824,-1.8093382364287,0.13059107722565094,0.07773964221099507,1.2858789427611175,0.38799172318016095,-1.244741592518008,-0.9034358703634798,-0.7632116530555391,-0.23475766463607803,0.8241028389782494,0.06582553488524272,-0.6021407033433478,-0.7286751077396079,-0.8234685839935265,0.6244980569905859,-0.523130711456835,-1.7527481661988962,-0.0007889762909043545,1.1399433337939844,-0.5160585571848483,-1.0703461804216212,-0.7732874722022497,0.11106374455601342,-1.5627109768016345,0.3176136066489253,-0.38008016033664477,-0.2537039169966497,0.7113740333125125,0.10730196835093986,-0.6817186536781101,-0.42142806539174366,-2.6460857726673006,-0.9327653234796613,-1.4331997294684913],[0.11786230958754451,0.36436350733496053,0.5006072356154044,1.7514792671721995,-0.2906896667830026,-1.338242665751976,-1.4036565512568482,0.008470217691592972,0.1879488704629311,-0.1105418112466904,-0.9410451899068842,-0.9423112222073788,0.08132563968962812,-0.8329049515748612,0.49647939378884165,0.5783699187837684,-2.7184519617484444,-0.6900842278216559,0.34685095029992985,-1.0346479158120219,-0.23164497487801217,0.1514426236218583,-0.27827934764029266,-0.20796491810880713,-0.2980990692177842,-1.4111079618838875,0.638824814873061,-0.000366176294341385,0.48744162273575625,0.2835083528879167,0.25199698026220557,-2.269461951859555,0.44201359359913744,0.41605445353004694,-0.30914385687498597,-1.1968397138134337,-2.6839598739762867,0.4286482059955643,0.3917659882803585,0.9320374057396816,0.8007840262992479,-0.8061737557867955,0.9149913593514375,-0.19350098009655967,-3.07257260799213,-0.4391163784456867,0.20747577386414345,0.8584366572700265,0.5476457306513862,0.33441282677089845],[-0.41605598195078874,1.123258537167778,0.1244159687297043,1.639327263203456,-0.8598903112242391,-0.3494697517700737,-0.6275202541498717,-0.06248080707916256,-0.22540595680177333,1.1145138230079397,-0.12051757495429187,0.6874913732297027,0.6754136622632595,-0.5214383745885007,1.414979252495615,1.0503270250375236,-0.8107478197026102,-0.3692892487884994,0.6988593446408563,0.08128211094864883,0.1128655958701216,-1.9459811568412355,-0.33096035751020586,-0.5965786031163522,0.2359655392706482,-1.6759819953768516,0.4799825039321513,1.3231970483620294,-0.6067109157642298,0.802452043307339,0.12445430707104199,-1.5055536484910796,0.017483224879022312,-0.12373563334934891,0.3777043300241724,0.35725799164258587,-1.8004667381214592,0.8290640176650121,1.2839271935725207,0.9876460353942456,-1.0031834994043332,-0.6719439055458266,-0.9047078445127714,0.8774775193068312,-2.505034419571871,0.9656952349958857,-1.6706338103820426,0.6340700609512573,0.27526501498057415,0.2908347237785775],[0.2155721806533679,0.33877837736140265,0.14885142485986727,-1.3494922236573554,-1.146811753253506,-0.7915277276765815,-0.04953500219948603,-1.2930310924493684,-1.0154205855754712,-1.2933803544334326,0.7948998672340121,-0.1198539166129227,0.130010358728093,0.1590678231454625,0.3110792049463736,-1.0245391743881762,0.007387241899919459,0.26426372833518713,0.47062691890084835,-1.014851029019417,0.9969891331179894,-0.8296083268017171,-1.3219056096057522,-0.25620914241548315,0.25795274617695707,0.038906612179194874,-1.0834952753072635,0.9717725889490515,0.8969194095694187,0.9484671870017222,-0.5820507851360893,-0.554687851528097,-0.809004326712032,-0.9503053843402464,-0.42663639893957717,0.9267056263138063,-0.049300849169998225,0.4748618501030853,0.0818876445368827,-0.3129993005783715,-0.4963235684381259,-1.033546019823359,-0.7146585843745753,-0.5155922151647466,-0.47757524413247493,1.0821091237692142,0.9189431423681806,-1.0736303250456152,-0.771475832410175,0.8308237639614314],[-1.1617720445776085,-0.4781001073012992,0.7195018977978374,-0.32937996296228855,0.5692175070159688,-0.5494390483005344,0.20051500886172388,-0.6643241940326219,0.5189293807941695,0.5773882923555654,-0.6022970844192725,-2.404050071485339,-0.22586060477199818,-0.43022088378663764,-1.264663132424645,-0.4586596237796076,0.2633433301496827,-0.3996388178908364,-0.944867878129873,0.007042163191606557,0.013977809443602659,-0.836136562828058,-1.8047529405023528,-0.8375601106884857,-0.7060829942027711,0.5158642165666889,0.9014489859738614,0.6560604689012234,-0.04315021565097395,0.8660588145106416,-0.7928209291941796,0.29570577302550577,0.8584011273473691,-0.08296923438048476,-0.2924853168550995,0.9681955912046117,0.4452011476465732,-0.23341100577538992,-0.5766771317576357,-0.018362410008187707,-2.3005015786564806,-2.128824714667281,-0.49807272015750836,-1.0204795999689942,-0.8698791117033108,1.1125620000533218,0.575166284928746,-0.7828490068008666,0.6683345920966361,-0.7186215644171424],[-1.4931967490680307,-3.5614629675854976,0.9606044276762082,0.6880532223109161,-1.886478079771457,0.08588640176519322,0.05241590381609114,0.14882089846845986,-0.34825078214815053,-2.8926013472956047,1.2520237507203182,-0.6803587134219016,0.7911506998278875,-0.7934757345053739,0.5766907952761456,-0.07516890712760724,-0.39894034029576,0.46018656233383837,-2.3759696467136635,0.681086719682758,0.8039235112877591,-2.3479035190436677,-0.812797755253735,0.47798396568714613,-0.4414841484315618,-1.31678135599379,-5.05505299235255,0.27363591894431816,-0.017976538601751146,0.8931829407944598,-0.9090951720457382,-0.6146134488391004,0.4378676212651464,-1.1154524772551657,0.6382225417429408,-1.0884459361382548,0.9074282575989329,-0.9735519535247573,-1.2620475156825475,-0.8271438126636225,0.6303436960303315,0.20655490844524096,0.795169669772296,1.0123409349729964,0.6717381881316841,-0.8681961476077282,-3.461513168717982,-0.5783023994863072,0.7905294161842279,-1.955233900500053],[-1.2445597688879373,0.35092995096342916,-0.6329398769435838,-0.6663329244533726,-1.1737342499409769,0.46245088255566363,-0.552629220611158,-0.11666043127267513,0.6662096170554761,0.060824084601658675,0.687708378429661,0.04854500368478337,-1.2152673258717703,0.9054706851548486,-0.8877166876292436,-0.950688625120634,-1.5037164486415666,-1.5133418004855972,-0.2513568677559515,0.2786739984643852,-0.054966854076981896,0.441276111004011,0.2256187517818904,0.6180611037303747,1.0088153706415575,0.7092952832857722,0.35715998390525366,0.4323814500725171,0.1954109644823594,-0.640360403171117,0.6686902975738424,-0.3040917435935161,-0.48186679107799024,-0.4159603499224213,-0.4045613485979814,0.40869094140110684,0.14997834294119436,-1.4069982065701825,-0.26413308925188916,0.8339167938992834,0.4834663210818843,-0.6872127559906879,-1.5841853451940007,-1.3993177297415704,-0.4234501795727108,0.6126047718636074,-0.4875170909072519,-0.29084317151052397,-1.7258268679397852,0.4529080904190161],[0.45753184409980074,-0.08069376925238585,0.9222957212613633,-1.8676508164485452,0.3324879039510195,-0.06437414306457352,-0.6987450359387181,0.9777271340412987,0.1762092231536319,-1.494316426573543,1.013880942282203,0.5244144216298795,-0.4699248828785241,-2.4546594306767253,0.3371302049897689,-0.3039915896186465,0.9163938228994103,-0.5280974751292472,0.8453705565852708,0.32104738345431116,-1.9781189592648116,1.2092723488610853,-2.4749580257565706,1.3252256604783759,-0.13662770121685613,-1.553170488610534,0.24044867231058004,0.32383508034059544,0.5270342357592034,0.35058798166804966,0.5027577526772745,0.5571327821058318,-0.9776830413294952,-1.993481241813217,-3.076959475223791,-0.2806423738146331,-0.11690233651350697,0.49070066117948674,0.601493035108048,-0.01416251704534571,0.29527369427858063,0.08425034719573653,-0.6705082502927022,0.10121191059536869,0.7968164313728789,-0.8720470923114252,0.21254565087613606,1.2221987292978018,-1.001074220113183,-0.8700853037052315],[-1.0099888966200967,-0.7325032484444673,-0.28965425760499114,-3.537848320302734,-0.16417112245384266,-0.005740533213721465,-0.8987929756464845,-0.6117229935844141,0.6618935877964456,0.5803077918829616,0.34635072931989747,0.5556042534040332,-1.9565552486137932,-0.8785717896207437,-2.540969173306943,-0.4681709657438281,-1.6466119664751369,-1.7275838286695375,-1.8607294212855792,-0.14158343488254943,0.0528461590402373,0.23549974659316195,0.05452203830868598,-1.6932178565696454,-1.3580968054589597,-0.0405552268412605,0.6392632281392654,0.7240507522305267,0.4607923008485689,-0.16629657681264126,0.916434639578756,-1.881642786444012,-0.10188833898523507,0.8760427077035584,0.5992431560933597,-0.5064959794960386,0.18086270065944937,0.7194209932270171,-0.32152920811337626,-0.46950771105646516,0.7984688862607204,-1.4820463320793125,-2.4312339678032413,-1.631696060994552,-1.053069482876086,0.29266356946784167,-0.4582225127818699,-0.7877995091563643,1.1514526676580779,-0.9050321372259512],[-0.5688378061921492,-0.5799094373704938,-0.5923405210220185,-0.9135760673917416,0.21516056118845855,0.29658849943891125,0.4836619515028569,0.29647733163639833,0.9674790579877126,0.7873493086413557,0.3668682791404793,-2.207427698485517,-0.3963053919906276,0.25575288904632293,-0.5905688957535166,-0.9811644688137949,0.2912792827068863,-1.8606666910146472,-0.36831991240786716,0.4180211531384587,-1.3166857199312278,-1.181256012923642,-0.01162225187088357,-1.8245601682331702,1.0326919210833958,0.4353840399356952,-0.07056774286025101,-3.6324119617918766,-0.6612373435415084,0.05518421792166277,-0.11943804176666195,0.36779229003848035,-2.1683394869735677,-0.18455688381026278,-0.3925418693808831,-0.29610359608142495,-0.5634677865975655,-1.93453654107679,-0.6588098835824688,0.5242273056757198,1.0369287151990672,-0.5871154098544359,-0.5540582933560212,0.2865220774584414,-0.13685073284078172,-0.8522430635467875,-0.8316602449365438,0.40046787001055584,0.34528041726471803,-1.0326304363091974],[-1.575615512742119,0.32713631427716566,-2.0108308292210695,-0.02510177001412517,0.08697642590025877,0.22283635008897218,0.015986054246431576,-0.9545426253471313,-0.30415318693375504,0.39452470595642514,-1.6680851946602833,-1.2524031535484506,0.33571357807430574,0.21344798899773862,0.6160953413870057,-0.14005086915947546,0.28391718108742947,1.0575856528244292,-0.5251481119784258,0.29229586819291664,1.0744335015758324,-0.49287450310270553,0.9814625311958836,-0.03225663257476273,-1.151564604970158,1.3254859516380904,-2.1838007379577142,0.05469946133439085,-0.35914390424530207,0.6362697163754367,-0.16243737321259233,0.9394917919859499,-0.7870626560431829,-1.6913888148727152,-0.3214775597289975,0.1675260839182995,1.0092271694534947,-1.9348114716169191,0.06606547830631754,0.12866344596570597,-0.5318803470855676,-0.14991333105724253,0.9476666520727425,-0.58860770495396,1.9151275444436366,-1.0702744599534404,0.1904629029222859,-0.8110668899356867,1.3153014418710873,-0.026166150545213235],[-0.06403426004528297,0.07482839062871191,1.1631446728864943,-0.4389498757134846,0.9123655528849671,-0.19464943204666008,-1.930865296774582,2.6717132923728357,0.969972759926492,-3.2208357957229525,0.5324391753329922,1.3301250764101211,-0.04168904311445873,-1.5300401704586297,0.5308094143057914,0.4523942227826468,1.3984111272796074,-1.6431841212972529,0.33516746765353134,-0.3740414353568625,-0.18549845053599098,1.655727339296296,-3.9561566941829804,0.8334314925247298,-0.5000925202943417,-0.2888523849205921,-0.0007497253624674644,0.9151613565936824,0.14280620912113492,-0.2443429279916447,1.2498069152650784,0.5783652220367033,-0.1446086080792032,-0.8514177991743774,-2.9705299131954193,-0.8057898957539575,0.31690882612335025,0.3706525907195211,2.0829012732780674,0.344839442155353,0.07861082861821557,1.0980746120241631,0.6211495780738288,-1.5158855465775984,0.7884912840867981,-0.3976812747275299,0.07555133072294785,0.6758383917147568,0.13656499178326476,0.8783548956121133],[0.3538281090900208,0.736775698664184,0.7624481345858792,0.21138560996268901,0.5057093866154081,-0.1934511089555226,-0.7882359998286957,0.9177284408870204,0.03618472197743802,1.0903774105107926,0.3656815200608922,0.7793640893668083,0.008451852212395356,1.0619324807412036,1.3980598410157756,-0.1493415827132305,0.8314865300924954,0.2689512886669989,-0.704208341778482,0.8238396851314982,0.8978461554411585,-1.1841414656373332,0.38320111822969793,-0.12073967030116038,-0.8456917253245452,-2.6228567659724487,2.0520354247518653,-0.30254981977526596,0.2969012417126113,0.606241546439324,0.493244757379458,0.8037403909025116,0.5390336413985874,-0.7434162459412172,-1.8894731108389036,-0.14219551041420855,0.1925608872394024,-0.2232199536681652,1.1809993343565581,-0.383395000760302,0.8660709720966868,0.19164851566683638,-2.8644076927217275,-0.6520143308905929,-2.7101238806030046,-0.34499424338796125,-0.25557547500546457,0.5056894456911182,-1.7913080426366024,1.5490320076105297],[0.3245207835352277,-1.6616956026041392,0.772005871320998,0.6354956206473565,-0.7062261044007448,-0.1809156417393076,-0.9974381165666539,0.9246873497467986,-0.9316433576261299,-0.5189625252096363,-0.1441353308869703,-2.068013813108518,0.2547823920084779,0.45300813029719283,0.1225124618761811,0.5648073070918148,0.9020061597214997,-0.5698454581739413,-0.7263073015172555,0.4702228166566672,-1.4037568212485947,-0.15702883430496345,-0.00676387264314009,-0.14601800832173903,-1.3044743843273883,-1.0234312051292016,-0.49519201268413426,0.6189624560662881,-1.850822596072819,-0.03420188480450118,-0.519168158954415,-0.5341669314904215,-0.7992221546761604,-0.21392095685268647,0.7752316709614676,0.8429037469486217,0.798638289663604,0.8964453619658695,0.9605249792071439,-0.6023995398755603,-0.8855855434229335,-0.2671110030711713,0.5839621566399332,-0.2780168256850245,-0.19730665221659424,-0.5172071334900424,0.03557740170334205,0.3028656132770274,-1.7107400995339666,0.13726917539720224],[-0.9189640154617156,0.48611617637334414,0.11813330912295614,-0.12887966765099962,-0.9138512163496945,-0.6777537826560347,-0.8935907610178592,-0.6406549644039896,-0.5942144150683893,-1.588856379175788,-0.18217158905156522,0.3545570588364795,0.7333338355990762,-1.9245779521284376,0.7780521673594806,-0.7232731581871188,0.13060379485763948,0.6011526738030538,0.8497461416870925,-0.7438672955368515,-1.324656816587803,0.5828540101923516,-2.170322286301612,0.2812288091381109,0.07679422298683589,-1.798013019813376,0.9330823098782832,-0.2903345863615684,0.4671681558290741,0.814258308488347,-0.028244597616536377,0.15086500542050815,0.3345748486909008,-1.5750210076082432,-0.7203926466327323,-0.4911399011493755,-0.8137571729685767,0.470343408995936,0.05689004928812086,1.0769398376411135,0.9020192411501823,-0.7835924764709439,-0.12903046259868747,-0.565210096625094,-0.018602410646519973,-0.5900660290760636,-0.3748018126289397,-0.4765616658194673,-1.2185759078239402,0.21780205513153553],[0.7310726145972806,0.058737097218233426,-0.053322596655749704,-0.8476227840822211,-1.4739126213221656,-0.3505030608568931,-1.9251040051153507,0.37985572368150866,0.8516112905508918,0.48436987437863616,-0.6772561189388746,-1.0745954731067813,0.4903570787625812,-0.4306793433469209,-0.7516689493876892,0.27182099876287935,0.0772351838210729,0.059103126554237856,-0.30539300923995005,0.4414289687445108,-1.320125968082276,0.04345956707312527,0.2892896300278322,0.1590775651877178,-0.9453756763932483,-2.555161903192117,0.8179001580992812,-0.4316159304153023,0.6356896075230583,0.5873139756335328,0.808097414497308,0.1287332546819409,-1.8690247388508499,-1.1911642723515492,-1.8703184399735007,-1.4078360355734112,-1.6839134032817256,0.927010328845025,-3.8460023355746737,0.9011500251409279,-0.3692162225737464,0.4495943294934724,-0.870874400499136,0.18429664807477772,0.7452169631321497,-0.19184732400160465,0.1391475533090634,-0.38607541112313154,-0.40964547363028303,-0.27616553416738593],[0.6208441162450131,-1.5304728592680625,-0.723236814481617,-1.4755617341880598,-1.4680406469813547,0.5250727930253751,-0.7463868362542541,0.4411746327773731,0.1549821705532229,0.15997425352460148,0.47876059501572477,0.6446514816711957,-0.8552638296026321,-0.35959462732422115,-0.8329356600045743,-0.023455516830203933,-2.013792503243618,-2.5909818964906663,-0.3595641329621452,-0.012501156310367561,0.5397843615949376,1.129457413097303,-0.43874108317661964,-0.6903577392046555,0.22402354365245278,-0.6132760086315281,-0.708966005676466,-2.137428149270538,0.23591548353590855,0.22274264938889118,0.8666083216874638,-0.11209067669184601,0.6316066497889234,-0.12618300377600872,0.07696430106631921,-0.4611704574633158,0.014876913964804336,-0.8434389521778376,0.8555690174706878,-0.3412281332834123,0.8264963438039057,0.43511821505270404,-3.019342539354599,-1.5138896825572694,1.117813296857517,-0.028065570571136067,0.27732013923383986,-0.43094596870682356,0.7886443178566943,0.667936059207397],[0.7909643610099301,1.1340815862693086,-2.2455287632023118,0.096938768999844,-1.0606755528401826,-0.6308689932528654,-0.8854074875866541,-2.161353188375471,-0.4111620926512424,-0.12001554440753735,1.118622369930775,-1.7332573972576486,0.877210211561281,1.221511820441835,0.4606513711544847,-0.880785038154359,-0.12413392578492512,1.3783517749688143,-0.8389376347242992,-0.5492863456874485,0.3704045497301354,-0.18752421512891904,0.1695384810419644,-0.5808779169481635,0.1516335504379025,-0.46000364303117436,-2.151609185122084,0.4264891578710037,0.7343233230191074,-0.07392402713412083,0.41934574102004557,0.05105850644040676,-0.13874590275487608,1.6754011118026215,-2.1459853438744387,1.3229684789811782,0.7365745072789625,-0.34120539720988535,-2.048673613291147,0.1889131170664516,1.008580505609357,-2.2711303598223544,0.9851505827498329,-1.4313498534572433,1.0095169317628412,-1.998617578123383,-0.44806867951328105,0.6896851303379816,0.7621355305682737,0.451665306297516],[-0.20580638875395346,-0.7760686555427502,-1.0391133934227283,0.7450748700093147,-0.149485142784432,0.11058825339610101,0.4422642128125233,-0.013363217115067752,-0.5349106916181042,0.2026371865743548,0.016957237250843006,0.5520022263375528,-0.3078233370267978,-0.8020228818314701,-0.3875901166221785,0.587074166199135,-0.377730794139867,-0.4679929964153467,0.8380501838218339,-1.401243384969591,-0.42172914256299043,-0.7025887027031068,-0.5280375366540776,0.3936053293960298,-1.0522891638585616,-0.47964876708060533,-0.2767166982446631,0.6868872620487294,-0.6472975242914623,0.37609038696992403,0.45235035300640597,0.6784417554369238,-0.7616518316535537,-0.07512950148181681,0.47131187260629614,-0.7049512879587648,-0.3012102953939418,-1.091648623185568,-0.5779723641112886,-0.7557265048066376,-0.9551594091354096,0.1341412251240784,0.6422044164710446,-0.8876624348026756,0.3424944492704446,-1.6334581569377697,-0.7168120361720552,-0.5126922173250068,-0.13505903933484284,0.3152584427997592],[-1.5237962901690432,0.07909356658067121,-1.8291312907315724,-0.5340008013648344,0.27408079278587927,0.010519207052792873,-0.9014638240932196,-0.650827954228622,-0.7990796020308446,0.6605590496117986,-2.032171061416105,-0.13910064115151877,-0.3878381447347295,0.7252120559369116,1.4772928974830464,0.5238627686079056,-0.5362474065595288,-0.018375171613881826,0.27109860033073796,-0.39304123702500643,0.2914985250734921,1.0759054087043851,-0.06533646484853714,0.14443590040405196,-0.9893434913135247,0.3010443782037673,-1.2659221972087062,0.016342477023339817,-0.17458180475567367,-0.15447502709243696,0.8705777764586613,0.49541822154970117,-0.17134510601595632,-1.7809467991062213,0.14754926955426442,0.2728030834221951,0.7766725824669851,-1.3969957077781168,-1.1326118433401036,-0.6762388034571802,0.7706084189012848,-0.10665340044993107,0.35170761457958133,0.35650996439065374,1.0299035495560085,-0.6929115429717432,0.5973610501956211,-1.1386610587999098,0.37853098087523046,-1.4074508072042302],[-0.23018462571160103,0.05558099706838788,0.6031666459709888,-0.8917420940112883,-1.2508416446533732,0.6158737380467602,-0.44301269129729987,-0.8324050280951697,-0.491625412519831,0.4815842976850775,0.7683526470273087,-0.018596974581306654,-1.2763055779173624,-0.3026643204949776,0.3817489076075551,-0.28879221233390523,-0.3302491608669541,-0.9141552238074949,-1.0232527817608101,-0.2546436058073385,-1.1538660097957114,-0.2400306356719895,-0.5899444999993276,-0.8126471037401211,-2.2191290265473698,0.7525707708076977,-0.006900650155712357,-0.9894211147326588,-0.43145359010263723,0.5963355172742106,-0.12102040306025266,0.33261322972108526,-1.1654654558146667,-0.35688759360771194,0.2994114715849943,-0.8500846821217807,0.2071677467684852,-0.6176446039053686,0.53033882145543,-1.0063016146269417,-0.6076216635305024,-0.3754809842239854,0.7903751607136621,0.98061329911876,-0.8550144294345613,-0.9895510669737269,-0.5955491795077453,-0.9303941362269262,0.49180499846239945,-1.0285674504799316],[-0.5393379208107563,-0.2434232186209229,0.8200418121034017,-0.0894346580483005,-0.23225336115026138,-1.5816248689980479,1.0779444439624937,0.662698104913163,0.9021438126460636,1.140248186082155,-0.4613712832523209,-0.4734522324782623,0.4209090960983207,-0.5653009902024511,0.528011825446522,0.27940053712699253,-0.615195769279842,-0.1458757270367281,-0.10666655237267302,0.5386676625225867,-1.3549906163885326,0.0011136103662670316,0.9243618656531162,-0.7489569968553013,0.783031328717135,1.006845390066705,0.6273307019370138,-0.25244284771513203,-0.6835837710344046,0.5290355323580415,0.5012354451670266,0.01812228167589433,-0.4421691347683452,0.06107768843371365,0.5682609975723594,-0.9051866266575054,0.7591436290623135,-1.852938461562725,-1.2156211648310422,0.09374785493516949,0.2942340483398099,0.43715648449388145,-0.4681729684182195,0.3343948381931239,-0.29595552538710507,0.4482848964981238,-0.1199416287008079,0.12677437720790066,-2.0697408965420014,0.0525736513012122],[0.6457014426962285,-1.0646759069192528,-0.8962016046510536,-0.9066761433067597,-2.178609298850977,-0.13747051601039917,-0.39919555904405546,0.5403307677107282,0.5998222106473808,0.3608892254965774,0.6560873628544899,0.1510052140682005,-1.2065334280319102,0.2624304494891923,-0.3064046063422548,0.7648345126135473,-1.1250268848127085,-2.211220039846899,-1.3655928164873592,-0.7575687510439241,-0.782747257742465,-0.29277417445015985,0.9271655707557408,-0.5507218524269105,0.49868124507413797,0.04082611811985422,-0.26527119554946643,-3.813494202683542,-0.5666715134567308,-0.5812478584148697,0.21015803679803038,-0.4979702813558666,-0.3786334075763565,-0.5552650901861337,0.6953074721838385,0.25615454474433713,-0.3491447541572146,-0.056041043953711255,-1.6498071061263202,-0.2512808350683117,-0.5629725507452514,-1.3898424321003504,-1.3832390315423906,-0.7683588247592822,-1.3059617775365866,-1.491971972354049,0.10186132426402573,0.6087639622868032,0.839369391396415,-0.49732667065332753],[1.0158996367527076,0.34374395541670505,1.09839795037246,-0.26487361278593685,-0.41969585837741713,-0.7848523155463919,0.40447157411459217,-0.9124088426815885,-1.1791305870058055,0.015555905555574446,-1.1694153209615616,-0.19737835864397912,0.9311502488930284,-0.6497182802798397,0.22377086813543925,0.6307458383769807,0.09270431142171288,-1.1038087492515718,0.724146320572992,-1.1633466787016722,-0.3423269901195705,0.10260344293105852,0.11814630722779493,0.8229243853307899,-1.1099897358906698,0.18250038573104935,-0.6366327295339235,-0.990321590628757,-0.683159679075408,0.4923708831751437,0.21298622877921558,-0.10044139882611297,0.923249222623688,-0.5824328706524461,-0.006498111038658002,0.4774326717605163,-0.7805515075511935,-0.9977784628933032,-0.009865775667047588,-0.10651877710938118,0.4770701180908988,-1.513468112430064,-1.1284845487993524,0.6474849217749126,-0.34015756291875565,-0.7185302551804416,-0.14647824362096273,0.5443444318752254,-0.03236416261231727,-1.1240821099441511],[1.0212591430071305,1.0008165785771164,-0.611618558927691,-4.45199130056856,-0.11034655425799486,0.1576876784702134,-0.8810826725933791,0.7496840332891554,-1.2321451126391747,-3.1793534382320403,-0.3188994123120466,0.44160029746638185,0.5805036737116024,-1.0418624585961218,0.5554905334561219,-2.0451245339905557,-1.6173913163208822,-0.23690339004466524,0.6919146754001845,1.1174424514584547,-2.3540561989326383,-0.7091999812750756,-0.813050956426558,-2.4886372404802586,1.2314236631167603,-0.8687714458812382,-0.7309217881174814,-1.9186140928233104,0.21947958334323298,0.20435145912013425,0.803494537240762,-0.3210349556912603,-0.6890360939256877,-0.6110487456784817,-0.9423900664386549,-0.036831539878450927,-0.19169633304828912,0.1411758900427476,-1.374571437217809,-0.2186821753157462,-0.27901129278248027,1.8386369211518558,1.1045146441006446,0.9208174569872991,-1.121454713631402,0.006440704775267383,0.46932867959901153,-2.743295916413624,-1.5232699797000684,-0.11287084116053121],[-0.8513293161377484,-0.4239284766255849,-0.03462184091044979,0.5517991109397022,-1.4438135907351508,0.6920473923772952,0.8140420694872406,-2.15114527361186,-0.16415059706597546,-0.24075941814865037,-0.47609436013724665,-1.4387155735279953,0.2778046609929934,1.0458896900262131,-1.033775164678702,-1.7155643100205713,-0.4682887590417525,0.9698868179712271,0.5320526048697409,-0.7235798602327472,0.8997442378507274,0.4506020222315653,-1.3531057162400968,-0.7281273609944857,-0.36390627352853,-0.4131315212853052,-0.5777493260045133,-0.553330002214628,-0.07276576014068303,0.19530574662870004,-0.28368063078327327,0.4636564961655488,0.33086562057337404,-1.2835111351241812,0.38337034997748776,-0.439527217800135,0.37311800618758045,0.43126343716421617,0.3996111437387766,-0.3035300564384516,-0.29827755922117877,0.17765693039792013,-0.6231323157702722,-0.4964317732878576,-0.3503969221794548,-0.6583232495808921,0.952639148424508,-0.9440623976006242,-0.9431530132962237,0.02889577166278948],[-0.009232179413193365,-0.7577416119442336,1.4274119825587115,0.024093910768101183,-0.35234285854645014,-0.41636813880303425,0.8985591166845811,-0.6237778369056466,-0.43146464345360575,-0.7062246293165515,-0.33056992613631225,-0.2334919174663276,-0.4936346555173631,-0.07749827798088758,-0.9424342286753493,-2.1595873301146975,-1.3636468531373493,0.5969849707021254,0.6043429460020264,0.5628315912113532,-1.2262171826670516,-0.433724578692871,-0.9255689088574296,1.3734960491404915,0.1485443314207358,1.8627510946467771,0.3761821292548078,0.7551195777248992,0.9311657856867366,-1.8379939596279147,-0.7530746143777963,0.058570861337980965,-2.4961335229866455,-0.4426394455645084,1.0097534890097948,-1.4327920360650486,0.5528554663887087,1.711737985630361,-2.600320457374287,-0.10122714618340292,0.3254173234957535,-0.6404528398891788,-2.5258640686123144,0.8840672034621442,1.1616789122710736,0.3520112187299467,-2.2440593409926035,1.068122527366171,-0.33299277069950745,-0.22438778610592455],[0.26177075460497023,0.4281803124712598,-0.581539647826716,-1.8492632755759273,-0.4046875171972968,-0.5058153686773439,0.8740027156095161,0.36703172900963066,-0.6595522513897054,-0.055947531865815955,-0.6668892605568856,-0.7193204032339868,-0.25979824287886205,0.7048414831376447,0.6308627096712849,0.22471803183891423,-0.07608766905406847,0.02147285645207955,-0.6320153411926402,-0.6424120950881872,-1.4105533721027406,0.3187400222421249,0.8409851638622075,-0.2660628478528783,0.3698172700763101,0.042441408787625125,0.13424256842860047,-0.5509964950885976,-1.6590446734842492,-0.7454084623596614,0.10273938526378633,-0.780454657632473,0.02077357726989071,0.5843639144130175,1.0009243447130953,-0.5402420209756706,-0.10929418112436759,-0.3645654668851568,-0.7475219574027179,-0.42550596201217894,0.9077281368384211,0.5266667526363921,0.6531288530596507,-0.5134183864856504,0.007498576874917275,-1.1768802445852427,0.3666915244488499,-0.07409370420312773,-0.39668877813085807,0.6131271934171506],[-0.504676203876572,0.2508895552179441,0.5278817935945923,-1.1775167013168082,0.4270357191251847,-0.4545370227185784,0.21553082638385213,0.8460568914138347,-0.7780768934485993,-0.5518373661881001,0.4109121373544603,-0.6616861053694498,-0.3409901778939598,-0.12907946123586156,1.2956368313034514,-0.4538699801484635,0.7218144148602025,0.895235361502063,0.740934790372531,0.27500254475180214,-1.4097903840274908,-0.7927168081535734,-0.10420779333420678,-1.06763894237348,1.0177324238442098,0.5057969484774152,0.23440275697731722,0.9457600657400324,-1.260904756118802,0.8329811811552627,-0.5923740676334626,-0.6745478825563254,0.30691332694462437,-0.02445574076662216,0.3667392009354324,-0.7359246720660239,0.5017920305429138,-0.815729999273052,0.22194170755118128,-0.19879300883862855,0.7107120009352759,-0.49022197098283155,-0.5321272055933465,0.31037081960603863,0.2117894986802892,0.7896918289197117,0.5688817064656948,-0.850693255643804,-1.0721143792746726,0.10305635893559248],[-0.01432832452232115,-0.33927834297250214,0.9822240209579058,-2.5236765993514623,0.5637747434557167,0.8182931723737267,1.072347164928035,-0.49329774396569415,0.29409288159880476,-0.6384627304423169,0.1758442894615394,0.018419506640515466,-1.6152409782304329,-1.2561481800535443,-1.7485888102800486,-0.5487169113487189,-0.5316261283042787,-0.6026876771209299,-1.0043018563060198,-0.9588869166479592,0.49237759827465316,-0.3144771426999086,-0.014871591728515127,-1.593461252514645,-1.0938445110012796,0.8958847950784025,-0.36858874264995795,0.6667297768634728,0.6329641325232477,0.5883427426167649,0.12976636388416465,-1.1086872742943774,0.3774217095478144,0.40020129429857304,0.3100546059671895,0.04092384656299046,0.6049019205081727,0.9772245586031044,-0.035561716391757536,-0.5207576855918437,-0.028198957310478022,0.20741928477455548,0.8956196073323947,0.8083121578968777,0.592343011579188,0.14821789516864678,-0.14609885851168322,0.9625666388336513,-0.2767510274847989,-1.2119615634497738],[0.5940089879581952,0.1293560127875183,0.4285107807856393,-0.10527582764899261,-3.1665341179660564,0.1827640649878767,0.7512475543414577,-0.46487010725806666,0.9092960292961845,0.4446933316915365,0.505926814755642,0.03253578773350942,0.050653127662076206,-0.6018657864509112,-0.31123466658019683,0.7363246389635663,0.5678481223560621,0.22488936065913656,-0.7429576178504574,-1.2554887185786767,-2.7602218161209593,-0.43644027760803616,-0.6180463149223602,-0.3416093731237665,0.1459418367099612,-0.3075106240153277,-0.7101679569188876,-3.4314255478427973,-1.5955783848427298,-1.709738703034017,0.5499821647568016,0.9085241565475767,0.15490335117138193,0.43814600169545675,0.9510847831058474,0.5885090681910204,0.2723932308718254,-0.010326744786061931,-2.35771470915353,-0.4066220505613132,0.28931908536690054,0.4813717170508024,0.2157944613370982,0.10240569422455581,-0.1765073048714334,-2.203655570935682,-0.24747252407380552,0.009639189736101618,0.8234140057289299,-1.3931371417167346],[0.5202810261873889,-0.8624552271073131,0.4099878378916054,0.24310668131440558,-0.4649780918133562,-0.540332699349051,0.6892812877170112,-0.4555334071822382,0.4237900993747191,-1.3423751127516759,-1.8357797709344774,-0.9918131962216543,0.8211159704000675,0.08766915733223496,0.05768889252679614,0.04153739829670225,1.2178451667769823,-1.7993387038719884,0.06766662067551901,-0.4577245220845751,0.9936602235283648,-0.6508142952044318,0.8083182350339538,-0.7442027073373475,0.3248560276898362,0.7256653545379284,-1.5097783831269018,0.16817126744737684,-1.1641383723813534,-0.8808760273023459,0.4121444999046133,-0.0038896680575360204,0.5584103012143083,-0.8152963562209359,-0.16588097241601618,-2.4583096261349877,-0.23632549782345394,-0.7794824669984943,1.326742083245367,0.8446607758441831,0.4344741595202084,-0.16024843481174977,-1.151396877886532,1.0307041170232796,-1.0126789548158437,0.6025551204205735,1.0434412921938365,-0.4054627065009123,1.1746272408347915,-1.5628202495353976],[0.6640651692777919,-1.7554021833747424,0.6114674405601989,0.861136464726527,0.1884410703572683,-1.329423482970074,0.4517580603263526,-0.6154335803308204,0.7863351362089709,0.749544819216004,-0.05696754712699451,-0.13475083862781181,0.9941017450521102,0.5823794503632002,0.23945591057099708,-0.16198782743690665,-1.1936491352618719,-1.5595212474324958,-0.6292078973106106,-1.5128535491175117,0.7927806169619673,-0.7009244585615613,0.4046684316401407,0.9807175682010779,0.2501919023782041,-0.19785393503678506,-0.13008489935641773,1.0376885508545763,0.5672269631983186,0.9750945330418311,-0.27727328938016027,-0.5332546719645046,-0.6023073315319675,0.6383136304686456,-1.0248529822001011,0.856647127285795,-0.023301851551885064,-3.3028685776944635,-0.8469296985389216,-0.9183087822540162,-0.9528241093703348,0.3724731011391841,0.3353619952067007,0.12300023496962888,-0.6361837227291617,-0.08710632074698019,-1.612466905455584,0.845066838327523,0.4813956469005615,-0.16894014907608176],[0.3198057013592902,-0.39648785434044337,-0.14254973670067617,0.07135736946405205,-1.4984525343965498,0.13176276684897134,0.16947390186683786,0.05647542905389805,-0.18391164781165847,-0.3618726482776851,-0.6618396074037537,0.18894861075063307,0.054754736972356444,0.21639914991007084,-0.5113943795683195,0.5446906957754308,-0.5808694765447623,0.8204690001459994,0.1526810895401487,-0.5674865520282407,-0.26793230497549836,0.4929484633541487,0.22007552706801764,0.7984096753586474,0.31130058768581975,-0.7158053557666159,0.7177987877149951,0.8326184206142624,-0.6160250956557116,-0.609673511856097,0.7789720762855631,0.5623767047940849,-0.8898442537976471,0.36679846818957734,-0.45726711631481803,0.26041093696894285,-0.8571043953691706,0.6715144699395118,1.0861986831660755,-1.104993309997292,-0.6284170493745198,0.2615512859957066,-1.1635285828860102,0.47270708049817645,-0.8197158740824687,-0.1503473302360535,0.3608095063693306,-0.060740740751585094,0.2261991213319281,-1.1571504793511749],[0.5652240580584756,-1.445455378502174,0.3144307164750806,0.142590600087629,0.8909379801205098,-0.657013442934673,0.3149929718193719,0.2730745005511613,0.36357603868631705,0.8139608021208399,-0.26685599232939755,0.0015268249394919616,0.6614474754954222,-0.021744191023393727,-0.20112841143720017,-0.26168215586120186,-0.19323227527036452,-1.0009195661342816,0.1147147198846605,-0.9528050211478909,0.6686467028719134,-1.3790116926523959,-0.14814547247237744,0.8237808245580543,-0.4066010261358469,0.14888755992450534,-0.16610817562644203,0.1164149306378172,-0.2897217680489402,0.7522020097530419,-1.3348693831816019,0.29412337923673687,0.43956505243436494,0.7114118926145945,-0.1489010087870983,0.38398408647962823,0.10082679874924501,-3.3134688640855847,0.31809735062615924,-0.3565014827911338,-2.1837213549700207,-0.6892781448521844,1.0380009570547373,-1.0109827142753598,-0.5341185309373889,-0.028537030848293718,-0.9356427150821717,0.21651325740354208,-0.5506545497366914,0.9477082863504804],[-0.2061649436966481,0.8842379173369165,0.7976939102940569,-0.3176886325417894,-0.2956118652815074,-0.42303995790158766,0.0951187928493598,0.015321948330299765,-0.7734446601708458,0.626971467218191,-1.288215868477842,-0.40831022523395827,-0.3277523217854131,-1.7836918398285035,0.5141579527824878,-2.1791200976752276,0.0991612459737494,0.6019993642409489,-1.6398830650008425,0.4042079289013736,-1.5713610124386774,0.7532101761795769,0.8733382832961955,-0.41032244895888964,-2.026971977555246,0.04535934189964106,-2.289557997951337,-0.26302395533713047,-1.1331888016773612,-0.14221735609223435,-1.0937345296866605,-0.6322332824500059,-0.9382792040495852,0.7611427430102262,0.8331849800976772,0.5779268834612802,-1.1501444955954965,0.6502643877873061,-1.0061921610136102,-0.07816466242982535,-1.3783104861062743,0.8286772848407632,0.4830264082158798,-0.6873107391664055,-0.3172583363002248,0.614676434337934,-0.7694053942279373,-0.08899810048514495,-0.8453549796953398,-1.8670259180025681],[0.8569296697462336,-0.6698816844928233,-0.07943910622492636,0.29230054032136005,0.18324639438258256,0.3762088837695279,-1.420943091854579,0.8527106258168464,0.2942662007476728,0.019723689243978788,0.3733731203730702,0.18701635363064018,-1.0888994262876865,0.7123942755534205,1.2404635800315376,0.03892738697392399,-1.1187744542179472,0.9813551151311116,-0.24501440479088207,-0.47249678053997635,0.782198697384237,-1.1028013727516337,-0.11386655848591876,-1.0259781406151687,-1.7675530045448917,-3.619599115317108,1.0730037515558357,0.7007131537732245,0.8448576311001842,0.4007481129896783,0.8873783749732093,0.3036007560347092,0.014450993540459806,-0.8654209716996516,-1.3592178350970605,-0.14529649390756602,1.0557075464431993,-0.44284528261107453,1.722721102651034,0.8220170578619294,0.13053211047721008,-0.9409206053756833,-1.6026926871142222,-1.2234073130328291,-4.159381623278682,-0.7075045843723101,-0.42803255505353266,1.4260444784465904,-1.918792992844162,1.2827756614868506],[-0.14159185045818903,-1.826094612748267,0.6117234802169278,-1.6428342930185726,0.3043915896428449,0.4341822069658443,0.49034706718588517,0.70032333532216,-0.8935100428523205,-0.7355366231246451,-2.8144859979538195,0.8483601614471385,0.6407527855973214,0.4740728509386672,-0.0031680004770852466,-0.4457052010176428,-0.5215745681592852,-0.3435368226144376,-0.6423794756308554,1.2331071349485128,0.8910352573933107,-0.969816218845431,-0.5943727196611122,1.1480127442356647,-0.5049541681489847,0.22140904839317793,-1.209943243101437,0.13391720894242995,-0.7906341249071844,1.0776677587264079,-0.4211400007916802,-0.9983462819288056,-1.0551928668037038,-1.0963678684229359,-1.5759506295126346,-0.00019851635718737878,-0.06891752913056082,0.7779887343873777,-1.3444185282040555,1.33375208237953,-0.42511892787608735,0.20320716504092967,0.3248605384280617,0.3787487536336309,-0.7086796931375489,-0.597425860367788,-0.3199148011768192,-1.1008324604238682,-0.5501831610159766,0.3182069462276449],[-0.1691803237140664,0.15895145979263298,-1.622532217715089,0.18841250104095486,-0.7586189362468394,0.12853393414347333,-0.11580166807451553,-1.4839483462088425,0.9226405077182043,-0.5433162866477305,0.8587643083392821,-0.9467715073672173,0.6133757521849649,0.6928919094371558,-0.7830768091294356,0.35655221095806805,-0.7745661098207777,-0.5417385665410545,0.30447225685512275,-0.9007257046387479,-0.0420871596654389,0.75400333062763,0.09074699313408195,-1.9389803976494195,0.9931216052360254,-0.3542180756022878,-0.8137476991839928,-1.2169225020236318,-1.286428155140401,-1.4004450327446438,-0.9548838398005929,-0.1358453131871379,-0.9084913496486272,0.9791160368732957,-0.8442559385805284,-0.4625642490701827,0.7194342856109572,-0.467449962993502,-1.9530502856029364,-1.2281115653603576,-0.2200489626047676,-0.12157396080725552,0.4561990185742876,-0.2521425353168668,0.6288795824514203,0.7180406990172595,0.7109668887370765,0.3278293963667383,-0.02183441664671221,0.8101070665805032],[-0.9389041468059812,0.06415315322144888,0.5115860724537337,-2.556836811088399,0.5820101840183908,-0.24555513467887097,1.157531347095284,-1.1803026898601192,-0.28201890017073733,-1.4358994968590297,0.8140680173032292,-0.3686719152481617,-0.320488916172952,-1.3432959857285751,-3.0864060970916087,-0.8182221194144879,-0.621150601285073,-0.6118401658403823,0.2305726127753597,0.19698663164650304,0.09232597902186486,-0.31626405639070515,0.4008343057517326,-1.1829007850055424,-1.5328594768272144,1.0999668744937803,0.4170579839641447,0.4738940267408487,-0.3327797482994736,0.3000557425885956,0.8996644405529998,-1.3499943616858394,-0.288087189587526,-0.30569408180007324,-0.7791555039003716,0.799305989528241,0.36651611636939957,0.002713685443565638,-2.282037427357636,-0.24122392586040053,1.2957240304819282,-0.9513117201238951,1.3406862687549193,-1.266031208724369,0.9030424399853308,0.5185444125854178,-0.8653974616178768,-0.09786105665725747,-0.575531122268063,-1.1376926403322105],[0.19744723853145105,-0.6433991140164805,-0.9077300355257086,-0.9812222916210459,1.1022489374827564,-0.45936091819103736,0.2028687398920815,-0.055869694062238226,-1.430592802685096,-0.16936182983669912,-2.666756704105144,-0.27993970803728196,0.0039253746661705195,0.6002894129086898,1.0553733332038244,-0.5573331885009831,-0.43662563947753913,0.9464231344894992,0.04435717935985267,0.07320433224567606,0.6080221536707433,-0.7343362517279605,-0.5165691307444367,-0.528877912495772,0.9419953038996866,0.4421763113322506,0.06963088516591744,0.0030374409976958827,0.0814809518360286,0.7290578432823444,0.7984610279771193,-1.2283509824555212,-0.07080721788055298,0.4442347916370935,-2.5069090082070957,-0.16144965959883137,-0.43600227201035285,-0.6650670716116582,-0.6052984107330481,-0.11477375256306638,-0.9776652706454111,0.05597546206004105,-0.7892340857062234,0.727259422634738,-0.30636537176414946,0.5540323687205067,0.29177521941054385,0.20871467074068628,1.0053271515604851,0.08644833071886975],[-0.9816008159453218,-0.7910713140987214,-0.07802880395031328,-0.4681036452489919,-0.35984677464176446,0.7159291301206129,-1.3387372871946785,-0.988988525693323,0.7631291108566142,0.7500056418481389,1.1378841132448025,0.7889414367391551,-0.5613514871660245,0.05089543713115977,-0.3666994016519199,-2.4580666054222604,-0.15151977627450744,0.8230385494588014,-0.9806353967998329,-1.0955385585701443,0.41624269997869945,0.5403663109291563,-0.6720318762420241,-0.2806345012319477,0.8390979357141981,0.3707985725375251,-0.8522286557570318,0.11662068618603887,-0.6898417747727966,0.30180829776265006,0.8899405792885436,-0.7933778860811943,-0.6106184829285606,-2.1610137706348045,-1.6567539236966704,0.757780019031092,-0.4009593917455848,0.11051991673943798,-0.5651498698720185,-0.8643757805561534,-0.20775237820281234,-3.691328911341063,-0.12798573020204443,0.17868134722556459,-0.9865407587563308,-0.002000782564190103,1.12142713019867,-1.179375762228264,0.5969604172740287,-0.17619513774614082],[0.4880993559721513,-0.36054488754904296,-0.1256201587982996,-0.23559893729761316,0.16731312278054405,0.9763285111781924,-0.8649821441904716,-0.47351851480253204,-0.5048644594651689,-1.0163394139247945,0.9558492975827528,-0.6971176068706134,0.6165941312433976,-1.541021832215344,0.39288429826588106,0.6004976474160857,0.09997437315230016,0.1442607350754904,0.8199629269458976,0.4209781279712748,-0.26618188499197726,0.341355776759387,-1.205863768926797,-0.5176478978553892,-0.5362871149666689,-1.0197133668316039,-0.13940648548057324,-0.06369398023111862,0.5787399014330986,-0.4840477781975561,-0.7453002463801615,0.8841634886888905,-0.4401731024635465,-1.5636597005696549,-2.4437548120612496,-1.055860061407068,0.3094774842925295,-0.7879837615521754,0.9645659082202414,-0.3465062850356807,0.9373496163043563,0.21675480240045245,-0.3413885023876735,-0.1649881629941468,0.9251452231235836,-0.8132925506954183,0.0028542062548134357,0.7664992739076663,-1.2170195690149876,0.25444647184188324],[0.5404723651649769,-2.0632224250761007,-3.521499348229349,0.2796260418711354,0.4508302711316223,0.7356170811586814,-1.7067002254988168,-3.6908960546068403,0.24532425717454048,0.8995676936802123,0.7152227494685148,0.8010707229327857,0.5675795180918698,-3.1096508109977217,0.2227151954396985,0.30958845705738813,1.0404445838868022,-1.2366936033065214,-0.7506070739695432,-0.44681142965552445,-0.8626820454847148,0.6784229946172728,-0.021532105098871098,-1.1947051763137182,1.5802994341464662,0.39421321936994813,1.115045120162536,-0.45314970018065837,0.595583503226183,-2.3756135659895974,-0.5402782455369926,-0.4100043912513105,0.07890984914414931,-0.12835519177752813,0.052724587120951835,1.6649706260145862,0.563250993361949,-0.7145193913470896,-0.08790586524937985,-0.002851231809079631,0.6827932675736639,0.3711333486209131,-0.04246708356537812,-0.4894000503876116,-0.2241297011085572,-3.0489105928412497,0.7868720289975595,-1.6313911270245431,-1.0363086658401621,0.9504131387863416],[-0.24255118035991333,-3.083733889794166,-4.208846076807361,-0.9481950190694953,0.028851788538291866,-2.2101119968610914,-2.257607905953067,-3.7797474200875545,-0.06767562952210916,0.35448540616617813,-1.2321035947590657,0.5130290058082037,-1.8718780491504796,-2.7320190952825048,-0.09783028035430814,0.6012321270417599,-0.47027244606172014,-0.48873860599207525,-0.5505987750783795,0.706856843106805,-2.167249241398807,0.45965437053088143,0.08329537577210243,-0.7814957753374969,-2.629200841072941,0.42672943935456137,-2.053051725751166,-0.5216233993891486,0.3827848608124327,-0.9974506468051694,-1.044513588208075,-0.09658901879301776,-0.2741902649667459,-1.24365847642913,0.20083104613309294,-2.5735902226300724,-1.6329886814005257,0.7547261279595646,0.23701646593653836,0.4249109765656188,0.6907760770779428,-1.1281884931571209,0.4221326457422392,1.1128393941761974,-0.3118006424763537,-1.9055522055332932,0.6954549030246685,-3.2628020371095405,-0.284033764626549,-0.00632784852203147],[-1.4795726029859355,-0.319231414422854,-0.08476060676609551,-0.09089216172244244,-1.6759038751050945,-2.080592394885187,-1.094799896225999,0.6819552468855231,-0.7703234172831851,-0.3175043953181373,-0.5984934728949396,-0.3703520626325997,0.7719265050111246,-0.8020592413375155,1.1005716057272847,-0.4671121608667717,-1.0547266119808978,0.9439988145940735,-0.4166347493547409,0.1186624732288341,-1.2842728821983278,-0.693814242298972,0.8242728621711235,0.6742788403006466,0.5628450613368682,0.5224404019851113,-0.36976067559961673,-0.21060121245989594,0.8145873201319065,0.007203594204531774,-0.6825364572403155,-3.6038615590264054,-0.018980793119077535,0.757722674407988,-0.6583448651162704,-0.1298295552659305,0.30764360513399647,0.7691050874072655,0.9321890986539645,0.29576578450156943,-0.0282949214992676,-0.361569353107511,0.2800809262103157,0.921430727175172,-4.137592847742923,-0.7480987455759338,-1.847749648774665,-0.9220346748135101,-0.29963805576239216,0.8089389366844069],[-0.18287012910322012,-0.11839941182863017,-1.2305055953185344,0.159544287146202,0.2689777443041373,-0.6531029392004052,-0.833931336522782,0.7006105678031573,0.859354130956648,0.7344152604972426,0.09742952251108142,0.16219611408544424,0.34498426448013797,0.40570946627707216,-0.278464251541566,0.8108818480386755,0.477676074610055,0.8100702779171077,-0.5578360375660711,-0.8444889418750657,-0.21607047035697405,-1.1992622840134097,1.014121393227726,0.5369838499768524,-0.4622791781390777,0.6359416310493105,-0.42436466461984934,-0.20553846449365187,-0.7003486818035273,0.4714988877457537,-0.39045909117072886,0.25362772474216433,-0.24982528697850126,-0.15418306980129784,-0.40125506336482697,0.45897028002530305,-0.8318801125364393,-0.5779282026985109,0.9364581001823663,-1.1345493225059424,0.10103060365812801,0.783185773242848,0.8415736184541277,-0.9770084938736187,0.7073612314798428,-1.224897318984763,-1.0654612654501814,-0.28935887307333885,0.7164445990101169,-0.42918146584578665],[0.7061563867845078,-1.242206084631378,-1.4506749867549658,0.30745491721087326,0.32631024944316467,-1.1285462004988827,-0.5663666013278731,-0.5410529222798596,0.4417043729222582,0.057158907006548805,-0.31982249213788927,-0.05169589880021291,-0.43684908661634525,0.9815893021917009,0.35691928335614487,0.22417342877405075,-0.17110315747890356,0.6097043145635306,-0.2228069516018961,-0.6307189744976507,-0.7170857090724574,0.40668195218836317,0.41989469960517334,-0.1596496546555798,-2.7174732590203745,-0.1411247186234607,-2.669463462208122,0.2728149334903649,0.7045049151059951,-0.15003494286728233,-0.36342845618364,-0.150047132894029,-0.37269934074450045,-1.2587621158462992,0.4972211638537392,-2.3722764754264585,0.2778824704822171,0.5899850695145444,-0.3736604418051416,-0.07591754325865056,-0.6089970654592177,0.6192414061664729,0.2664915610798366,0.9063371918769838,-0.422329198298581,1.0485216705698472,0.44375326970214074,-0.28224841159051284,-0.13405682444532643,-0.5442900427108481],[0.12137311112245514,-0.5407279751729404,0.9311290725207697,-2.4994528808421848,-0.4543807301729832,0.5438406037558702,-0.1352109539441079,-1.1441241627338585,0.23051168852608225,0.9226214732410157,-0.6509305735763876,0.16519699564551477,-0.05291513663368189,0.3284271210894582,-1.944790306160673,-1.1629632319965924,0.4726636828115437,0.4304511875876522,-0.8632270877588948,-0.5990968627170097,-0.004375829438829622,-0.8826185545373658,-0.7678074202516448,-1.6781568425090911,-1.1279769935707316,-0.12713574682089632,0.38973854080536113,0.038842986544708184,-0.2813199268715446,0.515467855163291,0.7537542605631532,-2.1337751813380756,-0.8799511455229554,-0.548299577453311,0.45493721459514946,0.10064673109655849,0.8595977613285215,0.45296847834863957,-1.6625553506032413,0.20516781708667778,0.3003904264367256,-0.30936630363093387,0.9620343427372776,0.42880227284931677,0.9932995972133468,-0.12690689789791007,-1.1155197356826883,-0.5901758566424266,-0.19782769971613123,0.22755185791869012],[-1.4624479650562348,0.4402487701946906,-1.7100593349720652,0.14474221929789768,0.9395217338951877,-2.9833627854824485,-0.3743072521840935,-0.9485973460006689,-1.114312781937827,0.8823138592202662,0.008781688353784615,0.5141060640409437,0.5494330052237929,0.18212887288599247,-0.6222502507324548,-1.1861729009167905,-2.4535403683836683,-0.7246802475359166,-0.5203678866528613,0.07348408314698464,-0.4037860243837798,0.6819538640811689,0.9195407329841337,0.09847690674403782,0.07622496642263638,0.9029084043887343,0.871662637920312,-0.141934780182683,-1.574553555390172,-1.0739028302805678,-0.35183894225446366,0.35184021232244234,-0.5161523554358545,-0.19347402313495407,-0.5235410179510605,0.508425414722238,0.9119689990329631,0.12423533274111513,0.37952748458782964,-0.9855665686617575,-0.714642213016198,0.8495774110821109,-0.008831286768716263,0.1645474417996955,0.7193630246048162,-0.20669161419016852,0.9154977489266177,-2.2806498210131965,0.11571199355727123,-0.11813276162180009],[-1.3391161370750622,0.7362681434689123,1.4650840455871699,-0.04702483491171351,0.018311524229765692,0.5464819465611799,-1.7621896800596715,1.6730638050730806,0.11571230246398144,-2.1155346684019594,-0.1452986954503,0.8357169083870553,-0.2237505149109215,-1.5363949713331646,-0.5650021697640321,0.4779700807419397,-0.06845641687042478,-1.185766763059636,0.6928791124820414,0.026367767073841517,0.8387605224236176,-0.008260540853286095,-2.6465932165554493,0.33389794509039955,0.030876967741337764,0.6039554168165885,0.9509247466198655,0.3430789421129382,-0.6856882596069105,-0.572669179999507,1.1318481422290154,-0.7065423483580436,-0.5482490921308185,-0.1476580073373578,-0.8501221915858029,0.7959285042438727,0.23409302301440976,0.35861746140745665,0.672367110116982,0.23569889541718012,0.8878538384157851,0.7610754374386614,-1.250940450948201,-1.3276370151674495,0.31543236593411605,-0.6471284771997827,-0.5898576617157648,-0.5083063854047429,-0.6855129049290793,0.9580510987021832],[0.19393602582166652,0.19370260877173895,-1.0981554006885297,0.2926852595101934,-0.009458885367616751,0.8098179917422192,0.7309667718874051,-0.6083264473436244,0.43698957113305753,-0.4140145991234276,0.27338785255708203,-0.4101187627185723,0.430683898943351,-0.32097570150588434,0.36692960020437226,-0.6328769758681675,-0.6468116283745862,-0.36553572724531164,0.29362705996689925,0.6171023470262059,-0.5831489139658383,0.25722734310300716,-0.4297564763182182,0.5524839267382734,0.803208833459256,1.0009408804813151,-0.41816368597614273,-1.236516028989123,0.05557315656304189,0.36221055491556453,-0.23065098787801602,0.7358115380424377,0.6908448881177734,-0.4025915435143698,0.3712549613644222,-0.17048568709154907,-0.5304710949152804,-0.5297116559235752,-0.7754414097666921,-0.8393245001518856,0.919868865775348,0.0292920198426341,-1.342244207893942,-1.154841096850681,-0.12309318648489857,-0.1972835828833664,-0.6859634662823209,-0.25880887533471436,-1.4641970474315553,-1.7276797667173596],[0.23686548541599262,-0.1079151115551035,-1.5807855096169419,0.4563744868703701,0.9205801210382469,0.03412177032853127,-0.3509592602934229,-1.882462585137199,0.3326634128795943,-0.6384634955733121,-0.32306275889208813,0.7972457384335682,-0.6544429516006791,-1.0101177182105476,-0.8799738973977809,-0.49348860485636015,-0.14700354255239786,0.6731808019881117,-0.15618487619651455,0.33896953163797156,0.5885186423379504,0.4614961039302508,-0.3668198002392065,-1.051690340179417,-0.03630333217379196,-0.6675115217860307,0.6832400046407469,0.013159992651222484,0.30511589328524513,-1.019846924851143,-0.3655667268569245,0.6378453445056288,-0.7467940721894869,0.2059969407197636,0.6598169149995925,0.012244927721858062,-0.09484700181437464,0.008686263150054196,0.481150959313042,0.8893892799598492,0.3021179947760901,-0.14328119158512137,0.13728810142520623,0.14212547555701258,0.8996291064588274,-2.1367008783095542,-0.5780209433762019,-1.740770042838957,-1.0180816428508952,-0.02383204461728337],[0.2176543228775289,-0.8242812263074588,-1.4141735306512966,-0.714411674540493,-0.38827768925632716,-0.7173726571708035,0.35973825071040005,0.8025000412028549,-0.27547921228915956,-0.7177060900238993,-0.8187591491583283,0.6526947876173073,-0.31407990047441936,0.4240742545470636,-0.29290504825692565,0.08115618294652503,0.9051325507631588,-0.05048128361003529,0.77340472749425,0.009070668596659451,0.08751107858288924,0.4470243498333616,0.2167061302258486,-0.8066764293575898,0.963816261389053,-0.3059152998357913,-0.13567838359673326,0.31936670726476296,0.045063151815438476,0.705917209773855,-0.3318024012726972,0.09500508736669308,0.21905418921347067,-0.09252781244747008,-1.083461188258675,0.817124859007495,0.0447309663132273,-0.9525524845206772,-0.8449761656923124,-1.2740503757418875,-1.5673831448718987,-0.14273688048222916,-0.4284120037029814,-0.8477995472121972,0.2583058789758745,-1.0717584082002674,-1.2841186245109921,0.9845234215299042,-0.11042179959114552,-0.7454877120645396],[-0.6495868064220296,0.5775159229119095,0.8821374293704051,0.6625847769202258,-0.4606385537047141,-0.9425957904015502,0.2996915226223803,0.35374210844055254,0.6123366852937532,-1.254700938124807,-0.016241155194945116,0.7326819681849457,-0.15441888206712842,-0.7780095967279173,-0.06492780664908834,-0.32474183429860226,-0.5276465444422654,1.163058756943593,0.2662476437281913,1.0055003645587677,-0.05302146887189208,-0.4026987502429244,0.8323146214819032,0.3728630637733368,-0.2116209394604218,-0.5108604441258756,-1.0446843604583593,0.8321201917800807,0.6701088076277228,-0.5940552726900039,-0.5509899684082177,-0.25554602058672915,-0.5687395277323957,1.0592609744633381,0.07633255775650855,0.8706137082555033,0.6240679870486037,-0.8605944459651087,-0.45159014874500136,0.24405309922895332,-0.12477924383584778,0.31537425174175654,0.7551775748317557,-0.5812605657668073,0.7408683290862783,0.23948322752606896,0.4089250382258019,0.2682451503700687,0.3929608617711075,-1.0893578253517087],[0.7445210897546545,-2.0792166071730067,0.0651006143613919,0.1702210085908863,-0.10124031567932044,-0.18943477496603575,-1.0935650575201294,-0.8222590721775774,-2.0533409233797997,0.9297922884166935,-0.7852776953569076,-0.9512685231932493,-0.5026212713872963,0.7848291663400266,0.889371258327023,0.5507623100197462,0.3525959944426314,-1.6089366720330802,-0.6888107074807107,0.5574943768209139,-0.03759367097895872,-0.4309537928352581,0.6750708131996364,1.1165487187260752,-1.5650604902895586,-0.9784117618258615,0.533117309712513,-0.6534218868777031,-0.8571740829289771,-0.13900339693307645,0.9365543114008605,-0.24339170516289524,0.7846348276748774,-0.44519771675521247,0.7062592423507369,0.7766607879133239,0.11363076852390123,0.18405361904135534,0.7196938065822799,-2.0163032223820045,0.633139484635901,-0.5317796348781062,-0.1891189138564397,0.8326604968585463,-0.6998268915594925,0.41505503736677984,0.4437678648882046,-0.25047763243459653,-0.6540077721170391,-0.22500178246992072],[0.7664475491856075,-1.0245023790973866,0.1681294176212898,0.8464307001573425,0.6903850623662009,0.44642789588349346,-0.042321428521126234,0.6981322028061688,-2.745762233408241,-1.0825609443468884,-0.9454876990638412,-0.12127576682749629,0.3982700092945206,0.9861872723434406,0.7317535470151753,0.06471776735929892,0.4687438670734671,-2.1456816054139503,0.35814393464154587,-0.8237552777962633,-0.6401082599764479,0.015918799986803435,0.6812965651243439,0.5457567550400058,-2.3319855825539637,-0.08839515728446237,0.5936327141581071,-0.15676302846054746,0.40222238967144447,-1.4246139313128332,0.26072800291690906,-0.5707068092716363,-0.541235114395937,0.35658181189267957,0.39112081993054815,-0.1330154639814513,-0.5761940276858919,0.8305123495037011,-0.7244301388841539,-0.4272461489696746,-0.4608689629618281,-1.788380454229289,-1.4050182735381296,-0.04228937847382147,-0.5811747901741079,0.33531544236332406,0.1001825626388817,1.024372109264987,-2.5404222657634112,-2.6715725125800778],[0.75134394986135,-0.7396157437556127,-2.376605586043345,0.7100779253071966,0.8414847349926602,-0.0777491815679713,-0.832860711910457,-2.0015941183916564,-0.23650381621073316,-0.5281182716428484,1.2009197525539617,-2.5068706891812984,-0.023945193247520608,-1.1360247722710999,-0.18158236852965365,-1.604298417294851,0.3815248976096246,-3.208872256288892,0.6810854336263455,1.0524214533996274,1.0503697134114927,-2.124219358894936,-2.1107722013764856,-2.0948301105992724,0.8734337637047104,-0.04902625196022451,-0.8613279769531139,-3.4271575825690053,0.7187433020233145,0.5776158070676591,-2.228344584413845,-0.6939791625238775,-0.14578118417311006,-1.41792171079857,-2.2549047311293875,-0.989367649038852,1.0139995875557797,-2.3835820203865654,-3.0110946395679945,0.8109684203060554,0.9740786891583398,-1.1449794710733627,-0.2765781648059819,-0.4188473983245517,0.10568870548502111,-1.5181131583923895,1.224687701908944,0.9104116402884949,0.21006328503210747,-0.02221679117839793],[-0.29957984417545175,-0.6675932117162107,-0.5291529478909548,0.04881952377058506,0.6777034195610184,0.23206317315993205,0.09153523492340852,-0.1613338889759128,-1.4547988968361645,0.21658045814937543,0.6477286435591599,-0.025739470260999223,-3.4166045926388398,0.11474550100439422,-0.4968234793669205,-0.8912418925606341,-2.6241074635912023,-2.324963956344327,-0.9621691648944611,1.0052477127436337,0.6428919318100842,0.5044724589931158,-0.419301952420761,-1.2588747050024667,-2.324216197536545,0.004971268740716933,0.17283010593687845,-0.6509352368634705,-0.1250330660225307,0.3077953041281689,-0.8264581130920919,0.3797356016579272,0.8381358289084766,0.30271669374046717,-1.1566174759558925,0.12897453504897707,0.04284210730908873,0.5723657575280745,0.989685344191285,-0.8735493515845264,0.7952994227463523,-1.1212467287375882,-1.9377947099485424,-1.5653147075646388,0.09010366438335775,0.05936508204880044,-0.7011186696824453,0.22466982522123272,-0.16500619621384943,-0.23814100206688274],[-0.9533783589114715,0.06830367416873932,1.039241889561377,-0.607887639714831,0.06970318544239525,-1.1610361320034268,0.9720794018964212,1.2274985490537214,-0.4787704592066396,0.7245204026095061,-1.501061415576525,0.1753116696154556,-0.00564990358460821,-0.28632309601364486,0.9487974991422191,-1.3527730826689273,-0.6309887390308909,-0.7232499794567679,0.35462642277702966,0.7782762642984545,-0.23393644329981098,-0.667911143908161,0.978163854877886,-0.562510984822179,0.20896046021958917,-0.46914977308976963,-1.2096897133265223,-0.2162783271862987,0.08282270429375496,-1.6204712322325971,0.1365379383892957,0.5474515304114363,0.17481936872488474,0.869858633257751,-0.5128632677069033,-1.508179257759673,0.3142465061754025,-2.441157843922742,-1.016180125832908,0.5084060209590658,-1.072156865436175,-1.3851033425760702,-2.469266978003882,-1.6404972126590642,0.535397577780376,-1.0384117518920581,0.14707301948148668,0.24794627637406666,-3.532046710341849,0.6838859595378362],[0.6402978559949034,-0.2566954952927304,-0.20321561246785932,0.9031819802541611,0.6580665810772257,0.6176300635181855,-0.9224689311648345,-0.07517149163458257,0.6162719407303321,1.1811319341494024,-0.3458833532615872,0.043992843667992755,-0.9427289121219176,0.42992879979919324,0.46933430126390874,0.10542481977674648,-0.8694942222483981,-0.3159224545089877,0.1939718677503519,0.26193921611629767,0.09621513083169776,0.4710696717054805,-0.3235352960556004,-0.20076190435293653,-0.4153193003061803,-2.009099566075341,1.5954289932476504,0.8257756046872121,0.6973289034882239,-0.4822760427513068,-0.7209009832138422,0.5312236984289006,-0.21304478650041472,0.8947840110666544,-1.4719361049109096,-0.24530703382248872,0.4681555408384699,1.0187644822334665,0.9659432945598073,-0.18734422327651895,-0.026353433754126077,-1.338418229337585,-1.8705233515261561,0.2049386196611588,-2.189586178050482,0.8297264881738616,0.43873843965915177,1.0469270962865092,-0.6403774301683469,1.2198313808267143],[1.0397804810301412,0.2253258200365021,0.7455263998310793,-1.4339514545253709,0.27320469355470767,-0.6064020422878992,-0.9601137151302291,-1.2194224608932527,0.23930694814729625,0.3579284952703496,0.19936136642966018,0.7150936028769364,-0.9258609939487451,-0.08596890368276273,-0.4636844455857079,-0.014770145166256663,0.8949026509401588,0.9657640490111673,-0.495727479423509,-0.5688748349720083,0.7468156295391246,0.13035850803616203,0.29641246234306434,0.7377333368283742,-0.12465729928786902,0.6906423577915314,-1.1823785179690367,-0.7504193480417894,-0.38491185991803645,0.4005051864523056,-0.5394879630826467,0.5239219210072503,-1.283934856072324,-0.00007632833508120905,-0.9459016776467117,1.5352004861568895,-0.9705557369813065,-1.7177871090982648,-0.16144927318100474,0.9715021791239298,-1.0704658313423423,-0.2612448850306373,0.8006525961375578,-0.979099556849162,-0.6955872186930372,-0.36785955236973067,0.7085579254298126,0.5104314999952292,0.6613412094697846,-1.3560969743293978],[-0.25807760730975626,0.2017016332916514,0.024174270318814195,-1.8323053202405735,-0.8196716310395601,0.8110240035503882,0.7026753464631145,1.289874194347388,-0.5185943434017446,-0.03200272918208518,-0.30700001395323995,-0.07799904346324651,-0.34116932247493426,-0.20932393890515405,-1.5027137684942486,0.3441965639119458,0.31532944307425814,0.31573614133823336,-1.3547630707452045,-0.2376987515725958,-0.009057477332845232,-2.252390917147324,0.6477064109407382,-1.7459078542234272,0.12447736489199965,-1.180418750255973,-0.8869856033514144,0.6815910719631912,0.48231968730752,0.4692523643676981,0.9771851416497396,0.7046303009041472,-0.0017713157141117013,0.725138203484302,1.1523638665401184,-2.880824171746971,0.06314865202335128,-2.4702996657876177,0.7758858512238834,-1.7995740216932343,0.22503370333645295,0.3197452689835711,0.04121741776767608,0.8885088277905191,-0.1008036134323358,-0.9398180921684489,-0.18114769754312607,-1.9752044828545559,-1.5935060243440697,0.17751254191723995],[-0.46477428929268005,-0.32021631811042706,0.29857853618398444,-2.400481965161162,-1.0912771245237463,-0.40695558858350583,-0.42498625212288654,1.500871573433303,0.5914310858907024,0.23567392461931147,-1.3605437401470983,-0.5912982028888382,0.3101940686304744,0.673077500226982,-1.0093540940125616,0.9416401966944696,0.16432192159522213,-0.11449347538620783,-1.092860362910805,-0.20761900815673717,0.23745156283866592,-1.9225901896767779,0.25401215037707014,-1.3002620039247514,0.8825281605542861,-0.991689910577825,-0.2785250634468236,-0.8968936051033807,-0.7557929078947974,0.20732326139340576,-0.6135370091665128,1.0857796807898228,0.24712254861040045,0.35730586575460244,0.3379727787471863,-2.1805085918733544,-0.22317086427636115,-1.9494220478650746,-0.11032091496468459,-2.1674422583321205,0.4822577669163877,-0.16737521461420105,-0.13302680133893063,-0.23346050510679342,0.5845424599677271,-1.3655292462764859,-0.7258365295232042,-3.1492735858721486,-0.3885671211788857,1.2414159319669156],[0.6916595845857396,-0.3024206442558872,-1.8302535325750449,-0.6510912400376673,-1.0075865074946904,-1.022929275288504,0.5176572954795644,0.6198968960831248,-2.00965608223717,0.25843542717319196,-0.48878068570120986,0.8096555954382283,0.7864682693219848,0.10350678672242965,0.213859685092002,-1.6255078483466832,0.45488758602617174,0.226223274857913,-0.11506206093184285,0.48972084317562015,-0.20040034261730932,-0.3370918711842711,-0.6038959757541436,-0.7006587698764237,-0.5914225397868987,-0.4800051092417946,-1.0357942076818065,0.4103374044478032,-1.1821791402616768,-2.0563228733120975,1.0013307909918387,-0.8491421776812554,0.9799726496843155,0.27816328538310714,-0.410483900126133,-0.8252751916309531,-0.3565763197170642,-0.855723856684617,0.6860249587386001,0.4756478642219989,-0.5969022190599874,-0.05860620464978366,-0.8708074432050645,-0.02740678192871913,0.12239985983504457,-0.001430829697502028,-0.5498324722251751,-1.533153143102529,0.5644471458500059,0.24924933617633394],[0.811682357387788,0.24458627975990332,-0.373622987501715,0.9844382825009259,-0.6114936593155443,0.8770758352893253,-0.5068399642138982,-0.6161266674724633,0.42229556365304444,-0.7625020155980646,-0.26897252504736363,0.9338440929330121,0.4146120782249159,0.5100959897737974,-1.2015543247101605,0.40622896515204693,-0.7440747786535633,-0.354000753624109,0.7535814644690447,0.09834719434471488,-0.04845079082698701,0.47284895014787826,-0.3433670351286775,0.5765833195808614,0.752712978083509,-1.1639080340216679,0.23459722624816431,-0.20923571787732875,-0.0010359360968527542,0.4140689193155411,-0.3422584758109837,0.5128522838483272,-1.1426467422806306,1.0889436783209194,0.849231870047949,0.9516858037166241,-0.01892051665891935,0.16865742636168396,1.2449867206558356,0.7225491491120061,0.2323204210655491,0.6699959073710893,0.2876867686075683,1.0578421946721495,-0.5513653818906974,-0.8909817573748925,0.6597580905621109,0.8751631988542463,0.40754310997134646,-1.185686112374054],[-1.2511387268522993,-2.128902084126623,-2.696439264177989,-0.7348277364029311,0.6212488416174213,0.668529262391986,-2.7846547418274783,-1.2488825722123529,-0.15465879150132655,0.28472587442419695,0.5307966704350224,0.9024791657027192,0.38420826684926723,0.9911415973292297,-1.3253385678581195,-1.3012804432436227,1.0505916255041343,-1.236924142584862,0.28708011081457274,-4.156889033466847,0.9664299575441759,-1.116213847786298,0.09370821168369403,-0.052689476856414064,-1.4905301600425942,-1.8592076938330102,-0.7006158024269779,0.9311031169800529,-2.155084284442775,0.19415066272325116,-3.9574931509883515,-0.7639947393101597,-0.07219900317805594,-1.6776336334693873,0.4851684596235779,0.08524103714823346,0.5774784496102067,0.7000522808962364,-1.010629409560054,-0.36630807644003066,0.49353119610344864,-0.7405122124649931,-0.7739760384863025,0.3668011712351677,-0.5528864493996252,0.2135614609223164,0.3006325323487067,0.6790449404331953,-2.5215252919155544,-2.104657237574848],[-0.18455536787742904,-0.11880341657838774,0.4857228806880662,-4.030119256322196,-0.4176282281825626,0.11026605685672927,-0.81042186357642,0.9041357602719639,0.16286548956580651,0.4925045018153666,0.409674744996517,0.9106622581484944,-0.357822494524612,-0.5570325950869092,0.7452911274841668,0.9209628357567915,-3.1938399865356506,-0.033096508007907796,-0.45441666068307746,-0.5841064202874591,-1.088041194376958,-1.364487319141944,0.7679617771683708,-0.9708026230871696,1.265014972651563,0.7598139891945207,-0.22534210735532575,-2.118089704412982,-1.1729873884362823,0.6682041227624628,0.7419274118735514,0.2633662822723903,-2.927467725039862,0.8170471209389285,-0.7707830622593974,-1.2782677142054373,1.0937321422452686,0.5778808658290175,0.08491075232978455,-1.0389445845792473,0.12375107465447058,-0.267729495395438,0.4167534927809313,0.5140361267679782,-0.026071350133778606,-0.26397509215386256,0.26501451549080607,-3.759902917097669,-2.1328571494158526,0.5110580025071749],[1.0299687029932036,0.9106937567151662,-0.4754240231005604,-0.5676996510122061,1.0146416803498526,-0.9985042901263205,1.0437415094315994,-0.3205436533049602,-0.24050232806876257,0.8100069659035921,0.5262536136775738,-0.1201263818807457,-1.863959766682844,-0.14596695489399636,-0.2206172128817477,-0.8785051717790759,0.36254263014988153,1.0205516568589317,-0.07137969029076995,-0.3734105009568345,0.4340254624507959,-1.3438177714914425,1.2766991846596707,0.97795357187769,-2.2849902963764004,-0.21949287469926745,0.22611340566593657,0.100535100211178,0.4286086585051522,-0.49429802319909605,0.32703325506631997,0.7998621934931303,0.6574573208971277,0.8424188548202682,-0.24319065336596532,-0.8442125930279882,0.5883425556245881,0.11777471741134402,-0.781899556324859,0.3119175506265741,-0.8866810847730748,-0.877262143299356,0.6376390177142557,0.1674986134140798,-0.6418801700341149,1.1718862964784866,-0.2827341568116764,0.3581906246023932,-0.4838666483451784,0.36629685856385796]],[[0.7038016577846941,-0.9979706964844705,0.16047360932635757,-0.9781979956455357,-0.1437806299193703,-1.3283673271489622,-1.6246047057739408,-0.5951116353873441,-0.9967072398475846,-1.276167119745673,-1.5766278149585986,-2.4496374269081853,-1.508304223993287,-0.28587067577323516,0.9640674045860651,0.5145323535600091,-1.7844116664352079,-1.566743665109068,-0.18247837530590416,-0.1798922204368128,-1.7322850812785995,-0.6746564245124071,-0.17718463280316918,1.0911938256469011,0.1611304978101849,-0.3279810401070023,-0.14328253405457464,0.10509312014195286,-1.2052624315975973,0.9425477074726064,0.09222758140185644],[-0.3949743844371745,-0.11236582614386027,-0.03349245689077425,0.20759341257091518,-0.7880130129801302,-0.311050541745711,-2.113842224343012,-0.3227803879655322,-1.7046816398243703,-0.2350202565315345,0.178879565797549,-0.26955960004235624,-0.3402595647810063,-1.0862331655795123,-0.8761854618370926,-1.0775586574865563,0.6722378782313723,-1.4588110390077773,0.8284973581334734,-1.6611728659476233,0.2701603540710691,-0.687635438576689,0.22711597531525354,1.0299643680970003,-2.004566130199319,-2.095034284104434,-1.6212206914023832,0.047421224786246816,-1.275803227081479,-1.486334732492156,-0.5585828756329757],[-1.3156092081677588,1.0547977234149595,-0.2245696801481512,-0.45004445062945664,0.14260900809353697,0.6967483140965467,0.5697041844945245,-0.3062146697571306,-1.6008202784330912,0.098348739655518,0.758182363379117,-1.5917976516341046,1.81752714679672,-0.3356484930678056,-1.2897598755240618,0.6902642055695279,-1.5353207182539232,-1.3929174900389691,-1.5657825989859342,-1.0541530275870699,1.1244863284711961,-0.12468046082143286,0.671087750353286,-1.5746380160172433,-1.1503118102667842,-1.9362132571349533,-1.597675978550073,0.7136403215037234,-1.3771659247009724,0.8594593443563581,0.044783103526841755],[0.21619316934970367,-0.6117446107955927,0.16260438851187842,0.15446932686482542,0.1495141685166227,-1.955981259404266,0.8542219343515601,-1.6318976690641942,-0.166483589821148,1.4285008500311192,1.1858486192572026,0.7001169396005071,-1.0385469700448968,0.7766199494471756,0.34184366361943364,1.2741860406679981,-0.8462065861690343,-1.4203367688385704,-0.2887652738173991,-1.0799379412498935,-0.7558488636186018,-1.1647475452421603,-1.6264144887310434,-1.3940885556708518,0.7303967473166663,0.35049023706583277,-0.13869070266716363,-0.39133439407619386,-1.5568066629746933,1.1358253588803362,-0.6167472859239069],[-1.0319721632086545,-0.45404067359364775,0.009289728322841214,-2.086076694454444,-1.5939738571450537,-0.0011885148111188241,-1.7165552013598853,-1.7654549839897395,0.012011967095840317,0.16496015292035754,-1.2583380542349951,0.9025222041176635,-1.3276219682713337,-0.6802514474210514,-0.4998983838205556,-0.7268098352972904,0.262913969889227,0.4310106657842819,-1.5111678403214746,-1.1630650209405538,-1.1943056721015437,-2.1683558671607894,0.5435958075211876,-0.6609450629425923,-0.02102826273452243,0.5375496856814331,0.10004780312910082,-2.053226751533124,-0.016895194472400173,-0.5329783179195836,0.4138855671274967],[-1.276544084096192,0.6630772388746605,-0.3626043709307542,0.2805584154941593,-1.732127751112167,-0.028449361250822394,0.01535114961734373,0.21867275422447366,-0.33578696123004015,0.2599193005198345,-2.141761726208664,-2.6367116832536004,-0.7314179850855861,0.6661582643847317,-0.012494170127640914,-1.2600941682511968,0.07884353610192658,-0.27540410342394667,-0.44189946652637857,0.3009181906552685,-1.7762101068539458,-1.1763943188751997,-0.3742087211184195,-1.8290167669837865,-1.896031794479375,-1.2509043091943597,-2.050321517307752,-0.21900466359144333,-0.7839934160952183,-0.327919272065232,0.3221437035314851],[-0.7631501679956951,-1.1238796192076452,0.5412683514108659,-1.121967446760083,-1.4700997296898735,1.0770500588020444,0.47068569645605923,-0.7187451665061073,-1.519011220962619,0.5009796959558479,-1.5842302073523218,-0.7288699117016044,-1.0551365353237112,-1.2478870336202468,1.091328401167106,1.2526371643275334,-1.1912865737741103,-0.8548819520191142,0.5145663815167743,-0.1797943225603765,0.7988286289803359,0.36993744273167223,-1.348157149211833,-0.721461583954315,0.009748337762025116,-1.3184545849414275,-0.8905880857094622,-0.9244156621220689,0.8828577432763192,-0.6423896366656742,-0.48725404586354487],[-1.633688455089227,1.0037934475107095,0.2607993629310268,-0.358139705028489,-0.26881039453275013,-0.4672175118058455,-0.4354452571696783,0.7958037476936778,-0.506969026430786,0.44658724924917814,1.005610168592194,-0.4955679285359751,-1.6597401337374917,-0.47553012901124425,-1.24773190860583,-0.7758077043920233,-1.1370834117173156,-0.16874685531964032,-1.1462066748909232,0.8094894997129236,1.030062475228715,0.8406168127370726,1.3871850156062522,0.8707051226579426,0.972096657838469,-1.6458504457931353,-0.9899064235127654,-1.2339290502438172,-0.6601664319363248,0.8322587673569926,-1.006021480334014],[-0.7380514111760799,-0.3923141450642839,0.20903226677957903,0.06276565782393087,-0.27074599626225954,-0.2619811872488646,-0.3215988831284066,0.7641573422077221,-0.14415652906806634,-1.546836567081103,-0.38630524400181737,-1.1410023353314975,-0.9323499834134212,-0.026377533297873446,-0.5445072896764753,-1.0893683284446707,-1.945844216702146,-1.9067895604626506,-0.5030371565940818,-1.2981647845054791,-0.2091970062790895,-0.360562582249648,-1.4272949727613091,-2.3093635409185604,-0.31128928303069486,0.436467996492514,-1.2326936063610616,0.18395022612300882,-1.1959499535069447,-2.5862548295451435,-0.3798680004539873],[-1.113546936732617,-2.4285018218554075,-2.5399503707034596,1.204172313634974,-0.009682529063876268,-1.4422602082432243,-1.9744761658850525,0.39149948703825277,-0.1855955039163592,-1.0844293181266196,0.5282784197773682,0.022334921378837358,-0.47049368441433687,-0.4859121574614948,0.6602386132339942,0.2594479132006203,-0.5980467180866159,-0.1901238488548392,-1.757756522199441,0.3385297714343944,-0.207284200203275,0.7038680306284966,-0.8175984356897844,-0.6544437686237787,0.7186470383823552,-0.5653214253662003,0.14323600168526698,-1.7274011349419034,-1.518183238444801,-0.5134059953649126,-1.2649203189795122],[0.2744625778009445,0.38883126037745575,-0.06733798608170018,-0.23182210806507128,-0.35557010728027655,0.28102096879270044,1.2077817061386205,-0.5785136063805202,0.8851008227344201,-0.8800781714584114,-0.07003937504944395,0.46347366655975425,1.0712369102436887,-0.6711867397022969,0.3157092344469972,-1.3450786309827634,-1.0505673962727542,-0.6055181880969059,1.108921387775723,-0.16964426393727455,-0.39705547447479844,1.0666869473004137,-0.3654459802350614,-1.0783575679807775,-1.0433981969105772,0.3105137503835153,-0.6025562731093831,-0.9703287330549215,-1.6148332052922454,-0.8828326625062684,-0.16516577510924396],[-1.7104856616596957,-0.18851243191208114,0.7481611410966393,-1.0162157620707557,-1.712472840353674,-0.824969596920872,-0.4354595979847582,-1.503649633521898,0.6365009078969305,-0.44788452987769495,-0.8514569980823268,-1.6004345822981163,-1.8919298437020118,0.014498835972664487,-1.3027738951715253,0.43544203267341514,-1.468636026780893,1.469680830696441,-0.874884119020678,0.38225707327577446,-0.9543060385760591,-1.7551476474686465,0.13274019353743277,0.22022653694277108,0.19414111566973025,-0.034296599735862854,-0.10869079382218767,-1.2420501593901616,0.5402064701716961,-1.7272250752411589,-1.4990973724994707],[0.37636134557174983,-0.34690639876232243,-1.7938218092611329,-0.3267413971043243,-1.2919741384710721,-1.6379841702775833,-0.3518953540383122,-1.321551132296646,0.20498760139354594,-0.7332997115636828,0.03813109268284161,-1.1846821232284155,-0.9341911641209888,-1.3295284970094097,-0.826871453018074,0.2248121345253295,0.1787204691575377,-0.5924654979673784,-1.6791928382085601,-2.4584610918433576,-0.7144968986757135,-0.5510272409672893,-0.7906585840139275,-0.18266938410494368,0.017804720656796405,-1.1950076706943904,-2.0086054381308656,0.554225085150543,0.7597431944465659,0.2797107175550312,0.45128132637373786],[0.4405005693671905,-2.4590855357729797,-0.5030095826607361,-2.0642347203228404,-1.3795476265061546,-1.650344679281841,-0.9150996880146245,0.331546323859571,0.06992314298620228,-0.04259841761407658,-1.8984982338971605,-0.709165680140513,0.4522855890540687,0.9199937527346693,-0.8190102187368095,-2.207689115003087,0.18477641054581428,0.17547774244689573,-0.7829212452788674,-0.5738198100636706,-0.6326766072074994,0.04625235932061108,-0.5535318152017289,-0.43695787257114205,0.30123703585166794,-2.2247662511459327,-1.0370372827032242,0.05724736783727005,-2.0618457853817,-0.3321340463653225,-0.8956499203158926],[-0.2627958573168865,-0.48409755428865603,-1.2901041684236765,1.2057347871857207,-1.2849277047524599,-2.327677463654744,0.5968408191168733,-1.8670393580581595,-1.486068530403448,-2.2126662634610623,1.1757509279850076,-1.2217949619469095,-0.7861271541259939,0.033137284501234175,-0.5912273320842575,-0.5771738081900126,0.16261441073724145,-0.20818347272755616,-0.975716832950224,-0.7793939984923113,0.7175070173470711,0.327534177921327,-0.5240128605524561,0.3929972353387886,0.26596729738131947,-0.7717564064198549,0.2060136742498919,-0.9626133764202724,-0.9634467396674723,-0.02543428513401872,-1.5318014834679108],[-1.0681940003701014,-0.6389283738755805,1.0128047167891572,1.112558660178925,0.22339075123428093,-0.7509972893676977,-0.23779974084817976,0.26027238286507604,-0.9381202954716396,-0.3393065920604282,1.3022295299794289,-0.9311539144947835,-1.5873677601462213,-0.3428859829892595,-1.4358238009890552,-2.0129684085497823,0.3115942002614506,-0.7048243107651008,-2.036457054602799,-0.7192214407704083,-1.0311414519757198,0.03543459520132439,0.22292308045253187,-1.6970189812852778,-0.13804197254046485,0.3508983134755997,-0.5188119219478756,-1.446416427600176,0.090591685200384,0.18146552068106844,-1.3495270661877636],[0.8264327896722632,1.1710424526441785,-1.5534903403102776,-0.10971509545581412,-0.506024968386051,-1.3759439810187961,-0.04032001619349931,0.28903249191653363,1.0565935231012993,1.1318161363876875,-2.069895605933924,-2.5328397827326246,0.5807012383567757,-1.3567667742366294,0.15261785159380303,0.45706338090945725,-1.4732911153577488,-1.2978882286052082,-0.4953317471023091,-2.2335768837198064,-1.3517805566881522,0.10890050604472076,-2.0102916286066512,-0.823618560503474,-0.6406928891128784,0.8183351215064396,0.0062520154635748474,-0.7026665961878336,-0.1633516303371375,0.9706195098204328,-1.6874881644679651],[-0.1234286791341442,-1.5241305355581283,0.6359807576443675,-0.00573627918282718,0.8601460015030553,-1.0244454491863066,0.5276955574629622,-0.8833805543450366,-1.2172029591949467,-0.2811759818226755,-0.24088525365531965,-0.5632071668897708,1.740494711593393,-0.4640361860799832,-2.0049508274736585,-0.10435939268504855,-0.043407520980123994,-0.34591653706020736,1.417745051728251,-2.162660357278211,-1.2251652194727556,-1.252069135630335,0.744090987954761,-0.0065600490237096454,-0.7384031419443363,-1.0434129375601702,0.6074546104186901,-2.2376208831651474,-1.992768201138497,-2.2225395881470846,0.0891569237926701],[-1.3178325846655976,0.470553341157239,0.37433836365139034,-0.6967635934256942,-0.0851108606626366,-1.4946856297246263,-1.2366091676568305,-1.2176870936239013,0.22197055165970067,-0.38100264909031206,0.3711167756329568,-0.24340349538282985,-1.104614371210127,-0.4726693945406724,-0.046457422915141565,-1.355104787440968,-1.0847637239189003,-1.8544638557215085,-0.03187442438833149,-1.469459190369024,-0.021771485727117977,-0.9969148250255717,0.6738209798025114,0.6449452622322995,0.1965968506516138,-0.5216986881593717,-0.40756271076103984,-1.1861848698175081,-0.02736717788869205,-0.361520065623891,-0.3812436338817464],[0.3543011189805242,0.14169680294799447,0.5587713188019556,-2.1899033763079974,0.4304596727333476,-1.1777260596239214,-0.3071883761471786,-0.905823531788609,-2.6351217474020334,-0.09034442491714655,-0.9321384633090092,-1.5014988742432167,-1.3838862135957666,0.02446015879232804,0.8119413469258838,0.5529889584990121,-1.1022059674328697,0.314020235752034,-2.2674427756674342,0.7626423206856899,0.777710875082232,-1.021185902168657,-0.06162060627509771,-0.05679038848703619,-2.572673645588983,0.11564896328701384,-0.8709123296355878,-0.08482838573677529,0.08146376420744922,-1.3725460467070412,-0.885705824497251],[0.10457649092330792,-2.1493140684371506,-1.5836306972442982,-0.899536289026186,-1.2426668963616,0.20423682736660526,0.5594679526290045,0.1560476627760741,0.1205275629817749,-1.499582194248683,-1.0022889491231943,-0.36483413117883906,0.777151890868706,-0.02342065980844166,-0.8432581879746132,-1.7607250010133362,0.8092434597963055,-0.2969900249912543,-0.8698681973839647,0.3854522598526323,-1.768321703518276,-2.138762319873295,-1.5904753280159407,0.6473637801867064,-0.4101447590055346,-1.7487781602645833,-1.4884507618216483,0.3028247064692552,-0.2970019928452751,-1.1881416157856066,-1.3349236061695708],[-0.16037832255031295,1.0601069309060605,1.077691336610902,-0.9801714458755281,0.4790272255453891,0.012053339701618647,-1.3144685859544836,-1.6451287956759888,-0.5302497856570142,-0.09598368281480982,-0.8524195550773076,1.3912146392146716,-0.07535342946304248,-1.1055043800820108,-1.5526110455583177,0.8432147579255982,-0.6608119531953792,-0.5900595951487847,-0.5423938762909002,0.8185505453030596,-0.08771764578718987,0.09326484774081366,-0.9780337299066179,-0.14572943874327482,-1.225361872482868,0.36654380251687124,-0.2988073976147025,-0.5573617436306013,0.5076064136506674,-0.18461431844133272,-1.1004890652453048],[-0.8816859006545502,-3.380049105052446,1.1002252029727841,-0.4522630996515706,-0.25226201071140036,-0.6217993385603656,-1.024356855229879,-0.12121623901888659,-1.1411121553684727,-1.5566835208966445,-0.9771227039592278,-0.13358670023327146,-1.9400950895770375,-0.4300185552075453,-0.9782725077245457,-0.5737847437421553,-0.48027704772647917,-1.31272647829416,-0.9893631174952753,-0.23970649068543728,0.9676122853773088,-0.6972792975470449,-1.2354952953228338,-1.4210171268383698,-0.27634056094771126,-0.43155676801598913,0.9274828945981202,-0.1239956512058763,-0.4287759194707703,0.8606665370338794,-1.8920027253444065],[-0.48064391739220735,-0.04855552327118114,-0.6156999446044803,0.14180170886035834,-0.44392759983856994,-1.3926114679798984,0.654754294180748,-1.3294008428134845,0.4043254347315794,0.8728916424622587,-1.2734931492794468,0.5330338893179563,0.26045308281279533,-1.397870502031869,-1.6329619430908684,-0.4389182644997818,0.4502157447555824,-0.06502283379055732,-1.386573002203903,-1.2314378132353363,-0.8456888573389435,-0.6123494341716286,-1.2728179137873274,0.4097258640408706,0.3264569522107473,-0.6483597712941388,0.13350380105558826,-0.5363210741661368,1.4150855151222144,0.3828702217904698,1.1031188133129395],[-0.10424292352489296,-0.4546029590546864,-0.4597711140486679,-1.6783846313583968,-0.4094195093162953,-1.7641175463003438,-0.7874509592019573,0.269064188673681,-1.2693466743606332,0.677205333787124,0.4378355647277494,0.2711127351645622,-0.06604421705427237,-1.6954692812655872,0.14498986081647883,-0.8622215251449811,-0.9894918544177987,1.3309218109456,1.608089329865885,-1.4558454699468284,0.47498490630858076,0.11548942493486934,0.5165603714558484,-0.5037833009862837,-1.2401344303048296,0.5459082174786268,-1.6475672867183517,0.7814758042449002,-0.0005068805090564554,-1.6544714348694598,-0.49070725574558416],[-1.4592603937023105,-0.9107919327851243,-1.869752832990124,0.5009668080970403,-1.7842295532083043,1.16482985112503,-1.4846222844680934,-1.0857103456871586,-1.6433033048454717,-1.9795280315702903,-1.4473137884436955,-0.574801007461781,0.6554722591481189,-2.2440365533537125,0.2557320644996807,-0.3921026847421934,-0.6434237242153837,0.8414674633649911,0.7743790844875196,-0.0017933550103369678,-0.2910758826251484,0.4310729960464093,-0.7035485610463239,-0.7074719779113856,0.616509259663105,-0.45688579180093764,-0.5012447945634295,0.4908123841262333,0.3119383639045552,-0.6463422681317258,-0.4849809662609855],[-1.3150591374297544,-0.21538275346213137,-1.6171826400674183,0.7064065529906683,1.1825902091355398,0.9601404453597616,-1.9572736821022794,-0.7277681024791129,-0.30532276653798407,1.7010094588740006,0.6051468020392811,1.1547419166509072,-0.5716485334574279,0.014531311630131133,-0.388662000351556,-1.3597501689191387,-1.54223269709873,-2.027250390610651,-1.3832116153792535,0.25015003349433684,-0.3973004554667181,-0.07241345714904805,-0.09245452031936365,-0.42524752023085294,-0.17688552213189812,1.4648583574222531,-1.4056021301203776,-0.9742707721392467,0.07273503163553777,0.03330950300642041,-0.8437211581638081],[-1.4251134783954678,-1.2618699727494787,-1.3451938213410732,0.10684955281059194,-0.0012535175282501324,0.1145367601196523,-0.9509159067330464,-0.9676973029133752,-0.25120150048410006,-1.5989496803229657,0.5571751732406494,0.5660706728814799,-0.027809896255010978,1.1427057756671677,-2.5743628607102145,-0.5942321097003186,0.7309260619201524,-1.3077256925588787,-2.1595887729425502,-2.0348276295844885,-0.23670729171476362,-2.3886236210376572,-1.8183587864785697,0.44524553286118396,0.5430702212800719,-0.7242340691335047,-1.1537019531249795,0.09802334464753142,-1.0932609859267743,-1.2833328225976266,0.07038821050819585],[0.8178747640102558,0.17258897641011964,-1.142999532167503,0.4953375136878999,-0.06376220172092781,0.26368529026216914,0.3178539571512829,-0.48655928280051536,-1.6119728694781916,-0.462253820946879,0.6346963429269173,-1.0388124405280308,0.3529529868362281,0.9174941806779878,-0.48393801196140235,-1.9151737546894239,-1.6166406309660535,-1.0659678032399,-1.682807708383956,-0.30236305376928974,-0.8519588863851945,-1.5348786640335899,-0.8014065490309089,-1.352733558462893,-0.49917623310640746,0.8657998199000261,0.6052691239972428,-1.0030866717287916,-0.8122878825914442,-1.146437404060117,0.15013195836556475],[0.04331578581040362,0.40035485300343077,-0.7410507821998964,-1.764316894964139,0.6150971538761596,0.30062128360798507,0.08604444653313859,-0.938408827127939,-0.9655474182458593,-0.724283312050454,0.24590499396348392,-1.7472205298460046,0.35190707806277555,-0.7453348748586579,-0.44128047972952633,0.13709509188970315,0.46034087542768143,0.22315047404197866,-1.8303631098301247,-0.8478930853877903,-1.5645699120320427,-1.3159328863103064,0.012172855224491965,-2.0084427311200166,-0.21714024418144154,-1.923601488777672,-0.062350368716955255,-1.4913934195664469,-0.5864657215783997,-1.2122754485860046,-1.9257194524068695],[-0.6466901062365227,0.4629294919034573,-1.0975795946122378,-1.645471735343966,-0.31009505395891845,0.8272924257849475,-0.9584982652709009,-0.4203521692977363,-2.109161486750608,-1.1661502235362222,1.0174289930344982,0.38139990989047995,-0.48437078068165457,-0.2625895258424459,-2.000501185236281,-0.3047445015939482,0.6648093372239755,-0.39519920255099933,-1.0591180198259333,-1.23507553501968,-0.7934577988503735,-0.20245234133116322,0.46203724997232976,0.38957781238733935,-1.2771885994334913,-1.0543320932061506,-0.9329656976193501,-0.6804899126015225,-2.1503954695119125,0.5125455945333521,-0.30367273082752766],[-2.142796015623357,-0.7921779511649089,-1.8820673242842534,-0.29743880605520834,-0.42435766461597324,-2.3973622640677914,-1.459658211612963,0.5645998816119104,-0.7216373206950942,-1.4241017641914517,-3.767040923069481,-1.416262798321972,-0.39911557364024364,-0.35114480971963374,-0.9016788121806951,-0.8544420274654205,-0.7954798269302686,-1.4084370348038338,0.10528711748056135,-0.09112262418963593,-1.406355916883277,0.5164595775725745,-0.30380008048088625,-1.463238031361964,-0.0784046134493881,-0.7801880456849222,-0.08231496394055174,0.08789729608877976,-0.4650176343965745,-0.7953829754945122,0.8620234685145844],[-0.09878968134018551,-0.5950805941225196,-1.1246639457235883,-0.6222561091935175,-0.9786295334666599,-0.08241145492694721,0.5537214359495073,-0.49911686324569127,0.23995758464012484,0.8364422382922255,0.284099092083101,0.15288115297215496,-0.09585606369987251,-1.0945879249147157,-1.414352756700425,-0.9293177707616666,-1.201271664729571,-0.3141911643298951,-0.3199290607380855,0.8550460298546623,-0.5598137950416724,-1.170877266741742,-1.6854179247415153,1.3124429412581633,-0.0907991125553192,-0.9035306180905546,0.13932709298316828,0.4646642977942339,-0.08469780244514627,-0.13273814962955297,-1.6315750092235557],[1.0164040963877825,-1.390450600340768,0.001462209342868104,1.2015760105857556,-1.499170764055267,0.5552889987036489,-0.8196670593134613,0.05227604925119251,-1.3927356334286227,0.7280465393857253,-0.6147553077090447,0.6950754512781527,-1.5337991452540598,-1.0938078083879843,-1.2339761570501233,0.7380117475133134,-1.532269742673589,-0.12643627335314261,0.7766343526370266,0.036316272054183536,0.06956631220721528,0.7920897212320677,-0.27036954295767507,-0.6142297118244058,-0.14253599004036901,-0.8202777600559255,-0.9626692770218899,-1.4497723973928622,-0.564648913939284,0.3528165588737514,-1.0653451311139943],[-1.7704797834421389,-2.4308309845160445,-0.13923370172723465,-2.022563652739957,-1.7298173571392839,-0.36512559671586164,0.7525185417348246,0.2741099036067529,-0.12354243790571921,-0.19805069100766398,0.42588943557396064,0.05398596391187166,-1.100778443627607,-1.5865920615980265,-0.24714417545884707,0.04488347112667185,0.02638561569255541,-2.360861829216431,-1.6293572319214382,-0.5103911240934026,-0.7775182931176184,0.3615976631308202,0.38941826183492256,0.553502500872201,-0.7604854400404105,-0.45560846543689604,0.4308275931440197,0.010204046873760217,0.6483966647792927,0.009013556254459243,1.3403063561454627],[0.018138076294170614,-0.5497342967644812,0.2678777540679301,0.17815863826621892,-1.318153503547938,1.3733416840174173,-0.23484702564689208,-1.7230557745471666,0.9758949853079315,-1.7097845293392706,-0.364696215923547,0.3257333122613477,1.172717959981102,-0.48786206684245287,-0.3833860092983834,0.32489434758359875,-0.275367457213307,0.43990176445704154,-0.06778110037895803,0.4075813003933788,-0.8611783316413107,0.577030100687631,-0.7587748391685573,-0.2161487661835237,0.9625040462512928,0.7291258777923324,-1.3731472939433604,-1.4705569281993935,-1.788338982090883,1.0054053588327172,-0.8682221693252874],[-0.5190875873811013,-0.9878848769019463,-0.8652892486103323,-1.1219747520709116,-1.959521996569345,-0.25844197668279983,0.6843573616219364,0.022527673077694873,0.4852095875506817,-1.6939223758114954,-2.492250519544926,0.3047661205612329,-1.1744776507702417,-0.3072548215218053,0.6775924596535755,-0.7877286357968752,0.47779522984131406,0.660438924857154,0.5151623752417186,0.6443263136457045,0.6521313611594101,-0.056877842625594754,-0.6388543234009487,-2.1004303631498593,-0.2742448890294225,-1.3423474184553001,-1.4868201826304726,-1.8366911399025494,-0.3848571794867884,-0.7109196229535242,-0.9470098225110284],[-0.8712628396897849,0.1855833337920815,-1.896274627270811,-1.01995064439636,0.6933508103008684,-0.5566938257541255,-1.482623898114642,-1.5392103915068225,0.777639754581502,-0.8580997544847607,0.44996491955369683,-0.49311370595618753,0.2007307190728316,-0.5955040966122952,-1.6781822856579982,-0.24826386610120785,-1.217274704863283,1.0326166556317917,-0.3916930483248772,0.04267899822301605,-1.2068443058503382,-1.5883507003923898,0.6540186804274669,-1.2826894138673874,-2.465252802521352,0.4887774554220799,0.6441632583103788,-0.3678583494316893,0.0006850674128616257,-0.03277854783323439,1.407988887945302],[-1.7512547773017535,0.8765241209879419,0.12734771042158152,-0.0053055104194217415,-2.0403795530336724,-1.268994203520513,-1.1888886061945685,-0.18904597770095202,-0.12490570820097863,-0.6025904555915987,1.3471783121491543,-1.0353303539032648,1.5368124304733672,-0.07262221176776552,-0.862166199021286,-0.3722155801625769,-0.9893061381468163,-1.6356278808881377,-1.895725635870532,1.0760347432113913,-0.8550499813893633,-0.9478500837419871,-1.1584948635932857,-0.1135009862733945,0.1267684380052275,0.4471483240782804,0.6993756634975992,1.1329932205964401,0.40078628959482093,-0.11425519915802575,-1.651027544282017],[-0.4998994906780347,0.6243842445718393,0.9731990804811682,-1.9870839481929452,-0.1485114873420141,-0.45507684931260256,-0.8823134970718187,-1.7446848291738122,-0.1268279275831315,-0.695039875006826,0.7668058861863755,-0.6271640404033935,-0.2883391301466894,-0.9843983569080665,0.1337928879262034,-0.40687758882056,-1.004903945881713,0.19726085854291622,-1.4019001911818765,-1.2660586083540337,0.7595327746458537,-0.6372769661168817,-1.2148073347242556,-1.2832302766449062,-1.9777105838094748,-0.26654344330949253,0.43747985908619424,0.17356785868876554,-0.10754369269670215,-1.8101184704553275,0.18497249769228324],[0.6056321014468299,0.48861809367413933,-0.6044724981716575,-0.7604318424113256,-0.7623397839446326,0.47216795887859,-1.0907938047807864,-0.91470592657237,0.19974065556447843,-1.1553326492925424,-1.3064972329782305,-1.7841701113994832,-2.06683694813152,0.113971288399716,-0.8313820431550176,-2.1179780752396704,-0.2732278276089939,-0.5868095298483025,-0.09064308815171614,0.028115457004399727,-0.9779989619427741,-0.15400519387032122,-1.9228173475854444,-1.3200077024861652,-2.8262682980509544,0.5796038560861208,-1.4004919677934484,-0.15536265545788194,-0.8048000022657248,-1.0774971646109874,-0.7448989111990666],[-1.8813695523701532,0.5436361185460911,0.08106800339441027,0.07896745411263092,-0.06956837910692942,-1.2779722466854029,0.33215340437908847,0.2871277426597136,-0.3483672810336352,0.6323971492772215,-1.262131184112947,1.5055948650401023,-2.401988377521767,-1.0963406557278568,0.8811028993814112,-0.7632362610340085,-0.52577503966212,-1.1621771513906154,0.9894569633537343,-1.0360178085587746,-0.9166923031560431,0.1579135867950793,0.28778773776510685,-0.1654295720370941,-0.730570001035633,-0.4676845715449155,-0.4910017794144009,-0.28031694985557465,1.1509054895748456,-0.937521694512033,-0.8973754247784739],[-0.05779283072091738,-0.7548150759964264,0.006341528721419749,-0.5205383686053882,-1.1468288071941872,1.0810620835807097,1.1425990164532882,-1.134123043798235,-0.018894093688381724,1.0636222641177615,0.019997782545358847,0.38270343205495355,-0.10462652712831423,-1.6473348076340644,-0.37015092964212964,1.3616513779176493,-0.5260446255409185,-0.16717113793563285,-0.2903085498239619,-1.8793351563479894,-1.175858798251202,0.5369173972969886,-0.20982332503732026,0.6841621169305965,1.4494375665043395,-0.42365020429134026,1.13169684159383,-1.3031634789373938,-1.7362976981621316,-0.23869131528165083,-1.3119018383638128],[-1.8261582932219218,-1.860572853293597,-1.2472763852975544,-1.8563096829249512,0.3581044924730595,-1.164695741385601,0.687116331207501,0.21512157659845443,-0.11201813021099895,-1.306851956649697,0.7878786395195403,-0.23623155614126165,-0.8256017022222273,-1.4884312049216246,0.3393425957438898,-0.502896558031572,-1.3487910438452788,0.5145685218763993,0.4050641808016986,-2.025709720355859,-1.4206156386659503,0.48433409618449597,-0.2634283439810524,0.650901839427206,-1.4068600126770048,-0.14770506569031755,-0.21325459704649377,-0.27841465698908135,-0.6953550823899388,-0.11788111416295928,0.4017615557733121],[0.3859162928128765,-0.06653673897255119,-0.5477439905052522,0.36712663079441005,-0.5217633396246706,-0.010309000788572453,0.19529382364462092,0.43044066372061146,-1.058544708548326,-0.08638813057901003,-3.299514909790244,1.3270869724131276,-1.6017625325506757,-2.29764063538899,-0.7032059235125626,0.16069599936173878,0.2414867609492654,-0.5966787520031859,0.6102060474445429,0.35964733356100076,-0.5477883743002586,-0.42651357212262286,-1.342154741025234,-0.7303789349088201,0.029655633049633787,0.022043738117052146,-1.2464467637398315,-1.1250164707071286,-1.69749723739579,-0.8665023584400106,0.8678114484794365],[-1.5881677933599947,-1.3199946925332833,-1.9695494753196263,0.5227069876037264,-0.06362688222902602,-0.2530342677195687,-0.9129092737316234,-1.6898570312743626,0.08292874074328374,-1.057904083377833,-0.017378171843354318,0.175324196252477,0.43231794239850696,-1.0984849655516156,-0.7998939077383798,0.3486395323119432,-1.6457729638259395,0.6519510285030563,1.235905672083169,0.10578635819705035,-0.4504648491962612,-2.0408361362309466,-0.9192274912999017,-0.6645075574061315,-1.495882695414998,-1.960861901267865,-0.021840790761226837,0.27823195664379835,1.0400996918328658,0.47756937895134294,-0.5275287635687945],[-0.2604846738655662,0.3242122873800967,-1.4527852180473588,0.27058683287722707,1.015267590181965,-1.2737386787553806,-1.90185882268064,-1.2458421141336593,0.5733176644248593,-0.8634994436996971,-1.884473499987099,0.17764930153707292,1.609287109003832,-0.9671655813125034,0.3918898686937618,-0.43309930208640607,-1.2440940047145488,-0.889885830724263,-0.7997437272189806,-0.39999478803098926,0.5934817237389058,-0.5639203121827321,-0.7117040202219664,-1.453713179000425,-1.9264214730886253,-0.2265904777372907,0.7350608305324706,-0.3422944982785938,1.003381136349914,0.5459871013479777,-1.8091567336217562],[0.5472141585127267,0.3300593189303422,0.08855818535183543,-1.2507203039178585,-0.5540817933135731,0.46660315574617484,-0.7471249724181276,-1.7274602080894714,0.77505407349027,0.03995025933528444,0.11845920053100537,-2.2220089386137007,-0.7169060415179824,0.9934492984840722,0.7644341802536798,0.7236577812204856,-0.834374539316577,-1.4455460360628856,-0.34288844634027127,-0.48774242635959747,-0.39360752916564,0.023446204851792447,-1.6372300816257175,-1.295205486697283,0.7726188241230163,-1.6910179439437685,-1.1413366845140762,-1.2803475848442154,0.5365613238503556,0.9600675233912601,0.32276089536749164],[-0.19845550995659708,-0.8870544347427464,1.347053406745443,-0.005935870747460444,-0.15365682162780644,0.243458773558935,0.7328949544475111,-1.122407825302378,-1.830677775572915,0.5992970892826027,0.14970940580238346,0.12445842281209027,-0.4634123879802568,-1.6420246623989514,-0.7014950620072425,-1.1255996084436757,-0.7155496523865525,0.20789421240855105,0.22152396611640734,0.7005096599116096,-1.9935847217161806,0.08485587607406353,-1.4496654241203006,0.6849059499861284,0.26367470115940095,-1.3937598770284534,-0.6317144461347225,-0.784894637355272,-1.6843532879975898,-1.762388552211114,-0.6638658610137359],[-1.021473256827933,-0.2282526671146711,-1.4304182522617561,-1.4428438091693545,-0.004723106418024908,-1.1866837224838847,-1.529110929782465,0.7767463332209834,-1.6606047832503705,0.5095293478233694,0.015615808246115815,0.6141404513172095,0.014871700432838406,1.3781432147234012,-0.25335242204437997,-2.1024347842257565,-1.2333531901725543,-0.8944738451528678,0.20713577107623518,0.6493121187947157,0.4358058625857074,-1.3079568330690974,0.6689117375395792,-1.1863067147956832,0.0663859446483194,0.32650804026068747,0.2534058030278906,-1.4375077713487114,-1.599691606221554,-1.6781068933773717,-0.47801291134905527]]],"Biases":[[[0.005767814276938138,-0.12559081167955372,-0.5890887748108856,-0.29034940629137496,0.6805462930127649,0.09645168631972531,-0.3659309989873638,-0.29150433902041334,0.4443638156971053,0.37744089333149294,-1.0163108983744507,-0.5925674671542064,0.5920473818322545,-0.003037332197715737,0.838052733039438,-0.6577618105800641,0.2856298023842778,-0.37086284939437936,0.30437673564646345,0.3584425580566264,0.2143416871080451,0.8874721850756159,0.04394159577332681,0.8462536519142574,-0.4196273341683878,0.605958064585425,0.6019612501805072,-0.9477158218207262,-0.24784853137036872,0.9430925514342764,0.8714733309818479,-0.8081806012070526,-0.6406017477520347,0.9482914550985837,-0.8312204697642555,0.3577000430446446,-0.560772738285756,0.43954477085678473,0.26752959686014954,0.45850497745260743,0.8162247840360811,0.2972547882123568,0.03419058229840478,-0.414054135766106,-0.1547473382342294,-0.22028881391168392,0.9105618191826345,-0.3595920016062047,-0.8557135791180229,-0.13285468023974345],[0.10956243270522498,0.37804562728062985,-0.18725489894469785,0.5864468899133949,0.769821861066869,0.3507597688511958,-0.5820477091821994,0.07228049865515053,0.7686269214890022,0.14331708974766794,0.14291812981960503,1.102537166779497,-0.7257788812943645,0.35529059426743476,0.9675559902413331,-0.3078015226236006,0.6295205879766101,0.6131836859875961,0.796221446261644,0.1922814862857677,0.3705718417124318,-1.1019107229371998,1.0524826949958614,-1.3494374095545234,-1.7882191014131894,-0.26052729010962267,1.5147922257866147,0.6592229392028232,0.7129728666497055,-0.09101500418448709,-0.1839871525502038,0.7404748164642599,0.7076905328456804,0.7551469729944543,-0.5952407292135965,-0.6412783554337,-0.050355372726339845,0.9222876179333551,-0.3476021441026404,-1.2192888302425644,0.8230393116655655,0.5569369619075403,-0.5835356552047157,0.7185579392551525,-1.7503023601873615,-0.4680734914156004,-0.34799655077789177,0.9495260422531691,-1.1054742966168611,1.0635961739593338],[0.8010529643148394,0.6377697230140902,-0.1860442737294008,1.2744909814608176,-0.08375676060022384,-0.287144618821477,-0.5509469208965388,0.5440427510861312,-0.252452733389629,0.5045449310548964,-0.4344021492093811,0.9455553255904532,-0.7190712790745521,-0.3868812267074084,0.267497883542155,0.4611562881653131,0.5553270992339974,-0.321417753118027,-0.7990964797814059,0.07744298142755171,-0.605787759634292,-1.1688363161073194,0.006420845299095554,-0.6770153455297475,-1.6615346709163206,-3.0589735187015714,0.09372674885413769,0.379163194513342,1.3934562163009445,0.6667595493374572,0.2983190600553907,0.36339562384927254,0.8526146407892383,0.09089724155285832,-1.6553282745734923,-0.14648141600907524,-0.31121995440963707,-0.4621006573145062,1.9622197038882272,0.021825793784185657,-0.6102597722006449,0.4197023091998558,-1.8580312266219083,-1.4722256513678975,-2.538905750710637,-0.5280965420171786,-0.36356805378985596,1.1159058474464705,-1.0556525574882,0.560672239090044],[-0.5598650893052376,-1.8415410623024202,1.1563260234334514,0.9337850053450961,0.6167581720524471,-0.09922028353177859,-1.2055132342493304,0.4151803468109687,0.6496382482064943,0.7329788558934628,-0.0021397098643466663,1.41034963038569,0.806894178875476,0.6441614404294389,-0.07667643948432683,1.0053559727316912,-0.7065116158123156,-0.7417006440813753,0.8972045391418125,0.714715063478975,-0.1740170519026781,-0.36534694011715474,0.4874766085284798,-1.3821929225051193,-2.243195217669676,-3.8117114791403797,1.2407324372881519,0.5196017937224289,0.6457588395575605,0.5205442525898255,0.23034529113491672,0.1578966503685626,0.17093152871655615,-0.22187397099123815,-0.7368141318376877,0.2467888819495211,-0.4204884384346935,-0.7115257942669907,0.552602649395886,-0.08083315405827517,0.04367821469713357,-1.6463204401488303,-2.5394546445717063,-1.8362900580614105,-3.9128595830414286,0.5243800761153482,0.3425769964218275,0.7626061327836982,-1.0634050382637799,1.0295705983724626],[-2.426737110235729,-0.5209145281706363,0.18880125071703321,-1.1413823774495078,-0.9258627793033505,0.4635527018006309,-1.6204873866536251,-2.422195186703029,0.12165111055335975,0.5614472965316334,0.9261297543581359,-2.0639354620728345,-0.02849421811343237,1.101790695887553,-0.2381386452175784,0.6637186950796788,0.556500714062119,1.1676747958167641,-0.9277986219038151,0.6804496820470978,0.14884533605509906,0.5796808826392049,-2.16871832774515,0.3970541536852275,0.16395154529012923,0.9400542065589657,0.5561916604630112,0.7361099915566897,-0.28721939227944737,0.2420333401635892,-0.8256795078194835,0.6912052109544075,0.4275596125893969,-0.9727275607898701,-0.07891132316897213,-0.07058956833780813,0.5043376478160486,0.25784505232264476,1.2730108701904366,0.4596071413041198,-2.202841368363794,-2.1902437203637803,-0.8773929089983301,0.8866897159774916,-1.8796657238405061,-0.3132893308182216,0.8900646950051043,-1.1825318491273737,-0.7507744705298744,-0.3482547320140726],[0.1209733829114074,0.9433679490181924,0.6793745677610435,-0.525836815645374,-0.5615465233398342,-0.8934608938955356,-1.5878876572447058,-0.9820108855893582,-0.5627420506082841,-0.42238818982017284,-0.6905763120778367,0.18118367831562535,-0.5637255396683252,-0.11926904525594058,0.4753716243158842,-3.1275172009777243,0.47324754185082707,1.0105118731921305,-0.3900873081766953,-0.09398827107741349,-0.078394134362106,0.8899764664774246,-1.1260839262469493,0.9756675096378227,-0.6578076241983561,0.052125479545601046,0.21762835807116057,-0.6123836538743798,0.76344111195702,-0.7151201998942499,0.26080552461559153,0.8135406471721092,0.41383683986683306,-2.1770093400777033,-1.5838283980345156,0.045362912094113576,-1.0675071250214356,0.5117373730083674,1.1205257203212138,-0.9000066043756425,0.14160128272945197,-2.7850502823121936,0.935219642638733,-1.056468477443555,-1.7796838732088192,-0.22314186688661436,-0.26021168949170975,-1.299706428870757,-0.7801467133361845,0.6097211618161956],[0.011768702034517478,0.5751719706774466,0.3488191635627958,-0.07695394739217336,0.03457773601677108,-0.43676583711438766,-0.2786071190728939,-1.768723423805022,-1.377059001479488,0.23246338956129586,0.9498668251017831,-1.5100717401679598,0.7069181162404142,-0.3635354406619271,-0.1102446681564352,-1.4620373275794913,0.1335618673650735,-0.016894223147513137,0.834674855637134,0.1503439855073732,-0.6874586063791879,-1.300603228661279,-0.7259862688453704,-0.9051741597234821,-0.5383707413713764,0.15501972266831646,-1.1199348990057658,-0.4439678221464997,-0.7859163564422882,0.7700192049638505,0.5360803367967077,-0.053207651254482784,-0.21909538510845303,-1.0697424753018225,0.731343008978139,-0.09106444952540949,-0.547462052992594,0.5671018224828959,-0.43357844895588055,-0.16399073587850327,0.25894684702399057,-1.19320969958794,-0.7422881892043416,0.7604099818576681,-0.40967611005722265,-0.4615995198804386,-0.33263133682287677,0.7751374980815886,-1.359057467985515,0.6508778424817926],[0.7126726284857896,-0.43502673882124937,0.6476863740738,-0.4359321005360514,-1.27208218358954,0.2544258195216884,0.07098887302395429,-2.188901394611394,-0.07784791274120938,-0.2289190554289515,0.413764364298265,-1.286257315434832,-0.6992729243271986,0.5013764892068745,0.3194476476859064,-1.0534601788382507,0.2436897029147955,0.6556775371550867,-1.6754940162222527,-1.6364368130942175,-0.23677644657581073,0.5847009149159871,0.4918180782751745,0.45487767047051114,-0.28880083199294754,0.3518489591028133,-1.450616857358393,0.7130396917738293,0.20815638886531315,0.36729555047918333,0.26593652443910304,-0.0733392164053928,0.4349827401332995,-0.37937682751967233,-1.00029169896675,-0.09826057824951905,-1.1168143152336338,-0.029145806134343626,0.4809797925846566,0.5314666408411501,-1.1526027287788632,-2.467195047477016,0.2972367040215882,0.08931574287531498,-0.7647271412099733,-0.41076039761502114,-0.02681601730134948,-0.010859109226729925,-0.03615947202341343,-0.6502457228259083],[1.2183880628525412,0.24289659801862787,-1.0113626893280254,-0.1491005506979989,0.402668402429498,0.35914051422903825,0.49387520089991477,-1.760165610574205,-0.8822374750847132,0.8440759612197607,0.040835319983756155,-1.4174157288710516,0.18071322189141745,-0.522849441572685,0.9260668179649442,-0.9423427105241505,1.027266329755072,-1.1405010581088004,-0.6867809599150442,0.8438065014404332,-0.5336149964456283,-0.9095059507746749,1.0779993068316926,-1.367603119344996,-0.3562322052154975,0.944720864373847,1.2724315484305937,-1.3710242596438236,0.6123703226677077,-0.4372018192312289,-1.283281654763644,0.461866416026234,-0.361885851625916,-0.5796737619979788,0.41121949435999594,-0.09909083960722177,0.07172783065688433,-0.8559895765035295,0.4492880042541962,0.19417510293798454,-0.9257057556445956,1.2940038650437984,0.18619300989491386,1.3144058360653856,0.3658461082259248,0.48385446742609867,-0.026638504157036058,0.8774079498084112,0.3930339206187655,-0.4080271998039132],[0.5354021648469122,0.18487815074981173,-1.341475659346159,0.05021616140705131,-0.2100966081737084,-0.34716124397028614,0.8202964321949839,-0.32974488241507893,0.8232922558803382,0.5503164031877295,-0.2603583197197303,-1.3105847952165859,-0.3922696599023276,-0.11835207230453397,-0.37189371256845244,-0.49352598180441143,0.5005875164369792,-0.8191105972558975,0.46163716325453835,-0.4763027517493191,-0.20548248035096525,-1.805617545190042,0.4507867794263575,-0.2996402518156854,0.09317830959364953,1.002560633102499,-0.0958425348215509,-2.711573110359373,-0.929445083940663,0.6692230353619476,-1.3224868290015148,-0.7198020233341855,-1.4249108920070739,-1.6614021707131097,0.017986938566398075,0.36530441284167264,0.6016485276753978,-0.7180233697358545,-1.331172492876082,-0.8438762311856466,-0.2551966485767945,-0.4597925520395042,-0.5033799332005546,0.9288388539629745,0.19415741902854478,-0.7420227484747737,0.996553995477485,-0.6354244332377785,-1.176659350745355,0.9697111118627508],[0.3039635924335474,0.23533705661472276,-0.6256346455125942,0.6755385695315435,0.7165819019672652,0.9901005688369128,0.8569645736115754,1.6307904985108135,0.5890984305857395,-1.0078965607393884,0.9073760705693258,0.19671903720121348,-1.0825857278445785,0.3632147380777441,-0.4705715759468196,1.0460603212651876,0.6779084640440153,1.1290076462902472,1.1633899390682858,-0.17283513454222177,-0.8806044507910579,0.7107158024855688,0.9433111430609552,0.8511701502155709,-0.06037115995060864,0.6040141870837951,-0.3520694291307864,0.7223157555356305,-0.5629710462295959,-0.4395673341267309,-0.16758258624347225,-0.4543487676600485,-0.6841703918875455,1.221558298258429,-0.44545328504875276,0.8069189831337696,0.610087937538455,-0.9584624950618703,0.05868216470192384,0.7448643270486345,0.06492346732556244,0.8372088742227317,1.8611836840360843,-0.755411636030629,0.7657301596321023,-1.254259139489597,-0.5711914025572821,-0.3544136885833922,1.161599679501578,-1.5380161404665909],[0.7908230369369549,0.27346189710580454,0.32438181527092785,-0.7421057821100362,1.1353822983788524,-0.5748734230903522,0.8980277428905231,1.1442169982039756,-0.18923116454144667,-0.4171282135488766,-0.6095707276954987,1.0781847026308242,-1.1585451053975184,0.4113122751124099,0.5131486647736841,0.3881059906045057,0.46615628265219644,0.9423450886412011,0.2074795460166114,-0.4067253194810979,-0.5227987553362649,0.4796566340885628,1.2233814586458873,-0.4918891696381571,0.18508413703663887,0.8271292064362151,-1.4797557873877516,-0.05941868228187052,-0.5237152437823325,-0.21083218091974698,-0.7507844733857258,-0.8782770546950173,-1.0539941883166832,0.764466367255092,0.7533593211241202,0.5970637172435651,-0.37788182929549036,-1.375263016027238,-0.19645573418182957,-0.34634161528097585,0.07319520850332253,-0.22605654645914855,0.18804528476967922,-0.8609204958170786,0.14283031558466186,-0.7890455984673365,0.2571364326065773,-0.1130333527024423,0.40571416756751066,-1.5741663355490954],[0.7072950703825764,-0.07568874145588869,0.355273714889984,-0.6364454348660147,-0.40035816810001695,0.32881965336379,0.9545070943971944,-0.24762449343783466,0.9633624490523981,-2.396229236141923,-0.49285762462866745,1.1002010802859747,0.23648175696543838,-0.9042677387406739,-0.23464404004897732,0.9229878332531726,-1.0432489489991992,0.09500072828027971,-0.09672464118769922,-0.5254290347757423,-0.9287506014052496,1.0465706752416226,1.0169758049303161,-0.5329182734946112,-0.0761370968162556,-1.6563161008715857,-1.8213702941445744,-0.6251610345448578,-0.33109066557638955,-0.6140767246630097,-1.0338438590783294,-0.2623366025470354,-1.2466582538762196,-0.22963533829990518,-0.5855152717646103,0.3794295299231637,0.13663290040854237,-0.7586378434031212,-0.5632109046020856,0.7582795651289862,0.6476805390711291,-0.6349605692528474,0.522437199874045,-0.4494845223585784,0.26596147804463016,-2.0762576098037133,-1.12436227709422,-0.06889592043106754,-0.2149102030291547,-0.06654809639929028],[-1.4984954673856161,0.9064480206764202,-0.7731880570214394,0.6297577639989177,0.591901944565041,0.9183294675727915,-0.19562514205339573,0.8681997767471188,-1.8994800966136605,-1.0172244525228595,-1.6052414221577822,0.1366015928596239,-0.6461916802893458,0.0050830436262377125,-2.0064357789905434,-0.10971139755321549,1.055784911846026,-0.6368189452728487,0.8926519306988856,0.5172131468319664,-1.4778068778321571,-0.5347397329302366,-1.8249153381473115,0.9099442503109623,-0.3845772885033029,-2.375819040656101,0.7231925480080171,-1.5849653313295278,0.3441966667456207,-0.35049003320203903,-1.1347785862416053,-1.4589632572222766,0.13901404916378338,-0.013679241120519546,0.4876175643761915,-3.162877809386128,-0.49415205645238286,-0.8172480867366217,-1.4835151862073965,0.008669895526476791,-0.4369514699717337,0.3373765731397445,-0.01673329513287153,-0.36460099398217527,0.06296679555082449,-2.4885893296375134,-0.07982942781743523,-0.7802787855171954,0.3092273194467074,0.8498888268357344],[-0.9765611873253595,-0.8318953460285818,-0.07493173333331198,0.6073367292482152,0.02714209844805389,-0.35689797675086127,-0.1673343370765315,-0.47282555569366397,-0.9488805788146204,-0.16281354940788856,-0.8332096542652335,-0.44102119634466386,0.5333432299428404,-0.1345527695551701,-2.2760732620203656,-0.37499382807350684,0.2360850684178881,-0.5999728188504249,-1.3289288503357484,0.2146217939872083,-1.8497323031024833,-0.868159433561767,-0.11955150334633975,0.288680594673085,1.000126556943689,-2.5630007810355315,1.1001338904146145,-1.2888595665758824,-0.05975540590520671,-0.7328374156162166,-1.4351574775236011,-0.6654942597008561,0.624689565745881,0.011746235723254716,0.3217640363314443,-2.293126783037409,-1.8423241765739855,-1.4610092633029623,-0.5858969838391697,-0.17656486663839044,-0.2686041855545427,-0.23618300880935955,0.5445038423622803,-0.6354200208913048,0.27606468883393087,-0.02371404412088281,-0.505480020747212,0.2776526900604763,0.7445841818288145,-0.3533709295975588],[-0.8443281780423709,-0.03774151062550959,-0.3288143817380941,0.21920134428056068,0.011404554540838451,-2.6808530104624713,-0.9572003971372025,0.4930956491498126,0.5475162167041785,0.42740692536626357,-0.7663707698223061,0.7326583824788392,0.01919622898164751,-0.8205277047929167,0.7596796662112982,-0.15014900473658344,-0.409023812135634,-0.08875997316963387,-0.5856074751406267,0.7077274972052296,0.8144311626958568,-0.8583749646420725,0.6611281327427941,-2.175492210848366,0.3745414572654035,-1.608023031462723,-0.029312443948051874,0.8374487873742087,0.6223901165899016,-0.17930492627701142,0.39614091267468154,-3.644473248118212,-0.28288404409411727,-1.2185252530211448,0.9448008405182954,0.22562911631509175,-1.388277326204222,-0.45594031189897233,0.36905333152164227,0.28815971341483226,-0.8208770746423377,-0.3550598499113548,-0.9856403111265396,0.09115195919340006,-3.3515252349416,-0.49011707554716666,-1.2169531674661889,0.5497617882081455,-0.9268822405623028,-0.7836247957176085],[-0.7614261832159502,0.2728916410528486,1.0310629091996804,1.5815769765256733,0.4516695691337854,0.8126980127875957,-1.1768553864669926,-0.6903839218636169,0.05849080924362867,-0.6110331170169708,0.7507111681212884,0.3260391936741352,1.0051453060977924,-0.14273614977570775,1.0881886667190133,-0.05186170699031336,0.8126511707343125,0.3129517402381418,0.8906547977813801,0.8808203079727422,-0.9000811556782115,-1.3197084605867182,-0.7332999692218781,-0.046649405023192286,0.2528346825934273,-1.2600011447280064,-0.8188965996440988,0.05893230767012407,-0.5258926166126976,-0.6039515725494284,0.2535621347591399,0.3146477354289393,0.4092018573956031,0.6633769372473067,0.42806344686825865,-0.9767177877556666,-1.2443197458956272,-0.35451918743253774,0.35671805406753015,0.34781578588096046,-0.8648880746354756,-1.1796942648159428,0.31198191494682864,-0.20537300910980832,-2.355884231823801,0.9094219887047409,-1.2225467891643944,0.38130140999516793,-0.05475420160335944,-0.5242431692193622],[-0.14020307204607674,-0.17129008215418143,0.34507849735874,-0.7299251311942887,-0.7860426875970496,-0.32663704119605536,-0.9661059452901104,0.38107586641764174,0.05981913230539382,1.0064430442544985,0.38447669749950025,0.1827392294317292,-0.3258326286563516,0.03228351634558805,0.4977146923993803,0.5825202278481811,-0.2981546671284011,0.21347959668108024,-0.780771778985634,-0.9152915104025965,-0.3996395250967712,-0.5102827414448654,-0.9374224583093979,-0.14813097151176213,-0.13575044578272738,-0.4726949839087605,0.7105066610522829,-0.0447858749326393,0.30843488815947984,-0.46747062056856403,-0.2277782975929172,-1.1518550501907938,0.9799862163434927,0.9107529111434277,0.9466091372589219,0.41700617734704126,-1.2233303758766017,-0.3372235509349864,0.6177747237527762,-0.276013069043474,0.28546680977568945,-0.3764197470399134,0.07378822904133812,0.3960947787276944,0.2140555726489479,0.6616397922080146,-0.2308219444078926,-0.5871075810440035,0.8711073527829899,-0.0991428594892851],[-0.4617355242916907,0.2026576772421724,0.12869107598128302,0.26188435765450213,-0.255495400522632,-1.4441314368029565,-1.6539517089013862,0.7148234264905992,-0.3156465647958569,0.08269049161163984,-0.23099201641705244,0.6146661089131614,-0.7498978254052113,-1.696434049455526,-0.11607377386717625,0.9766103570963562,-1.5023594391655297,0.31715950371049195,0.4515984204975043,-0.6575720199019934,-0.7020893460999331,0.2671264219667367,0.8428721668863819,0.08021062879247974,-0.09475874591997868,0.8985669695699637,0.16586983901522734,0.916393768380131,0.899712077024198,0.2704112099658773,1.2080276805792187,-2.846261892259855,0.8051159859054883,-0.39906641421158845,0.6887025381342116,-0.308615251223096,-0.9881107901626637,-0.31341880005447087,-0.5756688060293967,-0.027761765060241313,-0.23019174325784253,0.49110059066385076,-0.6977205386157473,0.12553385906727316,-4.027722419633137,-0.24188477064841618,-1.7950122701876663,0.40993991191926415,-0.02997041361084822,0.8897396667352298],[-0.4507494795214677,-0.632026567180092,0.06639600488261113,0.9364571398491353,-0.7846475912562996,-0.09727332631477892,-0.571153884427844,0.5637639243825825,-0.0019391301389412455,0.1673188079679457,-0.8565649495843226,-0.6250473164840291,-0.38185542006568846,-0.24929708789717248,0.6939228879756052,0.5421243035833254,-1.0223729530785899,-0.7465290547586745,-0.4936497246625636,0.9841203035464031,0.737339345614403,-0.5597316169743857,-0.3689851143035439,0.5737420229324534,0.9358980124255233,-0.1596194445832857,0.5363901552879415,0.5902590417734642,-0.8410482511976153,-0.7114733134890028,0.8183565502354941,0.4799360408731725,-0.12414366682931932,0.1855016024192951,-0.454987289520997,-0.13585900137063672,1.1955857873245357,-0.7644775064883048,0.83793747612431,-0.551190705869675,0.9325836651341353,-0.1637399698159968,-0.8538762536414799,-0.19726910463841374,-0.29448156326727476,-0.11260572242220314,-0.8473758709390306,-0.7150722771885051,-0.21924011125306136,0.35434171807622233],[-0.7436856060197088,0.9760136218221638,-0.14917669232008837,1.0306903159442888,0.9850047728726645,-0.6288018092271458,0.07681501924862069,0.8055608310106989,0.9437895693932887,0.8337859591399399,-0.8630849145161433,-0.6004118211559536,-0.4102084875545626,0.8918809539945285,-0.1934159758313157,0.5876244277571759,-1.22794280118398,0.7194258363942598,0.5003828132421205,-0.5895667809594362,0.7782470773046112,0.3010706213323331,0.07698920575674675,-1.0856593927014864,-0.8337590240361044,-0.9913926462868472,-0.04646878256087016,1.1358855549026858,0.5538460468471158,-0.31268364555603706,-0.4974899968672735,-1.311508808944446,-0.3686906674130331,-0.7663514762542173,0.004419912379234952,-0.4289821997119642,0.6077386677830688,-0.5429308161390134,0.3872478646755926,-0.4134574487224079,-0.7316141631969236,-0.28466306039507255,-0.04851415124169016,0.11229209443133245,-1.3648445786278198,0.40487955559270306,0.28412108476810966,0.6417250934279918,1.0061735576872448,0.3870588507585471],[0.2687273279264478,0.0176086080216015,0.6214089658632473,0.7337816736463169,0.7539456529308673,0.3664509057664351,-0.9967146853396144,0.5786834241687234,-0.2478893340451704,0.7366013778868896,0.08602934278941299,0.46579174965217224,0.7629083405302244,-1.1877651356390073,-0.0460138285809426,-0.336637517044137,-2.6636722901293606,-0.06431600756927384,-0.03734293992342388,0.20610149083825022,-0.7657401893093688,-0.40604136476496233,0.43264887769164767,0.32989145813936227,-0.2732543625546695,-0.16685896129298827,-0.34646054506472884,-0.227778466559591,-0.27198214537438153,0.8657508659257855,1.053445663315588,-2.935276642476295,-0.6712652909325456,-0.5881128761136973,0.5686249578597323,0.03869198169890841,-2.351207281085504,-0.49391778302549133,0.37714238439325987,-0.42220848257476046,0.0022885774715332573,-2.079940987058662,0.4275258295165842,0.8127458719524681,-1.348437954138934,-0.6410933268453834,0.0564174812401972,0.9152972315558167,-0.45267077577410986,-0.33189353343483113],[-0.6077111975548584,1.4209862991551825,-0.0578415751035746,-0.8177543031116521,-0.2345402527650995,0.6846995199144914,0.8871937766412166,-0.9719393188990882,0.6558992832041846,-0.17096349203724637,0.8908434253449027,0.7426321649197026,0.6409965755176682,0.7139125419053436,-1.9615611683121308,-0.0019769004087112512,0.1426045842187284,0.6449054419171762,-1.043357504002065,-0.875879284717345,-0.052453917645956714,0.6721724658887447,-0.6874234633822995,-0.6166830104434117,-0.8729845653093091,0.40900221656257546,-0.15768862396019453,0.5992686228196602,0.21316262798162805,0.8731155601076671,0.18529462887018952,0.27505040118130486,0.6212439383010628,0.03469227501009629,0.08864683777805657,0.4779166928593951,0.47927282044887,-0.6598143945159982,-2.3364554489930094,0.32901462008072946,-0.4449213525773024,-1.2053298699691575,0.5597237904578374,-0.9921747358926416,1.1199538047204816,0.3292910375978532,-0.24185465832588696,0.6882771429181709,-0.9066913785041513,0.05551550067326269],[-0.28050319857741374,-0.10136431317883732,-0.08918594863907407,-1.4009101349321882,-0.6820160995697773,0.2101104363306068,-0.5553406316379816,0.33420999332185736,-0.33609853141502566,0.3518853487916198,-0.1259731745642222,0.3047444089533699,-0.6855129633973377,-0.7237306616816167,-2.0950372530558923,0.8037179092289787,-0.5312270161545372,0.4447921296699524,-0.4694386143176068,-0.18357315001847854,0.7838043190134323,0.6968257971538836,0.7666998722865942,-0.846734828644966,-1.2425835756710433,0.8686156832720103,0.6069985771228982,-0.686510068310972,0.7906469327292455,-0.6738822911744216,-0.6778070039915468,-0.25097345830307227,-0.5996383455605023,-0.031213633102200763,-0.2811058624727436,0.03184671172971382,0.1241742256248565,0.10097157993321443,0.04415940235034636,-0.22439198418141335,0.0043000947124711445,-0.398295275923648,1.0492388412382516,0.6401775299624384,0.8956057719360947,-0.7737921415389265,0.2121251552437598,0.7711333093097632,-0.49202195862347836,0.3608063142397575],[0.6389627130258881,0.07474613141068236,0.9303321427126425,-0.7699773369382245,0.4599049336329933,-0.00991917467184764,-0.07311430073167409,0.22054044314987936,0.7786507062216084,-1.6998246560762948,-0.29587958267672637,-0.6603735877819283,-1.4760965362637477,-0.6180862792068743,-1.6756604488421136,-1.03428257044108,-1.5988445485645575,-0.9367605331875293,-0.6701890303009191,-0.5172789221273393,0.6184796483848669,-0.8151153741579945,0.7385025863509428,0.2020936076636585,-0.4019934496425788,0.7488226607788744,0.49370636976270177,0.07635881224472492,-0.05613347387346263,0.995416308812989,-0.445637179398267,0.19661468580516595,0.8002414121444434,0.3566012934258596,0.36632755513731635,0.7314880897876466,0.29677301110310134,-1.2135901073903061,-0.4470079998974579,-0.5716072221154904,0.13789709326474267,-0.6218239022551522,0.2101428817287416,-0.6654324993807427,-0.7662127801273779,-0.5836611261968744,0.0811584400137661,0.4909409109331474,0.30917143102414635,-0.4458506864841574],[-0.9905582326519935,0.4294706879092758,0.8234023803209555,-0.542899952450024,1.0029865886390399,0.2728967949247795,-1.660128100815172,0.8325378155606509,-0.18135670879238217,-2.3516239007739115,0.6235574827696633,0.8136219654763783,-0.15333082343538507,-2.0284101343140817,-0.33391258661399564,-0.45780636416665743,0.849475614283319,-0.161870793197663,-0.6418668785275358,0.4127602767213363,-0.0475405497526476,1.2492974698273152,-2.5259453243911474,0.21742016416287832,-0.581630436462436,-0.156554936319674,0.015311687501357476,-0.38560154327869317,0.13978925750104212,0.7923195518562871,0.8048223944341064,0.9471540810910132,0.7268152183439163,0.30425141665747196,-1.2804480360322035,-1.141051285548555,-0.31364011502281985,0.9257795545946745,1.35872050128168,-0.03833156292824848,-0.717255077159275,0.6184565343640648,-0.8328847074341174,-0.44346463878207487,-0.6972533129863889,0.26072374917399327,1.0511465276084495,0.42548668913829796,0.34986230546014935,0.14903106983565872],[-0.10354767852456302,-0.48252155598066593,-0.09642353725390104,0.7404164195923767,-0.8135429558945141,0.6539411231427189,0.6277406893436521,0.7401084372137159,0.045121373179221304,-2.0552101530433498,0.799683084354815,-0.7437818621021154,-0.21685262443122957,-2.0635301679235174,-0.09343501574490572,0.6520279359063854,-0.3520406759995194,-1.2216854544175786,-0.5229947658933005,0.12355786592896942,-3.3763092415212546,0.16428844914615182,-4.088190974218799,-0.694133099757411,0.15645107181934426,0.751045951343643,-0.2514529648558954,-1.2564432445321756,-0.7156052898626925,-0.27602454283230926,-0.04181750830725556,-0.5934683387899108,0.43333225772241735,-1.3573802349479114,-2.463716413948678,-0.251829517501138,-0.34724947903027337,0.024629895256169397,-0.026699710278178024,0.7164440611659868,0.5155093822438116,-0.2434870736289621,-1.5891923491517306,-1.2422213714356405,0.1266306508979365,-1.2153727783622648,-0.06104331624264863,0.8715582155305336,0.1742344258417539,0.6875453281876491],[0.5010195567408818,0.9300776708260718,0.41234164013301594,-0.22671338623440632,0.5849168533424968,0.9571884814474207,-0.41176330088203383,0.08042948607574488,-0.6271609209577949,-1.0289893735969782,0.6255576861189345,0.08876370477799597,-0.12216674637811659,0.5639329146328083,0.5235071024257134,0.055015890695858674,0.5893576184815823,0.49641384848052933,-0.5053562310070292,-0.6889466929168213,-0.6951892977359952,-0.4388520176482327,-1.4350326973868264,1.1146913464964638,-0.30498321607987494,-0.38954823735087346,-0.1462880934365366,-0.868522710796108,-0.6427412643454038,0.711538789137615,-0.00750989343924562,-0.019559771434548207,0.40361769560021743,-0.6814419829407151,-0.4711065254058516,0.22565632227508056,-0.5407664995138847,0.6385836273476915,0.7202017865309505,0.4735344118644025,0.8056360979315311,-0.4181845602159613,0.8592487015155696,0.41384489800749397,0.9505685656417731,0.4637015417718994,0.8498035143084348,0.8442090936311868,-0.3825849666535257,0.10775626165837128],[0.27363446418843496,0.5329786849762945,-0.49153365066887184,0.4491910171395888,0.33795241030904044,0.7870460040347677,-0.8616293580996243,0.48291134489836673,-0.6412505920837127,-1.0328632506184914,-0.6332476381571879,0.6317350516360459,0.1458853333448062,-1.7013147528197672,-0.7903093241737297,0.5669183012821675,0.3190323833973473,0.4012977552625478,-0.6474349999210686,-0.871489734792434,-1.649134427101212,0.49695117649514675,-2.3208891587505684,0.17535379548501062,0.665498842701678,-1.728868807308496,0.2600297735477532,-0.945538742245988,0.24025122208584992,-0.24444241089339475,0.01092645239525267,0.850276531738398,0.41137098338935507,-0.9135751234921454,-2.624103804000889,0.3388253962753332,-0.3398025903700057,0.8264911707889413,0.8154038103114303,-0.6796025292374098,0.4035585457584508,-0.06570760126950886,0.46076113573683547,-1.0010532957867528,-0.5721590023662283,-0.7409622001283689,-0.40121394368292823,0.7066170047732198,-1.2838644443484932,-0.06879609968804834],[0.4064339133231263,0.9735496072736259,-0.13045832569984986,-0.9033188130535458,0.9703652403562233,0.43218465780797066,0.223601521064777,-0.017774728395663658,0.6708489312787548,-0.46673492643739906,0.6769236418969785,-1.7321616322571316,0.732244168007892,-0.25568715892440386,-1.1116532541914848,-1.69227141043817,-0.3890016084024937,0.5526925033783232,0.3570687466551393,-0.9349581329274331,-0.7451074103464939,0.09383758920765621,-0.2580483172143826,0.6569777740169058,0.3343484032240117,0.315156345999893,0.15756183818168482,-0.7627886752466666,0.696491929734254,-0.9310298202539633,-0.3974558475238016,-0.09813356275538566,-1.683110243028613,-0.9162780532332608,1.0319930461250493,-0.8118533007402347,0.11416686787394442,1.0937687797136992,-2.847155987395062,-0.1142208124724579,-0.4258797117124234,-0.7518938713799407,-2.5145859923470613,1.884570604141261,1.72682445780807,1.1050492872413322,-2.416482762259394,0.10442061234115953,0.10868033899946626,-0.15948070922570973],[0.09510348151853522,-0.5075651939599435,1.082499283665287,0.6310713582029107,-0.43215080999139815,0.699673698339237,-0.5122782389632715,-1.2573265368884463,-0.10367186472444326,-0.613434655599592,0.7995464766708057,-0.7204648599273538,0.5069202985021395,0.40580310032188377,-0.9100881396746583,0.6057626531787718,-0.15236875862692648,0.2115579668477347,-0.7603447606419443,0.5260813582223731,0.5668736636649027,0.5626613077707358,-0.9374266664153242,0.8685903110966005,0.3676048683005135,0.8994634098384134,0.5964171521718691,0.12498458776671646,0.40514250332074403,-1.7970676620246124,0.8538556612101154,0.814108785140346,-1.8804157689730197,-0.497018747205625,0.8635533451545784,-1.3294515161834253,-0.11348562216872472,0.6807742725346072,-1.1870140421445037,0.713098449519147,-0.5055399843348262,0.586536556051174,-1.7068756234921392,1.5090114522012223,1.8144097170544622,0.7860935786345801,-0.9031193743416237,1.320252509790427,0.48534035178101165,0.19251094968407356],[-0.41095936885205225,0.4110970044016208,-2.5263666116810897,-1.238508822483296,0.7013899952794812,-0.3007224539463311,0.7855509829636191,-0.6018908684231687,-1.1530464674150545,1.0875269559987262,-1.8902849974000602,0.39380331336356045,0.7925747539285048,-0.43741096337785546,0.11479221614749249,0.7457614946238871,0.9189451059811313,-0.1170056897631422,0.16286037517976792,-0.7133044897806449,1.0685983327799478,0.4649986294623643,0.07110522615325367,0.9695184109306729,-0.4600242569281878,0.8221775261771204,-0.10577387771450222,0.92953674626485,-1.7273638583873343,1.6962221911153241,0.3987272487636873,-0.013909483747217725,0.0548005113022849,-0.7432293967307629,1.0207748825894816,0.07079399382493998,0.08657013759115041,-1.4585254434092645,0.043445534061257216,-0.1985962182152578,0.8975571074898042,-0.08988581414945213,1.6639275926158144,-1.4541092730334644,1.3250941179711324,-2.037114916633445,-0.5461818576784039,-0.30852997141268895,0.39282776086575677,-1.0020333448760028],[-1.1783931886892607,0.28537441621140863,-1.4238255617728073,-0.30337894555807166,0.2113909015643659,-0.5123734092034113,-1.039422158840302,-1.306426440960866,-0.6671762277471621,0.9036442101249595,-2.1780890121643846,-0.9621546061083793,0.9586967112428112,-0.380120721287441,1.2619567495361914,1.4364745109191164,-0.8213155723616549,0.3902005724240618,-0.5255163651640148,0.13438598141578206,0.6558016190898569,0.9595134313268944,0.11896373948744873,1.3878096062113554,0.4570617528021082,0.4020195252257237,-0.9285344357281778,0.23419784107257788,-0.6938162880632822,1.0459934491175407,0.26895199919606244,-0.594432742049906,-0.4253917445276214,-0.41614053005754914,0.24552086421406272,-0.7367515891824434,-0.1502869080210805,-0.13744984223173953,-0.2702949422837919,0.11610123463800867,0.8274184180969215,0.4671375724695831,0.6134550164997733,-0.8359451806720751,0.4146716868393667,-1.9906520447344667,-1.1713965231029064,-0.6904381937593294,0.6611524195795863,0.21596875027599596],[-0.18668673381727663,-1.213945251186793,-0.2857217927577086,-1.7089837536679562,-0.5333880496948094,0.3392161326786112,1.0326119712039006,-0.2510109744203898,0.7087758598742134,0.6263775708314959,-0.7600195197241026,0.2545654536010397,0.38165494281791973,-1.0051229876320324,0.540098391931934,-0.1597853732158455,0.03558104064451971,-1.1426167669919016,0.15641682785510289,0.33145049973779533,0.7477304671859925,0.14013179731933087,0.07542922255411935,0.47161594249579286,-0.5015931985338911,0.25646228295559964,0.5158713227659452,-1.1496041444671417,-0.5533369756625446,-0.5055089876285092,-1.2072633553204926,0.017713388136842232,-0.46685477792117275,-0.22270166524338955,0.9537345348834528,-0.0205047739479667,-0.7303619731199329,-0.6985517044980157,0.9889165684619554,-0.297393695126188,-0.887630390067486,0.9431465296344561,-0.323187362037094,0.08111710733960634,0.41965611399175295,0.557118382118575,0.43435840944578225,-0.18669633223470933,-1.4589796120903646,-0.6238081823680581],[0.852472517683687,-0.34118576388706395,-0.6140620601048824,-1.530392460162769,0.830057086529309,-1.0007547946497446,0.6745950755291554,-0.8649569799935677,0.15092238392455584,0.03124820933760417,-0.807053775313262,1.0016365890723342,0.45749605389740045,-0.4072514542637245,0.2704628140680265,0.5124264849656863,0.28653203171286024,-2.0361929303731245,-0.5726598939052311,0.5867367167820933,-0.041571023423845596,-0.3739138304900041,-0.6010577406005762,0.25344909300912544,0.06658484647438767,-0.5516461375785985,-0.16924976344483883,-1.26596954620715,0.0688293860898374,0.3365896643881656,-2.1180981307778173,-1.007204096093914,0.7701157959681671,-0.9342604485502278,-0.13471681142330455,-1.397533003091776,-0.22072891026312988,0.5351448493428307,-0.523214363372665,0.29245513352224006,0.8958409707013371,-0.2840505051002183,-0.21434150316544867,-1.0166272690747307,-1.6626146631558976,0.5834609022045295,0.9720187325182984,-0.4190773456404087,-1.7413754312091758,-1.8215828487149128],[-1.1995596353613134,0.031029510116799264,-1.7703740039937554,-0.2017528398872057,-0.5826699726818385,-0.22347940031406707,0.881359916845278,-0.6912615280867166,-1.3148504363623463,-1.5332152806689359,-1.4237836817539016,-0.41032081314100616,0.235069471903711,-1.1897107485084868,-1.385074861472434,-0.14305656129224545,0.07345625815370853,-0.2570034002536737,-0.16328863276876054,0.41919460932296965,0.31269108689246744,0.18279298239225147,-0.23321026569207928,0.21549927418770498,0.93128292783097,0.1253213682743136,-0.28396699301622236,0.7924740037260432,0.40283021783860967,0.9235456090854962,-0.39481376627839937,0.6413340389546176,0.9500756451439853,-0.47749833511660955,0.09851447962306537,-1.0145118919603395,0.7300581036713137,-0.1464732455991647,0.9079740036045124,0.8619570097143225,0.704310760363986,0.12164848251609717,-1.872152764457714,-0.07075454642148689,-0.7859413986968613,-0.42730521831310225,0.8850652772865526,0.7454589894301372,-0.2739998434405657,-0.3564169202332408],[-1.951275941030875,-0.42811193251467433,-2.1909902574761198,0.6004137556818631,0.5020928201290801,-3.169344703169091,-1.241099372086611,-0.2711236233212915,-0.24249748949598393,0.19449459096768595,0.8704708103234674,-0.6530544297877915,-1.137206594407247,-0.14706420153725056,-0.23131659931748938,-1.207056666692204,-1.0484847639439088,-0.41346202126419723,-0.003960554802566859,-0.31629374484110456,-0.7763044752292397,0.35595826803872704,0.4326293973167493,0.5730925963525358,0.5574681106828601,-0.27615871967949873,-0.18363031586955722,0.34109934373763784,-0.8620202814105358,-0.16059180985361546,0.1955395454854228,0.49947360656386053,0.5382982202595072,0.7230629912446239,-0.17190917225415062,-0.3042189686622092,-0.5091681402793973,-0.09572708775296458,-0.7977405582741318,0.3712310896076394,-0.2647739726679686,-0.0660592320062967,-0.5063435872653819,0.1988842237180839,0.1851890422429127,0.7028922282226125,0.7776046871425472,-3.3761332201544576,0.9758811361311405,0.2538661907848064],[-1.505165551977108,-0.497532470005145,-1.14640584596015,-0.265019599949767,-0.20841063893165448,-1.601173711890719,-1.028646329905665,-1.2183291488091315,-1.001960051422974,0.7224489977800913,0.49561186666043283,-0.12797719016728093,-1.0862074949027951,-1.076551605505789,-0.38115862861566696,-0.36016834224822164,-2.594271409843923,-0.4182353521028849,0.4877156995755671,-0.8170940604318834,0.33513620736469824,0.5220744538446082,0.44617353727117737,-0.524453349459713,-0.6002532201879327,0.23911860983749667,-0.2835094678568341,0.7791666206467042,0.6803192346693261,-0.9252020946727195,0.02191821485989379,0.05347956759597541,-0.2447567941586788,0.12843335049700083,0.2713601516053078,-0.04381573948145067,0.8578684793928726,0.24736878912058033,0.1528962206643451,-0.9649258954637443,-0.5742612130108202,0.8503952115753511,0.4047526300410529,-0.7094014794216386,-0.048612752815664434,-0.21881332808860482,-0.3391231836127766,-2.751997760727819,0.9053702732277923,0.9845145491856219],[-2.4982187468666472,0.4064113819369821,-1.5905881007771103,-0.10340043619693312,0.729737889284962,-2.391160954346413,-0.16088241296025171,0.6824086051688549,-0.4885781665823895,0.34630457214778626,0.751488431815097,-0.2759145005027692,-0.4558314596362016,0.7620682601113055,-0.9323995088698843,-0.9875298784742711,-1.8508540043818418,-0.731729880768995,-0.7800701697544095,-0.7277061945585896,0.6080173216976938,-0.22390593270276404,0.733334905246286,0.4199713696610308,0.06956907946931755,-0.13190675473899927,0.2592614603304871,-0.36743755896104385,-1.0147942595154549,-1.6281483630142628,0.06684367174280538,-0.2692392453097592,0.6825255134366143,1.0080905927392005,0.31159567708843056,0.4425133558230432,0.18361901680999582,-1.0320274656696613,-0.16880116158405295,-0.17209425184783558,0.6370025370579212,0.972023669777865,-0.7002137393313795,-0.23731945856857484,0.9974056803383037,0.915153755309686,-0.033124814380560925,-0.03582806590991123,0.5300862819348582,0.8378020820323424],[0.3727993676693745,0.46257035544137143,0.23949778559380164,-1.3865110277432489,-1.4009299147320045,-0.5275794615077318,-0.6249062206880979,1.2216506192064929,0.7518173837438817,1.405002183180211,-0.03160929036757441,-0.22265952651066626,-0.7283567985758026,0.2431007390024824,-2.68077438896641,0.7857355177382266,1.2120235316472776,-0.1936382290027769,-1.654060757181794,0.7495089190062285,0.2908818530755866,-1.1098452918126438,0.9391956315904926,-1.5703587125190437,0.4470320612522449,-0.028886108260045097,-0.893818515636777,-0.43066405028561866,-0.8078296047713461,-0.82321109899848,-0.5141351730258589,-0.704291868851262,-0.7014707656974639,1.68107220648829,-0.3749922505775206,-2.0424482148859933,-0.12225834624437658,-2.4157183030419205,-0.20305869235627794,-1.749314717591581,-0.5034678362270051,1.2538754897705495,-1.483910130510953,0.9515345043629904,0.8506021370306163,-0.8384334000435585,-0.998933513943585,-2.6223012733295343,-1.293181807909766,0.10243164332531292],[0.7539348610628863,0.12191928715949427,-1.8340340920370473,0.6306348414939364,0.09382935806616849,-1.1052984078030725,-0.7399105522707532,-2.9951112904980164,-0.5894785713615847,-0.1489029910750446,0.827471709505191,-0.4631966753205155,0.13229461280238605,0.02029222980600387,1.1073993271049714,-0.9804131191989557,0.9954732379904121,0.5432244491473972,-0.2570152832975975,0.0503998578950685,0.31354340556468635,0.07645871483796894,1.3143625944020343,0.09040767333441363,-0.18181960935132993,-1.4520324194764658,-0.9101332856053991,0.062213864719658576,-0.4998340010491064,0.9939315062526662,1.0161021049097385,0.21652021913406214,0.044606336665954496,1.8100393382343791,-1.9350195072741319,-0.11401820670776779,0.22464792164436234,-0.17464594113892554,-2.7419807265521596,-0.3186641579263133,-0.2741185157381036,-2.9833952358212152,0.0616126363404322,-2.2117109015207737,0.10692411693254626,-1.8300079082882503,0.21420324052991074,0.35254963104841436,0.8060414998709501,-0.8864279536573674],[-0.7599314234738073,0.49537406106864496,-0.35273143387841555,-0.8605210635939444,-0.07640225814860739,-0.7374862674234101,0.5734235724971046,0.5084883183866379,-1.1591455713202594,0.8243018481121476,-0.030977380893748283,0.017987642836005947,0.33348169398887345,-0.07306746049018621,-0.3468889496566882,-0.9244433400516833,0.4875826664955438,-1.6394866433732984,-0.5254749783033542,-0.30892774880319673,-0.24546415146900535,0.5638130397837859,0.8762775685000517,-0.6204410040638075,0.19918187735495485,0.7386616430026168,0.9379831403655577,-0.9807893915121191,-1.0703185663910348,0.3737970911360884,0.8737445448822666,0.7057032815752758,0.26976283166657256,0.19037852486533213,-0.16846908196518243,0.7337168989940006,-0.977645570653238,0.568718239356332,-0.2971171865962546,-0.9204336735481401,0.09435781476694982,-0.7537764972149739,-0.7900552589741988,0.8239927210267095,-0.662896964820273,0.7823686149596047,0.8929352487291918,0.9691186876444909,-0.4041204613692336,-1.1047940483933618],[0.0932230261702761,0.653175006622497,-0.07343820201762,0.43642823524463276,-0.8326685729859035,-0.9324302736610769,-0.8359232291476238,0.1774010423541651,-1.0848581159153536,-1.1417949287911955,-0.9792748075038288,-0.7083157484397199,0.42190950523329884,0.50912161103632,0.38898980164322505,-0.04384129181402652,0.3771441347182921,-2.55261851850653,-0.6251682703891708,-0.21698594341554855,0.4731251306994608,-0.5439938136994623,0.2582988815523789,-0.7486636638309004,-0.1558960748963201,-0.5096950136643604,-0.8612669820638658,-0.9001496689743635,-0.8453873213344058,-0.8944484622215946,0.3707019469379504,0.03782908747013995,-0.8847598704798926,0.0018780225567670513,-0.6232245601891374,0.14394847739944663,-0.6956356720056871,-0.3663863906230755,-0.7028032645314544,-1.2388997717272319,-0.10831212300596753,-0.5992699650738498,-0.24929862595767588,-0.19555978456815593,0.801532481702217,-0.15632771137622606,0.8507213547772214,-0.23422304013635026,-0.6606465674609766,-1.0831493366856517],[0.4518298407347267,-0.2517677772727495,0.49407255812850054,0.8954041970199282,-0.14882298058711818,0.5288779658088235,-0.8942469071103395,-0.14467862571427764,-2.527843612523309,0.8231971855005237,0.04650589283383601,-0.8155101522784592,0.22374361477270635,-0.17925695699665847,0.10771478463886194,0.7422445763027633,-0.6343356041846218,-1.3827448166197092,-0.844604255967052,-0.7807437764292599,-1.0269521894875902,-0.5794250883327675,0.17153685039090033,-0.7834618920799002,-0.17178132310857103,0.7025424181908376,0.06737655811862045,0.3992932514074153,-0.6735199575989463,0.5427998415106766,0.14159918242342878,0.8363172909902831,-0.7023863614807484,0.7564245587907306,0.30669501430847645,0.2323444212159116,0.7323270660081527,0.6530082482631839,0.14833386664119905,-2.175993194178935,0.34480683691391006,-1.117007121828442,0.6006614665181383,-0.7587474169399657,0.10086860883110191,0.14031689737250538,-0.18289583303283447,0.28813227534867397,-0.6260854149455847,-0.16688214109582256],[-0.08082423773191683,0.29705385096822823,-0.3315076563454344,0.4602491821912478,-1.7016376216537743,-0.4731788792396001,-0.09843709134438328,-2.0631140693739694,-0.41609072881948433,-1.5269931564931027,-0.769216163810912,-0.984925496521018,0.5164035213463878,-0.7397390497895473,-0.5121528358388906,-0.1524479047876622,-0.07650436776525914,-2.559056372241023,-0.5546596074086677,-0.11174143967672535,-0.48040418557159664,0.346273815302511,0.6487954041197711,0.6128130566361043,0.7024464623798007,-0.24431227411528145,-0.7654022954109051,-0.7309322693129761,0.6209742707964738,0.4642061669406678,0.03409787733623254,0.5364098169140012,0.14743743360328582,-0.8390914877704274,-0.20454288237953575,-0.7245007789584919,-0.7519941069642291,0.15869257575691348,-0.2499136879222562,-0.0393930271332584,-0.13577049402154343,0.1012286698723988,-0.021647520130123492,0.5411350529107971,0.3248081809166045,0.7004956491810791,1.0223642922564187,-1.723563905476157,-0.411279653706468,-0.2328102996782221],[0.6038912815680529,-0.36370980362574673,-0.02563256754235539,-0.7862717225397982,-0.7508697319619905,0.35522678843646227,0.3157233967872611,-1.1967121488500096,0.6532522481762962,-0.2056975672158411,-1.931679362428499,-0.5432941186353349,-0.1638310178481168,-0.2761471302355598,-0.449899810082186,-1.4563093848812376,0.42679163981997664,-2.2487581788457103,-0.754250766195573,0.9438255893666996,0.6386515810535796,-0.6893009879470599,0.5699033160660353,-0.3286748967144077,1.3026676749763566,1.2157227651126674,-0.4816566485833541,-0.04236536606181599,-0.1631868024796639,-1.2510330086038326,0.4289880612408978,-0.18143381717365858,0.21484125194079615,-1.0368682334117105,1.076150569198916,-0.9065037107751382,-0.6332916358972729,-0.1563288724759552,0.962632604817905,-0.4995010238940208,0.2677750571465002,0.24440203111661996,-1.2557217985238511,0.8452205932251585,-0.4283706444464191,1.8658683581750446,0.7283316277919669,-1.3038095322425711,-0.5905615612511937,-1.3691698999700412],[-0.7113100737375893,-1.3249408732665098,0.33580693135246714,-0.02157549550749187,-1.5703410631074968,-1.377875744519085,-1.5091460126848162,-0.7069399404668619,0.22906776614600652,-0.4869255411676294,-0.44392512241513166,-1.9017930698630856,-0.6052730741116958,-1.1555946505962995,-0.5272641178989377,-0.621416801447263,0.5852024942530144,0.8983276764999361,-0.6721503740445353,-0.08665998950911123,-1.0621017141525424,0.23615534803536678,0.7312039666493678,0.35549835825817183,0.6016142701213566,-1.8580360617770977,0.6320592257931451,0.9251211900877236,-0.5019964188362555,0.7477803456168517,-0.543988368001871,-0.38710225262479614,-1.9169311653245675,-2.389622854730042,-1.0360113804192561,-2.0867778681502953,-2.249201170119018,-0.1928666646166808,-4.500780995268989,0.18534955713461393,-0.7607250710229273,0.18262304905529703,-2.147810704195849,0.7065306463506591,0.07155884143607218,-0.48396251951620956,0.8822527465085207,0.6134637689246051,-0.599775032316352,0.7170260916993763],[-0.6966395710441233,-1.6233431694035416,-0.03087772947456182,0.6798171969589032,-1.5625872162151124,0.5973963362430383,0.3156004731255279,0.08358784762145721,0.03672155527343804,-1.6289943700032097,-0.1222802195292662,0.1136293680867225,0.45710213842229314,-0.2796809315135801,0.490177931573488,-0.35941403513894266,0.9214490502921279,0.19370573164066546,-1.295712737694509,-0.22334527047238137,-0.25602489363317754,0.18724269928794063,0.42472831391210547,0.8325141647501163,0.39243053620769425,0.4834451695706794,-1.6089551738522698,0.37631676517232937,0.26440711562949293,-0.040321578960665946,-0.9582165518055988,-0.22938740581852257,0.03404342363842952,0.0951416245274337,-0.27929037157206477,-0.21619485855885728,0.5104448855996233,-0.2476353858879227,-0.8350084952628296,0.17165047967457195,-0.462607708384648,0.36946337230608184,-0.7012743732656552,0.25727459485390675,0.3631932763697085,-0.316486714644085,-1.781012665281815,0.0986274875802969,0.5879636376703821,-0.7620510851981777],[0.0748091345307837,-0.4581854554476042,-0.07176984882556879,0.20673671394482576,-0.8590773440392436,0.4359411620713747,0.9870212873285108,-0.10582680043621753,0.7927273052202791,-0.7772875137003202,-0.6098625567953008,0.919731603569017,-0.4943688354471154,0.0883870699360533,0.7914584586932544,-0.8433258444520789,0.7648410089692252,0.8359000161205091,0.0636610967808768,0.8425286393142448,0.5756020241166102,-1.4767600050847662,-0.18649446778489456,0.16693178361069702,-0.8517481281390351,-0.58102919490197,-0.969334992258682,0.0806756833626259,-0.13632483661192044,0.7049307549577941,-0.9816635533349738,0.6339681232709244,-0.3048318918349193,-1.3894844775021948,-0.5377028132661605,0.8174795749067822,-0.49528107384659187,-1.4550983057138343,0.09111770779452756,0.5611669221569308,-0.5785563599443232,0.179601321422976,0.05763602556848288,-0.15465917592641784,0.5582043027279351,0.4892708502156459,0.1950409807723802,-0.045055634883548946,-0.41070889657133036,0.08645392993706606],[-0.7896759776307618,-2.0281842870515296,0.40028037854174237,-0.08978218803445971,0.15359800019216138,-0.46720134861248047,-0.23521941682979375,-1.2695512031724825,0.870347741619781,-1.9241226667817235,-0.5008716984968821,0.610311464753288,-0.3391294380795622,0.4407888629585451,-0.3898349473120661,0.7374209171203174,0.9283813441464999,-0.23681583920751959,-1.4150220490890701,-0.3924986190395451,0.27316728064310375,-1.8114534654096595,0.8412763874607082,-0.2539086636807547,0.6803777027550155,-1.5191345487464858,-2.4177983105438248,0.6483909161048345,0.7591451188042722,-0.5641219407205228,-0.74769533710887,-0.27745892044512294,0.5816562307126549,0.5395308980712888,0.8486294728878792,0.30399200969549445,0.07087693463502413,0.34928749049446783,-1.205098111492224,0.21737902526417455,0.12407322495398566,0.9696555284858144,0.8540085353908498,0.9563144964065725,-0.16178348977698376,0.25177997590193013,-2.153314831159984,0.868162431703407,0.8380604928575995,-1.81911433714129],[-0.47822676854477997,-0.487634571532733,-1.432199367069818,0.7105549231943901,0.6062217189035058,-0.6705263927542165,-0.49648037039371945,-0.29619558289488307,0.5483544539271934,0.45989794883148893,0.9163929470389276,0.8599977615400193,0.3260958287516747,-0.9458498824602627,-0.7093344944354859,-0.4230288686778525,-0.5609752637142934,0.20561334270783424,-0.6612503950090647,-0.7830760528111724,-0.4847554001596871,-0.39589307061749307,0.5928560619098638,-0.9627534749965726,-0.552178840860157,-0.4634943529469964,0.32024807085914947,-0.26400072757583615,0.47410755568260976,0.18013685419940792,-1.0696517911645975,-0.22582436520957627,-0.2313664724964652,0.24609962275102915,0.07182894612235777,-0.41690183092745,0.03206932381350499,0.8138844436245948,0.33880117018541905,-0.08531674814489751,-0.12638580244733752,0.7914982584236895,0.38152276797698675,-0.5346629952877687,-0.7201865895827465,-0.28837251425443294,0.802829557587607,0.4543236119289003,0.3539804626282307,0.10527223581705888],[0.6280514879940111,-0.2033233431838637,0.3753108430432714,-0.6721331955559888,-0.28759411021902176,0.8804197603973062,-0.958690742418286,-0.029496375451787814,0.31839359406050044,-0.4551474087649213,0.9187150746090713,0.9943715449582043,-0.5226790941439274,0.8605932714159401,-1.1383757626100266,-0.7322957622632632,0.09698006237795223,-1.1933970418156319,0.4230357740142189,-2.0982778187211464,-0.7940591810150205,-0.6955088205035791,-0.5825541982297372,0.9283199590756956,-0.41223721032937344,0.28819034941232613,-0.17101128694045495,0.35126165338957177,-1.3596129099694856,-0.6586260933743561,-0.5528690845266101,0.9434346805417789,0.6361328472211647,0.10116780111972731,0.1059835208887618,0.03539975445482996,-0.2135065978203553,0.42103287928472194,-0.8410279915901937,0.8103100902566971,0.5726766759482346,-0.4606369201964147,-0.9537786413641808,0.09155685593367183,0.2333282081244451,0.9356030613518135,-0.5046542360975151,-0.31523598273970976,-1.1585739835510456,-1.8162695934694446],[0.1203194076223022,-1.30476563497907,-1.2033324008958126,0.18463552728452773,-0.09786279777236224,-0.2454533138690745,-0.9508430885096136,-0.19693760466728863,0.5046193690263066,-0.0837921725461131,-0.4356275907427925,0.32620374179178513,0.6021551128664122,0.42427200948224436,-0.19619757199025112,-0.893060443787099,-0.09716599166010591,-0.9677645247459693,-0.46072146491323784,-1.788312309253286,-0.30897619097978496,0.754352851061251,-1.2242541627347083,-0.5576001222412384,-0.9656753902989956,-2.157802828721653,-0.26211524606601533,0.15089249960394002,-1.8117151091463783,0.0891805614326135,-2.71683988491701,0.6634480973022737,-0.3522457294498107,-1.6916616657853492,-0.9161116135754748,0.8778383351380089,-0.025675510863743426,0.06873487252228445,-0.46813741180157253,-0.4834293671025488,0.27245490399335043,0.058961823273794296,0.19662971099540918,0.8431319833743192,-0.8082711240367109,-0.9692240693836413,-0.21112916332431492,-0.5372576758562131,-1.6985886268423176,-0.1322405808887265],[0.8183408577343311,-2.160240183738593,0.40695385628563585,0.6201006467595251,-1.0058182377620204,-0.48883428434010895,0.7897383089180166,-1.1170030050970507,-0.843658910368501,1.0074099661472493,-0.94366064417088,0.7789340299691166,0.5546058740726059,-3.109030406669969,-0.37049722198636476,-1.637271522911779,0.1451194887142914,-0.527053585074876,-1.8469443661900364,0.5729236986454717,-2.0551143284600655,-0.08273440521299857,-0.19800261852667256,-0.2853532999768101,0.42649063638234364,0.3300633451409907,-1.0052424729645961,0.361181386669292,-1.5044222895036956,0.8062468193883622,0.3402838594322687,0.6863196041468604,-0.8958377107559313,-0.18181809717511482,-0.6661958790493783,-0.3336440866469274,-0.5504713893558131,0.33005911166093904,0.6656926424656353,-0.10929005034016019,-1.307731918947559,-1.5364941342826959,0.6124237771645235,0.4144212307190917,0.9362042978791874,0.8210378604280006,0.5996802766426282,0.8547438935614973,-0.14977327455388442,-1.6731955216641545],[0.32173197334144243,0.061026814193554095,0.3868249344352463,1.024104217308332,0.59464551149338,-1.6740769671777587,0.17991581029650594,-0.2389700965347264,0.5394726599709123,0.18945952010571354,-0.4312172278021885,0.7648484829856871,0.8770752551760463,-1.419429305005132,-0.7345134501055239,-2.704984579586616,0.032253056324499346,-0.8500056243824925,-1.470766134080501,0.2714875586892688,-1.087375953701745,0.9775594900779159,-0.6577939183399449,-0.9732525233850166,-1.768651527377245,0.752851515843156,-2.428566603213361,-0.061920657867251504,-1.204604075724243,0.7142311358021902,-0.8779630608208978,0.16319177031096277,-0.8829939257073331,-0.1937452454736061,-0.8731515936608414,0.0028854316900706967,-1.0539485293071742,0.6849975307843089,-0.8324695031292095,0.9131614761546843,-0.20443087634537263,-0.6152771130746415,0.7926065999108938,0.5492767206575592,0.13301993778903384,-0.49716407150549496,-0.19722551850735856,0.13565939830723367,-0.7586415236541654,-0.7995468497128796],[-1.308160313700012,0.33078578216876664,-1.254456328359195,-1.788293731064409,0.4950502476527475,-0.11300638610667667,-0.9144149520425103,0.1583840811132712,-0.7312317388774003,-0.47712491367376686,0.4500647392983265,0.3293697913367,0.06503292682953042,0.5641758632428457,-0.1437571042093146,0.815248500901498,0.4152249320440175,-1.0595857756937574,-1.6409332277873276,0.08192966244936496,-0.1846100171303921,-0.5325770898571701,0.5394287903960858,-0.3333741735490382,0.6840222973236483,-0.18281065851769154,-3.971180760387951,-1.6462077271074398,-0.39521008777553757,0.9467980152949038,-0.25706890764659796,0.1692595140577767,0.1229362433479915,-0.04098096418372561,-2.040877267433392,-0.2888611290833969,0.8955112093606783,0.8548277283179684,-2.3874091187225095,-0.18830432655764978,0.053369166432190314,-0.12871467475765036,-1.0912836636645775,-0.2155117242358871,-0.886544110072013,0.001744273284007647,-1.1113914107191416,-1.9392698125457821,0.07734806524549116,-0.7111005216645383],[-0.2659262021911838,-1.641598248603362,-1.0998735346939428,-1.519803556152354,0.9345050688432927,-0.49730802115623957,-0.686297046559542,1.2489070574105055,-0.07955554854034658,0.5154742161177869,-1.5459437255486306,0.745868308655423,0.32012353104241187,0.9052166367679676,-0.6326280602463573,1.3239900354251415,-0.6163181900968351,0.6186094987752521,-0.9707534679879635,1.092020226105949,0.5330824184891425,-0.8854049387491462,-0.660480034872273,-0.41737553981603753,0.5170290195821895,-0.32828324511337775,-0.3689687346116137,0.02800924904768856,0.1683795886009049,-0.16685303609199542,0.17571022726490804,-1.312510103471507,-0.5541679610085456,-0.6409366987757155,-2.4805310060614474,-0.3947661409692403,0.6837310808393174,0.662875419745419,0.4243786366334392,1.2904645009780773,0.2757573270434556,-1.5481353266726838,-0.94671999527503,-0.010592734988795602,0.6119527182523669,-0.1826068846377334,-0.14797165595094175,0.23091106069799738,-0.5377469724968054,-0.3532822015394823],[-0.3888279345060314,0.7520558019024398,0.010992476723397327,0.4070177746419305,-0.41071265692129205,-1.0037193529938004,0.13119467882188104,-1.213998649490703,0.5225516466368451,-0.19140414331355407,0.886069910738291,0.3468663145899842,-0.4099227249622211,0.14683256775112757,0.40726291355572564,-0.2821623356543088,-0.23329832612322504,0.680003545101176,-0.19251140906996791,-1.4804288249295576,0.25989629743113574,0.35081864199463775,-0.8736281500010259,-1.1013937550362212,0.6237507717589665,0.6566942527644423,-0.48008495128012096,-1.5126911595541142,-0.687724776730537,-1.243220026195631,0.7535837788760942,0.02777487820771343,-0.3929423944932535,0.49276397851048487,-1.404771690396664,-0.35492756588770846,0.7179732766911566,-0.14178934390331427,-1.4095940469950992,-0.33200288051616456,0.6625258270611175,-0.2839411443722073,-0.9613326305178768,1.2038289982073673,-0.6409805303743509,0.3808269871707857,-0.7501640401405928,-0.9534337260202382,0.27517165822199746,0.6414992586598953],[-0.3097388800234027,0.16915379081128867,-0.37262610474882474,0.5893296591146008,-0.36202921095424406,-0.2260659558570255,0.14002913011114135,-1.6110378800746303,0.9257788788785829,-1.2928698527438462,1.1396695796474932,0.12549709585881896,-0.5291365269929987,1.0497270006826687,0.4198331085640418,-1.8252051896911692,-0.8634588353905536,0.5659244160195174,-0.20352924958026405,-0.13006380102040171,-0.33632675502661863,0.6993574032306016,0.6408690731848472,-0.10483869214222162,1.169724955212458,0.8176359724011574,-1.4142763294290903,-0.9591848844359551,-1.6160841537609374,0.18829853325569312,-0.7249504217232119,-0.3887589191611506,-0.2242050600816659,-0.21661282143664742,0.2998554934459259,-1.147324687449849,1.0648597260829695,0.4881264484042653,-0.6134679558847366,0.18555737083967308,-0.39576630975641297,0.5657903560294972,0.6106076966211537,0.006542701407871608,0.05346085904216811,-0.04974432592652797,-0.9470921089343473,1.0139857428281673,-0.18005922434960456,0.24520123418148979],[0.07651246435573626,-0.7666117539716591,-1.4953701234177874,0.4386187189709968,0.7514164540125358,-0.1984243430804289,-0.1294328921935655,-0.7227044827850038,0.16440812356454693,-0.1852895011493134,0.42560029849202746,0.9408545854621375,-0.8718307509452369,-0.38903249804682377,0.40423598080700507,-1.5901988902731143,0.6567433902869038,-0.19679449306370966,-0.017755347315060777,-0.06472275534690734,-0.1918055479817419,0.027499742715281043,-0.42264712950039823,-0.7024122289421455,-0.5624761647368058,0.6607885954974251,-0.6558452231610489,-0.8992619406024952,0.31745079491229805,-0.8712038777938589,-0.1564430486241793,0.274150324812743,-0.08198602360239808,-0.31229550409340656,-0.05273260431507584,-0.19065164086379602,0.8245551477410323,-0.36099619409200606,-0.8525969252049169,0.8263863576154672,0.5224553371730037,-0.0007749893222986197,0.9039022787534898,-0.5191895414799497,0.448057039116518,-0.02869533112407228,0.4832283174338018,0.2503794754228468,0.7713137663165941,-0.21438483159605584],[-0.2628196487290921,-0.21804795731933296,-1.134222497438752,-0.5094099563785315,-0.6226714949646504,-0.6539288097594529,0.5977461854519226,-0.3745063358815484,-0.7142372056662547,-0.23190833297421223,0.3962605693536008,0.2645109914197564,0.2864901512725737,0.4967172445477594,0.14681930693651687,0.017304964130552977,-0.49101837656585623,0.41827869041217025,-0.36796142749744803,-0.6086144500172462,0.9283622922332588,-0.7058387716360445,0.6525399710998074,-1.8721050787735112,0.5114188865085344,-0.27266360718595195,-1.6999254503433945,-0.7176711302237233,-0.5348241093467505,0.2564290491732807,-1.0445134984678686,0.7602049386544185,0.04480089254916506,-0.48593505772387374,-1.2810353684316886,0.5560302978156745,0.18827133623858808,-0.057936940815663716,-0.4967488961527769,-1.1542088739280054,-0.6894728959523171,0.20796148161104067,-0.25784148287588077,0.2955971405839561,0.16640643679087655,0.23262489991144814,-0.7071538163467547,-0.5430496201000972,0.9036020507764205,0.2695863591747607],[-0.2686543676674133,-0.5520292490799179,0.6439855728680189,-0.28261534003460037,-1.4548835364781143,0.796071409167747,-1.1714514722322134,-0.7298291766817406,0.10879397900536635,0.2861071830333127,-0.5263913432547094,0.8726230283672702,0.20767212497029416,-0.12575118011191708,0.7755062409182455,1.2038889405105728,-0.7155724288458477,-0.17390716158350927,-0.6533288649562948,-0.9553091117826509,0.6087649815605803,-0.23171302118873308,-0.2952093445567981,0.2672957518879933,-0.5219596531939678,-0.5721377535529074,0.9372487912242492,0.2351665153419396,-0.2707792140712171,-0.8284493701992508,-1.3808646403871108,0.42659836859242584,0.2566956411258491,0.8955577728473699,-0.441616560655344,-0.06959433108289291,-1.1140975299182645,-0.5791110910465578,0.3264268218792842,-1.7278863000107365,0.3891035809639527,-0.4010494690055666,-0.6893970667895858,-1.5662010682905314,0.84078549628399,-0.002433481183307674,1.0443937116500401,-0.9650501721118523,-0.4285987151048382,-0.3230639138013707],[-0.1711582200726838,-0.7290447270195779,1.1575647922785366,0.1453253767460473,-1.5331389378229183,-0.48395177897188096,-0.7966400145813979,0.10569060570038892,0.17368483359583842,0.8269889687218586,-0.004000695321876886,0.5204967578300259,1.0353055499777615,-1.662879595304325,-0.042989514139930116,1.1606109364531636,-0.5667700643471629,0.617713531261122,-0.48496263578204335,-1.2756911623128058,0.8558789057728406,-0.2348632824670604,0.4397928563019226,0.4326672273337725,-1.5324568075064129,0.7687519554015854,0.029264447865636332,0.47858578413252356,0.18996445912973325,-0.7566519230342191,-1.086379856684726,-0.5893241038593949,0.8376959959181712,0.22157596427972356,-1.8423971427472459,-0.271517448020382,-1.1271591540469887,-0.9380809387067696,0.43356169996741056,-0.09460199399054318,0.20159473676249856,0.6382294652785798,-0.40517606401604594,-2.260076134254228,0.2422227836592352,0.6282372951064338,0.6900543332960553,-1.497498138755095,0.47030035571564577,-1.037467921238796],[-0.18881992063268432,0.3692540877293223,0.16313314704648266,0.5261617773215697,-1.1437540684921106,-0.797563420380559,-0.5533742809968384,1.0183042966179277,-0.5961186882755093,0.5051545342931592,0.1237720864571031,0.6544496253941671,0.1928639621247839,-0.9596734263570321,0.5039100560105493,0.9238540010806915,-0.4462828062615388,-0.8202770742803217,0.29740589512455934,-0.2216635236485782,0.8721420098647461,0.31932925141492774,0.9940557144513832,0.6926891395373407,-0.365482766107545,-0.4350649817757666,0.8500182327970901,-0.0586219384301932,0.6144037427124502,0.506687184218081,0.8306066852018853,-0.057607673983256356,0.8005624831210023,-0.08127526917838687,-1.0326490500582013,0.1180132164678883,-0.6119341737481607,-0.09204708127692883,-0.21234955943375974,0.2867130465208552,-0.060793158760855344,0.607914502891725,-0.955112946391576,-0.263520541921642,0.13068990288416693,0.8433254830904954,0.36326525054328984,0.16426319250633184,-0.731569261224251,-1.249604498401685],[0.9026940417481346,-0.6270631155830317,-0.43285211851742794,-1.2051189105008009,-0.44879801209188575,0.5278133174706509,-0.560732116999619,-0.16458019602871465,-0.5944516428101558,0.08366509564956998,-0.3617316857639939,-0.6803252298462215,-2.5701918174761857,0.45799458140247595,-0.5694147662378436,0.04107756501606601,-1.0218849276043358,-1.3715164389168588,-1.7053429389249042,1.1118828519648656,0.5154496196308785,-0.8155431486673106,0.04578146873871346,0.49002171564468955,-0.5228837821250185,-0.3222357796714838,0.855587452205306,-2.2843837698041467,-0.3248273277569789,-0.85211348915651,0.18825342312732163,1.4648640455543571,0.7514950077482909,0.8259004790859756,0.00817500535741608,-0.37957957978229034,0.6351923835115371,0.5524605947044874,0.20151806627187127,-1.4370004529400433,-0.10124008878955396,-0.5713219838997433,-2.5874251555806795,-1.470722620971907,1.145622833532505,0.3892454210865267,0.28494381043472466,0.28495906747628574,-0.6226800193754221,1.0547088492366399],[-0.7841317559915583,-1.9001932024592743,-1.3711424700586128,0.07502364679755999,0.38092815617273734,0.3027575405798414,0.6887330864604588,-0.04834071280272348,-0.5653901060173733,0.23045166844113318,-1.103205036633533,0.4245720782842473,-2.9293659026765138,0.13096390605832275,0.5956480705701924,-0.9372022954949567,-3.0953407424804125,-3.205370887309282,-1.5936488937198683,0.10931277927041261,0.3079020426752771,-0.5541519635593136,0.5318053101163858,-0.4021835148865146,-2.0461580608671257,0.07852949924444158,0.7772185647370928,-1.1281696225390194,-0.46541406212515096,-0.8578333678743504,-1.9287674898572655,0.7718914970429095,-0.3483716278365269,0.4441180660585464,-0.805611826919033,-0.37044280317076816,0.5593581745340189,-0.11435953274328506,0.29331202937626494,-0.7719522757392437,0.6208922076678902,-1.2156139966932331,-3.2749024985758095,-2.2340515088927733,-0.407966660543178,0.4752102498207136,-0.07862701428319191,-0.8431795601801103,0.10771596412097001,0.7202033676525527],[-1.0923166082593048,0.27628753305055087,0.5263923336271037,-1.2954772772671272,0.1181143223534692,-1.15234143702496,-0.6371530904157092,0.9821460513170779,-0.035667676031775765,-0.2707833732425605,-0.5983168300626641,0.2254072782391649,-0.517066048831376,0.32109397460547157,-0.498591601391895,-0.40108552597199043,-0.9125042804824336,-0.439189202386504,-0.17047762321210305,-0.7069151157386844,-0.7310348847380377,-0.6252304115356483,0.5284707717502038,0.29897850637817763,-0.20670589223954472,0.8954751696264163,0.8300805102260334,0.21003553501545272,0.42512646218753536,-0.4603754223517272,-0.9652964516723417,0.2961047380777151,0.1234260853150235,0.22247078608131796,0.06191743350485837,-0.03032940747020042,0.2701862727731809,-1.8216387550177835,-0.24519795324684682,0.11806036799129827,0.4454884553721035,-0.8679358430614297,0.3488107903331276,0.6106473422299284,-0.08281693170825503,0.41796272835804177,0.5065504892795278,-0.445487240001862,-1.262355564551427,0.5815821979772076],[-1.2427284669511862,0.5240149906731052,0.17268307175279887,-0.19755043318299148,-1.163184107176066,-1.222380624401035,0.444111930430198,0.7456407223077477,-0.20489787529448886,0.21620012142151526,-0.4517696290456561,-0.7753241187084002,-0.22922768086253378,-0.9014421345419659,0.919621953764925,0.10656561392505028,-0.7352305545632374,-0.23048195126129617,-0.8108881824313019,-0.037608346030033504,-1.3384053213722726,0.2555162757967836,0.18093141825009607,-0.5126097243337318,-0.5306695872896349,-0.5452307034638684,-1.3474340051669282,-0.10712856705097908,0.30875010563687943,-1.2748586848632613,0.46939380049017526,-0.5201318864013155,-0.9251379828249316,0.4664951181623271,0.35980946943337294,-0.9106730759077551,-0.3633611524756682,-0.06937007256764209,-0.6721537719800772,0.6193930182845596,-0.40286419798965334,-1.3274486051875327,-1.4432772460030574,-0.23163695162546147,-0.32184144761655287,0.5989075640830224,0.9379982177845236,0.7744367238591314,-1.159858541041226,-0.6924239279228839],[-0.053033853294085886,0.28629868870858527,0.3234103176379844,-1.3241734182934473,-0.9740394873166569,-0.3589848274773107,-0.8670342428226055,0.3185260146724358,0.43749800301551134,-0.32210001994490745,0.3276695191492329,-1.5719550800692461,0.7469647011057496,0.9384157995256718,0.39250437070668776,-0.42119617358571426,0.6225595558606681,-0.887654539996744,0.022756638428126565,-0.27066927333768737,0.003643371706643638,0.6611381012646146,-0.5555819334245838,0.4996580372483766,0.10732396905407303,0.8671622510460592,-0.24253171469348112,0.042957049347339245,-1.4386659713703887,-0.13109347560872284,-0.40382888293823294,0.8214152695894804,-1.5432763994191814,-0.13008352285755725,-0.2816461630474155,-0.2523804648305012,-0.1237554099776878,-1.1028851691260944,0.6845201385337583,-0.06058712989209876,-0.07269842693026082,0.741207059283678,0.5403178934351248,0.49225149509301275,0.21019075654990496,0.20435955520225563,0.09573932525716806,-0.3581883414446192,-0.42633484096037383,0.6679026247429526],[0.7428359698580834,-0.0530490054646035,-0.5656969761976395,-0.9342253988031838,-2.605818561616174,-1.1581296870424538,0.6855135233374628,0.36420712883914813,-0.18768137966340973,0.9636579150526757,-0.42936472314177854,-0.42982003511227596,0.7140240203593817,0.8477764317094203,1.0693526267450315,0.8476595035768819,-0.28684893053566257,-0.851990267413155,-0.5782064076641841,-0.9438256070498044,-2.4025676532729627,0.9391450421336492,0.8910506765175866,-0.6504846906521031,0.09912768319014197,1.0050808494312624,0.13369921540655225,-3.5145421220545727,-1.2002248406022002,-0.9778681489141979,0.20072436438958113,0.8287643027438686,-0.7572308897276917,1.0646610413616948,-0.5745105666349087,0.11656042357747008,0.62622608633401,-1.3908738407830206,-2.2214171643836442,0.8425816891947652,0.14268300263513292,-0.13833878255423704,-0.11878827083581209,0.34870012949041806,-0.02075065123135816,-0.8292744976128352,-0.08914931801870092,-0.5219782556559021,-0.36436880991045345,-1.4978612182539803],[-0.7036504856223108,0.1242736688487073,0.904617723636266,-0.8439440481350029,0.7531386136993651,-0.2602471520077306,-0.020901388795304603,0.6933850438316075,0.40237029457051393,-0.40695266662577867,0.14259305984138243,-0.0797235192332353,-0.17313963374157906,1.077194939622333,-0.0813448468280142,0.374038879494745,-1.0293048388481223,0.9338550921911397,0.9429567432715913,-0.6063936329910631,-0.3592096310364851,0.30450427277692,-0.8208057904449986,-1.9148688645541316,0.7337484227184274,-0.11610999446161543,-0.18802499739399003,-2.3713516908691794,-0.38142907372713525,0.5169823923934181,-0.8455709051477566,0.0601095477736503,-1.663633980939201,-0.2029532593338203,0.9551551573535505,-0.6293984674125295,-0.12913366737467935,-0.8024252478210032,-0.439251938432473,-0.5850268235574961,-0.4514358975046853,-0.5346168340350393,0.3622103227649545,0.2129772561706213,0.14150333793090905,-0.6135216454304172,0.10828657180046315,-1.3481663243621476,-2.139286376135996,0.8875494154867528],[0.44321369238812824,0.48892405349775314,0.14863598304070988,-2.0493221778670745,0.6170192907629698,0.16822392752100274,-1.2714799595954012,0.804735712260576,-0.9305991379044527,0.4244166494756583,-0.9327751994678071,0.03785585191868485,0.5016481989239832,0.7576596387120229,0.49511804997943815,0.12870557923054204,-1.961227703948501,0.24029279085952435,0.48489497685027244,0.788767829507345,-0.7052147154679499,-1.2485789654039858,0.9670260522376649,-1.3850143985809449,0.8981728858238054,-0.3865885669366991,0.20266935907359898,0.013854975278648802,0.45952400136932514,-0.6070716229964531,-0.5725499735935307,0.23606561612940574,-1.6637943809764075,0.8100002881245346,0.6273894010352667,-1.0447070503500087,0.3845493397848184,0.00903021403281007,0.5728627544996356,-0.23573464641336692,-0.7016504374224726,0.7439698111774791,0.6287646861816009,-0.45778678899172975,-0.5378860334840033,-1.0342950989209692,0.6031828551235631,-2.275899941007748,-0.7920061906747821,0.7782432758800113],[0.35870049330842607,-0.5413840501817495,-0.04965964827150548,0.854566663767918,-0.5866419957765102,-0.9547668077462925,-0.04611380655938929,0.5768296230696748,1.0777688478157057,1.0470282415150893,-1.0327029308920082,1.0345419283539072,0.16809786707473262,-0.10489536449949137,0.9289283339001839,-0.6591501101730232,-0.09603475216116997,0.8482852796354751,-0.3412082393629563,-1.6181058214961344,-0.6158760472546196,-0.6451833402351247,0.051976807187701674,-0.30832938129403037,-0.19597496506423312,0.5946810430156827,-0.33447312872105633,-0.958100218995205,-0.31444744384256096,-0.004954755963716614,0.6998134948883942,1.0582087212360285,0.718302308284466,-0.10205112062510044,0.12418238915947587,-0.9528676305838912,0.7529044698459704,-1.4103664743049056,0.2570490839632661,-1.5349337226321362,0.21905584264671293,-0.5481044640603683,-0.4882578757810955,0.16249962717723,-0.8035442336914247,-0.7607355417550333,-0.3988653503664408,-0.32994297200180117,0.614620855480364,0.053940734923938145],[-0.6699758082239057,-0.7683690817666508,0.48753313540633325,0.9513478190092649,-0.31261799538849755,-0.7632713184532635,-0.22168390702247176,-0.3249036115413389,0.37483823902630037,0.7698415598231005,-1.2218747906033363,0.46232791331049744,0.3838146672906175,0.1974180893853076,-0.554051077710346,0.8746299893217355,-0.027433240429687155,0.3518847255868673,0.6558508258384155,-0.9347848137022524,0.5993257403663395,-0.2642302697906409,-0.7857574437548205,0.3617840210678132,-1.3595732183775768,0.7206247652627744,0.5789179241570148,-0.4953638815822981,-0.8593172444845535,-0.09309381767655067,-1.0967410789886347,-0.17161933032579288,-0.10938652880617075,-0.15924671658142042,0.030929780515874833,0.9431042164816844,-0.4043556048038885,-0.3461808532834664,0.7949775855116296,-0.4226534886928842,-0.7902876790093656,-0.5752581997091837,0.6071055457526643,-1.5537164500799066,-0.8433264319834676,-0.31744352043218793,0.6133955393369485,-0.3101226728153585,-0.45102249558865704,0.15459943477894192],[-0.4502161140727652,-2.136037786254639,0.900828442168729,-0.6373162017113722,-0.7926332612829822,-1.2873082802833085,0.6420404868751025,0.7348193185207037,-0.3395563984721236,-0.33974500827524867,0.24499616430774868,0.979331550457699,0.46779845077198545,0.6547282933715352,-0.22547814484235312,-0.3776315493988534,-0.053854957563735796,-1.1717270617449993,0.6464451612699877,-1.4859423868823471,-0.4230685865842046,-0.33592930294142664,0.5858790302562102,-0.8373711606762188,-0.6656098747223935,0.34045454720414764,-0.02574046830124646,-0.13058146845772584,0.31894441567114745,0.1027940987853479,-1.336412501728569,0.8604362806007892,0.6432771142256902,-0.5224928032977564,0.625095700243993,-0.36514001733270385,-0.7563198638792153,-3.115216542734768,-0.6521130179101065,-1.858057137804361,-2.80115629152859,-0.01591781261746122,0.12748806450925604,-0.829822569187619,-0.5440727097679542,-1.0564662555411815,-2.3305244863653023,-0.53231499782402,0.6371932110494317,0.7527846314979805],[-0.5528819020995412,-1.5233960004764218,-0.7729317824304112,-0.1597118976892264,0.8271929649760804,-0.8048529465523336,-0.4097443638238076,0.21569235290071453,-0.15059836020849868,-0.3466787549056614,0.5965628819041172,-0.08776132775007436,-0.9522912922883691,0.4690459521670236,-0.5424558291097407,-0.08922357188045624,-0.7756709685049972,-0.9884201808454891,0.5857931201943432,-1.7896857295692337,-0.25441911162278136,-1.528432235136741,-0.7343092589734908,-0.3276682985179197,-0.17009006600637744,-0.21899479781068606,-0.06860943002062839,0.6871166275706596,-0.5549387178514211,0.5042607037562147,-0.0696401388685892,-0.17492120280764664,0.13711618561159655,-0.1331128136652943,0.047472366668834635,-0.7465909713214696,0.564906265876149,-0.6236493617240543,0.8714563904399822,-0.13283178849697785,-0.6008419725021594,-0.6368861813752613,0.3144388063211249,0.7317267878522001,-0.17155650210210205,-0.6609771006439358,0.5491105286837287,-0.18957184058871768,-0.5378588018581447,0.07295092349511914],[0.25381033580411533,1.1074420104629499,-0.6947729135928457,-0.969782491850336,-0.9517659811448956,-0.022691305194761282,-0.6558335225418175,0.7290639973487394,-2.330118034303066,0.8820241894056046,-0.9342967850088655,-0.8875539908173642,-0.5553828870748704,0.5705369356636106,-0.2231523779486663,-0.6375900010698261,-0.7738388154168883,-0.5812082650215332,-0.14501198156369957,0.5089318313783849,-0.2925118933383412,-0.1677921985790861,-0.5065766691661883,-0.06529571161114317,-0.4275410798020647,-0.05419328188242943,-1.3994736983695273,-0.0792211186442418,-0.3809046341068101,-0.9631926220564985,0.685900962611843,-0.00029222870197237927,0.8901861024552182,-1.359959147119058,0.5899808002158815,-1.1827497164928753,0.018397661460755207,-0.3193824874779975,-0.48478018090366287,0.536860827964453,0.42516941794506374,-0.6797145809908923,-0.7810680123009313,-0.6223322946905925,0.5244442538698015,0.9868345122962081,-1.1714228929969202,-0.9454169020435176,0.37995434455679217,-0.8526862208149617],[-0.30724908331232775,0.48647847948397627,-1.154339194347382,-0.8213222557181977,-0.3563791982905322,-0.9397815654568656,0.1973533261036668,0.6609056330142278,-1.6952438880755403,0.5965828484732869,-1.48143078508037,0.5119621080312999,-0.40976381063323286,-0.4400689907335592,-0.5908116386099904,-1.720608349228451,1.0280032957603076,0.15186216854296178,0.44903825001888054,-0.6028044239748889,1.007151573393515,-0.11962972849931619,-0.6576052391057703,1.351626368173652,-0.05952259175696087,-0.8851839540338147,-0.2387661310163641,1.127464995679184,-0.9959749600419202,-1.2078809318384052,0.11108548676603744,-0.4435381138437931,-0.10577230458429455,-0.9964956339147734,0.0877204583302864,0.6174327295420148,-0.8279943224644992,-1.6832501103505124,1.0573764713121963,-0.1850198807650909,0.5691792008818709,0.24678171314621083,-0.35933792313338475,0.7124946896706817,0.6785719871807447,-0.886277023913018,0.316318973218781,-1.3319399779855345,0.04812297314603274,-1.0629285686981569],[-0.29108333329081315,-0.84846910871629,-1.5566518411078296,-0.11641101834533218,-0.42376180737552044,-1.659001442317796,-0.44497925299686625,0.8902234208059147,-0.23269660719187685,0.2891083096596055,-1.6200574720150582,-0.46306120663843675,-1.1508291479650166,1.0409881418753837,1.0207166888908175,0.15739663022624537,0.733648308502279,0.15898490965839834,-0.9390065322675898,0.45371903432711674,0.4341671731977912,0.6931001170063892,0.7983924528290282,-0.25780389997141623,-1.9318200973590447,-0.4591884592564985,-3.0702305915958314,0.30149904478102035,-0.43222035529575126,1.0207332578070798,-1.0925371929637435,0.7130437956383359,0.7323250628998634,-1.2831648565164802,-0.3466587191254498,-1.692740397506124,0.4352875795671861,-0.40911412585239587,0.410038040307807,0.8675989219042066,-1.4108367736020402,-0.15177135464950783,-0.24218119336537172,-0.41718158346204653,-0.1742333895458837,0.5117661196101679,-0.5141428057812949,0.5358476762077488,-0.7921832043678263,0.6755566259777201],[-0.4226770284132684,0.15296030490121804,-1.1292979482011372,-0.28061460039881336,0.7952978200728827,0.8172962666479225,-0.5346177321929092,0.21698269404445666,0.10660616818576207,0.6893298829435824,-0.3295289392937348,0.9916308433180603,-0.8647504900365305,1.086034465660544,-0.2376748370981563,-1.1395968540019494,0.38863065401439534,0.2786237514116567,0.7474341949380098,-0.2668633308651338,-0.5618338538484474,-0.9872725380277562,0.09033130874216096,0.467059292830225,-0.9509308951835006,-0.7646019604072503,-0.3905471700201808,-1.0555642014958102,1.01001102066793,0.10699913176897603,-0.7618666116648108,0.16135290838957372,0.29627271199677796,0.5790067950486686,0.0641591380797748,-1.363009417499523,-1.0295408081955777,0.9246281427660886,0.4057610359329649,0.7250546273341965,-1.0716563685849445,0.2670372400244115,0.5573307727995336,-0.2451527120571535,-0.3510627446992674,-0.14934208058001824,0.968576094921514,0.13108716775340307,0.1755374995477917,0.99806083669549],[-0.5190204069089437,-2.321219273410733,-1.7191997794114704,0.9068755775820769,0.6711561912395062,-0.09245636396356131,-1.134541519555539,-1.5955039157097124,1.060657192297672,0.6026893609174474,0.35616655974260714,-0.12882645774936238,-0.28763101401900376,-2.172209581533343,-1.0363397643856584,-0.4051345822872651,0.573992522166874,-0.14153471718807134,-0.5821848832405933,0.7002737898366956,-1.81041368400812,-0.07322280790767552,-0.7810211491123613,0.6831548583984676,0.05697391606812552,0.8361505558133788,0.48979980810657625,0.7158094348190411,0.7040368518847375,-0.9112426563783377,-0.42244837000396906,0.5476061839036013,-1.0257895242146224,-0.9019053884479901,-0.49614092576225727,-0.13826127314594172,-0.8771304795058825,-0.16236767087579357,-0.5236950557590819,-0.6057321599617541,-0.3480074218630627,-1.047862224486592,-0.930039417175049,0.6064469263487297,-0.09253605879044095,-2.499008730849736,0.7763356079468599,-0.07407445016748951,-1.0970265440201603,-0.40847739762876806],[0.09781188985516517,-0.31909863541452566,-0.7626266429013782,-0.6421512065782359,-0.008108330263278491,0.7617279080771365,-0.8842444209752984,-1.1278639056187374,0.5497080449243578,0.7500415863464939,0.885365324862213,-0.28330024538134413,0.5999061687486587,-1.6375770393098041,0.5200022178069346,-0.44783803060723487,0.8133871682090522,-0.20471417760548094,0.7014637630292639,0.7375572322225832,-0.9642496262786332,-0.5716462196053571,-0.04056220188666832,-0.040193056163305985,0.5500303951951344,-0.7431633982278462,0.7961239756299384,-0.18356458706307668,0.22798104026450144,-1.585635755097037,-0.7630069769279139,0.25789917604549834,0.7777700973892213,0.5352638009139389,-0.6851133926782906,0.5784514180893073,-0.5631868439049259,0.9835896623733574,0.2851673530096432,-0.03902498680314184,-0.7374827741402973,0.09844370581634698,0.952518132013068,-0.6640843514398759,0.2364944744655594,-1.4705503788794536,-0.2888398589113719,-0.3646509028775757,0.17500527943113942,-0.22619354289588228]],[[0.36683089912749334,0.7631462975006068,-0.5805581773445219,0.959287190138748,0.016304494524536823,-0.7772821509707375,-0.7507133455271137,-0.11086191238690221,0.31801015290748336,-0.29098894021711785,-0.42431195345705675,0.3584127942168241,-0.05135986071714385,0.6299189617923141,0.9066905531286036,0.9204614603474331,-0.11526465665683612,0.9212147126166189,-0.059980131565316855,-0.005269713287461038,0.3333720632309321,-0.9674694695780259,0.5924944142422282,0.3330297066748575,0.5847622185314825,0.4381777403673242,0.6679777703288878,-0.22240358056383963,0.08115348666600411,-0.15568951030831257,-0.08919929381838443],[0.7218583644338118,0.4986440730125798,0.3725360501992871,-0.7500355374178854,-0.8455495367576094,-0.25656205956231826,-0.4615965360876449,-0.7363661534159262,0.3818834488027322,0.36110641053711334,0.7647910941965314,-0.41883371885400883,0.88252771480448,1.541694893339522,0.6105958190309199,-0.8451459304675106,0.16557014596825695,0.8535593786534037,0.5202396451095074,-0.29072878918513245,-0.14127059015348736,-0.12089122565571096,0.21748874609644053,-0.26536492310827403,0.8214315155814478,0.18390452966108856,0.9548414072673639,-0.5779575830101278,0.9143663347769563,-0.45427930697719915,-0.04496586161907318],[0.15606143019821767,-0.9463435195804517,0.7437322132767514,-0.048944561967156776,-0.008508415656128494,-0.48739022056167575,0.1382909000830537,0.416314765039025,-0.7966555863322305,0.635405525697385,-0.1710383962519735,-0.34883745081643014,-0.7499096516323821,2.487507247164316,0.813841014611737,-0.338741781749615,-0.9024149661580787,0.8164599563487505,-0.9651142957696255,-0.6488927458505985,-0.08321553782416452,0.1678696659170769,-0.2137720177234637,0.45219487718344303,-1.0220327677658188,0.14926109922937822,0.32792923350646996,-0.9368565708590813,0.6546489640662276,0.6400911384650518,0.24300787187276338],[0.6272010619191556,0.6922638549184809,-0.5886240340675037,0.39181117210702093,-0.36516365906665565,0.5375466067694208,0.4707324531753186,0.7004385102553036,-0.6325848138911689,-0.39564848589676793,-0.24965108168303843,0.7521884060239266,-0.9877675808478281,1.5706544155839912,-0.2978717082172002,-0.0017514489948196837,0.0861140489662512,0.3399847767454871,0.6465717946718625,0.6868682476145472,0.6335905832434067,-0.2413639087523083,-0.8383627682453674,-0.7239348359681028,0.5630002191231488,0.8756547272672419,-0.668630733836309,-0.480398447399675,-0.631475980722513,-0.19710717452547388,-0.6422776034999439],[0.5826723526397907,0.7387479323379539,-0.4746038522163332,-1.0055411403090373,-0.043752745462244384,0.7497643944960732,-0.3448604255128477,0.18961290780104884,-0.399451088445776,-0.5518580126916619,-0.8328980969728393,0.8706883454576786,1.6518489091135116,0.09360619129149642,-0.9682180993357834,0.781911519901102,0.7954784980287618,-0.6099349882349332,-0.8674947605616873,0.5600810211081524,-0.656003025459854,0.3697014112532365,-0.8114288064070002,0.4347887230288723,-0.6299874671948983,0.17646007644333417,0.2504133608509183,-0.40424323121033806,-0.9492592431870198,0.1837691082691493,-0.04443347002874637],[0.8065833926847447,0.3142723110154854,0.3146834555309284,0.5928526927279945,0.5812205580933151,-0.6244562185381092,0.1709717151475194,0.9283543067531307,0.4069846619272979,-0.576573628259204,0.39750258777000247,-0.4553398631850635,1.6679195555470139,0.36695305970234127,-0.6500692215481098,0.08190192082736582,-0.6064498667139403,-0.04409872450746873,-0.23337754317596143,-0.1725521561288586,-0.7886680156240347,0.6228941335934054,0.7506415997342534,-0.43906081479908815,-0.8646973415953647,-0.03643803349235504,0.4871624761724355,-0.6989400954068256,-0.5371457884987743,0.7234103018551978,0.45015171116489383],[0.5260010915857124,0.7355522994903737,-0.2726179745470273,0.3152916755165875,-0.8757528576757142,0.35676918925019413,0.3722919974156682,0.7342014699992818,-0.28146152944996194,0.1448800383976948,0.09833604401454588,0.29129067511266077,1.7669013048482272,-0.18530786332743043,-0.3901690231218822,-0.6929788005140638,0.29400293801241517,-0.36868176323791063,-0.32887693388488276,0.5883156841971314,-0.5327317725820441,-0.42682238528741184,-0.08098843377732938,-0.5199492343638333,0.681093385579681,0.18328255488754291,-0.4516332964860926,0.3357323139609393,-0.113003728193938,-0.24280258128770338,0.3948880039095169],[-0.4760574819506176,0.05715390047343146,0.2232666671059834,-0.9934338650776958,-0.3350066095719393,-0.765434171987722,0.5380916932004285,0.40250072060010494,0.4556882482883651,-0.4169840471288949,0.5182547959951229,0.8999013294317805,1.9452544873571647,0.046866306269677825,0.47973285043825736,-0.12318683755207895,-0.02102444496581585,0.7162953270662953,0.1372979091204175,0.12246441279032824,-0.7827600809342864,0.009928806999284135,-0.7589471345362725,-0.30952633368220356,0.18490077870317978,-0.9598340946014392,-0.42011252188516934,0.24031473182160087,-0.8444213183241386,0.3717428467626927,-0.45483415248069214],[0.3715173470201904,-0.1779499747308636,-0.09737564197125102,-0.6963693966351624,0.2393835848908924,-1.024601089522652,0.23229052309742784,-0.4165720129177799,-0.9275906431682461,-0.832735857766899,0.5710099660492511,-0.43503460422635265,-0.03153536955424866,0.2806465573273134,1.9039683654666277,0.7003018439234707,-0.023218880857941132,-0.31851818572458357,0.3765392302289898,0.07688213441777582,0.4470102086038352,-0.22830977941290406,0.27927716855107226,-1.0123059997125756,0.9081165313455432,0.7169861701106773,0.5849599959354872,0.23140217033448326,0.3836330661407906,-0.9694095613725108,-0.9396252157632984],[-0.39424787992931454,-0.7421791188849708,0.8156962638953297,0.2586022157287913,-0.6033021132791022,-0.6433187920100587,-0.7983036740557645,0.5248771264352923,-0.24451192870237262,-0.18837890602002522,0.22051407368126277,-0.20880712934600243,-0.1804963876285416,-0.5482546631127593,0.7529785411090502,0.15064434473340182,-0.7072034773804257,0.29379949491665946,0.4614951306470697,0.8995004810641115,0.2761456284876519,0.18341332657025583,-0.549805500386688,-0.48246434254798837,0.21055491189787187,-0.6928915101696208,-0.07862142790308954,-0.44314777131604,-0.5142948765937458,-0.795457953596529,-0.9688187669719821],[-0.8026389511009493,0.5958344862691144,1.8543799560252474,-0.8165696489310889,-0.04011794856119646,0.4553882401965041,-0.12399323349027527,-0.8913158784590849,0.6082252235703819,-0.6997048941558962,-1.018791731720615,-0.9569079897604521,0.03394092431330648,0.09985959139178811,0.3732645411112267,0.7881895169771068,-0.7929571115283288,-0.647581269595662,0.8910048136049801,-0.24074745709228554,0.4656112691936742,0.28754383084274193,-0.35279477867983705,-0.1599049908925183,0.8156744867434262,-0.11719724117796015,0.4550298042429052,0.5895527022345959,-0.023099010463639744,-0.24215215373370427,-0.4840668337065382],[0.4410558721170956,0.2579882249423443,1.0292172026614201,0.11950421610070623,-0.039017410195285034,-0.4033451253283153,-0.23363610598937062,-0.2973628402186402,0.6732321592719012,-0.8103783888808279,-0.03508699455805948,-0.2117605873144273,-0.08959882269206089,0.430394763617857,-0.8315704438309782,-0.030146536328717315,-0.8622615579605599,-0.5484604208448836,0.550615800352767,0.6364802307004166,-0.09087157749048412,0.0061704400766230735,-0.6821978937765966,0.5064808121351354,0.2824202809387106,-0.6906708610714313,0.26657304937841,-0.5621508982840476,-0.6300548288228335,-0.4426533903902909,-0.1778844178840858],[0.7559563250411137,0.34917311590462147,1.0415279533665553,0.9077537384832762,-0.95250968121011,-0.764070639426803,-0.7611271889122146,0.1252545296761787,-0.8005300627189207,-0.44657251686430804,0.4266766193908772,0.29131139599951483,-0.6409827369197528,0.5133008976208842,-0.6743141603100715,-0.13968213769920093,0.5641516787113414,-0.28841463128333583,0.7101247637221447,-0.9432159374667215,0.03305424300065772,-0.09211064026997874,0.7768422261667932,-0.02864578354178358,0.6021079234118589,0.29836949025730264,-0.3265030183399794,-0.1734022070607187,0.6599650354818755,-0.6569279558160211,0.28457161203786707],[0.21065496000953798,-0.6848873919195332,0.758873996540685,0.4608698470061557,0.9492765505792359,0.6656737735449172,-0.2978876822104257,0.2232417578319405,0.8592788707830107,1.9659630613318486,0.3425089631802428,-0.4554610687254046,0.6690756111149521,0.5945725256367766,0.770466376601062,-0.9076455306473639,0.693103767101116,-0.005355487389872755,-1.0087431652004155,-0.7031626330537948,0.4938332086150853,-0.7757474876718445,-0.5608142763997915,-0.5572929525118626,-1.0005333231241507,-0.12505280771514976,-0.8137637047120715,-0.5562786058009054,0.7084644975335411,0.4177364339512023,0.589291355659054],[0.7846259033597903,-0.5742227116700099,-0.5126645910703487,-0.5918364255791112,-0.7266922759391019,-0.6976421297663375,-0.4176275270650667,-1.0069872206245916,-0.9284915810968662,3.02251282702144,0.00670730724221018,-0.5876536960014929,-0.6919278565455527,0.280455602569271,-0.04347866513020378,0.5439840840669409,-0.034451036092204984,-0.6029275051848957,-0.8006063075929899,-0.7893579245676872,0.6372507582167516,0.8676039336221486,0.9127295146264771,0.27114497326504367,0.7976051984355913,0.5764738304408545,-0.13215112381823352,-0.004172899542458596,-0.7666690547183486,0.3724104813064587,0.1487912222921963],[-0.7283822997133504,-0.01834614777117908,0.6926470152830676,0.42007008534063955,-0.27355135021489774,-0.3524544249471699,-0.04836963838729519,0.5301571696529147,-0.38503480013220187,-0.13256600252456302,2.713103118538975,0.15099083162523366,-0.33329215437363546,-0.6944791523287763,-0.7323851222701937,-0.5358288984192621,-0.46209412920940224,0.5959489625003649,-0.15192724311066608,-0.3925192585376266,-0.31185115084092174,0.012809524089788934,-0.11467661387191491,0.015539683261665736,0.7043775638310934,-0.14126736588580763,0.06116218910274208,0.25862147013357123,-0.9750208487104608,0.6824800095936561,0.5079030410856317],[-0.06300023352661163,0.12016342431438153,-0.343040373538166,0.1335848106628636,-0.03941889679261199,-0.28626001923814576,-0.548083962234667,-0.018312373465626024,-0.5172167571733777,-1.0733540446126961,0.8093103849370962,0.7714624412650897,0.6505004721047916,0.04429565081289038,-0.4547908447440621,-0.31989660447468443,-0.8470349671772124,-0.08239839197794678,-0.3786478048949368,0.6299081000036572,-0.4362352717552123,0.5698417531548549,-0.7177335348207039,-0.575138974437096,-0.3822303671816263,0.6949111650902674,-0.3989327357239884,-0.6631969347118679,-0.35087372952032253,0.2854202177781791,0.6047014901034437],[0.29367269205241714,0.9331774451749432,-0.9324529660689155,0.4139704994281407,-0.958037899619759,0.6618409001610605,0.7694924806271985,0.8975598625733384,-0.03800195104693456,-0.9291210650181272,0.7666906757212709,-0.5501572068257162,0.41230108557334855,0.6735695900379459,-0.9750081741467355,-1.0301038106263574,0.12019876122211147,0.6018230149001478,-0.43391574909896374,-0.16035615417259094,0.5685132833139651,-0.7962768605307228,0.12581881109393445,0.8380478944502192,0.3536342229527144,0.36320303441801477,-0.4663566245239401,0.1019722250022684,-0.7131612001833554,0.3582116131133255,-0.07464684909466664],[-0.2887355839642956,-0.47323672893254337,0.6489466395312111,-0.9157283402734732,-0.18097722185726864,-0.31237754496302905,-0.5092393091090461,-0.5059163466057585,0.5519405285077524,0.7486554253024607,0.7791008449023934,-0.6593944221580315,0.4856300292747143,-0.4117274708097045,-0.4900733281797005,0.46537178402562146,-0.3104399250750903,0.6735924794419081,0.7224728130436332,0.31038658572543193,0.23224011412508674,0.1924188733512537,0.6992850172988692,-0.18111483730164482,-0.292258045004429,-0.9483302132484366,-0.9508435759927363,0.4019912335808233,0.06848903025643663,-0.2771845151177546,0.22588093165632098],[-0.1835102393099053,0.38783278521009196,0.691938201405166,-0.15203789896292358,0.3529037846977079,0.6197665378210644,-0.36888540983560664,0.011886053674935441,-0.82920571416046,0.6060475963811063,0.3369320314845987,-0.06778148447767655,0.33131293603464734,-0.5202532337717831,-0.732927497898575,0.6581402968322962,0.059870999058322855,-0.9142730214223238,0.2662041511510555,-0.21572233596523446,0.8903736614657604,0.8655022155356445,-1.0312748203963438,-0.04079291496740924,-0.11795776193216861,-0.5366946530706678,-0.2967129479810907,0.6864027436246116,0.7444494680429395,-0.6018763082541114,0.6237777265356043],[-0.4345944893749985,-0.503945507785069,0.6546756639638656,0.20873257398005243,-0.06664714346379809,0.785185737302439,-0.9910194795900639,-0.0745702474627056,-0.7238804083597516,-0.3361420894326627,1.1181879241070345,-0.984406301553496,-0.34341999791963207,0.39709879510638585,0.8198818105607529,-0.8325920882313245,0.22951051491269175,-0.5482146481117122,0.14778001330121981,0.9028139616456173,-0.08807989383202658,-0.3259305955325601,-0.5199883419286541,0.31208758169878914,0.41960267189421036,-0.9487468516451862,-0.118174222486964,0.4502796852907703,0.7235643641343076,-0.3408578324606273,-0.7640678468218082],[0.5809359495125639,-0.17688820087017265,-0.6285532990818479,-0.9847732877514416,0.38583663865468404,-0.1148737097821253,0.16429154811369498,-0.5412396892082019,0.24068186389872429,-0.8822183544463587,0.759489540149314,-0.3802792918508427,-0.06212437536614429,-0.937632184561868,0.6315096275543045,-0.15706262947937655,-0.5946474768439017,-0.8612855684623928,-0.07320007239957498,0.44895175798361253,-0.3996548172500329,0.7984585425105684,-0.2516871701280275,-0.09500429619884276,-0.5619108644970703,-0.3207649797091805,-0.33383117299968645,0.5973956962564706,-0.6386742922852496,-0.487196123536143,-0.9844655797900196],[-0.6135188192429882,0.08227196934087773,-0.5351405184612162,-0.1022366750559133,0.32734577584205143,0.7125438282736364,-0.9139109157996683,-0.4391670335747292,-0.024747421956340096,-0.02211535737121461,-0.007555242627606374,-0.06663367930507574,0.0771239795746618,0.6381573518763008,0.5910774205072494,0.9030389077695646,-0.8429216675549633,-0.8590727007170985,0.7241158549955085,-0.7413350104622087,-0.32298922347534964,0.6337485379859717,-0.5636988013206734,0.07004316894840008,0.08351713890819003,0.5042184984700542,-0.13162400872240781,0.168439698119128,0.20250223105390058,-0.9328601564798842,-0.586811448294964],[0.05589179038376508,-0.2790887933697314,0.10515737334978917,0.04689683495568461,-0.4638966924770146,0.46279940162314387,-0.9022181418619386,0.009586300126118023,0.760595374668991,0.8636183460717338,0.15656181070894704,-0.9452851839024412,-0.8622534088692474,-0.4228334677488338,-0.7676699374827725,-0.6597977513827142,-0.24877763820072127,0.8199501886862233,0.4726256158386517,0.20061481207154339,0.4240092641434787,0.020207839066405397,0.2423113705348507,0.28272193408771995,0.8046321618052943,0.4832802157045322,0.6397634145979698,-0.7462950611421559,0.6598929081191055,-0.32817040656296753,0.20882487282224316],[-0.9139894164631247,0.5375979027776624,-0.5856569700727986,-0.28067978244344344,-0.6609196059225156,1.3052531288736071,-0.6983271287073933,-0.31816666675443067,0.6361494666732445,-0.3503291445640475,-1.0288004777279394,-1.0504475618315636,-0.9958861165821297,0.8834207283341756,0.29285703389332757,0.07104647198741429,-0.8928821359429704,-0.9798181015361431,0.5663651119606224,-0.6219438021061381,-0.600804016535551,-0.10066846347959892,0.6354644027258529,-0.8620799435798614,-0.3160962349521547,-0.10580633285534687,-0.35780749699110476,0.24164866174874022,-0.2263102725276268,0.5027962196562961,0.619454310750358],[0.6663573592717771,1.7678871966754166,0.49353401300321564,-0.5815499149849076,-0.9095250826277445,-0.390442134779414,-0.3697581841117928,0.3000164178202417,-0.8609702546490896,-0.5857777746434459,-0.3145183590435894,0.08548163941265063,0.5269798691209506,0.048797110424072226,-0.3262393681958089,-0.8003080449506432,-0.923318372517805,0.8532348575875377,-0.8312883825034008,0.5114589167040321,0.29412294477072143,0.6535765829681339,-0.20882330697951174,-0.2992705179625698,0.07931803463190089,-0.039805259879343094,-0.23304100013072881,0.23098156677881732,-0.32211806971291684,0.36997558328385677,0.32551973268374884],[-0.3409740338637128,1.6794178504940553,0.2774382477007305,0.3817330556361619,-1.017726856623721,0.17697553277203817,0.1493297904172211,-0.8358140676868021,-0.40347506281457624,-0.17870638293858726,0.4672544346534997,0.3044257128144763,0.6599548859424363,0.4340435777214212,-0.08250988933648216,0.09416265300105937,0.9189293590248415,0.3210085087786318,0.936608193378567,-0.5408468852690537,0.7785839746308525,0.11559591730125549,-0.01134567930124096,0.6521806841360479,-0.5188916297448142,-0.871939048976489,-0.9450456611552557,-0.7054392427426489,0.7767889242850182,-0.25203054112518714,-0.5902779495083532],[0.5267584786577626,0.22803767934202998,-0.61954383627146,-0.15017733461149343,0.8174322183373428,0.5806740337396034,-0.29890213709935615,-0.17392236488587937,0.5179060528780769,0.5792166700876042,0.3582241008704002,-0.0501735655977048,0.7232585740826765,0.8046428822958116,-0.5055260099929733,0.2846701411214153,0.16315851423883765,0.3603769796002325,-0.5464364248792252,0.07708184601838665,0.02205305985065765,0.6730219158329219,-0.7260275314124379,-0.2729824039518089,-0.42088232407675996,0.383845616598431,0.699286218559358,0.7570229763495792,-0.5091853967699876,-1.0482893977721714,-0.41898080725863557],[-0.9706051314390332,0.7832576715712316,-1.0123597592650837,-0.35139592049965823,0.6134627118620002,-0.5666971204977506,-0.15666452882112655,-0.9632915293906563,0.07636304174063778,-0.10938934758196651,-0.004526167157435192,-0.9433846672104195,0.040812485171814614,-0.5965717279936519,0.23672026658332002,0.3978087365330256,-0.8682798703220169,0.15977585122372776,0.5283622292253666,-0.20359302768028034,-0.4096789659450494,0.010379776665976271,-0.8948879204923684,-0.21499142485942682,0.8883693561106818,-0.9143778605567962,0.45402078758322645,-0.4188076507703966,-0.49324688619155954,0.7883407363120354,-0.29826663394965625],[-0.5452000002415808,0.24218332290658043,0.3031880843501878,-0.008048089886900272,-0.1766961360440153,0.49302011969984944,-0.15393856323760066,-0.3156662040980375,-0.0922893547392486,-0.4082577978064816,0.7315621465292766,0.6399082780823222,0.40530455627090034,-0.6404323569505698,0.409700540867952,0.2155850764181815,-0.44519095955698784,0.3798943911587404,0.5893465698201797,0.812955873326004,-0.30324312006030746,0.6234960079449477,-0.3634644643478999,-0.825701783288387,0.1403925364255208,0.625679227657437,-0.3998092325901435,-0.37334137745232304,-0.977616078436692,0.4224370242558448,1.222156375293818],[-0.31677959484736723,0.7303357791342528,-0.017668782433823447,-0.5165093984980019,-0.3020893791939483,-0.40850675254652746,0.685468748125674,0.5281756180299143,-0.06778608979735819,0.5661055579511688,0.2769235048322393,-0.9468027351226764,0.8152070732217991,-0.5206802677331617,-0.5007853755870808,-0.16780184879025903,0.14152228499232283,0.49076205560909736,-0.9623212968457157,-0.9407337513347095,0.6739340224707232,-0.2791445329097028,0.08884523260391583,0.2662798047526696,-0.1046037980314917,0.07876246383466654,-0.13283890204402585,-0.23470799271765383,0.9258843872007326,-0.8293836985039641,2.4708839936259994],[0.6183836588225909,-0.2518479298043355,-0.9102202696960905,0.18575669257586053,0.6926204012936907,-0.457428981568483,-0.12212655466377821,-0.3669977229516382,-0.40231357863822453,-0.7159272076011206,0.6608004925246463,0.4147016150592419,-0.9942398228797446,-1.421252407641256,0.11778446772115704,-0.7244863172051437,1.7048906783705575,0.7995104776060585,-0.10582864467921795,-0.002994908924793306,-0.09375448720811483,0.04935478859215778,0.11918956104013186,-0.6861892557844101,-0.34637244306722387,-0.8131563196368999,-0.047442290808218615,0.6088688860002798,-0.46371143881537735,0.7679157671240363,-0.8345204537083557],[0.5047731905303405,0.2679476059671018,-0.3514251043434023,0.4480112676427054,-1.007471199147034,0.7855345062325902,-0.7568009186118291,0.5496393082822124,0.13626325260955405,-0.8225027855301812,0.7327192356257185,0.46395848885309166,-0.26723345492487177,-1.4334396155701763,-0.731865727254894,-0.25642055771378747,2.367567356712482,-0.45284094109988526,0.039211555835547536,0.916656926694933,0.48443897902315053,0.7030553660693496,0.5577825743315675,-0.6450201302755562,0.8916680287404348,0.31656551380432973,0.47047847106136037,-0.12088974798316567,-0.8656464291112181,-0.037192192161061906,-0.20177340012410572],[0.9345121464581109,-0.529609830507838,0.7662282211023288,-0.6026863745728309,0.03410743058377728,-0.9421038333068438,-0.6094594169586586,0.4066775633310393,0.47270137340014945,0.5250179961303758,-0.4680182152948966,-0.9763699669473791,-0.5850974458212518,-0.39093047463622976,-0.1803449152708489,-0.3354829367755874,0.12938068651793022,0.7441740537238872,-0.5125578627299394,0.34498506455094236,0.17157333797183724,0.6952875266779304,0.10327630536615313,0.928434727900759,-0.7671710975108397,0.9014016224243944,0.4425711071225042,0.08057424517448981,1.5312293174282197,-0.44336419727335413,0.054316707956258696],[0.9877474298103035,-0.7829335209578222,0.8819913124926589,0.49192540168559806,0.15283726661749283,0.36546513176749257,0.8609646224320178,-0.008236092678586092,-0.2033187823288622,-0.8992843478920584,0.3296922668735719,0.7681823180322003,0.7384935187200624,-0.47173535796987154,-0.6394371862600167,0.8646135922154963,-0.6661997934660339,0.8471234864096091,0.3535345428091079,-0.9308099323687467,-0.4559712506052922,-0.2891532814333057,0.4801830652740841,-0.9378922441009806,-0.6446430473143575,-0.7980256668670707,0.17711225310760673,-0.7877109583002749,1.4575382442836728,0.15762142507869292,0.9655316229509627],[0.5192723245879706,-0.6202983905776304,0.10229787998385685,0.5279792617946931,0.25521444202436483,-0.775311368220718,-0.5653958773279999,-0.8456882045920066,-1.048305959297192,-0.9866314387082329,-0.08752853528218904,0.08706811840582669,-0.23671150780888592,0.5633871868895217,0.07133259960423163,0.19323561927059807,-0.2533922904963555,0.17591199081353107,0.442938555814489,0.3429275212501908,-0.16136562624276948,0.49633543028617483,-0.1462021066834805,0.7118833065965049,-0.07309143861169533,-0.4039137986097535,-0.47667363591290707,-0.5161002712630753,2.0445147117339304,0.7544077998050266,0.47026229511861134],[0.8199524961428679,0.38074295926942536,-0.7426251304557875,0.8755196246539974,-0.6175108925451037,0.6416725043236325,0.5803433820029347,-0.4498398460856044,-0.7532268864882593,0.6344375017144325,0.5872154473801178,0.8532068274435939,-0.7810960785439581,0.721930950459841,0.41795505774744945,-0.6077554522325108,0.7128344842709347,-0.625496880444052,0.8419187265586177,0.4154765380785982,0.8073827757536073,0.4184254835589053,-0.41673150259247965,0.6601586536512074,-0.48811392266178705,0.9081664258621381,0.4201694554457845,-0.8780631074834392,-1.0168859390318763,-0.8564207485965372,-0.9935188027329294],[-0.46980196246158595,-0.933223941700434,0.06883598963253665,-0.8766557309359146,-0.2985454652053939,-0.35467800841029484,-1.0128799567535987,-0.9930371479849504,0.44164128834985594,-0.4900772802760081,-1.079469844446244,0.8756355898063513,-0.13833230540303018,0.3554502906898648,0.7248776659930927,0.3052761039416819,0.6245266499329402,0.7083725876560129,-0.407884878438039,-0.3440477039488547,0.14422033588639502,-0.3244422843628825,0.3219910744278877,-0.4657152509500771,0.10637333204407659,-0.038526916291289404,-0.04878099888400472,0.3170073550129925,0.1927263743057656,0.30445638426585,0.2038845094846496],[0.5937604980188952,0.2342966680042703,-0.45720080723653267,0.33737961479397377,0.4704882717008875,0.3173734754427955,-0.15271168867334403,-0.8816231292060349,-0.3028987715677403,-0.17243186549572875,0.5749640025108247,0.5737385228997195,0.6824130471047853,0.9273659816326483,-0.8370757022117779,-0.2071657005668129,0.5402588111842654,0.4357617731729128,-0.9733187003194074,0.29701104978525544,-0.6641633471276155,0.604690765744913,0.4744648952843457,0.07638173328509393,-0.3401512239783676,0.752099051739911,-0.8982667039506725,-0.2537470905456267,0.32997881970945964,0.6790334078075193,-0.7812736261119112],[-0.7011068151293478,0.827178079589084,-0.40304347104859445,-0.30493070423857227,0.3461217859895064,0.3497696005055934,-0.3877749151071104,1.8802911242163736,-0.5756245096778464,-0.14096399136582236,-0.4421379523526284,-0.5440341383934029,-0.5326801275923168,-0.44440882497785766,0.33641434848433854,-0.4460649006005947,0.5366323029485673,-0.026613528240320736,0.47972390650643737,0.6080668799071984,-0.47809022014310637,-0.9952136451557834,-0.08623169220419906,-0.9523427852920096,0.6123622319723628,-0.37540236172157815,0.11188501143105602,-0.27287985439451895,-0.2825112915223724,0.7368680809537191,0.5480772475792575],[1.0968226231141536,-0.7322938433652462,-0.2770067015735954,0.5591041359983967,-0.8450124343079615,-0.3486090560564905,-1.0336480570992972,0.01342145488542915,0.8003075119477978,-0.2450255023646369,-0.6241338910042216,0.3873264073260044,-0.08434970702443745,-1.108630930603809,-1.081317421731608,-0.17751896440863865,0.9037839685623904,-0.4036600469620294,-0.7176823273779251,0.11252258528907176,0.3363405956087332,0.831281425956199,-0.994055938375515,-0.1919780688004192,0.7338485243481452,-0.8949551654130942,-0.3825991607501405,-0.10436801731695289,0.8206979405140721,-0.33746472338296074,-0.12880477728743858],[-0.6188855451250636,0.24268035679985617,-0.9137304929386564,-0.3816585385727658,0.8967979790975752,-0.539176068856287,-0.702543464124585,-0.28460182093109415,-0.9253622948288104,0.36066657847593186,-0.5301730261524124,0.03979741937748883,0.6911330804416441,-0.35356493113263615,0.19943332080704285,-1.0627928138471863,-0.6666967572703972,-0.5890223975420937,-0.6618821426545399,-0.5050539982312464,-0.926176175876401,0.7923930510407229,0.5287266962020576,0.6898119325175259,0.1593281026334451,-0.4841218483000941,0.5191274447065832,-0.18347507034780813,0.4261592491066147,0.356138434454103,0.2772825067365591],[-0.9224982086538107,-0.058779505237001796,0.5046283766886975,0.6518522529802818,-0.22786142111283944,0.79267136480343,0.21949636507157053,0.32129229408053395,-0.3288169721922325,0.09074841320288121,-0.8646563191006988,-0.11456918680472768,-1.0107173805344807,-0.7605697611833945,-0.6486097199764161,-0.16109310076409628,0.1833298040337037,-0.6331775264603424,0.2846104819113001,-0.3380134396357666,-0.41489568281457123,-0.8541562314593064,-0.8731219051455481,-0.2095964158452532,0.08507310253797919,-0.016306498827192612,-0.8991755748364719,0.7785550296642493,-0.26540158730506325,1.4810413991258375,0.5669613342529338],[-0.5109148869094277,0.20730807468547316,0.22151508621113064,-0.11720768731877415,0.2708132740339958,0.27540790037297863,0.16415035524865718,-1.0165594640335693,0.4122022348342554,0.1894174374119589,0.39613957703526576,0.6810787879788066,-0.2061218818513937,0.7432158528635653,-0.18079266882110942,-0.6626611874941781,-0.8457288237198906,0.2923781798201297,-0.5218706437677675,0.7967656026325871,0.6452058748380085,-0.06524970879361221,0.7037658429229569,-0.3976749674840172,-0.7364648240172975,-0.7712661704408369,-0.8844092330490454,0.8062536658112397,0.5676625852240038,1.871120797399868,-0.6842932493315619],[-0.698689354589417,0.3783249395792797,-0.04133157110482231,-0.8403459758458532,-0.032959011566941934,-0.32398515378590054,0.2137420072517384,-1.0048939035627351,-1.0206489369883232,-0.14427923297271078,-0.1916725198759191,0.8725382505303637,-0.7866048169657202,-1.1087203039019713,-0.9165689864959763,-0.7236128080299842,-0.5910846769697373,0.33189182364972075,-0.16890451312867794,0.9291870289998075,-0.9117599242106542,-0.1097068791128052,-0.91926607000596,-0.5164836889837454,-0.8795340632491375,0.08166181682827556,0.5932862237864523,1.2130417108616522,-0.40385267006106484,0.3204368258647321,0.1077462398555701],[-0.14427064686843172,0.38434343226627576,-0.6273585363907248,0.7858253441025608,0.5466242870956574,-0.7924956217036663,0.8290805113134505,-0.02778843353636747,0.08153281813540114,0.20958432826912285,-0.6275076756689327,0.4776401282985572,-0.183662924670341,-1.0097426127903495,0.007932969113197613,-0.8221751589943971,-1.0706369195581702,0.0383303674505699,0.17306584773065212,-0.5358221371449847,-0.3245026475316348,0.5013716913880325,-0.9919991907210761,0.26595004528004784,0.187178944389775,-0.3025452104618745,-0.2908689988265317,0.7715582468283331,0.6749604952668553,-0.9568389348581046,-0.677794327103883],[0.44864365923356764,-0.41311394145549146,-0.414632876453943,-0.49352362747910083,2.3733548079555544,-0.45679278673084805,0.4131334961630381,0.17090580476805156,-0.1175115225934518,-0.7438523827670944,0.01936987454061122,-0.8127054180040651,-0.3300829845937375,-0.27063735711139036,0.48804823855163126,-0.4739357193166981,-0.857537036474933,-0.013862655592392213,-0.19833830501609712,0.028104703636791812,0.4476215655624825,-0.805039431094215,0.1769325425390078,-0.02854829506661056,0.933653270078204,-0.6075179903225443,-0.1992169996036014,-0.6954495008120473,-0.250137265358394,-0.5549555742512933,0.20921384072282634],[-0.15705394562970357,-0.3601642186899304,-0.930811699943444,-0.7789551663688644,0.08946352913323995,-0.3347207091573755,0.7951247751407312,0.024159911623812296,0.8831835847519297,0.020200092622698545,-0.755296158957404,-0.97258613477128,0.4367161609389349,0.041792755356097444,-0.6834327477429132,-0.8525152939506325,0.4730899977918066,0.8535068234789819,-0.2719716054763633,-0.7828345642505647,-0.8810922784497036,0.37644049354174347,0.010039999594258366,-0.8312647800597058,0.05271634737866552,-0.6012451352688951,0.043415273962244906,0.6980408511261554,0.8015928851702089,0.49248306131112135,-0.4713046196530192],[0.15663518552111474,-0.855704478874819,0.7505299462761686,0.11175140004043876,0.7959940124188066,-0.9534465767620874,1.272122727735402,0.41376025581389353,-0.4864117304985791,-0.27754674779583394,-0.4345726246312026,-0.12108477720198776,0.5773150874143231,0.2651166676838376,0.18277183927915824,-0.40320672080545694,-0.175954450215311,-0.23287571435460613,-0.8279423796497714,-0.9216708723658094,-0.40344240477660004,0.833166802619557,0.6241239030122674,0.438272139532578,-0.38785396563372454,0.12764312339083814,0.6082704490985339,0.519127207784054,0.34122871267432847,0.8537965927955834,-0.7861288573808156],[-0.08863809568373292,-0.4797272553619031,0.06366065073843734,0.7742243199265336,0.8363702040832584,0.08159876273065361,1.0748646945941016,-0.25790233825980696,-0.9057815816043119,0.4793869896865311,-0.8623741769078974,0.7979903993551039,-1.013675145046488,0.7854181809574406,-0.8377365659408753,0.8784363736117593,0.5157544774711689,-0.12852081340696983,-0.5207158659809489,-0.9528258759472547,0.7284840221118132,0.37685442006424136,-0.40416398032812656,0.32214525073173106,-0.27369901779390393,-0.9448246267247872,-0.6883066209109907,0.759423366157298,0.9130473748559006,-1.0019976521671692,-0.5930694619716514],[0.2689781450848875,0.20728379923361429,-0.020701645167386925,0.10625682134732356,-0.853076259562669,0.12511843441009896,0.8232377294190244,-0.60945445500119,1.7160731814876276,0.46229860917331944,0.6008525992724628,0.3352300782504896,0.416780537333071,0.3719761087712656,-0.03636391772696181,0.7938287338017782,0.7371745774163779,0.3798181370136158,-0.013002829004834016,0.34648356532370816,0.660453157900503,-0.9759547992510064,0.3759264408484223,-0.3003159498860097,-0.779918935482711,-0.22433766737079744,0.7143526560641354,0.8423991137435213,0.3068417442098629,-0.7977578951967186,0.9200891122492715],[0.36558295271986063,-0.5322849734547951,0.04365355854868818,-0.7801450951420963,-0.7964871657702689,0.8471020067939858,0.07840281361828486,0.20802256558112472,1.4422129803797645,-0.7687759608465635,0.5200516991871924,0.062157113926255024,0.4069439988635434,0.6267907389540317,-0.5461977526067743,-0.2463972819950953,-0.9520447731459633,0.37878425659676523,-0.16414717478667953,-0.6619736925643918,-0.17538656537085373,0.311325888334539,-0.1806731743848103,0.15775138050421048,0.8713410274648393,-0.8569595255286712,-0.5699978939289959,0.429895724271439,-0.39792918246799874,-0.29788770365143463,-0.8968419884590207],[0.2935511317380993,-0.741598262320021,-0.7780280704238529,-0.14848942864326856,-0.7378954064361124,-0.21677515187553725,-0.1984613604441736,0.33053811623836055,0.8885261859095577,-0.9200467782728593,-0.5131161442338843,0.23437275210034952,0.599716953498462,0.24947767965000317,-0.3855483341545905,0.08779675762848876,-0.2985685350118536,0.6344824037374724,-0.7801315627890542,-0.2696061604271225,0.9105859824187423,-0.7791708595968898,-0.3936085937401799,0.3572198914612995,-0.33016850218682386,0.7011036190018148,0.06911586898437293,-0.2957695227133957,-0.27945818576087705,-0.09011039849222387,0.18175121659426044],[0.8990301545956569,-0.13147762254382275,-0.2602263280902598,-0.9682133328092338,-0.317157412427221,-0.5614076552616171,0.6718728836420802,0.2197944428963158,0.8102956308144608,0.35254921472601763,-0.623434943920301,0.5832848651648624,-0.3372834198121081,0.448501731492636,0.25999001151544937,1.5621505445592074,-0.2628633565659881,0.5614099597351497,-0.8982113220887481,0.4518963622898312,0.5138998328584321,-0.6935436622977943,0.8570352175004363,-0.06641542312065035,0.1795771756228747,0.9198392899961403,-0.672373427623573,-0.3894831117829516,0.23352821121935288,0.24874421856911083,-0.9191867301701153],[-0.5260167353217045,0.4512873174391599,0.018443831752787902,0.5800763730302052,-0.6688961314738826,-0.13396272748117422,0.08611127911327054,-0.19421281249655364,0.8048650433188943,0.5645615730921366,-1.005908719084135,0.373774193428122,0.35674451417636377,0.7205828049379553,0.016770343533689648,1.5139730324480123,0.24478877176549135,0.3386305863669903,-0.289961425023915,0.1969032802067379,0.8178223178551447,0.5508401783458546,0.08304613242383596,-0.692389391198034,-0.0833577972908075,0.6124063704122443,-0.03970514978308983,-0.3506573580112628,0.45514636174016665,-0.5614403046094097,0.39294375654490576],[0.011893975000757971,-0.7517605780972119,-0.8990997173263378,0.08637771650760372,-0.46658981565878627,0.5660293232834821,-0.9071561581172212,0.6000477876138318,-0.04182677105166414,0.33048485178007214,0.7822165560740388,0.7473035748980467,0.3046974209540199,0.5628500505628978,-1.0069342877829497,-0.8378908559970645,0.009933367590592108,1.291940295173585,0.6853104683260746,0.6977384438007049,0.09917522800996631,-0.8005813208771798,0.06632938514507598,-0.8611385166513135,-0.18564520645687144,0.38477459510562195,-0.06909344369832617,0.8176377707974658,0.8179231568513579,0.14961207359044953,-0.045228438234059774],[-0.3853304378414359,-0.5387716641582595,-0.668951478990532,-0.0538224667705649,-0.28543163157739265,-1.0145076838673845,-0.11192293202409749,-0.12288126979568531,0.663840688348138,-0.2460303105395468,0.09193215591999267,-0.6624043250630578,-0.4238260129714816,0.670344685010685,-0.7477543454782803,0.3822601786081165,0.14476245796557097,0.6323926821565246,-0.0248189712399604,-0.491954414125954,-0.8422562687606976,0.83169934081056,-0.4371371751878613,-0.793998558661315,-0.505638779960649,0.17473253691979757,0.6277835143443781,-0.5430146950745638,0.13518182997253386,-0.5999409945745687,-0.07473081282859827],[-0.24646155053763447,0.1491127772987005,0.86239714085912,-0.7692424544357847,-0.6348501208551409,0.4932986983301725,-0.6718748497947737,-0.5539282586573246,0.8655969133901631,-0.9640289393619891,0.36608563829508567,-1.0277654583710842,0.08791514301751945,0.06904355570195007,0.8681381489766669,0.05226771372395354,-0.05026422322442523,-0.3844462084508815,0.27326472499078447,-0.6081674777891072,-0.8032446322276788,-0.21260852457125753,-0.15316029837796144,0.32329984686600455,0.07631522572459355,0.0446432077618729,0.2551921491802547,-0.852577614069795,0.4764347405816266,-0.9660951838151199,-0.15228712107516784],[-0.17401098310175694,-0.08368652764303114,-0.08611126889342346,-0.06230954701700275,0.6658869915729438,0.822164234003012,0.21830989546259869,-0.851077047350173,0.7810861287676082,0.39600536651779455,-0.3564005540228476,0.48676098232349846,-0.7784139424767996,-0.84550142406122,-0.5171596789534894,-0.27938373058344146,-0.6713243790351953,0.37626979591998627,1.1287428241592754,-1.002479774083277,-0.010611671480598765,-0.543558590887703,0.4112524284238323,0.4029390680345825,0.08085692118098005,-0.8044854525418406,0.6955902428572839,0.9453379944489386,0.6873575648481683,-0.37837806261430657,0.6914100127264884],[-0.32684190884466685,0.754133125082443,-0.4531979927363433,0.133824016901018,-0.3322615771709081,-0.0776963000164659,0.2583811234093725,-1.0034393947939166,0.10839524988191634,-0.16555261340674632,0.7578125572243052,0.03848903086883368,0.6064634015364888,-0.504477972255201,-0.6384008337802404,-0.22975501751880237,0.1798955762504224,-0.7529104473042877,0.525169881901206,0.3211027397506321,-0.3445752788477908,0.32317398726938035,0.5257821644062802,-0.08458700031731446,0.9436429934048411,-0.6037220869428801,-0.643029025342405,-1.0262491406447112,-0.4032131412974335,0.5339331044108314,-0.1331749912921837],[0.13990736637148432,0.633698521374763,-0.643957488397451,-0.9462251482758729,-0.7768423201723405,0.3697855660679388,-0.37135819552352506,0.02412842952995543,-0.6869098471475609,-0.23684905156182937,-0.17590877771202523,-0.027696027611953118,-0.09714499252830874,-0.03048592844646744,0.6420073015086557,0.13766604994807444,0.5086576430800377,-1.1294727760943306,0.4775086355776387,0.40916488726755085,-0.4738679719234113,-1.030436964773443,-0.3982037252149054,0.2945470391996775,-0.6456156511835626,-0.9977274635561982,-0.5640586790931651,0.7538010251482202,0.3812971997599992,0.32024121555019597,-0.44297513020738966],[0.5342798066508132,-0.4409212284438024,-0.29070477676508905,0.4850971599633113,-0.030987339798073346,0.6117144534134921,-0.6492681104281546,0.4060932048692793,-0.5083691454634336,-0.33740602049381524,-0.617656366596716,-0.003469139637118619,-0.27305731418905693,-0.71354445555247,-0.23712361770325663,0.8660079398721193,-0.3064582978242764,-0.342863232299593,-0.4189724195846946,-0.23121275475430603,-0.38326709826720884,-0.5462536934245982,0.5734660373306312,-0.10259375125235962,-0.5688383364451272,0.21952068375663922,0.6285670970143253,0.8954682492082617,-0.7258793365808894,0.564148016581859,-0.44895387938110215],[-0.9768755582671811,0.5929498126923711,-0.23596498639625801,0.7210085089167133,-0.21053711749585136,-0.09086686439888006,0.37127230649450843,-0.9254552840361645,0.4618304572236179,-0.34226925596240537,0.5292299598659523,-0.28920326759855475,0.05299805289504131,0.5587198476813633,0.326649993031258,0.07343564977733659,0.1493766905207414,-0.453033869418398,0.19294425718830202,0.10730829919363362,0.5586559652593255,0.47457446060270586,-0.45495466849678984,-0.32432354418381104,0.18960770203782076,-0.5292775966416151,-0.013575864880777043,-0.6783942519410628,0.2445639695218775,-0.9473578419267452,0.8221314648760099],[-0.13674071289291534,0.6079406971881056,-0.7439034527630403,1.552823212454159,0.3816826189782893,0.9176106646742167,0.2646839594819754,0.3961887565660141,-1.0047580694592706,-0.3422390584712892,0.8521700992609198,0.5816451279790079,-0.09364005301618833,0.3302746965313482,0.6912583314526056,0.17112520778619997,-0.5947324912249072,-0.3373162940294434,0.11801949256211222,0.09576287040412244,-0.8594559902065697,-0.18348251825610432,-0.4547792574361932,0.26090450644717716,-0.3863214140391393,0.03259244084514771,-0.691761731509356,0.02569738938480291,-0.9925444507725623,-0.6017602204624629,-0.9235149972485142],[-0.7885356527307411,0.7010445386015867,0.2267218480709763,0.867743727895009,0.24111325378368734,-0.6023343924375044,0.3945536704406043,0.7225175724001757,-0.05589601790079539,-0.7362788157667767,0.4334047990098458,-0.46392586992978174,-0.10167270751422702,0.46186798076409813,0.8820093376652218,-0.09288562684680186,-0.249449796145959,0.4587410887445391,0.7532647597215447,1.414697771893929,0.4414014924232282,0.37294355365154913,0.4213001095373834,0.43608481343012506,-0.11641541786756661,0.6914678716782212,0.6135647723799887,0.5893802853886314,0.3850116808217375,-0.7592490539790557,0.004816254427814172],[0.2168398163220759,-1.0039024010729798,0.9620395053797931,-0.23032669638112327,-0.7495189055013711,0.5174665898741768,0.23573525810792673,-0.5168442773533072,0.8036072765498085,0.3986688851697758,-0.47743817689125273,0.3164495479333476,-0.6613579014738504,0.16715133789971992,-0.7617971389923346,0.6744321983873818,-0.34080684073714906,-0.264889583573253,-1.0444249984487866,1.1440368169366864,-0.7507456434596359,-0.013077188277082194,-0.38285976694011775,-0.025292645221140494,-0.5840315846931621,0.9222523920034483,-0.9102447159740942,-0.7583660665940726,0.7273124305493254,-0.405638621111207,-0.6488693552636832],[0.11159468866360105,0.7924169712236211,-0.5648946736674905,-0.7740273618688375,-0.6093297737750387,-0.19156280559442854,-0.7560818724863891,-0.4474361272158692,-0.8470607354105167,-0.7135973707106843,0.8756797681503362,-0.45274705359063966,-0.41032935721111113,0.10488456394099904,-0.6018970575956936,0.6053841460029493,0.28822598313607056,-0.42287522594896587,0.9115566345930779,0.628720365573738,1.6219901550925975,-0.6852037448516406,-0.4748323031969119,-0.2640898884884192,0.7002960907958372,0.7940948792786742,-0.15470812151759358,-0.8962652597439453,0.5005445388061691,0.6822394447423082,0.2741666294211514],[-0.5615647559951181,-0.5698195796265302,-1.00089994974513,-0.07209207200693682,-0.4126673756797187,-0.6885361127287992,-0.48156659873032504,-0.7172311583224003,0.9544898393891916,0.7514716993837941,-0.6792256178443695,-0.4545219280355765,0.44221448822410214,0.04319277249835485,-0.2782867571900676,-0.6723042723716175,-0.033927735515931756,0.9315040618830224,-0.7250816692940525,-0.654581860862399,1.8884818095098461,-0.05208117263844179,0.5358700968395697,-0.3017131644557097,0.06969210200632973,-0.8925950631118379,-0.565708115333927,0.36754933340841234,-1.000390917382287,0.46284782490257786,-0.3875763876443051],[-0.40212882809981426,0.17984161144744235,0.8259879961519183,0.651418563160971,-0.3846123586770679,0.25772362103547364,0.7285668270628886,0.0708870865769498,-0.6111995913751517,-0.613706203715399,-0.4067415908305404,-0.0034246682299805095,0.6779330038913961,-0.01536678292069002,-0.888467489464369,-0.2132872305345121,0.5766916307413678,0.19253651351617776,-0.1855864680943622,-0.06845287232839962,0.5069033351130859,1.9585942294542522,-0.4972933295411414,-0.2712710740537112,0.6579552993542876,0.8926490538069233,0.7678147738453376,-0.9232418650944996,-0.5284712435288493,-0.9313827072111234,0.4710936122405971],[-0.47110405024487,0.21120455491642756,-0.7772732885820104,-0.6670772929993156,0.7843205737262517,0.7000786027124826,0.019340519195459222,-0.2739513942142763,0.1607952884791288,0.7693510530253612,-0.20452847281509687,-0.18649744978408184,-0.6399878084404319,0.7960723393870939,-0.6878344116394334,-0.9636749282307305,-0.37454636217481635,0.7220941737010651,0.6608586918180257,0.22725197615255363,0.4061674667415169,1.7672310180391195,0.5539940973673767,-0.49952795098131,-0.6276218346904776,0.9279995302575953,-0.45894351189920224,-0.7250414071142827,-0.8587805623812851,-0.7093831706971548,0.20223714272440033],[0.784655105671703,-0.6940691835416978,-0.6252366712738071,-0.5437409442500336,0.8065889082108899,-0.9193976624689273,-0.8325752708017565,-1.0266689493740013,-0.18066801337513097,0.24646038120289257,0.2374912458802584,-0.10418625444969598,0.6158905820105116,-0.39030048289189184,-0.5030100669967729,-1.0101466516014677,0.8092675169815823,-0.24446457694968718,0.8156755742816627,0.7490302269113791,-0.28031345338345165,-0.8685590172408858,1.0008730686893517,0.30077838929375156,0.6755327467453789,0.24774436010035678,0.0880524035651014,0.037847285698639425,-0.7771054491867821,0.852961113916759,-0.6792581804663098],[0.13643920566263118,-0.5045330174658823,-0.7410749577957717,-0.2528898249182365,0.0022855783084469667,0.6457034419964094,0.5066680244727836,-0.5882510517616001,-0.3284631604232042,0.872572136686855,-0.7683678781171571,-0.5491175729743509,0.8737097959696282,0.46628957743894717,0.03692903601096912,-0.766968344110814,0.36512108720749303,-0.1968781658741742,-0.42346643201181894,-0.21035225955847567,0.2308623177279897,0.19044326629028338,1.5961240910911152,-0.12848648432042353,-0.32278460612011517,-0.7794184183583783,-0.7833980313327981,-0.623293775450402,-0.5899516737031263,-0.3171246379884902,0.682158022096437],[-0.38421151142402177,-0.973230702429462,0.16518900767783024,0.4196610918515168,0.6700795440570433,0.9481098155730195,0.6512401788218708,0.2833176162563704,0.9155588911441094,0.7783537562710499,0.7496709351084437,0.3865845815165779,0.035546823343479916,-0.7853948850311716,-0.12958618074598793,0.5553097830428941,0.6407966659546197,-0.5319301824726069,-0.4356033236189746,0.9527618387821803,0.09652355179723048,0.08033543719239634,-0.26183508553337,-0.14075611486816328,1.4676134857546885,0.4522436993124001,0.5859557639550008,-0.2569893550676303,-0.6337330485600531,-0.17677313178334414,0.6311167209413945],[-0.08221492789754903,0.0511641429106715,0.4689218149605897,-0.005625698187921263,0.13518881336742805,-0.23305422554916977,-0.6228226504137245,0.021538562173573427,-0.7671132691617999,-0.2632170372893488,0.6280998642013084,-0.40589048909550485,0.620875179781604,0.22040435659178573,-0.9054680911298671,-0.10131352885561433,-0.13042670993000915,0.5308953097737203,0.37260818281280916,0.3003903875721333,-0.26936764928329665,0.18622857839922605,0.7177470141471343,0.1664162109118164,-0.162106822925712,-0.9755978027303179,0.7760594856085308,0.6739139538051977,-0.15424719150928196,0.5567876275259791,0.11241618541966616],[-0.00700469691312003,0.517410173715803,-0.19071828462157564,-0.21444132739172156,0.9639949699227712,-0.821225530813304,0.4731470612446117,0.11081214911386061,0.8643109395404133,-0.26606378258603,-0.08187311446825626,0.676332813028415,0.549301543927759,0.19733582031084165,-0.06778802925832199,-0.49969346832360917,0.16630822372454876,-0.602433154793906,0.4588670834280582,-0.7358314884862307,-0.7617285158141288,0.34955656564133175,-0.6475190802573694,-0.6535375168551646,1.0930826136170582,-0.2532697405922692,-0.023244987227878367,0.9165383164917967,-0.8751987049548351,-0.6588410750701045,-0.6709997298659188],[0.8715763406841791,-0.42196598392144274,-0.6355604787866087,0.3210418233912573,-0.5623206309006954,-0.5957159445486228,-0.4508934318466559,-0.6253859074081756,-0.25930689846529,-0.11613520707532445,0.42746927068101964,0.3432607542447673,0.31740017755859995,-0.28353805840553165,0.23955484196529966,-0.7203502774401378,0.7677736121353196,0.7106575372140975,-0.6061533915391654,-0.6336652411141496,0.2033567059391272,0.10541065008630435,-0.6467928238994106,0.5021862823548678,0.09971233819058523,0.35090285987890035,-0.7412651447421169,-0.17702045425203383,-0.8430577619133494,-0.0446826828920422,0.06389611915942724],[-0.7884024840270577,-0.4580918234602663,0.41389644973058304,0.0068052038396391075,-0.2365401998080409,-0.6860812394038515,-0.9417225164682536,0.22594463414668867,-0.3962677171782521,-0.15530232708762398,0.05508470773207072,-0.628884989639289,0.4422321434295889,-0.947711340343319,-0.8911552108661764,-0.7330097712318681,-1.015950844255868,0.6900499104765968,0.857035222443715,0.2894778417072126,-0.673572222845116,0.8418729844448044,-0.5919262353759741,1.3881501744258145,-0.3897864131459024,0.07684154232708496,0.11313324835396381,0.9361880226152091,0.12483634424240136,-0.3788061286683323,-0.4257227442345014],[-0.10146717558858265,0.04903242435005227,0.4476256765016443,0.40188060731803926,0.30571349830984906,0.2865916236427414,-0.8020657097464164,0.21719040218810892,0.12150061709375413,0.5198204558096229,-0.3026438169242177,-0.7824668156494732,0.854402537796113,-0.7494450706246465,0.6604833105784307,0.1883841330975346,-0.4441272260505665,0.4751102046799186,-0.4552921457985314,-0.15024717473081373,-0.27474879327285495,0.1734201665954441,-1.1651353865995537,0.36256514886965024,-0.28205527866047475,-0.31132909031406575,0.0485010331550725,0.7208980997348109,0.035263932837954606,0.27159007431172927,-0.9691305668264285],[0.22739855476897214,0.23121636013892696,0.8993353638417027,-0.8451787597435859,-0.643698143389047,-1.0081346394051032,-0.596720005270049,-0.17233184733008805,-0.1655417125579167,0.46195765323232485,-1.0788273106113144,-0.18622142261647273,0.7267253259378285,0.018920050530994666,0.3954722954702658,-0.4345997433298309,-0.773345026910236,-0.7823641138587447,0.12070771613614276,0.8027539158090513,0.12155164624885725,0.6326777944119737,-0.14676971248827606,0.3037618676670309,-0.4890411439655324,0.12275343712064171,2.190006362604581,0.2753044140862919,-0.746645551325785,-0.04809809668852062,0.8094379760564892],[-0.3104544462175761,-0.5064994368632019,0.6448372542608634,-0.5205555446185975,0.7582181891756525,0.5700245983108146,-0.00184851587409594,0.32593011071402067,0.7910540625065008,0.5321899604889059,-0.2997910702399412,-0.25691094763818195,-0.8816290492281746,-0.8472295272549516,-0.28926978455454505,-0.32554878202836945,-0.8869016411080678,-0.6193744061965559,-0.1682413256181941,-0.11919958117481552,0.486783746089075,0.2470370903449992,-0.5222874195395839,0.32893635983702246,0.11301645229723166,-1.2641446667607454,1.176680093204442,0.0972579175873812,0.6110558036669814,-0.7500236099828321,-0.36001683288889513],[-0.49671388892722235,-0.8495669631751792,0.8648875096454752,0.42614137227217663,-0.5906973408537339,-0.20798585527581556,0.4194420361310883,-0.8303095662673982,0.0767557860291999,-0.1607505601469875,-0.3808006249300436,0.15961440315062417,-0.41135710763893096,0.23649328935540292,-0.003743968896437675,-0.3868622772172663,-0.09223335253734673,0.4594188992198807,-0.7813296416425803,-0.24829127158033507,-0.03942905103728193,-0.15333272733648265,0.4530182361566694,-0.6116552112827318,-0.8067924642737523,0.5225502549765041,-0.6606527650853196,0.876068853899351,0.7917970688840935,-0.2813824428719905,-0.23120333374361873],[-0.9300290027813735,-0.9749470533112811,0.8247803229014374,-0.46660019880312675,-0.528111680812939,-0.7410101308757243,0.9490739679028,-0.1492077621082137,0.3153143881116034,0.11258119849237222,-0.5016111507101076,-0.10143913110119407,0.7441702061075717,0.6286943678254144,-0.006835133009094856,0.3183880886966499,-0.6171642759408376,0.49897091147392353,0.8701342720218299,0.030854507422448513,-0.623465417969673,0.3988405655308901,0.17915205129958287,0.8662245755661621,0.10417589041968663,1.3281899193443754,-0.8933722914915401,-0.7921874906716704,-0.35974239035797007,0.917926092759044,0.9388277937523328]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.07182534906020706,0.008282423002785613,0.008755348725198696,0.008089768234991761,0.00756370655965669,0.0071450429563623885,0.006803126509395494,0.006517213816679091,0.00627334233799968,0.006061897245278908,0.005876067955570702,0.0057108952128787135,0.005562676161640648,0.005428584056763498,0.005306418578568465,0.005194437526607214,0.005091240550891091,0.004995687013587061,0.004906836775696951,0.004823906723423918],"Time":0.38,"Locale":"de"} +35544],"Time":0.38,"Locale":"de"} diff --git a/res/locales/el/training.json b/res/locales/el/training.json index 5b3b7de2..f213f431 100755 --- a/res/locales/el/training.json +++ b/res/locales/el/training.json @@ -1 +1,3 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.6094260980902502,0.5787134465029504,0.4084873800396782,0.7148154923889699,0.3447922565749995,0.3714261083995809,0.7236223227055671,0.357553687813082,0.6927879122553747,0.2932385097398729,0.6082290871612039,0.6755490697849812,0.49050846975647466,0.3835771371722199,0.42108137685020525,0.5800823620101607,0.5273885066010697,0.42763843933577095,0.2678364445658701,0.7070681323738836,0.713183213579789,0.4007991846302866,0.3676874576615425,0.35922640362685837,0.44023844974527115,0.5999158161326165,0.29241734273718617,0.4344292228393794,0.6734784929108656,0.34917718644568274,0.7292487876937022,0.28750700769281134,0.5105908067885108,0.4681234016818826,0.5608753744662199,0.7015547165248356,0.6215517928854196,0.6171870872659785,0.32031500135515006,0.3045206806609854,0.5828775680824617,0.2865125887944087,0.3093227552883562,0.5053889104452559,0.5804232024446876,0.6862243246944589,0.45268918785184004,0.300151569044764,0.4014789848827886,0.6589043515494024],[0.10250694162124498,0.32557056961935144,0.3914616253413231,0.6927656180807669,0.42147861270569975,0.07130616530959916,0.044866361071693825,0.5082426754440764,0.2628138999615784,0.49066627817062525,0.49293338196948205,0.14083162935050458,0.0014236924497282595,0.05058117053432785,0.3438088739574825,0.7753908689392512,0.438308786959358,0.10777223014798532,0.7092667395651188,0.3033892989174948,0.03756616591186509,0.02917603828427985,0.24233724463948947,0.09095138761333144,0.048033535966269386,0.45039859815300454,0.5630762925703097,0.5920870873350956,0.23318584578505472,0.5200986760470642,0.39897025190692087,0.15201979942738733,0.6093562455345819,0.5316000491307787,0.7890338630315994,0.014620747617765056,0.5736705521944836,0.06461685670460258,0.2550185062673654,0.2428757447267102,0.17686326254494042,0.10269013942010821,0.5553298647127406,0.9018360621814728,0.002210625403651248,0.18300606165173403,0.9232799233132215,0.39751886642544537,0.001496580812822569,0.03630706917986384],[0.011349223149551864,0.4957019742437916,0.08733648289401134,0.4694235035381436,0.7662398606534421,0.01527676790315362,0.21395175240123238,0.5778818591922827,0.5935480663901287,0.6135922788804206,0.48196781080291967,0.027434272175692345,0.0006707062639257735,0.25777064227086893,0.5101703509138715,0.8062918289984697,0.6601023687688519,0.005172658944436634,0.7069980290163481,0.31184423937805933,0.005146356238092486,0.0036301101012039096,0.2936245650809012,0.3535243127274007,0.005693110065235067,0.6195341310669357,0.371365930442112,0.6378841906432461,0.12210280276387037,0.3217344892382895,0.3403338763434272,0.23102073879671317,0.7504792500091326,0.7214072523100602,0.7943438581290546,0.0035685961502727754,0.3815379012191183,0.023733071725037143,0.15190141335623794,0.5848465942611251,0.7311269984039402,0.17396330325047785,0.7063071506947352,0.4170150134215282,0.00016528283680165387,0.04587555404992849,0.7976630397501163,0.5805082433430301,0.01578927712370713,0.013801454509212252],[0.002703568920420479,0.02670303774328503,0.45454052399304,0.5984479990721869,0.4145958408003899,0.0627919059889136,0.39171453166504167,0.4426892727109861,0.5703575158084495,0.34459867280499296,0.09688392036376066,0.2973598288495058,0.00001689054055007868,0.1642620740338895,0.22388979099416997,0.8066192881593124,0.42704442481870414,0.012557743705636231,0.9074964111671963,0.47224586373832145,0.0006972702229704322,0.0013113934946321513,0.3767793901539572,0.0009748343137498147,0.007747680687273056,0.42853450801988147,0.3030907632653231,0.6390338010013596,0.30394790477158146,0.6748110826612166,0.28830112349692133,0.3628064452452128,0.5065459002428603,0.6513317000248157,0.9053415071506689,0.029415536315961617,0.5666735730736434,0.010879446144386675,0.9190770306505337,0.42955066666139663,0.22175145711886948,0.15264211812801803,0.32049113240459187,0.18278926697475,0.000015801122413803137,0.19822394455966463,0.8894594162827956,0.7505241738507492,0.014416636199649488,0.0011123730095445464],[0.7039948148025185,0.31647060036649083,0.5485703412601326,0.49910680845988326,0.03872949697455479,0.827298301703349,0.7772047274441882,0.06475798269869588,0.11050557580254379,0.08404014355926416,0.7668850763618535,0.25265332997777057,0.5049776258059206,0.6693345816044323,0.4483239954065565,0.5586660979056333,0.4829606513026283,0.6350402911691198,0.37832925555066144,0.5499803910967196,0.2230784980204015,0.751128924658868,0.15784429228095384,0.40433638154654994,0.7090835440490557,0.20504558956863927,0.11090699976088181,0.13852725591625836,0.6948753398879647,0.2534670884285559,0.6506199973543096,0.5151190335014293,0.03429874149175346,0.11908225725643111,0.012222726965961423,0.5385706062158159,0.5934250761160191,0.597824275790534,0.17637585461945848,0.24211140797614444,0.7076080489751769,0.6901005878722978,0.7068500648928228,0.8426117562953288,0.4496804202848147,0.8325669195546864,0.3182054398429447,0.22835806802409117,0.7922697569945887,0.6616414385477452],[0.7415489426432569,0.27230938213929123,0.7007357595262113,0.586352251023375,0.34903860018753774,0.8948683873581236,0.8020219434895169,0.007564362141973336,0.012549503435037712,0.0815063227689551,0.8249054835911781,0.37645118846486575,0.4693914060381066,0.7616158404418825,0.49078668294830247,0.4707776515310763,0.5761120097967803,0.8406471243243065,0.7262978146370509,0.6097906382692491,0.3120224407749205,0.3591688625713197,0.36574155000672576,0.567117417889819,0.510403164986922,0.10229227152565241,0.11676919645297561,0.1466063369420651,0.7365491319276192,0.256169178886746,0.8579885978193401,0.8326245569362262,0.01412506458499654,0.10879019567556009,0.026394270269768906,0.37114773281862,0.15471587720911992,0.7117513612278279,0.06741662666166352,0.40537513268143854,0.1379624795961916,0.753191564952361,0.7298886333311212,0.7755620083365791,0.48477317207105136,0.43909215563460086,0.6985973057921862,0.43197777200164883,0.6817869287857505,0.1351579675114773],[0.7375487250052962,0.1923778346595378,0.6885464648339188,0.4327372949198467,0.2638234407139144,0.8143801219183312,0.6601300155908155,0.7458965360324549,0.05982560954732462,0.454171769518952,0.7440122644055335,0.027739178021140714,0.28990700043678147,0.7261982854889418,0.3233300354249591,0.6178610178148585,0.805928260211228,0.43555355544665775,0.21887807143320265,0.5121573079710704,0.3250021863489912,0.11905299532482304,0.6399032230935007,0.5734172576836402,0.04370899163904337,0.1692056153099997,0.35137725146941406,0.3701213759024861,0.7386756807313242,0.3714754311504768,0.5543160382778769,0.8712217767224317,0.4942463940869891,0.053399431776416456,0.001498833468905509,0.8368483518892801,0.5285361532909907,0.6441992482456977,0.2081341090269918,0.0026056425592565066,0.2506309413864573,0.4309636435917222,0.5247836336936381,0.5187985470623847,0.5731248864433156,0.3682893194584984,0.1919812120471465,0.2870001161072282,0.6454074365670275,0.36801986546871635],[0.782336608888088,0.03306692085794781,0.39493251318592215,0.8784615271004608,0.2995661592094134,0.43946369726155476,0.7357813160180555,0.6506064122225461,0.14837840708765299,0.028303566717811507,0.7544761890092067,0.0014940973193308185,0.6633391817846036,0.5350908323156107,0.6644057811777245,0.21358627344943942,0.6896671616003677,0.24022427491394613,0.13815185644274844,0.28349693326880937,0.17343870227491429,0.7208499705736411,0.6584110691960796,0.6954986487510969,0.6602060065790226,0.26790193585433075,0.02824476316993529,0.37878360143561896,0.7361018593696902,0.3760909901495622,0.20349076564227098,0.8557171566907809,0.36992159582685274,0.00641729391579853,0.0006238535501274333,0.03405113319187469,0.07129747431698064,0.8726999996529293,0.20831044591290138,0.8401714832902024,0.3753802122318549,0.5495835763837452,0.7198397583864751,0.3410158159997028,0.1199754951286686,0.3533300889333786,0.5942355101749904,0.4457317134119755,0.5773113763190545,0.36355026508217125],[0.008482660112698553,0.9276359556479872,0.0003733506170401384,0.5265768191404137,0.5296743149657321,0.7990286625363556,0.3163401946509764,0.1987370641380501,0.40609425280812333,0.615140683647663,0.5659806593095749,0.1497827551493647,0.5123119241864097,0.6324145328883995,0.8984484433572746,0.4857739163409984,0.00003505312948018315,0.002348955107883467,0.00025319588496691095,0.22110916198070232,0.2762591478977685,0.08525469037735128,0.5096255003552025,0.7338121130540854,0.41194320979712995,0.01812043097912269,0.6369548784794752,0.7234155692913601,0.3710687424768878,0.5093858216258123,0.014128689176960873,0.0027544171720880603,0.013792282426677533,0.5415493490871399,0.03745653310470355,0.5880545269319952,0.35493401559630455,0.012356122761144296,0.013805180084679083,0.8893657100463486,0.7559019355954113,0.5947561642432554,0.005131205999585277,0.5477882704542278,0.014701741321201915,0.8924645635551001,0.8330948141429311,0.30293398322003345,0.7415410134329152,0.42978968286897523],[0.0042297816080253976,0.5396282862776275,0.005331560815219185,0.6101885983775488,0.5694645311391204,0.44325245972468763,0.6958020888447943,0.7917024534251627,0.6862556813482885,0.7483455464915304,0.1493106039788816,0.7525894619213004,0.16784312373642893,0.525424196685635,0.1920179127224129,0.08306429577926773,0.6579288844439796,0.24401030618166322,0.0004076065643564091,0.001652576702263414,0.37439075822100765,0.016650742452074974,0.4719747009762399,0.4953325686446794,0.09520145847206006,0.07562275323305537,0.006044270972940354,0.4499770664920818,0.591123220103799,0.7934810947013314,0.8145827393484585,0.00011392101074546906,0.10727482647714726,0.47546560464153914,0.000015949673245356795,0.35845024966124484,0.43584754581555746,0.6504748596236721,0.0006074331099683629,0.8384149294787693,0.48932661466313526,0.29880786940584764,0.007797452683542561,0.405133014679066,0.004929252742045701,0.5705399183937307,0.7587592570782393,0.06388396311257617,0.0017021273283956888,0.0029856599800944126],[0.010946339737719564,0.6580955207294885,0.5889562523972119,0.7861506640859363,0.14968856759124866,0.3125798831629282,0.29789624902821515,0.24386714046216212,0.7039882277015636,0.6510821186009026,0.13245633073080934,0.7298161677162245,0.05135768593141081,0.3729810038839295,0.1612398566699599,0.40087210209499796,0.4092638788200379,0.5625590740857018,0.23129169374202463,0.0476398449948661,0.26602567686616163,0.23760399425795864,0.4695475882392755,0.1680200040558445,0.8489519161767441,0.3261929751309292,0.39223347013909865,0.12065052262918756,0.43537502391931826,0.5058829312198017,0.6997867394235009,0.009859842366985254,0.27188971113974925,0.13563184398221267,0.00198952642487119,0.1037519380387826,0.2747680547786047,0.8416462401274865,0.3447381938675086,0.27105269105161806,0.3150109821161084,0.489715745235451,0.2115029709397978,0.04259285840390509,0.09186023110494458,0.037899198470876375,0.7550857618888566,0.0027360532377359403,0.002768999112348042,0.11375963903266974],[0.02712698087645112,0.5402105882143992,0.6072109364255239,0.6088637589507231,0.39593823394312483,0.07443305194148638,0.25486349757214777,0.1329303989111637,0.0288377551436712,0.6829194770264181,0.008704241155381879,0.49821957089465546,0.0008853390718686423,0.641286843843037,0.6359183203129661,0.9177330627223376,0.5998708979670024,0.5276752098640379,0.3489063943606003,0.5073799366532967,0.0803351802268976,0.0030286533850241134,0.10703632176709554,0.7258367699327999,0.565531926161034,0.6632776943483086,0.3098058887157123,0.017580228893561967,0.1899856004834675,0.12951322381474167,0.5488144188626852,0.007144390107941229,0.46449304716693113,0.40094231898360094,0.36232428985266096,0.003085338180828776,0.47257019852921606,0.19708588187488912,0.48435121036948003,0.15262317837803893,0.7732681580166412,0.6012365904253596,0.37841550566936744,0.2684630950670043,0.0009544218546376005,0.009615999942604854,0.7130615004360825,0.0015225310134569668,0.0014685908659785472,0.28381816171431107],[0.2090479112444536,0.0956082023102659,0.8690685382330771,0.5830462097254161,0.6208740859881401,0.7014979394331831,0.3708032887324132,0.3778806021662305,0.013174968859790585,0.6694194690930668,0.7724179434638017,0.6091142557780655,0.48553896589233353,0.6946628075763628,0.48393936819535827,0.6733293543216865,0.6376446258090279,0.6549359085511575,0.4836148457734064,0.39592511895994353,0.6378627094207676,0.16577065070806626,0.1926473729089428,0.007800738700556319,0.6349360976268088,0.7185675934933512,0.869555408436889,0.0012157318020444572,0.569006226540947,0.6258026730821054,0.6019010759118544,0.012728500073114405,0.4666470109721214,0.2614463521994864,0.3846490845771853,0.7875122987741096,0.5101181061995869,0.1893978053392492,0.23479299679568455,0.006403198185559137,0.7171925246593366,0.689923239430493,0.027683419695032515,0.377133966618246,0.030664597194666063,0.8203134335755228,0.6660699765649699,0.0007157539122080873,0.06535195136449054,0.11483927128943584],[0.6333699176703791,0.02200200707792728,0.02240282674118875,0.5184462892001213,0.2443006528166766,0.13877152311502805,0.6941556248372552,0.6290641284883365,0.06418713668293453,0.003029577554962958,0.2699699413517292,0.4721638550536646,0.0024507235804185974,0.00794849407768787,0.2624631643925071,0.7436299247224512,0.31052208886442995,0.05279842511020676,0.7217806238337319,0.013772674283794003,0.0003975459803133749,0.12729455060059017,0.33740744095796077,0.7528811788401845,0.5097044999687272,0.19515662351021118,0.07862588523209,0.4390544099835645,0.27838615303501685,0.6327238432743637,0.042914706797066,0.48977121013859104,0.21696182566087938,0.0735008675042515,0.40752891628749777,0.000003285472499168794,0.006190863687147415,0.5592716177247358,0.6742469489397136,0.7258295999987628,0.5208036354795071,0.044132111317387285,0.6975952081927334,0.4556343140607777,0.00009723592754908886,0.1486575053401536,0.7435279602985777,0.177588534299553,0.0012641947393768882,0.3037203013590032],[0.4691238609357004,0.02143031088988482,0.06605322204999999,0.6790347040202659,0.26838837073712024,0.015136244562856107,0.6317317172169591,0.6307353821726143,0.2591945115473219,0.014575691929570924,0.25890903906332136,0.33125703089379127,0.0009972087900238277,0.14050292923801147,0.3541006459224082,0.8689838472167282,0.2639763204004115,0.08929494288987526,0.5560565203820398,0.02174943130008857,0.001257444649215175,0.21049717110517485,0.3819852886988174,0.5918185665099315,0.5557798976075945,0.17841456334961936,0.03743689881905535,0.23419052199218385,0.24615202929690774,0.20050119580526973,0.07109931114594348,0.468770338042669,0.26065628410178826,0.07394275356926341,0.31477697050098546,0.000013253091998109987,0.028498476274843094,0.5184496422643214,0.4259045039454195,0.8229058250480428,0.3932811540393487,0.055769412456152655,0.749785214000825,0.7799948584654793,0.00009856940844475927,0.16457791155264337,0.6402680256395235,0.5195567353648665,0.0027254453779224667,0.06473158774652753],[0.7834785463393288,0.001820655035313196,0.018897780614258904,0.4931417903236428,0.6027959669089715,0.6343647963291619,0.8169276761478862,0.8618728574139009,0.17996506649306654,0.00041648943035318037,0.6347700583170875,0.731414653343234,0.4301750614241534,0.1021916067681067,0.22087776885483626,0.2952688344331124,0.5585302368481957,0.21716627225896892,0.7961621089520747,0.004721005804232867,0.002199281886101156,0.6362632481866891,0.8668016055980501,0.3331070824050839,0.8264253444292768,0.019259325545703466,0.0514261203331474,0.3509928515524703,0.8310071283934286,0.8325279131974069,0.12813947852126154,0.9253195736686606,0.3465632216491994,0.04281577582984151,0.6453501984480812,8.914489528055944e-7,0.008291095958791241,0.6263997670773658,0.45590589892846095,0.6209423276164595,0.6537039083577646,0.31229185396265324,0.528435952915615,0.0535819010152185,0.00010011710212359919,0.1885046954834615,0.6962817707877564,0.23097136635081592,0.00584267851057778,0.0632101691919742],[0.6719286042198833,0.0011925128634404502,0.8278173605290506,0.011597274096227541,0.012707197611586963,0.7944431308173264,0.1937284678478878,0.08628603945515445,0.3889945121670061,0.18148779915288316,0.7487899403410547,0.4971648100880345,0.0008296870858996652,0.03955960620463222,0.8354210332799373,0.5726067048660928,0.0000023808987173502124,0.0005848350869243822,0.6781972868501827,0.4868100791211831,0.38033045713771924,0.09504303598349213,0.45932795875750776,0.5587516545026512,0.050770959656385437,0.9429229848307533,0.07309248446301066,0.04412787430429559,0.17150853298045887,0.6040790351645224,0.2681994457654957,0.918284300704866,0.7900348595035985,0.8762254676169864,0.7747376141370832,0.35362604287985755,0.5292115044571349,0.41329788687896074,0.676175230828182,0.7145237468341454,0.3618675550393256,0.39522679490186186,0.291272504495286,0.6856808295587845,0.8758681120709993,0.35796243103138825,0.7944237815301572,0.6706702305789971,0.00016791178907045115,0.6599087956395623],[0.6026211306228206,0.010597220484517948,0.4364365136440271,0.3827181656812188,0.008572058216260186,0.7959455403072481,0.6399534144029256,0.2897349638521393,0.25184227169821727,0.20617110754985815,0.6629452496436141,0.3759056518937567,0.0029252161819284255,0.06776249954277258,0.2844222108638054,0.41243815108865983,0.00033244242661605814,0.004640351969713268,0.8767810532536093,0.6823441859461487,0.4815928331058228,0.09420478969912911,0.09365735072026764,0.5765263539143433,0.17881963389368746,0.7999554734358648,0.2136058144524188,0.5780063017430938,0.40601861425258573,0.1133367163522702,0.2148000943769164,0.7175266388656056,0.6437573119310804,0.7706872701107248,0.10804254738210896,0.7801948944154975,0.7272868694426607,0.5003907591788319,0.4261612854674441,0.8168380445503839,0.12467860443435962,0.5966606560252797,0.2620215106926985,0.5605657666458396,0.9508462487233488,0.17430502034561693,0.6035633388820257,0.5287793384912867,0.010265817213813403,0.7840606748829315],[0.691583510218562,0.1024048859795829,0.7975119511457224,0.0026261579428655166,0.4588000895486475,0.6081710252426423,0.3264614229952048,0.22627838968192068,0.024170790360694208,0.5278546457463489,0.7195645736568435,0.00965655844591208,0.2612431716947869,0.11969494299045352,0.642449087111179,0.09009190941401372,0.000006364945361784294,0.00012150360803696552,0.3575516089145024,0.16885157209009297,0.5882752476502922,0.16293558314750556,0.9194158048864906,0.0951632576265177,0.009535137979440826,0.7644938101495403,0.4479326502918171,0.7824445071292222,0.866461849947228,0.8232068343303737,0.28852202428982304,0.6922965086996699,0.7115485321810887,0.7468366613002115,0.0765935757740527,0.7118327768230764,0.3706527427968467,0.6290758373340133,0.1701147564449741,0.7680883060721239,0.5909554428334475,0.3871623400579043,0.7844212690270971,0.467479064482136,0.9637094345637214,0.4269108057128158,0.5409781419872847,0.1241292302128284,0.00004801322787693054,0.7004501970441728],[0.6204737445893226,0.005544396646846532,0.2893950737575626,0.37359994409764785,0.06945165473188805,0.5830414904496096,0.219770697241801,0.6532400381276238,0.6474188423202295,0.3607565755753333,0.6237142993113064,0.12729302179499022,0.08232821564418066,0.3694338961463726,0.615762408075817,0.24372174216355988,0.0034071289165939,0.04087668762118931,0.5434772068609611,0.16218290409356872,0.5533342636139672,0.19583337798971645,0.09331920122952367,0.5214149471096831,0.18804124408623207,0.5567100075386291,0.38654804584932084,0.4952044269791679,0.14626420761850262,0.10203328485562663,0.6877174840909646,0.6749772814829319,0.734046899181532,0.6295690661173977,0.11537538172499871,0.6410975049843137,0.7509310502939518,0.656265425318322,0.28695121314152017,0.787662669253128,0.18657843400889101,0.20185328030794125,0.6015942780535464,0.7728528687991093,0.857624028430942,0.3684481723165087,0.4078225086983503,0.35276834399286966,0.029989279209973296,0.7165519618334311],[0.3757470620618604,0.0005623114942428279,0.5852214985792822,0.6172602777767402,0.006771705234483259,0.5113341220645167,0.6220613208049675,0.526224401865305,0.25277576076123476,0.21111322256319096,0.8935438352105095,0.4716299745466379,0.0006711196617861588,0.035601433605909956,0.6360688096129704,0.365376786074273,0.000004424579871288333,0.00023503680325375232,0.735720080171434,0.25982001752199,0.6350895987189321,0.12379083660791121,0.1159894915030304,0.35289326302453894,0.07672999510271537,0.85309536719654,0.15755903972523086,0.22292308310030398,0.12015788825602121,0.11871061669310783,0.3301680472837161,0.6292768267353982,0.800761313657757,0.6707283799871896,0.14104475142893574,0.6787421864260145,0.6484915978353469,0.6425158787607498,0.6646538244314997,0.5679677975143435,0.15024618541035073,0.3127933413710173,0.19081666838192607,0.8202392098730624,0.8501870714725656,0.3160184861054225,0.7087816122673553,0.516420805422179,0.0004977438933927589,0.7225272423326077],[0.6128050820970489,0.0007983388233866268,0.4503910341709039,0.27354979935283064,0.009312212360035512,0.6849312083630021,0.1936970997706459,0.4013592614176086,0.4605380847327879,0.03225864349071118,0.7447066606062939,0.38354250110054955,0.0026286732368484573,0.05549775447670769,0.48610175229338337,0.31365512597666323,0.000017407170830108968,0.0019374732429344264,0.5810463605612448,0.12860008445094742,0.6860384748603552,0.369760209630066,0.04870622049234642,0.2813821871547348,0.11959870016253073,0.9064332881576221,0.2838414882602818,0.24409630519264036,0.2451747771313404,0.24233292083867383,0.3602505730705256,0.5358172409327489,0.809867009550386,0.5713706380245724,0.16023677340042156,0.6175620551739563,0.9374766476976647,0.7246270962946423,0.3952260176756433,0.2976776254671131,0.7514966933465655,0.5856212781981777,0.4687181614555982,0.8617187484918789,0.5323298072761442,0.6869677592299802,0.5220111294906695,0.4840491228779676,0.005215519752840897,0.8162674906634347],[0.35099003935281153,0.3644773086291091,0.578951175496988,0.1993473336176479,0.003893330719167463,0.5198235841973418,0.22098127264728573,0.3063375817751952,0.0023869029696563814,0.4727071715416829,0.5325180758364408,0.6918555202344815,0.39319883707853953,0.09533789192741267,0.7892333131295001,0.008067050627096853,0.04689675609481467,0.060994348351714266,0.7636398885303047,0.5008471352591045,0.8981693698103325,0.24482213819153306,0.007744646942324477,0.5160738799718924,0.7244061214611907,0.5062530227584608,0.15185457024710217,0.790009390607247,0.6623492171473722,0.6947867264069832,0.5260335753244284,0.13074316587341264,0.7847684557263972,0.642401655465992,0.6204741349026971,0.4902660064808244,0.7636793676889109,0.1712942597027675,0.007629715913163761,0.33202351687991144,0.12861800853159536,0.012718916570951448,0.007745449142940894,0.9536285458191156,0.6184038840383193,0.05548031437779605,0.031690741683792066,0.12023463061012932,0.1684108248122041,0.7380893050392435],[0.6455241785647083,0.5376895966234329,0.5992756492414364,0.4038192456627276,0.06148632724085556,0.48356640704326004,0.8256607200378647,0.008477606556277474,0.002708535753075313,0.24737443620356137,0.6928750462530341,0.8782801848102842,0.2251501493838052,0.1252521389327605,0.038680504719032165,0.4701240212453893,0.010286838044542973,0.06253259458061174,0.7496312975891168,0.6811725191135313,0.4928346859405553,0.42058102215006077,0.005849748007197772,0.6189249782934519,0.6713113078239382,0.04673464514302876,0.162890877316264,0.82839991034671,0.3248321297995832,0.8343197787444366,0.014953748626347891,0.7056659151100142,0.4814340785165214,0.8774495254972392,0.4831618945462997,0.7520269461257074,0.12404578043485393,0.3379821641484444,0.1302485209535249,0.3569442391884544,0.016092069470821268,0.32814568066035504,0.005930161784993546,0.01606362322379761,0.7745184653228406,0.011735769545276107,0.687678710996002,0.7039340576258191,0.13921475701761507,0.21115473081042727],[0.840184158336742,0.7275132509679403,0.8076344470197077,0.3653464642698045,0.732886675286966,0.4433841920419263,0.003992935240088905,0.008775911068188454,0.49634611352224217,0.5234638114627487,0.6507442863932356,0.7410931667694706,0.5515586278706345,0.5740801406765752,0.7885930241475054,0.04154979994868163,0.18181368867312298,0.7039575212975563,0.6309941956642389,0.4714155006666449,0.7542509184405721,0.5064127209871172,0.08662959468025877,0.20252963501810028,0.7544240564436634,0.21218995482513778,0.7987864174388494,0.5012662713275078,0.24106140262310216,0.24711533951867898,0.12254763765987113,0.5405250714705423,0.8306011751535127,0.6352950561475964,0.40591861373462057,0.6106724805050702,0.1184942529241835,0.8091612668809176,0.00507703404402048,0.3041041107640889,0.09764210590016874,0.7436907378634605,0.03411828654993704,0.24776834610008408,0.7505807358884041,0.29624846055534515,0.8086719074298646,0.27502290687168957,0.4331132341909836,0.025178172390219144],[0.0016679679131568327,0.9271278287231657,0.0015370176624768972,0.7723130309584606,0.07704142239663188,0.7634030878464353,0.7054751380911937,0.03354531693668693,0.017977853900207633,0.002349395196044155,0.8109996718678717,0.7185902883552945,0.4336328293878547,0.30376867928277657,0.8580607242093778,0.08509987409244521,0.0025744530127293427,2.684942508995554e-7,0.0000538309811636707,0.00024770941204125223,0.10317093436400455,0.2516274459270607,0.39754745496365246,0.5894843943885273,0.039838209759770024,0.006081445040054021,0.5889111430642174,0.4212055066623109,0.7183897875782629,0.000011015496671477506,0.34908368137238466,0.00011425037270486724,0.7242591895959887,0.25055947803025497,0.2704563190963428,0.7983379274132275,0.5254536214528128,0.047999168106858996,0.41845840661451755,0.754436862798681,0.1335729859205828,0.024313190758587455,0.18731158406616183,0.08951646389784948,0.1072438699222478,0.9143932864158044,0.41081022402658296,0.7056640322998401,0.004866457211284168,0.32476543566515215],[0.08266494947598683,0.5188765098635058,0.035668521884187426,0.6707696293653836,0.4657578682927631,0.35631538489471687,0.628036819229257,0.8847580109781312,0.002212758159098338,0.5883141750640155,0.868616337136424,0.5081067833510703,0.9299838765840879,0.8187642452643615,0.7205852718981014,0.1310980986089037,0.36991581633578957,0.030997251058162305,0.6992726575401749,0.0007072388299593527,0.08947172386935315,0.029292584702772066,0.32989413797075756,0.8925948018706504,0.253797339397916,0.6539261240522721,0.571911282196257,0.626781411878013,0.6534051006971696,0.0017346995453051447,0.5493749269460058,0.03150234436803781,0.5899772079803091,0.39358705119524706,0.7396063365420329,0.5819054946548737,0.6167100341491936,0.412649950257334,0.06032670006917979,0.3351527916797824,0.5309346891981294,0.03524955555483978,0.8284184318883183,0.01665501821166619,0.3981373327832883,0.4032092271102703,0.17270907571940167,0.7503893884743075,0.7966850825350588,0.17969112768174822],[0.03567273743214376,0.7725325819614479,0.0017036571879444104,0.6529042011276055,0.8989466947680477,0.3570153436935743,0.7518005003875298,0.052814507546385475,0.00014904562376924927,0.0021693450727622338,0.41910938000361003,0.5641794142551588,0.3374417408099724,0.28951275532823484,0.7103842323918803,0.022654905905385565,0.7488883689156979,0.000014074815049929049,0.04177855722351556,4.1802409549744896e-7,0.004787794630160679,0.6599442597816564,0.565799607789433,0.5061205771573782,0.04134268142005126,0.5621010591195477,0.5231000435600074,0.7457297170035798,0.826789795484297,0.000001079404717100457,0.2969287908787577,0.0011990810628530549,0.9693747081205979,0.3292521892008692,0.515110485183279,0.47881553421147743,0.4001078312152541,0.7227749745182803,0.5485628913840914,0.47625061208774405,0.24706111708025097,0.002837756436839114,0.3425900876893023,0.005929454726413236,0.23250280726506484,0.347562891491774,0.6224580309081046,0.7659222232555998,0.000503880090463166,0.42145998187165806],[0.4680161620261737,0.6345712593015705,0.2518400957084411,0.6040876482759686,0.491295640229523,0.08815648402187425,0.06300230673441849,0.08693885981720804,0.019810672166388404,0.7737096822004625,0.3640535675456177,0.6176288573552194,0.009255580024431076,0.2015658159995658,0.7047394662031397,0.9383815871418373,0.23663808909097256,0.26012984183156806,0.596902119574291,0.4190955672034934,0.0012885482808654822,0.10589972737034253,0.02983052856356799,0.1877174850863168,0.19471550162024198,0.33101570294679433,0.032794588072851294,0.5170042234050597,0.21994001170757482,0.12943731233892253,0.36862734543948,0.35435858700223616,0.022016421971977933,0.10381573163194857,0.6155654651279283,0.2072485198603768,0.05900085103678828,0.12835458859256454,0.603737880011731,0.1551572645234031,0.5484049701774248,0.24032163695973252,0.3927904968178196,0.8742602233949408,0.002350929671134618,0.24799135515361004,0.8091825214142307,0.8265345346727169,0.06906958981299871,0.015086510532009323],[0.5397475182918994,0.6577729732267622,0.013307135604938273,0.7291933727265985,0.7050131583385124,0.07952257932980338,0.013028647400927447,0.11199727647371341,0.01748041925716531,0.2490513316800647,0.10337922440562054,0.5812455543216163,0.016189133334861376,0.5262191301774294,0.5409853632130709,0.5749028015167507,0.4671053966201391,0.1451979038931975,0.7522352096756997,0.42023206780070327,0.00023724101086531463,0.25581886051635644,0.09338904410612718,0.5554247897390385,0.06352643973778314,0.7083308664903355,0.018763267987059393,0.6059806424057167,0.010740389881914681,0.17215847181402824,0.36809174938733263,0.5023882616264982,0.012602681960758528,0.40565857228275354,0.7980570918864008,0.1378615232947828,0.020740864432793264,0.03869965503644521,0.6330011890516567,0.17099355704330255,0.36088333354172614,0.11338095676013965,0.9078540276988204,0.8558960524373507,0.003919173730679508,0.0360949490326314,0.850308510781611,0.7259497130457453,0.019290232215904608,0.012879979323678332],[0.3142084875991082,0.5829115435152535,0.0023320726406138477,0.8763273959121045,0.644224312007301,0.4024217774756227,0.015702564322931288,0.002507000089050983,0.5949661733990802,0.8088667846190738,0.04062001269053983,0.5425098718272103,0.000869208773705266,0.21455164315925754,0.007322112195380963,0.9394822729355962,0.27549454002730916,0.02634598055036889,0.28379402952845384,0.2987705531648625,0.3217380078511762,0.20366719156466614,0.17197787814549018,0.5297610591808319,0.19744733371491058,0.16915480163412042,0.19914442521422107,0.4869907306584675,0.008343512240923374,0.38903243108850266,0.002572527216117565,0.06931919341623408,0.5529039890512385,0.17208223110717663,0.6708743933503418,0.012951032077191713,0.3596166653779564,0.2977025034175068,0.7555640809338298,0.3539480838252368,0.7010223551510621,0.38284988702821204,0.8279928030189124,0.9474113372871783,0.001571505988494153,0.1127290237414607,0.7344385813702249,0.6188703452007945,0.0008330052385723295,0.10374211639945437],[0.2891178566976561,0.3661454301325161,0.0018392134223278866,0.8219732224857058,0.4564702028586126,0.38519095028492056,0.09517545319756904,0.03906564125934379,0.4579308071138466,0.6306995755587955,0.08506168104421198,0.43228081800028206,0.006599630879743214,0.1394806315209641,0.0702628976757603,0.7875384673861202,0.4949864075397392,0.3823327968286743,0.49604889665602386,0.04561192711687602,0.08985888083010139,0.11543192698602456,0.2243414803487889,0.5061509779646048,0.21053067853567745,0.6913100893856089,0.032252666875898464,0.7003385131451726,0.00011585319674141928,0.010410132588172619,0.008674743547296538,0.03968512590886133,0.4081126769544136,0.446896196813789,0.5160497981577856,0.016545202187277886,0.3151870975869221,0.5114904466453939,0.8622771250469811,0.3893234232718757,0.7996970302257846,0.24460308073060447,0.6596039495807378,0.7965217907956689,0.0002686774178008858,0.08967753390312269,0.891621176919844,0.5031074209003403,0.004057404972908662,0.12754268201992217],[0.02457895476347809,0.5127729244009547,0.2514923242354647,0.03245562133355072,0.5225159124093932,0.03633996698720234,0.1239442332944167,0.4469845220211485,0.2984575756638709,0.7531168789070505,0.6866372997489854,0.7722045139790263,0.5638884705111248,0.549713553566085,0.17184350505974647,0.5129271684598761,0.07013051695773952,0.2268837583685774,0.6428854069828283,0.01580963894089,0.0008042012884881511,0.6262987315163058,0.00338443915857891,0.635571756101391,0.08071814349812834,0.6354506696873785,0.6595554741386037,0.5020720992054755,0.0024093097499995136,0.39915522371429213,0.5002877609384926,0.849674936301479,0.22947233546329218,0.0031102919838024274,0.8248357019933353,0.6938169358293352,0.5285399794622503,0.45762525913748736,0.7399699974287923,0.006957620404407959,0.7561365761131981,0.7153836733206151,0.017052512574195888,0.08478771124258315,0.4656404760452121,0.6653738605339877,0.40708979634130804,0.49609585469098244,0.8451085722899978,0.7038905925166545],[0.035223966743781206,0.2376376303654543,0.673175526109142,0.2173512161105093,0.3810994146336725,0.0065713769460218775,0.13365366908083,0.4829864605203778,0.1321523083369245,0.3750448192192238,0.8753492261523692,0.6894128933854559,0.2575471689009338,0.09762009985510227,0.16940937354215577,0.19753866210012022,0.0009351519430419788,0.06654341875917401,0.7526005729689552,0.0011106939755389435,0.0010288747663047707,0.7445836948764027,0.0032637816495996413,0.9217147112926642,0.00791864124348802,0.6468624567534559,0.4997128186047566,0.29091816266474446,0.0014836046841317778,0.6782758069979798,0.22045517146767687,0.9149236416901919,0.301558240743573,0.009632025484328404,0.7128279334111304,0.24671137332975318,0.8291812963089918,0.6064063979485367,0.873239653886807,0.0011559339128067692,0.7807950966135819,0.7532785766765833,0.029651700440763606,0.03953767383173217,0.5084814562627545,0.7441596459028972,0.551334958989411,0.8062557673922166,0.1638754801886952,0.7650446385507511],[0.07039691808464248,0.8069324351669893,0.4048827358647428,0.009777973848015766,0.23870480703756136,0.34640956271736867,0.2918796319271126,0.7818309925508162,0.1350614676391167,0.7977383401643489,0.6427820691254086,0.649745615738986,0.5380036802468176,0.5854558320106185,0.5193818452248056,0.36626172599297635,0.2680730386671537,0.36264751831669123,0.6049412093417051,0.23234829449592498,0.009201557367134607,0.8230967184617103,0.036702875124172044,0.783345744975868,0.0644341676849543,0.2858131252275588,0.47538729340114755,0.14056272364082162,0.030719360068997198,0.5931193615544129,0.3015273518169892,0.5337603424560202,0.17980943589913842,0.030685546723582657,0.48856815428212796,0.5584194517330714,0.7488277489154057,0.4082452491939515,0.7194943203639627,0.0071067824777058496,0.5527954272329004,0.753532919599902,0.019434423860202013,0.06271934397337846,0.5715072102015305,0.6258604916061932,0.2682041252215075,0.18070164574551476,0.5748278297942497,0.8652611705022754],[0.8412418607827782,0.6065003117690467,0.848456356538606,0.13487282286071386,0.28930720380129077,0.5888578652293461,0.004829651649927482,0.6749986272237344,0.5939220743594394,0.48024841928150225,0.2837361204498009,0.20281186625168351,0.01132422412232423,0.327100665084944,0.16653294807804714,0.36149100825256525,0.3249159232559955,0.5962998020973762,0.3995138070520806,0.4386587218753487,0.02304431069157266,0.5926881527103812,0.7395411594215999,0.8498875527939591,0.6466433589293888,0.3644532379110089,0.267824335357358,0.6691647386836912,0.6856423166216573,0.4959940933118826,0.5926980998020737,0.1962669431116442,0.003079325624989531,0.6477426993625379,0.758418494921851,0.01322535510840423,0.2323213808369635,0.7699270616562636,0.39877970228727483,0.5091110044697332,0.18600151809199655,0.017510455866948712,0.04461091870416284,0.2443663783382614,0.4615337277844095,0.5953974088199966,0.491965940492001,0.39911853163734684,0.3033427972450492,0.36874246461404225],[0.8782338622941751,0.6947197760887502,0.6052911360078413,0.0370857091718855,0.5397906496128445,0.614067381674974,0.03772255570643634,0.6487046033045121,0.6563164798816042,0.2646830477048118,0.22941053945928586,0.03258802054499373,0.01404934262465458,0.24746217115074673,0.08077450850336479,0.6216293579687922,0.518061568277779,0.5079161401385455,0.5754550192284884,0.14295206766429094,0.004018608420393508,0.9427897909803955,0.5972467736078386,0.5587462460448258,0.7340273572060642,0.6432566838818531,0.7436538887151477,0.555852827525869,0.7616435014989318,0.6352067588486704,0.8399002179341414,0.09368943539945436,0.06372758004309152,0.32181372910886913,0.5245724986753167,0.15819809934253656,0.7060805270624462,0.5310112057053592,0.40078234105721405,0.49499307958881356,0.1015891066573195,0.010628546235780311,0.08807256913202985,0.3965441443622776,0.3464676485530358,0.23875362549426818,0.4666117183848619,0.31884962797501903,0.3969472143808506,0.6584795554514701],[0.40782805078743417,0.6535642655147709,0.5185860721887999,0.114513200265736,0.8166891872377091,0.3799290547686247,0.030506863241278475,0.5667160376271749,0.5528697198795282,0.6227070885191802,0.36678314840902615,0.6102845574765627,0.47883369428656997,0.48658922900864365,0.11000591871049029,0.20348465869379748,0.6768289089269639,0.6671841554153839,0.06838411823005956,0.33776642644043364,0.00839817503561069,0.7120077120227942,0.8533649119702691,0.5305263158588273,0.6472468711575586,0.4828891720486742,0.20533189119510017,0.7981113115469889,0.6297708521053635,0.7981422042684303,0.5620839172520343,0.004525963535309805,0.003838559004242041,0.6609994640922855,0.792823076958495,0.5044393017446193,0.20058942598940369,0.8147893747661873,0.5331664244334421,0.6477857786139659,0.692303366359698,0.06424314734402796,0.032635789801739576,0.32001827201917116,0.6947828120746775,0.6968251984090137,0.0333087125115078,0.24260308580593556,0.710457381622835,0.6351652460641889],[0.831165529557571,0.7411315120351101,0.17722496677858135,0.028589995485640615,0.08768491843286118,0.373434430943461,0.019660808655120626,0.7685008459233855,0.7678997209351706,0.6572291933697961,0.48188065472450137,0.032354313571935155,0.04011977309084756,0.6248972799524516,0.3330218657859267,0.23723697525998397,0.6204600829789896,0.6253644314101092,0.10779903127314552,0.5794563414478772,0.5251013168581778,0.7960310805907274,0.13075042759809447,0.4261731671177836,0.30265959958351263,0.35939122703681514,0.0555685646126197,0.33486603645492696,0.7032001087685197,0.3516699661655125,0.13145419518126866,0.008590142930400169,0.07722278789910912,0.6851483810826063,0.6576447825127124,0.011570831590942956,0.19344828504582837,0.5142413708376868,0.6613250133240854,0.8280487678596304,0.18921893506604004,0.038609409664251075,0.09676876569421494,0.4596357879872047,0.49473541731452,0.7789432452176982,0.5397084661725551,0.12387327927642554,0.5399733569350298,0.7061593394560763],[0.6975020698744437,0.44314933243563515,0.0001379740022248225,0.7138359638756931,0.2782186491793106,0.3719193783921464,0.7057744518038487,0.6738630799328614,0.001731288223822236,0.5242504129310457,0.8521361448376331,0.7655264126962725,0.000013517453909312744,0.7669713262535918,0.7269279755760867,0.008320272144451416,0.02324175082315153,0.6339585985266195,0.04227666718341212,0.6907947405635113,0.7606564309861389,0.0008730056801805983,0.5727939832390709,0.18739569310990636,0.272769399798169,0.482371296612082,0.3744511189218195,0.14650151549829873,0.6124092924937076,0.6463103695704725,0.0749646391287163,0.6643058020788839,0.3402502627735391,0.004542416391169865,0.0017396392898975854,0.6196562129957558,0.0006891695098528023,0.534569135846891,0.6471281864428061,0.052164991222980385,0.6768615783807002,0.92920193371574,0.05926546879929412,0.025891743052052208,0.2544888758370638,0.7377749010542806,0.4796910403374777,0.2920569171576136,0.5557266571668442,0.6774464706992026],[0.21488785625087595,0.8778404884208217,0.20673415896190545,0.6544130059506463,0.5727625317771979,0.5254013200952717,0.46825167793465144,0.051262398767147915,0.006740217615991925,0.7009765534548226,0.07224843255552406,0.0301977458121166,0.00009759168003337597,0.20483030944944122,0.5582288745902011,0.027382580409894917,0.0007433024469504316,0.11028634060127288,0.1297571528321975,0.18371946913820256,0.003120023656198042,0.1293028999005764,0.5897468329937692,0.9179040875530433,0.007550465036684478,0.0012181308594630751,0.6038867859640176,0.5543680083861374,0.3843793879166627,0.26756729017242953,0.0000030842306561121106,0.005120816699601381,0.4184219024127539,0.011666822632036685,0.047373569915316244,0.8008920598600782,0.0018049036642185817,0.20539365309760715,0.6487235291364453,0.695575366460215,0.06439116357558378,0.45604341335443194,0.6891847107380572,0.04926307700873095,0.5754750870659407,0.6279599970687516,0.688212715965292,0.18195725845926625,0.3136265320404875,0.22185184212886416],[0.5699696272699271,0.7787600106305197,0.2877612089148516,0.10784689252873603,0.655637205263933,0.7486378987397089,0.07304923537397445,0.40598404365713264,0.16636437911879493,0.03214531807844805,0.5991946769927268,0.6445905962149592,0.05958344862104268,0.000041442282050589285,0.793468487227267,0.13914979620638887,0.33322550472684753,0.11663100650708884,0.0008262557311420481,0.31009445304323896,0.6732457006630042,0.08660432524175736,0.43178253410140643,0.00698823601635619,0.44441219737973214,0.08858495751111292,0.7767082809114398,0.09891376782115006,0.37669032185395446,0.11408120555537972,0.9312662517841185,0.28758664846943854,0.8694835469469282,0.5961043420041396,0.6958735039983236,0.29939476844832974,0.7743785307048274,0.6623148734584553,0.27220322604250496,0.6972832173670036,0.9164129190927307,0.21612471713023743,0.42755126271247357,0.8617592237408722,0.00000784217722755691,0.40113895099622326,0.00036866167101206416,0.667840533952859,0.0005054978187785964,0.4939843362706519],[0.4131850358912113,0.12720379974662227,0.263227765111754,0.3570038406905222,0.6112349258702762,0.6453633601922619,0.6884253466831972,0.628239467656335,0.04669204320716248,0.05462021688639915,0.009244075397018258,0.04847540202690025,0.23350481714907462,0.06341865821975311,0.4975462578990602,0.030129718751946238,0.7633525958138341,0.14614359272879743,0.40251255175913014,0.7139612977948208,0.822450727170138,0.04144046639890542,0.8384522329120455,0.36392726206627807,0.42609084824615945,0.7015522905017203,0.45570015715427165,0.5481447144364759,0.4297601376675075,0.5949478614208042,0.09035520797989047,0.03603866403280557,0.617245316355568,0.2656806978285805,0.6315744949149877,0.005585603563951713,0.2628059989618444,0.655098622065462,0.007018601297831098,0.4384716394067327,0.8673614646868175,0.6077137923971088,0.021292362145736814,0.4313703112092131,0.8288963196590775,0.7819871381837252,0.04982029749406209,0.624033981669937,0.005112666069775191,0.02934385753819198],[0.46568242527335535,0.4670497440566523,0.10426282065314325,0.010505423449054474,0.7782752679460717,0.583705336324324,0.9225904644662621,0.27293112103666833,0.020522108180488864,0.435445510945329,0.3642240990720854,0.028557421154753307,0.02617558226294781,0.0004532769140777637,0.845865024203968,0.45876423562099805,0.6786854192591729,0.6571592335486562,0.019824014954481148,0.8999374039146264,0.5746217889378354,0.14422298551970825,0.8130510297635156,0.14678121237591096,0.6060140888398922,0.22583901784334076,0.8333366519255072,0.03791032797303361,0.6024835191525476,0.6198714860521201,0.5275839312041347,0.7955127807077045,0.8584381793340933,0.7146707322008707,0.6958394121243069,0.008266968975587975,0.058740075168862815,0.6613813013699097,0.33313064564446926,0.4537591350937938,0.7706545754012092,0.5720022677317774,0.9233344548027053,0.7830008106616829,0.0027008149214121624,0.5736283441930013,0.013531317215541173,0.47097794791417263,0.0700057587726395,0.010609097381606505],[0.8378329702081915,0.24022375151825318,0.18584153309027868,0.8792511255731974,0.6974741021599621,0.618045030079558,0.25642256393165114,0.3127311426491254,0.37533867831760126,0.9077744582502117,0.033688544965002135,0.4276700236975325,0.0051505488898608036,0.0001141931249646323,0.6191080153527031,0.13227521841423623,0.41189068111853344,0.20186007748796617,0.005337689917820034,0.77901081857055,0.5398279186477661,0.11191561897970788,0.039784326627558625,0.0013262910912131502,0.9441134489018247,0.1743563637992194,0.42643217422526264,0.29441309257162046,0.4714110074565888,0.009137086484112242,0.4750141410808384,0.5802730823495783,0.19902595106152593,0.7173426242795604,0.6460080395606455,0.7154443441600236,0.42798636299608395,0.7223957137518084,0.5157639543957777,0.7565578933769241,0.745553061695519,0.9148862957249655,0.0333476738662199,0.270093915225002,6.71721808331278e-7,0.8647077470229307,0.000013551982958462072,0.29044624030441335,0.0489285121749603,0.7102723911144877],[0.2732695390710176,0.41907220917446725,0.31037220502751334,0.9235382590051188,0.46447196833826665,0.0007727179041956597,0.3363947090880885,0.4220967598582669,0.587961395131474,0.5881041517793076,0.000004697535613115857,0.05375649129480321,0.000006767966888520935,0.11183499693684924,0.4741051932122044,0.5704756424699879,0.010228700776629004,0.6351397753504854,0.8027706108197592,0.0006626897699349929,0.035226298064026426,0.00033326771687608697,0.0000020256554392865578,0.6165640767191941,0.4770108385663393,0.780802017982278,0.00233206006085244,0.8718414726392001,0.5251223735632702,0.6199452130485931,0.056742604029448356,5.029862039178093e-7,0.6535637170394126,0.597806277675025,0.26653257665911945,0.000015037264547382859,0.05687051971814331,0.0035132543533492595,0.6802391846943947,0.11189853469653155,0.38666990307297666,0.00003924001278148849,0.792811880120693,0.5554390775284919,0.0027602868127475375,0.5695682499016775,0.8585088400537515,0.5609584975762424,0.17148185739929925,0.003380850388165691],[0.11078692974781333,0.264882284534575,0.4370454404742916,0.7810546352744319,0.697807470790972,0.012628678446709141,0.29406156580059256,0.10651486429219914,0.37543767670210587,0.34006718406172637,0.000034693977009287026,0.04521038085689084,0.000029421239131679795,0.5820272892156483,0.5464203509769016,0.832822933732516,0.03946495571337532,0.42322147804677746,0.4688266782352594,0.004335038360640944,0.13338974534620804,0.000504764469238581,0.000022218069810531738,0.6396766370365075,0.3403286093639923,0.697142821050197,0.04462429093724934,0.6001123393006915,0.5813625513269622,0.2846918752438214,0.07359327994238311,0.0000025611741958888275,0.6881196782232791,0.7574245763713936,0.5184062769328277,0.00008081517320032648,0.1692305913204182,0.030388166887754805,0.6730778503689304,0.47013887682700894,0.12689079701899736,0.00017809123988892273,0.5329777799250581,0.7977146410135276,0.0009040748823522124,0.4416797924847003,0.5960056320560647,0.6484983891199764,0.13307406848293127,0.019027931666252634],[0.20805853160314325,0.8259542654277938,0.3468376316283487,0.9036093759690879,0.27951982618034577,0.001992354390470471,0.41348441498360766,0.7590268453894833,0.5064345493892111,0.02310152744361825,0.007784670734651727,0.6962995063892425,0.3849989067842535,0.2311580233382897,0.3466064742767138,0.10099674018894629,0.8546070683782792,0.8707049681508405,0.007559278565804028,0.00005798305927120101,0.3752453156615364,0.012334623187271316,0.6867472540674521,0.6110340578565802,0.45430988501060304,0.2884413286817184,0.016695233482799412,0.005568330213081385,0.0010264308583151488,0.7850469172568123,0.9731818900663711,0.023571119940065444,0.6916695729445511,0.6540488992593102,0.0008966558600312461,0.03199220174489553,0.6881605758335078,0.9249639433287511,0.5080289457133051,0.9292002651227265,0.000049652286231147716,0.03676290838779951,0.23945520903470943,0.1488608179911296,0.2404641232229148,0.4142406761686487,0.2851573594042109,0.8140119636987257,0.000019253353500749736,0.5604300761695354],[0.10893028261656035,0.7296711445053816,0.5595169567242921,0.8451588056256956,0.4977351673113905,0.0004161161438858757,0.5512072654000133,0.44904736175918664,0.1502676422845088,0.003002758142960138,0.007830966463572151,0.7966932880702682,0.3817175577319134,0.1743493402839024,0.4427219885012962,0.17532489482265629,0.6993469714091778,0.8393634232814691,0.0016532870361256244,0.000019851359475718835,0.37885984185132576,0.03366472761572858,0.9086779889121162,0.434522559553328,0.5726078767829202,0.10905979737106271,0.006999120915140616,0.012294993196963026,0.00012544886493004624,0.9033548948428686,0.9554633941880029,0.03909796843591307,0.7648966230550673,0.6040109967250809,0.00021364392620050452,0.02190377316112223,0.5228309484991464,0.8821561799853644,0.47444537740433823,0.9103621755333301,0.000048332205928360414,0.0875066367195239,0.4617951569890335,0.19341600921286517,0.3253106798003046,0.40810050201710946,0.21773576357446167,0.5936054706746065,0.000020236676290280664,0.291949023823208],[0.2806038481417856,0.7679833454006117,0.7314142320669098,0.2834408825841671,0.5852378814428756,0.00006395051399219697,0.45160452533536694,0.8506986155810256,0.4067567957998512,0.0001791778833584005,0.0016842495580624466,0.34701281171058795,0.30531721807496387,0.1867098495773793,0.8941266408601604,0.02205363829781656,0.36417317701920027,0.550685416602698,0.004336385814123171,0.00003030596321769174,0.7140724985718238,0.0018322018467696911,0.7984240520473229,0.6917987600617616,0.19655517870488062,0.17465596251032017,0.009047166028343797,0.0008258973580459141,0.005131337610306112,0.7656248966279353,0.39455256656276944,0.4851850258986417,0.2330559471720593,0.5816801355211948,0.0988039017101259,0.08819588874582637,0.8632978558812681,0.24446824806447454,0.7462229696561448,0.448563803611271,0.00042111200836736167,0.13927637068496249,0.4035153403896302,0.11996099543006827,0.8178826216102529,0.4440020522979574,0.09702440547441976,0.45198425265563746,0.00048775258114016744,0.36506499869997466],[0.2567006895097434,0.9025670253380542,0.9152564082648784,0.3618479022642745,0.6263123589190787,0.0002837011724450421,0.48366258387776767,0.6955673964833684,0.32532234340339866,0.0012391969487824585,0.005116824552279711,0.6525959998145392,0.40451050157810065,0.13398218523473174,0.801850459325693,0.13251160006607984,0.3738562358094464,0.315143823566231,0.0023521957918805837,0.00003087616108929384,0.4804098208732939,0.004954758104484104,0.5655613505498069,0.8288448820264149,0.3554204803615649,0.12175914214662688,0.017413871682090125,0.0012704220420864149,0.0009639551000680221,0.7228464033535276,0.3234420975234371,0.7516705291723421,0.2725755538650722,0.39856136432853145,0.014377356775460716,0.024299256233984195,0.7478426025586095,0.25813540285917225,0.5283639551362622,0.4223090742311145,0.0003293982976253518,0.15035755495312023,0.6654136762224738,0.13787724027595466,0.7231258569307367,0.38992902540488783,0.0791877827956256,0.5637486637810054,0.00038358651882759335,0.3442543046118926],[0.000012003370998391747,0.45808308487202787,0.47941635316496667,0.7434259398923757,0.022914935324419575,0.033163784152073064,0.8051832325511727,0.4969252964310791,0.8354409874438151,0.7799416700485984,0.09075462216986702,0.774963220403858,0.7522614891040751,0.04451381745285428,0.03125921128412158,0.00006033728496931564,0.712504674773435,0.5616380455514085,0.4771131996279614,0.09567375548384237,0.2121781033090826,0.8653013153749218,0.6579274520260397,0.8007967940124169,0.16013111403146107,0.000006038049610668057,0.24158787365344944,0.06542670898577842,0.5659705612770225,0.5338464301456944,0.3906581364192949,0.29601908881735894,0.4066843377482921,0.7136034710890217,0.02267776633301257,0.00716080951609635,0.1000388206243227,0.45473752639613113,0.38054458622239784,0.8861882832019665,0.36509893524651366,0.0038301338107593124,0.119371502701637,0.4239731556315264,0.2636039932105535,0.20814957385236746,0.5262787873953821,0.46591530094988687,0.12125551196464378,0.00956873691798071],[0.000005575539374623975,0.37704216292070064,0.43280684772330996,0.8206027387220266,0.0021960790755124284,0.02862598831849623,0.7920652740800763,0.780034366954642,0.8518133376876529,0.7649122280064322,0.1993270146136457,0.8411891984744434,0.6243073440868995,0.010474553334435345,0.012936968300998887,0.000020555852519482968,0.6497531993095326,0.5883275897160428,0.46314062985696886,0.09961625442416056,0.3902926159784144,0.7464093896608698,0.4919459330099345,0.5746951086644017,0.1921978694891253,0.0000024618104788759807,0.2971160650216073,0.04896819516439793,0.6576326998407555,0.6676637669475192,0.37065404807240426,0.19960345722043843,0.44526193588045043,0.4533481826058054,0.036497299352948834,0.0019039695496158823,0.2114889078451036,0.6793355285936719,0.4750802654495738,0.8948665353646195,0.15957226507510158,0.0020466105640960354,0.16397245387166026,0.25136358316499713,0.13558820430359186,0.5427610216446026,0.4811165904066577,0.3756476823048755,0.1366042999944229,0.001156621121451408],[0.0000749141731278097,0.7204603158087913,0.6500451211066728,0.16696150980922672,0.004806488882356787,0.004845791989646693,0.8931251992646152,0.7099782411712532,0.732573477965617,0.4134190010537133,0.043700365378986424,0.6105619041216196,0.6095017376472832,0.017982885481911508,0.65336132661892,0.000008878704890321831,0.17693856148950285,0.3303244083760648,0.5095432549151597,0.013003447438551332,0.7861061150812415,0.44311989621206205,0.6819575963068487,0.9435537435217728,0.213498283481728,9.017846220161878e-7,0.06951627858837217,0.0007421776379680124,0.3290677818328331,0.6575154729214827,0.002663055824062204,0.8240267670593452,0.16234061938170344,0.34030031760819895,0.850432164804496,0.0015460486321315543,0.2804639766536943,0.18550195190657245,0.602005532895723,0.3182822548125242,0.2510922981905597,0.005620976756358931,0.5457579658470588,0.03999492141220135,0.7841895926732871,0.09807947183959831,0.5822202040892854,0.5903955659656206,0.3566694829914002,0.0034498592366456918],[0.0010492418815556172,0.5851693655227432,0.8795971798053657,0.09977541164043394,0.01231392981519632,0.006736492542777049,0.6866691435360848,0.8688582630265498,0.8463868680406813,0.2868359961879031,0.018857431745874176,0.7196181759870559,0.49500069675945446,0.1385978848053835,0.6323280536304466,0.00008909843099238965,0.38892764662202045,0.22978293964899596,0.528427733877786,0.04211852334958974,0.6412355930897686,0.5266197351293754,0.6844303915543368,0.7334571820573023,0.07438773962164172,0.00000548075318079779,0.0699075429988393,0.00420958394633967,0.337904644051916,0.5124585084195192,0.004868723113604689,0.7940004225933778,0.13959935648368507,0.2181289389004339,0.5381752147093625,0.002365523931636962,0.36600585969813404,0.1754251268962417,0.7104826794257559,0.16429618546140862,0.11037522140054512,0.001604764452617135,0.6872882111842724,0.0683486668172613,0.5759147490316302,0.3423440816739368,0.7105858469854874,0.26224333271567696,0.32030397084734696,0.012029392890238544],[0.03394215797974549,0.7604932131476881,0.3543597514649085,0.045066158104442575,0.024694567398637138,0.4541354563959889,0.07275269709428711,0.7071739494279835,0.8236191952166246,0.6088842588568532,0.9215192107031023,0.5705526753978649,0.31842594366426064,0.005544083591048188,0.06496738862012559,0.8178667801714321,0.007627627128650591,0.33876768591721346,0.0000030332732037266595,0.7477016126004618,0.8083617340524417,0.3537451505357229,0.7347041001236455,0.6307711779342688,0.4588860876454847,0.000013526855791065197,0.8837488479287455,0.06771028716313923,0.09914782714747009,0.7884275524601039,0.036246230321655186,0.4051099049684498,0.733871697550834,0.00005160586373625262,0.3722496046023256,0.9223971754051318,0.5709050000275879,0.00010216796688073231,0.051972375773938255,0.4136633534914759,0.8427877962294359,0.9469950174972773,0.4943499580721977,0.17384589371629403,0.7930446331760521,0.8480049964079599,0.877545216112568,0.5373665396234812,0.7459388360737321,0.4210522647491242],[0.2010922993329077,0.4726289409854963,0.4269927326273835,0.002857037675483698,0.4588753953099215,0.6133101657571332,0.30201852928186973,0.6790696058513882,0.6697748259237654,0.7452802499200343,0.6324072669254065,0.7910711867063458,0.5988548115106567,0.007008512202155728,0.3395483200156143,0.859228184629979,0.012804820290379196,0.5123236547694463,0.00000748687274012029,0.6332958799837235,0.5778125390269123,0.4971369003598156,0.7047151293406885,0.7415224290717554,0.8173205729493962,0.000004218033135008395,0.8295283191614585,0.09810997669849611,0.025547984609419504,0.7649744390469649,0.008889406456837366,0.4923068724482102,0.2210964435510082,0.00001821898096671822,0.44865755023009257,0.8030920080485643,0.38300071216115056,0.00019674043089174908,0.008868939148181433,0.6660306343221293,0.5832965975282461,0.9049936043895853,0.41275132305444623,0.1197826799499414,0.5338689402103342,0.7329779667924228,0.2801171206930753,0.7301254624477397,0.7005747201262382,0.22107428955294336],[0.040232967050339435,0.7406378962307426,0.6179855722440444,0.023249231336572786,0.01572291267894999,0.6572049491658172,0.1629329260804441,0.609143519395288,0.8735900377736525,0.6068479651277564,0.5081605056581809,0.8330462441977483,0.15770881902294664,0.003627884058878403,0.6811719192580883,0.7212691298126527,0.01033485361530876,0.507837483449318,0.0000013517784662282626,0.7775377517403663,0.5482537550525953,0.12217823233955337,0.9333386110869244,0.9138482546841852,0.6314864395788949,5.044172126662105e-7,0.8093087570741523,0.10232493145564214,0.04888901378040225,0.7821091644813005,0.011076971835179476,0.4301724798709608,0.09500312481710334,0.00028902756190085676,0.713906387006866,0.48120536798284824,0.36651550493361057,0.00011704165928083718,0.007460870140000249,0.8622813749567516,0.6982384744610616,0.793124955691443,0.3587951945668446,0.20024158519511012,0.6129692655007323,0.8871543861160992,0.2709485465910852,0.49441504755655585,0.7934348751471004,0.43655768301700903],[0.2666554839902016,0.7340286859959676,0.9158278941826399,0.003605117261967047,0.2545100119147299,0.018512775406599895,0.7262625108292535,0.831196018243678,0.7725728392764838,0.060762256059020706,0.09127108041033585,0.6140312074891506,0.3744875928831247,0.029847626380897222,0.5447826276197065,0.6615712358517211,0.10233895666583097,0.6181701510288232,0.00007997274232995318,0.3392670161903071,0.835054742400149,0.1125541785327771,0.9159831470331622,0.7683314820367029,0.6781034780203499,0.000005157437932691825,0.25515399339784567,0.01593644923032674,0.015311555813257766,0.5120755487150999,0.0016811719749646012,0.8630414074152518,0.42611932598731556,0.0001377161019702177,0.719986698443481,0.24121068924213954,0.7808366830645788,0.00036314382923328714,0.250593887365347,0.027616947770745602,0.35491115983450805,0.47971434574723737,0.8281311444522035,0.03264687833238497,0.9099545859842512,0.6688284186045341,0.7484047707420347,0.21381835569566848,0.33510212698034825,0.18751636398050858],[0.09681437796052157,0.815106407666642,0.935541328672956,0.0013749061530946068,0.13739795254190143,0.018767139284842478,0.7861000795107265,0.9478787740426616,0.7826985396023449,0.025071033431978675,0.05251825664409233,0.5857879164783907,0.22455760906471664,0.03891381537709203,0.5931020871469673,0.6444597197352451,0.023682934230354863,0.4637038668265628,0.000017319895491093904,0.4891119983845448,0.8998067998312372,0.15393351566223565,0.7998686460926794,0.8478576368985948,0.7703572710376189,0.0000013837972914544696,0.42153963422227775,0.0008097505538638203,0.0016451869538435715,0.52310674087104,0.0019915760526724884,0.7553939405975645,0.8023707657563433,0.00005605743435433852,0.28625059424767724,0.28087384628427037,0.7251801478733849,0.00014952423154309964,0.35066197561326345,0.017436877479228636,0.5266494804260362,0.6357221009224766,0.5572753354203298,0.04597263814305453,0.7125528641150751,0.6317513976711762,0.8394742816319604,0.05326103241573954,0.48371821214802974,0.10689707149540842],[0.2345235540939235,0.8100717709497027,0.9438975966707863,0.0006691858474416664,0.0480124616719222,0.01388396779708822,0.8575683277563263,0.9222892890059884,0.5890118686936662,0.0164692238023376,0.18011002987685068,0.4473435367908061,0.22371334911637616,0.027275601366482296,0.26687336763046005,0.40969380612395107,0.04298501676493246,0.31670940884990034,0.000019499933788430803,0.21327774735452823,0.9101096881668609,0.03847170736637203,0.9065251625247256,0.7549777566820517,0.45750229278485044,0.0000010570145702383683,0.5171581397286193,0.0013925546912062685,0.003789720070668498,0.7967823594260963,0.0052588583225658715,0.7647267697245902,0.6962609532616979,0.00011465584628124284,0.5559147779309892,0.47263335470241297,0.8030496565712344,0.0002950904274083623,0.5725364897689628,0.053069406335507927,0.4177792205464363,0.38837715740188317,0.5508786502684735,0.07113023096372921,0.7438367827956391,0.3700105641096241,0.5150470619951104,0.1846809936318855,0.29789511799235757,0.12748438199719797],[0.28529106084571415,0.8727861514201691,0.46849281083647004,0.29632545055095977,0.10132938861716312,0.00331734548059144,0.752455492389522,0.23058938951643926,0.32731432421295414,0.2846246416190454,0.018923057535853636,0.06729547120518058,0.09717351327318206,0.6064755599537935,0.685579301464128,0.004287761049513098,0.47653137040814214,0.0023903548121485293,0.013206925344471964,0.29460363864797035,0.6971461277463346,0.15138007159925226,0.7867893362726027,0.7096508972212198,0.14427483986877304,0.15752753393679533,0.08537221229386614,0.2669906479314666,0.00462228015465492,0.6250034512424278,0.07990104989142151,0.6634255039446756,0.3214952220401186,0.418021358897676,0.6330686251891247,0.04124204727613008,0.5577271327327479,0.014663246233822463,0.5569784392331186,0.2627473052321031,0.015150362390467347,0.16666688537217614,0.02423498426789766,0.4001643897479827,0.923996144369355,0.16017437898944176,0.5935375412646607,0.03658840125789678,0.2821527154236515,0.012547749480552865],[0.6922089012484834,0.6169455554572121,0.5471464780236589,0.8091854210064925,0.5623267671973274,0.29444116535271514,0.5354062030177282,0.07364402642678398,0.41194365758533497,0.7113745242079255,0.29337318344918667,0.347855853161836,0.39217997362723406,0.1347267111508484,0.7834464403959319,0.01570881657914389,0.6022083604194226,0.05493821563834131,0.10129406979309913,0.5924990486219499,0.5723859554541066,0.25576014520924556,0.2899222291234453,0.7357818375839498,0.015076257329597846,0.8594002371287188,0.7662675241783734,0.2898001707969632,0.036857194201607324,0.6036707901146571,0.19234131239084998,0.4784838509539722,0.792051030253093,0.776985690586557,0.5974133166956567,0.8669298432744891,0.5500541054355755,0.003457607504696614,0.09729622263776834,0.8348558034479631,0.17227736549431646,0.37237095281773674,0.004783688674637053,0.7575560755129233,0.7487753517035026,0.08166585528493912,0.6712337132997824,0.027688788321282694,0.6452460671944501,0.03535194066291918],[0.844382921147986,0.07203765381709017,0.4650597747119655,0.3509473312777331,0.8095151550783333,0.3518059856013892,0.8615087373192533,0.6548277413070189,0.2957432293697773,0.7389426697697323,0.5973494923266768,0.8627390659495671,0.000020481701725827405,0.25979846148724717,0.6758512919330423,0.60396115589841,0.8671719026302616,0.7970526750919195,0.7485819409521506,0.0005815240403301513,0.0000030526507911030296,0.6779336713493244,0.01048195073849994,0.385959961094255,0.8573502780549435,0.000012022759186324979,0.7065225458871658,0.03439255601110593,0.01966775040785546,0.0008408801144989711,0.6746778822892122,0.0002737615728182066,0.39254224324234516,0.0025792163839248677,0.7011942954596532,0.000841988872860327,0.4533707867499976,0.09241628331605573,0.00007201330837687023,0.0015665820154366415,0.5233666804585645,0.8225817536181791,0.000003381277814089849,0.7660986749858063,0.36779505878708074,0.6227442866250466,0.8846137037654865,0.7701426356931976,0.9436640490045001,0.004191491126572736],[0.7831540436765984,0.16338297699245236,0.8115922205743449,0.48824280083257826,0.29224476669424926,0.4507483051891302,0.6924580199465412,0.5557551109899425,0.08539831382440739,0.3076683957760142,0.010737500948579762,0.39188536364647897,0.08503379622669952,0.9309116507613142,0.4588069521635555,0.33877076489434266,0.1398525935470868,0.8613028509145118,0.5078614991204972,0.05559884680372646,0.0000245933961495378,0.7740698203168993,0.15097955700010882,0.0919196424093129,0.6559401352593403,0.0020302493887675425,0.6579064449996297,0.7422001705905577,0.001485630853939158,0.008907718853055363,0.297518428835323,0.009410683476414152,0.8575454860838757,0.04625100209697155,0.597905558168402,0.2874431550566151,0.3817560337905915,0.013586675116402994,0.011369876450636682,0.26085936121818254,0.8528564226284173,0.060355496861727344,0.009052483617912227,0.4658839723258499,0.548832889798494,0.9453316503665067,0.6564756697438006,0.4936400791097506,0.7188335745828938,0.13880705472039112],[0.45986369122343934,0.19807799468697074,0.4041889136643004,0.6424178644811795,0.11168888964026502,0.12570138312964574,0.7427171057120903,0.0034152428079897985,0.4833495722599768,0.27002913266548123,0.3789108261014287,0.05834335484220871,0.2558337055421501,0.0017342171575416134,0.43876807530073675,0.3697266519609699,0.042151483039688534,0.00004182498877132347,0.00022780307187392706,0.005594227090665223,0.38042619581244985,0.7833472030314803,0.15036589630441988,0.1016593929227613,0.006321140704651382,0.5187408690609934,0.6811231760787977,0.8242971525129421,0.5254383849689263,0.10458584502978922,0.7944230282927784,0.49506840442332484,0.3627265324153447,0.004635973292308215,0.000581267811972115,0.5401083755524965,0.16653383541975847,0.017480350644595126,0.43856689005464733,0.7091518522001183,0.768493235135279,0.000015508101993241114,0.4651586167266031,0.8689271596569301,0.06120658880982497,0.5424449068040317,0.7178162435208909,0.6904098098268521,0.0012556154354435222,0.6395652970529804],[0.4565788096589575,0.2552003517441501,0.9091808354235265,0.3295065553862499,0.3505372041548789,0.03793541870468084,0.8747644714737235,0.00011896617979685434,0.6072082716487891,0.4034626294070362,0.07324078532485938,0.0051536887605136495,0.18292714289247694,0.00002689436978653453,0.2918002519563177,0.4355309452012401,0.00021043955811270325,0.0000021478933811554088,0.000021280391362822527,0.25254329800553893,0.3101728497379927,0.6332210356306758,0.4104109679936725,0.08877459092544375,0.030713265552006142,0.34931163258084597,0.17343362941016927,0.9373847090715168,0.6575956106841981,0.7574394765469403,0.13020742055317602,0.8796177635700775,0.5687587598276248,0.10631437985164163,0.026790962566381925,0.18843582040214135,0.009511093923493953,0.031898075823484806,0.7548131915805969,0.47451226773634214,0.09794583648404016,0.00000447692940393223,0.6597234091856574,0.9084091148436507,0.5036661920476316,0.4201195315845042,0.7167373722652667,0.22254958955006504,0.000035269980682955596,0.6713574025544565],[0.5294956271374802,0.004798763708563436,0.8202979051155493,0.21313101890365835,0.0852286583706784,0.0925210799217664,0.6600318649680668,0.0026927299089684045,0.4214944685449894,0.958558909388382,0.3944252383906241,0.00008898635038991751,0.6405933353275534,0.0001690833783213507,0.758667962041921,0.45177735779082334,0.00019710294002899277,0.000011001801670723508,0.0003615500400848216,0.29654474999486574,0.5735951326262011,0.6168192043310138,0.56072377293361,0.10007920347938781,0.0030685886288680953,0.4897262281821132,0.6495764912087851,0.6703635289146977,0.6212159617540937,0.7911445647741445,0.18256489181952182,0.6386284233555759,0.12635543750463638,0.020840502055019857,0.0021839176868930768,0.25277496228514307,0.438019665568399,0.0024639847553087485,0.4027131532317018,0.6419115300233095,0.9513248486113404,0.000004366853657471843,0.47075510112397917,0.661036886817815,0.5217231084030219,0.7443953396506665,0.8843487758742474,0.5971289913266212,0.001715401519644423,0.5650263775498778],[0.4749109238104141,0.38059209929527293,0.5660876828815128,0.6916183513160475,0.12557298047073875,0.8773058066894612,0.831490216675709,0.005298647613101752,0.9481219784959932,0.9552729105326896,0.4021601365335291,0.0003554611486927874,0.9425881767010162,0.000052309999634525184,0.9597610880767423,0.35731292795825753,0.043693970363185786,0.0006557903019947523,0.029065048169082706,0.04595778095870134,0.2889840402856856,0.8311861125338229,0.33467371157319314,0.023150157116481787,0.04919307127827087,0.814040461170952,0.25346982845204574,0.4773974112726703,0.25192717152930966,0.8122571401579609,0.3711344207426116,0.7654609323699516,0.01514643722159708,0.007697299504720942,0.00018104878696620534,0.5531238742490072,0.8451714602779067,0.0009309856617261678,0.48506253303315056,0.4395700896592706,0.7688541975912871,0.000007837627937691548,0.16352166665116202,0.7813991213161405,0.2933401627135666,0.45579383915066823,0.8302174397432053,0.09085479117902094,0.0044276328253251415,0.8988302209483647],[0.00006988191808721375,0.6362993251782977,0.7087700718808917,0.2869937075572769,7.112788579242613e-7,0.695535291289792,0.7287971068948451,0.667850037239525,0.8002186404240546,0.45122708983087506,9.75793270399225e-8,0.000021026126370731626,0.8457924243222021,0.5160485988821817,0.9040119778948426,0.000008575566653494213,0.000001163910327608014,0.3524467390473496,0.12824571958616504,0.036467583395498736,0.6267332357389606,0.08488117909190575,0.0001546461529521818,1.1375325772160336e-7,0.0020412230277593547,0.1418403294331575,0.23033577989643209,0.8133368638018749,0.4787230015318871,0.6160659105735913,0.0004727922191178901,0.22497855188914923,0.34624591790476267,6.978114930690107e-9,0.5888007903758745,0.3438356054895102,0.49419629313733,0.03970988704855343,0.43342447426417374,0.45723791618064713,0.8523454213173403,0.03389538346213798,0.7324880948121224,0.8937250044929079,1.4847623333299518e-9,0.39094734328620695,0.9759954478653294,0.8162532022380662,0.0007594380172589182,0.829955539267035],[0.03060423171187474,0.40488882908841356,0.4731415166263884,0.1578525226314746,0.0001193666857522465,0.5980214748157349,0.6003575301538502,0.6866590813137495,0.48624192298879815,0.6326652686771008,0.00003699640288171279,0.04154449810724398,0.3343887067654433,0.8339292746865455,0.36501562315166536,0.000658453526173875,0.000013377201145478016,0.5051058001440885,0.544230317935435,0.15810395687691542,0.5287262996526123,0.14247892980575613,0.1314500023110564,0.00006202881185661116,0.013647888963800519,0.7005641209688843,0.5325838120497832,0.9074389389673152,0.6323461220931228,0.8688944069628076,0.0019236110863338491,0.6412199888053964,0.17750258725316811,0.00004100289541716788,0.9145579740855231,0.5985109598082399,0.3854937904792562,0.044405051427746825,0.9279190672610497,0.34279644599639464,0.7547447836566925,0.3146913915170743,0.6875615585075224,0.39432855344824785,8.62549605948776e-7,0.4769836412900185,0.5296764877135915,0.6178304685847916,0.31110858651557705,0.8385082684804851],[0.000022189996098544828,0.6156714243589193,0.5060155838951315,0.2987642879692006,8.301988087222887e-7,0.5034227945164822,0.6774921560365667,0.37986066022178006,0.9020175210267095,0.4959400653248354,0.0000024505466221538246,0.000028460325236367726,0.6845502428935758,0.3108782487660955,0.8752734497459808,0.00008642397943316556,0.0000012607043863421588,0.4032827904836752,0.2564903118003702,0.15555660840091218,0.7076924053005162,0.006284112621929848,0.000050221634065565934,0.0000010881501180597007,0.0014195058572532401,0.562955920976234,0.3451848795816261,0.7577934216956513,0.7007462945486035,0.5254456502170783,0.0002762257034896063,0.7105422174827833,0.2192038466774244,3.728864489335083e-8,0.5337176249371492,0.5026025396887929,0.4453429600225076,0.05363461188069501,0.7237813322117651,0.4093959875010767,0.7750128049805934,0.08052044725559998,0.8226447308810153,0.789766274440962,8.736436181713296e-9,0.25062808161632527,0.9616023739116876,0.8237831494331069,0.007946611920117105,0.8068862261008319],[0.10961120230527072,0.8096931141999008,0.08638345210616993,0.3192801014887521,0.6673844116375619,0.6076660233166682,0.0009414449778217612,0.01660955711816352,0.5606721951204967,0.008450222770137692,0.6578200029836501,0.7820563730112151,0.024156649968858277,0.5522609599648485,0.1641710930234711,0.16962578001783027,0.16054133360491582,0.5014470571528074,0.6240996065553499,0.44355591960694307,0.23538862858881113,0.5386839097598678,0.6782394772046859,0.7528178313989268,0.37926802631685974,0.6369939719586353,0.5155396168124441,0.5703183817096539,0.028148816591687123,0.52391733220222,0.6095011812431914,0.631431189789858,0.3935251234769046,0.04788719547921861,0.004262463010121872,0.5179747192547907,0.2651674759146161,0.5662005048361717,0.36263397931028096,0.2141965762171432,0.6291615031421913,0.24771966619399102,0.6263328410271798,0.6724242484488899,0.5872017821865548,0.6089815650716727,0.3896689557348461,0.42517261140335,0.7576259994119773,0.5818414820923622],[0.012699539409656825,0.8124719598242399,0.11204433881753896,0.29198691439626157,0.6011365970146568,0.892196407921588,0.0005285533406656075,0.00032850191360484757,0.7203689282405992,0.01719767801606227,0.5615231046415246,0.16635915301156542,0.13696253068942724,0.5498953715631393,0.8165957059660394,0.1176843540590921,0.4584640076003967,0.31005943666081875,0.3923839109317667,0.7769789446397387,0.37667061914918876,0.2926271530480671,0.7243961482651922,0.5583266107139276,0.6425641867064501,0.7684491239101914,0.2526108474446932,0.15598552987475933,0.006738690082895165,0.6671618939251428,0.7053408371663782,0.011779712075526307,0.609224397463162,0.04490574799803516,0.23320538819805062,0.5827582096391761,0.7836554478731452,0.6706855402298049,0.10188975769005622,0.04446945794081381,0.553116029079621,0.0773955131652357,0.6741295987488765,0.6046913952109313,0.44960647835048034,0.8403122634613381,0.7779814806840327,0.005881389637323032,0.5226935613906329,0.12570305566559234],[0.0008999276437438287,0.0035099555861316228,0.0004901204642808652,0.9489570317441901,0.6733320734221859,0.8149128260487477,0.47461863869810517,0.5167250988448088,0.649824560877801,0.8819848531273292,0.27802936354025076,0.07247480689259704,0.46417368206003967,0.0008823611224068178,0.06860168374195405,0.09801594548258948,0.014122780576310478,0.05311360904587572,0.00012790527016051065,0.4108646557558625,0.007532236363550308,0.04256925427076887,0.0007327038362575499,0.37212683187774015,0.6103127490989274,0.5881145158037611,2.52709401397717e-7,0.012250107938391052,0.9258512263598916,0.547880470800553,0.2602333910691515,0.7997523312566012,0.5337766138654044,0.36101524318270284,0.3952269827676827,0.08648722972418166,0.43911736434369236,0.0005208963377364672,0.8291581062937922,0.7477390528464715,0.000008355300097565742,0.6893020642406615,0.46324535433521696,0.07020530982026014,0.6096038605234958,0.019360603944160167,0.5298114612551686,0.35250297886406107,0.549659295655295,0.7820232819539776],[0.0000024860405268738803,0.21518421959576908,0.02102176247896627,0.8995068372155844,0.5912325942975396,0.7631404951194636,0.9440004734826126,0.0003794506569575236,0.6634143017443166,0.5083995166508916,0.0009753815798417219,0.8978068344461801,0.012454257127959488,0.001181082786497001,0.012516628333379898,0.000011843580974449074,0.630020704469397,0.0017651322694527938,0.0006053436715708337,0.04337582640389324,0.0006580323123845632,0.28482703953154104,0.09985319666837293,0.12464793628413612,0.6733349936558076,0.11754223960984195,0.0000010170520568889335,0.5545202881734459,0.7499724317324,0.7983360440637723,0.4949076809254545,0.0483007743898701,0.7229591957127489,0.006499630754221545,0.00424972358754385,0.020240970389674325,0.002251039515780205,0.31747338625108246,0.6016930695801277,0.5307660186834782,9.54445535943753e-9,0.10452036132376306,0.4613985638218936,0.34320740685013396,0.36410026422384734,0.11891910996559193,0.7804040700749209,0.09360036587630745,0.00022573487423295906,0.6691083532769898],[0.06151669423210561,0.796516987069598,0.2613193599952298,0.43572726532642725,0.7788456370380139,0.284725684363798,0.8953280103400537,0.04741382050419033,0.0879588367792723,0.08335161294089118,0.0544113056248754,0.6407298916739608,0.0024477967667886165,0.008048075216639073,0.25639557250237294,0.001149476822155678,0.6384969366428406,0.0003465344520960368,0.03511872878313269,0.00010874404084022506,0.005456746648222632,0.6337486263652011,0.14806963752455526,0.31923143710349716,0.006085103893838829,0.3241834371713764,0.047517527692584556,0.7307233509027725,0.6246265142550449,0.000009508124288858136,0.49225118142891783,0.00041440608298726433,0.7647982806083384,0.01932449977535798,0.0423714344724697,0.5008699102619097,0.008066691836516458,0.6160263708728354,0.7898513033009097,0.18546038487628483,0.001352994639394689,0.03463389276374902,0.8348682645046117,0.14982530635396793,0.30165098468505713,0.10107778914629699,0.4599646491516905,0.48950782845138513,0.002005768080891756,0.9151837747996112],[0.9006516083365178,0.7312111511318469,0.24125264533246324,0.21853294915214022,0.19045289769555626,0.009375208298314714,0.12515813744935558,0.000009683115201465389,0.014967292046500921,0.8665580537442014,0.000592703542646615,0.5335586803918237,0.13323671761352948,0.00000332645373050289,0.8013332148119715,0.5954537506026902,0.9048191221564104,0.34583563234625186,0.5202805631687816,0.9148379709401713,0.0026146809049696347,0.4505724591349141,0.22697438984146565,0.00009746028780321158,0.8562028817158359,0.007267136277131751,0.9064520855785664,0.18267564988111404,0.771367611152649,0.8226822376786062,0.6455805254362886,0.4065155693559516,0.7012052122564826,0.04679922350971059,0.4845708835479827,0.6070328897624225,0.6009932038760888,0.0005675745796197251,0.7529306162607662,0.7092118102819744,0.5815161348447486,0.5949357065440162,0.6238714681519829,9.761074432802098e-7,0.00000251042124515015,0.8901061813466694,0.007531200342090665,0.7487962675103873,0.40449910816739026,0.000043133855405473887],[0.40207583633763294,0.7302327853209666,0.17216174783153923,0.39711846480514984,0.008627716943881914,0.022963660122496215,0.3897614683735056,0.00005563547633454263,0.519142070357805,0.282611417198772,0.0013039875945973151,0.8977379719480066,0.005351549901670525,0.000025258473776724803,0.7364956841012503,0.6791821771105824,0.8044200321361222,0.1521835356177252,0.8458913405267665,0.9773527898826219,0.0010788631352919966,0.27463611747660716,0.7959792281181564,0.000021811406991997533,0.4263407135603336,0.0631403302688101,0.423982646161741,0.23558406914146351,0.7376799195307189,0.591768739055696,0.6063935925406642,0.48101570570312185,0.8534232204010351,0.00562050361104565,0.2625242054569868,0.732599147003958,0.8586467058308705,0.00010873749949845539,0.6269695504336364,0.3943061184648931,0.7024197767240332,0.3704715769163629,0.7896464333332808,5.650101925692504e-7,0.000010065254556208858,0.75483167627875,0.04023036774311045,0.4911751643250108,0.8168747290299901,0.00000552988930398909],[0.0045731320493376335,0.8496604147362695,0.005300186042975616,0.7475945542162694,0.9707564630900384,0.0009246368963046201,0.6295252997123739,0.5232831754262356,0.050652550498592026,0.6387411361649515,0.2449268237536556,0.013759501755424565,0.7332583481644342,0.13562590987141435,0.5545045209078279,0.05362822600001047,0.7107976190827174,0.5997252255245387,0.7366506483343024,0.5246341795882746,0.6731561158755545,0.01607112103252617,0.7298100572874087,0.00004064571897949614,0.7780175698354226,0.794920703249729,0.003023177500292814,0.023525936291426755,0.01798566953394788,0.0995030253889565,0.00011393620782674725,0.22526575345323557,0.04608345951796537,0.4118566780837839,0.21795784599008206,0.7930136360099108,0.05856609554117541,0.6931234487856485,0.7490167959291497,0.104155475158963,0.6497234622497298,0.9428454479369555,0.754232212197405,0.5925166191590727,0.00014534997368346542,0.6470091055858264,0.9483771031662381,0.41548891782361036,0.3403549117702345,0.8126957615300175],[0.06031182632055194,0.019959840569106588,0.006559084395348219,0.22527241683668103,0.6985160708728523,0.00424695297575143,0.6166666049092399,0.2629779670493836,0.05454710218131533,0.6115711654873482,0.02216946250890228,0.6864442021101681,0.8485451222473102,0.8000476071104149,0.4974876414941793,0.47215924689800765,0.7032658227747839,0.4423537803630071,0.599411520775405,0.37305602583543523,0.5311791534315348,0.7673620603985425,0.8239444266301312,0.022541501986543276,0.661250091254114,0.8659621354941516,0.32921913710352235,0.32228022918877436,0.6837557610600873,0.3886515563003937,0.03937315292946232,0.3708541212737848,0.013228929799504041,0.5585114359245072,0.10172559157367576,0.6161144298317162,0.11628865985488374,0.05808198984118361,0.6704659421578031,0.6382116638895924,0.23939373041177534,0.002310010308895733,0.8569146521309294,0.6619666814373498,0.0008126763361685666,0.3790084583693103,0.04935240783038888,0.4518952806173645,0.8005589973497682,0.729124035336339],[0.08597277313003905,0.1613255506922629,0.1266285211531274,0.8377288672547901,0.39954775498241385,0.22692169169093052,0.8623336045912656,0.26294749146792534,0.0525579508341788,0.86248630069273,0.004161146571636723,0.11467373070614985,0.8246722536277725,0.3447775539636746,0.520310212657604,0.05046809344208792,0.20471970126133068,0.9061451779785918,0.11471418183816395,0.34147610106281656,0.9473390838861657,0.00004726199767549252,0.43739984351642525,0.0000036356499651286997,0.5242330351075278,0.03377028162711009,0.019602664173274074,0.04720835807629845,0.940382760444992,0.3165879863528752,0.7460679408633193,0.9208932134168459,0.6191199726230759,0.1164918510151396,0.8476216969749701,0.7456863623303279,0.0016385592812268313,0.0010617109427981167,0.3423086915340076,0.004933771997539841,0.657062996863499,0.008440298949400795,0.6528335914230234,0.6214461437570795,0.00003641553475347577,0.4747282519136001,0.20717072025761804,0.6864769092829652,0.13045188641310965,0.730669503816827],[0.03731579140091141,0.003020356846992665,0.1070939059583171,0.239740426327592,0.1584358040826516,0.15507882416182492,0.7820128702975196,0.13586707463005496,0.061322388027738664,0.80456646090931,0.00002708657396073505,0.3101298194106248,0.8363610623863417,0.3934583089939988,0.9798501533159806,0.12173939286984978,0.3179483901244278,0.7458855723663815,0.6187774951727556,0.8745199785935188,0.9641940539736676,0.0009455936654667043,0.6258844971127495,0.0002479883695296588,0.4710595929083003,0.3780999943745533,0.07792423032780961,0.564459146998459,0.7258643299272088,0.7756129469820561,0.16455230554480416,0.2481230244645445,0.6594041172916478,0.08768028155589248,0.26374696422462446,0.19018182396449124,0.06308583750096222,0.05244868332970589,0.8931649300544956,0.002319316330494491,0.01446983463182537,0.0023653642434385133,0.8152704777222974,0.541656608874956,8.98936605265829e-7,0.5318129499387207,0.009637493170203296,0.5762974584200913,0.5333637683413833,0.6945081914214667],[0.5693768361726486,0.7133287954739547,0.6673480470760041,0.741770776230004,0.24833786185484152,0.5393129058044589,0.06391618998297563,0.5293136309544658,0.6968827358290915,0.3327212005665766,0.6092742304037521,0.03513333311692037,0.6323522821518707,0.5953426802575286,0.8854439968147814,0.07978213350509437,0.8820168899600892,0.274079078303808,0.5559895473151536,0.23535022764935334,0.2686789590930684,0.2843311477769646,0.5813642969369821,0.8313317373587953,0.15730549281354697,0.21384840606389002,0.634957724180223,0.0007954248797806282,0.3623559963244682,0.6776759259277519,0.6477776017832503,0.04313986645619493,0.6535690785201657,0.35617057746160796,0.5734466030841333,0.28948079247483155,0.021790219883136407,0.10433756546033966,0.00037091275876086326,0.0007656249441569953,0.6803388947476823,0.3030311704607132,0.3628880585147201,0.0007952181329380754,0.8119793912481961,0.2725503547138213,0.600471321052495,0.00010945847810032948,0.7594331596758608,0.8476941672520327],[0.4537292375464867,0.6939466797014875,0.6544054739048608,0.16056173879813534,0.24476807365696202,0.22371688734722445,0.6396898902266445,0.8274101500897215,0.6505571017441278,0.11571073211047636,0.2487689973306247,0.02359382399378181,0.3584645284241014,0.6279835886764547,0.6100925374396201,0.010383842436504608,0.0033066142540306744,0.030262130040868012,0.1652525380488579,0.0005876517339922002,0.6939515033700663,0.11917612040195194,0.5741225253152885,0.504643555229364,0.6653523542643419,0.005279181368841009,0.20827771547535057,0.00005345006382622728,0.5061412745686734,0.7061325347967753,0.5003774155749491,0.48891666940779765,0.5761452421943452,0.4595627462391719,0.5245720595776044,0.1191135774378236,0.6103614849217509,0.13897838392962106,0.10980490007991263,0.0000669569518253738,0.02578725083332844,0.09663172521427789,0.4788343644540186,0.0012390070866503129,0.6128194158133063,0.0072703028522646245,0.8227530092303688,0.0011253962540130856,0.17572478491486554,0.36040591829443863],[0.03285278863503442,0.5929458745912012,0.04476439833816018,0.23590886342894152,0.725884854361286,0.10960891452368535,0.09305446141820363,0.9266133854353865,0.31977953067083925,0.20848389678056448,0.34926853182511747,0.9248833951527694,0.129864413671315,0.7151098422961555,0.000004686637244685106,0.32434385565463175,0.5168863695076157,0.0018991963230356463,0.0007400571825210471,0.03151078149580326,0.7344465606280585,0.05860512997316396,0.5987302987894998,0.6269212753473571,0.5951645556096186,0.00013881929430550462,0.22009206713454646,0.00010635365361820423,0.1371393064065173,0.7710291613293059,0.6080850508928077,0.00024392173094794147,0.5880952749210882,0.2958185501017122,0.42726152456582195,0.4036290985262742,0.5456005718521275,0.6071057046207148,0.6076008757834406,0.44194505390684297,0.1054281589693173,0.39061524202174885,0.00014936020976043157,0.7212144418253464,0.058750623058665595,0.0007286511067308626,0.884998571120143,0.00019833139920699292,0.3853072976014973,0.057114297541552436],[0.11085101373093299,0.24345174782887308,0.14559568621084987,0.5316048353494557,0.7306836377028605,0.4020285967657892,0.1262206059231912,0.46170066099552387,0.7415478076670543,0.01781615104915264,0.425049346826237,0.6949036116673004,0.15580534621704617,0.8352063112456655,0.0006570053278149266,0.699809170816671,0.7158546599289247,0.01052901649354659,0.2066455310090178,0.8416328762714039,0.707272850254836,0.10243631495431717,0.2977415000309001,0.7961009996283982,0.75803187715379,0.0018356723118057247,0.3441809894164148,0.00582634179965056,0.6582691334536779,0.1060258715607358,0.2561536312698591,0.0865895748021298,0.17122647127767976,0.2197492269341341,0.8993125951984687,0.5937201721246438,0.5633933377001042,0.13940962678438018,0.7671258915360839,0.43734176287175774,0.47829510933045655,0.30902947490189825,0.005189444619046124,0.5631051593374977,0.18224941305758455,0.0012484998617897998,0.3006632749441299,0.0010596024961411373,0.5806498536578408,0.559292908832277],[4.08243826825857e-7,0.7903625493406812,0.0467231132004788,0.4011261897926903,0.6372741294576579,0.024827740744842987,0.6874416221027304,0.5175150015380661,0.9293938985305572,0.013600869985332218,0.7505821963365029,0.04108948136362521,0.41648550839824816,0.49994017805917607,0.008797899422747302,0.703856143968402,0.004758526073376995,8.229653528424942e-7,0.0025964833094302775,0.8495389945993067,0.5163988639825571,0.0053680074228240485,0.00045286780871650015,0.8167623726286823,0.45039665056079364,0.02207385272736263,0.00003779388622875979,0.3974081611903179,0.3235835422463428,0.17907704636447025,0.8860558929737922,0.09480994853706269,0.7899886995121412,0.0029139947638841066,0.8393787799417263,0.05416239848412562,0.6683292443560604,0.6220112305527593,0.8796126965638863,0.022267468620654873,0.021885772650505363,0.4190422936945037,0.2578273543657676,0.006962703494259516,0.0011964701600877049,0.14343427892731872,0.6661477703778951,0.00001674213398020293,0.6425321126169022,0.9651147845271856],[0.05902993444303614,0.521446490930392,0.6579488155778879,0.49783575808800634,0.5725023365082941,0.5230225047244523,0.8977662084037614,0.009623090228466765,0.7965785314123226,0.00006189066215278558,0.000002649446637851039,0.8353360235317085,0.0000010562461262007976,0.29962843153955177,0.6027014668820294,0.037993354567112884,0.5304503573314361,0.00008232428390529742,0.1103622827568213,0.04174491858453981,0.031407057567641866,0.09340963670166044,0.9095308829916423,0.1031369835911972,0.11409581318201516,0.16567090117806707,0.0027821772611680085,0.19894313772917896,0.29130052672289175,0.7739756546850763,0.00002488780825638736,0.8614408709792434,0.8635174071708087,0.19054046495818494,0.5225786627341769,0.42283197666050104,0.1591491355337115,0.013230531558395344,0.8438775198315557,0.00006122984497662179,0.000004774346309518295,0.013318669085383494,0.7275293650211939,0.007117534000565991,0.7322046968790492,0.5878484084637815,0.12161337702055582,0.34982918893333065,0.007309556302177121,0.0035761641322050934],[0.3955510299647364,0.5453956118388322,0.3288337160504679,0.6560758079738707,0.6220012479496381,0.7100449459763494,0.9505477035663059,0.133901872160417,0.23943391089448032,0.0007419106694667724,0.000013425619061402592,0.39623619793984133,0.0001584617619068613,0.14110595630445957,0.5918671529250749,0.1382186872539309,0.9226746720803859,0.010540178838216105,0.27741655983839764,0.08377802275034751,0.09906487591539884,0.5546557161094484,0.30235128435594916,0.2897496131882887,0.024374015037976555,0.31264365255070325,0.001177663090089272,0.43278732921106133,0.1923411903193994,0.14046499943395843,0.0010421186293994007,0.00006281926295111989,0.7656217322455753,0.0839898507765918,0.8013731102781205,0.6311925209493666,0.30726480982230303,0.45453012959545663,0.4949512393569754,0.004644348680575151,0.08758059820974073,0.0031428518507923523,0.67174518626369,0.0383699225346981,0.9189385052133333,0.6254962648379602,0.004026639446233584,0.5915860222980845,0.01707256211886438,0.7747310461368664],[0.7946010634059228,0.3400452580291992,0.7337716186379662,0.15604728754596578,0.39348045654276276,0.08828212345743254,0.3701153606726227,0.0009828311140741511,0.04485590785548126,0.623062161755171,0.008629514118860773,0.1715159335822083,0.2948339432076728,0.00024215173384130545,0.585622180734763,0.2363034729405083,0.4245898244430679,0.00006737364495649838,0.08519696938216767,0.49807053076961694,0.005555902110365196,0.14971375386453106,0.06602194127854388,0.0192245672296814,0.519651305636979,0.7429258795479802,0.6646243460492033,0.5303785775152667,0.9382081528694244,0.5550898766931073,0.013520388428026331,0.8064384028224093,0.7334038957674878,0.6796964048265519,0.6029029489064062,0.06023201349911447,0.0028435089932736753,0.13849401380818632,0.9254860099899963,0.4113917713393914,0.0032930892931134605,0.07561457366998707,0.6265523801404416,0.11322267638252698,0.33618781169997997,0.5456038516577927,0.06918044339046636,0.12552649323743276,0.000060611183896388195,0.6192801510614956],[0.8202823138821208,0.7166298692723518,0.754646809848501,0.30097537462550644,0.5016102332281237,0.002412053192816692,0.4602486530366214,0.7861387248786977,0.0059043842912319105,0.6646876775966862,0.004037970809751973,0.1392669949024379,0.19100312353135926,0.010796985585965263,0.608198436262153,0.015701765695020575,0.3677134939215796,0.1986786070504033,0.32147079404535833,0.1585107047566473,0.041915690528826426,0.057486950480420365,0.010336336997183523,0.4889909634783223,0.567526772392412,0.43711323394403845,0.5704667226935106,0.8094482070872924,0.907520997073807,0.2436659696237589,0.002688397919624913,0.3587809697655908,0.483686441022091,0.12369370618900892,0.3243863053438268,0.6780504727329666,0.08209564764913169,0.7292479670459862,0.42764261988957947,0.7321571725416197,0.0018416567802632719,0.18672381573887684,0.6763003855508127,0.003902463048672338,0.7861361452100853,0.6092646485296437,0.168877434813808,0.004096794252186609,0.0011770690704640044,0.8716990629919735]],[[1.026640626279607e-7,0.000014880448648351927,0.000002176818565350481,0.00007177113044936866,5.108510016307237e-7,0.0000027673927197340044,0.000029909561338130944,2.5521474951357793e-7,0.0000028802562427662316,0.000005994279863805105,2.7278129822162504e-7,0.000010939787615100587,0.000007611411042485165,0.00004051513172883534,0.0000041161796212418535,0.000006311797710891958,0.000004479562997043537,0.000006308568617138576,0.0000020641957888374895,0.000006159017662649176,0.000004630793632448038,0.00006817538780378762,0.000002347915992069534,0.000001047863967733528,0.0000037560221270698853,0.00001897620091437421,0.000015984857464536395,0.00004540360899971061,0.000009642177440725606,7.317451199840417e-7,7.153713691055584e-7,0.00014604992819341512,0.0000022128770005849995],[0.00007564948426892228,0.00023650554721071825,0.000054204092104963906,0.0012250555986053591,0.00009506562593795147,0.000027599685589660372,0.00017850738757342803,0.000009761790121733093,0.000004996743124571711,0.000001903763474716423,0.00047240103224196876,0.00016791295627538192,0.0001059892554353452,0.0000419591859292971,0.8405404749648177,0.00015333646350723136,0.00003371211559037027,0.0003778429293339023,0.00028332411968973734,0.00014689977909941438,0.00009022350368782022,0.00006780847438807025,0.0001322847441925351,0.00003626905224066454,0.000080016717288816,0.00012711125004640476,0.00004950872033093481,0.00023437595650190412,0.00012785398619312552,0.0015938329063772097,0.000013488430473867503,0.00031096452016410867,0.0016659774496897949],[0.0001163191676278792,0.0003480975658168263,0.00003308226718654896,0.00005251383128717363,0.000037244278682402416,0.0000227975736885482,0.000007153049844541182,0.000011220729276978102,0.0000019448874327062674,0.0000016952252980926205,0.00047257154166311424,0.00003663613688537165,0.000044716762018420345,0.0000033081294638057197,0.8331114406922415,0.0009450694375903359,0.00001114936340153821,0.0004023535168611904,0.0010423790857884375,0.000066993315958149,0.000016604555464799254,0.000046563567469147655,0.00009059303156503394,0.000014170744455263948,0.000020959824349321806,0.00012955070830792152,0.000058008465868836344,0.0001229169247130818,0.00012558944569784713,0.0010616141479599705,0.000025626335563026417,0.00020670459911917454,0.0008742695460344707],[0.000027760220351976634,0.000033004980345008404,0.00014357993320250834,0.00030887855117008045,0.0008811807483790126,0.000024281078767724822,0.000010549028073528838,0.00011679875397088001,0.000002062577505632868,0.000002630126311243969,0.0015522350020718834,0.00004766637113110185,0.00013980858141282189,0.0000014108568475516624,0.833627801616576,0.000043320163407959465,0.0002836840504816539,0.00008419041226427738,0.0002738944510055825,0.00005714678961845778,0.00010913263754427642,0.000005760509682334432,0.00009539898774908707,0.00003397668529238114,0.00029396035055630513,0.00003317994472136001,0.00007529941220835087,0.0000545863887251871,0.00010067413962357405,0.0012020081905668167,0.00013616210694073668,0.00013539500643732839,0.00136972999184955],[7.741445625448718e-7,0.00004358082844508806,0.000010476390476068947,0.0001136591091446165,0.000004971655947935414,4.678040023901289e-7,0.000029067172882164803,0.0000021042057689986564,0.0001662794259434539,0.000033874654652967755,0.000011316976861518376,0.00005498322602439313,0.00011205062866446235,0.8737367205014815,1.1904496554494734e-7,0.0000035382647542251332,0.0000010149611475738553,0.0000022199616254108185,0.0000034796507800689088,0.0004799602225243681,0.00003911342327628999,0.0002426599456794106,0.000003874722531360256,0.0000015917662927210695,0.0000656241316276324,0.0000362686940113724,0.0000986314152495012,0.0000375373396790065,0.000009862047590663718,3.597625945032163e-7,0.00002541778289109269,0.000095697473885855,0.00006205757932064872],[0.000007572356125752978,0.0000057718534278259786,0.000006992126914617021,0.00040971409165521086,2.761939283274791e-7,0.0000020307967153867202,0.00011111686767581253,0.0000022105972213315516,0.00021828612866191458,0.000007172154956534935,0.0000905054483442269,0.0001507645013337753,0.000012074980776919443,0.8903979154393192,0.000002854465568447817,0.000003380608554649141,0.000005544940941423846,0.000010104166152114245,8.425306570163818e-7,0.00006910477616958632,0.00000806605240050126,0.00015981171185123927,0.000009030235897779887,0.000008438268546542494,0.00000511220878052739,0.000048094477312945886,0.00007975495022232123,7.167489535394357e-7,0.000024892535785491533,2.322860917577847e-7,0.0000045776946749789534,0.00004343106807683858,0.0001119936362901562],[0.000005620205170927085,0.00008050077268311057,0.0000676059075113153,0.00005775086098736656,7.057894970254867e-7,0.0000013388900386266863,0.00004558785785220056,0.0000018464465199695835,0.00023554072042405517,0.00025300613222981353,0.000012945077243103468,0.0009444291439003441,0.000009213804178771161,0.8532350971197991,0.00005932567245749482,0.000008617524221418042,0.000018131111720486215,0.000004684201304024363,0.0000036661467059367416,0.000025925359555596827,0.00003146469552197301,0.00004732436514172189,0.000003725697602868004,0.0000036774498160953103,0.000009497120515689033,0.0003567228550815818,0.00008051130304230726,0.000015366110520046773,0.000016826840705270463,2.5700876581034527e-7,0.0000522412213356169,0.0001898817445357951,0.00004209191157605997],[0.000005487213876375088,0.00005116708297187342,0.00009523011416187618,0.00001403309998840381,0.000005573779497436716,0.000030824745150627537,0.000006659487856588273,0.00006788449636286783,0.00004005026225355838,0.000008266724465599173,0.003882890522203455,0.00010087960941551018,0.000044244255130522894,0.8350310170421095,0.0000017960084279231245,0.000033671043325629044,0.0000018601319659241009,0.000005098452165159799,0.0000017064356372725037,0.000009244657393138717,0.0000963799377166316,0.0000503733091337233,0.000040147035241758656,0.000006846688013030156,0.000011825694876349663,0.00008221560466062333,0.00008717425955060688,0.00000194563874500318,0.00000274138715121282,0.000001456896715821138,0.000003955397791933804,0.000043003806232260405,0.000024492147955274743],[0.0024733617031827324,0.001149795191765659,0.0000016275360302888767,0.00021626205900101116,0.00019133052532169733,0.0000025121538674880984,0.00015308317293669492,0.00000867358061625937,0.0002070878796816032,0.00006330444002536429,0.000001651003530171731,0.0000035075021826564725,0.000050223620566033426,0.00005319884772684721,0.00004658991361702636,0.824438665404655,6.77755579060392e-7,0.00043865491427983437,0.00010642553158845386,0.00008078030635081574,0.0001306035405492422,0.00032919395931943967,0.00004308962550203871,0.000001067705063857158,0.0000606529930752046,0.000017593898214137287,0.000037124881679429605,0.00019965698941170227,0.0001672325837711699,0.000012656200283416678,0.000008377435974292502,0.00024050653331031212,0.000022098091189628247],[0.00018954440924672398,0.000408908487914565,0.000004660030074346108,0.0006219759530757616,0.00005006789376629975,0.0009532884066868332,0.00002094445996625429,0.001910916980934523,0.00029222325707358576,0.000006388394394542348,0.00011868578813028656,0.0000027856264310835237,0.00025811105357675924,0.00003907749973414882,0.00014835605652645367,0.8089279698405595,0.000003461581997028349,0.00011906677905830276,0.0001468666277296429,0.000018745664420902334,0.00010435117239202628,0.00028406927492485455,0.00019523032799130354,0.00033677126018047263,0.000011184157314192038,0.00003209798233729623,0.00006281823439511833,0.0001712031334735773,0.0010402734977665988,0.000028943673297891762,0.00001542114473673302,0.0006420080233655303,0.00002451597177925125],[0.00005241001847733532,0.00009565801222020922,0.00010121827768032739,0.8336090836491278,0.000019568691940653456,0.0005591066684732404,0.00048457154041526364,0.00033578318681259706,0.00023965327769722973,0.00006510620482419865,0.00011920522658466658,0.000015807646674027227,0.0002799547499745689,0.0002600041295655725,0.0003773026651857362,0.001206619892286122,0.000010323292935812991,0.00004648750233659868,0.00021850109922561082,0.00028135972896792683,0.000012702544818467237,0.00037075399597485715,0.00004918098923447328,0.0008777129804551229,0.00039292340784458416,0.0012301010166375572,0.00029216461714948823,0.00011919941575923429,0.0005205454010837267,0.00016395092469861884,0.00010172975479748926,0.0003564758155028582,0.000058125307839561564],[0.000080964546115941,0.000203681925754831,0.00022502118191180046,0.8409203411436649,0.000008074758384272107,0.00005928890236999567,0.00014604448195818635,0.000007769736109652907,0.00008242522723576778,0.00003258257620136829,0.000048535763101989756,0.0000029086180854711594,0.000014274128557217784,0.00011659021336003059,0.000633680516980114,0.00005344420704046697,0.000004755666511722704,0.00027245374769220343,0.0003289656036203874,0.0003472394633712957,0.000002371948802522546,0.0001446017691679733,0.00012810067177778823,0.000018867828138868225,0.0006481810195410576,0.00011902924232072978,0.0003687702450163218,0.0001972582401455158,0.0004351103166471524,0.0005747463127177489,0.00034462737577042613,0.0005241308993605165,0.0005930365167962052],[4.3877875758154916e-7,0.00003299472585626498,0.000013282595747468038,0.8419296039692493,0.0000037466565689648697,0.0000013465741278238774,0.000447402388750098,5.338236049203517e-7,0.0008177277911787917,0.00003381202908830515,4.443755714058997e-7,0.000012416148070572984,0.000015179347472187975,0.00009577022953343027,0.00008551032424772248,0.00010952049180052021,0.0000013411062688707912,0.000004448374656277515,0.000006786588582038846,0.0003069229947126859,0.0000054574851425519296,0.0002482150916095613,0.000008891740684061781,2.7373409464081317e-7,0.00014398361550845373,0.00041278212909204184,0.0004926488363773886,0.000010800097594718267,0.0005152482446348985,0.000013932788865563665,0.00016237437584902366,0.00043249382176698334,0.000004549665561172495],[0.00011463945413895131,0.00005739593385017165,0.00015149029557404078,0.00011352999426696903,0.0000792461267115748,0.00007972000656333663,0.000018407120717797166,0.0003356230144202962,0.00018404725695100836,0.000006271548498530469,0.8459014977572336,0.0005406388155925634,0.0001920109768403835,0.0011287167682223125,0.00035495071911267043,0.00006287772319961231,0.0000337196052775683,0.000008882595614900905,0.0009482891213165538,0.00014248602782648327,0.0005347510065648436,0.00004856738230548601,0.00005667803745438596,0.0000908072216617892,0.0001600607170440917,0.000028317889621465636,0.00007337486713875218,0.00010446182574921457,0.0005188023266862927,0.00041928477549883,0.00015366271487922184,0.00017575468456613566,0.00035527470305327644],[0.0001130513352549128,0.0003197280974288274,0.00016398027914925686,0.00010313930977291446,0.00005362193339796621,0.00045227900567266073,0.000017629630771832644,0.0010655235818349048,0.00005532439327751797,0.00004082865931535324,0.8250309970758136,0.0006023411280824086,0.00004937878901394635,0.0008481828345216547,0.0008511800916928791,0.0003224328236124295,0.00007785953915451266,0.00000915486279600492,0.0010400565040266175,0.0007931525109454157,0.0009990841048198899,0.00023257704206204567,0.0001464703533555035,0.000028843752558388434,0.00011240351084957193,0.000029939933778079862,0.0002497895272384405,0.00012384711631718853,0.0003901561449930765,0.0006948029196501623,0.00003667317599718481,0.00020029528587487414,0.0008940418146603174],[0.0000027860466793100917,0.00008084703483437905,0.00007404160531732192,0.0000431837583605116,0.000015903265115415468,0.000005350597573697941,0.0000415283300425636,0.0006665701641883825,0.00007840429911777656,0.0000032020600757121547,0.8497337125428533,0.000016276596823633403,0.00018258852815970357,0.00044214708869565986,0.00007284925855078166,0.00001580307914643296,0.00002302388698331255,8.935301295207238e-7,0.00002677807434884188,0.00006775758903187703,0.000015083207119451734,0.000012439999898147666,0.00003463438550927773,0.00001716414169580761,0.0000691687183621675,0.00007288440800423365,0.00003378894657182379,0.0000023886266614465316,0.00009470432645390522,2.676347551388457e-7,0.0000054404441705677285,0.00015794882829594256,0.000017720326902699612],[9.962366706764317e-7,0.000006481043317784409,0.00007117988039845305,0.000010704624099173521,4.3770405872941936e-7,0.000007620557380897911,0.0002794331985159169,1.3647955422959607e-7,0.000018108184020194214,0.0000017243408558147754,0.000011744955573371117,0.8869290591435746,0.000012406993920524611,0.000009553493897498223,0.00011462053950911536,9.577512620953772e-7,0.000018418766559283377,0.000027400217133730306,0.0000030395510984383297,3.133402556610562e-7,0.00004973812769479724,0.000051919035115956755,0.000018184772416345112,6.976724717688264e-7,0.0000022403367090606137,0.00009181090329461064,7.850293928827468e-7,1.9956350157446864e-7,0.0000058680664182945935,9.157283336216349e-7,0.00001319425703206754,0.00005532123108631624,0.00002858530323588439],[0.000004966102348855253,0.00006887826194493044,0.0000811088487845086,0.000016717971232273302,8.916556040522677e-7,0.0000066284165185981416,0.001937708161288549,7.023499913643775e-7,0.00001416605706561486,0.000002944832889106184,0.000010122982132817589,0.9574303395012521,0.00000732460731875813,0.0006518196333573478,0.00006797618215627897,0.0000021141691814465214,0.000015547204428856122,0.000029948665634834166,0.000011055411426294189,0.0000010514943999574817,0.000061438868975379,0.000031870417662413625,0.0000989162243606097,0.000005302630276142347,0.0000031771858161448033,0.0000303746314857617,0.000005461031791183906,0.0000094082930619895,0.000004391389485348689,0.000010722310557017794,0.000008825405269585028,0.00012252938973623663,0.000009689087870093598],[0.00006068534958669869,0.00001741251237448394,0.0009785241534610853,0.000011934501372558714,0.00001023333506201245,0.0000030112900229434764,0.0003623618059341275,3.180271706357458e-7,0.000011470335284057874,0.000001533652576610937,0.000002488253176353838,0.851273784282103,0.000038181052133322635,0.00033858292203290096,0.000018900287165605177,0.00008719813354475014,0.0000019369909873243237,0.000027310502473022718,2.601374691959284e-7,2.2092220722789176e-7,0.002217878024322441,0.00007436442692228689,0.000006905547859784716,0.000002983243755908914,0.000001964099613918893,0.00019357675166226787,0.000007987114020603202,1.3333788651650887e-7,7.367707536501928e-7,4.141988329406247e-7,0.000007635640444692985,0.00017093954505708475,2.884329550577368e-7],[0.000005194157201250275,0.00013131926135927317,0.000036540650035071966,0.00000321270312455321,0.000005766398327840015,0.000017094683400128787,0.0002675867250658946,0.000004020229528129123,0.0000076123446633725385,0.0000026988206551794244,0.000029373326545108284,0.8718272322302919,0.000018543833090523228,0.00012664133659135316,0.00013118106942159433,0.00003272380037321781,0.000008669342577849924,0.00002812123328763445,0.000007441614148945691,0.000001867721539880609,0.00020351461815804089,0.0002478488811503424,0.00005596334658358988,0.0000046625756666429925,4.385130327277797e-7,0.00013860900658442852,0.0000016329830031196097,0.00001613934060627261,0.000009943818614725737,0.000004950414107142629,0.000010650769198756403,0.00008294094830119753,0.000010184606643773646],[0.000001377795196413875,0.00007303364305465768,0.000016400457316976563,0.00004092442233862897,0.0000016646689201942416,0.000028474364638321892,0.0007958647046161781,0.0000021860260985810967,0.0001598907936929169,0.0000019644270049397245,0.000013273955287097271,0.9169722303722214,9.921135706392059e-7,0.00010500761735161703,0.00006095774733029071,0.0000011693716725496061,0.00005055348998501219,0.00003847400249987932,0.000012078028316764195,0.0000016926870186383675,0.0002639602174145124,0.00004829999484896977,0.00012240860253308607,0.000002776494244663963,4.1033526130282134e-7,0.00003432465840673848,0.000005669499595182711,0.00001024319728920598,0.000005784688107233555,0.000004821718733859314,0.00007890646430555366,0.00003196187608069812,0.000024377570338151656],[2.78393060327337e-7,0.0001039500194167947,0.000014091416171812032,0.00003795236800979773,0.00004996647940006287,0.000010993951145742128,0.00013345204526156822,5.863987466744251e-7,0.000025226299773639934,0.00003185511289058012,0.000010117443779795775,0.8710995981532074,0.000007476433922293058,0.00005973727612400919,0.00002884839953506165,0.0000039768553879499534,0.00002378494227160697,0.000002945559357162351,0.000050792179301204395,0.000007373229861900649,0.0006086632558918539,0.00033529606292135206,0.00001538205430689869,0.000005782598170601549,0.0000101594577720172,0.0000182587811618535,0.000004002299568758622,0.0000029638348448004454,0.0000021893495859068425,0.000008425350440642628,0.00016885701897459892,0.0007943781834636709,0.000003985024880053697],[7.563188811223896e-7,0.00029017930859609584,0.00039129881189778955,0.00003901488833270469,0.000003180874737653416,0.000008258297769227367,0.8379899990295664,0.0000082467187450469,0.000036254113334282276,0.000009100486654518112,0.0000029834556003238272,0.0027023596853562974,0.0003198972975186153,0.000019134136072407607,0.000078506131499982,0.000014984393523982658,0.0000468043052235566,0.00020398097995613776,0.0000022383870143393736,0.000004040119748513902,0.00002307081935188617,0.00003980137501528875,0.00004648192819386069,0.000005709074618773346,0.000002921520263908158,0.000355251568849824,0.000012623815914942472,0.00001872657500622018,0.00006096394480509396,0.000193806079970279,0.000012324609894058184,0.0003927340900449901,0.000015026905758823912],[0.000028526726107297194,0.00006278349791384867,0.00015977259702986942,0.000025011784061886564,0.000002768817542157621,0.000007771888131952942,0.8499149179248066,0.00003425630684978136,0.00014709679619478327,0.00005742544969978414,0.00012177727521877848,0.0008576633036404905,0.000044560294798162945,0.0003166241150970365,0.00010686921057697247,0.000003782609336324634,0.00004861566467101749,0.0009739424272974045,0.000004905508530711697,0.00003538124619677865,0.00012424410002008198,0.000004992433962299466,0.00011190812114586038,0.000005264156267348666,0.00003222796312652312,0.00012904369735262635,0.0000022919358587277795,0.000007849319459862212,0.00004486854503180314,0.000005058088623182378,0.00004165081103107926,0.000007547895088975661,0.00015897464195108684],[0.000008162915166786837,0.000022739012739836127,0.000055365803894663385,0.0005041041479789665,5.418518510608512e-7,0.0000011544898797515278,0.8437036315325092,0.000002338761278714723,0.0004887011524887035,0.00005042065221056703,6.236567642300203e-7,0.00011221265871760819,0.00004750154721511829,0.000032675760596331375,0.000005252181708376405,0.0000030424488854214655,0.000001527724629592488,0.0001465061371887974,0.00000230130987769744,0.000587188261833104,8.856996427223714e-7,0.00008091738820711278,0.0000014575563951874036,5.654566578575329e-7,0.000015637244878895457,0.00027441065684321843,0.000003815190584216957,4.7504391802707543e-7,0.0000243914252300585,0.0000015769421343368388,0.00004302414115285854,0.00016850150238920022,0.000017628649125896137],[0.0009327503388941748,0.8478395462954241,0.000011894650974398875,0.00003606761300569951,0.0001641332001632771,0.0002422900002656171,0.0004058892451300044,0.00030033305972267745,0.000142351431045461,0.000006378929833036096,0.000019530769345229743,0.00007513495437725682,0.0000043938854582328205,0.00006037348651465654,0.0001696892292061287,0.0012628382329288401,0.00024510551139736794,0.00019068802884149408,0.00003666850016437456,0.00002544453695591614,0.0001177631129462454,0.00017591313646229704,0.000022860630090657355,0.00015773641020380092,0.00029487325925626323,0.00009553331896927618,0.000010606680624003744,0.00013200693639636078,0.000041043230888285514,0.00011647669490888034,0.00008352277996720777,0.0001344519617633405,0.00009516169977275803],[0.00001542139389085398,0.8531794022425206,0.00001271871204411326,0.000012194350513194389,0.00002958465240939456,0.000015831274423036437,0.00005692496948451029,0.0003179054775192446,0.000004204749579891763,5.272905423284958e-7,0.00001458356670418091,0.0000021304278665170476,0.000005823033473070779,0.00029496488047670954,0.00011593873265145566,0.0000579187261597705,0.000014435967497227109,0.00002164641683087889,5.580035688989523e-7,0.00003657187493904205,6.776537271124767e-8,0.00008377550623384741,0.00002732838697545422,0.0000015555531991773644,0.000001801383175409861,0.00027743508049289954,0.0002216153317369246,0.00009679352154826671,0.000015946391770920693,0.00007469511511183085,0.000041656186359421224,0.000009518268068491891,0.000053008959451973767],[0.00078035456899921,0.802881644136026,0.000046298857190811404,0.000016825005336610093,0.000021801781698041427,0.00008725977251216608,0.00002528298638339798,0.000008433239222953631,0.00004098685217262728,4.922015845846399e-8,0.00003444221214075951,0.00002934522850007881,0.00004489009587905043,0.00001642406664546351,0.00006712171123691795,0.00003741194562346645,0.0011516358181477128,0.00007818552434219554,0.000034168083271019334,0.0000064310821558489785,0.000020053882723290966,0.000026754368560607247,0.000004861974026303685,0.0024538763266455117,0.00006223645736174391,0.000013372893528411629,0.000030985000149996954,0.000018553948817650238,0.000018997136531251458,0.00003327978138736325,0.000034872106092013525,0.0001518006373877584,0.00005659321630383652],[0.00012150674534975927,0.00006743135101593108,0.00007698004493696833,0.00043716675665030183,0.00018100940391868706,0.00000819680433425802,0.00025342222850875814,0.000006762420399360109,0.00018296624430365062,0.0000030123580629175364,0.0004277477912143934,0.000008560713654315508,0.00008391330894998642,0.000049665870176726824,0.0023355417540219044,0.000057627668812774886,0.000011390584447963186,0.000035804811096722845,0.003563108213910807,0.0007787228654937155,0.000651691507883875,0.00012657942467587325,0.000052336199650251445,0.00003237292715855158,0.0009260790299319849,0.000006654940025668308,0.0005492031824165743,0.00008983714555943804,0.000048013203329934665,0.0009429170283291223,0.0007559774404366313,0.00035471755845891453,0.8109362792756667],[0.00026608853576371886,0.00040442390605822167,0.00004061589403081791,0.0002484154631280621,0.00015698377441702958,0.00019739221848723404,0.00022775484046412577,0.000002517015371635412,0.00011098610229080244,5.493496982678011e-7,0.0011359780515512261,0.000018177959415066025,0.0001027043680573748,0.00013089157240471117,0.002162018948025062,0.00001642144621815625,0.00011339944111133367,0.0007357947010131692,0.002374184300717051,0.00024622284947757567,0.000164531023277873,0.0005860428264008557,0.00005390552923854546,0.00015078694951905377,0.00008672244541169143,0.000014508116587664049,0.0005294995673109276,0.000015849604203729712,0.00008811882390337848,0.001357375081949867,0.000077927689508166,0.00009175283342393849,0.8173444433828054],[0.00006256493078548461,0.000010391610880378191,0.000006920125062381079,0.00014418073939939928,0.0004963318724116022,0.000021916468525355304,0.0000069764116090994145,0.000010164233666399152,0.000008133878197489674,0.000034453009225856,0.0004070603887838547,0.00000847756769818184,0.00005594226064097504,0.00000276334327083188,0.0008523610226857549,0.0003518078839116192,0.00014207489699139808,0.0000223384283822392,0.8164220370409173,0.000015190739199427512,0.0000772983365760111,0.00025932734543530374,0.00003091822722035761,0.0001472320883856701,0.00009846029957108638,0.00000416455558552132,0.00005731480183372496,0.00007986915004472413,0.0005344335566567119,0.0007396987680586406,0.000023788098178190976,0.00012261722001033,0.0023763027123863433],[0.00008300999430122834,0.00006104952068100494,0.00001562814254699827,0.00037115518097997446,0.00032690713114278183,0.00007289783101641176,0.000005910462720999924,0.000026595690633999695,0.00000579275590365534,9.37651613357481e-7,0.0014134073893372408,0.00011056962639166834,0.0003648314945811232,0.000005499847023126961,0.00039035044100184846,0.00016577315548355949,0.00011259618709528386,0.000024530585603485748,0.8162900080999904,0.00008160578911299319,0.00024780299670048363,0.0004991277735214853,0.00005549237783090183,0.0004640985206783471,0.0001575083581833383,0.000004815851210645781,0.0002666917754265877,0.00008895853392336578,0.00020455345587394596,0.0013016794900582735,0.00012825134165616984,0.0002645780527871233,0.0019265364148389735],[0.000009939434035997923,0.00043542152773013327,0.000006853714686750268,0.00007741740743605106,0.00005128592454790391,0.0000019964518787463614,0.00022056104530930162,0.000010628557691898928,0.00006839015669111226,0.0003358169444764696,0.000003861395888662763,0.000020033066458230256,0.00008793665078236309,0.000017714619609728942,0.00004316390016346717,0.0000028632958617610323,0.000003233579920725504,0.000014691564428537753,0.000016237842680399832,0.00023172224608424948,0.000004816901669046176,0.00023341558992570746,0.00003052553580958437,6.034617629584582e-7,0.000176352152578213,0.00002776911286923362,0.00001080204057916584,0.00023644306841404982,0.00021605975949158494,3.8471392032343433e-7,0.8580314412149416,0.000007957679720595075,0.00012923927069911288],[0.000016832884565344303,0.00007169819973245271,0.0000486193345365247,0.00003578857711587322,0.00004183747373450833,0.000008603114217299864,0.00003734607879350943,0.00008213045220966888,0.00004946572456415973,0.00021819784153522545,0.0001882305717669671,0.0005962610204680525,0.00011600636950229595,0.000047402283024502405,0.00009144993954046421,0.000001035141031331763,0.000017242170164330674,0.000004405059652700786,0.000012885084648006584,0.00012183229580509194,0.000032174653838238265,0.00031199709715024553,0.000024369739282726602,0.0000018636714191514573,0.00007842887950695419,0.000010397044784705179,5.568822974248302e-7,0.000036402024396761705,0.000005974450622883686,5.245022009754897e-7,0.9206646746794679,0.000023462079305051373,0.00008574841718209561],[0.0000628718647914022,0.00013824994726280166,0.00005255111908436222,0.00024873909170173024,0.00003848608152517042,0.0000035613991628459407,0.000047244657636828265,0.00006092547445720781,0.00027493883826559806,0.0005874708824519525,0.000004248093419719225,0.000011763643028074961,0.00040550327287232693,0.00020149993358264652,0.000012045271487409155,0.00000502281297732032,0.000008904281634372483,0.00008134523249813019,0.000004918661747380975,0.0001876778735293959,0.000002449239314826888,0.00004686576932785702,0.00002824464681428186,4.1462134836111885e-7,0.00006478762718871987,0.00019154372882485693,0.000006405839985393456,0.0002677505858848876,0.00004319093096554043,3.141332696320711e-7,0.8571226044596001,0.000006611574652734905,0.000042605729079240024],[0.000006324169539686157,0.000003900110883093449,0.00006536173775488495,0.00011937064069675099,9.325239819142951e-7,0.0000351049101844788,0.00010376254358686423,0.00002996738598156828,0.000007304519864053389,0.000006971822811780722,0.00004259113372916186,0.00003404953010462817,0.8985651980470852,0.000019213543454425874,0.000017642463074085718,0.000013242709635273624,0.00000647136570725182,0.000003399409529775813,0.000007644304080223109,0.00015554079690406242,0.000008303708491197738,0.000035988955210788676,0.000006062858584809396,0.00001440328294314153,0.000004033502616553021,0.00045335703467788924,4.1873286865392587e-7,0.0000049174840986710335,0.00006817338791635844,0.00004268819189884015,0.000010223836655044631,0.00010735682004739627,0.0000311582693149197],[9.433443236293514e-7,0.0000037999710564683453,0.00017167680761434012,0.00013678272474473754,8.100785576667808e-7,0.000008446185109859514,0.00005655429460035196,0.000005888725495601618,9.142965019250383e-7,0.0000011673880087630602,0.00003405595828198741,0.0000232153745606553,0.8899043920490471,0.000036482520811137754,0.00003724234417535573,0.00000237146106353739,0.0000031352757117428254,0.000004777127153272412,0.000007385402195851538,0.0006938756097258962,0.00009516428429215728,0.00011519272698294475,0.000022379790554420206,0.000017071678496308064,0.000041162138872618906,0.00019818371542791618,0.0000010907509447130066,0.0000017856464124336126,0.00014879796901976823,0.000009509938307767701,0.0000401167635120873,0.00008206976915472945,0.000006304703025645341],[0.000005638093171303787,0.00002033051934475915,0.000013237771685331814,0.000046597990980611245,4.529108014895156e-7,0.000016876733160097536,0.00024077366341383188,0.000005446984700850783,0.000001210230608870593,0.000004502789478073428,0.0000015935297587176866,4.860473868203381e-7,0.852725407262416,0.00000846651215180349,7.195501643790446e-7,0.0002602833206860575,0.0000012290292823734705,0.0000027896392782468118,0.0000012846016941020477,0.000019274474519108603,0.000004381332560119396,0.00035058804370358593,0.0000075101251470423095,0.000005890926730034912,0.0000169352822222526,0.000026984908943561247,0.000007622832311521636,0.000006755709241368878,0.0005685787022895928,0.0000015882478024026365,0.000030666412967169305,0.00033027895268863505,0.0000022087476423077956],[0.00001761201511935095,0.0000025160078380839642,0.00009386048301875521,0.00001505740134747269,0.00003782734510893459,0.000007374477751806085,0.00005302866286693316,0.00008160296172366794,0.00006230571859287128,0.000004757957570634442,0.000010484366132006195,0.000010945401097980419,0.8824822527164758,0.00002196917355531907,0.000005808957150276062,0.00011529566921026861,0.0000024987846443742944,0.0002598995891171656,0.000010933019077913965,0.00017068371301145725,0.000013798349151579945,0.000052976883629501135,0.00016995506925233892,0.000012029311327099354,0.000007596675765137116,0.00006891624681796585,0.000018574012724648546,0.0001353429259674251,0.0001913248434000992,0.00011531641611345407,0.000018451675940464737,0.00039361557608338037,0.000005695255219341433],[0.00017891249396417106,0.000012368100985190087,0.00001528747940604997,0.0006974990463648112,0.00003339363087342337,0.0000042785612023289635,0.00009638466627985967,0.000002192372590733829,0.8184741044012668,0.0001528654213951343,0.000010859180615111155,0.000030274646177672973,0.000007622651592187237,0.0010817659480709056,0.0000029553600965377386,0.00014729778217817944,0.000002775081946740843,0.00005704360611178115,0.0000025644209054322035,0.000027172459745592165,0.000002519736334780235,0.00009424542376280431,0.000006271920500692653,7.375540728716381e-7,0.0000925046897066827,0.000029362441863209048,0.001341758455963698,0.000007395757474114776,0.00003369692936684493,5.401926973259336e-7,0.0005559643079330841,0.00042644647316627345,0.0000370099887265053],[0.7903092271209464,0.00291734713264942,0.0005622911379655078,0.00015119218985748273,0.0006126441484426358,0.00010915898300845805,0.00005106179259182333,0.00004009671397768396,0.0005793820560870186,0.00011498527041269077,0.000014135926884798009,0.00015793113109009705,0.00005133877073554575,0.0003872144441960493,0.00002673918891159739,0.0020189482434563055,0.00027875628573263407,0.0015829607945678501,0.00031866050628412087,0.000045707895105114176,0.0002683251680956405,0.0003273237885581766,0.000053284545164560874,0.0014948268051967,0.0004935251943122873,0.0002114218635161059,0.00006467734416209661,0.00006234049966734521,0.00008288068158163687,0.00009477479972124342,0.00021131443868024904,0.00005012294089165775,0.00012358037422658733],[4.980169074511786e-7,0.0016655269458937239,0.000007300358369513612,0.000009017338400613309,0.000004845482684888329,0.00016992017147038593,0.00012394858496633294,3.185525336082497e-7,0.00002377778745769499,0.000015586290449165627,0.000029182507028727122,0.0006144159020969371,0.00002956923007021798,0.000003828475472231995,0.00005346082179587907,0.00002989723354888551,0.0000027259746689429538,0.0000022885505257723335,0.000026335235493649308,0.000036694515924770555,0.0000047657141560105024,0.00010999089131532313,0.0000037292973422304916,0.0000033688994285710917,0.00013668457546839059,0.000025774377618034977,0.0000067621765769337225,0.00002306430693565592,0.00040876657901671107,0.0000026077352867874983,0.000008026003135743392,0.8708680075351586,0.00005136198790862557],[0.00001993310211496387,0.00015342605299432086,0.00005910010298117484,0.00004298868805961574,0.00001516283769323015,0.00015397000972496234,0.00010149859006964422,0.000008841375417301788,0.00016912719479366257,0.00006498563535535409,0.00004539823255605416,0.00009592158842751723,0.00010724274694509378,0.00010554891742798541,0.0003781684873253104,0.00007701488176927059,0.00020257747144813816,0.0002776231774675889,0.000026815103632027076,0.00006352164343515347,0.000013704894195800136,0.00037083264613211084,0.00000846770285174391,0.000002102148505253154,0.000023234634141614797,0.00004553146471729269,0.00021507803506066184,0.000002667187413652334,0.000048431389362944296,0.000043213234571962794,0.000003334733844255627,0.863211075872998,0.0000025451251359674626],[0.0000014792033874404223,0.000014885127893867904,0.00006133164119640905,0.000038965623247785856,7.71879482996276e-7,0.000007197583828781635,0.0000020153114839778325,6.524543250306056e-7,0.00011023291083212784,0.000009523530961846235,0.00011595983262444443,0.00001650260409797434,0.000002003015406856349,0.00021202309054793857,0.00023731898636402147,0.0000019366088791864937,0.000002675139367687185,0.0000036198763550603402,0.000008247317350745247,0.000019462265564204908,0.000003813299245745159,0.00004415572054814396,0.0000017730677472261578,6.05164533635061e-7,0.00022523835178095587,0.0000010352973021562255,0.0006589290784211758,0.0000011663178882246431,0.0000026001656823273472,0.000002417457693537161,2.3373749758415246e-7,0.8614992666625018,0.000008228879492402913],[0.000002926697251119045,0.000011224093694234613,0.0011115114616674728,0.0005059068811184586,0.000013588786227383619,0.000003931087484501039,0.000050346694449255,4.0810414866865323e-7,0.0003535363331831334,0.00003668966366752669,0.000006307917947163223,0.00003304887567459506,0.0002670202549849632,0.000017398664024577665,0.0000048581390574042116,0.00010690229675641077,0.0000010009461573065176,0.00004607304260214136,0.0002048976892899373,0.000054401394804808816,0.000007683517053224892,0.000001131035332022205,0.0000443445555317546,0.00000525263113958346,0.0004918721869642973,0.000004055782348365029,0.0005272291592710617,0.0000409673408599934,0.00008506618756812278,9.135513645339057e-7,0.000013375056492430888,0.8470826262203566,0.00003609588526192255],[0.0005090956576781823,0.000027566119121965754,0.00017690684114810473,0.0001229896311150803,0.0006426057455579214,0.00007149273254671876,0.000018416551923993407,0.00004927119635695447,0.000008585935192263514,9.210448613655241e-7,0.00007592071299392535,0.000006413675713168957,0.00021216901400742237,0.000006491131823704323,0.0006768212487781993,0.0001777789141369247,0.0002040672481549326,0.000039532870926488073,0.0011147857799270217,0.0002872453419630302,0.00016551416543722424,0.00009153252827918498,0.0003925606778320124,0.00018803044498061868,0.00011581781913540726,0.000058092184151284064,0.00024173101351480282,0.000009275084732792431,0.000002016575401703568,0.8226867288937092,0.000003383473259893296,0.0000037676458564123048,0.0002485269104573931],[0.00016580007937670689,0.00036365865831024447,0.00016666846637852862,0.0004719688566822269,0.00024565106458838097,0.0002339315971516691,0.000045388350370887874,0.000034132980427711135,0.000004492098531101846,5.343903142065347e-7,0.0000530986462194143,0.000044270730417197986,0.00011066057298673301,0.0000452979039870305,0.0020407986681205085,0.00039681876665143576,0.00043174646222758574,0.00011837136304908459,0.0007216229950606217,0.0001120538817025593,0.00018033199947114218,0.00013165601785998128,0.0002432251814942543,0.00012801387749427945,0.000007425295780702414,0.000038570181030317444,0.0000843293707046979,0.00004043829563390813,0.00004824817747079432,0.8179201905100716,0.0000072961025820313035,0.00002150508100497313,0.0005773842953410386],[0.0000010734046122828063,0.0000825920679191374,0.000008829740682800363,0.000048921774141142406,9.647242521189553e-7,0.9391611397559105,0.000007868217288577539,0.00028379147246009224,0.000008246533842542016,0.000011676749445205462,0.00005274988364183801,0.0000065203363562070956,0.0002673959498452654,0.000013804702388317044,0.000018397560896022435,0.00017220266086646058,0.00005912065152479473,0.00000767346490771046,0.000041057720962120106,0.0000060639093983451414,8.343839189710664e-7,0.00016216893282190297,0.00013318279996466504,0.00004812885720863182,0.000013346121846702167,0.00003492302344548996,0.00011217889797807215,0.000021558552532543467,0.00020498465748995982,0.0002939972815901862,0.0000032978146729997922,0.00007646301979064516,0.000002670833092061426],[0.000004330194871421838,0.00008142392415791795,0.0000650641045103944,0.0005649594067770454,3.4826272042134054e-7,0.85580068680325,0.000057904116718745203,0.00038156607501523644,0.00004534137709528388,0.000021022233973775206,0.00009542047409453067,0.000004338969290834217,0.00007052109553328206,0.0000151642363507107,0.00003480857025647132,0.00009599077357339349,0.00004575985853778694,0.000030379234569143045,0.0000197746280239488,0.00006338816551571169,0.000001024935610662242,0.00010877328308477236,0.000011144883260684348,0.0001663076961491515,0.0001258105416122907,0.000024628875736546324,0.0006274802123483478,0.000011751653267030663,0.00019430937628837664,0.00006955353297041624,0.00000460132219873321,0.0005036448493473508,0.000005147037884977661],[0.0000407779504233344,0.0000334281810968837,0.0000776059431045516,0.000014082328508331235,0.000004353906428411942,0.8598374976312786,0.00006454102440322424,0.0006089428275798725,0.00005749564573537832,0.0005539053826075335,0.00000960239404966946,0.00014345776671806473,0.0003028986276740905,0.00005372266975941462,0.000011581484470658403,0.0000478745259208137,0.0008873384331452203,0.00032603748051570925,0.000004333805046667585,0.0000455549453630934,0.000018035385783661573,0.00009962292617209137,0.00008453278060156416,0.000022153112178559976,0.000012184332913310728,0.00020960287599162386,0.00015106607620372087,0.000017685025654366405,0.000023600540829697064,0.00006954484698179936,0.00012990362125481618,0.0001703202205132037,0.000013558897252147761],[0.000015832540433265342,0.000036737064342690265,0.00019391618674644438,0.00001298546171048302,0.00000885705616691529,0.8437448386504834,0.00011933770085946869,0.0006821181993692925,0.000032068664187712586,0.0006252787422408904,0.00005738322483231885,0.00005242902349821919,0.00002896519453727876,0.00033449917266443606,0.000010515114788780791,0.000014438122550041603,0.0013023700890951017,0.0005091664351452162,0.000004818113408579024,0.00000872142104983218,0.00002330909569652872,0.00008792821833035078,0.00010858711738758532,0.000012297354884569249,0.00010214838683028768,0.00016813424421774535,0.00015528330244043048,0.00002904701410159108,0.000028283577103414126,0.00011651181308703245,0.00022805691452104892,0.00003445621925617981,0.00003621234576565854],[0.00007119380858514817,0.00018129549953215063,0.000018061985947743443,0.00008210427312156516,0.000014664151837376186,0.0003324405569355796,0.00018438906418470784,0.8845963352172644,0.0000015183066055282399,0.000007110616028118955,0.00039017544616781264,8.801978394692371e-7,0.0002156204010158047,0.00019222914859229925,0.0001067730017559386,0.0006076094377094216,0.000024853768387871818,0.00009087382448117404,0.000049055731778287784,0.000022618090684007083,0.00041056419332632596,0.000008555416217881648,0.0000586553806255101,0.0002973842155514366,0.000026545763563418345,0.00013156806823330273,0.00015444516565407945,0.0000015960173849183847,0.00006853952733842849,0.00011342935891720604,0.00005926216356146997,0.00002351059173438768,0.000004774651582905227],[0.000010839768227842976,0.00015034979335177805,0.00007071555405404374,0.00014979971263141223,0.000019843320520703216,0.0009388075455041144,0.00008406492763601538,0.8472079234680048,0.00001041838551662896,0.000033990058123518996,0.0005685948663704893,8.022125937861659e-7,0.00025030959500021646,0.00008479609395266785,0.0000584301659930667,0.0009547673694238329,0.000004727843556281884,0.000015733055793431232,0.00011467000236578018,0.00002542428117267901,0.00008306233217168573,0.000013341211982854845,0.00016620067112929924,0.0004490195603266012,0.00013225574290978606,0.00006069487162741324,0.00004817852414072081,0.000014673307968884105,0.00018802052638603565,0.00006335956770799135,0.000060704548463488574,0.0000381624010345443,0.0000013213331670976183],[0.00006650623679679274,0.000021668717615806303,0.000024918293237176455,9.231508093295016e-7,0.0006148738460644291,0.0003441532296833418,0.00035870088372591617,0.835756142329016,0.000004695256780863113,0.001363285032886938,0.00026860840798421953,0.0000018427100861959534,0.00001669886120489462,0.000013693402834483274,0.00007046544690432691,0.000006933919405914012,0.00013484944572632654,0.0011571022240459224,0.000006341670183409421,0.000012078891730683642,0.00005857676998260693,0.000004335873219630864,0.00010843191222266965,0.0000016006114203782696,0.000007862421946206274,0.0007843285762637602,0.00002773355450707492,0.000007147918823914169,0.00001850604670505746,0.000028695485129819355,0.00008358075364787266,0.000004363101905700216,0.0000053916811966396415],[0.00001480151895630094,0.000027918702178300967,0.00010473963466398912,0.000024084870724264878,0.0004666921140777505,0.00047315501755725763,0.0000851294727643005,0.8608398123968101,0.000004392996370104905,0.0011544317205592122,0.0005270966187183227,0.000007369688860873606,0.00002713885134894481,0.000045637486047625505,0.00009088661597113419,0.0000042802426582554444,0.0004845851712769404,0.0003507261283988088,0.000004728554290449699,0.00010936495670172674,0.00004243387264019482,0.000029982577579294808,0.000046777970602587665,0.000007571644230222424,0.000014352787755274251,0.0007296316360032251,0.000051570652504498284,0.00005158888867175989,0.00003234095245142845,0.000029984175414995368,0.00031165325277098546,0.00000124520679009748,0.000019770073578901007],[0.000004516728251194666,9.9913820305707e-7,9.718515298159701e-7,0.00002311342693040877,0.000026259200507680667,2.3925563229110254e-7,0.00005693541952798162,0.000008668399543288419,0.000023625951764978528,0.9240942757574298,2.277883147812176e-7,0.00004869843273815532,0.0000013439575670022305,0.000003792188537584731,0.000041172027037138484,0.0000382311734768984,2.3925112660289464e-7,0.000008685460512809124,0.000004287782408603936,0.0000052028848086033404,0.000007967419224763011,0.00046701859335799726,0.00003113452185931322,5.539793575017388e-9,0.0001301715016274029,0.00023775198517440825,0.000005562505420743132,0.000013534737098700037,0.00002774783980650444,6.778663884231083e-8,0.000132448936343576,0.000010302235141970135,4.907835520127216e-8],[0.000006505968935420417,5.399039455443745e-7,0.000005421718108502244,0.000013737598016850694,0.000008688652597508607,0.000003827524461427262,0.00007414672567087606,0.00019323096992694648,0.000020099566750152256,0.8979605023075186,0.0000010081991174197222,0.0000016355281345784283,0.0000362509389299627,0.000026180250164216077,0.000006353612404768715,0.00014241143774045212,3.940017289179276e-7,0.000003084376995577874,0.00000762244782183523,0.00014172671580915056,0.000010716778204752345,0.00004789353420254411,0.00013103921770809494,1.654184621065632e-8,0.00032463105353139034,0.000012355908745630117,0.00004600909454275087,0.000009159177230265813,0.0001320902344473033,8.208459156462862e-8,0.00008513599636397026,0.0001370450666466146,0.0000013479282002923598],[0.000027772601275010278,4.390494944406584e-7,0.0000021042295302618648,0.0000322844634772524,0.000027068023677591316,0.000005825113896667932,0.00004590921456981743,0.0001117119121253137,0.00001739188631386582,0.8837804438363009,0.0000021828427809882853,0.0000032872022165543895,0.00003475931215876468,0.000015553053614775432,0.000012788187854610462,0.00005513452457309891,0.000002078348279667055,0.000019577084969501727,0.00000839304139051922,0.00008988664251201995,0.0000016079153727782163,0.0002980535876747893,0.00009231097505346182,1.0582274342359919e-8,0.0001825829072175522,0.00003175424263290399,0.000001759965791320833,0.0000031881045047462634,0.00009192740598154069,1.3617870340908213e-7,0.00007232432896753288,0.00023353607194174941,0.0000010790851533816318],[0.000001083952141135659,0.0000013141931439030733,0.000007003634791847372,0.00005483068734755545,0.000013973323225403762,0.0005343696404558616,0.000006082327575365383,0.0008327773960862088,0.000008430213324766105,0.9207996873520612,0.0000395605120281275,0.000006241878923007359,0.000002397364483584541,0.00002361315203666949,0.000009349933177773707,0.0000028390847659352503,0.00004099317290560046,0.00009111708065042525,0.0000022710347575555297,0.00010449673054123304,0.000015497808442727534,0.00001781153067999555,0.00004852155123176845,1.0623282386756262e-7,0.00013970803552711716,0.0007191076894426432,0.000016652991148226395,0.00004242568929740422,0.00006493506062629557,0.000001915591972666705,0.000020283059234806864,0.000007263786436508368,4.396214549311135e-7],[0.0000014925982617861858,6.8238285118305e-7,0.000007821614211947611,0.0002373303496304525,0.000027612009732914354,0.00008935052538125547,0.000007197369988502921,0.0009349453690816822,0.00004132765935956791,0.8668615354584569,0.000006378833534961441,0.0000039452254039602125,3.7300799846948206e-7,0.00005771019965076932,0.000016847307272482635,0.000002238280549567992,0.00003190746944999477,0.00011203480817098011,8.604141279270625e-7,0.00021875992953180102,0.000008368325525360997,0.00004017286357878137,0.000019282453173492783,3.33143346128285e-8,0.00005517006369613408,0.00037922672150849166,0.000019371496608558344,0.00004674470624179589,0.00007307534941228223,0.000008491874287264464,0.00013079388255160458,0.00001796891041508732,1.2134335335104263e-7],[0.000012812668990989316,0.0000036393469364782306,0.00002661853754263952,0.00009799504079476503,0.00011040115214661405,0.0007553265417878183,0.00006970467774577649,0.0003634140536893578,0.00003290303044113198,0.8607814528543357,0.00004338475731706646,0.00002936595170535232,4.897959409568444e-7,0.00006749323707736299,0.000036226982162441385,0.0000051191299380074105,0.0003160983904321534,0.000564022403124089,0.0000036127809809619897,0.00003455270254227141,0.000011303893958914972,0.000019266356039175876,0.000010447101429506174,9.007765824556929e-8,0.0003610559568029799,0.0005971101058214124,0.000036597741494091925,0.00013563522523701973,0.00009422062381075597,0.000005043866295191322,0.00014635494171114205,0.000025835579059850423,1.2043570619235724e-7],[0.0011459001736609312,0.0001319019325328129,0.00011851035790769841,0.00009372159347465408,0.000047813985475977106,0.0011790079127023043,0.0007444728661301541,0.00056451937286791,0.0004200215795659603,0.0006880905777262858,0.000034030900730781476,0.00004812434169485228,0.00013124507309067413,0.00012906921520653363,0.0000869194137948257,0.00020695092222676993,0.0013178653829447372,0.815532878654621,0.00009824906570473777,0.00012154258545139256,0.0010411483188987364,0.00020252862587556678,0.00009252426551209183,0.000011644842141442038,0.00003209288084506289,0.0011239890817052063,0.00004974542027039298,0.0002921985093552755,0.00039063251070768737,0.00013817805648402506,0.0001541600045491981,0.00004823516514837185,0.00009087946133366728],[0.00001427115292607837,0.000011184694531983988,0.00008732522577382411,0.000031886754539004905,9.796041692561528e-7,0.00001125888682668851,0.0013900505935286354,0.000001708277166628691,0.000009801637219069128,0.000008974974141802221,2.517778826393237e-7,0.00010415525540859921,0.000002443884632618844,0.000009272531922120708,0.00008756051660100139,0.00009639197513142247,0.000014521594925551287,0.8345192278868124,0.0000052830536801538855,0.000015739231632214345,0.0001720108943729132,0.000039394156131229245,0.00023010189398486503,4.846707521059037e-7,0.00000709251000911721,0.00014327276778442965,0.000009760135624762024,7.691618242205285e-7,0.00004412448906114658,0.000005824110235217295,0.0000016013692780890212,0.00014575992016182323,0.000008580996633499862],[0.0000018525657204195884,0.000014075517154021731,4.4999581345454216e-7,0.0010532630455047452,8.835822630548556e-8,9.88833192827468e-7,0.00006147674089728016,0.0001566664839811169,0.000025500565626934833,0.00021752170741269345,0.00009156285915223537,6.710220999326271e-8,0.000036894646436801965,0.000644690328750141,0.00010081090250093726,0.000004163336556514253,0.0000012118862830426537,0.00004875277358808329,0.000015946910779459625,0.8467135349647993,2.120583360239767e-7,0.00000809112352011672,0.00005510174680930712,0.0000021878203548468864,0.00006404750228772125,0.00005564193870445791,0.000004312711060534327,4.3250249689087854e-7,0.0004304817428062812,0.000008789650296717657,0.00027557194902096035,0.00008800534770419559,0.00019532436685806037],[0.000008795942244930146,0.00012806349607137295,0.000008612327911945615,0.00042642806947048667,0.00020531196843101432,0.0000010732068524280253,0.0004912517645214002,0.00011725294977800603,0.0000802114459916217,0.00006084489357040211,0.0000363312330918923,9.322738908465762e-7,0.0002706027219615931,0.00006681496508589363,0.000020555888754890794,0.0000668321177687966,0.00010896884659815157,0.00001953143836449322,0.000014967715778385945,0.8663616850576008,0.000026952953515286604,0.00003451093659268481,0.0000013339915121029805,6.50807349201465e-7,0.00002993102464482056,0.00007622170137612165,0.000006937135307213805,0.000017528456717297837,0.000019953977506857203,0.0003398033966654041,0.0004858946552073028,0.000187225068909717,0.00003569172797163934],[0.000025864679079857168,0.0009604299060315597,0.0001470012901585784,0.000049334862709907566,0.0018752398941526078,0.00000184029001120195,0.000001909504420937442,0.00004902686695291141,0.000024067811053112856,0.000002334365734157851,0.00004193974423750127,0.0007465217815894923,0.00006898211385457938,0.0002419677138878506,0.00023140128999913333,0.00034372707140616397,0.000004912270117509579,0.000026781839400750385,0.000139655356990942,0.00008172107497922388,0.8502020359006689,0.000048350952280399626,0.000010441580216913852,0.0001241133207268028,0.00013547091856823192,0.0000035907974530705553,0.00007582890338172062,0.00000825739769846754,7.998657126580221e-7,0.000048333804100102705,0.0000758697345971938,0.0003565466744174576,0.00015077102348322094],[0.00025925986823889893,0.0000010441269354108983,0.0007836980491503652,0.0000017346255325969231,0.0011827901224460682,0.000012373556116575038,0.0000065555384413476056,0.000024292753332552054,0.000008404851887124113,0.00000677362679364962,0.00004127404853996397,0.0010801372888695955,0.0000264754673691447,0.0007101204888820179,0.00009061903082031435,0.000008089793735822459,0.00014617656250635977,0.00015912092543858856,0.00002648588164802531,0.0000021379232859037443,0.8493637945041368,0.00002060777629816399,0.000017540119298839296,0.0009133798214830285,0.000060628136543126,0.00004527998614039988,0.00040947519570913013,0.000007555490858427754,0.000001958311192943593,0.00037463451946735107,0.000012998690549487775,0.0000034775483463101657,0.00004474244130821325],[0.000051868687029493726,0.00001351424072903417,0.00020095867082654999,0.000009004940050169909,0.00150251581723732,0.0000014695621237065132,0.000009113669218060601,0.000020173591551096015,0.000006802455300895483,0.000048147823482968256,0.000014806539760072784,0.0003902228348763082,0.000006942728179590119,0.00020867106598558777,0.00005780880370469127,0.00021732321740877472,2.5504201792457023e-7,0.00003423602703647731,0.00000583198124297049,0.0000024460119310151354,0.8479842862285445,0.000006365490385837806,0.000006541275663312839,0.000001962049517954738,0.00017949449038212376,0.000005869512907848279,0.00007827607010791159,8.203033328390356e-7,5.4911668352996245e-8,0.000005954782653531633,0.000028924520368820885,0.00008786319550327275,0.000004603457806211368],[0.0000017031329808925225,0.000011477943174283153,0.00003062091632117841,0.00003766345764170551,0.0020661791322366383,0.000001004318335966467,5.403582462309569e-7,0.000009918062469218795,0.0000029828924975446177,9.487315252907105e-7,3.7206689315926514e-7,0.00023989458160437457,0.000009910888146233382,0.00004965984877489816,0.000010441302470031949,0.0006155575153134096,0.0000012507811938364624,0.00016852561599410218,0.000016687880676835095,8.991366600099058e-7,0.8613901386647279,0.0000384464754638407,0.000027565112409388968,0.000008670520247200281,0.00000933009005863767,0.000044290771766000836,0.00022505511319039143,0.0000068580240228007396,2.0223854945950534e-7,0.0000025221325211060588,0.00008848118169116573,0.000002345008650041385,0.000019487709451189475],[0.0000035485845234223176,0.00008374648080642299,0.000013905880023160661,0.0000030074339646163606,0.8502108843392431,0.000009819155329677565,0.0000058951345640042006,0.00025888504932280906,0.000002148730133033442,0.000021850058818823448,6.841174136620522e-7,0.000014389286758200221,0.000003978280529652634,0.000004049022367832709,0.00007105991141672334,0.0008958282762650443,0.00001607082540551036,0.000003426124953579095,0.000020602017365213773,0.0000035341766830749093,0.00070645117988308,0.000001555895273566074,0.00001285402170391903,0.0000034347502110622375,0.000004321951578155597,0.000017961110314820355,0.0005235345763729192,0.00008320978333647673,2.4941350191253517e-7,0.00032360076467559976,0.000021330609491328786,0.00004201947007725766,0.000007550610356447415],[0.000014170600060845637,0.0000310955790033905,0.000031433151253239536,0.000020027225249416368,0.868345768529812,9.962191965738742e-7,0.0000026494397069239696,0.000013534220507695792,0.00003593211224473472,0.00001710774500966636,0.000001445146223632247,0.00003149304933698412,0.000025729556108083,0.0000037549278976197208,0.0005042070827305347,0.00010109281691505515,0.000035341684198734194,0.000006665588878758157,0.000009701964747781244,0.000006794255417254941,0.00005279625490137731,0.000010077550126306949,0.000037166867418226354,0.000001967976911953509,0.00003787046375317739,0.000017846723897401527,0.0006848312396140475,0.00006814901377445613,8.606779790899741e-7,0.000045863898813445524,0.0005836481568443941,0.0000743619116626832,0.000009333270647962428],[0.000003848641305318374,0.00001192265198410932,0.00002429280942784,0.0000021238247595204006,0.8190369708105116,0.0000015052903225058848,0.0000024182243744373097,0.00028448166883680403,0.000012777593910864368,0.0000028050145378142527,0.0000011103765213511469,0.000050939281053050815,8.776608218449291e-7,0.000010861557017884906,0.00010356400374017114,0.000047895664208581326,0.0000021668608625114775,0.000002493558750445699,0.00004052830179803657,0.000001418215340492706,0.003576636765152062,0.000007143217149381311,0.000010723719006835731,0.000010268085222415895,0.000018771895380481737,0.000009401690990672758,0.000573795547269,0.000016829496343703687,2.4684537061148283e-7,0.00006656925760944539,0.000010992502890490668,0.000022482891918970456,0.000032035671277126544],[0.00004040333145157148,0.00001498508710584504,4.791160164563666e-7,0.00004695559975057986,0.0000016059254895752751,0.00001683699142258144,0.00017919884939644713,0.0000020456069483087437,0.0001001485973218712,0.00009208999816902082,0.000002895697633846074,0.00005751773923056946,0.0001394192995429305,0.0007789790594327471,0.0000028583525124110512,0.000017540840076216244,0.000035198292553906045,0.000004421206237235442,0.000056002262415607714,0.000008149672588727347,0.000046565702765669537,0.8327996703962305,8.224154833132683e-7,0.00002919466064134187,0.000024633104199155424,0.00004661535706996769,0.000007241041721532201,0.000003423104386261575,0.00009804769821709457,0.000003868463481608387,0.001204595132508577,0.00002458663292489449,0.00005590930294822614],[0.000005273431235471139,0.00003039088315377839,5.008258829449314e-7,0.00018501381550171253,0.000002195319262656506,0.000010942537850542532,0.00015470136276829794,3.395149802497038e-7,0.00008268427711718877,0.0001374231459781023,3.391406250019612e-7,0.00004169729579577475,0.00008559156986220103,0.00043893938491190823,0.000022367172442094188,0.0009240356799202044,0.0000643847149040897,0.00004095404270055698,0.000049872671151974904,0.00006140284945924431,0.000005695264406523336,0.8468183909727408,0.000003574725034767884,0.000007080191988554514,0.000044742760585783726,0.00030201917230494375,0.000022744770924737613,0.000021763176211159482,0.0000348957943051391,0.000005409906164538511,0.000006600529287852885,0.00029288847076022496,0.000027683227572456724],[0.0001935656053825394,0.00004614877377130969,0.000779292074141957,0.00009460244113925529,0.000043840838464785856,0.000005257641736579117,0.000012328625934897048,0.0004355982626849808,0.000019191473044673873,0.00003278792008214166,0.000028410924961856966,0.0002990961863920106,0.00007673050045499836,0.0005381116958859424,0.00019493911789101275,0.00023266927227014406,0.00002404956085152704,0.000056430427926288046,0.00009206271268662365,0.000005371179214352155,0.00006762137537579292,0.000005185290373426562,0.8208632647476087,0.0014997869625748288,0.00004681313304532966,0.00043926373794010254,0.00018088309746464674,0.00003538191984395307,0.00022431406776678514,0.00008169181188621577,0.00012872365242088332,0.000028572551616213116,0.0000037306559913288875],[0.0003623241030904797,0.00007077459384148466,0.00029299830694276693,0.0007378553467070982,0.000037120255987091005,0.00003825795439880535,0.00006016892075051454,0.0002806447185821149,0.00005274408987168936,0.0000010429942959863777,0.0008005498351301389,0.00004634385880247763,0.00007471428640972451,0.00009484883627586259,0.00006500584439843983,0.0005879209542350387,0.0019419728985523772,0.00004046935960764262,0.000494992039715979,0.00002068734293275822,0.0005899961721994594,0.00006877045796907974,0.001997442090209294,0.82076183142352,0.000033494964801120684,0.00010829611281047821,0.00016489326259211824,0.00004908458635872399,0.0003979447658540196,0.0004563017301412019,0.000010843722326906338,0.00008289999348395571,0.000008843410028773321],[0.0015807026350122036,0.00230073975974211,0.0011660377636520266,0.000060712897396687035,0.00015899444256665146,0.0005462329257021159,0.0000972381430201533,0.0001478427959917458,0.000046945020437021594,3.727680534521854e-7,0.000050148389890244623,0.00008751833951963026,0.00023327908888979188,0.00032403842364647295,0.000006780021694318454,0.000013132149214214722,0.0033622772381497316,0.000042976644725269,0.0011707485361421338,0.00001065829513574555,0.0003456143617702442,0.000537788634259437,0.00003999493627820046,0.8180537703060908,0.00026759614610924085,0.00002001838082778682,0.0006125633920261278,0.0005688894566516987,0.000038763931725612795,0.0001552953471003113,0.0003020979435714013,0.00008599504338159705,0.000225672030760855],[0.00000771921714210113,0.000010358887441573974,0.0006159381455509936,0.0002409635078844793,0.000005644987089474559,0.0000066408061459125075,0.00011639002393342451,0.000004490457727475382,0.0000680316801337543,0.0002454160004524598,0.00001975591070445698,2.6023982349835684e-8,0.00004765305539561995,0.00002024449210188039,0.00011316136626995182,0.000002067641890194364,0.0000020559909891684614,0.000007647657872252693,0.00000778690957670286,0.00006411232855159608,0.000004530629268300406,0.000008306501990853196,0.0000027455034682650215,9.018209561985952e-7,0.8524462929094335,0.0000013145062856180949,0.00006747811817691366,0.0000013361419310738426,0.000004426607775032731,0.000012943791492388407,0.00006980832435815337,0.0008677242380717415,0.0003720595028074687],[0.00001891901786279974,0.000026248577291812522,0.000006660871172430626,0.0000324556899106381,0.000004935293655107387,0.000003853928390883151,0.000018099008708762373,0.0000784819627889225,0.0000317012792100226,0.001085473272699285,0.000043501991869995306,9.857152603024391e-8,0.0000021106827773953726,0.00014289354958482535,0.00039714793266985,0.0000011773882919569468,0.00007075384191401584,0.000004599214102908969,0.000019689796409733298,0.000013181186395512338,0.000010233760734746249,0.00024867278997978495,0.000003647143603677229,0.0000035176083952531795,0.853369925800102,0.00001323036655648665,0.0003489976693259313,0.00003418294187766279,0.000008150882243184971,0.000005663730436127294,0.0000261291278292987,0.00004407868308327598,0.0007496244700720778],[0.00005901535885214774,0.000009520461596731054,0.00003217245851347181,0.0002980282730960218,0.000040989158090905,0.00015643999208864764,0.0000018433585204383684,0.000005965623758290692,0.0008499051117657602,0.000005712501979751823,0.000007230207357360736,0.000009204909061060667,8.337077193530282e-7,0.00004865149776812127,0.000007507239214927744,0.000029900776445289524,0.000002150224088390288,0.00001150844662856215,0.00009548086207087432,0.000013198790047923504,3.0314155148960687e-7,0.00013583207194030442,0.000035458338110791045,0.00005190879902631962,0.000014875610170894622,0.000002693203589444155,0.8551112891316587,0.00005958471754952249,0.00002984955890868838,0.0000015849317373649891,0.00007629763275154562,0.0002418515579344718,0.00019693819805617716],[0.0000270917393017352,0.000029803564956297262,0.00015524039942163277,0.00015464516555925003,0.00001270941023618302,0.00010083424200104253,0.00003941565751709869,0.00047580329607463205,0.0001149695643125148,0.000001253571532626902,0.000014153491425384604,0.0000031415665662707157,0.00009248826395803479,0.00029665506708807863,0.000017933939986074867,0.00011345709018516371,0.000005977159636859682,0.000006417718023707066,0.00005152257041409396,0.000022381851775519662,0.00008387253473599409,0.00007223333518963395,0.00015477607384443122,0.000021464593908850562,0.00010647216151923621,0.0000038123129308966238,0.8707978509125663,0.0000053662646803809424,0.0003425313161249606,0.00002765804517336545,0.000013067157808595458,0.00003401424790067023,0.0001848566603174578],[0.000004307806252715572,0.00011506105599371284,0.00015763840503860526,0.00015797574439491304,0.0020820958937749394,0.000010080827373001272,0.000009858229877651128,0.00033525815635859296,0.0002932080756229852,0.00009451657993803946,0.000012361292192298071,9.006598194763932e-7,5.516987614890246e-7,0.0007576174059034972,0.0000762679699962438,0.000015730606717965232,0.000012505369538543118,0.000010473709082718457,0.0000049847596544776475,0.000013224618628542241,0.000045541905193249834,0.00000369391385234941,0.00012388523556377073,0.00002766991411402716,0.00010861516226331534,0.00010483288784745548,0.8574420241241819,0.000013963895169228963,0.000007508520123804242,0.00005192578632474277,0.00003752371633724136,0.0006878237266342769,0.00008961935441860193],[0.000035647412852270585,0.000044397325299829895,0.00018275230533251952,0.00006973314608944121,0.0005852872153361104,0.00004018749220960933,0.00007703475612277567,0.00010016549905562735,0.0005731938736113979,0.000004670597080313523,0.0000016730884995978981,0.0000021883737135426435,0.000005821554194816828,0.00017112493383668827,0.00004983665019984466,0.000006147678945181212,0.00007487197414480903,0.00001783764407782714,0.000026114682662191662,0.000003619279082214373,0.00005181053360595884,0.00019248523226181723,0.00014497067910491856,0.000035279570795684466,0.0003976435066564105,0.000014491975390997335,0.8788169932251312,0.00011835592479837655,0.000004764758088935889,0.0006647917775037221,0.000009255300851408764,0.00008011824457821957,0.00010865981440774174],[0.000011537486977487006,0.00034614131905198655,0.00014469856651102558,0.000364259286340172,0.000005489992321598425,0.00001770467063894486,0.00010490443037597594,0.000022155174604615573,0.000023576804432561635,0.00013888142033605908,0.000002952918195502746,0.000003795450137391391,0.0004372806645609186,0.0006640368392156599,0.00002526862760510355,0.000004195944557496096,0.0000468884792897963,0.0005452203330273783,1.3057772017823589e-7,0.0006182639491979708,0.000005994760383948283,0.0003977550827006241,0.0001055581614648781,5.434631579230751e-7,0.0000058491926407947535,0.8395004240890716,0.000014695572728678411,0.000007093327920099655,0.00001418751221044686,0.000010132346736600632,0.00021464038054479158,0.0000028548661952076246,9.048715301393224e-7],[0.000015174366887164108,0.00017506759939879703,0.0005324100146862936,0.00046375329859632374,0.0003096477642148014,0.0010799814768303149,0.0009860532360115783,0.0005650387135979803,0.00006925133375346745,0.0014770903956768618,0.0002162053446173976,0.0003330795469083629,0.00010752610188901982,0.00015340628898636926,0.0002506596883988278,0.0001041915969545122,0.000360810411030266,0.0014055817534127744,3.8266682618226534e-7,0.0001032402574441744,0.00006577261163224409,0.00002084527920936606,0.0004489579497216222,0.000005992034368943885,0.00001839817368550166,0.8096966560258759,0.000028388521310721997,0.00024147227311012757,0.0001866069869385473,0.00009050806586792412,0.00001692596064576527,0.000009553456299207913,0.0000024168110829082443],[0.000016166057700958663,0.00035606267304420704,0.0000021159394280649304,0.0007195418166237367,0.0000016889061786069063,0.0006274044476394324,0.0002643567415956738,0.00014302566174616952,0.0003146536382701861,0.0003150592598975651,0.00009703154467000117,0.000019149560976688502,0.0003289333913006946,0.000007506430699928616,0.00021836344733172216,0.001191471147288912,0.00003532128168010808,0.000120762100247921,0.00027923270644023137,0.00012279807625358553,8.424104884624765e-7,0.0003235054429309959,0.00003913170181808491,0.00015005094485712078,0.000006669476804225935,0.00032555266449754635,0.000043385783199555325,0.0014624590187362777,0.827342327263638,0.00003097507207809979,0.00006133920517313455,0.00011654667601731609,0.00006179667665745823],[0.0000012288326878475055,0.00017399622984756052,0.0000066244486665034685,0.0004336461527789777,0.000003078640448469685,0.000001839084653094017,0.00031648626703023196,0.000027507281225766127,0.00008417693707368883,0.000424474663030672,0.000058928558984793236,0.000006407170524038331,0.0008550806146530142,0.00007731037136100719,0.00003820734271549807,0.000043447039572341876,0.000018965554966487823,0.00021744495542605523,0.00033489438753220557,0.00010552881653551514,0.00000102618478413323,0.00028844933668403306,0.0002510545895092269,0.0000030588544593309545,0.00003245635590160108,0.0001603551308721883,0.0002275667653159144,0.002342997773485652,0.8271743397268796,0.000006319881872616958,0.000023540805083671568,0.0002503157228571994,0.000058473463248248986],[0.000004031978556189074,0.000661791907020861,0.000008580960890959758,0.00003259381947741618,0.00005219267420754764,0.0000124738794072398,0.000005745519379613267,0.000025307538742884556,0.00011719357120807578,0.0006537676442628323,0.000009167736682380065,0.000016443124013508584,0.00029606843353930106,0.00015319980010532886,0.00008648743667159655,0.000009798289006985266,0.000022131023061567747,0.00011265587397007918,0.00002610545080792003,0.000015016411906115839,0.000001634153085326695,0.00033295179759365714,0.0009007747123522345,0.00003302657891396896,0.000022409767912185068,0.0006753620585372087,0.00004505813715302544,0.8213051256313454,0.00272874329322359,0.0000416879627313364,0.0003193930392870859,0.00010054816027678284,0.00000134719011198234],[0.0003809363638932861,0.00021995823183327816,0.0001799087873486349,0.000008685292401248456,0.00004553962737697877,0.0017159091239226326,0.000036541098718679025,0.0010550689267707592,0.00006696686812763569,0.0003466540918610874,0.00006713431434866792,0.000194382338458707,0.0000024692422833893495,0.00007750294459576251,0.00011422243597681222,0.000004178874881354843,0.8236179607035035,0.0007343672722529864,0.00006789151713989082,0.00001658739527987552,0.0004699752904840771,0.0007718008425631778,0.000046625638780508965,0.0010444430863345826,0.0007227177240688616,0.0002963428527815789,0.00026334494530315367,0.000005729977855920688,0.000053569781547604996,0.000034998402821290666,0.000054801349737445106,0.00004653016466908992,0.0001568344654554872],[0.0001378157351969253,0.002197992364266887,0.000539714305381459,0.000006971813781160265,0.00006067284314357463,0.0003768292554870263,0.0002995124260576704,0.000019942649016884333,0.000033912205894080055,0.000003156738113652743,0.00008972777969649701,0.0003839273892489324,0.0002462320291008341,0.00025133692493081874,0.00002618493909697617,0.000003351623312501011,0.8177181875688645,0.0003071738714446876,0.00008538329955318324,0.0001161322756257418,0.00003738350345299229,0.00009202746390694716,0.00020395336725713227,0.0020166302450849737,0.00014255529521156547,0.0001457487174163018,0.0001240981203066547,0.00031362589845810755,0.00002066538964827313,0.00003011799172789502,0.00007710289493426673,0.00027681244308654546,0.00016169540800830992],[0.0000971968185413755,0.0000492604527214165,0.8443970928971336,0.00021063893559339448,0.00002628103808495021,0.00001499335300023477,0.0003508339982529758,0.000003847783424373942,0.000043118538168285085,0.000004409857350327003,0.00002512292012722992,0.00046371999693630475,0.00060179273035452,0.00007788774075906103,0.00017369579034523297,7.542433082979361e-7,0.000413094846780713,0.0004632507100198284,0.000024658280418515103,0.000009301449072852636,0.000696694301196353,0.000001302286776922135,0.0001829532145751168,0.0002491673337404108,0.0005931454173929594,0.0001680307994076567,0.0004910905542969946,0.000006482888033998694,0.000004668468708850988,0.0005054007785856488,0.000018924613987604774,0.0006494590204034119,0.00004713386011405452],[0.0008143108457466196,0.00007974666801971774,0.8245423893742789,0.000051713795289441254,0.000023830985414623588,0.00009009824549977012,0.00047222606542726497,0.000006899764579379038,0.000029187203286779846,0.0000021640251224868333,0.000016937935693000797,0.00016646808414686238,0.0012450790228952667,0.00008413161138006888,0.000002977028655625055,0.0000029527589562303084,0.000018501999155232537,0.00009382576230437718,0.0000011512573141745382,0.00007401377509865133,0.00005612820375537285,0.000002889937050850799,0.00009383325250848985,0.00025700348729805375,0.000014232570483452077,0.00010777709069681878,0.00006663630825554798,0.00004993294468326335,0.000005834826802712905,0.00009542042685911445,0.00015378280328971135,0.0003145698651325801,0.00001522462365458784]]],"Weights":[[[-0.4539882412258887,0.12318747984069801,0.4249821575647008,-1.4708898171461002,-0.6716332504969963,0.7984807110374995,0.2695424815279104,0.2196071255719499,-0.9168995370668793,-1.0266421387138471,0.33039610241155043,-0.3503539341031341,-0.36133181520378727,0.7539489352962452,-0.8459831114594246,-0.4280807354120512,-3.0518556238604373,-1.8599430662058893,-0.21471162549367875,0.28233372002823126,0.2603280357614841,-0.6276668118775658,0.5960385241941345,-0.8411697628926909,-0.6896016338285517,0.3810180854221413,-0.8683618521121761,0.28857725156072833,0.31424212928909945,-0.0578661426595705,0.7185318264666628,0.9600042418444694,-0.0571365367481334,-0.23561324847594528,-0.8772872223212368,0.23486828669261212,-0.3370852431833854,0.280930350275768,-1.0816054103115575,0.2018862055802319,-0.8392802678925866,0.7161895469153247,0.38355649559687666,-0.17264534697041128,0.6794909505942515,0.6071096361783324,-0.3129087972268525,-0.5115369914084589,-1.4577327721670719,1.2265245118486556],[0.7333341992488407,0.5829812744371664,0.6119459629956743,0.6620351015279262,0.9385211605770434,0.34479756792958344,-0.9564395361106115,1.3289170329654398,0.3496735724810058,-0.07545970671868739,-0.37232013489093124,0.7133057559742897,-0.9503115853902825,-2.2901545854914365,0.5950881165121512,0.2377829577949557,-0.1612964771546797,0.11100140358180234,-2.079781145722451,0.5327585949207528,0.8547472004172745,-0.7965395383313849,-0.05126592920390307,-1.5640361357220318,0.9260331476285779,-0.16820850139601207,-0.05717284011917828,-0.5417367381952525,-0.6876132332155235,-0.5684278667529257,1.02238287912542,-0.49419708283240765,0.7609314929654704,0.5451396432489661,-0.3945678965661632,0.6430211646098556,0.6976336569754722,1.0995845381579032,-0.11394143227219217,-0.46863214265295644,0.7401051455459986,-0.29579400853504023,-1.3417190928931015,0.8767004278367144,-3.888988403741999,0.04745425501261408,-3.2199610999420356,0.13388885264279815,-1.9125658751763899,0.8002683510157391],[-0.6313663170658068,-0.4295221910364701,-1.3273611146275155,0.7192057286247457,0.7885246830996561,-2.0068467651017032,0.27634434052817886,0.7066326108092864,-0.5416755837000243,0.4107158423906222,0.11823375744762624,-0.9827393993795155,-0.38329266208075896,-0.9885944126297231,-0.27016753935854965,-1.1831735515027244,0.6564138297524914,0.23381666941613977,0.17530038289578093,0.18906167544237631,-0.11479871030581482,-1.0694860401065747,-0.09368316333933294,-1.7968975532570308,0.650429515045954,0.9625453650355033,-1.4157777993469527,0.2377354435509456,-0.9934668046225583,-0.499595672325489,-2.1647046398366094,0.7793328250691824,-0.8977408096694008,-0.5177889881884029,0.0831560134121722,0.9845125202357949,0.11495114705439548,0.7573686290194608,-0.8390316730920288,-0.2673979634734682,-0.01165732449920673,0.9136141398383486,0.7604075008782765,-0.1564044937734281,-1.7481379193879512,0.09867445609348473,0.7385098054263032,0.2880316706804628,0.38217778671784847,0.02355806288067543],[0.17851529053997914,-0.4975321101124063,-0.33603168005856393,0.6407616078684335,0.3124003881666841,-0.37119591439046906,-0.5548044351197086,0.12985032878274477,-0.42781061406315785,-0.9442617217195521,-1.1973487891228118,-0.23512063570318134,0.6385753330884429,0.6272042867250949,0.8838790283844646,0.0900718197360752,-0.04532752435058896,0.33479665682044824,0.6372503974269739,-0.3596892887387433,-0.3288695551717658,-0.4848274233718305,0.7630196728501393,0.36082659677583956,-0.017145379824835404,0.59044415364003,0.0004437437573800512,0.31572143391816504,-0.7004676316557802,0.17753099889394772,0.33640550099281313,-0.38315700939390335,0.7752001742121223,0.6078604867391831,-0.005778384214272384,-0.9000986194510666,0.29705668567524474,0.5622222020637988,0.2024538072019185,-0.08437582472059868,-0.7596690839591731,0.23609464361446497,0.0701384638440669,0.4875841777849033,-1.1739196372430691,-0.8590406216478648,0.35364693517467066,-0.6017318603899409,0.1732677350646576,0.6175567664666698],[-1.6385674517855124,0.7105423775878416,-0.32958109904435523,-0.7421667675970266,0.7519522332360491,-0.1196715356713477,-0.17868622018498376,1.12155042779841,0.8124822978442748,-0.4342078399735458,1.4195210663004254,-1.6340617851235353,-1.3414081048450224,-0.9856976995814627,0.9815082965735881,1.0243906208892746,0.1339244278137128,-1.2783362915807446,0.5108729294858465,1.0868273542642228,-0.5673175202104106,-1.8416232641552646,0.4651916761298403,0.30824710999772464,-1.4816728464378384,0.3086086105623083,0.02538046795344375,0.1397034166955174,0.85416643093621,0.6406018259954753,-0.1821401159371096,0.33304272295697257,0.8005994090202461,0.394938278766847,-0.3876161241008727,-0.9750352945547612,1.0567765310488553,-1.22034585718866,-1.4613666554024127,0.9065556976409922,0.6872022855673457,1.0672923315837264,0.3931393083174188,-0.7950460763423708,-1.8819194832285426,-0.49929143761972916,0.20325119473803036,-0.21471258934386997,0.1736991189369419,-0.49816430283643304],[-1.8205865229109026,0.34826168782475514,-0.43568039379218526,-0.06966719857752182,0.8741640831045013,-0.6399574227031795,-1.1879890178436783,0.694551791368616,0.7313666874037563,-1.8962162455482665,0.7585662893406944,0.3534532425440538,-0.4705137007371015,0.8325645728151011,-4.287763484442773,1.6409675244164332,-0.8458649487881893,-3.961119186370383,-0.8611230793145989,1.0800227100522566,0.3463542396479999,-1.563163631892197,-0.8955631436046636,0.857798295136314,0.09443400470759497,-3.3211757170545013,-1.1632029306966347,-2.3954404639282094,0.05590434094279126,-0.23876321136460862,-0.6676162968290689,-1.2636556196244433,-0.6273659685815511,-0.5129377456293177,1.320070921321632,0.010924257056334966,-0.07497165998179835,-0.5752295024941414,0.8770064512220221,-0.942117272710101,-0.23328553162276852,-0.9108954405318249,-1.5716066543200327,0.0007387084107731072,-1.3722293282728328,-2.7417228614617377,0.5328877714044612,-4.083021029332903,1.0472314675432093,-0.20789643679777914],[0.1994980991507208,-0.028296923912640742,-1.8192604001057289,0.45795022417327647,-0.23155731482832162,1.247628889941067,-1.126096294042616,-1.7595733874490809,0.5054524480532006,0.6419347589330431,-1.001058691294817,-0.04986415059275281,-0.47879260449469824,-0.29197899406008665,-2.455142050228658,0.9740708705943866,-0.21891179145892647,-1.2888778916484644,-1.5777366885915425,0.5847152864560852,0.9195388834039167,0.402859322758584,0.6826286666208029,-0.3350985506606019,0.7222587889881917,-0.969353490573575,-0.35105101701452274,-0.44161833086828894,-1.704024321903796,0.5334684996479494,-2.6340834340276476,0.1761063890037957,-0.1016929323865156,-0.8324089529283136,0.24691498221801447,-0.19208247552748406,0.20689524700708853,0.5097442770378983,0.4283932703200376,0.33479416732698675,-0.11865760978090191,1.08380232691877,0.6279838202024399,0.9591470120072976,-1.018628724853165,-0.16960494742762708,-0.09606643578848102,-0.035449002274547406,-1.267129230774232,0.12208938737509309],[-0.9727147806321279,-1.4797007572792409,0.18280614435391848,0.3620563131249699,-1.157171496200927,0.2463612269013713,0.6564587130752132,-0.954527809669561,0.9640098028322628,-2.322373971297324,-1.8408497313489864,0.6106669205783575,-4.1805656391059465,-0.3360575879989915,0.1637522376273175,0.8266046523045646,0.9043503918892679,-1.6901477993142497,1.047414185922146,0.9642595032621092,-1.907867761154997,-1.3132369790885403,0.9586318246666089,-2.75007338188419,-0.586176025257306,-0.3788918882179903,0.2769579287112481,0.7120188203715295,0.5918396764896191,0.16380658964710232,-1.136659194881038,0.12281688946482576,1.2386822609861592,-0.8134069354909178,0.4083962773329176,0.9503198090279132,1.086178099500603,-1.6599872248450647,1.0416504427145896,-0.7451693422478943,-0.6710125223863331,-0.22969094595025763,0.03824837318579768,-2.3902580863367233,-1.8659162815220152,0.10697640287619137,-0.40029641816981754,1.3577356024121567,0.3578851915218556,-2.9785188115653822],[-1.7763654150555699,-0.8873204313060088,0.003821642900085559,0.2234926455173196,-4.375647636364333,0.6639674042140482,1.0823435447706384,-0.017495532829640833,-0.8309919378900671,0.8661952004123743,-4.619069051645861,-2.5295926674756606,0.5217124687381,1.0023016389716735,0.87770242312062,-3.5317339594492387,-4.1272152891433045,0.6565685752035816,0.7790070545256562,-0.3703899897986263,0.42149377354419826,-2.666409104664023,-1.049050354053607,-5.268770534763596,-1.282037590968001,-0.8000897532062655,-0.18046024254414253,0.39793363183473435,0.5251001928003186,0.4765363554174123,-1.6040779606793332,0.41837144487377664,0.26101518929676537,-4.404685598592495,0.7335533105098441,0.6890675375859481,-0.9393536969070386,-1.5574984104032712,0.1718421356074541,-1.4264602576827974,-0.6798705410075612,0.07320814318385033,0.9607304097864827,-0.03845193186375187,-6.795094146076996,0.6252959020063654,0.1319635319593243,0.15878041791640474,-0.5013712451240491,0.3818167671702181],[0.255656836081275,0.4780962416171364,0.9122420525296269,0.10513359238986782,-1.8319542456427707,0.8398966849255941,-0.10301991461125751,0.5473187419511724,-0.10957570287456102,-1.0184096302905514,-1.8842940730867264,-1.5297826628208746,0.39905178906782435,0.6726218705676944,0.3173578674199209,-1.5322987579978626,-1.436227805802678,0.007843348235532562,0.00786374541075949,-0.8260595175637725,0.03772969326100702,0.7593614023418205,-0.4261299994634139,-1.5228027313258785,0.4878334880171958,-0.9112415860670888,-0.3748254202262986,-0.3879386059904535,-0.5689309144727638,-0.4110496519612081,-1.0265142618658218,-0.6541857569909518,0.20212478539608947,-2.107981310348289,-0.3334855545787416,-0.7810996825618359,0.983851579599338,-0.6370044744085659,0.5802756034108343,0.3737354433248043,-0.6141828220681317,-0.15260375341202995,-0.45317813586628214,-0.679798098353093,-1.798313988573778,-0.7093186465473376,0.997835906844981,0.03585404753025539,-0.6959669652342679,-0.27266434031425385],[0.10689984823660027,0.18567511677899207,-0.5104967022961586,-0.6422024571850051,-0.43675849701660646,0.9942459603026714,0.8514229917992241,-1.5057690305085016,0.9596623829131733,0.5547774960350402,1.0252105238758848,-1.2947941612791674,0.9344976772816499,-2.2572311019081175,0.97788946147579,0.01803819178873499,-0.4719349013559207,-1.89667197242393,-0.8848828636263428,-0.049712707765425655,-0.08637758640379613,0.7877180838167602,-0.14204066230470694,-0.8324601688064517,-0.2681707346261943,0.5610897963707266,-0.15544752605343018,-0.432976421254008,0.1571003005934943,0.23666284482519942,-0.02034119045457657,0.5195444026715456,-1.2504462725710004,0.6090766407384705,-1.3074530731175187,0.438466855626842,0.6628668108872694,-1.4760090532019499,-0.025957987460509552,-0.3342430222060139,0.08755916262315126,-1.955599374287003,-0.13349649101259575,0.27104933573106554,-0.12136753527297942,0.6292660809878712,0.2799427231994347,-1.0075676083520688,-1.5308264649272056,-0.4028264848938548],[0.2537268045935106,-0.29666798113804627,-2.1451125343315227,0.3621908098793571,-0.22421864189085572,1.0863840524950772,-0.7963395595271977,-0.79587796609308,0.9739510498972559,1.0041831427105685,0.25813696290938465,-0.368533428226386,0.20383406406676796,-0.549015820592612,-1.5304142118235595,0.5124325382121399,0.7912687892633015,0.8080584950335604,-0.8726980120400987,-0.27317708190389395,0.5582860580734981,0.5831582860736324,1.1243332038536422,0.6312014940237661,-0.11984410522147355,0.028089139713814663,-0.7933103019068536,-0.46240756156089163,-3.4094879871510377,-1.4526897896125033,-2.56333710483637,-1.1593225068798563,0.5115153556139266,0.13551638159973725,0.05080625860069127,0.5355516975041916,1.200921253060752,0.608591083018983,0.8884533888892754,-0.3807584462632072,0.6437014741497873,0.24231809155835207,0.6965521206662459,-0.048686574011194785,-0.9706278894552749,-0.916314686441353,0.4475545116257653,0.9323549580128714,-0.4625225584665524,0.33668423970284383],[0.5146396883570963,-0.03590783279311522,0.34741328795672316,0.5581678544016629,-0.0024813820626255257,-0.9630667699916847,0.17641190303602947,1.0761723205546212,-0.08658964162617928,-0.644408272170703,-1.5965642258564683,0.2068330030423425,-1.3847261037257832,-0.8901011495845497,0.27548194457158925,-0.5629435224875002,-1.3352401715836082,0.9966097911432211,0.950423197988347,-2.200578353897011,-0.03268438025778204,-1.41044179740166,-1.8761943515287043,0.18591766353151892,0.12290808102636498,0.4780522760360278,-1.2615270178056686,0.3636180268810579,0.05538411042401615,0.3021447334521964,0.023560548924790096,-2.8459074916102924,0.6916568098322075,0.33131321026811955,-0.13872624937468406,-1.0796391934976244,-0.7414015661131216,-1.5700618249367393,0.018052841375705758,-0.6346476985279615,0.3083956065808884,-2.6564121696054985,-0.27144299889458307,-0.5746638195466269,0.2287516729846081,1.035390706225798,0.1532622845592555,-0.8192052957665821,-0.3340406710497072,-0.7700313909973183],[-0.37965094809949984,0.2285462297855961,-0.5486802457404538,-1.8607589206372686,0.5509234408518705,-0.12229492516996439,-2.255619211897536,0.003945056061418623,0.7869564016737558,0.1446435534813833,-0.3639878912576241,0.005330348541824835,-0.28390046546665487,-0.7273218425367016,-0.9614898739686841,-1.0421878362016788,0.3633348015445693,0.9738104959074866,-0.9108656478360239,-0.8131519674436826,-1.8789531873407082,0.8849900502452313,0.906702464960406,-0.25015219464329164,0.023895310625688976,-0.5521075537515743,-0.929072933028596,0.5739984314151713,-0.29687070611401273,0.5922864505688914,-0.002785361964276968,-3.122335742066376,-2.4277418265576562,0.9483780196135153,0.4609514674275265,0.15787163308940108,-0.17546277565635915,0.9185991428339958,-0.0016203696707277767,0.9740702277560586,0.6739975741368257,-0.5961344408407636,-1.5609356355939743,-0.1570653698623213,0.9574404271533401,0.04433603539351984,-1.3164731224847304,-0.4350624300531977,0.19128082346049985,0.7976493251350598],[0.10877892261603743,0.8936297555087137,-0.4547266370491186,0.06003469306935905,-0.37315841871537064,-0.885478043398979,-0.297908482600595,-1.2211064299451844,-1.2348234168213248,0.967033092677027,-1.1903541655312826,-1.0227935912860553,-1.0864417288884356,0.40033756563231254,-0.022504563519130986,-1.4545894426811645,0.11975362875988554,-1.9599962872924217,-1.1386854036864105,1.6932372110066443,0.09568046908076382,-0.40063412176852625,0.14923476236867958,0.4505581679886516,-0.9557835402523642,1.5401998634849974,-0.2880406973277662,1.0945094139200313,-1.4873939801140936,0.5374514038535668,0.11274519751365598,-0.4582259308374744,-0.76193591896889,0.20156781281175448,-0.4304146471019424,-1.2704686195607435,-0.979298720586237,-0.4343528207978284,-0.8061018592564175,1.2523222371455465,-0.6023452014325156,-0.7466018143584592,-1.9194920536856142,0.23188736945430083,0.6112508539049237,0.2940583163530561,1.0946193930871198,-0.8051837177353094,-0.18422665511432693,-1.4879110166810536],[-1.9565103154027907,0.44939491773729534,0.4746542084795204,-0.6742651926461296,0.5017427153220287,-1.3196959829396258,0.4756641577056641,0.5440257228035301,0.11793852029282914,-0.9491835001485006,0.844834168778074,-1.0877355705766456,0.967430786666484,-0.19007482569346734,0.10159280860294528,0.06460750554450904,-1.1764151430829828,-2.6272026260800154,-0.642580834018936,0.6557493043072269,-0.18737428889756155,-1.1692882615839364,-0.6789274428248304,0.4107793578493571,-0.6746154181793723,0.34783417666139876,-1.196457713422282,0.6617478907742534,-0.39191945946859597,0.11395678344868876,0.8966174075941254,-0.6141327681157421,0.11267878009651726,-1.251878341458523,0.7662769124017952,-0.67186117947561,0.6018737389334823,0.5291875437176649,0.014623795142042715,-1.2430159598544368,0.7202508310788359,0.4055712840480483,0.4455713864395721,-1.4714935053249119,-1.031145306545184,1.0444241758041486,0.42745379240964815,-1.2423698452093992,0.317242597966588,0.850661485252535],[0.8435642668928905,0.28033349071378144,0.23317025659289564,-1.2230903837256302,0.746066126802525,0.5213720552804457,-0.669025193862388,0.7598843883127585,0.47893732551713203,-0.8196062253051115,-0.20924538607970797,-1.1063918459930868,-1.3065364983168033,-0.7678979514731417,-0.8924113489733585,-0.18737134057898736,0.8655675774794618,-0.7876791369252845,-0.9643804435158219,-0.9744153645213899,-1.8514038064360576,1.0042941961070775,-0.610398561259918,-0.603561028982427,0.6622812134059913,1.013596786233391,-0.18880726107982046,-0.6208523861523925,0.8057581583376606,0.868112229212634,0.19449022270263555,-1.294468450779074,-0.2678308774276205,-0.5369914257937506,0.7552882297594423,-0.12361966205598196,0.577687387087788,-0.3265097798143525,-0.619494093923737,0.4398688058026463,-0.1493856904649478,-0.9063094491389205,0.12226590597983583,-0.7308300790236556,0.4441605817674678,-1.1477309395454263,0.08017619369960739,-0.14557514452942413,-0.27058930481903587,0.6402718511469884],[-0.4946277519165381,-0.7826560935307136,-0.7153811395069577,0.1507284406269803,-0.10454637567162989,0.09771496215898345,-0.22430956847525116,-0.44448200217522743,0.22371837502031533,0.01878847332384445,-0.619584138288159,0.7147074258161527,-2.318010292105929,0.9627756757899857,-0.5061299486097052,0.2561850868194389,0.1976221106043507,-0.030469923465311195,0.8260097146154214,-1.7653918112747418,-1.0390944111046476,0.9348636144399347,-0.25285137556649306,0.6521737739583202,0.5115519767762009,-2.377473517319326,0.6950377306092178,-0.971314217323498,-0.1727612086106325,-1.4441540153526207,0.6363537832572516,-0.3672308331564197,0.044490002292060134,-0.05478808575438958,-0.6484959011891028,-1.5868001878599145,-1.0747125027823172,0.5186607282858349,-0.8062634922946134,-1.0872818923364727,0.03044751612808922,0.23856589223165375,-1.6081351026347175,0.554966248011689,0.8248101446251689,0.6000955939517871,0.06334422591470545,0.6760964890088436,0.5009126151820098,-1.4777709785148028],[-0.11704912996972001,0.4481446739916787,0.27493748489053277,-0.5764888667646939,-0.9703427413807603,-1.1835863729438247,-0.320068087713635,-3.482440974123841,-0.9475188457598956,-0.02834888687237539,-2.4752131059202735,0.882376061258322,-0.8185815640248801,-2.653436668586061,0.16377240135607393,-0.5232268505943385,0.8054848044509889,-0.7856196936799784,-0.39288613188741145,0.9898800430322169,-1.351959307878794,-0.27211111918397923,0.02722241854540588,-2.6617794004123865,0.31816505271966683,-1.2993548559855899,0.778302103712336,-1.0416765309570475,0.8775801660018708,0.8714716474269879,-0.26246937500712186,0.231171576608834,0.25192743099182713,-1.1078945153860518,0.30278770744107825,0.7963870103300211,-0.5500186508700439,-2.3280502977536455,-0.6853332476642495,-0.9238499938681877,-0.323713975712942,-0.26671323733505525,0.5274807782149381,-4.698070364458255,-3.6898068106496016,0.23554551135032054,-1.1790011903151274,0.6291263029067982,0.9803396914964029,-3.760949148762232],[0.5949220956291162,0.04299935271037039,-0.4956351634112207,1.2956931532726614,0.4865447404642982,1.3991587964872456,-0.18363128203482404,-0.8368627467966,0.630650470588273,-2.3677128587073146,-2.330325232465828,0.11387030178659266,-2.2474250329015146,0.9786458599265577,1.0289110224775386,0.05774890564000942,0.20807574180740343,-1.6964194637138346,0.3800739237922245,0.1976095772542524,-0.5988624199661441,-0.5934421155177784,-0.1683326754811839,0.13841498003633068,-0.7006934109816285,1.4056749305329774,-0.306490903603309,-0.3231103238539079,0.4203025086820003,-0.6204009580483426,-2.8045258177186976,0.8592701392118116,0.7145967330518257,1.096766621682471,-0.31379384723388065,0.9542861216902665,-0.5706359377242295,-0.9228902549122202,0.2912139016173474,-2.272970194807682,-1.4326434213040105,-0.43103721292333347,0.7072001357326104,-0.6978573029876327,0.1425132822382497,0.1994355912870156,-0.28425983729660637,-0.21678736644626886,-0.9874152481945884,-0.015359787171391241],[0.09402538017220312,0.3390646147401734,-0.30123327037552,0.5152939422886612,-0.4128073264624863,0.8546932100920998,0.3326492708310742,-1.2081910068784687,-1.3569846664934135,0.7801016302955516,0.2119200537735903,-1.5165281153963825,-2.020619190798201,-0.13862425245622723,-0.11527320365160944,-0.9839359440000726,-1.4577264798818717,0.2517770926047805,-0.17281820981612925,0.1017003063113787,-1.0033668005399872,-0.6030812943905134,-0.23677211652594402,0.5621634769153334,-0.49285818301455747,-0.7816449925705378,0.4147147754744225,0.2593273454701983,-0.40359910181333425,0.7113914502044268,-3.3851124027624153,-1.089424675353226,0.20741646014357779,-0.24780015215090664,-1.5032975348137656,0.3368413055167966,-2.303701236703204,0.1076725637884174,-0.23640951381962563,0.3499804479988543,0.28000894062356346,0.9432601256433151,0.18930720355612277,-0.22043341336349387,0.15572631788308405,-0.727914269922781,0.6707219778529281,0.4111243523002128,0.36346042247150334,-0.4994901490384516],[-2.8714718178194136,1.2032109193270333,0.02935719666868269,0.19044790537643166,-2.015694838846291,-0.1902146441808328,-0.9422177351466506,1.1456285843642209,0.6050779429401263,0.2830676288909131,-3.1728181662638644,-1.4040922840566334,-0.7191559882944247,0.8710612825228385,0.0879954138232408,-2.771079625693133,-3.1477423102586384,1.843827301523701,0.1858241202094691,-0.2444490940238665,-0.006502913068033953,-0.9704563850427249,-2.99187780632644,-2.790051558748318,-0.2766534801588563,0.5674852948872674,-0.24537903313589304,-0.1540410545693546,0.3409488740871188,-0.5480418960157697,-2.549440046823807,0.034864727667907165,0.1090555482082895,-3.132488609306525,1.2362853616859637,-0.32540560361466087,0.35177694361173195,0.5525168359064822,0.44712883324227,0.06753500121644147,-0.17976305105494675,1.183231053539785,-0.6564724245190459,0.8904433003851568,-4.3116734300823305,-0.8919104920940275,0.638975957602916,1.0251363445303388,-1.6249799934673035,0.2826535541573232],[-0.5964370942667686,-1.1245137053346497,-0.887705205795007,0.19212691738729756,0.7690117850089402,-0.9939567505405251,-0.07004552001059597,-0.6893554020202185,-0.22279473202419894,0.9188174862165723,-0.26103642446275305,-0.3185166031342427,0.40761834711520056,0.40358716606477946,0.38153849828425285,0.6915033402019121,1.0128871261138663,0.3467611425983338,-0.5684610633554498,0.20007484962880692,0.0929509291056285,-0.36180740163595404,1.0436526216565414,-0.030452430832554056,0.2094249852013,-0.12381628487660787,-0.2789758854869755,0.7097577988115035,0.043349089063682365,0.5585703687100114,-0.2816152728302437,-0.4471769181368269,-0.37493519485336796,0.6819958568281337,-0.7819688321746996,0.1280463116424249,-0.00918181700580434,0.09084531349630919,-0.2550018762381553,0.27465440641678407,-0.6800090346749911,-0.5656197907511941,0.5520754091868841,0.4893912215187131,-1.2227076263109184,-0.7508643636409187,-0.8104610245620251,-0.3698288429091796,-0.03703917907141912,-0.22576688003965628],[-0.6244399419638297,0.7206744473456161,-2.126132406534459,-0.37414875902822753,1.0900636221457916,-0.01236531518477907,-3.4631689604394182,-1.4993987363766366,0.48399357747434585,-2.2861260411599007,0.30877749611472405,0.9916330201547933,-1.8540121747288003,0.731901268110501,-0.8753936092636924,-0.9944722885380132,-0.2542370953329913,0.4267849658772208,0.8424089865918422,-0.5192160739207542,-0.6071943821439667,0.5397695582265397,0.7399971774453069,0.8236061629911345,0.008581010421291679,-0.14966898280629945,0.6046066005169315,0.40974673380940785,-2.5376469938295747,0.23748325120636468,0.6398152932543203,0.5156823167543964,-0.37743961592550357,-2.004774607610801,-2.981481410171027,-0.7273801644487298,-0.6192574989240062,0.639289353854604,-1.0524455942724296,-0.2620286451509745,0.5987431533689074,0.3607437350141937,0.599040055169537,-0.24838214863933472,0.7220242909716289,-0.008191887766797435,0.1166537383227907,-0.4610953086678752,0.3680183059835423,0.10075139035598327],[0.5051569546733147,-0.2718903355228251,0.9483809223294138,-0.7670895595922482,0.21182378688425357,-0.26830804586608287,-0.26481944425478443,0.4789078500128343,-0.6002269245950842,-0.566918342329298,-1.004065734092046,0.0707394950740167,0.06345833327678023,0.4361142725383417,-0.33874928178008257,-0.565558622575729,-0.5816785956889593,0.8550330043998579,0.1211737427880976,0.04833721975227338,-2.045831145629401,0.1342265965940904,-1.0434650627671356,0.44755693883384157,-0.4394264866908473,-1.658093600776054,-0.7425199926299811,0.8058555525152922,-0.9032030114628263,-1.0267349489229702,0.1024229336966176,-1.2079626421782392,0.6832591419916075,-0.22543418184784195,-0.3935904113006099,0.3171573771281604,-0.22096139927414465,-0.39739807355929263,0.19932803257692686,-0.5857059857570072,-0.42105043634762346,-1.107538817730745,-0.682267203149451,-0.3838816355500076,-0.11591852559263875,0.9219535926697127,0.36891944413721744,-0.9611043743589456,-0.6705623160943829,-0.5460154404370028],[-0.6228563853181612,-0.059893691593605115,-2.0111040015839143,0.3195375256573099,0.9209444585352587,0.6791678208412131,-0.047693024372613246,-0.7641496024478227,-1.9103954874056608,-1.0669640000367897,0.18786643176684353,-0.0808097348472826,1.7766590893623095,1.2397575251241597,0.9289961899440065,0.21695014757278824,0.564359015996163,-1.1512798190978397,-0.8668628778347115,-2.968178496184188,-0.593445995577781,0.007114275061984576,0.9016238500262554,0.04730013377651695,0.15194973508346216,0.8057915969515539,1.1084442421215084,0.6096178160969833,0.4951759607837312,-2.2930005990278852,0.12454710115618882,-0.3712100522309321,0.764406045596401,1.0871033931261942,1.0754197078972327,0.5443541337635324,-0.06280023839324785,0.6257163665178027,-1.038155011303541,0.8363036014584716,0.4133220247338652,-0.3706602780775862,-0.7354768811078819,-1.2718547525548145,-0.9531543067080535,0.8153094403272434,0.7931489269839105,0.4783272658979009,-1.3045456562896192,-0.8128904491656824],[1.0174475157139493,-0.8731298577611264,-0.24706090961120605,0.18848195806986412,0.39080083218066025,-1.0187540409273492,-0.15460721586563403,-0.43652298770088427,0.41535606174948564,-0.40261012364177245,0.5073729010722876,0.12635091562763162,-0.6347361222484112,0.10785816655812108,0.9662233496956462,0.7137960056102061,0.7195837625922795,-0.5374030641742887,-1.3116297391203784,0.8184622954678651,-0.30542665408001474,0.47347962003678057,-0.009808494704529052,-0.13879332603659977,-0.9358839764033855,0.6535989931279066,0.34686399390586997,-0.3614224000999789,-0.032726658040827174,0.7377870046773545,-0.11878960199551918,1.1435181117677795,-0.5058687883220631,-0.1372164094607386,-1.8828321491088584,-0.1799283016323048,-1.2635554458111666,-0.009725208718187835,0.013773220388013124,-0.6765091439207985,-0.5744259299709844,-2.1808084147107327,-0.13826843377898504,0.0028047674795052386,0.016001508372832582,-0.8592234969009371,0.7835534808355419,-0.2901856259796027,-1.1126972338338093,-0.12644148136531808],[0.8177890229674586,0.04822611032604751,0.8256038047716366,1.0668186897453282,-0.40029442201050014,-0.5912019586830756,0.22305807202746666,-0.7211338070557558,-0.7731127194535568,-0.5222194926884451,0.6585518791213376,0.261564640933733,0.4900858099014736,-1.6716715608829258,-0.8325088478325796,0.7772776079666015,-1.088978988586936,-1.517113039074879,-1.878142376799587,0.5131877539911552,-0.08236301332856091,0.4716835448266259,-0.6711868255924951,0.22882926504545142,0.04977368413292933,0.2651461038740526,0.17908691987706685,0.8307143956679675,-0.2805956862514811,-0.36983176942509116,1.0194728795734085,0.293744771297738,0.8419575744057054,1.0793581377167776,0.6451018559686162,-0.7484585138506369,-0.268249970757432,-0.12353685698000483,-0.6923371964686658,0.04508139177758756,-0.0366005326158897,-2.0962523644387456,0.40751142444953464,-0.43858529585487943,-0.6352410774845658,0.13857618104953526,0.5325787919567881,-0.4083865513253588,-0.688417204457876,-0.7399338777490931],[0.840813993955632,-0.8598945063578894,0.6794876059531897,-0.5710735680768815,-1.712035179265259,0.8352578258393333,0.2642948828726064,-2.113623551379774,-1.931045422916178,-1.1505728631216607,0.5461658521985939,-1.2021193581007237,-0.0976955994165604,0.5833083240734207,-0.323977115270338,-0.22210099176766143,0.7535544134710696,-0.2234076862199826,-0.21568755983636598,-0.05906293536613423,-0.9470052253309341,0.5924864147612652,-0.2770470695779437,0.43940443394161244,0.6865166182687823,-1.4453655775619259,-1.0585693404909913,-1.2436419996728671,0.1670157770919616,-0.8298306802302007,0.7504609227711386,0.234316557103709,-2.0626307556086414,-1.801455163409621,-2.7743244522510415,0.5497424944922414,0.22581673168705102,0.8176134287470453,-0.8761518674715761,-0.9561731171523652,0.2360387380821148,0.1876056091302808,0.9167269502359439,0.9573376057723985,-0.5205278626388625,0.6681592760727507,-0.038800160326266084,-0.37294444657137854,0.6537021826228139,0.2651157785852201],[0.8262992181302953,0.5934202663420479,0.29604798378986485,0.0455983431797815,-0.2198770855472784,0.1960550025609986,0.8093141686238634,-0.12686706586624316,0.442794254993086,-1.329802240266488,-2.356443634059968,0.5554726100534118,-1.9237846043704925,-0.5930105847042398,-0.5789849046406738,0.3338493773133933,0.8061763337317739,-0.6025642125596783,0.004310409796731619,0.9753193776249268,0.4669713084662138,0.6758799910161339,-0.3571789150779317,-0.16163000963056146,0.5389187141220143,0.783433661078532,-1.787637497353656,-0.414073105633026,-0.9051940564975021,0.4237584391010051,-0.969675840510782,-1.41934617111024,0.15871533504516983,-0.9164859938866586,0.49332454386808455,-0.05528110819606627,0.8707760834518624,-1.1135888285087199,-0.5199387602319737,-0.3695491856877989,0.46980092816153246,-0.7415507777965398,0.7046194872884055,-0.733077542937213,-0.051635811447263064,0.6145427737415274,-1.5128421885901406,0.8255989243827877,0.5764848769019809,0.14202820100402685],[-0.09748537678096945,-0.8195443347099914,0.9800365495851432,-0.5267478846207666,0.7758464715476575,0.19516134538296934,0.03462805638403933,-0.3529371229177302,-1.7152225495872278,0.09943681147198478,0.2850356721889484,-0.12738031238441122,0.30929366176446266,1.0684861601609974,-0.5090444056603157,0.7419909242906049,0.6179193635285835,0.47057968898821095,0.8157915181340645,0.2887036611840427,0.5489628064002394,-0.09592479945096594,-0.7144564390398289,-1.5652855041472598,0.3141571439554276,0.24945371998964494,0.36031632636873817,-2.0226753585960804,-0.6355886232877359,0.7654456715066501,0.6018512325024912,-1.771971025739766,0.4778743808153036,0.7134659283450059,-0.025330286653983652,0.18354619884285076,0.13193423036222407,-0.9315654572705326,-0.9831142473174398,-1.4288965943320762,-0.3211371211785973,-0.7805166462524433,-0.3025115449499317,-0.8485839243742764,-1.413011549466946,0.8081913797587567,-0.2544506817643718,-1.7933268327736824,-1.4482343345059379,-0.10645378374919129],[1.0772228988051304,1.167617232921566,-1.9014601316686168,0.14969494930149135,0.3649879173257894,0.7062595202804416,-0.7001225011727846,-0.10586678531327347,-1.5309585357279465,-0.3306967352850865,0.73216448133622,0.8576054320939771,1.1520276704000918,0.45716373481244027,0.9170242341337056,-0.7916700705969801,0.27555309363941577,-0.25331930338152053,-0.36648406882945694,0.3312593181522099,-1.9295149514800662,0.2942351787820693,0.2894701811572226,-0.27045443890245324,-1.0171173251860226,0.45390647800201156,-1.8175564378585907,0.3450718699622043,-1.017416949586739,0.2896526249151389,-0.2633383606526984,1.2901182786319956,-1.9283663485522378,-0.04019553345509367,0.572280191421049,1.666669898867854,-1.085023967272676,-0.9131870730484491,0.4072955444752886,-0.11409660540057222,-0.06757000694373115,0.41660516142619197,0.9017531473791258,-0.1894089543871856,-0.03118210542470969,-1.5106143404032788,0.005150969087148967,0.3312008240751043,0.07995746243592869,-0.5318709150599703],[-0.2920658821543872,0.935399990735914,-0.6984943287761096,-1.173705284328356,-2.2896471895489485,-0.32229818330295507,-0.6927865650165185,0.43492613783076617,-0.6744834916132322,-0.13393732422157525,-1.4435054704332668,-0.5013940331822665,-0.6668398253215525,0.45566302117444546,-0.7284024547195246,-0.7473083681763196,-2.1491228218142555,0.34032415370434715,-0.7580001723824732,-0.4447300262875739,0.6713127480236343,-0.08604837360591898,-0.38235798301270235,-2.1301099631282,-0.16363123836743143,0.8162695437854953,-0.18567325060035889,0.6780326876329086,0.025098986661609285,0.7092655843689971,-1.6412253914148043,0.6567646245119884,0.1725822995023512,-1.990879024152313,0.9787139419376844,0.36847039609321086,0.5480739641429011,-1.1866855546093562,0.6209160780729104,0.7486923241945693,0.3592854220175771,-0.441870404230431,-0.012347102785668734,-0.2822512731689577,-2.2749649586664504,-0.24336287826291075,-0.8098188263464758,-0.5760819366865095,-0.39167298570619463,0.9069220742518849],[-2.39375439927274,1.246223694982278,-0.25711433844232423,-0.14315720429646478,-3.272229175670288,-0.26196016820425194,-0.4799454313934957,1.556583676110862,0.9793243833204526,-1.0943148343415563,-2.868153930970465,-0.890267088518709,0.6795755059125818,0.6069423924571764,0.694921538527863,-2.0770989122409897,-1.4561630048254526,0.8522548326410007,0.31816707394946475,0.5247823310603532,0.12994059077435147,0.10450421235388498,-2.6051413674177963,-3.0076596079358184,-1.979429576181097,0.38508481301261593,0.22067537556282932,0.03396633003171156,-0.5345528622889893,0.32481515919894643,-2.2163416555838875,-1.1314796074878601,0.08362367508854188,-4.140691624172248,1.2162571750671831,-0.5856041747295618,-0.2882159405518302,0.01838784435489312,-0.7767479907494643,1.331896795442144,1.1437774575334552,1.0017944144572044,0.4340686597733371,0.283632424726909,-3.884506065250598,-0.05290614927494813,0.784404449725299,-0.3596422203792077,-0.9687535942284006,0.14077351244768646],[-1.2040503240610414,1.543255484985885,-0.05318891409693133,0.4753968203828613,-0.5029335082484829,-0.4170895252854305,0.035897899934332275,-0.7830899020538893,-2.3414506402982718,0.5734703658159798,0.17805326059403234,-0.4354470483179692,0.2740584731407933,-0.7238795785776063,0.2890606940202331,-1.5552564560035547,1.6230262627759553,0.9361422747735437,-0.6331244987284661,0.18220653384869323,0.8520733633519891,0.09980786960380801,-1.317260710380141,0.600521862894608,-0.14447699427689173,0.28020113576290007,-1.0627830311111328,0.6697102990814624,0.9197516014852486,0.8689160126581423,0.547120779298585,0.3861569963856087,0.7115076078641052,0.3782775273485751,-0.029725660477307472,0.8803315908541172,0.6645934228285236,-0.4511273382796104,-0.787425096477491,-0.7857778977369214,-0.10860078419134904,-1.1791161950666618,-1.602397679863684,0.9557040154246694,-0.25920340218349336,-0.5126661317947181,-1.4828405410583025,-1.0053979713741013,0.5274163556836379,0.7967467412484419],[-0.8818890259380777,-0.3175497591625943,-0.8853757346138045,0.4897952371894036,-0.08152923264016365,0.7955700308614387,-0.2504251813913528,0.11012951068161135,-0.47033383748093355,0.8510332715314011,-0.4303591989098183,0.7611378006490667,-0.9148421706531564,-0.5677591802119138,-0.5896004911244712,-0.5404129813479089,-0.2539621127270919,-0.8546431782872,-0.4127270631411439,-0.4547312731184138,0.4927415211345924,-1.2064049840082642,0.21881228691763638,-0.6837170485086835,0.8898138565087295,0.5379836777617156,-0.06807691881958301,-0.8053669629684497,-0.08390878433746277,-1.0400780769688716,-0.38192594821704773,0.7295355662012399,0.17298777733775844,0.16615380312114622,-0.4709203145487315,0.6435004547026051,-0.08982218930429897,-0.5294590603940592,-0.025972111729769855,0.8941371164594571,0.46359632541237633,0.8329444889751331,0.05882518481262784,-0.16275024566913837,-2.023505549310252,-0.04892264340574237,-0.7408673978777479,-0.20006795245139605,-0.4292663133712652,-0.21572272919608493],[-0.04580185856738742,0.6812873613750227,-1.6132642893497222,-0.3319018880808674,0.7046647196696297,0.06435365952918075,0.23321446109328053,-0.3012247284556666,-0.2731163223174402,0.2884033023131605,-0.3348950921647964,0.1578121743942343,0.8836582110161892,0.3667530747909342,0.34707233780019237,-0.400998801983861,-1.4547861152226305,-0.4457382295271193,-1.06824535732629,0.710100747280075,0.15247963733518652,-0.6637330686354679,0.5859055860302494,-0.6221366271857671,0.5730240643420204,0.025164731082980563,-0.7874055820535713,0.25833234507512204,-0.35777852534634064,0.9941694293580813,-0.42648011512336603,-1.1022376031499395,-1.2227649172111774,0.8593997029378136,-0.9055502837633189,-0.7229639013678725,-0.6400968254852378,-0.6149544114985132,-1.6107808595858695,-0.10344773645424844,1.0493644085345726,-0.020466643843293542,-1.7155002413093605,0.9876357247687539,-0.8567414895773539,-0.24826858413062675,0.4585531358705724,-0.2826231040474862,0.7414012141899898,-0.00973818311106823],[0.8360171672707579,0.06985323069276324,0.6752772914934456,0.38989360801478,0.9797239988080954,-0.41345716194494825,0.8871189065735011,-0.534814750436572,-0.7367627594832351,-0.5096010399333999,0.41102904550421526,0.06516246471389933,-1.2979331303733674,-0.7454285357123751,0.3290690183686184,0.025988440039186916,0.7040738492954539,0.6468534821550178,-0.008219197319651502,-1.48882521103334,-2.041461878334654,-0.3480316528715797,-1.3178130548044855,-0.3949311320755061,0.17995027178490183,-1.7614568650642966,-0.6333802768184166,-0.4954257759495625,0.0881801496278209,-1.6918895828131701,0.8596348457722817,-0.9088778701340163,-0.24893132939384743,-0.6213824245853865,0.09437260938334852,-0.32956388676423864,-0.8342982100070896,-0.05133791856738813,-1.61744915996235,-1.2859205166301697,-0.22404976194888446,0.9662405025949095,-2.010403458517853,-0.9888540923777551,-0.5280560665042496,0.3082855399818343,0.7617702469828952,-0.49142953648240983,0.3256703142146639,-0.3458478673848772],[-0.14387120444399698,-0.01763069683817313,0.36741837008885586,0.8727449058462423,0.3234650970889171,0.8009840048087187,-0.1008195967203226,-0.1743509563105739,0.6299371225296514,0.8715291609407358,0.4227959661594211,-1.0690781619407468,0.8031993152388218,-2.4212578876361466,0.8909849256057489,-0.3458157280398158,0.41612289180860107,-0.3261702049416478,0.28929167471910755,-1.280323524785032,-0.6228079589026516,-0.17200712045621186,0.2512822054309727,-0.6716166909180636,-0.17512614200760676,0.671912725806233,0.18634666296947092,-0.05105831829329515,-0.7741745748812353,0.33251385182958076,-0.2306344083913945,-0.7588328783211847,-0.14632659635614786,-0.92240654940229,-1.950811973741344,-0.47189446523395634,0.4688950414210435,-1.4717179845300332,0.028478477005420336,-0.4820253061224731,0.5611407660933879,-2.113034843757547,-0.8053394047155109,0.21174989424359156,0.8901412732365725,0.13052544425653634,-0.5745885451712317,-0.5783470266970593,-1.4291503447696057,0.9816316841981391],[1.039523057193678,-0.6006712046220135,-0.009141194497119132,-0.7003285158616857,-0.34844032051701956,-1.7280406295483821,-0.7192585281693836,-2.0781577131771547,-0.8543287564862045,0.911608962017138,-2.1080876974686285,-0.4952853490232781,-0.2696104418891433,-3.379599504479491,0.05933231158281203,0.17594103889905385,0.8046588049161882,-1.597483395244629,0.1359582834037529,0.0636643091291503,-1.6278173158581357,-0.6705717401706612,-1.4492721884928899,-2.5954440092643996,0.7920535921396757,-0.870603265513493,0.5184737358803085,-0.07877496064574316,0.8608115113935908,-0.2744986887140727,-0.3677659120146073,0.06439407457843384,-0.551034830558199,0.1569603354328848,1.1290796637614455,0.022121490657080453,-0.7182060444184485,-1.5481991796918864,0.5760772615904711,0.9170482745232181,0.17677344843352574,1.1037300726027517,-0.725848036415077,-2.561384854066687,-4.345268755098009,0.2931103641456859,-2.7786048108001116,-0.2669796635731299,-0.8108167769324323,-1.0097290882476617],[-0.5715984567739404,-1.9449407034340322,-0.1682273414365555,-0.43717434984665104,-1.3446904491011493,-0.0058140300082258935,0.5281692853323092,-0.9871126577201125,-0.8229101099370576,-0.12233081504708039,0.31635449910142266,0.1516159191989119,-2.131464907507326,-1.0174926217248266,-0.6056163288789784,0.7521656660967454,-3.0881636627470757,-2.3749705980335536,0.9273583510757989,0.18697487656858844,-0.49779402237203974,-0.3956916826746785,-0.565564052745603,0.4611150264581601,0.31945065522994903,-0.2421923002009988,-1.0427963178792348,0.026976789703058862,0.12443885290682334,-0.7649266450887312,-1.2666703725427078,-0.39331828802987107,-0.15608698111366295,0.9246936964494746,-0.8557710046999651,1.075401097863463,-0.9748431271990928,-0.13580889057080137,0.4360881856779706,0.5348515011048602,-1.2930015978960436,0.46682815227213503,-1.0328081627772203,-0.9866739614497041,0.9293513650977352,-0.932335499898787,0.5374312081865976,0.38940443657879226,-1.8292654361988954,-0.5539800015669161],[-4.53677840675947,0.24309805666595982,-1.04638369827962,0.6509679078501465,-1.5466592966697248,-0.9504745378950368,0.46788447099507596,-0.03936061192222053,0.3847077943298732,0.23998572755277822,-1.4537653963078496,0.7919290785086097,-0.9150246454543853,-0.8213749056313119,-2.7025084920907023,-3.3115560608719568,0.4004242283750273,-0.39905880957858836,-2.7378929919711963,-3.117693078136317,-1.3053363297048433,-0.7023350037710225,0.86658039971181,-0.02807990472993969,-0.013658821665515101,-2.443355133148442,-2.191875696559988,-1.6027672943310567,-1.258923766206356,0.5584629619689953,1.229646728016024,-3.3152198672073725,-0.05443210985071853,-0.8837339589588628,-4.479814972163525,-1.8614643680948786,-0.5880865002163899,0.07039979311746727,-1.3883088631217835,0.7544983534712766,-2.6190066510106376,-1.1977675258817588,-1.9114693037095785,-0.2410808168352932,-1.4777579827052794,-0.7815830355767567,-0.007717813524650234,-1.9567174490112313,-3.3223906965343173,-2.252700981359393],[-1.665219786691798,-0.24297187317795207,-1.9908868048304467,0.8504696084139888,-0.09261251618773603,-2.752103032498379,-1.84337517917405,-1.484548112582578,-0.8984161341490713,0.06628825182395276,-2.4011680864680036,-0.7947532531017855,-5.709241823912496,-0.8992110820498758,-0.5780977684025431,1.1082935286532138,-0.41795409411546075,-2.107645293381797,0.42587796195230393,-1.9832609460970434,-3.506043833019526,-3.092895294444282,-2.321807378679137,-0.192553917872199,-1.7313055367369738,0.10213253295962678,-1.76811903581085,0.3024457156573567,-2.489906028965237,-1.2763483460042426,-1.3352019659065446,-2.612196889178957,-0.5437342207305701,-0.2856995309679446,0.9898902960679735,-4.14429005910239,-1.4757147800656245,-1.463117429937173,0.34863126149577117,-0.25940889594671396,-0.03154755334347137,-2.1862502925081153,0.44494139217422873,1.1394092774878564,-5.8533707088233395,-1.5730791194854183,0.926259019823789,0.04546230326693056,-3.783791593895077,-2.668207151456671],[0.36123404486682426,0.4110648795126841,0.9429174137931093,-1.16210049648422,-0.41015274475504154,0.2643636177226634,-0.6748467247597826,-0.5759005462637804,0.5704897777741271,-0.7855327666192494,-0.6125822563245044,0.591507205629767,-1.547098689785888,-0.6559899243327627,0.1575602051371762,0.2918315753836111,-1.3100579131914498,0.30996763881920003,-0.633736272578911,0.010318397124780715,-0.9252466889104163,-0.2851883561902167,0.43851662280622933,0.652031603218947,-1.1693909167213112,0.7247365722509072,-0.4638835289601097,-1.0360974928120181,-0.91264583109614,0.9432636609283322,-0.2715191482070586,0.9845706993960387,0.4895066040238604,0.6875881850490025,0.8401458654138054,-0.5594928794629989,0.8596289223759698,-0.6120341266924508,1.0123011390702843,-0.9055984950478632,0.20332501959683583,0.44981287476752235,0.7948028474676879,-0.4300533747616211,-0.034817473126420896,-0.6708946108022019,0.8038710063950096,-0.5528393570526781,-1.1634601090116048,0.24659048704890593],[1.013621889199704,0.416792158815989,0.2668694189088258,0.39843327151563396,0.4440515850943241,-1.1220778665296713,-0.03667895696705947,0.6059985170784977,-0.8798248502608935,0.6646293853968926,-0.3301805575862152,0.18553783899144333,0.0023909253283301668,0.7998793764745502,-2.5464763107390134,0.007270049841983942,-0.48499265937349845,-1.2870592355540156,-1.2003471868297315,-0.3315092216988176,0.9173014247969811,-0.2434666756887112,0.27408168244612274,-0.2453213945788026,0.9270919280181558,-0.3085543198474944,0.6086120440751703,-1.5152150403955216,0.1361670589425699,0.7818082663771466,-0.09678791414847443,-0.6478396407643005,0.7768932264557978,0.3721962008901346,0.03089052379405729,0.7701838750676471,-0.05241122796890029,0.3391211390754753,0.23644106465009046,0.32756898564014086,-0.4679330108614486,0.9734314777499007,-1.9535776117307844,-0.5017093315211312,0.10741605144275514,-1.953945118700549,0.8687687367110022,-0.867213299854873,0.9843956680008327,0.9566449017976083],[-0.6787827517553057,-0.4798882058833606,0.6093287053939841,0.39342733378407724,0.14395257126925246,-1.7499439687482723,1.07745206208811,-0.15491636567298323,0.6161248732946911,0.2713958448454489,-5.767133585525616,-2.373649405345246,-3.356089835273809,0.6570299691165926,1.0354901174391666,0.12103466968826469,-1.421350626522868,1.288898277633415,-0.031781930872117586,-1.9253808298854809,0.7086132810599284,-2.377873275164076,-5.512142776796382,-0.2613300402804758,1.0927445113146173,0.6120639691116246,-1.4582609424177755,0.3138296159323791,2.185580317509896,0.7558201607099089,-0.6771474118460228,-6.4671923353331175,0.42413821487352765,0.37344489313270357,-1.2853473788527765,-3.571458546560929,0.27933892707685637,-1.8972466027553687,0.16133865037460626,-0.29249742720937766,-0.8945639568636921,-3.6650496023570445,0.5836358632336878,-0.6454293013778651,-0.07361457247510805,0.19039178772606055,0.19328740673795336,0.7553568974031082,1.7498440432075577,-0.6774047289736008],[-0.33067431328252694,0.5058314444798913,-0.3271912249179482,0.874509641006734,0.48308028733166475,-0.5033582109671279,0.0634983041282115,-1.1484606657393872,-0.015527581890574344,0.054014724778213674,0.35017415611202185,-0.23672553618904837,0.9045894776190675,0.6257168529575939,-0.6749705964868685,-0.5988011618198165,-0.10357652640449236,-0.03006614638085555,-0.5680759096574678,-0.8559280434054929,0.5615739242640744,-1.9750074833271543,0.13460910721478142,-2.1037341131984992,0.256466144240369,-0.2738554777882791,-1.204060122677336,-1.2080019304756593,0.40745442256258263,0.341073728742326,0.3829454844808444,0.9579233246593413,0.37130205772710156,0.9323145534440107,0.18729334411138418,-0.016359989652915526,-1.07704612354689,-1.82530816065789,-0.2739944020791229,-1.1566913805895422,-0.37343671239180404,-1.0259713232945165,-0.704053020577816,-0.5494643544304451,-1.56830808608052,-0.04838197382927723,0.48293491978020936,0.14607043794382354,-0.9545566646026622,0.08141305181826235],[-0.6443833244150106,0.08206444296122906,0.23499682566927776,0.8710965282957583,-0.3652077720613092,0.4618443485179572,0.07532174052443709,-0.48698348607677366,-0.23368915221627704,0.5757433430791252,0.2425116994069382,0.3201953406142858,0.16760573381628663,0.9972602873629097,0.7613490455738672,0.674257546614681,-0.5835933298546208,0.7649936380054586,0.6208555743102676,-0.2008294757349597,-1.4706770286533337,-0.11222400971955032,-0.28104913722640656,-0.9534638810995127,0.9383811054618276,-0.972525823374742,0.623285012686156,0.8723988543943046,-1.746370916685756,-0.9096569178344651,0.2757277921750912,-0.6900118058975251,0.6314894352586681,-0.05978300329425769,-0.2520799725640221,-0.12628612387365323,-0.9211285398316194,-1.0382702666479657,-0.6471710616653082,0.8433117213134458,0.848250405757375,0.24298138493145685,-0.7746130865074548,0.6314980041711222,-0.11388837150453929,0.7829996334892424,0.37989168918596317,0.7672299115752453,0.15147906885474666,-0.4090199153836591],[0.19353195257269354,0.058772485872724343,-1.6272705087790655,-0.11382033244908732,1.1132144327929658,0.6106248342023995,0.7043953061546011,0.5989996627347208,0.15899441262239702,-0.10981909056623104,-0.3528004107311022,-0.04717594503860709,-0.17406984428625918,0.09925868754231269,0.5935265527886813,1.0520227987862156,-0.11945008887657813,0.27534692113935133,-2.710186022124994,-1.1815231913387225,0.3047145172853884,-2.0512975577313877,-0.3651696233326486,-0.6623180111498486,-0.866111355702283,0.15775770116993676,-1.9917328422286495,1.6290114957887307,0.8723643386204235,1.019985852576588,-0.003063633308797507,-2.557849091858974,-0.2657646599390045,-0.07859355935585069,-2.8577330977968285,0.5177244633906691,-0.3455346929738406,0.8769895001782274,-2.999488262008093,0.3646211918102534,1.1305577319241615,0.23965066372392388,-1.013350644782859,-0.5938433645087134,-1.4283598445863268,1.100584992343939,-0.04610029459803641,0.35761328034034434,-1.1599440214662804,-1.3732536324818692],[-2.228785813101961,0.524404345426053,-0.24374160492884026,-2.749143433323779,-0.12214671007423045,-1.093677311361943,-0.8714753564793805,0.6433788494227897,-0.2842033486847668,0.6766133987059966,0.5160624925812566,0.9678599174003624,0.2179827931544341,0.008750276143987847,0.12372315375477363,-1.286487748325677,-0.9362333003783131,-0.1823316574547089,0.6421143120113192,-1.3982757052987582,-3.0055236806589476,0.556289470546207,-2.3579066231495043,0.3688019479335206,-1.5731999554231948,-0.9941993100104578,-0.29238987910019004,-1.2454474143877334,-3.064211706220452,0.255866479453927,-0.20112071650076255,0.6096810433458117,-0.7074650350683552,-2.6880247650426257,0.7389946946768753,-0.3440574022541787,0.8079284595860735,-0.8040572439603899,0.9515761663695619,-2.8060085285761334,0.7733919938935536,0.34692434734037625,-2.4585966017125993,-1.9859745883582387,0.8906895691425024,0.8741259190593051,-0.006853480038693534,-0.5518163909264627,0.6762421519289525,0.8516407683784342],[-0.19916241243687594,0.4455572868617975,0.037627326352900586,-0.2597298203718516,0.28471266973217135,0.15070056937691806,-1.2535544793972364,-0.4231779373115868,0.012744788846943906,-1.3702112575228946,0.3392989132089936,-1.6783970435802609,0.20598519627913575,0.5598655377399284,0.5958830524897093,0.17580826849280282,0.9567347821478589,-1.1133929955662345,-0.17085648785728436,0.10231900258439254,-0.35960043438850714,0.07505924599268453,1.0575632689845613,0.9760116093744875,-0.9011704290532575,-1.1390242246908588,0.7215965680509172,-1.4935824943727078,-0.6545674681899052,0.03813714222334694,0.33586894494655206,-1.081297954510633,0.4233968961692801,0.5256192500916842,0.11457881136694838,-0.4411433230902399,-0.5480212817779896,-0.9380393678169935,-2.22146092963783,-2.933780962432883,-0.08585798930874257,0.11553911043133384,-0.6228220678630886,-2.2978720882917485,0.9781955481891379,0.07592966429512543,-0.36296803723602605,-3.045197023334892,0.910392973555599,0.27289190332418295],[-0.627404782552557,0.1673778712818353,1.0868072997201363,0.3755961791908425,-0.7218409844745061,0.46215373615769545,-0.5473169155834765,-0.49689414374325563,-0.06953283464001297,0.3708072576130339,0.0908598460279067,-0.8613903675297687,-0.5303862147138049,0.6996683354521722,1.1177959552265473,1.0193955901719407,-1.1309447463166202,-0.5355762076297225,0.8275623191816196,-0.5233170018598485,-0.21557859179607722,-0.4759361912507031,-0.3270688096780099,-0.6862742750936078,0.9981291397874997,0.9792122583096659,0.23657639403742148,0.32232221097092967,1.1393940337050998,0.403234469375869,-0.10294207473807933,-0.25509231574918034,-0.6263194157922899,-0.7159271369469892,-1.6457455784387431,0.5494615320526316,0.17075083280406073,0.6926503999010976,0.634495186625333,-0.6413176108260995,0.6107643749660199,0.39498971621471246,0.23217053285975053,-1.408891868826108,-0.14716738863318887,-1.1017091033357602,1.1155525996519977,-2.036433473261695,-1.0201904240611999,0.5988550770170591],[0.28070893541387537,0.4268840324978092,-0.2552066796390388,0.7306382068316554,-0.37873570731425843,0.2347870191898663,-0.7252435694860073,0.38686089164195847,0.28597505822261854,0.353115305582347,0.6415664720555608,-1.4629808206954142,0.4309115503133401,-0.9145480242279618,0.6843196544248146,-1.4075243259783616,0.6889621901772094,0.188473843355805,-0.518829386001665,-1.4443774882962583,0.3573354562887939,-0.527579916380513,-0.8413758853056423,-0.2386326956373567,0.2686982911832551,-0.2936352286918791,0.2876474700225991,-2.573940909282044,-0.08733609561001385,0.9146557578550408,1.0600511585082375,-0.7631892310678193,0.08798238309545658,-0.530570631643319,0.13485217457227358,-0.05712049087138676,-1.6013476079877138,0.0914507030101051,-3.0140772935750477,-2.266190487990952,0.5218825021560303,0.29645111014854375,-0.06983592643580352,-1.8848568272814898,0.16598593013122084,-0.8980236961027896,0.625691566155801,-3.3352683383956023,-0.5985116059367069,0.7272592225138947],[-0.7766957148485796,0.012135891486788185,-0.2307742668215355,-0.4498204529071631,-0.4211838184993954,-1.2548898802449677,0.873970366643818,-0.16952730811169558,-0.6161140778041448,-0.22476869160225235,-1.705503254149094,0.3290787553788508,-0.3233572647893237,-0.4737681911752977,0.6861045959184163,1.0120956623378354,0.8808619434121366,-0.5240731195249599,0.3807082234067606,-0.6408457958103488,0.23931386104774383,0.2559380757388407,0.3478932946783844,-0.6835085116782872,-0.15312214612612823,0.550443688919009,0.13153433159290662,-0.47088426777211223,0.787190738439943,0.27662223218138915,-0.31295364387489677,-0.24757591803961362,-1.1067239317840463,0.4660046504128683,0.12338045307296222,0.21443072161249224,-0.7263936688993707,-0.6177907058122131,0.9114031462143704,-1.2242387560827654,-0.47285846222729294,-1.7808193397475114,0.72915531072522,-0.3941858424861445,-2.0037682242156487,0.26579487965260346,-1.3726921774843264,-0.686997874981828,0.5729764074925712,0.3903930962326629],[-0.09169836042021501,-0.3430696269217162,0.6632652998754943,0.01984547995387279,-0.33952981115220016,1.1763150172194117,-0.282469999335969,-0.43909037486634217,-0.4076556115362818,-1.0746734280589232,-2.489252588510422,-0.40631491390156094,-1.291330492506631,-1.0451261618206515,0.7448866112753484,-0.8593982226970036,0.9823703887054982,-0.11613285148990365,-0.8286069573684935,0.12469992420324119,0.938106261740905,-0.7313314638701317,0.9391118588903464,-0.2029130877121554,-1.249805881685855,-0.8020008822712816,-0.9152917536884373,0.4371725582574638,0.21192024821870792,1.530900918094592,-0.9983691065406213,-1.9343702173006099,0.00988695513965578,-0.493836456135692,0.7582557130228768,-0.8968685941401641,0.5681225564091184,-0.34205906557154964,0.0283326867523773,-1.3807754114913515,0.41967401867985854,-0.45680437043604255,-1.6195817885527248,-0.0983610804077601,0.7126928741958483,0.8240608947052169,-1.7499880292502816,-0.10624195193295059,-1.1236953363755169,0.11022630753161362],[-2.0783925800050898,0.41863883402148117,-2.869821202838666,1.0314443647574163,-0.1684890696822022,0.41113685990115395,-0.1985874338434576,-0.25386892135158434,-0.41944337782746804,0.04844326139515798,-0.6182967129342171,-0.6686588080726471,1.5203751297406516,1.2538304542535754,0.9072860284967024,0.3616017235937293,-2.306339152863875,-3.0042826908863858,-1.1378285042554168,-1.086678691549879,-0.1299155367533443,-0.8007617341967554,0.11699136787455088,0.32351920486450825,0.2673108127854887,-0.1140659689934565,0.7698437237282688,0.6610538838574108,0.9381072952004017,-0.5288345660129243,-0.3770454516001954,-2.10138482450374,-0.11762665750364866,1.3081195650700874,-0.8305660847363364,0.07964528284548422,1.2644640626904073,-0.994058964034027,-0.2770328334661114,0.3857792269586106,-0.6233441320943001,-0.8587955431506835,-2.0200478792323535,-0.602918126090119,-0.41419341147290323,0.946862318487835,-0.7175565087935859,0.267012306393852,-0.17738793289107543,0.4292615633657329],[-2.0853970597466005,0.0837781764020867,-0.5156213292389025,-0.28459061834004656,0.01631071034329015,0.795284542689728,-2.8057461402638104,-2.4710644691270542,0.963971316776461,-1.5370597756910693,-0.6240370524637192,-0.6940295678014307,-1.244496363227277,-0.736962437722367,0.10012458267142252,-0.785527620000855,-0.6525681549089557,-0.06044625984901687,0.1351804659792122,0.6782439041987806,-0.8242305974877734,-1.2145915238836755,0.8092951255447078,-0.5307427757078284,0.5436372572971905,0.7951448646525516,0.5743788973923372,-0.7817476836537746,-0.8178144782940079,0.5944169193649286,-0.01490745712325683,-1.2263575059606517,0.19010085595696363,-1.7242273798095455,-1.1107340425543244,-0.5257427282073464,-0.06269396927917452,0.13986271892173463,-1.133092657697963,-0.11797684088170723,0.7135401982766729,-0.2683247287178368,0.8338624611688588,0.6668521990580988,-0.5193950579816474,0.9895057219839475,0.6064775118869364,-1.7442140722574946,0.1829652591851841,-0.8026366945540516],[1.026426949887514,-0.8603139845681145,0.7113251788875306,-1.0399582408006027,0.378518184320472,0.8487998760808377,-0.5990251107603365,-0.6273049410655777,-0.6608019850114141,0.397674998690458,0.254168071906728,-0.2547368534885434,-1.623401195478405,-0.5912536536423427,0.4454542653785177,-0.25369501001954425,-1.8289006432273174,-0.6058367370640456,-0.6000157401129459,-0.9173692561821356,-0.5587697473591435,-0.4848492460531101,0.8767878290165463,0.5764560362625457,-0.8135158173923172,0.7072705424135171,0.5579501071951073,-1.1973900613172965,-0.5771201111260643,0.7403794871760085,0.634178770210254,0.9457120370107172,0.1252989982117864,-0.5819183456051255,0.8423089827935961,0.14590960098711553,-0.8183663289076626,-0.06319843715677252,-0.6690503281279284,-0.15637192511507073,0.9321616245887185,-0.130863569451296,-0.12091481514731962,0.4745974786022632,-0.8281794555972182,0.21358970371330993,0.6237936415219048,0.8395937887929553,-1.349310004702313,0.2350899425888011],[-0.008914281459090297,-3.28836530286271,-0.0009403315740091306,-0.6859085271380951,-2.7705816131966516,0.45367176725942965,-0.17632324552767342,0.3135726857752169,-0.3059528540538299,-0.7080069884802945,0.7530376964037994,-0.4414917461454047,-2.101819727022668,-1.1127214523868465,0.6397831646138413,-0.5503611802850713,-5.164110654260171,-3.228256367440612,0.37394815104913914,-0.2125337187531652,0.7358467076963455,-1.1830333203171304,-1.5872115151775148,-0.5521611113480602,-0.8387176937079108,0.8241839745481953,-0.8938476977360106,-0.0742235745111593,-0.9324513190022274,-1.1469426695680238,0.28423949831777773,0.318970953343246,1.3379658081263894,-0.05090683236731818,-0.5837706379176971,-0.45913008487451684,1.011635878766897,0.3005655888745598,-0.17154870051026672,0.4273285344128041,-0.052642397655243846,-0.8730853478294919,-0.10999299695902855,1.0970814747246518,1.2334222894784672,-0.043242296220913655,-1.2790059331815873,-0.3000048209280427,-3.0066052595772437,0.8788874885665058],[-0.27112036515048754,-1.2774078703609835,-1.076052297992666,-0.07487464701486582,0.854850532120678,-1.4393687734573732,-0.7354127303444197,0.5946920772942652,-0.7973099652629474,0.971378584831642,-0.7699993744572899,-0.6680834014829495,0.763176325898544,0.9604367012805646,-0.14297207295967654,-0.2965588728859184,-0.7433552409566961,-0.2824863946246368,-0.2923739301228519,0.9279840215849915,-0.5610153582046602,0.051895489620522164,-0.36062966030337473,-0.3352097750572481,-0.40285542184154677,0.09009667954059211,-0.8149683464675296,-0.27320937448176813,-0.2767694710734823,0.5521616548665714,-0.8748226440683349,-0.4877141723406064,-0.9222644599163904,-0.34687474449750355,-0.5861620523081956,0.5280322157187074,-0.18418388860528132,-0.38788389856895605,0.09427488625676397,0.5415983228892964,0.5307979701461888,-1.0181674729289192,0.6690826717273869,0.45451196263335797,-1.284852657980064,-0.2587368471740049,-0.6262662548105978,-0.8271281182545812,0.787603245637403,0.8498236364468474],[0.2875120043191031,-1.0216403100264264,0.366595473024822,-0.021981709370619818,-1.4717969329606975,0.6521218404537301,0.7128370431759734,0.4969754062266272,-2.0240789468191664,-0.12485020840889,0.4334363862628284,-1.133520148352871,-0.26644443232741694,0.03220079834218528,0.11212408918878769,0.0019500507097769681,0.5246972707075713,-0.5776825965510559,-0.6394415537736131,0.601545448679881,-0.028230670693582826,-1.0325853851692075,0.3323641218869741,0.3917874499357328,-1.0738045300850751,-1.267691320254274,-0.1139004241848042,-1.0506709060336705,0.5003698737495987,-0.05398484328860862,0.702402714906576,0.8858748907342855,-0.5050815301875644,-1.3294146643057163,-3.30253442670753,0.9237398382344247,0.5590889244111242,-0.03204897577085575,-1.0374865779826479,-2.9045744315053508,-0.30935002360919794,-0.2976567982385756,-0.38556550454527,0.2157801336136853,-0.10540572994730005,-0.1686647531363113,-1.197908958362769,-0.02353037412213323,0.374454110401526,-0.0038488254555157945],[0.6677426265245747,0.6521529893875976,0.5863895426003284,-1.0742316043265234,-0.30412813689875823,-0.5374126492326334,-2.147179529800086,0.07339721754098671,-0.1436987339488846,-0.521880965264785,-0.4452478962858915,-1.5516917442286902,-1.8676396786685652,0.07892774236421705,-1.5242621600270354,0.5350243302936595,-0.5332669415383483,0.23913643707223195,0.5768093881187463,-0.1358845312016759,-2.319263149423296,0.8347839709357043,0.3478236184819451,0.26334776263551574,0.6730493326686655,0.13490484986689819,0.6477326815163025,0.7301605864514155,0.5249133907525383,-0.44111972256909077,0.8514528558783456,-1.0437983036836178,-1.6710142901042047,-0.362281574061163,-0.20453640000396772,-1.7431080928262586,0.299709707298567,0.4628440975588579,-0.5075436835915692,0.20208692374663256,-0.6696900099078029,-1.9931011849148192,-1.6721464701730286,-0.6826031966020941,-0.7007048270117798,0.23304598361033926,-0.04833646018227396,0.12152103396832614,-0.46994540710657373,-0.5054705090244264],[-0.24614095296512073,0.2018066635284866,0.4474871500058163,-1.0227672612242025,0.18150954216514525,-0.47008646374013546,0.9424234114744027,0.10381238999821095,0.7803285655585964,0.8801095584671795,0.6259995716209398,0.7152088507474509,-1.6394988513410087,-0.815103494762805,-0.6422703391794735,-0.5073314556331318,0.7129264391327996,0.336918538394014,-0.6592734010764559,-1.2948044204810822,-2.3747795693484943,-0.27231212591268694,-1.1110081091535664,0.8156426640954297,0.07566259339616149,-1.9791847098086635,-0.6527293200713548,-0.6101720163661769,-0.38788523775964523,-1.4212554454912592,-0.47749915421609085,-1.6796926560390508,0.7860578414894349,-0.7323080380899568,-0.2227822206881334,-1.7524217360609269,0.39455087251143967,-0.6939451736730653,-1.216782484315279,-0.27310724755929777,-0.8554161121509072,0.27573176632189456,-2.0839528020934064,0.6954758917092143,0.41446631025449826,-0.15735790032867333,0.7551311353177447,0.3922317664589877,0.23560380815411783,-1.517315978063024],[0.20060979300814008,0.09053556416121536,0.16323371352558283,-0.7518598753193048,0.1383484228811219,-0.013493173740068328,0.08427151789690555,-0.598793676482675,-1.8872219088448126,0.28759204084344214,1.3984849920529538,0.5519049407902088,0.031410330839217716,-0.6977021624163867,0.32455498732100907,0.8488453454551097,-0.09176580861453326,0.4077481368362119,0.5053106520648306,0.4628387543164769,-1.5350314407237828,0.1574403141789869,-0.5418086961718354,-0.30127035821933934,-0.502508116764655,-0.6451583650886961,-0.6497932831106122,0.28799494113144364,0.3697733345070554,-0.6222872416737315,0.19337948554359508,0.675557663752499,-1.7471629361033134,-1.1097014441003774,0.2675919537484337,1.3047824385331546,-1.2121743059520338,-0.3166923536014791,0.33091607777045884,-0.8036729330509826,0.2062930865383343,0.448282303811945,-0.17555557554023732,-0.05359426935344166,-0.14290126569409678,0.1555061205351386,0.4489173429333437,0.7478080189792957,0.3606996610383934,-0.9184743882102496],[-0.9050065776754522,0.016228969666353225,-0.5882177584727425,-0.25097883770568363,0.8972782337256096,-0.6731422567003963,0.3979724962084313,-0.5507548817138079,0.5087648682677991,-1.1702581968454646,-0.3616443741960919,-0.07235204759179122,-0.9519703861855259,-0.11227521024141897,-2.3378571337392193,-0.6464053175190916,0.7345413733733182,-0.08925331669741167,-1.146546689314197,0.14389832948599032,0.32461508598814903,-0.9911430938418965,0.6712163544912741,-0.23882446401194163,0.9996132797911311,-1.4620877697163923,0.41028199324693526,-0.6860771743008799,0.12737395443175065,-1.3291500953192847,-0.6380064493787312,0.37352650666953263,-0.08495957976554609,-0.8458058049371732,-0.0017941014494657417,-0.5062951696524995,0.7672739428283849,-0.6915427456017664,0.43133779827148144,0.46978213233237376,-0.512340239049156,0.7376173343789,-1.5993485370792724,-0.1893817151551335,-0.4706085419029144,-1.6537037778133226,-0.6161061079072662,-1.6054381605576948,-0.1299233117941292,0.17045354361402487],[0.9076931122230273,0.9118888392934147,-1.1401711968500072,-1.490832951142362,-0.6014734865761318,-0.2803138432207441,-1.6486463740575177,0.3911343430697241,0.46268501869253664,-0.6660059797262184,0.7493773353095435,-0.6521364694779898,-1.459307658507709,0.31459107681047166,0.31861030473773555,-1.0552490570077275,-0.7873826712929479,-0.02881568875193436,-1.45596250182671,0.45377948493228554,-0.7382533543850561,0.42504357020076355,0.3509090913553785,-0.15780607832689372,-0.05731204549444426,0.020866573077868465,-0.4664867191586895,0.3143347353902991,0.3034006364040993,-0.15089520815707705,-0.2584234599666291,-1.302433574842329,-0.9478964822898027,-0.42777468029419247,-0.7586406294045087,-1.0036723500982785,-0.9018283501369164,-0.8740984168528498,0.7632847809940633,0.6000483582505033,0.2532825406104559,-1.4996221699690415,-1.1788494644635121,-0.7836098724575946,-0.05995687244922576,0.34755736077717,0.28075729608379635,-0.9759243353149524,-0.3801361932893917,0.12835124452154925],[-0.19070937563723167,-1.2114122243206926,-0.4450750916973372,-1.3111042710139995,-0.6869987996246021,-0.38721698063926135,0.8482557363238887,0.22068631625965152,-0.9598607402356024,-0.25631707673637516,-1.4536421673915823,-1.0150849202084242,-1.0837651633398813,-0.14607471289614676,-0.49615842723883474,-0.88766392021529,-0.20669963629630878,-0.7404385618965555,0.5094050996541292,0.9125531580881117,0.6964212711015348,-0.6748528071608164,0.4394368626350793,0.4373432709131101,0.7884689369776755,0.8041048267551194,0.6983535857979197,-1.000496878334018,0.09099834866308978,-0.5095828835573878,0.508830785660287,-0.7431365498550697,-0.598790526718673,0.40729189009941874,-0.5218160434853208,-1.9935799451939797,-0.8039976971765118,0.6933213603272489,-1.922774408811924,-0.18853276432054394,0.8537143898423416,0.5559398532768199,0.1671234618599987,-0.5314048814838207,0.9009531951511824,0.12262515829114522,0.15630970173307243,-0.04295059256504016,-2.0318623636682265,-1.5396712104812051],[-0.9457415197433894,0.056388650802472594,-1.1273313317722065,-1.5172735941032596,0.7453002155804802,1.077601031867922,0.9564582987552508,-0.5995926998749191,-1.7197743972652262,0.5910952560170272,0.2267824518877014,-0.589889230865456,-1.2264084291662811,-2.554446639145289,0.8362934420023599,0.23945982015697906,0.9085271472363211,-0.3643276456772759,-1.907787964343286,0.31541320908520243,0.07442305187449376,-0.4004546218648025,0.570665918562109,0.03444028657071677,0.6233268235035853,-0.19049830239076715,0.3409973351770478,-1.3667057948210999,0.6415462141206263,-0.4733052905743685,-1.0220381371638847,0.3254685044237879,0.24412814791291812,0.6063365678472671,0.43952952972341935,-1.3837979414910457,-1.1834510126965818,-0.2946464648766165,-0.020525073400712253,0.7406818729331662,0.2591860366538735,-0.07578271022475298,0.6937768748599076,0.9575888507455479,-1.5664696181464466,-0.625756287534398,-0.8157970492414419,0.027414361708363363,-0.5608630322104484,-1.7303205480217412],[0.39176732526593816,-0.118406600595873,-0.5310316091038743,-0.7609865426366723,-0.5847605473683936,0.5176010955139858,-0.7982366610868527,-0.05731880131570493,0.406007545508044,-0.4577991403264543,0.4392980340632157,0.7190292233384963,-0.22596098509698853,-1.7924283582226477,0.7943052799326128,-0.6242470307849546,-0.5179950317591,1.018571100750387,-0.6921945796534391,1.620989343225008,0.7099783212353292,-0.6538079617850159,-0.44587964944919767,-0.20503673239759312,-0.05291270101392792,-0.8378904631785097,0.785742825061283,-0.6504725854955874,0.02022889828191866,0.6973569320566368,-0.22584410021058704,0.8524528560108884,-0.025820766317418864,0.8041583959818663,0.5702674303579259,0.6227972879408236,0.715877220736389,-0.6533027677725544,-0.5835581426893681,0.7073524984274224,0.831622250910062,0.9072359347204805,0.2617240807242026,0.9578665317569507,-1.2351487734003792,-0.4462893509823452,-1.406178443066665,-0.9365254512259573,0.07313362585453959,0.1036142558095757],[-0.036835987062336976,0.18066275355343625,-2.7681216751297764,0.8519230996141072,0.1279473482542401,-0.13495338865479203,-0.17137866496219006,0.01781362110368092,-2.6528904167673444,0.958097777065922,0.1408971459755665,-0.12098914713324946,-3.833959733735411,0.9380808241524171,0.9089893684273236,-1.0955405473926765,-1.3218648159847395,0.8787563553285437,-1.4366990304668725,0.6702901178187526,-0.6129829578104423,-2.888098893759908,-0.24086184903829683,-1.2023951438553684,-0.3700372640834207,-0.07496169255681527,0.09303655634855433,-1.3063247614398,-0.0027538501208611696,0.3987800916900254,-1.201082962452244,0.8587388746120351,-0.6027399303934179,-1.9528596159693776,-1.8018348426898652,-0.18266515810334605,-2.623963705052577,0.738069888830829,-0.5696021680310588,-1.2525723032441736,0.7249877867479368,0.9255804476415205,-1.888288322795936,-0.34564645351985074,-0.7492647312923564,0.7683903955689658,0.6864711401683277,0.4410345759192066,0.5419047772376886,0.8096492872588185],[-0.9854618801877739,0.2962214990279776,-0.4744577583800574,-0.8319840532948399,0.7592844261323023,-0.9726302581864514,0.3606384776160016,0.5889307089768827,-0.4969740803092775,-0.35744986741375706,0.639296305659759,0.05562319066195953,1.2401345627889757,-0.7645075285496078,0.4144486718216821,-0.06182442354027326,0.909619866571918,-0.7043026494934194,0.9092042037787975,0.9226852569396019,0.011733211986032168,-1.0662304029369316,0.7062692140158632,-2.872769010638426,-0.2269176846331356,0.36314464055626433,-0.30746737816653724,-1.2682172893112937,-0.2074516206113689,-0.8700579440852182,-2.17086542618944,-0.7097415432154259,-1.437610491021206,-0.5521927515727184,-0.5862633225530526,-0.321184283383206,-0.01226021475214073,-0.5663734190289788,0.4840594959734277,0.19349640588550632,0.3467523969953442,0.5376821143899448,0.6566979542413405,-0.6637829449866914,-2.4319604614779324,0.5424116008446165,0.8971799534245445,-0.39535146703637836,0.3748802273552095,0.9775032842468812],[-0.379373809678454,-0.47663768048273736,-1.2484913242863669,-0.3062148885988017,0.9685355575334328,-0.514931473727803,1.0516661957881706,-0.03741601907924163,0.010766933420720512,-0.18953301258870062,-0.42195983343547405,0.5098175370463072,0.8591381483289464,0.7404913272421405,-0.878553691311611,-0.29767368442150677,-0.7900972107938624,0.815380202338995,0.6695972202352668,0.23965081721349493,-0.6918856471051757,0.4346719517920078,0.822907800491593,-0.7799611840119182,-0.37263249804417753,0.38323631471628206,0.733862106823309,-0.9367204683042355,0.511542311254566,-0.574966717495514,-0.9241901129593884,0.23998351366718876,-0.959120261504498,-0.5030700240470338,0.12295408872368749,-0.0819967627396111,-0.04686539371839515,-0.19258534127130963,0.24951220217987238,0.0697704197489848,-0.4230655696987604,-1.0994960944888248,0.21902271570311926,-0.19500808951268747,-0.381670853989466,-0.4882052557200878,-0.2075261757897498,0.6773182194105525,-0.5159737958138942,0.22900514929744378],[-0.13253911774815652,0.9201294721205522,-0.29983813492082967,-0.26784819598028525,0.4973879691843086,-1.6289091009029342,0.45603521467981084,0.2530851361829319,-2.4794646389922614,-0.13700863439388156,-2.917032556034148,-1.2341976500082834,-3.5874854900391977,-0.8670545716418443,0.2249158467515847,-2.1445670337449516,-0.42671142301147924,-1.0548690719655502,0.6628534691399466,-1.768660700745715,-3.055288419134687,-0.6567127613577594,-0.6111696389169187,0.525488744226678,-1.1041829259787903,-0.5934014215822435,-0.2897131404914952,0.550861433702991,0.9036585135844949,-0.9619196373196824,-3.545368556118212,-1.3884701252014533,-0.007983549187772903,-1.0280618687481937,-0.5639492776472325,0.639006348857877,-1.8671769528520494,0.47505848498741193,0.5546254260194091,-0.7508914078741517,-1.8898857153224382,-1.6920384572233589,0.2554637432080474,-1.9261127629852879,0.8306757971475549,-0.7365405928343403,0.026388886660153266,-1.0996738880869195,-1.8684742859029324,0.41159931580171083],[0.977157424227584,-1.7152707906978144,0.855801501473698,-1.3350114585454838,-0.3832459059008548,-1.9857228383529677,-0.45724406557483244,-1.8093195955490942,-1.1057915124022717,0.7524931936687688,0.65687512141488,-2.115124519314556,-0.1316028738191637,-3.3807186446384474,0.7098836161708029,-0.09685467809418515,-3.700046728957244,-4.205096553905454,-2.098582559267567,0.23295974993644206,0.5290018680629441,-0.27851477314567646,0.5985126182266289,0.14674762966524846,-1.8592597425522903,-0.19950437213050326,0.8682115943293309,-0.36049816928882217,-0.08532803597899616,0.9200495197019549,-1.2839298269583874,0.12626171610056436,0.2243446722687126,0.5679307443515227,-1.3592130530603568,-0.4758331952348491,-0.9325978874646598,-0.5501629296946343,0.2653120967713114,1.0621778609874357,0.6655146231922814,-2.6101129159808014,-0.35944401477365884,0.1858178546258573,1.511402748417632,-0.2852036025016375,-0.5860069575616423,-1.4104704844859703,-3.6592590764396498,0.08573947296420108],[-1.4905261435895951,0.6420693415848177,0.45041156395040477,-0.1303251806436031,1.1386435367434802,0.8544266192813031,0.8611186261425382,-2.916538729920558,0.1612583481170279,-1.3015256523100742,-3.395311869089341,1.0513277836039978,-2.6665946798755997,-0.9178721728815123,-0.8385383428043122,-1.619844366348928,0.973240869134365,-2.558950507199865,-1.7768276678310007,-0.11382042037967441,-2.380396766010365,0.8834154931762143,0.41844363084330277,-0.7166854884407208,-0.41850855533040404,0.634587338581718,-2.1328495403807293,1.538521762061608,0.9166390552508868,0.46566293891090094,-1.4577729261610564,-0.1697593937965485,-0.27211259076334626,-0.42625333419803474,0.07418818036578702,-0.12782305527051893,-2.8976866513803445,-0.007820172193037768,1.2909079761974862,-1.9993473719336796,-4.540462910881041,-1.8649175669799654,0.8470536413435825,0.8073476575902812,0.7348032707487056,0.8940886065571118,0.05815566049427649,-0.1532963034328075,-2.8629792966643715,0.697904500281588],[0.578155881042669,-1.2364630543084922,-2.251024705075138,0.8389709488591433,0.32368069291031015,0.45487962631103657,-0.3135575168046193,0.9409693076760137,0.25841290437122116,1.017627471735344,1.0640913889317798,-0.45005558361583314,0.7846784473587163,-0.5991783382484773,-0.7715348925975006,0.2856316500435566,-0.6071464235114287,-0.10611653898431807,-1.7580877339919865,0.6068498852321923,-1.3836165509674763,-0.6805856361046932,-0.6177344876870003,0.7578817883852433,0.04338665305510368,-0.09550656956355183,-1.859593033274909,-1.4468045584943576,0.5289691520792582,0.407048253303518,-0.9228697825258426,0.43782671592796857,-0.434679462043247,0.7116336675380421,0.13052299008602936,-0.2675048447165452,-0.0021423818329950727,-1.1941729259972513,0.8383245883608992,-0.8673174267613346,-1.7083096352236533,0.1931348133602789,0.5530157778491522,-0.4075278909513574,0.45927723173013274,-0.9380872168083788,-0.7076312548089058,-0.5017385969609904,-0.043770826847097606,-0.2714783243638005],[-0.6572076505815603,0.6851652148492209,-0.3463701734505951,0.38951631781097307,-0.4625139726430048,0.18740586464182749,-0.5221900898167647,-1.2788229248181489,-2.266397392528604,-1.4955125573474928,1.0593210429387496,0.535244167105783,-0.3961833008682124,-1.9293725285269376,-1.2016764013241097,-1.0849278078101197,-0.2578373250182022,-3.6478513560868286,-3.033904973822999,-4.13314820240574,-0.20959406232921654,0.32945563502731456,-0.37463170080751473,-0.3376653215317548,-1.292127468330049,-0.6522678164620841,0.6764598706597618,0.3476964927844199,0.7344013452413797,-3.791471584508055,1.930418899980379,-1.6870427932159318,0.6944763617824072,-0.6346256073116079,-0.726809355443256,-0.30331576322331916,0.42787731244408694,-0.7245001078270433,-0.4298082887906806,0.736746688965011,0.20503122188061917,-2.3276969130246266,0.2421032714462759,0.2225157144582458,-1.1926470739690551,0.4872697569578883,-0.6370697283576268,0.14100018218264138,-2.5406774617916574,-0.28263568016641744],[-1.04428887924704,-0.8337352393367921,-0.8377553807230312,-0.3477711537151941,0.20031620561481628,0.17571619575235894,0.7589314830154421,0.3540616371134412,-1.9869639804288355,0.38364895089432954,0.42081798856786873,0.8226622574287092,0.9367290516693376,0.1147730111573904,0.9951144209475401,-0.8998090923379481,-0.08549191431381176,-0.7229162020432628,0.6235811412807556,-1.6899813218906385,-0.5937978508945784,-1.901574797304476,0.33544405025490004,0.7267196313910599,-0.511774327444348,0.5018135050651505,1.076445613419871,0.39599254448780047,0.6729897123992427,-2.0930877952423357,-0.14768388017562337,-0.6548429790582051,-0.6155375441477527,-0.09871982016373934,0.24991357377891493,0.39447035644154116,1.0616167166925272,0.7144574271910705,-0.6772358725792899,-0.915516704156404,0.8374794384897819,-0.9800081222853155,0.8885146209780082,-1.5638178594629608,0.22130138073442196,-0.10636533494892574,0.05256849440124485,0.32817899976284814,-0.05130491094959714,-0.9979735153844137],[-0.71718201425628,-0.1568077193594156,-1.6891642890065914,0.15175007253123687,0.3608036670536845,0.7356167451014788,1.0156762141099953,-1.2575739584161116,-0.20011253762952097,-2.7253439619835658,-0.6411202131177254,0.9768644797622323,-0.5230562057080026,0.5809250793797367,0.6091254400739559,-0.09947585021818403,0.6697485589745409,-3.92603164260329,-0.44550281467835506,-2.8078493253078896,-0.9768162431942568,0.6589120220150371,-0.3324110250642016,-0.3269174675101545,-1.2475576774148947,0.38329795567961833,-2.28878555121283,-0.8080380889386048,-0.44353547464523324,-4.247101884112242,-0.4166625455651443,-3.359903966681838,1.2487208046317746,-0.058276583506667354,-0.287466889166452,-0.11468532629932017,-0.10081094609320368,0.26441496349033466,0.39609218951619546,-0.9843413085195889,-1.0704210454447245,-1.3832955884847504,0.6635547053438928,-1.2287608469078903,0.04169426602257786,-0.8180014459257838,-0.7221854150094407,1.0728570549137304,-0.9807952620521344,0.6047822134889626],[0.16709162363106148,-1.4837726747811577,-1.1552365024154392,0.9123758535591416,0.7381903805544611,0.3616418884044103,0.5354861875201781,0.23594177529358146,0.40604790508690203,-1.4658474544341578,-0.7292279655448582,0.13060734624926632,0.14320941096440154,0.29820357290276833,0.4118839563109918,0.02995717453943881,0.0973250073975523,-0.08375257360864839,0.9785460463749456,-1.3736827280257087,-1.7182181673678907,-0.42660352876395274,0.8029541761793614,-0.2841232509982166,0.8760382247953717,-0.5955676965667939,-0.17093221026427038,0.552375268399865,-0.21957479352896925,0.45942309063028564,0.2560096913310435,0.08124752736379587,0.7331726750783923,0.2011319459296475,0.8732969847232748,-2.767900681649236,-1.2253352947465648,-0.15765053546994362,-0.3693376552493593,0.27750444267082935,-0.3558495092234069,0.21714125733544573,-0.9232920447109464,-1.1324334251890378,-2.4303142525079124,-0.28472366472759425,1.0261876623449084,0.8253128931839516,-0.2905956111121983,-1.2718483627239565],[0.33252372640184413,0.5667169755871644,0.8271081336685301,-0.5851040494098589,-1.0470213733720601,0.6101188066715826,0.09658849456412383,-0.6823749586990527,-2.282736633064193,-0.4349963690092212,-0.0020694320126269723,1.2638110234566524,1.3725966007294097,-0.11479033794001449,0.4873545985512399,-0.9344227101498959,0.3284435884120941,-0.25091432268271235,0.5596401611908314,0.44226706447078995,0.19354155699798956,-0.4354517477788639,-0.3056126046711301,-0.5304426540195981,1.0269338035942919,-0.15293975810060312,0.590672654874259,-0.06454523813080909,0.7551380976037508,0.3554797080562549,-0.3071721447199832,-1.2578265999616174,-0.9184946733252525,0.6376934832557659,0.21977531960936486,-0.15239615987487634,-0.20903401163963978,-0.4994023776162836,-1.8546849519778787,0.5549368847506746,-0.8733419881850457,-1.6427064137274607,-0.9972446051671033,0.7757820076764883,0.08858400111497033,-1.5980442606145677,-0.5561388008752642,-0.8024273705182698,0.09902474104754418,-0.681787035828018],[-0.4845321343994564,-0.1509343445611094,0.518764909699768,-2.532080513889208,-0.23000276070346823,-0.5244271788201804,-0.5211926306984781,1.093571521318314,-0.21381025753481472,-0.21329281915020193,0.8185180742441222,0.3708463285778426,0.18174521392140647,-1.8616877695770475,-1.3455207982861408,1.360869823189176,-0.6913235065006027,0.6494464418728413,-4.174430360959529,0.3922722346957421,1.1571392652110633,-0.45901383986782823,0.7833173983075559,0.804675369344227,1.0957613392005674,-5.144541701687277,0.7799943448097048,-1.6034381520818144,-1.5021276717782959,0.4244885553585663,-1.3806330528369501,0.5910987476085411,0.8701411157947146,-5.022286829622492,0.6175087040407239,0.9113347421640625,-0.1290311936602439,-3.7238602278598525,-0.7665011739771576,-0.29240828379387834,1.3964320178799263,0.8075510957473965,0.43822568716592875,-1.1976399171289869,0.6014603025296288,0.4330728655158798,0.12713629810689842,0.010172085358201872,0.10691862346705693,-0.6731546685220137],[-0.5664609795974046,-1.4919334481245812,-1.2512463163211458,0.44189846881748973,-0.006844835985049681,0.213653400469987,-0.8108821811653943,1.2239492183552236,-0.5224891212836361,0.17566900476128341,0.006465185183805422,-0.564466658876586,-0.30643284119315756,-1.329528314790561,-0.5681552315236237,0.299757446829641,-1.0112500674893852,-0.7732536168143402,-1.6086903752454793,-0.9436288408109342,0.08424565415626162,-1.083348958910818,-0.649739140591048,-0.49842149611567355,-0.442389129066841,0.5210635230777044,-2.3853740055646435,-1.995849292989391,0.8472516469083379,0.5266669711254152,-0.03289263003031077,0.44587586886439295,-0.22111364460818275,0.2116462826574194,-0.4723111959038333,-0.07275999451910171,0.746163467345582,-2.76160329293389,-0.07034308347927061,0.37326052378183405,-0.13467259519566357,-0.40880442337078104,-0.714817042384444,-1.0384184720776286,-0.2897755850355657,-0.8621236747954663,0.5143593496006242,-0.39551312098869074,0.4503395925856174,0.5743447905917723],[-0.6009144648761313,0.9206965649882964,-1.2990514575444796,-0.7836515529536191,0.9681212965807732,0.7914829315716111,-2.3143902682015134,-2.922369744429718,-0.33077811750185254,-2.227183786856733,-0.2924231460879479,-0.10887152255376527,-0.24578621869446837,0.7542527307242864,0.9140423200665909,-0.3075845990168515,0.041803183690946516,-0.2682145103804181,-0.27890556798051264,-0.04187047609833642,0.06717880369704872,-0.3268333205706249,0.03458607321280554,0.49876117615649046,-0.6662229172026117,-0.3426306004660427,-1.1415645259560467,0.02678104221352525,-2.17229030175391,0.7841280878474578,-0.0256170589870517,-1.516228886521482,0.6395931018420402,-0.6655891243035118,-0.11685963737324091,-0.12492439987743052,0.7365697415077787,-0.5620738393809626,-0.11109403923925239,-1.7402065447482409,-0.23299219430641743,-1.489574786578953,-0.5112866411472032,0.6077674259752414,0.6072358761880484,0.368621309101262,0.25026530451541534,-1.1589056520626166,-0.5525050782360876,-0.21918066794102922],[-0.17524155592199486,-0.5699622898206698,0.29837112705563185,0.9391741547230565,0.6927780660605172,-0.6745652860296142,-0.7306119010774923,0.6277809001831921,-0.5484024351595453,-0.6539592301427157,0.8134191322617562,-2.6837135481634413,-0.04192237753858767,0.6208732453003157,-0.05069465346424169,-0.7383507722270665,1.053958472145552,-0.04921244058652585,-1.401789788779462,0.17804894537542962,-0.07822447715885396,-0.2598595085562375,0.3893724632998013,-0.530924105749895,-1.1395348505362963,0.33695492205815447,-0.7509699684210108,0.8047454049733556,-0.3402340343252021,-0.761681413387277,-0.04058655240848165,0.5183243769777716,0.35334859342520697,-1.6169736669727137,-2.721549281195237,0.5811485285361789,0.17634585976745,0.29027929837582833,-1.2984143403764055,0.2909255755625591,-0.9639386110806535,0.5498405915157925,-0.22354510827816831,0.8055991156901137,-0.4135922404060311,0.10974382584982073,0.2818854963745654,0.15368358165454088,0.6746860151323852,-0.40148658879854127],[-0.9062185587359624,-0.2646473631848082,0.68603563717258,0.08320619405032108,0.7761637309830712,-0.30336311799172977,0.06395915476799297,0.21144568595445826,-0.667401064237784,-0.6019896632951639,-0.009718091360377795,0.14281208660856104,0.336596620465776,0.3218140835061069,-0.707202165778346,-0.6602136218588303,-1.2933656135129448,0.7575159712561753,0.14642100541721076,-1.3999974650194476,0.4232542461201811,0.2295268031253445,-0.8177372516579281,0.9067497531701254,0.00550240567436677,-0.5799474336611347,-0.6613722403939543,-0.751264129642731,-0.45855967676057435,0.3876775474095774,-0.6942860564465804,-0.7396865782840858,-0.22208242146810353,-1.050757378877778,-0.3981113874947809,-0.5216759344136583,-0.3209974831146567,0.4792024509774167,0.9134745326477262,-1.539298190275274,0.8148877931760126,-0.35514025359316415,0.19426331348106918,-1.2135297410769732,0.9262266102753398,0.40351372069024055,0.9447734638820435,0.7143351900164003,-0.6625599930122399,-0.4265935495163534],[-0.26168838917467613,0.7327094849657817,-1.2287604482228587,0.3411510986846976,-1.2812546690215345,-0.5317514010646064,0.8207770666102243,-0.25750488592568005,0.7879617058416292,0.6678603169241596,-0.5321356427255967,0.14737205592507244,0.6994435400759895,-1.7706689986220006,-0.45175516431538787,-0.12102976507387161,-0.17368221038021206,0.39072634901099185,0.9545695591031477,0.5663428768216469,-1.0602034147233657,0.055366414386483404,0.7045015577809548,-1.3353233752417075,0.67567483905449,0.30152244415008367,-0.7964603556313645,0.45979939012764887,-0.8087554151209242,-0.7707972758433125,0.9643577014678131,0.2100706763336518,0.9868408714954002,-1.47040069203305,-0.23890761423841714,-0.012258281157879051,-0.5435447354764729,-0.7261267715139673,-0.16909271294314993,0.5614186605163588,0.7345461236035877,-0.04390215632618077,0.572757486226988,-2.354132835136361,-1.3865078032660776,0.7442815215791798,-0.9436088723117667,-1.0974107585085695,-0.0891590114022157,-1.1248496260935423],[-3.238285696398648,0.6790427034552465,-0.387686788854366,-0.4035260866225936,0.2602283489637067,0.14224833600266468,0.9388751266448729,0.3197634165857225,0.7498032173495024,-0.6778183102282522,0.8821458450435573,-1.2636325059296,-0.3647844241658474,1.0402219667376364,-0.22392050004327516,0.985981718028066,-1.5254045406107135,-2.1693504135675044,-0.6673690573424752,-0.13121407185248873,0.9961344237626873,-1.395323096762886,-1.7740598859647598,0.47026884428093096,-0.36015552100943093,0.31146463362962956,-1.1728851226740349,0.5225677805192561,-1.1169970941683147,0.266932981452937,0.4647475194203512,-0.13150326893247608,0.6409604828302045,-0.35385453115775545,0.22311747355408737,-0.9100355297412133,1.0884763105090844,0.17291788820997148,0.906458672086548,-0.5463827102072288,0.6444635486205642,0.4238060742479659,0.17630407174440488,-1.40121594303667,-2.307418504159066,0.6198554945700182,-0.6699920063161267,-2.303096900930114,-0.7231113825035959,0.8158327143815375],[0.26788006072719833,0.0923918713760191,-1.205924426922884,0.6393645893361234,0.7665831364592337,0.6598153974153053,0.49106605268096887,0.6048336733083144,0.1115570043668118,0.40483980630940775,0.29839251627143465,-0.1572124311252478,-1.5708046252626207,-1.997692587778979,0.1865228410886936,-1.2315243952421324,-0.33780255309619955,0.9317537349720568,-1.895670741110264,0.8151125246685219,0.5350864960332278,-0.11620276421107388,-0.9654745563095477,-0.8746162837668844,-0.03583013936418885,-0.28013940482165417,-0.12077640714763051,0.028777422249713105,0.38035013339118434,-0.9774314383098403,-0.30297135530465713,-0.08618764595049791,-0.7645318600468713,-0.5333711589134954,-0.5456186943739929,-0.48136383529420634,0.08739664591364546,0.919731114949695,-0.9490117832575335,-0.13246831154023264,-0.37357845915063886,0.35197369031891057,0.2937738655655188,0.45880883734778133,-1.2593294908463128,0.6336428846323636,-1.9085240538065582,-0.6247981728650532,-0.18153419469174886,0.7375960689804979],[0.24503075955043063,-0.5560781590209865,-0.05340456642096304,-1.3375365775828996,1.0567705972607133,-0.25298088251117584,0.6867290527897526,-0.7481071553604134,-0.6645989464065901,-0.5557933798981642,-0.43905844506742253,-1.2693183493222857,-0.924514969926464,-3.565067142991129,0.610881911069814,-0.14948143073981293,0.1559298192585108,0.11769097544893027,-1.4354763937712616,0.9135950852636852,-0.3031374005538858,-1.2164453125644492,0.7289226944584413,-1.7487074057222722,0.6842344623550581,-0.4654891236254087,0.33968627131718226,-0.9637845022952649,-0.8665784019048067,0.45200907537356316,0.4554784775229208,0.7659775727811041,0.9144672208947784,0.6215993340291838,0.5970514438241631,-1.7133739949599547,-0.8285713853183226,0.8423898874006348,0.1469530468248085,-0.3939607363801803,0.794402884402459,0.576418923216336,0.8400967746015547,-0.030953169259324065,-3.17582163767737,-0.03349463671861444,-2.556540407202651,0.8637482492615075,-1.9732094455189875,-1.2017031170398191],[0.703160428595698,0.9892404641085605,0.4407715391415064,1.084879887840421,0.5991995114523465,-4.483496172157636,-0.05052596186502114,0.8381620588045433,-1.4925501547894913,-4.099259424782749,-2.3923583101575883,0.47829271800466155,0.17056980803039906,-0.6672267511682417,0.8070359089839076,-0.0424033907336346,0.9272397190463868,1.1548789741998455,-2.3359455352815055,-5.014898325780362,-0.278445828119852,-2.4322902451222,-0.07066539621916201,-0.14035094846439997,-0.48637133954471024,1.322518852702104,-1.878516952252516,-2.1081367575441257,-3.2086188091770813,0.20929535218836096,1.2219214588379848,-0.28184093847344777,0.2111488992692958,0.858487321884609,-2.3198370768455483,-0.36574378252737916,0.9262493615373688,1.160511794065766,0.26617105369967736,1.8702239172236634,-3.936292476053965,-0.10759483051311992,0.3899338738239318,-0.050169577944769735,0.028723367813517496,0.7736249106312976,-1.513061912117725,1.7944242270547386,-3.8743127344967925,1.8056320036507207],[-1.3768045383736405,0.9584003783653473,1.008858508441573,-1.8721158685130164,-1.070049343174312,-3.4876569380850793,0.7883896684395342,0.5300199546287776,0.4898589735478026,-2.3476659865726925,-2.6052097653320785,-0.6295533112453823,-1.3059219185340538,-0.43339791216082835,0.7478819985826701,-2.765335702609465,-1.3019499147721454,-1.9833093352078492,-2.952230572760391,-3.287703029267665,0.5831246739363735,-1.8823206808592088,0.9305803089018059,1.0285071400974575,-0.6102325257194398,-4.025380231018856,-2.215408728413075,-3.746386065464299,-2.1630136878540416,0.6719395718885798,-2.436849561040362,0.5413972928051276,-0.33603785192182345,-1.3508318358834535,-0.0526171499899641,-2.4228497114617027,0.7574267465619089,-2.2160534112107935,0.029181455014500788,-2.4216963768833333,-3.2711298528586403,-1.3709846693986658,-0.1648955817852499,-1.9210702169720326,0.9698414062939099,-1.606655846037109,-0.249591697740141,-2.0220172618552366,-1.604732519455979,-2.105582178153441],[1.5366470142350561,-0.4045021433924891,0.3596765321018867,0.948793940583661,0.22197389651131783,-0.6397788394949647,-0.11612899592165159,-0.2519984241569082,0.2470295920638519,-0.0264680445667318,0.05042565692628096,-0.07750799156505363,0.4614573180150211,0.1061471063021652,0.9310618127644451,0.9512360696842739,-0.33221656512399766,0.5907656268688247,-0.015990099134810785,-0.7815425181961113,0.1136606521206342,-1.0020545344417966,0.8703919739795709,0.28034946563554997,0.848773959018719,-0.3074754547309671,-0.1276020397472444,-0.673442811182046,-2.6120383389867863,0.868929535523665,0.6686099847067327,0.5767878071199652,0.7603669529891595,0.8336830904381134,-0.9052876151778636,-1.1124470002871314,0.4696811993791191,0.8644380102036193,1.20650508229815,-0.8515282909567872,-1.9369164293145653,-1.3378613863611375,0.6882856585422391,-0.5032385112197597,1.063757597674525,-0.06453583873781846,-0.0409677582015705,0.8498058517265265,-2.4148765186428176,-0.30583419606057527],[-0.6271738725672391,-0.1645173220816333,0.9557567365423719,-0.25641989793614,0.6816633312599094,0.6159620845961228,-0.6179503607418135,1.3587112681900866,0.2498038964092969,0.5497108114975263,1.4282672356872874,-0.03091380904595555,0.07012914623865248,-1.2536666291742757,0.2335979716978896,0.8609930065323345,0.5396834884782453,0.07133570325159633,-0.06771756864665501,1.128704849817509,0.2790187382815533,-0.9509654797822378,0.833724185551361,-1.3009085470377006,-0.1815509922790442,0.14199536639872623,1.0608575029753977,0.7588467496734712,0.9032393944390048,0.9616240510916894,0.2828772289454484,0.6561000840935577,0.6408811758446038,-0.31899637874957504,0.5283612421834802,0.1242269433595915,0.6123222509635303,-0.7534101629182691,-0.38554711548750065,-0.6431716936165217,-1.0244509257505154,0.5175688658405657,0.15049966639935453,0.780471646075025,-0.3529744432392278,0.4687062469312311,0.6512985557597939,-0.10199625113827228,-1.5864364644855815,0.05278767065015186],[0.2513081352242619,-1.8099684385597612,0.4272262629228018,0.6449954011828273,-0.59135037015608,-0.5179044482884121,-0.5824991680075017,-0.13429144669881785,0.10970582885182556,-1.3220238469131378,0.34282085110673854,-0.06379178037830566,-2.2690539932490643,-0.90505205147161,0.06984491529655631,-0.2612122032820944,-3.3843821012503006,-2.227976786190946,-0.8626994079479136,-0.7742178668380328,-0.6313085341151737,0.32707162070616386,-1.0077187678804194,0.28198865806514306,-1.0026971551557928,0.833493468983237,0.2401616498552486,-0.17320425264095848,-0.5580519542493381,0.2928740566769727,-0.3407622438957059,0.6224926971976912,-0.533952690978483,0.3913729990103235,-0.6893134282654507,0.03501696427847503,0.7076691266344086,0.28004292784662677,-0.4456996894494127,-1.0001907258580656,0.4817006426888385,0.4501855948654882,-0.1536547884971484,0.7058337863698411,-0.5288613598397004,0.08660129419022974,0.6201874869150584,0.5914562132874744,-1.4913137086787447,0.6356684234195381],[0.40416881121569015,-0.4446869336113841,-3.1223190402533976,-0.10420313234658456,-1.2038200999085082,-0.29777623927977176,0.10461143301319359,0.10285298007855534,-2.2616692193572234,-0.0727650288602699,0.9757472386540025,0.49945408769957556,-3.734700144123999,-0.47529368863531124,0.48573387940297297,-1.8434221169625324,-0.8178031598164964,0.3474319107848761,-0.29884700668651415,0.8311004338470551,0.7205971519667436,-2.7199633533808703,0.8974492988833876,0.1863499502849312,-0.8234568938471485,0.5090942177209901,-0.09999196065410614,0.42781091363695517,0.5247420763852021,0.3107880625475373,-0.14284992768721724,-0.6278206593701857,-0.281302443430816,-1.850511687672839,-1.8715134959046094,-0.16848747759230245,-1.480608156063053,-0.5295308521831738,0.2285009302864758,-0.7048198747096825,0.04117993138879095,0.8461282722782145,-0.5704626992462539,-1.5935941494977426,-0.07688496367548642,0.7309994725006069,-0.6252992969047906,-0.17976529669681393,-0.3220058160444418,-0.08114952033967326],[0.5854274580731206,-1.2316842648139823,-0.3960964080709605,-0.3212570465454467,-0.07148121051493658,0.765389181452603,-0.46344267944296835,-0.7022209923900827,-0.6375042652847416,-0.5420634590964449,-0.346814309587719,-0.2730043061892471,0.829892534090555,-0.2712689463070232,0.12146865436961832,-0.8078391696345996,0.2553522823392593,-0.8115976853900293,0.7958042555042888,0.5961802379019948,0.3496773656826298,-0.683485777753984,-0.6658961671801864,-0.6366644831979187,0.06460960512146643,0.5748394329604154,-0.38311603980043485,0.2576584756438336,0.08339207928202061,0.3314372663865883,-0.9435869527497066,0.5451413602880401,0.1422875572408422,-0.4423181218522008,0.6110811769055089,-0.8835330659845396,0.7304368913906488,-0.42405317198793463,-0.2914498867123698,-0.7500233080740046,-0.8490223892494818,-0.7034816191236551,-0.38087919107044194,-0.24082679447847638,-0.07886202430008098,0.3971982165131721,-0.5508272815430553,0.20329248501924815,0.3444589245817689,0.018766586294127807],[-5.804626234026077,0.019419805908978408,0.12703272232632326,0.11825229854020218,-2.720980025207087,-2.052141283682731,0.7303139681375812,0.7098623001471702,0.5946624427370524,1.476977402296228,-0.5848677131932051,0.7417907955479097,1.5054101750172952,-2.2706192675059222,-0.6017885203309028,-5.784378881385444,0.16172133306821512,0.6972093260789622,1.9965784739641617,-0.24907242703009186,0.29307999885202746,1.7063658002870594,-0.004526042306051865,0.9035101719599337,-1.3391619451858312,-7.535084353077729,0.568042767748169,-1.6813963524559798,0.8595656735723285,-0.5932642200621749,-2.035898342187026,1.3145117199047072,-0.6043068082557361,0.833078234919028,0.8440974104652653,-3.6857684924866483,-1.1163535513418013,0.06660561148224915,1.0318217511061987,0.9923227557277965,1.6585759499743946,-3.6690435473781418,-0.004653366091727305,-0.6369309690089108,0.48450715860212545,0.10808945494481459,0.23731741627461206,1.4315226036128013,1.264715397414948,-2.8337554088098655],[-1.2786168826900173,0.9297078312225422,-0.515135182367004,0.5622099341378324,0.4129999558298828,-2.1828579913761788,-0.4723499054883573,0.09861577383588534,-1.3253818378264957,0.40639100028542596,-0.21011458590005994,-1.3739185910610658,0.31040443140538154,-0.5051719492099418,0.8240246544936906,-0.04868446107726086,-0.5267162248314619,-0.319632109163647,-1.0226004788936385,0.010010062425029978,-0.7471209284149442,-0.9849157636905216,0.12748930894444924,-1.2556448539694296,-0.4664011356895718,0.9314609187694364,-1.557981341744121,-1.3865087021197184,-0.9658803842847655,0.6142241961675144,-1.876310320259641,-0.5947356665623766,-0.7202243714772929,-0.6932335975614662,-0.26672031428829795,0.6186052707957124,-1.3363492456105528,0.06076482530554567,-0.042774460001632014,-0.07353909763872202,0.6603572767909479,0.7635805523630956,-0.17688386420358201,0.9645925091099661,-1.1673137275870493,0.8176723087454589,0.8126121553565552,0.4204178069185751,-0.7683879610488326,0.5120926773222676],[1.4174096485437147,-2.0369782275073383,-0.6321025186856097,0.30089674130337546,-0.7499999169094743,-0.7468139250595442,1.4661183557172357,0.8767451093682397,-0.8756356141637137,-3.3930202642250316,0.7091399595343766,-1.4495007949287873,0.205572284155209,-1.4772716735461868,-0.1517123342757043,-0.1262825241230644,-0.49589574584413226,-0.5621905892073096,0.39141155930922766,-1.8708830875111817,-2.245952947149123,0.5050721729341355,0.7577207363937266,0.7102410893274278,1.5151110238879864,-1.5914642452906298,-1.4100505603116924,-0.6048550633086159,0.675232808533817,0.36045217156644715,-0.585831883091471,1.6464718589206329,-0.6623104221805199,-1.9856069634685085,-1.7742650530228299,-4.998564850692058,-2.11746594639454,1.1071189008912308,0.16650801217107597,1.1942015726412523,-0.19300196452045218,0.16318340098917913,0.4354639923358712,-0.6845666832016786,-2.5618328427179704,-0.46084321005929607,-0.12072147869315177,-0.8098159695184927,-1.254187227594082,0.23197650637805023],[0.11596033233423615,-0.056952292591278805,0.6228687831259095,-0.10701261096474615,0.6699481244668904,-0.024393091704586846,0.3948270343624807,-0.9203000307903109,-1.2555613341004932,0.705217108347234,-0.8434022066058677,-0.3982928824366691,-0.006192632690016143,0.3086123356773666,-0.26180363784906513,0.8821817116677759,0.22540568615709958,1.053887704842852,-0.9338482082763122,0.5010897558733491,0.9190136856886848,-1.3038285661815687,0.4221160978361454,0.9130886320406811,-0.041533281171199546,-0.4993715107121454,-0.21260312550053836,-0.6593276846238569,-0.18308356396579176,0.4613684215888813,0.9738619656675231,-0.16506981546965283,0.7975568100064166,-0.6292607299481423,-0.9063159168365928,0.2980610489471895,0.2634687639132946,-0.9629333714172004,0.5191501310625957,0.011086676953489423,0.583222350379768,0.6492693360792177,-0.9757389963195827,-0.7652043590199796,-0.6188446771165731,-1.5680547731720038,-0.39393880464901837,-2.152056224322952,-0.7191838742471389,0.42030217146933285],[-0.6230814735382944,-0.20139195226033008,0.009911498161807622,1.2379419292979816,-0.7350265855437647,0.8033266695121157,-1.0015063935977813,0.910730998570363,-1.2110986986837,0.013173141899091939,0.4874221204582962,-0.19908540595800892,0.40958683852103284,0.1382030361575616,0.6419569149112527,-0.08561299365031294,0.09330518531893443,-0.11488969047995956,-0.5372519967270768,0.22930912153155955,0.3795358357729598,-1.155519576841189,-1.3016195925940122,-1.3609730263221027,0.04124525615784657,0.9875614016751791,0.9306821765699158,-2.0671406056206667,1.1227689379067536,-0.6966781590131287,-0.33345040891234623,-2.2244964142816097,-0.3075503434748322,-1.0169093619092273,-0.07678084239707969,0.9240925606115088,0.777460497101839,-0.8704600259193253,0.46394897758849557,-1.397031560201668,0.8483387573596298,0.46910061772777667,-1.9553895162719703,0.364629745365307,-1.5934949276834942,0.8792591116305618,0.02551433246199284,-2.887733403578795,-0.9611378992170132,-0.8854629957774867],[-2.2425277902276983,-0.18005798437880347,1.1159528859694305,-0.3137309365475274,0.27020071412321056,0.08865990742720681,-0.11087256688517813,1.5401469870749174,0.8931162502452682,0.5017475657136315,1.049770928666223,0.18180081954119132,-0.6972477182217403,-0.14188769545588512,-0.42195505915578657,-0.18703796265823108,-0.226317019015507,-0.004724092310686819,-0.13937699550372432,0.3381750572005475,-0.42000115907908825,-1.4147660862575722,0.6412087779502532,-1.988116053453733,-0.6600615377982014,-0.18473659556827374,0.34033721549150014,0.4297618724512095,0.3392662236228039,0.8953553729864826,0.7657744255037081,1.0344748151714673,-0.7119356196970227,0.8409039925233948,0.5375819164093243,-0.02098698872996903,0.6346028729926937,-0.953504388374586,0.3441411108354796,-0.27535718720501373,0.29729478556633854,0.011515188339480823,-0.41026367144154563,0.48288497331196295,-1.60949120830389,0.3693640502143665,0.6051497035541358,-0.37013607787310643,0.3087440482878293,-0.7669223527349246],[-0.157493553901337,0.23384338834406782,-1.4142788267569462,0.10157071744468658,-0.6247697924738649,-0.838043909887144,0.5637750934592487,0.7032459864368166,-2.725658690409899,0.8091916386975798,0.8948973827320675,-0.8555224888203505,0.7211728091024454,0.6336981609577776,0.8546176017847461,0.32405862220398074,-0.034516768143608934,-0.9096832320854266,0.4289186323486542,-2.8144060545230234,-0.4544744580528584,-1.120282452984076,-0.8324804751745533,0.49896705462825747,-1.1503116797001323,0.706214753097861,-0.011797792475635357,-0.1286377348422024,-0.7992654473040578,-1.4392732753635682,-0.1638809266310555,-0.9107538637521903,0.3676935217761004,0.3782458706842209,0.05330668701213922,-0.7680057728290473,-0.5763159084721068,-0.9332517340193452,-0.684003502084599,0.01678370654448814,-0.029479279508655292,-0.8601640531546447,0.4371687099214867,-1.949120612735826,0.026512069980834583,-0.1972931894042332,-0.6294613309506575,0.44560225016317534,0.7216010375862402,0.6318290360571165],[0.3452888906182472,-1.7985004253241474,-1.4346664728429956,-0.8507086983517419,-0.173704586445363,0.8298960726710873,-0.09212944705380584,0.2636414037708479,-0.9813086927533392,-1.1734928817405277,0.5305016067138812,1.3429736144255178,0.13346646557590075,-1.4101788843977763,-0.5685366072402142,-0.7101378618307133,0.7951238558818138,-0.22594023464673454,-0.13071041703075972,-1.2384459856117418,-1.3629381440444555,1.0740196460259295,0.6655198837132866,-0.2962785337985821,-0.2740310831329213,-0.588236587846589,-0.16920526477597772,0.49401170487100565,0.3214120725945993,0.8097937278160098,-0.693593897887157,-0.007138880073108037,0.1351100881231613,-1.0592022696429022,0.5170576205272973,-3.4890814508253993,-1.54106965311691,0.1941602677678495,-0.5710087674818637,-0.516636056142253,0.319466711269671,-0.5730051637347016,-0.33434919069825414,0.13934927310775838,-1.58488752421846,0.32224030082796135,0.5232621495956772,-0.3666331456525622,-1.8657334965443688,-0.2786533682350807],[-0.2552499374324266,-0.650198234227853,-0.8454159958032792,-0.021054810418000978,0.3294799396000047,-1.7067236903286522,-0.7778214432128099,-0.07830447693151944,-0.23802373168891733,-0.48840573000280657,0.4134900883536613,0.2604097696104,0.9396784475727334,-0.7419379661753467,-0.3603832477291762,0.7847354317527148,-1.5522006230978633,-0.23192619930885697,0.715709057460333,-1.9833604628559833,-2.284433834654466,-0.25694199401673307,-1.8769541295164358,-0.029163231655499146,-1.2477512196062506,0.7443532298105231,-0.1693702915636856,0.46012602941358594,-1.8606220368734958,-0.5849218081545081,-0.38443781085641043,0.8859822331846569,0.02194962290064857,-1.8340115629860516,0.7625567920119551,0.33324736415798895,-0.5707438523352,0.9723008764575919,-0.31652639162108565,-1.492414540920421,-0.31255626513468526,0.45018750753733655,-1.220862782597762,-0.37417169336717104,-0.46552113290418046,-0.6327906145568389,-0.9169785438413136,0.019587428713084876,0.5317741321518726,0.833312871063061],[-0.030137442448282672,-0.037552466117054144,-0.33245327915013995,0.3918150886537576,1.2046114927697675,0.527665359763361,0.6851951391585775,0.3025519287971228,-1.0471723169118725,-0.2936077031886795,0.5642289844913062,0.03230462293846114,0.8835758599530545,-0.8532976342915018,-0.5109371702706847,0.11345412849066905,0.5253918375599004,0.4091405591343366,-0.04279038973595724,-0.5777327327941518,0.1031522350275019,-1.7572802847759896,0.5018647490270651,-1.2567387692496015,0.8922475964686817,-0.11435805241194447,-0.5376702564588578,-0.25954984239348755,0.43954697590272035,-0.628273352757827,0.5191589677423607,0.8122212303237206,-0.4773851054653837,0.12116557640507289,0.682995174614714,-0.30730091699198686,-1.653169617729423,-1.9265204325624732,-0.4975827032867482,-0.7798941478262374,0.8869172184645422,-0.925329069628136,-0.27536136241883935,0.17444342066161989,-0.4901055000051188,-0.40933257529236083,-0.5262117046569351,-0.7235520496149881,0.013902503349951556,-0.3428729583784218],[-0.2682298749383806,0.8708923759845931,0.44408316214673643,0.6094751063892144,0.482292070298514,0.880692493874581,0.5936424910281226,-1.1679999711254454,-1.0483931987873139,-1.2936183836151605,0.6044996404327314,0.5926149909082598,0.8555735552551778,-0.1514843043659137,-0.4358004742801502,-0.3378659278936046,-0.12174176873268062,0.9756728607355456,0.29571771261528323,0.035559481118600404,-0.34478187954187045,-0.7341164782102265,-0.15721401976900107,0.3193321487642315,-0.4351455590492197,-0.1504866330211788,-1.3074271970767357,-0.15209709923408485,0.6886505008329404,-0.4927924938419305,0.4016927552551705,0.9615628389807029,-0.9363730457944452,-0.16080352617971572,-0.3397236977591032,-0.29160694652416896,-0.999278653560917,0.5283876145296016,-0.40736251951094044,0.01113065777363395,-0.9278550330111471,0.6737486511751601,0.7012658657400742,0.02016939007250719,0.26544636391868814,-0.657621001075423,0.35426462473096904,-0.5356388125679763,0.18790003066901279,-1.0750421831868922],[0.43012339298062996,0.029344942331334285,0.5770110343871248,0.36018442570241277,-0.3676688123877331,0.1731084597417508,-0.2720970878714921,-0.9151612802392973,-1.2351738870487425,0.5225416320853299,0.13291902046463505,0.8613658608098557,-0.020879269747652314,-1.1373292542525468,-0.47466211900462507,-0.4244925251473406,0.4031143880472363,0.05316931083913083,-0.7479961410598774,0.4670501280252053,0.5888002584884674,-0.25115624011538784,-1.0963211956216201,-0.5656758661994298,0.5377290033011777,-1.1342398195149808,-0.42694161548991694,0.9227974443909824,-0.5330278644260644,0.8635287708817987,-1.7062161090040249,-0.24154939234699285,0.6982532752934866,-0.5132973063010178,0.48511604419980303,-0.14375679959613946,-0.6114317667336635,0.7652235191277806,-0.3105418069562793,-0.7326346825648907,-0.4042428248836119,-0.21594929371354682,-1.9483157338869759,-1.02949807963486,0.44051323434586015,-1.285746051063369,-1.0722033461364338,-0.4894608553569791,-0.5350923980400598,0.15305713598176984],[0.4193166805449297,0.5404925615516648,-0.06133437355751765,0.12266601174731134,-0.9506266342210178,-0.3518802068496269,-0.825560133205743,0.5254380463335464,0.96626151095916,-0.03234371413419761,0.9261365175709678,0.810124108219139,0.1256228322498903,-1.302854053691859,-1.0993328386971006,-0.3121840339725686,0.7857055183887038,-0.40402541954946003,-1.6316347852144002,-0.6102510997043903,0.552325730025489,-0.13123786930050535,-1.040830154392633,-0.8252760889809182,-0.38756606340050614,0.31297508223167836,-0.09601825040898958,-0.7346672419626389,-0.03609736217388347,0.36128415733153685,-0.17844300422677148,-0.6816832442161641,0.7807933847167691,-0.47933391022216504,-0.21801284474264282,0.9609332375335542,0.025350863060417908,-0.5334518280993338,-0.1315329245412041,-0.6476182476342045,-0.10966195764688291,0.9506403233873538,0.15957650602501608,-0.03209840220308153,0.552805913035473,0.2765013552437064,0.8494687010082992,-0.6211606903966542,0.045793519594754695,0.47218357208145745],[0.14806227626383092,-0.18511351633159412,0.20153335486109367,-0.5876411727540597,-1.0166060650217976,0.46528087028083204,-1.3249029841370024,0.9683963060694052,1.1102071854108908,0.40438420038612893,-0.9447196860424769,0.49040212804520816,-1.552127863896873,-0.20123856767736706,0.6247721080624092,-0.4199952652638394,-0.02532466533826014,-0.7497060666660902,-0.7995336217015097,-0.7484243578885621,-0.7404240908399249,-0.5059475519813178,0.34257706879198524,0.8153700754988644,-0.0721562325041874,-1.580446204441344,-0.609472147284609,0.19380780405326412,-0.017928344051373637,0.6999321773892598,-0.6241131749966323,0.4670398200286764,-2.0401436636680224,0.2018053419582857,0.5727388164701398,-1.6295442387075076,-0.9782434746310886,-0.19733570940102865,-0.7595014819849367,0.13018521605497585,-0.563047374991393,-1.0275841161635566,-0.005302432973216272,-0.5505444853677375,0.9971357970679574,0.025203780455085874,-0.8004536639245744,-0.502457444785766,0.4151379306677217,0.4324476737291138],[0.8622669559221704,-0.8583409681972266,-0.7442081405316594,-1.118249240519017,0.20389658652981787,0.19304244048907213,-1.1032169085522794,0.5711664899910961,-0.9392729552884567,0.489828818623421,0.2204277410816728,0.3205576520222301,0.28206912681398005,-0.775802182546171,-1.769041736020603,0.9610546667437139,0.9549622945108012,-0.47735702743632086,-1.034929280580192,-0.8451649977187301,0.29199802325169993,-0.39660573101783075,-0.6239700988596402,0.5912896801318858,-0.157646258763723,-1.3230528561924264,1.193607440314279,-1.708214327754633,-0.043443327139446965,-0.3079769552988827,-0.2345404356680687,-1.5820843437603722,-0.015563686096147418,-0.3387369633004653,1.6612312727180853,-0.1249360045897124,0.3665243449119482,-0.22614478248348904,-0.1055016661221862,0.10183434730706821,0.46960923722214026,0.5353563903069879,-1.6233572154307159,0.7300326570940863,0.17719549705436197,-1.574402451686913,-0.22875951395299496,-0.03268769942859879,-0.4417431082654957,-0.6071429571100747],[0.9343312112681275,-0.9351021028415941,-0.29468133910187466,-1.2061175212486697,0.9505179710890929,-0.8630559605534649,0.022754788736458025,0.3408116258432975,0.6236002355859701,0.3802578897831687,-0.10620393764082268,0.9834312063458241,0.559669741750823,0.05194070090375148,0.02253119997556703,-0.1725479945327146,-0.3161420106054885,-0.6965238385989946,-0.697893412511606,-0.5151069121251323,0.34983219532741,0.835064871586878,-0.6023820678320461,-0.9068289897902468,0.8040394129557046,-0.10747099970794233,0.06358743179242717,0.34037179814455243,-1.0885630176273622,0.014413229396813472,-0.6124308745921211,0.569461826662091,-0.7112282117956397,-1.411572795275053,0.21023072409365778,-0.8657217084321517,-0.38611052028236326,-1.1873129493556143,-0.9683421635069857,-0.49603462359023764,-0.4218258112090287,0.8659696804659337,-0.4018629963806213,-0.7842549705630337,-0.6995809422696548,-0.28413345243220217,-0.5395063988231901,-0.6462332503540957,-0.07334012908841195,-0.5898948613666106],[0.6941273363251934,0.650212869479605,-0.013204157618474498,0.9711033044758942,-0.5209385845589811,0.47956305827374957,-0.9814753350671809,-0.9009665843300666,-1.3497359737894845,0.22015571296790143,0.21666108313125843,0.5621869949307433,0.8489520763714193,-0.8697063976393385,0.7747829783958511,-0.229297227693488,0.8932586168033175,-0.9071965753760354,0.22111570284473595,0.23224634793418578,-0.4245430550244645,-0.5968898948439875,-0.8732459188139442,-0.35966665304680256,0.6162710800454496,0.8033451554910188,0.22594696692645386,-0.5391265336762675,0.33124243521492286,-0.0961861441610022,0.1026619908506471,0.9454840793383746,0.5938243392927229,-0.01945585412073417,-0.30523733400256675,-0.98849640910965,-1.3948799754563639,0.08237430809671209,-0.09659274478973108,-0.1511404883967438,-0.3237239703023733,0.5224329950882914,0.4571636126178296,-0.2856192977306512,0.7119042888278716,0.05242725602776341,0.23938385529313727,-0.34742771185006843,-0.4385991752677212,0.16396715670483808],[0.707705043596691,-0.3373518372538019,0.8441685457511743,0.17993769171297366,0.21152437580724903,-2.206212479046905,-0.1104321318293616,0.514337710171028,-1.6014112598066783,-0.11426667505382354,-1.3941521534653876,-0.6056803571901765,1.276025651215698,-1.68294160624602,0.05223644365477379,-1.24719087666438,-0.7878787174292838,0.34614008596580165,-0.5980352801912798,0.6132219815074256,-0.2018689926583287,-0.9773911199045633,-2.108414528950809,-1.0351296367364888,0.3338666841759043,0.9752989098879314,-0.6346975529736705,0.3474748855192765,0.5085918044290643,0.46885699472975806,-0.456160548503409,0.8470773456387536,-0.7947475429578722,-0.8462221658336179,-0.11288709216775372,-0.5365137664399808,0.2741102973414137,0.3679618570543801,-0.731041575037845,0.8363398766470048,-2.314705386481722,0.4601947786888461,0.37417492680671766,-1.4442303941401142,0.21112038978869418,0.36830064863692713,-0.6238571803200749,-2.2581388525854575,-2.2177216206911465,0.5464218716448771],[0.48489777309092996,-0.19859188481993367,-0.059196328737904196,-0.47104038774803425,0.1272407213739328,0.416368027868939,-0.7901357627674399,-0.6343134421017059,0.3917228998956304,0.5985661758040841,-1.260576505398849,0.4554851539026603,-0.5429897572453533,-0.48409860553873235,0.6634974622403644,0.15400334190264425,0.16304092759797026,0.4892931713766221,0.3440546835184797,0.5695915505167718,0.722434210330901,-0.5012683960041361,0.38803558751727124,-0.7273558869858174,-0.7281811012128576,-0.30967396698586386,0.26692512308746685,0.40385158594385956,-0.6644734223809768,0.1203132145431318,0.06661226334962274,-0.7636526468571647,0.17860301275392218,0.2780529842201252,-0.2776711428721462,-0.619979760470154,-0.3984542545185216,-0.4980780310736822,0.6546649876018772,-1.0599259708592583,0.02673576013153065,-1.2887583675094256,-0.3587447731898646,0.4205188171021486,-1.2597318589653386,-0.6836637784996449,-0.39781724338558483,0.8588237487514996,-0.0541459750595476,-0.7670559754348251],[0.432670555050884,-1.2392953038399008,-0.6074373179114397,-0.12437622160012374,0.1793113341191589,0.7375174908573198,0.5516170184821664,-0.22888496766130215,-0.6953955576306372,-0.4741460278573819,0.465524024891657,0.14244001959140015,-1.529749115166816,0.3726886518734795,0.9367335829158531,0.5736346053049313,0.9254794426413941,0.09472717372138152,0.015068154310514668,-0.32797019146464196,-2.2712978684460134,1.2311749056732149,-0.4252243061728113,0.2384619376356375,0.41931318689704555,-1.2715889142675192,0.24179292378719858,0.36268844656473315,-0.401113263889171,-0.43733070036732985,-0.9521675639005928,-1.8064713681492055,-0.5703966881137067,-1.5004020942210294,0.24117059933871118,-1.6369541561789125,0.5798189964301713,-0.09365915487473792,-2.1112812875759728,-1.677061304317189,0.31918575523512027,0.5279958403645764,-2.5453605936759964,0.37220358284003185,-0.02453130558766521,-0.055329182250941,0.5789408622886926,0.45563280729192634,0.4866363229617238,-1.4663579533424378],[0.8438856593630452,0.8520945491669006,0.3033446176139862,-1.4621301988775046,-0.5418388076526118,0.1375792791784593,-1.3026128572778286,0.3035090680153381,0.10406599631836838,0.3759093173328108,-0.49036427614095074,-1.7259873556954093,-0.3588259290102861,-0.6736038124720696,-0.877005873443314,0.49832855269098736,0.5842099978111382,-0.43648370742566994,0.3185748722986739,-0.6099223777150259,0.7853311413256947,0.3387621173372992,-1.1415244275301335,-0.9357025728648989,-0.27137258202428227,-0.4103840049924079,-1.149085163757766,-0.5348772077532387,-0.01944083835896725,0.3175622372679396,-0.8178818516126273,-1.7876722208201197,-0.39707657008127417,0.3865554068407933,0.5950336965487657,-1.7183556008512861,0.5121215395821388,0.37035314823113324,-0.3158105375033901,0.8668523078828697,-0.5966789418990317,-1.1009789341175078,0.4353563788268573,0.8142171225893,0.8092901137978473,-0.007680442512601475,-0.12865647368197,-0.6407147201875744,-0.27475553260712793,0.7768612364113128],[-1.3012449855145942,-0.8943606266770031,0.7613874601727405,-0.37883098922007563,-2.2747195914443723,-0.21107208401022234,0.9227163399377608,-3.276787544530843,1.1628605446000913,0.6379577088594223,-1.5653175539835082,-3.928634711088156,0.4241733113059557,-3.8723393151039525,0.6187442874766875,-0.641821716599029,-3.464568609812083,-3.9895707075123403,-2.8345124107567807,-1.6666876990513904,0.09164575091543342,0.004195769579496099,-1.2491149653055527,-2.3916193552574176,-2.1465582296917294,-0.5968410880364875,-0.3255034853697321,0.8074652242527443,-0.3547055927010256,0.7290698032075789,-0.5910583541051473,0.8440199107849905,-1.2438709673911745,-3.863467492962595,-3.2032448838685434,-0.2076784884507418,-0.06055645626344056,-2.452761381414647,0.1420201092143394,0.15753104893452116,1.4943964122557978,-5.054313517075418,0.43330010265778995,0.8097225740074283,-1.5657098443333997,-0.32082842535748307,1.158430296008634,0.2508264493174665,-2.3754460010385388,0.8397156752184844],[0.7265692581248254,-0.7936561656549036,0.598635698081918,-0.34347538672057276,-0.6726967979422795,-0.7061825673129314,0.5718673802505,0.8035464013401236,-1.0822039107859347,0.6885362950564732,-1.2960672903588881,-0.61573333892376,-2.2688144620692734,0.031072526351491686,-0.45549381233158026,-0.7707606940921089,-0.10793920790798513,0.07127082372362122,-0.07623340934079839,-0.8036972375629571,-3.843692343090716,-0.5220911962718945,-0.1185473439638061,-0.9265825170917866,-0.19353651104055353,-2.110543499399878,1.1977722946347547,-1.0113004858912045,-1.8531261847941372,-2.2294447626693787,-0.17176705083451466,-1.4380644705535695,-0.9239214566295156,-1.5746442170225212,1.1673903804229429,-0.729576018757586,-0.12694774292354702,-1.3128804875388789,-2.62286112140268,-0.9726081205482636,0.06382494174667475,0.33151806663410227,-2.9803083851387266,0.554275713648684,-0.3807767254609166,0.22366342402843384,0.3911175547322534,0.4114201426845452,0.5224617257915352,-0.06759174280342249],[-1.0084738833299827,-0.06032949354436047,0.7630511027675906,-0.23107881012291728,-0.879607745407302,0.0800774743673695,-0.5216705524293939,-0.41323168082228934,0.6355995604397203,0.17593138719529208,-1.682027961549837,-0.2170300525951336,-0.10622406474953416,-0.04971004388463463,-0.34056195947207846,-1.5930357533005783,-2.1977403751251794,-0.6062935855028931,0.12306156244356756,0.027519336269865493,-0.8199631971698712,0.7000908954106392,-0.9575589231142628,-1.0866452789864998,-1.5577075747841926,-0.006856070019686804,0.9020755124093128,0.8674645907452985,-0.7314412561618371,0.2798841980684443,-1.3167960053702794,-0.39373904373901647,-1.1663337676227967,-1.9135940115215648,0.2667362380633113,0.12912369604261334,-0.6479543569913271,0.49545554105499195,0.8309539295674326,-0.24751862950747433,0.9526453640505701,-0.24841177758522237,-0.5057566930387932,-0.5761349474122317,-2.197156422670201,-0.35837570192233204,-0.16920650411661842,0.5104522123206048,0.5488487187534251,0.5296571604707625],[-2.1185374852729466,0.8639027184232648,-1.1414721717921033,-0.5628520864990565,-0.8638976856250833,0.650914735791169,-0.29008087649875525,-0.9588360484968561,-0.14564690524995172,-0.0859586498090729,0.6106189610204241,-0.08156250529032386,-1.803842448167968,-0.23837366426881254,0.5417983803748009,-0.5420434463498208,-3.9125014967722658,-2.030608263759793,-3.9297035442969737,-0.0921599537131953,-0.4868745859437783,-0.45313395938348694,0.18296683252029416,0.3919650472159853,-1.7972600239029128,-3.7294491608865945,0.40448665604596773,-0.3535072480042466,-0.5559059789815256,-0.57061329513268,-2.8511462169397577,-1.6349563424825297,-1.2375302854078865,-2.245465651057947,-0.5612480277933377,0.9264104231122493,-0.9991598428891713,-2.1585579910012607,-0.6996675712888516,0.9038823483749149,-0.27811339873316443,0.3989875786588061,0.03856030317909847,-0.2716757873103345,-1.0480969384150407,1.1160894933021468,0.9297468558352476,-0.3360239010119314,0.15468090550815333,-0.9268769161713044],[-4.765741895166974,-0.6017681736628047,-1.979157682302166,0.9673906758676998,-0.11631235132241094,-0.19519759606204665,0.8091154628105014,-2.027654446271748,0.36904729036626494,-0.18508639700717533,-1.3644060403488079,-0.9770863739119342,0.024327277346358592,-2.5955184294865092,-0.8293904935406929,-2.4702657583639174,-0.9127191322311876,-2.625000488201529,-2.58312300187313,0.3596900639990388,-1.745832288356476,-0.7163409101204448,-2.6917418595234355,-0.9225767408480986,0.6666576713177331,-0.1530724002587578,-4.850210573422541,0.8372887642593504,0.18784312311311474,-1.203335704775894,0.5164566154977805,0.1820387245139656,0.3602202859680546,-1.8161417319028537,-0.03905410358146509,-1.2482392977752317,-0.06703383624960207,-0.6090395310207016,0.6636448625178614,0.1103918261714304,-4.271888478336116,0.3755576064346398,0.12679385455387393,-1.3389596405173139,-1.251980094995033,-0.9792361308705868,0.12551774913930136,-1.127035768220495,-0.3189354120189834,1.0335166703478829],[-0.6387640378144882,-0.7343526503570692,-1.2841419964793457,-0.43453146798164205,-0.34954865665133766,-0.8644429503945922,-0.30793949088619055,-0.2345955841676796,-0.7068399601939896,-0.7221419870692952,-0.004063658383235378,0.7796373197553819,0.29134968888642926,-0.06735283041705817,-0.7100564602448779,-0.9354446750672925,0.544817483711561,0.05570298998055375,-0.7323994579405224,-0.5083889345914008,-0.08968077028712125,0.764050224510344,0.1337647108386867,-1.5019370988535274,0.9017561592031196,0.9907832268011197,-0.5398696726961185,0.6081355155428185,-0.933077753745274,-0.8854795578805178,0.3087679527464453,-0.9387946519284753,-0.9092043074054177,0.18768645402304732,-0.9522986284075259,0.5179959182661176,-0.52368251143708,-1.0670216206429197,-0.11666098273547197,0.8506763625563092,-0.3713692997916269,-0.4792160261201605,0.07253660666877708,0.743380921327263,-2.0694983359726016,-0.7892304639092622,-0.11236178676652563,-0.0954765226677164,0.512949836048345,-0.4198213706759182],[0.5535665991705042,0.5604534384332236,-0.058885186825716064,-0.9448674287315171,-0.6322870861128141,-1.8772559155693738,-0.8740005702158247,-3.2738129842093904,-1.1215222666413873,0.5697379023956308,-1.3744556661717051,-0.2820555218087308,-0.4801395742994496,-3.699054308797106,0.8809449810799469,0.7467832554236066,-0.01014027090343387,1.0359094580712136,-0.4492720236383893,0.5077721408586396,-1.7458694663256438,1.2586725021478682,-0.6699608265935283,-2.950130646171498,-0.05933761052527797,-1.737524199000365,0.1279185526146706,-0.13259767675579917,-0.5232464870677379,1.0211084935629788,0.49640960630860953,-0.7341998731179078,0.2728938073400496,-0.6731702896931867,-1.34213872790117,-0.2673700925087008,1.2853861049261963,-2.961738639739528,0.7403239536686174,0.26784332716343756,0.531931377054403,-0.7347647202235785,0.5511780016539765,-4.29024428639951,-3.602721580909702,0.9262417327600012,-0.43234263674431056,0.02991411583420833,0.05372173487423547,-3.451847831660541],[0.6271303575937508,-0.15536147064407205,-0.08686668791800649,0.29299153630989205,0.4837637026425117,0.6199686389398119,-0.29835031532342715,0.4046185315116906,0.48158752815866823,0.3987178908594657,0.10448304107774785,-1.6923425086945652,0.3171568260968755,0.201046324297547,-1.067284976987908,-1.3198884212767321,-2.0198262130643303,0.001946790182997368,0.2351571753513901,-2.331895933769579,0.7956985591501808,-0.5196125525293366,-0.10520327558050124,-0.6910062950968365,0.5326450824919022,-0.6837560068180585,-0.4979524980055397,-2.600095071769559,1.1329881245079525,0.1623104403792484,1.1977903525886602,-0.43240839585691854,0.19934198047987786,1.1644760923906057,-0.4762840976542907,-0.7317868570854763,0.5782436831822543,-0.28726082272541753,-1.5800055583963657,-3.7688953722925693,-0.1825425101029727,0.36346935926222795,0.8371836495425777,-2.268130181947659,-0.08219547598652259,-1.0650363792915127,0.872849780160566,-1.6395181255390672,-0.20532113032332208,0.6207222882736595],[-0.9198661347446729,0.6119591267382958,-1.5316399616001857,0.9982975600678419,0.8692099133001577,-0.5303519708320447,0.9622093018941368,-0.19973521736091562,0.492824523036831,-0.8800830668423183,-0.45811360725251893,-0.5100558382787682,0.21519959166155303,-0.15519014968800462,-0.6278542812953732,-0.43221822740752747,0.6333987502553161,0.07482733018097903,0.38065202000326737,-0.5370892653784852,0.9222899411558984,-1.0611624779822642,0.8250082227102126,-2.6718940526885677,0.6953506404779048,-0.7563927350113138,-1.5047122361934215,-1.4428974972665913,-1.0277568702268816,-0.8959071506400541,-1.941475307825882,0.027066542100513024,-0.23838264508554396,0.9571245322641645,-0.1908896157949684,-0.5320521096318638,-0.773513085987798,0.011183478569648778,0.8411583740514538,-1.2142202716364807,-0.5491881243038059,0.18065953284045377,-0.41238977660071935,0.6450960658863831,-2.3074691525817523,0.04272381087681228,-0.08839948565438882,-0.39519050431407177,-0.9742758126415402,-0.322110663581791],[0.4053305300359062,1.0766228837454561,-0.07218059113185071,0.6487232125475138,-0.025864594891169133,-0.5706191928765456,-0.710695888928911,-0.9151361166655182,-0.22053680439020595,0.5822438847942223,-0.3235724867738709,-1.0946358713842057,-0.2627304472736272,-1.0668614620297459,0.989536715294504,-1.8569967938552077,0.2911094363286275,-1.3484228378524181,-0.5666736357932461,-0.7083255091814183,-0.3509401528088036,-0.2775955482171483,-0.35699923206300815,0.47950010474842003,-2.157560159076399,0.9318863962403497,0.45573347775971995,-0.7490408005920121,-2.3663418387485136,-0.1692030292097679,-0.44565713916231575,0.07718696652900205,0.5786834978635178,0.4906017075116814,1.1085708809094943,0.9388385473151506,0.2986195192703617,-3.0404960540576678,-1.0518645803984548,0.9063717512281059,-0.024213177993278698,0.32246400228063593,-2.717553589443954,0.25547607628402164,1.0381383508743858,-1.2246655009598384,0.04901461450838207,-1.401109763352257,0.28173098506819566,-1.3808587355733668],[0.16074736210306714,0.21352907566170293,-0.6328374038148132,0.5691000900819527,1.0042318568692328,-0.4613792235681252,0.006269387609950468,-0.10329167571568697,-1.2513477620727211,-1.3060598046060978,0.2609008691724454,-1.1671989302811772,0.5139597660382921,-0.017724237411137336,0.675674488428054,-0.34422691413730844,-0.21839066490817977,-0.4343727558959478,0.4950326903504589,-0.7313230150390589,-0.45528464182244005,-0.5917318421041258,0.25243020534897576,-0.6178848728997957,0.6881752881346171,0.12207356339916309,-0.6524473986516677,-0.035992881885668376,-0.16638320914909016,0.3898062349373937,-0.7486761045522853,0.31349178009813194,0.4014791539151439,-0.38618554961996343,0.5198752657963265,-1.514829525571324,-0.8926217501380767,-0.5517010346099089,-1.494155207395527,1.0906948695806482,0.0803373221946294,0.33707702237727594,-1.124732472270849,-0.4948970162566385,-0.015035457428613503,0.22423898159725372,-1.4720964403775632,0.19411588638861543,-0.5258196424152343,-0.9243430476971994],[0.09112984917703103,-0.26681904034940745,-0.007256152767839532,0.3327239541623141,0.6339409082821226,0.7185548660740366,0.38064363164881787,-0.6093192372819721,-0.003672223896258664,-0.6510344885726247,-1.1672121997069003,0.35996356523863005,-0.21001647085437247,0.47848655222208836,-0.24849729764305487,-0.6776734004721461,-0.14172471349198337,-0.4972836060358777,-0.6650321793135819,-0.6760792608658095,-1.1116465430109392,0.906487110766948,-0.9732511459748274,-0.7287015415888279,0.9213462332686468,-0.3414568527958784,-0.44456320476078787,0.3211339248651193,-0.2097681438789594,-0.5969026810448943,-0.1973712571520726,-0.5180200133351048,0.9571898611352235,0.007617192243046959,-0.1241680576254518,0.262911702327574,0.5938173122495427,-1.2328324390807395,0.0650465310282598,-0.8766869637867705,0.28658178115742244,-1.2423371576505469,0.24295495661633137,-0.6040133968051418,0.21917379919568458,-0.04647823523875536,-0.6237118361552196,0.760872429026127,0.018644584853009724,0.011340103279321292],[-0.1387698920050535,-0.805026231023682,0.21924813322451206,-0.37201921462967635,-0.1485770286280024,-0.10921421288820408,0.2909986704427795,-0.46871130986857484,1.380532126833185,1.5588014311927942,-0.37609302231186437,1.0408069332316514,-1.0703524667186914,-1.0092168658262521,-1.0446059530578733,-1.2839870556608903,-0.5929856428599639,1.0646988346734338,-0.9832930508599035,-0.013090705227981359,-0.3129378145573099,-0.4359496944150591,0.1481655053720891,-0.04673923940440674,-0.28228654657985874,-0.6634011182369279,-0.005263438743971968,1.1908242211134497,-0.5991709889312129,-1.6023173390396217,1.0954959513411684,-1.3811112315767244,-0.856953509737839,-1.355035678968348,-1.3824452782605654,0.015571089493632905,-1.5868460478114255,0.5394192036354617,1.0548103937098228,-0.06864077784111812,-2.1267233124124107,0.723295644675533,-0.20690273392426684,0.830379775079028,-0.6830459924329242,-0.1805174049591809,0.07534142333329229,0.0785191508485265,0.25768736143800847,0.7596539710471166],[-0.34422894461825676,-0.6770967675865198,0.7490700071248275,-1.0385310258894744,0.6869082647167977,0.8530586357584736,0.1590165070023238,0.6345941302177412,-0.58784612733641,-0.0015404944361468108,0.6773852822901582,-1.1806336824896055,-0.830158904024766,-0.257041235713766,0.24662756973415512,-0.9923898064689484,-2.6833726859338722,-1.3145218161019232,1.2152843820439536,-1.0932451913387178,-0.25519406117410315,-0.8824645190572998,0.34644887250481915,-1.3175157793757093,-0.9267839955735735,0.17836209610698128,0.1329908189200167,0.9051790733294446,0.9069730785634909,0.30266372149205456,0.3282837545324455,-0.3102154501811119,0.30157705426980014,-0.07600175581742809,-0.0456227891215909,0.5511208934856507,0.3835763847251868,0.22777286650520667,-1.2072897609034707,0.6366898080332916,0.18525468282816876,0.39310061557883136,0.7536579981090069,-0.02892948618507345,0.11877269049791761,0.49619937159613325,0.19309918524044598,-0.39497753366860683,-2.495380669564146,-0.2647252227593281],[0.738364203553378,0.1524183553167236,0.4790147754046205,-1.1949536202119972,-0.7405619781826269,0.053533964856498154,0.5549559930058185,0.621000672812807,0.3665192967550205,-0.7612961763145106,-0.5815005187856943,0.5606686131459369,0.29678415030677197,-0.8883624045650597,0.5279149496621264,1.4988494876278986,-0.742938057031153,0.9330416831471424,-2.866648936444273,1.6353556876471438,0.4166054103754959,-0.030893674582239062,0.034427080979487774,-0.8146386416823013,-0.34058027320585743,-3.174239713217266,0.647499037848105,-0.30301557183381167,-1.4685376694839825,-0.38254475661926723,-1.6920540800345343,0.771976602189645,-0.13099547341247894,-2.553412080570767,-0.6445237455884254,0.9286220576737831,0.6500435588997803,-1.7638930054008812,0.3247622164211149,-0.353109609372361,1.2692914367563828,0.09560007485047885,0.49409445967931886,-0.16039749390151506,-0.12031786581323516,0.8238163331359457,0.8679083360532261,-0.4586517089126226,0.35251848426587495,1.1153165770162334],[-0.2996312281691079,-0.13807434304300473,0.7095727451291592,-0.3309640014581086,-0.9558829183845595,0.2901807766760792,0.0017974510260295204,-0.35728880200546864,0.7533550941807146,0.4208003952953964,0.08518940682957846,0.036175692071912444,0.6107203719627562,-1.9125924620652053,0.3232397861879681,1.1921211438590456,-0.19797071444303874,1.362288398303297,-2.9247939819955198,0.9961112684652232,-0.3782270347883011,-0.2892759785798358,0.4807513126596989,0.3504183453416134,0.692331758263741,-2.4656700635693642,0.8610251159240947,0.09382967363135372,-0.011879956515123354,0.7013039683634419,0.606021754380354,0.4355083673601273,-0.2066872537050723,-1.45796832407344,0.2570236863307825,-0.5198239896458594,0.6247053828236241,-1.8911607595883762,-1.2990330295966324,0.18950839565992303,0.1696296478788652,0.3424533490803305,-0.5138882659357831,-0.12861994622450837,0.479330161330388,0.14083930609601708,-0.8042314169691103,1.3508141395436473,0.09319541873302932,0.6439106275235019],[-0.8507932465028892,0.6004662248432139,1.2895756231322602,-0.7868588046081227,-1.1664400816089733,0.287720988445704,-0.2680993554410779,0.9821772500533293,-0.14297681382315122,-0.09552098863894962,-1.4090032816156797,0.41412479066352387,-0.21339878967321835,-0.03694762899178065,0.4561664775399963,0.7968154037407489,0.14073448872790176,0.5175528726702369,0.7240666557234325,0.7864175515776304,0.6696641534359374,-0.903772233746132,-0.35723098455216024,0.8296234249009239,1.1177979260001718,1.0120328170287884,0.2469123233281871,-1.8704166275137852,0.9586327421939607,-1.013347870828584,0.18989057791310637,-0.52945705172951,0.39958985062342434,-0.1317610413315075,-0.15895355058123237,-0.8617300224152826,0.4910899234955415,0.5833645116939878,-1.0297883671965966,-0.7604582143684423,0.5470277319300187,0.8537211134674112,-0.3879464089377257,-0.4549409890648836,0.0810226009175836,-0.12700722044333304,-0.5072534432150135,-2.616471780093556,-1.0775576620551455,0.8910300762677132],[0.7956262677739367,-1.3419115946529026,0.6114045690868297,1.0924464775698575,-0.6837340289044597,-0.36428599477391804,0.07098877122503594,-0.6069243008047635,-0.5187780777532556,0.8390893812306179,-0.2191752264196124,-1.7395134794437943,0.19042486093405453,-0.436800502301678,0.10646651543409898,-0.4277861992902736,-0.9175646794709325,-1.7126462508998082,-1.5737426411925832,0.4000665787624706,-0.22816855862449084,0.20581010338751085,0.30906796603887976,-0.37602570226251314,-0.683821924057529,0.5309501689248659,-0.06599583711414882,0.24398760270987832,0.9628355225854296,-0.5638818946857375,0.08972372234377964,0.1327879080244238,-0.11721196784600281,0.5136440301768668,-0.47037840602663783,0.28254174902943796,0.03258215806598925,-1.8837462790399606,0.08028179618776336,-0.3444189807639678,0.17922318145073216,-2.449111725163132,-0.21603258053105465,-0.7498805408406989,0.11332551047272689,0.859390062760897,0.4884499079739951,0.7743677267827199,-0.09818425559595857,-0.25347009794842007],[-1.208873629194357,-1.2482985292379003,-1.7145596710177533,0.260023831810131,0.6004871404150119,0.6078125253574428,-0.15718919102548332,-1.1687257393648163,-0.2849009021221866,1.0674784463036757,-0.15553019691981315,0.3402722883840812,-0.4789769233674655,-2.0439000949490485,0.014535641433037526,-1.4413802753781897,-0.5237907831776045,0.2747644351999572,-0.9318338093657847,-0.39932403199005917,-1.057353348064813,0.1724369197780942,-1.067812617437992,0.02949981868218261,-0.02338462297882471,-0.044285805495121414,-3.3062406807070643,-0.9211866246470131,0.6870001838299121,0.8498066797035024,-0.29697205339478583,0.3962680141408445,0.5175753936869768,-0.9165534231531967,0.45339913048947994,-0.3453869685155562,-1.296937671248315,-0.8749641038940636,-0.31691385189181254,0.7115560016629382,-3.977142438221598,1.2437219263273258,0.31868665067406915,-0.23123661328790965,0.4919338510942834,-0.9029949024593732,0.43214745880248867,1.347381396314218,-0.2673947599430581,0.11374204186315963],[-0.6459598530212296,-1.5280850419683618,-0.15020889291095785,-0.6634772107939494,1.5276894121608253,-1.3047878940078985,0.23335362138996948,0.6938929560208061,-0.7807631090779114,0.691502579938368,-1.268765656020499,0.9685292352609554,-0.3866167796524737,-0.6062030614116275,-0.3528455505699339,0.07146440595474894,0.7101313389274679,0.30099451389270765,-1.0761713208708474,1.0230949972907855,0.9166203406742297,-2.250614075217581,0.19470444766299938,-1.9440796312883655,0.6084835571116834,-1.1178303438404358,-1.494422858761338,-0.9913014036636417,0.8901486245832944,-1.004672295159612,0.7991737068545647,-0.23449009603997367,0.4224203352474071,-0.07937332908524476,-0.6578497441402644,0.47567674147533195,-2.0804126531466167,-1.0194616009953053,-0.015748342714233386,-0.5483759144676283,-0.05326771799678676,-1.7873065567027968,0.8693070130124094,0.24912418671207393,-0.8007597280262897,0.3651768735610704,-1.2413590866681543,0.48694058010409735,-1.040415528440606,0.09404238128907592],[0.7107714417603308,0.04796351933884167,0.7016405917406345,-1.2078417282403442,0.19681823807135915,0.4018173897142492,-2.8104718709244234,-1.8018602359559832,-0.36361970302267016,0.5377484525067998,-0.2500208596212915,0.49440678246307174,-0.06264794977788543,0.1966502454796027,0.5073836885682887,-1.2788981945886388,-0.3557276200393149,0.47931730364977865,-0.5480290847746185,0.14610007085729687,0.14009567081269172,-0.0870932424866094,-1.4480259990815532,-0.6717590025236249,0.7246712298003887,-0.3873431298107747,0.6575456317448052,-0.18445165731850782,-1.4531238476612083,-0.30508045975619486,-1.664701718068721,0.32333248527216224,0.7126829334472634,0.8980617894899651,0.16546483249255114,-0.5769562249617499,-1.4038271806858194,0.8927639530410731,-2.2930165347197744,-0.6182726773513402,-0.5804673327653631,0.3489012579197222,-2.1710000295530967,-0.25919848965772724,0.8820350506426861,-0.32279060545903904,0.6098354778663383,-1.428840685830656,0.6310159638243422,-1.8847161255290552],[0.10428718204102792,1.0673902703429539,-0.08483151041897267,-0.2821363616243351,-0.13543453170444575,0.009183543136440958,0.8794582085455772,-1.3300873844272751,-2.038244784873115,-1.0133175893734088,-0.6994386032550584,0.3664638955487746,-0.3398289367343267,-0.3329607572700548,-1.0260569689598946,-0.14115223111039296,-0.633054296752897,-0.5440258502800812,0.4462412392889963,0.5490550613720905,-0.3972152324574618,-0.2656114537869554,-1.7421399160206517,0.4667541509271939,-0.3490850065810046,-0.5317004377711758,-0.9751375524365654,-0.2774870136767798,0.20992141634838934,0.7578045607317785,-0.5769205291205147,0.5716556198094579,-0.08086862014375351,0.6297308002343609,0.3200228535046642,0.6068827782961322,0.13517108326802768,-0.9736107828184061,-0.7760864667728032,-0.17112471781263697,-1.0692533305082688,0.248595452496854,-0.4667404299473208,-0.7639299909061656,-0.22451154003299822,-1.1658642969690494,0.6316644311295683,0.5607791395180897,-0.09629547499147631,-0.1266759869032655]],[[-0.9929063441844571,-1.4890723775936745,0.6673209272156384,-1.3408494439780436,-1.7175404854833771,-0.441050061703642,-0.17447331704127256,-2.36734850185974,0.7791724350245453,-1.0975617070166546,1.2686688287596035,0.35557459000531383,0.6231736011944132,0.1540799344780646,-1.8967912921221564,-1.4227183705034057,-0.6498362973040254,-0.5980656843815508,-0.1975820964022587,0.27013154134930967,0.9105823369285562,-1.6184790694673288,-0.9624058759815595,-1.6363312221905297,0.9229058228789102,0.5534635460525914,-1.2031471922901207,-1.9527889942617052,-0.9085309922731051,-0.8677582575861673,-1.421530912377474,0.11605879982783585,0.8636291446560791],[0.5762011956316707,-0.19735365951893533,-0.8352475645098052,-0.7968972605380882,-0.028734909757365767,0.6024540749901386,0.06096778480804036,-1.1564840441145923,-0.9282032384970554,-0.38541704422107975,-2.1239294085018696,-2.5658843523462083,0.0022673711670779012,-1.4869393173035688,-1.5481344629219767,-0.4227665421585428,-0.5217851711894039,0.2536206272597277,-0.864721683756127,-1.3575160591000748,-1.5302353911901008,-0.27271851390996066,-1.5258849121287885,-0.7282944789923042,0.6767641900834478,-0.4025947309122799,-1.6164918720997363,0.45308825198499036,-1.2897928478318703,-0.6709736558576539,-0.4878297066832934,-0.8340115610226154,0.6052221352144341],[-1.1088411706500085,-1.8725800498446061,1.0373866724349028,1.3666620906280695,-0.4237564277089477,-0.10883416682806529,0.7940758694302916,-0.12621230674165904,-1.7557985371342664,0.015352890225984558,-1.7189388689020946,-0.030004736140446686,-0.6891434774219528,0.5449962728652058,-0.4420778085291089,-2.0710799146309804,-0.1682396164865669,-0.10408792723668428,-2.176662486563436,0.37245788641988886,0.43520409833479556,-1.6290892766665563,-1.4533988376408886,-0.546948779064917,-1.1826235961479494,0.4949668280510234,-1.4650213078905627,-0.8988928964567284,-1.0463178515419898,-0.14014428430260115,-0.3011932386100595,-0.7744911406054331,-1.551474325507653],[-0.2026715226411992,-0.004580729408101222,-0.7161586193900166,0.4564977309571978,-0.8223443834915878,-0.122608242174695,-0.8865256692409303,-0.6307536734101293,-0.5551064588247261,-1.854943176080379,-0.09776585551524192,-1.514645373848323,-1.923601236043011,0.37257540630100056,-0.18062822916140603,-0.11571844535933677,0.09145668227179021,0.27181122927426277,0.19991266995844773,-0.3766005165372055,0.0038162742573229526,-0.8421346204264794,-0.04360948785864119,0.03828935150658196,-0.564730339337779,-0.15855577363003395,0.004658705523720008,-0.36573653456681904,-0.6965185976157341,0.02176520766309105,-1.6887257404481872,-1.239414686545166,0.16369623266269998],[-0.07684592260420009,-0.7655883239724568,-0.6239353052706205,-0.9078892032288534,-2.255739161015199,0.5343998181188907,-0.9434011660353744,-1.9749877101186755,-0.7641439515381258,-1.4959370892287511,-1.1671933137820845,-1.614446456736496,-0.4174452800623216,-1.3173829311509406,-0.8042293544526222,0.6427716641190259,-0.013504526732277826,-0.7088749810292908,-0.29452950394572947,-0.017429619133433577,-0.7556293081263113,0.6070365679880734,-0.10771888870371571,0.7542621444034472,-1.1902404229459531,-0.7936895408070037,0.5415820268802923,-0.7724733566060572,0.8630265371099339,-0.4476370413796113,-0.5661590083992342,1.0233461329102596,0.08040127840091985],[-0.2101565172598914,-0.12051232142911769,-1.72774674418606,0.02287047648099548,0.23231078197946722,-2.047065868344863,0.13166673081305638,-1.2647053254111833,-0.8629479014492758,-0.7685057306664695,-0.9664490772788279,1.0410997011595942,-0.08725868985588803,0.5372143642801536,-1.1681803789090779,0.5138586222079052,1.282568946463788,-1.2964709888486756,0.42885619298916106,-0.6543805498445788,-0.8896893977871714,0.040561034037656374,-0.21072874879080544,0.6247856283936142,-1.2455331919584018,0.059661429888278286,-1.4948274456896178,-1.050772857551046,-0.6024292921652205,-1.242140052022206,-1.1709682739429519,1.016661007880042,-0.8566534238492212],[-0.33374163265878015,-0.0950391562059285,-1.1348002127838794,-1.1442302334863979,-0.20584781232864122,-0.8295421256051321,-1.9124287759338299,0.8721446664842814,-0.19147501559539334,-1.3536925065553858,0.46359994615898037,-1.497447831357058,-2.8968040936131985,0.7095528788532974,-1.08975024728103,-0.4271921710662067,0.47269714680062835,0.2085193112236073,-1.6782084180461496,0.0821055005037738,0.05236257365627675,-2.566017618421106,-0.5328198820624133,-0.34013448720905115,-1.37770556070218,-1.3336541721208928,0.4990963063765949,-0.33616444680168867,-1.5506369217141638,-0.6412201875470034,-1.6871338835007184,-0.5732765567910934,-2.1439028849033885],[-1.3392694714423146,-0.9048995584757766,-0.664940543888377,-0.8090304921106544,0.006929727346930473,0.290785562208924,-1.9663261314412481,0.895584687421088,-0.48729024433791746,0.7545449382054596,0.8006795576903248,-1.1808472923495417,0.8152839547858707,-0.7700677219835772,1.116311153742053,-0.7006382884795047,-1.3007819308301476,-1.4857054442016777,-1.9229667751423063,0.3813820602605798,-2.271530610472303,-2.238534312003443,0.6131323282556597,-1.612309803338684,-1.8247373579202906,0.05286773767469471,-0.9294020664963777,-0.18630342103745132,-0.020277209124277273,-0.42052935887664644,-0.218066342246925,-0.16155573361011918,-1.0479552707493198],[-1.5452195533043138,-2.224752380055663,-1.476775092892246,-1.4785517757682638,0.6403413449633528,-1.0055376522184392,-1.8861362941101245,1.6566420990875534,-1.761779865246196,0.6390114042705398,-1.006525644039467,-0.7936135217365011,0.6600311769072007,-1.817291513512637,-0.09625580228820468,0.42633645324529496,0.00822976430556039,-1.0477180388733538,0.3877295379071621,-1.1964855844018356,0.5333030454304193,0.4244223614601119,0.05809087612274603,0.20851150689868211,-0.9819397104727281,0.6908607818814866,-1.3537970946061915,-0.4985253881638831,-0.5413203861169877,0.10763256311277633,-1.5106393139300296,-1.3584091002820173,-1.8432449038323475],[0.7296754791092077,-1.39892886536239,0.47868796801361024,0.8514857913535359,-0.43217926853112937,-2.2590548098286973,-0.6735893947658966,0.46825404690241373,-0.2316731653777569,-1.174949590614463,-1.9472710157735398,-1.5694728011522472,-0.22665816105668918,-1.2697278243981853,0.16082160987736724,0.6259931307600223,-2.0552930314100357,0.15028155676903734,0.916419736696609,-0.45456554318489567,-0.10446039123525151,-1.9948415178516743,0.8185009959624775,0.18113705175644912,-0.5699613450622079,-1.2142282632893122,0.5801507553592188,-0.928254333141527,-1.2530949517773682,-0.6835193735553534,0.4573588765384707,-1.2065959580783057,-0.1430477195307478],[-0.37474300488160595,1.1695478487162807,-0.9023225512457681,-0.66757983340035,-2.129459656581593,-1.526054810730088,0.8606412715013062,-0.9347043690187962,1.1732994134936645,-0.4118843846936868,-0.13353188286253975,1.1660748370433363,-0.07221373042118454,1.3645295045702621,0.573283234646419,-0.5126915273053111,-1.811835299880313,-0.8720288009271661,-1.0701962503398157,-1.1641985506904502,-0.09685862246490394,0.6324195473621839,-0.023569531133564095,-1.2341105079534274,-1.198399796036092,0.33793700942235494,-0.934222508721668,-0.37949273380823983,-0.1951696607585503,-2.0301168968324967,0.14560703567314567,-0.87267687223848,-0.3798035785544293],[-1.3541973672206937,-0.056135925320486994,-1.213565214674298,0.279986815741824,-2.2466293949976683,-0.1030569455689006,1.3934861766007274,0.7972079175353448,0.5724488690657255,-0.03292411087998193,0.21829247278980038,-1.6159461474579246,-1.9324718177832267,-2.3698339664793378,-1.6479037246606607,-0.8623971912250792,-0.017965620029326206,-1.2090274612285206,-0.061979192468498735,-0.6952349249097843,-2.1251646543917273,-0.480464369400818,-0.9085173445673699,0.3541006025236145,0.015556699318758502,-1.887551518958668,-1.2148213951696727,-0.9138714097962638,1.183487658080646,-1.6735939633922958,0.012167513065759424,-1.401030403792463,0.3857099491910353],[-1.7937030906582347,1.413787352996944,0.6170726327921018,-0.776017633705864,0.5631038809531492,0.5445141828485397,0.4103529693082001,1.7573098807346696,-1.912832976538307,0.03805016227238858,-1.1679053202636127,-1.5692421387059208,-1.1126508651006792,-0.1826062769393379,-1.300721494155061,0.3025025006347923,-1.8503716106543855,-0.808350441543528,-0.7633237869678186,-1.437552302617946,0.4240706119193873,-0.9799289341875324,0.4671836082702399,-1.3439487546308693,-0.3736715820803356,0.8145020259645923,1.899601688269097,0.24020950656611276,-0.3519377437576062,-1.3705511595353481,0.41070079570577334,-0.8492453439080745,-0.419056332077898],[-0.007585450047931472,1.0152208877049431,-1.0500324233827885,1.0991910717139033,0.5555523965518044,-0.37089795386798935,-0.3411246634649854,-0.9926330027599671,0.8983414720271963,-1.4882293916316494,-0.87838455949572,-0.6878782162833099,0.2977640184167977,0.613576692927065,-0.6196645168377307,0.7421791677962565,0.13395219789731586,-0.263410609277425,-0.6067628091614866,0.3919229902093567,-1.7574989123176372,0.3776676183367223,-1.5256398549499004,-1.2615533693633523,-1.9269077868763307,0.4891209300185899,-0.10389022567957994,0.6854143206905488,0.8652213757700759,-0.21339994800332285,0.0981780530822285,-1.9195020314565976,-0.2937732188129165],[-0.079878479377268,0.5482128492959575,-0.23317295318805054,-0.8039792371484277,-0.5370979461538408,-0.06501528111197154,-0.39272659322485987,-1.250127769635848,0.3536168010806431,-1.759670656729755,-0.9343700196727612,-1.0760476532659478,-1.8351409490636388,-0.554491632384926,-0.3982283393558011,-0.44188023115630437,-0.3838898384641271,0.549923915684016,-2.072576782717509,0.0067219626063058195,-0.8593901370788384,-0.9162279885646392,-0.9573529900746586,-1.655466041007748,-0.7326834086046197,-0.36491491276164634,-0.2682385991004918,-1.221676830667647,-2.36095494804609,-0.005523865197029924,-1.4660552425747937,-0.7575063689020692,1.0828010649083213],[-1.4826043089088814,-1.3569220693189146,-0.9825150516063776,0.8913934410292663,-1.9142426578836644,-0.8910493242100851,-1.541832323039412,-2.457509694165258,-1.4912133897685609,0.8734882262990529,0.09788486273001434,-0.7904834958563638,-0.7989666000251099,-0.19016510367623232,0.5584208649199646,-0.6664431952290425,-1.0398692440010022,-1.908025473152693,0.7093186907081512,-0.308416988112239,0.4217312043707408,-1.0580013797404895,-0.2972380867955076,-2.0891058379361196,0.3047059381436391,-1.2384020491656664,-0.8862954214854882,0.905364631137447,0.21297030147870744,0.15540245503011768,-0.8694161673074687,-1.2676716202203044,-0.06648072682756138],[-1.072048776551093,-0.3262373210207955,0.5175845816384618,-0.06091266325675871,-1.9406316777814505,0.37086713018704887,-0.6863725132213251,-0.08472664499732738,-0.8679367514048866,-0.9591075103387513,-0.19375955073844636,-2.3203158679351423,0.4041458546362835,1.2506924464444689,0.3221355182241333,-1.2170023351925647,0.40288703327794667,0.8386047036286663,0.23989296290154838,-0.3651760233713541,-1.2358345465377303,-0.7523969925263065,-0.4629194253128395,1.218311472017177,0.05412518900412085,-0.7887125814661322,0.6389895590557378,-0.7022837931647324,0.7650810624368941,-1.0432460698708936,-0.826471226930834,0.22257879482845874,-0.0013730228200900677],[-0.6167977965328229,-1.7134956842700608,-1.0423679123232918,1.1978836650630664,0.16583910656987594,1.0862958982977884,-0.3719534658698169,0.5215812713208493,0.7530532906704627,0.633860836761604,-0.9904091277851234,-2.0505876770316824,0.7996004455057237,-0.05666101914086685,-1.3285389345377498,-0.6990332822345131,-0.9417038539195749,-1.4190409208683916,-0.6897277385558381,1.4157828199739804,-2.089939796121227,0.32080749673814546,-0.5136273311006255,-0.7999897534531634,0.002292156151094176,-0.8611697075406656,0.8892158249996621,-1.7180424536244376,-1.2028041554831161,0.9949918122322724,-0.06047846608489153,-0.23975664589540535,-0.5130316443597329],[-0.23012539139634658,-0.5481791876670509,-0.2985066765773743,-0.07329319310589466,-0.3906610284308249,-1.1650178780901579,1.3852368901022658,0.8194563337449562,-0.961268372283425,-2.2723675978135516,1.1727293142107484,0.4553025055480275,-1.1262624950387703,-0.6138923015733907,1.6440328489467866,-1.5385633063099031,-0.08982633127066131,-1.2102789254221868,-1.0822853577273583,0.38894678423477014,-2.238517150354961,0.45631687001013893,-1.5664394280189489,-0.6845112215706095,-0.1773854315513512,0.18718198336866806,-0.175098502003045,-0.9976780968437532,-1.0247085722001779,0.26197769724277653,0.8168150629761127,-1.477630322968102,0.8109510551648369],[-0.731625864978871,-2.2845170331816265,0.13683292244503986,-0.25488604733695575,-0.8892585422112983,-2.118332480725264,0.558979873827582,-0.960052378086619,0.7043145697397556,0.5700279760462863,-1.7414854365540031,-1.1463849132308679,-0.29914349954423775,0.44305255151632666,0.44513377570882495,-1.2905064236286667,-0.644982391573274,0.5437040566243748,-1.0989732139689259,-1.0653547344692378,-1.1173141150149803,0.23690523692161827,-0.3313582886860252,-1.1919604121885474,0.7745245567168836,-1.3377144342251064,0.2479439613100456,1.065099468422433,-0.31985348058776675,-1.8222500906126584,-1.0959095685680122,1.2290923229072754,0.5183889176724177],[-1.7308980225991217,-1.1108944766883577,-1.4691221538696337,-0.43362925704649424,0.38432898124085263,-0.03176000450001758,1.0540372612185802,-0.5176405759121443,0.7807760702038361,1.3455506365140193,-1.6207009046189975,0.11241100383806575,-1.985525994953062,-1.191322105225345,-1.536335864705355,-0.09399741687335635,-0.6736743054593534,0.5522240959954569,-0.0696449658647478,-1.9625332555410342,-0.10666295425222998,-0.3852230969783491,-1.2735335901603757,-1.446754240283656,-1.240754150040565,-0.677359626992576,1.3011832298823838,0.3338906594966409,0.2945949342254193,-0.6082848407524007,-1.891951784218018,1.053521159709132,-1.9782516736041442],[-0.5789670904810899,-0.8487762785067985,-1.1593579158291105,-1.072581536569631,-0.4068202562029451,-1.6188975478656664,-0.15283115651204754,1.2656938590732107,-1.5815837407640605,-0.6273437751315168,-0.09811660351571072,-1.2346029839124781,1.9250194550525397,-0.1783903459836369,-1.4294596432964577,-1.326290059726043,-0.16839365779757504,-0.3510885953826668,0.12886101864212113,0.7933476081841982,1.9105183350272221,-0.5290143999594693,-1.0239729997518763,-0.1303397355231218,0.10691302258678986,-0.9158546730108451,-1.2427698207530797,-1.005038480965192,-0.729167660098712,-1.4201996260259053,0.43203691370523073,-1.019071513251613,0.03482088554083063],[0.4472190662289366,-0.09031415892270708,-1.453126499968171,-0.573511567086644,-1.5112483462929578,0.6091556515133836,-1.828929910712069,0.07595940940883192,0.08246233723302433,-0.1746950493024764,0.6021790927890767,-0.23358530304324657,-0.06686547934790947,-0.695589367998786,0.14469751368180558,-0.02943604176740875,-0.1221360465641766,-0.7261973765254739,0.13253437729591364,-1.0715929729105997,0.04865926820590476,0.801521770376876,-1.7364460444076848,-0.40822066850341293,-0.24606686839372893,0.05007079039162842,1.1079542167168333,-1.3982675720671134,0.0784210787890207,-1.998540233108484,-1.1788408241125037,-0.4270268396565821,-0.4648233820160414],[0.31186755310945985,0.09759212358975253,-0.8469233804451377,-1.237020734365697,-2.321683489835429,0.10204328910714507,-0.5596498928409536,0.354001976896881,-0.8447114331961275,-0.02754774420733529,-0.00960049216746539,-1.1246571399656604,-0.2625303404841686,0.2142003792965322,-1.9906155217265844,-0.38369163646785415,-0.9176276758623952,0.21126588291628615,-0.02563304395718531,-0.9399471847399988,-1.3930498614120124,-0.06764174460673403,-0.27403363259349145,-1.5935000934992043,-1.9291152879872557,-0.04935030916515648,-2.270051177373352,-0.8316714379709352,0.2770557306258052,0.3199009995070978,0.35939050466704947,-1.3091280834916326,-1.1754730458311695],[-1.9726836721021117,-1.0745390400775459,0.511728167381565,0.8504330686030019,-1.9192365156896798,-0.5158026944376956,1.1943593628810005,-1.0140193770001749,-0.4248591993385262,0.6372093246270415,0.6781865384124276,-1.485668074370342,0.38318259456195913,-1.1707842485205693,-1.8569287544230817,-1.1522674227960783,-1.424617032134602,-1.3712543742240229,-0.8138092767036403,0.6995949599434264,-1.8173491016469565,-0.3872859205078575,0.28798608066887665,-0.8286108105633042,-0.17249844369897266,-0.255007440267194,0.7360103982045383,-1.0000929845121371,0.9715975064309945,-0.08745442324292194,-1.622914038410711,-0.3937373970099158,-1.238378310322778],[-0.9560060187192523,-0.32076017077823804,0.5439627859212761,1.2439384897608097,-0.5726471230303037,-0.050803275810186906,-0.9453589825786883,-2.4153354464639016,-0.5770525017959247,-2.314720859456386,-1.1138553412861816,1.3546026155020296,0.500806764469647,-1.0601257978823302,-0.7998183678817523,-0.7693967160171861,-0.29150377443639164,0.5030046802165807,-0.47299708885252884,-1.6594000853973996,0.1937261284624792,1.3392541280099965,0.6144037282835646,-0.3068765385966989,-1.0617148870219673,-0.7412686320180709,-0.11276170782192692,-1.2582910354203038,-1.6677627018086436,0.8712394179044561,-0.653129258480223,-0.3060298733617963,-0.25452652767786327],[0.36308684036446415,0.7060292435926372,1.2359468038715817,0.45781150624598405,-0.3059672261428322,-1.4885212415983067,-0.3327905427400898,-0.7559610044809313,-0.16123298752320087,0.35238450312183367,-1.0142300331621212,-0.5704796665336365,-0.6521519201067493,-1.3418118692723575,0.614419405956129,-1.1531112461869528,-1.7711419577322114,-0.21861135173311164,-0.6736934790392969,0.7993437053097775,-0.168244521540514,-0.5138246482067292,-1.8192831229305202,-1.6685189283102209,-0.19564898005202416,0.09625969237504425,-1.1412754523574973,-1.1487015707645252,-0.05743832925876071,-1.0642590611087879,0.5294436339572098,0.9014592985550538,-1.6296349219159356],[0.18845789190422252,0.019638099843500765,-0.44453814200276276,-1.9649513057417602,0.8705506502155571,-1.6957769858671667,1.0381040801096755,-1.5574610169513898,-1.0301837833017258,-2.022630903778157,-1.1053354582675368,-1.005799213455118,0.4747438260413414,-1.0389042791390064,0.2957239958387784,0.18967477498272003,-0.9649470143677806,-0.40236443383622167,0.2884823910153376,-1.0486181128730356,0.32712090253777604,-0.5042544989674788,-1.777944011729915,0.6367961158756422,-1.1496062551199309,-2.2854031414037856,-1.3022478399754664,-0.042690907962957145,-1.6897341815519087,0.34758091318274137,-0.882492759485325,-1.0005415585692237,0.2593246918774906],[-0.2351854500520633,0.8180632135171498,1.0879878161593566,0.04581303521831503,0.0018933799605930425,-2.14913193992774,-0.6995307604914076,0.07868065970168261,-0.7426070382199358,-1.7931993264298434,-0.39557413686402787,-1.031283238540998,0.89218577085975,0.7209668846961856,-0.6670271356801031,-0.4797680159879232,-0.8835824367744995,-2.117742924743511,-2.2945701768398306,-1.518284584837196,-0.17468564994409103,-2.0531656039078205,-0.027706482466138865,0.47710005231998476,0.2881333628008832,0.1878728280527499,-0.6650004639359357,-0.6485136493939172,-0.6083625590989011,0.7271790373254848,-2.0764891981677187,-0.09456667309953978,-1.336490877685364],[-0.6266601658384238,-2.725529849424945,-0.3477065812939712,-0.7368663002990486,0.1753419329115749,0.24526220847313365,0.014773086255526473,-0.9301078869173495,-0.398865720753159,0.14486441348724965,-0.5255299666324306,-1.123577786178429,0.21760408971027023,-1.2775349686214577,0.13028030176179983,1.0675434534136354,0.014394166554288386,-0.5928189721754488,-1.6299989916751187,-1.4535408655316588,0.24887968120091516,0.1330234178886086,-0.050111473936256354,-1.264558577798316,0.09882454932762029,0.37754349739354953,-0.9939440582830497,-1.41458596715205,-1.0828166611755479,-0.46698787355078675,-0.6650718687028474,-1.4274606862575279,-1.3616798196806446],[-1.9325131710206795,0.6345606988254341,-1.6311787328497787,0.7979322397728064,-1.726088680808135,0.15432336590421705,-1.0993369779422877,-1.2093990093533682,-0.657560906178322,-1.3616522657081254,-0.8640997720232003,-0.4088341620722321,0.158058926266465,0.13371676799949528,0.2992524797883821,-0.4605110098162378,-1.9788226238756612,-0.4921767703388161,-1.9185523317491853,0.12770643274657253,0.11707782695073007,0.0771889357515207,-0.9496036704380327,0.678456989898052,-0.1664812764496619,0.7921776424407118,-1.012150799614464,-0.38550573659078724,-0.6339822646627333,-0.9521218269033329,0.07216141680742649,-0.07239659861230283,0.18933721250108015],[-1.1540471326408208,-1.5110610456868336,0.2755587161345311,-1.6261622502353048,-0.6262141937465585,-1.2397261083409405,-0.2910670640094363,-0.1752296145070192,0.06081846406587483,0.6131196101415552,0.8270403088733773,0.8766758590186308,-2.184196913840099,1.5555207262491522,-0.04438529413185287,-2.0741630281693317,-0.8318951047210501,0.06931651116407685,-1.0001995458720456,-1.5972451150221902,0.7060127265488673,-0.8768751497090931,-0.748425600998581,-1.3673080849725978,-0.13109396191977704,-0.7679983057726992,-0.18318759034209572,-1.151281838322964,-1.6955218655735702,-2.3876183913971936,0.8646702234252981,-0.5871419753311966,0.5417996981542673],[-0.7088993283568538,0.15047738825840484,-0.5649883680552482,-0.9845402592978381,-1.3537752037547155,-1.1367517271586152,0.11979519407966945,-1.3422428055108258,-0.62912691235398,-0.7643201501654948,-1.352028019173129,0.712018881219155,-2.911906960250149,-2.000662892678711,-0.09273242843170491,-1.9963956013449677,0.9457988845606071,-0.6217144087040255,-0.6183002936868368,-0.8101797634165686,-1.8846103838025186,-0.17967599853619257,-1.2485311380952704,-0.15119180450446315,-0.397332567878527,-0.03911720990185442,-1.5534201839501742,-0.7189057632060308,-1.0971387192700088,0.8320862302853302,-1.2644565186829875,-0.6655129791628824,-2.669752597024298],[-0.7076665044633497,0.020259261646590594,-0.07678526371375087,-0.47048675141655094,-2.002870424090305,0.7945456803253025,1.3126051610971559,0.1965398878279128,-1.324468571906676,-2.0996595483747758,-0.7887312279790291,1.3464225676834047,0.8524783587304485,-1.3119335682356084,0.12951699205050274,0.7166961207757906,-0.3887003949602928,0.581607553912876,-0.6618960551268498,-0.9978870668955405,-0.8856500113851548,-1.4933089545897338,0.7245587984574232,-1.0700093761697025,-1.1477832189516886,0.35318124423711306,-0.16865911402091396,-1.2235930213834447,-0.011716316296208146,0.7683931874531627,-1.758063815663348,0.5767766645692444,-0.8829631738129944],[-1.4267607761086558,0.6655732013449291,-0.5201340882593881,-1.621268698010476,0.7281080211439734,-2.1206443801761647,-0.1772456405473738,-0.5491888864196445,-1.8579321105004758,-0.6631927217602814,-0.007097125954898719,-1.975242902887805,0.9420024437701311,-2.924457379134016,1.2960156176807474,-2.0511739616571254,0.2796466017660165,0.4092977315855483,-0.7853417036009901,0.35069817501818396,-2.5060565425410513,-2.127224201849794,-0.17166363638531273,-1.6688489855539343,-0.8519902270553756,0.2244562487610118,-1.2575197979577406,0.7804070565951332,0.7597225065231966,-1.06285629398102,-0.4439242140972506,0.7913944629283322,0.036859179241571435],[-0.04795579368733504,-0.4061553900202799,-0.6029993082663522,-0.12165331145522375,0.27861270185508574,-0.8411456697132483,0.5799773904193263,-1.371917653469732,0.4867727802283568,0.474841408604402,-1.8175989540973607,0.7679297289394829,-1.4726131866357113,-0.2527494454799069,-0.6315096861677021,0.16751924468755797,0.19701540669521433,-0.13000975409494178,-0.49153734153655465,-0.9296616655661488,0.26870546975034637,0.3074788930582413,-0.7975322770181338,-0.555481514560667,0.5651848256814245,-0.13461761236900527,1.0924347930503506,-0.35631849161915835,0.3772975085449816,-1.2365807193165086,-0.0859233827057332,-1.1457417603816467,0.3772703044248377],[-1.7422057017391988,0.6789077721321802,-1.615312452547906,-0.5158264773073032,-0.01853802131988747,0.6167709853955672,-1.4672129462078374,-0.943296422645177,-2.080373243304144,0.25625307404573533,-1.321343238278196,0.2596225628820857,-1.1071971733935067,-0.6531573407032146,0.5131449455277379,0.10837444744262807,-0.5171720955522023,-0.599633084876048,0.07642585302964577,-0.5704921088430954,-0.723316240306214,-0.3540324379205966,-0.09247656963000284,-1.7177669906919848,0.744453212168616,-0.9960521558276323,-1.5396950909438558,0.791024229329329,0.07020880619111905,-0.7122634543702534,-0.010629349745235566,-0.551629300467993,-1.1880238996320855],[-0.6666858454220248,-0.292494138113262,-0.16778727712007335,-0.3961659150360142,-0.8037081026690658,-0.14456296739748575,0.013752322832311627,-0.961535289200502,-0.012037407154117287,-2.0714358851972845,0.4056052022521398,1.32180960543837,0.3569892744943945,0.7472754237160525,-1.173493030369882,-0.5480919886059036,-0.7656622292306738,-1.7481580244374022,0.27915654205512336,-0.8801937016118746,-1.8197520088912578,0.819435099724417,-1.835599221969444,0.27415676974538444,-1.7166181954561377,-0.9833541755920314,-1.1545634560252604,0.8663834296239227,-0.3527547982250646,-1.585403072527275,0.1290288923437993,1.5377536896461197,-0.9931532272678997],[0.17459988715532151,-1.1338627137810329,-0.7196280377450234,-0.9461923055043873,-0.4910076819093797,0.0031960061257350573,-2.570255372616237,-0.7110272867265508,0.26987952751662175,-2.061918878570341,-0.6279767447240261,-1.140493130157097,-0.5516980977503202,-1.7409048069339232,-1.4707991932876738,-2.2852113821257873,-0.13062050931195,-1.0621676697001567,1.100002494356142,-1.9111711281531285,-0.6523959741446909,-1.2825181281735898,-0.9862380625639126,0.3219118732571628,0.09940448194565968,-2.365581654684809,-0.21520948755199099,-0.5585661133870875,-0.17870522990543872,-0.22805549430790253,0.855809295486398,-1.5907816084486575,0.0032299319100929564],[0.32399227072831066,-0.336386713510944,0.15105147208840014,-1.6031815845620287,-0.023586694889325993,0.6210979882897703,-0.7146876764786484,0.033690704468232774,-1.4796447152990495,-1.217074521277362,0.6417336643464869,0.5545627266773078,-0.07892096545450857,-1.5146817722363795,-0.5170711419470995,1.1360755656014072,-2.1060879911120307,0.09682689577205014,-0.9266494670610368,-1.493449850530011,-0.007530623846302863,-1.3429459889912818,0.07168141345309408,-0.8205860077630325,-0.42175995241161085,-2.3706402850270254,-1.7789982195094625,-1.075676765533069,-0.26689039140584664,-0.7967356202768133,-2.1683452713844384,0.38295775642755253,-1.5126619831035262],[-0.9293364664619754,-0.5169181142742745,-1.881892944116392,0.7493981772906025,0.8004356217583946,-2.0548042339733446,-1.6018750203316139,-0.3995730637761299,-0.1962979528182367,0.4177499621393679,0.07060176755931577,-1.0918050644945256,-1.127077336818425,-0.7058717915882908,-1.054068976656314,0.6714090628492807,-1.5877850263486797,-1.5325796417186517,0.02784867456425283,-0.08796825931645594,0.3114657346420823,0.5534741690623075,-1.5944021244434574,-2.3481518800410006,0.7618803570374633,-0.7910442916611186,-0.5374071374235998,-0.634460596491676,-0.881000371203429,-0.9029903480009137,0.727171361221443,1.852936207309459,-1.2829916114494944],[0.1690482589187016,-1.1640478999142914,-0.5764775535922686,0.9522289850851456,-0.17515787348719858,-0.4530413812757056,-0.5308374949361224,-1.4330421868876881,0.7842779712369572,1.6987709416777406,-0.47517230966589613,0.5557948756837067,-1.5414618862669374,0.7099639312594856,-0.10803533467375209,-0.14170105265986463,-1.2868512424897334,-0.13135029032174828,0.492760618503881,-0.2766838657737165,-2.1968183153832794,-1.034226386998023,0.5637362641309276,-0.25865865544242567,0.4327170551808724,-0.7305926340683591,-0.6220614064622568,-0.4419708646797778,-0.08520483399493746,-1.3947544183475047,0.9101714406412257,0.9755753703877753,0.049448479315501975],[-0.10995317055151557,-0.622499857482381,-0.021324537154611405,-1.4434154524233587,0.6907615610215895,-0.06758282826777912,-2.0232916689051734,-0.509348935141243,-1.7575304089664237,0.07752893174755718,0.025030492277600732,-0.11083441031896839,-2.192906504293037,0.6672743027538192,-0.6707551212304185,-1.8571700151946187,0.06930825663158402,-2.2310984961773555,0.5607606827967828,-2.0249994605082855,-0.6994663423021225,0.5344111433208781,-0.0905360350346773,-0.030492046529513355,0.15183839478830094,-0.2976994137532433,0.8622871629251093,-0.7346705212368907,-1.985144094544145,-0.5364192625226287,-1.6078679370409692,-1.1936063685798721,-0.7869815407117814],[-1.1833070064645672,-1.8722610034791414,-1.5585735200545727,-1.5763648943875221,-0.7422950396978739,-1.037087470584758,-1.0493608646764048,-1.4950260583798782,-1.183829955696988,-1.5792551690488967,-0.6087900813935678,0.3211047808359817,-0.34920354028463224,-0.05980815497864519,-0.38240372615030815,-0.30274084827274345,-1.160770713964625,-0.3519200255763191,0.6731706767519201,-0.3435130129286436,0.9762202663264747,0.23323532777093203,-1.0920915111371265,-0.14893219781561928,-2.2511076539901866,-2.017545586355624,0.03468497895772698,-1.0647026984456491,0.7452606189145745,0.2069956146353395,-1.5023649329185804,0.2030383110362772,1.389519138863185],[0.014838287521925904,-0.3947993376861142,0.6089914143601068,-1.1351224488106832,-2.370679643420667,0.2284261285009717,0.8611084780057144,-0.48322459312747407,-1.3410725753553643,0.8255689171389524,-1.8395428057570107,1.7266611035712156,0.48009474053292717,-0.19017724317440424,-1.7168277924557709,-1.800514199414974,1.0569009544288468,1.0897726344120706,-1.639550613407904,-0.012020494453325597,0.21904565898694445,0.46953471102886,0.8063455724557909,-0.05473334041191625,-1.8005325845674947,0.9248280760866741,-2.078644630797836,-1.086641040389496,-0.5063810868823493,-1.0830277697564445,0.36857207687790533,-1.7880466508792932,-1.4180133733962716],[-0.5626627456057862,-0.06435989058229283,-0.24293079779123972,-1.1227968743900294,-0.6408921673681826,-0.41877293675856747,-1.9168168808960042,-1.1175225200609384,-0.2541483292718852,0.4127461124144067,-0.9626057277349087,-1.0044871289268589,-0.33613314071274675,-0.5501700025391575,-1.226579292001968,0.7494816450560786,0.08159342011117143,-1.2971286597460812,-0.9029693967155533,0.2726717875410493,-0.48307121835209466,0.5042857674236424,-1.3728719182140336,-1.0420288414384575,0.539954954127587,-1.5967824208881585,-0.3551976218754507,-0.730529090398666,-1.9612135899289347,-0.035324244299220375,0.059268142664224706,0.5840800518821239,-1.312837022611998],[-0.11274950219135056,-0.825058258025337,-1.5858052335121064,0.14674906175651672,0.08775934736444391,-2.3689392310019644,-1.282563611597481,-0.3904692713805745,-0.4686936125839757,-1.0716622221682275,-0.21499188948806872,-0.14376523477375336,-1.7301798048803012,-1.2966910152873654,-0.11168376070929616,0.3233751276982337,-2.1440075785953336,-0.02329546428636296,-0.884228059495203,-0.07789261368677809,0.18287322697730957,-1.1710127248835855,-0.6174390529748692,-0.5084176513328121,-1.5224398108667638,0.2372367717206111,-1.6248669871767623,-0.6769416857638063,-0.4531425129110956,-1.0520981703029373,-0.8665274034583428,-2.7103770471805073,-0.9840948643588059],[-0.7061449487171033,0.0935712110661119,-1.6729895673303055,-2.580426920193259,0.6808126670588607,1.3008074772493936,-0.9424986555811571,0.33506762236640886,-0.907417383825435,-0.6578377033570441,-0.2801265052780159,-0.6820591654467534,-0.6971498360521424,-0.6280858623703349,0.4285027162624339,-1.0223173824373284,0.1600844925902992,-1.8942243622367287,0.053628761676888494,-0.2784026684734288,-0.46778121773659914,-1.5734944883844024,-0.29530875677649876,-0.5831335582672458,-0.2946759086357268,-2.3018416457713915,-0.1202716410422764,-1.8729429445876677,-1.7224121407895991,0.43608748753440296,-0.43194791331469823,-0.12560301697259763,1.2408167989413588],[0.4381910684927787,-0.7759830702721606,-1.6778815354094758,-1.2846506162666562,-0.8525431441907779,-1.618722762424755,-0.17106904192219222,0.2876109650791375,-0.03557588327657815,0.9531935854665698,-1.3425240202924063,-1.8808934260845165,0.13148817953882033,1.9399670938193645,-0.9908095684846895,-0.3749639866224541,-0.2634646378016329,0.8829178382359755,-1.2185913520303358,1.6483803270088238,-1.040729374237835,1.01211396272959,0.7829311876326486,-0.8053626338038435,0.40040037981335785,0.37497604609527063,0.13705778792926404,0.7035598828265873,0.5806824129757882,0.17503689645129256,0.4070389611685065,-1.337077715083707,-0.30277311798311746],[-1.0219262225559114,-0.9274965779050096,0.915954630322722,-0.9582074825034064,-0.03406539317991581,-0.5109723178514918,-1.2103020791062362,-1.9860657537450286,-0.19091844019408793,-1.250335887324762,-1.1942173446100506,0.985185337395564,0.24161014493612903,-0.9109378239143822,-1.8773716084024572,-1.4967909334726088,-1.2671120689943467,-1.7905895474938887,-1.4352938911700632,-1.3109387719737982,0.045740336161922135,-1.0497533934381522,0.44465031302633534,0.4702508986871128,-1.9849367431200997,0.005956930607264709,0.8325261987498833,0.7975407778551953,-0.7703690478395113,-1.5283624943585021,1.052794353509213,-1.1483031413371483,-1.8408219897735874]]],"Biases":[[[0.44490049068982407,0.3174941922334824,-0.37022199830412533,0.9188880908646175,-0.6420102700750083,-0.5261036455981986,0.9625012762445769,-0.5859977259196565,0.8131855608012389,-0.8797069500332001,0.4398743361582211,0.7333914888156158,-0.03797068240762676,-0.47439245311825634,-0.31833581127385896,0.3231115049016234,0.1096637971525138,-0.2914928200954352,-1.0056274126458573,0.8811869812556871,0.9108947118786421,-0.40213627755294457,-0.5421505234474991,-0.5787233502606282,-0.24019437857289333,0.4051143542937253,-0.8836724149433026,-0.263802408188771,0.7239602438403541,-0.6226579384424653,0.9908145828882803,-0.907522842212065,0.04236956443257833,-0.1276795644186227,0.2447154741121892,0.8547122847339413,0.4961400164722453,0.47762580746080574,-0.7523245627105304,-0.8258622743381606,0.33459738058065996,-0.9123823179059313,-0.8032873830288716,0.021556476483875944,0.3245109184419687,0.7825262574585742,-0.1898110829242056,-0.8465762071715647,-0.39930644685478395,0.6584154502192883],[0.1227187927428967,-0.32079860793417714,0.5939575845604025,0.21903110273640974,-0.9057572960378013,-0.4306553785503939,-0.5968374094866644,0.15881053343655435,-0.3827819558041814,-0.6533382882849775,0.9446324963725513,-0.9827327896009157,-0.9139640810964311,-0.7793929445020371,-0.30186639646934327,-0.7302809821993417,-0.36975799522571207,-0.07739183723925616,0.5336650658879287,0.023346172340286266,-0.016336422731706556,0.5390633839251222,0.3481751491869404,-0.808610945082067,-1.073773845381149,-0.4431882265592771,0.9609180652629338,-0.688692436550917,0.39625792174572644,0.3951623424441057,0.6425671634779454,0.23725028970139153,0.34746007883621055,0.7312648021442721,-0.19913993169687808,-0.19052188946409568,1.1602354107249082,-0.4559533149729049,-1.0351074073293591,-0.23439681812368954,-0.48174694690276665,-0.4990037178546784,-0.3732115088230057,0.29791291481317783,0.0940784090969855,-0.3917395268031165,0.9102114583278318,-0.3592800077603932,-1.1328464707225199,-0.6633407610091286],[-1.1634046268466012,-0.4847630309070394,-0.026131084241897473,-0.23076163177534703,0.5278599935766655,-1.2942528141753915,0.7207937586340893,0.6770819073270474,0.46458635760133093,0.8303571704803007,0.9094869677856702,-1.139329580319584,-0.25585841547130295,0.8273206848714124,-0.36272351255807384,-0.7065911551704446,0.9477801058291729,-1.8732007516502034,-0.0559023492593702,0.10492221365910617,-1.1909453437364321,-0.6803370267157197,0.9787707906658243,-0.7192765228013274,-1.949810835004506,0.07683017786038343,1.2163771577786382,0.12404353913341284,-0.3369265658081876,-0.11006566224738722,0.855535373087395,1.076597650438992,0.8443047361497694,0.8422140439819511,0.7490367063429187,-0.5126826633096697,-0.06408746800584936,-1.0334032471125194,-0.6070297788863324,-0.30444532519243717,0.34469328976730923,-0.438836862554777,0.03943500905929009,-0.6794024105952722,-0.9723969005796747,-0.9624911686398394,0.2422416100774031,0.4941104122190765,-0.522416501851572,-1.102712258806192],[-1.0300129687170891,-1.6931812914242943,0.5097863311337607,-0.4997923908271726,0.6345849872624089,-0.28599726516116597,0.8576780798700362,0.6686741000431662,-0.6753999647475398,1.1114708651607705,0.9599093597267427,-0.8576164497864519,-0.4016847515841845,-0.24969554798380036,-0.4068400157919751,-0.31966926932330775,-0.5539994150378332,-0.5622633317885904,0.94952701716554,0.5696956091128745,-1.4337272612930976,-0.814454356861306,0.21872605521705926,-2.0015243730386616,-1.875040796877867,0.17366311783228935,0.31820101860382866,-0.8730533811522573,0.7302319426918122,0.9472128599623223,0.8024373411985489,0.8917012048741425,0.04317267648158654,0.8831004698414389,0.3221681360520003,-0.2814182102318669,0.02322591985901774,-0.4333318414493801,0.6954494173703465,0.9962507720990865,-0.850223454688323,0.69039900016106,-0.8244417696281626,-0.7295992185068302,-1.7266355817096963,-0.3006932451728703,0.9541188485541814,0.06834801176008777,-1.107688527901964,-0.38649839125077456],[0.025580025108265042,0.08985518518847267,-0.4845916576302938,0.567500798115979,-1.499619165435432,0.7313416886355543,0.9851556277764241,-0.556524808545944,-0.15454183626549037,-1.2381050915450156,0.6446395362263874,0.1176085094447216,0.11760676043633643,0.12186868941897777,0.11653236457651064,0.45785122951091356,-0.821738211697811,0.777309173035085,-0.28095818007874324,0.2596544032500537,-0.3008103743002917,0.512155900258753,-1.39730879838193,-0.8268333839965398,0.20442060195876327,0.09031315247479528,-1.0229404916077423,-0.5839343181655997,0.6559962705346944,-0.2503750376971421,-0.1286953350658096,-0.1738219810493906,-1.27511511227544,-0.1996945983465564,-1.6178357031128807,-0.3951529393815267,0.15232600704380986,-0.42120568917974405,-0.6649451685006437,-0.18496529770642597,0.6477563989525464,0.6129839895435658,-0.03659258116357289,0.720453053452554,0.31856585245552776,0.935770574694333,-0.7232310092667077,-0.8446613063322185,0.6849594241060587,0.40550183110502186],[0.48145070251595795,-0.9939349977863687,-0.2727668305420315,0.31050441786499045,0.6064752805419729,0.4255133155440203,0.5410423957026964,-1.5950906127518074,-1.3860066458886984,0.022136823128694538,0.39927739990615185,0.1048657121167474,-0.880465619246066,0.7297347742757975,0.7229201494304758,0.44294416276932946,-0.3249797877777684,0.9107857198404736,0.8958893903961033,0.46993571651539645,0.5011059956604332,-0.43734327543883794,-0.11626849541616249,-0.48863673246480815,-0.2097523929581718,-0.5761582123925475,0.3426092920616029,-0.36573083170579795,0.1724427741024585,0.25664763731048496,0.6465297806939759,0.4084639813797887,-1.2465748553935494,-0.140899963699589,-0.4938113253819531,-0.7854317227227797,-0.9246205043935363,-0.44209584136376334,-1.3435524950734732,0.5619246196938141,-1.140500740732853,0.2543528683549868,-0.6239351936526089,0.2624814801141579,0.19415534752894092,-0.25538558396917654,0.5251627862491958,0.6347968406044329,-0.07960621906898147,-1.046176240167455],[0.7457547037817499,-0.4129926948519742,0.42673716761128366,-0.24870997702380918,0.4456070469017356,0.8266044804408705,-0.04896337991734767,0.5798699701794023,-0.7305526104139584,-0.05897864820746679,0.6334915973526064,-2.4232581725714315,-0.6293913310303766,0.9432181249550701,-0.8506341632401726,0.47852912104196876,0.8990695772231052,0.3184548531720003,-0.6327748790779714,-0.5529066301852843,-0.7026468716033839,-0.9688433525123452,0.24258000905282573,-0.0959801510300287,-2.011703899429917,-0.32357637877294926,-0.4990904055519574,0.5189747601957501,0.538726850038071,-0.4719075474394952,-0.4842778194436837,1.0259299513662126,0.4820660906294148,-1.5456624484262471,-3.1990337762750563,0.711222910500508,-0.44482013603053044,0.6256861576234487,-0.29872284304075697,-3.0428924957116283,-0.7859000696255213,0.01973620381436715,0.484781347555926,-0.14055048524979763,0.40001787847842185,-0.37089792878128686,-0.23927883898622893,-0.8864682631345708,0.22445826985157893,-0.5368722165297707],[0.03716720945203254,-0.7686553582909608,-0.09289371102254905,0.7378703547524132,-0.7921427727489763,1.17804031581087,0.28864938629172787,-0.8828201851356744,-0.32333842372628524,0.5109238792640336,-0.3999293050326922,-2.3715234965907217,0.5145605897767779,0.9969928925668567,0.8853973187414312,-0.4388088851084269,0.24050098665541425,-0.5400472955688086,-0.8203473689507027,0.7656529204368274,0.7627275803226853,0.7034689888877527,-0.49087179562537847,0.6466365601996517,0.2886362118717324,0.24921585338967137,-1.3771753641635325,-0.694604761244747,0.6908065330785561,-0.10494418917637874,-0.7381996612786162,-0.3846319015106297,-0.22359135394240828,-1.4397401548771178,-2.88315653000291,1.0721687345282156,-0.6258074882723698,0.5276471462147477,-0.20323351418800464,0.17437739965919896,0.6477368621559073,-0.5140356755695584,0.7317480144363654,-0.7798031092646477,0.9827628442625689,-0.25333388014871216,0.22033878790828387,0.43820077810648084,0.8912471866610884,-0.3904777931497494],[-0.5184804193535925,0.5871009017680314,-2.268061503461401,-0.030282826578013303,0.44655895162793013,0.25382926470564626,-0.5151883841907656,0.1197232109164405,0.45807125581638364,0.21808522620905488,0.6080436539565055,-1.1438968147440027,-0.5509332387044186,-0.8396206343556452,0.3839459603730467,0.5245208274652347,-2.584983843698971,-0.5708037822446566,-2.1453164861085896,-0.7904764819753566,-0.4987835370172344,-0.45537378043474275,-0.8473570276526189,0.9207029928449946,0.6009871211132969,-0.17407817851329493,0.17524689268102767,0.395588731204476,-0.5520574179455008,0.14282612899007452,-0.5906466224140874,-1.053212423843361,-1.6918359479188274,0.24452792507990145,-0.9490336857873973,0.0728368782183003,-0.22262810664096644,-0.6135991077444943,-1.6813287666802001,0.898064607640418,0.9824347273886461,0.8639371723561631,-1.5702823265823995,0.0786965347835926,-1.885946612567242,0.3014831459101672,0.9369780734506461,-0.48173051861033983,0.33529926263569654,0.22464424514807504],[-1.1181197099388032,-0.14302423523034796,-2.555111216431785,-0.08904252492617099,0.7131116537258926,0.11187730980384081,-0.34489302547908096,0.77557901042072,0.23896968226989818,0.9596412645692589,0.06654745880265939,0.36771768800355437,-0.5118967306388963,0.8239007887385418,0.6720307133428409,-0.14188913650418467,0.3731040519650513,-1.0071053922813216,-2.3567214480927423,-2.1045493582340273,0.4871959106928529,-1.3248769860002692,-0.6136295892328386,0.6717276481389645,-1.3719468737406166,-0.21776562546842168,-0.9189732518898053,-0.22700755798724678,0.7551700785096399,-0.23241105935973874,0.25348416284833963,-3.2068223513588037,-1.7986879939820388,0.8641110594356947,-3.708508195366995,0.7616430473173986,0.6755891860224886,-0.32626213535705184,-3.01786375305768,0.5273618188032355,1.4457488910353604,0.10513572155453327,-1.9213102173889427,0.45080179936389875,-2.401508607166523,-0.034947614580793165,1.1997072826804418,-1.085566909775165,-1.891838144992228,-2.1849897179216393],[0.6604397319246742,0.2443427634511553,0.3192286543968976,0.2753126423206636,0.5314545274089705,-0.29976476472980684,-0.7779034736631126,-0.5953387745097886,0.5511874495018376,0.013006193666526897,-0.5165072877763658,1.063151378775648,-1.4708063566276253,-0.3977427764088562,-0.06431919541265431,1.8903278053744534,0.3635112242020904,1.1861894961702437,0.70929874830539,0.6457362934721178,0.5060337092998363,0.012410479950823273,-0.661472186646452,-0.8853711732965053,0.7419340087106993,0.7386882726614032,1.5173657408298111,-0.7058391966451845,-0.140424235484577,-0.9381646204999396,-0.280422113315768,-1.0390641421526228,-0.30430449644815627,-0.2523935030794845,-0.0923065872547754,-0.8442115546546558,-0.5532285561161344,0.907478073806192,0.1115640873000603,-1.1024689596021064,1.2314469722757646,0.7616349879442658,0.363409177675598,-1.4625694545134023,-0.6662047311847034,-1.350897126219053,0.01808844783888002,-1.9053480958286055,-1.5439153948834583,-0.3990545042547039],[-1.1796720314137092,-0.13935160155700332,0.5140459018636083,0.4859403952421415,0.16668624313783864,-0.03173124110225184,0.6438081721149636,-0.4526226835248554,-1.219853791645182,0.09123682776980922,-0.08162896396221314,0.7717995983528878,-1.0998208767860205,1.2085001652921639,0.9414268194147826,-0.37535336986901,0.45674113112295395,0.6470188138318591,-0.8399461535098041,0.7252755292030799,-0.5204356484970456,-0.49610784222365356,0.13554459184426548,-0.5765566435106061,0.918685178313975,0.06314133656483409,0.932782895175835,-1.7959451737381367,0.2642531084070845,-0.07694178246652461,0.3673310288562783,-1.6275340406725272,-0.795679723800435,0.6451809872749149,-0.4899110523326878,-1.070044866398573,0.611326618157124,0.4380781150531469,0.09939136597389729,-0.7053930550300457,0.1281553587148019,1.0938800787449785,0.42246497237700315,-0.9216981436648009,-0.5622571259912541,-1.3665232618440422,0.8852329950427038,-1.7627917961098283,-0.9414491320096473,0.43127456235961986],[-0.6101070790432037,-1.226067769451847,0.9027999509728105,-0.3759030004722458,0.4524400384359741,-0.14404688860963946,0.43810609583223387,-1.0563476294644465,-1.3898527711922148,0.5929506259026293,0.4495571269994615,0.7700562775541097,-0.7767407734198231,-0.38467935230937245,-0.19717714478111303,0.06690419807592744,-0.1460688604674037,0.2851172107058984,-0.344103614647638,-0.9404858483594568,-0.3623989666507711,-0.3644587766163138,0.5831769327223533,-1.919446990478772,0.19804954680324457,-0.2996476444922395,0.6060350024297043,-2.6213766416735824,-0.209382580867005,0.4454843198398829,0.1449917551023551,-0.35463405802185183,-0.30393440394565724,-0.735021201703253,-0.36775012019494663,0.20235611850889682,-0.8689167767640328,0.34809765479399457,-0.6622768586623496,-2.2186057558119674,0.40337631555916886,1.1111764911572917,-1.3009467230978344,-0.017776808508492083,-0.44699540445494906,-0.168978023524342,0.9193996238879723,-2.560397901575922,-0.25101050629997534,-1.050318953562891],[0.4492224974148648,0.28407658821556026,0.2817452441592327,-0.2268389918018532,-0.11292693817398045,0.8434899155718877,1.2890060544767565,0.8723656094303557,0.07574774435759533,-1.2960730198285548,0.16675143516850657,0.7898206054827964,-0.6387151533828358,-1.040130900702816,0.26514142242660926,0.7930483482260656,-0.6789536380776469,0.008745553237387278,0.2667322179890345,0.8213896424883441,-0.71486740757947,-0.4112909258536912,0.22369772239495433,0.8926295023828147,0.5290484713257555,0.6607230387171816,0.8862096760333126,-0.43660292441366505,0.5407801795812214,0.6500224712922987,-0.4900501832317414,0.9319430416159359,-0.2125254745081703,0.7963928636065203,-0.10687304115194513,0.005939565090135919,0.05577981352898598,0.4000447432646554,0.7833263484829547,0.5554088450736319,-0.011654582180896817,-0.4793599912254361,0.28981631966622445,-0.772122560276377,0.7618180266132948,-0.0334874421200229,-0.2644129708707942,-0.4017847551060696,0.23165738337950237,1.8852397844131843],[0.1241482332721962,-1.5413355873546473,-0.025969318404408106,-0.4020271180511674,-0.1602023028947557,-0.6764941848210384,0.9169099275465296,1.1431759066407874,0.7238924458578364,-0.8869851007943577,0.6403815543571941,1.5417488657765912,-1.4058831455579253,0.565363676076705,0.12874759291548968,0.9099929134906922,-0.11155304795028577,0.3475616507447872,-0.5921168329855043,0.04796580124421244,-0.9254186574230676,1.2658919187753757,1.082956477021934,-0.14619882451995178,0.44024669540141076,-0.03779437059053537,-0.06877321006785372,-0.8823890872978951,0.6954318534385802,-0.4672686512988035,-0.6488903347373499,0.840643558294717,0.16348434089531008,-0.2563383660927768,0.006494739074512957,-2.088411511433675,0.06418851102338166,0.42983061914963744,-0.8137198735841163,0.6013674356202735,-0.20899121889583114,-0.806077956042016,0.21706170666706537,0.8107938169740794,-0.809447477868923,0.4093693218066119,-0.2290099008786319,0.8426205365520805,-0.8644154351271788,-0.23435361392671522],[-0.6437361188518665,-0.9874852910778016,-0.727626672009511,-0.3899984558166562,0.6026428130110645,0.10626401640805218,-0.41380581600109617,0.45460489006532395,-0.06568778234174519,-1.750872297396793,0.04232208728050683,0.977731646334794,-0.7633851036179714,0.41613985891198296,-0.9521934897106327,-0.06346694871957465,-0.1613538920697849,-0.4103736314138561,0.12323060470330893,-0.8679894218696789,-0.7903134248918423,-0.5933062969414558,-0.35322437829194875,-0.8240047871495144,-0.5566163780504101,-1.1550441593930965,-1.1646254209757683,-1.0562097838516427,0.815711751119272,-0.026018930777458982,-0.8940940224339241,0.7963406292495601,-0.8401528664057639,-0.263411958661521,0.9825727324704074,-2.6748697865593534,0.09962343646017105,-0.62682619016498,0.5970026249724166,-0.4615201151150675,0.8647451066012001,-0.5967458562456769,0.936043924784832,-1.1938222578036188,-2.6320352942922396,-1.0364291104965495,-0.5990743057522796,-0.851698234092311,-1.7261897892341551,-1.3774685392549462],[-0.09022742012161827,-1.0479442124829272,0.08516186048193423,-1.120178538943522,-0.20589145766405242,-0.2091025575550331,-0.5039372502138115,-0.48310429235531366,0.7676344663526241,-0.2881043024462658,0.3811909994068973,-0.05823540639220317,0.3101526180629941,0.18787428160126787,0.9873640271171837,0.05255339573578579,-1.5567972748988963,-1.5444995832791324,0.677945074044052,0.8798377741956496,0.7578179092452098,0.09520501561371397,0.6744226915155493,-0.9013443062490252,-0.4261518152315848,0.7905843207237584,-0.697550805972012,-0.7947981522621947,0.7228048911729469,0.6507166012619277,-0.38400585337256543,0.563325495470279,-0.4715488781090583,0.9777051141369656,0.9923453218751865,-0.8058259730698896,0.038923887193047346,0.16012725661659916,0.12845942994498766,1.0172477677250362,-0.3571102295947757,-0.3380858654625291,-0.42029870419947857,0.625051703278612,0.6540941840515595,0.848663922228959,0.6657102678590769,0.33506392170590316,-1.3432630461348918,-0.14370010934767932],[0.9969112735397176,0.6967962465041323,-0.08646939787664518,0.6450560341190936,-0.6353663380265597,0.9132861120580887,0.2233159163898911,-0.22313163143223183,0.04005212712311735,-0.5178236906131861,-0.3929451695743653,-0.21708754279347736,-1.5981727551590958,-0.4913645990883806,-0.9567973566380932,-0.555699743253365,0.24356294880960228,0.234913057220915,0.6609879770625563,0.7901245933210821,-0.3117146428350587,-0.6846172139527645,-0.11699894949140975,0.3995758538813191,-1.0050980716370417,0.8040244189768826,0.6333181685037947,0.3618411752067502,0.42756349081286416,-0.14523280434502972,-0.3137996659768882,1.006573159699156,-0.5901692234131469,0.3384091066271447,-0.6713516831806636,0.6505314701002898,0.9441078027061065,-0.1631936612702115,-0.5620699778681439,0.5328900438927616,-0.6032078709258557,0.7978274797443601,0.10731308511209647,0.1330509917956262,0.7996255549267746,-0.5798408801646413,1.1619094292646996,0.025845119600009313,0.2672539499109452,0.9645814558006185],[0.6285925631242965,0.0983954131833721,-0.6590377126552468,-2.095171445186341,0.20279674128290182,0.7738141697811397,-0.6955484069872232,-0.2743277385742759,-1.0876055099204598,0.3872235010358766,-0.7223537252020553,-0.9843023415158532,0.28357644720137853,0.8884888062691021,0.47548173166451385,-0.7951880101233786,-2.529423506440437,-1.6358836526436231,0.5120030266479944,-1.015836613781591,-0.17729594529705495,0.15210000224286782,0.8934359188531548,-0.24022270165775156,-1.1675453087773409,0.8176009223609063,-0.3418677233689016,0.44671088926953684,0.734143703352367,0.3733798943599288,-0.6654587926353449,0.03482720815590427,0.4341315871575917,0.8254958736721494,-0.20743319663858462,0.5941460872081036,0.3566891843769876,0.5697139020319792,0.438768891215317,-0.703205835785695,0.3564274917626501,1.0415667698544862,0.5138495462846607,-0.11451066793801191,0.969565641085127,-1.1125716663153062,0.8700976147278793,0.36308965463234477,-2.331613471700986,-0.19809618582971997],[0.5004737932351561,-1.9010423476811438,-0.8973834927089139,0.16910484994076155,0.1754384773878208,-0.11840013565673038,-1.0906798913172495,0.3197391807537635,0.9136654694208685,0.13592508575363887,-0.24769398366222614,-1.4836164170479709,-0.3093061784259416,0.5780752824968144,-0.16818306688087714,-0.5820210205238263,-0.5143617016190118,0.07279663222048306,-0.19959901206016004,-1.4295413593013007,-0.5216949553420598,-0.22950898331387276,-0.6865530545634353,0.6378733356125679,-0.6240705297477764,-0.596363669385852,0.43200192138501065,0.055040694201821116,-0.8317558228140588,-1.0278912503396682,0.5052303438934097,0.41181299688448136,-0.3227128667346666,0.5812753815805113,-1.4532017555910548,1.0392608941168686,0.09194819367184698,0.346129955681368,-0.7386889300737053,0.8835651862362476,-1.4197554004933208,-0.5016659936006468,0.5221053704125401,0.12740925525116192,0.5622722729134283,-0.4956376562244522,0.9060315788976494,-0.3068878636729425,-0.46986190609354395,0.04853445834322399],[-0.17843482275014189,-0.4396176868903435,0.08618716947841683,0.9560230730793691,-0.28158517303735564,0.11539096706442253,0.7289598444778497,0.9128253719820798,-0.06470541673321847,0.8341334306228713,0.715249044697669,0.2400654891879688,-0.803553130638255,-0.2638526273202758,0.45433018530316854,-0.4926946296643776,-0.6916743855062919,-0.5243296303978375,0.5852337825518932,-0.24712751616085882,0.9473700905685561,-0.7053581113406687,1.129524982308219,-0.7972881860364404,-0.9656648254088263,0.3436025802118308,0.0199790262374223,-1.0282615070388712,-0.6248714391298578,-0.38570204641849287,0.6157680130746709,-0.019029716912763395,0.7431332463417792,-0.5536786097960477,0.32221547342198525,0.0967094238803133,-0.1320464455411268,0.1415009593044644,0.8652631864497992,0.31157528468055046,-0.8687281399673707,-0.8310207381703767,-0.1482564425637022,0.7017276941069673,0.10215674200267538,0.11684632335150785,1.0108612359583027,-0.6151489772741321,-1.27774261125372,-0.003543543292200779],[0.216724827800488,-2.0338450608295324,-0.6253768152383489,-0.9357731207483696,-1.3051407578334442,0.8407600873687139,-0.6673414675987474,-0.579085948639929,0.038070390920548924,-1.37114799994383,-0.02528138539694104,0.030744584550099253,-1.5677701782261337,-0.8165420004986033,-0.7652353952631628,0.02848720774848793,-2.4101181571348054,-0.7881981007268909,0.8158215369232774,-0.9266419626799647,0.6771250913759684,0.32271604646924806,-0.3770858954137827,-0.667443367475352,-0.15482100395324042,0.6131653136713525,-0.2717995372746047,-0.8829233122572377,0.3659883759496198,-0.28586298003567995,-0.5177540080527169,-0.7979488679991953,0.6451331542536304,-0.053020651594822464,-0.3833833577132542,0.9033262739017631,0.9883467192156739,0.3869224632871412,0.19185138256951398,-0.2855192229415665,0.677552412178045,0.7687927080482649,0.13835678838541046,0.026724012928862364,-0.5750610249769165,0.7426221724651013,0.7469199060181242,-0.35527655881731024,-0.7529683942133649,-0.02329474983174226],[0.2657506599985397,0.6224093420632842,-0.4545095391960182,-0.5947627735137802,-1.224052837419343,-0.5673651250916142,-1.216120276025321,0.33459446416764405,-1.1052286983663142,0.4602530548541948,-0.7987653658354512,0.42193615590430916,0.021278919883706462,-0.2987428054040962,-0.09588824491900791,-1.7718272254417922,0.2008660762418197,-0.19101187272599568,0.8722759763562433,-0.4085513352875658,0.39558608546935903,0.3922558787713958,-1.642893768696876,0.5463995854504505,0.9226847332570521,-0.9264319570807983,-0.35417075631004874,0.7940405332552821,-0.06865761944019688,0.7451410889228005,-0.41995957594899247,-1.3417051497954964,0.16269557200686957,-0.37926085251540664,0.885282148041662,-0.30774624024439345,-0.2942367591134084,-0.9265181131109932,-2.0543869471918486,-0.8955346890499307,-0.878648439995102,-0.6569564488638404,-2.1432389325354886,0.19502267453775599,-0.5800238715948903,-0.6806955785307701,-0.10154166509254511,0.11762000543568778,0.7832320038964553,0.0422140461036719],[0.6366104094975916,0.9992503922088318,0.07849570576183885,-0.030450248289614616,-0.8776888026550175,-0.24223602994401228,0.41965024707745796,-1.5294520464949137,-1.8123061102984122,-0.4995579477522285,1.0637600779429008,0.5967981775619938,1.2562713547796511,0.544175764322458,-1.1066356790654406,-0.3061673517671541,-1.2484463759724724,0.15833308187834547,0.4710433920923267,-0.44391460409291583,0.2775457778369894,0.5920706788155282,-1.731464605168526,0.12279449281079578,0.2060272450945899,-1.1072749933761195,0.8080015625354554,0.9020420913707287,-0.5329852361831857,0.7601505175697707,-0.6379195724688175,0.9376385126502095,-0.5355955191736766,0.9273692606237727,-0.016745793331195663,-0.4290750071706627,-0.5035593236117923,-0.3281032183874807,-1.2482231013957588,-0.2197439641432785,-1.3467080016701105,-1.2160581832458024,-1.673891642252159,-1.3349019166829803,0.08865017230927046,-1.0493628497094027,0.6923970154422432,0.40537975508204777,0.6388260186842548,-0.7903801529957303],[0.9488274994315253,0.9340787084141852,0.7330714637158502,0.6556086118102122,0.8124998424089819,-0.6292559944739796,-2.708755870177798,-2.9250698074630375,0.3490038969293115,-0.4438242194149635,0.8723332657735808,0.5572512863332842,0.2696181359594294,0.10186755407976827,0.8090816157189835,-1.859526703842271,-1.1483799809467963,0.3868977584643304,1.0845133748191322,-0.26056287644080794,0.981318403188973,0.11274553302864612,-0.9074740034294614,-0.6987994499401313,0.3976771474049115,-0.9244319847470303,0.7211810222390553,0.1895167534573487,0.30625465661732154,-0.8089763937304704,-0.30382111461909234,-0.16087584137250563,0.8772109675311256,-0.34306089683132684,-0.5463284756589643,1.0270960601556824,-0.6029398799167809,0.5518055429858852,-2.9849215368103033,-0.20955727496744977,-1.6432350736839048,0.7163392449930428,-1.1722078443035329,-0.8513516159266279,0.21967689868900886,-0.542436265482247,0.8315680871665619,0.4595550190729682,-0.9001763353918381,-1.771561143676835],[-0.8231601213108601,0.7324855753684374,-0.4295452857909326,0.2115595369506722,-1.3491440641846038,-0.8136459208166228,0.8686902963236393,0.38836471228269287,-0.9688729853705168,-1.7928732802350127,1.0459958203992523,0.17559237043837844,0.9356624065858965,-0.49642481496070384,0.9427420926371344,-1.0101439704665092,-0.15261100137691552,-2.5216621133158643,-1.2826677289945205,-0.18317031137281137,-0.359277683781426,-0.824423279947306,-0.008610062835692702,0.3109328396892811,0.8873590510580966,-0.9839279371767514,0.7974612243247527,-0.16503166656015844,0.2634212252343322,-2.2781751429377652,1.0913658911602475,-0.2937160822244437,0.377647769742871,0.5346176489450658,1.4137817162657276,0.7878839707720562,-0.4904680109729252,0.6253198703942812,0.6813115050478775,0.08035054589810095,-0.10288248103063395,0.47867785589508205,-0.39174472939632965,-0.43871420836471464,0.4940351041448637,0.6362769377724478,0.7864478301075398,-0.27042825535833004,-1.7763309904412499,-0.5564881284050026],[-1.2048946643592893,0.6754337938356123,-1.0451323251063735,0.95786846952488,0.2872703236545023,0.07093508737245054,-0.7989026553310977,0.9809723802555668,-1.398677625046055,-0.8358399706705267,0.57306439021502,0.0652902067230425,0.9285398381794061,0.7595263173950282,-0.9023654220466296,-1.3155338746826883,-0.4125692965308709,-1.8097694896332477,-0.20866305466554663,-2.749047276076439,-1.2718300044031488,-0.47883344734823685,-0.21162746904580718,0.8918374619586825,0.5836248529885601,-0.571686139817596,-0.7749944013388445,0.2510787696757795,0.7603163796406717,-2.8228237768294893,0.5097102721133105,-1.8600872519718539,0.6117151795381903,-0.7117849719396271,0.7407032300513826,0.7041359743029265,-0.009693649367652426,-0.13422701663736808,-1.3845180939757222,0.2137622676919307,-0.6841031553564249,-1.469244364856491,0.248776279012106,-0.5653099691728061,-0.6610457394417195,-0.08845246224781708,-0.9896550435902387,0.3269088567900893,0.6954072509534232,-1.1522970439407367],[-1.1672588133984312,-0.16592610155937,-2.026796342574228,0.038873873431276504,0.8689534644747577,-0.561623430579652,0.20640982541271222,0.16075231883832994,-1.9547389858065658,-0.7063291114984159,1.9845347529243562,0.06104039120650939,2.055350290448803,0.07799285679540964,0.3358898154018316,-0.6524428388469333,0.5431335196849835,-1.3910775596820018,0.5507215176383716,-3.0098896186845923,-0.5017413717508672,0.3242766598392288,0.6813223196946261,0.11627744263570484,0.34828007240273895,0.3062731844674254,0.8860605786081724,0.37582776371741905,-0.12665577133439151,-2.445606072284804,1.0450992693679644,0.081626941361919,0.7552053704318795,-0.07770856939486931,0.5632661658662177,-0.8501480159935401,1.1978949933381842,0.31757868522517546,0.7121115495451333,0.06711333506223818,1.22760519802025,-0.08820849873013067,-1.0774179251919276,-0.9176632701678404,0.07919879493952561,-0.37780627630888314,1.0397117966492626,0.5929165740767142,-0.898175560829993,-0.2376382891195215],[1.3364997141172485,0.7043146013765056,0.7388307056519815,0.3239167146256698,-0.08055686371351405,0.42924127706829945,-0.9404058185752927,-0.26825594465302033,-1.1158869108830531,0.87549765603987,0.44486978071887195,0.7223443203881431,1.0046015086692675,0.22037666307924675,1.1235128321161192,0.7660570655832013,-0.6614804185649801,0.6546033456980563,-0.5386148798028366,1.1939349138324833,-1.6118744050595413,0.8021297278007631,-0.6183223766429709,-0.9710858346460736,0.8141575515692138,-0.16056894027777618,-0.9662350718240996,-0.5223975227562151,0.8541167047781597,-0.00730749299852546,0.6037124441795977,1.3367043220729466,-1.5028070935052082,-0.7601275570269173,-0.7867144629966133,1.4979164922397545,-0.08150128101711733,-0.13577626207442123,-0.25848312046058464,-0.6316294567975054,0.019482650996069165,0.5870510316549254,-0.7049833106696596,0.8533485553324456,-0.05431875235638108,0.30821906656599335,0.06953078080686877,0.7679928459105145,0.8220219501246054,-0.592071267394944],[0.7473231472008437,-0.27125985124982765,-0.41371147054390905,-0.009630617052171714,0.598910315002308,-0.4030079606735062,-1.7839927547235968,-0.4800853583252825,-1.5996642482736094,-0.8392697883176744,-0.49122538047589276,0.26503642977287006,0.4501207189731359,0.5470201556689535,-0.1746163402864969,-0.014740317477887547,0.010632259014568548,0.5881922874500565,1.0511752907332932,1.3301808224349634,-2.910637956406651,1.7308452613359617,-0.24060218794327495,0.685622322101233,0.057757766001511536,0.33125224371966666,-0.37123714567657845,-0.21706958232633816,-1.0156224259397892,-0.5837106235096893,1.0581283421136738,1.3316317297054228,-1.8890622950178986,-0.0560470331133618,-0.1879753732329971,0.6444539836174517,-1.2939516728800875,-0.8361517047281134,-0.21081311351656296,-1.2050965480365676,-0.47241472372662624,-0.28701682256440925,0.9410150885892763,0.8316137143631136,0.3466052576777872,-0.20114639546769514,0.8056128110214629,0.5975060007277615,-0.22484356590714014,-1.1390394516493019],[0.6852047626116272,0.6060059203745483,-2.2485158603943622,0.6496821438723329,0.9179163646908984,1.1090896872580105,-1.1686326185024258,-2.7420367763775118,0.7774976525051407,0.7344405783570469,0.24020041707547127,1.015068379141729,-0.8590232004705165,-0.10651416379742867,-1.8762675722830986,0.6600282193653182,-0.3300556023682322,-0.2132171167683768,0.22613965969312463,0.5453864106434478,1.8407088913631005,1.3265060199125402,0.06750469392296381,0.6468375914475013,-0.3932788488263785,-0.7244082546690518,0.7275197444863571,0.08712379065746838,-0.5839621542206175,0.29149867784879824,-1.99100526889017,-0.16110403912185692,0.8578381600696875,-0.4528329022274732,-0.5246628130901068,0.002828365587032702,0.6917912213967475,0.09511073152102037,0.35148688068290185,-0.6771148910115028,1.0023761358188619,0.6249786488234235,0.49854293111330755,0.7926765089274659,0.41785128472853145,-0.3204794473442194,0.18706764256881936,0.47474287272499055,-2.0387164499653516,0.38979774571181297],[0.5118207415399351,-0.009149084173821336,-2.1605770406114995,0.3171134257294032,0.1422700533406198,1.19814643477539,0.3876957487196056,-0.9222366822985147,-0.24421047466089632,-0.5352522250042204,-0.23244887579685045,0.8907352014756331,0.4912877057566654,-0.3713834716784363,-0.4741459921152127,-0.310574798868451,-0.3933697371478781,0.8199284173546318,0.4310153077313819,-0.784463103825346,0.6323985604168406,0.4733185150576738,-0.043068839631171314,-0.41404242301051486,0.529420050966337,0.6760295574626923,-0.8399409623383151,1.0088721938534422,-3.163676837644757,-1.8254728271727911,-0.8400878569589982,0.5852346267746211,-0.33955411367609306,-0.0630361979836482,-0.9764752984534462,-0.47623715289373825,-0.5011857156915007,0.9004962271998179,0.5972485457842145,0.19001027798018252,0.7722479537212708,0.8163256871045421,-0.4799637281990055,0.2739728646136933,-1.3977317765011328,0.17181519037345055,0.7335951104912303,-0.9653874176456274,-1.2568318680234278,0.40866024761347536],[-1.1969428891431122,0.17689670474301436,-0.0015113888018805832,-0.6246893907675692,-0.1172086267264254,-0.477419413344799,-0.30630121689190454,-0.7779363950705993,-0.3324264962891764,0.9270977340430157,-0.14510768249926354,-0.0074684928701057324,-0.9007027683217662,0.9327010930055498,-1.3359578377619818,0.553472516533689,-0.0962522780652245,-0.8117337491371532,-0.7699135964346765,-0.7495633529758855,-1.8348989211585058,0.21702325676260054,-1.4503161386705488,0.21655661046736324,0.3883217770657864,0.8055186641804227,1.123074062059477,0.7936098292458985,-1.1011690233906044,-0.07993092364278921,0.5867095712382284,0.23639053126484072,-0.5257776670118022,-1.2478872047073257,0.04790835147819025,0.8288350105842915,-0.12290046416444753,-0.3381501611264669,0.41076284774992394,-0.6625127520137277,0.6707779569262139,0.12456509881767767,-0.3747987557554804,-0.01885914850645748,-0.5628234887641261,0.44599986743437364,0.547822854506921,0.5166120635878223,0.4887244178486778,-0.8190597096252362],[-0.17122308614815035,1.0347346491037845,0.6984785580422841,0.7608271576031566,-0.877030973027713,-1.3967702561458852,0.2988039591997346,-0.7103090532502576,-0.8021388046205297,1.2251714418374509,0.6864515635393957,-0.5099140356356521,-0.2839603259373466,-0.9075265353688428,-0.7158015869444649,0.021428787594215425,0.19231569175883714,-0.7563211301300962,0.47098552854358283,-1.245807444562321,-1.3802483260784664,0.2139845799304422,0.3387171509198641,0.9374989227434647,-1.0124395633439294,0.6015761086494712,0.8818220354952889,0.8188608206252153,-0.5703504746606274,0.3943630897885967,0.3575910017293018,0.9968220283572211,0.6016618966010886,0.548437676758852,0.495031821484302,-0.6187603241416005,0.9559797914813835,-0.49525753643748704,0.8270871525653024,0.0762219089311715,-0.48711833378367664,0.22401805963785368,0.1507152548158774,-0.32231853660938986,-0.7886046071175479,0.3362516371165713,-0.4350629896409094,0.6522996797438165,-0.6838132592329131,-0.7134898749951043],[-0.3518224033046488,0.9057953913806527,-0.14141937967211307,-1.8686534639218362,-1.0376468024210521,0.4588181810679733,-0.014797236311621205,0.6329897197510888,-1.572725104208768,0.6956050455579817,0.07139719978233697,-0.34993869417143586,-0.06567431755638756,0.3364609415164326,-0.046156906315216344,0.7381998723263179,-0.06818795328395597,-0.38155985292462924,-0.2160176242796342,0.2031770987423968,-1.6736146963617846,0.9811810913821455,-0.9096001886982774,0.916469426984346,-1.1023075125459818,0.07839284150323246,0.19385941680328525,-0.5651766101175987,-0.3874494048557701,0.1210093127314045,-0.6389145723152649,-0.4744338905246189,-0.8101740728018493,-0.7647725544166774,-0.7847300480203091,0.5788073421770094,0.28444155967239376,0.432833061978843,-0.00962150695310729,-2.133564987853228,-0.5614201406018011,0.7706199221983097,-1.4624870025738768,-0.7183382588275378,-0.6026863809998374,-0.3596271746112942,-0.996899783573436,-0.9597846123289466,-0.37466577567089177,1.008052315821082],[0.851692395858785,-0.034414506185480774,0.9346220907554722,-0.1966714630945087,0.4219830508161908,0.431377636677495,-1.8560570700443113,-0.31091227273033345,-0.5863054049121488,0.03844930703373602,0.4639635892915051,-0.30752230503814887,-1.0496547462019354,-0.5990169486752418,-0.7109109434589869,-0.6839276551621596,-0.17267918319060435,0.9006406757577565,-0.1847670896396094,0.6377015414542545,-0.6873351426055759,0.046252859350635035,0.35318440468368334,0.6550015504773575,0.0034239581259563607,0.8894539356717418,-1.0439496979074319,-0.2195586660587031,0.2728395840608492,-0.27483642443352285,0.14779080190840355,-0.8330330243352303,-2.068802628619945,0.7696079044260826,0.7758260096397661,-0.9396535298375472,-0.5167157382988853,0.9423910151975696,0.8564928860900528,-0.29582408747542777,-0.2434662806589009,-1.0066062198828079,-1.3866911262743598,0.10425970035170666,-0.45060069762202887,0.1280740034944286,0.8166511199540382,-0.028202835698764556,-0.7766224851323137,-0.4645926099678274],[0.46450372164590875,-0.11020803743736877,-0.3919986803275187,-0.9594107196472389,-0.28243810690669513,0.48048246791778093,-0.4228398789069228,-0.2199316050185136,0.31168328562539943,0.3197186204514208,-0.5571493255520688,-0.7325961003411925,-1.0768545267308534,-0.42322333065501583,-0.01519652248290858,0.14881678821923477,-0.26002291394118354,0.580209906496389,0.6917141591322431,-0.680684568778736,-1.3421259397766103,0.9630328137323159,0.656581293959074,0.5762885780056588,-0.3201777036100765,-0.5589743148960236,0.6061217742553805,0.11503938317353078,-0.16896039449007427,0.1276273132547647,0.6115427592627307,0.06887015430508622,-0.7484438769782371,0.1538239109512139,-0.4523825891778716,0.19503108169081237,-0.000973630650455737,-0.012130069100840015,0.7248313644422868,-0.6619840806729693,-1.3606155167917389,-1.6341157897645053,-0.7875187274290045,0.9935477549737444,-0.37805834358496054,-0.24483993596178144,-0.1655919021140123,-0.7350093758332592,0.3223332912792221,0.5217245873031376],[0.006699542061524862,0.4061973079734564,0.6230588051068366,-0.1846885268291234,0.9431520073134091,-0.36755443680246214,-1.2032025010011846,0.26451999143914895,-0.5746840223851,0.3564108525483913,-0.1820542526244334,0.4431781492649203,0.1991846133931238,0.6736658894918734,-1.1291907676949795,-0.3224679390753015,0.375901843261781,-0.27833371076702895,-1.7009143298218974,0.13988825415262143,-2.892354028662576,0.02016499068028452,0.854537683201826,0.37240951097304853,0.5830640133870683,0.4836375046728889,-0.424223969817895,0.8005331462046491,0.8281045999442832,0.7824368638796968,0.25240921954404866,-2.2710528097340967,-3.131070470384781,-0.2806266787430458,0.8810754944359522,-0.14011395949101302,-1.2071517357459196,0.5628368088976116,0.1344811611450152,-0.3647497485882431,0.13691233423628335,-2.082546167123499,-1.8282298953847125,-0.5966224631068456,-0.13486474578796268,0.7878890104294511,-2.0515870745654285,-0.7033982950404093,0.7063256387200156,-0.2432086522008018],[-0.1576685734531285,-0.7121254640482236,-0.6984363101162889,-0.5727286304721741,-1.1989232034624455,-0.3747764279934782,-0.9580121481898394,0.5052220332161774,0.6297386222854847,0.9410674468254144,-0.331522192090095,-1.0199948159150731,-1.356805618207743,0.8694001112267016,-0.13615354353942508,-0.6109673579775581,0.6946741711492054,0.9776802298827164,-0.9760351068386827,0.4766849150563574,0.053411958889187316,0.5978649171123089,-1.1037245695085671,0.7960267445165258,-0.505980303120192,-0.18848993605676342,-1.217393551133907,-0.4657154362768171,0.5786235581799257,-0.7783737676218297,-0.8118565475387821,-1.6584068574307789,-1.135720185810674,0.8187532261868387,0.8164230285420959,-1.7256016200829192,-1.038050991646279,0.5607261642060433,0.22173026882275743,0.104960482356191,-1.111696928216695,-0.6142836434171288,-1.4901612346617856,-0.19241621840366713,-0.7703923503411537,0.9196417914879187,0.007068235985595158,-0.339612581584272,0.8151271177161106,-0.0284092251042663],[0.46809822221234965,0.03563388417299741,-2.997866581325145,0.16636802692274352,0.12255780921935441,-0.09126180261764441,0.9417163010852561,0.6050430501957672,-1.4425970847704117,-0.7882549289812038,0.6348099709972141,0.8047558303415948,-3.6428554299963762,0.7285007715832431,-0.4156314320567051,-1.8417425718486382,-1.5986209378633607,-0.6769510616005968,-1.3847775718311248,-0.6975531453557615,1.048667544377063,-1.4346328615265063,-0.3633277101005657,-0.45097670290214925,0.21287728531701364,-0.5046765791573369,-0.5062127988903173,-0.8837941457004069,-0.06453729398751537,-0.10670809594620874,-1.1688825505395548,0.45162375320267795,0.22186321056023753,-1.5863720956142078,-2.6789879990888292,0.8392419184109458,-3.1747620259889375,-0.07004153392506776,0.9475407803683022,-0.9423766641147908,-0.02678171070483481,0.8027856740712688,-0.30588314152419793,-1.688357724413845,-0.24866323571209625,-0.4649543932952994,-0.14245240090056419,-1.1466842731728388,0.003937578352979499,0.013561667884837397],[0.8613409502051594,-0.1509595669088324,0.3978188887107363,0.9539005966379616,1.0724482536960258,0.2249939823132601,-0.6257679828581385,-1.0042328249800576,-1.0108038211322692,0.29481810624458843,-0.45815981618686585,-0.6370366387457711,-1.822673588290731,-0.11232117317051564,-0.4174639078233522,0.1004626757069919,-1.4067245557304562,0.7458806431539924,1.5365606259273807,0.26777223438195147,-1.2212599883785191,-0.1942084269396338,1.0278938214745927,0.9345874092868354,-1.4842658763608656,-1.6047232290593676,-0.10780161554499072,-0.23834627039100753,-0.41515426289645074,-0.1858589039583142,-2.907578053787478,-1.156456224958538,0.7088423672393296,-0.917943051807977,-0.37266351647217383,-0.5103789866633469,-1.1454034933358133,0.22290850814356528,0.9948847101666601,0.32334443236997196,-0.7882308937572575,0.17350932291748883,0.31297925986009334,-0.541840573248042,0.36592006966818613,0.8718404517060818,-0.8350809233696639,-0.47856933384504263,0.5671139540201613,-0.24013940964302954],[-0.43119740001524176,0.6647931580149962,-0.5874218494417462,-1.0659535025970757,-0.3041053801182732,0.2945372407322485,-0.950629546355473,0.3747395244891971,0.5636992571522217,-0.8202503570755191,-0.28512977904228165,-0.10291579147227337,-0.26197424778676853,-0.5141448343679682,0.547361914363596,-0.20149617500765307,0.08756656613048998,0.37586003739802115,0.14357745974552547,0.2661274175512502,-0.3290922233393442,-0.018482228389526057,-0.1317275547279637,-1.1010687492904183,-0.48850159351373074,-0.2071804154345715,-0.4981303638057037,-0.40105518856164507,0.29594134308346454,1.1608186757933636,-0.5761312543114588,-0.3443246447937729,-0.44765419399088463,-0.9470126160450063,0.7817825543877889,-0.09931027396726655,0.2203853265490537,0.10945564954787311,-0.003118093762981239,0.2528876999415768,-0.17658342814923828,-0.14855823092328763,-0.2940540294767975,-0.19615051629357141,-2.263380323562249,-0.4556617453644046,-0.08551280702969022,0.49632241753051637,-1.2361420522327375,0.5563923743167978],[-0.22915365177880503,-0.5849587827334044,-0.6146119207843705,0.13376648979704797,0.4748028946015639,0.2710009788442769,0.22071279173212138,0.8463672293005761,-0.39750011304271154,-0.21413233738860488,-0.9924914765418639,-0.38841027921178883,0.67251018320515,-1.4835531513633842,-0.9342177196620725,-1.3803612562200172,0.6138686674592245,-0.47422921878167734,-0.5708378282257309,0.6087715647886656,0.3537975198477346,-1.1432577059506523,0.015777815084526067,-0.17490421674217713,-0.5246568726870363,0.7305231899404585,0.6917203329625985,0.7924945676006454,-0.41936523748416793,-1.026666291685903,-1.0710911017811622,-0.9224438357897956,0.6652966866520145,-0.5439186313077647,-0.2173375695017022,-0.776683457267233,0.09706191608841681,0.8419660170881167,-1.5635510491273121,0.23124615804185672,0.5241024247125785,0.0014998349106651505,-1.2506937418176216,0.8484004784033196,-0.02078522191032988,0.10635919827511524,0.1175461218506266,0.4617827202764969,-1.5895311521304638,-1.145101086523745],[0.5632242997517939,0.3676971871633541,-0.9699963121275105,-1.6904924695708445,-0.5464272032003346,-0.48661719061093656,0.8348881129060215,0.3678980975421218,-1.481143569708464,-0.2949691111922056,-0.34480081604720436,-1.667657743524137,-1.4654806175235604,-1.5790401680760546,0.2553557631976549,-0.2552969367959463,-0.31671989190202654,0.8972969223341769,-0.5575736947562381,0.9675209643406055,0.5294477331175419,-0.16374929825141962,0.17036956861587987,-0.045805760491220954,-0.8769732013305679,-0.5759699781987198,0.9287781999938308,-0.9033937825202295,0.640856104184859,0.5102990010480492,0.6770075246445156,0.2670353605195887,0.6437827820049331,-0.3097578186607296,-0.20901788106443045,-1.690014079201112,-0.7620747198954372,0.12171241480027456,-0.8204873873210315,-0.5322146417245983,0.15842205916981847,-0.21061115418262705,0.9546654833521171,0.35660443206650533,-1.169206004239808,0.9559212294859155,-0.9167873301103284,-1.0073814551167322,-0.05252840932396744,-1.6033539622573922],[0.48334361765807904,-0.9086053750545536,0.011234707134730165,0.8944911683409208,-0.4398362468933374,0.40911623048289475,0.3704110058107256,-0.7531042170562741,0.3540511601271557,0.19473650292572586,-0.7439538169124159,-1.1133095576098389,-1.5579193075467885,-0.8422994066579944,0.23442114909527628,-0.522776472578482,-0.4077525319711247,0.03466228308538877,-0.9753896664169482,0.3031070304297697,-0.09510799155037396,0.7183974499504886,-0.9364845005020861,-0.9062282368532706,0.25485211830186927,-0.7740944806920406,-0.5688704402553915,0.5230551481873995,-0.584120464597963,-1.8257985533131311,-0.06974641613788969,0.11034960863660967,-1.0107459043461393,0.5964354840327108,0.8835649883203296,0.09469567406782321,-0.26707356826241,1.0147189868300703,0.575924788405581,-0.0761850376750293,0.0681375270532147,0.38195748730107004,-1.651882792442148,0.39447969236306446,-2.6963286871137533,0.9296694493217952,-2.561006763046594,0.0647391712493735,0.36695422686063156,0.5842947414894728],[0.8512658272661164,0.43218468902559,0.23576502564876542,0.6893569324310836,-0.19121069984489936,-1.6997097244969255,-0.08989111734114423,0.24912028415838033,0.7244251475884753,0.6628577147803407,-2.5036019289994997,0.09353413868876856,-1.4532452971284568,-0.9398507341009891,-0.8365462755693553,-0.38259265369865514,-1.397731442742942,0.3764679838633054,0.059182315418979274,-1.2093205566111989,-0.47998572810262563,-1.1250207461264454,-3.399470703393339,0.742956025275051,0.42363141737351373,0.07809749258630232,-1.5707614761607684,0.9374462588553514,0.34951578667412786,0.7076991414101521,-0.8220250485338992,-2.5774058757129046,0.06268031138321943,-0.02272569021677408,-0.5781033768077474,-2.309576297944409,-0.8706490608916927,-0.7172672069075304,0.22684846113278337,-0.8849394570360484,0.1563839838682854,-1.6380622922878099,0.5848245391544834,0.30335567109521405,-0.1914229752468398,0.6273864680917384,0.5301510250022162,0.2634390713602596,0.7928269602312612,-1.570598157195456],[0.26127446236618196,-0.2978850464310098,1.1283963583445715,0.0279259381786968,0.7855388516340919,0.142971115089215,-0.10981576002027768,-0.4873806739470689,-0.22666737757938774,-1.0006789342041793,-2.1006080927239505,0.11823836177027718,-1.3684326441358163,0.5732823030634776,-0.271174681846,0.3764393289126738,-1.352772665382061,0.5091842978137305,-0.5189512612577244,-1.5280385818706208,0.9261164685797719,-2.120145173519377,-2.8806322709466037,1.0278448934550701,-0.023269143651501203,0.1195324581637529,0.16255365309540815,-0.21034212114252265,0.6326950185799087,-0.4007777523646283,-0.5204102665524594,-3.7956529486712345,0.9109392493952797,1.050865913822945,0.36911547561920294,-1.7075163988320257,-0.3947141862174517,-0.10247850114292804,0.2121690196794867,0.4323195163636875,-1.0026222765651134,-2.7817365533875016,-0.8964743578042648,0.8780915958994158,-1.080708601439291,1.1483398535163623,-0.7306972469136869,-0.18837397503959927,0.15989988742647585,-0.5970241187403083],[0.9603029204380203,0.7293849188280306,-0.38703337115340614,-0.4466535112919464,-0.2213587845674772,-0.14269433746432966,-0.650808930600456,0.6005485878358047,0.8865523869598877,0.14125775114299563,-1.0520855904329425,-0.36297590927918033,-0.18538603122021904,0.1806706544542124,0.33042123631805553,0.2165249623784863,0.7757544612697815,0.5606205386562034,0.2124370999587504,-0.8411677647598453,0.960342425264974,-0.2462539683493473,-0.8813510106341164,0.3397422988947255,-0.5320155261669365,0.5253455580804458,0.12219883780639991,-0.8007292979846922,0.1989401918641183,-0.3413641509936018,0.47131542743325827,-0.703606686315918,-0.10914741960611256,-0.1715517729231409,0.6889982961644091,-0.07009281475425407,-0.016310244082683348,0.4164364055536872,-0.05224872918121935,0.801275050460314,-1.41820091168349,-0.6225864271576083,-0.32241885463780745,-0.94907499837414,-0.7648596384360873,-0.27396788303056574,0.6427262146113809,0.7887800828594539,-1.246226101358972,0.9958108528417279],[0.1952563618670364,0.16511836710989625,0.48513751088448215,-0.9875172302058365,0.7164264959914743,-1.7103803923446281,-0.09567977811104125,-0.7513235072388961,-0.8716906721766805,-1.9194750144360377,-1.046109506702077,0.1730402317466273,-0.19926690250081677,-0.17265621418374005,0.7342885395412617,0.85437467958066,-0.1512572515727654,0.3069134576143889,-1.3135065480379928,-1.91308429206517,0.975731078001566,0.7796195674188322,0.6312919624788506,-0.3753411500135649,-0.05624456225014616,-0.6720692458536047,-0.7569523031491661,-0.001845091646991384,-1.9039059620751329,0.5983820847351052,-0.05429317278651568,-0.18152895346997466,0.2626316297171093,-0.3862304904574232,-0.7460464940763221,-0.45929399329174153,-0.7164567168775274,-0.08234067083215958,-0.18667490652574548,0.5448711567183044,-1.4451485403508502,0.2987575691534739,0.6801319441748988,-0.6334757711478103,-0.3441946377701719,-0.299329417324308,0.28283713604527794,-0.3086221567313376,-1.1964137553818535,-0.13303370650207574],[-0.26782419081957076,-0.7506819513937308,-0.44782037997668284,-0.1402211974144267,0.8151630836573944,-1.6861839297627914,-0.9320535494435871,0.37190892192445496,0.6253021947146968,-2.1800268785060166,-1.3871814355272127,-0.48093521545060486,0.31324809340175286,-0.37090746580938816,0.5786858592545016,-0.9842381398523428,-0.18258652408567197,1.031870801772576,-0.14819211628475562,-2.1015343974777903,0.6105673628087904,-1.9857920320686382,0.5165587138812062,-0.0796140335068568,-0.31136144506967156,1.1498791742068826,-0.6022896955219893,-1.2436909944240284,0.10438813412820175,0.3025345968608477,0.7867127380944033,-0.31883360196725147,-1.0662463618357043,0.8220188494085555,0.16186844271490455,0.452728666344186,0.15927923505303795,-0.07279475568065628,0.7832158855649605,0.34499725008744364,-0.5647681769250903,-0.3427337275379525,-0.6158773106109702,-0.02155978308516606,0.5035026424328076,0.608095517059657,-0.4680793664046571,0.03493635220338662,-2.1461691610184754,-0.25349704263493056],[-0.3895439203934474,0.27843740903371716,0.9299440763910882,0.21988329207820945,0.9872787901058301,-0.19615223179892216,-0.8032366427129303,-0.541903830853177,0.2732726668653413,-0.24512635436883967,-0.2725232011532154,0.7817304793887846,0.7486460547913634,-0.7655739712409162,-0.15701777834262204,0.9288071427083177,-0.14099847698014803,0.052250623574702885,-0.7618749329711676,-2.082893925906455,-0.383079696486808,-0.9878289312643268,-0.5961508706678496,0.6893065634619922,0.5013072088784012,0.7269853453723364,0.061004790069776285,-0.8126120643923715,-1.571868924096683,0.0773899789805698,0.47693017736823984,0.8479853716359081,-0.856705349326346,0.08088147727484836,-1.8551648168883004,-0.904116688191079,-0.5965370622097803,-0.00014086119568460306,-0.18177475025332218,0.23817091386109357,-0.8104911268679373,-0.2532199509089937,0.4624757103509302,0.13820584776325007,-0.03854453690718205,0.3854203696324256,-0.6907804862038815,0.4839830189032044,-2.386516445340787,-0.3444422379628544],[-0.9889063868647048,-0.4305799834629022,0.8369698291874221,0.29463158815234075,0.5148545019471733,-0.3699548443216131,0.2208119677573371,-0.6828006575315583,0.6453202322309213,-0.4516366423033779,-0.2658224860066728,-0.29716815708996236,0.520324660462611,0.025573516061454683,-0.12938596593764173,-0.619565039419649,0.34543431173986683,-0.05033787028772391,0.6497032987678395,1.1205193434083929,-0.2995896821053795,0.8560066730827223,-0.20798253058392635,0.5158515179458427,-0.30443208231608215,-2.03898398601194,0.47983926158709417,0.6250041642860018,0.6647877946475834,0.17039434281647922,0.36170499773739156,1.134380847802173,0.2810496482483122,0.9636058541992527,-0.12771386767114842,0.6152871882574424,-0.4923532599100253,-0.3185522988355275,-0.13075026674066242,0.3055628521332269,0.407129890143495,-0.6942069780484257,-0.08227268259433142,0.5715276624657651,-0.03406925136650647,-0.6626220111441469,-0.12438750596012882,0.38864426654992457,0.0770811168067198,0.4468171358825734],[-1.7557112801460162,-0.7646396826513409,0.6489426229818113,0.7512162275759303,-1.8512439312275235,-0.521780766819595,0.1392211532958991,0.5953649699667424,0.7695244676186758,-0.5371609794932776,0.6481272692547283,0.13338316289217575,-0.08251414849625557,-1.4562824844705171,-1.0303479142028122,-1.6964093651115624,0.055808985159149414,0.058905489225536366,0.5936090825077769,1.1652697970498487,0.5661739422746532,0.07552223646847357,-0.8942734122061792,-0.5743969159638063,-0.0829709620875181,-2.9361715636484895,0.7627640040177907,0.3177871503208416,1.0521205233392836,0.7324387554282261,0.27683964819508095,0.6119335484393215,0.4389056012614475,-0.1364958991644374,0.36238053841371876,-0.7146756906045025,0.3884661297755866,0.6137144359538281,0.2567255173359077,0.39462284068846676,-0.7009833772528371,-1.3227104565530858,0.2871595568645981,-0.2133412255119978,-0.8591760637342492,0.8449565134393395,-0.30516918391924064,0.01713171364147646,0.2138906216848835,-1.674638670040406],[-2.317661768622699,-0.031074114346357314,-0.5166536819255337,0.14654702782970053,-1.5419409779254067,0.21501121103193152,0.604365072425478,-0.34460388205769515,-0.07680261382849811,0.520839429167652,0.10436265238734853,0.337437282756879,0.24573002390410076,-1.2961710577295942,0.48775388090788524,-3.082131394541975,-0.3969997059946017,0.5793818328713218,0.9938297548819115,-0.7926765803976844,0.42540708981833886,-0.05255470315823451,-0.1632715050259689,0.884347040308532,0.6454283586703079,-2.358424637766803,-0.946777671373881,-1.7773970680715478,0.5910436519102023,0.573566464640342,-1.4528664982302604,-0.3120378969401521,-0.7005701739696941,-0.1442025889962323,0.9465143519387377,-0.36188742361728987,-0.5832344962500517,0.6699411725364471,-0.647174673437191,0.6676964951904786,0.5197587489325188,-0.1355847794414786,0.3530943684867842,-0.6201849073042979,-0.16409802477541163,-0.7201819316589557,0.344168525506127,0.9560955223337118,-0.2498319584791311,-0.726628439057476],[0.32279317196187973,-0.6337891924673026,0.8527298655396963,-0.4458589282292327,-0.5936044092691019,0.5463416231388027,-0.7341107380390159,0.6510190537179354,0.6220178180380725,-0.040112218488734995,-0.7617332067250044,0.8303309444915297,-0.21948613587340027,0.8770325770134391,0.39612376291551804,-0.7759651467601809,0.6884065394935788,0.07656276010984615,1.0694857977072267,0.41253903402673114,-0.2954736683746324,0.2825345952934603,-0.15184660606926215,-0.9197829894175586,-0.5717698125296639,-0.5537979598323935,-0.9407444819682047,-0.03839057415949872,0.6308021639907379,-0.02883100102313015,-0.8472950534137129,-0.5066991365926798,-0.8782769045407233,-0.7588498916918085,-0.6384816419662178,0.06423078415408319,-0.19046356381114615,0.6017921760407899,-0.1632737613834241,-0.19722983246260242,-0.4743602090495745,-1.3931440214211108,0.9570207096638845,-0.054335394936620776,-1.1483234189334335,0.8457008350770929,0.9105053301801085,-0.4438465692997011,-0.41235810642194515,0.5310377019456659],[-0.865181703009879,0.03999884105365306,-0.6254609231477679,0.24972011773237018,-0.6757574111454322,-0.24876346747999806,-0.9101181394607483,0.5788132086169848,0.1809035177755855,0.35341945697185045,0.022706791930039875,-0.8514772169219841,0.12473905013933038,0.12604351920741672,-1.0868805062823648,-0.19680242020467983,-0.852231408785078,-0.24589181331234852,-0.04530255050908557,0.4004190709806898,0.5950367110070897,0.730044457461097,0.6124166378376681,-0.18625607601446392,0.23190517847194855,-0.18413415987688111,0.07893209251374002,-0.024622528084671743,-0.10071826468799482,0.3990096546660393,0.523700068050615,0.9058141980636093,0.8076387204322083,-0.6667689314622229,-0.6178495363574826,0.1965176676176161,0.7636792721770065,-0.8817593851999433,-0.0069365995961105115,-0.5022058321114604,0.5008323833047756,0.3832755663250006,-0.1450753601719247,0.07142196587856928,0.75787691471696,-0.2474641415936973,0.8672661936410585,-0.254056280999958,0.6764800994726634,0.16548214913366627],[0.588888219364182,0.25061427511965173,-0.08631555011723521,-1.2230947188487602,0.9343945216884991,0.9076355051230816,-0.050982917995478653,0.631241078986773,-0.3103313592495962,0.5717895844141064,-0.8655645298757634,0.022503650154235555,0.8524028766435845,-0.9928834576230776,-0.2073562689467658,-0.029505248366250042,0.772891643193327,0.764701866894261,-0.07553058564198971,-0.23473420985346588,-0.3280697863971835,0.3549063825088064,0.02519962000164476,0.4136667133023147,0.7034260575772372,-0.9290054764245694,-0.5268054876262191,-0.6956595982611962,-0.4828402193165963,0.6105556840296187,-0.47577745400263655,0.008112461970623208,0.026016403692251173,-0.7757347778995048,-0.7296113063265246,0.9535332468626269,0.4127651529429518,0.42746337986819827,-0.9827476491384829,0.38533856106961595,-0.5298013588901217,-0.1609780387997393,0.08636218965828399,0.3877008901616236,0.8025709565764514,-0.39608374636542815,-0.6570260653981745,0.6165301369352687,0.5685813047784203,0.28659893934766895],[-0.4173652739977604,0.6595061529753877,0.19260789651583757,0.2755783243995865,-1.0703989657250648,-0.23108603625488858,0.49781345660472576,-0.3021295082346348,0.4289757907825297,-0.09185123058779421,-0.536961834611549,0.7915106497587225,0.8881293662714959,-1.4015787601718455,0.6148732234713131,-0.6401866081156435,0.26527576217277227,0.7999319920331225,-1.6856265893765499,0.7035755901411203,0.6420040655947936,-0.2645913456642548,0.8495295414934082,-0.0008745248545395595,0.6199221172277467,-1.5797544734038338,0.009490936632220568,-0.5023468888746316,-0.880236104990109,0.0228887384791336,-0.24187746636661428,-0.1398380670460016,0.3601983800000778,0.37521602763390527,0.028409588640121844,0.23640909705712687,0.9345344297726931,-1.0819488879525443,-1.3658911323238678,0.9032013074585518,0.11402275143004598,0.8224579149682409,-0.53819246955462,0.763694999031084,-0.5700186328662906,0.34679294031222896,-0.44201344549873206,-0.5448456180361604,0.5758228480425438,0.26852883630260654],[0.11131437263719257,0.05527525959203899,0.3803266834961365,-0.02263934721063038,0.9659125525080947,-0.012057789102014022,0.15358892545903655,-0.6504646698447449,0.5803282674034673,0.5841551541405837,0.06997936242274827,0.16232760512774932,0.3143800616674235,-0.29789974061403757,0.2493356703752333,0.5759204333539033,0.5647093471094873,0.8826098672043515,0.5595651438799891,0.5935127623327929,-0.5349857137902858,0.30731541473392926,0.6406557686033254,0.18036984143042403,0.6001212248829255,0.1690961769225086,-0.28339489014629865,1.5297582003965733,0.9699615635245696,-0.6655717813171286,-0.8770448439917711,-0.06368860812476133,-0.7008098651756673,0.03635224774682449,1.024027821393166,-0.5631604585074453,-0.007890287744378388,-0.21654172413872952,-0.6828898903230195,-0.4941059094982807,0.007885858390060872,0.3866463166784473,0.8050152455612197,-0.10970673202954602,0.8620967065060638,1.0526575863213683,0.34466946951543376,1.1684358694783716,0.4600972992909619,0.19719061210682445],[-1.1101601086752426,0.5236537941272665,0.668462865545648,-0.9888439476696935,0.20354210249567392,0.0018477799692211978,0.4794228368295082,0.6560621960343872,0.6388939943033674,-0.338396498325823,-0.5244546039214928,0.04461805462547529,-0.411908854404258,-0.023266662220779236,0.4465280623181855,0.5003901649738797,-0.9828212037274754,0.2553808448503078,-0.9703274986400205,1.2165162144656896,0.03821040014217306,0.6681510448214112,-0.3628511868920315,0.6993521910609881,1.0653811064405292,-1.146516147486386,0.4714591179117477,-1.465134447960606,-1.2745756805931516,-0.6213905243794211,-0.7072987116446293,-0.7768822494522419,0.9980702910715757,-0.8625469742586137,-0.8340321060203182,-0.35723826497106576,-0.30813480781730096,-1.1040959144844444,-0.20357319037027563,-0.9643629596421841,0.7121054327132117,1.0246779830617683,-0.537313180907215,0.24646167230842722,-0.5431687065180225,0.889504346136855,0.9088687355018394,-0.4073215637232053,1.0801452256747823,-0.459415143207145],[-0.059969949110675526,0.490592201773453,0.8162008369084082,-1.709629325082087,-0.946477267275796,-0.30448909677837294,0.9730854359450919,0.22927368955906663,-0.2826860152150758,-0.7674005327172176,0.8525900026253975,-0.5133713769872327,-0.4167637522302445,-0.39066012692543345,-0.9408203285979276,-0.459614916797116,-0.3667559618449332,-0.368114359650132,-0.8517701175773171,-0.04520486561451246,0.158105609539227,-0.8463726972615823,0.5236017173435744,0.10679542423087125,-0.31535050309482876,-1.4158993637119612,0.8565748644492107,-0.9223819968055136,-0.4379871742270668,0.6524206703387806,0.2669681039679031,-0.7257015571095459,0.4264477985677578,-0.14693014904142376,0.30423071132691065,0.47331682264550345,0.1270258059006554,-0.42412693656192474,0.7047650449774305,0.18558908062933402,0.27350978876168186,0.013694599168641082,-0.5632031334993286,0.7096515188503361,-0.384977018731402,-0.18240484655341618,-0.6852465086044119,0.9855474078105155,0.2879540857973111,-0.2599664215910602],[0.34966015930477146,0.07379091621397753,-0.6803278387663266,0.9472235593145577,-0.7393323271254397,-1.332132528351865,0.6212702681379614,-0.5138997112296454,0.02460721741180515,0.45899677744648876,-0.152705804369243,-0.9766486170203701,0.16333144163089935,0.4655816019177595,0.054154847941964235,-1.227768457010733,1.08825273785959,-2.0906146283201226,-0.22280305088041502,0.7213368138479591,0.15493947881314418,0.5591370911364784,0.22586475334010647,-0.5853761547030136,-0.21421309330778537,0.8084396487050106,0.13195289748896466,1.6419318224318074,-1.7218264917773671,-0.6985506266480256,-0.11958786244490614,0.5954256985092591,0.3510649318010041,0.8183628042112276,1.0284357850272203,0.5471379843751173,0.4538147690059422,-1.557233126009379,1.0058284959188686,0.1376361905771074,-0.3009894712231842,0.5081501460018665,-1.6110369392355954,1.2844026498061683,0.9168315676920267,-0.3443336561255007,-0.46641880155984744,-0.44354846925643415,0.8551507921326613,-0.7720936216287975],[0.40513595839124744,-0.6000192364146923,0.2613284198789337,0.7960027101179086,0.2764751239927033,-0.30329176415066916,0.8525581367723443,-1.6168794327754359,-0.13539937278677028,0.3198252471427492,-0.5554847367159438,0.46615842869695656,-0.17542753079305068,-0.792935571066489,0.29632807942836853,-2.2807028572466423,0.12356571319126369,-1.4966182660115188,-1.616254368993975,1.0826315091398113,0.6425326402790007,-0.7905277476250461,-0.5387625568408646,0.5446584190379142,-2.021882916406289,0.8784310581974363,0.7316206836711556,-0.14731396017767753,-0.896809025748686,0.5899868250934077,-0.9892109512433968,-0.16330474601059417,0.7586496121671584,0.7575842892781253,-0.713872120206768,0.9352430239236704,-0.09773021359733738,-2.6232187488193572,-1.175769709785345,0.7140682574752116,-1.5453591697223286,-0.8445227626146351,-2.6201945842450782,0.8838510410303246,0.0539531047047805,-1.1952598289551455,0.664755644221505,-2.1575385889727006,0.31647635639008487,-1.925551304531851],[0.43671944720325356,-0.011854535927924821,-0.5385707492896542,0.335119112703509,0.8835611558085265,0.14338352988131006,-0.9008391887045826,0.9411515466293464,0.642663876162516,0.4367930415062067,0.8075321839462165,0.816443124037051,-1.741952336195632,-0.8530211396922946,1.0728621823214284,0.8442816043924686,-0.5559811949515278,0.24867421162757,0.9937116827311766,-1.7685876799260174,-1.1291711099869235,-0.2793116057003349,-1.3221190152638975,-0.849091226137725,0.80051291468346,-1.8284495768974862,0.030060942572961182,-0.6093931840361698,-1.1822055397736335,0.14385428126272048,0.8348646825680915,-2.002642005507512,0.4760631512863536,-1.474162245377789,0.22133600577234933,-1.0435854297733504,0.8745281737960432,-0.6513206158196544,-1.1639500560087648,-1.1613122013145678,0.759542516120923,-0.8061141130006466,-1.369093145062708,-0.0016557023171306945,-0.8476000954097022,-0.41814473804113533,-0.513438565327926,-0.23483489146880304,0.7471525436580596,-0.5956139107360957],[0.6056694515366907,-0.38296831105463863,-0.31436792406033925,-0.1402930035210535,-0.6923667501700549,-0.40355629625838185,0.048622708611619624,0.037800259163028385,-0.45137008719478877,-0.8573692790360001,-1.298383814658087,-0.5745591154864453,-0.1280714828615406,0.6578446278548584,0.11624483386621351,0.6709582592288954,-0.40157896578623237,0.6321395531390733,0.03068485970538617,-1.200119811786702,-2.1411609461877124,0.8250375631941375,0.6893738685389066,-0.12922712999354527,-0.5815104810874221,-1.114944552379087,0.020004378148326035,0.06934770379922107,-1.797960787150088,0.0508498489794329,-0.8681554167993017,-0.8023955193301706,0.44703449270829726,-1.1740731912998337,-0.0008061178953336664,-0.6320415090158211,0.19311897247420554,-0.30360465193250025,-1.4596952104191159,0.5501825525397093,0.9795756936131179,-0.9698730653262732,-0.5013887015075003,-0.33455516441341443,0.5873660248991711,0.9681124790836331,0.13141084100385156,-1.0038591646204074,0.9166600443403751,-0.8139467050821052],[0.7801137111604523,-0.31602521762355607,-0.5559976479490066,0.38670659910470506,0.27282793582901776,-0.8970926049509772,0.8142199564552409,-0.6839521429386277,0.6215544395697634,0.26569019848343906,-0.4955501688453905,0.4857443836041951,-0.46099076642306114,-0.6616097737095653,-0.6294544977523431,0.4795638618614403,-0.12059760033371154,-1.9071496259225627,-1.2067540693588485,-0.19903655025469727,-0.06436467140773364,0.4781489414862463,-0.09817899724083914,0.689156651609388,-0.6829447177358695,0.6705085221487704,0.061117889588644184,0.751997568355304,-0.24512762351552403,0.1773366401078987,0.13122463472218296,-0.3202222513584027,0.4917137211367317,-0.7339528519757667,-1.6368311320448747,0.8517015054974666,-0.7141600128422577,-0.8420562151418352,0.027034662603664533,0.6734997855128678,0.07482096111060235,-1.5113136083295762,-0.6767267047372838,0.8564630431037424,0.012014808323694157,0.8629713915282147,-0.3712589178844936,0.7003948873247597,-0.6500523387461308,0.14283939735090226],[0.8227013138713667,0.8482696415452713,-0.5895306440709518,0.06693126154765335,1.3029376761559182,-1.299626112817924,0.394109509550603,-0.31277265832087625,0.9903776696477679,0.042236220445385074,1.1072610799264913,-0.5320087358391402,0.38729811251460977,-0.6809650066406531,-0.5442373973745114,1.321923440255718,-1.1857481610039386,-0.7802900632949612,-2.169638207277135,-0.050733053065968814,1.0428008229072963,-0.5347198755241349,0.5410788221878493,0.4040381227808964,0.9226870316745591,-0.725454357795236,-0.15043071890948584,-0.1101189517133306,0.456587965201142,-0.6062581176388935,0.41416218050310594,0.8945484651121326,0.7264700280258826,0.513478439398799,0.250633616395441,0.09958725495945195,-0.4866488011828441,-0.27851034606353536,0.11854690120254932,0.6325176968171361,0.19689247848856936,-0.690972306025594,-0.6663592727771132,0.9300602940640196,-0.030590066337869558,-0.7489154833124253,-0.23482278483829042,0.4704569798349526,-0.6663415122038567,-0.16909496421438183],[-0.35341905301231885,-1.3830436281872431,-0.7102264089286134,-0.6847586966214655,0.9683631351929952,0.27784708943310216,0.1269751757978465,-0.2214719612064655,0.14506759134104935,0.9116178213629031,0.6988692452946982,-1.5436658662429694,0.09494501683993614,-0.995091042137803,-0.289703941194489,0.9729705953617239,-0.44940728687597753,-1.510126996150347,-1.417910875841958,0.16985524085221632,-0.09594454459135064,0.5445779282149977,0.5856343479096481,0.42455257955685904,-1.0938243503994214,0.22429441903522163,0.1404658785946641,0.018875043558945162,-0.028089330670345847,0.24660096973775736,0.2861986189072393,-0.5336534739162997,-0.7968364827390867,-1.0679035225487796,-1.0916122620928328,-0.682896844641922,0.7113691364217717,-1.1168378047881686,-0.8817869505905461,-0.29161951737663905,0.6335527122146064,-2.227925269937788,0.02506322472194654,0.42225846427949354,0.027928753016204635,0.8155822739864378,0.9733993078828932,0.7787930313359336,-0.233501895945196,-0.41039802545301846],[1.2377756822187005,0.23928037995735854,-0.3524026244083545,0.9559846935938504,0.4473312615871911,0.38300272051520756,-0.07709401170565346,-0.2780833917422052,0.15312789051948317,0.9971533576023444,-0.27916150841098136,-1.6492320424226496,0.6365089043681652,-1.3074423915523976,0.6842312265990727,0.38255326248716753,0.4345127574734896,-1.116600591411779,-0.07861951703779946,-0.03626082382514637,-0.2827836193533037,0.9741501484774101,0.4527519044484249,0.15336483418250177,-0.37170313048492226,0.8403195203526912,-0.7855868890189052,-0.4139024999977791,-0.11658042663723019,0.16649720545426253,0.31468074160841664,0.5781245695072393,-1.5340837891636234,-0.6823612470679158,-2.15505302586273,0.45440664595378716,0.6260158130077543,-1.5778468432997297,-0.2043082519700638,0.41583027346947377,-0.941243680124818,-2.63361875557145,-1.1267193261639095,-0.018683341192339036,-0.0822804078529424,-0.6162506469431489,0.7233846069931086,-0.9681541106654176,-0.08002991412752361,0.7657732026024439],[-1.48145395883399,-0.5865119156716119,-0.5602759252495525,-0.9071159048160635,-0.38595507955031444,-0.014490621626894466,0.5086513488964117,0.7432291661229992,-0.41903380568430987,0.12978995111312144,-2.0329473055487224,-0.48735434030856956,0.39661729261725986,0.783628584749786,-0.3541023341257593,-1.1125519374717725,-0.03180706600690146,0.02077511935536857,-0.37290907107402893,-0.691378422724747,-0.15607925637659972,0.3910025751609577,-0.45290178429847494,-1.008330238430357,-0.9953174292116278,-0.4444858746639516,-0.3009233793573024,0.7744542631324463,0.5069808804189948,-0.09844671008968761,0.33105063404433294,-0.7484763500764119,-0.04753022209356042,-1.1311723815229633,0.7096447089295997,0.5644727049623308,-0.07071829961752163,0.890724346896651,-0.8324115243379213,-0.6757052440463233,0.5887587950004746,-0.40130964368042316,0.28883440538967703,0.8638198257449329,-1.9727136465940889,0.9063359620830955,-0.0063957044517240135,0.3802108539819577,-1.0156543235587727,0.21301702694866123],[-0.3786294869373474,-0.37288576249901517,-0.1759158636450821,-0.4930025051698996,-1.488288464606539,-0.02451869816200237,0.5390686119897863,0.7803472073691481,0.8148296656751558,-0.36452128938141737,-2.4600503887431016,0.10945871292089365,-0.43705032602327565,0.20548022624164644,-0.36239824830888057,-1.4528798632298967,-2.747866843724743,-0.3701752328957292,0.03331649250240313,-0.8848030909925785,-0.15781144840604835,0.2575149602299414,0.5007686770506096,-1.2023237658834947,-1.2770521423145087,0.8406618757806298,-0.4054217960904159,0.3393268227700768,0.7235370360657416,0.425532416819234,-1.6895262641847801,-0.10073384981298128,-0.8006238733309154,-1.7926682358200796,0.3915992831321364,-0.787397028622003,0.5729401409707322,-0.8202524714860788,0.9314428201861804,0.274429588149202,0.4920200444370792,-0.16120277238097158,0.34611728866972286,0.46768493461166594,-2.6961567855876383,-0.11568786869027552,0.9659074362078736,0.3871990939225628,-0.45074614232609095,-0.17122550297054437],[-2.3730101889355923,-0.19653798956346416,-0.5133884646181582,-0.7451415110654713,-2.0633085637326505,0.012970884118936894,0.15937379840549565,0.10193112436775185,0.3035743348453292,-0.7091457994435886,-0.6938382937966993,-1.7143843256570146,-0.13154267558604602,0.5960173910510285,-0.33095105446435663,-0.3344247392289878,-1.3881494816795839,0.24511471209834038,0.48722325886480494,0.06507645620246219,0.24762568700421247,-1.5352611881934608,-2.0038299506220927,-0.27292929803468496,-0.871347064470795,0.6975280079623617,-0.10960539505980901,0.05529569482559175,0.8740635634748111,-0.8805088143919421,-1.233097979116076,0.7322424319088885,-0.4801354500735919,-1.5632436207729905,0.1522245377737893,0.4400309819793439,0.7168438553698059,0.5689209754255626,0.9790534054915023,-0.49696547887999526,-0.5417042155143562,0.36078325480713347,0.3627427929950381,-0.6218292113747043,-1.9987799954850998,-0.45491615509336125,0.5068311601260341,0.4670909936131527,0.6435195736509755,-0.21505635171394208],[-1.4702786966077215,0.727342899604706,-0.23248241412926118,-0.3829333748147785,-0.3936848468103109,0.4498772840774807,-3.5039838036952005,-2.5816292404062287,-0.24010300773899287,-2.478950305151846,0.34481694041495375,0.28605736848801955,-1.8447301935621723,-0.5220911427611131,-0.7521211919892541,-0.5938094614624877,-1.399968704329279,-0.4209967211053738,-0.33542320231458855,0.292473273574892,-0.5709354244740867,-0.38472406779698487,0.005695708525058021,0.2900915222764904,-0.5012372462246675,0.7120097348589015,-0.5424281083171291,-0.12659647637577884,-1.0040503810896015,-0.1417408533003585,-0.19459935060666703,0.02267923122535031,-0.055078775883636494,-0.9850607613851101,-2.4721551310137015,0.7993100386357807,-0.4000235049864095,-0.3729235241943833,0.4884955070587917,-1.0377838451914425,-0.07012181726012351,-1.4715550452581307,-0.0825235823415474,0.9675522812839296,-0.36961467546272503,0.45122517717203575,-0.5653576965876678,0.15952073763118665,0.7716895632827622,0.22958606265822892],[-1.6670971606589198,0.4616782793990499,-0.25535434860752976,0.1824885828322734,-0.5742288251950217,0.5266078427218223,-2.424701727795619,-2.627205125336506,0.31309914832671665,-0.28139006507738396,1.16380599970445,-0.8087525565861533,-0.35046813592528625,0.18295767023021878,0.4792842446659108,-0.921431573432219,0.44423722731614046,-0.47118067329840363,-0.2935774229261963,0.611773637965446,0.2533478298110095,0.6587662361992651,0.12249269524200698,0.26635504389609543,0.7090965703941919,0.7470604782846013,-0.5175502226448733,-0.9334397519726522,-2.003023445042773,-0.6831684750395514,0.9133863509199691,-1.686940507780561,-0.385640777898779,-0.6674277203653506,0.03729425533301648,0.9847736068961477,0.6132213862474368,1.1334984050630426,-0.9322147062640315,-1.2092807268925188,-0.26727919498633784,-0.7203723095914563,0.4043467952654447,-0.8495681255127762,-0.29010162687920005,0.30242627223236185,0.3971991050095052,-2.2269437346718575,0.4603764731419212,-0.9176802842064259],[-1.0493752379742753,-1.0701725598421343,-0.4243807362747164,0.41441180199928873,-0.0777161553075705,0.40110626489942497,0.37090064048263627,1.098387023717595,0.7981979652527283,-0.06432662281433854,-0.5048780728311202,-0.8979446181373751,-0.16714723803836715,-0.4639012218113479,-0.4538249677900076,1.106790269322068,-1.190836279182358,0.34886027641807327,-2.082357810980628,0.01602083535571877,-0.7784460072888346,-0.8052825428918123,-2.1910079033955747,0.11051318748609555,0.20435646024679657,0.1279775762104158,-2.7896070737757768,-0.8633430598939027,0.27357592358860916,-0.38807564518132304,-0.30847800634158357,-0.07726217378997033,-0.08669003631331643,1.2384547878378658,-0.49794979081871743,-0.4234094799042072,0.37520546604429295,-2.1196586179866332,0.46495981014711046,0.7586990760990632,-1.6005929759296744,-0.6067515107114202,-0.4309634958914718,0.432602764942857,1.036191968584276,-0.24252260211139387,-0.24500585348836948,0.06885096974990855,0.37905561299995105,-0.1726289251489806],[-0.9028967022136359,-0.32905521436480306,0.4487382843084796,0.44369972641739575,0.2929041673230709,0.8534079798573168,0.8438540631405539,-1.7241269406284547,0.04843436182977218,0.2127491031419769,-0.5626924393492813,0.9666473598881783,-0.33689134379513724,-0.36147626181820386,-0.012199943854377872,-2.500666222455929,0.5951504549349348,-1.0295175894737953,0.6205687889763334,0.17763915587659812,-0.836679539830075,-0.5578187980497324,0.2756736556260118,-0.3112905948803986,0.5122020958427963,-0.009787168734997388,-1.317424747370167,0.36709508136636526,0.5659066673240665,0.7053300132167647,-0.011728344580296902,-0.07412892959113648,0.40793700082525775,-0.9868066171952621,-1.4653607921679423,-0.29668417619640514,-1.2443649264363104,0.6560164851757586,0.1631944503570525,0.5461209338726819,-3.058804953702744,-0.7045720261340613,0.46422154334365184,0.3548960812651161,0.9453893339671299,-0.23298046173915343,0.6599195937693445,-0.3807778892938156,-1.624223444685344,1.1116928084292863],[-1.0792578041655947,0.7212051928242791,1.0770020490061458,-0.15992017708703476,1.0118513033510936,-0.1060392175473553,0.9058385811466251,-0.2482437651285058,1.226626259321634,0.4014077225585112,0.019689014233866407,-0.740184444287219,-0.4330386770278861,-1.5895227972576402,0.34745331455401846,-2.154340491966774,1.1766321940559699,-0.4031284849371776,0.4865768831919432,-0.40365600272714985,-0.650794290501043,0.6526272752994837,-0.57977524297154,-0.5714727673718791,-1.1696531670328982,0.791160237836056,-1.0906707982362596,-0.28304840991148084,-0.08612099364125281,-0.9605439833729992,0.9051184942716738,0.028278420545449844,0.10090847975109309,-0.850868172332038,-0.15731476369716585,-0.23309670427029588,-1.6849557763193814,-0.081676647892003,-0.2516903760466317,-0.4126549583199316,-1.7220821297535778,1.352060661183874,0.6663114069769985,0.3660062611392553,0.16387467270876283,-0.937516405474038,1.0970398682839198,-0.23467734788141503,-1.0774607782057686,0.8852382123067548],[0.7284452039486077,0.5928492397516312,-1.3527352542328157,0.9474486240101488,0.5040000974773086,0.12861586136210001,-0.031137918078921512,-2.710705535442531,-1.2634376877261584,0.41786460359032995,-1.4724668632341025,0.02940164187518354,-0.3043069507123906,-2.881509958902612,0.2905981900818529,-0.01293978992632079,0.6519526616058228,0.7097985954486138,0.7873666563413101,0.8128748094513673,-1.2183490185632586,-0.5143476384826023,0.866535608672638,-1.02861404662831,0.7332229197375635,-1.0096169836083189,0.8463700213457656,-0.2452746738347458,0.000904442645705952,-0.08345481897171388,0.7334944641306474,0.06024547059676871,0.8792571694412161,-1.38985447907903,-0.15146470974371504,-0.11628135416843938,0.39244376717027896,-0.6355825465150652,0.48323590987144915,0.6305174874463515,-0.05599046645915211,0.2821554246532325,0.1532026981757915,-2.2899926902318097,-1.2572603350671578,0.6369285376026836,-0.4911925010068651,0.7001418922342119,-0.6099980041339297,-1.8286331575009251],[0.4010624897487617,0.7341971079371475,-0.7404813525865753,0.4006628014943806,-0.7030542138031614,-0.40437841229848637,-0.7314821054891281,-1.8283472056603194,0.39367532617290096,0.1815798585647704,-0.4183693441757461,0.8139802973012797,-0.44515990068980216,-2.127106040627601,0.27111917315601464,-0.17911533049482253,-0.1118604928378664,-0.6684452293347961,0.5429073881606586,0.7365564472413896,-0.7648680491713415,-0.699917241855864,0.34095630416467754,-1.035748853151888,-0.6451230747508526,0.4170747073807728,-0.693163492309828,-1.1745882246866879,0.8965266375474483,-0.9143073695823822,0.37053908583358836,0.09416703123509716,-0.9886381751421066,-1.1108252179056757,-0.16302762030594528,-0.45922861431359435,0.5260943449704248,-1.4505621644789948,-0.40831051076194663,0.4105101940245701,0.5870963485891558,0.7448767818473718,-0.3668691125051728,-0.6537159286759088,-0.9614586663118254,-0.8884953997395828,-0.2168220447884115,-0.9546682714064426,0.19252768670281262,-0.7891718120059158],[-1.567662123360744,0.32357385454082194,-1.386105057759102,-0.36190508477518407,0.6723980591398878,-1.292497391920102,-0.5966613287836375,-1.101243769743186,-1.0595782897341413,0.9903305804629466,-1.215157049312873,-1.4610799776154824,-0.3712284246834995,0.5613588232953935,-0.12156364469735831,-1.144659290146055,-0.7734551981251763,1.1196111044584818,0.5860761494273077,-0.4860511663575144,0.6503911201030191,0.06726500440040313,-0.5714244807344943,-1.5133709245754225,0.6016895367207882,-0.1459125417716613,-1.012480336321353,0.1340433401725093,-0.8054749178371331,-0.5514221844288651,-0.9264022098498661,-0.7371613885752124,0.2638362233178205,0.4497955622057375,-0.3168897281785438,0.5933061022918069,-0.7700767891948279,0.551819052825923,0.6499636499656533,-0.7902212134099525,0.17155965431678366,0.4076069975314815,0.29348134190796066,-0.41512236304350175,-1.1813394904430163,-0.8955640703499914,0.5508844716015769,-0.2592273050423124,0.32389274565689924,0.27657922307767585],[-0.680065953387044,-1.4176089567904069,-1.180863684352111,0.030240405881780404,-0.21241214006475934,-1.383664425336722,-0.4068609057398051,-1.1837006999427324,-0.7431024111784263,0.6189864604603984,-0.8850944807856163,-0.16690259551896747,0.13292861980620907,0.22678492519400897,1.035428109997882,0.4061032519747172,0.9706712593958278,-0.29613845450820636,0.37748165561418917,-0.5375286779612213,1.2281465624380359,-0.3130803419278064,0.5993672355392391,-0.4689811211978473,0.6957239251746377,-0.14884105679275805,-0.22227732075527676,0.3293661539583819,0.6822001314219593,0.1786785074626949,-1.3913034025972766,0.905546858336078,-0.4147190239289646,0.4313766412740361,-0.8860705507244614,-0.7053738976872773,-0.5469294612810782,-0.5207810361643426,-0.4282360559705565,0.3298043068539783,-0.41951087281451105,-1.6904916759488584,0.1000997292338041,0.06337180629965086,-1.3745745592828724,0.7766187483030473,-0.6393104778972766,0.7392684069778954,0.03223607045056457,-0.059217670408366146],[0.4193073187158075,0.29872826339786024,-1.125071461216332,0.8150857411697122,0.7529166260500614,-0.6092620194281918,-0.22958173526117037,-0.86119346218112,-0.2173944412422498,0.5179909201149374,-0.5043632292055613,-0.2783809256675589,-0.374932046349733,-0.8105931485181114,0.74233647210724,1.0109887771747676,1.6382157421125378,0.9308128901483311,-1.1354363261337643,0.12423264950322377,0.8869432660278841,-1.3104458060991602,-0.03384937356644287,-1.9513959713431128,-0.37815156270371214,-1.0476868084657158,-0.49567896956652446,-0.9439057463814305,0.4960919819737327,0.04583884590438842,0.9805497236771721,0.5005195107671452,-0.09153784282712259,1.4044996047772038,0.7700760745858108,0.2346534142904726,-0.6623159157810296,-0.5180226955572401,-0.037539435921390335,-1.3952837886146183,0.8698908864839587,-1.100862624039748,-0.21910500864213048,0.660039579482267,-0.5662112190374287,-0.6339314314356841,-0.18939238591289215,0.7154601909108494,0.5854717400705014,0.7836227646299735],[-0.7036912789073234,-0.34376381912139886,-0.06458420265187935,-0.3048892109828332,0.4620575501770757,0.3837960163085776,0.9661960401428775,-0.4608801977780084,0.3959287441711566,0.05109563638657468,0.14266869868272894,0.8036286142541321,0.48656313048391214,-0.6305526406185153,0.6228578638158593,0.34437382625117113,0.38705294022121167,0.28404427714574243,-0.8078296874524445,0.9235120250208474,0.879557680205015,-0.27027746636155137,-0.507757839445262,0.6281241911376078,1.1820769074197017,0.13806245225298347,-0.5328186231974972,-0.3634578430020951,0.009500323756110537,0.3039429991305018,0.3153031032475038,0.003891758655615735,0.36277275269494463,0.5501696085909821,-0.7713305206632386,-0.5524390320561521,0.42820714327438575,0.569768540333225,0.7453210420718132,-1.245415186282956,-0.7531521541106293,-0.227772201585382,-0.9571554231164376,-0.8061402620615933,-0.5872091778315638,0.7675268260271526,-0.7448636678908235,0.2583136386034304,0.6759225371942298,0.3115282497612902],[0.19776259213609745,0.039165208286662256,0.9137943158377635,0.584284227370398,-1.0134737358255839,-0.22791071393285156,-0.7053342705443313,0.1537061879098308,0.533777567153426,0.32119290697063557,-0.5366028800665804,-0.1714617172046218,-0.09457529049139944,0.740779074604879,0.7648226893979925,-1.2135948074547913,0.3659727541471424,-0.04910526170101211,0.9145872639018225,0.16371530576154836,-0.9990703594457918,-0.4705573204980974,0.11218909581013467,0.8577161611817676,-1.045942637971149,0.1307771930680311,-0.4556987885304115,-3.068315001043733,0.17675056800847008,-0.20968119240687288,-0.7866354623401604,-1.254722498881497,0.12338551572986475,-0.5870726713638861,0.04649628218377189,-0.3996432194497962,-1.6548940164475467,-1.3033434654484424,-2.663634469820488,-1.9740807685605337,0.31930514728271064,-1.2448952364238837,0.12980702980888228,-2.9533696498315165,0.31874190344078557,-0.15962736376822714,0.1447058032802571,-2.7393904498516557,0.8376929715725562,0.7164782361558881],[0.5640600530830477,0.015596883318336176,-0.28353086846035347,-0.07493006525144437,-0.5404281246891859,1.6235523662995535,0.08397908260475194,0.6327440653522097,-0.3499575933769884,-0.08474275153376963,1.3955382706537331,-1.4009978612370786,0.40673032589053765,0.7559276515480235,0.7671041893046879,-0.4718420382605203,-2.386742276054091,-1.4857661556092479,1.0974189965368215,-1.819189287160864,-0.5601647300052663,0.4016779394509907,-0.5266858878317198,-0.31892609004407213,0.7648260250787033,-0.5295548337427206,1.378022906657573,-3.4902281376381405,1.0545918970378165,0.04242406687812532,1.2405688710382183,-0.15332948267841853,0.443664812736765,0.024252688170074158,0.6272687275787254,1.1537853398746791,-0.8868384747473922,0.6795130337906929,-0.5419113933126629,-3.4208019467709607,-0.17807712908505904,-1.2277078892274942,-0.7570012343486985,-2.503004782488063,-0.4284668386137017,-2.244968244864877,0.9118537749775008,-3.126958662171091,0.26446822581942797,0.9112571091411107],[1.0991619968407913,0.22634602298286566,-1.1011420561270004,-1.0367262524962333,0.9983901837094679,0.4247253066478412,-0.4168970618793825,0.7034386760055144,-0.05176184971476954,-0.832316105741065,0.18269591614879638,0.8591482207163947,-0.8010798173885338,0.8850656009585993,-0.9650005281337067,-0.03161622863518947,0.0430422616389731,-0.1398292091479532,-1.373750231218687,-0.21106300614596127,0.7669837801874717,0.12903059767537997,0.7790486317606125,-0.6566551562934569,-0.46486359533089006,-1.4860606564140908,0.287729210724391,-1.9269971765280822,-0.7289603192108379,0.4206004805050413,0.20856782746290087,-1.509619736092652,0.2765654322254718,0.4959226626629395,1.1745893501126838,0.8149258324651087,0.5318555889711564,0.8270156641958955,0.8176017296493043,-0.4750562790205603,0.7123005056950298,0.15514828339460393,-1.7489894977806137,0.9625124210992022,-0.20853059646285627,-0.1719331479792328,0.8754622964870031,-1.5857333643347327,1.2654253887264537,-0.6927951154253772],[0.6435153715995413,-1.4983382101046772,-0.7456728571878362,0.44723415037246694,-0.7733484875116354,0.9160799695972324,-1.1447801959596364,-0.29729494612166346,-0.1861026561328651,-0.943198659122703,-0.6990008593282557,0.5420441987443134,-0.26729156606291193,0.9026950907457825,-0.7015405907728096,-0.14817289184853216,1.035314864774448,-0.4926630157842464,0.6624045642309548,0.4465069600729946,0.21120624700528295,0.3838639375827971,-0.6337291202127161,0.7431274556002183,0.04787216084763116,-1.5152436361279855,0.1082037361121702,-2.058004934810889,0.4723120823929535,-0.564080393305706,0.23956561296590423,-1.4658767763734633,-0.8646343096611725,0.0916151972492629,0.8713331530561397,0.874736876850406,-0.43735695614711406,-0.5534298314615184,-0.11619132713198886,0.22037769091867818,0.6587516117263048,-0.6313824008946821,-2.0849704493953616,0.4424168744242161,0.3416566363537003,-2.289136639783343,-0.760923063053203,-1.1603420906677087,-0.5918664844931139,0.27573575387316723],[-2.9302763881503604,0.4521810147537606,-0.6877957756886189,-0.22070704094478288,-0.9562702599551162,-1.658049859400081,-0.2474800776881315,0.5394021996875069,0.6092603724168262,-0.5756228567315205,-0.019420512314924653,-0.17504439485270698,-0.49367755893819365,0.9125674278628014,0.5150762109144423,0.6444376683275116,-0.8826436585230072,-2.627678198582183,-1.1968014902359991,-0.23325811373562946,0.6563369051118108,-0.3778001292191226,-1.6591649857527917,0.6782946218278246,0.074611068162099,-0.9760910725660471,-1.800569073584024,-0.042440188563244635,0.5278174670273973,-0.46140396942242945,0.8408667486330424,-0.4290176449814932,0.8383637195139122,-1.9004997692322616,-0.6167980558088542,-0.04087222301067284,-0.8477063973169848,0.9802572649932588,-0.47296616204312963,-1.1609852236097569,-0.6593300547898125,-0.6207456293130698,-0.2343543587741453,-0.7492700102844136,-0.764409169786068,0.26962521872643497,0.2749457479400383,-2.242041737151146,0.2639439926621718,0.8280694947446662],[0.47625671787890184,-0.07792968361031626,-0.49227430082785945,0.33603456104541396,0.8941005559793205,1.0798654785606796,0.05031169683294804,-0.45601081319253844,-0.8807319016308253,-1.3508008819398747,-2.669460507990105,0.4776154814187194,-3.3602809991201594,-0.14038604771396887,-0.6852728922329316,0.26921641705788735,-0.661764739757595,-1.475934995018056,1.2145242440739965,-0.8938819045837181,0.8751904605712922,0.6328880899254613,0.16859732052083432,0.13699165525213675,0.2660402757295414,0.7473852202275033,-1.5039441719446627,0.4260429170728163,-0.6548436430163856,0.549889560698527,-2.7653001147390874,0.473584332105408,0.49968842345303766,0.047223286105362236,-0.025797344919646352,0.33490829210616424,-0.03985484806961169,0.4948417745314244,-0.9655872386433632,-2.2616313067060743,-2.3370000101455095,-0.4085499840954892,-0.4454830527063486,-0.7362130285989641,1.0245955433089329,0.7612331289441023,-1.1012475772041637,0.41457521843653344,0.1860055703628613,-1.2283256739546022],[-0.30891717003805585,-0.8315885317371534,0.3162244195229421,0.6965093824477595,0.19926646538848372,0.4165246834012356,0.957474253958156,-0.29644471639050557,1.4886529556745114,-1.9387112628745071,-2.8144833886198497,-0.3129970982791205,-1.4241819766087125,0.1181317441676829,-0.6282535145832652,0.9394273094865033,0.4476712866602194,1.1576331301349088,-0.3503668056165477,1.0844027704105121,0.4193687892395531,0.2727521474229834,-0.47447844857179533,-0.7306285974867837,-0.6269339225129014,-0.5591181197333026,-1.4616169364544198,-0.036410660758720376,-1.2017181068693317,1.4429289616249656,-0.9353807835916744,-1.573095495102901,-0.22558765903861483,0.10732942518154742,0.9947344152981028,0.9651648294013341,-0.2838485976268804,0.5337910780032281,-0.4793072710318491,-1.8818916552647629,-0.2727084490369332,-1.4857876635966765,0.7120327562950763,0.7649562767382709,0.8945840177781779,0.6288819520824881,-1.5521616208308535,-0.3220143468899656,-0.6565826726058963,-0.03341514479172396],[0.13260438727657928,0.360567244959865,-0.27002439634452274,-0.49337552794239364,-0.3187242760609064,0.04498082878854824,0.7651373548740514,0.7808926781698724,0.09019098822475446,-0.0801662129963023,-0.11403675088569883,-0.5780263455599716,1.346834896055273,0.22219287175078098,-0.3595638890512494,0.5970016201245056,0.724928886763431,-0.33646223325963304,1.1445933284029632,-0.42276790185199126,-1.2835678105996107,-1.074286974580854,-1.3439039575894964,-0.40710599129879377,0.9480893595033564,0.693406975223383,1.2041879724760607,-0.4384579357472824,0.6968354375742728,-0.7937698767852936,-1.2831371834415195,0.4606512490297963,1.0169401824539688,0.4731950625733755,0.8787580676179302,-1.17739785630249,0.08350168969042732,0.1959530720622137,0.48362753284029913,-0.1869531155242186,-1.6907318269147995,0.34538734055858755,0.29852942223681034,-0.20439879970392244,0.7068291537765808,-0.771498849245938,0.46772502354564527,0.23706900242600895,-1.9393161908460852,0.5486119150899956],[0.9430954311885669,0.34502792552739947,0.5792206625372687,-0.7547470172534313,-0.7024713898117516,-2.1897404001245695,-0.5049447542560329,0.5343828675363558,-1.0452623209391458,0.9355301788508824,-1.196782133078445,0.018486566808747353,0.8679545642308938,-1.9676364223194678,0.1625934170761618,-0.746397853684045,0.6725516024314535,-0.68584464103711,-0.8118390154139281,-0.5139124443363081,0.12788186444130226,-1.1628879097280391,-1.8421154324721212,0.46559762817670053,1.0420837430969492,-0.6347836920986694,1.2081663133934277,0.548092434065045,0.8714847617706778,-0.6396221646930897,-1.91458870892987,-0.039266229604639824,0.737453686428201,-0.08362324724238254,-0.05684997926409073,0.6423343606703551,-0.8211415360893399,0.14779008451453898,-0.1150595911470249,0.9201463949614356,-2.0906552319244107,-0.23959647941422735,0.10718269479740966,-2.1718941195976327,0.2599941832338478,0.812462199599212,-0.9961357674957461,-2.1356325510410366,-2.657354099984543,0.9580444907969466]],[[0.47870431805224833,0.11192483095487162,-0.16043039619473512,0.7630051027075833,0.13748294172493056,0.8986180216307504,0.08040772486356419,-1.032327351207946,-0.8963820875110725,0.2903470593080321,-0.3436506150064968,0.4320368175694493,-0.8833684456689592,0.0409646634932191,0.9040340129763325,0.46676559351905805,0.9075022158674504,0.2856919297942529,0.8933667149424337,0.8919898313607686,-0.7685716734127909,0.9339741499891899,-0.35910926596563997,0.4954547803994357,-0.4843687607722677,0.09892939067874963,-0.2704309049257167,0.9732442079608026,-0.26973294527066355,0.25293397348761565,-0.8086090493429566,0.9308486264524037,0.5040884863895818],[0.4024740210681744,-0.2128691419769754,-0.8436667781790529,0.6198488606768874,-0.25626805679086817,0.24071115769345033,0.31437905617247835,-0.5582119821141954,-0.028345332580560278,-0.8086291484934506,0.5289612664443006,-0.44235516491579324,-0.5715556767583649,0.6119409577828858,1.4474570995674474,0.17673594860488098,0.20610871963812052,0.3748103474987681,-0.7457527997675533,-0.7229319158984047,-0.7403636383550211,-0.5992936185198109,-0.1919777350717645,-0.024774012767636158,-0.14060498429451382,-0.4216115568492531,-0.05589424987005452,0.5797411858899064,-0.7253186047548195,-0.09729066072665842,-0.8314287326266736,0.3744002663677705,-0.4269578671868153],[0.4613775877372696,-0.3219672699058412,0.16281364433953954,-0.7881484035093266,-0.7907302070336951,0.014656205258962846,-0.7811072386742418,-0.9945415634027224,0.02324104880278217,-0.07365599567611487,0.6648897852730659,-0.23575331339321073,-0.6650099984034381,-0.41419646350881567,2.2557827781402566,0.8507004891896177,-0.3255805766383317,0.6944186546887912,0.572610813817054,0.36715997961174474,-0.41713192971113927,-0.9222426805264738,-0.8136657966758509,0.3923308060352103,-0.871833871142847,0.5998800362496006,0.45217532603096205,0.6816705555147281,0.6963392047727243,-0.04555133574968259,0.6731172438221686,-0.7381915517174233,0.5338376133383655],[-0.33249402403343964,-0.9377261830521293,0.7467938056890596,0.4976561746571309,0.5792709717285733,-0.6192067557902177,-0.9296895844219804,-0.925092251587661,-0.7393980050278448,0.10801559404696794,0.5177817586557987,-0.36863508190487565,0.49345233203380906,-0.7648301920976472,1.3110412702822931,-0.24057922163803122,0.022651153421926435,-0.35801517818915013,-0.45826207943226666,-0.20107887025767815,0.4817533265933981,-0.45731867162975104,-0.6069288234085838,-0.34087418126337066,-0.21327725237707304,0.16169144404087143,0.29648221282952625,-0.6330679507960333,-0.20457376797511165,-0.18653103975414334,0.9494750671804858,0.8407115546068584,0.6277590612724374],[-0.004168291722019136,0.9089164030340652,0.6879012859050769,-1.0137073158957843,0.6974409797443605,-0.4658013966193441,-0.16354588143498747,0.43794879039277096,0.9252227573271433,-0.8640534610232005,-0.17936376958605404,-0.2083037336056263,0.7465619478559514,1.696048659851419,-0.9830930869848685,-0.7517315497182545,-0.8337233837204399,0.5855678926733311,0.3313725608735535,0.6867319537917729,-0.8271665756443336,-0.48111202185350643,-0.9095765998970456,0.2998966963760435,-0.10564136929502757,-0.33174994167937316,-0.7489893918135423,0.7686680132820581,-0.14299815499890534,-0.4299003232577005,-0.8726079364571345,-0.33076758945079915,0.8716574712727039],[0.8903219478980692,-0.9369523362828903,0.35230243392706534,0.21413782016680602,-0.1015946478344051,-0.21177099054582055,-1.05027748826816,-0.7640920459000661,0.21659365626614413,-0.2867597953276471,0.26239323283731864,0.5878289172468343,0.6077073640970341,0.6226436874558094,-0.03542634272352291,0.0038982387960351077,0.8884979768517013,0.6668315803705654,0.018111478384295894,-0.9277194560435579,-0.07039921430454038,-0.14663187877139,0.8648453723047227,0.621537358039198,-0.544610118790772,-0.7651354512916724,-0.38770835763393147,-0.8341612117405903,0.6897352292064228,-0.5821954764444278,-0.7382805910137512,-0.013005471789406265,-0.8199638050409264],[-0.3114539120084866,0.9168819914103914,0.7004286556911707,-1.0171090816579396,-0.442166029742698,-0.8139551304498643,0.4946638150002178,0.29480048508992696,-0.13979255207717506,0.8752502517427656,0.5670191364850313,0.8895771797832656,-0.9551525945063187,1.1870199336337683,0.10108080712189109,0.8154378726930517,-0.24665662318977036,-0.9431800883203355,0.240900235214711,-0.35957125795377776,-0.27593784225352325,-0.6628167259107888,-0.9068556144914044,0.10298023546224458,-0.1911876497612705,-0.1403872985165989,-0.6230551485469649,-0.278392989232055,-0.4192122083706656,-0.8478983355413002,-0.31144589348711776,0.8330642065489462,0.7125401740026855],[-0.7480368101386494,-0.674075027677764,0.11475006776593182,0.5485640652527626,0.3798540512242509,0.6841378297696001,-0.30539533349254777,0.04866690776403306,-0.799830783452815,0.5772936000931626,-0.37691902651247067,0.7547245225839163,-0.0757352493526246,2.1434528468790033,-0.9326027046148752,0.799844909198384,0.06334557576819169,-0.14407240806653582,-0.9358221693985364,-0.9050666536963626,-0.32643787662610146,0.9132656780761984,0.1307649706907666,0.4141282234554648,0.49052299273504046,0.14070813923193923,-0.7575851513348362,-0.605933827099114,-0.9627625103267181,0.3684447460664663,0.14387437072466294,-0.9557372026133167,0.4542120868913542],[0.5898871002865607,0.06824064790440701,-0.619617219854629,0.8421645805557822,0.04014367828594743,-0.2631423616414645,0.7608131103470709,0.25559985282789804,0.624427634065983,-0.5486587940305858,0.16990598172216004,-0.4953475755435544,-0.4940625598733874,-0.6882560188652512,0.5169196544799357,1.627446080154388,0.3101068653487162,0.8219434078196349,0.7931024609875781,0.19286398461605453,-0.19294085977982067,0.02604213646476192,-0.3942156432217188,0.5897148546563885,0.6318914167114343,-0.7816079382418529,-0.47051565649673066,0.9313267282047861,0.3265832226724494,-0.647843927701563,-0.9200922055169627,0.07991610455409379,-0.4060337212277398],[0.936929587348204,-0.06542654915814146,0.14118577421068051,-1.059489642347028,-0.4479545362853028,0.46263106671331444,0.007963111939338904,0.1111140312024463,0.6643742554904897,-0.6435681751898721,-0.2369849086442342,-0.8595378831019297,-1.04241048553374,-0.8462932601114376,-0.9300592030505667,1.2464734910156816,-0.8267611123134985,-0.1418145085403034,0.3042608484002946,-0.8319325536061578,0.68192304671223,0.8456018722969111,0.34350342378914267,-0.5875384231719516,-0.5085391414462735,-0.843754649524807,0.04217421035398921,0.7383854141433149,-0.17253750035545135,-0.6123852322521164,0.6193976950654823,-0.48646065976563546,0.6798303665067251],[-0.048196183405646326,0.206208409565157,-0.2979848257615474,1.8030701951217663,-0.9636884650180747,0.4524446311904246,-0.10681728093424304,-0.7434435236105817,-0.6640758521452561,-0.8696157484340946,-0.6426797402071417,-0.4330656815830062,-1.0436298939891382,0.38952245105583866,0.7422323289747063,0.034151410266522596,-0.47817051833643864,-0.08688910913290238,-0.8996063385693163,-0.6635258254469159,-0.8311685550019211,-0.7270347178417246,-0.6211111138307701,-0.5260498776404936,0.24452861301906206,0.024664256710093403,0.6964152078126138,-0.1891529019211132,-0.8840464172635276,0.3142462144600646,-0.2729645812264552,0.8062258284803404,0.7977352801928186],[0.4607555879259327,0.17950634187413197,0.22803631261004753,1.1623356681580483,0.08735926061109422,-0.7637401145059661,0.5456021220419736,0.14439804952092625,-1.0317118475580955,-0.0891936056545795,-0.00693279045105198,-0.9323812196225024,-1.0697942475783753,-0.3419117510394379,0.049163403156913775,-0.6879655627418452,-0.6671143273295227,-0.4862287276719887,-0.573890210408975,-1.034211185549172,-0.18144737561169147,-0.3682801959113163,-0.24888493550364424,0.14619949030456655,0.6967025803863368,-0.31336456259238477,0.3979601529745155,-0.6789206622095838,-0.8901011956450978,-0.5299195977978861,-0.2765476876795112,0.5603791113924259,0.4723902653147692],[-0.3943546034162784,-0.891996014476409,-0.9555847341065727,1.527180890130191,0.18210486774120413,0.41979913583333855,0.16672632519937727,0.14422745759229139,0.6196236291582554,-0.7411267964889858,-0.4817150969392902,0.24049877130247102,0.8148074824450723,-0.2678554245691429,-0.7389509345007723,-0.5978507398423876,-0.03899172824475808,-0.8107252259856377,0.7846814141762007,-0.4429848474776377,0.43213821863851154,0.7876154525427805,0.42504886033613043,-0.8587396826897294,0.6672289973493521,0.7211031522967765,-0.12710346253866991,0.4393921277297237,0.7136510678762182,0.9146062025600256,0.829251998075658,-0.8587055504225994,-0.10683918471369713],[-0.3055724219124686,-0.42342434668019646,-0.7907768320353108,0.39639702475129585,0.4020127327387207,-0.509545379360036,-0.5631964479524723,0.48214463524788326,-0.14383472499714037,-0.6307676572670395,1.4879063156044765,0.4073109389982195,0.6428604739122126,0.6018546819039887,-0.9592933194223715,-0.16443076716617044,-0.3339492271422133,-0.38218407013906464,-0.014870651667064423,0.22668827767737126,0.6931399564730417,-0.4178265272714551,-0.9213922568063848,0.8872103786100652,0.20014731736605768,-0.4606296640319123,-0.4428914345766475,0.5704311256037718,0.20670814669301452,0.6314360168356241,0.6213641762086187,0.06586819518253899,-0.23404895028573625],[-0.06852019917569753,0.5454592725013196,0.22391806650965013,0.27891029624539626,-0.3008595768013072,-0.18081369647737083,0.22028241673310262,0.6607459568495876,-0.5312491943505406,0.3748727438550564,1.6091519257492986,0.21837274905382642,-0.5388950774477138,-0.9199618243306278,-1.2064334935869905,0.88811986584192,0.18813804511930474,-0.712575070338104,-1.0587604132251134,0.6395031349197318,0.3659466476105808,0.6791196695218945,-0.5062701884187726,-0.534974439384508,0.05546872117914337,0.20638634317663632,-0.3945531199912193,0.6278119403255518,-0.5936100324964513,-0.2971814323619826,0.6821649102246384,-0.6140423094571609,-0.880212756900241],[-0.7221277195526318,-0.02870910384301225,0.5192533052875113,0.8002096081862943,0.9575604223861494,0.2225042898231381,-0.20161085579731874,-0.4688582565157373,-0.150929020757368,-0.738803580223842,1.6581260340430537,0.46033879023107777,0.568159818288762,-0.23456070134556295,-0.9258108364266814,0.1047701079448621,0.33495803314209993,0.8185826457431391,0.5576277875776761,0.40302189677285416,0.1254476581388606,0.5897494320156057,0.5445940216470577,0.3775962755359512,-0.5666544788150822,-0.4111217882664599,-0.7522252988942331,0.7726900182695768,-0.22862778179882542,-0.6600153622731804,-0.9178155836529858,-0.7231748971623623,-0.8202531155472936],[-0.04527680055804794,0.3044733088513883,0.6666337173354563,0.6608916623802656,-0.3038005765884327,0.5363528150761366,-0.29768321460574787,-0.7584309030539712,0.9520651069889069,0.02190447813339846,-0.6732912699686605,1.425095412801882,0.5837455061389701,-0.0791149410491652,-0.09640613057069582,0.8506522459234005,-0.6772539066954694,-0.7233061652053704,-0.022698822376284865,-0.4467121421388577,-0.6026126175867038,0.5089820537525124,-0.6653941299767111,0.8864973424710975,0.683341523855692,0.6647741453302065,0.9397645070673889,-0.8214131405305503,0.891445244598535,-0.9351160250149063,-0.32670676506843715,0.14054080808243816,0.5728379796050245],[-0.457814871406055,0.8969995183247941,-0.5393659901450535,0.05433550978660283,-0.9072091925456245,0.5863368074083777,-0.42280985466432375,-0.0744390954205153,-0.7355256588061125,0.39504626263651305,-0.7605914475432282,1.2435755935002306,0.5252221084044617,0.38192352864521184,-0.2111191594339666,-0.3449298780508488,-0.3847212600965219,-1.0053398521226904,0.14795402498477425,0.3226788281256845,-0.6370076074324517,-0.04061133006728825,-0.3309694766548723,-0.27370315229997383,0.7518752238779619,0.644610830894278,0.7768758321465018,0.3363563179393275,-0.5950800262692015,0.7858253762448727,-0.8434443178144372,0.4758193373522137,-0.04470110866096831],[0.5369523312036992,-0.6432993953010374,-0.4141391963411415,-0.26947565289872927,0.1780398180474619,-0.11412664190117829,-0.27955484159412985,0.8611109222526591,-0.5375417173871074,0.3875388859949375,-0.07359723788822468,1.3073803634326036,0.5109015072369669,0.5048124854292878,-0.2770993889699262,0.8271585388741718,-0.8373591939832149,0.5433986800213252,-0.886537751045412,0.5271421709890632,-0.6433388260332225,-0.7977807505530732,-0.24540807412448626,-0.5103393183980183,-0.13116507816397674,-0.3266774173923858,-1.025789963515203,-0.9359487131320197,0.8829833425534948,-0.8612323857310067,0.6754910432307181,-0.7228584277378608,-0.4971081159176575],[0.5675630058293919,0.14811575988860515,-0.5470889350470515,-0.6570731331885822,-0.2909074889267395,-0.5270130972323237,0.4470632004924786,0.8490208031460857,-0.416657993270255,-0.27095181847558214,0.46396760430668166,1.3469767712015799,-0.7068745457646308,-0.5073060847939422,0.11905865540844271,0.7561285661539804,0.14177278032285331,-0.2130227007135769,-0.7746362420269386,-0.620917508304928,-0.48261252999051896,-0.050102145719539415,-0.021691479257757385,-0.15883943577815673,-0.04818453872174718,-0.20538505523422226,-0.7330908914162547,0.6553779249694165,0.2206849710983136,-0.9195060534136219,-0.845942266027189,0.008729472718332605,0.508140304865977],[-0.8601853847992007,0.07532819212415678,-0.7239101169599265,0.31190790080398545,0.02541896844157394,0.15721062666503552,0.4625026324264849,0.3038710417177897,0.8234501399412999,0.8138408069561821,-0.6731214326992419,1.1367275912953427,0.011452750942026519,-0.3746538950909603,-0.8097928751247647,-0.5785723193409409,0.41139475450200763,-1.0337614414341507,0.3068344724565804,-0.2573833121317686,0.2764811158968504,-0.14964964787405743,0.7122503681206339,-1.0059124282252145,0.22678211215489857,0.3440353723078814,-0.22718269013378295,0.3368324978497586,-0.4236143540905973,-0.8599320432399655,0.6547264526044034,0.12566944618825063,0.5316301071235271],[-0.7210830514732395,0.8106752117435266,0.14985903199927592,-0.17389764245426492,0.8799713412990904,0.5467739158010343,0.2921891632426245,0.915225254088524,-0.39410652313300915,0.8547442140262647,-0.6728603013973029,0.5562894109101073,0.15305864992392004,-0.8892918045734197,-0.36378018655124056,-0.7402070027086728,0.13536193539005442,-0.29244360558140514,-0.16745143116162656,0.9152777440403543,0.5419946742057803,-1.0218904095650991,-0.01245817690671138,0.9508699276902379,0.5207670645316054,-0.7419317292158066,-0.13156673266160723,-1.0212270151341705,-0.8935079336894257,-0.10716391619121532,0.2525222366259907,-0.45757098679323466,-0.25760720177349783],[-0.18135502685055532,0.03556480108878035,-0.06127642013143557,-0.7288696160811109,-0.8421990879915979,0.00948838662415202,1.620154854322718,0.49877420205681344,0.7558455347409575,0.930254494575166,0.6133070837802764,-0.44728388588333473,0.20569553289654202,0.7372063550397443,-0.1871447072306767,-0.069826677374091,0.7779589708275145,-0.7829693807776801,0.9723298748528547,-0.9958819969418337,-0.2322944250956902,-0.5490221635478566,-0.6490632053166137,-0.16378933450221153,-0.1471143431022557,-0.022254824886093292,-0.9769495150436096,-0.9224139568659598,-0.9292933893459978,0.6227330532512237,0.30464859425199153,0.7323933562087063,-0.7965240283583588],[0.2956258188625475,0.7737112885998759,-0.2745985990420527,-0.048852491362138886,0.36433239339793266,0.5718885495586272,0.33075769192031185,-0.8296703120929354,0.1397977119192583,-0.15114703700889762,0.14215599019904693,-0.8487720206279064,0.7161646842813638,0.7654283683171836,0.30188223073527565,-0.7844231175044544,-0.9941090949426914,0.5959020094611169,0.09962844715196574,0.5405782381497328,0.7245576188080519,-0.07632054173128462,0.5280486881776861,0.40570319247252246,-0.2335032617814545,-0.009802618776258243,-0.6918837363434752,-0.4380333100261563,-0.5708738964657881,0.0637785088125254,0.26560456649028275,-0.41315669123460674,0.4639659201618862],[0.4089870267617902,0.5049499225824279,-0.833337411858687,0.3278670726842224,0.251703861650185,-0.42840651443435007,1.8534795574016625,-0.5276142555189117,0.8335132129236777,0.358378089981409,0.6223041588859028,-0.27710066788875704,0.8467346059856564,0.4109223285829659,0.5235952259819833,-0.39869452650154946,-0.7171396110096175,-0.4511705575783705,0.2567149831551244,0.8410910103909102,0.1399640913119304,-0.5207766078246995,-0.0774489333566841,-0.48989034203876985,0.844900849362857,-0.5992904272145774,-0.46538132386354486,-0.8899510014943777,-0.6021001523285343,0.19060357052962748,0.5706894376319984,0.5494647471379287,-0.4256858783057883],[-0.6469600693468932,0.6128310860954305,-0.915068901861014,0.27872752118476823,-0.326244756694077,-0.0772630439386804,0.027356052658745623,0.8588439260883168,-0.8388580259116172,-0.31984508829836084,-0.30328016380808615,-0.639394887641005,-0.21448394851318126,-0.6687443318720412,0.8973053657550231,-0.8284086437744266,-0.5078275263052495,0.6083732243726088,0.10523562378769136,-0.046332012949638124,-0.24083311126088922,0.7297804415115793,0.16389925889572196,0.8264808326100755,-0.5558518429921131,0.5826924276038932,-1.0282988308863472,0.22175488128502432,0.14286273927606152,0.4470656967687524,0.8296964827977642,-0.2827359971608596,-0.14182746783656497],[-0.5126461156365681,2.086711324394416,-0.047916896861518746,-0.23305411913626747,0.9320314938423463,-0.029910930841371253,-0.5539025107168015,0.9313756628399399,0.007021369189783779,-0.09490886975360205,0.5361065790413068,-0.2433800239743058,-0.80172165412371,-0.06067469278492729,-0.9208830171347733,0.20054962882006785,0.7778485621987374,0.5610750240880361,-0.8183975118215943,-0.24666152782969253,-0.6863986640016663,0.195210668755704,-0.936847586713636,0.8826031500687636,-0.5949105458751073,-0.3151881360264452,0.861250076154036,0.6462503443411063,-0.2493888793236734,0.8840823429726228,-0.8132422178417693,-0.4253890329034369,0.7077808602069162],[0.6172338971541266,2.41781915923017,-0.3617603234444729,0.661609702841807,0.5272625083329519,-0.6749312153542333,-0.7341432030966238,-0.7327933863973427,0.876284334620393,0.8670605136375605,0.31722986789681973,0.5511944025358134,-0.10551183276719539,-0.33970603175512293,0.4942375900359077,-0.30366282446886955,0.721560929056285,0.1685553302556918,-0.5981803218431703,-0.4931607200700349,-0.27870322001984743,-0.9741570061500621,-0.06216038890341969,0.5054853869864313,0.8955100896769503,0.20955264633429602,-0.07800957035054798,-0.6970346125924091,-0.6104162533609586,-0.27474855471471743,0.8489492906876809,-0.7638400437105474,0.02574289399843705],[-0.36499567076160866,-0.2694446135464542,0.7118154599489509,-0.9722367934909704,0.6618585774380344,-0.7497778807569138,0.23804960386762805,-0.2106540481297967,-0.5895650711073719,-0.43585945236932544,-0.24904043352659974,-0.10996777958747937,-0.005731061707598744,-1.0263379595501163,-1.0507805109818853,-0.4898044151077103,-0.3448000600790494,-1.0068650218062354,-0.19850998402063466,0.188891782218746,0.7564728030135587,0.39915653928030526,-0.12593602851787225,-0.39454391374469805,-0.15978401802214262,0.5252987145419151,0.3194987427404491,0.15540792354112481,-0.8762498363475255,0.6281365462842361,0.7513978883876764,0.7899081478669189,1.1647758364682632],[0.39997951946698346,0.6657550554060785,0.20378551548698526,0.870410034535617,0.8639641176005773,0.35467471809780127,0.460559982353765,-1.025699018246372,0.7277391915051249,0.6510653564450901,-0.4693652066315031,0.0059343099544384645,-0.34002296502352747,0.3097076931941214,-0.5738722739273658,-0.35655274317566293,-0.2644552068983362,0.5603571254538039,-1.0797651254436025,0.9042631780158653,0.7147612101928833,0.11218273157610681,0.11133734018284928,0.6266509004732905,-0.6611505053557042,0.15503595982252655,0.3287470846689976,-0.856486970988775,-0.7543013336601994,0.7150240502228312,-0.33981477727395437,0.4181378759547154,0.7945515196388877],[-0.6208670886694033,-0.06692481733553685,0.6691721632641638,0.12894017539668384,0.8960718723556133,0.5861781843970592,-0.23981206551675968,0.0005972176351750075,-0.08624936188479546,0.3895200547713863,0.8466412228081238,-0.29117698949245374,0.8887683818910268,-0.21996078870512417,-0.1634038442051144,0.027257569633109182,0.7157621027463157,-0.025809580029608103,1.9933721711863224,-0.13075679710317734,-0.6585614833755729,-0.0048669446172839225,-0.9460517559704887,0.34314285958456414,-0.8189845793028375,0.6499750833918977,-0.04646056781040701,-0.7511203860233007,-0.5773317556764217,0.6638843437963785,-0.3499135691538819,-0.8633429950603378,-0.022285182345044972],[-0.7132645501673921,-0.13989669594275275,0.493471603326304,-0.8159840295737724,0.7100094443449182,0.45344888689156077,-0.7303165239156009,0.2871250219651429,-0.9993620497287273,0.1950454187299171,0.4458386938434221,-0.03228055239052522,0.7886914341028372,-0.8939285851735121,-0.8273134756106375,-0.7379224395898004,0.6920966208414047,-0.3516884610126175,2.234945328953669,0.6284490209617482,0.7937645138200593,-0.36323130020702216,-0.6612756258747515,0.14578884028244815,0.6658971660083254,0.7788473503467808,0.5635111605298847,0.27628048406440464,-0.5992494112418056,-0.7030759988143513,0.5759780036016571,-0.19115333337692716,-0.5912578049686418],[-0.37658292228170526,0.5658143828310442,-0.5460010910240993,-0.5228539143471915,0.7320985076396467,0.6291212637913748,0.8537434520567678,-0.8334547490999974,-0.19829897634536703,0.19612852208800113,0.18545438684061688,0.2640473519436862,-0.6547533595212204,-0.8021341629299282,-0.7603153035896469,-0.9289963043274554,0.8575797576002802,-0.33177245067247896,-0.7257803094852185,-0.14481458165512107,-0.4465854736281621,-0.6660834471634219,-0.14314393201342993,-0.33307014674555124,0.8706421475760571,-0.21021343135849163,-0.2858692403100898,0.25908497755488724,0.819642798323408,-0.6148778859578421,0.7535557594897752,-0.013500682549585684,-0.6825346808112625],[0.3913532559923586,-0.8508441805002981,0.07749855551114389,-0.4090635707118488,0.4831089725179746,-0.5891000604225072,-0.7624857599839858,0.22020963041867453,0.0028611278976417177,0.2943871190490737,0.741865258590261,-0.5365543451366609,0.5317577368807406,-0.044468466486700595,-1.0216317789863205,-0.29090068713256273,0.7939638967388964,-0.8025434124797607,-1.0170705708813468,0.5214489565732997,0.06957060940471656,0.585797602694962,-0.3204130474307955,0.5040339096606562,0.7156022639768999,-0.8007414466172125,-0.49919849213387923,0.2416084309194362,-0.8859564148755172,-0.8434392713052589,1.2549633952340522,-0.2744901943643606,0.2656379827706592],[0.6678331130990269,0.20474308094335947,0.551360256553202,-0.4048982851449689,0.620014447996385,-0.9007710306007433,-0.8695292649369604,-0.4807808045802019,0.6575104882771735,-0.23392136084581583,0.7531689188211785,0.24652494430559058,-0.09364991680497492,-0.1565547684083172,-0.6507306026179019,-0.7389581260650198,0.6346536703172743,0.7068647723204379,-0.5006952515291444,-0.5995767987396512,0.03445208762746051,-0.8159912556130983,-0.9456837541120701,-0.5693693916155372,0.00948502052252067,0.36046981395085886,-0.47137732897918194,0.10105624577891986,-0.3812854106022883,-0.31826578744534617,1.5892825469597043,0.033695820963387316,-0.5307524302103567],[-0.184250041522528,-0.7366403182797608,-0.7442135273011257,0.5016451051209648,-0.5390595501799359,0.6136907928804084,-0.852451904483011,-0.2559457078964301,0.6429277676242482,0.7411794823524674,-0.49915329944623515,0.7492449895732554,1.3703058129030976,-0.9033492045377949,-0.6520599076989453,-0.20977539183526542,0.37222902120672935,-0.9793039666800979,0.5441132801415297,-0.614496307052573,-0.4439737076044534,0.24563653584349487,-0.8798704619772478,0.7607257555976016,-0.5871254602409184,0.4125465549533579,-0.2962875065283493,0.22157408844509374,0.15926332923537964,0.35424951602997207,-0.9458540966225754,-0.9356451585121808,0.29878429326458616],[-0.6912835012552901,-0.7866368022354261,0.6300245348332656,0.01770793757424004,-0.8330956528560962,-0.597286166082676,0.6588657858062682,0.6638124415037204,0.48125704746668735,-0.5500995785989531,-0.05850019791584622,0.20526305145704984,1.205911923325941,0.2536099802424609,-0.3602017236623713,-0.995736726934905,0.5661410800045574,0.6620818670932346,0.5042250640156266,0.4912154155346111,-0.19570733997809933,0.5219377478507906,0.4544538574143779,0.3714581841366976,0.5295844511776537,-0.834743867476387,0.5510976032302904,-0.8396714160697606,0.184792037307121,-0.946211841359474,-0.015260048397937598,-0.0411158093282858,-0.840864994611998],[0.6471035648274108,0.7589787342136963,-0.7741338181294836,0.6671557582872113,-0.013849973706129365,-0.4136926162946276,0.8036945203961087,-1.0520849801629006,-0.7114586809166159,0.5602968349147176,0.45979611295757605,0.5377382495580311,1.140431422522806,0.4833022215694222,-0.35943387844282526,0.9411467412447644,-0.6223873390335802,-0.49077956593708993,-0.8015964771374013,-0.7799778649719475,-0.07062666427436996,0.2634685199727975,-0.8343075176706343,-0.6866712907824081,0.9070850646659656,0.09065599618577526,-0.7482641522244329,0.33229389301046747,0.6842017592800574,-0.05759438644959054,-1.0281051788491435,0.2951864782333791,-0.9371545370209634],[-0.09112034418825332,-0.8540673666109166,-0.573905147295239,-0.002147334482659564,0.18778670060244168,-0.21804508132153347,-0.0450600459110273,0.11277582566727866,0.2531994086008842,-0.5457711053443921,0.12445979084196622,-0.30327039434161157,0.5695949203807347,-0.8660822327297175,-0.22764840089064972,0.06427581954489034,-0.5955867876763205,0.8982695467859336,-0.3708673995616051,0.6869636204819539,-0.9143368244415921,0.8397488960428191,-0.3557877473351527,0.5047000228024917,-0.39804010926727873,-0.217049639217969,0.6535745029638129,0.6332286763633291,0.2880184188676379,0.7780795845123429,0.018076979272856952,0.3116871851180344,-0.8934236392907102],[0.6072550434506587,-0.4473700061674745,-0.24824213756599597,-0.776877709890803,0.6855894943823017,0.13254782021585468,0.45362247908273023,0.48160436249072924,1.0014646972559167,-0.5951404020740519,-0.42516424482369486,-0.38084131135376653,0.8081619403012426,-1.0521550793580003,0.38027480746728104,0.41859639348657285,-0.8125222293493105,0.9109081187572382,-0.18198837331675694,0.040271853385014315,-0.04287614849884711,-0.5010890069062046,-0.9683010759800809,-0.41903349246005517,-0.14199850424613972,-0.09002940925404986,-0.33566767388013913,-0.930756731833683,0.9347167697143433,0.03835222609921946,0.3576266876551005,0.1456402657361401,0.12537080076974622],[2.1183449476685294,0.4403979397105387,-0.4335210867099057,0.21300457973083328,0.8699801317620348,-0.26637145104503673,-0.5325754083935798,-0.1537113401136655,-0.20153541442256576,0.4921500443250547,-0.021208015320535158,0.06207050048866476,0.22518409039026488,-0.45543998954729614,-0.19273911222306497,-0.23455743600799867,-0.5230429552028707,-0.30102584595616666,-0.7478813224857233,-0.7770141471584815,-0.17115432131983518,-0.8811320117315476,-0.7994072898533049,0.6854692919277764,0.1990804299957957,0.12420459588917367,-0.5764619799641993,0.14137107980982958,0.820181595160608,-0.6142827729831667,-0.3965308912646947,-0.1704413483240337,-0.308889908250585],[-0.29580835801260874,-0.03469151154902577,0.11981200281024816,-0.8737615565579707,-0.30113914249059015,0.37613799659600483,-0.18538696537719118,0.08874008351729537,-0.5766910541493321,0.05473334418526137,0.5085469356888868,-0.1465336221732071,-0.18746254166556361,-0.1938427136250527,-0.7807863915467032,0.04782777914018721,-0.7289310422950577,-0.5530134025912533,-0.043112868635512794,0.7979038282272367,-0.26408077936950186,-0.25034917635217013,0.9190169180645724,0.16396838849702994,-0.022259078583261756,0.5519374748404091,-0.9324762215573741,0.3497202330447139,0.7080944088437541,0.10471268090038256,0.4964045961039512,1.6716798509299107,0.05349004883219498],[0.5482196588885117,0.056328338734219906,-0.909948923477631,-0.33162943762637237,-0.10273997338250053,0.15271425976408315,-1.0508050389096906,0.3219867446400679,0.744538305773078,-0.2718738666817129,-0.46840368843542934,-0.8780057417467793,-0.8923870172488576,0.014813705586927467,0.5777703332226386,-0.6780366307764376,-0.9906377927653925,-0.08232690289045351,0.4354682482257096,-0.4664160326831073,0.8044580537069507,-0.1395187884391525,-0.6808560969954366,-1.0271262216687134,0.05835829119092345,0.5330857474082032,0.14422358083764855,-0.974378983821646,0.02632392239635215,0.3309090391597737,-0.2327113513357988,1.494053240613261,-0.6760440305493566],[-0.8090905367968502,0.9055966712724186,0.46734668009158986,0.6380316984407856,-0.5007426015716767,0.11629346188414465,-0.9060331480903492,0.16190895522134013,-0.11984854483632938,-0.9778625225933958,0.8475032228015872,0.8091199721147414,-0.8941607685513414,-0.130023888591612,0.6193167014156065,-0.7031188194742288,-0.8924546096090862,-0.6280016496536477,-0.25009387605205674,0.6574822981609718,0.7505058252536482,0.4780737877028193,-0.1468098878130973,0.03700723920539061,0.19463699503354523,-0.7886732629005454,-0.7062634659125134,0.529782414406997,-0.35152587285065157,0.112222979916734,-0.03535415952457533,1.4668060559053966,-0.2342019007701807],[0.183779764749555,0.3050808895851534,0.7089553112078049,-0.03765163655230776,0.6772414555840214,-0.0032010035004876596,-0.9322923689888262,0.3285135597522354,-0.5652163340510388,0.805504429903399,-0.9008258327383053,-0.6330255069066959,0.872212858333855,-0.3499958006503184,-0.911464712028202,-0.36902815855035814,-0.5131795608710708,0.4330239667681225,0.44987630277730906,0.4458714465569448,0.24081198490080447,-0.8700220687473061,-0.7660908506330651,-0.8149982307013434,-0.2582523963769119,0.8124445365494561,-0.416169425519987,0.6243072346639396,-0.1653092067861535,-0.3688263333916497,0.1215320585043051,1.9248776506742136,-0.8435003704594464],[0.788200895381448,0.40766715561808753,0.635065063014505,-0.9691823393253042,0.5036398678709648,-0.2257536154719948,-0.08380296962253493,-0.3851695590698989,-0.06825591334656389,0.5292361679020339,-1.0038657377037798,-0.18841562271787668,0.3520184513427612,-0.32096831103512846,-0.7024449203445403,-0.5373554144825888,0.6546263419569697,0.8031140491215679,0.6511692510664425,0.6914950676516405,0.798850168214821,-0.6441042462088684,0.42670342761830043,0.9412171756726796,0.5208220066047263,0.34306876403398207,0.12617018690083223,0.7289904976461247,-0.05057223536278385,1.948702210188174,-0.4784165216324013,-0.41497124427793475,-0.24838829689461872],[-0.35521881868842964,0.04756994445465011,0.2068910587598172,0.1886546241134027,0.6328331930054291,-0.8456984521424015,-0.05869097740067275,0.648804767483729,-0.532938461500033,0.607663981964472,-0.9483787315587737,-0.28199884404638365,-0.9721936168634974,0.8169159358927581,0.04964941990384356,-0.32426140451963015,0.23271357500441708,-0.04092277370616054,-0.37476858778203564,-0.5997138819008531,0.5243600246740281,0.13196509434781198,-0.2581240921164394,0.5343482201586527,-0.9620620007650051,0.46880634983305935,-1.037597500669887,0.09023668306168588,-0.7642377767050335,1.7669528472338902,0.8565280283825615,-0.9240028482677511,-0.25117978002176605],[-0.5223424768466978,-0.7890904314534528,-0.41328881273246365,-0.7624972368377847,-0.6496402081473223,0.9943013989574011,-0.522400085840583,-0.5017701337565026,-0.7366095740006738,0.48566042161895534,-0.6164721413722323,-0.3656313529244322,-0.4102147999698013,0.1405457799058076,-0.0824298515679108,-0.3319567425378841,0.453336698433736,-1.0051626026099778,0.8173583374387507,-0.9027756387841332,-0.3286509218692881,0.5079483660826096,0.720392805062821,-0.9412319004783625,-0.4933334102755318,-0.11034235224280611,0.26797028623055436,0.6626630472120767,0.653082930472505,0.6494905932675435,-0.7403141478965379,-0.836679875202348,-0.4543545150998177],[-0.3417633936505243,-0.9194029444118015,0.9001731351659824,0.5751974740472565,-0.7154920488183595,0.12803127439186857,-0.19096042879854436,0.28076130199680793,0.3553387124219521,0.32594136589820005,-0.4961175214269388,-0.8910930209125749,0.2186201931940966,-0.6335658561777775,0.679774059074192,-0.8384512191807053,-0.9618367764107812,-0.1620205301317374,0.1503215801306809,0.7468155705495421,-0.8278805016885747,-0.8817635592824441,-0.9450415649427856,-0.3054952757091823,0.6508804176635609,-0.5636148967215839,0.6574298838045021,0.48495688329625053,0.2637878307779702,-0.416381416203087,0.15837157098611754,0.48945759233214775,-0.22638119342732038],[0.6516537460384659,-0.8013749216669428,-0.4641071402566234,-0.4901478289058845,-0.9065180649792687,0.41441101270847064,0.5952540209456371,0.023388109538657526,0.16047289114574267,-0.6241379176138758,-1.0006731859784364,0.2488576161572353,0.5387223281244197,-0.01825315881240233,-0.6850419868520753,-0.6248054618421292,0.20415863806925727,-0.8177640848028624,-0.4067756330181873,0.8155795684899463,-0.7172967993780327,-0.16037580262660167,-0.9471531651896595,0.9259179726002515,-0.9357203300166168,-0.8792601866901835,-0.4924584877014955,0.2157707994544094,-0.8941262506107064,-0.5503079940277892,0.4227250232233277,0.31397161007834895,-0.1538605062871993],[-0.11786971952816162,-0.7619525011016941,-0.5964079953691295,-0.46562210262511267,0.5007582068072085,0.9514308966172963,0.0879173101223163,-0.055056692008047164,0.480291700301203,-1.1275259857785724,-0.21881789225338125,-0.04748236733792688,0.3979488872932601,0.4493299353093448,-0.16446385803045843,-0.5516234271127571,0.586699527186379,0.4130006131090098,-0.5929859319463596,-0.5295962985497904,-0.6285904969561329,-0.0370812490346117,-0.6877810391929907,-0.14753594445924345,0.5748140531415082,-0.6159495093752608,0.15686335375129648,0.7052224012292143,-0.374124812191072,0.6428924749117765,0.573843170431161,-0.40024604307340134,-0.12763641994584868],[0.6247471167357193,0.8825656789070504,-0.9164303528834836,-0.3094017883402006,-0.04110213935656166,-0.9081190356241619,0.4750341955696853,0.5275699937074736,-0.802960440615444,-0.44341461421906075,-0.315913834734749,-0.4886052814282967,-1.0832368214712136,0.8461222548056784,0.32752493639619934,-0.05399568027153418,0.7981431689699037,-0.5960960081740664,-0.5257764193817603,-0.855225420624582,0.06956753286709526,0.18590084327022832,-0.7094685339033114,0.4581319245957619,-0.17190780793589053,0.6568665615399847,0.34251687458911867,-0.25860552308217655,-0.6479086828669779,0.5106578540553475,0.678944376803686,-0.1750025466991593,-0.4025932811267749],[-0.7013262308430356,0.8623469779865803,0.085203726884581,0.02399290691306622,-0.6039752886309785,0.1807895703226698,0.47061466864279106,0.9919144801320251,-0.12457036665647823,0.33598702756122023,-0.12746675064408314,-0.3231838249739196,-0.679189541092661,0.3397714483985478,-0.7367894922070856,0.3576781260403579,-0.9929753260591152,-0.8577884055584498,0.9088838902663459,-0.7253829683113868,-0.011045556591098328,0.6380746427026239,0.4630713987054989,0.7908695399283598,0.9125807006363612,0.45638984847148817,-0.6870330139960629,0.8433382603095606,0.6660535845097612,-0.12792163996829703,0.8803168956560034,-0.27833913573885144,-0.3564280641811004],[0.8568497150015273,-0.9674588680537474,-0.24895936731572432,-0.9377960233983323,0.7993780405295643,-1.02601170822172,0.623876176920161,1.4093290967350933,-0.1865527692017917,-0.577356301190678,-0.07983974917078009,-0.28868120387816026,-0.47218516806115335,-0.579145107689961,0.07314596908317815,0.17675176126315503,-0.7821252336051798,0.2327801643434324,0.21880016980758257,-0.798039613710293,0.5973574484847628,0.06384902363091029,-0.5271031158789219,-0.0222260297236585,-0.6556932354115751,-0.16412808305684473,-1.0457822234541327,-0.6898593265599902,-0.4431022825386384,0.25727213973869817,-0.6365973453964388,0.019036916098741894,-0.6078332141804205],[-0.8298085057735198,-0.37414254496524735,0.323915448018816,0.5031745723286601,0.26872485329946977,-0.6772305911049586,0.23516516943817048,1.6391300350051263,-0.961574865320846,-1.0522393792443994,0.1861681542759648,0.3272641045450052,-0.4350256103796145,-1.0096840343683655,-0.5692760111923163,-0.38128419198028224,-0.2952574677264022,-0.37881621710782476,-0.8939028023539409,0.725926046995731,-0.5580316609596097,0.5643840138475076,-0.6364292445639637,-0.4405454397130191,-0.9638259736571771,-0.7256047708772926,-0.7275996251677388,0.40187145214915393,-0.5565791439485247,0.1492479708847481,-0.21418981305877385,-0.7166429383892206,0.211801257909803],[-0.15903333146174775,0.05309697023145589,0.48056819246752924,-0.5094033522339151,0.8010310704048864,-0.019225611015832703,0.4312359741135408,-0.7525734901699914,-0.8798178417021493,0.10072606613806648,0.28205160902435883,0.5162491318926701,-0.5731410488103371,-0.9876317030846233,0.15373616181564823,-0.2944230247058169,-0.7034922046921483,0.2821217695520838,-0.8496518744359485,-0.7287077585000467,-0.3310538232162939,-0.04152006018201356,-0.274320911186482,-0.5764195104120933,-0.7201584033939064,0.8195167365150562,0.4873552030030779,-0.519222882079894,-0.9195586021294386,0.08935182909115086,-0.9133040646326693,-0.9850104273506811,-0.6929805919486556],[0.4378479152192763,-0.756762284505378,0.4677305319535544,-1.0022340451298062,0.6285338700824085,-0.1589193300977038,-0.4637011167218695,0.529661760223249,-0.6930799268497309,1.0728658075127473,-0.8606517155268296,0.26711903744202875,0.785138864500128,0.20936062062108854,-0.6146813922266636,0.25981261645618786,-0.5935861169939166,-0.39570077852780494,-0.8204396275869892,0.5343549566105628,0.2816485845842656,-0.44276427928149276,-0.1743578200428722,-0.12015747083497412,-0.09154817916057453,-0.23200296189551087,-0.011003939568535803,0.9509134696063749,-0.15593767370663666,-0.37988602735705845,-0.8465910663963848,-0.34022331307965203,-0.5393549161653233],[0.8426378630916291,-0.6611413294059306,-0.48683152527802837,0.022655641138812552,0.9385082844412221,0.4186128210720109,-0.16072265837228286,0.25677290390709756,-0.8798956665325057,1.1297642367002474,0.2876335681715805,0.8981037652658899,-0.37208960334096247,0.6900297586823732,-0.36713306744148594,-0.6072050117132762,0.44633868436967133,-0.14163160928859467,0.6695815331828932,0.4928958782692315,-0.17066950832085875,0.6109981660042539,0.45756934978743835,-0.08262898300832991,0.04073280770745535,0.22266200001099187,-0.691784732542451,-1.0146100020276565,0.26487888587801445,-0.49627745622318586,-0.2208220089613169,-0.14204978853772593,0.021168713677704454],[0.050300958045409454,-0.2929908639561619,-0.38746931035358745,0.7856495202238478,-0.004768428331707414,0.32447543802956147,-0.7265293617997184,0.31210379394101445,-0.19514083772985344,1.2913161556086776,0.6801454158560559,0.6334588638840879,0.6571543519963405,-0.13357606536390032,-0.2146139528913241,0.7991670655244165,-0.5900923768479196,0.44334326689650666,-0.18578835911400138,0.3066256054680935,0.8796574463929734,-0.7111548270092406,0.10134013171355075,0.842194489683956,0.5434787661326775,0.01013005205311518,-0.8603741190848931,0.24258407573673935,0.4450488310167036,-0.08896420275129682,-0.9935706295103054,-0.3245446778455433,0.11520169140374235],[-0.4711088691315044,-0.38319865494208605,0.43719437058671223,0.540170643207254,0.907144364830963,-0.162913777117288,-0.9172610659128388,0.6421935497764263,-0.2487708113216824,-0.004527048687367118,-0.3785014959419792,-0.06021848761908304,0.41943354096379104,0.6626999283819001,0.49821971880554583,-0.3406744687647901,-0.20549419587327986,-0.07268118037213141,-0.9778369366255822,0.6242573252135358,0.6401705601595921,-0.5673438555438443,0.023504859624265035,-0.12503876500831115,-0.8572638206897081,-0.37659940368457995,0.23537928020727478,-0.23108677108282388,0.21566172343447415,0.4032530381147827,0.6394292561947689,0.28016123718864505,0.327480168769952],[0.5833193196702272,-0.47817282366680036,0.3329424422882877,0.9007760027545686,0.3857383732122063,0.015059375719819296,0.7665764495618229,-0.857788774084203,-0.6191143837212395,1.191720626816645,0.4357296957106248,-0.12672027198516073,-0.8542676138280524,0.9118095235881037,-0.45367939291857795,0.6259444126530725,0.20404382123930462,0.7036857997189413,-0.43637340618624215,-0.047581234676586454,-0.961707047447136,-0.819228746260412,-0.854151504604107,-0.17006801811885208,0.7609718873260773,-0.9068766526811268,0.1984223071945626,0.6115878604060679,-0.3724868780185283,0.021418181127889808,-0.37201000884424246,-0.010051787940425156,-0.5925372923947653],[0.6614595358947889,-0.6362743371972611,-0.31389653009861856,0.7892450717055818,-0.23739393403860568,-0.7071842864831966,-0.022344412681435416,-0.32359461273587636,0.5795526642369787,-0.02148345082531408,-0.17357104171353682,-0.9240601886172927,-0.6167630999314174,-0.9652233370822524,-1.011066629809459,0.16510491150167034,-0.7355585937646737,2.0272233164564755,0.7177391434070463,0.038286428425809906,0.8059766370017732,0.4067507402487717,-0.4862556527448618,-0.03490190998229626,0.03269196412186512,-0.8230263441444031,-0.6526101498488506,-0.08357810891417983,-0.5343169213785262,0.6981827963481045,0.40452692240071686,0.2474081318224867,-0.36371326025609196],[-0.8822142697185932,-0.5119938752425223,-0.15904980885973005,0.36187698380831823,0.7877609676971947,0.48794007433897585,-0.3861493188173008,-0.4403195193404161,0.07177589029134794,0.31099991321757964,0.6338060015089548,-0.3950248272957531,-0.7196016522117471,-0.4461847008837868,0.7342912417327632,0.1867660284360927,-0.048916060130900794,2.7244506172680087,0.10704343321367679,0.35010187248444513,-0.3050149111934695,0.09166922292761912,0.8405219346998272,-0.4402747446290532,0.07592063516812732,-0.24478539950217226,0.3442221221928836,-0.8083372936735661,-0.5924893772984122,-0.06481453870295939,0.02978840565770852,0.8305789487872869,-0.9639336579483104],[0.3104741856861579,-0.4484340990218259,-0.42747912454081843,0.32696236480025714,0.2320229803028823,-0.011037110546337468,0.5106113170990979,0.9106185202010973,-0.9201250418262588,0.45476852794262573,-0.8104521058832278,0.1232884512656477,-0.3838730000201577,0.5185694115990257,-0.5800383703840771,0.14428787693494535,-0.6141837709334418,0.7673832461095883,0.39012257440117243,0.599894477449118,-0.7306319255611295,0.40850052254967817,0.5875085181305768,0.17825249805365975,0.5418142144588037,0.7022251250734586,-1.0145007122082041,-0.4073570720764506,-0.2675709272449639,-0.65399291855074,-0.11652140512204393,-0.33596436731707036,-0.8382299854045577],[-0.8229215929979852,-0.6767103239728074,0.00047192998129679746,-0.6322578058953241,0.6412606373629516,-0.5512679844712579,0.24831126422575547,0.756761447813695,0.2584699435740929,-0.656665144152057,-0.19239261285695877,-0.9066600228603254,-0.20127189130158807,-0.698254008133341,-0.9395062961702448,0.8101464447804779,-0.1637305008331157,-0.9811636439903256,0.8342967005910685,0.9386744058001293,0.006227460282584606,-0.7028329444214206,-0.09228364665442298,-0.5631866319071036,-0.9259685469173076,-0.5206364978053317,-0.5383343575173727,0.8012086161125502,-0.7084089775329042,-0.4487264589403547,0.5530973604430747,0.5627990932645511,0.3184998984310762],[-0.4755597684466234,0.8016664596621638,0.7519684516614265,0.5118443055186522,-0.38863584442637933,-0.8980034447306096,-0.7663114568948969,0.7844006876135555,-0.29938016237981796,-0.3963942336310216,-0.798373975538798,-0.464787467036935,0.8772335039256938,-0.63658693905672,0.6139790590238686,0.3998447328626811,0.5704776949993923,-0.4833255570606508,-0.15088479581827388,0.7786128507159157,0.40841261201983564,-0.05996840594349953,0.2578294561165192,0.030613255015120307,0.05581194399133531,-0.8128800196249171,-0.9892126116502791,-0.3765562378990384,-0.7475142540101932,-0.670418908230197,0.660476014132074,0.24508516631024496,0.008052350603136724],[0.7239006852682875,-0.1444060179458217,-0.9192349900840953,-0.9185469504255483,0.5692925164776159,0.4141486078084306,-0.8503629434145735,-0.43617183638238266,-0.2563757057273696,-0.19302248592342353,-0.022825415928731864,-0.38538548877210016,-0.656249311268623,0.5352120520775909,0.47298151318881376,-0.7519195590762243,0.18758502438637978,0.06702429696574679,-0.8335561942266518,-0.4416812277790672,0.8193591427634215,0.07677812895202626,-0.7031780403863394,0.21448352724051187,0.9205549900564082,0.7168540957318936,0.7560478683666677,-0.4479277102706159,0.5252527703025592,0.9246957224608953,0.14722615637428957,-0.7064372087751297,0.6088309987601217],[0.8003425068515386,0.36329803121467313,-0.7779598704424509,-1.0315867705136161,0.005262585062080142,0.37765640846128384,0.8632128137746412,-0.8360080331681855,-0.5573921167054582,0.15676788168244318,0.7895656556517886,0.010020359395486282,-0.6205190109693007,0.5026997939552964,0.07814265204423503,-0.4014075828766896,-0.6777119312592212,-0.1327853410078388,-0.8929336727985645,-0.7123267792299848,0.1852536243335279,-0.3678172434311469,-0.7429862849877283,0.4957633168107475,0.9317760076846718,-0.5845022191046212,-1.0514550224428516,-0.6647791778008393,-0.9473770799443153,0.056361768521376886,-0.3221463393120444,0.5870450833784825,-0.2899697739759231],[-0.5211816517610719,0.5701965602281229,0.3081012651171472,-0.28674373627894584,0.04600322453020758,0.596586943624341,-0.7608483635251729,-0.4913752237048033,0.45962763495393305,-0.922142216801084,-0.9964048569490057,-0.3506622028671578,-0.2124282967121803,-0.706600861458522,0.4017194613230862,-0.8591407578086537,-0.20138540961347834,0.8874576110653164,-0.6224896956995888,-0.3804186980530178,0.1289944610993391,0.6659472941218683,-0.9551042858773764,0.3390824238604933,-0.35676577205614507,-0.2996934837156063,0.33471769580491684,0.4161673921842942,0.43668679956655787,0.937855914537534,0.7266615040967644,-0.4285015888870702,0.3293551303827674],[-0.7733239106995012,0.19306497089839833,0.5772031961887674,-0.5178318990873781,0.3065236684291049,0.4630777012529262,0.8726941105104264,-0.31546117815696156,0.055183211065375624,0.47529494107267145,-0.923462194224567,0.27533607960381834,-0.2828513332575201,-0.5992353603359658,-0.5606049811900721,0.04859501399313684,0.5363485308424257,-0.3006641490804962,0.390825672878437,-0.6174746429536343,-0.5022299707615288,-0.31502226913671444,-0.2974429571261958,-0.25971594468683956,0.7405680426521698,-0.5201195496724558,0.18223318263424265,0.09591331208259472,-0.711395129141758,0.7125470250383367,0.8997450393110367,0.0026469165963415057,0.1583445071838035],[-0.7592235835559858,0.6223740230538493,-0.28027887894095416,-0.520456721488752,1.5523781674868777,0.44914851532436456,-0.1359487372739455,-0.99124533703127,0.04305650379358841,0.6935923121000256,-0.776948026901222,0.6762749082889801,-1.049757393859564,-0.8749710348649857,0.36561510380082113,0.9106454546139933,0.6727753891965016,0.504441882273222,-0.3028648347112223,0.16295965078157232,0.17400229362636901,0.21375025658174082,0.9570248067046976,-0.2804793010450873,0.8786998966132162,0.3938569419558665,0.019555668775670804,0.39194067908207314,0.033496062028544264,-0.24004580731524444,0.19682019090550948,0.7984137224604085,-0.12264908359117781],[-0.9128970777919538,-0.5663011788340363,-0.09352534247540559,-0.9365194340635747,0.727661192103349,-0.5472935468998744,0.4127328362601966,0.6808095159682984,0.7798244057376733,-0.7875500655765596,-0.5061183496561359,0.26638888004070393,-0.7485058178118914,0.06073136022353064,0.0054531885041188,-0.7320417515901145,-0.9687017464368318,-1.0004645677281387,0.5471738823461423,0.9389486906766057,0.3457127216468442,0.4927911091738042,-0.6781366335844407,0.4132270311548959,0.8793764138766276,-0.057086404631934075,-0.8613292772985635,-0.50375704814886,0.4274536541879175,-0.48521840015960377,-0.15319286815394276,-0.1607313179134532,0.41335115724478305],[0.1990188951079322,-0.20244135577556358,-0.4494426597725363,0.571292649056306,0.1607428632588477,0.3539657893412279,-0.10713433528764883,0.007478917929027399,-0.24769079429913318,0.44644453498953834,-0.2229059443145634,-0.9969667215784901,-0.15092747435960605,0.7627456259818938,0.12817857351862635,-0.26418176572053376,0.3160504317210356,-0.34174264608566973,-0.21138380168609866,-0.9071158976847309,0.940842296587979,1.878451234459559,-0.5853707851128365,0.30769593980687215,0.19327652778000023,0.4666773924897734,-0.974432441328216,-0.7049939575523928,0.7329465452459889,0.8040309424591408,-0.09398116286462765,0.012467764353477415,-0.7939817510453825],[-0.4699460526732821,-0.9096575878581461,-0.12297475535984584,-0.6632204751069172,-0.6570218054298356,-0.010974156653449398,0.8804910599940672,0.011495755044832403,0.7796564118415208,0.6882626817099514,-0.18754665402209114,-0.9569572471736062,-0.2795304925194071,0.7137681299444513,0.1796271803296099,0.5968304740225728,-0.6697844626295322,-0.4856573620040406,0.632976375535822,0.7044196033411196,-0.0649298983859644,0.7551874062848032,0.0662000875351184,-0.018859292892848288,0.07597426434151397,-0.9932163326249281,-0.48745956758022285,-0.9246897460988324,-0.47460316584520396,-0.15148030459634199,-0.7321524115438431,0.3515963619394303,0.36136436369499053],[0.748991300542485,0.21101388613213198,-0.366371481527725,0.020282126099935974,-0.44699112667840346,-0.6977027914193649,0.1700194553291102,0.7997510020095651,0.13712443039851405,-0.1634677220826996,-0.0058122379788613345,-0.8976285539889581,-0.6387514544621328,0.18239577880741617,0.6573585035731103,0.5968108541212216,-0.37787187728418276,-0.6093661448484431,0.6883876695117901,0.5929931299480998,-0.614192235939808,-0.2960597984680535,1.9185577844217876,0.4630418627916091,0.5608420698320348,-0.02538421750839751,-0.6901744761680927,-0.43783380340021305,0.8235846964071601,0.4429876094329774,0.6891135686716148,-0.4986625364482621,-0.09629482572781825],[0.1910973983888484,-0.6982637971540762,-0.37838831338442575,0.30360172648158334,-0.5150130225724446,-0.29120101406123133,-0.8585632789354521,-0.7789893926953767,-0.5222109531108255,-0.6141014641951724,0.44591833224656363,-0.09104370200734,-0.6063691887643465,0.05120374622470334,0.7244409917147657,-0.7668352901321288,-0.0231620721890994,-0.5994668204403173,-0.42715159062084423,-0.3222048585557375,-0.6943949988226142,-0.4699317467463146,-0.1326483138093341,1.3986369692169092,-0.39026677888931627,-0.024817982350022832,-0.4311017256844421,-0.25959163921973266,-0.36751880932439857,0.5402842953431236,0.537316874872889,0.9229997673554533,0.02808660504076815],[-0.31137110977315724,-1.101655651711769,0.2832654931091926,0.24029113669077767,0.0626737674162997,-0.7792837567117015,-0.01676931338410649,0.603074437914542,-0.9964467464918013,-0.0787115949487435,-0.5749651037326469,-0.7990539180730134,0.6362475136894041,-0.7263181657726174,-0.6541674800100274,-0.12189175938530865,-0.9310990833378304,-0.543376731859087,0.40128898240469796,-0.7051590276092188,-0.9189978970962843,0.5408868896102837,-0.6911572498271371,1.6666931943878935,0.8613038702029495,-0.5150168806227879,-0.2722287688698276,0.12006473145557515,-0.5506587152463877,-0.5491213132572421,0.10653488803438586,-0.1802131823741459,-0.34108793653026237],[-0.44837202754620353,0.028759593908274327,-0.5350404390324686,0.22863520284836106,0.03997478888297752,0.09542041706609788,0.8834331718628057,0.8040126107796107,-0.1678388807263791,0.1518214096541842,0.2810324932688815,-0.7119806055946196,0.5867004855653379,-0.13729913001804014,-0.9118816796916275,0.3472903271308067,-0.6395456691063333,-0.009060044434086737,-0.5886513597790716,-0.8132406529251608,0.11126373366583774,0.5069956308743394,-0.5043801622390668,0.08550575012850212,0.9232554434564472,0.014140642466047031,-0.5951245275344594,-0.08535574338059485,0.06714073026080275,0.5504589442546659,0.634217627262657,-0.38171206724784995,-0.6364646546007318],[0.41553042837270715,-0.0626870743136565,-0.6696749016613102,-1.007780925123038,-0.5361450532884717,-0.5206560594396009,0.15766915506129908,0.814120283533029,-0.5887204690276187,0.5778499448115386,0.29921948348030025,-0.9634831354609501,0.8076840152366658,-0.10052753210061216,-1.0381930950155158,-0.7631791970719316,-0.9912945843852804,-0.5263107427751572,-0.13060282045942775,-0.9705747116462656,0.9511791652121445,-0.6756651045409617,0.6076967266113278,-0.08947208201123685,1.0734775060601296,0.8585297874847504,0.4114685099364502,0.26699785207545096,-0.18032560344624424,-0.5246442032043307,0.04473756902039914,-0.4976196904173039,0.5978729056689719],[0.9793910570180004,0.6162747489492595,0.3152597339215427,-0.7932482795939627,-0.12459434836853156,-0.06395361404778752,-0.5180606091277445,0.4320690628066752,0.40570409668472884,0.13607002569108648,0.11902540980602738,0.8884919457973215,-0.505686866437103,-0.8214511826673843,-0.07393159828959008,-0.8584999976241563,0.5773773223263737,-0.40625633497690583,-0.2867238191794465,0.6302124750729039,-0.8630788228577485,-1.039228514269177,-0.6417046160654811,0.9167418386566015,-0.5828463539034926,-0.5222244762924004,0.7659718529826466,0.5821284819839492,0.1650201681926046,-0.5587723438948867,-0.15727960831945312,-0.9620655116855815,-0.49326347703700957],[0.8563579755410357,-0.5675999559171945,-0.2312648836855191,0.4467835248742195,-0.5025262692326649,-0.07130853367008616,0.24039375753363343,0.7791348634450305,0.9213341595718691,-0.08266052388991639,-0.727172852048021,0.7826282173631293,-0.7944096800966987,0.25298823355637784,0.8773259525889333,0.7885525322497373,-0.5597325511316998,-0.40747636865302533,-0.02602900585490685,0.6210161457439736,-0.3630748111063079,-1.0445907046451908,0.22348111294645373,-0.24243914449354384,0.38036986812852497,0.6535880341846741,1.1262830023718304,-0.43000635046462754,0.28445976815745994,-0.07160838731933784,-0.2795491765392794,0.5083551294141304,-0.3334965144911182],[0.9358406451284493,-0.4304495222253191,0.8946940628635874,-0.16108878590296127,-0.38107459716531017,-0.41438692507806735,-0.6189563942718144,0.20676767950596459,-0.3820747037520328,0.48386435204095063,0.1725549364864704,-0.28795249259292005,-0.6112092420660786,0.5116222186417807,0.5599298942825711,-0.49629636666165583,-0.32477956303149286,0.05303487396416396,-0.24185461698488897,-0.663901910639514,-0.9965498282907579,-0.1569224375336288,0.3023592742323203,0.40668102760796865,-0.12547394583026356,0.011108172515974422,0.5461637371358968,-0.8995367098941417,-0.13014559530000633,0.33181707980499364,0.883171857718909,-0.6527113281355981,0.22162378961396337],[0.35796389326269823,0.46240431370474305,-0.862467108871268,0.2653096498103269,-0.976658743119026,-0.4415135181464872,-0.7134779822986378,-0.987222344018386,-0.9435028450760311,-0.8643314614256219,-0.8040821399709756,0.49499979866699395,0.2199817382455189,-0.30094289870273977,-0.3278936358581816,-0.7957607999524446,-0.6671921321518314,-0.13462864749295608,0.3221072360847379,-0.6319933068982689,0.8984274912886652,0.6410496343722636,0.6442628973042324,-0.4911462267834001,0.634683085842351,0.5262173401463435,0.37613185316014314,0.7673284420758982,0.4428350228762726,0.19211060022882867,-0.26457428176539455,0.18097154490036596,-0.20215614618661176],[-0.3850363868912852,0.33586620659128114,0.2566204007289183,-0.05944189327612132,0.9617944539708772,0.9552304244384506,-0.8305835240688226,-0.7137865671980267,0.21900572145386166,0.8009253458524742,0.9480576777607744,-0.6371407097070839,-0.28702943649004287,-0.05770140792786076,-0.25793269143882014,-1.0035718852247597,0.8148016611114886,0.2941219240055048,-0.4260638660392065,0.7343220963833077,-0.23625904035143575,0.07063507987106019,0.7375596784438136,-1.0262604171900362,0.08396743898193591,2.0253021956776807,-0.13474588029836568,-0.6397797619975426,-0.8192837908532671,0.9452447921455843,0.05839769468577219,-0.9814417005004786,-0.7795716195941673],[0.1758875824001633,-1.0397690561490867,0.8238415857902168,0.6733615053763663,0.7194472459602879,0.6704994822811973,0.48940528678329726,-0.4912552808228045,0.2733208324338316,-0.0569423550882889,0.7801270695707689,-0.19538605737588355,-0.7151990046496987,-0.16180992793986337,0.14419606690926043,0.14500995737791456,0.6912215021242666,0.6208007002011929,-0.5398126671889473,-0.42961076196742576,-0.1484072998126454,-0.49414903775941343,0.1658580112145263,0.3503836791169166,0.6844221947525345,1.9842991582903362,-0.8466199118040575,0.07297456483428134,-0.4419489793716313,0.36927806282409603,-0.24935083126845983,-0.507404441734767,0.7328678136836777],[-0.007581353635429786,0.4896447152065753,0.18994386758329093,-0.6336313468134546,-0.5824395486223323,-0.8919353640339657,-0.039373657378575774,0.3832318015447284,-0.8473727261743008,-0.5125985819925865,-0.7922001647605513,-0.16129008451359966,-0.18912575578143495,-0.12821340334065529,-0.49148089924179145,-1.0686303892076223,0.8050069540677142,-0.9285690693759093,-0.4524113490309374,0.16357436247616547,-0.5217564010692503,-0.9882190762529083,-0.9040286446696396,0.9148994344589865,-0.5810404422398373,-0.2882639720963332,-0.4444582052658312,0.36667731907240064,1.3195681608514869,0.4311487893406485,-0.6261087322639571,-0.4347392122524906,0.3753953498507027],[-0.6899712896880044,0.6087116905489647,-0.28363362256420693,-0.629363923716829,0.054330159611403236,-0.9953933765768584,0.5890008951295567,0.0669830245169188,-0.5409783668458105,-0.5926002837746476,0.6370245718350006,0.9129239331312564,-0.40027238265136733,-0.06508644354385361,-0.8988041193252365,-0.46971006905998164,-0.44889593366923974,0.7261537198756537,0.2766821029812782,0.5561243596971536,-0.4400820083506697,0.22310441531939676,0.05048813141582975,-0.9866074403214495,-0.05859911391168617,-0.2053732471213708,-0.2218335457440574,-1.0326907696266765,0.7892135652493031,-0.238239547101532,-0.7059458866225343,-1.0555842204096215,0.5487694014191989],[-0.06749161002708384,0.4480108703378212,0.5683635318528963,-0.37939919050739285,0.47067834507453227,0.212536021574323,-0.5238839439954232,0.9391574665146487,0.13679046313042745,0.8345204505277087,0.3790691811369965,0.8402831998731648,0.49589358398695643,0.10645771605368515,-0.7719240681093191,-0.8947299773213044,0.9656683684949178,0.8658970914874108,-0.3294280309695171,0.02870698014848404,-0.3172688663566295,0.5170487922520384,0.5934458651338044,0.0028182692595791477,0.48679408446920086,-0.7438492391369051,0.02028031294734343,2.068570353519019,-0.4689005513135059,0.6924109098306319,-0.3388163766556637,0.7419788022650972,-0.6830209741708206],[0.15703550259236707,0.12085317673617928,-0.2024529270306842,-0.6574083265287751,-0.09134749815124292,-0.2394416147739007,-0.8582038119863176,0.006513959445326783,-0.23450714046376855,0.5542181991447191,-0.6372847591788444,0.7812101323261365,-0.3622191428509155,-0.2948874311674066,-0.4121907657919675,-1.003915135873709,1.112581406333367,0.22557220624994248,-0.619318676649666,0.16771340653889538,0.7652358664091505,0.1363193860944572,0.042892135366824014,-0.988325648282742,0.35317922041214317,-0.6354651706001201,-0.3666125282006032,-0.5422917181644042,0.5531297379656016,-0.6346063034102511,0.47601325654944676,0.9725562008735539,0.8997012660963077],[-0.40495992276346726,-0.4543550679644378,0.07543501435401073,0.29695984327354497,0.22483031947355114,-0.6882683063067621,0.8103993962622629,-0.08004562237061652,0.7171817021348341,-0.332815196008891,0.8516068753169098,0.7185387840283359,0.6420071018009613,-0.19903908934910233,0.07143406072089604,0.33255240116225016,1.6755554126456431,-0.05969497223060259,-1.0124010912935606,-0.3922514014078815,-0.5395463841845415,-0.7966276886725621,0.8749290027075886,-1.1471676997352485,0.8126604234962401,-0.0821237351207665,-0.8544548929382695,0.7764767695984255,-0.3554251111022604,-0.9268123523122058,-0.15303845483832995,-0.19136182337439742,0.3653767209634494],[-0.14039544627176972,-0.45416017724002,0.901372321718383,0.5091005780824709,-0.23555400015875164,-0.692670540432825,-0.87538905101142,-0.011759599665901737,-0.3342679674779149,0.8834016832407634,-0.63267032214107,-0.06286934865938373,-0.4220892955052287,0.25984255170639625,0.35854143494173935,-0.12085353432293268,0.6104691538826614,0.28431063237000326,0.5333382456097171,0.14496602684086835,-0.503190978915391,-0.9456158524412779,-0.7252786155667268,0.45825434581653873,-0.7459000268014792,0.22541002326011622,-0.2735176862575741,-0.5264884292306811,0.11384793398892774,0.26588262172571075,-0.6246799582316818,-0.6396361767254797,-0.3531042497616206],[0.715382808481558,-0.508446231223777,1.6767915852260227,0.08416411788699574,-0.35321496463833457,-0.26154833284041346,-0.25099681324273926,0.5077595674064228,-0.4216663242861705,-0.5728087372695233,-0.5718496310775063,-0.703758515654371,0.036716681607331395,-0.4794403606910448,-0.8776271111864092,0.10564461524931361,-0.26578519279192436,0.5567484965368029,-0.10177605654639588,0.9093998339688597,0.41181406572809476,-0.3985663681918783,-0.2120292667800652,0.5223250262063114,-0.8961229762006508,-0.4225212794133825,0.18430488097434067,0.7746056442451525,0.5707149009170194,0.10367643301135131,0.6931893549882224,0.371552191403337,0.7036519768371668]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.10123142754238822,0.006726011296408694,0.007576860750865812,0.0070506507979305345,0.006633168056371918,0.0062992250619510375,0.006025174393868458,0.005794458547835142,0.005595972418070696,0.005422222102261374,0.005268038253752292,0.005129744853665525,0.005004636096090099,0.004890652543373937,0.004786180981916097,0.004689928449946668,0.004600840141603613,0.004518043584311247,0.004440809079768972,0.004368520670271898],"Time":1.93,"Locale":"el"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.3125729656030743,0.659888116304263,0.713823398614746,0.5473931499469762,0.7008287606475873,0.5979405454869091,0.4397722622311991,0.41328634471457765,0.28967403025819166,0.4310001950542173,0.4806550911989309,0.6763020305190778,0.36453457230497555,0.5982300448668505,0.30541838804510013,0.4068049876187474,0.6447356947040651,0.5617397323120483,0.34357431653925075,0.7143956466269418,0.5780668072328536,0.5181381992547253,0.430971248512686,0.5383492570963865,0.32031344920132987,0.6300930036094764,0.5257055254649099,0.6650216702356978,0.32734643059358864,0.6589454471541173,0.5056188311918495,0.6433411194157168,0.6411641223333076,0.6332573001392546,0.33021173879299476,0.6642866151320534,0.5438007224380792,0.6263854754444432,0.7240778461180098,0.4980020926901737,0.3399829674147284,0.5174874544856983,0.5025002225490312,0.6760744511830992,0.6792963993015508,0.6817601852983131,0.63295840006323,0.5693087034761308,0.45954333600155095,0.7118178131317244],[0.41191667308181473,0.4892486190371384,0.00016348197318616072,0.8374663258363214,0.37100984539482984,0.5977539638133839,0.47979512239306804,0.0006129047559672782,0.2671234594077022,0.6170925214920874,0.0011578595579657522,0.7110937097717581,0.10574057240241033,0.06334828790541952,0.0016045135696794268,0.238876517250767,0.6755645061820906,0.03233625485028628,0.8479282985968284,0.011682905989477967,0.0005614482427001071,0.33234976973110514,0.27891104753728413,0.0008331781532786267,0.14979516132703283,0.554934674116306,0.03845147071082956,0.170229628523409,0.12135082806544185,0.0012421596750478573,0.7236017124202374,0.4132872541700542,0.6582911002125564,0.6002723985581438,0.3475641776672352,0.8011874131625623,0.44663473401735027,0.4628803786646383,0.3114457784086291,0.0052309630090769275,0.1609269691963811,0.0012190085005577386,0.6023022984550455,0.03020444902574384,0.14691227267362925,0.23519199211976405,0.28299194553038703,0.0014802542637514361,0.2311923305565613,0.027075037897235192],[0.2770657278581932,0.5941168557309588,0.00034311055639944717,0.7021174049171998,0.07758439213410936,0.6566531714472473,0.6583496310887434,0.002826760070079157,0.49844148021054685,0.2539648039750638,0.0012880120117965672,0.761189847866812,0.19341155589011133,0.3553082866314768,0.017019976432605687,0.38140658605877975,0.7955295786549573,0.14239601304824945,0.7392971634325499,0.005444723220424391,0.0004025332413729148,0.07194455602119419,0.10426714992849632,0.0004164008085952853,0.3851204466759727,0.4636885764698748,0.01682416036188236,0.27783334233548285,0.3250514539936271,0.006924195131283977,0.9216382729104418,0.03585864898193693,0.6219663472004937,0.7557264152155334,0.4783465483917446,0.38567372980521925,0.5878099215516762,0.5838318411818498,0.386284358006009,0.007850032825552734,0.24204119653152784,0.08537157063199281,0.7560400913217316,0.10462202863049076,0.0077668793390881855,0.22285375357025325,0.20618938556067656,0.0019219244633347351,0.3000782359685305,0.06906133021167579],[0.21675166701366042,0.48130210865610945,0.00021467518793916429,0.8230116247637681,0.38075156734837423,0.9179520159354427,0.3970789087819255,0.00042454671908281254,0.8808990757523342,0.14891340629023925,0.00007976700522526481,0.691524116170964,0.41297490919458324,0.6487029069749191,0.00002759029248153548,0.11539039582454966,0.640465696737925,0.01726817392179362,0.6109579747613302,0.00020002467725930564,0.000006579918468029739,0.1497791917693069,0.14274237553762573,5.744333495324569e-7,0.32179819663940423,0.7431650840352207,0.004438910312062225,0.1120999729171924,0.19246631055603886,0.0005170831755102341,0.8290612661477246,0.007383858504930398,0.5548411793562787,0.4475096303507548,0.34911809744609457,0.8596366895505707,0.6231478489105183,0.42107469462964836,0.4106433223054003,0.007766390555628962,0.1385014381540555,0.0001994554070630262,0.7944693051507433,0.07548517329244783,0.002707637662523008,0.12098073740643492,0.27099441705668054,0.0008381949094018571,0.2554421446757957,0.004283839700554165],[0.5077949103309968,0.27579399774329993,0.7289568459229887,0.13143134674500145,0.030005578710191817,0.4637175120065628,0.14030457386163353,0.03578354486953154,0.42056285121123826,0.1479327014239937,0.31794488223547757,0.3321007706262302,0.4099225409579971,0.6145576337202145,0.521351172806362,0.7064309230369842,0.6659452616718239,0.4830290141805814,0.5203578243435074,0.06756216549712367,0.5043099444957508,0.6766639110330513,0.6170902152485381,0.695410139258066,0.7261817408302075,0.8630271873388665,0.4247275477481113,0.7498722041224082,0.21525986887164006,0.61132834423709,0.01581071943634181,0.12291123598418296,0.4196663562213663,0.7099757970950032,0.2668690108448243,0.5968260338870289,0.0718382407690684,0.0632563571644965,0.06192005631119599,0.4688993676239808,0.4944372147051652,0.5484108152983984,0.09764021374846638,0.08289105943719607,0.7611856237317789,0.16659603767125858,0.3337315946411289,0.44461198489480286,0.4302570494745227,0.4041185610988033],[0.6972150713810781,0.1876992394179124,0.4950726891163994,0.4793508143993709,0.000954130334995468,0.30805565456582107,0.09335499268240231,0.10619205657776735,0.5767523952412145,0.735356043463386,0.8409315416145252,0.25504352979402073,0.17550564728137757,0.650363531132676,0.6945500422009588,0.8613929475164928,0.7519166085926378,0.6942123467162256,0.41058788209623087,0.15594255017206218,0.4686630177845797,0.3911844105222711,0.6427422460755381,0.8168409076294708,0.5467076734915655,0.7812472155869473,0.6931684439191362,0.6285861415309698,0.3538668927614786,0.8712725128276048,0.023894618551652484,0.3000479001682025,0.17762010621292293,0.6859471825177609,0.29986677632135206,0.8371400078965546,0.06058739609178914,0.009495384559497682,0.014365273069971407,0.6688684156786754,0.6275364740367531,0.5638756764569364,0.08914866029157965,0.020524772421867423,0.5366380609317578,0.15606019815349925,0.6454916525978408,0.5557353296226667,0.5598389958883816,0.4262596621804272],[0.6605676263914455,0.1877712071478761,0.6949312048611492,0.07960834083336057,0.01212185482382695,0.5448679384455479,0.6797293659319354,0.8274051338492892,0.3434022909784222,0.14921196942570522,0.4105193930405134,0.23491590696126327,0.05514453982253079,0.07857016718922753,0.8296886208863014,0.4242696594834127,0.5503008510329197,0.6508355151910478,0.4804886853124793,0.25556720480377654,0.5334582502113667,0.5450073065178886,0.4977492871663128,0.7186959946629781,0.6801878867931598,0.7228946994007911,0.6306233568348126,0.7946926006508127,0.07064405397685274,0.6970730374943062,0.48793333769560737,0.1250891722465057,0.2108877397702269,0.47691882012715753,0.38532606632005445,0.5411904657704384,0.5493062768235855,0.050923351433076,0.05892128329661859,0.09813594698041841,0.5371118887642754,0.7253316271399572,0.03876167728437219,0.06240278007083356,0.5440177172671763,0.08073433617174404,0.08784154529559847,0.48284429799956685,0.38121775529293955,0.6494142354286481],[0.7777663102846304,0.17694102942908377,0.9254775220923728,0.0600048191261747,0.07848702056685329,0.363240028375198,0.6382160765302382,0.4672250793084555,0.6906777050151509,0.5954451328562945,0.7339460426978561,0.579801436343016,0.30284905572593446,0.4479639043941532,0.8156851398875541,0.5791980998978156,0.10287304865748219,0.5413312643665205,0.6784140911860406,0.003369623113345546,0.33980001414984956,0.13158808958362114,0.7148764174108607,0.9304787641942862,0.1008476924042526,0.641110953404588,0.7920145561408092,0.3209178680634926,0.12543464105355973,0.4229434118804055,0.016036477967206565,0.07384579034020508,0.42858606475998084,0.45767249574134444,0.7395395592979025,0.52528588283154,0.6169584232517421,0.0038641234690842,0.07421637797762479,0.5516800361580414,0.7582985813458551,0.8181884299432827,0.24083283686981652,0.4413114688319698,0.6728816706515636,0.04378664834519208,0.023472643118338615,0.9623366804967631,0.736063641644671,0.370621738847375],[0.00006303808277700761,0.8489213905301419,0.004760866648441289,0.9188769310934801,0.24777520082224574,0.003401529570119421,0.9091034093804623,0.7995997811074365,0.009546786448487532,0.8385544183971925,0.14279262085907848,0.29840408275203284,0.6779249126111269,0.5199232974947625,0.7720794016350037,0.3850667765887295,0.3348790392910493,0.3092782155878857,0.011029216630742932,0.14387425689932654,0.13362196972706517,0.43433193297677647,0.8008109058199809,0.00017993986689960386,0.006631719149609606,0.43534527919835875,0.29849721523636846,0.5571569255974704,0.056934835990889714,0.26463798367330665,0.6714574572740245,0.43995605855114905,0.13398941705915604,0.24446953211532443,0.7245076134531242,0.06659421869497954,0.7652232012768395,0.1261345263777744,0.7290647881367255,0.4757658486532893,0.6634795450374776,0.08803737706143146,0.5074709878757137,0.06208293469451805,0.6860074230951253,0.5722204882328592,0.2997663400787534,0.00022885077566918205,0.12011213021098664,0.16246644417840395],[0.000012613779783050195,0.5711409572880815,0.0064028462853564895,0.010910216683545276,0.24679184656438866,0.0022754769420157347,0.7535659558613307,0.5216268190585918,0.10994082732866023,0.4705989361577359,0.019000478391676557,0.8159327962224879,0.8973225241752795,0.5380715484121994,0.3140307551979057,0.23520379585453982,0.8109441893763971,0.251753979097739,0.0008154819995269749,0.1655934594533732,0.32912050353445804,0.0016619561333709432,0.0845451363375153,0.005578580125753424,0.7946101426961474,0.26825487537578885,0.16026615049342838,0.6075774058996893,0.014477449228994483,0.05996456314219857,0.18542397199252977,0.7092917111636442,0.6229787815536992,0.3590182216629586,0.0006181363826081119,0.1185429191742064,0.42464422201054064,0.6817120575968323,0.10446336701273677,0.33054282769579757,0.40176683869945207,0.48763567246208434,0.7381376352049199,0.00019710863584590082,0.7953715381208991,0.034846614247878153,0.9250643136320346,0.0003043959694601155,0.32466384037424917,0.8795412715524835],[0.08349341533463439,0.16292685796535872,0.03657478828621171,0.040033591300728776,0.699505118719524,0.6269143871636357,0.6732902261203549,0.17607080345100565,0.3753662981895946,0.43611772703677676,0.0460878077262351,0.7746875325754821,0.572393987482138,0.8191376841160054,0.007131522722635812,0.46675404549168487,0.6319489040960699,0.6351626982948526,0.022583365626552495,0.32986771572289597,0.2521467150432553,0.31635779238551254,0.0020342721301855296,0.03826878744718603,0.5159347279791415,0.001963117350515903,0.30514707254242807,0.8608768507480469,0.0030105857888542507,0.43119360464692313,0.12671576612710664,0.14079379927287877,0.5935220045655444,0.5765996585174491,0.3398985203971824,0.18923116276442647,0.31696522199246147,0.28697027393811847,0.030865047220475214,0.01562182838084905,0.04779575931542014,0.9096502640282912,0.11812999081828036,0.01732325085403956,0.13447746171710062,0.4446488264976554,0.557963093912371,0.39907425563798776,0.27140821642733187,0.4822566163251754],[0.5338257730549428,0.0629164206667727,0.00013991986646506746,0.36939776670187696,0.726972419245628,0.8766510439329948,0.7403830705747279,0.18549083834520125,0.5107146667224228,0.4029672701046032,0.07457923480879541,0.6537272546962651,0.2950448721836241,0.13823481918669864,0.0000016226672253656183,0.18459751768992919,0.5319252336540639,0.6444447827612393,0.02223559614320693,0.24514160369447358,0.2963606235588115,0.042179628087841946,0.009336993789986418,0.00005389413601637463,0.2251682298957628,0.0010776840204863144,0.42556273315803594,0.4337748245084273,0.003481795750041787,0.21238372669918168,0.874267272022553,0.28349858262492705,0.5283834367298742,0.7863291998274616,0.5320448631900795,0.44228323667619557,0.2975677102621479,0.5721951472562449,0.18822545712714997,0.0009354423388731639,0.18741410212794352,0.000030908039055923876,0.7943010185935604,0.0011965003996687797,0.2780226886640431,0.48917508854839287,0.19573872610650614,0.08418996510191289,0.03271974157744601,0.3564630008409854],[0.5960570335210695,0.008471589623797082,0.005373251364528795,0.8395045787278058,0.7654868978303352,0.6645193231874532,0.7961557511241623,0.08897458984151378,0.5990959202827901,0.6715864193377896,0.7323304191900574,0.4514684516753225,0.7255349966470565,0.839943269707796,0.0002007374439153132,0.4466322451191385,0.8857156136247932,0.730188172985958,0.00013847664456217247,0.3126490881136477,0.605443177722258,0.6596654452703092,0.004698741671716427,0.03743475700119949,0.25604807908432203,0.49159571465075474,0.6540963488783769,0.7113976393047658,0.01548326593669601,0.8537588258610633,0.2290534363060004,0.08387926081521004,0.5811209927404846,0.7248010860780559,0.39646278485259556,0.8843395642748162,0.41923323456687683,0.008088949356797867,0.2621225820187258,0.0075947652995570145,0.006108148655207446,0.00039557954794109475,0.0015577241644829413,0.14476772713865813,0.7509245425160135,0.6951117274931229,0.5247530612132519,0.5874377467067893,0.005587966371228961,0.6336098676787825],[0.5838197851688972,0.029365978076472482,0.21311760413463868,0.6808712680538308,0.3622186002802387,0.8136347408396959,0.7206569663402428,0.026769637677381195,0.7302727892350317,0.18291268490587995,0.4668173654520807,0.5413831104267584,0.0027572622600343403,0.461553905624519,0.12126310421251885,0.19753800704218322,0.40046120349324704,0.010552332784985083,0.9324686954677367,0.0000226149287357291,0.006340872657132999,0.0006395458168980889,0.594197309776937,0.3469583529833241,0.001025917544993113,0.3015939582990747,0.3236152224965725,0.00028225981604176333,0.2254615560984494,0.0005464575345957533,0.6775142100060901,0.6600919271379257,0.15125661168318968,0.7806025184044927,0.6629838992249694,0.7678044626037296,0.7628050640545029,0.216355952033426,0.0007515615114058695,0.29704402332614177,0.7196275809196679,0.18125784957331287,0.4298866719792316,0.09116715240734442,0.4645797447027996,0.12637325233806432,0.00022242359273628358,0.20628574755928242,0.30340612103751585,0.0074918558754249985],[0.7422279154761983,0.020468962675317875,0.19835640036320087,0.5676131952185719,0.1369532887136882,0.5282176999714511,0.5983851610403067,0.030773740148037073,0.9150674740350768,0.556932230851646,0.22638035612174456,0.6002574310043314,0.025534543611547778,0.4224080696370325,0.16338204709687237,0.0605773605130399,0.1347238217637783,0.018187874723360187,0.8691703666780122,0.00007052667828132116,0.010936770732403815,0.009382111219906555,0.5167664080550989,0.3288931747937698,0.00530944777566184,0.1506848440495154,0.36087584617182383,0.0015883549899198164,0.20341363317423694,0.007410164693338726,0.8938652651501624,0.31701384738664873,0.5154481171626715,0.5597365731571434,0.6229126378868789,0.8358230309575694,0.35247932135089344,0.2869595376626122,0.00493227203552803,0.2091522501166128,0.465331238323726,0.10181070792620757,0.44005739591651605,0.3256058447503054,0.2943074475986157,0.6169054121398123,0.009551352880662944,0.1769032019702319,0.46365279057503195,0.05913157557689523],[0.8597433379061171,0.022594959310463358,0.9573834825385463,0.523762971248602,0.6780634730837903,0.8203039871466745,0.8936355935023337,0.32996934681742723,0.5278290985872134,0.5514639658655367,0.9290495723804642,0.38897905005991007,0.0056629639707190624,0.4576891723610464,0.5130711113276478,0.24731753612957655,0.07537691239292522,0.09613884889962902,0.8807750397179908,0.00008233629328050045,0.18628571647747372,0.0005804663161831033,0.6948626971611223,0.774132401459204,0.002317053271916031,0.163243873954346,0.7344370542565442,0.0012715441030322545,0.5389478167954338,0.00012509861564835765,0.4877789755317237,0.6929056441712602,0.31433813157351675,0.9363822830590279,0.9724955833098582,0.7638019161261184,0.9583933521570924,0.5974732631009279,0.001385590232081873,0.9108354746823838,0.8420712989213983,0.8765183742132603,0.34364088475253746,0.5839850964588895,0.7667537699185003,0.5166251719111818,0.00021280554871964602,0.9893896238535879,0.7538997060190714,0.0011638863633985767],[0.0001038938926009448,0.8028110246641704,0.3999078950796266,0.22811082227323667,0.30723970395068645,0.3477800611299315,0.003059231305815184,0.6438956477434176,0.5603640887445483,0.8480559777775672,0.32682272696663606,0.2372061560664732,0.08330924660893758,0.6741701426801495,0.19014029846674166,0.00003873973225342858,0.524335988656593,0.0017282972363616078,0.685844547459203,0.000007181385926937136,0.6877389899544192,0.6911656749650182,0.7147073693059306,0.6264750335716385,0.28522940192812885,0.8646473777334451,0.6815888927431747,0.013920887821635324,0.0004421377933492639,0.5099216433430863,0.10497764290589448,0.0018016770966081366,0.021299749128037233,0.8908055501268416,0.006473577740146457,0.7273528598773731,0.005894714645419802,0.4746579023014623,0.6826367523652124,0.21374751866080705,0.7113318039320738,0.6942082602238063,0.6785367638531372,0.7331930564316587,0.0023439996904402573,0.5686362421020864,0.69077162470056,0.7300335441901059,0.9197700507155471,0.3337670078979838],[0.0030592177690223128,0.5277828127774027,0.16386986914705662,0.22115584757694265,0.36859820199613547,0.2370354986277057,0.038216992154398506,0.8125653277584961,0.39551757907548585,0.6046426141040262,0.4224618683409945,0.1637702159305552,0.01640331581734125,0.8166772260496492,0.6226625999950338,0.0005250449170265964,0.6917586412644741,0.008684840402523255,0.4645882629651084,0.00002588872102144429,0.5421059430321542,0.380016138205307,0.40671285178503835,0.6689198403077052,0.30189417318290007,0.6630060332329284,0.5986760132876057,0.32388054998099153,0.00958733506811708,0.5615143784886968,0.3557772817142277,0.0021710147601519776,0.016997771647509517,0.6387514029943995,0.16213330103175114,0.8536889244562622,0.009218933779194059,0.36705040105004205,0.6026821327315921,0.48403468004950434,0.8915124024932352,0.8935535997109617,0.4543206423940398,0.8705398616297876,0.005967549663953634,0.350863780451558,0.5919458249614102,0.720639975143497,0.6889588781718213,0.45972626734333844],[0.21594507519875492,0.4486017082357736,0.5153656244281701,0.04624681094193735,0.10338245326526471,0.0011365283712189299,0.028660088842035088,0.7333024169354888,0.37462201053518096,0.4426189635493373,0.29690486921183473,0.6813578034992499,0.09268567204111514,0.7032594488233883,0.2631703104700304,0.0013955232692398145,0.6806958590936653,0.011167964723575691,0.7466890762150448,0.00009234922897698976,0.7989412318367544,0.3995046173508045,0.03894066255229089,0.1077609682608829,0.740018450589714,0.10967576086775997,0.8384397085346318,0.0395638873555863,0.03158312743815654,0.24319124856746968,0.5421449199005006,0.0006829563236118888,0.22586647476335703,0.3920900063820874,0.6203708050117004,0.7099459350562403,0.7596290187380009,0.5822558617442821,0.7125679600659907,0.5599344756772631,0.03547221216192867,0.8981910986156111,0.13370323884368557,0.6552917382643335,0.008672032698347409,0.7590139214361409,0.6933853577561232,0.2994115043621738,0.6013088668392884,0.4918586372363293],[0.06377426584456126,0.43380513026027406,0.32210752980484025,0.26555962007698086,0.38804968273870644,0.40251861164240443,0.03224525958826353,0.5457581972502288,0.4411011507234969,0.4340195343318928,0.44525294210802224,0.3161168122733334,0.02366513609400511,0.8867124490052827,0.5024012759377243,0.011516038966086465,0.7725392682180584,0.008264901773091296,0.375284364784555,0.003908692748168097,0.726419434330369,0.4531014195961476,0.42608214617663986,0.5619980309258533,0.37113630036720674,0.8104288572928593,0.27331350805334814,0.22361878272837468,0.007350493884764244,0.5212834859270653,0.22441528515477213,0.005746353171577406,0.0485866138667733,0.6270945957640282,0.1764637802534936,0.8296719787917907,0.02758820746073719,0.4433272941067548,0.6173169076429038,0.7802652015704963,0.4797651702346051,0.4976521391716894,0.15089518526649134,0.6665447336883962,0.027797110772357123,0.44363344724758685,0.28616754910141423,0.4362612017287696,0.5932574453551667,0.6084536225489969],[0.0037760286771226677,0.5649059653686058,0.46087288178907454,0.35469954952475047,0.47369899662127923,0.008229207486150913,0.0024542278715782603,0.5703782078348406,0.31567935048988827,0.4143979936287367,0.6667381342300888,0.3951112315358634,0.16621327799081206,0.5529535365786351,0.7023491536703143,0.00005264793805006211,0.7749867375393898,0.0009770262469228897,0.6560643234956461,0.0000030732117060054023,0.4646161992240644,0.10945769244945658,0.16290429501408207,0.5714305796940741,0.38804331448329854,0.48622559526090087,0.5471207199002128,0.1757489773480871,0.006701192917394549,0.3449366167887926,0.39552499052842205,0.0013294103079077365,0.001746262339358465,0.8359277982861273,0.20455315942905716,0.609138651665119,0.0029546186878272227,0.4620308422464011,0.8634928436522536,0.5993085592806479,0.9323101483416756,0.8692170005763759,0.7735218650971398,0.5229757224056724,0.002121261440537774,0.14232942003145613,0.6890002901041568,0.4694980333673878,0.9135798909544766,0.42317753934925206],[0.04602739668609067,0.8999008732715671,0.2508493165895405,0.36242779803979425,0.7192982094700755,0.023962341625404365,0.03857704264482904,0.5220035460130507,0.26400265339689166,0.35883989761492574,0.6907940467872972,0.6420437986227364,0.2530291380676046,0.8622638970465423,0.45335429037075065,0.0029908564886534303,0.7311059808261504,0.055450011656295484,0.7250680176844072,0.0008108567037133491,0.8721786693740413,0.10396667864325937,0.12005725414342185,0.6590077932627338,0.2625463290906727,0.5431500598151001,0.7161056185826425,0.6873359379771746,0.02735857038332428,0.22361019621647552,0.34233518940864216,0.0056606331884034,0.059134230145615294,0.38043224290822036,0.46140718184895235,0.7523824943722728,0.007031445551089459,0.4617680490317216,0.7335874441351619,0.23709585578602002,0.8470492310605475,0.8398989982911758,0.3422458831913082,0.4926821934375284,0.022373911880012462,0.09063821674325474,0.25715059018869835,0.20762571432991145,0.813295451264566,0.7664124629682569],[0.08869089435735057,0.18989775635920397,0.6317363634009596,0.08204557979491293,0.27110876303990955,0.36091630897952864,0.2114369140200254,0.8444316996642912,0.26776735488660974,0.019099320039758633,0.6469989686496477,0.0003009897223350889,0.2878711247495433,0.8189108267365125,0.7638981537505733,0.33382983452230575,0.3871607402102128,0.001582897889989908,0.08799221290196853,0.309388699268258,0.7119837691567467,0.31481618308546533,0.15855836636365875,0.5689970005272154,0.0016247015703853473,0.8595668556110067,0.006966083130285404,0.027758099491901982,0.08100705962983475,0.5354397872683504,0.5522561108910397,0.22904904289314698,0.528359309349131,0.6477826924674086,0.03117020121506107,0.7512934030527714,0.35383503015140094,0.00022271506779083584,0.9205433512890294,0.6620189366860629,0.8511329099112748,0.5295026208870504,0.7995920028256526,0.8116699798197703,0.08446132693942109,0.5336808775505765,0.07482812380637249,0.0420887998141795,0.49790080759257366,0.721435079905457],[0.0491522126124285,0.011450518229291648,0.28034896155749894,0.6642194762804229,0.09735727997330294,0.2772935502154491,0.23179921198448525,0.8190972776450132,0.6623232842991349,0.41938687000799185,0.45192315129077065,0.0014976451882262125,0.4873713402320024,0.0970206976775178,0.631417972312295,0.23753704210867677,0.629215122180934,0.0015847067485659722,0.6111695434174182,0.34045631108096663,0.044722956539473585,0.6688566643405119,0.1896688912839945,0.29016623801104463,0.020691152014530596,0.08522147100299855,0.49032270843686665,0.0015219658414332919,0.02599962621358456,0.9352302935491357,0.8770879244149734,0.11817835599749558,0.5526724333641383,0.28259854196855555,0.06018365835257587,0.7892689400674556,0.07490035351993585,0.35902174182791174,0.7041865953836407,0.20789460290738154,0.6420542116787818,0.4109090760916555,0.8958726214186417,0.661203633017152,0.3260586600245574,0.23097503142876374,0.9038687966994421,0.5802244700495762,0.541531794974202,0.7596860741452606],[0.24236105173584463,0.3415355446213375,0.6024152121850502,0.7133600110708027,0.12840820192317048,0.22756844402142618,0.6554853085342925,0.6056741449894669,0.52664791236394,0.5079231948146237,0.7444594993684608,0.21755841549855867,0.41810308991077155,0.19386826098502993,0.44471879311663093,0.7884751704671248,0.23394040442288933,0.0014278265111733674,0.08936985908081878,0.5932941558053453,0.06622771776220818,0.5685048556524714,0.13485388721680477,0.24714058771112,0.012211662578495952,0.1256658933175746,0.13991279075732765,0.0024181083000939176,0.3175297691516353,0.5975863432260533,0.6150373410851826,0.4678559407159018,0.46583087002333445,0.2661182567188498,0.10735681907126779,0.8391254510763668,0.5713034579976711,0.010280311327658066,0.5707739580178116,0.5658579625028264,0.7424833046718622,0.3542625994130536,0.5728394881522255,0.6863892531945518,0.43109093714658037,0.5818351990936106,0.7738014323707567,0.5905845353437018,0.8227863159582397,0.18692516937720982],[0.000029357957014578336,0.48034645773989637,0.05782366942949019,0.5068782460409509,0.8159209271013341,0.101294799877289,0.9511100721984224,0.8491082165337005,0.03897292388471966,0.7415981166039877,0.0005787307789620808,0.011913379268554342,0.637275348464716,0.5681285517840612,0.009281465089901903,0.45042668348854903,0.8290716468338726,0.7115270431242586,0.03792992754006812,0.34045680689976193,0.07054086240073529,0.8405635503869188,0.00626886074567136,0.13073100689005676,0.16265289237119504,0.7849343394118709,0.005555362493034783,0.004705553126544714,0.0016698544770094748,0.20532995303119075,0.9122737063843805,0.683162609718918,0.13498866394774703,0.00017404624508646604,0.9193565954313154,0.03857736928042246,0.702996683369295,0.7938737690770644,0.534322377963622,0.5598986185384444,0.2599371054717041,0.3996739812105458,0.06409839915945235,0.3590692234109151,0.10733230733162642,0.3605363245783751,0.022143511171597473,0.0006344662667947063,0.000592747194318648,0.25817138140576257],[0.2009543269476546,0.9040674934453667,0.4987090045565491,0.5709301639326313,0.6330750234519771,0.7808875245579515,0.32638602048568,0.5455312625553914,0.0013967871758978536,0.14479722586475796,0.046838470662793584,0.6056227182645076,0.5064206949156815,0.7617751353114233,0.6797167478185139,0.6160132483864245,0.14344657391916285,0.7426138544410041,0.05886419317838217,0.7905488529596223,0.15977563864011224,0.4963689002141673,0.7313006569009459,0.7555465415668438,0.10702110908135307,0.8909004726426977,0.0104847340036864,0.0003599207650318552,0.12062335947171604,0.00613884350845408,0.7081599294155597,0.8699266636678058,0.7993231702959639,0.0001545947107751562,0.9246344859282345,0.006592958203930803,0.7512766973544203,0.39545219009766674,0.5177954644733903,0.6397365290680347,0.043789224404124846,0.6431028484054888,0.11832369707674939,0.832946179608333,0.30955945323018474,0.08614932925998235,0.0003212205014624854,0.5798146970945144,0.20599324409061845,0.8565011689926794],[0.00007557464568848086,0.11428252108558422,0.1831085332674515,0.4273672153019738,0.5960095611104198,0.6307283637053884,0.9085854826307419,0.7824049990465783,0.009362417700995626,0.6012674283568017,0.0011911212453856322,0.15078790255119126,0.891250465290379,0.7399975466721636,0.000050023170417002814,0.15869802186674808,0.9370626104009078,0.6750103094549236,0.03234548420534288,0.38524045508198024,0.1373278111799239,0.5661892592565543,0.00011291263882691455,0.573814544892582,0.894161887570942,0.7596088959515687,0.0014755381912105977,0.0006239858262183786,0.000833867580434554,0.8151547529649441,0.705955069716898,0.4239651880111139,0.1212106852615516,0.0003137201408907125,0.7747341027043156,0.0015000885393976278,0.4090290328123998,0.9210945488301592,0.14801199200570686,0.015042586775110493,0.055072802120714935,0.4615991133997635,0.42458402491337227,0.7345720901176142,0.00934020850557131,0.017719896353019154,0.0001542841647901008,0.03232275138417692,0.00003606656049789305,0.06663669742772829],[0.10457580336960295,0.011351352706795634,0.029324757657849268,0.5980179131914771,0.37090341015468437,0.733368144526827,0.820245117944934,0.026083827704546654,0.5429181937231196,0.4976849493274589,0.00038811377995349316,0.6534125853567536,0.002598216947259886,0.5872734399673653,0.18277489027106422,0.007757930600893964,0.2697746778651659,0.31998583842652945,0.5180529951898111,0.01128624207272395,0.020539217776113877,0.2958011086848603,0.4376476805055585,0.22109698418353124,0.5468923302775248,0.487239887914515,0.44723020465816754,0.08695573845556263,0.000690927082125543,0.3199970050477015,0.9342180294487488,0.23637165983246725,0.24201245668812954,0.4203648263911397,0.06985599975539941,0.6723981904027497,0.16419062795179606,0.11575545898390995,0.04567564914401243,0.04451692264929642,0.35392848121783627,0.20027675262286002,0.49914606273588624,0.6063252590579703,0.029422514063069123,0.6864193268769158,0.4323210843946773,0.00832379490306555,0.07702153810482189,0.3868894475608269],[0.12250855809324157,0.0021533964812613235,0.08683368974040769,0.7567305219905536,0.17506216094242888,0.7382204719720838,0.7526400057091196,0.21199162093291007,0.6568111524310879,0.341103858147722,0.00041587231385449374,0.7965919787561032,0.0021991983130956808,0.5124416476448596,0.25615455844410234,0.10607733694301824,0.1689514737296985,0.40945325067120397,0.596481101747629,0.08678611651999148,0.030992315734075168,0.2621927792490677,0.4069032205759669,0.04737588598808751,0.5135449932407039,0.3625480984340612,0.4688556845268394,0.1364996102816294,0.00007421808464641837,0.140329397943793,0.7087664706361342,0.20010635838195825,0.07287249982595534,0.4971173574885541,0.08977476735385537,0.846621839400984,0.35803275630961234,0.17717768826722818,0.017725546179281793,0.007562988934166048,0.16752750226031993,0.18219075090806158,0.5822365039187221,0.4276813548743069,0.32648663046480947,0.481893948644215,0.39339974587469884,0.0006177379119353362,0.03015438166969183,0.47439151328436946],[0.4912329492899094,0.06384313841000035,0.0073184303613661305,0.7059391091719613,0.0960894823012196,0.9054074672397183,0.732751563570742,0.10695807097613293,0.7483522465414935,0.0009720829913718897,0.003103090535215196,0.7160298082566701,0.026539442721637416,0.6689547630486434,0.19289645316934828,0.5562807473003829,0.7190684270653691,0.11353182309092359,0.8833814596872472,0.24870016900501496,0.22719073300697007,0.6201355815325159,0.0044395786792142365,0.10906862704847774,0.5455882506932358,0.6282266713798895,0.08246739855295743,0.059342759683646606,0.05598428181286049,0.1965211897291558,0.5551781637641584,0.5335484053242943,0.49911579097144115,0.43927470080247494,0.01232804219658834,0.900308283613291,0.0444059785166106,0.4915832904472434,0.058620348442372974,0.011635347445693434,0.6186795896313467,0.0025496322506507346,0.5211009780476815,0.2576061894879268,0.3348888956533134,0.5831596567995233,0.01708404233161422,0.0007879951111897274,0.1652220735018834,0.08020383282780784],[0.4056248083309415,0.07920636833797558,0.0011731042452181085,0.0906431105976092,0.4476749932766239,0.7017906784003557,0.4017465048088334,0.04440680424663678,0.4943442581870857,0.00010123674607138691,0.00021418969582042105,0.7923084282535705,0.08122239898446162,0.5897344972936491,0.07420429146441998,0.4913658097072604,0.7106344632857983,0.13919883162463445,0.7483857402691347,0.17833468944137093,0.2039222324896078,0.4217799106153644,0.08739327610735464,0.05246391639901717,0.46113965924504435,0.5914168936391945,0.09428243433180233,0.04068664891425384,0.0977324166182296,0.28145418131456845,0.855136762035975,0.436774932955398,0.4775433526998494,0.30054065916069567,0.03047673137244289,0.8203239704245895,0.055752398908196193,0.6126179951511729,0.0421546241183939,0.008631814534439076,0.4516857809765274,0.00006401000229804543,0.5188277577399574,0.2306110873330431,0.2288924965497649,0.8301568337300849,0.05111133020101606,0.0006133425126489242,0.08057688052891841,0.14004974657918193],[0.47089250779689595,0.5514774878794467,0.5771051111848864,0.40085270049891364,0.6039362402569278,0.2772360394478425,0.11478003300461788,0.7358173530442653,0.04503162385609131,0.4045910397992857,0.6850233773862096,0.2572364353283875,0.6440323704701337,0.11591082427298938,0.2986816302322652,0.4941041498927933,0.08872518954725395,0.7108005084777029,0.46563508080970245,0.24528195212889664,0.6355208079559697,0.6945309792238327,0.19289792417627932,0.3173590398628195,0.07785334079667668,0.17372408864195524,0.8759730488251737,0.899817063262749,0.35723090004135105,0.47554634291355574,0.7907539092077842,0.4775633166263037,0.7921359184870889,0.0007606910495432049,0.5897159838014521,0.025308555836639997,0.010215427505911725,0.5570403685605702,0.3203828589371123,0.5134589999338646,0.6608702473916696,0.07074959180956278,0.44907333308567354,0.0023040673440710025,0.09093961367230828,0.8229384322418136,0.03436435839951929,0.5844248583792627,0.04681294923012782,0.17093380554667584],[0.6659578118644005,0.9055979861784872,0.7003678266794999,0.858356574026139,0.6864834387109557,0.15393714656054633,0.19686206842436949,0.4788564444778848,0.003798944718986535,0.5789107882822544,0.6064310076421142,0.8207924527401136,0.7439527644936319,0.09941854987149251,0.43984101891151683,0.429431348195275,0.14387789114520047,0.1642033777035733,0.7110100540772715,0.04642855762611806,0.8621451162560358,0.2021112023766964,0.01314034077289125,0.7512970784254075,0.043164007204134644,0.3446818378513573,0.8206576427871328,0.9722288400562757,0.42186706088431103,0.3981524833272682,0.8397663445451908,0.5081967690432092,0.36097231565386645,0.00036235530382470354,0.7802257458280516,0.0015659286282745648,0.0006702206867942893,0.8852552573489576,0.5069641499545665,0.4148124813498782,0.9459825201121709,0.02867655426455649,0.27693130170655333,0.00024100189034218918,0.1001272593671727,0.6742352015442624,0.09202870799050901,0.4203454920429812,0.17627618152733926,0.3805927483757376],[0.5583999182950501,0.46988733963462165,0.7208225304914275,0.7606332587859297,0.4320391107187767,0.4419433447544053,0.2260550286403403,0.4749549109910467,0.0811555249359885,0.22041502777709804,0.509471946098515,0.6757042673557643,0.7078549876900851,0.07979395332797501,0.6440252263924386,0.7925716137037464,0.236550595603146,0.548751279796174,0.7623274882323834,0.43080552814253403,0.5129942499086275,0.3618996334163208,0.09272045275369109,0.3206716671910628,0.05111075737510096,0.5769374408072948,0.5360474425518691,0.8289419419291284,0.29842184908396424,0.379412547988384,0.7832832118643742,0.7906698695168519,0.7305365260495567,0.010911766371108878,0.6805786697562595,0.009618920157921857,0.00772605922293734,0.753159971432131,0.12745240647994918,0.7710508136459614,0.5410708750062876,0.06515449131253186,0.21157801970527726,0.0019502438783611958,0.05900829740285791,0.7307126749529078,0.016690357640612278,0.4271492021763568,0.03179044373620195,0.48848812003400327],[0.2952669030988935,0.2824306127984044,0.4836222313825686,0.6598210341310975,0.6682235907822067,0.034459210603188066,0.05578267020235994,0.40268875710059526,0.8020667825396209,0.2682078917916767,0.6711004235680241,0.4823644013766081,0.6428387505373323,0.004636491815431446,0.5214082680665941,0.850764950882402,0.7083597569121887,0.5630204481410422,0.015982766066470998,0.3473505605686539,0.6641124189103828,0.08612350670404864,0.2547031847531455,0.10946880361395057,0.4392763483240541,0.5241226419438269,0.4973010709956295,0.6993224140552717,0.5190534353073678,0.1126260987653938,0.12749278823583618,0.4925752861740938,0.04479815646790211,0.7069119225317342,0.5091058194357394,0.11077361108769224,0.9225160289706756,0.893687826912223,0.14561780450671225,0.01989941471556444,0.009526543004751555,0.5267889556030863,0.5365049620612484,0.8304914946375572,0.6890960102176926,0.8009398671315663,0.5707282432767523,0.19210348764333107,0.4867478401537182,0.008696638406680706],[0.11651783132241705,0.20078105152125325,0.14852639041112986,0.86318457609346,0.682029700006264,0.017057114569948992,0.03109958940381645,0.6028175221040605,0.20019684572850868,0.4441551607808211,0.6010076468161323,0.3776339672319713,0.1961140530194366,0.0036412362242270245,0.5113497030603552,0.7281555645811695,0.33688304282160325,0.493041587774262,0.007778941008220758,0.6316917205495004,0.7318729173938987,0.7080554849369027,0.5867843833151762,0.644214698729969,0.3740127932008438,0.8241711146158114,0.476902333021118,0.2900837640014468,0.5699767568438037,0.05552791194650252,0.020976640696177,0.4623430466089499,0.5094281600130958,0.6757324587294444,0.5300608348028533,0.01320479840446469,0.6016858700552977,0.6231350273065359,0.23627599042304456,0.029965384957132777,0.010733109427171247,0.7305187543491234,0.7984704369573168,0.606278419085195,0.14532449018522656,0.4341508904180772,0.5143228686897463,0.16344565503177075,0.8579117659171911,0.13850851469294592],[0.1773278086319622,0.21038778203461617,0.6068061596039939,0.6652072572859763,0.44961856880733964,0.828262400537151,0.40641967302134613,0.10125516496301919,0.15696875588828446,0.46870056165248847,0.43614409684545496,0.25606078545806976,0.5866148949441269,0.03149371958774707,0.8565023212851213,0.3009697092383966,0.48067044124813174,0.4630497993484745,0.0014747772854925496,0.8653522799607012,0.4550934369576943,0.20682563332107723,0.5710246254759186,0.6922187359886275,0.592162033688363,0.08374667077810843,0.540635225181789,0.8126225064903789,0.6603954622466793,0.5395599907953084,0.060481209886622464,0.6086872290204122,0.09365078288604989,0.8010077269933665,0.2704659968697608,0.058592918478547286,0.10659757633365502,0.5049219358923306,0.3774075521542912,0.8212786356028702,0.03309343558081884,0.6932348426449042,0.7680553323758177,0.53249459746231,0.5110334152736549,0.7741784525714306,0.38770071454881117,0.037198383698379155,0.7133173466028455,0.11966372430692876],[0.8080266547959228,0.11699725896662685,0.8089111417986082,0.6157482488001571,0.7142132225430079,0.006325774976193557,0.5497448148281825,0.40319081428919473,0.5013896873612762,0.6445119518366671,0.006258060877815643,0.047842215003406005,0.0655895314878483,0.8239508277682076,0.1448289496233884,0.4602505640917759,0.7326132687323773,0.5810399259946646,0.0009575428512100326,0.525125452142445,0.4955745044055869,0.5379226928088834,0.549946108793977,0.5153577485054164,0.5973111556917399,0.3936200638071308,0.1186892987082235,0.19600222029011685,0.4140820058217845,0.0065453108455869,0.10118305883588383,0.08897696562018799,0.7702415856733176,0.6100152721074166,0.673645018915596,0.0007521731387179546,0.010914898427444754,0.4184770899932664,0.798610151342872,0.008056859711652169,0.019464487541514242,0.3685771397090971,0.4771112076188604,0.4741383153668222,0.6039366739566181,0.5004770116109599,0.7035419502325281,0.01031453282922391,0.7269835184052356,0.0005439181313850875],[0.6550526375729704,0.000032956613552929275,0.7185520471377109,0.009274553673108515,0.8227332596266492,0.024389726844029923,0.4127500794626664,0.00002907154346864906,0.00012790574949641487,0.42392348423444476,0.7560171457455861,0.09698646796990118,0.21920030575492788,0.4658876795699983,0.4366538259234826,0.4878552076820686,0.6669182192825126,0.29237451044039753,0.1461307085114067,0.43397386434920726,0.00011970298015942968,0.5176966519008753,0.5525482132457616,0.7899854951407828,0.5551156737478528,0.0052217006804120445,0.04739074041326016,0.056276019425075784,0.47661267525199447,0.006357521252798322,0.04469979693010508,0.4742991708429271,0.49316782836346645,0.27914645275328814,0.5587549128520168,0.6352167228347226,0.0753841001628647,0.8467130344307627,0.8371739818041269,0.9014621921837501,0.7780577347554478,0.6216426050501538,0.5654384222402219,0.3984910509696014,0.015268946757618976,0.0033671928004754244,0.9176644010050116,0.6677042272334335,0.32403365254897964,0.004382946452799825],[0.000007475368954525154,0.11334987293011145,0.0030238008744946803,0.6599068043429778,0.029720374239172346,0.24455228393555745,0.9432454382632127,0.9569129008677107,0.019771733589852993,0.42600281733920653,0.5115579891461424,0.15755275672222926,0.6600063749853202,0.03388028552038377,0.03088697999820865,0.010684899164092113,0.12361744697167174,0.7443838403035805,0.5092761410957273,0.14585566048926232,0.5560438060676728,0.5743135144569499,0.32343307628786777,0.0035555880079798092,0.11077157645876888,0.606251965276718,0.00446022073436949,0.3988903398469884,0.3608435500357044,0.561369485550734,0.7927028788913529,0.05839997410606304,0.031192978218248547,0.19976099410387013,0.574761151377501,0.7934642432477991,0.13646790048514407,0.5484990537012379,0.9174234870891663,0.00010738936478839457,0.22438813286523088,0.007317728282981474,0.21044583803782502,0.06866503772126548,0.09942969487328387,0.5254476395535805,0.1231003388074103,0.3932926562991144,0.0034331240301622725,0.0031060316258796844],[0.03378714992162008,0.6905080998439282,0.168038644622748,0.0759145933844474,0.15395026087898447,0.043338332105115944,0.3728508501543813,0.8078831402091875,0.3643340887064461,0.8357389653742019,0.04339949890377301,0.7814446575489233,0.759396684078344,0.3653230509619541,0.002698749573834914,0.7062642674462029,0.43327966575483645,0.0013921803022385886,0.26473939858704526,0.21532724562193153,0.002795543096168414,0.777687194955344,0.6991648249928021,0.6021042969910516,0.9797552824753711,0.11319986267969197,0.03005549508829645,0.2238174219303011,0.13500963262187313,0.6934088577330627,0.15905743399365233,0.7636949169210571,0.33932198356635085,0.6772738784755654,0.892112945950592,0.30718031285595987,0.6269697793182916,0.8616007631431953,0.02183181661108972,0.6831129725915748,0.5607459279857375,0.009364992745850073,0.3282709048712904,0.3370929128312538,0.510845976286077,0.009629566269348355,0.0025783305739127188,0.5244669551746043,0.0016668640327934805,0.9608657538791981],[0.021831540557658093,0.6235411131252945,0.14830608775484874,0.023590581055063103,0.6692721948624317,0.742707256628744,0.8018771724436593,0.28861676837705486,0.0035604616575095854,0.0924086502278395,0.6611785928070042,0.823354736113795,0.743036473280703,0.7855482139610797,0.0059509701714756036,0.061947163633779834,0.1100698602140405,0.000846371378378743,0.0005703706023777284,0.5683035956036138,0.02338195848621413,0.6663609463665789,0.5208896399480681,0.7861229362548746,0.08335706754783749,0.7822592762028695,0.23272910051432746,0.015328071522591772,0.8489118519837106,0.6112284294225615,0.1724177300372628,0.34589622159131034,0.10339395828699992,0.5091383451472656,0.6271125559008933,0.8330632172330042,0.012835186688353982,0.024968165710300347,0.008256540537177509,0.6909438600086882,0.6280211186419674,0.00024545010812868155,0.2401671674982404,0.8241727021516846,0.39422092162793193,0.0008644901336220986,0.001848460919949729,0.7969355392446529,0.0013767246982003864,0.11943333603006984],[0.4105819325791142,0.7054328436071445,0.1426151759988237,0.2222127217287747,0.06889987208440004,0.726782076183589,0.2880552724846267,0.10511363802727111,0.7798133760919472,0.7611864769181393,0.2797112295791638,0.4737631415832071,0.6324343498019794,0.00510995070673269,0.0249588219176579,0.8071505608899715,0.18923589459238999,0.0027571967715019985,0.3692570592895335,0.5310368193027827,0.04014508292668762,0.7758535750469819,0.7773450803414065,0.3340108224366061,0.33341434532514425,0.5576830496859319,0.03643721234091814,0.07423849515829377,0.06031525316205463,0.6171545089427416,0.49210364906659027,0.5978939130981245,0.2521600253705551,0.6722194305602658,0.5103970807448218,0.7244513290288879,0.8031047185878679,0.6464285496938468,0.25180250653411135,0.7131147862324189,0.5036097444563029,0.0013933782853807425,0.464822718120505,0.32545262492972304,0.5106992054409712,0.004989774104047476,0.022856008239227767,0.7944940587363856,0.0363627219856914,0.7359606878065222],[0.06800932245921962,0.5893121241972101,0.5696627702517723,0.5584086869781979,0.2255862969439089,0.15036838136671973,0.11297781137312075,0.7126420601066287,0.5928103200252993,0.12218005360013674,0.16016087751675218,0.8654326858949601,0.573782565291204,0.015228418971218455,0.017843924115406598,0.023217459315725428,0.7669019229689404,0.0002460494453743291,0.07412833152770228,0.6155828875526959,0.07550653664784034,0.9248431069738596,0.7133460728722923,0.1777361413873831,0.3090933885593303,0.00508794034005118,0.5982563447929936,0.001983233383389596,0.9204655424179269,0.7975096051128225,0.09363715491340505,0.06996797100587984,0.62271997150175,0.7469962096302806,0.572509179242114,0.45066146360314396,0.5919646649301822,0.8725310718017094,0.005869671814868182,0.5864743761901043,0.8164586141937088,0.002966263175939154,0.9290488528575865,0.39873347714565166,0.39595236544378537,0.06509535361930284,0.00406713993515973,0.7523280694017046,0.04262987520400754,0.5168515196091149],[0.0023712608821163748,0.024127748279792183,0.0007901000186650136,0.5479075759150344,0.7125932497467399,0.7402188022858727,0.9328887683005187,0.17833687599958986,0.7621699624577327,0.39359754664295526,0.13322602785437088,0.7441727961227764,0.000005328400907669579,0.464478507536734,0.000016948712815476337,0.005644676147360339,0.7644073615506325,0.00015818918569100452,0.6124078664690085,0.021360931197477038,0.29480675721220767,0.023189955272743937,0.014404711589346959,0.6085811668850682,0.20894685864886609,0.7423086700611191,0.000018711974848607756,0.1373155390861955,0.44591386135999744,0.0026411472111774735,0.8584154462561168,0.48871203829709386,0.8965589537739606,0.6602587308692295,0.366368940448783,0.9103443496978614,0.0009664093287294841,0.00042161654669010804,0.49822561926804176,0.000009126228000608228,0.14176658127819405,0.4182960616656777,0.8735869123272648,0.03857721766862091,0.009447947237069062,0.7684113134159092,0.00004666894465623928,9.37203539404018e-8,0.019000236386529305,0.33314029403029843],[0.249305083343869,0.06403044506586168,0.0017840483513674034,0.856281206886756,0.7260660538516747,0.7934944556288136,0.4978993072198871,0.13893573163250605,0.7074280860697532,0.41196928582070047,0.08192530046343507,0.7543576944648794,0.00017930476130394163,0.3657588741192109,0.003081863934804785,0.013399541116067911,0.6970758072362215,0.0011797704768743422,0.35471484540692877,0.012711659424090567,0.331557321716251,0.010623109616696234,0.07967129362306447,0.3036183693004992,0.5489376621849178,0.48948843244856194,0.00024369792102397662,0.30376835853495937,0.3966112536360807,0.007224035117984757,0.6523705448370192,0.6557406650444787,0.555335828386523,0.48484266474248505,0.35284254585444214,0.5642600890550478,0.007607722327321274,0.006404464217437312,0.46799231817462644,0.0008835809044213035,0.39687416573996936,0.3509720385621965,0.726906731806817,0.03588061661265703,0.041354699258290814,0.5225723106418404,0.000235836738750693,0.000017244877133268527,0.030350328989666504,0.4304440099467051],[0.00006646718256591653,0.5499453456255835,0.00007943936702969747,0.0006075377278019059,0.01620486679651665,0.4731761628560683,0.7514268931548708,0.03241209691336423,0.72354416605045,0.00018421366066232475,0.3622866130029131,0.8971307600200866,0.5548055220430783,0.48913781518666716,0.0016875275245583773,0.4449157566063488,0.6659924188879841,0.017454530758521294,0.004222134218290769,0.46292303861260514,0.8214482439193979,0.7312777707451326,0.06438455366410764,0.2538233703465487,0.6218903100685429,0.5795213094789855,0.000901233824967096,0.733743678337249,0.3248834835079135,0.46565110377594876,0.4476381656822777,0.5494878379636106,0.8929863941236366,0.36124421170245813,0.028754843236330825,0.3492411512099419,0.653468008894763,0.02388965767122322,0.0002571517979287163,0.029171408269176132,0.000044814268577106364,0.7694618821150891,0.3993325272466279,0.07649835609191881,0.6560911605908192,0.009678499270394589,0.6765748857241802,0.009910245429996972,0.7561508884050102,0.44497738200121906],[0.000011524367455578948,0.6998694292514077,0.000025363805963185013,0.0009031397350994102,0.003322094511511006,0.3628749708885063,0.5471626116690566,0.16462114073035444,0.7261912387663401,0.0002030617994323707,0.45034311071444527,0.931939045797974,0.4952236733604624,0.41446390470766936,0.0018164208117266228,0.23932404910050326,0.832933840550912,0.006729581790362526,0.002622411328425722,0.4898409922908831,0.8001457505019625,0.7342516995902022,0.059796980066794986,0.20140839542683472,0.7673760296237663,0.6469902828196248,0.00031966166693243647,0.905636855206426,0.5689703330205447,0.4521979764375024,0.38453950424734346,0.7334002468213776,0.9358257800558908,0.42899300211100594,0.011529128595676596,0.3982840480949215,0.7334519433161828,0.06122553318919376,0.0006656630210366072,0.04844651074739814,0.000019010576823984966,0.7517893520641432,0.5102284108761569,0.13058539116716117,0.3758026902830557,0.015692944372006867,0.8269208252739869,0.004963291623509869,0.4126061340156742,0.4649339839749105],[0.004871545816190993,0.7178548998789537,0.00218471208110441,0.06295918403036559,0.08414856278677758,0.539162582944562,0.27333013094166375,0.2885036101372975,0.6093560947874347,0.0030186758720390553,0.3778399418295732,0.37915128253670843,0.05083297330715362,0.5835955193382987,0.011525231925640266,0.3849182887098776,0.7230953218215393,0.07253214068704217,0.3690579581364415,0.8920673833851267,0.29809583873083245,0.5505416775007621,0.0030742332577658477,0.7594565378205352,0.30641407969645373,0.6625538335049013,0.1340782972782519,0.3786289761578415,0.588471350337824,0.38283979274873997,0.20120962033025758,0.6572751957082216,0.699551945674559,0.28003415318212466,0.03347755044282479,0.5309516556016346,0.8881750986191957,0.10414511955048089,0.036637611978741276,0.48866001801812536,0.000815082835712298,0.8623407891140834,0.01269814426548965,0.08115531801632593,0.6864084638793796,0.18592295672045028,0.7368638860388527,0.2963479812348856,0.24599868987764853,0.13769403349717915],[0.0036604241407559436,0.799876699980878,0.00037989403703617803,0.0758866715117585,0.14294626192354637,0.7167761473936664,0.5070500117406702,0.19041243060594862,0.26216432624182806,0.0027099261464094506,0.24970945730194988,0.3134949873357976,0.021058691064438657,0.32158628782603327,0.01394716987010851,0.4552472341597469,0.9173197817230838,0.1899339438431983,0.15607019765009347,0.9206823657912304,0.310349277957231,0.4309187721767818,0.00570218917528175,0.774999667190057,0.2221356356761017,0.6083701678363327,0.029291655344295658,0.4103795520436637,0.7463489300425911,0.7479165962765214,0.3209997035103638,0.6443467690587976,0.6748255479769047,0.5964251777303017,0.045612747275760666,0.7218828718089336,0.8980779741394253,0.04268992819122236,0.006288187254330221,0.6200126441226473,0.00011393382448700758,0.9035810575296579,0.016401188198240296,0.19994722052043032,0.40511466264005896,0.05905539299992626,0.5568316112391625,0.05883676419793236,0.17191124672718422,0.1046798700625932],[0.03588327544780934,0.22866256311906313,0.3673798120734026,0.010322430912092992,0.21667928255725327,0.45919531622759835,0.4050221613258502,0.0033066621367670106,0.7259223942428877,0.08179330020398243,0.00007034862575989937,0.7612907053035336,0.8411093419352401,0.6136691763795589,0.06669268831169212,0.053571170915031954,0.22172678605818485,0.4647132896511652,0.008660625655296884,0.010467594399531925,0.22216423092442367,0.1775426510235092,0.00016805717157940923,0.5891391322637382,0.7543226350872243,0.24516895250620846,0.24028539908803898,0.6854452283515494,0.00766091786528812,0.5526690877335476,0.5536856707686826,0.19100409185414813,0.8903267385088071,0.033666786044924846,0.3838212098313011,0.7299952070219717,0.43461083154913294,0.26452808432127417,0.0016773173712929033,0.369467926409089,0.09303474358804967,0.7457020757935611,0.9335095761919852,0.011515006393201483,0.688448409170994,0.28985423521726755,0.7593573602162711,0.18201829392271895,0.6695835296417316,0.8828308779166888],[0.1564368332301659,0.18581091465538777,0.27342413860279924,0.02454115585668186,0.3344015179752213,0.5573422926371859,0.321743728347157,0.004990326174699629,0.6880651557215279,0.12169824798166332,0.000021390308029388248,0.6152251123650678,0.6363415985926735,0.8963348898444569,0.04837892159435074,0.03529582935724145,0.10891719914956556,0.2657720574103922,0.006452376379160814,0.011760045923909009,0.13709429949469445,0.20982801287115535,0.00016589825750547318,0.5948444173701263,0.7034323453610412,0.42270756054551045,0.1695115934040083,0.8558596817911225,0.05063231560948157,0.29417629939355017,0.5207917224366098,0.15300984660240058,0.813621969765391,0.09716325141279973,0.4744063901946491,0.6109431189400516,0.7882567612998816,0.17109012654261,0.0014296735897347016,0.4767052640394532,0.0908434781234292,0.7160156319119797,0.8342755593330169,0.005150362566280704,0.6844655935438604,0.18934474123249112,0.8524723446295619,0.219264288146926,0.4350494888173818,0.8507666316063212],[0.4396871250311514,0.21940143893003516,0.254978691269613,0.010476480514413255,0.48349934654722493,0.8003555799825443,0.1564816800062042,0.0031764179394839845,0.2128871399882257,0.23251050316453042,0.00013373589956588744,0.10401955661057713,0.18462689892398604,0.5393313371533588,0.04351114148809577,0.07206945478635678,0.14029465416025677,0.7664203690036056,0.14430548385971947,0.08844804361336563,0.026795079969941897,0.1181187987637671,0.000009228487994883627,0.706140615968404,0.551362354266336,0.7408430336543878,0.5749819853194901,0.6805222702842577,0.013731019605753077,0.508205629316668,0.7164830901774368,0.50169432195291,0.5336783105763293,0.08416225052820672,0.660211965126938,0.7664685448303817,0.9156650942741841,0.14826453162795156,0.12776067619664433,0.7491062279779832,0.04392647918718724,0.8660251779063884,0.5488390198524988,0.09721084704762216,0.6099216366043095,0.5391890214561534,0.7291329113467304,0.8206994829263955,0.19469794435198579,0.33191677285218557],[0.5359847398549851,0.12339374632436496,0.5437863625320679,0.02630262390588691,0.5763905542799705,0.5781807063927973,0.1576674833496298,0.011094978340410325,0.2035269742837153,0.17183676447085458,0.0001784606506460324,0.0975140555833148,0.2449210885548529,0.5843442656033176,0.1552142078489675,0.04939253757891852,0.12320449700534322,0.37271478902431315,0.043753608190372564,0.1003656741529319,0.012153171215270795,0.23883474346707095,0.00003259354826995058,0.6386520790285514,0.24219110491773477,0.7292368496550525,0.6401867228527219,0.6860329393618866,0.027736426126389074,0.35993692252059734,0.5617116684323877,0.3808486360330503,0.7846087505152091,0.043610888608724196,0.4708788999239423,0.8190598348204164,0.6731102537580078,0.3242786211396077,0.08580122124769617,0.9136347592626038,0.10529091955809719,0.7161040028348808,0.41047065466647303,0.10879750537332428,0.7386794214677908,0.6192032512832834,0.6879873111719418,0.506580063241342,0.21960764819001874,0.334957009859767],[0.2606206756407192,0.7372693048822095,0.000307924504961656,0.1615873038444055,0.04769020898308741,0.40975954939864606,0.8214092716557062,0.3387940769011739,0.5716685715488214,0.21982167242363904,0.3938455359320834,0.21395601673065934,0.209862986162322,0.14035249301011107,0.7241564769544848,0.22537215001963662,0.7035956160950295,0.542059130179415,0.7348781051616518,0.2428031077980943,0.09442080104094396,0.6040352851292793,0.006838366790301881,6.862082161413854e-9,0.0018582521405673136,0.6229197369947184,0.10221174891906838,0.6107394375756747,0.8859711218242665,0.7347510213678196,0.590398987624871,0.6670043638685094,0.00003393923890691499,0.0025492854591906357,0.4717718868459148,0.4955106551625288,0.642604230778476,0.03427989075542693,0.5744379570758106,0.43036928312985173,0.8335134770529495,0.6166448667576102,0.0003564781959879142,0.11450542547572728,0.840576380004859,0.9461003178906139,0.8072808471805419,0.7079783515305955,0.00004118053314526862,0.027166143651927717],[0.12774588193286268,0.6153726890475377,0.00011725620721445985,0.027126387849243247,0.3644060427464511,0.04752209103589041,0.23487613507970972,0.5630385200246254,0.54787701656799,0.41099272152534655,0.23043608301031993,0.06713732862476472,0.7117513238167397,0.22082828937958296,0.3957458222461008,0.19030495529839084,0.8305187111562907,0.633584788816763,0.4973885620827653,0.548506069463654,0.03823248320503003,0.8052633493832534,0.00300545571301168,5.231417447712943e-9,0.00144154538557595,0.5693039962136867,0.17385661118512782,0.47278184669313833,0.7314525422939675,0.804336584640969,0.7419081004705804,0.8792086793192301,0.0000086014019219556,0.004210779718572722,0.8944336367597342,0.4117992947043155,0.5500573016365174,0.014307737698323997,0.6396301061959151,0.1280333746037027,0.8310639057434837,0.9051415124784697,0.0002822417282712813,0.07472975980112884,0.6610395895146267,0.8155852022947617,0.8087679107987946,0.4991057657767521,0.00011820561985493922,0.008581512162535096],[0.08795103249328443,0.5387295994578948,0.0005670487925235885,0.20764226676575046,0.5112617331019663,0.15464043597658836,0.6790551330448601,0.6052281845031664,0.40357865455500375,0.3693982457110934,0.5921694965926935,0.10624116443012058,0.5326385023377445,0.1588702814441616,0.8625608109062958,0.5508728019177241,0.5143098253861992,0.6711057694890585,0.12025385635601347,0.38885977756250645,0.16117452913428482,0.38568579853747836,0.0026842017020273757,5.9073762333273365e-8,0.0035985274051572214,0.8468295220365168,0.40548412569445824,0.7407265886992769,0.7224447021975356,0.7230011305581088,0.4965400355058338,0.5193804815126207,0.0000041251757830130806,0.0021930921890489907,0.6338785585974794,0.3870703967393777,0.602445931019953,0.05689231831986423,0.783696341415391,0.07123250314866644,0.7793332913749282,0.7971075224044024,0.00022594817677552945,0.1211057125493081,0.8515452145594175,0.9182367445206824,0.5963416090505318,0.5694480652102814,0.00010250029235115453,0.0007092078202231943],[0.39764644671424854,0.5528246737833741,0.00008371281058290042,0.026187909132216823,0.7649926267593283,0.31560899592152397,0.5212140532810744,0.47808160135873906,0.6206731352794133,0.2972515515100206,0.012470367803727367,0.03948729458132608,0.07466659408837568,0.11000608813704496,0.7714699373323779,0.04328086182370698,0.9139324528713456,0.4428983753867913,0.6161428012791171,0.6334449723557181,0.03846719091853721,0.3671044741527655,0.000002700986668901833,0.000012352705304578294,0.009005927989392816,0.6756923612948126,0.5634844304951677,0.2528481401773624,0.8125097001441559,0.567046430908771,0.2659644944377777,0.7233528763449759,0.14713707154937158,0.017287308897978564,0.5005532674702667,0.5574116050747349,0.622666715495222,0.0042372678861033975,0.2133516265739308,0.9020170391476926,0.4605473489576695,0.7933448488069574,0.0013568892398743823,0.060509502790706646,0.5944648721090307,0.4996380143467607,0.7751354654654142,0.8542867508917517,0.0028638193034593445,0.016027527765575436],[0.47981335247555157,0.4168219681640295,0.00012056263255953328,0.012424101080883527,0.7560386578961231,0.6501245923613389,0.6959656125553672,0.49639993783145686,0.53326070755338,0.4205205525149895,0.021009765676819895,0.013173278132268483,0.14978382547284863,0.10855863270754068,0.8698448151979936,0.20196691585354598,0.8588543056544016,0.5012797046312252,0.6641775144980024,0.9005138855041299,0.009092959870181126,0.1728220723710378,0.000006867202627477475,0.000009773012480650786,0.018425540694563553,0.5744102779938747,0.539818759524996,0.3455926670615825,0.8308260644414812,0.31806591819940483,0.10208677291878492,0.8210692260477619,0.027518590557803566,0.014589819300785836,0.6328799479166491,0.8792159622615309,0.4720840477227554,0.012330912862927772,0.42370141370703635,0.8747675971284276,0.6586355915829444,0.8866774407713746,0.0007663213200483841,0.038492766631734815,0.8308329510489885,0.4148987203856162,0.945492269910809,0.7904555815144357,0.006922386377760136,0.008663999539659325],[0.21321317657272731,0.7627004947634096,0.00020423301491627203,0.00978788965073118,0.846408218550789,0.45583364118051556,0.6612867221584366,0.41618288538408976,0.32878371336738044,0.2508210584289197,0.011361672130238993,0.02053680536992578,0.05280466439883269,0.10064492223582329,0.5901092196132324,0.10127945572634303,0.8671262203953866,0.7538438482376175,0.8205328628084984,0.8548274690544226,0.008804882110041014,0.16565475286859443,0.000002405028719993953,0.00001120361914987468,0.02563005421501327,0.7524756678565655,0.5499968302667816,0.1979528864371841,0.5986732808945147,0.31243241022107676,0.19079768012579848,0.7012875340668894,0.13669229795008633,0.00877016849766024,0.6771253479889069,0.7390085948536782,0.49120371385660866,0.0053740988681795,0.08596466421813229,0.9128519811302913,0.3992943472382852,0.7272356809721978,0.000541950030932675,0.07508176286377746,0.8737344995125351,0.5959961283544607,0.8281678768929212,0.6196843361401645,0.0031365435975627626,0.005753935467058478],[0.2462620670529223,0.7978852750327422,0.13527251630305234,0.0006128410734011903,0.7485095259376131,0.2042227443846906,0.6923833739864071,0.027669260081557623,0.13106059862547248,0.28268347160257157,0.40218202183391705,0.0004247008387096988,0.43513129985866694,0.13119517899058433,0.10800237979770018,0.021900491009121337,0.656459932489049,0.09898960347866165,0.5789250672141713,0.7286047605761511,0.03441311817395315,0.004338156540271273,0.00009474917758974671,0.7481572137743489,0.010712896370129999,0.45883648829179013,0.8331459180401138,0.779583879022397,0.08721128480725034,0.030444234703473804,0.07296382983149792,0.9433534952421807,0.8051773351213843,0.7075914067465306,0.23882761879821413,0.8046294336492147,0.6881662927986095,0.4768394921469693,0.4272586291069101,0.7330082907954345,0.0022672296791455653,0.9205783353429956,0.001953563621744601,0.2574595628589831,0.48542892751804395,0.44017295407343604,0.6149674745317947,0.0674168190436329,0.004346238883609852,0.3485059500547449],[0.562824213905655,0.7298303725153739,0.02047204442327534,0.0006663309632572798,0.7003530031767943,0.5750963573824667,0.155329644130329,0.594964996852648,0.7963446581909754,0.7524648953835652,0.7329790614016982,0.00985371621081438,0.7797451630622771,0.5205901364114733,0.4689454809992683,0.057583068431870894,0.8629734516230768,0.0030523627404924836,0.1488340197253322,0.7304723277350472,0.19223939276269636,0.009726588274342233,0.7067221108588088,0.4867684695887936,0.5287038310505942,0.6941074140308865,0.40501341066561175,0.8458674304352047,0.6088098834161139,0.35247605438932333,0.2939841635653224,0.0017641100246509895,0.6282464860345907,0.6364417071296552,0.6065809519817887,0.5296352769509436,0.5565828767489971,0.7041666095573319,0.7021320131597765,0.5156372073652855,0.0038853686286800786,0.3439052350459961,0.004093713538143365,0.48303052483519765,0.4765295329889613,0.5612705704677458,0.7870803987034402,0.00986941364658441,0.012787151113745992,0.7063509499400022],[0.05245851650862419,0.5608511554718935,0.1422611865763667,0.45698434194739407,0.5431226676223085,0.8467823021762365,0.35033865866844394,0.3436820075720458,0.13159674662129003,0.005562969557604836,0.931352358057747,0.0498589940014304,0.7148539817523418,0.12345041727652017,0.003172245238490235,0.0043285971852550075,0.5651445667762478,0.6164655470864013,0.7078423043799614,0.04927062213677517,0.008033480771962776,0.738849947318985,0.2134289806456441,0.16839864505397825,0.6699706199604125,0.2998534506575564,0.0007357518884462865,0.000028683366134462233,0.4646617147801635,0.3376681376870937,0.31727541561888045,0.7864490395297414,0.0022346257281560993,0.000011681125288771705,0.3696308537691831,0.1591433451139037,0.7916748847033098,0.0015454179300994843,0.000548789104829082,0.266518004502171,0.0019006684422545378,0.019952468215891084,0.9184158723261631,0.9564355875418243,0.003929418836433922,0.6593267091586652,0.9252372297224026,0.7714884060055469,0.9318674572937388,0.6709617512530914],[0.3382924801566427,0.9500894814133295,0.022637040428484398,0.4386288782085654,0.8758589384438965,0.8674249898488459,0.012629762899791683,0.0517708321386746,0.45406716794803015,0.0007280003763904633,0.7834697043725998,0.25715605104896516,0.5048421946583181,0.5911231817996199,0.01299882709594903,0.00421891341708925,0.589507497042795,0.3809007624210811,0.925964782019957,0.03681976798014144,0.005463084415552755,0.6377892358892376,0.11586338266338658,0.041271745923250905,0.8211853584801182,0.4349206094372126,0.0011327612676173377,0.00007503604813088664,0.7127984854113859,0.8392129558344605,0.002114756931618348,0.0428553632614785,0.25227717683079637,0.000005871223962745458,0.5443958310012044,0.7814370792955602,0.8445403437254898,0.005948967565676613,0.000028250426305574794,0.0006525992574918093,0.2096115352946763,0.005738269536331422,0.5919966862905159,0.6884917033167228,0.9398297992688266,0.4787064585251881,0.6306079518607798,0.24773893091827667,0.5194500808160287,0.7678055319068023],[0.23150714769992262,0.7527821837635056,0.056304216557287116,0.13227352522251418,0.8864325034647393,0.0014444999083298605,0.9335621035484193,0.5604222634861987,0.7497975815270119,0.1029035745726487,0.6019764356066594,0.5104231092534481,0.04500460454036357,0.20983187846313833,0.0051997819228119845,0.054443777714804874,0.14132398341543162,0.402911403647291,0.41573002797263625,0.6368574978095318,0.5997582793426216,0.9129233843187744,0.03227264685128196,0.05983828937341809,0.845715626989606,0.8919834312516349,0.574480499502344,0.00012078067566630567,0.006768529006815317,0.17356050969284956,0.21545539980019032,0.4277960355633641,0.00004898009744694418,0.02064968272883716,0.48363961060539784,0.00018069615277623813,0.5180844756926045,0.5957736947609413,0.18240744834940142,0.4048943439449116,0.19687268392279275,0.73041701734894,0.32641517947819493,0.003990927339715548,0.5404827399050608,0.2503035762220769,0.010547501210458315,0.05407572601216846,0.020240964831805184,0.9275873259572174],[0.667714394140663,0.022094926079133024,0.14033085002991558,0.24886006941551095,0.5914367020234742,0.00023583050281355666,0.6500930687520343,0.6976075750426466,0.6258218124024462,0.029397402963005078,0.6692491103897699,0.878882090484269,0.19913298855582592,0.4775568348948797,0.007969503942452615,0.0000010187388482306746,0.09158898723659151,0.07876740809142471,0.7360801935660038,0.22666798950531844,0.6847192488196427,0.6089073533634891,0.0001253726209672262,0.0012231268263931182,0.8495140880603935,0.8179560519044461,0.8414806349373929,0.0009757593124109268,0.0011357684549186322,0.009037510104597784,0.24465478900307058,0.8770929760749355,0.0002801720005323053,0.001090712754057994,0.5940738803638617,0.0003666702920931866,0.9247596472545863,0.880557719497788,0.7686975949784327,0.4584062479943178,0.16199283405294448,0.4184802844395776,0.792070518117704,0.016700902601262828,0.12510866593057612,0.1702800104666281,0.4138127830801826,0.1363983348919903,0.0018156228958492273,0.28462106548561844],[0.8433898115284754,0.6755712935585583,0.05068475399931437,0.06170395103586497,0.2557669152064767,0.0035452040847990802,0.8602866912141945,0.5798283064193884,0.5967601973544995,0.3655673025158622,0.27562974740864576,0.8456823354420527,0.01891047798728727,0.28956249461559364,0.01934307354507515,0.00008282712361910443,0.23215687364329707,0.3661130047986726,0.822555021143488,0.4081048292733342,0.7572943403584541,0.8131807337834985,0.03596666014249267,0.021351095090638345,0.5368995780763469,0.4548313367879954,0.8028580230015127,0.01829157865084159,0.027331437520006246,0.07736416377356566,0.04459559010501368,0.39791232587529546,0.0021269504417108297,0.024130012451869087,0.3106125799911532,0.00817041228465556,0.8033462470039858,0.9084976423820952,0.6194009754803569,0.06262248017813177,0.7565522774820325,0.8758624752812662,0.329200947157016,0.12708913935354085,0.48351195919281814,0.27895289837689247,0.07171529204755828,0.20145530914126064,0.10501175713379551,0.48025540411023704],[0.42074889715944636,0.2266059328508667,0.17824345927412755,0.02557644086669431,0.44594818434516154,0.1484870044649325,0.7006108354246772,0.39988258081929506,0.7713265105707366,0.3025010653666855,0.7602041730161244,0.5157610748458104,0.059822259137695885,0.36542443135734526,0.06077521689675318,0.03236834735716514,0.3096462014229455,0.2308251778123284,0.955408867934805,0.9286064071526732,0.8663033893361369,0.3557660302039153,0.009801118368513247,0.012784706708122413,0.23874555110994816,0.575304158235488,0.6560291940502194,0.001865217283428214,0.03791845256717883,0.166115558289861,0.1101814761422842,0.8194693892537334,0.0008928478305803427,0.06907421770588422,0.6689397220605979,0.012440072908833547,0.6785851853982937,0.7895218208967317,0.03710287376109425,0.18480588517118068,0.4483747379864647,0.4137691704560144,0.8860638957692849,0.1073810908685699,0.5396019090671943,0.5085230860501476,0.00576933731962362,0.06411961261311692,0.4568626772781649,0.5053381881199301],[0.02167781258557467,0.04328402095111118,0.0001081808411916237,0.43447084568649197,0.7467721551353379,0.6197291297007117,0.948813564424524,0.0000050870045460226504,0.5317176309726,0.47544462624374,0.9414151626074156,0.474305314619824,0.5135613723053002,0.008900071084693791,0.49078245563314804,0.00004108192831626236,0.0001352746612934936,0.5582140246531858,0.7413396371603339,0.7905750950196831,0.43419207052776637,0.9511697311660907,0.13828000191634945,0.579877969427728,0.2854961026066305,0.5125670306534335,0.1704565784914914,0.0006808434637919903,0.046403094705961316,0.30316243218047356,0.11806051842303851,0.16056434319150828,0.06492221892668998,0.000050929831485977354,3.477896536640304e-7,0.044380502778617804,0.9672085185119328,0.8967778502794856,0.22129334784861557,8.746431386876639e-7,0.575780063884383,0.4189466818064071,0.6744179978151281,0.29437446717466725,0.6572366074302257,0.6643884067741374,0.5236831261903692,0.000399388734314652,0.18760563093544688,0.2323666959357614],[0.01127114593223403,0.4902345178684274,0.0029209566134038734,0.47519224761069007,0.7875676477348088,0.7762908553541576,0.4321267145493692,0.005647799146999335,0.10175796873376548,0.18331457745144425,0.7596236729159648,0.5434413884663192,0.6817962104802832,0.05306745607371721,0.7904865902083392,0.003198016666004333,0.001597117840080857,0.9122594556163649,0.29340855308336433,0.6046225601136493,0.7452564040279959,0.2648310336667619,0.7744674861523556,0.27511798472614124,0.6078726764480269,0.8454274455088977,0.3140811020296446,0.00597037554653094,0.2822850110573957,0.5115247400973294,0.03737394447522557,0.18687099839810015,0.5980008146114005,0.0018346991169433185,0.000022236761351901858,0.16430228771568703,0.6316197563802806,0.8908057923103146,0.1577938858258463,0.000012218048328296925,0.36100836043022855,0.32958230297456065,0.58521829444369,0.9171990630825658,0.6472575669123503,0.3227650346254475,0.7845905885741626,0.0006831070586428207,0.046561466595031166,0.0021990642517842017],[0.017549515692687336,0.10861815111794976,0.00006294336894114117,0.752875933821868,0.903790532475605,0.4376664578915444,0.6667923725244385,0.000058886135561020354,0.788685736131337,0.6972916148137158,0.830875056500834,0.5756659714045159,0.5970050311696782,0.07863040894699924,0.675665153859052,0.00033307870243886185,0.0006147528368368364,0.4685153845959092,0.4650144506878866,0.545584483485082,0.40181807431189503,0.8667616648977041,0.30160737692525413,0.370600164982931,0.26457418337198807,0.7420009967311666,0.3507753685386023,0.0013302735958605665,0.014787358204607115,0.24305485694798853,0.08702667248179784,0.05232968861563328,0.031127624506067424,0.0005685899113505822,3.169227281780658e-7,0.033878964758737466,0.7960046715837824,0.7840225844868405,0.22759179282575512,0.0000014794199051651662,0.7913695143918389,0.7399674657304227,0.19953905850178633,0.29862412095229723,0.8844282695450153,0.2888079850295942,0.613801864022274,0.000959943653715918,0.2536303430101193,0.09768618538088608],[0.8806661438919255,0.6659783676267012,0.667044026909486,0.38556626907304575,0.1894295928779479,0.17818936338339736,0.5920752360971393,0.24494861120301664,0.05709766457902565,0.7323968928014668,0.6817619134579121,0.009518066359934248,0.10433763821313773,0.75774857956782,0.43562731393764426,0.019024586765965447,0.7812768725387755,0.6387940939930552,0.48401083007370566,0.512047605708591,0.640048615467365,0.5893035585892217,0.5953044063780137,0.00040990877828723225,0.7009388622259614,0.6699506526067225,0.7825801347746641,0.08521370768444471,0.3213427989870827,0.5753121910656623,0.34863356748671914,0.3929636026363377,0.4705671397614509,0.04996082914077948,0.7761505711124537,0.21710873408831938,0.15193337577851665,0.5092023531516129,0.7193314572130081,0.05701204218753305,0.0035403535794630322,0.2864329639313062,0.4393308804101885,0.10050100709322374,0.0011937467827265544,0.020767714739958778,0.013008276407570817,0.49565491937100536,0.7031400967175985,0.8133067632515387],[0.5878427555369508,0.7818065298051358,0.49716091439052357,0.6087913786125685,0.7349535383987743,0.49511134254100303,0.20344154468555087,0.7533699754536597,0.13368138103064925,0.26203760916893776,0.0015424063776052362,0.006352081017912245,0.353599183872658,0.6943559904520096,0.529572722326068,0.016505995416275333,0.35649075883693054,0.8483586318039552,0.4343261338326249,0.8236090704336775,0.5860694894937424,0.7315366140453959,0.7373138406411769,0.00025511060702599177,0.0122429057420328,0.6569399785968952,0.3993855280876994,0.10818106072423052,0.8423349407372159,0.6150256077562071,0.38496662405932913,0.6495546514006709,0.4339028954677336,0.555903051677922,0.03487112554506148,0.6769566372010134,0.0013922525993184805,0.010386798623691455,0.22545285334843865,0.008133736023678293,0.00474696626957509,0.3015709286407479,0.35591924206868436,0.07548316921496234,0.8645195911648644,0.00021781285573639874,0.13362432092445212,0.6440224107322234,0.6343296893332913,0.34493356374599043],[0.00006057389323495371,0.00021142017381326996,0.9823602247151395,0.000015271651297094517,0.9076937702233042,0.685611612842056,0.00036664198415139093,0.08289169189939047,0.513417127567523,0.8409338582212463,0.9229274271509643,0.08136520134701358,0.14478494284785431,0.9151200612715822,0.837144523242347,0.653801583795627,0.0000024163788612468895,0.04226914844894967,0.8958958931441376,0.09588664909843268,0.7678926836619558,0.001640983469305648,0.46571769916147965,0.009808158741748486,0.2651939338101303,0.9567552032401802,0.4535580150762847,0.009179266279199672,0.05077650172298142,0.6968388284210109,0.1532878666500838,0.0014334147747550572,0.6103426994527008,0.8391381045373661,0.9717281406315995,0.0001803618380059753,0.4451420076686034,0.0956755265219943,0.6553953639569104,0.5501155868079984,0.42738516736020776,0.011710975894648958,0.8045686974492287,0.06974776301924435,0.22389510432488355,0.35084749936007453,0.39866859531449766,0.003599323568997603,0.5089676149170671,0.0381005872266421],[0.000029019878238022685,0.0019138467922527745,0.6155031852799908,0.00012988930942239995,0.5247945322545013,0.234782686359002,0.5584991333640716,0.2183837718725548,0.11890740422302368,0.11706516404894521,0.5110398137205497,0.3538258901345539,0.5810344264939444,0.904606788043679,0.02296659662356248,0.0000617217099358876,0.017673395908334985,0.29389983459894936,0.6852777212352511,0.12085346462192376,0.04667790446687339,0.03536160519385841,0.000033712490404326074,0.004631985493691669,0.5730796075025854,0.5495206596981191,0.010600310947568421,0.011316296773131842,0.000694483390044298,0.7541023851201356,0.3952106898674929,0.49420332738720013,0.7122751818730774,0.4526251260592856,0.5295506937776784,0.12073216484064853,0.20417105283915662,0.2675939076273514,0.5634025254434044,0.4924893010717867,0.04994033257687422,0.035466162246312286,0.745218291505485,0.13093739903945575,0.6769271853127308,0.01741578366513481,0.9154120695080157,0.034246053959413846,0.007508998013008685,0.28488261784779334],[5.439763954319413e-7,0.0008676290548148387,0.7137783189145538,0.00994235608957824,0.586969124244276,0.0676856065165235,0.7878389760021687,0.6197890800307151,0.11977365040499283,0.650825303343535,0.2288383307016622,0.1439480390524918,0.6696704073039499,0.34873149050748653,0.000035010308711677476,0.00604794094500406,0.5204507868320921,0.535407342196461,0.5892176733647114,0.03666715667288095,0.03475928072095533,0.2945471775354132,8.100397877902283e-8,0.7874667122044212,0.8775497587635774,0.6065257114590835,0.0009474219504285745,0.24837135697961232,0.00002105592030780698,0.7941286214919054,0.6973492768738715,0.011694025257505895,0.001048163380271124,0.13917083951210313,0.6340060587836198,0.1341447899643551,0.017383980912293377,0.4752831657096419,0.49138275457298874,0.40113948225338725,0.30489205826690047,0.05087360303545276,0.6758944344338637,0.7313666618193928,0.4211830568071157,0.0036914288457352944,0.17405509929174778,0.0360801110504617,0.00019728145290940009,0.013581342148041464],[0.00899154030466277,0.6432872496220994,0.14626703160336538,0.9109736524540368,0.15275959119640936,0.8833277758428016,0.061354578460886856,0.8338499875814406,0.3539703537815253,0.08178915544937491,0.05061286018194227,0.696539954738896,0.1475650048537744,0.7505306280693234,0.1156585895808281,0.2087428199548394,0.11995463147138219,0.2844987440743736,0.5493150682077091,0.661248093716009,0.719742298584139,0.7140549467406039,0.9178479140837194,0.0004616594471606009,0.7064632456364804,0.19215181495418235,0.001118297744012398,0.40285376300480324,0.16331918952449961,0.015514278291944511,0.002553412648153272,0.020480211012227856,0.0015311322797225723,0.29227138748040704,0.3423096470576824,0.7324185117680463,0.13417021130242793,0.1970334993497172,0.3275157643090544,0.8950604679122787,0.6043039353276265,0.2252518564784722,0.807334157258567,0.20100384164187948,0.30672501150027803,0.2999319550271213,0.5755397334328072,0.49949555782741084,0.08559694204688932,0.40460186909714535],[0.008127705690404673,0.8978558521284995,0.11769056014774688,0.8524600488237245,0.07266009555331039,0.9336238172314686,0.03612217544324513,0.17836377480561116,0.5875013973694039,0.01663881759033972,0.009597051740115744,0.6849298345798408,0.7414522213251103,0.7533013816406351,0.4283106449380115,0.7414682936285365,0.05683327066829623,0.6999008151348001,0.2801236402243159,0.7769309432244444,0.17590275675357991,0.7255352511274804,0.22324841633029954,0.000052893885796946186,0.755102134243266,0.9170721672429331,0.002654228529080861,0.8224437043533748,0.13117356825277465,0.00015349192938900305,0.004377231339053511,0.022169380014487535,0.0008539804314603234,0.6637646010567951,0.6088420293695873,0.4004748547338628,0.18426272672866353,0.1983851774175492,0.7024959653823472,0.752622989606556,0.5212233294127174,0.016679452247080322,0.9423635346827105,0.22878689022828813,0.09590537626481305,0.04363744139577812,0.7206224618341485,0.4009117386009419,0.15166491848704133,0.1753920106133764],[0.03687651412531969,0.00007008018107737322,0.21709262458824544,0.44900497799833616,0.9602793001032669,0.8243684483362597,0.5378240302925432,0.6271475061988215,0.5589876475997811,0.13437191607563118,0.6654749770853304,0.5550061854356778,0.4451276915603179,0.5389168565972292,0.8933093281442279,0.8837063119333594,0.8237153373965888,0.014750527101803875,0.0009345794394745236,0.01963201752933899,0.894470818413093,0.0037205446312143535,0.5079115866701837,0.00037292190351257814,0.8198031568514793,0.3572942420804336,0.0004224908609624812,0.29963504967046417,0.6823744061669894,0.00029572302124228594,0.23658489308125302,0.8540115423092906,0.3075358075953042,0.3084262499693136,0.00016268759607019,0.773040022699326,0.690523967896321,0.7545431413161776,0.000004059320044980974,0.5135545789909306,0.9626546987246977,0.7479507878978829,0.0022655585290781402,0.949321361369774,0.9304347448863506,0.8008957544780405,0.4337137674335505,0.13573875030759894,0.8217689279095366,0.05494116177029431],[0.6729348526477489,0.00523270610945174,0.4465172939543462,0.5751138000499809,0.7836071968910561,0.6087172720840622,0.021258650429505397,0.8773943859239736,0.020311860609465486,0.7742709171397372,0.7314527143850241,0.6435282291875289,0.1292823275229456,0.6088830020388233,0.7516438468898223,0.6692071311332018,0.8844023636126146,0.3240728708683319,0.3317310679873916,0.054730609918035265,0.0006892885771120436,0.8559537731396327,0.6332599820849134,0.0015467665666299099,0.14697908676820562,0.5503790795454,0.0018945510275506395,0.6525972122447268,0.7059049526150125,0.046090385153116774,0.5563564666496942,0.22831780588210857,0.07741097501153621,0.26751386525029625,0.008661883628213933,0.897524191093556,0.6197548507441935,0.7383864043640139,0.0006112236758541891,0.9027047883593204,0.21172910809675363,0.007135247554079281,0.01899475756887861,0.706881482129031,0.7088088834032013,0.5354580133563083,0.14187144725270062,0.0031454258594968065,0.8039118291121005,0.39322362160276036],[0.02360587077721208,0.014384239204398824,0.11616541000788445,0.7635843056951068,0.7914322366509096,0.09693328445893347,0.032652955178061376,0.2413304124843164,0.10700830764248295,0.5218626439801531,0.9146711325978004,0.5259854556216064,0.3609995356267281,0.7056923668627298,0.8796280746574233,0.24285823126545136,0.3765437638094265,0.1656305974781671,0.0012226525551496967,0.14891587112362142,0.08210011159479357,0.8396499997429975,0.731148370247841,0.003441260055299238,0.6138594645075801,0.6191048935606851,0.000005268071152337935,0.4635275849108135,0.5958166041462822,0.8924082958631416,0.17339079594304152,0.14303140895079103,0.3957928584512783,0.23651803046618738,5.565188287229031e-7,0.5131769866569795,0.449445295958103,0.5551444029291892,0.000014108866427658178,0.25594435864149034,0.702998827334808,0.4178051652986358,0.0020277645097837786,0.7188382422464382,0.18496585744172042,0.6560466951359433,0.6256364013207064,0.00011228485398952943,0.005612633497886085,0.30392880048715676],[0.008570014586086135,0.000046018440048373675,0.29747956204414117,0.5654337998678302,0.986882039837296,0.005547363987219629,0.318868069485765,0.3562914579352933,0.33520881514116385,0.3450178058731604,0.9528631979521269,0.9700702745482345,0.6522466074289643,0.931310871348401,0.6670036024180505,0.03453016419536329,0.4668852008896659,0.5903183131233742,0.0077747503133610025,0.5413233155244648,0.000057747929069321626,0.9476959001399141,0.24878023615926945,0.0001380830477703937,0.29429205712805434,0.6182013846564232,0.000004365670185760722,0.26420852560867897,0.7647479886211237,0.06699282742003357,0.0845034081387719,0.010965182325328074,0.7228960609486322,0.2869888080011366,2.856852915417042e-7,0.5931521177791086,0.7879885429791198,0.38394951937834026,0.00004908836311343725,0.3892473613062505,0.8860162754045193,0.006389486619063437,0.0037246446892764836,0.03562335262514922,0.4145684129316251,0.909324604148546,0.6405468733977063,3.6762660210604384e-7,0.15838871334946683,0.2539248976540964],[0.043276668124647415,0.49160122846849535,0.408471360485864,0.8781394714519032,0.49328227836012295,0.000887246736574044,0.2906202008085731,0.6567746922433867,0.7906703599705147,0.001055932720908792,0.0016522091843457953,0.6240534470724474,0.10502947118907248,0.39795140900204945,0.012764553050160462,0.4756929953915984,0.3897728336208247,0.730935179527563,0.39420332511102035,0.7594159048660273,0.0006259164547234025,0.5193301660127496,0.4837243170096102,0.8754211446989901,0.5326312431080406,0.09248466333715803,0.5657358120808499,0.000789423454659531,0.4646698265857792,0.7109196421914272,0.08801854898115587,0.19011128562843602,0.0001837648172510128,0.8164032555881098,0.6085855801751239,0.17925756499824275,0.42727004405479596,0.3439205647392457,0.6213012681548212,0.32468744061099364,0.5346902435262271,0.24214942811012824,0.39259575645290196,0.2819430287398777,0.11448957252805374,0.5906604944681687,0.1906472220900433,0.6266571023351208,0.7662284874402756,0.2579241923448884],[0.02072344436060686,0.5814331676399768,0.37638223862403586,0.26984683911970386,0.6605853870039683,0.04962034241297138,0.28258380437221114,0.006495865433708276,0.15878170155092236,0.004694977848511269,0.0016515887667025004,0.18919896367446892,0.010364363216242053,0.3921239087177224,0.22847861770977657,0.14612427716220178,0.7851535422572571,0.7976444542698238,0.5338528548097649,0.6553197164190367,0.00577561165583519,0.016272084292976597,0.0012784950684367575,0.7336264601339169,0.3675798980100504,0.08837333036489352,0.26947024438792977,0.0034423988367639686,0.11959386795278303,0.4773096100410287,0.0066956848691027155,0.5484559327516584,0.24531634038564817,0.4569317841627688,0.40039301053052856,0.6178350445112133,0.6227782703642458,0.21825433369689579,0.7036058551617197,0.5088474306332681,0.24355324614012008,0.8667764161297226,0.010755418498205603,0.42389993539121257,0.8004778509712552,0.6248267659115272,0.8665158430805371,0.7047338395451459,0.3307229595739192,0.05087530026998162],[0.2352840811519459,0.41615843716257755,0.039656682460645076,0.06644593932183386,0.6109193244405208,0.10997768403898514,0.8017381651879264,0.19161171017839448,0.28836651842557914,0.4653554483015489,0.4083850492954339,0.6810828704220817,0.6902491780001295,0.04090705746034739,0.20345952446790186,0.00045729800735961636,0.04292287144070047,2.1986100224774755e-7,0.00959535031458773,0.007884310638718247,0.10121724173788804,0.8465747506288448,0.000011195010931964273,0.06421825892919883,0.9025386232851572,0.37759578556706347,0.5194942425750004,0.7573507151108151,0.4669321966106485,0.6687916216950011,0.0002563871270632223,0.7689624366346732,0.6760833403832955,0.35575504568304717,0.09271272434158011,0.74205424020784,0.002250519451679077,0.5350953392553831,0.000023271908670379234,0.000009284988524146663,0.007396545142181028,0.2560458287481693,0.7295740366626061,0.04439597285730256,0.4588781617347345,0.05076273278702878,0.38775072771977737,0.5154580449985323,0.6958052451254095,0.7081178796836455],[0.7657765167325,0.6317289029449977,0.06492439242886411,0.5137219698600791,0.6513652036627404,0.329059242259768,0.201222281237406,0.39558214806718717,0.3002418432994618,0.40193579834135673,0.8128664946685827,0.6949865952419199,0.3753259332551926,0.020660013718568057,0.06859715799205421,0.0007646173337246082,0.015295042244355257,0.00020751062340811544,0.0344174526591683,0.003274086907255697,0.1815620834225683,0.656377441443397,0.0004620555043149965,0.8497698041100973,0.7093968515581365,0.7104935097628603,0.8176596542893235,0.2145736739155596,0.792149056105774,0.6347025460997461,0.04497666195869589,0.727851273882,0.7153674140975185,0.2908437622549281,0.8307212607597716,0.27829892751770485,0.07882944531885977,0.15308596579924796,0.01375709236391773,0.0001399016589412751,0.18612548352897357,0.15225309805457657,0.32089782409621614,0.7684740517123764,0.7881486218891675,0.010413594906215348,0.16672009461161902,0.6428063023390506,0.6716667655979776,0.4239873569674963],[0.07347371103586862,0.5249974798297831,0.47093872273150317,0.22895900513681536,0.4162636258895376,0.6798159503404556,0.6422828488551808,0.00003344708461741485,0.0017082050029467504,0.05698933492553765,0.9352798026655497,0.0028337488018479805,0.00009709967944420406,0.03387865922546264,0.04776288820158973,0.0014208149170225359,0.000027264127829015546,5.004038920488436e-7,0.005652508927506861,0.000005713552574024041,0.7187274735055721,0.6723499746858231,0.002477340402579073,0.1792797663154438,0.863941085361715,0.8018936020907889,0.8829289726374239,0.002098887549827357,0.7954567758653762,0.09277334509323419,0.22204059432607487,0.6322289341753233,0.8229010827586353,0.9491399123115523,0.5900710069871232,0.0943753304777325,0.4325269064109088,0.002904598625782726,0.4686610605809316,0.3244958426659388,0.7381981789692277,0.0006145601196388839,0.7569751647902714,0.15850386786473553,0.9164257256530244,0.00017575684330770408,0.2722270510890163,0.3762919798558199,0.7952175980094345,0.2891363559391068],[0.1306620219182433,0.0008802395342262014,0.01697292177688279,0.3148334808044123,0.2726190411665474,0.498486327977333,0.08652569660380446,0.2961684437705813,0.027229063898381797,0.00017645924910517698,0.07252838578234386,0.07931711550234881,0.42353438605374655,0.7760035056432404,0.0253580308201755,0.00020333329844346836,0.5813631605178378,0.04088060855498298,0.9117863526717614,0.6588181124328595,0.00237576427847749,0.14704763526106995,2.888756473951949e-8,0.1122433897347682,0.04373382187338779,0.7191817524364821,0.40350724178203023,0.3602135288453334,0.018605263267957573,0.14057878379205885,0.6611581801167936,0.6257052287138811,0.49210604005043523,0.004679980659511063,0.516605587054636,0.82651979410292,0.590320288703388,0.8178870035947987,0.9020208748113003,0.4180219484291548,0.018435774116072022,0.5703223803024924,0.2901648246150624,0.47890002101031354,0.05385907439284024,0.027522434933065262,0.9687004996057844,0.643480591572843,0.0008104626139224919,0.0008438466737200054],[0.006695691669907655,0.00016636141345198268,0.002456573930915186,0.28750439948550444,0.058799728604879156,0.7843230408565612,0.10030187236994406,0.9379782250009617,0.00022067920738521105,0.16074356341950283,0.4344220215288661,0.24444435324836464,0.6553344411346697,0.564791747472449,0.002059956832636274,0.00011047712406765374,0.6152416929392921,0.5319099993735181,0.5299246269183829,0.555195323157457,0.002322071586077776,0.0018088292742415187,2.5438113495872922e-8,0.7497104411397338,0.13962848789307836,0.6833029796363702,0.15808841269449272,0.32997390456494863,0.06057269451525321,0.7975794534758577,0.5597072061905931,0.00015907701332879188,0.12993135301873213,0.005862696055847303,0.5494262388863976,0.6770059982109116,0.2592078448529242,0.6374060422149711,0.15012405343334448,0.05107107481625219,0.28996206251376383,0.3908252964606646,0.5621544525487286,0.8564421685947069,0.0009030723229709215,0.000002282952232043721,0.3082842748808002,0.5684147249478773,0.0021726827495715507,0.000002016450999706322],[0.17352650123928307,0.000749181403343721,0.5459889718363372,0.7093264255847701,0.3217437161432786,0.02718406776839372,0.09868193411787497,0.9354176131409376,0.7911496565209843,0.11833727414744068,0.0021221127959259387,0.6824470840723278,0.1011414562902069,0.8176864105084225,0.000024225084825217643,3.550330694692256e-7,0.6192128283017991,0.00012572743422439457,0.28455144882767763,0.0246290535710392,0.1689098292481579,0.7540783340415695,0.012380253708666241,0.006339274938966032,0.3657688990528407,0.1148299850003694,0.030921210652721364,0.0002523922188678095,0.35207312883000885,0.2890083128644405,0.5185618203118613,0.4489403131729864,0.4500331762588663,0.4375475321204468,0.037140224665619184,0.15485406270429294,0.26858952592764346,0.8189127694426435,0.31068241921885026,0.529387398594328,0.47727347929884784,0.2590288349026294,0.9539089235129127,0.27682669521340836,0.009527772074774787,0.45561099660952004,0.5497275531796032,0.8969534236903085,0.012589395393889048,0.0649269371166202],[0.08395680967447426,0.00013680926217382117,0.45013681777777426,0.1979652609477951,0.00031784709076217946,0.03301530933200756,0.6836615346201393,0.5941117357882547,0.3842538149308756,0.18919248131784616,0.6408410894018122,0.8271370606928243,0.3629452931578444,0.7871460467414059,0.000961608503504819,0.0006330109106253197,0.49464123918760194,0.21116049249400543,0.5827548410806105,0.1977859033479469,0.476456082222896,0.027238924091375266,0.36030637384168684,0.0019638701838012146,0.757244751895946,0.01961684595460005,0.06194669422222117,0.05297573547278649,0.5324622098891383,0.6694885436021742,0.5980076502493256,0.4824717607806795,0.6459030081396346,0.4595662764564845,0.0008165125472338323,0.5360286603217167,0.10239413276375808,0.6685933700260884,0.8013766818317618,0.010614671814745515,0.4403447486963493,0.2738469594063643,0.8942361469207304,0.5456831378388293,0.5122481980300512,0.009849160139203155,0.11168632801545099,0.4533089554033763,0.16390413019437924,0.001838867122376791]],[[1.4036001548004086e-7,0.0000024920119362687074,3.9173034305029703e-7,0.000013434620266594738,0.000001250754250937701,0.000002537160082557127,0.000002667491204856519,7.799434784040745e-7,2.2666128170858764e-7,1.27583950043962e-7,5.4962610807519775e-8,0.000001004432024004902,0.000024252126941614376,4.453623505007457e-7,2.3258443043295425e-8,0.0000010756719555104148,6.443546656632091e-7,0.000011405995790158043,4.026332075955436e-7,3.2999907218387633e-7,1.314109346991977e-7,0.0000033177391688839392,3.06488592313195e-7,1.732452537053151e-7,8.201105592067347e-7,0.000006132983447803693,3.8806823519009077e-7,4.2514178073126244e-8,3.2523350230633e-7,2.0909417160579436e-7,0.0000029954205136862906,0.00000377705804876662,2.72297298647901e-7],[0.00013574165267775252,0.0001210837073334286,0.00008897721480650669,0.000185514989477089,0.00004417758491543963,0.00009248047391671435,0.00007012098757697668,0.00009254583041774786,0.00012638334909288292,0.00001567956465488179,0.0010987001226398234,0.000029302974496610537,0.00006377931703358093,0.000008732251756693862,0.8266067150319977,0.00023725838937673359,0.00017641932166780958,0.00017752767429414498,0.0015099024745375289,0.00038668203324148103,0.000018341205993085924,0.0001914628952135468,0.00003239782551874116,0.000024425791643589306,0.0002291115953806756,0.000036552668570531414,0.0002596858103568605,0.000037269015743835934,0.0000570103229467122,0.0018525959709692218,0.0001051711902074637,0.00030935652318703395,0.0009663013210581331],[0.0003199416470623882,0.000070160199454493,0.00040272895618569213,0.0005292663271181115,0.000024784939365542747,0.00037229509495959653,0.00005505906188881277,0.00020543441104663962,0.000016196298364432646,0.000004618345143606987,0.0006781431796783988,0.0000473064522541819,0.0002788671919761325,0.000004584589875621652,0.8351232981598705,0.0005235197460685817,0.0002257189790568019,0.00015620344833418764,0.001481406518700696,0.00029717353871902183,0.000029734321327370484,0.00007293715188846746,0.000029891534627818875,0.00006222179343846077,0.0006468479397125443,0.00002924186089873598,0.000054331074496793214,0.000038266173537441215,0.000005146602598625498,0.0006440204476002766,0.00013325985978810878,0.00010833093861508515,0.0008872265752928929],[0.00009892371128373016,0.000375524843578235,0.00016294838595923023,0.00013625659291994924,0.00010309621214935419,0.00056293953819613,0.00006866600324033203,0.00026834703442735306,0.000004028432447746194,0.0000031413798157920858,0.00033976392169397,0.0001268980530931887,0.000028866807512295388,9.889839523116888e-7,0.8121998734555997,0.00003773618238804996,0.001432526752288125,0.00016214524891473766,0.0007911232226797592,0.00032295829523074706,0.00004906819632140132,0.00025855112539004393,0.00004290748330857687,0.00004704106463140871,0.0001581276980424931,0.000018586954576043768,0.00008282914794349646,0.000058025561229602404,0.00004908138815454474,0.0015690227818911074,0.000021687984448694354,0.0000868065634070698,0.0011197302402019761],[0.0000021424572938388496,0.000004430039513485515,0.000004230874045175906,0.00006238157239476045,0.0000012854510009548805,0.00013290503611625314,0.00003370214606568451,0.0007245118834056844,0.00002257195237989452,0.000024783904045146435,0.000009982535678241672,0.0004923162719445021,0.00005571595871368149,0.8708648552844005,0.0000010315576700759289,0.000008659394835288436,0.00001965715387479326,0.000053565692912314386,0.0001805376885708814,0.0000019414117248389475,0.0000011793661980528486,0.0003301085827542,0.00020308986451013602,0.000017830371059822785,0.00006163268066248126,0.00014386114589460538,0.00008560547341995992,0.000029115234557824415,0.00005160094821697241,0.0000020289767899996877,0.00013190277646851523,0.00015798715858083738,0.00003120623084235086],[6.080942425097495e-7,8.479212707573657e-8,4.3998222048987246e-7,0.00008142491844818228,0.0000017472679799164051,0.00002213993820508677,0.00003474001445714192,0.0000592430003509834,0.000036243906674509267,0.000019731007450416977,0.00004056901668350882,0.0008358089285417109,0.0000868713072768671,0.8740099466362681,2.155683738017702e-8,0.0000024044114267476467,0.000005551663406997633,0.000035563904494933255,0.000006577322071877526,3.348309172459723e-7,1.8699801000176935e-7,0.0004150615382182888,0.00004438387216842337,7.563768354730519e-7,0.000018314336076185725,0.00004307981879550333,0.000050269864824398465,0.000021030738289070226,0.00008577211874149661,3.2556112241476673e-7,0.0000184579373079494,0.000045129953866309745,0.00004410459135486891],[0.000047020089567041264,0.0000095772881302984,0.0000019670926920152012,0.00011926396704714721,0.000004783765651430251,0.00003632676031005709,0.00008376366752674986,0.00027342016535544285,0.000006313267397115912,0.0001241091992932686,0.00006697605602602013,0.00004287171230483499,0.000014162462114115987,0.865288981409702,4.18796465742538e-8,0.000009177288938277239,0.000014535509119393695,0.00007400298766358842,0.000051833069345930416,0.0000020394276506947187,0.00020219986707533297,0.0008687285683503214,0.00003126153436689413,0.000010180579580825147,0.0000046323264621573365,0.000017061070992327195,0.00001871797589826702,0.000020175563782837194,0.00003192369236413525,0.000002977482542472464,0.00026351608828310575,0.000012673876269643916,0.00025712346498861266],[0.0000013255668521098067,8.355441317184416e-7,0.0000010449145026104459,0.0000017011366331313027,0.0000035092647506716906,1.7627949680364346e-7,0.00009297238182170971,0.00010114459749173008,0.00001943853310838283,0.000008852905613208282,0.0032654617527057388,0.00043443328015060933,0.000028980691258394394,0.8563197956620153,1.748280809165523e-8,0.000006232191383541021,0.000012501914013465127,0.000004676912975078743,8.560276295018777e-7,0.000003601046892957757,0.00001068581910640239,0.000025731088162425763,0.0009918717921055895,0.000021449947957905052,0.000005438928462276813,0.00007357973434022343,0.0000026977441229353897,0.00002525283356391297,0.00011043240754560804,3.466659307730041e-8,0.0001348233332772431,0.0005041220379968645,0.00002162917757746103],[0.0003931437844879737,0.0010998693076216043,0.00000634660256612908,0.000018717755172950066,0.00010100605297873096,0.0000014929672821450233,0.00022091345810274892,0.000001353690633543679,0.000025394048798381556,0.0004705950503494125,0.00006127341557763565,0.0000029217210170560404,0.0005762773784973903,0.000009328539038157437,0.0007121199159958829,0.8274963695161855,6.764848876225969e-7,0.00014460502358130286,0.0000013790008075041253,0.000023491149590412376,0.0001112943214528835,0.000040006077826529,0.000008370840829116846,0.00006783854916463423,0.0007418679260999678,0.00003505150187746559,0.0005499459797894189,0.000020486407613224227,4.7153920607254734e-7,0.000005712208683580054,0.0006077678184904445,0.00032604373795550604,0.000016083663169426493],[0.0000045398050810276466,0.000056177053548151144,0.00044797702795947193,0.0007933047988978575,0.0000706508883324736,0.0010286475713755735,0.00004056096472552975,0.0002764957953820778,0.000022320002160566705,0.00003254685838846717,2.1225344470082295e-7,0.000029314702338551704,0.00019400326765843344,0.0000074539243692584066,0.00006001799901994895,0.8261994234996093,0.00001056760074340998,0.00078286037391512,0.000022834746341756855,0.00001598726840372674,0.0004513514164890104,0.00004110916690858253,0.000011107521877727642,0.0004902088032213833,0.0006015464649844442,0.000006993336471306307,0.000302603758464563,0.00002260671875639724,0.00022233458191827277,0.000026119369156676763,0.00019222963636084933,0.000111703893634911,0.00005132430383661429],[0.000021005677900063378,0.00010428501645863698,0.00011296721969148487,0.8253168235125945,0.0000583480869117095,0.0015946464795037483,0.000006425038964324691,0.0013456457673594372,0.000007697572290367394,0.00011559996632022256,0.0000011169282975845846,0.00006092764157714511,0.0004445153370728488,0.0005200025431356019,0.00003955385099590498,0.0007492680193534492,0.000040570644371677015,0.0008216304668066512,0.0000678639276101259,0.000030310862326537084,0.00003535214369797751,0.00014079759962489484,0.00006812004281601059,0.000030533155153221556,0.0001836025355397398,0.0001310214649838868,0.0005430246728287123,0.000005341327985468922,0.00047948511498336846,0.0006373582618287321,0.00010749007079011952,0.00003930445193743828,0.0009017772237216406],[0.00026094490288700733,0.00009114205340785674,0.00019675217926403766,0.8239411871730148,0.00006760965162527735,0.00002753087525666905,0.000010923304471150762,0.0010212914230586653,0.000023500774567409932,0.00002325593713100507,0.00048258245333965993,0.0000021054505403018437,0.0005182778703966301,0.000010829926322788907,0.0008529163891371836,0.00022187116892915683,0.00004033196047209085,0.000748542694718034,0.00042208393038753504,0.00006731781872899857,0.00013603073586119984,0.00004195067316196207,0.00006069749259111991,0.0004605394774730556,0.0000442651554098761,0.00013627863404708725,0.00003408816206425596,0.00012591709171845308,0.00008057115340652415,0.001445911493831364,0.00031240965182396913,0.00005925958202315855,0.0014093352394854307],[0.00002729601563025833,0.0000052423558257622874,4.605001858339203e-7,0.8555203985673373,0.00001149918694192211,0.00001511067168008383,0.000002642528778396449,0.00001289477194975927,3.3503090371266445e-7,0.000018782635548663777,2.905960989081371e-7,8.912454815029203e-7,0.000014974407354137895,0.00008954170040944812,0.0000014604620310379916,0.000006729176834714383,0.000004082425146133564,0.00004731653085091882,0.00011306261817629547,0.000010524058370071683,0.0000027994455732111266,0.00012276961727103228,0.000003019779961161355,0.000004638163143352224,0.0000022583080247625947,0.000003561825812215321,0.000018862629485537867,0.0000024694971355756594,0.000030868143717359936,0.000014336085031271322,0.000004239928042387897,0.000004850731500875411,0.00007598416695182611],[0.00005086160188773547,0.000016829145437425342,0.0000786111473671579,0.00003795518898551158,0.00007933411034271162,0.0000072548144689758175,0.00009166059479082968,0.0000763366508452452,0.00010223707665469606,0.00009467055660405554,0.8405500286381038,0.00003260174078542674,0.000003858100767645245,0.00023560791513409633,0.0008387903223659887,0.000019561978523486294,0.0001678774317598023,0.00004010234227234346,0.0005841191123406431,0.0001414916102165833,0.0002372237160504084,0.00001366250026727984,0.00005091039145331958,0.00001967226395529612,0.000018524432003179514,0.0001289178401971385,0.00029626799042219853,0.00029706543140056306,0.000016317406800219297,0.00022514201767061227,0.00006051505273132266,0.00043906435311847264,0.0002981632023345126],[0.000051267148970923334,0.000014345513356352344,0.0003116741978948543,0.00016319818619988443,0.000034803087102467666,0.000002919537920387175,0.0006139196934587928,0.00015503112440775504,0.0002592172328488087,0.00001634222956807183,0.8258120208670879,0.0003321817088563791,0.00004044241348771902,0.0006903666048399077,0.0013121765228177853,0.000043600245871601524,0.00005161594936181355,0.00010228293502135916,0.0007660693746391606,0.0001657173195793238,0.00042995956592255794,0.00012598808561322221,0.00013254173432008154,0.000047207189005820744,0.000014195400866325511,0.00006894570991711827,0.00024256080919063549,0.00007336137144653127,0.0002954384175930047,0.0009135679424992555,0.00017705847577313843,0.00018063625810247136,0.001487244146588952],[1.6919244778891315e-7,1.813940564025234e-7,0.0000016764623795401817,1.691068181449089e-7,3.31809292355075e-7,3.3691873339438664e-8,0.000006274408996031398,0.000003237262158951152,0.00003903007568857233,0.0000013966224866050796,0.8717031471038212,0.00000492667715949718,0.00000441502135999291,0.000052170662891151906,3.243666239911624e-8,6.025203886497883e-8,0.000002255234832292764,0.000004656996639157077,4.860773470250208e-7,7.650067828116696e-7,0.00000502175397289211,9.810385250946562e-7,0.000033938988018702124,9.2190821085035e-7,9.321568450947561e-8,0.00005854868910398359,0.000020411323737023166,0.000012227153113270426,0.000008743901498792565,4.636203314917849e-7,0.0000034455073073263104,0.000013601263861628079,7.837574320161034e-7],[0.000011552450004480335,2.799664146703621e-7,0.00015750825647329372,5.203154547546667e-7,0.0000022207638936831314,0.000002482729256622897,0.0003405928433875494,0.000005162007635372251,0.000006254342355263979,6.203158661048722e-7,0.000024868998251378623,0.888312313512301,0.00009223160716318102,0.00014656350145393198,0.0000010284140354209044,0.000009043477655299612,0.00002957847960200678,0.000011027711843572755,0.0000018256718149393693,0.000007614059999093421,0.0000015116510396219647,0.00026025417464101456,0.0000888286874261103,0.000002063764570333208,0.00006244895989500499,0.00009898139113521976,6.838243338128136e-7,0.000007399864407028445,0.000003856412624415722,0.0000066669880343492515,5.770618907538741e-7,0.00009378685553559656,0.000026419694576836563],[0.000019443715656001108,9.132676102283108e-7,0.00017300592961030657,3.982481301303919e-7,6.386750760120326e-7,0.0000016509962762973738,0.002110757096534368,0.00003033420316036069,0.000006267658524485524,0.000030819909321380384,0.000020807712115579103,0.872218196977549,0.00007676731135549837,0.0007828078246277987,3.439054579027994e-7,0.000041401715577406085,0.00014500697488274635,0.000022967545677682367,0.00001632943309107891,0.0000036241619408105567,0.000005427217005934345,0.00006475086549648781,0.000055232000079041167,0.000004544759484760003,0.00004318500637093464,0.00003144405401719177,0.00003659242796743932,0.000014138519163034617,0.0000029005852834168633,0.00004484783775620997,0.0000024930848834164787,0.000013206100750703123,0.00008111282887255801],[0.00002638783951464693,0.000011269434106473402,0.0005648599853428666,0.000016561937290375203,0.0000014379784670118821,0.0000023444256022184043,0.00008646063626582538,0.00003644863415144986,0.000028434785969078872,0.000028302530658349844,0.00004695206418994679,0.866022469029477,0.000045484186253981876,0.0000361665855228013,0.000008507855323515687,0.000008291772268614952,0.0003060796611081705,0.00008686401375434269,0.000012005891065813135,0.00006650847067265232,0.0007763028926962553,0.00005777328247399743,0.0004546584777303957,0.000011215541581524666,0.000016057060388330237,0.000050341812417525185,0.000031161947920051395,0.0000031276871820519833,0.00001052465597574562,0.000008548806205294869,0.00001622188391572115,0.000003090438596514713,0.0003537217587284693],[0.000010533674968608295,0.00001744809163666871,0.00007259649047401139,0.000001721895787965764,0.0000024203579590573698,0.000006395744498654683,0.001019133738986749,0.000012330650947761569,0.000027979459771518835,0.0000042913994946102205,0.000038457275860585305,0.8578232737207608,0.00003771240327252716,0.0005738206199390937,0.0000011542920845813526,0.00001537020248145451,0.00007738836215779987,0.00009528984336800635,0.0000858761027780062,0.000005988568733872711,0.000008991892800727954,0.00017215997970200145,0.00007252097742985646,0.000010359241216039248,0.00005601703744076103,0.00016618309517169394,0.00016649180537871581,0.000051691863393018095,0.0000036398664782477993,0.00010027612666429936,0.000006747521690354215,0.00009500521743337255,0.0000624207250542299],[0.000007286449305538815,2.4264183097274034e-7,0.00024242944948804136,3.040778894802009e-7,0.00000435962573476092,6.556585036006153e-7,0.0006773403076169248,0.000013512417019137637,0.0003135953334021646,0.0000022936524782049357,0.000034653905508063295,0.8636948951383607,0.00023576518958717203,0.00010977483151376616,0.000001699256056240273,0.00006597397251332104,0.00025441031636342466,0.00003236542154655129,0.0000027071920301330424,0.000013659056775843303,0.00001606425221889968,0.000009193247960025574,0.00021749328706166117,0.000021283282528462515,0.00006069253966929713,0.00043864731411137153,0.00002153824898601387,0.00003072645093631436,0.00000716867019108716,0.000013145773972175226,0.000030186158742167677,0.000018705892096946924,0.000021640290083785676],[0.0000063059445654306974,0.000010717045296393382,0.00001248691872708529,0.0000043107799202743145,8.153032143454846e-7,0.0000017588240013246014,0.000021441228116920234,0.000011303579813462159,0.000012667878601025356,0.000004667515230854354,0.000008246589108400327,0.9239291355925913,0.00006020262298819607,0.00012654663925901953,0.0000026839674767819383,0.00006613126016239889,0.00029702718323315516,0.0003429817900837694,0.0000059483789614780416,0.0000025088827455630213,0.00001718375140934606,0.00009663752760285785,0.000059321574987902645,0.000007826718149682828,0.00009868636569033321,0.000051684580128779184,0.000022494413087640095,0.000004030522858554179,0.00003057177498466683,0.00007201209958837269,0.0002241224565042887,0.0000029689712401186297,0.000006548555018557937],[0.000011852197844483908,0.00006490658400299832,0.00021777980072483618,7.541262824610768e-7,0.000002866842589901369,0.00006437360443837644,0.8323157411864879,0.00009302786496489005,0.00003601553286483786,0.000008458076249843466,0.000011987235356440162,0.0029498276323831236,0.00001766429757584328,0.0002201187755707242,3.7793015877066513e-7,0.00016367679053360578,0.00011857017281224956,0.0002922453711766837,0.00014270735093392455,0.00002260201746160703,0.000012897185944253452,0.000034282093176570864,0.00025778166291445456,0.000060647275244457506,0.00003973140026281169,0.00002893693152403438,0.0006357152228290633,0.0001594691324090352,2.980450488615603e-7,0.00034783420197699794,0.000030957861887935305,0.00004955078104689695,0.000007844073818736004],[0.00048799005478158193,0.000002733251098013788,0.0003887033737833808,0.0000017726053805207645,0.000015594013617756215,0.0000028044597299053583,0.8499769012237347,0.000044796541116674387,0.000017217129870741207,0.0000373176722458255,0.00002937822440037762,0.0015627970137823738,0.000013172266050655665,0.00003703588823835757,0.000008915191910496794,0.0000370283633793876,0.00021305607990964,0.00001870860070222146,0.000040449471384504725,0.00014255418840124803,0.0000012514048703023792,0.00002335475436894818,0.00002652300765105201,0.0006273525580743544,0.000036313791129968823,0.000028741942108909618,0.00001770619842995294,0.0000021711762707917714,0.00006444080858949821,0.000008665994531439937,0.000055303617129800376,0.00009163350458070866,0.00024830442173591884],[0.000079134628530994,0.000010884723558304105,0.00005981902852618118,0.000009553657841028824,0.000022239825949643188,0.000018960554742451504,0.8572147697840627,0.000008492039673527854,0.00013882776564048358,0.00006005546477425001,0.00016551383771324144,0.000020725333923159132,0.0000827173214420318,0.00002766437824869915,0.000006882774760732797,0.00006670745035207129,0.000009566110219106761,0.0000018118603228760182,0.000040915966889645155,0.0000643095965349329,0.0000024409563777221054,0.000003497830325006627,0.00004452384392332308,0.000050689831763157626,0.000013751888832316206,0.00013278775161051776,0.0001869455945235006,0.00003428520500380529,0.00004816736353290311,0.0000026752743876342426,0.000024120156208477485,0.00019562055436400557,0.0000012955508072715241],[0.0003816042934640135,0.8587066392335497,0.0000023982293000023884,0.00023000691785175296,0.0000067052348734479995,0.000015283991890881898,0.000029966097016340976,0.000002379602983083142,0.00004392475899874394,0.00027347015615290527,0.000008067683250009443,0.0000024695180963853337,0.00012860346107650882,2.9658617620526e-7,0.0001270616755113586,0.0016064254909666836,0.0000751730411530931,0.00012989388177910049,0.00002093408777205956,0.00012232658588361297,0.0010652298219990782,0.0001425218251753673,0.000007828498368920244,0.00040624409115509844,0.000016171819738563695,0.00023034996636387542,0.0001787791323372641,0.0000028100486947750076,6.310121828027808e-7,0.000046559710170357274,0.000212699076464238,0.00022607380346891098,0.000005269599344207343],[0.0000036187199260939582,0.8553878605824761,3.112245403405843e-7,0.0000040476198749897935,0.000010747269443048518,0.000028675279601520033,0.00007423309043183234,0.00003168641949326277,0.0000033768519963974738,0.0000023188134875209245,0.000022108042408003757,1.6787911845659525e-7,0.000051147732768172254,0.000006017024438901082,0.000001065258175748145,0.000008455885853828203,0.000006725672856255828,0.00000677819386639403,7.692936863806398e-7,0.000014175517554340953,0.00004375926400199083,0.0007317172721873768,0.0000072183340375106996,0.000001304146099849457,0.0001623410942888957,0.00021646565100523162,0.000009406966388400217,3.704293878239876e-7,5.19377325285565e-7,5.589154585120044e-7,0.00008752402755135354,0.00027294561812832513,0.000002210666527912936],[0.0001823319336740201,0.8354520217577964,0.00020596920146156062,0.0003701392900622696,0.00015852995129664177,0.000028155560933937283,0.00003262270223604679,0.00004447166167448733,0.000014285732193019676,0.0000020357424530077474,0.000003943613337375545,0.000004853022884064359,0.00014133876388025733,8.2835678715318e-7,0.00005319526197124253,0.00005748305852259215,0.001262029316834333,0.000034195562585812057,0.000019860458938537817,0.00010494728029346198,0.00023660605491813256,0.0001799117184294117,0.0000033968726222540646,0.0016675735533237912,0.000002115639427283637,0.00008575452517272289,0.00002943947234190999,0.0000027568586797098745,0.000026018866390251592,0.00007761799457032285,0.00005217748826626594,0.00021148736024965967,0.00017152602059406047],[0.00006128891264069873,0.00018567068343437274,0.00021230623863786134,0.0015327245571713475,0.00032386565212523256,0.000049929385079854386,0.00014190365943208747,0.0003375537081842699,0.000013520145970946332,0.00001954607101955067,0.0016146641120613028,0.0006203388531920847,0.00010857910714347403,0.00005542701206100701,0.0013989549933650764,0.00013012552735364985,0.00012961897612807742,0.000021044200187311766,0.0025911525021722536,0.0001076657657299142,0.000030578037016472635,0.00003073036143202341,0.00010439245034712792,0.000355961301628887,0.00013332424331894001,0.0002255887050810511,0.0005020751751188553,0.00014063960690324974,0.00011384655051608725,0.0013887575753868287,0.00004668727609978349,0.00009497069333424639,0.8128979581681754],[0.0003494078895865746,0.00008825454344652312,0.00022376292691496288,0.0009825206162821353,0.0009114267285158051,0.00004138138496450301,0.00011635801004724976,0.0008015692868472191,0.000007584350270886875,0.000014005624914344884,0.0015844443906540997,0.0002822691894989013,0.00006173547492514276,0.0005819701017398682,0.0018349029107686905,0.0000687607156339207,0.0001415937470192065,0.00004269984606669886,0.001642740749671329,0.00030406250522864296,0.00019705698446008605,0.00015835226875677983,0.0000684371152678028,0.00016625094117646682,0.00021392993648933036,0.00006380985204237825,0.0004048933450183113,0.00008052617924455185,0.00003786300920658398,0.0014401490044510209,0.000041072943597821084,0.0001108896372365727,0.810971210491864],[0.0002254009617252584,0.000082495413056753,0.000653063949016604,0.000269667850848389,0.00004094079625746371,0.0004430578904317421,0.000166999247870868,0.000023172286907068877,0.000014892502666119919,0.00004450728926044853,0.00043688393469302366,0.00000597299860667842,0.000005174426343482405,0.00018327555851050837,0.0019983592702957254,0.000007096437423617666,0.0002249780165742205,0.0000034891507983795813,0.8110211443723161,0.000056262018698965164,0.0002376617483375521,0.00014918214262548392,0.000018959570326927564,0.000010083987759196254,0.00011013859368476199,0.00003040192692374496,0.00031490280647629876,0.00003485735890342717,0.00007071733552122274,0.0011398054643030249,0.00003573136406419792,0.000022102060198302377,0.0012874042859986822],[0.00011518377032002418,0.00023698222488183917,0.001516774193571809,0.00035469093474217966,0.00023828069437305103,0.0002988034909788446,0.00015500028167912255,0.00022762871052953943,0.0001211029150323629,0.00016627282625901964,0.00015437400776344344,0.000028298237508083,0.00002585007832138535,0.000022476499668853232,0.0010873566465307613,0.000010252469525611346,0.0004230689353365947,0.00003170621336680126,0.8183788837023934,0.00009216723266731094,0.0001077268001307568,0.0001488727605853865,0.00004260311742639098,0.0000993990388958063,0.00002514558875050991,0.00003782837528204562,0.001044350145061142,0.00004998742933609677,0.00022282992485647853,0.0011412607713577993,0.00008645413913976409,0.000056945638215820874,0.0015515357996936814],[0.0004002550229807587,0.00011723561904552838,0.000042796377715275074,0.0006353728088726137,0.00003412608832305894,0.0000016453105441831985,0.00003814325537389805,0.000031952574924821524,0.000035711700668662797,0.0002731660879217314,0.00005215682905316484,0.000004981613520210576,0.000053228306329709495,0.00004141663974013735,0.000001253589525086591,0.00011408512995302309,0.00003845966101484906,0.00015847269515782973,0.00003210368436944546,0.000004352655952833449,0.00015366652718744333,0.00014157108907694399,0.00010155540200708903,0.00007862829183424146,0.0001303639711577489,0.00003007913414439521,0.00008473999440236686,0.000036113169627160176,0.000047910795420368406,0.000006545634728330288,0.8707877630506827,0.000052045294441220524,0.0000011078013298213878],[0.00003610647448746327,0.00007120560241628018,0.000003358374438469638,0.0000150331323717862,0.000004910860347440081,2.4538325644440416e-8,0.0000021838147025437934,0.00000395875573087661,0.0000088392910372233,0.000024979966492046577,0.00014616954012452294,0.00003607765046427523,0.00005915033955931925,0.000027769980272796795,0.0000032639313872502,0.00006958182246931104,0.000006014991050314464,0.00023552418799430228,0.000011711807612046554,9.77945779383654e-7,0.0002755143787331173,0.000029230836252596026,0.00005535957972918371,0.000005461676141077986,0.00005729149601076457,0.00003360042566487537,0.0000072263666898099004,0.000011893073461518828,0.00002823342950205317,0.000004507602326257008,0.903641991532452,0.00011976779436234274,4.321826536466775e-7],[0.0000701507412087223,0.0009143142379334331,0.000004940967239546319,0.00006528020581056287,0.000015275890817683106,0.0000022071977743933244,0.000016161408894524915,0.00002979815788540509,0.000003982953978020167,0.00007915943627492822,0.000043908208565979503,3.3018640972326647e-7,0.00002378765880561962,0.0002570320665843025,0.000002812820166338871,0.000047923994657996614,0.000012995526536100523,0.00001724598317391291,0.00033144885664764494,0.000007655721294524117,0.00008014169445780511,0.0000654237257534291,0.00016063178883264425,0.00001700613868658941,0.0001476467829000535,0.000018067576102608047,0.0000643936665505554,0.000004823164608200494,0.00005379277894348838,0.000002117147947598527,0.8557401258632179,0.00015345873505972346,0.0000010619885422217662],[0.000001154736893509255,0.000010079942480978082,0.000005592626839472745,0.0004943140300201898,0.0006148120956270594,0.000019615327171907534,0.0000018042496952474801,0.000003349675910162719,0.000004175748924300552,0.00008415098512632786,0.00009728407266593063,0.000007755493437045375,0.8690441344686113,0.000005314989152765199,0.000020783940661734162,0.00016070687584011014,0.0000030239436537439976,0.0001313854613526364,0.000009218053499636706,0.00007761587532228162,0.00004425926190382166,0.0000026647609898471767,0.0000728312128845003,4.925232483578356e-7,0.000020373781763510314,0.00026759358072401515,0.0008285059389365233,0.000002226842022825399,0.000021936585738364893,0.0000029030467859306874,0.000005475596129432962,0.0000013786058000029565,0.0000036336003739118443],[0.000003560535140264834,0.0003548440540442338,0.000004716562156945211,0.00001029997744202086,0.00017553459362462223,0.0001231102301440033,0.000026840379372094215,0.0000043669616852117876,0.00003262692692002109,9.688683268823994e-7,0.00004080292849455202,0.000008839128586453884,0.8693131723224825,0.00010681776367578655,0.000009671197739791068,0.00003210668153995976,0.000001770697870966772,0.000011784627065265943,0.0000024050588287195263,0.000025002312599690235,0.000060661456710381754,0.000055062436981918494,0.000026626153618927023,1.4250148013751996e-7,0.000039440868040660044,0.00027949342729538046,0.0005528965727662414,0.000005817045227255937,0.00005196210069587167,0.000007803839512024027,0.00000829275730762124,0.0000016088537481596622,0.000007630712019540665],[0.000003001446887518433,0.000013868427452628576,0.000002240594005214006,0.00005069929684647116,0.00014373206225959013,0.000024485686398655084,0.000022507961142135356,0.00005404414676896628,0.00008875273520347593,0.000008900241880618927,0.00001581024673396177,0.000011608645555865969,0.8538631093198517,0.00016853330517512373,1.5850554780930205e-7,0.00037612433934318905,0.0000027367429713849067,0.00034760694718553056,0.0000012014631003467546,0.000002253604020362899,0.0000015639311931530205,0.000021581554287351304,0.00013008655507675308,0.000006982835895560148,0.00028947156738157523,0.00033096163754429563,0.00005804389194709902,0.0000033078832458192103,0.000018657129323419555,0.000024374883730429744,0.00022659679313698613,0.000009891984034240732,0.0000143920881668246],[0.000010272304224913466,0.00029971454852129834,0.0002663452774651762,0.00033902742090509793,0.000008634564920565013,0.000016270667616311872,0.000018117526394757813,0.00004277040742787061,0.0005359719981526147,6.921146981300574e-7,0.000009045834805335938,0.0000569467690253402,0.8485419071271513,0.00007412919899238775,0.000010867563326270482,0.00010802045518542164,0.0000025210651237056175,0.00017051310252812579,0.000005731441556792304,0.000006241709888868439,0.000013240750196840628,0.0007919317025312334,0.00017251142285807202,0.00000880887336724426,0.0000418061137010801,0.0008264617385754443,0.0001402466839606601,0.000008084240832624316,0.00001545078817484308,0.00009087039742051943,0.0000034021602200238765,0.0000013232440419183553,0.000006040494750250342],[0.000007923363877777705,0.000044353896539921547,0.00024130076248902015,0.000005962953304764825,0.000005864702860277568,0.0000010084679988321175,0.0006806598806761176,0.00006082296444251494,0.8343371700007695,0.00002071465310552471,0.0004033199492530086,0.00029765103604102657,0.0009483545701562872,0.000029157653532220777,0.0000019231187062179566,0.00003739212704496676,0.00006266762522542433,0.00010462218830575273,0.0000019475604695792886,0.000005329482634102344,0.000008909712581026667,0.000019095036798892248,0.000034872685948732285,0.00013728913470779117,0.000026920971548571062,0.0011163071039752173,0.0006486196126337051,0.0000514923042225655,0.000027660150011161336,0.0000015905075455364874,0.00007989856460602564,0.0007060346386744886,6.551800732245996e-7],[0.8109200950912354,0.00041262475742147395,0.00042121981535845433,0.0007784264859027434,0.0007937242772677041,0.00002703519860675633,0.00048330723721214385,0.000003062957533217212,0.00004329975075563324,0.0008163067920038545,0.00006218043975054654,0.00003913365113305915,0.00010526273879366356,0.00002944649109929928,0.0005617045653662856,0.0006070065401355335,0.0017595993675881356,0.00026426034503347677,0.00025516430635628864,0.0001335748472441479,0.0003780646261154925,0.0008035057528112912,0.00006861845878218442,0.0006393060040231902,0.00016491432317022612,0.00010232280278133135,0.00005765584076488203,0.000008330677230135394,0.00004834304222396498,0.00023917619661616878,0.0011980258487881896,0.00008953971179380577,0.0001093434672903967],[0.000007696400793692208,0.0007866514430858438,0.00002478481544430321,0.000013732461850842005,0.0000012984257060669893,0.00000862537520772432,0.000004625299850169071,0.000024031355691050646,0.000032322068876909106,8.18021436697495e-7,0.000040466717337182135,0.000006131380051066375,0.000026556073459102,0.00008899682072419423,0.000007512122565613521,0.00043925994461566884,1.1609395337545349e-7,0.000036850424335593133,0.000003693354689440094,0.000021182924270909596,0.000042630121534692626,0.0000026038879349572347,7.16042425968574e-7,0.0000513454188675901,0.0000746213841073577,0.00018402440549912153,0.000025125643773126642,0.000004313630478215459,0.0007322464197197587,8.206177541103734e-7,0.00003154909705984849,0.9294289078964769,0.000006056974092793684],[0.00001852047290829356,0.00024705223164485753,0.00002367426740568532,0.000012108155719503664,0.00003198465443183666,0.00022164732980430442,0.00021571442550808405,0.00003268243447378868,0.00006871700988202631,0.00006455934650981734,0.00011155593350737024,0.000009939447178588285,7.036081958854746e-7,0.00015918912298829344,4.553795517310854e-7,0.0000018017617009550195,0.00009015054864264454,0.00015716477837429612,0.00011574621828837762,0.0002021461297920795,0.000007506565918081097,0.00011835727371477064,0.000008155693695192491,0.00003010814168152229,0.00008011912163716048,0.00022461094727999027,0.000043078225915593826,0.00010012560685885982,0.0004373695265022389,0.00004265913106241921,0.00004666979495210665,0.8420954547677232,0.000003157824165990939],[0.000009532685781955082,0.00022949381058821116,0.000002878786176192878,0.000019982036399009372,0.000004258921326963993,0.00009650799000758114,0.00015525399995976291,0.000049939456323812074,0.0000058422590863963,0.00000774208241266864,0.0004593032137323392,6.993936921705789e-7,0.0000024259051591328505,0.00022876805161996963,0.00006141370455254233,0.000027542446425870715,0.000002134121774787369,0.0001342387671772991,0.00003933290604735165,0.000023034255548168875,0.00006660359797129917,0.000017397809499752416,0.000004602267655624563,0.000012066805326246144,0.0004121311140199348,0.00004176905010549552,0.000008920491135423164,0.00003221722429712189,0.00008866442837916991,3.629124488376769e-7,0.00003079237975064056,0.8512678704192581,0.0000027674842931842126],[0.000022457851433306948,0.000024993630878290197,0.0009195579069674026,0.000014932323801627511,3.866273764419666e-7,0.0000408778528388823,0.00020514701939306767,0.0000017900045220778806,0.000022213128587748626,0.000008977359017935243,0.00004014948364250212,0.000016559264799025845,0.000035197032755022424,0.00001844520840385251,0.000026323456460046287,0.00002173837513064851,0.0000030427304399402363,0.0000017576901662003782,0.000007605921684820775,0.00014050961363229543,0.00009553686734470374,0.000028066266892897277,0.000005331079812131242,0.0000035864803642761215,0.0005684271242415231,0.0004948955988885693,0.0000547380934299053,0.000015295575906272014,0.0004927565426429778,4.487441690570675e-7,0.00020019523031339584,0.8578818737591511,0.0000019943185621046237],[0.00016533717062227677,0.00011523456116537356,0.00019087043555229434,0.00011980804710292863,0.000009555250439339308,0.0001326564993756003,0.00006903843648812829,0.00004719455374080754,0.000003168820110039304,0.000004890859796634966,0.00042134750505859974,0.00003162315231630308,0.00001621506524200691,0.0000031928838274734167,0.0016691344710796964,0.00001720718352160391,0.00008712167069533162,0.00008041171151632425,0.00048000336015174475,0.000013688377869217196,0.000014702949761393104,0.00002208410338696906,0.000030430557713738068,0.00003922279678253367,0.0000034926736815570976,0.000009211328290374103,0.00003175756464661077,0.0000470853391439423,0.000035738869669075485,0.8167992265274117,0.000011307940654827844,0.000012102347947013953,0.00022897583377855853],[0.00002593259812422952,0.00024369418444130712,0.0007760082500057335,0.002349261886090065,0.00003670395467305656,0.00030251364552093355,0.000047233843863062056,0.0000920244641883808,0.000006167975337198781,0.00000771114496674753,0.00032755938342900957,0.000052189069529676455,0.000327270937035447,0.000005730194425275833,0.001465803999743754,0.000045047785059545594,0.00004009094399305352,0.00005329203027935228,0.00023365618442259815,0.00011277116366940944,0.00004886218160901625,0.00014552289544472705,0.000017751312989807862,0.00014066889167845648,0.00008753760558673825,0.00003738036625411971,0.00041848355765354057,0.00006656570308484063,0.0003302357282323805,0.8237297251597467,0.0001161944515532649,0.00003540140788559911,0.0007275211352277467],[0.000003064029229501215,0.000023667427536428158,0.00010765103075028664,0.00013298201349194632,0.00019377068314219278,0.8615510860803615,0.0002218753896647823,0.0006161126059881239,0.0000030095880513899938,0.0000536042501692935,3.3414567303349183e-7,0.000006523782864931466,0.00012582929514835643,0.00037510420974683055,0.00018133795140905674,0.0007714747675022285,0.000009021168914437242,0.00008699104445152926,0.00014442281704772376,0.00019950828768078313,0.000020185386038138868,0.00015700721198817102,0.000003270520578592766,0.000002804720643523857,0.00001671343665299253,0.000005855245862393202,0.00009341141052360084,0.000020358297343388237,0.000328180719482583,0.0001907192203905735,0.0000028037853273092886,0.000036562413840831,0.000029809503419009948],[0.000003855133358666514,0.000008666080288214584,0.00004567647331632877,0.00021508941463335485,0.00005906923445382148,0.8573135559480405,0.000010793356834840176,0.00028055874424409076,0.000001842937788546019,0.000011673554867678656,6.418618248921416e-8,0.0000034362871511906787,0.00021820231206807098,0.00007542708282782687,0.00009936250434716185,0.00016969282743891165,0.0000025475500437469883,0.00021889880227383233,0.0000659606049119827,0.00006617485158080317,0.00002785730257145607,0.00006734451391848655,0.0000010522122542952482,0.0000020149672395788285,0.00001968909957041175,8.522346747480485e-7,0.000026800863361389885,0.000012762493713079804,0.00042028572928426645,0.00026438603303184367,0.000009188539555787067,0.0000327378695721739,0.000037080640719560914],[0.000004050963054708485,0.00008327129394928213,0.000018597503382113477,0.000011542881931735822,0.00009629039155198273,0.9097264351867156,0.0002000483725235491,0.0005812372862748537,0.0000071380913253372,0.0006498037640297954,0.000003454280468284084,0.000005872536294875505,0.00009880545518644706,0.00015876662369529435,0.000035132202316211014,0.00006643199180993374,0.0001392266439402899,0.0007989671946785411,0.00021750707091043,0.0003481028639399775,0.000036834611297177015,0.00010455466990409749,0.0000052657862298992555,0.0000028776528726819163,0.0000336265045369253,0.0004017143865343091,0.00006148592878634946,0.00000932111178620173,0.0000610305868105788,0.00016559159881941507,0.000003945153769561868,0.00009140350370169582,0.000004946982438109858],[0.000005751996143530026,0.00018827680718350845,0.000009319998634948803,0.00006316895746517004,0.00003717215158435544,0.8619487175046623,0.00041589448721458566,0.00044917277586145317,0.000036224781857745767,0.0002498670032743474,0.000004318558520407782,0.0000014396710989409322,0.00014062000198986681,0.00011271662238758218,0.00007724122978178709,0.00005218486103663759,0.00012764707921262931,0.0008260841060152394,0.0003551319609919346,0.00010090122277633139,0.000004008109657316223,0.00003779669602611703,0.0000019531479806648764,6.360788609853302e-7,0.00006706449608716372,0.0004806735825873978,0.00018929033963209548,0.00000394517990823184,0.00002083186834089515,0.00020278126575772723,0.000005334483910739088,0.0005547850261489284,0.000004660090647741627],[0.000005851947576363616,0.000016276645659625402,0.000020441785606749436,0.000841334568633664,0.00002376314665284609,0.00048043024497421936,0.00008089256796386401,0.8514076877476084,0.0000033823921989469264,0.0000027071853147590474,0.0000035229824986645285,0.00005371067783515406,0.000013011789807694248,0.00029073291877271924,0.000016784943190045062,0.00020080403094962636,0.000047671496835779533,0.0000688556192637094,0.000024888952619870675,0.0000865544439786341,0.000007412004380167745,0.00001658489577167358,0.000016612321433108482,0.00024574125204857,0.00010865342749494895,0.00001624491484264871,0.000005851395907316317,0.000008707879411700817,0.0007272548864786507,0.00001905605623371161,0.000022938179422258185,0.000047544898547544026,0.00014779952324840123],[0.0000012884997659662822,0.00001215559461670344,0.000023011055952364826,0.000725209885256199,0.00004308463728547774,0.000781161797964966,0.000027441205952266797,0.8622743314612421,0.0000036320046982493187,0.000013517944124530677,0.000010425543055532203,0.00010087352486331009,0.000015158997016860755,0.0004868512905039245,0.0000597357751886343,0.0004292592058640786,0.00012366097158730184,0.0002594372278837244,0.000024112827543711344,0.00017827648757242346,0.000012581979611200044,0.000010657368156779147,0.00001969655600298187,0.00043582551620991816,0.00010446744852139749,0.000015265686448047958,0.00005203222522469358,0.00006172891501047063,0.00017702478403699518,0.000016428891983425455,0.000010658531963811946,0.000019250797706895412,0.0001686191018742869],[0.000003754595324720973,0.00004647915299205871,7.872672927375753e-7,0.00033758104095431843,0.000012040650260138368,0.000261060435028276,0.00000231960849789687,0.8724021692606706,0.000021532808723807404,0.00036750670474864326,0.00012344356467834997,0.000013913233090402808,0.00001277672102221494,0.0008653014932339701,0.00001181816847090488,0.000026290274498862145,0.001038673981945976,0.00008808136525923459,0.000005543131626441732,0.0001207672836045428,0.000004672932593929182,0.0000442803671701189,0.00003135894398087671,0.00017972676890514009,0.000009704633984459834,0.00022987533710155358,0.0000010030533827988985,0.000012272273528746687,0.000050906161988030496,0.0000026685600527996238,0.000011923641246476966,0.000004472106123091626,0.00009927517134178009],[0.0000030874634899206178,0.00009239556079925763,0.0000024576979370127396,0.00008504936742507656,0.000021855650067624445,0.00030791347006751794,0.00004293024273509657,0.8718697399247404,0.00029087849507575416,0.0004939424782164567,0.00011362809557560767,0.00003434965155009858,0.00002619261117751275,0.0008398514214255516,0.000003308378835796449,0.000022071352592852592,0.00031740338138822234,0.0006001229865054208,0.00008051596758461695,0.00005904173957509726,0.000009784108200925524,0.00002381556722949104,0.00007459885195678007,0.00006899705551213695,0.000009892172983428442,0.00004024076009655896,0.00002269264111282188,0.00009557919325009284,0.000125600238896372,0.0000017122755821897551,0.00043658213647482957,0.000018848383664384052,0.00006984472813524777],[0.00012141547744490444,0.0000024796339465431705,0.000003663089524210007,0.000009816331247341314,0.00003545490241194662,0.00013153339625235702,0.00003348175602764304,0.00003062843291082921,0.00001572667095987093,0.9045964715635741,0.0000374756895131695,0.000002456540335018559,0.000002515837407578538,0.00004136492998977204,0.000003310974118173888,0.00007363756450766094,0.00003480130084671061,0.000055855548425370756,0.00004012930778621227,0.00007571035179588963,0.000010656700909542084,0.000005758871720627998,0.0000045186820391924715,0.000017910482724090758,0.00003801058611218871,0.0002443863738589244,0.000037342718298202374,0.000002796231047375276,0.0000065437976804785465,0.0000017454037396539297,0.000024215153048743117,0.000014619873026789585,0.00000490991634035139],[0.00013938211588593235,0.00003977025031277286,0.00000375038191189195,0.00004929961151089209,0.000015504398093818794,0.00023813184648664154,0.00007234609841336555,0.000023313525633991576,0.0000024373285872057947,0.8836194026970281,0.0000017226742250813993,0.0000010873548891381548,0.0000142523714855045,0.0000124682915383919,0.000006652881943684267,0.00003358834828551526,0.0001232997294320351,0.00007450228180278303,0.000028770118831407758,0.00014210022477976453,0.000028639795011304233,0.00007405118258056346,0.0000014862602586820135,0.00004429861148927817,0.000028476626876167695,0.00030038388685191405,0.000020286706966704184,2.948803407387886e-7,0.0000032233379377951954,0.0000051548843190691,0.000026124220082293084,0.000029904875577660153,3.3784887001719985e-7],[0.0005565946725944698,0.000010150471034679463,9.208298765521058e-7,0.00006319911742528933,0.000033765666346690966,0.0001131532976890909,0.0002488713254068574,0.000020622453911249516,0.00000992946181864773,0.9078543914205756,0.000005370751554735316,3.1150777251068673e-7,0.000038028485218362006,0.00006754984018542003,6.616911461684747e-7,0.00044710974817787296,0.000010365225885404331,0.0002783170835479083,0.000012414793085262548,0.000040132869264277246,0.00004448931599465413,0.000030477415285575473,0.000011404072286113428,0.000007136017791152945,0.000005879856357590206,0.00011843680024322186,0.0002245715715516599,0.000004001075961929288,0.000012595061191098603,0.000006124691744346046,0.0002735645022975176,0.000006542134239875565,0.0000017100032993404627],[0.0000054732510731433125,0.000008117564586651246,0.000001541746175071628,0.000016641241091008867,0.000004190153252178205,0.00010322702746444887,0.0001505756327092692,0.00015189273377575052,0.00003933705442264256,0.9097764698171812,0.000014644640415658547,0.000007760875216645873,0.000003784076477323981,0.000025707136434486792,0.0000020123738622644312,0.00003066827958411436,0.0003664559074944778,0.00018707357470572618,0.00002730490398476354,0.00008753923253016953,0.0002163178877679273,0.00012619866101917183,0.00003401940498423483,0.00002872080257962718,0.00006104526398310322,0.0002928678076136172,0.00002948189021538606,0.0000031362207209451294,0.00005479922252713153,0.0000019942375577207447,0.00007376224897403174,0.000022923983639195863,0.000005274990549201651],[0.000010980260487573531,0.000004966247670968483,3.252062096946161e-7,0.000022519255167802655,0.0000042961807183388905,0.000009647684132856693,0.000028602035388189837,0.00009459842892272369,0.000017210586344203706,0.9052493232695056,0.000020755468962358408,7.183561956183439e-7,0.000006551947977928126,0.00008104058504521577,3.257326826507955e-7,0.00004194161439277206,0.00009831408720046773,0.00012861482039503645,0.000008063904116215683,0.000038861654694508404,0.000055080917324547595,0.00006488944297820153,0.000007140387321182988,0.000004528225217898221,0.000022466548795251916,0.0004783561422602944,0.00003553823787597613,0.000002071639633541032,0.000011404975201490785,0.0000013571937003289263,0.00005135564467986796,0.000013069365596281001,8.640091779521094e-7],[0.00003710018918864873,0.000023207098516464978,1.0029479909228659e-7,0.000045258320184632896,0.000010454112805644034,0.000028116857133641888,0.000012184288689283078,0.00011824542861933283,0.000020139942522771515,0.875574268582926,0.000015799218883389985,8.812194927780847e-7,0.000010607963082479907,0.000033234981477853045,0.000002564617691542531,0.00007789442741181068,0.0002607479344813283,0.0001504784049899336,0.000015434995303702132,0.00014967650749438813,0.00041681606937812805,0.0001458739293205547,0.0000053973975681652585,0.00007123798998596091,0.00015946788310167886,0.0004997263272708262,0.000012530181430290691,0.000004061578169872931,0.000007961070190149378,0.000002796454747445968,0.00005814837936094957,0.000009083714669924747,0.0000027300033919959407],[0.000002746539004551788,0.000024044645012335635,3.351029260009491e-7,0.0003763467185005765,0.000038284839898620625,0.0008226473752334973,0.000007781446581478519,0.00043796199121025575,0.00007110253144232637,0.00016541040226562804,0.00003074699559821125,0.000030676309689481825,0.00007612739058807817,0.000007212959133593042,0.000024482306822819807,0.00027831006059255846,0.0005152224956324072,0.8344955712540951,0.000004337324997163745,0.000004846341722579186,0.000014744146520647662,0.000016539195165658542,0.000009310767150263542,0.00001645084590084579,0.000002992699773010218,0.0003838258481495959,0.00001015260277711793,0.000006392212338242701,0.00006476667293645618,0.000041693787107917136,0.00008581168698625913,0.000014208447068877663,0.000006695670501516013],[0.0000012192621625820597,9.25832224754056e-7,3.3240242754728546e-7,0.00031713800383713684,0.000003183422206399648,0.00012793957957045894,8.527234446281624e-7,0.00000415239237028454,0.000005612810558935695,0.00002406373874612591,5.132472896531619e-7,0.000028292442968727047,0.00011835807376437394,0.00000313752482047623,0.000009464357172423573,0.00001768994341775583,0.000006438114041424984,0.8314034470024462,2.548928752695848e-7,0.0000032668318614097374,0.0000021615085357663977,0.00002691249605162172,0.000010835405494700774,1.981447246735942e-7,0.0000017902824594268202,0.0000014218249401596606,0.00018052309368082054,8.55037724686468e-8,0.0000033968940864413643,0.000021963799755885675,0.000005041849530870515,0.00003376452329527742,0.000001905285456885363],[0.000029049772710170252,0.0001347810538819945,0.000011022873353183122,0.000019445108288065243,0.00024895710959608563,0.0002568109484116903,0.00009857140690718522,0.00008570783533174351,0.000005563680411884012,0.00001533396683604186,0.00005236552162268303,0.000021491072923213215,0.00004935338671019726,0.0000012863759761760748,0.0006632795262064395,0.0000075511394942678055,0.00014676782667312927,0.000003056223484087601,0.000010967620390340678,0.8625131064285253,0.000011393033676609416,0.00032657331017921877,0.000013026915483544838,0.000220021992382007,0.00009280043351577961,0.00010961300375178893,0.00002939334854849632,0.00003060134790436674,0.0002719345454411051,0.000002075661573317036,0.00000421834039921266,0.00015036330412076965,0.00010561601680436846],[0.000002492061869373334,0.0000067494787708891315,8.460935355316168e-7,0.00007321794344506799,0.00008533299628944315,0.00022023073656353773,0.000009593336147436834,0.00006262725365904616,4.2846422000194926e-7,0.00008691581291499938,0.000003583598990055426,0.00001916500783642566,6.680847930401378e-7,0.0000023378956181145664,0.0002550793626164391,3.962871173857073e-7,0.0000207498769740497,0.000035766808561166286,0.000034941714759804074,0.8543393096642937,0.000009698077378377446,0.0002258720647067973,0.000006484968776917848,0.000026458332783364572,0.00005260817428747738,0.00006669278675737773,0.0001641078404731137,0.000005853993733261398,0.0006081556501573182,0.0000035750886201264778,0.0000016042672363774635,0.000040006131557594614,0.000009292544962486797],[0.00010064802084893547,0.0014217156238160121,0.000009793093176108633,0.00007596639646943603,0.0005554844010616046,0.00015407113774279206,0.000005101403558662758,0.000018960382716905552,0.0000013654633601812265,0.0002939866895340223,0.0000026580508988225202,0.00002477306529261298,0.00003468164526809014,0.000025965345442147617,6.33610877322992e-7,0.0001752578721372621,0.000003655426265486978,0.00015001620712319384,0.00001835120603828531,0.0003341833674341764,0.8584062987960287,0.00013326230893563615,0.000010641581185055838,0.0002790053606659009,0.00010854115588314431,0.00006674446452402791,0.0000069778334712576576,0.00022495982315041277,0.0004541219011211139,0.00005340138223893773,0.00014824772135957755,0.00013777318929083165,0.000019632918005064026],[0.00004695965124379818,0.000035186859366186514,0.000943785326522776,0.000024918287279992934,0.0005283153435948191,0.0000028737748954073686,0.0000030629986883914114,0.000020467907714796264,0.000011616652332866227,0.00001884014197704076,0.00006764877092221375,0.0001737410068123306,0.00006110957459712165,0.000008051963493204846,0.00002797207846071902,0.00004667052905214678,0.00009472704929724805,0.000020426434549833228,0.000054890736181907445,0.00006020528142404938,0.862882026888519,0.0000784326603019682,0.00004203438319516019,0.00019101129917967498,0.000021508565026247146,0.000015898461172405977,0.0000030047024502985596,0.00013771119219814496,0.00007905597818118551,0.000022236035937828405,0.00010863771728037784,0.000003038607278165044,0.000019701554041561158],[0.00010506303923456284,0.00011614086677947431,0.00019528674788463467,0.00001930629929242375,0.00108757041511041,0.00000959012263473655,0.0000031857635794565768,0.000003013188485641277,0.0000015348072284261165,0.0005445196036469251,0.000042147256127723504,0.0001411074503347969,0.000021844640813071246,0.00014977004807666683,0.000015540972503581673,0.00021940641841721996,0.00003100964119945431,0.00007673566530843354,0.00004113458969212723,0.000019344606542443827,0.8792710570229569,0.0004952573969284335,0.000011633106092876424,0.000009347073374204552,0.00015025473278629925,0.000038765472290008445,0.0000019508658226485834,0.00002907374009740464,0.00011700422309478873,0.000008148828123386026,0.00010790453416417803,0.00005297771154485893,0.00003395121873724259],[0.00005172269441799767,0.00007281184104976011,0.00002970938671069525,0.000034994201726538235,0.0010200316896218074,0.000011914807336471845,0.000007489180054321973,0.0000024046824703499336,0.000005246684963123269,0.00014943898169900532,0.0002551425359407698,0.000009898187532082434,0.00015692015443017233,0.000027642652476893574,0.0000019734174543190125,0.00007018699718473195,0.000015421628363836096,0.000039691502234663685,0.00016144516135484433,0.00021693939669020703,0.871852070025769,0.00020985571513466563,0.0001762918366244061,0.00020901812796655353,0.00013059176755093356,0.00005050920068679398,0.000005126986511111502,0.000016634099626924813,0.00002725229593054641,0.000012116373453729315,0.0004948466192544922,0.00004449167885102605,0.000007762767557997182],[0.00022025613663295712,0.00003645059980057574,0.0000018753273478772744,0.000031707431097517106,0.8592775073660497,0.00003146932842106436,0.00001099700041865006,0.000005366837591302566,0.000010357907607572056,0.00003239417181619107,0.000015830202271525358,6.472992376027191e-7,0.00006364146149538471,0.000003746735630710114,0.0000024424856722620555,0.00004084977577172732,0.000032474631418359846,0.00008525566523884427,0.00007004286109488176,0.00021431136496935285,0.0013638573163188656,0.0000013361390943879436,0.00007678827932531953,0.00004967571129670578,0.0000593144008763773,0.0001675589753929697,0.00010518491775371068,0.00002845235532466693,0.000031425280797546596,0.000009396212256494649,0.000018677040696783157,0.000016265182552585117,0.0002528578340362184],[0.0000883490632067342,0.00016238999020178193,0.000007550363493790409,0.00008256713760740514,0.8600932359278229,0.00018382189477096538,0.000003927864154739291,0.000005862589015353236,0.0000036520471610871337,0.000007638737992817744,0.0000029181205914276906,0.0000019996440418643055,0.0007447829903286543,0.000011936274356259322,0.000005318754831092926,0.00014258217609981673,0.000013925189940759091,0.00009021191598970918,0.0000461421606639656,0.0005440663429204151,0.000020076405905758016,0.000031936097254321005,0.00007404254498473134,0.000008876642991055917,0.00010593119880859582,0.000051281431557879885,0.0009039371694794534,0.000028936739348100926,0.0000621917059413384,4.5071541489855065e-7,0.00003979417696871946,0.000024090990580083165,0.0002913022863681966],[0.00007756127818820534,0.000056054810909622676,8.192299323595379e-7,0.00012513798324846398,0.8743870713859481,0.000010531313644044435,0.000011393606042877372,0.0000042871479232693254,0.000003355334632364445,0.00008079546162354351,0.00003878426135412888,0.000013968486036794542,0.00017489346900572824,0.000013395024947330817,0.00001408145060392927,0.000272645579593336,0.000019343432681619548,0.00009755315195110513,0.000018695969326565886,0.00006476246029506897,0.0009007364790456263,0.0000021856334994842195,0.00014850577063481256,0.00001871945266954046,0.000023108533585422032,0.00003101708090840113,0.0005148031211526358,0.000016467770243804844,0.000045441711575007,0.000005127266947316516,0.00002948561089346922,0.000018874324896770924,0.00032063624205635815],[0.000057963345663568895,0.0003256113119082794,0.000027767164560723694,0.000020822753978485147,0.0000016227594368291705,0.0000034950942260839742,0.000007997688886751942,0.0000013466988477265253,0.000027858352432342428,0.0000031662691672086193,0.00002726757398332902,0.0004372854034658607,0.00019047306497470222,0.001287256445511007,0.000002588133352354631,0.000009439994055968225,0.000014730388087475855,0.00011433347061211408,0.000002822408492900964,0.000051433834689912125,0.0009431117858627841,0.8314220284550029,0.0000553831781253689,0.000013400149830606906,0.000006299020639699613,0.00003508700282624334,2.8424321398386865e-7,0.00001995392203527393,0.00018000322341504824,7.197624813019052e-7,0.00017452525241864623,0.000009997039841645358,0.000002793367752666693],[0.00002174005209209487,0.00016940113388901697,0.00001598399138468068,0.00007917934647636638,0.000026304224556688,0.00005336077547314976,0.00020703523923218888,0.000003813832440938765,1.9976747887903415e-7,0.000035817229157380096,0.000002453222244674023,0.0000026087097842379193,0.0003162253798437631,0.0003665735066325107,0.0000021573516693350225,0.00004862276715957676,0.00000965834195596478,0.000006190110583433778,0.000018252101134578184,0.00006765140702316415,0.000009053160868618842,0.8452519545244201,0.000005651223779311297,0.0000016744087674001423,0.00004507696145623929,0.00027424935247186177,0.000026191493018042014,0.000003020620085137944,0.0001708899684335946,0.0000019287284246825307,0.0001577507170257605,0.00016560877015883062,0.00000645336576035781],[0.000005891297065854893,0.000005253040230457433,0.00001144888464483257,0.000016414119947593882,0.000028027273862210793,6.922780373570703e-7,0.00008485974592745329,0.0000782636548004912,0.00033977806913831166,0.000008405703134073177,0.00008548319616336835,0.000561330209806659,0.00034999487349900236,0.00033484086172955874,0.000007323119753819645,0.00005165595407293563,0.000014232137537609874,0.00009721728399804877,0.000004690504015196451,0.000020769810001027335,0.000051581871773166317,0.000272581294645812,0.8244017130131105,0.0017566461563409848,0.00012581176291065864,0.000011505091764601833,0.000031236763825115025,0.00044979121125425514,0.000002883105701150016,0.000003938353873620667,0.00012810989376749437,0.0000036310968693995935,0.000004665577407330548],[0.0000769898955266943,0.00006972310471583646,0.0010506384994751873,0.0006430388365897488,0.00013218806948811984,0.000029976794485560303,0.0005620665061170638,0.0010052694610302542,0.00030728290987697306,0.00008032690903710875,0.000038511942355868446,0.00003645165237945094,0.000010985678025927955,0.00002350654216420725,0.00018357884671367148,0.0011932854506818608,0.0008244102518705905,0.0002288540318397033,0.00015225720825635142,0.000365605852962697,0.000689990208255216,0.00010666677122295323,0.0020802917295709624,0.8311915789666287,0.0002819534701723999,0.00009195635336447359,0.000029569020908402184,0.0004033190235295404,0.0005407754351313952,0.000021583439628955154,0.0001457592209354501,0.0002226242354911704,0.00004171114344298181],[0.0005938369415372379,0.0028526435637486617,0.0008485743892579898,0.00005133079352293733,0.00025424509770025143,0.000004685174045481236,0.0005184393251672903,0.00042044648985935853,0.0005790167450221793,0.000025474916086875873,0.00010036096325514724,0.00027685573212930337,0.00018952925619167765,0.00046101518496983063,0.000019854711796074166,0.00030641689780077356,0.000727056212291837,0.00035364414029471515,0.000016852865637725624,0.0001574917712861207,0.00017263791292714803,0.00005685710723263416,0.00029873267567963075,0.8139804653144537,0.00009822731260030478,0.0004612210043132409,0.00004433501142520417,0.000024065439092535417,0.00020096817496244817,0.00025318826822725855,0.0004467229085781212,0.0005633245647210343,0.00028513538659886045],[0.00011926017428144951,0.00010418500911067777,0.00038261089854232564,0.0000600012707106334,0.00002542877381877035,0.00002523161678630068,0.000012209582935014217,0.00003074394844757911,0.0000018090661740502084,0.000024342380921294973,0.000006985847508910652,0.0006622123630933577,0.00009158978106649949,0.00003392309562612899,0.000022767774320267126,0.00048370069353294857,0.00004336617962423928,7.266423543904761e-7,0.00016893756578752103,0.00006013123257005051,0.00007759292676323308,0.0001758418982733288,0.00006032188265722731,0.0000170405063159647,0.8522277971488029,0.00003529649340083268,0.000056953003557808773,0.00005065057337447307,0.0000016232252019043458,0.000031690675717743766,0.0001631184462440959,0.0013040117813634205,0.00011203385220111266],[0.000027363217911704935,0.000181119615286533,0.000003539501509567271,0.00017223755430578955,0.000028930908087272545,0.00007203299154694869,0.0000030544799106308476,0.00023500740716319706,0.0000018173648273045365,0.000024854639279580884,4.406320883738813e-7,0.000015113669213425952,0.00008303511494040194,0.00010132773079282189,0.0006209849396891191,0.00007443276806675463,0.000029606136983011157,0.0000037774676639123108,0.00006498952888448522,0.000008467229530451065,0.000005203952577624877,0.00008065290101891834,0.00001671022009326955,0.000021507634600333304,0.8637231463086222,0.0003675166929067737,0.0000022737350746668215,0.0000385537615539688,3.0787891445580956e-7,0.000002056953533903889,0.0000830397404003037,0.0005625609079961056,0.000030074384160762294],[1.5240127483168445e-7,0.0000026785967910842006,0.00007358368014719887,0.000004198853287592063,0.00007427145695523263,0.000027585333266212168,0.0001795563549707361,0.0000012624475310814915,0.000013890922791294249,0.00003245757669182716,0.00009068439276537779,0.000007536104093940569,0.0009098240941107005,7.729773469330853e-7,5.156416797222412e-7,0.00003691853550978242,1.4252394676823157e-7,0.000006456688948616913,0.00025158227705300383,0.000007830519395389507,0.000001630356038753461,2.1805602226067265e-7,0.000031265736361624636,1.2654294515026222e-7,0.000001647157162790598,8.47579385875163e-7,0.8581488236424071,0.000001178583781763505,0.000003674017028249151,0.000010224038141141704,5.073810136333586e-7,0.0000012999157912287966,0.0000012070723630140293],[0.0000026143183776606465,0.000009519574245412704,0.000011323954908102777,0.00001459992670772335,0.0000028594474371338847,0.0000042584089228844935,0.0001279534911306654,0.0000030627383521759005,0.00006331183862410769,0.0000040847634999081185,0.00022526526056940185,0.00002614013366432336,0.0001419407332605815,0.000037777563090090615,0.0000084246532862266,0.00014745815799296737,0.0000015336089789709469,0.00016589158694959696,0.00009167872049731429,0.00004529878657357974,3.6032845691946137e-7,0.00007844091510605398,0.00003816835010443852,2.638431609449265e-7,0.000001990861532306391,9.815922936219938e-7,0.8827761238548746,3.2204427944915134e-7,0.00001550597726657512,0.000007885200608598899,0.000008212162084129943,0.000021086825692141654,0.000014943138700888263],[0.00001792972119677839,0.0000922933977040934,0.00011924691711567299,0.00002169892276848623,0.00037958954502788995,0.0001362623342376126,0.0002819161563057763,0.0000019116829642652415,0.00009360270056939643,0.00017704325335659625,0.00001391137064801841,0.00037042632794927763,0.000325644382791521,0.00010886031699144493,0.00001306796031098896,0.0002629003225825369,0.000019346410779196242,0.00009641280671173594,0.00020321407329052616,0.0001924293498971951,7.556106957663746e-7,0.00007418181071264159,0.000140327323750904,0.0000023555877247388735,0.00003933769334819175,0.000020304397633268164,0.8604301598934079,0.000008987414908252031,0.00016094172524917306,0.00001175475127839662,0.00005135259965730069,0.000056559156189993276,0.0004993614068081047],[0.00003243196888875007,0.000013645640623153431,0.00006615541766136293,0.00019601098279073713,0.0009210398911105786,0.00006311407857490004,0.00003571109336429952,0.000004336026066232084,0.00017327380529124676,0.00011593059244724982,0.000008219163888194989,0.0000027356995289350353,0.00009915730427804213,0.000008622491126855743,0.00004025130415911532,0.00026793934220862615,0.000004286152840017336,0.0000396254658980665,0.00010039941602293328,0.00013583367362185006,0.000010137779760324128,0.00001424443121062409,0.0000905535796150892,7.556235719813919e-7,0.000007252432906910505,0.0000062693919057832855,0.8803566780014757,0.000001994022756938427,0.0000547480062541619,0.000005766558386869815,0.00004442155874233097,0.000031083588539690304,0.000005344005723519227],[0.000043628508193210844,0.00002744507905294016,0.00018078797975408896,0.0001319699403369812,0.000002662897258397828,0.000008973842138719802,0.0001504610768354977,0.000004922022220005647,0.000024028419023435105,0.000008456349612950433,0.00007228509114315294,0.0001293282091221558,0.0017878527777162032,0.0001826807036378983,0.000002492444058632372,0.000016980675192156956,0.0000023643755084831233,0.0000037196985081923576,0.000036194729331849355,0.000039234804046753186,0.000029081849183544075,0.0001834900471426228,0.000009299675415500853,0.000006122109066287173,0.0001821376033513648,0.835955270805767,0.000002478098353083966,0.000001816202115187862,0.000042150935508881754,0.00003614867230937175,0.00003116736085660666,0.0008745721597461395,0.00006763827484460075],[0.000011327540569707248,0.0000640706830590063,0.000013474910481933191,0.0002249886926821196,0.00004904885856042988,0.0002072836626223155,0.00004127380650460944,0.0005654597521776755,0.001582962139139737,0.0019642364635885094,0.00004006875534277267,0.0004211816547887786,0.0010190052721360911,0.00008549843148912367,0.000016934979625899423,0.00011612529548118229,0.0002771191650495577,0.0003738655397060641,0.00009191135170349281,0.00010084370970300689,0.000008324882020525995,0.00005123685201851771,0.000019704449436525403,0.0006252108722503411,0.00011123902866951545,0.8195310385578745,0.00000983863770521021,9.639329695561223e-7,0.000018522570631377718,0.000008391518505127847,0.0000025998047518683376,0.000014153728035993567,0.00005377571750303783],[0.00002774388433740363,0.000004219344079481776,0.00011904924073727865,0.0008707761539549795,0.00022397400794661512,0.0003573194311987706,0.00005797022458707998,0.001093993494574601,0.000010447754260216718,0.00002569473710285199,7.145334491581406e-7,0.00006767770691291594,0.00004652000937369161,0.00035304745600753094,0.000044439188196472335,0.0007189316311659917,0.0000046117843700727655,0.0002904049533561527,0.000031267978229340004,0.00007245786091983998,0.00007027816634097296,0.0006562947942933646,0.0000017302344575468643,0.00033379232395539665,0.00002559741915193906,0.000006636687200607629,0.00018932357059126738,0.000383787744413385,0.8369747209222934,0.000024357862767377964,0.000060650976273099353,0.0009069817788581536,0.000011314528173483008],[0.000003445745330675626,0.00001694465125109079,0.000007806676362242234,0.00003302473026008908,0.00008765865768460993,0.00018145347458149282,0.00001338170869041358,0.00009060174851818355,0.000008507847460016977,0.00001158434387886398,0.00024390625781303354,0.00003063471828553089,0.0007206831836518755,0.0006648201209543311,0.000001227896475777428,0.000002518998037833291,0.000005888729993325513,0.00003689408199776788,0.000005979272790608471,0.0009907476030755293,0.00015002669728847123,0.0000636356518324638,0.000003210078967573578,0.000029746305875364164,0.0000017815848589163,0.00010178944567314047,0.000002348904282168169,0.0008044208102077456,0.8391940555465136,0.0000629503719968816,0.00010078754547502922,0.0013027254926012036,0.0000018808496371513256],[0.000018232486330481455,0.000002761268476414122,0.00005016824439722446,0.00006519944078914653,0.000049684957241178095,0.0003951329224504685,0.0003372417685515038,0.0001478994684704098,0.00030486964417435577,0.000005451314812549437,0.00022319673212306627,0.00004019095486703224,0.0007909259851260167,0.00018732897591085726,0.00003219703848924537,0.00010300635502376909,0.0000022928901540680186,0.00011880038910591253,0.000009032984680258563,0.000026806153985863764,0.0002595709432599231,0.000050916783497654645,0.0008662245693172972,0.000058004145262235565,0.000037126969846583106,0.00003407221360746213,0.000008676062782686683,0.8507471681637581,0.0016918264588347486,0.000018154902683008192,0.00020916850522465893,0.00026495361642347727,0.0000016407108300667559],[0.0006642142180100994,0.0007744372173256246,0.00019349016854353193,0.00005678083495499796,0.00011729066676467498,0.0001692702513854656,0.0001785078662168663,0.0003214778303385718,0.0006268460349416082,0.0005595200119087185,0.00014685178897106392,0.0010252952134925744,0.000006832489575549575,8.060751616094581e-7,0.0019757887615061906,0.000015702940034296457,0.8236489204048573,0.0008254338231426833,0.00010467322414569721,0.00009652349497777684,0.000038379038998976696,0.00032522249845884653,0.00001353976571536027,0.00016692708516250436,0.00018082090543025515,0.0000522026909298203,0.000010031904082437958,0.0000045057793114854805,0.0000020175392425105203,0.000011656167834895528,0.00007085679391628926,0.000008782990341456479,0.00004932196933225498],[0.0013192343381716258,0.0007471642537791688,0.0007301644663090707,0.000331682049842345,0.00010279616876388643,0.00028039273756994557,0.0007191818759131541,0.0007030212768573763,0.000020235534999890633,0.00017982191794966584,0.00007961755079823116,0.0006730269424860374,0.0000620516537202389,0.00014204079993926897,0.0001646141593504522,0.0000038007373382980794,0.8228726362587829,0.0004773648570236246,0.00032334172402524134,0.00030137018351601637,0.000037716656088542594,0.00034046418413174583,0.00004661290010412089,0.0006018183650798926,0.00011370360253080978,0.0003506579700194668,0.00003336573371524258,0.000006386048327729178,0.00003016134406651279,0.0000517422458297113,0.00020649301550089544,0.0006392734698414624,0.0005032922512982947],[0.000048294573412801815,0.00005183531606580527,0.8326523057339118,0.00003943976329156637,0.000004733173029080519,0.00005387656788367966,0.0004643093005648495,0.00003056731708488642,0.00003694791781177826,0.00003674326974545308,0.0002602034880113253,0.001164432157593616,0.0003923715037533552,7.236954679614015e-7,0.0002859727335440846,0.00007660571446035027,0.00015499136114961135,0.0000013997140978686026,0.00047228808317475887,0.00007247041091013886,0.0009018161040126719,0.00007476793420759164,0.000019883929207365653,0.00021335496567716797,0.0006502968191950828,0.0003034153650004708,0.0006133792649350157,0.000019418831003103958,0.000025045431254003223,0.0001511978792969219,0.0005803128498504316,0.0006433578417444703,0.00017762444813778985],[0.000573855695444561,0.0000028343491162162212,0.8175653541738148,0.000008938466544397866,0.00003292660262036582,0.000030068109016207663,0.0012472797630537129,0.000004036986025155156,0.0001051836545900748,0.000004082307402695194,0.00009158079790970814,0.0006595652286421897,0.000040941407749303465,0.000013976619577672367,0.000014718100784395302,0.00017501056969746977,0.0003904224616790511,0.000006715640445295198,0.000736049842132247,0.00001062935698027985,0.00032101539635598033,0.00015700854120919255,0.000020456663846707557,0.001566968836000909,0.00003574615231861783,0.00017649789636716023,0.00010945753896818176,0.000007889545022480986,0.00011799381456482525,0.0005960335655262884,0.00008421315135128924,0.0002549660565353065,0.0000722775905064945]]],"Weights":[[[0.2896338214332468,-0.5128044054345691,-0.2639005302564226,-0.543690503765926,-0.2378143516874478,-0.5582077807736772,-0.894013568579309,-0.5387330769306011,-0.7600418413011741,-0.5139219640874443,0.29360067856876637,0.1567815826386104,0.08327423192434075,-0.4793151993760317,0.5217085265175847,-0.2379508295969085,0.2121941773241575,-1.7121389718527142,0.6875561485966832,-2.9043316355592217,0.22501916661927598,0.182613922420187,-0.9144087867481508,-0.06462312847264676,-0.20115065084095468,-0.0010996352061435337,-0.12793958319764442,-0.7153926355463086,-1.3750398912672805,0.7611473377934018,-0.5915848420537657,-2.6590982097018236,0.2901612893501933,0.02128725983203192,0.09703629576032963,0.9567830084814469,0.43572324801204104,-0.6810414507517225,-0.36180195415948807,-0.7925851104805661,-1.2280970953119643,0.7577426344490581,-1.1336059018542242,0.47926772304796506,-1.7971991056827337,0.6392014448281291,-0.5523451491066012,0.05787076282073573,-0.73077120223405,-0.34069935770806203],[-0.1152071515709192,-0.0038956640672718305,-0.13765007104378885,-0.05781621329980273,-0.9396383062057655,-0.06505633553116273,-0.7191615849498898,0.49202603634884723,-0.9729540271309096,-0.28923854446153235,-0.6787564543860684,0.47447623737987143,-0.46965237768892076,-1.232258319625721,-0.035406977499857814,-0.6302586883483686,-0.598902610150589,-2.3867982008152775,-0.5352731596164937,0.34456282886125084,-1.7521334396904578,0.2566722787040818,0.5659749349191241,-0.5070311852603145,0.7515700001575769,-1.3698732017490074,0.36302584123836673,0.4137000426303869,1.0008088748779758,-0.6827892530056596,-0.16909338361386644,-0.8211813845030813,0.5853432213275364,0.6766244276868438,0.4870081703713845,0.9901971878756672,0.5949994037231751,0.9332764830612247,-1.4197983502777203,-0.5578090358686915,0.7852135971460359,-1.9192338144021295,0.11191515521272588,0.6888422473217404,0.3921221268787376,-1.9580876663455127,-1.6909224653332813,0.21207366604230374,-1.5978837148894638,-0.2258260010090998],[-1.0751886325080537,-2.1648987006824902,0.40630041615152157,0.9199818792465873,0.9536026735370121,0.4301249465137075,0.181327067037588,0.9924023432208592,0.7104063643274995,-0.7173608904302204,0.14145393885233856,1.025676391930908,-0.015974129176743467,0.013367357938438493,-0.13914221051531775,-0.3932541020833425,0.5773135947636567,-0.09966512999752396,-1.4909224282408924,-0.08501809428317038,0.6493579908811788,-1.178497496968322,-0.44496834514103556,-0.6594828962296119,0.153300773539843,0.3846479987441578,-1.241831512060067,-0.6978105579001072,0.4527808418590231,-2.3333922468805555,-0.5105482109273066,0.5312912531767982,-0.2024716942760602,0.6044421350456569,-0.7555341611107429,0.9956582470759802,0.7166870056684564,0.7612213907491072,-2.1680217654942515,-0.10359734556563892,0.37810185250914363,-0.013248810285217575,-0.6471600462240935,0.9739544602984904,0.17201037985144776,0.016124216413346163,-0.6576861000761498,0.3095798766473528,0.1823566846468449,-0.9213599848217026],[-0.39447005236202126,-1.0976831923685504,0.6774951759320351,0.21046652902366247,-0.3676641799376698,-1.435954320548065,-0.8355540245924847,-0.7456336228670297,0.5820810761499347,-0.3902171013698528,0.9831207786304597,0.9576378549585218,0.2906093848990708,-0.3166310789974039,-0.31131385100044306,-0.523976480003457,-0.37821068145270004,-0.045079436206691886,-0.18930932850400903,-0.5948165639542591,-0.9834273550640091,0.7679079151611204,-0.6792258351194979,-0.251454965326883,0.6064229957442098,0.2863694209042702,-0.2665389852633125,-0.23063880518297078,-0.6611796404950017,-0.9674349101262673,-0.19857607988764445,-0.8368717637978689,-0.6461335815201322,-0.08658931307809335,-0.8037746525894381,-0.14965568942697705,-0.09721877299480751,0.39078078850019804,-1.0297562937073304,-0.38893774700139605,0.35877618898630026,-0.2496889800767159,-0.3780006775730326,-0.16455186961630508,-0.63297951761146,-0.45668912708942794,0.2978664618772506,-1.0872322966215835,0.46747580384375487,-0.8604080161132378],[-0.10678970889377165,1.0805808616511454,-0.9723060693293323,0.37805073290044405,-0.7780315599611451,-0.7813123729671253,0.7254735347265762,-0.9085825840627452,-0.21300382508523744,-0.056009468605316956,-1.1907900240199243,0.12873792755747834,0.9205804194897002,0.6877606004410831,-0.27253189976586645,0.1048088775120313,0.3384664565938134,-0.11693401808005949,0.028959573465254303,-0.5043917602010757,-2.5706328147568125,-0.3818766180693201,-0.4194165025541857,-2.2725345221157367,0.6565367322310505,0.78195021309936,-1.4593099160686296,0.8090028013474558,0.5856610124830254,-1.8521044757399157,0.40259052899294867,-1.0946734247445602,-0.43858891919286663,0.528827063655105,0.4335925483588486,-0.7260657048066208,1.0963887908405061,0.8334729592974999,1.1460588664899942,0.20244886491693154,-0.9843462825345457,0.0936689491992173,0.8795435459969615,0.08668016681635765,-1.6032413331076825,-0.7874336389021791,1.147081674514698,0.3247903794918305,0.9367003047622542,-1.168219575249727],[0.9993995248159672,1.0366500343563754,-0.5369096604410496,0.18927692846672992,0.1524697722196419,0.4236398760541855,0.40539010044308404,-1.6481838265070592,-0.7817815542311586,0.28888223074428887,1.146373467273952,-0.15775628371316255,-1.7679639707955004,-1.680519810142546,-0.9615777173886169,-3.46915773227294,-2.9568921256388028,-6.310620586411322,-1.8178434457984258,-3.7827782631832867,-0.5261190581806808,1.0237625916206397,-3.6918418540540587,0.37218152346964317,0.9622673846571307,0.4110477816213304,1.1281814819168794,-0.31751354240634494,1.2944346730781968,0.2983823168881184,-1.8157533817604747,0.2972680709397235,0.5029262048257027,0.3811524894772283,0.36119426958805506,-0.08548167904471944,-1.5612315986371512,-0.6798919914952579,-2.1026948296869454,-3.335973325647505,-0.708828447275425,-1.6592062605737756,-0.6044445807665023,0.17344442237727448,0.04150037165123304,-1.561932417414311,-0.5055581311187659,0.9745865032476786,0.9038065100029098,-0.38346887941606267],[-0.49379877565250435,-1.0443392925428594,0.41392979428265414,-0.3888726115234079,-1.5583373145009556,0.8133094740417578,0.13227227457665236,0.4777050587810144,0.6439045172958312,-2.458526831897812,-0.5063323322532971,-0.4975083263289038,-0.1621377710235065,-0.01766507976273316,0.6341550826080569,0.5600942346042738,-0.07889140869509884,0.7872721284197824,0.9863277908674623,1.1078509469636033,1.4766147583859621,1.017413135194573,-1.8864216196146155,0.8990879486398431,0.407208286757131,0.7938324065771828,0.39296587984909925,-0.33628519459470374,0.2843141487994589,0.8169459191442691,-0.374574355101913,1.1103109983211028,-0.9223397411174081,0.5877578785836428,-1.6351253608296201,0.6922443471318392,-1.0602441737234598,0.4670955726730417,0.03081886699996271,0.4243985383252298,0.15914041756037609,-0.6351561840987834,0.21802636859180466,1.0874773227306975,1.1189720604778177,-0.36650160606021565,-0.7280033341331829,-1.123168327065076,-0.38155037268037567,-1.3315218288080848],[-0.792665246336745,0.046459315529746734,-0.7916351917597388,1.3105581836420317,0.39042760957100353,0.49169236912884906,-1.6485064894570918,-2.046193336624595,0.2918127315131375,-1.199715984147786,-1.4838030316518813,0.5131042529270747,1.056060922700394,0.4498052123853557,-1.1090212126387204,-0.8409125771062512,-0.1018250454904702,-0.8562512386265617,0.08279910852039365,-1.8742043283057608,-3.2954894114903186,0.5058850749285505,-1.4719372543899512,-3.835310614169744,0.3393946976365775,1.1763241451976632,-1.098337322221287,0.8034043973027438,0.17516251885490172,-2.0145260479963736,-0.669783698032509,-1.0922156957763602,0.05424473511134076,-0.6182345106270198,0.5223431388517357,0.6477981854214968,0.5819920289923673,0.12980174490579507,0.2863061896186465,0.22620863692036236,-0.7137089448409714,-2.0925562196118306,0.14132170033542177,-0.1379452445921372,-1.9974928813694373,-1.5699330488154235,1.2733781009539893,0.14728748513537593,-0.5013927730394908,-1.608437105648377],[-1.8066775457182784,-1.4701740231700147,-2.74925945503881,-0.10117474934944165,0.7614659480546815,0.4573592926896588,-1.0984234202052807,-2.445794924908721,-0.016966484216310133,0.18087854142337598,0.9232494488230969,0.03404521835985472,-0.07778804419336005,-0.048447514415097384,1.0873804114075496,-2.117383409211314,-3.0145060614515016,0.5902259534842872,-1.429639281759528,0.6107296031328672,-0.6014898874605574,0.6463689626258937,0.9174877336472248,-1.287334082605003,-0.4370910163304344,0.5552091195825772,-2.6655897790568703,-1.2978713379042508,-0.6499428771494957,0.45255423739903017,-1.2131958369795701,-1.1908529272283257,-0.08403685463312283,-1.7165183761643839,-6.513311783123391,-0.8347703337945077,0.3960730502567952,0.9427736465289215,-1.6156802715509238,-4.271232386205244,0.4731411089168295,-0.538483580450427,-1.6900868714728474,0.734055612098841,0.290793863451701,-0.28709141795488685,1.112018293052914,-3.988098921352302,-0.9071372619232438,-1.754854559886355],[0.58212574539932,-0.3799062488577632,-0.14970505885289379,-0.6889709877248797,-0.837573522254651,0.8268923026497522,0.7228281010641586,-1.7541579577280533,-0.2754258164933118,-0.2350559572685564,-0.32930686283853894,-0.25093938543913463,-0.4180864286399223,-0.9163531753755708,-0.726564300301344,-0.4761232362585004,-0.6309209016899193,-0.11352355485491622,0.4302586457380745,0.18550070669393043,0.7856190711407388,0.15401884816701164,-0.3675906992016765,0.2647663170294447,-0.6178409897076308,-0.7983659217461965,-0.32091522234305214,-0.7758300627680028,0.5741024508386778,0.32883446946252964,0.9712976994981108,0.24968523740293158,-0.4113684703638862,-0.6338959026491982,-0.8423976560579794,0.3887497227331759,0.8275123833712511,-0.7984784144901104,1.0964976610000843,-1.7136032829505023,-0.8356844482150619,-0.09993420501948941,0.5503116088496592,0.167631989861331,0.10476184181513366,0.7801071638699766,0.6339569082789605,-0.24893794342021777,-0.8616459180541934,-0.40949294290383953],[-0.30175997593812287,-1.0814341456043808,-0.133901952886745,-0.9920623736624821,0.267020724897489,0.8285963613254107,-0.7967484988468446,0.6422636090673137,0.4680259088834765,-0.8111122672209025,0.23881638942879882,-0.675129107562318,-0.5424133146511086,-0.30774172031616537,-0.5589013985939645,0.49884402585614834,-0.36129782399231947,-0.7883230789499907,0.2774753885303305,-0.3756899995514025,0.5096101676221053,-0.8344612489091365,0.1320080774718674,-1.4893085179173844,-0.32035440017593286,-0.6051317891781108,-0.23745959484251103,-0.16327563617204877,-1.3068380647206295,-0.6303289650256877,-0.7020759852356119,-0.018344745706968167,-1.2370271199136416,0.6567290911768642,0.8679357168079626,-0.8410603123828511,0.7877982011261937,-0.6449178413192835,-1.222569942760481,-0.025631377425239348,-0.366013203831997,-0.7170927405852242,0.871558936449105,0.5487022329880795,-0.24849287556191402,0.8990106092973329,-1.1996834543591954,-0.4139543887881666,0.8287923829860065,0.42048398708561213],[-0.6524166043032015,0.16020441334070293,-1.111367094126205,-1.3461884481606488,0.3686039370330382,-0.2630530388455828,-0.192217126854307,-0.45086857216887394,-0.13222627203556997,-3.9048345734054455,-1.788284764939126,0.32633531305770375,0.08348097512109627,0.8891523103330243,0.1457640511505709,-0.19515371231589265,0.7815155471848686,1.0502956380738437,-0.3556252307696959,0.2799926340015526,1.289523208134688,0.5735491197616912,-0.6038577259329599,0.6970543184552912,0.12852766296883641,0.7667200949896806,0.6009311204013374,-0.34502844435868674,0.12944721169767695,0.3299639738547855,-0.11923815090940892,0.9135419590092893,0.802812637321821,-0.7335684381669182,-0.2108531954623806,-0.38243967646563104,-0.9504302772953173,0.8115397764736296,-0.1937740778151643,-0.30034515062942935,-0.05223222928858906,-3.409652681234303,0.118006030617676,0.09033061528258855,1.2039870738658867,0.41470118169229064,-0.9012784620497499,-0.3794143987017246,-0.09035089640947011,-0.15596753258404894],[-2.0922784349929975,-0.12214944010031598,-0.4855343541947863,-0.5686382289932073,0.1512874666492572,0.12072041585369218,0.8794599624332556,0.11075371120106008,0.9543083350271269,0.20320674650638748,-0.19792518581062302,0.09216908443849803,-2.0862302163916353,0.823581852681417,-2.6443773714195253,-0.48984073545718304,0.9449226474679964,-1.528076374348378,0.26951348568582795,-0.4353053905277381,0.33613034224488664,-0.12138742698459501,0.2598459658797871,0.9595972867227828,-0.693240391758912,0.4381944359373917,-1.36409255347137,0.37044991285887235,0.11430223303086993,-1.1338969308849738,-0.15565829756170693,0.1457755400088686,0.9701075527306174,0.5647251629866802,-0.43424668548033263,0.6854609933740021,-1.245585341238597,-2.4209603966235655,0.06464843968616832,-2.7008695739199067,-0.5587091859349516,0.8250457655297455,-0.509251990683163,0.36855010838749563,-1.678383787899759,0.8268676724259906,-2.429417689853761,-3.187508039869644,-0.1931980899609626,0.5268994379264275],[-0.8091242560942047,-0.00012426548988246215,0.0037774157980937054,0.18906757513600975,-0.7371438598679398,0.7444084095048782,0.6386037369544943,-0.8475567004886838,-0.6207147653015589,-0.3016193705884735,0.5865662916886146,-0.19613882142881572,-0.375898928351605,-1.8577427834010203,0.9645532042518055,-0.20930801440114097,0.33823293510046937,-0.10137460700182746,-3.163961581166202,0.9925133332552148,-0.5632955397318903,-1.0699295129475601,-0.6116120885443804,0.17254351449140262,0.6840862461164711,-0.6739437917857168,0.23258408514571483,0.8936623959088096,-0.08708298001272366,-0.040142623689422535,-0.8697718678245818,0.5002518506938753,-1.0740997750743146,0.361614980385436,-0.5056983471091744,-1.5668789036917967,-1.4933963771225487,0.33574018360450164,-0.6438943455782494,0.6497784850196622,-1.2286988017133935,0.7912971477016834,0.858208055242564,0.5149601529140354,0.6026758464094931,0.9668090283402423,-0.42761914446479865,-1.8764477695569657,0.9766627750614195,-0.009280538777524432],[0.18028038328936638,0.9061997167791306,0.5493249933278402,-2.504193184992314,0.3990695924139369,-0.4049877000890524,0.880865766943896,-0.9516600248247544,-0.7695910430595196,0.1861619201043635,0.6737707607181105,-2.451796975571715,0.7596971670200835,-0.6571609064232156,-0.7185483003122419,-1.6121220686580544,-0.7513056858227397,-0.08475413034766567,-0.3527908149174201,0.06251693787133772,-0.2717695380103859,-2.223292169748667,-1.237533763288168,0.5779163300784573,-2.028730871683537,-0.52355733858303,0.665913757974217,0.841757974881569,-0.6636542527053022,-2.0550449003920757,-0.8637301093009242,0.945196140801787,0.8844351888033958,1.0843283193432074,-0.24506323215326092,0.7168547291606967,-0.46664467076214655,0.7147896452479905,-0.0336659722221496,0.8912820437102443,-2.323193550261774,0.3998077077286857,-1.4433274690977185,0.04684545271821559,0.048891163228114355,0.5873855092029266,0.5757250438418064,-0.24719870459156154,-1.392339806955965,-0.3598966322382221],[-0.2115024506845651,0.22818204314397406,-0.37048719816796355,0.17664964100616548,-0.03255570498019988,0.7883807289257443,0.2801624466485001,-2.6920968957774316,-1.8001369538223593,-0.5631239427263025,0.310152451947363,-1.4717902291964817,-2.052651391067076,-0.8907911625351691,-0.8361678190464634,-0.5064336414796388,-0.589444070468261,-2.0153189956424438,-0.3055561038608985,-2.079970069677428,0.9788646275148659,0.04983160468940355,-0.6299184721992716,-0.25716565914712264,0.02028065721672931,-0.6462721153906926,-0.35935500046501256,-1.740484232629388,0.6949091504737449,-1.4227383118823864,-0.014351686644017743,0.05563913805549938,0.35815013136269225,-0.06234566644809043,0.07131281395157786,-0.14733116246023567,-0.10755794269383996,-0.406605224903261,-0.6014890918261918,0.09023280546827045,0.3798064648879046,-1.8288719219096985,0.33633508132456474,-1.042525266232169,0.37055909775058093,-1.8036074246303622,-0.09084135232981674,-0.9345476644631023,0.2560435781089307,0.6078929270005579],[-0.4059835234748557,-0.7328330131881529,-0.2033479495427353,0.8063727767324016,0.8033965863196865,0.041918947934726766,-0.05234244288368703,-0.4400217899422495,-0.9288758605513585,-0.00008211787372738821,0.43819166130613935,-0.7878400634998335,-0.43287761612543724,-1.7937959909890906,0.3286723842049995,-0.08093239743701311,-1.1707500866971812,0.24407902436985285,-1.19007073297871,0.9385994940628954,-0.425296805284952,0.45441030956319606,-0.5282261709696071,0.4597925066194086,-0.5893296902305137,0.2036529624740935,0.7376803742226032,-0.9067228877194881,0.24426775470605303,-0.18397577793456574,-0.9088356879834303,-0.5909869314054652,0.42802655654082405,-0.3928400896386712,0.06150211326142377,-1.6715422060552723,0.6024631083553682,0.5132515975949778,-0.5041306992718398,-1.4792056526837183,-0.4419367814223049,0.8779088070959509,-0.35427840373858727,0.5894382096064336,-0.644251309343282,0.19775378217560452,-0.17882260192341684,0.007189483503185856,-0.03286066881760579,-0.6727802436076834],[-0.7219371702732255,0.874644947214075,-0.2104893136877858,-0.3209115185239619,0.36614212815576214,0.2805571337742075,0.011046161421330754,-0.12857230589299196,-0.7081213502621683,-0.3298084162167553,-0.7676499004156923,-0.975634902106177,-0.39521640476203046,0.10089272451698517,-0.5632783598294222,-1.4843790732245425,-0.8214641146776749,0.5669754329306116,-0.14086699113576237,-0.18123646292403578,-0.9174385181775239,0.2338133430406032,0.6971906862147316,-0.46472341899216923,0.8144614982667555,0.48605546524045073,-1.215489593735072,-1.9924364817643234,0.20674080472888265,-0.22590754702807514,0.8385645557646877,0.687239377115289,-1.5465566913424251,-0.3067715201260699,-0.03996543294648667,-0.3884694250921371,0.7033080495591142,-0.2905786752651063,-1.203246597391633,0.08243976073010024,-1.0914463592694,-0.5120257984163668,0.2443504920345941,0.7196740124615588,-1.2047127407510116,-0.026498718751654507,-0.1453720442015448,-0.0029232802230752765,0.8036393174405015,-0.33925372350840965],[-1.5490588960784382,0.87517896402059,-0.644251107136227,0.11578200248208047,-0.8769449102772683,0.8028975678428933,-1.5290758693054762,-0.07284006052376166,-0.9302530860192569,-1.0286469663407594,-0.7788584553724821,-0.2601141015529379,-1.1196482981797395,-0.8634795691521538,-0.45652764550512065,-0.4849308330957732,-1.1761684184646384,0.7054297354327552,-0.2075604935518943,0.6819650492625966,0.5504778342742346,-0.6533179382589729,-0.14272046753962606,-1.8274191856966289,0.028643780167262784,0.02155789438353278,-1.8730794802526292,-0.3005002603653183,-0.10869979539793068,-2.21377626132576,-2.4286874703839723,-1.487807357900555,-2.5067715365018763,-0.40953396650665874,-0.3158053188486777,-0.605693787055521,-0.19654889526666253,-0.3640195180113689,-0.4137025722571548,0.5557960481890453,0.2680075811734156,-0.33553262578315785,0.7165421878990302,-0.6188531691698658,0.5939635368055971,-1.1947885500955955,0.14453012038020888,-0.6111146216863467,-0.6931600717727263,-0.3486459766831045],[1.0005468734995768,-1.8461834433204756,0.19867498728057562,-0.15150838392528657,-1.0050872359818106,0.16497916283401184,0.15553836301371035,0.6389949109956257,-1.2421172003029328,-2.4154907600145132,0.7070703376138998,-0.9124748769867169,0.590855827018767,0.02795147083050344,1.0745321181227483,-0.2026018435819015,-0.46825876582790765,-0.6072948895030569,0.9419095422480327,0.9664748693806834,0.37601366734950364,0.24941562660243946,-2.55848640953978,1.424864761067085,-1.2851980485110317,-0.7891593936475603,0.8830222164772434,1.0540848979402808,-0.7271740887142191,0.5487171252035979,0.48177868187128947,-0.3202312871971197,-0.6712099508675593,-1.7377084251894253,0.785448567906218,-0.02939146697515149,-0.5513213331013208,0.15967207915814172,0.6813900243792594,-1.0783892749434398,0.12167905602934555,1.0646686046407605,0.20634155502955212,0.33275557021623176,-0.6067611642240103,0.0034985596305334597,-0.06552574611444384,-0.7925553447570929,-0.6445365759602958,-1.9523791903587815],[-2.1917964887389605,-0.02151180471858344,-0.580787175480965,0.841112623185703,0.3867598723155282,0.16006091069599612,0.6264987338111658,0.7598053256086624,-0.3221317830195444,-0.015333021773597248,0.3584513311988147,-0.8791226296776734,0.5108045084690236,-1.2249793088254486,0.14150175242764942,-0.36479143655481666,0.4708877107577195,-0.2660235398721112,0.9554306716045778,-0.6372134420483287,0.9478509478478956,0.5538046376542071,0.2873334866274799,-0.19346673287509958,-0.8487480448153086,-0.20866392832141079,-0.917669656614562,-0.11732622295974274,0.4549196630743294,-0.320309656372274,-0.23117220432940497,-0.8300836511881882,-0.5904256105358527,-0.4893504997938197,0.9787254270097343,0.3178047822957239,-0.26869722057874246,0.2569087147357137,0.7326593292310337,-2.57482871560644,-0.6970775610719835,-1.8328482570285412,-0.16050753641291515,-0.690421236088441,-0.9735375441725196,1.4063459279451447,0.2207227723436696,0.12342295790465005,-0.7546350560535487,-0.09457695680418154],[-1.5896895743127806,-0.5048857880526493,-1.3360597303333954,0.10103388698162824,0.658503173306639,0.40180183966353866,0.39214939868392135,-2.163984840976539,0.9187959824557513,-0.0618966543659393,0.6561807313890297,-0.3852969516514542,-0.2699618503743607,-0.5527486866918848,-0.03161043123942716,-1.6587684248574444,-1.533845222627659,-0.5782687190438205,0.22278738362304434,-0.31929864868616464,-0.41094736890848277,0.4108707953890288,-0.23789045391565503,1.0920363489185785,0.0590528101148683,-0.5052212529336665,-0.08866233228089464,-0.2635525629238283,-0.1303000489710981,-0.8879278103069619,0.756229877321362,-0.6458515297555101,0.4717249924121296,-1.6965809430957306,-2.34425642951268,-0.40576913738764603,0.8873574499574768,0.39538656485066664,-0.21639356111113256,-3.086192717227012,-0.8949166514637946,-0.15677924548622912,0.2598849584329929,-0.4792514592699372,0.9123992454750118,-0.8828963929025909,1.14182108659754,-1.2233401056311122,0.9212964532172286,-0.11420995649416057],[-0.12851734403877024,-1.6642177275370738,0.7038912694649739,-0.32417156357478816,0.8010960817397538,0.12621755473550456,0.1791859307143109,0.809107683320353,-0.5717486258257314,-0.2814597210008458,0.6552363998600788,0.8002254319863105,-0.7398457110449641,0.5766434377932678,0.29318995095284256,-0.7396752809913105,0.9205073175345274,0.7544703493235471,-0.08683134685134963,0.5279355073723968,-1.8112535109426111,0.677763441781993,-0.14018549018769072,-0.9118457224761023,-0.8753311220365206,-0.672903834568717,-0.6003704105400757,-0.18365936079224446,0.5551451318121319,-0.5286152088824019,-0.07553094492666447,-0.25438181387727243,0.5340834284900272,0.09210442202029998,-0.06083165761067589,-0.2378113243756635,0.9202876658257328,0.608925192169914,-0.7110911482870984,-0.007023030101897769,0.23665434775736807,-0.5962320980772475,0.2211860426325345,-1.0214507078854418,0.46761722839961495,0.7453833355653442,0.5728838386825806,-1.3596205765483025,0.6085640671965561,-0.3735807933056899],[1.0059101767918734,0.7400630615594445,-0.23431959929670848,-0.728451736539691,-1.1831741139522158,-0.8553707398516284,0.023352725221718308,-0.263665219512894,-1.5030891798764312,0.9241088566066741,0.5010152205627444,-2.442383551093573,-1.3247946448381769,0.6596858392074346,0.39213910309668576,-2.4493655990932255,0.7786755008348418,0.19860403892103082,-0.76380847061868,-0.8639433560705599,-0.19162476165547745,0.7451246667998261,-0.0881023323070306,-3.7288159850991396,0.5514311479931159,-0.030137623172560274,0.38988125780798044,-1.383535699354683,-0.12560530225366331,0.3085101105225926,-1.1853195116462283,0.35184524949496665,-0.4451951439227366,-2.136545481761668,0.7072960201450134,0.08378271525104256,-1.1806384945266069,0.3203416652874518,0.4067057325407887,-2.209136936424763,-2.9249055320919926,-1.0746037416522036,0.4972412423169059,-0.6020709372370945,-3.3566713566903195,-2.739131986596927,-2.1393296429006083,0.3996044651807875,0.35692919529265016,0.9848820417891833],[-0.014722853009748788,0.26140456090130293,0.21120082221263953,-0.17545878408536056,0.686844926292099,0.026818712067039185,-1.7099089576485773,-0.9006859540190327,-0.7088722306406321,-1.6323734917541868,0.11374745641150841,0.020108967879446542,-0.3719255107950767,-0.36099312330481875,-0.3137193416910733,-0.36197630478790477,0.4820040461898512,0.6928965545117651,-0.016220450661502253,0.09874480100771446,-1.5768710784697797,0.2753847934075711,-0.6933706595395361,-0.031852729768671276,0.486879147247011,-0.20423445876293933,-1.3540806371207517,-1.7246578877576182,0.04656500688806436,0.3637618499239073,-0.7666309872310787,-0.5857864860768108,0.3415179269687821,-2.3720536734247624,0.6464066701036928,0.9336984965422579,0.5336936421822424,-1.2159403442466528,-2.1612241527527294,-1.947197706652366,0.44529463465811975,-1.5328627628423503,0.7303974860594005,0.22610106356377116,0.9774771636254305,0.5069292133689529,1.0865670559405753,0.25087144810078943,0.2519278576588609,0.9877298554059953],[-0.16688442240190732,1.1240937688081032,0.1963822297667259,1.020532093986322,0.2630375817692064,1.2017590357956733,0.3512800623115504,0.8102276729987656,-1.6214855921826552,0.5067982518866778,-2.5590826044757504,0.7097761664852884,0.8410910108009888,0.13051085628081993,-1.1020418689131275,1.0300342133147198,0.6993510512451022,-0.1390115442698604,-0.9920762624661255,0.9829139806066332,-0.3349880903787324,-0.1561896976108997,0.49518299824535794,-0.5821046179861209,0.5657633949769462,0.2719163884971872,-0.04861337368779323,-2.224260516285287,-0.4586629701790595,0.8625902963968927,0.009717787536750063,0.41056719456835095,1.3029503615679128,-1.957538486665992,0.9641951150036665,-1.6709849783933346,0.8512551360633033,0.8873794093466656,-0.8657860311847265,-1.14730541291994,-1.6183248699980757,-0.049952781908508326,-0.26483709352023405,0.9564997717473483,-1.6467826773696583,0.13999645991149998,-2.724089336942425,-0.6928867978579177,-1.2564446359467765,-0.20020723188206402],[-0.21130017571148207,-0.07832270322594061,-0.5512557297863685,0.0963051550242575,0.05413972388470503,-1.3066773951490938,-0.7493720144407177,0.17419244319283939,0.26258542890293035,-0.9869181957340036,0.7356423271880544,0.2871144463176633,-0.6795452267356182,-0.9328283334320293,-0.2021685472433153,0.4852650919412093,0.05338224848274905,0.34062926542271227,0.10960079468433179,-0.3287185273084954,1.1430657707732186,-0.3642138490704762,0.09063663206784778,-1.3576385990637503,-0.44736998971125047,0.8072955286826081,0.9190259218619601,-0.906075848007924,-0.3551039287202223,-0.8812227783171163,-0.7145439219336882,-0.7101984888302195,-1.6519659979946213,0.210049734682558,-0.5734826389687094,-1.5446436698102557,0.2648885427407104,0.2797183541919508,-1.1843857678741092,-0.0676754057392142,-1.012726992867859,0.9484584846195079,-0.4353693784990376,-0.8033735463093554,-0.811723793363752,-0.08366525430903848,0.20286286380873203,0.4664085345949166,0.5476043665985559,-0.8137787830739898],[0.09972019928113751,-0.845798250774777,0.45547285385720565,0.3746336810005158,-0.438958679284122,-1.2824600757863032,-0.08700038463497421,0.6606535686925475,0.5828776547291447,-0.9269090736556868,0.9551009899387741,0.5198794047581708,0.6001424059222308,0.19675932202407223,-0.11435320059172983,-0.3325348853225232,0.33737490114541613,-0.00856641330263207,-0.21314853035871587,-0.054859651522540256,0.16165726520085744,-0.32652955221121266,-1.2263566187859574,-1.1245668245449272,-0.025387356156892825,0.21285665893736774,0.3746615696027007,0.18143787194835242,-1.2943218432643018,-1.2477640216321713,-0.7748219607038411,0.529877419376154,-1.2581065261761906,-1.3402604128345434,1.0758185079762976,-2.013782272265442,0.8259691382890043,-0.9269861028907059,0.14380192639721584,0.3264921258403248,-0.5467993280566175,-0.5234240587983138,-0.25343816285816995,-0.6971822307437217,0.3128454070805921,-0.1614589165349046,0.44704061921988875,0.2017484725279127,-1.0847835113785311,0.0776290887988336],[0.21686823049089762,-0.9405930626839999,0.2773164156869536,-0.4898675197389385,-2.393196778717823,-0.7128944571329101,-0.7088883451980187,-1.7809722880475864,0.06486112524927565,-0.43850584811219917,0.17660944980438262,-0.13556526151866607,-0.899151440768538,-0.11957076354173014,0.30768497506204445,0.9266539884186085,0.13649147114071503,0.47561109222099585,-0.465102759972748,-1.3348200140127218,-0.1721285350003717,0.3300838921923317,0.8758361149849528,1.0526778285290126,0.23179355207974636,1.0036955558985592,-0.30288602844602647,0.188298914204706,-0.08796149071169923,0.6495553956593731,-2.7225365554694503,-1.2486753839264582,-0.18367008390290904,0.5491342441061791,-0.4121328325933019,0.28430587639236243,-1.2789992506737724,-1.9810912198853485,-1.8117279087508222,0.19171764853201984,0.20585992642656648,0.5491979186337799,-1.6583786605875561,-2.1702535194362826,0.3416412125481607,-0.8582838677459322,-0.42966570330373355,0.1906141191677747,-0.2069221605890325,-0.3584419057812971],[1.0880478904312803,-1.1550802379048923,-2.0162420711837643,0.3575319143450134,-0.3118067284580913,0.4557246812254523,-0.534745598760148,0.9636889656321034,-0.9524326172690337,0.22340607856129752,-0.07146015991572756,-0.5658198559073813,0.5423433606515337,0.6003703643531119,0.23542205146387668,-2.0958307523411954,-0.2871202079174794,-0.5985765241454511,-0.2950791352714953,0.07682872002543827,-1.183436917384333,-1.907867204440043,-3.487911471741998,0.18104130568431218,-0.6426990903176791,-0.1669738855437038,-0.23197714204743242,-0.23544036393383405,-0.5247716133153841,0.6987617171896225,0.5854824557791135,-2.1037215338066324,-0.41546475059414884,-0.1259418010605347,0.6107218161974665,0.6929799281664244,1.2503637210654959,0.8105565666222065,0.062294197099200546,0.46499240933192404,0.6189711085764572,1.2501231029454436,-0.31146736705792144,0.9741966696080998,-1.3567425982648909,-1.9969575347322333,0.19388512679770423,-0.4293950745584678,0.6193554207226002,-3.1011142758370913],[-0.08623941648350199,-0.7785119438170606,-2.275088660246094,0.6798630993229403,0.6863605789353805,0.7870407468036228,0.1271027138291632,-1.1034312737090455,0.7572570365730489,0.9245250521487476,0.7690120921003912,0.3332516940859509,1.0100791333646768,0.7504979305619432,-2.261237582141745,0.5722776596297957,0.9654983384149505,0.3292388298345598,-3.2070245265538437,-0.7941448804409997,0.49148826438319676,0.7850146191146767,-2.5171557394654513,-0.31139585959132393,-0.8796589245828392,-0.0054249877567857045,0.09263082436838446,0.6763673980000471,-1.88475449241316,0.8551220800550389,-0.33982351449733955,-0.33973942017145253,-0.39586806027237437,-0.015197108830507268,-1.1273200109882537,0.2779368428808287,0.23464268287463616,-1.9896469927802722,0.10514286642899037,-2.4682623530272276,-1.0221828303613107,-2.003373756001221,-2.3885324415461042,-0.1619393849828277,0.24929850970943293,0.10165990268426277,0.8210612794107628,-0.545650889042883,-1.931347831735076,0.3591067126479781],[-0.4650310048242261,-1.7876859643937846,1.328219180193296,0.5663190473872972,-0.16201022349899027,-0.03729878597777096,0.13271146693951022,0.8666038241027223,0.17830218504087597,0.501867418333221,-2.3583970056886114,-0.41973379458332283,-0.9104179111029509,0.6147850558199722,1.8110180821588695,-0.43062466642791014,-1.1055478528568399,0.6897509526363265,0.1642210401790276,0.47745791704811985,-0.3167920437760439,-0.17139703253407612,-0.17240883469126145,-0.07914004755863784,0.8136661793191429,-0.4177650999047835,0.8987915229857262,-0.37679800118878426,-3.445709435078821,0.7695383026490273,-0.16450838869754159,0.2315327556366907,-1.5677044048310222,0.18132773093859555,-0.6436144659733385,0.5825690983020189,0.49965226004914487,-0.9950793716652409,-1.2271828694999058,-0.21237410367034526,0.06852377964892097,0.5596895186962775,0.3015767527527342,0.2129546203925083,0.5123607822984066,0.11376633951172282,0.45734645042165023,-0.18503560473213831,-0.3681329043858091,0.13267692842590292],[-1.4170723944926393,0.9344804822933281,-1.8157243922933644,0.5627416287287472,-0.9135625751702975,0.572693253603275,0.8390934443334745,-0.9904366003244482,-0.16108575713952425,-0.5986062266152458,-0.2676318493550238,1.0320735409316364,0.3657161465540335,0.11063522506263723,0.712753509246181,-0.4456304231687845,-0.39768886002494525,0.32444589328663187,0.19293725040795345,0.255754734170127,0.9887220164615823,-0.6460836481647314,0.011657302051142909,0.10090702043138217,-0.3126739994274509,0.5608882110722885,0.8289213335895329,-1.8404762230190124,0.07635784513203227,-0.3403302205189503,-1.0180975230840636,0.45630878314188794,-0.0697642119536441,-1.9107530979451106,-2.116772438478786,-0.30539650329085116,1.1108187469607893,0.6702912344592059,-0.43880890895937247,-2.628264380735361,0.04629247697446868,-0.17191783175465136,0.7642889325828989,0.3942615493640956,0.6880195011575962,-0.9299012943225402,0.011651117391552755,-0.6601358923925384,-0.29952678826782514,-1.227886949327846],[-1.0845159675047542,-0.66558226615778,-2.154273171280919,0.9268312181024967,-0.7194015217746368,0.8221312453242606,0.5079110783419688,-3.1159681876891097,-0.25465631389466137,0.3249649884432112,-0.1933006713695519,0.043175505364983824,1.2191245121720045,-1.4440863719457087,0.4537047792705516,-1.0187322484436008,-0.7968920963247246,0.2693389894570641,0.43201308486758694,-0.9279215648811044,-0.5941913983141642,0.3714283839467617,-0.07895025031395225,1.247831637869944,-0.14677306231149184,-0.5856815454340635,0.8264578035819927,-0.2729826016313529,-1.0467111178923023,0.29647694623674115,-0.8041705340400538,-1.0998262660758755,0.666601803748218,-1.822527744274465,-2.7441721610618246,0.6067416619432674,0.23515826204409435,0.07160898278284511,-0.02125419491240966,-2.923662873099269,0.3798414866094392,0.35763211475491374,0.2632609572076389,0.038893448802023216,-0.37897723088726376,0.6716075056637262,-0.4516049682607018,-0.5675476418139771,-0.5122656378275717,0.1399652003643673],[0.7255219452834969,-0.2996269856504902,0.8205275108520096,-0.9326152631682723,-0.1268760890449261,0.36354604563926113,0.6529671812875263,0.6212648196022595,0.2835026920546258,-1.38284531466131,0.5706797631616732,-2.3468512986493506,0.43149008224257984,-0.40921926340349174,-0.08968573506968892,0.5853577620907016,0.22870072075053213,-1.0293516514598273,-0.8174344901001723,1.2360363614009455,-0.30364006964224527,-0.5687708688622483,-1.305654397212548,0.09448055584342407,-1.6351171356007848,0.42106720999795344,-1.6435675632521882,-0.9415658909738839,0.03510696266836956,0.9360290029683421,0.10171513806631811,1.2581688914131375,1.1864094215656642,0.5546742047116452,-0.1658516513661702,-0.00975532696719276,1.1428137531932976,-2.7954065421652547,0.07392344571064202,0.7497782747156173,0.45051350753808184,-0.8389005584098465,0.4321568706452623,-0.2739609515154028,0.921994920988488,0.17836309041868562,-0.060521701122899,-1.3415410869527136,0.40103061163959197,0.6928567945951213],[-0.8377603835106028,0.9345702798785928,0.3653339162535107,-0.26559143515008304,-0.30376654000248965,0.5455790166687512,-0.6605764022647236,0.4832424115430164,0.09036291012021502,-0.2910084671228836,0.4712550657728883,0.5531441243218923,0.687636991708295,-0.8061256433693033,-0.8047262507813789,-0.4682168690528865,0.9459123306332071,-1.762545770975285,-0.16106440607563066,-0.1522855146379548,0.12120174290897913,0.712571116080855,-0.3542707507498758,-0.18541304409447265,-0.8468441646482487,-1.0320580423255397,0.6841295430860996,-1.5654251235330214,0.2832424304066279,0.7649483384362843,-0.3584851351464016,0.31360789473926803,-0.22531553822879416,0.2869158199773639,0.20056045598460132,-0.5343831985971563,-0.14901660988408286,0.661534913081558,-0.7446032721655117,-0.2902183377675848,0.09692451274177698,-0.24472357719229823,0.5997153765786587,-0.7379624987099767,0.6574042497939661,0.02058824733605188,-0.17192399701133046,-0.7482439792319878,0.15471099938194466,-0.045279465374208294],[-2.0301985400577984,-0.2869675258687445,-2.030647776257882,0.31091074144025166,-0.2772613812611669,-1.113674519233273,-0.2757661922596948,0.12951250799737565,-1.3449000032727063,0.38832351937942283,0.41097601542865486,0.2977048300750972,0.11394515640022038,0.5692639839650961,0.7444395307606533,-0.3323745208903503,-1.018891483535109,-0.5355941168015973,-1.4987390078171354,-1.392912155529185,0.10779844179524685,0.11734974053423515,0.03190205528699424,-2.021240136906483,-1.4823750156246251,-0.34640231347174066,0.3775402248721698,0.5445029275524995,-1.3214699208200287,0.1998842446490536,0.13242903792277744,-0.2127260350826958,-0.9664159039510222,0.559379056595064,0.29017820970487945,-1.3381634545975232,-0.08174889795516867,-0.8808130879434731,0.9027571858633336,0.8828270067890623,0.7967703612366098,-0.7423554476118074,0.9538641874622792,-0.3371541772796401,0.3986002182095644,-0.5883943844861204,-0.19719542374378268,-1.8842380172796114,-0.017472896684410544,-0.6409177783516451],[-0.905029574121109,-0.7548885931180312,-1.0173735031758806,-0.47689404362997706,-0.11641517816029807,0.6015744447031114,-0.16484699625332877,-0.8809535322216552,-0.6411882591247712,-1.0988632161275143,0.7351166871474293,0.25573135519960943,0.3933151296748917,-0.4466516697588027,-1.254339067640726,0.1766306906830391,0.6656937517583934,0.6372919437604188,0.25133315030800263,-1.0443260973453696,-0.7644400739292473,-0.9847993561997719,-1.015321649450586,0.5566134954274693,-0.32490821232889117,0.21885853561099355,-0.7531006040903818,-1.7285100484003968,-0.4904623381273511,-0.7728745389327767,0.02767340254174497,-0.40461281986026043,-0.47547444441440173,-1.7825393748097773,-0.7402021712950886,-1.1198826872758412,0.6048185672406154,-1.1536777442896045,0.09910208311861643,0.7758511484282972,-0.0010896467337730168,-0.5418755218729373,0.656094088275241,0.6366473181105987,-1.3345500400047376,0.5342519691227747,0.009476985519144693,-0.2471127515935574,0.9941831507922793,-0.2305086020313672],[-0.7079455342305127,0.5103742589870266,0.447473651739477,-0.7381664770578712,-0.2956755504990127,0.4270442148386851,-0.4577448283013778,-0.30441713033878176,-0.9065421936989554,-0.4877134425895742,-0.11524584864300409,0.301234579347138,-0.7374282428718452,0.593438290221006,0.2990207363549998,-0.40291647760196414,0.873335961952029,-0.08525071964510227,0.3929987150738401,0.9890030353871283,0.18555313579471083,-0.9088343055854766,-1.0962996797393352,0.15280370383334382,-1.0176548966832115,0.02652869609104381,-0.8166737952711943,-1.5887377250783898,0.5843472276188595,-0.14659427935437927,-0.721074398576718,0.4125164453606435,-0.9807050953992045,-0.39778855343667696,0.9091884525870021,-0.24276389611313826,-0.5734953386512882,0.808232413514604,-0.4781101711619344,-0.5929570513993948,-0.8290292926037518,0.6019843163738274,-0.4768624041235282,0.24607467075905046,-0.7035267525352521,-0.22600874102510077,-0.9436351829908632,-0.11814035900773624,-0.7716934878213386,-0.5530961874178509],[-1.2346512774671978,-1.493413027516173,-0.4938403997895673,0.8147421231677531,0.37111747619613344,-0.0883264826970311,-0.9304558566440461,0.5623376893582447,0.7154007598477515,-0.453652616953834,-1.938671729308089,0.21631194133619572,-0.3187739025436227,0.3813892887282304,-2.6424522132866466,-1.5666695903048369,0.05377548999081927,-2.8085857620045025,-0.2483506178460735,-0.8550788277646661,-0.678363939093187,0.34797824152982354,0.8926493427338603,-1.3246017465066788,-0.4666914883790869,-1.2985806774370658,-1.6024802348147957,-2.1666210729288977,0.9051549384377833,-0.026718081577207398,-1.4931147054428897,-0.9783909688430151,-0.057107160480112114,0.007897409978885342,-1.240512622355754,0.41875326860849793,-0.31460698386181724,0.4444033422446392,-0.8053210245348139,0.7675317208655857,0.8970033349763687,-0.989865606822002,0.43656907132895445,-0.2648272303344805,-1.1929418417069715,-0.241927176505847,-1.4460873954932025,0.7690185775463434,-0.3823975684997557,-0.25876331486793275],[-2.465023498969152,-0.8252395810324618,-0.42983694550460083,-0.40518095834926754,-0.07972232000401538,-1.013898128226039,-1.5501389127463834,-0.3887387872159103,0.9182135603220082,0.5791566640914735,0.5059862097486879,-1.2712144146008328,-1.0768109955191925,-0.5208039066072775,-0.3080260982143789,-2.9163688746889442,0.5998943028322381,-2.398772150787898,-0.3269581878806417,-3.659413254471386,-0.5272444873180193,-0.8456416465604145,0.0274311654651059,0.7928903696844621,-0.39831598023567105,0.3964209758495793,0.5158312205050647,-0.8460262333153603,-1.5112672078465932,0.6656947172341661,0.09618284430587064,-2.274884300040198,-1.8949602885451275,0.629635760845726,-1.3769715847390356,0.4678620847592024,-1.8918038656077283,0.4315477039006974,0.521311056039482,0.1935479845789534,0.9707164571687973,0.8424288436319716,0.8259367603594033,0.03508656646980539,-1.3749493865795535,-0.46667552754456654,1.0493474892538015,0.5927231597259851,1.0930382661186,-0.8393807224742662],[-4.063367563443376,-0.5786479803146624,-2.5887821319995856,-3.3782453016332217,-0.7555456974328996,-1.2519125480828204,0.7172275345754348,-1.7287915939867864,0.021535673231571854,-1.154647770219709,-2.8209444548620164,1.1838967132262823,1.1940275224828767,0.540590167102607,-1.573858607682234,-1.8661882350444277,0.500991563834153,-1.459103984647768,-3.028693721801023,-1.2307000724295838,-0.6995797072143897,-1.5895994746641537,-3.76563775404704,-1.6852991627502312,0.06997334767559898,-1.9143703358933934,-2.3047550851284084,1.000218543957306,-1.8418684407923471,-0.2898423550714845,-1.184296776363758,0.103068771268074,1.1004518137014752,-0.2088621681840514,-1.278002749931938,-0.07280996547286955,-0.23024023364156126,-0.5426884211085525,-3.3178057071019613,-2.2484219895495148,-2.8631429869557485,0.8341365543650524,0.12128300721523617,-2.83651492635208,-0.16492356338859263,-1.8364914154539123,0.6949342975612596,-2.464692494190119,-0.5861546834208727,1.0065282959234247],[-0.5057171410569523,-1.9090468566309504,-4.899816623129252,0.6025790842802375,-0.5822146988407378,1.0359507406975705,0.5754009581289351,-3.275157874651276,0.587437322257046,-1.4891925419736505,-4.623138488544103,0.6998384820620885,-3.2999131186493464,-0.41167678066370783,-3.8225569163298325,-1.5841524833503484,0.4269443745488117,-2.353239053143704,0.5201488472066873,-3.5763902800123226,-3.225590914526471,-1.7168837289665668,-1.392888429898131,-3.4131588831597197,-0.8571550832934027,-1.0251152090935047,-2.444016114945883,-2.1374715100254815,-2.4745299483839522,-2.8169349213636936,1.4009380191855703,-0.8990373387354041,-0.12273329409965372,-0.17801773998029638,-1.641986308545964,0.8112860708950456,-1.3852815329599935,-0.5659424541330182,-1.6755254740364525,-4.251610959212896,-0.7110330979617453,-3.189421758878266,0.7342138283763566,-1.5454472770209662,-2.0677015458261443,0.1438351040420732,-1.8555125959187864,-5.664788058812886,-1.7856920376678178,-1.4762440366000644],[-1.50985864608173,0.5568705820476456,0.38981856624777467,-0.11629772268571625,0.15331650741876804,0.25877468780686486,0.39319271578284914,-0.3317031504041676,-0.1655533238966527,0.5228197183468395,-0.8747226344837776,0.3037020436764262,-0.3011270488345064,-0.16211401420948138,-0.4596275299888031,-1.1753039724833576,-0.25308535182530945,-0.7846477167257183,1.0358632904188825,-1.4310082509331308,-0.7868942244190196,0.43914307557286286,0.9608014234388067,-0.8155256977548179,-0.13408162914549823,-0.3442165745960458,0.9629084267764649,-0.5829868380399139,-1.3783967708783045,-0.5322095569724934,-0.48776678213079727,-0.11385074619331874,-0.3188357329110212,0.8982841474206936,-1.1406647551490623,-0.1308542178307177,-0.9076783556217675,-0.5517091549367471,-0.5705300226597841,-0.783250059769795,-0.9105757773477818,-0.7924328037885505,0.5683373156104493,-0.4551596152528503,-1.0380372999224294,0.19853428529124292,0.1780751710606279,0.5548181108280409,0.3345820581218029,0.7123117615744317],[-0.09791033200881734,0.4175639841731418,-0.9701699203533614,0.10248840706072765,0.4466981497090908,-0.9086774602528596,0.2248550785228544,1.3264793858899537,0.26271597293237003,-0.13212590411623115,0.5374907681870675,0.1361978230489124,0.9487940018049092,0.20579792233753663,-0.32645444459066086,-0.3917253959259635,0.07192586297670626,-2.1745006165067933,0.11020423233001861,0.48824971205597206,-0.7872922402082587,0.9664668961708252,-0.5130029805125127,-0.3192106791576696,0.780456236693589,0.4070213212765635,0.46983786794031973,0.6197337892175473,1.1298336065398968,0.48075612522381084,-2.189415060480596,-0.43677042067154614,-0.5139568391710299,-0.8734564492132805,-0.11285119742002417,-0.6006246598070087,-1.105787174294089,0.05967289643831854,-1.9538849795456548,-2.6740617979248897,-0.9815918549564019,0.8121534017895482,0.17756024881397872,-0.6678267627531783,0.09955099533428949,-0.03142141083574006,-0.24524453590308065,0.7295189297698625,0.15397542803225348,-0.48742294964764993],[-1.2390918917105551,-0.5374790996925958,-0.6966632080956182,0.30374756383101575,0.6945467872440737,-0.04624162505551093,0.2961466041630494,1.3481882181637967,-0.7557052869069819,0.5933044164247541,1.8517602358220544,0.0036508008614343393,-3.7812458098224444,-0.24184550885765815,-2.3422115687124427,-2.7664079103315817,0.6528591518203769,-3.3654478388390197,-0.7862227472975554,-0.7264983396230892,1.4484497156358667,-1.4466282426425612,-1.8200367925922296,1.7547462993383736,0.5764725359602638,1.0705001770389628,-4.659710771729303,0.5537396782651639,1.7680071647704092,-0.8681964277538293,-0.14269233572805923,0.49792650034152136,0.5067321243903432,0.4019814910311677,0.8835625477213568,0.10270624723048971,-1.9315779320410846,-2.6831523757529383,0.6178124787059958,-2.544071006464505,-0.623958126399024,1.4126752425609943,0.9035887571890415,-0.9580653294191303,-0.4058960720774776,-0.7635988403852493,-4.102681759138081,-4.522030449333177,-1.7517065575875406,0.2982089808821486],[-0.6417891915826953,-0.33036694540015943,0.8076659363400542,0.8371352998412905,0.4693004581266817,-0.350449011997445,0.043173560321140676,0.8727619276831212,-1.0030693188877773,-0.8902212611199101,0.083117480251134,-0.42552624299046554,-0.8086280282867755,-0.3120447684006892,0.38323719379205107,0.46574380621708933,0.5679704212741067,-0.8268364456307341,-0.46515290361221573,-0.6525530650129351,-1.1266490871496053,-0.28321269591015286,0.17480799481100498,-0.6177358772609013,0.587976721742112,0.921296472897561,-1.2600846994483306,0.5518756262110741,0.8727833291223882,0.5327442966604017,0.5746468644404593,-0.40041329053434527,-0.41440499584454354,0.23351696871848332,-1.4058237765910178,0.1378614089747616,0.8159720521277078,-0.2917372782966843,-2.0322731262578984,1.2879480678172224,0.5934665786019936,0.679915795297149,-1.5165064061076567,0.26440846822946334,-0.22013924512307445,-0.8052553008704065,-0.2776133984705687,-1.6172616057427853,-1.0631755567777799,0.5078108125628933],[-0.8064369472150147,0.2967287188889729,-1.4683635816077687,0.7828689071791038,0.5011043555283577,0.12389734777259256,-0.48181007606006554,-1.3501385261526424,0.29929232328419325,-1.482982155514343,0.7827597669781997,0.22934746227192632,-0.8688649512306161,-0.47317899160759597,-0.28224258232980887,-1.0935816597158534,0.3313002353694768,-0.7623961888660165,0.6251682087150734,-0.2952174991690235,-0.9854222681757078,0.2554661664030536,-0.39792563094714634,-0.33041550874322373,0.400126611410021,0.5228669821519879,-1.616728546084413,-2.3774276532638168,0.7491946432458709,0.5332631662245326,-1.1230006924114073,-1.0530750475625823,0.36483061881514917,-1.2784611358484461,0.614013669225757,-0.6705697288342062,-0.3669105114377936,-0.008970976274275521,-1.9775492234271541,-1.9557347505998268,-0.9917952521664576,-1.238309979738641,0.17950873277808302,0.8129585209268206,0.8966466378496634,0.07580475787691678,-0.3873854760275228,-0.9096809876382977,-0.9897565680449284,-0.7161452281483004],[-3.56017437292809,0.7428389498528715,-1.5533264613812328,-0.06718413046563015,-0.4843214559972372,-1.7645341485169108,0.639225719409407,1.0943255547820052,-1.69110214978722,0.3754270066577509,-0.8298497654050248,0.8588642670059765,0.7216022581892172,0.1116108473179126,0.025059440782804653,-0.48252857418448486,0.5407236029531548,0.9765737419993049,-1.9972103920037039,-0.4932634069397418,0.6544501639327449,-2.3660338094141116,0.3981655223395544,-2.221961924521973,0.8521709565771812,0.38540235382866483,0.08551448690877048,-0.3992601799551876,-1.1315800168811085,-1.1600457436899618,-0.10824724266929306,0.396848942766116,-0.6253635268126414,0.23214186765934644,-2.8596986307945977,-0.8107858215242248,-0.5918642342859766,0.6462626580817743,0.608512841184606,0.9492196964550497,1.334666561087122,0.1526163509307273,-0.06572129345580596,-2.3212347581913053,0.9332463322994546,-0.29031438870246357,0.8360134472239708,-3.440711095266337,0.3703009425561447,0.38311795682803257],[-0.5046311136708539,0.6690173841378492,0.5753366822625473,0.3097736828176242,-0.6611228199494483,0.40346166242911935,-0.644566146911652,-0.399597677615985,-1.5020466192610473,-0.94031987476635,-0.08636897418367646,-0.01285106560101876,1.0262620535540599,-0.8730734905046811,-0.09665003291291165,0.7153195760320906,-0.9472781014874608,0.8993562108073471,0.10575551435053997,-0.3341176417459759,-0.05319233974928599,0.07112664384761204,-0.6415069509655882,0.41652439385092405,-1.2348081313061525,0.18118151902242477,0.6114322432181661,0.7994331195887628,-0.14891759474604468,0.13372094246758953,0.7497327344926545,0.8224784120764256,1.3413627179173442,-3.2115942237705197,0.29696082229243903,-2.719504241988711,-3.2502250466827043,0.5881523381854046,-1.0848901883281301,0.23221322489692436,0.803612863240448,-1.5239668220454465,-0.6513035376584458,-3.6558166440360145,-1.4180669031452928,0.6351365812374347,-2.1600075090677753,0.5930687159791577,-2.136856418005919,-0.1232559663967228],[-0.467761390404366,-0.657844451173405,0.08537080421701963,0.30230998030432676,0.4821519500376941,-2.3635600129028713,-0.05579032576058442,0.10584269334216502,0.8063357352282057,-2.4491810580855233,-1.7702334155943187,-0.00505499808302783,0.08327912068120155,-0.3903449072791214,-1.59956622766083,0.3795944091982129,-0.3533608457367186,1.0943551939045915,-0.3552597916104268,0.714918999260864,-2.053162456945432,-0.5401936329750442,0.11381447148246775,0.24031795827920852,-0.794528608347419,-0.8229658339809025,0.3665395844846151,-2.2246113618050956,-0.032671452032740744,0.9656023257941837,-1.1823240307825014,-0.6062752198046322,-3.050020927854717,0.21272090045793227,-0.2927654429657173,-0.38076444064544174,0.801752729484017,0.048244949130743245,0.8585559014292484,-0.9444390222883308,0.5187343947295224,0.6078893783694755,0.04002488339098588,-0.6644342640879626,-0.6729474518912423,-0.16537147189843165,0.5666454522713977,0.6068047469391141,0.3006658616692342,-0.5317505681965335],[0.9275051455188426,-1.1427085458834343,0.3851339164652185,0.4568847719013289,0.9414501023918783,0.9798094096081404,0.6442100052306861,-0.44274260198702664,0.2972027151547947,1.3747905535422347,-0.0802202506794484,-0.5365806196032309,-0.45561876264506507,0.23701810876635207,-2.1559410938809425,0.7362374314861807,0.04007183130946456,1.2262398698600827,-0.5906435317720298,0.4622587197636002,-0.5016731175537597,0.031718426928864805,-0.49420487085392756,-0.39065586315662654,0.521266482099942,-1.8600901189634031,1.6921910276242942,0.8436343664154243,-1.9792008346251424,-0.6635358098754072,-0.9650157179019669,-0.7696488816719929,-0.3764091588622974,1.1123473501310746,-0.33581230293280906,-1.3747362526937896,0.7003990024751903,0.4693887868826574,0.4847202985693734,-1.2587409346987748,-0.27356711775357057,0.5469562032589856,-1.5575736598639476,-0.5725442543998641,-1.2780751903386771,0.8975043718963008,0.02236861472027101,0.4663767025226398,-0.4190364346551457,-0.17477220890215187],[-1.7274516337062864,1.0517021661246326,0.10132641589495896,0.9661136147538453,-0.3722733925703768,-2.4952376357898536,-0.4506729318688366,-0.25006584237104057,0.3697630027760115,-2.597722145807862,-2.1556430412801175,0.27366560684727287,-1.1105564757530404,0.7346402637797075,-1.2838166500843575,-0.8740493502495692,-0.6929488216625572,-0.6732534288970353,-0.6778225685993681,0.48214895968105853,-2.395729397334865,0.0692325774290076,0.6912827870234532,0.7868872047127747,0.7866646314316452,-1.3812364259378742,-0.884664128096298,-2.2650469167124094,0.526925139083584,-0.12009630842407869,0.20963344880407064,-0.4067312222590956,-2.864699958868199,0.3007164620690725,0.17898339387784795,-0.34807458583935086,-0.32318537608418085,-0.44379824627084336,0.23629465605964886,0.5964415469774744,-0.7210479659922943,-1.3371614596495152,-0.8098610631383801,0.39403772117942,-1.26227335619923,0.9555785106078688,-0.9572390068901528,0.40621151995985105,0.4352785727230056,-0.7660113738403357],[-0.27635876829095685,-2.2057558098599275,-0.19843793449585617,-0.662653055652507,0.7330164302211621,-0.13204287528420064,0.2891621947164321,0.9474376693304034,-0.6720832344102107,0.550245623796607,1.0465661740730408,0.48259775338640254,0.47246547215418544,0.7569865983814783,0.2853711644063107,-0.1731910619264129,0.07658180248689665,-0.5919315642782342,-0.8870099605414298,-1.120455720874946,-2.7293785010210843,0.7422059538395133,0.32832033730105303,-2.0511888042716224,-0.15065998914271195,-0.10370267390714362,-1.8987107394756502,0.9357029137960432,-0.8030793549837894,-1.2865574280421495,-0.3051125500994125,-0.06735326213132088,0.22305384674841158,-0.21031695035805661,-1.2804317295449354,0.6962218856396409,1.018436341291177,-0.11566440155553907,-1.3653155639711638,0.9361832325931928,0.408922564415603,-1.55333777023816,-1.420305457642393,-0.35448878824378094,0.013564249996122825,0.005415946743776046,-0.8456645307975644,-2.6545992412692256,0.5278182947848881,-0.43927543854976125],[-0.29178647071086194,-0.7544440658247927,-1.7141592481380223,-1.0178431092534956,0.14083385366196696,0.05627865791929923,-0.4127453340188997,0.5663486924601777,-2.6971902421388907,-1.1631373066576154,1.0153227487396537,0.5059486797545639,-0.007960435918088597,0.20905813114681235,-0.4923647633798811,-1.860704661680934,-0.5999294215443488,-0.9126232360578671,-0.997137712209559,0.32859328860801396,-1.4451541810842423,-1.7835785785242182,-2.7059560363418442,0.5917697360225465,-1.353164640496072,0.01666657337526099,0.8070081532239207,-0.12189099096871867,1.1386175930083624,-0.461502359088084,-1.0805659968247672,-2.288470144049447,-0.15526933749715996,-0.4745891474713399,0.7414318789781413,0.5351663740518108,-1.3911969101829056,-0.7777507740887091,-1.7612805959887237,-0.16810970536698358,-0.07153970490312744,-0.7147304333750523,-0.7078231341746475,0.21476160970751568,-1.1854782869168798,-3.5570316531140773,-0.27464690991911717,1.136238237200245,-1.8441335958481127,-2.213157605598469],[-2.869332219026524,0.5581831646531299,-0.7719337364232218,0.7982110610326326,-0.7701506715404911,-1.422751183735903,0.8746457654170661,0.4293915022100883,-0.6487219664785562,0.6599860037450019,-1.9104091157927388,-0.1625306470517802,1.036181353076604,0.39701482257165555,0.02773636471090789,0.11729889108147919,0.5157080084965067,-0.2679950129209916,-1.446630398911633,0.0007730492672843512,-0.7036688335330162,-0.518616248836374,0.9073707079213524,-1.0258659050980827,-0.9813703451298345,-0.362253020496,0.39449374135272447,-0.2006327010288706,0.08226177069599136,-0.5855694336666651,0.4420777740163523,0.056357321130921484,0.5729856113279902,-0.4544333051291395,0.557022714008332,0.20915670223485341,0.4328409976103249,-0.3905577695286248,-0.3779937834352258,0.8974423824403898,0.6309964485885236,-0.11164681117308566,-0.40045497564472793,-0.1421726770760555,-0.42421167404530213,0.7195199886668778,-0.12687693222911228,-2.536107381965256,-0.06338297236635539,0.09915206114456691],[0.36315343178239057,0.27695228720806186,-0.047938370868142864,0.5967482205103334,0.5449679512549945,0.4833817302116998,-0.36123747421465036,0.037635028562365225,-1.050593559581383,0.6226583932653006,-2.3972108068173474,-1.6852071828956792,-0.679420650821881,-0.14277203348385092,0.6727948951363812,-1.906583568628289,-0.10622577159233446,1.0047241258451602,0.6747219294002356,0.722475678949658,0.6828522332799954,0.679829624884367,-0.5071355757545546,-3.307610378021549,-1.0324260969836732,-0.26718741266748647,-0.25775420671485055,-0.9483300170619237,0.833738115280602,0.35650203330073504,-0.2971079804657584,-0.01201879611717685,0.2241602005945748,0.7294529369363729,-1.5182873035725668,0.7316956344082289,-1.8891354934373243,-1.291421762567063,-1.362147744445624,-0.9701411563430807,-2.3415824321406116,-1.0824831951045284,0.0432898449360947,-0.636942930021445,0.8584898915750876,-3.1776679859698453,0.19526703163983208,0.878481380908481,-0.23191216607250864,0.21992484182228877],[-1.3672080834998697,0.33111291498643386,0.587922250258968,0.503943493625141,-0.8007679453434026,0.5096117078618648,-1.1154939150813723,0.9202127642047487,0.35001005486812936,0.4891634296689642,0.18385229209669987,0.26229349484428577,0.6477237241692253,-0.36996319958126855,-0.6094928103582634,-1.6892095195262504,-0.7222336588321596,-0.1586120921545229,-0.5345610927979633,-0.005371205308882157,0.5784072138929006,0.725678812992418,-0.050267838837726585,0.5642850358607682,-0.2680738786241518,0.012514811761874923,-0.7542541130820822,-1.139916291879043,-0.2290689279453726,-0.6131493088888872,-0.6999703263110904,-0.7997635714698862,0.6303543845529871,0.06406763037975796,-0.6875407534329225,-0.5310311036232206,-0.20206538662565077,0.14911528833913276,-0.16952899766768173,-0.7747151988190101,0.38116938189927596,0.8743018631308651,-0.8054258272889142,-0.7380296486523075,-1.1394807774618376,-0.37120240646742136,-0.2096917619001387,-0.12370790632561735,0.12737239226146668,-0.9850135152186452],[-2.387225495437345,0.31897271170161584,-0.20994669896496695,-0.4223554006944513,-0.30639462263819467,-0.9901021417827216,-2.388083678056664,0.8950059457168302,-0.6146160819232925,-0.6154932398809074,-0.20421498523169723,-1.0223035215123577,-1.8323308122046527,1.0553627185161518,0.752554483998636,-4.241874033933076,0.4202382795478835,-2.7822546145043563,-0.39444377189161295,-4.952870874133443,0.9111652574695955,-0.4690602552845542,0.08402104752572247,-0.7410140469426598,-0.8956228751135552,1.028952785934645,-0.604623211929347,-0.5212180648081683,-3.252294157252114,-0.0463860816765344,-0.5762542633034117,-3.4230804148166736,-1.8222976823043004,0.5302062642836853,-1.2558835563940067,0.843496059831639,-1.994382597186661,-0.7068066698808121,0.6496479827411904,0.38974792390653706,0.5431321287323658,0.6492347502350674,-0.41001035965613636,1.1518760622285644,-2.626486628609433,-0.04357971919699928,-0.3878055713130503,-0.6472002803753032,0.14877416186239412,0.20623427245779066],[0.14122546665358815,-0.8378967230544829,-0.37775126137452303,0.6389288653514712,0.7733471280789138,0.7862689494840661,-1.2209814589362855,0.5507966666421782,-0.7860898913283534,-0.8920416914545872,-0.4143532278876539,0.11223060228474274,-0.5686923496243921,-0.20816535463952293,-0.8368390789735193,0.7667809202269169,0.7541058348831046,-0.18007870955330316,-0.8734671574944696,-0.9648794171090507,-1.0945462125418663,0.005223288367137012,0.38593186104225674,-1.408893567148095,0.7130669555053865,-0.7558083340302707,-0.24839137433404274,-0.6863643812915784,-0.5785446863497371,0.059094646416545785,-0.10192349691270101,0.4058301628899321,-0.9790111171323708,-0.8418531315007859,-1.7292099584208884,-0.5192647249140627,-0.5540455088100333,0.9726416508994837,-1.47068311119051,0.8401426698854547,0.3971157525799085,-0.7461511720233379,-0.20916577951786136,0.8283529111873338,-0.8846309839536133,0.5700102021283544,0.400013366004238,-1.1766399358883635,0.545265480991757,-0.6288634281174125],[0.09024627861954614,0.18993121980033403,0.25243089283196957,-1.365752262368074,-2.5179710358818217,-0.44417832220415826,0.5883650627666109,0.8216718683414659,-0.5032041236139224,-0.8531608008421523,-1.029692589269698,-0.2193160115850558,-1.5360022395919508,-1.1176662641748758,0.6665249652334659,0.08817695372546579,0.7443599240628503,0.6210777765478672,-0.22793321815156872,0.19105070505692942,-0.46168179667373493,0.19703765715708282,0.4345039595831943,0.688529939592392,-0.04129344673428507,0.5104469193677553,-0.2457579152655627,0.8561185278402991,-1.2273228121461257,1.0471598469963035,0.29544402383672447,-0.21774151156866278,-0.0651866420900213,0.5882416540737548,0.4389215422394618,-0.1291455093251724,0.43161505109244525,-2.0203922380841997,-1.6970390525186,-1.0555915390520425,0.7912646200335434,0.18764647443794916,-1.554830218287864,-1.498726521430483,-0.5139000991223825,-1.3632597926553125,-0.8160280589614773,-0.8394535563594155,-0.7928787208374608,-0.4118148551137498],[-0.615995807435173,0.3886701465781573,-0.5469379655146609,0.29547649105602375,-0.1100772872718452,-2.596521609778675,-1.9426348710581796,0.682485471119436,-0.11474017703276829,-0.4576675334077039,0.7163648201009629,-0.24119388767290417,-0.0011048270714732083,-3.081401523460387,-0.38568344441764835,0.3917577554216333,0.7192431530479163,0.5698145342204257,-2.3891406441543617,0.22857314211538102,0.6822988392871985,-0.09537477247877325,0.24994399851012,-0.5301706730436965,0.39548410269246287,0.5796320414661704,-0.9386004688064756,-0.9138322441837387,0.1546483743898187,-1.7827369734705607,-1.54063028152763,0.31554768276727757,-0.46393194343110356,0.6598969948446639,-0.43745522569447054,-1.7626325238632714,0.7431051685174089,0.6777322357828758,-1.0820684844362447,-1.8962985389270133,-2.3329851472534795,0.11897286841144684,0.9149333777640177,0.6345487869050803,0.06538683548315789,-0.22437103388847265,0.04290042018963535,-1.2347671410927803,0.8774629842921823,-1.6371903001268484],[-0.4258360824012166,-0.5163271312467949,-0.22498451474179795,0.4765993226645035,-0.38613079603423456,0.5008322008684188,-0.36010941719723394,0.3792791662559243,0.8566276420800901,-0.02157261786808069,0.9896209101316065,-0.003716045311126853,0.796813789501647,-0.3669988172928747,-0.15179094098317225,-0.4002442888075026,0.25511764028238426,-0.017844516005894883,0.18284132984620452,0.12247773745155226,-0.7922554257406912,-0.3010145375122829,-0.6157720842279436,-0.11366561533876406,0.15745781770408174,-0.9587957101769965,-0.9017515902519584,-1.1691550712102334,-0.4940237469361772,0.497075618624656,0.0470140078201472,0.7715355813835229,-1.2954833447367813,-1.6436753138151623,0.8049966685911947,-0.4513217763716958,-0.5258800788085467,-0.8232331664576573,-1.7105317024696847,-0.6604810205523267,-1.3660332424587451,-0.29545130647528467,-0.29174708535647603,0.26645846972057824,-0.5691845679963871,-0.35646631576473037,0.7230590917060118,-0.9972038376236552,0.005458202212387136,0.631945323880924],[-0.810990725200111,-1.477496471977699,0.536229248963247,-0.3889720862829822,-0.7905211624603196,0.18263075081776467,0.9694307511791566,0.36663568110153044,-0.10975035132914229,0.2772070614520735,-1.9863392921226033,-0.29981503180800456,-1.7931088467278462,0.036883416018173625,0.5502875134501394,-1.042327121458565,-0.8765818944513994,0.7621347418393303,0.1143021711930046,-0.2756995886670094,-0.43552469890487117,1.0015317427503039,1.324054985971115,1.1129241869072608,0.3386096730046645,1.3385288943483828,1.1350670302636936,0.010805129605357016,-2.464229163837567,1.2968830568653442,0.6558605686127353,0.4572460221296184,-0.20897815417516802,-0.32060351832498063,-0.8484564802244536,-0.20627081928405128,-0.3402318294748186,-0.8217192622400878,-0.17124850085168727,0.6749090148069579,-0.2041831075804707,1.100636883347966,-0.4709967409409609,1.156972290052591,-0.6942303539386847,0.4171458775707235,1.0264671439813147,0.538495825565638,-0.15651731336697533,0.8399260427862234],[0.19195973731672988,-0.7714074765059743,-0.8921898004485631,0.6010616504002874,0.7741042336382244,-0.9487027237866862,-0.8493732117704372,0.2502376609470671,0.1153260553175318,-0.40524074379076613,-0.08370592035389501,0.7254235096771064,0.9499484561626078,-1.5802512260119506,-0.7958644632854226,-1.4945570767692675,-0.06152807193531263,-1.4757590718206146,-0.35215466160574,-0.9956815656810787,-0.8699481170603409,-0.050344085575269294,-1.4802116070828166,0.71679995110936,0.20334345137615564,-0.3106296983392583,0.009117003785153963,-0.8096804086884792,0.17766578678355377,-0.6207368232684122,-0.32325731486135323,-0.0799603384323982,-0.41130037613864384,-0.565483712542126,0.6123765643754574,-0.32403980624675105,-0.03699697430124731,-0.6641296382263383,-1.8489201051281263,-2.7749287197016583,-1.2128519234722697,0.6335459495984092,0.01887603611232102,0.33011316856206746,0.9045231500980565,-1.5041268930302454,-1.1284430823667282,-0.9784874747758636,-0.6411725286990002,-0.6381875246784069],[0.5152404067987617,-0.7757966883454657,0.4848473087611897,0.4217692792000366,-0.1248155134463456,-1.0142208297643394,-0.36331229095710954,-0.015963030460419234,-0.23389511636356378,-0.07637738886950582,-1.9057215924840087,-1.2081832986002443,-0.529218517616748,0.34584064891831806,-0.41985302845422756,-0.3985340157554247,0.3329471838679042,-0.971961384657108,-2.39746971423833,0.4352007608458027,-0.2466655066940327,-0.3800823881596748,0.26558786928936334,1.1265497825499302,-0.507126628091561,0.6167241626679705,-0.12850622537783218,-0.5213987194864113,-0.22189076919678177,-1.7717954165330545,-1.5948768750912348,0.07921354073952108,0.40182141622225676,0.3882507505205653,-0.2912170004665268,-2.71320320278019,-1.0349972806958792,-0.1756327763427662,0.8309451435693167,-1.1226832617967883,-1.8173282174890122,-0.6711615193258649,0.44211421701930215,0.19772760156653785,0.6987932102266193,-0.00623451289001961,0.19337489798366087,-2.022951883186722,0.6646411580635081,-2.150596166925372],[-1.1434413724264214,0.7945067338107984,-0.4426669063293903,-1.7724995317748586,0.6426368121583111,-0.10587386516561106,0.9102646683858133,-0.6579419246788841,-1.3344310888127422,-0.7364117444518845,-0.4354032286809311,0.6234149520785534,0.2492203952862433,-0.16885024967285667,-1.23476459733727,-0.5931944741368814,-0.5160691231096136,-2.648078747575946,-2.158859684285547,0.9991092139664784,-0.7203538169688456,0.6789840893950699,0.3538730601942236,-0.30827199013119766,0.13112973505309639,0.8506443797962981,-1.181625946421696,-1.7006036007245657,-0.6906706472184869,0.2955692031734433,-0.22845558244211747,0.36322729687848004,-0.008940580739944982,0.47258108381590225,-0.36578318781182945,0.4922777566354238,-1.4489684188189524,-0.6945076625407215,-0.5131511515183345,-0.08241518771268448,0.4211719956129232,-2.742211158701654,-0.5811936855786343,0.5761134902316377,0.7233687820786783,-1.1796977071949586,-1.8635429093746776,1.1411521377268097,-0.6805257195314343,-0.4290715967869978],[-0.054218015148197365,1.0276042830389445,-0.14147996185973444,-0.5749204293550566,-0.48626614483766595,0.7400482644827848,-0.950555284922957,-0.7547328852393835,0.711497327031113,-0.4174301084087474,-0.20586174751698386,-0.7900196771441932,0.10254975061176984,-2.074809989057142,-1.527578295869197,0.32950523944467586,-0.0854151251647948,-1.077463603791915,0.3025682041070096,0.08296272094249674,-0.2302419229053191,0.03136269742712646,1.0539580814790852,-0.6037218228690062,-0.16548436688610169,0.48375017391302055,-0.706516403842155,-1.049993341299041,-1.1957313626277495,-0.5459682899810169,0.2735499869311417,-0.6957100146263268,-0.9579348821427228,0.7084859452313712,0.03960345673545938,0.49450054878013083,0.7235683991841978,-0.30922304156564456,0.36836019065027,-0.7587665954919923,-0.46230184424841075,-2.2131329151038175,0.15963413176046526,-0.8621167187666269,0.5206994512931443,-1.5709027722082838,-1.4495650045754216,0.14706331101618125,-1.2400802134111026,0.49137366219838563],[-0.7258490800124923,0.20237800978232032,0.24585172727337778,-0.6485445599041509,-0.7991900273776905,0.2693628253669619,0.5169866268248892,-0.2703664845157428,-0.83592846260934,0.46890924200768014,-0.45651303514966657,0.8033522818571023,0.9360725836499519,0.33553164574884065,-1.1002188135820652,0.025251767191119618,0.2701536821224349,-0.20260426008740318,0.3276809987721894,-0.5291767625343317,-0.7946799054062167,-0.05714272667300566,0.8197726455777345,0.018312739518165283,0.9771144563887189,-0.31617485544361484,-1.0022459975853268,0.6274874834083529,-0.03430485508361608,-0.5939359247154347,0.24135064762875136,0.8978832782257324,0.7053243643750874,0.16826631332206565,-0.1393234746756748,1.0137777997127237,-0.7355291926696778,0.2584062849897242,-0.631809303995396,0.6275667624004193,0.05670160809851766,-0.2966028303325861,-0.2619011269089145,-0.17947747775718992,-0.8149282729759848,0.3305842621581057,-0.009324584009243755,0.28553443528545025,0.5112315979435326,-0.12120096797656994],[0.9078060204667657,-3.6058926882106,0.8885231154785166,-1.0767442590393472,0.48024964397496533,-0.268621161373562,0.7338247344133929,-3.4255835385591515,-3.512156168842105,0.3553266764908143,0.6510138678431789,-0.15724204635191136,-0.29232491345758393,0.16138939603528338,-0.36930356820950416,-0.9761065960161359,0.4330527676965771,0.5024102169915319,-0.8534346559036952,-0.3558958407065074,-3.047621208014951,0.7443427052363777,0.21326339204889527,0.4153583898787904,0.3711764382664835,-1.3588650786985164,-0.06085655957357071,-0.7571753312651295,1.064473932854216,-1.431667946912365,-1.277589788261139,0.7660412087848969,0.06520842602933918,-0.2000529772713603,0.8030347871281118,-0.11636707345303679,-0.8555349256980983,-0.04827532505085383,0.5137516674807704,0.6143117975248134,0.9547559388188921,0.326375666083098,-0.06248712003747089,0.21377766674467882,-2.1925432856403053,-2.010834115052129,0.8842240825952074,-0.6769461953777616,-0.4819560161199414,-1.3127162033364252],[-0.9722177499384902,-1.3965487219501878,-0.12372889550395909,-0.926069805824344,0.6792799924052674,0.5638389718788964,-0.4712670901065748,-0.43279954689926503,0.14742576521792697,-0.7335080859675347,-0.2952647161210016,-0.2447121784648712,-0.05148965626819056,-0.5415886429687531,0.5309537792646848,0.5494013721724587,0.6430745857874509,-0.7195725219881322,-1.471386236009805,-1.1034630476938416,0.6214304802460662,-1.5528591276868808,0.08625624181012954,-1.6131545773777414,0.8221736168643222,0.6790088997571586,-0.5850582059154004,-0.06839665192606886,-0.6633479624076919,-1.6955675297680353,0.22905983873604185,0.3565709102533887,-0.27093149299737934,-0.1127595555282112,-2.4704578400163526,0.5076121035685041,-0.5132445342147693,0.37914522357680996,-2.2723306993544634,0.15502579746171252,0.46637156243223166,0.7341297351660002,-1.3156664384241787,0.6752960232771525,0.7209898110145531,-0.5928970034861502,0.06290975015383725,-1.4115040627896702,0.43536476335513347,-0.8369014031811366],[0.9199554752449108,-1.0471044150063624,-0.5989658226564742,-0.4130123585004186,-0.9509495223334009,-0.9373009292794618,-1.1641799093183836,0.8918348587973632,-0.38073209237483085,0.49480771258890444,-0.8872819288728976,0.6135470125637609,-0.20953640835767753,-0.35883961329992187,0.5586624189360466,-0.9772404442483134,-0.22728777686021298,-0.8465168215907415,0.45511582716683585,0.321594752228684,-0.7923711564106046,0.6810335227319703,-0.15447778013254446,-1.2297999844595393,-0.4925185596595391,0.06118327644006119,-1.4204455423340554,-0.48606598466888223,1.007591310481207,-0.24879026993780826,-0.18189694410296536,-1.13296708161243,-0.39992516211839246,-0.6179381316166569,0.12504234135040773,0.608098047561307,-0.4616865458520553,0.8150029780493189,-1.9119356313093483,-0.27550267645520854,-0.8508830628125832,-1.00086556103966,-1.171482886330077,0.4235872667345581,0.5447091005862104,0.8922859612669556,-0.7355543522316581,-1.0217108337853082,-0.3676166278236213,0.4235959565237365],[-4.279567656593543,-3.583279174847506,-1.521028061771865,-0.2559739583864123,-2.703605399114196,-0.7174107235931325,0.4438247334889311,0.7524670441184774,-1.2021590798653574,0.08705592816000833,0.44296245395551975,0.35139828744064056,0.3484247659962985,-0.5503777837663518,-3.9172716342195844,-3.53935965989442,-0.6553782952507969,0.3783031573956952,0.4205941778842057,-0.8195866461077241,-1.3504425944870095,-1.153101534812153,-2.85788862137256,-1.3049266209400758,0.0815665631124888,-0.1930544907306909,-1.826325026599506,-0.4421991607367175,-1.3666173151352385,0.2509537893364393,-0.2055820131958479,-1.614263018851452,-1.123167147730056,-0.09463255263788026,-1.0528265753222414,-0.1008198064589065,-1.3198733895293444,-0.08796816440636351,-0.07962394529884895,-3.02417830826772,0.16001535651152468,-0.9081262614377787,0.6198719021969118,-0.1295521956709732,-0.9434573744850229,-2.6959252799936757,-0.9136564685245898,0.18907855867763368,-2.405251103447099,-2.9464235672216805],[-0.24059396765663446,-0.9263498947827328,-0.0729194708685557,-0.7601296567041326,-0.8286414657631683,-2.686446505082451,-1.2645417019662777,0.45494640290007354,0.3623245615840353,-0.4459044925236849,-1.4763419460540883,0.05259676409982001,-1.990688099391662,-0.343779026445968,-1.9876580133609218,-4.6012056630917355,-0.4022861456357806,-1.6936068217127276,-0.8900518778889939,-2.434695783960601,0.5991461775139172,0.2069274163640702,-1.2029016409433124,-1.9906114792853078,0.35272603710020106,-0.8222928352768593,0.3203100126815876,-1.3759301103423787,-1.3816849154977606,-1.2139639800414392,-0.39825099446631745,-0.9505783345515708,-1.2781430331910344,-0.44185762449072863,0.22212280405695184,-1.1593433717467017,0.6444427388562713,0.3663214675698581,-0.2092049765012866,-0.4148313830947748,-0.3282651661056082,1.0250444355770396,-0.35947204789817305,-1.0488985671906188,-1.5375082682592103,0.77947574980835,0.29195952871620184,-0.7966925659960781,-0.09100788488303489,0.7398266785859988],[-0.6552927465518305,-3.1312241230008904,-0.11881722433125004,-0.3172658931019147,0.027141998642741135,-0.5340265784983974,0.0742901897875764,1.4392718335888253,-1.2788024843916863,-0.9651028005995291,0.15094637400294925,0.2627353966023658,0.2019187803874097,0.6372051994356921,-2.3142645065501957,-4.646076448876007,0.3668961266587739,-1.1542128119765382,0.9533183093038045,0.484559401787427,-1.1607299440027896,0.08987485660585448,-3.9958936999182404,-0.5781296075152234,0.2198966981629726,0.2787221412211433,-0.5756475654720535,-1.9512211303525573,-1.9500596504904395,-0.6159436089843516,1.364157113151302,0.682917311598554,-0.06905927505705094,-1.5387503625261607,-0.30258579836787197,0.15235875894631068,-0.47532792174104677,1.4159364674652761,1.3789565120063865,0.9437051265902623,-0.48825159808647317,-0.5775015972890432,1.3858573050315817,0.43203811206048365,-0.8271612498748884,-0.5653602226284192,0.8064124190799867,1.209049345305875,-2.7673054990888963,-1.7327832430251906],[-1.6852013055317758,-1.76432207838094,0.6267887255909824,-2.550715320171806,0.6843481724977434,-0.709046159741758,-1.9029034074625497,0.9120919255654698,-0.1282782161075477,0.7812965369804781,0.3355972022890442,0.3232510926664449,-0.37420898355577376,0.8737121821800709,-0.2704028554489184,0.8652338536612667,-2.4828118588076333,-1.5532651155798907,-0.3791924200580162,0.5087859734804459,0.5040595348814827,-1.224159378260221,-0.3799454282218048,-1.149833416752206,-1.1268089286348932,0.8534260948406918,-0.05449596656401028,0.022007847611465837,-0.1449181158341129,-0.7381100226654115,-0.7423744420272543,-2.0907870185084745,-0.6904761178819996,0.79945897291433,0.6304555662071516,-1.4029669483007017,-0.7379725660699947,-0.32540090145307077,0.25342369969861994,0.06889158215047128,0.38405458246076685,-0.3468998327954398,0.48246912669147907,0.10605410215484516,-0.986846960722507,-0.44076208718728255,-0.6741952347070505,-1.22691105936223,-0.4155945332245742,-1.0443638931958448],[-2.29029311451027,0.29101027613755237,-0.18253545475276076,-1.4870722421209908,1.064264346314075,-1.4977203256643428,1.072928908063313,0.5028451516805664,0.393483678467644,-0.0631061088785364,-1.5371303283001279,-1.1488552885576406,-0.6109680032159314,0.6288868018355105,-2.7683266338222334,0.42263652862604,0.827054814794003,-0.5999562888525445,-1.5649613184318376,-0.5126877138562529,-0.8688554240499138,0.8811941283231036,-1.8253485366603175,0.961846185721697,1.0757274549031894,0.22171873663848732,-1.6163804783886424,-2.844469308459204,-2.5790495952261034,0.33924935141956164,0.339342391986494,0.22038879594572255,-2.0578995653531114,-1.4360394927573623,1.3899829586353973,-2.335109948144004,-0.8536391845838499,-0.2116904526762872,-0.393571697040441,0.7537924394980139,-0.652067027013569,0.07441322236221042,-0.8568853095844338,-0.8026324416838676,0.4537498536373927,-0.21514837649934093,-2.313104805748089,-1.1602297559705694,-2.638800749624672,2.013493180008264],[0.4138520318127394,0.8767003081487129,0.679371396189497,0.388313574953924,-0.7016343496450296,-0.08590364518391858,-0.566591484208323,0.32603979882809725,-2.803515355428839,-0.9792464358862106,-0.9912608893687779,-0.06930515009583915,-0.6616583752914567,0.10082608178493166,0.4972160632667218,0.19019610758736483,-1.1376404135763416,0.7183616725030751,-1.9346493439936794,0.8459128446051215,-0.7890313546576249,0.34609208940065295,0.7465497622093383,0.45727882817517973,-0.41989795010287634,0.34333797197869154,-1.7623345509708814,-2.5001781648930725,0.03713573713798902,-1.4881268898256634,0.4168222190606655,0.817126772652448,0.734842213852534,-3.0939271978229024,0.9005046377664098,-2.4643990209189237,0.6094565521815506,-0.6168824694192179,-0.7886188764269177,0.5059281997305712,-1.1360926898955648,-0.24283651826712993,-0.08931986483228296,0.21524121710036379,0.22656755751586177,-0.5813646386960836,-3.0360381068571978,0.5703817021874386,0.26898893461871376,0.8150608483118421],[-2.7229677152775476,-1.1831027639228402,0.574425486443265,-0.26347287258189367,0.8521331631183705,0.9186123098773111,-0.490932296766705,-0.34545726748874145,-1.5673198475875199,-0.3750773431753231,-2.0666288442728518,-1.3314674224091132,0.561739716217059,0.30843140774578637,-1.3537676168930772,-0.36345622178024833,1.0616362274939188,1.3661990506134272,-0.05631613314224118,0.17698799435959423,-0.23666558761576675,-0.3883756950440303,-5.119531904264458,1.8234346077612062,-0.253412909942865,0.4795721666677176,-1.7828236123097823,-0.464276541393977,-3.10548316711139,0.09630028962956491,1.3308648136205425,-1.026702241907414,-0.0383768631510351,-3.0685256855056267,0.22617475864057776,-0.8207869441507359,0.2964527034509026,1.1033199213813452,0.7195782748288636,-1.027385517093428,-0.8609040530968305,0.11794546213589699,1.0078262559519457,1.187070980037349,-2.1792622812083198,-2.354496895549914,-0.698451822172613,-1.5709214968521403,-2.31809489085132,-2.1339978425311488],[0.43284262413249974,-1.0821044255132883,0.5640516713214896,0.6815283416810951,0.28669454632218894,-0.2141384906661648,-0.016116416993754473,-0.16374805398993383,-0.1896018514053656,-0.08897481456561668,-0.8198851851243847,0.34516324630391,-1.5144161686509614,0.024587264414557084,-0.9921587566707611,-0.347947725081569,-0.221769285964456,0.3523148790215119,0.9828240895803468,-1.8246287915567703,-0.7660819211223644,-1.8867791550733317,0.32153177491142043,-0.7593551229492156,-0.05196452594092312,-0.8178788786388832,0.24000328219190128,-1.8155166522838537,-0.6916851352389483,-2.2465150039070343,0.632036177961444,0.17079924589577117,-0.2594155744581712,0.7444767768878553,0.7099856060367923,0.21996934088975664,0.7222927068489546,1.112373608552053,-1.043920634430139,-0.4240013323762064,0.8745182334264149,0.6375911148487228,-0.45333609129709074,0.8056716782567669,0.8785216517438652,0.8570989247268589,-1.0804170635285855,0.18964521919371297,0.7679174844633606,-1.8615790892138229],[-0.23481059222209297,-1.4761821337082617,0.2709647322966063,-0.6591932396299753,-0.7858188099740013,-0.3811638699818241,-0.04926015617153268,-0.04189809122123232,-0.41825481091875266,-1.6795121828821562,-0.6006821812235046,-2.6784012281536524,0.7568381968326152,0.6444299586236453,-0.19295954550006328,1.6140093973284535,-0.5135928994286127,-0.761304834486799,-0.751616602557943,1.743768594238137,0.022332910508444413,-0.15854552788722376,-0.10417492279772303,0.3233975234573289,-2.123614177352963,-0.16347170641465453,-1.676375484649855,-1.6335832254692138,-0.005693684263009967,-0.23181456653705526,0.33992493174999877,0.5161570387267493,-0.1296756544165206,0.30517876650581766,-0.4096322199076504,0.7222510312891711,-0.5924810984908329,-2.7404104448917725,0.7817398473337137,-0.7233180546009234,0.2539346355111026,0.38804103421989483,0.7860745847091917,0.7694683506070937,-0.4644849189931442,0.0909208960179666,-1.5250294299342988,-0.40908357495474057,0.0883822298018289,0.5796080825828173],[-0.3054756826409919,0.5427735937106226,-3.8856691607574474,-0.7439857834855065,0.16334164974820245,0.8561218100410666,0.15637326031399817,0.6354148180830106,0.9493572475306136,1.1368008370085587,-0.8912677531158395,-1.117020288539746,-0.3347852547993453,-0.5583654592667275,0.9200245582301876,0.20315971181788714,0.5134412595319213,0.5960064603182709,0.9439252313795522,0.6021409671080505,-1.434920935271543,0.5930446700649702,-3.2356489487563986,-7.205320023746616,-2.2991597871644416,0.42716538497373324,0.5816475094686109,0.564858608977054,0.9959432977223731,0.3704093297867335,-0.033690392678781295,0.6118138809042332,-3.5365206893623533,-1.9508468251559288,0.9112750940002426,-0.11374873546526793,-0.31567448243569995,-1.4680076410477771,0.1750121887941296,0.5726756030425982,1.6913030758483316,0.7667459339859414,-2.5275972708172163,-1.0422165514567368,0.09280120064131728,0.18343856633506028,0.6081745642212455,0.9309144181388848,-3.235639983534423,-2.4474367275873155],[-1.8225014145867946,-1.6601914939683113,0.7459085840444458,-1.3372445867360736,-0.21503145492178627,0.020974084390949665,-2.3044432058383513,-0.46434395313303656,0.4844939611409024,0.7381482855618389,-0.09680172269404749,-0.8648286207828985,-0.3149582910981726,0.5379999208778725,0.775204920915435,0.3281037123022996,-2.102218720127708,-1.553873055226883,0.5482083431619532,0.30434792726543036,0.15080354543629632,-1.881414193965122,0.438893079359774,-0.40845894180666675,-0.8611002530590267,-0.6044594139420173,0.684393563127848,-0.09667052390694739,-0.25219664416959103,0.49692484766838124,-0.8651763410591534,-2.3387415124227857,0.9988515515170988,0.06973263553541689,0.9486223147121005,-2.2893904540076147,1.0277983552724308,-0.4721591855377741,-0.4212226887649206,0.3498365468429222,-0.09119578133767367,-0.9991598373364372,0.25381466659896934,-0.8359383330900099,-0.7332591988253037,-0.14006116897183882,-0.8955191535991877,-2.0101363905256284,0.15280320934376573,-0.565426530351806],[-0.5258676617648661,0.5020592365080999,0.22750756144641138,-0.4699312644794391,0.8492157673245264,0.229969030694267,-0.5191199696949845,0.8416660053537381,-0.6588728609063712,-1.185501722205408,-1.7150757259804978,-2.013368626112639,0.5520072364488016,0.3796686003215349,-0.6839004475171183,-1.7493437669922194,-0.14862532452973978,0.7710253859579906,-0.6634565581346408,0.40876874880933073,-0.34364368062337763,0.36630494123733714,0.9055934283506948,-2.377873440669619,-1.4168874658302935,0.5281396909792092,-0.31794051927834976,-1.1549010745623685,0.23423467956437927,0.7923091930969284,-0.02333425386735896,0.8915584886622222,-0.9964320249217921,-0.47527005277067197,-0.4931693949847716,0.2656326358560657,-2.31744100729243,-1.4534237812843636,0.373069654775677,-2.081990595026821,-2.058333136478828,0.5001685155041634,-0.25839065757700314,-1.374454319132039,0.43368342535251614,-2.961276587742877,-1.1480303320830598,0.045093849480317715,0.7556736381054693,-0.14327593057870777],[-0.0044532844187286326,0.3496501577297561,0.0038641193928353737,-1.3710138026748977,-0.3610010814951408,-0.21773073082725994,0.6800817279413004,-0.11570213152818332,0.018139231482736273,-1.0024868048439277,-0.0940858985289047,0.85317864972032,-0.15701851760963878,-0.2566463048027926,0.9660009118143587,0.5740833766816351,0.22665401241753957,0.9102348040093518,0.8606030460946787,-0.8294005238970827,-0.14577706115929176,0.3905587796844191,0.04986493188076729,0.5856629298703635,0.04648816726384722,0.686461965046243,-0.3715724107691099,1.3194604489584767,-1.575928427055274,1.086599961319834,-1.8430389848045172,-1.3233862537641328,-0.18735809842557585,-0.10733861240976905,0.24015386601401464,0.21622304076525675,-0.7573998160967765,-2.295328639366669,0.08616036678103332,-0.06397457696891509,0.48166630279248523,0.9355129398144124,-1.1405912098280993,-0.47286627456839925,-0.673788626239155,-1.5853044308209416,-0.741079001432639,-0.17042959906488767,0.7815759763811815,0.022829474649445874],[0.6815754976410954,0.4210924193165767,-0.7323777226696306,0.8032616430483065,-0.9767564569084471,0.8087491115768343,0.2724478415164718,-0.09282582968129627,-1.401506667343044,-0.5584796467104759,-0.42937914222298884,0.3467527782025857,0.04317370173491778,-0.9397732574635558,-0.024749248770769203,0.7521205808487859,-0.8276753477883492,-1.0191812441742087,-0.28008397622162057,0.5668507422169959,0.6937286877729524,-0.6892591078035935,-0.9989267889861208,-0.13315073084074017,0.24329938180689223,0.31943677417843597,-0.06192871155256082,0.6494367579798357,0.8255405512845978,-0.08729392499729434,0.26474776862869287,0.4978088895689484,-0.20588120945794583,-1.4899322870475866,0.9502676767490829,-0.9841089479319929,-1.4129466710606522,0.5880291245589332,0.3534076164674568,0.5481994558704993,0.900944179996725,-0.347800953827608,-0.08647962586101063,-0.6493088816570195,0.5536222876582854,0.878168250494522,0.5759956557644031,0.3698738713801541,-0.5700226456246839,0.6008474789154339],[-0.8946259265712606,0.6301815485479113,-0.6702850704277211,-0.42093880079563395,-0.15413277210552095,-0.49702626367332375,0.03900700560891463,-0.7691294274871697,0.8565521507030244,-0.27038281984988705,-0.9893471853625181,-0.6347338701322749,0.48326177429285844,0.38163119797061057,-0.22930629032601904,0.985375172648826,-0.3831160554937963,-0.03233019158532747,-0.4982873542953479,0.18149683203755268,0.13364878851107415,0.3165373862645837,-0.6093015259023951,-1.2062643698800106,0.3542645144210213,0.08873434632679718,-0.974121967337169,0.5586609300346003,-0.1667423701277364,-1.1435914264128433,-0.898855280135566,-0.7562068699103476,-1.0199646829084386,0.5378510528074985,0.05607999266486673,0.06666463883544521,-0.20815520484411112,-0.013552712834424,0.1666473419221948,0.09383459523412578,-0.3505798134577259,-0.910683954485601,0.17347348473012666,-0.17927223243270815,0.02554595392070839,-0.6990827196140562,-0.6929661328958139,-0.3537754255041349,-0.5586114053841604,0.5620820812731222],[-0.726122894066823,0.09204152362043863,-0.45481271185134314,0.40150527698047006,-0.09698656036403644,-0.3212410556104973,0.2536774861867053,-1.372955534093288,-1.8631796316321243,-1.5129395174048088,0.6629763936229093,-0.7336751109024913,-1.5846789858618036,-0.9611696260443618,0.10037227041420624,-1.385489578126546,-1.5610782917011325,-2.7274151790021954,-1.734475566498398,-2.8083636279417004,0.5248425101633332,0.7269327612469298,-1.3909160600991515,-0.39259812876473976,0.27883841663491643,-0.4532712198999737,0.4022754434686068,-1.62752314082125,0.6778039672784998,-0.7718946379272102,0.5623321985904187,0.5343354952122458,0.5636942973529511,0.812919303605677,-0.6345468047004088,0.5935414262349957,0.8698568802634657,-1.9087378631167846,0.7293559714449748,0.35391608748735087,1.0714623632021834,-0.9920113927732399,0.03097841639413322,-0.22420092773803182,0.3703533093263033,-1.614656068999558,-0.014050497066440005,0.6109298294965375,0.33710865641860915,0.018268893588623304],[-0.07997819303273523,0.2677430914624028,0.8154933801967472,-0.45658256480135806,-0.1962813942697625,-0.8894332349219897,0.6754427308681041,-0.2558013771649454,0.13575443724722616,-0.6740038041514603,0.5428773298870856,0.5854507643517549,0.350642315066725,-0.9428396697582667,0.24500343054507343,-0.09886172803441627,0.8686398530459607,-0.5952789392892066,-0.5660779343116182,0.29523785736622055,0.10096234371864515,0.9183666905402195,0.3720211829680907,-0.5493929013693579,-0.9955369146123716,-0.23494953764292625,0.3105072228094881,-1.4347272276676015,0.11338776508226245,0.9656714094008327,0.1860175540033729,-0.818891330927357,0.2900603238191597,-0.7457601150953111,0.04745506260693422,-0.1859582943947145,-0.23105886558861446,-0.8134091845419261,-0.8801832942617219,0.21073832097857295,-0.18467508080536665,-1.7796670798065835,0.5360361836442105,0.2534298670124502,-0.6100673431484942,-0.9046089881813361,-1.7068800994897466,0.85797339728133,-0.675289090008463,0.06579375639587642],[-0.6533878350838763,0.17240765113393403,-0.9456829666079918,0.2648038374307856,-0.8765233963362867,-0.5986404519810049,-0.5241553800704913,-0.21839554969591715,0.22657751667938217,0.8581382765886744,0.06972009443872962,0.9630052819596965,0.2976529998132166,-1.2054781545969433,-1.1642547285231641,0.2512772558425048,-0.703819151979879,-2.7416061504471774,0.031883542765106195,0.1009235754520053,-2.248936126702578,0.26827121572809337,1.0535734036951052,0.6090679889119012,0.22739245560509516,-0.3139939895414209,-1.5905112777406867,-0.036207117957820154,-1.2827878085586442,0.8727992538613416,-0.9673801384962841,0.5188084411590445,0.17412446619786234,0.37452570403897123,-0.23364570138784665,-0.14250826705979988,0.6608317349633805,0.23247859239334148,-0.36245877595590476,0.7056758193143426,-0.22061433314164952,-1.6347154718142753,-0.46151190349645466,-0.28703036280061434,0.27126020507874743,-1.7524353112901585,-1.450261684492853,0.456594920046508,-2.06960443839146,0.8574043619325344],[-3.490635670322692,1.019325502621241,-3.8615954174779876,-0.8438837186021094,-2.7031687545875034,0.38517914529471126,-0.22847882520602228,0.10961799596715395,0.8164017792704505,-3.6415463852105407,1.2078887205806548,0.1679694039263524,-1.3710633283117386,0.2312281038837881,-2.672642417364072,0.5778709298512632,0.7977630160360712,-1.813643243717656,-0.7403024995438969,1.0814524363289006,1.8672826525804016,1.1965461351557567,0.45682906030598447,0.8629968599524556,0.5737105704641171,1.283970534683239,-2.182802822982755,0.9691839287545932,1.1769875061791606,0.2923838444754909,-0.13755595958956432,0.2505591138367956,0.9194500051021088,0.15051340966981536,-1.8324716078711525,-0.13464303329681293,0.7662962385668577,-1.2460307583518162,-2.6118547839026856,-0.9996131134851722,-4.467017064278797,0.6387732584182123,-1.5248850036167008,-0.16371397829681753,-0.31159994123911405,-1.4026107875688771,-0.03784086605906014,-1.1723151949673205,0.5309670280327544,-0.42363576632125777],[-0.7936038927405364,-0.34025427170715905,-2.4120792891966034,-2.4132554172744025,0.5888091464966793,-0.3303426900414051,-0.6667087746535684,-1.4331092566750787,-1.1558785461133676,-1.6158111253305383,-2.166296143429977,-2.0603218915205663,-2.0175907179145836,-0.6461595917822806,-0.6840197688452719,-1.4136667347437717,0.6211739934398752,-0.3199894185260344,-0.048127089642761994,0.6098979788011113,-2.4852031392908747,-1.9647774215649223,-6.565205921077551,-0.4648111522057651,-1.2660020881970913,-0.575387213117157,0.09824786848454678,-0.5285709269484867,-1.127220110897423,-0.2031109693270081,-0.6768991535683824,1.1607311019228055,0.23486151390815138,-0.3577955302106733,-0.8211350033788215,0.6044387343219582,0.8003869312476873,-1.0081611584774701,-0.7705815230618829,0.6232454098508945,-2.7566466493786757,1.2028972908413038,-2.5151989494279396,-1.4097436460216164,0.24145484379724516,-0.3745173537226113,0.5161266691608087,-0.6257715082163413,-1.876453294191346,-1.4195496651429773],[-1.8344494001505578,0.36929289863491055,-2.2543375908651213,-1.9695884243781179,-0.6882380368195689,0.0151204605816031,0.6246787481476398,-0.4949437467181431,0.2445875970301795,-2.977501723285145,0.598884258869998,0.49003197781198243,0.1823062158009815,-0.28264763449470753,-1.0071267851590018,0.7735729378414941,0.18160400239270091,-0.5722943356649893,-0.8792715033786772,0.5185602917137077,-0.624755808411568,0.7340153928375461,0.5871611798687989,-0.34526371071711504,0.7969052560604296,0.48400232052403946,-2.3771241529976224,-0.6806540719179305,0.33741524242092,-0.544994274806563,0.1495040520375471,-0.3543340166199574,0.12729676287479746,-0.8809648222909848,-0.23197851010554388,-1.013747481218581,0.12429444997272461,-1.126894505626393,-0.9480436165254952,-0.19772483942656877,-1.5073385423582204,0.5767867249229083,0.5209935314249058,0.6982812569320593,0.7297564569353856,-1.1622514335560827,0.13030523694621027,-0.8889116344442956,0.579270254272862,-0.06748744698560342],[0.9952628487397386,1.7271206431551027,-2.369889943493209,0.6060436749728444,-0.5395160867449266,-0.39438302245522083,0.3576399729185127,-1.6400142033555543,-0.4205690472363616,1.1227478986348898,-0.4385120295448093,-0.1753662221141002,0.8564621788050742,-0.913617402630017,-1.7561147774411958,-0.44568976069077143,0.3233103812977097,-1.1156815356377583,0.41560634419023706,-0.8240506554189158,-2.419773718002918,-0.0635159373718869,-0.15283097313412597,-2.1452689047692965,-0.06377619872316612,0.8963725769101025,-1.1261781562802138,0.3759699333418656,1.0342105673668842,-2.0020884288990595,-0.02797087812061002,0.4045569529428293,-0.11811281014796138,0.31215559802393555,0.17874597106627646,0.22918986873660807,1.2417495557981058,-0.3856816177343553,-0.02729749289541515,-1.1292619934513233,-0.8422443650681403,-1.6240384545441093,-0.39068804861355555,-1.054591494482736,-0.16983233372961318,-0.7652975612893455,0.5034626366234194,0.3245975910955247,0.5261878609540737,-0.9897361248144468],[-0.7809769141058053,1.1695893889486433,-0.3379354578067043,0.04100241945202054,0.9942643170433989,-1.8001903925058367,-1.0219962854311042,0.1712518429167713,-1.1068526172479132,0.15348524633053903,0.7212044579203507,0.8097752961394559,0.5398516683441464,0.2732942647378319,-0.06244972710815467,-1.6532223636348093,-0.15483867626677947,-0.5770834133062871,0.43648590856587544,-1.8046526487093844,0.33453247216668686,-0.854006319529532,-1.3239234641184654,0.8039564260915144,0.25452463755707205,-0.7665639283030938,0.7573303961782284,0.7814296797279491,-0.7732882178585427,-0.9888654467823875,-0.6532553240565723,-0.5638070424092918,-1.3701951276969704,-0.22513491531550794,0.3942932196701675,-0.7486989886308851,-1.6940175934569894,0.6262438126271633,0.3409090042808312,-0.7390967005967883,0.673737980336358,0.09338926681255993,0.0043226094926767464,-1.1850313327721453,-1.5813399687799607,-1.02640435642913,-0.22138972206910237,-0.7809493706740466,0.35510703301313806,0.5531838013652738],[-0.6900902000963482,-3.121382222002914,-0.8233122778954848,-1.807719903902395,0.6354201591430817,-1.5638132669410594,-0.5087619837715514,-3.232225977376271,-3.3987547993512814,-0.24101085339292225,0.9631887824551488,-0.4995908887411696,-0.9741902669290579,-0.21278544049599088,0.5132586081832455,0.2389016643102277,-0.38143233804674104,-1.006946679693826,0.2931528918943076,-0.4693624088059876,-2.9836532326750507,-0.31258551262192863,-0.5677719967314654,0.58759545197533,0.34503717447908366,-1.5628694541681118,-1.5591107630070298,-1.4405517522543683,-0.7584294976307121,-2.1507366081035246,-1.1537556946257665,-0.3343871875038826,0.6666987747281088,-0.9784970599406148,-0.37232783538325626,1.014012395069095,-1.2978116803456956,0.9077290119649298,0.5256562709938847,0.7456234036995628,0.15358382214787658,0.6225694152753812,0.009785808883274821,0.561921845194651,-0.26968345363461893,-1.7587462615232405,0.6682238947922982,0.6132319062668621,0.4840012345737883,-2.106177609463782],[-1.2320089726067651,-0.8134978188416703,0.8792850636521903,0.04775630055244086,0.8259752470839911,-0.33066447068687405,0.68134147903882,1.0874512606034648,-0.31387126014625066,-0.5071068069130916,0.07406458725331472,0.688773089792442,0.6269016703226888,0.9870816364981786,-0.28814540410894485,0.24454253987480812,0.5877826610608141,0.3293614638781446,0.5412611967495071,0.8538505853665679,-0.7946715924079775,0.813275471426736,-0.5269652495191416,-0.5865796749991022,0.6276699524301993,-0.004768524326908034,-1.1580440701118755,-0.43894505878528833,0.9843602608599364,-0.2509288448846018,-0.0898537700979659,-0.03257325741606589,0.016124144221486444,0.8588981549506882,-1.4538689710916863,-0.617859391645347,-0.26332857421749833,-0.48145037833328896,-1.840312475326355,0.14009505581377524,-0.5599223850839853,-0.5129765062755873,-0.5353864563011769,-0.4304453186617554,-0.2537820761076437,0.8191165092489542,0.06748991095444185,-1.0120453909065128,-0.8996333665670607,0.4890588108834734],[0.9717569662136422,-0.7521705693350643,1.6555663804090934,-0.9070911734163812,-0.5122795658412815,1.1116072064350737,-1.3785512781058327,-3.252367753279856,0.11134837916986043,0.041371224177478835,-5.796810109114946,0.005956920865207746,0.39977695866358204,0.8429835732851011,-1.1265898874501985,-1.2476168516804453,-1.566006067119525,0.6672483908413555,-2.275595496098303,-2.4859391749228976,-0.7129794051562262,0.7626028477517163,-3.35320989240735,1.2028599218153553,0.4854898356760426,0.8219468110461187,0.40894004907063364,0.5774203725646283,-1.5941520761737877,-0.2275310405131326,0.4399231571481541,-0.8380096554340719,0.5485606291768659,-2.0680702355654517,1.0604961389674779,0.4744125972063486,0.7211986472376382,-0.385258528032811,-1.6667137937892746,1.3693975327827925,0.37006818464986185,-0.042947329058108295,2.1175125184829304,-1.278250306895055,0.017414439335346754,0.3490959458289067,0.7642343776155472,1.2819078812630567,0.8698936356199284,0.8305412264819416],[-0.4526857073612229,-2.1505045917305434,-0.6804087705440807,-0.2351803369645317,0.8096946410169735,0.5845927811858272,0.5898607142652232,-0.48351727309296466,0.6334693187384682,0.035538717478640625,0.5113855710645452,-0.750329796630919,0.7310644566539712,0.1314952116153245,0.8594026753597597,0.5639884058014486,-0.1020867849276229,-1.2481039484571115,-1.7802552566234753,-1.1476814080465803,0.9019477022272109,-1.066248151199225,0.24506200434605385,-1.4151575509580212,-0.21670801076320095,-0.8555120909930278,-1.8206508372626147,0.2203771670157872,0.9678374137648733,-0.9555760205210823,0.45315735308665284,-0.5319112964741692,0.07020904877198782,-0.763993084121451,-2.40253224172743,-0.7631713973566637,0.4787725761841192,0.5871487417183374,-2.1894297354687393,-0.5283047084621911,0.5616259090565066,-0.7546062371864354,-1.8762361239006364,0.5643838428283463,0.7040726512944707,1.0391560632151444,0.49093090225473407,-0.14446823228074024,0.9673328826153932,0.31046852648387246],[0.9525664868030199,-1.46818698647591,2.014134969436478,-0.5444925121442038,-1.1512865156264338,0.1429096392142271,0.40513134916211024,-0.41765288242104776,0.8446949177468288,1.0934288879134815,2.031118453646896,0.2514107865519779,-1.1935571640577944,0.21274593681289927,1.519828201853894,-0.8274051711050137,-1.4167927484280387,-0.7439034626027331,0.8144171261910913,-4.485411592104376,-1.3153356532649734,-2.2145757420398082,0.5807598813339699,1.4608318859724503,-2.76460933400767,-0.3939828147405281,0.8227673540575728,-2.2060787975284213,1.0016362706461581,-2.163981704983141,-0.14646197231493308,0.3160446671505928,-0.6740917923853954,0.592980209589434,1.1513742738700734,0.681021760240184,1.1024426641608496,-0.9314758025026477,-2.511608734987469,1.2749413918533712,0.7415624603251022,1.1041145611981031,-0.2081173542814859,-0.10273030606592488,0.4157595326777538,-0.12327019042791636,-2.953453704320918,2.452207363394921,0.6355393576998769,-1.7824252956201694],[0.39888462061136104,-0.9044946679624936,-1.35575727132108,-0.30171666034672967,1.0737451233875837,0.6853317045668476,-0.645519845883466,0.2244236544198139,0.3504710038831582,0.07430590086129907,1.5359937464831763,-0.6115113498427672,0.5064638018806172,0.17802952849394357,-3.333388073154446,-0.043406536650582535,-0.9206424834778595,1.235484817776889,-2.1777741876967633,1.7057908878337145,0.1724967071501474,-0.46982343685498623,-1.2926404205167559,-2.432063380904331,-0.7895979804314195,-1.7573085050159654,1.3980539679840682,0.8352861271334392,-1.4704061779748878,0.7768138271566322,-0.3659829839321147,-0.757368383741267,-0.39758379265466287,0.4919898369014699,0.32639517394343764,0.40498738238615306,-0.3735702608440756,0.034212208801512156,0.5085783530347031,-0.19892622057553194,-1.0198613451964174,-2.1599437698809636,0.7389797353929737,-1.4524605320233939,0.10324671853269603,0.21486199032470824,-0.05171793189954167,0.4203236016476177,-0.26676558967344793,0.790458660519309],[0.806940876726671,-1.7999792524020823,-1.5644563478258593,0.013325752475737251,-0.5213550369681096,-0.1300257181929067,0.2931012300851152,-0.07682095642217139,-0.12550554379878462,-0.1966215261178095,0.7603066952172969,-0.47050142464592737,-0.4884372976763394,0.8073314273394199,-2.9207349207126283,-0.46502760140455746,0.8252867335424978,0.7447408083574376,-3.0565057031058176,0.0718725802582525,-0.19703611018074627,-0.469742330980187,-0.9027684188364723,-1.7489852875937613,0.6094792828527555,-0.4529510877860543,0.6521084355968468,1.0456384817759874,-1.8360868863872608,0.6506203292800622,-0.1952558058035497,-1.583670325254806,0.6838506134982472,0.49142050781681934,0.07834265686415116,0.7847875816628405,0.20915055475205507,-1.3340315658648862,-0.72434814687506,-1.8077640086873477,-1.8206424520213909,-2.916692112727355,-2.0177183728500525,-0.8966045804757314,0.07654568458761245,0.5259295716545941,-0.42028386930540795,0.753905982356282,-1.3680909985219256,0.35204086300696513],[0.1340158976216887,0.7435981816689633,-2.082081395021106,-0.7462320507655005,-0.8260374042349915,0.17688775235931953,0.504387612791266,-1.5028963987001254,0.9093471991796103,1.0690592122809113,-1.5166183768652162,-1.0628999002706012,0.7594523517700511,-0.1583920951393694,-2.754065660721701,0.07793229798204122,0.4124379833247503,-1.1221797010177152,-0.20354839081131576,-0.9227551432780685,-2.2752853835560423,-0.14291733322255862,0.07347086711023834,-3.824057893371815,0.5105881769568164,0.36518418169293565,-0.9693927960336115,-0.3127303532503206,0.4620354536633068,-1.778223829055716,0.6632765425542798,-1.5776915514365475,0.8383554209012086,0.3410772405161603,0.07561765794078434,0.21887992779923438,0.35304372313840954,0.3509797837849419,0.5309103759665612,-0.7582206772114108,-0.11804892395668935,-1.3913378542072479,0.703806423170726,-0.6249027906875002,-1.6107910162861867,0.130891006234492,-0.36634511475714987,-0.548913561247421,0.5447981440321249,-0.44775259125781547],[-0.831530139764822,0.5191946963292148,-0.7968141535938923,0.38871240344926933,0.3552395671033739,0.390201296238323,0.011678269876094039,-0.5238514143780771,-1.817384062698127,-0.4976057082711167,-1.34021717580324,-0.33167968535738357,-0.056131007205961606,0.5771924143957085,0.8825357957602483,-0.5379353427160248,0.35425548137005175,-0.6666974853124206,-0.3425651121388666,0.7454766373517746,-0.3627409231870605,-0.5734681646407459,-0.013543339823270275,-0.0028851876300538177,-0.7649029752105934,0.7895068095092417,-1.5996303128112948,-2.7620427527579166,-1.4878674613236782,-2.314044270673101,-0.5314325454819443,0.17026598787794453,0.4035646870233071,-3.143193064330251,0.8142883111166913,-1.8682653279190784,0.5286068958792819,-0.7648296501638014,0.14941789199550673,-0.4689366536736358,-0.2936782972014222,0.14307025006165353,-1.015084229641351,0.4218581321516013,-0.6557068060660256,-1.0320872623708428,-2.5542077956855604,0.3199142737488956,-1.4556051760204154,0.15359340452133163],[0.5645738547002842,-0.8027631167085806,0.3890127461365867,0.1102565243901348,0.7017797685528493,0.843772587899684,0.7649232071591354,0.31705083046789223,0.25442900318751843,-0.6585111064266852,1.3151064964635335,-0.6438615223815141,-1.0589712007911125,0.06596343696064222,0.630896307158404,0.17361719124442526,0.3817915276163638,-0.5791396896017093,0.5088396315402475,-2.4200788876225996,0.43629473909513156,-1.811835730662108,0.44344065021035084,0.312770050750386,-2.4795883503341654,0.06550019994598401,-0.14366780807137158,-2.499477355254422,0.4740368254319465,-2.4675315641529068,0.2729859128857569,0.9110294869278942,-0.2421770464893239,0.7108164817486301,1.0375869828563915,0.23137038863983708,0.8732395693085573,0.6002921319713638,-1.733520098219449,1.196610957924716,0.2936583914555445,0.5974224078540461,-0.8395595811770997,-0.03122273070340686,0.44425384224937237,-1.0121886691881978,-2.0993550437064408,1.7137878415801187,-0.3792888652250734,-1.667649219335782],[0.3966762889180359,0.2532093860217011,0.37358837903974257,0.11502883364934864,0.8667048466798228,-0.47378677670979513,-0.6514726265131202,0.972265198999886,-0.3616582487299544,0.8186747868078793,0.7499748288107677,-0.031825128688015326,0.2961408249246447,-0.8156272445807768,-0.2990789719771919,-0.9749951809905042,-0.1965656447142295,-0.7230311039459081,0.100628718821312,-0.8114261285367088,0.7908104942318095,0.8675883192024441,-0.5424787094895067,-0.924585383197183,-1.2207368305416935,-0.7938542233584152,0.9196468954125352,0.8039422680488926,-0.3146120722384075,0.21662573165856316,0.5242557881114941,-0.6030913716200207,-0.4215466948097879,-2.0941466985691313,0.0443439175647418,-1.516212581907958,-0.0688990201695586,0.1008032375906704,0.8475698997895539,0.30788116244935004,0.43024240279958237,-0.5618309063426,0.19312200929104198,-1.7704997238920441,0.16110986309505348,0.10887382164609487,-1.3695631522976648,-0.37851055792939803,-0.08202101154553987,-0.8370135601763375],[0.23649113746698217,0.13265280247995917,-0.820538071105767,0.686587081266904,-0.6265461128470186,0.16441068704662587,-1.2773012945306907,-0.47969279117972097,0.2847215600387268,0.42497960298010157,0.9994227647807467,0.7899936038826942,0.8830980890878595,0.16157302620151337,0.5307333425816811,1.0937752062183317,1.04836151687225,-0.4212182770904539,-1.2435876635111658,-0.9044561545123379,-0.14097881618262037,0.9111818983281045,-0.38809730115393726,-1.2562296561010946,0.5837490458800988,-0.8484173963060001,-2.427767186566164,0.7215041547130582,0.2703142774203521,0.584512267165376,0.019024425121518973,0.9322872730721384,-0.09080554154148866,0.4899413320532978,-2.1902844423392196,0.5054978135298348,-0.7322672685810688,0.5511673535026458,-2.3579298864941793,-0.499491152978647,-0.471759063207477,0.5896893086872349,-0.6540403592966273,0.3793702000085654,-1.0001053321497915,0.15253710943884338,-0.6436841931491065,-0.816296473180655,-1.4368260525429328,-0.4264564648993585],[1.0055443660566044,-0.8063958984424079,-0.8988276701888234,0.5095216396475369,-2.36076416020634,-0.3819909601368009,-0.5603938998355237,0.21485751672624576,-0.5724144705659485,0.6048539020604908,0.8848523392892793,-0.7317115163526257,0.0014611577238940348,0.1455813768265148,-0.03243908112804976,-0.024218131396631953,0.8028048132732705,0.12861765621368015,-0.16455844735745828,-0.40261698922737976,-0.5377940601668858,-0.5647545590897425,-0.21172814961269618,0.6834517927772069,0.4837836276513768,0.9933449502945294,0.20420701627067012,-0.09786143684810432,0.6830906644080388,0.9097290004254616,-0.987547120508838,0.12330314097399692,-1.1414887999278949,0.16470626691531778,-0.5368554936380827,0.5879167262267444,-0.3708579608680478,-1.2075025522862897,-0.7478591864497942,-0.11052532668909826,-0.4773270158360254,-0.09970631424964053,0.1721489989394397,-0.31063115078148895,-0.30281807706125213,-0.9768777997364781,0.7233168029455128,-0.2937993268705215,0.09647002562382097,-0.627223644123173],[-0.5466208990792851,-0.8058053961339899,0.4393066517125134,0.2634975814400604,-1.1412643342523396,0.21370111116328142,0.9723638970231592,0.0018379357012695316,-0.8423242318432409,-0.47734715178121573,-0.8603216080268881,-1.440792788895896,0.667980282980457,-0.46999821392183344,0.11053730097321675,-0.08089865683692027,0.25731082676345673,-0.8275327919433694,-0.1636255934581023,1.2429255512510589,-0.280935828397539,0.6981473870192781,-0.7351246467881187,-1.1008950929274128,-1.1479467461424722,-1.2533994184221027,-0.3359547499626755,-2.20273877969406,-0.1331252413656869,0.5051933025558588,0.6746216285397885,0.1570193304292977,0.5824843063292935,0.2640180474106977,-0.3498328864545622,-0.25206008237695476,-0.460080856312977,-0.475554843557653,0.6366976425859695,-0.2161336331118873,-0.7928021734856358,-0.9430160350154303,0.9203195170285767,0.5180781872522027,-0.42705691883485913,-0.26544188791463325,0.6971272765783797,-0.42293241487198513,-0.31146651321591534,0.3775884389918613],[0.24020477978501806,0.1630557056358486,0.4747753526272059,0.3818811050237149,-1.0945008280980435,0.5581180199665424,0.8240326964089922,-0.8161676652338026,0.7136611509287458,-0.794001101567111,0.1867985663304651,0.64092574482329,-0.8282435624948457,-1.1198033897904927,0.4742349556636956,0.27562193944439467,0.16997194482702374,-0.18597355673594795,0.4154872511334033,-0.421927897274108,0.2764063963135946,-0.24834698258678012,0.14422925998653405,-2.162726861200484,-0.35487064290244963,-0.13948031626967825,0.31630655023214255,0.037940558893302716,0.5082358611402099,-0.3309266491602121,0.08217812117736681,-0.5466450559331247,-0.1022439544726646,-0.2292164628801619,-0.7700565016320287,0.8642939774402343,0.3050740303796576,0.28649254083732967,-0.849155738186482,0.47090790347349976,0.4683247861504333,-0.30969273547908194,-1.3182435938610775,0.1082414435011168,0.7047614877321458,-0.46393739560351466,-0.4382218940521135,0.711409641499376,-1.4776351523762818,0.7234090595400854],[0.1262457439088359,-0.7023279010216944,0.13175291267758782,-0.31636982975370725,0.6589560815307849,-0.19920718240254687,-0.5864879482233097,-0.08019320943894184,0.9258567390293495,-0.8264515071200581,0.5857360850248949,-0.6280462139114019,0.10313561532000778,-1.101033056355509,0.6996213852343012,0.9655714223911587,-0.686531116887788,-0.6177062212812255,-1.4015777422811828,-0.007397372301786809,-0.21752767935313422,-1.1015230253577868,-0.9145628028637481,-1.4770227592853233,0.10301068047245471,0.42591890324986637,0.5938903739417549,0.7933405958039567,0.28834528723676756,-0.08971373690000252,-0.7739650096759719,-0.7209514433902348,-2.054970806127137,-0.6452018768214944,-0.4799623298422501,-0.4095349585738689,0.9269223577552862,0.8403499463747666,-0.40040642812568283,-1.2309592182600468,-1.0652101497363435,0.21165556585574474,-1.0340781739902194,0.15657404483718002,0.5385755018273375,0.9743342209334933,-0.46169456694951716,0.6185260746876617,-0.5863369588812438,-2.487034603085934],[1.0165532764734504,-0.938758009251401,0.08766599818912586,0.3460620082752278,1.1111842416012998,-0.9991773116894224,0.8512841479115703,0.2685657666939309,-0.012421886509908915,0.13070291811976734,-0.5466218038085793,-0.4471884943830173,-0.525478681057679,-1.378036018762074,1.0936180494389633,-1.0621082790405154,-1.0949659430082062,-2.525140926973704,0.14799354405670748,-0.6841444832373356,0.5741389238162529,0.3076588470129716,-1.9634425980783947,-0.9185165270730961,-0.3004141377372986,0.9043604751386664,1.0361819359329376,-0.5138934074570649,-0.41268177592190003,0.3771917939128038,-2.4832575870210034,0.9093969226380259,-0.6372206563385564,-0.18021792217560492,-0.12554757768563876,0.6353822633047652,-1.6442130943011815,0.754134398165308,-1.107777805926435,-2.096054622189147,0.3607489723105751,-0.4613010792390511,0.9622720269773102,0.06579916297713576,-0.844629098442231,-0.15610583794464153,-0.062022785702424754,-0.1761013834336539,0.6381966064978098,0.317506531953548],[-0.09276679788856063,0.7439378835162122,-0.16800283404626554,-1.4096993755552867,-0.03028760056089714,-1.2011831045486845,-0.8606677736395326,0.07951759675972418,0.7411046369056358,-0.17757749212384735,-0.9444761530802408,0.08175810893601294,0.7553786059740365,-0.3298493697849894,-0.12494933392780826,-0.7022909231261223,0.9757340136289057,-1.0413056654193436,0.12862276885886068,-0.16111976375284565,-0.5552771185520511,-0.668898332721162,-0.7565366567837596,-2.4256690130331995,-0.9934924793625441,-0.7238762408506539,0.38281544603547685,-0.05676299758504871,0.9869232823746682,0.3981233608486041,0.9495379159353751,-0.36811271862714495,-1.2530763476449582,0.3764114022088578,0.6368602611210507,0.6979990114025979,-0.3275572553440965,0.1879943226515983,0.3422229984103893,-0.459725394211251,-0.6572669940419699,0.8884714629448522,-0.9933749385314872,0.13167353868159104,0.4510047677654444,-0.6972249060208912,0.6187349031404199,0.886896973131776,-1.3360475141583406,-0.5225720982807562],[0.9411414523404497,-1.2397772502555957,0.24171763061272472,0.45191604165177174,0.3995900138474231,0.1697439486925472,-0.21050746569416248,0.9518021363408131,1.006354079863424,-0.8041977665888783,-1.8964223763722663,0.7291300244716575,0.3555834737825058,0.9589517767165788,-2.4831004843184328,-1.8703594770502365,-0.5397357299027326,-1.6569477797820777,-0.46962442211932326,-1.0659053972635975,-0.24954739092024958,0.8655089908626373,0.0576462010338973,-1.395921049772337,-0.22978615613633216,0.19667090229852757,-1.1209408389566964,-0.9718196554899041,1.2997096819474934,0.8052098178652726,0.6541282015251143,0.9382270020381869,0.9418074464434257,0.8950799174398881,-0.9345415063887341,-0.8553915511660771,-0.7115797354359772,-0.6858920550923349,-0.5238375183457599,-0.49429692495744626,0.10196138150827427,-0.4422116947551808,0.6480418865860639,-0.021454138549290014,-0.4687055641538588,0.3338981019544363,-0.17260120125312547,0.6036755680040959,-0.8577145298091599,-0.06869085632331093],[0.5441005328294787,-2.7778680751484717,0.29860453574281326,-0.6180067507991361,-2.433056530027943,-1.623186790148559,-0.1419380774015101,-0.2930143595197902,1.1341840191204897,-0.538316156969153,-0.17749840454161506,1.0708254098396655,-1.1829709963047539,0.8238846915544602,-1.8296030363346079,-1.0431260988501745,-0.2646997042547388,-0.2220712259154293,-0.07836090385961827,-0.18839873418212505,0.9272101756808945,-1.0681789920937863,1.703486769079575,-2.4568489676323457,0.4025729560836526,-2.079918042853306,-0.12437228146411584,-0.5357173011135091,-0.045486648270813154,-0.24833136103212997,-0.4560851563222126,0.4152291153575478,0.8513175581877972,-0.7348180542387891,-3.1774974732163654,-0.048941387840960124,-0.649747626010164,0.36846071164451305,0.8603001617386865,-0.9619648265694535,-0.27602402969114503,-0.7343276481473614,0.8311730679499514,-0.5285597637194398,0.743362759887536,-0.7345626712242203,-0.8946572629903665,-0.4601406088954604,0.45222961655239613,-1.823898635516027],[0.4779487135513321,0.09307657504259556,-0.6919223376619543,0.3598448411888794,0.7685960471328853,-0.957842440004092,-0.237425699659876,-0.06256133969605475,0.3494417420864855,0.5707937927370382,-0.4914143275350265,0.28174887391804276,-0.3001364157658431,-0.4075583001799394,0.3335785437723605,0.56714989556741,0.9647587854815126,-0.5756030551030286,-0.038716168609249535,0.2401914505961424,-0.6475274490910443,-0.7842282229724801,-0.4840294192664427,-0.7461183115203689,-0.5488297635712054,0.1319313038890589,-1.608020965285122,-0.5834792840884299,0.7195621493994357,0.6828992497587653,-1.0152389152383605,-1.1815624485086733,0.9882720662706764,-0.6721027926681411,-1.0891713428793581,0.6418026706370749,-0.0057702483895538175,-0.6313040573512599,-0.6901540453070273,1.024993018555176,-0.16803643230181728,-0.9755039254777016,0.11245904283248898,-1.0176734028602952,-0.5176930849182371,0.4485445414318489,-0.3116509907861605,-1.1503869193875276,-0.48868813490302015,0.9594797296417054],[0.2898999699932028,-0.8547393459546936,0.42823952123781184,0.5080985750388851,0.8245801910321359,-0.6602500111476803,0.5461667266781384,0.6703043706524264,-0.730990449270395,-1.199473506921871,-0.05478077561884198,-0.9028405346094408,-0.7870069202831046,-1.0577712448525252,-0.8233994275068747,-0.07893830087966744,0.30823092599453467,0.1824774338287873,-0.3174023547246898,-0.2559694520000825,-0.3631756856794675,0.987564962804487,0.5217469299008098,-0.04809149144808485,0.14838577509662398,-0.3126215205225167,-1.7416625346904029,-0.6567642283215208,0.7440600403398638,0.0079435758250469,0.6566677165590518,-0.052867239296005265,-1.1627469905421264,-1.6668643848010314,0.1824103703141049,0.09467243588470986,-0.2062110677011154,-0.7720449174293672,-1.1755422408469776,0.4568661721728209,-1.4108484238682306,-0.7674095299514141,0.9839946601944324,0.8270514979278811,-1.4129677433497003,-0.02381658240909186,0.6209441341556698,0.782534669500063,0.14791848457864118,1.0655974391647605],[0.6373342665695934,0.08351767777448668,0.5439756181182874,0.15664419501436344,0.5542962730162556,-1.768663400615376,0.30759396111676407,-0.8046830201472003,-0.49220086533197005,0.26368339371935506,-1.7263723601036962,-0.413651020536139,-0.49299834236577394,0.9349251444962857,-0.7529783272194331,0.7473864717914245,0.027981248556095305,0.7435265260224644,-3.0898631015109,-0.6628216295019917,0.3067441870936654,0.6613727539110684,0.6365895677447402,-0.6659029952366003,1.076613605458681,-1.129150321789374,-1.0088604410759217,-0.17028127094501344,-0.7056418713308757,-1.5369274607654286,-0.5234046066118658,-1.3390755205378342,0.023245608418144176,-0.6648009141611756,0.1970989802455332,-2.8171799548069743,-1.8820263987040027,-0.5788729676531563,-0.24155021748042957,-2.0925700359634836,-1.7738393919542028,-0.4575476037726701,0.14779026223467664,0.09502897251840586,0.4100405414251661,0.17299278878092778,-0.007596596121340675,-0.5279696669019358,0.14980051464153113,-2.8461870722969747],[0.49611856647733754,0.18249224572478331,-2.2833469908846666,-0.8488917630069903,0.5769437088626002,-2.2186691627837853,1.5250589664206018,-1.238485116350311,0.6931862488059136,-0.3296056721156344,0.7718702372100845,1.054937032948687,-0.7714055834341121,-1.0958520665052671,-1.2942663988247827,-3.613877853108626,-1.7428901232419842,0.39631055117820174,1.4806644119379884,1.09028800958068,0.5133728448986543,0.9001337150819896,-2.1535845850493907,-1.6065074261053902,0.26727957458679286,0.7900012095264339,0.8672810083920545,-3.380444532216311,-1.8788433475403794,-0.8098139601702679,-1.3425403797372126,0.6975821738438311,-3.8361862170426932,-2.623783118834308,-1.495368896961542,-3.2510485968648943,0.7581445041893019,0.7369010373783028,-0.5047638395236178,-1.5979453844945701,0.47735398308766397,0.38528309983895004,0.8243511990369587,-2.226797395271648,0.3338543970238244,-0.5766340933691952,-2.0325452897640552,-1.3438319875787226,-1.110516717037014,0.5065444812638635],[-0.42761574260391993,1.0586198515221936,-1.3535295424696479,0.5333405767831093,0.076932941510105,0.9037052120124135,-1.5512494868282616,-0.4042357795307429,-0.252915436714142,-2.279299027907879,0.9675602204917124,-1.0274013891059899,0.7529981389820667,-0.037861024495982235,-2.045466413487767,-2.4575421516265257,-0.4741147324487176,-0.3938888538795787,0.7573241150309924,-1.8451913708087972,-1.581996677895856,0.3406913862359671,-0.48184530888045607,-0.8632936278211755,0.2709398942018641,0.4486324334194202,-2.1684054874513645,-2.7403823383353045,-0.29066387694725626,0.4139485627602623,-1.6952617824499443,0.09322508366280492,-1.0478076512750933,-3.954340517718876,-0.02060429406381825,0.6074730907725537,0.6780233774150123,-2.5113977599167434,-2.3909186009690857,-1.4260589366550833,-1.4307296915133132,-0.9885954716768963,-0.01307170186770707,-0.03941801880408442,0.0517067930337049,0.31811622942633216,0.44335544895734297,0.8227369050588897,-0.034879105378169795,0.21427912577035715],[-0.4871438747928377,0.013349612101293755,-0.7141641797210686,-0.7644168344402122,0.9158512431876764,-0.22621645976211516,-0.5739543909080352,-1.6083667173402987,-1.1176698311421471,-0.5402003946986239,-0.564088503262424,-0.7766076123546214,1.0952184095882656,-1.5113719925279905,0.350109956987538,-1.8115657270459162,-1.0941981960683769,0.9826475840504066,1.042105881743027,-0.7693993289382283,-0.28342937582125177,-0.16428229020589122,0.0392976617246294,0.294164900187412,0.24517656662737738,0.03691492433871995,0.17982479444037244,-0.9361158023899554,-1.0342388068207196,0.42343434200601227,-0.38992044651920155,-0.8408325606042719,0.551183995833852,-0.7272022627070924,-0.9656152639958016,0.5598082452357084,-0.7151826771955297,-0.03285980124782099,-0.44360272650997395,-1.6368826452600083,-1.1593480404455343,-0.15353006408719344,0.9857896624585566,0.9085654214924006,0.34333742547262464,0.792196467948618,0.7482309046865393,-1.2062042253218648,-0.42121722220828967,-1.4435477187799886],[-2.9270989099749087,0.5257957520763726,-2.376342225633722,0.5058220052619724,-0.7462877821263058,-0.9271753057576054,0.7837001647214535,0.8839610889715929,-1.763977447366635,0.09272075853238297,-0.5189618454997362,-0.3988771367007132,0.1611616750628608,-0.9000446344187965,-0.07556507177243653,-0.11837722836865072,-0.5917826716526665,0.8364596215841997,-0.7823120852495398,-0.4676688286940233,-0.28362787173578485,1.2356951034205264,0.4380969037789444,-4.461408634489935,-1.7249768464609099,0.21771342264960383,-1.5398042384146777,-0.44526289977211825,-0.4211729376770302,-0.14515338370595507,0.891203617235044,0.3678775460793376,-1.8758243525137765,-2.003498588851894,0.6497272566622943,0.15764601205192827,0.3124652908561177,0.2042188561621828,0.9080616646329284,-1.2315117609477797,-0.36150663225669216,-0.9070458250140396,-1.7217190918930223,-1.8633134484203806,0.17437343780555054,1.2344505383419517,-0.5464320204694184,-1.8398498180547849,-1.9020063891109213,-1.7361145111000373],[-2.1584374516052542,-1.2002063557499838,1.0722713867711147,-1.9514087297994147,-0.007247353326777299,0.11073167169830918,-1.1774916951277838,-2.7328974299914996,-0.14383665140155147,-1.1164073486010062,0.8360011835520661,-1.6872901994486862,-1.635851818692234,-0.08337409763463455,-0.09978083282895145,-0.7926323368803501,-3.5644527226167613,-0.794058668101319,0.24905069020842846,-2.266182571873996,-0.5022077851084144,-0.6249062441749019,-0.5310854311152226,-0.3948227328453256,0.798964696019393,1.419974101189473,0.34010512162169915,-2.2989667098934303,-1.0688928843911683,0.17332457446578678,0.04928679617966898,-0.5349396112944942,-0.1588788469028555,0.9946874226868544,0.847619730152628,-1.85194098672936,0.1987162602831228,-1.4245724650280462,1.335176912147473,0.995803179585319,-0.20116422622695754,-2.283425481572537,0.38577253104866427,-0.11941568687876293,0.8051198141238184,-1.7850219881985856,-0.05396368230560245,-1.0067884514037726,-0.36901633081996427,-1.2232817259311992],[0.6976052394324708,-0.16294327251429466,0.007187929749174382,0.6706044734206319,0.933712569738311,0.5472465767763158,-1.4011055035419389,-0.43738981398864424,-1.2920539247505087,0.2645183178368457,0.269159783224758,-0.4798220987123974,-0.7741827153085467,-0.7836659381123298,0.09677547029747004,0.6765424465681933,0.44226206302607385,0.4615383907465009,-0.16923563194332564,-0.18352841449989515,-1.8097720553283418,-0.13166302956643627,0.2749490304965462,-0.2195441780279265,-0.9551660675184348,0.28945394628632565,-1.096753173095783,0.1376115724588531,0.42871762228749605,-1.3788807410163328,0.12381741800983932,-0.981348259066962,-0.42054502667047966,-0.08785576646301235,-1.5760306972560718,0.7506197598077203,0.6660730477625583,-0.7554020949170853,-2.018303819329026,-0.049468500173726455,-0.8449484125758014,-0.5038044973452226,-0.52277192015116,0.024381708486862316,0.28303010685766394,-0.7641034196848723,-1.0157304636962072,-0.6654061940216257,0.8891862194541547,0.7816633466643012],[-0.43290771826968716,0.2982336626272118,-0.5639319802897946,0.6385071515874892,-1.1814887594640162,0.9644352375982979,-0.06391686057558298,0.8971385219304024,-0.8099094467050751,-0.9021696136063326,-0.44871786095210264,0.6119840528409198,-0.07251261134301508,0.9098241849077684,0.7188853292331663,0.7089959522486602,-0.19303726801510293,0.677177617883149,-0.49313773181945836,1.2671043906496076,1.4079084882105075,0.5865586439981373,1.0565514389740442,-2.605365280884076,0.8966564312102601,0.6043779624581885,-1.9680021370113312,1.1435087476995183,-1.2941547849251196,-1.5838742241962334,-1.4937636603715778,-0.32114015607931523,-2.368156958611842,0.1966353550952137,0.8692665046639626,0.44653755657077443,-0.5570637942094387,-0.9086307641855125,-0.02865692336414204,0.29467229643967147,-0.0436934770922464,0.05228012559488522,0.911540772687227,0.3639215523203327,-0.1458854250087693,0.6360570280293089,0.6932550401898693,0.5679666256569226,-0.18805418761176967,0.6828814829233274],[-1.3626563169945751,0.8483618378147795,1.1400265492547197,0.8152211961083057,0.24070333746488953,-0.7721776167031731,0.2991098519674201,-1.6431232365072643,-0.40318430304278097,-1.661438504027927,-1.3206258617581486,0.20300193028709637,-1.7902398335155716,0.22571917738081504,0.06686429927607075,0.06258887379355944,0.16214438105880954,0.8185475638361814,-0.46394719284803426,-0.007054824336199078,-0.5424051390972152,-0.6904077778260596,0.12493902177713122,0.39661958032266087,0.46221881337255255,-1.8397537537916075,-0.47463716695271585,-2.488037976409593,-0.48801338989969384,0.21760478403673575,-1.9726007521172053,-0.40040566417250534,-0.1046480125343046,0.10929863829675672,-0.012920450690973254,0.7856476713328107,0.5403387440969322,-0.7450914610814694,0.8391386790422275,-0.2072738534339524,0.8392573916299468,-0.17516381209407447,-1.0591234487592542,0.5343753953205501,0.19385221751907294,0.44317466533286026,0.5915964196811331,1.0121685044034145,0.8825053566344058,-0.7212567612687261],[0.34608589729208045,-1.5331169441674106,-0.137839401591362,0.5554191075172996,0.8912144554393525,-0.9607088905954726,-0.23184157531265065,-0.34572395728460137,-0.8443342041029614,0.012345072887182647,0.38033058704130357,-0.1260004745403208,0.14455072869976734,0.12475958572988852,0.030686489506758438,0.8737584437260479,-0.08670908620575367,-1.019378789351547,-0.30538228432645653,-0.01504353781236083,-0.7434119567848745,-1.1935438484256669,-0.7521387684572624,-1.9115527204249778,0.6409042282241949,-1.0630629434463121,-1.6471652231717913,-0.5764952944080847,0.30426945568726693,-0.8887940154171877,-0.8501426997077721,0.8544890706651249,0.07767521349635105,-0.1369019750729231,-2.0245467719858765,0.5970483571719728,0.5060001778440231,-0.249961280539153,-2.730543638143016,-0.4264140236974003,0.8765788688827325,0.2657337067586583,-1.978470931148874,0.6729512053168065,-0.0014827388757834977,0.2861937834176599,-0.052696285264142995,-0.35814117178526983,0.3678388904665087,-1.1651881052556428],[0.5670421998489235,0.037519514930375315,-2.389442799021478,-3.567729792759759,0.29603333031312284,-0.1507380628758053,-0.2922665360182695,-0.08191200333258063,0.48792444506230004,0.03700159501805084,0.10526265173206079,-1.4329501363472492,0.46068867819774634,-0.04130938823594872,0.3707303533095273,-1.8151578272035114,0.9633974230219453,-3.1570811227569733,-0.6599529285723418,0.24957955289404807,-0.49325537430405264,-2.2512806830041883,0.6401370896774987,-0.09621227934064902,0.32767866697329473,0.022807848819217616,0.1486575137404765,0.9378149250420856,0.006525583461231574,-0.720475402583116,-0.2178194953984689,-3.4471846185196795,0.15261244625140982,1.236145889600308,-0.347281365106348,-0.44926990255972266,0.1650148454543527,0.9464015340111768,0.9921223991417005,0.851593219937277,-3.1265436611035695,-1.179805480881713,-2.789087811844891,0.32711342855806125,0.1699763834943828,0.16861381461066513,0.41229815134732695,-2.2402222067689372,-2.696523759571446,0.5371473190464963],[-1.315098125901307,0.6453583239883939,-0.05823690599876266,-0.6869534981290798,-0.5602612195842923,0.29132641472265397,0.8271133875976804,-1.0074139175728534,-0.9562859006681331,-0.054872126104636355,-0.7496164828049677,0.3669935967597502,0.6699967719521664,0.8593584093229752,-1.9802561701101025,0.30759689916148325,-0.03589652347260698,-1.9566304138027357,-2.069845264291519,-0.25062162573419017,-0.823443408235036,0.9982432378863498,1.1811452550124724,0.032167175286037165,-0.41963099816529703,0.5192190108064654,-0.6696035263757272,-0.8964973264933004,0.5734632466040293,0.8724753983352056,0.15205027631217027,0.4510052853998587,-1.4192931423778996,0.427218508612231,-0.6872252168899458,0.8712365117550952,-0.7227817597934916,-0.6815105747042971,-1.2992980340480627,1.1693988029044673,-0.7432073562530466,-3.054978668452597,-0.3723140280021141,-0.14019510750193825,0.8659335213220483,-0.36004413333841895,-1.509469489842391,-0.3919192063918186,-2.235261280031725,0.11860370847318905],[-0.0003912990253193577,0.6709915027614876,-0.5284006902763438,-0.30843117527011243,0.9597007154529362,0.7046062607863168,-0.8064033998939003,0.5069941854624694,0.19454981703651178,-0.9995889367161441,0.29279861646004035,0.3883694984076009,0.7311125121619279,0.6637599063525155,-0.3540766132248981,-0.3435825837239652,-0.6790309865607898,0.5151090832195235,0.1946251657022763,-0.015731445781228908,-0.6697858844296403,-0.9936491191708008,0.3141371500421029,-0.5752836603860756,0.02345956931626458,-0.5207331739266846,-0.38312448221619794,-1.536809740960992,0.8984220336189044,-0.09660903076748982,-1.5327010558948084,-1.0069245829449092,-0.17447770082550262,-1.577679461433967,-0.59742180636905,0.12521773191830815,0.03190643512892319,-0.7472423229070768,-1.3549779404042326,-1.6247089212604064,0.016839985321798045,-0.7337191832272749,-0.6002373358504454,0.7483365638714483,0.6997132813312512,-0.3008162439986001,-0.21271569170170762,-0.7884599706575305,0.8209020048543691,0.5567098428854295],[-2.8281770560351114,-0.7327935764603221,1.0552329073460867,-0.4871098306472728,0.5969725002062143,-0.2728886029553846,0.8227544167947497,-0.33733157712767137,0.7459191451437701,0.3929833981558488,0.3379715574662044,1.006409408648725,0.2711825687923083,-0.8603839473950449,-1.6682525127207324,-0.4240234861265817,-0.8257185984210653,-0.48038060900248164,0.8323064197296359,-1.2119126248360965,0.5252737515816349,0.508321091932247,-3.6111340102833283,0.059163063247547776,0.0731631371498433,0.5363710144299928,-0.4735407292332815,1.539239435873476,-1.549891233056332,1.0367658654758773,-0.9868501511323344,-1.0476319797869005,-1.9008449565777572,1.41057755315435,0.8206197576653486,0.4563670993151953,-1.3392869194542503,0.432306595989474,-0.21282598269061176,1.250866113361077,1.1645453340255345,-0.5151709823205436,0.5591373260386193,0.2903821436312413,0.4140213151461051,-1.0119814905593147,1.0773513448476686,0.2426094687940997,-0.693573674363097,-0.7329773890459785],[-0.4369632409549877,1.0205012904948823,0.4140431950074262,-0.6153482513789184,-0.22739164848883364,-1.606055505237095,-0.06942458970326851,0.6528149984255817,0.8377934625231497,1.2913760536070544,-0.6294268402271945,-0.28172929183992673,-0.6716414887809349,1.0238569554500174,1.0916206849934305,-1.1134784261616277,0.43563333974185564,-0.7282370097024479,0.9696849658058737,-1.8110834582256736,0.34946313213222807,0.33981126992635097,-0.5750961884838323,-0.2871679537654092,0.9358374742580378,-0.5031356416559967,0.6275995296872803,-0.7690101024837356,-0.276859892871921,0.2946020320996907,0.34006133845978576,-1.010470889734803,-0.605380684393446,-0.5716519988013505,0.8547877716423816,0.6769404050900939,-0.5646817986693117,0.14297151222434393,0.29798606485421814,0.9182535851072308,-0.8696794060886499,-0.4597004874137763,0.20627046260422352,0.9667187915588925,-1.2406525906343404,0.29905978262689087,0.31020850175821063,-0.6371279615729074,0.679530822555285,0.587752653313632],[0.2590569161855967,-0.004906927146986245,-2.0011633366216675,-0.10008115819375768,0.7464659226890278,-0.8669423558340027,1.2876819070378396,0.8134887299220762,-0.019663735244449213,0.061639073345195104,-0.5211696320760728,-1.101430023851927,-0.03377450895181706,-1.2259804541883619,0.7356395847090297,-1.0039767235678076,0.7851664231709232,0.2959307691720833,0.3773700572502894,0.047074284993162525,0.026519732508547722,0.015583661965174354,-2.492681526329225,-2.840764698036127,-0.6150862453716166,1.2381636673997751,-0.2838877092221253,-0.7692434474692718,0.9100033553368216,-0.44965527029481167,-0.7248033514779835,-0.023057678574395245,0.6702409209440724,-1.4780674959670435,0.08119290597666738,0.7167345639554261,-0.11982794312225109,-1.9153917613526923,-0.5929923790148988,0.6262535918650333,1.1360176568141922,-0.4732096504489894,-1.2599954241664892,-0.31185550455492345,0.7990200954000538,-0.5260372821166753,0.7489464141544502,0.7393818670128961,-0.3820141785455132,-0.2958205511743334],[0.9745367199247962,-0.5897825580814103,-1.6674468611677318,-0.9372373690272682,-0.5591942312533869,-0.8231097359017009,-0.6062872653601079,-0.6146371142604664,0.12544786920871343,-0.8105813507760024,0.376635588123206,-0.8285805409278633,-0.6116005990529229,0.6453488924216105,-0.503298617213033,-0.4871611471183914,-0.2665180250499011,-0.4308817450609311,-0.5240677482203053,-0.4227438700235208,0.04231235225972296,-0.3072091367477109,-1.7588083207979395,-3.5727285178293013,-0.7993128655362725,-0.25726718077382976,-0.971109006158894,0.3705956609766935,0.3235973435247982,0.22805306064099312,-0.5561981229745319,0.6297808442923586,-3.3553189289094463,-1.5019045797982324,-0.2535908013264639,-0.2813308198155886,0.13258004784744323,-1.7636695562690399,-0.18462635094799706,-0.15029426011443298,0.25648427161096105,0.8880988237872962,-2.299186858852008,0.5522649733697134,0.8043956292893581,0.9711443133307117,1.1240322618608478,0.48573806319956525,-2.666287219371476,-0.3361144666677665],[0.8411629143979927,-0.08205718875130193,-0.7995972910466357,-0.9412627467652496,-0.0895142302384147,0.44670399536908534,0.8423826976311529,0.21950665361789876,0.041647281302845895,0.47940581357742384,0.7012265190946863,0.4731055447243214,0.7648446624236628,-0.8148704861716332,-3.3916611215241503,-0.06923945514290222,0.02819323029759987,0.7525189179212134,-1.8355187445540895,0.21536048486674453,1.1830695109341944,0.23988965570931975,-1.287073094531991,-1.6665011689396647,0.6484344787725537,-2.4221836182947096,1.0857744362447521,0.13994833421861527,-1.3129340423280427,0.11436832557306903,0.6791353289315719,-0.07948998314520968,0.4262438845645477,0.5063403861778101,1.0177320717989335,-0.6609926469307723,0.35181936332726554,0.6394705701033055,0.10657317328138052,-1.0405370508443232,0.09086106423874243,-2.533444304661151,-0.9566299825290007,-2.0287962328717724,0.025071636761826464,0.09479908124679622,-0.34380354468221686,1.5597757171557731,-0.3769662563510511,0.3374720285116975],[1.0047081572902428,0.5677388478534163,-0.003810918033080198,-0.5270801230267561,-0.041983502580642214,-0.9040228529050486,0.778353654953843,1.0815340424724573,-0.16570656219931834,0.9339788262428644,-0.010122500049159374,0.2648103077649843,-1.3250131538505652,0.47614462978230265,0.5033095377940096,-1.156655847007989,0.03332366251568571,-0.1469153065366697,0.0027624918104406575,0.14272978488273863,-0.5240157970322241,-0.108502660301449,-0.26116798018925563,0.34519992811790073,0.20638654226399983,-0.09423617569192148,0.2475912331486548,0.10344976423262661,-0.7906609382079122,-0.18492209129727918,-0.8871123295855249,0.4014399451345041,-0.7303004169978321,0.09595502955830885,0.2916379206820381,-0.5637363429611741,-0.336547554259827,0.6492412472933806,0.4368221421592111,-0.01820933560781081,0.2485721513310347,0.7766116223339449,-0.39541255017259325,0.5224276254799747,0.9080239900874215,-0.8646610398909105,-1.127927569471925,0.26670950927007203,-0.5631399644635812,-0.7826182744469438],[-2.2626832131631938,-2.1750991659245624,1.1239189412046715,-2.7098179552408377,1.1271831304371074,1.07347783837891,-0.4529625749221303,0.8746088462374763,-0.4492677886631111,0.6481714290856799,0.6691487828905468,-0.6585008658119037,0.5188811177962019,0.422065747920173,0.27398780851362725,-0.5636911952403618,-2.1606485785726286,0.8051970424155036,1.7175884449368186,0.22245426817448008,0.28411620891050926,-1.0591384640812809,-0.37092491958024265,-1.6154519225298885,-0.05812196413589543,0.5966278262159432,-1.011301193743393,-0.8965333514417329,-1.7860271302897532,0.7307438242114292,-0.4971298641588997,-0.44151592063635803,0.6742255244690902,-0.03294324985090851,0.14617758185244273,-0.9585773527100975,-0.17545282132170673,-0.3253093356898961,-0.2588502353285105,-0.4799792300543944,-0.11077822099127768,-0.24469782815757807,-0.1107173765259599,-0.36148459874313205,0.620005074108404,0.9181633316225339,0.48552164506830525,-1.2223865587737899,0.25302535673911175,0.0722266134373055],[-1.3885431316662316,-1.923544615276973,0.7269549652023203,-0.23794078212603584,0.3630398347281828,-1.6036929480708748,0.306946364451321,-0.13648583839756048,-0.1398519205112778,-0.5760542804488284,-0.3243169701373953,-0.7583176295007649,0.023354845078246363,0.5974255023625163,0.0334253960950663,-0.10706143705184758,-0.056746948988676126,-0.9106925977247159,-2.0327678991366502,-0.09579279791479745,-0.6327499808615418,-0.16750392285759946,-0.4421286538238785,-1.9435343372024034,-0.33640423152093607,0.16494513210515432,-3.2337237441524977,0.683236899515958,0.396848593450545,0.25535672678606086,-0.2222436684345794,-1.068539131271573,-0.02194167970179048,0.3588183741623527,-2.2808228891334896,0.7926591835517585,0.01941507757936001,-0.43197052766304744,-2.7494155014533903,1.0535584431533354,0.9723591012705559,-0.7504604316601449,-1.1542937002039422,-0.72455277111387,0.206312148984986,0.9658840606539232,0.601731341677601,-2.3527313950973423,-1.0831886184227926,0.004750253984652105],[-0.026899270896027516,-0.3527821291759899,0.7765893677298474,0.5835590890306137,-1.1177372829439594,0.051607140200016235,-0.14706093879234622,0.2035754502476032,-0.20023145347482274,0.4149193969047927,0.6661872595128319,-1.263552021570413,0.6410764843723462,-0.758669894265914,0.3634962996447422,0.5561168438888476,-0.4305414269749493,-3.028016425736351,-1.3210279401992215,0.11039426771053071,-1.2791625041760755,-0.37292123263911237,-0.5187829819560458,-0.53744962610298,-2.3428144263627773,-1.1960954337053762,-1.305099308559321,-2.637604831819517,-0.6947616776907833,-0.46413010710969194,0.09600632052989926,-0.5451500420454956,-0.36994451580820087,-1.1874087870743142,-1.1566729825802289,0.6847247003465617,0.21163015423544543,-2.556812336298461,-0.09635991985195771,0.5881073683375742,0.7320024714630222,0.029516451959806452,-0.7164181338713677,0.020399216914223542,0.27723085794792696,-0.16624786197726144,0.3495618110795852,0.10012094543346929,0.7455288572718928,-1.014843248489722],[0.16763438911362716,-1.3833475109575306,-0.3369957918262818,0.514356938045784,-0.7324960002949261,0.4584600944132178,-0.17070599002000197,0.9804317780460894,0.7774255918940015,-0.06660316707065927,-0.3875096886515797,-2.2215663507712415,0.21952701948066874,-0.9315651395109309,0.054637318651389905,1.5497953308940835,-0.12576684848441072,-1.5217765399621626,0.454832962521882,0.7224951169363746,-1.0938736415292347,0.6919837542420985,-1.31025534440344,0.36283598556048685,-0.8512098678155332,-0.954312065100016,0.28924562852028296,-1.1169769012919162,-1.240013110697207,0.593476891940911,0.3903050528254587,-0.0023352609324809232,1.08347678670278,-0.5962981434249826,-0.5195935863507527,0.7134534789133931,0.08668424856972531,-0.4787918035643137,-0.7325776386437018,-0.774367040379164,0.5157708897405398,0.08518140588473669,-0.0050800786763603315,0.07963964656683083,0.6552868125270664,-0.797949914279729,-0.031016330083865958,0.7531425865868419,-0.2640664685221371,0.8970262930471246]],[[-1.6790791047564553,-0.9901560640159879,-0.34289039693444223,0.7072679647242904,-0.9977938567540879,-1.5844041809751395,-0.34264124552452047,0.6259876063249209,-0.07586903611476165,-0.06949996116918844,0.9650989157458743,-1.3398856988567638,0.18017793829473022,0.9220391465038883,-0.11182954937975982,-1.8157071247494387,-0.22752278440601814,0.38457820165666895,0.35553207678005966,-0.14059779963464383,0.8289744124340025,1.3769095327512824,-0.9780503449367189,-1.6598278595175902,-1.4924424458059469,-1.069215268792326,-0.8941899456396972,0.14810243489999728,0.9435991653890607,-1.1454603206010239,0.6026577242925459,-0.969219733504881,-0.4341740767744963],[-0.704812040349659,0.4996655391175709,-1.977444180110914,-1.4109820691052761,-1.0755883827581862,0.4361691630339181,-1.277941849071792,-1.4265838367195007,-2.1440804493590075,0.014550579595149785,-1.6587801746474797,0.560625285737735,-1.0558492596417457,-1.6528153854586365,1.089241274548562,0.7466791988753634,-1.8353333568143955,0.48941420994898077,-1.2230762937110866,0.6102640244307838,-0.5559257343427033,0.5110016884887466,-1.8943903303396874,-1.63969423900884,1.1319390443148456,0.4387177295672128,-2.3485950939631923,0.01462135724958017,-0.65133294541121,-1.3549676787403961,0.2440014493987407,0.9745275628100079,-2.0515169722815645],[-0.9046116217706373,-0.06943526501885583,0.9069559934858147,-1.4368447317558137,-1.6204135079136575,-1.8124522489190853,0.6842593462253536,0.4677973427751208,0.7902152029840585,-1.633523710238981,0.46535992713874685,0.006443924928047863,0.4141770347907646,0.7655157432493661,-1.7279322724924528,-1.3228034297121627,-1.0900217666819134,-1.0757946391610311,-0.8742076952305518,-0.8037195570993305,-0.6618129863102884,0.35729728155802687,1.1199584226086243,1.5201483797989068,-0.3946659091272009,0.4939683106864205,-0.1182537647076986,0.5452732150210765,-0.8528999395489762,-1.2372802447057045,0.9764889589461068,-0.47843886384152584,-0.7592431319387268],[0.1821582079273101,0.8260151873444165,-0.4154300427777386,-0.5839449643780208,0.08684895962382924,-1.61272115720299,-0.5315995752161491,-1.6651083737673484,-1.7312347673033226,-1.7765980861582473,0.40683369407571707,-0.9994738084729998,0.6611050463840284,-1.5058692977603552,1.4327377602758187,-0.743167479336398,-0.3281835878354199,-2.3037848616702927,-0.8435808409379544,-0.5083969488525661,-0.96961934014087,-0.1785217607477432,-1.83049988671115,-1.8991292769149029,0.6444846601030337,-0.368663424840432,-0.0003820123705189087,-0.32506138531405815,-0.8881857643832113,-0.03303147647442034,0.22336548669765233,-1.356579404081812,0.8558638893508922],[-1.7837693652015647,0.6166846439038001,-2.03289109378563,1.241540760172052,-0.19913972384264095,-2.2939654053080076,-1.7478729440924212,-1.0045981636206949,-0.580590715669941,-1.0782895771109144,-1.361347042970183,-1.3401458262037338,-0.11028837480625758,-2.8924030877241558,-1.269622011057486,-0.8349105201899717,-1.5320155858661668,-0.234426822090227,-1.4166864534070436,0.014537728063892875,-0.541988878469425,-0.9165573117163128,0.17134623755397735,0.14413914870982159,-1.3382910716557734,0.07050586753173026,1.076355414592357,-0.9474565690899739,0.431238085455425,0.4451112965559038,-0.6181368753629038,-1.1167022403671252,-1.4646722531854173],[-0.3234769261986467,-0.03045675270876868,-1.5700289101922413,1.2090358084493005,0.5734769998170446,0.46793043795355177,-0.8371167239259297,0.861161285240802,-1.703826361683248,-0.9078456227108062,-0.327848832800447,-1.8801467072268765,-1.6177226012370507,-1.19064396374664,0.21106963604957385,-2.2192301813655266,-0.009054343254320096,-0.4696478787568326,-0.0787577121394385,-0.3729745935144817,-1.4605976758236086,-0.6091778837981207,0.1634993112067145,-1.3995294018654023,-0.1489880253096335,-1.9799352340121439,-1.0448902648589369,0.37352481063882575,-0.9189363308412465,0.3926508329836158,-0.7039225916925389,-0.7362156937851463,0.2863343963712188],[0.9095899254548953,-0.48186573226190194,-0.8644880871296393,0.00948493479137049,-0.0750374043169487,-0.8736859499144906,-0.5943474877274526,-1.6658540574076064,-0.37257664799685286,-0.3752817943697732,-0.08222504107266608,-2.3265917025221285,-1.4149496708505405,-0.9563226169737806,-1.1161665603059234,0.19222605892224545,-1.692483330494511,-0.7749379926284641,-0.9396345916609733,-1.3071033608646627,0.4661861613259359,-0.7068751920417727,-1.7981202929559064,0.819613723315704,-1.5223021548842974,-0.7330149583248398,-1.5258865979461118,0.10816792809909996,-0.6529406050889129,-0.8122202066067646,-1.0830618378278973,-0.7023845437043201,-0.02760686888729413],[0.7873020853605187,-0.339709464077828,1.0110426971700106,-0.7171652253856557,-2.0848994751435552,-1.1159052542337584,1.228956061531752,-1.8818770886114256,-1.9819230393221594,-0.4401628661112152,-1.2090244964923709,0.03349682072272382,-0.5505684251330137,-0.9719571224106452,-2.058454483386552,0.5510697146260821,0.04842687152776612,-0.9134548254171656,-0.7994446894090607,-0.7614033114873825,0.8472042186924904,-0.26971431899077525,-0.45998361672278587,-0.33716670962693457,-0.6991441629478303,-1.3296654688013072,0.5151012656823405,-1.7753078827796174,-0.2887915519677658,-0.13575366405940267,0.06631961565968894,-0.6044240760572327,-1.0556925809486484],[-1.254133946357293,-2.065444609763189,0.3266470364665007,-0.2222045389434601,-0.4791243435105305,0.05113324772057205,-0.016893081779195247,-0.23998667917560595,-1.9389522965042134,0.35901012857087894,0.09760990729683887,-0.21274838544714564,-0.33132080403941533,0.09305536638473379,-0.8585652586450574,-1.5259726683080255,-1.5625003290184865,-0.5532248292970753,-0.07240887027265104,-0.31215951316264207,0.8618591062534724,-0.9675735433448739,0.06819531849789097,-0.6928662855993137,-0.1559261087603918,-0.2907515512398704,-1.106607065481738,-0.8638177565054145,-0.16642256672200917,0.63576250311055,-1.385315444633225,-0.3565261910879935,0.3662920961274977],[-0.8135229883929879,-0.2664025559716873,-1.2283505180571652,0.43799396440594796,-0.17543999065435276,-1.9995656730573557,-1.1361508029742635,-1.020664908305434,-0.9317823835329426,-0.9140483316032674,-0.5742189487340098,0.3726013586585269,0.16923790853228127,-0.8921624411666749,0.13879860769336785,0.7719602517978972,-1.7411247728471098,0.9413249422891258,-2.5038998450484806,-1.5624712358175676,-1.2955908337139388,-0.1747566933886979,-0.019005318243005765,-0.3725058446943814,-1.4032524180736414,-1.796335930058288,-0.4062021043727944,-1.2042087080591908,0.1740767240303275,0.15213516186638845,-1.0548166678661202,-0.3554257761172821,-0.2779122585385147],[0.18887324942215766,-2.179600080324017,-0.9603022831738526,-0.34874985303241673,1.0502817603999326,0.002613774078087334,0.22719045837474505,-2.333916651263153,0.7646786578502548,-1.0936758854582214,0.5501029935150541,-0.33307921080088515,-1.0211041651478903,-0.2218488677525223,-1.7534361797878826,-0.957740923490205,-0.19003497595577085,0.8585919485163198,-1.5274836220148025,0.4760385899668533,0.11584876496764979,-1.1435490207253347,0.17825910600538591,-0.2138510161919687,-1.4670223782227423,-2.2156999935192068,1.537425754134452,0.7437929823405627,0.18781969483139532,-0.06272730205650547,-0.10031652253826265,-0.8500016789057054,-1.941079842311294],[-1.2059346565228237,-1.284081852507593,0.7866095055411928,0.060225945773284204,-0.29616396564417286,-0.6073823202545587,-2.1860609927582257,-1.2079507599652846,-0.9992579799037692,-1.575699954429924,-1.1504057861371617,-0.016249147499285625,-1.1115554975028958,-0.5880864571267937,-0.5500245629886314,-0.25467249829694816,-1.3536373480722308,-2.2778466486553977,-0.10095739652075492,-1.126178365467791,0.048350224241315395,-1.9794665875180077,-0.9211464675032032,-1.0426738685219987,-0.05863494700710005,-0.35247705656139694,0.1231647327959905,-1.3203137778261633,0.4482563586061232,0.42936283557326793,-0.49426000377789603,0.4294673877872641,0.4336781237416701],[-0.18018241378800504,0.47484482426920227,-0.7025843468786602,0.2547397725439502,0.6876637408951571,-1.1165257455973463,-0.187967738762772,-0.48505682437842157,-1.0874718472940135,-0.5136881741076877,-1.13994851947391,-1.6800566698148414,-0.8756089671437711,-1.049158354924481,0.017115658153738503,0.23771497914082487,0.006625083102722035,0.41168494871822664,-0.8380696661715055,0.3216467384108158,-1.3818679167699506,-0.6890814379021433,-0.6454273474598116,-0.0032564377778436467,-0.5778490509766675,-1.199845710058316,-0.5504131897236754,-1.4646234668511977,0.6078232870733915,-1.9782032134204046,0.8835176457334213,0.6391251635807018,-1.8398886781030508],[-1.2761249654982867,0.21106302388671658,1.5104194258139654,-0.5267008042540827,-1.6958724805002454,-0.5071843854236922,-0.8050025252502829,-0.5236086656474013,-0.5150023481914624,-1.460094327336323,-0.7529869744220016,0.7739897650888367,-1.8041647625785506,-0.9407904806394217,-1.0129079285089158,-0.380223162810372,0.3825431626119051,-1.3083008862279288,0.44618716125553104,-1.1206743540141266,-0.8479241739304026,1.0133317619526856,-0.9084775618916003,-0.8402495249577971,-0.7182807861038241,-0.9053074010484379,0.32650114914720196,-1.5140306433294932,-2.0178807171743487,-0.5580537762186276,-1.412249622209879,-1.4645397356182406,-0.26664755115773],[-0.005066437651384106,-0.5999310021450786,-1.527940646354336,-1.9494895915694888,1.1147185245776883,-1.2702757490858532,0.9189550193067136,-0.7320101049506222,0.2280826583905473,1.1470781756315074,-0.22638504275077406,0.41305207215264506,0.3792130200126165,1.1054193147088995,-1.8072663493294032,0.7759659411754827,-0.41729838811112796,-0.02393548145322091,-0.05808712621829311,-0.8996621181924559,-0.5438774574244849,-0.5195002570498166,1.2136810442120944,-1.0340190870811696,-0.6217280671539651,-0.6048269215463731,1.4510645228041288,-0.41713028455378515,-0.2608687868705696,-1.7455605931240923,0.5817286591208581,-1.2125828960788527,0.18418622072989965],[-0.7845170015201559,0.574589767450393,-1.468897664964789,0.42612533449755013,-0.9312816508683569,0.3593453654675486,1.184383074379967,-0.4390531271686699,0.6057040677799027,-0.07008628245762483,-0.3290613194696699,-1.8914447084114874,0.9667480660423263,1.4168424929978225,0.1747329403872099,0.23791079076779892,-1.1667846370753012,-1.176310187061169,1.4153899733409614,-0.9641787770323866,-1.112370953533093,-1.2666767008614874,0.37416196224091597,-0.9097634695966046,0.5102108660008154,0.47171594835253106,0.6432132042241837,-0.4883314708625365,-1.0355299796814044,-1.2771347377256348,-0.01929224050259236,0.06757242786600037,-1.197708981535777],[-1.1175183477712027,-0.4772346020984231,-0.40721785115667153,-0.07566090507402501,-2.376210585455734,0.41811878606507635,-0.5144397758039195,-1.841684193124848,0.05975913635670994,0.5122547838735868,-1.0039423721491212,-0.3280923642345847,-0.28235559610187344,-1.2154115892035888,0.7044574170132639,-0.45108616588755734,-0.006577011530972263,-0.36140173491945565,-0.3063928575815935,-0.048140687658899124,-1.3820649692119495,0.12394906255447445,-1.9682700385808334,-1.1185111076309426,-1.3651801626259348,-0.6735285169107668,0.5077799352862433,-1.847661253242094,-1.8009924569655464,0.5197657423185782,-1.5587704619154297,-0.7200407170636945,-1.0886796326413999],[0.23027477065712662,0.5508299785610214,-1.4996901580521906,2.096317726352894,0.7226679802638949,-1.4564517699358257,-2.4507398866643464,-0.21170500391683675,-0.5514227235584798,-0.22146567996590097,-1.121905371471443,-1.9373718381954008,0.17209136302685066,0.8740170495897289,-0.7629052147437088,-0.2942489577638635,-0.5212943574099939,-1.7282858836519235,-0.4040016543910226,-0.23133085573400666,-0.49397717738115055,1.2285953385771258,-0.7726912721028342,-0.016948710302264816,0.02952529064069674,1.506062240019199,-0.7366487140145843,-2.017470383535283,-2.0672168450161785,-1.7217512484805797,-0.10086585809768515,-2.3302234998051503,0.825113881412284],[-0.05459559561852404,-2.116517179345786,-0.7807839304387425,-2.2307444009743027,-0.412152703119256,-1.5091873838824976,-1.754608597042318,-1.9049719132784269,-1.180155911464574,-0.3262856099772339,0.20190010947428302,0.39485480627412295,-2.8148606228099218,0.14515636197938897,0.6821795946399885,-1.8602796690765415,1.2136149163033874,-0.854342097097274,0.359780185770485,0.7453229901695506,0.1193006748350123,-0.3048513040982202,0.49294555644898985,1.0525641935339392,-0.40980658998271585,-0.43123972936430477,-2.084657183594553,-1.7933312355713695,-1.2681510222768442,-0.9443219387234838,0.24288326209105393,-1.6923724311871595,-0.23594928004045143],[-0.10468492539914384,0.760485494147742,-0.732752083792002,0.047913427421358366,0.2129320027581099,0.6496487162898806,0.5792322810631635,-1.4865131074835258,-1.1563175837131836,0.12959205190489928,-2.1592287547989772,-2.8852229233857676,0.557085627994532,-1.410658938578934,-1.753101614935013,-0.8903655392923036,0.8326805471873983,0.35465039811472227,-0.015091434246147197,-1.130519927214084,0.4604398344413991,0.43646022647543226,-0.9724062549853267,-1.0492268061582763,1.0744690467702516,1.0741667932861498,-1.2783304019385624,-1.7552567674354513,-1.2243289236705084,-0.7264584376645201,-0.15119714688888797,0.3488584320068886,-1.2889642171627274],[0.3286531353345066,-0.3794858745851932,0.26035527368839584,0.2124006526570887,0.4523597628763157,0.5850437738436158,-1.0306823704243129,-1.0067833063605645,-1.8877550054467052,-1.0213484875101282,-1.048768485408567,0.24059000994478594,0.7110484490610836,-0.2899553784032273,-2.139395379392121,-0.3459722173832604,-1.2547640350234461,-1.005837482629983,0.30458102909722967,-1.2513999776366587,1.0709985745861719,1.027637319302746,0.6681243507084684,-1.0359369361763946,0.6222230821690969,-1.6782298757698482,-1.2321260437816455,0.3384249369902676,-1.22940092115417,0.26891298785561074,0.7852936095395198,-1.4080595763275037,-0.5441423785459587],[0.3965623695725297,0.4585945673580373,-1.0301554200656677,-0.9512484923864863,-0.3337939897271975,0.7273100767547498,-0.23938566870813155,-0.9110861415897822,-0.14345764091013247,-0.5893555227920461,-1.8909549604606373,-1.0771993935196609,-0.9698375999960996,-0.07351868284937596,-0.7198831118299444,-1.704068148544214,-1.50767904680406,-1.9477488973978974,0.1952288597829838,-0.07500585997620214,-0.5662148195204835,-0.2127001775368638,-1.313133775374931,-1.0761316806841532,-0.48742857949769036,-1.186057821892475,-0.39026085836573743,0.3281406094364147,-0.2867732422456292,-1.4796436832054327,-1.1673800055510712,0.8886219596731937,-0.6674854969029905],[-0.17030144474468348,-0.14455566186044796,0.13741195542680804,-1.4778125357591885,0.02442590863869098,-0.4271693975879771,-1.385300633578825,-1.8251247244680415,0.6406701060435588,-1.642778232442925,0.9510939322093629,-0.5899712860381284,0.6682838956991138,1.2846669865111005,-0.3774393913685616,0.7275219432352796,-2.019651956828723,-0.5833775199872899,-1.5123575496008204,-0.2455771164529308,-1.2270841779142851,1.1739456267956092,-0.04695118001023965,-1.9226502540784118,1.020573474042244,-0.7154136597644025,0.4335814060461698,-1.239970060439809,-1.5696405748164792,-1.1140250193645842,-1.0018404845530666,1.9534767297562545,0.9621801603584493],[-0.833321687426419,0.025494328536681352,-1.5233212839292183,-1.5247544204690004,0.5152599078956793,0.4270575572932653,-0.3866121982041048,1.2380443823948233,0.49228698325527126,-2.7800179006596166,0.8248282148444676,0.27389530106932214,0.4060534069717821,1.207473900311617,-2.292503077447606,-1.4260555387413896,0.17839906566235753,0.7403200351276377,-0.3776346433074673,-0.9975428870491023,-1.6879775721537136,-2.399783370070177,-1.0401451182993664,-0.6688732861578158,-1.6590724876252063,1.3600783481199266,-1.6801134064537215,-0.28776000350865205,-0.08563693286419517,0.967380498337896,-0.6618316301157212,0.18605681330052526,-0.0881587426455722],[-1.1180612042427305,-0.5157751461868711,0.35907266841459173,-0.6899244382794688,-0.4656480908430526,-0.6275516363065007,-2.2025674983232015,-0.05847848757041954,-0.41079585767443016,-1.7086013263739244,-1.6719453725622813,0.46333883308078616,0.037807392526638825,0.29469690382707625,-0.4019584174262384,-1.0449175614930377,-1.383895596741759,-1.0286545675938068,-0.47811309653222434,-0.5320549002448272,-0.07128306316156084,-1.2414345244478522,-0.6313477803734077,0.2782807920874967,-0.19074845736759938,-0.5877561473364483,-0.10384813948753865,0.3017253074659161,1.0539923549372388,-0.0889823070460016,-1.3967668420899728,-0.7966888439421527,0.5930619773125807],[-1.0545846838423727,0.4197091616684253,-2.1064307848876407,-2.5433920808169272,-0.6400893051249754,-0.020213375288123326,-1.5374341760394394,-0.49571454434556106,-2.01196172699694,0.04143120067447813,-1.757058747959478,-0.7359301565570506,-1.3602283462164935,0.5815229010630018,-0.5849670222399914,-1.4460777289591316,0.1677105473273501,-0.18808843544301243,-0.5913647927943638,-0.8570402354486796,-0.33278489501684627,-0.024087562646879224,-0.5635889648298698,-1.1061883186721244,-0.9619496115975021,-1.9765213677437725,-0.7785310337590835,0.44034429974176414,-1.029798915063706,-0.9871903416011419,-1.2951992870562827,-1.4539409460494739,-1.1946471799455056],[-0.6571605557475895,-1.434425906636717,-0.8586056909294587,0.5443299177501235,-0.35588518449745277,-1.7682103682178454,-1.024346029566148,-0.16815153115463263,-0.791783777021331,-0.33586435353640065,0.20216880299600032,1.2325959857316775,-0.26803659436210575,0.7943965667334876,-1.3184920050655935,-0.25412183899850027,0.1518910216519263,-0.4435945474937399,-0.49344444124831194,-1.924375992350387,0.7723790738511299,-0.11558119483424092,0.18368752350614903,-1.1730492755949875,-1.4361764572123368,-0.006559943165451804,-2.2840844481751392,0.4753351369436234,0.7459982433839614,-2.104738238446916,0.8542241243588844,-0.7602697371779716,0.8784193001590407],[-0.037570577881487204,-2.1616364391562075,-1.459899329037594,0.8636373307568587,-1.6353439755827965,0.7602795478933296,-2.2712702364541433,1.340199208321731,-1.2352325690346013,0.2524633653007585,-1.9595241826208398,-0.902920122200325,0.4041073839198243,1.2735799992218908,-0.07093996761551924,0.7712428830442163,0.2754558276053916,1.4352965098937511,-0.7983437193887107,-1.7920490947380623,-1.6436630377074215,-0.7424455938134225,-0.7145894661892421,-0.1871427396204001,0.6372038400722015,-1.7307775657271809,0.028121201605803812,-0.9235948099735523,-0.4853698221666972,-0.03699156059246062,0.8357187160207711,-1.2920975403768578,-0.681054311117494],[-0.5478817930146754,-1.3245714255628516,0.4067800634449012,-1.607024951954295,-0.930332781956856,1.273101301951667,-1.1325317020911345,-1.4006935795286772,0.31712833506087323,0.5721751870778965,0.36206975541269687,-1.6940259294032365,0.43853367704561913,-1.1347163915841354,0.25902455658781165,-1.1272314664539973,-0.8771475478299995,0.13200933027453549,-0.7530606646759103,0.631007516532569,-1.4197287033013584,0.37488344548635466,-0.7602759818280043,-2.0587934781636092,-1.0656187173663263,-0.3837161166001357,0.9233927313330533,-0.6316496056410082,0.950462619393004,0.8998619611900347,-0.13118572165659306,-0.10243285347691716,-2.024901363084055],[-0.23974750837509126,-1.4049360064116527,-0.009310220435801434,-0.09560686413282946,-0.851768486881529,0.05897654991246314,0.4886506692242714,-0.03838844225223431,-1.3323057961799079,0.3744114892424398,-1.8577850533404607,-0.6925176596647052,-1.7375218054443167,0.8819788410043969,-1.9772998476161312,-1.1929278694927277,-0.34357867936483194,-1.2410521706733726,0.05970164310718648,-0.16414299105375385,-1.175932855935261,0.46207286458986935,-0.5709941615918553,1.2522966532656656,-1.5868559605216235,0.5590650364918313,-1.524442976096922,-1.3936101325645038,0.9116632972733866,-1.2411699272897665,-0.5323502865582449,0.8978423879310048,-0.35363487031764523],[0.053729472189985514,0.5513655793619009,0.18749816100903866,-0.7631084453002241,-0.9508668586398833,-0.4874250515323711,0.7823402829515765,0.28026183929924514,-1.1913799117788773,-0.4865710235475488,0.8171135977489846,-0.9813721502590619,-1.730556495239655,-1.9149380811351007,0.30208811403732544,-0.31572624674057237,0.12669959279108564,-0.6990589776081009,0.025857363346027153,-0.9709398702455564,-1.1929242903763295,-0.9411788997986269,-0.6513822176088846,-0.1658881303152876,-1.8021951465720338,-1.5858274552861569,-0.8690427373537275,-0.5880297377376694,-1.9091450517949766,0.5082711489647426,0.6368495796172323,-1.1267871877027549,0.8716819775087331],[-1.434099050740219,0.6598203212468703,-0.06912424762276383,-1.3273096360223153,-0.8109140167129052,0.22464633569144865,-0.5578473853679664,-1.3121968736707528,0.06920574787053053,0.29224374376965345,-0.009861361160773997,-2.6243055898900773,-0.5062412534676426,-1.6295374504520501,-1.5704388946158119,0.29614114049921086,-1.343912785495024,-1.5640797814017813,0.10714177917861682,-0.3749570103891822,0.6760844839992612,-0.13281757121991197,-1.9042913182905956,-0.5319828627791332,-1.2239304806810125,-0.2097577746942755,-0.6717229372627213,-0.6545440512399286,0.9395560319000672,0.3206871864812567,0.014043434396630302,-0.2856024113519354,-1.0346825133555635],[-0.7845056500678147,-0.25314479062308143,0.216276930861704,-0.04819891833348412,-0.767586355054313,1.2667006666348424,0.5590426773123262,-0.11348585410200769,-0.4255021966187035,-2.1808148036692137,-1.1412396887904193,-2.0056821287531945,-0.9019036766188256,-1.13826328720796,0.8239276692048235,-0.5649011882041537,-0.2945230904494221,-0.16387947602058703,0.011423287669547547,-1.1768753163437715,-2.089740192399457,-0.2376431239985425,0.04883816570115432,-0.9732935716132628,-2.0286155243215056,-1.9057242237076661,-0.5401779413054664,-0.7224214027697335,0.48945954112614204,-0.4155900400004864,0.8883118735193977,-0.7201392111212793,-1.640130038175569],[-1.3347982509769734,-2.5508965089999722,-0.27953559445046494,1.446512866508201,-2.025740111378057,-0.38679786437646774,-1.3787055996671131,-1.5377093063847294,-0.5376725572277046,-1.8120355447806775,0.1363893483379217,0.3062699410544813,0.8726239681847877,0.235103300210767,-0.4533777053407054,-0.37598877568792544,-1.7539837418072268,1.0842271927877936,-1.194513020999206,-2.212789700073701,-1.7747193532559513,-1.1888301211765033,-0.3149949260081524,-0.865694630014876,-0.7346539380905417,0.7158763320995061,-0.6155622870624502,-0.09164427214063782,-0.7682560136710676,0.00020004305308858584,-2.1278737278560342,0.20475782535745685,-0.5123188241824788],[-0.22178352144290223,0.7789892414789815,-2.215472482860263,-0.3610976915392468,-2.511596161882609,-1.8324204161549325,-1.8704325228270158,0.23773134864364567,0.08019101279895405,0.3137960419621955,0.4816854762684281,-1.127227361885017,-0.10203047305386904,-0.49110586581986526,-0.4533193454544572,-1.6213853166418124,-0.18043799577714442,-0.28230344977998073,-2.0813020123746617,-0.06866595792193053,0.7678239748471457,-0.6062654113320984,0.23762433595463947,0.6369490879382443,-0.018653953775119383,-0.41578095741510346,-2.668032104954425,-0.1907146913514865,-0.9632222002287926,-0.5321875677187098,-0.3409481316870145,0.4607342665897405,-1.666454800729356],[0.13160786327911622,-2.090511482034054,-0.9734903305509137,-1.1581192698141634,-1.7601549715197538,-0.9419228680147943,0.8214663249501349,0.2883605770836334,0.3302008137898799,-0.6886119009940334,-0.42054938409069176,0.79917983453257,-2.379134484484544,0.14360982645095244,-0.5316831948130362,-1.744836572516015,0.47465281721300323,-0.5694315462711407,1.029581100581921,-1.034638423763843,-2.355968555361963,-0.9065126639422042,-1.788523174741009,-1.188853372090082,-0.9646742476244295,-0.9034035763150119,0.013753130481175239,-1.2864546144309208,-0.12678783922007134,-0.32921515858230854,-1.9941157033430175,-0.3751828384100055,-0.42941543757713607],[-0.9268375158982123,-0.36312156803202866,-1.3543082226790777,-0.6691561679936816,0.5792882904464101,0.8293911972490969,-0.7757449161733739,0.19725784830420837,-0.9401469031944102,-0.6984073125236492,0.6692878719263267,-2.0457325282884335,-1.1433702264714192,-1.5955790516982713,1.3236699472254356,0.009706115585216144,-0.5298836870207962,-0.3131955959690782,-1.1953455334670142,1.0057532788761288,0.2153093413340526,-1.7358193419592873,-0.5038411943998373,-1.8962516686690176,-1.316914238798616,-0.1697565795785153,0.09319482865077507,-1.0172950711150428,-1.7113061529254028,-1.954675383764114,-2.1823370916101776,-0.822102229030448,-0.12605257304873227],[0.011296255746384605,-0.052948967890273375,0.3117731481157833,-1.1654990684960986,0.7270823644319027,-1.6895473132986973,-2.304280903345695,-1.2160016209860067,0.5333792976256181,-2.0971009421304387,0.07428008981037688,0.2660410064276838,0.3370822584634782,-2.3651832097291137,0.02361188501719882,-0.49982874038106423,0.32512468048532944,0.7346349647841667,0.045329672069709954,-1.8487866366904,0.7335313821378627,-1.0633433610651657,-1.0718083651357189,-1.310600801361344,-0.9081010962886065,-1.005219028080891,0.16894184393210776,-1.444515359703351,-0.617875650283632,-2.0729658020189214,-0.14033300255779294,-0.488663399758299,-1.2760623637407162],[1.2406373260856274,-0.4477286528534841,0.10816268855405473,-0.7156081924784865,-0.21488503971020725,-1.318756336026653,0.7915472813543124,-1.5340675352523667,1.1206761083999346,-0.3937957369767111,-1.5233883869477813,0.8704305440530856,-0.17534168663844002,-1.6170130871427861,0.30322456333470865,0.06226582043672762,-0.16393928655038273,0.88824808154355,-1.2381037490141649,-1.7890219673664336,-0.7150120494673047,-0.45170691090550613,0.20271214723245656,0.2077540270397814,0.019090113754745026,0.9741666555970023,-2.4078936039296717,-0.13272850787534463,-1.8784932760067785,0.8523458286663108,-0.6660204914077488,-1.3170812585729905,-1.5383763237935553],[-1.7982472175170194,-0.6639256222058035,-0.6463092330613663,-1.6917139561010264,-2.1928895141050044,-0.84821752122749,-0.004532278248614105,0.6624545476569537,1.3479374078863684,0.34363790828955443,0.08659862882593253,0.23301144395638898,-1.2994618189951896,-0.4059718488491879,-1.1543780181368009,0.5680976949968041,-0.754706835425428,-0.0848363455798677,-1.1102617919158753,-1.1379309295677766,-0.17262623650420147,-1.4703693674397322,0.26699882015355025,0.3883646702498426,1.356368695882198,-0.37637620239851965,0.5736864804983154,0.0588078945298589,-2.0194152242584518,-1.7576937760926863,0.7934011198007471,1.1624901308619493,-1.4625499564092335],[-0.5619583956418587,-1.4851590573738462,0.2506436258221491,-1.5204876185820808,-0.8169886241335449,-2.1940463701673076,1.0041487505696614,-1.029132783008439,0.3030181310303359,1.0810095518093208,0.23233429319264795,-0.4285149790955143,-2.099800940822615,-0.03448096699861193,-1.0374213388820153,0.33959159324885285,-0.7855516431853586,-2.028589453168032,0.12291113126321354,-1.2502227985109067,-0.8965081812303687,-1.7129701162138284,-0.14266207013328192,-0.5812303254359183,0.22548420354168683,-0.10829407647380279,0.4006325702112362,0.5062452973842811,-1.270592541414375,-1.0237761099746674,0.6018375703959633,0.7557816889130381,-1.1708354617469254],[-1.6235943770104295,0.41865406995895493,-0.621027958562702,-1.5180522511274879,-0.20714565809810276,0.28710378154442595,-0.36111671753677205,0.6049763229984301,-0.7265494998041576,0.16533033402376754,-0.7349266315042733,0.8540135419397957,0.3501430770486439,0.5256913681100062,-1.7335637261717831,-0.929521096887443,0.12341386624617788,-0.4898146247952035,-2.167664085251057,-1.5215933011249059,-0.0009160778179272225,-0.5613718932850067,-0.6711896081858119,-1.712695536006697,-1.116282282412196,-0.7250276422160639,-0.9065034722147044,-1.3510019201837546,-0.7868021396096042,0.29267064813991983,-1.5740583163096216,-2.4722570357559843,-0.438519524670055],[-1.1477192177859623,-1.0397550527202446,0.06739214920417355,-1.8873171164350353,-0.40593764208265387,-1.2154774085086422,0.35312421601434796,0.6760039171993996,-0.9385560696807844,-2.1222163958698403,-0.6810465111138162,-1.691821873026409,0.23012570956329798,-2.1032013130923817,0.5345397343378675,1.1097183117395146,-0.5040711559143511,-2.0922944093195435,-0.9516456075760157,0.4758830199835608,-0.1397488299280514,-1.0713774042343225,-0.9268925023611657,0.7123228847472163,1.003174640899573,-0.9223248257261427,-2.020881954669493,0.3703231881913933,-1.069795215545056,-0.42578935896716735,-0.6788947028852408,-0.5145374357365912,-1.1734308400760973],[-1.1808951302501978,0.581738601316339,0.19817795776106975,-1.3027322126609386,0.06829625271435778,-0.7142127774894048,1.101525415241416,-1.146654386560408,-0.7614689416971646,-0.8932436077859015,-0.25113155933035214,0.9526792386570964,0.8425459931930717,-1.395253440106452,-0.6961452533588863,-1.6688670878932395,0.5665579719577843,-0.5092199600296327,-0.07276648391295708,0.6141791019062407,-1.3060630453275681,-0.9879801684106476,-0.6981859449223902,0.16850111721658836,-0.34803830849491485,0.17953422056420826,-0.11429999423763162,-0.9519648653660671,-0.6986923325470243,-0.7218929356477557,-1.8339255488678265,0.15942515096585833,0.9696411469562182],[-1.1071225111676644,-1.6475553718454914,-0.7702021853526753,-0.6205914732240139,0.724519031393794,-0.0008506737711807157,-0.4793074501683542,-0.10221465462295383,-1.366166091864173,0.9470277966719332,-0.556804326234544,-1.8171990819189658,-0.16781675816106773,0.0031442197984113194,-1.6564918273741618,1.378149755103412,-1.7220719818458086,0.01236723502012098,-0.5594163996570231,-1.0650535873807796,-0.5183146336568495,-1.4587139461997896,-0.6395792992533854,0.8612121306482837,-0.7733737866742304,-0.46453766420294224,-0.09082664828373727,-0.2325575917213441,0.05564587885379347,-1.3330166938449217,-1.3492843686179135,-0.048114802364552796,-1.2994789937088305],[-0.060271065728182346,-0.8534052308368528,-0.8937479238774871,0.28838495048440443,-0.402309528482612,-0.9536630809443846,-0.5924748766240968,-0.13353698528562008,-0.9869176170189303,0.86837373805299,-0.5317045520823545,-0.7941606180575244,0.8561984648808776,-1.7096050003755012,-1.0112157971971445,-1.026610165172861,-1.991369120008737,0.3755625287226337,1.0298111484640713,0.21407413432263894,-0.7539707668345367,-2.096427246123486,-0.3446463731736893,-1.1952301936213663,-0.9455863015010241,0.5903825363535924,0.9750420365246126,-1.5294884615537803,-1.5610380612774326,0.4441745430914813,-0.19993215545213044,-1.944056881261666,-0.15247619728392026],[-0.8913596740876432,-2.5725186475681974,-0.8869974773649069,-0.08752561189650442,0.18021085185647523,-0.005982223567095848,-0.8685478108606377,0.5574932336950476,0.27315496680556334,0.5272462268435355,-2.1487808075135244,0.1251315486568117,0.2637578305802209,-1.5603731742418447,0.09057953356232382,0.06316007008723791,-0.0072517584817506295,-0.17143406834146413,-1.4736662371924654,0.5435191326147124,-1.7443663672325516,-1.6104223061269574,-0.5246599720351203,-0.1084195518229975,0.3863239588552729,-0.6059457817395599,-0.752530756220042,-0.24811040615774124,-1.0180986814339175,-2.1397771504156804,-1.8193685233475967,-2.495908739909631,0.8254761980771248],[0.3243541801432455,-0.6760758609636424,0.7150248098975182,0.2506978420945872,-1.3732244587778255,-1.0195612506146319,-0.6572507938586982,0.17383273396423343,-0.8385704301229928,1.1374121200087408,0.44878132154533457,0.09569833540645788,-1.7225338574218745,0.2768733227350641,-1.4752626541265266,-2.0620961603389794,0.8182797886637453,-1.695250375705377,-1.2629567098228451,0.05025301612776255,-0.5846312593339944,0.36150123170578585,-1.0691382522014146,-0.6180211845287429,0.02593555603033146,0.6721434671477907,-1.9250841377106296,-0.2189166810934844,0.6034875290499838,-1.8259421976869947,0.008044681394090484,1.7584230289505336,-1.3784973880370002],[-0.8733785273231607,-1.1798703047590084,-0.705303393329615,-1.0498977946226888,-0.8460171633720301,-0.5450267517254546,1.0377103778817336,0.17981490134757863,0.19712864907236688,-1.6634201533135486,0.12231162713910503,1.6531253400570487,1.300217312321422,0.07259602858740227,0.05875243422494123,-0.39629996240967014,-0.7356126074396518,-1.7209223529784028,-0.47605007012340833,0.4094736822354964,-1.094497014899947,1.122366008576544,0.36364966429301543,-1.2427080046926697,-1.1595893761412748,0.7202286638212145,-0.36892313364703844,-0.11645504455134202,0.6728275451837904,-1.2201058611811673,-1.378758209946353,-1.576676805783038,-1.2644496120380528],[-1.156485379711248,0.06348264573520235,-1.8106921341597977,0.10092910063778623,-1.2125778171806447,-0.6740828821600451,0.026281868928424622,0.45485695006630394,-1.527917667621626,-1.668044071207482,-1.5585055178932905,-0.327840039190829,-2.0433689556856978,0.29928434523170655,-1.6749002065655232,-0.1808251269149055,-1.8215576718969886,0.6305034107101416,-1.1040191195949725,0.930733236194482,0.46761397836381363,0.42795773309826596,-1.028331254625477,-0.27860123708838797,-0.29755638151063807,-1.0303946905346635,-0.6634760779630245,-0.6802109086201222,0.29679511135288145,0.1628803261889958,-0.1935336374960474,0.4399167831953724,0.7675931620797648]]],"Biases":[[[-0.7881177602702973,0.6627956667270934,0.9140264832560744,0.19014341475137886,0.8512474621959739,0.39689135226311595,-0.24208636856630608,-0.35039620906671354,-0.8969677197994242,-0.2777715486588496,-0.0774182798284205,0.7368288789002635,-0.5557362918867382,0.398095696480627,-0.8216270664236298,-0.3771892775243476,0.5959784227453641,0.2482256804960016,-0.6474060470323022,0.9168294625443177,0.31484245491578927,0.07258464811140636,-0.2778895836130768,0.15369888884384517,-0.7523316920673475,0.5326158203319808,0.10291283536103542,0.6857537844834982,-0.7202114105187922,0.6585983063142921,0.022476270938305714,0.5898952874642777,0.5804203465468117,0.5462163049897091,-0.7072275529800629,0.6824559309307208,0.17565313444752043,0.5167413741695146,0.9647801340870235,-0.007991671772587182,-0.6633701211185244,0.06997836079902685,0.010000973552965307,0.7357895030798486,0.7505402213236189,0.7618727286997807,0.5449295083279865,0.2790312397612691,-0.1621812076887464,0.9042291248102455],[-0.8455932788941894,0.13891405964794623,-1.4489377674874324,0.43087308975698096,0.5938437811714288,-0.2454524124229939,-1.013904475988047,-2.481515837060069,-1.1761345861102335,0.8436702202757549,-1.6983731385245173,0.3762295808659521,0.30844368339095657,-1.3683694440614682,-0.8546571442353524,0.870993389737981,-0.01679283902562402,0.07022497451299219,0.7826887578994544,-0.0374359092560852,-1.8390647264386881,1.0828231749506747,0.5958498045768266,-1.5310017558139772,-0.8152772554354453,0.3493719635763476,0.3510461801680164,0.17750085666230253,-0.5393805592669376,-1.8706374588362848,-0.4105689174498979,0.1440879273543579,0.896534134881663,0.27246237301443454,0.8334768915856611,0.3532563477649409,-0.07074521274734329,0.8028719029163656,0.9094541556172261,0.1329577589590304,-0.09806963010949174,-1.895037489602993,0.0715415235815451,-0.8690572733229329,0.4785071158164936,-0.5577602066547962,0.4223813214037978,-1.1738695874901512,0.05791330715926264,-1.1157146050572535],[-0.3465566954484051,1.2094767256384666,-2.104991978977712,-0.12322861631087094,-1.1153833562729167,0.393776515779319,-0.6449262494297987,-1.6820528531167969,-0.3806675965197095,0.4676249222199716,-0.8394379706382052,0.3306374949666007,0.951339475966324,-0.8718702328729443,0.038887756516017453,0.9957613534919377,0.5931738722919608,0.6746426322830125,0.49321033359386357,-1.126866715804255,-2.021106533690986,-0.4584353625224163,-0.3383809228058199,-2.097752386550921,-0.2672519154398642,0.09766314508668042,-0.16464598365553643,0.3732342145556412,1.1582159658514595,-0.2967457844821059,0.6612886363843533,-1.297942357393625,1.0592249801618427,0.7785812560935802,1.1217257450259823,-0.5507547853232184,0.6438117766753421,0.0709930865069737,0.06650868748480684,-0.7901944647653749,0.5538582905870091,0.7242480637933114,-0.48266687184844775,-0.6881247050800896,-1.179146747165094,-0.6055142744057924,-0.639618896704614,-0.9125068172298577,0.0020663969968008327,0.04326516582991394],[-0.12033100514684492,1.0441629008215945,-0.6726365178030396,0.36998105449982593,0.5314650644246132,0.7103100092086321,0.1510666143189162,-0.9398162546959328,0.21237457336000132,-0.12329959363093265,-1.8127609401172158,0.6572115229983609,1.1327191196924569,0.7336062205279722,-2.8123751884298906,0.3103074655365053,-0.16017134146107007,0.2901988711372581,0.05194123899652333,-2.1435200164501573,-3.135115914067806,-0.38241794818958025,0.998657767594619,-3.297353795992016,-0.7383480494644008,0.5460915598537192,-0.9011513331436279,-0.4226706000843018,0.4032683292788646,-0.9571048000066312,0.18455798163475443,-1.332103104276028,-0.5496160712564565,0.24443706517049768,0.42110754834870506,0.1343115260059633,0.9531766507827191,-0.23320229767173792,0.4970023520076064,-0.06653005295400082,-0.2850017104894264,-1.8464045621147755,-0.22726299026880145,-0.19703751920256993,-0.23298198207239176,-0.6879685351838575,-0.041103561215218576,-1.0170072144256304,0.6724920516399164,-1.9161787701307749],[-0.18568606280574781,-0.024828620688313346,0.7120200699658652,-1.398494473592353,-1.0827102201347578,0.5675089615503637,-1.103874238509671,-1.5128553726513494,-0.38532438844485317,-1.3124022142972047,-0.9398418807648949,-0.5631335975630344,0.5348658433314071,0.5860817997549835,-0.2222283154237966,-0.048541532051290075,0.553411139581204,-0.5435211222670605,0.5465791001165,-1.2899343254972715,0.18936873998853376,0.40839851343095723,-0.3986202982889405,-0.22714218137537445,0.7435421645253651,0.8369681795723676,-0.0005098308997593625,0.9096319125405701,-1.205545138441964,-0.19665610715208115,-1.4085935260497067,-0.7164703803826773,-0.1404730965067169,0.3461322589584033,-0.5984336141998778,0.1079516475102674,-1.2797898409253947,-0.7141228002742593,-0.9062631257373449,-0.3162809891933651,-0.2281119857437252,-0.35494613273313463,-0.5653452213845542,-0.23344553804952728,0.8175494545389966,-0.7516626596811873,-0.2616898360477559,-0.41307915720964483,-0.07388031497604228,-0.029891510502958654],[-0.3883414130620607,0.2819591862071346,0.6018013729186209,-0.10229786819828902,-2.199794751624227,0.28566035385168964,-1.0040593842824408,-0.5641268431955853,0.8170090335261401,0.8556213784891475,0.6037138009531084,-0.20461477388292937,-0.649408788961209,0.594626917609634,0.5462323597337375,0.924471959149696,0.16956419523929056,0.21565822282166916,0.268125568985567,0.048704113738557334,0.5844101551083873,-0.20766565925387986,-0.07682170402149828,-0.24104040529710088,-0.5282001676488954,-0.7240911230996336,0.9136531269004541,0.435718637846045,-1.1972138713344949,0.3529727380022534,0.00016639097955040513,0.2783024682002201,-0.20739652754655494,0.06739894002095528,0.10105598685064644,0.7648778398020888,-1.0913106927787635,-1.4588149089561624,-1.668885029615504,0.6218791987712942,0.7931297685328806,-0.192585157442372,-0.8378447220408293,-1.3844997085355246,0.10799225524416403,0.14732231867080206,0.3056292862084831,0.3270568734725449,0.3509607915980917,0.6885373252859167],[0.575578493692298,-1.654489046421539,0.5708446530167417,-1.081928161869394,-1.8825783122161919,0.6241341507130336,0.16416329508029562,0.7456755564590778,-0.14496477239524808,-0.8876343053637881,0.6678739375354,-0.9614421343557962,-1.3050719891499496,-1.3442682904135645,0.9168971061249076,-0.3934471035513182,-0.5424735948382656,0.0016360545469822154,0.14984830828905676,-1.2601878771765738,0.5957150958763298,-0.016519816669803615,-0.4435068717264403,0.24947255777454924,0.7959288337197751,0.4484190676841066,0.7806498641044443,0.49732848117366785,-1.3495150590304983,-0.21376138197177644,-0.34372004677491486,-1.727353597515564,-1.2543959974053882,-0.6806320377435197,-0.9059235789523413,0.29428162279839787,-0.23374688662597662,-0.904775735844188,-1.0737853640702295,-1.1625185209144768,-0.6425435527469142,0.7834180394871897,-1.6559600947611446,-1.2109841054950996,0.6904279588503471,-1.0691514031832448,-1.5242510904450157,0.7708038000728613,0.3084960437185345,1.0282802668216133],[0.30458341969488595,-0.4186745125545094,0.5012099588178643,-0.8359435559355338,-0.95079599698348,-0.48650783137349357,-0.5175833102697381,0.40206707670500014,-0.05954461164639049,0.2955797960314842,-0.9222961757279556,-0.7826311126485574,0.5168082470122042,-0.1650004081193938,-0.9984461825914798,0.5728041780610755,-0.9755629541191626,-0.0006281719872501055,-0.9285270372858331,-0.3747669475940752,0.7969271673173743,-0.06297268080041678,0.2885621623571211,0.5475721809883842,0.5302801103902096,0.2877101075604767,0.8859167315164355,0.13706149584521515,-1.367650039406736,0.7666798010031732,-2.1272218679175294,-1.5217201627656296,0.5738275825406697,-0.6553578140069797,-0.34795135506093394,-0.7960149121468245,0.13161524947398562,-2.3253443590939096,-0.09820731633463099,-1.0035057638038252,-0.07985470542304217,-0.5355056578778368,0.20058963956141065,0.3397553567707041,0.9792766151584611,-1.3750774994805564,-0.0336344390013965,0.9588999414836404,-0.3915067567137136,1.2300453465886794],[-1.8450788165494127,0.9291549066351081,-0.16362958432357275,0.81224101872657,0.683186507368409,-2.2165217383070663,0.9201566179787091,-0.059070231793804905,-0.8843586123983035,0.5064810673385532,0.22610844779159334,-0.591206117780886,-0.5670363601018816,0.01350123573816239,0.5234792573803205,-0.13464405898187634,0.40876661665154346,-0.8363663611992457,-0.7684354885680621,0.07633037558065832,-0.98980838275638,-1.0986269829677409,0.014000584017814186,-1.114193203116263,-0.8205151958918936,0.23086694212622713,-0.08669399347430973,0.33102413362932537,-1.1468469096970908,-0.4911615517758249,-0.7509261055394134,-0.45284922465527605,0.40311833582465295,0.7702234165043679,-0.5299959032805962,-1.6688615196019931,0.517974896996791,-0.8684254350955077,-0.4429421880683216,-0.6457702479006083,-0.3874210877968683,-0.5767894581791193,1.1981960558662559,-0.3725500782594547,0.6327571213374241,-1.0746596598974345,0.022093601988222068,-2.122016307182898,-0.008506495587748852,0.6378903818404971],[-3.6571661577821737,0.12231677688283138,-0.9024806295868006,-1.0616560166699933,0.12407078651961828,-3.066840837336115,-0.23873109534886838,0.7210273242423063,-0.4217791824294712,0.6614806799288991,-0.2933135942822805,-0.5537299150773165,0.25219280271427885,-0.49961948588289856,0.7674573004305205,1.1695597654345364,0.41444180214133325,-0.606749248973722,-2.085011280584533,0.10677848220762917,-0.6670360337370511,-2.4424633539847016,0.9853367207897734,-1.2759657069302852,0.43079738751673846,0.5254732752321529,0.5629914762468531,-0.16381808507569567,-1.2471313380044866,-1.3022757011328348,-0.18747880427085523,0.39202884763953044,0.027122704602181514,-0.6029075851390862,-3.2504817327875797,-1.1227054427335215,0.5183675678028423,0.6580766764439119,0.5607061924389106,0.5934713351344798,1.130367763186468,-1.0362203003014683,0.9807495505003276,-3.3738087176173974,0.589290626409613,-1.1945252531717627,0.9822852879949396,-2.1914731412332364,-0.5165665305764785,0.5984470447261124],[0.7400609365724694,0.08474644954418707,-1.0674874894316724,-0.2558188789674254,0.65903798698138,0.7911052078485643,-0.6383332958882175,0.6283358027499922,-0.8280014448204039,-0.47707605411077497,-0.1288584794910542,0.5876554877561514,-0.44678345639221867,0.7329078502546992,-1.206273726626608,0.9967704824651419,-0.00047662830991579387,0.787293793195412,-0.14836214907237083,0.059657933198299984,0.11405712978807304,0.7873201827089448,-1.9357382306801452,-1.1481453661119163,-0.5274793256308761,-2.4567960826165582,-0.21034228505701227,-0.021260953400909017,-1.9815362027830188,0.6763952308936441,0.21899792477889116,-1.1421324266867514,-0.34549816129504585,-0.5946551542027594,0.9500685763289947,-0.007467409971853378,-1.2379124885362578,-0.8368448415838837,-0.613694078066991,-0.6361780283299903,0.1448674727050095,0.9282793480206251,-0.5739683753812947,-0.6291714649881781,-0.4189380471921039,0.7166712015431553,-0.4844034685573012,1.5889919221702755,0.01770153174952402,-0.9027594368279075],[-0.5988203177318073,0.19463342574409478,-1.819129566467552,0.10559905618437711,0.5772995262552836,-0.2068948046589894,0.2756967091129619,1.3516473822929171,-0.9366903782785619,0.5423642347268984,-0.13246817771422859,0.0740308000267041,1.157597955915294,-0.7815112557564632,-2.783831593521059,0.21129451548975667,0.5933797795451585,0.9599439016829318,-0.2904302254874144,0.5305447480607023,1.0053357565067893,-1.1759053893058389,-0.6917881408687921,-2.316711551135004,-0.23747953875426048,-1.6272553683507038,-0.33979081338684036,0.8957707749481253,-0.3988490581669924,0.6151364303359657,0.22513732047352336,0.8087226037588751,0.2077291387794907,0.48262653729600014,0.4262144480890082,-0.7871815634450217,0.5481252152381323,0.1830726348848198,-0.4012082129730239,-1.4824809400724661,0.17313236830185327,-2.50165350233803,0.8344850799705359,-1.7004530578904347,0.9850922011348449,-0.4968025883852408,0.8378906284695823,1.297955517158809,-0.9570857786342637,-0.2424357245537468],[-0.33163879984246225,-2.184038237256382,-1.3813893381556606,0.9613576645529348,1.0179950980343837,0.02648456884918945,0.9422346736935107,-1.1459677377712034,-0.230051969443685,-0.012534553136731403,-0.5228402952967385,-0.057489569014910924,0.4504437129595025,0.09997667887616024,-3.3313394925211304,-0.32153731844769723,0.25692088994492707,-0.07840214509307737,-2.6211401619837957,-0.0654912130306939,0.13374539471783553,0.3465313989487025,-1.9358265617715935,-1.1866210971712585,-0.7964315328209177,0.42475576768061624,-0.10764486822766599,-0.8198241647702491,-0.4315496929276136,0.2586492027316524,-0.6785844204230254,-0.4673600283118204,0.03939431833729821,0.4921796946465614,0.6287518274915828,0.9714580668040165,-0.7697150666529253,-1.4854560246623083,-0.41576016541744926,-0.5966459312752129,-2.2491793920426173,-2.914697131847843,-2.0567196387529094,-0.7176985545157278,0.7777050837473153,0.19653772744211015,-0.30168415783976776,0.14512807257581062,-1.8820973879197354,-0.16341286228761523],[-0.6729492274625278,0.6818842669715011,1.1904342491952247,0.5894355882577349,0.4659737526981516,-0.5488299308272461,-0.7977328031387457,-0.21759255946987194,-0.6905542127381508,-0.44246229416684485,1.1439876197988397,-0.14147576394375552,-0.33831447230840295,-0.021121129025041162,-0.3086905234059281,0.8361869766753038,0.2045130507526755,-0.8645177176462087,0.7818387142540917,-0.21499693131049816,-0.9497459868495665,-1.6108173425538814,0.7500322771007647,1.0071207937435989,-0.7797886891729867,0.5138787723938364,1.0277096825253584,-1.3293726152447438,-0.23526078190220476,-0.06305916027800766,-0.7850905062744417,0.3356670864031388,-0.6857769463982304,0.14340206044869283,0.12964505099033605,-0.5277229753158574,0.5777194943724115,-0.38990379471226333,-1.271951349297367,0.9186446961760947,0.6184272880930384,-0.01996380902455986,0.031149565341459705,-0.6200662162103463,1.0657694305494076,-0.9417896186223293,-1.5023831264881957,0.1513316726361737,0.6983112158402917,0.03989988062845906],[0.6107312127895559,-0.4909303576558917,1.489082948543794,0.21403305120189284,-0.10732769239243543,-1.0658695210639666,-0.5817911959607365,0.24297440785834606,0.9450084355904497,0.6244844823486336,1.3631562745878545,-0.5447114161526344,0.851613398796362,-0.11396493618806505,0.6694525018365196,-0.3297865844108506,-0.8699734450004876,-0.8915023077830284,0.5590772139511723,-1.4976471031070844,0.0362988792532421,-0.7280645930737254,0.8792193350688446,1.239131671261649,-1.6111794359012348,-0.31014177178547936,1.0496840142011157,-2.0999164705332194,0.10779962913015935,0.08345176860146203,0.8763696363637291,-0.1845364578913059,0.8586372283005673,-0.17486944676631447,0.9925414251736664,0.13516414852009562,-0.3253199027049707,0.5872213104767692,-1.1198768530990129,1.646626552358875,-0.16942728798674592,-0.09195835686318217,-0.7670255961933922,0.9200504277043794,0.7773873097530336,0.4558688713042956,0.1674910882132384,1.6751095870375432,1.0045069257757493,0.4916310831384023],[-0.13682311006212852,-0.41411977132697586,0.14476272553779881,-0.15216880674269873,0.9076986976923687,0.7458646453960278,0.9744889436734129,-0.4439735947000521,-0.7980905144506122,-0.1393554907127704,0.04584090277382927,-0.40431827073142607,-1.40118426125101,-0.4729456672269847,-1.1062693914724953,-0.11123465682887966,-1.2501146484001944,-1.2701539922708323,-0.30629073154906405,-0.6744969489084667,0.17079513914609715,-1.5379075214070175,-0.52277988700172,0.21754712607142623,-0.7689770899563281,-0.4879259259641302,0.0981495686361434,-0.14517812960622906,-0.6278804417298035,-2.108254827028792,-0.8074539545737504,-0.5841346139932312,0.3957690689559433,0.6408583471342686,0.6665720724444774,0.04127620226696855,0.4390233922057655,-0.386241924895438,-1.2911930510885232,0.27632800270580815,-0.2360180686785946,-0.3792627825398823,0.8539021282340257,-0.33256426418652907,-0.5484639839690669,0.3448851461995013,-2.3216930862753826,0.17961538319523646,0.09535221437743913,-1.4431723920099437],[-1.44272081982035,1.0222401872893743,-0.7438060653801508,-0.7791188259822843,0.22051257191179768,0.6068023114666311,-1.1260038914045098,-0.5024639092079032,-0.24541438837698829,0.7437878947529954,-0.33349167974154525,0.5594642141028577,0.16433450103630073,0.7246255830857384,-0.8245068574672046,-0.13584967026754227,0.052607360370250336,-0.234602244971692,1.0008628218089748,-1.7953474012369013,0.6141362225225118,0.9554546012996533,-0.10362804023279994,0.7164884151912233,0.7774264893042627,0.7607663792275913,0.6412210192918519,-1.1701987256541801,-1.3524196753239688,0.5657420138495507,-0.47529276773677276,0.29434500706480426,-0.4217908029365128,-0.023197873750709298,-0.5724710776247015,0.33176046886037264,-0.13185679027298094,0.5763975064116862,0.33501584886343305,-0.32781311467758073,-0.08258111534708897,-0.7536649322216472,0.5682175866772347,1.0171103418319423,0.12540430439931882,0.9592125843010272,0.1738038597770211,0.6181596866398754,0.7354599379245998,0.2146519247183285],[-0.9342831255877924,0.6175127068038445,-0.9899279833755038,-0.43140696009566654,-0.15211831382701105,0.8349986780337117,0.7127139666555503,0.9604987858778866,-0.7277748337286861,0.4611840085273196,-0.6144465033030128,0.6630788224286038,-1.1845906331311244,0.9594367414697055,0.056336665822604236,-0.39325865136784577,-0.2117785802540632,0.4435732830303857,0.5795174642842115,-1.9493931482450662,-0.21509716165635948,0.8252221742879846,-0.48902331191818754,0.6514273896849975,0.45564468576729106,-0.7486546991647014,0.4887435158853632,0.6312493113964279,0.12588263929784382,-0.3719982755318178,-0.11366816125467646,-0.43242249964280244,-0.3402711602785073,-0.5898930428427616,0.9904149665029404,0.45247371627060995,-0.7910477363392373,-0.2696326592953666,-0.7543057576471464,-0.6471789051656144,0.592434905490467,0.635901152629033,-0.5991547372768294,0.7187778991669224,-1.1139974355465199,-0.10498928112648084,-0.2895267466804694,1.0021154306004392,-0.4465559700647466,0.4717017679330394],[-0.9015315940006903,0.21233103914017212,-0.015741336606454867,-1.1072440054741566,-0.8663466858485257,-1.9279299855036678,-1.2951910875123565,0.44241449789858683,-0.9525148871595819,-0.5620894175322397,0.950087685688711,0.8323696900171043,0.29778030629511887,0.6621049616292012,-0.6552265865924927,-0.6204544138758054,0.5114301573612836,-0.34949229373685775,0.31384195004908033,-2.139729969037639,0.2060616704052158,-1.136882238060228,-0.5135905219158896,0.22858400944767318,-0.04134840609143852,-0.7675292133678785,0.8266943207904347,-0.3291378502089919,-0.3894549122433249,-0.9770478063188696,0.8187551286041284,-2.668249024665124,0.3615620613360467,0.5536869508171773,-0.68282447324785,0.42074144105801703,0.635162507515732,0.5037893113991697,1.1809097064931444,0.5300590428918979,-0.8768473410735231,0.8541987275256042,-0.581797334507667,0.2452941498501468,-0.16358224556112214,-0.5704560247498379,0.766171312942882,0.525847970818557,0.5531699738503467,-1.0194483036992412],[-0.2992813686209289,-0.5853155988270239,-0.5341565445741556,-0.5949140474541762,-0.14912309591175596,0.5951203435494407,-1.0135239668471812,-0.7114595916766702,0.37792179042369894,0.35002321829599015,-0.01565474316803684,0.2506282010240984,-1.8874718994304434,1.0022287419587408,-0.7429493064010638,-0.21055762659406738,0.8024669446361159,-2.005183572522872,-0.1151687459592716,-0.5877650706091601,0.06536617245276015,0.28091286539237703,-0.3818751627174757,0.9902889871701448,0.36827771721422653,0.423846397743308,-0.3732524198613991,-0.7234828548957226,-1.6533159736758867,0.1315715007593891,-0.6638646653562232,-1.7303465146136936,-1.1523029133995677,-0.010433644126944079,-0.28460833066172386,0.7398082421647544,-1.5680083569294787,0.47913751442626323,-0.17147267561536486,0.8774645824880484,-0.624115678559236,-0.6586262625757112,-1.3175868172473408,-0.45927752991086485,-0.9281458015987472,-0.18284897317246174,-0.5262652255780799,0.39085041028689776,0.22867384205665778,0.2345824517035276],[0.05792664823264583,-0.402225414592181,0.8208899788166565,0.1880890083247501,-0.713448581481766,-0.9876116478158032,-1.047266959141022,-0.394124606655105,0.02955553001580433,-0.4629622100587175,-0.3295068806001076,1.0578653767089432,0.7565842696026089,-0.5952416335336663,0.476430848635639,-1.040365561912014,0.3713926655045248,-1.171909359022023,0.9307202364694759,-2.2758475343688263,-0.8602254298822192,0.07241571416235654,-0.42430427448414315,-0.5681424759592631,0.5838696817427794,-0.7139213973268294,-0.47949453228784994,-0.9596037923751926,0.538103608621202,-0.2718145072900366,0.7091803870666178,-0.35991776055842173,-1.2610766938350222,0.6935285485610493,0.8804857911063794,-0.11896613237824918,-0.24122262766097133,-0.503154430607394,0.3327405261781663,0.5583857250099116,0.4351427032483743,0.30900048963869825,0.8080565215398642,0.090036361169502,-0.5708448496589911,-0.25941625290469655,0.3552975168249416,0.713266936004609,0.7612309745768772,-0.22978007089892707],[0.13680425554157213,0.7075615535072958,-0.546205559417291,-0.18348927071880772,0.25311347104755416,-0.916725136698921,0.19432287862784614,-0.9781867216721811,0.6962013394492577,-0.11839488052585857,0.2868446855673832,0.7967741124949992,0.20995761859604017,0.5055648286790825,-0.8772317345092344,0.0858962540616643,0.7348415053656626,0.5241113405574397,0.927699601236046,-0.35908450185087615,0.6746631350329801,-0.8308405763414612,-0.7519856803769418,0.5959333582961422,-0.3916774713454633,-0.08935820114070965,0.772518211247044,0.5274822205873452,0.4545967205977476,-0.20949884957104503,0.5766045353043928,-1.1816553497644067,0.42550227389396933,-0.7927853302769814,0.706911401686756,1.0165625200168498,-1.261906494950008,-0.07266403898930764,0.022343749183336634,-0.819319102417563,0.49477260995735184,0.9148527506779894,-0.24761399322675304,0.0038819540480629507,0.4305949553618355,-1.2358829982855657,-0.4516361848756584,0.08885279635903488,0.9676858432191078,0.4287455166200209],[-0.4332107735819073,0.006161744133872597,-0.34187246906003516,-0.4007088907087179,0.23008507561640276,0.4363306488350564,0.46809091728124125,0.2172063165830913,-0.2566115591416189,-0.26096773893977293,0.8400911251417401,-2.060577355520311,-0.26174346999162423,0.2184122036173903,0.7042620064041049,1.351593118559612,-0.5946088273041286,-1.8740027518288176,-0.3749053431604344,1.1700871828351764,0.27518018104560643,0.4186784266455888,-0.34318561125663677,0.6008960808600365,-1.766450918163031,0.5251487817079397,-1.0351454540004876,-0.4597097898942641,0.7941387451795786,-0.5158310922493525,0.3444047083195275,0.43506586432642813,0.8791230304826704,-0.7807522825824377,-1.6052589733803486,-0.45046938170702516,0.8418258880134912,-2.166770929588804,0.9444412454521457,0.25609614855750074,0.4959341304182515,-0.0802274998569146,0.5755252309351422,-0.18648548292674025,-0.2142422189203179,-0.09077642637328068,-0.5414290289511176,-0.7271484708490766,-0.6465838222690802,-0.5271078932775669],[-0.11842212235030826,-1.4438112214888448,-0.6152052216022509,0.3094813269740897,-0.27345665122347373,-0.6161895070455711,-0.4496986046121575,0.9167124851539938,-0.1796501141320511,-0.360497199729049,0.5489417210520086,-1.5687889568862838,0.13877830823462756,-0.3084080382379259,0.6811562327954737,0.28124185123142903,-0.20258712651417157,-1.6976884590303412,0.4879818202814538,1.0327311800279715,-1.159460500126334,0.15852896898081004,0.565785759872633,-0.9494080736293653,-1.4596683015207303,-0.5621380743291208,-0.507836099884984,-2.3204874234959356,-0.7389239659797149,0.9055898894841194,0.8040284504494625,0.11040538748591026,0.4404735392952216,-1.2289639514202106,-0.5018855578774909,0.3912689203962276,-0.2485423738794483,-0.056813645666661645,0.4418834455822671,-0.5407105366999513,-0.10939397709528301,-0.3448027922345062,0.4110070968172977,0.03585822069494557,0.42065372234530046,0.3272535075038957,0.525511818286626,-0.5992384013531887,-0.3509944468385169,0.7157251850294765],[-1.112879116090237,-0.3036766549807984,-0.3610506529595039,0.32820009394122096,-0.7973696427683656,-1.273699498386362,0.7903000938267234,0.22558906600245088,0.30692419784953834,-0.38322396447572965,0.40309027908429657,-0.016399854189683455,-0.9716417572852437,-0.6663984214885863,-0.5855288073053025,0.7596416835252836,-0.755652139786524,-3.5221566406571636,-1.0003254036329234,0.2672058725833467,-1.3669710225312097,0.6486748294588937,-1.3399235518254433,-0.5764715250754471,-2.0502625708868556,-0.7437403972050258,-0.5109151762929954,-3.384743870206669,-0.0703856555674924,0.8595483314517837,0.37253032289275906,0.41639623078087823,0.23305463257428438,0.17300166825473792,-0.9613559008538587,0.9670106574489781,0.07554105700443142,-2.0103788796224014,0.3813694962089705,-0.3231360271657934,0.32691335944282224,-0.629870928076153,1.009863837394513,0.7628931173300117,-0.5546324011559086,0.49655949117497744,0.880340250929553,0.266261392413504,0.7898114104004661,-0.4552715263994196],[0.3737743765660539,-0.2705411230850627,-0.03440831658041642,0.474026768298064,1.0889929821310014,0.7461145204113052,0.7277158582119843,0.25688325224006264,0.3814001451076721,0.7397681038201172,-1.420964132238245,-1.3763777951525513,-0.5845569314943179,-0.16006865144292415,-0.5004881045260211,-0.2570488394942472,-0.23355428348745927,-0.43189528956436485,0.6168730926669249,0.14133630076302833,-0.4855929771288937,0.45252986454270877,0.5335407816833139,0.8074829550610111,0.24541239320582378,0.7379053851754465,-0.6429061640790191,-1.3996538416717363,-0.3699036163090686,-1.0581356047010406,-0.6617702027806636,1.1504228137119399,1.5415633617364652,-1.6935183840661114,-0.3892706381423772,-0.4266541000481102,0.6734890607943264,0.6431451596660799,-0.7185686946478373,0.8484130723343072,0.19718578830681888,0.4195102471958711,-0.7098578329707252,1.0416413216666407,-0.1429340253302822,0.042637640473438404,-0.10295283499948576,-0.25498331677486286,-0.5078646414682959,0.7019725016413291],[-0.9626623458268737,0.8473641265331661,0.11227876415501326,-0.4913787747888677,0.8918263145417425,0.9665482892941971,-0.16966320903790227,0.3804426023385539,-1.9512833722599126,-0.299152138016539,-0.6816014317940918,0.8299340315407722,0.7434735740076925,0.4844178807038418,-0.6272814622975839,0.820399654565484,-1.0035691021304436,1.007934541889106,-0.49464001471608193,-0.26315255095963475,-0.5081261025356574,0.21285142075195915,0.2682251772740616,0.674022806193836,-0.9367359207559819,0.967127376128655,-1.1853300343235627,-2.667045744669737,-0.5358086099106957,-1.284789984057088,1.001074334864948,0.9129177359017417,0.24366262984678558,-2.5374287659023964,0.7922557628555552,-0.6824740017411857,-0.032630469829956724,0.9572612578517883,0.710412920879455,0.5372292447364394,-1.653819609273451,0.6886232810143783,-0.9039968263453009,0.96955364222258,-0.373040450762922,-0.7481330998840852,-2.452815575565662,-0.5682832225835125,-0.16263235593604544,0.8178745409024529],[-0.030601219235517434,1.3035535043484991,-0.56267138705985,0.6933859648785111,0.9130358054145945,0.6301024730879041,0.9193832691573002,-0.4403456343926592,-0.6641643586676225,0.25507813421307063,-1.0117890381717143,-0.3092864878404035,0.9632906125674765,0.5285045219417637,-0.7615664732669174,0.782197636745172,0.7679458854471675,-0.27459987129110797,-1.2056411628386405,-0.29499112449481435,0.9532877783575363,1.0827928440134276,0.21880283708566836,-0.6008178951282828,0.6643316525693578,0.37038369197402093,-1.2431133614887273,-1.4035531967848647,0.42121131842397735,-0.06523472312977169,-0.5985239648619239,1.7034925220083548,-0.0645217348740465,-1.509959253594694,-0.2922878499862902,-1.57302825440521,0.657823981688523,0.7662716611523757,-1.1308757553638518,0.2633636906088922,0.12882869322128654,0.6118137282684845,-0.8099590445103366,-0.19344125301722975,-0.34829012184624436,1.110385682527263,-2.127257700523345,-0.1641677593345627,-1.611516976824895,0.6275963829711834],[-0.8306775029158842,-1.0804587612796062,0.8640275492194842,0.18360618322604053,0.8443927341506684,-0.2068025606572548,-0.026822645878714926,-0.711487546882389,-0.305590700515344,1.2027252116576514,-1.2443460442444636,0.23405024433742752,-0.8573062951831811,0.7274986107474395,1.7746101016971223,-2.224771870790759,-0.5461285429106525,0.8372674274051362,-0.5622076335362469,-0.6207305270398416,-0.20355046376425212,-0.1520215477551413,-0.18188090828016226,1.0409496041563013,0.7066675778010143,-0.36446521850117847,1.097080914399871,-0.22471874242658796,-2.338025986804943,0.7662662985203224,0.596565462424166,-0.7308844923684584,-0.8099663048571754,0.17734533219206208,-0.09846064749721993,0.11403658290394045,0.09814091757740537,-0.6455920844158899,-1.1926643147895915,0.5103542927977247,0.31340085996320943,0.7042193216367151,-0.26663283981291586,0.8203665224119159,-0.734199175171557,0.22245106553121585,0.5566580455634174,0.34601385439650956,-0.5413114499167381,0.17591171458375174],[-0.9981381670682804,-2.4418203852244713,1.2186740979365636,-0.03406071502210941,-0.8059419983210477,0.03808791434774646,0.4046298660283146,1.0955920774028922,-0.11662384101121256,0.32894620143507397,-0.8031808296224064,1.0850239952208842,-1.907129738313835,-0.15333140929349748,0.9454865669848037,-0.11667369311571511,-0.9144731738758827,1.2972620337466536,-0.2935456506787498,0.7454089062610811,0.09984971055616959,0.8536782213728755,1.1885150457159788,0.49119189360490745,0.0976821364140279,0.878558634164258,1.4204858392879558,0.6695969218448229,-3.588189104797771,0.2348398251684015,-0.347028988463743,-0.7181251706467793,-0.8529420614416107,-0.014840688759625223,-0.030787354095761842,0.31449244533504767,0.3017164730982344,0.02543466908112711,-1.1121555243047612,-0.41291200902425806,-0.9607433368620334,1.128157342726664,-0.7038293253712445,1.04117516880588,0.8312219168802758,-0.33005733092340134,0.9651223912918101,-1.53900468884237,-1.3169817187912827,1.2410434525715373],[0.9644441193614889,0.26803221205943795,-0.4241272352122119,0.6620356558310707,-0.10089849267472732,0.40954632961528353,0.3009547814265036,0.675256180730326,-0.14149836052555625,-2.987377445436914,-0.6427779813675352,0.7225223680018674,-0.14017438690614084,1.1328032659413836,1.7571033957191726,1.2501393080465122,0.591792430118436,-0.48919512541618027,0.5183722043146349,1.3629825489866034,0.5247337800572054,1.1895943322474607,-2.1334362867227328,0.4137808225763586,0.6328076443587872,0.7558995086596715,-0.35823483092726327,-0.2894919980710471,-0.6348560476209542,0.5918084504417268,-0.8047484200487166,-0.07687811348096758,1.0415361954159008,-0.6538463019255253,-1.106362425887413,0.6971242358660698,-0.6234333408039473,0.06517686271821688,-1.1315580272585433,-0.6147916318769286,1.0358401994699828,-2.1446753145676056,-0.867786123231091,-0.6004778685566597,0.2625742064915023,0.5584242262735186,-1.468862859853098,-0.3572739805790962,0.5473671461600953,0.3681850819350083],[0.7760516045194669,-0.7043367941054296,-0.7357443325298186,-1.5621983365609966,0.003541616202137876,0.08294181739455934,-0.781377095740876,0.6570868582807964,-0.47783498241421557,-3.8039204062948655,-2.0370110404003237,0.31272279941820774,0.7905791102212516,-0.11460761633244712,1.1529612569534051,1.7447660009617845,-0.30999246227482036,-0.5190167772862234,0.9254977247431478,1.7687265611823169,0.5741095353198733,0.8278636746889596,-0.349140533185198,-0.1776348278745281,0.5728719366390077,0.6282209502663337,-0.4193476272549865,-0.6778178127440838,0.1224049065248327,1.5497111422373722,0.49377143258135203,-0.2687658975127408,-0.7699664051504593,0.06686156161457328,-1.6070014844025704,1.089697560138961,-0.49375617163262775,0.2127329478625175,-1.2540424253664904,-0.19167514280705414,0.5694035755057898,-3.057332748745419,-0.7768732022665387,0.250252768934615,-0.3508608797222984,1.028202893623181,-0.16449422190747973,-1.351771041667202,-0.5584917289457297,-0.1826652813288169],[-0.008606938603063954,-0.7155846265885779,-0.6380243013222853,-0.8267159639710218,0.21631139539774644,-0.887888311006107,-0.7467798507499804,0.45167369646163086,-1.1906083626429196,-0.2647266308902073,0.11334868847674157,-1.015705938862006,-0.7294936873633132,-0.3430360607892301,-0.4578547199133681,0.23609111139342112,-1.185456928709051,0.7229499727171327,-0.3440609690512383,0.02160791117965542,-0.18164278525633404,-0.11732656381852133,-0.2473033291107448,-0.25787430057361405,-0.01633250482870834,-0.9467877033238079,0.4237572954786674,0.5918182098785089,-0.12387354318381778,-0.44823940301969595,0.055487256041820573,-0.30919408541177085,0.4180325563920278,-1.8747813592484575,0.021486655440638207,0.5847383844363353,-1.2544641708631028,-0.45979650397494976,-0.5146926084079386,-0.48624537914841787,-0.5666805281049222,-0.48943375302735703,0.25376601873542576,-0.6444562136586011,-1.0452587832967728,0.7923734735214252,0.19380401513907117,0.12640661330131436,-0.7947738729697092,-0.6187540944379002],[0.8973152674192838,-0.2518755005000831,0.9704381494306309,0.5326402067820736,0.5606400280582392,-0.6422828765975918,0.6395640710415968,-0.7357182227328062,-1.1971616247278811,0.8449431595286655,-0.5230965858254076,0.40987378325691265,-0.838812645479745,0.15147783206962404,0.2411206834941006,0.8766057769041549,0.3429097154382001,-0.2073399906304284,0.5375085066302475,-0.6389539359217777,0.06734272559749276,-0.7686007193639488,-0.812004979800861,0.9427973466455192,-1.140904076490672,0.41730077943071586,-0.7056713902905772,0.5213513134459016,0.09616373566668812,0.31264363484182445,0.7710096281540664,-0.12059887381481074,0.085113803575744,-0.9017147795456171,-0.4188832428710045,-0.4891843418310739,-0.8811447397839792,0.13993748462797476,-0.42913793081114227,-0.6933029172436513,0.05437896901468262,-1.1823702389036248,-0.41939622414696726,-1.0698081674676698,0.0888633377411087,0.1316290729580397,0.8858525380470309,-0.12483793564504625,0.8920097185257315,-0.680794827133525],[0.7393018388161174,-0.7896139717563293,0.3732086101320524,0.8463807808754824,0.38758637871568774,-0.636740457781178,-0.5861561685235135,0.29933341018526416,-0.9247028813313085,-0.3229295573541622,0.1242612918302309,0.7469507170388571,-0.14127309697985227,-1.5720763894837393,0.6895280619785372,0.6251771361138306,-0.2244066330466578,-0.7037295877477544,1.0597269984562399,0.05555226517550547,0.10518104592009642,-0.6382553115870034,-1.6393545804778469,-1.1672112019825156,-1.6864889597288464,0.12903225794619955,-0.4669918739603621,0.7787139794721446,-0.7059066175913092,-0.6257633449564332,0.5351702197506495,0.5064895327439007,-0.344016335052111,-1.2953476282669716,0.4594715831515527,-1.9148535475262503,-1.6051752428345791,0.5273848433249273,-0.8387840003067696,0.9820409673685675,-0.6389583719287644,-1.1396532230178809,-0.6641360988949565,-2.582032056284163,-1.351189350792929,0.3631048113088802,-1.916085392910791,-0.8865606392322222,-1.2794263964016965,0.07720030744657393],[-0.3801893780862899,-0.6187789934109812,0.34965053377826855,0.6833901272114358,0.1512827641876015,-0.5371832324995441,-0.2997702913099184,-0.9965666354391526,0.5881456241553784,0.28038496752301034,-0.5889345821689477,0.7986684323076825,0.48567576879957425,-1.1867154194736245,-0.22825248180736976,0.38328413534236466,0.8547190612525238,0.3013212325912217,-0.32941400374075946,-0.8518813777550107,0.21690375691134892,-1.165015246323367,-0.40906485856339586,-0.08898509206255407,-0.7425942577428204,-0.9089854081603572,0.33391427399427714,0.9645649870826235,-0.3667429973769741,-0.19174224592385508,0.3912841716714557,0.3757027221101509,-0.5408529347699478,0.8657377914117715,0.9538448608419715,0.08930420251641999,0.8070061355291012,0.6108945499975907,-0.28691830483234254,-0.7697071272362184,-1.2459058680654842,-0.22336990132348342,0.2654249278885456,0.7979917513124181,0.19193412119998238,0.6422157306630253,0.7036171279818304,-0.8201586801838847,-0.3441470825150619,-0.6118591399601999],[-1.0038474581963432,-1.0372570513201023,-0.9959199360559214,0.7401465310197557,0.0697959240713356,-1.4993809607823947,-1.4439899005762036,0.17475503587005814,-0.34144849149099016,0.23343442473255058,-0.7448910752185978,0.529430940218028,-0.9767785657791374,-0.7365866368406396,0.10241767230890697,0.6744593809204122,-0.22570863080611214,-0.8417290046239173,-1.269314335321617,-0.6276914483562724,0.7471437978218606,0.5269231547880086,0.628970074048465,0.6640827574877186,-0.3211943436812738,0.7615818878099456,0.10846362155531818,0.9255778689527582,-0.11715980764408104,-0.8670275707258768,-1.3936800623020698,0.12452566562692358,0.07362249760867513,0.46717140167364907,0.49634164446326035,-0.8797075131078477,-0.9330737434853772,-0.6881075615005239,0.4129932765107301,-0.10178468414108895,-1.7487089227214943,0.00037443015256970435,0.8161068842451736,-0.7922916905975528,-1.192888296875668,-0.23831805265374462,0.19322933492580133,-0.4052332778556154,0.9534507103857558,0.48223717304747216],[-0.7254335099845688,-1.322465287123645,0.4301292597573017,0.49751942015509104,0.5349319092045471,0.8289538761305042,-1.0173899832585316,-1.3357987450345348,-1.060242476553921,0.17625769750859258,-0.8433923335838119,-0.8704056496921013,0.725887860312586,-1.5682240363183084,0.821984964841417,-0.6333764353911753,-0.4155897227573526,-0.04669614069951538,-3.3538108464712373,0.8679614642215675,0.3831839575451935,-0.27423747965324624,0.8976449089598164,0.6379691347549059,-0.3111758972579166,-1.7185526769267099,-0.06968390482761251,0.5734790202243464,0.752140004414366,0.1987140251933373,-1.8732632145393038,-0.05845446215352392,-1.1957521174985895,1.0309896184615204,-0.4865612456713971,-1.2098829033723153,-0.6325799692574393,-0.3160518040721967,0.14332786141237056,0.8752559829213078,-2.146068122999108,0.023989177256620062,0.3391548810737955,-0.3847983058849297,-0.5585350196658374,0.2652483033369897,-0.029368359306199122,-1.3771343037348416,-0.06511223395816906,-1.9863379156169951],[0.2846638378891289,-1.328898787368562,0.41412760101416385,-0.10687322108639848,0.4864547897964379,-2.273892628144852,0.255358027162497,0.4284585447067393,0.7316547454543436,0.40769573282782745,-1.4355132285747392,-1.3689880336552034,-1.6342828532500269,0.2625817159783392,-0.602916763867069,-0.5081864345993213,0.6469934874457117,0.5554787059537325,-1.4628492673514422,0.32820739978612024,-0.07778112505704624,-0.12930771824419293,-0.7017244814488115,-0.39919646349359056,-0.1752129661722689,0.08030555109245849,-0.8675344227484144,-0.7197905300117007,0.5804168383236524,-1.7137166845301097,-0.06586656704517489,-1.066328678883979,0.7846088042237865,0.72392657762907,0.8188356262447768,-1.6614084091081731,-1.5896280124409055,0.42547751997812105,0.7882354047560325,-1.5978886229637639,-0.3283396007212995,0.5903833659862296,-0.6815236832608993,-0.3962957115725045,-0.6869385163767426,-0.16485022886819198,0.6784434800002834,-2.0129117775624965,0.1649299683725549,-2.5193845108802098],[0.4236079420270616,-3.5930107349779594,0.8720797655735074,-1.7866988000687398,0.41930663170911364,-1.856466755403527,-0.577670963547365,-3.7879121620047282,-2.0531780152059964,-0.42100333760653574,-0.48323654819338424,-1.5743331405418426,-0.0038175131800403505,-0.08526553615812871,-0.398708632369023,0.6886162054079247,0.6426589514083358,-0.37934297100976055,-1.2049948786266442,0.5596023082074749,-2.99910289797096,-0.36094100497870935,0.5654805052464857,0.3218841437667305,-0.4948514069178147,-2.3279622150326906,-1.3808106263827908,-0.6218381447218941,-0.3996620484162049,-1.46933434635423,-0.6307111983023568,-0.5345480216370668,-0.7592375883794729,0.2298506094056472,-0.19459648752269088,-0.3429825011943043,-0.35343542220641433,0.8495963913846488,0.5979417162524059,0.8536425915228614,0.14604368807233958,-0.4524189819223299,0.31596505432934957,-1.187455883910256,-1.7043206799847523,-1.920722627516654,0.8585802044074303,0.7615341368479116,-0.7373411350899097,-2.0067476821192574],[-2.4054265507364,1.02202402414951,-1.3200548265305654,-0.4280817354760999,-0.4226181830734914,0.35664367003330943,0.9565668544625132,0.7042552877084026,-0.615263837956893,-0.46262219325004017,-0.23621174577076354,-0.7499491965794899,-0.3570683229632934,-0.6750527304057441,0.4052884485919177,-0.5056531099769279,-1.1823377520426315,0.12014063396940351,-0.5566039420052761,0.1569862274312084,0.9113407021631761,-0.3369258925142855,1.3944190804670922,0.3241290861237325,0.40927439253671544,0.6155894813940713,-1.1242879033402795,0.5946974443995986,0.761165814697285,0.46123115303837076,0.8868459400961641,-0.7037960130409457,0.15354468302918142,1.1996928233148756,-0.2743225505812041,0.9713039353965485,-0.5688363256834121,-0.17855132078081234,0.8467468423017925,-2.3084232251559866,-0.3417060986152786,-1.2620903653531041,-0.059885389567214974,0.07590803732017158,-0.46095594392159445,0.15700739913287295,-0.7240270722846276,1.0938557695162052,-0.60895305702673,-0.9941834716385244],[0.4314335799092334,0.14059550915544214,-0.5795752462800866,-0.5705663837534337,-0.15286119862091235,-1.202357995659016,-0.8666044866153627,0.9302044341671541,0.6322194387865114,0.6521566196949156,-0.4902582366357057,0.1821265530448499,0.9962694933966749,0.9209839321375775,-0.8440571828563325,0.8084021263898615,-0.06296928031554154,-0.6445261474996138,0.7191908809654826,-0.6967297417761961,-0.21232452757785855,-0.0967559376435515,0.2293515446118704,-0.6679549659743996,0.8476045651264419,-0.2801413698044102,0.3719185631453677,0.5959317656795317,1.0379611417471166,0.8807813041300064,-1.109477525562807,0.3571455600995758,-0.07320963125293783,0.957894743488508,0.6084859085824484,-0.33969163254281415,0.8525761422276741,0.6161785746737881,-0.9946751112704068,-0.7611110629652247,0.2749560691522157,-0.8852287034943481,0.7523672547602381,-0.0959782073451826,-0.2588132009202545,-1.0381537713830116,-0.4944179540839055,0.3039727834492233,-0.6000856827927153,0.6769661885456971],[-1.0520001963428902,-0.18081513284295947,0.4671141546837263,-0.24573832138912813,0.4816857033034269,0.8183562418544773,0.073435543050398,0.19689560864602165,-0.6463910166437128,-0.3301524533146289,0.8382478057728324,0.042886344577951985,0.15055424595592634,0.3987306055869058,-1.4108467401008795,-0.5712222172505851,-0.938132639835026,-1.55637318595769,-2.2428110346886254,-0.802147675197132,-0.7431794988456201,0.798123005607246,1.2545449492927807,0.9860468849995108,-0.7559187069613119,-0.1076487377207688,-0.14874349461147474,-1.4436307126130887,0.704681734641101,-0.2540634405124228,-0.4116170238640288,0.8371103327906421,-0.5765669796805515,-0.3886529934863002,0.8314259495809777,-0.29118630656364747,-0.7796995613300552,-1.5110994678309313,-1.2147290042342385,-0.11433827713335613,0.9173117777380881,-1.8002511161626547,0.5095676080230437,0.8941978544415342,-0.8334279119964111,-1.9557323080521156,-2.643892440736097,-0.5182208415604167,-1.8267497392436713,0.5258182155708244],[0.34604562760792706,-0.32670736958056845,-0.7065739996457747,-0.9427013445510584,-1.2409229576237069,0.8369491299526779,0.5698627665603411,-1.1685262735600506,0.3265043086765039,0.718487192370158,-0.8097528004954339,-0.2780295218691531,0.14247172731687768,-1.9911543264386022,-0.9734193360687209,0.8508179479939784,-0.6657485095232339,-2.0717100188080666,-0.8698571032906866,-0.05957919739161722,-0.6951041300707401,0.9420303761502123,-0.8572702420072251,-0.6954461915898794,-0.7546907374603392,0.06200789805898082,-0.9780194008840155,-1.4371333697357447,-0.26744024578220915,0.1506569581747799,0.6622421215392749,0.5735989572642322,-0.30331469419808715,-0.3647712173720123,0.23563656341142475,0.6146580219480623,0.021412959526390832,0.6801215352088134,-1.0949233104921081,0.9636509904145236,0.6973554060812022,-2.7267813225413247,0.1609357932700055,0.42032207659405457,-0.7491563007055501,-1.9720242918809463,-0.8555933082383735,0.7485723321185859,0.03251382421842608,-0.3236993220190695],[-0.35008101564749017,0.6561177860557389,-0.2688614275569142,0.19995437514980896,-0.16483468930376116,-1.2344776700794216,-0.4259274444676513,-0.3735541012194663,0.4070312816539936,-0.2640422615580174,-0.053735770054837324,0.03178197892122271,0.04744786573006576,-1.5694120214664673,-0.7705051568587887,-0.975352620548145,-0.07852543775719048,-0.7565232919677941,-1.014171719196953,0.8384050663579855,-0.29669345755357407,0.27445794662833345,-0.5646836908558844,1.0346776365691832,0.7531413623001173,-1.340319791496601,0.6430227483967228,-1.4679681601983057,0.14609520115607283,0.3496890125951226,-0.43533678801241454,-0.282325655519378,-0.09187160552943027,0.8569780981355873,0.797584886068459,-0.8866074342361081,0.4717762248786376,0.697720077484016,-1.2821636483003944,0.21916682892568187,-0.10193031756904299,-0.8839915587957546,0.8879339653687959,-0.3502274705557374,0.33112366293411877,0.4194442157810339,-0.4849258546133966,0.020245819757418744,-0.6107753945883853,0.5315066427726927],[-2.2048719030016906,-1.1312937327212969,-1.0605464168801308,-0.14546844047711466,0.64439276468374,-0.06332343969968869,0.8809270321721198,0.288559782497243,0.37857291769581236,0.2604664309851399,1.096572340170789,0.2721126616376171,-2.9750649088449728,-0.3123853004818557,-2.176155861793054,-0.33098065617049355,-0.8477295363409466,-1.5047973954011862,0.45400533893499073,0.9135947174761725,0.5688590695442645,-0.45567358491444837,-1.2726112089593344,1.1401674179885992,-0.3573622541148468,0.5744232770852121,-2.418508720518516,-0.6244855923379597,0.37502618841494356,-1.1148689853284406,0.6996037079194546,0.21017577834461704,0.8054558190481474,-0.12424149414531023,0.6448444459391851,0.7183933983931727,-2.37851139491461,-2.1009373821783917,0.9859670029215201,-2.1077974262741024,0.09300620928858072,0.6219285928150078,0.8045020106184588,-1.0807898677774816,-0.5004835166427989,0.9922583224854663,-1.584772896207863,-2.8086238050050962,-0.21352411289882514,-0.042880365471556145],[0.6424870804736802,-0.23569831844286238,-0.7306046695213674,0.8784136220765894,0.8624219006754348,0.3564101757689316,-0.8799503828538583,0.10281197483296467,1.0511934478260385,0.5400577416073915,0.35490735548874,0.4185009331898181,-1.545085373437803,0.10306738506235277,0.38563441629695,0.05151570106683851,-0.246391944655972,-1.0225680116111147,-0.3323042048312081,-0.049553878318998136,1.07599126366125,-1.3705315891561183,0.76610366724732,0.8282863024223258,0.4770618831923961,-0.08743743422203687,-1.215610513956455,0.7543148410503147,0.28691769840038817,-1.2379599976575317,-0.6287700911363298,1.0454809674665373,-0.16174513007677827,-0.28461167469698206,0.15185604726959276,-0.6555225529396036,-1.5540951782031853,-1.79524010713425,0.9295069481978341,-0.234961760594462,0.9164846366116378,1.1619772747384516,-0.6588177867090471,-0.787505299733812,-0.6697374639742986,0.7101143916254661,-2.393940557677505,-0.7811596832031835,0.07327111020416636,0.8979952204725207],[-0.23028312405246584,-0.60952054879728,-0.7357219232980133,-1.2137711143332044,0.04084642808735251,0.7442144808988479,-0.007190529093469115,-1.282157217302712,-0.12041453598600732,-0.8255341654284379,0.44871817687028537,0.3238448643423689,0.214836015819428,-0.5326262128664616,-1.129174061292847,0.2935094284733688,-0.7902439854976719,-0.18550580049900453,-0.8149157425267962,-0.5178932401772081,0.9832432873904386,0.6601530804856615,0.04531672415303344,0.08924230514873924,-0.9430097859125566,0.46720611336763307,-0.14616211556898043,-0.2750481053188239,-0.4039529950434704,0.4048404454391728,0.9621305956199668,0.19930769876443186,-0.025583221162768628,0.3693455937437042,-0.17731983371006088,0.5988239996388596,-0.026032017311451126,-0.7945163187410351,-1.3878827016197346,-0.059200921967166364,-1.1754405653618798,-0.8444213407649702,0.47436144491472176,-0.18895568039834812,0.3926901707602958,-0.22676914682287902,-0.049323132275117004,-0.07830716267128701,0.6076087063115161,-0.7363904947726139],[-1.982582696785752,0.036705751265050206,-1.877446857772755,-0.817012278690611,-1.5568797042525961,0.2887053699745483,-0.9242145150536711,0.48987871610874256,-0.10714156612056835,-0.7281012334161102,0.8148869900025945,0.7749656270912677,-0.024376297702112713,-0.8347125770344977,-1.055441418418217,-0.6416445921485984,0.12620573531141907,-1.1494483868015068,-1.292767449518624,-0.40995427964741515,0.8442584138776598,0.6753402097224954,-0.03349315759798543,-0.20994900362576874,-0.2470355215484538,0.7522331722707204,-1.1832456384544756,0.9727394212331699,0.6051170655215182,0.350658919505672,0.70202444825255,1.0126492417637063,0.5326291735087626,0.6533527224263621,-1.1088295525026488,0.8085804261310134,0.351857070970474,0.18560273065200725,-0.43635699768846836,0.46812435973614985,-2.032997454386982,-0.9415181424106397,0.9235278171163647,0.40615487717528787,-0.7606352263956714,0.2626269480867204,0.7765611375372921,-0.774791151315557,-0.8772847076759085,-0.6558997907772817],[-1.0352209626606126,0.2547747503618456,0.1495905789419951,0.5568989382179448,-0.2729107156729292,0.102135401995894,-0.08260433875226532,0.42082851651566106,0.7840831675114879,-0.5425562449060979,0.4596807065977687,1.3992003343132868,0.46161448513756653,0.7524825297353687,-1.0949622182269794,0.3670717566703362,-0.45906927879508774,-0.4147956951609173,0.25216928193743054,0.42068414433608886,-0.238461344306283,0.971090818231711,0.32675607330772516,0.7515165987840597,-0.12464621925770095,-0.03388749979521321,0.21918439994081584,-0.9359845963692792,0.3078822075130801,-0.5667849145623229,-0.5642961929879446,-0.7601152231256066,-0.3091463414026625,-0.7370100839877257,-0.7092228366588414,-0.3458305708672664,0.5055514694573013,0.10219878755199717,0.11308201683455636,0.33099999588074697,0.11225831787631292,-0.006801154337394094,-0.3134360092162265,-0.8532946511408876,0.8535266776654545,0.3004055087278698,0.5514459436397027,0.9333371368678494,0.22541837080691024,0.008609349314104515],[-1.322269549880862,0.7064526831659292,-1.6015635211448536,0.7575454849520364,0.3233277554740114,0.8736895457605435,0.923389515868565,-0.12384127667595507,-0.6952728621298138,-0.6507627815248249,-0.14175502770297643,1.1085223312298076,-0.45050429240381856,-0.3315599098565669,-0.9017711362209764,0.6563043969730276,0.9875387531382782,0.6831932148196121,-0.8993338384058933,0.7603042046389341,-0.1805664164668995,0.49012771578562153,0.9471902574580793,0.8385750108157509,-0.5609724855121814,-0.2681168841307429,-1.4161684277935147,-0.8030095549852885,1.0294662479627306,0.9982585943944978,0.06527374842889637,-0.8170093590493652,-0.42421912275565143,0.5978740150675597,-0.3872756801445557,0.484024847909223,0.6093656570140283,-0.8559724074554999,-1.6803380965237102,0.8659695970517983,-1.8561151111007244,0.3959925908105031,-0.05378036596915844,0.186833358800399,-0.3140534345472336,-0.9912802626076705,-0.2499727305254425,-0.9742629909388575,-0.22665573618952356,-0.30308907355764025],[-0.19933045162924415,0.11494000386130367,0.38974175178897075,-0.2777234414288224,-0.017298649960223463,-0.023277198764704795,0.27674136953679207,-0.7273445277914182,0.8411477627519852,-1.3049506467517815,-0.9442223938471597,-0.030084816241086686,0.07270090403804262,-0.9208118165441193,0.06180929475831589,0.2421203800025406,-0.19061720346241012,0.6504737172908319,0.5640192522761518,-0.8323090294077535,0.15946059151839906,-0.7060891315273699,-1.5721906116828657,0.8428469785947059,0.5663378407414945,-0.032122846261128275,0.7446995781351461,-0.7987285366636465,-1.4279125462511895,0.7288342066743525,0.9599472858125483,-0.7085581238262726,0.44507047892782325,-1.0800645389109664,-0.25585370947181985,0.5929956260527877,-0.7540217108089127,-0.09461798161550318,-1.4043613380829223,0.3445243665058335,0.21594366933051262,0.28463042330323424,0.4030977611994388,-0.33775713979502103,0.940384562048093,0.5913033775847001,-0.31000918880978245,-0.31994816113260927,0.4225630792074557,0.18244574963862206],[1.4066281185097933,-0.1466445121924263,-0.04410293551652119,0.6027800444736897,0.5794810749814222,0.3706881200288165,-0.08444610081200099,-0.31409183898372245,0.6582051505713167,-0.86316906597903,-2.134796679833969,-0.7205238527319664,-1.0342839266274446,0.7735747549214504,-0.2786542189262677,-0.19425160025680813,-1.036834897388917,-0.22432492070386312,0.267455715688009,-0.7145784418485156,-0.42707729681376744,-0.49896579124355833,-1.5851223056307624,0.8664679808965055,0.3082331499936032,0.7807551529835534,0.30672238879438846,0.20368026591031313,0.5048143702099318,-0.3578128494525646,0.8275884956794296,-0.9762459089499494,-0.1752936271122353,0.04778322260358874,0.11504261942152036,0.04967567134675786,0.8234910599563634,-0.64997400944105,-1.5643589222527665,0.7857780075709986,0.18969553662959085,0.13359357899193006,-0.6225581840921588,-1.148759260917743,0.9218797726463976,0.033121968776512384,0.2949564408955046,-0.08717428511232013,-0.5450172966680272,-0.09644297138439423],[-0.42058501198538956,-0.17673306404101863,-0.31571993348746474,-1.2277441494176584,-0.14255617098249834,0.6072537032072033,0.36061737445356956,-1.0633426677999749,-0.2630793104697944,0.3802505055985342,-0.9564036041641546,-0.09897468971133827,0.13250498413517156,-0.03917292265004705,-1.2796424528698391,0.10595700380965258,-0.8680127522812996,0.8409487804228825,0.5437416152053629,-0.45669209554400936,-0.39419383451519935,-0.8081918934478843,-1.6747902950585052,0.13866425349434927,0.9866889389472484,0.8037952487086916,-0.20498076263741422,0.7073235344563322,-1.5528994517322985,0.46346747427281854,1.1640588747907457,-0.31594413273592514,-0.6485046169161003,0.03877303588782364,0.4248778107994989,0.10962554885487866,0.8632692568740452,-0.35485825480452127,0.5163902732976958,-0.8987917732805711,-0.6937390411836468,0.7063121326788383,0.5936673888688186,0.45938722332119586,0.18811355047595782,0.182499672420799,-0.2901332640913886,0.8649573670960022,-0.413208418580934,-0.11052006534357978],[-0.03396482315641316,-0.868252648827308,0.9321081595564885,-0.291085260019865,0.23144398373965677,-0.46595506389044716,0.3695734832060044,0.1953713218551075,-0.31986454795348473,0.001774604251500638,-0.6678576964845304,-0.17079161793422468,0.49192756812544314,0.14380896744031496,0.11633271046563393,-0.29601827631943456,-1.0175961615171205,-0.8678468049881795,-0.7607189437958635,-0.3171269221315156,-1.1997549685850604,0.043095945294393936,-0.4129477874429402,-0.16853020498600782,-0.3601918797701909,0.7441945231923188,0.0689867484027938,0.7327881195402839,-0.8355081752452156,-0.14499591934095485,0.48508768411901654,-0.808669203677658,0.5093069040575504,-0.6619922268410826,-0.3559775156179539,0.43113941055073396,-0.7992993845400758,0.659241944921458,0.07128052686806216,0.3662026534396507,0.2468070304850666,-0.23473251394102232,0.03566637169865665,0.5849106901753938,0.7802468193931742,0.5115892160890042,-0.4896345083803331,-0.6298146004646281,-0.26139461293121313,-0.09684105191931106],[0.9750880096716142,0.3899812043757099,-0.6306650519417026,-0.8529448368590816,-0.7575230864432785,-0.028914262837733604,0.36810587887107044,-0.7572439715288318,0.2641733213246845,-0.8916450240863344,0.4156193910189925,0.4023099367253236,0.28771624655908556,0.12049922688015897,0.14977791305957577,-1.1078729602850332,1.0393665906945615,-0.64697575892869,0.9664822923490414,-0.427172827183079,-0.8609832805158201,-0.8508761422569877,-0.5662133878524258,-1.395070875061711,-1.1079388195360451,0.2538283028272001,-0.5599284238146628,-0.07771045894155762,0.6436290578396621,0.8964804109242812,-0.017878209543038148,-0.3681600121014229,-1.4209968580002055,-0.2839231740540029,-0.6503876924176063,-0.644818296140429,0.15224037885842404,-0.597349343035737,0.25068958332662994,0.05787786692093663,-0.4438699929466698,0.03722527989524027,-0.07213412413180968,0.19949945876081568,-0.11380886828878464,0.9401280051946868,0.6848847476380874,0.5973732733950046,-0.815934983970301,0.2180148115364609],[0.42976686252847196,-0.7527714304572622,-0.9535708673563346,-0.9946466804273879,0.6161367847053473,-0.9025259005095829,-0.6540978312650639,-0.7307533892289889,0.14016430309987274,-0.6012257884033398,0.7722196775761614,-0.3687979397736924,0.9337505923786807,-0.11793544656227256,-0.6394343266686288,-0.34336028859300965,0.9584333519063606,0.5873480140641996,0.22338598657969647,0.6440279107043834,-0.9935736816718108,0.5668889258476487,-0.4914190671844954,-1.4034573787518205,-0.7236549924813089,0.6152766558539996,-0.012087177762138492,-0.5424087185912396,-0.8832862943992037,0.5621895371592555,-0.1949433570574643,0.7435982879787078,-1.642836433939849,-0.3860491805104165,0.19257910881149512,-0.8170976114893752,0.3990886189832751,-1.393079691474762,-0.6669114374274782,-0.6496043682930456,0.6641724700404429,0.6194347271518674,-0.6305862200947456,-0.2946159548707851,-0.8546446214097437,-0.20509017254962686,-0.36248553399515165,-0.4672765771221933,0.09701440996338816,0.29271121070184486],[-0.20712134162916024,0.37877046438740947,0.3232073404013551,0.1525747314979111,0.5282388343623858,-0.6052889881866129,1.0021347558806704,-0.39724794765687294,-0.6272603816797501,-0.1272879479566988,0.8207991759212474,0.8427998462099952,0.8128284823705645,0.24743639557929795,0.795941839196082,-0.3589949652984285,1.0886454912279397,0.3293124273616438,-0.22599607039223232,-0.156438515911472,0.24424927943119323,-0.8854910928388788,-0.44676093363958586,0.0720010295622161,-0.9031867349594915,0.8964173354617249,0.9527096687484016,-0.23378353188125317,-0.23009229519504523,0.5958020912981407,0.45880982920210445,-0.8109600435032182,-1.5757630229248019,-0.018795401394843963,-0.2785569168340246,0.18732499237314512,-0.6406262411664927,-0.6209117430226105,0.7892973041307321,-0.5278195795666457,0.7407147766460924,0.4088589082879129,-0.8123975220302884,0.21469017739114465,0.13662639228985576,-0.9447403331033574,-0.33383551955986057,0.08427089220168896,-0.7952718507395645,-0.24395218913345043],[0.4247413741136527,0.014477764412038463,-1.0891230357307853,-0.358598180141737,-0.3183674125211002,-0.4328620690991307,-0.6924392067001419,-0.10352411048960203,0.7185913516908313,-0.4430490319347377,-0.7931177206471726,1.0872839578652145,-0.13097083857181424,0.3398265940992555,0.24498556346806635,-0.881315573268297,0.44284257012194167,-0.8013551413876202,-0.7999600471542154,-0.7120887515062864,0.6748813488420613,0.8114902053266546,-0.5283543216282446,-0.7907272391064943,-0.5205774057537201,-0.3558965211156071,-0.1406920092448418,-0.35052361990577224,0.6876742006397709,0.5521676074214593,0.420198317895261,-0.7883329009988983,0.8741840252518048,-0.2536343058917066,-0.16911992581377894,-0.9767608350099957,0.13599806215867824,-1.0680297524928937,-0.11627800810448449,0.3976652108336929,-0.22881342844746785,-0.15122704896824782,-0.2984110677171449,0.02127842158612472,-0.7508220119674732,0.715668126638297,-0.6357079914620382,0.7241014911369295,-0.3586237400904264,0.045516751863937124],[0.759232153747402,-0.5334457107440658,-0.7243088113135644,-1.1182927727825163,-0.3675339880191881,0.960750147978625,0.050813047564327064,-0.030194788856812548,0.3594246292791279,0.0967343733626032,-0.2628007768448279,-0.03753186585246697,0.649852932649823,0.32495625933609384,0.9279429805350908,0.8404375921572168,-0.11397502792293795,-0.5668289812623055,-0.5912014475247489,0.9438342717453632,-0.7975159103000795,-0.20960814878813572,0.4047895420518546,-1.0249801525054374,0.20482803047450074,-0.7900737165531824,-0.23639462893623722,0.09448659333614769,0.8127665319073364,-0.480317437851904,-0.7388573703011532,-0.2258788725151336,-0.9335709079874347,-0.4260241529460209,0.3732588398626056,0.7776018567078402,-0.47666455848951417,0.00832220163833591,0.8809648021203309,0.1216124089793613,0.5865457734002975,0.5608094311081652,-0.8703507388040047,-0.45421604202423754,0.45826593115336905,0.3733655528940023,0.980115536755503,0.2831489494681414,0.5280591969922048,-0.5770701283218274],[-0.4656421859426808,0.9699299445439761,-0.19713294553763447,-1.3594509425215635,0.2080867390389723,0.16403615005236538,-0.10831283803455988,-0.35425727322898715,-0.48750625757769,-0.676866877049652,-0.8873494443212046,0.41398620317280904,-0.5007553303469469,0.24042628013601305,-0.6072274712477256,0.03139519653134992,-0.04399677911671024,0.547271339950732,0.2467936514605574,0.5138635234141904,-0.8300007099152337,-0.2605923719808307,-0.6444099114976385,-0.8883666158091009,0.5422227237387552,0.021917932902446747,-0.1953497802635829,-0.6661825306975384,-0.3787863901946654,-0.5064150687885668,-0.00944247416758856,-0.8960507826408045,0.7883794770925863,-0.9408805557189791,0.5692592376677749,-0.16660248785429005,-0.40007328085518185,-0.8292152192941616,-1.1753711873828534,0.5267910997789688,-0.4790802780960447,-0.5157910885375169,-1.217003013275319,0.2526880519607472,0.8011135766086737,1.1059257793026458,-0.3005497355718567,-0.5563161660602745,-0.2673849213246016,-0.989293732200317],[-0.5053249469927873,0.8071838948557094,0.007631269329844714,-2.4793432847948216,0.10280007924068282,-0.6247776445144367,0.5971285316418791,-1.174604679865594,0.033856001254233235,0.4984597966231019,1.096143836205114,-3.2515818876764815,0.9969480601850685,-0.5871118696665043,-0.7087421334389555,-0.7733135518125652,0.7776896025342847,-1.8037584182844393,0.719280150706633,0.3151402953128088,-0.5773255729211335,-1.2478885964542705,-1.4614429557987034,0.9757029282167549,-1.2308033425581757,0.933916990698041,0.8439275023380205,0.9500560221767881,-0.5572963365521767,-1.202785483228988,-1.0013994838594051,0.7066835453849671,0.2996761086026276,0.15718191271901333,-0.0929195845573372,0.0941902816186477,0.4578181969102542,0.20066313767825755,0.5112027588088435,-0.5045880472168988,-1.0070865950768129,0.8475259136864955,-2.2776181830776503,0.3036835336447775,-0.34864680496077866,-0.45332831782964567,-0.6236101459898336,-1.7540936093349007,-2.1652956199592017,1.1538333370952127],[-0.31441022225786963,0.9562426141184502,-1.4785677098080876,-3.7453277232106776,0.5529460632992532,0.45341324772403335,-1.4011303088872573,0.4664410874324269,0.8756785706552682,1.0748003410788032,0.9045274070862519,-3.177053892951553,0.8034932483806337,0.12371653738892174,-0.4951085251136233,-0.980061378312933,0.8768118138673517,-2.6317011657921476,-1.0838224989796135,0.7474407312168044,-0.9422689294689732,-2.3718372005879442,0.2393798583578903,0.043273797894237166,-0.21273696279594426,0.7965848608882553,-0.5332762007853784,0.7647346472398483,0.43578678372681945,0.11230231718960762,-0.6582922725899746,-2.891158664672613,0.37208909910529764,-0.6761927089007307,0.7802442348437515,0.5679501152669537,0.06229032464499217,-0.07918297027705581,-0.13465135103417875,-0.7890239857258298,-2.4201008171613156,0.5338663835039332,-2.705112837766552,-0.3950174090168089,-0.2639272975529201,0.07770638551763294,0.8951176145540757,-2.368174189028639,-1.6499210614564073,0.34057954414390673],[-0.7033294231260993,0.43730741268364937,0.5815024231217388,-0.892721940433327,-0.5921890204177878,0.08316488750437638,0.9014420812599143,-0.2827505020486772,-0.41032603424852293,-0.25702793466180207,0.7377837539701526,-0.2935499835877563,0.1581731736055988,-0.15176364396120068,-0.9118641677538851,-1.1937006486109436,0.3286044594730067,-0.5004384591631166,0.15169837564832006,0.24434419300919058,-0.396765069497888,0.7637438970699494,-0.4103774559648011,-0.6638584713559234,-0.358284593242797,-0.7301250154121645,-0.4334717712525064,-2.1719163286056355,0.18275990678486573,-0.5938888321646236,-0.6409792188707282,0.20913244849363147,-0.5733752758366147,-2.0033334495237165,-0.7204359196879528,-0.40708749965721147,0.0809920470051705,-0.9199820236149165,-1.126110336162904,-0.24097837495888744,-0.9634998021200613,-0.7888905881380986,0.8413951254722042,0.678559576332507,-1.0656182844517095,0.21470866841768024,0.8642665155457321,0.8587029900821286,0.699415576243981,-0.6295214321301034],[0.5782540436821487,0.6585797631826052,-0.6261775734119505,-1.079048071975847,-0.27079640221792023,0.11935290881879845,0.19038300116456006,-0.7597032325044989,0.2836947111967209,-0.8302371153579577,-0.870864137601573,-0.6712274306344945,-0.22395080493517977,0.5768837254991424,-1.334307147049238,-1.207267130193856,0.7017712094489144,-0.5374472988979232,0.9653982641201955,-1.2068101620350957,-0.3901877668492517,0.6878883869190531,-0.7731953845000191,-1.3445839963981132,0.34299388630856703,-0.5083345110360833,-1.2596244711320503,-1.1181892589728453,-0.494503166292375,0.43801916474830566,-1.0391038848623184,-0.553562681839659,-0.5705671546096223,-2.862906774651565,-0.4643420082176531,0.2782411037917599,0.8156933113623224,-0.6350194563433292,-2.589703841644301,-0.38019418411415773,0.6331217573574023,-0.6613553944647736,0.07562856005862148,-0.9549008343270576,0.12297769312813055,-0.6852596709947839,-0.394995521255619,-0.48617533111828426,0.02964541291114041,0.15338764641521985],[0.8056542102979858,0.7183263075875628,0.1981037513052761,0.3586542457276934,0.35945986203301106,-1.5154796737181657,0.7941240049913239,0.8043234866250395,-0.2517223415157787,-0.7857409966905291,0.4433248543839352,-0.15149771276418733,-0.9930228979203538,0.07385449454622202,-0.989163664468821,-0.14862854917018814,-0.9418836181151519,-0.5303323370196494,-0.3656309666999363,0.31286882857650344,-0.38312515157584537,0.9327495951976257,0.487566126751067,-0.7521063070187166,0.8057486474361742,0.2921474530358025,0.13022892485236218,-1.8904237782561786,-0.17568308591153728,-0.20881301792234477,0.42539241401513667,-0.49862146038954464,-2.3779957552295974,-0.009416578284493726,0.6134036497146151,-1.4877107239615939,-0.09702439081280102,-0.4170429333245225,0.582600107102022,0.5267155416758541,-0.21851596980819338,-0.4114154354562752,-0.2565403110100218,-1.686929363508737,0.18640574183635417,-0.22154614603720457,-0.3984755471422392,-0.8241239104832572,-0.6778850460473006,0.8439467239161459],[0.9979136191592745,0.9308154119247463,0.20706607544532613,0.4469524400078751,1.0334222480910653,-1.6305590389248812,0.371641257325693,-0.4804555518233568,0.15474758374829356,-0.8294887379244115,0.30321520537028834,0.09173761983235888,0.5683104771137305,0.5158335472829758,0.8864105207912277,-0.6032492498350304,-0.853480654560251,0.0008622570589132747,-0.30508853504455447,-0.3125140957706379,0.6620990394344123,-0.42768478866471105,-0.40535836202071723,-1.4053055136889847,0.9162800997926749,1.0432733034938055,0.6826812127041856,-0.4051604714614956,-0.27439963363228814,-0.8098074064652474,0.024129536356753918,1.0053862660494692,-1.738331593054045,-0.8751810669370381,0.8808459009381026,-1.6388652809051218,0.7556177106570113,0.4055493630215735,0.39218205825624514,0.5758191251185111,-0.7575124425210183,-0.6384169766146196,-0.25984686023983344,-0.534610496767499,-0.22694728788015997,-1.0596665967120142,0.13890715815960997,-1.1158053532006433,-1.2558957913129603,-0.5128706854844641],[0.4234366629693364,0.9096116857371163,-0.5700383959260297,-0.5856160086054663,-0.7744064700414905,0.17053047308913344,0.7788022475392093,0.024073285296453042,-0.49782032372972795,-0.7097494709482085,-0.25164998116856485,0.32878645953588903,0.13815928470973224,0.06597662272489811,-1.1472734067500359,-0.026932776512453804,0.9156804792921462,0.8952829215546368,0.9403797669608983,0.8298725226639069,0.5493993453082165,0.4722532597935727,0.3291207294559799,-0.5731509440334389,-0.6785250069459469,-0.054640757276260034,-0.030928528710789376,0.6700713082482912,0.479183408911453,-0.2700109084713174,-0.43659603534572916,-0.5626151629400343,-0.30630715980939893,-0.730187258624311,0.18435117816472793,0.17509637645899423,0.3413015406667053,0.5429638022594003,0.7641531244310001,-0.674975678670226,0.7362084393772201,-0.2331200921793632,-0.7812678729865544,0.8263236182164322,0.2296537963660979,-0.2878421353395249,0.3078788504973544,0.4965916756267288,-0.3780736987507375,-0.5427723602809266],[0.1938870884066683,-0.8390085368287707,0.44148148451793995,-1.0610538119040838,-0.7653443290250665,-0.7834887329058582,0.579642656425563,0.4946842589801903,0.9611466338751763,0.7930151949772261,0.25835842753723565,-0.6179773116553107,-0.7034439843757955,0.2582586206831351,-1.1837256860787275,0.12027982599182332,0.4290781275264347,-0.7263944153043687,0.913465860641276,0.8618758006566981,0.6601258995218019,0.24937316841248358,-1.497533127771363,-1.403626236256951,-0.08883959583245743,0.09212750907004888,0.8325008854538564,-1.1500528743789882,-0.6323271623454888,-0.026673948663920404,0.6768020168996819,0.42100281901778674,-0.9662827150813911,-0.23615542927945946,0.421638214706189,-0.039441427102465065,-0.22516989188812914,0.42182987708947284,-1.0508081998289467,0.732413555598978,0.5104489222633823,-0.6185800356688441,0.8321035317058696,-0.6857551408769007,0.7769053630322486,-0.06227212803327338,-0.97354808299331,-0.8048106555525998,0.8804384959368533,-0.35257871709851524],[-0.4069109991261182,-0.25766694854029143,-0.45895368261580066,0.3475393897579958,0.6415326831635659,0.19888316208859713,0.8702136334573329,-1.470425283798893,-0.9378925036681635,0.02241417870941056,0.9482154365330902,-0.5987907797443539,0.372376191341708,-0.655268287005659,0.4744815845608512,-1.2150159788411852,-1.1890136291277602,-0.33016632078605596,-0.08314123513013257,0.6890973168369787,0.04286906027400006,0.48652143435954465,0.09087849405898422,0.6114796706999909,-0.04198739053369439,0.5943371027761033,-0.2009663404731894,-1.3008159677235818,0.10882004295334988,-0.2124074798137281,-0.3785469037375265,0.335228237285245,0.525824953199858,-1.3917047096646233,-0.932160708908584,0.4265371113933327,0.27999968590758045,0.8137328966917403,0.0034489880919630887,-0.35681235665845346,0.7057382373112899,-0.2748170452090812,0.5205138846732483,0.8912357685112423,-0.6118284217027087,0.9778196443443887,-0.3088425835432051,-0.4534192755959561,1.0046252349467848,0.4370523369843188],[-0.7632803145572764,0.48327703227627294,-0.553770851037572,0.20353739942163826,0.5465710574224862,0.4403444303069526,0.5601049278922415,-0.12622729037136637,-0.8821203440078571,-0.536122221587824,1.0590883224389953,-0.11530637217548269,-0.6211077354424045,-1.4324797170415806,-0.8223829306847548,-1.3674417525245814,-1.9315631119305003,0.44422090937259084,-0.6842904637840849,0.3276785347233426,0.9696680391626104,-0.8570113693933932,0.26526864699064273,-0.07654670104697528,0.9429673033974911,0.5461665026735535,0.8757354940997553,-1.0404938151297463,0.6746685379853755,-0.4895512320973556,-0.6274774279361738,0.10490546483451428,-0.00024087529140798746,-1.9445646588328047,-1.1180419992456159,-1.0462004187082032,-0.2525372336549454,0.5187933392215581,0.8233567928640415,-2.7762046979211097,0.06892420102889277,0.15385663392410953,0.28424083582337145,0.3680025697753256,-0.7151446199520928,-0.3162974253445267,-0.5792787331697422,-1.4337365834809466,-1.3914203844225654,-1.691232635460287],[-0.040259070090514826,0.35321546473416177,-1.1502728486391665,1.036211356235981,0.9625585453865603,0.2867387285787745,-0.6329831129695515,-0.775612926677442,-0.02333792583867092,0.7200925885959417,-0.5661580681028427,-0.4418541716645706,0.29303242903006826,0.6800318974749371,0.5187128003147731,0.4019633175581079,-0.30554181673922515,-0.8037120876967245,-0.8459968527161135,-0.2709517464654987,0.695360313265573,-0.45617733213360123,0.713282208905835,0.024330558447975686,-0.764796301459883,0.8020873341135962,0.44488056611063304,-1.4061884528597552,-0.4932874659253675,-0.18729303110420698,0.2531848592955653,-0.6574942497831957,-0.6561409475544163,0.38762783211984536,-1.8674982648917808,0.5343515976587089,-0.9152253054581663,-0.8574062492699849,1.1361323330121367,-1.5448256625454566,0.8977804042033329,0.9981470763520878,-1.0465879826883038,1.079241508240717,0.8769797579740183,0.17383399760158974,0.6936325140010944,0.17514309179993734,0.5292800318417442,-1.000647383883271],[0.9928433474926968,-0.05001163105166314,0.9291653820963481,0.26246373805573886,-0.2705466782582126,-0.6732924355372473,0.34919823438810105,-0.8620721536992948,-1.3011103141581317,0.08270877415482301,0.2608654733671864,-2.2026163605215494,-0.8251367069065926,0.4806896879385709,-0.651066833993557,-1.4934496142639564,0.4944474246738394,0.3715299594255482,0.6998299765239436,0.9121431082742605,0.7671999174258811,-0.384037592534955,0.4740400505726024,-4.070349937090299,0.30034149350443834,0.7380994991829953,0.890884721126605,-0.9899924691213008,-0.62200237628718,-0.00495160786501314,0.560268572152778,-0.7867170080412154,0.327327432931247,-0.8087184532541464,0.5360768827885101,-1.3663782262408155,-0.5388785969674535,-0.283528095645878,0.5344421064020649,-0.5966540640760518,-2.715076508065706,0.1618318812920862,-0.7411193260897692,-1.5895992482613683,-3.3727925447148532,-1.1142372908049885,-2.189746209455517,-0.41698522523088666,0.5053666393623802,0.48675949450733835],[0.5177687817076555,0.49721363470692626,-0.19092565506752596,0.3154177129067822,-0.3742815718429599,-0.7329060138917585,-0.48456435905673556,0.23736607112283536,-0.1593271255931589,-0.4725614935226736,-2.3605813693496542,-1.3540246500743578,-0.47584233269786186,0.5836671594698196,0.1295346663395813,-0.4314605327198036,-0.3357769739904341,-0.05396436381803324,-0.2754873628729841,0.4097488379294493,0.008531701925452637,-0.04370183302757255,0.6335957750918595,-2.588074391961961,-1.9411766025573334,0.38873495785117984,0.16766866116948578,-0.006225725903308424,0.6077320273273434,-0.6803241392531976,-0.1480776620481416,-0.2624574863772103,0.5063269639656541,-0.029631863278279637,-1.309145804034925,-0.25750761516872384,-2.3688625450918224,-1.811932980534391,-0.24508938097354438,-1.7514361787732773,-0.9455757075516779,-0.2575137086767868,-0.3780194491194929,-0.493964299693431,0.5611736041599014,-2.2927119134945757,-0.9165230362246535,-0.33070948299177927,0.027075225047090198,-0.718033741495258],[-1.78276260180082,-1.6616325229509696,0.4509141195465909,-2.540310440910595,0.6965429354643555,0.28354474727906304,-2.072957113497922,-0.9931501265259154,0.2905700926942143,0.6139840055153114,0.7388576757271494,0.4634276196571965,0.03003449809572476,0.6274137453844044,0.9581245207383735,0.798777814958954,-2.623106180249131,-0.024509524870676747,0.016777731380029467,-1.013193582454669,0.7596786493126205,-1.6211989286352098,0.705718001795968,-1.0461171254822552,0.2279212249685423,0.8311020344310269,-0.1450064801449652,-1.4114236105828006,0.32382417761417687,0.16940634072334354,0.34635071535247075,-1.1402772210097325,-0.3749691456849852,-0.17910668695407692,0.9643339403781503,-2.117489393847603,-0.533408089881678,0.30121619540984634,-0.2656868025291254,-0.7334143547421065,-0.2734440123183439,-0.5612656969189118,0.4037584823880467,-1.379785906597512,-0.9481287566595935,0.8323659000572612,0.7271407044561303,-0.1571810718908744,0.41465660455220377,-0.4678346538440358],[-1.3077195112492805,0.8284532705270082,0.9819136443776744,-0.5919601586721343,-0.29227253364761485,-0.5797698996897086,1.0740096294970292,0.8726984174346948,-0.15244639777762203,0.5674658283614558,1.2090145474237644,0.2968949244125446,0.04804565390792643,0.7330059216841235,-0.03656386307650408,-1.8242248864679145,0.8393502197449573,1.7256603281866023,0.8868698706844458,0.8054961591531846,-0.9382806848033625,-0.1223573518981234,-1.63406663641156,-1.096423498453945,-0.7362857010035535,-0.1822195788409601,-0.984616326428444,-0.3236279389351241,-0.6247994818597238,1.1223304638301546,-0.15747840370423458,0.16728171972181624,-0.6402794188195117,0.5957987096434678,0.705131926969494,0.7454545687436359,-0.6781214190156281,-0.13023081549146318,1.1175051964561626,0.7588478577667246,0.7176411861827536,-1.03157749652395,-0.7089254159994556,0.992681278370537,0.3066459069446891,-0.764098859543915,0.4486780428288051,0.14548041674506346,-1.4146647534184842,0.9569405877612965],[-2.3033538953889687,-1.8407130460948415,0.987710939887347,-2.1073302401434,0.5416852588113477,-1.053389197062034,-0.536627571300274,-0.08387027580776676,-0.36449927105182933,0.5808130202472355,1.607942896528116,-0.6603636669191786,0.13631569238974886,-0.15117623465576732,-0.5522145966450946,-1.197768261545968,-0.32574533822626617,-0.5222984826306599,0.7291090783198313,-0.9013185524999342,-1.3932410582302537,-0.7214387027642428,-2.9148644091670324,-0.2297947607467721,0.9923846601760964,-0.6118760316405172,-1.2617482810490088,1.1043882318540814,-2.167266420931083,-0.37327545354146,0.3569319469126839,-0.9687058466184074,-1.7393785621291005,1.3664263525726803,-0.8345091679972183,0.9355516375378127,-0.8183224872915393,-1.3349158893637878,-0.06802904486250963,1.6461857628912047,-0.6356989491322041,-1.6952592354935823,-0.5949825552079328,0.45629904233179525,1.9370297730614123,0.6795086267713115,1.2907055981497066,-0.9858031899719367,-0.47496143466669993,-0.4854782980328699],[-1.4858210098598514,0.9096609217132936,-0.062161039561847174,0.7565503322758523,-0.025802910255664772,0.3453215157355529,-0.20431941161341682,0.22652629486600462,0.423129541414899,-0.03381318465582217,0.23463708299107192,0.2626933087266807,-0.24289335258766526,0.6737104061125702,0.3458939887269375,0.010084391141564997,-0.6774296645772211,0.5037238934371051,1.1469525186056413,-0.4251295114130123,-0.3368386961779105,0.6339412974374359,0.6069791560781276,-1.9228350869204187,0.4196595953693286,-0.7634435680041635,-1.351266845684581,0.9300241742446869,-1.1360365024413035,-0.32599004776034735,-0.5522020067701293,-1.0802648540603585,-1.5481798039205987,-0.6793767233121764,0.03403293239813778,0.7473309009954544,-0.7963594395712501,-0.5766922936366584,0.5282380395182862,0.5255069130182178,-0.6978865666143125,0.03779924488665382,-0.6318716794858925,-0.8602732699856769,-0.07061138120285432,-0.046963206497910324,0.9127921014657417,-0.72788835089187,-1.1050100700506502,-0.46179895637946555],[-1.1350578953358692,0.323571013613774,0.6556193246983576,0.11011881305615003,-0.7243889956793748,0.8817363820320381,-0.08156537988426106,0.46355169753260117,0.945443456817962,-0.6783227228190751,-0.9359294045233179,0.5462807062759902,0.7063684295331697,0.23851693980514993,0.7872227991792223,0.6850863445598863,-0.9549743814473354,0.35279967300342874,0.17233807435060305,0.9915081314538993,-0.3409029122024547,0.21642365965171362,-0.0794276522279079,-0.37281046026275616,-0.4929476553579278,0.5122210753563443,-0.01540257530218102,-0.6720814961334786,-0.4961875456769053,-1.8259411059479023,0.0641380795543723,-0.12925432699899866,-1.2240994902278242,0.9733981326148471,-0.6894369721021604,-0.9587935312372687,-1.1079538669246631,-0.24001648981693469,0.8486178354101543,-0.05786068297363665,0.9249190116854974,-0.7902649265230202,0.8513575265821841,-0.6430246885520176,-0.7197031700624212,-0.2594742666103718,-0.47064581026801433,-0.15203169893349527,0.21961634052855483,-0.8357650615174094],[-1.1086005666184633,-2.320731486305409,-0.7470136391222277,-0.5188426440705973,-0.14844004242869657,0.928381422786542,0.08350660415938929,0.789637321664472,-0.4099127536194062,-0.4598587175100047,-0.050116027571404334,0.3162849341045018,-1.02852822396921,0.4279494105863274,0.8430984489256432,0.43411187630789344,0.5101326068713596,-1.1148956734248654,-1.926532705586454,-1.5595601248016704,0.7079205451085278,-0.5990091078203252,0.8974378556479767,-2.2944207977566333,0.11534382453363008,0.2677907744625434,-2.474214383713783,0.27328901344075707,-0.29683457028901816,-2.252461701420853,-0.49302111082908195,0.5559772099905171,-0.4861460760691551,-0.3982745632916897,-1.0704450690183296,-0.11159017789096222,-0.38564519073314324,-0.35456282366609687,-3.054165177193323,0.9575218838834827,0.9668094851844211,0.8557044352116571,-0.27013229075390705,0.04365734812593365,0.9977966066961103,0.6433252004080422,-0.11017313421320567,-0.24660942050176896,-0.42451484137085466,-0.23200339484947596],[-0.7609382679268086,-0.9938800490772578,0.9532147136674665,0.0688786414808234,-0.20231402434978454,0.1777518007832504,-0.33239884037184536,0.015304395129045797,-0.7450701711379888,0.8150563399300778,0.9879147671033347,-0.13784242770958982,-0.8273731830069934,1.0363036992970562,1.0034288120281267,0.41170935895914007,0.9891346884511395,0.4218718321771378,0.7742308419385938,-0.901778006263845,-0.8530930883843528,0.48528236804596364,-0.28849559565952154,-1.5606141150522914,-0.873216093871516,0.7110762328037381,-1.6025762160954193,0.7295911136870774,0.8208927034541181,-0.1748307677914412,0.6915034018307862,0.5580041841497262,-0.901627849579913,0.7506909655999657,-0.2794934113684004,0.6343383457145416,-0.18026951090431434,0.12102054893336685,-0.6331980478405338,0.7762910752711295,-0.424740978236692,-1.1313885070984682,-0.6206887362092945,-0.041547106298989785,0.932933649079114,-0.5615381552921013,0.3971034106110436,-0.2402994014977933,-0.1837281790719015,-0.5709022933299721],[-0.12185215148236499,-0.6357006948659426,0.005921818617660639,-0.012174983133879304,0.3663201412512748,-0.8994014996762788,-1.3630171667949782,1.0438122709342703,-1.2465046412190053,0.9479237693816269,0.6905790397144868,0.46384060612768013,-0.5910653708024767,0.4760475643055583,-0.04586349564398045,-0.4721468164754969,0.9506767792120364,-0.04839487375242428,-1.5343614062881599,-0.7010570450698352,0.08771881671743463,0.548791968106764,0.7383869693734754,-0.5636364315420386,0.06533411222149488,-0.3072826395102455,-2.56667559034735,-0.804894589256271,-0.5019391393851146,0.29041268497506795,-0.7200158379769109,-0.06281894292537675,0.18816297267486873,-0.5376233638241307,-2.0113213849139586,-0.5485279180961391,-0.7021050874189276,-0.548754657249708,-2.4133942388285727,1.3620612812035973,-0.705588589022227,-0.3124510389760541,-1.183864159142773,0.2854246930946715,-0.7599201865597613,0.6196516102675854,-0.27891018344512425,-0.3199708897591003,-0.6867793072047677,0.8400914700364127],[-0.002251794920874392,-0.9046257396749772,-0.20733571740069237,0.9711174114254746,0.4350428134007624,-1.3122494063884063,-0.04421140045436659,-0.0450178386490737,0.09827938967529788,-0.18809207202487382,0.13991119779183703,0.9918057751492337,0.33336793468608633,0.46150190840486843,-0.7388224365467949,-0.48118635905088075,0.7671797463521658,0.8145303071169133,-0.7260560155604421,-0.2559709083859737,-1.5588670430314824,0.2011693121409871,-0.0784017392208381,-1.109461267392096,0.23959436701821168,0.12484104120546419,-0.9107357846363233,0.09144593878691686,0.6371747616285641,-0.9911011502509235,0.737076990817114,0.13013007796768292,-0.050548585879718305,0.465652582278649,-1.5861616995547745,0.0864245260863757,-0.6750513047287106,-0.754908087539042,0.0798858341179877,1.0618864144224112,0.3287851545105195,0.12999192389005534,-0.7446241409503201,-0.31937328964538203,0.0810558671569981,0.06485223133937762,-0.9169358071793876,-1.211482973282364,0.10452318588805382,0.8970422895925912],[-0.9006875787524021,-0.4274559613135851,-0.5569855179373336,0.706504655123709,-0.13675106103338205,-2.16770215531454,-0.3859105455390178,0.7931770690728964,0.1528721700874649,-1.8053711124843164,-2.4781119545313124,0.2381784214800672,-1.115272445191989,-0.7583036045989399,-1.4648536449313756,0.3971502201232296,0.5980424671789714,0.5782706982409098,0.6034047801944331,-0.047588063716479036,-2.9267756879764093,0.5483202758822656,-0.8702229991960551,0.9225610244827754,0.13857473466755302,-0.07946537697009116,0.7825986729139934,-2.653759669437451,-0.6358102871298091,0.05434868105465838,-1.3653814929507602,-0.43628079196823505,-2.6869491165946644,0.9787293100694779,0.5551526968933235,-0.7925466304715638,-0.7715654429454979,-0.25031786055725436,-0.5997754454866361,-0.3843151609510943,0.3412978396526817,-0.41165914308976387,0.3334221137002351,-0.6644473453677577,-0.11045967564104361,-0.42351054439922914,-1.0552166185621437,-0.4951140561288275,0.4511917810701936,0.24097625106214174],[-1.6992882435921592,-0.17944810391130572,0.7671203402579393,0.6026344351300207,-0.16360849929626015,-1.849940358636051,-0.5640820583683599,-1.953839843027125,-0.10825803458293293,-2.0793062212007563,-2.9174426061080783,0.40209644769968544,-0.7511329722636868,-0.01795276605108408,-0.5997662878741387,-0.4142503255682643,0.5126372964223442,0.8730785292573693,0.6476931841945867,0.03966280564228197,-2.1207104803637264,-1.4467131314583186,-0.22052540820360084,1.0812919521535485,0.2611700877405523,0.08148064553308916,-0.6209226912870012,-2.651529473471672,-0.38104824499615425,-0.10531775689134035,-2.350073902243208,-0.5658914726183578,-1.253963606002688,0.0757960631396733,0.43022762209349225,-0.9097172381428875,-0.8393682830543098,0.4773842179153201,0.7959710395977619,-0.38057813958670883,0.7840927004467042,0.8450187840557861,-0.9472095307536068,0.568584307757589,0.9539765488770181,0.44142924829450964,0.7627745081029439,0.48354601438472705,0.2890308966737654,-0.7853562188985882],[0.9666143172458173,-0.27537163215592353,0.821164341725995,0.09780775922782375,-0.5036282685016928,0.6451583802837518,-0.8015633393506392,0.3423587496198028,-0.39337890677749465,0.7283879072572356,1.3130564986751658,0.0436029427315674,0.9519056132439245,-0.8425176446168989,0.4034618635616172,-0.9005382398289121,0.3744614772093657,-2.8609039638329796,-0.04849556654988931,0.3744081736400344,-0.7449201600305579,0.9996961694257098,-1.4661059496442512,-0.12824984390150068,0.7134724906230445,-0.30782471314068355,-0.2514296833039517,0.3496639301295547,-0.30218263198354356,-0.16376306563689552,-0.5958428150141429,0.3294984678362668,0.28362957071764405,0.287547452561643,-1.1257461494086503,1.1802070520703387,-1.5528690654481727,0.5493856993264148,-2.186076966780894,-1.2325905787738833,-0.7065039083717458,-0.5924056044926564,0.33579179235333856,0.1959032379648778,0.7036415639725008,0.6574547749589137,-0.3388856732389082,0.9985403357333738,-0.2824221974749697,0.4331175545359716],[-0.0067446048533379216,0.2743984494985687,-1.2383045293831902,-0.7354369132312625,-0.3015284776958595,-0.18738019361957564,-0.9346894226076604,0.9740388714880078,-0.17969099177848516,-0.2810472255283915,0.4060770415637595,0.25586960632501543,0.308580297950477,-0.5979076975248627,-0.8509985960123143,-2.2116553477967686,-1.146393123884237,-0.693740832067853,-1.1641697073298374,-0.93997696839165,-0.10973271581079387,-0.3262263560038116,-2.5073099114669946,0.6438152625265484,-0.27315431723716527,0.7973640139243189,0.3632727216461424,-0.17037956228650888,-0.1341720905176418,0.8747990002958902,-0.9165813492011594,0.766440296639467,0.8299712715945459,-0.7069584192022368,0.6171767774773734,-0.5433937260025701,-0.8601300317830523,-0.3665779337567615,-0.32073324666149927,-2.7635288615173166,0.4462952621710696,-0.6913775607269822,-0.16408028409564002,0.6961572517382821,0.367778174606074,-1.488115617737577,0.024947932939573873,0.5914662047331675,0.4530993005107309,0.7152304302447542],[-0.4378514790140953,-0.05659389275700042,0.17356190768800067,-0.030221689173519566,-0.3538108446357421,-0.24858510643849385,0.8235478495343052,-1.8593787976051652,-1.7816677089378004,0.09737512944772614,-0.28473107948202475,-1.8128051842275408,-2.1985292131574363,0.26535055324666507,-1.1954110314561064,-0.40138957275987724,-1.838044243839657,-2.6604363509472164,-1.5611628036599343,-1.1353693144372266,0.46277791150800074,-0.4567877555078024,0.2456725189833339,-0.8488297651925883,-0.21193456409134623,0.6666931362788145,0.5092568900577881,-0.1797590937393784,-0.24011771405478607,-0.5573068866620898,-0.03532804890508893,0.1894878324160407,0.2702357848124768,0.8000641856229247,-0.2813210854341821,-0.7701328368449443,0.3286676005222411,-1.4187436952062868,0.5141307381722354,1.1628346658256348,0.4953483598917853,-0.6304739928242817,0.9875253568605412,-0.45670496280390305,0.8072126802368036,-1.8810154187589605,-0.3189389886267262,-0.14949717509734695,0.22872540998765453,0.08100655055108778],[-0.654102961173579,-1.7632333398755364,-0.9351607107853337,0.7938534749069867,-0.9826665068853968,0.20164302998947944,-0.27142709389322534,0.5354251471650641,-0.19087820641993353,-2.4461234465931163,0.24359828733469058,-0.25470460381612464,-0.13952579816037702,0.7737243453457022,-0.616201345042812,-1.3972031027731489,-0.08961449861247386,-0.21761137211495943,0.4057441471240941,0.4713038396253679,0.5253513265203855,-0.6383452544373616,-2.7683313064442236,1.3853586310507162,-1.0930058037265231,0.849906776911246,0.30184213668746257,0.04786527149114466,-0.33623891728823985,0.47437241318717815,0.16920678159178704,0.08263430350461516,0.4195845131998386,-1.107281507034252,-0.11762411973176687,0.1859561487375523,0.009559883965398402,0.8048477028018906,0.643812011956232,-1.0456686940108448,-0.13792628930256284,0.6856584959735761,-0.112905284442131,0.6984451379616179,0.3239398255353508,-1.0585334525271008,0.9019619035280158,0.6524932084241937,-1.3274064115337776,-0.363546338992074],[1.2067011667676832,-2.025275329027408,-1.3295241198615564,0.27222245114814236,-0.7505735950806731,0.5778343232667841,-1.1992764347693332,0.7791937666827401,-1.9994779708379677,-0.4249533407827985,0.4159720839416518,-0.08852543447212916,-0.8019762567410534,-0.3068497027939171,-0.6550262069404988,-1.2512403015267513,0.9501915211845522,-0.10548873334522149,1.0477805357051875,0.4588613711988123,-1.8472715143443101,-1.0803419727856431,-3.315729197101577,-0.19425045809159333,0.34933102836696717,0.632782453552144,1.3615970727433901,0.5555039712540367,1.1168282684160105,0.7867205741033814,-0.39022540455064114,-1.7128060841679504,-0.16928775685553196,-1.3695765676071123,-0.32714914211365775,0.43350682851320216,0.11416401128063068,-0.4840343026984602,-0.6745963490678901,0.8325655064032844,-0.7421110132701719,-0.1890563183479073,-0.35849723497893393,-0.46042822913384585,-1.3438638946572807,-2.3856274676180957,0.8847173321445239,0.9503859616959364,-0.18149336900899435,-2.7194762149613334],[-0.3714409803788424,-0.4050156519855702,0.628336752959909,0.7028523082167006,-0.7149779231889795,-0.43850821331967005,0.1192585162723489,-0.7353067119174421,0.526592296547354,0.6605868936912859,-0.9927290393248773,-0.4957336037363945,-0.43264583153381714,-0.13301656013676647,-1.2006224557421492,-2.1667433640191205,1.0075586839090622,-1.6679153037807835,-0.26728700506070596,0.19222953621645636,-0.10387818340567659,-0.3898063056080763,-0.1306951939203133,0.23463245653319076,-0.426556780684586,-0.396846621544216,-0.46614491466944113,-1.8186818631579915,0.5169410151303167,0.15121056673086422,-0.05263819696064187,0.10287180802799847,0.2619653714147862,0.826509375380439,-0.9996900607573682,-0.25340328148538327,-0.14471863573873256,-0.0317705045764249,-0.6375238570866884,-0.6844233063304201,-0.2734167161660533,-0.06648786057791439,0.9189526211707243,-0.05711541041538109,-0.6176539931668984,-0.4841111558727521,0.7198866096513982,0.3787719281126591,-0.26380565923758853,-1.3469513394022907],[1.345706105261448,-2.5356387805013907,1.022305614404175,-0.5250796477265005,-2.9169603107307442,-1.0366137767645007,0.46876357328811763,-0.07846318596141738,-0.4035564700310052,-1.0040055423973715,0.3135525278678876,0.14324769425364237,0.27194281176431634,1.0343006323361457,-1.1990664094436119,-2.7819039295025143,0.8986421354853675,-1.4741763468161533,-0.008140648965053133,-0.39220499593290126,0.3289870508358784,-1.3542109879544812,0.5803672076560915,-2.469096779417572,0.6534932738938105,-1.6385822506179002,-0.7668352238942636,-1.9055742660766293,1.5421357112034404,0.7032503022821743,1.0588376584789543,1.1288922034902942,0.8729280759417344,0.667361765383224,-2.879327383962113,0.294126042306827,-0.20128064205489232,0.42133739974617973,0.6142447270989329,-0.5487035572894597,-0.1237543584187099,0.6672625252923973,0.6837161088575152,0.8413555441738693,0.2490972100049892,-1.1799831573071466,-0.2653168838832319,0.08375213905822902,0.3235598884937875,-1.5264428286875276]],[[-0.867525056595192,0.2766359603220029,0.013807084002736747,0.5446499182177809,0.8722531995854592,0.31212152389209996,0.1687303974654679,-0.8031184124481164,-0.08918651201060976,-0.7309086881053145,-0.8427267026845643,0.09079050817783943,0.4367811222815429,-0.8987794637302855,-0.8127923824652806,-0.4894223530946108,0.720983936486396,0.4064449122740173,-0.6808167275811217,0.10486045267924704,-0.41415499155728575,-0.25342841265401744,-0.024713727568777162,-0.7603169992504615,-0.7917823348044126,-0.7755281967183638,-0.9720157586816203,-0.7232501299339851,-0.16902332988215474,-0.2548291892305228,0.09295997149672382,0.6204806844763302,-0.3625225199705471],[-0.7022074003548884,-0.6361936985983517,-0.0747627406570028,-0.9932661248544186,-0.7772175513852916,-0.6310188141854745,0.3377976568417935,0.4780851341044964,0.8699646831706579,-0.28540437695128457,-0.561973494289135,-0.7061218883794256,-0.4245807640224294,0.10177987342968983,1.485292005167074,-0.1812756529530419,-0.17667420266417952,-0.3798283943812289,0.37335370436734455,0.17692648385840892,-0.6293914502122132,-0.13701567086654878,0.21681251270098634,-0.29531420167408445,0.4037133045380941,-0.08526462184609385,0.8874243694281463,-0.8935184073583394,-0.6401670409895155,-0.07922333184987251,-0.24511032385242057,0.6602635411318373,0.3302064009372264],[0.4435406023427424,-0.7192015973851865,0.10479896142641554,-0.07222762943824967,-0.3544152520066506,-0.1476652957494612,0.572717238046331,0.8484082303644171,-0.37837966049142574,-0.9656363476276264,-1.0220838605593232,-0.3557516241006129,0.75367758866812,-0.1994532747396871,0.897834911544625,0.5272041148782561,-0.2061638095242412,-0.33250124240270656,0.6295622325745398,0.23647182829538155,-0.47344505044940144,-0.2283450589659981,-0.035398465784920806,0.6734151679947826,0.8606089221660438,-0.9778338933097437,0.3717643180976916,-0.6820599623512598,-0.7859860632019818,-0.9983777346465331,0.2634819030699855,0.46903661291457976,0.5001009257549783],[-0.43516234286864863,0.5165736752609731,-0.9587348605268226,-0.7280833829353227,0.042922202429718614,0.366187657797501,-0.34680826792632197,-0.28549875244423206,-0.6226539544990377,-0.9843101732243082,-0.9913118068369245,-0.050923683118259386,0.6651360065792411,-0.8106402473056454,1.1411126438745514,-0.22228143524550698,0.3028481169434688,0.5886955336593422,-0.8111482305755979,-0.7824417680139636,0.5044273010714815,0.6612297997954594,0.19862409209979592,0.8604293527068563,-0.7658918644788474,-0.061641182484081555,0.19131965690911437,-0.4161795054364709,0.9468651692614578,-0.6237877936132405,-0.1574494762880766,0.5216018309830461,0.10390951319250795],[-0.21476096412169607,0.9372632265047313,-0.5756343829511058,0.42325990835770066,-0.8691390250761015,-0.8231489773645211,0.7081220498926669,-0.375352625494015,-0.8490281212552925,-0.5738761481866462,-0.6131660912761046,0.3538680333921961,-0.8976082210340807,0.5200967434310131,0.5520223516088245,-0.2012695301226074,0.8038256205335982,-0.116734005100708,0.09578661076537574,-0.4844601619874887,-0.12224285652645163,-0.09775177834934624,0.4496921742769202,0.05088417724550605,-0.11685997709270966,0.737549652760866,-0.04232874163543668,-0.5371130195228686,-0.11792746664742544,0.4213965835917426,0.8982758250285728,-0.2517003547257494,0.13016553127179567],[-0.13167283422550616,0.12462255084568682,-0.7462754501377328,0.9507299576468723,0.48616471539848743,0.43697075579884054,0.5723472021484125,-0.6941793379729103,-0.6771821633915849,-0.9725713056783685,-0.058593598094135814,0.5378393137501571,-0.20865446840570656,0.6505931100860617,-0.9425698611371468,-0.827881965650868,0.2914730916514167,0.3782002376979988,-0.6944775043250595,-1.0132888311460633,-0.7840420993976865,0.6545626763593562,0.2315002856787834,-0.5454396558056206,0.566158575161693,0.14663143038654738,-0.6342912395903115,0.8512344531889102,0.9202920699244225,-0.16324988117370595,0.17754195305777612,0.48954791397025915,0.747091677774251],[-0.20090594185565386,0.7041304398230819,-0.10628414130266192,0.6252438621290854,-0.42491503814746645,-0.44752707350649074,-0.13402375865184266,-0.6634955171091859,0.5683670872038281,0.24613679852810516,0.1360989782598715,-0.33721612299002046,-0.8961703220034594,0.8739028435134248,0.010224050852201612,-0.15284653801556572,-0.342453596629693,0.43939728556640767,0.42695393689811717,-0.20699348067107873,0.9015015764680924,0.6805308940109003,-0.984094155610786,-0.5112647397210078,0.10199522436880729,-0.5335762863538126,0.17004620762294198,-0.21006761797141132,-0.6479661608351194,0.3513716674737196,0.5794743872941727,-0.8558765687086018,0.05365723783713227],[-0.02041798727166951,0.5266700105209259,-0.9398617463079,-0.5896231572098749,-0.23085023210497477,-0.9579791850734614,-0.39777032691163755,-0.8323873685787369,-0.48216124492388096,-0.43449911917758793,-0.8164566690575765,-0.00068284096452908,0.3795350591047174,0.9606378693885742,0.48999569123418274,0.7010566275695062,0.4484660923923786,-0.5479474423737165,-0.34708607460937446,0.6809663397594088,-0.9282645974301655,-0.9332720400407208,0.36913430820464965,0.820782107486668,0.8820186614737001,-0.21125774204686415,-0.2488078974927405,0.23131595335063357,0.7863545303814071,-0.6477754721658424,0.6911462647406097,0.8416331620225198,0.9647203267898986],[-0.9204503926272054,-0.4582850361881712,0.28718886936711796,-0.5834305770560281,0.5509661014976941,-0.8083456470109005,0.016468420233462597,-0.4671253591367458,0.8558240763646283,-0.7790077513302104,0.03541747817349326,-0.14194571980895393,0.47674952328205256,0.18519690371193648,0.7200679660872726,1.783113085239381,-0.284877797751245,-0.07921129118795667,-0.38097660201971056,0.5684737041294083,0.7069461921293282,-0.44053247893288566,-0.8913790699378882,0.7283431502878444,-0.09847546848686943,-0.28892566086071214,0.8936473215909324,0.485901367216264,-0.424492467420395,0.6848461076292793,-0.08118590871864242,-0.45482544535324426,-0.3985262487926242],[-0.2350557091950495,-0.11886238682815373,0.7499553803933239,0.32826054816406763,-0.4925758643724647,0.851731871201224,0.7791847428802382,0.2812340208527215,0.28536312942146386,-0.18919475026390878,-0.9398783167114222,-0.23201038609065508,-0.5898059750966743,-0.35881527488376147,-0.9128147774838593,1.5333269948894404,0.8720878771660937,0.313604508033623,0.28937132945138805,-0.9554593552032447,0.5777780620586527,0.07464574812314041,0.8967898341693852,0.5413417617549774,0.7281868357468574,-0.4988677708941729,-0.8506339033034511,0.8904445933405101,-0.9421183633591548,0.6995526498475996,0.6236206279898067,0.3101165992559203,0.13370256963414007],[-0.42884866436440217,-0.9328761982696039,0.5129800649994206,1.0669739547841441,0.015069094582396648,0.22027511510095252,0.6908304373283178,-0.8344697176230595,-0.3932417489824195,-0.017403735907488716,-0.4268280092150971,0.20996231663130144,-0.7997149052588969,0.16824088280950245,-0.5586853613796878,0.7000159125813313,-0.22461057190180062,0.4134391543754268,-0.15632484414992076,0.217530949336205,-0.3734754487882487,-0.9822263062517148,0.29436705479324426,-0.9701781409792558,0.7301735661261747,-0.5733409100278356,0.44656957512427503,0.8143208384950222,0.20662691794677301,0.8262328346503086,0.7224758663602413,0.6489058133530962,0.3971741157986632],[0.32718034529697165,-0.643847842756021,0.7630594041321527,1.2221186004193256,-0.8896713302508595,0.019798122172105765,-0.5940561380517683,-0.24301622404056505,0.7506021754211173,-0.06367363241220356,0.06392731518352929,0.37315532711531824,-0.517097084620501,0.5930758014389804,-0.8377091957177363,-1.0329172944197622,0.23104548024776372,0.09322518868258457,-0.20390059296715674,0.8317524799480468,-1.0076148405567589,-0.9229864535229783,0.07210981670305562,0.5964378357683433,-0.3894936022805678,0.32332200630624297,-0.6168537985637466,0.9314829374871201,-0.671049589041856,-0.4560283636247428,-0.8462701283703676,-0.060479974161998885,-0.23659026192920274],[-0.06200934269173131,0.9413169004526978,-0.45768184088414693,1.1827640982777365,0.0959619508595762,-0.5079703288539199,0.14086578484661005,-0.7108143556723553,0.6380133699077258,-0.6228763962342392,-0.7575864513667531,0.8447105712579102,0.3779082019392,-0.2170786539097468,-0.7585892407482618,0.8960826881969189,0.4913760798589683,-0.9907768444031092,0.9401944236376932,0.7774827777719671,0.7121413430874135,-0.1561332570250606,0.9493122173617,-0.4606675023797395,0.7966544293631236,-0.013314701521793572,-0.9666403828731576,0.679517726179573,-0.777533186398629,0.3689559751514956,-0.25753754549953256,-0.14557316752485552,0.19974941624764458],[0.713346423909453,0.7403063681551034,-0.6161671988540679,-0.7294217882585394,0.7102095043278538,-0.8707203884290637,-0.18550645905608956,0.21270753747826585,-0.5427101883565536,0.5857608666820612,1.6955897841112317,0.5187537381038189,-0.947288700101142,-0.20262898386111655,-0.28051157807486593,-0.33139791161857496,0.5957932939685229,0.33772387785731667,0.47805863317301,0.12676993491284724,-0.14872498638095014,-0.938600572989678,-0.7292279106557122,-0.3325963405065805,-0.4779900844264189,0.17457725541603633,0.797714223433637,0.49035022629020664,-0.6275879259466624,-0.6558981607057548,0.2948662489941937,-0.1978031161252952,-0.8336475124285597],[-0.37381197412107997,0.3309553780157846,-0.974767007450831,-0.1844698699697185,-0.4246984776610077,-1.031933988711861,-0.003184899024761493,-1.0107250359564424,0.7962091603839551,-0.7561357269235456,1.9728363272853873,-0.08001356393081382,-0.7301582691194883,0.6996648070257272,-0.625620148036442,0.7854705435641353,-0.884655785441833,-0.2637622270734951,-0.9065233242136956,0.17656314757389813,0.928890648952835,0.26020304611986494,-0.952977144295737,0.01057741238785111,-0.2903177645792591,-0.5777017022862706,0.8877280498476277,0.010821547602486043,0.6846880240888935,-0.31005727678517214,-0.34376499668366045,-0.4779587363011548,-1.179319875692049],[0.28728128405199366,0.360463617856236,-0.47721434183862615,-1.0045328007655259,-0.769941894115951,0.9494554256829945,-0.5765332255525658,-0.9453433965142655,-0.9808529952132142,0.16105719152903142,1.6589651478842995,-0.9511363473700369,-0.7824532004897949,-0.47223695473775085,-0.008665605159485976,-0.8164664587324558,0.5372729687242161,0.20164138646213275,0.9188000337423232,0.19318594686796592,-0.7910473827496383,0.5419886697376846,-0.44931564977143745,0.46307097261892655,0.15770297622159218,0.9195882518706808,0.6222087771459948,0.3328845101023641,0.8001714295725624,0.7199061270938101,-0.5838449847553926,-0.6268694443498476,0.10356372724150649],[0.15263937340300993,-0.957737873698561,0.6596142666180659,-0.19507099581580664,-0.08618174024960193,0.5688128625872256,0.8037284427667298,0.2132779954008296,0.4995623802272097,-0.7213332230932654,0.9485017177650941,0.7154487690147575,-0.24073396987032422,-0.556739969978626,-0.23776915661670311,0.5172025514930945,0.8507080333781544,-0.5762104327559004,-0.7174603872574692,-0.025259589015134098,-0.11155243233933076,0.2771997373287215,0.6242813296480444,0.16277205914079942,-0.022855752855546942,-0.4691594878283948,-0.6824970238533159,-0.6994768233305746,-0.11830168087795323,0.10711868441014377,0.022890374139583954,0.5921803151728195,-0.15629206596254866],[0.3844532128818127,-0.614666206330805,0.6456587266740381,-0.6581676366535849,-0.40690682772242964,-0.06239017184968877,0.21988245434278794,0.17899182261629776,-1.0119153751025542,0.2165722843162886,0.2261526677014808,0.3895570687341461,0.8137844150212201,0.09527845508621081,0.42768699220656514,0.8327909104151793,-0.5263865141744422,-0.8669990256000966,0.8810182047094776,-0.061904167785468325,0.9063952998098306,-0.06826668816053327,0.07710912574952795,-0.22131595751879063,0.2037352770546527,-0.9773209909608567,0.2947134618052449,0.5904223137815656,-0.44662088859374227,0.9296952806375689,-0.21397169685890616,-0.9386942565914094,0.4317144434560001],[0.34557865435883495,0.7178823076154383,0.04663629098266045,0.3711920646512447,-0.017286142377395328,-0.873246484062467,-0.02834025851217105,-0.7688078507861296,-0.1696454184248858,0.81190046623028,0.27615337732967316,0.9713327579141321,-1.0489356885040257,0.14243150508561184,-0.25304017291910275,-0.24902031223254772,0.9048701687379053,-0.4884043035720307,-0.6106711712303244,0.7771099880439002,0.3889000249842813,0.21490149007668732,0.5612472443660014,-0.34533234572796023,-0.005531946062638492,-0.6902186619188904,0.6793428486309283,0.0857925507433509,0.7426869796941963,-0.6293650314757998,0.4828128303483743,0.6308224811009862,0.13620766410262047],[-0.6095784400383715,0.20542244704278725,-0.48609913776102187,-0.9063254364013237,0.4384256838388296,-0.8195085028216449,0.6114660074794103,-1.0239861426408003,-0.6586822930353977,-0.8885244644401676,0.4971464629106277,1.5368453803541762,-0.1620091323083093,-0.6199537213772256,0.4668554836710564,0.3749496203163629,0.04262859412946989,-0.997331054995584,0.3593910176302506,-0.46118797078015467,-0.0696520189919756,-0.5604746431732707,-0.6299722012717766,-0.05544676410811842,-0.6480054379799329,0.8808305279495674,-0.6598396085973869,0.924388811139893,-0.24388086935840375,-0.10372895078702676,-0.21963522147220624,-0.3295834581873371,-0.1199923579506316],[0.022619425075289402,-0.74756719870777,0.6200997983658078,-0.3360533857023992,0.760048582486263,0.6584165828026,-0.9679526912254146,0.055000609520771813,0.4573752225757339,-0.9431542527604119,-0.2838654898499777,0.03764575427534126,0.4734624361422174,-0.4505760764951691,-0.1536247696374015,-0.7139971667364317,0.3529590895663584,-0.6882958757257551,0.33567260064921595,0.8657122121761892,0.7794656222735462,-0.9262529331835136,-0.12782237710974398,-0.6797507696746363,-0.42077372184132006,0.2722672470668143,-0.16033098769887758,-0.38267101850869395,0.4110912768456338,-0.45833997563244694,0.5377153192975735,0.7782665545881416,0.8401732773000301],[-0.6545877597433262,0.7913847693740497,0.044128298955880864,0.3933662518338413,-0.797312396259957,0.4144084389220496,-0.8550091195730991,0.21382576894000854,0.4310510656045471,0.738056126701765,0.06640310760848873,1.500371408128118,0.9368634840230324,-0.7299760173410506,0.759873104954706,-0.08531336966401622,0.6064805044073458,0.5005125619176415,0.08521011156311446,-0.5798094567407384,-0.6771063275594525,-0.5538562069890026,-0.1016083469997849,0.016717063335543937,0.6369865774562542,0.3540955674694307,0.5775971904350512,-0.912768659792706,0.9484156433299454,-0.6745078261350368,0.6320013379768934,-0.4296019309562688,-0.036798752121858305],[-0.9453553105535658,-0.0607132072502445,0.05346330299718468,0.3938135706905567,-0.3799532762337821,0.324090894536552,0.8564750880478077,0.43968235968416836,-0.8151852201492246,0.1863718376174425,-0.8023248536929989,0.1304544093471833,-0.762433145437861,0.3288016440240772,0.9508536012708645,0.4373110219037703,0.49593909175703954,0.8717518006521567,-0.534769751994,0.6502643963991334,0.6982009864202465,-0.5085340638360063,-0.7437223264151275,0.020909900156514043,0.17735461612066472,-0.6935062835466356,0.1160781950696215,0.819023006917017,-0.9290269936213867,0.7689198671336428,-0.7896852294505428,0.15756432395353293,0.570926383096406],[0.524366338129054,0.3660892052116273,0.3849293377778807,-0.9119266243844605,-0.40967394299272025,-0.34022871414515066,1.7857776915375967,0.00816034821224769,0.034196279158697794,-0.30417719907961094,0.29134821918032733,0.12466738086373184,0.11207471341181395,0.08002576576308298,0.10765688718356167,-0.2902855560660838,-0.9775008438470186,0.510573265394312,-0.3260443855831812,0.2245436192849402,-0.6150650550614772,-0.3927640081027774,-0.34225119290802614,0.9171184533680337,0.7764315627091265,-0.5984008391075551,0.6369421654658352,-0.9868918552106826,0.36724723702183715,0.5142666345075061,-0.05995413979429758,-0.15218734714906668,0.44749048829039456],[0.36872467083737787,0.6536131022275539,-0.10605440557299894,0.8058256132666529,0.37369596924189047,-0.10255834969779677,1.5761441866888821,-0.7487768032455367,0.04472996966303333,-1.0129525815609295,0.20391630895443782,0.2259027068601222,-0.47268225903142325,0.7169599866373156,0.3176660083200201,-0.1649119482250263,-0.10340371834023995,-0.8795387928643549,-0.1101365865717218,-0.13888764247498853,0.6196224650312386,-0.5818746376182639,0.7642430222542765,0.9453282902181823,-0.7356977043126343,-0.9990632722108862,-0.13837118532190718,0.32122971479480794,0.8374241039052459,0.5422495703200626,-0.15680132177250644,0.06060077949156291,-0.987429577988403],[-0.166516980868281,0.4990167074755246,-0.6294367834612801,-0.2122862711289938,-1.034795617760287,0.5825401694106211,-0.8021731224028902,-0.5673082113013529,0.22803372861553936,-0.2769700916048954,-0.9344907362929662,0.8184312783192462,0.3646882827387005,0.5582855131526477,-0.5195618929565428,0.3427713869054803,0.638021788491653,-0.25391892301107777,0.2691669562561591,0.856328544045731,-0.3429480162093883,-0.6293895620334752,0.8549216407520893,0.8053284229216213,-0.04837324374923487,0.8827422577125357,-0.02785314909388743,0.40603307286594065,-0.31383436346647653,0.36251181717066994,0.3817643136714621,0.6561707344160221,-0.5253888959511692],[0.31229202094094616,0.686682600662558,-0.21306481991383552,0.4166783136856508,-0.5676979382180666,-0.2756120293579877,0.5416413587532425,0.3587237446858146,0.2656382385825574,0.6975023038437741,0.47906770083790173,0.013020135302318561,0.33024282602979693,0.0818147042320885,-0.13845130533143338,-0.6764116430203738,-0.3251102136940893,-0.5697958702849986,-0.9714716825288752,-0.6036543472272357,0.3521980331639701,0.7843827039774706,0.47881522435232315,0.8276699793289702,0.6419069909984384,0.5289951208049779,0.7239794561595059,-0.8098157570164652,-0.045643551242058183,-0.8031571056095349,-0.771986785674965,-0.8197257596788454,-0.7393457410703589],[-0.3016744380928528,1.1957384748504776,0.7859427846947166,-0.23571547024727485,-0.2629757058022724,0.08692110029212982,0.43974140325938144,0.15237143722518756,0.7608936151595372,-0.9380741125014225,-0.7428675456853064,0.12454064769615426,-0.3622618746777426,-0.809345581976489,0.0936124446921592,0.5971169460244565,0.3078335928020787,-0.12382191443406367,-0.8830942924686007,0.2897822605794261,-0.28968312176371624,-0.8586826270908388,0.3377729660552822,0.30208130587638093,-0.7763496694559667,0.5389641198760841,-0.2824766457150796,0.49672406872938435,-0.18563386544543312,-0.18203790348031035,0.9123446700739032,0.5922024360380129,-0.0032777758699496277],[-1.019075608747995,-0.030228032906922296,-0.7648369761560836,0.19738364549877166,-0.4695119319612153,0.37672154903869376,-0.0663503347223185,-0.4768878336739026,-0.017086653238154087,-0.2755905763325202,0.6397290988166138,-0.056343606268301955,0.7774723511986851,-0.6854720660939608,0.48734706493552665,0.6885337681947156,0.41292781207880125,-0.48475521348121164,0.07930639583200055,-0.5750756198479744,-0.326940614935538,-0.819097550511226,0.6314513533269933,0.4288599340495247,0.5991081530621788,0.658162686566547,0.5166328002663466,0.8171728535391588,0.7169224070117862,-0.6568232210312319,0.6195599527658141,0.7290928955490943,2.086880063290689],[0.20214877243011178,0.36043029297344825,-0.8278604165015706,-0.5756262807187242,0.12244794708053434,-0.006611379718345625,0.11263295639356259,0.4655968781059217,0.09733613319128474,-0.7062689884293054,0.2882122999364617,-0.28883973325783774,-0.13481573222052182,0.506061070727501,0.3635859021744962,-1.0023113079142267,0.4377336327892044,0.5802290393367285,-0.48122655628034583,0.4101025961261794,-0.16439796364810885,0.6934552648291941,0.282255314588563,-0.06780116490537778,-0.6459902117183038,-0.7653123121178935,0.13199108749732272,0.4361443298130657,-0.5748525966679785,0.36403027638246965,0.7008905045532337,0.7504585493245505,1.8931340876533378],[0.6848681953197733,0.4476578327775479,-0.37366663682707846,0.5898443131015975,-0.4105343111327482,0.6458206727678171,-0.868364677704735,-0.44568103258124325,0.29020799739652764,-0.22907474516985263,0.0898095623120172,-0.9600307259197086,-0.536996517191205,0.5385454133671507,0.06712986752556224,0.11832600117320567,0.43441636685467744,0.3128955657204719,2.472156686572382,0.35557256469479503,0.9444692550471055,0.8961695901210498,0.8047026457641462,-0.7864717361673552,0.41137243653175,-0.05115307541651018,-0.2353418630964656,-0.24601240128114119,0.5425064582075722,0.025285721938934275,-0.4494771935003931,-0.7210546174630914,-0.2705296936427973],[-0.05806824752864263,0.15181939386484802,-0.09815337215200294,-0.7219105721334153,0.8189519448235324,-0.2643176519143117,-0.6987160507773544,-0.13819498283515358,0.7836445457342156,-0.05232730721628599,-0.908310448230546,-0.6912665772328446,0.2828707940198697,-0.7074077523987465,-0.710314841953295,-0.886720787754353,0.32331284320096204,-0.23901832003305554,2.190614073460443,-0.8531396532992515,-0.40139112659251475,0.5994573532913976,-0.25718591278480446,-0.14754077897020682,-0.7122332486877938,-0.8430816430525534,-0.7329956376300016,0.6376599874728968,0.8880610456517709,-1.0992764838370972,-1.0053616472938254,-0.661598560451545,-0.07722404253011986],[-0.3471577057532834,-0.5587628603016318,0.9572828745777717,-0.44543537694715285,0.8965854002114653,-0.28684222377874263,-0.16951193158504177,-0.6040362801418527,0.8721619632338428,0.7844894851339502,-0.039574103514237305,0.7418755639124739,-0.9900181814557365,-1.0294111586626733,-0.7233725149474703,-0.14000737734849455,0.1935442698093598,0.6248066960229587,-0.9863673886118756,-0.6757801400498656,0.26766098140698585,-0.5958142742443653,-0.9869581876102771,0.2582345622793273,0.8022678804820664,0.23933787889696806,0.9055074764202482,0.5237438074024521,-0.33620067954458277,0.7853322241073348,0.9895305853414664,-0.9764308994707961,0.18617459613955337],[-0.7450234986718081,0.32057220676520953,-0.027073548150711765,-0.6459611668666384,-0.4501906176001466,-1.0059702059293896,-0.19604542393188215,-0.864227341865718,0.714148541187568,0.8042211294890672,-0.005483827248099292,-0.0792948768515479,-0.09835637272808195,0.2078536056385433,-0.013752491177816883,-0.2477394979139607,-0.5312669940212028,0.4487424201111729,-0.24998930296584854,-0.4908204491891283,0.8852973043863954,0.4680919001430889,-0.20923216957672053,-0.8465050679455821,0.6593407001783436,0.9258820811737095,0.3719638375949331,-0.7069971252734816,-0.9349946456608189,-0.49843077910821004,1.1339352391882151,0.7544165191286999,0.11546042802730898],[0.1943648891879945,0.3619510192417792,0.6092235761543304,-0.13367485837006957,0.8324886415641007,0.31349578007328055,0.09021186253716411,0.09170028047400697,-0.7046723445827596,0.028480663209719332,-0.47929626771573947,0.16029824025947678,-0.4897078058051443,0.5746146284308855,-0.19030607738586786,0.2627065528746804,-0.8198568130708601,-0.793790860497386,0.2780151968830804,0.4381051611951426,-0.7119679316004639,-0.11725543574568915,0.42588063803930304,-0.14846874281391806,0.5217289343364807,0.49821488119273616,-0.07953877333802313,-0.1925636928552151,0.9469344910848315,0.22436355816450063,0.6691193033547729,0.7487492585613064,-0.16629199530383454],[-0.4370379567831607,-0.08906411527834285,0.4099906321606619,0.2730971489088882,0.884304421307879,-0.2672905659971416,-0.4315205102220814,-0.44911894088231047,0.13453208522686844,0.8714427567108759,0.8789628880186936,0.46763433199117915,1.811704898937775,-0.876497567895976,0.5111239325086236,0.16641940950862066,0.5377719846953543,-0.6538028330938668,0.07011071319502171,0.7976791300506832,-0.603114747901369,-0.2830134868679507,0.45768265912402706,-0.6308058758819738,-0.6226223000845535,0.3544615032137534,-0.9627287471063455,0.5724840646143994,0.21619032825920792,0.31323872206071235,-0.6308588664788527,0.24863837569246902,-0.4746275178078869],[-0.844670876112447,-0.5099361781544234,0.839624528865674,-0.703149596559668,-0.9733639235828023,-0.15788157203176145,0.2634953479628222,0.3186639809726173,0.5760934717090828,0.8941041741010654,0.8132094489736436,-0.6054754289635471,1.2165893965278411,0.9193032544207205,0.1676979706550476,-0.8601665131607075,-0.9713971687547094,-0.9878072806816662,-0.11101585615448878,-0.05412092732410688,0.28363911422800536,-0.32445632637602734,-0.7936884213111106,0.08804684259076741,-0.4494543581223228,0.45235729010528347,0.6493395546062676,-0.6488732014464865,0.19925591164659512,-0.3571578191419715,-0.2787058239885493,-0.9583439576597226,0.25679771412401764],[0.08804081247336382,-0.03265801879420566,0.2164664342648513,-0.5225325619637526,-0.2724071643508412,-0.0957386846677896,0.36204743666559913,-0.14821269762447933,0.345606832275757,0.6247108058245783,-0.07462255708101578,0.8490768390634069,2.243840272314111,0.5757458925993286,-0.7499260720659602,0.6112011447983303,0.7597980023653693,-0.4718269151882293,-0.4744121774946495,0.3291584777946625,-0.2419569283010593,0.2950343835252859,0.7508769809680856,0.36186750983415666,0.48328893002183504,-0.6481566736706136,-0.9333761833497817,-0.6540310453402172,-0.10612279641584031,0.948741888503085,0.7398845495805354,-0.3341409079371783,0.5066745604226959],[0.3436772314537529,-0.33342386251024525,0.5771396964856661,-0.6532200928573509,-0.2123366907156893,0.5070000153961324,-0.886739794287578,0.7355645134277545,0.6402199104102069,-0.39018589251691116,-0.745074176105277,0.4318944533028775,1.3518097100164297,0.5925064767920585,-1.0290261961700236,0.8217044727673729,0.26726453884836215,0.06715337960725935,-0.5402895361921956,0.33378781051386985,0.17274944699854505,-1.1290403779833533,0.6763534552346953,-0.9120886866583687,0.4133725014529194,-0.04131128949931149,0.903818690500305,-0.3725675028469597,0.7188563501346001,0.35890155337938207,-0.6965729296212528,0.13497898177075174,-0.8995737373248796],[0.23421665199126976,0.008552959307427888,0.7073201948018876,0.0962297124287157,-0.8413634725945697,-0.43344087218249766,0.23855092330747069,-0.10098338035346165,1.0331960213159912,0.4795868217498017,-0.25444494045143917,-0.08338801177324925,-0.9147747210535369,-0.8491745114371254,-0.3903710475379347,0.37069247166995106,-0.6777467906898302,-0.9848612207804727,-0.5964340715314179,-0.6891035674051456,0.566766572561153,-0.19759222443836483,-0.8738138820369493,0.5592795250060479,-0.9558578359776386,0.16180408913060548,0.046536928184185415,-0.3135037786266183,0.12472270621732896,-0.7200797343031784,0.23240935566383675,0.7299038700350486,0.3253459139224809],[1.2740969488518439,-0.463652480971876,0.3040730555893348,-0.40312474698757067,0.5271673474378845,0.4131182800966735,0.4866118262760039,-0.5639537759483441,0.13393038121695494,-0.032585349216052294,-0.7833192083797851,-0.45334911061938094,0.6229931661605441,-1.0618771805592977,0.630471929100367,0.8553506102218007,0.34846576517171773,-0.5426052837861994,0.12062451951647876,0.5222694804364596,0.15571211012131914,-0.8495122457225444,0.25485845891163544,-0.6528612193175312,-0.4230433389531127,0.47205319773327736,0.07283722640224653,-0.9978591427155912,0.8739056726920651,-0.19556783291025517,-0.7608294516182907,-0.4895129335585433,-0.0675410655505349],[0.5671164200194109,0.5846380601543059,-0.7687144420927834,-0.4450652676321449,0.8970860093580975,-0.9028869789245957,-0.5937034279754918,0.892043419913887,0.2567889571878068,-0.948364299044083,0.586131886335742,-0.8373672314180627,0.8996310153774302,-0.8909750204948572,0.36943705359324136,-0.8338130776438673,-0.7602718648993868,-0.6813886063105017,-0.49961250088205145,-0.2861728209832335,-1.0076188509141553,-0.98319595682259,-0.9947098374010851,-0.6824563221473575,-0.8676363268188482,0.6321667866093184,-0.40246157214976536,0.900428149414261,0.1495942639443805,-1.0161007508056166,0.01801721425553654,1.1805436361609905,0.4048186317463027],[-0.900978406575146,-0.47257807936203666,-0.9185250876763816,-0.7218490773340914,0.8784440211962216,-0.12356067449359336,0.23933269611262895,0.8144420863923219,-0.5030895464643609,-0.2978603864824533,-0.5173991399904098,-0.5171750604272733,-0.6312402603462702,0.1810121755320445,0.014465063080399646,-0.9607013406097018,-0.07149919827578952,0.6790805236372695,0.9408288276682805,0.35729114754598656,0.45870564005961445,0.5930734284590697,0.6634933410480252,-0.9234464362999039,-0.46720369236455167,-0.23554934948551517,-1.0302156619914684,-0.34370189471515555,-0.7238311856078491,0.22735054213538594,0.03000196931696262,0.8518967505919931,0.7490311364761584],[0.20753628630048954,0.8845965646308482,-0.24839304130598824,-0.24172580318371348,-0.7643058635593892,0.23461215392267945,0.21470293839999405,0.10276746729746537,-0.3040756675646572,-0.9132358142577034,0.7219189740592211,-0.49996481466841597,0.35452612281368856,-0.16792759706443172,0.08960305901999606,-0.03233090079855738,0.3773258454685891,0.11038056559458123,0.49521275226862904,-0.8503170393542393,0.9555931328460235,-0.05783288385321585,-0.03247911603441697,0.5989258472585804,0.019812076915889987,-0.01888389164190241,0.9353305349133729,0.6120232466178095,0.4020214118179321,-0.8915302487907109,0.5265364763853123,1.4079611516462711,-0.7201174174630421],[0.33943621768605303,0.7769529273291714,-1.0403087295648752,0.47135716151947354,-0.7936697776536165,0.25472348660743094,0.36582957555267576,-0.31742899031337857,0.21891468180961637,0.5123008075350564,-1.0188403855838506,0.6079978095072969,-0.26040637249762993,0.3132781177993048,-0.012546562638640062,-0.9088278014243711,-0.22348982389308858,-0.9393592451260447,-0.2872304346356309,0.3893442274854171,0.7833143169215467,-0.7130853973363642,0.6768831804785707,-0.3207768625863579,0.1320150942110712,0.35248007714223073,0.10789043669567491,0.7691568388793589,0.2295864067490871,-0.9966314988507103,0.036420901932629805,0.3404696472861109,0.4985405006497452],[0.8908818307126147,0.35679296804138966,0.19485800503940162,-0.8778501531206325,-0.12710418226191653,-0.8297194883860807,-0.5525805787637325,-0.7622822654400778,-0.7758466996712542,0.2828450560194295,0.13868717863834693,0.43195689220220657,-0.2775972632833265,0.4830485441912894,0.5608052878673082,0.24153247808418687,0.7039263456161069,-0.8889091342055326,-0.3414232780555693,-0.5683135244099565,0.04615098740156287,0.6378167746652809,0.722412511784819,-0.467554472419445,-0.09817558473706255,-0.5158566376321665,-0.21475387386847503,0.6603411123305324,-0.0414690095056726,0.9869700800322998,-0.7716305614479732,0.8839739337372563,-0.3074205825640595],[-0.6623536839506166,-0.4415800818412909,0.3042001086508183,0.35453029167300276,0.11381463826755542,0.46086308536466136,-0.46943530184899107,-0.8068469243050108,-0.6488038802089283,-0.8010647499749497,-0.3831810222770141,0.2962584118287045,0.37540098238403125,-0.23022465768600966,-0.660779553724363,-0.5551146234637669,0.2923840184225816,-0.7346895230920022,-0.9543945436622733,0.25201896882055724,-0.9135422921111932,0.545762451558108,-0.6028702281990391,0.9157313425874705,-0.12562264346655838,0.11857078474633997,0.3833537477670988,-0.7360445207716337,0.041686704933087,1.152983815053016,-0.4868824085901542,0.23589610974858743,-0.5449583859561145],[-0.900727997611582,0.21233000293767962,0.5995513996871823,-0.9695784083569263,0.323419293458231,1.14272235272829,0.8387321021157441,-0.09374547096591815,0.8456377186370226,0.8383264756284704,-0.32938313048077544,0.5060514534284828,-0.35965187467229015,0.3658599305041793,0.9412723806555804,0.4934121190476535,0.6372569516495781,0.4462554338816033,-0.46812632631608003,0.9297963158370904,-0.37826018204010364,0.3106914262470599,-0.4640676614366261,-0.828127739231667,-0.8260402859190705,0.2587578530058776,0.6083414416756997,-0.7282073270067861,-0.7104311837775207,0.03705192004296148,-0.5633784065371518,-0.044347728513010096,0.06963245497488607],[-0.057742303851946036,0.13106975578216437,-0.5607177505969876,0.5371831715643124,0.5164843606219093,0.534660289000892,-0.5288866859114771,0.26220940494674905,0.7651310199671583,-0.7881996165454946,-0.6250791399079985,0.12953559421752012,0.5568492081141547,0.27925292864745394,-0.0999386563968584,-0.664494358203716,-0.8120232977781223,0.6767950577559271,-0.2370337241144605,-0.5970725170184573,0.1616885756355466,-0.06294004227296267,-0.20596419848790307,-0.13502824807234773,-0.9491771799296939,-0.6319406392354163,-0.9035398417765241,-0.43701205425334105,-0.3865827294951854,-0.2777711661195601,0.6349890633272042,0.00912971268451532,0.8924827540481692],[-0.4107369463403801,0.43384022087902646,-0.08394380734430337,-0.7941392423183072,0.2996777823733721,1.486331752742211,0.1625532390382592,0.16245672992504714,-0.5073745156433134,-0.3382743292352199,-0.6846178928879958,-0.4851942458157231,0.39180372678609227,-0.19749378096631712,0.310261060757648,0.5126418779582356,-0.6976036498898953,-0.08821029483386282,-0.167973715871938,0.8498587975470274,0.12265091852491115,0.7070899341326005,0.15331414739915702,0.5236385841027028,-0.37620918676038173,0.4960532054345861,-0.34683618192265475,-0.005727902019580174,-0.16703382205465322,0.3624813316098025,-0.1674324937410602,-0.09241263174037348,-0.48721116433247574],[-0.21845441738805726,0.27216519814503964,0.4094530020970691,-0.24992525824753134,0.5391952984714343,0.28668494579693765,0.3270144074042355,0.02336551660707661,0.3418301640444625,-0.8892559227868571,-0.43580746869970105,-0.5648482651318046,0.41489500074948366,-0.45930462684436646,0.39164359011365635,0.2275671079297722,-0.4980847863770114,-0.7504780234639681,0.4131473277535312,0.3388850499570104,-0.048254933878638266,-0.7427682729998355,0.058480709880733145,-0.9673528933273129,0.7988257703177919,-0.09974187648226478,0.7156590520069508,-0.7131049016226285,-0.6943790198918457,-0.35439081670193595,0.32810496992259036,0.6309053830181113,-0.5642972834076188],[0.8414299469669858,0.22245520448717526,-0.9561180894556512,0.697937861835432,-0.863721862488243,-0.5715415352362598,-0.041865050450936074,1.9907096223981393,-0.562835219899119,-0.0200967992116781,0.1491914883678778,-0.21087977739754246,-1.0508834182158047,-0.5629234854814024,-0.37464021689494226,-0.7786004437290432,0.5185157422930392,0.24391451433775785,-0.8816209685394562,-0.41568225352650967,-0.30858216194707294,0.09169243914872394,-0.2848715689086247,-0.8727656349421079,0.8886009055399458,-0.6213481019953863,-0.5781007522731867,-0.49194262442728254,-0.10751910086990682,-0.5461530215210951,-0.5292163753101581,0.7027808587084412,-0.8644601332390084],[0.01591204657636768,-0.5433187338206924,-0.2105428248789503,0.5542792985579926,0.10531005470831584,-1.0446073101716595,-0.06930636027525802,1.2367623695866288,-0.6271655974621047,0.8669239574265828,0.4265041514656923,0.8311735473556375,-0.4358172118072576,0.33997714199176726,-0.21007263447410066,-0.029194400462524382,0.5916420319851122,-0.020368706175007644,-0.11649202012852128,0.09590015740334547,-0.23740424476488883,0.10383914861865119,-0.5576356371780997,0.5206518883721074,0.27197092831136854,0.3430983893388932,0.6465865489567562,0.5375683896157851,-0.32384656515406873,-0.9843137814961583,-0.47061756260370147,-0.0016092549223848808,-0.8713587732418617],[0.5401989555843947,-0.6702583409376109,-0.37840863587988494,-0.43657869121253745,-0.1504023290644113,0.4479546148362408,-0.8945635010276858,1.1113928906996289,0.4763409991038976,0.08489326509719734,0.7183398913333208,0.020540301012566403,0.008554808258123861,0.31586024170551463,0.1526366566988075,0.8975620135723126,0.5107281469614152,-0.8597803506039039,-0.9503506463271,0.7982873840444971,-0.9610275082893488,0.882048220985659,0.3967136019773574,0.7491380866283808,-0.2411911462769247,0.39088434756873125,-0.6686187638660872,-0.6823371783629648,0.6341223323653299,-0.41795569517882386,-0.9323605702677603,-0.20100666380111484,-0.637870259024649],[0.32466049483960163,0.1822301990697924,-0.6773110638800669,-0.9822194579304224,0.337529546691029,0.623266829487968,-0.6270174058783101,1.364185751296465,0.9398613977786842,0.5570639232495241,-0.025419527761327474,-0.2853881248000553,-0.5680616197429998,0.13002554194024285,-0.9210972292607159,-0.6085596840226302,-0.5034796517357388,-0.754459411272923,0.0403475249702349,0.9559259549054375,-0.3181005951541463,0.07239600841477052,-0.2601443885822196,-0.6017803110750874,-0.10777350063023908,-0.6760402432465157,-0.7869769459810785,0.2659330261925151,0.42130857385079756,-0.8383257740692337,0.5732199711921694,0.2672500543668937,-0.08981083280608737],[-0.8009065178334381,0.8176626495282238,0.6987542207082037,0.37505724083201875,0.6351473503209505,-0.8731776313079135,-0.7404072614603748,0.6267996131014183,0.7996102217220401,0.3797877551538481,0.9452456246246366,0.6873206382817564,0.35214598799767743,-0.6039350007878131,-0.9122007148018288,0.1613356291964902,0.5270476161093988,-0.4235844379961197,-0.21945898306115863,-0.951409477897355,-0.5698434681153213,-0.9213705760861535,0.1041845083205277,-0.07063594298786996,0.5252691036368448,0.4453810231399942,0.09232577610890813,-0.15735048096543985,0.690907686882636,-0.595592532146492,-0.9970522843490491,0.07214727316075183,0.5305942803899002],[-0.05066884041406945,-0.4484078014981212,0.43097417133075555,0.6316644876518818,0.8523982160526032,0.4303270754491455,-0.4903062396318537,0.348364710106117,-1.0008656284197284,0.596751373339456,-0.04037612433417411,0.12573501810959825,0.13793960411107964,-0.14211460049533495,0.2756351601092627,-0.8659458389859025,0.7351464118248361,-0.4310369581131802,0.7702682648265199,-0.4942936758053846,-0.07351718270192559,0.27731155562370546,-1.0201224255594044,0.22359904523742838,0.8167731714193563,-0.2239539362103506,0.40286740433048357,-0.19387468424750717,-0.7379355385722806,-0.5337900618460504,-0.8881906729132832,0.2506297266129143,-0.767905378487167],[0.19106796992618716,-0.6507881121335577,0.8428043902639999,-0.35679109684947985,-0.9237806183410578,0.7767444280547774,0.5164652420157644,0.694896026095741,0.6491313976445509,1.4932762548498864,0.7831968035931678,-0.922269253438539,-0.7216084861727925,-0.49449381758187805,-0.16952002524077758,-0.06381437954470509,-0.5417331947663543,-0.40132080203932824,0.33873073686722055,0.7570210336633332,0.48739529338237697,0.7138547450777194,-0.6010621282549982,-0.8450245456321079,-0.42824562880559014,-0.42158627838959545,0.3163872120053584,0.5126787896003462,0.3362850503096214,0.4834836522132161,0.7282390142384929,0.5801472471790086,0.8558417009978511],[-0.7683341607500921,-0.5949366249425753,-0.15093201501082973,-0.425665895475655,-0.10874025917861173,-0.2541436053926446,0.9164669689693818,0.6309542545639371,0.6417155540569364,0.5735647195215854,-0.4280182645321867,0.259836111315001,-0.9169738512995314,-0.8686570649182045,-0.18832610454751572,-0.2096806120804567,0.7931673619955378,-0.08451285357205872,0.6029808444718023,-0.8143125202910706,-0.09592661478850678,-0.40718935122564415,0.6686250009929426,0.6778839553548172,0.8260785962369362,-0.8511548132642269,-0.5895365017975573,0.21237436030046533,0.33925397199824703,-0.19583729593299531,-0.22377381636975385,-0.7664740923484074,0.5816039120340951],[0.118880966676265,0.32152682739590116,0.05505759926301576,-0.19458369363805864,-0.07110415360989926,-0.7955389594902122,-0.5882158169677091,0.6854566028028691,-0.6754816526599182,0.253180899404774,0.6721174284875716,-0.43821536401178907,-0.14201769323778338,0.6923840165107156,-0.7156059271077623,0.22650782870158928,-0.49313512857477004,-0.6727228761110127,0.14740918193472408,0.5615406518049224,-0.26240782731215045,0.24478872433170676,-0.41125658836760104,-0.7384366644976138,-0.5354220499360824,0.3533632747428902,0.42561492825672215,0.5316524584551359,-0.10432157055037088,-0.025393782844503242,0.4606918352363928,0.21241665410367291,-0.08151241305536568],[0.936398560055544,-0.6158218983343435,-0.5004957024057884,-0.17353347435486133,0.11046978488795554,-0.8765318262340676,0.12054762206937272,0.6255635802766004,0.4070539866318858,0.6824221795465999,0.5029889618548333,-0.720026715446249,0.1850000562007208,0.18910820334078032,-0.36108137267994905,0.02525802739973628,0.353230990839221,-0.7495581447858786,-0.1876277375304464,-0.2995043468060799,0.6550285487237741,0.09519911238562663,-0.8122221095521311,0.33331368138287,0.5027633236532594,-1.079575421778631,-0.6910441312717263,0.9365351676770074,0.16387428053607617,0.7365774072930967,-0.1632715965756715,-0.5994697065426757,-0.024823311818527274],[-0.2261378973718969,-0.027818092333514084,0.37374449244381375,0.5547169389038235,0.22188134794855013,-0.2562704327145007,-0.4809227990192846,0.6289744175430356,-0.5482855819154271,-0.2521697324857682,0.39331563034692324,-0.04087810576974979,-0.6218624286074446,-0.9751347519040447,0.4580117713968426,-0.1699187554231053,0.8288183741680024,2.4953031732840496,-0.5320695033831502,-0.008242524935852489,-0.7930372858329143,0.7523830352085473,0.6041250223079027,-0.03258113743097899,-0.5010128172899123,-0.0037897603037015323,0.07838191263590326,0.18800643703425485,-0.20213546114554073,0.42519227031939605,0.06868909597000858,-0.11028916834490769,0.9393783068124597],[-0.2493159810223371,-0.5916521640820263,0.3080293687560541,0.8798999545094095,-0.28690318044379826,0.5420066599098923,-0.9606257786111367,-0.5373135703191435,0.7896066732297071,0.4358599822547457,-0.25892870460353345,0.09721509713293107,-0.6974132695740857,-0.32689890445875003,0.5350934304978369,-0.5199669621387311,0.02107285782896735,1.2681858370121564,-0.023402488247936674,-0.5873234539397393,0.44298551726048035,0.707593052326261,-0.1388182136449418,-0.8854098685840422,-0.9258533921743715,0.3932931085748923,0.7875916733056096,-0.8793752795990128,-0.9285206912170545,0.4671214057393141,0.1566778923092784,0.45879919689243026,0.8300633640270124],[-0.2935608791549221,-0.4006285993453621,0.9488956703395239,-1.027916906018541,-0.36879488263718235,0.5465452217330214,-0.1946760616738685,0.048802185337301414,-0.8050785766033904,-0.8215893481360664,-0.036825862477401515,0.955918950783469,-0.12685630835233724,0.549283039817041,0.5097310527600508,0.541822241881833,0.8521664232802835,-0.2774847790000777,0.009525271740700822,0.44469552857414585,-1.01263061312176,0.5935600572371359,0.7678222041745179,0.3387353837566585,-0.35433957607570943,-0.6949253466669189,-0.8813088197388952,-0.3575357598070042,0.30792905575383844,-0.8131741917144902,-0.7436137726230292,0.8580509023320259,0.3647116579466133],[-0.38514413189313623,0.20096102291516552,-0.10826169867760854,0.3740136148338999,-0.428849302489485,-0.15237300200191795,-0.17254517347036397,-0.22854363469578307,-0.47705904922271936,0.2487000264863655,-0.2013813280307738,0.36976251330811444,-0.6247579595590042,-0.8122755796204244,-0.9157911743629702,-0.9555499989388629,0.3151122865885762,0.14643593983983663,-0.5515939264962817,2.017792899153614,0.40733548425795363,0.5214413044611985,0.12563848985130416,-1.020653462534353,0.4913257274805857,0.25362884539765995,0.3849799382587764,-0.6163321813021636,-0.05480472060877189,-0.7299373554252054,0.6341954366922176,-0.9241112533222281,-0.4689445671718259],[0.9216080991675124,-0.7693892157521369,0.8454707666965432,-0.2999796750103178,0.08142768228583484,0.5462895737806318,0.5797961928752011,0.5676212095514288,0.3300248262364638,0.8984481790519894,-0.08078151173086784,0.10773713836122085,0.19792516382882053,-0.8351470017490231,0.05707567653279802,0.18243440419624757,0.8342292581094899,-0.013643285595797755,0.091138293837934,0.6768339136652495,1.2775858223659609,-0.8114542988166537,-0.5601616061908721,0.4971685573917478,-0.43906935279976717,0.16099729754550782,-0.8515758372319052,0.3438393458667881,0.3660494045640102,0.1376748489006885,0.22120609908023856,-0.07952002460995157,-0.8398134107744286],[0.20444950621867877,-1.003556983942547,0.7656555721393881,0.644515164445293,0.4456579170932595,-0.24698622319405214,0.47125392976017694,0.83149559302941,-0.7966643324178025,0.2818801933744881,-0.1759820252678207,0.8099498888395031,0.6213670763834985,0.8115916841539537,0.9195348911726847,-0.591011621122823,0.3153877801109692,0.1971089379267729,0.5779108286378727,0.030617694354148815,0.5776178517364586,0.8688595352193438,-0.5384071912086295,0.20241498534401886,-1.0193609664007584,0.4911168055599209,-0.6987025921286062,-0.4456148500877471,-0.4406587688061021,0.155286702017639,-0.6302773187686214,-0.5428738773894015,-0.8925396911170189],[0.0494988276107294,0.16526353085372109,0.22163234552288036,-0.9124470645678157,0.2923458547971967,0.17156098744644283,-0.04104528921696533,-0.1615302255503177,-0.7395599355970596,0.8239771597228234,-0.04070464672149104,-0.9211884179968812,-0.30881919787211703,0.47677989785696007,0.6802050634033743,0.29998644013936493,0.9582892026864048,0.655048761861324,-0.5037710480820533,-0.07564883976855709,1.5619148395756492,0.30088266435686917,-0.4658540975199329,-0.37834007223163435,0.7615659855476898,-1.024452988988063,0.22511085092923372,-0.4769706882668774,0.14338799769802266,0.09965748257233338,-0.5937427754520052,0.46459492664841584,-0.7744151126689376],[0.612021863017132,0.23596371332853677,-0.3634963785513272,0.06016475192742904,0.4111859745146148,-0.3902827590361629,-0.8052773717626859,-0.743887104185404,0.7625017716616607,0.3174464663828704,0.19740410237629205,0.42087907294226296,0.28806766985824467,0.8735493482985558,0.4634384968296263,-0.4621505061111983,-0.5574027163996805,-0.019598669701002228,0.14321778753524503,-0.07427825753994019,1.159479850114911,-0.4391826767511603,0.39866925157952904,0.2198343120929559,0.4763111669173818,-0.12869927379605042,-0.11653936827691319,-0.723868341871235,-0.961341460694186,-0.7485173737916495,0.4725281063012111,0.6779808621971272,-0.2652916342711118],[-0.48409476629727616,-0.7191186984573296,0.4254394511648059,-1.035132631822704,0.8408419591628025,-0.23494783773396358,-0.37239566657710976,-0.29470708842562865,0.2849027218441588,0.4360106767687899,-0.6985135177804785,0.06056558153040889,-0.9559207674140461,0.0618829516623735,-0.9178605696845027,-0.4247386199735031,0.6903637091208946,-0.4123222090208941,0.2605851284732192,-0.6562312219472521,-0.3507917538675435,-0.10440167150531492,0.08844745747981725,-0.35896685697691233,0.7013434739096136,0.8559020349493949,-0.7666418623209534,0.12531136297765536,0.25822206504228185,0.7351160624866999,0.05263708675245441,0.7278664551056766,0.5619179484841899],[0.19462943314290684,-0.82157737666007,0.8403050917977982,0.3238361995350138,0.892356847338484,0.7727234208602896,0.5320953532154682,0.44993710349163163,-0.08307106349194301,0.19123994649594092,-0.10311881913482576,0.04719843320250985,-1.0248396917668268,0.7141770467266503,-0.9316232226715707,-0.18753809426235402,-0.7320671624170763,-0.06822551291137362,0.49515516471121473,0.624545497205185,-0.7962217243513339,-0.2713786250295983,-0.3952695406289114,-0.014679662754412385,-0.6741654832341042,0.6276316606279184,0.5432425924704466,0.8104385488267528,0.47498552838459834,0.08037940387545497,-0.2044210928144677,0.7443626946282758,0.22037928215343833],[-0.1647281965723776,-0.5020927309168242,-0.7085080417791041,0.6248566401592527,1.137217960350713,-0.1950917760214711,-0.15390284484737904,0.04951909372163972,-0.4331460765980613,-0.2836640809309184,0.1432994170149306,-0.010563159559409127,-0.9236320849482038,-0.8245660850022022,0.9652651180063925,0.3442958866105428,0.7961186546487556,0.0354771223805332,0.7267045996597884,0.08541718432404488,-0.0347473287282707,-0.5671918544002061,-0.2469720993382978,0.32214113583680404,-0.3849616456403265,-0.07672721787862954,-0.8873171932041558,-0.8107679297166747,-0.5797030264855083,0.6612015240175806,0.8529256725787345,0.8260483396083194,0.1508946034729398],[-0.30436095197951113,-0.7811569081768348,0.5646535270878753,-0.573148138106199,-0.9044515956043494,0.6590798769078363,-0.4198713909139327,-0.7614785275893681,0.049709602922592064,0.1778277341939216,0.27336839226070814,0.6757071185275593,0.7137908092808537,0.7785511044346347,-0.8782762118488796,0.17886628420087558,-0.14227691919593588,0.848876291353357,0.01959871919355198,0.22338427750089426,-0.17316810842817554,1.5616055752536235,0.9174724695814538,0.13012115044936598,-0.1938367580335781,0.7905257290173565,-0.5286129537139661,-0.44341510725191996,0.9399191087234904,-0.9994166230462864,-1.0084187034779994,-0.7935418386028062,-1.0119149123528093],[-0.8166454900968938,-0.6669870305883658,-0.8042686154263814,-0.21248308401584554,0.8875007267357878,-0.3983042434534273,0.844403590605863,0.39997365105038596,-1.0068961605129911,-0.9099137270472675,-0.8000353205161752,0.16043465979574492,0.5867654741253393,0.3453232792349112,0.4350111065261563,0.278765855711215,-0.013537714154118368,0.011123056485693658,-0.883796068293042,0.2085027742422754,-0.18951496884458674,1.6924609694539827,-0.0022049624562652647,0.05236114019273666,-0.024510617162539165,0.21925800830164932,0.4800818263150496,0.22689078852555802,-0.09744046026471691,-0.2917746773111388,-0.20423076983936847,0.2332523554804522,0.6302974403488736],[0.04010988664132176,0.27436595816339543,0.29298265703242915,-0.7101998153536897,-0.007070145169149719,-0.2853373945977468,-0.6044020785625145,0.8325932704769753,0.846356987831253,0.6008959795290829,-0.9551047635300614,-0.08672151215511703,0.17364107427222264,-0.6368908040105943,0.3527483542024355,-0.11900307372922013,0.5615747816205202,-0.9244076079293513,-0.1695172251010091,0.41904952854359495,0.22814636047943015,0.587902970950786,1.3934086790181568,-0.24399595977042837,0.5838287159730833,-0.4512122058918532,-0.8778888439247047,-0.09124976934219274,0.21602970784031258,-0.5794963012162532,-0.49249731103273947,-0.7435658054307209,0.7732728534057748],[-0.05044401969084005,-0.1837570710649415,-0.7801431387923149,0.5748652388326525,-0.5885681354114572,-1.004818261169297,0.6874520241206952,0.07384202237606248,-0.6417779605985081,0.4977946190190344,0.3339045004061747,-0.47413596157225524,-0.7036415823122414,-0.3890090580640626,0.5119761959039548,-0.4822124587325209,0.4097749896779594,-0.7208454027652033,0.6275585326698225,-0.46167548730451374,0.7300492767826982,-0.6420623764855181,0.2856487191880441,1.7937020779035107,0.42533329326474595,-0.7170469595662422,-0.7764442421485321,0.3222129850826024,0.8138730779891514,-0.5935085865197356,-0.8976875522340454,0.8298948769435341,-0.5641925597340335],[0.2349499960351649,0.15143220851964023,0.5610396470726285,-0.32160541260799413,0.6895106259980942,0.7271876396940239,0.6879967374023824,-0.03563219286642531,0.5595266692452147,0.08956239711744973,0.10211244584256082,-0.7943347291935449,-0.09822084258246598,0.6450207679011544,0.025855496128935136,0.03827087863758416,-0.2612745416619723,-0.3914946549766611,-0.8626566354183569,0.19184719363241085,0.07181128919651565,0.004076209555845252,-0.019616286034945998,0.9225467082809135,0.8118082182732798,-0.4630459315615287,0.19658929814149426,-0.9763030156741412,0.7430289725824333,0.3553993730775277,0.4819267462364068,-0.10125368937213587,0.43954867950596577],[-0.511358030641511,0.5090793804667505,-0.45342120647029055,0.9269206678776214,0.9228569479942526,-0.5213163074423862,-0.9536009124204292,-0.06927450509112906,-0.9113101903670178,0.34549261353517996,0.14732203974503116,0.5984361955998645,0.5325593310190796,-0.9138453981490681,-0.868541807902531,0.595054051375393,0.5520696295700181,-0.7410721602458837,0.6537931613069492,-0.2583573042594792,-0.18444959699265767,-0.5989472782594544,0.7920038768154631,0.7672785219418563,1.2688634552734872,-0.38166984172060886,-0.6482509149673202,0.6131892854818588,0.6666024153338788,0.4614989133609598,0.23339831009721831,-0.893732793576995,-0.7644838151117695],[-0.5105164335900035,0.1498304155304968,-0.10998315647313969,0.3746633905468451,0.752366162626457,0.21750751598145907,-0.4468175945297355,0.27899329292850455,-0.4841183073686413,-0.8277134752565563,0.7413289404889877,0.11129897787324791,-0.7719115289356879,-0.3258252873870227,-0.800392049532943,-0.9499484483507392,-0.7047637856662486,-0.9412720667485235,0.36156155462195533,-0.9613733342772531,-0.25845591351817493,0.5062170961268718,-0.21370345125858498,0.6088106248228754,1.1822333699968397,0.4665265259647497,-0.8151963590930087,-0.815054606327978,-0.21542677800716784,0.6185759434922699,0.036529214626519195,0.3327266192135119,0.7481687883106877],[-0.9149729511647151,-0.20430582196443553,0.8554737059108789,0.16791592638599545,0.07539020580009405,0.09801645824962957,0.13070055803258038,0.7381866483301468,-0.5621785076778307,-0.3886530311071647,0.3928965794384379,-0.28381254031911995,-0.4515037058886523,-0.8675394801467657,0.8229864878051891,-0.7419141931351779,-0.28131205908723506,0.8164476831377744,0.5587114145275193,0.7184177101030259,-0.2610036346702892,-0.35458041233813803,0.02242181835020698,0.3844093590071152,-0.5115575182437494,-0.7615968925579063,1.4751896604557575,0.24268614610174313,-1.0059127841627795,-0.01865489905709875,-0.790301934224091,0.23660435195060966,-0.6386981323183242],[-0.16526527194791465,-0.27901427855166716,0.8181096123942893,0.17755567668652586,-0.060988623690194164,-0.2329899366268063,-0.02217365529439701,0.06999154833612872,-0.9920187998772573,-0.8869761185149058,0.33447099605380987,-0.49389834579601066,-0.6727380081434615,-0.18693477770288783,-0.9103729058650706,0.8816272133680176,-0.7956914309714568,0.7569555750957533,-0.18052256850670012,0.35471565531116334,-0.7900596503278738,0.5791190600139665,0.38986794655874296,-0.09981333027880201,-0.6817376195181601,0.23344929159763705,0.41438911379783727,-0.41214962291237334,0.7100487997223334,0.947302082552295,-0.40937298252950266,-0.10372138217830092,0.5652915233924928],[-0.7382831501855867,0.5072419637346613,0.3423102234281493,-0.31756816065021426,-0.9858959188267366,0.3458216153434369,0.7698748950888825,-0.651828343859541,-0.9154384115037775,0.6423399657351416,0.5212335743158104,0.601046453036948,-0.4310615619518796,-0.43731619720288784,0.2602827187744213,0.7915943365022728,0.39874204619173403,-0.337796030570315,0.6811155360383306,0.019769471781492694,-0.6880101151571059,0.8504103867793528,0.6129731968363026,-0.5521774574156638,0.3000336895615978,0.9254407366939791,0.5939425972269238,0.7143959096248299,-0.23465343645533285,-0.29720974485008134,0.7789881670717091,-1.014593841208327,0.5115234904481785],[-0.02069567574870056,-0.07846373429493536,0.28650940095521293,-0.49554021984023533,0.4576592075209339,0.005869896150794869,-0.01091533260795321,0.9432582382245347,-0.04373670655495572,0.22429532143437564,0.5323867029955106,0.17356668881368537,0.6284783277060941,0.6131217810463498,0.9322771607609337,0.2446447301886178,0.28001140188910933,-0.5137691085546134,-0.4758679219850031,-0.12729767033531716,0.8190911996260805,0.7918656924900884,0.790322245205188,-0.8140213540211607,-0.6429610093795866,-1.0200916741018464,0.146435279691277,-0.03013362244317898,0.4542000493123558,-0.4368124833258529,-0.12239023976995993,0.20674988259406832,-0.518198778419655],[0.04437798028624809,-0.8842442244706953,0.2687724791814419,-0.10543014848088386,-0.2867969907456843,0.6711001071265839,0.9223513749541227,-0.3233649322766767,-0.22760629388348216,0.21022904069867804,-0.5203923242790083,-0.5752248074553135,-0.9368100042916361,-0.6398313335565556,-0.4391473911970046,0.7540530826848327,-0.9529337598834565,0.5927611169129526,0.14961323126022802,-0.037213273680836476,-0.8436112034226434,0.6666870971045833,-0.37357250736116315,-0.5043678975315882,-1.0014262073859495,1.532670854536766,-0.41086780113088694,-0.18536629796519324,0.8548287997228131,0.6991908302060735,0.4688491757861284,-0.49972607620285425,0.24935504016072876],[-0.3298455058961572,-0.48955925931603633,-0.26562450261691306,-0.11977840637898436,-0.45603564449803574,0.5469238705491624,-0.7154257581586053,0.1877817121958979,0.7508726548183717,-0.744891233148237,0.014496217748287405,-0.37397154126336873,-0.26141728616089027,-0.09252027320652728,0.7932068049877268,0.7332743932403267,-0.26419535416394135,0.02980020694858193,0.868249552965815,-0.3931464332052412,-0.8241234663049167,0.19545524441780604,0.10797534611159673,0.8879030814074835,-0.08239513219939806,1.3654031250183432,-0.4618346780166047,-0.8901897792564296,0.6727207907607408,-0.4760526328796234,-0.7108580162687927,-0.38709845905888907,0.17565524984378475],[-0.49282142862309597,-0.4872670717702768,0.672169584453025,0.0055249444277535266,0.751211716468611,-0.17781214651094046,0.8630664714186624,0.41512760790735953,-0.9089586932556758,0.6503838614418243,-1.0157359978092058,0.045810359776550826,-0.9664278068844199,-0.09241262342641167,0.7187994094710433,0.15165058202352835,0.05625431151977225,0.4214628350584316,-0.42688693184221216,-0.8764563539519276,-0.42986982740804924,0.6858795643498806,-0.977457594049189,0.07955450212818398,0.8337695333949061,-0.6774031486773179,0.7416194472269371,0.3482768299863569,0.5514792178804323,-0.2022164242475872,-0.8525267530623241,-0.8344747038286533,-0.2576666281793417],[0.16704371554102238,-0.9730919018317153,-0.05396623329742666,-0.7591275318494262,0.487471050875602,0.4285578944996238,-0.4977362590269332,-0.23118141148694366,0.41467503615348605,0.5861044035973387,0.5753486522665385,-0.6145606474450799,0.518275064498056,0.23323413717053149,-0.4425276751168385,0.21504671392308425,-0.5703397302155988,-0.9448319322413542,-0.1601160160290959,0.7908768870267936,0.3795640400908195,-0.927866722697266,-0.9302653942925873,0.5188405627994028,0.541427551016587,0.6476800544712764,-1.0199777951880447,-0.20461509857772625,0.9544444393890457,0.22603105665496712,-0.45803950854579323,-1.2429964794170971,-0.39464543629928245],[-0.2747043961795481,-0.8689836186199444,0.6176115933391709,0.38223709764954233,-0.6781048482082874,-0.5458827563574843,0.8384195557585419,0.6934221973711424,0.7922188065254108,-0.6674709241989631,-0.6315688041278248,0.550872877477296,0.7165556740284003,0.5435471179265868,0.43817754540478626,-0.4841051169156413,0.7398984938993343,0.40421751751233986,0.4162501383190773,-0.9187535767946778,0.43854397143510593,-1.0068626952577846,0.5030547304614462,-0.853861169535121,0.36803406664089244,-0.18581357323165434,-0.08399026114244963,2.35944814283143,-0.9708005402632253,-0.5466162414160906,0.20623926249159,-0.703154907052485,0.8259727815700278],[0.2869829975350321,0.0533598998003398,-0.7502187486721424,0.8427575648249755,0.7087928183805983,-0.15478171057001788,-0.581137603803,-0.6833126612367426,0.5429189225845115,-0.5343049098723613,0.7853731127513441,0.43410602512959595,-0.2218302684843507,-0.8557270931538282,-0.2475714176452866,-0.12757020025975604,1.1131576830643155,-0.38351421000654723,-1.0489951344100008,-0.09726819786138977,-1.0153473113902092,0.20398872692842893,-0.9036443491749702,-0.00717230202068591,-0.013116374634255384,-0.685113836640206,0.5366836522665518,-0.07810306923051992,-0.769566227690255,-0.505524847200811,-0.44108276868851154,-0.08075752718652668,-0.357645075257908],[-0.6651216923708518,-1.1026988788161645,0.1678125611009599,0.4913972882556324,-0.9374452557841149,0.5906047869737491,-0.8853385199961546,-0.3237379940439735,0.08193072235149766,0.31494038693898263,-0.6344710926405569,0.0534303890847281,0.9246949412763958,-0.17578254370046043,0.9069789401458489,-0.8347043118372287,0.9361303809909004,0.37611500048874036,-0.5598079384471168,-0.6330665406031317,-0.2572148639596798,0.08617973464760108,0.3796511444376351,-0.6984124290798441,-0.10789209445686723,0.4881747854840477,-0.102609119806344,0.7319389594154744,-0.4700676412740472,-0.9011292848213563,-0.056972654716427554,0.30499417866665,0.4813423633010479],[-0.5960534434342463,-0.6524383837407516,1.637951675608409,-0.01765731590850034,0.38488049038640976,0.6216961330683154,-1.060234807161517,-0.7997520007093428,-0.9679265109457168,-0.36796717565085385,-0.2571727391231577,0.019821777566494933,0.6740144325582889,-0.7464048816507846,0.26702857954402176,-0.43323885528212175,-0.6485058836658181,0.09472325696428122,-0.16434163184280653,-0.8732409323328175,0.2669978383679347,-0.27295534284877065,-0.14730189027469784,0.2232754622403707,-0.050400975947739894,0.055703862197699246,-0.676557137768753,-0.293090096753099,-0.9030021732873149,-0.31990403535325845,0.5427494974567825,-0.2557183683719532,0.41103976572314066],[0.21857514576806794,-0.6342703202874742,1.5235713807101225,-0.8944502788270134,-0.7353673369946825,-0.6127930856891809,0.10120123923800048,0.826129895876226,-0.5558990744468068,0.026499726756029733,-0.8414978534845845,0.36683970532591303,-0.11435238516979386,-0.10915991135257606,-0.9396050312434331,-0.8553391322514964,0.450592021417213,-0.30790516693825415,0.7307753219306501,-0.582394547873643,0.8149218004186494,-0.6772363210215484,-0.44953295460052883,-0.4379698894493117,-0.03096265232983357,0.7139828175837847,-0.016186464169361432,-0.35604160375749383,-0.7162064322530136,0.11127781818157678,-0.26261387577576445,-0.2827878162645182,0.7253618149845971]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.05468636226910796,0.006418225763983694,0.0076554080756165085,0.007081540730477627,0.006628086974676861,0.00627108550409873,0.005981159894356977,0.005739232312576122,0.005532949920635839,0.005354005313713918,0.005196593818636949,0.005056522002666479,0.004930673387941232,0.0048166754486092195,0.004712684443710299,0.004617241878863741,0.004529176029830419,0.004447532696814044,0.004371525443210616,0.00430049914018701],"Time":0.49,"Locale":"el"} +el"} +59426263465012,0.004662851118868396,0.004573618953959546,0.004490808217992612,0.004413653919513845,0.004341514679050651],"Time":0.49,"Locale":"el"} diff --git a/res/locales/en/training.json b/res/locales/en/training.json index c1ffc793..6ea21edc 100755 --- a/res/locales/en/training.json +++ b/res/locales/en/training.json @@ -1 +1,2 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0],[0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.5360426303697683,0.6694426757299808,0.5775176750273346,0.3029117518728322,0.3116718530862001,0.7147597673124725,0.6994168366247079,0.6995495581550837,0.45736906842448866,0.36694503028587977,0.7019929525200794,0.4772071955849749,0.4877962974264693,0.4402358435645165,0.4272326553767944,0.4089086775085057,0.5316124260057914,0.5198871875463024,0.69854411725889,0.5294078187367218,0.5293013238853792,0.42300174945084595,0.2949881407226026,0.30195691433594607,0.7179327383814709,0.692370262780478,0.4863109050905254,0.5360709469291458,0.4412044118421841,0.6020288495263226,0.35373227745677716,0.4723269466496197,0.5331855025807485,0.3508360162021916,0.6865128729370272,0.3447108163856356,0.29552037698552686,0.661042915097528,0.3385376357051803,0.46260169241718707,0.4328796219067647,0.2993924602353039,0.3877088894172527,0.6461517986900182,0.5705410006218541,0.28140386916191046,0.7028887554173684,0.5827805646181455,0.321068752593966,0.646292018770234],[0.0009333776093171667,0.019492906409612487,0.6268128232939446,0.7148005798550007,0.49070114866952325,0.5384988604540004,0.0017131751406727974,0.039925001315153696,0.37495959239476057,0.05658365140437142,0.0000013348202118661052,0.3626326873008564,0.000495047476176061,0.03271840473385259,0.01185547883311885,0.01796256752150824,0.0011668361390753423,0.12929800967272526,0.06943870787101751,0.0308464885425486,0.6765651991518485,0.48593786710988857,0.2786663086149599,0.046051590115843775,0.9048223854811185,0.00011423692116820473,0.7630194082444303,0.8606053134678514,0.007685495407025448,0.8913897227073864,0.6146278926550323,0.0006272952913539998,0.1489251028617951,0.35609441084356197,0.004894594598806477,0.0016459860094631125,0.24895256639374982,0.012845005162863162,0.0053541705038422155,0.07480321860885304,0.000118444505330122,0.040752840897189564,0.3678525810041351,0.7057300146393022,0.8643978161825033,0.00007165787004057891,0.05296357586924252,0.19741012959644813,0.03361299888016268,0.11012826826862437],[0.00008641593465277932,0.013324701222781794,0.7454556420064112,0.7638227877879317,0.5689147897917987,0.7994074988847533,0.008947023861447523,0.04363101302814435,0.3544250684791806,0.10665088730490792,7.857547731023574e-9,0.576190581217622,0.000040554995981389795,0.03612805094192877,0.03227780342601453,0.003386863474748705,0.00004415766775055973,0.04416373892808942,0.02373387811705305,0.020215672072999014,0.4532834955688584,0.9388994795900019,0.412278241707788,0.21260023327074026,0.8288418285162137,0.000014019654248952031,0.5941059259870447,0.8727227208739079,0.015916915938367984,0.8656218622831289,0.7173318740842882,8.575687617500506e-7,0.06043787530938358,0.3852840496160677,0.0005616288103506452,0.003987538684367695,0.24362936556602455,0.033094259732788595,0.0061116629166091665,0.12246844653000148,0.0002758678370527661,0.014258441936072303,0.41112966746199,0.962274370411845,0.8255744555002716,3.851373702101835e-7,0.026831521731214874,0.11347100969022542,0.00204139835948065,0.035316615858470936],[0.000010799276830314691,0.4179755095305983,0.43983933599812336,0.8917504872004968,0.40242050467923507,0.34616604555633673,0.00015649905625787539,0.0023660632766906876,0.07810591905786364,0.00014133876298820622,2.4869004611458467e-9,0.27592012748566686,0.000006555860907573658,0.001510197174278975,0.00022848830706407298,0.004905633054162276,0.000037725405010824075,0.05577208281162506,0.004733978673313773,0.008879670126981824,0.5031684820415557,0.9553279851696048,0.10856162033196191,0.6175211882155488,0.9824205510217979,0.000020068767246945564,0.9692505598794094,0.7700155850936647,0.006215230438609154,0.7185739164858506,0.2513373562297408,4.906526921318594e-7,0.09183446960622738,0.4690540626328582,0.003174812253472523,0.00001117296428878203,0.5048591031646334,0.056014611781992144,0.0011054590313463982,0.09886772135650573,0.00007094884486130586,0.00011932578715894893,0.472656777690379,0.9512138089798156,0.8074879794858708,0.0000012301030849582232,0.01798461770374767,0.45635489860065376,0.008646160162031742,0.00006641902677721607],[0.42180877800421895,0.8042925262806779,0.2525670099961615,0.5269245580642625,0.23479719729296708,0.738533626235242,0.42917430377589233,0.2523931452293729,0.14541270287074684,0.3411696720636746,0.6568659326865719,0.5564657971471593,0.40799041196838,0.4618695333948484,0.5922910677468401,0.6355503360950195,0.8116377489061073,0.43147823566232896,0.1670522146143611,0.5597842116606612,0.5211889064705695,0.10154688214304532,0.19774165225024826,0.05937932737720949,0.41890479654337054,0.6074470776206855,0.48842685278805065,0.0853173376692374,0.5668135090213066,0.4935784132936191,0.05964268213475758,0.5621362621374726,0.5634418555572343,0.4307252979751332,0.6221052222881354,0.19201498251423302,0.5671272782355067,0.5608987574679278,0.5055131775775547,0.7624330190290436,0.866962870719387,0.4228905271503816,0.14008588241343864,0.4336158905992369,0.11970537741978109,0.6981247772207464,0.7270651396203249,0.37120766965898505,0.20359818486961154,0.5307734371889349],[0.45619809830171626,0.8657344695466664,0.6549928300086214,0.2830336800124296,0.9280588714522804,0.16771339305064403,0.22046502208762106,0.0170283344183388,0.30804751910288003,0.9218122216308395,0.9230999589192939,0.4684176941279905,0.7056852835733349,0.9662220670359353,0.673164203848575,0.7952993834103617,0.7486010494848029,0.6925276712430178,0.7692474206103568,0.5711421991950258,0.7176479967272068,0.027905756195410986,0.7997422671585266,0.0042976682485314464,0.5597824520886947,0.5292115752968253,0.34022725163207734,0.0021032167463339232,0.6876142839225472,0.6278992284176717,0.0042588618389282785,0.832737871222809,0.652188419803446,0.8082647844948454,0.3660132173554328,0.11142489851961111,0.4587670814567802,0.4576414788097566,0.12385649819648502,0.47181091135430775,0.5577838341929896,0.17353998699203466,0.2457062586075346,0.07880044608872666,0.04255444474536195,0.7693418964354412,0.8134907876253118,0.06343336683333273,0.3776078704679853,0.4801233648098715],[0.03102908860351256,0.2475391186407672,0.7386405317658737,0.2322258103805612,0.6254509400159397,0.09311832940016915,0.5672426124889886,0.34388390467945745,0.043473563343473895,0.7989986085978114,0.4495304887840414,0.7924974376478209,0.4839435426589694,0.3925413775208668,0.5519232459760516,0.6649481820068525,0.7479391168990336,0.6262237736798106,0.35305704338435445,0.29722523834315906,0.4788436585586677,0.08701838152881283,0.18443241677174035,0.01262317473176929,0.32252239013243883,0.7808520198432083,0.19487885163621185,0.035351983869657794,0.37612533921038005,0.7396677642510614,0.027290325276396625,0.7531122402942227,0.35376531298452196,0.16281510909449778,0.3792275070409168,0.30029699076565153,0.863335001274391,0.829153002690044,0.5377601546797649,0.516649542334052,0.630355843046681,0.36613233196224093,0.1093254848970306,0.34368612615837035,0.6762645169809595,0.35601125516396315,0.4046220232530782,0.542908336257599,0.24863714925130875,0.4393312630337612],[0.7687184520585347,0.6038368277864055,0.48946834528903577,0.3743142961255984,0.4139731553062329,0.8250208007008517,0.06049822051720621,0.9744002989859805,0.010738432735451523,0.817882473670791,0.16442280752414584,0.17777854010260363,0.006956628552060967,0.3474635164778418,0.6549042792893813,0.4220395869148298,0.2633213556456209,0.19264811059749684,0.6046907079322531,0.2446766404144899,0.4065153941532308,0.0014627096482262196,0.14908904713662238,0.000105317036581768,0.16872611380179184,0.5899657512156473,0.3664371079860947,0.31289565501661276,0.017242054421743144,0.6885921006689124,0.0038568273982681075,0.7664722960032772,0.17792433700111024,0.04118501136699969,0.7467751721430661,0.0681943074434051,0.6568722703733527,0.47027883613318255,0.37501758528785595,0.1395745957806763,0.5895936293305465,0.0053535510340839395,0.1416966211454596,0.7566683911005647,0.13659184774913907,0.8062208218654814,0.3903709391148434,0.005562064832952979,0.022689852103807757,0.8546010127748864],[0.35421101070032407,0.028338519303609793,0.050734699582896454,0.023517367756127307,0.17313130353961723,0.09391641867947784,0.24913644431418291,0.9337546714461983,0.005405531173287354,0.882330857207966,5.899935499939722e-7,0.6538474102664423,2.7866811785019137e-8,0.30169575313431385,0.07218338566470073,0.4125789181998085,0.2892280051862329,0.000014008948303146667,0.38123845664174727,0.2592576472345112,0.023618800657763804,0.43628136289577957,0.0002978294714205432,0.06881473829473768,0.3125802338600316,0.0005610235068647562,0.6971770620482973,0.7126398501260193,0.001482724541759029,0.6143435545211396,0.7981530025116023,0.4043618774954361,0.0013117932116849193,0.00039742840604337,0.7997787482293401,0.7232169399469696,0.6590875213687168,0.00836793605416051,0.276688129807135,0.0009468629733119301,0.0000067528504913910855,0.0002569557614979531,0.8171411316858244,0.4200958211430051,0.42146529177483,0.8258517443493473,0.0005083609836191092,0.000004320623833498912,0.4262989759145104,0.880939249464611],[0.0704714214732508,0.07870222167387285,0.15564508337956748,0.016188533843504736,0.2627595676703831,0.4435659562829349,0.19117423798721644,0.9081804668430288,0.02332738612283761,0.8167769568943732,0.0000036356168306322,0.7239769979603864,0.000001030867185503729,0.03306188852974822,0.023235870976617733,0.37867339797295013,0.23991424878686482,0.000035392739370956084,0.2932766162799989,0.5181818104526237,0.025182383064903037,0.35356052344063776,0.0021981837068205997,0.16212215597043214,0.25082456686854565,0.0008257797225141319,0.6981431211444588,0.5590147776743997,0.01024310671325782,0.6680201894570322,0.69862428618364,0.5528418237780396,0.0028807762455416307,0.004362585567692718,0.8424017946232579,0.9175996068468495,0.5648601405156077,0.020739534235852154,0.39347825509398593,0.0006242651249096198,0.000016187806272226412,0.00018002846424268845,0.76609887263844,0.9193299613062519,0.22337316051138406,0.5193683188891955,0.0005886563625965042,0.000016943067816022983,0.2647824928501153,0.9244966071971643],[0.47987457402123274,0.1681969114911434,0.14796303730338273,0.31760889253361274,0.5760262138920349,0.6035918196821399,0.01095813906706141,0.9555361492816317,0.006296484568302676,0.9404913205044746,0.00004394899597172182,0.7621169073977803,0.000005681669789286518,0.0007926712167021313,0.02945244757777871,0.41798012107229476,0.000537986728882116,0.262657292657013,0.010284168462667156,0.30345360308805636,0.000011361080614136782,0.01310664330767538,0.005456068363855477,0.003761067030295818,0.06246826967927003,0.006002428205853417,0.8275667520458404,0.7786077380563107,0.000008594080543510473,0.44327151527019687,0.8378836300068765,0.7101029800831198,0.0010413225577998915,0.000693509759742173,0.6706542144242633,0.9128081184422681,0.5383496386320756,0.062468646598895346,0.0006815910848250167,0.07783793901584847,0.00048038193610978224,0.0014349480556599334,0.7168628270334155,0.8972445557218262,0.43946551101184206,0.6619351908544254,0.0000025635080175486595,0.007123615927272287,0.018696888389873365,0.9691828279887472],[0.24455270020524295,0.013439818116898664,0.11731949011364771,0.6543612295526918,0.5373924001593449,0.1271767957462802,0.0014085004302094248,0.0048607652078104325,0.00010713166495617159,0.726806669178309,0.000008281242201226906,0.1510535110736596,0.0006525743893890398,0.000785835342580601,0.21907390897744672,0.33001801604442466,0.00014263182143353387,0.5031261334966084,0.000026837392083051157,0.7014350279228182,0.00006108552205091922,0.6798839687835235,0.43125895005030385,0.0001327720740625897,0.9366708821469879,0.009422046549781793,0.890222224417193,0.877952614585756,7.186893719281277e-7,0.8757358725374972,0.44739624608976253,0.6370013176745163,0.0006047440555621666,0.0004991347506518843,0.11971953233863802,0.46417494747615623,0.03492649159703733,0.0003432810892217205,0.00013473070344152804,0.4995204664330358,0.0005286138043913539,0.177155925430757,0.15209984646831035,0.7758817575681867,0.9251438953170321,0.2841161825243705,0.00000871579665656775,0.0035794146357461666,0.01613798612976154,0.07492700967455244],[0.25723503739588877,0.7343200952439068,0.3829007964877753,0.5890828458601738,0.721692418425402,0.09784168513171508,0.0005579545228031827,0.0003823738095902661,0.037745407856219756,0.571395363701936,0.003582603322054931,0.5688668086503389,0.09523201607741773,0.0009815607299590045,0.22288811834323904,0.6818805843671345,0.008030853503979307,0.6737730843701416,0.000007446373072581591,0.07196509624843399,0.000014199810918753034,0.013199819475441054,0.4961204152452529,0.000022020778098392507,0.444368529183418,0.09924480683807411,0.30930669153259543,0.8046415333772521,0.00004717220959949104,0.3302513406462671,0.6833390482604174,0.25591339130486335,0.040460980650175116,0.00030864323568275054,0.875205714508623,0.2553966830329102,0.04910730021561551,0.047521478303092814,0.13131728169989615,0.12784088073932443,0.011625049308680723,0.5782537790618911,0.3786675742086249,0.05063322878900535,0.8741574689740608,0.5695557589613992,0.000009337322952809563,0.2967400063507346,0.06606852402102813,0.14421082191116424],[0.20583326009965722,0.48770524404677223,0.3016132908467832,0.6158223543298569,0.24422396172072108,0.4404478321355815,0.027589959027041467,0.32854631832287506,0.0000017122953178303798,0.6942529303968119,1.21251438788711e-7,0.0016928646590815364,0.00016923673742634505,0.0006942428313411421,0.5156713992594282,3.553691333916023e-7,0.0003514593773757842,0.15443426549894063,0.00040548946830658197,0.4248477990463418,0.6823552354921494,0.9094225292295047,0.24743931738139321,0.07706952452694667,0.9743771040589344,0.00001928749534870238,0.882913761535922,0.9355561188151077,0.0266041537950952,0.9370820230649589,0.2174102135225101,0.5306849478110164,0.04131040949469382,0.24267139293213538,0.00008789626769803358,0.186502464591121,0.38632528391741283,0.0000018602795331414896,0.131743055278819,0.5134504643651536,3.330791654454272e-8,0.05660955341261197,0.0001232046443266771,0.8081998688579052,0.9099969236128609,0.0027302165251755998,0.15068845401842115,5.335788624584138e-8,0.00005598653470506163,0.0064324991652597585],[0.15019414543737594,0.3809298364198976,0.6140634741890812,0.6907544917135499,0.336591154493952,0.3473318560732488,0.010001656796050029,0.021838241771088115,0.0000014253950737175173,0.4889319117433049,1.5396736932628139e-7,0.02559304786105227,0.0005327432844448952,0.0005013995925538292,0.29812960649675163,0.000032248799746897965,0.0005346126481078207,0.043398750091530464,0.0010167352310256745,0.5946753344833574,0.20528386600742124,0.9131564834841915,0.36134240903846,0.018582917621055108,0.9660383941005768,0.000012323357015410864,0.7998685909159311,0.9559429137037362,0.03853089639209456,0.8963453565822995,0.46448838486731747,0.29601107796345283,0.05537070650607675,0.11164304563105706,0.00024151925206086138,0.33398469099280403,0.32017014066219135,0.000005238195184944342,0.10477107462166346,0.44247940970515626,4.4702527191494196e-7,0.055349838982163946,0.0005766133018336921,0.9076744410748326,0.9437950687966712,0.002521823105791003,0.08181984268650186,0.0000013769287365340042,0.0005474236333947229,0.002437983474189192],[0.648273761329911,0.00006971019919149795,0.4785394132817075,0.07897849033819249,0.8205754573410822,0.02752810856833886,0.0014775070983268975,0.46442450106773475,0.4574522325617603,0.920560542690356,0.6364918572744754,0.3139400939138079,0.47002190762291896,0.49461129928071107,0.00662142086330444,0.010842556554246558,0.59560833822369,0.37168359199253,0.00011754096410341498,0.384166893308324,0.19293241106591355,0.4294373633480813,0.254232897997067,0.15412744672109474,0.0005959451120292785,0.7967977688682216,0.4048907430373772,0.030849400955070314,0.6361950311899607,0.5840641391968644,0.23895626896487673,0.7802071284438229,0.08509782998590339,0.020720282225666728,0.8186205778975932,0.43917426667689946,0.0766414225404885,0.43304250202127215,0.6906976551445043,0.5684157080751586,0.06368264139736866,0.4941802142807537,0.05587703709456855,0.40405180075479347,0.8939126874674157,0.00008028724398119081,0.0031618657934913367,0.6500183885723948,0.011560628135230042,0.6676384745650068],[0.8854981364027589,0.00009425403015725984,0.2772338214125748,0.8277612239125571,0.8282103240976967,0.083163811215362,0.005136178118040676,0.46165620197263735,0.5487719580607622,0.578933921204276,0.5081841768368817,0.2633957910001182,0.3335797298094735,0.5608949084554111,0.09161897349553932,0.10754767744686805,0.11472719324534958,0.19088924564977378,0.00045894552389545115,0.17099157232463363,0.3054968462444399,0.469645414703008,0.3221152801002355,0.017015464855637284,0.00537751184583797,0.0019631468636107014,0.4233056073290648,0.5793469079423029,0.3221751003139007,0.7365389527297411,0.7697147036662778,0.7029903614575465,0.8627050520674412,0.15206878181652234,0.6789757729362428,0.39124281463866856,0.0015097990150870814,0.3873711658666323,0.2514994795789893,0.879502586099392,0.30627950762033457,0.3618211598568207,0.1143166735361315,0.6492317754795479,0.3755634292945893,0.00005321160296507336,0.0016546369374302362,0.8798414714803295,0.0005217067546563965,0.49960557343586115],[0.5658216460992562,0.001279391210059564,0.5166213468870345,0.27434277991656425,0.6904454389739251,0.1165495554358937,0.11873777840790162,0.3252230056566145,0.26605674587305805,0.5159642293390574,0.4246010992914296,0.6837330739764783,0.5359030596740666,0.29929378871250506,0.6373844871692603,0.22767924869227468,0.5211272965111513,0.4575355043809644,0.13637943093736754,0.41035704266299466,0.5603333913417622,0.3520245847725832,0.5351395338211197,0.05299497851118029,0.004444665090677169,0.2730372302345544,0.39699123277411863,0.042191726541328696,0.4719454060631868,0.8198507176538823,0.29838326866740406,0.3714064192036296,0.04732787734044506,0.5759112936475809,0.5512001454411735,0.5098987140105509,0.5174711192863457,0.8075795315868322,0.8490225514202804,0.31918011398827806,0.6398893171275648,0.3627229906384757,0.0779163127823038,0.5749166011808536,0.4220378129363936,0.20819484017218665,0.0624581179439221,0.5264772286541163,0.0583066684829812,0.6446052941649701],[0.8470446486470508,0.002209280071844184,0.7786704876806202,0.5461616112850237,0.5166039338613945,0.37797212431988225,0.028270961181027624,0.47824706460200045,0.28249972157038317,0.26551871420986395,0.7449621208306033,0.8847686978678261,0.8048859329362481,0.3846076276167985,0.5521638448203794,0.4546971708309083,0.5439712982896107,0.1545488916917411,0.02731734316607232,0.5539657889979828,0.17336822365902008,0.287118068048046,0.4622875343028045,0.3002004704158906,0.018501152344614444,0.0471238345137739,0.555187786414401,0.5166544416403979,0.466865490395674,0.6059348376874698,0.4232428479121191,0.37513044931961187,0.6929222419894033,0.23638336917285704,0.33985785458096196,0.2183530035815669,0.017261284526114997,0.8715545126757032,0.5137209705910313,0.7650658033693922,0.7020442176284791,0.22232631395959265,0.6567032692168249,0.49855185346764674,0.5384173715096316,0.004562364703386155,0.12520808911707074,0.8256541441017666,0.03317745138666024,0.7565035680391089],[0.5585331564447754,0.0002790040022966028,0.4917943396092589,0.14831208624186887,0.7313054338489199,0.0844562635448714,0.003818210969179137,0.568183206178199,0.13181720182980616,0.5659122952829811,0.49730615672514905,0.25334643081520103,0.3611485986087333,0.6431217011012453,0.010260498767489494,0.03561668601475923,0.20650030997172494,0.3353495888742023,0.0008184798343899045,0.17866751263969505,0.159578672643451,0.5782241439548346,0.4083348244927986,0.07480297989582017,0.004225748713606419,0.5716178343263709,0.30650325891911334,0.01275218212294727,0.5474879366670051,0.771000736647473,0.4286887681522346,0.5924500410606868,0.18072218407941967,0.16361830055754126,0.46239460431405494,0.8069662358526387,0.08706382214237317,0.21344029583564142,0.7925152549720345,0.6661690996443778,0.04963461297576869,0.4545270234678918,0.031907799979988716,0.4838363586671532,0.648018769314935,0.00017512609904885888,0.005347165959438941,0.7065956688224313,0.006239564664933096,0.3812371532663179],[0.7335410358384336,0.00014692802047109875,0.42328879336253517,0.4821371578502709,0.8078259762588376,0.38233616603959364,0.010643241574316167,0.6144542936930202,0.2013043327351309,0.6860021242883303,0.6051333527355902,0.2267099274672687,0.26857659555293767,0.7610178724008115,0.09109795841121185,0.03528588723681681,0.28500328584304924,0.5586300092047306,0.00033557336703741227,0.04946885465474805,0.04040461102657377,0.7948396347475283,0.4661943077317442,0.15313477272523976,0.06639727372647913,0.03576156203605341,0.3484851635742595,0.03396480607611222,0.8787100285388056,0.7595963030977012,0.5503309939844051,0.4557379407399919,0.39131145667831874,0.08393607301650405,0.33666964180487985,0.7193222500141382,0.031529184972019335,0.16320538577313196,0.5809097082044603,0.8330803661682157,0.1709408729425646,0.6579819992898357,0.045703023958550124,0.1666751928402008,0.8782845416225895,0.00011240238203777956,0.011023744254422766,0.8688442903401143,0.34624945348357683,0.23871940901273123],[0.635358773726416,0.001544499619596434,0.6928426610999596,0.15751275885922433,0.7232081563936074,0.7059180460240618,0.42912509557934747,0.17040419195724565,0.22845236009741948,0.5749358859634838,0.4278689929083874,0.9185428274699418,0.3010538016614951,0.7995118156278515,0.7123516039585157,0.06267513219215053,0.7362273126989923,0.7801636735184204,0.03400979137230705,0.3151347699438687,0.11445784349226533,0.5002973887190448,0.7255701476036969,0.21600072794487693,0.0993976985596205,0.016021492511752385,0.7895295814466099,0.1846577385043584,0.4711465209901195,0.5925461193448862,0.5161583289090931,0.6163494433389498,0.3318851271860791,0.7328692585830112,0.547914603196112,0.28731939289308855,0.2416137351583956,0.8224939156067698,0.41129999426959707,0.5277988390954967,0.340746930434788,0.37233292636741383,0.09830151641019663,0.10491994547781262,0.5179101121450461,0.0542245293899012,0.012363628379137705,0.585191688732812,0.5691983480974364,0.44284763586536957],[0.7073344755615557,0.23379402341294986,0.04185605857409556,0.5537717087167674,0.5894216331787757,0.12948618266779746,0.00022207951870551495,0.24583116452454856,0.2134974237502484,0.46459432761438657,0.6881101653262492,0.000029602886370706354,0.3687920434798489,0.9123478020545313,0.0035130452093480894,0.0014188512871233237,0.0013924649695053679,0.2107189972204489,0.00025635229152605156,0.27419635941743986,0.5825561233075678,0.6263255586243266,0.004004983766512424,0.01790409737607961,0.18024758808949937,0.03879696245901281,0.002160689385384456,0.7107894798674861,0.8337861013123663,0.8503999575458373,0.7159021273727373,0.3987724721896873,0.5993912872541712,0.14930882081474722,0.6006064190097014,0.7456491679092419,0.00034356749392728435,0.014059060639708293,0.7412100282727718,0.7617830452616767,0.0005719471545771878,0.6605209680028639,0.4244145524894687,0.29392375973360146,0.5436816711707487,0.0001510981665681086,0.0030151049859068442,0.7012108025659124,0.3778524159600864,0.3211241957075555],[0.4543556066591689,0.268967569645765,0.12579923587301586,0.5098366093529278,0.7808464498305335,0.27314658292416566,0.0004648930305781435,0.6228097332142998,0.6738384544652298,0.8650100446858311,0.33590538632933503,0.000006552672513756718,0.04944312501005235,0.5601263749334157,0.0001477157877064329,0.00028443200744184937,0.011449498045585767,0.6782795557736904,0.0007941090796219895,0.5102763398200668,0.5787669760577766,0.1189491926277338,0.08789007316571351,0.00633434691467146,0.27350756942101906,0.09606874777691654,0.020356051281616543,0.39711755293401363,0.9543403919957854,0.8190737078340966,0.20354037976082057,0.676068890100614,0.4895309164085874,0.05520941937324297,0.8138191923723965,0.8497199997224593,0.00013021656777236572,0.003603764896650996,0.4708523948498298,0.6035052496628771,0.0016035527189434647,0.788714558453343,0.5189166233702884,0.010805875191504378,0.6643244844623829,0.0005689188218117627,0.015423952821525528,0.8609031587073858,0.43069818185580766,0.44791049502579294],[0.7213707601153878,0.7911329827609075,0.6262625877993608,0.7270006503811123,0.8002917522521784,0.3418202558183845,0.07934395316073067,0.38458036524693073,0.3958133424121171,0.8512740607583086,0.5039492849750771,0.001489329009656998,0.525524502212846,0.4488644065357509,0.0239454572419961,0.03335229337305368,0.02756977971483505,0.23801281007143715,0.6606179340339591,0.5756680412519267,0.8713789255141441,0.08495312929948182,0.45630659172255805,0.020332346525303396,0.09611411982681642,0.031241545719604503,0.09750715409655157,0.5851054956383337,0.7818475241165943,0.2741423737186267,0.6940584546144978,0.5688021300009201,0.5650547331287534,0.33292461232671167,0.6718084968278935,0.5524806793935387,0.00331788525902785,0.09325950483522552,0.37453521221606095,0.6378224371632712,0.1375222086146479,0.6688138987065391,0.8547518198270108,0.020706929550370578,0.7322332922524079,0.49877865972100793,0.049067792161954255,0.6240916342196534,0.6814492933959448,0.33615754193247244],[0.761858022184982,0.5513375263258198,0.005758425716555117,0.21876469842339832,0.15474120484754175,0.7456317357063428,0.00010002180239281599,0.3026706789415058,0.7228461080777009,0.6353136061286883,0.0008996391794551979,0.29164302286769167,0.23550130983247486,0.013432609839511002,0.5884002165583886,0.038837082681504764,0.2732268688232577,0.02832975583700916,0.3579761056526307,0.00006965477292751945,0.30195931993443736,0.005287549186830159,0.14785441912153235,0.000004198000422122509,0.6327225548922399,0.005644419865145124,0.8564780932071236,0.4519920495114362,0.3523035611793102,0.9041032774712771,0.02180313824630155,0.1402371223475681,0.005211935701644133,0.006076333672907896,0.883741700377457,0.8059574045128447,0.065493805778104,0.0011060008579878862,0.49834870454439517,0.19534146895294938,0.000050668136684390264,0.0010794149829489346,0.29208880693451195,0.894489147417986,0.018077042982461135,0.7229029749033252,0.00020123137752692428,0.00090867928313664,0.003299470475870965,0.9658397846048873],[0.2071081180961158,0.6530258180681138,0.012401393932262082,0.4071584661249606,0.6363354983684997,0.7299040557989082,0.00006836948496323935,0.29144006677292317,0.07538584729260556,0.6179752378753617,0.00010238371521614888,0.5002907492297598,0.4224011690296941,0.004568054306158021,0.6422732682586307,0.011432859981057645,0.049234147356277146,0.01661434841716775,0.009866177451249477,0.00029787730994498634,0.16756151379880665,0.12416965002672815,0.02030404032835297,0.00013174594326844293,0.5227498893445031,0.0006470528182803719,0.6274605475003497,0.8723035228409095,0.10431647714268458,0.7008985296395996,0.0056565541545853144,0.009350563018139767,0.14976119712702196,0.0434687566215869,0.8608871942467248,0.577795746680502,0.22165088723376233,0.0031504153153268303,0.1739431292648508,0.3094917159376191,0.0014041294724345319,0.0005783727467593471,0.13368620090179076,0.8372236514184095,0.013885824731300879,0.6350254688454473,0.0005476584683630746,0.0013081655720015017,0.0011863137253789401,0.8514040324415407],[0.12215031364437318,0.49327519800387737,0.0023745700867936126,0.8050791558187039,0.5946109160432349,0.6870132672154003,0.00012087215055044588,0.03310340508346894,0.11723168320917157,0.7189424862154549,0.1481947632321537,0.7239883639861725,0.8195212164245917,0.36738275171279877,0.17166664085511876,0.0025175813080517747,0.2521096733175587,0.6827901844357379,0.009988716998027239,0.00014205192640266603,0.1909086652080112,0.0006952324603282653,0.9490630464845933,0.00013090561748564634,0.9539611752244148,0.0038243100201334084,0.16277455019184225,0.8431702759616486,0.7092368601244227,0.8235449616349118,0.00123278473280502,0.0003286145908434821,0.6835302861811137,0.014331459692933842,0.3734214979249782,0.8445427317322218,0.6683522707871127,0.000035330114164663165,0.6395318053420599,0.3552410309408197,0.00004566921612924295,0.12731205975782167,0.001002706073091546,0.4640529377364474,0.0024682243603028997,0.1828584055380413,0.00001511329578206488,0.002900873337564273,0.0014793906813473365,0.8728741442747706],[0.0000033383737602495056,0.6863665091271577,0.45245040550463667,0.9128534684529923,0.04821469427675158,0.48042392223674385,2.922304828161786e-7,8.547853655790129e-7,0.0000049518612419273294,3.5352865693858716e-7,0.009865435995330893,0.15670945082986706,0.00014362554261649076,0.00012992339139883147,0.0003265368570295125,0.1279611243970395,0.0006781187730815979,0.10451542668036655,0.0011598939260018058,0.12094424749407588,0.03880812985290589,0.833074551694609,0.01056249178212565,0.19586026133833004,0.811248483376258,0.00000752751143871985,0.9204679742889719,0.955866441162384,0.37105555742678265,0.7874029316943848,0.000009224878064138489,0.00011893762624096679,0.13009247464556672,0.013689855182847484,0.6884117915123781,0.13009843691070277,0.17105310664179854,0.024433966901542103,0.2753693393768568,0.004276044190409745,0.000027094263961793922,0.2144965023333512,0.1991811602058929,0.8672841450201493,0.8147598109749111,0.000018600311308542402,0.11642992552782434,0.5572611648735181,0.02553439963718047,0.002021519003660027],[0.000003345594277153879,0.6978564144839999,0.4943904009485006,0.8491160968623785,0.042129918974716074,0.6536539461889653,4.280279982151576e-8,7.299726684632825e-7,0.00001591225394113838,5.595720700960885e-7,0.0018764936270669525,0.007058805664035999,0.00023926398963654378,0.00010425440307741527,0.0003992273018651666,0.08504673584417083,0.00022414081155651367,0.1776386499779216,0.0009681915596231761,0.64536502199794,0.007660930398641818,0.7737775493321429,0.021600982864630882,0.06477096619684836,0.9509343814230043,0.0000028241315394565905,0.9470584827455679,0.9387505073274428,0.5306620337965501,0.8018235560485809,0.000013733426568670784,0.0008307488157154627,0.06729315821129546,0.02374019069794493,0.159658358741698,0.1868843739129438,0.2381079883581176,0.02962583845366738,0.31277697744817046,0.0008118362666714685,0.00011354216831422286,0.24447819277238927,0.17919177281744839,0.885091421105226,0.6962759438779477,0.00004966035429072377,0.011424007802928227,0.6410399276706996,0.053505487582795316,0.0013374742751055765],[8.913348006522995e-7,0.7229887811251777,0.4783448066677724,0.6779996273912949,0.25037134265706157,0.4166372484535358,6.908139290894704e-7,4.6477703484289667e-7,0.0000025309796127693805,7.126996789567823e-7,0.0021637954166879446,0.030615288457078966,0.0001744978021312624,0.00023877738640228706,0.0005686542338389462,0.0821686165685334,0.001254376879597346,0.12557204952165466,0.0004912958656046274,0.17947097336975576,0.1069598805057832,0.7999186701785421,0.10108618405685947,0.08329854151992633,0.9771299000429536,0.000010285969940686515,0.8829089898766805,0.7529657291400358,0.32085130771019965,0.8939244632502811,0.00019031821227373497,0.00033048406941533717,0.07666951898214336,0.007959175738836978,0.20989386791575862,0.23781410678401224,0.05687968332512989,0.0029552698418104494,0.3434115743256985,0.00245537238742805,0.000052872533741710976,0.2683749328086289,0.5940253360334361,0.8374218099216798,0.5831550357560696,0.00004791341729415178,0.017250412368584843,0.5185142883734395,0.03390328286436452,0.001542179195045918],[0.00018937450718930165,0.5001296020818029,0.6137622154439515,0.5263017365059809,0.2128093812060399,0.7863469920913554,0.0000013834913460794505,0.000053481973035867996,0.007047363755053142,0.0004381773688249097,0.0054648136656196365,0.07072216683260084,0.00045014331220085676,0.0014680198462936453,0.008954327349257362,0.13962252328423838,0.012981122249641297,0.22497577234289667,0.007113391037856855,0.2671717082841065,0.14672698791203334,0.5704861805480199,0.022137135138191426,0.023487163298154645,0.9206079452064208,0.00008014095903617101,0.7500982775222391,0.7789094942717976,0.19271993880043709,0.7556509957068213,0.009438585520226202,0.03794826725119904,0.2192419675071582,0.032373766434441655,0.3949409654921297,0.30042900009899665,0.051732353797822365,0.0171063776959869,0.4735114614646879,0.00728594068330677,0.0003733573222419478,0.3506087515958011,0.3020546817627862,0.9044711637806007,0.914928388838689,0.0005770630215357077,0.026452413469960245,0.208964382696005,0.058298912438575996,0.11726563746921376],[0.014218133120401037,0.38999675283370827,0.09925803414690935,0.8047508483632657,0.00016966975980345006,0.8997246273718594,0.00004583291238515458,0.00003276459524253773,0.000008425018315329344,4.435290420853802e-8,8.826468295654759e-7,0.41083642554363875,0.22456266833092678,0.00015266432706498564,0.015658921038061418,0.14556587302255838,0.13706566834637887,0.4771619551803685,0.00021745398519269974,0.1957727226813972,0.012545738714610481,0.8924122817736676,0.009936872145310839,0.277020095550016,0.9312413827230678,0.00004271108885860828,0.9013643789356489,0.857593026338433,0.13712846823390917,0.7413289759339453,0.056030522915889974,0.0000012117704143548882,0.0000918988000484986,0.016874764784164782,0.11309286062830137,0.002963073929001401,0.1713693280361341,0.3102527694414194,0.007270360714886186,0.24453159851259867,0.005909836853127759,0.0012958305104791355,0.5442389067905262,0.940176280453922,0.6340189004936485,0.01707807209488935,0.018301558734386287,0.2654589755077063,0.2848902653452107,0.000035603430821599],[0.0011837436318146302,0.7350735739214498,0.07013248558849035,0.7906095547542565,0.000009199799171799085,0.6863072332907054,0.0000603460324819148,0.0000070332371296881,7.24493751519718e-7,1.8593847357379633e-8,4.703565240196123e-7,0.39273288062617356,0.185052723584828,0.000016676039236690805,0.005275513327730019,0.0212442611060417,0.2882660055632248,0.5058654641499007,0.0011237236260431451,0.33877401324741074,0.005064403118605229,0.8504028696143384,0.00009245328564791384,0.07928365174172045,0.9340950757866964,0.000009827037890799858,0.9042456020695643,0.835438454367207,0.11960741579555582,0.653835739604667,0.04248554633250394,3.350362818677394e-8,0.0000019599389673140096,0.028377357821451992,0.37353426354912705,0.0014233121843535183,0.3016276608745949,0.2872799893470176,0.009446136138247588,0.19047808868564117,0.0003775754584180761,0.0000320193657872247,0.4641600619675613,0.6241003885256343,0.7167732993319337,0.012404851284210452,0.006532803581843714,0.470425590206986,0.3514427279506564,0.000018898339923071517],[0.047169223740595005,0.6832999052642607,0.015076910509741212,0.6869449195150443,0.0003278279463395998,0.7601237710487022,0.00011711612266249597,0.000022620416644541252,0.000010248728509203401,0.0000015575164620870702,7.652042520774524e-7,0.313723771697116,0.11306041775238003,0.000391755934657045,0.011530229810155003,0.13258880576553614,0.18424444195662448,0.5364474621928934,0.001832556368184953,0.3321785607464134,0.11480929048490451,0.7973692859361757,0.005885724038377464,0.07594791882910969,0.944741371388741,0.000279263863312213,0.9710836492275148,0.707349248264899,0.15673526047698744,0.6893116700308518,0.07035698540837466,0.0000023551297338634246,0.00016874491968377932,0.012589755804611084,0.47669793645239167,0.007425850671825215,0.4386932225358194,0.4786009409722075,0.016238615372944968,0.2123707074246621,0.001888592935944581,0.0006531307749324369,0.4238380446422875,0.9415555367811231,0.8627061208391794,0.011230192606197181,0.008898797731402345,0.46708090841575917,0.10375914089663595,0.00033821432953379217],[0.1499276704477987,0.32496163154209085,0.5273024908827666,0.4895711740523166,0.00010564499131938162,0.7464356706045686,0.0009650164934662067,0.0030614517951697545,0.001218098750017251,0.00009259177032783129,0.000003049922963042095,0.3430236400239327,0.2724322015271097,0.000647364945501486,0.24126009463180376,0.12468404955145568,0.27828301384391085,0.4332928577944629,0.008027553860477175,0.21402099118394124,0.053846534835746966,0.7741717890779817,0.006946864435595078,0.021894116649732235,0.9099497416697554,0.00004483014257414864,0.8987396868524583,0.6562775919654268,0.05344556339016554,0.8994502989937109,0.42399507934450364,0.00003871151758103806,0.0002768991867933129,0.021151942433492582,0.09972622735320985,0.01278595437385111,0.13733171864855115,0.15417094969332631,0.19383259297363617,0.10439048455687283,0.0004943014807110159,0.005482579661852581,0.49097536654921137,0.8865974709408471,0.919442168979303,0.03012916327584062,0.0010601361129290176,0.02533333638990027,0.18243616709879057,0.00236424427440466],[0.00009583260137793691,0.6939821799152183,0.3416191160360423,0.0979706966858187,0.7568495797869594,0.32923461558231437,0.0000014363955138842563,0.2699512018168233,0.32738829707079664,0.0025221179520377494,0.00023738263153038117,0.6363661738217072,0.5166925355177922,0.5124754497582422,0.5365629356038688,0.20648713982959624,0.032752248160000594,0.00023392639072530185,0.0021836417965274465,0.04554529628827488,0.07566018112381734,0.43166703753802527,0.1769059190697731,0.01143588334233167,0.7654477168435561,0.7834520086531938,0.2111141326223678,0.4480868604824982,0.2925654612393489,0.22671562019904193,0.3101216462230635,0.07988513053415128,0.4444239274467201,0.24182431495839818,0.49992125452237307,0.3880371609152686,0.22600409428915832,0.295442100444556,0.1593079601569604,0.4703223153256018,0.009495064669026877,0.3316130959011002,0.30185191744571915,0.44794104388272155,0.27401603280889253,0.12695849656720146,0.00046735067405593233,0.4470589005782303,0.0001559631957653492,0.6752609613640678],[0.000012159909237041208,0.8443149996968505,0.3550504374151161,0.025846639822745057,0.9002899323325265,0.528624911456108,0.000002621666537530486,0.04227019488841578,0.5386962419501358,0.00011321528288095837,0.00008777297367139598,0.7273840139903472,0.02513999402399102,0.6887310493899288,0.5418006854655264,0.23856758102981648,0.010135021618745887,0.000012806649956625998,0.0046020967656446865,0.026653753807377136,0.26715647157190253,0.2865744439504192,0.1906234608569082,0.01563781864292773,0.5785881481049826,0.7449436798729805,0.35076930275897084,0.3208431000317244,0.7154033835625359,0.23068253241679443,0.2964610919085999,0.02576822379019385,0.27185274471827353,0.30294363081871534,0.8588595965436077,0.23365367621810304,0.3738871725826716,0.5804850066113042,0.24232683947121825,0.7009312133858512,0.005590995439061387,0.7435668673415551,0.5774187662391598,0.21564535664871506,0.5847570143057801,0.11821999582315074,0.004099600708257419,0.09797273922535071,0.000008559839857123755,0.9218482920614949],[0.0009244773020451477,0.8432242896551985,0.4967457158219764,0.12473455126505598,0.5474905982142126,0.41180858376188006,0.00025120257808488173,0.5390073765789074,0.6948490275883592,0.1904539985461494,0.0537768507809973,0.68013648578794,0.510889657254229,0.6973309184708589,0.6754024208045454,0.7606432563678046,0.1611466768377099,0.012755104426328455,0.13869193422415596,0.28536165291308474,0.5352299185944981,0.30296852755137144,0.48321688002531066,0.4446827672525613,0.4850465895817675,0.95541845167594,0.11348200909401425,0.5117714291235611,0.6444203612475454,0.02786002627294417,0.6045322676910843,0.6978198139565941,0.46733386312326414,0.822688767905643,0.6749194446380902,0.3356011091754321,0.8808083687449761,0.8623476133168148,0.0697638636842065,0.8514021231150787,0.7085580079000765,0.5613783638069572,0.6619087934669289,0.06419127756593813,0.45357920766039633,0.30002877846556036,0.3070433280539586,0.6521770979799338,0.007571791923051229,0.47915288290811325],[0.4423771009716615,0.6323880636734934,0.018240951330075274,0.7852532664974815,0.2650242358833174,0.48254922987688803,0.5486173411121206,0.5616834198485385,0.5515553735432989,0.48237073466861163,0.063732994059271,0.016883892814766335,0.604371070081515,0.029230079983696533,0.10120465368380238,0.7231497260737678,0.6647063525964341,0.045612655863348416,0.8334662887221352,0.6107065212336195,0.47901602330060195,0.6536923074560628,0.8055147281344369,0.7315927625672687,0.3225549638333267,0.6781987160410785,0.013000081299498235,0.3458015968162786,0.4996876632582709,0.20534664379202078,0.29933584213467573,0.7313119784581885,0.6944919696894251,0.7879794478284009,0.6231768476705307,0.022476086178619018,0.7397713880311882,0.6077042799633244,0.3008778133639862,0.873982154957909,0.28038034603883344,0.6760663173816948,0.8084118030299414,0.7270108666691941,0.18489427354712706,0.6422001746074099,0.46456611722082275,0.5153823639287712,0.7331870787774006,0.41801445081430255],[0.11569991252839011,0.09834545302040094,0.05265420693994466,0.21246909173556264,0.540453478803127,0.004108604390916834,0.648605928466788,0.3931024677045638,0.20683420927054738,0.3984088764353738,0.5201152829518837,0.30608864271685793,0.9194855524756597,0.39875635115663577,0.03657915069684077,0.7022838336634247,0.40062162023223796,0.050241023418732524,0.35986145390706914,0.5236665572184014,0.4859042911600324,0.4683238577644637,0.4165675051558786,0.4547559523696555,0.0015274599439466107,0.8243200327451818,0.011866020056014248,0.15657907982589075,0.35157861813175745,0.8636106794878972,0.8144096722630596,0.2160126687274771,0.4744129739696936,0.22643669571775366,0.5416187444108836,0.5256423298646302,0.4580758837803769,0.5334369157478954,0.8648060517840113,0.18620542968743542,0.1710187915920063,0.6681730712720946,0.4714684538846139,0.5937850329579122,0.5824712816029937,0.4059570015512391,0.11662600559867356,0.1955184589551855,0.312588958033271,0.8346978812340478],[0.29851422792372767,0.5972686620636324,0.24661884919693627,0.4528386853480799,0.5323289674898448,0.05352584085355643,0.7610299387821178,0.4499667402881673,0.43468304830301674,0.3530082350998602,0.7935916047856996,0.016458424717411473,0.6098451659863081,0.04984626545129852,0.09341306271014259,0.8455578842213746,0.7337823637622677,0.027058264180158557,0.3844409356594803,0.7039109091591592,0.02479927235086426,0.3533635858795303,0.4287952506651174,0.5518695827874197,0.18236030879346302,0.763001968809668,0.4542036344887748,0.47218868062931474,0.21242016644977788,0.6810819414421975,0.38449447903893297,0.282548982336003,0.5742877980070985,0.8016419149145755,0.7244821044323662,0.6966773545518422,0.5759727129320577,0.2835561701051333,0.3614130974303739,0.04537076215806201,0.014772635487880272,0.5879344395926729,0.4713668985291121,0.5267204801582598,0.7388666276435459,0.6692011965765494,0.6155243442074204,0.2533835690331723,0.7376421829917139,0.5523369895404381],[0.21365111489076297,0.9386393504685212,0.00021662666337115245,0.0007326085226539946,0.02836688289544994,0.6950438377531217,0.03919248295981135,0.00021999298506158283,0.831813960857186,0.0003916489498054968,0.0010446150066187319,0.20484345153503022,0.14900880499901106,0.45432708743664996,0.8723466594868258,0.6643166480518061,0.0019847947817376076,0.006441281559775171,0.6257680607120709,0.000012006518267022033,0.000048572797709386985,0.839782580675307,0.012308130770518219,0.0000080084316761372,0.8560044512512615,0.8589029498347723,0.866890755668582,0.6427500915498077,0.4956797850894128,0.7699381212552059,0.00006778103362434335,0.005927070162227018,0.1913347812271978,0.000588754652957718,0.5650305140084204,0.7480572397718653,0.000007054596728486269,0.304321104876145,0.5926168623958262,0.5750350408049419,0.0000020572892201852783,0.27473485995996133,0.21271107526268634,0.8498738186945524,0.8122316313787445,0.6825339622083869,0.0020594409168978767,0.0035673126717280725,0.003826322514028533,0.001869639860195218],[0.4521129420369087,0.48699147329491194,0.019434633231734794,0.14341851148942839,0.05033043974230099,0.7328956616743819,0.000005561678059718984,0.07150208498707267,0.23477483098339405,0.03681770543587324,0.000005133919482129211,0.1459402103220367,0.0000454431197970489,0.00003250885966852775,0.2759355369491185,0.018807335845788684,0.01808745776668883,0.00006967600530825004,0.35081192633289277,0.015565276729108608,0.015515644415479743,0.161529677237313,0.14204951289977347,0.000005206958381118112,0.7831926727689185,0.0003290938641377086,0.8537069406744543,0.8880281742088965,0.03976961098305496,0.9412827660180273,0.049575527232174656,0.20211663851701497,0.0000038153026155688245,0.004507751746876322,0.08674285593216854,0.2615141095028926,0.00012495526548673733,0.02206066773769104,0.1388605943372125,0.004152428152388686,0.00010320065099279198,9.022857090041495e-7,0.45674367370015956,0.892437194905568,0.5610475583446093,0.027714115440979032,0.005542692985320688,0.000004338665734505519,0.00033928164041592714,0.5107636675858844],[0.4287655813649351,0.782274200793972,0.7020773838791543,0.000005573221971865554,0.5272460170563776,0.8279237275257276,0.2923489559719962,0.022635171491605415,0.26135133953892103,0.00001946128411224997,0.00008541797032813503,0.8729624091971931,0.46799204177870674,0.28059115497507164,0.27018437411755963,0.0605535494776271,0.015374913847089744,0.07434047863930403,0.0000087655725183482,0.02142583006627822,0.7500256650716903,0.32734187717503754,0.18462929547082382,0.6117745080003267,0.8721179883681915,0.8960687249575251,0.6573552999630946,0.7643157436347671,0.2379285717496711,0.5881367768435553,0.12728253343056084,0.0000013210474820266123,0.2833241126890257,0.06100571197351808,0.7351217373606909,0.04280899107886861,0.00007533091694721648,0.000019355187304697672,0.22656471854883867,0.010088530888001324,0.00810813174806505,0.13186555829802293,0.0009924364799351174,0.001712625925656912,0.3994821647949343,0.2816127189091416,0.4288732912206257,0.5440888350221966,0.04787082739744774,0.5520877721626076],[0.6741783882500263,0.7653904995122525,0.5402810227714112,0.0002872855469464228,0.7396992191064635,0.6857767106927106,0.956975699462177,0.8441004912906661,0.9459168811450622,0.002054228208836334,0.21278559582952486,0.4883017222478264,0.6582889037863827,0.43207214899176777,0.6122188785073976,0.25080381416413344,0.25349789340368617,0.7669897635712956,0.04500194156015967,0.07584211816220508,0.8538281687429369,0.11413451143031014,0.3488555797149007,0.7477389596230627,0.8500889064858685,0.875832318376263,0.21697170464333274,0.8719394812294339,0.4408366961560444,0.28132841144842263,0.7981179765156439,0.01932524148424381,0.45138718718641996,0.6002654820218898,0.7853906356078089,0.1999140521553675,0.0003749857635764737,0.07179128669935231,0.5068498491594187,0.014279693628736873,0.6357220179916846,0.2972787550393724,0.01771494235719305,0.056739457661643164,0.3174117493957313,0.49525038684916234,0.7995302498062872,0.6942506182450718,0.3864658395167018,0.37078785655985697],[0.6268961497931316,0.8836501245758905,0.3736024862195392,0.000025553334720810687,0.645615105498995,0.6151738959204204,0.8738875747082632,0.8199508111243677,0.799019929992535,0.00023208004702494938,0.17967048152885168,0.8044524765766272,0.6537456073815443,0.3697393736226455,0.7311676995615171,0.10175048326581537,0.46873906933924087,0.43935013278005497,0.0002726433540154541,0.08489446524981926,0.7741038550548721,0.0380850220089249,0.5180501803507988,0.9325808332233292,0.6137313781458426,0.7227104161584412,0.09838801093289608,0.941488280481908,0.5866985545469287,0.3100439833163213,0.8247607891406843,0.0008479008028643973,0.20569605205077665,0.28693202810209767,0.6923510562607734,0.41804599434680306,0.00005289653357173452,0.0003587754248656264,0.8260240682650494,0.0017464811274168729,0.2275188863725635,0.6566834007177846,0.004161262912105516,0.0006225473362964885,0.3996635992655243,0.8617405178104061,0.9083778605749877,0.9090011893413734,0.7263972036738303,0.5667783044249829],[0.0996430316435909,0.5307701547847705,0.7703558204884692,0.7865017758973971,0.4592949731124445,0.5967020382532234,0.0000682595806070127,0.0008457162639125363,0.3334070734687861,0.1086417279857033,0.0009278904092785365,0.39632519617411366,0.1187906664029083,0.3565989049038933,0.5016815253379809,0.146665436949788,0.5203896923584309,0.06703573740498982,0.25908631041387276,0.5478492430737879,0.03367785128491793,0.6859361577067208,0.5446342753533071,0.0009747739011100558,0.8273314856704678,0.00002140521254342627,0.08864808576976284,0.3040631666074076,0.3470867184213968,0.7720219560064685,0.016796704661199386,0.3118494594321027,0.09314217799460381,0.0034756286350486405,0.06917204160429515,0.1655167210480313,0.006925641305884813,0.0002194733182820714,0.007114926020254223,0.028353981874956215,0.00020190601657996777,0.048659022484747606,0.09537104177213503,0.9657630915361463,0.7022144649362746,0.23250915755474036,0.0335766925577985,0.000067520100823549,0.39404107378159015,0.007869109248344785],[0.013829109776472859,0.7347577123895961,0.3445572609924893,0.5534824281755001,0.3302847480765861,0.8121659969561656,0.000021811592408434667,0.0021005303180526313,0.2796218574159371,0.025798756167414377,0.0019117020337511988,0.34924885322378507,0.024214874761756027,0.38709142445125555,0.10991640681899999,0.014686583246067348,0.31386369419898197,0.00179086659098379,0.11246123716226537,0.617431156391498,0.4302614184578466,0.7208518343662188,0.6097835548310307,0.012635789114248213,0.9523203733969419,0.000002859798641441946,0.951419898656396,0.943913689361032,0.36886380637638483,0.4651662434244703,0.0013839837824715655,0.2892516624339173,0.01121521266217821,0.0015532230837253685,0.024430362647579085,0.041761821569236,0.0007519672046266666,0.0012161060082190552,0.044270016540918666,0.00008711114700312042,0.000030668323622201437,0.03909025776284216,0.2368198812122757,0.6788979099829682,0.9494786375000404,0.07648699580986183,0.0019160784472092762,0.00005731084224818169,0.3834889877078451,0.007215226882550152],[0.7695324605714304,0.31153837096668935,0.4106887869522264,0.5014585011627546,0.5461792091576224,0.9078071877493888,0.014846625321104019,0.9053362571497631,0.011330721958685671,0.8702297499320465,0.00002256167777392106,0.742602936896969,0.2154957145770536,0.2166817417591715,0.6301663299120283,0.007065061926006652,0.0009024153068960514,0.005686560429789045,0.8784572237159383,0.20347753614760863,0.7830220077817338,0.00032554025131801894,0.00008002972791749867,0.00045037763658633954,0.08498626694655301,0.05874422355221676,0.0442084803148177,0.1581415204487201,0.0023499334681728336,0.6385655429931287,0.6785450212099112,0.7662466111963437,0.0003991490665407756,0.3946559485473889,0.7127581198489761,0.31474512737182714,0.5324236812937776,0.3461663125087625,0.012402993399201253,0.003753861949411133,0.5433293603009739,0.13558056275341568,0.7775890763159156,0.6333028726545765,0.42893616251430666,0.5013514739322094,0.34695319142713277,0.04115017750213368,0.008227030571734848,0.947183595591465],[0.7450966133210758,0.507278978117238,0.6321779954024601,0.4396184791511502,0.7420471242405362,0.0630816047160237,0.1989061276533963,0.5214403484627008,0.040544795267038615,0.010138208510016334,0.0005929076395947375,0.49188044671060394,0.8379455579811484,0.7750313676387889,0.322364690445094,0.011381686811498506,0.0001802724033540464,0.08176481394692418,0.29677971072522713,0.3622745549159476,0.7704317393507358,0.017301766052001316,0.0000474250262443864,0.019337812112989492,0.8246754410980521,0.06929791207608307,0.0768770478890071,0.16712853936310304,0.0009831552552481428,0.5331125676013577,0.9034799815972997,0.19879352275324275,0.0008719110248872889,0.5035958041295846,0.4866192581307356,0.7096578175206701,0.49615985978685934,0.3915428977593074,0.017802908580557015,0.004049214124031553,0.8490023777885956,0.35027311198019556,0.6695311233615052,0.5506191889711551,0.6390128117968746,0.20355969184521377,0.24370725103190227,0.10701640498465789,0.030601746852751126,0.0698481522540342],[0.9281579206245245,0.2358452328364432,0.00047901812950856045,0.79650430041565,0.6775941064908115,0.7152203120619469,0.016065511129179724,0.9124705082370217,0.6613450456843412,0.9753900055116791,0.000014713437371969545,0.1878894503276638,0.09315404787555813,0.0075495311661514805,0.09791297112009374,0.2067825373093358,0.6666318197454819,0.00033469229788830304,0.19593869669716932,0.0021652119745654177,0.7205983394923976,0.055936876102365335,0.00003448354028379073,0.19612084783910458,0.11046771045010556,0.3017182815228118,0.36616844199581433,0.6919602936666397,0.010500676288379193,0.9364745247933542,0.47991867668300653,0.8993082504170938,0.0823284949555098,0.5497316194438364,0.6145045318064235,0.0016426863187606125,0.35974338730945865,0.41140310060961316,0.0648149876409028,0.15685211089002846,0.5469882615158496,0.00008391673655542422,0.8174281727269139,0.7552427250443934,0.006461867399083983,0.7919685356822894,0.4775355454517551,0.0016951274228233348,0.01832419311992613,0.90332824657026],[0.33838903578231044,0.5663705934521006,0.000046099672718275115,0.4410729853965759,0.9450579201273215,0.6813256808475853,0.008126549878726073,0.9417224626877063,0.44975516272662835,0.9595794311329386,0.000006700105461946755,0.08584181284781507,0.2964259204928836,0.001288356195508319,0.10617938543114717,0.1147122514450327,0.5226156729220536,0.00010507121232625778,0.1391511361881123,0.0007053637846504369,0.6495906407305236,0.14301648427550034,0.00003031850553715998,0.6008847027997937,0.3888312694057766,0.6453985830444733,0.302768276936183,0.6286805704622185,0.005749214509444393,0.9341178232126035,0.7160996823120099,0.9065110345834765,0.17665040854705796,0.6532124416003946,0.538181833403111,0.006905836938400762,0.1640382317929232,0.2820360983765307,0.5095502458947461,0.10328460653688545,0.8388852818486837,0.00003428287401687308,0.5609588741020023,0.42476940458349294,0.003107853123991592,0.48437613288210685,0.5379802921819059,0.0009817580655215835,0.03503901849215737,0.9644340819131797],[0.9326992553979991,0.4368522126467965,0.00414064114507696,0.6919868501356782,0.8508621956157076,0.2143917639056643,0.08195152688621665,0.33659930041084857,0.7389858086532126,0.4045275852391252,0.00023966176711583627,0.18432606549839559,0.870438488403537,0.1401803337737892,0.008466531021512767,0.38189929567605757,0.332752446448543,0.0054090637248733935,0.0021517168556168566,0.005439523985852124,0.8663185174735131,0.7773333441040603,0.00015027478344632484,0.8239777482204002,0.8308888653790838,0.5382367659808757,0.45997827977217914,0.2640590846576822,0.00951742279936334,0.6141307244073507,0.8189086696920226,0.6081979628778965,0.3272510180761076,0.6052739202797828,0.3038480798661453,0.011040392554043817,0.6263497241929091,0.4605940841905907,0.19704581606766025,0.08970291265382936,0.9158276422643407,0.009515582303335022,0.8102190277042157,0.58846072989529,0.054424270722025464,0.6549969620672562,0.3363959441557514,0.00777126869667494,0.13534052257403545,0.26863645691026533],[0.9344644539549569,0.003505714663420642,0.4675560919953158,0.020302921213677667,0.20713991048850508,0.7977257417190649,0.002097520554803344,0.7452255641197187,0.7899361675724008,0.6947338297098564,0.945727424663838,0.0008187170398792482,0.7574715530742485,0.005573915692103371,0.02158034410513646,0.24696076372717532,0.7440762026331103,0.2428706766641118,0.27627043787063055,0.8067165754441639,0.8602541756982597,0.9561107349609576,0.9708331730511784,0.808966446658465,0.7449101663491603,0.19067941483874443,0.2017079915805047,0.6875641768407262,0.6752132134499126,0.7066659841243439,0.883104430280385,0.07737744389438134,0.9200836920601245,0.480603935090593,0.47422041134938814,0.7746222831432655,0.8808651486550562,0.19542094673709287,0.10152593509337621,0.8627984812167995,0.4600144570586508,0.01455303266525138,0.4356980888348345,0.1378138469567777,0.21602390994994866,0.5681934808995247,0.003454331229890137,0.9626901507166896,0.5851500501728207,0.14562629118255574],[0.9553038313280261,0.009350476876341003,0.732690991251961,0.0071977131559268865,0.5422331419771346,0.49555914550023217,0.002440692394504526,0.49892005111730686,0.8192174428702388,0.18837438878817087,0.6296884981975178,0.0003657484360265694,0.8508436407917557,0.0023261003823148397,0.00734804638915061,0.5279700049847627,0.3356927193655947,0.24457336009782016,0.012306359647853714,0.5169382745645892,0.89645185447276,0.8947980620841741,0.1533252402879423,0.7356137404367884,0.5355653541964314,0.03236111149506066,0.040102099545484694,0.4403854570863649,0.0950316268136175,0.5978185062465831,0.9589143143057693,0.018104296313723376,0.09362371352080444,0.6464574582809586,0.5704294296135148,0.30411538805397786,0.6496681842283826,0.052807704122536187,0.2771821167151955,0.4041075396883597,0.976673182287224,0.0019088901152538942,0.8339778628169031,0.487220996471405,0.5465587428120589,0.6159188175916309,0.0019006047184443548,0.5066233982882798,0.4449871874384807,0.02455355515665141],[0.9347691097561354,0.0034705584301961637,0.6187941019027405,0.00750763754218528,0.41710784909919113,0.48486278412496064,0.015079978497375216,0.21634912063402215,0.6665035629671843,0.33327661456399227,0.3389117959181403,0.0008283765714444118,0.5104499866060197,0.013064854839137847,0.026144238746655314,0.5932473606600343,0.234150608384465,0.16313597153674994,0.04313710347880664,0.5411828763868108,0.481544889239657,0.9237922225030414,0.1391934814333101,0.8068789445411786,0.662298781306581,0.07318487719450467,0.027412013540744042,0.4324837407780205,0.08631264016031516,0.5118152250853935,0.9375681558689837,0.09999148261373508,0.08892279118967075,0.608136994844607,0.5122082266078068,0.30650318476048194,0.5025538310823517,0.08713661212885779,0.32457948083273913,0.4386451646691705,0.9566409558878983,0.0017261996453396705,0.7946378306931808,0.269865739162795,0.5972534565667903,0.6714040789415721,0.002000736722801557,0.5591200862523157,0.16361270620799992,0.16922262157441342],[0.8224336031052445,0.0006968058273444928,0.19433784756030625,0.001215164213889206,0.6504950206526183,0.9670528135885547,0.0026647282876342553,0.9169310492400985,0.49205245704474215,0.9657841649515014,0.25259288248425754,0.00035951213420584016,0.023642617481164228,0.0003625236038820772,0.10670476250137112,0.6046467686930339,0.3322367603376898,0.036086067971765064,0.8088947314978565,0.4787443883664135,0.3542589674917635,0.2253829947674948,0.35399739745005554,0.2513651971613492,0.19836671244094323,0.013242926857424798,0.009542085206132202,0.45070187794840383,0.2015322446757617,0.8608385308231794,0.5571155150725919,0.27822223243825644,0.11018325896426676,0.32579193283544156,0.8151132539039297,0.25245182678685185,0.5646104725148917,0.2055262446096897,0.10005190731248821,0.4921549717923769,0.5478235853035223,0.00011355065703880124,0.7511615715935472,0.6643914891674453,0.09861399574107026,0.8068217185378932,0.0013220840775540383,0.2699280274315419,0.06429181078929791,0.9126403620524068],[0.8912654503239413,0.3388839561835396,0.6611568673270524,0.672779448810464,0.23123044895198547,0.0033881608107048113,0.6573443033381824,0.12543322422880054,0.46501268711888144,0.06078797773483495,0.20216788872813996,0.0032623071687439957,0.24057131194256745,0.5812272187354315,0.30782062916404523,0.5747240662941809,0.0001967137312585989,0.004437457240386136,0.24753763628943312,0.03329090744234113,0.8571383254477423,0.6472135586989909,0.0006912877319440983,0.24436698751615796,0.8306591707771388,0.390274537698388,0.375536272945621,0.3881284328818088,0.27779674447064034,0.6661866966496007,0.7172872245130536,0.0969484105215769,0.050289948985902964,0.6603315465965216,0.05667546623784457,0.6973086588021573,0.4066617633867167,0.0064484192198569915,0.49957756504462425,0.13580884175377525,0.795567409857017,0.04011996300704375,0.5806183129267269,0.0190539405042691,0.5816368281083985,0.6291473041855801,0.15217029413743044,0.00534517694801371,0.3533345953550862,0.004972531788859562],[0.24163458698746923,0.34487613198287415,0.06019013013468025,0.5583775027265135,0.4999343745718956,0.6082552563995655,0.8041860061041237,0.16606064232176043,0.8246634380542752,0.1923670783120452,0.44215736151638757,0.009200370384806865,0.6000278269224042,0.6237087236422592,0.45272633885614055,0.5709768196984593,0.00416702946592435,0.13892498299750217,0.7293476451433029,0.052598019033355696,0.15312437299582266,0.6810317121303673,0.6271702545466412,0.6803737569384688,0.6370702528626283,0.32121687810178606,0.5532918671767786,0.3941840177607159,0.8023014669636963,0.7350952470600789,0.70300511410449,0.4213226918420331,0.10920377474428976,0.6210601104825347,0.03650761439510569,0.3610733185736423,0.4972364012246989,0.014961865157932998,0.29876222148464343,0.2620695390210836,0.5254992593798913,0.11185096690791178,0.6660501409878188,0.10603384155524147,0.634733789418761,0.44698238051209893,0.5078892902285921,0.11561561216308307,0.5966893003230491,0.010819158024575566],[0.7865834881148761,0.870183980837578,0.6127884358932222,0.8412716182273345,0.5294292787263654,0.30433648478192016,0.00018166037782184225,0.24016230308737926,0.5636850594323812,0.4755814291882203,0.6615011406941097,0.9238530322991371,0.00043596190565247886,0.6510727647148571,0.008771799047395747,0.36333603333240533,0.18696948271056268,0.849288686435164,0.5040722493718881,0.2640312802739224,0.22121001409276309,0.000009941928421198978,0.23642726196557207,0.06469012116718836,0.07833452921944216,0.6452319143623193,0.5626361650548765,0.5651571376872659,0.2288300635355301,0.0001747104832473678,0.681350762855488,0.20731029921555816,0.05825047424690345,0.00002768585757538497,0.23732800827176737,0.03789598081637887,0.0002781154436864127,0.000002384435827760095,0.6980022046429212,0.9102807440404345,0.5865950114922804,0.012851535371796145,0.009315649174894476,0.7116405418251083,1.2072993408084633e-7,0.4146935455208266,0.35748097071982243,0.7434686999013199,0.21287489603077717,0.000012682492905835818],[0.7902624868087065,0.9265397172927412,0.7091864393890567,0.6477859390573957,0.4903556727242278,0.48121408916421143,0.00028027962211727515,0.8496762692097948,0.9149543659287774,0.5080392699306213,0.1938012775583962,0.9038842440610634,0.00007613286197854679,0.8745080042798887,0.08430158909642324,0.9042033679006588,0.3366883898112197,0.9469117390717147,0.3908541895289216,0.8294779629288817,0.01642072262230109,0.00003091676586892108,0.8959722448360458,0.08401652545057237,0.5420132957045827,0.9177841531359311,0.7873649939215771,0.8582710471289414,0.9899078891922879,0.0011821477066227206,0.3871096183222123,0.3107613215462788,0.8490253914761475,0.0001189264541873926,0.1388711512167413,0.2853570928010887,0.0062238351432435685,0.00003898099842643968,0.6053838863875528,0.8218948007331459,0.9667384952267634,0.02439643234699833,0.04183530121513043,0.5490528259213637,0.0000016947117039809963,0.5180136895613033,0.5361677446860769,0.48866741715407747,0.22467254443231563,0.000021583113233798206],[0.3519180410680088,0.9540016091424433,0.7549274834473839,0.09151673634294642,0.648443222785763,0.3201836312826867,0.0039539714084516255,0.11446181027140992,0.45593248352763155,0.6397540816492888,0.8462508204886041,0.7806337158557705,0.00015101606598094352,0.8074570938959431,0.010260361355653941,0.468676653557245,0.23557673041151111,0.7579388096829266,0.8006896545866405,0.3760879668947165,0.12362712924011955,0.0001797783555501016,0.20088285465764458,0.2705109541253502,0.2103396237416542,0.49783804010225874,0.8177429476707884,0.34335303649672005,0.255441136313774,0.021848234056698165,0.4697936243137541,0.12024905564394289,0.13182233481724953,0.04923375879385654,0.1950423109611932,0.5360989115750759,0.00019096032283594973,0.00010820797176245196,0.1689632375409108,0.8844504905725924,0.548148832223669,0.027639223915411966,0.41366213102045346,0.7632578643430735,0.0003991231278288204,0.38200930114272813,0.8354245813515035,0.2853472129470824,0.11279998004055702,0.00007159310036907113],[0.38350612812987595,0.3118761907257068,0.3666290602692504,0.5828655298807657,0.5289040343270703,0.4708534565653946,0.0016628453001676067,0.409560066401449,0.4822044515704937,0.930702421589326,0.4720189493589796,0.5490915775100795,0.000026444610801832452,0.73837817868395,0.0008510532626387413,0.12350738065402433,0.24687871096509192,0.6297715599713898,0.13968335653225666,0.7542311155046193,0.07097120193922996,0.0003479928354152913,0.0572483515732373,0.07867542625098584,0.15297372402508191,0.6260106481191221,0.7502946766723436,0.6139701686301762,0.18526071667471758,0.09214287505315957,0.6206504208430357,0.51724486746169,0.2012515258614376,0.004445073727606751,0.16158540966089566,0.8963294435418796,0.0006569306208611695,0.0001384244663460041,0.42581042503971384,0.9710227251132132,0.5228956836737533,0.4170235328612318,0.20354210204904555,0.6801519025018015,0.007501109874891374,0.045372438786197435,0.554300668117292,0.11699208284427708,0.015613992171537973,0.00031123110955846373],[0.2942696386309748,0.7639271263186811,0.6737727640299103,0.6508457188655431,0.6876987084546151,0.0012177651716529427,0.40945146967862195,0.0017552747536543345,0.1207007661896244,0.06492527079604095,0.90372406187227,0.8322051634317398,0.06786307833972613,0.4348276085462067,0.005671609026245838,0.04609353116927949,0.2108244094964104,0.7336713088557988,0.7136175269509556,0.3751131950367098,0.8426250776358483,0.23239207658081149,0.0000815922878917817,0.5253919053103854,0.5776884037789407,0.833781259130241,0.7835644422494562,0.20720250550231298,0.00001693172704166686,0.001696219833421996,0.7722168308684968,0.7633282882872205,0.010876438680909033,0.4649090422072092,0.789062078086635,0.7968938725387676,0.008627668822472389,0.06140362781949296,0.7969150767499773,0.8861750846019926,0.08387030916109736,0.05340479325673407,0.78494290222221,0.7844062092137396,0.11807718740336529,0.48989284594340177,0.7641524245575738,0.4873436464813592,0.22818987934132084,0.18836259611478554],[0.43603741372566185,0.696491845576118,0.6118608953119469,0.4879566835049339,0.7813737919468078,0.0010904424080788655,0.06513194583456311,0.0019820978527750723,0.10408067874595323,0.15171113973536365,0.37932789901405733,0.12931836553784246,0.13797437559965264,0.7693682472656935,0.0003543035159271789,0.1088677177964378,0.05013007964529971,0.3164849475682802,0.023828417905162547,0.36338850862244604,0.637145371497639,0.30407979046923206,0.000026655913316456658,0.4477124903603096,0.5390525331668206,0.18028504784346536,0.3950982542623073,0.30698540461170376,0.000012632803902307573,0.015092390897259281,0.8016420009530064,0.46025699290191713,0.0004075710097032246,0.36753713656958403,0.3384535907929891,0.5860997971281404,0.07956354643670226,0.03449470970929388,0.49236681541160865,0.26918411422162003,0.8834245428482228,0.00895735242455445,0.6828755869131211,0.6492415866157679,0.1786260047165975,0.5984865454333134,0.39387836585609637,0.30904546457793164,0.12118096254321083,0.11690443206053874],[0.3900445775986889,0.3755975989707507,0.5171298699767896,0.6221248590028028,0.5655862988145334,0.00008895839741977962,0.7663004339594042,0.0005586828688921447,0.15216815872453124,0.003148070464722406,0.6105167280200599,0.7266823997274685,0.8621486907235605,0.07360262134200389,0.007835808323430442,0.04392213493374145,0.12921603875198262,0.31381388408455474,0.3556246136940207,0.48809056719960703,0.820583906670015,0.714573110134605,0.000021733848559415846,0.9230694042203496,0.5882573836406415,0.7711313854774882,0.7295981250391879,0.024405432572023295,0.0001992951516485936,0.00017769684896235707,0.33262604322504347,0.6476510597750228,0.010993878188781362,0.7754826461200535,0.7617065600869913,0.7063462242421737,0.19951554184079953,0.35502490534656633,0.41646813436599117,0.7157576963272277,0.013689368210744133,0.006103268709197939,0.9160113917923367,0.5537178759611716,0.7208901143451871,0.3593607596402086,0.7881281681035757,0.7191486772307581,0.5557864018100434,0.8666762727844555],[0.0018160776457829724,0.8103296607651908,0.37739319080674927,0.8786269537804262,0.4014090686331632,0.45205516941003965,0.602887468091777,0.35607774835094236,0.32804804407247007,0.5381208227381612,0.43456848561263844,0.9057112799795576,0.001313176989938045,0.594778841712813,0.000018053122763157118,0.0009967965220745517,0.7654271805182323,0.7616134169770005,0.8356740779884659,0.45624325848403746,0.9137035639372527,0.012367773927000685,0.3393299540630342,0.3012065729928546,0.06954990109468312,0.6671564520266497,0.49235504760979515,0.0881022480137597,0.006705221376275221,0.6516629746281762,0.21445098918178404,0.556265884585428,0.00002538186593206418,0.18142261553998942,0.00009414097454451864,0.8782008686643104,0.00011483341941994027,0.3338222030221058,0.7269654204129761,0.7871795729450403,0.0004209438073674448,0.5564694219916251,0.6218071676078749,0.1401348470410964,0.6039077537831566,0.007738190447633943,0.532335885455018,0.3975206456867087,0.3919558866620562,0.02171121129704542],[0.005246789107360445,0.6564213458991747,0.3664514111059618,0.8423609428269173,0.40170159500708963,0.36131956823125627,0.7797659138817147,0.2872550125509124,0.6025807358621392,0.23796132993228644,0.31329108279857804,0.6337646174320922,0.07471368728273226,0.5623417051459658,0.00033792054019341215,0.00020027385451439387,0.9121516236062932,0.1232278787450658,0.6894065015091744,0.5154447138041184,0.44559453417098827,0.12420794326015087,0.4718169585847603,0.43447485725631446,0.08029220896857009,0.8946126180476611,0.6774305625011079,0.13055771596132684,0.03537039688888544,0.5098264953332334,0.6315406694960047,0.7107442046492382,0.0002296811961783804,0.7884886260952846,0.0003322560655310016,0.8094795397298382,0.0010521553107015068,0.9231910116135786,0.6124675229300709,0.4620626847827434,0.0007617397598992051,0.25302298014196006,0.8706653677253774,0.1255549655226086,0.8821832942881702,0.0010727934897530203,0.5909206370207163,0.4624796312529662,0.40197548588582743,0.2049615904401795],[0.02554472899163727,0.9786130757038214,0.5344467618362951,0.5759576366354309,0.8718160748222006,0.6583236830498448,0.5549897898351874,0.5639559198285394,0.17832173129457157,0.9570142536832518,0.3442279910004067,0.8473178877447445,0.00934415964548383,0.8390310575750523,0.00008064194370009939,0.0004095670655048366,0.9166479473682643,0.38802132753193225,0.6428576573507604,0.5528785564137373,0.6574697382288648,0.054748085663761624,0.400391247971788,0.16708080469789746,0.00510954754011776,0.886062125917844,0.2695135798613586,0.11099554329135647,0.00082664337226634,0.5830153193142908,0.8555688275936421,0.8047062868124005,0.00011747119094445479,0.30653605711814275,0.000183686961245197,0.8194021253648145,0.0000654824807636123,0.32153530442940875,0.6709742216597884,0.6746384668371274,0.00013752878620783485,0.39240685139808634,0.7871970758798746,0.18730549020005866,0.3458632906781028,0.009938609733629472,0.2817422438630901,0.4534140746158131,0.2851857691781562,0.002839300243817067],[0.03122871256008882,0.8879765872931981,0.7244332434351157,0.9091946239419517,0.18654960074080418,0.7173265866566877,0.5459613438562214,0.3902101431679892,0.2820193306654461,0.45906525578887797,0.5763441949843399,0.7361718266868873,0.012433847948515903,0.8745979513157901,0.00023041350213534842,0.008699937475334764,0.8455949812403046,0.5277492638246307,0.48332084361522765,0.44888089991604824,0.702242253161039,0.2698339662038661,0.3940030779644138,0.7221383724972747,0.01693245735267381,0.9608600051616966,0.3902836111648039,0.22254374175088007,0.04746995867025887,0.30977649779719957,0.8349104593932386,0.5770309376762959,0.0001230649476848418,0.37675429314483944,0.0013708499320779343,0.4099105606625749,0.0006646378165382285,0.17796646774170002,0.20573689152734773,0.8604372380388768,0.0010166021279892315,0.20562894213701888,0.6868734114686211,0.2654470229206441,0.697575099293026,0.011356150793252891,0.4581829478533166,0.7201252267063889,0.16353757637243224,0.03887744156869801],[0.0005894495444141297,0.010227520223906083,0.8874154355928546,0.2931666819853698,0.06642260163225262,0.4511645304369894,0.7142460471874919,0.6651170768623609,0.03380441659642909,0.7744909252048171,0.012754067059809797,0.008654151096426567,0.3502938903420399,0.637765403698952,0.7634984482118247,0.6747705404458468,0.001356176878883622,0.8006646972004452,0.5311202200820545,0.6541891726497038,0.5264408558286846,0.36809235553474173,0.10232455525993209,0.5408092955426297,0.00018086265871358618,0.6603248614353068,0.24648293761166937,0.6816066497398597,0.5811884123257521,0.0886759274593666,0.43126627738913426,0.07568347552036797,0.015550517488774514,0.5902904506022969,0.7143948405558808,0.6225035119264106,0.8494605416584808,0.05936311335289209,0.6021535014995527,0.8646190731605542,0.6390015365091611,0.4700686574446191,0.3082267911050074,0.5364585156277202,0.8091649984283718,0.22213503106216875,0.717796375927109,0.6624022907434338,0.7570358247456684,0.3611679114834195],[0.9420363090419052,0.06985897334166659,0.6248122995163078,0.35148811952654907,0.3065915077328944,0.9409514923125073,0.5010006906145051,0.9548735807874165,0.007587143082785069,0.8591614696471614,0.000002749097637063909,0.018160552060873185,0.0019524347461494097,0.03761745847971128,0.5581374182233118,0.672312280555706,0.00044470388562700523,0.0007319697212558948,0.52214822586387,0.0007068584055673388,0.40515044980396153,0.16939982940775866,0.0054492627052148334,0.04278711685608531,0.00018401268371807846,0.08789183498396726,0.1708894721984548,0.4237533895949388,0.23781647608085288,0.7383852619289158,0.029452509460121748,0.14866030844572375,0.0014159804560531705,0.2651690630826074,0.6638571634923177,0.34369992280616074,0.3545149076033673,0.12700139899593513,0.47955089118865446,0.4481609728449536,0.7656053520830622,0.013545383187899301,0.83817077836729,0.539391175859512,0.35156776383944827,0.8585810195981981,0.485226903432841,0.017889472372711206,0.010891193736727329,0.933810221910021],[0.4666528348861091,0.6157572423806015,0.7688370488871639,0.04263719565718341,0.5358738408742306,0.4820627160154643,0.23052239114642628,0.01348571864072027,0.00014390421759941677,0.00001671298501299096,4.266491978732762e-9,0.5307812268090525,0.05305609107449159,0.00010339791654008291,0.3501837578120624,0.13749130607325893,0.0000015805624137026217,0.0009510610241068233,0.03387864919576736,0.0024944302652023945,0.005596524739573867,0.7541239832400832,0.022303114822367246,0.0006987598467764076,0.3521810106938131,0.06574784908813161,0.3796909815164382,0.007356196136768133,0.18969772111758126,0.48041775555309185,0.00018589416504163238,0.000007223299495189314,0.001115166295837743,0.00002170989896705049,0.041124981291528466,0.5780878475828414,0.4766568350144907,0.15530868245898616,0.3242576139091142,0.5104719592766299,0.003603526819160697,0.6619011219014614,0.44536223029450384,0.7842909358620052,0.2774040152318271,0.14689928054049278,0.0005164719678796651,0.5062841049187644,0.00009566628742635094,0.8536618967836863],[0.5609180482925944,0.5903459091291039,0.912466040792842,0.2138495730942478,0.023336315643546806,0.0018692076863979642,0.8153019497783757,0.47017531371974264,0.023596877156023943,0.20757890195074402,0.0000015017492513120918,0.9598874014023675,0.0317399255923396,0.002601214717052757,0.0037637361034710357,0.00020753975362322732,0.38631594013499015,0.02333298162404683,0.6636763789619868,0.6998033607684854,0.00003482642288829943,0.8224151115257751,0.6412885332363628,0.0013693524730115747,0.749688274236555,0.006425312666523529,0.7326510637697947,0.008386271774522003,0.12678432213912705,0.003657846802672437,0.28151147793937786,0.00021469531961789982,0.46719525310985843,0.00039200836325492983,0.8122970428479016,0.9172066812551167,0.6690073690304366,0.02993078520014831,0.4914293826519774,0.10423191166905625,0.000004298249706682162,0.6408344312130266,0.8505062158383253,0.7180134846535573,0.009153767871387372,0.5450004400676017,0.0002574916604304995,0.26312030435792483,0.00420327343910284,0.8792325792409134],[0.622365775592336,0.6348155231052496,0.055667997326690574,0.18593993432242542,0.16892271379138876,0.27273432593225067,0.2094503402845462,0.47575049374941336,0.1624865872182114,0.22275730939783084,0.00037841273528395564,0.03398247401593382,0.7332858559662333,0.1994206074842559,0.000027996078239563395,0.00022803164946117282,0.5741002530568465,0.5920376571217956,0.05920528656444804,0.060937054157947854,0.025382577525178026,0.24899977637113477,0.7253049027156837,0.00013510706323015172,0.9866559950704971,0.24517415172211932,0.5582710143592864,0.932203822439146,0.7822704441853887,0.8809809058412987,0.17270141938077885,0.00008505865145019951,0.7701642855868849,0.00008011471791699029,0.6697942626960779,0.7785624491049609,0.39891788388361915,0.0032462799470583258,0.7029967912200884,0.009229814124448302,0.0000024117737292223007,0.4123776957623896,0.22620186008004892,0.23615794219260558,0.14590598849059538,0.001378256936083059,8.184477286151557e-7,0.07883177509028416,0.000004512371989462496,0.7196508010895472],[0.8465524740444497,0.4189201945416884,0.5125480718050671,0.651488591649102,0.7044964423863492,0.6311918377031825,0.16694494198081858,0.014539507201544743,0.012315148744792474,0.0011169360429424944,0.6677208682514149,0.007199523136378303,0.7438100963333367,0.9261976366890453,0.3699727067184159,0.12039919634081309,0.00019327439309816712,0.005332749327176187,0.0020709023597766233,0.0004033089723141906,0.7644428738045377,0.6175210052919073,0.25851369626694276,0.5438979251060723,0.10295439850528094,0.633161559399255,0.5325822574948372,0.47808344510033984,0.007678112663325636,0.21244566070381496,0.8344862896072088,0.4264272210548948,0.01576441064950819,0.04677640813018031,0.16141960227467922,0.8234153847518711,0.578165376333908,0.5751658035195213,0.001287961560493667,0.00018438788588537,0.8101573827728515,0.0033800892462424446,0.41082198494024996,0.7474296195342011,0.8859814297731919,0.5811785956204623,0.22607509476922732,0.0030085255340718264,0.312469388431976,0.1722645576507443],[0.09660791103595415,0.5697824609542929,0.6509620785502503,0.942311732294191,0.17504217396240707,0.9795241076180715,0.11000349210304712,0.0007352186036190955,0.0005554535359569958,0.00010831721433500115,0.8595384969633688,0.020219622400622316,0.370475711421328,0.5886690164378504,0.14001059753347073,0.048670934120639796,0.00534800410697733,0.012776022643003877,0.03627855869596004,0.000610667929908172,0.8009890228067892,0.8486758638468707,0.5280490885132856,0.8849813693251148,0.07735649954869425,0.6149813628162367,0.5735666326486513,0.8145794663998603,0.19078935967164917,0.38840126680832937,0.008161190706025943,0.015801412933714766,0.12792434590106688,0.05273041595469231,0.8541212273645755,0.21063965815180694,0.9298529349023557,0.9516537662156473,0.0019053032629782174,0.0007632338423326835,0.8777640244085467,0.017025205742718683,0.7561733752924663,0.47894508404643193,0.6518009522258642,0.10962328775823468,0.22899468430080155,0.7085636034267633,0.7877925164297689,0.18906083017199124],[0.23503798672779425,0.697441007021513,0.687179097622581,0.03710488130183007,0.12904590668185167,0.6323744936537146,0.4136868565321421,0.07148840846907949,0.36370730526359424,0.4492470716232696,0.8502574790027922,0.15008726703808686,0.7557347001960634,0.8642700005384779,0.8776638801826602,0.556695115277889,0.5726180185217387,0.8638632355368823,0.7497712300320202,0.4396873883633772,0.8103288416824099,0.46713845544965665,0.5340328248652522,0.8304066127306831,0.0651699171529435,0.5166837996702753,0.9085307309729904,0.789940842023094,0.47202162447021323,0.0009145104039114358,0.509899165292568,0.9063405281397551,0.4796636967980527,0.006232997328470974,0.767478535505331,0.007418834801773966,0.0010847361216613323,0.19956685647221925,0.02520308109183157,0.3788115901695862,0.8307952036909364,0.5078973172010673,0.1039828192486036,0.38596197518604364,0.8255353524992124,0.6612375924256917,0.19469339404944092,0.016226107345083746,0.4582264654355153,0.35707078456914026],[0.26929331693057834,0.60238030048913,0.8617976525153174,0.005465410877161607,0.11438435976308206,0.6371080685852013,0.9428227635752875,0.7755389726915146,0.6610314651642296,0.6257107813359635,0.46202716140986894,0.03823030902865709,0.7574851660968572,0.7294850920943022,0.09914029553681551,0.06201508832221306,0.7082095053437425,0.4653761629300719,0.6303080053743201,0.7292219089433843,0.8649643353238867,0.611775743166264,0.5802108897760421,0.43903905039277136,0.8812727383798635,0.6928861029001315,0.9099424842596154,0.10275844314941102,0.5011803896769225,0.01537833915484988,0.6654727160621517,0.6620817569073104,0.6153389404821114,0.000023914464495260402,0.8926857977859143,0.0433937160282989,0.0009224242432541848,0.008276626355137503,0.430938577889162,0.1660036142184109,0.15402757862464364,0.6153393813871276,0.6223542415944886,0.19042125210881033,0.6483554575712208,0.8718798842506577,0.2221027217849663,0.04285685936805049,0.060164495066472534,0.5359926367026726],[0.15367259823349183,0.3245174918297483,0.7489835309935927,0.024841363544982353,0.578962713955505,0.48453210589686285,0.5485397026745162,0.10047307898780976,0.3813183685645017,0.2664356012001184,0.5305106558278164,0.057747111443482706,0.6543689757727111,0.8616403499601523,0.43425406435625075,0.010781784921896999,0.4504091862872137,0.6644139554814914,0.5834960985111944,0.39112438767662067,0.6111373999533904,0.7637469479630435,0.4993160570911876,0.8866211439374561,0.21003219653693855,0.5176098956059788,0.6607584989619494,0.14417354433794333,0.023135279000458055,0.0940520708599373,0.41928788194945976,0.7925711912632565,0.8453210209799186,0.010200085136513768,0.5486930649828748,0.14495636487589855,0.3767337166919528,0.0483754989113542,0.5398940374092424,0.36691124950786824,0.4557221977932198,0.6292110329009696,0.4441003090664717,0.07437046457196095,0.09142156165564368,0.7892780783033885,0.04493581643640281,0.07317399192950691,0.6533865456701198,0.5349203891082017],[0.00902366938354238,0.5331696218532805,0.9863047286194156,0.0005858935138294437,0.16494684240627613,0.9436102941576848,0.8746413291720695,0.5123091395987537,0.15987882210287757,0.8572629576585026,0.9553213687911938,0.02611709101447767,0.8376987127287264,0.09960420816411544,0.16437837970253727,0.020444459249529,0.5729632745833239,0.10387710470016781,0.7605412072029636,0.8983970717812629,0.9085327021397296,0.8122256823358074,0.3773276394236812,0.861069497772117,0.8103479416472135,0.5677664965918087,0.9058594854225525,0.4415816267617117,0.25726528231835943,0.3122363178753016,0.5121543963265743,0.9592131641776794,0.4515561879245505,0.000009184584030530682,0.98058934644832,0.1260575374626011,0.0010717453569669745,0.0018633899856741235,0.30957370610806667,0.3537042689374289,0.011782179071295161,0.7928501329948462,0.40189427971483344,0.4353854559622,0.11391313754307601,0.4077433089205421,0.03297127397723383,0.5250278630808801,0.04602295337183648,0.2390370792094491],[0.5860988681765505,0.6472084047435374,0.29995585240011546,0.3789161916259481,0.5108775866822219,0.9584801102135935,0.14635963174976355,0.07542301218157031,0.09158477010086867,0.5412509105049825,0.000001024409952218282,0.16612023806615867,0.48700026273936475,0.0014145926542505206,0.16969328160285288,0.005834585887458047,0.005049317763655024,0.00003421581602686556,0.00197840943209727,0.045545366416086724,0.008322172612020931,0.4431055778195624,0.001051555111902838,0.04752874708803719,0.03858017470691586,0.002210145466832631,0.4931580566478736,0.8026862302619443,0.011802986321972877,0.902648321525861,0.10736916467262565,0.1239361568833793,0.4096115253801433,0.28405709093318926,0.8894627224522714,0.49509933484817437,0.0036828116688696726,0.0011070061951687095,0.3983283249570434,0.0997093294055332,0.31525617505070713,0.00006106398890503176,0.014416523806303825,0.7797781893611474,0.39963822872673177,0.6394675544459033,0.000144431621802428,0.00146254732815806,6.251829406812587e-7,0.1561102537572391],[0.5830165642157846,0.6638933081383795,0.5548034467098384,0.1773911506187896,0.49095340304223173,0.02014412895629043,0.7663675636130262,0.22815691508007663,0.034925890707226244,0.7741096957044716,0.018543565741029448,0.26804599907372323,0.7741454248695822,0.1608480096822635,0.04455330235403961,0.07554574699464932,0.3396621001974475,0.13476541183490054,0.002869017937739026,0.23872778891712354,0.02562280085484841,0.8310210367012691,0.011158783897979214,0.23228301318639324,0.9022522395191169,0.0011018364421207718,0.19564586075081397,0.7305931069630568,0.13478109402727423,0.07501166752826402,0.5416675374344877,0.08256921929203122,0.5834465385346851,0.27156192115369565,0.3869079661333911,0.5097500220729986,0.009773366889778888,0.0007730088136818565,0.42847406918297387,0.09942479424962172,0.1330667880595013,0.00025357327482129397,0.07899500244898978,0.3709430532694356,0.5336825944146414,0.0456965663619463,0.0001529508921452715,0.0025801841589845774,0.000001747742356136117,0.0126519397136443],[0.038454359067591565,0.011142940315576073,0.1525294773743767,0.010723455521658922,0.614921893397253,0.28113551851503676,0.07345953045665857,0.13305281514335568,0.27748995912673025,0.04417718001224833,0.47421977100290974,0.1576819159421389,0.17562685027266328,0.027966317431160195,0.5507300247757551,0.5066496638855856,0.16893976901273575,0.7122145510233292,0.1542259876047357,0.39111957435520117,0.016989200148706786,0.7690101371000875,0.470938499241471,0.5939292025502929,0.6044755864507028,0.5131846566082404,0.8014393400498505,0.9509755791761166,0.03940503962514565,0.5188250474017678,0.1647883421894088,0.03156827361134396,0.6831227098409922,0.4462079308669996,0.7132360522962504,0.7409244206090279,0.3254722311267862,0.0023770722654789275,0.012188219911750463,0.5316524624675805,0.715149524996285,0.6736774144533972,0.821446173376339,0.0175800575515717,0.05492828823097496,0.010122706595443717,0.5022072808371826,0.6844976699376439,0.7144298926683009,0.7752184567840077],[0.0016777637366642453,0.3563003100445209,0.8288810416327225,0.0034070288225588143,0.2764966876057683,0.03711627367060559,0.4763503314152403,0.2206238561841517,0.20418865412645396,0.0032059069917409217,0.13822097453128523,0.7371776507936169,0.2530591673868569,0.00012439026312144672,0.06726514578085432,0.5678835946908383,0.500379143630105,0.8563185201102402,0.36593607618167046,0.4053264542116319,0.007012947541729704,0.7473028903653446,0.8710457696039787,0.5073792901748583,0.7326580881516506,0.01203886259551421,0.8252108512424855,0.6505212972970927,0.10117729896137355,0.12827247078510165,0.11436981635371432,0.0611915276862467,0.6890565484416163,0.41209041357932313,0.7961856494001317,0.6668943282982843,0.6822319659539777,0.0002352652465662182,0.002351026314705881,0.6188311611104026,0.13558200524947253,0.5519586676436304,0.5752355142326487,0.058318645031164996,0.03320225251684408,0.10957297192893778,0.6865508165268599,0.745569406865467,0.14393462788627653,0.705502272224307],[0.44582561045406227,0.06699243689644639,0.8427545900707587,0.587778106838791,0.005742927257120147,0.6771189247425257,0.0409049271489107,0.000015025316670955286,0.018915281404673884,0.00016561833696188645,0.009005132595014525,0.06085784008205986,0.0005526613143114414,0.40745383604814256,0.002837017317745216,0.03940067570044379,0.8733696028292727,0.6572260353199922,0.3620290457684776,0.00048171689405162964,0.00019015138945451286,0.37601919450917953,0.7982028195019981,0.0522661743120569,0.7214078830331996,0.15088534661320632,0.3770398443866348,0.8148887901059612,0.0011829156428344446,0.577974147902889,0.00007687733143039234,0.6432616454023133,0.5426075488506322,0.3300189226589762,0.27147774655208473,0.06065217430281296,0.38190707847026256,0.07495389730662448,0.09714513075603881,0.3455508559516099,0.6185032670157998,0.00854965912455507,0.7722178461127868,0.001371585954186131,0.10207600399414815,0.28316893118736286,0.930240252769783,0.8355854742890245,0.43639562414357447,0.896884236002792],[0.14554563154107536,0.20383179068814986,0.002587319412731101,0.8791188556314184,0.45204584138125553,0.3025815033104115,0.3877156493872169,0.13441205872744486,0.0003233432789713008,0.030574148623028957,0.4122835203656185,0.7699237032722887,0.0007369029188292814,0.03343179299427661,0.000015435292725577997,0.6225107426053802,0.1270465226961321,0.9269089499232773,0.4436206316689827,0.5682095835578754,0.0044836762380011,0.8621403015954016,0.13941512615325394,0.8711530917885113,0.9377906364524813,0.2731356056517256,0.10575230236950908,0.7098467996554698,0.7570773393106723,0.9214153443553845,0.0023107307165272373,0.00001390967467773262,0.38730016353683694,0.2424824694114626,0.05509484419938233,0.7294214068640406,0.4869259244422794,0.38343143468680024,0.764465358785589,0.6217043768187277,0.09901336278067671,0.006226163078151143,0.31222778289963316,0.22272921731553139,0.0045907102237960976,0.00006134966299388196,0.0009373927867840566,0.950266676156698,0.0009228134947502362,0.002152149461742158],[0.0887911577787194,0.5688231217551621,0.0008995217813508035,0.7858233779358449,0.34007190305493207,0.32228337647581373,0.20431783134170198,0.1677819476028426,0.09501316837522904,0.8785703826021188,0.8973159553221796,0.7264307200646618,0.000234601347140819,0.8320916486358599,0.0014424426226049781,0.2721960924410947,0.3147496848344089,0.8467679390763501,0.9156301091645384,0.6083328894149801,0.01217314574333186,0.32963661015643714,0.692881919740308,0.2759766575862542,0.5436569822847945,0.5345244370294293,0.127912981926972,0.7946297937089807,0.7489514510970656,0.39914843486678486,0.030771197351314977,0.01340289905600621,0.690975205332939,0.524505013548178,0.0025862158816646365,0.9428146378816811,0.3851691452782355,0.5021466215242567,0.6610243977373697,0.6581041484585917,0.0014890033876283854,0.060401105755840186,0.20777070880137202,0.33280625085530335,0.019589356747553455,0.00014995826851918017,0.0009402928565906596,0.4352143370077594,0.000015280025109040734,0.5834517897068878],[0.5557467248695849,0.12368144349713418,0.23800558504846592,0.9074363871373086,0.9841543487049105,0.10961795076735917,0.4069341396937124,0.9198751082591778,0.24345285918686194,0.7749173337472814,0.07689494402874872,0.40769106721672593,0.32012726028795196,0.9486888883587714,0.007412762361839595,0.013443689561840215,0.014088008074000909,0.4439534022652708,0.20054603564017526,0.07069688185406749,0.028207130046836143,0.8654362984988595,0.007201951198704756,0.5663658413142828,0.658256441857628,0.11573212401149872,0.00015430648662402243,0.7962389921958537,0.19475284905686763,0.614833694713439,0.8862281250811276,0.0000015369138257044198,0.2261741774839298,0.44402216970598773,0.0024438253500591533,0.7745644944967486,0.0335941261307619,0.5350501688686325,0.5113915591451553,0.005777074266474205,0.7359474899412272,0.0001461828046835255,0.8340097812118645,0.03157538666485707,0.34365053139207186,0.000002721292264034619,0.000024410048063944265,0.00005522761565303151,0.00029934920367326816,0.5127624766954433],[0.6198555997757612,0.1174841207885414,0.001238564036760238,0.5802073666359547,0.5264013826131918,0.5170687413725097,0.4713401357512783,0.6515628258407477,0.4121818516111608,0.9366579600488786,0.5069917456246346,0.57357549140326,0.4344466345828592,0.4584789035842678,0.032931458300766075,0.0004251223249510768,0.6843095521976829,0.8266489821084736,0.6510256798861288,0.8025342693106527,0.00026340924830772853,0.6448870541217424,0.6060182798893673,0.542031305425781,0.861866466806879,0.2921266903259265,0.00008298773390264033,0.7462507918916383,0.8488644315607126,0.7357849776294487,0.0062943889434837,0.0006017959075006971,0.7466881544794088,0.28914397773033523,0.0028013269230318157,0.6001615178784275,0.564934425602849,0.5469043965263121,0.8912139975867547,0.3795198753987174,0.5812835468737848,0.0009568515820590226,0.3338095769831014,0.000056255844425852324,0.25100326694739367,0.001418716662608674,0.0003150293552165715,0.0007875025285439365,0.009851913120926143,0.58244762639714]],[[3.1883388012766967e-7,4.0053102529247853e-7,0.0000034689074986670137,1.6094637945227162e-7,0.00002879413626035443,0.000006498635333605352,9.75461789840188e-7,0.000003300622101619648,0.0000019522308947208667,0.0000032131372845356216,2.5042337918816203e-7,0.0000033452322806615966,0.00007174131028423485,0.00037302292170167156,2.785346761867384e-7,2.911558356184438e-7,5.742212258357659e-7,6.078604156695518e-7,0.0000068082174697576016,0.0000016774808324465324,0.00000389681300355875,0.00003297744742779675,4.5238189327527645e-8,5.680841062041588e-7,0.0000031753198369264875,7.266930965405347e-7,0.00003366783982617546,0.0000013511190150343344,0.000005595686432035433,0.0000021122649874140244,0.000004792512089243134,0.000037162662053748596,7.540325598173285e-8],[0.0002516523173637767,0.00005370485143554995,0.000020101888275533674,0.00027612111065191075,0.0001684056917748302,0.00019534821011587408,0.00010068791754639137,0.00034966587180516173,0.00001887982914527527,0.00003954561637054632,0.003335880107527198,0.00039867603300863905,0.000024938881560812943,0.000007009474492617279,0.8104309460461431,0.00020401001745883095,0.000060957769192224434,0.0011922714964769927,0.00036196141713007413,0.0000394329169721361,0.00019846042911278347,0.00003619859434263363,0.00030048347222564806,0.0000067148239326781164,0.000684813429396912,0.00021261247239007393,0.00003181752908586467,0.00003919866193694661,0.0001077446256578783,0.00040928860375030285,0.00023753838155798034,0.0003627000581582613,0.000640073747985101],[0.00015169477887777073,0.0000168919306705498,0.000014928384928026386,0.00033253879400978,0.00012725786154370555,0.000055248615131181876,0.000008102531454103547,0.00021901051052239384,0.00002852042971408743,0.000044501943086278104,0.001793016507106293,0.00016964487956237318,0.000021690216700858545,1.68762476325705e-7,0.822667379250191,0.00015537946696691108,0.000049344968253444166,0.0009733120774833299,0.00021759622395711603,0.000007744008124265872,0.00003198109616096469,0.00003282657451881594,0.0001261992634470366,0.000001250850448325187,0.0003042574960964358,0.00011358950394904378,0.000011321742867488068,0.000058140713173772725,0.00003705030099728568,0.001053334628996236,0.00021840214173432979,0.00003982940348684029,0.0007294058778855036],[0.00008636149690889344,0.000018343037122587123,0.000015388223383481118,0.00019418490563544074,0.00016792016360153467,0.00004092188688554572,0.00000818344558645897,0.00025937972772007654,0.00004508863155312402,0.000020022630986128157,0.0018146405591971586,0.00007180188767125176,0.000049465122242551295,0.00000204759011775767,0.8029475214923982,0.00004015979926105638,0.0001289696699140216,0.001992001170130433,0.000677186302109822,0.000001951093693600517,0.0004716335500356245,0.00001674077045490439,0.00034157730972899123,0.000020090662908808215,0.0013688540173541661,0.00008705720567898407,0.000003622667218979308,0.000041554125385502974,0.00006479142886232616,0.00012448600112297434,0.00011525284116037849,0.00015898163332358817,0.002120839808799064],[3.179384822146777e-7,0.0004631529333062129,0.000004039888180699061,5.868155489000604e-7,0.00009812586781833911,0.00001282049771301407,0.00000395463535662668,0.00022678651413634562,0.00004664180267457086,0.000019036855406180993,8.259604665655693e-7,0.00010019402457181847,0.0001849598495950012,0.859152996399832,8.039586220715635e-8,5.183889729333254e-7,0.000010266463393437225,0.000012361314966216702,0.0000257622077171945,0.0010830678319683712,0.00009881483724028832,0.00016978447225026068,3.35782558822963e-7,0.0000018838583328559993,0.00003720138244458152,0.000012139334745163888,0.00022313402671401001,0.000018738818103519278,0.000005993902396609756,0.0000036624685509494097,0.00021811952367477413,0.000027308435849123326,3.0430387166643356e-7],[6.661997318040929e-8,0.0002004193203364576,0.000010268384652188985,0.0000024842742185859426,0.00002703079929668136,0.000015209233874363843,0.00003611847281101908,0.00006283193424452577,0.000013941554240813169,0.0000029322229695921043,0.000003815786967346086,0.00004549847288275395,0.00028569423856225764,0.8592536765538746,2.9265131777028486e-7,3.821204423299787e-7,0.000004713716989689238,3.875323133361748e-8,0.00015436478902569487,0.00017770482662510023,0.00001563604162370218,0.000011380709480007566,1.3163814826487537e-7,8.917377497278669e-8,0.000010450982188222826,5.884444276211544e-7,0.0014001882324380646,0.000021572469573151833,0.000010007547186426335,0.00018114195014688094,0.0001536510523522865,0.000009350847368358729,1.6107565105107506e-8],[4.964017180039835e-8,0.000015794332055444706,0.00005909501996599849,0.00002390479296456354,0.0001391206474238708,0.00007520505542376621,9.175491788395852e-7,0.0000275209928136065,0.000029320471436388578,0.0000032872796532034824,0.000008736644301388147,0.003060707154136218,0.0006147966879475739,0.8536723088431045,0.0000025280634388673864,0.000007363533313935727,0.000024933938047471886,0.00000446928647795493,0.000023058897584706466,0.000014515862211332915,0.0000170902905889536,0.00031785233923147183,0.00002788222307815871,0.0000017230306445390459,0.000012000230099105512,0.0000016012503199541548,0.00010663945380080763,0.000011590208604226921,0.000042756476926366376,0.000002481188979536669,0.0006183321001042509,0.000006088647456329148,8.586128302708078e-7],[0.000028391976304450837,0.0013461616052771776,0.00003809041012533334,0.00005696157566579959,0.000017499565383462286,0.0010958380449824815,0.000013858170528990467,0.0017612561569596453,0.000008527135500701037,0.00022233034349710518,0.000020196121195963707,0.000044813651050314415,0.0003482820496148107,0.8232179017473991,0.0000016463216053865282,0.00014166418964252836,0.000001174193326361311,0.00000282133442036331,0.00001136770477036888,0.0004700194525385254,0.00003622782706061915,0.0019893504047634554,0.0001015009582293148,0.000009167806517356296,0.00043002959900733946,0.00006054936336219095,0.000342315542406241,0.00020108940804641144,0.0000012198835630402416,0.00005395088301981324,0.00008411464990507653,0.000031900541745702934,9.285077235013781e-7],[0.0004278917851116472,0.0006574583390252695,0.0004073264602281755,0.0032194570539910068,0.000026473790065196912,0.0006515326772451006,0.00010546626457033731,0.00037375633660969806,0.000049859918635894884,0.0013225914244938569,0.000012380189629199648,0.00010178829267534565,0.0003396294613627055,0.00006719221890085188,0.00004297655807465372,0.810435707571529,0.00002637749962569149,0.000048461011273819595,0.00013202298902093246,0.000009695544326075461,0.00011667149862916748,0.0007493758691603932,0.000012549721384618592,0.0015337557701213473,0.00004141798395334648,0.00015573891572919193,0.00006378302723592312,0.000010145474803805512,0.0001584256461148664,0.00010276815939843998,0.0000962246727900669,0.000014985745535373277,0.0000011565970374159796],[0.0001993453854324926,0.0012468141477763861,0.00015150065489826536,0.004344159824955387,0.00007621458514584299,0.0003836103251422283,0.000008893734143110818,0.0003145353968461917,0.000019853237432883506,0.0003968925655405724,0.000014538686030105028,0.0003459506634276676,0.0004363816641148322,0.00003752854424943094,0.000024404957877788852,0.8062150753938103,0.00008559038018889721,0.00003586753480077265,0.0000406580121330845,0.000015620026127318475,0.00026485940689198803,0.0004404281620101281,0.00003253832525163821,0.0007361105967914474,0.000003320025117730499,0.00007457397973661338,0.00004853050454271453,0.000003270889846422287,0.00012739883839294952,0.000048488207865178867,0.00003141276704417837,0.000003465565548449176,0.000011230155033775046],[0.000422562162418988,0.000844194313240256,0.000039344813921622965,0.7927575792971547,0.00003065808227210988,0.0009606749059639689,0.00004312411379690315,0.00020962877203519446,0.00000344644473856651,0.0002994561813293065,0.000026035258521847895,0.00031304661760407496,0.000057164897564819896,0.00003792064661503279,0.00002645543070891687,0.0072849582161501145,0.000013362271448772252,0.000016905312101880237,0.0000028608974736920344,0.00010577424926603345,0.00005440306691533101,0.0001833956124471992,0.00001776312473190208,0.00008862368425998978,0.00002448290380794077,0.00028733043982982314,0.000002275187467270061,0.0000013195110761769674,0.0001502516299725514,0.000006536850067400204,0.00004538885895090888,0.000001043369666399598,0.0000014048440989527193],[0.0010211029388313845,0.00013433198170166005,0.000013777630791960122,0.8038361296061902,0.000018622744179781172,0.000030848236553097795,0.000053827197400541556,0.000020515540284060498,0.0000712798129407679,0.00006747809558667003,0.0074358922314539016,0.0005230711855388943,0.00018460100304956118,0.000008202157365702748,0.0005760439590395681,0.0002700366472140791,0.0006319607925642417,0.0001612775567888573,0.00016661481222876077,0.000149942949923391,0.00010098776277705983,0.000031906619344305106,0.00001792141057309893,0.000036674863435311674,0.00004021168108949704,0.0010760482245665427,0.000020865147449905683,0.0000395738568819289,0.00012399467253984298,0.0016556188074410372,0.000015909449720091394,0.0000028176513686660507,0.0003832034877588272],[0.00007619036915301476,0.0001112255643819445,0.0000043664557362713444,0.8510580139959765,0.00013103653384949628,0.0001949112196571499,0.0004763912507206584,0.00010859619446528276,0.00019174123821230434,0.000026608536900792844,0.00006448191896719827,0.0001872448461390012,0.00021092727273946073,0.00018920426564034338,0.0001596660555868158,0.00013941881100748706,0.00004065323741316137,0.00008652388269116567,0.00004094413320383821,0.000734850067194383,0.00011042843503895628,0.00011200848332471607,0.00004787603307209141,0.00008503883835598792,0.00006643993009832895,0.0003375660253457004,0.00009681995962933793,0.000125515542911282,0.0002691967906236895,0.00045911096025941375,0.00039038005368347223,0.0005588799795272658,0.00030641304350096933],[0.00027906904217833223,0.0000766262776598581,0.00000511188099883652,0.0007275241938970212,0.00003165655321729197,0.00006047021120678581,0.00003960490068348424,0.00010948244612984984,0.000017662715501609717,0.000036282517850546884,0.7813993597084318,0.00003244663321016929,0.00006210195033506805,0.000009742211857584401,0.0020205534391697826,0.000034614343678088,0.00006064342129197775,0.00040042769275468545,0.00015400414346652608,0.000011126479850714762,0.00007852618602426435,0.0000527644727720154,0.00005821728236904816,0.00000527686855893286,0.00012973876737541526,0.0005102924426952201,0.000015806189367676214,0.00002067003104604943,0.000010076305823349094,0.00027058565707663285,0.00001336985568085493,0.000058608168745275774,0.0005489001124755167],[0.0013195761053164268,0.00004237381856602691,0.00003674087964518648,0.00081884111873644,0.000012377812357717704,0.000012437088864956319,0.000013856837341136408,0.0000473538911060516,0.0000359273589576476,0.0001305456924776841,0.770415407818038,0.00009314239558868056,0.00004055511758762047,0.000005973456601677347,0.003680301395215528,0.00017682278256302673,0.00009220141371160086,0.0004890943511450841,0.00010776715458015881,0.000016629258173504804,0.00003023908357739929,0.00010035143158358869,0.00026462142152082593,0.00003189136054944917,0.000060731637389251214,0.0005016620075047116,0.000014785226318796235,0.00003131629757085314,0.000025419886659352796,0.0005729617111673643,0.000009671570343529106,0.000009403666291432681,0.0013142442146731404],[0.000004922289891525967,0.000005737697837088906,0.00005318700907660897,0.0005283077533093225,0.00041932098609058087,0.00002077146618496693,0.0011656280912939487,0.000016168200414037178,0.00003221248192973742,0.00040077162683534916,0.0000063023282261871895,0.8509365480583263,0.00006203503139293178,0.00018224950327038164,0.0000021535395284651854,0.00003857403773526589,0.00006219177307405926,3.7016422766123935e-7,0.000001945046845808245,0.00010700616332622349,0.00013765433833690975,0.00003231532081302652,0.00000799319715109408,0.0002295992711562398,0.000026709309781184907,0.00008585395519656065,0.0001530764304875308,0.0000014646796293503324,0.000014689778777964245,0.00001765104535128084,0.0000933404953129392,0.000004602207809512577,0.000012722416956112104],[0.0000013398786127986204,0.00006846126192814318,0.00003536829084384834,0.0005826767570355075,0.000014941343110325416,0.000030997110844951444,0.0027456869655651263,0.00029374137499437993,0.0000051071457568569815,0.0007473818744772463,0.000045184102948824277,0.8298052460113144,0.00012827581157351405,0.000006068037328513191,0.0000710090974100972,0.0000028327775176468976,0.000017689234830793977,8.818498818553566e-8,0.0000016506515368121901,0.0006227689999338742,0.00011643263828404572,0.000036028615851036035,0.000005007053736468412,0.00003265909418258053,0.000018759350525103637,0.0004482045205605805,0.0000026190452061144025,0.0000028341262268629794,0.000035347268658421165,0.000006394839918408728,0.00007558894181559559,0.000002670910654236923,0.000003453124469168213],[0.0000018946869005206167,0.00009498740529061193,0.0003772421737746573,0.000027144163427317123,0.00010750966069378559,0.0004972370893647379,0.000018498168599489846,0.00000856514023805016,0.000003848252088956246,0.00004628604198973772,0.000007417411401444602,0.8616199789819707,0.00010420265677986121,0.001613942696090044,0.000008026612521414837,0.000022610368638325153,0.000011182976052601494,0.000004305510168211291,0.0000022523693993444903,0.000007078138202511349,0.00007143806893515907,0.0001953513844184258,0.00018270836346155476,0.000027021460327837132,0.00003061658897459403,0.0000470953952633259,0.000017522994483271116,0.000002608502114208229,0.000012840527958099345,0.0000026151553139354674,0.00014872544758931557,0.0000051257110178552665,0.00000761290497603895],[0.0000017428395764055882,0.000004141305164351467,0.00025121903486136283,0.000007489097376943916,0.000012073025618036151,0.00003431032005401458,0.000005145535732690749,0.0000020104167622475673,3.87106702038538e-7,0.0000829709188464199,6.034658640173491e-7,0.8847107729278442,0.000009900235146154147,0.00003137491719548278,0.00000925377908985844,0.0000013693329778502117,0.000042255543920937215,0.000005352436060866373,3.3412380170496207e-7,0.00003482058884890448,0.000009160749926146435,0.000024941376164961556,0.00001830025608179795,0.00000377939673529771,0.000023546234410305597,0.00003598713482701607,0.000004141136106494859,0.0000014782459661544194,0.000020320728862697887,0.000003967727220329164,0.00020333779265516234,0.0000022529201292345126,4.743704823287998e-7],[0.000006842696378985577,0.00003173003874871015,0.00012673147370387297,0.000166811768837689,0.00020738254524771508,0.00004764742638781133,0.0021574420735396213,0.000012830506809846337,0.0002509335610645518,0.00019105801268321713,0.00035781818286438475,0.8731092264515032,0.00023011532200070952,0.000057949069117691974,0.000012264423855422158,0.000038192029646640296,0.00024501588301673586,0.000001726228299791971,0.000013077251301520971,0.00014878607657705213,0.00020555090337401942,0.00015437587848138258,0.00006540598384388185,0.0002284474422122215,0.00011680432314445988,0.00017340673877841943,0.000022735571524949225,0.000007935619120869637,0.00001618127057535268,0.000012058391918790937,0.00046073452302575825,0.000010590629413356087,0.00013927280295376987],[0.0000013069462517451886,0.000011157656906907732,0.0003555942285841762,0.00004759457760244781,0.00008194789724390974,0.000015333699830475007,0.0032534590384091953,0.0000015512674259732144,0.00002600457069024603,0.000343204920146836,0.00014765508021054462,0.8514797873376662,0.00001649343782792891,0.000002854447830409268,0.00001650615269184104,0.0000016010872080410015,0.0000812231923996474,0.000001097628146622779,0.000013439173178754285,0.0001071133895991077,0.0000017954915590060861,0.00004766829776733159,0.000012149414164495698,0.0000801991934007728,0.000018017668669094714,0.00004495563536462366,0.000018633364254879544,0.0000015128059703353382,0.000021761013701308565,0.00004072529628443658,0.00010417087477842628,0.000002367203498168365,0.00011139610095492697],[3.98761788997793e-7,0.000020661692741797432,0.00008013730576424018,0.00009176035768598327,0.00021552734307145826,0.0000052857369784549,0.000013385385693976065,0.000001255307025815845,0.0000021889437328064395,0.000006462300380700579,0.0000034805162003019332,0.8897923993225437,0.0000013820902552442517,0.0003252285359924711,0.00001550354198112637,0.000007608301323162226,0.0000019720088350440782,0.00001845053290184035,0.00000223246113210293,0.000018806668815210417,0.0000023215539900711263,0.000031716975658151796,0.0000010603019796994969,0.0000094756075382248,0.00000787758159006775,0.000007197047832207232,0.000034207172866609495,0.00001085651365513328,0.000006380590525962445,0.000025321882778521443,0.0000685742174801121,0.000011114279059690307,2.037715785744378e-7],[0.0000020783795225392745,0.00009964683346121082,0.000203965992967161,0.00003100881725945873,0.000021918187008204162,0.000025832747865058245,0.8106711703441821,0.000002345480357650828,0.00018461179369118582,0.00017758728985985023,0.00009055502718188028,0.005188836482920433,0.00006875783211460094,5.185061205343874e-7,0.000001841896918879131,0.000010817520645135533,0.0000817099323901518,3.9649145173768263e-7,0.00008630284282422011,0.00006869208868472258,0.00010683432278629014,0.000051380446051964075,0.0000011181756221202097,0.00019818382799008,0.00003487615693863704,0.00022272779939367927,0.000008936222089639689,4.801410663079845e-7,0.000025794099371200888,0.000010142219041638672,0.00010536122673095612,0.000013525970440287328,0.00021821585756549137],[0.000007387193078593106,0.0002850123934205697,0.00016578288090749526,0.00017752616268472816,0.00016125330732356363,0.00000950137558357978,0.8439498590188557,0.000020070395053597104,0.000026385728216555385,0.00013617297299824602,0.000040208852239029976,0.002669982981026909,0.000024723275604945946,0.000007833600509572311,0.000004119339154073027,0.00001616609644040083,0.00010021886624086691,2.6355123490270776e-7,0.000026786503971787687,0.00014912242041924143,0.000014505564426560472,0.00014429993716141138,5.170905292615098e-7,0.00012683751137240263,0.0000019559690503280166,0.000017188969711178023,0.000033542470554276084,0.0000012376314367726574,0.000027562223869386673,0.00003294785419789961,0.00018880779997838197,0.00000662680628956683,0.0001431363358496189],[6.898438328415257e-7,0.0000034719415911947887,0.0000040639372617365745,0.0000287999716626819,0.00011616483923698834,0.00017416643064151858,0.8554380718781163,0.0000013760985241742779,0.000002281581376862406,0.00016311341167055658,0.000026265580491797395,0.00018700422970938885,0.0003981634644375271,0.000002669472656685628,0.000006580909395913309,0.0000020284394097634745,9.62383165544039e-7,5.444651416215838e-8,0.000021188305833382383,0.000040197003330247036,0.00013457283453857872,0.00006246774660735115,1.7810123224254916e-7,0.00001603444102275609,0.00001938305734148073,0.00001738239086703859,0.00031210246058015065,4.29584197086155e-7,0.0000014284133395967124,0.00007126050286517118,0.00004639357809799697,0.000003405947666182574,0.000003842513858556535],[0.002345520240980958,0.8231808287966761,0.00016405049122398876,0.000025598643637776805,0.00001057493828983365,0.00009080096088412021,0.00018060155299850784,0.0006431103374066852,0.0005021396205529229,0.0006527315722866851,0.000029376669818737003,0.00009338851897477236,0.000007741568021895644,0.00021953074031653885,0.0000013476344367955624,0.000561194735052486,0.00000847355358850537,0.00003112248824662809,0.000017225725285385002,0.00009366269880099264,0.000047737394089126065,0.00021787366268821509,0.00014823048938365842,0.0017321739889288705,0.0000322855003745532,0.00041564190772707044,0.00009769065416210794,0.00005698965046545937,0.000018826503170266062,0.0001146896598755212,0.000039739182230661015,0.00022845904745706012,0.000059764998312017674],[0.00033273883978306683,0.8150705942321564,0.00004910299417744693,0.0015964988543142157,0.0000034005789926405506,0.00013490783508208413,0.0001870332754665602,0.001408823295829356,0.00011263829470676502,0.00010433044927696024,0.00022937152147444015,0.00010628925334316677,0.00009397723273110454,0.0002482977410815963,0.000018897350146813334,0.00047103485851915936,0.000038611538462846834,0.00006586819257714736,0.000018599631229605362,0.00035806921796983915,0.00008014580365013068,0.0004042817159757869,0.00034456433483495176,0.00040586594781837624,0.0000814812984667616,0.002891886415317859,0.00012412721139475898,0.0000320318278697835,0.00016906493343542855,0.00007809691126506218,0.00046189417361414576,0.0013671755287783902,0.00014706689717664852],[0.00000818890602364118,0.8170839945769051,0.0011914792775176157,0.00003144703431334036,0.00000636529784882551,0.00000847850716780875,0.00010032785512948304,0.00008236635842461531,0.000029804024962926167,0.000004409953291277019,0.00007230693922736989,0.000038949489614154005,0.00007490866939837646,0.0005785266299789126,0.0000056208153882679385,0.000048647889459402185,0.0015001824558695457,0.000009751958497326099,0.0000010628707419971633,0.0001698722059699937,5.797353850289328e-7,0.000004286854954568064,0.000022591155254952426,0.0017789396360869338,0.000010603052988573763,0.00009046661923252166,0.0000070663401381039895,0.0002688982144683049,0.00012150770236903251,0.00011728784008406627,0.00020564273068845117,0.000021419999265499122,0.0000823067951598123],[0.0008859893254861914,0.00014716121493395186,0.000009188156821361292,0.000194806265225053,0.000014758836843827282,0.000023444822453014443,0.00016740251620892357,0.00009293685831147617,0.00037255569429564344,0.000005331276472549003,0.0006905928921715881,0.000021318194683133064,0.00008903330880047227,0.000004093060545087926,0.0006805011412807508,0.00007945431262238967,0.00034942306135177356,0.0037151814216020056,0.00007072458028272279,0.000040779638194916764,0.0002561839196393189,0.00007582075234897038,0.0000553567667258741,0.00036331158859357487,0.0002357271404821445,0.0006634087334266772,0.000041786039647831895,0.00021046854116330178,0.00013673626250173512,0.00036941593404079073,0.00006337482248119436,0.00010911731301530444,0.8339612730588232],[0.00027515079472961094,0.00007621449090268805,0.00003231087759209416,0.0002778816484966662,0.00008797529348492341,0.00001120698056092029,0.0008401878338053829,0.00000837131006359064,0.0002471539059632126,0.00006809777250241627,0.0011539323501280861,0.000012174519178478057,0.00006292502464509155,0.000007230956220837414,0.0011004555172834387,0.0000421766047720719,0.000469888514281556,0.004119687951682061,0.000424325669317984,0.00011304235652588057,0.000051937569006357623,0.00015200859848387644,0.00007879309000860856,0.0004946611380485761,0.000058269516832592735,0.00020335276425669782,0.00002284827912677183,0.000246862772882622,0.00012659947232050633,0.0009474020162070045,0.00006107615736302293,0.00028214752669375296,0.8003498138609566],[0.0010546149082403217,0.0002203120955709304,0.00009184318669380757,0.0000932461159856487,0.00005014445562164575,0.000017956687635083686,0.0003888636029660713,0.000031383126041629256,0.0006051154809286992,0.000009537921217441421,0.0007875934520008231,0.000030736414402560686,0.00004998460879772229,0.000010973888149103698,0.001404707040252488,0.00011937275815966639,0.0004546654580353155,0.003626690461222913,0.00021255740310860017,0.00002616590548602832,0.00007469141628128961,0.00008679522105326547,0.00029440379215992494,0.00044732274930899235,0.00020663622394281826,0.0002401610616527339,0.000048056027372052896,0.00028482037522764396,0.00004879340335982468,0.0010723081342071414,0.00005570315740612423,0.00014182636503253781,0.8030184880681585],[0.0007133736022814505,0.0003439697046008518,0.000014288813443173423,0.00016117602284371888,0.00007353116701760989,0.000037005919698794575,0.00015636578123478435,0.000010770165654701235,0.000360589943444244,0.0000374266782410035,0.0020651752053873567,0.000038775158035857574,0.00009693642837259785,0.000010860074347796712,0.0007091162512497122,0.00015380584581675468,0.0001293523128728317,0.0025131612509907463,0.0001654542721349826,0.00007635068050633073,0.00010804190261470438,0.00018074570947689122,0.0008436580557188405,0.00026623508873670025,0.00019925792606720978,0.0009233010350970635,0.00011155418000453008,0.00010388437794350394,0.0002162630477098664,0.0017753874628397967,0.00004059360210306511,0.0004016560421669103,0.8055220204466744],[0.00026341916102847347,0.00042971411158990316,0.0002020910619307064,0.0006501387615427199,0.0004256235427600361,0.00006113762601342387,0.00004507954597033158,0.00006723957808228991,0.0002804229493180585,0.00012117941971265694,0.0003567513442907489,0.000018340732500754714,0.00005656227517175043,0.000009308072126157433,0.0015913666432898906,0.00011861775163186025,0.0002890599901030555,0.8203903250441341,0.0001224047668041167,0.00003052509689292459,0.00010763715129194711,0.00002696902629956528,0.00011279111199497221,0.000034800414485303575,0.00014213807698261333,0.00009502471778274786,0.00001072298229239559,0.0007588289578110126,0.00012012701393941238,0.0004834894704397115,0.000027044866239389972,0.00003333986670089343,0.00400741165388279],[0.00046157116756473675,0.0001565609820278735,0.00013868680023263263,0.001382340192009023,0.0001817506487360101,0.00007790972006168091,0.00005131534789003255,0.000057871374225169836,0.000395197548260724,0.000039276416272826594,0.0005872943287179805,0.00002552989049683095,0.00007327061919675147,0.000023857782506087717,0.0014355051783271093,0.0002945302869784983,0.00028594206966672364,0.8095272726150166,0.00004814826356323738,0.00009622878287324595,0.00019683289590129383,0.000016939994619457167,0.000019443718118907916,0.0003272165399175805,0.00014833130948774096,0.0001477425724065974,0.00005210265854197168,0.0002569033804764704,0.00006372744237382978,0.0011191273464607125,0.0000732482102948391,0.00009255963555312814,0.0026888471680936053],[0.00013234542496942211,0.0002730604681954649,0.000022009591176472632,0.00032893480904561936,0.000049059484739468175,0.00006550625661948415,0.000043518430978638525,0.0001498696766456528,0.00024669456135844063,0.00005070412152443662,0.00018745900484845306,0.00007086205332077648,0.00007868307619552534,0.000019182379452108047,0.0016809885105950953,0.00005510810594569972,0.00011779623254874793,0.8169226582314858,0.00004413909411633372,0.0000800809325019219,0.00015236285691521266,0.000010513575427361192,0.00016710940939700954,0.00022572692246812707,0.00019027699546712162,0.00006883608107366674,0.000012896415761037541,0.00014799646964811232,0.00004496792963385452,0.00026200973408848293,0.0000764039530068729,0.000034023089788703913,0.0045279261472502596],[0.0004792094501043681,0.00012816750784701235,0.000046411028513292,0.000653656691666847,0.00023703985438472684,0.00013105866998542286,0.000008160755859118906,0.000029887056229138445,0.00026231294248554534,0.00012472019398462997,0.0007521001360808032,0.00009527966443341151,0.000028477351396318427,0.000027648463750889812,0.0022632738264231752,0.00009714989311052736,0.00002872925169431572,0.818534758878749,0.00045561712928269345,0.00006564369882264872,0.00004498048110067335,0.000035471730508419,0.00031504316636383133,0.00006140058160005384,0.00007583477482021476,0.0004545052878973661,0.00005253073176614335,0.00012005927497170945,0.000058181981027665635,0.0012562333426563443,0.0000102945340132036,0.000054912028495402387,0.0027573247112635886],[0.000018631015326178523,0.0010306129816423904,0.00020875801082536951,0.00006902930724003882,0.00012799502581340452,0.00024601206360344184,0.00027948814029466086,0.00031653524197707114,0.0006152482854627226,0.0001281429229572276,0.000013724437814257409,0.00007996927532183244,0.0007361354413264206,0.0002433920400891878,0.00010034491764778386,0.000052346195041079895,0.000049956566031404135,0.00010130417253017972,0.00014347325495906414,0.00007392284345068046,0.0001745556561492676,0.00009900182515264213,0.0009382932968818153,0.0000802988243243538,0.00022243413133909686,0.00004878591769851509,0.00024238262629734558,0.0000637204863664101,0.0006247052229710405,0.00012611233901828564,0.8145350487444196,0.001964725392890546,0.000025425201691669725],[0.000002082747203935748,0.000079409261316859,0.00011325697857848314,0.000007770345080469066,0.00002965452563366962,0.00013151366540161856,0.0005104433985863049,0.000018654814177944354,0.0008713361134782769,0.00001139348865121339,0.0000067828934607256306,0.00007552676783272996,0.00008811525139365613,0.00042404237594310257,0.00019544899644438632,0.000005942216909993604,0.00003630452856159757,0.000010455427839192242,0.00004284909252751546,0.00006390641637952206,0.00002433427510474914,0.00009267024279013493,0.0008728802706296601,0.000036507828613084365,0.00003383856907034806,0.000002302341646148534,0.00006643714363365567,0.000005299096847861842,0.0001386276965122852,0.00010855716228958048,0.8556977962848676,0.0008358754372473238,0.000009206372833981617],[2.3104248079636608e-8,7.35146746387531e-7,0.00003022689672198792,9.414008324118585e-7,0.00002635128951658434,0.00039580863423540073,0.0000035088927434309107,0.00013124559496065558,0.000024589014399008042,0.00007986053060683483,0.0000011521442115548222,0.000026771569822955305,0.0005704406847617996,0.0002942484131067956,0.000022522201348784687,9.823035618324678e-7,0.00000553058783631558,0.000001237285264697897,0.00015425665124090834,0.000023869874738604333,0.000011922682621785309,0.00011307308243105614,0.0000014318074855313568,8.833767165109822e-8,0.000020826620401759937,0.0000012052933151617747,0.000020923040912756753,0.0000016298659484670222,0.00014811023882121025,0.0000023274983658668044,0.857278653276207,0.00010649273299526114,7.684066564147941e-8],[1.957736838297944e-8,0.000002483666925820356,0.000004647131456684099,1.4656926295525418e-7,0.0002232473636537565,0.000007694477169046419,0.000012964261841618676,0.001037499701107336,0.000010399748501655869,0.0003227319520926035,0.000003748390029879244,8.442993128679705e-7,0.8427822898177294,0.00019873962063693133,5.90445787855065e-7,0.0000017064175223004046,0.000007218243603987903,0.000004727324545592608,0.0001173888129644991,0.0000028429905091078734,0.000022160095063709137,0.00029726798553368687,7.49219512111893e-8,0.00001173014287834708,0.000013173907441134627,0.0000015391596984562453,0.00026124997541264987,7.641460530471418e-7,0.0001163387422770279,0.000019301944851633504,0.00022130531201562377,0.000002066796918963203,2.5217393687953016e-8],[5.809138584879884e-7,0.000003431188215878367,0.0001521743431637678,0.0000031032396245307487,0.00046165584713669656,0.00003419271723748548,0.00017431883518787325,0.00015263672376167347,0.000052702771964690696,0.00013167912455360828,0.0000014728662802648735,0.0004889820192006928,0.8448693480427849,0.000902792883602676,0.0000012923463421612048,0.0003862688126143398,0.0000895717162209875,5.680157831086035e-7,0.00013948997710666063,0.0000012048899749503065,0.00004322339730188272,0.0002549194582029187,0.000002448994221984562,0.00006340819330710558,0.00010720857212885985,0.00003665821798069224,0.0003645372010064541,2.2371057153084366e-7,0.00011640976830065746,0.0000015175668821997393,0.00025082223509140017,0.000012253450216298415,9.094288473863878e-7],[0.000001185073712032364,0.0000024497349163567593,0.00000679963380757172,0.000014234360810409204,0.00030133172030183755,0.0000024604630447274643,0.000045681539763067594,0.00001920237964819616,0.000031730240201998004,0.00015721851523049814,0.0000019092132299281777,0.000003771043449715352,0.8538082861505158,0.00016914867615662119,3.802850270891369e-7,0.00019925979882384138,0.000005943039201922984,2.8459197047305126e-7,0.0003396131372593921,1.7210231033295544e-7,0.000049626577512027365,0.00008410096473946244,1.7411376095590675e-7,0.000008251591630627597,0.00011764489433924722,0.00003807695196537182,0.00015214057148709044,6.283741265398951e-7,0.00021285363619169342,0.000009670446662829047,0.000007518630824288465,0.000012720062844091086,0.0000036948390367681732],[0.001028218817865822,0.0001859584177634504,0.0000050011841402234305,0.000006893906607241375,0.00000346211948947587,7.422934083998945e-7,0.000006200934658950074,0.0000056931966262820385,0.8090942529285821,0.000011661191170087805,0.000023156244948882155,2.674852697227692e-7,0.0001032130246105122,0.0001667373700116571,7.267314543411775e-7,0.00004780004899828815,0.00002108475570543653,0.0001264813810996902,0.0012757950137753725,0.00016533963968954986,0.0000034322334007611306,0.00011119823589974978,0.000029483890330270997,0.000016935047593856207,0.0000064252840570702845,0.00004183694006680429,0.00006251162455686571,0.000001822366843982441,0.000004509649820898397,0.0003889134021889944,0.0012472483919518237,0.0000886320369850456,0.00012271536791627388],[0.7621030055253263,0.0031208379561494157,0.00036283205146632984,0.0019254198493548077,0.0003234126768397967,0.0010572113134540533,0.0002538460560961753,0.0010356330126005378,0.003347264501561222,0.00034130435166070507,0.0014057254419376766,0.00015982358450084247,0.00019754733940631635,0.00004405362282940181,0.0007638578302586889,0.0011898835824480172,0.0002576717734476355,0.001578566625853994,0.0008784550534336067,0.00013915468476857686,0.00009125520394872444,0.0001987729252110066,0.0009678542645244446,0.0012684492174931765,0.0003727951296680622,0.0007426619372701867,0.00011859296754301749,0.0016346535558102537,0.000575219819853227,0.001722457005698457,0.0002695258782875604,0.0006323269421070208,0.0027882356780790274],[0.00003878346740589362,0.00014292068027825207,0.00001575688757136436,0.000007376272132275558,0.000038784393429934126,0.00010717367192286582,0.000016234600310301113,0.000484858022553115,0.00011674415467126903,0.000018587127983917623,0.0000051333776550920265,0.0000761679331976391,0.00000978050147901958,0.00027943314268398707,0.00016126791601301814,0.000006916903441989308,0.000005430706626020301,0.00002573222028289095,0.0000351444945044763,0.000053329703569345874,0.0003139449818025197,0.00001838692087767662,0.00011436462751092296,0.000008286166247410984,0.0003427073208324908,0.0003243712160843204,0.0017656923767939686,0.00013327299964591464,0.0000993388423982724,0.00017112382590306636,0.001989007399075762,0.8186661560541688,0.000045600814672462876],[1.501286729182521e-7,0.000008430885996396724,0.000017823131594279183,2.5753726253129277e-7,0.000006835777492459905,0.00005343699629390588,0.000008625536395734117,0.00024080048467390715,0.0000034630829231768134,0.00005109792552973254,2.427064455057451e-7,0.0000032065122163814846,0.00005816974241173993,0.00001698242296901954,0.000006955213629358809,2.0627317400190445e-7,8.436120781314215e-8,7.89361391682235e-7,0.0004124140354435203,0.0000112038512774394,0.000016775446998025245,0.00008699262393111653,1.212186178944135e-7,0.0000017452802258568526,0.000013741376487040886,0.00008194007043421615,0.00018447759855209775,0.0000010247408812119906,0.0001157284996940997,9.961411692066767e-7,0.00009065664756561832,0.8836684695151452,1.4631098952274556e-8],[5.516039166068892e-7,0.000014558881178467249,0.000008905114642921853,2.799553956436845e-7,0.00001430320261122074,0.00005867741945024811,0.000015879532988546823,0.00004813894776946353,0.000012581409242239238,0.00002075422324804517,5.626531635295619e-7,0.0000013553346940569969,0.00017238492406343908,0.000004165105138687514,8.289247515916153e-7,0.0000020594944303441942,8.174059569301248e-8,6.11098770590223e-7,0.00003057761791319512,0.000005721290911655186,0.00001781731025598914,0.000025631349807041605,6.887608969356121e-8,0.000004173268345122185,0.000022248383759072735,0.00003289267210342748,0.00012207562460115397,2.4580117842657535e-7,0.000037045106476284084,0.0000034070730189662902,0.00006408055905730949,0.888534646824704,6.115806932155926e-8],[0.0011626525902275874,0.0004868188874928953,0.000344385757748642,0.0003669953144719648,0.0008516603605970689,0.00021815809925011104,0.00012473005393344143,0.00007133688290580158,0.0003967508470214796,0.00010005909295114254,0.000674293294074415,0.00012929828091277998,0.00019305397979386968,0.0004473343290509672,0.0006201866887102264,0.00029798061662168556,0.00003828693810331932,0.000732126408668775,0.00010866792508940956,0.00018164515687826382,0.000006924020223322441,0.0000330409275519141,0.00046724384759494133,0.00002074939546450288,0.00012581561651329534,0.00021866312959329125,0.00009960753014309327,0.00017202487560234188,0.0000023671613072904166,0.8238906597415594,0.00025483851628361765,0.00007825634440531483,0.0012266145648425853],[0.000996105937076486,0.00021372853412995101,0.00007361858964368698,0.00037511934151874523,0.00016215566029218042,0.00000705755933543329,0.00020029493622791906,0.000017763848865711293,0.0004103023031113018,0.00003201553028125501,0.0013341349828064758,0.00007651544771904464,0.00003028916356221451,0.0000047815504353499,0.0005295106346923045,0.0002930099182199671,0.000046313204167450275,0.0022717608243068453,0.00026027480268560853,0.00016480254328258182,0.000019997053528113872,0.00000713305596587696,0.00005825125115608286,0.00007738195567244302,0.00012556036392532248,0.00028006853821503934,0.00023386492563310976,0.00012697301128537962,0.000016485234404649434,0.7918113922383511,0.00004241527780446488,0.0004669560784869352,0.0021406839993698278],[0.00010162430446002361,0.0001925962232146548,0.00018781181272519915,0.00006727007715092238,0.00009564061037510799,0.8119589797078256,0.000047423496252590016,0.0011878419695748,6.552641806408565e-7,0.00012906217521769424,0.000019503398363380504,0.0009348186542499943,0.00003117279607223048,0.0012271150713190672,0.00013849998228864424,0.00014816711458086576,3.805561954086723e-7,0.0000023760770322710723,0.000008549373954649756,0.00002490045514150438,0.00015322054712263395,0.0013803465433126366,0.0002668445082338912,0.0000022332823469170944,0.0002566136760940208,0.00002303160322202218,0.000020998354355262328,0.000014107885414316163,0.0000028199735276306083,0.000027494834394163922,0.00017655615263471598,0.000011991440779207266,2.2310052360360628e-8],[0.000012568543569500994,0.00000890418762430315,0.0003061531865143366,0.000033677517316174615,0.0001235686064606527,0.8289562452121865,0.00011810997093111679,0.00022029615252354922,0.000006405578583155715,0.0001138734329952037,0.000041620707760688054,0.0005242973174250829,0.00002720178473383563,0.00011552858741457619,0.00043904419361621625,0.000013352095165995347,4.175761009597146e-7,0.00000824486162470692,0.00026556718949471357,0.0000029905947020593345,0.001057516389551157,0.0001197053241700911,0.00011939313348097511,0.000012695763439162643,0.001461322474190428,0.00019265321124774338,0.000005181845422655244,0.0000057676954768648596,0.0000037979464244828146,0.00006846888513887861,0.0013273145928156854,0.000037671063098068456,0.0000012614273999715621],[0.0002074318818040558,0.000310236844087562,0.0001527517933246797,0.00006413686843550882,0.00012328727771105725,0.0004689594852028873,0.000043435318309529105,0.8261043748088118,4.4336528274993467e-7,0.0012762918281599756,0.000029725496625713437,0.00020437762222362522,0.0002970640292422587,0.00047107444670937103,0.00003460654849362893,0.00012061165990414005,0.0000010888096365781814,4.732317378042108e-7,0.000009385449545760711,0.000020411582038011942,0.00008044289968033141,0.00013593759736312284,0.0000017517199264135723,0.0000022674724173937345,0.000074844438528779,0.0000825815204159123,0.0000501810417356818,0.000021535041786327473,0.0000034610304739825378,0.000008313801165605178,0.000029723536300290797,0.000024606618982469848,2.369274271311318e-8],[0.000010219308213958407,0.00003324963371801275,0.00032771548948908004,0.000010604734642602375,0.00010392573583222236,0.000590289473539449,0.00004332990459034704,0.8549011516543739,8.152061597022527e-7,0.0005059099074301625,0.00004513809577610654,0.00008402663855964248,0.00016753691519297203,0.0008312226967842498,0.0001120372431111464,0.0000856749658862876,5.522280769211948e-7,3.847909730073309e-7,0.00007500830979764851,0.00002656769974933164,0.0002282446625441106,0.00004036588005311396,0.000001110259058990838,0.0000025194626867609275,0.00009078862031369573,0.00004810520592171322,0.00011394537883183635,0.000004520482112941552,0.000005890623361397303,0.000007500669924184959,0.000307953701137826,0.0002994355128022579,5.759804700083194e-8],[0.0000010139349710238402,0.000016924795094920417,0.0006734880067924112,0.000009900726505541693,0.000009766512498626714,0.0004109011190061123,0.0000020589469045263782,0.84661880496546,0.0000017672192337307353,0.0010798360812805054,0.000010044107345084133,0.00004079417750224331,0.0007112354415057581,0.00006470464912735295,0.00007730763624513619,0.00000622748965076771,5.670566059481961e-7,0.00002056198255880397,0.0009426956670998157,0.000001824974503886677,0.00046554759043422687,0.000001670035999206782,0.0000016365283666931219,0.000004539327669050381,0.000847573362108591,0.00032847079281537664,0.00009200910373014277,0.0000016662732880185493,0.000009239504651786508,0.000009820202403718093,0.0000787582478021043,0.00012006109010617778,1.6781411801067674e-8],[1.0504425072081432e-7,0.000004057037198198375,0.00003491140134411796,2.6205841331699797e-7,6.966502586323843e-7,1.5670900127562334e-7,0.00018139585986925736,0.000004453299901388212,1.7722401086945262e-7,0.8966674092603434,0.0000031020356645003096,0.00037948192326567976,0.00017261487128112383,1.7734203456482567e-7,0.0000012113497764111986,0.000002723779020788161,0.00003760664944971531,7.192248760158656e-7,0.000012325628793876596,0.000002416079005676904,2.6807429767734315e-7,4.256819535965519e-7,6.5526759263015965e-9,0.000014903576242420904,0.000003411664578215941,0.0000050832348985099715,0.0001470873946862966,1.2181493496309407e-7,0.00033914352102410323,0.000008296438550554768,0.0000012874488043713752,0.000018584361176778207,6.457402406939655e-9],[8.194111761986845e-7,8.664911840398404e-7,0.00022321986804066661,0.000002731016075702282,9.455947987558938e-7,0.00004481886966239222,0.00012238647314321546,0.00021284461282380907,0.0000029057696903553516,0.8777347150058212,0.000001679615850282445,0.00015869449354324715,0.00003491774991485229,0.000001039110236961525,0.00028027856863896904,0.0000051496846315690976,0.0000011315789764953856,0.00008739323982497612,0.00048515825616586854,6.007425709443469e-7,0.0006150088135292239,0.000044207333106327995,0.0000018098417792703385,0.0000012545143757643758,0.0001272156269136218,0.0001382416785574916,0.00014924986006657667,0.0000011654504721014235,0.00023892812845795758,0.000003482782546291583,0.000004980420167394301,0.0001915686249013558,5.743830297986934e-8],[0.000003593230170882799,0.0000012846669375796649,0.00030897527462028253,0.00002418037920087823,6.179320163484997e-7,0.00012183571513395401,0.00001904585177349463,0.00029501900539966643,0.000014862937146488144,0.8620067589382068,0.000010566777104449787,0.00020977666470538804,0.00003939770419348783,5.131161748069065e-7,0.00011947593892647679,0.000014279779309032762,0.0000037897948538940653,0.00008819224433973754,0.000992039208441457,0.0000035394689134879947,0.0008378800622172871,0.00004299689381125666,0.000016787698287975298,0.000004371969650934934,0.00010135361292883483,0.0005079066838413018,0.00009225199626918894,0.00001136318608536626,0.0002573475306785438,0.000009664872533237305,0.000032789067706875236,0.00026220994138309367,8.443758567725865e-7],[0.00003163898311952515,0.0003280951453911391,0.0006444545233222389,0.0002621281609668097,0.000013218593565543568,0.0004524541197973689,0.000167240785766145,0.0008406798159456912,0.000022067081661738228,0.8151178032520001,0.0000032263569413563744,0.00011365021685815043,0.00023965537984078038,0.00008759964257295646,0.000008963063696407636,0.0013924624595427115,0.00003540327418663954,0.0000050762384362091755,0.0000321026720745527,0.00006280307081162825,0.000004932539389805304,0.0006317455370058938,0.000013010154092672064,0.00001856240995895654,0.000014445472402068674,0.000047373706626793295,0.00016694676595683752,0.000009192191351875306,0.0001942159358776779,0.000014237816053748074,0.00005724270963967125,0.000010925981635706606,1.9301003931556688e-7],[0.00011850727653835845,0.0000011160015317026426,0.0004463773984630243,0.000012386320697225779,0.00006714425076615278,0.0007474137797036336,0.00006208053789690999,0.0003204533561861912,0.0005076223095558156,0.00032834975927085276,0.00006194177440174318,0.000014148082025254364,0.00006313155876914143,0.00002940593953207967,0.00019592333668508243,0.000020075872245193787,0.00000842942580251823,0.000009133286644472615,0.8141292608401446,0.0000057378596262065986,0.0004641455716665093,0.0009690623590577862,0.00001616093319947721,0.000004225906915062177,0.0009646069898761036,0.00022036318126139565,0.000025617170462586875,0.000019141732965183622,0.000008173689274398442,0.00003213366353387422,0.00004647993043991846,0.0006051642647066331,0.0000010511042280674607],[0.000014942694338963202,0.000007823722184406479,0.00025244925518974707,0.000004242859924209158,0.0002989474396593622,0.000006657745951591061,0.00001220570154684376,0.00014964186011144612,0.0002555173063550662,0.00007117703917643618,0.00001017390435939291,0.000003516368583441254,0.0011977302283718025,0.000006973989680342718,0.0002206729296375139,0.000008511140913823257,0.000022009273622387584,0.000003584989977589035,0.8305371251229084,0.00000789623827408256,0.0000021316383564796835,0.0004495741678579282,1.0936162622352563e-7,0.0000010228423035638404,0.0003086443084691494,0.000010691691589142613,0.00017953496445198477,0.000004452165681853122,0.000016474032271909583,0.00009282921586112055,0.00004271956122723375,0.00005094572840985751,7.723407823834063e-7],[0.000003060279383045032,0.00003194426427758873,0.00000986072640973132,0.0003630664072114555,0.0008247438238024541,0.00005518031826868923,0.0000219270447828317,0.00001635627080264741,0.00005092915806352925,0.000029470986289931515,0.000002592507038266771,0.0007856183472196519,0.000016768547380915784,0.00015105721151728357,0.000019213901461458866,0.0000010729066565300202,0.0009289488357674289,0.0001048342382068252,0.00003995689796174936,0.8490235272771931,0.0006806490856526402,0.00004285677904360089,6.133040778767432e-7,0.0000014218063984326018,0.000025320018778154533,0.00002016467351131415,0.0000651757565490805,0.00003045834111227458,0.0000034954929135386734,0.00001835615035598597,0.00008151102247291756,0.0002239798552140547,0.000007450938526240849],[2.582546153265141e-7,0.000006230290904519041,0.000006938647457875241,0.00003367676309881522,0.000004008946027619243,9.735130213078204e-7,0.0000015881934357561784,7.925726369122673e-7,0.00002816704754827951,0.00002432801973398083,1.612004011738638e-7,0.00001380797988585816,0.000004075957600240043,0.00029616173843944243,6.717726749652043e-7,5.214845950895018e-8,0.00006699201211301827,6.318909214808376e-7,0.0000034111075052806168,0.8948859848839247,1.2478849784181347e-7,0.000004540569238893635,6.1856068267193966e-9,0.0000011377104414815668,1.7954050902741893e-7,0.000008117161365387382,0.000016721290033121222,0.0000012158365946696268,0.000019155491181271222,0.000055955995007477875,0.00008895622224536808,0.00009555909958102735,4.301096188816145e-7],[0.0000051891860347727085,0.00006128174833012082,0.000005854928755860079,0.000042266978488655035,0.00042012626425080304,0.00005823944222910571,0.00005744847995853575,0.000002209998791799895,0.0002366353455083728,0.000014744903307992321,0.00001110846145867868,0.000019281264721292156,0.000005798352008660986,0.0010883796048443276,0.000039712136463860044,0.0000020616046277395896,0.00030150992146823233,0.00001867907091946292,0.0001090876746970171,0.850109584600619,0.001231563455451267,0.0000791967666062804,0.000003586425483131395,0.0000010731031103440809,0.00010382250430319444,0.00000574172331581041,0.0003961329630816397,0.000011785646869557034,0.00029813962994119995,0.0001532085631695213,0.00016194877956665564,0.00014270287100180944,0.0000072227843502338504],[0.000003148853847523615,0.00008048328163572114,0.00007073042111811923,0.0012111786974760006,0.0008528943198486381,0.00008010054229332642,0.0001002784399825373,0.00003973354204043165,0.00007430996081209235,0.000038266779137629315,0.00006155053727009714,0.0007400404957199455,0.00003263739531083134,0.00008956964489013798,0.000009057749909743196,0.000008086160101973808,0.0006438691207277874,0.000004287166024980289,0.000015649950772055875,0.8577812670417347,0.0005713639729979822,0.00009757424439927394,2.955176852814105e-7,0.00000759056127066836,0.000019298379402996678,0.00013704193617580598,0.0000536143456992811,0.000003822939194067762,0.00009275633413581452,0.000030666346843956395,0.0001018134043159348,0.000006434696000892832,0.00001202720300199039],[1.779271419694462e-7,9.377905200302662e-7,1.2492745356796258e-7,0.000007051040035285416,0.0006547777380188589,0.00009129313928332449,0.00005368451455607136,0.0000016522678672479435,0.000004437918287776663,5.475221688780122e-7,0.000004037605238302577,0.000007526517698579895,0.000003272450464867565,0.000008504235878030304,0.0000027426930741048645,0.0000023111085044179965,0.000024603144868743976,0.000005731551314462083,0.000008495951210122481,0.0012995471082182114,0.8912080440374587,0.000015266473110846214,4.0060371780523336e-7,1.835898644072654e-7,0.00006755185869482963,5.711781862932852e-7,0.00028893592225243895,7.122572418335915e-7,0.000010829997388982359,5.171821182219683e-7,0.000060337651160281554,0.00003123658321162727,0.000003868693069290139],[0.000026520259183958377,0.000023668505011746652,0.00016023967374617648,0.0002859746676590304,0.000153322915899929,0.0012117425769201588,0.0013007995101735313,0.00046738817892421296,0.00003680204385853682,0.0001995459723051833,0.00005415912222334985,0.00008344477518454304,0.00001247996414858601,0.00017604719306365936,0.00011808028060473157,0.000026941565341850026,0.00003343910439738828,0.00002893473594309342,0.0007785478728397352,0.0027222561175656774,0.8040765853611117,0.00016211861110825113,0.000034140078349666024,0.000003786026708782686,0.0016837405885786437,0.0005555385789532897,0.00045141776351939193,0.000020989534177717113,0.0000878162265361913,0.00007115563490928837,0.00032054465629514494,0.0005241871294937499,0.000042604437511300084],[8.196869749879324e-8,9.28513081380441e-7,0.0000036365626005234544,0.000001279699464584995,0.0001506276792600062,0.00006860738405180106,0.00000804935786169787,0.0000071617427008439,0.0000028375292724057616,0.000005990985371495119,6.715553453942747e-7,0.00005095011525892967,0.00027678164845268454,0.000001932842587159976,0.000013867673318477997,0.000005837764777709119,0.000001907883592465659,0.0000319529037030342,0.00001931469552834715,8.641567166520597e-8,0.8310002536217462,0.0000640765822441864,0.000009026638647604156,0.0000017219239605687857,0.00011074872375102706,0.000002412840284964655,0.0001246912296451259,0.0000011346262223243583,0.000024213461317541394,5.505461006949386e-7,0.00003480561750259278,0.000020412121694141547,4.679494424128019e-7],[5.667535786852679e-7,0.000003879108430425532,0.00000849951053580059,0.000008888459522629223,0.8639288328213091,0.00005221773037845998,0.00009444142113036582,0.000004921810392859845,0.00002020386875174899,7.693995747388393e-8,0.00005912315314044614,0.00004085067979821782,0.000040684608329985634,0.00024200924284745277,0.00003153072993222677,0.000036322216852998254,0.0006798961956299451,0.000004995601029661111,0.00002091259742698674,0.0002232946895691096,0.0008025377074613293,0.00005283697792267962,3.7271867493080374e-7,0.000002142258173767986,0.000003554191336293769,2.1957413508476305e-7,0.00011432829578598736,0.0000015601727410079308,0.0000030245765525277454,0.0000494844908172374,0.000009375480816438131,0.000005284793363752141,0.000008667091780169846],[0.000007233296040725333,1.1587939728529271e-7,0.00003988949004673267,0.000005199930850541756,0.8905860068316328,0.00003901382337177182,0.000034894540607378126,0.000011995579370497952,0.00003943957007407814,1.1817413868089194e-7,0.000008116033746469677,0.00019203407844467138,0.0009525021369736108,0.000012455233551810763,0.00009201214277409136,0.000018963410750741733,0.00007907829006611752,0.000002598032481961656,0.0002018452269802385,0.0000028020479916961338,0.00098689175394652,0.00001969417970936746,1.3896209793522343e-7,0.00000894950067931141,0.0000330186213470567,4.6514519519018255e-7,0.00001782216542031135,0.000004285374202373491,0.0000012904101607122967,0.000023753690235040088,0.00008342244630742516,0.000004260140947337969,3.9945241990206937e-7],[5.483147869888625e-7,3.914878738987325e-7,0.000004407051598932846,0.00001185056031336122,0.8742932904002189,0.00023273242462722984,0.00013963449721096603,0.000015196977678148148,0.000006552752967959524,3.41730782587371e-7,0.000020103987517343218,0.00008543318215761016,0.00004869802722683862,0.00002525934550227576,0.00001499038232485193,0.000012917446237537537,0.00004440962085310774,3.083941359183898e-7,0.00001870692352783129,0.0009475863449439956,0.00011293406095255865,0.000012393167650051209,3.090613028265304e-7,0.0000023044165800953995,0.000003965451149447494,7.884659226811697e-7,0.000017295882043017285,2.3400135634143604e-7,6.951794463514245e-7,0.000020877755154787687,0.00008742068202687245,0.0000031775222804895414,5.8465770439232e-7],[4.804570827701005e-7,1.4806496263717984e-7,0.000005596228625002394,0.000004263888039659949,0.8819472923157359,0.0001262303229843026,0.00005886598240182831,0.000005914562765490572,0.000006198691130167542,0.00000356206604207146,0.000007880286249126896,0.000022704475621621733,0.00003801755237282359,0.0000044560200686681995,0.00023150626914865814,0.0000010024355495746392,0.0000749409885943122,0.00005107798019707485,0.0000893041740451499,0.0008221423947717556,0.0007292865048485876,0.000027541309992122686,3.0374183973850283e-8,2.751501221148442e-7,0.0001427985923530135,5.165469319079975e-7,0.00009907360004290289,0.0000043695190530296,0.0000021958508488063064,0.0000167871016417976,0.00004567148057277274,0.00008238644806061501,3.2117473541778834e-7],[2.3204538789800076e-8,8.796742900815299e-7,0.000006317198578694007,0.000002014208316872856,0.000038631729577133865,0.00010184794980027555,0.00005563703007879856,4.68694977161172e-7,0.000009466654468680888,0.00015368679986883517,0.000031530569118269226,0.0000012608467715271704,0.0007602030379285777,0.00007406318133138925,0.000013493514272563748,0.000033024925884718,0.000006632690363994347,0.000009255993028228903,0.0006596690171811257,0.00001935113148194598,0.000016958106449994818,0.8431635756182548,6.969019412894171e-7,1.0426918019216083e-7,0.00004484674225478134,0.000021442051050909833,0.00022273076909328656,5.491513577795078e-7,0.00033983555711800226,6.66426403872824e-7,0.00016780756049753374,0.000046714671601360544,0.000004095721834010463],[0.00006796858686847539,0.0001131408322787872,0.00043608772270263205,0.00004055158742057262,0.000008763074750796274,0.0004551739674880442,0.0000803560612762512,0.0005701353857027122,0.00008247488611957755,0.0016375783072842972,0.00008819284853801708,0.00003070018054209731,0.000056625573338631516,0.001864818847099867,0.0000349979247850326,0.0003907517406191522,0.00000416400159146097,0.0000026771916988631737,0.00024684815556033743,0.00017744732370895115,0.000005825978209771116,0.8074180079417473,0.00033992532907032143,0.000004515769482111401,0.00012379876349759972,0.00032209402523687014,0.00005582075506093731,0.000139068574556442,0.000019754420434965286,0.000008447118934242967,0.00004450131378721799,0.000025276483964129422,0.0000010368971254341061],[0.0002673198402718853,0.0005255426827465439,0.00010406610016166354,0.00038917450806409654,0.00005294752478784281,0.0005736343620286938,0.00010289458852155376,0.0000030204410705499993,0.00035590946147727914,0.00013491864356600006,0.0008181204076178313,0.0017717162080380653,0.00010810685954891755,0.0008189090487390923,0.0007510726753900692,0.000041489872177281225,0.0003984370032428864,0.0008549831003397296,0.00005626636600532701,0.000035406448593875255,0.0008776963882514563,0.0008539349934964556,0.7915086717653177,0.0024841724061567773,0.00007404523222057933,0.0004453251468675029,0.00011490140960619453,0.00026472943371630094,0.00032217290338549626,0.00029279530338285887,0.0022460111930795693,0.00024281417901172918,0.002325006319965942],[0.0000033160764187314232,0.00003891259598820574,0.000018221439028884126,0.000029975511925122705,0.00002269086812530264,0.00029671492215366447,0.000002974544557914021,3.4863862400245376e-7,0.000019304440377525966,0.00004559237163422227,0.000002089195053105805,0.000026302668254168743,0.00025704623864544095,0.000019214417500577932,0.000002837407059626083,0.0010514122312154967,0.000043916141848989556,0.000018147137112946232,0.000009170279899928674,0.000009373353774402658,0.00019341592863996872,0.000044486438364115075,0.0022664626278968594,0.8069929160826177,8.350477305749437e-7,0.00018272453984908625,0.00017688798945656212,0.00008975117674531675,0.0010975370363910514,0.00013117531168039184,0.00004049750743626733,0.000005509713299480808,0.00003877295225601304],[0.00024366061580749076,0.005352140548144661,0.0013617139660502334,0.000013490285936873164,0.000007893059681491064,0.00001027237502823673,0.0007876522370772654,0.00002741680460369681,0.00011826009137796271,0.0000727316302871752,0.00016592471123753262,0.00025304960854021516,0.00029572347340986623,0.000044473754019200274,7.224123321969288e-7,0.0003839109977413314,0.00011141418227519209,0.0000061739766138887005,0.000018590026877325333,0.00003648739173318318,8.975844210059016e-7,0.000007813169493692769,0.000004695705335491909,0.7991792253871944,0.000004805959492567755,0.0007829142648068618,0.00007344170830781415,0.0003525534779666433,0.0007988450156330027,0.00005787280906062681,0.000048882198890767094,0.0002159918783039167,0.00018553219552240336],[0.000007279255370496866,0.000005102168598277657,0.00007485188569123996,0.00007965600145769911,0.00003975810737660444,0.0010897859473742648,0.00010654369701244689,0.00014847126845502487,0.000013720545864611336,0.00023491909125520515,0.000023724583681110167,0.00037005647104507036,0.00008209857439153297,0.00006556344194996974,0.00000795151100133839,0.000003774968163558428,2.4500375969871e-7,0.00000908998171011235,0.0006682486671024862,0.000014547911854748274,0.001807418429892011,0.000045820540467788394,0.000024655228428500724,2.0906711784354002e-7,0.8134377184010566,0.0004583583741298077,0.0003636586994457181,0.0000016073468152144329,6.45294451651323e-7,0.000034186434602412815,0.0000757959619922956,0.000049030071557492716,3.2868860421735673e-7],[4.243466803831324e-7,9.108614583621231e-7,0.00004400696883300671,0.0000012043296652053508,0.00016787246870536034,0.00006044749354618738,0.00011414472552190171,0.000017059312674941613,0.0000029771189094317125,0.0002898143048658077,0.0000019968751571229065,0.00005267842278920537,0.00019809926597550716,0.00009990588179989283,0.00017749488906877102,0.0000015354134532039123,0.0000049345497325891,0.00021623080730657135,0.00009791218029927724,0.0000051040339168179005,0.00013485451669728598,0.0004253035955780613,0.00000190674478275861,1.4168666042063034e-7,0.8760979530714481,0.0000067750854792489736,0.0004123660996777386,0.0001835349653550574,0.000003824889413541553,0.00001293286030184363,0.0000607315120566453,0.00012122716188539978,0.00003602247461276558],[3.507930183071012e-7,0.000003816690424748488,0.0000013370992737230543,0.000004180033320198636,0.000016978152979459232,0.0000031892339732757,0.000041923943612363036,0.000002481784963279512,0.00007169711962488393,0.000037630263222456016,4.772562626293801e-7,0.000056777229997145524,0.00004504623306590474,0.0006991290904853406,1.82957853808335e-8,3.0106065587995904e-7,1.2445548744905796e-7,0.0000012952766076002809,0.00003985396730687372,0.00024136349537272713,0.000019003077696942637,0.00003053524576973937,1.0129833664995606e-8,1.2951335067060393e-7,0.00023097891396341494,0.00003871624978287263,0.8693340141091134,4.863551504459003e-7,0.000023101957057523325,0.0001371026803523371,0.00001206322828286516,0.00019981588991754712,1.6596759732460025e-7],[2.6569459691267183e-8,8.021438569816741e-7,0.0000032705258213815733,2.9217364142414405e-7,0.00010955747449741348,0.000006757922885307623,0.000048438541370752554,0.000010712630362612182,0.000038726270827212424,0.0000810829135958581,7.261601072930841e-7,0.000003113562167148743,0.00032476051334664883,0.00014136599520811843,9.261997273770404e-8,0.0000013346774325244457,3.04635908239785e-8,3.1413078643854915e-7,0.00030476170487498186,0.000003870678239910345,0.000015961859982810985,0.00003629015393037467,2.078988038301337e-8,0.0004069032336248268,0.000005232934544726213,0.000024620583743277316,0.8588835781027486,4.552436019256324e-7,0.0000063479984095876804,0.00007216846244827575,0.000028503938012389853,0.00022196213850352923,8.476320063648127e-8],[2.8300384338443914e-8,0.000041633120130029004,0.000018964684830570758,0.0000079059059693718,0.00010964500781706451,0.000005532184156251643,0.00016590194112841523,0.00002264612764367154,0.00005420113504816751,0.00021005785536075302,0.000009961528859181173,0.000041639353527899106,0.00027646788669676096,0.0010310579127741138,0.0000015759134594576856,0.000006087882889657035,5.794513944724426e-7,6.047559260737035e-7,0.00033774870060880276,0.000037924507550905396,0.00035285731735689726,0.00007592484318973358,3.536881732193691e-7,0.00008184924735423103,0.00030745644302823314,0.00002049184191192704,0.8637318420337393,0.000009624500717297709,0.0004910119603603666,0.00016589333830335646,0.00009010293941202546,0.00027631117134666906,0.0000016008447506212367],[6.035398616509501e-8,6.337508723662362e-7,1.8354325784569109e-7,1.4297549748023494e-7,0.00008233970403284606,4.7256967519847463e-7,0.000021975408505652796,0.00000680719566514539,0.00000460317609853089,0.000262792865792412,0.000003590561693596307,0.000023801739397673196,0.0002613021215864098,0.000005714231616381171,1.0008118048478631e-7,0.000005119358188445213,0.0000015320273586088173,1.6007539391355005e-7,0.000006300059990962642,0.000010620531043721146,0.00007527026714120823,0.000006161157132331815,2.7544978041107434e-8,0.00003610073647010066,0.000010384363878146208,0.00010771478652098501,0.9035642814935184,5.059582735535478e-7,0.00004221989180116396,0.000015433254322456144,0.0000052800631211989376,0.00014645521070403932,0.000007150315293048493],[0.00023695825001052097,0.002108879359366797,0.00020759511511381446,0.0006593847328588145,0.000012719706793339303,0.0003076277799560338,0.00043837257442839127,0.0011166231714086145,0.00038936505320958666,0.00032990476374768397,0.001150599901920537,0.0004659551525730466,0.00012517047654612328,0.00018132405017524624,0.00008840020644027799,0.00024870807974063336,0.00000687189399478938,0.00012974797501433158,0.00003288981119816596,0.00027508569029938314,0.00002215986463943162,0.001342293811861504,0.0002914898016848525,0.00008216312204302718,0.00027540678215642433,0.7956337912382874,0.00009761732912973368,0.00016137470577798794,0.000006404361631031172,0.00037582121009646543,0.00002956502557644773,0.00039903947613615086,0.0006105243421709512],[0.00003681849408213221,0.00012165114056093119,0.0025081499720529857,0.0005716006630603821,0.00007566060668252897,0.00023724774088108622,0.00021146173788863415,0.000474933222999873,0.00008595171853969028,0.0001945683457747018,0.001409885506894153,0.00010813109183408875,0.000457597315609991,0.00002245410760274539,0.00014607323755676097,0.0003076790052907966,0.00011270687584465901,0.0005197704594107319,0.0007264831730319336,0.00004027268366371254,0.0011498998478461882,0.00021976128313112446,0.00007575832071842681,0.002842467451351437,0.00004796667345664588,0.8159070083044533,0.0010746704258385773,0.000026313021136390832,0.000352188174830656,0.0006452774157304509,0.000040225366958326744,0.0006930811953023922,0.00009245595980300019],[0.0000024624571952211387,0.00004105660402731191,0.0000636750749622377,0.0003324452081435509,0.000002303204851961021,3.55947310057013e-7,0.00002829501270117936,0.00000538882714539597,0.000021712640305521466,0.0004716923699152957,0.000004213654518445498,0.00009126750109617954,0.0004099584837251617,0.00003315686661723317,0.000007665174574115106,0.00004399305387766041,0.00011489303569481893,0.000017239536249721635,0.00014108282002136922,0.000018424194351920383,0.0000548702739518343,0.00019500036431031707,0.0000017101563272981448,0.000022927855292116752,0.000028001454144784467,0.0000016920072599987086,0.00008893491569266198,0.000055700731674426516,0.8548802967708449,0.000004189430075185506,0.00033672647693109106,0.00013977890888726348,0.00012085636660578734],[2.549975314433649e-7,0.0000651612738585529,0.000004857098731317701,0.0000258138859876434,0.000013096988682930318,0.000004833848845598498,8.699039809293798e-7,3.0166737284286266e-7,0.000023732199659731374,0.00007408990457822573,0.000008979788141645673,0.00003461204904626463,0.00019072547839503714,0.0000643106463349091,0.00006774995647319975,0.0001156236442654575,0.00044533536624776794,0.00008709546971635462,0.000004461542914410942,0.000013973918383023414,0.00019171883630052442,0.0002728777721024599,0.00004656641367012688,0.0027497491505246324,0.000002392057066960278,0.0000031678021845323313,0.00018431963117961572,0.0007730894041137242,0.8208466962380544,0.000004336947415768663,0.00015113254323897678,0.0003239821439719396,0.00013953052180210469],[0.00004032194891922081,0.000057216840785696805,0.00009586043118434799,0.00009617364035445998,0.00017222769587313245,0.000014328946339783367,0.00001724395474772123,0.00017488896183430206,0.000009544014269941327,0.0003336517333618359,0.000015134879043420295,0.00032458390726618284,0.000037460117913366554,0.0012452926621320973,0.00016752486864603979,0.000014576184132942774,0.00000807374849399775,0.00013335878472123442,0.000018577249926012308,0.0001707033040493053,0.00021341865325685334,0.00042991610397091567,0.000005923095681378065,0.0003137045095866071,0.00006116341506880795,0.00000434508429945556,0.00032105215102291255,0.836675403549153,0.002423208680381815,0.0003986517725906865,0.00007041744719773941,0.00024924875437786257,0.00006347199572820458],[0.000005648286492862606,0.00008752424345295851,0.0019212065315184657,0.0000691354677479334,0.000174887404193192,0.0000013410722745012914,0.000025099675461764122,0.000004212817384818288,0.00012485156899797503,0.00019819738655904142,0.00009384861675714073,0.0001383310000952363,0.0003838420160889329,0.000006780779724922886,0.00004171120636688747,0.0001158681634296071,0.8387190079729606,0.0008560004018837432,0.0001796249621012965,0.00003794656765420445,0.00001838120435903466,0.000027057994853922267,0.000012932964886185146,0.000011356618707068738,0.0000016883762694205629,0.000010986394760215982,5.59004728837412e-7,0.00001609031607720948,0.0010348547284426172,0.000004209514515867979,0.00002247774278069982,0.000030533785821218833,0.0012051040040736817],[0.0000042870162803562624,0.0003349659266880846,0.003512313451195823,0.00002911262795906069,0.0007254108196473191,0.000001797298296938738,0.00012166389730177604,3.9437947077357703e-7,0.000059452551455331146,0.000005898314420842385,0.000021320631370937827,0.00011292646710477968,0.00027217746391551117,0.00037545978736475675,0.0000022766750594050304,0.000031967689890268117,0.8278396935056351,0.0000026840231467751007,0.00002614989003609947,0.0012571510733730567,0.000006059422450658782,0.00002456091874699402,6.686531523745175e-7,0.00023706017966115527,0.000001897369434022135,0.0000013420782072227966,0.000003405415059316465,0.00001059433489285212,0.0002756528915426236,0.00009648303286086369,0.00019844984743528618,0.0000037054871000609145,0.000038968935410948654],[0.000009408488140000843,0.0000014921638323183283,0.83402078480482,0.0001353757524371607,0.000290038612659787,0.0007231863245874121,0.00009454338786048668,0.0012263344372501934,0.000007560262656144482,0.00003656119951954304,0.000021718712718872453,0.00034831277746124944,0.000012050002438010004,9.732614442575234e-7,0.0008856297778656281,0.00024187571229072777,0.0002905313890746189,0.0000023840741368244057,0.0009139729047695327,0.0000060779530671472535,0.000022889109103426184,0.00008276091198586455,0.0000037506733966435727,0.00004770822784910541,0.000053943696530608386,0.0006462492932301818,5.084104538674785e-7,0.0000037377413871191404,0.00003532592247405393,0.000011813904116178197,0.00007177949124933729,0.00000695040282696532,8.038030992856842e-7],[0.000005482648975702302,0.000044114241430667747,0.7890450454072686,0.000004119592479166386,0.000035237135578323614,8.232064221581252e-7,0.00002729071187168465,0.000035505844662886164,0.0000027798195467953673,0.0006739028332048004,0.000008570179926930012,0.00033302887801516727,0.00006650016883014247,0.00010066355164480313,0.000003846261348252353,0.000014643943096093779,0.002806637130204982,0.000014856650078183048,0.000021956655868905594,0.00002045446648582684,6.14195509283911e-8,0.000001603986838286776,6.537187042379261e-7,0.000403963645031343,0.000001225743270704786,0.00001794992507470545,0.000005166096810790018,0.000005596323514494792,0.000038931970841580295,0.00005698342999232487,0.0000017588272972238956,0.0000017334476466063113,9.65388123634316e-7]]],"Weights":[[[0.5331420675704941,1.0418098696983522,0.3451378275856067,-2.712913913701248,-0.03908148266175254,0.6886527786958917,0.7730261397965715,-0.43402515457060187,-0.06718964401729999,-2.275872240101648,-0.6281456767743071,0.6162044079793313,-0.6108206779292782,-0.023044030635560316,-0.19185751804384296,-0.5073820030342909,-0.5032056174472994,-0.20619894887636167,-1.818407891605336,-1.1224583400304133,0.09362483471137771,-0.5552733651295718,-0.15819015889530402,1.3244204376181974,-0.1423267586985296,0.43374154574965773,0.28354062607486186,0.11966961797513921,0.891402253360799,0.2496278737336083,0.1478444991820609,-2.8213227919135586,-0.7489229398475847,0.28951617332809665,1.0742843861603053,-1.0554158602809784,-1.7290199624099523,-2.9317261542165736,0.4760921042931562,-1.6629443533001447,-0.5919111317594822,-0.12762859640333657,-1.1935056641304345,-2.1015580440999106,-0.024035169279871274,0.2136507364603293,0.5935385177342186,0.11446718700502195,0.8613276052565646,0.1700861189935068],[0.5238479455612584,-0.395420882126148,0.9672105254488218,-1.3059006891345526,0.754236804505372,-0.7716045585506738,-0.3145240011777396,0.0049781559479428455,-0.3772160554407504,-0.3163917515680763,0.8785074698204672,0.07029467724901131,0.6796452138696804,0.4404509134606888,-0.6300594383223296,-0.2772138445355686,0.8736587317722567,0.3627267217268404,0.9784711591239328,0.812712832216574,-0.7794196550864864,0.22320903964517064,0.839910323343798,0.9119365857894388,-0.6311945809013594,0.40879512510365396,0.44243798828602704,0.10814539178193887,0.16908067634071466,-0.9409211444100142,0.5003030230729,-0.21237115466363826,-0.779102663311925,0.2709426413014267,0.7790943980897577,-0.9100620744288346,-0.35354283787593793,0.09453879374304631,-0.9270976415862064,0.17254980547953758,0.23173846137540352,0.024451149451087402,-0.5741378463395348,-0.11201860486377813,-0.6538361418458876,-0.3467881646861085,0.26475080451039357,-1.354316281615408,-0.350124068645591,-0.08571773946800672],[-0.5535255077559168,0.3434762085880223,0.10332701042705263,-0.16225201993612262,0.447026772258457,0.6631898817730228,-0.9453191851817359,0.39475062821776463,-0.08832838464502933,-0.0035539472704041153,0.20809550023540568,-0.4318424619008189,-0.8838695230378677,-1.2678941727831006,-0.9278243507981198,0.531002184642911,0.268178940862972,0.11355227443909616,0.6770186802560892,0.7468059382797984,-0.07968490238941528,0.26543355876044,-0.979820360432862,0.6903813654385641,-0.5055225207644687,0.3736662809297702,-0.4498822330047169,-0.6961641178432753,0.06911911810225232,0.6174439702006663,0.3341772967645747,-0.9411923239159561,-0.019848370291847398,0.297266450073186,0.50070901598757,-0.47558454074548867,0.030924055958779128,-1.0540756625738414,-0.26286142068004403,0.6206854309815096,-0.6677943437073542,0.35471231821091576,0.06507664658431168,-0.8737824841334718,-1.166955749468735,-0.10167408511340277,0.3089504945549369,0.777114870516051,0.375126482259065,0.31880520333570533],[-3.614909269732394,0.569369246470487,-0.8509489764448955,1.3847925214488588,-1.9435593632361623,0.07323119820891702,-2.835649564198022,-4.937612764765904,-5.3135778035610635,-6.666249611655735,-0.1963288197911256,-0.33345491903280816,-1.5600713157319352,-2.4156899080743295,-3.5554261576849617,0.24336803919121805,-1.776229956558704,0.6631092100241129,-1.937196392913614,-0.6332823507643216,-1.0144620568837777,0.6731345622232972,-2.413377595967078,1.7157382564407375,0.25424960079581116,-1.631185848812601,0.976470812864037,0.45871579756378533,1.3603220126365065,0.49837467808812336,-3.151298285583843,-5.419770893268918,-2.1421995528689255,-0.10568218932830124,1.8333544051600008,-1.3566951671077272,1.053259950127243,1.3359437591626155,-0.6326597684670701,-0.7185630463799223,0.10261893073139262,-1.3593979292054759,0.19482241114651566,0.6695785887085262,-0.017941546991301904,-2.8043708347362744,-0.6368595647050462,3.8825698668246025,0.2761147286063272,-3.9124857820544983],[0.5485843222903329,-0.4645033616483376,-0.6799264003442973,0.37906646379392417,-0.5912275376999586,0.9516249228360903,0.4488211619334495,-0.5406913380010251,-0.8580042589504874,0.8915676572119378,-0.8321426632321377,0.36092531706396924,-1.4034367754787336,0.031606597392126096,-0.37050464426249974,-0.6640629055750981,0.4144912031303079,0.03273874388357247,1.09272015621775,0.8707779762441442,-0.5631013973550002,-0.8555925566762645,-0.1799339870402527,-1.1004368133184557,0.43016492118739186,-0.1193403639117746,-0.29988444597949854,0.9563507832618013,0.10656421021463026,0.35136578370912525,-0.9104063187641536,0.416691371051966,0.3593956438382214,-0.6954131330560334,-0.818947675568718,0.4418305640710848,0.35245313347475254,-0.15384786069638084,0.7091177225608712,0.6667783343689478,-0.20095792373212806,0.7828383677915441,-0.8952753497422457,0.9191368384032954,-0.40029584272448415,0.734691715211755,0.42928902238185856,-1.2239359169659476,-1.1498852654704346,-0.7421222978661032],[-0.6091366208873094,1.0345708453593567,0.1006028471424166,0.9633326255616605,0.6692629505252462,0.05704333742608585,0.17319459426561193,0.9132501243059976,-0.14189202574540907,-0.7331222096974485,1.3622346454521372,0.912156815632841,-0.007555623095138102,0.6029149604055846,-0.2763036261025039,-0.12974457152895857,-0.23843044587533374,0.9500489820602358,1.116951402345848,-0.9724146939041508,-0.27398382646773656,-0.13291353135244235,-0.9774919657384663,-0.06630127254931864,0.8210896723308327,0.6717631319742101,-2.4431204462604033,0.2587103958305324,0.2253139560915584,0.3541343145641349,0.645418687929113,-2.723059159961734,-0.8187033480340772,-0.9190933405872451,-0.2751442743422158,-0.3258585758647224,-1.9748752535857836,1.109686104256856,-0.18485603191294073,-1.412815893607917,0.3338249173271939,-0.26869187511170606,0.6049696010335187,-1.1232840928007861,0.04570521027824979,-1.8053513766846443,-0.320970623863447,-1.9875749716317492,0.25497207970606606,0.39873225024222264],[0.070300623260996,-0.9157558668511845,-0.9400483169062044,-0.9801176354692851,-0.7293981422220183,-0.3284005547603484,-0.3822322118665555,-0.1905763414363444,-0.13489945128243327,0.9009053367800469,0.2164634433238861,-0.3928870397458802,1.4990541431687463,-0.7315990202386554,0.5416861089094375,-3.0485444215331436,0.7345367208040344,0.2501490024629469,0.9143232555588012,0.5623460822275242,-2.9848977189491763,1.0029134522521488,0.43878929441933195,0.1134821506891254,0.6972640929234194,0.24781016554956523,-3.358821460512525,-0.3006122183501966,0.8643221329214433,1.0283331410380976,-1.2818040940174844,-2.4438779947408116,0.877164812099545,-0.5889951574127401,-2.7617032819217195,-0.044400553722005194,0.6849848854216872,0.9351482002683147,0.056970313327954866,-0.08856518309027285,0.9363334940424678,-1.9014054451293656,0.5441950068982517,-3.1192485655563877,0.6823691860422834,-0.6490484520292746,-0.9412410359940702,-2.0444713184307926,-0.13911703103840406,-0.6167759732494617],[-0.9854159114825688,1.1903393008168108,-1.0493445347709351,0.2747319484736559,-0.3105881485833754,-2.0914245014934707,0.8952118661946656,-0.7579881846086415,-0.39336745627019565,-0.7368657789333601,0.4908594834796796,-1.039429893119684,0.9877198891413675,0.4976172825688609,-1.3703015452233338,-0.24982457080725515,-0.13145870526086972,-1.2972919089070347,0.7591327034055577,0.7126147323827863,-0.7120991826403338,-0.465379257559415,-0.2949049270481994,0.5632071050251842,-1.8210170922140094,0.7040406950170218,-1.706158492505419,-0.19779763672208098,0.816791584947582,0.7964850901422013,0.9336349755223884,-1.0881997608121525,0.9213036881163672,-0.8709532645381216,-0.2602400605547558,-0.17755804028573155,0.10305133792503975,-0.7827605918677589,0.18223178783841779,-0.8053067361322032,-0.16878804535058448,1.0096406838409253,0.8371041832869138,-0.27825036541695014,0.43577788642271587,0.6039835140802876,-0.2125908608600859,-0.7422119657151145,0.6123608494130138,0.9488026925015766],[0.054221148570984645,-0.3794581686508576,-0.43744169250008963,1.1880285225478542,0.9762285442220107,0.2329167102420547,-1.4939704937092766,0.24789684885714117,-0.7521338262168615,0.8592690401692683,-0.08461587481026032,0.06235156161796325,-0.27744239641649376,-1.8053450393613615,0.1435594157925,0.6881376028669889,-2.808096969214154,2.686994797582991,-2.1362380450728073,0.28637172100416136,-3.4136788671450073,-1.2179005812052193,0.028754356326430097,-0.3605977493481745,-0.14245273782570628,0.05041813564994168,0.9482311545622707,0.1186118069145043,-2.703323324210301,0.049200812818501166,0.6870169208284896,0.6307165856165703,-0.7123032339184384,-1.126473171305,-0.1865374230180266,0.9047532490773101,0.30072632161248125,0.03288840071037592,-2.556408030399822,1.180263821181198,0.7515564232574757,0.9769967961708561,0.3590236700596924,0.36349625689636444,0.9973593674209117,-0.34510617518409886,-2.388591423609156,1.57269643356269,-1.1232904331400653,-0.4360081720914516],[-1.172475291209927,-1.4808152708480689,1.0360775200678012,0.3420905910704058,1.023749175088751,-0.09505192532324253,1.195327055146837,0.5181112428051455,1.1354130610733155,1.5828852458808162,-2.785871632753894,0.6465278364047334,-2.0516836311991673,0.8565776516738522,-0.26780069906651444,-0.7498888712471324,-2.6240809559226674,0.21287544439637274,0.7720564723233106,-0.9624020095596904,1.3604752131147524,0.28284386014756224,0.864341485400584,1.259712848183367,-0.9858880153603793,-1.0789689263261095,-0.050773928644953115,0.005339962628044936,-0.5839858696425544,0.2532684601445921,0.5778397030291939,-1.5743181571117926,-0.04617615516360019,0.5058605434909464,-0.7001502785106902,-1.2477711593244838,0.19119952039839608,-0.283244142290038,-1.430584001534027,0.3967696728797956,-0.5067977009068008,-0.5842358862723624,-0.1255681038484939,0.8001100214066303,0.5447444391423663,-2.4828519192576444,1.4994500306268368,1.9728418537387757,-1.1962679157334484,-0.9082600009277767],[-1.9475232711855197,0.5668805513474456,0.2813491335982914,1.2216094297437174,-0.5629054441569612,1.374200379088883,0.679004330691316,0.0670124960760722,-0.46213534430145164,-0.5261439929784901,-1.0258001000444512,0.14906281556700277,-1.4812771024753306,1.1375556595160001,-1.8388153560784322,-2.28085721860528,0.871591920080525,-0.11593214273331244,0.06734428135020559,-0.5289785499907567,0.43091828273099014,0.24255769941974584,0.35384774980241457,0.8634974404749305,-1.3983961976461747,0.3192542092533219,-0.8625926330084228,-0.7299103079272575,0.14860236372770147,1.3115051361662735,-0.507667932563503,-0.5019746410344669,-2.6109343518044934,0.3507066934581278,-3.110308719436735,-0.012920067404408538,-1.4054588406000827,1.4709821163032846,-0.6527369940218234,-0.5500625572292271,-2.4223251939246433,0.31022780135022454,0.3504249716553042,-0.9882249854400658,1.1619133076889485,-1.91429217850619,-0.5597422412431734,-0.5805681636963916,0.1321955430389182,-0.7466326072900971],[-0.42644547648487907,-0.5529877805122483,-0.003713245081837253,-0.05373227858653601,0.3506343516055144,-0.3049859237644021,-1.917445653818977,-0.09206589766647907,-0.3745757084621632,-0.872329126382006,-0.0037821587427603635,-2.2678992006348606,0.683891091145618,0.8955494764162699,-1.7929533350001614,-2.1949512807053644,-1.2026398147187911,-0.24166131079266104,-2.7968307492544118,-0.43426508383164053,-1.0324357336705208,0.3909571803605304,-0.6166726286981306,-1.2684906323778011,0.4556628756037789,0.14682183822041492,-1.1021760204043682,-0.9191162158101621,0.16628224317208595,-0.423042237776805,-0.8363433609741879,0.3131718155281503,-1.0276761970867936,-0.6284469674531321,0.10845431004000605,0.8617739332334623,-1.9250822539646133,-0.3590360625584695,0.10178179784482444,0.8439141535614757,-1.956186785532641,0.48475977867161196,-0.8502654615755811,-0.811362065455445,1.0967490921413494,-2.828282044274395,-1.1896729528240082,0.7461006801716518,-0.1516025776418885,-0.21003580280699136],[-1.537177679834938,-1.2035775669378532,0.751435670729371,0.6449995170868705,1.4981023040473767,-0.19469443950323964,0.5608420829138844,1.556242256473256,0.793037354302224,1.0238440178412231,-2.5658398383291097,1.2564503782230334,-1.2488183695185182,1.4006140635902034,-0.41064506157012787,-0.7535839882241294,-1.1139246758786545,-0.6287585569460896,0.7255975157831155,-0.42895022881596595,-0.44286671064037664,0.6348577242394451,0.26689267803601563,0.7983044049879929,-0.6690808780618795,-1.1804213784940272,-0.9948287984067066,0.20259751051128938,-0.376183321917522,0.2897135237836452,1.6279475266526533,-3.7959479215589265,0.5307981379470301,0.7718074213140943,-2.0930499098553037,-0.3347398483850049,0.4029607657664913,0.9824808018336704,-0.8480861597827264,0.03942574750682242,0.6509548839844953,-0.5501882873082896,0.9222425657079804,0.05549489118147436,0.19204092388375282,-4.553532636175435,-1.2976688939589307,-0.6959363555535647,-1.1042983443293992,0.8679741277538437],[-2.3089120349068075,-0.9097736477656811,0.20702449863729658,1.3117627930403124,-1.6159100468313377,0.973129193532256,-3.542764604018625,-2.160571194600076,-2.030952630784384,-1.551210036480948,-3.8017098304089383,-0.7112066482504139,-4.161533514819807,-3.036533780467784,-1.6778588616675052,-1.9418344748909744,-0.8162177063309601,-0.031170256453416176,-0.616928080913077,1.909251839563827,-0.2339413991350635,1.3838599155654925,-0.6620085232441605,0.21515992164106482,1.1123609156236653,-6.068539294486925,1.5410164919745042,1.1446255258761693,-1.1456080644598206,-0.06514633365181442,0.32669852770022695,-0.8681094017042243,-2.239139180966216,-0.2614782119980728,-2.9385416983741095,-1.6507314186436255,-0.5219132510676104,-1.7078491214105567,-2.116295440735913,-2.2307227767716,-2.7982865622406834,-2.6970025441284,0.7081944055356506,1.0485150657149889,1.6227807891509984,-4.048092450123631,1.183905682359505,-2.913043504936998,0.4021643648495334,-2.831958496220138],[-0.21752586623077982,0.4193098564399194,0.9374801966627033,0.09662325492121912,0.5977373615928896,0.3069144728447342,-0.01237161580580807,0.9337488033356337,-1.4585106077770271,-1.404452696656672,-4.525374413986306,1.4908461205620056,0.8470209510668882,0.2632866260573971,-0.1315820758727613,-3.2591315617248307,-3.6222139171455665,-0.646041050555766,1.3179104651458953,0.7673575172726029,0.6368117120866053,-3.275558380926444,-3.7910576886392517,-2.9051681303754413,0.310270698280669,-0.173998908312222,-0.766064438150329,-1.2247613719472275,-2.725133805223932,0.23905463461102464,1.159153378331791,0.24699389227486035,-2.680141105978165,0.3087531443143111,0.8925175831709217,0.47485841268485884,0.10487507117896634,0.14389613340470628,-1.9043256039814762,-1.8827187101737037,0.46755506861964474,2.217444229616268,0.510193998816951,-0.2028304129687426,0.6589950632795127,-0.9558967883287639,0.9551756309664128,0.06016504939412272,-0.900161085553338,0.1879387609435684],[0.6491622257729871,0.3669504965600723,-0.8218774333630673,0.9836487919017343,0.4415639826259698,0.5233741779636578,0.5140891015856502,-0.9072681074464872,1.2130294682426666,1.1457946054119523,-0.07761584891774194,0.8724321289922561,1.9834865494484086,-0.7936022201867505,0.594983150090035,-0.9260591350432555,0.025853500153738124,-0.0300268143497782,-1.22797472139092,-1.4034854092519802,-0.9285979059334195,0.5370943909344095,-0.5452098244212532,-0.015351960089716008,-1.0753721607956752,-0.7723503969041665,1.121057473014123,0.3819747983345023,0.3313911193475097,-0.7658228729450656,0.24175916480662032,-0.5058813825447174,2.1259456063859807,1.1267343558096772,1.0342548621003622,0.8173879616400775,0.41776228813976507,-1.7850698512455145,0.5230198806256525,1.248425121637745,0.8906160738348814,-1.0797519929742425,-0.6973462795147086,-0.580270523884876,-0.43241305822819137,0.12738329722607336,-1.405714794509356,-0.3459169968316678,-2.2306970719700736,-0.6968327548074826],[0.16816467014927428,1.7831156219566908,-0.4529235134498352,-0.27382409823973775,-0.5838687794121268,0.35668957463556217,-0.8188658024287568,0.528058036196673,-0.3894710698305525,0.39839600790801316,0.1097620818547903,-2.9249022811359073,0.6946279934635788,-0.37601099872756605,-0.5836069108640228,-1.2855683007099308,-1.9304073174024854,-0.9789320637256382,-1.176223477674663,0.6036826209024934,0.36195725253487954,0.3628518835127392,-1.2261734849337336,0.04082387930742084,-0.5134578712582599,-0.2299262275988881,-1.8215430424291261,0.9805821097762162,0.6410601148945303,0.4336107681474122,0.16470407249405897,-0.762656739187681,0.2135269835097683,0.25825224516164613,-0.08363932543199018,-0.8523882552674565,-0.9160938436364308,-1.322697804427992,0.8381359092677867,-0.8536183026628436,-1.005100618609894,-0.6067902072885921,1.3427897452550075,0.44483097089103696,0.3121504480650553,0.06672649935430255,-1.3667525947912138,-0.5508671081492902,1.1111591695453829,-0.21161952525913758],[-2.7303463578167517,-1.9868555332625257,0.5593670326781307,0.11271559611427376,-0.4324778391577946,-0.252267308190876,0.8713733235290015,0.013111710052808092,-0.3224321273143163,0.6673454757727029,-1.0302100662592761,-1.6036335120837402,-0.8691750562241177,0.5806703391847832,0.47158867825476325,-0.214357060888809,-2.1357532616937864,0.7908378268184878,0.7579807986123551,0.4843705622900533,0.3366940967316537,0.689702359657,-1.2605580990433316,0.06119456537589394,-3.3349393748676612,0.7634481009117088,0.3536771845519619,0.4017716455741162,0.3416866540570229,-0.8759718982925656,-0.8676404459431192,-1.570431038470317,-1.279299831719718,-0.38214368476790544,0.3323530751655881,0.32994729234019443,-0.13556595054654566,-0.7299805849114418,0.5430274729718589,0.833570846234567,-0.3730402175900464,0.06642238370544722,-1.2826600349726085,-0.6361234358957948,0.39986729439871443,0.24859898616094706,0.4651473721938997,0.6815395354063853,0.5856845254353187,-0.03781840120300868],[1.2337582001667833,0.5411281711675777,0.3053622900012096,0.5628019415479923,0.9083891134139289,-1.5098349221045533,-1.0542889889829747,-0.11318388866471456,0.526926755449812,0.7188311992297178,0.6279441379647558,0.22187624568413214,-1.4653963172895246,-1.8413276291966114,-0.6291672501723544,-0.2232765037968849,-0.0036771261147066628,1.0812405790962754,-2.3398143895832306,-0.7335599509396444,-2.222224322175957,-1.1677297907621598,0.8618951488772681,-1.9233970126135356,-1.1722475769514942,-0.158621580024444,-0.7203788089141324,0.11594804707751093,-2.350078189757387,-0.6595945881039382,0.7100227183080154,1.1117416450841073,0.044527346079960346,-1.357840373492675,1.0131290064951939,-0.2695787598568398,0.63287437675236,-0.5954225482718344,-0.43074809712951995,-0.06834150101665104,-0.628342790195342,0.08391489818587561,0.4769807349310165,-1.1232002091261817,-0.1760015138055117,1.2650898976834837,-1.1481779238082641,0.6816620283747874,0.16940011358630977,-0.30078879237153],[0.40254540596580196,0.48330456100988,-1.4760254772746593,-0.694400692039258,-3.37490934784598,-0.3024937623645724,0.9479109637806749,-1.2580722282599655,-2.464856342461474,-3.2370353688670113,-1.469288822891379,0.35358841853694734,2.1856349050374186,-1.7434409422733879,-0.19206051247234507,-0.6758115306828171,2.301199383338499,1.1765431568697962,-0.4239014902881372,0.332753622391911,-1.4087275661332181,0.7255683784324937,-2.209129763154985,0.08290348994696196,0.4265274683667567,-0.22338306377668446,-0.634956766329996,-0.868340155954607,-0.5789230138178224,-0.8491201828467044,1.0575664159986107,-3.010910431778401,-3.766187306943807,-0.2556005252287801,1.384854397077738,-1.11667179690318,-0.20341337652593075,1.24668906583008,-1.0825686915904864,1.6611270917766991,0.29611932233163235,-2.782764247507364,1.054387403542912,-0.7694435690942134,-0.696898742560146,1.6611410630232142,-0.8138422768143927,0.5653106420998939,1.1893251921448578,-2.0065229034763146],[-0.40707487925480507,0.4759428736494662,-0.22797084587173708,-0.6464566705249853,-0.9310504858468134,0.9984361626668515,0.29438780810452614,-0.728596190253056,1.1078688260710672,0.09384820491991526,-0.7573782138282855,-1.0524072947009746,-0.5262834804840374,0.505068521801973,-0.40378836222995246,-0.8592648230733775,-0.38313631089375305,0.8843894733121279,0.4326078296355676,-0.21591259787015882,0.13080046214681432,-0.4335683980813083,0.053339647998108475,0.32692629210036256,-1.014111167388892,-0.4003691129174704,0.092681256138876,0.6243788654039322,0.4637997044173449,-2.04023998271056,-0.9246520389109112,0.18857094485913523,0.47865606821296136,-1.416074913285963,-0.1887193090672541,-1.5354169311126837,-0.42928275480661315,0.0020402085613202303,-0.8255115354124727,0.018505892487764675,0.6365410563315111,0.40948710335039595,-1.0074369248491408,0.6815501013353086,0.8103102927664867,-0.01069487108378754,-0.9869433192116946,-0.5650914622869644,0.42456144102519644,0.299424456459519],[-0.8924023740259354,0.5895809174681981,-1.0263915946623265,-0.6159923597938027,0.4814935382378846,-2.129493385923157,0.6893112174428218,-0.1569291274657429,0.7175029593811637,0.15697268857367278,0.7355090934607766,-2.303210196387523,-0.172842837655699,-1.4374696737221249,-0.8290835673038829,1.0224178631849137,0.9166870990575848,-1.8394835427045013,-0.6747869895625574,0.1859464954037054,-1.730581642387539,0.20141454640464002,0.37450099895559513,0.13186730672910965,-0.9255962595226555,0.12454915029618738,-0.10658269094770147,0.6622165204038986,-0.3867980973337483,-0.19409479681387495,0.48118449818582293,-0.058868891026080485,0.9659765544335563,0.6650128034855196,0.5117269433076376,0.020238180019055876,1.0471264998958645,-0.4604658539053743,-0.9481805993440673,-1.3642040219830298,-1.9942662068173669,0.556990743529008,0.5509173386637561,0.2989761435952894,0.8996736215241099,0.12260175183286087,-0.17937629477077666,-0.608870837867044,0.9172520348780875,-0.0211323568807081],[0.07660305464195322,-0.46944428491537504,-1.6556224868036113,-0.030483171531402446,0.1689785114105187,0.6553244706004424,0.4660434088501376,-0.3702311391353151,0.674767398367056,-0.5392529779301016,-0.3884752030887719,-2.2493141231628035,0.2830565753851241,-0.40083858003989953,0.06375321262761519,-0.28783053234484757,-2.992617215765585,-0.6507329518374051,0.6181260341320803,-1.465184197875761,-1.5620844809052472,0.8359242808786399,0.4602782120451655,0.7285905902452435,0.5406802326717086,-0.33243176492874665,0.6793201767450888,-0.10303060534266625,0.5636637579747793,0.9002322309868382,-0.21380942219651136,-1.0028677970325945,-1.0567088400608857,0.6696730738096939,-1.305614354939935,-0.9144393158416774,0.37168591390380695,-1.3187410674446625,-0.36198752181548044,-0.2742330009229945,-0.13915363628784913,-1.1410620319982847,-0.44653784728626084,-1.5711653249812145,0.5281175804655688,-0.25323678606500294,0.3845378170496081,-0.6878749751543651,-0.20823161174522103,-2.146589115376554],[0.38415908106505814,0.3934716149291053,1.3562652035060798,-1.4261103485938686,-0.8468952215071713,0.0959954206200567,2.103200045499277,1.233840170067455,0.16879189784259585,-0.660655383322318,-0.8384341957598808,-1.6234297152832726,0.11749134681130298,0.04318268560201419,-2.7890111263607573,-1.7613457659941802,0.34971394178284804,-0.8279355060416815,0.29312183960221394,0.9683644350505626,0.11468427710205294,0.5688117503379497,0.4855808507383588,-1.5735452695512833,0.9776243533643217,1.6536053921060958,1.4241834767403103,0.40132682381169976,-0.05894249735380016,0.16848839759998915,0.19849744666292088,0.05669535820743969,-0.25317219433460697,-3.4459862993031924,1.044899852448976,-0.21703389984308646,-1.317295253712985,-0.4836839718689067,0.2875698054183527,-1.7806754113111056,-1.7068101719161795,1.2415492517602873,1.6674710464202551,-0.11180232532681178,0.6480134912278112,-1.2673089433911413,-1.197126763335886,-0.11578323097886846,-1.6433924781889746,-0.16555331665398867],[0.34564841610417946,0.33210661559067817,-0.7837439761761104,0.2779066229297867,0.06576576536148897,-0.031050154220991548,-0.3232957133541246,0.16811954429970347,0.7900799585935921,1.8086865392699008,1.1569200065385756,-0.35600631684174827,2.184088935813425,0.6691290117614092,-1.4096213605655776,-0.8123934205623173,1.9015917339112862,1.8510395445729688,0.8010498614217495,-1.8959223127235314,1.3620479630956737,-1.9789611588229077,1.5436232158887941,-2.5357105674202347,0.9773858747519677,-0.05914225216115934,1.2598331268227407,0.10797625965061186,1.1115225862851656,0.006061219655571909,0.7640827789564497,-0.37521816695423876,0.36028452862084703,-0.5283824383129222,0.7698597282656902,0.6410803977811906,2.664083047890071,-2.3029653244914994,0.6370208212799351,0.2067597579705578,-2.5398170433081666,1.621398101360687,-0.578609416937242,0.8834501259563393,-1.6117861164336915,1.050700297299212,-1.4807315054964592,0.6903979932806705,0.4347541217166348,2.017977535292334],[0.6922550807174453,0.15158869109273576,-4.6687096147883285,1.0040478338790988,0.7046696449776285,0.16973576092361023,-0.795327796557108,-0.0170292555369283,1.276270603181528,0.7781917367208455,-4.5852298954496185,-0.14222892440028467,0.8194209853902638,-1.2266795391489782,-2.058994000671051,0.25402473938185527,0.736607686335267,-2.34637749856261,-1.8076262724722896,-2.793823842551011,0.9140523739866133,0.28054178711144423,-3.9002428013777575,1.7728939681332307,0.05029206362888057,1.2885943516586396,0.797177232739513,-0.21974988105948112,-1.5438702941652909,1.0001456097681558,0.40080716812477296,0.9540593477925455,0.9921050936904892,0.17663612807190898,-0.625479019979382,-3.5140466897759337,0.708695899907971,0.7138002758513036,-0.1762431851045517,0.12042327383226142,0.717523062955813,-1.433230507437029,0.6038875488240016,-0.525719714533128,-2.434306573233163,0.39178763668295996,1.1209556570488632,-1.6775119729100156,-0.5419877998718674,0.628890138099199],[0.27344529108027843,0.18009904818721922,-0.4715237542323892,0.2882052463291893,0.5489893544494502,0.26620853258225674,-1.7249950582427762,0.03460777841593713,0.13327410633076014,0.590574780085062,-0.9197296604210468,0.9932318324118785,-1.7497992896502492,0.5611568020710027,-0.5714102346414496,0.34412763640175337,-0.5093496903816458,1.0341339886896666,-0.10925530583073823,-0.11817067625826637,0.2957249514722982,-2.498467930026928,0.3452383798406997,-0.451730341758684,-1.0053148639506764,0.8334572113407889,0.2356891224262723,0.38892795542664815,0.17321334459012194,-1.9625092117814817,-0.06921931000859162,0.26863741419514114,-0.1705168459693962,-1.9842382206267817,-0.4776775525398831,-0.8896462166894293,-0.3676338940126424,-2.4121857135629168,0.5629333602735634,-0.0171503489527056,0.46034130414091995,-1.5390474942754437,-0.8775964448160796,0.8878569251281276,-3.389228337523418,-0.6631172379957944,-0.660921700413192,0.754010454835352,-0.8866302935016215,-2.2823157758807753],[-1.1122520920482597,-0.5811834045910316,0.20212888859689643,-0.6560453538841673,0.6512567937649835,0.06628712215742415,0.3977075263542237,-0.36801914865862717,-0.47174531950663096,0.9131776826027418,0.9488186551638413,0.5212300177118939,0.7886421517712365,-1.0619032363159056,0.668156577146596,0.4260714267971385,-0.7607856696207047,-0.7205628615207037,-0.09245902453725412,-0.8175103157892647,-0.20411611204043736,0.40517605385304273,0.8537878418874945,0.8754364103525795,0.6777234097447009,-0.3464650481357056,0.3214839873053544,0.8143261213434542,-0.3807114668537096,0.6916415399632944,0.46044503803817555,0.8410400076864079,-0.41715140663534195,-1.3194121470231377,0.6108885755426239,0.6006303504170872,-1.1199595794041086,-1.0817996060897477,-0.27209165364055593,-0.936898408872828,-0.7944661353995174,0.2834318389820245,0.5508967095967179,0.302607117491046,-0.9510538143124238,-0.4803248979993596,0.6715991765632624,-0.13918097433971768,0.192647889797954,-0.3075538806468006],[-0.2185131230599974,0.11070829404141548,-0.2501301950353169,0.01587060722355345,0.08749211351026422,0.06372656702542435,-0.5601928601502514,-0.9830545583587529,-0.6635901931264508,-0.3197595861864698,0.9923739389438936,0.08622875307603342,-0.2843970603335554,0.9288991574667373,0.9315906657893399,0.17784606552731502,-0.8548869371545347,-0.49615968049101933,-0.10006490666952926,0.26920892382938627,0.7538872256536963,-0.4268257506402949,0.043164971667958685,-0.8737933272287696,-0.3031929955155388,0.3647049424674314,0.4429142236044515,0.5628809627443656,-0.1584859798635292,-1.837147540771704,0.3270512558309955,0.21260516462091522,0.19419726323432657,-1.6157883655961336,-0.4640796055791997,0.3719305073582431,-0.9930253869919055,0.3533705001494125,-0.01717221591382703,0.3944432841484597,0.4698769634896852,0.3945127581569141,-0.06370736320682441,-0.39687065344842637,0.1932760389397545,0.18826422030182136,-0.18791806122886093,-0.21416345366742615,1.0014323963608243,0.5786933858299415],[0.9626571705333717,-3.7225540596771336,0.4832947064995715,-4.010394254866826,-0.24524317611659885,1.2737070089629283,-2.4882812528154066,1.107631655242897,1.1766536090456736,1.3394178599741597,2.064253850548125,-4.262925137605461,-0.15352792213252828,-3.6346169232951695,-1.7581571973278896,0.8259389035451209,0.8192634997632577,0.23815210081515803,0.19580735185871118,0.95550737234896,0.6139745482024742,1.2925010278267517,2.0905260325029325,1.4170709749725732,0.33045969876679787,-1.238366750121433,-2.4994643256387965,-0.8293711012499327,0.9317528907590251,1.008901816210339,0.7077207959422483,-0.9137479868932677,1.0390823764682557,0.37887845822784544,-0.06396502306863205,0.014117613458852188,0.5216692666704663,-0.5049317376450762,0.284561776400794,0.7532810489146912,0.807032821644676,-1.61343320510893,1.2009995706049885,-0.4235612835138114,-0.5279124941097179,0.38156238190644065,-3.7468585755502657,1.6667173407907239,0.3144564205525328,0.04151967303762506],[1.8537435049669284,0.6662082607077091,-1.8769451794421144,-0.92653334841108,-0.7353814234894819,-0.8695044695112925,-0.7684312298767672,-0.7982347042961678,2.735449433675047,-0.32885262833926926,2.242991017668583,0.6213513876131903,-0.7244989353648591,-0.966616651209581,1.5978192053112328,0.35090455670947124,0.17482129634879373,-1.0871463427833559,1.8175154680280792,-1.9639509764258387,-1.2845135633558995,0.0021993043988684747,0.5595256349453813,-2.89209919543933,0.3297901545914322,1.300829703505748,0.568045812909605,-0.5847828769195856,1.122489247626657,0.9910190671463033,-0.8667956502380785,1.1779581175250113,-2.1672509359898946,-0.32345401321624845,0.4337358213566031,1.855010786175571,-2.556263421953701,0.14711788168627382,1.2860913811069579,-0.3532213384814536,-1.5507071739410314,-2.1025708893960653,1.0408311760207258,0.3124133290057939,0.16535361030368312,0.3680040417452535,-0.10933847380311833,-1.6712110079853064,-1.1226763539427291,-0.06777632807074362],[-0.7135921872507225,-0.7833787611846119,0.8516495932675597,-0.5540598003784971,0.42424888447054315,-0.6179067559944036,-0.6636010846978576,-0.5353286942023919,-0.5827469813817875,-0.7156084847652778,-0.7987168351881995,-0.6364197436653789,1.1448143453810156,0.4527945753929159,-0.7249162693453537,-1.5177985370637035,0.30997107922795425,1.0199314309520369,-0.43153574432463065,-0.6061437162914222,-0.7687108766373701,0.2940128170906514,0.47505647272224494,0.14617133556158823,-0.6647850579887523,0.524848051203931,-0.25844017445359246,-1.0366882241066224,-1.0963006774645245,0.3081317893664626,-0.7301221114818065,-0.529619178866978,-0.3676661248397158,-1.3353919814267246,-0.758216814844769,-0.32930379870601917,0.42218298714041097,-1.2025192655565615,-0.5748182845352632,-0.3285442354308922,-0.4640865947984899,0.0007669377912988117,-0.7806949945201467,-0.5445885373343042,-0.04127923046360236,0.5355498759680553,-0.5137181478748505,-0.6973345693752963,1.0662826306381215,-0.03544560893559326],[0.46977037209072936,-0.3321196553625735,0.6928312025579078,0.5487964598583437,-0.5379471505940296,-0.366751681802271,-0.13091555527101092,0.4478718300736837,-0.8345157188751903,-0.4324850327061295,0.5772474186903935,0.8446006453966587,-0.8311363653555347,-0.501666254896008,-0.4753759513504918,-0.3197636708008101,-0.5633173341848857,-0.6767169760216999,-0.29728097764843886,-0.5260639829583763,0.2516627506802357,-1.1551873701337696,0.022871388529974165,-0.450690885756101,-0.7641484247361886,-0.4124679399917712,0.714562736402745,-0.08438019644415394,1.2364959791056505,-1.1059363201048753,-0.9405929030829036,-0.3359870025460617,-0.3623398510894165,-1.1206939311056825,0.47844050593710186,-0.13519071010496087,-1.4286728234664499,-0.8768142018520002,-0.06275073525035746,0.699105613711786,-0.1928502177380762,0.4002542952823808,-1.086375952292215,-0.5915217421104644,-1.9525313929135857,-0.6646487857874229,0.14852699337574124,0.2701448919975365,0.607682835300723,-0.8784062412737539],[0.6898628788091373,-1.1848992480246676,-0.9349201880516168,0.9074483889350891,-0.09368583946665189,-1.3675951428423267,-0.6752005154863833,-1.0323141780450538,-0.16316676396295202,-0.22027774831571859,-0.23197672382825418,-2.1104883163069363,-0.7336734987978545,1.1169261114079954,-0.054099726168240624,-0.9574624903010661,-1.0230586000813007,-0.9816767025936558,-1.5494977526396323,-0.5181232787395815,0.7109550902841358,0.8521323431709329,-1.1431521457961744,-1.0102582247900975,-0.5814649558580437,-1.4387789250196057,-1.4372493771053498,0.674430571707925,-0.7692341645473064,0.6903583280301662,0.5521341334849426,0.12604234022136754,0.7706179082409774,0.09647443388580415,0.4251838715543958,0.37138748226577906,-1.8478330173164699,-0.1454863026390154,-0.4823147190908549,0.7024143557184309,-2.1001920459123546,-0.572516108638449,-0.46873400738346127,0.21892827912782745,-0.1365823456846172,-1.2021570887227184,-1.6321402791254767,0.5669669787928341,-0.9259260379425697,0.0854152562531007],[-2.2820880312422043,0.3570246789317224,0.7083696113450488,-0.33441938005930383,-0.18667331410907906,0.08407964290895835,-2.0028020552912067,-2.3177504629251926,-0.6566634655361921,-0.6569646156240033,2.4769347823833443,-1.121273683754968,-1.0670960987134337,-0.19692991199639326,-2.0860425487063057,0.38672348189915784,0.023111188479536325,0.858379202434549,0.23844977726472877,-0.3882247805073075,0.49381062908233564,-0.13123534313001606,-1.185297599239178,-0.5176215328955723,0.8270324315110195,-0.22583016647213638,-0.2629566033620975,-0.3568499909764903,1.3300042850099507,0.5279830582404703,-1.04741390363957,1.3549409751811614,0.8864190451652125,0.29722199206256983,1.0409686215370952,0.5037173735362728,-0.6305871461045064,0.1350784554547662,1.2795650994275352,0.015446114822619511,-0.30649514030680425,1.0852842120288406,0.6265933136377937,0.09408165486020703,0.40617048531356853,-0.6057738001880532,0.40410707334280677,2.346455353222878,-0.3429861902356633,0.5728567395833909],[-0.8572580063504521,-0.5589512127010676,-0.8132189440420496,0.1448971408570091,-0.6004115986879971,-2.3339557889128173,0.9506374229052705,-2.524384587480692,0.21206172791293498,-1.7600234419927532,0.2400949848509194,-0.29247041851876837,0.3684756862477824,-0.6948535767565814,-2.0086178381478983,-1.6611517698909113,-0.937422807943157,-0.37546335962260585,0.6585284625285655,-0.4419507996725725,0.4436059196242293,0.14226213177161615,-2.717772601997581,0.9506581854001049,0.044293840735087464,0.288282220196483,0.9100383205373858,-1.896008610518249,-2.725491965321059,-2.683068759896026,-0.20128458541766728,0.28150877562455695,-1.9978405119156986,0.20304841550772565,-0.4068424441857868,0.988140402209491,-1.1498230484224676,0.8636067030185826,-0.19754864576529385,0.3669734992272263,-1.5251895714072272,-1.9224133402991581,0.9302112062076616,0.39300915701506295,0.7595120047296655,-0.26644485066776546,0.7769621594926204,0.2379225194518778,-0.8033005616695208,0.10666429843514882],[0.8453563647601283,0.20428305959385257,-0.14930643984927705,0.49129237751652943,0.8024292658278702,-3.686843902632723,0.3842156252835468,-2.8165586557696782,-0.8783059391574449,-2.2921531949623453,0.0731828732844897,0.35144218757717494,0.5814264902789591,-0.8520561406133269,-1.5321102945908904,-1.0993895915246894,-0.41143938688821546,-0.0779333096579551,-0.3532393553968576,-0.30995560450043874,0.7837592223152929,0.523119062917158,-4.860445632145983,0.7889649886398757,0.2689328985512935,0.5621646197051805,0.48331533202730464,-1.439713794424491,-4.285462866381901,-3.5877629346975506,0.0010706003174434044,0.8301036183537491,-0.5515421150252926,0.9322332384977894,0.9645089838230256,0.7775557533848179,-0.8304385240637352,-0.6732795011160116,0.5367606763691732,0.4990568321485535,-1.898058079379403,-2.0198570818010033,0.9035341969667611,0.7958584308743586,0.6462382304985559,0.1663302687925531,0.8815905432927496,-0.02048167319612548,0.1813496904275815,0.8350062863302922],[0.7209329768059581,-3.4899267170522954,0.6254232729372642,-0.37154750115600066,0.6167236254702004,0.09765528501313571,-1.7988850568999812,-0.7106194494544388,0.052476235801822875,-0.9600013621243895,0.8084858914299091,1.9161679192948606,1.0689148687900902,-0.001996976830033419,0.29035982885265454,0.34826209003230235,-0.0949178196223432,-0.8019135908293848,-2.65321347774587,0.12543352335822083,-1.1685859607076552,-0.11007808402987539,0.03364018398541331,-1.3783591275567322,-2.1349700841090384,-2.5208370011306824,0.6079692318575219,0.4019646590046949,-0.2192368171044958,0.25135890867027144,0.21314000343557826,0.19816131940203946,0.7751932255431389,-0.39675789700594655,-0.9651462813508056,-1.128399038459188,-2.4400692450055206,1.5357913428412926,-0.6012292720434643,0.44930281831323704,1.0455594734041396,-0.6922732389426896,-0.1446074661470975,0.07526544068140502,0.172014476357645,-3.1030649715665266,-1.853057531837577,0.8824092923366833,-3.163330535363172,0.3208906232791307],[0.6612797884062326,-0.4111111802787196,0.7011545682263807,0.9001871860486673,-2.128370107420164,0.43646614698217334,0.5030039643304431,-2.251906203329617,-0.9097768883439651,-1.6409501643907278,-1.0003968039096809,-0.7791958829694355,-1.8846885905799597,0.6680164462999219,-1.480632505951328,-0.565668286680732,0.34946056556078847,-0.3487055987310713,-0.6805306220803383,-0.6724064751762246,-1.893211315994966,-0.45677852009198056,-0.47704350744677787,-1.289523453330663,-0.2867987507845227,-0.2006436409103439,-0.424774718724002,-0.2057467316502893,-1.9604847723377163,0.0056814514115385295,-1.4770707020057459,0.296379951277966,-0.4399808937936081,0.4191186058602459,0.5341157431843102,-1.0156649387760406,-0.7855162034127967,-0.21671422322124553,0.09638743656336252,0.03625357693767292,-0.20200430753612095,-0.6554209603376276,-0.2298785905780099,-0.5982831933823336,-0.7574606187553199,-0.9349207716804165,0.8842938635295765,-0.5317341259198001,-0.25935488356108044,0.1677460396001046],[0.7513110376155653,-0.43157291383670165,0.8071550050773905,0.9079194110509381,0.043883653395506275,0.9654308737004706,0.8142356551205802,0.0296911023623797,0.45866068043657954,0.6498575636233715,-0.7282931233144928,-1.0432275617277034,0.13700715563994076,0.5497451135155692,0.4118365724307414,-0.31384815042048614,0.09374915424337439,-1.1003346938389644,-0.09328315101516362,-1.2782998571183757,0.8070940726718039,-0.6676398502064835,-0.04539221544809494,-0.06881219503855077,0.1079871234168591,-0.6703270526044395,-0.6559923517120009,-0.17930840252979613,-0.8529965432109762,-0.012790081008911252,-1.2881411260633673,-0.152040206456198,0.6409205672546255,0.6226644831676728,-0.4488140200965878,-0.6059254815236977,-0.39809196370990385,0.5597807076232172,-1.030434928336098,-1.2610153226515033,1.085554640622407,-0.23332984331449766,0.9176090379728252,-0.8158557618432383,0.03747829549164,-0.10888080437919596,-0.6867597274231149,-0.9239048613717196,0.9915907693610589,0.7681295360495591],[0.9545092889411381,0.8686561931653536,0.5482486115032532,0.0722484955260604,-1.1406034611800657,0.7688212532636746,-2.2853377136486053,-0.7830658554307913,0.3381014309981571,0.16219045766161536,-0.4609879945890596,0.13199368821562524,-1.5970602329371226,0.22402877893839218,-0.5909795815118569,0.7982217929695621,0.7271837887537379,0.43008204354455876,0.4476919547694722,0.3581788335315017,-0.24027117497232595,-2.3785291448264227,0.9118073520559267,-0.6913505381029984,-0.12948944381225944,0.044614122478022614,-0.5509292284050794,-0.4760288235564962,0.7835491577864429,-1.1478594562031363,-0.5366013113213975,-0.5089365099390525,1.1040163402120549,-2.3308645135234074,-0.9679252741127915,-0.86006073513047,-0.9574781948937705,-3.1464259163140977,-0.8804184137125654,0.7735851477213461,-0.01174756780902305,-1.1040679886486,-1.1042285334648536,-0.1713992674347219,-2.620665522686537,0.9067265607234452,0.555969570895389,-0.28224601728136745,-0.7822793906489531,-2.041356876946311],[-2.025738265735275,0.8764592452637284,1.0281914571541917,0.5159371601333996,0.3094150859984733,-0.37301435478240413,-2.297538628013846,-1.677915167037932,-1.1963327062772555,-1.9982095328717617,3.073678816787628,-0.24381749630795474,-1.5455575569640865,-0.7509957672622181,-1.7639178050308022,0.9355184103240549,-0.40168899811689374,0.6611085263180623,0.39571776249800317,-0.3525893266538136,0.12692376819332843,-0.372959756890285,-0.10975861633562964,0.2939938394257516,-0.7145124089758876,-1.6326425086025733,-0.5107665949774034,0.686129307353464,0.014544796298398997,-0.5157328362671483,-2.5880896471942907,1.4175533000531135,1.4437360829308752,-0.3594245743350041,1.0311327916946251,0.8499785445593874,-0.0502158838589449,-0.9228813734088768,0.5626442070674402,-1.0716465463351004,-1.168610980336982,2.115746882408527,-0.2914960526582575,0.20156606953943906,0.5708181998072684,-2.2645256729644467,1.3986875032105048,0.40305434182512745,-0.052805431581893596,1.0402394059084412],[1.136808533756868,-0.6709789825702484,0.3772637218455168,-0.10953048618715361,0.7072993130116765,-2.251501539230884,-1.037365946357176,-1.644828338103489,-1.169251311584982,-1.7120028276627668,-1.944759860399344,-2.404461663398856,0.9646007129220293,0.014291017087937525,-1.4071460471111317,-0.8347007148964045,-3.186641213603196,-2.1044187131683287,-2.932378493146722,-1.8532561987525504,0.29870909105324994,0.478804100034253,-4.857194865317688,-0.8567918690050159,0.63518911674362,-1.8416637704709535,-0.8096252564778713,-0.22417753476697747,-2.980926803168205,-0.7086551116809758,1.1224308207832614,-1.5185506431191842,-2.753147398968918,0.17692157065785682,-0.4007361521606235,-0.04717947453874704,-0.37178602261659516,-1.5290838446310628,-0.8225717455344326,-2.296794252496653,1.650402542594596,-3.4461382300250047,0.4478068466578464,0.09660496192337195,0.7452528242641784,-0.4338182994272111,-1.829082973229983,-2.5127131314286695,-1.4338817857527058,-1.518550840433997],[-0.5960323320332597,-3.5525562760639393,-0.27488364020602957,-1.0531031765114713,0.8451707020591382,-1.7606680551589826,-0.4995961724082936,-0.3105524849574051,-1.6080491180501437,1.0176258648996392,0.07978862909169768,1.2683188192638057,0.7127304017240298,-1.0382569393761487,-0.2523740594283551,-0.03382736987985374,0.5415396467977553,-0.4261900240707114,-1.115947971529222,-0.5921180871143253,0.04231865712094125,-0.5514010611527366,0.7182375067785286,-1.6856533908514,-3.0789003326482374,0.38336234052993473,-1.0369186463929094,-2.0860067513897564,-0.6994004752387006,0.8997125727763012,-0.12499796850924269,0.15181429743914998,-1.2083352573631836,0.013668620085583703,-0.49084578265431994,-0.5904968756683107,0.24081978560260314,0.5053134110362107,0.8472172903869193,0.3546155635663924,0.07034248066306635,-0.8477581372577067,-1.1782801258426472,-0.390481779119642,0.09121534888984474,-1.0999448081552454,-1.554061568461572,0.2636434469460701,-2.3008748865514286,0.03951135785937554],[-0.05424803762558336,0.5072822655348672,-2.1479691956645595,0.8976178997838201,0.37016690931394636,-0.6552044700276235,-0.09009700851122097,0.2286721406342538,0.02024628250081582,0.6714914438658434,-1.3936246062346405,-1.5201082335186327,0.7367311393845186,-1.8112656848533542,-1.2246580429665963,0.06875972131263723,0.5194603033370875,-1.9759530909693972,0.9741106451064322,0.00869172651531817,-0.6121929534717888,0.5128340405241996,0.7029990650949114,0.4842280125374152,-0.8179574411492135,-0.37124125265431757,-2.1101193166382237,-0.6728867148213616,-0.18216268666682747,-0.27981245014992406,-0.7252823093474463,0.883758732761012,-0.22833616177957256,0.7100106213141063,-0.283334066284111,-2.0350101468507082,1.0127409593491852,0.31483906632228637,0.20964825725093364,0.9638038950711739,-0.25606507090008135,-0.2969468918194294,0.5595251806793731,1.030065046024277,-1.2331878504285494,0.8881856969929428,-0.5443076253635402,0.5720208891060214,1.0206079294463404,-0.6056699788420206],[0.22078193779996116,-3.538322322154049,0.49374997317417296,-0.329398948822051,0.8928412497248865,0.3740195967994533,0.09972311839194946,-0.703167995242084,-0.7934493905799447,0.08448621323747742,0.30300533797702967,1.4739614270582309,-0.28532311116553555,0.5487340066856279,0.4872729721543909,-0.6679749926863806,0.34002251038839043,0.5844880285278561,-1.5765320502930327,-1.3516001559640873,-1.3641021225994128,0.8150310141998705,0.1752798341611526,-0.8118183226356229,-0.32251823608960334,-2.4399280410405453,0.739287431221006,-0.5752894119040768,-0.07567008146573898,-0.0764003518255972,0.12575192705893146,-0.2623378188664267,-0.019380218349003955,0.11458021747453093,-0.36875138309614547,0.13492606281025263,-0.7212678961887259,0.49944292985998345,-0.46121576747977666,0.18359044540021413,0.06059524727660389,-0.7907155261094773,-1.173319041993499,-0.9078618389055507,0.9053060264403768,-2.3027118029647524,-2.0527748791005367,0.5091437405394771,0.08417813496071135,-0.15485593206007067],[2.8222542764265923,0.4523666224822668,-1.743868101340398,-0.006567464995266786,-2.200338622410568,-0.10064082819676114,1.77955429733294,0.08705543942916398,-0.10076047520126193,-1.2616473351199662,-1.6668445196326716,-0.2264495042503373,2.2706656893366,0.6316398500447942,0.6842898260816141,0.6696901378048155,2.1558943120412413,0.8071299689710716,-0.3761403697795754,0.2834591704551212,0.7830924608297261,-0.36807989114457385,-0.011323842315470907,-0.10928829340795812,0.37920486696077965,0.8600335711100521,0.67918170879591,-0.7734419367620168,0.4560505025700229,-0.38630198013311895,1.552315910957968,-1.7632719717548793,-2.1021377556994594,-0.8304862970478194,1.2107447548159984,-0.7314758493167878,0.4118107169898228,1.7021712828658606,-0.8234176074696785,1.586261731219714,1.4526816413091397,-1.5059646484377816,-0.12589848056261665,0.619161054481788,0.6629841727742896,1.4499245612411071,-0.347300264729961,0.2818290330686417,0.572460296775068,0.27624016220823217],[-0.4318920361564247,0.7440051881611184,-0.6963573216229535,0.627037929522149,-0.5471027498087317,0.35991325576705424,0.6597700046956574,-1.3506380559835411,-0.8662185521394062,0.05257565316663417,0.7192512199434418,0.02811098412322598,0.330824841880373,-0.7373773376772758,0.946903847694816,-0.348011599645446,0.713961960154162,0.01907909860556223,-0.6656209136682961,0.5416717974564306,0.8508179501453809,-0.5849740836539593,-0.7492505530236931,-0.6191363184524148,-0.8622485459097692,0.7529464762471578,0.2655965617289783,-0.8642062928146249,0.8603950117170145,-0.6803960228263408,-0.929973865750529,-0.5286794731499441,-0.3576407185618142,-0.08310727334280664,-0.42990410087309966,-1.530323327646537,-0.2763880380804583,0.721460359948905,-0.8007324499387604,0.5789166173545999,0.9201891688477337,0.6080177468509581,-1.0019439537738595,-0.6174849496282542,-0.7897394132012494,0.13852829358633748,0.652968351736588,-0.6957666204199041,-0.5163948223401685,0.5595571555800837],[-0.7591878327005909,-0.09028229036838314,-0.17839280774558908,0.4840546827449284,0.31784470021312805,0.4271480697535449,-2.3776119596825263,-0.8673959366650937,-0.15085788613933565,0.8559044768204274,1.5327224176131096,0.5927708498502791,0.38658707883312754,0.6034541144088686,1.6534425569143438,0.2607307783587671,-0.012124561232399437,0.984184282297784,-1.3233521750071973,-2.255435283237899,1.528505175102512,-2.3092848986832113,0.8460854912758191,-1.1315934822507994,0.15835790997920404,-1.9835034868631944,-0.5239324972319442,0.5593350187252119,0.7401060742540999,0.6651793207320564,-1.3550576972689308,0.620513212564236,0.5898571413992597,-0.23052223977100433,0.5802358113956123,0.862531810063799,-0.3149476191830008,-2.1355655271363654,0.07841180153306403,0.30735621914711975,-1.0778623825711886,0.18762712488637845,-1.791346433690273,1.1031658896697951,-1.57460491733155,1.2562103535023432,0.8130292130627597,-1.1040180974863183,0.8159566957433942,-0.6401894729088096],[-0.09682065208962656,0.9171868470812162,-0.32116636530902454,0.3350347225182507,1.6339840757491555,0.6739067191689557,-1.0845777362810387,-1.01318553948113,1.4229238308677141,0.2787471132521365,1.9229362598349302,0.43627125803977,0.8211978679969105,2.5772569477460983,-0.3982008476889836,-0.34854783782925747,1.1690720993741823,-2.271545242024603,1.5695361030591992,0.18614478354360767,0.8961730868489042,0.42630968340269426,0.254720860350289,-0.13828625862087876,1.0010463219232801,-1.9270133019484188,0.37303353132492956,0.9659860776283881,1.3853970013686214,-0.4579217540714747,-1.5328361493784843,1.6682258045211515,-0.7420166335783723,-1.2073992533442433,-0.38079392743814555,-0.8786231126093145,-1.8340748640632565,-0.8468781699582326,0.10107780183646753,-2.335170652480409,-0.788113695057609,-0.5293853783013287,-0.34375516937626543,-0.16714008742017078,0.4573685887313445,0.8174127547515215,-0.7547984723788571,-3.107025723367545,0.921921668363447,0.2563675119401555],[0.29604026821560186,0.5898853483009825,0.7149211556345451,-0.2802705000743402,0.734492867715316,-0.47837850776081325,-0.1292896249144779,-1.5546695422567458,-1.2117576505428727,0.6193318489194795,-0.038946823895299576,0.4726387221418955,0.27193922476094895,0.4066148072495936,0.37356521691244987,-0.8040585153379812,-0.3179861719689305,0.11659099183433684,-0.5452927355251105,-0.1927915660452535,0.018714274043940368,-1.4598053493823984,0.8497904331528886,-2.2625325128277955,0.6788361588424114,0.6014833263621793,-0.12084446433815103,-2.120387716400025,-1.0520132953658514,0.8060210199807025,-2.0427697451859492,0.2707171541786097,-0.4711923825411538,0.7082875468966126,-0.9849479732506529,-0.8497143466854694,-0.30013549270301465,-0.3452160418646368,-0.5205659183135303,0.569843054741934,0.4149276642764927,-0.4876253058933113,-0.5087996316090955,-1.2292924824038682,-1.2816157707250613,0.7581911669186986,0.5649527168277191,-0.6005627073537919,0.06228329459126982,-0.7825715209652788],[-0.13642296843477902,0.5326822386023937,-0.18241653399700547,-0.022633101111605804,-0.20108536430999285,-0.09617215271776847,-2.0595380204486986,1.0313965900760746,0.8062506276479179,-0.2668233138503918,-0.6683856602148888,0.4792703888058807,-1.192160440784943,-0.23022853423563283,0.3693808859553005,-0.19327762473201207,-0.8540677937705727,0.9985310975263407,-0.571941445416382,-0.030134701773425403,-0.957089202375399,-2.1574327621790044,0.5991375521767994,0.05447141322498272,0.7252335388268581,0.37075705492335587,0.3422427805977711,1.041552720958931,0.9205772069419378,-1.416689461057645,0.7038143492425474,-0.3275245588882038,-0.2570727137594822,-2.2031153053127914,-0.09061511973551085,-0.36437151412449303,-1.109948333999669,-2.2610334116351667,0.6124575735505867,0.2806316373250209,0.6937548493138532,-0.8674242303622105,-0.4503141716921936,-0.21695805789581898,-3.398615118142413,-0.8119139362969798,0.06912496924404272,0.25175530501506693,0.76613945037152,-1.4990657231710243],[1.6472342403894376,-1.0436274736852673,-0.09097286292625995,0.8557413578349298,0.4443418262906659,-0.8822180630950879,2.7499337377779396,1.674273199757369,-5.395159047059485,3.5121055118240396,-2.7882629735435196,-1.7809724880945232,-2.091810466584572,-1.2835390470845218,1.3348765791427897,-3.139576946973527,-2.9014469526664577,-0.31707187733027287,-2.294372164093519,1.0487977689876393,-0.8998405209077829,0.3947637519510314,0.43622564108513984,-0.9627937358501603,0.11523738708893308,-0.3475786836116866,0.3370211353643907,0.9723877002757745,-1.6838203126831461,0.4911367751293183,1.3158948209357872,3.7423981721892847,-0.9512349996377832,0.5989517680447857,-2.0752477288025637,0.5048609581897108,0.7457891690636492,-4.378043733147025,-1.110361997346377,2.448515532071853,-3.539723813421783,0.5237541817773681,-3.176321761924264,-0.1212798372781952,0.37350550266278354,-0.07058246355721229,0.0823373187656865,-5.454926874744865,-2.493553158374947,-0.256092902810998],[0.8530225531215821,-2.831843520934638,-0.796391512196356,0.10611283374432655,0.21960657630256195,-0.0556073562062473,-3.246494536519047,0.6126357220674252,0.5395655225912208,0.7788613875069568,0.24697176050223626,-1.252621705302841,-1.3846863332672632,-0.0608103289512212,-2.0476336032595954,-1.5742698626557998,-0.6721134996973416,0.46668148103675766,-3.4586665774818237,-0.5202679015797376,-0.5827394116048267,-0.6860560729726264,-0.7536697661946498,-0.4149784216006723,-1.9148994705374436,-0.8166490088802119,0.12052353825048963,-0.6233153375508711,1.0163066051516112,0.8639702848002465,0.1385937624430007,0.06504311921998511,0.17926678375976454,-1.82367207124888,0.5025579718516298,0.1859683873688792,-1.638149410268333,-2.1485798329766364,0.047741162822646226,0.33119774136469976,-0.8448800223812939,0.5727089233628824,-0.40838172766398373,-0.020530615002847506,-0.2558664004871336,-3.718432226991659,-1.5836117822823057,0.3369056952582742,-1.2736067322108817,-0.40450817584357035],[-2.245981093316579,-1.2261319887608113,0.6972925266150262,-0.9749756201369697,-1.3858388370599906,-0.5546134429319036,-0.8464960228455659,0.8808393383257962,-0.959663692773665,0.7955337885791438,-1.1581633211373963,-1.2665956903180144,0.22729135644251913,-0.8587121004961912,-0.19843092393733783,0.4865696003461801,-1.9054650385977356,0.611982770521733,0.23961804559764907,0.38194898579021025,-0.4144288176531684,-0.017506754641624257,-0.3949795667975542,-0.1834152952588019,-3.100367214809037,-0.3388963178494975,-1.1093498723986097,0.5779877856486848,-0.09120998721788792,-0.19753074135984103,-0.2535765369257821,-0.11896685119091747,-1.665853586364449,0.16839332261043022,0.9771016756387423,-0.47112149124855046,0.9760726494395447,-1.3391411533559023,-0.5575597080060815,0.2837916992595127,0.48080962960671497,-0.013045598704888601,0.4668720551594061,-0.18036652778272597,0.6957695149482752,-1.3514784645551672,0.8531825674755729,0.7995851974828507,-0.07514852997970067,-0.27849078189729765],[0.27429463998977655,-0.9764149984917037,0.5170140608333259,-1.4454178314539434,-0.8485357604859521,-1.1101262969862444,0.05966947108893927,-0.5550224323684211,-1.1566399263933718,0.0679889670964218,-4.442894740953179,1.3961935033653872,-4.227304537920796,-0.8309820295163078,-1.986062093935502,-2.1141445281762645,-0.20314395460491694,-1.7668274509733701,0.15003062961354585,0.373165680968804,-3.478529783418538,-0.5186435842168234,-0.2322445862499512,-1.5666180368961529,0.10403052682249168,-2.0433454689744024,0.7473978609051265,-0.43153292864662063,-1.9634436371975565,-1.0677989341248808,-0.21347867618607919,-2.0117657782795506,-0.45955908889335917,-2.653651868564058,0.6983668370207865,1.0435780748406285,-0.07141224178697375,-1.0304488364693376,-0.5825004762428455,-1.864811219694104,-5.4937676001139035,-0.4454267306907667,0.784631597477389,0.77087162774249,-0.34380436604709824,0.23135714194958376,-4.196330774099874,-1.6702096362294498,0.18877585040591285,0.5210713680082207],[-0.6829510411392684,-0.8136210995041736,-0.9420229287164824,-0.36623732982522655,-0.5370128052156719,-0.6584001584197312,0.2385254526192001,0.49547953398734995,-1.48833980872502,-0.19691122560634094,-1.960976447304326,-0.030844891815291296,-2.59382029227705,1.249120517271388,0.6759223903487389,0.992202185199574,1.4151103573012975,-2.47133960306053,0.19304101804053478,0.44453098707116373,0.6130535285636443,0.8051529926383858,-1.133774953285429,0.38146533849766356,0.8886879096640203,-1.3628274306723827,0.759055328929149,0.867102277414011,0.7327087690725821,-0.2492978087132787,0.46684701071559914,-0.38766629740962566,-1.0472527703088876,-0.6415925194492258,0.7329532057102014,-0.7702232736383267,0.5110233748765813,-1.4443150173566044,0.17515123672426092,-1.4761439199878288,-1.3567400619290786,-0.7651359281982085,0.3826202373625776,-0.4858412621155464,0.814661851557393,0.10156567174295791,0.23060088932227213,-1.506205325407147,1.3740530994113829,-0.27920453043379073],[0.9866508206271216,-0.029182687519286397,-0.9690219400429672,-0.8551580501656872,-0.3673631052179063,-0.6026348490977731,0.3039489980299455,1.0182827892105422,-1.6278372209317622,-0.19954616223902807,-0.3672514862876888,0.528018217742298,-1.545382856319611,-0.27982819590487246,-1.278288033215305,0.7615529191218197,0.16633171416134795,0.11715202842881613,0.8720900406621448,0.6210156542669728,-0.059399455147263754,0.1652326411791881,0.03229920492161249,0.24097812101061045,0.8092821815571704,0.44596341061621636,0.6962156901409167,-0.08163087106824062,-0.39615257654867353,-0.17050787799160505,-1.1372708235861138,-1.0414789526308874,-0.04353472410652598,-0.5744921527122713,-1.108536942908848,0.9974586092663026,-1.0176217661751703,-0.7136697896229766,-0.6468806840358338,1.0145280816260211,0.1139828829032048,-0.23150653039132194,0.06632776630744035,0.0250682286378489,-1.7284327891929676,-1.5400614843837919,0.10357613863272899,0.742214705906875,-0.20751932640543785,-1.376268856381936],[1.2471105924883898,-0.3069598067679403,1.2343514361459311,-0.3912919193197251,0.08204029257785149,0.8511687630779342,1.843972610543198,0.5465031503589919,-2.0692167675764543,-1.7768951763424936,-5.051895816033088,-0.8926380666772434,-2.049874921205855,-1.9627728635264248,1.082115897715402,1.3156401865384701,-4.344994178120621,-1.7578983532781878,0.11506796833738728,-3.0395009886691327,0.04348652170413305,-0.033848848419976,-1.081222128817243,-0.5867805922427767,-3.7678118120183877,0.0069646177712500545,0.1575353238012463,-1.4717569897482223,0.7562456346773333,0.7911540681766349,-2.385071924856038,-2.397823522880202,-2.5258537984100946,-1.267562728936249,-1.040776716387259,0.5581860234614411,0.9173011599066921,0.3286941345098767,0.9034532766735429,0.996386569131117,0.7943291078700424,1.15546079321866,0.5627447469556793,-0.1901817778243434,0.6434049831257097,0.48406001474651483,0.6696754153320724,0.6871004521572566,-2.161214635379925,-0.10173389595538666],[-3.009960918160774,0.485471316064256,-0.3107481624037872,-0.7578055813405333,1.5522580562302395,-0.7995937085130875,-1.133058743860015,-2.834336187666663,-1.2716101451256938,-0.42937285178768536,3.1501429136585917,-0.6326669792190583,-1.874627501362314,-0.8905098760973374,-0.09347418893838472,1.4325049524008306,-0.1440351831913019,-0.17931712553900103,0.0014838573971782893,0.17291157298931265,0.5904574317149252,0.40592551743819894,0.7706263708830158,-0.15289230435340734,0.8867544454039966,-1.4022051165265923,-0.6640364258706423,-0.9506264445219618,1.0414743253894776,-0.4527485434604408,-1.4782824552170843,1.7910201805818549,1.932805140242583,-0.7082542987302125,0.2058321353812547,1.7201189672732364,-0.5271962623468682,-1.5008784013524155,1.6192357745294408,-0.6768865920029928,-0.7533467120763944,2.4456225252450228,0.554292378930127,0.07474983255172328,-0.5533422419020544,-1.0002512099265186,0.22861374718048963,0.25361406513071655,-0.430058647160545,0.133968803781868],[-1.387798505453276,0.5234581389848314,-1.461266266334546,-0.6415469563995176,-0.6052744711588597,0.020092183357031564,-0.9298051926757437,-1.2755230992522684,-0.3449585549943301,0.7004967781366629,0.7572625422975251,0.7963038158401203,-2.5073705709823524,0.7960292756162698,-0.8356636346726708,-0.3144996353806971,-1.1844587674526044,0.46670349017921686,0.8248684611915785,-0.1562819892664066,-0.1362602249546705,-0.75919035694353,-0.6840115454828215,-0.4928545059625186,-0.7629980557572965,0.7215929869539934,-0.031284502088993305,-0.01849383043395955,0.35665052671708836,0.9168593179209363,-0.9649751106712624,0.315068306167203,-0.2149388789051373,-0.15902152403659156,-0.8636463509601794,0.6710448355949087,-0.8731802573581662,0.36606054489871975,-0.5022353934640574,-0.47142610531832646,-1.4462003264001284,-0.39894989509471185,-0.7135718837816082,0.4713469454445524,-1.0610523022980904,-1.6910124375094862,-0.24715661677325104,0.2335953957040126,-2.207653407939766,0.6357635599758839],[-0.22002479378381729,1.1167956691891967,0.6600773597722931,-0.5259506272733905,-0.14109803928522555,-0.15007181028947097,-1.8088477204660522,1.0561736662520216,0.9635895882086578,0.3578104208341109,-0.2706067544555937,0.05607360653202522,-3.53408095193606,0.7043249312192779,-0.5085703079095036,0.8993842555766267,-0.48111296699906875,0.3377188332876925,0.11501940681188387,0.7658584599571044,-1.8856382807263614,-3.3526761910646585,1.0901167365485787,-0.26168674250075885,0.037401672754252234,0.2760589178573562,0.9234378802009409,-0.11349958529893532,1.869534872504862,-0.8764011587815375,0.11275151891452335,-1.1008103030480032,0.5125740428675059,-1.2755371444976746,-0.9141871823462216,0.7541063332332276,-2.8310716645037366,-2.7208607373737994,-0.8290885050366984,0.966851342242842,1.3905026746769322,0.13384791859431056,0.12194642471636055,0.4082567313503888,-2.331430051826326,-0.2715040249711553,1.0067469450086917,-0.8872487839131399,-0.6916690714048775,-3.7122418372309203],[-0.4721964417922856,0.4288360957628583,-2.6650840224150656,-2.2195683993579602,-0.7677857510568856,0.7017110978889495,0.8866846236939446,-1.5152774309202852,1.0921176243547963,-1.0789063936084333,-0.26431849894387854,-1.138707829459829,0.20691940003988113,0.3214265210200111,0.3344019704923529,1.3544561108418331,-1.3185376844057723,-0.5712970622021118,0.5197767329483804,-2.334475274425338,-2.501308670975628,0.24103839311228542,-1.197045001930077,-2.110598582447039,-0.7586051820415693,0.9835248443554222,0.18029133620379972,0.3367763606401767,0.40365095404252704,-0.03147567940831558,-2.454578987914682,-0.2577085450563436,1.2423769265215023,-0.9641735016586234,0.8019682990159009,-0.22768824691887485,-2.694025919252463,0.6073654326994528,0.010460201868220668,0.7188094836184131,-2.3745737752265894,0.9914282364550802,0.9036516441255426,0.2843063455777784,0.5352828900927208,0.49031872005567934,-0.6360079213777006,-0.2747357525376678,-0.08541394375534393,-2.6701448328705846],[-0.7770823783641517,-0.18863059990430803,-1.2647805386031168,0.6318102285245037,0.12888755799633259,-0.9807103213175995,-1.0784195194504453,-0.19132107103512017,-0.20120628447362743,-0.14532235024795032,0.0464828011676301,0.4211434580076917,-2.60350104808379,0.7078078019769499,-1.3839015584583618,0.28479465902860873,-0.39147735733794,-0.6145166846614196,0.5378994631187491,0.3694973185296155,-1.028445766820903,0.6181067703085016,0.01817417201869169,-0.7729905904219937,0.5931710061662162,-0.8962978963107355,-0.11329436539239103,0.754776105402423,-0.6364400004541745,-0.6702120263945861,-0.4582938220704673,0.14103124397941888,-0.3322490145372307,-0.5423401570420906,-1.0609641321606273,0.45674291995960836,0.3659398829846203,0.022923525196473036,-0.13335458888953944,1.141636249156593,-2.1027394097152707,0.743015932460629,0.21569952420081057,0.9385139371663427,0.014115230324783963,-1.8074998112317604,-1.546720276182875,1.0505713156823657,-1.5905985904954458,-0.4184836694017509],[1.2570668162371352,0.5604906964128014,0.5427274698571048,0.6427892504167467,-3.299023108300271,0.014948710696693684,1.4001899215199354,0.01880115382111443,-0.3291353835140075,-1.8569889886331221,-1.5439746402560992,-0.16311233436229614,1.4218694066316706,-1.1414478470618603,0.79188499690132,0.8809041291472862,1.693291717708058,1.3515980456578398,-0.8611116409533442,-0.42814370209591396,-0.2913091955538002,0.21271796253296163,-2.358791526761903,-0.3620964327738261,0.5777282103508717,-0.8193796332192973,0.7665176804472958,-1.1572732061322244,0.6242645608239219,0.25405006859478146,0.5259669764074532,-3.132153991752815,-2.5692513740261753,0.24577148435137944,0.6373714684640881,-1.137732546157897,1.1119946008731008,1.3060872442827294,0.6151478065669702,0.6291532401422804,0.355870522152009,-1.052686011172074,0.31860399084230756,-0.05993321758007257,0.36573936809062524,1.141782957799,-1.5726963516914432,0.28719635683129363,0.8145985183120396,-1.79431814835211],[1.735468731348357,0.1357958636766928,-0.533919609045458,-0.02481428651955159,-2.9511019076306795,0.378652060947621,-0.0030280913579906173,0.7621116906567919,-1.7134336277993396,-2.1973929991833963,-1.4858851105981068,0.24759474199074347,1.5211823937048297,-1.019632117813474,1.5230169317397582,0.6616873468782569,1.3747132490841714,0.9640608832418317,-1.1632212884860185,0.24026834374460512,-0.2529312852503555,0.11265939469072016,-0.1398894797906749,-0.09465040880081674,-0.4239945495495212,-0.43431158816117177,-0.07838672990263726,0.16479527295552873,-0.7373059556633923,0.10287286625808603,2.206365474785271,-1.1705404324450401,-2.216659365472291,0.5401009194629863,-0.12210549640659395,-1.6549600953316495,0.26866163156838524,0.6659961865189354,-0.6588707313060678,1.5289223583929124,1.54898631583114,-1.1418026955493998,0.9724582699762048,-0.32168486630195864,-0.562844754585206,1.6443768341296192,0.23517062417648274,0.11132305015022102,0.9998229199367379,-0.7332134133068626],[0.974048092276426,-0.7078968548907925,-3.17706192928918,1.0936925892380456,0.30248371416677494,0.043588141655044696,0.6761478711917749,1.1439615731599144,-0.8347404977426521,1.8325109018644894,0.518540126385621,0.261047234248786,-1.5397352121109658,0.08553949273859941,-3.2552256685322503,-2.2506554887337207,0.3026849324306766,0.9494798159581196,0.06568094378792674,0.39831998128456186,-2.894052814934794,-0.10289513657895435,0.43316192825251043,-0.6330387037931164,0.43300023665513987,-0.5917246731668616,-3.121270715245842,0.7771154416727971,1.2993233911702604,0.2105821687698368,-1.5780290674006707,-3.8193364981287954,1.2719896783036777,-0.44135209768279116,-2.083153157170044,0.9041413914314078,-0.7759847576448234,-0.7536791010360289,1.1447427101423482,-0.546594321234585,-1.434887087797989,-3.1899550238429235,-0.9373525942611124,-2.696080704746416,-1.357054123886346,-4.619412001797894,-5.2551341433211185,-2.7784334963555026,-5.056639585831385,0.17696251370148391],[0.4408565985469854,0.6264305517422305,0.2471449166328818,-2.1404517572827326,1.0707549205957556,-0.3939151004535452,0.611815017728787,-0.5368198698576274,-0.024596416066749702,-0.39702121515603406,-0.29338106213079396,0.34495671206932554,0.06887378717033285,1.0303899323268102,-0.7591625370205363,0.8283165150725204,0.41767737138306393,0.7340493408767319,-2.0757918969844633,0.6951927027519368,0.7750789590865366,0.792752129443425,0.18696772147319493,0.9615513191958115,0.9025848426486021,1.7797771929089004,0.045828074042668726,-0.3095864667398872,-0.7918174836254317,-0.5804634377670878,0.9845997656030718,-2.2078419083691028,-0.7005462017125411,-0.39089123709695406,0.5034744013726337,-0.43667614862643495,-0.976517734243299,-2.1200089751100735,-0.7653721763452437,0.17435972077473644,1.0232028648686171,-0.650629529927626,-0.9806391698772027,-0.573075912125811,-0.5205665595273073,1.0627230643644723,1.4076417348838568,0.21807711931664342,-0.4779338347532889,0.22212112694243366],[0.3623608805628111,-0.6056959990653512,-0.13901912544079342,-1.2719099145384194,-0.745660507928078,0.3509372751147501,-0.26633956411346005,-0.33877158632804455,0.5314684528813071,0.12298336246696775,-0.4332754831110104,-0.20186174410556276,-0.7023178440943552,0.23755237475741395,0.10527824727088747,-1.3999924105940647,-0.8263178747708101,0.8071295853412681,0.325860449247098,0.39586684651128506,-0.4519875956114036,0.3150568193580696,-0.9995714316830951,-0.22641427944965636,0.6143827261997006,0.4415477649332092,-0.4062066678726915,-1.0709957572247066,0.7529713486200038,-0.6857729673730772,0.6104774283994604,0.09840491358128813,0.5727665307644261,-1.4979511365626528,-0.05115648535228714,-1.1648417166901448,-0.06438333575820733,-1.1711764041603259,0.23455455558495417,0.47797832411923136,0.33370924045638123,0.526343425001242,0.26086572485786497,0.47963548944799245,0.6871479078815259,0.5473152425390694,-0.1892128330009212,-0.3369277306418111,0.45857377189974746,0.9025675651072473],[-1.458793861134795,0.44540280669237103,0.4485812079574282,-0.6308452649371916,-0.24807063541611438,0.03785960869005072,0.03186333740816832,-0.5340739474235954,-1.160363899271565,0.7934987005847154,0.19893657137092688,0.06156996798039761,-0.7742167976418949,0.2993521653724672,0.8883963924527224,0.6293186524622707,0.833832022039904,1.0527079108142534,1.1314910162993579,-0.1548619981974422,-0.45298702922255946,-1.7500701992278422,-1.0786964302612732,-1.7282263591559341,0.9471052553206006,0.21574797410366794,-0.4288790835362051,-0.1858423488711437,0.8626890356477462,-0.42275400637588617,-1.7038352336961682,0.7020782212205808,0.7837152322534108,-1.1999756213073811,-0.24405500310659323,-0.5173124884579527,0.7433066709159548,0.6330999087181369,-0.8790201593448684,-1.078703050376454,0.8817603425172762,-0.3562894991457577,-0.58332934662195,0.1227582348048254,-0.04192462538983163,0.3766716126257049,0.23884589491908334,-0.3157606648295431,0.17743017418619575,0.10020843931622181],[-1.0584011452028268,1.1688047303706548,0.7347457998758935,-0.06300898187369543,0.5784629697346301,-1.7143374345485076,-0.9495820617390053,-1.9520051518814912,-0.8632412642750265,0.1454592737888843,1.244240943863617,0.8841234821576954,-2.225913406897301,0.5183462547161898,-4.110670063323146,-1.6595932800553805,-0.03755591228939101,0.18901076896383223,0.5843611303461677,0.054913506499386075,0.05137191980698109,-1.6817783982877343,-3.380679379865391,-0.5795330304558874,-0.7279357256255274,0.7613574946835937,0.21820618659781904,-0.5967015050540033,-4.428573372841163,-1.8219379977237051,0.6371187366414683,0.18783734365266558,-3.0440449530229317,-1.2318627931482018,-0.26665354952633574,0.2746931097247269,-3.409860714175485,-2.6124480873129254,0.1438752853336001,1.2859659845798042,-0.4983443687258919,-1.4133211846017275,-0.24043371556374932,-0.22332742358088034,-2.1193230499435876,-0.27055918076990876,0.1891411003733041,0.7341366897131013,-0.9839057741587788,-2.7250584709096892],[-0.741215372026906,-0.3506201588832087,-0.07259184520877178,0.12436531972400594,0.4952433187547877,0.16574310203205636,-0.3305621214013955,-0.07611486152413191,0.47292519307282826,-0.349312150369933,-0.769988432025225,-0.08782811486052426,-1.2354687319422886,0.6308845155772469,0.3126360164923293,0.03329905888922219,-0.7453057407231702,-1.9016212962718473,-0.9017366781197678,-0.5648342216699832,0.5587266015720845,0.2967388090958473,0.6600196382306822,0.4754187727048518,-0.14894252812980155,1.6143890614663219,-0.7657047868995999,0.31082853142107436,0.8020455052258084,0.5690087255235368,-0.4801318958048291,0.1900556813378463,-0.7062926193023201,0.8871214595248487,-0.37825528612248543,-0.6581045773418536,0.44405671445806055,1.0280793081997264,-0.236180101742746,-0.48111852534301563,-0.4639784130591602,0.8680915129665251,-0.047026142360180566,0.17117026122889115,0.4315204206736238,0.24006255350993408,-0.517147929715865,-0.4742265218273361,-1.3003959186063345,0.8950117049230193],[-1.33733827101996,0.8062399732454771,1.2590181900457165,-0.4497531468663333,-0.6009482424880183,-2.076194283945064,0.7879242210028798,0.28800741598099067,-0.22239719451401255,-0.4044330757346926,-2.0070404658301224,1.468557378183108,-0.21537939540916543,-2.403576069634911,-1.1532074721552048,-0.649917029721814,1.4635975585077698,-0.522774036334174,-0.4901737159772564,0.09171435027660495,-2.397610379306269,0.8977801657896183,0.7669317948716565,-1.0471079425798444,0.2013613226237421,-2.229736836586275,1.122747636009764,-0.4589497010688506,-0.31638964134237496,-1.6683399133980579,0.11288817153803783,-0.7351044864790794,1.2115849477321141,0.33865091928577057,0.45487620106701193,-0.3436433618484111,0.5673099044112547,-2.6987186530617495,0.019911423832813448,-0.5072881084341176,-2.437000609039309,0.15462647724701864,0.2981110285933472,0.6006481078161161,-1.0726021346560888,0.7756440868187813,-1.0098064274774152,0.5865702873065285,-3.21340300491909,-0.5158397550959589],[0.792530161002598,-0.3103587296754583,-0.01287797819529318,0.02168223690488763,-0.7166445624866166,-1.4279200892431483,0.951372643328309,-0.6609684194073675,-1.8636693088143284,-2.112476099356292,-5.098650416840626,0.3465796477310815,-0.32429745752221395,-2.8702152658790743,-1.7831050905428447,-2.4286792912213238,-2.6936566410647034,-0.9775310423709795,0.142519668958231,0.07159801638360731,-2.783756712159953,1.0327906866166672,-0.6893865742329657,-1.5517346362044857,0.943928323656143,0.07138764567627753,-0.8575375174936719,-2.6532213055253373,-0.04620853376047179,-1.5571161070239148,-1.2479807437582722,-3.6144855903776696,-1.2666851231438037,-3.82511198690954,-0.2947113769867671,0.9084249684566374,0.19111167388398756,0.8013127059686919,-0.5292770840632067,-0.10013833993873333,-1.4753532046402835,0.5941231238100066,0.6808094362710417,-0.05666735286694901,-1.3954882143588843,-1.062709159458934,-2.3741148452763348,0.5061010778184595,-1.6742470192721775,1.5043457532224],[0.11949448360855601,1.0976187075116337,0.3187560625976101,0.9358004145028257,0.8206925587586512,-0.7131435311516922,-1.2488210087620013,0.1709760329805824,0.34126432247634103,0.9144852959477886,0.24596027026780548,-4.382467696564572,0.017502847018953636,-0.4335487803501828,-2.594074850006129,-2.0452176955357433,-1.734884327235587,-0.3639177404498938,0.43593506905905977,-0.3229485729460825,1.0713387050099483,-1.6608124147898284,-0.10581840401510845,-2.149813522463306,-0.6041422206492405,-2.042955658113196,-1.0523506316101368,0.6118457851676145,1.111694073174968,0.37836137043079465,0.2148239485593895,-0.28053617537528613,-0.0028105446988621646,-0.9899653300722852,-0.09301901893897246,0.7414408371978617,-3.511475863444143,-0.917367366571534,0.24374356361485103,0.32445243645668015,-1.596400591004342,0.8339653073231632,0.9373144470302709,-1.7049625547863139,0.3220448287109235,-0.08184005246231213,-1.8598695960926537,0.46745519222850246,0.3891541263990171,-0.6106740765581398],[-0.47737074757591996,0.7057763593499518,0.5736245003774124,-0.11351297563059118,-0.38645354008548755,-0.1747275389881529,-0.5698129560693453,0.49121225286560066,0.9377676576878374,-0.5239803515492315,0.40967034012549797,-0.20976786314431645,-0.570917109397862,0.778005217617691,0.8962725923149,-0.0643929474520686,-0.650071865207489,-0.8413535662654664,0.8298913173986658,-0.04876127077175905,-0.13606900232213395,0.8290941327803142,0.7116980654568632,0.6861867752567451,-0.9380297143957246,-0.10908356265822124,0.6275394663336765,-0.9958827220043776,-1.0714073074359005,-0.9003364054753032,0.2757849580291071,0.8291770643141978,0.8188323970009092,-1.3763843360782133,-0.48287067164672876,-1.000505867180755,0.2150148507324544,0.2584245752874346,-0.4189576631451203,-0.015045224919696877,-0.5786439982673822,0.14554991219513783,1.0034580145561949,0.011707510820810214,0.03337286128637034,-0.1995471227756014,-0.9557572042744323,-0.7342566113625155,0.5122248510357574,-0.46117903975623653],[0.08251438531795452,0.9077341891961339,0.8005283093004222,0.8851100813224476,-0.41239782349299187,0.9880422693060509,0.06642147884756405,-0.7818711191192936,-1.2253270783611505,-1.9200688137351756,0.8431156509633149,-0.9654989753427161,-0.1392708717498449,0.8868482295254734,0.08016775096306426,-0.9326601170247598,-1.8466395101416966,-0.9807948403333664,-1.0325523148749887,-2.6871904267566067,-0.45523958897952316,0.7756026873305759,1.6325747363511651,-0.2043070952611073,-1.6760018889483295,0.5314914029783256,0.391936067370168,-0.16298957522911564,-1.1966683318130868,0.42913477417731144,0.049747439810358667,0.12618262481929338,-0.11091570459728305,-1.8228843939807586,0.012976073450718459,1.0708402542823763,0.02907986408950111,0.74975822614123,-2.1004851401370237,-2.111271140658941,0.7511286902767166,-0.7355906317464371,0.3070106446535359,0.695881357862926,1.0561465050205219,0.360293124491584,0.8843392821029564,-0.9878138809718583,0.4270747855761445,0.29978197742899604],[-1.0894547334895353,0.22163703868338058,-1.444693840877419,-0.3517816226946259,0.798392686508449,-0.030902196558991932,-0.8663935539876672,0.5623305239953471,0.3677361465896678,-0.6578248320844263,-1.2061661574259137,-0.16288238414786793,0.8678359097215456,-0.7504841571297738,0.4250544177037109,0.2075389339475455,0.720253640818643,-0.9761945325234381,0.549798414397355,-0.9871586905225138,0.27133924777553986,-0.23497097085270113,-0.7858708410540322,0.1955492855447266,0.5096566105493403,0.5985761141049032,-0.47825828137125814,-0.6052145779489572,-0.08873925836223917,0.3000965662497491,0.8930588954189259,0.4778465436182076,0.6798824652180104,0.6842268982090013,0.1161030004722562,-1.2178988684836487,0.400325958359457,-0.506520003799613,0.6358260395007868,-0.0531603831869789,0.8708568237676703,-1.4289928001709433,-0.15027450259376704,0.7824021149952086,-0.9460534847289893,-0.10647134690005952,0.1280457475945097,-0.8346068016658368,-0.846841097963046,-0.08234532381086394],[0.5230232726324722,0.1781038838195339,0.47921929135082864,-0.3386849003442622,0.6660182058731299,0.09412492971146827,0.5477124270338121,0.8648239292546576,-0.489311323989538,0.9659255024238294,-0.7513851489043614,0.27731646788012937,-0.23778933828235954,0.9769833842930136,0.0448182269036909,-0.8207212062781796,0.14517832729737362,-0.10905232264287529,-0.7821032628679708,-0.6318519142509744,0.378977789134779,0.17627314188949172,0.29511746574974623,-0.6259060332511452,-0.5882950035073528,-0.46777703880867616,-0.23286821258643314,-0.9722064267630538,-1.3529205391917103,0.4363464019912149,0.4915677197704617,0.9086864258570387,-0.11219788248251125,0.1641118780886968,-0.7277601959663951,0.48354893158311074,0.08008621924550768,0.28715369742157104,0.2975131287966379,-0.5612282685354625,-1.5951167264227242,0.425009786499231,0.34141993015417943,-0.12855518553349712,-0.4311591706795007,0.7497804820384372,-0.12101652892473025,0.37974363628569474,-0.6025038767008112,-0.1474107510697156],[1.1687206494121474,-1.791939574016751,-0.6678184566152532,-0.196055500163365,1.3097930085912939,-0.5069006804289733,-1.2350340958789308,-0.8880639951903028,0.08519338837585601,1.9700802347918356,0.6102336045445834,0.05475612879361855,-0.655649733234608,-0.10105335098561803,0.5702672419760686,3.3559809462468384,-0.8912751919763766,1.731029170749167,-1.6735411362822268,0.7259275029528397,-2.9022109832979672,0.2739347858289688,0.947101745660287,-2.324782137151561,-0.18057602649583582,3.144734890934907,0.6534145991519534,0.12739290982818394,-4.69065854930268,-0.32470184554154746,0.8785025516414746,1.1802654210381325,-1.0068235769842424,-1.385233973191351,1.0322557050219685,0.6292818855712018,-1.0806221660621043,0.49308436309305326,-2.1762506384776032,0.0890354938436128,2.3191896856348415,0.6322956787472874,1.3253889551107927,-0.04439613418792392,-0.406649362695554,2.7739976880144215,-4.045535149258986,1.9045234283870516,1.0438062348957549,0.6323690501035971],[0.024770444928461286,-0.24309173274528906,0.7600610508618015,-0.08382586804308244,-0.8265576196572805,0.0433347017547092,-0.48613344585165913,-2.7294236332292465,0.4090630523427201,-1.3271341308383433,-1.8196819165152103,0.06390288778843822,-1.6432370509708045,0.9788588677957649,-1.6017957682099406,-0.6626275690922798,0.9791138501240902,0.706361831845725,-0.18317469339158923,-2.0684374191975374,-1.8892312227237633,0.6763953577135349,-0.08751734749410384,-0.6967392701362191,0.4457268966275895,-0.7649499343184134,-0.17512365304680277,0.1695623360621798,-0.6282694807974015,-0.5231501757914517,-2.1305020739124743,0.24920421858447503,0.40617030395595016,0.6210289104816927,0.4263116696605696,-1.3647568618433397,0.042138597805947094,0.6749140638170704,0.31427819105279575,0.5794019588136159,-0.1425096889746951,-1.255032187634469,0.1800151213294226,-1.3053580086168823,-1.219882797320616,-0.13882274876066547,0.3752948363114,0.5447764139445443,-1.0055241833374744,-0.3098944595184198],[1.0472053971386597,-0.4226235275152964,-0.945709761729577,1.0905682957712517,-1.0620765150269535,0.052231877767532686,-1.2299800012326116,-2.224585094777233,-1.0950108685592643,-1.4849124116701402,-1.9062760797133012,-0.1221222667381275,-0.5542902250945583,0.8570441481931218,-0.3923721354829692,-1.412800924550719,-0.10278090086962895,-0.6284805085404475,1.0917706062115495,-1.7454707684185968,-0.6307325177505982,-0.09165078658490583,0.8692736286068491,-1.273679574960954,0.7290316151469904,0.08415312257122025,-0.6008628559788011,-0.1843405375085748,-0.41688403307753974,1.0074527533197901,-1.1130298617034997,0.24817600309294105,0.20091308268457936,-0.7652092307855848,-0.7999165594366741,-1.0911170669919845,-0.3666696463141206,-0.19960590556909533,-0.5357965531926409,-0.9438720721811426,0.6664995369597154,-1.6994340766570815,0.165227925028002,-1.7159067715354004,0.30232435907190885,0.857461225320027,-0.42295278836601863,0.8100229500292706,0.7501364050978244,0.7625723035388277],[0.825673488647009,0.4183724400215266,-0.8097056316119929,-2.9191104024910097,0.8796190648942698,-0.16314842713229363,0.3945687538851262,0.44963232161822736,0.6526784230940225,-2.4968442247877642,0.6665597238245389,-0.291351768269736,0.6759224979148419,0.10396643297934487,-0.47037508881235657,-0.1454857053198821,0.16551279212822045,0.9007472570959006,-2.0519797337147954,-0.31117599342031166,-0.4493405282821972,0.3039238395980486,-0.6833447653217283,-0.43540201005788093,0.688989124121203,-0.5604072152080073,-0.686265636137398,0.5826506144751978,0.10457134425143705,-1.2373118924758217,0.7704642850791341,-0.46654246469055455,-1.0398161127058019,-1.0641787238328997,0.4339302039871841,0.5789729991267959,-2.8123732063898785,-1.266339353963743,0.8162105453490636,-1.9424630589457352,0.027562838868196406,0.37642992155086596,-1.9848929826772501,-0.4124091836786322,-0.6290666633090394,0.4881736671462833,-0.17077938453985106,0.2595717552270453,-0.5059005630089859,-0.26415079757358506],[0.27349772925855426,-0.8967747910688881,-0.3652305224666072,-0.35992350518632404,0.2869172335087737,1.083830636098915,0.515524818229025,-1.2860663050601686,-1.1840688876051386,-1.830964631821119,1.0032898376057768,-0.7283650320250433,-0.3122346905722113,0.6898658960364557,0.7093199535803384,-1.0530527620761505,-1.5316161872610206,-1.6519872297671856,-0.6382783871499075,-2.0448591129148195,1.0308666504861748,0.21495670402826222,1.4385569633040036,1.2749002095687434,-0.3811415930545409,1.1330796016859772,-0.24306969963825792,0.46524028651767846,-1.3318139867151817,-0.6433552213413218,-0.14390588303895369,0.4809299307523955,0.1712095135377736,-1.4397638415422775,-0.5500348991321737,-0.09975287382602746,1.038456989364324,0.5601938815884238,-1.661007005791482,-2.0619674431724833,-0.14839586111927855,-1.4070654084368543,-0.4176812414962978,-0.19048001257729152,-0.11367104500653717,0.87316789768338,-0.1165125331976628,-1.2057900835252984,-0.25974332014809987,0.464150171899784],[0.9089834798725371,0.5358933106632238,0.9699155566304127,-0.8871177850956826,-0.7724917373729384,0.9228817915522854,2.0095146130985126,-0.3622277304600981,0.32163348188383983,0.4844637916299639,-1.733412143336883,-0.568084647782291,0.40663759257251797,0.2294908028228115,-0.7503842263946463,-0.7266706626327635,-1.6019687823227131,-1.4893213265907932,-0.301864574220374,0.9859322732704863,-0.18094277676793455,1.3519873220594545,-1.0439553098919447,1.610274838575588,-1.5443700050512585,-0.8424800905820394,0.19164243903907113,-0.4725244663201135,-0.14874751054412857,0.8898480510921991,0.399429939649801,0.420013989512719,0.7592372685934194,1.1998476572931236,0.46640059524647337,0.016422540178014377,-1.6169775726180093,-1.2006750968715276,-0.03240288932932394,-1.0400713692843089,2.0397405054012405,-0.24768251764538715,-1.4183374527291677,0.10668335194771127,1.6580833499151466,0.7901417110027646,-0.7604040007733087,-0.12401843920418981,-2.1923959972050975,-0.6202435828414209],[-1.1507590077561933,0.8000325858291762,0.5613067124531386,-1.7792614305063277,-1.105425562935853,-0.01707984389358436,0.6466204263967917,-0.045269797451338634,-1.1439368470007556,0.831752083644754,0.649104569514371,-1.3764766537829762,1.1267369052558616,0.4703966727715133,1.1844197845800861,0.32255136002800344,0.6512211506974958,0.16404892124994044,-1.1287525579616278,-0.58428731444735,1.1251564488111048,0.5331693350671003,-0.6689370586155738,0.630697069602363,0.097247662934022,-1.0739184193892002,0.6915886443478976,0.19391140232496104,-0.2854620862407211,-0.9988148659082918,-0.7347144394036736,1.902604251006008,-0.39889928536283803,-2.486991026553546,0.4298521319411232,-1.6229923475487698,-3.4294397502783807,-2.2896543281276958,-0.9073201861862131,-0.3965190094147035,-0.576140033605631,-0.5825436116826281,-1.0811306341429803,0.4522225755913133,0.6811797543405343,1.2257540729363505,-0.7309482440310614,-0.9252205702853308,-1.7283319597603806,-1.4704302044647528],[0.9223652372635376,0.679948073545672,-0.5613485430585802,0.0713884111562383,-0.9077929030193757,-1.2567726937166777,0.8721181512605539,-0.5108998984796846,0.7333985081678486,-0.7216446885133556,0.49831232083545823,-1.9738174167490807,-1.020380535155549,-0.5669646924194757,-0.6079053795867447,0.1367345500890473,-2.8002663641831362,-1.728750900290605,0.9286550004539738,-0.5539124499288214,0.7988642890924387,-0.26835828445980014,-0.703553551866902,-0.542326978881214,-0.03171800024581379,1.1291073748511253,-0.6583532709064828,0.2213146675116377,0.8999037336538152,0.7344325452467668,0.2495456550836741,-0.07860603302169761,-0.5644194068972163,0.40044164444885794,-1.6769808030720095,0.5810553357872588,0.42436768778362804,-1.9173617989339584,0.010459943892965928,0.2593707559689474,-0.3989120600605646,-0.39347692516791594,-0.35152097144950156,-2.315283739753026,-0.20808479842394217,0.21814877608955452,0.47340164827407183,-1.7849041980466538,0.4474489395955099,-2.405828651530419],[-1.1453833776242965,-0.3048572995302571,0.5528258818652345,0.7834818844986505,1.2862261425295085,-0.6997396385831506,1.3655688136423296,1.8610841245876528,4.15726303005504,2.566555038761249,-4.825391166648494,0.3075171198222828,-2.8999600615542924,0.07431718879706542,-0.45214617514785294,-1.1813361923814056,-2.9684530499070827,-0.6476601438628025,0.08630627369431326,-1.5420618622255822,2.0844991782266966,0.7623873720645763,1.467937184684192,1.3323100643906263,0.4885329712375648,-0.18575732904446676,0.09496231011549168,-0.24239579455905302,-1.913188465872378,-0.25770790697597573,2.1278889920794795,-1.7718715998342143,1.182544668882768,1.6173436899605813,-2.2615270206811555,-3.992227028834601,1.5195714475453699,0.446284332211165,-1.2637505816141776,0.5016830646279065,-1.202958496159499,-1.867360488532827,0.8583066992014919,0.8184438582322769,0.6309794616720038,-3.0623640651714172,0.9582179115430858,-0.06766206209654628,-0.9655000513971477,-0.7950805977022253],[-0.3957804179772851,0.07210734066064899,-0.2973554881369658,-0.5878461021128137,-0.9296725673990203,0.5442330401263671,-1.0555326001229368,0.8069815354922357,0.5647405962080193,0.6466184236492977,-0.496859036090904,-2.2374939501034605,-1.1881227472203013,-0.2988819626465418,-1.2221282215058473,-0.9160330960899433,0.18882668553751356,0.9704451943470678,-0.8615041778622188,0.26687462738085777,0.22898892771953724,-0.5110698565754707,-0.2613941924080219,0.10049154823006748,0.6962903458148033,0.6783793812549104,-0.7927475045414213,0.7859486432900864,0.8306539889601852,0.7446373761828381,-0.13019775212433332,-0.035039688819241625,0.6276430914336285,0.21086175205950405,0.8100366567059766,-0.4892866213799803,-0.2816720318168942,-1.5861126645163095,0.2712966115800664,-0.1944914651545512,-0.6494747339980951,-0.5175217631721284,0.1729658888298047,-0.7506983441100757,0.08799384879262712,-0.5808642691388997,-0.01363092745555558,-0.029399450486093628,0.5654598509975725,0.8732053927024032],[-0.8873474354679665,-0.8866049176002496,-1.058517967442378,-0.0359487040661568,-0.6376263851264972,0.2269772394456208,-0.5863311076365447,-0.3765301780365884,0.6392102433854714,-0.7845716614553443,0.7693241867247467,0.24110549798196243,-1.1539493239537835,-0.20273660253873713,-1.3324471755999265,-0.27238110063834625,0.19985956628902712,0.7213870841220452,-0.3302197666528185,-0.7318635153381885,0.8112769979292163,-1.1582020291388602,0.4312364839151575,-0.10550786604845619,0.45060637104216816,-0.8043939940205964,-0.16020894367316826,-0.21198394183389555,-1.1271013347997763,0.8316504225638767,-0.5995406108649131,-0.18323101108867995,-1.43861033898578,-0.24476849320637473,-1.381834837435503,0.8878496669932561,-0.9019296596421499,-0.5243556499863173,0.5837685017005181,0.596473521523894,-0.7582741717014281,-0.09689286069256793,0.3092093986392481,-0.0735775784639278,0.6742958974143778,-1.086239843217828,0.9124542458228139,-0.5210015833258487,-0.4457108091491931,0.45192695026043206],[-0.8104053996584981,0.12655712277306005,-0.25192425222296994,-0.6681866045778383,-0.14588187982715123,0.015467447443115708,-0.47108034959361517,-0.036802073260278304,-0.8275756272815545,-0.08338463023775028,-0.6583622264962791,0.9030675773477287,-0.1928084814279574,-0.4402030327299151,0.6610913808003338,-0.6690698519636323,-0.038198278710658465,-0.8208380491223066,-1.1381230542040395,0.37982463137527395,-0.05649932859346763,-0.5114080970401554,0.648449739612362,0.5099923248047122,-0.32953646759590466,-0.42765431393232567,-0.2248744238061895,0.472437924709021,0.15552068843036193,-0.8181827090656312,0.8139723842617337,-0.9923834614069013,-0.9176600026439921,-0.4435974834901702,-0.7680880931733022,0.8558380429572701,-0.9864794339483877,-1.201699374978504,0.3562353892894823,-0.7930603829053915,-0.7941236598141918,0.5601862455105824,0.24103798672546756,-0.5246046615485069,-0.9734298396088972,0.9494347692728177,0.810650764754473,0.5200710680901663,0.935996769721184,0.9326965693777424],[-1.8109098058724944,-0.12825409965575416,0.42894175501163384,-1.1630245259846321,-0.037450133807744874,-0.7749344569903934,0.35138345599707926,0.31231719502169336,-0.4953199144887374,-1.345583377534411,0.21179341381174488,0.7188094492371697,0.5208068143386198,-2.4528646561384635,0.022104483820085105,0.8658219281079558,-0.4522078027072729,0.9230382379159163,0.1690937958369676,-0.40376551956180146,-1.0456905989230678,0.8398145342470169,0.891655908539843,-0.220177665095863,0.39886499343436166,-1.1078605327834934,-0.22658214776245375,-0.7291669617540301,-0.6293737279593898,0.38612613341152824,0.4653347562653679,-1.1138279179036474,-0.36468112238639866,-0.04240133303611929,0.6510728543363714,-0.25197824234291255,-0.06180522923463914,-1.3096707406209858,-1.8253171123726812,-0.39807770512991014,0.38241031537566844,0.918009086094015,-0.7528404752919274,-0.9904157783837639,-0.44489794110697234,-0.5164276475246595,0.787299843878613,-0.6833428770654638,-0.027863395010418884,0.2355945968733869],[0.9784170718427395,-0.8936870374944985,0.3698100173974216,0.43247387853050634,-0.8848968293533164,0.8339879431004276,0.4573037994720813,0.6677381364165949,-0.9671600342946707,0.0573499445679121,0.8897675963369918,-0.3170203764330095,-0.23984998354078124,0.6005277638144647,-0.2540413751540367,0.9209277879607934,0.34823658229063287,-0.08531204047148774,-0.47776221540826724,-0.6023922529582774,-0.9946516707142593,1.206129503254995,0.5405376705559681,0.6641911828078888,-0.05217825240568869,0.8192306652080947,-0.7791087456483279,0.415386172802198,0.8547971533270274,-0.5101954840159988,0.7523296085207165,0.2695186120669184,-0.5115202713633861,0.09637950608276273,0.6118674916257462,-0.47878086664288105,-0.6597362461575579,-0.4205166419384697,-0.6833833741525327,1.000365821277186,-0.7728717020667945,-0.2203325604862533,0.13417916126352747,-0.5571750861919826,0.3606784145893906,-0.7646929067530239,0.5048902895802054,-0.5750523606737911,-0.6519603938115363,-0.614006247290717],[-1.5933180709230816,-1.7208368586469445,0.18434438910507073,-2.4430128597968817,-0.37398803554596405,-0.7076961018391841,-1.8499498031243764,-1.6458247691948786,-1.0744180394105438,-2.2894467274104504,0.3222394564968449,-1.2012780706481365,-1.9212582538545182,-2.3455116357949857,-0.9835151595788615,0.19616160936802457,-0.12128603655119025,0.60970337773254,-0.49688302388400507,-1.1382792719572428,-2.056259404485747,-0.004995643096423333,0.10673805561537468,0.45259233532836574,0.028363723203760186,-0.982252536042932,-0.22416037838007885,1.2272306736281116,-1.795453257506987,-0.9033056567113947,-2.349692198242731,-1.0460913867480701,0.23397757621082974,0.008984371683770361,-0.15764556916009778,0.5595202062919465,-0.022254539461201518,-3.279660960143159,-2.416122787012738,0.43875598952329997,0.08571765091487943,-0.820467787782611,0.5343842180291208,-1.5838579160718727,-0.7985634214799073,-1.3372599764785233,0.8853433686069561,0.4487963295468727,0.5459566585148279,0.9471231681642084],[1.5030323469953257,0.4756888827239769,0.7072080598342922,0.5055014937258291,0.0731695444751625,0.589087904713833,-0.22829401228191495,0.23165042139094774,1.6693160564349792,1.395321181849533,0.7687627691702916,0.20276139734462093,0.9219712553103929,0.9101248512748311,0.984880522967025,0.19769239109977338,0.7824367033382544,-0.11628909473633775,1.3090718504798786,0.6954961390265157,-0.9274073419383833,0.7457809661411328,0.8734477416081566,-0.7465468421151301,-0.6427209085511192,-1.4412024002067085,-1.346926642729035,0.14451341852745866,0.6413820209976027,-0.24097077900328143,-0.6432802040486485,1.7000059871432043,0.22322165297282648,-1.2009777331688105,0.06899661604792046,0.35423355799834527,-1.2728931542023048,-2.263838393494462,-0.6212435575614245,-0.3226966524300715,0.4094579958214686,-0.30426302849903747,-0.9278052545292662,0.815398373553168,-0.04552262786381237,1.0333996483428822,-0.13162918128397177,-1.3090219129633895,1.2811597553178613,-0.4503295876114305],[-0.19854714528584902,-0.578343121264901,-0.09448520256258947,-0.15499639033978693,1.108183406432413,-0.02541395826794872,0.558202205666269,0.28387744975350415,0.17538023703259092,1.0549338910320578,-0.1025387205520766,-0.24619441721337212,-0.7092925953191352,-0.20389849423212117,-0.8339726883883573,0.9168132148237257,0.22647836295555415,0.3610669249496803,1.0381382268226216,-0.6830371385147233,-0.8923038397392477,0.14278656943564214,-0.4548616087222169,0.4682966476835506,0.9639375141199812,0.2836903649902094,-0.25905693193032686,-0.016507684474025605,-0.7505700952025256,0.9278917068792072,-0.22807708639162055,0.13079695176028172,0.4163453487302042,0.6230852594135989,-0.2860779892544936,0.03952851993362078,0.17327311790331462,0.19054541593583674,0.9859987123061652,-0.05055606029394945,-0.40092918838471586,-0.08695276252698557,-0.7058860641932124,-0.13038907150565196,-1.5504817315945272,-0.5423329519112677,-1.0383510112481207,0.13534445587793478,-0.7218090173987068,-0.29442665539429475],[-5.361793796058437,0.9792440469362917,-0.36061659793664735,-1.1770248582896576,0.7227384205356904,-0.814836676406776,-5.9018101883373415,1.0860213836053092,0.7193238256320994,-1.7418279286629013,-1.615972439171605,1.03400542354864,-0.6427912334477844,1.2934564993873316,0.1875954511425416,0.7354375551363771,-1.3531540409234515,-4.229607907127747,-1.4829874378760721,-1.1712784033748709,0.042076335056679355,-0.8242690069285362,-0.5029165355270565,-0.8847803236893222,-0.40225333925709994,2.0765274047878215,-0.4314489426181541,-0.8570151896014822,0.8874324331506817,-2.23286812798573,1.5355094260480175,0.8639043213203249,0.5674989541866894,1.2238103119034862,1.0949598749537788,-0.27150489067882044,1.4613191070550184,0.8867015079242981,-1.4258382824694316,1.1596650647998399,0.5497894898807567,0.3005549646974116,0.7886629521113809,-1.2739111101932268,-0.7567339186259611,-0.36697632556599347,-1.3304166014539052,0.5608731616664417,-4.318450603995822,0.36794245230116124],[-0.49601595823845296,-0.42243720906033544,0.3179734265639894,-1.8447095270665625,0.13394725226841814,1.246747534124938,1.0015460573245187,-1.2276941007409785,-0.29908898408308904,0.5669238843184514,0.7491070772509865,-1.1560324562891675,-0.04373663877771904,0.6952803511037001,0.4496804323170487,-1.9644314267278615,-0.4447438278843388,-0.33322215635297303,0.49982221822287715,0.6108549731612888,0.7879717120302278,-0.6379847179940941,-0.2780909742735706,0.5011040691143799,0.3316888746998185,-0.6697895183247198,0.9611571844987841,0.6890059361563168,-0.7993275599763241,-1.3798830119655159,-0.09781813310332395,0.4613810944434621,0.4869763645593573,-1.796448372125463,0.9766519937875586,0.3149248719652267,-0.6323288016737328,-0.8232041292074217,0.22356400013568672,0.7052272652713919,0.23983052626942178,-0.07461994917579881,-0.34714023200362937,-1.055097219719239,-1.1298646473485978,0.4315131113482176,-1.0165841964424025,-0.5316764041448483,-0.4906472413852427,-0.23676936943222687],[-0.9825957186468565,0.4746405152272682,-0.7738265597505184,-0.4889774692340347,0.9429362488835029,-0.10352631422472426,0.3397220682021252,0.8464308849298146,-0.4264873286045989,-0.04039206332340199,-0.7016201084713314,-0.22326410822230136,0.0956812345963804,-1.1995442078408372,-0.12001835860721802,-0.6344887993446955,0.1258899277212734,-0.9350002308347655,-0.09016482440475075,0.08911400343232212,-0.17937025790395114,-0.20495004526582442,-0.7259439992638385,0.8384671325998948,0.30874707044398375,0.006104612517689389,0.5660643006067447,0.2496847357483085,0.18309671122885812,0.8321571408310897,0.4208881094384694,0.2269175744730011,0.605913584147673,0.8117630291245638,0.3707316340029383,0.3007746973174926,-0.7262886478105007,-0.5412987366964074,0.02509616406554879,0.6794896969374151,-0.17704109449672092,-0.46319249082986613,-0.08596742750572567,-0.34419478603247833,-1.077120679486266,-0.8327759809847057,0.19878841914224288,0.06986847385569891,0.4618216291131019,0.08633559636755612],[-0.09000049176160516,0.3040693499036124,0.35414635413954637,0.4001078382775689,0.9684527187830027,-0.4207931191172983,-0.4129018104953108,-1.393389426331365,0.34182777628975014,1.380860091893259,2.174426539652461,-0.3323319841871419,0.801667783004562,2.253453175295638,0.775951692961746,1.1904392026741497,1.5647524220487388,0.4823751157043123,1.7390902199966176,-0.04770725155531447,0.3215438444804006,-0.24875174636404557,0.18597609620862784,-2.3567886495458574,-0.3917618925018404,-0.7611419159651945,-1.3089537915657052,-2.017126410323054,1.1374532218477025,-0.4010533085169943,-1.3338012793838179,1.7535433231990898,1.091434441820664,-0.12813259620538134,1.000179855604407,0.19172525744095759,-0.7408273913802627,-0.8334930237168254,-1.1772230425686905,-0.03527355102945125,-0.6406678244623354,-0.501953148521983,-0.11768929855045543,0.16699963359000686,-0.41564960014338115,0.8077004748196456,-0.008204133794188486,-2.26531232087585,0.4938746447714699,0.46824328933368586],[-1.6294756543603819,0.9892303742724956,0.4926387196190641,-0.13597115105460625,0.1927174822620174,0.16545894750191326,0.7889485800456482,0.9256453096425294,0.48823999996252826,0.7238233010901103,-0.8926961097643981,0.791936652642771,-0.8089089393081145,-0.4014865818568709,-2.292172258926297,-1.3009697354460217,0.7544991903788539,0.2751805349229284,0.3181426636443289,0.4570898928329906,0.5464517435322113,-0.6135236265614502,2.0178142758312556,-0.38668545860476916,-1.239528218697126,0.9316143425507577,0.7853462144168617,-0.21462123885293838,-0.03885298336796377,-0.008877997279577082,-0.05762090034227792,0.49163821021173354,-2.066490703637165,0.4684354318658804,-3.2025972255254533,0.535382490459805,-2.2274042533122067,0.23904342741476858,0.04248464267380365,0.19308731232165616,-2.491814262738899,0.6116576779902851,0.18273036184921582,0.22331737235896884,0.8072213278570924,-1.3870458328481132,-0.5885800142031439,0.33991642128317606,0.47394186776473596,-0.16351665995419445],[0.9552049233111409,0.4015386628862549,-0.7234284985872262,-0.8081006142131507,-0.3568245478910226,-0.4559030442767455,1.3071085227843102,1.9307381512552118,-1.65862017221775,1.3939158023039049,-1.0938530455758817,-2.00725955081917,-0.45254620680500823,-0.2830318966012773,0.7734923161035021,-4.177641526704089,-1.0580599663287038,0.6420765582983475,-1.1285165074244812,-0.13772067359607323,2.0027312914324935,0.4920117637505135,-0.1648046469066494,0.7279013313748546,0.7222440002504092,-1.4172938408077254,-0.3887064104203229,0.3503345564462624,0.45965970156919533,0.35195152282398784,-0.2867602968872207,1.062704616024584,0.9409849772851855,1.4611791748733332,-2.4427103679647275,0.3915358905277877,0.4807681316634124,-2.179932110357538,1.5071005816330838,0.34516860794099996,-2.634928704241821,0.03468115931923641,-2.475193090068445,-0.9117870369432822,-0.5880097308499356,-0.21778939719688722,0.46378330346590496,-3.316036881931303,-2.2835597146527213,-1.060154417814453],[-0.6005266540692447,-0.8007673516752896,-0.7116374770725812,-0.38688584819804306,0.38673739714646777,-0.08673104943877491,0.12790291488596212,-0.5505075027730862,0.22615278199561928,-0.8726063539907456,-0.2557895631617085,-0.22258531390135997,1.0848342433537845,-0.332667913187315,0.37307659747215705,0.5421490733036025,-0.7117360955290826,-0.3851310022423571,-0.900525131047294,0.48438358084046396,-0.4677954528720031,0.6327033241129931,0.5381768313806218,-0.7416851556225654,-0.4157839841885168,0.8746774498141903,0.7906710666041548,0.9636789251351722,-0.46573863752824796,0.39139758657057916,0.5747780044142877,-1.0389828421429996,0.9561978334047123,-0.24300873614805477,0.859634801636861,0.9322897262453842,-0.41067916967892654,-0.9997348435765765,-1.0088589103778425,-0.46927078558808655,0.3238567818925848,0.5838016794773812,0.5146167470318158,-1.1812552934698701,-0.7917682077360638,-1.9427786003128904,-0.4983617419270618,0.8039095173787885,0.7415049529357925,0.4713141122273236],[-0.41683180767602857,-0.15251142826938416,0.9879960350131773,-0.8291533202599752,-0.03333885273988606,0.545692620843861,-0.34966424184075207,-0.6381400337416167,-0.1614253828242839,-0.4612445592106633,0.8954651923200825,0.331705275692076,-0.43932704318880883,-0.3251472915698762,0.658068115734763,-0.40206389961267786,-0.2096356224276708,-0.11092473261895719,-0.012039395008487695,0.47062457029607196,-0.06909142569521232,0.4970518623053149,-0.7830462402762269,-0.2250359421001309,0.32230595251209254,-0.49485249693228267,-0.34208998515638306,-0.7623106924761672,-0.41618601134561817,0.09147254941298645,-0.7200804345268327,0.5922208334408529,0.04125216321897406,-1.4301884821166329,-0.21002031250996003,0.1772174347793092,0.5143577354150979,-0.894207686351082,-0.261261285451714,0.45411484332163493,0.004749400256990609,-0.021785692796971328,-0.4593846403820121,0.43321340276568193,0.02143713812960449,0.640235448455736,-0.7698068525677703,0.7286013387600297,-0.003066439051571288,0.6086562331368394],[0.6782117139808249,-1.6667221846276334,-0.07076511489845952,-0.17854267944896773,0.4289784218368242,-0.5924240651096179,-0.26819528322122554,0.3236116871492026,0.8153553825890958,0.7411633906032429,0.9459838305725383,0.43086012578470534,0.616715765008769,-0.8081478024620141,-0.48502832755882863,-0.3391735332416876,0.8178784167696449,-0.8835325932601418,-1.1711085786631592,0.7522848777449124,-0.00327458786888633,-0.3898564087845851,0.21097305426918156,0.6310366733917636,-1.6259056738282702,0.7025131283453185,1.0172908508884086,0.38688218404775665,-0.4379628223143426,-0.5227183473125744,-0.5646398315193311,0.9121684064481246,0.17586129951999738,-0.978280058175894,0.9369985586577723,0.13448373430428628,0.7666155097050208,0.5815533939417128,-0.3727191535392365,-0.9065353340812546,-0.22343925887087945,0.595464538196774,-0.6228679707442657,0.7275590789509735,0.9425691001833257,-1.0854658407109967,-1.3965744788163768,-0.03026026387479416,-0.36547466494454056,0.3578500645629454],[-0.4261382648273868,-0.48809076261317486,0.1494227703654965,-0.6840311957290905,0.5812085295057847,0.7101420018364426,0.788275373835015,-0.08953723838574561,0.9381047995982846,-0.2722164563014111,0.8557075361497359,-0.0798995371484197,-0.28686636664057213,-0.5313982641572309,-0.0019516231351930438,-0.09569881903562712,0.24969167058162137,-0.019938687460721163,-0.010727152958249615,0.3144243025750592,0.08002577586677717,-0.4291670314013952,0.5626691044054354,0.4534705941923138,0.4860662003137709,-0.8847543419378721,0.5133159677972194,-0.63813101360303,-0.036778101284113504,-1.7191104689720789,-0.20775618110962482,-0.4621498173698146,-0.41113394735028463,-1.263515083798976,-0.06788498417507649,-0.21621122882316568,-1.269305754062833,-1.3728191383974133,-0.21790366193043934,-0.5219366641185954,0.9705975460487627,-0.5394412123855244,0.08103098101540045,-1.0685892569770963,-0.8333570243262165,0.9691036176642037,0.6455427989097825,-0.7489834334902872,-0.27468197608254674,0.41798758097548305],[-0.4808502331707548,0.33212726905205425,1.1336816458869436,-0.8453717323531644,-0.21317273459645472,-0.04147129376616592,-0.002171937488373575,0.8595799670068194,-1.81248222478036,-0.8282341022915038,2.2466083138992987,0.4278566836606372,-1.4857827499958456,0.8380079559932946,0.19229483016014529,-0.14837710397326506,0.6003875977839501,2.0354575368179377,-0.6880133180016549,0.6877101224835497,0.4681747971667126,-1.76711823116495,1.0189711736449047,-3.597645125162419,-0.08300732951124114,1.2403596376505794,0.11419798230035594,-1.1551137242490757,-1.0563069755280603,-0.2532190311622425,-3.0915541760677456,0.28395256928036666,1.2109271062359486,-1.7828526309097756,0.2827338405074494,-1.3410611721380923,0.9599585550938065,0.07567267989317467,0.5863228140773004,-0.12176637030971856,0.06274285266463789,-0.15761882289972012,-1.3854726921045522,-0.5456053917593662,0.17039444720570748,0.7502720651288668,-0.23841687389330546,0.043339586532525544,-0.3339286143426931,-0.1554762909745556],[0.1588483666011476,-0.15177164071932742,-0.8541350351368732,-0.06954482318059918,-0.5066604851829544,-0.029411315478828467,-1.27869081748575,0.3257047741987411,0.516580431441062,-0.5439779347182312,0.7209801330671257,0.021916436997081717,0.609847613386396,-1.3723676274435748,-1.2600732588023495,-0.8161194193174586,0.7857074885028096,-0.2816517921605041,-0.7097474140420387,0.7984260041961255,0.9536627093425323,0.5315474986060026,0.4726846800977925,-0.4145608128504021,-0.019635054793698457,-0.7868270888363924,0.39982260586936763,0.6026267244522499,-0.36611482618697627,0.6122773958187652,0.6234513072732243,-0.3709612228833284,0.18438193971775887,0.04276591025555359,1.0353366006893925,-0.6436045793585122,0.5477761626521467,-0.7163504813468385,-0.21798839739499667,1.070020461582559,0.8227543608940312,-0.27287924991987617,-0.3884957670364824,-0.4937166845305704,-0.6748004858009229,0.4420795272135558,-0.954291049863779,0.8544327357988454,0.014223805789482982,-1.4637703798342931],[-1.6829944349447445,-0.18925226078377583,-0.2973945124829197,-0.790358932769583,0.9289952764856818,0.09925922586321262,-0.15609083529914947,-0.7999195528372985,0.9712666385098363,-1.2231892781466256,0.3371595514801835,-0.6696761438144849,-0.33589730656499867,0.8570960492758289,0.200449035493986,0.169978147944749,0.6744859610454494,-0.4592729390439707,0.3356119111918447,-0.02993032590899087,-0.2501383794869573,-0.46641618980981514,-0.18933445502368046,0.06992364311164419,0.3028290878337643,0.07278037734916176,-0.2860629455440583,-0.7324694048774061,0.7874937497686458,-0.5153244319762914,0.24341033534218837,0.43276383230916565,1.0710812854845155,0.9311656908939374,0.7119412231487429,-0.5323442135991489,0.41202336038016957,0.47764099473226207,0.8177590038876759,0.7496143939557164,-0.46813226960230253,-0.059512804809868036,0.6989898698207596,-0.21769050936355513,-0.1712545077757363,-0.3051680526730491,0.740044037108202,-0.05752602135843629,-1.080576917714828,1.1116503949337986],[0.09055110126319738,-0.05447753783793388,0.2775988294462694,-3.7856436906619675,-0.6886473388680805,0.5695348451036882,1.7156649823877481,1.1156073036349603,1.2939263106921757,-2.439112919269257,-1.2492206693843861,0.8121323127794242,0.31125259386264453,0.20540761018886136,0.18292721201723336,-0.9351138720881448,-0.367055627886893,0.055413012150724625,-1.597185086254611,-1.1273422563568496,1.502450221896371,-1.3467575903698155,0.2289272962146769,1.5045145586221005,0.32117353525418907,1.8075675399502158,-0.6835666789986039,0.8000724888090834,-0.13045734455151597,0.3777737480415228,-0.15062311618766527,-2.0870876599303925,0.8443055307172751,0.699188545835418,0.007969889079206597,-1.143653638544386,-3.690737747579449,-1.8678634747136162,-0.5768139390535284,-1.4607191448860206,-0.18408026950706555,-0.8792201095616079,-1.4900755534048618,-2.827300772655765,0.40874029169409726,-0.6881609069608468,1.5012596919797394,1.138402471328732,-0.47037041474809177,-0.2537508435635944],[0.854569126081126,-0.1190022249175874,0.4522454128431839,-0.6307301592814833,-0.25117654717737786,0.9297259417502453,-1.3177442499451661,-0.5583453174551006,-0.42806254584725706,0.03234282176564505,0.5140638892993473,-0.37584625662646287,-1.2274260037955376,0.8152347017834439,-0.12184895707073067,-0.14102768149835182,-0.33073859506293657,0.4983645291107116,0.47495671100003845,-0.2013013876919459,-0.21699988584091073,-1.5602737920253202,1.044604925897327,0.5784681828464536,-0.39060057865964504,-1.0220207561043393,-0.10349440727530759,-0.36712209857232253,1.38768398370742,-0.32163934252790727,-0.11708552616518124,-0.07338153895877085,0.5929326148091488,-0.49408042597197016,-0.5790195067376044,-0.9740773744718104,-1.9189406318388609,-1.8504425948866827,-0.46034778400948306,-0.3178082453855456,0.051265043284936286,-1.2102380186863966,-0.07018236944789766,0.557582953915035,-1.2157553634750202,-0.49251374233522344,0.1404649191769829,-0.7987471318498601,-0.2343705183014586,-2.132572657422684],[-0.12345575602409385,0.2924690990222455,-0.9666878083005674,-0.4903849445929692,0.8799481658845496,-0.2047952750777264,-0.4831594186553947,0.41044805897070086,-0.6667282912003318,0.8866662018013508,0.671175374405505,-0.05048525852430269,-0.014943773449256516,-0.01034693561566989,-0.7480111359857772,-2.0095319263642932,0.8467784247133175,-0.8822528633940189,-0.2722886103822016,-0.005822275803124262,-0.653089930384573,-0.6885178285160853,0.1588972094050543,-0.8311627423005991,-0.5613610830503318,0.5307383907081469,-0.41645156366313996,0.8208948762016425,-0.9055338568478526,0.7091446822939724,0.9824083917171343,-0.073624053579668,-1.1697349412642255,-0.4754958370763369,-0.3903500265007251,0.4908799257876526,-1.807814281702898,-0.31097293415417826,0.7513111002846701,-0.17300585287897208,-0.5992431486506216,-0.903642254034378,0.4088216500159343,-0.8073820622656835,-0.7327581294456841,-1.8452623440652058,0.7769253945418282,-0.17314262105086156,-0.6937886190548587,-1.1409005172413034],[-0.43976024754374826,0.48038055842096633,0.14223299920084428,0.45783963086623397,0.6999635789388033,-0.8935785136158239,0.35681774758886514,-1.8264717859009207,-1.1758739136293797,1.2581485546709572,-0.4467225498460967,-0.17921536168326754,-0.048153463008854876,-0.7087031909378957,-0.7317032356781986,1.3681869179820463,-1.360842655341035,0.7929713870480446,-2.1662771132967307,0.16878178768455593,-1.390952298804079,-0.520392729350634,-0.647466188668508,-1.78262735628864,-0.350352072471604,0.41905256556835435,-0.005981175327750288,-0.8290986535247672,-2.291054879012186,-0.5300731964576668,0.8584049328117134,1.8124942779673927,0.05044986730054683,-0.5618243983359459,0.09084641232096327,0.674960839166366,-0.31162955761070954,-0.1436806876056014,0.14280232629078526,-0.39244695691158643,0.9748594289860137,-0.4641981107443665,0.17809505788434815,-0.648343754418283,0.8823186009907366,0.8428134205223874,-1.5076617958992065,0.4278947923491198,0.8922707942117135,-0.6822911742759303],[1.2461636781620629,-0.989970671287098,-1.585901625282496,-0.2619338754967962,-0.10484062000399551,1.2242223916901491,-2.769869683797083,2.154507469815058,-1.082933183253008,2.6314744672040513,-4.499467796510551,-1.133188095253186,-3.615729992460825,-2.437390560913662,-0.1926175445472426,-0.8818528240382612,-1.0674833177312022,-4.041983110592874,0.3818310787179675,-2.0249059167378367,-0.37359894746464317,-2.374195517835772,-3.8044238813732467,-3.0129946333207793,-1.7397799464559849,-2.241213828446497,-0.9927642077076444,0.5340464959389756,-2.4351340301722986,0.7198504721901684,-0.6758102425287547,1.3753308829163544,-3.400775381219825,-0.6411719606036502,0.7331039091239396,-0.7452898677460713,-0.9701944700583772,-0.730427583673798,-1.1551132300994618,-1.8651836452415969,-0.13424239829167986,-5.842781640292753,0.3486908143617584,0.7861028804554343,-1.5018823735679951,0.5102319967061701,-1.1207108808571058,-4.273289128815971,-2.7742391376389186,2.266307107538798],[-0.28637837365823654,-0.8663628735138005,-0.7365977690033568,0.17924710382715023,-0.6998687689240407,0.4787763910377104,-0.7760879001977604,-1.1002249195236524,0.1679471615915566,1.6483776180312293,0.17301316125959176,0.3222735396450323,-0.7184663992140553,-0.1850192528469667,0.13664140066163613,0.5174816681261261,-0.07586140426393345,0.6229755161101558,-1.5469624450131283,1.1420068552112173,-3.0262017455141392,-1.2605360180870684,0.4985529544628589,-1.5282910689868563,0.06733190088112273,0.3596878571517075,-0.42438885690339245,0.4361695303342479,-2.448532518759051,-0.6186853094951774,1.1295088409284892,-0.053273693486328697,-0.6690101105643899,-1.795854883225004,0.870743059307172,-0.7220172164230367,-0.8291883376837926,-0.32221213838337764,0.1704161853434198,-0.446945802823715,0.5887984591101336,0.8724545679861911,0.05464634030540444,-1.054887859745984,0.37735726551921556,-0.2738107886735872,-2.82954213225098,-0.5962523466620446,0.652826644001641,-0.654235875938626],[0.5491679966832135,0.649013856712149,-0.9631952687108076,-1.618868085206256,-0.9805004735692432,0.7808080036837274,1.0458045805331269,-0.7812485749829848,0.29860411616355215,-2.0218638895140577,-1.2584198417085957,-0.0726238529936203,-0.34000217621637924,1.0953844252443334,-0.059700965223348536,-0.21756652407478677,-0.8830328883972935,-0.16629464093318264,1.521100398308819,-1.300545096719729,-2.6268401661256293,0.8787458883002721,-0.8657049644311307,-2.2081652934464153,0.8951137936636967,0.4076258729619387,1.0910779627908227,0.5086959508584452,0.5068312960258414,-0.2472194093188971,-1.6873129621708838,-0.009582444150035105,1.057259336872811,-1.923660421462383,-0.2968212020377348,0.7722888308324213,-2.2799953521525405,1.1276839734090653,-0.46600928814470916,0.7152055185893,-1.6402401220631309,-0.31154921689130993,-0.89841439474446,0.22339873610451239,-0.0366852034804262,0.016049005610590392,-0.36858112190967474,-1.135418286852678,-0.41610643668146186,-1.467831631125797],[0.8074455074910452,-0.32662933363039665,-0.6315047110527771,-0.5085118275111263,-0.11344609583190027,-0.523503379811027,-0.9796295320205591,-0.8481256412535713,-0.45715889928304226,0.13172866394136135,0.39827357976239314,-1.6593493718459704,0.15185806844995847,0.4353662318577674,0.23197544704091885,-0.25527900686293825,0.18342367016189123,-0.19219363561510355,0.5866176233361304,-0.25739277717061504,-0.531183242612376,0.6786752785995628,0.3295896162629352,0.37671020651126935,0.4818338930842096,-0.35304806936294725,0.7262535122752001,0.011279991294968988,-0.5521544416374077,0.06380672294658725,-0.28957736428612785,-0.7619165178405046,0.6123633717389745,0.4955418295000046,-0.7407766050619488,0.9080275671586727,0.008766747580899065,0.16624004635433667,-1.1768366242012662,0.3723820275024593,-0.8584586288322552,-0.8945659068419132,-0.7749138815308383,-0.8240949076401749,0.32082857591263075,0.3551368006395792,-1.2326769666319872,0.4052609414495007,0.17096113471540778,0.013949133879629944],[-0.49952214258099414,-1.4021306145108614,-0.4523226340300793,1.0573248758646132,1.9017764334262195,-0.5832105465349627,1.6691139221238125,0.916314878735871,2.0624077648544166,1.1567566017555457,-1.3562267314652021,0.8394207973339314,-1.9177224844014886,1.204823353473548,-0.9025449403329886,0.16312670496678044,-1.1412752464583171,0.8289636789867991,0.9152038188898972,-1.548661656710621,1.0450900038308282,-0.29209048022514034,1.0132206170082136,0.8359694573519653,-0.5514926812425027,-0.7120959246227022,-0.13900180558539477,-0.27115056744399973,-0.7825240767650079,0.3553820532524788,1.4252567641800107,-0.8260039266535388,1.6164990087566262,1.6024328676767094,-0.2787106253870016,-1.9278652669452132,1.3073273453644298,0.3904593406292329,-1.3481297315666378,0.0217666962376019,-0.1608012618875711,0.5126699544843086,-0.2544732494233227,-0.6393476627636517,0.19396439645998168,-1.8299219098555637,0.7037244743167095,1.4874345703276906,0.07234002180702999,1.3747474359569656],[-3.0089704475717025,0.38477877615788414,0.01591111281490072,0.38208605957362474,0.44881171706438483,-0.6094821737214908,-2.5531294127810815,-1.3700124791952752,-1.2699890237794207,-1.4533888255450174,2.3394498575017995,-2.1751842551035088,-0.9802537908273031,-0.7035550134941224,-1.4913441748884078,0.9461900649164284,-1.1667758668539774,0.7728346464925905,-0.3424285350427056,0.9067304369401509,-0.7365729295722312,-0.2789464321264835,-0.568724332784048,-0.41043105084026565,0.7514224906347555,-0.8597318804946161,0.6456333700961738,0.700957824934459,0.16599089550712928,-0.3421405854687258,-2.42991324146167,2.052983742465653,2.3460161101611705,0.11270857012531096,-0.20161769914106212,0.9288006567311508,0.8329320583689112,-0.21514446822343197,1.1217753851617613,-0.9522596683471264,-1.2008448504954183,1.818310894398555,-0.35367642871625377,-0.40431776242433476,-0.6404978551285349,-0.7691441669628917,0.11616686073101357,0.48895798277673796,0.7211597495232615,0.5415968768001833],[-1.5621143415234746,-0.8016923375780087,-0.30459589230414685,-0.23824789692411896,0.1261531481835533,-0.41669234863842397,0.7950479505731098,-0.25311068177128965,0.32652293459431087,0.13227176961543197,-0.6344126669295723,-0.24660202666852057,-0.4097298933811257,0.03856888310642543,0.03047178520601999,0.4869759074119772,1.4741285404263569,-1.8040473142385645,0.2623584541492589,0.4928032738547978,0.6449636707300821,0.852103629608637,-0.36518032773777687,1.7136785049825003,0.5904565016926278,-0.7524163269561079,-0.45442946192515876,-0.5182910508313342,1.2880508585121593,0.669949828377707,0.3103096138608096,-0.7365003258745362,-0.6654686151925235,-0.21929511362292928,-0.3333228791854846,0.13978017556646583,0.5750792517572584,-0.6808727717049398,-0.2859459291912849,-1.0429989663292523,-1.5566059686287241,-0.4786878473474975,-0.9207348194535401,0.6357217005154746,-0.26968166392994364,-0.7633730298618724,-0.15281581828781973,-0.7939324412405724,-0.03568130051874837,-0.22750063911498616],[-2.23843489938496,0.3511785644537743,-0.3811028144945632,-1.2061760354395472,-0.48278739639080676,-0.19847970164591255,-4.793212439230409,-3.3648950025136584,-2.4812699693030846,-4.080986109972305,-6.613859170598235,-0.37318664302018456,-0.3596386565804812,-2.2679264960424703,-0.6638859306662739,-1.8237341984771172,-2.897301378283534,-2.5813938849769693,-3.86595801150776,-2.655493122336371,-1.5937935548573041,-0.3940275530714932,-0.8158178276182408,-3.7191506805675267,1.4010650914125968,-2.718499291567913,0.26550280668047177,0.6263305449982957,-1.5906271096556224,1.146396846286821,-2.871306747737341,-4.589309245647389,-1.319184769213553,-3.3538782751938148,-0.37386987876791133,-0.6855546173546319,-2.1727483427570964,-2.73954255918522,-0.536778843562061,-1.1279498059337971,-5.325306921709905,-0.7159008533302434,-1.8899003097482774,0.5028903638361069,-0.07267357558040874,-1.0105015729471547,-5.02624941075089,-1.8265397787528717,-3.5833725988688596,-0.8774443107501243],[-1.314643626698149,0.4163465264423308,0.27537819978456274,-0.7269155132363035,0.029072115240559984,-0.7289062132929482,-0.16815383877039225,0.5773276391134836,-1.5803264706840854,-0.9106215153328572,-1.6709945816353238,0.47408311538967285,-3.9384682144239895,-0.16766816937948015,-1.1337737139962791,1.1522902094343292,-1.2086949986462674,-0.8593654000081593,-1.3700614530214255,0.44519474439931916,-1.3550114603857397,1.0962640991565913,-1.7993585564184729,0.20630663489260173,-0.4854085433576269,-1.5580528696281581,0.6401709208031723,0.173897477009744,-2.2604419874011468,-0.12807672437548379,0.907031090106248,0.7689671244150615,-1.3661259500219194,-2.3919876496557513,0.0007003307632950821,0.9774269696795663,0.6639980658640281,-1.5558931541812466,0.04216649795405191,-0.9915212318997895,-2.7104868775894855,-1.310653222497269,-0.0005355780117716113,-0.39740907992824553,0.8593694918752625,0.5986792157457405,-2.2064076494466334,-2.388379651130359,0.6936280925235154,0.1484966884078194]],[[0.5739688741364783,-0.6867980160352192,0.23102607387530166,0.05776040340864753,-1.7829418971600033,0.5653777936455504,-0.11701915592133541,-0.6489962068939054,-0.6815736457440114,1.3184962873812112,-0.46306273939344933,1.3337465684859418,-1.466554103691943,-0.8864157590793986,-2.0242709810038844,-1.4270293663868807,-1.5302472664446696,-0.627120212330002,-0.9131102875738613,-0.2205967595639971,-0.5864881318865663,-1.43542294217135,-0.02673568089325747,1.0104568470637276,-0.07191383494720345,1.0536749392269262,-1.476859848258628,-0.06511777325810596,-2.079893954295325,-0.6164895665388204,-2.603074177315425,-0.16614875380102004,-2.6382573101169577],[-0.28214032999925875,-0.34393677958080526,-1.2705907159431935,-1.52187609559472,-0.15391491020170897,-0.5211453042339659,0.41730918761785135,-0.5119994416945818,-0.5623669586476383,-2.5658908434412697,-0.14038418322271082,-3.586980824314445,-0.18879109580882295,0.21230448144690792,-1.9569595346287547,-1.9091179082090577,-1.3253847070069105,-0.3950728904037721,-1.0010815942603084,0.1684253665744078,-0.04546908628843701,-1.9607912747815741,-0.8737347656529314,-0.11245813147872274,-0.6303263784627077,-0.25310393700605144,-0.47897206043766244,-0.7004954361775825,-1.7709335834165163,-0.11596120826273859,0.009374000713253741,0.6792948884531795,0.5058477811677821],[-1.5169101830981735,-2.3762272928595873,-1.7385914876443702,-1.1362596183051006,-1.2097292726064084,-0.29204043289807785,-1.400550445989992,-2.693333183955772,-1.786736740114003,-0.8671216861233438,-0.4830632148062219,-0.34656690180132205,-2.1607632106567243,-0.3967582456948531,0.8318315425651528,-1.700121324671138,-2.1549698924563447,-1.612536828384999,-1.337576185969576,-0.4367548647910838,-0.13810449499369876,0.5100835854354776,0.6721878804708278,-1.2246500323296168,-0.24867716928978795,-0.16200391264352662,0.27565185796329583,0.18535912156141177,-1.2676167309010204,-0.218050030663192,-0.6399619215391039,-0.27968293929868054,1.078868914650326],[-1.0542741750375406,0.02334151735899576,-0.3025547985538978,0.08857701065018493,0.684948614312499,0.0432398604140243,0.06799669177920278,0.7137217144706709,-1.747375254792481,-2.5679950202188526,-0.4512986262836954,-0.8874065754236965,0.1616813536627498,-0.722995205564772,0.2951073977069128,-1.4916511609244647,-0.12374763822077628,-0.25343622916107383,-0.265476841215763,-0.7316731896140732,0.06576848990568535,-0.7763864930302382,-1.2944540585134297,-0.6356160619350744,0.8142683450134243,-0.7978743235205342,-1.9409492846199004,-0.01200292032033795,-2.226144238604234,-0.6911293763355546,-1.2437619356045662,-2.53123512352423,0.08608846062055345],[-1.7399583936390153,-0.9775825088422538,-0.5009665273515523,0.43753361131270463,-1.3227409363609708,-0.6594248746859104,-0.37076329348094833,0.11885447233032288,-1.5161442058372034,-0.6852672891797521,-0.6408238163284276,0.5187081671589544,-1.3846686423038987,-0.8112315893812382,0.8230487196713057,-1.1996660053420725,-0.7219111239687911,-3.0729953647732526,-1.408543611207953,-1.031337829479311,-0.731663272961749,-1.5142817219416882,0.8358942647905158,-2.0274790611574036,-0.5936515226596117,-0.9391014995381441,-1.4843932674971632,-1.9665181654428705,-0.34772339610758535,-0.5465681385984014,0.2723630064860805,-0.5241251773778983,-1.2219183944478145],[-0.9523823089516826,0.3797395363833619,-0.6081654144309111,-1.8037763886611395,0.09735142768631402,-1.083396196880047,-1.1583015239884302,-0.9265848434531931,-0.4623745286268287,0.25400988590829965,-0.9378888831846267,-1.489768048730827,-2.130241332410572,-0.9374066067405877,-0.5267316217234027,-1.641574174798419,-1.1448543145204886,1.115873395811255,-1.3889289428445748,-0.3437842731891094,-2.9389849280760525,0.0960640448863229,-0.8660937569595277,-1.8412290476743618,-0.0964513033244483,-0.8800347078013586,-0.27751056820279396,-0.3055351804244559,-1.6663166433217145,0.045101077523896034,-0.9450882224965574,0.5714246376401322,-0.6093021840346762],[-1.0473916581371776,-1.7804254564606947,-0.15690150133514194,-0.8606686194558255,1.2909776780492495,-0.72127817716857,-1.2864937639280147,-0.5712602150451711,0.13560994652048355,-1.4965741698047061,-0.1274690187010159,-1.2923066802571472,1.182456247814658,-0.08530971080149408,-0.2762351193414056,0.2714987877598693,-0.33558722152593085,-0.6848260346226949,1.933699587634682,-1.4896622450116432,-0.2754311315472653,1.3493870150936536,-0.18209200416178234,0.706863183816394,-0.5201470893309903,1.2418603338904433,0.6219338473464295,-0.7204578774527738,-0.4218199840084841,-1.0242570597692533,-1.9567963864301912,0.7429740460732175,-1.8583887036578983],[-0.44354945068522433,-0.8444167092853275,0.9879140311549975,-0.804976742632507,0.3722910165337416,0.80196791950827,-0.5856728759680568,0.8167754763619913,-1.0980217102378576,0.3571115068351263,-0.21808792322522963,0.05874752637954927,0.22347932929911268,-0.6874549715430778,-0.27114653896758284,0.6991225275878434,-0.2632535755932612,-1.0729681173149743,-0.509511484947282,-0.00553034486130534,-2.13724957751268,0.612033700557453,-0.6586597121206896,0.175196726004408,-1.116593950307479,-0.6678232813012408,-0.7344002539904766,-1.5780207867879763,0.0747849775522275,-0.8910973383387845,-0.2566245692886264,-0.2310800297925785,-1.73435221005347],[0.6252786266000573,-0.024008229120853906,0.24703537608661966,-0.99907315744708,-0.8413027041636731,-1.4197142431846295,-0.7053924299898782,1.2149418607977096,1.0842662607867808,1.1505743194700537,-1.503462674863702,-0.6868077742848686,-0.3530817104937336,-1.7801683090778955,0.9645095717858801,-0.7962921559433551,-1.625675818314226,-1.5570545261707267,0.8696119452803095,-0.12692129859525353,-0.7854744412893819,-1.3753161005083694,-1.468843050651703,-0.320607596156382,-1.150874321928041,-0.6707040410032914,-0.024408108783963718,-0.7939767541700277,-0.3431156588815162,0.951035149019713,0.39866567431761424,0.5406010010030051,-1.3380843237403688],[-0.9321939952262552,0.5423620931197544,-0.3249767056264436,0.8884706466388027,-0.2620408522945805,-1.3091488932754578,-0.03759668481176783,0.5934568172858351,-1.039873191007869,0.013364072529887501,0.35688849431368175,0.055108924688775374,-0.34332786650994973,0.2439353841463614,-0.42549016566717457,0.22426637919646186,-0.03893442846258488,-1.534183438899559,-0.811613906867062,0.6779184665695871,-1.407055657081606,0.1401309857593576,-1.564583284796587,-0.35100001972969763,-1.3019909099590146,0.6085137828613529,0.0003129442423298659,-1.4333789312739815,-1.5285118172901848,-0.4933053516741464,-1.4278989716620956,-1.6883231189900396,-1.4532510838626473],[-0.40451888318686635,0.07357953174191788,0.03999336087062069,-0.5212986621495792,0.06071001248324915,-1.7248925567668958,0.5624387547910882,-1.7025391975979416,-0.4499042875930988,0.5393746114988028,-1.4148907554409835,0.8993845658003919,-0.3451276824934892,0.6009302869765173,-1.8737888121650685,-1.092037277064803,1.1369170847043257,-1.317789020288289,0.2566456446699119,0.4805537491145123,1.1373479898101724,-1.5220344491262512,-1.6850214023046413,-1.6083544574211435,1.8728474763748653,-1.2760900341638068,1.3712371556530443,-0.7075832147041622,0.23033503748482098,-0.14649475591680838,-1.016464585203389,-0.6781207832212071,0.15144665232091092],[-0.9559051178681232,-0.3152974476617781,-0.30653937452321395,0.06334716592110672,0.31074839310904173,0.8731167634010488,-2.797284768902622,-1.263152856098867,-1.2544427073064783,-2.616011034719934,-2.044448657968906,0.673332059938692,-2.385573422435175,-1.0378982197303044,0.5375911134048442,0.5126939496834076,0.24607512442201174,0.975568156166452,-1.9979628469140207,0.39291513585758947,-0.8046559813889936,-2.0976491870315814,0.25049633751007616,-1.5220751873552136,-1.6215289258694099,-1.1656624040866688,-2.3439761778147528,-1.4834372895930776,-0.9129863585710964,0.05648268444143129,0.6837793581285603,-0.21223552777202395,-2.236020870963521],[-1.208076430219914,0.652077446362589,0.6080973016026685,-1.160733335738046,-0.9953313149291279,0.7959474720913989,-0.2314938887227499,0.4905638604025066,-0.548497652555278,-0.01780341256622039,-1.4532351761247186,0.4616036566050365,1.3001738181575853,-0.5363445994297281,-1.7457622653546054,-1.406806852952931,-1.8919241747070503,0.4161481626360448,-0.3261031887842662,-1.7795766245404756,-0.4060927743329772,-1.0267965186499948,-0.6405684059316447,0.2563039230275544,0.3617187005516042,0.5717950937299185,1.2327220404374952,-1.2580652217492108,0.002085531879189142,-0.7110152142317229,-0.4297534984478223,-0.35656924752200925,-1.8635113703607566],[-1.3549973704711584,-0.5220077838948576,-0.334479734028793,-1.3815477850005076,0.5252525455153768,0.4106891551568511,0.23639526010316822,-1.3270354884666402,0.7525850692102937,-1.9032061246281928,-0.9042573424720619,0.298374626818704,-1.6773546507761044,0.1811161245953776,-0.4819292490841464,-0.3027965871150122,-0.9048481392970067,-1.2910808892989407,0.9234447738427736,0.8582864130497125,-0.8526210032559233,0.06122276810810795,-1.6232759349408497,-0.8882925260584974,0.18856173239856747,-0.9299086965063559,-0.40738046346262685,0.33302317208342663,-2.0174282061376836,0.5468260523198059,0.9039581671154856,-0.17112384823046856,-1.0315526532390418],[0.3393295311605146,1.2681832550762158,-0.5812402210727289,-0.06538560215297677,-1.2271576077332307,0.09423523240798366,-1.3504943935432785,-1.1884442673177955,0.3471212230000144,-0.8957575986069177,0.9301946673299992,-0.2013970172034059,-1.2008710386103627,1.274451568850102,-1.0319041603615386,-0.5463775550828402,-1.6734638886341797,-0.15725007911842898,0.30953900958804675,-1.057363481598599,-1.46923474418877,0.5853495810741252,0.673391536239417,-1.5363831042098663,0.031812548477830514,-0.18662880362604986,0.18796127222684147,-1.1660112589610834,-0.5691065466260937,0.04242747305818977,1.1843027616619848,0.44767853679341063,-1.3626914438106421],[-0.6158694632861366,-1.1556476098904245,-1.6172751401392311,1.2538095984445319,-1.5047251207854524,-1.6496994333812043,-1.6145612128023021,-0.17078767036005538,1.0510116234355742,0.37435251265533376,-1.9210415209361826,-1.2314381323114905,1.730490755995365,1.4429737431305076,-0.9723018030645943,0.5504737858019012,0.870200888073494,-0.4849477002924447,0.8122166211789666,0.38798372812630844,-1.0824237983558018,1.273649633840128,-0.4919656201159232,-2.0220681034540293,-0.7010809020986046,-0.5891039759798236,-1.006386828492894,-0.9813338492435085,1.012951335564441,-0.41098927940779684,0.03404998672055254,-0.7881871671896061,-0.49000171701942036],[-0.7329784046513357,0.15335744103088894,-0.38804311191352114,-1.4103963728106954,1.5458342771803764,-1.8098084681558884,-1.2571397708166567,1.1375262216772526,-0.6893869769422539,0.15138448906358493,-1.196147185774421,0.6524249372935867,0.12414432577780238,0.6997656239667442,-1.6575755728370003,0.7327957018658248,-0.8151021074062863,0.40563976965287885,-1.9338085057934253,-0.3920336280294333,-0.8475865838745409,-1.6247222230433667,-1.811196379028505,0.9354508908485701,-1.5536552272391435,-0.8066541730309489,0.5087316648480587,0.7745576017852241,-0.1424822691933925,0.7268505540300314,-0.765309854707398,-0.4906672239700623,-1.3706317255877265],[-1.503613425957756,0.36446227468650394,-0.16484594066323002,1.761036985545321,-0.8535820744039508,-1.0759365277231705,-0.6560341849178906,-1.6950145381519388,-0.8761526658747544,-1.0340361417802464,-0.9296584519005127,-0.5523961837998527,-1.8842597159369638,0.3201181975519838,-0.7629675710672476,-1.8886927303248462,-0.2784952311206597,1.9106742690142426,-1.76089901991994,0.6826130043353629,-0.19969055782094972,-0.7907500386281141,-1.5941161891028894,-0.37471132604357615,-1.6508664933851511,-1.6668527727820055,-0.22611524917468429,0.15368937727176124,0.749792000598318,-1.3752908354280895,-2.125185935028351,-0.7434066632422542,-0.1971982920540901],[0.4666703913758622,-0.7269015324449472,0.34336288319410874,-1.763742891596806,0.7960119030766727,1.1575872834471,-0.5179745841206931,-1.1486407571529518,0.8446036595770127,-0.3620945076131803,-0.7380151944826564,-1.8897103088960865,0.5403617977638593,-0.23859437339348444,-0.5846392547556724,0.842295508323327,1.2826268516736818,-0.8001239717966601,0.7674512791800813,0.16428913436275086,-0.8893031287595073,0.1215218664082265,-0.669855152701217,0.1110399300782606,-1.1629248982074802,-1.359560755122766,1.117400834104457,0.03696275760504913,-0.2129908279380968,0.2292544069703579,-0.758685203421315,-1.3976168512890639,-0.8879569940917885],[-0.6171015318487257,-1.8091231234919962,-0.15268922447966268,0.2106303967242907,-0.14881129259186787,-0.0094135890933765,0.5215863715753467,-1.782583041187758,-1.4728441273861228,1.1106313789719062,0.1551791183525364,-0.37463965452203485,0.9120462139141265,-0.4299880449829613,-1.576031060779805,0.28154952779303183,0.6558285443665957,-0.24631943760177735,-0.9969145427970557,-0.34011878805541595,0.3238753343115211,-0.8316741973453492,-1.1168119553965021,0.12112222853080282,-1.518709349268809,-0.28625266565254187,-0.1600156546780246,-1.58906526154475,0.14546458924068006,0.939200627672872,-0.8324826682526248,-1.170807538330256,-0.021231823052923652],[-1.2457397228818516,-0.2955531312156856,-1.7853045913429393,-2.0616682942520907,-0.20978354388415618,0.8281485244868397,1.4292232539108076,0.885953927469201,-1.5320193645711864,-0.2590553476410987,0.4566750264598116,-0.5913219513800457,-1.1759944229268973,0.04761361730975538,0.3642025449506367,-0.8097377855255079,-1.3952974504982332,-1.3802620180868832,-0.7944217400947792,-1.2682643290886675,1.3787935773807642,-0.06525736001701984,-0.7388520909448687,-1.4645440660473514,0.8634183562448888,-1.2619859517856022,1.0248481926529496,-1.7752950804929397,-1.2526831567460102,-0.7367359905587948,-0.4480569932307881,0.9362026285689474,-1.253223234334469],[-1.2065175138243216,-2.298649013949823,0.28826556499504896,-1.728412035877869,-1.6691646426355775,-2.2572301157126957,-1.7145539214338628,-0.9023389990090515,-0.1892134548485728,-0.15440653832004556,0.09647000203820921,-0.4230196947211209,-0.7033255969374451,-2.6027944198875215,-0.6824286479851962,-0.7315406853640594,-0.9065600330583862,1.0165907795892442,-0.21701627128924214,-2.528728350409116,-0.6758955819337661,-0.9255431768983748,0.3740854987004594,-0.44435927732008884,-0.8231140802745031,0.35670910024048585,-0.24142052985445459,-1.297246761123278,-0.5917183669064265,-0.028905417295616985,-1.0437415736803672,-1.2672713140717802,-0.11305494138915712],[0.007902945978353363,0.06414407325358135,-0.4157267615034047,0.2434686690497833,0.5048065024065186,-1.7696625759442808,-1.0150641850477162,-1.9198498028036142,-0.946920558621012,0.2323500339969039,-0.18858864120888577,1.1659421708067266,0.33031446626160854,-0.6112514214688285,-0.024086905729050635,-0.926689832659362,0.3040924847108288,-1.7200466579987932,-0.9363722408528089,0.057759363676431794,-2.4522423678245717,-0.9581842592012582,-0.7322846752018372,1.170373842699676,-0.03786920725955779,-1.202654301184874,0.01995501781007683,0.6657042868171335,0.37387571010097903,1.2204068425503212,-0.2877838077406112,-0.6598882601055023,-1.0034532104147513],[-1.244889042862008,-0.9922078535537537,0.7592955019476261,-1.2440609533812959,-0.03013262459824912,-1.2123925720378073,-1.2043166624336747,0.7927412754784617,-1.0883440136668525,0.9471047306362365,-0.049525144492494136,-0.6204786753612013,0.20254076639428406,-2.4266804487431703,0.46546280488911607,0.06902037029874952,0.5113325358924773,-0.5191628030407488,-0.12570817117563016,-0.703960484174692,0.7693654480339516,-0.3101273521208587,-0.8879283448413765,-1.792317137867963,0.5949479624061442,0.4576051115493205,0.6108460554284539,-0.719823854168359,0.67307728537849,-0.6681468495522661,-0.3936987888528871,1.7077247161358493,-0.4467325290942813],[-0.3812159319807118,0.36060006642276476,-0.46401564003947543,-1.0945251041659625,-2.073061413887849,-1.2555897245838048,-1.4337191034749834,-0.589706210685996,-0.20007799087210207,-0.3470199644731752,-1.0764496093395473,-3.167925910628624,-1.9578585755752669,-0.6649636107072521,-1.0943271123928453,-0.7674876043114897,-0.6490756139986612,0.11782663474154532,0.17201576452395656,-1.5142641183238141,-0.3815641875622866,-2.895841683593705,-0.9002275193446229,0.12824123475150673,-2.06064986643109,-1.8887198589156562,-1.1349755890909585,0.1894997799659749,-0.36655376973328874,0.10915099841247612,-0.3868216659273671,0.3089777166941097,-0.8725620052256606],[-0.9214270019538068,-1.9775143279411083,-0.3126501396440087,-0.8082541142848506,1.0918340325453475,-0.7457958353480565,-1.4205985435737307,0.6530603722213311,0.5500496000995968,-0.9548125968112341,-1.5726609001468812,-1.7492814183349954,1.5870788531098188,1.2240518561541804,-1.359714693635894,-1.4229940787393414,0.13931523162525705,-1.4290190204112285,0.26032531403406795,0.14455176593050353,-0.07498461531426762,-0.18337627915407134,-0.7900064572113642,-1.1954125366082549,0.8120503465391409,-1.4493080309473128,0.32441561555554327,-1.159109737633636,-0.6134650276744847,-1.6882450443621113,0.874664139582994,0.5818345019002067,-1.7915855173820079],[-0.5295230123907788,-0.8803717612836099,-2.38028044614004,-0.3855303931633631,-1.0094964982157528,-1.6005089273060074,-2.0108439716050053,-0.7449664819257209,-0.04619746628565552,-2.191083654725416,-0.8311301606883781,0.9043338157112881,-2.2311916598556887,-0.7862495828404122,-0.2923269257268016,-0.5507942711865004,-1.0285416544512942,-0.33009460897021586,-0.5184593746726782,0.4135332442529438,-0.7855820991346847,-1.093452008704965,-1.380985463600519,0.004748219439215558,-0.8589431811785838,-1.097874992159093,0.6526469519177772,-0.8116266897694512,-0.22765064823912431,-1.4304738990609227,-1.853436724330297,-1.1118038553146137,-0.13967743360897553],[0.6377625672822602,-1.1043765097980445,-0.9139003180257124,0.3279765322419617,-1.8251501903067477,-1.8038306181673978,-0.4619286158539857,-0.8735547801035084,-1.2490229085809519,-1.0097256119846971,0.22432314629149452,-2.432949572103389,-0.8547100776392307,-2.9338239516210423,-0.425994913224299,0.10670762629175179,0.48808979861117086,-1.2286886837308104,-0.7623624320899007,-0.6271264132474385,-1.9726948136903562,-0.8499091094825227,-2.3142484189138193,-1.6183927363141408,-0.7270222158337486,0.25805760820131574,-1.6895236818485728,-0.27533386254903347,0.6573094919530872,-0.7921711561357876,-0.9569330085862211,0.3933782816853392,-0.37142607448257464],[-0.7061745348967933,0.02927270843411934,0.6265492263193928,-2.1311623708750354,-1.1815587140682149,-1.21969443223863,2.0254659674836364,-1.1282865952527505,0.3250029208749368,-0.1750713886698604,-0.24635407070106485,0.15935685115493034,-0.25210154118339195,-0.24797389291816105,-1.1746860910132337,-0.9789908577889077,0.5109588358168654,-0.7011307231428718,0.834728418282458,0.6769841509024151,-2.138922632742379,0.5147472760104257,-0.5781168749940775,-0.5858207683050871,-0.8325834623380908,-0.37030229782374,-0.6867476103117433,-1.5748937653268358,-0.6108554117551058,0.4215626900527791,0.2747228293055999,-0.23439544624511832,0.477308425249351],[0.41174807957506304,-0.8448514528792814,-0.28073661680213147,-1.2135912061362768,-0.7676113895790158,-0.7430447103777078,-1.1167371554014252,-0.18298273886175848,-1.102866569639798,-0.9859733837855346,-0.05032974225920817,0.14462967435492724,-0.5704300703695008,-0.21477964228422178,-0.6616365254406853,0.07634787382058217,-0.7156294769072878,-1.2238647087108543,-0.3793118127378983,-1.9712942102683515,-2.8507420078917707,-1.1547749762709814,-0.9773413631018805,-1.6507871391244031,-1.838908404291423,-1.3628826822514757,-2.3703529330092437,-0.6398014557790874,-1.6268512523551766,-1.2805487399246878,-2.0649566067440053,-1.4557803305496637,0.08428884315696177],[-0.7475101992129619,-1.6469588921667382,-0.9701103412272817,0.4049238445439188,0.04322248047822899,1.17195861518443,-0.32264067612666125,0.4375622007160749,-1.208018885272215,0.5281851232606926,-0.39422609297363526,-0.057959807282232205,-0.17800535141442334,-2.5543125913897287,0.4599411545859622,-0.1715053269480714,-1.1998717246278527,-0.30846459343913385,0.5376217944166793,-0.2520698058806678,0.028769500225852184,-0.5294266596851114,-1.7601086699737738,-0.300303818154601,-0.7287059469925781,-0.21522690738367037,-0.5643144043374584,-1.79950395804939,-0.43123305865413414,-1.5755558651696762,-0.2904745708985671,-0.6075488399744977,-2.1642225116693634],[0.00935563658699167,-1.0035262112325052,-1.8144069074369433,1.2596268826287222,0.1747982593151889,-0.4055683922432601,0.12067590676464993,0.669746390116485,-0.8785801543128701,-1.4407652828324709,0.5340896317454099,0.5378150796873482,-0.40674163574676453,0.7313783758086314,-1.7673575633550607,-0.14012754932197735,-1.5475375709162835,-1.8057376557460596,-0.5092480288712695,-0.48536669586689263,0.8305891061145948,-1.4180143465557848,-1.2297666991881142,-1.5675829000122834,-0.33022439898129596,0.10128922659471062,0.40082303059338614,0.04224668210655777,-1.4274404449487172,0.8378090350926389,-0.19536030055321812,-1.3175442689343841,-0.3640348719506849],[-1.4530652476336046,-0.024296623099533114,-0.09240466418186888,-1.3809251351461789,-1.5965670787057227,-1.5726693492887496,0.47999682587412634,0.2912122632368505,0.12952644911168865,-0.2334339821989498,-0.15417139937868649,-0.45849022980684745,1.1738261722959473,0.6427078283101751,-0.07285717819155857,-1.1358611347959282,-0.05840706953566779,-1.8331586366128478,-0.9657401575256028,-0.35740148153648044,-1.2330061213807828,-1.205572601491642,-0.8566244503762073,0.9950045897911928,-1.031651067264545,1.3960399953415192,0.24855814033695478,-0.5110861515615397,0.8416540916092802,-0.6416663740327009,0.36815278208016655,-0.1996075413244418,0.12644174447364806],[-0.7083037899240674,-0.5115719919981645,-0.7818249075291405,-1.2813079615476692,0.040938013742881675,-0.025873939327664373,-0.4471920753212357,-0.517813651721604,-0.7604748307168752,-0.4181093042139865,1.0831058744824276,-0.2128319602183192,0.26290625179964316,-0.745436976446379,2.1228297911368705,-1.093069690040097,0.3329013193093628,-0.2243896469400434,0.5139057550064833,-1.763838198658801,0.6579456511010363,0.3356258104932386,-1.055694275839449,-1.273848751626082,-1.0377888085466997,0.10258166743472949,-2.079888117621088,-0.6021116195472405,0.13445519879378903,-1.0061567564369083,0.4374044374150166,-0.4998628310782573,-0.4324170120397817],[-1.5246020245170249,0.4131252773133695,-1.8751968042392224,-0.5740715420521051,-2.0242989182147264,-0.07004174128615642,0.6524547793060778,-0.5715901594168442,-0.7209068053347294,0.31569623469332886,-2.1191135482637136,-0.11366025794392634,-0.41947769628343873,-0.34351010467311843,-2.102359896139349,0.4389018038399406,-1.96822698968684,-0.7490537914962442,-1.8718945583897342,-0.8373902051518576,0.8213676871147157,0.5687729846420182,-1.4223621399361555,0.4594033303147793,-0.25563167490303124,0.6963316893119419,0.0025527470010883613,-0.4043626135925259,-0.33326387137624897,-1.3661757996999546,-0.1526962089218023,-0.28347782717034914,-0.22265522375565774],[0.03561545397406334,0.7655427231540539,0.1860139243192406,-0.06436095147865126,-0.19106134221102725,-0.8025067121356315,0.26021998609913777,-2.691315462627098,0.05078059625565148,-0.7493165118551353,-0.38873235858224237,-0.9010077609092804,-1.5842028755406266,-1.839724642481863,-2.3215055658483807,0.4758130270649275,0.5638862789450008,-1.7031080268686978,-0.9497785182167252,-1.127347922827427,-0.09476720374578985,-0.7119950304363413,-0.3312808436660757,0.37248968692734336,-0.25537643052011777,-0.25241449590964476,-1.846106834444748,-1.4399320482460216,0.011095289427006744,-0.8741106611560837,-0.8183474177100518,-1.4989589972353992,0.24999665091285864],[-1.6638599727862344,0.3671252477151172,-0.8648249304557691,-0.9055329663189361,-1.702505733978914,0.32572828598870135,-1.9595721805822965,-0.05413574243429264,-1.4214884001035788,0.22312101485868416,0.6903500102039946,-1.6939247466864245,0.6868863502647012,1.3889252909001113,0.7638620456628317,0.48941228505347933,-0.46951023679949977,-0.05291478689159539,0.03157623878444535,-1.7060648031632724,-0.8558991596290777,0.17269568307511637,0.4431840395457378,0.4309080047372959,0.3241531508237155,-1.200418534023006,-1.436975602999679,0.25832478338031045,0.34366698489856473,-1.647647001276572,0.14362688327461878,-1.709759069474812,-0.7239944102955413],[-0.2618325788359884,-1.385323385380964,0.9837276272156955,-0.42094591158663097,0.6749695479655932,0.7095554882261428,-0.9912389850783528,0.24427128354022926,-0.009358948041869243,-0.46892567728268275,-1.3708823408542352,2.3211549143123564,0.6230333610767068,1.324859857182304,-0.6837969656127924,-0.773652117448203,0.40355267341648465,0.5942315937319813,-1.7160989100448514,-1.4725444147381042,-0.12947626758296207,-0.8299181219638447,0.17326494821241922,-0.4460961232662856,0.596196833905944,-1.063181224230249,-0.8596950985978887,-0.12278036990576498,-1.5465727361938186,-1.2149672443842359,0.3441451306675077,-1.3188712523189552,-1.112828494072676],[-0.16550114746258934,-0.5890972003383939,-0.07649155098889907,-2.0820239701639434,-0.6597191750362414,-1.8881794555180877,-0.3312335013008828,-1.418090432720921,-0.07470692010152091,-1.3395179843945926,0.14778867474496674,-0.28749601151232046,-0.7649930987871745,-0.5137470743552399,-1.5854515202873998,-0.022980208608734363,0.32800030211410564,-1.0151476853167785,-0.7959525271907555,-0.8035034740286489,0.10851141584803865,0.22560071414758456,-0.35081146068443153,0.7610233538882808,-1.9195329071105502,0.15387908449581253,-0.8420351235652541,-0.6553944430076488,-1.7954332656006575,-1.145185390689965,-1.0737289400676941,-0.7673109484791214,1.648910862768176],[-1.619254975927842,0.09641567158091999,-1.1703279756076297,-0.5101881612991753,-0.08421732930245346,-1.6707966590964214,-0.3029381834851425,-1.2357071208555759,-0.12291273046440362,0.2663401322976619,1.1021040370657176,-0.43083422024812146,-1.0564147515779831,-1.040024347539329,-0.3355983867478545,-1.7308008596173852,0.6594319722055844,0.36569946615932847,-0.9311646321297278,1.587739675078472,0.11856778690711481,0.7410861931610414,-0.38294030928684464,-1.466572254302121,-1.757431885722995,-0.9867450523884971,-1.1874751454463863,-0.6694826641516202,0.01194000591058786,-2.0823069863435335,0.8174487360154896,-1.912707308125582,-1.9838719504709463],[-0.7372452929578782,-1.274525521606462,2.144494062306559,-0.4895796068615807,-1.3291063420286822,0.918056840400259,-1.2639219525298595,0.6116157995195785,-1.391332087981829,0.6026821823821349,-1.6569494042648427,0.29878580477428335,-1.575843270361825,1.1543967751899753,-0.9504228776843577,-1.6564353979976947,-0.7907294595675752,-0.4805971310441862,0.38678338608168067,1.614126940681809,-0.7325836285576687,0.3130563412849722,-0.26202483310005525,-1.6901454104809126,0.8614118390416297,0.44904152346384596,-0.0664683686477371,0.48515529962588844,0.20149852357541417,-0.9794931116377257,-0.30949095923770636,-0.23491038265956043,-1.076038836491891],[-1.541173601806331,-0.7577736323972902,-1.5480214837643975,-0.15485552551955514,-0.25836450962630386,0.6178218438818925,0.2804650863348077,-1.440953476989476,0.605771121323313,-1.6699879168523182,-0.546829842211806,-0.6436055217190504,0.9520454793931886,-0.6982452826722265,-1.1468445693350229,-1.191524744142181,-0.6575132909186379,-1.6290436312708159,-0.5330559228873657,-1.0069829442899858,-1.564248460686858,-0.371999528278087,-0.09135124689993432,1.0344826208583426,-1.3972176632820916,-1.5939584002888552,0.7667221733398603,-0.9213213598163192,1.2022147348034118,-0.5346268758885107,0.525200095036481,-0.5851099957628414,1.4212161438034914],[-0.3177024698351801,-2.1066420137334267,0.038406626362207055,-0.32164057367016824,0.22605453166484388,-0.4732351915664389,0.6029151543356547,-0.914627068888399,-0.8798798344601724,-0.10585955742664373,-2.4739822289298092,-1.979330511939456,-0.9421403542601163,-2.2207243869637767,0.1128904952293461,-0.09933022268360679,-0.9717603737532993,0.1672619637524235,0.09775336170612474,-1.6440424772994766,-0.1970758870674586,-0.7718165467293612,-0.6786582213038831,-0.5823554971834373,-0.7274538551974584,-2.223099316356515,-1.158529447578019,-0.6806813739109709,-0.28717346867874033,-1.1976705376344947,-0.45910999658688906,-2.416301407417178,-1.125025832304379],[-0.5029358745517285,0.2521663703053239,-2.5364263058314798,-0.884660870167401,-1.2671830330921139,-0.44542935547193874,-1.864197184696356,-1.0797003147913216,-0.705913710901376,-0.8753011343800468,-0.461075601895834,-0.9894833320954733,0.3946069466159669,-0.8895431011783084,-0.30305540320994606,-1.0776431260939463,-0.8281520558295443,-0.5172658240187247,-2.3471353285963037,0.3191561162843176,-0.16744498482820055,-0.38124622610899017,0.6038495687452639,-1.181470552703443,-0.42976816223048825,-0.42078593508996215,-1.25489751864437,-1.7789748675726718,-1.6408071776019995,-0.5418593104157712,-1.3450433967225193,-2.0884948699911967,0.1773000159998173],[-0.16105218926482084,-2.778073375356256,-0.4657467627089826,0.47380813881472417,-0.30426766877793077,-0.34901676091325357,-0.34974580993374776,-2.1932600402635094,-0.23262324762516084,-1.5530914351139855,0.12880481925316078,-0.09234408396572323,-0.7859741554868644,-1.767368638675291,0.35111992843686984,-1.0654601037314009,-2.1881376025082226,-0.38905584216897116,-0.3502700612171421,-2.67319188285265,-0.8510461115446161,-0.41604433667506113,-0.7086627971418794,-1.9048675460836135,0.19459426881910505,0.0022683306134703724,-1.4823120985537015,-1.8557248320773414,-1.7524297211688937,-0.34495500186326816,-0.8104714847053981,-0.9943968850663532,-0.7580811529548509],[-0.42244771228991795,0.8048999786483793,-1.4752422191828458,0.6955887404809953,-1.3050090366392275,-0.6199390346504597,-0.7789706235362924,0.2902928518367934,1.0854531425332383,0.47938132576858106,-1.1183721862801486,-1.9261909120161396,0.38816192854199094,0.9586546765125317,-1.7535415285328715,-0.11690102997200368,-1.6975572203662486,-0.1001970771004553,0.5197999310704814,-0.17986382190816294,0.5286241422957678,-0.5743727725587868,-0.7027565249914403,-1.0228557196630652,-0.1847853571158716,0.14698678482198688,0.8643878285853712,-0.021421094970509112,-1.18826254192795,0.2539777229060452,-0.16873941607256224,0.19625871691824684,-1.3596535094003315],[-0.3151987437919259,-0.8991036767593908,-0.9009517647191122,-1.680300452097205,0.435326459642632,0.7150965136622274,-0.9264614639019911,0.6855083447862562,-0.4701557161287354,-1.2621162702745417,0.41758585908533086,-1.4406494025727612,0.15194102907180562,1.1429263026101157,-0.15601831784684012,-0.8309341393208567,-1.339398207636105,-0.6583832526692834,0.28843828917543524,0.2857461683247232,1.2215188120302365,1.3603990729040478,-0.6246414187374536,-1.3288843431633925,0.34244161470291634,-0.7785380963508275,-0.29713462439707194,0.8654437686140672,0.8170106462507534,-0.7151742473192301,-0.4462781858874343,1.1825604797560503,-0.20962423768835242],[-1.4334726862545923,-1.2718634489334881,-2.061783963939069,-0.6559692720192808,-0.18675885619386262,-0.3141053422038835,0.54310794736164,-1.4660121657121885,-0.7710714086322605,0.5929863506138519,-2.243337186490691,1.6674645657238625,-0.8527462139502262,-1.1130664549067077,0.25916904953040065,-1.519364590329617,0.6928373079591768,-0.26297352100513155,-1.232286780448245,-0.5455676703883799,0.1893107616326513,-0.3826013486847737,-0.05697429923701649,-0.3239532214043022,-1.0536369238311347,-1.1861627257333516,-1.5322527769624985,0.4791761606564465,0.351856839930018,-1.910079658230711,0.06232947148566833,0.43429278083404893,0.6808519722325831],[-0.7912518305726366,-0.006345742047171365,-0.4405024926870016,-0.2604113974628955,0.07230854226501919,-1.045839860066266,1.2390303325873298,-0.33049995045249936,-0.37137233008640386,0.14556801468018943,-1.017333491307978,-1.2228392905145937,1.4808979411560117,-0.4385573633724317,-0.8454180132268707,1.117426072470814,-1.734942842748583,0.9391632188876189,0.30133262969649416,-0.610437761311718,-0.16462989592778585,-0.15728018432466334,-1.1206571504372653,-1.2732652904084365,0.3398878684283319,-1.61481949215546,0.4630939984739988,-0.28406023500652466,-0.4996492255732289,1.3672739976072503,-1.1826247962480114,0.01291837976948706,-0.14425246190285876],[-0.24922498632438278,0.8510504649941099,0.6477123849205864,-0.6357447952599605,-1.2520379501195897,-0.6796125123101451,-0.6487408084949379,0.1627406039888807,-1.632493742376347,-1.1327026902853314,-1.5062589869988596,0.06516001371164387,-0.4087178769063879,0.12382902316970014,-1.1876163853831352,-0.16951973962859018,-1.2618822390750857,-1.8502105476434412,-1.5527429083359283,-2.1635197911399606,0.331399968960669,-0.02826445783195841,0.9623594812518907,0.5544135537653109,-0.7404291059183881,-1.6081908045401851,0.05403324225520279,0.7047858044573145,0.6684530728939563,-1.4276201503723651,0.27490191720254814,-0.23000008759100354,-1.2451268513027236]]],"Biases":[[[0.1444210199715737,0.7056654475940206,0.31259143649760807,-0.8334704989752469,-0.7923148005483017,0.9186147495437532,0.8445224316064824,0.8451538181767078,-0.17093875030150144,-0.5453452027656581,0.856806229342989,-0.09123444923181843,-0.048824507103116664,-0.24020495438615266,-0.2931508787228025,-0.3684786787147414,0.12661859854335217,0.07959073877985204,0.8403746571404904,0.11776719698199231,0.11733974424652797,-0.3104629196709722,-0.8712794697494431,-0.8379964887346301,0.9342303266502509,0.8112239664199318,-0.05477006695445241,0.1445348783144012,-0.23627544517206775,0.4139258505516197,-0.6026735004708451,-0.11080544540200281,0.13293744152135026,-0.6153664322879298,0.783866679349413,-0.6423707877442462,-0.8687216147628336,0.667945256089956,-0.669817817507366,-0.14987313862735632,-0.2701119083390458,-0.8501925838198262,-0.45695306729210244,0.6021664473611011,0.2840587590105817,-0.9375085960867311,0.8610920070828644,0.33419841814881596,-0.7488645840388484,0.6027797821561387],[-1.9288978226899536,-1.9572935569319334,1.1449688105076923,-0.24409669435340473,0.1597213152692454,-0.03713808806769582,0.29917094263612215,1.4291426403791068,1.93881680196873,1.6616519435954613,-1.7549168806472455,-0.31898318323584585,-1.1714670626735941,0.7130850204112821,-1.1787491213511614,-0.39889744741590966,-1.8974974991446223,-0.12357941671801492,0.9723387918476885,-1.1524971621240527,1.5206762196378125,-0.7540052512529948,-0.48648107427755555,-0.36282599841390856,0.2900605669691264,0.4220127438296379,-0.4982122718082983,0.32052111019753565,-1.3419460080108172,0.6683831277822476,1.5861591078524244,-1.0900431029719773,0.1987683201940863,1.4205673995382782,-1.7235950109897629,-2.14361703140581,0.2831278200037991,-0.28493969094978805,-1.2233069170155413,0.8217603485263314,-0.7565528191720586,-0.2583897720413692,0.8947387915964586,-0.03732268145520829,0.10823600797664035,-2.6550199762942275,0.25488612851598275,1.8495883173474572,-0.24978330046269406,0.24522380194790672],[-2.099252145302203,-1.0617335387793732,-0.5389143589761196,0.08107652090049347,-0.145729141384457,0.8976922072626218,1.8723608625726587,0.36373709509554486,1.9841278494643173,0.9000501992519916,-2.894510792746122,-0.5114303173971745,-2.291136851596017,-0.23662029360760173,-0.38037471254198196,-0.41541686984648896,-2.5761750959511502,-0.046235303232297686,-0.7315996269391901,-1.7432808039599812,0.7227138046543417,0.8246540926172075,-0.00796298293661124,0.13665098663550457,0.7189841169771282,-0.12860742730746183,-0.3799511656765558,-0.05364366176275324,-0.42792352364898806,0.2385579189461728,1.2700860791495205,-3.141478888899995,0.32990400852986074,1.8705090840334333,-1.3784958539956782,-1.601788555686931,0.9676178713002523,0.37341385217937506,-0.15968151852834206,0.9532176667134736,-0.21587645142261594,0.3112825101626296,0.025734088777287778,0.8319495827918484,-0.7323110943802594,-2.6746867969166126,0.0495827514707841,1.406911341604418,-0.7103022566844985,0.4422422893755287],[-2.1283810052484764,-0.03700654915016275,0.230387282623978,-0.16511365914244366,2.360640915860724,-0.7840759180510578,1.0437537268048753,2.5578359344993897,3.200172878475114,0.8676810933310204,-4.374939706657139,0.14554081369493732,-2.9539410087892284,1.151829276771652,-2.034479881944402,-0.608916599535336,-1.7269370002976758,-0.23197906327853682,0.9855321581763011,-1.7934860454218426,0.7703719304692177,0.6373531855810385,0.31774838816144946,0.9349825612035243,0.7670803492128522,-0.21234398683530897,0.572698945931963,-0.7788768642054122,-1.7854162241545022,-0.38451853974091627,2.476525125771125,-1.8784676763332508,2.2265398830397443,1.979752817310104,-2.008742725825149,-3.7167941956436334,0.14126722072647097,-0.15933451684243463,-2.2569039124082577,1.3656833132591841,-0.3295474347747971,-2.3938719502253685,0.019094678115962712,-0.06913631570770423,-0.7293755553584098,-2.6830824301002747,-0.47910477040392047,0.7496496253480274,-0.8713626566274174,-1.2024913867196363],[0.11653946694372562,0.6693367901547355,-0.388610734513519,-0.5192354172730664,-0.6343159991514014,0.6784476928962703,-0.944990768279543,0.2647487833451193,-0.9048241805657284,-0.7106617599595909,-0.0698925197200706,0.19871980497604033,-0.7031039985820525,0.5845587598824799,-0.573459183620915,0.904114448581531,0.7467251821059637,-0.2949016243968231,-0.9410436180141236,-0.301385459044331,-0.7660115325720303,-1.59517985809753,-0.6512187402296833,-2.1434574870988263,0.5349776193282846,-0.3163527820754571,-0.3118974203346728,-1.5079932061290453,-0.5915330007239947,0.6547082635648607,-1.8279146017089702,0.7785159917703937,0.6127832897955866,-0.19578529742537681,0.9283975559438581,0.09335321492458452,0.5465280535474263,-0.4766499459723893,0.8227860540407546,0.5871484345181794,0.9541787252241603,-0.9189363785167882,-0.8126328868769717,0.35037156059369456,-1.2054837009284092,0.6998557947345694,0.3268145623151995,0.16872723916954668,-0.8475606595586208,-0.436307625507776],[-0.38169766442189507,0.9698041364124979,-0.42800842014958745,-1.0493003029748655,0.8543014578495616,-0.7027487053375006,-0.7207670720072594,-1.1076426396169823,0.060666644091872605,0.46703624932887133,0.34975140001506144,-0.2668043728857873,-0.19908730247135256,0.6935179899178853,-0.4269855144361121,0.97078943450965,-0.15560117426622322,0.21299699278294065,0.010269124995184977,0.5270116342945084,0.5925665439628387,-1.8420626798655442,0.34891777920760036,-0.8260545790031588,-0.04679506829637293,0.2766381061614241,0.7675165823221795,-2.0246677639327606,0.703549426667451,0.1182472688865913,-2.07791434716643,-0.4191037803640702,0.008430551398759714,0.8586194234265379,-0.5645905432675989,-1.4182792728421116,0.8756557979968338,1.0088678848210537,-0.25861730864316623,-0.6474455519614022,0.45791282815417284,-0.5711650351510332,-0.49515618766555236,-1.3964651770128678,-1.41621917830249,-0.36129271527718076,0.9161053852169669,0.17364437135151176,-1.0558719893390118,0.23477976912205303],[-1.3864832925072115,1.9953730836380354,0.8652170769583895,0.48816299437033595,-0.08434996870992342,-0.5533324891996116,0.7383426702043047,0.19859279853618847,-0.3227423960117289,-0.43107719158318303,-0.4812930914581724,0.01015679697033493,-0.002761524516121108,0.30226266435555627,-0.42757788724674123,0.08993263280334994,-0.2877207466338516,-0.11046740657638536,-0.6211715295437177,-0.11356612958592863,0.32599244863686155,-0.04912510862431663,-1.126142276894025,-0.9456376160745262,1.3895911338789977,0.6715281319138007,0.04718306080476178,-1.0345596728663131,-0.6693156076781259,0.5672839066640731,-1.74472019997536,0.26138793632391627,-0.17790896968235081,-0.4511226850448561,0.24207243431053077,0.26192534581294546,0.8591436749741028,0.4412229779074362,0.18313161848485643,0.7907102878638167,-0.41835913792607304,0.6552022600366028,-0.3360400526910849,-0.3791867795197482,0.6873668014024631,0.1305542925219633,0.9289725700641769,0.22417376583059265,1.017550622241751,-0.38359632758418094],[0.4357755446963497,1.0793212335713454,0.41008712888533666,0.5935532417962459,-0.029551114517448622,0.3679903953523412,0.029305860024928576,0.6251540946973653,-1.6277142144933026,-0.30117394158332744,0.6271779529869018,-0.8261397441516429,0.14043335572262589,0.9691752247828865,0.6409899709696029,0.7158236686480605,-0.5616808742004014,0.5736312177862739,0.7312308636398438,0.20998734960630094,-0.47296532723279283,-2.3846871104642537,1.0436889820874407,-2.5477902799450907,0.22810472102653692,1.3646779873937607,0.33103385844583094,-0.1655491729561051,-0.5515704194839893,0.32691401199908915,-1.7866816482793086,-0.4707856147811274,0.6593742236153627,-0.7235991552331548,0.06564867405632448,-0.5284121758902534,0.6596227336854542,0.5357299287468671,0.05803982211403304,0.16812228765646256,0.43378526456369054,0.7757732022655821,-0.764487446371053,0.8940024533616375,-0.5124023331193487,0.16513436196757225,0.9133744924840678,-0.9562587338317994,-0.6547185182649443,-0.33967770790433943],[-0.12344364781092818,-1.1711252447523823,-1.1935459376136708,-0.9257132127889164,-0.10227855443086553,-0.9935160541464715,1.5366053626269267,-0.026443421210234137,0.09332702468539739,0.4227596022538615,-1.7688200759229074,-0.0702493137192632,-3.020506332991571,1.347684420597243,0.08290676670590028,0.4981905537599963,0.16507554004698788,-2.0362846943358153,0.1608638068102205,-0.2878160142602429,0.8722766123741907,0.7351541165766156,-1.1488896276494018,1.3868003885791491,0.4443861189675406,-0.27974697293884476,-0.31996876143495256,-0.23527345462372798,-0.5860792664400148,1.1909303662133257,0.890201157211426,-0.1321890238916499,-0.3613343691179347,-1.501694245000135,-0.7802121718626133,0.45498330662669656,0.5258158227144484,-0.0138602779396991,0.5593464735119602,-0.763748842445404,-2.2103021564029417,0.09764788832421806,-0.018309891353922372,-0.9961042163441064,-0.14510571607585204,0.11467426460667729,-0.29096185974115346,-2.5140226980151623,0.22081462014132464,-0.655315837849338],[-1.2231706442877126,-0.10838043906186756,-0.592889357836055,-1.4346159579485422,-0.23352353035118215,0.8048003317153701,0.6409078345426819,0.3679160616138581,-0.2411468164384414,-0.4264518590467945,-1.2769583476644182,0.4737889213069718,-1.5938765132170503,0.021718598918829247,-0.4565663845216509,0.8615484492889345,-0.14795596412814635,-1.7767451921976323,-0.3036817986997548,0.7865015408396303,0.906070791910194,0.3410464792130322,0.08328410762648118,1.0171053116134392,0.43648204005066976,-0.5033278849020675,0.8980960203185122,0.4790445498265487,0.8001144091867147,0.5053195993006591,0.5127036055618363,0.8161276306653298,0.045118477546446184,0.4757883445827093,0.5773601033089188,0.9946755768362399,0.06344006034771603,0.14288643127155579,1.5486783628232723,-1.6137958769435425,-1.1361332658304362,-0.5446660993948357,0.9743607301658581,0.6379907343850183,0.009882673187245334,-0.49938326380792575,0.23918598267558397,-1.8598239855703116,0.9062588189612203,-0.20330273692929332],[-0.340581060686875,0.33103695689142554,-0.5197163575485325,0.4814564609515092,0.2545572628132995,0.8023471438347697,-0.13032963811181864,0.6428865547555351,-0.48941400877964375,0.11216928517716507,0.6655361649925509,0.3648805351449302,-0.019314568538883053,-1.8979232445181842,-0.32618944633507146,0.8244988106824704,-2.239719293919891,2.948978489402394,-1.5923744029966898,0.08926809094650116,-2.7644866051523636,-1.3069671771767397,0.6017168462952802,-0.8453806348866446,-0.44498115943548744,0.6826233559428295,0.2254438493616124,0.862548453240333,-2.3020853274934896,0.1989291960868021,0.937805721633714,0.132635431038526,-0.9274581643853962,-0.45976684466284146,-0.5344881972902797,0.16794604147728645,0.23058274838644163,0.5752957491548275,-3.0385436000485044,1.0691602567524574,-0.05350812014115147,0.07667414731739441,-0.5628574870846568,0.6439149394566703,-0.2543736520314163,-0.3232321472211675,-2.9620906266245153,1.8219912651189272,-0.9453986525122445,0.9485142117563611],[0.6035128490617813,-0.9018403960101732,-1.0851927782894055,-0.12700729117757267,0.4944119843539258,-1.3116855576330768,0.2572572294394872,-0.5824297936013411,0.6808434298203957,1.12849119634406,0.8920890747657414,1.0842476466109754,-0.0653002599109979,-0.4589244564382212,-0.834470383575872,2.841061098734183,-1.3488600519192597,1.2111115449393368,-2.0748881853439114,-0.1743432837469461,-4.073388129255798,-0.905292278428041,-0.18221754780213711,-2.135177215891105,0.2458993854714451,1.3346461353861336,-0.7039420116731622,-0.8975534328781537,-5.035121845701787,0.704969727455905,0.1390143003351019,1.0971275739561221,-1.893717784312539,-3.2004965055825045,2.3603148076612652,1.0585970021281694,-0.2894640693179075,0.3557334463707112,-2.9724109011875295,0.8192034219339681,1.7994039241768323,0.7211170934410449,1.3144130154952027,-0.14390310436060033,0.9974182679503364,1.431044158815976,-3.8448231963374595,2.6610165646091057,0.5206453800350819,0.8197684521445967],[0.6704258707603393,0.5103283915084946,0.1928514382912519,0.3664625653273701,0.527175597210778,-0.09832255913614199,-1.2239034081973847,-1.4639538251617072,-0.2761452764567222,0.7431752135882154,0.6315478995254126,0.2854814753813201,0.34029248521225514,-1.9224080597219726,0.6392006181126433,0.9237698292943494,-0.47871862875294763,0.8095065874312926,-1.888764074209318,-0.4786236863522218,-2.9290957877632677,-0.9715783229273325,0.08731726249067553,-1.770035951831795,-0.1692483562461493,-0.10726347196600837,0.0818834603596649,1.0662112478563053,-1.281365747936893,-0.045092256057998104,0.9425297538009574,0.6510286505103974,-1.272897245591177,-1.0136179040593516,0.34694369611050324,-0.06784390548482806,-0.28270166174125433,0.8029721597413225,-1.2350531256603383,0.1154985545890981,-0.05290811362198639,0.5393385733807371,0.6849706379751687,-0.6076456900743951,0.9272283811580379,-0.5435520639487605,-1.0698503684863683,0.45036500268261487,-0.7798355761106329,0.7340123647700825],[0.5946807555592737,1.1514949547650764,0.14885240640574282,0.31862597034638734,0.8815207584020119,0.32412686154211817,0.7166091174909471,1.2056876373610699,-1.7116722647267333,1.5462529892257053,-1.6277142995225542,-1.507013491144452,-1.6185139142415872,-0.4009630534651022,0.2960820330706249,-3.7673212729158023,-0.2800388979722824,0.5873220886157232,0.09576467877720427,-0.4677395308077149,1.4894609132350192,0.4299964214840448,0.09408909160783932,1.2560371866551854,0.28740468035705835,-0.304123183275484,0.26548276275401833,-0.4183319815692447,0.3606723164512172,0.7766000810733014,0.2346509909624034,0.7752100896838398,0.4241211445205705,0.41713652949534596,-1.508895640907739,-0.03300925579723257,1.0053190027378158,-2.1894144105142557,0.37070148456790797,0.6188032838745622,-2.919224699221819,0.041165571314716425,-2.1683198416786134,0.9200169888572518,0.9779943816511404,-0.5536745254903896,1.5670115177894492,-3.2356969554836676,-1.8320222526885914,-0.014288739144333746],[1.1670335370277176,1.1166191426387226,0.7294765647070409,-0.15767913562019384,0.9758331593410441,-0.5232195461449068,0.991090794750921,0.04918058668523608,-3.5536784654117834,2.0758110481724876,-2.482693015957715,-0.7741425056779946,-0.9239553692906036,-1.0096063359272869,0.15064776393431495,-3.436851862904149,-0.9184673026419607,-0.16331997814295277,-0.11288302998053802,0.08077072486227599,1.3739842217085425,0.9682033079141006,0.47205826069094187,0.5000297163937492,0.7193095364492388,-2.169384558859612,-0.7580671774074428,0.33386821759340896,1.2030534789697571,0.584873856669486,1.0864273714651125,0.8486547340475821,1.6728170717838806,0.9423377704035976,-2.94066051500338,1.1412075776103943,1.1958824088203297,-3.334092897363507,1.6181345418025763,0.6790515463425822,-2.957332962810773,0.05200830677534001,-3.099734257851347,0.8554391623561256,0.8972918413241114,-0.8510716894612942,1.3421325782844389,-3.3011435568911693,-1.8349786224675675,-2.048647356399128],[0.10270347778279405,-0.966984446271774,1.0598583934662855,-1.277042548668024,-0.3241389248177172,-0.8509481590121004,-0.5841887587575749,-0.6761718873021922,0.45710025877963334,0.7846660651451944,-0.7087921340964751,1.0395791943125372,-0.7487072895839602,0.990109956890562,-0.4328125351756458,-0.3711526543638434,0.9025346830837662,0.5597015062762918,-0.506052229669048,0.3224672748100654,0.14506358377337328,0.9522093013001105,-0.6350307537576088,1.035496905694938,-1.2607232648823647,0.9503509123125562,0.6161525242564297,-0.2057465639079295,0.5136616943032851,-0.478442535910131,0.22897713727276445,-0.17532381485984058,-0.4941322346956812,-0.43897380454940216,0.44986455186367497,-0.8362431035922081,0.06691641339932596,1.1513006293905796,0.1793618228457702,-0.34780193070753235,0.2661211286812233,-0.8284552972191809,0.23269238118614324,0.10620472078875402,0.2566785064589246,-0.6976945935614287,-0.029505327209476916,-0.6972695202252785,-0.3569632471851734,0.9147060690260184],[-0.2182591549068556,-1.7627532277771707,0.14766393264273575,0.9278292671806972,0.8303518603894019,-1.0745693122284221,0.45428348963371,0.9766209820613803,-0.2331648640926253,0.7198162901412739,-0.7907412966473193,0.41854919391175943,0.3574063621087242,-0.8093240195193684,-0.48265203825756153,0.06743143118559117,-0.2532488568132911,-0.12733360393187007,-0.024742180531953595,-0.6656583935596809,0.21911303409911076,-0.1775660247054744,1.1191139783748516,-1.2528749858483488,-0.5888029607604434,-1.454976539194304,0.3995385236946276,-0.13298692948404167,-0.7716294304962944,-0.7776309268794329,0.30283307302594203,0.4723318110055705,0.11286342836599209,0.4054889429438806,0.786473290359754,0.12895206757402294,-0.5682161271051406,0.2998988493602938,-0.05482815056379886,0.5048132979022573,1.0819415728710033,0.12461192265626667,-1.0256638308112542,0.34200099887904967,-0.2879881099689125,-1.8175265842503059,-1.3337080667664587,0.20464783687835975,-2.195019752216329,-0.003375410272479838],[0.8608558443086852,-3.107534444939628,0.34139353448930176,0.08040376793523359,-0.04296811325677545,-0.26485059400656324,-1.504841531147363,-0.4193186543045013,0.5933270192578508,-0.9537472351173041,-0.3837020314545851,-0.49733778016273433,-0.5688705693482917,0.18759390156416472,0.8164040438261494,-1.18763474032974,-0.45698011114422615,0.25592187357004126,-0.7297446101814647,0.22962850695620274,0.2001965590325123,-0.05875067875284492,-0.5774472708301039,-1.197453840851679,-2.332695853405446,-1.362629445603232,0.6189011071759613,-1.0364167261649904,0.5870641130454652,0.6156238457271186,-0.7300105230515962,-0.6780022772751665,-1.7938360446825687,0.29234237822112186,0.6963667360748822,0.6300969058389564,-0.17090684555181226,0.9290452130828902,0.8797379793967883,-1.1121577860699219,0.5045413021265056,0.28419314241099575,-1.2927205229832825,0.6924213857838915,-0.40562888098056177,-0.235896170236143,-1.1547036433591755,-0.15763536974024708,-0.4810883155876648,0.5558978053358717],[0.9906743727439947,-2.6229501346863375,0.6325120924127416,0.5567212617937825,-0.5502834602647695,-0.595819745239295,-1.7383567708868044,0.6235527479623336,-0.9845720064962931,-0.05747782945830684,0.26343540124540676,0.12221690196161816,0.34820135352945425,-0.46803942585866526,-0.08094244676700402,-0.529971741475768,0.27125855470841786,-0.8974462527065353,-0.9193226207536073,0.09127375341022603,-0.3933555898617444,-0.7993442112468532,-0.18477708478923147,0.5320157060445628,-1.83627773649949,-0.4858690386439157,-0.38631502260014694,-0.3353222389650531,0.08650424859098406,0.17889726084579338,-0.5226151782367748,-0.7084303981104794,0.038623563491319964,-0.7758530414210961,0.30121855310320556,-0.1468911532907404,-1.6018079316046898,0.3789824793950509,0.6561269375905011,0.731353568695353,-0.18850817747942542,-0.5598875852154548,0.7932445600787127,-0.08105804300796231,-0.01804151471780687,-2.282276438945628,-0.09095144396334329,0.6727256777855605,-0.20881396605099825,0.8127143371699621],[0.4046663214106562,-1.2466178106547052,1.042162808721767,-0.7471787955464277,-0.414155720003339,-0.262022991961092,0.09938858294992063,0.06442516344143936,-0.4419268573430642,-0.658965613444135,-0.3337537082119093,1.1713586157792863,-0.5823175341214218,0.7924569447863067,-0.47617932937076396,0.5043739053767092,-0.012937568235726126,-0.48291781446198057,0.26420231450514087,0.02124967385571079,-0.08850981208717448,1.1619875134594375,0.28125148126868843,0.8539734576567052,-0.924187193547259,0.5749197687829711,1.2020529760459524,-0.720780381250898,-0.2926623672060676,-0.1266700775405501,0.5355446148220071,-0.15592620540835514,0.5452823882983618,0.8069016109626888,-0.2708726765949928,0.9731712659957729,0.972387341803068,0.6979910024374544,0.34341368465718974,-0.838818495220322,-0.22143376871185158,-0.3921064605014731,-0.975549522231604,1.1576973576267826,-0.32175623187808405,-1.0031700566735993,-0.8984807688500586,-0.4677428446958565,-1.3445015557627649,0.09073217572919678],[0.36530427571052304,-1.902267185349315,-0.0029321759607999227,0.20553660338730523,-0.027136853396972457,-0.4930704308646669,0.532087175707769,0.6486729677344072,-0.7497025485383808,0.7904760293529721,-0.11929419428783915,0.8195765929069045,-0.01573800608901845,-0.2252050803654129,1.053012036363788,1.1288474238139543,0.6149535664050245,-0.5739043296266928,-0.167304939051585,-0.6495445146921975,-0.1882905451489944,0.8344163125708486,1.0596331767452905,0.7850642135035532,-0.8616401728145093,-0.18470976416338206,-0.38333946103661004,-1.230154427811421,0.8733520514787511,0.7859398361496102,0.7740058059968634,-0.2933900203692042,0.4259867251956539,-0.052491856703816064,-0.9204318845305293,-0.24156614820198344,0.8596948361650529,0.3736037515848773,0.6382017537695581,0.2489153131337695,1.1614978091390233,0.3875610289907673,-0.6068442219313468,0.13037799412305293,0.23009589005119133,-0.24388694529184035,0.32944080623880684,0.2986285699577415,0.7054648026552125,-0.3903132513491121],[0.33449397107353773,-2.933187276158544,0.31969283911640856,-1.3474531056285748,0.06759008091915619,0.5016210683229283,-0.3851447479624316,-0.8795973938937102,-0.42362133015811565,0.21753230456756628,-0.5935562791188939,0.9487497124313751,-0.5569616667954779,0.8345119900528143,0.419559755933319,-2.0370901868249627,0.6864287101385299,0.6821324080563602,-1.7699731831760586,0.5753784699215695,-0.6818913649724792,-0.8138414591834187,0.7969822406565955,-0.477307991419578,-1.8814165671561967,-1.6777449109614906,0.5828047565465077,-0.9098145164756198,-0.0398722041859984,0.4509013103928635,-0.06109609702577483,0.7364197701229053,-0.6802909991013467,0.8946488968975559,0.5609997313480349,-1.0433649622850933,-0.4225846286175628,1.0338932687139004,0.10262190301552752,-0.07228030399942224,-0.7205626663723622,0.2684940551270814,-1.042921693403268,-1.235853686419037,-0.8336349139055121,-0.5561600140026877,-2.327780738851588,-0.1650207868939483,0.19440304932811442,-0.07475704090143848],[-0.40213138238281276,1.5996043808747749,-0.942813004661765,-0.4700830070881542,0.4688886478825398,-0.5340106058725173,-1.7542464354252028,-1.1372849679890304,-0.9163232125639451,-0.22651063533554242,0.6703239578868287,-1.871697582159342,0.20243828998811303,0.7669903316892567,-1.169459230889441,-0.5442358942959475,-1.747067075778686,0.41499166725034786,0.7125170214836818,-0.10446137754253364,0.8755382241100003,-0.40339997718023746,-1.7765347009609065,-1.3517559742941412,1.0394884592356028,-0.8713113843082467,-1.8947200195755824,0.7866403013448946,0.5582865923421245,0.1728442845792894,0.9051360558362223,-0.15218297162039815,0.26719396833845677,0.3573599725600832,-0.5445643340809477,0.5087991149773855,-1.6486248250193936,-0.27452937765856117,0.5469230605010689,0.13857201669029262,-1.5595323747403185,0.7874542993334609,0.07991445468265584,-0.7082693771940437,-0.8412775372436895,-1.1152848524390415,-0.02892335961764123,-0.24603598675744703,0.7413025256919619,-0.00786200262248145],[-0.3333784455595115,1.2152382435355655,-1.1599186035919065,-0.36098335280049865,0.8093449776536794,-0.44921247420141625,-0.20494442025820797,-0.9970360714529212,-0.34539712951000545,0.38990476790597706,-0.6738859337256549,-1.7951484688664088,-1.0848098354486784,0.13936655342509163,-1.1632827473070502,-1.4342599151672992,-1.037482884449087,-0.08567107985354273,-0.4564288661856729,1.0517180795320014,0.632561268189791,0.46456231882114457,-0.6021186602589733,-1.3226230399040457,0.3901897034432566,-0.20728580370591523,-1.0470603417472393,-0.2728527660310113,-0.08513055358549576,-0.05384243920231413,-0.7511886179288103,0.6731250393125418,0.18169441099250103,0.3913929011272417,0.14699001371356427,0.43251012415224144,-1.5898018031088752,-0.6110699746440349,-0.7812858973790557,-0.8849809280128113,-1.386986689249127,-0.05671778995518269,0.2240694797572488,-1.229247031508993,-0.5682956234092413,-0.2617851286003501,0.4904957981839429,0.3017495150658639,0.1915921735364116,0.14289590724702442],[0.8317767431385931,0.2341495976249585,0.19746024547088717,0.04365754480607603,0.5674262524820867,0.05795050080149223,-1.2024732621255774,-0.6411276215842593,-0.7642047658255413,0.8301435479791986,-0.23016280184099908,-2.1254714538155577,0.08468398993156007,0.22828876756550132,-1.113664989696239,-1.3214898809386544,-1.8281937577900995,-0.7996875079254802,0.23011408063021938,0.627963679752001,0.8418675491236761,-0.7160631895867601,-0.06940216238331169,-1.725186819791527,-1.6370246593655224,-1.3913108469073725,-1.1728843809274832,-0.26807790132690834,0.1647714174515174,-1.3520676754254193,0.6043381813993138,0.5575017187073623,0.26451294405991044,0.2949783404872905,0.8093950547466965,-0.5307420851633521,-2.1936284040880905,-1.3571029473683867,-0.7565527742809199,0.24147289985460182,-0.23962338718965906,-0.13113992114669,0.8350528438380274,-2.151399994752464,0.68393823180525,0.07695468162983322,-1.1043703233314364,0.03949660941327144,0.3712860508125423,-0.06979085794594264],[-0.044227525363888194,-0.15344645343415508,-0.523622489959098,0.8438569652990281,-0.4406450970352118,0.9502606837264181,-0.5552132787484951,1.0058902561951075,0.9972971894680787,0.524758687346987,0.7007992002562824,0.3536120258376734,1.3382748119065633,0.706258381630442,1.0256615094194979,-0.04169250776576551,0.9100597699861364,2.324379997130143,0.28140232191914516,-1.03161734734841,1.0518730267197078,-0.492113929099894,0.7655636114230894,-0.22094296125549234,-0.42454669381094384,-1.453401777873241,0.6857235174982763,-0.8761956286008159,1.1828203716025751,-0.6196558118014567,-0.15382716268095672,0.5979165055099098,1.2753481666240165,-0.2503722221740937,0.46552080929763473,0.35870649492573253,0.37706050152073617,-1.18008040153219,-0.23782533456242083,1.7239261792657117,-0.3400891060281465,0.20959921256559655,0.1937269733665628,-0.34741774464795616,-0.9738816050897218,0.04047253646536026,-0.7738236574399926,0.07803266478005735,1.3348456092230294,0.002872287622567549],[-0.9993369097370782,0.9042079028672793,-1.5885855927107317,0.10873644493861194,0.7055582273841732,-0.5549810176854885,-2.5415225658840264,1.2292553746953372,-0.15558327826077384,0.7846799970268905,2.0042623158853665,0.6351056063312391,1.6789580359371654,0.11482987858168155,0.8467648139766288,-0.82811874028417,0.978250810074234,2.572669130166067,0.10337403468464276,-2.0346464978189718,1.292981609986467,0.27760504812966913,1.2890291523142026,-2.187006133547673,1.5051494480017271,-1.6103718519565986,0.12754177957103272,0.3791294249183196,1.5442122088828936,-0.24884420141850974,-1.8639099402716115,-0.9430644224007905,0.8575392957980864,-0.22295513117987575,0.4291894300706841,0.9271877406891366,1.4691089341273336,-0.5020256062744071,-0.3890630263997887,0.9422116853800486,-1.9979993984438333,0.18372102010866498,0.3698038467272518,0.9289913563537896,-2.255934620660994,0.9267238120321514,0.04336419638467163,-0.19207452349116688,1.85259133697176,1.0536257519491166],[-0.29429678982426627,0.0879931351050282,-1.5202599524130036,0.7688691944432591,0.1797531786216122,0.5449864459348654,-2.2026840574598934,-0.45424558440973195,0.6578777854643694,0.5231062314032024,1.656846091128649,0.8397071718782736,0.8418049130226853,0.36634252571472925,2.1014291834634005,-1.3558835515930576,-0.38224286755619347,-0.43668557617896014,-0.27368080294320146,-2.4506450892852563,0.1531765435726476,-2.4854000716283515,0.9178337608445606,-0.9214096234223127,0.06132880362378324,-0.2096758697181173,0.4821400058904157,-0.38874899587175343,-0.6686443783885879,-0.4876675128765455,-1.65693537950962,0.1430544164695552,-0.13290315956464718,0.3232720182748613,0.5893612300934168,-0.029774538633683238,1.3003397086985369,-2.31898702263082,-0.7500638621050251,0.5643481139588302,0.3838330109313402,0.17189385177263525,-1.706840896958354,0.06253756919230344,-1.3856662606510266,1.8259026469856905,-0.15083472628541303,-0.8212449681028972,0.8746568755295138,1.24930752976365],[-2.422028959539171,-0.10404673115231296,-0.1939390499548017,0.3426679614396344,0.7501660654095639,-0.5532106938706828,-1.5765574936266833,-1.831420450231275,-1.1936089817876874,-0.558645644081663,2.9294154815612177,-0.021252393788839863,-1.221356363839791,-0.4772896944654642,-0.365552385151635,0.6675747209646553,-1.404071715740387,-0.8596839051286373,-0.7339014311869124,-0.25140568777942096,-0.4942710461476892,0.31756867275791884,-0.5388648303151079,0.08188705728132992,-0.5950202235191346,0.25392841400891997,0.1764989122045007,0.15959655716741952,0.8336772408462343,0.24544907121286105,-3.309601208368747,0.4228438337647499,2.356646047812914,-0.19685254185560008,1.2406291018890585,0.942913970098216,0.11343550900492849,0.347285695902965,1.7555410031296284,-0.301559563318708,-1.3265758862213932,1.3585229658766005,-0.11304044481819192,-0.5453938452034988,-0.6217438090870498,-0.7648231091109692,1.0538347810635453,0.6840130235296101,-0.6839637330943231,0.3797666799914573],[-1.4366362216367485,0.4415580792630008,0.98667684176681,-0.14478010394209645,0.4694910881842085,0.3967411300162036,-3.2419062570767228,-2.2971665729182944,0.047384282364725014,-0.6442583626531775,1.9959758841677122,-1.3533631088848037,-1.276206485883308,-0.7448670045060317,-0.43706519249829706,0.2003385215628609,-1.7464870066277318,-0.35580818148334553,-0.17660091715609377,1.07152024939202,-1.2851614741281563,-0.15425487443528824,0.6467495164513254,-0.4712504514701541,-0.5548115947325574,-1.499350520792783,-0.5444504908083253,-0.20103551635931854,1.332724494213752,0.160246208539772,-3.069844320715566,1.731853815942353,0.7254750221483356,-0.10822922073054989,0.01990262064452301,1.2937973297242158,-0.3546109399467871,-0.1624424397294016,1.3767901999812853,-2.085904416748653,0.138596689285005,1.825707900162005,-0.18127298708447367,0.22488783844365592,-0.06204133766431237,-1.278144957224439,-0.0975119949382231,0.9479360155626243,-0.6890471966968267,0.4646577687717065],[-2.7583277082270845,0.4630902189792704,1.249100459556992,0.012020337947162271,1.3933659762733255,-0.3848802543583581,-1.8807092850479572,-1.2842924269915945,-1.78949105168681,-1.4263863903026095,1.3280295850538069,-1.4046468557444103,-0.6975529101142512,0.27091998884248786,-1.4810240270039157,-0.32354457820405513,-1.0460769513481345,0.18808184888467233,-1.1993739895123399,-0.31332373950956216,0.12956188825567538,-0.6831063149283361,0.9353638731269923,-0.4572060088835219,0.1003591693599122,0.3357101044489737,-0.09868305629873225,-0.16455278500656145,-0.4154234547107314,1.0045931801605321,-1.3924337881159345,1.0715477974292713,1.2792353651258874,-0.3961458405795506,-0.05234023216021787,0.8081610600958304,-0.6396577396540335,-1.2088793472078672,1.0183705539687329,-1.2528962310859788,-1.0732524256412972,1.323795627804342,0.8132223322126683,-0.6565650085156127,-0.6430847104232789,-1.0828509999471871,0.20807124983770894,0.6774903800707172,-0.014599948531078866,1.0149043537254872],[-1.7421596260299659,0.20208881271900625,-0.07113691558043757,0.33413677018506555,0.9772971699572996,0.444315785316976,-3.152119810799006,-1.9928957700020196,0.22085671179400668,-1.443287742429738,2.73468876512093,-0.3699817285340353,-2.1172260395729143,-1.020981542657791,-0.2788363615182795,1.5604164909994827,-0.6407851020598572,0.5172833665687455,-0.6942010826622343,0.12544619686060418,-0.42658159752780167,-0.5747619903399178,-1.1249889687682213,0.29407842524123173,-0.8898224744101578,-0.41877458912053916,-0.4444261911360242,-0.1547833685788306,-0.026201718110684412,-0.4802514959650353,-1.06144361408159,0.8696332907737949,1.4018156150828625,-0.0793629783504826,1.8448532239169066,0.9873128260860601,0.4166953348848419,0.2612636868935867,1.2674557408690705,-1.5712696409514633,0.5374874228924785,1.7112547362286141,-0.28242010206019663,0.6024351872259324,0.4190747137139585,-1.7926140218096995,-0.16736264982646304,1.0619487552354616,0.7420899554606021,1.1179635142698194],[2.1878705031646875,-0.593895894190275,-0.6465490639691261,-0.04930871185694217,-1.6881282013350412,0.9676358681649149,1.1841924188759576,-0.625162002542717,-0.1450624513002018,-2.4352488448442315,-1.8425568688237832,0.8097447515699339,3.3207887387714328,-0.04733400915795968,0.23322234528516414,1.0907025969749207,2.2751573389832616,0.8939782597342355,-0.8500020406982088,-0.27367221442797507,-1.2706208186234933,0.339995407353694,-0.5704229823469256,0.9236115348569381,0.26223538701473953,0.7915267558247955,-0.49212625439740476,-0.599026452833178,0.2738715102943951,-0.6296106450724851,0.6653437931279556,-1.5756969305239379,-1.37754781428754,-0.8839794580632575,-0.45836836105454865,-0.47061928901463806,-0.20321349290398122,1.6465138874909646,-0.972047669104094,1.4203198523252727,1.3467785532671743,-0.7332027755172821,0.19184478661373397,0.8553660078818545,-0.41982383787194355,2.1658536359410125,0.2617347269761567,-0.2720951700894387,0.9849386517643006,-1.8879309469602212],[1.021821949718757,0.5264397206096695,-0.08360324429459003,0.532624981029552,-4.1791535491540355,0.23752440473156847,0.5083606371303937,-0.143705261085842,-1.8471352291602985,-2.2649539526172293,-2.4885877540146866,0.6284207203508729,2.413125939287795,-1.5379298420284035,0.84984164943383,0.36781684737678705,2.284729103828658,0.7963747074569046,0.05400088905102971,0.3780076010584936,-1.0295171448485496,-0.6507709851412181,-3.1883808934898297,-0.7467710436487379,-0.5428380101717679,-0.88875567707605,0.09728110361479093,0.26334033178481464,-0.0413169065345349,-0.09456225408068142,1.5231632052612698,-3.323512093994489,-3.675884454398796,0.44326326825849416,-0.4228815707393502,-1.7436912732236698,1.005255968249155,0.9561275170793528,-0.28435571714652186,0.9692018647719721,-0.1565072417557583,-2.7940720633119573,-0.2111099499992181,-0.9445513316699868,0.09324504773654388,1.8246385782174117,0.2686807165333767,0.17326688724222122,1.1030647606091597,-1.2480060834949223],[2.334306249745343,0.3058378248228912,-1.4105036945141525,-0.6979368514730863,-1.7800983304867686,0.40611833715167145,0.33984481911388936,-0.3206115250240623,-1.561785780326206,0.18767663396427905,-1.8043799369418212,0.8615303934783134,1.7507232787232627,-0.7559693605193918,0.761695328870323,0.9742500126634424,1.846003345109705,1.2883738640043123,0.4960137282559431,0.3977162896938422,0.016573845455687977,0.07504570302036716,-1.2267946123550528,-0.6011798122518174,-0.3079937679901416,1.3751166901813785,0.05183358596635524,-0.573685325971457,-0.7628601512555674,-0.39641994582458967,1.562372011188619,-0.3184508758159498,-0.8842923163355575,0.18932282476578585,0.1750365938431331,-0.4708774202762284,0.9831236893285186,1.3236280833381935,0.005160358698943648,1.1802797271377417,0.29826008497782425,-1.0548138615887168,0.8057445920378673,-0.06068869546790059,-0.3571994700587733,1.9351846645672384,0.11360308860341332,0.44331726339489186,0.176496276081566,-0.6458440540445641],[1.5551116593869134,-0.7329580259509163,-0.2593304519371178,-0.7900973626858485,-3.7576000211720455,0.2900936802953535,-0.006612760945766758,-0.2791348417465212,-1.8678872125962669,-1.798032562467579,-0.7408475344920397,0.5976569557107769,2.116985357699706,-0.8960446663733808,0.4040763398166654,0.9358625707432299,1.067232922047341,0.9925372748549189,0.5271822589988778,-0.1264710010072735,-0.7472225786029435,0.029468892084352206,-1.125875897697386,0.06668721694107096,-0.7781327886959007,-0.40616676905138416,-0.3897381041699392,0.033066614956046285,-0.7621942401260402,0.8558310739653958,1.7122468900106267,-1.569762038921731,-2.0640048028797144,-0.46505968387419644,0.474769904873931,-0.8725210447426937,-0.25496394253709875,1.4390492150137861,0.6126299194807818,0.5801533604410101,0.15585244340224053,-0.7350924747797685,0.8269994587883467,0.5649751646451352,0.5189452421456405,0.4451417429469833,-1.4332571921406945,0.8024125700652014,0.8666810754419125,-0.5412088549749265],[-1.6525830915825743,-0.5116196643964617,0.08563221820802078,0.16322230769686222,0.895533238797148,0.30166756675686973,-2.7583496338011355,1.2840034488260421,1.0419248642269427,-0.1573169308026595,-0.11576821908714445,-0.10119202713282979,1.0692248552109438,1.0243821549693954,0.6228037500661106,-0.257934969780864,0.8649723557413536,-1.5492683157834564,-0.7756297683274719,0.78433869275758,-0.9511105404572349,0.9432436561369181,-0.21871808503381124,0.1444335746650081,0.18397064232810265,1.9278695022675312,-1.1522766195258456,0.02228106528168441,-0.17976198327033688,-0.14047913265823792,0.5362466661933026,1.2814961384670536,0.5284591694882323,0.9873643213079579,-0.7214049780989791,0.5014890584063765,-0.5195842326624873,0.9837434180487604,0.2992309016875535,-0.15056570134018296,0.12807473812835352,-0.2855523994378195,0.2627426822545455,0.5620275265020166,-0.14493381803850505,-0.5506449629917329,-1.3112972019218676,1.0531054867924012,-0.8639113249064423,1.2415791822926006],[-1.292915483115002,0.9001407185997972,0.5147935105366143,-0.5801936334632996,0.5362605876136123,0.8629390350313372,-1.6700221534411592,0.03442456080230784,0.47284942842338334,-1.6907907046816246,-0.6780086545222281,1.0780758732622835,-1.084037983085945,0.2806829459735998,0.1307993483290761,-0.2755293558360595,-0.2602964364893812,-2.0936371599326753,0.5384396746045699,0.8237261966518731,0.23403130857030552,0.4758941872119311,-0.5979149934559619,-0.08371305894408414,-0.8357180292945863,0.026626681985656854,0.6020544994183333,-0.09757443918136738,0.035429181183833376,-0.17167428113218688,0.7083116859069404,-0.5299217311065755,-0.5983456126512201,-0.5215387173231391,0.7510743613985439,0.9597141144795195,-0.6602273551724703,0.6718854543670232,0.24107350914554287,0.5515250258324039,0.5266368653444576,0.671357938997427,0.7614597005848586,-0.473685083816313,0.9114741255084928,-0.5668119387821122,0.6410122336771895,-0.4225363131181262,-1.3856244772032238,0.9705685151294643],[-1.6235633580860183,0.7031727495515344,0.3475992774115666,-0.771314462634918,-0.5322016715552497,0.45834288253278305,-2.3871894378740577,-0.9296741687276695,0.10356412419093051,0.29476501812142464,-1.2516628974985562,-0.2796063178466458,0.6863567516043148,-0.45883649439438856,0.5451270438111349,0.4207718198998623,-0.2965668403523961,-0.11937868402746829,-0.3432096295723172,0.25325913032727293,0.0990772391865762,-0.00893262632414898,0.4357588260174228,0.6626019280687234,0.34242185521015944,0.9883019503036498,-1.6242081628278804,0.9041096083299066,-0.2928304282776644,-1.319438760613066,-1.1111235750731214,-0.026966880059724772,-0.6983498846745074,0.31086108759665737,-0.3644395467487844,-0.4114545379801517,0.5387884350337437,0.9482253749398798,-1.1644840180167484,0.5859756375347847,0.33860145209404297,-0.05379700611462759,-0.11685088078133704,-1.4056326510201589,0.5705144706349594,-0.48018449826471,0.5164379980180155,0.06774953804747243,-0.5572743183356886,-0.4513792922250073],[-0.17727220014697534,0.03519310405698368,-1.8377075750888094,0.39892904839450904,-1.390183156024397,0.5853730260173262,0.2851827489129709,0.0193248056362094,0.186710746477457,-0.742037748430627,-1.2935737037232322,-2.5442589152278203,-0.31301950194089373,-1.6916254883052324,-0.9592525788539452,0.8913797367035141,0.16487835746799184,-1.0649313003063212,0.6362848517586163,0.4415912886518509,0.5282077155053952,0.12247505764029673,0.7181259846821921,0.5184906414878111,0.07590257132076647,1.116747364679198,-2.219595029175404,0.03534123157241377,0.1809133395374056,-1.0733940430617608,-0.1251802119278886,0.11753048373257094,1.0495406971230647,0.6027781725887239,0.7863884240036332,-1.737560701483651,0.032039722544515516,0.12283337245105602,-1.0527695395961592,0.9728325384661635,-0.6865106830274827,1.0326992541212745,0.8801981440393394,-0.05055561107076843,-0.25034581273437134,-0.3032593265197857,0.4023341000485705,-0.5104720104630176,-0.009754779927587835,0.2747403642499454],[-0.45234834880355607,0.14647182528427266,-1.5656898580659435,-0.5317348633522054,-0.3724141705248248,-1.6384622478443267,0.21730133583212097,0.6342510127707548,0.6573018577405839,-0.6928592981084878,-0.4901435298222816,-1.0473584091515222,0.7349274000120659,0.12998998033514286,-1.6483363056862679,1.1418490137874076,-0.8129566345771655,-1.2158944180172226,-0.21915025595406962,-0.025759623718816883,0.6133827461666324,0.8899058302972065,-0.7602128090154731,0.9409737042111705,-1.582703037975482,0.4584918362827077,-1.679062298842926,0.5998994272970742,-0.7294985244689467,0.14941095491089537,0.6702848097556623,-0.3526703402753462,0.18459398196890503,-0.371257446805315,0.9179468999183347,0.8707143006650645,-0.5119622526906163,0.4113947585798892,0.8263457850843132,-1.02416626603217,-1.4799784795921285,0.5380511481458328,0.22692564309082222,1.0483670060691495,-0.19406668156207452,0.11525683585519098,-0.2581239497018167,-0.9359747085934083,0.9004707038460183,0.6309809676905863],[0.03801935326552977,-0.19548356948575113,-0.09033565730795726,0.4267846519715856,-0.3519970068239622,-0.7430857389702893,0.46902320380024254,-0.043875951573623374,-0.980272368771962,-0.7628148693079857,0.6112031765387671,-1.7871122263435593,0.6195042657242905,-1.5102105457404797,-1.4435721694727996,0.6777593933551933,0.0972112228554658,-1.7428481831118918,0.2040462507581079,0.680044911648143,-1.9412473698834605,-0.8057012112250956,-0.661269190787318,0.07636014866695773,-0.5748410560829533,1.044659627451535,-0.0771176266960847,-0.7735767377648397,-0.9236004136834799,0.952843220833581,-0.9516989836137897,-0.8729838618568041,-0.6666094292964275,0.7315753067023005,0.45507753439989024,0.8112871421802533,-0.7408640231574687,-0.4664237607427063,0.37894444718940223,-1.682251118231896,-2.20582971881013,-0.20155776303042536,-0.6655751913532714,-0.19199229893521813,0.14041252433335563,0.5819726594258969,0.6499703185263872,-0.4717763123265833,0.11649753945707031,0.2312499646151476],[-0.9953363482229289,0.6324258068988245,-2.5507911961908416,-1.2470203288266304,-0.5673008676442558,0.4092719531247785,0.4298653375930943,-1.9620391683038345,-0.04636313637630932,-0.3341439085180423,-0.9694552215863876,-0.3931260373567716,-0.5251760155955973,1.6345298615367416,0.713234297616904,1.0185306596977768,-1.2962023328676902,-0.6324337116734493,0.5216694409025839,-3.075584390233848,-1.9259423723803535,0.9286552294813024,-2.0660685345793763,-0.8049938514286153,-0.0848706690691875,1.8327268532912104,-0.23117512945166188,-0.2996995515441539,-0.4596256777468879,-0.6507589858534086,-1.7191660108145568,-1.443638436228632,-0.25456089354222283,-0.871745869983874,-0.303409184266662,-0.6257791736875601,-2.1587910446492113,0.030570485084542347,0.08103052573696615,0.3495804051059126,-2.20329130403541,1.1678619117426554,-0.4648286276198097,0.4106029661644473,0.8732987170744578,0.9015712478083395,-0.04308224025751358,-0.7244642028358383,-0.354448121300082,-1.1969409621584346],[1.255302604446049,0.8303116418958102,-0.28414749701066094,-0.704301978497807,0.001415451866788544,-0.12000342885860658,-0.22532716731866284,1.6053519062811898,1.6781631093457419,0.0653104705379772,0.49240975488077715,-0.1705741842692204,-1.1376025850243807,-1.625497902571566,-0.02817001755663891,0.341995103031774,0.6118976194810365,-1.8298912829248826,1.6680673384661093,0.5880731671729149,-0.6644217103834733,-0.2647264506830814,2.9243538860282836,-2.7564248820284436,0.1809334543106685,1.7085843124638271,0.38217520471887384,0.35053649609458043,0.8648097899360724,-0.01760974027387568,1.1338027239515978,1.5310121728589376,-3.350136491113704,-0.8174563504731319,-0.2084975786002506,0.18845135948666314,-2.76631031191118,1.2390500294524285,0.6973102420642421,0.0971766209706029,0.6298108652928277,-2.560077787046155,-0.38127500604295367,-0.5340404080946919,0.031836152008431026,0.6226499695939602,-0.11732360414063353,-1.6638559323990572,-0.9102169330076669,1.5539333505825186],[0.8869958052759818,-0.6859725978548427,0.3684310968898938,-2.2523462499770575,0.24885342991534126,0.905190388788521,0.8087033462508122,-0.5452223188847697,0.2401729670307267,-1.6540715501419967,-0.5832620534116961,0.5273026725304808,0.4621257962111532,0.11364180331730529,0.4382914318085948,-0.3038491719687665,-0.8096384830514523,-0.5237203953265197,-2.287327071067679,0.3886016389993599,0.32138871289791093,0.7830742891073095,-0.9271798866815721,0.3834417930092068,-0.5626800427883363,0.851700261147778,0.7402257855889395,-0.0599982167278642,0.4574299052449038,-0.8370668073681944,-0.03571698101215576,-1.8315226621592817,0.9963161985064636,0.022222895675978224,-0.19109301745347831,0.2140454543819503,-0.9245208030521883,-1.1933895780526496,0.17506149511807675,-0.5089627076733881,0.2713488381450133,0.4888154056255992,-1.3602339210845287,-1.3689689981096174,-0.19908820858444914,-0.5141873434084896,1.2373598911617714,0.5324075574090577,0.6801548195332812,0.9480976563411371],[-0.1890798713984299,0.8185688263457853,0.6935808351682875,-1.449992479756643,0.8534341049063686,0.37406181652138254,0.9917791775911626,0.12382030302575395,0.9150278667164393,-1.2498415839667059,-0.7255546315861056,-0.567582196488167,-0.3314968254558266,-0.5827758450941872,0.744096679404417,-0.013730285532300364,-0.8785000902287636,0.2352308001996062,0.5941611471589238,-1.061710888147387,0.711837416276866,-1.0063536918800098,-0.16965596740016317,0.01747695816456305,0.7251358720364202,0.7063814072238449,0.08643043437853003,0.5354939608778331,-0.21188106250307778,-0.07834363661371524,0.7547317732507195,-1.3731986488680377,0.0004431276519657052,0.7715615836855562,0.8554616601786182,-0.8221509823249108,-1.3851364864529296,0.5747093281326976,-0.2119954953427181,-0.8313519434814651,0.7133615567904981,-0.3574998352816648,-0.5405045284665341,0.42883729196911513,-0.5453656269626157,0.18098821573657986,0.05288069651114641,-0.5779069623515104,0.5140785137941319,-0.010936745813982324],[-0.12003716089914983,0.49519748391136625,-0.07789958770929747,-0.488862567289387,0.5938115556750765,-0.6413932132134001,-0.4764015654916655,0.4216018695133986,0.32834067768684194,-1.0729820941490826,0.35058725251350414,-0.6256940735975852,0.4519986201420938,-0.37946204448291454,0.8187690918911017,0.0791271182732192,0.6177396947980263,-0.17292319516135296,-1.6013775660989367,-0.19647853892856035,0.14139548650141784,-1.1195897716375998,0.03638999920234784,-0.27649882983711543,-0.07527513450904463,-0.2953013346737562,-0.9040991907931618,0.8034041865259147,-0.6707030081202796,0.6281792972239383,-0.032716620337734634,-0.7045622683535693,0.5110269342251568,-0.3912599081376508,0.06303740780192872,0.4334585010139547,-0.6285095009312877,-0.6648267250234703,0.485982845269084,-0.48921735167997216,0.32017791408577206,0.718781503556273,-1.0503305075928395,-1.5151954870909536,0.8109244059436373,0.8667237106897151,-0.4406820911400602,0.2689874841859894,0.15536617430448524,-0.3161624134467982],[0.9331178787646169,-0.09792679877902231,0.3230453491137531,0.2927703762532066,0.8938939332203689,-0.551202035013134,-0.6149516306198981,-0.38727536392068196,1.8082633990644652,0.751323994330495,0.4907110877489815,0.7931633061438104,0.7936007645064485,1.5507255675781597,0.5876387031147523,0.6164394434910249,1.4479339834325136,-0.3866629046034162,0.3840011327507191,0.2904368832763449,-0.9230584250651303,-0.7056733080904513,0.597416141536765,-0.3250035102663063,0.08788858355132063,0.23752821886751901,-1.4808935422972562,-0.7263665139601004,0.32553026856536665,0.7805372388850311,0.45205650962689337,1.212382283594037,-0.032190704731889445,-0.7140314149238292,-0.356242604515186,0.17258673809978478,-0.25719274957495675,-0.879337294426032,-0.4868792029734078,0.18241870137149202,-0.1527029942939663,1.2460842783853845,-0.022549424420329266,0.8058108635773755,-0.23106966900420128,2.02329696376947,0.6224072511706054,-1.289100174528403,0.9758167807163182,-1.1454210668149722],[0.37711370472593403,0.6603053369474433,-0.14780597211837473,-0.22587022935365494,-0.24218410208689575,0.015589927706312847,-1.3124923762893057,0.375189042393255,2.142960678225429,1.722157415256223,2.2347849562549684,0.025779441712010485,0.003699003709623002,2.2676484506338213,0.6483503956688383,-0.09190889629375998,1.7623294775031029,-1.4391537916762251,0.847506396241866,1.0387554535290147,0.6507772142535726,-0.46745113039374797,1.6695079837794504,-0.7162287682892508,-0.5200750155178484,-2.050704592895309,0.7951886592416813,0.0862008170800526,0.8137439832396466,-0.7628898673627567,-2.503959827934504,2.8901715447395206,-0.1788649877621117,-1.6431129270527465,0.006010690261607816,0.0817953436222914,-2.6633291378724673,-1.4166146248070102,-0.5201713262334183,-3.654395352797347,-1.4805423920821295,0.7402815657390776,0.3552668609082587,-0.6355536893655699,0.9260409623789906,1.7501171243295275,-1.6584145398077426,-1.9203544136102906,1.784521285773463,-1.4712849637471648],[0.17703529869081847,-0.22227625860214242,0.2873027275223907,0.17114464177367206,-0.30765198408268674,0.75601297393637,-1.4127834514623498,-0.8302809072298759,-1.9273982903174778,0.6759699068635779,-1.67439299225914,0.7018835860696897,1.476598030011611,0.8889945105214996,0.8571300564309826,-0.8045189742860321,-2.3198356573297203,-0.4759227558887409,0.27815940116491755,-0.10715132138321122,1.0201521079265166,-2.379944951984458,-1.837550790404491,-1.7868108919276235,-0.9469401476865944,-0.3588093536580368,-1.3147945347617402,-0.9814067163947233,-0.8907477283513758,-0.38976150182305136,0.26375019629703,-0.43508737615228904,-1.7448598945471012,-0.09536379118096552,-0.7168040210809057,-0.5075961989697512,0.9951963807028449,-0.04940223681355333,-1.31789804576277,-1.8333068349717312,-0.15955940773857313,1.7728453225991045,0.3927867134664421,-0.03685992921175151,0.5566944099594638,0.451070700516516,-0.46692368333906925,1.0646178554750232,-1.1176688522318472,0.4324252446401334],[0.15334662715767272,0.2807870957456769,-0.7731720637165906,-0.22980334979099015,-0.24840083983930056,-0.7535799194301702,-0.3434075788847684,0.7968935513939004,-0.5361962900842618,-1.4647984974947215,-0.9597445643375203,0.8811344742996081,-0.16860087284787725,0.9593648790038268,0.7958023549536455,-0.3704704047660484,-1.8120060796670872,0.331853215678751,0.7517879781326311,0.5203931909660794,0.27522983773020654,-1.2427392271077724,-1.3080605086483956,-0.16420568996018142,0.6028912106449418,-0.5818617788271524,-0.9098653752456409,-0.157177201449335,-1.2176992627947465,0.6022448906883704,-0.045080677252562484,-0.12229522537891246,-1.6106623786335208,-0.4712912504831767,-0.5453171812869588,0.4660438015785919,0.2515500885514069,0.9443563810829647,-1.2835327954420672,-1.325662063081741,-0.3911597139601322,0.6108550682289373,-0.2519356782769337,0.30939823441641146,-0.8331658515678534,0.025522191786650137,-0.25855347892990005,0.330962012293891,-1.1215755560896832,-1.258412138177788],[0.6203127644044796,-0.3372125664446977,-1.3886817396425548,0.622473697698305,0.1429081301228751,-0.47308338517586807,-0.5496870297493406,0.20670176562081288,0.4759565341408605,0.270018552303037,-2.0420369692784077,-0.18836569645759885,0.5205909662407723,-1.2146215416619643,0.030979579789978142,-0.7166016305844582,1.02386600490841,-1.6136036045223816,0.01392151794693612,-1.3143396938665708,0.4069780775243407,-0.7323154592255966,-2.570327274109742,-0.17061724459977468,-0.39648465927275034,0.11349058668653475,-0.3531028112250859,0.4950032686661912,-0.5667550937336275,0.9706852271836466,0.19463455003315883,-0.13982823927654134,-0.00245192089927892,0.6641222207934472,0.35866197734543287,-2.150441783430063,-0.31497951892149784,-0.34154074627491793,-1.3378511013216938,0.06292138943570974,-0.3947713601399102,-2.1095894142112717,0.5464410039261194,0.8663890167890032,-1.0991651494514534,0.43481269094297875,-0.09016313025699957,-0.4274996977653008,-0.6648119656284209,-0.6604325061661526],[-0.536849795554416,0.4091627816201178,-1.5115269659394253,-0.13816340535004382,0.5038087192737861,-0.49965884904190905,-0.7125900982358156,-0.7637457419309599,-0.33624622389735537,0.4557070016073555,-0.9208966331168444,-0.7039338987216751,0.968416031035408,-1.0390004883518618,-0.18379963492508103,-0.9887079503397466,-0.42474347784093736,-0.8612117758115978,-0.8561966964730322,-1.539316822591497,-0.015182104341767576,0.7431159615607695,-1.1872404460423553,0.6152369803493652,0.418856620745925,0.946812444753378,-0.7263691072009258,0.5677938297040107,-1.2682793642252477,-0.200515156183163,-0.1137477345689692,-0.7623945583396916,-0.4163339627480951,-0.39826405556300815,-0.44143427507192823,0.2080022293942475,-1.041022099283455,0.13006182799776636,0.7086398418399998,-1.0428191189910252,0.37286092482630545,-1.1126329060913724,-0.47128192799525886,-1.0018150465707079,0.18865269854893427,-0.025288126527946635,-0.1748645628566763,-0.20964397924453818,0.3856209941171418,0.40096614531851],[0.7998478924163785,0.2654431497804073,-1.1913095068949855,-0.08509287137581302,0.3294104850111578,0.7831125513348542,-0.5834285123275564,0.983371615932397,0.9336846469002721,0.5471759561065087,-1.8060524859691962,1.059382187164944,0.12081963463637103,-0.6014044626572563,-1.2969917913647453,0.09918152931862544,1.7542712149148685,-0.7634593074865289,-1.3993304172643448,-0.5615293111747631,0.6560312046467964,0.4908475490155648,-0.04545709731805328,0.6274310082173438,0.9064587694282998,0.7063156883905528,-0.1479820671733918,-0.5810495379853383,-0.12027108094602128,0.173218665762162,-0.014266917032050129,1.0042350162465687,1.0403975447671288,0.07393136235137504,0.19717509878346143,-0.9338667270116806,0.17967873413960092,0.6573323343471955,-0.4060464549864923,-0.1408967975833126,0.019036003529176924,0.23410530053649667,0.39973959039407664,0.7867205007667065,-1.165930023002569,0.6831080377087426,0.02873051741667743,-0.659295119802317,0.12132781590673596,-0.11189095250481089],[0.7284298608951578,-1.4488939729069101,0.8723868091442962,0.7119722628018914,-0.47690255601757137,0.6513480518455451,-1.4182979942493816,0.48809756647179015,0.08846555198083175,-0.10482388133358991,-0.32557221153845056,-1.2065949036350998,0.530689212869243,-0.6124496484344654,-1.027900759656531,-0.8694283377083433,-0.7211309395782666,-0.9013116416485619,-1.0357151174497785,-0.0677258331174964,0.7809486519692878,0.5784801748222433,0.612322315176146,0.064087987919362,0.27898932002387355,0.9326403579007047,-0.002265183060696815,1.0042204766230698,0.7183759641824717,-0.8057397674902499,0.9805677525456851,-0.4318991760498636,0.6076570112865003,-0.9948094098202337,-0.3338048480324727,0.9560571964201628,0.922436314991785,-0.3601211196798987,-1.0701203117290192,-0.3569531688609543,-0.9316130031979013,-1.434417547820685,-0.29622978710701103,-0.09219448704134602,-0.4071050227314667,-0.9042943291216825,0.2691604968760381,0.32406324015081006,-0.1556899388613416,-0.36102343252996494],[0.8038275810688065,-0.11762878417900889,1.0018953272690154,-0.7372986147433291,0.21394039759902303,0.9894419606379803,-1.2086918192942655,0.20717210641354916,0.9870718504712593,-0.5440448492065465,-0.3095934216206731,-1.2677286147999125,0.32031282528676186,-1.0685397255824376,-0.4805691189761079,0.9368781716928317,0.8991216266986959,1.0201510341138638,-0.9389378404197954,0.16710185661040416,0.2920615604044523,-0.1621362839934621,0.5852289413944145,0.8775757404039963,-0.8035116853661647,0.4689560802256858,-0.2661312581807482,0.2113240633063824,0.1615984922868417,-0.5161403574557143,0.696539016996561,-1.1900759662552765,-0.7404877632981166,0.004937631361236609,-0.28703199915806,-0.15111022336156527,-0.08007841039539437,-0.13647897541852191,-0.20248418234111024,0.08511355682026907,0.45435868596606643,-0.9268718978910976,0.35377507240507255,0.7695458577825867,0.6442362175663128,0.0824376127666998,0.26655184122104686,0.018058197832953315,0.8842558497129523,-0.7412370544592094],[0.5629007195838712,-1.2664301300432,-0.376125485308343,-0.7643737348762194,-0.7967134969613887,0.9172271580786495,-0.6535453055835676,-0.7498735292701616,0.6850110061921706,-0.32081745819265917,-0.7876413769706164,-0.42782718966788436,-0.7692667565738909,-0.7043526337664172,-0.4523311085525656,0.38616802277796636,1.1823567140150744,0.23118904039778035,-0.36270547972660466,1.0628543749480306,-0.9865376331756446,0.7237185266999093,0.9446639887716826,0.8695773216511836,-0.29209356630383565,0.5412652148607627,-0.25988959609673784,0.7818239685488025,-0.3103384884233217,-0.25297700443917187,0.8790623702526303,0.23497941146834844,-0.6127941443801624,-0.11631215389713868,0.5135437892601605,-0.7834566403058743,-0.13966783088988877,-0.3150935157411476,-0.19479507973756144,1.2968507982644102,0.6364774686033536,-1.3005338972573408,-0.2956950652246306,-0.6683475416336274,0.17669380389790054,0.7667982848906134,-0.6362955151994238,1.083587530132971,-0.5121643232333546,-0.11411556008669418],[-0.6758977010048672,-2.555781989778616,-0.3194594434307221,-2.439332022369731,0.9712996307654898,0.8814178415573872,-0.6668339608133544,-0.8607778422736204,-0.12551327532173454,-0.630640499682557,1.3503829384196804,-2.5342898187334493,0.04848013355288373,-1.8500508980916446,-0.17407660564757674,0.4807787328499189,-0.4498660127948683,0.5187358633706386,0.8652059360444972,0.9843248246082108,-0.8407459534060567,-0.15287307632468283,1.1123838776514918,0.5045792238518807,0.012786392563314123,-0.8313797162521539,-1.1502268063968644,0.0974893801960792,0.1266359459228538,0.09351975395631935,0.19755307326321356,-1.4148799947716508,0.27282244232991154,-0.4649863311218721,0.8144447250234111,-0.354406049160107,0.7084201717099248,-0.11674689447126288,-1.3260965087296148,1.080519908086215,-0.48090951454928266,-1.6269331005842946,-0.44487341835477323,0.32038463659249206,-0.18292551961647824,0.5376948457959578,-1.7596535256108738,1.6115840245784343,-0.21808868340629695,0.038481746862998],[0.044558948193344335,-0.6772407367507032,0.8525386862971599,0.7589252254446945,-1.0008828333013107,-2.175799891956751,0.8167295868984642,0.21377312534903628,0.29567446038499173,-0.30400169855802284,0.07364783564539115,-1.3437738932036434,-1.0937700411712512,0.880486953212214,1.2047235387426782,0.9991179916899543,-2.5466567160103697,-1.5800568147603413,0.8919351485868805,-0.9614446565927727,0.6941490807280792,0.396367608024872,-1.715514477560449,0.2702341653344163,0.9868350257619022,0.2663980358498595,0.9594403482802005,-0.45232323815109726,1.1256061641698532,0.6652106583016881,-0.44093157806198036,-0.6344440201216927,0.3792153131012084,0.08740883230347653,-0.7343519956490643,0.30063868012351425,-0.43036449196515497,-1.591005316750486,0.810422061417915,0.18687782587373647,0.10732681204223433,0.6646808810406201,0.2290262643373242,-1.722564764200579,-0.20767166715363056,0.7442300030734413,-0.36199822222798084,-0.9285837867263214,0.3820193045411686,-1.3744617263968841],[-1.2203417854625802,-0.17219472948600145,-1.092546714279027,0.26506299477637474,-0.16924101312444376,-0.21534031053983196,0.9466219865477167,-1.2435765111271984,0.8735006128190229,-0.8954492595753896,0.15606413061308538,-2.4299544581655916,0.12252447957753934,0.9061585357433029,-0.2534143500890613,0.5736681943969483,-2.4837589038173,-1.1735145797764308,0.37318928973859483,-1.4258608254907,-0.14821887696703065,-0.07740709558464742,0.05981796114513072,0.02689937675469705,0.021990422409882294,-0.41575337579671007,-0.4653399603546406,-0.32672782452350624,0.837077363232159,0.12039750915694275,1.0754586692196357,0.6855218299912924,-1.0421912278678263,-0.17562278993987102,-1.9674293776379592,0.34373064385220375,-0.38274042157734317,-2.868434647446398,-0.49121149558327065,-0.7610067082665902,0.24123923834915698,-0.9309101943878237,1.136911942772103,-0.5607442922726183,0.024461669465619267,0.040366100046272176,-0.35297803688249385,-1.346745820409585,0.5999209228501123,-2.3689695990851267],[0.801552318683345,-0.5155361042938148,-0.8628367993254539,0.8441120089549148,0.8700369870339899,0.31549934206274527,-1.462821583832622,0.06940491260998893,0.6762621851054843,-0.2966682127577755,0.8976059381328212,-0.8373322924178467,-0.14144989819930254,0.0521209575445759,0.6516520855168068,0.46937127240712745,-0.23271629413612077,-0.24600793928952722,-0.03728599855293124,-0.7638430144808647,-0.660028119374052,-1.6473440025240111,0.32925691816714325,-0.5524360096459766,-0.5635389164733827,-0.9995724302137855,-0.7079038445698328,-0.011251068816696514,0.09980857212598626,-1.1972731628668178,0.9654667546133522,-0.6252418327882172,-0.05302908537197724,-1.6237863820371137,0.15704612944406302,-1.2597014471414163,-0.9136021507402956,-1.637638296696017,0.46170547387067035,-0.7050703892207163,-0.10124706097798204,0.18224944278475252,-0.9077514569747913,1.2187146722891617,-2.449346193667536,1.1589168191658685,-0.8881552354011452,-0.6637253424238446,-0.028689375681402573,-1.8490722561172244],[0.4550015225445818,-0.16352112507539265,0.33705039331500153,0.7974511689053723,0.8952154158969632,-0.8639648547958874,-0.3007239709818545,0.39295206408768985,0.13447045369187202,-0.8115924935012148,0.8942130952491315,0.5805785315065537,-1.4098535089760411,0.6821374919872005,-1.0837071112933687,0.3963707105478002,0.4392596256198298,0.0807840962261568,-0.32523770181839673,0.6062000890730287,-1.3053804236562627,0.0029250088890846113,-0.7930483249849843,-1.038688603440397,0.5406194743707201,0.8877268613552444,0.35867425553852217,0.9600512368587195,0.8389833052807787,-1.3357802696855132,-0.670223439660763,0.8720714965033298,0.5379766028195982,-1.2431311704648338,0.6257075189132614,0.44193049843478016,0.19300639162951905,0.3881085102445286,0.9620653366234654,-0.4746797539471078,0.8366760541577902,-0.31192762220232567,-0.8210864475408333,-0.7109118741848145,-1.5480571928532205,0.9118945961074845,-0.8259956842635422,0.11839094535615234,0.35579782581889935,-1.2085975471914077],[-0.18676204467000088,0.8654607690169464,-0.7220010289479302,-1.075564830879262,0.4260148384949034,0.1817552663550254,-1.4528989441337155,-0.5917775484663074,0.1509856077090508,0.0386844339312906,0.21779514491567595,0.7050123509476393,-1.8105529394853868,-0.6043349862720285,0.17193547000308138,0.7757790240065014,-0.327677499643813,0.1163179782648872,0.21627304175678325,-1.1256568940746852,0.09274460800811939,-2.028877647977977,-0.13482790703726327,-0.7292801684949236,-0.24174483774466587,-0.024043549922330355,0.4629803167447998,0.4289358398923067,0.10155459976064317,-0.7815662417919949,-0.7537575471644491,-1.0037192956016374,0.05359698587057875,0.040791676983788515,0.3422870370884899,0.08992525407657943,-0.4033808962643395,-1.947595884687845,-0.44743186706755,0.10025836494875917,-0.7502293582915106,-1.070779699520166,-0.16017699937350216,0.42811216004278113,-2.1593329295855614,0.5535484979759463,0.2882181745533029,0.033769143613940907,-0.15250893254963344,-0.9745672909748286],[-0.5978737186280154,0.2193839903959312,-0.4652108983969832,0.4383281792231749,0.05000121472266989,0.8516731780346566,-0.8414577214992495,0.45810276719058785,0.14687813972719216,0.42383089173105964,-0.5005045490762201,0.14850027046030256,-1.992314258283385,-0.15591135470682854,-0.030805808686010062,1.0389144256447715,-0.3390379460891129,-0.49491289736738475,-0.15135650549591967,-0.04997480125359218,0.40824162082787335,-1.3868773938885695,0.4227623604239028,-0.10384651998357146,0.46380305389350746,0.41371301487894135,0.13790135657274671,0.8411973364958346,-0.04493636703320181,-0.8047435647284481,0.5142521423909265,0.5002453098293279,0.614317885369296,-0.38501869912280484,-0.14924842516581346,0.5004914886115326,0.19935365700450886,-1.2493107980401246,-0.37061104186008237,0.26104457108660833,0.24532646724375,-0.4110781916427445,0.057842972279061135,-0.3290655596868399,0.2217404435953301,0.47938728687189025,0.17649739535642966,-0.9810855863467817,-0.04478381493896208,-0.4907327428065507],[-0.6616919744673545,-0.19875593389303234,0.1398593672849957,0.1944753366812287,-0.5915098171760882,-1.3083380821655097,0.1991330041682812,-1.5748092548243438,-0.2442635856213976,-0.5206956007581252,0.9218818314525931,0.36577130913663897,-0.9755006775057687,0.07152873401986534,0.47618568896702984,-0.27091013555494525,-0.8709679405363433,0.9022524339647625,0.6818971315656649,-0.255300589420788,0.8427599701401828,-0.036193820527781785,-1.1725692039627005,-0.10777688744001657,0.7722940353366237,0.289144337334907,0.5850389405875923,0.6945440792933364,-2.272268185198051,-0.967954538784864,0.5826818787562559,0.15307323838490777,-0.9146333306592447,0.15903458593632638,0.6214256816581325,0.3147440103352846,-0.5038165943726208,0.5588109686307942,0.6864879250768766,0.2672302888147067,0.005516176751556502,0.5582072158992664,0.6316069337819419,0.7189999639467008,-0.5376811775168769,0.06379478777700012,0.10484990459005,-0.7642912472103166,-0.4160043918509161,0.429367299097999],[-0.3356672504938818,0.3328218595432676,-0.6568683528950553,0.1243568826743973,-0.01207209956615461,-2.854241774963888,-0.6770422444186539,-2.624781918775717,-0.12019143424760374,-0.15469934469490945,0.2081169917307673,-0.38666089764821265,-0.5709043190738328,0.6721101536722545,-2.427186145823701,0.3919346606505505,0.2824932966649625,1.1454349471327814,-1.3647421114683052,1.2376556600134196,0.21291454977846233,0.3750294215858215,-2.2945986424671068,1.226407401791595,0.24927555747839247,-0.4341111872663614,0.16548750771456563,0.006628184162108527,-3.8697008339981376,-1.6477640267781595,-0.36296090615597826,1.171405199672963,-2.007695377442714,0.5121440829939244,-0.002803456517382798,0.12035155325609359,1.3333548018139247,0.8096863212825922,0.6481613495082114,0.012062291096477863,0.8732089429558075,0.15317654132385183,0.5596453879085749,0.7424296479609175,-0.15161405536510975,1.1035404808867069,1.208903336053156,0.9739908160805313,0.4364935431932754,2.2215326666573945],[-0.43522320074919707,-0.15360852606795514,1.0310716904781154,-0.1376125340642977,0.061847914383538524,-3.30645308834006,-0.14731512854284104,-2.148426482173288,-1.0514518877631238,-1.705635891694558,0.1362069185956075,0.9188832588683356,0.8833499390414612,-0.9857129186837812,-1.300456437891879,-0.3198795915107457,-0.5590459933576282,-0.3289521433162197,-0.8996948428010657,0.7042596609994637,0.2929433742025827,0.25231820216450523,-3.1583997030308812,0.7451775899281805,0.04353940355978846,0.36426382512792005,-0.400769061826916,-0.35251893902998904,-1.5095695112260885,-2.3644221480730363,-0.49611769290942714,-0.5028823226989286,-1.9499793049762675,0.10425094636654225,0.6043919950980982,-0.8879920756065433,0.5909365926639001,-0.7873509620920057,-0.6765011414821811,0.05748430900472834,-0.8541042080377417,-1.1505384054700194,0.5556022248057747,-0.9731635971656611,-0.4568690765209558,-0.47802512364128646,-0.344873501597594,0.7228018445961257,0.8460293985179648,0.9302147245356327],[-0.7865110082978801,-0.38615709346968696,-0.9508432899104948,0.9928109870000323,0.029753960337121788,-0.24466951066115636,0.48547112166066947,0.7434486338879607,-0.5191004050950728,0.5942128562822121,-0.35830455105527637,0.1961305669247375,-0.9639430820240444,-0.6679220758963899,-1.3480689746666255,-1.3961652706285677,-0.6057267510975616,0.09189920053401612,0.9867585844803394,0.5733628143423946,0.5196989463873931,-1.1692698202507072,-0.08850072099618918,-0.633329939093854,0.3216298208344929,-0.5124800269687491,-0.011333017222962446,-0.583812826839469,0.44778438345363475,0.31401747964803683,-0.7705909194441132,0.23175094398946688,-1.4213698489601703,-0.8492495734249313,-1.3092286926378565,0.29049692413605305,-1.1272596987700827,0.7358301211993018,0.8618890236296943,-0.21745660945770218,-1.6018321778570122,0.8151740417503949,-0.10470519597661311,-0.7523578107553023,-0.10233315138935903,-0.1956820900689565,0.1762512287217786,-0.3882898904716997,0.38438103777064797,-0.6246953467632151],[-0.6871656983173671,-0.6422419975128425,0.4584481402935897,0.9357501492035747,-0.30772872779566585,0.42945031220038155,-0.6711281592397881,0.21252539442523966,0.8447917610668769,-0.4882111892454009,0.22244808479653577,-0.04964242000312173,-0.5797857825183462,0.21980265894679635,-1.104745211517376,-1.2631139112245744,0.8047471700922797,-0.8637439748320694,0.025619309176048502,0.581460248010145,-0.9863729000141431,-1.0359499378706492,0.07436158474476728,-0.8599241035148636,0.7166082497038798,0.06885871975307105,0.3256482953113366,0.12360872473351842,0.21540746933933147,0.7106079817359874,0.32299702718567413,0.7014529037651718,-0.5335880979449906,0.7691445034395339,-0.8991738776892888,-0.5548508452414807,-0.26536140856440993,0.22385517741656383,0.5141861569793207,0.01096612287772275,-0.14057137629924832,0.8216160087789602,0.034666425841018075,-0.761565285513395,0.0173812648842253,-1.4233707190462515,-0.03779275485347129,0.02550770483361302,0.49371112968447134,0.5888176565286646],[0.5943849293425916,0.6278679804910725,-0.8832594721893446,0.11264129476841499,0.16287095069906773,0.9411813359874941,-0.3620713665861352,-0.05869188950048292,0.46541670391675855,0.9072194196114987,0.10995606154330394,-0.3382362875823835,0.10521688289931946,-0.5700155000818339,-0.4805604179024485,0.27167312375607433,-0.18284170499855562,0.1874088978651438,0.6723327037178412,0.8669574658732626,-0.10259107667042583,-0.2837200528899519,0.15116750550020872,-0.046669253024406096,-0.7560055482534837,-0.024053666350150275,-0.4887318547820771,-0.38806759629834586,-0.5200318128291596,-0.29101624690527217,0.23315744938246297,0.4034094178058235,-0.04579712759133255,-0.09225922867901558,-0.9044241259965793,-0.25928230379444517,-0.8632105651871763,0.17951668471251636,0.13014745405860695,0.5344833506491496,-1.2846960698234504,0.5328618660822572,0.26514893449768506,0.4565579235851399,0.676832932582707,0.06603924762913778,-0.6325635828995604,-0.8869717063353431,0.7551789568103758,-0.937835305023099],[0.22229239033276094,0.239008867013808,-0.9119839643625106,0.8487375121183882,-0.7959659718247918,0.27192917740945804,-0.7913088141374194,-0.15481976842809825,0.869829614203005,-0.5645948079276912,0.09227136763631164,-0.48193705486418265,0.3811283753569003,0.08729623510206204,0.12029446569169328,-0.41520899107478165,-0.23631042305119643,-0.15183589413482662,-0.5588272489168356,0.41417406146277724,0.8239079332850598,-0.148850299803425,0.0379634981283754,0.39362339098648697,-0.6434071007049927,0.3692271803620693,0.1920287478777412,-0.12505682952872169,0.4650022551102538,0.22834194407939118,0.7966769755325664,-0.13642267932652508,-0.7696849596437855,-0.1870064396691969,-0.6232605498561424,-0.6827097924695122,0.3868566105699741,-0.20724685312029295,-0.2010562102149499,-0.11043029119255222,-0.7049168130375983,-0.6397091207967425,0.3586416882770028,0.5275632868660258,0.6252871924220259,-0.12998453861191167,0.2866310170150092,1.0266502713504353,-0.602410052464471,1.0415262265722443],[-2.459404357654951,-1.3594054280609018,0.8079490507866748,-0.01779352678949825,-0.8246698107517421,0.6109141311453168,0.8912190705040282,-0.20776895535693155,-2.0706789984362928,-0.22903372266320793,-2.160695587354457,-1.8707951594859404,0.024136066960677067,0.8437202132264754,0.898798568490032,0.45762919093657656,-2.5605102587055675,-0.012366688653422473,-0.872956848215539,-0.2288148674109097,0.18359689825869094,-1.2126049834994461,-0.5161212410011063,0.2858218410732823,-2.182285137671145,0.24019045911300313,-0.3617862016686939,-0.21859426857231515,0.0771771797917501,-1.2564074674155281,0.8445303449022937,-0.813096834697087,-1.202835248748327,0.5789165745291904,-0.3926292389171404,0.6413622033506713,0.8898695607425172,-0.6937624004060141,0.42897838498906055,0.7368340013303281,0.46326374484489435,-0.17324547710214303,0.007365657491030737,0.9625833152512275,0.34895685189160436,-0.15038802395180573,-0.3847728913809674,-0.8071066488975394,0.6259605759578353,-0.25398948551505957],[0.29495275126208276,-1.291927194832743,0.8615750376258244,0.04072138262363983,-0.7933026851769095,0.6931411640965182,0.9298998410563091,0.3511004685524977,-1.7215341411632803,0.9537635280739656,-3.252871470464577,-1.9643498655480374,-0.5711188405769497,1.1582196644101153,-0.6558920846689871,0.2848744932817015,-2.3051796242016267,-1.419157707650058,-0.40824813033966906,-2.189566173381527,-0.05393761187607246,0.8181576048541881,-0.3211647886186639,0.4919864596626906,-3.092730081390148,-0.10540246381080873,-0.7441076028936561,0.630326439382874,0.5142002910786782,-0.47341177303356125,-0.434199050785376,-0.7226546823421487,-0.6318869224945454,0.8894618310486999,0.9882036400928056,-0.4597453155555877,-0.5463584076420385,-1.526002402045064,0.16981786636590804,0.6606931720978576,0.5235738969167395,0.399249292040638,0.7332447194692111,-0.43802919636562204,0.24632236276404718,0.8092620614389399,0.39192587480225943,-0.41930277472961713,0.4266039796382692,0.48217397596302436],[0.06520717904817434,0.7377182366601361,0.36138552567319193,-1.5356696978473547,1.2611340182256476,0.7034510880714215,0.7925033301611251,-0.8131862835610187,-2.432062674995312,-3.02895049618976,-2.5080684902731822,1.0425258690269035,-0.14807914975979897,-2.0759077168981457,0.7466435439263258,1.1004887609396952,-3.4217760381912776,-1.6401575349255693,0.2578659246730626,-0.36780128531333944,-0.8459334668274503,0.5158150913980619,-1.194046811125844,-1.4078385284985393,0.8133523554600427,-0.01377238549552979,-0.05636066841476394,-1.4061811724377038,-0.5713854893346346,-0.4588038706133972,-2.0857877235512983,-1.2365731334250243,-1.6859122616179738,-2.2911675266623734,-1.4397870154801866,-0.4661276547403649,0.9708949214015254,-0.08402090097739397,-0.5716709622734404,0.27359554012852333,0.38409881254569744,-0.36190527305871967,0.42691884476156283,1.034808235550952,-0.13261847294340945,-0.16997971404816622,-0.837284098021076,0.6584759920930989,-1.8357146706804055,1.2384479435878466],[0.5154022096025058,0.8459292838853606,0.5809697732160137,0.571613422850761,-1.56800303580912,-1.6661290080044506,-0.31413013095663644,0.8085428976401821,-0.48005472773771574,1.109338785779699,-1.8602928363855944,-0.03620500636316282,1.34905603856149,0.15560122459303366,-0.6561976769640598,-3.287239242504562,0.9703783343640744,-0.4671453637638017,0.8773442127162764,0.309883610724533,-1.6052024789763524,0.12086926173434348,0.7356604995208892,-2.426586391738543,-0.15236973150120314,-0.8393692816116468,-0.0044931118362419725,-1.2290336529970938,0.3963466252184228,-1.313961102339237,0.4115947388341491,-2.084720079448067,0.38325150695693466,-1.7037223621609434,0.6064737303400886,0.7966257872635467,0.016689626355066295,-0.5506250847803977,1.0575803088420221,0.32117445503680236,-2.9511769510352397,0.27566477898673075,-0.02497515653317668,-0.3802232848396388,-1.872499059129961,0.2361980810480361,-0.6840136533918904,-0.4522750139326752,-0.7688053611867576,0.47560553839638603],[1.0341812266531476,0.18407185975467671,0.1545711419275121,-0.21592329436477561,-0.6318483605433924,-0.890847399798875,1.0089184326270593,0.7218995310350148,0.7172967899442735,-0.1492257123871104,-2.1023133479545284,-1.2557616143959944,0.6091517295057641,0.0801557994149647,-2.365674037876531,-1.7376691937973623,0.6419108253616524,0.9812054000741728,-0.05960875323220816,0.4496899391366048,-0.6368678627288967,0.8031181469529395,-0.6756177907604026,-0.447862695345266,0.5141786715670404,0.591242548065627,0.40589929892843357,0.7082965990479134,0.5176704238780414,0.47022338475508224,1.920154122886648,-0.6449159075729805,1.1493218380792103,-1.662371748066855,1.3495181432755077,0.6146753207959443,1.1919693394560023,0.5528769472207491,-0.6709451086049768,-1.427583915576539,-1.9283244574294471,0.6887637889639593,0.5085080229019611,0.24768233086339678,0.6264215530665829,-0.7390342395354067,-1.0566136632348564,1.5720319913774066,-2.460032549139051,-0.20921229081948126],[0.21499288260841973,0.3328119135251474,-0.7623586801663771,0.20993283031488624,0.28698368238120486,0.7169618483997158,-1.1520160174435878,-0.5034736960942071,-0.805886283008013,-1.3330121849194014,0.7962492221831101,-0.8281892506755394,0.5527716241167667,0.9386917454956132,0.0853244387429192,0.8317582795950009,-1.9863094487786066,-0.49134055010252936,-1.5744885992793671,-1.2300984803394905,0.3028576882944667,-0.9903241427652829,0.7323551514521319,-0.03775628664114463,-0.7428661760580787,0.7228968487203934,0.7912728671815613,-0.16579560651647285,0.6477353538386373,-0.38737057042612605,0.5894899023037643,0.614994965960439,-1.4412567896163433,0.07125614580883241,-0.709908281644576,0.6157527196644428,-0.3805042350451519,0.5220911232025305,-2.069341812923755,-2.128251702549083,-0.8021022417616049,-0.09767308076062788,-0.6977046264989071,0.48294389475954674,0.36260637462867384,-0.47202920616080296,-0.1693514010722559,-1.0969750198596664,0.47795047321873574,-0.8150434771677474],[0.2720900839636777,0.13220792425463443,0.23176700022194183,-0.024616182985376683,0.47485097371130036,0.7572836591685197,-0.6512378153264978,-0.23874810748969044,-0.23085689907649162,0.6370873505428004,0.8896786168182201,-0.8101284150616453,1.3443931721218505,0.6476965499592909,0.5388999306646319,-0.9165850166611069,-0.1649329962056125,-1.277319203968421,0.42173485162740465,-0.7567146307558928,1.024228180340647,0.7281990910185441,-0.5000476172757351,-0.6770467036438047,-0.7839115608038797,1.1052421183505692,-0.17292683653078195,0.8983874816347303,0.5762675852399745,-0.7254015546466309,-0.2665726703880898,0.8329702135581518,-0.4784519612253826,-0.14272534073434834,0.919815624366676,-0.3295407631596273,0.8617276311093764,-0.22586362084824732,-0.8366201265151957,-1.0243656180177947,0.18051798940365232,-0.32050472876062464,0.13005241175534143,-0.4433936694971226,-0.3350472738154802,-0.4148041969237675,-0.6582039342436178,0.12335699768694981,-0.12336670437852199,0.9242998677891779],[0.07242003450051698,-0.15612121559026038,-0.26345207341406846,0.4595522205211114,-0.7146739321695232,0.2689386704402848,-0.4150360921080033,-0.8121051575034619,0.5175650379231318,-0.4931622462745848,-0.025985836853118307,0.538443746230449,0.13373388172085307,-0.49359765923436955,0.8883287092032134,0.8638412020911381,0.005684042105418908,0.9327490267836825,0.9151310299441315,-0.5241527133590604,0.22172383414765204,-0.027620157882579426,-0.1311357695578244,0.5927451229838474,-0.8121157332285814,0.7675474475585549,0.6262035427037517,-0.16474775881120846,-0.30096284299372705,-1.179083250962087,0.8716140354172117,0.17834032364177993,0.423758504443521,0.17626621792162908,0.637980355744226,-1.199745931976193,-1.6200424725846163,0.4507011154674807,-0.9781613293123668,-0.6835754481788731,0.8292570775225229,-0.21431550321492784,0.5726788667634006,-1.0892014197767235,0.5233800158025901,-0.38772103733806146,0.22126172103542477,-1.0459828093324193,0.4849776377262086,0.08992950656149785],[-0.16783363085729122,0.3156755155513944,-0.09767395696827229,-0.04252268655609111,0.0700540752576713,-0.5771606404242395,-0.4690338207717979,0.47959459399544446,0.1734658522847237,0.4919958367080344,-0.38528681950452287,0.056521265874371986,0.8838970339078296,0.7722782538211352,-0.7055488433287123,0.21812948782391225,0.46239501243234926,-0.262021673308358,1.0540358074000211,-0.10368981540646868,0.9892704427395698,-0.5330882449236696,0.9438977090105946,0.4707289528274054,-0.1707827300876647,0.6771665571817624,0.09005144239236947,-1.053055553491521,-0.36706709626212797,-0.9240875911527631,0.8212749422196762,-0.9229696391365352,0.9602495533621787,-1.9465596121163913,0.7627631531680356,0.12800193125954684,-0.9071583628046884,0.5313250717073966,0.32507668059233996,0.6069332524906274,-0.724711672852535,-0.17609533287334472,-0.42868427642545415,-1.198741796442701,-0.5711658802711224,0.4428194490681739,0.21829054473723344,-0.979172276276515,0.43921017230847503,0.45964837724182306],[-0.01910303759853373,-0.23304821289421798,-0.650049075476666,-1.1578077100698176,0.14677408634541309,-0.5160045644032905,0.4266402106887015,-0.9201686188805857,-0.5398878661244898,-0.34011787044856967,-0.237866140221766,-0.789980304782014,0.10813897622192173,-0.09709864265953838,-0.8855520911976928,-0.97243390923797,0.5858270600512457,0.8376712837700095,-0.5610358548318776,-0.3985383474439685,0.568903910017751,0.6882107975151931,-0.9113993372471002,0.7232206709990506,-0.05360545602764076,0.324493759109339,-0.6635803065707373,-0.4374848639639683,-0.7759539519583822,-0.2930456287442123,0.2264578994807063,0.5795551626967443,0.7602219588524753,-0.0668820599010981,0.45982702422175625,-0.7598349437046944,-0.5083042685951789,-1.211878241166857,0.9301280244140291,-0.907128431530043,0.6253236929661935,0.45713672609597383,-0.10016019578001512,-0.9334369571707192,-1.158628850914387,0.5530634805732302,-0.5704838273297307,-0.5756582131839548,-0.4539015271546554,0.8733033513900447],[-1.3536143006698573,-0.24797472974254184,0.7479174671368594,-0.7442544364508719,-0.8684433109634907,0.21659389998020978,-0.9114557308993954,0.6997787910850434,0.3366030458163159,0.6063408731172255,0.45039565867409304,0.11614484224679676,0.9752668997309883,-0.7555450298275286,-0.8694943722983931,-1.0211709136414773,0.4400026904955272,-0.4398249878317886,0.9189371870933224,0.7846875017173792,0.6209293771564977,-0.16712041064419,0.8696193466135915,0.9251636916941762,-0.44879514097318657,0.8304980870278726,-0.34234537611431587,-0.8748410395551806,0.8112793442911361,0.019966457244317677,0.6081203905968858,0.2450047289395277,0.3664577059654281,-1.416215066559457,0.569350440151867,-0.7134379609269362,-0.8836528709113707,0.34313263529049637,0.3902877258664132,0.7312692684840737,-0.9286842401714849,0.1414475345792332,-0.793367355924151,0.5927274023360124,-0.15413495067273073,-0.8214970153326322,-0.6446751192492987,0.30634016099453515,0.26616439368958505,0.09487938540697091],[-0.2180131253364308,0.3427391507060586,0.971458220616197,0.8774279245336081,0.9620729841226549,0.6671775673752146,3.2760352417993617,-0.026340522045815173,-0.2648963807100773,-0.015367207346886704,-0.8670377837261688,-0.4113501126996449,1.5332338366005722,-1.290069597731108,-0.5758980396380394,-0.7797834924324183,0.25745994570015124,-2.140063210958253,-1.2095154767601926,2.0555209553128195,-1.7035417467370721,0.6505737495042766,-0.647026199855156,2.1394972393601024,-0.2572156197316226,0.4620592554211388,-0.6128079928203027,0.3333413163015661,-0.5844119758151457,0.23673055194617776,0.7880278222157514,1.3441733563855855,1.4692057351306322,0.7440430372244508,0.22537529265563055,0.5774306949222323,-1.2582310708681799,-0.3492733185577712,0.7888397784187076,0.5843212676827995,1.7535335130696348,-1.8174101750662048,-0.5679655645114197,0.4489681656674953,-0.058087058491345475,0.15579849771617557,-0.5294808389846676,0.043652343251008724,-3.5045160940836872,-1.759245800318745],[0.7124097520538362,0.4532960895758538,1.1995713284573568,-0.2892711543759226,0.6604004409357075,0.4166949139329604,0.11458623476385263,-0.9606185088031186,0.051349363503499654,0.6838370049378406,-1.184759126941634,1.0467746371452789,0.8956454134312318,0.18141692031772186,1.5656667039548238,0.9082566998972819,0.10433719905265221,-0.3458010812683662,-1.3652885249844415,0.787842130239503,0.22948177106414458,-0.2139775845064785,-0.15826858667628393,0.7107767999323289,0.8557054987909776,-1.0726308548713352,0.702826239498346,0.7097342211184265,0.4241245307961797,0.6530902668092177,1.24448210657515,1.7624472062886374,1.0054100715465892,1.4260581943394868,1.138832765981166,1.1486788252082092,-0.6083721913206092,0.10668912707075641,0.2771581631629085,1.5435635365927036,0.9235144155919114,-1.2155937304176943,-1.1835155189836366,1.0184318270657466,1.1381584195658128,0.012873616748930821,0.039731096186559844,-0.32751407381067715,-1.8249276011017848,-1.029353795177181],[-1.025225248084262,-1.9641394388830078,-1.1876050974927699,-1.694641757703472,0.4552997075299802,-0.14440888136454533,-0.8126761880104801,0.3221003699002287,-0.10868131067278541,0.08768888671202994,-0.169662337022087,-0.2517145167991744,-0.7098376931203644,-0.8702100705620681,0.8140592898315573,-0.7117104587759846,-0.7601378852532488,0.6815915925584594,-0.30442506542547554,0.21128711809417544,-1.5339873925461924,0.5750226445782387,-0.7612920599876302,0.6693254225730576,0.8115690302534571,0.16032594153482851,0.8288039527973985,0.7742602262332442,-0.9324672304593055,0.5872438701235778,0.15189089452223456,-1.3384511406865904,-0.42201550481024863,0.018020130727302852,0.20916380681807614,-0.4410311403732423,-0.29580198865669144,-1.7601099833911105,-0.970040571963654,0.15729418400628423,0.5109528204093295,0.9615310727499328,0.4771753424286076,-1.2581404814212163,-1.2549006967343668,-1.3027613343557054,-0.37815244597546405,-0.4781866734931831,-0.3704642985049963,-0.18042142255469143],[-1.6470481608341097,0.4513926304484257,-0.2945866631526533,-1.6227113019235209,0.05048012865336927,0.30294769620732065,0.6159728106915088,-0.216534382607889,0.4318173349627219,-1.7000859983006624,-0.3571376220950236,0.04526182658646696,0.533468184180052,-1.7900098918818355,-0.5148606170877017,-0.1388450576417819,-0.8885871444382099,0.7750759261451214,0.26827183136383853,1.0670106510043655,0.5466008469482246,-0.6483200546641271,0.14491122651229724,0.8442125764271791,0.37956069045397867,-0.08765349034359356,0.8800534378285052,0.5822174031545171,0.5570052428909016,0.26919920761672045,-0.2753929920113357,0.1644210460099474,-0.2851691285608256,-0.6605643537093242,0.4143193668755085,0.7302732308467619,0.2807979264158771,-1.0665113247888818,-1.8290210466336745,0.9511998751349616,0.11639286276329247,-0.043580097425333225,0.22358991138727483,-0.8081195122653999,-1.0553081012013275,-1.0170668796789741,0.12120620732802227,0.7230964109093109,0.9123222223842792,0.20676069454561696],[-0.35748911173182085,0.16382972302815277,0.9790178486593224,0.890870973371442,-0.76303446461208,0.9162262297693146,-0.09168039759796764,-2.254019275534676,-1.2785459359868323,-1.9632155253342494,-0.2967993083487704,-0.6977328762998224,-1.4967382609956548,-0.5329089698186105,-1.4038454004261856,-0.7488392489454866,0.8265787739939149,0.3120776637608632,-0.297750577344717,-2.013078205508064,-2.0980653860414185,-0.6294498240916951,0.9636487595944939,-0.09037432598631212,0.03513244584583647,0.13601902074577313,0.9227899149558979,0.47538913050935144,-1.9374978448012394,0.7277841955787431,-2.4029277885965485,0.8418801560070359,-0.23023553418728268,-0.9920221322443017,-0.990003285162413,0.17198831405009368,0.650840315703453,0.5080966700472984,0.3118979464317758,-0.7491935058311942,0.07549699553300089,-0.3229224357672204,0.5711283136942725,-1.3870091608414912,0.29921472373308616,0.6247457166526228,0.8684064528397988,0.35388024373546323,-0.28701731408569947,0.5955274656876448],[0.08278405871980268,-0.616461966285165,-0.8630241943596303,0.5157816503358327,0.7078473102362294,-0.3238055151303393,0.8404258980625449,0.6289921224476206,-0.43569733513440273,0.5218018262022142,-0.2069544849700289,0.9984643287163053,-1.8578352451951814,-0.5503674285419113,-2.155925951905235,0.829140089932945,-0.8465939769841866,0.44934143594460285,-0.2651934330611005,0.5715338661300359,-0.5426000554482319,0.9549228942699861,0.5826218289829989,0.11921846405318502,0.25255166112418737,0.5144852098144201,-0.4272420698221081,-0.24305257261632632,-0.3762004422148634,0.9953937703520798,0.026797190568373732,-1.0331226379166976,0.03872410589085784,-0.6406760828194509,-1.1976147339696668,0.4072556692904305,0.5147652298895146,-0.5341490013903418,0.3261177430571088,0.7979740857457058,-0.5890211452865854,-0.20493714179173603,0.5923637725138202,0.8819909330925583,-0.725209062466676,-0.19268225562050878,-0.14470175436735622,0.9683719164091927,-1.2773069674932764,-0.732914937819145],[-1.1376522539989,0.6501204472590179,-1.1096386290925313,0.2159751844426615,-0.48907061124237977,0.1737319648319103,-0.027446201369668216,-1.2785466861384247,-0.8729995592220562,-0.40872412279968723,0.8454658194514021,-0.5019062893721588,-1.7067814194257052,0.011147716078686407,-1.0651829911224204,1.2968515455656238,0.4952446688527522,0.9078065454276928,0.9559530097684455,-0.17122533424642364,-0.33751626992415257,-0.4658503486700946,1.046302740007825,0.9343764555863991,-0.08809944491866838,0.9047474323272335,1.346310576464696,-0.16033561357084902,0.07349390333605967,-0.8662440195966307,-0.44862360479853747,-0.9355537713618879,0.07988064064628425,1.2408124270809966,-1.947206314988682,0.7706425913089526,0.815560511205057,0.37328156979363336,0.1587098866619922,0.5312412135008898,-1.5243313132116114,0.10144332251881427,0.09680920496005654,0.5906998313115575,-1.508993916103993,-0.687079292395172,0.08063258982929812,1.2336591218240163,-2.234057266556976,-0.057282784484883116],[0.25937549506737034,-0.41013785877224945,0.7841146033583505,-0.3097668936159354,0.9517393650025486,0.25091500571201425,-0.7494727043417699,0.4720257289887506,0.21900496213597154,0.8250587348909139,0.14452200574400415,-0.39871140999518123,1.0783214637655478,0.81381405010023,0.4522086559648151,-0.32702582309121936,-0.011931745705208056,0.6085159795534456,-0.35873649426628285,0.2802676382868614,-0.227373639480358,0.983342910725628,0.20845694535667714,1.0248664462270523,-0.564664188806632,0.9085648911412167,-1.4075702256538811,0.3487057922911359,0.41305484166855405,0.32190171789859545,0.2350110806957392,-1.5288384018513108,0.5390215172653368,0.18686251937031337,-1.1596603910287302,1.0379033247790956,-0.6395474030245928,0.3310270459355959,0.7563453501541203,-0.9312853607809819,-0.17528447021892338,-1.3755330228111957,0.5766498475660423,0.24397221728447024,-0.27301296428789185,-1.4022866580265463,-1.9176346598150689,-1.8293342621016775,-0.773752730557615,0.12594294658784813],[-0.5554133493406141,-0.3928208781178406,-2.5754530273899507,0.21004975528926062,0.5326182704112548,0.3531139189692006,-0.40868091567688986,-0.3274693461449258,0.6146869597807781,-0.03964730730582259,-0.7070347641275437,0.4282940170433695,-0.22305047384546214,0.47959178142750175,-0.6663014338053848,-2.463508484056842,-0.2635734142021173,0.36243279523000677,-0.35645344924604905,0.44154343998252893,-2.362587680173889,-0.3033790203773438,-0.4413455847868674,0.6880794826437904,0.700615169050795,-0.5411630497735489,-2.9166425784584495,0.6022120929490696,-0.43792326893454925,-0.21474063403804075,-2.2019492427864242,-1.1517757242933853,-1.0681281770170632,0.1308021030163202,-1.0300003758996097,-0.45360269312095935,0.35221277028581516,0.006701761671122188,0.9014888801725597,0.14357289951267843,0.8265982960505637,-1.8595444865771353,-0.2978472611574902,-3.9702150936433784,-0.4185837291443774,-1.288122396910276,-1.8661544740143727,-2.3229513488623543,0.5855677640208032,0.7726427470023595]],[[0.7781652741335133,-0.6345093417136062,-0.598764424733675,0.4553002063066615,-0.007682491318054528,-0.04490992010990676,-0.6333146747944794,0.02464807226781019,-0.6974690142785245,-0.7526169384022523,0.32928537499635896,-0.9325717263102167,-0.23367474751937875,0.37056008957348635,0.7333172805496538,-0.5988339875281692,-0.5997366874430476,-0.09179692756874105,0.26058227461397676,-0.845157238050375,-0.5362280631852794,0.7499163093122875,-0.5974808841999869,-0.3017101011556162,-0.351368795052701,-0.32958686596336645,-0.8633570491133766,0.6100248854986271,0.0025793226096742323,0.3027352278153629,-0.419651483815933,0.2246843261328419,0.26063051979204066],[-0.9672923293092891,-0.11975937456310466,-0.6184036962885341,-0.8536101198574427,0.05393803661354643,-1.0009641627062333,0.45134302737999565,-0.3271868265294872,-0.8560662596401895,-1.0041082092803213,-0.15463463532072433,0.24924357172150205,0.06274561937831144,0.8523694314310231,1.476248804751875,0.2923276626458749,-0.22002855671144703,0.3468570343126837,-0.6148025566264488,0.8067882459294567,0.5862968261495686,-0.7066232784923706,0.6120626313716605,-0.9249326271009416,0.46709108730546006,0.6733591700015936,0.48487219437227747,-0.8062514141553843,-0.14162968229357573,-0.4108215740819954,0.3573544301493895,0.1372563723287529,-0.508983916654906],[-0.3872690632721358,0.013696653103242862,-0.9064753886668564,0.2477145865491807,0.2014735900279095,-0.9661900384867345,0.4686839924031907,0.51658633973899,0.5682039724336936,-0.7411635086128295,-0.4442380343329098,-0.22003092722641518,0.7650608119968221,-0.23231653231625862,1.385038101654173,0.8154768580841195,-0.011477972803905123,-0.480527959759642,0.1318824222331924,-0.0795937087312229,0.32478491778269486,-0.23187970328254565,-0.6900380777413871,-1.0121117572930343,0.09976171820245308,-0.24809799231643268,0.8630253106650743,0.9757500063489373,0.19923525100503262,0.26689487108425064,0.7509933034404771,-0.8535540667966206,0.46615774421191486],[-0.541897832300677,-0.33891969596624766,-0.3061775238124361,0.5417700111529822,0.8415626948825253,-0.9354249689338007,-0.7868571196226258,-0.4681827519268497,0.3983493713230468,-0.7249468716769941,-1.0897663606012407,0.23941586048191071,-0.08540482940759134,0.6226117435378224,2.0733534329933025,-0.6012919240004716,-0.5637321763145081,-1.0789016768092672,0.46648416162227097,-0.9164085902613488,-0.5024858806137492,-0.6213011718869619,-0.0960033649437111,0.36422098131504516,0.5247163146190729,-0.7940818120136071,-0.9087479354116901,-0.6902545967569618,-0.5994090175898692,-0.28876854845770694,0.14111514962666422,-0.036634513223678535,-1.1019957847965638],[0.8811485348157303,0.9111164194623194,-0.6439403889948685,-0.45933700453652154,0.36614485885491677,-0.5091347192794151,-0.6308470090497446,0.7834826082904119,0.5997682790500328,0.469210323303455,-0.6686693174799083,0.40983251007148347,-0.9376653716629636,1.830332194531987,0.4567194297160286,-0.21551138302165596,0.6584347945362555,0.05314064299467319,0.6119418555946339,0.6544575365261388,0.2735895412330425,0.18181677995338427,-0.7043535763575887,0.02406170191684418,-0.02069838882976707,0.6837234792089797,-0.4321382809762468,-0.08901777312136205,-0.9247430468120396,-0.5845696195835989,-0.267995117916572,-0.5626284973416554,-0.6700095253020799],[-0.0775973306856865,0.47812664443154945,0.5492990356274703,0.07039069829960234,-0.31456186075119236,0.6160043508574322,0.29785535467057866,0.6938345025231497,0.18438932567884728,-0.9243947379957311,0.8417978418488147,-0.5790133030074389,-0.26054720542092913,0.3169590294605492,0.8294953829378566,-0.02704356434173255,0.9070863236793054,-0.07076312521391077,0.6875527824548042,-0.717519846131462,-0.6056111989583692,0.3769867892140911,0.9612085734883127,-0.8357397822330224,-0.6478560967309914,-0.16616115014597388,-0.37672191051268505,0.8861555266026362,0.17724852442182404,-0.28440738812119626,-0.511844609671366,-0.334356767051665,-0.6070365972476253],[-0.8761079111093402,0.5684531835571226,0.8447786909331702,-0.5917771968680345,-0.7547087558817426,-0.3001858384102414,-0.5751868468634632,-0.3647262234155642,0.877131818512318,-0.18279839033125742,0.9628102628015051,-0.10604130698040483,-0.43549276717333996,1.380997336928289,-0.0027342189581098203,-0.7791871714247355,0.3500157946173674,0.6635033132714135,0.7693263329636569,-0.7935655198534702,-0.8105657424837073,-0.13658711618475167,0.6667705384177458,0.49234420002702106,-0.8265258450302634,-0.8202377036860351,-0.15530573747234203,0.6334098754968195,0.8448533684613769,-0.49269460338095,0.27267693896784473,0.13939371297011074,0.2683291133922142],[-0.38606800237135824,0.26092892456632794,-0.16649329363659338,-0.4505375427905669,-0.7479012199910751,-0.604440018310663,0.795148191463921,-0.763603963771509,-0.7384218607050892,0.4963800934408235,-0.8418579886749552,-1.0045526697845668,-0.18187157869510395,1.364312710917519,0.6831548541043213,0.040688279279129165,-0.5305236605434737,0.49495432496490605,0.06795584845674174,-0.31880140278629276,0.5377358644569977,-0.26484622563486093,0.7424071728271852,-0.16492498289088475,0.07005995366292611,-0.6104748287392356,-0.616315118696868,0.628350491416098,-0.29081198829236077,0.4705101902835782,-0.27604603937770494,-0.5262266415292226,0.12194248155839846],[0.2964127293267099,0.4150245168675321,0.8376221740272288,-1.0880560496514389,-0.9969994148984093,0.11501800371095136,0.642038665188454,-0.8054187602225218,-0.4279642767549819,0.4988919496738673,-0.8735685537305788,-0.5085122953189053,-0.8238695514377028,0.4232474482559085,0.5543670273551866,1.3264811645203207,-0.10870130698383605,-0.311460365547146,-0.9858122374656902,-0.9865285217169769,0.2655592085931644,-0.15705677457620199,-0.4150670544560468,0.5017421686022834,0.9235505020529216,-0.6114601561799783,-0.20246325063311563,-0.484045888043341,-0.5544808947321673,0.3646238516585012,0.43032136344763355,0.7134783241534856,-0.30908699224231284],[-0.044434401766424055,0.4783921820830091,0.8636906175833122,0.2286814493554561,-0.17558055270344583,0.17790979488240594,-1.0068376171553177,-0.005719453195926188,0.07109036626785226,-0.2190540493398404,-0.8676251288863517,0.6329743352169283,-0.09732006908681096,0.3164969685992823,0.017700286388160263,2.154837332655676,0.11132358435995787,-0.15295701669135056,0.8659444871830562,-0.9230405646852585,0.9127346078071031,-0.600786651801184,-0.6100510176255538,0.48034859275656316,-0.9581179211673726,-1.003486675990951,0.0883725324488578,-0.34185256084884225,-0.7097384869340241,-0.23480351635380362,-0.4978970867379562,0.13859256935983702,-0.3783762308830278],[0.7599803073486209,-0.4045576690489424,0.6870129048053479,2.869027378165869,-0.09588531628865105,-0.12420189173211574,0.3238466437588816,-0.8865516956945145,-0.37929087113418647,0.6528323510796009,-0.4027725701647235,-0.7471486578193818,0.26635180386952145,0.4903185311578663,-0.8719090475873075,-0.9949923383925676,-0.4400725847228235,0.02300353238240042,-0.3322247989364833,-0.6184225976514713,-0.01391328178733995,-0.421691811871418,-0.9135913269015311,0.23265937416631025,-0.49265782524552904,0.038832211495319076,-0.9397842770068742,-0.8107899849847838,0.5370998817361746,-0.9267302282990179,0.06331781228645526,-0.6251948008985089,-0.20848756728736714],[0.16137822193481796,0.009771193942172053,-0.3722740508234307,2.2111334543294454,-0.5561385250035323,0.8233955524252909,0.006702681066537432,-0.47987038669298515,-0.4367511128052244,-0.310083459270109,-0.6322520731262027,-0.26430122742530915,0.8485433966457301,-0.3872558649541064,0.4764947623659852,-0.5824384295941156,0.5707901140485431,-0.7637036921048111,0.19926618431192883,0.03592882518281524,0.6215418921967221,0.46601174567108344,-0.2233395093143672,0.0451418068244498,0.7323496165496859,0.7374294508286683,0.35959186764894774,0.9553838743235699,-0.11781794174947376,0.40501466584065965,0.31302824432904847,0.36553841084889266,0.11590204692226018],[-0.34913678247776536,-1.0348126487662608,-0.8895025212686519,1.5261556783306789,0.5698430449992224,-1.029556671387619,-0.8277515862245521,0.5763955523364946,-0.13190301604696683,-0.5327647480853385,0.019500745600494945,-0.1447496427766587,-0.5416311763835987,0.03896695436339437,-0.6088948812720197,-0.6703489395750984,-0.42425725304857076,-0.6744298718873102,-0.8496951835758487,0.3975569086020717,-0.9238079155249033,-0.16631188111499026,0.5686128551090495,-0.5055507379906207,-0.6141445370436692,-0.6212011226820213,0.4435442807080869,0.49504815398224267,-0.9794476808893633,0.36522842099920727,-1.021655191815888,0.6667554886617889,0.044947772510076374],[-0.5829985175050811,-0.5269262357817511,-0.5843646299781238,0.1928103326323435,0.1022236694880241,0.6843807001396349,-0.016892324119479978,-0.2806521204491262,-0.36605374463534057,0.3227831224567145,2.141969466574161,-0.36101415098021594,0.8955718305929765,-0.8589910861819804,0.06697041290293197,-0.9362495434351297,0.42176835414183983,0.11706613900012519,-0.017982982302617842,-0.45174376121766563,0.8940226482114746,-0.30960731951209924,0.4536770066391198,-0.6595265628775772,0.5293736215969121,-0.15720127937976744,-0.48289440197990324,0.8145315188178656,-0.1336224425009688,-0.5200975910248685,-0.26483080834050676,0.7493629962644244,0.13302487741988658],[0.4999818201179371,-0.13829540940432883,0.7293219433670816,-0.9333670298758596,-0.8790055347377863,-0.9073292750882892,-0.7991924022926935,0.8506603689225298,-0.052789696470456185,0.9404928776369362,3.09322897099877,0.08000004730171832,-0.23191913079965562,0.1824767383243682,-0.041576420418927396,0.3795285083663178,-0.17464702529561002,0.05587916091377072,-0.4826801960408251,-0.5444700713159027,-0.3368709165851148,0.655277554410301,0.7864479245436946,-0.1875795210625011,-0.5019371507236992,-0.8928862267432243,0.0689762841226481,0.34691630604632195,-0.07429270308219568,-0.7124697047819739,-0.8659844587841684,-0.2989275055923334,-0.818697558217681],[0.6672790841790669,-1.036993544526285,-0.9747212903307906,0.8777543972415467,0.42798330722812794,0.06674583928979451,-0.1592121057969195,-0.6069475904395316,-0.2749742786763376,0.3341018371132141,-0.5685038198037149,0.2858376928962523,-0.9876563247566089,-0.78872708932399,0.30122386367896326,0.8604737505707221,0.8869510397973923,0.47142518904315495,-0.12326120211623133,0.20044155072206424,-0.4116266425519369,-0.8871525168737328,-0.44499838144589987,0.7150189225425034,-0.3239154099448625,-0.20234031454813967,-0.8641894498665633,-0.1684420284501902,0.19426909422510655,-0.23834947753006316,-0.975229873501419,-0.5542841501206373,0.17831712402078392],[-0.815989488360534,0.25117459296471834,0.0943387808015197,0.23585678823594047,-0.060407669564060476,-0.8687263799868454,-0.06647941984037754,0.6569067780569836,-0.32634285236232585,0.4942016629491726,0.10071815361668655,1.0742344101456134,0.7544141399335593,-0.38995753800895155,-0.06121618071504954,0.10358132945311056,-1.0194882713555844,-0.7971052629487481,-0.8939772636190986,0.8178114731481783,0.7117294721985615,0.2968794649291779,0.05618028058581609,-0.4626250018409548,-0.6667628548380585,-0.33456966720974396,-0.9795634699355743,-0.45811958222310345,0.4070127418206077,0.3263658152163422,-0.6314628581571059,0.4253043266286795,-0.40863365410360836],[-0.12381377178344975,0.07095377344965485,0.617883874185651,-0.048318413099580404,0.9469684802832612,0.4140889062529504,0.3087162721618952,-0.31800042109508186,-0.058767629207241164,-0.7473827826841724,-0.5964653192846192,1.404389158652534,0.6432505713690658,-1.0822372027988871,-0.21351984688172174,0.6327762471757691,-0.7807475444720487,0.429553472066511,0.11817554722867857,-0.42610656889956644,0.4866228332933029,0.20682787386050733,0.814412560721089,0.12788763607774148,-0.21400744979025904,0.5891383717277384,-0.2281287699776642,-0.1609366191145606,0.07287239812022378,-0.9113607395801351,-0.15638659454371642,0.4251805765079162,0.9428834704121335],[0.7283310786337143,0.6009316883482577,-0.08719095755058869,-0.7804031703819903,-0.4410074368032389,-0.06125963320518277,-0.9211316497300464,-0.36029375704853533,-0.7459532484369054,-0.6759818169089882,0.801516526366869,1.1569476275010688,-0.1008586382586206,-0.35457795751491633,0.3655739393227774,0.7626141390851742,0.6590375967122692,0.6221142407075574,-0.3057081562073621,-0.037438768015276645,0.36553706397697505,0.61953154161733,0.8314935192030652,0.46586593414991495,-0.040956884922297675,0.3802816262737932,-0.4975492934854734,-0.575335616003522,-0.15637071989199083,0.4308125367016675,0.529259820980579,0.36041993303792197,0.4423676758339373],[0.006287981454219369,-0.15133779126949193,-0.48728836634612693,-0.12853193574673602,-0.840707912494074,-0.2807744433419846,0.0008301458501734646,0.9508895478133336,0.7540158822118697,-0.23475681550700261,0.5871329860189324,1.3928860452644383,0.773653164327779,-0.5355426790513347,-0.23526745504034433,0.41953467873409034,-0.2177948667146823,0.6914060960490322,-0.27668727472560645,-0.32325089307374744,0.5253731087077996,-0.9734410563107597,-0.3077504109621679,0.10574356319457293,0.7982386832329024,-0.2205396713199895,-0.7841255739492793,0.7792361362360746,-0.580312775318868,-0.5362330246426421,0.20052799405199231,0.285847258660277,-0.08965327430402284],[0.3864477068180262,-0.7775629298626039,0.046258410658881984,-0.9530579746092753,-0.5443414908936312,0.6204265470211611,-0.7264885193438396,0.5775770283457271,-0.7713756506496335,0.35934848202929465,0.4198518275667174,0.9844394585907237,0.5614702998585931,-0.7712799204364381,0.05110482491820583,-0.6044898234433267,-0.008764698253201728,-0.8639512222820191,-0.4853870132367684,-0.47192426068379073,-0.4872588014782039,-0.9056352312740247,0.3922938156740177,0.3787448773394469,0.19700989137296746,-0.6133064276320386,0.2280926464315615,-0.41621820185421915,0.37221111004039564,0.10338508893336355,0.6462704552006941,-0.20577514478215456,0.4602369291999562],[0.7695678796035545,0.23370305327275723,0.8362417800127238,0.48584493003800916,0.1635643501006008,-0.666171785968023,0.9070220972351991,0.7836790221546808,-0.6221625950829378,-0.9447827708864535,-0.55875628341187,0.9016851971896777,0.10040188253739092,0.5264073625539372,-0.6047489059406796,0.7039185880667105,-0.5588803649839432,-0.44337027643480337,0.41950107446970514,-0.17122083634228039,0.23790965897613067,0.3555386677093641,-0.5113981114919015,0.6224487725853118,0.4031153005982094,-0.595515552921423,0.0165018559259822,0.2855688835369658,-0.04749002804891953,-0.6167179208561813,0.17669803329656983,0.0774313517795046,-0.5644848064069579],[-0.8460077661821228,0.3396681209668928,0.4784822479617334,0.20268774896825886,-0.40674101780158395,-0.19188056873340859,1.329096698873432,-0.8503502855105678,0.8599458487293957,-0.44424064661253043,-0.9107824262267662,-0.7092968931042418,-0.4792087729702368,-1.0600748478275972,-0.932017763601634,-0.4212477613842141,-0.5810273404859035,-0.653664052815973,-0.5544297399893787,0.6064671843445052,-0.03861177418100849,-0.6270174837701862,-0.29654667866015494,0.8321731905572826,-0.10369324804299937,-0.05110243250645234,-0.3563436722618659,-0.9880372656218307,0.2550323253394748,-0.6365649920694247,-0.2531716930269889,0.46767001988740914,-0.3616872923833134],[0.8130562321672404,0.3864873521087262,0.3742983083591723,-0.612235765968193,0.9110646554151193,-0.8627419435842217,0.7310259102817672,0.6034858047235226,-0.42614853978854084,-0.9461663928809262,-0.23972132263141452,-0.7919357550909216,-0.691429644847001,-0.5427068227243166,-0.4071073659494163,-0.37441058837494506,0.49758808498415585,0.41759961787368566,0.03451188778593513,0.7106029042483583,-0.6151352855540633,0.20500279880447034,-0.5596880481876151,0.13243378420629887,-0.6258150508381934,-0.2724481531502055,0.6736388205198192,-0.2739519084975929,-0.7794744282148708,-0.4364265302823443,0.03912815960507796,-0.6961859060582006,-0.9151115849409247],[0.11071710197472062,-0.8093267570516673,-0.830925035951802,0.017864382448318058,0.5569093273431662,0.555369015283654,1.6066683740678303,-0.6950438314384787,-0.60745670830428,-0.10612934050554236,0.7793154699889527,0.6888473638567804,0.6968936991679832,0.012796250215886006,0.723029731766821,0.1939879325676422,-0.8217812261393281,-0.047865932526504354,-0.627800413052359,0.5116877853140217,0.6629594765294349,0.6785458823701854,0.5047970147097726,-0.04320723023355424,-0.37724225294269514,-0.2845949366053524,0.4185740990101374,0.1238173901119415,-0.8343389624528299,0.13302766084914605,-0.009128903921642931,-0.12750408386456788,-0.25433094788043553],[-0.7388272580861647,1.8783200872395707,0.6902123719287853,-0.9831526446023996,0.5814734062405023,0.49414040785612645,0.2471903166036191,0.0037703178854649813,-0.6305206716992302,0.30078716948897016,-0.5770031892043018,-0.22557185264701335,-0.7547135169087411,-0.4768281210861179,0.00981422653332073,-0.9181463603201515,0.3086054298414102,0.13307143137895855,-0.2560706740642728,-0.8078461961077431,0.5488012441553994,0.894373505763362,0.679377159951137,-0.24066263582848066,0.6208922021080391,0.12867193431993412,-0.9473715412965676,-0.17881439978866184,0.6534114009142473,-1.0134318543392196,-0.1723116922886984,-0.1000130012942576,0.8738181806488126],[-0.6786449544330732,1.576714806539077,-0.43992818236791387,0.4089189489966467,-0.7619778373051946,-0.5275302505434979,0.28329849521871436,-0.08843295986229902,-0.3412003844269188,0.2120859702017413,-0.7201769550773227,0.3736854611216207,0.3287973748489165,-1.042097158112979,-0.5386306264839664,-1.0370718188159098,-0.024756644801215304,-0.8420350779885616,0.5288792471312722,0.4371043799310322,0.17358987790469,0.4501033241086779,-0.5492687526121804,0.4319837863791836,-0.7264044366316428,0.5416163970658234,0.11929196556003324,-0.7189105314539351,0.2895689538580277,-0.7315942808809346,-0.6969062792656789,0.7404579713967077,0.4353458008391784],[-0.7248231265417354,0.9136799302803611,0.025817281221605082,-0.8231550162905137,-0.17698148204465156,0.8630335549879851,-0.6094548677467527,0.8669384784560751,0.8681206059643229,-0.6058036849806744,-0.727631987853696,-0.7848479936353573,0.5805690780048541,0.14692567952287156,-0.6020736041682154,0.14282426385882507,0.7243458547834402,-0.43114604585079835,-0.9623698076642331,0.6050661720002969,0.0277559326435108,-0.10143346403553186,0.4121626895065803,-0.4669147712091145,0.214987602357773,0.8199383007320737,0.08908452406985083,0.7740678933139779,-0.42454844036587236,-0.342312799778274,-0.09047801962345292,-0.36326721716506427,0.18836381572892558],[0.6472298299863872,0.2542118744106642,-0.33465381516793613,0.2341716618787627,-0.5385659600157686,-0.5315754109971323,-0.5767820186331893,0.9207000303934673,0.20449320432402263,-0.8700421582084187,-0.419955287736764,-0.8063632256489269,-0.3210895334373528,-0.6760563133733751,-0.9132986899171763,-0.42135897630488367,0.4134978676093617,-0.5250564840685775,-0.6188814363192982,-0.1752672170830018,0.47687591477332214,-0.79969919604505,-1.0020767863272344,0.6277417085497495,-0.3190718798005468,-0.703263540482563,0.696420979634877,-0.33846131410850583,0.409828661859822,0.0001721519157821161,0.11037262747233569,-0.9014204260369245,2.528334238152255],[-0.8366751429165985,-0.015249433138192015,0.33342612767272783,0.7081703841206352,0.8438626549816516,-0.7726310334560803,0.6494165301602215,-0.029559459306553838,0.009610556299842749,0.8203611130442704,-0.8467060301226287,-0.7981554782143334,-0.7057120218942203,-0.33136952314497,0.03289889491279418,-0.4208540202165627,-0.6714218892218744,-0.8346495458464825,0.824127769738555,0.44363722440170156,0.10810649923928876,0.6926417962414263,-0.698997559240205,0.5584539467358373,-0.4233015492460018,-0.6692053240469875,0.22867129970523342,0.16386222331366357,0.3063060573594742,-0.21380046391337668,0.7223646772326515,0.6708644957418095,1.607180014415039],[-0.09743595171390755,0.82813707279469,0.787642486520208,-0.703852903114054,-0.2959169741244211,-0.6854310325091507,-0.42981326767548844,0.029564919001569545,0.24890175240278867,-1.0411527477192317,-0.4318519371613122,-0.1423743790266321,-0.429273269473884,0.2297436534472621,-0.5245242840166657,-0.010795496813056846,-0.034613841654368,-0.12229283463271479,-0.43829687631068215,-0.5926098167920165,-0.5860469929324436,0.42673868563761463,-0.5627892835463293,0.0685740900953255,0.49198637331809486,-0.07840563908604023,0.4504078412310716,-0.03559778631939568,-1.0303061202344708,0.28586734364757155,-0.1961067769569939,-0.15262053334816503,2.2582680772229797],[-0.1188277790174939,0.6992401917905672,-0.7363871979881716,-0.5311551463457433,0.630859735969794,-0.22470122961031205,-0.7414966959171034,0.011121759721506044,-0.3633036764981907,0.32294242993341316,0.09819340233771921,0.18929316532021467,0.5319546929020648,-0.5780845079122588,-0.6336783297468356,0.18993016006669966,0.012121042299798575,-0.06226028899255419,0.7199239862627871,0.7303303944541567,0.22071364991962317,-0.0632734186638728,0.7446224147640368,0.19538988842464264,0.2739147220404116,0.32573503915057284,0.5887433430660503,-0.5001947120433037,0.8159413847526553,0.47106095831240424,-0.39425759592566073,0.37788797548955316,2.565013579327523],[-0.7191157180430472,0.33601067973786586,0.15877706203157532,-0.06052456371438601,0.6429942496115563,0.522371148182041,0.606368952744479,-0.8930377159505873,-0.06119676742835907,0.6531652245610131,-0.1720225787600379,-1.0197428342645942,-0.4643623429988652,0.351605459433057,-0.9209438518571792,-0.3857043540190705,-0.5332297687478872,1.5353936698590314,-0.02439741150366337,-1.0075208069028652,0.6321090976663892,-0.28913391406238764,-0.00910573947388047,-0.027616101422217463,-0.6729227515089059,-0.05674566813744006,-0.8532079972042123,0.8760689699706193,-0.04194650191017548,-0.5556899404609806,-0.03623865611818322,-0.9312854052845811,-0.2937868437909925],[0.2042684311565722,-0.6365605860354581,0.2952315036485837,0.6270312355737822,-0.368934188745634,0.313130867035039,-0.8873342932091068,-0.784196472034841,0.6187280977014585,-0.057666317705930545,0.6422969107800909,-0.5600098858958483,-0.45871137953702795,0.22974977265963598,0.09671417429427386,0.30236500937763483,0.04337626861902007,1.530866617257163,-0.5769479297489871,0.4819756965198243,0.18185473730829482,-0.015390284091286038,-1.0040336668496523,0.4357753433170448,-0.1874126072445719,0.31645962881602563,0.5278029362216234,-0.9399338957845383,-0.892546848925157,0.25155902217660003,0.40448993916828463,-0.4400271603222468,-1.1975801633801548],[-0.6831738103969706,0.21075964044929046,-0.36718861451229623,-0.49959431462205356,-0.6424474843693827,-0.17746412681166127,0.02259322099892479,0.7374923112274031,0.051635909251963735,0.12342390112971312,-0.4181713078880191,-0.027786694055818354,-0.10334097659038027,-0.6166972005237257,0.3414401256657478,-0.5398602848221633,-0.587047676429278,2.1322173677875345,0.3104867761856058,0.6264729292045977,0.13212278782562023,-0.953528031476499,0.6175987055592076,0.5626009614185592,-0.005069431399293642,-0.23000392358674085,-0.11401488087650374,-0.46518890400068647,-0.3948365542671301,0.1464350111840836,0.7013132150557754,-0.39457637657405437,-0.31507888857789434],[-0.9648556354566816,0.2429671897936718,-0.7947438533646797,-0.26502901247584415,0.637334002107027,0.025719587738859902,-0.5300985009464895,-0.5187332570988811,-0.14269940700862602,0.619148368543701,-0.414769839546957,-0.465524491526264,-0.16791269110665358,0.6783213809850687,-0.4059870358448473,-0.8998082179518841,-0.101981292787745,2.9846094556110088,0.8657242082628375,0.6463510875368295,-0.010364973963495717,-0.4560871861425119,0.4575865957764972,-0.15002178621940981,-0.7241059389386054,0.5371999911590449,-0.19875088468608446,-0.15066509573553044,0.32628991389744255,0.05780862824834818,-0.6324074007624518,-0.4475177261262717,-0.18690426114655898],[-0.23692095777587313,-0.022831930869068845,-0.1251665760287845,-0.11468184527471628,0.3989785387043681,-0.6930902319243587,0.6853602958656251,0.43180680730550386,-0.6991711737718234,0.8662544501067847,-0.8456702963008768,-0.9322411163062582,0.27259459183133106,-0.8583325437309977,-1.035186161127488,0.3810473863651417,-0.7974986800806284,0.7150130695216185,0.09720559144738992,-0.16268262509013282,-0.13548121702954316,-0.10312191793958678,-0.4033133930607127,-0.8361542313671183,0.47156282252376563,-0.5990179805142883,0.7967031916511872,0.7980841199126397,-0.43625475164490174,0.07999004894830379,2.4493574233237894,-0.4258162317123946,-0.4009949203165898],[-0.8483969306920705,-1.0359668277332588,0.5366137688478615,-0.8139772559674032,-0.5783412808193389,-0.5526189989856785,0.556499582006193,-0.45116846915588105,-0.36887168776306933,0.6305174193476079,-0.44202350021097225,-0.34612918279041066,0.311143896226146,-0.17539815571205908,-0.0549126575937312,-0.6462806269438903,0.9065889561547841,0.19770397272517545,-0.4320735474339035,0.5986019843397055,-0.7856307215414384,-0.8886800053928936,0.4308925814278343,0.06060363133763089,-0.47725304790054973,-0.7685325915970818,0.3570479434200054,-0.2956736422462124,-0.10299111778558927,0.8775898698884806,1.6629969101890094,-0.020087451378179844,-0.6870525323920135],[-0.7944089385061719,-0.5608909383850454,0.9700673634347292,-0.6517028575031387,0.1621583913652879,0.6783167111033495,-0.9365419518605665,0.48983031454993503,0.13811389264138718,0.5136930859632152,0.23398005013030984,0.11861070520198198,0.14218435983393407,-0.996090190483376,-0.4581039975939943,0.7160827796742131,0.12292957206593122,0.8498199827395855,0.5875039319039616,0.571313406060081,-0.4821793583031357,-0.22797851385968027,-0.3048394319351575,-0.6898314247202846,-0.6455034989858444,-0.3552561431491203,0.7725937387792806,0.7023015001233701,-0.2048084042189359,0.4583213360403133,2.10306291368515,0.0007780346008852889,0.7231433864258751],[-0.9306701832337233,0.07949107632639275,-0.11069834245977397,-0.5658663724922359,0.16317793859530005,0.9712766400593129,-0.86073107627387,0.37653512483035845,-0.2082862298956567,-0.8838179176485111,0.5303077875621625,0.07012570273821578,0.7791326756523104,0.3758216818038481,-0.9669708397036784,-0.8460003172454724,-0.46138001893265945,0.9227327818777356,0.6495551083329081,0.40492044305937513,0.03731316220404492,0.8854578331073504,-0.46196166904966224,0.10382116448981135,0.8206699741616511,-0.8308557263800613,0.25191211833217064,-0.7837712949501988,0.5140304401124952,0.6984608074521597,0.5697449650350139,0.3045938246559061,-0.8978229781806676],[-0.41036738209733875,-0.18274809371085787,-0.927271551063109,-0.8488762171398525,0.16968480292373403,-0.7679437903986019,0.6409373584364197,-0.268578552071056,-0.29561332580606764,-0.3370303060611794,-0.3307705081152858,-0.8371997661276613,1.8250190896052256,0.790879177188593,-0.08713096547732768,0.14225066855636387,0.3488486030795692,0.5979767464066623,-0.5436817136309093,0.8848527309620131,-0.8167101473406101,-0.6234165083357348,-1.0107942617188956,-0.37196035289553475,0.4052633325715307,0.06644896913202414,-0.5675811180860213,0.11144040578054214,-0.4118401776454968,-0.8603713330595185,0.05633306224392625,0.5051766405478777,-0.36393937731998055],[0.36467493366453846,0.40489986851617793,-0.09409517386164905,0.8156103436771566,0.8461037934679658,0.5634496260271584,0.6686826146329108,-0.9174653349568807,-0.3064298056038462,0.6544248272347393,0.22735183285527819,-0.15593189776570537,1.0276268718348056,-0.5391816128762912,-0.2177044246615228,0.5197248174068155,-0.346756776082565,0.6560606361337705,0.05191339520273071,-0.27686801809185146,-0.8948751394162854,0.12286878344765001,0.3637561463051164,-0.6826477951394364,0.8505600085891221,0.4325673184559001,-0.4605028603279093,0.0797276751455927,-0.8511934146981315,-0.21569567422014901,-0.5612789446343426,0.05715131524345665,0.2723593495664733],[0.10322686606727845,-0.4456015460403576,-1.0107496789543502,0.2352437983468437,-0.48710303381961817,-0.7620402995518265,0.18013053015218988,0.3452918514674063,1.9972480192324467,-0.09894439282194119,-0.652667330751219,-0.06424417596289243,-0.2984234276589892,0.4498112508791099,0.027180109968851857,0.2265092676415956,-0.17001989202350162,-0.3952152326559492,-0.3762451494242815,0.5454457529306811,0.36445254066427646,0.25863276561797216,0.34082796690776196,0.5537761550450089,-0.7405942801588449,-0.8222330088705738,-0.32081509302921457,0.10880264114197329,-0.09903276443046961,0.22596286969463425,-0.0931872827977899,-0.9433415417162566,0.11978330269674228],[2.905035667277184,-0.8126084574375301,-0.6157056906131362,0.14215982944356154,0.17602285917045626,0.7687457739472702,0.17315274419462562,0.6618822440205152,0.04475285815967662,0.21143441588485917,-0.9025845833521806,0.03302657554949074,0.5778273256580223,-0.826470831962428,-0.4369976574429749,-0.9537865980637561,-0.44687949599171,-0.7480038003589351,0.0006737623878699568,-0.9212721188845789,0.6450577736401804,0.272907822509058,0.020056744771377803,0.28886406105505114,-0.14069512660846187,-0.004552441477988032,-0.49771790150187667,-0.05280366939182292,0.8028737640997765,-0.9149098618454088,0.6998774103592655,-0.7424996710513622,-0.30682940170119144],[0.844365344786258,0.5652123699650157,-0.4804942569145289,0.775752199463505,0.01961220384955315,-0.5778014758775242,-0.5476335471906119,0.33508427130656804,0.16577810544959093,-0.18751987176133764,-0.9810787654875964,0.750548270894162,-0.1152907463660069,0.747226632085792,-0.13972585725893608,-0.6120355872288863,0.21642709676190272,-0.49967767875184016,-0.628055981445106,0.5055516772438728,0.1471083995826951,-0.9822420658435412,0.41268047400865704,-0.5328265230215842,-0.19655944131768752,0.4604909470624125,0.5573990181646642,0.6699326417852481,-0.15636463635744932,0.714746297274504,-0.04919223933089868,0.8896838378865463,0.6126445659656263],[-0.21467279932145347,0.9666927296586563,-0.6456019770398077,0.33926585760378486,-0.037382135186358856,0.14781210111642784,0.027973836956337567,-0.03951977020050857,-0.9562819050400352,-0.5784769742692684,-0.5599161945932464,0.5030244378817303,0.6560294196849192,-0.30625020261477964,-0.09366015370700041,-0.13828403980032683,-0.20566857985368392,0.540090189140434,0.4454491204346243,0.02155779661938355,-0.33982429215261395,0.247859926607301,0.3385446226584328,0.485004358242025,-0.3461550518303644,0.5502136788639598,-0.5133750868168054,0.05203174048911442,-0.1796345495743249,-0.8240527753977509,-0.20202078148967287,1.4780801899114269,-0.23905500821327438],[0.5576409778726343,0.15629265864381356,-0.18535232327788406,0.6521289293124829,-0.8262120076958622,0.7840598736974932,-0.46087520869250037,-0.15707667307773207,0.01760060043054191,-0.08047624711180074,0.4190016024713472,-0.39015986738930497,0.5501164539637118,-0.06630004876166809,0.09204286380534198,-0.2552568080132622,-0.03325544382194445,0.6053709227905166,-0.9889470767113124,0.6800800625243169,0.11548558376926268,-0.4307728384929565,-0.6750494802682366,0.34571652833707744,0.9493289023074115,0.8425220449957584,-0.8327720882976981,-0.9725636845738316,-0.7800936219814584,-0.9574578251390233,-1.019891580213417,1.0452323091038107,0.16803831168847755],[0.6152215127305829,-0.26639481192736336,0.7870697948955161,0.24487703350344248,0.4371930399023662,0.7626194133117931,0.3512352110313683,0.718151904671129,0.13045229903500802,0.14741993744385357,-0.8809775197287137,-0.03216525371563812,-0.7189588181982968,0.3565822758323929,-0.21658386332236074,0.46225497877493715,0.4001476119849104,-0.5173413445901233,-0.6195546433929813,0.3203761342475459,-0.9166950994840767,0.08212630344952161,0.1741114253157257,-0.6130216960814543,-0.6400102725562317,-0.1636582143388954,-0.3553247788594476,0.07564881760100388,-0.9626810118473433,2.375500597332757,-0.30859871868942895,-0.5116827095838383,-0.641507101054336],[-0.20631593097497739,0.8372994555579124,0.600890048819275,0.6895565500872569,-0.8876799147209125,-0.8964016202676856,-0.19053518788825907,-0.4996112326236723,0.3748262693271614,0.5275635934616781,-0.5545792611496245,0.8521714462881907,-0.153164515826725,-0.7009258493639098,-1.004431060132109,0.5176358466022318,0.14070029746250712,-0.02681811786555665,-0.03744352581222282,0.27526686345931417,0.35177292380469,-0.0549692158412439,0.9528354490239939,0.6320215402443996,-0.9054612668823822,0.8786508327784113,-0.14708607334019033,0.34309268029570333,-0.062375818731022874,3.1430660342770125,-0.9971128791194634,-0.44288339824512646,-0.3117054185121475],[0.8503945579127878,-0.4911953567099587,-0.013519071066183143,-0.7319795271594984,-0.8585578916012565,1.82973708722603,-0.4094481855338837,-0.6136954728088101,-0.32700070935288983,-0.08812453821814059,-0.7320270975760688,0.6519139833616335,0.20077241835986873,-0.24719109031355485,0.3671692347682549,-1.0239373684562763,-0.307716610038668,-0.6320949703122437,-0.5160423755994767,0.48330061543627334,0.8489295198112279,0.13684945037927812,0.8623478385957033,-0.7143763963676726,-0.29058346216666364,-0.7594343454324168,-0.8802252713014477,0.7649288143530709,0.9514928263079454,0.15971875640653527,-0.17639693490411723,0.18963170710660715,-0.8859427442368046],[0.16722021429586278,-0.5740042275494297,-0.5887613819453211,-0.6625850435067916,0.46950119053847,0.6921608690309747,-0.9453933521525852,0.5301644335391628,0.12634037229448394,0.05652986870318256,0.27542817164637445,0.3687273343239838,-0.000024339128905276236,-0.2254322692991501,0.5965683307511865,-0.5891884963678863,-0.503563956798548,-0.7368648271170118,-0.5793896591350977,-0.9128649782248668,-0.06361257126716292,0.6672787880288014,0.1626647489003832,-0.9313246123602592,0.02850274618282371,0.34550831164021656,-0.9255469170159444,0.2720763309214287,-0.7776380248846002,0.8759870244154345,0.6599129725102916,-0.6285876827118886,0.5867491368594666],[0.9088401933137409,-0.1143130836295213,0.7045898109736352,-0.8950868786268067,0.23601761708132868,-0.6666222151298327,0.2336249055857686,0.7435312520529583,-0.77184644311312,0.1464364653147278,0.5010169330251464,-0.5077864263641122,-0.1118231301244877,-0.5574977526388204,-0.6078133971199704,-0.41156920365769756,0.7665961418741714,-0.6533293006076916,-0.3904549996490421,-0.5726693856605996,0.32922107282552476,0.3179802423645796,0.19624599852420357,-0.3158887181174112,-0.2945662089297251,0.1449766822031551,0.7999285842421385,-0.2967991576667375,0.49842945316537707,-0.22129741340473516,0.3927264784613151,0.6078760690025709,-0.002382219914857614],[-0.7616861152712638,-0.8241498188768038,-0.4922974096996029,-0.4554623368317186,-0.2863901238371561,0.6536631116242447,0.34254293884069037,0.41644300130496925,0.2597357424053778,0.31111428810279584,0.10922915200265065,0.13350630679015102,-0.9741052124372938,0.177500386259808,0.8133765418800046,0.08918237472813303,-0.9523390077278597,0.583681470911497,0.6498902368893718,0.06990290234247722,0.6028062825248514,-0.9764014325786519,-0.032378929073569596,0.7472728279908935,0.3996367621908128,-0.8389216030237402,-0.022130796647111636,-0.8254746022358143,-0.9537148244688195,0.6588266319478437,0.6243319483078474,-0.18262707413247498,-0.8191494357886646],[-0.9200122017256113,0.6693332523559444,0.4061652576337629,0.3463361210716581,0.9048043166955494,-0.329986545059928,-0.830082822767144,1.1209152523572106,-0.6433626160000202,-1.1141440821421844,0.7171010964227742,-0.02524834332269206,-0.26494284324062234,0.03927031523162705,-0.5131461330469591,0.2584747274807671,0.8951612079566473,0.6988232849236761,0.301393442105221,-0.10276581651257165,-1.0107292464143154,-0.3378925677391681,-0.6187646035034801,0.7303114726781224,0.31660549424040607,0.6069407374054047,0.2377089756775732,-0.48429663787598587,0.1750338225019236,0.5630094266190385,0.20395033711477692,0.31825448698389,0.15778675767819922],[0.6890330232054167,-0.8505419784218806,-0.9108418091056696,0.9323297884318635,0.1281563735227507,0.8294236466218188,0.604742585586177,-0.5353987241686345,-0.8516379356063698,0.49241256726751836,0.5379246997519471,0.2661056707178945,0.14694277881295292,-0.08927460247529356,0.01914362191436853,0.4942098262600026,0.8364943649050286,-0.5425751654530807,0.2929215260309446,0.22224446652380792,-0.8504473837526898,-0.9785390606787404,-0.07522225111779278,0.3435132554181969,-0.09623402180203898,-0.661726241065762,0.7990973790014091,-0.855716682381603,0.10189688102482052,0.34703580324245886,-0.5902311073963308,0.46421891866842885,-0.7972071223361906],[-0.06600330603949209,-0.18057419704413283,-0.13016697331442334,-0.766636439967227,0.7862719402950069,-0.5263003944009613,0.8142325536462861,-0.07079787907560865,0.8165701444719634,0.7820781366423938,-0.23145715459898605,-0.47134172545814473,-0.8845617483465409,0.6917529238521265,0.8279150998808121,-0.03041629070692281,0.9456994213994204,0.5826653511218756,0.5498670596219192,-1.0134976665110975,0.4444954523194719,0.019725399665322267,0.08667313990113623,0.662170452375501,-0.7728344918034808,-0.31056707216064344,0.5558253102020819,0.5411613608653026,0.7093461097044704,-0.9497176378228643,-0.572530399791543,0.8324070603381836,-0.9691439714620361],[-0.34353653046150867,0.040506136582965806,-0.863418159276139,-0.8250738213220128,-0.40498054032837555,0.6722147210139875,-0.7872280569683601,0.16705782604934383,0.5231968252299689,0.9202611691118346,0.36197325450200873,-0.33843495714283167,-0.749145670899863,-0.7009546617527295,-0.4578919829012764,-0.13645713260229786,-0.10462439926536335,-0.3798759257334375,0.09761219481173516,-0.3131873011789589,0.2878775053431426,-0.9949368906709963,0.8674418664557875,0.44714717166825074,-0.24316722000702798,-0.6513872676171957,0.5497450982542242,0.6090744246066486,0.009249744770603448,-0.4907038990442961,-0.16652236375553636,0.5472301227349574,0.2809025509036898],[-0.33734199808731635,-0.27697429483702746,0.493659377616976,0.6059873942103084,0.34504196300205026,0.8663023531617029,0.8203659801944967,-0.8429318495364527,0.8701344599548577,1.7384676756064044,-0.8083910580066517,-0.9435163646219413,-1.0357181341497408,-0.862097735230939,-0.8171399870647279,0.16488695950218926,-0.02138878457452706,0.8532207037645513,-0.07406952763200524,-0.6111236523290154,0.3407408003267697,-1.041003683085841,0.08221368333364376,-0.03552321810092961,0.10315736329460838,-0.2694797404529604,0.7927626149618162,-0.4583763207838283,0.6497940351043101,-0.5524918054195742,0.30292509840032167,0.5599093811100851,0.7654228501525048],[0.8550333461856492,-0.8127939363382468,-0.3430476808437206,-0.11828740201179541,0.8103081904172084,0.2577909580885249,-0.8336336838954027,0.3822807884973147,0.6116395461191271,-0.1566632865120234,-0.956417377514115,0.7514445228788559,-0.5397394316707108,-0.93261085406869,0.11887834963096539,-0.8006654981824625,0.764066288185603,-0.6323334723696483,2.472556056615739,-0.007278535817883649,-0.7706239561257461,0.6158449111603069,0.5351823090141434,-0.6362067110891683,-0.35434840308474325,-0.944933305436716,-0.7728264523866825,0.41740874833719,0.26395665242496225,-0.5078386009257129,0.3283411912182043,0.5850737207302839,-1.003174085830687],[0.4990414459712367,0.8680720986263294,-0.9064278343099679,0.9346640845499288,0.6344809997906333,-0.01505396536729293,-0.6330315297312611,0.5090419628715069,-0.7952798079885756,-0.925934874002196,-0.9441991870230421,0.2365892131727421,-0.3279780729551641,-0.4261032708908649,0.7391638194442058,-0.8206637846368179,0.8429292062916813,-0.8971939460086553,1.9023374115086997,0.2153427932176064,-0.3112523872453841,0.613750226958249,-0.7215703734414154,0.6381476241101679,0.47352994924072894,-0.5664737184848353,-0.1358950358824891,0.4370127970873762,-0.9906267846306053,-0.9714131237071328,0.03946270665400078,-0.6784297539338289,0.4338598103718365],[-0.12657457060497745,-0.6828967047685528,0.2131907918716229,-0.052828594505251715,0.24554444801971265,-0.8199748046531153,-1.005132233094996,-0.3205238411861932,0.18596451653312698,0.009370900981568519,-0.3477382302687705,0.4460525212511166,0.7994049838511332,-1.108899353700083,-0.6404561898354207,0.38269820622354694,0.6249784906309419,0.7364890798377396,0.6186136888343169,0.4864702552344593,-0.5466172986913813,-0.43832499073690767,-0.6901223168557905,-0.725807448885112,-0.9338392464522504,-0.19266423002259103,0.02790237376586684,-0.22925120153302012,-0.6332153961603167,-0.507578970221381,-0.25684653092077886,0.6895010255172948,0.34261242010893905],[-0.14935782079352572,0.48077485402191705,-0.6011589108751704,0.7527125606923354,-0.6593883166139815,0.857576331382717,-0.6046550838431948,-1.038470597343957,0.0860488799616585,0.4495709703939039,-0.2766416865437793,0.5496178772404765,-0.4243684508480598,-0.4388058344566884,0.27267507934915414,-0.355661655677767,-0.6217381706880337,0.6163654654245794,-1.0276142116442932,0.7795903781217801,-0.19172101073874534,-0.4815386019116419,-0.6467159295579528,-0.15968372169013706,-0.6126861689631229,0.5535365961406128,0.9171649049563434,-0.7116878912972112,0.17265715629194234,-0.36376747012137434,0.21099630404632796,0.5293187609114263,0.8724375698804587],[0.19202403583176494,-0.010279498196722034,-0.5977587262558085,-1.025337290496111,-0.88194509680841,-0.24596115555943604,0.7190791961973789,-0.615752550113043,-0.008539423463690913,-0.9760676423480014,0.9397781825251543,-0.5796236182882087,0.04580210948661049,-0.19766275482817733,0.4619643812734409,-0.7657224962751151,-0.6823492082138984,0.17124858704881094,0.29304320431795905,0.22842656057828012,-0.27189046266161854,-0.6351720306444515,0.7996895142372126,0.055738618346979865,0.2976951490812957,-0.22852814550694345,-0.7788478860804202,-0.6682471163380805,0.6062903327016896,0.36759917816294463,-0.4225177212169603,0.28601335274743656,-0.07696777187803314],[-0.8481949520720405,-0.6274968828910701,0.30043696136608844,-0.512717404464369,-1.068432591902878,-0.05954429298860983,-0.7814786314560939,0.16233714235826843,0.07360224303663382,-0.17786022204549004,-0.9813008759634493,0.0930166723085096,0.9184739634019108,-0.4930403924084497,-0.5435977506197206,-0.7341563882554718,-0.7259627904579988,-0.2285109435839114,-0.649819505719709,1.822411603165032,0.6151490055734998,-0.8358583287175384,-0.8263025982124478,-0.692633631442478,-0.4928746647871867,0.6433945195086564,-0.6904618829052043,-0.39519107103433565,-0.1396286432732956,-0.5651028348370454,-0.43962732186969466,-0.3412139611514017,-0.29037953777095926],[-0.037012581478198935,-0.9809153016746595,-0.0005147343617870258,0.03720864573438806,-0.6424195656408689,0.5643362059480405,-0.0642797692040968,-0.02861439173717024,-0.10211635225217429,-0.18350295032461342,0.8652362744762965,0.7794922627463089,-0.03194631540569732,-0.8679538252931911,-0.1450832798937917,0.04908627431525956,-0.11232295688215742,0.7001896495476401,-0.17417270799707205,0.7527418083877468,1.5346461055822551,0.27751514702020785,0.2727099746879881,-1.0116993762967574,0.4497678389347259,-0.44659983397075853,0.5903400166368081,-0.5562157590909591,0.489333929073825,-0.529881043010032,0.6389781395136038,0.898528234920828,0.16463329311124145],[0.9250942381445894,0.061262662978537843,0.9047362387221505,-0.08318598065163403,0.023174178961723482,-0.7886306716987918,-0.21134264361509988,0.6041453692010075,0.5220270134790223,-0.3365379473221224,-0.1756578848796707,-0.30244070613889645,-0.13990855601870708,0.19936380813145643,-0.232995226130949,0.7072894134101535,0.7699019056386479,0.45069549679160803,0.022729226031836084,0.12742305376984345,2.6169427160222303,0.15636351669661963,0.3876174229692183,-0.5515010740993443,-0.7281325368228844,0.2275400141024995,0.2120963527998218,-1.0133465516760116,0.9373266858166437,-0.24387446919896225,-0.30389151229107475,0.4066021504779129,-0.6537447799148566],[0.23734021116349605,0.8820874935956129,0.16250974790545855,-0.03925415998042974,-0.9097449249662096,0.3409645764555856,-0.9951643486589473,-0.33818032256035085,0.8149031758825517,0.31338690953207876,0.012140195666342382,0.17365616878265955,0.44804401805229704,-0.22053983733681387,0.2521544152037907,0.8266643152201136,0.33244353729531273,0.7910310636430836,-0.004220281362587189,-0.0482134969385981,0.7635494600027642,0.9406622503239402,0.6653362684523736,0.7845776302886406,-0.9360129305320078,-0.3343860886641291,-0.3136523875749537,0.5542372997322599,-0.3753560698264572,0.4851544880455183,0.22773470943837676,-0.41450298322247564,0.6803819436087811],[-0.8722845033373923,0.04346410956150065,-0.7471188328725418,0.08153576870811229,1.2994521747963532,-0.5430037615473846,-0.7874600476775938,0.047778018951698614,-0.044983237256043564,-0.2897945307483891,0.8354685323303708,-0.2832090599592815,0.005532604770914509,0.515320449221935,0.4900584317941193,0.3964794521645289,0.7954053745761213,-0.6180776878614586,0.19945990885827972,-0.3766925439172593,0.6923762755547564,0.44843057756872046,0.5939603626194366,-0.9436244674558195,-0.959988565454099,0.12491174604058104,0.010777706559052773,-0.6950653174855133,0.24878816174161084,0.36246816561075895,-0.9178817124664084,-0.20486582404982168,0.16597494812355387],[0.42425355746578697,0.8046950269334154,-0.21278182520675162,0.7439534042682853,0.5815498903482568,-0.723034357339868,0.17371963845710406,-0.9098242570647136,0.38421034913315744,-0.9979743535819913,0.1998815877794609,-0.6374740688823418,0.11044464526616818,-0.46761545569129637,-0.3338172417021021,-0.5080725810282704,0.06478024268348966,-0.30027769532287896,0.28288059046853303,-0.27869561711275326,0.19434735605313497,-0.04755653471426606,0.09085357198441447,0.6902793547708875,-0.09732478786151767,-0.20512568051501387,-0.43067969091720076,0.34797519044428166,-0.20641242449451147,0.06221160061921809,-0.1348694206254869,-0.1823550510969765,-0.6356104105520185],[0.23612361064667753,-0.4556157848581676,-0.7267395145328404,-0.13412819342432358,1.1931784882187255,0.8035837057868113,-0.1726118648013128,0.03298018962955956,0.6036848707163713,-0.26324395301913617,0.29481625456736144,-0.2488424497789419,0.3593513658852367,-0.7551838194649629,-0.18331951923086878,-0.8544480763939344,-0.8666449851705584,-0.6224115409643873,0.8206317228824712,0.8077124989050848,0.6054483981005061,-0.18953717251822988,0.9557435389742913,-0.18803355495920698,0.20536083954647563,0.384584983269352,-0.8103312728097395,-0.6025167735069362,0.6337697034703463,-0.4219278036899814,-0.13516068503930329,-0.006707439830577487,0.29601131753252474],[0.7621377658568234,-0.09843305615219039,0.15551326590420028,-0.0025364148601331377,1.2226337297427514,0.7702815663316642,0.019434746712960353,-0.7164352800132034,0.3758969694148954,0.9653364471814837,-0.5673309305332764,-1.0256423721967982,-0.028365865849929336,-0.6920662462726399,-0.0990084426894308,-0.6186860583338755,-0.03518435185678778,0.7562227295599451,0.7438393719710522,0.20724497626810842,-0.19600878330674265,-0.6973640966936752,-0.5805535219682805,-0.37495125754622793,0.34886365245815165,-0.5289762172073871,-0.4690544499442625,0.17434917389033508,0.15761000064674915,-0.07115749046170279,-1.0025964952829565,0.4571630430629034,-0.8327760882561859],[0.04686745067401171,-0.17202387885068776,0.30766867177097235,-0.8913409501872781,0.09024892480199644,0.5663263050173335,0.6549126419959559,0.5298919870268028,-0.012843575041009471,0.7978547321188143,-0.9012575829258815,-0.810732891528795,-0.29680545511890644,-0.9571350181073961,-0.3544882162014044,0.8134162706444252,-0.433785905930994,0.011086194492938796,0.47608979919371575,-0.7754486711725684,-0.8553557270795342,1.290172612644126,-0.4105990734301232,-0.8028222071840012,0.27767117873364267,0.19098526531405613,0.8180481008662933,-0.1440096795052351,0.056775883809527805,0.608571814649542,0.9062835975151676,0.6747257971896263,0.25789261247900974],[-0.4432367202496698,-0.6835279557816498,-0.3121156727033044,-0.6963792572772101,-0.6257514579844565,-0.9078414409106387,0.866937942007449,0.01678452990287856,0.8815016897209115,-0.5942998756202774,0.26075258496090153,-0.6747881107464684,-0.8148454287273664,-1.1592133415501964,0.764402114461658,0.018977848771997635,-0.03998185961357952,-0.9923466415990906,-0.3745731315478726,0.48876520285693836,-0.6801898096052275,2.411307857446113,0.00733987375596052,-0.5786808438324038,-0.5455876299829844,-0.939606974716259,-0.3408026409073839,0.8603076506623261,0.43894562651088764,0.47763877764387325,0.7735275248030568,-0.40068393349570264,0.24247251538045375],[0.6607210406567869,-0.5335300828391271,-0.4266565868456633,0.6680965815030245,-0.5965318900757477,-0.3207808549990218,0.46164818350452064,-0.9134000520145266,-0.6968412192001381,0.27042422561353396,0.3028778903364731,0.09786693316665003,0.18926473133842456,0.8318233765149355,0.0024574668757319736,-0.9295849708497299,0.8910473723980794,0.13940675602035227,0.18640676361110897,-0.30767178461165257,0.5850465508833088,-0.39419338448754726,2.1521775469217737,0.26080879522249273,-0.646708589020386,0.8370391103840351,0.15248365939746275,0.05122867063021963,-0.4911234774700909,0.6670818434162419,-0.5977264261710531,0.059243555079474486,-0.8347665906012571],[-0.8121670935388863,-0.655131643103048,-0.5985693849979964,0.6441884748102021,-0.7769089378355276,0.4538245916260797,-0.6059307165442481,0.06299161658509679,-0.8743199335822183,0.25708713687149415,-0.6794256693208238,0.05750300886899654,-0.007678427423312575,-0.2863478228496631,-0.5826069764570306,-0.8249865668806103,-0.12892182367433375,-0.6119897934578995,0.020193782534010878,0.20582521786989402,-0.5764002736171095,0.015913918115445798,0.634233707964628,1.4944200841501571,-0.394873455567982,0.6015299155897319,-0.8846745358568656,0.5628499388643251,0.7301999159098649,0.19536976754460447,-0.3765601976428111,0.022174344499618408,-0.48767702824042397],[0.3823020989127544,-1.0173261445604398,-0.4963067871066948,-0.03375268653361882,0.41995095718292796,0.9581263486441438,-0.3220501693371457,-0.776473906099646,-0.3563121187089657,-0.38525870820546804,0.7333915641339319,0.8165836800443532,-0.6240601229562692,-0.9535992240034874,0.24786425796078454,0.7857464086562053,-0.24784516275620008,-0.7280355260230272,-0.3576263870708125,0.711242237484905,0.1399468674621483,-0.06244864630858152,-0.09110026193828875,2.2370168504093004,0.5159340236510188,0.7767350342231047,-0.4028224592233723,0.3870988966205304,-0.871483436513277,-0.2715606945696617,0.35098356881239035,-0.4684372078554059,-0.5849720277570424],[0.41304710395056293,0.16488966364069735,-0.8403955772798736,0.29504400921762614,-0.6455913513789134,-0.948164883365429,0.8947430915687009,0.33127472167661504,-0.15554060814519305,0.8697594539682869,0.15764721036867183,-0.6898668244113807,0.4937592996425487,-0.32122970482544544,-0.5185174229336752,0.9302206970374571,0.018521726463209598,0.2047050619771897,0.23158818050891808,0.38309344410763835,0.44677029968607795,-0.14475427234458774,0.47671402167126026,-0.24327351359749105,1.1757007214303437,0.5308993115990548,-0.2624067681537364,-0.5439330633537439,-0.06813308664401159,0.0789623277371863,0.35257922308187745,-0.5494240399302044,-0.2792510281014415],[0.22784467375361395,-0.4686574052059326,-0.8491769425970995,0.7265622570149626,0.4182266577105054,0.15183688301589468,0.12556129159998933,-0.7782991410690053,0.6565776933300672,0.6698765368596656,0.9143704144897487,-1.0670477881378424,-0.13334295650781924,0.12098470468147032,0.5937581116833821,0.02979683577915487,0.012614617040222119,0.24760079576462557,0.6808320642378529,0.6904651226074408,-0.6453773475995265,0.4831008826255768,-0.587199794896856,-0.08603642327756275,1.43606349314911,-0.035006174135216186,-0.06310519093474161,0.6353634259743902,-0.8448850876401343,0.5054286342055261,-0.05575741751813503,-0.19505490575871814,-0.9661937704520421],[0.9202709823553464,0.09398148707133885,-0.48197503033618677,-0.9616872303448694,0.1529889203442436,0.017474697712369272,0.787470230931344,-0.5668607126325872,0.3440206567847623,0.7750723260924162,-1.0028188314279798,0.46625726856971106,-0.5853818959655791,-0.3426265584932064,-0.8346426913367645,-0.6657148124500808,0.3935345842087044,-0.18491394883734094,-0.7853403224933154,-0.595353076441509,-0.2557839548345531,-0.8032187930273489,0.4278669830732715,0.6244720855270217,-1.0109355409163239,-0.16246169503394164,1.754926555706693,-0.8308870125006751,-0.26227359127662775,-0.3582122708262361,-0.8897614222181308,-0.9533163959183545,0.008374477872840487],[-0.9762567305443,0.06525916063918669,-0.10158294439333367,0.47033521665617467,0.27972305254802043,0.7597189679143861,0.08436465391065631,-0.7076856357064761,-0.4494512410209415,0.502992866786393,0.6061010726579064,0.04930611558848697,0.4236521948805398,0.8693576867171653,0.08928655495830401,-0.9176581251634717,0.334386080113014,0.31083411603856076,0.5937875512715582,-0.5334716893021302,-0.8060028035293457,0.9446067005963258,0.5678136303331972,0.35582446250449956,0.4502652098995967,0.18607086117857963,1.7331125807046437,-0.1267411265068203,-0.1240719167581356,-0.45957023068943353,0.9702389888482298,-0.47459281566202693,0.20840176769584365],[-0.8587196604252617,0.7147353503848433,-0.7514491256811167,0.7140899301742183,0.4618271074140061,0.15887111054705208,0.8364854768279978,-1.0241159451373834,-0.5695832654822913,0.16420127082419347,0.5844192255840827,-0.6900243098061778,-0.8492129533157462,0.29988116970474166,0.14116926690209608,-0.6700432953809885,0.2057446267957997,-0.9370197190222169,0.22895581910094212,0.06074970929496498,-0.3036824406530848,0.23311835819935006,-0.8457341658230048,0.7400244228966175,0.4645460116639903,-0.9804411372429189,1.0202645980406142,-0.8375603784891931,0.736257256814428,-0.34456968637101626,-0.6889554016667474,-0.6708522827178639,-0.5158575202866774],[0.37554212937922143,-0.45663018241530745,-0.4710449553073248,-0.0585027381453421,-0.16051246146323023,-0.6952989645180646,-0.8941558817611589,-0.06072575479814566,-0.11147284981910496,0.07212854804830818,0.2010264413065706,0.9333572675130791,-0.3252176888109552,-0.5373445153835757,0.2244449112695646,-0.1364782987450342,-0.21258897620196945,-0.6313874201451011,-0.7313329625880317,0.7577161152352402,-0.36955223675086996,-0.687491339780614,-0.1489580180520027,0.26040960018852044,0.3423961425335786,0.8987884643778581,1.5991435016442919,0.6768264376640978,0.002317095993139739,-0.8901168267875669,0.5103262211992013,-0.20758457474374703,0.3996858915257951],[-1.025598573268799,-1.2750352562405063,0.32590069144294165,0.2039332383034751,0.039749805132611095,0.40206615028632775,0.08166209520476994,0.5048023990303137,0.22781042493671708,-0.42257095278053775,-0.24175273265392092,-0.008869067294239117,-0.6240841198617825,0.11225002697366793,0.46790366251834353,0.31499980345937323,-0.8422236561293687,-0.5569729404691816,-0.12242575058985622,0.2329093963404688,-0.8928779016214149,0.7735635860016198,0.5622076808000704,-0.7172637207849617,-0.9998166982229302,2.963275999750731,-0.4333283939746027,0.9022215088234201,-0.7044078576979022,0.21920371308098535,-0.2511251572343927,-0.43130156500356087,-0.5371886744469807],[-0.7479842369037275,-0.07264993119082631,-0.04197920684815344,0.5142219099612603,0.34927530769733617,0.7735249306734419,-0.7010294031734541,0.28301307251183166,-0.9846997371989423,-1.0285856658188994,-0.8200087939931852,-0.4589561315940747,-0.8884430035335872,0.3032380186217704,0.010829476356673416,-0.2199386401435379,0.19133921609730212,0.7185758808633456,-0.12462439800444687,-0.005692033502436456,0.49169104514575684,0.9042323462379754,-0.19417545231574282,-1.1898552714728317,-0.3595375011804206,2.1574236147696624,0.5155628599502972,0.46322293276096743,0.4273788864298007,-0.13988146428251255,-0.5768243794480334,-0.9912196076079819,0.3145272917223942],[0.39670110425249705,0.1551509699598947,-0.959602077195998,0.7853903648510653,-0.22499470646906083,-0.820557534439744,-0.3183866900490727,-0.4291660827598524,-0.5327627289868186,-0.8771920881143747,0.9317725877692068,0.6542702410218618,0.6189670556728036,0.5484918285860485,-0.9613510671215746,0.1498049927497213,-0.6452817329925977,-0.0482858280736668,0.26184868253209825,0.1628354762865529,0.08051544194604815,0.3140452192605051,-0.9308040907507458,0.5048397224136735,0.16054191558597738,-0.4410226338120633,-0.976293934889593,-0.3386357089692789,1.4004153977647846,0.2412299301979206,-0.31413700046696,-0.517899899235796,0.700747209216703],[-0.34465399697724486,0.5521958524145665,-0.5076009922175451,-0.7439741633515509,0.05390525625702716,0.7579575580112343,-0.8579305313713042,-0.9551725995702474,0.3481067848999251,-0.33486752217004934,0.8080575493562606,-0.22987854425385207,0.33504121399402065,0.6021535541597505,-0.795605245998541,0.4070087880675327,0.3317926940378835,0.05035921919073085,-0.7983905607892068,-0.811201198158166,0.03818626956628268,0.772848193479958,0.9338091458462409,0.3999035971482126,0.823203334823535,-0.9123738866220815,-0.1740276778893552,0.25393828437053506,1.3323570787749839,-0.7530815851748469,-0.9770148330324541,0.5674539139996908,0.5660305370592508],[0.2653957571888288,-0.5699344593268413,-0.3588293659616787,0.6288495680107492,-0.8280815907168276,-0.3396925887755863,-0.956446530159159,0.12315923932774062,0.3249406204563769,0.24006584860855146,0.20540387861981355,0.25790560830622455,0.17385420227303106,-0.7058364754721743,-0.16747841379554448,-0.3515537069337565,-0.7628962992764979,-0.8108276530290489,-0.9289085228303061,0.1383391547137223,0.5705037482228077,0.7604484273402683,-0.16497302882701656,0.3405390170397993,-0.2595617751591858,-0.37070845348375897,0.329592014467966,1.54097162816521,-0.32913258126524786,0.7524081049579928,-0.10268297544861707,-0.3044424043321683,-0.6318445014730595],[0.3453027978085471,0.7938814543372086,-0.3369545390908088,0.7944039486114042,0.6067256250384593,0.4651667271481256,-0.25801310618769974,0.41027314809424814,0.7743696958206971,0.048124468249685116,0.8515588626808371,0.6055306589086932,0.8222694301758927,-0.5145475471734451,-0.7190113303891053,0.3731777175385766,1.2358235903200285,-0.9070317013233505,0.36831856958998793,-0.48249430024267875,-0.8422778220538005,0.12330181639411934,-0.30335656061886135,-0.578150546635212,-0.05645240755003901,-0.24571908894540337,0.6037137219022665,-0.43835591703079735,-0.5561822964039042,-0.6549973238351946,-0.6506263892761891,0.41160649122436443,0.17170567883609403],[0.12319333174582019,-1.02291083896762,0.3061413457324684,0.6923702070257997,-1.0176244277865913,0.9655149210523508,-0.8120723220590181,-0.009856071498873055,-0.14121419462113272,-0.285743055424393,-0.357770815616267,0.17704200133652034,-0.034460236942281106,0.14287841878541918,-0.9076175794421031,0.0609710827186493,1.325090665944742,-0.6633624939707324,0.03935735142734285,-0.47350169580733364,-0.33527370591366595,0.6112881264134463,0.5520463402859439,0.5533218068819696,-0.6185103681487826,-0.7602546344534606,-0.5594678723882076,-0.6810315751222107,0.35133963569914217,0.7438836959432814,0.0445097479130331,0.9529855800097842,0.1085749741696585],[-0.4950297556472171,-0.6369676375042482,1.958381020798237,-0.20378785389736076,0.21391505860788856,0.06846143116704508,-0.09153136721022695,0.4211431459631025,0.6682633246279996,-0.7192859109076377,-0.4238451726341151,-1.033941075955361,0.12999927542172507,0.8667251914171277,0.02533733033741598,0.4212728539777239,0.08377957398423055,-1.0299429081767928,-0.40258492385373307,-0.12401950999496805,0.5167906394055134,0.691435716981663,-0.6207321933106333,0.3366622609158769,0.04547487340903997,0.5251916988122974,-0.5031156443578575,-0.05825022512342063,0.6339892449703867,0.23426290668049587,0.33066893134527536,-0.5299626438511043,0.511751247596219],[0.52861377508057,-0.7154887662110391,1.7314098644473186,0.9155286122617772,-0.6647405897317537,0.36423672702263804,0.3957198093588625,0.6899376009587295,-0.5116775852245224,0.4710672765401902,-0.8966233497005015,0.028287539060795813,-0.36384392675529975,0.5843864300980989,0.8522672324971209,-1.0020719967409317,-1.1012827167404948,0.7156447685837549,-0.25039960752307827,-0.122461218746494,-0.6888156964218525,-0.649612404426386,0.7318545129747682,-0.15221062598839805,0.7969025976628055,-0.5995953752079015,-0.36702894276926457,-0.28917924656009397,-0.6237141939367208,0.06341376621662403,-1.0123283311131863,-0.6961255299457082,0.9032933791338459]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.017062182538801297,-0.0012519172657784125,0.007616040452862365,0.007766401380507933,0.007326278873376345,0.006954369883952318,0.006642972584393818,0.00637867140638554,0.006151298955319003,0.005953261205015226,0.005778843120376633,0.0056236948072022645,0.005484465670936028,0.005358543464272404,0.005243866866562646,0.005138789938632286,0.005041983363605022,0.004952361878499277,0.004869030443065548,0.004791243899907402],"Time":1.8,"Locale":"en"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0],[0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.6913224652115079,0.5778712071096495,0.3954490175600286,0.5808067213701963,0.5272265398463869,0.47122452124591635,0.7287855970791063,0.725744468618755,0.6810917055144495,0.39038727970682413,0.3467823835658584,0.396321167328002,0.4060699423356782,0.6143254721667866,0.5651115827968692,0.4245417469204285,0.48369242924971917,0.7278255463077558,0.40104453513332905,0.7282371098213171,0.4513655611574591,0.5166017508898881,0.403818429202903,0.677591287961367,0.620474992517256,0.7078698200017625,0.595044552285231,0.6633484172967867,0.606289563838924,0.3652947715869207,0.49183483771278447,0.3641004113206716,0.655617135276314,0.6461507755478886,0.5953336494681157,0.373467343917641,0.3716927643218204,0.6606835488723234,0.3227184359807834,0.4300519271228555,0.7122926073179612,0.47554720441328985,0.6737395043760238,0.6050715970858681,0.5317585000764453,0.3145923877153104,0.7110657361023289,0.6851599045639591,0.6434610206485883,0.714722279644242],[0.36385058229609424,0.3682346425092043,0.3869766710793892,0.0016425500517630459,0.00004180412594423751,0.00918821969095497,7.24619918019638e-8,0.0001624917866332503,0.6653003366819407,1.792498154104198e-8,0.4355528693142503,0.6162816533849301,0.23592325975308726,0.32857713324983523,2.276985244118906e-8,0.506553257454542,0.095893138518463,0.8914573758583408,0.11155485413615215,0.6760757179792581,0.49730754059131993,0.9818027835888988,0.00012615327219994934,0.48355144690513835,0.007352822646734645,0.00008666634205298437,0.5406336092263813,0.6684316994021142,0.005476969197462932,0.14212684612261575,0.9339504622799943,0.10147259304975342,8.521597147815636e-7,0.0064543822341163746,0.8179688574316644,0.014103868197378721,0.017984714586284315,0.6716782957520565,0.02136237906624717,0.2479477229187968,0.0002485388921493181,0.09845726684025673,0.18835837589937166,0.00001879687267246276,0.004466897931292095,0.27057017199919065,0.37066749799575427,0.0001432848231785687,3.639845632637601e-8,0.0000017425688577376084],[0.49201433868808925,0.23672096833838385,0.42396805734578896,0.026365407223572043,0.0000025335948619398564,0.013434869391229363,1.525848190955767e-8,0.00000541479357805174,0.9452761368943632,1.860407957214083e-8,0.32912703916548147,0.5342230902963376,0.23001733575338762,0.8330184365558956,1.8762184107947624e-7,0.4001229569973256,0.0013807817499750224,0.786203753394608,0.17253380701109425,0.6337396991973161,0.6993430771112213,0.7194435380050174,0.0000869279727321765,0.34167825644532773,0.007251828726332189,0.00022076980480814596,0.49325851333231235,0.7438385704744614,0.09061300713398875,0.004800055713516513,0.8787962765263039,0.07158997773256873,8.873036809695866e-7,0.001468030515123347,0.8742519743018876,0.011025059730645733,0.4325978111444045,0.7165373262290722,0.01395723864917429,0.3126054905633827,0.0004027961759347152,0.2487010846665613,0.23440096378636804,0.000039114623416887766,0.00016859035477600278,0.3806374540934007,0.2143148944136057,0.0002224733751367357,1.0998434802706031e-7,0.0000056915681081605905],[0.42887277751638136,0.26354892990507783,0.17574979508905147,0.15540676213059415,0.00020033901302071779,0.011724446555316629,1.2697180444912217e-8,0.0010733875980386063,0.9168482384304274,1.238415761545985e-10,0.07398188164819831,0.9503048041930443,0.1844817485823608,0.6465998247420981,1.7362445311789873e-8,0.6631453371316038,0.0007969989999673787,0.03336425677764216,0.042974673388074196,0.5395803608241059,0.4750933967549751,0.9677281718328519,0.06523793384597763,0.4124689223630555,0.052014013280265045,0.00025931189886516283,0.3093117629509683,0.7776943430290115,0.045724694081139494,0.05294231506893782,0.5171996793257382,0.1143442097271051,1.9163764205388426e-8,0.1349200878975604,0.8783297191197763,0.47248141150897166,0.7348853398156168,0.4310903483287762,0.25071862591531036,0.2745174923629697,0.000009446681575586959,0.1945555565806783,0.23582765363769062,0.0014427633796448142,0.00007297685944219905,0.2063128427156305,0.5060847318896066,0.0001347960162087491,4.359604849116719e-9,1.2256972694454852e-8],[0.11933320250564003,0.5281042875931344,0.05635312841170799,0.6587724940648334,0.2687652015458273,0.11115700633606804,0.5461418986919272,0.7236670174105247,0.5021433139896931,0.7530566688944142,0.33871542640926194,0.37561473203758583,0.3174285274253657,0.6207505988272978,0.6700706831700106,0.16462607210122107,0.12424708561716603,0.3987217487294072,0.5808421604009201,0.223655374566821,0.7094435708294307,0.15100915742998555,0.5514065754004648,0.4824275959951261,0.3035906710835684,0.4713549410728399,0.48786554528957793,0.4508596662578552,0.240896373034291,0.6544908374248971,0.2217706082820779,0.8611388274785107,0.6614100440313736,0.17711956247813299,0.5825701121485711,0.6943396386931665,0.6664550256108749,0.7657951251116231,0.6911819909574878,0.048638285024465135,0.03974013274598377,0.3924531675743336,0.11035229817983688,0.10799137898151803,0.2797810451424446,0.5002176971911206,0.29216324075793587,0.5033384213804516,0.4939205366007996,0.6375600673540204],[0.02717352167199552,0.5472431557887456,0.09099618366992489,0.21274356868178196,0.6210696952055794,0.0007159532138878613,0.7542533139170061,0.18037178077121674,0.6911636469453457,0.8092607061129569,0.02230665887675387,0.5556008678290885,0.6437311106582001,0.35072160273773384,0.5196636319464967,0.0225572429236815,0.0753192234500364,0.40812076762972627,0.30605279747218234,0.7332655260946782,0.5725275356794346,0.00859722028606737,0.4547540843540068,0.02689428682397012,0.14311392826146027,0.5798515943725272,0.4772900480413781,0.6963963293256175,0.0033626449908404693,0.6018481726243577,0.6299383716857725,0.590872356351859,0.3987160322068312,0.71234958495707,0.673071373265801,0.7570066296660634,0.5623549525740037,0.5038284163543119,0.9007301733257675,0.28613614670232446,0.8555315170366821,0.0005403812111558794,0.12508547873577586,0.1444491503886645,0.9014238421512464,0.21013632974774324,0.310528865700256,0.06833811979894552,0.9771356422129833,0.7845581867874138],[0.26521068360414884,0.42395521928803315,0.022900465486110876,0.6738499549563777,0.3955597978010911,0.0014473688949368643,0.35353204542362865,0.9147241915380719,0.704460931658039,0.6364887580687983,0.6998105165907889,0.2863715175647536,0.35599286221242765,0.27630412485801664,0.21884351631869525,0.5636456730768028,0.9090341319565217,0.5728871594181885,0.19130550211111635,0.16571836579449656,0.7579714868297471,0.06986577713946512,0.16529438199290858,0.08417478168191744,0.2746581249516762,0.4992225558350195,0.5511970076540306,0.4044619247945434,0.002041324031808793,0.5155176158483783,0.48657458751198013,0.48514469643622976,0.6844136974530027,0.1742714018907302,0.6978873948918214,0.7272457380485559,0.6759597909973771,0.7854466416401724,0.7918595605471903,0.32474179436515244,0.29701802621776946,0.0031030563955190145,0.1160080820090809,0.014895805164152206,0.19414905469124547,0.015272799087796184,0.6354277943030157,0.5038477788538983,0.9285399056314094,0.246900534548896],[0.8680137469483606,0.4696812998392793,0.018009377292429133,0.31293263634885476,0.32784957889456556,0.000054226900573254905,0.48352536042052097,0.5069086397283944,0.055177033661179195,0.41534897654558145,0.2330409379309259,0.2995447840871715,0.6347159002625994,0.43254647698052684,0.3774750802135648,0.25107047958036854,0.0019413210526890085,0.4819629422105882,0.08874599563299908,0.16351489430769486,0.5586777315650072,0.22026107518797358,0.7516913577991561,0.004727780673183104,0.8850957548962257,0.14661270836183632,0.722686976097562,0.6007437509834094,0.15673365145568335,0.10774950291873056,0.0011810556325961947,0.21285303399422015,0.3999559137885476,0.10238557169208938,0.4816963067163966,0.80643722421723,0.2091343276322247,0.10146693970097327,0.44802523092618424,0.016209506735207622,0.024727160858812536,0.0001380204816920425,0.2001819365377458,0.0023227933231098996,0.6284215481721678,0.5262216461657746,0.6858971043474182,0.009917173211518257,0.43097091926936315,0.4286471032352678],[0.9097022252595329,0.44441409814581917,0.06071566856084319,0.0006420266681744806,0.3196321182771304,0.000001537799150939377,0.000019655212735971723,0.3326623793813005,0.0023194344152701503,0.4795530704771759,0.7809482238977834,0.38714912765312065,0.5279160091299686,0.8621735227326911,0.7594584506626126,0.24477575212840968,0.16386775005516652,0.01868624589021185,0.0010375966198940935,0.00007770507929173133,0.9708396455118533,0.537898551493097,0.5604734771695684,0.3557587207291243,0.6801635117637823,0.0004829248946582725,0.4381823859400059,0.18933028117426914,0.8207050154545283,0.3018438745668314,0.03334484246549045,0.008017661301339346,0.00035618791362897873,0.8475668952139962,0.04094592107361626,0.28368073895690255,0.25681331505271304,0.0303467421293642,0.06928284457976662,0.036739594260916185,0.000025564866363543112,0.00003408045634209063,0.000003806008695823303,0.000004131929729571538,0.9599827632079362,0.4761575653150816,0.3508111976175169,0.38143784743994213,0.003284717443685267,0.000264988710364459],[0.9430891815628021,0.14014549211466373,0.2001920718238581,0.0010663419143634454,0.7014723960028412,0.000009161233623939599,0.00004080021675647415,0.4044649129724587,0.016101708924716223,0.06920907877453472,0.4147750578277051,0.5099682783798241,0.520594730407077,0.7920871478347207,0.543212142557385,0.28932806006844264,0.03428520588558655,0.016166238482904712,0.0029557095795874544,0.0002970886566701013,0.9420732793895584,0.7918088516021375,0.5446554010979637,0.17878682441874935,0.9332906080144172,0.0007239340386601491,0.5931320967300092,0.4024575654064686,0.5098418543731051,0.6042477335485257,0.008065080085379242,0.014557655333821447,0.00014803289220667237,0.8680702915138316,0.36459120750892554,0.01877004386743246,0.31453191210142145,0.03429976499228864,0.05600199794562257,0.108011203672464,0.00006284950435380154,0.0001848730510530723,0.0000014449483449640293,0.000002827944509393471,0.9892586807630769,0.522029702147644,0.3921377768077622,0.27056112930475,0.06878520493017042,0.0013045224492916976],[0.9205891243470283,0.3607269298307639,0.010130887660865617,0.1866777122604787,0.28458611443170545,0.007992667414874095,0.05795220770742168,0.010166413033221794,0.00037788525120340227,0.40849831719768054,0.46564735353366593,0.12731640038907785,0.47351486692687506,0.913831570461111,0.9117878648571526,0.3335768517919049,0.39428660285134615,0.3233735820030442,0.00060846747092301,0.24612255831918387,0.8396001903799871,0.5850137651863424,0.6630596907948826,0.0009115652193903515,0.7820281003234787,0.18130684601301325,0.5671557896441766,0.20872630012356203,0.19923073879944012,0.7135342828442557,0.36570536493280237,0.00000984523498750893,0.0099545981248395,0.7666824742065859,0.004534563891022142,0.20812097633310472,0.11122153007578903,0.35630165238523615,0.23349900460312215,0.15476991993411937,0.0003672277023317792,0.0002178359945457467,0.0002410278030088196,0.003826081309793116,0.9669281929663976,0.13408252172348353,0.042137082451219506,0.09617638699286366,0.0016857989398128645,0.0008048449282994305],[0.25409923985187655,0.06546947459480115,0.17787725886254058,0.4418608754538107,0.0008142714087041481,0.12214558830916131,0.00010675649981853012,0.0049772787108249665,0.6797310555315011,0.00013198797868009426,0.07367736130852989,0.9210817819355358,0.002095418288766126,0.7006243052998632,1.549397287078847e-9,0.602726455857808,0.16878661390032723,0.4288778766540311,0.0022969776358426125,0.8795440216287843,0.7714374679271238,0.9203090965924954,0.4286325448687841,0.0002740797086078405,0.16682597642440053,0.4896522783197511,0.3710222774799366,0.45033763774087243,0.0003423488912238473,0.6930550810588771,0.9616704621918627,0.000004695293910234588,0.00001952786957616353,0.01823056396364668,0.23478732131923916,0.0012951919578790543,0.036165671533446846,0.7801611489670556,0.0026904425691763735,0.003004416296075749,0.00010097692498499277,0.0018949762820415395,0.01989466864291098,0.04029346599400318,0.3813156802019246,0.0028171326764666617,0.0001779431964572661,0.3340241934017403,1.3916101347862907e-7,2.489059025702267e-8],[0.7178341398537483,0.18609294395862666,0.000017155395093286423,0.17304052435855508,0.003303542579888895,0.25745022561973285,0.1753354976705923,0.003854537829488982,0.00043560291804518604,0.06803058442609584,0.4910683654204334,0.35580881992003843,0.4326832601285314,0.5647102776548163,0.000029444391052409023,0.007915662282807786,0.1933625450094143,0.8302369154370313,0.00029708114074259025,0.6856953882961853,0.6269592033944875,0.733178959587942,0.4160053529895676,0.009484177194249271,0.038936487734805965,0.744729075151597,0.5157688786779635,0.42662986375467854,0.10337397161252206,0.7186474354677399,0.6518286554630894,0.0000031868685675403693,0.08964861372993962,0.16017771361470332,0.5566780175891588,0.0026913039461058563,0.058587677368545,0.5577645852358849,0.0358613739478422,0.07714441344699455,0.00009065512556310691,0.00893041842483566,0.17779058525695113,0.2771150684349032,0.540690514502057,0.07092105291255908,0.16280844347785475,0.11923594876134914,0.001522880408574984,0.000002407530659797434],[0.0008614631530212434,0.3350058329511383,0.04294339911156261,0.2630258803292212,0.000748600765591067,0.05187029806436309,0.000032526910094543076,0.006499094496637301,0.884760682884552,0.00000617824451886069,0.019534987274059317,0.7702939976124294,5.491450713102764e-7,0.4825660392034853,4.915077949290973e-10,0.49275891965758467,0.21110309772713623,0.6638885138400566,0.42521844881434245,0.6219027097458261,0.5504480411987007,0.7737812687589741,0.05616693359183431,0.0005476094883869281,0.37627731546655424,0.3520796899144725,0.5443624734629228,0.5459359213657727,0.34464083035879295,0.25558871996591204,0.7291866381731245,0.15203248327215282,0.000009427917406687169,0.0017073158666322567,0.9563501519238055,0.008851023767642751,0.20579095731364114,0.4114983392628268,0.38330271814784567,0.000003576522529646311,0.00031019246812622874,0.00152395117175184,0.0005205844198545002,0.00033826974676076166,0.35887742466358147,0.39248611160408864,7.701721160312691e-7,0.7934095478216392,0.000004537224647012409,1.1677840698068979e-7],[0.004668004683042329,0.3561019342845244,0.05024725831205909,0.44427443834926206,0.000423120010450542,0.02151217161690679,0.000014318109281353561,0.006563394135519998,0.8930788056798656,0.0000037590377679204764,0.02074076432390297,0.7013213823129991,0.000007823496196178798,0.572413359034307,2.5418678796789956e-10,0.5987284224372835,0.1918976613204316,0.33581571001874044,0.20494232050473757,0.7398360449628189,0.4244118685025032,0.8906403820756373,0.1611785808737635,0.00045636309964887687,0.5354388153324113,0.2633211786051042,0.5981405396692957,0.5411762943317426,0.20648517051947757,0.12906151261824939,0.7266064209985594,0.0861452177084273,0.000004257447180081876,0.0015197214479028716,0.8051311730184851,0.008290737040295306,0.12151795430265519,0.773315945771728,0.17052974913813826,0.000016931413086483667,0.0008651811071071012,0.00224319452127305,0.0010952396278958846,0.0011018196006438114,0.30720392922412076,0.4934692137405582,0.000005692520978672176,0.6634179054175716,0.0000014021862509943246,2.179324392853995e-7],[0.6541471537945258,0.00018300466555025348,0.7203709946828144,0.646278886673989,0.014196059952712002,0.737450323082109,0.5413507961792534,0.9355013598785251,0.8499261285937673,0.7478284698544415,0.7209011819865944,0.3174650464742768,0.7883291250868687,0.4419491589104723,0.00009483636791388948,0.4900537214570181,0.6986521697924377,0.29051026511377814,0.05874021305587455,0.359420064410114,0.8184246190218555,0.07329492986856224,0.34489109082041114,0.27214479371574374,0.013393372242508977,0.06143366868869212,0.0014218425307465405,0.1280556081090249,0.5127001224165214,0.7479667759504903,0.1357796862236752,0.04732054451925165,0.2430674606870589,0.45040789545575605,0.3573632127131942,0.790289853613791,0.14389139217156593,0.24197414359612962,0.7991923409735089,0.14598299149547977,0.03980641812657556,0.37742984745769687,0.0011515736191395837,0.26265087124165126,0.5044478056654441,0.02079042899848858,0.19517215301882737,0.05995059954448142,0.24067587273122368,0.06126205986205507],[0.878166163872819,0.016465497300977426,0.7568842130154422,0.5570729850285567,0.026850976584034705,0.572435196742569,0.6537079370028457,0.6832308220445892,0.7731381640364732,0.9245049890361872,0.684769245824687,0.21570425648181532,0.887123713663038,0.7781851028226701,0.0064907253853363905,0.5445752215351272,0.7931203133808715,0.13432550113555652,0.15668172355364154,0.5596630681813335,0.3906634325904174,0.02458747837875661,0.5872521232232615,0.2861302604351989,0.003927077873856499,0.14430101411818325,0.002488699218339581,0.15454410821333134,0.5055332354878186,0.46065715900619025,0.10552215044156156,0.6235700697139644,0.2540087891926188,0.9333388552222427,0.2583918357996469,0.4398431195894008,0.1569605452260158,0.13289999909746475,0.6430570875770424,0.623958921806834,0.26784206909155756,0.5530943608557591,0.12526057395478687,0.44409763436818533,0.4564916208434868,0.014996424869593322,0.26217893367747813,0.05096998284624266,0.31839346875676805,0.13272916237165272],[0.5358680935483973,0.011749345332850034,0.29962172597671166,0.6042815637247703,0.3150634728431683,0.5251524970429777,0.4792376160008604,0.6263958718959063,0.38301091510978,0.6792961973099155,0.5324319837212185,0.3359273144733867,0.7474573403737811,0.2383384150153758,0.052563640682322534,0.39903475891106926,0.46235926899028057,0.7797072032426663,0.6823691633039568,0.06020831229488998,0.7865937847111169,0.017284475511296877,0.12406412886700008,0.41356013429943206,0.04943262060412686,0.3621795485733756,0.46889942977951954,0.03339086642721166,0.4365240665751154,0.6246461219588612,0.5166631030598524,0.12010035449498768,0.8057312496578267,0.39543939817360724,0.7694356666396382,0.4925157549045125,0.2312611698539753,0.6826053485613017,0.3373159494116626,0.16790526016269613,0.5501062562197073,0.38262328071078655,0.00620846835581051,0.5411869368606211,0.4777766227951032,0.001978814187290681,0.7986881337489662,0.7016830561632011,0.879273689717737,0.33420665557566004],[0.6600420612519932,0.7648058985172285,0.39695878972572585,0.536218011749589,0.04904808182693646,0.609606487513612,0.47000019124816694,0.6359533347992358,0.6163938260286909,0.6389423416553202,0.5916814709471206,0.8713444524160276,0.6787569672482135,0.39448794204061305,0.02317401614023139,0.7375260311147794,0.5048317242933033,0.6582821932305246,0.3803256533815838,0.37354128457676444,0.5244056455149743,0.02929935228180255,0.7839867241605665,0.45945267449750915,0.08434214692609195,0.0670774217352951,0.0418856828768012,0.23115204978915724,0.6161509018701613,0.07157174862665126,0.10151117319361906,0.2032576272472366,0.9039912826362013,0.5552111535706002,0.49464874752447996,0.2085760358058871,0.469299526651973,0.14169534337241127,0.33582363303023266,0.2650464372832225,0.3181660818060662,0.656208673422623,0.5675906751102886,0.3852722511982731,0.44786326874320476,0.020607448278256786,0.5541481465332471,0.41785947247253286,0.794806413870653,0.7263489056506277],[0.8157856407515823,0.00006111847828485183,0.6652257208413833,0.5379440417921222,0.016946716815739223,0.8356192258161297,0.7464498592869431,0.6899957700408681,0.7331375471252878,0.9358935528708194,0.9141900453445087,0.13445290080676703,0.6519312326143621,0.7620795048563754,0.0009188054911922409,0.4540111529900102,0.6090206630048893,0.3709663328994212,0.014294380344775643,0.14490033487121953,0.4808680987313322,0.015324299078349233,0.10894916500465181,0.17326084324890043,0.004092723812411795,0.042854393780353,0.008982754420830507,0.03893029825971091,0.3879364881915931,0.43169985267669125,0.24652126266830546,0.24923250126998586,0.1254773425931397,0.5774322200979617,0.2608655995894544,0.617297158340759,0.12049064137568505,0.47410496884507186,0.8625112077435587,0.06746769599052509,0.12150672144834083,0.46901418890450247,0.0007014184756969016,0.29662954608998643,0.7111248113035893,0.012435418351592994,0.3255783373747247,0.07476062850526453,0.32805089307081436,0.030216427459926396],[0.32954078922617286,0.0010875609468099488,0.5736018011179178,0.33112087850204763,0.054350065156749325,0.7508196686332199,0.8735680685705853,0.8729273714177388,0.7248358928126057,0.8314506390383228,0.7998974164052793,0.371468388085524,0.6874411904911157,0.7193296592599092,0.004105685571194493,0.37900657571255647,0.35163613608871663,0.40249035621777646,0.1169371828384224,0.41983810478131994,0.2778044835232492,0.10784724780015012,0.8384430312311159,0.27581040895987835,0.1187759568659647,0.2826723257931554,0.018117314832801722,0.07954929718635703,0.3535471379354692,0.3108425318194904,0.10631006700908914,0.2718004515031453,0.26339555412215615,0.8638065202574475,0.3537663138512676,0.18382245608335615,0.302181385199332,0.27747352592476165,0.8538549612228681,0.3743634214003093,0.13037069468275383,0.9330242538546134,0.017919240291162958,0.5389175645854603,0.6316804381365224,0.0704718245760821,0.3105651123407347,0.14305191106920992,0.19917737315625741,0.0787525144949624],[0.17732242447752128,0.08783769581695697,0.6210975404297889,0.7126197976903211,0.3853140246592812,0.41659487845376203,0.7420401952864246,0.7851271357929868,0.6994471076473199,0.6251452353966237,0.6159872032536432,0.6651108015529701,0.6390897315626322,0.7490707886538057,0.16028530272444566,0.05105832505162826,0.3974064042868516,0.7940922579533751,0.7286963164075053,0.256625381270816,0.0919800072063764,0.028813817599108123,0.7657095164103103,0.5286447134069218,0.5436821191733019,0.8186803376990416,0.0704281858104372,0.2089372478189942,0.5689452732009993,0.1923771332546269,0.21770646706288693,0.4708691897139048,0.6716316863957671,0.3586013957048754,0.7213070909028624,0.09561637140767547,0.4705320261202096,0.7289729409945368,0.29685161303471547,0.4531705957488199,0.12334513414461688,0.6994802518030188,0.40381345579752753,0.3284676045940394,0.6421843807670056,0.30084386975154337,0.5827108565042296,0.5750815861769542,0.8136978079815032,0.5370320934352135],[0.8109510894085553,0.000050918935686852336,0.695913281731761,0.25525163363765774,0.381361226687525,0.7528393999872693,0.5769354150091878,0.6408639308263522,0.7953714855140784,0.7388200164913996,0.900470130811194,0.0032634645544120373,0.5504010403950446,0.8619037214868751,0.027386528714656216,0.537852289889523,0.9093728221752533,0.00003371388881999926,0.00029605745582431277,0.8389439638235237,0.6877659196133414,0.4001231898089203,0.6865305645438057,0.00048033994628573573,0.00979585423814364,0.17639435188453428,0.07492934221129197,0.015545259862901126,0.12697374482586316,0.38136085944432413,0.5202267607305248,0.6426131132034163,0.001907403896017919,0.9408499748360786,0.010488920405620999,0.431506183549529,0.41309665539840035,0.013678441896451598,0.5554517339995753,0.5029612103740482,0.22618594072858075,0.793692213689343,0.04731846543341596,0.8851264520248083,0.5359847109026654,0.4056894159640501,0.11808884201224877,0.0003718867519015949,0.0047539387812856005,0.00009309653741248461],[0.5305522333321265,0.00009219743731815464,0.8847058694914659,0.07406244939817185,0.3616886912830454,0.5419800154486115,0.8619008641410075,0.8576778164968067,0.7718265034828404,0.6191673329277563,0.873276506060217,0.4539514982199401,0.8682970785293243,0.7479761037289974,0.026380823218918,0.04766045836638489,0.7793810539289034,0.11250075004964497,0.00007176144846152603,0.597585496833014,0.5569114539822693,0.3872647406299673,0.4959921517811761,0.0019070350759852457,0.30130718225141473,0.023632280950348437,0.29295830138579904,0.007902172251777865,0.3353637380195229,0.3022897694169128,0.7821867877523745,0.6115378615901322,0.0005807302256548209,0.9280170569729439,0.002418723982547292,0.7326497580083339,0.005354609811587893,0.008652825468234622,0.8613231226797053,0.5655950252568476,0.3937882143605622,0.7979998486095375,0.06737152257185078,0.7573815244730967,0.8211426610208303,0.3671535879825382,0.78837415474178,0.05517684865844941,0.005368843996492989,0.000012711041479496583],[0.33204885360489284,0.03509569620172275,0.7443627913669765,0.40311692388917925,0.8066023085274757,0.04411520536168397,0.8365888076198725,0.5078179811911999,0.5382891860416642,0.06814734495859828,0.5472355135659833,0.5506310795382819,0.7503809143170934,0.4662571364324318,0.759553602459577,0.1419750592858825,0.6879593904429591,0.35829438235349925,0.004031560184532045,0.7195433363899947,0.7460608599802679,0.12783327802131753,0.5443357555305043,0.07751914999169808,0.27079973523344386,0.02497778877066309,0.7275826320878225,0.294502355323471,0.1260367764311688,0.07246036982811557,0.7832561803751404,0.38943150705424756,0.03429110816473063,0.44641673091191986,0.007295264210021694,0.7906362367706363,0.2707947175616366,0.009032668903187265,0.23038071252473893,0.6561085874018169,0.36225938839654565,0.7405425623325376,0.5635002930014491,0.7831482006879941,0.7757341503134414,0.8222490460932028,0.7369700925605254,0.16292807445604593,0.32408806576101884,0.0011353458692139817],[0.9466896563399765,0.0018148842398673316,0.0020806345172340998,0.000019338798781109586,0.000005822722361853729,0.0001256442687929189,0.08323123193525052,0.08098819675912218,0.0006962478043444044,0.00003146613193742228,0.40098948643128535,0.81727480241581,0.00078167730098921,0.0015724854722182753,0.0000025895203423337003,0.6233776830499834,0.006416427489777515,0.8595396239149068,0.00001039897638192847,0.5906723046685591,0.4547629988142905,0.8471121939807658,0.7474715010446554,0.45492085024628925,0.879213177178063,0.8250268927359644,0.09967396022955873,0.863237051499801,0.5131528333347672,0.0005571349158347752,0.00008621965093423011,0.000007175881045502571,0.00002655262996652358,0.7649621713351412,0.8339508142452771,0.001791739728794635,0.0000014157411820564394,0.007466824539180912,0.00001978520181147387,0.2955269115719293,0.00006945367443858996,0.00016576467910544033,0.00030030242665551426,8.559106299457896e-10,0.6568231086045926,0.5330827491375691,0.0998646559544163,0.000004934839615340664,0.2987595595156686,0.11311182708758954],[0.662756356542347,0.03222405857942808,0.022879175198454112,0.000041791107268130834,0.000002835849976166966,0.00007051074798318068,0.08397884440391183,0.0131234741360096,0.0029329320098061976,0.0000782149026330637,0.3927479709421786,0.6456036196298796,0.17111617677867588,0.06681541500263738,0.00007058458251446387,0.15747826426340997,0.0024047549649852157,0.4947017179352396,0.0011425895645130124,0.7441884578675548,0.5694038870567953,0.837698704685886,0.4344603690690571,0.5373939010290698,0.7929615662572042,0.5155235830351491,0.052794329735417624,0.5715672853139954,0.5659814157058937,0.00209857062274199,0.002023242564189583,0.001089028553463324,0.00003173063279716519,0.356993911191261,0.5899204633696888,0.6454658513636645,0.000023294465406515634,0.07678315728257311,0.0008027119773082883,0.05834874728234272,0.001368909337962579,0.0031654012631020367,0.0005274052888400784,0.0000012766878028501742,0.12400220159192919,0.30930971588534667,0.061424833306975304,1.7910405210658487e-7,0.08825940560564097,0.00437733302895935],[0.6509430328276253,0.060769666543483106,0.05856160501802007,0.000033389461193007634,0.000012475803613276433,0.2624569214574754,0.03854404341859874,0.0012080876612727103,0.8734405964880763,0.033080372539808583,0.44796313545652094,0.4596621456996435,0.00019979017088278932,0.0042925280695850715,0.00001796459690667533,0.2773844629506257,0.053659676116202655,0.28817619396244487,0.00028740844511641943,0.735917881690689,0.21991844068533006,0.7137503521539698,0.40645343422546565,0.5119439872570171,0.7030350729231418,0.8278169149526082,0.24632543775667468,0.5872003935414611,0.6573651029737981,0.016907617546569245,0.009136530857808196,0.0013246743699833917,0.00003337800139032513,0.762311753989674,0.7885274354735446,0.015816919444231744,0.0026931592680606805,0.002913278954345974,0.0032333745670431076,0.4811503006956676,0.00007944293487607249,0.018669902270110183,0.028631530219697714,0.0007078824968984679,0.6381608216151564,0.5070170455866273,0.5035832564436747,3.650431356031012e-7,0.3710615020696958,0.07540893772923173],[0.00041621045982605286,0.008412365523607903,0.03659266490025934,0.4542959052908259,0.08798905445724364,0.0004792825225233562,1.559711187363319e-8,0.3221035320329388,0.9398581248609428,2.4068242277227088e-11,0.00017711816940711692,0.7515611260233767,0.2531085735885847,0.5116284514902315,1.2120291109864509e-9,0.6498894931446578,0.00002163653765573652,0.26739221517027195,0.0002792709054108403,0.7128517806568352,0.03038947305945952,0.9706160610598045,0.11941570737480946,0.05606848163535698,0.38007487628114406,0.0002600564960510185,0.00009680793893634546,0.5392009025342887,0.14133773884233378,0.001741844826417875,0.8370917530675852,0.00005187442269197942,2.888416299984191e-9,0.4250616986420544,0.8205733862433318,0.6868373279199059,0.8436067151796927,0.6728142171390471,0.027056784058783288,0.16763108891041933,0.0023677104666483084,0.00017134324403377012,0.32592574880666747,0.2227855790716003,0.06407584548333595,0.03653262428953796,0.34337051994255136,0.03245677759606066,9.356914760938629e-8,4.783455864832111e-11],[0.07365358526987188,0.008006615979441462,0.15299490476557298,0.40445330503889126,0.010751647037356612,0.000034792619431620805,7.933223919996504e-8,0.2977894627771675,0.9707453690825283,7.134945945601804e-11,0.0007005439543032954,0.8423120821832005,0.2326575959164174,0.18908747660089958,1.4935656497882282e-8,0.72512057847331,0.00006400669767595533,0.12406112417589982,0.00020691639076631245,0.6891384474855224,0.46390934133128353,0.9861210843306524,0.14017671736942924,0.06331539190886894,0.25257072161716676,0.000746314011541187,0.012880685939853797,0.7746572422849153,0.2455553732326461,0.0029240587508844703,0.21534693048171344,0.0002751820789081941,4.500928650630457e-9,0.34777525712237195,0.8235147564515624,0.703820741652511,0.6395526651919303,0.5276054643147736,0.007857455587376001,0.14738067222002837,0.00047603637717111416,0.0011322648585458007,0.19417064401401948,0.573702172857635,0.1270909865275281,0.04206254772723274,0.5327856022717246,0.018641281868129585,7.243937443993566e-8,1.2495805555656195e-9],[0.010431588243564438,0.008728035974700808,0.053502234894311315,0.7983834452350801,0.039087032862225944,0.00015093429954172048,1.4966452642940135e-7,0.2605007926412758,0.9769484868170791,8.906818734301665e-11,0.0029647813421117817,0.9285458204931049,0.23930077652809037,0.11446570671804265,5.316730704570516e-8,0.8503430651221375,0.000001120517136618018,0.09147163937967044,0.0005902339406911434,0.8927457980225149,0.1288502603065097,0.9529668233944396,0.121398363174334,0.0673310492907475,0.6385711188737663,0.0012775815585402547,0.008518184735191343,0.8465148061059549,0.2018111807788018,0.008041159743559848,0.26880535909992587,0.0001973928165816786,6.566142716504923e-9,0.6612755231039642,0.8052941968305593,0.7587684005397812,0.26522600028552795,0.8321519543419775,0.19125490676436058,0.14447740134674775,0.00037752183249707244,0.005120074745156946,0.2081818133672528,0.29128039560199404,0.12478217997573936,0.06029244211040974,0.280473638964593,0.01682508205882894,1.0758323414632934e-7,3.3153467314580186e-9],[0.0013665801675774212,0.01477593509585046,0.07180085315449682,0.4875536285939445,0.014279608343860939,0.000034931999271335134,1.5271250092418416e-7,0.10761428930039893,0.8578241930618338,1.1098349291142105e-8,0.00006175288750605973,0.6568772725383051,0.4139076490929191,0.7938931388692408,2.199469074305529e-8,0.17165301873063224,0.000021330323948105307,0.23278444538268583,0.00017727148334649537,0.7652476227218479,0.45291293869338384,0.9297895960324789,0.015928867814733343,0.06630939570515436,0.32829688913516714,0.04674712368519248,0.026774054021013953,0.814965634721307,0.26092000439334156,0.00040486230502359934,0.334914538816464,0.00007643571159275288,1.809796033946127e-7,0.3116245203536629,0.9500711457395244,0.1358284320792922,0.6136281555246456,0.597548237812493,0.00928890704553741,0.22419032235733413,0.04171893012532299,0.00022905116013862388,0.35082832324785274,0.15744632145266935,0.4129777081453837,0.03739082440821632,0.04663885502203922,0.01924587497234194,0.00005434807911977579,2.9025216979246722e-9],[0.024556451183855785,0.005237373428904989,0.00003792588003971137,0.5741386693574,0.04496076636000158,0.3002154205170362,3.530121584262642e-10,0.2324406729278606,0.9455047742457557,1.0427889903031824e-10,0.20510492015374726,0.6935533288042923,0.02289759317785842,0.6886354081081204,1.3117313822596947e-10,0.5324193169434333,0.27358927954679885,0.4410506697075026,0.0050174011449590885,0.7477079683654371,0.36243462824947925,0.9601033949979303,0.1876338782563486,0.0065130743589405906,0.46748507027234204,0.00008578504279567914,0.020391746738258,0.8111791561579592,0.004334332938069777,0.09405468595254289,0.5996156968429485,0.02228332727600529,6.831418887809124e-10,0.5244358220384152,0.6324236164608394,0.7251345723125123,0.8604357874550883,0.6678466193997996,0.3558990365157865,0.0024328666077662823,1.0567972483529731e-7,0.31790330136288786,0.0006039097505044328,0.6761943935353151,0.0002461858772769207,0.0021165146715010886,0.4122239977925608,0.08682242693542114,6.5823699470319075e-9,6.41167479278435e-8],[0.012669626303823659,0.0027740039063232262,0.000007090753168038049,0.5898618094238278,0.058850249185547286,0.2529473670780744,6.626504157441456e-10,0.08382499245656974,0.9322163372909237,3.947303493297461e-11,0.15637061353203974,0.9517127685230147,0.024951774750123754,0.6878244857703396,6.309743256668743e-11,0.6187504678015043,0.14397101845831048,0.6494120032777646,0.0065322932068047415,0.7976507613393841,0.02309271056799515,0.933723986121907,0.06045187551229757,0.00009959874951060539,0.4200021244391193,0.000035624520920550554,0.0012222038975112915,0.6959780046675565,0.00008469978320173676,0.01861770743679738,0.7925564579087996,0.03244324285741203,4.0220447395889605e-10,0.3550168182865955,0.793430958461149,0.7312328617697663,0.6547375238162708,0.5520770505098641,0.41923488759140665,0.002626279832698467,2.0479779611289033e-7,0.23337230787887317,0.0029032081730120305,0.5083065928506155,0.00019030702340853248,0.019809222826575063,0.6908387658351742,0.01702035144619878,2.381296436381576e-9,3.88323768234237e-8],[0.015719965773634874,0.01113616771006042,0.000004005746056948688,0.37687936730667493,0.036027307453345585,0.22751315159860552,1.7552401124847722e-10,0.11229053552207759,0.8877602781277283,9.687651758335787e-11,0.10603266488888781,0.9401587752126359,0.003648643854705071,0.5546570565485153,6.122171059674605e-11,0.5021950766330397,0.27773320707697363,0.4208436514320146,0.007113206652278679,0.7680657082231334,0.34642435337964794,0.9318010604471538,0.05406691416128072,0.014100109756742965,0.4124265707505497,0.00037315347847320516,0.0028952841237588393,0.8613086175315491,0.0006103600470627663,0.029147994887415277,0.6092172380671711,0.051709999836290856,1.818069825692616e-9,0.4465734444387167,0.9381439382928429,0.6721391723032287,0.41469247974617507,0.040189261341060774,0.3526781411278603,0.0018934726986633125,7.319160219465509e-8,0.13130474748547666,0.07536703858184603,0.5121157426735372,0.00008302511927707826,0.0006437307858600378,0.2582806863668285,0.0315371218019329,3.0004049242755672e-9,3.6096116616635533e-7],[0.06087071919231196,0.023234323371135707,0.000005596066051038666,0.40217836400199586,0.011891888547762188,0.3843140985123333,7.0155249274761405e-9,0.05942690422405674,0.8629751892224737,7.07036254785941e-9,0.02397799226770099,0.7708567122636442,0.08733558454612127,0.6146454980830904,2.1317234980062967e-9,0.3753695222769462,0.42745099834906963,0.6404283909838617,0.004650349848353787,0.7169843142383546,0.2839680793259574,0.8073843057103756,0.01644577507436367,0.0036289464906314665,0.39879391300704486,0.0006788525095758189,0.1253077324878899,0.7557689110001757,0.021798332395875544,0.10765435446259179,0.7721363458304014,0.10255443852344581,5.1412136394066434e-9,0.29353698941454587,0.8442151767920479,0.15471032333526843,0.3926271064560663,0.6774444799676423,0.45866784058328364,0.011313555889785058,0.000011900698351879466,0.13470068235892949,0.001436766924803796,0.2514412966564612,0.007961967990336117,0.0006486794824004386,0.26977746661170887,0.03903383324958254,0.000003906566564236462,0.0000020450860230914088],[0.15251756023128996,0.000024265728432573116,0.00014590240753286992,0.46004124293396076,0.000646196047317855,0.30622118554132766,0.0002950150641896126,0.0011271723075796146,0.6504559233681256,0.30372867430692546,0.022591116826402535,0.6298361808323591,0.010347413555921125,0.0006966522143644116,3.451796408245079e-7,0.000006169573650644287,0.1280731623447368,0.7252832268229061,0.022047251625248673,0.7340132756948997,0.020933431338003818,0.9011804622775987,0.6491298436429495,0.0010141728222679241,0.6450928488547759,0.036828077456349466,0.1996981206696434,0.27302202660495045,0.5362704307652688,0.7406426351977667,0.36285143856015906,0.054911272954950144,0.022082951107961504,0.5216502003013311,0.8084342128080708,0.7613091821202732,0.3226372467468209,0.4343780171957277,0.05533900981696778,0.263066289338038,0.0013369125200834305,0.5789418704596083,0.33579430641893276,0.000011196026727968786,0.016662166765850972,0.3510912326000269,0.36972640856206285,0.022009076982509018,0.6187655137221421,0.0005313397586607679],[0.47182989921989077,0.00005129308762598647,0.001109475893294574,0.5140516615190686,0.0003400128738638574,0.22007370006543492,0.001414434787685195,0.001165953883884158,0.7563808304112851,0.5957597766341671,0.06762555305774001,0.5661019960615485,0.013570209590050598,0.0005332704330966083,8.194506664514983e-7,0.00008239723362381744,0.28850117270741676,0.8373713999801491,0.12200172255466428,0.7058440595671113,0.03904375051104703,0.9200160614246453,0.6770528074773783,0.0162228518198631,0.7595982191669615,0.29400735592448396,0.6824269829315258,0.12140202477427955,0.8148104175748107,0.33002848387726064,0.7079980120724316,0.026436060552419937,0.009690923238185012,0.5224310646445183,0.6532083259492532,0.8397586761101423,0.09696784406112902,0.5068580736900086,0.21807165205091147,0.13600777909880912,0.0019950859679223644,0.8318631991543156,0.2543566073242407,0.000008844251236789096,0.08319247927638043,0.309513463233666,0.5058471275034581,0.013028960647810702,0.7725369287553723,0.001108610377589765],[0.2834116267562778,0.0018063005061467938,0.0352396973105731,0.8890937407417345,0.14107678765357254,0.8806267096463618,0.4445390686545689,0.22973989658483213,0.6694533298639563,0.9510524986086556,0.16364378634407384,0.32832062389068095,0.1714144393641355,0.08164234764553176,0.009801621655065164,0.0008506167410549603,0.8101317663294132,0.290919637058189,0.6371111106534578,0.26998523065447233,0.2750030913116079,0.5279769372615613,0.638579331631565,0.007000031536593697,0.51832651820021,0.2049330842554753,0.585107286099418,0.5316434735010572,0.8633498999884544,0.9077020866642462,0.589065296299072,0.7412082877416566,0.912731914263562,0.5901211645822849,0.3269486101737356,0.6903796875008568,0.7024909630072687,0.6526172902761753,0.3330647595678245,0.6488485989539895,0.21556268112270802,0.7642340155528123,0.8887807224508797,0.005200069420512596,0.0778522820962158,0.5734106235527849,0.5989441960640978,0.3109060650534422,0.7279599177860379,0.20021322298645317],[0.6514418047697105,0.2886459209699261,0.35886128245126525,0.4160447363739063,0.13835325003493584,0.4549762786579183,0.6714440403443159,0.5485013258023138,0.6166107027912034,0.699457592424746,0.6928922767621003,0.6554842448758694,0.09366105961465877,0.008173011246908897,0.6443885354527905,0.47553304462631363,0.2378085554027009,0.7840286031300836,0.10346599726135605,0.47311026676108703,0.500599452500705,0.549138703946859,0.7883729959926098,0.005017974014878347,0.8621084850427367,0.6354887362654204,0.39637671620390114,0.02508498675806044,0.2679609047998703,0.7812571935491028,0.548509537405071,0.3898957429519096,0.4825406028421069,0.012784374247906745,0.4354813756788073,0.15538525950322585,0.5539790097421148,0.0011353465775586608,0.314869890798643,0.08550244840811931,0.5150070988251723,0.7269215532000859,0.3980346558417496,0.23309347249426624,0.6565212210432347,0.2343729529463905,0.2614084668220507,0.7707173860128749,0.7729560641892721,0.03386839373196244],[0.6578873703320923,0.17175827180548534,0.6634774960438965,0.7403366137281191,0.5687745242830394,0.4783646029319278,0.5897008050750547,0.6327157479685304,0.3033805649720593,0.8244248875902431,0.49815188960162293,0.332628625396851,0.25487001145538724,0.08042899828955437,0.4157840692686521,0.6857623925414776,0.13346099042687576,0.5152694601781677,0.5900327447875277,0.6119404532597555,0.2583853232139254,0.18781403084132686,0.006602311170626248,0.023170487948728682,0.4447256249498231,0.5595242707176306,0.1583386647332825,0.15397160629941023,0.330885279725129,0.47518087586662006,0.6606335448927079,0.456890040947907,0.04529292620166455,0.0033017107617060496,0.3475012513477468,0.3385363608938478,0.4721869788535653,0.48676954468765826,0.4966223840848045,0.07269538426073294,0.5564810380412177,0.38563526892782957,0.16731107289105046,0.15302679907037317,0.5603532137639603,0.07115858387973799,0.0916704067701879,0.6603999893058459,0.8336222543920262,0.06063747313869242],[0.5152842066243797,0.39589382173107457,0.060750560814730035,0.4728874808654734,0.10577002691801822,0.5758486672336282,0.5550436225945775,0.2122095524854708,0.3129022102398351,0.6625310112924797,0.18019526643810133,0.800254976145084,0.7433023596774797,0.10998215368494012,0.6826452911039641,0.2805652800239732,0.7002477569405217,0.19249227029302,0.22460103174910362,0.4994461402316672,0.2635038178832982,0.32869908526651803,0.3125088348810304,0.08119386302602519,0.5337276201692447,0.7865407119131266,0.47871345292065015,0.1075311432960644,0.5598864944204979,0.09650865986504054,0.5465766343916794,0.6605533566213844,0.43483746708909227,0.007534240353168832,0.45014025597233487,0.1580322696951832,0.817994123554538,0.11736613063313545,0.6848709315600862,0.8408347237572501,0.579653894393157,0.3650510135086242,0.5394944346511731,0.3303751752184873,0.514523904369325,0.7547632031600872,0.01805494306780529,0.5295857623108102,0.8233326983163509,0.39735612237363194],[0.09582929206567571,0.000018718868049654603,0.22049028907710574,0.006320902016036315,0.005494054042772539,0.3179843242122571,0.0016185170667904307,0.003867593906203117,0.0018505823632089695,0.0003477753246742043,0.9550702893462665,0.9292116402396985,0.14346691808408735,0.000015626849822522468,0.00019580713826020238,0.5450165081396082,0.28028502116598064,0.6180530689946625,0.000010884544623003135,0.8030144223955563,0.8341982659631694,0.795662181330914,0.13671364140943135,0.003497294434107283,0.2617966835668911,0.8436225118319984,0.00021756771689805082,0.7411034619099498,0.008646399538225363,0.6293678383213267,0.10692691976594615,0.000001480970363050085,0.067874537566444,0.8189073067610587,0.932957207704437,0.11898463920872972,6.92886054374906e-7,0.6975374451017181,0.00002932498221652137,0.4760784355771692,0.02974163757851526,0.5114185830655361,0.000014078446058190352,2.9037086685823292e-8,0.21185721066405147,0.000013326667017912365,0.0834524251222933,0.39382023396431165,0.7852836330426363,0.002248645978362332],[0.3962523136439154,0.0006457289839469427,0.18327182865900224,0.22328905110650685,0.0006735788074394058,0.00006784810739961958,6.667772891483382e-7,0.011723121490540337,0.004745342428370932,6.183370606724334e-8,0.1055914968086899,0.6115490075170118,0.36799641982733666,0.2715480209191998,2.780357686967545e-9,0.6946942023593802,0.012455771360065008,0.804813978771888,0.0002113472699041,0.048301651504619736,0.8522152845690728,0.8800541514997234,0.48347491449368174,0.3790428818640037,0.4775591209554962,0.16797677436390251,0.04026975634358417,0.91541776582457,0.0182927036865041,0.0001237491414218679,0.007747924025304296,7.255991840831234e-7,2.271831051842939e-8,0.13973780420336485,0.5961042236686179,0.09222937185137671,0.000006801947874371509,0.33052489655971545,0.0009499467767529569,0.0021371144931032595,0.010064893243263217,0.0001377097221675164,0.0021511635775019002,6.733403590534854e-9,0.31330366013249805,0.30398361559240367,0.03108990778173065,0.043786561232448534,0.000008463754897351122,1.2480869019823925e-7],[0.6702340569550708,0.33958182876543724,0.05441093772202827,0.3620018748986578,0.43919017148911216,0.028626708266603317,0.3819480701210321,0.4534767924672597,0.7603657293529623,0.40665585374142005,0.07605322484213523,0.9687982703467465,0.0920874692885936,0.24619709858472444,6.729893320373556e-7,0.000017369168670678796,0.1991989194750083,0.7285302920210406,0.01620935408753073,0.7934120192018623,0.02702157120676738,0.8918046764154941,0.0030046232115618033,0.01652728976087171,0.07722009671625091,0.005868528958414501,0.51131061482136,0.011617161662866601,0.0016529741846588082,0.2727885414845501,0.003813383870618819,0.023853720430950267,0.00018162621275904405,0.7292192248687354,0.6866890602097167,0.8196419091070681,0.20028093519006998,0.31513077986068816,0.00004199125812392056,0.000008717439406498927,0.18991602036718214,0.5303839760621497,0.00006768190749188569,0.1584228285694217,0.3229425507219243,0.2829087028577759,0.045055304053468456,0.025538833502384794,0.13775596202204918,0.0000028171399905235033],[0.8633318553104291,0.8025888855017475,0.3899400657913677,0.9203517423432379,0.6879337637629542,0.7686712870175884,0.9237957631770803,0.9073437110814312,0.5729067674992675,0.8921497301731074,0.016347231164607734,0.5860505075037192,0.47544820972010055,0.11506650643887402,0.21207207338029208,0.04020461026257032,0.6103210511573403,0.7164291013994222,0.6330206926291756,0.6448641002043333,0.6185067543274062,0.617287461906884,0.08668203220343805,0.33207044743492314,0.3517122164483387,0.009708045713180444,0.7466241477407433,0.004253763637659919,0.024045356409754987,0.6167858450917727,0.08224587294448052,0.2956356288662214,0.19113086932929518,0.7205976902662868,0.13217198695495685,0.7438257810956441,0.3907776622673658,0.012161206393802653,0.0024957904798870016,0.00022031260302014612,0.7277482619488298,0.7632975945357978,0.006070346163370408,0.6587297620835664,0.24873172262529933,0.7828327950586141,0.5204200656399846,0.3883794811366187,0.6824246656604726,0.10916819770473345],[0.8686739985201476,0.8650618286087963,0.6185869554454991,0.9827496114211212,0.9449269557272372,0.5349181072379157,0.964235625499329,0.9531532576313932,0.6309280137819108,0.9082064173169027,0.007284075784103146,0.8416745177690841,0.4506603474436043,0.382071765470968,0.0061630331767165425,0.001572200005134671,0.6636962736560255,0.8074503062602657,0.46172706364664584,0.5270172101200542,0.09000239801235133,0.5259086549281383,0.01596267340034925,0.2029345248507196,0.722539533106628,0.0009275927208058573,0.6607382929534648,0.0433699100664,0.035078466385376664,0.5545377596925556,0.013629554557331605,0.19923559345207753,0.03994842902964738,0.617330109967976,0.35373107418834315,0.949460810721967,0.7656262629224987,0.07345211574388624,0.0009876067337318641,0.000022528216909040027,0.9329595232998225,0.6847804054534896,0.0011464604376321163,0.9851515400097723,0.40550205555925584,0.9404245993411801,0.7851509351978901,0.2446641375646843,0.26528474554538145,0.004932504537070556],[0.002360229847049121,0.0013153472197999754,0.2844633335795048,0.009438781959613786,0.0008150406244426133,0.0000029028431326541764,2.8091372722917896e-7,0.0002638616331292702,0.9465611496958735,0.000028673820524483192,0.000028127011497216302,0.6241026317591547,0.27825750068584376,0.022470126524084102,3.3089980402857175e-7,0.00011766745880798096,0.177009793216542,0.6089292103417709,0.4118085661845696,0.8535476261250364,0.6045315396057426,0.8113011749176288,0.00006351229405360536,0.23713060330268004,0.43129336683888087,0.17555963746143383,0.48080537820427,0.9232892794934048,0.000003711872797308011,0.07731662457828055,0.884246379804197,0.00218478371970921,1.3647613852905778e-9,0.1180022987232822,0.6839416706873289,0.5537864238373659,0.6750067045027189,0.7621852700456142,0.34834976142403656,0.09557080242442005,0.026945363792826697,0.000017923550736039402,0.0034339624072511244,0.00010820059193506691,0.31197806985082877,0.10420414475009473,0.0003426849957841916,0.03300451090676127,0.00030143796409449667,0.00002829601395662699],[0.003046440572817172,0.001892695657265931,0.4058714464232598,0.007341986841149946,0.00010093886423539195,0.0004837321105973701,5.722105997956281e-7,0.0005471726324057097,0.8779203292153541,0.000001527297875198046,0.000037751223715198735,0.6170591809875623,0.20225196451496982,0.03178666245394837,8.886307838341128e-9,0.001054249939887008,0.10689760644932876,0.784704852247543,0.20886797734209545,0.8776390004762049,0.6513967842496236,0.9292781247824887,0.00039857434665565086,0.30318850744837755,0.24890221550912048,0.23319623814363796,0.45820135392581546,0.4937109071951716,0.000005626840644162259,0.009594248562203063,0.5366611626121872,0.010113624487719183,1.1455400527269284e-8,0.4159082857808715,0.9248627242181936,0.5699976045017056,0.6058196972953664,0.8712369544808506,0.43004848344776087,0.0626076625715397,0.009708820714634681,0.00013540245310349848,0.006925884597374224,0.000375153996473166,0.11950644682504039,0.31662997481721916,0.00036290407790312177,0.05177232658859566,0.00004357663654441532,0.000013333181029247544],[0.9315880103722476,0.0057448107520857395,0.040482426383156946,0.3055176833166499,0.4049340930119359,0.0009893844398137961,0.8206488707874371,0.843706280567463,0.00010445646528918456,0.0012509581918502344,0.716426919589937,0.6207055216565608,0.13052705893038472,0.6531002095781306,0.6499086109944839,0.44976946710103194,0.030325729745905226,0.7313626751564708,0.0440627379851999,0.11930319280806735,0.6185262943516344,0.5114824534956662,0.006739290476443199,0.5367913968061315,0.37343324859547683,0.16999035322289757,0.7186302090243133,0.20422658633925275,0.35428712576222404,0.005897499459025355,0.0009434577443107708,0.0027302430560404356,0.2233261167322658,0.674248649631063,0.021726571893921152,0.3276044011651713,0.013174449321561754,0.41844610361680123,0.15487343972023224,0.16992434989168065,0.3682277582074053,0.04778507454537938,0.5750933737059574,0.00004416268151802743,0.5285447787955927,0.7805878779245237,0.4196604905267037,0.0010664206178731751,0.2739183779534494,0.0780616201798371],[0.6703413680159458,0.00046951839844359375,0.014595707655746764,0.2862251468930377,0.39351913450708575,0.20134153643039276,0.5895257584189364,0.5858298424337225,0.00030276070515191213,0.00012549121632108006,0.510539886632223,0.5207523045762218,0.004102819504005759,0.7816685236977192,0.5481603512639394,0.14401539549842352,0.24431142504007694,0.7128551507274021,0.19743844776722136,0.049725130283076235,0.4347548953900794,0.7602570664865543,0.0005053671777939604,0.36528786546803504,0.02178607758389642,0.0262075919491582,0.44454339946417853,0.568371971818241,0.6237527044825342,0.04164548462335222,0.00397999073410687,0.001991708654307701,0.6189993391670255,0.415020174039083,0.020575721578321757,0.6742976887707389,0.24200528303061977,0.6722457462626961,0.892318140327895,0.4251596859869736,0.6505039262156528,0.8090068257318987,0.5536512487004832,0.03284339997796267,0.03255690863712421,0.4571540883793082,0.11871374631881504,0.0014028721952273199,0.1921564879879542,0.02991228688776933],[0.6985816370779565,0.5952080989034835,0.6377794351205711,0.2631976488197103,0.5652082629825464,0.00006114467398275331,0.9394975732777988,0.33511091679929356,0.0010255730834935212,0.2950557184521333,0.639509811435518,0.17025367294092242,0.7324302075680574,0.03468342482869322,0.47195760553465277,0.7491163316231365,0.5427274132923413,0.7687238655427101,0.12259733018980791,0.3903341210238627,0.757386968495583,0.374050870052064,0.702936069053119,0.2984371366485685,0.7103295838598342,0.04588246438809305,0.11681092043616098,0.8074691972997381,0.02792859949165395,0.11218835756250933,0.006085139201156521,0.0044920545654210525,0.00028744066565941287,0.05727754375556833,0.7382738607572451,0.47676132072162514,0.20240726973137846,0.00053126461387802,0.03675553034766258,0.00633091410365986,0.4615099232407652,0.00016110415665696197,0.4606544161526162,0.000034921751198895514,0.6311215850937971,0.9166121699323982,0.43809739556094124,0.00004321323489533084,0.0882146215091033,0.7202352521813302],[0.8986917524054301,0.6271088747859603,0.5655511278497839,0.6432314809844676,0.18771589034786135,9.059403465578344e-7,0.8463007251592161,0.30489754330575686,0.00028248888592312155,0.32361252387638323,0.7772789091839782,0.5400847532117572,0.6214154308740577,0.007427651493995079,0.3376979531335242,0.7975095378829576,0.7150967136098604,0.4979912800162505,0.2518795363376845,0.15859997391466862,0.5625584690893972,0.3183930818372416,0.9332399865900262,0.694893014905263,0.9295322861293108,0.005019174040998716,0.11110623671092217,0.38563372595507794,0.0003749261409031361,0.14906001627396379,0.0018648595664833227,0.000784948037970009,4.821249421274004e-7,0.0025041388684815687,0.4902878303003953,0.7505336142730911,0.4556448083047476,0.00003567402368102509,0.008635772369538676,0.00023968985807550297,0.8378228280973802,0.0008285095562159187,0.29784703663842615,9.204313540112727e-8,0.8734769704210872,0.8565570721045205,0.5401489023163448,1.5808685617010204e-7,0.015249074287051911,0.3780932429549295],[0.15167405417262114,0.07059484072870158,0.2416693495308922,0.49158955993899855,0.7433960302754535,0.00159242892842187,0.7149839330887425,0.12519522264315958,0.002809374585194534,0.05143754864077647,0.8304326620175972,0.16919857148474832,0.14055437860478087,0.061756198291502466,0.5135688824338177,0.7474752474019656,0.6117104519146973,0.8538881692578313,0.7058832005440728,0.40312516870307774,0.09856174331120063,0.9069655175296016,0.09310658822507827,0.6130032032849121,0.3412823523214284,0.029425372976832072,0.02811340039022021,0.8754399901774851,0.06558406200176081,0.20247705563158386,0.02005690175705242,0.0049638151581150826,0.0005731947941041549,0.05696826947582957,0.8654800750778306,0.41614121932627546,0.8278498534075822,0.003381982657339766,0.41343889625015307,0.01987820915498684,0.5850101188763195,0.005494469501409255,0.5819703829303474,0.004617586940593055,0.24911387364853396,0.3081146828856541,0.2035456721009367,0.000006179690431135446,0.15238571222842887,0.5968345596515884],[0.4880196765224154,0.8757816166636323,0.2318619591800069,0.051262879072945536,0.7174033078055028,0.07901625287672569,0.5398347607083684,0.6731163334862608,0.10232492143256579,0.7653737488172747,0.8857047765907485,0.9016833551600828,0.035954233493764975,0.2765768099663977,0.015173704448936594,0.8084829196098153,0.022369204549687733,0.8101120900138666,0.4435753991258264,0.3323629954804777,0.0007126372362783981,0.87581307950754,0.3893989787939771,0.04626207123649658,0.5443414318985396,0.8828009989266948,0.000023407185113831925,0.7361784012751766,0.04447822123442694,0.03969382422233039,0.5249321889298764,0.0004922070649125158,0.7352504286624104,0.6203515737871965,0.21834695136752072,0.5875136707364399,0.4614348734610397,0.0020000443854073856,0.6851476328249669,0.08711108099258981,0.598782568096912,0.015211410356607225,0.7047082061869183,0.8924217850006874,0.4859312998614443,0.5678709565611089,0.000005029198383160723,0.6345457128674771,0.0000031431709161864936,0.04072873985053164],[0.41040671999234496,0.23625346606442732,0.0791602248958782,0.004169707217795505,0.4957155562855843,0.19017707832244077,0.7362404870980661,0.3698177575148783,0.015097832873355184,0.3748814722585617,0.9238504526361784,0.5260851251211212,0.040671926777268455,0.5565258530137023,0.00655920860973914,0.4419575975972204,0.034202202874920706,0.8730361705628703,0.09533237409707547,0.5799065512507089,0.001648416695425337,0.7756119810737712,0.13003646132185842,0.09025950686782817,0.07145891523333092,0.5750848911774029,0.00002768622849629793,0.8795395757832196,0.21727706244401845,0.17903175086145096,0.14416597391575145,0.00005858630807334076,0.6842226939915558,0.29617902260522333,0.69511050911647,0.5337906123211925,0.2674930744314826,0.0017478517023988857,0.7769916787994378,0.07875201340652047,0.6968789547432542,0.0622722960597426,0.22445581617688123,0.8344301000243988,0.562332088190574,0.39156276464760087,0.000011149975285714532,0.010933125083791713,0.000039339371373514044,0.006168567823597153],[0.4156508983608002,0.21839100556264116,0.194768354293358,0.03460118265652316,0.40749660586930087,0.2585616303270908,0.6409782345548587,0.5335423613738809,0.004618049473376076,0.23662989741574572,0.747026148315821,0.7429671681701351,0.07286540070796851,0.5868850957841678,0.01122273330554574,0.43547188972258133,0.01255106498195609,0.8463805635799817,0.11340952613813556,0.3221318896562746,0.0014327761890252583,0.8524262575385015,0.05130721381834182,0.019296903277083166,0.05881002760747768,0.43797305231019446,0.00023729397165812597,0.827525039860608,0.6182314129077237,0.01271792694417622,0.0416289361716125,0.00020098011206118018,0.5263268306160873,0.29551760570693114,0.22935690929264999,0.6891710960489542,0.8683059334243556,0.0022661700725908752,0.7781221557021812,0.11880850243948772,0.7548669990399984,0.016739652193943685,0.0789388709600337,0.5872325600648141,0.5726525251243422,0.4298701217804012,0.00012103573077216755,0.0034313028094447515,0.000016052949355294415,0.036573573740382434],[0.9654487574125326,0.4561207299146422,0.21492552690491543,0.028596324088549313,0.12353219201495387,0.0005307924440247109,0.8248100063415632,0.9261974503738932,0.001383032127529381,0.5759163456464035,0.5939908938204808,0.6704395519008323,0.20206045584838897,0.5954182175750672,0.08538676931696014,0.6257725937771118,0.011568433409463107,0.7357664071735495,0.022019150116852643,0.2489958471475609,0.019556557881915317,0.40586745555548753,0.387125101624587,0.177951581446784,0.49332218712947484,0.44865633335974836,0.0004549879078397094,0.886115880222419,0.6878025544375485,0.0021420297336940007,0.004639466118226118,0.0006315961268790566,0.2992320990955366,0.49408113705817186,0.07039970091257074,0.7803800421933609,0.039442177295040716,0.0028880891694544573,0.5375188225656368,0.015546326639910622,0.7387327078816976,0.0004044298861497273,0.04624917833033052,0.03376993425594643,0.788660396641317,0.6431840333308904,0.00007020395472720533,0.005425717012117053,0.00001234028022918,0.06546888621987125],[0.04501723608678334,0.20919352614339354,0.0186326020768217,0.00819182471818926,0.42257923461267893,0.21611076134685392,0.010941036285387125,0.2937252645434148,0.01895308296470786,0.12476820810608777,0.5765106258674573,0.4667593411830886,0.45522752935803473,0.4363950492511386,0.554256974603418,0.09728870876319333,0.049027206240935296,0.7111260514041885,0.2769390286998823,0.11042140914070435,0.15980487488725215,0.8078770786431174,0.43476369963931,0.5794392887228448,0.07372199092214705,0.2088941077793605,0.4829827961774282,0.7293972572049415,0.7357505438485095,0.0633739253317709,0.3348662657769487,0.0016859410149994598,0.046792983165960755,0.4740554333293538,0.36911537554407786,0.6791584304215448,0.6312523889338265,0.30845625511628605,0.7686532103390408,0.27114345279054364,0.46228246919127836,0.43429332208388827,0.03994423534779181,0.4273830315773253,0.07050777073281829,0.017815157152131195,0.3785015752816919,0.00009937146703900108,0.36619359065635687,0.28062911322683914],[0.004867172276245387,0.6852449561952423,0.11244130468098423,0.03578666796799636,0.5898809597478433,0.7608160597020174,0.023998746284358843,0.39679987268005357,0.09224603324294359,0.7068571424702977,0.5104467310228524,0.5011665894414358,0.48509542133359806,0.15268269203076532,0.5251952414364862,0.27528219760191663,0.07011378021016351,0.35416643062817865,0.7444387375616048,0.004598950246355611,0.7842215144861829,0.6177060027135267,0.7006356404859218,0.5881630962512987,0.11256006479268231,0.5724349172642744,0.5381776460007196,0.8409470402440717,0.6914759752432003,0.6306778910048894,0.6021285989141579,0.05043286115194575,0.17325148910896004,0.7419929044100888,0.5975956595960038,0.6266134735292399,0.36725761054636447,0.48436057537917304,0.21358046935919012,0.24129722037834983,0.6018779907434199,0.36852960020317826,0.1306447056203731,0.08980853584304559,0.7528840332352819,0.014285987693866522,0.621919011626659,0.053228974362150794,0.7801222120575602,0.6093770265349738],[0.6453095877957292,0.26798758609005935,0.10047357167186761,0.9463468922258015,0.26593238435736055,0.369399817263084,0.7295345277013578,0.047523175618526224,0.2415112229181223,0.38565507022566836,0.3862347538746767,0.0008631078771161753,0.5984816780907509,0.5224390452112039,0.409454873135972,0.8827945490847212,0.03644829253717288,0.0007438837088445968,0.008508275991228817,0.6722849481766827,0.020006887530721666,0.8153155248053688,0.2713647885926936,0.4030205357511197,0.000014055501966018012,0.8029062760628983,0.911016609441977,0.2889263568110207,0.0017911111218603187,0.12493318522777844,0.35063753282909654,0.714371842076965,0.005869516666963304,0.5638901410845348,0.279817236672857,0.31210360626821054,9.683113798640748e-7,0.33588378542548974,0.4100819572940837,0.10575675834347541,0.4920509901947309,0.00035460429797575215,0.013098769649927953,0.23549622857448047,0.0003805738240330271,0.8136029594550955,0.5860358548865308,0.13264786256038516,0.5886615850292422,0.304354820338213],[0.6166962698982229,0.644483577490654,0.5564881101550899,0.9544518753886762,0.645242576361665,0.46441844641801844,0.8107388294631069,0.004945399124865566,0.07103923208029846,0.39422690724127585,0.8291171054531421,0.0034023476135261943,0.8605869052397326,0.7280615115218012,0.4237242624986238,0.6535579580607733,0.35086552722820824,0.0006424147742409782,0.14567826866938538,0.20601927476707052,0.012021927140029772,0.8471765199383596,0.944682704967811,0.5208230194636886,0.00003121199736705089,0.8846904242534864,0.44332792581076125,0.901233100634492,0.0011440133891944446,0.09943146992091281,0.6526201234697293,0.6158873719748704,0.020265310340392993,0.8739427739698752,0.12680535928508901,0.5809903808314498,0.000004552590871480317,0.2747980872350823,0.9472195608322008,0.006066773046713713,0.5857021990465952,0.00004547880806981461,0.5435018003451291,0.0803055123511622,0.000008519148265705027,0.89385226549952,0.8774904353577799,0.5335343008660131,0.681279492803083,0.18455762753221439],[0.543580720626342,0.20373223598298928,0.23493889324435696,0.9280066000822547,0.02824937416396087,0.10952240636602328,0.75904238434176,0.1415549754598365,0.5568757974712807,0.06835076781066998,0.9123996387729031,0.0029582596344121335,0.47366523413640577,0.6992902984026309,0.5109745135648597,0.4035418540423783,0.47302357545329826,0.04289140579158765,0.004727856109910691,0.6662046973425804,0.10240060296185742,0.8612156738526523,0.0772922529450601,0.9609829041638064,0.0031376875202429873,0.5381798575738064,0.8272097255785773,0.6343886099971592,0.07121648257941787,0.3061303462645266,0.30093697939125114,0.8526897486792926,0.0067273908162007795,0.35464752564916663,0.07553633970046032,0.8785702823655198,0.0005294244772542212,0.19337809406462347,0.4428369747279953,0.021109356604649472,0.6715528539135416,0.012375695875629426,0.020476404073939792,0.04319650036887795,0.02392329631249778,0.49582763090107845,0.13510460875967248,0.34393008985139345,0.6051966273302553,0.4389331786409077],[0.8821465401327556,0.013672948480087403,0.49239762371740137,0.593166418153135,0.002369372905400872,0.2676694230704777,0.8964142437118796,0.02053913405829579,0.7485106981037493,0.06872085737900072,0.7926643118603588,0.004822652983729554,0.21315933973623574,0.744185719933085,0.026948765600428606,0.8556227839903291,0.5594805092482701,0.0024886277864547687,0.000888908115153528,0.6579711524758598,0.07831562283160587,0.747046101657373,0.043534098632373064,0.5832085063028806,0.0000736432267694565,0.6583480842034761,0.38229643773900274,0.5245099029965197,0.035142588550790284,0.3930579083017483,0.2005835009470932,0.4250066488573284,0.0020047879677795757,0.7129391941090429,0.08372412307192964,0.49511433164038965,0.000023539022412782767,0.2392004337180737,0.45806513553747724,0.0012245002875460394,0.7772834547031603,0.004416415929277572,0.000443749769649935,0.17501268204419249,0.005837317832457718,0.8224001610847552,0.29374802974113623,0.3738891225717756,0.678945514356581,0.02283009910584271],[0.85026350910056,0.30465058171991016,0.37015879850226574,0.8986260454306902,0.0005333072335176716,0.09881300275204756,0.6848703701759654,0.7057380791844048,0.02617046333182644,0.24473535286072984,0.2848493742538598,0.000877336655701446,0.00643839050781531,0.6592859248145585,0.7835931563146091,0.621602136246065,0.8080965415189675,0.17708188746435738,0.0004469091899648393,0.7403999383060449,0.009477131891919111,0.6301929438034376,0.002325573016785133,0.6885819688362,0.20000138912627824,0.1812997356050945,0.5842328940565163,0.2705067405703305,0.2639905415249887,0.827577056173718,0.03181863012457718,0.7615950464429748,0.21507840612957482,0.048332385544754636,0.8442453613199242,0.1555854286881198,0.01240578144013294,0.6775064815554284,0.023096372001643724,0.4983793933230684,0.9069589240141678,0.4979966246859177,0.005760953770946635,0.5783609830578939,0.4561177478593473,0.5785503694904632,0.11400947719922398,0.0020912032137822226,0.09121228893457753,0.44975794581901746],[0.11803833506288564,0.04807114737136523,0.29493140303784465,0.3874910704241024,0.009424515969147736,0.06580547209084925,0.5671431137804757,0.3523443300721154,0.03324375294598131,0.015943327702969193,0.6861880349016191,0.0060127680764364795,0.014208471884915032,0.6416327876696962,0.268075499496628,0.4568009602775464,0.30181663624744554,0.46935252472382627,0.0010206491902841352,0.5595191550420124,0.07718833788417943,0.9032704352125013,0.00016039631748270109,0.5576451595209507,0.035676830931328,0.09007101877083731,0.2513475664991629,0.5033787924988476,0.5249363977076618,0.38665796446522605,0.003228385675613251,0.0540486112908324,0.07923159108758965,0.03467138781600528,0.7542290792152982,0.5149673570616887,0.02218597148885835,0.4014222240042283,0.04566937333616884,0.334083990614087,0.4422880542315349,0.25607250240808366,0.0023923868598144894,0.43583572241801655,0.16058830821765605,0.3972302070454144,0.020412108710666833,0.0002624163437923156,0.14430840523939084,0.526654228735261],[0.4388214492653346,0.48338749463660075,0.5633814642256632,0.5886545198572789,0.0012760901329287582,0.4800453422186257,0.674844232716495,0.6866785576232903,0.0014086655724040418,0.024803692597492207,0.28678031228334466,0.0013535040706687033,0.0010879622994413105,0.6586136287295121,0.9141383193664803,0.4835483292542495,0.6730611117562647,0.753396237108754,0.0041662414032175325,0.4827712053921514,0.0014244585473272217,0.6641418778229942,0.0002704538614696166,0.4010730765961326,0.5138600983961809,0.23155058161605932,0.30422927640777503,0.6311679208657176,0.3470869194947234,0.5238108985231746,0.0016651528272119591,0.23668352649577765,0.6753944598853435,0.04330073700719549,0.5532873040900727,0.2131571903589835,0.04053809461592105,0.6619986985438706,0.6988375766058315,0.6261218634320522,0.4113159376038652,0.4153799457008937,0.0075962465412449005,0.8455592660086398,0.6970412173569686,0.5603032920657509,0.2306201169773016,0.0006992718119522484,0.023641796843174592,0.3423987676030746],[0.8982944025010526,0.06671993207081377,0.002166039918618633,0.9879449297469746,0.019505658177700166,0.00013275731370565399,0.6579452293561743,0.6020610034245895,0.6708873495750914,0.0013235446884167718,0.7700657382374635,0.00283870783329844,0.27463121473984775,0.07529198857929137,0.15425822265948108,0.8698050673777727,0.7970520581800542,0.0001530021915252736,0.0009878315203110204,0.5440470049270795,0.4227515041668999,0.7550765766712404,0.178249211010268,0.8122379735855578,0.14969807047769904,0.5209118713956192,0.6525657368099792,0.002234497834880445,0.19174678787754879,0.6256785791793478,0.5242632189571488,0.03654572032566293,0.00016899443548612812,0.193563326764504,0.8131006136548471,0.6793297716230389,0.003458188728290683,0.02821365120617259,0.000006612441265896693,0.29206094136417976,0.17673109323527483,0.019492548801745366,0.09818287052985893,0.7302695803990088,0.8071151262266486,0.5360957637185296,0.00022556710390006678,0.4495865733666532,0.8319264547241305,0.5932580000361157],[0.32401799712317736,0.07925399572135129,0.011361396531124847,0.907077157097118,0.07624361734225973,0.0033458046836683797,0.5989349671883004,0.78843565194722,0.5335697743957816,0.0001106471330510476,0.8383024316498766,0.01442389489347809,0.7444706963732904,0.16656159989762206,0.678520099372427,0.8233645593779668,0.7855788144413656,0.0018145251746088768,0.030446274005002605,0.21998075717808693,0.4148747914379836,0.401339194414433,0.05950114601216071,0.5820601766883399,0.8090464676377557,0.5626086451998853,0.24955243857456755,0.0025985288460309676,0.16023399317947293,0.8459777543655279,0.20304677475795616,0.0005882570283013915,0.0007191330046442896,0.1524960318895322,0.7913091147673423,0.8458977998743893,0.010686026968273971,0.013081062735714862,0.0014537416735830497,0.8229697840988214,0.08721484290538647,0.03918357290124119,0.6176769314435124,0.8885112633576534,0.964138544260332,0.6322080735195533,0.0012219905604032401,0.460267818886301,0.7000422383986266,0.5233980902550213],[0.6124821733561487,0.01598170437872636,0.0034530951472915602,0.9758599880856569,0.012085304455629645,0.00019475740013213068,0.5956029718827048,0.26330185126094735,0.8877665079535821,0.00022269667619973706,0.9230806743998142,0.00035969237171938796,0.6114513477056929,0.007924548414979318,0.40121892721253605,0.8391138963309854,0.8692105126515879,0.0001709167041708159,0.00042554595074491915,0.8218791690372236,0.584442656570062,0.5753142743451353,0.0735889723783749,0.8194884711165857,0.12823161201034727,0.8395900122362989,0.6850245892238075,0.00018772408202824637,0.03384699775754129,0.9270534335288738,0.5954332119410396,0.0010659797579767323,0.00007842307545678716,0.05500633462053384,0.8900167312219212,0.7620899438796053,0.00011210421558988665,0.004493983142169046,0.000017463877215489194,0.5464106687212027,0.116466663654733,0.052730912983387335,0.24916243771848107,0.7410075366339391,0.9130719530884353,0.6411585146146169,0.0010221254245019646,0.4033857293871481,0.8496109470303285,0.7420011336228615],[0.7844754445792399,0.1469619385615612,0.001255764835553102,0.9936104482246859,0.02347223284707556,0.00010826613095327201,0.7883098157353805,0.589191947600884,0.8310678632910732,0.0007405585238757525,0.9073085924945654,0.0002830869942381824,0.30063752673905797,0.01856420177960996,0.6128826523509852,0.7608063964128737,0.6667804374445975,0.000014540495655145252,0.0004332299907821664,0.912190528509751,0.565773734584654,0.6446638831056825,0.6164043054303924,0.8285387527294817,0.052891659822931994,0.3674591771829959,0.5211342147590369,0.00017866755157764096,0.07278278785182149,0.8562334773152567,0.6863735819713955,0.0029391441074269674,0.00006155931108710418,0.04287721551984819,0.8819458758463802,0.705340201642171,0.00012468974908368222,0.0017673829454781403,0.000003979307391369386,0.22130671270891247,0.2203641547824004,0.26278703063875286,0.12331432376569876,0.5443267451003126,0.6307852965463343,0.3354800082808067,0.0005342437393063259,0.5895398390938215,0.7303536890088496,0.7820596709552728],[0.008538156419034403,0.5007932305662418,0.8281616122430432,0.176401487254647,0.0283336437362774,0.6701355933078845,0.710388865542889,0.5271835167454102,0.5758974984692464,0.9004640759837502,0.0020521172768257954,0.014239061525640062,0.8328818796693221,0.011586707459178414,0.5843496902130251,0.20691036860333384,0.5581516888091876,0.38912717520441914,0.2406654555969919,0.5337357835488064,0.16944625916451841,0.6767461175332433,0.6836989096462409,0.633703441848267,0.0745361962364097,0.0013603417318434727,0.6259925933318718,0.7007546851113947,0.8495380124222186,0.7757371037353622,0.9052848643571478,0.5675341766683931,0.5295792587690042,0.4584852928090515,0.6574404804778948,0.0047294898885601325,0.006503433929590752,0.7029847211194215,0.64215235713555,0.005382730272374562,0.6022616183396265,0.8265528139870709,0.6636155665932824,0.5853398715154988,0.1638544642295331,0.8891744819627316,0.6666326665924633,0.11025683381422291,0.4420445350148273,0.7708818546403148],[0.5935571416088101,0.3568401418510847,0.5345634180400175,0.0029780795482507484,0.11566045624324199,0.0003045093832317413,0.842243870343133,0.6677596834559306,0.1061677663344819,0.23326830568034718,0.005911245645216296,0.004002292811530531,0.7827515708456736,0.5542137964581454,0.8051057151869079,0.015353630377802364,0.018167627131285148,0.3626193803447904,0.03969365726855505,0.4209499950163817,0.6029913058793209,0.5699997170134842,0.6681108042434524,0.8455335909841522,0.6608190740743252,0.01792777086509683,0.7067302401619965,0.6610020914375812,0.3647135968615111,0.014499055975251151,0.0005025249498311487,0.000293290341322986,0.1343563158230831,0.5025725406213009,0.050218438452802286,0.6749938611096402,0.0003442991240533895,0.4272464556048498,0.008429899868286026,0.020413412680170648,0.31994511940200776,0.00037051208752544434,0.45389381369052884,0.001722389344126749,0.9150448024886233,0.8370231734458644,0.5319118521988765,0.0025653767392399447,0.028252361485324978,0.20892010152927493],[0.11466954568218868,0.00018808228757716657,0.02513973134155436,0.000019160255515616226,0.011923925505621175,0.0002818696447025231,0.00008345378412331226,0.004739531032707335,0.6315437440112333,0.0009484432913407884,0.0032433099766369516,0.0345097531000957,0.11950750315645636,0.4044631117402004,0.0002633647307485282,0.00224172035013484,0.0009642255713078849,0.9312242616440821,0.031219739384958124,0.5875531072796413,0.0021953289967793833,0.9005064411693451,0.12126070626427866,0.40880250627038284,0.18486927224193725,0.49700872661166745,0.05118707549274995,0.5002472050284292,0.22722929093955332,0.7192012919176576,0.00005588545119126278,0.0000019185954292380073,0.02966975485442465,0.6411584991769129,0.7696567997417827,0.25758741802410773,0.08831114012221707,0.7652798860740614,0.0001173980986420113,0.0025301931819497873,0.0014046621431007364,0.4188875426350084,0.04234093222940367,0.00950574508235581,0.6502880595159406,0.449897561387939,0.1508117859337767,0.05447723393458309,0.47934774491513976,0.000023614573281804377],[0.6922408283417922,0.00029820399183961335,0.05609434496939919,0.00001071949694781064,0.1538889623397455,0.008518444354369947,0.00034614448478275636,0.00008932521137252622,0.04886395759427794,0.30565526509336527,0.0070778796511266825,0.008908431009531276,0.0012274591705740937,0.7551441745749979,0.6777043174990165,0.3951896549826739,0.6093866606275181,0.42013101379798024,0.7018452377052717,0.03585919774747445,0.5701188330857927,0.12237904682819316,0.6765334786784073,0.356278029305072,0.7209569217327931,0.4049961545636211,0.061694976105735315,0.4682537878455292,0.7300215453159122,0.9742863787268222,0.026357754972806492,0.015437398285455919,0.00971979195389098,0.726922865210435,0.5600797136447877,0.06959128954912887,0.07775608501680795,0.8088049515765666,0.46858574017348187,0.005396183672535038,0.000009287584429699987,0.6280486877677474,0.003752332080819411,0.31620051425257745,0.7352779997293775,0.5896350659559786,0.533572186006727,0.6041918487938587,0.5952403400006503,0.02593300581116722],[0.767290616690192,0.00015332461633180356,0.00040748763094843293,4.627969482968299e-7,0.00004069430736791067,0.3181668076563036,0.00001758912512892005,2.9326357475324217e-7,0.8218252179168684,0.03436803290854309,0.007714172574667016,0.08854427714589001,4.6560226093652265e-7,0.3181632679755525,0.00003674665187564893,0.004987249178827251,0.4415222421944018,0.15562107842116588,0.3719244300663968,0.785596844355977,0.000023306445985579783,0.927564410327837,0.40961164058063776,0.16034927731169654,0.6346543190618569,0.8926644295663679,0.017385119885110167,0.6825934185018698,0.5593222251217003,0.0003251658819467409,0.16089398513562247,0.0011439197356720135,0.000023873015521893266,0.9340577267950656,0.3244679715131238,0.0004171218990307287,0.006943404858629892,0.4190968250200939,0.09501002505671526,0.48445842997916955,0.000006501542299959867,0.24388871471391352,0.0015290397496829367,0.025211503709538854,0.7205558324403759,0.3423655049667985,0.23701241402893153,0.00020195283425424848,0.6426661756581237,0.01439733725009951],[0.17165168095207,0.000011292878248687924,0.44075880291900527,0.0029775176549857434,0.22046379206531122,0.5209352911648538,0.8473656903474552,0.5838340139919387,0.1545714910165299,0.01617984191686041,0.6128802742398678,0.10087376769712883,0.000021924106486004946,0.5281853325156883,0.6256904478302696,0.5417097383905897,0.001487622224335413,0.8728172844265749,0.7934676794653356,0.000211770121502418,0.7820776402723066,0.8089689499818351,0.34844371137865876,0.5340721981487742,0.020753281504198275,0.003029285961850903,0.03917689661217968,0.5664838736202433,0.39648409841572557,0.4800532750813563,0.000033286194957039715,0.021107633870744352,0.4593612757976131,0.5246736095845759,0.7024827323907152,0.025857896767211484,0.5618493559494613,0.030411724111113043,0.3298592136460137,0.6032301901096174,0.008921429487512301,0.00041247542420718623,0.23224059574523995,0.5698418561254381,0.006329398044687724,0.19172926625498485,0.03167667066401168,0.1462550730353393,0.006248122092315803,0.1564379733967033],[0.5009751024345507,0.00011270229657611137,0.12337306231727829,0.15090120899424786,0.5908088640964356,0.9237884867084519,0.2569535541195407,0.9630041488924945,0.9479272506641288,0.00042952479172783225,0.5238080437210523,0.337306391410493,0.000019820660098279385,0.5300137552178898,0.37009359798360325,0.9108443003187257,0.00005642195486846709,0.41839543508053434,0.38317061000950037,0.0003813176458035294,0.7503257649857306,0.8584704667206694,0.9101071344199969,0.7780921840738019,0.07994865764395123,0.000686970608812562,0.007946293192415733,0.4108759845820205,0.280057188741349,0.6407367524613105,0.00004011650452190918,0.6410312472332813,0.00916829958875846,0.7556597030456665,0.6851379973225059,0.2662325711565493,0.7690376775435083,0.020808490973651266,0.2860752304042566,0.7705154898514726,0.000010376185954467538,0.010805154437490135,0.5819101095948757,0.9713927360052168,0.001163524302170862,0.32672398814099535,0.7492688819922093,0.7774459655310272,0.0002146720925188531,0.016323932586692673],[0.7159612225860081,0.5955613235870406,0.013701694717500407,0.4088629832473586,0.4559535518800201,0.05099381797566073,0.5353065683536928,0.0012186542854474695,0.057567479598070175,0.011737116204032547,0.5475751688976258,0.0012616648551041446,0.09886883289395311,0.019687147576076657,0.031273919257384895,0.3717865370688207,0.009899444079501992,0.5395952861673747,0.6879432880976046,0.07100979704563322,0.9510995419479686,0.6243533130459654,0.655639105797564,0.46072088808965705,0.06073380106225816,0.5199490197237855,0.00002103355149858144,0.9251779820271815,0.7893486290666588,0.8814068192582332,0.5962610265529765,0.17578688757825178,0.7520240407988502,0.8696385106874599,0.0890071166177705,0.7719220522246698,0.11725213545810562,0.2357204211273348,0.002906048302017376,0.560362258982499,0.7086929672460696,0.38629611083511317,0.7241975608592721,0.01736950128361333,0.9652801251409819,0.37675413472166586,0.9358557348352556,0.43647754403430633,0.1698373268642698,0.04212649131380896],[0.5135551798038668,0.43950055912483266,0.0006653724332249952,0.05699389507274292,0.41152098187009506,0.23894826984913178,0.020029907692994547,0.0029921519091277568,0.027912168264156628,0.022106911497628976,0.22513601468930186,0.0044034321045495145,0.043237820238188306,0.16793341222840635,0.22823775550121972,0.06285007184994482,0.02373891639050462,0.13432513708254876,0.969510638685446,0.9310682246489829,0.4373307730639465,0.8051763709684645,0.4972902797483342,0.8064230868494406,0.014434972752053127,0.8653107338888906,0.000010534276032393883,0.9051517608620425,0.6389776974074858,0.52826060882874,0.9413509766666949,0.8102327045741757,0.33860315465421853,0.7907333843050204,0.06341548799285432,0.35736084151770514,0.7870815610201498,0.96405521728607,0.061969229047121176,0.429498119152683,0.4868683495026168,0.9438239081570535,0.7040371176838909,0.024602858431404404,0.7443581823203331,0.47394544075925094,0.5820489579871647,0.7180688287378988,0.6209413161365361,0.010455442702679393],[0.2327132671844369,0.8356395160490941,0.259035568008531,0.22726200242908545,0.5743831999919937,0.03662168328996001,0.193093529801344,0.004361610935562589,0.11473045824895037,0.5576007861742275,0.3464704553101565,0.1890198712097403,0.014702256618518766,0.43056161173546675,0.11126748037362075,0.06203047794538059,0.008338930390762323,0.6743979175011582,0.6538229430743956,0.6323656707422104,0.7123573501308821,0.9452652989409615,0.5509028672966043,0.8128380772214097,0.12706736029347826,0.4562800427297549,0.0006413369823333662,0.19744994422548787,0.9093178608810778,0.7248075019603564,0.5621014059020275,0.794841985567487,0.28299342031807373,0.056509477181958714,0.14520351925588976,0.339450870812124,0.0807327203879032,0.34710396360495066,0.13601501549019213,0.8250181974373505,0.2712276945712128,0.8949565206258986,0.6688241409462184,0.7493563978718354,0.8053285269933566,0.4028850169146248,0.633747342727688,0.6849453285760232,0.02540737422084188,0.13515107709429364],[0.5416864428587668,0.3033873556134891,0.005794915829124616,0.008221007478095158,0.590645700801004,0.5601233205496126,0.01912369020340171,0.016295137057260396,0.018253373469450353,0.00009416100087398686,0.15814099529077236,0.00003937853584789285,0.006449786109603289,0.7119301272386366,0.09131386030928423,0.1775349003021986,0.0024394946725497095,0.3840092051458358,0.9599581169680709,0.8720986905721138,0.40826988610750364,0.9207115155141438,0.828374685406977,0.8397955427162624,0.20106172037121875,0.501558749171386,0.00000948145254265395,0.34484057371050364,0.9317744345643976,0.5692126932448394,0.966479173843387,0.7045771950670333,0.03247583339481964,0.8403178790430664,0.3260001484461047,0.48013818261710384,0.7029801345418156,0.9028094246586235,0.003922563046468411,0.800935976422538,0.5004064260027109,0.7577589558699536,0.9277236375425455,0.005581233667077596,0.6046057414328759,0.6283533846902827,0.8307302262792892,0.8670572866941423,0.23098085833179544,0.0016286587647171304],[0.6012308975205656,0.018262687832561516,0.3258768865227716,3.962691320978722e-7,1.7047505503702115e-7,0.000012761904323887328,0.350438645601684,0.0005071760244008284,0.0003874391139159046,0.0006788863568190581,0.058236584958012816,0.34926339462832934,0.3666410077430553,0.32688382907933716,0.02552559633419829,0.031776273113533794,0.0009309839004591093,0.7011342594095291,0.3549451649650358,0.8112830432560677,0.3956299342827821,0.8703170304420729,0.2554357767617891,0.384697204263501,0.6947305790275137,0.7457323833547088,0.0029532178200541515,0.8572698155091861,0.6359694313222359,0.000014644187182985499,0.009718080690405985,0.006111075431661867,0.000029479919735313236,0.0067145864627290094,0.8960325390723871,0.702672672125914,0.0000023340796206193776,0.14505725707713737,0.2552946727156798,0.0013979070247517303,0.08497501164595277,0.1735304498522889,0.08533718552734314,0.00006872762861058995,0.5188881361104993,0.0039648974062987475,0.08458119171265854,1.7500435534648619e-9,0.024845084445119233,0.000017467894643098252],[0.5840777174504462,0.000027547402978642242,0.4344903419665952,3.583831889751076e-7,0.0007961101709165218,0.6036641324371746,0.20244318243861592,0.00003337569481448744,0.0032276171689211994,0.0009587819988977078,0.04222635429795387,0.00028615907646732723,0.03158838691889832,0.8248494013473925,0.6335115615857638,0.4246805761295075,0.1790466367104442,0.1509727578027806,0.797181910469512,0.2775640484103211,0.3580803369907619,0.5885505501043607,0.019093985494969417,0.20197507350262978,0.04432404401641105,0.7732506729128393,0.0007439140339958708,0.9390561026552569,0.7575556915834958,0.0815710151260425,0.025013401196270116,0.0019148734784958728,0.05141323506625109,0.35336970783419147,0.5061696522991184,0.47292311048842145,0.01781745039239066,0.047295300845029725,0.49481661164757107,0.002601654668868876,0.2686339664802526,0.4528277774937997,0.4054127604104291,0.5146722094501734,0.4696280598777305,0.0788108337539826,0.14595549869690086,6.530218815378332e-7,0.06664580439639364,0.002531882665650065],[0.46201687475367587,0.013095553750849816,0.44779845012289793,0.4622878942184276,0.4782788879963306,0.5745122602418858,0.43204027417355967,0.5486323203030187,0.02280131024495758,0.020573074956019073,0.010782912859175531,0.16396195068576525,0.3738217444911303,0.5670856400103133,0.4096356000841166,0.024004216896291068,0.24430062179177098,0.1720508741305828,0.6862712861007982,0.4485789056687222,0.6820723145471381,0.002709111529590349,0.6818939933372442,0.07564628549225334,0.7235326511401303,0.7603516737689541,0.5145451871299443,0.5251009080064977,0.738247644725362,0.16370760984547822,0.6213552505962613,0.6821097473468222,0.002627727691448946,0.05613061979387059,0.7945464674175448,0.4848669182269324,0.16839799170265798,0.41495095035767554,0.3002422966265198,0.6252300105177006,0.8505024712521967,0.2947862614187849,0.44146499584610105,0.36239174699066307,0.03291148306820735,0.7165562177223628,0.08436572992024766,0.582077762029365,0.0007449402689599018,0.7435208091029006],[0.48063717592335625,0.000196388368891398,0.549421534945493,0.02746071261413023,0.1049281099361039,0.2867321974621073,0.14263320436400012,0.3250334613772628,0.055764426930306164,0.06341375933493827,0.04710625989222818,0.07785350451713167,0.23911027147923195,0.11728443602330195,0.517088925794466,0.04315762285822945,0.5267502346936422,0.34580124752862434,0.8895181214274744,0.5340148658193952,0.7354255041435757,0.0004150408116306491,0.7618633966871967,0.016636992552481487,0.6622781129538682,0.972391686625861,0.7293648312971647,0.4299437075174965,0.6357171357437739,0.45145328356739844,0.7460167065591712,0.41361942863399487,0.0006090618860624983,0.008240373712727265,0.8901026183376867,0.5537290977880757,0.021366264758533718,0.49287457509089205,0.5038949605223056,0.24273879430357445,0.28756041909924146,0.35156481180027627,0.5689596608106869,0.6083150745747554,0.003616044884592869,0.8803830174777812,0.1241936402896569,0.32779243114156337,0.005466051550202726,0.7546818181695208],[0.47799099821296237,0.015934238031292344,0.7552444702201132,0.1664147127684337,0.8481030528725807,0.48496884109038707,0.4245021197844225,0.2577771890595911,0.3864331604432682,0.000008948078308365793,0.000023588190788711078,0.0008296496892669472,0.7521804541449815,0.7279261209388744,0.8200059379971002,0.8415943153048077,0.31173058999123726,0.957908195966248,0.8852346999028036,0.03363316720613492,0.5779766151814367,0.009529071398082078,0.6674407497587515,0.23812270853546963,0.002692597656059235,0.9327124442552782,0.4586642026791209,0.000007239020293359553,0.8706449805039828,0.000013805622268354902,0.4354721416241273,0.6660868719926681,0.000004420477566079587,0.0037487204668620547,0.771993449689874,0.49451632707372234,0.6876070112802264,0.3179906834651416,0.3841153042703467,0.9454109732112335,0.014919083152123232,0.20971765152789226,0.00041582219927785403,0.12975141638966864,0.2051353935265776,0.7557535653678885,0.000001219211464116456,0.0000728673232903394,0.000001574111201929183,0.6546902853743927],[0.29029790146761986,0.10717107932031233,0.0868301065595388,0.18159947174045002,0.22739051685970904,0.8446406793705843,0.060990312461678256,0.009835114573446404,0.8293928082097866,0.13878332446966582,0.7295101055613411,0.43755201493813567,0.06351791959979776,0.5341010851723451,0.15382945635283088,0.8996953062668231,0.12419003357041875,0.00011491799927371805,0.2954587054031888,0.1334236791831479,0.012571902677507138,0.6490214047641168,0.056925626832831804,0.3832647061480672,0.8701589285162307,0.48794496179188207,0.20537366176688168,0.2805336414926926,0.5613928260065872,0.25382966117196887,0.006861851229109441,0.10082988029614331,0.022641024622234666,0.8972547580972133,0.05232765675907808,0.5845905777137201,0.24528284695971372,0.28347964407124326,0.02464023650824799,0.3294838919802092,0.10580401566098052,0.8950537514413412,0.5160830245402104,0.9813774989419733,0.22499355583931666,0.10145765961182864,0.8496244883469979,0.009972649860771838,0.0008629704592373864,0.00717184800593138],[0.6410047808399594,0.12844815522569888,0.4428613670339724,0.062220205818818,0.007233519674615728,0.6622715020202986,0.0023001359056511925,0.00018916159772357523,0.8624862606271353,0.7533304712495553,0.33028816758151197,0.35794911055502626,0.012241938560069407,0.6917047320827786,0.2457181243176977,0.6099114506692481,0.7222409219041835,2.43626505148566e-7,0.5418580425861638,0.0009818144958622823,0.003021675009444073,0.7358644609589196,0.14249813199395034,0.34106552842665877,0.8278845858749239,0.9532754553111713,0.8396991941371796,0.2994687473485075,0.6782267281699099,0.4352340251821621,0.014213844739820073,0.576850864195591,0.43964375450236043,0.8424622006996955,0.00005933204289183932,0.45549383575828867,0.013750865086003676,0.34728990633424556,0.0483667040387734,0.5115399947942442,0.6153661287750142,0.380862123856235,0.5541312031198549,0.43840255742804113,0.49723354161730415,0.0050198210744979675,0.6113979534494545,0.0013131028308795605,0.005069061685472069,0.268386026163381],[0.952026027087168,0.0007048260986943635,0.2859706943337884,0.004183840316136489,0.08073221454781349,0.2722526373889705,0.011506668329682043,0.000054785187757987304,0.6050221955264845,0.09748484309278019,0.46534557607563426,0.0006582269632593291,0.006713067933766423,0.865106994921042,0.8357075113409486,0.026392430582498995,0.525850766391299,0.4441021949563401,0.10445602322842329,0.0006488447424525228,0.03406247598498034,0.9091423209582472,0.10844191554794198,0.031542698664849204,0.1644784163591216,0.33901204228056725,0.4933772654466677,0.6732466451364576,0.6707648972570255,0.004200668003707172,0.032979413912205574,0.00418301794657331,0.05901894397470936,0.4109089411624272,0.12347194413429763,0.08262119786867185,0.6622974715974921,0.002574743579902734,0.17263109718273423,0.26522935708556367,0.5681130881047876,0.01781027934619271,0.4454227353892267,0.6921507346729451,0.4410735017646685,0.3797916270293166,0.049966414690606566,0.0001879511335779627,0.2927852291032118,0.23142754373744556],[0.7484061200006038,0.03822821899274026,0.5934739478730052,0.06771036903493281,0.41584931542094017,0.3599397348721679,0.07997754035492184,0.0029274427191179867,0.8994073120152484,0.5370649799370222,0.3010983005172322,0.008826000769333691,0.1156850031739266,0.4770268424322726,0.5635452779697808,0.22003418695954177,0.7158358313119628,0.22097603396963192,0.36915181171834066,0.004694479821702758,0.051150278277700745,0.9102438874486489,0.4691047682616565,0.0642454634176437,0.4233570892263351,0.6749747921381675,0.6080975506272447,0.7193754899292862,0.4159973964455243,0.007838940921680856,0.19374416028616617,0.055327250965331656,0.5559219166336142,0.31187754204037443,0.12122165602459997,0.13736325370690872,0.4806105919909191,0.609162757112932,0.06761233402627674,0.06979314257364166,0.5032988083776381,0.7994924030474768,0.3751611993250306,0.7126793981970478,0.9205954207326411,0.2227761373245587,0.050260309830979254,0.01087682118502005,0.7877622617763332,0.4654692684496256]],[[1.8317027547930375e-9,4.546831498320947e-8,0.000004707142547597932,7.236292163668476e-7,4.811482977693234e-7,5.851947655822029e-7,9.051627205890334e-8,1.274313442040134e-7,1.186492154231371e-7,6.37107313224134e-7,0.0000010320634714581794,0.00003824491320509151,0.000014130280092896615,0.000013187468537307369,1.8053691794827084e-7,6.693427579890013e-8,0.0000028485247918965875,1.9636388358179177e-8,9.43274157853075e-7,0.000004923697443860998,0.0000031770723775803502,0.00005032910345569673,3.2475445436969225e-9,6.449187208697197e-7,0.0000017897527014311684,1.8598713470875576e-7,0.0000015891284397264996,2.1845333614642697e-8,0.000004655691139676772,1.4018111548793723e-8,6.432663804301916e-7,8.181367841120351e-7,8.290653474889836e-8],[0.0007379401541533336,0.00039307430962583743,0.0000580771564966857,0.0005155409414843435,0.0000380613706361006,0.00027038032621223515,0.00018833439051149582,0.00011097851546133488,0.00011782272821297168,0.000031327917523259626,0.0007409895309599471,0.0000067363070961382575,0.000010068840385904328,0.00006798046308648776,0.797376374833434,0.000052741889030178483,0.000017073936104883266,0.00041089299820946994,0.0007336753685842965,0.0002847190473269692,0.0001824760165174309,0.00017064304556756749,0.000030732508492874065,0.000007878993601587017,0.0002982952358436856,0.0002617263154884753,0.00010785902402287437,0.00006551386271894477,0.00012933841649186468,0.0011063925302927436,0.00009341441473985568,0.00010296207366375491,0.0005630002624136971],[0.0008243505028146063,0.00003896336441541156,0.00014152034699261917,0.00035980818161753165,0.000022899268033561656,0.000151892626974704,0.00017842119064773605,0.000039390068986179014,0.00006145897402379339,0.000009292108333324055,0.0007484241625240953,0.000017250561840395886,0.000009505394309669553,0.000049443375016023675,0.8143407201795904,0.00005695488829068329,0.000016187628170393058,0.00041074731574314684,0.00015541097250396967,0.00005886163630048729,0.00021423134322586556,0.0001958139621532579,0.00009228018984047371,0.000024883253517936498,0.000046509567511274565,0.00018701247164378245,0.000044887329269197146,0.00018150938197351323,0.00008028193201548395,0.001072978475950203,0.000028176859382855408,0.000023895143961609175,0.0005446912593368653],[0.00009018740562986076,0.0003083977489853827,0.00009820883231701954,0.000022863822945420913,0.0001544358067313039,0.00009428617501205423,0.0001112624213104834,0.00013532012685882585,0.00004646808483650217,0.0000072918729518123015,0.00019781423821658262,0.000005044593220798733,0.000028238941786642714,0.0007086331018195446,0.8168437086381408,0.00018717534367204244,0.0003850768452683263,0.002376274657686012,0.00043533937692342083,0.00019907242328408086,0.0000366134921748185,0.00009479811849794587,0.000043516768873109143,0.000012952494655307818,0.00023606826292963602,0.00026877506611130834,0.00023531165975864248,0.0001622106592724306,0.00004053629372465912,0.0011904105632439973,0.000040201200316252935,0.0001977119423370764,0.0028679914143935046],[2.4541407532550257e-7,4.642613229904604e-7,0.000020598033227562393,0.000007685721821050526,0.00002205197945936443,0.00002574578615901705,0.0000013580103522337477,0.000027665021057617672,0.000002123521730041541,0.000009332913213397792,0.00016642669554966033,0.0009985947077059494,0.0007553348481014998,0.8583915867823637,0.000004143756906117716,0.000005087548620280584,0.000015678817516824396,0.000003026352527975135,0.0004490863739544923,0.00014381290356471133,0.00009762672702773065,0.00031087938727332963,0.0000013398626341254547,0.000008647297366078962,0.0000773951022298883,0.0000022829208489947157,0.00005009736100277395,0.000003316705705450766,0.00020213265956485466,0.000004734943763175542,0.00010709457038857302,0.000003311082842465045,1.3402843991652088e-7],[1.9167897402472116e-8,4.6413078057859284e-7,0.00005888641877730493,0.000009033133809536845,0.00001933154708380546,1.4144914064355185e-7,0.00000771276448811919,0.000018847700055208614,0.000016272924446193636,0.00007154179177555145,0.000024568894148326553,0.00015799916373224513,0.0006621369748028494,0.8468991662827614,1.1503628980788134e-7,2.8544919117125114e-7,0.0000015501849960165288,6.557920835087695e-7,0.0006041196272907554,0.00014745425514755577,0.0000055998327750070254,0.00031534384741739796,0.0000020249339161244305,0.00000829193421821721,3.685867133961931e-7,0.000001955373346214969,0.000011029630516371736,0.000002318467851695887,0.00023355274683448265,0.0006338423252469643,0.00002464856094921195,0.00002408013581400816,0.000004860788731280495],[4.4568419077026403e-7,2.2203815417572058e-7,0.000030258472365450937,0.000010528900460216245,0.000164597686874538,0.000053152714314652094,0.000017026144420353968,0.00008193877096735678,0.000055015269684249346,0.000030496021011903993,0.00015492590428762884,0.003963350885074778,0.001139535268428546,0.8269771343864545,0.0000028995573938132627,0.000012142011041489786,0.00003656686846137666,0.00006548523150964677,0.00004160497599841643,0.00006836961702762192,0.000022454571355809675,0.000011821431079168973,4.0727359276371685e-7,0.000010832890923050607,0.000026004598385589905,5.035231264920347e-8,0.000012489717028866725,9.446851941307995e-7,0.0000977371799489731,0.000055606433532042435,0.00020948316084119933,0.000020445091613649052,0.0000013857830167530264],[0.0000964040609101444,0.00027663928318892616,0.0001483370263159217,0.00007728585308273732,0.0000736801524939806,0.00046301485562893265,0.00004166661969271072,0.001066000828483678,0.000004174582430295841,0.0003187285519826456,0.00015097897095424562,0.00020364928235044595,0.00049491539037946,0.8458928011029422,0.000038154034225481526,0.0007005687258416223,0.00002878513629761259,0.000004892089140154507,0.0001835255708566986,0.00010106664978306287,0.00013663646624463091,0.001105735163186874,0.0000022060082564727363,0.00003214430921766582,0.000011034319220337926,0.00007851309946323726,0.0000431115581212714,0.000030815742573720134,0.00018571455929862826,0.000013028831704963485,0.00018155753406511266,0.0003907974894918921,0.000022072595153547885],[0.0004876488103070914,0.0012240733586346639,0.000324935283254674,0.0020003924447921915,0.0001376449505138694,0.0003069873925323318,0.0005139649948766985,0.00014043839038615176,0.000018792980125690304,0.00008747190392396015,0.00016902787571012223,0.00016023258666518928,0.00020480197669605214,0.00016285307785522178,0.00005315535624949075,0.8208157619055718,0.0003222187040561765,0.000002606042479259856,0.0004903058461624196,0.00005485740963722724,0.000007021701491625661,0.00022872892411986495,0.00001670745631916075,0.00018209460844614207,0.00025058979818099483,0.00004047255485736635,0.0004793594158743395,0.000015316036323359638,0.0000070750876620915665,0.0000013872795142580971,0.00004691635555797621,0.00003545327677632424,0.000039118191706087224],[0.0003387821269432041,0.0003618871395810425,0.00045341753438383207,0.002420725427896191,0.00016871187830387867,0.00011453154386982371,0.00040929941532342426,0.00009487452079117844,0.00005442830085794135,0.000008091085673349902,0.00008855986663654701,0.000014556183956062215,0.000013254678594271443,0.00024016330973616862,0.000020963344563763087,0.8259890381742073,0.00016754798466693185,0.000006590190461281382,0.00008249430292771918,0.000015353304083213447,0.00001955725667137282,0.00009440827809290554,0.00004877586387819037,0.00024086195216934804,0.0000948833560783246,0.00002964244981546951,0.00011393039184946512,0.00003079110329478747,0.000008368452920506477,0.0000063601464835177705,0.00002280934453907272,0.00006761122120801516,0.0000766312860032837],[0.00025482272609091085,0.00011303166889643874,0.0001689471192055148,0.8182366128720735,0.0000905650714167468,0.00011294075234585097,0.0005421836566003622,0.0002772018907149416,0.0001716264062955714,0.000008144305416129595,0.00008577727104460363,0.000008293003001012652,0.00020024850907656637,0.0007555516265484003,0.0000833415238370673,0.004729070823269425,0.000351374798086758,0.00008065240174842957,0.00008741796006301027,0.000050654103111141234,0.00005379042353055422,0.00020542142249423823,0.00006159726452677078,0.0018632180445472617,0.00002380261190477478,0.000030463554587474922,0.00009006761107346137,0.00012760351794050107,0.000033884763810774235,0.000014026255383193318,0.000007839949578551865,0.00007060951200790874,0.00002022493761891728],[0.00048251293420170573,0.00016948182753706787,0.000017010461601597974,0.8172389602441718,0.00011752293847516618,0.00004186199444729454,0.0001969394451898723,0.000005286747569084352,0.0007811138858984363,0.000012004885147161243,0.005476008787216005,0.000002650777878073761,0.00032602869015671435,0.000023748446814654588,0.0018585008951169883,0.00014036215505083477,0.00014723151808426313,0.0015683673398362045,0.000013846423140648057,0.0003102214471941716,0.0000621029173589385,0.00004459612516666444,0.00007902280437834836,0.00004361961376649566,0.000023347295147278195,0.000012625131188339313,0.00014949380756410237,0.00005879482433317182,0.000398741182053322,0.0007899780802581076,0.00020341925387569226,0.000058589775950244526,0.00044608866450112614],[0.0003815851255656106,0.00011690218124444309,0.00006537477264994548,0.8426395081799231,0.0001294288567417266,0.0001679457341024629,0.0001086006991211954,0.00003760552779451292,0.0017055672069508643,0.0000533691705604662,0.0003121414689107343,0.00012013570548265789,0.000146709798844945,0.0000646242577333955,0.0005954654090182741,0.00012591176216904034,0.00002106752343342089,0.00013243754961864707,0.00010535460808714393,0.00026056273690681296,0.00005974817164647435,0.000022129019532305753,0.00012633840402960197,0.0000468898041931488,0.00002569486980621051,0.00009930657206480571,0.0004843807154911923,0.00007418724063391587,0.0007486739532806865,0.00022867695226438118,0.0002163351818088385,0.00013444937010692083,0.000012652426828202326],[0.00038177469711585726,0.00014950138916596304,0.000028716043968852035,0.0014868961663154357,0.00015871928517997413,0.00001390843885703535,0.000013274263155519484,0.000029677788554440035,0.00006575210326318441,0.000051741374591438514,0.8072726943613195,0.00000686316194204202,0.0004803447431987243,0.00010194320780417721,0.001502313718708405,0.000031389374882855594,0.0000142807968974419,0.0012595806260692953,0.00002634674415659096,0.00007856322840765415,0.00003739563750856996,0.00000921167899763981,0.00021043402369077106,0.00012387215992302016,0.00006092607273392919,0.00003798434910536079,0.00021281582109676736,0.00005752142175051955,0.0003936635929108834,0.0010145506398386154,0.0002803351696818168,0.00008045062361942753,0.00024381004403842816],[0.0004169227990839592,0.00017684796837740097,0.00010264440267512624,0.002422605020346219,0.0004949119681259644,0.000004474402433997494,0.00007836185196728187,0.000048345585516095866,0.00010410598024839516,0.000010846818140725109,0.7864290148835243,0.000005054203261627432,0.0003062091115981062,0.00036726986516137026,0.0008518932044078872,0.000053381987294250046,0.00008629780856802355,0.0012856347228483282,0.00001862268063681295,0.0003350298699183447,0.00004152414901909568,0.000033909751040294466,0.00009274403824907529,0.0003402639684410787,0.00002367278072358962,0.000011053209587648725,0.000049054056634183097,0.00024688872706549533,0.0001044649612775329,0.000821943186513632,0.0001539761619137798,0.0000673934471977104,0.0015076024396269306],[0.000004459280157858781,0.0000010150471713979748,0.0000016027804732924558,0.00044166836272122636,0.0010636179063761848,0.00001199405746891086,0.0007018686447551533,0.00007442156113399716,0.0001346507872931673,0.00015978375172264646,0.000018560385895754433,0.8591680844911309,0.000051712145877765016,0.0007295544538284367,0.00003313222626468648,0.00030222738066836474,0.00024066850418370125,0.000019990735222559544,0.00003924223806553257,0.00012274142057452084,0.00007888389904628067,0.00004058978382130033,3.608639531266886e-7,0.000003519196439787198,0.00022389333064902703,0.00001442526859302203,0.0000016329091923382598,0.000003382660341511216,0.000005147307409674377,0.0000017954155568309303,0.00023426558795386406,0.00020775613931767702,0.000007469985714891881],[3.513857892074766e-7,0.0000012903931644229802,0.0000118174079373483,0.000028042566669195875,0.000027877036148316217,0.000005568185366662441,0.0026034320306449754,0.000024707041218707944,0.00004196401457719496,0.000032420210061363694,0.0000016817195747101342,0.8544660065803816,0.00013066561531991681,0.000049259365336924515,0.00003939508253004747,0.00002533295812344392,0.000274207073161298,0.000038871905584419133,0.000003513806809310127,0.0001965976410915859,0.00006806432948340434,0.000033324556586705064,3.160692811998972e-8,0.00004485359367035196,0.00004762708833490846,0.000007448416755961782,0.0000016222053530916879,0.0000013096121978774196,0.000005018301248328631,4.6632953472667234e-7,0.000034278677514283885,0.00009832331180744956,0.000001963076172213913],[0.0000012846221181050695,2.0790089256897597e-7,0.00003528576749526026,0.00007240346318343315,0.00012913824869780863,0.00011842515554656163,0.0000022982529515012434,0.00000522267918059281,0.00007198210744689717,0.000003302769428293272,0.000006358211435173419,0.8442152339634644,0.00020598110101250852,0.003262563857254175,4.475772934995434e-7,0.000007947583246885993,0.00002512880684529818,0.0000014575583283975529,0.00012071910338251303,0.000030738831337732334,0.000035103244541853875,0.00006539226712011602,0.0000012892266334058696,0.00001746899890115714,0.00006603839944697155,0.0000010531451246393425,0.000042112143570471225,0.0000017831839341415446,0.00015011466174467215,0.000001787187292943934,0.0002402219227976633,0.00018465204843989315,6.276092042195116e-8],[3.347298545977814e-7,0.000014165167911272047,0.00001390853124381081,0.000002289034022810545,0.00002058844445854896,0.000008901931001117438,8.861021180113382e-7,0.00007664914786078216,0.00000954038469806303,0.00003783856719672594,0.000008679628998192728,0.8811248849715067,0.00037686063665018685,0.0004091917821566144,0.00003111648737158683,0.000002674252278116679,0.00006228396564109821,0.000005641763278111898,0.00006854211172830408,0.000008570114929643345,0.000011431121760388704,0.00015390561840535597,2.1677253102329753e-8,0.000004316380865263622,0.0001617504355234516,0.000002727891060577946,0.000010888372649525468,2.913221738640896e-7,0.000006705863258895461,3.725264361300624e-8,0.00004402935409538591,0.00008292037462169522,0.000002249543864984664],[0.000008787603267427712,2.9398921671605313e-7,0.00007769743854662271,0.0006704584530661304,0.00023816704867176295,0.000031123140174584566,0.0007942241557456492,0.00002371220727718555,0.000038227802706033606,0.0002562426181573752,0.000010573255449859784,0.845308362262418,0.00013759678588231143,0.000539173166123569,0.00001755920678116834,0.00009606840003886392,0.00021316846835262718,0.00008443172366592935,0.00004380595169764653,0.0006213047807132516,0.0002391204890260024,0.00001715833629225785,8.466932190347082e-7,0.00006872454294664254,0.0000630789697746245,0.000009508011461428106,0.0000015163407185288718,0.000002651420282837763,0.000004370536689576375,0.000002585897546090542,0.000044884063546589404,0.0004070226061223524,0.000003025666736839513],[0.0000014322365656571322,0.000002133324536227096,0.000017669415851015972,0.000045414520163801276,0.00001750243360333096,0.000010896974973455455,0.0023034115766724706,0.000007355106181410098,0.000016033512082864706,0.00023397754290617085,0.000004950579862014151,0.9277241390960133,0.0001186773525335463,0.000028148731134974397,6.589217436221886e-7,0.000051928651406141465,0.00013462566219897025,0.000024095772739811875,0.00009725249383026243,0.000058871946563384314,0.00011172551263823317,0.00012220958588176224,0.0000024004624469531743,0.000028791035373404068,0.0002405981998974489,0.000009981854573798681,0.0000024036624039809413,0.000010678197589580233,0.0000022847816611285555,9.191473684765791e-7,0.00005537472746581459,0.00004776871475470545,0.000004225402558169476],[1.2587381767048842e-7,0.0000018250739282185715,0.000012879563339913713,9.589992742568866e-7,0.000007170627708435829,0.000005611927357036278,6.073859159670385e-7,0.0000026405258910344437,0.000006844584604523283,0.0000051903612255299256,0.000008164769352139755,0.8617970712046855,0.00022811156011627443,0.0006538004137659614,1.4735266428555583e-7,9.717186869598899e-7,0.000005980848928293114,1.6455730958951475e-7,0.000026820381106491106,0.0000028365807173496682,0.00000428015032779212,0.000019038954211190104,7.149690494678092e-7,0.000019872213989293193,0.000026312989788376014,9.2886393032354e-7,0.000004311495884396933,0.0000013909973162172668,0.000012732124525344044,5.492413625350481e-7,0.000037679615620331794,0.0000023968605689181113,2.1370895670029727e-7],[2.386512244435257e-7,2.9257117370222933e-7,0.00007818766667450629,0.0006532819266242032,0.000040344490671138044,0.0000011153221143185484,0.8181129498342642,0.000014250014375038297,0.000014183523565825332,0.00002694495668867907,0.000004608570281626731,0.003878793955277039,0.00007196745984720674,0.0000011935909058678374,0.000014979906283111984,0.000057806792234853825,0.00007131865032007781,0.0002406825279381543,0.0000015112665506069978,0.00025610166769221966,0.00003777995773668132,0.000025497956244934344,1.9967865827765135e-8,0.000007485648576910177,0.00006096578049281718,9.852454264632562e-7,0.000006018332406574416,0.0000035008407526585597,0.000006529854343302558,6.97062711327132e-7,0.0000029442360914165232,0.0005638581098762281,6.64368944097419e-7],[1.0833117018968662e-7,3.1366461982486794e-7,0.0000035887480070251944,0.00003139067797859143,0.000013939242252886449,0.000011642466332489056,0.8658984256701358,0.000007099731275657729,0.0000025570367903041785,0.00004864546724614144,7.151183498756182e-7,0.0025749553645168276,0.00001792397131299357,0.000005876796611959681,0.000008459435339828524,0.00003559497131423758,0.00005470946529401954,0.00006596866600778555,0.000015985300343467507,0.00005112772605046446,0.00002223040869878346,0.00010019653723987254,1.1020983108621442e-8,0.000003523380085522431,0.0000022338318653174328,7.793194703829847e-7,0.000002560128316119449,1.2436718337029252e-7,0.00004749612635856,8.034567711824842e-7,0.0000069496420156020015,0.000122647880304533,0.0000012665400825382816],[1.2038375527035347e-7,2.740351733908461e-7,0.00004478739376543299,0.00009300854089433778,0.00025394688055106236,0.00007967828334551772,0.8654620472890321,0.00019933720777467556,0.000003160111367064835,0.000007185932604474582,7.923936234543061e-7,0.00007616518210978239,0.00006914763597652163,0.00014032953411809312,0.000021445431525485754,0.00001187980681136061,0.000005540077062885437,0.000001544428153340521,0.000003816301650387533,0.00006391156344565802,0.000007101745013886085,0.0002505622779691297,1.6144859828481015e-8,9.858986645554389e-7,0.000004948308212225062,3.9092093164856444e-7,0.000009157707009235207,0.000001000534369178678,0.0005368302354567168,0.0000035725987788812593,0.000003903608279297821,0.000115038819984781,0.0000034074932052604374],[0.0022979753365124696,0.801199970490766,0.00002409364992907808,0.00002304610921863625,0.00001778788803580716,0.00012281346273896912,0.0000015155074286658098,0.00017258499990557177,0.0006383235956447317,0.0004514960101049327,0.000056746423533954566,0.0000036913415453140565,0.000046058666192177966,0.000001936029371675186,0.00005088312575375807,0.0003850442716845943,0.000012482389639850632,0.000004614293718063355,0.00000966042642660217,0.000016364899037253045,0.000010396916686409967,0.000005273669791033103,0.00004789343371293586,0.0007863445085914483,0.00012773847703153059,0.0009720936852461519,0.00002505581564145122,0.000024157057632449078,0.000014302884364255766,0.000007254721489855702,0.00007252104520585275,0.000019649690108375123,0.00003915940630705224],[0.0017343835490367186,0.8005467592503015,0.0001016091046344218,0.0001548499831243754,0.0003368718001752994,0.0007365520643548816,0.0001515772236046831,0.0011057551624388054,0.0010724785239424506,0.0014877703448499195,0.00016401839499103238,0.00002492856042977223,0.00022833365710050565,0.00010931996700273959,0.000943189045125159,0.0005656500376206881,0.0002081130925208815,0.00018619803260864977,0.00034641826659586916,0.00011718524698373157,0.00014871541668120164,0.00022811171605535016,0.0004450330690561498,0.0002198701380084065,0.0005674945051151869,0.0029723693915826395,0.0009975686318948328,0.00007654929086831305,0.00019136495068898385,0.00011263230871767525,0.0005758611682519669,0.0005164531398344728,0.00012463584211429515],[0.00022760092763766056,0.822885796491436,0.00030311293844663455,0.000007580727965517471,0.000651045909033585,0.00004845716684023783,0.000024088612363544645,0.00004696155503653918,0.0007489836768974414,0.00002109091696115249,0.00011006007285724335,0.00010988018373210006,0.00012911634765452626,0.000018754060485571244,0.0001228848916725273,0.0008180673652609653,0.0007405160666892357,0.000015194835876587954,0.0000513717141508591,0.00023948271542463125,0.000026915089134373428,0.00010271080711220302,0.0002892042054119932,0.002556881903916163,0.00007137781271220086,0.0002616922132249198,0.00006326556115256358,0.000027201126122768946,0.000024491824257077803,0.0001410083982621873,0.0004848191101058813,0.000017312311720920018,0.0001823843974739734],[0.000021546964058722074,0.00003953941638236208,0.00010055843231529428,0.00011537604291318361,0.00023163946101707953,0.00002040892203693901,0.0005627656811133978,0.000058793715330996596,0.00011358388778408363,0.000023522395557614054,0.00011437917577523756,0.00001211792690823066,0.00008876301772058518,0.0007256179623944777,0.0013943380374197441,0.00017319829090476217,0.00027870734303625695,0.0050777198286658595,0.0002765905391541426,0.00007353673115310107,0.00009213230306849385,0.000033359780646644173,0.00007436471694890718,0.000011299863042124186,0.00009842256322399189,0.00001189560240671254,0.00009049929790662042,0.00016255523043718734,0.000014896935569347074,0.0007383254434462362,0.0008777373847400946,0.00028729269780172875,0.801903091490415],[0.0001082441055649353,0.00010137934933029339,0.00007830265285278225,0.000024810948825204195,0.00032226848047151816,0.000023241264748472975,0.00015433946828261445,0.000050173763747876644,0.00008754852135625662,0.0000934523208341121,0.0002837090533881891,0.00003089461584155069,0.000015789645005687042,0.00020947589628978394,0.0009904646264689279,0.00016582559376300676,0.00037675503057069354,0.005281825171053559,0.0003144282314680669,0.0001070256012680743,0.00032608920394714054,0.00013328378062365707,0.00020250493519535009,0.000017611240622205298,0.0004385384149629679,0.0000646767640007539,0.00005239514056284827,0.00019241755276564533,0.000011847735920240493,0.001161502898071023,0.0007769245324248157,0.00038881697900762876,0.8157516062980664],[0.0001512356527655794,0.00018365389757296082,0.000022727776646512914,0.000009331448877128663,0.00007254119003191205,0.00004069210059126439,0.000027290267313478442,0.00009996867452034151,0.00042702218754619016,0.000040147358408028,0.0003519922682513062,0.000019403133411125087,0.000003668789110134583,0.00029637192063143504,0.00027457678724095684,0.00003199197600170541,0.00028716577059973315,0.004813957302436172,0.000011118051931428991,0.000329336216948253,0.0001561649942857867,0.00011065408229000974,0.00005178691085056314,0.000009803466432423146,0.00012747053574076276,0.00008223528087625585,0.000020264813586710864,0.00001842655916397173,0.000017821264755119864,0.00027747811443400107,0.00030725869525439386,0.00043552579719361166,0.8305906648427723],[0.0005356671460301775,0.00016626509892176628,0.0001866538801438,0.0003567611521476166,0.0002011521028914452,0.00004414607950523479,0.00016000389795628307,0.00007764693254889453,0.00004563071830547197,0.00009253102537832253,0.0006866913465103261,0.000032618680822851375,0.00003428334943238509,0.00011003508494970127,0.0022588354930288233,0.0005320228017134378,0.0000939199452126265,0.004416100629354096,0.00008408971137511561,0.000020794951187020893,0.00027959245132907145,0.00015967563853296605,0.0007324044814343118,0.00004476143244762426,0.00008876386813005667,0.00048186113441846305,0.00018761117356906297,0.0002001235646202681,0.000014027980459739611,0.001365311791629013,0.0004980230497362349,0.0002519438025288923,0.7931210531696932],[0.000006197237838443594,0.000003628547688527687,0.00011907398889549326,0.00009749079744706795,0.000008080694156872793,0.000013705847543136119,0.00009031537740504289,0.0000063188268703216834,0.00006377492544436914,0.00004079966806963731,0.00025523756974883156,0.00004288221360613632,0.00001777428774558331,0.0001397980640538779,0.0001796886421610425,0.0000040826983991289215,0.0001133508694840651,0.790074813002989,0.00008292739556480076,0.00003488202279939219,0.00019245726923061238,0.000014993171281512841,0.00001339956843422643,0.00001173799710175498,0.00002600056280943204,0.000005653065614887913,0.000007391649316922082,0.000019397849990633512,0.000021555242534021196,0.00042189892979789035,0.0002830882689289491,0.0006181928041552955,0.004850616479977433],[0.000009269602644713404,0.000007068600898985053,0.00005852726480740372,0.00008661611395304272,0.000009638228450421112,0.00000760154481957934,0.00013089213716188514,0.000014433838102657088,0.0000107914616885999,0.00023070709183630196,0.0002180557698871059,0.00007693727362330956,0.000017892121730260082,0.0001801124254795997,0.0008654565801947669,0.0000028129200402340895,0.0003570375482197973,0.8038092050425236,0.00009249057081177985,0.00012621666933764018,0.00032659704854564095,0.000012815167510847871,0.00004319055127324327,0.00002127531395680409,0.00003348363011241573,0.000015826682300031985,0.0000045781397505462285,0.00006154374553870368,0.000005404259883814396,0.00016370910828654146,0.00031239258542401616,0.00016077174494402697,0.004073622858514168],[0.00007265685789785977,0.00007579727639405628,0.00021274525340426968,0.00008346066122810666,0.0002731088248793338,0.000020666383321097508,0.0003052079698871327,0.000038203014061033716,0.00014181904184926473,0.00037652957994534474,0.0008134847823480798,0.0000232510793987029,0.000030268007148915766,0.000184936400814273,0.0004452013023929696,0.000013181342125473969,0.00037558859380498814,0.8029245302329517,0.000041602447794244284,0.00020330415870902272,0.00005197728993689115,0.00000731586636567862,0.00007036938194786674,0.00001935657402787388,0.00041906826823947694,0.00011667204284467035,0.000005867100633723937,0.00013107559665342524,0.000023952810774529796,0.00023848375695706458,0.00037769247570541836,0.0004347504127582099,0.003959751159755251],[0.00009130542113438726,0.0000548145726824665,0.00022589122846883558,0.0003486126463201259,0.000015424719729197417,0.000011380068108230247,0.0002403614647983651,0.000019339134618222096,0.0001453050666960019,0.0000556763857582725,0.0015455222398642208,0.00003612785542044132,0.00010559911920768085,0.00014239293005782026,0.0014867438971576088,0.00003990364831004492,0.000043500848384450894,0.8189350603905554,0.00004512325858249461,0.0001098566880043099,0.00017589322791199247,0.00004925402778415082,0.000043779789898023504,0.0002044053072239064,0.0000726533777277392,0.00003223801401959888,0.000011779237972260924,0.0001003987851902624,0.00002167015214655394,0.0022359101521020955,0.00030286719874233353,0.00017378713281139912,0.0027846114124583108],[0.0000033906621364349606,0.00041180293396769855,0.00007606071215948357,0.00002812446180158435,0.00024018960995528973,0.000020649342236616693,0.00003494267571313577,0.00013097344315994632,0.0003891320787011153,0.0000030274146755347946,0.00007706772869711032,0.0000990741706286014,0.0010598308408359999,0.00026478881467798123,0.00001894345345746018,0.00003465287322184471,0.00035164510643541613,0.0012995001471590997,0.0001851174190503931,0.00001845846556700313,0.000047065990794598917,0.00006655596328355287,0.00023122286109401687,0.00011535456268313096,0.00003356963575784691,0.000008840672216560151,0.00038331059176953674,0.0000018972630650607515,0.00010981240334432834,0.00009037219723327121,0.8140823280210604,0.0005484237905282374,0.00036272651738234845],[8.092829509691885e-7,0.0004015222317887381,0.000145926705225303,0.000010639935721459917,0.000015385711935185852,0.00006275401603786189,0.00008986845560175245,0.000006835504536932552,0.000029507534542407073,1.6176811666336001e-7,0.0000704052158511698,0.000044362370757121706,0.0007718970792503412,0.00006535854627279312,0.00001473198781886182,0.0000030585035205226376,0.00023163199780276169,0.00022908788601754104,0.0005076311285891042,0.000006092725847476048,0.0000036088057335138276,0.00006413956350686169,0.00002660615581028936,0.0003856495486044543,0.0000022008142558733866,0.000005343024601723545,0.0001222491032269349,3.445099366149488e-7,0.0000279841527149211,0.00006009620925288123,0.8719068698319443,0.001231735775392163,0.000021626717668585793],[2.0246088614858245e-8,2.7475578175730924e-7,0.000024803912624494154,0.0000062061781195476186,6.116193947326709e-7,0.00003203222819921125,0.0000048666990305263145,0.000002398350276000043,0.0000012546528119840724,8.01954735461257e-8,0.000028704003413574502,0.0005489813434101802,0.0005485483684692368,0.0004600656445404261,8.767063246668858e-7,1.6647186933617463e-7,0.000695199258588479,0.0000029402923405645955,0.00007489648324401784,0.000016120758162895554,0.000004275402662249422,0.000030451438765138395,3.0300492859070445e-7,0.00010049573862622891,0.000015470648654146254,1.322047239358092e-7,0.000542679418493529,3.0647285058999513e-9,0.00033820709664797286,0.0000016837503994030632,0.8681371402156877,0.000002077110458542914,2.514803247653151e-7],[9.782986089286487e-8,0.0000012120255300957586,0.00008809140167941275,0.00011385377285120516,0.00043557786274660184,0.000007128912144353446,0.00001948077457281761,0.00011113279991759364,0.00009543577625392222,0.00006925056806993773,0.00009188729117929921,0.00033141790666097934,0.8354652509341026,0.0004222618718943941,2.6689912602931395e-7,0.0000016263647339271653,0.000005330011193683484,1.4131416380739368e-7,0.00000845483460339566,0.00000476478308235474,0.0000019046304608366768,0.0000021711395401179914,1.3905864144477684e-7,6.866080137103283e-7,0.00004432824625744543,1.7536879432252998e-7,0.000028424581398433338,3.508950667241967e-7,0.00008526980487673736,1.1586208378503177e-7,0.00017377016641007827,0.000033274647743488736,3.2039588845983444e-7],[0.000001078549643193354,8.067607879648489e-7,0.00003178541598625978,0.00008941326898507684,0.000253932106389259,0.000021813924170138226,0.000018736652095177967,0.00017968897516598106,0.00011231372432185982,0.0007789257993547043,0.0002500489062743092,0.0020065388059665643,0.8383174950239104,0.0011043693100567806,0.000004599229898689611,0.000009188965089338526,0.00007640499793057153,6.083783834438057e-7,0.00006307642802743476,0.00012176569671088157,0.00004078502516473669,0.000008563080760318996,2.4381185321988267e-7,0.000022278155606863653,0.000018798392889171472,0.00000813990891396049,0.00011212825694976482,0.000014975098515248042,0.0002987783796401479,0.00002945085627397099,0.00008306006224465818,0.00008151897591360258,0.000001826555111715773],[1.263480476749132e-7,0.000005691559986110451,0.0004135613547167193,0.000025663330320550763,0.00008930535736493119,0.000010548052030392023,0.000036554276266917725,0.00004534699938995734,0.000002348138890997021,0.00008026305071981995,0.00022226564073643141,0.00023086493057393245,0.8417214837623318,0.0003804688704985319,0.000014832990748634927,0.000003086229529409634,0.000019369564026171604,3.0537581602410943e-7,0.00008839298739073019,0.000025036856196374394,0.000010141040619949942,0.000026063862805274398,2.927152781795434e-8,0.000013105322596920328,0.0000010431226156529855,0.0000016481552190693771,0.00003360509859467784,0.0000018425157280994624,0.0011405042420300534,0.000004698702422096153,0.0008929785016739229,0.000007507264545416575,0.0000012583520142862096],[0.000055172993203817726,0.001735471292999063,0.000006437378912801727,0.0004699815840422689,0.00012994675214439896,0.0001169221672827762,0.00002371133574876702,0.00003498204236416969,0.8123691212749861,0.000022043157804535683,0.000042506942383211074,0.00021014014447307688,0.0002799542019842869,0.000011653495529294364,0.000010525291222144297,0.00002254181120617398,0.00018419113655577108,0.00012560344920881295,0.0002473295926613436,0.00018662403107016433,0.00003408695553012722,0.000003457986371865281,0.0002848761636558429,0.00036802643379073313,0.00007025501788755839,0.0000538524281498236,0.00012437510845241144,0.000003982731192642574,0.0001700786411693504,0.00014756985283239288,0.000153094855965783,0.000004158426487680119,0.000027194200480473406],[0.7762365387303507,0.005899092275848613,0.00029584382657086623,0.00257531985365928,0.0001276311338181267,0.00047753977882407616,0.00007291965089865913,0.0024044100089895947,0.0014857365272204273,0.0014215193837422715,0.0015874198665822498,0.0003874258246618377,0.00003888421189311303,0.0007602504855051541,0.0027805365428232834,0.0008087355381644497,0.00007134680026930917,0.0010839617490271969,0.0004161008897094407,0.0002503552728333187,0.00032601380194894003,0.0001817872924270806,0.0009857738332866598,0.0004923211096386912,0.0011899962257579644,0.0018264329217309522,0.00019677879688636263,0.0009285290148991737,0.0001320542558834161,0.0010770177684324674,0.00020100386831359597,0.00006786813398289743,0.0024108834244294477],[0.000005801405365455043,0.0000746884942553912,0.0001838905075133839,0.00002461136062372787,0.0003383963443796837,0.0012136064911899356,0.0005029149962538994,0.00029025595085973725,0.00011571609161598559,0.0006923882640520643,0.00005741390542512937,0.00014964207430156676,0.00035562381866099263,0.0003681210615691192,0.00013989437019433143,0.00003369358001773003,0.0000794607921157791,0.00024562915771480067,0.00013500972503461878,0.00015098935714966263,0.000113007107748064,0.000031449428324501636,0.00011914860094780669,0.00002878628169793894,0.000025803833212685218,0.0000022346266157321882,0.00001478827049819523,0.000007502120724647914,0.000009375408030427238,0.0001858427385275644,0.0010710289415758773,0.8441007488491499,0.00015057734474062392],[2.5407337808573074e-8,5.334031345829368e-7,0.000006935262419165737,0.0000023770097309861054,0.00003336760965081989,0.00011162989601136215,0.00018140372154130073,0.00004828223956865555,2.5735279330964203e-7,0.00000359139345345012,0.0000040531932484273905,0.0008551064568939772,0.00037431147855049985,0.00007815541634702306,9.788435975516505e-7,0.0000011288500289568665,0.00006736021537840377,9.730062325742318e-7,0.000010658266547814997,0.000043468605276704,0.0000365283252530141,0.0001304319328308596,6.87753294560107e-8,0.0000011471019397586941,0.000002330793363840183,1.2649395450357776e-8,0.000012374932644881365,5.7704913758391e-8,0.000005345232219831878,9.786186740851417e-7,0.00022968575374233095,0.8700801793036109,1.7632599972623218e-8],[3.0295852584977367e-9,1.4424003810210632e-8,0.000008530847082740596,1.9999180875241503e-7,0.000006767487591854804,0.000005303246846689985,0.0004528174285638252,0.00022568787938249184,2.218700069541434e-8,0.00011639647018574756,0.000010477578364586634,0.00009004354930576752,0.00017165407917179012,0.000046176173047039534,5.665814629980137e-8,0.00000291878339426991,0.00003312089979512571,0.000006214227952701531,0.000002880935174710739,0.000005445570311453866,0.00003928064448017329,0.000023152985567574304,6.441924213105399e-8,8.047167800769505e-8,3.1779996726422196e-7,1.8407512255288323e-9,4.7569276113376927e-7,5.164366673436337e-8,0.0000071601412081781326,4.6409960176010266e-7,0.000016233511985244313,0.8810806646684867,2.1385847767543558e-7],[0.00004769659635753766,0.00007103065271274606,0.00012357604709218022,0.0002483003372196802,0.00004855902452895428,0.00003639651479938385,0.00010044195941141253,0.00006597954521090522,0.0002040541367403495,0.000048869475840735496,0.0010337588904546602,0.0000021271098792396204,0.00006958245236295075,0.0007663571519535029,0.0022579114699554704,0.00001117423278026456,0.000017220504506883916,0.0012990899324028088,0.0001788153535247757,0.00002958156138081522,0.000032546130816634966,0.00030273001710856426,0.00014611244106281932,0.00011811135135995637,0.00004582567009034266,0.00043861158670280146,0.000040239498519299516,0.0006178521773683566,0.0005311846741192883,0.810890141902225,0.00032302827584071794,0.00012134349634478146,0.0010479731001624443],[0.00006623211268429889,0.00020213002806471995,0.00006395178998444076,0.00005016567970658307,0.000022663662738309642,0.000031804405585695504,0.00014072815850228398,0.00005857661958493108,0.0005158281788732222,0.000019315641029674272,0.001101166945674322,0.00000788889849587523,0.00004596260369401727,0.0003741847049633959,0.0016610658883999038,0.00004325824510379529,0.000020588657402653575,0.0012106545309991453,0.0002926460752691117,0.00010012150535359178,0.000019332505378557773,0.00041615018853846794,0.001005304022592562,0.00013877889014440547,0.00006247740337492112,0.00025086495344529814,0.00005851036640344544,0.00040884110573458554,0.00007489241902154867,0.8031763570826846,0.0006048704190464001,0.0002783196509268225,0.002077984678686237],[0.00003784885706613466,0.0008009476743632047,0.00006416681723855982,0.00011454109311038385,0.00003982343269370323,0.8288515650054651,0.000044082919561677356,0.000463496146394325,0.00001481658424479149,0.0005377270768445952,0.000009656219409102007,0.00002695000961516848,0.000054801005200469036,0.00015418266985158836,0.00007150862417897807,0.0010577354040255922,0.00015200561458235967,7.119610284869033e-7,0.00008027331540798208,0.0002593444701765405,0.0002972250190801663,0.0010045344350594206,0.000006800812199114166,0.000013230109341843092,0.0005631382316727921,0.00002908182861778729,0.000020669649320643496,0.00002126427746835749,0.000016288250784406785,0.0000021861991809753478,0.00001272990964499394,0.0008541539654876246,0.00001477881382048668],[0.00002378923424866622,0.000014974652092247253,0.00014096068463111187,0.000051419807248130697,9.045866558499148e-7,0.8331113260818166,0.00007136883500442251,0.0000137120593087304,0.00001884313091916784,0.0011210732704146225,0.000029587851454634022,0.00016637401692859416,0.00001072096489030197,0.00022635199633087657,0.0005369304614350322,0.0000375087484005511,0.00006536781096504964,0.00001327593235895074,0.0005468144404115359,0.0003198690609688751,0.0008547729149369559,0.0002293649379156369,0.0000030228180638380985,0.000043845114907559804,0.00016734392112102996,0.0002602025363750451,0.00035309807554556496,0.000010785684481237002,0.00016378613593706398,0.000005650062976434146,0.0002857873235472179,0.00008845439827181293,0.00000395715531737656],[0.00027680870392039704,0.00005666964238743868,0.0000468960790686288,0.0000119161062045513,0.00022144461317922558,0.000022781315445383706,0.000030493401483858418,0.8501814499190518,0.000040249935097188165,0.00022365275543622274,0.00000814979201989224,0.000012276976696990014,0.00007996003191148119,0.0003422819723637703,0.00009316814253984768,0.000016413434038730565,3.236530035361046e-7,4.0808568536037595e-7,0.0000469680433287062,0.00004292889290676323,0.000026464501192076454,0.001007267984950046,3.6705418737365714e-7,0.0000011428163403513995,0.000018314267840519147,0.00005118130625048464,0.00000896286352573789,0.00010649889825010788,0.0001188602866657096,0.000002808145728496972,5.411977806014675e-7,0.00003520357558431091,0.000002649548252777756],[0.00006098058975007825,0.00006893782573662459,0.000008120514956181208,0.000012221470622257201,0.0008248836947378948,0.000034372131468834634,0.000023845108474376955,0.8509272736326811,0.0000022425665934762284,0.0004769807365219838,0.000018388411919491037,0.00005757359737257481,0.00007269277106480951,0.00009179648153266025,0.000016428752003002894,0.000040215268467339085,0.00002503681033101502,1.4342392964153318e-7,0.000021618038175091843,0.00006378439285233505,0.00003149851551683261,0.00043880055882328055,1.0450916082975715e-7,7.485197265939267e-7,0.000007833255582211264,0.000007732737553891211,0.000009046493561083536,0.000028754208490430604,0.00006057226010806219,0.0000010244204494862118,0.000001815700198960875,0.00012186594705969174,9.432855107426519e-7],[0.000018878457442019022,0.000007929741580204987,0.00038867461060293593,2.9245718349729454e-7,0.00018255223346388063,0.000294010486436969,0.0000025561442071437685,0.8452652850593168,0.00001706168896014674,0.0007311682086361118,0.000053601319806778204,0.000002001652476533332,0.00018172951779627303,0.00003623996107981193,0.00009212731401169827,0.0000022097930679342138,0.000012771709915235328,0.00007365813538098995,0.0005085069540243574,0.00009919180913400976,0.0004501143930604384,0.00008741827506265316,0.000004689533945939456,0.0000010766581246195651,0.0009928569585338893,0.0002465096071116067,0.00027586907467690847,0.0004956326401998487,0.000022408009466164285,0.00015781885317860022,0.000009825701030686648,0.00008301509185465159,0.000015219179048426777],[9.020306141517566e-7,0.0000013845580023659934,0.000009871987389044588,0.000012042439511802638,0.0000011148083670176489,0.0000075372091888968405,0.0000037193267331291556,0.0001680542189866792,0.0000022499372169187522,0.8687184126207005,0.000028426226433837492,0.000004269629763345564,0.0006992613360609764,0.00009508407969293656,2.1045892763236769e-7,5.917914924211773e-7,0.000016129400825700367,0.000003256264500378189,0.00012454469632153868,0.000024464037330828206,6.791475196256498e-7,0.0000022580186624947807,1.2549798155660953e-7,4.34354876719013e-7,0.000048266091910455404,0.0000020822331981030937,0.00004160879190217399,4.150813533340092e-7,0.000008114528008458849,3.3424722913066407e-7,3.7698645287373273e-7,0.00008605533634912036,0.0000028708655467253],[0.00000978886661157805,0.000017103084563567756,0.00013641389810185205,0.000020272951151066554,0.000005442467882447958,0.0001465275597643678,0.00005621074645623196,0.0008272607580315304,0.000018147137691521353,0.8954071687551183,0.00012536672042339265,0.00009100496255465554,0.00009430997780287039,0.00007183628166356158,0.0000035718332139884615,5.072725909812597e-7,0.000018502630227748217,0.00020882679830319537,0.0001323956942236905,0.0002905711231978892,0.0011285946608647758,0.000015807592573206385,0.000007667853798516153,0.00000534262391302209,0.00010969862791482982,0.0008186297777128575,0.000049606344795242636,0.000008958737886150529,0.000051276258411215916,0.0000035657033155756265,0.0000019357267872488467,0.00005644110196190108,0.00001851250434004731],[0.0000021994809386743314,0.000023458620514308167,0.0008481089103487079,0.000009927749311362348,9.6379771629835e-7,0.0004189410286572907,0.000024101682613794118,0.0004993046066261236,0.000007373724854376512,0.8494643008036626,0.00007641275630569701,0.00005307624085515769,0.0003281811859207376,0.0002895028076090814,0.0000029314437087169327,0.000020106100710067036,0.00002288313742441101,0.000063637512309257,0.0004435314247939001,0.0000774233207572832,0.00029986613552781703,0.000013935018126989021,0.000010916573720305003,0.0000044155480024563294,0.00009047495602688666,0.00016425164706189343,0.000026801565848644348,0.000028257421098251508,0.00004002417346418085,0.0000061073065744346,0.0000038237294713931065,0.00027679290900738346,0.00005174959410289777],[0.000019923287642524446,0.00036339497345880706,0.00003968362457043801,0.000013521382630958301,0.00000798397389287971,0.0011016197418953105,0.000029666759159218233,0.0005708645585200124,0.000008571747759814576,0.8450423757253321,0.00004526299683161679,0.0002686496853068026,0.0002701790045831555,0.00031082725473085795,0.000008656292741828032,0.00019587194619349624,0.000033458500615897156,0.0000012709328464646754,0.000051588315490267525,0.00017697860985910327,0.00041885011113320747,0.0001546023004834975,7.913984146929386e-7,0.000009942290149859324,0.00003220924687653659,0.00029752551076188795,0.000008599998341089948,0.000004711787764361081,0.000020139935184488166,0.0000011168861774363467,0.000005553808423209547,0.00031075342452564075,0.0000035224890602746655],[0.000029990066513315227,0.000012643443723295646,0.0008408660045179703,0.000012545617346814278,0.000003995264373156892,0.0004889029881719553,0.000018669963825124353,0.00008246472020120427,0.000023840234483561886,0.0012206830680194828,0.0000038017794354191583,0.0002738082022441401,0.00009830887278801627,0.00034611214841111704,0.00006829403394220597,0.0002926104728763157,0.00022971870393221825,0.00019122986274079022,0.8253288344234448,0.00012345434048956447,0.0002456350727889008,0.00040484955370693993,0.000021711086239517053,0.000027388292071667998,0.00036885588439627146,0.000979501989826116,0.0004329691972751764,0.000021069243522253904,0.00006435436388866254,0.000022050939469023867,0.0002122576575736397,0.000039630313453747955,0.000025109082013619308],[9.913735833822907e-7,0.000003597145622487511,0.000026486037028894738,0.000007658572990767537,8.020827096456995e-7,0.000004824450925227024,2.129387160741963e-7,0.00004583802173626736,0.00015529432882870726,0.000009320732581486917,0.000001789745478561533,0.0002715530614845844,0.000043345288379550456,0.000899222404934715,0.0000018250522515815089,0.00002666199951526763,0.00015204277686301808,1.3078503828806224e-7,0.8324450478642299,0.000019972195768813905,0.0000045131435830314515,0.0005793152720259492,0.0000014982804097806612,0.000006313669279998999,0.000007884490725779998,0.000023121648461011634,0.0008285185342297992,0.000005520018611118195,0.00006587310008544126,0.0000013669956035574508,0.00006497635793795065,0.000002828408244844645,7.269272992795418e-7],[0.000010582930626964183,0.00009804703627068833,0.00010373956313922358,0.00009487000447691712,0.00034704925317885466,0.00013287314554548464,0.00012782223856660073,0.00021808726150988184,0.000009644940971375018,0.000007708448975934003,0.00004298101000945587,0.0000141068674563478,0.0002468824853121663,0.00013122464934867278,0.000283865615023132,0.000004039392865659459,0.0002838036779889945,0.000003247933913862536,0.00007766109473632874,0.8782642912923292,0.0004547058126497858,0.0003542731640634598,5.872618405820493e-7,0.0000077060547158611,0.000004190455790939662,0.000002821174645090476,0.0000284830445220671,0.000028448131693168807,0.0001416045282167527,0.0000010896879805062324,0.00002247005445979635,0.0001523050653765992,0.000002394642268432986],[0.0000021534108893042085,6.804014943492268e-7,0.000023162905486962086,0.0000018714478311258964,0.0000018715893804725375,0.000003306907034116832,0.00008115712663955061,0.00007042682515359779,3.490892953117765e-7,0.000028253272023034522,0.0000015598299785767218,0.00000372715362174921,0.000014427779689924927,0.00008623249948060793,0.000008800040463967857,9.864112753423766e-7,0.000007351527429264167,5.24816113612894e-7,0.00005377033225450665,0.8870071955105953,0.0000013132017775813496,0.00011246065246232689,1.1616856721781182e-8,6.886643794940156e-7,0.0000010636721381247343,0.0000034473034403555076,0.00008238259273013011,0.0000014111395621256862,0.0000103427877029081,1.1829429299635764e-7,0.0000017820781421163471,0.000001962282782557108,1.3464927597532776e-7],[0.000001114514102691752,0.00001578205693465591,0.0001723404446845646,0.0000020620325129139457,0.0004755029827355832,0.00008989550917945644,0.00020328230762148148,0.00005568990395469567,0.000004579947126581179,0.000021843595827319287,0.00001944241371233812,0.000003644198358814149,0.00009423904056380065,0.00015332130487405552,0.0002998004452388026,0.0000010822982667891315,0.00013277535318812647,0.0000036394623141323094,0.00010486583623283021,0.8743261262373988,0.0009554968819222411,0.00023357345894165025,1.4810562449379753e-7,0.0000013018435081848146,0.000007134736846320859,0.000003979743572582198,0.00005551086343398731,0.000006498262842541962,0.00003228880369744417,0.000015668174614930042,0.000013242211238230781,0.0001403414362645597,0.0000017451165534739823],[0.000005864213740666056,0.00003492423206981357,0.0001267507759469061,0.000016301630449753453,0.0007901029285630665,0.00011370798375641326,0.0004380339618064932,0.00018783700116438556,0.000009763687391881081,0.00014205126531329653,0.00010756298432187982,0.00003128496362557181,0.00003979707996537256,0.000001581488002046496,0.00019610654598251837,0.000002159572127180944,0.00034673972642469203,0.0000017681252518775184,6.609528765514207e-7,0.8573909766688221,0.0007925527652730724,0.00008037189271204812,0.0000015803443441844087,0.000010878432268158446,0.000019215471533613145,0.000013069533475192718,0.00004729848923793901,0.0000023828148832986475,0.00003659507640996973,0.000009447052366575902,0.0000026226846917048415,0.00008015749734806488,6.132783334475685e-7],[0.0000012370730966269365,0.0000024189276535000587,0.00004677813647395826,0.000047946834349714174,0.00017802024570037368,0.000888893212379343,0.00003718144163557628,0.0001469325137810003,0.000001651140916510085,0.00000974437401238639,0.000038204409165063446,0.00002898766263176047,0.000053964652430356275,0.00003597530882982532,0.00012894725685172709,0.0000012483424434230636,0.00024331205087763693,6.870963652554332e-7,0.0000015732701947408122,0.00074941627113189,0.8948412395061255,0.0002549023637824047,0.0000014844795545017013,0.000006236477492957748,0.000047001308885676286,0.0000303375797788524,0.0000044750409528573335,0.000004805023313893399,0.000024094940966543148,0.0000013501749118227364,0.0000032383110224023868,0.0002660014703221452,0.0000023387009245487123],[0.00008653920270384135,0.0003500794123447284,0.0005015752823518512,0.00009226852460069366,0.000724967476945689,0.0011557905301852577,0.0001033357651939728,0.0014795727902585463,0.0002024656001667616,0.0005149341714644407,0.0001466399481868897,0.00013081783436289443,0.0000374369303831626,0.0001010326577930852,0.0005025431743544669,0.00004156919380685739,0.00029668263322150555,0.000152688097942567,0.0002268938679015714,0.0015422334118066336,0.8059780954742848,0.0007686424158900665,0.00005381130170154395,0.00003492409390620102,0.0015238528387880594,0.0007537793350050953,0.0002993996259246099,0.00011484214952998091,0.00007918462709205846,0.000019638857200010474,0.000024110401103435864,0.00008225303447368657,0.000236523652624558],[0.0000033690717021130316,0.0000033119998873524804,0.00013647266042129461,0.00002688416027190762,0.000002115945165214518,0.0001484877617456367,0.000043283457567176937,0.00002765589782776171,0.000009667071048705089,0.0005007645690865273,0.00006300838307073761,0.00024225332392612784,0.0000456185635025565,0.00009939958707959486,0.000008049023148668717,6.503449651555617e-7,0.00006904925963260262,0.000034948667939736817,0.00000193178738947896,0.00006135217493451245,0.8326463686473238,0.0007516891926662148,0.0000021011471239318494,0.000012489013478303536,0.00011864868450260555,0.00009227692636866373,0.000001538861336172984,0.0000017954501741350519,0.00002804325069789184,0.0000017155157097354133,5.865293423072092e-7,0.000007546280867563512,8.446660627594468e-7],[0.0000014499727220392907,0.0000538678689084596,0.00007348323890436066,0.00006187397743438454,0.8921960347495251,0.000005674471014278445,0.00006289357827079027,0.0003570327780545449,0.000010207059090879944,0.0000015293772166768334,0.00010565566656658839,0.00016080583457351268,0.000032826759695597005,0.00001088392281538749,0.000005614392695454192,0.000009889666270672782,0.000006225517894875136,1.6341686850183445e-7,9.862517683985622e-7,0.0007204027469347493,0.00018309738992873702,0.000014627068150441268,4.063669568259289e-7,0.0000019589977990959777,0.0000376505393654457,2.2358197850792203e-7,0.000015981247636197445,0.00000296311532680407,0.000011766964343247468,0.00000462045652138493,0.000012284281544182114,0.000042255469587147305,0.0000012650251261751864],[6.570116300525304e-7,0.00004377858113446317,0.00007541691572552119,0.00001924985245376312,0.8879572317446658,0.000006133471109250656,0.0003092019898433734,0.000516862555801273,0.000027662930397089426,0.0000029690838780418026,0.00001325650287918413,0.00018455489995922598,0.000566644052189016,0.00009473773155409653,5.438440037428141e-7,0.00001029138507425503,0.00004589575137227521,6.39604323073784e-7,0.0000016161177634382824,0.00009904821022186932,0.0013405335919626873,0.000006754312874884904,9.892538202838638e-7,0.000002091172300959156,0.000029415744929165904,0.0000011467129401277865,0.000005415253505054999,0.000008691654359495617,0.00003030055609369373,0.000001557023161526663,0.000005336249032212036,0.000005181028449290863,0.000012046948331862235],[1.3336757284115273e-7,0.000015168417415638473,0.000018300822984044124,0.00005767843029144985,0.8822996742926795,0.000002543963446057292,0.00008823643983323557,0.00009798404206457646,0.000026957277761145284,7.769884713740385e-7,0.000008934355149952471,0.0000089702301298838,0.00016038343104944386,0.00000495069943356629,0.000005111482594150309,3.850948239889855e-7,0.0000014989642230287643,3.4300888088545557e-8,5.837973398929923e-7,0.0002571637219395715,0.00007242262332747196,0.0000024409565343525585,0.0000011007470695833654,6.815971840874269e-7,0.0000010641639772294873,5.888848757377327e-7,0.0000020056842924233355,0.000005030187405498994,0.000060791930440533696,0.000005048097522721912,0.00000302763945109594,0.00000872903972030368,0.0000011237121551723251],[2.264500203848211e-7,0.000031470189473899334,0.000009253575752865712,0.00005375285625701228,0.8631296789127151,0.000008913069380484674,0.00013964162368297804,0.00031969350048516066,0.00008214889114942965,0.0000026143359295260425,0.000008300061276189567,0.00005046680204202765,0.0003499884118933711,0.00002325721880018633,0.000004863566346947104,0.0000031197215733086624,0.0000022203924443302904,1.6982493691436172e-7,0.000002668141559430941,0.0003110262312654836,0.00014536647958005383,0.00005807960480813194,1.833237619633792e-7,2.9570383171895485e-7,0.00007121906371058462,5.245379637970087e-7,0.00000785796963814389,0.000011580687807008283,0.00008793657368986474,0.0000016538622074964047,0.00001805168597357764,0.00006289808317143905,0.000002529496493658158],[1.094011624232749e-7,5.461879517303487e-7,0.000007896667947854632,3.341232616976022e-7,0.0000012213595395698558,4.774132174158352e-7,0.000027746738082117185,0.000019023984693846838,5.711561101040421e-7,3.802745550072517e-7,0.000007827530883895165,0.0001563322058102098,0.0000675361333365712,0.000009076057676523502,0.00024513574709605907,1.4236901608681392e-7,0.000015186097392365333,1.3022057562104372e-7,0.0006288218316516523,0.00017713591655909715,0.00011533689135218185,0.8452933989526396,3.78715694751417e-8,6.79051783562405e-7,0.000015096847892134819,0.0000134541611527635,0.000008955756952706865,3.6476727601014165e-7,0.00008545838561145258,9.936240997650518e-7,0.00010929767328702082,0.0000021012968355344737,1.2531732755109253e-7],[0.00006826096483209595,0.00011011244272407344,0.00007325250327064495,0.00006041869556935287,0.000024310328217632654,0.0011078401365125971,0.00013855969954914784,0.0006247120416812491,8.508530715985239e-7,0.000028872773121560424,0.000003987497051772373,0.00002560172145640354,0.000013269972234183803,0.0009649274830615061,0.00009823584637121786,0.00038088436910672745,0.00004513041057847286,3.115049087541256e-8,0.00022065483406771884,0.00027202903069280596,0.0002152182728701277,0.8155332643999766,0.000024668733391885607,0.000014123428202643292,0.00004190251001105283,0.0003356665710939629,0.00002485470504519864,0.00004842825986058644,0.00022011258715009106,0.00015702860897370832,0.000004762650440042374,0.00014129445169567965,0.000055143898448683625],[0.00038821481483359676,0.00040570896885172006,0.00023692433229804624,0.0004026524008582394,0.0005175636884361674,0.00003716622166858616,0.000014643291574650922,0.00005854754291054193,0.0005874222030421469,0.000010783902394781325,0.0004909754886430083,0.00040396658615031114,0.0000364353801924346,0.00009808960926284191,0.00014663112802375925,0.00013485465733304784,0.00003930123983993789,0.00019702063286051292,0.0003533893704116651,0.00022496563096589833,0.0011170825402733232,0.0005011061785267251,0.7994762101022428,0.003804834187454842,0.00009158758666312193,0.0004137507821298674,0.0006514860291440859,0.00012200295699014275,0.000027303825511478053,0.001828906172974364,0.0010999658054919178,0.00096628264142815,0.0019551810720939192],[0.0002214872368330082,0.00002419501130613018,0.00015080978539348995,0.000722657311947401,0.000056448679842328726,0.000011676554444606473,0.0000027667220604618707,0.0000052628415898682425,0.00025269559720743123,4.2275412360517155e-7,0.0004112956360085929,0.0004279383209843317,0.000023739287142000543,0.000060501270998451966,0.000003921637993971753,0.0012502566129188005,0.0003240400008395273,0.00003105371784150017,0.00009554225910624539,0.000011755198317955655,0.000058055588915366586,0.00013714670089028384,0.0006505678573653198,0.8189924679357151,0.00027217881674442495,0.00026452170809347127,0.0003975167040912877,0.00002011011429538819,0.00015496122947760742,0.0000023952833708917734,0.0002812706731436706,0.000003221270335686816,6.465705725772131e-7],[0.0000963288820811616,0.005500979328103653,0.002660673140615681,0.0002594577971950103,0.000035137962185120607,0.00002974731217072874,0.00025170551138877574,0.000001769561437879495,0.0002538147849275911,0.0000048665278162216906,0.0002495561535777737,0.00012554833349798738,0.00014079772406814332,0.000010521537199942477,0.000009710462751693542,0.00019168841134407027,0.0003504145478540188,0.00013199003025131002,0.00006510897971239673,0.00017311583220612657,0.000014225915705291135,0.00010181547612521379,0.0027839120870792222,0.788474600005364,0.000007867705299873907,0.0007174743584295493,0.00035107265738633034,0.00001656601953867778,0.000021138526951282824,0.00023170451050672042,0.0007065762560628184,0.00005265739568009535,0.00019237450140166532],[0.00014870726607627512,0.0001531276454511906,0.00014732176627100014,0.000050154204248614144,0.00004560608639167254,0.0005462301713366521,0.000026916907042398375,0.0004496554345891397,0.00012674667739652885,0.0002690319834800199,0.00004950930122288475,0.0003946588153947867,0.00002891300150015026,0.00003113002435301102,0.00029871329589110544,0.000051452638106685196,0.00002343797833690462,0.0001146316759918106,0.0006008445952290981,0.00002838764463759287,0.0007884121551104387,0.00017875822467920636,0.000014243168744056536,0.000020687871604613733,0.8239177768784188,0.00029858425048118724,0.0001224058875724986,0.0005839537275995045,0.00012782749369225101,0.000017167616193594905,0.0000044301420014530546,0.0000028529875656083058,0.000010836233853124297],[0.0000014897442104432627,0.0000025219483403718894,0.00006959516610420816,4.401644315639817e-7,0.00006616127237459124,0.000004926120316837285,0.000013104888399816056,0.000007953944419533383,9.485789536007045e-7,0.0000023840675421623766,0.000004639396685882722,0.00015502713882464966,0.00000476751575226957,0.000009049061478902111,0.0001501840125759537,0.00016572826758705199,0.00013729476798393674,0.00008232407118140577,0.00002784594644473247,0.000013895860978456878,0.000014388074730334051,0.00001568041216264569,5.728059668084017e-7,0.0000048412015451766855,0.8765482117035973,2.2172551780510424e-7,0.0011129381784472842,0.000010275932168608846,0.00002659883940263442,8.140873075804152e-8,0.000011399544979389554,0.0000022549112687696844,0.0001153970911726669],[0.0000025813901830275832,0.00005986707420132223,0.00001606300084297318,0.00028545297762871903,0.00004088174752185212,0.00024523672794272793,0.0000033851089033607693,0.00004564136672310917,0.00003596812165566349,0.00012987237638299718,9.492944537135454e-7,0.0000327143464056448,0.000003453839682652716,0.00008637674208871802,0.000010911049139143368,0.000023614491774269654,0.00011216501057373951,3.046921207989181e-8,0.00025621092844465806,0.00002195547508158498,0.0000014778882229742777,0.00010305809696992738,0.0000014442652774289811,0.000009878805853518617,0.00003496186003981295,0.00004252242640149595,0.86898910761837,3.623671560661313e-7,0.00003288530333352231,3.140198201409626e-7,0.00014535846195109844,0.0000012106758764217365,0.000003266030813493636],[1.2972225406913827e-7,0.000014005703177255234,0.00003210152632943861,0.000020410713591487508,5.295081549813429e-7,0.00005878937069622983,0.000006078721196472295,4.1118198598421407e-7,0.00002149448793427193,1.8897840326655583e-7,0.000002217973637356873,0.0000012377164641505688,0.0000844284374201265,0.000015152695838667294,0.00006703981625873104,0.0000036583728357319773,0.00003986947455419377,2.3502266373152864e-7,0.0002346863151400656,0.000024093863438282726,7.896053811414239e-7,0.0000654016668728874,0.000029654279932742874,0.00033819607901601045,0.000002067477753991235,0.0003802309751235976,0.8809153824770674,5.028443507238841e-7,0.0002836495181403415,0.000006232131404165876,0.00024195320020423765,2.3569956582455948e-7,0.000001824739283431685],[0.0000026653264750383538,0.0000038073078693573573,0.000011841114739231277,0.00009333982783361873,0.000009452338844962726,0.000004522138385365074,0.00005214932905356691,0.0000028894117835299312,0.0000011557975086408432,0.000007498316685772625,0.000015733776412562497,0.000020196545694920733,0.00021132044682365875,0.0000196318488462576,0.00005983524109956179,0.00004690269266151284,0.00036212505452060004,1.7125981651793535e-7,0.0003955480850936721,0.0000016417285582506423,0.0001353842105231288,0.0001626741598346728,6.444056638491813e-7,0.000012794355264488903,0.00006244023606487921,0.00006261426861947418,0.8790655738673147,3.465897097185638e-7,0.0001932945879443827,8.131200590663305e-7,0.0002236533937117783,0.000004373834479662275,0.000006830381700930912],[0.0000013365678385406885,0.000005620906388330117,0.0000022682042217664616,0.00001804257867399404,2.6587079967522557e-7,0.000022129021330347354,0.000004736787066721918,2.916209811692597e-7,8.818257284177017e-7,1.3736694472582135e-8,0.000004392825667918455,2.992567607793868e-7,0.000005129771680306813,6.438213908040988e-8,0.00006888534406407186,0.000013496652206172325,0.000049968006492203666,6.084311509004185e-7,0.00013345424118406583,0.0000013557334377918598,3.863653940941579e-7,0.00004793935497244783,0.0000025960425607125216,0.00027483762546748065,0.00002124858544000333,0.000011490776068054907,0.8889427123364679,4.801432515552398e-7,0.00004174229614805778,7.744257867561388e-7,0.0003190734605793379,3.472952416805378e-8,0.000013191382016550917],[0.0003577810263888145,0.004289730429236256,0.00008926055663540572,0.0001694806251136333,0.00003906488088727249,0.0001955342690090636,0.000008113286375296464,0.00014455354217523563,0.0002711743823344061,0.0011727528656416866,0.00013848436434458998,0.0000941156647682376,0.00014370493851238036,0.00004908287560422706,0.00007397549913239694,0.00009472592846839638,0.000020521238722993903,0.000025816536978126377,0.00023686531487844895,0.000049008632949542295,0.0004234944481299355,0.000041089546039592454,0.0003695667559367169,0.00009131698779983797,0.000038107935786999925,0.7967472001862279,0.0001598887336876498,0.00010445882256771702,0.0006446251916241305,0.0005829750463264644,0.00008865247657686419,0.00007475081823595173,0.0006038246514048655],[0.00012668121082495563,0.00011736248894653691,0.001268184264596115,0.00044624917652266553,0.00009016819680024612,0.00015626416183943758,0.00015780216692498096,0.00003592910410124012,0.00007884210912378045,0.0011887459804648928,0.00009810410101091078,0.00011478595630477814,0.00023831077799426795,0.000014496667437777126,0.0003198046921530918,0.000052505856497614504,0.0004781459871503392,0.00018085704595515324,0.000750474220814708,0.00025180638424289004,0.0012672392074271274,0.00013993816777114473,0.00007623356265312982,0.0017167472507768026,0.00048595307619324053,0.8245202654815212,0.000654075074405057,0.0005885342227766151,0.0007094175562629397,0.000048654619941078804,0.000011277482851568272,0.000010620272926772348,0.000024910310095479975],[0.00001953632831067012,0.0000355301432090621,0.00017553761194100129,0.00001558858724109277,0.000011808844685973803,0.00006182414996678215,0.00023681391621078736,0.00008676725812642097,0.000004306784981033444,0.000006860439372370554,0.00016041656501908195,0.000023388937704290284,0.00099630219093452,0.00018083470476335423,0.000022782876590960636,0.000006544718175752057,0.000018207023469445805,0.000004089521016626392,0.00009789306168634152,0.00014442351791734995,0.000030326096207872355,0.00019301987894750183,3.493643798034654e-7,0.00005390789192258373,0.00004739457675647721,0.00007377054039136065,0.0005166038490028636,0.00033882258683479014,0.8419854026205188,0.0000186819169192993,0.00017327403048883152,0.000002371073456836279,9.142409195809709e-7],[0.0000046645168433975255,0.00014685482315473906,0.00018451594495289014,0.00009236883607844437,0.0000591763618199494,0.000009708619773049653,0.0004040515323100108,0.000033014821832022716,0.000008718910267104377,0.0000039095024382739975,0.0007892613069445168,0.0000017979358371172468,0.00027049985646429337,0.00021892227033344622,0.00011387342097065467,0.00000207974337890112,0.000009601518932570605,0.0000025272728963085693,0.00013683956802546825,0.00006221325645596762,0.000020498592680354456,0.0004135605738845981,0.0000016143289677639084,0.0004554670735933547,0.00007247978337029898,0.001227187490687667,0.00010101065041434197,0.0010680367141188765,0.8330576170035586,0.00007749137249570054,0.0003009325308942607,5.085370657323265e-7,2.279112992534189e-7],[0.00012034505090590861,0.00000797317821659465,0.00008648248265031112,0.000007143643991893468,0.00004219555619523902,0.00003667953410915533,0.0001657675840241771,0.0004378904598543128,0.0000028057303464036953,0.0000011279103578468233,0.00008931123590520521,0.000164339359585234,0.0002133890483358113,0.00012815797496590437,0.0004550484589534935,0.00002293532858772257,7.549878442389766e-7,0.0000031853820361302136,0.00014119901997246512,0.000007464919986781744,0.000011916374154620574,0.000016555180347161663,2.031688066198759e-7,0.000037934701606317206,0.0008868841471570839,0.00022465540017807024,0.00001082929839899759,0.8411267812278465,0.0022407358353627753,0.000021990052524255485,0.000002944806784821194,2.0267808467046893e-7,7.133918293240164e-7],[0.00000284063554889075,0.00014828445314609058,0.0004405579187338635,0.000009417096331756875,0.000030791212079381004,0.0001496728197385596,0.000529866782733503,0.000004061647116920132,0.00009690068510976799,0.00001811869313948312,0.00001397245496431078,0.00011416786816352735,0.00005185085973876322,0.0000010357017497645683,0.00010663786384651304,0.00004689282155457176,0.8508364741347227,0.0013792609480830383,0.0005704482708286793,0.00006938872313936976,0.00019435981733675054,0.00008745314818841228,0.00002151252152757286,0.0006404089505607423,0.00045672932434406404,0.0001349106458112891,0.0006919907462201226,0.000005595092117646142,0.000016649879242290265,2.320674851818784e-7,0.00020669430510462703,0.00005656158583807869,0.00018281000547209917],[4.26025438730913e-7,0.00001543117891198117,0.0006162149161915182,0.00009152114248161957,0.0000037952858121317552,0.000013666768417363056,0.000015271922345829304,6.915193991574085e-7,0.000003973727937798197,0.000003968582787146653,0.00008672911400098442,0.000048445611145521954,0.00012029193817479461,0.0000034782634247122163,0.00003229993960121507,0.000007041741142227339,0.8346693106452637,0.0000022113925781197837,0.00019865496844971697,0.00018492257834435064,0.00019676396992454923,0.0001239920642337043,0.000003253226273882416,0.00044686547557900354,0.000012888773360427095,0.00007745516396593199,0.00004905680058529696,3.0796217481158526e-7,0.00010389878418484427,0.0000032069639161305434,0.00030557618532483214,0.000020878971654498088,0.0000019924087121335835],[0.00001958867451805308,0.000023845010141172952,0.822762926962545,0.00011847196348391228,0.0001309922574289045,0.0007447701228918009,0.0002891261287268367,0.00009387056253292005,0.000007076396335871832,0.0004627667474369168,0.00008597702367534812,0.000008926513769955667,0.00022819133915122318,0.00002411420133612401,0.0004788788228147883,0.0002791714310760433,0.0008420347584129087,0.00004321158226354823,0.00018890022696172557,0.00035875361577143765,0.00105221859683012,0.00022632411764599665,0.00018044405897957172,0.0004313835142888258,0.0003464327105158791,0.0008092038604522196,0.0000875918260781001,0.00008160624897348281,0.0001542203870431174,0.000042389828656730565,0.00014530490769083172,0.00028051052397317234,0.00005964261036382018],[0.0000019919399007789944,3.963808261225581e-7,0.8326116009984311,0.000023419415570796458,0.0000650954081267774,0.00001496388297830103,0.00017163057386999662,0.0000029049609054519684,0.0000035665883637315973,0.000017389869416807267,0.00006305544537896264,0.0003337685460721394,0.0010763818508064172,0.000026860949148731653,0.000001354916630573138,0.0000027877023044926825,0.0006333225875791048,0.0000010561661799625411,0.00034174026573329674,0.00001738511804134368,0.00012533726188383452,0.00024498086729267366,0.00007434204851413219,0.0020907145852203618,0.0000033184027099244965,0.00008789623610494442,0.00002364687053604422,0.000009429847665455425,0.0000453852205586535,0.00007875302146562719,0.00013114044900594334,0.000016532703682319398,0.000003444947319216301]]],"Weights":[[[0.25727502151338894,-0.3344622693759779,0.35433911486221026,1.053378583893439,1.6460354096829757,-0.32787221456518545,1.1595755787008653,1.556507359653725,0.8519362352510333,1.7428608093914815,-0.28992124493700716,0.9543505649234169,0.14055694049525128,0.8067591651539048,-1.0216337505478175,-2.0733966624467133,0.41034997682544766,0.43275876274372915,-0.5504684244170828,-0.4723129131974605,-0.9652923980250218,0.6520983190493385,-1.351832894490451,-0.12654614630948308,0.4111829526673824,-1.6891780640176872,0.0888828122574323,-0.1383706302030792,0.18823090212048849,-0.7552659776189541,-1.6109732973962632,0.3645797225431462,-0.8486282406234409,-0.03023354689097531,0.3805497472691594,0.5744871187593954,0.7302622675960991,0.7254296761235447,-1.185681192479737,-3.0508566388031975,0.7352083278231205,-0.1882944344020718,-0.9093037833113697,1.4489930954418944,1.1226397935211883,0.25058422464772645,-0.7648642792110769,-0.2552510962940823,-0.3083517283190165,-1.4489532216802399],[0.857812006011508,0.464127736607992,0.0010494180747919427,-0.6720308137749017,0.9970234321835727,-0.8057249835635962,-0.1548256219410883,-1.9128396518259687,0.10847511530566357,-0.4488383112696576,0.028351717059473137,-0.7791346054389665,-1.3403041183938849,-1.044516286890627,-0.9325400560837674,-0.9348841748082878,-1.1275677491784426,-0.6164648834973697,0.5971361499117148,-1.3187476557414426,0.4690526078229908,-0.1368177280789616,0.4824805551451258,-0.2706438434824796,-0.06353880854952247,-0.008379081749590785,-1.5066255163128306,0.7522561352020087,0.05417325465781381,0.7767266821937149,-0.8964801423052512,-0.10129694667349873,-0.5029574387213794,0.14816221576535332,-0.2605825338126804,0.9338544106485867,-0.31684130238232217,-0.20513371938684877,-1.4009750797319866,0.7068611700982775,0.8726478455234984,-0.4657372577717927,0.6335847113163501,-0.3373914966446834,0.5959266561058857,0.5926806211749927,0.6592466452215683,0.8107530783307799,-0.13164510676294647,-0.6432426562849676],[-0.1329829741230761,0.6626979376419998,0.436898365228135,-0.7532150780198544,-0.1945384087223809,-0.32819543838043885,0.19402014684115174,0.9226942906805095,-0.1737412826483551,-1.219980290147606,-0.5995914492211963,-1.7487793031238419,0.22733784867018075,0.9847392907776962,0.6953264286739403,-0.4145324721272188,-0.2978866682366184,0.4403404540682731,-0.3726381721950682,-0.8018490113975522,0.17163415895108888,-0.4282429071917427,0.20433370964442393,-0.19709391111202534,-0.005057616965551476,-0.6551959989901401,-1.2727488012232528,-0.13497361319734144,0.47977425047757877,0.34995385947301755,-0.9154946776795115,-0.23651040113695307,-0.32256815043360054,0.8955695345245119,0.11901547050635422,0.16035794413733934,-0.9421872289433687,0.04616186602192677,-0.7748516646903032,0.36265073416811433,0.6312568700619322,-0.7421509024556604,0.8980997629585783,-0.5194497058340956,-0.08356908582114052,0.46194726580412077,-0.30830141812443407,-0.36249333569745196,-0.20081985301815422,-1.1690399178843376],[-0.11111011167981925,-0.603675729074846,-2.4193891129472074,1.7233980921835264,1.8371067263482679,-0.1842532688466443,-3.0707980584632364,1.811324783399938,1.2079603494630784,-6.626738270475269,0.3802800566297231,1.151013634162402,-0.8720437506918487,-0.1444052998219275,-2.2358210644830936,2.025117106731147,-2.879173568740016,-2.3284553707433857,-1.7276810836810317,0.0901100174343872,-1.1367572987721524,0.031190047201129778,1.4777017005946484,-1.092988279151116,0.3493442177867559,-3.5437582849366644,-2.6805853822569747,0.0874522952070871,0.2635641748026568,-0.4237418210894447,-1.1007557414291953,-0.09328844176433748,-3.41087498409004,1.0186350412063416,-0.5701378338744586,1.5273005663837056,1.3837214461412743,-0.6767988868576236,0.02595941010622739,-0.5042832940935625,-3.906972174550289,0.30518851387666274,0.6468136027326724,3.958552289815952,-2.54035967059862,-0.7628756262038193,2.8772678864669974,-0.5112135090703698,-5.25834245771987,-4.425096936143544],[0.8291136077162213,-0.4068480069257966,0.5114706034702325,-0.7370257089979528,-1.1360210884131103,0.5352316761418912,0.9670725931334184,-1.304064471692072,-0.007652192248435101,-0.7432535298490982,-0.12515690844387342,0.7870982452634596,-0.2191528348895848,0.026816240491245525,-0.9090218955980662,0.9388295700538138,0.6123597612145215,-1.0286575661892654,-1.0505941929972038,-0.33451664053281704,-0.05020848141694864,-0.20434612784505077,-0.09172006803699162,-0.6853470605165458,-0.23283950838908485,-0.1415352615560589,0.960532564837507,0.35388074207680725,-0.5119933691668173,-0.6031462445543405,0.7988950662677964,0.1172997840784318,-0.5777801804742312,-0.7628277871630995,-0.44698910034651174,-0.8288889756512654,-1.5587212433639825,0.9432811985556848,-0.4568252446700869,-1.2266859992167336,-0.6322982752514544,-1.2008457262585412,-0.6376888373612919,0.1448780239103717,-0.40195166495553153,0.2860212147455024,0.8097294891181318,0.2940374324363613,0.03775753647024932,-0.9702153734785456],[0.905370526740881,-1.1325504181564936,0.28060860665190773,0.829834818972072,1.4922978483560552,-0.16327692406829877,-0.8318807454612336,-0.14675542757867827,1.1070313263329716,0.39539793114141164,0.05460294003434848,-1.1137909807459334,-0.4395433279335256,0.7427997217277875,0.8523348167747302,-0.7991881583544748,0.2969136304590407,0.6014988822922654,-0.7823839112711314,-1.7623357630245804,-0.4069469688088181,0.7402660031240368,0.6193101092170911,-0.866940818199866,0.3416633067529595,0.7764294061447395,-0.08803139866806103,0.590172548205087,0.4839251237228114,-0.3834814615615203,0.6048673027264534,-0.6146395068637447,-1.2362274342027135,1.34388945879972,0.10560164848172608,0.2996270592788216,0.6717869926117802,-1.3419860309748473,-0.2851935508965403,0.4924179657359157,0.1302637370925156,-1.3929740231657912,0.706753168800097,0.33736400275257283,0.578423414583043,-0.20960929224231073,-1.0049870801057776,0.8675996107714138,1.3676047765774728,-0.07144263034935615],[0.7498684955382678,-0.4041773045349933,-0.09656098413692094,0.3792048214678431,1.0615892724789704,-0.6643665338110536,-1.0029759573326888,0.15882319018502863,0.5492529901240086,-0.7025273777061032,0.406963226160176,-1.3527238212148154,-0.3647640219810032,0.21244368513159204,0.0709330414822186,-0.5692545919218486,-0.6972068054035948,1.2131518284043283,-1.281624367591143,-2.256105291751242,0.14752416796846843,0.7159927298141499,0.32147701495642783,-0.7405647403405642,-0.32442744348714836,-0.24584604442607874,0.5510392869203568,0.6115277302786549,-0.0358680259605539,-0.7090983342519691,0.6780804473229873,0.3001825261987433,0.4090805348039903,-0.5312365549589271,0.7089505160472567,-1.0709480579524189,0.9151736692929008,0.326058136593484,-1.3604461112819053,-1.0187365988496397,-0.10324232426154903,0.8515603029762318,0.479093178832757,-0.07046555615114566,0.6040437620621413,-0.2526582508631241,-1.3009950269489132,-0.9072775167975873,0.22702525350326536,0.35843385189911325],[0.5862214857902647,0.3599650024234969,0.8096855188673066,-0.9604071802360892,0.7487233269023036,0.9040980140615936,0.7791010027933716,0.5595584580013553,-0.03250582035471688,0.030390044462434488,-0.7730923632181527,-0.20608353105472302,-0.4517425942068917,-0.5534862428101474,1.2354766272102067,0.10310543119632311,-1.0571298093216166,-0.31857477137047563,0.8417027105556028,0.5098231231554179,-0.6892813166056906,0.3770121114224346,-2.013852941023567,-2.0394493043005557,1.442872843344271,-0.48031304928364404,-0.3708752349792273,-0.2215553636065468,0.6353251943103376,-0.34237252573349364,-0.024981229201342284,1.071851744043861,-1.39201053078306,-2.234101403271941,-0.040002278146078596,0.03709432156976639,0.2352326741604259,-0.8406750854874019,-0.2471149199111826,-0.42027158043082424,0.113190604898549,-0.5951232787900362,0.09754933909201477,-0.5175941621160207,-0.7910096171696287,1.0209146947684646,-1.0842241970879347,0.6510393853599467,0.40745096828157673,-0.9680586854417176],[-0.7907064990820857,0.7980233708099521,-0.7357748267411345,1.5279017262577566,0.6131371065925147,3.0952356065950637,1.6443522360918565,-1.123958024666367,-1.5293369673736827,0.8681871638202137,0.9216509415813271,0.4421644752347344,0.37456609774730837,0.9032930152048053,0.4184798961682635,0.34332449631233636,0.5995297706695416,0.08475746445034847,-0.4426949770761361,2.189620842231042,-0.26959527598054084,-0.2063670944101721,-0.5121207607173863,-2.3489440031149154,0.1348134316395903,1.9683138882614992,-0.41076720058172417,-0.1989091189199356,-0.9759632081452155,1.2982560217929924,0.8156497382341648,-3.0950666207109623,0.04432278355667517,0.36976523837913794,-1.1137803068544658,0.6468135109864145,-0.01573798249631408,0.8659642832353334,0.37221333916987953,1.177725147267842,-0.6503162965051236,-0.2913253932099952,0.5314313046729328,1.5125920711263572,0.3137679401746084,-0.9406230063160232,-0.3804718494117582,-0.3447697095620333,-1.247507870402898,-1.7699049091450263],[1.399570258362616,0.5477009827119317,-0.18309215829121644,-0.19709644734767268,-2.66154831564656,-0.542100975882878,-0.6665437732125542,-1.9506670669917738,0.7017750883864468,-1.0305850028200516,1.6866750625330094,0.5917709779341976,0.9106097766365406,0.38397539888335086,0.8640004063441808,0.5994428608098257,-1.0068873098533289,0.6843521139545794,0.5440710139965308,-0.2977549263601384,0.10390983841250083,-0.3127295648797743,-2.1653285795329027,0.20665692702430727,-0.5885263412912042,-1.4334326882690525,0.4899415053766833,0.7578998757192038,1.0537652416629555,0.27134204230266895,0.8438120788848079,0.4835686565009624,0.8640710111162717,-1.7916602086946376,0.7981599145841811,-0.6681359342112926,-0.8078581828605521,0.9506838334753127,-0.6203524219697334,0.11683897710351449,-0.9309758790281031,1.4066893927448298,1.0113349187280112,-1.7583040213085317,-1.6153956749789649,0.612856586868242,1.7339229581872408,-1.5317757621963763,-1.083242131122389,0.8749045238324171],[0.9261989295800372,-0.09464449439654547,-2.155678116401699,0.8926268010765842,-0.5125105346900821,-2.7564429156647865,-0.0020069077653940845,0.32030007260241317,0.6534099195218305,-1.9118581015224503,0.8539786743439596,-1.6168481266117254,-0.06243224060645443,-1.2434755511447655,-0.20756781900424182,0.32924786967158715,0.776881298489921,-2.9045178919850496,-1.9142338561211452,0.3681375727317326,1.1751564599234436,-0.42374261220377907,0.9986760468290198,0.19722117604809247,-0.16333897882052092,0.17471122649919224,-0.45156234479427754,-2.387413179013769,-0.6906676379499671,0.903533238605414,0.8688751785429373,-2.283882093536294,-3.416257053104804,-0.44079897155603104,0.9022751617703414,0.9975492625385768,-0.8972132440764002,-1.179398955408786,-3.2304873316183724,0.765047375195039,-1.0441675017143264,-0.2711812554999313,-0.08653666400168793,0.7964690451648314,0.5856619658215398,-0.32522871055448915,-2.6580964801479334,0.5495537331290457,0.7092399781857184,-0.4156057726468841],[-0.27402586475852536,-2.6931849386853943,1.0387760964296042,0.029379509640774074,-1.3613947031280478,0.6827309751315791,0.23656152973914177,0.5284008604143868,0.36169968517949097,0.8327365588671527,0.8374451899857754,-0.26337205536755254,0.6932634991818009,0.5062080507608191,-1.6995459678065312,-0.08459133021564982,0.5289893422074443,-1.0037773481632328,-1.882154465238033,0.47960886986420825,0.5895530791063303,-0.3633918456155394,0.5849408520708184,-2.0223806838767957,-0.2684167107326527,-1.3917394435798014,-1.0324702365435832,-0.8176097090128024,0.036373567726132656,-0.7186022779929386,-1.108510553848597,-0.22052667014983693,-1.1533969650297355,0.308722326286976,-0.9274869230843906,0.09820170203477502,-0.9345135353304486,-0.7426045244826498,0.8499128727155255,-0.42791348561936127,-1.0180685530462472,0.5305115860419671,-1.215371167532321,0.32433557086738374,1.0192039068533605,-0.29404065430806425,-0.3703182246256358,-2.072039975459386,-1.851711980390668,-1.9250643914830279],[1.699440736909624,-0.14760673560143056,1.3422319383083798,-0.42588235186258694,-1.5469669577239622,-0.3989818946034044,-1.4581700489689635,-3.0210153812033815,0.18676007313279025,-1.5250824364162583,0.9524530851284504,-1.887740501965127,0.27963365815020397,0.8114830819577056,1.271341246920133,-0.3619432369007508,-0.8517521911478481,0.40643691372197877,-0.10049789889767662,-0.7704397152840493,0.9085284030511769,-0.401468099477888,-0.7899440725644328,-0.22239771869661687,-1.126235075382416,-1.8950359810983097,0.6448340084918885,-0.47454211173160654,0.2330211475571269,-1.4590876720614778,0.1470648227299247,0.4962634073034234,-0.1630404616560443,-0.7378827228185851,-0.2839739440273887,-1.0233649462434424,0.8842467429179333,-1.6326897699742282,-1.0550545552196038,0.9464212217625465,-0.35116414852141625,0.4548084338695706,0.4780359326993768,-0.5135745235593179,-1.7732960055226663,1.0827410019736645,0.06528515867478049,-1.4175721887344128,-0.9635757852911432,0.10860263428402456],[-2.1574076401967988,0.016792961158925968,0.4421343785506541,2.0607534269985948,-0.7717720158715592,-2.0552137261966723,-8.365511746144902,-0.7067271359454435,1.4707773362049978,-8.909412641363591,-2.3633860424080786,-0.1498133436877054,0.4395694396714698,1.9584864874553738,-8.141929135146965,1.7545853730185024,-0.4917551503430603,-0.16590881569900465,-0.14693417654791452,-0.6006740259852803,1.3421219221371874,1.2116323921779832,-2.5055945953004213,-0.5440625553687949,-0.26760397971223104,-2.989406798232697,-0.11164352740301275,1.0799900366141872,-2.7742456972570144,-2.224281581596721,1.9848611557447573,-0.7606720994263451,-8.354597475222748,-1.607938460132807,0.5473987393658678,-0.38603609455992854,1.3357295524490425,1.2344660333690964,1.4719653595191373,-1.2278849835347398,-1.5521540225443475,-3.5279699001812674,0.0962696927515639,-0.3527220837710052,-0.8157881370772385,-0.6417225994325334,-2.084048891874539,0.8176839970356262,-9.011031159416415,-6.628152698659233],[1.1737829190299942,-3.470195512965712,-1.1499294751576306,1.0265119577880573,0.9714412284584775,0.2229713993602339,1.26166427004181,0.9236011237676242,-2.5989746647236665,-3.393231945897972,0.42407935183094897,1.1004427279041857,-2.0469220824162404,0.31115357512196057,0.37901493974695366,0.14020675765338303,-0.04082867908604709,0.3463060618571633,-0.4734657275906116,-0.4274911733816553,0.261978020823224,0.002386607365120202,-3.2643555894948135,-0.22063514989012195,-1.6172364617581627,-0.6332540054683301,1.7907320963379663,-0.512240117848197,-0.13795601614360453,-1.7419958907234858,-1.1415892964242509,-1.7266727011307792,0.5583485183402269,0.7588538221318076,-2.800883030322334,0.02369769159044868,-0.4628541169141928,1.163127112304486,0.40039989909858836,0.3804102576018707,0.7383799733565494,1.9736210851901372,1.2664350081760603,-1.8020198584141656,-0.7511506198304886,0.5302768456656402,0.4765770078136725,-1.1242991107205182,0.8341522715827613,-1.3974157403817997],[0.06414332326064524,-0.3220804735994807,0.2730706023502049,-3.369354735564867,-3.5807535283524334,-0.5974445581638318,1.9021864390873326,-0.42366346708426567,-0.7965973531312501,-1.4604880406955074,0.689697787732625,0.685058461420776,0.7711028910430553,-0.07228327816786473,0.7269114928592159,0.10829954625417551,-0.10698709238561775,-0.3566500927089761,0.5128235740600018,1.3767226339801921,0.9946291475344599,0.12937514757724197,0.22661047935953996,1.2334234750700421,0.8687289537826713,1.8013986912167,-0.3152655721496178,-0.39670544326773133,1.287547231950016,-2.0008904708697983,0.4202400513683264,0.6689358538209018,0.48055431911865,-0.7226368771933844,0.2510153117335423,1.0015092282038416,-2.7318815795661915,0.00762831934549256,0.4859128660314331,0.38855395491131,-0.050857831163065456,0.3853273615535438,0.3487672836853713,-0.3603002803163396,0.08099135882010401,-0.5979669276858771,0.3511169155918045,-4.389026660632411,1.3641606822965742,-0.23714078197293206],[-0.5275555318214318,-1.7059165426370417,0.3667343970548517,-0.9227321632568706,1.5124428610762959,-0.3562271441445,-0.4734952374525812,0.5573057792508213,-0.7267391561641923,-0.2988852518729398,0.4939742220716768,-1.461307095601213,0.3100528208245304,-0.28727287959078546,0.7341093252570854,0.060823271313962805,0.8012416882258863,-2.8512485160813745,-2.2909735945138507,-0.13681538423809833,0.6861819379391609,0.9542381006460436,-0.2016180761237972,-2.4848727547351204,0.08985452685031076,0.582526684622041,-0.2005500676587873,-0.5358982096250167,-0.9514293618337614,-1.0825969898876053,0.9584977270508852,0.052268746261866214,-2.0507915035041853,0.7099593469213817,-1.4744086594643337,-0.3352115332460973,0.6405196335303973,-1.4622219912876973,-1.0236694118849738,-0.4141325614243583,0.6432690988487858,0.29225076749678636,-0.8244152364721125,0.9078650599685123,-0.07495576724917132,0.5827669984053697,-0.44694447423639244,-1.0903144835620784,-1.415223267796188,-1.3048369210086397],[-1.71881920653506,-0.6131848044510657,0.7535321566684482,-1.385849774209437,-0.9847662478121035,-0.8677400305419317,0.42613029544872905,-0.0176567626894835,-0.8881368765360804,0.9852968786251419,-1.778760114135054,-0.892734413152094,-0.06969333208151637,-1.1704678857612494,0.08885053450322755,-1.3907000289728249,-0.4607966750224867,-0.2124107179298365,-0.715194824453032,0.2876152973648719,0.42901255679845285,0.8771032207077074,1.0105112279367259,0.10493535793814641,-1.1034730508347503,-2.4639723855302176,0.8356100340062781,0.06643717250156242,0.7788496253111734,0.5841196248829533,0.8354871048163277,-0.0917201675436853,-0.5956000547035557,0.5604782033760255,0.5293758383849783,-1.8415779639120693,-1.1715886107767064,-0.022665647238222394,0.7700518666036781,-1.8399658552034102,-0.14963613229690162,-0.08544116152369197,0.09217572467565752,0.31110881356062187,-0.8366241850004646,1.0036224679954207,-0.4463403798569612,0.166231200169982,-0.5179681385524617,1.0642911683072545],[0.771458821661235,-0.5113861365638326,-1.7198686161242032,0.2849673691352909,0.5074137612622075,0.13333389337225632,1.0007796187829472,0.5405638319726882,-1.963780774339664,0.5467646631472369,0.08742687577330686,-0.9075875673966772,0.7808088768378275,0.7919392272990899,-0.16114972364434169,-1.1353355450959846,0.3637060702345219,0.9691789525509238,-1.6127819144266164,-0.008178738460865828,1.1840346042209402,0.3884553899699933,0.6759958911828845,-1.0029582344763792,0.22059992539937956,1.0242529618926803,0.9307779204301171,-0.9816075424429833,-0.04516777584916078,1.4310802772040336,-0.2830455806614406,-1.408871959197782,0.703388566767472,-1.1375851140992526,-1.1891044587871629,-1.3607008717997358,0.2435920799220489,-0.5148819313433527,0.6817504995871407,0.39023448002550554,-0.3852275640257487,-1.0992815530952347,0.02332787073108216,1.4402165595466805,0.6964018252453715,0.02176507545971782,-0.6283413623790084,-0.4611895736625994,-1.3213582083867057,-1.6220600225299322],[0.523167510953766,-0.8908926912673216,-3.1843254379567854,1.0743401386870788,1.5342543317944453,1.737133473165064,-1.523785793179557,0.6224295114043056,0.8332563522566614,-0.8061341164931662,1.1222572877600128,0.6344847254399273,-0.5031445141704887,0.24249603705429992,-1.0240947409470544,-0.17392408248516283,2.103424378306689,1.0795742735740665,0.23712150213375635,-0.043775980811051045,-0.8969511571399689,0.8351707351674981,0.04495996045932051,-2.719893657913347,0.393490337686052,-0.9152774307865139,-0.4935724208456876,-0.21294534068356,-2.532347740938606,-0.7695163345965444,0.8216179939447104,0.8512240859598021,-1.1963767690003115,0.9400814249634897,0.00844735808817963,1.3058997337950375,-0.6025660879296195,0.5820179557088775,0.8523538568752326,-1.9249778300296119,-1.935743164380108,1.6602486054978651,-1.90592031511132,1.1233795173121748,-1.431459705536607,-0.42680918788009,0.8792851921298676,0.2878903267379604,-1.0580431339372962,-0.059589473461241986],[-0.9573770288135244,-0.13769312054680202,-1.22326888526653,0.961303067818916,-0.8723943586909558,-0.8903852031914052,-0.4395394675585359,-1.492273777047425,-0.8772220568491498,0.1418318959788972,-0.031177171340524775,-0.20026685704795985,-0.2564167428249781,-0.651663544622064,-0.5920958909561174,-0.8729205134130269,-1.1065604606632093,0.4446894094708107,-0.14383904041645112,-0.654186946202114,0.1722864438063394,-0.08507939284496674,0.558072759523089,0.7362269924851038,-0.3499411363302663,0.790746520743477,-1.9398596802013484,0.40495426978639215,0.6289456214546644,-0.22937144983445737,0.5153622781154439,-0.9180638511065768,0.7561890579494746,0.5113015911158684,-0.6328072217362533,-0.561188700328317,-0.4858465060434376,-0.9229036676270632,-0.8246834173550375,1.068223660898829,-0.7836427946495231,0.9467833260906632,0.9019899501223453,-0.20210261379761127,0.9651915768078146,-0.6443773843358145,0.7197828429576415,-0.5435452762907605,-0.6644712379221356,0.6229922107986019],[-0.2634438768609439,-0.07459262415610067,-1.0615068804979209,0.10560196471843557,-0.5205065001833118,-0.14157491490331872,-0.4303459225083152,-1.0493569393532025,-0.9140880219325872,0.11879450516002119,-0.20052864836365636,0.5177515538197188,0.5397633612799297,-0.2540231366460095,0.1709932389949726,-0.9284690845907492,0.318935582272167,-0.7078849695233352,-0.7209166378167727,-0.20666172895244048,-1.1993335567759,-0.6539134113998415,-0.18332888264077465,-0.971952889528579,0.3085444096759882,0.988178407167727,-0.04072799384145684,-1.066011447076882,0.3419227890346212,-0.5615959816124103,0.6968454155734483,1.0403428951776255,0.5121630446180585,-2.7595216365551773,-0.7802237326524591,-0.39546388717949144,0.9735713564844094,-0.8423320160574407,0.35924149169298736,0.7230090665672319,-0.33466398525584384,-0.654525158703344,0.8224758662179528,0.5161888940760729,0.7270261057920254,0.3071866155045895,-1.8024051683317124,-0.43957917663181156,0.5967797688887186,0.10542845566947186],[-3.2380304670135636,1.0198936116023383,-0.38997206470541795,-1.4002659331493168,-0.600682657434016,0.9587221839833844,-1.1787104854874588,-0.7754961415490131,-1.821428958041755,0.8092629223556617,-0.2560929572807135,-0.5911695907612498,0.35349813311181016,-1.0791330345713752,0.08767317910600211,-0.23244681522545316,-0.806207257592023,-0.45325291628819525,0.9583908408486341,-2.2257211392470264,0.8747143651511453,0.8987557771237489,0.08044379528804073,-0.3390637346361988,-1.560195685847065,0.8227347784775506,0.8076663560978607,0.7391017512190262,-0.2812048142974017,0.19297832496751152,-0.5619602259942269,-1.6052617519142791,-0.39952067320476725,0.1974238883536687,0.6619869101427839,0.5464845629980748,-0.12873586455012362,-0.8637453360512889,-0.25355284571958153,-0.5802294998462828,1.0570259760932559,-0.2573564450043917,-0.6546698835037809,-1.0383362187749097,0.27999020410788755,-1.885612099158299,-0.17341791336102502,-1.4127535994019031,0.5973042065923229,1.1151660800343257],[-0.06582391778723526,-1.1555016539093548,-2.9205282328602897,-2.697517789406967,0.6900501916026466,0.8694121772117261,-2.9394973532954003,-3.635127234939445,-0.17936107241253138,0.5336620993607704,-1.4264266670628987,-1.1302609011719233,-4.007152436150988,0.5191539649819711,-0.898187499270513,-1.8658016168692328,0.4818521757831512,-0.18608371101062657,2.213922530448683,0.8482449225837574,-2.030315524882927,0.45580809253446813,0.25969604002269603,0.26482391580565356,0.32921715454773437,0.5782986783806292,-2.662224651668588,0.1273608693628691,0.43523420350030995,-1.268040013335804,1.1203405361283993,0.6612547089042584,-0.9644699923905289,0.7232551256265233,-0.2155085187472634,-1.4086091181772964,0.6020412081638659,1.3959349987718472,1.1421410369882026,0.877395907752772,-1.46554158705139,0.6876814025289836,-0.09669340685670957,0.1039295688131137,-0.0751877585953308,0.35689431275728184,0.03090672057369741,1.960484992146305,0.5402511828682801,-1.118650579700583],[0.7444067394116209,0.5900116575706573,-0.8789600315971757,-2.9702372619523345,-2.0428275421201674,0.47695611075943795,1.029471459709873,0.12192773593423653,0.6134144140157985,0.48279776260328067,0.1464323028952697,1.2723171677581886,-3.480442402335924,-1.1333552658252548,-1.1458522139615719,0.7641376131193133,0.4069804940840377,-0.0073449053774788655,-0.9886894240707901,0.8484519935685045,-0.9841285363889518,-0.42036434786617893,1.2362649203975662,1.6719024760273846,0.7247261528848837,0.6245107923106793,0.6915261345614775,0.8699529579445464,1.3824987340166899,-1.369957861165294,-0.2614068039020729,-0.6360823296856281,-2.151191606993894,1.3293767380450492,1.0122938149569203,-2.786937113781605,-1.1878267002044343,-1.8978512972343178,-0.343434307660024,1.862745943531464,-3.392221496462609,-0.8228652922031842,-0.9564208998344649,-2.0542937329580533,0.9196924644056484,1.1265222821185525,0.7491513323388425,-3.3879748858172025,1.1990937577358918,3.720121915630019],[-0.972797098636929,0.564865304930541,0.5405117823457061,1.7358174033670772,1.4558725843719622,-3.673916818902001,1.0883016529417884,-0.18499830106658519,-1.9716708051545024,-0.3439106746982491,0.5140208073098483,-0.6239200434690677,0.7030938739137114,-2.6736641153479317,-0.04840584091619289,0.6678951973833941,1.9082053951188076,1.1626588355661327,1.2824794534379804,0.8498766914986529,-0.29474868158681644,0.5504288287556974,0.002396203547200277,0.5081335885655265,-0.3901207680344541,-1.0132208253270356,-0.921003542473198,0.44317861938372793,-3.1356907274564185,0.5961136109025448,-1.1144825535279959,-1.6624178126210134,-4.937368127726145,-1.7690313508352964,0.8245657607923583,0.7991450864889232,1.4705445824850907,-3.7857888194866205,-1.4007953367383101,-2.6705453605254585,1.18362450920262,-2.3172689248248153,0.9915654828108835,-3.6767748286803967,-0.10129160278869372,0.9411586142403218,0.12077841866267866,-4.761375106628495,0.38959065603977133,1.1755570973063794],[-0.3022697795446619,0.20676385015461157,0.1853266498619086,0.5703023008139276,0.07633327323402149,0.8538938553125575,0.09027733818482857,-1.0152368678865946,-0.7129371211224534,0.8711069036055017,-0.41165786320141623,-1.1296570876978156,0.34860969482411436,-0.38104505944775496,0.5225475737378575,0.1179267083586168,-0.7377358112913777,-1.093732584048594,-1.384982418244555,-0.6011657953067412,-0.2664801797887678,0.4470729909189491,0.3212902567019819,-0.6124096244683385,-2.732883395332192,0.46919654358590973,-0.6279743960357944,0.7211567550920241,-0.840143921480656,-0.19713100544898995,0.2457013014658188,-0.49973385881048243,0.09761195763264228,0.36225977565625506,-0.48499281093742275,-0.8646115459763195,-2.805545541957813,-0.801432236325692,0.35955920088871424,-1.2254506409143182,-0.0027036361715769954,-1.4840984222769087,0.18830728642145542,-0.6008351552509089,-2.8098510802083254,0.08541641929122032,-0.5053297477632747,-0.7644282798634965,0.8036732446148516,-0.3548905881942968],[1.0384843714076661,0.0140436925310192,-0.8956496023394305,0.18955553479862283,0.3329076947767603,0.2516934248857844,-0.011738796412908974,0.1365129807724086,-1.1168203901577394,-1.2275737452164988,1.066620760685161,-1.7413286103782184,-0.5961538475790215,0.133812595067573,0.1400629480416109,-0.09172941321673223,-1.3358557778895104,0.17513280246799334,0.2932647792816991,-0.6683547717825421,0.04369936981853487,0.683320012670505,0.9275700481539622,0.8736059736886425,-0.3333630627936389,-0.28907397675847185,-0.46756259324588145,-0.6444007522747646,-0.031563749070675724,-0.1141187424489342,0.9683999121569908,-0.8043944415219586,0.4105372112838265,0.7146417102399468,-0.6451269575899304,-0.35365277344803014,-0.24661985811215925,-0.43867978796093693,-1.45606493408812,0.08773496137571586,0.21670195057989614,-0.27759507551822893,-0.17150634791863129,-0.7873005260287074,0.023452683142838143,1.0336466839689822,0.863701539529562,0.03330562486204689,-1.0709191303569763,-0.9628258570723324],[-0.787823800021103,0.6208316007901233,-1.0334042044150746,0.6731563014779557,0.2867301201959287,-0.9787023938378738,0.6021856486047908,-1.6955041244684148,-0.7080713347369008,0.5095679571385527,-0.36166899994003865,-1.1250582005320275,-0.008015259958193155,-0.7838279115756888,0.3520407904987962,-0.0242846862487743,0.2797252731824956,-0.18311723162142454,0.5973302172219895,-1.392372926525962,0.7078210899954542,0.15199504612928225,0.11982704423923263,-0.36764585019079127,0.1871116205634839,-0.4830121103212213,-1.1530569641558088,0.450744900821455,0.5858368284575405,-0.29516212413237264,-0.5329373987698397,-0.7063567228463707,0.029043837443230226,-0.2613668290523174,-0.20952482273833525,-0.15279406403834653,-0.8118137394615388,-0.9927442529595153,-0.5694426354223077,0.6420959272014654,-0.6977302608747359,-0.8109496230810253,-0.6237095715746245,-1.0432937490791252,0.9283293577812427,0.2201379947822317,0.47962612825354983,0.531247069672013,-0.6770794652863712,-0.27643890545818167],[0.6947575517313884,0.5763597719479311,0.056983220443791546,-1.145853314205598,0.6544031263631475,-0.23086700396790008,0.4045820679459221,1.3328918136822878,-1.643730071667844,1.7089263208803829,1.1738346530198644,1.2292082685023464,-1.0890530754333856,-0.4973407371151434,-2.7995638352040957,1.0885686948376683,-1.8928098125914856,0.6667027942128871,-0.5289675231602292,0.678110509106593,-3.3305833110314604,0.8786940825704374,-0.32496147648965795,-1.8847777231150389,-0.8422170546317516,1.8142835962437889,-5.322851931346566,0.41644433110288276,-0.2583752160234944,-1.6718747973210313,-0.07792546516567869,-3.2619401924789835,1.1218445693925638,0.10038496189557168,-0.6993857074318411,0.57343239076042,0.7351452561193893,-2.6653979454414833,0.3010345961876672,-1.040320546779947,0.8076576442720246,-2.018629243098378,-0.2498234302270355,1.4051606029080674,0.8643969234344006,0.3414878605233967,-5.99322346679775,0.16682221013729376,-6.737357929033692,-1.7848099258089292],[0.5375048116324339,-2.3424734754357566,0.39817114049897184,-0.11054806121086698,-0.4803987732462566,0.6167883147390432,0.3201884160447047,0.4093142461333935,-2.102690402440502,-1.8193836517979145,1.927545106192781,-0.05237675393873039,-0.41758458523433983,-2.6216268424712803,-0.8833294600877463,2.4369294876402203,0.33726707642356646,0.036998094279495575,-2.5935908878828413,-0.4780809673286143,1.5818613213194155,0.9407579890499135,1.6132225625417178,0.7478196552876284,0.1487983520950753,2.353085272848632,-0.7505890413755743,0.5444584239392428,0.43052870722040026,-0.4578799640565883,-1.6710199304122844,-3.783789174117372,0.9564706868711917,0.07538120262029475,-0.036852710521777965,-0.4695720887351676,-4.87681450662033,0.6159802925728086,-3.2612996475080935,0.8021110228974827,1.3234376938442867,-0.6061427592169109,-1.538514035675477,-5.3287808823725635,0.8813056659044268,-1.0354816143960166,0.38899756396395646,2.134234872346588,1.5557996806854792,1.143890083204443],[0.009213293544589484,0.6949981788490103,-0.3572473527852143,0.6052392831759127,-0.2615476641548826,-0.5585425460329102,0.05699450026992287,-1.3961605487691218,-1.106457944959764,0.781038232514918,-0.5302908616673919,0.5457430536277339,-1.6610217232864646,0.1708023675245744,-0.23706861250454297,-0.4912269206156388,-1.4938349915320912,0.9417655854840875,-0.02057307785131308,-0.9297575263273294,0.49772096123715465,0.9624357244521593,-0.5592156135188999,0.18888325068543588,-0.24977639840428453,-0.2957194282601686,-1.8522366601683196,0.5985667023692243,0.6380901709113956,0.9296934213478047,0.06120837250457306,0.7052455659820764,0.3316936916395196,-0.03734532105232453,-0.18809852374884897,0.6804704644755574,-0.8317771178202722,0.190400849986697,-1.1500856938542339,0.845261361892387,0.01664246735999255,-0.005498572166075262,-0.5550293657295253,0.6351451992269784,0.20997197502372683,-0.14713297217557822,-0.6363377187959803,0.8945406409716056,-0.3353295105693162,-0.6013844903044153],[-0.4347452422002799,-0.5995705501742333,-0.6107000518771284,0.05527005878744712,0.5604614746156086,-0.01128879670682617,0.7362895456849242,-0.36963913745424304,-0.03502598974686765,-0.3603692382572142,-0.29006984107120665,-0.2586122067365368,-0.13568272816628885,0.5443840621853661,0.4323197184007662,0.8598804210348113,-0.8700896968715001,-0.2718300909267792,-0.4516901521762318,0.8665187724109462,-0.3344415658754144,-0.26275340915697093,0.17248878523983682,-0.5032834285446994,-1.4265913239286652,0.3308109153980865,0.8689163668607292,-0.27534410840311774,-1.2570374236127404,-0.7554230907884969,-0.2609774140116887,0.08061422689926737,-1.0061772488128018,0.9660273625160438,0.4725005204418117,-0.6465608175007782,-0.03800367594776251,-0.10568842377054459,0.28142225841055596,0.7117590545105489,-0.017404579527560606,-1.5862624609784963,-0.5836791832058034,0.10367844410189865,0.3894123410524597,-0.1959153269602618,0.8405421122262708,-0.05646116315818887,-0.6383316000814871,-0.08817651417560957],[0.560298119588411,-1.4510525221150987,0.10348249353086135,0.4158091617943529,-0.5299133602623306,-0.852673187248494,0.39564114870135125,0.23666826779138772,0.38284828925413167,0.42603987586932757,0.7893302866802709,-0.8289022581342825,0.7106055459540218,0.7029201681921108,0.07504926150738364,0.1019717959355539,0.5020112911144683,-2.2511792786036393,-0.7698393526178163,0.34956538968230255,-0.1854985989963601,-0.16322856159391927,-0.20458028279767776,-0.6137837607806927,-1.1800508045511957,0.02016685245718102,-0.6115223855005254,-0.3299563556374849,-0.6252700932495184,-0.08126122154834785,0.1600235556268257,0.07984031419402003,-0.1039237961272341,0.7400626872356385,-0.10769633982270586,0.024591282843880586,0.6050900854842924,-0.12843728698104287,0.003586250665003641,0.8908480213617187,-0.08114037584765986,-0.7883231187298023,0.1403588952177808,0.588364608635715,-0.6931260081417013,-0.9264267250319537,-0.8560844295148627,-2.087465643517372,-1.2788155532833443,-1.6985899157961464],[-1.806586521059943,-0.03357111321753475,0.1057482464336009,0.7043464073912843,0.4392505784202888,-3.009566059211885,-1.113670359219772,1.424835182008986,0.38050464131266803,-1.3484501758470555,-2.086937904518957,0.6586003161597173,1.0024982049427331,0.6996280425677927,-0.46567352084647146,-0.11008533543026462,-3.966709398525051,-1.0314632380559174,-2.06281217705688,-0.40535856617836513,0.5513385808678987,0.4499456701760193,-0.33142466428193346,-0.6979823121170147,0.38716307512147324,0.1443151698242253,-0.5614243387163472,0.14165307358141999,1.6483076634876792,-2.22681439658402,-0.7298269317479537,-1.8621511381986335,-0.16211647872598592,1.0643674011931206,0.5002329051831449,-0.3859476891419702,1.047418359378468,-0.11552153204920658,-1.5148331290204218,1.3007846035000417,1.418847395125271,-2.8538905400154415,1.1682143477704623,1.7724274035764596,1.3195393061273526,0.07642770911956555,0.6339904114276878,-0.49458497293700077,1.213066277799154,-2.7398508900789125],[-0.7052479800778587,-0.2513068361527967,0.7872822311998399,0.6463982379203334,-1.6711906005722479,0.14071174862671113,-0.15052808263578799,0.5538580308416309,-1.8264208987113297,-2.355096751356165,0.14440066044814565,-2.3688237158849894,-1.0462135865182158,0.8629986792599642,0.39534366728109244,-0.25872560607226064,-0.535621955329789,0.5554478925430539,-0.9709329792357543,-0.5689739299553601,-1.979840456394998,-0.16806289614599226,-3.118713691118752,-0.527024751893654,-0.0010285782571568002,0.4927309639942305,-0.8873302803353822,-0.06018822002431095,-1.0528869262407874,0.18389747420326227,-1.9455770668995744,-1.2633066298070401,-0.09029593295128105,-1.3724196918206784,-0.91885586807087,0.40573868400013247,-1.4723486485481687,0.7654647173477206,0.260994503507855,0.8535572594176866,-0.6893293492633471,-0.4031295923131785,-0.5915861219489923,0.7104695782416052,0.4459617954391873,0.03876400254482052,-0.23648363021536567,-1.1175099207670227,-0.3985774557979896,0.09688184119072535],[0.749899632230926,-0.49434041655111094,-0.19379992720072212,0.2003445331999394,-3.662713655100582,-0.1753825968996591,-0.07514664507322207,0.8013881056397766,-2.448733130374043,-0.3879237381023673,-0.21755092574365767,-2.8630380149605625,-3.195386511291212,0.055151283291417615,0.9937474794030297,1.001807656425339,0.7570843609475034,-0.055631714999708974,-2.885738804338984,-0.4413604737635206,-2.506138903623098,0.20320800745711368,-2.847409177255614,0.05826328110444612,0.8715057364977269,-1.0759256562953075,-0.24996379442799724,0.08319265837970384,0.041411202030666325,-0.007203487468350642,-2.46671852393831,0.6854680614359223,0.056373763751015,-0.670190994658545,0.44648627611224206,-1.4305210669896355,-0.03976082768206049,0.5827641296128202,0.17358772159226155,-0.295638155473856,0.9511613494745658,0.33832369255599626,-2.3056207021907262,0.04127687783789834,-0.46502394298508387,0.6013651284444128,-0.19233239300535948,-3.4401163105611587,-1.7581812321234576,-0.36177277516162026],[0.65197018372258,0.5877692436268069,0.2606386963547156,0.20046767207283323,-1.9091952176854625,-0.6013507324012753,0.3015162351945924,0.8867880957582195,1.1060129528917246,1.0519930355116136,0.22807287551502625,1.215757986904326,1.0781270351624508,-0.0779439617038754,-2.40557143205163,0.5669460250665014,0.798131238365833,0.08709903970669781,0.1758142556313705,0.407824822422982,0.5432935707695571,-2.385089162064036,0.6841598123607681,-0.17905971771513385,-1.8823315704680996,-1.174298294214152,-2.298210710701541,-0.8011456913125012,-0.2769849388247015,-1.4295806089604988,-1.358667153810006,-0.28698943461091797,1.367500012540044,0.028513519138968896,0.11961290846017394,-0.20005862951994713,-0.4734388909524559,-0.9427910631588786,-0.8561863862116745,-0.39784137433247746,-0.10299294891527222,0.9696497986418268,0.2844698156812405,-0.6893007991596014,0.4751783960456551,-1.8384256474952225,-0.07878675042111237,0.08578766404222483,0.8902016055467585,0.629617618772797],[0.02775410931260667,-0.830344175084652,0.7652151785721009,0.40145130672533,0.3724499423614335,-0.926304004102115,0.301345666068312,-1.1848663482164796,0.700957060756811,-1.934730235567671,-2.6384109310138872,-1.9837924472760469,0.638342104256354,0.8463460975836453,-0.2717536849273776,0.40632584351318757,-0.1355707039178268,0.9949233303177016,0.5983261801712134,-0.49282049331471495,0.014709938893066042,0.687359134698157,-0.7912650142220848,-0.7283741427923675,-1.7191720243143525,-0.03489314543317407,0.7059714787524066,-3.1585734785764554,0.5082833910456878,-2.225371081690207,0.2651771213316373,0.38512406810450683,-2.215429299598278,-1.4425961408434114,-0.32880544134049133,-0.07599142930221287,-0.09993578748025639,-0.25676934579278643,0.46744684938034137,0.22955218778058517,-0.3150450667695162,-1.1972052654265846,-0.6816560296141583,-0.33187749196439337,0.21522069388562567,0.5670112502623901,-3.4702193324935595,-2.3569459324635673,-2.708199271695372,-0.9163176537906548],[0.9650885432214626,-1.4734889024349187,-0.6678986930350802,0.4571679038433573,0.2102544080848521,0.6946139737904162,0.29486492941929177,0.5168260717010146,0.7296310921777822,-0.9007910173545757,-0.21321685866537216,-0.5741014161130469,-1.443489509180043,0.8069750747895628,0.7868898673703533,0.4556169012157304,-1.7624980348072032,1.0328420811869599,-0.4117892563901588,-1.0961277113035635,0.1595142880674794,0.9746403725666031,0.5599051533704613,0.39062366286158384,-0.712367721957457,-0.17422341990477144,0.10100973850108165,0.12274467237241872,-0.8874839809068771,-0.6838156121553973,-1.1726484298852096,0.4970724321122602,-1.0588407038588437,-0.33312120369827064,0.8118506443159581,-0.7658703304352723,-0.6907882734703863,-0.938236701500354,-0.1810310020679066,0.7384740791466489,-2.2071756322777194,0.18561213375336932,0.05216475188588354,-0.41393536144428006,0.20011239139276393,-0.7402343509751915,0.22012100734965798,-0.3050398658716645,-1.4188515327191389,-0.203485092507178],[0.7048918859503944,-0.590104225482434,-0.8928474165095068,0.9803801747690273,0.9106558673260384,0.546230836196867,0.6726065784427719,0.008016925801589685,-1.1538958226677662,-0.6805255400895398,-0.21034480522770105,-0.3584363737591878,0.9439019385407503,-0.02572294118134055,-0.7521630306001366,0.7852694475304013,0.42967352346335413,-1.7709177339405946,0.5288717498261195,-0.48685056956336714,-1.2705724970574852,0.8558858906156984,1.0187069233795805,-0.6786787946073872,-1.283949226696409,0.40211077606529194,0.4236734636995967,0.033033017683287216,-1.7507165934361004,0.5660489027653579,0.9510421146613913,1.0035587435346427,-1.116411955516104,1.0981805846362114,0.3518460544369423,0.4257797100478004,-2.8874637183604857,0.8155611200916395,0.3350896901939972,-0.09954743774640537,-0.004729833633570718,-2.031289147253522,-0.09819910806184844,-0.9094653749721456,-2.161974856981027,0.3420374805285777,0.7770189206130366,0.4148681461833847,-0.9341326973093371,-0.8914171975861147],[-1.6682704878186367,-1.0801682311880343,0.5405705016135304,-0.35630243822729457,0.9631521460248582,-1.1454690805786405,0.028939399182972204,1.0377628914250345,-0.4485670633256549,-1.0739106402303618,-3.263401409718239,-0.16751502330046641,1.1489611258434917,0.8065160951828464,-0.2626006969328275,-0.696835853549725,-2.527934606345436,-0.04972876467877546,-2.0048520497518205,0.1486572708285551,-1.5265324702081244,0.6697739399067937,-0.08185961392602026,-0.10946848703332734,0.7161773823967235,-0.7795436452733288,-2.0025988181371415,-0.0795273660652059,0.9185928635993437,-0.9365941616438543,0.9162068262501892,-2.6142922993723303,-0.27589920729077877,0.12720044543891637,0.4590744263585401,0.6316023888886098,0.7585574527562444,-0.18939377240647254,0.05304032009601093,1.2380333098972562,2.363419860630815,-1.8472063412030253,1.3040942335537062,-0.18547361936314266,0.868222601025714,0.4633570580789084,0.1424282643065455,0.6673120134024376,0.5720028996295851,-3.1314591051242613],[-1.409516052446833,-2.898464865973933,-1.1795963422682674,-2.8507735100036573,-0.8834154844819446,-0.8227975589919806,-0.12183494284843244,-0.587073057038917,-2.890332166793453,-2.7074938336257928,0.31341061055879055,-0.8298206476252027,-1.6790627237813398,0.6804066157081804,-0.5613070909161183,-0.646371959681178,-1.2424592052011645,1.4272325366200966,-1.3166077451131823,-1.2671114387043714,-1.258384469875638,0.9335047804748058,-2.3523246578765766,-0.7922216968971193,-1.2433875057622026,-1.9537559027580402,-1.9932049757200816,1.021842800691773,0.6079711932207919,-1.4297566680591767,-2.5876103954245946,-3.6927970405835757,-0.6763250991953176,-0.9990409863869715,0.6515414843002976,-0.2514997211570587,0.18948999765260283,-1.5737777509325064,0.9407618617359204,-0.41117025146228803,-0.4409903746107001,-1.3960394495405037,-1.5501546436065239,-0.3174944335008004,-1.0935481174086505,-1.2978045097907855,-1.665434981757324,-5.296605509431211,-1.8442272784298661,-1.335163151345974],[-0.11667587929372004,-2.433407445590589,-1.0514966427194918,1.1000715833938397,-1.213356552406505,-1.0486056807860324,-0.11542780370396756,0.8282409438143571,-0.022224778561449422,1.0438606321334274,0.7458644317395758,-0.05419418324668633,0.24065409263502066,-0.5984908354634656,-2.0490182301379227,0.6120327628963392,0.6362053537862771,1.0793782786970596,0.17317334381990798,-1.0516150832757178,0.40387751641389924,-2.27229899851237,-2.023989546475086,0.0930733270215951,-1.7088390468627048,-0.563985307016668,-0.754477840774288,-1.393472887005217,-1.163969319444612,0.439148982691293,-0.28333673637963436,-0.9537798935810143,0.5862903720331574,-1.4986903230176079,0.6130335723759315,-0.13632708931635873,0.21122495350293158,0.4711967116520197,0.1386868032884889,-0.8565864241481977,-0.5508312556048672,-0.744906304189806,-2.5941688450007225,-0.6382470286337345,0.3568642558788943,-3.35496693455699,0.4424945909116861,0.5440839600893426,1.9658861188263952,-0.3972538095706455],[0.6164478294285618,-0.3060995270708387,0.10713212689907207,0.3650773282884614,-0.4742422557189171,-0.35937825453470185,-0.21698684903884427,-0.04244210670822246,0.4228428320556339,0.6066852449036314,0.5203876154264634,0.18985464811842262,-1.3276423321931445,-2.1410781019883895,0.4312467335201117,-0.740676562861063,0.12446674250820422,0.5259425595343757,-0.9818326882817178,-0.1017847124078633,0.6500814463502281,0.64441022143069,0.8035658516651436,-3.0280901879119666,0.8205081197770849,0.23676383615204402,0.4124881350248295,-2.271188589014383,-0.35089422902265327,0.6539117768126337,0.7839999277570857,-0.46583117199495955,-0.05415912616830209,-2.543320439148803,-0.6735781849801601,-0.6394068309596366,-0.22732858531747113,-3.4561506845763974,-0.2836810875678977,-1.3728017947415965,0.9081684165015321,0.8877595256536209,0.30805456856577645,-0.5112297767440268,-0.24050197395079187,-1.1998816454572374,-0.4225235858485847,0.3308785942251522,0.5191137434418184,-1.7974721156624016],[-0.9809689544521641,-1.2696031941988768,-0.10958316219516451,0.20533812498176746,-1.1711536601326435,-0.022436083360183063,0.6922285301415604,0.39071657393309217,0.527426470361304,0.6229053881451649,0.8381768029607986,0.35378270787276966,1.147736108555433,0.6295461949378384,-1.0299891482938814,-1.2432032390624308,-0.8537012694380071,1.0236816375226174,1.022149204164339,-0.608438684204397,-1.5041275762253183,-1.2865243195626934,0.630786991516164,0.9080734432656009,-0.3708139761617955,1.0137088316910003,-0.7626417955253881,-0.4597915217800342,-0.0018337463276068035,-1.0629045691247128,-0.40792655170137915,-0.934323852017177,1.052004483207297,-0.32001621633471733,0.2132991472103536,-0.9109719654928353,0.3927381062312001,0.8535622972112944,-0.13979250567590623,0.47170041096633586,-1.6166978819872768,0.6850456899643117,-0.24099142486163727,-0.38754092208306584,0.5052635712378757,-0.7293524541351458,0.6571757252941863,0.27010035654063624,0.8014343197239825,0.22515943565299826],[-0.3158884133170313,0.04505128558968413,-3.6246843145193828,-0.3870215775468071,-0.16343168207977937,2.3427367460519024,-2.319665338826628,0.675448283677574,-0.28290841090398167,-1.6281014083003136,0.818831411835475,0.3386608505164208,-1.696691658078104,0.45796388882471883,-1.2086061826933083,-0.6634652990531282,2.6488912394401782,-0.09888750871086495,-0.07550955125923363,0.45027900258877734,0.29018738147153894,-0.6415750735358852,0.2899028401825697,-0.3649976884105618,-0.10153258574910819,-0.18999082077596413,-0.5131490562104273,0.3701386158512929,-1.0567767181471543,0.7854733999435732,0.8176442162811433,1.5105964732997246,-1.1522782200250365,0.9327063290899184,0.8975644271724464,0.2893415801221667,-0.20582155835295465,-1.4418910030888266,1.0235187414242028,-1.4262337619640715,-2.849943605830275,0.5613506836490461,0.08936432710832488,0.3463776327920352,-2.2430874997953727,-1.4681926305260014,-0.5433763098682596,-0.37192103743877314,-1.5698427610561034,1.67836678390572],[-0.7625071359925936,-0.2551306961262892,-1.161752867284768,-0.19061773725005757,-0.47692885387060857,-0.9880616728687888,0.34450301047967063,0.6542323406828161,-0.6402182746748374,0.4682305353215805,0.47473066312215045,-0.20152579708345306,-0.10696539012772484,-0.35733265148044635,-0.31438822531966953,-1.453399635848455,-1.7237059185495514,0.1313094605232314,0.31219146081420035,-0.6311722826697954,0.02751759257042177,-0.6322759525898883,-0.22660892388545156,-0.5855169159651639,-0.8169188469694407,0.4735448909534304,0.6264925947473788,0.49075296596256,-0.2422405298732382,0.6730528078649938,-0.8983910643583188,0.8511980327026674,1.1091437259019952,-0.24053131152383272,-0.6092015843638195,0.5220746692923088,0.10995676076245492,0.4121824828863976,-0.10950148231226389,-1.3851695559829447,-1.8300214406125397,-0.5113611987229869,-0.9371870806827773,-0.854205634106939,-0.012721488771144785,0.4039389134421365,-0.41919079841510215,-0.2907657964366902,0.223663716386095,0.8276057510879516],[0.7592185968855056,1.717844955212473,1.2301621504092373,0.6514538660728234,-1.2608580159284393,0.19661423478914514,1.9252373161271672,1.731177851069451,0.7048147478240916,0.6437511677631202,1.376454750029253,0.03603087452763711,-0.4318122267984868,-1.3681021248050627,-0.2183768287770121,1.1645551701474322,-0.3977895958367929,0.20285895994959674,-2.0386388792952954,0.5247249674391541,1.7802242754103115,-0.3658814330506755,-0.5087232502440817,0.16458809829851914,0.11576665566021821,-0.445689056507523,0.08383460542883533,0.18966993030344956,0.15787698057019334,1.069505323182207,-0.7466673632540914,-0.25710655231561846,-0.6428306055769674,-0.05402539306084314,0.45917000259888513,-0.027805350947685784,0.2677984094420971,-0.8887304305272037,-0.3800752306234747,0.35624519034625046,-0.30578380238036595,-0.7531926637867571,0.32799147392693584,-0.7799442011577253,0.7192451912446006,0.7886172782114284,1.0693605280105556,-2.3548718331026413,0.5664834911920701,0.31924885772601436],[-0.39783087900371705,-1.5654287988546856,1.0968419020013989,-2.0678187027839474,-0.8108919531402077,-0.7379890217307609,-0.36014384559676005,-0.8251738748129974,0.05065995661243229,0.3387844615673723,-2.76502581688998,0.2785547358985121,0.013830526244166709,-1.8937879706950693,-1.0015657911837448,-2.759009652677163,0.9052650103492261,-0.3259118892241228,1.1893892779733064,0.7529377060120102,0.8000443343930524,-0.6153521873786204,-1.2978526781949056,0.9767449006470883,0.251796187824196,0.5947675613538452,1.1430885116658664,0.006954084230227604,-3.652274391398325,-0.6183973348298856,0.19747320892418307,0.7831295369698155,-0.949558612544907,0.9488611013232241,0.7009868104280355,0.6902857410891579,1.0606253373035592,0.7814388749981569,1.0337631142062766,1.0362779408950986,0.7245993368340038,-1.921871836213545,-0.8321230445916132,-1.2581272437655897,0.3590350147076939,1.2056691026919824,-2.6111548844750208,0.3450545884685743,0.6089681600835081,1.589634889613436],[-0.9436479227124254,0.7551082604447049,-0.7333795810011993,-0.1361652320059594,-0.5133895571912671,-1.6899345520463196,0.5149428282598059,-0.7947602393532982,0.49832881622307773,-0.8377153245394814,-0.015698353358131717,0.7197761392210648,-0.38497793776178835,0.19782005347574622,-0.7722876005103934,-0.63258147773776,-1.5534362798450336,0.3278907386934039,-1.0247110826284638,-0.17992011727220922,0.14886612001412108,-2.0027502390838507,0.46873592750059523,-0.8339289597608514,-1.0669113928243834,-0.6973691906783714,-0.834674594871793,0.4247818240746217,-1.642681587551212,0.7633981446879929,0.20454179993592903,0.547057233016706,-0.24297320797818434,0.8195531679632367,0.2812336925313827,0.4902654906583958,-0.42221902330720434,-0.4957696611991163,0.9521942189601298,-0.24185137619803937,0.8607496837655073,-1.994032141888439,-1.2351561467496093,-0.3169554809486474,0.904216316025538,-0.26308571065220054,-0.3145995448103049,-1.1862523340198874,0.9763188517584919,-0.02208941760210937],[0.8443979528905262,0.7813075308854218,0.8071961220414694,0.48883722351007264,0.0552032649827833,-0.9348570994960401,-0.2790299829569787,-0.8665050240721613,0.1638741595648189,0.6083394982683032,1.0834310660380004,-1.7689253976833867,0.24678921721169053,0.22512315168140873,-0.06625379085939981,-0.050446268158619856,-0.8839759815785151,-2.08991383073711,-0.02935599166559982,-0.2580715392858096,-1.208860733592067,-0.16517379028022774,1.0233779209901785,-0.18024069007743662,-2.2248631590679633,-0.12621151126987232,0.06597287468612299,0.5385531106073542,-1.0132609330857627,-1.3019580724607573,-0.8191051936691479,0.31455388620742747,0.02536903406413727,-0.5369090096056658,-0.8448293982241298,-0.5618504570012235,-2.374660688747972,-0.323451826100112,0.9636672335613536,-1.658866569075976,0.22059703588634064,-1.9586006262070939,0.45853768980472026,0.30167477026165773,-2.232246520353846,0.6724321530371429,0.35929249554149323,-0.5131265862308483,0.2305124797916355,0.567539116070708],[-0.4288097770105105,1.4398614733052673,0.24853986517739216,0.9028059859096401,-0.8829242666888212,1.2181587124283926,2.2339786225091385,0.1489391925128092,0.19257135993526922,2.238544505845087,0.06395459981288554,0.0875514653245005,-5.369897942694728,-0.3545444035128226,-3.1823057418339475,1.311908734314553,0.9798409509708792,-0.6895298517281777,0.4241761432629989,0.8341743832419493,0.15861579768010317,-0.15570647425899664,1.5491797700162204,-3.813055120094825,0.35325591331613987,1.6101068150532443,1.3296145037131595,-0.6233081745643294,1.1879705479989167,1.7287911099844047,0.501137936295795,0.3881870935225026,2.517905367689381,-1.9401353954135896,-0.05650662982616407,-2.048211013956151,-0.986192937066865,-0.3297266554468669,-0.5737269002885258,-4.376685795066518,-0.5110524601106856,-0.943625754871551,-2.689253923892223,-0.4012589128524201,1.3174341082274623,1.1436657963133239,-5.001036877077145,2.068258062942676,-1.4288360169354846,-1.9397860373220588],[0.9070576259888435,-3.22916960693556,0.114831742954497,-0.7227625143985396,-0.8949514386893574,1.1551708538375476,0.6177365195335082,0.30131197193957426,0.6517100334055783,0.1421963826396883,0.5466899782776135,-1.474571230879704,-0.599831969156925,0.6675746151160951,-2.8491673763084107,-0.18829322712763705,-0.33470146644492726,-1.082607122544052,-1.853950398817708,0.0302685499524146,-0.5243062589022873,-0.3857140831198093,-0.42067567557110874,-0.569810467207402,-2.1602759389814907,-0.4589329071375284,-1.6864055350007163,-0.9168553452408289,-0.09234350063448307,0.5881950973771511,0.05711979295355849,-0.020575254134615407,-1.899645371387359,1.1529328162485593,-0.702059341016139,0.08094990536800656,-0.9552183435676614,-0.643869672439049,0.5313749419741035,-0.9558037267961916,-0.19627655592161167,0.5707403629941946,-1.7674771334911719,-0.4763602956979982,-0.5744435810902002,-0.43000450079816693,-0.28420003751165723,-0.6712748032934974,-0.28064048730341484,-2.233979845480183],[-1.4184800920395624,0.15749426045317585,0.18647092824449094,-0.2634198324647773,-1.1824410622667374,0.9178980196401711,0.14164075044637348,0.6820048918637989,0.7206806824902392,0.755409577316293,-2.411030228567937,-1.5486153646167424,0.8008491184441662,-1.9140836470645768,0.5134068191350301,0.3504405244545098,0.11766610166083626,-0.2852503615446625,-0.24729862914407227,0.35122150653530243,-0.9506076630589384,-0.7044452802164416,0.16953396002346643,-0.18046269088545028,-0.7974852484444929,-2.617478136668429,0.1911665045529683,0.5939640553678079,0.6043672091714063,0.1128800211744027,0.6756150363424096,-0.05338833632200956,0.21833122231317922,-0.20263641950684694,0.08039605763081632,-1.6401339057397513,-1.5360017987393761,0.01642393668833519,0.0806188241876737,-1.3089498942254716,-0.046544476472197505,0.9290074107376122,0.39204549650712583,0.21977165722459738,-0.6532455072289117,0.8056082304057786,0.35410557860001335,-1.2268467678769273,0.5081612328239768,-0.5360831528627652],[0.0868325216854284,-1.1446632589712538,-1.3936944566891147,-3.0520811470167053,1.03503734128575,-2.104422210422264,-3.9581956741222264,-2.149056953037502,-1.019178434028478,0.6015888762566364,-0.5874928682756652,-1.0369439490962933,-1.296384565259013,0.5349035391760247,0.1413037236128129,-0.3859476724780405,0.4665308985298061,-1.4246836634250934,-1.2230075371508777,-2.7029432206816395,0.5801790941465194,-0.1344547164070388,0.10080522006900502,-0.7454104924738906,0.33339256556459884,-2.2689817574184383,0.5982796122334052,-1.308990305126781,0.4484017326267671,1.2010870911461524,0.4129710247768912,-0.5473015741073674,-2.0723620434057968,0.6488139251874809,-0.996795368691368,-1.4716220618276896,0.5313732320659765,0.3082356417954644,0.7540497944305463,0.3761161926848521,-4.701518470891954,-0.5901630529928372,-4.373791702585162,-1.0621315796355224,1.0108164771721395,-0.8638883425328635,0.7099503630937363,1.8201346826949372,-1.1173812734518749,-2.349089467476918],[-0.13266561953931477,0.6374915696493919,-0.6542926365909909,-0.7522885245153029,0.01770151574703625,-2.8541101702121616,-2.861379181023175,0.6914516623229028,-0.5879740100294498,0.6684587566777144,0.9650239177279767,0.6182000803842336,0.3706545303375281,-0.2641094648193505,0.44712201509519056,0.33631739598611937,-0.37107643989155636,-0.4157616539843404,-1.0206258164823931,-2.0338973648301417,0.2956682338561172,0.0510472155772508,0.32396165917860054,1.1923421764230926,0.4115511251579431,-2.0892760106381445,-0.72162447396374,-0.35959228693888834,0.8392052851937642,-0.14045609149894325,-0.499304817205553,0.7644656824381645,-1.3911213282313748,0.2131531616231317,-0.3947492493820439,0.5871964329371261,0.550268947944458,-0.7588787193228692,-0.2506329542344939,0.5705814888273639,-1.6521591167024252,-1.6780601007544047,-1.338695559360707,-1.6238655726223181,-0.05942404680958825,-0.7324792467776051,0.4705811684234156,0.16479111832475984,-0.9219435410618447,-1.8146364212081847],[-0.7362354918861875,1.5813376866252815,-0.12109997501404547,0.5899776794675218,-0.7638336494785065,0.07710251010585303,-0.25501200682952496,-0.6673942079180136,-0.338122186311835,1.386915166016796,0.7722880269052187,1.3097477112014688,-0.5590096129401886,-0.469944820696985,0.8458330557752043,0.34822653397149445,-0.11273859339957334,-1.5582609236373117,0.012407113716164618,0.16318647427273852,-0.9112222014440574,-0.5910688501686865,-1.515979779256279,1.2648182450215013,0.17502027358579975,0.3834835166417797,-0.28638617750710027,-0.704846186859823,-0.324758629785761,1.3912088283644168,-0.5887723677209511,-0.8474393711797406,-0.31491809826419526,1.0255810435903758,0.49154626274481467,-0.1589804202600343,-0.45251419651308405,0.7290124540721914,-1.1019363892119736,-0.5318105324998451,1.1779933191098202,0.5839881795711269,-0.25610250122545963,-0.4009052596937154,-0.22913635492782036,-0.23978253069226602,0.8759727375162428,-0.5406481535639632,-1.0589529598370426,-0.5685344024148181],[-0.5486111631107339,-0.9512051154957631,0.26933202835958037,-2.1094311786247144,0.5218071110645366,-2.109572429212382,0.44249201547585026,1.1418990602508126,0.3818760066140301,-0.22677097182589584,-2.102441040745036,-2.724108392660511,1.8036927463638721,0.8098883759772645,1.3569889601328655,-2.036288981843969,-1.3410189098103622,0.5818199926362106,0.0889365651194604,0.052823534237452646,-0.4931242958725656,0.8053274460735534,-0.13519548551559635,1.0506307051202497,-0.8365007487409584,-0.13001998056853412,0.8768686394637081,-0.3028023568928611,-0.48607612850984344,-0.38549393517254443,-2.6727219139238354,-3.976130573857751,1.2564133141077096,0.035979602669736765,-0.43072110096907607,0.3710944974945225,-1.1834981344500755,1.1428631469753459,-2.292229163059441,-0.9416711333270891,0.24568787526584812,-1.0912860247604192,0.04975031908747109,0.070328059143774,1.08361652637237,0.5224235664801773,1.0851212964051593,0.0398607343076721,-0.14648681556952983,-0.8013561612381375],[-0.6948007963396976,-0.26069160751111137,1.7355299980182888,1.2306290098807127,1.5547307576585983,-2.1893496007808,1.3097648222343954,1.0907978122520687,0.47694141446268884,-1.6849444720583704,-0.5172907872222894,0.46217577298171153,1.5302068274326934,-0.4486435802136398,1.218900296478182,0.4084632525430889,-3.841705294340453,-0.42311172556188065,-1.1779079383827655,0.5287552669189892,0.3020205044411889,0.9922785529625489,-0.45412558078800996,0.8613425829665292,0.8876695671555836,0.21752112724780467,0.48802572740546235,0.17276414564364223,1.2961661912790177,0.4290952194446817,-0.47270646353292756,-2.351312123192892,0.2887386117321727,0.7301523619219102,1.0368451070479934,0.47985020751843765,-0.6956706779652455,1.0945349582910682,0.37569587932912546,1.1355773526330002,1.0799463065414812,-0.8733335420388348,0.6769950662837555,0.8181669809434122,2.3914308728204374,-0.3059412294458031,0.0005569863668818171,-0.1807538780718288,0.6816971879364042,-0.9795523081385153],[-0.8999193211274737,0.35989321857258194,-0.39044630300566785,0.6153053545896158,0.032016113271542225,-0.5740082821368482,-1.8144836472977708,-1.3416701861385427,0.7635564750759672,0.26898334753850855,-0.47090819827251745,0.8325459437602365,-0.14124811008599364,-0.8168234726812136,-0.00294971527131157,0.41924638954820276,0.2300936246609857,-3.982944523447485,0.9646949145897918,-0.6547950419019398,-1.8447749225602585,-0.12400563640859492,-0.5721029778716974,-0.5389489325801627,0.9313538466805706,-0.04038537322277776,0.9203807612194792,-0.3157080915837742,-0.12671025960940063,-0.3903381174306633,-0.34979495969540697,0.8780787458585511,-0.7709313689979062,1.0034970582942795,-2.2255634504518946,-0.3730273636499217,-0.5397866769878088,0.6809518546917698,-0.04670321533271108,-0.0290657792769737,0.47542879265890664,-0.8851925843278181,0.312091132782374,0.364367600778012,-0.9981369287304076,-1.6101488826119663,0.18184971351594828,-0.2191806692074864,-1.5564049132066387,-0.3521246761869458],[0.23812639976081953,0.4263315338307361,-0.20922405831426583,0.7984530373340384,-0.8314007238926222,-0.1950649296849861,0.7713259438333426,-2.128026955545609,0.14744907689361011,-0.5901000049144928,0.7096961819294861,-1.2157900269587185,1.0378679088260463,0.399106030618222,0.0158528868727743,-0.03700630935975655,0.10461198197909286,-2.0074021488771105,0.27799444909960375,-0.5526512806755606,-0.36370189904563643,0.5010442516990775,0.46462317665912706,1.0994508073410818,-3.1401921321590267,0.5698451221265495,0.1547271705425879,1.0160723957803375,-1.7445125822468193,-1.4219166336835003,-0.5252951072375955,0.5111542201834892,-1.885659670425852,1.0568122975135643,-1.3519886024609546,0.8489578436319668,-2.5396973572439663,-0.27795952513003236,1.3627124189163917,-2.4545049659904614,0.7953267762159657,-3.0724398084873976,-0.44347630571382274,-1.1000966431481722,-2.835580371512567,0.3266337387743272,0.45592624223005396,1.2175341347787572,0.9707608161429352,-0.7180072010858427],[0.061241470235594196,-2.147458063259796,0.13411514950298556,0.11330334934854266,-0.02156882946103285,0.6127151707687596,-0.7573690884259436,-0.5765478583115764,-0.7953709938585314,0.007221338123311124,1.1337960084886185,0.5441035580717105,0.17846417410687287,-2.7756246652235474,0.20223837994148786,0.654274221808281,0.619138764699063,-0.10673733061760693,-2.3308508126099188,0.6082190317537102,0.6638949139730932,-0.3321319348968891,-0.3911193407334316,-2.028176889544391,0.3312532699940073,0.07854968460175768,-2.350270489219957,0.44549659093657995,-0.9274969410164897,1.5005864563753277,0.7995755968867536,-1.6608530375648662,0.1929542527112234,0.8074529120146026,0.4033668006491497,0.1615570260875658,-2.5346415908369244,0.30503976888819295,-1.5618283978421321,0.3298893446715873,-0.4557725546522998,-0.019625532714963416,-2.1455890958461477,-2.730861474885051,-0.5286717592180081,-3.2407031400087996,-0.33888887847665006,0.8847673801681734,0.7783349932856429,-0.30229263339225865],[0.2555439816014631,0.09299047809886254,-0.24031498851533234,0.28959061997523317,-1.7952769265079445,-0.3909518612374278,-1.1893121061040255,-0.366528476469553,-0.5270602755999616,0.16337303885017582,-0.0035820389592952934,0.6727680662287681,-1.7190935873354423,1.0186821072700691,-1.1134436388715205,-0.24361477558283232,-0.6554560203272017,-4.112829047401483,-0.13776753251885646,-1.3251865891910504,-0.5580255903430437,0.13133749480966112,-0.3850799684538006,0.8804217553264201,-0.3464895554197901,0.961023215092543,0.9772320800235701,0.022553235631875307,-0.012761886878078662,1.2021627272837927,-1.526730767083748,0.04929968467762041,0.8764044826170256,0.7800092701214328,-2.1059453826078367,0.12195058410960205,-0.13868675343997156,-0.6447596326710245,-1.7291415382546726,0.36569192857295746,-0.36040893381632527,0.5639455271243295,-0.012513183972903045,-0.6497673847908991,-0.6333978962541054,-1.7350031683309726,0.9209065183884146,-1.3132611970371888,-1.9031417994547455,0.3777807858437044],[1.0396714597302077,-0.017157563371375962,-4.565355393097476,0.33786087852309993,0.500562576576779,2.403767981490575,-2.9578664971415582,1.4014338635423134,-0.2684543124952944,-2.4445307692065015,0.47668252957625673,-0.309980632382275,-0.22159518031531789,0.26121191099445024,-1.1274388946022098,1.1458070265045255,1.309732152939296,-0.12124555271653874,-1.2889477679785155,0.740806917771785,0.1328862584412846,-0.0991558702250296,-0.11496725510521105,-1.2602234794441365,0.8369223242311544,-0.9607979068597035,0.38853053693040007,0.2621933075743153,0.5029260888647592,0.8673787609389445,0.9976161351762511,1.702904110551755,-1.8331224136240558,0.5866142221533701,-0.6136375619590186,0.10652982379203611,0.030284740556192322,-0.2140823543071116,0.8945422957336647,-0.8829735467832494,-3.0140390208336196,0.7773871958730421,-1.2625715497239818,2.747841658097532,-1.5409956339325888,-2.921297549885577,1.2921577669893598,-0.16720228223043437,-0.5524233372175489,-0.7583434941077476],[0.1791387892874542,-0.6016820864529663,-1.8842326813715886,0.09297764526288135,0.5845833825609019,2.663637772033426,-2.1555839131147843,1.3339738297582338,0.455596831065382,-0.6093174435733436,1.2912831947281116,-0.11106297356491295,-0.6411915639736961,1.0673092788231657,-1.8558784384914144,-0.4184164431824174,2.0677555889625268,0.937931878971382,-0.17253877242104862,-0.1826781405140259,0.9415683613883999,0.32847256096836186,0.10061453357365346,-0.9578346929712631,1.2199040117386009,-0.6012798952536633,0.35867446003721426,0.03258276879442459,-0.43261594524168046,0.10039093781771993,1.00010899392884,0.6747605009070692,-0.9426194630851189,0.21084115304454756,-0.6964886407408231,-0.02915048582248152,1.0886180667791947,0.40204411179539074,0.19667249759687083,-0.3327674778309311,-3.4082149213061297,1.2191935652317616,-2.011600723982057,1.5438860128004677,-0.7071622036392283,-1.768316750484489,-0.11275095771426308,0.5583500335076279,-1.4513065631871147,0.9113445482124454],[1.1443502781869486,-2.8019042830145144,-0.23994185937697837,-3.7903835472414786,-2.4575935287003796,1.0932190278791896,-1.2691995393259905,-5.587124313259167,0.8097004184356926,0.7649063651692799,-0.9069168116441418,-2.9606124485846315,-2.452798372979364,0.3241210443359665,0.3885999880520545,-0.15729714032672937,1.0958213759074047,-3.278221045877307,0.17820874761354172,-2.586236113807782,-2.1416026841704037,1.3639833435946536,-0.6081508893677647,-0.9408798406719292,0.12491265290023237,1.4512456919464911,0.2083925295328151,-0.12302954854923046,0.03038902161437333,-2.1515166321033092,-1.3613129400003177,-1.7234725073787531,-0.9843516850351225,0.5244168124045772,-2.1661886060274127,-0.6231121600654046,-2.180890339411173,-0.6849005077622082,-1.3161618839485802,-1.0879226719510338,0.0796802086955965,-0.39089967528090086,-0.2365336972840325,0.9248445178985153,0.8308483740742298,-0.7432459972198363,-0.7193926024742862,-3.0709755275797233,0.07842820505059522,-0.0360222754914351],[0.2123348513568486,1.028688503537146,1.2386114793936551,1.195287828972639,1.370357527770338,-0.9347421031211505,1.6612961887619517,0.5891803093156697,0.043147328682133966,1.6228811896709878,0.14728373764099556,0.5921428978986798,-0.18827094365683414,0.7628477992364279,-0.8532498319548504,-1.7913662630786187,-0.45219494104805985,-0.607632347902818,0.40813428915557215,0.28066696322023793,0.01785398351879106,0.014590889129411073,0.008304659530803152,-0.9089240378773716,-0.7915711754355458,-0.13554010449860235,-0.5687335806174344,-1.3770262061292822,-1.541836863098983,0.8719813758569064,-0.8085619783308916,-0.42862762069477944,-0.04437949994002545,0.4070866643647418,0.6822993447498252,-0.439529491783377,1.034995928485437,0.6546544705256089,-0.792058315810148,-0.7466492870133492,0.20454683354196335,-0.0835562038641149,-1.7707678756208758,0.5949888342989444,-0.6167183918582132,-0.28255789321860775,-0.9488560591904308,0.4087838060034491,0.10101359972618498,-1.165227955134358],[-0.8680518124487129,0.16818401113062034,-1.3385672306506942,0.9580905379831115,-0.45079438193183646,0.07450186670692986,-0.7566781031100842,-1.338762119392442,-0.6133361065258023,-1.257478225784191,-0.3608294474668447,-0.511722714609312,-0.07059705019586965,-0.4251036679391005,-0.18560067327133858,-0.39237551388805164,-1.2563601991909767,-0.6713919612014154,0.29847847103593766,-0.9131382201855277,1.0689960441491555,-0.22250860727228738,-0.8709580725407817,0.9857586531500238,-1.54139745094145,0.36236065693165365,-1.8430134989598022,0.4359417462464412,0.1814661831495884,-0.3096269240032022,0.5440586294786385,0.9045597924272069,0.19341159753986856,0.2976704545178318,-1.151121870410845,-0.6988090709845214,-0.44520776983044735,0.4347883246986781,-0.13026742905943162,0.010888663802517216,0.34955235674621005,0.13989021552206307,-0.2548833134194626,-1.5489893192734914,0.8107189579094056,-0.4015044648306779,0.294938534553116,0.29822021379500435,-0.9730878813966354,0.32322508072128314],[-0.8378810992791828,1.5114324428330923,-1.6826542590885245,0.3967947286760903,0.5181823492535208,-2.9167110469400663,0.516828406563541,0.5918127192355159,-0.031365877617836296,-0.9658942470246437,0.45484681179401415,-0.5592581753932531,-1.0671500882892728,-0.4334463738470117,0.35598289563736474,0.588135292975275,0.8584282417754407,-0.6976751879696862,-1.1984924739074432,-0.41445721864547713,0.31285180523060696,-0.3369676260887725,-0.19100498848677047,-1.124441162827566,0.7258182643025014,-0.006266439156010553,1.089183373475585,0.07273227878904971,-2.517091855667494,-0.5842183272423787,0.041220069340214466,1.1179021887190306,0.39070033898726875,-0.5836961969998272,0.20508749696405312,0.8966515040725254,-0.36778566377119903,-0.060004762300377656,0.5846955203446288,0.5266112244838581,-0.6124345237362924,-2.8154922104466884,-0.5841491847491771,-1.9426330140192993,-0.9568967390121689,-0.4284358807162913,0.6986270107835902,-0.6792764684033775,0.2571968499575788,-0.149258394304459],[0.49619760283435377,-0.6707290748227129,-1.0743989108506797,1.630287330203758,-2.5679287221153424,-1.6965845001915911,0.5600420918135349,-0.09959733018205238,-0.24406338245081163,-1.3641101796106752,-0.24247115765020225,-3.964497098151898,-1.2394080160825012,-0.4414179288060451,-0.28640388419610047,0.4144773737272713,-0.21394707676143565,-2.2837062944464708,-4.1420804350001506,0.7244593451561264,-1.4218430115824594,0.7904066717945425,-2.9196970552661217,1.2928552958447286,-2.389653655485975,0.44698456771048467,0.7113770727751922,-1.5197528013093655,-0.9718566355392909,0.5615144705981558,-0.9400219857098191,-0.09514014974955039,-2.1083945534896182,-1.2729811640239637,0.28534990896167417,0.5823376445915376,-4.08049403381761,-0.8744038679316958,-3.041285864244705,-0.6537458575237801,0.37895861363021954,-0.6516379732920002,-3.3653524236995773,-0.3366122980086094,-0.7576172698023846,0.38260478122100217,-1.4355097146629416,-1.576552159293321,0.25689130206970984,0.5851197727249844],[0.9022123868405656,-0.2250475317104102,0.11594819407948066,0.8147079858068396,0.2686170690222117,-0.6146503242881719,0.02443296636797427,-0.2776742357939167,0.5533241919917591,0.5635395123417402,0.4904166316917406,-0.5721313226270398,-0.30440586557318305,-1.1846446969310813,-0.9449264226718267,-1.3594034489823976,0.894659193147863,0.7607282399229518,1.0246386746802723,-0.9313424809004407,-0.49915658724754064,0.9754301647663207,-0.561457029672804,0.7470713145099216,0.06841179950563209,0.16621706748123685,0.7545658495583691,0.6093171551345042,0.4258072147516112,-0.19952747012137728,0.14550212782560637,0.48858740470614176,0.36942450822378997,-0.2818180418344932,0.27031900753283883,1.1747350698961725,-0.6520507366625019,-0.5857271061922207,0.14921828911655707,-0.37248361291435,0.9531221313284579,0.20510470734397865,-0.3564540807032106,-1.2388282909188393,0.8594162134246237,-0.07332304634787487,1.0023996392752594,0.1912011038344181,0.4893233729207534,0.29786749421415964],[-0.5101701204677911,-3.4010566895890975,0.3921750415956519,-3.783684259609594,-2.2923165801218426,0.40508845301075774,-0.7505739891574953,-2.4532659163119077,-1.7130104404308315,-0.7246602715438382,-1.67837254412653,-1.94159659571581,-1.3855951502462431,0.006879794977233864,0.8679729849260656,-0.8350891021179276,0.4188875355409171,-0.2482710300745712,1.1551289613222542,0.8575229529833037,0.9706080687194792,-2.324351071197623,-0.23889004885268908,-0.576044264050046,0.508459114515864,0.9011801407907202,-1.0242227907472445,1.0700294631464116,-0.021746186977454972,0.1924446757191254,-0.18813687948820965,-0.40332598755903487,-1.734922501661391,-0.25202561880388424,0.6312932577295054,0.15686251510502955,-2.5526644089136874,-0.44424764545204715,1.4917785365408749,-1.7790291399168014,-1.9876613875466078,0.1208265681309558,0.17695296654587692,0.20827665704867215,-0.9253449839416906,0.05808869392032288,0.12727070051529196,-1.3999724791194748,0.14172223377876472,-0.44230969245266377],[0.35272448315767346,-2.945624733075224,-1.1133415825426884,-2.494163136092635,0.02296505466753683,-2.098073243667479,-2.823599428955798,-1.9047227328582852,0.7480877357493625,-0.458449471280527,-0.9381629477861522,-0.8384666876728387,-1.9806421963039293,-0.19370071926547544,-0.14642062856825783,0.14331663603466757,-1.043394565934207,0.8782204037060412,0.609428911297476,-1.3808771207671484,-1.8633699475522827,0.56140957865394,0.2161901918650771,0.9766720152449042,0.6309447260889908,0.1827800546517123,-1.5551006287032796,0.8094770624662495,0.010203508893270367,1.3292462532204528,-3.5918303812062633,-2.194296566910051,0.008696114304077705,0.810317714993273,-0.05006316572061752,0.2545659922671345,0.4119735307420501,0.6107486067790556,-2.050233812721711,-2.3577756522397295,-2.417221200526624,0.8768002138399954,-0.20494172074937572,0.15121372068658429,0.7953640960654764,1.0685672246001376,-0.9624359530959481,0.7007904791401249,1.5981721389104253,-0.5875737685370889],[-0.840343616036376,-1.0867110166188796,0.6723539496902562,-0.7313993017396647,1.244580085446262,-1.1121919812428507,0.8214052477759343,0.6991190073004521,-0.8290240027971363,-0.8568828136413666,0.34225362548365884,0.6542217145345066,0.9641311013961281,0.8011091368442678,0.9595989691596021,-1.8281793446774157,0.50123869194937,-0.40457451893930063,-3.7619413022944954,0.8693502960561007,0.3756168241756588,-0.6410719978704363,0.03497866825747282,-1.5288329241649867,-0.5312540220277154,-1.9377605601140628,0.34046232388357867,-1.0864831200607064,-0.8127290891771304,-0.8404506996536784,1.039570875612251,-0.6307357284086663,-2.028787127586569,0.7776370909587644,-3.064626728234516,0.42704545841203434,-1.2035677862835983,-2.734322397300311,-0.7754517016443457,1.0235605609936116,0.7362899970698601,0.6825885985610486,0.017637445616010473,0.37224961919721916,0.41085853613465556,1.2004621657205023,0.7888719654809143,-0.22936054626139685,-1.1124616572322585,-3.917308763922291],[-0.003427035920347959,-0.3355485722410992,-0.8931109676184732,-0.8424815520518895,0.1522710710179999,-0.791778211166031,-0.2798294946162275,-1.497262834225829,-0.960674333377081,0.3311288800525749,-0.40380274920603915,0.34201881890074204,0.09777383121133315,0.23988771642242093,0.47816028197044336,-0.7256954951953389,-1.2317936713070465,0.08629460855926488,0.6262724245060315,0.8252672811490624,-0.3658000341222483,0.6739096888291054,-0.11112554586502014,0.9343322600156265,-0.9462377146106189,0.10685917177114534,-1.5714189498525841,-0.5260858082079809,0.9347833777512128,0.01291731263268186,0.023976943968286122,0.5683846952292781,0.0897945009329352,-1.041707938666994,0.10474581237252986,-0.679727536992715,-0.8378125576238711,-0.15403710944021123,0.5310872753466814,-0.3888140327600603,0.22126019143615303,0.8055321374167848,-0.4495859698914175,0.8432245779385844,0.7447111251508883,0.07199055484599703,0.07415721755899253,-0.5144789184404058,-1.1815874652797334,-1.0024682442423525],[-0.09083404794579217,-2.1057895513070704,0.7079244714106928,-1.1626349829758826,-0.5769064272374899,0.4579786901062821,-0.09270626055785326,0.734999715023647,-0.0014692689029898276,-0.6861820192881768,-0.0018550006197296087,-0.15793056299818967,-3.2257574197368055,0.45854841036043253,0.537008001483567,0.44915536614936485,-2.4676035961785043,0.7277081317438826,1.0682578463626489,-2.8691519221288795,0.5826305982455627,0.2650974158528506,0.937006448010198,0.47567864734792625,-1.4252090359622729,-0.8490571902069162,-0.959662227554118,0.08305787356266103,-0.20206522758421863,1.0743366056842614,-3.20037771758037,0.1590446912381852,-0.5450298782586475,0.62214130353604,0.43635219834557726,-1.4589970455495478,0.6849563870382749,-0.9491370389363739,-0.8837018206756053,-0.5377465355147969,-2.38985214763505,-2.707488234342162,-0.0743822629447965,0.11402507419753223,-1.8844643060146344,0.38440597484460937,-0.7996623235027371,1.8011822040563439,-0.4017736319707121,0.1877330975496226],[0.7669504078810101,1.190739044904055,-0.4297959423282969,-0.2128977368259092,-0.35388253427751876,-1.375239135127145,-0.22214576472770936,0.4127099831419215,-0.09726178773209199,0.9927197729830254,-0.0034924189130625884,0.9837850662194805,0.8619236692385923,-1.6797652989751322,-0.37093560577030726,0.7313233381640474,0.7976800814599277,-0.23319788347155154,0.7467439967679815,0.11447099213484083,-0.5078557493584718,-1.0861460375996783,0.3237428541021186,-0.47913925734109697,0.9050801866787865,-0.6107799587396108,0.4529736886005191,-0.8765324472931416,-1.3440721083334384,-0.2668289600147756,0.007086501069529905,-1.0811503325250453,-2.6704908847121125,-1.711007547455239,0.35964480874289795,0.7606528674828955,0.9803075297472886,-0.7465920791886165,-0.33450518610296737,-1.5690258640502197,0.7645876762904495,0.3663180774745376,0.7232362531398064,-1.4252436156221227,0.5464855438761717,0.3009820908554612,0.8420059927493712,-0.9548809126055585,-0.936561477295811,-0.4898650435657423],[0.7280550611791208,-0.4948263813680974,0.215494224810431,0.5670852112897663,-0.9275179620589156,-0.11295884375940987,-0.7699512611232734,-0.7461082403327249,0.6158635210195957,-1.1380832978753006,-0.17802081136158182,-1.249408313090813,0.7855258279099758,-1.050152999051029,-0.09213802381952678,0.019743167913984058,-0.15232222991708005,-0.3287866109344383,-0.01511965806018544,0.48649756924824833,0.5809049183105565,0.09202304403728287,-0.7800098683408898,-0.3722295756744555,-0.24725840315219078,0.3216917697602298,-0.45206429735345377,-0.8037411567094019,-1.1791171300838965,0.07632406048567399,0.6727415235415521,-1.398253054588439,-0.6327453051473331,-1.0682851200745498,-0.7346881626363113,0.16874672396514676,-0.4046799352791065,-0.3713176163573111,0.29887488359993963,0.32074611991706314,-0.8793215124812085,0.5650276183119821,0.7625903745088658,-0.34405700077619583,-0.1721417611285424,0.4462808978573042,0.41324771318967385,-0.5152716248191459,0.3785658355508821,-0.2032464613734347],[1.0552228602603215,-0.04890332759104863,0.8221301635236655,0.057079177901868214,-0.47627118012656167,0.8234123272220505,2.060967288587477,0.3119703176986924,-0.004983343732513615,1.2347718521567204,0.6270015354470048,0.7144716156034826,0.874886527466721,1.0643378023692882,-0.307322232218185,-0.2930109736167829,-0.12112603939386157,0.034585416656575795,-1.1821881928007,-0.03603046422847938,0.5005185478121722,-0.597914885080716,1.5560003226607777,-1.4051605518142691,-1.1085678520689162,1.0628918062008468,-0.5342133185819027,0.009541673542274129,-2.3181608376206624,1.26226973950639,0.8761874502966193,-3.6529143895082115,0.31008475885669956,0.6336303059565832,-1.462173169793545,-1.7102244804930056,0.1395664262646088,-0.22584666494451644,-1.625958880681607,1.1171752001152047,-0.9192576735050632,0.30011394527396906,1.015062159074179,1.9380016919681875,0.37224611335371993,-2.550168144710139,0.09806458031738267,0.2323061501404117,-1.09231853513232,-0.6763807815528189],[0.13218590211784764,-0.21994510491930772,0.5785140564066409,-0.9851951102108977,0.5094766411553092,0.5085392518589912,-0.8512484939065154,-1.2523444650485414,-0.46583319578915194,-2.2321473255496804,-1.2832507636073185,-1.1980701657607808,0.16536939107547563,-0.5799744983863534,0.8984165214514769,0.5879417430396038,0.3540836918443303,0.826171793270988,-0.21209210978353976,-0.5960608321705183,-0.4175538114546575,-1.1137786691657652,0.29361997933870765,0.39108688271328335,-0.5418141645083631,0.74447948776249,-1.0859586036145281,-2.355259136931504,0.4546997618159554,-2.1183621992440753,-0.5186311634856597,-0.8003475137353717,-2.288507605853574,-0.9737487460769797,0.19687167682421708,-0.04715407789686893,0.7979069595525938,0.7166675827937383,-0.4966041543447001,0.7667346407941315,-1.291446634477328,0.49501312870683245,-2.242666192451008,-0.4049036520670965,0.007403007606662629,-0.8097010499048398,-2.824242211476094,-1.1709192998526567,-2.861856353826425,0.5056415979084523],[-0.7618409639008961,0.5375183022704005,0.4243966565379347,-1.0483776182847384,-0.24953974856242178,0.1061653873738031,0.805064503328859,0.3599812512220068,1.0494175397260073,-2.5163526133134386,-2.5670595217678374,-0.7631354223109684,-0.1480766038870485,-0.09532308500823465,0.42151928115583503,0.3983480308232201,0.6543493322335275,0.3162260102687582,0.5078785934542739,-0.5027022334268051,-0.21978348321785524,-0.669637029439315,0.9259786141135471,-0.10564590731408524,-1.6433841146076575,0.7718051171707564,0.08969700632463398,-1.4959685872525263,0.4154280732746727,-1.857108890543635,-1.0017183564799927,0.7481997929854534,-1.7567639643337334,-0.8620913296382283,0.2903798986903749,-0.1653137877087127,1.024697537969777,-0.7489576683694739,-0.3191348548023884,0.7815200810425199,-1.4484052494884228,-0.38863348175511336,-2.2314314099727435,-1.4215715009010184,-0.9377224039600416,-0.22650909835777727,-2.6631729343834083,-2.580627920004661,-1.1219665825439675,0.11353044447123488],[0.013341159416407306,0.37802792523490514,0.4590326306163252,0.8614756940735613,0.5383065566285592,0.8165894152670162,0.9362952470676479,-0.16372370160266794,0.12376084428799386,0.948366243905171,-1.846646482442687,-0.11195576124070296,-0.08013210952535522,-1.1089845412526291,0.06158817496006825,-0.011692933827178852,-0.7214027876753486,0.24298254857255303,0.8024270478455516,1.109574968846052,0.5815903157284908,-0.24382565552328583,-0.017726438806404662,-0.36723392713934355,0.12619732992107646,-1.3249603246432908,-0.7956480910790272,-1.3735986991720124,-1.550121706141881,0.38603401016408617,-0.16934336392789262,-1.204404743235725,-0.8983715510285122,-0.44975900593082757,-0.6997650310025879,0.3156794093324257,0.2861898606560894,-1.6702552179289831,-1.4844550031754282,-2.6150834702892913,-0.013225663840397264,-0.07478827990568032,-1.7027845903316128,0.06357492536330384,-0.9047510817615902,0.4408329031332757,0.554074282205644,0.13743930874780166,-0.3707494713352185,0.19702403931918028],[-0.28091988055700634,-3.9338398676591786,-0.746417069686839,-1.6678303123760647,-0.09823208923535079,0.7948971273781835,1.4726621618791493,-0.1135044230522204,0.8752155105617286,-0.23223459772279398,-0.006721847208699354,-0.3504551974305833,-3.487167749743048,-0.3327447335552384,0.4893930124919311,0.13194235278225147,-2.580958775337635,0.06883531871632487,0.6978588722155397,-2.600106546662625,1.0061133169157919,0.09620540120012122,-0.24441255447929733,0.6626064980484075,-0.8057619402361831,-1.3362662915450136,-0.10346699284231536,-0.40869347661450584,0.11992078668755322,0.34362621985711406,-3.133232293998385,-0.0246082480038206,0.3531902134063557,-0.18699264078659616,-0.7959984945558013,-0.914708928193752,-0.5708819015294861,-1.384222209335837,-0.5964964240650945,0.8615182611762071,-1.4359034637821382,-2.3064172666412937,0.5963351880781279,0.5096430238125029,-1.550699402110825,-0.026969558518624575,-0.5168597659799147,0.9262973918157007,-1.7799493848746604,0.10264649063155157],[0.4574046836785713,0.38510987865251367,1.780436792183678,-1.9092921132945255,-2.189695303972556,-1.545428102200046,1.2844565728262216,-1.6182321421505446,-0.45726307648479453,0.8328925314308785,-1.1312261192405875,-0.8979666602938391,0.4325217630334437,0.48530685612988095,1.7666181462309687,0.6590817409281767,-0.05118333829074448,0.41321370909115956,2.4214214715463855,-0.8949572688932272,0.13146388853748736,0.26164641112644205,0.005098979026790744,0.8331851020178304,0.7134465428355086,0.8901158726128118,-1.0072322907428402,0.9645448373899269,0.6769224245876123,-2.043456723828502,1.1178645245226828,0.8776297538948933,-0.6623351294146946,-2.246883559278248,0.7081879386818237,0.565238368643604,-1.5662703313626956,0.4803233378246003,2.445929897660767,-0.8997666270114398,0.8408289079409952,2.809470115947942,1.6138346671857295,1.4660712843194126,0.427721773219062,-1.229354689090041,-0.351717180992664,-3.209967416025735,-1.2171326735069063,-0.8765883807678533],[1.1207921600341004,-0.8848625701672661,-0.951174727289918,-1.795846969116484,-0.15915470066524418,0.13867990592903343,0.4973311907469643,-0.8920984903116611,-1.538098911716185,-3.5315449648103274,-0.4596316943310842,-2.7338665115306386,0.19530346208989166,-0.4991244778578275,-1.2176397144657227,0.4777864915242314,-2.4513873701383595,0.09049688990762594,0.547375720678512,1.2395051920301012,1.1161583068206076,0.9530794371706496,0.3728462210362677,-0.030691688884954677,-1.6709977923613866,0.33469878507295875,-4.2503380141748766,1.0022979718787008,0.8156192731311213,0.90713879340941,0.7918919707295727,0.6303487946654716,-0.061698565963012764,0.7978660599008742,-0.11352447602452444,1.3934493036950235,0.2842163440361444,0.5974673104930777,-2.024738801769884,-1.2813871951528133,0.5117406957593083,0.7891333397549879,0.573989428238938,-1.3043370572491233,1.1702100068119778,0.11653660832739471,0.8244005036946246,-1.4760210773914269,-0.2728225949428885,-2.9410258053301233],[-0.3111467780053319,0.5549508101044793,-1.389304083560883,-1.253009509130088,1.0396394404520541,-0.6220770985339136,-2.1950192290260904,0.4645020041057954,-0.5268538886527157,0.7542044834800151,-0.2494533298178468,-0.16406508818237145,0.48482530721688416,-0.7673331845073672,0.8524909691751642,-1.2855930888785518,-1.151261995643609,-0.7220456096470113,-0.13290933622060866,-0.8624183035822787,0.5547768888077755,0.9721442332856385,1.2064531437830435,1.2221196850232428,-0.5724435550067094,0.6872283399927086,1.3854744225951505,-0.9691081652065177,0.7194926177971225,-0.2975288460441985,0.7674578117354793,-1.358051945944853,-0.7609783255731996,0.48016312958107354,-0.8242524114997054,0.8483095534416675,0.8491407484734416,0.7380944624704012,0.5897566381017306,-0.31281213940280184,0.27127794442444125,0.7556250212939536,-0.8339960088354167,0.009149159082829377,-1.2997687983197657,-1.575197344503092,0.22841073303807385,-2.245938455301567,0.6677804101015129,0.1115590078742453],[1.2893718639683216,0.9502429369353276,2.105776713906018,0.024689649732406657,-1.336291365450671,-0.30458481001549026,-0.10505746232749333,-2.4921376015159726,0.7510278223424531,-1.1824777065838497,0.7546279964767098,0.8552556652068151,0.2717886979064444,0.18534934210063378,1.4201086110789325,-0.26173311216436906,0.11374398584334383,-1.1917191874384256,0.7129312289243891,0.011612382967521998,1.4939507969757506,0.8955827554458445,0.3352499235177312,1.9333475739221897,-1.432506674651849,-0.5113525911721556,1.8687189312187689,0.9626752837423243,0.8773196934815283,0.15891554524425536,0.01599743299206248,1.6094116950159345,0.2870965520872825,-0.5486918917160243,0.2607031208224365,-0.16262545379130947,0.14069704785244452,-0.3470191565597177,0.22595981741858115,1.1948099551182072,-0.1733843236962167,1.3776412030611986,1.1812615463326173,-2.7440525523687853,-1.5421851161660074,1.7636059539601439,1.0263080324645077,-2.740622793256366,-1.774289872086961,-0.4770862951026618],[-0.5848479626920526,-1.6146907935278303,-0.5309753945221929,-1.1465666411565274,-0.398829367693685,0.06664499854224545,-0.628781141450079,0.28699300290205465,0.13089373481860758,-0.2938318303012416,0.28142888298101093,0.33666185522253644,0.5666546133158133,0.03520011360965112,-0.43767149307402375,-0.286875668227207,0.3084971588508847,-0.1771204454002485,-1.94248229880864,-0.25691803880979375,0.25856131240420116,1.2205523413997095,-0.03145079019369949,-0.8838841626590007,0.9129307633906246,0.6750037128675422,0.18950087353547967,-0.9394884350742615,-0.3356120194902244,-0.018027092177726786,0.7090128432836832,0.3339126421659083,-1.5990584977571756,0.649020490172465,-0.21955244491847942,0.7781980362824031,-1.080128623618555,-0.2280213488750762,0.47345486327847275,-0.018455567987917254,-0.5832115483092718,-0.2917564512948899,0.2673983325992351,0.7063481304473817,0.5528578971346626,-0.5364789552678034,0.8087335367244042,-0.07572588778366644,-0.541472638946993,-1.9516692568029046],[0.5346378165005754,-0.9767099194595161,-1.0102167125533301,0.11467634771248361,-0.7938350251815957,-0.3853346632318336,0.28693895075022924,0.7958206749623471,0.2589370979601668,-0.33314537463438737,-0.40184102231187135,-0.6459724328151409,-0.35555507668384745,-0.6411463800859206,-0.8785274254771038,0.36822549760070517,0.2623315499571776,-1.294628921209826,0.10946672522748498,-0.010996342527172949,0.12368016966182857,0.05178132642933981,-1.0127148941000663,-0.3341567612622556,-0.17838991262574955,0.22257840409096105,-0.5237054773080281,0.12431135297072586,-0.7591153707851639,-0.28427294528722813,0.06827377504087934,0.44223359572627713,-0.5266174935697756,0.8583484382026721,-0.029253610387842906,-0.8723265726150033,0.4818580161507207,0.7687731785795958,-1.6438731609131936,0.8739460717744901,0.38101730151306645,-0.8916158833269862,1.2218939144554328,-0.21060197432474084,-0.07473309980162465,-0.6429998356222054,-1.2473607822095547,0.8880844954934073,0.8042919958857218,-0.48897637845569336],[0.007295854258785376,-0.012531969310646129,0.7425496122933567,0.5538087147185777,-0.07985099100287563,-0.24810143120957476,-0.5916293644509869,0.2517367965577547,-0.6327221461706339,-0.5319863051435275,-0.4073668992381824,0.46349986043721914,-0.056982068415370624,-0.7096788461665691,-1.2677586669572551,-1.1748654025147025,0.5896854806512521,0.8821876184352001,0.6878874108351449,-0.3866042906843782,-0.7133343461232988,0.2711581336844398,-0.509019290381519,-0.3159947963126238,0.5409885514045746,-1.4086620128521605,-0.7458629054551756,0.12359599827946958,-0.25419009365987366,0.018178683598249746,-0.7401259386126788,-0.08991089345238984,0.13134988179688967,0.05393623747050773,0.592039647077159,-0.07184428470099402,0.7759291946238723,-0.7586577061363998,-0.10700062539632914,-0.7216963478958226,0.5176097494696983,0.7768274733057563,-1.0148108836679293,0.7558372924214517,-0.236763949978813,0.41712282228131087,0.48065107932061124,-0.0676382754095452,-0.5201611617903816,-1.2599698275354145],[-0.3404794130715278,-1.7179839937423245,0.1225675417751336,0.07199671720083085,-0.9535691937929207,-0.5085870481146256,-0.06619312756879749,0.41144648001371914,-0.29104274194065743,0.872692195522952,-0.09932775154360345,0.0901145887298741,0.8461914909303416,-0.6256295474507562,0.040209622827395285,-1.3026281060125409,0.7510011539831855,-0.3714933032098206,0.05292874752258644,-0.44650410590118556,0.3938744285793473,-0.4778009029568049,-0.01761100848919779,-0.9346064571113257,0.9625429874135327,0.7061471677893945,0.8070632080866822,0.27954717227499926,-0.3603287742394016,1.2621984274057612,0.7233321945524213,0.33062911253644395,-1.0593726271539259,-0.8983979424521417,0.8076448290137445,0.08708721691814296,0.4785726379358778,0.634876983515707,-0.4170308638546789,0.24338600421004591,1.087764194866364,-0.48622220375102576,-0.10223498860508154,0.5901874310270782,-1.7007435760611065,0.8638480558122787,0.11267595325443096,1.1324961781399638,-0.4853751752241688,0.6015217535336982],[0.3138608195453202,0.4158918592756928,-0.7446843611849002,0.9959229464030878,0.4328876923082296,-1.9838523059870536,0.01566446270305169,0.40161279454291954,-0.06350247670229635,-0.45136566706509734,0.613487662911741,-0.7972172429367715,-0.28716445160750975,-0.09706012160663757,0.6450180152907661,0.012129609502542361,-0.9000010739742081,-1.8785045665836277,-0.4762385431281625,0.7524101719841876,-0.3779040822773475,0.30060640078093775,0.9617849419680419,-0.38202318003043445,-0.3348996126197185,0.5569120470539345,-0.09345470279419522,-1.627217269347473,-0.81101688518695,-0.5481003623767466,0.42059179859194307,-0.771028720678187,-1.794139535920562,-1.0163628228752803,-0.29423234255125874,-0.8812659212939107,-1.614767025863279,-1.7852042603669513,-1.7236463208583128,-0.8925962592853243,-0.0656001982692536,0.6415224102211483,1.2114194346883709,0.6544006478762624,0.5444379618332184,-0.4519125762698548,-0.4421438215826794,0.10371054833155195,0.21987901544806465,0.7583623889301546],[-0.0552025284385124,-2.7686798713485214,0.19783448138706877,-0.13010847599481837,0.3854237792240069,-0.1092552850755776,-0.3856088855813023,0.4717359112182389,-0.9856111292486988,-3.1786588890498466,-2.3313480685136883,-1.514888513746723,-0.5005763262797992,-0.0672794899990796,-0.14106167168080272,-0.5360733780656652,-0.6956316757928729,0.2308758177884252,0.14342728163221183,-1.0716254820294062,0.3303493517579641,-3.388711126320274,0.787862752014542,-1.5621645541355218,-0.2947048722063732,1.0236238405621156,0.490432544493587,-1.7294018247169485,0.6518170459510296,-2.0375900706381396,1.084429246138089,0.32578281474524634,-3.631822002233378,-2.125629474409833,0.09382239024687518,0.09019402184649906,-1.3437388942080362,-0.43775113110070024,-0.46681630736497837,0.35455018328129234,0.5328538275752748,-0.13903584097349592,-0.4517880048592163,-0.022702608083754905,-1.1595503012247514,0.7401208585401666,-2.1314305177910393,-0.5059339287167472,-3.812376516292869,0.06827943749411769],[-1.134635139352109,-1.0505767307804412,1.8316063086945835,-1.1647065438358226,0.45011868698294494,-2.3583368634155004,-0.29320102700577105,-1.14462126687901,0.2668144239669652,1.6205491891328454,-1.3760940378356363,0.02721367528073224,0.233143581087252,-1.6723912897923756,0.7514196259735724,-2.777489077977537,0.9807531636697973,0.7296097424962563,0.6951389016645118,0.0354697025650433,1.0680566249586954,0.07377809236514345,-2.5310341311507343,1.5520927867478014,0.5221405437129729,0.6842997156962728,0.27326376294815496,0.9921519764426593,-1.6345865884442743,0.3604562858028094,-0.47422718751979515,-1.1019967753503457,-2.2441143718740446,0.021479243945753915,-0.2807050058218935,0.9482908376322228,1.3209716681294512,0.6994716724496207,0.6459743595635711,1.3025681625550134,0.6365818421631886,-0.7803538305083834,-0.6676077324755746,-1.5707887729011691,0.7765246122528778,0.5182171105030732,-1.5390107710996483,0.6245248718528993,0.5424006780324838,0.8804815228573486],[-0.5740907878964883,-0.04483652551924004,-0.549264091732914,-0.22123048915635818,-0.06908744017736705,0.889986210731604,1.1798997481220916,0.2981893698788049,-0.9016894169768661,1.2776523364125576,-0.3261635935233249,0.41520702869000947,0.4292447450457041,0.4661523135672287,-0.34833533790344395,0.2632907904785257,0.6596292057749639,-0.36356145654169314,-0.0775748768921319,-0.11495289977443975,-0.41491968079613584,-0.16834636369635822,-0.5263033882487844,0.6434742194390849,0.9964854211347378,0.47662551152388416,-0.2731310129610441,-0.22074533175862707,0.9576134784437299,0.19270834544777016,-0.9081414145365605,0.10782767109616806,1.169549784492775,-0.21407666467948186,0.5278473437990252,-0.36765219682635797,-0.2446984576288299,-0.1583937198746769,-0.5241873713197285,0.2802018753515834,0.40204609340032343,0.7002071342829205,0.7207629443691015,-0.0526369360944,0.16739138697106656,0.27740960551202964,-0.47829561626131606,-0.07918204176186797,-0.5564872231668463,0.4936873347565487],[-0.10451785689481587,-4.661924977198759,-3.24342529033329,2.0709459586852317,-0.7792272160876053,1.3873982712514297,-1.0118437986805096,-1.712100795068224,0.21598953267318424,2.7135265924848233,-0.5768685441270353,-0.328151809965635,-1.2019663114468617,-2.741245525483796,-3.448103105609845,-5.2858338027600125,0.9805068808256293,-0.06170830210602463,-0.16447954906959525,-0.7373466412872998,-0.501713278015086,0.3928163293489697,1.381073218921806,-3.5154489445991914,0.8358918266749835,-1.8651328661317095,0.762386535892148,-0.5142271510854192,1.370347240240628,1.5598114445076627,0.849639721567011,0.6513864261593559,1.9083943315792689,-0.5197956263588099,-0.5578976465426817,1.0237629984633752,0.7914661570283673,0.644376829538546,0.2922182403869972,1.1198311926392768,-0.4571040883482189,0.6509142621648071,1.7173211129057024,-4.1541634124937765,-1.40255620149181,0.40877987677637173,-0.23071908368698227,-0.2207823469867191,1.8526533039844841,-0.5599690821078457],[-0.5040677895539,0.8818598906327217,-0.1642450869915619,-0.4343904246474239,0.6144147728010565,-1.0889931350234758,-0.4750719847188232,-0.574994841509104,-0.1030005960025133,-1.358533721375387,-0.16558926666461624,-1.7437999352591536,-1.7839882228902801,-0.6399589154923522,-1.2997164064773286,-0.11751348787102794,-0.7230351442186194,-0.42863938653030703,-0.38577952741253857,0.45576266680003524,-0.11676260004416952,0.7457495171941619,-0.027301293580526347,0.41599578357762007,-0.3745695002778805,-0.3043684041683936,-1.761159132889037,-0.5678313460917763,0.849616772832703,-0.2341707348509135,0.5902638897374619,0.6102231080525601,-0.8521777535012317,-1.2552562039010515,-0.45658041768600544,-0.4932128912947565,-0.12221727105060493,0.03828715174218751,-1.1292751261270584,0.2797835050990114,-0.5113382857832867,0.8621021363581994,0.8864777462547744,-1.0026487927618304,0.2142336684221416,-0.36737890707244764,0.21627633433739366,1.14814616092232,-0.6583166516017791,0.377311081962134],[0.6992645845713035,-0.5564195833077288,0.7332227208810795,0.19033139060238272,-0.3537383015839522,-0.7341548773432767,-0.34726713608744786,-0.6388747370465375,-1.036023240074566,-0.26436693449200427,0.14687800754619612,-0.4606437601859911,-0.4985926791800764,-0.5561389679307519,-0.09803554311664361,0.32601739707719807,0.1862653584464152,-0.713817212187166,0.24583918807001726,-0.6265338206843153,0.06970915695533139,-0.26248804087949246,0.9465653897139399,0.20219026354373218,-0.025897483898961356,-0.6188915046185944,-1.0689214219101262,0.024168615347684903,-1.2961445759628982,0.664282519903219,-0.06963269786402577,-1.2017317240983183,-2.8563651460137818,-1.0498420734348128,-0.27183022753477715,-0.8445230703031518,-0.32739646735158084,-2.2695446806917237,-0.9028859171872416,-0.3682146921986466,0.21215399644420158,-0.4766604863400914,-0.423122265169592,-2.022202746798383,0.5851941363992975,0.4013955182269066,0.10049870655416698,-2.2860239902174473,-0.04113049928437564,-0.4164682570017808],[-1.5005607832600598,-1.5368039657497008,-0.002768257197314061,-1.0477083256215485,0.0287377326336685,-4.273643742011877,-0.023957385419757688,-1.226346249561455,1.0646203290365583,1.1695623323699411,-2.850821446236478,-0.29005104826793476,0.41713190574333675,-0.920537784850589,0.9002883584223195,-2.057074513363687,0.1891854830665231,-0.8444596746121723,0.8913777120165097,0.32254355718003186,0.6116480638595341,-1.499086896772309,-1.4397323332550098,-1.3151238076184273,0.36206056311375245,0.7279398392016152,0.8813614815119969,0.5518750445302448,-3.683055920801949,-0.1989114554863221,0.8261676338226771,0.24813859501273086,-0.8471800824067608,0.03405784787136422,-0.22674853498648215,0.5247756735525511,0.6510631052952901,-0.32169419517289116,1.0025779907408716,-0.2400527236900829,0.8584713912387242,-3.5643828725060684,-1.228525054024442,-1.2686198838258766,1.39416717873873,0.4236263672769046,-1.3398510581007912,-0.23608736663048027,1.870220777938361,0.7342968622514395],[-0.46701258038802396,-1.4468782284872725,-1.4155453861482266,0.8680133645507327,-0.24260942716074646,-2.568505053930454,0.15027105773338298,0.024409962428127648,0.3575051793192757,-2.857130568841238,0.8567875868754197,-0.5299423310367112,0.6116782757534934,-0.8803978319616016,0.04494534902611806,0.469927971570386,0.03214281592250282,-2.8376849017899035,-1.5774712106092956,-0.4842711548410526,0.3043642481047077,-0.2618722954176179,0.8436558391445411,0.6099643655821768,0.8873681676791997,-0.9575842226043594,0.265330437170762,-2.6228519555324428,0.30612493208200703,-0.13203409050766177,0.11537003911827108,-1.1810785146636287,-2.110206588549113,0.2936366927380139,0.6427385770623314,-0.4714210288924328,-1.8752448629060559,-2.274680274572391,-3.540147017307304,-1.0871794158809338,-0.4125574138323322,-1.338911537259861,0.3882343258219084,-0.16751107578707392,0.9053923856023206,-0.10058097872852557,-2.614476480532639,0.1261964570811365,-0.858413324097989,-0.04764763754404503],[-1.7126154177561856,1.0955793277340256,-0.4982332756234644,-0.11508234325394485,-0.608050879654896,0.23163295173214765,0.9829073506756805,0.5148409827140904,-0.12204701485803982,0.6411597258657435,0.7177958150429282,-0.014171607339205135,-3.3035723675447293,0.8355325940881998,-0.41286253265187234,0.11662093928356533,-0.3640236332967916,0.5327208457727672,1.3748627249056755,-0.10117825037366587,0.6604050887578027,-0.2634037504718867,-0.050853635108216874,0.030410622155440964,-0.1888859808846967,1.310795057705036,0.10487303440726348,-0.5444919465827708,0.824343441550399,0.6033568903405528,0.39947315673984013,1.4625221985892203,0.5440583772056389,-1.6883626650721495,0.6653349253562231,-0.4623744369750413,0.4223122104242881,-0.08960492294527447,1.1986131723900346,-2.776457281086611,-0.13548985688107396,-0.34402092085555996,-1.3513158813672441,-0.7236061695276123,-0.12152965707048789,0.4067084611403377,-2.8577905739108553,1.2342750535081954,0.11331752131446755,0.11807155660102052],[-0.7966116965389047,-1.2265963139855764,-0.6144713318111714,0.06299333023967832,-0.4380773934012104,0.5252061281555415,-0.24073289006595308,0.28174342738926295,-1.401360886426003,-0.5281843251264198,-0.8958563887165221,-0.7537820705698219,-0.36867889181339925,0.47257277527485175,0.7583616888960656,-1.7524716725611584,-0.3862340013987642,-1.2787092932670128,1.0306807353465521,0.3895029733506141,-0.5243881440989986,-0.5992250978527638,-0.5504958247037255,0.41946390199361977,0.6054282478600044,0.1973909644117924,0.0778435448434046,0.9849422945358314,0.3954002110507343,0.73832965775992,-0.6208030169616634,-0.05431076342404183,-0.9765287428176049,-1.1450569359331548,0.577554032899261,0.2610033730321935,0.09808980357407937,-0.07139613975720484,-0.7296187133999522,0.03324497544214534,0.42708076472476725,-0.8696183674050992,-0.44715467000937836,-0.6958563089639777,-1.8030367621779322,-0.7342045176079344,-0.49505802865888476,-0.22572813449981796,-2.004600667845154,0.6908943433453107],[-0.8462153131995309,-0.21364004771151773,0.562435171262819,0.18243439323052033,-0.20550287929332797,-0.1293234380207237,-0.7563716314262438,0.4032175883876776,-0.6287815550608666,-1.7430718290273837,-0.13468460173875224,-0.826366106475943,0.4967215264124616,-0.11932693849942795,-0.02073317662968319,-0.05730768828774118,-0.9844095950984146,-0.9826428018220167,0.0992790997613548,-0.05635429711986942,0.029840714545281744,-0.6785762625104916,-0.8025184396105479,0.5556168917082959,-0.12877411177631917,0.06155835279139793,-0.45642482253932914,0.40786705876387175,-0.08382522251023929,0.7698035588059351,0.1754319685377252,-0.026017327763230614,-0.8325538184003063,-0.18288072057322646,0.5565014838773031,0.40197833292527274,0.3036838872743275,-0.39305663678095365,-1.4082473851644266,0.35600658343881764,-0.1989031253431818,-0.1343708411276734,0.19065173850063477,-0.4626787148068064,-0.5383907792405768,-0.3795495049072182,0.8768618187801094,-0.34418855433889767,0.4753876221407512,-0.25039364931207353],[-0.2788707866472604,0.2503925783770678,0.6861279111092411,-0.728718988429991,0.28421005448982223,0.1203783389634456,-0.595746455815963,0.39701890027059655,0.9508351436825767,-0.06286689813097493,-0.9228001102451927,0.9733026135858481,0.8718041905134581,-0.5478289109299002,-1.2570350982913348,-0.11816622675427507,-0.9153106639085565,0.6499356356641879,-0.12191147846055361,0.40925219607336116,0.9198397121889648,-0.18498790709121163,0.19158939803494557,-0.021544123671835832,-0.5497640083101443,0.6911263163726936,-1.4248653381842626,0.8661524331497508,0.7248004481548553,0.006902320796872937,-0.49678593963922457,-0.7130839660350161,0.2563550636350252,0.3103079201103994,0.27583611786201007,0.5309828610117399,0.33198219509028193,-0.03835317481921135,-0.8028796476898052,0.8120962191589962,-0.9441388146148746,-0.34849467831374314,-0.25347832158408706,0.24747528238087843,-0.14386220672271954,0.44239611630393516,-0.5511019979019794,0.024788359994785347,-0.4875372962683811,0.906812282126953],[0.13433788239621178,0.884995561765404,-0.7994691673825092,0.594140210961841,-0.32492307042888174,-1.0976778414228754,-0.6460703990832527,0.44604530662020964,-0.17961639026292636,0.42403541359676533,1.0841337278455447,-0.22255952719635252,0.5038238583986983,-0.13973825020353584,0.6487971749757935,0.017504307343631478,-0.00358288392316528,-0.6059787733877531,0.4489801094703117,0.6906597139807689,-0.5982820333515484,-0.39286812231658863,-0.3217971856346099,-0.16997529371795134,-1.3346981526902038,0.8903996409715423,-1.9945718390079101,0.4225544879005858,0.07297663598661898,0.07899159573256458,0.4901754325701405,-0.6325079096614835,-0.6488491566275317,0.43362311902020656,-0.5241938863517166,0.17875483759467778,-0.07829602123050097,0.09135029822583479,-0.9434227746779678,0.72652850209805,0.07000851263224414,0.5083489621604823,0.6780569721329862,-0.9254269967509581,-0.2613773507254043,-0.2440375059638992,-0.5733801169304783,0.43501808094348743,0.3914850313670233,-0.5010800618249407],[0.5140844428717852,1.1267441575937114,-1.5010773851292136,0.9860431858372178,1.0810654301752693,-2.55902092918835,-1.0886198995383303,-0.650216679315554,1.03823014366972,0.2899566098936436,-0.5916078339053569,-0.7562462234531478,-0.3704451492486498,-0.6107455310921753,0.0959226455025723,0.32607401200493563,-1.7785654742482309,0.014093210812840738,0.14512408343914962,-0.22324365363117196,-0.14481795749196505,-0.14392262192990626,0.22318776698150936,-2.5478870768511825,0.13010734761148288,0.6844751527119544,0.5605982682904286,-0.8755744759186113,-1.5871847422135736,0.5927977425548853,-0.9301112861730156,0.10422324639334005,1.0338327947571935,-0.9482418500037482,0.43784013379364495,0.9359109833601479,0.8552516681697075,0.1621136896962948,0.40567646233797633,-1.3476108700401834,-1.6386776580456552,-1.9286695907081401,0.30190242057158306,0.30069341974219804,-0.6822784683406509,-1.0466291696565995,1.0310867777267434,-0.3434989919063074,1.623900537663575,0.296513131418752],[0.24648614053726592,0.9765955864806718,-0.8217658263085278,-0.817480046713443,-0.09544385668971989,-0.5453647408812708,0.10300137362864663,-0.6531293966828872,0.5556864222303933,0.718632295495258,0.6986980493802871,0.2505022962252021,-0.5351026784253039,-0.4581096010594412,-1.409038966261174,-0.29779177378353566,-0.7320965499068532,0.40926153139012617,0.24877766028096104,0.4632375872953916,-1.227600042892353,0.33489953969767455,-0.2887055671030983,0.45788361186083093,-0.2907640400165646,0.2909803549261059,-2.273912655311123,0.26040623687321596,-1.283390668591503,0.5104140005556924,-0.10048393767549532,-1.8946134759749873,-0.617640816307604,-0.21095592750965372,-0.12672767076965177,-0.1776411618966236,-1.1126263684369146,-1.2573678615662547,0.2775834041862762,-0.4857985047398408,-0.13375706679984323,0.19095354280237922,0.7793457460858533,0.18997508915546904,-0.4979872901564119,0.3369419547104225,-2.168664246160284,-0.2920657880820895,-2.250312754579141,-0.8669134336764078],[-0.004918196268174932,-1.3157292914644088,-0.8696811382901282,0.300941505775432,-1.0663286310596192,0.4697028764042382,0.7575603021920072,-0.9274707683287793,0.3010151009601654,1.470218854517226,-0.4093448295790491,-0.7647002713384887,-0.4015086642375115,-0.44884743342188643,-0.46469607211984887,-0.020342821490810785,0.7168258165442521,0.7355907226915577,-0.3764178691100947,0.32586278514817024,0.5184180420143808,-0.710823367955044,0.8142392283346765,0.4017865104284373,0.5621430684765807,0.8384059638825503,0.6276456065083436,-0.7831777444075826,0.8346936932763952,-0.3939868086542159,0.7779996650658083,-0.26175456238783706,-0.15722231830740926,0.941437799422103,-0.5180308758384407,0.9259130767877887,0.0864482822518478,-0.5772404078755866,0.9811400176689258,-0.5907091754030093,-0.8045728300075572,0.6314466521631903,-0.18883821065137865,0.1990507129473798,0.13232677928394593,0.8526426263591051,0.675154868788884,-0.5546510926795556,0.7651216047105539,-0.030700046489459315],[0.8276137196291119,1.5538141591229697,-0.6896243931387174,1.061327286270601,0.8869082950953758,0.73470172505119,0.9246823809822934,1.526503933334582,0.32224851081974687,0.5019729338502649,-1.1629608853272106,0.5640789632471441,0.6267843766734413,-0.05336904116131171,-1.8570900319350212,-2.102027135443923,0.7458278354985776,0.016345038592206478,-0.29203434393437755,-0.33658388993267646,-0.5684524245536356,-0.28549143312368547,-2.098614276133321,-0.7858686133872822,-1.063245628861249,-2.4096579506444584,1.2868597292014015,-2.424441513256845,-1.7238181040504763,0.002143983347839789,-1.3623159433622913,0.029882758292287037,-0.8664002606257271,0.9201680156254447,-1.1141969871446455,1.2014624550186894,-0.2880306108785395,-1.7373940440142774,-2.8639474927589323,-4.086741652221342,1.2811338963649512,0.6504393246767153,-1.8004354774171079,1.1923454203474766,-0.5243816369247519,0.9956707033434536,0.3152948731188128,-0.2900856615679101,0.6936458792543214,-2.290357826324862],[-0.8172750183911395,-0.3846512525466747,0.31467609175683803,0.9008754391285742,-0.5100166077780086,-0.8498350622118296,0.13484868947133813,-0.30971627075225266,0.7253973793299423,0.2076422112389314,0.968661251459073,-0.850625424156775,0.13632370481405384,-0.02171434030569246,-0.29388892274227413,-0.5219021863998093,0.7042726531170848,0.7614742198337043,-0.6838849558279986,-0.037032026899386686,-1.0600162143269967,0.0063604563629614695,-0.34734126764321155,0.9944976248876685,0.2905706501684806,-0.4575310339550699,0.6247127185996564,0.6948135914969878,-0.1849233695384828,-0.6284024250541652,0.2658486064758269,0.9406946754550458,-0.27255035910156306,-0.4782519928152574,-0.48699271905577374,-0.09080180100414907,-0.8208199201845159,0.46168749817190785,0.5174344215024922,0.017072565347918723,0.37841872902964657,0.06703333419290679,0.6931056025575432,-1.0609974560320017,-0.7121396427175013,0.08643314713498229,-0.5982336765550607,0.5564643701845547,0.03164673058366719,-0.9729373359627627],[-0.41267263432908613,-0.7910307106832183,-1.3012871562506512,-0.4708185507103921,0.21673496567053205,0.04286811803279877,0.6090498375246624,0.09711049264085314,0.5458415091510251,-0.5841831808002965,0.6356750199180473,0.6488342802681996,0.6665964249100593,-0.9534456310419347,0.5752114703265024,0.5338465296054722,0.817819268787187,-0.48667308841532503,0.16319860882915221,0.25858309854692124,-0.28872079845995324,0.37086795206488943,-0.8042967022075603,0.12572484946913026,0.6137988338670793,0.9740938516997458,-0.13112050005199236,-0.681135289804091,-0.2849137421692789,0.5626777623518039,-0.5413846613024105,-1.2455384175777797,-1.6243474945771754,-0.32744022989344373,0.8695303288410795,-0.019484735481520552,-0.8221563762285906,-0.8645440374052186,-0.5727198449892188,0.3405097151069661,0.07586213056683137,-0.9021732553747487,0.5144599401042487,0.6159785145623974,0.9641581996804992,0.16240149718823657,-0.5618916168028724,1.095393316826898,0.7289758738984914,0.601481395575041],[0.13508680046083388,1.2566661228121037,-1.8164522736790687,-0.3270433526541487,-0.06901583439861728,0.31835482004679383,1.1289155050882917,-0.3454056432143533,-1.9941460703296545,1.5022842766251068,1.0652264857502522,0.3446056847626744,0.003066299130627145,0.6157197186256333,0.2911856245220232,-0.3904978690513999,-0.3186724851595199,-0.8483428263388906,-1.9082537379794784,0.12265978337804272,0.39161082263484137,-0.39360483679362523,-0.1213773884589271,0.11123641021930658,-0.7215075683102926,-0.10226562587683309,0.5843558994990308,0.04739902275944254,0.0005559475768649098,0.42241948806482976,0.9557213329543038,-1.9532863457377982,0.9486195367847535,-0.32619869665465007,0.03212364266963616,-1.8901686633071055,0.07083693036230479,0.5355312695444303,-0.5111546896455639,-0.8556239610516546,-1.158323921162542,-0.9309171620127592,0.8914006053773816,1.2228026148494116,0.9568101448462875,-0.31660112751334496,0.7606412762305306,1.0315342116460882,-0.6789187038254612,-1.5154059786311807],[2.130387408065061,-0.9766018362900732,-0.7906317015598531,-2.1789025593934417,-2.1957789092084408,-6.202940766670812,1.0012177662506354,0.3176887779046737,-4.39017701594825,-0.9921226562380584,-0.4248982875935759,-0.712707870239193,0.06609937561579696,0.10839539440187854,-0.0772532441433848,-0.1811028062071166,-2.4657043567201975,0.17095088188725502,-2.6464913332501596,-1.2914797467164933,0.9035328956038585,-0.4904439782111113,0.4557646255652485,-0.2792893036295924,1.1647766945545648,-1.9139380552944523,-0.4465135024156815,0.6202367490380805,0.1813756150472969,-3.250738593921448,-4.516738137852655,-3.337476914953524,-2.7714579973711744,-0.519360327705182,-0.8193250236896213,-0.2985434601063136,-3.8074916819842493,-2.6246686462224096,-1.5896454270334075,-2.885793049736459,-0.5954331414028081,-5.048398740844186,-2.0299616705305787,-6.426335855493826,0.8675926221262116,1.0706126453717342,-1.2979389976146525,-5.461418861146491,-2.0781698201136107,-1.1420847712110342],[0.7728377771539687,-0.0025625943863548275,-2.1831900920790805,1.1748450297845143,-1.002665573337132,0.673415249783553,0.9484994692352999,-0.7764814260350106,-1.8795236161506976,0.9504295317978595,0.5277958147038794,-0.5627341960949913,0.8610099023432446,0.2788321617342894,-0.7015440060874885,-0.690562510109808,0.5653216758835881,0.6684491782559958,-0.23834472592995096,-0.7233483666524482,0.8398237620676793,0.30347832572900757,0.39883413567694376,-1.4337697843831676,-0.871391676435861,1.0131707006738748,0.24375451052444633,0.22602127649610876,0.19877100744046114,1.106440019270815,1.0182015604857846,-2.26601186812951,1.308607785999909,0.6871024210731737,0.1625314404014716,-0.7878284884355352,-0.5565529582630258,0.2229132180807088,0.5135721644854346,-0.8322860908319504,-0.7758076819903773,-1.1092430546434047,0.41886215976293173,0.6429491689644885,0.31110124401666844,-0.6579947747825146,-0.02442760282908922,0.6780576271246137,-1.402444986610198,-2.1576996092981084],[-1.2789863779835702,-1.3568597136978813,0.8387512077614407,-0.5659918784799381,1.320551675278357,0.8141760586833278,-0.3888303059770482,-1.1397344464197297,-1.7514103949744675,-0.9454678706825513,0.9769551637799948,0.2475999301699121,0.9681346720862792,-1.6638068515925308,0.8756039334765978,-0.3836385476108058,0.5831058932239614,0.07601936385583397,-1.6004730519588037,0.48577914893439533,0.8163127777588712,-0.22007426973493616,-0.5200020781221215,-1.7365116986557374,-0.13331711202045293,-0.18507307231087256,-1.7879242372623143,0.05471216831111166,-1.7589643366567587,0.9797493484255252,-0.7105330651056693,-1.8656862465387247,2.081926770118123,0.23299456937644175,0.5926652145481783,-0.6766918754208908,-2.204245830556961,1.055388324370144,-0.8854062772417138,1.2335346835943437,-0.2686847654739778,-0.09832169398728646,-2.5311087632466696,-1.7141377361617336,0.514190084460455,-2.793564938042464,0.0763084245312091,0.319258991702512,0.36599385155605024,0.25482652510406806],[-0.2987897352131648,0.5276143966574028,-0.05085798922398708,-0.18396310705509258,-0.46428790966747924,-0.635513847235555,0.14330560005830204,0.3609373089332723,-1.1861786926367972,-0.5645756876417013,0.7272250621844545,-0.007189881861887907,-0.8650163914405732,0.4291903899658904,-0.46824318790862773,0.861311221780149,-0.4087940856298943,-0.19873737917670103,-0.3446118112633662,-0.8306448509472492,-0.5706698986758214,0.580220575208771,-0.21845936578589287,-1.035609235217504,0.7285156301454868,-0.3722705448373847,-2.2784438430558827,-0.06733526098700947,-0.6867410073069201,-0.9268037637099648,0.45914264828695434,-1.4695132841499372,0.285527728689455,0.8490805182662077,0.4896993248656741,0.05240440380082029,-0.13316453104174905,-1.3274554830377865,-0.6957451157990195,-0.4946488921662725,-0.5949493752179597,-1.1867566402694285,-0.18506272043011446,0.7282762528203127,-0.9005195851109541,-0.7522153177955434,-1.613186501332818,0.7495120262162965,-2.580966726913452,-1.0232354736483384],[0.8560172615710313,1.281756269147794,1.580254835839466,-2.1651954691348942,-1.9408247243505885,-0.07583300077683545,-0.22378483750678285,-1.890502891517332,-0.31813768406183107,-0.8188186408719338,2.176489255702561,0.6957214389671265,1.1596533810726548,-0.8085578142529265,0.03250750152278169,0.15117240034897567,0.4560722464475138,0.8033083696395988,0.35724435446529107,-0.069102320072989,0.05474139992593168,0.6351092130914654,-2.1742312362024387,0.5217331693836943,-2.1247810074612654,-3.264267473653467,1.4603917249338467,0.24856364087757768,0.28784636836113575,0.9854470861568881,0.8515884524264795,1.1092740873352007,0.48412242562356134,-2.134700538899296,-0.21623183678586508,-1.95244680918007,-1.6500991570435473,0.05817473494991007,-0.2390536635054814,0.6096573239245443,-0.5562821775577316,1.0505304710276153,0.2524835803128619,-2.9708044529057545,-0.6947759378174766,0.41786204975477,1.3884797801932933,-2.314152629640258,-3.060732991838506,-0.13710511245014936],[0.683569016787982,-0.98924749931219,1.7175882395248168,-0.44435112751590794,0.10431225070147622,-2.221306451070724,1.0552969826222067,0.6706486468328899,0.8566583210140595,-0.5536328361800692,-1.9245633008354757,-0.7189122934515743,0.31727015914972534,-0.11811775408509033,0.5352648495943079,0.21199372304985026,-2.1811366333681654,-0.7266497725395038,-1.3515118902985042,-0.32384984004508405,0.9607448671644709,0.8852666998134676,0.094316910575649,-0.046140595861322346,-0.27794938244172746,-0.3486231513512233,0.12482768320030144,0.18630056412316984,1.9948812945700252,-0.8183404063193898,-0.8189022900794677,-1.3057409659318362,-1.0761994068119738,0.16262679605419827,0.5017870551709127,0.846925164819412,0.07789725405781536,-0.12708746847041266,-1.1431986707380153,1.3151399412834062,1.0108313270370923,-0.9835471818690218,0.9477358757661521,0.16052569745305098,1.1241447558534183,-0.3713451727496393,0.38480459050148097,-0.4109811424737519,-0.1885788164210704,-1.4308678957458054],[0.58553256323291,-0.8267562500891423,0.3076659165686695,-1.8307354250178836,0.9212605471007006,-1.3717263111881786,-2.378959167365155,0.7841216386795481,0.23108532896095177,-0.875370683737072,0.07932145165939009,0.7699873437103363,0.15495646054028986,0.004607892719539442,-0.7797721409503314,0.7708972804205365,-1.061011099562789,-0.840125601567609,-0.7241484306978496,-1.6233284306380962,-0.06137192829305936,0.35133350982745576,-0.33940636116217215,0.32220976662505685,0.9613905970973694,-0.8461896592317919,0.24705105767894264,-0.1502524532495181,-0.1735716405863,0.6049907856807928,-1.359403800193749,0.387216271457913,-1.7755095792195597,0.6207879073520375,0.8967034599769632,-1.364461587639202,0.4275795066311103,-0.33385696550770116,-0.592517739728204,0.2054502808870337,-1.6447481703539923,-0.613252053857287,-1.6899009543339363,-1.0449655731994518,0.9523508364294668,0.8291526765326367,0.02216175528959667,0.23167900469757263,0.7756646191094341,-0.9065544139318626],[-1.494910615565944,-3.4605575528299815,-3.441519367675678,-4.031039603430242,-5.711352967829177,-2.5638988464764205,-5.82809604032344,-4.3123457302607395,-0.14017094630507052,-5.84499480127458,-1.9770777787111193,0.8585708779071589,-2.6413941668548877,-2.1826547952590487,-9.240299822143298,-3.1745484697590984,-2.6419412882656386,1.0652454919146295,-3.3075231398391916,1.3513794217038815,-2.0275637528440456,1.1659267031321339,-1.5456849894986229,-1.8208340472831228,-1.0481949119191623,-0.7265197371399008,-1.9598269818580891,-0.25313965506588326,-1.8084365131131357,-1.52491767577319,-1.1409768205894688,-4.365483511199365,-6.670537354333634,-0.4055182182904766,1.144983620697139,-1.0719061291396834,-2.6758335466431316,-0.41453640833901484,-3.70079659199414,-2.1605727608430394,-5.087553490313532,-0.9009578539030418,-3.472206960349659,-5.130973998340907,-1.9247240680257451,-2.045902704403142,-1.5675859409690784,-4.088955195891441,-2.352420911993797,-6.7680929830054595],[0.14481267335731454,0.7275441278688802,-0.6405722952667812,0.17229708597971394,0.24055933289498482,-0.9643448849542263,-2.8635870157770116,0.09104981770259914,0.328673482037523,-0.7659640241287305,0.4882503484392583,-0.018743195382668117,1.03525676138493,0.8253592626968272,1.1180331278976765,0.042883663336261806,-0.2494679754044124,-1.2092420137729716,-2.0052025310890955,-1.3057158340571755,0.8518108563472295,0.7177432014681467,0.18409167001816987,-1.2113469773497525,-0.7312021145578422,-0.496786016408654,0.5554396186826133,0.26646940064868757,-0.23278940728105624,1.013679755748567,0.8966164361381647,-1.9402923713816032,-1.2910133263007355,0.44278522910645235,-0.5412580005371411,-0.22546162480747442,0.9461669367084121,0.5389126869236819,-0.3086991528419755,-0.48939685250106474,-2.8979273236042093,-1.7439593757332958,-3.5107079012073874,-2.2064662797870467,0.7660130321883725,-0.15815624219412558,-0.33955890038645253,1.5584283277911215,-0.6031585574811876,-1.7803216567042144]],[[-0.5269880601105077,-0.45546053725677343,0.3880247389896711,0.6620933732142837,-0.18293870126510076,0.8249537471408015,-0.5352759916910321,-1.054981262874768,-1.6294347127605682,-0.3372608806479264,-2.0991187674909346,-0.6270024240817811,-0.4913385163698612,-1.2777082980916035,1.100679960092405,0.6859048653225307,-1.4315730054885718,-1.7323364352007757,-2.5799004212936802,-0.7543590974003481,-1.2206744646865892,-1.8055441666571392,-1.898839529943204,0.029113467326897197,-0.7068310473376386,-0.40076167027213705,-0.9392814172231343,-1.0252208959005795,-0.7240980499055333,-2.108896019442641,-0.9979684397884239,0.7614394355084169,-2.377329764038094],[-1.1206755643006068,-0.17092208335859332,-1.4420092375491784,0.11885206164070918,-0.9757286812952818,-1.3607383594896703,-1.7727082536177823,0.48762658070447823,-1.028316198217517,0.9177177000537537,1.1236662184894486,-1.1590926565332251,-0.1295234419504854,1.3710083334284577,1.3855906857013705,-0.18974883848381677,0.05481719100191042,-0.4507907426337617,0.6830855298959801,-0.12165724717470057,0.3165221367635813,0.5153995669547875,-1.2664016360914276,-1.2736473755861286,-1.59007928002196,-0.7338715928387304,0.746478302718245,-0.673245920424462,-1.6099696304700368,-1.1125758341031442,-1.5728625012786666,0.8528344502655639,-0.5552532920100826],[0.027094025319159762,-0.9411757842951471,-0.3146500921981578,-1.2503706763857767,-1.1090410968294702,-1.107271668515614,1.2734614704609613,0.16623544290919742,-0.08140137002069048,-0.49892087400089596,-0.9302967818647282,0.6545890799731101,-0.5696459056689407,-1.4858350637479225,1.2401502474035124,-0.4396732964510635,-0.4518469451570097,-2.3802828084190133,-1.233069164594069,-0.22437660658313438,0.8140369450017049,0.8808831086123969,-0.6999791318997752,-1.2619095714522088,-0.04725806908007744,0.6236545295359828,-1.446122854695738,0.6396766071585047,0.010348779619797695,0.9028276642486363,-1.646663752025509,-0.34481646443919756,-0.37202245500261494],[-0.17969488384587445,-1.3134975949982897,-0.42460065996179863,-0.2370470110410053,0.12809674163452534,-0.13800994886093046,-0.9214593499536342,0.24295576288007042,-1.1366465761156024,-0.6393371785512864,-0.0977949630924795,0.9587787370521405,-0.1785697380107002,0.2108145251259929,-1.4822433599964062,-1.288584170620745,-0.607600178558665,0.07485410384139092,-1.6324459606831616,1.2059179368677408,0.94523130921454,-1.1993828669594135,-1.6350805643335977,-1.7108323917655297,-1.509572721772581,-1.875529717899054,-0.24890162420010098,-0.7164121884570167,-1.0793045928096565,-1.3661525836752895,0.9235232772087248,0.6903806706452303,0.46056299803939765],[-0.4885612200860384,-1.3887816388253418,0.3684073965854587,-0.6039204144074785,-0.25263440361247375,-0.025841208982979556,1.3366662777449125,0.6619610193386896,-0.27500186824437456,0.11516271128270601,-0.6136720699502648,-0.9886908278615953,-0.6811511397570559,0.26644088590974063,-1.753366456110933,0.6244984248539001,-0.9496821377988978,-0.19751723413292413,0.46757159728884345,-0.2954528502049668,-1.799233680458874,-0.7473473048791022,-0.06881149330656539,-0.8108399015103436,-0.24166581467563536,-1.7451039436274913,0.7164052253530578,1.0293555089771882,-0.4378077361816904,-0.8356429573648291,-0.9227524850344315,0.9679227313500708,-0.1354504831159529],[-0.536636412173863,-0.5932610039288833,-0.30501988704266525,0.24328415855610194,-1.7404591377328846,-0.48470574162467955,-1.1535261244555042,-1.3870123746858398,0.13336677425937293,-0.911862976215016,-0.17422889074731807,1.1956522395091609,0.7920558245866957,-2.2567871947008706,-0.39011508374546067,-1.5771205009080802,0.9785034983353116,1.6041269121954844,0.07475757715781371,-0.17402125318916997,-0.1625644927870072,-0.45736913698424964,-1.2191448423224807,-0.32091891249594806,0.7492851297270053,-0.4376138291378761,-0.8543988397241621,-0.3949216285253675,-0.2736841217823137,-1.4861695051429862,0.4437692060110636,-0.27232926010214936,-1.5848373416692219],[-1.6363723700984723,-0.14871733665633138,-0.8849805148204485,-0.40364668332581694,0.8083569669785671,0.827610743767375,-0.495211060457218,0.8437682141237386,-0.7317379535661142,0.5827768422218206,-0.45712058916475856,0.3984950940711886,0.4080373797395668,-0.42697238566605766,-1.5266236425153676,-1.765550018177738,-1.1761795217486322,-1.938656635855131,-1.7351216103069373,0.3326420378469489,0.3690169131571066,0.7626353921850023,-1.6394930467817965,-1.3900243644676429,0.8509476350323275,-0.12897977169849267,-0.8136434014546009,-0.028834072425977193,-0.2633330140496702,-1.182744908506844,-1.0882857530870294,0.07095568806160442,-1.2434018158044697],[-1.1924673678667614,-0.6000649810238932,-1.5139496631066458,-1.3981840069017586,-0.38683820712064176,0.8770949921160142,-0.1198339899764368,-0.5445869711936615,-0.607562919873321,1.001471684712626,-0.807494304348309,1.1874849966850987,-0.6533398997428459,0.7411066753660488,-1.566125867245894,0.5839826564496218,-1.2748041195313622,-0.20231276813912955,0.20888373024154472,-1.2142084215535465,0.49755749063071725,0.37406120233212714,-1.003111987572361,-1.627213300502498,1.051852161188378,-1.067433274615371,-1.7350499529150056,-0.8382563079264566,-0.14605217196564466,-1.020665556122091,-1.0324347901766076,0.5892012146873797,0.11802634827059544],[-1.7634115836380364,-1.2759672365195998,0.7810091743235735,-2.0340384047033426,0.9385893961257389,-2.2086547161836143,-0.07794066302698124,-1.8666327603867663,-1.8020409525667607,-1.701875227462616,0.020657666001016026,0.2155769139636597,-0.7698521923197716,-0.34935364164798893,-0.2626138623559221,-1.0323264257355789,-0.24072130063638347,-0.7271404957529302,-1.7495951847028308,-0.8124630715621004,-1.8385058431299557,-0.3516382833308646,-0.19325777251106738,-0.8360773523820866,-0.24273398421497072,-1.8826183272440815,-1.3269937877372477,-0.338103995940689,-1.4035250580672933,0.5964834198761986,-0.06427985280354025,0.11555407837892234,1.0817544434332627],[-0.8889011869800416,-1.1825721130097546,-0.3528212024296252,-0.0749221827871789,-1.2691515294609756,-1.8134361076610164,-0.9076699430665551,-0.05196316024083029,-0.7661817375670639,0.8655290220451941,-0.4380025627598686,1.5017316465441404,1.6313336549197754,1.3099244296884178,-1.3486900896275733,-0.6474168545570935,0.7904807398856878,-1.609959243327336,0.5274575477391283,-0.27409126596559746,-0.629907667321684,0.342186264194595,-1.1038808584712463,0.12444890422329974,-0.5306204487992002,-0.8577589209997906,-0.8626564584637861,-1.6594350513403446,-0.6348652852566644,-0.5920644942731953,0.7975217485721311,0.33904293760904,-1.7433157650042717],[-1.228214715522004,-0.355590335134096,-0.5886936845280643,-0.7761267823025808,0.29164413803616035,0.5333066638445122,0.48976734236765246,1.0770981097997083,0.6410363743904465,1.2611125890993102,-1.0171722205730382,-0.3679239701771771,-0.5018604928122093,-1.2403930594921542,-0.4433575206420203,0.030706183438104544,-0.07563545448679228,-1.014855774732791,0.4785276852997066,0.7534021771858248,-0.20602073614031935,-2.0047985797593926,-1.7243622894764326,-1.7569332617084388,-0.04554263884427147,-1.1359996007695328,-0.32685278552202973,-1.861470026159339,-0.9675802780435567,-2.1341673313110983,-1.2920314324648057,-1.478230903688489,-2.1164766112132423],[-0.771738902797391,0.8648645172041114,-2.2289964888964513,-0.5907209728533005,-1.8310851493749534,0.507881706685661,-1.4957103509481482,-0.5632689627382301,-0.007620676236726623,0.8748663719917087,-0.5351244991557698,-0.18723490373238405,0.350521466989707,-0.5824193073162375,-0.42509459462502364,0.3338104833397212,0.20678538218314782,-0.5075936188040583,0.11486463993250014,-1.6762977186685575,-1.8628864519442923,-1.8618099048096985,-1.6904074099874435,-1.3988292447418704,-0.7443714157310405,-1.3319701709057536,-1.8363166561499333,-1.2403194901737253,-0.7126758716892865,-0.7127540833014158,-0.2241145852405966,0.39751784478867785,-0.4443193007525903],[0.6638179315003624,-1.5820032681779952,-0.9934128932773412,-0.0318269028113067,0.36619919498477027,-1.4244873854394098,0.3265306893981996,-0.33534219908561486,-0.17575717432296176,-0.8875968639247087,-2.1507764195393806,1.6471385461060246,-0.34667567732330395,0.03318961342371541,0.32679626547759527,0.7955053795018717,-1.3383008432419008,-1.2255526820612528,0.4949695252215374,0.19100507248696486,-1.8735804110100671,0.38954386195137114,-0.28443618866071624,-2.166817383445267,-2.0481873931801973,0.10749806102560512,-1.4565404502488277,0.05490236307563142,-0.722160938923259,0.15323207822937393,-1.2294372774496143,-0.6314448552871649,0.646008841279949],[0.011098173206719603,-2.1578882847265413,-1.0177777570961184,1.1585459586126297,-1.7533894218145167,-0.8962225163730861,-0.5858337425487016,-2.3437506038110505,-2.3026996682794834,-1.1267940771695113,0.13994355613376575,-0.1296276016285613,-2.629335768294722,-0.7943129481015795,-0.11778025572971614,-0.05348886588831169,-0.5706747170043385,1.4166792051193047,-1.4269840835711707,-0.13699014641801946,-0.06781861086058909,-1.8308959698495113,-0.05055174009339521,0.041265038297026185,-1.2917437115438997,-0.35056223077127735,-1.6818310205541949,-0.07257047382284464,-1.4658419830902882,-2.1520520525651032,-2.4843914115743013,-1.6551271215151042,-0.6200868249351346],[-1.3977116314618134,-1.1540116934629125,1.2016964783120248,-0.48624182544487315,0.08636744878705789,0.8096168667191136,-0.40042718372029223,0.0559652400244809,-0.005625623145142909,-0.978246421762099,-1.3387340285599183,-1.9016934064260924,1.389659602246102,0.6866168991878686,-0.6060564084259009,-0.012730260624843412,-1.0707962571923015,-1.6575821869672684,0.5653885777263149,-0.12678489890501324,0.8474437472073776,1.0779070490391942,-0.5882575358130996,-0.5324933162879726,0.4867243122645171,0.6288257681460506,-1.2713173246799747,1.0117572754524753,-0.3384479250017768,-0.6920098812415383,-1.3290434942967815,-1.1376914820695425,-0.6959696966404939],[1.031493679043384,-0.06650807868022919,-2.0329538280379658,-0.9587258889368696,0.1046416987137534,-1.0020667959793292,-1.5518121101300637,0.8477638454720767,0.2900161901044429,-0.43922482190870193,0.33043063775341813,-1.2307191988968527,-0.7960175772441205,-1.6004373508538579,0.8547291106565313,-1.2588397594121608,0.6206336309650536,-0.22933404056760082,-1.5864094822868968,-0.28054160039174353,-0.2480027731670329,-1.8064687127619443,-1.917148552115812,-1.362309665438842,0.39334208026647416,-0.8163260837464219,-1.785530964705328,0.8022037275076527,-2.007725715910655,-2.4486502301494513,-2.7017724989818177,-2.270018053218979,0.11501947643857699],[-0.9000747983000436,-1.3364549766810558,0.38362280579700164,0.13150277544706143,0.14544454648526706,-1.090455854636962,0.7649818680584003,1.2200529392361925,0.04987006735879916,-1.6271437546297867,0.47727532846897663,-0.5600433107882928,-1.119854870782577,-1.5540367646650017,-0.9221186693458654,-0.656893528274384,-0.09714826105617776,1.9211583927831972,-1.5477993153409986,-0.9303280204880976,-0.522271743808672,-1.1339869549551485,-1.398191357465114,1.0717586062934459,-1.91131231408292,-1.3529585139789866,-1.9627817307028732,-1.0357565282400636,-0.7342274684113406,0.10211811325262131,-0.031063830158699568,-0.10202876391535619,-2.063964311691433],[0.13831172158597105,-1.131663346313893,-0.49146557501932975,-0.6771376377172343,-2.265986130040044,-0.3726041088436893,-1.9682914841073098,-0.08369100962629362,-0.5419599274443984,0.40455137251089063,-1.0827058805320848,0.14397502557059805,-0.7358712950365541,-0.6203129667648029,-1.3339003163314505,-2.1440871833219153,-2.7756551220393333,0.8954289420629695,-0.9627391067467724,-2.160436773139327,-0.750260874619352,-1.537558373917903,-0.3588808766335585,-1.04520905446665,-0.12169352946878145,-1.3744403547983253,-1.2292550148619172,-0.07740941279074492,-1.4380309707580463,-0.18539581246005563,-0.4836402332445766,0.39008527392704184,-1.731424059043671],[-0.6927306268785609,-1.5148339874095096,-0.5359414867002568,-1.3379614602093273,-1.1737872707628572,-0.3950762416279516,-1.8070615592882406,0.29483316105741064,-1.306070173335946,-0.5324828883674702,0.3664754324113568,-0.14065413963662346,-0.8137333076461328,-0.8619048946004376,0.01424071759000181,-1.0586773882010136,0.30570776796602084,-0.9053263485310152,0.8006674372649987,-1.0267796098411275,-1.6462335409245916,-0.4314283219352749,-0.39847278014314474,1.5047425828732997,0.9918536255977544,1.3758349435167108,0.3607614327249706,1.128122284795923,0.8988961245949965,0.5907939854454293,-0.2826252190898705,-0.6574080324592376,-1.6067135197929439],[-2.1446917770224876,0.46922746929351844,-2.8415833589893564,-0.07281835864060796,-1.2081013067288928,-1.4345607954913613,0.7266407097357003,-0.81975092426492,-0.12970737992208586,-1.1135443098925428,-0.8241749461594027,-2.154382098687477,-0.422899903595681,-1.393841381958916,-0.31507786285545736,-2.2084231543387753,-2.002488736127836,0.14255845620667218,-2.533744483450286,-0.49983718199149224,-0.30057682052511214,-0.24417091324865378,-0.9351694184272507,-1.2596261410255303,-2.2247295808531224,-0.251435382854407,-1.2276030399410898,-1.5732632819335208,-0.6714622264981268,0.049462909626082754,-1.3540410017967002,-0.08363954269980181,0.08522151870309415],[0.6140461614577707,-0.08370535927841097,-1.4766392629656815,0.9793408077409362,-0.21004549239929976,0.1416998121278891,-0.14494776844229396,-0.8529606912643024,0.6405427274439786,-2.4612692170867128,-0.6480039044752838,-1.050944655216357,-0.7767483944396171,0.36508849207861316,-0.13276057554569987,0.460657414489233,-1.621761789872395,-1.3247513871331724,-1.1150712786993862,-1.6042850928974985,-1.6687573889338272,-0.7245583200592705,-1.8991455527891854,-1.6120325380509746,-0.1578490993478554,-0.8123534798732323,0.3460911469535837,-0.14425942373205589,0.4795238517381491,0.08782475535209949,-1.569995991696213,-1.4656641551059026,-1.4442230734042278],[-1.1067786015522425,-1.6525971669030808,-0.09458003207137039,-1.6743805899417283,-1.6613922278718025,-0.8772921592526237,-1.531663313076106,-1.607998004542485,-1.4603540108319808,-1.2577304033053396,-1.4434050395638642,-3.795905514318449,-1.5596396490397335,-3.116993135872225,-0.7486756854956784,-1.18913359421797,-0.896151230012027,-1.2524130900179633,-0.4362195237185561,-0.8320433574010185,-0.5446758645644484,-1.3202923141166474,-0.5902511831964837,-1.9210047928473037,-1.0822012970571036,-1.1686436558884818,-0.3037647183472042,-1.7946441752494915,-2.9526397882355258,-0.7508315203334393,-0.41761686425864736,-0.7552184560388959,-0.23436905996764476],[0.9980253598425091,0.2891023928666604,-0.419218285546696,0.5042780044959358,-0.7644117996498385,-1.9411910825358154,0.11770854071874473,0.47629915125547034,-0.82407258655682,-0.7869883634143293,-0.6451545104716229,0.007857735233658746,-1.0982147900161545,-0.03964596841363518,-1.7660971408804504,-0.45553504611064655,-1.5840506719899472,-0.6234979438912898,0.756152831888167,-0.5111658537195995,-2.233983916664087,0.5049596389861573,-0.8673202619636813,0.10939430866383924,0.478206545325873,-0.9499475900747213,0.2864408458719828,0.4490964001428557,-0.25679235568961734,-1.9732860469863067,0.8868921698478093,-1.6744986556029036,-0.5807732537934316],[0.5454441005780003,0.9780743123760879,-1.7702258996420812,-1.8455583656171768,-0.4653303567346041,0.024779539570387255,-1.9328231646797565,-0.4044918419858642,-1.599254407553315,-1.3137169012545358,-1.6533251587163542,0.2700638985509038,-2.0193710174551027,-1.7418338876205282,1.1929144214104987,-0.04858511161134008,0.11379656604304347,-1.985862517185306,0.763499337425009,0.21706150634205856,0.2612214137499209,1.4022256777155464,-0.12430008602875352,-0.22202052719183288,0.6160036274866711,-0.060966131502183316,0.626215851630963,-0.12681026446537272,-1.433866534436097,-0.08057348882799746,-1.982057867335549,-1.0104399554822792,-1.0984804988526748],[-0.1844490707337025,0.8194737250549565,-0.7738116893647458,-0.8894230810424986,-0.8210588769551688,-1.3301831098744412,-1.1843597990888433,-0.11046649935143352,-0.469825071174009,-1.0901048223808345,0.4993888559849193,-1.9042428532600524,1.0237767960592667,-0.5919611759271824,-2.1767725300722893,-0.23978468967883637,0.7842735695667336,0.24984541341950797,-1.78037371368936,-2.1511270632085107,-0.8439586192022401,-0.8129649768537779,-0.7558064727894835,0.4286612688694928,-1.2739215590208663,-1.0407716648954615,-1.8122629717314516,-1.1193834532901492,0.05820912588826673,-0.32527191170197356,-0.2374264357016342,-1.043725296430242,-0.304738458238285],[-0.5727837699164479,0.950556925313107,-0.4392301272844284,0.3501879518221668,-0.5693001683109371,-1.1833453543926402,-1.5427211761426387,-1.6555230335165105,0.9671056266168206,0.39162175690895673,-0.37467388316040545,-1.2605984696388992,0.8964070991349219,-0.5545903853058128,-2.5094512291207267,-1.8860622653109946,-0.15827792109717434,-2.375468712288825,-0.3058023770894193,0.6066206558216939,-1.4511557598159637,-2.1456668604097557,0.2566442219214862,-0.016366074686827946,-1.9545842685127202,0.5208017344598915,-0.17527146099072627,0.657677659970382,0.9419750187766579,-0.40265775067757476,-1.5440424359645222,-2.1880217942877986,-1.852305095987901],[-1.228308277856892,-0.7310881408847334,0.06644125805727656,0.4394465182270929,-0.6084357876650939,0.6488165939742364,-0.2245827738925421,-1.1996386116573834,-1.6616879102275373,-2.316211954143964,0.8057507178501683,-2.09012288367662,-0.6931786541125634,0.43168491012115345,0.9989172364821953,-0.6218606526587435,0.2399593981568948,-1.253427268730891,0.32210202074216804,0.23542189211913636,-0.33765810178429767,0.6459543372400303,-1.2390960153279087,-1.3588092216057324,-1.3112298164494158,-1.845439851873936,-2.2485446869454533,-1.2612849052117774,0.3511710052561482,0.4686924095421443,-0.19912896848799214,0.5188553322552615,-1.6388953902431773],[-0.27811877137134133,-0.6607045951819602,0.1633331120267649,-1.5481577938978848,-2.0804228528386424,-1.5213265258613407,-1.7479350914687946,-0.7977140959585528,-0.687557004894928,0.6584016381686055,-1.1100702667121034,-1.7456786103473367,-2.082906358845064,-0.2742499063805048,-0.4293983527299471,-1.295905295076145,-1.1014609090440095,0.06535247195698131,-0.23858848245812975,-0.04282790764691139,-0.3548125545684166,0.26045898501293424,-1.101451295820494,-0.8736851147583533,-0.44294963623548933,1.3848677100522946,-0.5377090423476932,-2.201553985921393,0.050359589881774344,-0.5174994565936043,-1.7388023302922428,-2.2285707148689125,-0.6723963151466039],[-0.9221281269675419,1.389472256769922,-0.740390481065717,-1.6493975150709856,-1.4729591758762943,-0.1087974064826109,-1.3756737587622185,-2.010092600532282,-1.4950308707411664,-1.1442015171551332,0.29543283361092926,0.2511131800101608,-0.45109149624327277,-1.9535089019588094,-0.887634453120503,1.089131088554502,-0.14412779668908587,-1.8589413721061234,0.8003909074680606,-1.9159955403926443,-0.8524970320428228,-0.4557159810505922,-0.7184546069531125,-0.23836626597142202,-0.815478431333049,1.1586301351365098,0.29534513667433004,-1.2495719675507417,-0.6334211741044189,-2.4477847236461905,1.1702093618981642,-1.9558138423724607,0.31995771833780823],[-1.6422017605691792,-0.9834448149590782,-1.7539616904979487,1.70536053885337,0.6544883695527256,-1.3541621574625402,-1.1554694131166874,-0.724924430321991,0.5667683502494977,-1.54108331436486,-0.4924773204643595,-1.1137615822086495,-0.592737151577531,-0.23187412316377898,-0.888039383197549,0.105264615151215,0.5020911994280932,-0.9962885374587578,-0.7860643770658853,-0.981429449030371,0.20038928822383037,-0.7405593244866157,0.9141066690873347,-0.7613176193814716,0.5631702593986195,-1.3815153456476643,0.8867226588753645,-1.6635055615276153,0.06745942878991162,-1.0429819255936126,0.3300384148624769,-1.044015309363442,-1.6942647873978],[-0.8287390063370605,-1.3102577227168029,-0.5684095725861555,1.6430756172375907,0.2817180857870623,-1.3819190665251544,1.4501935902089105,-1.1703734838264048,-0.6460660648958171,-0.8556171203791645,-0.22577507259713173,-1.3888501338543666,0.3226784234315161,-1.4668772098081877,0.7051158318683959,-0.5436930828344632,-1.2642519150940161,0.6363445043520455,0.3674631254846293,-0.33808984027894545,-2.05328475879284,-0.9055234993897557,-1.9754444673129805,-0.7844548716367493,-1.6206442108117107,-0.7952072229845997,0.5043552600503157,-0.1872330435571083,0.680356788195314,-0.4105427810928331,0.24450145223008043,-1.3812438539578444,-0.46917925407388755],[-1.418374119396233,-0.4847642339580792,-0.48296431315157823,-1.8840517730709045,-0.9152481459973122,-0.7501540894880971,0.7966081981888445,-0.5517905263116565,-1.1735603117384448,-0.716874811483815,0.5445108675033397,-0.6985073081979358,0.7703587604019141,1.4044977826089802,0.5952406653225781,-0.2641180746545508,0.5152619097385233,0.2366815494177197,-1.0008731165913074,1.0950371480128385,0.439173902149692,-0.6227366455445286,-1.538616653146092,-0.369801596370594,0.3430694099000437,-0.1955280773854356,0.5356893894611092,-0.41837371055689665,0.5985528133731135,-0.42938685220434664,0.19310931665860726,0.043745767007189344,-0.9952767798149582],[-0.5666679827802993,-0.4597713242326853,0.09492718736370664,0.15199305821217043,-1.1854077413812283,1.060549195849962,-0.8287513775668991,-1.5664152071778763,0.456783901575321,1.242286699132927,0.14129653710758167,2.0966873941315187,-0.5777623211501717,1.6626655300273896,-0.3989352452542243,-0.6904120544381953,0.36693915822386614,-1.060713388651223,-0.5406944262450565,-0.6579459643993645,0.8707097319000872,0.5304748055992727,0.10755846730346576,-0.6114984911121691,0.14767911081608698,-0.21307838183711655,0.3275986991933419,-1.584340230927994,-0.8698274485917767,-1.0640498173525774,0.23545390048504125,-0.4249835684056495,-0.6816760827922597],[-1.2203812734709112,0.9877989712627588,-0.6665762881543252,-1.4980785698606127,-1.4881252733948709,-0.660914035903346,-0.4584728117056969,-1.6023496444190233,0.568397128971102,-1.122362537426569,-2.040607936734071,-0.44249832534831324,-2.7103085181121043,-1.6042300406194605,-1.9315832412229719,0.12292542666829644,0.450256752639596,-0.22697244313871784,-0.7855126842681908,0.5331802635717161,-1.7633961122474597,-0.04912050543133199,0.35187086203042495,0.9919411410167798,-0.23861841053115937,-1.479833378924525,-0.78773579618231,-1.3437703955986096,-1.983585592368695,-0.6108210652846588,-0.2531568771523899,0.6386143386772714,-0.11940182560610976],[-0.6002795127486585,-0.4971594339632066,-1.444390875783874,-2.4548312146833173,0.8910637034789691,-2.3516067099458,-2.1735288475999557,0.1070461815658778,-0.6797560744471771,-1.635586924278554,0.3246665616350706,-0.1723869462451479,-1.5699529904303942,-0.24548147320856345,-0.5385328396194857,-1.2793946827702491,-2.624423489398306,-0.40932776595838305,-0.9707175264275358,-1.658011851622857,-0.5268908701551772,-1.8119809963826576,0.5574427588702752,-1.0894000981846885,-0.20896027707573153,0.15986690037000076,-2.0377609665235124,0.0753609989557168,-0.8488120137024742,-1.0865018650930809,-0.8244570457916873,-1.0729528741130607,-0.08584502827912377],[-1.5837240959948857,-1.3878910602055015,-1.278608455763624,-1.6883843324645194,0.4851649690037421,-0.44091623598758906,0.19587312316604452,-0.8237046645474589,-0.7307956595600447,0.12482619956469258,-1.5878247180910494,-1.0773413755596655,-1.4038575717836814,1.0244538783338304,-1.5095582877799751,-1.301494776683297,-0.04179199520769009,-0.44008401778696826,0.06099881051400121,-0.28579618038241317,-0.8677568163761818,-1.1388719222851373,-1.0860256565505717,-1.5843846508623125,-1.6147055838495163,-0.5995458796379084,0.07361302195068595,-0.7740715135698694,-0.12021279177035628,0.049189485216911105,0.6275417952910617,0.7555922833558718,-0.6146896420705342],[-1.6208489052637258,-1.5594816582435134,1.2053714683946701,-1.135458882174565,-1.2450673709322977,-0.7903158501509874,-0.7656057534643541,0.7474427099812179,-1.6542888403504918,-0.7109913412299473,-0.5233647842991275,-1.1411670987926974,1.0107220355526494,0.807372075432491,-0.5645916602404307,0.0876873900420965,-0.9814335878989539,0.37706369605695833,0.059196904001249655,-2.10937688983621,-1.2790285024743628,-1.8797770867084416,-0.004076148764670161,-1.0893243402730972,-0.22094620431311224,-1.8380781935186559,-0.2005806472992142,0.5289458367919179,-0.9328715201080579,0.8987483218394913,0.0061955638933556875,-0.2640050292466963,0.3489913414097438],[-0.035779412268398474,-1.8237371866357865,-1.104616763095847,0.9300633264257067,-2.0590912027567554,0.714485958200517,-2.0052988779112955,-2.0515778186065936,0.2860772207811798,-1.9896769176059934,-0.8244293595448027,-0.7777570465862276,-2.0989746948945496,0.1432867819694737,-0.5741617856168615,-1.181861706927074,-0.10980306110840539,-1.554734744585479,-0.4023821527660871,-0.9069446542028388,0.8669964719217991,0.645489323014152,0.6237941996309374,1.1616128946902122,-0.9734494730716124,-0.9797589252171466,-0.44044170775023334,-0.5143241146668355,-0.6127320247992133,0.554757914634802,-0.3225234039100464,-1.7449248149073853,-0.009862302919267006],[-0.7981224985549722,-1.7794149431077484,-1.096050630969535,-0.9641468735674453,-2.0030313815892162,-0.6946700773296111,-0.5052219375385212,-0.7441637588159715,-1.528549429463486,1.0059048682347829,0.4132563164755895,-0.18744965073359346,0.25131609436502755,0.7540938410875253,-0.6118454571387822,-1.1819136411547448,-1.1689619577329804,1.274728038768424,-0.04201802812866752,0.8183964837434466,-0.7257961327380009,-0.6036824814552251,-1.6151140086537867,0.09319066352186288,-0.3473400502136651,0.23790780124134892,-1.6454966785975094,-0.4345411534399553,-0.3653796576317403,0.5494607276170222,-0.5286284242419493,-1.8842507693501558,-1.1326610636622458],[-0.5737937958775154,0.55490067708767,-0.4733112387194605,0.03647500515265352,-0.47566621585421415,-0.17116188264358365,0.5282601271986846,-1.3790373732779444,0.6274404602208116,-0.668777773946994,-1.8520322424140718,-0.37412843563365533,-0.5176520869971967,-0.7913809987794083,0.9941797604220814,-0.11788203617187684,0.39002721781139627,-1.2543327515002904,-0.470080155618949,-1.164909443709507,0.7384041518879417,-1.209038425970261,-1.505459445747228,-0.3058753950118283,0.5299533739077449,-1.0247031625521343,1.0575058674348572,-0.6398369650692085,0.02917722817276637,-0.232128853166287,-0.14996638080105737,-1.8951804377394135,0.37756057469189824],[-0.5711550218898456,-1.394577480715398,0.6340032419056651,-1.2812653171178507,-0.8545271689668126,0.021522423524917372,-0.5237865343986295,0.6455813077280222,-0.6178101397141866,1.2414866524262518,-0.841649376152486,-1.2225911951950346,0.5029291740696552,-1.0027779728434292,-1.2765490676892575,-1.486005973129567,0.4813812516911379,-1.8058263468779663,0.8442624070363793,0.9933229869993487,0.13579460167777227,-0.08302998160379563,-0.6866536603848361,-1.6135432004879968,-1.6971553973800273,-0.05719943216753317,0.7000097528603941,-0.7099842712181179,0.5763404990217663,-0.21519789163714323,-0.7689917364655583,0.501561120235912,-0.2840991609218245],[-0.8567983706708491,-1.1575565134269241,-0.4156306573489235,-1.0099848328905223,-0.5099173730775368,0.6409991631245945,0.6721582434802067,-1.0046692863766715,0.21825770609978806,-1.2430535758989123,-0.8334711250189406,0.9802573764305159,0.4475511741764196,-1.5057451958774641,-0.050558015320538316,-0.987795418704043,0.2109002341477702,-0.10394257127134618,0.3692541275460883,-1.4626382743949875,0.5342478863562881,-0.48376165127751236,-0.16433648370973059,-0.21136371503302784,-1.2649951928024041,0.3373694873710056,0.6342847263457384,-0.9834761745275499,-0.2449106201737067,-1.666335485318561,0.6808895493717603,0.3788936968418092,-1.5944379867828895],[-0.9053102227250748,-1.1640399077229695,-0.10949948767338732,-0.3501289294297979,0.05769748721740076,0.8478790073864341,-0.6908290032140116,0.5525876008939125,-1.7034151535403714,-0.7529868911210302,-1.2294681931285665,-1.4191425354628917,-0.02764848641828481,-1.0461696330425947,1.2112179866426385,-1.8403163918898235,0.08885701074586932,-1.1919455885408266,-0.9957757680203705,-1.054416167490977,-1.7444046042604282,0.7765885680595142,-1.0547856201601131,-1.5582933496589109,0.11473156001545186,0.2707626208787829,1.2718808442415794,-1.0546533312108815,0.48628960195913395,-0.4830220779748902,0.8620177134014345,-1.842087710060647,1.4769563840207673],[-1.4560524518686264,-1.4866225950065615,1.178793612251325,-0.06804144853264754,0.4977113775383138,-1.3815078947287094,1.2908979346879523,-1.9252273612036954,-1.683935230528261,0.6595181104590837,-1.181481988139896,0.24677063541834401,-0.7680499267551236,-1.3285431128132945,-1.6983900806284287,-1.494537316815735,-0.011842319544783939,0.816732690341826,-1.028757748694235,-0.8062415111504149,1.1486334874136699,-0.12297855509190024,-0.8404420720856902,-0.10142363686266245,0.5599703808904757,-0.3573448884711695,-1.4369203029626938,-0.7869684999044735,0.11186230696433656,-1.0388909228380985,-1.6371799444035748,0.4958354245488846,-0.010885309351960703],[-0.6856973424768449,-1.4131693545356145,0.22977902786758722,0.5094212054665643,0.6022392740292094,-1.7833246197323798,-0.03467052252585383,-0.3444927704095185,-0.9911945662485311,0.12856245422933318,-0.25473315741244423,0.10446331454883233,-0.21657285918319566,-0.6806169201596,-2.488855828135618,0.10501036527388913,-0.8885154503319213,-2.2211815673759268,-1.399301216968841,-2.3238144563113514,-0.43568006482157723,-0.8596243365550218,0.8913102149128763,0.6405496939344569,-1.9308070437228178,0.009325579861066406,-0.599357695224019,-1.1384962189393706,-2.062125499390801,-0.04321702857551635,-1.7132008204504883,-0.5689653500975452,0.18988498112365232],[0.15988413650843492,1.0074175122619071,-0.398901695334654,-1.8538411214812858,-0.3973157428732286,0.13933569546575797,0.9638664113409434,0.15248896339814463,-2.0814597442039724,-0.6670433994981161,1.032511076179661,-2.761554645625295,-1.164617104442917,-1.4165010413301635,-0.09684045719932552,-0.5739606314172987,-1.4949963653031584,-2.227237900720215,-2.141311250702223,0.6731384733602058,-0.47975820219532456,0.6447871211433455,-0.14902877219144506,0.08556213198437329,-1.1931845390805285,-1.8314167502385321,-0.4033728003592246,-0.595559069690018,0.492190723327097,-0.4499124478894558,-0.15522780297856095,-0.6182319669319134,-1.4618439332393793],[-0.7202717193275151,-0.45035959593855074,-0.8998902678412306,-0.8154255872450861,-1.472774196990942,-0.12473966352456255,0.16353261033664157,0.0016855110431452508,-0.585560630623336,-2.1661154619704406,-1.721569004909466,0.16066108327463305,-1.2677170602489483,0.6046005633697609,0.6768889442445692,0.4354322949213683,0.7577494789166501,0.25641012908644617,0.6799819792161738,0.13230329673426,-0.21323023423156856,0.849818191699398,-0.6096711803149142,-0.19966313690616144,-0.6515085362398718,-0.6320333305818472,1.0408796250993952,-2.0252874389715796,-0.2832957042211499,-1.7210815560810635,0.1505662500299529,-0.6241186638524232,-0.04206846839379485],[0.0344960832344781,-1.591354387280531,-0.05475525954891113,0.0779972488939984,0.9591068627234974,-1.109619551360917,-1.1665709632480283,-1.6009835493477595,0.28952066120647935,-0.20990839084548926,1.6459328644087956,0.380811178673972,1.6880662968026108,-0.23022530691695298,-1.6858063552259257,0.6680040328447541,-1.0851658737489853,-0.4027952819671413,-1.3718722340751603,0.06565186119481199,-1.7054645230022203,-0.725711211139737,-0.2092810562634704,0.16918114616891533,0.718386721660309,-1.7341721623657398,1.7831727278453129,-1.6306080481611047,1.2846691117679019,-0.412041019339082,-0.10407752740659693,-0.46869093267923323,-0.429878579814897],[-1.4438617927212922,-0.22652116117780277,0.7211666069349452,-1.6877439383320223,1.2784158910133256,-0.3292487261731459,-0.9516202327671628,-0.9101534638182445,0.5206325347268398,-2.1464337613166617,-0.6054013042080869,1.4358504982687135,1.8836514440224141,1.3995389307410253,-1.7710171724925419,-1.0436580776453095,-1.2020342675361706,-1.3986572752839292,0.07154350951786922,0.45972104183061946,-0.8914342746063503,-0.8772080630542866,0.5008226199775853,1.1120389404897701,-1.162131279821255,-0.7403922094179028,-0.8321010432165549,-1.5937334019054221,-1.1768821831654461,-0.2355491270906792,1.1305903603612861,-0.16483965563217917,-0.9299284623569161],[-1.2481471541380034,0.5565760371773671,0.5294554001545951,-1.358476694143069,0.18740168125980203,-0.608305192325197,-1.8078712490543194,0.7893622923695249,0.13879908710831862,-0.39938413151420415,-0.7928165121437131,0.36477796030848175,-0.8072431545368927,0.9194732171351667,-0.5175812301244558,-1.168238420236825,-0.28806573716233747,-0.49349036623040005,0.9779882346354598,-0.33553549866619625,0.8645236052384782,0.9982315925285777,-1.3662709320610846,-0.05143961833064804,-0.010304530932459302,-0.953823479880664,-0.544630122279117,0.7201677028918136,1.3091541679095648,0.042526819873704096,-0.24669021333366056,-0.9490056723352114,-1.5328410777241581]]],"Biases":[[[0.8063092242182828,0.31404055487768334,-0.4244641320925691,0.32608593697537114,0.10901399188674248,-0.11522924498957401,0.9884699204640757,0.9731377131964876,0.7587933767467037,-0.44568459948746214,-0.6332128836498466,-0.4208174113728451,-0.3802361478625273,0.46553105102748477,0.2619337173163041,-0.30415634060681257,-0.06525342729057337,0.9836181507149564,-0.4011147648912619,0.985696736635304,-0.1951547843346518,0.06643142368084794,-0.3895799253877498,0.7427242533356095,0.4915648111497981,0.8850606819025483,0.38485922511980336,0.6782518521236528,0.431741994562336,-0.5524560628484249,-0.032663552922038486,-0.557610986568594,0.6438229659936797,0.6021619724528661,0.38605910206132715,-0.5173703294766772,-0.524961664954532,0.6663418230759106,-0.7413068582070514,-0.28163929431574086,0.9065448262943795,-0.09788927463256321,0.7251474155669219,0.4266423032930471,0.12720525075171824,-0.7787359220954336,0.9005656796919255,0.777587371939892,0.5904178783574159,0.91843088397952],[2.237610820113289,1.62221061759981,0.9590915708709317,-2.274379789072056,-1.6585240034537332,0.01434318139158794,-2.0228109671236636,-1.8151448385538758,-0.3254637353252794,-2.2638443788146234,1.9047440311412447,-0.9306836957383202,-0.1329903017523818,0.3180985945553254,-0.24810695875895009,1.2950052273290025,0.4339110601859492,0.4030696335251543,1.0222564894180346,0.05419221195591131,0.6199304890454755,0.9754535104671301,-2.7523759620207873,1.7773454708699208,-1.4647111189275157,-2.3731642820424974,0.7739724578487857,-0.37431362442281435,-0.9068755323833281,0.9660158633735884,0.9535455789926476,1.8359130573326583,0.5655213870714308,-0.8883634435854023,0.026495955549964513,-0.8367128731752751,-1.0098815151105935,-0.16231879398497187,-1.3566451383672693,1.6692125107867894,-1.103672956831834,1.163912454109365,1.6627411971926191,-2.4273007171080274,-1.9712960391214778,1.2780315631935102,1.7338007445158938,-3.2651090145842283,-2.7045543721718563,0.27320235822836664],[0.5213618988169479,1.872928775504364,1.5337402098981159,-1.0157182777138787,-2.1942285790228735,1.2638196184606514,-1.679808673810751,-2.1356150694250697,0.630035673230731,-0.48981004796287564,0.9891996960410145,0.7243187286655465,-0.19663202930855322,0.6358821938206072,-0.24194989183860258,0.7775106593108331,-1.5913877791988167,-0.6879331596219641,1.4431091492079982,0.865783261972543,0.5171751987605682,-0.7216583768787623,-2.3437915131904474,1.7248131341716426,-1.8886630444485444,-1.3737740075812443,0.9097274144919183,-0.044191939243157,0.989722852190372,-0.39737125404487067,0.14631907184014678,1.5838051656422298,0.38902662279274497,-1.9793648430729134,-0.2674798050409614,-1.347055049629827,0.9924555078136159,0.7894262002897487,-0.3534632392399477,1.5372311505791187,0.1051705268553102,1.461878043960559,0.7029410043078635,-2.3934004180935955,-2.558666231594868,0.5051842756716655,0.5533170355449015,-2.1898614779122774,-2.6126576741332634,0.3362194575249177],[2.1876048312254777,2.0695936288133017,1.7675846223786946,-1.4706107502999826,-2.532989579427415,0.6736652035382461,-0.8124225603856082,-1.1359760037797804,-0.8893199918975008,-0.24839455900042914,0.6784821879367708,0.2358476814782881,1.3158065124256553,0.7873508039661143,0.32898514939704293,0.3339217098192892,-1.234733795643025,-0.7454986844601453,1.3659882666469316,-0.6937744009591075,0.22853939377221597,0.09642467898206641,-0.42392295431434707,1.1707690283667778,-0.5038652032725756,-0.4861822210533344,2.079998124674302,-0.6246976569082909,0.4034846354888618,1.129868454440729,0.30969984673946044,1.5629172635993458,0.37866865868224536,-0.3146256959928975,0.5937596400957331,-0.016918587029505473,0.8352375746447233,-0.07351552569412297,0.8821287236811376,1.7261091054631759,-0.8497735763202997,1.3254215686732125,0.3721700276069019,-2.2705548408767697,-2.702238189621568,0.33959927169211107,-0.22760095692464408,-2.3885056069857753,-0.8548000090525848,0.0812580628269155],[-1.2362526075663105,0.36766646182774315,-1.6563613957141785,0.848446555457565,-0.5239676142869906,-1.0909152636099426,-0.15940877778744755,0.3084924280149941,0.6487915831458946,0.6467510655596551,-1.143754625406498,-0.3066778281269947,-0.6586491706492371,0.8500680013020999,1.0228929893149161,-0.1708031341784939,-0.22910586248909565,-0.5421034663918789,0.01404003581030921,-0.6133178831270096,0.8651655612881403,-1.094431967318905,0.43296438294705786,0.515198338896925,-0.013338439358488477,-0.5882507309040507,-0.6750399462256187,-0.6879508620331121,-0.9055309155095275,-0.03421438457419739,-0.35698671270020604,0.9735830233392269,-0.4395595452998769,-1.295454603441432,0.9425345298654954,0.29841200927679506,0.582238186123268,0.7725359243777736,0.915152508825378,-1.5883138079886774,-1.354820924794274,0.07434914788849498,-1.1499605042618932,-1.2572187635524008,-0.9328264653495447,-0.4030681246226294,-0.46571001289876557,0.3041196804005918,-0.24798276846898823,-0.2628160127125721],[-1.133753992312017,0.9712337214504515,-1.565383886408766,-0.12459293413326387,0.9787428349893453,-1.2776012331816784,0.6304415548232463,0.5072758121662716,-0.7573840581156573,1.1133665723833703,-0.9137910259057871,-0.20639802305959737,0.5594413880079891,0.10684889738410903,-0.04930564254074209,-1.0792275301758174,-1.1434623810128488,0.14482945091754265,-0.6853048821238891,0.8686307582572093,-0.46834322770153713,-1.2458448250917373,0.7895162903871458,-1.4395260772155547,-1.0848131273974824,0.2915935549077126,-0.13758923843762716,-0.1464610675966171,-0.36592159529030727,-0.15131488900402582,-0.49875699665859585,-0.42762300756325594,0.6793354400530296,0.053211859006376296,0.6676243386718812,0.1212966866113164,0.021880968922547636,0.8327778210649812,0.2505918637930552,-0.43232042764278694,0.059440485354157,-1.964280179219863,0.518552342655546,-0.19324262006508536,-0.08523736028384687,-1.484644508532801,0.8568026335097664,-1.1901625248719205,0.9085065785845033,0.5802224305209722],[-0.06450229260639812,0.6154174355595259,-1.0192803854885881,-0.7712163810491104,0.27117343031515323,-2.5712427809940017,-1.0049500992261498,0.952678117869557,0.9222224914841844,0.4821901472218068,-0.35431552235581265,-0.29962015525856145,0.23369686677618165,0.06906812786268712,0.42061677855805624,-0.9441968307597315,0.8072646871050897,-0.08806256484270845,-0.41623044862023234,-0.15020897841101705,0.4248609047370859,0.020513655126559827,0.5956434430730924,-1.355562329542897,0.011904829341230985,0.5671419670066069,-0.12919726342480148,0.9338328862588501,-2.5110520609723124,0.20715974792838696,0.1884021057994401,-0.2235610027606474,-0.20286034211178763,0.526734239207063,0.019136882563408963,0.22036877179136172,0.8918266938167914,0.8865021125153549,0.612788688376093,-0.4020895572421983,0.30172736100209435,-2.211861323671899,1.147529970869685,-1.6107877337773822,-0.823240123687777,-0.38288842538054524,-0.5855477648363546,0.1505839275692948,0.3413912165130391,-0.5686995460430241],[-0.7609620725186652,-0.27156608893486195,-1.7069800895084166,0.406414979380189,0.3967862248913319,-1.0603175278751489,0.021479711723784788,0.36016421916358154,0.511496109386874,0.36026999242251084,-0.17471316694204528,0.6194875974444466,0.856847864984603,0.23088107027662855,-0.5189485068513898,-1.237882391792262,-1.99817354383006,-0.25722364482030585,0.17232387984014297,-0.11758123154098496,-0.5229175160227867,-0.6297790035607163,0.42870092130663157,-2.522384016415645,0.7467126643666926,-0.5319561035920274,0.8437444927272694,0.6639027605564874,-0.2769258569886967,0.5440030475765648,-1.2933154588749478,1.9254406418261365,1.3319763985832245,-0.7033926300149669,0.3082373853820274,0.7896566514753908,1.6220886419384275,0.28152448418152304,0.9753161775233861,0.12758886436680195,-1.4407041980242181,-1.9109021042019403,0.34290160455347835,0.06298313197272505,0.34013702483081587,0.08099942442230888,1.0478592173112997,1.2013971721731274,0.17637835627447407,0.558198565400167],[0.08063752024651814,0.5329629430800844,0.7402746502552168,-1.5392633381231664,0.14701776894388485,-1.259338716415507,-2.1552042155673137,0.3526986993463085,-0.39545380310764683,0.4062056921302553,0.8303176202873572,0.690883264698588,-0.06384582115746404,0.6289123385777228,-0.4794928450363243,-0.9388228088646927,0.9899907796035261,-1.0823680506869644,0.02551717068168079,-2.1284760577933444,0.8741601673212285,0.007993801466626914,-0.8215393164271058,0.44988403415364986,-0.4239949339185839,-0.8661845327044974,-0.23412329165748372,-0.6724912676661384,0.28493811241935324,0.33789499743518103,0.33951678459771384,0.24254664564978393,-0.41374117242950637,0.9302519376652996,-0.4015676240928901,0.48215419813241384,0.7170847141322256,-0.9278503362573016,-1.2028303615686688,-0.8379765292607093,-0.7272279389722504,-1.2261711144114298,-1.2257688646261258,-1.0779625937705597,0.5926069635355625,0.5884690632224907,-0.15850904045417724,1.4346149775424384,-0.9945313287647733,-1.1494259948574006],[-0.13988976976823844,0.4063951317983006,1.1321381927026788,0.04696769682496195,0.8532408324755617,-0.9570863787324684,-1.9072582718467257,0.5693014024215248,0.7369995207464769,-0.5670341396185397,0.10055940986130191,1.038286068526871,0.12249752407556068,-0.1357136800184824,-0.2290306128793026,-1.1453801815718399,-0.028502067434123538,-0.8054315210228816,0.7777933900091896,-1.1977155915096258,0.51475337104523,0.8916853566431311,-0.22215634389366387,0.3892484486006443,0.9100131342733605,-1.7041905919932572,-0.5773282226753236,0.17730097090463684,-0.18404379685117997,0.8541768043493476,-0.24555938155755405,1.2228809627758022,-0.907585074105739,0.6909766891641325,0.9051831199847864,-0.5964559199368649,1.1233556020027955,-1.2263376847050105,-1.0879241568032776,0.6824048157872677,0.16492244859673108,-0.5998830653903016,-1.8430733108621176,-2.036058315913312,0.9260849718909998,-0.789544842424134,0.46705077940968714,0.8593993367740368,0.41754374410419015,-0.4625625610162022],[0.8790523817977822,0.02348713866665439,-1.021310503014856,2.059041111428322,-0.6147802130217683,1.3552663047048947,1.3877753451727417,-1.714171005847607,-1.270523084695106,-0.08186609327434088,-0.5351375462227318,-0.5986671919514353,-0.28557745330830436,-0.010608798337740874,0.7350993149569169,-0.5112092284553507,1.2197827939890398,1.6399062855585276,-1.0865620735463135,1.991117765037156,-0.41067126394385495,0.45691261419138995,0.4484184719194489,-2.4144446571721447,0.37574394270200245,1.2038734643033033,-0.026182372589638563,-0.7114268261568832,-0.8121339299099776,0.650327341724592,1.8408153634951652,-2.608375651005138,1.4907943484879485,0.2476683691182755,-1.9203227892093326,0.012524531116912763,0.2673654602966268,0.3201035324485405,-0.41657673650392746,0.12367931449143736,0.9360340675674902,-0.7577036744017603,1.052672760559227,2.620260906988841,0.4172529953164409,-0.9732792235164848,-1.8157571197697358,0.18717520731069895,-1.3376109363462785,-0.08265496122816039],[1.9490375092406762,-0.6056538480736272,0.39791901188268375,0.776787825285174,0.7299182120145277,0.6052744513139893,0.7538086180910617,-0.7397189182972977,-0.7656582870134663,2.3484233711957945,1.1179806684314106,0.9463561121668324,0.5309316741321087,0.3646474225656942,0.5864571042100146,0.8179037196524291,0.6807302603080698,-0.5308230955966546,-1.8613921059082634,0.43926993974713496,1.2427532649093547,0.8226164083346963,0.6586669734373197,-0.618705194717323,0.4628195099395161,1.0015311166205698,0.7482355932742198,-0.4123904759292293,-2.266465283625621,1.5725795715978048,1.0012412942463644,-3.878062244658095,1.353496327362849,-0.6662951984874548,-1.3551762782718213,-1.4314226152004914,-1.0960785476780417,1.0022494123038581,-1.486838493283947,0.8433053038468503,-1.1304999042232267,-1.1942126188961788,1.152920773996009,0.7765150806755073,0.5668644141177847,-1.775086932204309,-0.0792610909951285,0.28066706800913843,-1.9030274412201056,-1.4963634807926816],[0.7492707010747885,1.2422402308597884,-1.8121503460238906,1.3340406768981419,0.5661697483756074,0.37953138149647964,1.201626075557793,-0.660973214500415,-1.7607223630722852,0.22817370649652652,0.26089826336795297,-0.3264567807983002,0.7255972761431609,0.7564646665465797,-0.6211697504526738,0.5599796367090096,0.6032786086366693,-0.26722354087737493,-1.0543046118673867,0.03755877212560975,0.13128824813972034,-0.4534439362184616,0.2530386623313879,-0.5022753331299606,-0.7856144662567984,-0.1379432363676812,0.26403509087452914,0.665712235748775,-0.5060083222859706,-0.4972597862507387,0.07718650887104313,-2.662814892423247,1.3919885378411814,-0.4747067887127018,0.07715643379710102,-0.8044303797891615,0.14110066671031102,0.40306848228108266,-0.2749456880028428,0.9764547359912991,-1.9014447632948404,-0.668921871832014,0.6072275697744965,0.8661884290574015,0.12353366396221678,0.4261071428962344,-0.17776495885893603,0.8408674527019537,-0.7304848797548513,-0.8736479572386305],[-1.2622729886799366,0.22269346483739816,0.14509881466202418,0.15226218961231816,0.7775442713541707,0.2635759339479499,0.6433115323977615,-0.6742794234521596,0.6371754742033436,-0.11976699609275172,-0.3571064785782242,0.4278346240758693,-3.5396075973089256,-0.3265840075518401,-0.4561460847303294,-0.03753292340649758,1.1995901064456083,-0.0618563446998585,1.3540314246703222,-0.9860694074088935,0.06890207156334752,-0.7286620039999706,-0.2686676506951405,-1.361859277405276,0.6460495180988264,0.18511449386538315,0.814900712151903,0.5252130178726735,1.9276875881938782,0.3480271691431914,-0.7539955913776428,1.5566981929535366,0.3913451792666979,-0.72916929642374,0.785713656321416,-0.7498040453069355,0.5534988995380273,-0.7583728110219118,1.1283917497533094,-1.999515193002101,-0.7917575177812516,-0.7683493183860086,-0.14353070030989168,-1.3827674219633097,0.9643679848411482,0.7003771620198129,-2.5661887657598217,1.3143392828978762,0.3757800601975098,-0.7450273762196955],[-1.2812165947208998,1.4115797099666951,-0.18840057036627864,0.8436480881570835,-0.4013822465672465,-0.4164355907936738,0.8056580435970039,-0.14952870951054162,0.5994050139590728,0.02451914973707456,0.4218138721972152,0.05728910698884331,-4.186648526004008,0.8704171605929706,-1.5284170340947985,0.5082240239631677,0.7161289963246331,-0.8918039532030503,1.6745950844341533,-0.5397632067417036,0.22213804930175876,-0.12455358530825865,0.8526149288946671,-1.5138136041340358,1.104536333447127,1.0770422135125766,1.139579321729107,-0.03846316646461626,2.048468030240468,0.11112592872057452,-0.36754975293987774,2.376331290004615,0.14039288851419968,-2.53411526764367,-0.2171971683093088,-1.278137872630603,0.3481634851975765,0.7369275058497899,1.2206806509680583,-3.221179427882047,0.09905382799127997,-0.725055080291299,-0.7504950700627644,-0.924734861412706,0.6098542027910768,1.5178348767555938,-3.4236799512394596,1.881576167041549,-0.6851884409986817,-0.0030487968054769203],[0.3998338520520228,-0.500446476390289,0.15806349832712355,0.924752746352009,-1.0550003933441356,0.12308393073749732,0.022658044697159128,0.6194657827208775,-0.20799829444653808,-0.86886257334664,-0.2582633242901708,0.05338883863088335,0.10899326940782036,-0.26071814040561003,-1.4084960810766118,-0.2607723420569773,0.9257052619116762,-0.5358365603663129,0.9107483746847822,-0.44539664771213294,0.11674635759567249,0.6692489114967785,1.0265621649833778,1.5368940662821888,0.38778427416384825,-1.0028641553336541,-1.6561598867937504,0.3435244649311462,0.545950223120507,0.772153516649728,-0.019280674227968822,-1.0943681638453469,1.0744617879259526,-0.4722955080643462,0.1538495483864143,0.7528660803950097,-0.4368137221152868,-0.1882559605181564,0.6641591439812584,-0.33825357415135193,-0.4737915739797358,-0.5083225664984088,-0.9349782026974348,-0.48943936051306103,-0.6399706829508529,-0.21563697615314428,-0.6536207256517846,-0.5779690867249905,-0.49497398441271634,0.920110133885414],[-0.14414821828031782,0.002567285559037491,0.6567195343292996,0.3357769395272845,-0.25617502038384526,0.5906467379151694,-0.6795157629284185,-0.6561089431982546,-0.9144546855360952,0.884962579139531,-0.78831614994967,-0.2031623844427841,0.8727914270866295,-0.03742964193096036,0.14882044377795636,-0.30184907561712493,0.378396466133965,1.3834443582734797,0.7648475661333964,-0.5478640113683353,-0.2780130806853619,-0.7465913694819796,0.29371344637934094,0.44840060079006644,-0.3132665501222144,-0.16695281979478555,-1.3973646748977366,0.34856093906045565,1.0167323782430835,0.764949372325326,-0.9957954468114579,0.732453592833005,-0.44127579385985466,0.7176370550482318,-0.36420107450582645,-0.14728132983179676,-0.857452141213727,-0.16045932991689665,0.9098828372238104,0.9691832275954623,-0.6251888502385227,-0.5388858956993187,-0.600881461414843,0.3527482442566746,0.6179164143621885,-0.9899765667470528,0.18439710342462443,-0.25125075783432027,-0.09191018159100096,1.4259115085465477],[0.26039512298054673,-1.9987313963521691,0.20239682779818094,-0.6767342678262204,0.43680449913893915,1.149300665675362,0.0323304839804242,-0.31145514518677175,-0.4545630668162241,-0.2933213380028523,-0.6159540999277456,-0.6273026158040008,0.8444429578073444,-0.563319931840429,-0.8427168986708446,-1.021521332471557,-0.7870536772675618,0.18458263420657395,0.591507645211817,-1.6962327378340238,0.9006369785834412,-1.768211955184029,0.06949526488946647,-0.4423405276253285,-1.2476094585396718,-0.0019314332274198898,0.6299147497007503,-1.9720389192139096,0.9086882050699271,0.0701670460591172,0.3500138405985733,-1.0377002874426664,0.8362173662744715,1.07418595390901,0.5920938462907198,0.10638787278343656,-1.4124285653294777,0.29457420358117253,-0.8139651082882363,-0.7439599874537897,0.7519312783489343,0.26647780434528623,-2.4814443889960773,0.8033689300239774,-0.445816370970416,-2.868309799809128,0.9356206789440026,0.31124136380077333,0.01968401011473452,-0.2919659882504503],[0.01151147804409875,0.5914416935967373,-0.6787917617448997,-0.055341444261053946,-1.0554672055903833,1.0470091421695469,-0.42165977928008186,-0.32894496858788336,-0.6317433033680921,-0.48121648134211253,0.14284798045965724,0.6971407202067008,-0.33006184718663484,-0.3505419404952213,-1.3357054343393082,0.46620344798853885,-0.7788037395626031,0.5685493947208569,-0.6639804799864918,-0.9248791646116997,-0.4455933477180434,-1.1153635565675564,0.6048924063625616,0.01651346873736463,-0.5024294979801501,-1.4581764211476282,-0.8318123180036381,-0.4006718164173025,0.7502273411931276,-1.1332120713015756,-0.8218782438023545,-1.0790676715360656,0.8748807114859548,0.1932353119875554,-0.1410187356874779,-1.1334715248503633,0.3504823233617351,-0.8584887673818353,0.17422477955617427,-0.6220608972418606,-0.6592196412870361,-0.323205825076276,-0.012441950116499855,0.22207154458962292,-0.6844861310692972,-2.0228543094524127,0.2962320842094841,-0.41735435311751506,0.46394311876178773,0.3465589502369605],[0.9716956679165697,-1.3468731990302356,0.584558705066835,-0.25462004083184714,-0.5908865122397116,0.8366913592012927,0.34089660420870627,-0.8578542513869142,0.019415025927784182,0.6621632326974589,0.2359038555204122,-0.07001036428102908,0.293453394571195,0.5888224930677028,-0.3937853085800063,-0.5236249905707999,-0.3872957450431287,0.47893272352785005,-0.6705597524564075,-1.233434205711815,-0.5456893230328167,-1.1414676784331763,-0.24179571239688458,0.9364268112046787,-1.3569117432760969,-0.6914896923369973,-1.2300717603988058,-0.07833617247897315,0.7639448337571406,-0.5836609483154424,0.21747494619615454,0.09217200378273183,0.5251989664431063,0.34927638846011905,-0.024961750039799807,0.4352671902384793,-0.30928519458955606,0.8116046034263539,0.31633112240606465,-0.3859512513182222,-0.21306231016116045,-0.48044792311414725,-1.6846870688258009,-0.0731279203261986,0.09922865427395797,-0.2956810843503888,-0.5162287557659744,-0.31653027584089655,-0.5505474969021271,1.087610853141641],[-0.36232553604664064,0.3692281390620262,-0.7474628967167795,-0.21507497811249762,0.5710731615198702,-0.7124771010375823,0.3863554014864173,0.7066641502405879,-0.5722585875438014,-0.0018950468210146034,-0.8366586342959442,0.8582380221120087,-0.4529839957015518,-0.8621899272982754,0.08743408824267336,1.0223208585343808,0.0475582731979837,0.6676035461521508,0.6921962130035515,-0.22487675773024923,0.48350242492602746,-0.07729126274684588,0.8516366413958093,0.7187781892546075,0.7954337299460909,-0.09428085702122499,-0.5110861673430467,-0.25422994853490327,-0.5456797810122845,0.3971284142560283,-0.669681586692763,0.18991882346191838,0.9726437239019652,0.7056333627378686,0.8137225000447412,-0.7588411723458451,0.6600620181792545,-0.4241166353610474,0.5236664908390116,0.39847418487797986,0.9333578461572329,0.8478030010420359,-0.7799588069354149,0.6955514190289308,-0.4105912025698597,-1.1260665313792502,-0.8001361408196219,0.6830446573147616,-0.06052558480529331,1.4744662945393625],[-0.5536257194995258,-1.070723999329382,0.6037924923822946,0.7028038243563138,0.7041007822264886,-0.31433151775182083,0.3643711060032493,0.9050825632061275,0.31723995339979194,-0.11146004533100545,-0.36562649047472107,0.3323712115698139,-0.5763206026062684,0.4641164221541218,-0.6261176703989139,-1.6791754904306573,0.43741771601161594,0.3260897965401048,-0.034130931654515716,-0.45514406988070555,-0.7855675801697665,-2.231138823462471,0.5534541565643527,-0.7933689899470241,0.5459890387455631,0.49372330428919636,-1.8174887200843262,-0.8715518183493258,0.27938293678747517,-0.37173295021716174,-0.8711558061198729,0.8176684989009347,-0.3364302643838694,-0.2614234416357984,0.7376553315932722,-1.3359376183624327,-0.5107467607643068,0.13585565150736412,-0.722543046085865,-0.6595686438713455,-0.3444290987778036,0.15977840225754103,-0.14860915861017246,-0.32758311915155996,0.07959406502346475,-0.11393020042765199,-0.32326399113361,0.03251438017370372,0.6727846904782739,-0.07675931402755527],[0.7904276265303816,-0.8059011555605011,-0.79591259080037,0.12950946533943594,0.7900421310868044,0.48481209942829,-0.4662384832561019,-1.0445710608563865,0.6880942204197336,-0.06224298594782697,-0.46498047447748697,-1.6935444599153484,-0.9117987044643425,0.24176250565353,0.16961924842293138,0.2617888996135784,0.8084601563395769,-3.108754694501986,-1.3277431024851778,0.9277641345165659,0.22376522361748732,-0.44685545388857034,1.0258820681541654,-1.9496883613576865,-1.0970629430489072,-0.29299089506519843,1.0176236689380236,-1.548012544883867,-0.29531591061948437,0.8104893255238285,0.01382069897749827,0.6957168052812864,-1.052345316885292,-0.1449704972977031,-1.3352401981730613,-0.1442399523970009,0.2929436115978272,-1.3010279408331535,-0.13848156964130645,0.9188467324635046,-0.5777578176743651,0.7421469860778845,0.6645245749934352,0.6976936341171649,0.4675095835321567,0.6858907118119522,-0.05310691755107629,-1.9754543186602551,-0.5176252239704541,-2.1193093918660173],[0.9145211919190761,-0.6677296651465219,0.7427823246359262,0.0454508033345651,0.8425531880379972,-0.6240385349286002,0.7842462986157973,-0.019689704285680478,0.9033740485243095,0.6617971818033256,-0.07757293996665397,0.562342273811268,0.26176787646518146,-0.9222447952409456,0.4184029827521391,-0.6068799732873053,0.25803937010606626,0.6026316475541855,-0.10156292643125439,-0.7268949723633849,-0.4707883272208195,-0.289198836931206,-0.18382479079843736,-1.255388465562162,1.205935005689413,-0.6077964645398198,1.307853213115313,-1.072247419460123,0.5202868529500365,0.1524671570395698,0.5812627420875812,0.9917061704378695,-0.7697553758866957,-0.3316917992389555,-1.108368066739439,-0.3762869008532847,-1.0510001561362567,-0.3923609460277496,0.7470321419627144,0.6425133178976223,0.6298504917139609,-0.11824413542354822,0.07002801824127834,0.21180394705607816,0.1156316011377376,-0.48438555663166866,0.3720657181852331,0.2079469012001997,-1.4354725924010283,-1.2450045655707618],[0.14141068681662625,-2.227239405135901,0.3964153035083607,0.33890471352541807,0.1835020126317185,-1.96364090103903,0.8116577558313884,-0.6678445336737566,0.9824811877860545,-1.7586196945010466,-0.1527464535514542,-0.4510008762544402,0.13651376331231918,-0.9362860540703155,0.19063474091475746,0.02919758052370092,0.2893577805467186,-0.17820019452135105,-1.7476208242537723,0.0728472436224598,0.702095722356627,-1.2791817032422164,0.14283135355664367,-0.9477086902326199,-0.4593148205508326,-1.7267127105825069,0.641929921239685,0.21286668805247194,-1.123735466494872,-1.709045032515919,0.2451728434563123,0.1810332510567645,-1.3091892236175862,-0.9927963827763985,-1.8485811466858786,0.901719292938193,0.21297353340881314,-1.9635112875330927,-0.4307110467639989,-0.37756020266225976,-1.30186113509624,0.36620183886621704,0.2377427038032209,0.9118581640500983,0.8301191584608556,0.33119772399705816,0.241407603700446,-1.407240610668993,0.3774141512338314,-2.8623731890998334],[0.9594526062556161,-0.12029585286398979,-1.460059613048552,-1.5626503554895328,-1.623378630674388,-1.3088350676753027,1.077985780410444,1.0344194294763818,-1.2494844792971596,-2.192863953805163,-0.0733452840253952,0.1321886005980353,-0.6799647993881737,-0.6242825758064455,-1.5173005655541854,0.6584938696387671,-0.6790586062107988,0.5456219339272127,-1.9374979974021231,-0.06352535994984805,0.34485390912983743,0.5162524217921677,-0.6743950496569162,-0.5004063451104606,0.9948939061019754,1.2136454209964544,0.2645508885604617,0.06093173638427223,-0.1333430693189497,-0.8886517435436426,-1.7683845210764906,0.2780540958038194,0.10036106674737763,0.7002005144677452,0.3127906792561679,-1.695816077028702,-0.9198895092384952,-0.5687145653271052,-1.9353805233595778,1.5128186170845772,-1.823010692059284,-1.3264109465106348,-0.11331658832005717,-1.9384706794849882,-0.09469797584961054,1.0167740061353627,-0.4713532632054995,-1.415071379670993,0.822485570162544,0.9868238040050418],[-0.024018326224116832,1.356952602126295,0.2046972701391648,-0.5034882954794131,-1.2852806092496707,-0.19539072155874565,0.5352172897379299,0.09817803368968428,-0.5018701134970979,-1.1583666416442948,1.2765024801463838,-0.23115175081107764,0.22645461793226082,-0.4901265251184465,-0.9679866547939291,1.570239712789842,-0.813266877872663,-0.900740202644205,-1.3321239029747158,-0.36876901245798727,0.40882115329166197,0.8363461669106163,0.5996342403689827,1.016555289101571,0.3575595714981597,0.9011733963630951,-0.16550640046127219,0.3178568597116774,0.6049875552002835,0.6121486944308057,-0.9635536256183026,0.21264497882573052,-1.3967552456636398,1.0590799557678319,-0.21303732144230259,0.9681079969677099,-1.4520646588795578,0.5446979056698198,-2.3221824043428168,1.876614759161406,-0.8585266498481645,-0.1882757950945113,-2.39361236434639,-1.6536300769798675,-0.9789241703999625,0.769908569138704,-0.21214071756303704,-1.5958980065338864,0.7313548054021871,2.720389840245794],[-0.529878006317942,1.216635236330099,0.5529294724953829,-0.16703030434629665,0.1809250299560743,-0.23612806521158142,0.9259396191606503,1.3288566596799911,-0.056030303942024705,0.5783642609620024,1.1522036518921306,0.6319906821233456,0.4884040913595031,-1.086586517026746,-0.7111607337648815,0.4456800035074901,-1.3330114315242798,1.1132031596969776,-1.9976760548658026,0.8865381608295513,2.106928974011451,-0.8299953360897216,1.0476479076130059,0.9730083533179797,0.9445821902209577,0.6666859634781155,-0.14223336808072543,-0.3310497979531006,0.8892459132441484,-0.08605198721138432,-1.1759320689198633,0.35688184485541974,0.1413311145089396,-0.22885426541197537,0.8658130965641865,0.37902903469512983,-0.1375913562384646,-1.9495398690391796,0.00947769791572247,0.9540697511620607,-0.7345135677954016,-1.094080685906221,0.8129727784926254,-0.21215689515472874,0.022328506870209305,0.9020791665869402,0.48279995425240635,-1.9204725031778587,-0.019250193728131998,0.25831874573544567],[-2.352204360229833,0.3580039316610041,1.6075751002889,0.41986240421858995,1.3444265452082211,-1.6939059975372537,-0.7407136147906059,1.4258636391323949,0.6590229001968594,-1.9950715388901388,-1.4149311163186336,-0.5853004358143452,0.8428060649224094,-0.3914202926897461,-0.650319210703805,0.71023534292633,-2.2003008637454418,0.47095353380853494,-0.9960585003816068,-0.08019769259713898,-0.11406660505785414,0.4189596714539493,0.6574625869547907,0.7438735793918954,-0.23895313494760823,-0.21512310215023017,-2.4880300309591235,-0.677649228008938,1.5963018411968297,-1.241531878645561,0.9774111257897016,-2.0328964807740566,-0.9506484542845983,0.5655927903873453,-0.0610818924564586,0.08441397182990887,0.8831376127582351,0.7672041210994793,-1.432556447591884,1.0521976488131375,2.139798506115048,-2.700724798959435,0.6983587525195861,0.46111091941843924,1.7311823003578788,-0.2851890776098464,-0.016371122833511335,-0.2796781196157761,-0.13477340428752213,-2.810471030403535],[0.5479839095440455,0.21723957946563496,1.9898837709405004,0.3042957041276683,0.019819546937408943,-3.2413981931601956,-0.14051230199361586,1.6792529024062752,0.10680125465899619,-1.4286527986188338,-1.378205592338361,0.5346738385150988,1.5632330243492685,-0.9692590768064643,1.0632707578761327,0.1528576887849863,-1.4624521794302803,0.20124653607584075,-1.9493385274661816,0.2791289731683687,0.7168401243130891,0.9693924780968849,0.6654379843541505,0.8098073073524081,0.1594556614678025,0.4086904449764478,0.2881662660757511,0.13419481194635782,1.2017773307996684,-0.8405728177132896,-0.21721761630939446,-1.672617336001561,0.2932271303052557,0.20336209924637913,-0.08368737963433401,-0.05072468564941737,0.45190840856931747,0.09449099089376434,-1.492333460404682,0.8223067703533764,1.8863082260650113,-1.6751160241570562,0.3582531669011842,1.6615902671464813,2.2297990515628587,0.6962213589314015,0.5208932038783513,0.22990636853464477,0.3698575784606933,-1.2482473826874452],[-0.09420120268466678,-0.42431663207361736,0.8101989213818186,0.3924804145083988,-0.11080556864790099,-1.8057995302147583,0.23977163436093518,1.0735829642225916,0.7311943558119254,-0.07552870435702767,-1.340508258864331,0.24261638894111942,0.3871448491544597,-1.228698722736991,1.649327619747131,0.7236770376774894,-3.847143827891198,-0.4435667121311045,-1.074354843359461,0.7495294632940168,-0.39098429669778223,-0.3923008431480393,1.048449266080717,-0.031886529922331604,0.6479528707191959,0.3806556958004011,-0.4929671841574586,0.620456764332329,1.6479391708937858,-1.0712624362326773,-0.2711142755434941,-0.9593612339067186,-0.6940680739382576,0.9336528315905267,-0.7393716783137761,0.5967305773576159,-0.3669274487319883,0.36329028513733913,0.3852992930012929,0.978574280387324,1.5852288174602818,-0.2723802318857606,0.7162085960762778,-0.18219679454237905,0.9415378674168061,1.0100801989955064,-0.16830346182813716,-0.10467770857560067,-0.10490356906638579,-0.7238086948078343],[-1.1351715963470015,-0.7225335371258189,0.3342867933923867,1.2161439964217118,1.8093341989706508,-2.633393699777925,-0.38743046376381385,1.4788926730818182,0.08622377524326674,-2.2136118226130668,-3.2649063418852746,-0.717948838312711,0.8514920287936223,0.8730943539765744,0.21543775755746594,-0.043908587642429504,-3.6549536704706775,-1.0605283377921038,-3.120381415607462,0.8363213968549447,-0.05480478265857187,-0.24404295047652438,0.25913911471000733,0.41806539236442547,0.21273772170255098,0.5564838778295601,-0.9602881380277956,0.5141009251454022,1.8931822471056394,-1.8355449380248474,-0.8000975575951147,-2.490677354320999,-0.3376300111959701,0.15655383553173274,0.7533225294633694,-0.0064888497216009575,0.7552745361934282,-0.3091483238730429,-0.9259377020926038,0.8462612560305103,2.086673976075384,-1.0985178011466046,1.5923227093200667,2.0339158889303826,1.0693037200357587,-0.6370245565576824,0.00008462611258878852,-0.1651688686610714,0.3303388553630466,-3.5215893521398094],[-0.09762811419279517,-0.5975616166006729,-2.87683211821724,0.4526676120199587,1.0054727036230093,1.2934558107600165,-2.3445288580551353,0.6791934997204933,-0.14055772989484028,-0.9934889279499559,1.314212092691277,-0.9319238073605851,-0.0384996186953202,0.09501175207182944,-1.2805745391158592,-0.05687811609764665,2.9686268349125937,0.2542877561361345,0.06486402351468384,0.42828794023017,0.31581807456166955,0.44352804569732185,1.0075048312305672,-0.6116897307306043,-0.38369285915928436,-1.5026153887721865,0.5213589286388152,0.5108048425621242,-0.685109824575667,1.807447574754071,-0.33937348667981015,0.7633023671583066,-1.7256892570620803,0.8818017019492899,0.11687241995164983,0.9298677737209254,0.686678671440999,0.15328683353533681,1.412990920694665,-1.7907406957816976,-2.1079580660955117,2.141121493098124,-2.6707573098634145,0.7175950229160856,-2.3211434131393864,-0.93704812788557,0.5323388629678965,0.8710692818137838,-0.7657698832358596,0.34743790469105224],[-1.11553635272941,-0.9463526783003573,-3.2536123626303306,-0.46405791938432095,0.33965772650117454,1.9832781584591381,-2.346581902431988,0.19384237106868113,-0.750579385230461,-1.7681235074184731,1.1524421115717216,0.4868402146534381,-0.08852898758640564,0.9160456928192408,-2.844196272750742,0.05301804151953252,2.1267534151463607,0.9660000285819405,-0.07942659718912191,0.574636318055517,-1.0257244599104347,-0.5985670513002345,-0.21493351488265716,-3.0364828051407664,0.25019966490389695,-2.067478491058813,-1.460248312816102,0.12686066941796326,-2.524847036034702,0.9776084731736495,0.7756579394655445,0.9729380685631768,-2.0016739318861316,-0.5423188655309934,0.21503994491971562,-0.3743714626714106,1.198878136005219,-0.5160823029663808,1.0246029257141744,-0.12183834338475125,-2.9188196484203934,1.274124425309917,-1.2039874762626819,0.43499370369589424,-1.854349970937119,-0.02428947681266646,0.6991252820264576,-0.5615842633956618,-2.1757831109523464,0.8169206460332676],[-0.05766205368470177,-0.4839694411236933,-3.3843182910610414,0.13109468544460617,1.5226641637371612,1.2382221575087267,-2.879174082216745,0.4647448689850541,-0.18759353679298008,-0.04833684149050934,1.009430322024908,0.5559219507427573,-0.83918427473996,0.1301150806273924,-2.689863036477843,0.06709165200430968,2.408245144110151,1.2086951204837981,0.318984446555206,-0.0936732351225232,0.8972179439594608,0.8475162528197142,-0.578274358157608,-0.424489666520954,0.7140442150563381,-0.4434718883108735,-0.5765675985559805,0.5417603937340282,-2.0249562337269387,-0.11832023883196534,-0.11674970265518252,0.7998383995119496,-0.5372023984674266,-0.15240986825712044,0.6992843355912673,0.3591762853775759,-0.18239604546931676,-1.8743760237593732,0.5720653061569314,-0.9484726611576474,-3.0335617802471444,1.6729171185523752,0.13273250280415935,1.2272386187926114,-1.8723249499989583,-2.4288924550044935,0.2628192933652251,0.7298609143069337,-1.4328812894414598,1.3084807375174514],[-0.12355409528631787,-0.27769398754198943,-4.528700719667256,1.2360285377746825,1.562626823872854,1.7440678409873016,-1.6236660062751669,0.8558966937098678,0.7780718538157179,-1.5684158596838498,0.15743257728871,0.8143780893264039,0.0768096489598975,0.42983837771149547,-1.4566671763959218,-0.23509323548029082,1.5317056195626022,-0.20086715806778352,-0.6227465452772317,-0.5619606728908529,-0.3723073405436809,-0.8453004374059775,0.07514267878627842,-1.9900572666080951,0.06838355953288718,-2.617703145853617,-0.26015958610336415,0.040577103894106306,0.2758737399005854,0.7668926170895856,-0.6210867641794364,1.254092802424165,-2.2277194204127477,0.5485752713720449,0.6111868961277119,-0.3467124946507601,0.873536651951693,0.13620505372776434,1.1685821624884873,-0.19894430383215478,-1.6851550400761355,1.7915202283509806,-1.905413263337022,1.6449143446473204,-0.543577401968197,-1.731000083353625,1.3637251593345068,0.23496306830320407,-0.5369723710988088,1.054520516587707],[-0.1155619080663006,-2.5039387596184706,-2.147482030256993,1.7999170279232426,-0.8531810325630924,0.35865504607609355,-1.2882492402850507,-0.7624688317503616,0.5452252840893209,2.3018635728026595,-1.2134019823010451,0.0010950250469024634,-0.7172568899522787,-2.3446270310880495,-2.190797584456343,-3.5354923807045275,-0.2566694297297559,-0.03271560477329324,-0.3202707141351768,0.4010479359033826,-1.315975139403251,0.6516671607372082,0.7798283043984998,-1.5563842728482657,0.8098411341962424,-0.6723187920597462,-0.19074173007708892,-0.21197689751485393,0.5834262843255068,1.01441756899349,-0.2716722594985453,0.8685369344934349,0.9715240411302326,1.0119688301494205,0.8527820462364988,1.208013624615663,1.1426890526207516,-0.49385123901376476,0.5712303105036154,0.010649676020728851,-1.0713970273612008,0.5684747687596393,1.0727927556752481,-2.1148029921114473,-0.7505317810519112,1.02287680654762,1.2649143232172655,0.5156921124350882,0.9840793588966663,-0.21151534843530387],[0.5893344271195791,-0.2146439113924524,0.6359201506694105,0.9006656035308371,-0.6978952601199025,0.05621108570258997,-0.5016632645289014,0.47654242105290834,0.2027808883208492,1.4855380548662729,-0.15087406494256642,1.072377300534353,0.26305977440354245,-0.9785560195354395,0.08339460185014574,0.43625224948187585,-0.8527252207785944,-0.8610575263043062,0.8501724155468867,0.8667312132746022,-0.6932304804667672,0.6192154519593215,0.652090024752883,0.08244662540029916,0.7322262413371117,0.7110295408023426,0.5801767596079952,-1.037992474546068,0.6591637643273104,-0.14943572267533722,0.2535159817972891,-0.11897025176600817,-0.07688656153352624,0.35547861176447615,0.2937977648767007,-0.39607140903330534,0.21859110014106034,0.9605611081264074,1.0012806230564546,0.15508267470037015,-0.8189627817345146,1.0123822966432445,1.22466792701285,-1.3108190546789333,-0.06420332192170668,0.055408363886063676,0.14414009286314913,0.345721456677811,0.46801454120582725,0.257355882693458],[-0.8230833705820035,-1.6527415335810642,-0.06628117749583816,0.010571383098462716,-1.0271479745587901,0.610980075747328,0.7890834672630709,0.5023203251949988,0.48972406106567434,0.2532943485466602,-1.0544940400470637,-0.3876386550227654,-0.37366954554660564,0.321006704820733,-1.16725435261787,-1.7828641123916684,0.47035970351519574,-0.8292134971684479,0.7273269200030353,-0.2573508684081754,-0.46767177421590866,-0.2807915721513838,-0.8118698705421696,-1.439367033414239,-0.7625528998266274,0.5093900918581021,-0.41861127652033364,0.6409704385286707,0.4730491705216912,0.7260832480302151,-0.4895370145698202,0.4008717113253411,0.43906304822447834,0.8842619132218349,-0.16412103639757938,-0.2218680288864421,0.06772177907971325,-0.013813033338729892,-0.9865742465330329,-0.5058492592100948,-0.8346108502477817,0.5251200614318805,0.36102570972661535,-1.099706254055238,-1.0693360120107132,-0.1129996990847963,0.6317869360736824,-0.575104424998411,-0.8683567318099192,-0.8249931677185489],[0.008935034149694824,-0.5958700302175802,-0.6874420544798311,-0.7041089109628504,-1.35479293077272,0.17879421819446706,0.9317103537821004,0.23705936714895695,0.05234412624802734,0.23803105441292674,0.2932883508274912,0.45337979680479573,-0.9420884931664347,-2.6576331689486206,0.1632163834537641,0.6427305132099072,-1.289198545355748,0.7633569667177368,-1.1774605025117428,-0.005878095960406083,-0.6476836351985575,-0.4472189081226652,0.5115801613445274,-2.261608215198235,1.0124057431836102,0.31907307726237333,-0.8330733734548651,-1.388892182225297,-0.6540985999985502,0.6190959920373291,-0.5893495088474028,0.01808069385946395,-0.015706868088188518,-1.803344378925565,0.4140568393395769,-1.0535661857814829,0.44408936852372016,-3.3235306438346655,-0.49376816468252044,-0.9970279838818816,-0.8481219858836806,0.09129993642053875,-0.7217153679011659,-0.679695606915988,0.8883316608049379,0.01610014061617839,-0.6161372622088525,0.8814877921680075,0.7059649169027004,-1.5533457064446898],[0.184348131108618,0.5002254809625996,0.9206410366193404,0.9080544390052075,0.7414862156324394,0.05791200530949793,-0.30094453813995176,-0.8439142128271657,-0.7765206510451339,0.47236841841355626,0.019835456219494854,-0.4360423315906219,-0.8617165266668838,-1.2845553941275585,0.47343700527784155,0.06524359567916999,-1.4497734437111145,-0.6997066683947457,-0.6507753105494305,0.9972681404758214,-0.7689740329803848,0.4310098226917899,-0.9758688235439869,-1.7950567603263898,0.04396136133292638,1.2835299166622727,-0.5452884561318785,-0.08875645998972531,-0.1755396721556107,-0.19613461187648099,0.97443674463016,-0.29094090142865786,-2.2425335398659203,-1.9772156324752537,-1.2030722496514645,-0.5705907426694758,-0.5578246732542986,0.3165441957978336,0.0949174474479149,-1.269146218526275,0.6645331911428664,0.874332830263449,0.8918141619734681,-0.555214800036227,0.6767410390773284,-0.23497481851039514,-1.6516780854039073,-0.5300461355243996,-0.7618174988441182,-1.3749759166922406],[0.3245997566938835,-0.348011301804815,-1.6767978931719267,-0.2141585230765041,-1.6141893026576837,0.44732950212824074,0.6514163833767674,-0.2623009439969758,0.12750211104240083,0.5557992403230889,-1.3144964572844748,0.8701371707782497,0.5234406495626112,-1.8369002645161374,0.5949620423254876,-0.013190282669647602,0.5295423516557767,-0.7260116593205477,-0.5181354208047938,0.2044462889729629,0.17149736170359917,-0.06016138439009215,-0.6050873556852174,-1.454282594785914,-0.17342874488060786,0.3160199510219894,-0.04446969208059666,-1.0501996608277415,-0.10122137525497339,-1.675037799723198,-0.5099971611227658,-0.3745817645977956,-0.7743040808719698,-2.121212865089021,0.5801197119463165,-1.2774785505245332,0.5292448214564525,-1.175280084266935,0.41700661175181786,0.9414429150502465,0.6560167439806619,0.10101760612570888,-0.6641683383965088,-1.2226775833238366,-0.6689141401571511,0.8169931848699756,-2.193710686826884,0.5580606337162406,0.9423122884818631,-0.5219219812858205],[-0.06929906616325775,-1.5786110319093718,0.8076703770555261,-0.4632761996789507,-0.3058107575446172,-0.2428312536849038,0.22948190712824276,0.06806618628870795,-1.5007598641196096,0.6390189160006524,0.9954671563050858,0.9767443387529563,0.1255914369636179,-1.8227911991894237,0.5076024234873637,0.6475382556230845,0.1593813011764993,-0.5902329683877521,-1.5957179225358848,-0.5620544765641324,0.5811731416187462,-0.1950783851993193,-0.9992740782308764,-0.8145592237864134,-0.33519069574572946,0.16539010547634492,-1.5841720727282915,0.26018419708057244,-0.677559202952399,0.03196762659137824,0.6004314131987735,-1.7469995839319705,0.8193791878759458,0.7986514156483953,0.5288653026610148,0.05453240829270004,-1.8908641074333608,-0.7262732648525563,-1.0277105298538716,-0.30072165594045513,1.0035587302326114,1.670730114841862,-1.483432644847294,-2.449937851961048,-0.2558666881623134,-2.1100777675972844,-0.9551684338185882,0.319411912177934,0.9490194212357973,-0.4235068452386747],[0.563320827251677,-0.5816448307491019,1.8975096795354998,3.0131356504564746,1.8570709147480764,0.6070938090524385,-1.3486074751648929,-0.14232997025550517,-0.18357401757557404,0.9670965969643203,0.7012322384034881,0.51015516861723,2.012488087232528,1.7506170463029849,-1.3578745888418504,-0.013705722099460516,0.889096513192878,0.30937245720783063,0.23274295867595374,-1.961927052713478,-0.047869799189272526,-0.8349300432095644,1.9161679714422897,1.4027535678077114,-0.0876000165253042,1.6767446839710687,0.09752152854453977,0.3901107345898896,-0.012013032205819023,-1.5393125223977255,0.4913214890391261,-1.8888456373220548,-0.7599724440683228,0.6399664214504858,-0.44694596744833853,-0.06065531542855458,-1.873884549918653,0.48294673741402044,0.12162210586895442,-0.6740195549250085,1.3231170204723157,1.193244422604576,0.8048200700578101,-1.577372260312244,0.2068946118978824,1.8240948758632631,1.1212877008915774,3.5148009863406617,0.20611303310896265,-2.502043255956655],[0.9069308738719889,0.5473588776286546,-0.3170497183429604,0.1543599507561394,1.5636023855708692,-0.43255925827987274,1.6012540662945751,0.45352144946403283,0.07752452315114357,1.599472549423818,0.7854551260368594,0.46643957202141023,-0.22608537029599357,-0.4525816289564347,-1.2392622492128555,-1.819457938873268,0.5466497604961786,0.08046170045564904,-0.3639330087516538,0.5224666963545701,-0.04027183963445869,0.5621845124142997,-0.8167664592784751,-0.44390410541039443,0.011097758774125308,-0.17136960714189214,1.1980681998299596,-0.2506086477397924,-1.5176641575355507,0.4255379161452091,-0.6425896159663118,0.6879763973490445,-0.18343276059515404,0.09916194632757169,-0.3089502563193331,1.2494093272963784,-0.18593347870192284,-0.004393868000380805,-1.5355235160689364,-1.605355952851197,1.4161084881153132,0.6440550044066292,-1.647909878184678,0.22463652059087152,1.2029026212282428,0.15212674585229646,-0.08775130838866389,0.5838236554666328,0.032058552595985064,-1.1071535721193884],[1.0022885892093447,-0.5292879046008279,-0.216972392763441,0.5243327841406856,-0.6347377529350599,-0.35046741625194033,0.634096321139598,0.9188442717178656,-0.15228869354526903,0.6625509249722876,-1.0876070545348384,-0.10446119344581443,-0.6449384737668102,-0.8776486331894217,0.4830214206513904,-1.0590183845860826,0.4242368922564184,0.6674895287662689,0.034804944197017504,-0.17645201422079507,0.47007707518629005,1.007367752564955,-0.23849675076472354,0.45426697025941565,0.32552686505638556,-0.8904265310167445,0.5894763030525428,-1.657648077064218,-0.4295344061757559,0.08774989542028268,-0.8805570005847098,0.3063539025280866,0.32209304761938384,0.4770192697696646,-0.06792752924261058,-0.4511927777435989,-0.442203777901771,-0.9896191764919582,-1.6422483682601818,-1.7184176379625824,-0.2846801839737703,0.5951932636574504,-1.595030733608197,-0.5982816180122099,0.3237448003046745,-0.15425206379480652,-0.7876434353165787,-0.3014827643380901,0.4420406693648763,-0.005932057480636864],[0.783759361740631,0.2731364530323161,-0.38274208617482025,0.5125294204107245,-0.14895202322841358,-0.8354173334953207,0.8654595749749014,-0.15813015428223362,-0.12902338052522766,-0.3692843871613202,-1.207858466840513,-0.19923317455386166,-0.8282301185113246,0.5845093967562303,-0.9981098462693131,-1.0917237918976983,-0.34465057876535526,-0.1407467250858836,-0.8012034933113688,0.1941003269527465,-0.6481167967985644,-0.2902118405128928,-0.1442178457757319,0.22759004506032143,0.9419704690681171,-0.14953142459660973,0.8323544838560736,0.7191639427256848,0.025439664928928934,0.5679317165005746,-0.39903288193348063,-0.4912256126156728,-0.6973474842730043,-0.015880506788489908,0.23869385981704463,0.9133604967595422,-0.3205735769751923,0.9060452720445685,-1.278153573688956,-0.2263413119349243,0.1123389398703854,-0.38835539427923493,-1.3425941104881345,0.734148587981006,0.1606655593854197,0.654878073052071,0.7107842605864847,-0.6517403737522647,-0.5130627724510874,-0.5047068545266497],[0.24088092608533054,-0.6011931014815354,0.24811845912154099,-0.4707436813989819,-1.107188662989063,-1.4987238297225858,-0.5744517554822106,-0.849781430052449,0.2122564165556441,1.504798567034566,-1.9113727474977098,0.06107851826167707,0.5984277606588803,-0.955744753064836,0.8090710895375905,-2.793003695178603,0.42701855062893224,-0.3416733136396439,1.5114468362652287,0.6539824035813793,-0.5698800525874238,0.5062368307117624,-1.6421675001458482,0.9594518358064175,0.1550215909091666,0.7569609725376165,0.8400290272090212,0.11702372458348864,-2.60364558009801,1.108277288113905,0.8374469840658288,-0.1440374746437271,-2.2958569476994035,-0.05356575815330503,-0.4129829650266989,0.2008571006743949,0.0989872913113541,-0.0330093645858458,-0.04602205531509758,0.07850564115050207,1.5580252991320214,-2.155712645483047,-0.3985305376984315,-0.8083107755326271,-0.2210674021313348,-0.40557881543635727,-1.4478595066354494,-0.49471589069334776,0.844185778313133,1.3087059801457297],[-1.7405811699875546,-1.2586653127924081,1.5214838460505828,-0.8686718350840443,-1.9068776481940344,-2.2763938514307824,0.17999347240797772,-1.6659521433799631,0.5916156309786013,1.0236140297843324,-3.0789652765524944,-0.5102277911820309,0.8157156675452687,-1.2984493924044966,-0.154959432600057,-2.674898166887279,0.10560161874757538,0.7198730087227074,0.9333055435662512,0.46661655820280323,0.510582094667701,0.8134462328350466,-2.4780855940802407,0.5559915321294144,-0.040473034658763424,1.9308083798300275,0.7607962917821827,-0.858962163793275,-3.8530002091466224,-0.2693543060674919,-0.8944492474641436,-0.24068061667679094,-2.310111102816679,0.7250023307882879,0.11695936550171228,1.0494978612032755,0.7092526437745865,0.310571629766759,0.913414774273758,-0.3540344317796524,1.2901439799733863,-2.556324078275845,-0.7574792033294857,-1.1459754087668634,0.3843649025063828,0.71265354394635,-1.6582193195577357,0.01847774590935926,0.7135380786066254,0.5813693099310494],[-0.6928277553217093,-0.7068995846442763,-1.2250014904744486,0.3312315618075398,0.8393898338516704,-0.9374683446713391,-0.7421322032108654,0.44477746970141235,-2.1774840308716747,-2.297239124410569,0.9276253122709148,0.10480902047171892,0.08451604698894634,0.2131456584523218,0.316875827087067,-0.16070613641381476,-0.9584306567257568,0.4842902934825641,0.04287925709080143,-0.28007440880320067,-0.6822131371531527,0.5339952616461261,-2.1844475641856316,0.6473565127590617,-0.06505627801147584,0.9614964271091654,-0.40654146771438515,-1.4680810255035464,-0.6436668626552621,-0.13457739538152555,-1.3066876429051077,-0.8364810491799071,0.9667220394771611,0.4879711034079681,-0.18704513310396062,-0.4441943010815544,-0.04586818155146787,1.132385978127349,-0.5076325982332192,0.9192192881594746,-0.6827741293422314,0.08270022704416763,1.0661896370733666,-1.79923055749286,-0.0021385991136386204,-0.3317939629308665,0.4971947248494898,-0.2566624936811159,0.26918528429312377,0.07052064054415215],[0.9454625500337109,-1.294673065174095,-1.8827986993082564,0.9104726994045188,-0.5205692296766185,-0.7781045875968329,-0.7778240908380983,0.010224411410286089,-2.612958178383624,-2.88242351270051,-0.6953241695677767,-0.1875651478533835,-1.7659847923565648,0.283856135666764,0.3755326496534856,-1.2761669815121632,0.1541022744663018,-0.8642471431007004,0.38769179893062183,-1.2556382223944205,0.733929411919642,0.21819799469272855,-1.9730395658562387,0.4603709973849494,-0.9438332903370839,-1.0281391014380357,-0.020269913019656388,-0.23439076995666375,0.0354921777790783,0.03572774179316358,-1.7932881639785654,-0.7972989519361934,0.603279676362629,-0.10306306565362375,-1.713511565432098,0.9554899092558198,-0.8683527400356652,1.1290105049816623,0.7734798316131455,-0.270867463518113,0.32386540707397077,0.8659880280272914,0.49915400892891765,-1.2630953237749025,-1.5469682725884006,0.5957226645602275,-0.8158094161199936,-0.14692509863976566,-0.425983277998819,-0.7465382728821408],[-0.3170374724753032,0.7972745112140687,0.8158591082814408,-0.5863292536240738,1.0022334441460046,0.17465093490814285,0.6531423413213342,-0.8178491394546893,-0.5196297963397035,0.46507877912666895,0.4841147033717966,-0.2472025917131377,0.23779436845816768,-0.7609254815772806,0.013371674797675802,0.607112537106391,0.7288264712906386,-0.13249027882885153,-0.6040489051079149,-0.004304919580023109,0.5296223846462019,-0.5748621519315851,0.4031577470305054,-1.0835954800622234,0.12232935781528691,-0.10754498158970009,-0.6554657030247267,0.37023338523430216,-0.5954629114807181,0.5860445995629714,0.5354187438046913,-0.4010481932018761,-0.44538049225933657,-0.512471600406375,1.0317754166800908,-0.5936233622644714,0.9656308498142515,-1.1292614581337717,-0.2755777783883892,0.5003788044971466,-0.7424568808084373,-1.3676306835906853,0.8806877871422218,-0.1592550728349164,-0.22926957984158564,0.38541081336416766,0.9282732957381762,0.17347343562757583,-0.6470527416833121,0.9121565080349137],[-0.4410330299666012,0.2972507517893139,0.2104155766483943,1.0550689978790402,-0.0173934087721164,-1.9280398717385592,0.185770312640371,-0.7306091807522328,-0.6764559723139112,-0.12953872276448247,1.017370859252206,0.974170458914585,-0.6369638907253496,-0.09391719276201659,-0.07893961590698237,-0.17333211688293604,0.4938215423534902,-0.394629544957269,-0.717184374897954,-0.7150161736631213,0.08091439887692338,0.5274828284203753,0.9090890155350728,0.871200121284712,0.9256882665592552,-1.1326277360993644,-0.0960261177305261,-0.6767548018100339,-2.293874715835454,0.5151788400860986,-0.5889360394371872,0.1336690044273495,-1.309379902506258,-0.9380617897244432,-0.1319088841487475,0.6847288361098164,1.506147654235692,-0.8144578617615111,-0.5153369812089207,-0.8423460432273734,0.07718422392790457,0.3809567406887059,-0.11928902221591443,-2.650451368085708,0.03407672129282133,-0.9271651601286917,0.3955979898332924,-2.196422203681116,-1.501598802522687,0.3752116409424171],[0.6607820569907317,-0.24398814244527303,-0.5044644773131026,1.0813111729647529,0.49123789546174,-1.9441867243633155,-0.046752192663237005,-1.1720550916311052,-1.009977087722129,0.13682530294773418,0.7612653044818418,-0.1375771159766767,-0.8347242550069205,-0.727557984466646,0.664001791345968,1.0636686791688212,-0.211238456410365,-0.8244634288141645,0.9096011116531509,0.024774424652867683,-0.6601752118601601,0.7932006183195085,0.07364847527513392,0.7440418540677528,0.9759234341734323,-0.529054238431975,-0.6287842675111431,0.48491757943115993,-0.12886942548500727,-0.5372409728524333,-0.1868282362045354,0.05461038020141524,-1.8500183581600191,-0.03853315636270087,0.38546477921819156,-0.8862798328147036,-0.08956981998319892,-0.3263388715424211,0.11026636009593588,-0.816337113904072,-0.399259127384108,-1.485195243857431,0.8894564345480565,-1.3789854744600218,0.09149582510270657,-0.452302258918678,0.18037718901139846,-1.9362555840293731,-0.2613741735248878,0.5518990098539572],[-0.6903844248657339,-0.12749416380192613,-0.3821866715115596,-0.7708684004306046,0.836946050626888,-1.0440432331022769,-0.491211588421855,-0.31838590085139423,0.10256742167915928,-0.6806124812526698,-0.5521588587538228,0.7435493882946235,-0.7997197859739817,-0.4352458516801691,0.503944672708165,-0.21190558734532042,-0.7437464247955634,0.5735117237677144,0.39813779730566773,-1.0082201333698546,-2.1169719081657505,0.15955063722396803,0.38228712703912726,-0.5635631498304374,0.5822983717519913,0.2862330457517614,-0.7872356894134076,0.416684063094252,-0.8387510056457547,-1.097791991798081,-0.1809217091326394,-0.9900517855244215,0.23169531331664853,-0.2474688111194565,-0.9389115992348374,-0.09449918162471464,0.35607813815116673,-0.9623625687741995,0.8946575995098422,-0.3286621663128544,0.3214438339195305,-1.1559488201790773,0.5253602307319075,-0.20769123532152384,0.4778202930507846,0.3469554510157696,-2.4251707102159075,-0.07250032017893408,-1.1016378679740781,0.5157189230316351],[0.10598808488554373,0.1721787727267966,-0.509433142828998,-0.661624161585265,0.3073180204805825,0.15016932458445822,0.6407705633920542,-0.6256880742604364,-0.19961528209400123,-0.23139615686099302,0.3099077624717215,-0.5454545993313914,0.14252345664799432,0.5021178416548974,-0.25039461493165954,-0.3776259663984461,0.5267011286853294,-0.5751221130643938,-0.6534005438714676,0.4481531307778617,-0.589722429661366,-0.9068228126318657,1.065355283101638,-0.09135464738704907,-0.18812335551447107,0.15112021329241015,-0.9045781856081667,0.28938392329577417,-0.34781077006814876,1.0682961987451758,0.9849085681690565,-0.8956002422455874,0.9453675494274314,0.24405199925569745,0.9986933467690373,-0.008922720390623353,-0.8193880048575081,-0.8510749048746972,-0.27115930676006217,-0.5221361105573475,0.599569311707842,0.5117721781323927,-0.2192537499625756,0.3397142563301,0.9777706331754301,0.17862675491912977,-1.576739431835642,0.9168843186435998,0.6886525777359099,-1.0952144044871663],[0.3741056410194847,1.0470375453407372,-0.2967059471224933,0.667973388330521,-0.14531163987357276,0.00020660130806905252,0.29686536116267015,-0.61144749565174,-0.8390918708784983,-0.1726781570339067,-0.40443120497889634,0.6620604076213674,0.22463095867518404,0.16803740112992638,-1.117656688970021,-0.701756667203712,-1.2300502451739463,-0.3874445855278449,-0.2108025168962267,-0.15499075501404427,-1.9577397413460387,-0.058440158788728935,-0.23996752557415488,-1.2513257089745558,-0.6872280644290594,-0.10992010777808837,-1.0299165695331114,0.12990016732636686,0.13245223262530056,-1.2503117529841932,-0.47090366763819236,-1.557366366395998,-0.34011466723882566,0.02992109827438176,-1.1641017797523308,0.47431428303772455,0.9614273014942318,-1.848219626996708,0.012960086882342278,-0.552271194210138,0.758073379547548,-0.6584249548014668,-0.6568745650592567,-0.7351295788730451,0.521832872552755,0.6739355785610005,-1.3606452687096984,-0.5415947595700257,-2.458016704273889,-0.15119709620256214],[0.5050045525640954,0.2242723051632137,-0.5618385207180362,-0.2007080592503099,-0.41802240673966545,-1.106800786674878,0.14348216722299234,0.8791135708856379,-0.548185919236351,-0.41077198152160704,-0.36844796481350506,0.19367335549423018,-0.35051219655170507,0.7753554904476827,0.5055069649026364,-0.3933425029186001,-0.08932511039877049,0.18642547745986127,-0.6181186979513642,-0.490605725699132,-1.4876438741369928,-0.7693258954740223,-0.5902160824264271,0.6337792290193373,-0.34927247976127174,-0.10644667995722872,-1.9254191903344464,1.014985213994745,0.8668655868994397,-1.2212437073733253,-0.7738421152277243,-0.76721150473843,0.7986562163285685,0.395298808055111,-1.0618549619599125,0.9929935159013215,-0.1203320217014122,-0.5542013231681115,1.438968750276081,-0.22214886267343387,0.8271676672953195,-0.7455996754686751,-0.7465736453854784,1.667344171010788,-0.4151200740996017,-0.8228897614777404,-2.272873242542355,0.0834319205260702,-2.487101741231479,0.26842478634355255],[-1.3339850210212456,1.0137205640760538,-1.395133631119278,-0.6926100263978623,-0.4684182194013125,0.1563979846527673,-2.1873792605514577,-0.7547883964663483,-0.529467620973191,0.005258274590892048,0.24450806730392446,0.8607266915336196,1.0146665526164835,-0.16887908596636494,-0.07329805570948102,-0.2957547951010426,-0.571388879822113,0.1956723456679949,0.48982090071060397,0.043085923528624864,-0.9560730365499055,-0.4693744797822917,0.8834303039259928,-0.10942594353670812,-0.7150422156273426,-0.06507680514478859,0.5396354372555268,0.9388320308769106,-0.3034662513938601,-0.9659461174861507,1.1338957046420755,-1.3328950548454188,-1.5767954224426035,0.41500629898886937,-0.36330280704996254,0.15309714852439296,-0.5010374102624394,0.028336913140038354,-0.32979643260387687,-0.26484651462980713,0.018555153001157863,0.3760588844196875,-0.7953563533878051,0.015808888796270584,-0.18559860437212156,-1.136728046996736,0.9411111071919724,-1.6740021962930645,0.6278654383412156,0.2822609975579237],[-2.08233262940616,-0.24191193457158003,-1.6760712407042426,-1.8934712148478534,0.9641559512019322,0.1984365553918472,-2.526751794637752,0.356679168324973,-0.4650851402018603,0.07090560299913494,0.2978859634746718,0.5958359569944746,-0.4131341158619615,-0.6345803560565849,0.013193217869066616,-0.7355387811760541,-1.7787356227196405,-0.14752197608145268,0.11077756559043775,-3.1515965116438975,0.4157248078388826,-0.41893309562345127,0.7698827603566898,0.6954406123638505,-0.5046581661386413,-0.5309422482527782,-0.6546579553955163,0.9261897074223989,1.0882335054904533,0.34214774602444276,0.976302427725804,-1.3301015159293428,-1.1632356443170102,0.8589287051484359,-0.2665299444290435,-0.028768829200629554,-0.4152639691661584,0.8011672241332574,-1.0499238909883335,-0.5653511529504393,-0.6437297387359354,-0.2811735882408308,-1.240600544730032,-1.2776387340551705,0.8340632779855992,-2.3484749896808164,0.6711193636084078,-1.4657007964017472,0.6690745002957001,-0.6704717452395647],[-0.7099875679060671,-0.13252434439297953,-0.6065501022791814,-0.8550072867879794,-0.050084219495404037,0.7078132410707687,-0.7879233198287371,-0.6548868417425951,0.837636097668017,0.4599453803104521,-0.3920545633612769,0.42602077235712277,0.2349326391610586,0.1684952269375197,-0.21626594333820198,-0.10794356828190287,-0.9986564962729437,0.30721885396263465,0.7210659821129645,0.4736475808956038,0.6107290351549318,-0.18051199807426407,-0.6038760428500213,0.2888620451424626,-1.114541823722608,-0.11833267321475151,0.8841460178343286,-0.39825014011109683,-0.4901108890046002,-0.8195723716285477,0.2071231353215206,0.11285994814528769,-1.02409341195767,-0.3596122835645803,-0.7252426285495265,0.27460243381010496,-1.6615435008388433,0.6077233013491692,0.7379209001683085,0.7910153547639301,-0.6065163185960344,-0.2322647465736552,-0.9216659191741999,0.26402755410135836,-0.30117234844428736,0.18701794987130196,0.31158754349516027,0.6179529589003941,0.6398224611372847,-0.6448201268902044],[-1.0095975294503383,-0.22942079204316068,0.33646989749738737,0.20439503603841727,0.3874004096094676,-0.4127698648874355,0.1996381736900387,-1.3025880145699782,-1.0153245112036557,-0.6383996881984257,0.4082583320319802,-1.2070725762020247,-0.7569955854655253,0.7673484613848214,-0.027486976857657767,-0.18102789805472347,0.4721894289790303,-0.38766747827461934,-1.1614350955649635,0.5496497306471935,-1.2993129505106307,0.07379620579958471,0.009765222585104464,0.4552185835594706,-0.9927888803266499,0.7226763756678051,-0.24406570864646265,-0.09781386372428881,-1.4234339837303616,0.15139920721186184,0.7782331781096838,-0.8574046937333756,-0.9992806018589869,-0.04406472938304702,0.40045957681685074,0.4785647726830297,-1.6924422058459392,-0.3831310492289094,-0.13363828019182436,0.3395264258638275,-0.662263915855893,-1.451790613145902,0.0692787003815042,-0.12948086758059107,-1.6335328426939082,0.7041888732815802,0.8819690391333365,-0.22050854162916295,-0.3111557717624552,-0.08899312443377358],[0.2577173719715815,-0.734080159735822,-0.2116833797568885,-0.7731514087530719,0.3713181438829119,0.6458557039027965,-0.318780156320146,0.7349060756179963,-0.40029094113317026,-0.8657356136254711,0.9074066972322578,0.2107210482900911,-0.040220229776345144,0.9079468469582741,0.6083450258025846,-0.24629774118364794,-0.7029481410241342,0.4243888395691265,-0.8015734234452806,0.5562930003008427,0.6747298628232967,0.5276124677968556,0.3226963255675328,-0.18284701374771833,-0.5218514510426373,-0.4062813570067575,0.07516272649248516,0.35995753684532916,0.33314119172884,0.6705314435362525,0.35662846209779936,0.3991461017053392,-0.7282132002402175,0.09574863067229403,-0.9509684690963566,0.6384665801731558,-0.10217915748115666,-0.7375318364439805,0.9314828416565293,-0.7455252926011556,-0.8374873260545629,-0.7225233796132968,-0.7520699975770865,-0.600132161653216,0.5966488361581546,-0.8123615309308309,-0.27874205757299575,-0.8432752897405736,-0.8321332899688081,0.8603319435636358],[-0.45757903599864086,-0.3981535226877624,0.6269087738826276,-0.5918813588331899,-0.6124557983027571,-0.80523239682446,-0.7581743494138133,-0.6342934531954786,0.5432415094381648,-0.05123897754949931,0.45230256213224856,0.5381633394472767,-0.28546089197299407,0.41575995711742697,0.442241025297803,0.651392768671718,0.07073079986070593,0.4088410514361672,-0.2559968041810045,0.7867060322508242,-0.10539608148852102,0.3815289343053504,-0.12223100901922837,-0.8011898909411653,-1.5932435034431505,0.23957984496373363,-0.6200436201295038,1.1647732619059523,0.008139501306442604,0.4408768749633132,-0.7733492280075182,-0.814992264705885,0.26126960047554854,0.7357659119132316,-0.17710321543762592,-0.7028997133860979,-1.5226964684705933,-0.3041162389268538,1.4358893214078001,-1.413256646617013,0.9041946661294571,-1.063817445412177,-1.5058111877519424,0.21768163902439158,-0.5680365539799722,0.9674389330808563,-0.4231956932057522,0.22068720921186097,-0.2358391329257166,-0.4194980886445025],[0.4905720551780378,0.33982049819758575,0.7366632102592026,0.3514189173941716,-1.3052370500480142,-0.33851648020165415,0.2913500555705516,0.1729831426819117,-0.9238083407345565,0.6251431381828868,-0.46051057332521755,-0.2102069324473853,-0.6042229575352968,1.046380326362334,0.5793861855430212,-0.9199309861069983,0.894551824115625,0.8030935790910884,-0.6848888900076652,0.764949403501599,-0.7213693106602435,-0.4605700466352625,-0.2943542975932585,-0.5576203729067243,0.13186223988498305,-0.8786252913107984,-0.12123884583187348,0.4445070319014532,-0.09488426137891695,1.0142408048154352,-0.00862695443609551,0.5711163543058241,0.7574395986850505,-1.0369418265226196,0.9583250396560338,-0.8432651884403264,-0.2568544327996175,1.0339758197108775,-0.877014314799158,0.9429015635894665,0.946936125329023,0.30530073659621026,0.5200985052164442,0.6113840941885091,1.0466594328020897,-0.6671445674247806,-0.422582568000813,-1.1512538155961745,-0.7976319605742115,-0.42499573762053316],[-1.097820696539606,0.5833857938143532,1.3824429516094825,0.7626154630489143,-1.2036274886878424,-0.13359963400354355,-0.1680026283853652,0.0779201135599456,-0.2356839750087907,-0.05103906007958118,0.7114182713456648,-0.3135213946942212,-1.3211357621329534,0.3434692778584003,-0.15669773676439433,0.05866653805015158,0.6177441831457721,0.7337299833853537,-1.4276070425578384,0.7818628970553427,0.19905069943125586,0.5101914486622036,-3.465680698807636,-0.2690231201975042,0.33611616977201775,-0.8059967622022379,0.19038977621739459,0.5114253763418298,0.4637138557139917,0.40685993674050214,-2.204907068226239,0.925629859452656,0.33188620082968856,-1.054531635520419,0.18440486143165932,-0.27095060282589806,0.1051447133280688,2.048638951829033,-0.9390582721897146,0.3751449886997809,-0.16984946567332676,0.9811944591351921,-1.117561404783222,0.3960266390178139,0.1973081058962518,0.4981803535390119,-0.7700589786999225,-1.3721580975346173,-0.19262133591751615,0.8567614604677438],[-0.2905981704419126,0.6791727636198284,-0.3385852469805014,-0.4883367589733801,-1.3287732987606173,-0.04519020053033945,0.9558522741458383,-0.5706094826029655,-2.2885487375041698,-0.9286257650512629,-0.8379227648587279,-1.3718422896713232,-2.5807601300280876,-0.26102778877970023,0.976153110699259,-0.8089124968680529,0.5006004575644262,0.6169922734533244,-1.6198942638360727,0.9413919309252857,-2.0665586701841305,0.6466618713982978,-2.2490156829909393,0.06776552437659733,-0.815022557800399,-0.6163817051213799,0.31005550467688237,0.5142260370607683,0.3796069487857858,-0.0813782955778636,-1.983876240073712,-0.5931102346083131,0.7666083519540439,-1.05270875002566,0.6863313462895068,-0.28121623541846374,-1.6520209960406518,-0.6760150029088067,0.4071863929463488,-0.042303988034392295,-0.6203600195132736,-0.27696262344423755,-1.9752689607309737,0.948441381630503,0.8523099265585992,-0.3977360899803241,-0.7759969788648564,-2.7071452852707703,-1.5640546443466812,-0.3877317388812114],[0.6883937476145374,0.5507601213019702,-0.4768471857946481,0.9005377742037232,0.19953142067404725,-1.51998790638653,-0.3410943750530726,-0.626873323644156,-0.313587670528108,-0.15987312557919714,0.1422283546350408,0.8956964145983514,0.0744660231303585,0.6983334034233947,-0.37403233691401644,0.31735760442316524,0.5105619047976394,0.5356327103489813,0.6053086954919149,-0.4206834945012688,-0.4928461627673473,0.9693004757113416,0.561825523689977,-0.3012660521322942,0.10704328372052795,0.19700633390949782,0.6288967159139709,0.3042048223936109,0.6768150099159496,-0.5350187282490376,-0.015367842819347402,-0.1540937837824309,-0.5240000722708961,-0.8652256403368502,-0.33082561060642895,0.5145541073881621,0.7075479908197017,0.020379890939168588,-0.47075765655665247,-0.7834637043859393,-0.8419045565065525,-0.7646913158000125,-0.37581914751562445,0.9142470428487789,0.7726688338114968,0.8308394088495,-0.44122381491731316,-0.18962377242594897,0.6873324359972748,0.7445603185313634],[-0.07663312658421195,0.13133388472495525,-0.38087908131780157,0.3422381595232577,-0.2849390799965608,-0.5553285338629842,-0.2057564723483772,0.3198430380510204,0.40414569991022026,-1.4007851460951923,-0.845190737691596,-0.3575602562576469,0.899707523301729,0.6041257508785318,-0.06095358978254947,0.46501435076985664,0.20725712389118156,-0.6366872942106039,0.8385671701020483,-0.8392541009915402,0.44519145809604194,0.08292162289763594,-0.6797363497991812,-0.07464925923942783,0.10702679691972528,-0.43219590021144866,0.1036819786524546,-0.19861926728878004,0.065855288811763,0.18532163537815946,0.13535689202885473,-1.4639524969104118,0.004362229133302094,0.13186525446466976,-0.1628536574412032,0.7904003467299594,0.5388883826034148,-0.7702637639541929,0.5501999080965575,0.6646641225146972,-0.2779338700862442,-0.2841301271603428,0.25512809575401557,0.12021769301898763,0.3903975934171233,0.7663453986772228,-0.6351031974750154,-0.8128981068665516,0.6662739315226072,-0.1414490568899021],[-0.8130083935831611,-0.6220910085902946,0.0663901096918946,0.21225425566057146,-0.36977446643241196,-1.451937903942997,-0.16022766590643123,-0.6249921004596142,0.13957056872944934,-0.5541118586979908,0.5590101699739758,-1.218040069129241,-0.3085432752350327,-0.2609438866498264,-0.43443590433045465,-0.11559314676481452,0.633422202578047,0.16720548863280804,-0.27600543594887034,0.17572481147635158,-0.008823762440703639,-0.26411573104615865,0.12884891204985183,-0.34065042904031545,-0.6176016449784572,0.6952835376035021,0.8349997917980637,-0.5654551978981872,-0.5310416925392153,0.570268556737073,0.2108922982247278,-0.6389021637493894,0.43863707691027753,-0.027861077840003242,0.12570619546985734,-0.09355596819592699,-1.0161810601667627,0.16383300670319784,-0.8695933308729328,0.5008006647011809,-0.14509825618567815,-0.2895049288072155,0.6835201582136943,0.48694464868160203,0.8262804373635628,0.014918485964735606,-0.02812184306142614,-0.07069726556318201,0.5162932469597598,0.5362942831992616],[0.022695650063527792,0.03772940315940155,-1.2884471327518403,0.6598306631928973,-0.838024052081538,-0.12542513868276534,0.5907966644655561,-0.28609956117430607,0.8898651401015223,-0.6229005445491369,0.1994240831940981,-1.260968381615826,0.13306257394933463,-1.3054300754347186,0.2634539538007145,-0.06867718665564045,0.9985832290840586,-1.2341448019588601,0.3662155542860731,0.9799435754976722,0.5848548747621173,0.19026675486355965,0.5898941963489773,-0.14271132473916975,-0.8846437438286774,-0.7641561491938255,-0.3471032041990362,-0.47256984399633994,-0.3772921321939208,0.9994392230170461,0.31840450299502765,-1.4955639094368163,-0.2664501477039133,-0.6690848408645605,0.47485618505479155,0.6456588200393532,-0.5218380490920601,-0.2227990835352072,-0.8988322627365551,0.6104064950229449,-0.12017901842839335,0.5886754721617817,-0.10917661953388484,-0.7689726247223135,-0.7422878248619508,-0.1883851119254057,-0.3838974990683395,1.1591548455903533,0.6688208097339846,0.39748098639675955],[-1.6173360566110726,0.45886346892479346,0.6326508052520751,0.10834901200544057,-1.3677552574232235,0.6586403996717456,0.32950236467272565,-0.555506740676024,0.47341070995089574,0.4616851900754182,-1.9970386324000038,-1.7960750918145072,0.8750351748700889,-1.3616908573766886,-0.26160207068276936,-0.30339104139557366,0.5767947067198704,0.04667850342671537,-0.18654117858582472,-0.5036883362907437,-1.0679617082412187,0.5662002227530751,-0.40922213534519514,0.623665147129363,-0.6180518591253942,-1.5172075473484565,-0.5117136004112803,0.1904929598689464,0.34776537439400756,0.5439950251676303,0.746273705562779,0.4169061725611275,0.4957241839251122,-0.5242837956057749,0.04213691771965472,-1.8674853492980286,-2.3213098618115993,0.8677932867752358,-0.26595241607147074,-2.0702465291735668,0.6110780849989663,0.7178244171132923,0.19522714168455332,-0.18614703249193695,-0.13995437094856497,0.27310573053722365,0.7852289853840971,-1.0275047789379543,-0.22306160665910676,0.6850893207380975],[-1.2030861058451825,1.3387015450286257,0.6597741948617504,-1.5251603722365341,-0.3602104926031269,0.21600909556069556,0.2313094653717319,-0.7615180367310943,1.8778034540920205,0.02894601732658297,-2.597630586145737,-2.080061292878134,-0.5880182884751964,-0.7005727167255646,0.1387805936255256,-1.9435388202803583,-0.18305604631112352,-1.3167841255659407,-0.6285061640453158,0.9197814241868056,0.007535998785663055,-0.03303347029710917,0.3790837288581867,0.9286498398683357,0.3386704712949561,-1.9593558673003697,0.4492010329066451,0.3503286738232383,-0.2502630328738445,-0.5828340132608292,-0.4059025648240617,-0.8204466914026526,-0.3479333463112581,0.4936709783220077,-1.6898036391670355,0.6583084877458197,-2.982665556917804,1.1887110156788416,-0.885630162536203,-0.04347428079968222,-0.4042787563214109,-1.7605691425116357,1.795261194321983,-0.006311127863743586,0.4256398506175582,0.04320752224921101,0.3406388572829003,-0.5415231344525627,-1.3132624574098684,0.611993849877972],[-0.3531091984202589,-1.2210554896401913,0.6276842919394034,-2.2280193710357037,0.7493680372017127,-1.4022394179921673,-1.1819306518192019,-0.27189688532423556,-0.4509475829326834,-0.4295244203744496,-0.7102305247776031,-0.6273898151467658,0.8212413676880248,1.1795643442807977,-0.21197578759209693,-1.030746642098514,-1.9168658408476271,0.08036319998042202,-0.825829586164042,0.3305333495622607,-1.7351676205160842,-0.3297993170870128,-0.5158551513796832,-0.5753866337443324,-0.22994862920082987,0.6617944267533071,-0.2816656106072022,-0.2525462303132187,1.060286352830435,1.5216685659123637,-2.386621473860402,-2.6280046163432944,1.9179196253173942,0.13961680647694774,0.5421749750869335,-0.612300339691729,1.1129256427523204,-0.15722751411581343,-1.0065628734893644,-0.516906676715653,0.6925339925227421,0.7881018576461142,0.5086608096985776,0.2631245139056239,0.666049090371259,0.25382731590713853,-0.2833476446266582,0.49434890472680293,0.8180795414466836,-2.496599996941095],[0.8812294616114315,-0.6260898391734182,-0.7081302170467604,-2.1135070676595675,-0.4701050984314506,-0.9595596075775957,-0.43593898735188763,-2.81609185631769,-0.9845159043515558,-0.23898982456655468,-1.739649493582341,-0.8948015654020824,-2.0389588361854427,0.7781565061561159,-0.11961438986753506,0.6521709978533969,0.6027109399826006,0.4724986978770287,0.3145498968866412,-0.06533985977426858,0.5949187884032379,-0.07269540588284408,0.6597809517474793,-0.24677276184398908,-0.5235831909068712,0.8003312656898002,-0.7408287712623317,-0.6976721205257547,0.5578728349476619,0.9119064015492724,-0.24228515729565853,-1.0104803292290003,-0.8252352964255187,-0.22803994988891962,0.6570508529507392,-1.5327909994023774,-0.8639152804584362,0.9675270837773785,-0.3214172907553786,-1.455963907436685,-2.4804217106879487,0.1163909981661396,-1.179837897545499,-0.068646972127214,0.14073284957022936,0.09968939042061323,0.25970598880523244,-0.6979905319726752,-0.23684130133201095,-0.2469906422981442],[0.8650527527358935,-1.9548480402202983,-0.32414291705809667,-1.0967987708204896,-0.5876578012260033,-0.6378977136660658,-1.940890674780607,-1.6295242239768322,0.4251799381042666,0.7279726553906384,-0.6929630125904626,-0.37155497907850876,-1.998146240654119,1.7105094907725702,0.6843128527700785,-0.8623614471444351,0.42230084712420807,0.7152268852915677,1.3801114809835764,0.8367453685481017,-3.4831467789081207,-0.015489302895475161,0.2923038544926513,-0.8306440837344283,0.42157544636352423,0.19071520678653928,-0.31246963247162574,0.1445712273896245,0.1987263532410603,-1.7164176987199644,-0.008235358045455804,-0.7083663357410718,0.12781271749971604,0.47922807363545816,-0.508894051409212,-1.8911503249864983,0.479513989416356,1.2748711031506943,1.9643102933324652,0.44616726892168035,-2.0778282655961267,0.29556488476822257,-1.7197301809477803,2.5015735107679635,1.1965913774643804,0.652961702782734,0.3377912490358012,0.08014620875369789,1.1216027617709112,-0.023566095565992082],[0.20730355260503192,-2.453232696529633,0.9800058745458612,-0.13244456265100146,0.2955883364135254,-0.3462881054725724,0.4559664632816287,0.304110299373195,0.3173990294316143,-0.48176652223399796,0.15460182886473012,-0.8493471203125179,-2.335913956132325,-0.6933493166857618,0.04867869878030803,0.23250181836647107,-0.21806594974943172,-0.2976745071519491,0.8964469179991031,-1.7234275040980365,0.9474557232517165,0.1485169576803517,1.0338436733229375,-0.209563106625031,-0.3797207605876458,-1.6573150753411534,-0.14336891944069916,-0.4286875802101665,-0.9459632060605938,-0.06803542423371191,-1.3891141190364151,-0.278426326598352,0.7052504945818869,0.6626669910863686,0.5672533669035481,-1.0037354561147667,-0.05489350654388805,0.44509367127517396,-0.169385498077852,0.5063411025880644,-0.44359163902860094,-1.3829764206043536,-0.16750080495661687,-0.02496770509659583,-0.5274888038307481,-0.498444670097474,-0.4380285094269132,0.8048456176852055,-1.0432563070398242,-0.6401902756220894],[-0.47832408835582285,-0.9738540002194875,1.164911679009554,-1.077650864193438,-1.0049124356952344,0.731734068176624,0.33411401897195164,0.30960579888868894,0.09029830965837934,0.6935444259988668,-0.06318210413999456,-0.7438475215382023,-1.800307474752871,-0.6681739201769319,-0.10928511581240884,-0.7378440308371359,-0.09236180587894303,0.16970606628086363,-0.10275850182444855,-1.3962202611394203,0.4888495528854091,0.43551063084065667,-0.41525700360080847,0.8186624245200086,0.15094965416915607,-1.3792266553147123,-1.184366826768107,-0.24490665022149963,-0.23811370522835737,0.2681578978614103,-1.516668424039367,0.041622424730993694,-0.021237501969888373,0.008366733029778896,0.8954193035872011,0.598453868262161,0.39587771466136973,0.09702871954247724,0.7207470642274268,0.6532617141629282,-1.5360833950309487,0.006236811440039913,-0.8903117530382852,-0.6432148457680894,-0.9797264992608657,0.42263393515596426,-0.6861500192080251,-0.6603820006695655,0.41273285728373893,0.23953808522851625],[0.6911119008530606,0.3246005935486139,-1.0696409236131652,0.4647506798530732,-0.4288481743937755,-0.3875782289624781,-0.36369004349218315,-0.7160726326518292,0.21941068557751395,-1.1042091703819736,1.0150042653790496,-1.835734480636755,-0.8004241160108738,-0.9287735214124013,-1.042962518872479,0.8297427295963051,-0.19953760083172226,0.42310928889072086,-0.8074815831601077,-0.44547800244131686,0.5025135158862809,-0.3751099867109091,-0.8893063044799995,-0.22468646885537225,-0.8412324168182913,-0.554215653139957,-1.919490496164158,-0.0953793452737981,-0.7635713890262789,0.8464884006410629,0.512073263616237,-0.44978800677401715,0.8888595991168506,0.7018033040987864,-1.1093797025102705,-0.3941248204064134,-0.6884277918343118,0.3470271128466944,-1.018210879155276,-0.8931611693525425,0.9860290902275787,-0.9221381297194265,-0.520475098020751,-1.1483923727964869,-0.33455153866701876,-0.7883261160447197,-0.002729474767936542,0.4220959505677577,0.15923780972777796,0.11367621403756792],[-0.2670203035551116,0.7439953955237562,-1.3047586720403583,0.1350054111355905,-0.1128593039402224,-1.1433703561631572,-0.04538084717359188,-0.38882327302282155,-1.0399709490819515,0.041815627118208,-0.0732287008184896,-0.8225482080816792,0.28178289201170015,-1.0555324949292868,0.4343420558032541,-0.9392048680141896,-0.48713603361135954,-0.4902885782515684,-0.04934319704395756,0.7379436948039435,0.19144109708974666,0.6254558648932506,0.5493740099940383,0.3770180226038869,-0.005684941504226194,-0.3056394818731607,-0.710717695155162,0.267669414306853,-0.9343664807941466,0.7046995917086569,-0.17072143872176193,-0.11213245094213556,0.8120808729800576,-0.9230630218439094,-0.6881828869603855,-0.05162330266379621,0.9446689404672146,0.7696236926650613,-0.7608568286498292,-0.6173249823782394,0.4817013379900393,0.6963944364703373,-0.033872650225184105,-0.005158275702355688,-0.5756188236337287,0.06779832874561557,-0.24567537873852588,-0.282799750896313,0.8077198088113757,-0.3125907523911593],[-0.6947719535674782,0.3848257334844251,0.3636161637518604,-0.5522038076372932,-0.20538082123408116,-0.8304917900718558,-0.7321261024563218,-1.962124434215428,0.12682624470631715,0.47779720503827083,0.4650926844992544,-0.6003533407675323,-0.8577067646078028,-0.05029132950715883,-1.0192345397619724,-1.3816557082936984,-1.3297826205086694,0.12872348125264294,0.4159663969276636,0.19110662449528326,0.8917024440428223,0.46687280030199935,0.901961766645262,-0.07065351097016942,-0.3565574381526342,0.3179010805859581,-2.166499240077118,-0.906958670666798,-0.11715602162035225,0.25999526027517417,-0.42575429829264994,-0.5294905189903433,-0.4989718086985372,-0.4808684946100512,-1.2327939379258865,-0.17327231309152039,-0.6406260208215244,-0.7064444576896731,-0.10051655732119912,0.8144926261995256,-0.7149670485237513,0.4802650814562523,0.8210092158734479,0.6194616992843983,0.2510201496766987,0.04906283147776254,0.8942311132056024,-0.7516150445161837,-1.4717464809784313,-0.6296199411810266],[-0.44305279390182484,-0.13581636794409216,-1.2126984425433391,0.5161728062973724,-0.7115413621592825,0.5283890644988086,-0.44619004624568637,-0.4606634858539321,-0.24517953868689857,-0.7233678489151794,0.04717738130718559,-0.21784891828770842,0.4306940352730253,0.5254811872531865,0.30319025313701387,0.5359593480956635,-0.7027995076533653,0.4188302569501136,0.7815392426785865,0.9026889472164711,0.41462337382816067,0.7209159641527718,0.6395255878586961,-0.22554936159259564,0.8038731613145506,0.280317580556568,-0.6957055343972071,-0.8321165883344549,0.1494158796663091,-0.1319270354281216,0.630659228803309,0.03428589110018753,-0.7713131087049989,-0.032600353154465626,0.0288913617209831,0.22020010462772133,0.9826125282929882,0.9827228367097827,0.113957150871874,0.7099700181308034,0.8177091861456148,-0.04436800519465121,0.271217824139321,-1.2102633449202724,-0.2860555462317945,-0.696937180130803,-0.9130341304964764,0.9159529303046057,-0.015541593197411782,-0.353743732808512],[-0.7464283086547878,0.38966627655677066,1.4517505808607012,-3.2525828220713793,-1.9070959758569543,-0.35932101400223393,1.0231236094032572,-1.5495925601891023,-2.0713559408374627,0.17033527081354155,0.06026407131271136,-0.5552334191349497,0.8250159361940698,0.9389227366450981,3.1818069012421106,-0.8284733118160527,-1.7125210803793476,-0.44005504036146376,2.4223974113999884,0.9167036492054137,-0.4257696157910744,0.837260488166735,-0.21161719136119128,-0.4361431811920939,-0.876427899058785,1.0249227077961642,-2.0930639823080837,0.8578601919591936,0.22050389575988033,-2.311448971869987,-0.5043911478786768,1.0648721333555398,-0.8079955709744413,-1.1023368218220222,0.8690369063321122,0.6637595140489019,-2.186413437667234,0.7773474389101247,1.288029106314279,-1.013801775594253,2.5164214129929254,1.1937491300492746,1.1676214891138068,0.8662483034220183,0.6240068281099047,-2.7236908448022294,0.4844554511669625,-3.0142570261803523,0.6136263011189378,-1.931221568777934],[-0.0059206355199025885,-0.5132863360294326,1.7149842297121025,-2.6209744183526964,-1.3424962548187316,-0.39343385887085286,0.27318347049911407,-0.7880874698755049,-0.40103719493098117,-0.7500948834617426,-0.390056496989756,0.30721971313563096,1.8992851183765702,1.0372716811066014,1.0696851074385536,0.857383605038221,0.6563176730030926,0.28177078487056023,0.8046677456399574,0.7997423513977711,0.7295149843735146,-0.5682398395683248,-1.1125838841984317,0.9658419486149882,-0.7898780825744106,0.49338944540358703,-0.1434676335268419,-0.23621918782290804,-0.2929082740536905,0.06049923786209475,-0.31784375280647037,-1.0669402771542995,0.5422202215956943,-0.6754761398537845,1.021558201841872,-0.7841135577068379,0.25024955601030485,-0.897435454829877,0.8876259912386514,-1.3894933219383043,0.8356665270050567,0.6877274859420107,0.6527842058884733,0.5474160078655347,-0.10380279431988174,-0.5921897310333357,-0.3335251498630101,-2.9980799524411736,-0.7424932302826611,-1.2217360984332994],[0.6995884468762572,-0.3270242728388915,0.20706698726697761,-0.08402030714928008,-0.03428555269803059,-0.11566553917076078,0.35281007582746954,-0.5583331093691862,-1.3708999816990912,-0.15614123617768172,-1.291746613412777,0.6396308516263279,0.3533991991064596,-0.13532287787805453,-0.9827720062217238,-1.4166836962605416,-0.04737844857425751,-0.5233280219241369,-0.39136365063705664,0.4757083532663229,0.9573505249400793,-1.9204855347179528,0.5251226019466202,-1.3603258163534815,0.6513295721427279,-0.06640629143467201,-0.510078920662029,0.8449476364721528,-0.01033677462519992,-0.3316359182174409,0.031678322501557464,0.4920123076688111,-1.3306538706197193,0.44838009320434524,0.6811751579386631,-0.4117482154940546,-0.3513747043460275,0.1656119029347232,0.3502906877788098,0.12401196373287031,0.7786128625988862,0.13640383239435136,0.6637241153194462,0.1535606464938486,-0.41788133923284404,0.9215265601787762,0.2420328055214853,1.0629707321017619,-1.3844841166788628,0.3051754384895969],[0.8283620135169818,-0.6474994229925769,-0.5142433298018685,0.2746418963778402,0.7168334039386146,-0.6985543990939002,-0.5912134937474174,0.8393485429607354,0.16042478474488392,0.3380662212634495,1.1019508657656558,0.8944953345308864,-0.11758362590953104,-1.3323717200037588,-0.6987385982104961,-0.4249890250647946,-0.36715380966705025,-0.2486585117514481,0.7343433763306515,0.7968765794162836,-0.6725054596431472,-1.5958554738504809,0.6315611029873303,-1.0065343789492351,-0.5028343891965763,0.9306906073507317,0.7181294265100477,0.09774436196980887,0.2870809590970088,0.38814641827826135,-0.5421450573982018,-0.6021086611519118,-0.9768642977787158,-1.514382033666996,0.5590292441953336,-0.11839435156834306,-0.40651352100929067,0.2186181637265655,-0.5923512080773433,0.04337064938291153,-0.540218753159502,-0.10773650047455689,0.6546778835162103,-0.3355262724221836,-1.833112963948485,0.3340046258715443,-0.061819189129780294,0.05522363081363749,-1.047688257645351,0.8962486596475691],[0.5690105484959238,-0.8417717475820767,-0.8391787491913232,0.15097681915399358,0.7019892273545293,0.3607118920734807,-0.17387133534402693,0.5479397719484093,-0.7612605639855872,-1.762173751281989,-1.834671488106845,-1.6337904642570937,0.9552168519892204,0.8803568930193636,0.6092672742195392,0.8135964810583857,-0.9692716688001483,0.7567019496850504,1.0054236877725764,-0.6948217659620043,0.6067506869491057,-0.15906555220239044,-0.519563749751596,0.8420983365195008,-1.715477475077347,0.12410633542334057,-0.3658638519555061,-3.0968144127958532,-0.1235546916214959,-2.9519885901863607,-0.08881575487873664,0.03178007500213829,-2.436735528580643,-0.17851925056404216,0.967333182737992,0.1763297018382442,0.4100256799301477,-0.03621067081765725,0.3429914824286595,0.7194297443559418,-1.6680395217648336,-0.09676671577839371,-2.177295249074463,0.27789679217688906,0.5201474272250656,0.8586156971546324,-2.5282400337192734,-2.912370308610838,-2.857419462737377,0.868586713097114],[-0.6168515470158198,-0.25088970357440066,0.9767265044503026,0.19268996187588186,0.2303030455132437,-0.1828838061172803,0.6809990999320918,-0.4669080109624559,0.803480922056923,1.371832174587437,1.072650803455583,-0.16645899425315966,0.7637986690248743,-0.0393068078873464,-0.3551530064824535,-0.2854936242569511,-0.7168746323712785,-1.542678012333146,0.7456222364075725,0.5768719600292682,0.24086256159173683,-0.021017718996378332,-1.6346671684820606,-0.35013836595524866,0.25660213050137715,1.184174065341392,1.6786691141200305,0.019352655283221,-0.6799913524086484,-0.08694921424745918,-1.0159100495074778,0.3683351437255556,-0.2244955183648848,-0.18746894431858913,-1.1795509384354599,-0.03590864780389612,0.3704505221242625,-0.13618567829883005,-0.7620994195927789,1.133294363363717,0.11291605425258172,0.9449513209044739,-0.8105860494780878,-0.4652679999258187,0.5344566811964425,-0.7126377151537487,-0.8238935085941906,-0.39586700508731437,-0.25891231907683776,-0.39442794753858923],[0.07975290534393685,0.4342705956695304,0.6411458295563863,0.17265221161654612,-0.7009153956030102,0.5451743989705877,-1.7994889903697555,-1.2773967384524851,0.7898987663328397,-0.08080824769834782,0.6745250383868434,0.8710216980077832,-0.07743007664051461,0.2821215120746171,-0.3937877296303652,0.4286055472364024,0.28514567743946717,-3.8536346406482074,-0.8373111633726004,-2.3589081301795267,-1.25451451590143,-0.3467316333889772,-0.2293606309687702,-0.05914245118078353,0.8609315473283294,0.6437507594676714,-0.4500137321095258,-0.43364451236796586,0.8547175914612087,1.0791644561211235,-1.001384311927434,1.1059531585208808,0.636270587383164,-0.6312597702674594,-3.234604272700505,0.6956918600711677,-1.4134434876947595,0.017735111820867015,0.11263851417349073,0.7974647007096249,0.27522545648585456,0.2262561744574055,0.1543325045759201,-0.8870924635958464,0.7896205044573522,-1.200930477581369,0.06982862930227833,-2.0306310096963194,-1.8983990898336145,-0.9924605106102842],[0.6482882515394658,-0.27632807674656373,-1.1183370109574289,0.7648714888934015,0.9632383393357176,-0.6913861596578218,-0.7721698980023217,-0.47006773116538414,1.2132759209544837,0.8467833997690011,-0.5523901217503241,-0.5333377345371005,-0.7051927458730132,-0.7004391801268517,-0.3243385825486142,-1.6431305723684753,0.8049717374001872,0.6185229445327285,-0.12738436876826498,-0.9535450095302066,-0.4464970699895153,-0.3330786927531232,1.024353610853711,-0.6019221788683099,0.2777697946405527,0.9534167940566377,1.2015173487752937,-0.29153755984688756,-0.6436598807705513,-0.044459768457058485,-0.1813450279031064,0.06211514259134557,0.29088014914058585,-0.4915916971461232,-0.2669353382915268,-0.8089044268515494,1.1089159996137377,-0.7260732068686746,0.1485543907248009,-0.958709714049042,0.8563672990697372,-1.2849039918250522,0.3827168996601322,0.37905392808787397,1.2207658899423655,0.6774860426663826,0.3793832422802686,0.3384130270743408,0.47987501830133683,0.13375742017911968],[-0.804089202116414,-0.019121641108800862,0.7148481450436803,0.7887745262373851,1.0561682572325426,-1.0044782159470949,-0.17047673605012476,-0.4023931700331144,0.831703024649336,0.08615340639387316,-0.3421197254250843,-0.40785183054985563,0.7836200721379964,-0.6285221055051112,-0.20396998826151977,-0.5389154274888002,0.5252841543793699,0.80508165901404,0.5675583487805168,-0.5143210275006781,-0.9264039827119985,0.23664036690865323,0.16293530631524292,-0.99719750083446,-0.10949240670532856,-0.47462704429941865,-0.3201094574266717,0.4528677661504893,-0.33374743491606873,-1.9801667469758126,-0.7426300911416126,-1.4142830176879089,0.7998985865022203,-0.7845364534573968,-0.5236738697592977,-0.1433045609975361,1.1881201259993392,0.8026366415070296,0.05264973882864347,-0.4832119569420644,0.036757540537952056,0.9224642663377116,-0.7526973806265461,0.054054033902217725,1.0155724810314626,-0.253656773593,-0.9185846106149952,-0.5319318000989913,1.0060358344499682,-0.4607547249349951]],[[-0.7053723809185151,-0.7462330124263333,0.4873259071861091,0.8223270273698237,-0.07134916971603658,-0.9738999683521197,-0.16623179957397197,-0.9538415376879161,-0.3092114716676234,0.5034654666010802,0.8782335891897318,0.14713503813274745,0.47031682772972294,-0.1316638341770834,0.12970814977067896,0.6297058059337818,0.6143012257386226,-0.16434583645588446,-0.7392838577959618,0.8047956331253588,-0.20577512551441715,0.4195657421068842,-0.7293253597019801,0.6846467368414895,0.707876970632802,0.3456093108011575,-0.7644561817848946,-0.052541691059164376,-0.07657748968801192,-0.8430486405585893,0.05511052051554675,0.30818927983864663,0.26036336878791094],[0.12042606603377964,0.5698014870990183,0.7967281585279841,-0.722548322440616,-0.5765023285875859,0.2659240556165685,0.1503316232293887,-0.6794348960283907,-0.4935298160171418,0.16479959462457347,0.5167671100248796,-0.10012124331339832,-0.1185828041832691,0.6153464606426288,1.2333834117114097,-0.29393052551533316,-0.7078210241385318,-0.4625191364224551,0.7677737791287378,0.27575033396652593,-0.7109587309563595,-0.8661494971692865,0.05325625894906691,-0.3413374968913374,0.4390587351627251,0.4634242244294042,-0.5427380023224395,-0.5522246992215499,0.551622730087092,-0.04202380929036824,0.7119092970670206,0.2005313490408654,-0.026892884199722474],[0.6013628733061293,-0.1614563878343744,0.6026001689297048,-0.8900581276345296,-0.502349052069027,0.19224732028962407,-0.12093822529853981,0.03701624642623522,0.9519174354677776,0.3412860752209455,0.3408725760155036,0.22244113238424557,0.3977334878080783,-0.12491639181020904,1.6318966623850848,-0.38472692264613756,0.4757636894042633,-0.5481486021904896,0.8892097944366937,0.18512672794487708,0.6071019688680648,0.6788112426691317,0.9590291926044731,0.5278290215000326,-0.9822181796537202,0.3417746734237557,-0.4935521649763977,-0.5482638892907118,-0.15741914279963923,-0.015358499677896336,0.16640637819022808,-0.2944727552129204,-0.44638828088391896],[-0.4175055255137454,0.8331826573408692,0.8391216348746712,-1.0064575439380383,0.714819858754895,0.16667983722368715,0.23129834328440468,0.3204734215470384,0.9268229764086592,-0.9064598714166435,-0.5444025600813681,-0.44851986764544793,0.6919214638859341,0.7579782261267604,2.6168342774634947,-0.4004450697683934,0.3885102638303675,0.28020378662098866,0.5231233907056394,0.27400422533475643,-0.7879169169825253,0.48551170265597043,0.492833494905764,0.42370932330166894,0.4097381592780838,0.7918508050419456,0.5057140822280937,0.2961974206614861,0.38088662601606404,0.7603854823417003,-0.8764141433214468,0.9304254805154946,-1.321545134791111],[0.07575651629167404,-0.16684165554716515,0.9316331145056652,0.011755239794660139,0.5580467759885196,-0.02708014717781696,0.4097238703865117,0.21825197510787472,-0.30728002194131604,-0.34032169728064476,-0.841919219962053,-0.5170710469379549,0.4197117464107806,1.5202635198200427,0.6926311966232813,-0.22310677094225023,0.08689663905880864,0.811053697348821,0.09900454756867051,0.162371577334077,-0.20645760322108525,-0.27618139589824287,0.5644395367853117,-0.44130423615487924,-0.6190257221397162,0.3849851405046053,-0.40044835402019824,-0.9825536654685945,-0.6012234832153038,-0.7124352486780196,-0.11734283648635645,-0.8132354331373144,-0.30453023104037014],[0.30751796250696034,-0.10569964413374405,0.4296411027804831,-0.0396548384273084,-0.6549310338940806,-0.8906339100107057,-0.4602683000043835,-0.8515189751290003,0.02082804411027965,0.1761402116300972,0.7000960371355617,-0.485257931748738,-0.7864772122252023,1.4714652509269266,0.0347111224883903,-0.4777660369170403,-0.670650236467943,0.5975118671468914,0.06346406804322412,-0.7272677145114628,0.6324618964773686,0.07659187013435824,0.11674273991997423,-0.11702081113801657,-0.7447782695769414,-0.6467187613457339,-0.3932109626398827,-0.6990708480467194,0.43855968260535194,0.5892614122712561,-0.3702162261996435,-0.3280442889528727,0.8253311070731124],[0.6746588630381635,0.7139600688972788,0.4192294883798131,-1.009751400130745,-0.06120471142446606,0.9052403455950486,0.8013851014270882,-0.4280434619425631,-0.7103427721473211,0.7171272935454095,-0.3226224650538443,-0.13424730946332325,0.24755241215264034,1.0901418365011404,0.36472911919277323,0.6337922898586837,0.8493026968682914,0.34740744943103546,-0.8903244773176275,-0.7448256652480275,-0.06710654282024149,0.7972523333074966,0.6932037590325972,0.7812624657212639,0.5679087375849147,-0.565851167232894,0.159163307983954,0.1393574524046904,0.4712161818975379,0.7667496512340424,0.2726003994894689,0.022323338629579692,0.604913633773019],[0.42049960886941234,0.7194690293750553,-0.03212402770720862,-0.8882963987026126,-0.9105287334855238,0.3716822354104217,-0.7796052159521447,-0.8361570630988983,-0.9110368906911521,0.06264185539921477,0.03083637546218026,-0.8978647385998697,-0.06975053065632457,2.1789336236638905,-0.16070869848708685,0.33367171151437136,0.36728445302235796,-0.9662654268528273,-0.6376505662335049,-0.673230155207367,0.8424222710327681,-0.4906249443402668,-0.15777007316364516,0.018772896856668195,-1.0122487933840543,0.654164710950085,0.7937641267195308,0.536103900395074,-0.6927146578517188,0.17002002134506775,-0.06622870449873076,0.24624101362488524,0.8799660291906992],[0.2692755783837964,0.16065317680603378,0.16874662426254533,-0.9811364407066316,-0.37558476191112866,-0.8440164499283294,-0.2943786723311302,-0.3469654873876413,-1.0114991324590377,0.2972159373814845,0.2291141873512123,0.668075005792133,0.3276732025000422,-1.0562890418959598,-0.6444181895211234,1.295953845248076,-0.22343287396938802,0.05707197613108789,-0.5219736820771991,-0.4457242826720413,-0.7544835134314195,-0.599189728280976,-0.44015671207597434,-0.859592625439993,0.8762237481420446,-0.10619947149215124,0.4929267430336309,0.19620496397169138,-0.9808589030842814,-0.21471302004231557,0.855474999240672,-0.9288991135194723,0.5326530674631472],[-0.3307703690258278,-0.6777255822654912,0.479967551211973,-0.1522755005785654,-0.010540766767974795,-0.9851267268105596,-0.327271084935656,-0.3696732781938601,-0.10735096660593235,-0.07074397476337904,-0.11812203454575812,0.6964980865132306,-0.8980871455301088,0.3638609125745769,-0.9250115622659177,1.9544769009203644,0.4581919623215268,0.45188463065070067,-0.22685835738400476,-0.1904198198100609,0.9337027354956049,-0.36184124357455116,-0.899066922853579,0.0482785852528114,-0.4846378546564197,0.651758910941953,0.36958833911995287,0.511828710860733,-0.980094131227642,0.4076425871967007,0.7362552040029786,-0.16931386816384006,0.07591264349661285],[-0.07240317123941413,0.7646215564190368,-1.0497516866546215,1.8431069899906802,-1.052853079297068,-0.12059430064694406,-0.43508551947907714,0.4888967278386493,-0.5906735407556535,-0.9740434499021963,-0.4037346322257516,0.00505000839692814,-0.0838791276024773,-0.012577682856334312,0.44296302317015496,-1.4600043092569803,0.5902946274398041,0.6898254301374547,0.07792718953004382,-0.7034264066856898,0.09248498823418091,0.4770371521570213,0.43509852850211655,0.48739339610186927,-0.02531378282730466,0.022997722256689727,0.4794668287460548,0.7099104212344897,0.3572330900672823,-0.05384057887159122,-0.9503521490427981,0.32213887929008217,0.7370049057529711],[-0.40412226698379283,0.32771847354369027,-0.06739178181740506,1.7521557392140388,-0.5986525430109717,0.11639890276380677,0.03322301007111453,-0.9743975891651971,-0.8629419890871073,-0.5975900408750487,0.0742412095202227,-1.0252197820033955,0.39720233979463787,-0.9550577120884315,0.0971692676311064,0.1869619944348195,0.15902653358555022,-0.0792515146847277,-0.5656259148531578,0.7929446711986958,-0.11139226775486588,0.7007483214709279,0.11624479138441256,-0.5915982663586989,-0.7105577292879334,-0.7646751001041965,-0.561512647158142,-0.8599757574393342,0.4453623347382472,0.41417209212806366,0.4051384173313764,0.5749754095862791,-0.6620427606532293],[0.17296791814370507,-0.20465661048017308,-0.4980818750016759,1.5409176101899666,-0.5582518251844498,0.12084930672987068,-0.7420807607345408,-0.22914591328576775,0.2745751106824011,-1.0308178023156922,0.3093970461802454,0.7860313504577832,-0.09078648615689239,-0.567179959573435,-0.0591206103138253,-0.19878993086451205,0.12959287614708492,-0.8688527672291634,-0.17346716359956132,0.3230494675836071,-0.8507384635606792,-0.4992432720847734,-0.4246535581295928,-0.8828408159716029,-0.464398088552472,-0.9557688003589798,0.10062032350877143,0.4531455515950711,0.44005006965933735,0.8676414095147236,0.7780246564931618,0.6682668916995212,-0.47292096026855357],[0.49313416034379215,0.44322565415810544,-0.49351609694779985,0.6203979385460109,-0.3293791450899205,0.8552151527668442,0.06106789311718594,-0.18895003210445285,-0.07345864795321948,0.21132235226860255,2.4028814636347233,-0.16888965003417034,-0.40750356939936405,-0.7654913727744167,0.33849243900595044,-0.8391787210608016,-0.3908583364754702,-0.7625692511572669,-0.1923238981856381,0.5163693109416074,0.8809756205317845,-0.5256758654832195,0.7042835136292779,-0.22085450670712348,-0.4802172650615936,-0.3188738963326438,0.8770886997723344,-0.9292511361989585,-0.34373284541872895,-0.637229333258472,0.2445972687928028,0.616666281048235,-1.1155613252197514],[-0.1115346880966029,0.19923452085515037,0.7756868459843239,0.12387855358153632,0.6323811718130474,-0.9864098060398858,0.895178475488043,0.4348894625243564,0.2636635402650976,-0.41493187783777713,2.522064786665484,0.6994801314807862,0.20958927497909283,0.7882116855326122,-0.7962376382299899,-0.20558361732226194,0.2071457664851395,-0.3314071830076222,0.1871461873430934,0.6989727496303025,-0.6744074377971442,-0.6725858354857933,-0.2592205183201597,0.581087290120934,-0.18974258926045331,-0.6601046251375797,-0.20923349031964122,0.8568365000685301,-0.9503900847509127,-0.5395818656499308,-0.3532901835177322,0.32506958818631104,-0.8468467908534351],[-0.020977537744839812,-0.717634507264866,-0.9126403759570958,0.6789613495856337,0.8025766062144997,-0.6276346082083996,-0.36729441817083514,0.25753971702469686,0.1920689472661617,0.42025753026927226,0.4173311073141214,1.1209803217038978,-0.8714637279833524,0.6626490035641652,0.6353402499305943,0.7773688769024931,0.8510093340025504,-0.9808203764400285,0.5408056402533695,0.14776319993186388,-0.4482388061943247,-0.32513961916839235,-0.021693464916252684,-0.22490295138978209,-0.025309754293990277,0.12243812955667707,-0.06534251977010128,-0.3341479536544262,-0.8989464383335006,-0.791454113047659,0.7898889652071756,-0.010578543087648797,0.7801527218011708],[-0.9049635955816506,-0.7352418644226314,0.20222019556550522,-0.48254510418377317,-0.8130522120409495,0.20944980248553832,-0.44227640341092495,0.3403606330760449,0.75556883267587,-0.3753373326370908,0.07417664057691196,1.462607276670494,0.8054853837604447,-0.08983856068098278,0.2735049242097273,-0.6471782032888909,-0.16333277784678601,0.7512153925541676,-0.3978714228606054,-0.9598549802011891,-0.3975805041634461,-0.339769142721045,-0.8940865528337355,0.6960990506323894,-0.6269755865808981,-0.5918865728286021,-0.19248299160102145,-0.2752272128215368,-0.18160865199593557,0.1936496760270406,-0.08479101375267763,-0.018064993355480202,0.021959796677483014],[0.02547415530688387,0.3324856434662638,0.5441899859674476,0.05863557529497528,-0.3335725156564519,0.8464133234619245,-0.4928566763064219,-0.33750507965390214,-0.6220260166943897,-0.4754993456845965,-0.6144932849014021,1.1063780511390235,-0.70325943366715,-0.14197281680891868,-0.9736360620029154,-0.294772552705786,-0.2645818198093756,0.1412414113746457,-1.0332971712487538,0.0567183189940433,0.3664748761649499,0.6779029412509581,-0.11770143053491605,-0.17869793460800545,-0.08063590506484386,-0.48315900916478366,-0.22931681512761515,0.7506908429298487,0.2393248864159936,-0.09196770378473315,0.32050869141221644,0.8288904875080536,-1.0019731115565125],[-0.9725275247123849,0.5412112483173912,0.748775868668321,-0.13942219752223275,0.7406286188836048,-0.6828860955867965,-0.21397950550078676,-0.3757762070874626,-0.3119724675224426,-0.7474160890474754,0.2185095667455202,0.8825107815549136,0.17907695350753658,-0.7931160197843458,0.19007458768885507,-0.8095363074985998,0.36622079555350134,0.39198128975998225,-0.9229992349178971,0.4548235182576696,0.13684038275247215,0.6209658193798807,-0.33497497722868946,0.4007207893776309,0.5660352765285843,0.18862789222425755,-0.3573433782275888,-0.7059269666945774,0.9677370248206225,-0.2696206727193482,-0.6013911313850863,0.7152401604729406,0.5032636930165209],[0.8002099528688831,-0.4701991343289353,0.8542666215506254,0.3611345057919139,0.039943830791231025,-0.6745687922875017,-0.8051256522255767,-0.700628096505101,-0.26793644597196054,-0.2323912485224859,-0.5407596791154202,0.11850395151660606,-0.9576957955213458,0.5498301147705197,-0.20681528008995084,-0.026593169155726765,-0.5189691700310303,-0.3356389666076854,0.7353932213410378,-0.11268251442520624,-0.6141415558828308,-0.9931683905227403,0.26386615294095633,0.20883220597926197,-0.8369508137495664,-0.8996890494947478,-0.06624758246585752,-0.5277747666313828,-0.448698436291788,0.20984081066004787,-0.5185953391166895,-0.02623361733280075,0.7264086360355494],[-0.35435105027653035,-0.57486088261773,0.5496854788231562,-0.17399166981425093,-0.02596046649682135,0.08224347038781586,0.566809633784759,-0.9119929467999406,-0.9001806224289158,-0.5872528222605171,-0.37630540811833213,1.0635539769179165,-0.6548193684498733,-0.8274007525925223,-0.9350477471090082,0.9245614111087467,0.02491242783139421,-1.0151783210477823,0.22492065580684023,-0.7286954774468684,-0.10951540100881271,-0.04719325115443391,0.8668724072463504,-0.35124751533758636,-0.8750948010634195,-0.4222164782840252,0.1759799632094874,0.7178395771631687,-1.013651170150674,0.661717960649015,0.11740878689719787,-0.4723825081382353,0.32042935666079797],[-0.7570005698688423,0.859058676991385,0.20263663656195402,0.049983626754322004,0.6205558099101927,0.37154520666807583,-0.5963539388554796,-0.8082010118168073,0.4980266286073723,-0.3070963433859006,-0.27186445987521757,1.7356960158353487,-0.28497246059075326,0.196304230867054,0.7975446872618281,-0.0022074438607805114,-0.13233884032284132,-0.2817107242747059,-0.5502934922201019,-0.15301864157488348,-0.7434974866447754,-0.3525381535602653,-0.5547188865622168,-0.8961709848457234,-0.21714744602096353,-0.6386899547229641,-0.6002173663379219,-0.3829454626677029,-0.8309016969421222,0.4062143347958973,-0.7925770894290385,0.33190224688967485,-0.8351134502365873],[-0.20417844887032105,-0.7485220224352743,0.45923112375462544,0.4936419155217923,-0.8368492195620193,-0.6283743259560477,1.2982106721533824,-0.005044788948140293,0.45548629093940174,-0.13922950685630517,0.4505257361716855,0.2968306229762331,0.5223442888766714,-0.21755048310763753,-0.1180431844521593,0.8847503477988625,-0.48466311693465486,-0.15784635123546886,0.5958157023346049,-0.2871039462964425,-0.0110872820100952,0.9797882566694359,-0.4407993362248079,-0.4514628095356024,0.5268334911156137,-0.1391383254266085,0.8626613406978276,-0.09395223680988919,-0.47756237016856634,0.45075076330878383,-0.8344817785602237,0.8318835860207365,-0.10784169518012503],[0.6457459135135888,0.10865340829688254,-0.6070822477311155,-0.5228968023695274,-0.5649293996691077,0.950081429647065,1.1466809414249146,0.38163127674429387,-0.16471076250034594,0.26668635519225886,0.20631454807234517,-1.1234427786623664,-0.5362006837904966,0.25356144409281206,0.29019338899511155,-0.725436121950803,-0.7323663135930235,0.5384689179276211,0.5683336397799252,-1.0273534883437323,0.5596894698668321,0.17388258245531396,-0.042782198629233395,0.3508228585825023,-0.5869093044028706,-0.7871055270184999,0.3923451670670864,-0.3899835456164593,0.6868905073689433,-0.08084723385787335,-0.6942445444312679,-0.8759269896038485,0.06278636358002138],[-0.3577277343391988,-0.6814265167790299,-0.9294116254908005,0.5862685797427641,-0.6601102494640821,-0.41851725981063204,0.8602580984851562,0.3233989892230278,0.31263246930733624,0.7291149626436457,-0.08376108262590379,0.800280428719178,-0.5852223518081081,0.8418477799419251,-0.05227599891950754,-0.6283217043921316,0.36996789235080135,-0.26977815049666676,-0.43631056803086293,-0.09333046957983851,-0.48167979836755503,-0.864063734746141,-0.3266662015156712,0.9798605127161035,0.9758466187789132,-0.6955240300458508,-0.48910306239746887,-0.993897513078882,0.6377607220825073,-0.5155512896861276,-0.9786402956220189,-0.7562636774093473,-1.0220821077751892],[0.04750173211339327,1.2310083561893868,-0.488396709045454,-0.501589890103161,-0.6186219880444862,0.6122951617216271,-0.879580939504297,-0.8699109461873223,-0.5609454495497092,-0.2705412973985202,-0.37626699797761737,-0.4415702338561708,-0.3497011733500875,-0.8759754255953164,0.6813840797848278,0.44773800482899084,-0.19129808639370746,-0.5763742667845809,-0.9776012934338647,-0.3456572562546629,-0.017903941822703252,-0.5614405436722867,-0.5565130978145967,-0.09690046768177112,-0.09000085477633286,0.5844986259582916,-0.26907358794930475,-0.08726709767060167,-0.47890026873722924,-0.23238014475255003,0.7185658097427189,0.305575215600633,0.11796114960403313],[-0.467363880269468,2.1019405681314467,0.6143654882924439,-0.3199174955190861,0.24366598299239653,-0.45487832978651765,0.17198670079186226,0.28382868097283437,-0.7415846692873725,0.06664770121938038,-0.5091291422704748,0.008729293302543505,-0.2412689376598912,0.06277227998896,0.5131441657035043,-1.057240409329273,0.018544678379667702,0.2463920575434918,-0.5873008555573241,-0.9483556718418823,0.22167652357290715,0.12932744949135078,0.5663094549011258,-0.5761093466194401,0.868408269473909,-0.47449854560516175,0.2961084040256587,-0.5175095961600622,-1.0010480092465002,-1.0321882656322632,-0.29782738412294174,0.19693442635320518,-1.109697815543785],[0.7895879990131854,2.0824867609408084,0.16326309699223449,-0.5279040969011928,0.6828909874892081,0.6309053213759939,-1.0087877004016899,-0.09123753836057799,0.4448540099867982,-0.41819836550322487,-0.6287132681156119,0.9015220001960467,-0.0198481279945773,0.7562234083068381,-0.3332629318844742,0.7890931994882024,0.5667552856172784,0.6865425567494088,-0.1468529198959939,0.23760106804140374,-0.11051947453727101,-0.12113808275459781,-0.4510786679283402,0.10507670678707177,-0.2809847029222646,-0.4561931132943704,-0.8680163892805447,0.8457397518701716,-0.42314412137583785,0.8611111819435598,0.3490569665988765,-0.9234076560763886,-1.0269297899347742],[-0.8753185164084067,-0.24688620925921573,-0.0010422400699069126,0.4899920642795901,0.06839970804498002,-0.13394708464342805,0.8706564258478136,-0.4608359091457532,0.7436498145144677,-0.951868535851585,-0.8572485553566414,-0.6265820380634383,0.9229139779327153,0.8661714458644975,-0.27430851617505503,0.943693666704486,0.2626274043852311,-1.6378633824865716,0.36820958572576035,0.3150237154336393,0.29666117414716103,-0.17030107825245655,-0.7460027844665894,-0.32107641183451197,-0.0016525877531709536,-0.9615710090909431,0.1262538102084624,-0.27015676900690205,-0.325348609087361,-0.4826559585339367,-0.4347773379055662,-0.007596782735155388,2.028709961129764],[0.24108410589290868,-0.8948028502733195,-0.4166697622372875,0.37803854268401355,-0.04630179607197413,-0.3002804059647303,-0.3381631850857618,-0.750069652761034,-0.32410979576682203,0.1680165450749313,0.7879930986024554,-0.502014966297226,-0.15650396304282554,-0.7711896757644976,-0.4481453845245579,0.3544770106652935,-0.05886369962399486,0.17732423430935776,0.811803529499962,0.8025529349921245,0.2743535709944594,-0.008139158117228727,0.7332918202726249,0.5441953719502393,0.010848992359031941,-0.6696014598109696,-0.1988387642862621,0.8984186859127983,-0.9211078769066032,0.3203476282029728,0.7288444266256351,-0.14344452877508412,2.6394904944028146],[0.685097314835403,-0.9264771766912109,0.5303935150240615,0.023381438670441883,-0.5320834142701294,0.6488218625836575,-0.3243638281139196,0.4757839103991971,0.6034846770371118,-0.6866121500906018,0.5582660223710804,0.025226890067799917,-0.9481388276465019,0.39529669923248967,0.0993924698760396,0.44136252983512786,-0.9208759153116676,0.007681348423252975,-0.9550390475516435,0.7063968539330665,-0.4302197840524042,-0.0033196792228897876,-0.19115758346147085,-0.7420132615005857,0.6887256108708757,0.46047339434636403,0.37935910335997336,-0.26448985061519353,0.6190732556878389,-0.8586334574563952,-0.8334228639191668,0.41311871319573795,2.3993523712158655],[0.6385986537309273,0.32090150954322544,-0.5419957566684777,-0.08614226778296478,0.043191263696534046,0.5299701683884054,0.3572573965399755,0.3777259926095969,-0.5305655453232424,0.5907354381791098,-0.12063019598132904,-0.9512978317702709,0.06740483579308931,-1.0334998914016886,0.1575990771963959,0.8135475914695475,0.35356080837642034,-0.1528105478963733,0.15212693944944056,-0.7189293699554221,0.12120431911078973,0.4232047128552691,-0.5399414853876698,-0.12850759490315994,0.14365491698085184,-0.14140180597239269,0.8269184278586792,0.11175419645379488,-0.8373813201788165,-0.9736947647699052,0.6104312062318512,0.7778943661649419,2.263296237747544],[-0.6379542576242989,-0.32420980597755883,0.06397806581303268,0.38998246466114883,-0.7577622561339712,0.6113264051307983,-0.7769105176701622,-0.7507203243732399,0.73399325115344,0.11173430718661335,0.47013861025816667,0.6762842548470432,0.6057051170391384,0.2501215720648993,0.7336267737056261,-0.699489237819642,-0.23695199637296277,2.0611196610742497,0.7444428405994523,-0.13969804141169498,0.3429256237507087,0.6883128834631311,-0.4799266241519763,-0.7362204119589795,-0.8840814370362431,-0.35248088128458405,-0.3695449934175668,-0.07517028317164276,0.7152719325612925,0.5550656828822016,-0.03371802165916293,0.8009850466692728,-0.4396381413991117],[-0.6592738154898664,-0.351818872315258,0.27374511095106024,0.6393253440548115,-0.4320781650844491,-0.16662575797384804,-0.16087426848034417,-0.851055312297768,-0.9533678787311746,0.8642125633317064,-0.1789955056204474,0.8346563758456095,-0.09542969851471564,0.31567421947235363,0.7028676068785185,-0.7481214922051452,0.8568404944294828,1.454049208331223,0.20207034863631582,0.4791471488747451,0.8303091522764755,0.8666741039896005,0.6023001608235957,0.13808673480616573,-0.08105068780124701,-0.02082435305737627,-0.7223660738676553,0.662253091712129,-0.522142713437061,-0.14578942913610166,-0.5533685396053545,-0.9941653452771019,-1.3209686343999616],[0.5140925913975195,-0.5445562358105198,0.6675037547988267,0.6559470960709353,0.4598198965076684,0.8958746250828724,-0.30644838998961166,-1.0213324548073548,0.2749132569781582,-0.012652619705967899,-0.11290611530350361,-0.3574394118711524,-0.41263542523768953,0.3284875364239956,-0.3175073335978184,-0.5607138525681958,0.8447724666439768,1.660854001262811,-0.559436497122082,0.4771121635263519,-0.6032686938690481,-0.4358412202869129,0.758766463446141,-0.19253826839289206,0.8221201035860404,-0.09764636568852668,-0.6855589786800501,0.7603716606347413,-0.5704510167366963,-0.9249828561148385,-0.09848376073528815,-0.7780112874567915,-1.29920414719181],[-0.41117323432774666,0.40570681062127395,0.491227970936529,-0.8792134244041729,-0.5948400203953432,-0.5870280952552246,0.5586373823672255,-0.9926724180761308,-0.2318650102307225,0.02936540341361198,-0.6833513923840786,-0.7898494300691543,0.46798020610302044,-0.11942522474414465,-0.27078351782388993,0.5523885324212333,-0.9895397029761838,1.5033664102197108,-0.5273147041408583,-0.0770798742779693,-0.41100699279977604,0.39792349426099516,-0.6666541044427173,0.046579961308283756,-0.41592363806964827,-0.960325781851546,0.11158822885768162,-0.110555191701687,-1.0077381086578732,0.2770729273141384,-0.9011756182146311,-0.4299148115730572,-0.7066201575869137],[-0.8602523715098358,-0.7603263537249089,0.01913680798442955,-0.31803137209203025,0.5003916925895914,-0.5354006820007774,-0.7045922010286311,0.8259103942164446,0.30681325543550053,0.043809487201677925,-0.8883702904093337,-0.1475638323987738,0.4466951839331189,0.07220813625918472,-0.5961075664196703,0.6628262646432038,0.4089841180512331,0.32675095841479146,-0.6131149362501855,-0.0014212567766412351,0.046309921443991424,-0.3518651978702321,-0.7675883408886364,-0.8031375867048773,-0.45687091098689064,-0.40602245048747104,-0.6683665369112807,-0.3973093205825192,0.49721247391306084,-0.29774701853608726,1.1686133877089648,-0.6790492402183137,-0.9328893816939623],[-0.8149465355338051,0.5962138273509854,0.7727387636368369,-0.8319409531037057,-0.7437778950429432,0.8149402103807839,0.3696808090362886,0.3312756871583077,-0.029268981764526657,-1.015302924475288,-0.48365193626254027,-0.6890567757983178,-0.20115196219046827,-0.21425903452999895,0.2098391932804857,-0.42286253051586453,0.7254383212135229,0.6721369304930195,0.4639441480133416,-0.697105836699178,-0.13988437749469787,0.5720243362609166,0.08445525045002542,0.13811685744887175,0.6555034739986528,0.05503512833021241,0.5088958244698749,-0.33132093097934073,-0.19310494833568126,0.7997895097775276,1.5479315957525703,0.41054576917060503,-0.45889890592176036],[0.5062331644100743,-0.6510128240597591,-0.8987597284672303,0.1963307324035487,-0.7380409073256475,0.5768447326115576,-0.17761794185154156,0.388513558116855,-0.4826263198330598,-0.07981704363572542,-0.3640101520769743,-0.5943304370594379,-0.34969749053865334,0.006953998403287931,-0.9048147376532266,-0.7465981206261239,-0.7340130716810664,-0.32757559113705,0.4332342004199662,0.6919376213945843,0.1900751431319713,-0.8119783407394379,0.9480255117615294,0.846885876421223,0.23822376416048685,-0.5037788511822017,-0.9257441936424328,-0.8698521453153709,0.5783235270351345,0.6316979342151575,1.0896824878292222,-0.9353717925298384,-0.4269795286811892],[-0.3281922494153214,-0.5296488280515437,0.26397843651022596,0.43019902656989617,0.7031206227385081,-0.2328251114499563,0.3750158781252492,0.1740862911281145,0.9160176969856773,0.389312332911125,-0.4657295022245702,-0.061881663507829136,1.5434678305493443,0.24982863174224723,0.4243524368668634,-0.3908209900802032,-0.5127057869382483,-0.8741493645988938,0.016870819805355666,0.40328580777984124,-0.6894849791961941,-0.3924540235292445,-0.27453114179344157,-0.767859934835562,0.1660032256053859,-0.833074874598745,-0.15413252563516922,-0.007497195747816442,0.30539938607585254,-0.9185102747926542,-0.8099459156759452,0.00038527022081986446,0.77982720947008],[0.44251615707000075,0.6216413636833453,-0.6672602490427931,0.2714154573037475,-0.06263954290323981,-0.41737082627983607,-0.8943758885074584,-0.5670671746834964,0.09493256959835163,0.7268911946052289,-0.09370047997441075,-0.8321043769236957,1.9945084537785371,-0.13094331767681977,0.9034058187270767,0.7292554626932785,0.821136495691344,-1.0270833582129049,0.5252927625094191,-0.46268222875164283,-0.2565707438804418,0.10747752513229482,-0.7778537397858101,0.3454624474595302,-0.9006471380329598,-0.6308317559179645,0.8058148063866554,-0.3198268763685104,-0.25700637904296486,0.9233343219010103,-0.3443971193001547,-0.8606361356947473,0.08690450946836795],[0.153902652051827,-0.3682133630826933,0.1985045072657773,0.5191678017586286,0.2595640285845372,-0.34690032065724874,-0.05451426913756644,-0.18053340632429332,-0.7549261182825018,0.7998441987859666,-0.16139082394979562,0.14221008942232932,1.4733641220874938,-0.8413868386900984,0.966638003157589,0.25856283369750627,-0.3487621561123861,-0.4682314242083307,0.8573924076587325,-0.7296673386405681,0.30227000668310633,0.7753279066788807,-0.31924353802075384,0.13582804571172558,-0.4499580465207028,-0.5696844399091686,0.7763050635106917,-0.47088509502686043,0.5976737957717675,-0.8432809321428568,0.349854054976762,0.2048815853557317,0.20946698552664944],[-0.4869769383446624,-1.201735217679255,0.24713847159028968,-0.09858904728583344,-0.10658962645388055,0.09874144423320955,0.9087917818673926,-0.3491374065340006,0.9573533348415376,-0.5604673973757822,-0.19692175335740048,0.8687905416208372,-0.23217436888879467,-0.8648427402457918,-0.7980519043473131,-0.19842391950051053,0.5996897124964378,0.5877932445045609,0.6078860648956623,0.564304576016732,-0.9442763627375984,0.8630732468311075,0.11394756417657832,0.724402899377953,-0.6534888785522684,-0.621503802269679,-0.5218563022372499,0.393889932460108,0.8255955084916775,0.7185675416697255,0.3225818274554884,-0.6231219380250752,0.7024437753597239],[2.309193519306145,-0.6287055058502296,-0.06686790535903091,0.2792105320359567,-0.591520355722977,-0.5985327395121525,0.5497648451373662,-0.9245152786259561,-0.9200565137847848,-0.11019009114186469,0.29132760801643354,0.7397653403403708,-0.79126712168255,0.5763611214455524,-0.6807417102453996,-0.9003919641988509,-0.4657342599154193,-0.002096355716566524,-0.35579630014513774,-0.31332829026318393,-0.6162527674591887,-1.0074854824282546,0.6852782024280448,0.49618829889965854,-0.9507251044439307,-0.5786655961623073,-0.633321890189661,-0.8568691162992116,-0.5443373491083228,0.2557942496719178,0.868725256443598,-0.6296555755147838,0.4408178481736539],[0.6369024570706779,-0.5181777272535989,0.5135258135771986,-0.9781511043678615,-0.0883043928734036,0.34114385464293245,-0.17907371863273333,0.48806781076670797,0.2950204614083489,-0.13685490950651755,-0.9253862970328752,-0.6520594330282757,0.844989373098467,-0.705093719224111,0.5550949332762315,-1.0180341216795654,-0.343237796411364,-0.4962585376581152,0.6673877756273455,0.33565149672656536,-0.7249793665340748,-1.0091429731104593,-0.6587232029905766,-0.05159132410282003,-0.25189812318913285,-0.6832416840758547,-0.3322235886876145,-0.8154989520467506,0.040320437836993475,-0.8915991666698005,-1.0859394395483126,0.9093970534476714,-0.8242303164126027],[0.839491162940277,0.872637090439717,-0.9462685684576977,0.1014749756588733,0.4833369144690218,0.5262185203533294,0.666386691419107,-0.11950151589344932,-0.7554402329674684,-0.8332184465384483,-0.4481112128751009,-0.13513900376865917,-0.903380891605115,-0.9546795042273657,0.5086068002937016,-0.32703307864991227,0.818472793176833,-0.11425081940819708,0.6684851861827263,-0.4282537336033527,0.3014325253383669,-0.5066976788078885,0.43722211044750137,0.6849032080276997,-0.46931349877585377,-0.1801798961545709,0.592846349862182,-0.6856183713065875,-0.7641003095939277,-0.4363471993827245,0.3460185587763409,1.8653543561155483,-0.44517284330963197],[-0.3868023415978503,-0.9207998152915137,-0.8188903220079512,-0.5859579146021152,0.5505648973315727,-0.5439062054398666,0.8231201822664015,0.35356830483957274,0.1955809374294762,0.4414945002779294,0.8796101299602609,-0.8778198935609954,0.17555876829472422,-0.652857273857288,-0.641818752551829,0.8828251435740377,-0.01777100485797537,0.6054722004619537,0.8267499207171684,-0.44463444454589257,0.135440895431012,-0.40871472388909574,0.21040773809852534,-0.6731646516411346,-0.33390666274938263,-0.6344236671146792,-0.3462911114574935,-0.5591286226994848,0.6528629893311547,-0.4985058096661893,-0.699123739456864,0.8596907804193756,0.19018325240127645],[-0.40740660856172606,0.3044017523429277,-0.6335551792496448,-0.2518553864841892,-0.30559364606119155,0.6680909012110475,-0.7742743740665727,-0.18900415960600786,0.20984527226149266,0.27256531713366117,-0.02922395981295803,-0.750059847221341,-0.598837358453639,-0.07346124567909217,-0.38199532939812925,-0.9763628665800769,-0.36972872729552814,-0.4818927225480784,-0.8795019326444807,0.23515068888630022,0.3153836678885987,0.02855199357158248,-0.45438571802465527,0.3062800642700237,0.1605254509991229,0.30467773772822604,-0.5660301925941679,0.7811121481604711,-0.24543981853542166,2.069669577730282,-0.5528565250079288,-0.4316656222242123,-1.2646712451646376],[-0.5066445803552537,0.10398770143721371,-0.3797623419028882,-0.4266551391044805,-0.5995335345792968,-0.5848797118572931,-0.023201188497732388,-0.07583028171298958,0.7125234297229192,-0.0825724325332646,0.3510883263072509,0.2206343466392982,0.19720386018903518,-0.387227861635675,-0.4958638355109326,0.6588892888723784,0.5174681673064621,0.2921711657669788,0.4439995284518103,0.6005771018225516,-0.9986398416081382,0.18257034323018492,0.3143827872389296,0.5029169028185461,-0.20056346384722526,0.8767478225972307,0.4482880745832683,-0.261792641467368,-0.9922873388153653,2.2567035184613253,-0.0572582906431614,-0.7561861333645067,-0.40811112282962664],[-0.28300807803092604,0.2754270292554709,-0.3412164651877357,-0.08702053267943329,-0.48114418080814725,1.6950359513214266,-0.9404662434253933,-0.16186034374887767,-0.27738961025708364,0.22938389748858284,-0.14770009856930452,-0.36646541121626125,0.4255201600153226,-0.05519036432892013,-0.9794888750107611,0.35311813339017195,0.8549865640849553,0.3218375225706234,0.32961400319840584,-0.7742243497477166,-0.3777940367995746,-0.043310087437625516,0.8851114350477336,-0.038510879718439375,0.2850879742831771,0.7341784442610982,-0.4492154086677973,0.3594024882593285,-0.8341332479738827,-0.3187195793161778,0.31896492661280545,0.7694592912374557,0.41378768431457935],[0.7433864916890358,0.9217701271475213,-0.6587584507752543,0.4555614597585114,-0.04239795317245296,1.6370298157743848,0.3750385199577742,-0.6085859744505939,0.3967743184576001,-0.4371516773518524,0.8803978941837047,0.03221627959377503,-1.0047277034173328,0.25157364509653146,0.7363196970305473,0.08287161441234155,-0.8439653894447203,-0.6820044354289109,-0.9511229669483111,0.03881138419943491,-0.9385941700679306,-0.43213728022479286,0.33835352475512387,0.8935423138120381,-0.4696980508027002,0.22128927511763324,-0.011713386616720785,0.5581274859081397,0.8564052897039275,-0.10213043036878534,-0.0639874669020125,-0.06646236611861857,-0.2678466803333779],[0.7415794088999995,-0.8531792004211656,0.056886944905495576,0.7028094760203687,-1.0065431442779382,-0.5451242904953553,-1.0069991071282336,1.25170803987553,0.5031800662766639,-0.7917221129275841,-0.80515728300248,-0.11731123255622126,0.4660013178913625,-0.29650693187272986,0.04338963359404358,-0.08317851925819872,-0.9799285519888333,-0.10615993618426986,0.9237184814494751,-0.6187714276373134,-1.0105999429789272,-0.8685778614265303,0.6845670836108233,0.6481609785469045,-0.9363884150710907,0.48064813971398174,-0.396521097572615,-0.34203860528195135,-0.09156380734678571,-0.6122806586623172,-0.43562981952990815,0.013918362464161461,0.16895606674673877],[-0.9144801980187137,-0.38361666819831175,-0.9572589218494316,0.45144245360908836,0.28930758367834736,-0.5283279386735665,-0.7948125592262486,0.6096334944109331,-0.6690360288855101,-0.5616925226179844,0.043696705687769045,0.5807676459368866,-0.5995060802157396,-0.5455366247560606,-0.9815067741177773,-0.3128360890281253,0.2646943272042079,-0.13497064671976908,-0.1554579527426452,-0.18140064847909343,-0.5480642194239953,0.15660772297505635,0.4417725709617826,-0.13977140248995037,-0.30062251887900304,0.3193094579716403,-0.9409227343664726,-0.3762632910467706,0.7711559592072598,-0.710648908936939,-0.40396423067302845,-0.20149907980563006,-0.471547723105578],[0.214520137680207,-0.0759753375608466,-0.5737821184079377,0.06859074547288806,-0.01729820933003933,0.09249399965372722,-0.5827132308048485,0.7808056472938214,-0.2506522139724287,-1.1263531537556901,-0.04400381844826534,-0.7163286487275146,0.6185400009608595,-0.9052597349391375,-0.013708999218456598,0.2671271363025878,0.15123279114277194,-0.36635955972535283,-0.4827921668471363,-0.8516584067271866,0.10944070198468664,-0.02819920425891938,0.19860927272430265,-0.8898694755939187,-0.2747698642949449,0.2999912347173329,0.7992405582274945,-0.34144412423672615,-0.8169446116052559,0.34074281150724095,-0.2299747452176102,0.9429926947809901,-0.3681796045870463],[0.18650600574396883,-0.7460343487697397,-1.0179133373305185,0.47258470837800043,-0.15454996784927677,-0.3821691526616007,-0.43381700607563795,-0.16623140845867182,-0.40772778082860095,0.2803271902748833,-0.7754749237296333,-0.28800687944482073,0.07461768861291437,0.6551472967945462,-0.2136531702096173,0.022938950866169892,-0.8728124134655634,-0.256190511533437,0.9052121438659603,-0.8057398785954755,-0.9045268136893837,-0.3499016376509958,0.5009427978343748,-0.4700930485950955,-0.1898237446870132,-0.3954220669813795,-0.26886228420282476,-0.7074467784751282,-0.7393750861516015,-0.3657404076836893,-0.8756501079202801,0.6323592758002051,0.31307486215126096],[0.766103788465003,0.030660031598535142,-0.10756954795423358,-0.3401562371962446,-0.7521893844796305,0.07855480311853871,-0.27028379493668275,0.757275305329638,-0.24518248354412778,0.9306478732915641,0.5760861151031687,-0.2541999730572764,0.027909628220166856,-0.14043077462067907,0.4326688893893782,-0.8335463468921517,0.03253525451527593,0.49314910408799995,0.11451478898144568,-0.4588962568156993,0.3938253468186485,0.41617497948682064,0.05766329876628435,0.49519933015829176,-0.6354774279416093,0.41484118821030225,0.7332908118822946,0.3958759161513653,0.7812723182455646,0.13017890708739108,-0.06477710683068404,-0.8788574383034592,0.7024474154881697],[-0.9299177129642174,0.019130777720547575,0.40120165966335314,0.12716756019620076,-0.5043697602312602,-0.6338370441429564,-0.8920596656093059,0.19155484292372776,-0.10849788041288501,0.4292407122416704,-0.05623862828462813,-0.8837742371855735,0.09469562902448732,0.8490725053241748,-0.20249371392168056,0.17254105129390285,-0.8388600338271481,-0.8646845615118866,-0.5023554602668747,-0.6384457118757431,-0.3821130556700215,0.7435468613144063,0.6403383164621993,0.39150976590608605,-0.7498267453289412,-0.6868154230125372,-0.3226591143533235,0.5885994986146237,0.8559474922197282,-0.5867307939823175,-0.9633281365841121,-0.13877002077040856,0.29661570211410904],[-0.9604039104149815,-0.9383151935252463,0.39938961086085883,-0.36057809794028667,0.2506581421658218,0.18478899243610042,0.1993499224465314,-0.6049101060531095,-0.22056038695543617,0.5203616467931527,-0.46641622110367953,-0.3417918647431054,0.47180967838467963,0.13056632417973954,0.8731661675925091,0.31409092414380707,-0.6400202421802442,-0.5165016281668107,-0.9027368241352745,-0.7655152165402773,0.7662727573958872,0.2888761699245872,-0.5665901553149413,-0.3739330891533281,-0.48917895550124413,-0.7686689298368697,-0.2975742620758621,-0.1827593002471618,-0.13295874321247697,0.18419703347479185,0.2794061697321633,-0.12101066796467057,-0.6299405701620873],[0.7245112523274508,-0.6182260570663456,0.1434949393144255,0.6086951215775471,0.33237533418766846,-0.19916060744012937,-0.7934452417500769,-0.11074032236334419,-0.21225904043076974,0.5861214742897525,-0.8614994221770976,0.31409470479995716,0.17704966335004763,-0.6251264977516251,-0.24530997720809608,0.7284596121167745,0.613570885493737,-0.6713761030386474,1.7825349788084783,-1.010557373605897,0.4663765160765437,0.0377522560910976,0.11902198137612148,-0.22277528184576165,0.5437970615234504,0.6617702565349437,0.31661208658794815,-0.9756201914233779,-0.16806121165049373,-0.944466200074053,-0.4153708510073314,-0.08872530788073793,-0.5548927660635913],[0.3308579162624922,-0.5945792906152401,0.32936171477747284,-0.06839545407117682,-0.9685294293685105,0.30243127586951973,-0.16485715899026443,0.6401910546175689,0.5380214486018412,0.7196426052813268,-0.11515162809647947,0.1715842209742691,-0.2019219353570254,0.0678247267932616,0.11647951697898373,0.26610652085849495,-0.1375271077862472,-0.16331948068935379,1.9540317366498292,0.18060568788297393,0.8147791938802678,0.7020921036579136,-0.37845670515323704,-0.9982465475583875,-0.8313078853227303,-0.3040077460205863,0.06280758480071826,0.9518358721352668,0.6842849066320384,-0.32635603652821843,-0.1351455489128485,0.5659184647818815,0.9320924404148494],[0.3896021257149928,0.2956391414039883,0.31329086393817845,0.844140787209642,0.4850279250011738,-0.17060830768751375,-0.6373449989106994,0.5380789402780728,-0.0061862436668415075,-0.7333101529821292,-0.8688532447195589,0.23256370329278347,-0.3817345140623485,-1.067980385489512,-0.3591497876014099,0.5203946404775498,0.12290362155239683,0.2607692403247673,0.6935938754817456,0.7815741246125543,-0.7297473133347903,-0.5664500383375219,-0.0026776680083869155,-0.08606645343367068,-0.34729448203603924,-0.8785868006957601,0.04403143189621545,0.12065380544861186,0.6184156462661267,-0.8665940559524223,-0.01926134442760009,0.09009015214600442,-0.5473131602133033],[-0.1979343249657605,0.2803649612383871,0.2529466613213937,-0.504340902084722,-0.8150156618673748,-0.2671605954518405,0.13537573317147575,-0.7684426500712975,-0.555269419597297,0.023454511388420283,-0.7026071271966615,-0.1713394843946721,-0.1355462153656877,0.49054649048920956,-0.7181264035649026,0.46542448545158027,-0.6523192717442438,0.1980330971589884,-0.5325658865566373,0.4798376040596155,-0.35944496986252605,-1.0040250510442483,0.24155941180672585,-0.4178138029366417,0.1239336691712236,0.4012312179749788,-0.5823674792073626,0.33144759076809904,-0.6345345064937428,0.7666856769891565,-0.7344187412269976,0.9478843076348809,-0.16582812397384755],[0.4289707071508849,0.43395783589896164,0.6408458611422572,-0.6040516796476665,-0.6811731691338688,-0.9124704659097936,0.16585861947751276,-0.7668564468992631,0.14205539589465732,-0.3304064438626691,-0.7861486316135552,-0.6448929396102465,0.2907735506636291,-0.5253912630880477,0.08855198590465553,-0.8187688889125949,-0.025462810779852754,0.546676083284367,0.8282504922033385,0.9152480566418728,-0.7890772467561212,-0.44670955615175717,-0.3315143425167839,-0.06456498436660053,0.4537244350181965,-0.9297350435453771,0.12347253944711069,0.7086523815308752,-0.7737971305310218,-0.1831602254647719,0.3497847555661392,0.216820776553318,0.8935993017404548],[0.16169397223579474,-0.3806966074269869,0.12451663670090696,0.32475509032433786,-0.07906987454634025,-0.06593239505104422,-0.2651049685238956,0.8046314099726808,-0.6114966381990611,0.9151384627461565,0.09830760303124142,0.6564622360997097,-0.026616620531631368,-0.8711312840479951,-0.028378768045058275,-0.16858119742255764,0.049355473660983175,-0.7206835609977241,-0.09748184116177729,1.2730541467294,0.5601394117585764,0.3167721731439488,0.09343715703639002,-0.9880900998671166,0.31562359216482727,0.23205583600659907,0.6529019328907364,-0.34063210524690735,0.2981322044401682,0.5054733215170396,-0.6555210604175749,-0.2882555431527876,-0.9015360943757561],[0.7281569307492177,-0.8474779375322122,0.2362536054525246,0.11142291226636508,-0.6434732380554506,0.8416432785813547,-0.42374920626852536,-0.5578844281482528,-1.007220610604816,-0.38291101496488933,-0.5318088617665785,0.47719436868802156,0.6871249247534253,0.08719502546322638,-0.5277140282975089,-0.694346791331777,0.6627822498381494,-0.5277307912291656,-0.1480597265209318,-0.22149403110937776,1.3405011173164871,-0.5870296983502604,0.41162771410348015,-0.2990353294617533,0.40211563744109546,0.4542055548086043,-0.4032581580251743,-0.0601469973694121,-0.701852730342879,0.699462862404322,0.398102765869935,0.4577128970656458,0.9608756458446344],[0.44868525122126157,-0.10934669328330417,0.8190766630144618,0.9163606529363757,-0.4890019110876842,-0.345745866745113,-0.2880276839580994,0.1187087836734855,0.025259914280325837,-0.5642072797326456,-0.5758435085952752,-0.2748781254365789,0.8335175248359881,0.8343327732279967,-0.3088605593379139,0.6686082958806657,0.2996428758154646,0.4556594112952591,-0.9532125994071833,-0.4158303842119769,2.2505422257817513,-0.24218575684630592,-0.47222439066150707,0.1504160622133304,0.48914562122455846,-0.2725702767654342,0.49464662160904094,0.05373885376425907,-0.693967397778452,-0.4296769215025946,-0.6841502143758771,-0.4133646754638044,0.8130193067729959],[0.8982348240671473,0.4600662403160389,0.270788187004294,-0.738435033404729,-0.9411505317986069,-0.4259117938480738,0.7301602611897516,-0.2335409153385344,0.24249904867758282,-0.00772745014108109,-0.09048735163665228,0.8311758066197957,0.6485902768984052,0.8077101106167636,-0.9320877116706449,-0.10870737927676832,0.5020425100488977,0.18607640751989515,-0.7161138686194432,0.19239941675803687,1.0487106871571181,0.049348153619362116,0.4031356803089301,-0.6769362086770765,0.038340185702392136,-0.09837898126420459,0.09590472060515508,-0.9090073425421449,0.7059729842764674,0.10250240335119597,-0.3318369454598949,-0.3876941920037621,-0.586445776754637],[0.6505391500127001,0.19654478607515963,-0.16806638053231907,0.6652000425471524,1.3333847924567925,-1.0119625520656288,-0.9236521756546505,0.5755925941783264,-0.49599408845135523,-0.7633886304313197,0.47086206889602356,0.5400531884736559,-0.9449645881186546,-0.24809838311794072,-0.23590524585905223,0.49921883187773264,-0.34635553120027157,-0.9227458788924223,0.18426901149119954,-0.16414021610708984,-0.8578734203516722,0.5704316028940176,-0.41580019379122835,-0.9887026594856193,0.9768329942210366,-0.6571591786983436,0.8457101396978746,0.0331712836789634,-0.33363257647904393,0.7144094896627533,0.15654305874713534,-0.9936834577463037,-0.7311598000223896],[-0.1343426036648106,0.8431588509740414,0.05423538256034002,-0.06132222954365851,0.5354040770329362,-0.5473328660134997,0.38154448887910836,-0.126659079547331,-0.8731854138653511,-0.892575628562359,-0.32116793589071724,0.13537304110590723,0.15636234819001027,0.25977357396483763,-0.22291179057548452,-0.2036471163254658,0.06017430373432563,0.9716903145471956,0.4373102808185739,0.5146721932834241,0.5378505057919185,-0.865499369518195,-0.25976455979544,-0.4138314456448342,-0.37112772986931303,0.1735898584258346,-0.40859089176075686,0.5603149032592415,-0.8891037286241625,-0.4751615353669614,-0.1649700877128417,0.12459013071603865,-0.9850461301113351],[-0.13152964638685297,-0.272556758816213,-0.5571415628115689,0.050872692156581,-0.10304130600832666,0.4363506393302119,-0.9472774958580453,-0.34685528827655293,-0.6091659973806427,0.7316789276097742,-0.7350606103596578,-0.8386334040278658,0.20514777763045966,-1.035639945639048,-0.06312384088037264,-0.7280921754937371,-1.0092200965197289,-0.5016223879622509,0.5360702858968722,-0.7303764794029447,-0.7742537817254227,-0.5481019343538839,0.8324541352967992,-0.48217679676774117,-0.5712382368391467,0.8837232780894821,-0.9875526399588097,0.6310857165874918,0.5076480826169996,-0.30613652625043214,-0.05233866925226913,0.23454655316499193,-0.012789892823253482],[0.14613415678046127,0.7429812343383946,-0.8599155694176647,-0.025526628844924414,0.5221361003254411,0.3143005945590274,-0.12550414300855844,-0.42451060293839515,0.8130602193573634,0.8291113936523066,-0.9675439631604155,-0.3479280997679698,0.5184507959012369,-0.5281709480571788,-0.2316870886004066,0.3035399053974676,0.7516462326645489,-0.4018596398890997,0.20843013100921728,-0.579098054469715,-0.5025967728555419,0.6682108225312808,0.0937591933203467,-0.7349967818233564,0.8392905444423364,0.42916374160740767,-0.9413830743867135,0.9129359396012086,0.8778124691761422,0.6879949945045473,0.497580631773243,0.5464507057378528,0.7720939584598207],[0.9241575289484921,0.35340726201652967,-0.36311062831548496,-0.4260099926226732,-0.04733964004822767,-0.8294985019404029,0.4364531782125469,0.895823626455883,0.7608059678647816,0.46522380880767705,0.26496096179138495,-1.0738390210670805,0.8477256608186188,-0.7431852989947674,0.8695584513025119,0.38139672268553526,-0.05392894460266247,0.4187946052290019,0.046150768663664035,0.5309770077972545,-0.7177364495242153,2.347810390742993,-0.856621289736121,-0.9962771833317497,0.19771885924197713,-0.2207635217052518,-0.5787546526813838,0.9334999407916208,-0.3818935756089929,-0.08808893810099723,-0.9844135660202298,0.7384186935833156,-0.7956632655641109],[-0.5018097323004399,-0.7700607923553036,-0.1020850567977051,-0.29675582110510734,-0.7389740716310713,-0.2544958452012902,-0.8134186505039788,0.3647807920501742,-0.7027249659265754,0.09517334869686823,-0.0669754231708102,0.14514413442028817,0.7339203523382526,0.4118346844277121,-0.8374730417264991,-0.4264587452919905,0.9523570726744435,-0.14844674603503902,0.19521165139092916,-0.0012270101248664132,-0.5895971493002752,1.292138981944035,0.4326510750311701,-0.2675164516298557,0.09740952928661922,-0.10544833749533755,-0.7987797241748625,0.6511647287575875,0.8687816518293261,0.7226623324068119,0.1906294123292408,0.37713346491225114,-0.13362243468011525],[0.42012285929545296,-0.9257324535886331,-0.9523562635907772,0.34151331822369907,0.04830655506117683,-0.6973849739208788,-0.8208829219240229,0.7403362922670407,-0.8381400695018255,-0.9343032956328942,0.016588125633532295,0.5440186897436204,0.2632944659637726,-0.6841906606620975,0.7449122664049629,0.648389463156807,-0.9856726298529148,0.17120059365941734,0.5759352905030956,0.1540193206776863,-0.39991423838863815,-0.42979136658705197,2.214361159779804,-1.1532340748051297,-0.5204418905749542,-0.6029844468272629,-0.6835404784948335,0.4992024491833176,0.0034760507430349912,-0.5822323244493292,-0.7095784945539786,0.5625804204737186,0.36643209751851075],[0.32834852714304485,-0.7199379970013194,-0.38290979004540243,-0.5567504521583179,-0.2859475560298113,-0.8039936814646224,-0.8829041291744877,-0.9691934121857909,0.6486112859932346,0.04233670455251309,-0.6250629038493828,0.35059274522694345,-0.9817795293236228,-0.9106823534572507,0.6383303439472491,0.21439861628827464,0.8239601837035357,0.6953649033341357,0.4818024846587275,0.02107909907515588,0.22114574660350614,-0.39242057053893453,-0.7856317866636829,1.7555574770230435,0.06074769666735551,-0.2593446528123077,0.027411807953035505,0.11045343895784736,-0.6191518462522322,-0.4545664281482034,0.18478000863317803,0.9775394783717576,-0.28976957301949896],[0.7345578767252324,-1.053831475011103,-0.39656929733475915,0.4347100648774452,-0.9983969832289555,0.44820312187961425,0.3919982900479107,-0.760603656152253,-0.7198971806071018,-0.9334363519431522,0.22860812982791967,0.7095182442314034,0.00226667938487621,0.708689263239733,-0.8973930725076041,0.4913456668295884,-0.6626008617199742,0.6880730648947012,0.6441863549005488,-0.2983985922753359,-0.8825213827967249,-0.19712645410323223,-0.0001271406207625441,2.711724158220599,-0.73758540746271,-0.8163404953814405,0.25789769336034535,0.12092090310727481,-0.6683624060689325,-0.4606711179224366,-0.9802340742445343,-0.2857228922334295,-0.7821912686214384],[0.8906924369230661,0.7042197963836905,-0.705481680551401,0.679962689651788,0.2159554933723406,-1.023028325908566,0.871180127513082,-0.1930988443528374,0.16310096579628855,-1.0120947106303193,0.1706466186654987,-1.0761848032647827,0.3473992918301264,-0.19038830743190807,-0.22878455571829595,-0.21598039656590332,-0.4133184273332004,0.43373461058657603,-0.1275208142324121,-0.1059107474111487,-0.980358330650411,-0.8828686113607266,0.1829471241083441,-0.04836768258511749,0.5675367953348185,-0.7326001798902458,-0.637996775502821,-0.8005578180968074,0.2891939334501062,0.38196324821873434,-0.49808648438365044,-0.8963725497331299,-0.3989770880223547],[-0.7937315523285055,-0.6945419737206817,0.7156122669762731,-0.6440588758497687,0.7386563174506667,-0.6246377379431016,-0.7135006465640528,0.17952943627594964,-0.125286063112035,-0.07896744482747758,0.3664395404457746,0.30832666666331743,0.550782808966219,0.5919658773104575,0.7818420029846657,0.41217314000531574,0.6346928894757792,-0.6524628361732584,0.04896415472399685,0.10791841561898056,0.8697606564815868,-0.17147296393463995,0.7331925783564875,0.8260685427641531,1.5249953778316117,-0.15770529685338963,0.6015428670002371,-0.33212429208187105,0.5997322762240148,0.14007287336329063,0.2910553925128512,-0.1925812338901063,0.6433816180684617],[-0.7314781832283161,0.6759231669459572,-0.3406790658707322,0.6015158997636603,0.7092172827248089,0.37849784575239237,-0.8355159349577226,0.197750299791748,-0.29599886518556523,0.8137417992638598,-0.3642795862902156,0.7095505221331971,-0.06918529898442238,0.799654896640854,-0.3503583832509318,-0.7275760389298283,-0.4962479984007583,0.3970622449626955,-0.3493046479350208,-0.5440201665111803,-0.6826631999857838,-0.3992534735466861,-0.20060575264951272,-0.0644344579121523,-0.39028677966662634,-0.5387149060847011,0.34756264930104624,0.8928557248387928,-0.9821637605770601,0.7087233589636002,-0.05613286080226491,-0.17923990570642875,0.2472241276872021],[-0.7869518350594331,0.9360470182998673,0.09151609281225757,-0.16790084934964275,-0.42669726433765726,0.7997687637131362,-0.39827136937934493,-0.30769369605230634,0.4846568075900342,-0.9302388219740919,-0.6328811526839907,0.7082788108708621,-0.018529327721207873,0.7638898822693264,0.4412345706302897,-0.2918512683516059,-0.5967666772317454,0.9504615787082206,-0.8778791291610932,-0.5744666270942613,-0.7347254396200408,-0.6535317794164485,0.3549536587606355,-0.7992940133601966,-0.7314654193916678,0.7607157148223754,0.8552953687696264,0.40757032173808144,-0.06064208234539242,-0.327061234112287,-0.11756148010274738,-0.3515155448359438,-0.41720589149471904],[0.8506937080704201,-0.18089366937661558,0.6682960576766502,-0.4775563817652258,0.7428902551954237,-0.6675212067971565,-0.5097996571064969,0.08395372693147435,-0.4259527580759636,-0.6982115575020628,-0.4348481619584372,-0.15063453208992442,0.5213201820959316,0.6997739264754937,-0.674278259564356,0.9075697214424187,0.7624739646023391,-0.299304525711074,0.1515615894395509,-0.8042882839033904,0.449937447334028,-0.09089568073290677,-0.7198400078728947,-0.5384225273034385,0.03831992436945248,0.32921875425108216,1.5129305019041874,-0.5353036557520032,0.20271533118033863,0.48701685008267964,0.8630623829748283,0.30615887768242356,0.8883932155864548],[0.5182604974713285,0.5798333141974586,-0.09904729429341556,-0.3948831677970614,0.38986376575905096,0.8616226253296716,-0.6172685765929911,0.13500742791870995,0.19143370723818967,-0.6099620222897967,0.5050136714790995,0.3174112056121843,0.3707543779242663,-0.6988654985209778,-0.07334721242177665,0.3390128024504523,0.11862444934564917,0.304616420965911,-0.06251566436370098,-0.9915184009776136,0.47326387769600425,0.6484938520349406,-0.652315675104535,-0.055065536855729284,0.4309900140537193,0.035655256989298,1.130754639821464,-0.2907453063354144,-0.9829032652460962,0.8777380119552464,-0.25078338159589375,-0.8639219606194046,0.7140820644781936],[-0.7934483437218113,-0.05485663557709449,0.530767461972411,0.4568827820945007,-0.6597298752691859,0.8893885776529008,-0.8770405634395856,-0.6335277570744595,-0.014449883733094245,-0.2514613066695404,-0.3979538097130761,0.35805815704550376,-0.3546410214778814,-0.5539016221899686,-0.712058288579522,0.32132119413456806,0.14385930549439627,-0.9253629388782673,-0.07577931436550675,0.050294121494066965,0.8828995515797402,-0.9813734966763878,-0.25250599725419764,-0.8972848522536958,-0.15234816050537622,3.1591916388771466,-0.16253908820160728,-0.9821718088302469,0.2812042367576008,-0.10883775325678664,0.07443071211824669,0.10374146965407352,0.7972120417562222],[-0.2749080811395384,0.1966569040758287,-0.6865529591673929,0.7724599521666309,0.7976989087330403,-1.0213166339898059,0.8992568406958158,-0.062379493109916556,0.055747126307248845,0.19729364179684208,-0.9334237534216548,-0.8378200903946115,0.3211789815058135,0.43282392315459817,-0.6925722249976474,0.3888797291028856,-0.9279944274282964,-0.15670220000560817,-0.35285632457939564,-1.0227953211623404,-0.13983233115350635,-0.9164546756383054,-0.6982028251808143,-0.6248100950286646,-0.7839026384635782,1.0441208816780316,0.5283016252003238,-0.5921133976664564,-0.705294054882059,0.4840671330411579,-0.6344982685116646,0.28910761510742145,-0.8382912569168531],[0.9001266381834978,0.10347573331926262,0.8398652482354056,-0.7140495424807285,-0.9707980264990667,0.41687018490799715,0.6591824959706207,0.8147882927174633,-0.37305832964370345,-0.5062670152441717,-0.9238879101886113,-0.0866172480504153,0.3537304128767959,0.1140990472681655,0.5275805374896669,0.20333905298572397,0.14358563682466366,0.24989719751833733,-0.31523060104075307,-0.058829877314952136,-0.19651270841343546,-0.39753965127308,0.9528379290941376,0.773671442646308,-0.27808277817778065,-0.693502663133726,0.28488378610867615,0.05696079761082107,1.9743651585564037,0.6840186101844066,0.35093094425108606,0.48659881400510685,-0.807530175180184],[-0.44929547089126676,0.4605210245900905,0.745838608921184,-0.417231946868207,-0.618165141855134,-0.6658119364508851,0.5879865089151741,-0.7885770492801558,-0.642078829879438,0.33835332251224554,-0.1659210406022887,-0.6852098950946569,-0.31737371050319785,0.36399117308892653,0.5810674483353203,0.17117488615463264,-0.12664048259945165,-0.4259630397369123,-0.11084233476208133,0.4670278331990046,0.098770422843106,-0.9381432036960399,0.8750535266214394,0.3130232761871552,0.07818296981216609,0.628898362320769,0.19428806534134213,0.7486259377881934,0.8311400222633563,-0.4577029561625484,-0.12626805841464778,-0.0553535725517823,-0.19379562702373834],[0.7238780411593927,-0.5576811664973517,-0.6492622439442375,-0.30585366552465876,0.6035171175324818,0.5100431200527414,0.1709015633090127,0.8348246877969342,-0.5794757164286662,-0.9935199392897626,-0.1340620906013985,-0.36643385758046476,0.8531774838079891,-0.42296413354704204,0.22159473695827,0.23517958861274538,-0.8252794248853521,0.803807814692002,-0.7017584893018535,-0.8981558664369002,-0.27433103000050274,0.09776206884672357,-1.0045991860171843,0.33837973752490635,0.41458241059078194,0.8440507294680993,-0.2672261234226582,2.1203548337456977,0.025621847539141727,0.401298302717281,-0.40651323246762244,-0.7410968042824679,-0.5037917650407828],[-0.668091376584888,-0.42464046840635533,0.30617637221575916,-0.5062003190883612,-0.33898791512889187,-0.10860899397852461,0.5304842000924008,-0.5956145574858038,0.38612717987863965,-0.2708111707969808,-0.18499581862688746,-0.8403986202204934,-0.18618292361771985,0.43706600505876125,-0.47846467932422676,0.05992901368820601,1.5968704928093005,0.4769100703735414,0.4499912167313374,-0.5492097378143623,-0.5611430911472125,0.42070159587773776,0.5610668475623024,0.6317628163887969,-0.08705270780135942,0.6699802847941797,0.852411025363131,0.17084248375292704,-0.30613592287107694,-0.702999246883347,-0.16136257887503516,-0.12766453083872611,-0.5250388741356481],[-0.4524370644720369,-0.7078263666553407,-0.2127530366604103,0.9196733262132574,0.4842415107934303,-0.4192736233051382,0.025603231429528087,-0.6677462638800209,-0.8361980757820647,-0.42796279971288154,0.7878926024150925,-0.1385139591306627,0.46568348071278887,-0.10411422317832479,-0.9149311624334436,-0.3382030467573882,1.0132850308513879,0.03761259891859059,0.5692190155460936,0.47332309807174117,0.5322603697063134,0.4151835608029248,0.5972792326339366,-0.6304303912076845,-0.3378738031818792,0.48340408497306553,0.1953211432676097,-0.9835234485192826,0.47631487197114825,0.21757880721452905,0.4616483535702117,0.4953585803859661,-0.024679699266624854],[0.5772971205861579,0.06404079550289667,0.7791670781622493,-0.2933137285374685,0.07263590179212663,-0.15523332468020926,-1.0225157287626887,0.23450730339014567,0.8479181227600942,0.10627645319509124,0.07959471902131132,-0.6108240494603797,-0.6768920647263479,0.31511882594654383,0.12590445120372407,0.0019015673332658043,0.5991474579593737,-0.8665231852885648,-0.4854692318862497,-0.10533966307409634,0.059992748736643856,0.14249603095743968,0.8013124677864932,-0.7976388162512237,0.2999482073857261,-0.07785597407309118,0.5686455554375731,-0.02915384168999743,0.3514319080209655,-0.5656542669277722,0.12218783816996875,0.4473239539688443,-0.5023960986840555],[0.7362507323776392,-0.1663427540215049,2.1420586820649423,-0.2760307983828412,0.224060600183777,-0.3173270364906869,0.3562875036111317,-0.8913998817582294,-0.589010519341704,0.19398163660705442,0.8342423764425048,0.23794043938010817,0.5518748587605763,-0.1608162989012903,-0.7815758313815345,0.059224548510090604,0.10946692695715408,0.4047117941925208,0.6906822825058626,-0.0982576958943631,-0.16228387626467475,-0.002401860693045848,0.6416166841003029,0.016156973313820648,-0.4103201052995077,-0.07281792986672217,0.7135548197813314,0.26922732534797617,0.6827512603264204,0.9373363851814493,-0.11622614818073505,-0.9069381205290377,0.17317549443517788]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.11399677448499046,0.006705194846529052,0.009017184824929336,0.007744498215418473,0.007263193006199678,0.006884784997255107,0.00656995759139823,0.006303308950528802,0.006073841457427707,0.0058736702294644606,0.0056970230770340465,0.005539580870286333,0.005398046526229922,0.005269858015736114,0.005152992765898954,0.005045831364876906,0.004947060665522947,0.004855603642405632,0.0047705677758782235,0.004691206495808579],"Time":0.45,"Locale":"en"} +05018527382677244,0.004926988041283953,0.004841567082289633,0.004761580608330615],"Time":0.44,"Locale":"en"} diff --git a/res/locales/es/training.json b/res/locales/es/training.json index cb4b2242..24d989c9 100755 --- a/res/locales/es/training.json +++ b/res/locales/es/training.json @@ -1 +1,3 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.3110452862842022,0.6669549492757836,0.5271484283610515,0.7037960610664813,0.39587577779588556,0.3486477545524582,0.3127472428026542,0.3324786720928643,0.5718646451963818,0.32427993412374023,0.48616668823510384,0.6442268502166776,0.6667593175920042,0.6124343892053604,0.28335280021406833,0.4135976243907206,0.6962640151284599,0.4305808120843624,0.42528429163038123,0.46312052519170366,0.4860496286308804,0.3848924380022077,0.3153844008775933,0.6856141623163474,0.6078750361169992,0.4700107705340805,0.6839007473798147,0.49810090897122666,0.4399631514360918,0.5884329327647198,0.31206129248312436,0.45971458568851054,0.622994254078759,0.6676155900183827,0.70324621278724,0.7114575735682683,0.5593731389683225,0.3074535205550351,0.6130078014636334,0.319886875650758,0.7284065877073634,0.4436118410300309,0.3707009429466567,0.6664572962595502,0.6891816184335606,0.664794825048969,0.5487681535978227,0.505506551680418,0.5247681160335107,0.44136116365163713],[0.4114073642480852,0.0002515241764329684,0.5934015001071808,0.544195648801305,0.708328588137645,0.24773340803335545,0.3385815232314663,0.0031377206598833455,0.13607057403125042,0.6395057933848223,0.6668124099271413,0.19815307563900447,0.3188126189894099,0.5153826665072122,0.0003464370034773944,0.5535723403843675,0.11406559455299434,0.5900545105392845,0.3635755191143309,0.47076587780091567,0.8075205782160135,0.5795697631041579,0.7488619124865517,0.4399094228678315,0.059183226972181334,0.5477754589259364,0.42899172642832656,0.7446073398124013,0.14291403636312913,0.5281404384613528,0.7444877101977692,0.6455878799060824,0.23055997287895205,0.3630457736924632,0.636718208612277,0.3526020645070409,0.2787320518279121,0.5403484599396124,0.08905972239295047,0.6287445422546589,0.47316887919283224,0.16126671718316957,0.0027116253886652524,0.7426490683061642,0.5547233684194226,0.42803811657440094,0.6036746314122279,0.8652724536546942,0.021001008888454898,0.001508623590768143],[0.32813460255268107,0.000015116147535772116,0.5297784662291352,0.6126231719341821,0.8638229042449957,0.5579068194987299,0.809507510211353,0.007625487795090025,0.12110786785469489,0.4159905317910649,0.6313667121900344,0.6192974493558352,0.28128938320483815,0.8578027920075425,0.000022750616824464817,0.6046058490469141,0.128223859552385,0.9269982469112533,0.007783452440262914,0.7070296535396943,0.632197651170044,0.6434620719698595,0.09440821162541867,0.045077445301488064,0.4638697327283246,0.3998588062920062,0.05476190114017614,0.671168675394387,0.010529380305578677,0.26821519905178104,0.23776838926287988,0.16031094325549317,0.6635357205701407,0.35327734294099017,0.5988254548910622,0.001570923874727194,0.295643194528062,0.7161653814617265,0.06548178894850137,0.2591616816284645,0.7910391154129871,0.5927081527967516,0.00034865084111238665,0.9641178256788163,0.7081139787507208,0.6525319757395335,0.44549407001654723,0.8750252593400808,0.015925927679266188,0.0012799721937891073],[0.3587231136781647,0.0019604814513113915,0.19978449278044025,0.7784293381309628,0.3866718028059494,0.49214804329069006,0.13702032610241519,0.0001845935569015638,0.17308897599876621,0.1499413120161331,0.760468028881396,0.464210296612435,0.5780957344663749,0.3970700477927702,0.0004942526683419001,0.42373391952300843,0.04318014139798942,0.7327021371593239,0.016943251758375716,0.2513539079290564,0.6615548917309066,0.7278241896268568,0.7785103617882203,0.4163271012872395,0.35696402457603504,0.5777895584152701,0.6639457442920169,0.7358452518660417,0.08623512519695709,0.3548744046563304,0.36010634215953924,0.2848008126006541,0.7188493149698317,0.2733454015295315,0.8749901160591199,0.09135666623917887,0.6391132816760112,0.6161174979664008,0.034170334634169686,0.6096872856842448,0.6257339088956615,0.18343824878733056,0.0009335491912923787,0.7046191653995655,0.4747974427547654,0.39997801824698603,0.5045354447464601,0.498624133766822,0.004386996858200233,0.0004035579955091638],[0.44221445289752254,0.5933991742312268,0.47808587398842767,0.04531151503818567,0.6216247241075301,0.7212760490168798,0.5326024939926259,0.001978554598666763,0.5078729160972579,0.023680138193358968,0.32627059814326,0.5681525061997684,0.6061757301276384,0.21942941083863743,0.4375949840040321,0.590697440763844,0.6230887296191792,0.31585394210628526,0.5375972059050174,0.7527907785812156,0.025274467315655916,0.501349359719914,0.7012664424883873,0.6935827362617165,0.7849616885075884,0.0009742522974778004,0.6014302296431658,0.41363637081096766,0.44342875221596445,0.7677697410835088,0.1953892022631602,0.7525119873465718,0.2763154794870215,0.6146974489776965,0.009541676997478335,0.4674231503024553,0.42421425284221315,0.016116547844295448,0.5788385038065692,0.7523167656350714,0.6328884726326043,0.7613315491823417,0.7568677845473294,0.6196978111444849,0.5341824916453005,0.28839770831369005,0.01494525569141591,0.23288086354429866,0.6914208196741228,0.6868172471419917],[0.5480105245684371,0.7937313165901712,0.3799341782114407,0.0008502755727792261,0.7233568521882024,0.44401607134517534,0.857493362816822,0.33850297191859285,0.4892747543329485,0.005982634090562822,0.1491377759553541,0.7260337548027562,0.5606906939688161,0.7348578155210513,0.11708188791997311,0.362469490644463,0.6155720896774506,0.5933328509662197,0.64071968983964,0.4217873934168944,0.2523006235586273,0.5456310224864324,0.6562816254428833,0.4344744659006631,0.17913591428985748,0.0010433323927491187,0.5799490208268622,0.26469814604838815,0.008669956718018961,0.581743330419224,0.5072431836761115,0.20842352696205574,0.38916031114710914,0.45297193241682077,0.0007045050127836052,0.7443995534521731,0.6070318178507684,0.26666051851015343,0.67389411228137,0.45658943038811867,0.8725088920197045,0.41235671573393406,0.3624335354348058,0.6356581820096806,0.471621087718171,0.31455840251013056,0.007090424929306311,0.007304958631534139,0.4057981467861939,0.7317655741224041],[0.36369732961861434,0.8839437418675661,0.0008334992764841446,0.00004918692943846898,0.39817978027142503,0.7392924432758987,0.00714077492207356,0.3702293844922903,0.009978096198318492,0.6735487055848395,0.5816722997305601,0.231886237357801,0.9442603000251804,0.09116912324912728,0.5880551799357965,0.04230249679237886,0.6308954583165259,0.6353062502376318,0.5214919154642729,0.34681720874844935,0.004102512132048417,0.6850423442549535,0.0023748862392717392,0.5195512662739273,0.5272407424458282,0.5195459393373439,0.009692568980886067,0.2100255279110013,0.0024190370163941185,0.7091399201698896,0.2444624643533905,0.5750667508456951,0.7957032272900316,0.002534172006828208,0.649266343489212,0.5562212291842666,0.12577338522849502,0.798455401257894,0.0007501089737660514,0.40499664466789076,0.04294860719432507,0.0010989544397135116,0.811222926584636,0.5957119878902459,0.08903920659601412,0.7001511235229628,0.00012257356579825905,0.7358321649763652,0.8952427773090919,0.5799084990342411],[0.0333302184494804,0.7451850216027922,0.0017500179105962358,0.007127953365680901,0.18982081692358993,0.5527812292213059,0.21726424786514442,0.3495882043805907,0.22930473723871717,0.4656203150473131,0.45947136874171357,0.7771744380802215,0.8468170508058241,0.3734456948535263,0.030097079321497938,0.5448622411783962,0.15786956095072144,0.2567661432374506,0.8753398375527938,0.36543528015815485,0.26790981072198133,0.7568862921765587,0.0028603072231365772,0.17552421103448496,0.20503815449525195,0.7522699031372503,0.01849640352990729,0.001205544281486274,0.4149172525509573,0.12010099142267239,0.00041068050938063963,0.24656112063763563,0.7909561264487669,0.018693336240792897,0.7773255338097542,0.6895405877829779,0.4519376239444746,0.6704460809053036,0.05608447309453452,0.6879169405492883,0.3999467187624894,0.025554302683255047,0.8210922901932793,0.8806920458862681,0.23325870621999428,0.5738174190022628,0.039083532841435266,0.8888047023842163,0.8208335883659356,0.0672637452695773],[0.0015884228094458644,0.1848157988912459,0.007608024947694487,0.354064485367371,0.2417083167460795,0.24493319117668588,0.8056081646388175,0.6513595948674198,0.7280525376326678,0.8708746114191468,0.2523192387320559,0.7400399744432375,0.799023186668261,0.6373769666160163,0.04519588281812239,0.721192455980828,0.14234280963979995,0.11195914734662762,0.8143247115647454,0.11049832740184504,0.6683365669345251,0.5075932972137193,0.016189789262902383,0.254052970366388,0.8154347952760805,0.9060259754542687,0.363424357808766,0.032398135777189946,0.5630672832580951,0.036552768649156735,0.023598908338897204,0.37107741365385066,0.3165697013374801,0.09616230470588487,0.8045361627727655,0.7858984437569714,0.5682549592010098,0.5679759440055574,0.5714772995123114,0.3738164804663901,0.24668138892388647,0.476004746836862,0.5208043636372126,0.3705946873807109,0.9513224819332967,0.015811991258337786,0.4063008881581462,0.6643057325988682,0.5611030857755442,0.5063916386401678],[0.6090547660033435,0.467091213543475,0.014764012650034249,0.03082539339427499,0.07015906378192782,0.3751233953216742,0.7000039531821481,0.6325010677447109,0.6227990162813769,0.7171786673751208,0.5829009902687478,0.49391055807666145,0.476153965214348,0.5666001434934044,0.5361079173622709,0.6377113289916417,0.01802449315053236,0.07245905048870514,0.6890318738954042,0.85340785518403,0.5281637867610945,0.7241545432035875,0.013783775535453466,0.23652438990662605,0.6111939564757978,0.6492264248465257,0.025014364584040737,0.03173231900793377,0.7054674463808239,0.04490572858624725,0.1827634535403663,0.5336952516443201,0.5746014413483523,0.08670303797156735,0.5845692091887105,0.421024809811167,0.49914990686415117,0.3775528620034615,0.7958466279442571,0.08752176266597045,0.7696262934536807,0.1964060141331989,0.5501679532237338,0.04502991562399243,0.5243785028568335,0.2053252527130014,0.7528543436138195,0.7629103325553874,0.5404746677212319,0.009536299418367157],[0.5901791450464715,0.902013936393102,0.5155488950236573,0.489582603865811,0.5788219273408942,0.8226021166254257,0.4985894534679058,0.8486842324362421,0.020164584420649816,0.8842886030638203,0.8999785004359198,0.33768705281769273,0.11149166388036383,0.0002128682549586073,0.3099178902473118,0.02697951105437782,0.8270600547124685,0.10014984699361566,0.003457261027440738,0.4445745915924072,0.7731630857945397,0.5125208128218596,0.5578359649519151,0.5308273805041723,0.01373096963030207,0.5922597027839661,0.001577665522114876,0.4820219533978445,0.1936699559019926,0.911549714961777,0.537794421983029,0.030292700193013826,0.35535958891128094,0.847923163304787,0.04019611378941543,0.003744044234819445,0.27845758100821927,0.08458941108039343,0.10308133909647506,0.00192442831998874,0.19475473104543206,0.9197277566193125,0.8020683184731905,0.9545517799019057,0.06422773051766988,0.6559718746325618,0.8093793605473514,0.8443974262880332,0.8047936764418436,0.4706461736808259],[0.8219576063085162,0.07343593210758612,0.5010063021235672,0.335457842051143,0.0016462652542759502,0.7228275032255087,0.6839655129575296,0.7461014640655046,0.5446588917384315,0.41767672628423635,0.6954616586747203,0.5420211375523639,0.23324689135075297,0.008390232394977023,0.23653224740845094,0.009740133170407745,0.7202468482351683,0.4445162370633299,0.23453714506040116,0.2631520862239005,0.7338717303081826,0.4999999776654859,0.4457767584381223,0.5404086820109374,0.2713626035256693,0.6289974532003981,0.2181134534014505,0.21801069808964146,0.5620417984575997,0.575350158081885,0.4997761171283973,0.09590661821267947,0.5174551264649794,0.5542473002987656,0.15531320943575044,0.010513389321920797,0.19731522100329857,0.8667625983418437,0.7025553936752094,0.031052797643363262,0.0019106538699171045,0.22437447515415487,0.14216268796423112,0.6901980246414394,0.6493966061043445,0.5556729601463449,0.2320240661669323,0.6950269178937701,0.42786099445534137,0.6261792326897737],[0.9473762317749632,0.8735926458948351,0.5376297592902213,0.00044810426611003007,0.420686021413967,0.2143346371199457,0.7742858716592368,0.49400029688637065,0.9427874834863401,0.714429182403946,0.03011035817155513,0.8305596234591357,0.3389356608586581,0.8935070690816287,0.3411557335207129,0.8102996085650284,0.5411295504093326,0.8258549329607761,0.44348302138101003,0.00003717249578912935,0.49767125180380944,0.5903294070251794,0.6144318715632852,0.4363712478625701,0.0182952573383729,0.003051855836830583,0.7151501901167832,0.14130669346200952,0.4421776017290725,0.00014111142381216535,0.234851923820305,0.00042914226706184544,0.06812056211878371,0.7464605805913388,0.07425127267238467,0.30210810903445684,0.7534499424988519,0.5451859265539064,0.8042580971564611,0.5145393282094876,0.8385919690412089,0.6732836019822606,0.6503246262572729,0.5849645174590559,0.8732644088683347,0.6710274633165194,0.03153879800442306,0.18287712513584947,0.2024015255522048,0.7014561792032442],[0.564878373745697,0.2015451565737107,0.9266137467133475,0.8947135909377796,0.3768927100091581,0.31563967359859935,0.8098581544852206,0.7198586005030178,0.4881706409013296,0.8931348338319823,0.19242944582934693,0.5476522920842716,0.6047907180837844,0.917143371598525,0.5135247460898894,0.592723724650358,0.06691109051177616,0.05238915137476,0.9103687253245517,0.009812761230312965,0.6807412032845663,0.03277827440043516,0.5526026597805762,0.3188660425937053,0.0668826481356738,0.18676464364215217,0.13802135400237056,0.00016468052225798816,0.3180524537636932,0.6925776422608066,0.8390426265012831,0.6169044703962058,0.0024291570302815216,0.8120348901829013,0.04861505566831241,0.023650601293825874,0.8699153775178902,0.12223828306924797,0.5506968533816795,0.4955377511958842,0.7393112265124148,0.9029875433836058,0.5692727523955129,0.14889854160221666,0.4370801090529212,0.6222132372636301,0.9544497599126464,0.6273619255549847,0.14847489226130342,0.7350814420591926],[0.20657787955145712,0.7891549827702499,0.5555405965837005,0.4903080908024962,0.38865328131801097,0.43362545071616454,0.6130110136370269,0.4273911216670404,0.23413589314962394,0.6248777697815087,0.7212816935969745,0.10114909466264743,0.1142110035528089,0.15074803467511985,0.5041437565092709,0.5526447418697112,0.15396567561746358,0.583238593632873,0.5984024756716939,0.10641448566327204,0.5323658875204103,0.7430643591004382,0.8270862676035652,0.7714215810084988,0.3122437349017952,0.10348429564098846,0.5825455361340058,0.03962416650197144,0.8315694240004836,0.28666549898809146,0.4040934630952528,0.3275965407471696,0.28874718980434483,0.6086670735799309,0.3797759029296619,0.09314104045368934,0.8184471854190124,0.11884017169109247,0.4587827967693567,0.8195822535718056,0.6715823838774085,0.2996347719066986,0.7217070370011489,0.6116550106664218,0.5402540539832997,0.8350899145825637,0.3282277425987329,0.6734172548875743,0.2376734024835587,0.6219703410074735],[0.04688461619758709,0.4304360327458514,0.8282072379573352,0.14048270659186235,0.24058594651468426,0.7052157827589084,0.42990293922901085,0.3922781427419042,0.20871965834490536,0.7188306131785323,0.49158406890790823,0.03861870719890534,0.29416301951549817,0.17703762346698987,0.7660048377240434,0.6168559608688813,0.2401406366371148,0.6077571074805815,0.5517763097189434,0.1903355017836903,0.4189911347433736,0.1298889821025222,0.4498268923635861,0.455669892582489,0.2825127565435428,0.14592356793598224,0.5158476494289661,0.032246647420412625,0.7425383360290576,0.6747227488850216,0.2382318921652067,0.03914616246570527,0.2082376516898519,0.6124665990996762,0.6815611959907028,0.17690519396252544,0.8324159070371284,0.8651233882460705,0.7330788306613104,0.6699119163958224,0.6340736334238344,0.4996247953991187,0.8329604132854942,0.3824874975318565,0.5583258866536834,0.5522090537804101,0.2684397759887637,0.5361127194294966,0.3997877873752405,0.5395152041035763],[0.7138941775781595,0.01898590390321723,0.91142986409677,0.7537140073206874,0.7178575621571803,0.1523131910970002,0.5050482649222378,0.7230259259911551,0.48913654434265164,0.9258737514553464,0.09805880201318569,0.3099770378144044,0.6297009535304486,0.6278416388097747,0.5129122992949843,0.21506304649010716,0.19715283555112392,0.02686418210288414,0.5667909868823335,0.23347250733227076,0.8544080514315152,0.36527146432183866,0.1360342522538402,0.12244720921289125,0.2827734992560449,0.35162747496832236,0.073863503738985,0.005290863031705929,0.08799884694737523,0.6575787438294021,0.4078027099552581,0.6329574331044091,0.01275698313014338,0.7900002533044538,0.6614583641463966,0.32385862861170367,0.5275783036114208,0.6423871642660733,0.5428312903293672,0.151132223736072,0.7055871533967106,0.6616861672771732,0.5884859766889942,0.0004540648185383812,0.6541013082741415,0.5186660379459126,0.6474114327408826,0.12640745787122273,0.003424570170754103,0.4965002832532526],[0.5621919989423418,0.8960226435421513,0.832021905001522,0.7360805091248719,0.5171405769252622,0.8914318000736446,0.5900187846813192,0.6193495987662029,0.22282859233272295,0.6978528305704623,0.6477151971123748,0.7948752709383669,0.4237181992845548,0.020316524266665168,0.3856535867622202,0.32598978678559054,0.8138381992790774,0.15464903941065644,0.5746699990303932,0.6160550283078197,0.5092301098751952,0.5608554762135136,0.005112789757131085,0.023110401558978512,0.0019637580671919164,0.11645589910043927,0.012495094639573602,0.03252596661569563,0.1344238133919565,0.8649957372240386,0.5980162979426739,0.4297620458644913,0.5830222100152948,0.6163720600547303,0.8818717788462841,0.9243570283838874,0.5078434440407318,0.6023434835856555,0.40176686468428097,0.0702995249492811,0.4515682852161312,0.4189211923309217,0.0023686744667368305,0.0023531657763178914,0.6797222812956358,0.6186593888829521,0.5205034511137829,0.00264227802105716,0.000016975807225472056,0.06577482638713157],[0.3733456763139939,0.05978817433575783,0.48747157653955364,0.6147542045211696,0.49000279401746166,0.48187627179125453,0.5515098621883431,0.7151162721871981,0.47449524073477456,0.5981619789314917,0.2667943499319466,0.8178034965724971,0.6759019477965769,0.3831795884684709,0.4089180841502124,0.6045630389774954,0.15064989411813887,0.7290124302845068,0.4983806183758514,0.18695276744455835,0.6642443306079248,0.5923224329819077,0.033304613060866094,0.4188191125116696,0.7901751010130583,0.17866295492367437,0.38158439966373103,0.06754201816490855,0.5713011688855872,0.6562444229673443,0.5387006585131123,0.19979570963338159,0.028793264382633386,0.6142112838712123,0.6818289560985206,0.49000591161985474,0.03211305628357361,0.5824633800053729,0.5893873238855074,0.041942410792136196,0.403250609196547,0.48987995040864074,0.0403558486680119,0.5464629168621149,0.7419387717166572,0.18560332662876464,0.4653299436908466,0.19421047584196832,0.0006973810389101919,0.0947247807307269],[0.8655383720824893,0.458499444866449,0.4103224221167651,0.6099431934428844,0.05150840558604138,0.7745217187786951,0.5150844186510635,0.7137555315844025,0.6424637816241406,0.0027325071509545816,0.7359719694949842,0.0009609766320822948,0.13368324711211174,0.8989804928399505,0.3863538886794171,0.4131925949397939,0.9436461360988505,0.04964145421813721,0.3918241490662883,0.3793417525975397,0.7565251709502187,0.013163558277036453,0.540411882153484,0.059862927990154025,0.7303799681377152,0.0001598443335454774,0.876175588234451,0.28307515159731794,0.13279874306968711,0.0012422277532524093,0.007529109749104746,0.11782613663887904,0.6488444028070073,0.33482244657103855,0.0003034380108484079,0.613748019813408,0.000006290446624531905,0.15880439104347246,0.007147706476375433,0.001774475837165035,0.3528069161743944,0.6736893721728425,0.9769057731165618,0.4930855780956698,0.5727870297064958,0.30009167173940526,0.6839684760885957,0.9529735884275954,0.3100150162058714,0.21685627637769309],[0.24556811259394434,0.044637375877898525,0.898228395181216,0.4305514185631947,0.3416444754911045,0.9347567329587156,0.9062120920342768,0.04882054483947744,0.5980458640475246,0.07539294997489944,0.4380836549381268,0.12753754426803127,0.07831518234887944,0.6910190324075677,0.7319526074664359,0.36522437811105574,0.6234668012604689,0.0779763417317588,0.31651227687299266,0.7722623894798376,0.5732229410574516,0.09929757858721106,0.14198528148564,0.2943376522507635,0.6466086290365447,0.0006263474439442717,0.3872523393751708,0.8472970768834196,0.0702597135179886,0.010453325514538033,0.001576109183288811,0.039644793292091744,0.6191449149590296,0.24268825495369561,0.0026790883220530405,0.7704953265423284,0.00004055027379908308,0.2286884962836918,0.2800020576519141,0.04875708442862106,0.7582570046826366,0.8993700685019645,0.8119701640081006,0.35550018317353793,0.6754661515489785,0.5114382454584896,0.6090301248031852,0.5398367895221554,0.7213423211884311,0.45037343409840014],[0.060322659729757803,0.1885714822517764,0.7705665325714263,0.9083691663844567,0.2920194159247817,0.09218165803644901,0.2764312075959249,0.04976022841553596,0.6929839250014814,0.5300655995100747,0.37213230971352557,0.5117640490313089,0.7895656070974532,0.7455497770827407,0.17634393775565985,0.6674685988557374,0.6298964387364365,0.25687779960691315,0.23029725367623294,0.8692910233281971,0.07412856901488848,0.013580214044240873,0.41525470528975206,0.08125595139992922,0.28024256172643064,0.08057778555813047,0.34694613396053625,0.09159296298094072,0.4487161071767241,0.33668893709081893,0.012182163257226057,0.14665172415958652,0.7357708480028616,0.6372350416452909,0.5562100436061241,0.753034999829169,0.03689318136962175,0.4073200945430036,0.04463854123175694,0.05753361754660571,0.3870798199891587,0.5077919553084994,0.6638970981611415,0.19174045595874217,0.47161254811990977,0.7127676812837024,0.7470809154769933,0.37663783002596773,0.807525402327825,0.4340256598361535],[0.12330661381315802,0.0008425564465588605,0.459854746086191,0.6825935714370055,0.4945967421746958,0.09444740574884987,0.6006806658010754,0.2350968973817418,0.011540320153463538,0.5052140280660289,0.7351450646166612,0.6263240983719338,0.06649148614408613,0.25048425332743596,0.2387501038098321,0.8116793616017098,0.7060852922395662,0.671968613286477,0.15687823213739185,0.648785362744474,0.8645406872622159,0.6529471775088108,0.8885292928892785,0.007834201645679582,0.04680144035523097,0.5698942006904725,0.6496993223039151,0.7531790534656008,0.8269184883722075,0.0022111094342070225,0.0005998289727203205,0.0012937673605340986,0.9077450202898744,0.5466009704817325,0.06357175955441503,0.0015559712044127354,0.6893549254330673,0.2642232238457261,0.10860622666030023,0.0010985146330157094,0.8438021312373288,0.803973195247779,0.006481750026027836,0.6899068644250165,0.7214054361818809,0.026642901691181973,0.06782356145393194,0.5178467170294526,0.5891104122146282,0.42554980829040784],[0.18250407231621046,0.00013471485170294203,0.832645644175319,0.8150502746816202,0.9330398935817428,0.36251767400633267,0.9527509575770836,0.11943269534333067,0.03187908585494426,0.4618442852087756,0.2950917290354615,0.4777925925203331,0.09008478993864863,0.8755789619333965,0.021710794501643732,0.4201133318095259,0.05549512122334217,0.7394141019054122,0.14973807478698004,0.7043464197945438,0.656208232284761,0.6272978860120485,0.6301067192705438,0.02788137461581997,0.36963396325838127,0.6896460989055454,0.44268588632057826,0.7001222395650357,0.4325703275338218,0.002108086595662115,0.003096888681758459,0.0009179327463565696,0.7483422257868939,0.1162870968267035,0.12823492484656626,0.0003232525744374275,0.6149316131335334,0.19216012289953954,0.2477418303935349,0.004682727207099314,0.7397834795730138,0.7560865492041259,0.005050811304001829,0.9362645292579307,0.18530104919530013,0.09026950711392753,0.2803780823825743,0.686169057369864,0.22345066159744645,0.0979523925512788],[0.5642880935417197,0.1755737757259193,0.005429183357800407,0.7021147268841935,0.04006289940014954,0.03748349169801016,0.0012848969395260106,0.0012727432918913228,0.34489349749031745,0.3018599897027607,0.4081359420667049,0.725849943727063,0.7567725969781481,0.06521297113583807,0.47871921045706206,0.3503874118692438,0.4666660314073069,0.3863892017134475,0.07516508795406555,0.1005051420502368,0.9041156862164312,0.7891974656790606,0.71827735490164,0.9003773314431487,0.022548772347742004,0.4007660715235265,0.8960027546717657,0.5985646429570729,0.8422917149444918,0.34685329735168907,0.010553628236002187,0.5735405058025397,0.7954039591710445,0.0368609705465097,0.17211323085286573,0.06017757041538113,0.8132787434343195,0.4105266404348489,0.00016114692841511557,0.4754509288750861,0.18042766035755586,0.662797703402349,0.24486014228054237,0.6032948219061232,0.7657505935368616,0.4685004475936248,0.4385715917535219,0.03700677701226042,0.25755865271136974,0.03920876748749333],[0.6370717229033037,0.11992985423211108,0.010617068446824078,0.6832413046703896,0.19534545724470936,0.06266453660782643,0.00035106833922100123,0.0011324948274207154,0.5575281923570495,0.03044926589257817,0.6487624024011396,0.6754636916843567,0.5575733406725109,0.002838005587917144,0.4914770032399458,0.5251143074785545,0.7380425941539639,0.6649834773143827,0.029218720971604592,0.06037052338808326,0.7587617065289525,0.7317762127596887,0.6295270726879447,0.8477904629106766,0.004739152681328268,0.1912070081771532,0.6295842212705508,0.7024857114283625,0.8241916765053242,0.46122969769994404,0.0003741682692305597,0.7229797090370306,0.9007903362549026,0.05660685559089217,0.3719205298162292,0.14757059095856614,0.2894922994963352,0.14177637505566262,0.0004844770554933198,0.4300151404796564,0.6938260417371487,0.49632825322301943,0.47087878580792103,0.7023688601915823,0.19309910908826158,0.2883137142593975,0.5818227672288326,0.2626588642907248,0.3209278956311468,0.06559336661207933],[0.16266430180490454,0.4746854669773695,0.6394686659355499,0.41073168843796976,0.5482408238882909,0.7927121335189352,0.014638922550129607,0.8305174549946809,0.50501391255497,0.5335340644450561,0.48588613391373686,0.0299799207547863,0.44551329540940493,0.3526850915969181,0.04249780427687203,0.0919214849542363,0.6671468304999678,0.16921673227856193,0.2840233105387908,0.6611516637877666,0.47768918316609715,0.3882494664230067,0.6314984158344796,0.011088736041063578,0.5391664445084396,0.7835811110618556,0.31157540448996784,0.007806774411192666,0.06272168022833753,0.039573050969909755,0.8757245036412002,0.7010172860209947,0.5543851683408679,0.8013630218018096,0.15379656932592978,0.49315325829336737,0.027817868542749234,0.6575461654848868,0.7088574808018472,0.8252452965454019,0.016645572131754965,0.3494105886064481,0.7041915647094691,0.13932671407567201,0.6101898161363969,0.4981257247200812,0.3622375422628305,0.6740832886124393,0.8488600654133924,0.4564822609087292],[0.4038123910811604,0.6023648867058006,0.7619114132554452,0.5570086343718228,0.862589091731499,0.37107006642200346,0.010179084479801714,0.7530688562799951,0.46758832553823976,0.15046022437537498,0.025018465984282735,0.024922965259434944,0.43272891886132775,0.4949422313633134,0.047965166845992106,0.012453770874749111,0.5647384072990108,0.018628439897433034,0.6333150126081276,0.11999248273848673,0.5981683283401693,0.811663732046415,0.2774635223023707,0.00013772343478053714,0.6741204726403763,0.6099287391676462,0.549946836217295,0.006326398348816117,0.27696195878078794,0.020847424237035183,0.6225195737122396,0.878714459789214,0.46426486682809054,0.43190573015705763,0.3206572764742003,0.3980652844055222,0.034161982266031274,0.8060189965077419,0.7931585103248567,0.8485888424958252,0.003247002632301355,0.5958455929551567,0.33338779845265787,0.524593191056342,0.7376572319974074,0.6049772741943675,0.611053778350121,0.6344120460665137,0.6257853618077382,0.7590603434598824],[0.3656697899278178,0.5608064773286772,0.3896451095679063,0.5811301085029414,0.3066741206527868,0.7972338363620165,0.02718348293628808,0.4965539661476748,0.5089516673522317,0.008634492674985502,0.7620067993873682,0.0652180634566779,0.47862121851671396,0.33596699090304816,0.40878748284306754,0.36921581186528857,0.7786908779766583,0.6254598884602565,0.725275370309955,0.8571883310966955,0.732252881415374,0.8515777606090272,0.008378801234875338,0.09753365701657747,0.19728040597211657,0.3455248438298576,0.6485632181726506,0.842157687576472,0.3594726057554288,0.43190033441707004,0.7241475097925483,0.7481037876294035,0.16464853320241468,0.30293114633266827,0.2368206832571102,0.18449842875911263,0.622167723350988,0.06491890590339372,0.6011081059830089,0.5784224709676301,0.20909062130852732,0.21943829010494112,0.0443395884304298,0.600454126888624,0.42906568485152125,0.05042732485339273,0.34999290066573774,0.6570089596424694,0.6712603886043146,0.5138523792509172],[0.04916849749674976,0.6452236837663651,0.691575566860332,0.15362705001182875,0.5256995465701836,0.6350437314473447,0.029838324413547845,0.5722981484293421,0.06437615140815707,0.003359912509956307,0.842639103296471,0.20290167668927436,0.6677175429009677,0.4261779731270343,0.3408754873512683,0.36754057128663775,0.22789544835735834,0.6455976014917192,0.6810440735937454,0.6956700142224131,0.694778170014632,0.6269539103988768,0.003230039809692171,0.36402018250436735,0.8888490237556161,0.4357601079773868,0.7499958546548593,0.6881600429614411,0.28374474128095545,0.4206065188703059,0.059064632017211585,0.4532960770681706,0.43390665856510435,0.6840236663781825,0.02146403319704974,0.0034950265335861263,0.6740270214423539,0.8994455810490409,0.6839408961108788,0.33379321679975865,0.06319430261799887,0.250190669222222,0.006168724863712324,0.48437886241938344,0.8276195165348037,0.4343310421783443,0.7008597664740682,0.7663222719012797,0.5959527819348975,0.6256879535423994],[0.04274794913015456,0.6609965600147343,0.8073182998207562,0.6072271736206115,0.0005131371711026519,0.05435844595578742,0.4982637904965911,0.7394709073496101,0.19637255983126095,0.5274761105343315,0.7166856501908453,0.7868310131394974,0.19757820567506,0.17314077253490087,0.03263369924847819,0.7876654718513701,0.5616252733636098,0.768318381534922,0.5025858511285973,0.03152196898424205,0.1716496729749221,0.4629811703963036,0.6443756477702219,0.3050050433476717,0.6092229538642043,0.8972107139020762,0.23376464417299697,0.00732308518349775,0.7412753376648342,0.5222985997420136,0.4638715275189029,0.9226547408154652,0.35848046568756053,0.018429923299424656,0.6295575714619329,0.02304627694215978,0.03839085008956079,0.8575440962384575,0.748308872918487,0.7968454393494515,0.005792740102853824,0.385645835741167,0.11242797153827216,0.7023540563828863,0.3311264617581378,0.73017912569388,0.6961155153137388,0.7622338877406585,0.08203573338507537,0.7312294331570457],[0.7495636116166636,0.6310371461022355,0.7338659411478629,0.30682400620494227,0.6700198536197278,0.7881913976523688,0.7087362161209878,0.6565770205867603,0.06885845058295949,0.37270827178340254,0.8708931881078481,0.014714897579440766,0.0013197742944297205,0.06202849175305317,0.8890987111622278,0.0001550673439405154,0.6721513800203565,0.02776240056229076,0.0007507518698865512,0.0002667058076812527,0.7769368525042276,0.09319341304457367,0.6640761746131102,0.026587942570940843,0.05339161354869909,0.18192049349689343,0.5895707902474666,0.9212609867137423,0.0005758331420714348,0.17436307723994768,0.00195340864110591,0.3943841681052429,0.816937212462746,0.7212315991409962,0.0256543554248971,0.3606081552114052,0.08722855770892128,0.48732369012441684,0.007664633331476063,0.3871262263601473,0.7549174643019908,0.6879695579958306,0.8998550757884575,0.7912091320853776,0.06937190043147771,0.18138454780826577,0.6929395486973097,0.5251084372930562,0.2490220054433525,0.02991591538681593],[0.31119252968341954,0.26001971821656233,0.8519141896316968,0.41241249875502084,0.32290892459429127,0.01686419387419858,0.5908775022319089,0.036345372099605644,0.5966214003108421,0.9617550287935277,0.7260507822099775,0.07593705380613884,0.9035378096677014,0.008291849196860447,0.56619162140357,0.8974441100347017,0.07122177946344897,0.6642666344467177,0.025152467563203013,0.8587467520529681,0.1727282454314009,0.7065007029458535,0.0812812292709136,0.0022936694569359326,0.7883557680736178,0.08080057161487726,0.4782546683322051,0.41858483030234045,0.09894012271837369,0.2961596468831971,0.00017916219753686348,0.5225114588382651,0.7903536284965988,0.6087788018121121,0.8572081244480945,0.3826839871702309,0.3607581392737647,0.0036598612026266975,0.12223303518870325,0.22823663465927857,0.11347190607973022,0.6883461176496896,0.5890297606108976,0.26744673070836955,0.00543360313969415,0.8191518207228203,0.5467021035668852,0.005184906119148416,0.48735382921624987,0.40806280962905706],[0.22476461950406418,0.1825590741848396,0.826487104275077,0.3129404711357288,0.8040630291256822,0.009345406793768963,0.8822704658807194,0.5398592599506697,0.5257381220983772,0.32370035460821367,0.25503985460635326,0.23900014503597217,0.7898170327271213,0.017601114885914853,0.4684593148856954,0.45906854296315436,0.01766554682299843,0.8534469939693514,0.029767807392584257,0.6738981248724621,0.6072510411930485,0.9089856982453601,0.14264708823178932,0.015198632271456474,0.6647402909869983,0.055501812687288,0.1629440489029846,0.30827090880194136,0.7921779662175535,0.6280759438569139,0.034741497595833344,0.41476022712858723,0.8497750075651777,0.017996116252426395,0.5142532381273633,0.10771255253472238,0.6208592611929062,0.0038226700196521196,0.22090558617249864,0.6181898148003525,0.02802860353888063,0.4303162961915006,0.7168056798266753,0.3940259664451631,0.01512664273404541,0.6010607847040481,0.46327156781968,0.16813089576381554,0.5906485861375744,0.9503477789066775],[0.7627200456137155,0.22101811920826134,0.8629338692325609,0.35470679941952843,0.7144064720685182,0.003359231798989526,0.7283482182897647,0.2211035488351847,0.5335133084730702,0.7379920683614979,0.6811232196725602,0.000496413109722159,0.6095592580139287,0.18190141712960034,0.766452386361522,0.7066273220960753,0.017032538581291404,0.5146247359126163,0.15847325321231914,0.6792565081295289,0.8114063711709264,0.8551804774201635,0.026230082306246936,0.0014205549479433261,0.7365344929590119,0.009828043494196232,0.33548847586295477,0.6520600779804104,0.40089651418192324,0.2205124110884301,0.000018081307720932982,0.879787727612331,0.846981267292279,0.02949186172670535,0.4214354465634064,0.22636259087430774,0.5582599559592867,0.00019424908825111528,0.07988084304172689,0.707612761880196,0.28697743766555844,0.24833513737349314,0.5326258260629398,0.34658500028450734,0.0032510283381370097,0.9382066401995572,0.6177202955474171,0.10850662073606704,0.037041911111463044,0.872502355790851],[0.41296534736275414,0.36137326171938544,0.2600372193193441,0.5777770739940277,0.6650386973313983,0.8619343037937519,0.37181042090599453,0.16268989069506443,0.6819286337193325,0.3975104315054458,0.43946897125179957,0.6715295369488404,0.49912306574727494,0.7904314033748903,0.018766280751153715,0.6492399931357227,0.5339019959470334,0.02249661416296163,0.5299838258485408,0.09151006061140035,0.6755937562434507,0.4357724884609755,0.37803426344652785,0.3987234095638313,0.7210882021704612,0.00106104527714969,0.0045900480530384185,0.8616690775537289,0.007011982226433843,0.6598369824991623,0.27531090908492284,0.5043606827024217,0.8912902441843595,0.0035397871511156555,0.3465688606648814,0.5269586298596513,0.4970590422427728,0.623649253590607,0.4937415688116469,0.071513631937944,0.47467819734289174,0.16164409270467164,0.05980146286834097,0.09459409903158984,0.13801551591718544,0.5519953954897482,0.7433805144286829,0.55393278514701,0.8208078724081068,0.04430582267260244],[0.8274278338049229,0.7555270957830522,0.36577983160724886,0.7363950962881393,0.39622402849302907,0.7849582666527243,0.18024047938824994,0.7934684467774203,0.634069167964719,0.6083048554232481,0.610728067971949,0.6710964943561626,0.389704915676973,0.8835952604804262,0.09148440875635738,0.3367982628834302,0.5486713659231701,0.04104776310575398,0.49466575254183304,0.049420724961440066,0.01109229268746332,0.34026940377076015,0.7211735972016509,0.021952329392195078,0.6081488285663464,0.0007896783514782623,0.20517829867754986,0.30993803936092656,0.027377868622237556,0.38008974251675703,0.40239498911834964,0.6653465145631494,0.4232472030157197,0.002007335881863894,0.7987901841608095,0.36073521051762547,0.38089292776878975,0.5942239272956163,0.027167270294415805,0.05647744558457395,0.6119190640010355,0.6166575059471878,0.014793377080599728,0.6264434506757928,0.39397905666785143,0.07979569598722727,0.5528966611618201,0.5396458445251626,0.7566007610473137,0.7476342376737312],[0.8693793884061154,0.696893903528992,0.44440666969348647,0.5443503465149928,0.5054016785919936,0.034178355635322163,0.11773360065798125,0.30182739841523654,0.00012914786068374395,0.6824789502983555,0.6875003553222668,0.5248356831585947,0.5829754519139356,0.7672446126829495,0.6400836105460538,0.19496950330304,0.6143184180218018,0.6368375311147366,0.6616129059458156,0.0004061876318985761,0.5097263531578472,0.24884501092067018,0.3838658378696493,0.7758210365142285,0.7423225007536446,0.8438349264381012,0.8392073560894423,0.6071357580628826,0.8722037885222491,0.23074699370159416,0.43390463551774433,0.23458500025107717,0.006295667969877492,0.5108942085047766,0.0004633309802120993,0.4676797848618324,0.21125485340587574,0.21138334146953303,0.006004983909836275,0.003128112514475779,0.4617263711839072,0.6956802478379475,0.7009708890669786,0.013126694046749559,0.0036147530858995493,0.8093870589412898,0.7066805079717343,0.03237103044605656,0.6860993654820431,0.0155218745544595],[0.7124983422329054,0.2463575716403635,0.6858834485075098,0.47151888492533606,0.43312579887674035,0.6782579115368907,0.06760015467905583,0.7489419818562579,0.0000018089212334177497,0.4570092064955425,0.001613038426473876,0.3849589851721017,0.6783749403296605,0.8583370141486075,0.535574443878424,0.019059845723282953,0.8972837315417885,0.009122823219603044,0.30554378897746826,0.00014452139593672985,0.5293591866873737,0.7903361339866548,0.5576078778329188,0.4673118994612679,0.8591285604952394,0.8606074325681864,0.5196192068579347,0.5844300570021563,0.5180502337073769,0.8874584451747953,0.11572008398796821,0.7585214807644549,0.009396661689999785,0.6422521470914901,0.00016013336835373143,0.45849968565050053,0.3988936045618545,0.21559335735884994,0.00370082668434723,0.0006739207060975909,0.23547002047787396,0.27393206745540294,0.8812872037543333,0.007258025035447305,0.00003151374188443981,0.33988685945848063,0.04753383034876486,0.004855614464702881,0.38610144614022424,0.000060962038338735754],[0.7069613288567365,0.2461188186574579,0.7918842796810461,0.7555070396859753,0.3002194821190031,0.4015314146273848,0.08068759535982463,0.5279700075906218,0.6605904965041572,0.8077667989665823,0.4038094983098401,0.7057102741427114,0.5953938022113558,0.7240921031287746,0.4170828919262336,0.09585622051983993,0.6203467948633432,0.8835913577490316,0.8517776389183562,0.22801189760963342,0.3133594377419042,0.22035299758670052,0.4989055906902602,0.6996445326019142,0.35389576413232077,0.6152033277244129,0.29789531718686085,0.3707656684635003,0.8875316491805557,0.010526618338834379,0.06336093794708618,0.5081906906382231,0.3339886186595347,0.0898328231662052,0.12458782113101932,0.3883329588712252,0.42138690903713794,0.00909317842509314,0.0016321205808079956,0.5735378302983688,0.7279956751776211,0.005664017014904699,0.496069728893496,0.0009121876125244178,0.0018107726377568525,0.07245027191531234,0.891234575557397,0.08551696524101697,0.11757235290088866,0.834896759821769],[0.8701190366604467,0.5513472092319909,0.6452639782837939,0.7978774480926378,0.19244874766155015,0.44853990954830353,0.11466368099853168,0.8197811266232837,0.5984675898045463,0.6923214700484173,0.37490685156797354,0.5827463314302338,0.6156698713412847,0.8436774879103639,0.2228536811721255,0.09054842053587235,0.5742556619325707,0.8934148621721081,0.8797119624892328,0.2585209099688422,0.39491470395925454,0.37759115166284574,0.47705664777782075,0.5839523578755139,0.43837771536231906,0.6581154931500273,0.1852207587114835,0.2637635298856397,0.8601563069802234,0.009118846992410064,0.08580489605465862,0.26049983142432215,0.23947416301850113,0.07471843974676422,0.021005176647413228,0.2987420633431977,0.23055706405741055,0.0026024688045270202,0.0003890530932383116,0.5295738639954252,0.509016049901477,0.0030296690624636523,0.8558095475602401,0.0009565198872797028,0.0008071497493964461,0.045036751950510934,0.8957602056489138,0.1196980545418212,0.22874386765847265,0.7717486672996278],[0.46913973586119967,0.11812750987403893,0.5206291808167057,0.679293879586859,0.09401554026339669,0.8758605541866364,0.02624338893057296,0.821497682841027,0.20850457834558858,0.3948079456213631,0.0007865758582109919,0.18006431148061264,0.7019056881380804,0.6024871519269095,0.07554063548019631,0.0016142362572269635,0.934458899073423,0.39445221128954394,0.4762011943532252,0.3283383513725276,0.5791962421287502,0.7804951550279169,0.6363078563454796,0.4951859163432986,0.8935372564236335,0.7958534153362908,0.04742880574133634,0.18113352851048037,0.5432448614620179,0.6162131846758325,0.012360561700805598,0.9134614054954691,0.1116073988260089,0.06724933175958712,0.08429703041161674,0.024472325839938445,0.6421115049237418,0.014251371333488059,0.0000720682545141712,0.23608488240877287,0.45771143486174043,0.0002657468009070821,0.9479387965255104,0.0007117121871592135,0.000018272212380568753,0.005242801280188771,0.4200217570148831,0.024520471727346622,0.039890750285998325,0.2244325831800674],[0.7869040556505712,0.28252247817573306,0.806155910194356,0.26310774473406817,0.5573648447864964,0.02675236515553264,0.14441847292842597,0.38703510483983294,0.0381427472513156,0.0067990751534025085,0.37912163442298197,0.007165496193645726,0.5386303586915029,0.6890653261738943,0.8648055492201098,0.17499510735618692,0.4860038404674867,0.31338433054037274,0.23424804438120292,0.3730441921338757,0.5186695066537016,0.5190744230848748,0.05645364773197645,0.5441219769585744,0.2742910918849864,0.0040099100261171946,0.7946659464500754,0.3616970802043007,0.4743922289305259,0.004058088104687213,0.29380846165598434,0.5776579859949027,0.2494843503569646,0.001737694733997892,0.12192988190049246,0.32273198899132455,0.03864604800288593,0.2831232014533155,0.06628922945767708,0.3313266696025561,0.8534501461648302,0.6277495442700871,0.5180437415779159,0.27101919699783594,0.46580913743336405,0.5901514820187054,0.5874530495658321,0.7403380762788832,0.36610123973444275,0.7679048302470417],[0.4227551696822635,0.6557548191344601,0.8017007845728518,0.47343398395254793,0.7422666651747408,0.0011715500712481093,0.027785062731679973,0.6791380777484594,0.09923352581951655,0.09007713950405617,0.38343179511255354,0.03369092335730635,0.5778472934174879,0.7975700691899881,0.588540541103313,0.40928239594870225,0.2649343553173063,0.8306115378501258,0.39184765553891526,0.6029598844931017,0.7013361067261631,0.8520186092493378,0.017162260336406342,0.8125285438798454,0.019685021863069658,0.001737354786099932,0.670410541373824,0.04640032011697306,0.8449362102748071,0.01644948310267355,0.793938045804914,0.8205363106964941,0.19722214190013984,0.003609164992404137,0.5149354377156141,0.7329591964280687,0.08261092187399345,0.12164416698560515,0.35756444043215824,0.7359832052654894,0.6922276262247986,0.409718968322633,0.10897040854183011,0.33449310373276775,0.4784106138411223,0.8055613217602008,0.6797355893921556,0.5441074366227685,0.8657608342181228,0.7177747810772767],[0.5877520436238475,0.6443296957820293,0.8222417591433085,0.27576821186157585,0.7794965860712325,0.0001459974027593324,0.016616010362996498,0.7510776203704922,0.07978064344071546,0.05549367967683878,0.5209326453759083,0.09944406834835916,0.782629002561917,0.805671267572084,0.593972987219127,0.5486420314961421,0.6504880332129528,0.8604032272302599,0.7546756824506248,0.2075628856841538,0.11324966819259176,0.7497330542348866,0.18362707158343475,0.5255935345418133,0.20472781696259643,0.032683253242499564,0.9155903730710351,0.052914930750131366,0.7916079157241827,0.005846368862957851,0.29092124392547186,0.4534092093838921,0.2715969134634723,0.0018684739695198958,0.10197043039445991,0.5466707004140187,0.27626190911148246,0.07514545157776256,0.03769747175403867,0.6632099962410707,0.6731814011544147,0.06614718530458392,0.3013272563063762,0.020673001471001148,0.2864708104835107,0.5853819535800289,0.6093889532343157,0.49074805546076894,0.6677432840601757,0.42656168839784625],[0.09551983188920164,0.21925282771461096,0.5690558636435857,0.15114754143176665,0.5123234154978595,0.726810931817516,0.0002124772072339598,0.8702756672841616,0.014366316961716285,0.031992080599853465,0.0009991521258615355,0.0028267074206581237,0.8395212731672084,0.7538603210511731,0.07603662741978173,0.0030324842990051503,0.9267005179451564,0.03932303548968409,0.4410248724124959,0.1583704036233109,0.11420893108405276,0.774681860777169,0.6657011871022137,0.09556872054933546,0.9079277999176335,0.8921366337533592,0.28149299236679926,0.5587770094936563,0.031020294085191597,0.86630201355754,0.2250837707047503,0.924171350289133,0.035785703125535945,0.48735261602858654,0.3152092180930674,0.04312301288373936,0.6707637588282979,0.6393236651455209,0.12218945853814617,0.08759840454147066,0.7416308282163849,0.006177189215432841,0.9491398548118742,0.2637335472024726,0.0070969404091106416,0.03752384951894553,0.018263688241023632,0.12116208114853225,0.6121834726051971,0.0017097024101173496],[0.6921940469894079,0.6982136146963908,0.6529207686519954,0.49348883956286743,0.6895318155160576,0.5866543897956815,0.001648716714498576,0.6963009095821278,0.4824982459916723,0.6564466553659928,0.8446560698648501,0.06645647517373372,0.6580744275597855,0.7564607578263784,0.08246594785185267,0.00265492083408477,0.2824116374298156,0.15299917522248097,0.6529731802561192,0.016213297596400913,0.16976271651474203,0.6645705477449667,0.12645656916274653,0.6904410901318783,0.6902765666012219,0.4736179202559867,0.2234843195057259,0.7714990091961851,0.009988203991971418,0.09950161528869264,0.6105762359547654,0.0006083298893318805,0.6717363516875572,0.6632860960984985,0.6712823168200466,0.028000337811782124,0.07788351077111368,0.7702277829259102,0.774798119047872,0.21471679057008558,0.5573958756257645,0.01818825670264738,0.6677160715309496,0.44854166163892534,0.5980962687336966,0.5804665581503785,0.4218469473387188,0.004832277432548058,0.699833885377329,0.11570005830147638],[0.9216266992422586,0.06885376080009649,0.2786166845078522,0.17229304396042508,0.0036827336203067444,0.014585772996999296,0.06371942729619683,0.03383151026179001,0.004960207600335843,0.6061736426537773,0.06533908717547512,0.8679210984454723,0.00038863430476616413,0.7764483381614541,0.000009539202632687849,0.945294021897214,0.643755117966116,0.7419751237118891,0.08537510171446214,0.7034068633965647,0.005858526520671591,0.8191174732804729,0.536147790759327,0.25438908121756243,0.0001685208856421269,0.7916466324530241,0.8494213778618883,0.0004660732688279465,0.03766736425107794,0.7753398307174719,0.0008961216615313289,0.8798141440131116,0.2645896208890568,0.022810861520238087,0.7276554144964932,0.3302452780594325,0.08989679245325843,0.8025355321774685,0.5978366506938259,0.2891679626024471,0.6687420118535973,0.0020246440950404143,0.6531240800546921,0.5726419688682131,0.6186746612655944,0.8216240748388347,0.9150928327908903,0.03221413934668828,0.6807934555516744,0.5407872021914544],[0.6378882043118953,0.14436590068407823,0.8131986741726324,0.1727273517350149,0.0006922852773536653,0.950835596675325,0.21999849277519934,0.18103838189340457,0.0011054318534035033,0.7486312576784663,0.34694722866799077,0.4145681517657372,0.03803387675840372,0.39671890046437214,0.000010744167794692777,0.534206872933502,0.6696713672181124,0.6936831243257529,0.0009584671869390189,0.2814390676767431,0.17386321568898802,0.7607032527726599,0.3135922506473755,0.09700374373272135,0.003008538905742944,0.7526807864806527,0.7265502645902973,0.04566688431401406,0.010255657629615547,0.0017328680919099695,0.013283101345865318,0.6555169637044432,0.48491559403232903,0.00003314051694157089,0.8306098768672439,0.0032891353190894904,0.6350450261050906,0.9308034628539379,0.4563583683779355,0.29698451301242135,0.8391134492268473,0.06420242226730634,0.6458055562532875,0.660712035082151,0.5379105469505663,0.8110630769675226,0.741585609686645,0.23661252316471498,0.5378626311120607,0.2120250860503819],[0.6347645982915775,0.00003445397770813681,0.5521300439355095,0.5886918524874319,0.06367326826600045,0.6433790733469573,0.03729864193235451,0.3666057227097754,0.005356798301113783,0.2476616209122895,0.11735095362885317,0.6651344785652826,0.37172673929545896,0.24938897327047335,0.01787040437754022,0.7218418585545674,0.8873028453936497,0.6322741356061442,0.00019050180693429048,0.8498879110470036,0.11684207135916255,0.09060629992622549,0.6169152335347096,0.0000035203260817934954,0.49482352669415164,0.42896252982424266,0.898358023419247,0.0009271646831713118,0.06810626857915252,0.4603981492460407,0.00025944486867577,0.3687921571116618,0.1303777283749058,0.14476496064862096,0.7895965961814788,0.3053686738748424,0.5972740434760981,0.4298165998744559,0.036913502555250714,0.0003007026296188088,0.49939467969796697,0.6097395394465054,0.6479276284719738,0.9078875791885216,0.061094156713697056,0.7958574035594002,0.831725756489886,0.000041797076715802696,0.9186954980749048,0.0905312533492366],[0.6180017382146128,5.962018282966845e-7,0.5800714961634115,0.645394590715806,0.25143676179342694,0.5748890746137765,0.2959872489515609,0.6756532828055287,0.00011912951642923543,0.07009510642089885,0.004302915830531751,0.5891147817243912,0.47270669352793326,0.620742858847186,0.0007358897280762732,0.5411594755408929,0.9225659632586691,0.6223938961697393,0.0014317101359325758,0.4629221560380186,0.13479855751207234,0.7359975072172862,0.6319340399613874,0.00006473595240476121,0.44165614581903084,0.8440564106690807,0.5196116043926392,0.0024186712023999547,0.1158315558242356,0.4428893730653219,0.00010045545328386042,0.25973466557284103,0.10164883156558754,0.005654546388070044,0.17256815317059568,0.02655136859666211,0.461327136595504,0.3434686513654046,0.054738442705812976,0.00005740940164818138,0.6966608478472144,0.28255279531267824,0.28905669744903506,0.3442187142400988,0.014818337594295674,0.41468025110875945,0.49853974931415074,0.015985815378971698,0.20177560969688027,0.0005312028662699056],[0.8440002415678829,9.285665621228451e-7,0.8961353548398437,0.6824155571193827,0.5326218396492773,0.41109818204729026,0.1414811618647835,0.7540249485315427,0.0012735873040277395,0.13703514228372451,0.11793038841485544,0.7532956104425756,0.3647943111431279,0.5149581097650328,0.0170243097317633,0.7289713892018559,0.6687276680462116,0.7689530276408169,0.02915286236219032,0.4749227683665365,0.14342253663574117,0.6480263204175891,0.5734779167951659,0.000005711151290564727,0.48109251981252454,0.2495774131413077,0.7354708430444066,0.055283068335648416,0.046297559907117834,0.468903539250818,0.0010048216433380236,0.21836403070492838,0.24995312353297472,0.06577583648205275,0.1601851114659895,0.08495386060753543,0.8454163659135687,0.6952139042768523,0.15903093682705574,0.00006390993086428865,0.616954951072726,0.2852226555029437,0.28521865904027616,0.6184004073221474,0.018963503513145824,0.7225107013822486,0.6695789936966865,0.011792618121758811,0.1268769469825868,0.010238889142780478],[0.4778967000998851,0.00025385069526770513,0.3912196938864068,0.4283530819909171,0.033745835304124054,0.43769600417428606,0.15207243788956853,0.8360161435971813,0.025584650379276205,0.17075395237285662,0.006423940559244177,0.2876538260332483,0.23484778273868187,0.5011213349100726,0.02754527423339223,0.7378964223113724,0.8551196545496899,0.8580235083458517,0.0014277688204105425,0.5521207469481532,0.04298878482816301,0.23485341233149526,0.5571587913242405,0.00003145746529976632,0.3368659182812414,0.823361370577349,0.9004421814654531,0.20724157235815235,0.06308648733216837,0.5600660225325329,0.005379363981078005,0.9117277788722273,0.021105649741797204,0.14146160738988098,0.7177248243504336,0.41344635109860517,0.4846234715528523,0.5056163258011825,0.6344498242804418,0.0003108241961110906,0.862909899010625,0.5489560072881188,0.26963264234955764,0.678507222370366,0.7256330516272486,0.9222560649430995,0.8430047146661124,0.003743576833816808,0.7378104689224626,0.04811502514034336],[0.4758686662989278,0.02921280251166347,0.002243514410800691,0.20505286444872003,0.4608236719498785,0.2915817602365988,0.08716472573310889,0.8783813329267408,0.20824763606231977,0.3909759761752502,0.02265825220572108,0.8055827919127286,0.00793196685123172,0.18620285745388762,0.23753532470896896,0.7889423586051321,0.5146248864951039,0.6374348064087043,0.05577336350141161,0.15643863332689883,0.17854144237842762,0.6408173566422677,0.027896390348483027,0.12393198505399917,0.4166956607804874,0.8803892522192616,0.6936582554857397,0.4267117649001446,0.00099123847037247,0.012267519790875946,0.03736815749323166,0.8032721094411857,0.005436822308580516,0.15567876646994924,0.692397062515233,0.6205669736210335,0.694704162051789,0.4858947768247995,0.0018210056349239785,0.0038745008117031655,0.5803311907538684,0.01927060512448446,0.13128974440948762,0.6772248637362548,0.7319379796835851,0.5294179938453577,0.8349864479793908,0.12267479475429995,0.9342803404796912,0.5411780492021793],[0.5208170584898004,0.5112137641456291,0.687667844225298,0.6730095768245523,0.0056976249675354685,0.6770121898644067,0.7018455727016769,0.2903362736455421,0.37429173383521214,0.44000308678637856,0.20598024485762303,0.7619991227033288,0.005340348822927904,0.008308387700850574,0.7441179653616004,0.5190152175010708,0.14268410253689584,0.5020245943919083,0.6811234159376444,0.2615932857899734,0.681389323190399,0.5575517836357192,0.15490220362619458,0.6127145787845315,0.4190522155930635,0.1611329726746623,0.5881496532734795,0.5641744056894965,0.34660245717573174,0.32057432009936593,0.7293163102258492,0.5548003529712647,0.5721819523789856,0.8637184421462774,0.8165608114066256,0.8240878719817775,0.14846548939789958,0.8182899298527591,0.542040030143288,0.11486701714464706,0.007694818161605766,0.08645176675428029,0.4367538152420976,0.4944137442133362,0.26172244835614555,0.6340362560519058,0.048662156502958374,0.549851981722631,0.0036838939381245396,0.009046101018214962],[0.6782973601362361,0.05267386869859083,0.7994190409386338,0.643457940693771,0.0006675294145640065,0.7643200272461481,0.7937982926975056,0.9306946481037466,0.8920588026133338,0.0788068712501204,0.01838276335365146,0.5437925193865099,0.7641719450647515,0.03641621413978585,0.8313006843564444,0.5239725152045956,0.49485527527634465,0.7996989775914024,0.7001525466869859,0.00013092714695107178,0.8611576942248109,0.42592611457399215,0.07747847034683483,0.6508254507231377,0.4774523733488002,0.017532306575125278,0.7204357982081182,0.6209450626563634,0.11222461907266275,0.265157803245439,0.04307554344790162,0.5524616386875962,0.03354832226087731,0.01088512248899277,0.5137688952338174,0.36711623347729394,0.000020399355302786618,0.6755441740623496,0.6334705408954716,0.00350544969656146,0.000060351709331117754,0.005267149951187049,0.45003958487520507,0.7517805111277037,0.7764223858315923,0.811809739798081,0.775545219073125,0.552049886112014,0.0001472166467544412,0.00044565778892842033],[0.6357622971038286,0.7434113177215232,0.2272813807676106,0.7686675532332626,0.10770604214711478,0.000034958577929231747,0.0010858068926693893,0.7089678850041153,0.5156050967696668,0.5594181448263176,0.26852969543441724,0.5499168390225058,0.0001913335963126268,0.914763759685975,0.049659429795469376,0.0010729739540300885,0.00003873284066953785,0.024044915870937624,0.6461571471605226,0.7389964173543263,0.0019229641152781732,0.6301319220274709,0.3768703902061624,0.22272419765290877,0.5788897305954026,0.839466143608117,0.5737555917004117,0.47544752587253114,0.5977243106850967,0.6904675340392924,0.4369041854141416,0.3339253566468792,0.837057070256321,0.8714071528134523,0.035202450813058464,0.38882592886610573,0.8236262684283853,0.6361199080671144,0.0237327863786503,0.20066523919863935,0.03172396203544665,0.71797632764086,0.9548496119081871,0.540899659201626,0.045481989252161674,0.07147138758846852,0.4758946820107493,0.3449765883869572,0.00019976263146107145,0.7436921154900821],[0.6303289882162568,0.5297266641331206,0.0793864645229529,0.09730225267720762,0.0020231843843496757,0.008042780092643429,0.014489629182186074,0.4494995344341598,0.07258716576157632,0.2156995077152019,0.5739332547805519,0.6401459220495342,0.1566344335994292,0.5372312398147714,0.3307092139711119,0.3155851610204783,0.04745703777213612,0.26305351901716034,0.8159629890887832,0.5759613341003069,0.04215667804388842,0.4683153783880664,0.5273174363033721,0.2086164377049684,0.8155736145574511,0.8533511061452786,0.03277365435589765,0.607612686904872,0.25554302336342344,0.6486787548976994,0.09852113141424104,0.005220067001580886,0.9464780404422143,0.7435778907301214,0.708276792547582,0.11185161689933916,0.8532225393057735,0.09535055363996627,0.010740454448040209,0.29509579785288204,0.03207713327833239,0.32624971559020355,0.935098331959461,0.5181887025542617,0.31177843664783245,0.31124051126141505,0.09359987954280002,0.5447537160080911,0.11403924481557215,0.5500921828610821],[0.6658190061244866,0.7668417713910015,0.0014718811052832018,0.4587053647275805,0.024795644483523557,0.25840084726150403,0.5132694364117986,0.5631826083717882,0.40374162372437816,0.0038066880450648754,0.79908094021896,0.5643943584884474,0.06858821823056996,0.652313568375384,0.14735812969163803,0.8720304204391992,0.3735994380333484,0.6274757754845799,0.5700078479221202,0.8168514152406642,0.17300835690564417,0.554450461223772,0.7693361974054275,0.023927790509865467,0.690367864974888,0.21193044838542896,0.35235280524815377,0.6845289164538932,0.7577039268924912,0.46775667584304575,0.23259408485989136,0.03944863616906632,0.8372420432122407,0.6976313043795569,0.5397816297192471,0.04616805928592037,0.015541503470652003,0.3243494889579682,0.0029432923307714147,0.04828172163007812,0.6572994539139903,0.8610038095816729,0.7378877535471028,0.4734360968219304,0.5953005178906614,0.026158921149585863,0.7628594403737525,0.3901611204021846,0.45581112138087765,0.7245765637124517],[0.406096950547132,0.7188647831474523,0.723621577284299,0.0031320800731324525,0.0001419228420249416,0.7170446538093594,0.46542333086369636,0.6159799779876516,0.7553473607167694,0.0003575423290101958,0.8009735237067365,0.1556776252671123,0.41090227436149274,0.3377297761287126,0.5172753946918305,0.8524559848104644,0.5827980245826833,0.09984661632973788,0.014489714840040739,0.8485637432935812,0.5590260967846902,0.2986231886557901,0.6315697535093088,0.5305834508660502,0.24931374157842062,0.838525405743636,0.4985153556915733,0.004565947863482254,0.7830883412402188,0.7192483380610073,0.8415306780663934,0.4183014960946103,0.7058504389595652,0.06194385658696239,0.8044219377908083,0.7343689601069421,0.7024126408826723,0.683202463069971,0.6717957657580493,0.2860133323612981,0.27802721227315985,0.38397389500328366,0.4472937163223002,0.07812901322637647,0.8937879560242934,0.33880901747814723,0.006691567222076313,0.0012746951059475964,0.0011720262609188038,0.6841337906492296],[0.892388368954864,0.205521189866865,0.1028031572613315,0.0011128440041731338,0.000013047791877956544,0.5389797469173646,0.11316877728003139,0.44188475303468117,0.01621130325057637,0.000011615614060689595,0.754667051377457,0.023664633902670183,0.7022325810827988,0.02453595825775925,0.16867699368387484,0.7675494696591164,0.5309152290840595,0.036080584252928656,0.0014468591041911158,0.6356291241644757,0.7121268279059547,0.6722762762674418,0.6059654996634197,0.8160059029048331,0.34433822500157846,0.7231048267034005,0.9344517308921924,0.0888497916473525,0.6216915148915965,0.7218812816395072,0.6901403552891411,0.3486914181330594,0.956920630102374,0.08135715123123341,0.41776533730701554,0.553944470282901,0.5180287318636979,0.6410097855488598,0.2812490725007946,0.536591645085277,0.7788911617483163,0.10455871040128543,0.6905950737194534,0.5720557328828291,0.5488661015322822,0.24715734752452057,0.016046980373481103,0.0017479953258523631,0.0002478423001824781,0.3134679534461351],[0.8795964738039324,0.8086946760612092,0.5313015363791084,0.44901157064599406,0.46766667701729614,0.003177006562243626,0.8500058570954214,0.0004233760859159895,0.8569251236100854,0.5487478509807726,0.5334273723769923,0.9157274933084391,0.23480987357139377,0.7183362834005568,0.0007584774714539321,0.026678808538751927,0.6148413170553328,0.6434375521145989,0.2019303725164961,0.5764430155081227,0.009128450599148042,0.044322991095870054,0.00001628222591536605,0.6630618758488824,0.17881676899736274,0.7109366214190597,0.7466995899527102,0.5860430321095905,0.47474528746477385,0.38787573675025694,0.898083464889695,0.888688015469129,0.8702053619154091,0.06668485391478376,0.4488682513031647,0.7982586572063207,0.2353293576274228,0.3574353962433399,0.7089862307210865,0.17348895496203015,0.6502307054270842,0.30740264355017805,0.6455908030003807,0.5543777647231029,0.014574092445825935,0.019594183398957264,0.0004311713690037885,0.02472625827474483,0.6029398102811383,0.25750285345184304],[0.7675017284365829,0.3715165589585901,0.815853421809808,0.9586822824540481,0.566304541729971,0.05716967995185504,0.7895948536622805,0.001125954740425267,0.6184029363302381,0.5025138066792988,0.2513261155469314,0.8055751411301014,0.5565907233425665,0.5720502520973287,0.0006549343493316298,0.18835297540420154,0.8775186889989648,0.688379266611702,0.5525217793167059,0.5938303758430802,0.0030375880359323304,0.2384493412179261,0.000022995355302037922,0.747443649319323,0.07143216494614507,0.7611427890507287,0.7039042850193061,0.717688018688572,0.8146337503791127,0.071212366392277,0.62362774898165,0.9246216450206269,0.3408687287642798,0.024677200821249134,0.7073044822419458,0.6142811601706987,0.4378743076758746,0.7636681149542909,0.7189877028728785,0.5818477597277479,0.6153812426833025,0.6577345709566674,0.6341776789576142,0.6888364800132749,0.12485784293348372,0.005233326050462615,0.0014464315722302798,0.07708312961493848,0.7956567187434747,0.001350002122223016],[0.6754176408596981,0.459494529075599,0.5184433179853216,0.34058867567020257,0.5903117494510991,0.09412262103223872,0.530741796230142,0.0022690656963727084,0.6464255621957027,0.6571593452939288,0.6147235383208464,0.5988265045433484,0.032165434377976365,0.6518763911459521,0.08232244929670005,0.5771383056158124,0.30788596373537047,0.48968727134978585,0.43318131723694153,0.6222690600064418,0.010307247375955269,0.062153843452515414,0.0032616838765836312,0.8529662173128377,0.38288815111974994,0.7243461242578046,0.6900547550698466,0.4211546546608401,0.5003034288479034,0.023819983196001156,0.41734142848985345,0.5038760987181029,0.5522913486651393,0.24299907144898167,0.548458680847667,0.6101048543847872,0.6379211651373575,0.5718824183249699,0.4829676271434583,0.7046636700372829,0.008090188106175568,0.4503167691771394,0.40147390399048427,0.5875691486456445,0.45519528198864334,0.03406150192103765,0.8587318843416465,0.029397082412461542,0.7252344755161471,0.5409599286180086],[0.5166423014787345,0.9568801364733743,0.8559562959887427,0.60897189304525,0.781031186860025,0.0010120481030595654,0.35182104505993383,0.0004876692592952429,0.6686494246710263,0.6937068244637125,0.7198066765384695,0.8739708183929212,0.7315388609772638,0.7056434897511893,0.0002957239315457811,0.11250041806958055,0.3106149094263805,0.9765526128551635,0.5117385936107373,0.4355287091847437,0.2457924508471378,0.22857090034891803,4.833518881643125e-7,0.8238701896798053,0.8416966833731966,0.6871463155822662,0.13752610313502076,0.5209016471097941,0.5515769698272083,0.8724182601913923,0.9801430227149013,0.8829820509047709,0.2085564289196962,0.7453932860306584,0.8896645296593285,0.8419061684100823,0.48600783103170603,0.3378484154316051,0.9930324985875097,0.6340340405420628,0.014453430377506817,0.8597327441692664,0.7119214854090269,0.6598514933948623,0.023038149342081458,0.0016725348433106195,0.0017432755968602677,0.004072047103696199,0.19724501588461713,0.03660067905218968],[0.4787318328651322,0.6504915824424401,0.877928511728997,0.8052192285869328,0.22580973576845723,0.8419196736819349,0.7548191193698067,0.5860690204983187,0.15968895423328924,0.000055123846728451826,0.2743502893149139,0.22908278138941676,0.4792143631611963,0.5968712624199941,0.9598632709535209,0.0006537309794581491,0.9076415056896482,0.13696185935980182,0.003357105491393145,0.5174554541710243,0.25006275418479773,0.42640952305053254,0.2675091096986684,0.19851061978276727,0.6252726469332471,0.20389714673016698,0.15917165093315389,0.5188065364141815,0.15401190339519555,0.07672757369701824,0.302045026424445,0.6758001303897019,0.18485793081919824,0.746714061122355,0.005447327825222759,0.9595798696410375,0.04240001924533333,0.2668590547751026,0.19249892610403252,0.5739658093240599,0.6654716960280681,0.9311189473121535,0.557065099990667,0.5481397055211573,0.04360127728348707,0.004583169416377089,0.6724823184408725,0.6543799390388546,0.19173622602079568,0.3432898260649616],[0.6715240972602676,0.2119314475765287,0.4315759491791561,0.7122655614139324,0.028353157124735247,0.7299694577610032,0.46240108211571884,0.8354971043282948,0.023939617608613906,0.00003342439670626234,0.0013354062908612716,0.21466669581516307,0.6184418939724248,0.8611265469862134,0.8321493042843983,0.006631376823978922,0.7296690094223764,0.17794390573582933,0.00022788149944956976,0.007861507995483285,0.03280864972116954,0.38717442466660107,0.40123291893785057,0.2875668656131975,0.7231490687198109,0.7512384122588232,0.39587675635409525,0.03356398564089253,0.4922850834401984,0.06411058802866129,0.3328973913417649,0.1323516228781862,0.7555281957680231,0.5423182488570439,0.00021619342213060098,0.6346645254571869,0.47875443603179124,0.27964999231197923,0.06670293070421984,0.35639014303418964,0.528303725483253,0.33245042733869135,0.7761217881442054,0.5771700744495922,0.2881559990484699,0.004215980653220943,0.4846283260720521,0.47366321815910545,0.49030465004871016,0.29499966834080493],[0.042530568678220956,0.10171203528096075,0.7288423425746872,0.09201624316949533,0.4973937151130166,0.0572183598941868,0.32423533632434637,0.7198300569316863,0.4099022715437316,0.1261124337563055,0.6666818606651937,0.6881778467719225,0.4114169547670785,0.718970054518989,0.7005278179155551,0.011226215327687257,0.39968217075092766,0.021287611710564498,0.0005362090244837194,0.4524867789784157,0.14171383498766185,0.000636978401341221,0.6204417236951432,0.15797928203843353,0.6489260782911143,0.5553316285761168,0.14735981907637002,0.6014585612353698,0.5543159145643565,0.4805615100901347,0.4520363120832116,0.7610863576726444,0.6022435647955132,0.002012243089840921,0.6984041163459593,0.613659549183289,0.8935622583007663,0.05120590168146926,0.6626840058267037,0.7638640259117873,0.41214218909654066,0.4224676560880357,0.8066951117877945,0.1636595125888856,0.01976274106401035,0.19208590496923686,0.40277657118784066,0.08979239244284914,0.005594148237984493,0.10005642924826647],[0.5168704013693621,0.017710346259174652,0.7591331876177279,0.38850199317143086,0.22029009349863538,0.40242467686384426,0.334048726676573,0.7711256924085041,0.47433364381328,0.042395286099219505,0.5716868777039485,0.5172416944518096,0.7756685810984584,0.7044425751566686,0.900579560168157,0.004857708305764226,0.07306683719557525,0.04307788992759124,0.00002407610267739365,0.15099457898693744,0.0034420615067717766,0.0041072344420083695,0.7484231298096893,0.1983382298768756,0.038494998171827395,0.6757705552862353,0.6988124212501461,0.6760620678533736,0.7598923792661015,0.06116516193220358,0.6743657923318238,0.5998277973498918,0.7103537515672913,0.02227799809548564,0.4738658610753207,0.7310726459748919,0.7287469864868771,0.45478839228337753,0.4372583192067375,0.38616043948437695,0.5868281189712301,0.5096411788161077,0.5063984384772032,0.40470248234338285,0.19228416162946757,0.06121686864916934,0.6013750597971783,0.06065251785855967,0.14485488957590076,0.579903050647254],[0.756602061931891,0.001888665835666848,0.1104874254748491,0.5800290575410982,0.8283769460488628,0.02982827141191838,0.23936902455589348,0.7406809877530495,0.0997418483408764,0.04099814225721604,0.6119469237689006,0.6484353691801092,0.9415579781175527,0.4919631291762165,0.48620129657011724,0.0003681080855813769,0.10076558877642053,0.19687806556034493,0.0004708734427050932,0.9263359491200515,0.46217930619204173,0.00007521041557437219,0.08423187975177517,0.0025921672899883235,0.5335705550181399,0.25424483384390123,0.7158326811851906,0.41588885981589413,0.7573894861589341,0.8807666720240895,0.5410906448906583,0.7872001613203796,0.9260152937259066,0.11398125563323636,0.9258905320703388,0.09232235452660018,0.9556592806620661,0.5566886337531658,0.21159534210256054,0.6509748314013153,0.10254937629037886,0.19551876838842863,0.00437152524041333,0.00004751272291222934,0.6295407705267912,0.00418691478400926,0.373288793094595,0.4523711685977805,0.6735981463100672,0.6044143061817685]],[[0.00000529997685933573,0.000025256638776284797,0.00008311280571623223,0.000020620226691566678,0.00000992337109810575,0.000030423688826107454,0.000005972419696684778,0.0000024135398644958332,0.0000666002732341568,0.000012687933443284401,0.00001190637242498226,0.000013719002806892024,0.00015693496228468077,0.00005211127940699759,0.0000015128224078245002,0.000012944702463585523,0.000024103969941498266,0.0000033427236671130206,0.000005979074533143198,0.00000503704833183785,0.000003077897664757677,0.000004394172817047812,0.000024715232890043194,0.00001999809817466912,0.00003875297849558939,0.000019037867219761325,0.000006120331467578226,0.000014105980285758801,0.000012564654839837312,0.000010246848124864474,0.00000716597008291856],[0.00006427897008882714,0.00002606022441271042,0.00001575205638786257,0.000044462031446675656,0.000044335810496779684,0.0003027187790454233,0.000025194035835809888,0.0002521407784288647,0.00004777603450549493,0.00019402797577548113,0.00005174324863711453,0.00032817476757994576,0.0000670834471730398,0.8538532536187005,0.000015018908712970403,0.00008215490673897138,0.0000903854177228527,0.0004663424085943176,0.000007011198500187109,0.0003530049850183783,0.000009151065252161379,0.000015901641959698794,0.000032511844887281266,0.000002858350866708004,0.00040114181479182953,0.0005627225594259742,0.00007966556637136004,0.00009844626161620693,0.00006952277074325649,0.0000583566755683827,0.0004302168737174241],[0.00012411253180278828,0.00010986049955670032,0.00006799457143546767,0.000046344103651525956,0.0000012156013495450271,0.0006090351781062367,6.324118666459304e-7,0.00002489668834704176,0.0000148262439341959,0.0001299699081441699,0.0000688106452501536,0.0005979149196199447,0.0000647149808788243,0.8134845058665087,0.000005215398859366288,0.000057530307215343544,0.000028043672816437928,0.000060625822742076056,0.00012688730643775826,0.00009970934764182843,0.0000030797020292539917,0.00006049758521156645,0.0000087455054585484,0.000011407152892006682,0.000034670066198048526,0.0002244690435655356,0.00000907718623094056,0.00028646977314236054,0.00001667625905326616,0.0003557642456524957,0.0036331140921678586],[0.00026278496246048247,0.000004093564568792677,0.000032864042102091916,0.00034805499720885394,0.00000738545701227782,0.000040015017040271316,0.000011013660354086641,0.0000997185585425439,0.000009057451945409295,0.00012010399213541566,0.000009296508071066757,0.0003863697285783426,0.00001253372965070555,0.8485049597303438,0.000013340054924996435,0.0001311227932101288,0.0013782202355011003,0.00021297752848189113,0.00006643125085565128,0.00009555606035082573,0.00006316302038042686,0.0004568901629865883,0.00004279375201897343,0.0000076252945798741266,0.00006472142381242428,0.0007475612667476141,0.0001604131886570002,0.00028784282522953847,0.000016969469859397398,0.000020973891440683878,0.0005859765439650097],[0.000003843605738752881,0.00006983652369757137,0.000018443831743704878,0.000003962442935932096,0.000031785322763355446,0.000016831579362470967,0.000016081632940092943,0.000006493634037339861,0.0002649872139081753,0.000010345459940876682,0.0007626950209046492,0.00028166122647394436,0.8260004323248731,6.86967736533839e-7,0.000008381322226971996,0.000056071044617342826,0.00012455514693291545,7.326044475801819e-7,0.000009960407550949605,0.000011994292253141452,0.000021512680911261128,0.00005144040203573567,0.0003989375740105318,0.0002327362347498122,0.0009239427620836269,0.000004221935944646439,0.000014016183482794894,0.00004357555602163315,0.00006541542551636698,0.0001660251328272155,0.00002091991799868575],[0.00012804655001515981,0.00008158996335270274,0.00005911204769380221,0.0000686271218691523,0.000010657117171742494,0.00017005029340286896,0.0000190828399867978,0.000007670552980103662,0.0002158205892845681,0.00007883422986659269,0.0018837074030586087,0.00022934701042906657,0.8325565948234475,0.000006160101502706829,0.00003646103155423328,0.00034280341059375326,0.00004778122480840081,0.00001771770233249309,0.00002430096821817418,0.000018659429729916733,0.00001120033522384922,0.00008539707633488864,0.0005914799321907865,0.00021908543050247004,0.0005220016703062388,0.000006441962500446461,0.00004245126304056078,0.00007973716106625662,0.00004407977414394452,0.000014985291374946272,0.00009145589817726916],[0.00010496330073391943,0.000009862034663016672,0.0011214715238370284,0.00029971705372846804,0.000052047858340909374,0.00002520318302392152,0.00010155679082425394,0.0002705597275200201,0.00028721809619486826,0.0008884951441223305,0.000006628091152476692,0.0007322770028965547,0.0001291813149154081,0.00009488315112357792,0.8137975150156722,0.0010606005222182366,0.00011051150745687043,0.0002080760416773141,7.118984443844756e-7,0.0003763673721018286,0.00003192485991264587,0.0003516961622921827,0.00003474520251712644,0.00003663736720585225,0.00022561931460685558,0.00020424308547313918,0.000011569291579847061,0.0004172291273931789,0.00046499071394779333,0.00012249614339060526,9.453344474673453e-7],[0.000010570176892862358,0.000039180237042059,0.846582015326142,0.00020440666683321622,0.000018750924617377344,0.000015524836065372,0.00004250452319260074,0.00014879081484805477,0.00009274434776172333,0.00003369852263286407,0.00009927766623322207,0.00017986147701243933,0.00003746676634525739,0.00010576419260944635,0.002653608700842552,0.000505794185319901,0.00007758102567851059,0.00037842530074350296,0.000001441280640172796,0.00015945424760257994,0.00016959652374501637,0.0007413665466557155,0.000023836706776596575,0.00013867218884577415,0.00032875639769734243,0.000003891895444518048,0.00004897175287248761,0.0002722480462314831,0.0002557498995437332,0.00015273967958684753,0.00008323980961208635],[0.000005171647371595171,0.0001121861349879769,0.8630510794476598,0.0005048235466886942,0.00002661605238366068,0.0007835893826839838,0.0001279943316111558,0.00022750561869352387,0.0000038177410823778746,0.0000032592328952093117,0.00044992536681752893,0.000007316227788364368,0.00001719063998463803,0.000037698464828623736,0.000002888366346273682,0.00002853057169634029,0.000010851206994985466,0.00002377140203736891,8.84764959433095e-7,0.0000619385037184686,0.00005158381986369214,0.00003884099523412502,0.000043683145675586796,0.00005477481845691254,0.00040302410682453645,0.000057046494817573514,0.00009363595922487456,0.00010818199053960661,0.00020086665952580396,0.000017489489846868856,0.0000467079878304507],[0.0000020661094805031266,0.00012125970909638399,0.8554656610403819,0.00002564261367082217,0.00003541054730892564,0.0005194980841150223,0.00021117321001719045,0.00012069958160004211,0.000176986622179924,0.000038143388469589745,0.00023359220682549073,0.00008766632310198139,0.000005012399772117079,0.00001795731178608282,0.00001250891079471852,0.000013572347084108865,0.00000993330304566465,0.0003882921805533038,0.0000015119410049061835,0.00022384544713808423,0.00005421639445316178,0.00035366747498765847,0.00011333036240156321,0.00007671528697473267,0.00004781776259962855,0.000005690672162227354,0.00020410314736270515,0.00022618652957073152,0.00008257185858713939,0.0003132292738177418,0.00008457259833478031],[0.0019920794932352494,0.000024048858403559555,0.00001185999909608065,0.000003882503506602632,0.00016461985229444294,0.00003178613359165212,0.000020233209115915747,0.00019043242355474006,0.0000013547645826351764,0.8386884058273292,0.0008478189037814119,0.00011962279833135853,0.000019855125329508987,0.00004719990243063615,0.000172483906949082,0.00008649445302004794,0.00000581419422181359,0.00007673571569264788,0.00004267316436502931,0.000013930580061840204,0.000013089793566342367,0.00006288787736046578,0.000004035687775580276,0.00007327371599035482,0.0000050535499913879645,0.0000011448430012319585,0.000010806747320186412,0.00015464875398502496,0.00010009578593994816,0.00001925271760860783,0.0003156832370470239],[0.00017967389475164594,0.00003485092509777676,0.0000851748709559503,0.00004781617695774102,0.0000050845353747053624,0.0007110429190808012,0.00008963004817469293,0.0010027757714412577,0.0000071731442276255495,0.826533911065006,0.0004740961706809141,0.0003079819151402622,0.00002478740567908899,0.0001668677315250786,0.00043710909540270904,0.00002051783303980511,0.00008284039724373526,0.0005993910383021451,0.000028576824566122805,0.0018898470838943492,0.0000347384128259416,0.000037543274834915876,0.0004337337831504442,0.00004339255734018318,0.00010861580726512424,0.00020330383686783274,0.000007329653474140663,0.0001066419973537046,0.0005815114469942946,0.0000037134345351375115,0.00029401135288957325],[0.000028045061116464906,0.00010346723600740224,0.00006141863035433856,0.000018640350548730754,0.00003271414939954585,0.0003598945694403966,0.000021636568319129236,0.000014001201998838782,0.00021128915911926166,0.000021217556533417065,0.8632248386563115,0.00000771843811762537,0.0016246036716852604,0.000002867554513074777,2.226716201441931e-7,0.000007917326562215216,0.000057862532340676405,0.00005721024131928338,0.000005209539851240497,0.00009135078376266894,0.000008015759473718304,0.000012875297473613223,0.000058844366284381726,0.00001252864846947163,0.00022795472471163263,1.606470074804728e-7,0.000007682426995666715,0.000004238057829785964,0.00006344101760352673,0.000023052124651399458,0.00004755920143831776],[0.00005187279539799133,0.00003595705844005769,0.00009263112301072777,0.000003844857590502072,0.0001876901008055177,0.0025154884364977257,0.00048472897246702203,0.00012255843381083197,0.00006374137365880158,0.0004244066358554253,0.8496785957515898,0.0000019730857946207283,0.00021058181025672228,0.00002818260864647499,4.7491524524404393e-7,0.0000016000340720226226,0.0000013327830887551998,0.000002429195685383654,0.000014335771378860732,0.00001081576866633792,0.000023866769383184195,0.000012240915612381281,0.00000980080521535574,0.00014741128551275852,0.00000977534775283767,0.000007743206417041522,0.000060908174000347666,0.00009066011135282627,0.00004244169782613885,0.00004848875817014865,0.000006088130741321338],[0.00014284924751361612,0.000018887773943986898,0.00006973798291932064,0.0000030505072849299583,0.000004833965920040549,0.000006703312014696021,0.00004509082212653029,0.00033349174821973904,0.0005577577526299996,0.0004423344642163939,0.8651947462283162,0.00005453417591409989,0.0004429345770133753,0.00001691228701912947,0.0000021721315004805263,0.000016715074299144404,0.00004979062884527526,0.00002246429301608984,0.0000010190422585757546,0.00010394260689766849,0.000045074196492731085,0.00003454186364635396,0.00009507813310121332,0.000033577056129948305,0.00001458231227719601,4.606026932261324e-7,0.000007434358749604804,0.000002436478466534461,0.00004437562217165731,0.00021549618573652991,0.00011128542436504811],[0.00004959664462496239,0.000019757478816439484,0.00009652678620236877,0.0000011253366219591613,0.0000128268535126114,0.00016299720940595106,0.000010574675809475387,0.00015747239643295217,0.00005099092694392413,0.00014009544174586335,0.8658415104450932,0.0001982285360989135,0.0002303500958629,0.00003314355857032851,0.00010237466164171039,0.00007723777691664683,0.000015984103001616918,0.00019367059496952906,0.000010881675066838704,0.0004778978799110254,0.000043948056928551405,0.00003530104994438759,0.00033452289955396953,0.00003137187455558842,0.00004451889446748444,0.00001969717636153144,0.00005734573684672485,0.000012910930697136937,0.00004298029401182676,0.00008929487447809561,0.0000769752758927347],[0.00005630063703107258,0.000029015091596125374,0.00007459665086068595,0.00001089803721364472,0.0004283824742035638,0.8456768166152193,0.00003413917861769513,0.000017572527279527377,0.00003658715859943555,0.00012964668900956354,0.002175880363677197,0.0000019973930489805363,0.00002188810321671049,0.00008091153042648648,0.000014715141122631753,0.00007471869644189427,0.0000023201093224733933,0.00002043290125180291,0.0003841175913219816,0.00013976383674998345,0.00004136014020821844,0.000010785901410139955,0.000021426245090163843,0.0000807826496895496,0.00006516793250395987,0.00017418192172837535,0.0002640834093080367,0.00018007399192022475,0.0003403970292811549,0.0001454340532219292,0.00000590622702358885],[0.0002785240359435249,0.00003100784353503541,0.00007827797947042585,0.00000809256292431887,0.00001903845426570471,0.8389065603553675,0.000035741819806982555,0.000018024803261353482,0.000002892846629294936,0.0006942827887216636,0.00006929478163842592,0.00003506778290002569,0.0002991846075833106,0.0002557965041561056,0.00021278204234954288,0.000015218419197181784,0.000011893269130014404,0.00005055064042291787,0.00018053984498143474,0.0005693436441165959,0.000011504315283064664,0.000022485140997581248,0.0004316995362501612,0.000008188718076735807,0.00009427198757945323,0.00010117094345475643,0.00006259955586049834,0.0008057818540601277,0.000038063761458412286,0.00010622250559835737,0.000005886522209792883],[0.000010272779342635661,0.000012271032081845945,0.001423894228248353,0.000029936121184946107,0.00007916193622497226,0.8256880188257754,0.00005548593577504156,0.00021080209535357237,0.00004779248311220884,0.0000899316546305538,0.0002824590740547893,0.00011146909056707454,0.000060068866407497404,0.0011521810617985912,0.00000548742551273989,0.00011792513499375948,0.00001720951186403682,0.00001159010853491462,0.0005675337509330636,0.002757469219054654,0.000015363709189372967,0.0001103420323259444,0.0002665965751201854,0.0002540273258273444,0.0003298610788534044,0.00028327929095858947,0.000026650334937524666,0.00012972206527467537,0.0000349627971765749,0.00017361298168670807,0.00008291592099891597],[0.0016256974536036424,0.8238906516770305,0.00024373502833001566,0.000011497970154539484,0.00015784056706976261,0.000009594835611795959,0.00007587189283637679,0.000011366590332200088,0.0005258349518537999,0.00043063397147661783,0.00005457956174571191,0.00013156210221167703,0.00010866488273543691,0.000004414392604668332,0.000017002588656677047,0.0000836096238609679,0.000023149904269459335,0.000015786463827555612,0.0004517365075517909,0.00021893530510473934,0.00007736375394990111,0.001595670060608047,0.00024381926844766605,0.0013312231097473424,0.0000017460970610564568,0.000014144953245191827,0.000030652051111310785,0.0004025999698152161,0.00010050938221597573,0.000021758292426395267,0.000032442623563316405],[0.0005431000852963532,0.8565479517981313,0.00008660599420252182,0.0000596407091705703,0.00006099944874111879,0.00010639312867768619,0.000009724442007752496,0.000002419712653020102,0.0002449545702936983,0.00010496549398549514,0.00012077532458410369,0.00018016268161672618,0.0006395566024796998,0.00002152251726433265,0.00008677556234985923,0.0001246640395618762,0.000010093867251813268,0.0000051500600686012905,0.00003932756624739263,0.00028225104646960065,0.000004116884128351982,0.00016302972180269343,0.00008511940710243723,0.0014000019486837358,0.000018344827204831372,0.000006880436539997551,0.00018977476149447867,0.00015949607138810291,0.00012567098711842886,0.00020542134322260427,0.00033175175684087467],[0.000017141852013471745,0.8416660522165119,0.0003569368019469713,0.000016145678648344487,0.000015666255905744934,0.00010830560210055331,0.000205942502230457,0.00001273283403457871,0.0004922576811296445,0.0000270692529202108,0.00002941980106436331,0.000002913422222460438,0.00009880144692149819,0.0000675982509797003,0.000015438766720715018,0.00002266808575842624,0.00008822662814830918,0.00012447229863268397,0.0009853534555544327,0.000004804754112689564,0.00008758751443152554,0.0006924719998675983,0.000017232085354412896,0.00009960027111123232,0.00008141772447754857,0.0001543410641784305,0.000039459759274539986,0.000740221687423041,0.00017531504404796444,0.00040333679163159596,0.00010736835774301759],[0.0002319487473469753,0.00015273555490071764,0.000027241551591872447,0.00009143053407805863,0.000008530973088872602,0.00005420414265378731,0.00001392826337701116,0.00005809596124094122,0.00004205973933270805,0.000580868336527213,0.00037566419259570306,0.0005670676325269381,0.00009798618038737536,0.0006573891771893969,2.8030205517729536e-7,0.0000012369298523636245,0.0016497761370094393,0.000011800009308094277,0.0003259301177579916,0.000002288462667079071,0.000045895129551653944,0.0002338889302483961,0.00013423127952804127,0.000017390293321442518,0.000008577210301028285,0.00006951850482233794,0.000008310757011934326,0.00000974686907563751,0.000014296513083030318,0.00003282233693182752,0.8334725414605862],[0.0002605544616294461,0.00008039342058886815,0.00008973798111854392,0.00002041265356763872,0.000038434647147868136,0.00004295836423619291,0.0000639591707704377,0.00010769788823443599,0.00001715580106528084,0.00035476740974176176,0.00015178144162863796,0.0002588736087006607,0.00011216943559038034,0.004457551261628966,7.745846583338935e-7,0.000007784668648818451,0.00003626665545111936,0.0000184853636512967,0.0007976117904093256,0.000008502718457838293,0.00014554987219066344,0.000034074519468858526,0.000005124982295043228,0.0001979123791954786,0.000301698964508457,0.000017639298775802355,0.00017596104343120783,0.00010276515046546437,0.00003749365379357572,0.0003394299519707848,0.8311618762567777],[0.00007700876065555584,0.0000064024859390483885,0.00013528092810823766,0.00007228835393046292,0.0004452661457905096,0.00004731574054358958,0.00007869981345152192,0.00006228934544623431,0.0002713787791326857,0.0001619417940655847,0.0001309047114607494,0.00019001647610459953,0.00011267925671584431,0.00019560847398726605,0.000008604303293992203,0.000005140770418991852,0.8437563395942744,0.0003906816658906842,0.00012857934129588674,0.00022948743235663916,0.00009905490300590944,0.00007921072943126646,0.0014310801652148214,0.000013282900786691387,0.00010317789964818348,0.00027214049281856453,0.00007771215991918074,0.000017453735828785548,0.000020165041756925436,0.00005725733851295244,0.0012792928141058181],[0.00004787470230848476,0.00004934394907635316,0.00003827598346781687,0.00014228820458788563,0.00013917097270879208,0.000025049812490812602,0.0002936521433751387,0.000053434353718409676,0.0005231847988662317,0.00030694419267171086,0.000012913038593809485,0.00007318788732576488,0.00004446306225412096,0.0011306586168189142,0.000016512230573510497,0.000010847473225711738,0.8396336378393983,0.00006907097709464987,0.0002236814139366707,0.0005784684871838999,0.000013472401725090448,0.00009316246253201669,0.0005393606611044521,0.00010521812520677388,0.000313181284381382,0.000032435070507034466,0.000091904531433718,0.00014345624655452742,0.0000023118372251907292,0.00039329646542976933,0.00007802122766205509],[0.0002582859515428959,0.0003383964140876717,0.0001138631310276439,0.000005338826598014311,0.000008217782757572617,0.00010745293539017145,0.0002021832515133546,0.0001774930228872795,0.00006565001595883801,0.0008470278146917345,0.00006595794087521779,0.00035431770964754823,0.000048098271245216805,0.00007970519485514632,0.00019219682668177612,0.0008797194338644677,0.0000010335337493150245,0.00010992791576380574,0.000013367687782095926,0.000013128130763790856,0.00015932353381604433,0.000022423670801974364,0.00006640442856460996,0.00020979335603635695,0.0000460058641413083,0.0001790426387378597,0.00003554507692735975,0.00019973028518491945,0.8437066419099817,0.000025342719188665956,0.000009598321617832506],[0.00002358727363524218,0.00007912296957243389,0.00007680003661789942,0.000007652598394622843,0.000023216375786598026,0.00008213468234785533,0.000008236778049453888,0.000451705619288151,0.0010911811875756264,0.00018736721021422092,0.00006155068155294909,0.00030893467745923034,0.00004683939687285048,0.00006278646528627,0.00003071323227351551,0.0006844617187297162,0.000006390324847608464,0.00009256393994512663,0.000002819289062219754,0.000017521933990129432,0.0005822369239792803,0.0000022450971549968802,0.000005944934167930915,0.0002027490258030926,0.00007407632146934572,0.0001776241466127543,0.000021501605527816165,0.0005815244184882288,0.8334679564422526,0.000048850736730486406,8.294635287027603e-7],[0.0000036597493727631295,0.00004304031122065392,0.00007021922888156528,0.0001091717514176876,0.0000018088594124321974,0.00001428305337120566,0.00034435318400695875,0.00021346669146912785,0.0010811219552324491,0.00030981261353240817,0.00001284545529476949,0.835749678712656,0.00019929814595863118,0.00008489808219879249,0.000056594730922964034,0.00015568951856063297,0.0001293182309942705,0.000002117301680968808,0.000002657328734656088,0.000014430682305559646,0.000008547207291748165,0.00003492116550800921,0.000039619291650446125,0.000040983211539410375,0.0002103939221138803,0.00015803604149263806,0.0000071067700972486395,0.00010418670491137357,0.0004052354662825268,0.00006555935460495964,0.00004226877775382555],[0.00000411460127916115,0.00003659669303717184,0.000047140971669336537,0.000019337838068851605,0.000009334299227995928,0.00003733182058978171,0.000013100862660921086,0.00016691660452056804,0.0007422711685299779,0.0001921555304245779,0.000025157420520765518,0.8386670369415611,0.0003591934079645056,0.00019384918664620742,0.000033335009803882185,0.0004671561372340258,0.000026863926036073022,0.000003914214581317082,0.000003464807514002077,0.000006105128824643726,0.00006328399048337153,0.00004437078491763707,0.000017439379029441734,0.000010551427034458143,0.000022062988847675475,0.0001620482540914189,4.423751789902023e-7,0.00006997410402593868,0.0003547181001152944,0.00002845716801310744,0.00012068916112723786],[0.000004148733474803204,0.0000012306218530366656,0.00018347338858181573,0.000010508785393113208,7.439304784124452e-7,0.000036154954202658754,0.0000502991715864597,0.8264026271906902,0.00002205425834975657,0.0007624433103610118,0.00042408095531420537,0.0000750686710609936,0.0000046955089375813466,0.0005342901889354125,0.00002914833700593035,0.0000012614514019665577,0.00004665384678928053,0.0004813909070054727,0.00008384895917304335,0.00042177726814552626,0.00016773228249097267,0.000045058276345967846,0.000016845706704019928,0.0000022420185491966685,0.0001734597334521606,0.000057730420174765753,0.0000459376205266641,0.0000915275715258598,0.0008019614649102622,0.000022677279373660643,0.000009184957422173847],[0.8115086601222868,0.0014097164068712076,0.0000020212207127653726,0.00000789071415415302,0.000323434857121583,0.0001480022554948257,0.00000890299506447669,0.000006331886657737911,0.000021987113931987642,0.001233542793742652,0.00031357343735349835,0.00007932435014441555,0.00009918718140337974,0.00014053483517775965,0.00037980191708248957,0.00045943529488506765,0.00018824053291057014,0.00003868937637199676,0.00009328088746468255,0.0004577679899735653,0.000033555703475739466,0.00005068136393195,0.00007614331329823449,0.0009063504016731643,0.0000021837324395537634,0.00001322855442966806,0.0006751234843671777,0.00004980922275542397,0.00009928319976180152,0.00041197019748995196,0.0008322350095878229],[0.00009982400260177285,0.00033121603803253535,0.00010391728987803797,0.000031638493747553474,0.000048621392208414306,0.00033994013292883347,0.000017589268342222328,0.000120958937793521,0.00002009204433991686,0.000019211065717611487,0.00016669384134379952,0.00005817407964172325,0.00005898476156566915,0.00028084027177950995,0.0000955291465789338,0.000019059490745510894,0.00006944213247692474,0.00006673415984501917,0.00046946045750415646,0.000022666035082537125,0.00007076413604053416,0.0003457949075945656,0.000010344931116232822,0.000013923003994404729,0.00006789848988853902,0.000017579550371939042,0.00013175427386876747,0.00018750071624958447,0.000040637565070923725,0.8813137837886474,0.00006264658754286013],[0.000035121067478815204,0.000013195853562757621,0.0000836633066899319,0.0000030119602885612187,0.00000836082282180726,0.00003387723357149231,0.00010865620423880082,0.0005296405723100821,0.00020020696468804603,0.00006989254298028705,0.0001871050510433814,0.00007081107426819867,0.0005268414441653,0.000012227521592079303,0.00013887922819143006,0.000012136758005980299,0.00009482059576357708,0.0000018569728771216716,0.000026271204436472586,0.000011052014718949238,0.0001055327943729161,0.00007284926897913541,0.00002603432604048312,0.00002526043968108729,0.000024220331448010055,0.00026019944096661616,0.00006688881972311442,0.00005556265342695475,0.000039362971976271055,0.8685745214532606,0.0003097605779859376],[0.00007334197423908567,0.000027137452422465713,0.000031879341120118254,0.000009303162644251136,0.000012000883156931486,0.00005921047445081408,0.00022729701043657167,0.00007444028012494834,0.0004557324112093297,0.000012849575731944476,0.00014543979438819813,0.000028256368310469724,0.00003660037552624743,0.00011170611352122393,0.00014749641976431242,0.0000022271788720319713,0.00016939497067304862,0.0000030344411242694935,0.000014240734887374765,0.00001122275617789679,0.000024006880957430472,0.000027924025286375105,0.000024862875425228134,0.0000020465591716626794,0.00003169757900959058,0.000039940932812984855,0.00012655962865327177,0.000051945677664552835,0.00002284381052652475,0.8731860877243752,0.000020764470391849824],[0.000021742093315297194,0.0008027760322198274,0.0004769989685140469,0.00028468806345515114,0.000045107116912539674,0.00026751885636911,0.00003788255038649272,0.0000223462359912105,0.000013397649295538138,0.000046654504142362294,0.0000027491454881760498,0.00020415403565374703,0.00033948237854073825,0.0010460539508646402,0.0000977847939874325,0.00019432459718727327,0.0003410384574499124,0.000014980601915057406,0.00004937130015782535,0.00012225052272040468,0.000001381969265484949,0.00004069037942912806,0.0000035727730857423985,0.000010822974903345233,0.000024559326798288995,0.0002652332425347458,0.000014046147226317113,0.835533099270907,0.00004072430057370474,0.00009119418545261543,0.00004708815201039608],[0.00007397547457462813,0.000364803348328842,0.00017974464537869167,0.00031775318746608415,0.000003501676556415557,0.00011481796246227105,0.00006932714751672673,0.0001306464572939803,0.00002286146353133232,0.00002003781931532745,0.00002402738220057182,0.00002143774914740723,0.0001575186593171736,0.00013695950478815418,0.00009103819491069258,0.0002568766946953328,0.000004636566002730563,0.00007438403688562233,0.00013318457938744482,0.0000295382188357142,0.00008810616644048806,0.0002972453693746907,0.000005945992763308332,0.00026640191276335723,0.000005950160870401118,0.0003172939212371372,0.00020133055734807145,0.8356058814509498,0.0002516494184235012,0.00000824884135298375,0.000002066705669269062],[0.000014572469817031689,0.00008740457418394343,0.000055196361705082774,0.00019473833268738723,0.8608257495908024,0.00004471253318163151,0.0005292169846472745,0.00001169772529752543,0.0009793519068210285,0.000016458542993672257,0.0000739010499130084,0.00001293387066319815,0.00001545686594306308,0.000004348695836069792,0.000015478576558667488,0.0001418110042159726,0.00031277065907653524,0.000016681577955625204,0.00011946369758743431,0.000002499578516609752,0.00003138860276934192,0.00006294562105807727,0.000004093146784052199,0.0000696926668001329,0.00024679887991065004,0.000006953738267170548,0.000013693367116946122,0.000032490649358903375,0.00001156034286071199,0.000023944227017780337,0.00006813035208811054],[0.00017462181906632173,0.00001942256983036268,0.00002160583532709879,0.0001605341277452792,0.7825846873041225,0.0001258911785809289,0.003020348773019782,0.000016375190650498086,0.00001980974417013727,0.00021525800461133285,0.000018458307095045047,0.000018343558397432674,0.00022471916575108412,7.640022142323845e-7,0.00010286141004956646,0.002801916321187114,0.00007177871083138872,0.0000044333517028470195,0.0007369325410098825,0.00004476287397154372,0.00006799711552464753,0.00002149159227597057,0.000044317656180812576,0.0011181441396145419,0.00005641465952724484,0.000034347335853802575,0.00003689748586596931,0.00004347649942102862,0.00009735435342797714,0.000011437128003929563,0.000005699482749992733],[0.0000027815063340869135,0.00007958733547408732,0.00009275982883104915,0.00020156391033945782,0.0004068231892510929,0.000037325176422051595,0.8920074812983909,0.00016106270886817543,0.0007955520851647386,0.000002203184494289521,0.0003503644270511046,0.00004045909282884235,0.00005293448165339842,0.0000013558869327231462,0.000010812937342218366,0.000017900656968293353,0.0001461909214418376,0.000029260460735052284,0.000011718300662866967,0.000009395325388504488,0.00024582257653792225,0.000010904471919453806,0.000005758588806238693,0.00006258893750466706,0.00026461317756715734,0.000005163957506795375,0.0004474641551956358,0.00010697110096939516,0.000008746027064467311,0.00005276239947023161,0.00011446713745317098],[0.000002957325271566724,0.00007167952647895351,0.00015626363111791993,0.000028003912041778556,0.00019466581732097068,0.000016659189855642103,0.8667849733835108,0.000582146733799083,0.00016795248177797314,0.000009554671130431403,0.00010749487421813744,0.00008411821509067557,0.000028493237027661817,6.615413791688307e-7,0.00000801064181358806,0.00002845186292429963,0.00004837536920175725,0.00004931948424190163,0.000009673979132163508,0.000015769494363723248,0.0004319773868440482,0.00011204889145201795,0.000008406877339668528,0.00014005073748887982,0.00019436323375283032,0.000004314834889804205,0.0001278512719335564,0.00007717210168550213,0.00003472042682536028,0.00009128719085999943,0.000026002431058154523],[0.000007261160842761628,0.00002746840306913397,0.00030921314712118505,0.000046172924095683564,0.0031402186027090656,0.0000777045520314414,0.8148325086278577,0.0005121974452379343,0.000005274361140765601,0.0004443677811623789,0.000033398298232757284,0.00010293338401258234,0.0001538655973174472,0.0000074880500683234235,0.000018103766951035398,0.0011856674425436472,0.0001895645777829035,0.00006236548419677354,0.0014454602917059404,0.000058824917287569176,0.0005684475354260394,0.00006949879614932244,0.000643626543074559,0.0006335689753193395,0.00004128929519188096,0.00001766576477565587,0.0003955784072134542,0.0003288685418723924,0.00019505334605269354,0.00014921368056878523,0.000021328193239170806],[0.00011678759737642734,0.002043102825156844,0.00003513381341389905,0.0001051365297273385,0.0008163688517983853,0.00016654166588473733,0.000028172721119238664,0.000036278097748338185,0.8539578796005962,0.000045790290913666604,0.00010141301398201433,0.00042678898895015803,0.00016078849144397314,0.00005559045624298953,0.00010686525710268978,0.000037008334878867944,0.0005582292036374642,0.00003421814107606362,0.000014853358461872634,0.00009869986906263296,0.00011767652040858423,0.000010264573626636565,0.0000510072079994956,0.000497646804731377,0.000028930778399689146,0.0001819313127731067,0.00007977306572872166,0.00006711277666163782,0.0006564520940227098,0.0006304125132891353,0.000057140766704453626],[0.0000012774352888819224,0.00009807110769114579,0.00006663904807436815,0.000015196071740634156,0.00006215693097616711,0.00001674870881543324,0.00004786058592660228,0.00005689854037589495,0.8598648662051153,0.000003122693213348381,0.00007849765733798835,0.0005189866918197021,0.00007559875874083591,0.0000080742506505303,0.000016899140008894854,0.000013095714802334836,0.00003122762172784316,0.000008173870228738053,0.0000014529674060116616,0.000005150677119979806,0.000012289117191531883,0.0000010167175246116732,0.00003796158733079882,0.00014831817297178255,0.00013945944330787696,0.00014289248239426967,0.000014113944210009469,0.000010476235874591251,0.0006559047511285646,0.00008741327590081605,0.0000010522233935269889],[0.000007772324735211783,0.00028088427617038286,0.0001264719087583097,0.00008822691418987833,0.0007496672512622106,0.000008031634786603197,0.00036699649602550953,0.000179988855192669,0.8483688450289937,0.0000034408532497011765,0.0006107009694439061,0.0015183279853129032,0.0005477441582330438,0.0000035000708728369083,0.000028180135145929114,0.00007998284524256158,0.00012909339880972634,0.000015808617582557463,0.00001648891536373326,0.0000014824876563568218,0.000023635884205846833,0.000009158898854948707,0.000030514401073981274,0.000511244771170587,0.0000508854327273997,0.000028167021307577196,0.00002540467566484824,0.00006704803770153153,0.00012584418292712672,0.0002657534283542611,0.000021017120659273502],[0.00006347013762184406,0.000008557432495147793,0.00020531194069668115,0.00007829277670382547,0.00367002479351621,0.00005462642426948621,0.001074232766147259,0.00003796456056913983,0.000010790546592202538,0.00003546337746843969,0.000006700144788270495,0.0006966298769085814,0.0009350598271188024,0.0000937524099798435,0.001012965607641728,0.8146625500443049,0.000034110054847792585,0.00001596506137404164,0.0023185874863303592,0.000004562457693626274,0.00007200862496965168,0.0001891566930636677,0.00004645094488735966,0.0011299528195715086,0.00004847136740488643,0.00020139782977273224,0.00044190475294975156,0.0005167260729512579,0.0009119100744927413,0.000032626323230184984,0.00000789477848944476],[0.0000982995843179347,0.000019581136174186677,0.00006449429205260714,0.000009619934907416465,0.0001796551867583312,0.0001433563464332479,0.00004728683654034236,0.000010483241620668854,0.00008717995723089447,0.00015009861253933868,0.000021362322280824924,0.00021195201155149246,0.0000032469226259737283,0.0003118391814523959,0.0006776453955872468,0.8245732591376884,0.0000010961491900152427,0.000241637039329732,9.759074962117234e-7,0.00003168677449468352,0.00010025632368224484,0.0003175036263173811,0.0000051472551413283375,0.000009619471767142555,0.00023009070579859482,0.000009787224325617148,0.00001582612751116798,0.0004744707290244986,0.0009611691608973699,0.00001626588396183081,0.000014459845322559479],[0.000004941047877409835,0.00003230303685295475,0.00004755655363719056,0.0004857392854075793,0.000009666698010823266,0.00010926284359280321,0.000001988861875958304,0.0002588890756339254,0.00008257936853361053,0.000027472891130472887,0.000011205563632284044,0.00001274919083749552,0.000038382190347163046,0.0004637492958901867,0.000040268223023382885,0.000009784462583728177,0.00007226940556147008,0.8272767268927583,0.0029411046548027437,0.00012074477703815166,0.000008168274755950051,0.00012702679194496032,0.00014832852004745563,9.974463131807453e-7,0.00006121277379928957,0.000016696048770388807,0.000002680234282195636,0.00019411744023228904,0.00010037248646307801,0.0000099351841736037,0.000012265243131298869],[0.00016198449520978025,0.000013609713911550268,0.00028352806165903607,0.00034440726322754113,0.000004190983544751102,0.000021813041514261517,0.000028873690267274596,0.00010357184765489598,0.000008920812291807401,0.00014153400697103008,0.0009716725173105634,0.000028600851740483746,0.0000014118015433409038,0.0007238121438465068,0.00006886253211456502,0.00045379828553731135,0.00003956183286691591,0.8249472660386102,0.0024153277243306225,0.0005186051447561946,0.000015855771076344583,0.000010541749972639136,0.000052391136216251976,0.0000016195978221153355,0.0000696014305232619,0.0000031101398059997906,0.000050580270382150284,0.00015260365143288636,0.0001379078098236133,0.00004134766846847505,0.0000707736083753355],[0.00010148302634134094,0.0009486176801580755,0.00003633754789165771,0.0015876649235529415,0.00006193644980382438,0.000020055089698049847,0.00008181768944375245,0.000019531009317267742,0.000013020746404461913,0.00008536374541965653,0.00004024773028510524,0.000048556003603272426,0.0001802889335205223,0.00004985801347786187,0.00005210873366544634,0.00026255087736471166,0.00048250516256983166,0.001751171297823903,0.8461781242382393,0.00012149204831489456,0.000005329467130259943,0.00010204586021943006,0.00016338979976825266,0.000026589223016555505,0.000011471657582698848,0.00011310696430283907,0.00002402340080049663,0.0001431626601356813,0.000007757466736904056,0.00008041989995121766,0.00006328238675062058],[0.00006440073447307697,0.0003769753416366189,0.00010269726448836952,0.0009546692871889986,0.001424564379770294,0.00029319236633734436,0.0017761835091657523,0.00008731929002825754,0.00008274062747143628,0.0003188794240752412,0.0000542076936140609,0.00011786341199212094,0.00018222263461567477,0.00017096716428146683,0.000014185720960975454,0.0010567988588583107,0.00010034294218773326,0.0015164947509114005,0.818570041346047,0.00003353337195838394,0.000038843940818371316,0.0005289841631879954,0.00040747211636871184,0.0003385975534392528,0.00001539741919394712,0.000016914647359861535,0.00006507601590818734,0.0006753976776370101,0.0000681615257597827,0.000335503942577859,0.0009881144379111403],[0.00013529154568548882,0.00011269970035462629,0.000005840387314079237,0.00021500328782065323,0.00041892984131956985,0.0008278058234856985,0.0001533590653519979,0.000054231816938642076,0.00007714110557366227,0.00011604981204147535,0.0000635150849059331,0.00007686581345599361,0.00007206911074126336,0.00026761942561192263,0.000018192556163491676,0.00014176009957962178,0.00006354982432425463,0.0015157230609166492,0.8690960914761352,0.00010631920341058735,0.00016153275648015926,0.000044509188927987035,0.000030756332391413034,0.000028533751588400212,0.000006030555008102548,0.00004814004146815553,0.000028315237077227057,0.0002486186020933303,0.00004344949006112203,0.0003421614895035481,0.00041817042828745546],[0.000052716735575813674,0.00006936681038376332,0.00003009797134973936,0.0008261134118951252,0.000027505256229606904,0.0003771033924642063,0.000007213917296259012,0.00002308018320949432,0.00004506162923602858,0.00007134077301023363,0.0000724760305991754,0.00005723241083562044,0.000021006127083773448,0.00015177238714362217,0.000007354302594308172,0.00017247780944598798,0.00012364765182142987,0.0025066433825817413,0.8273370730153591,0.00010952675182403153,0.000005981595808668859,0.000020906565459968806,0.00021011735846573087,0.00002235604921488317,0.000011011324507651375,0.000020464679214833315,0.00017937836975407624,0.00004706997203221974,0.00008053276598656307,0.000016294779429850082,0.0000639941536686497],[0.00005732340946890004,0.00000918796929842018,0.0015874786077142563,0.8121504334368171,0.00010498083435454298,0.0001970689541786245,0.00003065247342830295,0.00003745159241284393,0.000071561375208204,0.00014445382940553493,0.00006485801601372123,0.00020375820184598194,0.000020542278123042247,0.0002240249191951691,0.00019999820704100075,0.00018962516377421895,0.0006428156435198938,0.0012795240273601074,0.0035395180583138878,0.0005612228726790914,0.00015987939654251034,0.00021373495295547818,0.000008461445786583797,0.00007634036812147618,0.000056101604252888865,0.0001271856384048863,0.00015509194944173023,0.0003781339138523349,0.0002668952508524206,0.00005376961482807262,0.00009178434214478832],[0.00004356812577231668,0.000019634665004270758,0.0003178432576153848,0.00014707951530234102,0.00023890149463666946,0.002602608828627749,0.000004661026009057505,0.00011317961606678334,0.000007636018084970515,0.0004610449115715365,0.0006334851350661934,0.00005161969879787996,0.00009442409282494713,0.00036872988986927667,0.0002968268374978509,0.000026953069772835236,0.00019581347422448645,0.00006284535362441069,0.0000022121755380259202,0.8346702957658402,0.00005622179032027962,0.00003875411787485624,0.0006192691967376753,0.00007093338613055064,0.000535018952787214,0.00000782928063692633,0.000005358290357758354,0.00019000220986568837,0.00004340642286511629,0.000060214325365002955,0.00005979070266687594],[0.000013701272330886792,0.0002325401212071424,0.000039649588433064284,0.00031027566459102196,0.00007040801939987825,0.0005417572953688555,0.00011493176233349261,0.0001998170605639547,0.00002138327675772174,0.0004153101475929258,0.00011455312442341279,0.00041776394836599444,0.0000236768274666344,0.00010505294264991536,0.00003446346625791158,0.000049025071292594575,0.0003628444351057961,0.000023275749166794518,0.0005000246849220371,0.8348277554036857,0.000001967672574182987,0.0000029056674931401074,0.0001975656112721597,0.000024533873547963257,0.0000056958022705667825,0.000011370435231132299,0.000013777907643157802,0.000055166815500609736,0.000005625423565385641,0.0003501103172536589,0.000007329597687096581],[0.00013075225288846677,0.00011698341605810256,0.00005048816814054634,0.000003430078214774121,0.0006248729590889278,0.000026772834999916514,0.0003993887254272965,0.00012035355754988502,0.0000013513974062963984,0.000043099338800287415,0.00007094378497652078,0.00003141707743784329,0.000020275586974886978,0.000003754604118907633,0.000020376879382746596,0.00009946755664405243,0.000022084565820794793,0.00000960374220314428,0.0000013540674652076257,0.000009612979018726476,0.8012020604600577,0.0036027260176426886,0.00000874817523215026,0.00020958157296830716,0.0004102036797344939,0.000011917178748726947,0.0002801089769782174,0.000040170191932776316,0.000097777081529916,0.000028545736558113995,0.0000679107600488032],[0.0000918620558221276,0.00006336458136714209,0.0012841890938739542,0.00009347803592681374,0.00025571737855204104,0.000007408312498534435,0.00008306144736963957,0.00007885995557462997,0.0000019513924252928346,0.00036159511240472765,0.00016864573496287082,0.0002632893674456015,0.00022299728283249677,0.0000613974393960532,0.0004850669675719481,0.0010432832218323527,0.0001231798513676019,0.000016181500737331912,0.000005052438268333056,0.000033824031605130697,0.004772944812510047,0.8279202964806405,0.00021485276186720961,0.000050882708184390624,0.00012195280901224191,0.00008425554266273467,0.00031315876705397227,0.0001448502188679017,0.00006885716345373939,0.0006679202850703353,0.00018330791846569143],[0.000043417425710601144,0.0027871187720578767,0.00007554414269742571,0.0000035140447066331016,0.0000012339343548980002,0.00000979709835406765,0.00004316375839656859,0.00003868926658255605,0.000009926523514103019,0.000020281831771769395,0.000026162924397637464,0.00007492198424203717,0.00046388168014957736,0.00002948257988234908,0.0000018887401756089353,0.000016307402386820046,0.000018061268701682912,0.00000688839593661034,0.000032373614890390866,0.0000030242421534789236,0.00016091122848490812,0.8326313502103445,0.0001896425143901179,0.0001548292076828542,0.000003109609263654857,0.000020109930734661088,0.000006864384196439038,0.0002009436453602998,0.000003985738030711962,0.000043838151012439684,0.0006364445011145516],[0.000012224491799936858,0.000014771549469113006,0.0001255887583331853,0.00000454711586022421,3.1595976328167553e-7,0.0007115139215119143,0.00001609162317855291,0.000023550676410708155,0.00005198367097858363,0.00012015423956171014,0.0001998862660814853,0.00008515877557202068,0.0006099314039464788,0.000019413615726215445,0.000014364635332603715,0.000008628189486882747,0.000051234760818709816,0.000013185717715395907,0.000004529452382122199,0.00007001033750302449,0.000028064773502917876,0.000033879107304895606,0.8426273587547436,0.000006637136481284185,0.00018890385945073717,0.00003522736445223321,0.0005672593876471693,0.000006039433027175069,0.0000404214882597401,0.00001766489384957707,0.000009539106657441147],[0.00003956961243834137,0.000001912921873673957,0.00015284701987526556,0.000003509699345454996,0.000021965865332062885,0.00029205996393053826,0.00001897021088773311,0.000009051310920893399,0.00004551011751410838,0.00015848814777515673,0.000025137047416435206,0.0000798320057250231,0.0006700569799073242,0.0001517983734845669,0.00022872989845744424,0.00007869992104600868,0.001475118078271964,0.0003847616654447094,0.0000235643962466923,0.00010747417916622112,0.00008875809231584951,0.00007811853962220063,0.8471834059035042,0.000008082371374356585,0.00007021716508105058,0.000044960378530068343,0.0003344877090239864,0.000002267545371912012,0.00006973060734603398,0.000013061407937920901,0.000019705617932205417],[0.00001659562193217081,0.000014537041951369331,0.00019889656920831246,0.000048991900083708344,0.000048351714597133045,0.000031782249249011284,0.00009388549634717464,0.000014181790167662101,0.00008142871424924347,0.000013198724867578995,0.00000145386996956073,0.0000024219670733446485,0.00043251438820270663,0.00003868505204118484,0.00010141195049009877,0.00010007500946696352,0.00013816047741507288,0.00003651228011116333,4.614927625438415e-7,0.00008733644731039213,0.00016292597085569457,0.000006864536555042853,0.0002498892307735857,0.000041465603118434545,0.9053143404816004,0.00007068065848742963,0.0004306528347828895,0.00014103408376478157,0.000015089696429435961,0.000011025316636659609,0.000012982268737665717],[0.000001391463422157207,0.000007695768646962851,0.000033097009244404374,0.00003512144469361064,0.000056378560111336606,0.000013199449908884355,0.00004151136559986782,0.00003697203130877174,0.00001634858683225267,0.0000017542126698407359,7.054065544700294e-7,0.000003910856648860488,0.000046919842575178176,0.00004178869006526166,0.000006087935260089863,0.00005375728242393671,0.00011175128122358177,0.00005407297829505833,0.000005679627035612884,0.000026316789597634083,0.000008281273060235114,8.679365036887652e-7,0.000004633411903924331,0.000022974088590752326,0.8836443350613851,0.000011218349420344543,0.0002114685366760692,0.00006986450471053544,0.000012114151397053426,0.0000032055224368930164,0.000019627789336736297],[0.000018334761451400215,0.00010555927697363638,0.00021603568987988266,0.00014354859873639539,0.00001286998164483341,0.00002535414358991887,0.000046014525034287595,0.00003967328063135516,0.00004638207376893232,0.00001060906203447734,0.00009893512035928088,0.00005028262518825647,0.0004720653174704155,0.00015230997250492346,0.00002930734772495915,0.000021483942738510697,0.000012609573966059762,0.00042367863055554845,0.0000032293720016607085,0.000013789491881706423,0.00033706543686411053,0.00004261019029422584,0.00003684039730470551,0.00003961121456103106,0.8593780129911137,0.000143893990377039,0.00008918432835566578,0.00034921640056514736,0.0000987977261611309,0.00004372399185532742,0.00005664343116867108],[0.000001490741299103305,8.000684115565424e-8,0.00007906728649674864,0.000003600830556134098,0.00044089118040995353,0.00012428570210738392,0.000055297325453018785,0.00013138465643612878,0.000002116316758456767,0.000005352706188767353,0.0000015233333507845532,0.000008661742505393703,0.0003104056906193725,0.00010027711204557551,0.000006642254668084152,0.00010468020997268923,0.000004878512716577114,7.186118317727912e-7,2.5839933186541477e-7,0.000019247114993451797,0.00011700906835804786,0.000006679990694460082,0.0000026613415551769595,0.000011445267771310736,0.8833709803842048,0.000047471605171946924,0.00010191544704216899,0.00003689795176178835,0.000027366605945566728,0.000014088258771669411,1.1895956539608692e-7],[0.0003537763880125332,0.0022462029624836753,0.000013965919568672984,0.000013874960704022394,0.0002634198736886306,0.0002643731692328382,0.00005646568612786636,0.00003295845135474846,0.00032975021647451265,0.0002055546834626506,0.00002924751741861421,0.00009182726296434697,0.0002529696272497102,0.000004919764198563875,0.00001743849054413554,0.000024059833124278934,0.000004323941944618938,4.670877576775919e-7,0.00009905549241986283,0.0001199300813286489,0.0000746333266270358,0.000025879881361235843,0.00005155374384912902,0.8328119236563667,0.00005944123098160321,0.000005402843408070702,0.000459888803267595,0.0002028500270967874,0.00029464158522103553,0.00007745615024971313,0.000005749862254625204],[0.0003385623000410405,0.000394865726716027,0.00015526709552496316,0.00003704081523234537,0.0008520495071993784,0.000007803441260122311,0.0009716326146244854,0.000008890992298721354,0.00004212598936892896,0.00019574263436666315,0.00008681174174478179,0.000012851526781764918,0.0001330843909459172,0.0000015134060924142633,0.00008406490109545524,0.00046886573911001815,0.000031814216906343476,0.000006166933045084665,0.0003412370379317513,0.000054120371014040864,0.0002778212880041294,0.0003285785835032302,0.00021565878503116578,0.8198088139833092,0.000008112350228464078,0.000028846328990620318,0.0014721814356365404,0.00003042149701496402,0.00083321673674075,0.00000431173962714268,0.0000366920829242656],[0.00025499684817785153,0.000050455346694121325,0.0003227909228474586,0.000012434087151777463,0.00021249492116750214,0.00021777634087541932,0.00023723749311160567,0.000041665694365259675,0.00012931517686329735,0.0000032775375554042087,0.0003044678747346059,0.000017532823965791133,0.0001734604313338755,0.00008637504225493855,0.00002906922840754056,0.0001805132281764088,0.0000602137358677894,0.0000138731884990085,0.00002920666655628468,0.0000561903972590952,0.0005717589513220535,0.0000896384091354846,0.0003710542283676043,0.0007537560491875197,0.000978009885164714,0.0006708200840461752,0.8365817819111817,0.00044754792401552855,0.00025737385494667176,0.0007603742443275598,0.00006794096388129652],[0.00015784091489217877,0.000014512437712139206,0.00006429240582868647,0.0000323596538611886,0.00014996719244110104,0.000028008022883128135,0.0002723902325422887,0.000028879658249538555,0.00018139000625368797,0.000020188408126396767,0.000037498225133333063,0.0000185914446918897,0.000043025884096110234,0.000014514704806852919,0.00004114336008225677,0.00005503021057171383,0.00007220303124169903,0.000012691594782819535,0.00003798135915124619,0.000022757221388925515,0.00023690804225288202,0.000027921833171857562,0.0008539341271607126,0.0012250542722247217,0.00020921407151977217,0.0004590549886515408,0.8474084669887197,0.00015390222433703146,0.00008919174961386814,0.000013752266550727188,0.00013091293404995005],[0.00005859607748965718,0.000001950505576229663,0.0000687476165584894,0.000014763615792721045,0.0000037640046380571213,0.0006165280466402486,0.000020426753958350448,0.00002847618855898997,0.0006139875757695274,0.00001533922687543675,4.5312519926893564e-7,0.0005954913986359075,0.00007262289797856244,0.001058442676083947,0.0003717335756508266,0.00003167692214651077,0.000056869879080576474,0.000002017654033994304,0.000037757546474654283,0.000004120339814593858,0.00010418934990987758,0.000217890828861632,0.00039635212483719835,0.00006187964802559454,0.000048302119061855094,0.8323509896520966,0.0012139847798045718,0.00028553683752943916,0.0006066776209389283,0.000272845906679394,0.00002999613358745601]]],"Weights":[[[0.44927228295044147,-0.4072909199515144,-0.003270636766669268,0.5254694547862483,-0.4036681544491063,-1.5412907771746918,-0.052577118123010004,-0.6004168650467441,0.22492291985864887,0.8048327781424351,0.007590981836700208,-2.3507097989151693,1.0054629324204312,-1.2906298660507656,-0.06494373957519507,0.4765510001373832,-1.5409489752585692,0.9237691024565852,-0.5503238814947098,0.0203161465596029,-0.19242672362218352,1.0093159069867654,-1.2739048561025001,-0.6356619515630503,0.0911474411569302,-1.0799565172402648,-0.5385387660622993,0.7474094692323706,-0.4064963979646454,-0.8733709074135712,-2.211311471121806,0.6870050865882769,0.4320013808747933,-0.6897768858365866,0.7236297073934078,0.424144698685225,-0.5348149267983584,-2.9666141211896457,0.2679468548842001,0.36111310895889165,-1.1754883408567065,-0.3875589181889465,0.4558565840343969,-0.16046132834451096,-1.4689324853231907,0.9877048763363157,0.18659244120787105,-0.8449378821289865,-1.4608489563150782,1.0171523236453415],[0.3702281326581195,0.8764658184362226,-0.7463365538599157,-0.18774940551359795,0.12223119444372253,-1.4948348491857193,0.8294789776309668,-1.302162884847443,0.2765869585214586,0.3222375414503272,-0.20857302657558083,0.9399655006261358,0.3820498741080674,0.4467178378515684,-0.543732973423479,-1.1334816261957137,-0.3158525449012949,0.4564621371564934,-0.4955728509307642,-0.7875964871584633,-1.0352220686413731,-0.3565913626546002,-1.9646663525065988,0.5654592059665624,-0.4715561783592167,-0.21380555660498857,0.05468868128775053,-0.41940976986500195,-0.38121567148195684,0.9075163282191588,0.8756562742134553,0.936351951364266,0.7412637860257647,-0.8116065145919339,0.5266916632515712,-0.650267796019877,-0.5414683477789138,0.2703533698370501,0.7823604060260491,-0.7188290205848018,0.12319933818838971,-0.524947383629389,0.6915268664441359,-0.44682505035858633,-1.0198779480455173,-0.013496919168175544,-1.1370569135764188,0.6434565128716567,-0.42737445656356166,-0.6159248566586855],[-0.8862673797323899,0.5302356218157004,0.3756461373480007,0.7692356154885844,0.47362263960288353,-0.09532424383814958,0.4626307630004912,-1.1661063289683975,0.6543767392484411,-0.4538770186178671,-0.780950908169663,-0.49697428418542827,0.9583753462847637,0.45084745996894526,0.1858100154091199,-0.7369805443263424,0.648326695246639,0.8453892295150831,0.17936835217114405,-0.6250312679541594,0.5265013589607223,0.24338689189789647,-1.2747095052665294,0.7301294756613457,0.49088795510576927,0.8952209202635846,0.3746736512216024,1.0296622413038758,0.41242993637712844,0.512537450548798,0.6780164884356965,0.7127669437851553,-0.9313648013288478,0.7256011268447652,0.3546595512316237,-0.16857338703822233,-0.07803641281423424,-0.5189613012133691,0.874357377772659,0.4919786128529812,0.23348620956637944,-0.9266253609689755,0.9099889732692428,-0.2618510861048072,-0.8749359175687367,-0.9605681847593897,-0.02585692221949571,-0.7588275091424922,-0.9101015461800325,-0.5792963700025734],[0.5617411919002729,-0.19511237615601518,-0.9638117751591969,-0.16009389629144627,-1.2204051720986826,-0.04841439968152932,0.20030697542915663,-0.43997589896074224,-0.456069779506562,-1.003188536368752,-0.495922392288273,0.7157144471647217,-2.3150401546462835,-1.6629531111787088,1.1052546088534123,0.6392213110762457,-0.8593132129792911,-0.01534715427876694,-0.8429717104937249,-0.25628335392911605,0.04817714893383599,-0.5987602108213762,0.8487957102456694,0.7396627465976544,0.2673794002033171,0.17707185666905761,0.8269295421117061,0.6401536381442714,0.24336152073009915,-0.6197741922273923,0.43384301306892004,0.9908192275879071,0.0507654683100633,0.927434139162111,0.9101544644018781,0.04122900206201252,-1.4889229009221139,0.6238379446661352,0.5034320842684412,-1.0977252951637941,-0.636474983617416,-1.0839905628666353,0.0756007619764205,0.7270940315737016,-0.13343987959204698,-0.8324728432277158,-1.1562160924002893,0.3268038741439574,-1.5597790339110957,-1.4515294015627127],[-0.3543151583134522,1.0750438490278076,-0.3633178016782448,-0.2706265224717478,-0.5199194626142641,0.8461324747129496,-1.6968256981944805,0.30910019228136676,0.6826154239489018,-2.820030831364146,0.4426329011863012,-1.6749891372372474,-0.09024205561338348,-0.5421402455840184,0.6649170265502762,-0.5559431011318213,0.5731436837616325,1.1858415169195262,0.7440647050504317,0.8888538841983249,0.35703788062133607,0.9165550530060261,-2.3006845552797137,-1.3615836211798116,-0.9067358726165735,-0.0433084311574244,-0.578006128062244,0.7927481025581347,-1.0752792884832238,0.5770148310923202,0.19116858379142748,0.3484170833412373,-0.29336678518456394,-0.5739555436913027,-0.6033546273528915,-1.0068077397268598,0.8913663399232288,-1.6687535801312294,0.35690463211177054,-0.1631695566730709,-0.4941458797142237,-0.2673197153548977,-1.7997845267988166,-0.34054417272707616,0.2847776949195879,-1.6960146278248875,-0.3843687671852149,-0.2546665872375075,0.9784334808511369,0.36085689698744683],[-0.5771015537073219,-0.2991325252161142,-0.2132506624265814,-0.6205152838863421,0.5430470526494506,0.4381465180567091,0.5703897360183361,0.48498966461607507,-0.18449694005709663,0.47207380983056496,-0.5229095078902752,0.2492443037197774,-0.12364142231932608,-0.6152368509687574,-1.6935389707159036,-0.17342389194227548,-0.49485841410108766,-1.6973918957225984,-0.05134408139800651,-1.2969912829075416,0.5803624380430895,-0.2335563650170106,-0.061386864623658804,0.1402568673213725,0.444934892891869,-2.1951276309449512,-2.2400667812721133,0.10473201675797701,-0.8027785442853448,0.752806489792478,-0.4943191726416858,0.5661566340679283,0.4432521526753678,-1.9293328721935832,0.07722653889833916,-0.6142409547388332,0.07138293621740577,0.5277333160795478,-1.007506320162822,-0.9471613590943527,-0.1626713096573333,-0.255160980783188,-1.1933192103548076,-1.1252721631870657,-1.094309944535393,-0.21719219617188315,0.32835764548898794,0.6267718768175161,1.0126500300161063,-0.7600001016003767],[0.93870213952153,-0.17765749302604078,0.028785792440854847,-1.074474495289817,-2.200585842750095,0.0931628025045007,1.2451654162070436,0.19263471298120924,-1.1289873430363395,-2.1080941229068095,-0.4748452719868198,-1.4908552538940574,0.14654474492756817,-1.2843507292458585,-0.4751100971651269,0.8949522807271056,-0.008346273897006732,-1.0258007876107782,-0.16580885149247584,0.3749118601792197,-0.2027924499270492,0.11516505698030012,-0.28940750987384545,0.987555945055733,0.41404694789075114,-0.8348420285001971,0.4824848312870184,0.39491118889878424,0.4565863621827946,-0.6795080001499558,0.5540931651939894,0.2828998678789732,1.0009125375710568,0.5041110491066879,0.09559772979892348,0.1535748145095182,-0.11628608650866334,-0.5262357961894982,0.25892748751056976,-0.1932567620964169,0.66440670285372,0.4752327476193458,-0.256776740271289,0.6635992299703164,-0.6274934529870065,-0.005674134665295318,-0.9399838757335994,-0.7338543065744335,-1.870399111469514,-0.39022664681472935],[0.18834677824362267,0.8664594575400973,0.05712652196849017,-0.9197358397803271,-1.1686909599855118,-0.8608547676919073,-0.9593264126284333,-0.38177679403842524,0.056163213607992035,-0.4164556918974149,-0.753344819897127,0.4922698444889868,-1.9886090750355103,0.1929116981381792,-2.084718842066514,0.6424578039797821,-0.9899375104604061,0.6562027304147348,-0.6445877381382356,0.5880408867532104,-1.1904765839598361,0.9249551510707286,0.3360087086020438,0.1437675617194175,-1.2309865459109728,0.8143194899182343,-0.2084774582673349,-1.6335512076103378,0.08467804455018817,0.5256944226648269,-0.7077217596360689,0.786273154327711,-0.17165492924083928,0.16324559739656433,0.8639826831197607,-0.11414433755325817,0.0350979175010152,0.5813496680600779,-0.39845725339251997,1.6525550906328272,0.47364773066408766,-0.03830165780321086,-0.016927176814056394,-0.09264650530060141,0.6080664848214304,0.4726472729417782,0.2556272329968376,0.696491003175632,0.5383336827433557,0.03481377652335923],[0.38194716550487107,0.3209482777785727,-0.41693826036677906,-0.260001685756852,0.5548012854646635,0.7280913930917895,-0.8165429863652756,0.8451647963878568,-0.6820055881917744,-0.7662690458274148,-0.110506955366208,0.7695425441625587,0.01075469193689403,0.7969929354393727,-1.0503099414205603,-0.12976282912992834,-0.287072515984411,-1.7044803012348229,-0.37228082918941224,-0.7693838002810118,-1.4813658020515428,-0.334745081035453,0.5011366333392857,-0.785475673032114,1.2017527420008842,-1.809466749177287,-1.2725984880004613,-0.37394847702627976,-1.5738616774346936,-0.3999844040085125,-0.7990598057400984,0.8624660277752395,0.27509721827672096,-2.617488791639066,0.7232950992155016,-0.3903729237192963,-0.24415931107404326,-0.5379349642703704,-1.5462741689557806,-1.2484519935878478,0.36005357824914047,0.5479682696449106,-0.636482739857429,0.7828543171133544,-0.318851098348421,-0.5574236137109897,0.6825745762573489,-0.5365463034372829,-0.2494709756774487,0.8831873642306443],[-0.6576637237125997,1.5657789496837788,0.7739731634569832,-0.02659674947551617,-0.16913932335307713,-0.4390700656787403,0.2669890612662856,-1.0930864792540935,-1.2283333149107913,-0.12247613517045111,-0.7766092951054074,0.2815649319024718,-1.1339217601264482,0.6438402918460183,-2.562619016990568,0.635871924214334,-0.6134779846356223,0.5870154268264843,0.8393613626784832,0.28498318018904445,-0.028473428280417237,0.15560642833470406,0.8813009286522313,1.3653855153957084,-2.466376892083624,-0.9075072841448599,0.6660972571881619,-0.9237323613578416,-0.5109662360932126,0.7568319410780268,-0.7521041310028623,0.38730213961887044,-0.38292027324975014,-0.8955958481795044,0.40369054356242046,-0.5349607476387895,-0.8077561858796962,0.6904538045347567,0.7973728494894552,0.7159817430745415,-0.38477449455090984,-1.2510502752621842,0.2215243792710188,0.21728241557288075,-0.3575923825014229,0.8540136999134265,0.9684012256685409,-0.13449451153528047,-0.41392032070032564,0.23801896003737294],[-1.1830948939849582,0.3023041067086162,-0.4153428148133974,0.6609835747923593,-0.8610886144388542,-1.1758673143789227,0.4542449551450562,-0.9027744403805207,0.329837873563581,-0.3042643930651091,-0.26444604581182324,-0.6466231370167893,0.8743999221293531,0.6929539784937159,-0.6032067821825426,-0.7689512389605424,0.6287570243761357,0.04816654812516862,-0.08118719809362528,0.8908962911365759,-0.0822496841571865,-0.8939588659620554,-0.23570415741519996,-0.7392546301016217,-0.15620757429268814,-1.3908140462365723,0.004524808808581958,-1.0940950573036263,-0.06349350440904449,0.141952249700972,-1.6200793751198974,-1.4134267748588225,-0.1135726344150563,0.6350369851842822,-0.5056442277719762,0.7772068411964835,-1.5212653326728398,-0.20973429725202414,-0.8110812740408917,-0.4777037979973654,0.06417122344509464,-0.037354057991544704,-0.5572665532151936,-1.0700785879640125,1.080532928493264,-0.7000952916175152,0.5667022575719011,0.9987153446689034,0.3204785833773947,-0.17361116259239726],[0.7868197189171074,0.43106233652956694,0.7699752339540464,-1.234909589401545,-1.3363308918086974,0.2634455514624805,0.9277087413029342,-0.06537485385353146,0.9498723471845648,-2.3329457236036135,0.4724827526004848,-0.07551382435891926,-1.0316706269294509,-0.5706969149045974,-0.5745679358048866,0.7466174469878902,0.5243246247704829,-1.4114507408817847,-0.6345131885416874,-0.3277949334136225,-0.5174700670011516,-0.4716905335410334,-0.37396312737470977,0.31510189057097704,0.3306368098923329,0.8356899099465704,-0.40138396821502687,-1.205317573692145,0.9618233929075902,-0.7948233515298843,0.6905728175296192,-0.9392587152911375,0.4417652744789246,-0.32959975340977765,0.054956692716993355,0.43733356682326396,-0.25113189582239603,0.37040575126729225,-0.12112970071804288,-0.14833092972731785,0.3355954714503939,0.6519812683160036,0.2593617301402562,-0.5950374015220019,0.0777485632453981,-0.5684050067328948,-1.800892687703294,-1.545861491030637,-1.899031186209244,0.5958788192916271],[-1.6337803817650756,-0.6631550875355882,-1.782199784827465,-1.0363092105579197,0.03234176422902628,-0.37395341465916804,0.6529102722585727,-0.3983336513694587,0.5477835261776605,0.9771385115233719,-0.3287916979320608,0.7767149427431569,0.37584230694293363,-0.4904426243362745,-1.449700462876702,1.0432173657898418,0.2116836440761164,-0.26791067768573706,0.23912633376372475,-0.6853828425683165,0.5433160806215259,-0.19277024130091902,-1.7387794640285466,0.31126330023771626,0.017243117320869746,0.9449310298517468,0.13351730209603935,-0.15013665243249064,0.023626058660697415,-0.7406318413232978,-1.289514035883878,-0.402863092489974,-0.007043732290297489,-0.267740204680939,0.17282886827519217,-0.04205032122384932,0.29025225025249374,0.6597827383484457,0.3587117112323527,0.2528243671570453,-0.6747570213228311,-1.0518591154524146,0.408919914338207,0.060174688211903284,0.9870760735105133,-0.710637712092184,-0.12016772062676792,0.8058852652139571,-0.7876779979463027,-1.0913353696805743],[0.08893320453984759,-0.8746506939300801,0.521334017733268,0.8696280285194742,-0.8434301079198385,-0.18840839343345803,0.8589398134395501,0.06828059611693776,0.06629293880619981,0.51808969281754,-1.105181842302736,0.1709348920163282,0.750028999855168,0.41834765453500156,-0.46274693838514225,-0.3958192909172612,-1.3136932419111838,-0.853161633148718,0.37313878894909397,-1.4951081050479527,0.04718971696922477,-1.0543928296375467,0.2205571734464023,-0.5530648119511846,-0.8126149533960755,-0.5305274705040555,-0.07346271340220598,-2.2907607660175846,-0.39655948892250675,-0.2985601410540442,0.3668940096674531,-0.45219764421888337,-0.8977846391583724,0.8606504703009714,-1.1980919655185824,-0.3031759211943904,0.7717924780713233,-1.0974434695769828,0.6720441800971871,-0.20359647601457395,-0.2845110489444653,0.9225208971862823,0.45589819437623563,0.48133312924285704,0.5085835205311963,0.6565536802812987,0.3342292627499909,0.09336980322507545,0.6871978085033408,0.9834725207562273],[-0.7041728351614778,-0.09505298679150821,0.7441658902868571,-0.7473265179173639,0.5646859098857082,1.2604506347583977,-1.379404778496465,0.7261278082966056,-1.510497782801721,-2.1754581385336507,1.0121466641797128,0.09513155906802684,0.6829182568736197,-0.13292485363618825,-0.8353374411507823,0.03968119213438753,-0.5421757655877831,0.43915438936366313,0.548029513700092,0.3835329695053807,1.0540075320933693,-0.6050456298425869,-2.079843711775013,-1.0652091894700215,0.8160911004526588,0.11001848019965323,0.42625096911422183,0.5672944677338188,-0.867028959602209,-0.7331880283594997,-1.5765887930698343,0.709556518149569,-0.7247314327901666,0.7499869376464222,-0.5945813279097084,-2.2241971169620927,0.10820258157659879,0.8535211038958811,0.4256086330842691,-0.5837396979444881,-0.02520105974523187,-0.19912119147846416,-2.264283393815268,0.13136365011055054,0.4176290542047026,0.3880634930994336,-0.004937033934032032,0.9166222440765055,-0.8435823904064597,0.5637647791280787],[0.5732127979402787,0.12132409711037387,-0.6390629447588906,-3.3197081828924824,0.8725210652176363,-0.20933382547877696,0.49961380472432604,-0.9268868809049583,0.33275836079112037,-1.8499086728763017,-1.4289354440793711,0.1524103136421027,0.30828433729898846,0.9743056994430771,0.04082516575749047,0.37179139575970926,0.24410665239029017,0.38498877388740504,0.45616737997840595,-1.9063245204820642,-0.48858275684139646,-0.8955959753836428,0.26434148020173936,-0.09487424243950723,-1.141508899951538,-2.7119350757297367,-0.03644902841962246,-0.21493021580775837,-1.3108548338922525,-0.7208368942160862,-0.7106269344897845,-1.6005319300450351,-1.34631393837925,-0.1788205531698655,-2.8711103402616382,-0.05138725781353084,-0.7343527303991134,0.20759640033829901,0.8835078718416131,0.1273565897633671,0.29833913479943425,-0.4646671877400364,-0.35904739198248553,0.6262139625428661,-0.2757333906245279,-0.8589178529558891,-1.6849204429197266,-0.7820582749780858,-0.4975202497849153,0.6431558835868917],[0.4500634088288332,0.864652167086961,0.4813619112537808,-0.23686345048956287,0.019330926682339215,0.05627515851500441,-3.4304388680632427,0.8233983934627664,0.5699089967895349,-0.010758343761727044,0.7591385141988207,-1.2267251916665245,-0.025803878155576093,0.47073253963319417,-1.2895477923266556,-2.807439585274276,-0.5149816440470399,-0.440066296013218,-0.33424986789727645,-1.914524902507005,-1.3047618669874876,0.126606986484857,-0.4816728561399694,0.2759540088028703,0.43999551055895686,0.47247979774211324,-0.34231957447937633,0.2777815627888898,-1.803048080872274,-1.1337523638128968,0.004329491692394033,-3.525915229412662,0.14992775962665672,0.7637484417813218,0.3625169706511729,-1.7756973568360845,-1.2745312449818553,0.4665367394218093,0.22818508080369382,-0.3360914969760494,0.3537465139169788,-2.133107747720141,0.8198606561008595,-0.49461749323610127,0.0283237475165223,0.5353885712750083,0.6546264846428445,-2.527028284479268,0.32483043320963684,-1.0662374762828073],[0.4481129426062294,-0.1578981570266461,-0.3950576664905509,1.403350754245672,-0.8207581853163426,0.9774262271758665,-0.3141133984320455,0.248875007273518,2.0481923303376766,1.082665812233879,0.09967604352237479,0.16368771888586237,-0.103019357221419,0.2786191823444302,-0.08157283118442378,-1.729445799835422,-0.22654903818018485,0.8874835426586801,0.990036647945718,1.0778077375748154,0.6470035032978384,-0.4682909313649788,0.39054910326306885,0.6876517399836988,-0.22779553996986465,-0.1271385617265107,-1.7826978889926823,-0.07573171426013695,0.4611859107150461,-1.6695154982013543,-1.887221105039063,-0.2926381373397026,0.403735801764262,-0.6285510714810097,-0.3442862340945096,-0.9213828683698362,-0.20432833783842136,-2.735758514722929,-3.0979218275933995,0.7975478765350905,0.8175981762575865,-3.785651063429031,-0.05739978379243156,-2.8336413368055307,-3.7426001164136715,-2.375645034028266,1.0820197439401877,-1.0346025407149018,-0.9081826870666317,1.8698787108738657],[-1.1642365168830668,-0.30064521139709904,0.8933901569661755,0.7613692650505003,-0.5992484257636511,-0.18698082706286565,0.8904703630700187,0.08624519482994937,-0.13733091111973225,-0.43319282259278674,-0.5767927720751941,0.692583663395258,-1.4566909678126914,-0.797997374793987,0.059494143698924765,0.7726515018608779,0.3251237895897217,-0.41281092573153305,0.302539048397184,-0.6937726868299936,0.6867832518672061,-0.5112834228863766,0.8746357630995688,-1.0060252050826337,-0.8973607316900445,0.37381990118692743,0.21584595844647492,0.1362378267165657,0.8858910836717291,-1.609437206206467,-1.3084206128523592,-1.989454565057885,0.6617858581258343,0.6302218065583963,-0.35399402529881846,-1.0149088789108363,0.8034964533762142,0.8467937115597408,0.5755449913260583,-1.738374496102607,0.9398106600192073,-0.4035924736203462,-0.11888575744518486,-0.9428225375713971,0.1535232124365274,-1.0602564384567892,-0.6930465845656638,-0.46293331677974847,-0.37943586309300953,0.36610590555551026],[0.6928942625101638,-0.5148413874597668,-1.5375161992055109,0.999779454895703,0.3962204376614643,-0.3880154298344846,-1.8057235521251485,-0.47577248415314116,0.04343007045512501,-0.6065304213188181,-0.17788544216962904,1.0905823180689675,0.24315250319459789,-0.996673568280349,0.3680452944971474,0.04308554687729605,0.1582896246757119,0.9454144901523508,-0.4177733040387441,0.027636611080376496,-0.6812066144282234,-0.799171797642316,0.6979600947246516,0.1700155361086462,-1.2033757109285856,-1.1623977446180496,-0.33997710808049403,-0.6878265926386283,0.8550044548684265,0.9650788280219937,-1.7828547597524587,0.5765213767230182,0.9605061700505063,-0.550186056747554,0.597118206945397,-0.02416819852342974,-0.3149452071658002,-0.005724316356519067,-1.2593803740336391,0.05700979151399103,0.03140788223340864,0.16254191593510367,-0.3550035274041455,0.295745097452014,-1.1845362160299044,-0.09931014565817511,0.8531664716817124,0.19567995475445418,0.10233251554602812,-1.025931613702635],[-0.1937814354858623,1.4032155047313393,0.7007773515599257,-0.07173875951646513,-0.6003928634003238,0.9432803105613835,-0.2963613177923637,-0.6423173536271843,-0.4069233754046957,0.6837040816118437,-0.3724799855231685,-0.08385349943289414,-1.131058439216472,-0.7089061596631854,-1.7488988787683106,-0.7144666933504237,-0.0409362583053413,-0.9197124517099398,-0.08101971637685201,-0.7046537610699488,0.36016918817302335,-0.2624823119336624,-0.05512304428526293,0.5240744616181243,-0.8431772233355564,-0.08928853262490344,0.17170284569983427,-1.1107067748817765,-0.4870299843585616,-1.3592372422809715,0.295805561802371,0.44596440140498145,1.0596449571135018,-2.079727717381178,0.8587277939870489,-2.005125410397753,-0.6068124264715111,0.6376059536179179,0.4369998668972536,0.6388699957726246,0.5148258871769146,-0.31140238000429143,-0.32084720578146764,0.7317165372921113,-0.09425295448358212,-0.02511933025993685,-0.03641838750576313,0.6964620670768901,-0.16729937074717238,-0.753285142684435],[0.21507014946304018,0.4971440048980063,-0.6882744304027729,0.67980669347276,-0.10257232654995017,-0.7521913117095416,-0.47611678321673767,-1.3128454035828696,0.30523190788877846,0.739605210772831,0.034198354539108564,0.8214747075080722,0.6869779687975326,-0.3528034515119747,-0.6732661646471418,0.2763408819607197,-0.8018386152945024,-0.1697520625411382,0.41927476903388095,0.9606732319807882,-0.27318637958507846,-0.013533247787803016,-1.0219562284371597,0.9821559494664998,0.4585804667567968,0.5244276898872339,-0.9625364784739391,-0.12546278569957672,-0.8447103547053922,0.9913227833353148,0.30236443706065985,0.9387748170770124,0.046674729955580876,0.4522968502662077,0.8517748490555048,0.5232006912344805,0.26501560472009295,0.3507724536380014,0.7300701921850175,-0.5171284565811276,-1.3575113663241174,0.8243145007203156,0.08678001078999166,-0.06025266335199269,-0.48763618673942927,-0.8522075474042253,-1.4081467058322388,-1.198821968545544,-0.7315330862029847,0.6382927797638985],[-0.9004527795023672,0.4764055796187927,-2.049282728388738,-1.446874684863558,0.1329703410832683,1.0146725858387011,-0.37271741777400297,0.5589351318842928,0.3214917967503315,0.11804385298414215,0.4721974974840289,0.11692636617415311,0.013669879117286314,-0.43929709865100175,-0.24818983539888256,-0.49143395314823796,-0.11234405250918915,0.6623270922100918,-0.8161103603962924,0.7985676429977462,-1.328785732155963,0.33836376454084793,-1.3584950790222887,-0.14083358129486453,-0.5504230445378886,0.4223494040449469,0.3599963439562555,-1.491366552077698,-1.165921996673636,0.12291885693722207,-0.6217558450136446,0.07473848358490447,0.4635785481507605,-1.0572394149193234,-0.07775509073254405,0.9536845996580158,-0.7002506764903805,0.8782980481879257,-1.787584017768226,-0.029159707307585707,-0.5080320838562227,-1.514922707033583,0.12430090240429313,0.5189774437302113,-0.022345894090055083,0.5633598168564863,-2.1890205477469675,0.3105465677231498,0.7857235923647362,-0.4508228115869994],[0.012415436780238404,0.21619141918975684,-1.813958613605747,-0.3231723958693674,-1.1807183331944728,0.833861954034058,-0.17587287255698397,-0.4223715178774996,-0.527800900925667,0.92545250095359,0.6186042016704884,0.5376745259329746,-0.37086348327272045,0.9736178317811326,-0.16894782009303355,0.16151886662569148,-0.7644050712072564,-0.10675212538280646,0.6387633314385108,0.9386930609033407,0.0880134028174273,0.059977610522189084,-0.8990094063179032,0.314064128600883,0.3471444707363245,0.23544151129409263,-1.2676877415957029,-1.5762431639870709,0.8610488368293366,-1.393751198577225,-1.4580254802704686,0.33190929791284357,-0.8461529889258737,-0.7284780862078267,-0.42315203096877496,-0.46313042837232127,-0.5538002563561795,-0.3180233683910941,0.9184058138602572,-0.9656277768515446,0.7708743348495551,-1.253474328240394,0.6805764088916972,-0.9362374404259325,0.5491150525498767,-0.8073040499500997,0.2079224312621498,0.9495705018233583,0.14969168472540173,-1.2944684919168967],[-2.0089910967895044,0.054903774452118,-0.7787220881588512,0.05358321492197685,-0.16281297712139262,-0.706021787305945,0.32080450302496405,0.6302184413334125,0.3767743954638188,0.7415991373740127,-0.3941000047338454,-0.06333472324745351,-0.2670232903832166,0.7551004529137222,-0.4519898270268431,0.5146683320087174,-1.24682215955266,0.003729678328365213,0.9987371185416923,-0.9935905452060441,-0.2812363654561693,-0.22720554833310774,-0.44826247299146643,0.07583773185350251,0.41899808248396164,0.24372667134660558,-0.5543753835871531,-0.5206729671136272,1.1059288252235644,-0.9718632199688738,-1.1038415418599783,0.8955678202771304,-0.276374246163612,-1.1245694676936613,0.46705521082077217,0.887726547823837,0.3785125852981485,0.411943524102463,0.6230161643363717,-1.2115408500373914,-0.25088707518549874,0.7104568954626412,-0.49817635233327273,0.49588104032627395,0.9336697731535939,-0.880936653328307,-0.4711967656003735,0.17497401360203044,-0.5514790898387163,0.4440340938881811],[0.5528523054691274,0.8254069269005894,0.045697861490344695,0.12892161588986623,0.008910827682753284,0.9796792428133748,-0.1451824438315339,0.025962166661395145,-0.8418262613528269,0.9740772823690983,-0.1143338410798658,0.3623787500360716,0.5292855178164915,-1.9758740567859643,-0.8868003638056116,-0.13869653050531922,-0.17040325762165395,-1.006109790163327,-1.5764712871922435,0.8280488551645228,-0.06773201497697329,0.3471295046287362,-0.5441288045289442,-0.3987345320114824,-1.6545551713457716,0.26621628496574107,-2.455107318645803,-0.4326430095860006,-0.45887614939508753,0.9946037556911174,0.017765571988047842,-1.1584035244277284,-0.42644137780669816,0.2769935765452885,-0.4757427606687421,-1.5644480997455443,-0.3150964573165978,-0.9252307920339862,0.1690593254954167,-0.5340472593955548,0.46179587061170335,0.31426386856663335,0.799823562726155,0.43820978973248825,-0.13288333216598244,1.0247923163002053,0.013605060070660289,0.8695465616648826,-0.28627699176066995,-0.6444704236598782],[-0.22194226500478928,-1.016139541746128,-0.8854939579751439,0.4164368561790045,-0.8949491051221994,0.40920725020370624,-1.0097576876204077,-0.06631370280780323,-2.0071881635903854,-2.572896029808959,-3.111923213630231,-0.8840203694159527,0.682945009613378,-0.5530419767642816,-0.6292232610886,-1.9824851460752613,0.8942968988077767,-1.1001936732117592,-2.176211880171227,-2.0301668917666897,-0.7938535616861343,0.15223167284693434,0.3623304969437871,-0.17440102613937003,0.5360853423002423,0.7456957612242245,-0.208903099528165,-1.0159801066971192,0.02766463246513832,-0.5579878229782026,-0.8666256913474235,0.03671560633127993,-0.9940384493068709,-0.2056315625088658,-1.9190544767907671,-1.3443280267910516,-0.09088450998520972,-0.6527831947889565,-1.0089869977134012,-0.9759777695149285,-0.3128569772972857,-0.8950306297137984,0.9888986983392377,0.07637814602462473,-1.6822838822499138,-1.5117015489491843,-0.7268005063156465,-0.6255498053115512,-0.19771335290856193,-2.3356164697559385],[0.46439191415656433,-1.4436535665681605,0.8470060232286862,-0.40711001265393093,1.0476377571921711,0.6028063528418293,-1.1410794986512325,0.5360194853213498,-1.6442178094266124,0.5447824161065703,-0.9428990329058774,-0.0038831693452320523,0.5813826637791102,0.7923648548432564,-1.146521480815064,-1.0905169084135065,0.6677791439951919,-0.6256969828947749,0.261342781804207,0.04246267892129241,-0.5304221424471367,0.9033639616715179,0.7110450322861013,-1.1824093999091914,0.8696083053087655,0.3401743210517204,0.08231240126591036,-0.9303664142630204,-0.8820247582813084,1.2628743401702045,-1.7721109440968932,0.9560627599064204,0.14543656932471488,-0.7117913927873333,-0.6099870777824811,-0.04452356137004624,0.9831912432221573,0.3315553265094279,-0.7244600571517805,-1.4466938510634337,-0.57426088889614,-1.0882830402443582,0.49086648432587765,-1.6748164634104599,-2.035869348232972,0.04933752087386162,0.040920637034702625,-0.25397419810422933,-0.7541922165048268,-1.7073005545386615],[0.8378532856795416,-0.19354862396412786,0.7416722272302684,-0.6968156584254308,-0.6985069091362527,-1.3466635988604432,-0.7190299023234887,-1.546583207483021,0.2632327106804472,-0.7511704259994695,-0.13917938662370657,0.1634440991615563,-1.1376693694109812,0.07101900081822927,-1.583868716835808,-0.447568198233922,-0.3742398055112175,0.49316303298433084,-0.6184209574932358,-0.0505274462672001,-0.6201136436814791,-0.7227232456537096,-1.0337358300523576,0.42322233223794475,-0.43037372581741673,0.05113657180846916,0.9352981929729919,-0.03259202210137805,-0.010192092602512366,-1.0264042944252372,0.9358387380929114,0.6460033357548947,0.3684701298417287,-0.8701491769111313,-0.7377676848798068,0.06437816143447965,-1.0102885328685474,-0.6624924724888241,0.3045132830217829,-0.39081094380752,0.260083617268924,-0.10664886128391982,-0.6579002687392213,0.30549972890913957,-0.7573438398294435,-0.6716268234839585,-1.1816948820109645,-0.7798992205772957,0.6605189087247171,0.912430136797568],[-0.5243152370906328,-1.1328098942104303,-1.3132426683836256,-0.5946464471435454,0.9426388189711377,0.025162350346954042,0.1827918348412746,0.9161316010150883,-0.12324365914706528,-0.2472230732908698,-0.11761082871653171,0.10664859500164084,0.9034921094096386,-0.21804678104714476,0.19567282574443753,-0.7860487359657,0.4901480626388989,0.8902175616698306,-0.5047569955410817,0.7405958737346523,0.42803171541762675,-1.4200066049223916,-0.541907633120364,-1.2529439796651454,-0.7370102792155566,-0.5712344953644723,-0.36025247858155185,-0.5319216936051548,-0.1134549676897865,1.002674992938167,-0.1495121868012647,0.9283661976351627,-0.4583061900761277,-0.3254995261939065,0.967378329939259,0.533924996571749,0.7370168836345581,0.4974516226035103,-1.1814269352108133,-0.38784811738833996,0.12576537531338403,-0.08796216605980972,-0.7889681569510698,-1.7420251692828579,0.36704924363218,-1.1148478770540375,-0.6948346121990284,0.5100443857108302,0.4938298316594655,0.7628384552939187],[0.6407961706306963,0.8148905389580959,-0.2195376400664736,-2.1929661781159244,-0.78337551448032,0.6470908204859566,0.8994993611841586,0.052935752032594145,-0.1368185221924233,-1.3480431342525445,0.0031004083705051186,0.9215613763945425,-0.04258477231894753,-0.3381221643917946,-0.6378588341459621,-1.0403837590355354,0.9662386100702147,-0.5835354208592103,-0.4607968615367199,0.6266140610280887,0.11642540469859082,0.3299447449432192,0.5790365616435958,-0.12618875124047457,-0.2751867564420939,-2.681588909902671,0.3379856572607075,-0.0451434735682534,-1.5729256974284809,-0.01891787544207856,0.02566256948148076,0.9175512767296117,0.035749547831656965,-0.8534340718020711,-2.6393081984939126,0.6150587659656886,0.23638742267518958,-0.1391941953220953,0.8355526343295256,-0.10152276776980759,0.8603789215124418,0.27925064821568524,-0.4241295790130657,-0.5868817358644026,0.4467565420494208,0.6030254079544876,-1.4561010386472775,-2.0715184162769886,0.5216491294021257,1.061767291720828],[-1.0058187814197361,0.7256019305780566,-0.8484728405326916,0.7457876711045919,-0.8554120202986644,0.04095780344966645,0.12489443997840681,-0.08186041175948458,0.510548130734319,-0.08615325082021606,-0.19028359902518777,-0.2524291349799719,-0.12658058002750072,0.3118883259160317,-1.2835160100256182,0.5622457085558992,-1.3068374372794622,-1.143798871893573,0.8606305988547152,-0.5311459038675503,0.5942999506596844,0.6843775498404897,-0.18688596439879296,-0.8627108786456458,-0.784143665615523,-0.24094518136291637,-0.6196303490104634,-1.5834079981629265,1.261472437658137,-1.2217249374108279,-2.4105249355756233,0.5586027428123842,-0.6041849058974949,-0.07919758853336277,-0.11053290106867994,-0.28420741492541474,-0.7268357969314649,-0.0967615046635171,0.15450162258099462,0.8717160492916981,0.7257182017153578,-0.5702116768627515,0.47695140184900964,0.033885255603966394,0.5366608288288356,-1.0424751791257714,0.5679762686927491,0.7970715407136638,-0.07666564768172059,-0.12602586403610236],[-1.0991395454980395,0.9703087513621632,0.4619471726839057,-0.4869200121019134,-0.5392314778589377,0.5308122696338481,-1.7951224903223904,0.6061962264539958,-1.7965245261565506,-0.12882809322783023,-2.3322788458683914,-0.7899407885539118,-0.04428090856866547,0.6314774650870862,-0.33036494460114785,-1.1290143687416838,0.6109669619859369,-0.36224779297747256,1.0391458625339136,-0.9896570288513414,0.11587691424566726,1.0118383374452238,-0.19130063857655374,0.17952980222271414,0.7750383283764862,0.005612670184804065,-1.113767867554164,1.1688119665617736,0.22044009870516112,0.6473880361668312,0.846043834652103,0.9898245071989196,-1.3216844351368568,-0.15175671857565215,-0.12297791068474315,-0.2621548003890337,-0.6294814965706536,0.15397250644446556,-2.147327827052688,-0.03439651474208951,0.5243135289244151,-1.3014406057557801,0.7603058469461473,-1.7746269331286089,-1.468728761472786,-0.6661217917721975,-1.4581900597677353,-1.296997843225267,0.07536268927282821,-0.6993786794689145],[0.8218930864379695,-1.2601701153393325,-0.5901361794988269,0.2842016617699274,0.5672290341713861,-1.3792791649140344,-0.8633941976017229,0.7451549796747939,-0.5890207186381784,-1.295293231804923,0.28129026678677527,-0.45545758012443255,0.9623051062374386,0.15090382776817182,-0.35799852384070197,-1.8013997056491253,-1.2264968791589264,-0.3820572559254672,-0.8896744257963799,0.2759034106019623,-0.13346997523307855,-1.0169001465369227,-1.0652337115501136,-1.4719505461721873,0.7132072348160285,-0.2318852551797988,0.7704325473337915,0.11711593183915599,0.3181948003699551,0.41502428557280163,-0.6868197940816896,-0.2557482348034398,0.6926383605341991,0.1388001088330238,0.9992775827129242,-1.282167779018473,0.05211040094693371,0.660976523636818,-0.6788367223284026,0.8630641264278424,-0.6883197779885659,-0.7991278717833512,-1.6461241683823387,-2.4447542453091198,0.3896975892082271,-0.9760607860028279,0.756075482847394,-0.28541628327076757,-0.08538570169573376,0.30231734874810207],[0.7192247618553104,-1.3755630578083131,-0.06592864779023921,-0.6772794721928117,0.6278813588563686,0.641783626885566,-0.6425812316898176,0.15365854327934902,-1.2855681196008113,-0.9156523775877727,-0.26691257158596604,-0.5311977175403764,-0.1431308709875368,-0.8392553822064863,-1.0744564601343785,-0.623171178882681,1.0217739138025546,0.7770589101722752,-2.3325929546977076,0.4227088453252149,-0.20554441835867865,-0.1820223402658854,-0.08312839654384896,-2.100661310203068,-0.0783763457509543,-0.896816432777119,0.9573471368311048,-1.8884234010340628,0.014166023876927019,0.16951097070327326,-0.8121722382096596,0.7192029063586102,-0.48959918821244436,-0.22415269502439697,-0.04119791280549046,-1.058169307655431,0.8124864808186396,0.11808402171471571,-0.6581867149794094,-1.3744784684862068,-0.4468916648632346,1.1023690241912913,0.16710126993739774,0.7046349892939103,-1.0554814242679182,-0.23792671173970903,0.5134064237142482,-1.7343003324439097,0.05283031520031286,0.1154828584213867],[0.81158646466796,-1.4077221589053923,0.35069933384165036,-0.2206879468413061,0.19226855702177262,-0.44103757389746256,0.31610562412064097,0.16788903637767183,0.055366147272228404,-1.1815515307086029,-0.08618871216623175,-0.2983580425350637,-0.2726467163950126,-0.27854600666694035,0.6881928727374681,0.6328286094027675,-0.1552215770823959,-0.1742109117848758,0.7885672293918969,-0.5039214715491456,0.17130897765317674,-0.5649772758607081,-0.4611958003330511,-1.1816519218170038,0.7271198210620597,-0.8286435924486645,-0.33398127667464417,-0.027022036305526406,-0.08471866131583623,0.45839945612604815,-0.06208337088373872,-0.47140398068776834,-0.5209248807503822,0.8349933698994689,-0.5112920065062244,-0.25187038206416024,-0.014688297749030924,0.08467890039223175,0.3490478923530306,-1.3258994407487454,0.11543247413605837,0.36316701085292197,0.26482064923090637,1.0427382818352995,-0.9467518352518572,0.19748370055430595,0.5076960544161857,-0.9992506217775607,-0.7480704872520334,-0.017565293882730756],[0.351407451262933,-4.581975677988658,0.2460569445215147,0.19894389839749957,1.1713831535998513,-0.6831648295446431,-0.08841323111401492,-3.250139089287999,-1.1241744020175697,-0.1161606085415415,-0.18841278834142272,0.007426742212486451,-0.45516011697700587,0.2711243751067754,-3.9798930245464343,-0.591276851730342,-2.1270870584325774,0.45876824750777784,-1.2344044899944584,0.04147904623421317,0.4729514622899339,-0.03310698401312712,0.06631563524982342,-0.2753109369156411,-0.42778545520212874,-0.48641149523292504,0.2202696298010801,0.5854331785092326,-0.843657951590519,-0.903958938645973,-0.843117195040903,-1.0423888155396765,-0.8956789018554926,0.1818375800108346,0.5789079529598737,-1.7779013347891823,0.11902495849985291,0.2838490494812751,-0.7551114696972387,-0.5585923449440895,0.22121184029107138,-0.4581686512141244,-3.8868893702414797,1.122195017279215,0.24690443108271856,0.2147984606038808,-0.4250659195410694,0.4462705356072447,-2.1117983840639862,-3.0262658614902387],[-0.4430047541016264,0.44250101590263347,-1.567355018267066,-1.5080707304716154,-1.8800947983890715,-0.05155361064699866,-1.1658835506824636,-0.577234278164526,-1.5083606513195065,-0.19204073445967532,-0.43166098893218136,0.3743198106088315,1.0537741488304193,-0.5171516287004481,-0.03342204493712477,0.24458824578698832,0.8097154233190181,-0.08854928541007695,0.2757217165856376,-0.5291905000128773,-0.7544108645949287,-0.03800928350921025,-1.080237651624473,-0.507824745542275,0.36774020860186335,0.5424991547457874,-1.9063943162826618,-0.2482267923173429,-0.832783353734069,-0.08634287502672455,-2.1562295457311853,-2.003208490077975,0.7912099114985129,-1.548694749086637,0.9898427191812429,0.10521822064269938,0.15125451560374703,-0.8194103197341018,-1.1561808237703208,-1.1143630777876927,-0.9326542531956308,-1.046061523332596,0.6887440662382911,0.6002316234888028,-0.8170153088749708,0.9248641997203452,-1.2934655639044357,0.8710823278267964,0.16914183800760677,-0.901484745110203],[0.04259881863662189,0.06535423426304315,0.6904025427670708,-0.036103696377596556,0.7616932430355765,-0.5899117997262918,-0.07811474370547958,-0.19854994512618074,-0.6750205867738819,-0.5478004742347485,-0.41972450370492104,-0.7545131121281088,-0.335515323912051,-1.3774142720091627,0.04747983861206012,-0.2486960654390378,-0.830003509060164,0.6666600857636074,-0.4132860561861325,0.2778400495156375,-0.37113688267804623,0.5909919746554534,-1.2112848750872616,-0.11482725750758184,0.48684487355030565,-0.1909371800533381,-0.024748736072102994,-0.6699715296604287,-0.43755159780050573,0.704246446639758,-0.31124378715355167,0.7432542669196339,1.0084260563796135,-1.314188825139721,0.05367711050816613,0.016161401603626252,0.506956431450317,-0.880235256022976,0.0011943693167679418,-0.1360066063531406,-0.7658492424394542,-0.6241351265478582,0.4747145873108652,0.29271040067777704,-1.6939917999804923,0.6738691435646874,0.38551400757136817,-1.0587721218182187,0.6810877535487861,0.5798575130137757],[-0.05933617733825547,-0.6584353551973522,0.8758396099709592,-0.3525330902100219,0.5802259177837604,-1.2992810343516146,0.4373872521964988,0.46393242808567353,0.5805436973238765,-0.25333484267284523,0.6210913507322506,-1.620821909972543,0.16350249288563395,0.5479911366088173,0.6477015664454799,-0.10249125558481663,0.15768582144280163,-0.03647638110121092,-0.7584817994818351,-0.3473741504888563,0.9553346084729015,-0.010298718448607651,0.1330030480448639,-0.7803293051107045,-0.25390529775543746,-0.9714922268211889,0.603231551207911,0.852447471803663,0.12990537320103585,0.3912863456977701,-2.3109511506164373,0.3761395321240668,0.6035589019423707,-1.3319069144695572,-0.3788268369730264,-0.9451611725856451,-0.8987389988016554,-1.9737890916408782,-1.2879151626198353,0.710848211120532,0.5132830077747065,-0.09718263055651462,-0.035621457866312635,-0.3351435623483202,-1.2830741078267065,0.9833930593121918,-0.3744111813095731,-0.4278064376441247,-0.8920826942093658,0.01964412421605846],[-0.4809479629316235,1.0460545474616898,0.4037333493109713,-0.6218766535278747,0.867132596375126,-0.37914190101939643,0.5722777684161887,-0.34443149152071856,-0.08162032162358887,0.44297852262468684,-0.15774722479174394,-1.002295043318706,0.4048565050533222,-0.995774726322941,-0.6398442764053178,-0.5569407090884712,0.6632468873196582,0.4582460022884148,0.7188760666444682,0.4806304857999588,-0.7129311961997258,0.22486642395107112,-0.976329567381011,-0.6989991807037138,0.8773235752341122,0.5820176209135145,0.43113724611254983,1.0124619424012542,-0.639112158662596,-0.5705859484664064,-1.3615211779136283,0.592211233256911,0.11235891781459142,-0.19718096835601157,0.5262241704240171,0.21753180978110012,-0.4138912070202786,-0.4161096615752755,-0.1278829282697723,-0.39213220030857704,-0.11508171839092297,-0.6899943675976774,0.5408658609890339,0.018250546816113992,-0.8862577182968226,0.6553525443217407,0.18009736409362886,-0.46210335573878575,0.044738423646894614,-0.08224611205977075],[-0.37039048308204214,0.0157424699899859,0.8737696904694159,0.7365126590680263,-1.7336780036063164,1.210212035283998,0.8103800695906025,-0.1852701515852759,0.4717748473187535,-0.00019267245897307028,-0.2770062377120607,0.4316089649582211,-0.7082684236752771,-2.1222581000557357,0.37483915124643724,-0.5001850933592054,0.0065085549179952846,-0.0920945384923991,0.9185820497506243,-0.044675727585542314,-0.16704932389092952,0.8865016241426406,-2.0661716534544676,-0.367172677656291,-0.6215943726762637,-1.0354106526440592,-1.367738312861031,-0.9145820709958148,-0.7348868436380022,0.11315618928218936,-0.3242170333600996,-0.29319492769221006,-0.15149362287443652,0.4326373387997937,0.5365025939671947,0.6351891161783257,-0.5591882443461211,0.9028263864155438,-0.5602072493167578,-1.2419335168125276,-2.22914013462635,-0.8787844650582323,-0.6464589843505811,-0.7424502489286032,-0.6377200992265057,0.40395769590031366,-0.12709933883995572,-1.2756135854720667,-3.004907027389352,-1.3006852882231716],[1.0571821388417602,0.00720339154827414,-0.12375399097150733,-0.5512156724764553,0.6573724238300636,0.555827225165095,-0.15238349908590415,0.9297320598283567,-1.732922413281525,1.2839297277983992,0.907947827944617,-0.8638997565606991,-2.3640326161448177,-2.7860102733290537,-0.2081727756074128,-1.7703258368097747,0.025865183790038857,-0.9070076743744424,-2.5451660768959896,-1.7320028826926543,1.0149758106055706,0.15570142409234666,0.07234519910024995,-1.303004483776057,-0.47099067936418537,0.9702346656720793,-0.8027750588833257,0.7571395468726436,-2.2700644714858838,0.5496001391263997,-0.8447139730605101,-0.6030151111513209,0.26144214852315933,0.3284225339587577,-1.039326668955158,-1.7151716736822793,-0.22566572622936562,-0.3141785649064939,-1.47704940084627,-1.6065384646283059,-1.028417309952801,0.8454731217026442,0.9212389751707734,0.9258339276654656,-1.274802183616744,0.055751601633676894,0.2555836253066901,0.135343673571796,0.07322413123836323,-0.5635891321757697],[0.7728463001644781,-0.589705153135129,0.06245072150581381,-0.34253341472992016,-0.7696774484389994,-0.3812695929213248,-0.7049134613165482,-1.9878170468691023,0.1939221859705908,0.7229226350589725,0.8117069197049729,0.84944366106005,-0.5668160637538883,0.46750786113505327,-0.3451894291782407,-0.5483999901891287,-0.5349590852440992,0.13966469739107373,-0.583673065815082,0.292768648137403,-1.937252344260968,-0.7330725452022326,-1.7616987140983973,0.13038236786141222,-0.03843777787431645,0.6383961798122791,0.2071613934594003,-0.4904362597834177,0.14647220954611956,-1.47788127995695,0.20278555111600516,-0.27211787204212873,-0.1487554623671052,-0.06642040220797167,0.283336352225442,-0.6764213443596244,-0.4595573691683711,-0.31519150436262755,-0.4870754746961155,0.2181506595220056,-1.6967038795079952,-0.8596636900177679,0.7182979885211185,-0.13749174368223538,-0.5818990288851097,-1.528888892216774,0.6381204207308655,-1.2587333002542227,0.43010214511932876,-0.2895918812788804],[0.17342211583424919,-0.7548982254347566,0.8948806407094022,-0.9175889871794076,0.43348325035651003,-0.7889392828905318,0.6579849788527613,-0.12370740101919307,-0.49159778330322584,0.05327824531987882,0.5551894173937881,-0.46324181182722735,-0.6785663719186512,-0.18737167551186373,0.7904740299411119,0.4386507654344701,-1.5795089978520271,-0.7002116580739949,-0.9087652299083233,0.7675214386237426,0.7561452412931462,0.18954770436923712,-0.604204011386201,-1.4518689552590816,0.907455205271716,-0.21392315270572948,0.4907465330764527,-0.45849739618175966,-0.9255002814019855,-0.9244417412547279,-2.3299266255031843,0.19417402154389793,0.705645256210414,-1.32574801513963,-0.9486494321627965,-0.12931531843404526,0.6508214781638468,-0.7377391657051832,-0.5040066445192245,-0.6108558745896161,0.3264049384081895,-0.30562447725026337,-0.7193162718802453,-0.9042396272872454,-0.9082004053926802,0.8256537127543764,-0.36564333665176313,-0.940679471678088,-1.3457099094659353,0.5736221733308488],[-0.5385481529720294,-0.3467406558777395,0.8541892033910166,-0.44950948929207696,0.7561365770335484,-1.5337126288503176,0.6748457000454159,-0.5757817190127789,0.08468960201697998,0.09263832978373228,-0.04159101640778663,0.19474623918988343,0.6392874649070336,-1.6530340951409808,-0.06807919292103833,0.8943845387824028,-0.5757113671932322,0.7115564851182834,-1.500911956056307,-0.33236450560302594,0.7310609951013302,0.480073474348375,-0.18543786257953618,-1.3472116802840737,-0.7399780962879134,-1.2245192805854794,0.3041872005691363,-0.42192229571411555,0.9612238258235377,0.4951773754177645,-0.9708433887847236,-0.39946504745556016,-0.48574065273980793,-0.8992987292522328,0.4050014602238739,-0.4590203850024336,0.8164288241069919,-1.8947544474269629,-0.08635829621963667,0.7562480337740254,-0.8594051867805889,1.2084099614532493,0.5899986034373013,0.01721679865918967,-1.059785139372064,0.2911471938787018,-0.1797082177685843,-0.6379637310608405,0.6444129584917527,0.7555370997950774],[-0.4993134619657473,1.2805535356318731,0.3675176232031117,-1.1263534083288873,-2.184649221826127,0.887766621259631,0.6901249292310085,-0.0266972351089958,-1.1442355164986995,0.39633406818190015,0.5949258537935053,-0.2971992106959563,0.14706125364916908,0.38410516206261036,-2.045420466839584,0.861908672968562,0.1784574012628981,0.4332384969546566,-1.245145938043342,0.42698944873062616,-0.42153474739616154,0.3477356987443316,0.17821461810384462,0.17321853147604913,-1.3991641239643868,1.0829305631118862,0.12809625520351012,0.39290715197741893,-0.6679433505805539,-1.70220825604698,-1.234236550502044,0.9409264397525655,0.6437244675659335,-1.6817883396360225,0.574846600636887,-1.6655248787254842,-0.3097022353142414,0.743860276731029,-0.41227744540587863,-0.08561316902336319,0.8668187643141742,-0.689217160361431,0.5705436170890101,-0.5910541844951349,-0.3515697164778507,-0.6902651681479948,-0.477113122336874,0.6607029196752167,-0.12795956525162486,0.27866331753807766],[-1.23276666435548,-0.2035563813923727,0.9684197172853601,-1.427069161825628,0.6913891551329009,-1.1839969872787013,-0.27412507155141286,0.4540322915481415,-0.626162553990362,-0.6064342748501489,-0.5718586386504128,0.32257003474282236,0.23306084375123873,0.41923755258671064,0.9665367066734911,-1.2193195937069912,0.5766756422211514,-0.6567482714210768,-2.3027831146681907,0.8550421611826876,-0.05027588181963467,-1.5970826749390967,0.08138622976432332,-0.32513483056769327,0.695288025261976,0.0013871263721529628,-0.76618434456413,-0.015967657240887063,0.9151963349686972,-0.17011784828165194,-0.443025805375235,0.6752093749608032,-0.6804782336812919,-1.7786141503597166,0.9554891879483235,-0.026492789400712476,0.432053487866348,-1.6407284599980592,0.8109592666922687,0.45198770698233326,-0.3052927405923351,-0.2590725573168114,0.4779664475809608,0.3318650912852086,-1.1601023625723623,-0.8750581057435911,-0.11724044142665993,-0.7063743183069261,-1.7357554616363746,-0.8524607392514291],[0.9316080411536094,-0.37730116277368136,-0.30499225885523784,-1.2445396543095486,-1.5325046224601793,0.7039265498274357,-0.6169160223448403,0.8961517898899161,-1.4283696510575452,-2.2319847396009678,-0.161957524453186,0.0016028847585572012,-0.8305580864639892,-0.21826136501093513,1.188473711866556,-0.5454387249509275,-0.6821546228373973,-0.6183249624855522,-1.7303559041040677,-0.8066587223498423,-0.32394031309306837,0.9148749185024561,0.36501403096074714,-0.9470168490691546,0.6019508772589038,0.7654213586327246,0.7924383060416141,0.3420665229202277,-0.5662148441791874,0.5688008392841906,0.508855566079596,-0.921738891205399,0.9892789911440794,0.5622307166417845,-0.16344350553404643,-0.15040785768309844,0.5414926401299842,0.3360248073546335,0.04486728376941514,-0.16134641996109295,0.9580020948988069,-0.8469086144649463,0.7138616483641651,-0.01656795332178677,-0.55706349884938,0.5932922190671236,0.2853998761380238,-0.36647395529076904,-1.1137731145801617,0.37209460171532033],[-0.7614859852549001,0.7838639285237365,-0.33142760430144214,-0.01759540717854202,0.9810084142469161,0.39480087314011103,-2.6263560807700452,0.698668277244616,0.718650573636312,0.07513563650371541,-0.7107678277232096,-1.796404148081331,0.4387639529804774,-0.35239073464420545,-1.8793111835943421,-2.484229914664715,0.9810970266703377,-1.5891961065427551,0.3706493768945107,-0.04343137773924557,-0.06598422103001415,0.06658433817178178,0.08840997502471541,-3.787091958812903,-0.19185135928654531,0.9102184927620873,-0.36727344492492003,-3.299585825200876,-1.4661994433851255,-1.7702380199629932,0.9524570429956067,1.1251705032713704,-0.02915774962264151,0.8920609950865422,-0.4782959729425862,-0.16338645582995978,-2.0997164540530084,0.7996222508983227,0.6486826794703008,0.8483001925295869,-2.514104061129516,-0.2963371286197153,0.004976860021882636,-0.3979829951064193,0.7186664254391693,-0.14039096619054517,-0.7164098621590499,-0.2564644512838373,1.0112554984663034,0.5766277591182601],[-1.4410651456944383,-0.48241486892654806,0.823338309587532,-0.9912670085943341,-0.38876222482497025,0.9813588672078891,-0.21074292018069588,0.13484768894817972,-0.8657778016014049,0.4898141306200236,-0.6758577263830837,-1.3322840994721066,0.12351240620598417,-0.6225725716515944,0.22364514919330858,-0.5125251868170037,-0.7044619641808808,0.6105246803011641,-0.602609526834774,-0.42235287265714705,-0.38572164735293996,-0.6847341782286123,-0.5979360459578751,0.23126915525410668,-0.9389523766889588,-0.573711260610605,0.610083211053903,-1.7041530193573562,0.8599035591787859,0.8214543130222339,-0.6600233303001491,-1.7800017734960478,-1.2254919404054831,-0.09761480053326053,0.6950935626753223,-1.2459110592981797,0.8620374184952743,0.8818357467047271,0.4861729281958155,0.07727849297371024,1.130564404905811,-0.006127482880660973,0.7320476708656505,0.3168721232175779,-0.30496638345600297,-0.12572207963661014,0.006353970480807918,-0.4986092153555272,-0.8100487838062055,0.252681675762659],[0.8368988621948126,-0.40932607500091484,0.05129495903700349,0.3545847144824316,-1.2524917325992146,-1.2087175972651305,-0.9320636959684403,-1.1944321356195828,-0.6561303470245197,0.9549766428326597,-0.03343154111649691,-0.2592922314532207,-2.0270018090801303,0.780750230653651,-1.1976046918092407,0.06030181034121469,0.8580179462685734,-0.7642232950604185,0.49657557826395626,0.41521566897040507,-1.3044668142774982,0.38944445233528074,-0.29722761034316636,1.6433096854867506,-2.109746718463929,0.9697588703334782,-0.3098541906973787,-1.8469361946819618,-0.41901052134336825,0.5122158308497354,-1.035846067792477,0.4115144656868625,1.282274772963102,-0.2702417315801688,-0.19676616622263426,-0.3074306504186622,-0.8260295204331447,0.012978358122277071,0.47137975354261225,0.6088350298226834,0.46391969366407704,-1.3272302371840035,0.6343987297184138,0.14458332876971602,0.7194733724426416,0.05027360333659762,0.7140517955284303,-0.5017663746419758,-0.3448716442628413,0.9084487245829169],[-0.5539695297674121,-1.3683108582402261,-0.39638723274121396,-0.10613963390819145,-0.3003236641914977,-0.8253030682513333,-1.0212139026199938,0.9874511622374726,-1.2007573028749172,-1.012393736334141,-1.5228641496605988,-0.7649228629304301,0.46416596618217737,0.25834407010270355,0.34077279716776077,-0.46853113965199145,0.8851156564419628,0.2022075710513112,-1.3791845253568573,0.7554610447039745,-1.1083093878310886,-0.6529961543466823,1.0034239612889535,-2.8277038721213708,0.29002120210959365,0.9132033791920815,0.5606277157700404,0.5925819507806181,0.2546150055535649,0.3540479146412429,-0.02867744435424844,0.9157641032297502,-1.4103028099002768,0.8619001679352519,0.3051841664260583,0.47278154466170225,0.7774253464465877,-0.5563420517038785,0.6483643763933193,-2.039267333990353,0.8819748537586269,0.8802077419953429,0.07547121103090015,0.8454242880893821,0.8596230701692499,0.5427630074270152,-0.42553106610142327,-1.4002778181602058,0.02921128807013402,-1.4163645577130979],[1.0809539960646637,-0.8019217600169034,0.2122042743852351,0.6672060864488121,-1.8779360093622428,0.3095772555312929,0.19167881604251072,0.757103949831895,1.002726897827226,-0.2715090379503576,0.2531399097932083,-1.190074977126315,0.10631315581833799,0.5723895613355721,0.4098349041439034,0.16910087553768605,0.7929679166269075,0.1637873343049531,0.7520074126387384,-1.4499327043473078,0.04133496118572353,-0.7555719047718016,-0.3052667157064798,0.2104182642362838,0.6058548822424946,-2.2300169654665645,0.8150295187922701,0.17052633784767285,-0.19981397590226616,-1.7294150177753376,-1.3659807073627297,0.43789499326946835,-0.8021294380922359,-0.8451665743679478,-2.0108721566422405,0.250177261488335,-4.164690741605064,-0.46762031636439105,-0.4180847774978086,-1.4166831959527553,-2.140698811396765,-0.6363710319721563,0.9081267286439132,0.6781860489180003,0.7341343002908164,0.9294640287000222,-0.1063803769467934,1.1371668246853672,-1.2207308076737369,-0.8170123732809965],[0.19634139713851748,-0.6200998310691721,-0.05989573644553119,0.010205129238687447,0.12258179024511373,0.11072624703100166,0.0705662775909304,0.16303993966186167,0.6212294156883695,0.04164117497601437,0.7878165120547272,-1.2704079254867586,-2.004873237142035,-0.5417425091297485,0.7761778472834714,-2.3638576512308815,-0.3016096429258242,-1.1514408675980687,-1.6739791720103867,-2.5772471817686666,0.437552227194934,0.3658811598946492,-0.09065056110856463,-0.40881496101920967,-1.065799089571984,0.4518342176427834,0.879122530508754,0.7000606186023148,-1.2680650706942083,-0.09876966276265935,-2.1028488839552253,0.2985765201498471,0.025301009670053942,-0.06811929749477935,-0.3687874466388954,-0.6691588190445811,1.0429133101428607,1.0865522951172926,-0.8431570168400621,0.6015290504186935,0.8632833605958057,-0.4895991965292825,0.70963060914093,0.44004663327733157,-0.35014029275185266,0.5661040954678938,-0.734041149435863,-0.011183835909484649,-0.04652045680040428,-1.1853456497247223],[0.8267262890953648,-0.38093954419849213,0.27024613219043747,-1.2845883489509216,0.6348101160712432,0.7260905816674836,0.2189140130593913,-2.9910523476080586,-0.03337678683553173,-1.4842739619957983,-0.9900981426290608,0.9098676693414455,0.11859758406465526,-0.518599605353418,-0.6592238564533278,0.892399753588926,-0.03191536121043082,0.1362490728803628,-0.2651805514574897,0.9410050335862186,-1.7986485362562323,-0.09625724133126262,1.1232893288475871,0.12895866775725404,0.4909716185915963,-3.416710184755886,0.8405834781719198,-0.2639726563045537,-0.5136619719644748,0.4309031877248414,-1.4499602352134948,0.2876127172962398,-0.3864892492112244,0.8726373490754261,-2.211651470277547,-0.25327979504655257,-0.6228756816729443,-2.280726736324266,-0.3265044876609646,0.6182048411349723,-0.2492802455949827,0.8412007739400776,0.23253074109740854,0.1492411543602326,0.5667598146781874,-1.1040609880028964,-2.0917503148289964,-1.0838227090868655,0.024921997742162333,0.5320165554814517],[0.044934805793469305,-0.49060619385869647,-1.0152548900065606,0.9311936263086203,-0.29290076475683247,0.22896930257678758,-0.5685982708018287,-0.726849307407174,-0.1039313550603927,0.7217798391023442,-1.046640318172023,-0.038529637153072956,0.9713090287584074,0.43787420479306455,-0.6270180876854772,-0.6000274260881661,-0.4461518239067885,-0.22185496831556675,-0.7245450134152602,0.18805299977313508,0.6872901631403993,-0.9030174987123478,-0.4150474077661993,0.871729875312684,-0.8816138904988963,0.15127592919412458,0.3385982439330327,-0.16321286806602753,0.4853641461439458,0.2656787250678624,-0.5619657484110796,-0.06133866216183576,0.11894817950815534,-0.4580051316833595,0.3102333769839078,-0.4413306423199951,0.8584481641236622,0.7856239317925292,-1.9095186308131857,0.7212644285858704,-0.6539278366200643,0.5662868326561843,0.06722427454589741,-0.6848287652109399,-0.14582224108090308,0.6290932628124611,-0.8051525533964685,-0.9346019617734018,-0.3393621281348368,-0.2683980508623439],[-0.5674965121702733,0.6956923808834096,0.4622660638306124,0.11585211625419096,0.5934948744475546,-0.8087929378589821,0.021648015562885894,0.03797428015270099,-0.2243700541392108,-0.6339161966198844,0.5574236855146619,0.25927202534730154,-0.15504934129121628,-1.5579860597771462,0.02671866472432763,-1.1602588094081823,1.0158755873376601,-0.41696356276871943,-1.0977284822089841,0.36537275839943484,-0.3402184641771378,0.0037102958208705987,0.7784719154105993,0.7215515668604762,-0.848471248507704,-0.23818606179082752,-1.3286683594786897,-0.606028558220655,0.5380443933274613,0.3748145073084455,-0.19711697607603068,-0.9887063808328187,-0.5598637407366489,0.9330136428738152,-0.9227622781172754,-1.2151355129998422,-0.37709428450641397,-1.1160793824186779,0.016094676011226813,-2.007359358340484,0.2689266885252901,0.825977557478862,-0.5052942531280422,0.9240888533052679,-0.49999352135809244,0.12708003892272238,0.8055718974548561,0.12060275043736203,0.9122318049955325,0.18878832828631584],[0.0332518703987107,-0.5038616413989057,-0.958580355748896,-0.49992592642714134,-0.35022303360768064,0.9792040350189011,0.6251928759227859,-0.8465175118743316,0.5180928483346587,0.19579015890690143,-0.1584058542617638,0.5631928577759325,-0.14958071932287123,0.7322831190559015,-2.1145489605151133,0.9587580592533319,0.01882476510538082,0.43501026278206506,-1.6880447241616852,-0.9677018263537764,0.8884712908757608,0.7851487702320046,-1.371100120526682,-0.13218809946718532,0.9222892687380907,-0.3194843283013043,-1.2622412140114232,0.387041313317254,-1.8192063920011323,0.06208084378304323,0.20811252631975496,0.6644839034040496,0.2215070108087456,-0.14514620610115972,-0.3568218842436138,-1.00434436197531,-0.6847656934750608,0.599249766474914,-0.5740275906939205,0.9656606695977936,-0.12577840169248752,-0.21465722946702334,-1.4028131997840678,0.8272647867867281,-0.07895557460293645,0.3670125660849033,0.772463279812833,0.6571381433700189,-0.6658279964280085,-0.7741539192108547],[0.8606251188263229,-0.6768537935775205,-0.9858155550525657,0.792753377526117,0.27059827324903196,-0.2746742922561708,-0.802623282044789,-0.651692636858791,-1.3395247647821003,-1.270631416618091,-0.26995084230842864,0.1573334506249614,0.4863648175128205,0.19929953143549106,-0.3785087321681495,-0.2548087652626285,-0.9207121883951155,-0.45854663308554067,-0.8860252985988598,0.9295596890591042,0.3680989448010672,-1.6705092391065879,-0.1333293242713701,-0.9469950217682306,0.4716683298860739,-0.09878844498346284,-0.01908368882630295,-0.558085080233227,0.5867620556116051,0.39045973197474154,0.38704698115547004,0.5742222303274522,0.30445901737431835,-0.39479732801512296,0.38739320853551973,-0.9831729015925523,0.467568360813646,-0.729840194772744,0.35646819126563034,-0.011344382186503006,-1.0553553046128268,-0.536802965890538,-1.0950801280437674,-1.6627702685779717,0.9311083113351878,-1.3581213204460194,-0.14465971175004236,-0.12026054638779297,0.8622281638516622,0.4846881411127039],[-0.23238785269388154,0.7558127504935676,-1.9957951288063047,-0.5157248366198924,-2.1043983952956955,-0.15466764191452498,0.1929179991795252,-0.2526317737766474,-0.6387072937107999,-1.993083751855582,0.8818269205693444,0.9633451803200317,-1.1356099930434875,1.0096431060030746,-0.798187836916113,0.9748822431631432,0.30598954173341253,0.8841667405601558,0.13009963682317502,-0.4735760938393729,-1.0973825745874788,-0.1424669392075171,0.0071953028728434084,-1.6694279741380544,0.6031233646315244,0.6375642692945185,0.08469255958765548,1.0895569891559633,0.5598193558009749,-0.6396829013922644,-0.045436213079389914,-1.0273080008966218,-0.11992802097121058,-0.7514426191948717,1.0444566865027833,-0.831838610863609,-1.3524811069780711,-0.6180229050137244,-2.2664525403868994,-0.30861376296262943,-0.29865570723762697,0.30467526404981665,-0.2801914057439526,0.557925295506688,-0.4598539402511575,-1.2226648668207951,0.9590304623179093,0.40650582628623316,-0.2307848351375186,0.48584617731239466],[0.9557204447816927,0.26678940544397595,0.044267480959040824,0.9376267376625748,-0.27025698104372303,0.3748291477993209,0.163290469068717,-0.9215003176051402,-0.561976184573686,0.019031846937064483,-0.09809206823829016,-0.32634008257504576,0.04479969994818538,-0.12663760094145263,-0.3244545536404074,-0.3122989885424952,-0.1335963285249686,-0.2793007446724503,-0.09553858812996428,-0.6193497664375703,-0.8853952731873255,0.2710685553100294,-1.0422857615247398,0.02104192018295406,-0.20712972498626506,-0.6613592204152693,0.3981683785611269,0.4555355814413622,-0.7274521690172442,-0.34354834197371253,0.1838253057148278,0.09660461069286082,-0.2610841358360949,-0.7565865033841672,-0.10177230403955988,-0.8872557404878565,0.9194515573630405,0.9580851252958532,-0.8221076510219365,0.05252421865528245,-0.9860418399439672,0.08969101495758204,-0.31945812129629436,0.9076010731869002,0.633844468751236,-1.7088589116573574,-0.45717966425724454,-0.7735909169742688,0.4278781836709437,-1.4907990497400134],[0.8293790351815725,-1.1656764979993295,0.5724533819979736,0.42150914519791144,0.44265248189064094,-0.2870094218081596,-0.8084253878690897,0.6827406236238717,-0.12729134106250825,0.6895886120804854,-0.8411441688661123,0.16287381863778153,0.6364624169962746,-0.45519576900540554,-0.4100466248623826,-0.34924879339598935,0.5330534156805274,-0.41358318847988984,-0.8195696113502182,1.2369104900548897,-0.3921965210195903,0.8950041562069215,-0.41649246534365386,-0.7272675094588642,0.16920501747896508,0.7270674609534818,-1.2010707305958488,-0.48645947919022364,-0.6729143807927711,0.3504648165595959,-0.5951573640916991,0.9981017249467615,0.14138937234442805,0.26242180152548145,0.5034958090715389,0.4936614062988111,-0.0020790143735546413,0.4306713684262578,-0.3689649059619313,-1.2716632641303378,0.4948543810482834,-0.6021125205233012,0.2694417635910672,-2.3288300139956095,0.10289859026007728,-0.04958640944780628,-0.32489339114821597,-0.805923131126768,-0.9475225223116218,-0.23709490645907935],[0.8175779553744458,-0.33514716756110297,0.9122452794628059,0.8052353904776562,-0.06424045894249401,-0.7208322779396806,0.07318625320510178,-1.6095602343451063,0.12647840486085732,0.7195186699406859,-1.005564494797446,0.6538926740947433,-0.43646824123088196,0.9157423925743924,-1.886541434351043,0.332965194935089,0.6414380782016901,0.8212643481648679,0.7323103863962307,1.0456286007562197,-0.9503477724610171,0.25958988454808885,-2.338651518537643,-0.04048274408291703,-0.9926771000091922,0.7918961012509914,0.47914178818426345,0.16981641937341857,0.35181745406006915,-0.9666305836921725,0.1323325122114702,0.9204681884443017,-0.0802815402755444,-0.17381498877751342,0.6852369103132901,0.45875716378457093,0.2512015147732558,0.49151578171248905,0.44440988873752174,0.29595341600852476,-0.2754279871623057,-0.006687912944300534,0.16788205095883293,-0.4818608302802653,-0.2969607737294253,-0.3998122261347464,-0.2722872826776386,0.16309819290597102,0.383056137528976,-1.4909727434289717],[-0.7389817362418208,-0.5225689224952204,0.37223827397600495,0.7126764057409437,0.1362040857363262,0.43388738011558375,-0.20158956853740165,-1.178378454721477,0.4034132591940919,-0.11629916602222641,-0.8558117580891974,0.649775382426826,0.3353207837030779,-0.20427580027118675,-0.9142619124580685,-0.4961411658857072,0.9765163680706191,0.13556086362484113,0.46595933316810806,-0.5709337148527264,-0.8385560138129919,-0.40382399957798626,-0.7678755614538544,0.8270061949024902,-0.8253478821014852,0.0065634902497411565,0.19441836527249237,0.36447177230130934,0.6608834804115704,-1.00390335386048,-0.32972701330807364,-0.15782782729191047,-1.0170636666794068,-1.188793770206103,-0.536673520969502,-0.07355848842935973,-1.0262155618822932,-0.4632372039662594,0.7877484140860316,-0.33323363344259443,0.8590544266994772,-0.8954504556755339,0.4565614885604894,-0.04961841868084608,-0.442126440451656,-1.0814727706784164,-0.8244812219919785,-0.1535884736146002,-0.09847891295218701,-1.58814197461731],[-0.7666101238036531,0.5264633760729774,-0.07117770692905552,0.8077771713652455,-0.6454163126852911,-1.2118851211557973,-0.3345369969581512,-0.5090786911216044,-0.05457614246215166,-0.981134870936086,0.4575612744015414,0.9850572479293349,-0.8042198678359462,0.8115264389288119,-1.3027509951242733,-0.47943285310885614,-0.8862676622233939,0.6060513940416146,0.0735579780873377,-0.48987550395141477,-0.44568767950756516,0.020216846553792814,-2.122060295833712,-0.43435077711694425,0.4201704229291517,-0.4491736293493205,-0.5875622023343035,0.2084067154031026,-0.4644557619523665,-0.6411830745456256,0.6659059114845718,-0.7052820753194955,-0.15041368681269834,0.6911548011867547,0.23064869060030957,0.33601691899976605,-0.9098550248899534,0.33936328492699225,0.6002915537499229,-0.7217254875658812,-0.47811965902256487,0.2028966985990896,0.4343767522335763,-0.34256047388317573,0.23792250652318972,-1.5899625453770947,-0.03210009675411804,0.08552792306926602,-0.11706948308722633,-0.13380144840485905],[0.5292673662170265,-0.6027366623100571,0.5769419378132804,0.4542615557799635,-0.6262347581308503,0.2322858600650231,0.21352425689460341,-0.3965309811609226,0.5887887984909431,0.14661477161743747,-0.24104256690122006,-0.14037160075809368,-1.0447967602886694,0.6536434235650668,-0.8003373913697736,-0.16531851552388682,-1.3049914424375906,-1.47528225807184,0.5972769141520141,-1.1959760114345181,0.9087752698945795,-0.9388436853746129,-0.030348900646576554,-0.36115769693225175,-0.710957370184366,0.11483609674667088,-1.191986664393377,-2.3179510474739744,0.2768852313394836,0.8736469832371447,-0.2728068863972206,-0.3772839948369813,-1.8963512946769863,-0.21818369251872008,-0.7835218344061173,-1.0781567017854863,0.5707551955615304,0.17597331769999813,-0.19482674693516006,0.6142243527675929,0.8286385233827414,0.4934884429734348,-0.6912615911540777,-1.2266413303452908,-0.015673125946421562,-0.4531422936331711,1.01366415541394,-0.5463292699613665,-1.7595853935082382,0.06606267999031785],[0.022218824993997407,0.35197476477873435,-0.5071047360589515,0.707261243393652,-1.1568096433169999,-1.3259195809900797,-1.463898852837601,0.14039420271872463,-0.7298658284690238,-0.14262872909921454,0.4392634434684885,0.3959036070951183,-2.2226054981674634,0.2559468410847964,0.3060648580799201,-0.282947508098303,-1.5391798110542034,-1.4027843431591056,0.8088432539219976,-0.11881729980627041,-1.1629928343347118,-0.5526532547764448,-0.6075089629654983,-0.4965401543004011,1.191456258093508,0.9477655726491121,-0.034636395497304316,0.31504744269672214,-0.8925606615833348,0.9837851516432871,-0.03064119571735435,-1.29371982677257,0.9938657652104077,0.9966404743191409,0.3477199832470673,-1.1394504859457668,0.976363444035179,-0.14760310269570356,-0.32584406946701966,-0.3194821220672714,-0.8654400378599343,0.2360458311242683,0.8622112833693861,0.3417293001996845,0.18974399976176198,-1.2932407690414212,-0.5447942004184023,-0.6741562431296912,-0.9663622439376873,0.8820732745076827],[0.9187499299086863,-0.5161574717609722,0.4705904123001469,-0.5504144346530664,-0.4148499892529966,-0.767055557297272,-0.2672776545572779,-0.5384253734817753,0.30411120440459666,0.5722233356827495,0.2000535912896141,0.10694316310076889,0.8104088286913873,-0.5400461713876754,0.5310780029637929,0.9398994014299599,-1.1925514750336095,0.035797910373683565,-1.2003127908880382,-0.45175941127701635,-0.570524319298574,0.604617775246492,-0.2829402335588398,-1.073019922126226,-0.304984545788257,-0.959340823263979,0.30838742529791596,-0.42794830183928906,-0.29768527433274355,0.5496290402081658,-1.5425231347939883,0.24963916512076909,0.13698670317695474,0.3110921404588982,-0.8058027369322314,-0.8814554460227346,0.10998670264416421,-1.000378335588322,-0.7877539757502545,0.30332062331034143,-0.6504449462357775,0.053522356242809085,-0.6829939540343637,-0.34946518847934627,-0.2303544554943422,-0.5766588695727485,-0.4912040970033754,-0.42511079791285594,0.24965218614795995,-0.9577774315230289],[0.27036517623777034,-1.0277439368239667,0.6470848522882484,0.037982191070718124,-1.3869730033360572,0.26402494111555525,-0.4385671025627589,1.048746808583209,-0.2892000603929256,-2.3882766020383532,-1.3800902551832355,0.1937874579660663,0.8440287751329478,0.7803174587329528,1.016474975279659,-1.4566270148702398,-0.5036377321445918,-1.0804769695553142,-3.2636041019747895,-1.1311957614245145,-1.9468845654525035,-1.0195171435648722,-0.4442864496690099,-0.7828531403401854,-0.6406619263041038,0.9766869008143048,-0.13080159895765536,-0.10592259898475814,-0.021655580195566553,-1.6205902139321442,-0.19725675191412798,-0.7481295118611642,0.5634100845257998,-0.26288003273993243,-2.3038270707109447,0.31867659265331055,-0.6782859280355702,0.08303506763932222,-0.38138285036836744,-0.19235920771259882,0.23719069961501177,-0.5676170389323787,0.47405126331950115,1.0640162634025532,-0.12508137760091576,-1.7171848082591095,-0.5176539187158107,-0.9410960572638213,-0.6255343413313138,0.5984391726164143],[0.09545043795902301,-0.34906537647336716,0.18329284401398485,-1.1165766776013957,1.3621548663697047,-3.982066082704923,-1.0869822005253136,0.6010861783546612,-0.8318108085241445,-1.9230693707801567,0.10349709303678237,-1.742609361741056,-0.278691399935997,0.7510099446568309,0.8794930345039917,0.03285406875714382,-0.5639875313157172,0.7323476938738459,-0.5367861533809953,0.6144129011712343,-0.6377402131058272,0.9589079901451634,-2.041800453540499,0.791582896681405,-1.0325873356036142,-1.8907373356583586,1.0595242595693266,-1.2511433335992272,0.049347923662780395,-2.2806577492644924,0.16549961350780712,0.32157197102623997,-0.33622721298640057,-3.7679916649930583,0.4038773072854187,-0.2876134570181002,-1.0459076572679522,-0.36967390932569144,-0.14150409248894935,0.8544386342376343,0.007730814997557619,0.025734881613314522,-1.6054352472853448,-0.6479394036931858,0.03238937046231567,0.4310532179382569,0.7325684977410173,-0.20965744984191337,0.4632720519200249,0.43158842242281203],[0.02524697437304261,0.22331677895457364,0.6386815137882872,-0.02167311577216657,0.9585865439647926,-0.874515957887785,-0.6511195705479367,0.09287798774176607,-0.338253131534971,-0.8575174713195085,-1.2735839978942263,-0.7822965583189693,0.12165628187933156,0.41203398367829275,0.00939540890227118,-0.36759130540188667,-0.029501267708217066,-1.6709798614831695,-0.3699011564211866,-0.45496914698791213,-0.635966001106655,0.6400598664935696,-0.32768515939517984,-2.6994885527938344,0.3257317836181781,-0.051471816307900126,0.41176676046983723,-0.4947822770700751,0.5809556378167583,-1.477317882873556,0.20963518937737746,0.013032811808172402,-0.4824288339790987,-0.7595231307659684,0.19153156418679207,0.4990912868123672,-0.46572899588814554,0.29746401475411244,0.9821275584365894,0.5832146878552916,-1.2430713536200104,0.02438200146823218,-0.12800722160339456,0.33793938777778804,-0.44929866959813725,0.3543791756505131,0.6451488731401716,0.4724868638209151,-0.8585049098104005,-0.1178592684338768],[-0.2791718997915677,0.799016086521532,-0.6536956731615812,0.2918591356321085,0.43884680064017967,1.026089116364243,0.9059799787836609,0.5705446373677904,0.35189664588456665,-0.01057190313762986,-1.0200092690179619,-0.04907616808455998,-0.5790381469659062,-0.025596923945017492,1.785502826440025,-0.18808440531679324,-0.16515425211522877,-0.2640514114367104,-0.2686547602256234,-0.3984728364837623,-0.0732446522293923,0.006871996686945492,0.26944339074842405,-0.34594895156894945,0.01224915214874384,0.6919365689030527,-0.5360521184777275,-0.3054529309636557,0.26990546910283625,-2.1049696106243316,-1.511159232146716,-1.1055137321887922,-0.21848509670780017,-0.4923583002916247,-0.464431821651562,-1.8222758854456416,0.20372015793736944,-0.9506755302244275,-0.036679377373825255,-0.2375027976940835,-0.5999641563737151,0.19990595239998343,0.5686082405338918,0.33811471124467485,-0.8608273929373013,-1.0123237959824918,0.3136439830245687,-0.07044008804941528,1.003647229976579,1.0713901551572238],[0.03021384131338645,-0.16288334207152352,-1.408747620037236,-1.2271689844234155,0.1576899820268483,-0.41169941942389304,0.33765172651712316,0.9085354456117215,0.4788590903194816,-0.029392871676520913,-0.317349407360133,-0.10222919755577445,-0.054958582458391775,-0.5250551234075878,0.7390455204763485,-0.5607487118596471,-1.7240902989756093,-1.1529421207909998,-0.1511490089193736,0.4451652551196793,0.4403787838815259,0.3046862662305516,-1.8668969023061202,-0.5379061985784054,-0.06715208333452537,-0.5244760528883479,-0.9904883953170772,-0.4733779694611453,-0.8388388920841432,-1.7118571974373793,-0.10909610929434542,-0.6735780156720569,0.8356818354229343,-0.6521271542918605,-0.09001337595114081,-0.5116078381021041,0.7115151497055847,-0.8361424213899191,0.06644995045919805,-0.6210249645795627,0.6347502229001222,-0.43540849769321693,-0.37663741016192753,-1.2449807965103188,0.31010398926262606,-0.34627777523234254,0.03363351537709811,-0.20640967652569123,0.38343838967158916,-1.7444745076164638],[-0.09128623340244639,-1.6258631290048495,0.38967275535634144,0.860022774519007,-0.0996485540729928,-0.6074880594958015,0.7844209915425229,1.1252403662987411,-0.19904785084616824,-0.08837497356130289,-1.4907668033455543,1.1295774205302294,0.7202596810158639,-1.1430630995244038,-0.19302516644576725,0.05639278360061001,-0.8835566328592893,0.2633498487241574,0.6582273628869247,-1.8584863043566344,0.41866140201953095,1.0135851527032256,-1.7043257941863248,-0.06569787112944563,0.447060522848991,-0.16731890079437195,-0.5778914553310901,-1.0753953990575282,-0.2987522023064417,0.5802266859763344,-0.4055920369098589,-0.8445238829818533,-1.8289243435184248,-0.6804530300384201,1.1007015017165738,0.24061400511053138,-2.1226858267652498,-0.36637710089956865,-0.08682125573756021,-2.013182773783059,-0.3086516009883211,0.16592684830880072,-0.7247449529483493,0.663685651559481,1.023942024181047,-0.07510395808117946,-0.17551923712917564,-1.213653487620748,-4.575592847537527,-1.7415546909770503],[1.045951783812461,0.69954968486694,0.6261038253429478,-0.09903052516418563,0.04521815249779987,0.07625719226677148,-0.6632548326775296,-0.6921410886030576,0.13290689363286953,-0.7136572845194298,0.27802061130059635,0.8445563707916477,0.18944400398295277,-1.691393139377883,-0.27713720220993965,-0.6718335016401846,0.5890064828486685,-0.43094688535084924,-0.5794134204580706,-0.20591974544016295,-0.5201260676817278,0.122541116996837,-1.029589111523281,-0.8886529768934607,-1.974468024028885,-0.42165715214815813,-1.203132377357271,-0.7505004511433653,0.12541948894206242,0.47382580156453347,-0.5586443782366793,-0.016428031701487284,0.854540233704717,-0.5783249296206061,0.4743571093545125,0.8879961516166459,0.7713719203877416,-0.3777037427582139,-0.1599138869444031,-0.23309034459434388,-0.05037635362372082,-0.5481173971946315,-1.4115272393163263,-2.2909894266488027,0.5377419955986611,0.37213873324324037,-0.09944337643627389,-0.6832355292568788,-3.2059381047361653,-0.23930891275141508],[-0.06905247251502104,0.2910027651666789,-0.8559732355809218,-0.7487222382167664,-1.1335413303362503,-3.0392049474463616,-2.338672378690903,0.6670395594962233,-0.3003210071261699,0.09962011099235467,-0.771467329192806,-0.7981485693648748,-1.5051521928939022,0.5955457286174013,-1.1290933344394747,-0.7578082872913009,-2.460615751250351,-0.8143334663081812,-0.45055597856613044,0.5313062993497811,-1.3520311256182445,-0.10067551168285152,1.0014602854454548,-0.30976956731476435,-0.3117898870555919,0.1105119093804256,-0.1182882485729872,-0.24001456847980615,-0.014505164194044236,-0.228137301253408,0.08106096198425193,-0.6588486458314948,0.48879171822884343,0.857664444783878,-1.409054400432287,-0.5450167588836725,0.6435149490055704,-0.5572895420085782,-1.838687189119013,0.16563336939099155,-1.5982154044185297,0.6261606970463733,0.8971033453079346,-0.475533141036784,-1.28295242311042,-0.7796948097385876,-0.24194213739630072,0.2668538897500759,-2.1721283145149535,0.2238339423931404],[-0.45679802647853834,-0.3142300001927625,-0.21879637654774187,-2.44356122829085,-4.429305020971062,0.7386770100082004,-0.4133069595713385,0.5659735953156244,-0.4881941233713761,-4.1461546313673106,0.03247632491050577,-1.7328862754574714,0.754952703594333,-0.16484133480136748,-0.5179765099900141,0.6189946347701725,0.5778623565531892,-0.25435524466301773,-1.638776773613072,1.1036123151211494,0.6728823978369064,-1.0247004157390822,0.5700263109857102,0.43098266829671333,-0.35219528166287145,0.4540160029345385,0.9422843590194951,-2.525792800461712,0.35532467835161086,1.0263582417504369,0.5531718031237365,0.29961638986844175,0.36563114973491373,-1.0449931951856362,0.4099026327089301,0.6005065659231483,0.18482759487292924,0.45444485949975444,0.18332884312630005,-1.0854702299851904,-0.6127847584259184,-0.026827912045498798,0.5049773661629916,-0.5724749108537543,1.1997860838188712,-0.6574651212616509,-2.04210591292315,-2.8951781453971113,-2.771931701948506,0.328986344401939],[0.022215162390897464,-1.350581674744566,-0.763576130681927,0.04754887710831668,0.08518528297892611,0.4858687522273925,0.7084298713542084,-0.8357332745551649,0.6999677011917651,-0.6099244880490959,1.108240680483026,0.16084202743853462,-0.11323593311847092,0.5504670728291687,0.6917185936704571,0.863535639282356,-0.20651108112121686,-0.08377412764450606,0.4278820151640275,0.8775538985115363,-0.5343395850996475,-0.13401898572744847,-0.7040506111394963,0.24259878760759368,0.09316428917648265,-1.7452594586552839,-0.059107175269149284,0.8099102572136794,-0.2514952298052608,-0.6253474327602884,-1.392492384180347,-1.474575696701007,-0.23390051216838212,-0.5430585450241195,-1.1743077019804038,0.9450140465760184,-2.6100541990554347,-0.6448251125770831,-0.28567979868562,-1.414081804482094,0.2800606401787716,0.19401679693140877,0.7340894020683182,-0.3454696026818086,-0.052362103576758724,-0.1059073394263495,-0.17553370426985165,-0.2535714701382848,0.92811673126519,0.17578821063427905],[-0.839753127287615,-0.07251397187096024,-0.7270339845428035,0.40298801916249366,-0.05290877814797709,-0.5346119192910572,0.8353543271713942,0.7797088163716991,-0.1605823856238504,-2.781954676776265,0.3754211656858564,0.46874168067095734,0.15790738134245164,0.16607769215314153,0.91620455201241,-1.5266334153751129,0.47354168538225233,-0.29092423988491867,-1.6779007710321072,0.5210124092408636,0.23577531898442997,0.11762086825293261,-1.2566535938290595,0.3208953929207415,0.09641542588077946,0.5319694972828964,-0.7292672694558056,-0.11934451518326471,-0.03850177958066757,0.1779373301104066,0.207178557863937,-0.1383030919672447,-0.7281849731044844,0.5526235469484745,-0.7988313197066182,0.9294361856778882,-0.18159498930230344,-0.108419444156245,0.2796865337604838,-0.37488189659839843,0.34900220806499527,0.4631143058539322,-0.4020119611517653,0.4703974124993616,-0.6954577987658371,-1.7803181734884377,0.6475485357615723,-0.23638436149009154,-0.5757728146142251,-0.6859493813120751],[1.256626123347032,-5.3142818946660215,-0.9964227005736271,-0.3499865546409362,-2.1951051386125795,-0.28238806649774606,-1.2824760752060762,0.618526083419443,-2.7900590798127585,-1.0481622707105218,-1.8991225442451192,0.48373512128784907,-1.1637987662328633,-0.4631397957658444,-3.0030392837650344,1.0718185797300546,0.7858312249192893,0.6078345577008132,-3.4601521406959965,-0.4020058697916898,-0.8561017417117348,0.3923617544893674,-0.6230405441665928,-4.622675059853777,-1.3038420188238196,0.4620935512870667,1.0988262165525362,-2.4651432803383093,-1.8894287288147547,-0.7936221849119305,-3.6717805289353973,0.6634044437992158,-2.283686671229134,-2.594889618510824,0.4596163848993932,0.1409973936714325,0.24552564640444863,0.19823345869304201,-1.02993241899076,-3.758181221320502,0.14599285511715468,-1.5629675982007627,-0.2982740776799841,0.800977231081607,0.08878185835664992,1.0661657549950734,1.214791098331068,-3.1537954120389426,1.1529999425797266,-1.4693038795335167],[0.5477864476478576,-0.302749758606019,0.8661150969971422,-0.1674280263197745,0.7760475360425076,-0.2978835270678002,-0.8418098019907404,-0.863671638216629,-0.7660054000256179,0.5766153748874698,0.5924568591914695,-0.24344532692333248,-0.28947550969623503,-0.2598575147607198,-1.450930368607683,-0.9569960455831884,-0.17110325063839443,0.8468084652549468,-0.3763959725077878,-0.5768210076426726,0.3936288052969701,-0.8489342626163742,-2.1474412816264086,0.6669247946749914,0.7093649252539554,-0.40084201316496915,-0.349558056268332,0.20575026098233248,-0.254622657040968,0.05235875862527806,0.706693291215291,0.7907616618604304,0.37236574385703936,0.030276396486877764,0.7783635974479093,-0.7996765511780827,0.7067291704878654,-0.1434550105953123,0.6758397752117802,0.669538586864155,-1.2574731509323445,-0.2818233307715134,-0.6848759756828888,0.3132918323868052,-1.1287871499933588,-0.8250687745747862,-0.2802616669794926,0.09876942757816007,0.19509301309785576,-0.801830930479477],[-0.1750082314236532,-0.8612270871794654,0.3608098654278978,-0.07487519707944254,0.29959013205274393,-1.5054591412256833,0.5797704947705945,0.48145254244249613,0.524660808416448,-0.014122441637193365,-0.6061078627059004,-1.0337276979179308,0.18434801989073193,-0.03570297748818535,0.24079395129474057,-0.18053739254332044,-1.163934944892526,-0.2972377851582915,-0.6472000445814694,0.34133361452290806,-0.1572040296990684,0.8789549338281063,0.20632508424873558,-1.2399005581668585,1.1847290991069643,-0.22453625152334417,-1.298069657201769,0.4014609988625918,0.06728237386242161,-0.7280827858028366,-0.8635428926394516,-0.7556941933099018,0.34316321093769253,-0.45765281527315216,-0.278691769986714,-1.0008895997255158,-0.8826983832637147,-1.8504632121169537,-0.8895141412180794,-0.6626742089306839,-1.2702337105904187,-0.36717189730162575,-0.19277987313719583,0.22704687967027345,-1.0538975023698298,-0.13211410775869442,0.06913985161974985,0.17143256983605237,-0.23526789373548723,0.7379978724535772],[0.2458033952906141,0.6752546124482406,-0.11828340528197348,0.5931139857946117,0.7889666522923459,-0.8653988941034897,0.7910639582952368,-1.2258286676710615,-0.10960722375788562,0.009929876317878214,-0.4460174417284625,0.0008325243988120507,-0.717915550095687,0.460580652407659,-1.3294539771528193,-0.9652719071166508,0.5497972351381627,-0.4197299711314479,0.6629203323379909,1.133792316199877,0.04656110251844078,-0.5627153274857722,-1.1229927214939446,-0.7902368364018051,-0.7012851786554719,0.035391059176440975,0.803705713658064,0.5357880266366781,0.2528816095453425,-0.4164333945438156,-0.07004384273190067,-0.20058096683058863,-0.016603217936087843,0.2292403921649411,-0.02407175628566565,0.087912545656421,0.410867344956843,0.15304833873563972,-0.4150435697304758,0.03810300085739369,0.4199846047925466,-0.3552221956245123,0.5278249744048831,0.8361785102505486,-0.7132019166836807,-1.0731265756082287,-0.6923807386149967,-1.0534605148392455,0.12487524377681943,0.811736824090266],[0.40733241803479303,0.24019263777667235,-2.169749242447671,-0.4232426198598042,-0.5104846481968245,-0.817632593811657,0.029628651115846266,0.6489813207445435,0.41159864735367835,-2.4126262126731843,0.8218200029584979,-1.622623017811221,-1.4676017611549206,0.15698692393036637,-0.7424873189070644,1.1110554129003276,0.4071637322894321,-0.4257780145255817,0.49828519803915194,1.6906834382963065,0.0997406976751226,-0.1312034064189126,0.6990971604961482,-0.7893325188000216,0.7257609226896724,-1.7872913947955098,0.34061022756296044,-0.7521232235356277,0.0008005916613848045,-0.7317370612918328,-1.5922957435465541,-1.7221687051758336,0.8423220601385241,0.8473589511814416,-1.8205413102392622,-0.49906067074656774,-2.257601988511513,-0.018401733239297068,-2.0971670402720446,-2.281248910111011,0.620682439367511,0.8093514884714125,1.061546206277897,-0.7262951905877081,0.31474052197336677,-0.6336400903537377,0.39872265058836487,0.1766265286346312,0.2268918526715857,-0.0012588117507588467],[-0.8441666158811765,-0.5784953486744323,0.9426733937216433,-0.15354375474496704,0.5262371438715566,0.8620963590486825,0.3952240438981692,-1.2509541949902563,-0.08734492772498459,0.11734260054911021,-0.7117306107887081,0.09462175990420255,-0.4277309014806726,-0.05094608532042645,0.387785984604802,1.0178133942056693,-0.4574190494982451,-0.40674750582804753,0.41865112876121185,1.0313679917538308,-0.13505654460255576,-0.8572478933138712,-0.2801522539198174,0.653771045038514,0.011000834757307195,-1.7088397245647768,-0.6388102369839693,0.9181102395204137,0.2953593930651571,-0.7748010514489215,-1.7178793321560994,0.04934333251409429,-0.09186217591081935,0.3026861450146887,-0.8818545098681992,-0.16436729097773795,-2.384022964932164,0.782043341033925,0.11008096795878275,-0.27199283203769264,0.8087125054448145,0.6275740086525521,-0.6941648641127909,-0.23442794909753267,0.9629389732977824,0.6775430297349616,0.28877957400557713,-0.4695600245582855,-0.19721199109148124,-0.7606622579359062],[0.3319801763266448,-2.394504001122956,-0.5647880464422442,0.5446044512093098,-0.13237056003425737,0.44055156368902415,-0.22593062039917736,-1.348470330547224,-0.6399120062320638,0.3864642316374011,-0.22517847623139664,-0.1789903241931429,0.37330678766231024,-1.0067294636160682,-2.0389178738835776,0.8616210113871008,0.6030320067787938,0.8466413536887454,0.29161890889981995,0.2327655518671961,0.22740447266298314,-0.4375545180882118,0.6044739472387929,0.6962095560676181,-1.2726338695145736,0.3865937513337136,-0.3298466172639988,0.2837080005146586,-0.24108465488791037,-0.06836501513712394,0.9723956361202339,0.71589013706541,0.27355280461705694,-0.6800280027329942,0.5628448173055867,0.6011938786553088,-0.8264117617734116,0.04777009624658151,-0.7758174487373545,0.45985620373038927,0.07000218606024411,-0.9202612519470763,-1.6085465117452797,-0.5368288782707581,-0.5395751421906234,0.10789754961196829,1.141287346818581,0.4406165570897343,-1.192005866570106,-1.6351450753390657],[0.4340034914354253,-0.9711235949283893,-0.43895892047798496,-0.6291188101680865,-3.422305254183883,0.9009711250302959,0.6906773580179231,0.8417345401220071,0.7004047524908632,-0.06122505821745079,0.10572565718792729,0.012986817421798857,-0.4722197261213735,-2.24869500583956,-0.34561566485954814,-0.5320969166153595,0.2888870624476794,0.30419908555331115,-0.7478155163771727,-1.8019628371266079,0.6211808408505525,0.679586265367465,0.014265836871892092,-0.15293315932816834,-0.08241566728016882,0.40640246120345197,0.10128947660049067,0.24756410704822035,0.04555086919614368,-0.03790287094188071,-0.420809436989224,-0.0058360844641361185,0.42519736298594973,-0.42291166325568896,-0.12800799012459307,-1.3259567585445162,-1.0952596815594022,0.3010600422803173,0.852538530760164,-2.0677520952933377,-2.8441167784172317,-1.4962011412122156,-0.12831111610298299,-0.1131366863411524,-0.7310071211082091,-0.28576717978757865,0.5581452232745904,0.32993267430390977,-0.26343240220571096,-0.9068073444597586],[0.3907480069138805,-0.4663017711405877,0.7404775436299386,0.6500203283889653,0.5162802856428439,0.5924785935905101,-0.7662138204929164,0.41074655273865324,-0.0793546879285782,-2.7959572814025337,-1.1668117914806089,-0.18710299916855444,-0.38234747410417574,-0.35475618358858724,0.8294889525663336,-0.8954497035523016,-0.11045283298544499,-0.3682611431626459,-1.4399600529567145,0.7351084348113469,-0.6820616101177963,0.39963947524287297,-0.050409642928412,0.2653972016023061,-0.3024361435278493,0.3116633644527738,-0.5562136513424978,-0.5143063096032514,0.5981262152096247,0.004793948275527726,0.9404848052385903,0.2988334637270741,-1.2704497094781573,0.7233022226117644,-0.14051361148427766,0.5101858320464897,-0.5058226438695602,-0.25266906189902355,0.014851673995367128,0.30930746415739296,-0.7220285871051716,0.7857379276952475,0.08689988781013233,0.24893347446721906,-0.6604397572998011,-0.9286044836874132,0.19369643507400675,-0.3506767897405695,-0.9809302017497135,0.48030296064515504],[0.6296886268655029,0.7356298968657174,0.1810745815867813,0.6700167467147325,-1.5819596863558427,0.5038430748610815,-0.21445219800236637,0.5323798505055423,0.029277837157522933,-2.730397610926211,-0.6209176013958161,-0.12480437623320233,-0.5292477733779192,0.6875049196408798,0.9851797829291326,-0.9312290804398871,0.7156665166733079,0.768703641334076,-1.687404929187557,-0.8228897777469687,-0.15003609620412398,0.488047636988088,0.16916144117274326,-0.3093940330879741,0.3660576485090928,0.26493310658581287,-0.6493580983650399,-0.949124909427229,0.15221547041486297,-0.6810538663453147,-0.12237602027941968,-0.5748161001125688,0.8139582076206708,0.47253313289759186,-2.2687889264694787,0.4136306565399523,-0.017956545406376007,0.40567645656507434,-0.29925322990994935,0.1726377005405116,1.0041888051986712,-0.0335927391423039,0.3338196936562168,0.010096072281367123,0.4886983011551202,-1.297999100577149,0.8185715423153421,1.416860175224166,0.620330658254088,0.21550339457470258],[0.44279193377150194,0.3789206841793418,0.7306746280260986,-0.048033244964676126,-0.10805578968207032,-2.16647568802066,0.40018213249002443,-2.2617771216932328,0.8789386967022462,0.23963941105257658,0.8448837785417688,0.9543760274841279,0.3430644905088335,0.026611338451681565,-2.544374898012674,-0.027487585417892424,0.08022152358329475,0.3969208208015813,-0.553810305210751,0.2523389824977416,-1.7363164601581011,-0.8760269177878572,-4.771618447441456,0.08219338424508055,-0.986073779209967,0.3026829197762671,-0.8252601358808062,-0.6268828888018962,0.45761353597658394,0.3900034673914918,0.9681157050255,0.8839967313268253,0.19051156106718783,-0.37306620738781515,0.08674072346421724,1.0282976087841191,0.6242420282314629,-0.4117195365937367,1.0075880795383603,0.2130729453769034,0.12236937919299802,0.9908844758702107,0.9467196981514003,0.27374103232514224,-0.690536449445032,-1.0721105780373037,-3.184152201234622,-1.491769352526318,0.5676169009410511,-1.7451204716846538],[-0.3580361753660006,0.23712231112823437,0.36134361413923954,-0.31205872864028256,-0.5208048167148079,-0.3652123565305849,-2.68573867899445,0.1536417438253855,1.284949629924588,-1.2451606756007396,-0.4065000463696369,-1.8383604979612418,1.0576082907998312,0.5150256229820118,-0.21077039433463232,-0.5368100954749732,0.290445999857172,0.24309818824363408,0.09623331710910775,0.9731980503584601,-0.34762103022297663,-0.2157446474281984,-0.13096578577183637,-0.10490509488490377,-0.05172608930361419,0.07465874883948588,-0.17913762477971965,-0.12547346231908166,-1.841343433692368,-0.212244254449857,-0.6305936580445883,0.32519246487442194,-0.3705663181123798,0.42970331434142517,0.10655189301973435,0.06162498482083455,0.6893447514978327,0.25286874448507307,0.9269923463598586,0.293336967041293,0.5146097655079025,-1.457084694537968,0.34576298303260333,1.2515602692065306,-0.4412411383958415,-0.5524386919768828,-1.5504304310777857,0.12024572303145474,0.1288892027878328,-0.23544684706389407],[-0.5834899474298304,-0.30921417258667017,0.4947460167559527,0.5729373749011238,-0.14001113431861598,1.0493709065655203,0.16069905936878603,-0.8157204212389224,-0.759779789042008,0.8412577146577975,1.0216797160699884,0.13297910977038804,0.6879023396098385,-0.03100493070180063,-2.1715220605968573,0.24324811141594438,-0.6374198916477137,0.11367006833138335,-1.2434678198383835,-0.3718572243669544,0.6846002861028796,-0.11912127881653017,0.4137777844199283,-0.38182329727839104,0.5792887988250821,0.22994202534229974,-0.6757875564564034,0.4436374180216086,0.015549423558535617,-0.4750210294564955,1.2662111020592377,-0.05628266900224257,0.07711249885010042,0.24063829514151225,0.8397250316572314,0.3198984334324329,0.6855772879091552,0.036083527192946156,0.6788279397735189,0.7029310613928589,-0.5444550916120455,-0.22591879333796702,-1.5194573430550267,0.2376086424569636,-0.5170362007393899,-0.45337532587784996,0.3591612367462563,0.8024300203414105,-1.7084168979330396,-1.1946210131201769],[-0.2849978128369051,-1.0298070395022638,-0.45456865637291044,-1.137268370874953,-0.608030205173195,0.5901102004372141,0.35673976866170387,-0.23948234079073336,0.6868086932980437,-0.08752553448379641,0.8782871448577169,0.45776642568844944,0.7023468679874592,-0.1105188983292941,0.2890456041975991,-0.49554203379411105,-1.049061298218902,0.2252072541005054,-1.4157139696673835,-0.5582021041588148,-0.7997597038855252,-0.3823988484045943,0.4616709193669536,-0.6327710756495338,-1.3940664177209852,-0.5212192134777567,0.622632109998806,0.47324492541917546,0.8047055735820916,-1.3523218301647972,0.12173167425681036,0.21586128111722755,-0.16701194756279825,-0.6640320352034892,1.0506376490653857,0.09832692272423815,0.5755591458906641,0.38270313849364695,0.4280792942405548,-0.4774306682828141,0.8158751258596634,-0.31909623472451626,-0.6807348433711954,-0.4430908300190544,0.46612752209331043,-0.333273563201513,0.07818321393947186,-1.0663422828791378,0.5099177245409704,-0.07585243737454882],[0.8949949343085858,0.380205237877402,-0.6851629769160439,-0.27094397141829796,-0.328958507305282,-0.47172137893139204,-0.7985148699134812,-0.4599327314149905,0.7103696189268827,0.5706644946910933,-0.8966828870218719,-1.550163539418251,0.3993575351958799,0.5096586692635976,0.3195207561550586,-0.6910644431883614,0.2444378371674469,0.27481848487289523,0.5561937757299469,-0.5180423442566412,-0.7179974587254969,-0.05963902289626213,-1.1472090458216448,-1.923309421542042,1.0124066185646956,-1.3844061186046757,-0.5073894264476455,-0.14990300559272618,0.16740082951735707,0.9259026253259129,-2.279832658806474,0.6062830344173649,0.41840925371674403,0.026314373219263887,1.0125079953184832,-0.06617976360069504,0.9018590680507264,-1.3549830312008029,-0.4317549481478321,0.20183817300150894,-0.5045471278314859,0.36585276790599375,0.17414367543986553,0.5164045928757267,-0.34156772691221704,0.7993536377060195,0.0224449267970511,-0.10015238281229782,0.1020070144242268,0.1780878491050113],[-0.9577499995190789,-0.23368385081552276,0.502975583030283,0.11262795169770339,0.7156350028126472,-0.44811078387662695,0.20977557844864947,0.7634564666884663,-0.13873541335907658,0.7921656403841836,-0.2842578335295252,-0.4082575118716797,0.4646756729267006,0.5483410766576862,0.347822999593357,-0.36484648681472437,0.333776016924026,-0.02220150581377612,0.9262280659579175,-1.583871509571936,0.3349325889797442,-1.2980600662656907,-0.055709790581013705,-0.15630133018169823,-0.1797484349749787,-0.39048787629332166,-0.548201066895861,-2.3438537395035963,-0.5406476629615173,-0.5844171071976219,0.5860480798264949,0.6718278372817288,-1.8038594385555748,0.7225463927727102,0.21910775937001725,-0.626016925814151,0.5502810621327885,0.15537095116152413,-0.2186714591529902,-1.0494283774158275,-0.16040792141960158,0.48403550506578236,0.7136129748751746,-1.9461893587723187,0.31380608050420744,-0.17621190787106322,0.7521049403651822,0.1213831364302868,-0.7115798798895258,0.8209433081429718],[0.8804362488070041,0.7519592780327377,0.8246279359183883,-1.024787568713838,0.7025729631317055,-0.1367821688852159,0.1607339603028242,-0.29984554907978067,0.273405574990343,0.8587990553158964,-0.9370308500949389,0.4423300685501607,0.18587471182985027,0.04932016317275594,0.49427826656087126,0.36254635679030334,0.33383147580176276,-0.1998938097054542,0.8297252982846881,-2.369476942020412,0.34214920775968827,0.5548468857325,1.1144622865205538,-0.377629740865976,-0.10609187618735906,-1.090823494488937,-0.2736644563940453,0.34190808350017615,-0.5888254879123292,-2.317929245159363,-0.3201204857354629,-1.1809817392538362,-0.5301061916445087,0.08006860647131314,-0.06566520036028622,-0.26280049788488297,-0.3544074509493301,0.34343125997377516,-0.8212820053191717,0.0859614736683748,0.7293253500619491,-0.13276455434170653,0.5419956760981963,-0.5856345557031343,0.6865387287659683,1.0617413627817713,-0.36219365508358403,-0.607285770980355,-0.3804871359773979,-0.0719769147915894],[-0.711472764735529,-1.6225508319077786,0.3260938705507569,0.006500817164979685,-0.2877127613676475,-0.5156775943466243,0.24286823220536286,-0.137116737876162,-0.18115099331157936,-0.15605990801591652,0.8425746621097435,-0.3845574805682843,-0.38608045793851425,0.21336555804041515,0.14628781851063943,-3.0251515907362543,-0.4718272970514687,-1.7737192490893843,-4.2052930907301365,-0.059530591595497416,-1.9721790379853563,-3.939014173564366,0.517773465434198,-0.8223555946653841,-0.9861996899679266,-0.42161060657035854,0.01568996332288278,0.7745357057904683,-0.5479738299412801,-0.1410068476321944,0.554071071783186,0.4774880117979066,1.0662723378058174,-2.425578357826274,0.5699462620169379,0.12695647263284024,0.8414940562979941,-1.188185571350949,-0.42346907257027794,0.6619607863331343,-0.41130040011896457,0.4029090573145996,-0.06154549554036528,-1.8881932065887415,-1.2961047352216335,-1.4148710927116623,-0.278455700834654,-0.5833816606003387,-1.5197924666505758,-0.5393447492590819],[-0.3684802275108025,0.2738692262940292,0.6152457613425096,-0.029379329276728088,-1.3379994718937698,0.8842899841204184,0.1260161036997518,0.2311675438654939,0.5483934575651009,-1.080040405537162,-1.3508127428743386,-0.3881510979586736,-0.10670633169028748,-0.5721468787380527,0.786480283847155,-0.26352034266354724,-0.6287215013548244,-0.00012271731189203715,0.2450478223037438,-2.1157448390787175,0.7792589303235536,-0.4246801583756235,-0.7837118211578074,0.1300747706504929,-0.4635769660357824,-1.3147810892779725,0.45595070619470407,0.49333010635323016,-0.6392576444854796,0.06859973351078655,-0.8523189293685983,0.5442976794290645,-1.211827054992063,-1.0458757656776638,-0.027074409462584527,0.13474256995435935,-0.8981778989530734,0.46945297958948945,-0.07360663007764877,-0.008151541500402485,-2.459369756306778,-1.570616055180476,-0.4098102325029273,0.46603698418672646,-0.5313124680947356,0.876856832641138,0.6843550764737031,0.3628173488571523,-1.3164978262956755,-2.0537257801046835],[0.860104046309197,-1.1117688102292316,0.2336977502838686,0.03262297772332611,-1.6793954051739806,0.23028981404504667,0.6907036459690832,0.11035477288490238,0.24056773280238342,0.6334922471858828,0.6698918839748779,0.539055564182621,-0.8639005373286238,-0.8766820159807909,-0.8342589912616518,-2.1162122373381096,0.8959016823469227,0.39822688269639966,0.24948015799823478,0.8815190801303401,0.12817180695142058,-0.238120085922887,0.15278304637218265,0.4749836985257607,-0.5547224764089611,0.07371116115891298,-0.30128072336017375,-1.1259991040092612,-0.1462493599051654,-0.11242148181168132,0.6280575251483028,-0.6761309366757154,0.4012419438352412,1.1833244216377172,-1.5275590551331746,-1.8399095840195445,0.03479513124311349,0.6585400540576405,0.8286509862191772,-0.16754741088059624,-1.8519753308450442,0.22946033688547945,-0.3547644415797867,0.6018291753894518,0.9042284438108749,-0.4300708959617025,-0.788609649642399,-0.03295448738508551,0.14891069999939452,0.8823158667000323],[0.5068920613742578,0.6760913947346064,-0.7913464337088324,-1.7438906491945774,-1.0336834505248333,0.060480849075007614,-0.2965093109131003,0.6861939046244488,0.5728303477373127,0.7520093212729411,-1.0048263704240088,-0.23714393927768707,-0.6042613447090249,-0.10760430507780883,-0.42084686360883233,-0.47805080158328006,0.7792356973201027,0.6928078456143895,-0.6536869933366918,-1.4475416617131025,0.5412608977311227,0.4359434188491876,-0.056046176621079954,0.19901892086282194,-1.36995344659694,-1.4299372881013919,0.05343944478005157,-0.8708985424123807,0.9894416491570314,-2.1458333229627127,0.15874721068919667,-1.040966820286012,-0.48864642156811466,1.0002190606116907,0.32012315265347985,-0.4639685192988155,0.4176481774883397,-0.4065427769259577,0.5114307888090288,0.9989141143020819,0.561419710821846,0.6694970350808545,0.6007773907024143,0.6977608129997789,0.2385084945683344,0.010450437012127205,-1.3294746330448572,0.8378261347837603,-0.3389362959892562,0.6181912419422219],[-0.7554681411961828,0.33424949309137225,0.8268355400533385,-0.8976879432108581,-0.5647045625500164,-0.21509699674165558,-0.6975025842832641,-0.02092094299242324,0.35533339942373154,-1.4313261822417929,0.21094257239313333,-1.1408402735905836,0.7262966645711054,-0.24001207205303118,-0.03960062169602976,0.3186247899636127,-0.8442988579706191,-0.35481936147311977,0.4252626062071818,0.7772091911853549,0.45367897221858305,0.5799138825685285,-1.7519183810082033,0.5205579113439366,0.41562170965634476,-0.367778560222567,0.793421568176385,0.4810107490001004,0.4193277292481769,-0.4747431586387919,-0.3963767130009661,-0.7406549424201488,-0.09562787522162794,-0.025873007650524752,-1.5925790627587328,-2.0055203607631693,0.9007252897391667,0.9238261471398598,0.820177202409877,0.04024165516823107,-1.342413136258027,-0.991206195623116,-0.8203130901715227,-0.20628593447492952,0.31886278410600105,-0.19420824505518938,0.3971874244147756,0.4445665296274383,0.4067858526315286,-0.939449269556337],[-0.2602406154392605,0.6288258419402905,-0.1267122362011379,-0.8441637287093408,0.15230789056260974,-1.0152730030864527,-0.7895860317404799,-1.3467832910167399,-0.8229358416585751,0.9680959547251682,-0.8104621246046487,-0.2755208975255989,0.45439997713449565,-0.0005144579910284718,-1.4577063279486362,-0.036320188044797475,0.529606872443267,0.5132973725694063,0.7226040557122865,-0.0060224566104980825,0.24979253295605017,0.4719387497653513,-1.7939558826253037,-0.8323691170864445,-0.20952414135962413,-0.817730705758474,0.7668972152268825,0.17881606757838583,0.7949079511529553,0.6622325757861217,0.500164440830811,-0.02569908637431682,-0.32982836792564996,-0.8716409962439915,-0.5128526290263925,0.6653847708837092,-0.5247740329502119,0.30544988298636383,0.9326666420508287,-0.3055154582969066,-0.10378535968444809,0.7287842043763897,0.17586258391666865,0.9508179970663875,-0.8831364399628724,-0.7310930533812809,-0.2163493611660717,-1.0160846087991617,-0.5063164416097559,0.23840607196678432],[-0.604829430276759,0.83648401396205,0.2497428635725937,0.19998580073948832,0.7489862652785141,-0.42837277422542896,-0.12094544674341735,-2.4736298330547766,0.7013957609361614,0.17159173054104937,0.4771299076569141,0.11174440695941876,-1.594954203575849,-0.10308943561162814,-1.3379129611457286,0.18388329782017288,-0.6182865444815756,-0.6993261647439624,0.3611357922092549,-0.8579986576786006,-1.1438353481100518,-1.3952734321719678,-2.4246481737322347,0.7024313791903078,0.00870090315838459,-0.3532539444675956,-0.24541716310762585,-0.6058209309720991,-0.2764711140733071,-1.353629213320833,-0.5098852549912082,-0.3505237225015297,0.08166893934497169,-0.21687993269379596,-0.5443142278182499,0.4160598638504432,0.6415801538180217,0.9445053724426061,-0.48873266201261356,0.376115840725846,-1.7690215225119612,0.655157272486175,-0.7176131501552261,0.6482685781132955,0.6246878004277485,-0.9344464347223824,0.41735410225589137,-1.8044700627176453,-0.21691359350296124,-0.3489705396656286],[-0.8203388819322786,-0.4237056585419134,-1.639281756197863,-0.3581468117330418,-0.4538706408674578,0.21588873926190097,0.9389211498781724,-0.009384191453157371,-0.4644613034346582,0.08594741393249829,0.16507967569208506,0.2703794157261273,0.6474864050702609,0.12077976936210998,0.034669160990890825,-0.21869430265672318,-0.34986360206300693,-0.9913170194547778,0.1814815106857212,0.09728319632146226,0.8420648515218654,0.03600968312403663,-0.5290490058168563,-0.6190417274049068,0.38072895086204706,0.2986548169676145,0.5524913803186811,-1.325306887856827,-0.46704724028952127,-0.48598590985579837,-0.13667659022086837,-0.050378051845686625,0.10215791043719348,-1.223938324993103,-0.14980041278116718,0.6585190780264918,0.36546548075849045,-0.9814580070771937,-0.29568497640332714,-0.2875438996131001,-0.5434651230538783,0.23196587759484413,0.138911129548033,-0.4525980123759077,0.6362998038799537,-1.540962497853106,-0.24584095474867604,-0.052551835957297864,1.1340480860703492,0.3931652796791348],[1.0127888417609345,0.21857692150299343,-1.1373309914900405,-2.3876343956985484,-0.12493562619315358,0.5144033174161553,-1.3674794271006006,-0.08793289217131116,-0.8123503459383767,0.5690036698521926,0.7667115743798124,-1.2108365177488134,0.4619281876348849,-0.28621201128644114,1.0061121679311134,-1.6287250596582608,-0.1253147448715493,0.9061062721792665,0.6822381416375557,-1.0543718738844705,-1.0517286977283364,0.7981778627706401,-1.1447530872733969,0.6206194568437154,0.5930822057297013,0.2906701114596613,-0.6135372334118174,1.1014607336279116,-1.7996745698388565,1.0444086503848677,1.2462224733160985,0.9182153939837137,-0.7340136301165872,-1.9857527512216435,-0.5200296946208406,-0.12163994081436291,-0.359959175222676,0.47641755491876064,-1.2845555533646367,-0.4576547334574438,-0.9447936804383981,-1.7364203925554595,-0.7001842353750412,0.03481711978045012,-0.46634642484886046,-0.36991282303347867,-1.6006546607779621,-0.9781458415962662,-0.05002069553570155,0.46456903347968687],[0.12081731337014158,0.7280638291190578,0.15926956773292675,0.9147507373270825,1.0410257079634198,-0.08759191117418245,-0.05912816283001932,0.5246380632875762,-0.9923942756774218,0.6770099995984887,0.48518732423284455,-0.8550069765809927,0.30445546071550583,-0.11180602932721005,-0.36970027231832364,0.27798093008180413,0.14045218111691044,-0.14968079109002602,0.44746254859128487,0.46390537347780203,0.8373110565957527,-0.5178383359010276,-0.4559599409964199,-0.8796584230745036,-1.7165620080715212,0.31382287912411366,-0.6818951737857591,-0.8738029086465249,-0.021255679948737248,0.7597459183964553,0.24003986970354138,0.7186217715943989,0.032765291597811046,1.2383309117786718,0.12343090699236542,0.05079861632678248,-0.3708935975270116,0.3563004887180967,0.045071880272298886,0.09853245936995311,1.1984739075005983,0.5941875432047756,-1.6710275962089058,-1.2894030879571574,-0.2925661753334838,0.3997147443055434,-0.03504989183152634,-2.3235914856728175,-1.9623901770841843,-0.5974776231773156],[-0.09236313151569275,0.08439407024521357,-1.8162813886340068,-2.293083669896338,0.6587148941869292,0.060111980246155244,-1.1537153312647535,-0.4278473488416959,-1.3787704057928356,0.7549879987193125,0.4119154183497929,0.3820536165555208,1.0191670610757002,0.1002506893161852,-1.3515250130370131,-0.8164488528237089,-0.8163464803934537,-0.6861782430107667,0.7611309803481089,-0.1799363465852627,-0.45789884086824645,-0.5072224173485166,-2.100975424660587,-0.49614129409531504,0.3070518938839866,-0.4497467712533592,-1.3383382992913484,-1.1715930518383142,-0.7946411820991243,0.32493862668031115,-0.6661678655874114,0.6438695058820646,0.24009278508802015,-0.9931548246698855,-0.010179537319161608,-0.26166170389513616,0.05463616258821684,0.4616645947733544,-1.0999892964971167,0.7271353646217129,-0.24565758879824198,-0.6966457623534824,0.44379949088516407,0.07252231210368748,-0.3835516159556988,-0.18137992233908146,-1.8770016655890278,0.3899259848802381,0.6043284567776034,0.31543860174691934],[0.10433701159317302,-0.7343785385381528,-1.6041218653219451,-0.4916587743555054,-1.643471427488699,-0.9348173501395474,-2.6033869803104284,-2.8327949610401033,0.31072989967275033,-1.9514422366492625,0.8213125615965269,0.31697908711352357,0.3223501201042478,-1.5687745028900941,-1.036121781809947,-0.043190391675082596,0.6855945430826323,-0.13678698254484128,-1.9107269445054635,-0.9283348064849086,0.48846633765480263,0.7828772239084717,-0.02794798857418393,0.753425031298426,-1.479907303243781,-0.34010575843232915,0.7893190851257209,0.1718316408995213,-0.21946773033740213,0.3640332459241315,-1.105114512341976,0.4763603651290785,0.8695795907849247,-1.363624995766753,-0.22834377862564428,-0.3838417498659841,0.15699458510364453,-0.014890202455723103,-2.5061829071682147,0.8378535451028194,0.2480559878423387,-0.9468587801263201,0.04921033160002002,0.34551870754104463,0.8360731192755191,0.10100462695334804,-0.47584833960499473,-1.0939699829787508,-0.7779905252286021,-1.9482851039650602],[-0.850854180156648,-5.185849383125046,1.1826108566146387,0.6957704416298052,0.07275699007557267,-0.4455735160984439,1.3456196437109917,0.01785698366207694,-1.8544995992197606,0.3817706169890973,0.3703351066102409,0.3059162542101301,-0.7153310772275712,0.8420005032311879,-1.7404113061362865,0.7856830085877502,-0.3095944951494811,0.7992401550075628,-0.9146028921224437,1.5495303432511267,-0.06930645450345725,-0.5970291709067724,-0.027325440203170757,-3.170063815201973,-0.18459223265394678,-0.039818922848565516,-0.7340829003078118,-0.28883097333394914,0.40232677882634255,-1.1462809536658032,-2.03520840762045,-2.109692831077464,1.1410314766030811,-0.7785386940656808,-0.6095566258962865,-2.685090701184327,-0.3801581513484486,-0.3070332473950959,-0.8692510401237679,-2.7635149182690424,0.42389956764855286,0.6883724978137858,-2.365262291897456,0.7196469645440262,0.06667947993995364,-1.038091333450961,-1.1537342426977353,0.9038846815579987,-0.9156031687501903,-0.8435129391450145],[-0.8336894386896476,-0.03615127178544581,0.7728346843383642,0.7281019368297725,-0.5454168208527869,-0.5126508417226624,-0.9946634689270228,0.15126430294649745,-0.30160448424576586,-0.5115988388561782,0.0993174804841827,-0.22645417359929074,-0.22639953749047295,0.7600996207260702,-0.10258242853664798,-0.4194784493740473,-0.023328338567058526,0.778063364735798,-0.5577539050426017,0.7725679762070597,0.6179885253562081,0.6690965936533028,-1.4718120632023697,0.8461455698268925,-1.476272614365103,-2.312226018161045,-0.5169932926532083,-0.8401361218748302,0.942975977192762,-1.1407377592560437,0.7830925265467191,0.8516775380866621,0.09395203496810166,-0.7810511833890931,0.26687712263014224,0.8807904951923948,-0.8798414636177541,-0.9507907851017002,0.6876160459351818,-0.20272297984146467,-0.22141856138804822,-0.7542941163994432,-0.518112669274073,-0.030232047420158458,0.201418407285403,0.875761086012705,0.3954054677679636,1.0685195609406501,0.9723645125344175,0.3257159224829438],[-0.08578367777513424,-0.03258347985230987,0.815191575837763,0.34574816566098415,0.019426495284478262,-0.0871028819884708,-0.7163809101654692,-0.7196903775312115,-0.5717521284345275,-0.9675769108113544,-0.3084159585798038,-0.709047733340451,1.0193017281454781,-0.44317775823113253,0.37403619841687175,0.8357599152806875,-0.07779687945003481,0.15023262286382294,0.7731346707697225,0.7416207125376402,0.3279311988480997,0.3812348734256772,0.014120099718861025,0.0605662745745244,0.2436734886130209,-0.20547349473930224,0.6243887984643254,0.04885725952634572,1.234559010940282,0.33741075902979595,0.01852988072449707,0.08023975967909369,-0.5087119902933811,-0.9792134482200242,-0.11578741078341294,-1.0517251777778989,0.03417597274601931,0.6777623649150493,-0.6164490664066242,-0.25703894185280096,0.30584334147793024,0.32071813425015144,0.8041351118563824,-0.5980689410766595,0.9564620388981306,0.8841443623900147,-0.4678974218389613,-0.30895758958277975,-0.33386547096744124,0.9373583216147641],[-0.3836684909628364,0.9107218963189714,0.9610962035667535,0.3153134319712174,-1.7167524325130883,0.7594236467574339,0.5193930726901619,-0.6587949027593137,-1.1954845359989672,0.07307055375033804,0.40186377923704986,-0.032990313076052706,-1.092317680821901,-0.28112763187988987,-2.1274539648042814,-0.7002516511995648,-0.023493360812607854,-0.07555895177390215,-1.0538186425121658,0.5628412672264042,-0.3142249081931368,0.9823538685595133,0.46807647476763625,1.0041079124358603,-1.3521027229167768,-0.05450881869841351,0.42409777966538403,0.036904049392355316,-1.0713150182791367,-1.177237860467591,0.1589638870207501,-0.6693897478494318,1.0405594616020195,-2.561711651710103,-0.6817150881657184,-0.19542979061828586,0.3140787668217844,0.19111508640774108,1.0462014728644773,1.0591130269966271,-0.7935891570358681,-0.2371134697859427,0.8486856082473424,-0.7188851296810472,0.5815447510570985,0.7865515378736533,-0.34770094179867783,0.01597120321471457,-0.22872009302256938,0.5429505005537496],[-0.8311045208834859,0.9498884963757419,-2.700439014776282,0.10620865019267291,0.7036550439195496,-0.3773861712463899,-1.246586309384343,0.7950298059591793,1.3796538681678383,0.16228560111122253,-1.6467742048632694,0.3292519007957749,-1.8682515803962663,-0.5681375617494977,0.41425507547040996,0.3472106297186493,-0.9622077160067328,-0.157690787709579,0.4795963032790224,-1.013897849824434,-0.675711583527357,-0.5378594956471812,-1.197988712630292,1.7139835822671108,0.33220992842725755,0.5911311563592686,-0.16491535510496952,1.3660887378162083,-2.6759998700064798,-1.6875768059068663,-0.6328026373033366,-0.12255571061340792,-1.7119201806880104,0.6370156161511707,0.23087838081856651,0.34044062982701023,0.0538948679119673,-0.02992014608342653,-2.344961585293929,-0.9560928111123111,1.0187079719448775,-1.8023119809085695,-0.3212030521768467,0.4443841081282063,0.7108456664125888,-0.31874969424726135,0.04123864691125196,0.024432388882791343,0.5685868436906871,0.4093840069694582],[-0.4438172238232293,-0.5821693317976703,0.8489317473486331,0.805132277319991,-2.4477164816300627,-0.524044540201443,-0.6092187846845912,0.672537355357092,-1.3359257395057818,1.03371675512383,0.1193356483421613,0.5819784386109268,-0.4864495038416591,-0.33877047548848765,-1.3425126165121435,0.11863059024294907,0.1922195320040902,0.8753281590486027,0.11908146351347888,-1.741757882125418,0.48913359412594576,0.49123473964199194,0.16058869790263264,-1.0882273491796246,0.6015672373118259,0.6825712399655331,0.41318886375672165,-1.993057569424844,0.836876234338498,-0.4906841317986642,0.3168551328403755,0.6144530386553759,0.3370327729606828,-0.8426359974799166,0.6095124099592129,-1.700299525645792,-0.4953600671130123,0.7308156212303375,0.9968932415444578,0.9987015670037848,-0.7351900236048466,0.6706087151187037,-0.05832197863532253,0.30398347439286927,-0.24574973260294888,-0.23660841807024147,-0.02245303321336059,0.8794704301423553,-1.2526471742416063,0.47766414777855865],[-0.0033037126803469674,0.6674068697457961,0.7403553594514998,-0.9216246983100118,0.2520814530401711,-0.5671325885867161,0.8265199095565303,0.19563504231551893,0.7305704498617347,0.6651806539463399,0.2544568591362703,0.6206038257838159,-1.1795119718243212,0.6562990842760027,-0.3922727351064127,1.0327019764821097,-0.4778072565408388,-0.11849502596774036,0.22253823882197318,-2.493992983058535,-0.17575435538537115,-0.29592692936206844,-0.26432977107454014,0.1417992539235116,-0.7159712831174361,-0.5562345960122994,0.8933733497754314,-0.2589191740405784,1.085609723354196,-1.3131495055224824,0.011364800407872779,-2.206866742309149,0.1888001098873251,0.9617196306017446,0.6569137538685154,-0.16881586463284584,1.0767838658110174,-0.3722192678522617,0.03764253985540561,-0.8623503046987923,-0.059394023651356154,-0.025352221973578004,0.13928928742821306,0.4072861096400135,0.5419773267979835,-0.40307742795138807,-0.20986624824449368,-0.4916715405873303,0.5591860710531297,-0.286347129156682],[-1.494337018623096,0.6662392131979209,0.742696544785665,-0.0045932096186337805,0.6590471386765011,-0.798014061019667,-0.7136184185698351,-0.02933255228404447,-0.6514378467830227,0.12110045707235882,0.09826514982732078,-0.8883184742930678,-1.6786964478865394,-0.6443090589270029,0.468212689032632,0.8166268880012317,-1.0449168010096341,0.7547999810710107,-0.04695175392704893,-0.8390172266765835,-0.3446840625246955,0.6135579058533364,0.9013241727089804,0.8830691918218329,-0.11312935822569753,-0.6921967738478904,-0.0884426336504888,-1.5662144260826754,0.9714950551053914,0.23526576933087207,-0.23841525492871476,-1.2456607547089005,0.027901119751720254,-0.6558487058580834,-0.522728697775383,-1.5375477772713715,0.5724762953210429,-0.5082046899126995,0.06939879491459375,0.871491487987617,0.013340711945172128,-0.5110464097839084,0.4149791267112511,-0.17493409211699112,0.34245354874790473,0.8557424363246449,0.5263705073624176,0.8059835738427562,-1.2238703651599832,-0.3852977571701476],[0.5880521467915127,-0.005981920325841045,0.7795875047971789,0.5798638964068399,0.2671827781847366,-2.306413765939573,-1.417174572730913,0.7461725791726058,-1.4660875344277249,0.3602568147900635,0.1351844847531738,-0.21458409750404256,0.8952257933986878,0.6783464033832493,-0.7186379981627704,-0.8645512759681204,0.9275742841609047,0.5952951464677976,0.8458829792216538,-2.0824605173401216,-0.7490447031172945,-0.7684300148664918,-0.005152956593008939,0.17990727033557372,0.21251404080546907,0.1331164879543213,0.47748058549253103,-1.1132514869665373,0.7671465709592714,-2.177786568603884,-0.5140425885009572,-0.25790434916093924,-1.3332408898066426,-1.6342433350376913,-2.2527865548183508,-0.06744759695740482,-0.43144966692181547,-1.4821818961118172,-3.5096242766233443,-1.0335032143267309,0.257155753182882,-1.934614392175558,0.8925503891026664,-3.4175444180641246,-2.1598301135827334,-0.4694961761699564,0.5291952821547288,-0.5930811075728056,-0.08460197088272935,-0.09295456665894733],[-1.5627412387320039,0.5424653696445457,0.24023775682541387,-0.09538838532788302,-2.5910327315408317,-1.018635702558847,0.45961212433626875,0.27126840181690404,0.23677788809629507,-0.28822251035238433,0.2791114502393793,0.6964935422066623,-0.5315992996186862,-0.32778988700151496,-1.6406731175601612,0.9141053376645607,0.7053531488054783,-0.12381004610106919,0.8133827601756466,-0.22465702403968502,-0.7645168364279523,-0.396456159674352,-0.3152175216156272,0.11213537786527639,0.2123036010089288,0.6703787706070193,-0.5417649533415257,-1.3074945714666133,-0.6224948074034963,-0.5234889069742809,-0.5753250244084137,0.9497873181985084,-0.23799950048969495,-1.1792519163004402,0.7511582506992005,-0.3989187960518963,-1.7323947595444442,0.31556518153733343,0.15250150799228324,0.17585992342787196,-2.1671693574787576,-1.1657756806792479,-0.5802403320569175,-0.14431569682870438,0.35341704562566556,0.7081819195497758,-0.011653017717687956,0.22213299751926852,-0.825818325783699,0.807305458406902],[-0.20418552992662622,-0.7284175584177218,-1.5909930008890893,-0.23911940410841317,-0.2320976714783123,-1.4933766356173583,-2.6777689862323135,-2.0583330308983636,-1.190367268496349,0.10687164238234359,0.29183541731218354,0.07254928939606209,-0.0189342441682738,-1.7659645793424805,0.720496752864864,0.7839858662678947,0.00540861854932971,0.4045157014457685,-0.6270312179893053,-0.5530980294226349,0.6877766995840987,0.9325605389348564,0.635351114934954,0.4954001803020023,-1.58073006813241,0.436732844552883,0.2787629258863831,1.072841758018094,0.8008370069646451,-1.331089730312815,-3.255461604606158,-0.8462945117404765,-0.41842895866797714,-0.4278954068568754,-1.5046397679874641,-1.1832639679513213,0.0383783291471278,-0.886215016394093,-2.535663618386347,-1.2786368891323718,-0.3832268444562668,0.9742213921322228,-0.8598093904099403,0.26020220995164267,-0.12638102893788963,-0.8075888998056429,0.4100032237561374,-0.27147641905365805,0.5541378968056245,-0.33366655344690116],[0.1751269509276775,-0.07128552027516136,0.06776260717112356,1.0227855590318051,-0.14225061817686727,0.06883316501869587,-0.7065050182736482,-0.13800705394352322,0.34918013742044796,0.7613863484730942,0.04345589476699444,-0.2064945923624071,-0.7812670933225636,0.7634786560068682,-1.4098644285626893,-0.3087159794016646,0.611753606796689,-0.7939042479435352,-0.05933516884797676,-1.3416876484364295,-1.5450601946828078,-0.2751654783645534,0.8129686987939428,-1.3680494368813878,-0.12743381311879842,-2.8179286254377516,0.30568414230588736,-0.27162101851700193,-0.15966785625008728,-0.35555867550242753,-0.17952810342253464,-0.8085359388709297,-0.426843104084784,-1.6119487472678058,-0.2784915872266543,0.11349576443322454,-0.6865080302702727,0.24327487399606745,-0.5306695722701493,-0.9129797343057275,-0.01987571691818653,-0.7123093260064199,-1.5103873793146714,0.7634183834243353,0.30750315272729706,-0.41774928911186066,0.00423769584132534,0.8683060067179347,0.7229149117709348,-0.03725789290529032],[-0.9325473525993855,-1.2641483330093826,0.8114343646216648,0.696289336117651,-0.13165828580562172,-0.41475450157035215,-0.8160803510966758,-1.0146183215014808,-0.5104196531293497,0.6454481872426787,0.6342054543843939,0.25042529106248806,-0.13310343887433881,-0.6229092721129807,-0.2535874483124853,1.1986841459372066,-0.407159730998894,-0.33266061188021345,-1.4700235097948333,0.9563453677476582,-1.2062127035085084,-1.840913864820239,0.4526754125451874,-2.4984566727759487,0.21951907403102242,-0.5350878907679671,-0.05303435578067504,-1.6020853433903826,-0.7728368695451419,0.3490343500350722,-2.1720139726294345,-0.8204997102089473,0.3916778476272016,0.3793816907779986,0.8060812254054147,0.19812039301461,-0.47473914310699017,-0.5513585337769413,-0.8302910621328672,-2.3625796803130044,-0.317285978134181,0.8631789024377319,0.32486622138363125,-0.026484528471657755,-1.5867631658129182,0.9361069143155506,-0.17947488528970226,-2.551873846711857,0.3395656523798468,0.08247749058952569],[0.6992904291162336,0.11860069502852462,1.450769093456329,0.04895109411416025,-0.8083074435172916,0.8069783934324568,0.3351126642678945,-0.30674143717131874,-0.6515221509096324,-1.8583269837247867,0.07218146132428023,-2.093063219396638,-0.8617880803524878,1.0831924670897406,0.7731596338375265,-2.7156687644496835,1.1498919027011494,-1.4234216422518406,-1.5864199230744014,-1.3252637034664307,0.06689466288657796,-1.6575873574490967,-0.18208933399652416,-1.7267880232480795,-0.3252508764151987,-2.760303475207838,-0.06724705792189434,0.021077935756565757,-1.6447302818138356,-2.4751975883266923,-1.883404473502387,-0.32851218363028173,0.5292988531070858,-0.025980106543058174,-2.3231324008603167,0.8815490346724704,-3.0376509009946395,-0.8770799747359417,-1.5351807876927899,-0.689986537935003,0.42589217993597867,0.5654279583107298,1.053212147186489,-0.2645327053521092,-0.7065395228072947,-1.3872834679998642,0.6529973706720105,0.9153692598027601,-0.45932388820407966,-0.23032966073954325],[0.14172763017607132,-0.1866337124980163,-0.025277026248203906,0.866505730562037,-0.08997574238140163,-2.7732526349521227,-1.4011392923038517,0.6164764988522885,0.8165496845444906,-0.5777833961825609,-0.8234654995592678,-0.20132214690809888,-2.858641926814664,0.5494995748960602,-1.112769420243199,-2.538019922725925,-3.1006686641266583,-0.48337216338269773,0.16540272517580193,0.5580431196757999,-2.4462273779524972,0.017491965817133425,0.1395865904735221,0.28818049262366774,-0.6389906660439737,-0.021103058013817604,-0.010777193101986327,0.3121243452575973,1.197925536919611,-0.5826204301604573,-0.4606048689697656,0.39004074964704627,0.33529828481273666,-0.2796179597239581,-1.0041738015880122,0.9439647674708437,-0.3833876121599161,0.17716697689935343,-0.7463925179918696,-0.5336636479607074,-0.09349309320013158,-0.7055737655134857,0.7371088447697866,0.5963254195107818,-1.6971539381389085,-0.3861479733997271,0.22567458920826608,-0.7048684236202086,-2.4619814019262005,-0.07925782592149772],[0.41936368462342527,-0.4157604090428011,-0.6449085745015815,0.5162172178567278,-0.5291499498404554,0.6557885303408062,-0.5467882309276247,-1.3850417923993843,0.17291779550958533,-0.6294105517160525,0.24661746712390295,0.8558349399504841,-0.22155782942477745,0.9852553654396675,-1.1131716530422393,0.6724520784876765,0.787306589429049,-1.0091761416035252,0.03447586797693817,-0.08017750918533614,0.5612840588422637,0.801787882942646,-0.4622636017818314,-1.1638225460510903,0.7533622007286292,-2.260575531050534,-2.077601457693416,0.9649517368335937,-2.0754455600060453,0.8125104723817498,0.32719239809525513,0.010665060234983101,0.9899342367340354,-1.8050659671070073,-0.7763662197859343,1.077457106232004,0.1271532325023669,-0.21723255255872653,0.6336612789042597,-0.7148919094715228,-0.23557180577998232,-0.6966181730532593,-0.7230182298079108,-0.7741635973508,-0.7952673961915657,0.1655785841594448,0.0013884547164533076,-0.03170634481075946,-0.02628490612941438,-0.9200167785741775],[0.8920601197761753,0.07649033533826688,-0.3213672918409316,0.14665738158448371,-0.5838486184306861,-1.0437901009562585,0.2505992379555043,-0.6799818418822366,-4.967782643392713,0.8276928369027308,-0.11365592381126163,1.2144893016301996,-0.6660373498770772,0.17060167232988113,1.1884522764768404,0.4396452312199685,-0.754436788088446,-0.8420832184143662,0.47189792531526487,-3.5808111336584387,1.0963331718194935,-0.0016065689903522744,-0.11357644922327036,0.6425218469178334,0.4338088314024281,0.9081537510477078,1.3919905130320225,0.4826333458719329,0.7532105114244314,0.34542485164044273,-0.44042778663091703,-0.2023516410365077,-2.171288266518089,0.8523861580271554,-3.841635565604994,0.256449160410053,-0.7092100806665601,-0.458410357436418,-0.7072269809718855,-3.431810420157414,-0.6450529911430899,1.7935409703335357,0.2210354367026693,-1.251745800135422,-3.2627032218441934,1.10607880116621,0.31051350995093674,-2.191628436418533,0.3963472286912099,-2.7423794524333855]],[[0.009420092245517235,-1.1163279650189346,-1.6363561076229485,-0.4929723216831082,-0.1987060925817513,-0.21394240534793038,-0.7561751947815443,-1.3439162998007026,-0.9101924583485413,0.4558976875293813,-1.4037284385997957,-1.6782583730903065,-0.5885085765933817,-0.7757972275222451,0.03399288201343019,-0.8437802351055501,-1.0291177826867155,0.5864436429390171,-0.17651415373799353,0.18928402589304874,-0.7466056012601251,0.17947478018280452,-0.30481464606623926,-0.6191267028370714,0.16711753815618005,-0.9075524932737445,-1.3600281310602869,0.09305401664070195,-0.823307474412239,-0.617273592731706,-1.2479367490423239],[0.031326327343717916,-0.607537869162766,0.13413247560745176,-0.8184651315268915,0.12438012837608485,-1.0807359722952332,-0.3251262260273476,0.6528743413443794,0.45854709105660985,-0.3929561582289848,0.03125239745974481,0.6143373337486692,0.699913654682195,-1.895802068430567,-0.2101403712433073,0.29514213631357333,-0.23733659387737813,-0.3528504921125597,-2.1702588621773664,-0.35837314503132706,0.6668276772888256,0.5283452116521906,0.19450516526110717,0.3471428746163145,0.5910606597124983,-1.4481186964564363,-1.0585893890274423,0.42099968943243066,-0.14478628384082792,-0.12564133269658337,-1.0435870180844364],[-0.5438415789252306,0.49458364032871116,-1.9861424451253948,-2.2696727018535405,-0.2280741337458276,-0.7636731587824591,-0.6245235657462108,0.08195850267987459,0.008087895540257205,-0.2650601172990208,-0.38919889974137234,-0.5062248525595359,-0.6451477817045673,-0.7982059546158826,-1.5054742939645132,-0.5526351339391308,-1.3931269863710727,0.02676823496362602,0.22314600542198446,-0.4693594373806373,-0.6817520632938949,-1.9077402786102038,-0.5227958632193849,-0.5764187002946566,0.16674702298586294,-1.2381679853394656,-0.2696816698519009,-0.6389941880980795,0.0116270273729977,0.1090831018781762,0.34216091626194906],[-0.5567034149735689,0.2896837934614569,-1.5012218172781744,-0.8803978229768794,0.003176655576184301,-0.18129399230721124,0.7306963244931642,-0.45521247635571344,-1.0387272186675434,-0.46304931075664835,-1.3188709292161083,-0.9751579552532416,-2.165772985095664,0.25501031152070663,-1.5620872818925728,-0.6512635187174209,-0.03161348910213236,-1.021069335339145,0.38569909536481617,0.3092338441173289,0.31227719708823154,-0.8421535642651384,-1.9025645770181865,0.7824781809225799,-0.11863308800096752,0.36427996721658684,-1.1348443064719098,0.3735395327330169,-0.184515790601891,-0.7335426268342775,-0.4025458873661283],[0.5491193895730517,-0.6539089382240683,-1.0833982421949375,0.6108781442834459,-0.23344269206735294,0.8465073924854478,-1.0145878622067914,-1.823377386882773,1.074532495191045,-1.6168376703809009,-0.7798291849551088,-0.048944116044635874,0.9822107266939704,0.7766428957863705,0.17626013064858376,0.41551818553024844,-1.0492783379943873,-1.805884566738062,-0.7586593852794163,-1.8767777050534815,-0.3878593341726445,-1.643019767023767,-2.0113928236203176,-1.1232600732738687,0.5548183295686662,0.3115698550433226,-0.14636620740068604,-0.15844563482809573,0.6113841646669714,0.19685350638289026,0.27151214863536427],[0.16830237597545553,-0.4925133708631895,-0.39781364877999426,-0.2491202502007091,-1.2677867693202318,-0.3580826648764791,1.0106808858193463,-1.0805734877748434,-2.04169458826829,0.16172074439665024,-0.2737667259960591,1.0799993471193123,0.29089291462051037,-0.20797333547336458,0.42460916002510785,0.17987818662009342,-1.1099960523390877,-0.5285339679892765,-0.1507689933300167,0.9439175238703358,-1.9503109501706333,-1.3643108266517994,0.7310103231219496,0.21552115939001565,-1.823107375644569,-1.0892248835286986,-1.1746715176221565,0.18426201618557989,-0.6486802465730347,-1.6971829583646896,-0.6219525508793757],[0.8100139423383913,-0.5235095883923606,-0.31022739346792555,-1.18931445622111,-0.5402285402782542,0.3868095621666724,-0.771956174800378,0.1710794730003883,-1.3319285549087039,0.5526372948545273,1.356166237254696,-1.6834376576065992,0.8107011539807365,-0.0606560234181917,-1.1697954714953784,-1.9588141721325478,-1.592396738135369,-0.4361706891084652,-0.544408698514808,0.3353921141637914,-1.683966167524625,-1.040482971847577,-0.028659752267514525,0.43375652772785167,0.5977922808240385,-0.8279769449828889,-0.31992659528363143,-0.7782509280904808,-1.3988383675980893,1.0339314473257188,1.3600669406720585],[0.5246953158451374,-1.430611825670223,-0.22057763518926396,-0.47328193497906335,-0.4281475272976956,0.656753056556685,0.14533259124778353,-0.15259971847861553,-0.5877809555641796,0.76423976465286,-0.1255562558206984,-0.6426099380637657,-2.164981333478392,-2.1006727066853483,-0.5809476265946747,0.23451985043094942,-1.7303898318954283,-1.1423279548186656,0.31622310142804844,-0.41799692264869587,0.619927908616586,-0.13632251840628695,-0.13241947313246916,-0.10853845302201784,-2.56942008765131,-0.5823737803442531,0.8214725464279804,-1.1141892047751951,-0.3179384681204383,-0.8145309984345249,-0.5488391417178738],[-0.48205247584466626,1.5035852163765466,0.9394822160841243,0.36963722136896776,-2.1156085460678278,-0.2904796029361056,0.8122029737410962,-0.6387365549334149,-0.7890322843848132,-1.0088805687217066,-0.028672132865765997,-0.6835394646919466,-0.6965594390728942,-0.6181221852118662,-1.0231373454712778,-0.1879935252919027,0.33054821245562555,-1.3112729551421394,-1.2624618295970726,0.3546040959956022,0.628611390278974,-0.46571621763930376,-0.6820770690890207,-0.8500385071578572,0.9981883548624662,-0.9376010483057077,0.6154883032323631,0.7246861565519828,0.22040123943512777,0.40344908336863866,-1.2417051787396394],[0.10423218093175843,-1.018463709896423,0.4508891251417943,-0.21166124619820087,0.5513994536688275,1.2634549929560033,0.723504950483679,0.233852385556947,-1.674022434956684,-0.21209156911685992,1.5043075587606582,-1.921578011228595,-1.7631512154164197,-0.23887423232737864,0.7044024193601011,-0.8932605474941347,-0.8170155625101668,1.2663457820752557,-0.5186727221279885,-0.7300247514619009,0.09806631395307684,-1.9386785793599826,-1.9477198160624591,-2.1225797589397923,-0.03772454443563973,-1.3452691167346744,-0.8262127412152308,0.023402786290480076,-0.8156969312679755,0.34327120514202436,0.32509687417634686],[0.3288100702692034,0.10614587860133895,0.11525578297534622,-1.1522049383366675,-1.3272636022712816,-0.513421410059626,-1.1527646353781558,0.692755143154032,-0.1684798343267405,-0.05812673875518084,-1.0515217505274597,1.2332083559665792,-0.9577604419114372,1.0412228732595545,-0.14557224674702424,-0.7576606563998454,-0.8352540123974624,-0.6136460423229341,-1.2493760764497444,-1.2315952598101094,-0.33360267591282905,0.4635027901464804,-0.13875659075519073,-1.4475618050216623,-0.11693716182478447,0.11477413524537657,0.11697419784640849,0.3921241595442118,-1.068373810026001,-0.5467607715304559,-0.1809691653954186],[-1.5762225325350994,-1.3563111304329631,0.4479229006956559,0.7984483245087188,-0.04820558651414212,-0.075714007935733,-0.10162975625010022,-0.626358684839944,-1.7872492158308495,-0.2594799999803017,-1.5003478275275965,-1.4607436958285562,0.39491958775797326,-0.9775956789098819,-1.089228405364224,-1.8719328341415702,0.7980212805904787,-0.499185066342075,-0.14362220390688585,0.6021174156855337,-0.5881106864742925,0.430372394697612,-1.3592862214081471,-0.5619215565526345,-0.10675281853027771,0.19148171943993433,-0.3828923744225302,0.7576007020504407,-1.6654828013588145,-1.815498787962733,-0.06570821739304009],[-1.6636416467527217,-0.939017636781444,0.7494184241729596,-1.521077235806571,-0.21125203794493577,0.21784757310159023,0.2085091916784451,-0.5049880360369885,0.1881388582902859,-1.1666016775331376,-1.4070316695729363,-0.05363033791250024,0.08500318029863702,-0.48787484185938745,-0.6267934566269907,0.6751792592975779,-0.24117799919397165,-1.5574243479366938,-0.00266233079100731,-1.440565136624216,-1.99703866227636,-1.0988533778174512,-0.49072916131632915,0.3619260685009513,-1.2404758910338716,0.1652200766349919,-0.18075312093306117,-0.7154437413291276,-1.0935814667421557,0.523009422354249,-1.75100873152924],[-0.9936009748078504,0.9136908764233884,0.10785562318569193,-1.1232583232180593,0.41540487148935706,-1.37698019238219,-0.4707840056941961,-1.1737324582056812,0.7349984529936364,-2.477344044552408,-0.6581043979920332,-0.7157840913058453,-0.5879465377309041,-0.6444812757371138,-1.6745099676314499,-0.13769768139808017,-1.8137882577794,-0.5499626706424935,-1.1190699432915743,-1.765230887989759,-0.4359670189339082,-0.23197663568294694,-1.394389312494409,0.44054811994824317,-0.3670042768988151,-0.16728986862357434,-0.13564522302707982,0.3122451378963009,-0.4891385680165252,-1.8830422274313738,-1.1586176890075814],[0.10581854627706973,-0.2153514359921886,-1.1270292098409889,0.4008696137626498,0.9595659777281395,0.0006387609059341625,-0.9890899832654723,-1.5206764247118492,0.9276837722167085,-0.4686352224199144,0.3125982047607878,-0.26622957203622194,-0.7308884391931999,-2.073087277386202,0.7889093894353209,-1.0186157386844437,0.8122867318382108,-1.9254517110643008,-1.04826778582408,1.6078002971767165,-0.870661146241596,-0.14387764996303018,0.009807166649132662,0.9999428309734083,-1.7443464556475812,-0.6590127273921073,0.670998532960793,-1.1006741802536641,-1.3455808512792906,0.5250710526433678,-0.578717282244831],[-1.4913590393208138,0.5753913188790081,0.9663861087147708,0.3428684829029509,-1.195746893751195,-0.4013999800610584,-1.361011083625758,-0.06253068737401263,-0.048350686697261135,-1.6161563958253962,0.9259654078537266,-0.3113409359296923,-0.1502300895280702,-0.25889016644126195,-1.4378368371512797,-1.8411516360293234,0.008688382745117544,-0.09255172447748558,0.6398024660463447,-0.010807590730924166,-1.7045877514730636,1.2179643659676853,0.7785071035530239,-1.5709218805534726,-0.8934297076908665,-1.6978157010880912,-1.2634311031349281,-0.6949163031254023,-1.6391654821944048,0.38481489047976386,-0.30179253866869826],[-0.9900650414420324,0.8910188382110305,-1.5242841430209977,-0.21121273077266853,-1.2166857995932914,-0.644287242404712,0.6226963660633361,-0.38498450027401593,-0.14051468569347475,0.36468905404735874,-1.2966900629425637,-0.24674470499062245,-0.1449340955873354,-1.498329962456366,0.2392567543303084,-0.11224011200104195,0.09088918955972615,-0.14953983120593695,1.4611340646324602,-1.0433195322126851,-1.8871955226830337,-0.7951087583413284,-0.17234920713892266,-0.4589214864091238,-0.7965225664393908,-1.0314472854171555,-0.9478755337107586,-0.6325130941729538,0.08987202037851771,-1.5938886310691407,-1.2218079580433958],[-0.8837311552864073,-1.4117798009169313,-1.5060156822188226,0.3128020570210482,-1.2345176392019417,-1.160428657443389,1.0082416627250783,0.6020037657074501,-0.15105297996709688,-0.7830760219892299,-0.5383263077141254,0.5184593721164384,-0.30290780930037553,0.06145276865192355,-0.06667422439382836,-1.2975109689318587,0.034852271002473505,-0.7305291540010386,0.40029040274942135,-0.045686933322168596,-1.4363393259290063,-0.34449637446155756,-1.4765824266485121,-0.7916566467574224,0.4048046216871696,-0.4657044203444928,-1.5834435805074127,-1.7266880982450523,-1.504576847957542,0.42431459743104283,-0.004390763100687462],[-1.388698410626164,0.33724811799102206,0.836956005783627,-0.33934212369099787,0.18889427986872043,0.22435243609781397,1.3019713225308827,-0.4364500301336105,0.07750684538482487,-1.1267249578979346,0.004579291919761704,0.8921061825636015,0.6603841092386951,-1.1000397793397243,-0.3477655843429724,0.4930185133825663,-0.7478183560934472,-0.9921885881140234,-1.6510983796016037,-0.3380946407344104,0.2157133531429565,0.4389898090852736,-1.3855154732633173,-1.6811463135332962,-0.22502527384045978,-1.3430606233406892,-1.9061375444159423,0.4770094091961467,-0.7781676034057713,-1.0148523433963361,-0.07590277785987792],[-1.770466221645664,0.7824169687111918,-0.6591278067276045,-1.0806200637226226,-2.148165244803306,-0.3355447771905883,-0.13012992802834844,-1.4604960196580796,-0.4117257449483739,-0.5752572502061628,-2.3436052012921125,0.9249396901001903,0.6806766974829784,-0.8301917413182645,-0.9841222087354619,-1.2244689789176286,-1.3111730039634941,-0.8923783399788554,-0.21262956412614883,-1.4761542431791972,0.18172676490067086,-0.03288640179009808,0.7796027026176475,-1.2818935536454261,0.22516156252819988,-0.12561405383384125,-0.8573719176173648,-1.3242898823442422,-1.0940748500666537,0.9067286631937076,0.5665078145316701],[-0.061507320947534486,-0.8101802324015785,0.4279724801862779,-0.3152702169242854,0.2145329080346744,0.5333099254997158,-0.09204206500746803,-0.7385123074569023,-0.6753667955758356,1.0224272895636846,-0.39121452527656897,0.9822829479003666,-1.1759273986891572,-0.1650302134525844,-1.6404200649961604,-1.144740923195328,1.1526472081808625,-1.2656078972743317,-0.9195900572366577,0.2818467670256393,-1.6801060578055087,-1.1560248888814193,0.5157527217132126,-1.474781540739348,-1.829630008418246,0.3812583328908833,-1.5486490261582126,-0.74906508998582,0.12064887030216931,-0.04982160437997218,-0.45282814122047005],[-1.3206810933439594,-2.166790011743328,0.062030278206022194,-0.8807945226799953,-0.5874507256285878,-0.05644483356106316,-1.0762733704198744,-0.6273170755604357,-0.47945376984309795,-0.49159424118117656,-1.4628236863356439,-0.32130564663035144,-1.01579359708768,-0.7218506231193136,-1.2487176005746679,0.23597001790644775,-0.34669402711575303,0.44349042626918983,-1.1302431478089137,-0.5553102145700906,0.22626021545666042,-0.6673254150714044,-1.1228723718439395,-0.3454983956830341,-1.636685144664533,-2.0081615733767695,-1.9703510139932991,-0.5658578952256944,0.09768773906524379,0.39928822079058446,0.02201865982925271],[0.710289627150039,-0.17758250199225284,-1.99796763005537,-1.1406927283576267,-0.10149287909719656,-1.708390289370959,0.16801592109702987,-0.8438176114927949,-1.4470517675480474,0.03319266487533546,0.6578503923554917,-1.9671089561686383,1.0008410464754804,-0.25420310335504775,-1.6206088963249021,-0.7701696183649177,0.27709114249546174,0.18166462175505155,1.0768681923106573,-0.7564787145751983,-0.2425805568276768,0.7172404287083418,0.17541580617018196,-0.711507754943178,-2.5569704874468853,-0.8488299061612514,0.9706701991781748,0.4495361715178961,-0.6808486691773529,-1.2966700649620613,0.9080009954126127],[-1.1269608614255966,-0.979888866540379,-0.7748590683195187,-0.025492600489156095,0.8207747869265407,-1.0207475720945773,0.9239729624139336,-0.35996510263526904,0.3665238161514468,0.5299122953167296,0.3792087946311407,-0.6771268286867443,0.4025235416000397,-0.7012075408180336,-0.597437586061568,-0.3570275099130257,0.41811548198398313,0.03368120746156937,-2.375207987778446,0.9446509200269825,-0.48345797584277156,-1.257614043977256,0.6694220068497231,-0.5006203685926399,1.5932400987798891,-1.2493941518931622,-0.34692358844382437,-1.224865485352619,-1.9805240146662295,-1.6802275911062543,-0.7839661732722746],[-1.3255021622211334,-0.7663659868013398,-0.69147976113928,-0.40254205272085947,0.5679451397037877,-1.0620483952491704,-0.24245243938877958,-0.42568266780683056,-1.3638866339138838,-1.5876789703784444,-1.7242885984451433,-0.6078823537653413,-0.269664664129663,-1.2796024500795156,-0.430507001602398,0.3892401477380469,-1.9656642444102908,-2.2994830649158056,0.2391631824119548,-0.8038828440402667,0.11626695831378142,0.7849644290269681,-1.0960459199051125,0.5368615992510292,-0.9798714593747275,-0.37011864251155935,-1.1456897741426193,0.7264615898007537,-0.12685223566891626,0.839289221109672,-1.4795910301109612],[-0.5908952133994384,-1.9125613575477667,0.4717504228310171,0.8416440964401389,0.8336627633283712,-1.33037841160265,-0.019259378884499207,-0.10476470206642238,-2.188262881027236,0.18009208819523828,-2.1603023546736826,-0.2760034518491293,-2.4092892912077817,-0.313270885633618,-0.9037229510488443,-0.24585365537934906,-1.4249762227943754,0.5889879137345183,-1.0194363197471936,-1.4126695532874272,-0.0012484422138607457,-0.7088974154274719,0.08642608127221865,-0.673197411921296,0.5681346343339672,-1.2289086498952382,-0.058780713104627305,-2.531294303353761,0.6033763144352239,-1.6901643396843276,0.5392126659739302],[0.20983073044241532,-0.7032255483240992,-1.4639540329462835,-0.2406829968545472,0.5834443401074123,-1.4488904141001118,-1.4719252516941657,-1.0537578042459084,0.6550143408744443,-1.9142368111095684,-0.5909416026981118,0.5879109462878512,0.17620009505131412,-1.2763850190585209,-0.9923016955085039,-0.6481364139606186,0.6286883356471925,-0.07809657888307957,0.6651519894311246,-0.676454924618257,0.38742533690390146,-1.4443309166305123,0.3560152780692436,-1.0557288196160044,-0.40759918004286033,0.01414880572747354,-1.2237868991743746,-1.6296194262054786,-0.5368160986703232,-1.2619377592440604,0.04938706443688172],[-0.18363195260279494,-1.0650097317146914,-2.0005609198438186,0.37389284070399087,0.6538070018714558,-1.5477347190702284,-0.8629955186338141,-1.4272475845559212,-1.1769456099916689,-1.1466545151076886,-2.3591985565413576,0.6638538137165949,-0.6576183402231162,1.2337430065191584,0.2823252174568204,1.369158214001114,0.503944367583619,-1.596304508899686,-1.6546254768657676,-0.08911219902112827,-1.0733048691731775,0.9532488985963777,-1.7387151968521433,-1.4104438063113158,0.0703377015612687,-0.4265347201057851,0.11844600245151361,-0.10128628605207622,-1.9404702610512823,-0.2714577693928601,0.7044530401913751],[-1.455552944344708,-0.9399471534557936,0.9143055001417983,-1.7741599435120925,-0.030268391844548864,-0.9435146379514336,0.6177913226784654,0.7971263753074813,0.7999745978584882,-0.2946445112919349,0.45173103476308385,-0.8702835962587484,-1.0584246464357576,-1.6150408379854349,-1.4707201832879122,-1.8850929940595456,0.4849644046945333,-1.2722797410252955,-1.0141187828406293,-0.7108818178780206,0.21087711888289776,-0.8280336143906177,0.8007674866684817,-0.3118867550483602,0.24811426011225207,-0.6088364603033096,-0.1980319692625343,-1.8319343972826727,-1.0412601252955185,-0.7786049970578216,1.06633834654858],[-0.5639820654031672,-1.1950217341559706,-1.4587976670233547,-1.463966887667677,-0.7287139001077608,1.105500449194906,-1.6054007075485912,0.16442334118310445,-1.8635125322685808,0.4725866143316985,-1.218931032924886,-0.20063660860173638,1.1891570603766244,0.3873792224808375,0.7832415921987254,-0.5489966562227867,-0.01540708342753148,-1.1748857858633515,0.6971499003318413,-0.30883685394987426,-0.7976764048655332,0.22652543645085424,0.4692269842283243,-1.5010482847510314,-0.9180595197782607,1.1281761200206595,-1.1509146244574102,0.05590583224293042,-1.3843932259035172,-0.31573025987558617,-1.5669808047008031],[-1.2722208200730472,-1.5114409076084074,-1.228280384263024,-0.31829314054752117,0.014095122934414596,0.4960573757662751,-0.6728239490519565,-0.8400685712033968,0.35780570650301446,0.7635997055150806,0.26287071390121897,-0.3836757275837635,-0.44480757977495156,1.027825762779998,0.5966333208769972,0.39324178816434663,-0.9386049523761801,-0.8923448392291808,-1.1388267595393002,-0.492378180083729,0.36069591288939007,-0.2937880560287521,0.8331350312889404,0.41895459097400245,0.8642150912196592,0.6724995978432835,0.6560093231955547,0.016196545617411396,0.7035243361710202,-1.7178654689287025,-1.7088306654070569],[-0.7702774299404128,-1.5913185571560289,-0.336983634002542,0.38081188736262245,-0.28476253985271993,-0.6610450466651605,0.044951240350286255,0.7271957233251496,0.24853585960031735,-1.3377302411114893,-1.7686279147916708,-0.8056463340125408,-0.05645292528797952,-0.0675141758491259,-0.06166328399121362,-1.7627318300995216,0.5755074418794071,-0.47298659087499706,-1.2360931647860929,0.23205347976965215,-0.24682792990629662,-1.9892800176617056,-0.44778187719690143,-0.4466722296542605,0.7216598723948794,0.6877422819520348,0.37211722242746764,0.19456489946248037,1.0214096134113806,0.16321110213514786,-2.3180290997194897],[0.40191714126451816,0.5425220965700326,-0.4393054705905576,-1.9750415884179668,-2.0962967107732666,-1.4736192576020042,-0.8429694137658877,-0.7191483251499174,-1.0790684882608015,-0.3509075419289501,-1.9430175531244804,-1.3817324099557242,-0.9762909044456867,-0.8058967862483688,0.5197562292502526,-1.0684724012951436,0.4491119040148297,-0.437219447675562,-1.416228603513622,-1.2856524664997544,-0.04431599598436306,0.10582585200230561,0.6619423691132248,-0.5251669396772688,-1.250207238498512,-0.08181978473583075,0.08720914572716458,-0.4416415731746239,-0.2727784346651154,0.45065354116206646,0.39420215394648545],[0.778801243008883,-0.018573237471220687,-0.8439830623502137,-0.632742191119989,0.48771444994697905,1.0873080679086506,-0.6656049961393056,-1.0884415393946771,-1.550579287028815,0.7515915760049063,1.6312525485125717,-0.21867242987627755,0.4901857066145286,-0.07832115669116138,-1.2894280492480412,0.31636203138569413,-0.9407874331476865,-1.5932759143067141,-0.7256971469572661,-0.6204715855679448,-0.14268187129837756,0.9552734952427602,-0.7897431305092791,0.8761329192622511,-0.8848430161574758,-0.35149935264902094,-1.480010904307597,-1.9594505766064036,0.2548408789208212,-0.7958199871523648,-0.32356265322370104],[-0.7815327269119667,-1.6193251779712958,0.34986647743368404,0.048958255637499816,-2.1906514598346702,0.729375706942132,-1.2699551074557287,-0.8518889890408154,-1.6497754876620438,-1.2105856277517437,-1.0235596841562697,-1.6217103157315322,-2.298767249609381,1.1459176242817368,0.2463931535958827,0.8578180183243771,-0.8901712677353509,0.6953240168694411,0.037925408538489754,1.0113073380033268,-1.0055066705469131,0.8275514043285344,-0.4336524794407668,-2.0022172125699402,-0.597228474537996,0.6668717852647535,0.41130710063652376,0.02980307038369722,-0.9906568144648362,-0.21341536887038656,-1.4866295191367174],[0.018375850008782,0.5571948273528459,0.5386125077011583,0.6255677743100797,0.5476386740509435,0.6677013592499915,-0.9977831578095107,-1.4617228818759112,-0.07881351462847823,-1.7925463280157357,-1.483449859115473,-1.822396285147907,0.5066037110901658,-1.1025861479736594,0.11195337476687785,-1.4653973841530914,-0.6519695432576009,-1.5084117947784454,-0.8485987337521017,0.3767060717915179,-0.2756820245676167,-1.7855017834789177,0.22639118863215538,0.9718689680757304,0.8281573151515655,-0.7092178244796541,1.0577954688709135,-0.0418711167078705,-0.7402112414518929,-0.7821309066758042,-1.7804665013020413],[-0.5629547704006389,-2.0784542285808287,-0.417998628280847,0.5716053255175694,-0.7263071573688462,-1.043045133691578,0.09287090549278572,-1.4020759796085278,-1.2867143513066213,-0.7268055193134136,1.977599463517684,-0.23525866239498974,-0.2512612314939222,-0.48128562502350397,-1.2224302044598128,-0.8425654221426526,-0.22469182225007228,-1.032489592772018,-0.4448607094843293,-1.8143118088541093,0.5372445968202745,-1.1035024255242754,-0.5575066585294824,-0.5637594978076392,-0.18753340825210515,-0.7555352002120447,1.222077668495399,-0.37414198338334076,-1.4925542611980445,-0.2506985797422753,0.5855930338792164],[0.2780019969267626,-0.7720856511569819,-0.44158275115854917,-0.9225037596882197,-0.5113396977350082,0.4895201038158829,-2.0127528155616,0.023110342550419435,-0.988756721837395,-0.5367105059529288,-1.1522682322461841,-1.0418165903455086,-1.3934874337250922,0.7751654697781455,0.8049944998204749,0.37100155790251377,-0.41246118709608626,0.5177248810471113,-0.040589977196826,0.6972163642536146,0.42177338818816146,-0.6100572844427186,-0.40131172629875683,-1.1760297876795773,0.12511782785942832,0.5085064506877417,-1.2217425172512832,0.5095768470613672,0.18380813979052124,-2.086432039005485,-0.8095788125331798],[-0.7861665084976145,-0.8833026636309177,0.9260669420945714,-1.6455858137897488,-1.1246138459241084,0.23210298274001984,-1.814091881846338,0.7031922788407106,-0.5250117079340927,0.2209843019115217,1.1287263298742536,1.0225741754053055,-0.18066117871718024,-0.6265526965038769,-1.5890349499674044,0.7780291756218988,-1.3060651331115187,1.0253849110946822,-0.1153699383561984,0.4937097566518372,-1.0959914036417875,-1.3404322377400266,0.34494276302693744,-0.7023744460298957,1.044363533019575,-0.607006873087794,0.3777548256476985,-0.5670190514325693,1.102184301973357,-0.6573782538012641,-0.0302941943466167],[0.42078875516901765,-1.5318053001920904,-0.7908238481255586,-1.520942796993405,-1.97281780813071,-1.223459345269702,0.18393000580335492,0.28173002935193636,-0.03913383740260258,-1.7051048498013879,0.5336559012221755,-0.5403826221191702,0.6574491277076565,0.5520291867865766,-0.6517464950826874,-0.5300363224804231,-0.14054410983192564,0.06815016177507088,-2.1113785868631525,-1.4708909938601389,-0.6389429703472372,-0.8827138064101309,-0.4208773276508174,0.34821551733102923,0.16733835495652385,0.2320025333009328,0.23420026257660026,-0.9370543339138445,1.6377806696591968,0.5488716342653872,-1.497368124277132],[-0.6522029601224272,-0.2512303182586529,-0.21528671285272263,-0.2852172111198018,-0.9883268661815127,0.42955088885332926,-0.5844056994794846,-1.7452852542420347,1.0648401378539465,-1.9662129350768938,1.1659066811455499,-1.138497092029137,-0.3605630152096406,0.1712029425404023,-1.5734043231835768,0.7243634398411023,-0.7395909483967501,-0.632242053479105,-0.003482536125204202,-2.197654192079348,-1.3278296372624951,-1.2637406924831531,-0.2867305270596099,-0.20209319155367808,-1.3640539101923779,-1.396846535113576,-0.06977319822238574,-0.8096875369268745,-1.7847157334711252,-1.227549887657003,0.1811591399227124],[0.519552373711501,0.15578990595799516,-0.9379910059028346,-1.6730037169287495,0.6066258936355068,0.4702366354199449,-2.030173477751298,-0.5039867259583173,-0.6905013054041222,-0.2641830887873253,-0.04551365675496579,-1.2275061495150144,-0.0390293118454253,-1.101358888968899,-1.3387800699590824,-1.598960268587575,-0.341149783651869,-1.2404106840307076,0.9909062873868868,-1.6929355809454338,0.49898706187732567,0.05652909848431792,-0.6740161020010912,0.333394236651564,0.09261075999357181,-0.34280950890096346,0.027423423149262823,-0.4775948004822846,0.19594781019694746,0.06260045539402527,0.0510835348250556],[-0.5648951470388325,0.3175547493413128,0.02553283231342383,-1.3592406541843804,0.23404389108521576,-2.10577895460597,-0.1855837982636185,-1.3121481938988722,-1.533429655768931,-1.016184971282819,0.24593098255034904,-2.3980106919933486,-0.9609289959254355,-2.3214493480402902,0.5295544583892893,0.7258977556062868,-0.4796678745120612,0.02930004536467384,-0.9112235932494058,0.06121331498146046,0.08565179478371654,0.4807046012830308,-0.5978611019384187,-0.029509707045305502,-0.39313672233260616,-1.9110219066358698,0.34812779972045926,-1.8587119301752664,-0.5525395114772279,-0.12617455159596663,-2.081546714347842],[0.004043221899152789,-1.0826075336361929,-0.8169797939809921,0.06274303619841479,-1.410343019469777,-1.8304837789924282,-1.9630990537015023,-0.021861544329056206,-1.3134437069815148,0.8636184367905564,-0.24208459709380364,0.32303907798956605,-0.34530735692096903,0.7641813975225586,-0.22718809520513822,0.1151847905750276,-0.2568352232572083,-0.2532286990807196,-0.2047545979873442,0.49172335949897256,0.015891777467932414,-1.0178419374141017,-1.0805855188921247,0.15973280215798916,0.2520811306449718,-1.991624822851065,-0.3058555514405901,-1.238736326488682,-0.9897483527852385,-0.9180921552190195,-0.36663065763008623],[-0.7265674457904083,0.5173391083569893,-0.4767291001030822,-0.1407026814163382,-1.5904542778594968,1.1794042530154905,-1.9455411845017125,-0.7696119082538737,0.22623487028862754,-0.4861019713395742,0.147009791411299,-0.11906827284595908,0.27823616105959853,0.536344265917087,-0.8269548875127859,-0.21551065739586836,-0.3231613410604804,0.6236665683432373,-1.0535943885210721,0.07616440088789585,-0.9762852391978886,-0.013410335183285233,1.0396696351944477,-0.36435128044134724,-0.8866026646775133,0.8132366381718991,-1.092164745332564,-1.0968350973078353,0.8917758012683227,-1.383906286173342,-0.22076119701629418],[-0.512658849499078,0.17702571098460756,-1.373467511012605,-0.24670916795520934,0.2544101510463668,-0.8678725683126909,-1.7295808288429195,-0.24839902440210399,0.9140551205400543,0.43917511266842035,1.0723420855190937,-1.6265071075476396,-0.8490937664565317,0.08156889531183432,0.7046824195499853,-0.9373564880847923,-0.32583838266914594,0.5005860124817445,0.10979109970180259,-0.1449314012104693,-1.1902088392138488,-1.382135489099404,-0.7823789206744487,-1.8090932669756126,-2.1137175112438036,-1.4145086274491923,-0.9691540122180202,-0.985083006269782,0.18862672400268768,0.8175369294298906,-1.1456980835752992],[-0.7344315681073185,0.3467881721512733,-0.47531575882409755,-0.17035432896637548,-0.6609106920120877,0.19905621612462057,0.3189898214273072,0.035887766584652224,-0.25638998008504005,-0.9596141084802775,-1.0871678962965052,0.08690257703576536,-1.8029414981730714,0.18930825459192682,-1.8728619076883728,-0.9728575009842952,-0.3537284117445841,0.6721547806705286,0.9591861936098144,-1.3357625266428257,-0.8629266006957887,-0.534938654760423,-1.6262944938572577,0.13329573186288393,-1.6244193592731597,-0.4072324963535102,-0.04019768781737674,0.6722006272394119,-0.9163195768339422,0.23577897988042426,-1.422655697265745],[-1.047248044463392,0.5645017299810876,1.0552041103623628,-0.4484175653119544,-1.8495151099275968,-1.8631826133921852,-1.283047808694822,0.7222561676817923,0.7177942924405902,1.0518259170970505,-0.06064680080230221,0.3569396806200424,-1.3339265136936551,0.5345198851768659,0.03260219108393688,-1.7419085344929022,-1.0587217547305456,-0.8261831661267853,-2.2056842848808493,0.6675821372041761,-0.6509283588871213,-0.25388561881378874,-1.709878598449902,0.2949632414678486,-1.7627162822390519,-0.07254725861490595,-1.372192984871655,0.12875326343006172,0.4361596787256318,-1.2079001057505707,0.42880372798054067],[-0.4868765748045168,0.5191123342808455,0.2900694556789311,0.6445878926526671,0.40409459587108226,-2.675995097555373,-1.1546075981268782,-1.1890058611254561,0.16373668073924028,0.3237790633131289,-1.1302280198291814,0.24329600172393762,-0.3929126628520217,-1.5928684227975025,0.6000354192461685,0.6990350405002066,-0.39168645938824875,-0.0319295933702545,-0.5723024776628189,-1.89297929409461,-1.9376977821505952,-0.018483994881463517,-1.947312032779339,-0.43547482938003335,0.10106866219952354,0.6832442371236075,-1.5969700973617957,1.3425489046894479,0.512024890022325,-1.0947717534660548,0.14138741292129212],[-1.2294923919901588,-0.17004191747855452,-1.1705688670475376,0.08983027317699,-2.090683564875635,-1.0521384725859213,0.8548075684251147,0.7607690959321687,0.6949035821372914,0.28134656763050114,0.5091119838394864,0.09988850345204807,0.8591513446701818,-1.9118028241420468,0.8050746823033853,-1.3016870227119373,-1.4175933754207561,-0.9755021204000497,-1.7788493246744417,-1.815740929266912,0.6350738351092576,0.19182318617770347,-0.5286388247214248,-0.5681552872503878,-1.3120063334277925,0.44862947072649295,-0.8641443148549269,-0.7253853157203545,0.2477527748642681,0.04094523361262425,-0.834010062078333]]],"Biases":[[[-0.7952370246601058,0.694444733029342,0.10870061941606124,0.8654404282380146,-0.42267937308125025,-0.6249884662720693,-0.7873068056356207,-0.6969956277277772,0.28946293397881606,-0.7341717495717368,-0.055347371678591994,0.5937576079359789,0.6935641387036734,0.45755666437603176,-0.9278909039013299,-0.34911262229812245,0.8295700672376644,-0.27948184970238366,-0.3011176315252056,-0.14778629382076244,-0.0558159718255725,-0.4688332366301414,-0.7750652964970945,0.7796940098860159,0.43838875373411623,-0.12010107410576701,0.771756546082768,-0.0075964006442657914,-0.2413116059021843,0.35749096800672964,-0.7905001272711821,-0.16149171392889947,0.5022768672551094,0.6974203833469446,0.8628042663455723,0.9024736523673573,0.23861836486397575,-0.8120514309859339,0.4599731285437408,-0.7542917239693617,0.9865532516832284,-0.22651623016237302,-0.529210938280607,0.6922051615814206,0.7962960739301962,0.6847356524017517,0.1956947663112353,0.02202709729460841,0.09915361958824911,-0.23563967005323666],[-1.0415380743302156,-1.3112402091608895,0.6967761259662696,-0.5663031819324758,-0.15173236679694335,-0.8681243054986594,-0.3552779844093054,-1.1625065736918374,-0.08423099647112788,0.3029161709430425,1.107394361524959,-1.2263142990006661,-0.6773805657454365,0.797155178612692,-1.9486521685528182,-0.05522909043214627,-0.5258141879900058,-0.9412188761445113,0.38290684847394246,-0.39131461139663304,0.7336233554878276,0.7916689821033093,0.4217620842194604,-0.6624282860784945,-1.065690907169844,0.2915043716232008,-0.17638907867857104,0.20091363506844986,-0.7065523095300608,1.0850047818578394,0.9401473939766702,0.9261996048173498,-0.5830259009186796,-0.06397844739668063,-0.5806044031604372,0.5690864286103452,-0.2433729664130891,-0.16987359890993997,-0.7942412369040216,0.625570791272891,-0.39864170642850466,-0.2704032311021731,-0.41205585897688396,0.4744168304835968,0.5124445322869187,-0.6125561129742003,-0.2954215759457759,0.9729027760052531,-0.5381558824895064,-1.833636873604929],[-0.25043926270732164,-0.8280451935113071,-0.3508324465724094,0.06356367042854114,0.9534944524769681,0.3822055934425021,-0.4355860079603117,-0.7898046574279538,0.47860059765301266,-0.8006548628531777,0.5145680401695039,-0.38996852810085053,0.3819970898294763,-0.04824865327511103,-2.8560422576981233,-0.7284705774632257,0.5011017563189694,0.848449553350165,-1.010889272947447,0.257693647382066,-0.7504599125256471,0.4354098455875485,-0.9288506573945469,0.5243146261839061,-0.45468498400027973,0.43966129652845615,-1.0723876502073535,0.029832037889991368,-2.2824630337224168,0.9844622053961137,1.505259661231845,0.8316814150789706,0.2122311131501293,0.1371831999406973,0.7880441114721484,-0.9871828204353371,0.07776713592867517,0.34945381197181663,-0.4598689410096083,1.3061163062837697,0.811867331520146,0.3596255091512162,-0.30612601825967184,0.6218661091749841,0.6516133433739232,1.0864678054686994,0.5874433173761417,-0.061152248938887724,-0.43052316894889764,-2.01570341298485],[-0.4531650192053226,-0.6070344026557626,-0.5243229218796949,0.9763141676995112,0.15077549891065567,0.5372008640409465,0.6908392946254155,-1.6985150573663483,0.00933296544141738,-0.5087162969438204,-0.49933231715559023,-0.6007890037453495,-0.2401312865898427,0.9109667419254195,-0.4244324553537782,0.08375534263122093,-1.0193220315122418,0.5727242969401696,0.32780203441543854,0.16730855779161347,-0.975787042754677,0.3529623410270509,0.8048610617211092,-0.43416026561164767,0.7398382928170386,0.9102810784341273,0.3471266550151238,-0.17641749501661555,-1.3129194518626013,0.4172656400518712,0.10711798511752867,-0.29845993549283717,0.8877478008713634,-0.03656593620043266,0.7555305786665655,-0.45533673899121735,-0.39007922266004746,0.16805879310027053,-0.7591631924289794,-0.5361943316589537,0.5891454605726062,0.13772177795262086,-1.6184465339084415,-0.8359303898517805,-0.6668370843449826,-0.2679844612640576,0.5598952989850053,-0.16023405179348318,-0.8265079177685095,-1.645614731434612],[-1.058905901452866,0.7589749283614091,-0.35795882793222134,-1.7632355492694674,-0.13836003935355579,0.22470948297076276,-0.08831874322124286,-3.232355839397766,0.0648710542008344,-2.234879652120372,0.26499668597171633,-0.6355502921345705,0.3126675494254536,-0.7503949813809029,0.40829538561333506,-0.5255504480267911,0.5345944903342849,-0.9091406044286943,0.41585378337075823,0.17254727675449683,-1.8537127010308776,0.10165469331431418,-0.2699534889998595,0.6879640872773493,0.8038470883097656,-3.5161553436011457,-0.42915550878460645,-0.08498021195931335,0.286403921032001,0.7648573093732582,0.034595034207356774,0.824442062116304,-0.5763230485000614,-0.40553602768225266,-2.4308470623385685,0.12278754003144987,0.31737869782508205,-1.8309341502172318,0.6445116421781977,0.4928019760597113,0.7939087724680127,0.31879281095162265,0.9030524480619986,0.33902463296053253,-0.4298162338977882,0.2008822709180924,-2.096552998360646,-0.10829240052247235,0.7818481689014305,0.2532647904502451],[-1.0213733715082243,0.4113507683657108,0.36877297073003834,-1.5564250594822588,0.8720287205464033,-0.6626356250424109,0.39551169759824556,0.20397851000840006,-0.23884740300193433,-1.9149419157590284,-0.3155446313254772,-0.09938008816243551,-0.021733893684208652,0.3832272698764548,-1.4233252028776566,0.10393053658913722,-0.7395494818884665,0.5763071534040851,0.5831186494304206,0.9642702069699622,-0.7142223147530112,0.7486846009898191,-0.19661068140961244,-0.04255527764262509,-0.10551707667846494,-1.4707676019417433,0.021027492815034427,-0.7616173059413239,-1.855403189586025,1.069688820952027,0.7139391266575007,-0.6514736424013969,0.8597212104806181,0.8435846762328242,-1.7468918192245235,0.5052909471805007,0.9328178684758162,-1.0800345563620388,-0.9932096486215256,-0.1999143843705178,0.7646081683039432,-0.16881477523433117,0.21835954821528442,0.5172362551051881,-0.2846609317235123,-0.5230010949644489,-1.8008728436061734,-2.0582934350801065,-0.40549210091370386,-0.7013242881569292],[-0.13632051390239333,0.8084407754815921,-0.5187937502092252,-2.284169962510884,0.8002900394483611,-0.4953400086043051,-0.8749718569147273,0.0028465082086541176,-1.219345151201184,-0.5257152394837012,-0.8895213683251303,-0.8601542310217843,0.28116995357334545,-1.1570326944753044,0.9829561038688907,-0.42766623947461657,0.7803501123576251,-0.23865662914151597,-0.8169598126515247,0.33187192724388526,-1.8992206919020003,0.18573252274507715,-0.3559667885615803,0.6024251245157558,-0.6083802923531173,-0.7275482789370569,-1.1283824188036042,0.484954116288302,-1.4289426751581866,-0.5147127295084563,1.069563096454553,0.6689391333385231,0.5987849667873836,-0.39050919146439017,0.2339375045308053,-0.44976124059221395,-1.084538695439501,0.3796985441932222,-1.8662319817873982,0.48935389148923136,-0.47271526634666433,-1.8182461165416028,0.9013158576833981,-0.8389187158611575,-0.6361638194052408,-0.08891367137231204,-2.046534152004163,0.43100837729778896,0.6362762413112513,0.8946977052880326],[-0.9257530566174869,-0.6558077645431301,-0.06498572966936386,-0.4343362385283229,0.49264670490870344,-0.8522743378062901,1.285741046824428,-0.09284288425188988,0.8428499327502978,-0.7325739457992284,-0.4246393050927153,0.628404937033825,-0.2501787877861302,0.02684686003454749,-0.5561149467770371,0.6809817060936926,-0.24835324265788686,0.19335428840511054,0.8676479268358364,-0.11014498437149035,0.9415421679076958,0.6581741528223798,-1.127367713817284,0.4605397105182363,-0.6953234314499182,0.8365987327136942,-0.46714274794384797,-2.225023462207329,1.1881999178950131,-1.1312638250578269,-1.9426060384300345,-0.3910402246815624,0.4400020102266166,-0.28243132713355956,0.4587731229430704,0.2849386842190034,1.028350860027083,0.2864124849866263,1.0660748398102307,0.33507010731302606,0.5549386059406287,0.1867785807707327,-0.21003043152137585,0.7733833791731122,-0.5037492934002124,0.03307449690515196,1.5893252495174377,-0.29003698541559975,0.03947710771456151,-1.4666062684988612],[-1.9803136526191987,-0.452097482319508,-0.6707109318190367,0.7396521897180975,-0.5589945677741046,-0.2617342868550871,-0.49091434092765057,0.40252023103152273,0.5246676998855236,0.10402900755047663,-0.5284689640144106,0.062416697698763346,0.6238949984785904,0.17855984777454306,-1.1834790830362156,-0.38880710165041765,-0.41096405646444134,-0.8153856794402737,0.05901484502905929,-0.5039708118230254,-0.40347337621196827,0.4143416307043872,-1.3909613092382433,-0.8451711064903087,0.6687484972718316,0.7787370484826683,-0.6921653693407993,-1.4006033145753434,-0.4088877311201969,-1.0732798145757096,-1.192640834465173,-0.9699241479159212,-0.5883211631293837,0.37563563160569774,0.9248068632306068,-0.20381819129749243,-0.7594953571497426,0.18332953848159925,-0.3981618508764394,0.7303818752074516,0.35271853954987226,0.013381543491937119,0.03361083735387092,-0.6331241629605664,0.41559017008377047,-0.9985114887378728,0.4579267846292686,-0.24576578597868937,0.4507490780008565,0.2797039434392777],[0.40071142965849277,-0.1851337976104803,-0.9779823179165242,-1.897764596789365,-1.5612201800949665,-0.9324617063044383,0.6855378311748348,0.056797567779073264,0.5503875123495183,0.03445000290617974,0.033438922581058204,-0.45980430046809184,0.3303655095939063,-0.18056962573822605,-0.42541416586899083,0.9646742360220296,-1.509339432225641,-1.2898211163058733,0.30798279000360934,0.3777250536748159,-0.41561766841172093,0.600500180568441,-1.5044771018601675,-0.9479877781191911,0.1723413459274281,0.9046751498370726,-1.404796357849813,-1.3685517569688344,0.8512611472742734,0.048363718933162866,0.06938571916456811,0.47665431719807483,0.3111212939413482,-0.9739669236110171,0.8547245563540204,0.6561704018481815,-0.16111526916921645,0.6542176746118167,0.375679189329123,-0.7576240156228357,-0.19942229530799283,0.2799726943203776,-0.10258968133219883,-0.873134717254591,-0.7616276483964812,-0.19975576242825646,0.8723379628834834,0.4255412662647993,-0.3708763770183017,-1.6041247097951912],[-0.6778319307317429,0.6915020106925026,-0.3219942934006921,0.2647663247946655,-0.9418389674702783,0.8073639603333468,0.27027572625819996,0.7306498524024618,-1.0843380663313837,0.4095935363125855,0.8459480437343891,-0.431369605586265,-0.08579776547002865,-2.13475382413238,0.26775127676064164,-0.5160462346449053,0.6935953992639815,0.13452030884233362,-0.44444951650600023,0.315964798341383,0.6192333529687963,-0.45644750052846744,-0.07430429368634596,1.1036535741657079,-1.3002582298660232,-0.6249501083268946,-1.8636793938429521,0.20958882013150057,0.7645585369129857,0.41368708923510217,1.1755319828396054,-0.7159624910050569,0.12930051419674865,0.17997437130272662,-0.7351269516074789,-1.0890825484410867,-0.03426896580636693,-0.026074862082281738,-0.8715514030238014,-2.103254967202302,-1.1217111847557821,0.4529392620975522,0.18350357623856572,0.7565356610874233,-0.7712580509345031,-0.5622294566876759,0.37122187749249386,0.5658251301454201,0.7173499288057912,0.9017207485499692],[0.23555959340669763,-0.45217743454133535,0.2092863841232024,-0.08710619536886965,-1.3058977576788728,-0.1727303745408585,-0.6093248511306418,0.12583756637350033,-0.7618595998592057,-0.9045851843973409,0.05016134606122624,-0.383560412939217,0.1460529182409716,-1.646884409500867,0.008088319961092707,-1.9734034563898601,-0.2391023602620658,-0.9252787641520568,-0.6845313551692903,-0.10920561572844487,0.2650032017536659,-0.44146626878263484,-0.3847981668428817,-0.16006252277618865,-0.35058211913152326,0.04780465809107064,-1.0767030463241345,-0.3988619276784522,0.3501512367625874,0.4540382508187635,-0.20814361970533912,-1.561590641244012,-0.7565904161860796,-0.5425660940679384,-0.03795506725701254,-1.3786702726488633,-0.3426949758378531,0.9130325113515618,-0.8216932770946428,-1.2052217119441722,-1.5623051644782784,0.026387391787333254,-1.3143668191260478,0.3123527554020511,0.4431666580600084,0.939457128226001,-0.9664528703694951,0.5267488713550882,-0.1760619128165512,0.5403516713252143],[0.9332910218095569,-0.2836771140610244,0.016230269636803196,-0.7000253119698236,-1.1134498757340752,-0.446224702388832,0.04231350521672578,0.3209035186617336,0.8925034670815037,0.4909134739395897,-0.355977250393918,0.6113983459053166,0.6215733946115267,0.5547549978360259,-0.38013195266971994,0.1629691985626181,-0.7144757794011234,0.7971226778324157,-1.081782085874156,-1.9825681501934107,-0.22838805340413687,0.5660598932493317,-0.5924476691006553,-0.12421661838830315,-0.6491232234821485,-0.00001842573652296271,0.28383120850241467,-0.8016393148673545,-0.40770006451788443,-2.368070650616978,-0.3204787654633443,-1.7239456028898485,-0.43965789846597925,-0.7833632461359136,-0.5634092930407387,0.10969286311868949,0.7114256747029294,0.4089725649410356,0.8018240696097182,-0.2917081598831351,0.11809857332571577,0.6763610592925835,-0.30254851951027256,-0.8024391546777686,0.7388442677470062,0.9026392740292543,0.1619650277518549,-0.4537855494453302,-0.7135942205708988,-0.048781376666570515],[0.6005342764361667,0.33440625113377115,0.9345486367882635,0.7033017788631679,0.25127170231411855,-0.3696499650968862,0.16684911666165708,0.5085542489846034,-0.5636725917064549,0.6662995438324728,0.19618138924008394,0.5688836532834537,0.2555591129426598,0.783819908285591,0.9693735146084563,1.3012209249722406,-0.35022709223182186,-0.5445989886533731,0.42150163425287585,-0.33925472431012105,-0.5337174153162814,-0.09336525004705984,0.07669363940411547,0.3115359307655918,-0.9322706501212211,-0.6649920748017706,-0.01817164070689241,-1.7587729426384329,-0.10241450454407008,0.8215280553721329,0.9709867393468758,0.6340836018801786,-1.4197834983226385,0.09827377736169302,-1.2114794482209938,-1.7130824247325767,0.007382023076709318,-1.2053036833212212,-0.05505931103986213,0.6209510315527621,0.6586721676992623,0.33082452440967874,-0.1993649584719078,0.9482313610126711,-1.0597373092842635,0.4717534636945485,0.9423207537274602,0.8524922993539822,0.03735434701164237,-0.8499196605183256],[0.14865911234253412,0.6536001696362577,-0.5196135771035764,-0.034179283685550954,-1.11202375941916,0.53093959852774,1.1736050875116817,-0.26317077577676745,-0.5336652142695043,0.38920368507801656,0.8525629923174911,-1.2962030882859692,-0.3697346754291573,-1.0844370637585121,-0.4516372835064456,-0.6052645525605521,-0.6589134383596787,-0.4187175179902167,0.44576491389328465,-1.288883099398581,0.4743288947628164,0.44839912668741866,0.6637920173251984,0.3332864881857884,-0.6765210666563973,-1.4668991681994175,0.42167451989750254,-1.6216710776671908,0.6252960795064344,-1.1469001983361093,-0.15002238706524146,0.5265850010956316,-0.929377526741084,1.0975614749698999,0.03222918778413633,-0.7383242502484674,0.9333859725445566,-1.4952548411739899,-0.23464258949362973,0.6420283001428042,0.7020099644199146,-0.33799123759969196,0.5379657813648437,0.6292084152922801,-0.1810880951327092,0.76639657635921,-1.242582183133533,-0.08230179118467573,0.05839276842401044,0.8832175100199926],[-1.5709812161254764,0.2023424951145226,0.7496362223423223,-0.8200195398953063,-0.7607075371683429,-0.10909865809960702,-0.07150424772075406,-0.572593858635902,-0.4668825136845283,0.4488543248689851,0.6421908223665026,-1.8823501959813371,-0.9987626093921682,-0.9139756410076614,0.9622428949843586,0.9887497329266451,-0.4474466660620109,-0.17263064410639334,0.8104598385001931,-1.025478775639925,0.05880539356811145,-1.217206530280766,0.396565901213009,-0.4090564055952346,0.0069209138413416854,-1.1932264507344184,-0.5466713733055549,-1.6974101525159828,0.19930010994315348,-0.09183034793730906,-0.5023743225028144,-1.4205181334475085,-0.11008935743344427,0.5553071684324988,0.06586216202140313,-0.29154636867176986,0.7408095128682463,0.9766760219357553,0.5241269442647134,0.6305082038463042,-0.5808314451083569,0.004626664195424934,0.8747076165849117,-0.7958754718855569,0.5393368916045982,0.3353222892309028,-1.0089069262305452,0.6433120588509309,0.403699378179299,-0.09429054825864669],[0.513476587949356,-1.9427930134551945,0.678849008492602,0.13012091020787822,0.40180639924681943,-1.2137380240920572,0.4053192984163543,-0.09014493489769237,-0.3662227062206984,0.8965991627992799,-0.8525374386658477,-0.4144713584061235,0.4745927872259298,-0.2238202298610436,0.9142217002021599,-0.4152583801920918,-0.9660231123703219,-1.6786628278102316,-0.4351650836443157,0.35413079404337566,0.9180897178585329,0.7893430058297208,-1.3460752588010572,-0.7247305854984648,-0.20924468245064895,-1.0633087914407435,0.41245567980244047,-0.08820472704718348,-1.4016407304491891,0.012828104481824313,-0.09114016549046557,-0.7477202212092517,-0.7900160477834088,0.5581424398150373,0.7307182201280952,0.4744171269764181,-1.0085319573933105,-0.17627539252642654,0.9542091939597619,-0.01888103730821257,-0.2890377075846594,0.2954059845841474,0.06591685214202428,-2.1951557269525184,0.23608476655694996,0.7536394778446276,-0.8331955491536389,-0.7022343212379023,-2.254661069591004,-0.6639101772790736],[-0.5463156479438559,0.7104365514213509,-0.05911789893215622,-0.526537468917079,0.7160233278846043,0.906573071540017,0.27604595839993834,0.8395616982432376,-0.8615455615474302,0.8739339787897052,0.12280944372230644,0.9334086227110026,-0.09315920949228268,0.049662291423079784,-0.19362111381043867,0.1676584529803717,0.7391781630549941,-1.0258713764350165,-0.4857005570633145,0.25952715132618515,-0.11321103075232351,-0.24656972131848237,-1.7191634722449125,-1.6086067673425226,-1.918305166803668,-0.8831836281303101,-1.117079461758676,-0.8537644117613161,-1.2316747668490164,0.510690315553716,1.0400280039060112,-0.6918208755063741,-0.40061957967490924,-0.6184657226617002,0.8759854051986757,0.92908997792011,0.19008627149850035,-0.4661838876200979,0.276940701419048,-1.2056060210812503,0.8867064054631356,0.5055107470705049,-2.314039472945665,-1.7267950161882344,1.1450400934874327,-0.6919492806859437,0.34365242854270117,-1.6510274717318572,-2.8104690467058098,-0.5160084828325979],[-0.4266041006838799,-1.1294341795057008,-0.4397969410377826,-0.3926818144393736,0.05965440000010701,0.5349613717820323,-0.577647962513141,-0.20487634282057918,0.09694019186443228,0.48618748385785565,0.4798187180209553,0.37195886918129434,0.014742236601965879,0.6669889638743,-0.17541459412215216,0.3681217799425163,-0.8459562801256477,0.7262679826646494,-0.6647049120325219,0.38855310431258194,0.26360492654109086,-0.64001060083439,-1.6638617255571755,-0.26192506113181774,0.878920676350982,-1.3581135568423528,0.09506278879572576,-1.5496787962078518,0.5859140670264104,0.06637575661374255,0.560704925960373,-0.5430477823672765,-1.6894735279326385,1.1455021574700142,-0.3385117849194485,-0.2805956837880299,-1.2831667747624336,0.6992711644132799,0.44825444271680054,-1.11542761062515,-0.08328741565190477,-0.20641257576114602,-2.444081254486734,-0.47729623912994906,0.03212782198584461,-1.4037318591086305,0.036616107956270176,-0.20922658652771225,-2.6918881404887283,-0.5157086740770598],[-0.32550399846459105,0.27674341652939505,0.1441432113022057,0.15415888026889457,0.2836001833329288,0.935098806204273,-0.4960641411981674,-0.18564955280365378,-0.17672961724861322,-1.3573372393044847,-0.12200461466304253,-2.0408378125408153,0.3542992527215492,0.3733787447579382,-0.9031718556299316,1.084729626264403,0.46807688061517555,-1.2666007523347382,-0.10352361644155622,0.5921698859817629,0.9257519181086216,-1.7726893693792098,-0.04974020963894865,-0.448265992911615,-0.009813703929359504,-1.963538439080618,0.8683092976745928,-0.36873965549400395,-0.032692641881027114,-1.7532562687209634,-0.03973995038564007,-0.40039314543307275,0.04447204157957074,-0.6626658918420124,-1.9454838641432581,-0.16957112757947035,-2.5165285627051013,-0.3040489996616937,-0.8833577670956456,-1.944555506587756,0.4874004403170956,-0.013489056071610406,0.7219224523350811,0.28498239614516374,-0.04910397609467847,0.24459816325698586,-0.17326978316746672,0.7797151837853191,0.653113744148762,-0.23548057517952883],[-0.9997296214892125,-1.2530431188929043,0.5478268829313876,-0.22255795217702506,-0.4590894285340388,0.5072199583021431,0.8294708615375074,-0.5761226144904408,0.43622883174432225,-0.15574619626311528,-0.7176346324806026,-0.08530940431762243,-1.0627069198659003,-0.7778257693773339,-0.8481122468344626,0.28156004512970545,0.018327525232099486,-0.5562221376797675,-0.029959884758782616,0.6374720530367186,0.8975144180718487,0.44380049526880283,-0.6326056540111354,-0.043991086122744535,0.8252508205374709,-1.1605761164475268,0.30628778587717703,-0.035541414124976876,-0.9818405973711729,-0.6749807023199575,-1.4574424688207288,-1.433599052457323,0.2823842431103269,-0.8716447602605587,-1.540301424460836,-0.45108559395914316,-2.081199409212209,-0.47586977196147173,0.7663282161625743,-0.594857778700989,-0.3715181000855476,0.803226087267864,0.3697262581895252,0.24948148346179508,0.5289758602346692,0.8614087433934714,-0.3230060193909228,-0.03255214479892582,0.6795488884809887,0.616041723686195],[-0.6301864983318584,-0.49747491901018315,0.8154213658907407,0.9366101294091863,0.10715052350017899,-0.6966613046457008,-0.60039823551163,-1.0321055432440798,0.994688474465505,-0.22077613416722403,-0.8928394062764857,0.4432627279527683,0.5810125146711335,1.0049719665497132,-0.6845225322069803,0.267025144110041,0.31017526775612575,-0.7777659524355558,0.34457719308190743,0.04746300505554698,-1.236471989154622,-1.5505953958890233,-0.5592555342420438,0.8123077966121852,-1.0065702436659942,-0.5086205098643918,-0.5839805346548301,0.4018422892610664,0.6304708752709094,-1.1690711859650176,-0.6034321033957541,0.47281927798900925,0.7459967825744012,-0.45103523317487704,-0.0746423777661218,0.13953784615104953,-1.266133105399606,0.38603771561956984,-1.4221197845151414,0.04415265805358341,-0.2064890357502321,-0.7946544997234201,0.9131101281002482,-0.3421774427274993,0.39255818819944904,0.672852550727342,0.6958765140161903,1.04931488259648,0.7739660919601048,-0.17431141337398273],[0.2577929611280948,-0.86331483456255,-0.6459354345686915,-0.4523037456125218,0.73697523447733,-0.13457125331816247,0.849981001545354,0.774479448290182,-1.2681030700837481,-0.03459256847038546,0.9355078322638345,-0.5545700893840773,-0.45091988253443754,0.625930181594293,-0.19912385891767967,-0.8813610228848525,0.8555085121539501,-0.0738425927141588,-0.4425464187790621,0.31104477631628863,0.5482735513399841,0.8077712942785078,0.5931443382558549,-1.160702414051117,-0.3512262224023958,-0.4893143154439757,0.8571918259522519,0.19539121400385284,-0.5251113913418246,-2.025239435255913,-0.8191753548263844,-1.7034603693944055,0.9020188863845017,0.763158745727153,-0.22171313493607306,-1.5808346285274084,0.33538861732172826,-0.6776779364832679,0.7243121335418878,-1.0321709233754328,0.7063110492093629,0.1523131042337142,-1.6883044517974537,0.7626572827667676,0.8576220919449553,-0.6922915885712143,-1.1838348563587169,-0.09805773828301152,1.1011902226446553,0.5110421914343568],[-0.7208548058121428,0.05659347552419699,0.8295225709858186,0.2965922892943669,0.9513639985507978,-0.46180409445218124,0.8407347658865731,0.6639240979300897,-0.7866294564816319,-0.4079582670249348,-0.03269447760168487,-0.3531549381762263,-0.563070740990328,0.8636861016405389,0.1268057461132717,-0.3286299237969667,-0.23252993568789193,0.04896857732932921,0.6810052926972453,-0.32445467610125245,0.31604166260077454,1.143906204791625,0.2242410813389304,0.23980475350140124,0.066341101820713,0.6327591522901812,0.8195968279461175,0.8567307471332357,-0.09994619267766579,-2.0046547549365923,-1.38477079375856,-2.734872697966446,1.062922790705207,-0.9390107193262895,-1.4215755517102022,-1.7514853498628107,0.5255031516395665,-0.4621751409385664,0.5503495089794315,-1.7995708157883799,0.9996962413191056,0.7012326011856352,0.4004006370291274,0.5072001120748542,-0.9335933821515178,-0.4747320059895056,0.3225692061105548,-0.49744553408869396,0.7780847789971254,0.5782029172747493],[0.31349737783031517,0.4067739612506451,-1.0001528197054648,0.6569729486044412,-1.0079471943253022,-1.0464259196532355,-0.8060368060829006,-1.0473297824952577,0.34200656866132795,0.2843343843175031,-0.43818432713360744,0.6226689579106225,-0.1396589173227149,0.23420454365883703,0.8574685026600264,-0.7581047820582427,-0.37838528273126965,-0.5083894426624356,0.7523747950154069,-0.8982446098055821,0.38028172326461734,0.5076744597689451,0.7435770050903678,0.08086911105968236,0.1729834893701503,-0.6501771745726627,0.746898820873458,-0.6819725201988078,0.6086459568703604,0.06847791213452585,0.38186600851791236,0.7275839821242208,0.787713796177839,-1.0135189557469062,-0.14797364403823593,-0.7399548941589638,0.4176359320691489,-0.24630741600784975,-1.7816676940115945,-0.3787563882693432,-0.7243540501557941,0.08213733899855788,-0.3828409901277978,0.49832046982151124,0.6206002842210977,-0.04867428855498202,0.6240364676947971,-0.9588969522060953,-0.49548164576190645,-0.6485070550712932],[-0.030368731105167645,-0.015457107178247692,0.19801255500128792,0.4997065513348731,0.06370518221653987,0.11096386214828395,-0.8672990061683689,-1.4152986553405766,1.0673436187975163,-1.009669902658474,-0.3216588957578643,-0.7471087088228443,-0.3152490407513307,-1.5303990404088572,-0.08651555515764435,-0.6833391817984763,0.1865268348451671,-0.5275608669082873,-0.5477600900633752,-1.2911884364703545,0.6508661335783319,0.08738712265883757,-0.7751747332566057,0.2985346569017547,-1.083133418091395,-0.3764156906719952,-0.19767136868312038,0.3023160024737422,0.10863505796437829,-0.15341548986553843,-1.746999829015369,0.7527031706192222,0.7943803008704612,-0.4716465431670239,0.6118788382518682,-0.16250984067935767,-0.7782787953732379,-0.8937841727439023,-1.3307289907971442,0.10198417277030086,0.9218308116680369,-0.20459177906535467,1.0489857481670104,-0.04286224098472182,-0.9551531475868797,-0.0976936129718047,-0.4570608226462355,0.1375718877472849,-0.6279907273488453,0.6514461320966305],[-0.8770504989439182,-0.8852087123239947,0.9044863550688981,-0.34334603507666833,-0.7874430058157065,0.946550786633938,-1.58296815979848,0.8906307268427072,-0.6985942511286818,0.05920228677802814,0.6542973615425267,-1.6803847740529922,-0.6575796919319506,-0.25486659532763856,-1.2355644201191154,0.1938338577516743,-0.2857883296077252,-0.0019925124786261154,-1.2952406725519363,0.7118620157757045,-0.02331834763104746,-0.5212608249933846,0.4502404476102511,-0.7035828237762848,0.34883875814581883,0.37644025737790376,-0.4254909693674625,-1.5453401759650223,-1.238073662550202,-1.4189915486738365,1.0000936589084748,-0.27302371639259015,0.24756247175656765,0.5027741314212214,-1.2268330687975348,0.1359977770205147,-1.4541481433413566,-0.14724413452647192,0.24115890849736357,0.703997182671882,-1.5647213083496205,-0.3252939077928667,0.8623615013421421,-1.422910342357582,-0.27055625528314986,0.1328938299550735,0.15074416216053957,0.9831762659872786,0.7144327246331522,-0.7511402633967867],[0.3466340048762682,-0.5918521056897202,0.8559335662415802,0.26829898514918205,-0.10263228711699887,-0.047913869334061776,-1.2997133081772196,0.3235008738358633,-0.5102261938556583,-0.9486141682015534,-1.6784525141502917,-1.088026093477303,-0.8311460430706594,-0.07987501366532823,-1.1182107921189717,-1.521378631359646,-0.6911803438360508,-0.7040857366132215,0.5457165936495298,-1.4941008280773433,1.0997891482824131,0.7542129022167617,-0.7178032491210472,-2.403544734961115,0.5930006483075487,-0.4117339896629538,0.15596257906095864,-1.2623095889055278,-0.07433786716547643,-0.6019011733127333,-0.6618358772654493,0.8421090811671014,0.36840192223945994,-0.4066178901016708,-0.4639884606970865,-0.7492378015517521,-0.776437290603861,0.3272608113187786,-0.2867398988973553,0.2920608703415357,-1.9695952748407373,0.6601396878303881,-0.5698717359516035,0.15849581799103282,0.7644595820442813,0.21225938761899144,0.5230048748821838,0.3351693554507481,0.36142731943105366,0.6887662731126386],[-0.19652378376173948,-0.8306081052864576,-0.08548642453214997,0.5980408429429749,-0.2957949828576212,0.5229621449013718,-1.8807602478981582,-0.32288454594844274,-0.6468049281073806,-1.923287504032287,0.7210804731321813,-0.9875876644586502,0.00467475926147908,-0.1391787013749696,-1.0338971492654443,0.020360641808068257,0.6849099979507162,-0.6730532203675962,0.226717449405147,0.9032770049193104,0.649045092413386,0.8304745842098739,-2.472951769465623,-0.8633502566327026,-0.4966434851124078,-0.595460647474208,1.1907357682354935,0.8816226595218355,0.4976253712672292,-0.85111684773724,0.773960263574275,0.7401074915197615,-1.3306726692221174,-0.2594231080793198,-0.5668351476789119,-0.47935466181969755,-0.39260701642512574,-0.9987407875438645,0.053179725226088215,0.47947038043602425,-0.8362697632253945,-1.0016230315284869,-1.2707401831075007,0.7479018348774895,-0.5704418444427063,-1.2394642519858066,-0.23470164723197168,0.9046599174141282,-0.26454234131769266,-0.30543319685919657],[-1.5024427675675753,0.35891305114734845,-0.7635058696177868,-0.06141772851002833,0.10290750908252713,-0.4914373072942884,-1.4047617492931825,-0.41397311556675565,-1.521305896389282,-2.085690453582769,0.4549076473096036,-0.32254781300092417,-0.7113350589064846,0.07547467147833026,0.21554287525913945,-0.9010883456972878,0.1662416170620495,0.5154083873888553,-0.21471802842214782,-0.3339793225129188,-0.6851327132030134,0.5443028004447524,-1.9002634564094787,-0.013306238672872997,0.8473251604391079,-0.0006275406428134719,-0.12108235700771917,-0.25677388326072265,-0.4782603439707606,0.8876471149238055,-0.7952766445107188,-0.1562634535149723,0.5544297677479122,0.04821126981578769,-1.6325184928116665,-1.4231956853227261,-0.2824721601176624,0.41373223836332457,-0.4738435645210644,-0.14758037498905344,-1.3286475493704508,0.09273174258257497,-1.997478815524892,0.012417392159166178,0.8323575425059808,-0.45805726162914046,0.45914495682721135,-0.17352890770062887,0.8254262292299674,0.8894464621220217],[-1.1021870495915214,0.7074423429994269,0.34350890432889736,-0.2740723093812051,-2.5357048764302768,-1.3135833466937104,0.1426617944215748,0.09941464823126915,-0.30997425706731785,-0.6354789739047342,0.5296331642615937,0.02745630501848598,-0.3834511101763174,-0.8969691196386115,-0.40604601711347227,0.2781745497435705,-0.6498119115586733,0.44732199863335625,-0.9221207269566188,-1.4586261620968841,-1.2985973081569422,-0.2431253537319235,0.7490357003717809,0.15251569442807777,-0.36982372217410475,0.8136596067367549,-1.0585984709262277,-1.6088213951554362,0.8382262886974724,1.103426641624484,0.11370370529357698,0.9147354610136387,-0.6809987375182,-1.953289884993862,-0.8303513995997867,-1.6477167274054043,-0.9930341000930327,0.7486592946024425,-0.059781574645181065,0.19213216965655724,-2.2429808876914312,0.029514813248721888,-1.427614602592383,0.6988651816624272,-0.8107619621506195,0.5239580698891197,0.8629740231631674,0.0633625513363846,-0.3365380392500009,-0.28410043793363676],[-0.8565277287726044,1.0309645018961333,-0.25279315806692676,-0.3229501636097591,0.7366280834896821,-0.15947396261242078,0.6359586335428556,-0.13795341900788258,-0.8411432007238524,0.012140372714881973,0.14093347575133314,0.023300279449638105,-1.398279966469662,-0.4715654342815955,0.7404030441044235,-1.9216437265087984,-0.15621583792042687,-0.07404742674386054,-1.3881191546065825,-2.5945838416229607,-0.27151852853152353,-1.1392473653945205,0.881907135601716,-0.16174218998505513,-1.013191147650145,-0.16515519348825186,0.35309091911689966,0.9813265139299456,-2.2762568001470522,0.4693517718871411,-1.4052567617871592,0.20403041055737386,0.6796910339835999,0.7162558424739159,0.09419376387899585,0.9300559021708431,-0.12755042118214832,0.053990137143650016,-1.008057241559911,1.2355877593251754,0.8642551596756918,-0.13065804720473517,-0.4884663870074948,0.2308813477097371,-0.26489584228458646,-0.7415673182686737,0.6393582795414183,-0.9390107979112391,-0.6712148682119248,-1.4997276843021345],[-0.7490769086473912,0.09567610508992323,0.06720641036524978,-0.40346881689743597,-0.6573916423952262,-0.9633118596714546,0.9312514625104068,-0.7797740281826815,0.4544130181180693,0.7592648668179505,0.29057440492884756,0.4967609528764824,0.14954200832620454,-1.3347958174789933,0.6936271233239286,0.1109490891374396,-0.09065802411932565,-0.4027860664940442,-1.1555409606707274,0.7993871084417984,1.1156812225045685,0.8805627115095732,-0.34456570678923987,-1.1691683298054172,0.4320372119553492,-0.43915145437081227,-0.23498777848163607,-0.0584232756291855,-0.09292616523742922,-0.32035943715713405,-1.339670096214112,-0.6182490224333733,0.25403346075291083,0.6386658849822335,0.5421602207620704,-0.43651297480433926,0.7413834522163227,-0.6722028280569594,-0.49347068394213556,0.8719831289452922,0.2025434505319089,0.9532505959349226,-0.2786388042736015,-0.48945515338334966,-1.0373965596766532,-0.4918939162013821,0.49134371326496645,-0.9727792668228495,0.7762972204799756,-0.4315856948358939],[-0.5671554151654178,-0.3564913145580211,-0.3444692208292102,-0.2259195717894079,-0.4055353219223002,-1.0343973894917968,0.837607298660986,0.4526551982470387,0.16871374421231125,-0.26753339774114593,-0.004487512494123913,0.43532556235692144,0.8357027295003859,-0.955883832066001,-0.34652508287853073,-0.6292441248440648,-1.4486657774088878,0.6809174713435304,-0.9227098391109215,0.43905995807176074,0.2330515736605874,0.35129232141124134,-0.6030783139668414,-1.4692950260870863,-0.24710493412171183,-1.194245374323258,-0.6178528391230927,-0.1177825953394919,0.7471493628610435,0.052630369331893814,-1.1788310064551917,0.06758392973513938,0.8669888830252792,-1.3282989227562407,-0.12295839742873267,-0.6705736197690118,0.05251007276445376,-0.9375232318338236,-0.2857187708098223,0.5243047477693761,-0.6506126930048007,-0.49766372799105246,0.05673816215040593,-0.9673944034296318,-0.3683810113454952,-0.42301522365698285,-0.4221244734232213,-0.07362900128045499,-0.72358557639037,0.8783923908976339],[-0.2907027906482783,0.18067616220479962,0.7575879065240759,0.41718333705990984,0.6358000136774621,-1.59144560236629,0.741977980830108,-0.5391224037566064,-0.8899839283191845,-0.13988237514775198,0.47174960655679354,-1.6226684988924673,-0.4442966291003215,-1.0831662344067134,-0.504366003953997,0.7574135953426043,-1.3371161549751058,-0.403383913370103,-0.008254832997955654,0.8279360262284665,0.6581187471601313,0.6468983660423306,-0.721953254597325,-1.7641164769363222,-0.7290703551573634,-0.9628607259259918,-0.7315145056661786,-0.3633496644342702,0.6329594537800305,-0.7820591094500823,-1.7885918883992007,0.1268198684580962,-0.44849656477082106,-0.1725879943827366,-0.7255449475768874,-0.512453646207127,0.11497653077379029,-1.5130495847219263,-0.48823721734222403,0.22087429743367512,-0.06976194337253289,-0.6829981108463202,0.25562646717542253,0.24935556940767892,-1.7237528710865302,-0.8759309747407373,1.0109003574799145,0.20748935522831863,0.33867466044728756,0.13476099618570236],[-0.19398229770519498,0.1454841748402539,-0.18761587962904067,0.41795273994179305,0.6719331168989102,0.7375143743230086,-0.548059400389607,-0.7382964973886689,0.7742283744077585,-0.2585124330964074,0.032974555258463996,-0.38996816142712637,0.3416915111365328,0.9575092462039115,-1.150038370968109,0.11667200243779867,-0.1566318025405208,-1.0650689020585793,0.13694759503447176,-0.9181661035371202,-0.4080511229369281,-0.8265687856382223,0.025750296660588614,0.6127786004261194,-0.24843122573809864,-2.3917359756474905,-1.0615959322572153,0.759538739302157,-2.074874060667535,-0.9027491198179296,-0.8007149106782544,-0.559378521228796,0.6708021960509407,-1.905743774125403,0.06498405643450451,-0.35527695521434943,-0.21030013541564443,0.1945658084461813,0.3488100090223024,-0.901614342439126,0.29686917834899357,-0.6942666070927945,-0.8387234991755637,-0.35935249595851143,0.05770618314865215,0.260349806463827,0.7338675590591247,-0.37849182568303336,0.5354653728972679,-1.3913049777866466],[1.0104322733727145,0.8786484066939481,-0.20118891030589695,0.2645315117212532,-0.8337741085099655,0.49787387687597245,0.008328930780819048,0.6388028312780849,0.8825391649624057,0.4450750157795575,0.5174247066489123,0.15010056979210776,0.32195964266137467,0.46645426422024766,0.16453088242831052,-0.2391162899359115,-0.1293771862218801,-0.6527203768782337,0.41027819864691606,-0.8456302433989491,-1.463924496672029,-0.05218333687059944,-0.36381482698630774,-1.6431600453443558,-0.6347813960338654,-2.515699480512091,-0.3873241179683065,-0.15483949157141744,-1.8367311463869507,0.26637574729904795,0.58309205658853,0.6332822659073633,-0.15771144815392305,-1.9794999757938767,0.9339465777333236,-0.2952973899684693,0.444907413629754,0.6761148581945373,-1.5012554635071678,-0.6543471764199044,0.11520824826623999,0.6397260005019338,-2.051801683402343,-1.0292835894902996,-0.4192688475852799,-1.4699532441414702,-0.4744309085251383,-0.1728427188195296,0.6606887281694838,0.2401049269923991],[0.41537031716729134,0.7620418678187605,-0.6815167533124379,-0.5486524295546442,0.33827339526420075,0.00881725045070973,-0.8474942650432575,-0.9048017641275541,-2.5205532691239942,-0.42276208157100614,0.7669304532865129,-0.9004806493912311,0.10581154707023599,0.3438695339124302,0.10591277802622201,-0.9931309630331366,0.2923637818983814,0.8084523349713104,-0.6472907427114978,-2.145017436439383,-0.30837814758600324,-0.3347451669880421,-0.35444221867702624,0.41904807628157725,0.41175211357121044,0.6457730400286301,-0.21712888475691755,1.0659064494596575,0.40022911929990546,0.6282636395980026,0.6885325987620387,-0.722344183243533,-1.5570487803512036,0.825440908812302,-1.5821833404249435,-0.3184629385233332,-0.17671827228441994,0.6239851774807229,-0.8922911589876881,-1.2988788370755067,0.23450264880186483,0.967884597629998,-0.2616603969863205,0.3493964201453141,-0.19657709084031424,0.8094497335179046,0.03960744202935964,-0.6128752730957794,0.47020072182201234,-1.3145273691823076],[0.8721787356523323,0.29486002284912777,0.6788516669259285,0.21688786952175304,0.7012822470065446,0.24674158728755985,1.0712089685684048,0.6970572922213651,-2.8070649425147813,1.15686004130513,0.07273569985099289,-0.005197134082629795,0.19230427334655087,0.7601438995597662,1.060196029049297,-0.17855645695232128,0.7487953950162678,-1.757589600748677,-0.4172106948233847,-2.2837660854112523,0.2296376127093771,-0.7388746722428391,-0.537039096988877,0.40381961491989926,-0.8064699315224848,-0.17929222527084807,-0.07311480683937249,0.6358873846619196,-0.04705815979624671,0.3673397632499222,0.19952113372893412,-0.6356606358256831,-0.3163851216619277,0.801946078141359,-2.245688360677281,1.2281731872751858,0.036307620551617015,-0.665867814914475,-1.0074895015105034,-1.4128453973417678,-0.16982030696359607,0.5164498705887465,-0.4564299951067308,-0.2935519775430856,-1.9154701289241873,0.35860856922215784,-1.1640564944432858,-0.9546018976517674,0.016466107449673445,-2.22052308973618],[-0.15549370624448625,-0.9555402718146903,0.9517911586340415,-0.8550120673952966,-0.2926775186361642,0.9298992775605208,-0.7017531827395779,-0.8830506349658772,0.08382197750568263,-0.007358449027925366,-0.6244775500625268,0.9255364111262184,-0.4058976400306769,0.007885909796982336,0.46545081843916974,0.34985804583203883,-0.210004795733378,0.544109222960415,-0.0873077075577569,-0.2149185486378968,-0.6824188613765024,-0.0268895150597094,-0.3897737909000193,-0.021953279377464708,-0.5866769292632993,0.46325983030222556,0.44787692995797,0.6600497093997956,0.8374398440724332,-0.6959636679205304,-0.29218675771309427,0.5833081801507995,0.23930524507465906,-0.052883464301370066,0.6473888097497007,0.5345054943583554,0.31869542271559353,-0.473155585629342,0.19130441828675823,0.5322555725008404,-0.090276788203377,0.5523236554402927,-0.8508720135403594,-0.7475665147806925,-0.4097590090345943,0.2954952238722837,0.49219914509008644,-0.741960487855907,-1.0228382277617596,-0.15618704422330149],[0.8658465722810165,0.36999553775237215,0.213755751350827,-0.6101338448634676,-0.8806012439751412,1.122415730183506,-0.3126762925628897,0.5198177240212501,-0.1830206776586968,-0.6319277311646871,-0.7460836051018862,0.38495400648064726,-0.3209974327466009,0.7288834541720187,-0.4489023979460362,0.2870400590666833,-0.40178956548881223,0.6433282731606786,0.15378573214934646,-0.049017601556560424,-0.32465843122601634,0.7369357578888475,-0.47723404943679665,-0.528539387840635,-0.23246713078730827,0.6489295304397292,-0.17615149945863218,0.16248482480359838,0.5882563229080718,-0.8409491641806982,0.035295751658546516,-0.4928298095394942,-0.2260594645625858,-0.25357676177049465,-1.244684651549553,0.13553522736131332,-0.5693903902425486,-1.730748472332049,-1.243859504174678,0.3543890344596902,-1.038685820234004,-0.07600216232970541,0.9457622427924777,-0.7000662450666019,-1.2187636381737652,-0.20905277936865072,0.539763763463419,-0.36760896052283343,-0.22263297266488893,-0.558712565922112],[0.2849787915138325,-0.3629003293596363,0.05416202112948567,-0.1752289304552323,-1.058261051625093,-0.5664507030772491,0.6463257956300635,0.20175051817017256,2.0657750734124796,0.6471294748307881,-0.8596094554999125,-0.0017552270363162307,-0.26063827917708227,-0.7335804407441836,-0.31685584841593856,-0.4958155762982704,0.7107962366790457,0.7720194177018375,-0.2095806218720531,1.1838434252185477,0.880870047916821,-0.33058881322334677,-0.7132492474232047,0.47037195415119737,0.1744564965148383,0.3962325384823683,0.02312136615131974,-0.655420277571441,0.34614683119032225,0.7907466975256906,-0.7008928882707571,0.6666858961089184,-0.30787590489733085,-0.9320001013956176,0.610960294226629,-1.1130463503801915,0.526043601845092,-1.333534369027836,-2.5591281282705727,0.4852549900035138,-0.6243531760943699,-1.1622954575328561,0.7191986773590915,-1.0404184068993563,-1.9806287205297466,-0.7415118811740397,0.7393661067183521,-0.47229643725007725,-1.396177037950383,1.632397445137551],[0.5974066329413147,-0.6689353411932303,-1.0240305277014812,-0.3080006459282442,-0.34279972839276956,-0.33182509860158094,-0.3108157927956061,-0.03444663157677952,-1.1724453375818598,-0.2351731234161736,-0.36054070114718634,-0.38656636153358315,0.2760077501940374,-0.5952714120808623,-0.17089830192604455,0.29642347918544404,-0.564106759570275,-0.2435030466699236,0.1655936787730501,-0.5499490763225758,0.31762711246261216,0.39377923145813276,-0.6064558964630696,1.0515870156628824,0.1412056635987714,-0.658454198414683,-0.26338234931545457,0.6132022382350585,0.258302561721383,-1.0845324034071424,0.8224165418618637,0.2398669812115256,-0.7857239637684451,-1.5802714836514553,0.06076219373796542,-0.28345525147586237,0.8354844469338195,-0.36003033387025557,-0.3520053437936447,-0.6096039940303075,1.0224551232777037,-0.38930659793136785,-0.17970568963346414,0.5210833077916146,-0.41928910828751303,0.43667751771136826,-0.564222137913967,0.6509722298075706,-0.2190620438633293,0.05790122121811678],[0.4267657246461664,1.0296494774484262,0.44083084430907854,0.2821105119283177,0.24104505565965806,-2.253538398487496,-1.4734326749567896,-0.0025369016933402162,-1.0723548270099956,0.12197479122991721,-0.6778217659044078,-1.387191738311849,0.8190334604340544,-0.13993367950650387,-0.4189752877281178,0.01969167716199099,-0.43316185831954873,0.07955649366994098,0.6549877717196144,-0.9691675316087309,0.8734200890385344,0.12251725694705862,-0.534118716691858,-0.17120402178828856,-1.3991559412769023,-2.1506893408067653,0.1675114909340591,-0.9316581468627305,0.703100653981699,-0.6694794380117506,0.4002364181011159,0.34673575532827206,-1.1614721403749815,-1.0716202953112788,-0.6109949009596964,0.41651152653460966,-0.4816406580958282,-0.6564869749595529,-1.1320628699455877,0.37347892759811396,1.0242421239906883,0.3634319679754425,0.022246642230821023,-0.009761286491103825,-0.3202190510182812,0.11460819020818419,-0.37541701984484277,-0.6819725650761778,0.42834910468549325,0.17614609870610687],[-0.3288224244907123,0.9492536518756598,0.5687296842112025,-0.4288380085350808,-0.3666025131426081,-2.5432958690278964,-1.5764761907183906,-0.2428908745564607,-0.14743281808080538,-1.2715806880713227,-0.15490202650987084,-0.24622345625543918,0.6645188155287131,-0.007231767413968815,0.21955911459379515,1.0268826522938541,0.2575983478258014,0.49100023552785843,0.8146101911870292,0.1283688218812905,-0.6711837171221413,0.9067111089597149,0.5549890554813636,-0.8690264773190607,-0.5369297550612063,-1.6300423367622816,0.8468827703854837,-0.5203085549944333,0.5181503928715198,-0.6776266739946191,-0.5423710347593708,-0.25057299703116687,0.6829325488758805,-0.8785280185781748,-0.32661087535622535,0.5422888728542472,0.5142771119774108,-0.6583550849750746,0.4113925194365102,0.8566966546594169,0.4577229928572542,-0.7385569898089869,-0.12810069219123396,0.20744679439775185,1.2148540445511373,0.3833497781540456,-0.8170193403633262,0.7657265546439043,0.3193258024335495,-0.634527226619354],[-1.0333004173904576,-0.017663800154951368,-0.5068027118149718,-0.9359770360447565,0.956651289547276,-0.19911125163686255,-1.8247649800558645,0.6738545862095275,-0.06541753137345847,-0.007649494994042738,-0.11400272238396636,-2.349607164885574,-0.6229846298321458,-0.2665180412959687,-0.18057718602720615,-1.0565094844323613,0.07358790009264707,-1.350787454534779,0.5424862149203042,0.33375979928581484,-0.4924317890177201,-0.6167502373011481,-0.06230344544844475,-0.9652750313415493,0.1595859204772067,0.9466124975738459,0.4824282853503235,1.1392081055585128,-0.9663385693336202,0.7286198705747345,1.1870041737136743,0.1926259744128407,-0.7529124767282651,0.5888760300127691,1.7695908112769287,-1.5102366431215892,-0.24052853782354625,0.48681648490033225,0.981924528427586,-0.17958628598930354,0.9026566944716655,-0.3388566132480598,0.34064253117436116,1.0948522024075058,0.6871538577241043,-0.5636080573154447,-0.28990755104659227,0.0748047984602359,1.204153346528024,-1.3919822363368444],[0.3603333604715564,-0.02584650656255573,0.15054078998632972,0.21081733636713454,0.7786004816734431,0.29387664254839146,-2.9756690970550115,0.006346137747539445,-0.6399446257893752,0.6582573811581088,0.9341494495078015,-1.4157151709329348,0.6805288259420713,0.6626400305585763,-1.1197564461476226,-3.121242405742355,-0.4175487356127898,-1.2712028417265,0.966383857458666,-2.191052460380114,-0.28254799983606194,0.5571223948297606,-1.4509860702350632,0.5262282327655344,0.36141707893648506,-0.5781062129019616,-0.9031560089352061,0.9390132783105114,-2.7932639814304476,-1.0690221289428403,0.4454055502674216,-3.878269497594373,0.5661210787793092,-0.08577564712157618,0.351473541705641,-1.771441525272378,-1.196926055933328,0.7430610960162009,1.0074201744711353,-0.9606330254613726,-0.12314654429182213,-1.8555156851095385,-0.12198742520684853,0.28805276804710517,0.3692153925035021,-0.21069962157945607,-0.9698225510357426,-2.8005651292075653,0.5216765302469908,-0.9675576912677243],[0.840448902184997,0.6869380667284232,-0.8373056376188766,-0.6277279734565308,-0.8149832848297169,-1.4219849893002132,0.2194514309979174,-1.3011762890553442,-0.6829756058129498,1.0633738442451046,0.8019148326301906,0.8844236608331341,-1.539151626765922,0.09072514732901671,-2.712109283596978,0.4390729027633551,0.5512663608341465,-0.03056970326589532,0.3973434131713956,-0.0226596778612653,-1.7544628307570322,-0.3519880745537192,-0.15219761757358308,0.39487330050059793,-1.5773301550854668,-0.0037850269589194472,0.48347820696240734,-0.8013384810501469,-0.505838674592008,0.23759251309328525,-0.8490853604625567,-0.2578228627705718,0.5337384436770831,-0.1599618185141162,-0.5477639639313466,0.10846242845749723,-0.9617336037696341,-0.08079781692565523,0.556096278969859,-0.11861910501860697,0.0037150761840305004,-2.020784884498318,0.09207813553632734,-0.7775579271840907,-0.5748027044149933,-0.915710633009007,-0.7754043449719884,-0.309040083114955,-0.17512106404953826,0.45153456384267315],[0.3863473126907083,-0.05970081897814798,0.43796135026733746,-0.3336546839183301,-0.5779202554178458,0.6540888093840312,-0.896355765636917,-0.8000447468950317,-1.2697106517930197,0.9863791626270778,0.6423276466632433,-0.4148044948098013,0.009611653726145438,0.6499131393688505,-2.516324142937177,-0.38196734393658666,-0.1931599275402638,0.7715935043058675,-1.1090798653879903,-0.8205056236278359,-0.3267992757897538,-0.30343007379652537,-0.751505765153979,0.6903053197400668,-0.9050015687499456,-0.2882654121656372,-0.8455332513731011,0.10639946863148517,-0.4539000705426903,-1.3239374716523005,0.1433571143255602,-0.7375262029269866,-0.5205981545006175,-1.3966034790635857,0.3784800554956027,-1.988753327208614,0.9108321654094303,0.8282825561404452,-0.21600334331333268,1.2841124388560874,0.9175981043160318,0.12134235837367367,-0.19945551837029982,0.443714439492216,-0.0725701553821387,0.3195998146218941,0.700667502534739,0.6093173661893,-0.47727990064658504,0.0882135479621594],[-0.49059139568053467,-2.3218583638889614,0.46019767547796175,0.6895368826041652,-0.9893175983245888,0.645419642817601,-0.5096486728099185,-0.30437245884225234,-0.6379707643218642,0.20724364879684448,-0.48592895554405463,0.48329752612996346,0.9152168883137761,0.8234306921778378,0.3245058792273399,-0.6937152704304941,0.66303676968975,-0.5102475238773135,-1.3028897530798844,0.7566738534277938,0.2451780298651725,-0.6756799169656829,0.729968870705518,-3.3351603726065746,1.1419926574960526,0.6837255147773024,0.1759730758784327,-1.026799736898674,0.031950046918633845,0.11633696694010563,-1.6007401117411626,-1.0995096092749965,0.4839849052254515,0.6633957579701218,0.09799582121955519,-0.10280990440180215,-0.18915326375958325,-0.04755840452805905,-0.743155625456796,-0.6138486050475437,0.6157635054892102,0.04363718925551988,0.4162488366202114,0.8089830711665715,-0.1788362422619702,-0.40374468084707343,0.049185079796128434,-2.642672766762829,0.879357427531238,-1.0358219716594448],[-0.16714638053960837,-1.3727616068169468,0.17536667606982637,0.2437455196470586,0.8786953233553009,0.017774952244222986,1.2212135250178269,-0.3722218588113521,-0.7392154946842788,0.10927593453207436,0.13945949822115886,0.4585593022988822,0.5055203154793324,-0.1254811130170032,-0.6944987840109395,1.3805117723436555,0.4394196705595464,0.8185375103436134,-0.2578287827770414,0.6915956050032084,0.3905030365122674,0.17433996822855638,0.11751331534754077,-0.4955797930476009,-0.15170276617257092,0.1805802839327071,-0.15966593434206008,-1.3217946039910429,0.30895151442541946,1.0055728057474125,-0.8599701471372917,-0.5938380680211347,-0.18777992808808303,-0.8787735252117113,1.1114473013253363,0.3311811334302827,-0.9126752673005772,-0.21784694168108734,0.7837350988593126,-0.8208773050534616,1.1486726537310972,1.9260748269240393,0.28380135735177403,-0.566735953188417,-0.6342687203675608,1.0896390733211514,0.6189819942975193,-0.990503788099338,-0.6607247163222804,-1.1841013769995479],[0.006548000062610844,-0.5381158390908981,0.7711093914992385,1.0469091212785193,1.0131148173965374,0.2067653984022071,-1.0412117406294774,-0.2200962470763116,-0.4312329713025307,-0.5369757949063088,0.5456987268164813,0.6288567476173981,1.0157786937990227,-0.8328292573744531,1.1458371151055702,-0.41040319491322735,-0.286358184852701,0.595242033823113,-0.18077090428949258,-0.7864588425747434,-0.5026283193593429,0.4766556451735795,0.6965720388923192,-1.9162840196016868,-0.18395987614135523,-1.0346727138606893,0.9094849766003208,0.8729440480986662,-0.571417087636677,0.0940827529295633,0.6392433558154776,-0.31359597595817534,0.4192811939312183,0.5967624664357895,-0.38563207832447993,0.46362105410760346,0.865223535373072,0.5171749308840414,0.6091395049134334,-0.36368245269447763,0.36557939690225105,0.6810101645117561,0.9891286677426543,-0.40578173027399095,-1.1189335528306716,0.6820542196030824,0.09660798215257087,-0.9252832732343524,-0.6639928748262307,-0.5335878131698327],[-0.7911274538540841,-1.5959176418556789,0.9506217551260088,0.16755247738436257,-0.8591410959441679,0.8571731282719431,0.5852517401105859,0.022902691353462006,0.3509713100585763,0.4802627407460807,-1.6192921985354642,-0.6256184867813477,-0.48150441954716505,0.20928107282322775,-0.9017260466228838,0.4317762651746144,0.10438632666407,0.9889278772002718,-1.7108768635328413,-0.14421207973388545,-1.1384647172093434,-0.9204714912788253,-0.1507443950172022,-2.916463842628659,0.3365285946851472,0.16399225932533576,0.5426934568904097,0.5309279143551769,-1.0632706525957072,0.6810042799868599,-1.5193332727794138,0.7557474488106507,-0.14289347468504565,-0.07021359493172011,0.16840329593837217,-0.9635153125878696,-1.0844765074626146,0.38057484112130546,0.9329226980384071,-2.2785236636129147,0.8117041912538754,0.8792132824987533,-0.7736843219007495,-0.8994814741598435,0.02417308193146281,0.8644736079616063,0.8914967433033655,-1.02988992015646,-0.14759189950277443,-0.09918126420405815],[-0.5221219871902979,0.8608931674808644,-2.4006039590025483,-1.1112298905793063,1.3344229175240714,-0.2279399681147779,0.1803066704280355,0.5636344600630928,0.07488447005945276,0.44266507077005424,-0.21841551343683657,0.6085725514313823,-1.7968403085770384,-0.44359705591847276,1.4225443764047436,-0.10046722567369515,0.23489272871732467,0.1141039348405997,0.15148601786047652,-0.2690651183872832,0.005552580698324039,0.7244112074543115,-1.7299358340078028,0.9529806545225449,0.6352791426579503,0.9428967322268543,-0.11663274039660021,0.8037746858306268,-2.3501350875918128,-1.9072577989877677,1.0557310680758032,0.8660232817010287,-1.2135020157067955,0.2671356666378518,0.12085502783091451,0.010517407565069473,0.5227843075286625,-0.22474917959411908,-2.9316497138636217,-0.8351823886944871,-0.8405677187442794,-0.5644361118556399,-1.2701258468339558,-0.5043138823492904,0.20484988556561384,-0.6296080219993131,0.36535814552597645,1.1620221928491314,0.932791644935373,1.2250059804980504],[-0.1080343123810401,0.2242324856275419,0.8792807981240723,0.14540991327509573,-2.2079087692796775,-0.4217229401363768,-0.15458521179016294,-0.2685053669407126,-0.5295537714601725,0.7622316795435418,-0.5763994460276481,0.016347632469925277,-2.2038010677186004,-0.9969354021287832,-0.4126107183256718,-0.06293864655861671,-0.9403686876022823,0.11554011459937807,0.6833290338788613,-0.7367447412365988,0.8790361025722865,-0.05650946128987814,-0.479282439362206,0.08624720112049626,0.027549623304360404,-0.7914834671138641,0.8971301513723998,0.5325497162206237,-0.1424819490258324,-0.2445157125134088,0.881530611481448,-0.47753880180524977,0.3914872111153582,0.48645233658790005,0.04656111415550794,0.8678744490016576,0.3014236534085172,-0.021860015504653853,0.22533324187882506,0.2976960017366375,-1.9938684484198255,-0.3949744983486438,0.3165111012104401,-0.006989735600674401,-0.26587527649136666,0.9780870180878369,-1.689652164855133,1.1488823710093747,-1.0354081933851622,-1.9441194856037929],[-0.30923289071598475,0.23551532257383148,0.6045034433357389,-0.27832626816417516,-0.5733700600738126,-0.31083855700476704,-0.444818731138941,-0.35783729049600277,0.05946818537710541,-0.9575200419636204,-1.4950740224397947,0.6112819056735179,0.9280430851084844,0.11587009765932743,0.9371992741912623,0.6660872374550986,0.4098435299504254,0.6532004805311628,-0.05944270268745918,-1.7146118989774122,-0.03549729259507561,-0.8114115719536945,0.30192787594781767,0.5008075386103076,-0.5971744896776585,-0.7203076978502703,0.15224608942341694,0.6575363119057758,-0.9759434177466397,0.0991608240624185,-0.05606794128219602,0.07878903584520126,0.05703902842416464,-1.515006499124646,1.1203425636059448,0.1558146502787468,-2.5191727119718985,0.7968535480155148,0.27310873144967096,-0.14415525057015238,-1.962423986551393,-1.7037234186002785,0.15422881505924121,-0.5866409810041041,0.7491813277259576,0.016362805209561532,0.2792913391831959,-0.4073068179268701,-1.4472041575023695,-2.19641324391318],[0.46212407969226654,0.6074313198351299,0.16462883962174144,0.3757579903927878,0.2659367728148374,-3.122934562508188,-1.6206349678625604,-0.5335336536398134,0.276077817386898,0.8595929793239119,0.15357426626434897,0.8039018063322119,-1.9749011060785748,0.9722470020103856,-1.0158342208552726,-3.257471821480082,-3.0583197616485442,-1.0030030162383825,0.07849983948573529,0.0702268199125032,-1.2907113200615015,1.1686196021097834,-1.0363911157247454,-0.7317317921803713,0.07754158445687545,0.6170868588784234,0.4608924342296695,-0.4854461680951084,0.10513226970002447,0.6292785487494063,0.15644921898825156,0.8720434664974679,-0.18146353101731671,0.3387711730630467,-1.2452943614160423,0.28825242312226373,0.30462086991688897,1.086288352471347,-0.8059550731702971,-0.6946293891166219,-0.861296378826803,0.7778128240370983,0.5551315047550048,-0.29855658342779634,-0.2535277438217511,-0.10522044785364369,0.4645656694224786,0.47097635406349175,-2.9177089960009144,0.03859833922571961],[1.0234668354631211,-0.9664314917205835,0.47972053746364623,-0.6780339107214591,-2.0306115751023914,-0.39822703608920895,0.7487282969799666,-0.43289246775775475,-0.009063197833076552,-1.0558566041995856,1.0617819704293996,0.6039226949766571,0.990497670765187,-0.18513981628100543,0.1514713794864533,0.02203189563801171,0.19076976210831867,1.27550932855321,0.8552231218467179,0.4229173863802067,0.14614371407424656,0.5644295073343661,0.7956649917722021,-0.019150951583222713,0.2392347186081344,0.16035318668902754,-1.3254886058841733,0.610482173354309,0.6705849016882451,-0.05606839906534141,-0.10795576532874379,-1.2942343397842506,0.598788345931121,0.7590384017122762,0.9585212321978512,-0.4927166591388719,-0.011030071906622493,-0.7256844137062834,-1.2022272453610556,0.39744996247200204,-0.010699288131508259,-0.5413414623083735,0.21971967163142275,-0.3936408544042518,1.1184057029700258,0.35374520334161386,-0.19024984434412082,-0.2842847351617031,0.9192187071164961,-0.0033793133834880903],[0.5143905616555204,0.194557780537639,-2.3541966961646463,0.7734118105857039,-1.057095988862223,-0.0819965852681938,-0.16945643828595486,-0.1422608622592567,-0.1627903158795839,-1.1614718309457552,-0.32308682029329355,0.9182937197255163,-0.00536895172508202,-0.5374056655542029,-0.2147985759497424,-0.16690592293105339,-1.2299591136759276,0.06301427145945993,-0.34650166338347393,0.2780521055996787,-0.5668128138307934,0.4923393700037834,0.49827434800635184,-1.2497355096029321,-0.5270446257824705,-0.16360107674172367,-1.03401592141132,0.4372300978575143,0.5795123431560022,1.2422674389705115,0.4440108800517829,-0.4430312752767998,0.9154549994563331,0.7401272948255058,0.9355481972567158,-1.69730001000381,-0.5384945561054478,-0.09742970453211074,-1.4616592707940375,-0.3913533369665701,0.3292559499770211,0.7096256508052425,0.25366408344348906,0.06201414163950969,0.5310349962118828,-1.7607528844781442,-0.18933236221128005,-1.0297673623467356,-0.17332489126416242,0.4826903868604181],[-0.7101458565247133,0.822005188958185,0.41131869160564305,-2.084450122051881,-3.0944491683675825,-0.07227354201744085,-0.6529295623748829,-0.02807897360922238,0.6656600943778731,-1.4567988387801172,0.8874309523876711,0.11765308194932682,-0.08351875349878157,0.06211068071826082,1.1616735411059589,0.38838295601614337,-0.7679167545932939,-0.5331240178051809,-1.9464305245100109,0.9475630362302916,0.08179812868319458,0.642528212663428,0.34289380562305566,-0.6235978458489697,-1.0807172179590718,0.35759114777955675,-0.5468389854911025,-1.6534423715659041,-0.033392725733228226,0.7092012883116465,0.42591682660559155,0.3098925014928463,0.06791859899308186,-1.3429884171274304,0.9493050094258836,-0.020936837824029296,0.9251175138367242,-0.05632224817105812,0.6541191519386498,0.31897529670341546,-0.6770791663031777,-1.0978681286329348,-0.9759503618108414,-1.3005314977778188,0.8524964035093892,0.55726397854674,-1.1571945121231293,-2.2227331169100677,-2.076885579372472,-0.15203040063627923],[0.5975235261391552,0.2514300219319512,-0.06733451013128787,-1.5454887585668402,-1.4410116817195633,-0.44471299225577854,0.3296701692407456,0.9445184943561211,-1.370881186670288,-0.925472979030811,0.9066743084186873,-0.814664889469072,0.4646624707304418,-0.4465456405290153,-0.7542981320423834,0.2692077044341223,-0.44913713864832555,-1.249984831862542,-1.0912438265236022,0.8129123700981611,0.27112004368959164,-0.06971834997186543,-0.1873002600686861,0.26457111721837434,0.17208407721693716,0.9154256267288557,-0.3493534124311423,-0.7107771092541417,0.47050558596528247,-0.3258716982935339,0.28976953235710945,-0.7619339313093051,-0.12472604322300368,-1.0817722545692758,-0.4456667644377438,-0.0032107756684401248,-0.6948825285564597,0.33040592434133026,1.080785065955765,0.7488485932803279,0.0015362325326171552,-0.80220536308312,-0.20836981431620397,-0.12983162167954226,-0.6552119225295324,-1.1449886668822682,-0.9435192063549496,-1.258059760656462,-1.7683755741768032,0.8534750324605934],[0.09193768262098755,-0.2955417607208494,-0.48235679789106595,0.13481917075731195,-0.23414917445391562,0.1247392359827028,0.43295182803729837,-1.4304743344965654,0.4808312979428199,0.37497637334701134,0.08279530921698534,0.3270449970584351,-0.05087764128189374,-0.06870487386848363,-1.182008130376029,-1.0230352524439361,0.5277823922917902,-0.33650043549281816,-0.3693891173629861,-0.23981893715577973,-1.3420978629724003,-0.5528596168011531,-2.1324068458952463,0.3963309212214106,1.0649042418999455,0.7245323244989899,0.1126543210304983,0.8907278485173641,-0.42019226981557734,-0.31093239084935215,-0.5334580603809422,-0.18836174663516164,0.6191334786124725,-0.8131835648459665,-0.056837416721681,0.8451257612475785,-0.6618116460672362,0.06429757419658293,-0.7889526763776014,-0.702635325441759,-0.30558348688012593,-0.8163564196682982,-0.9084575683653563,-0.7502194679777641,-1.032868324739346,-1.0823729313906967,-1.5532889392010703,-0.9931798502622241,-0.5079071028243095,-0.422109858772406],[-0.2828506570563044,-0.313710244054235,-0.5709230148043855,0.7367630259481411,0.5731385582944332,-0.7242712049985071,0.8874157438755149,-0.8167812276080417,-0.3640791754102438,-0.8518354504679801,0.023032416089305258,-0.5101932767828925,-0.0593797692348406,-0.3212192662216818,-1.66068761000572,-0.9577852707464511,0.4045601566981359,-0.2818921925195896,-0.3380558416972936,0.2721387482242092,-1.3830337572226903,-0.4120073356354454,-1.7597640212406982,0.19526576682056215,0.4463333067754264,0.7191717531788054,0.6194912285230517,0.5700812998160335,0.737542729087304,-0.6441348151631584,-0.4495715583420753,0.7636227536910775,0.5084925129642727,-1.1846272488367602,0.7487965522219112,-0.06089651456048249,-1.0184731147786181,0.5982520141382496,-0.47819290725715924,0.1020463082975838,0.7500354008199152,0.4747777957707209,-0.7015237043722025,0.1448224951119559,-1.151431309902317,-0.9852066925546712,-1.7991078915929788,-0.22680417076164325,0.07929419491511204,-0.2912639608489886],[0.5647750497041872,-0.409156584354882,-0.2383868265693053,-0.5181243706908603,0.3859454634523984,-1.4546631751910406,0.9489813935445925,-1.6246685958645464,-0.29195393187865115,-0.2438536175119554,-0.8216253506839939,-0.5606101444257684,-1.2423984926081355,0.2628789197347997,-0.7280998421914684,0.6755534659772513,0.3432243621974069,0.518404701748351,-0.04634580863533524,1.0644204378939592,-1.483459575165537,-0.585627288373493,-1.5358977878050455,0.9252438205247484,-0.4475704984340036,0.6809811096690076,0.8386310666439285,0.7782219723211773,0.13121262006779535,-0.8816116611050734,-0.026597010142720787,0.6381463000142279,0.27701954659598144,-0.8530065230188626,0.45542293733303835,0.7081144697606315,0.3843299614651492,-0.3397783415919392,0.9076522742754739,0.2753393164702686,-1.3432548032117335,0.005115515808490378,-0.4000124297816899,-0.15685145415884338,-0.22248966836143572,-0.8815970680681944,0.7493226106949562,-0.43381864820869986,0.7573883697328406,0.8027701202139762],[0.7740633935882522,0.8408546024353961,0.6958310763047993,-0.7542018085195592,0.7257521297884961,-1.3557337211310179,0.9681925467644843,-0.16512286642340335,0.507052979340902,-0.27143736703236876,0.6058156313903716,0.19156603205199202,-0.3466782309428952,0.19850867223948782,-0.8825696959405257,-0.10457477795316722,-0.1961916787164899,0.6905543419464464,-0.4176358732447084,0.2254092135797941,0.16408771185625395,-0.2134463800583029,-1.4107787770487052,0.3481079890454485,0.7875009481480552,0.7322264461278181,-0.2526451373631915,-0.7866342699323342,0.10588169300034943,-0.04476025176984866,0.07788278262935468,-0.5743414534612358,-0.5315941150250357,0.41956995221561244,0.29798422076092684,0.08782978982614216,-0.13930462564924082,-0.5943469627510796,0.13869308758287216,0.7193415799220517,-1.3812306503379124,0.27464081747072516,-0.9641174737378736,-0.21055414512476536,0.07981354224605758,-0.36073031448295156,-1.203377657501577,-1.2183229832659372,0.09870779268393144,-0.8870508269315783],[-0.33540934150784213,1.0414157597624316,0.5087456735011086,0.31728045536739374,-0.8871889592152638,0.8077362442755285,0.7202287461753679,-0.5359756106246,-0.7690850043121128,-2.3696340781722407,-0.25345252369699356,0.5979269679688902,1.0030376811946067,-0.5020684853764024,0.6556458583919806,-2.1944088093956537,0.7721910460663847,0.24185062801539245,-0.9890326368957988,0.13899306247302615,-0.7188859994344463,0.8438115332660161,0.4818552870932984,-0.25513369449063356,1.0432606807224525,0.5545579073306002,-0.3116763715263829,0.6878345400573463,-0.6183695489147322,-0.19519688972261412,-0.10183738212826146,0.902518971979473,-0.014438998044598363,-0.16878237786547115,-1.9446905471775335,0.8459965634032777,0.607787216157386,0.2275511462352164,-0.19321123002918777,1.0536111964325445,0.6349088138996429,0.7897256972849981,-0.5088407713134041,-0.26164103911981074,-1.0256513757798367,-1.2845646783624922,-0.7748085657699199,0.3100399387357504,0.5772590510361988,-0.21269163985937445],[0.036974883140451595,-0.005068637939209488,-0.2180896773862045,-0.2180229390863438,0.32962777314732494,-0.18260764360127515,1.5120968694137638,0.110285753035508,-1.4408793377823255,-2.6146208165872133,-1.504252326757722,-0.4819843580830405,-0.5147859191430945,0.9098979602902664,0.22850551158376461,-0.6389481271054319,-0.11338176300214733,-0.11837326818150952,-1.259235984575414,-0.8536318305071656,-0.492929941228786,-0.07996721780679698,-0.48753606072289274,0.35941754754493693,0.6986551100959064,-0.8820876663455999,0.5663875154462171,-1.2891338416960703,-0.18908663829408004,0.17874411350179903,0.49114890177614506,-0.594094340846058,0.7449872766987917,0.16565739040158428,-1.9474503873833666,1.1643012907233368,0.7020935270377763,-0.7821267513195256,-0.948851583872362,0.40463258450918715,-0.8151864638043423,0.7991175123824884,-0.5535624108871221,-0.8393235331596576,0.41431016792881764,-0.937762705904747,0.36437680455756905,0.04434096878938269,0.16413077449146668,0.6504498613848186],[-1.1698312855400013,-0.35223783993865754,-0.30575655798480283,-0.8686930271724498,-0.41410162773481113,-1.1022852913970589,-0.7031184466177254,0.6267032398532134,0.44294415186504077,-1.1732837013127668,0.4224995308731663,0.8536017449884363,-0.20509122721749987,0.3067553662312838,-0.2630119807361706,-0.23374269214894494,-0.5116379174065042,-1.3976450040618476,-1.0223739436264239,-0.9861396339850403,0.2213271279628299,-1.822040779947891,-0.10773615906103688,-0.525850296271474,0.9052336695332934,0.6424601728743118,-1.004965904759463,-0.3470218875711316,-0.1490981103280678,0.23333152776010943,-0.30349177516220077,0.005947286404445749,0.02902800593711059,-2.002298435485332,-0.6857255391698153,0.362257633307959,0.8541082379062137,-0.09042298410288506,0.28778791063236986,0.060033502956998844,0.36147644922276795,-0.4564880573703162,1.0122561662563543,-0.07491956955526863,-1.4477891450104219,0.8534161572968615,0.0017868405435724842,-1.026416479708877,-1.924876402719061,-0.8047922543657616],[0.7936126322776997,-0.33563541648086426,0.6293230382833193,0.6391719672193117,1.0187393186783973,-0.7338299457730351,-0.850970532400847,0.542530677812185,-0.31921338326573495,-0.48553585316134207,-0.0520346491399884,-0.1980022695327201,0.08030565049178838,-0.01462045099304362,0.7518723891940395,-0.34499830958369676,-0.5159805347328477,-0.47172316314900514,-1.7496555608032334,0.022106821135186278,-0.9494134055135081,-0.1499595042888387,0.555061974749323,0.8412668297841278,-0.1970434178928307,0.7005450945450824,0.33412862298751705,-0.40612507403789794,0.9170134110227204,0.38285709725365064,0.24945199914530286,0.459527867459817,-0.5655677325585498,-0.4291353932921687,0.5786112505680148,0.45611156195723396,0.24950731380335103,0.5411056137395615,0.12447607207062374,-0.4556515728072994,-0.2908971442696821,0.52237371224673,0.2938242267163831,0.88135864860728,-0.4801774343696853,0.7351677517278393,1.1291242297430897,-0.14920431644346993,-0.1401296111104538,0.3391334330973192],[0.6874095248715498,-1.5776095195859687,0.477328606631207,-0.1659167320855319,0.08141440955360961,-1.3375477455663556,0.08421548985553595,0.17703379950244777,0.03284391004432209,-0.18315862744024256,-0.28079982966576894,1.1882017860228742,0.8134191676995635,-0.3776723885179998,0.3393377791938246,-2.039356978633261,-0.05985852898294175,0.31818360595321404,-1.1747004041889921,0.6451936792751485,1.1579460557017207,-1.4487154542467686,-1.1634925163165533,-1.458420286640472,0.6728189503012063,0.24741916678767253,0.5170968954711682,-0.1413180763849963,0.8948922417850409,0.3325582708730223,0.05994803624921039,-0.4161976536724262,0.9219688249014292,0.9563710072563122,-0.39878266792323813,-0.6811437817577595,0.9723083195665745,0.9873313161786068,0.611928742538432,-0.5025054690976286,-0.14000359358192313,-0.39355731367837843,-1.8365442482905856,-2.2167226283951513,0.13849681218365578,-0.6076943640004967,-0.1562589332500969,0.2879193743620768,0.9736245815736055,-0.5866067315657961]],[[0.8935222398117906,-0.49430327280359676,0.6750307035180348,0.6183042864407102,0.4841955580643236,0.07280088759110415,0.3556288326892395,-0.841793254637865,0.8256454734156329,0.46099463153575476,-0.7907315008115238,-0.8325053342173158,0.7275169745093942,0.8690418035378489,-0.13615354935019047,-0.8753497836184474,0.11232980229028774,0.40727863888341453,0.5738239808890233,-0.8232639453892082,-0.2600564334777568,-0.6884954853003526,0.4865240751230514,0.22549682378149893,-0.2078190426900217,0.6763834320116265,-0.39182572018809486,-0.3413224409953211,0.19176435684698107,0.8784370897216643,0.8412075024271379],[-0.4907994084179307,0.775404674135315,-0.7864516205681359,-0.984043729122372,0.738363566324757,-0.9427746888482907,0.71466133459884,0.8013176661950743,-0.7965376497473756,0.39084928369221167,-0.4819494352461632,-0.36128475175031277,-0.15998506805487075,1.4328273870529205,-0.11159956343526592,0.5967912336544569,-0.762732316155467,0.6295021434165758,-0.7162633025907919,0.42375478235232183,-0.6785833597145962,-0.20583494828447244,0.08347954742698004,-0.44441638364849184,0.5154434774595815,0.6050534342196429,0.6139508685031045,-0.7905023950813812,-0.7554943934420744,0.3811179624765135,0.4125566067118286],[0.1881976018868957,-0.094190888910345,0.027639628283895552,-0.24765345074768486,-0.2160812741375084,-0.39970317614006406,-0.42492944332283844,-0.556078238782727,-0.666903078583838,0.3642043934269675,0.6911941701835768,0.4827306770091839,0.4778415376751823,1.655748726874387,-0.7306613833082081,0.665175627976324,0.590615696558073,-0.0012194320752755604,0.0033838348758559586,0.0406295937952194,-0.20404102093059273,-0.36182789873211363,0.8289423568201322,-0.6374050521443191,-0.547046752510457,0.6096715448442747,0.7214804163965489,0.498423797897996,-0.5292115844868929,0.09145136526179806,-0.23543175801959815],[0.21155923630646595,0.06609780847298104,-0.10663382438393754,0.677268799455564,-0.16418844281886183,-1.000794358642922,-0.8983937754687167,0.7485321878589791,-0.37062929234948633,0.886855007605335,-0.6841526768975064,-0.3714713591182026,-0.9826358572573212,1.960461885524796,-0.02165469130720226,-0.9477844777928381,-0.26961641819638155,-0.20789943665014557,-0.8755130482034074,-0.7478074115174294,0.6378972729857756,0.5336459298219547,-0.8213119705145238,-0.9326505696256318,0.7263114604476474,0.1382766598578471,0.28858682178949163,-0.024321159690355365,-0.5852937874736748,-0.9927851247615261,-0.06297398856688652],[-0.9939431765642347,-0.5372894461830652,0.3594527818599783,-0.6570945492856888,0.8605372851902668,0.8770653413862267,-0.4097798740568773,-0.3224884083268428,0.604580099910731,-0.1061971307932675,0.27615098781252606,0.6147609325639095,1.2803555114102352,-1.0196672564112066,-0.7864191658462059,0.2311692288383315,0.662098599602792,-0.16719574893591724,0.5134427064229165,0.31110044122320346,0.8609501209469783,-0.5723329598097738,0.3155286998518726,0.2149526320931593,0.7689287384125595,-0.5410064961436465,-0.3586926337259402,0.24006904169853438,0.3877018990740517,0.17011927957615058,0.545649926891557],[0.4871471561389284,-0.1878187961417361,0.44089988234748956,0.4674743534979621,-0.6055901389224275,-0.4522012729934927,-0.6876038178290941,0.059021534536289604,-0.9388114096986125,0.9094468299819689,-1.0615559576174032,0.3880782112349597,1.5187983073334763,-0.9097473391538863,0.9205537474478492,0.33592227219777765,0.5135599440699122,0.8111335459454438,0.23902237832609757,0.6815788030203654,-0.7552788582618788,0.6940299369284798,0.5339326251677344,-0.18833426800503675,-0.6079439178964414,-0.5532315138195072,-0.6799442008395837,-0.5684797097392225,0.13686454978114898,-0.4054299070755419,0.3027136006053011],[0.9294770868417482,-0.6945071855006263,-0.25730683994176506,-0.022937062312446705,0.2991966978260547,0.5325954432870934,-0.35275147370588367,-0.7055981681456959,0.7450301313441376,-0.1506521033454593,0.723569063943888,0.8216229489289744,-0.8054139682441339,0.7789682153342959,0.7492552849329935,-1.0657986834231516,0.26548741160861616,0.46377736787749946,-0.4829359580699708,-0.6066348186871033,-0.2714150590247295,0.3977757520001389,-0.12325762799510105,-0.4696421891300443,0.8300892647307031,0.9408062788185374,0.01934055013183544,-0.8215290786117632,0.2776254205347031,-0.943944756295154,-0.12022393643264234],[-0.5769360261467469,-0.5183645919715499,1.390640867011195,-0.44085332718447773,0.550313516346629,0.2511483503747898,-0.6817511290740595,-0.8666341411475267,0.3354247497154747,-1.0175599472754486,0.12928702961482327,0.23060822401577305,-0.6310249834510371,-0.4118848198157579,0.22905082887289716,-0.49884244805227623,-0.5438015773653909,-0.5243294032685208,0.7561850325045814,-0.7167957167122043,0.6811057322616088,0.7703311968740492,-0.7728622181759667,0.6868522807189461,0.4857275459876981,-0.9037180097665043,0.07551827173236873,-0.6660329866372025,0.09039075848782628,0.6426348213640466,0.15757098724819066],[0.14816861402794787,0.8864654181641848,1.4384584890368113,0.49645573113772923,-0.05501340194248644,-0.6215861744787432,0.23002257662642994,0.052515614312383115,-0.8747246620906841,-0.9319919659372485,-0.023710764525943895,-1.0014464193521813,0.5231351128023473,0.580130767578321,-0.16377623516546067,-0.13050470340105055,0.31029920783995607,-0.8285758422781708,-1.003874613697196,-0.6674623359911456,-0.38507192672079144,-0.1933874001075032,0.5039860920749876,0.20344894732854332,0.3407921790515966,-0.04109123065780223,0.4041625341035939,-0.785433746710145,-0.481273069908187,-0.8058451518821914,-0.286580393701689],[-0.599327065311977,-0.14062620317003857,1.7600061820318538,-0.7481647064085412,0.9088952290277592,-0.8410510468626995,0.8516947404316341,0.36252353518621333,0.6247080925935242,-0.04762350968685443,-0.3437316662011275,-0.08444657029967467,-0.01991275031212557,0.37217742464225984,0.9605226179979028,-0.8651678621274448,0.2857175031078368,0.8368447530880719,-0.17886836607067294,0.38704406782307793,0.286444710450552,0.8553817278077674,-0.9462225567444055,0.6263739125029265,-0.6670797327533834,-0.3252720065759505,0.6012024885888915,-0.6771267407834177,0.7514650002806215,-0.11018870018092283,-0.8296105603896804],[0.3018620190770103,-0.9124137712759274,0.8317716494107604,-0.7879747187679655,-0.29534367321458155,-0.6956475720708349,0.12715345716664242,0.6598957664841073,-0.09914601127118124,1.1946305611285917,0.38962338361130305,-0.8818437037213491,-0.4872793680574376,0.02987427534902342,-0.6501453587652577,0.3855119564725787,-0.8988643884893864,0.9176724897644808,0.2960176318877002,-0.30330233372140547,-0.7368322237487235,-0.6407592117894374,-0.9033705818868107,0.10053089221351465,0.5496588114509143,-0.947408635914026,0.5349107306788098,0.9222063915559169,0.37643853486675277,-0.01010042734894173,0.5492142554021774],[-0.05290864824540208,-0.06483431688641103,-0.18161275765329576,0.9229831419805513,-0.5630197121408456,0.32166465237690656,0.6048768850425136,-0.551474547641017,0.5379257742973008,1.3386695468589225,-0.06922431871463672,-0.7130563193982793,-0.5024605103566422,-0.5016753425603696,0.6624873802548245,-0.7488111048025708,0.6422464065086153,0.5646190531314322,-0.396694295857801,-0.8790853839400318,0.010215858681768749,-0.7506981574924859,-0.9232277995946236,0.45880085100927265,0.9002608507324478,0.8159121640559684,0.1467737478067113,0.5047775862980727,-0.10211926131510105,-0.12393306040399228,-0.8199447115779706],[-0.635270450974856,0.6556012283509418,-0.5145803984756832,0.1088924850541469,0.49975383796641404,0.6303016123156844,0.6353832253213103,0.055293745856178717,-0.24785153477687635,-0.15706384327680792,0.8562742209961255,0.934842906595023,-0.9601170059533611,0.7253356315086048,-0.6771293913618599,-0.45178148816379227,0.5939273164011158,-0.5853739899114306,-0.4042208652325755,0.7783438885107472,-0.9148664163777886,-0.3650564412773422,0.32515365177210537,-0.5592894913387378,0.33546730675507563,0.04213132014189895,-0.14490085784364795,-0.04993444539719945,0.8899759042681449,0.7745319264044419,-0.6963191287427696],[0.9205166492847289,-1.0502369397500066,0.4061563249263414,0.8243136767871574,-0.14117072738343145,-1.0882559158179308,0.6667723361293293,0.8251407178890502,-0.4295150866600883,0.7532969907597032,1.5191662337848906,-0.5310354355242505,0.6295023998353916,-0.157405535634508,0.9401665917818195,-0.15027794968175706,-0.9255414594671356,-0.719737164147289,-0.15982912522290132,0.6165469349762501,-0.29233996169922244,0.7959617265784085,0.974028345950924,0.05630693031490044,0.5552600924559566,-0.8901668998045201,-0.538294753438255,-0.44613187097905216,-0.6604843903440353,0.2859315690933,-0.6022338986105992],[0.733551316431426,0.8994924162940567,0.19487769212176612,-0.10587612184370682,-0.9106886918727072,-0.7455848483512867,-0.6184264697394191,-0.020903414990730448,0.011345258886151646,0.3114049444101559,1.2985821136632265,0.026565029909306665,0.09387089526143251,-0.7287821041148984,-0.6197079652901302,0.6518095178077473,-0.31827577125586504,-0.745710041634271,0.5645564677342617,0.6017172706212109,-0.5514414378163659,0.8070856672390699,-0.22770828397645324,0.23378855864810885,0.4627048649268221,-0.4510344788067599,-0.9848336381530091,-0.3495213913865498,-0.07024573285300083,0.42452608329357683,-0.775064921409677],[-0.9306873277277818,-0.7506985187345042,-0.7554262772087759,-0.8387994758270035,0.12231525485559287,-0.6871079581661181,-0.2631945584783139,-0.4153506323174353,-0.5854480876196964,-0.30744576923913464,1.6648502640151477,0.6412139847475967,-0.11198397528328595,-0.27056760882055386,0.34713653893078655,-0.10436434546018677,-0.6522331210652128,0.8519986505612888,-0.8280462307734634,0.6313725877542126,0.8180381034417724,0.11166869569979604,-0.4542402995669681,0.9275522124614028,0.7237971862938875,0.6092388507547201,0.2039730139657814,0.7317185822022505,-0.028789022125640072,0.36786609126924535,-0.5827245970896747],[-0.7003176408474617,-0.8417256978312966,-0.7736810103978305,-0.29956251247771604,-0.0933174711669566,1.5289366491070222,-0.43413809528124775,0.13555570212363668,-0.07140666503836798,0.2779346631796574,-1.2464444371746626,-0.4151897462566935,0.13068961624368225,-0.9820649887405458,0.7954523263998038,-0.8844202767474629,-0.7747200944355833,-0.6352449154241513,0.4915121910646289,0.4710287626223844,-0.7478710171829346,0.6380166729335622,0.289703950364609,0.7844920982071402,0.7103582258895158,-0.1628411291549997,0.7018538391298329,0.134592176303886,-0.7970620887304223,-0.7550338295958963,0.1809125256587232],[0.8447879681626017,-0.7085577120215083,-0.4770497405302085,-0.509861794685692,0.677815316690205,0.8338629655500752,0.48966884362864205,-0.3922023293013769,-0.8563558186320351,0.23319317613197596,-0.1942987833412751,-0.06390295553235481,0.2621788796693787,-0.34139467692905756,0.6458852906164549,-0.8681980140348146,-0.6513056783409997,0.1037747893527819,-0.3870892836363139,-0.4292235001587857,-0.18459687999754615,0.5858270696002231,-0.7381456586969535,-0.7517973544386062,0.4170253852216216,-0.09039624452945194,0.7357298426412823,-0.5651647097698104,-0.3059902906265558,0.2705329205900665,-0.2788689743346141],[-0.44973731494323205,0.01604483070448435,0.14601047116675206,-0.8480970374796052,-0.707984290226361,2.4838477007690174,0.36485573488926026,0.35280736040810656,0.6928625061981905,-0.6126750035289853,-0.5646289608606705,-0.1827981627068208,-0.5733639253489273,0.4514467585381121,0.09078616420936653,0.22815613422502845,-0.8495041464922536,0.2534597661010477,-0.20166640721056178,-0.7862792106592509,-0.486357926328329,0.6317256903717768,0.7518690796416135,0.867342327602246,0.6106839656856543,0.4146268040383333,0.8473492027537641,-0.05312537895542958,0.2312563669470691,0.9196632398624481,0.9051459220585006],[0.34761163639182274,2.025808889325121,0.6726894219513759,-0.0015460819916696034,0.6102249297790568,-0.10194531152480636,0.07423552747442175,-0.1596946920730623,0.6155229169904787,0.6090776313158818,-0.3408251847341354,-0.504877623504023,0.04670407671542887,0.22343679846295156,-0.1524450944539558,0.749328220727989,-0.5391023906876786,0.5661618078949925,0.4057898494545955,-0.41577520561173253,0.2841442372269248,0.30249294406319316,-0.15909719430408936,-1.049131138493282,0.015919634509950417,0.15780457801811168,-0.17680350020527438,-0.6637996116871727,-0.7751281029815915,-0.3212259760548876,0.25631625589935614],[0.5276537442641592,1.7590594999836795,0.6685694119842785,0.8001815791743627,-0.570022269066496,0.8992396030815619,-0.2987320886428657,0.3041733011937342,-0.9458861168780963,0.7723022616914538,-0.13882162432963993,-0.4868710300106683,-0.8227557911436281,0.10056827662629395,0.7080025840512417,0.4330716239428747,-0.9386192635418539,0.32136810676067296,-0.5381731432763612,0.604428087818079,0.3804476120271064,0.5515243170343639,-0.25688285615026857,-0.12564911691354697,-1.045390453367693,-0.7750709703849369,0.9078165562870387,-0.9958328003089545,0.6968669881410791,-0.8218929385138419,-0.3895671536765345],[-0.13603152676071997,2.0401057807121123,-0.626462989399362,0.126307428219009,-0.7155291264846307,-0.7827752837075982,0.7148899216196336,-0.9200974911833247,0.0794252517903794,0.674653032335616,-0.8444317347141921,-0.917131120286646,-0.695871724986693,0.4482162418281337,-0.6522041907627275,-0.12088058154416986,-0.2550350885918297,0.9498003215902407,-0.4573078826126018,-0.9736751677234371,0.8980781721347971,0.5704173791562182,-0.2448213292081139,-0.5000211440397216,-0.14116749040278093,-0.5730300487598047,-0.6466915728790891,-0.28834393434565236,0.5548144682021751,-0.517537062293627,0.823840322456923],[-0.1019463110851775,-0.9003817904429691,-0.6953254615019128,0.49996028733307835,-0.8453584097266912,0.5116835286631948,-0.20656515747479978,0.6501945959304777,-0.41493190712647293,-0.36541755081771005,-0.6201058108188193,-0.2747482038279993,-0.4888578091716995,0.2485585876430809,-0.7378098512796649,-0.7022186674612332,0.03593301818104495,-0.5433743597289264,-0.2226156217889026,0.19876270185307543,0.4154187555541064,-0.6892422482176932,0.1798754016057375,0.343157421175718,-0.4844826088915328,0.5447053413785522,-0.4379857725431372,0.18154301316888183,0.23923957749532884,-0.18267250370483593,0.484485945129462],[-0.685529634208098,-0.9897890161066939,0.19590374903343646,-0.6633566827304644,-1.0296423559119159,0.16827211086444632,0.47422355041085895,0.9485505390599259,-0.9686146677391764,0.7936723125048609,-0.28802304081254076,-0.9832562431207872,-0.17762104447154997,-0.70161640644051,0.5197094729953176,-0.7822846550310908,-0.15626363839983695,-0.6057317183879593,0.3754875606440256,0.08559910042408535,0.38457180792626056,0.015124808083921299,-0.16421308986495076,0.37496022389998557,-0.1960337876058611,-0.24832976745611735,0.8971384268150052,0.15788751321127284,0.517936344663223,-0.25232110163502935,0.7425748981784915],[-0.25549498170084284,-0.14593629632277771,0.6626082775393062,-0.5851935611289567,-0.5692722629023497,0.19306698617183188,-0.7319995843276006,-0.3774963277894119,0.7456109187364394,-0.726256793173841,0.5665085493705944,0.7494626679203378,-0.3647849411159431,-0.6478746001338385,0.11112894625858719,-0.4707919348711271,1.716751898113939,0.421207162860962,0.27734838578979015,-0.5449143541936154,-0.3051844602950614,0.2315406407927069,0.07160285593031615,-0.9572451824746465,-0.2788342597107915,0.3693239234338621,-0.7079399205370703,-0.8095265182249693,-0.15583186233302582,-0.5906717225312329,0.669024298265513],[-0.28015079065713766,0.047533483649223225,-0.6522806653252586,-0.14984673583393143,0.8465245553596955,0.8271132731826202,-0.18090263908672036,-0.7081490526466574,0.4368988985340708,0.721052244310792,0.053527551537771646,-0.1490980789658075,-0.9277340295287616,0.662499179513354,-0.28880747210548924,-0.20465086045429473,2.0251169148975006,0.13673963272066306,0.6405605504974318,0.06685926195914257,-0.31512573065346833,-0.8092238282901049,0.5277392553456173,0.843745766188314,0.8016153084307313,-0.73157792496207,-0.8897027433408392,0.461286796975047,-0.7043554118717306,0.6170724796007454,-0.570531323871984],[0.2576881871034681,-0.3706162146723372,-0.7428365693294431,-0.35513616172061685,-0.6208799609119455,0.42658301705376545,0.8470420537813056,0.4781564765475168,0.1556095367501586,-0.0910240088536195,-0.15499128902320944,0.009394788211953902,-0.3851282317363367,0.641028255425792,0.056484937479147464,-0.14236938295264978,-0.5693049232956304,0.1434892334395282,0.8819431143750189,0.41991062195642925,0.10069060294808083,0.14970482765806786,-0.7207544684951884,-0.42024117305059727,0.026222798349652368,-0.31413778494585726,-0.5880315489537785,0.3155963307841081,1.8349959352202658,0.6093851398252099,0.841578766751382],[-0.9658458701081118,0.1745942110042103,-0.5911681082909577,-0.09113078224547724,0.059513774196298184,-0.4216135209348804,-0.1913844790125906,0.3533187992502209,-0.1523595367507603,0.4450021322542601,0.8316129473179473,-0.17321586615437606,-0.030277274821787274,0.6711203479503586,-0.06493576834945262,-0.22907785487976945,0.512273719035866,0.10791641179089528,-0.1519579694727004,0.3597112777001072,0.10121936575133557,-0.4368586297888469,-0.7737325859337959,-0.5129561149808488,0.17967033054205106,-0.33413118833592,0.612069252364823,0.6894072915583773,0.4880307928414055,0.6348551886269436,-0.5410658485981947],[-0.2567246848126574,0.6622483112579198,-0.42430769364806,-0.013798118913555415,-0.09228378727113823,-0.47611197861731214,0.41986171127540206,0.8502766302069522,0.5290481718610964,0.2694039288103031,0.6550593172951253,1.8079063956566235,-0.5830088796582582,-0.9542589355891807,0.5497010973597531,-0.840173846452551,0.09676532263217402,-0.11072262154763948,0.42652067853803205,-0.9023000447588427,-0.906815684809832,-0.36377516127119536,-0.8383854776196872,-0.025661966949953197,0.11430652408885056,-0.045207571715061075,0.19963520805331475,-0.3243351950290313,-0.47569655024573965,0.3863183470946214,-0.031904485738605756],[-0.8790959865375446,0.23212992823997844,-0.7632471865687763,0.08263958767795417,-0.17429915751197023,0.3685860266489052,0.795199498744594,-0.5936022683650688,0.49856961391939686,0.5246063235705591,0.6735754538383816,2.0376730273550034,0.07532469494682116,0.30349194388315903,0.7732845838842071,0.33441665434503687,0.7546067739952689,0.26521533984713835,0.48794682048635446,-0.6150443374980532,0.7975624774480248,-0.769641190954278,-0.5401332995783873,-0.40939807712566584,0.7813720558985999,-0.44099195557266085,-0.080015488099992,0.17143532129205155,-0.38536015857423306,-0.5662195057704602,-0.23703618237650848],[-0.16348782613600063,-0.5713211769299114,-0.4353005674991176,0.788377838934212,-0.8436708809510701,0.39064300773796035,0.04761538855905545,2.5264251428682694,-0.2828937289098701,-0.13212943465586605,0.8267485968035327,0.5447617905512383,-0.27960640157302796,0.5074218778171652,0.9024715701408436,0.1164689779292997,0.7657762339435988,-0.8936794386346543,0.875250116953739,0.2750286793560182,0.2017018380047083,-0.17294977014078367,-0.8916954559734462,-0.9748613050251586,0.4370349910442527,0.5515861750169336,0.7015981389241597,-0.011551685453769209,-0.5734550922685955,-0.49411270698928733,-0.9046942470539532],[2.215205794673045,0.21329856701237748,-0.105068970350688,-0.6067201853820691,-0.8704315445835143,0.3897880990733591,0.028863264157288758,-0.597839699269539,-0.4736743777847294,-0.6623295343925204,-0.4305722103490621,-0.5791194948337909,-0.3309240218669519,-0.6659343742647283,-0.06173922409377764,0.2538094870237148,-0.9016626126297453,0.5908052185436251,-0.12581773441763247,0.16791262772171123,0.12839851342876094,-0.7052908248107957,-0.2529099545064282,-0.5340818839298822,-1.0245221299543514,0.4050329216761236,-0.21686535174074295,-0.9221250864762608,-0.06646446240301683,0.8537217643165953,0.35367779122439963],[0.22568498709191614,-0.7439430232900611,-0.4281041859676622,0.49362411019060926,0.21096791374728766,-0.3933242438026142,-0.3335878142270999,0.06583616986893108,-0.8304186026607783,0.57604332961448,0.2308664255917221,0.8241480521838412,-0.46265295174090065,0.869025373919084,-0.617266369642324,-0.05770661052193534,-0.37391385912161496,0.7259432947864062,-0.2694831002925502,-0.2272841596529047,0.39551349991656903,-0.03276904387314651,-0.4989522459237822,0.10723156452892604,-0.8206486166123662,-0.38967422301768656,0.43682820411108375,0.5235337885884273,0.5713968920777618,0.6911516171987869,-0.04596452776195975],[0.16019833696799943,-0.41858762497466717,-0.3510446674459897,-0.613362609326571,0.9214163076522532,-0.33466383160923674,-0.718158581522203,0.02852033549220969,-0.100853797933238,-0.4942895996197249,-0.11920566556882226,0.07239427625965104,0.234718290801093,-0.032008184447687195,0.30539762139608395,0.6057479518103258,-0.27878880179906446,-0.5299470037004377,-0.4731495626040922,0.3454174967202212,0.5005644539403278,0.09048477736421803,-0.025623913193260406,-0.2920591773680341,-0.7305390762320169,0.7423841321753176,-0.8016248444803805,0.7851191589821875,-0.9733960687351697,1.1031189081673027,0.009431446818641515],[0.17191904131796804,-0.3149170645661966,0.16514890922231995,-0.5019769278860796,0.36027337560414724,-0.5877618947331329,0.708495426305087,-0.6653594727504931,-0.5558848741824257,0.6222432646041038,0.13991605348642366,-0.35720572340258366,-0.7531162286088412,0.1789349156897994,0.3609874718760589,0.1512102569014808,0.10704879495005938,-0.8462020987966156,0.9319178049911716,-0.41604572375971854,-0.5781941828893888,0.6746880128390911,0.4413821631558679,-0.9281572145529348,0.16577081172864624,0.9477741956131338,0.13518279646578563,0.014393391924569548,-0.7239948637230986,0.12946065747487234,-0.5485831975843678],[-0.335571449723212,-0.2264271434746423,-0.9451620692365167,0.3533594126479723,-0.21852515403496814,0.197995362019797,-0.6113651767981249,0.523555981036707,-0.8081956991283986,0.5780164545176024,-0.6754067784360107,-0.10797179664383966,0.43593530393195556,-0.5340285996069996,-0.11986667547255653,-0.8758487913094325,0.6208927658328983,0.06954256135218943,0.3537037154052111,-0.1176826896871885,-0.3164927602253217,-0.9313645965198207,-0.6127758299059273,-0.27601796145048807,-0.5933455971494789,0.1635056562985428,-0.8191881819668921,2.3344433643554092,-0.041088217644083144,0.6414431467390077,0.7890114307057031],[-0.1493183885244039,0.16734986079172864,0.14284925821935376,0.6746329029490051,-0.7310347150246624,-0.5161178748990003,-0.49640913511897033,0.9519370348305248,-0.4255884039672972,-0.8295502166640117,0.2968745505815531,-0.11905318001069969,0.6744000054070749,0.1327811388427893,-0.6214759712221741,-0.17507914685644543,-0.4715824524213847,0.7289299312862887,0.11761737819193371,-0.013137639248141873,-0.8198724062116283,-0.7130063764003521,0.7760275844289406,0.8195969548012679,-1.002904897614018,0.33023476317458644,0.8252019404450777,2.4976273245361402,0.8399767683987964,0.8680726785590818,-1.0388687546723827],[-0.7566327110380872,0.5669791917799736,0.8054273264483361,0.6300824481704334,1.193345409167488,0.6964411111005013,0.0201494317849533,-0.11293320774324977,0.00968800453683224,-0.4925595036175709,0.3439547558752412,-0.6372883847589067,-0.6449028971521654,0.8865395391450444,-0.33082654631974534,0.2968154894372889,0.4787551690206713,0.7254552576215794,0.7014839822230264,-0.9721090284132199,-0.44458818693899044,-0.15856216149256797,-0.10258942296111603,-0.1730514901110187,-0.6777290120849573,0.5184508427062103,0.02469329817615709,-0.3221209078988331,0.5968636487215341,0.6903530841150345,0.8590718680867331],[0.40636684914139726,0.5350771128072459,-0.1239960047761333,0.6731805823479075,1.514352052104309,-0.4345129310723834,0.37276658268291357,0.854334980750454,0.4317024823754692,0.1843423924508197,0.6577226482322027,-0.018644920143749404,-0.11339760468394856,-0.7611879134026213,-0.21515298469149505,-0.024816750379915677,-0.5680464003911018,-0.4457364971422174,0.23799676103729525,-0.9682542418432785,-0.35907873182803335,-0.8127389143180913,-0.6983955843380457,0.1652452326183102,0.876083686133464,0.6739120452902996,-0.8516069171873629,-0.7134170609512536,-0.4797014790443281,-0.306570112896209,-0.46594621703103223],[-0.6747428367566568,-0.40085866182677693,-0.5032683693957795,0.4163414757489265,0.3445097498653766,0.012103847343914937,0.9233780364403864,-0.149900451637381,0.3286222789559882,-0.9613549279275598,0.8712882359737465,0.18667399558336517,0.0651911595245958,-0.7419702239105308,0.6253545093889762,0.05213873579068436,-0.19560210458246338,0.3165859769663455,0.047030268767692174,0.06242958304295775,0.3978034516327309,-0.16034569131047532,0.0016919190520209644,-0.534099226252174,-0.27169703178064597,-0.3287181933836348,0.43949477133300996,-0.3206323819827826,0.31785738330670504,-0.2800014119853093,0.7650804233665274],[-0.8100404722238481,-0.9191261664190193,-1.0128844761714981,-0.4665374216109945,-1.071422355339039,-0.06720388401332734,0.43918550675468526,0.6654468557780129,-0.49436591571245686,-0.8590602326775398,0.1380801178873777,0.5434586982010499,0.13655326275911459,0.19503990741069802,0.15658677198486337,-0.9929586608755694,0.03880508676856639,0.24845004671554505,-0.1535113438482781,0.3941292495422634,0.25455907178935705,0.19207160999375122,0.25837998494702197,-0.8299651180155585,0.17382871586199972,0.32121313672455865,0.4674716619713407,-0.7014965210950816,0.7055208978091208,0.29406301702000653,0.05689553829731942],[-0.8104652809566509,0.43773199647877437,0.028248018469114254,-0.656746627984339,-0.04831043067976229,-0.5242689877379653,0.846372722170387,0.8207279828044431,-0.8470185768597511,0.6546986567951748,0.12279770225291954,-0.36977725825008473,0.25232366791034827,0.12313065168072582,-0.6858628285682797,-0.6130320551593154,0.032424139485417634,-0.0434119226815652,-0.05396048476356993,-0.255456807907682,0.6720903603131656,0.1078441367576064,0.5965434193512019,-0.5271444290778368,0.7576292119045624,-0.15581588209941982,0.12887133848282262,0.37250426870750103,-0.15076646262223917,-0.2989919241623142,0.23456131197046515],[0.6847066744735589,-0.059462089573466166,0.2617474902186322,0.6740573185951162,0.23908282818815985,0.8956089143119104,-0.35409514296971395,-0.5735253452308648,1.5432599453745137,-0.16006783482193196,-0.9748162443855891,-0.09790811268250038,-0.9535634817021835,0.9185377249964349,-0.28756595491430886,-0.6556944523583434,0.7334400008909683,0.06126660821832919,-0.36974565134362497,0.7904706313041616,0.3981446883857669,-0.8384592308268226,-0.9820690409326711,-0.935224015398401,-0.4286220887939623,0.1361835514306647,-0.2206248315571584,0.05148800372324805,0.159891148278205,0.3015441585858733,0.3186769179298556],[-0.23535145807607147,0.8413978048467304,-0.23511944455424463,-0.5151911661717873,0.6033373064570939,-0.855374670798141,0.3450477602476225,-0.38696639356805834,0.6796023979679536,-0.9915768588514051,-0.5038933279486102,-0.08111696173104846,-0.2973656251754832,-0.4615434141725106,0.6341162167982773,0.2514873597326281,-0.7103035379306265,-0.45694287235255776,0.9513055162614111,-0.16305270179953102,-0.12119381715282067,0.48124586539402936,-0.23711829917437835,0.3148336236757472,-0.30721376955442053,0.3016270321494458,-0.2877499863380529,-0.5403217221826566,-0.06371031156650234,-0.42066090031275993,-1.056543214671036],[-0.1491188881037943,-0.4162743946856146,-0.27418425367193316,0.4415399979830828,0.7984447120759639,-0.7257227806688653,-0.968650108051456,0.35128862382857373,0.35563580332166583,0.5772067097266151,0.6893338471719337,0.4873191069346022,-0.3196793679806803,0.22730268344852944,-0.11777396200824189,-0.061425971466310826,-0.16249701104231404,-0.36093246378113086,0.15183401630089832,-0.6943171313358814,-0.42577126618203986,-0.3299008186080936,-0.15067932680050633,0.46300226337756323,-0.34844904308523256,0.1872967107418077,-0.2326234814916649,-0.020337741587142084,-0.22701160799770623,0.11303752427951369,-0.3542153997618779],[-0.5822543731255511,-0.30375629271293336,0.3760919653404143,-0.8845082806984403,-0.8024259930197507,-0.43473086178480275,-0.17120595930471574,0.8602084293539336,-0.4006831729121729,-0.4985666772685705,-0.6294464105661435,0.5477058790381921,0.3744519540689499,0.15173189213698274,0.5235648655503616,1.5529898178832566,0.4825661743131523,-0.6677309814245478,0.0390081651130658,-0.9467470104646706,-0.8185580382896833,-0.41692376524510727,-0.700567572173566,0.2827821221322843,0.8764419269231679,0.7373557324001732,-0.27813923282810543,-0.14278922280280698,-0.4426667145641412,0.915536711924845,-0.6415480929755419],[-0.22744667938612942,-1.0176414311511717,-0.8623635207689504,-0.042647479677422925,-0.45198420912866233,-0.7333901591480896,0.8046980503826247,0.026717990985849965,0.8187564001944451,0.6119966713359642,-0.933625700911793,-0.2260792060710544,-0.552314099667302,-0.5824352620538844,0.8701903396073063,1.4323302741998722,-0.439473996114863,-0.314851798276466,-0.5949073728672928,-0.25199776169349847,0.4360555661488973,0.5244160271801336,-0.2797607195298887,-0.6412708458366466,-0.3407612462073366,-0.1264272551293633,-0.38249973494686806,-0.6326752162807278,0.5012066192018596,0.9125136892592768,0.6433056320391862],[0.5072473785343736,-0.1981840910165243,-0.6792507362619415,-0.3185210165115754,-0.16342455789168484,0.8054396453416673,-0.6490574294248068,0.4308733366547174,0.36392539021586723,0.7131581155864659,-0.07392489738021514,0.8096334433666765,-0.9086711063686934,0.6283441235461804,-0.518865494923316,-0.7137416949394048,-0.9817085856257394,2.296451696715265,-0.7672791065696334,0.34154245824956875,-0.20766962049759305,0.28639769974609336,0.4343770293466781,0.2892882425846815,-0.997285107924964,-0.7977698731781752,-0.6594355655196809,0.8122171106394143,0.15327569128625612,-0.4592711198916505,0.522584090901684],[0.3868218329561793,-0.5518003621861759,0.6679599999797144,0.14163067754109523,-0.14791679359465335,-0.3833124305283306,0.20685464051790117,-0.6441874300106447,-0.7345617999954711,0.17685482427963983,0.6639754082478284,-0.4880701696902625,-0.9549211072540849,-0.8408910544488357,-0.8253586328846352,0.3377419897747864,-0.5726544710516649,1.9632393484421309,-0.4488117900475412,0.7720471089615172,0.7846027292170679,0.8154789516772248,-0.8119325265174676,-0.8243863693927894,0.5904742561187913,-0.3776753906770399,0.7466274521845534,0.5767236935941592,-0.7378073683456441,0.6992927360202436,-0.8881635046499718],[0.6683261230721115,0.45478359147429015,0.9410407789889864,0.6304817104130188,-0.5163902454561139,0.09654617384104854,0.5258517447704878,0.05733008713022004,0.40031344799875945,-0.5169910481138551,0.5866228500995057,0.07303264598612119,0.3863782410873233,-0.6994689501569327,-0.46715655040737203,0.8452543015484444,0.609238622922862,-0.2582934261276889,0.6818961233000171,0.7609371112416238,-0.8883192247078431,-0.8842136610557045,0.8691049488323379,-0.2242344501007188,-0.89009482851249,0.9485882172130917,-0.7842845573135597,-0.936370222752718,-0.7358081687881204,-0.16082879289461507,0.24783316901240993],[-0.7987592855352766,0.7463634167550554,0.25479621271896147,0.36821001278774856,0.1927105145988881,-0.49866213075392224,-0.5183596158865573,-0.6247432683181807,0.1435702165051721,-0.3152841796758092,0.051125718515871034,-0.5370743453421438,-0.32091809147253547,-0.5253960205095823,-0.18304262931798468,0.46788785086134704,-0.7040607839777744,-0.5689131406243997,1.351021218652122,-0.7304135865897647,-0.8692385019514037,0.7501086244033567,-0.01934293291355447,-0.8259550434705095,-0.7125540860173956,-0.9099236875325908,-1.0267855998270867,0.6251294922974628,-0.6455230419190137,0.8225711183668336,-0.4033657800361393],[-0.004057111997625361,0.38367530037262626,0.043619243525860905,-0.018700819673353256,0.5879637395713134,0.7903111425507416,0.3263263454607866,0.06694822100981467,0.0377315739883766,0.11770455697779088,-0.6083651610721035,0.05995637776945087,-0.935815414775757,-0.3929044324250642,0.5286981744807594,0.07188493646801793,-1.0042318972604096,0.41422993426348037,1.5958980100831799,0.45737593104949337,0.376761699861727,-0.40026560001046113,-0.4521020628585453,-0.8382239968842766,-0.9784261991547147,0.8564291904676913,-0.9296592228455194,-0.6719951584277579,0.7752411034894995,0.4015291430603462,-0.30444287039257095],[0.3088081392800362,0.01004917392011261,0.372907079237755,-0.383336295312487,-0.688620751799662,0.8397079320545822,0.5257232291392478,-0.9931325024095577,-0.3235133581355512,0.7296085426096309,0.36910934612214524,-0.22903344354456345,-0.4078108913568589,-0.735690674649317,-0.47285712933708046,0.0186733282345264,0.7258983497812914,-0.9050716540576333,2.1195604817045313,0.892937900314579,0.4186523318960342,-0.10896747411907827,-0.012132570613218718,0.32627016875741743,-0.7103632037361829,-1.019720686543126,0.5804559912761523,0.32019647813248314,-0.6103649912916917,0.016020344174631246,0.7234459238672512],[0.0328514067854209,-0.28458874265785006,0.597497274859146,1.236618324719953,-0.7525963603680443,-0.6436541859653999,-0.8200764113962304,-0.20177468364150697,-0.9870247666879179,0.9201350824053316,0.5308106355254739,-0.07516990721778281,-0.06485079451468778,-0.5432446262707936,-0.6066486550689072,-0.34997081822357246,0.6837943859097746,-0.47510430684947,0.3741440617914087,0.838346442951763,0.9137623464325857,0.4382297986383331,-0.7671232952606375,0.6439577559767236,-0.6110587543416237,-0.23256467335957112,0.23934806027968675,-0.004539347837203578,0.23416358224938777,0.17353134043389398,-0.126622963665479],[-0.8481464215601477,0.2413831104236566,0.7380662295091696,0.6323620894088338,-0.4397169131982179,0.18599437100111535,-0.9373925975596274,0.6058975385679871,0.3910705378111479,-0.9789751479346237,0.4876348726322771,0.5461895212475263,0.29108738304138254,0.15719381442119765,0.22179622327998816,-0.10108779365221329,-0.5937545252642389,0.8606388604092896,-0.4310654054286134,1.3456754946688543,-0.06310465834750768,-0.6662134771989114,0.2947545015481095,0.2339191191519569,-0.29218118676780797,-0.6732631478417664,-0.7573445558422092,0.7352864206276323,0.3594190350635979,0.520873158299999,0.8301124967065306],[-0.4784292632685302,0.8995587205114731,-0.968607203153609,0.3242516126932367,0.2199684552621157,-0.8598282206038518,0.36001499604954945,0.12478171719476618,-0.947659768204473,-0.3781510496676337,0.24669415537281592,0.08998288199484558,0.6143625636991028,-0.06364155655980258,0.2572283881507657,-0.43335704090362204,-0.6653024670499702,-0.8206052678762316,0.4869573572341394,0.5457789358542595,0.8318558515042896,-0.8276854259153047,0.873291195435116,-0.5223616697018503,-0.8331999556123671,0.4863090546400189,0.4274864880880188,-0.4496615658250731,-0.881156544308324,0.6729348767285112,0.6256366708253277],[0.47395653101311513,0.8147224295093785,-0.7649622825568453,-0.7332734758761988,-0.33288858343924244,-0.03298771800417984,0.08804513145854377,0.8981980766097734,-0.14930492574869478,-0.903920524069052,0.8641792868325758,0.952389928106856,-0.9739800616238415,0.29989121772228466,-0.2386485494884038,0.17440290837760225,0.35262416995772516,0.29654432849432294,-0.7341212095412077,0.8060098782141825,1.3958171523087655,-0.12310268706023465,-0.925662654736705,-0.7227362102104575,-0.44159058843349563,-0.6427747689894686,0.5506111971189166,-0.7355711897740183,-0.4163204591263168,0.26658503122971094,0.06533378569925025],[0.12836072189125647,0.05393360961029889,0.4110821179642935,-0.23071592885792072,0.5279460428374513,-0.741482331786067,-0.9303971039236799,-0.13295860462046957,0.0700082718954682,-0.6953436038074522,0.23324977983722742,0.8477577032374686,-0.5541837835317631,-0.013112241336996646,-0.5687486051273332,0.18177463365553395,0.8776357955928578,-0.920527364176545,0.052968154902938616,-0.7959318486115307,-0.8412231709101448,1.6407770846087881,0.292237361749536,-0.6375886992527932,0.8887780966329605,0.620684989044718,-0.055376797680700196,0.1835827964185484,0.6383113834476558,0.4246493938057225,-0.9214117845707448],[0.8174362907636441,0.47408455468801913,-0.11777629225689742,-0.026806391843332108,-0.793183515919799,-0.5120910905259105,0.5138211848060862,-0.013988021235872426,-0.2629588285762336,-0.734437737590597,0.11376648701028194,-0.04154422547056197,0.6292828244229042,0.9722677951221183,-0.588894242143746,-0.34651146325220833,-0.351435631325664,0.3441226142463262,-0.5651929407199277,-0.3937042437157555,-0.22493890970226071,2.184143029646889,0.7381217666675435,0.8982224001220629,-0.37633702405430697,0.0959259240024594,0.3292927515967901,0.32185352675632595,0.5053871249748,-0.39144913529954944,0.6468963738928508],[0.04584872021757402,-0.9827147516121468,-0.7880671920393458,0.6085706065119078,-0.5839310143476091,0.4623602739694273,0.791973662126335,-0.9904094356729546,0.6690676103207095,-0.29829048068401204,-0.23177514485888145,0.48151063722265564,0.7096023912864391,0.8502962282328941,-0.12461320577796764,0.1673408761052776,0.817089684943715,-0.9868263313901281,-0.5109122496108068,-0.7864968371987723,-0.9565446377703607,-0.6732511518390604,0.9218844817183497,-0.11829721897669072,0.028497331348055727,-0.20535752827203418,-1.0605377004695886,0.20032716851835544,-0.7499916218646264,0.3404228858476173,0.1626525265477555],[-0.3819770375596475,-0.7257493248143898,0.07397126640329406,-0.7828134121024616,0.7240703873565058,0.8944696703772645,0.5078766921331297,-0.9450734122436886,-0.22544686400400216,-0.6320270455105736,-0.8159536168873213,-0.10885430433938578,0.12423454966393546,-0.01621496329262574,0.7354756760951577,-0.680993921664237,0.7352941864336111,0.21210439461693736,-0.7852336829198353,0.31268351099162356,0.15034382976457283,-0.2236840791602546,1.1678727078707667,-0.9822549466741913,0.3352726674364246,0.23364789478557593,0.13024619959881803,0.13647126425344003,0.86312309375142,-0.002049620950676097,0.25354105466563814],[-0.3138139961770778,-0.6941228443668881,0.30698230525245923,-0.1787300315012946,-0.6018118238829664,0.9157913770986379,0.3774181451170408,-0.8676017161658809,0.6555448606324936,-0.14734179172593811,-0.6954489742796194,-0.8161363856667347,-0.3176991876955906,0.14656935227458703,-0.16168364931770193,0.7310010047036866,0.7338135721741751,-0.4112708989003976,-1.0005541344791358,0.3904607997405109,-0.09016546820773877,0.056805989347165416,0.7680871882701527,-0.0032933209012270203,0.10722963676992389,0.4968468255912497,-0.7192304652742876,-0.36298125363513845,-0.5576515398909151,0.31306041525022127,-0.44566757833691745],[-0.8468903864623323,0.5234779128063308,-0.6070749427754344,0.8199519237496489,-0.32850205312037145,0.5954301604302296,-0.23548474880211553,0.9438214821591862,-0.4056342404567949,-0.21398947887644842,-1.0262139280834783,0.3020166025532473,0.03188899304180122,-0.29568829111053385,0.08678110522671367,-0.18649557011059414,0.6731603066255233,0.030893895776205882,0.167167959054585,-0.33114389349205287,-0.9026956900558242,0.586985178838681,-0.03005680759303281,0.37511169185418347,0.24753604093436837,-0.21209251952510838,0.6159654562297431,0.795593294216919,-0.7541231221496105,0.6345960910058581,-0.6182270713423615],[-0.36446961318411647,0.23390131790848814,-0.35197332010941995,-0.6102409390429449,-0.8446847560179515,0.5001456188111992,-0.817123423788575,-0.8472750562242564,-0.2661335646626668,0.704519083643757,0.7689071854797774,-0.35178372953295367,0.7492248121689772,0.36765475518337215,0.4539829526613169,0.41227605790023103,-0.9260477459863228,0.18069648299216526,0.6517261821909482,0.019577482927491573,-0.008411951240154881,0.22338634673332936,0.26976937195566825,0.8365324419471307,2.220420569775323,0.9124259002900501,-0.8881881829620695,0.5664159646927351,0.14511185454095846,0.10186408368902179,0.05761754639999315],[-0.3403400604120021,-0.9122372803469876,0.0029341920417101175,0.5463549201773665,0.8492592234837476,-0.6988822923293849,0.9185816501892703,0.5281396738568499,0.9276098502339829,0.45042931317586843,-1.0423644086057453,-0.10430323771192532,-0.27885618258915534,-0.13849408332937388,-0.15007946580436154,-0.026377264063153705,0.15163319748947351,0.1438459027098267,-0.39000430004672537,-0.7732637047988076,-0.13858539632799502,-0.2968289837900565,-0.3479085179961371,-0.6138906327938679,0.255206275178939,0.4152809165152369,-0.550470200926218,-0.20958983163811612,-0.3135585061380672,-0.6050103169971643,-0.5471638669240108],[-0.6749569126668551,0.2661503532971503,0.5024955517843909,0.6224349908299792,-0.7432818413905559,0.2842077252083769,-0.8813600090593325,0.5162569593260353,0.3473491141445857,0.5032117113513257,-0.28076436293876095,0.20942110358134425,-1.0049937276941332,-0.35439955258915107,0.13326551975036358,-0.8208150722110313,-0.9533009929153194,-0.2747442347601401,0.4141600452060842,-0.6346567073200439,0.7913629083719722,0.244658566182142,0.15395696461801867,2.2341126973433503,-0.10688013660086236,-0.8239084449400761,-0.12192185858237899,0.2549104296755133,-0.09410733096761346,-0.6240563754776774,-0.2614305898755439],[-0.4881499036905002,-0.23416128944770148,0.33813397511681514,-0.10723441585576646,-1.0589042959231114,-0.7085541695740335,0.1020257025099919,-0.5028620604343116,-0.8827642603284935,-0.8656237784294701,-0.7662284911570069,-0.18498847838617738,0.915009412768206,-0.16547175423396404,0.14020559298938323,-0.13862301052709655,0.26356506190149054,-0.9623225447764798,0.3786825700139368,-0.5631060834742339,0.33860498137898143,0.8304540639221398,-0.5439732513576125,1.9242509736632578,-0.560597096448793,0.29026484418645254,0.04678446992156645,-0.31690236937842536,0.8082133067332203,-0.93340657422276,-0.36663558402475],[0.22067202770098795,0.4762298477901865,0.003784806546889709,-0.6885335488786738,0.07452105411118348,0.5701514005374566,0.16680569590201735,-0.22328808187985244,0.7068654831060587,-0.8711434675764048,0.8612149520261065,0.39169805742723857,-0.3775377479679231,-0.08375979831427403,-0.31544838098459776,-0.2143453949881764,-0.6467105836223646,0.48535248541231024,-0.9135647762864458,0.5382172717212754,-0.059269366777129094,-0.4750805344852418,-0.6889339180596017,0.19166370791234288,-0.1940075984295906,0.3773016535276714,0.7328321253097124,0.4458674243445265,0.35437721531823924,-0.13421178864708164,0.6465735233377103],[-0.8950635664526866,-0.8284378093621981,0.11050446805138218,0.18185391498392722,-0.7002156274599172,-0.5944319846585322,0.838980353662059,0.6711103295624553,-0.3341722537801801,0.36703272262917236,-1.0348003182960632,0.6572869936233074,0.13929871097880459,-0.9885132836669646,0.6891541112529214,-0.38548771420540046,-0.8646666343514637,0.052856296604875806,-0.1677881501927669,-0.6456529658819651,-1.02035061756282,0.1457958463203597,-0.3398981052191231,-0.60542493501326,-0.3254429845240123,0.6385610050582644,2.1048054132370235,0.6079710706124302,0.8579505141120244,-0.162530861058099,0.4214293152551087],[0.8041539247556864,-0.4221896666653415,-0.2933082755479394,-0.8424524191064121,0.2820574195817449,-0.09472342402784491,0.022895017473880813,0.14783002611621357,0.8026763521575352,-0.728628754667792,-0.3323146802369994,0.3231103696623759,-0.8353471935861203,0.4004099978870885,0.24032167161657864,0.0696082705318394,-0.9761472322464464,0.31780628034905645,0.558358142623126,0.0702569712739073,-0.48930821625710924,-0.3428373259239116,0.14930922729843377,0.622432351319865,-1.0117506184556622,1.4202861901168728,0.3123349678568949,-0.8905816785928367,0.7810023656724245,-0.12588789019559002,-0.2987727482903731]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.08871057798399525,0.009441929442094705,0.008588150830090008,0.007997015019351688,0.007524170474909645,0.007145281844582255,0.006832023973833223,0.0065661887374119515,0.006336262204754389,0.006134544558742589,0.005955564914889781,0.005795259306032156,0.005650517937781979,0.005518910795412801,0.005398507737357198,0.005287754349870151,0.005185383477435866,0.005090350766938842,0.0050017868964678976,0.004918961652051201],"Time":1.39,"Locale":"es"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.5991091692264894,0.5392017009220902,0.35087706858073453,0.3993048297643179,0.5495891194063569,0.5972203882014641,0.38387156838964326,0.5598628852196638,0.388158594996511,0.718693658472466,0.5489688058595442,0.46840701655080397,0.42974235699188373,0.539554724319519,0.5260107640599785,0.6443940894573162,0.6038603276875648,0.597201173020156,0.6831657454274106,0.6273843745323363,0.3524742394120948,0.5018715215071191,0.5692546158696228,0.4940225346825145,0.3933856368793016,0.535125609340975,0.44791098963329684,0.5102467899217809,0.47080441633012954,0.3838055535872801,0.4756861296623193,0.7063067972814847,0.666728546493639,0.48478418880759716,0.397056833297643,0.33061879221557855,0.5654603053587606,0.6065328851859612,0.6460698080313007,0.6491066975022004,0.43918405082537343,0.5552800303691184,0.4277546842604747,0.681060284997066,0.6423759376264881,0.6912039666937659,0.4725320832918415,0.6981075098636833,0.5055986665697707,0.422685078404553],[0.2995621886304341,0.08579696414494946,0.7874732798028931,0.0005996128811036188,0.13238211893063406,0.005002213499775831,0.25856694397516977,0.4819089662373983,0.0857409531826983,0.46388871643842494,0.14342474791639445,0.3166496835643068,0.31617149514137827,0.7723392665862994,0.9237627762746424,0.4010366852820832,0.041748558155244975,0.37611006226536503,0.0019336267196877874,0.8149496192329949,0.41581080264224374,0.44647370304980266,0.008950039404761143,0.04165203601616941,0.5856556577523976,0.45845079829486407,0.10231584793597344,0.06257885527479488,0.023024240082610076,0.2593651555100526,0.5324638834549236,0.5451050131540862,0.8174571040602162,0.753300536368771,0.9171691484928196,0.4942293127103945,0.8998379784701831,0.6552103974819734,0.8996207651229168,0.05580719991041393,0.4938124226225081,0.627075986700151,0.2456944109900775,0.5237446952658109,0.6532023143658595,0.8860946046385894,0.46890404299900945,0.21137589929249315,0.5466824456599162,0.5234498364241202],[0.8428883324066357,0.13618820692392336,0.4012636873647899,0.000003767103223798686,0.01658191851049904,0.026800362353077808,0.2313538729618893,0.3145212104040607,0.008040042608125863,0.06554748713152286,0.7755916382554606,0.22008987804222602,0.039889106932799887,0.3379119493572565,0.9804896412913493,0.49670031962760397,0.13156238589354546,0.6183251044981731,0.000314205468033914,0.6880898954229039,0.6868547423628464,0.37488393194668407,0.00018820165777090443,0.34734003653981343,0.8816875562297779,0.6294391402074007,0.4178397761129346,0.6487592657836818,0.027463258445822786,0.022130885633825762,0.7685503575528648,0.6207001319638769,0.8295676538811261,0.841604771189005,0.7006505703113012,0.39766902815058436,0.456748931250151,0.4396498299515353,0.851733124073989,0.33875898613863215,0.8479025684858474,0.25259810600485993,0.042971010612056736,0.9079776485500424,0.8063642628087556,0.9347143050960831,0.04560118722983672,0.519601748015223,0.6042847934139944,0.06786642851860854],[0.3662043223354693,0.048280364977691684,0.8510592318012346,0.000018073278203017655,0.02521182430559206,0.0024802309613187455,0.3453286816196067,0.26248660843221344,0.051637776906916975,0.5240110433406483,0.26341554865978317,0.673713715660087,0.10524542948704592,0.805976784392609,0.41837101804474314,0.592940903646487,0.006254717426081185,0.49573470936383907,0.0014157282053995754,0.8370057678498137,0.23375030020972493,0.20860216937501097,0.032107145591541035,0.570895165160181,0.6863802901824849,0.45331218019803593,0.5016651098858593,0.5849879347406943,0.11640215409936831,0.11164971039607004,0.25190728551228087,0.283992935571466,0.3481005986746871,0.7155460122804786,0.7227978104750005,0.8532549060703584,0.5762508087517736,0.2234786058462635,0.6314258482980264,0.037918297209277176,0.6150077592782542,0.6088370067262403,0.25463727865609453,0.8512613948316756,0.2796314268344797,0.9092196476889607,0.03190128722594466,0.04606962093570297,0.5258541280759088,0.5165632967255511],[0.771278104130122,0.16191115375472803,0.7249906235910857,0.4825351864056091,0.6096710210425679,0.2925441369886166,0.44579315937875597,0.6525468273659545,0.6271045752223732,0.2361258568171659,0.31389165482001447,0.27380002959395217,0.6424232284978079,0.19707281057994885,0.7031789839592605,0.04599142865332824,0.7501534426645797,0.5311691412086738,0.6339606996919395,0.7280543432156853,0.4763537237355827,0.05427846169385218,0.6845998432102786,0.6360171887570965,0.0024114428256140443,0.48843369228064654,0.7680307771479207,0.578872332764319,0.5901660180728882,0.40725310790355373,0.5935153558955255,0.07787731862560178,0.3393780089377067,0.3018424614778283,0.09253137799180904,0.33756473946950205,0.46574529526731956,0.05684451339702144,0.26075460092319636,0.06057630207113117,0.5733645033791189,0.750629442557061,0.4325315067220426,0.7806579947868647,0.5067955430662372,0.27928074627065924,0.7856025675913946,0.4872007077467907,0.7370368188483415,0.33076576366965926],[0.4849216319642018,0.1860900672587232,0.5374235289726118,0.6940233606523025,0.08068954514409526,0.16957420110003005,0.2135460377065919,0.632706670438881,0.4448638175652182,0.03881839809990098,0.5087629841024317,0.8034056990674205,0.45628329374374527,0.10310863647401075,0.3963335154922338,0.001156467681383357,0.7673499425243456,0.28169040009928853,0.013343769160260859,0.536646538096989,0.5664777080415976,0.09123978014309402,0.8652209452639696,0.36585053309243865,0.005176054518099611,0.6655194429680542,0.6808755121839213,0.6161656248976424,0.6035751124610458,0.07591173459669205,0.6438781365095197,0.04767796278542226,0.2866040704307273,0.3797086234861486,0.06700802508543106,0.5418403112055367,0.6032785405615659,0.5668036926534478,0.010685495037952122,0.1474761069394261,0.2847986888933659,0.002883082092750193,0.4134695738725331,0.4932204232975977,0.5669718128191255,0.6886530346531696,0.6696185898034472,0.32940834488640974,0.5353992546221202,0.5173173621564215],[0.4233877528610539,0.2517851132961327,0.8091828689971068,0.28459504871013414,0.6457462032490865,0.6656055520281703,0.020077718285542237,0.00403775467184647,0.2530417046940607,0.8964394710843833,0.0045452799624120825,0.4650173397271763,0.9325423610273452,0.9260335081926504,0.7708120498193455,0.9792044373408287,0.008510065405021148,0.33306409404827025,0.0037683975661201765,0.818097387422011,0.4037587023266641,0.0000859275999036759,0.05416980777596392,0.5183528747425562,0.0008720889762805688,0.8154517304270499,0.1707626525482169,0.5438624982937402,0.8196480614610167,0.826358792878396,0.1283376658468791,0.5273395521942885,0.5921080019582273,0.060171319293794254,0.23978294269983177,0.9463105804887827,0.04252012904554769,0.3632430822492527,0.5978025674938019,0.766837053757357,0.06315090921769861,0.25312750983650123,0.49340009875018986,0.01266734195391901,0.0006186352077122902,0.6301079269047409,0.6242463292694409,0.6521701219834195,0.15173140478794378,0.00040739086734919424],[0.12233150438177834,0.611650064838465,0.4575341911619327,0.06402964873597311,0.7110496983621967,0.8434786931380462,0.347667178282292,0.07202632659569297,0.008727356184209532,0.5383114438214999,0.0011325155854639392,0.05213109265154379,0.6799074619447335,0.781632670401765,0.6263410679047726,0.8284732033964821,0.15103140199371023,0.008249734766367414,0.012293685060395534,0.9331917250397246,0.8915700049600064,0.007833381330921959,0.31689609736368896,0.5726931666875417,0.2890518767916693,0.887647089515737,0.4933114078016998,0.6171753620491114,0.8737047479992898,0.5619231474116113,0.5156179920539123,0.017798887547043472,0.6342754003649587,0.49025644001696894,0.0012577650701134473,0.631556328605502,0.23981270330769008,0.03611854571362544,0.3269115837779396,0.6674119892033135,0.003528584429830179,0.25555235319619185,0.8729318137065538,0.0006407948486956622,0.24725994553097214,0.7354992661592443,0.3450031438118692,0.828525490845232,0.2736663394098221,0.0010233483565279904],[0.42609245386247363,0.7105180966300857,0.6653042833401952,0.7040330897390342,0.33110637975009233,0.5577910498612786,0.4419402308270225,0.18808845205428423,0.26969454441983154,0.4626647152137502,0.0014730744174525601,0.8193753036978593,0.6550883027442675,0.9013889876942787,0.49254135611149663,0.5419760195328097,0.7378820675440712,0.0023348487084446216,0.1961631149351603,0.7177468474573551,0.8397571552530192,0.4003198107691207,0.43850564750053345,0.6547264987637503,0.7954607843966324,0.0007181467409616914,0.7871219134798818,0.7473730161800702,0.15489309886806157,0.5127939458577604,0.0005092697926226484,0.21149206990717428,0.6132556014304965,0.7783371612867447,0.00000779305982601317,0.06383535810692453,0.14984397173519967,0.4302763422695675,0.3422234614741145,0.50545966948537,0.027638414618754374,0.2261328223072542,0.6228019269010813,0.0009034878020998967,0.8070123024931453,0.8277191970216691,0.6472805839363996,0.6689782671559036,0.4813324553873771,0.9434677981802143],[0.8113346662521079,0.7294631804679774,0.1258821509351806,0.024390727457711113,0.436760169610678,0.5296007438987085,0.49091668445143294,0.860241035691863,0.8728375608433501,0.7038125917929056,0.4852702585769032,0.07608271872374084,0.7748189768672462,0.5249100595081513,0.23825357661139038,0.44072486915886955,0.8259317603776618,0.667294543304417,0.20587845881689557,0.8150392351584022,0.515761806139918,0.4511249583975116,0.7352521713906482,0.3688371740033656,0.7309549179123918,0.10563209508336735,0.6392716005958137,0.3068421880333799,0.7405292655062069,0.8325941832609335,0.021784386226950513,0.03686535188194338,0.8888179173898682,0.6832761176503703,0.000629615299299636,0.5329060143321033,0.4295460358996542,0.5223382413878345,0.626409188898479,0.4540771835275337,0.0001152246811510999,0.6672172273269757,0.7548254905787173,0.0023861009055464104,0.8757201985558666,0.6237684708425671,0.8980397632823689,0.1323323592608267,0.5343627394429586,0.0527716380268712],[0.028551217650684326,0.8042406046456212,0.0016012127401079884,0.8672254196084689,0.00006558833748034301,0.6531752089587405,0.6394582651487599,0.5021667867880201,0.2691302817791927,0.7786015583714826,0.4396548422133308,0.4604720765634724,0.8480222597915853,0.6590307911396772,0.38380397379373005,0.6527594761152049,0.622450926663865,0.00858994904834386,0.005288454597353051,0.3089628878070894,0.6012462809377237,0.38709152097028543,0.45015684031538494,0.9633294096461327,0.3904303902077643,0.6659703316756592,0.009030799781291015,0.47535881491653154,0.11721825282683945,0.4842654005261185,0.861694009104024,0.12011731210579711,0.8821578485652847,0.23239254938343173,0.40573597725637967,0.24304282331709623,0.5257436903853999,0.6697804104869952,0.24913888321273064,0.27058046992134954,0.030085511466002985,0.005464810612476155,0.0003039301532612042,0.06709313232754699,0.6861041395682843,0.808968202509492,0.033537408546828476,0.00013307086482785652,0.7265817618228753,0.7572014718027582],[0.0005756136670113622,0.7914048086881241,0.004843715548355594,0.016468366011079448,0.006604741001226859,0.6584321485429507,0.9231149924698416,0.40443344231836664,0.8059075575916341,0.6748340866535532,0.4350178993892774,0.45848483626207537,0.6475247481015197,0.5987849909741213,0.8465096804805861,0.5549559966229347,0.5931365793845498,0.13982111177869733,0.12365129033323351,0.2528079703044291,0.744889324717821,0.736440097055631,0.3964103444381649,0.14159487574028437,0.42660071275569994,0.0074839012382812665,0.6429095740891094,0.6516599333259603,0.09028043321577496,0.2595980778883923,0.27239728753178444,0.9096366362232788,0.6663159716801688,0.2904106537228396,0.7237239951020521,0.8787545872599936,0.646776727027724,0.716023792640233,0.7775501527708655,0.18616261820464,0.15524113659215508,0.7654312822899983,0.10606278237515182,0.35368036444716416,0.7511415817226008,0.011222262195593169,0.39354324028229154,0.01581649066917588,0.8310271449024039,0.7504146409197306],[0.6424540834586947,0.5854748763640559,0.3100601855658087,0.7373581827791659,0.39030961307557666,0.7090462504911216,0.45060686750009393,0.9692294512959223,0.29485149174227093,0.028485771483795226,0.3526534653602751,0.34247478495713507,0.44312008380041695,0.05676665201463613,0.6670436291765404,0.08203640052798816,0.6181953876347094,0.4958532488792751,0.32734836796902983,0.004461344872452477,0.4818672171802899,0.12691633533168437,0.5863385263877811,0.8168395797152516,0.5335791259775515,0.860992923476243,0.7078514700014134,0.2651598038864473,0.01970001113092247,0.28204598716425144,0.6054078830119641,0.3949688792749562,0.17343464258757726,0.6319362574742956,0.5547110597532607,0.04013625895877766,0.40540942568643107,0.5271444956754221,0.3533487003088495,0.7192715690585051,0.6663506031830446,0.03423693334188336,0.7555508896220002,0.5671593611262425,0.00024883916386513164,0.7608963420193586,0.15313752470423045,0.4323632813696779,0.128126944809903,0.5423339384083825],[0.5228304433109139,0.6938664621228672,0.6405270814187947,0.4017630382077445,0.16120135982156983,0.01613217281174977,0.5871784100967534,0.5723231870868298,0.09798122217238149,0.016961453317917888,0.3383887191332027,0.5261703619549538,0.8049276444816633,0.7878955618100135,0.705231384269542,0.42966972507308615,0.4804485109897274,0.7187545748877336,0.2338971514733811,0.0004995391982356926,0.7501978160176689,0.057553053176777585,0.917939254582855,0.4234375654325944,0.2994010267483611,0.8762693119852113,0.6626195102955683,0.4882288369942775,0.04060973602393565,0.3261953984117685,0.12148027429780472,0.7274310589627963,0.18113933832643,0.8195756594404544,0.549234607693309,0.05980087698415824,0.1289842495161941,0.5820022486886042,0.8342483779135228,0.2551639227167134,0.37327509274381554,0.7773329473647266,0.780173012122186,0.38622131658599984,0.013306433806791987,0.15295708962737603,0.28641328269618666,0.6884671867924111,0.4354952584335949,0.4929807516832618],[0.32858010401954196,0.47261998488715595,0.5200951260073512,0.7620846837082205,0.5796650316655964,0.4049008741023426,0.25667554018829575,0.6350018352967464,0.3178936729423922,0.7786913199321138,0.15773044946761108,0.45958826366849875,0.2700263993270221,0.12438736246972848,0.47241548320116294,0.8268821148080483,0.316590461919637,0.6089181772775456,0.36249609336219113,0.03234279887261137,0.5172050735995279,0.09340641405936959,0.6184880962200159,0.634500234228281,0.7166752585895967,0.7212717229746872,0.590552542883324,0.5388803213729881,0.18404749532138678,0.4869275245284769,0.1252188603432948,0.4731661510691888,0.034109246979000876,0.7504244167725982,0.6388955757245348,0.3195663438815179,0.39549699668782684,0.700636559266377,0.7477586897481786,0.2870492027284861,0.7658683655668569,0.521977169816077,0.7857830547369525,0.7874935682644525,0.012022202307295976,0.17033674610567842,0.22964640518909477,0.2831580380782115,0.2926949038660992,0.3315218267341547],[0.43733864002400086,0.5329232593933482,0.6227653248165599,0.7936730013263574,0.6852094936980767,0.6992477745455764,0.5150806087118067,0.7052224096331724,0.10633663492159917,0.14885491858381872,0.5643545978372115,0.432664558049401,0.3228676935918729,0.03752952139999312,0.44858185864067335,0.014732299656268764,0.21141420381837292,0.7598137361205933,0.32786944641970484,0.0017075297928673414,0.6789873957156984,0.4476951956406767,0.46829824918642937,0.6506214527604247,0.7812125228658462,0.47475453240285104,0.6911785954070041,0.7843229373685109,0.030315352105719652,0.28129108640964245,0.7776942734388409,0.44051828691972655,0.005219620709136515,0.7827174636464018,0.6927493570841662,0.25909993912165036,0.5552808187928723,0.6140653486516761,0.2671344008817864,0.257350676795428,0.44327973960901645,0.16206002446793458,0.6154215529615955,0.40571437407888955,0.365076617811121,0.31420100770281306,0.2147651500486262,0.5364938337656369,0.014319507165181225,0.6678924923891881],[0.711083617735829,0.8397413250526568,0.47865298771715964,0.08438158256679729,0.712231580372238,0.004802930918351964,0.6771990021662332,0.7587748957385961,0.006500901871290998,0.019870913507171108,0.710057781156493,0.4835944628997424,0.7795609745562989,0.43250666462438436,0.6101141138681566,0.40310575673742144,0.748455273300471,0.4211865233391715,0.5352659042320316,0.018988821435538986,0.618546377114164,0.5030078539125312,0.9758403726798718,0.0054851270288425145,0.007367759121013299,0.9326672159716786,0.5682138092856982,0.08701965599492374,0.22828100479711597,0.2718290443389692,0.16267284754909578,0.5409595521178705,0.7242247176102707,0.4329902658956546,0.004913472884831024,0.42936935278482263,0.005137043915764439,0.6512160644289958,0.5694225514559708,0.1897372390280246,0.019560667214562316,0.536016915657872,0.23358283722239323,0.007908907481248277,0.3442444320267476,0.03491850276704651,0.5813611786905049,0.7382579347448507,0.4669100199538094,0.8119052751479068],[0.4443658680351452,0.4193639718930187,0.32497304287971546,0.16832191165848004,0.4669553947692616,0.018873008039937227,0.012015545803787522,0.807154211621651,0.02098230248991508,0.9546737487610107,0.6563602784148023,0.004549681682866258,0.5859150178957474,0.18662815200413355,0.406934852345423,0.32404144296096565,0.6666292827298136,0.4229129977858684,0.5336785936950541,0.06788990407438213,0.5939083348269018,0.8228778773699592,0.6336770433736456,0.00098395128637824,0.02543993437512054,0.693471002430086,0.11453603078445321,0.05850540816875943,0.5938941876326421,0.37007297808885914,0.6932076772750533,0.8934033915847669,0.11286447226383661,0.6391694596979335,0.07574989529402204,0.5490368514562713,0.498561784435878,0.6048550233549683,0.8863412560282524,0.4452316425518974,0.8216481671727117,0.7590512318409253,0.7549762716455933,0.001205214437440537,0.6286577560754713,0.3259262638766299,0.2868600221464939,0.004488369405610906,0.8913402673357348,0.8232780952781166],[0.6381844707234938,0.7169164164867269,0.3653602646632677,0.24941950107089206,0.19688940275233363,0.04677054074379592,0.014702786633605624,0.6297741534992787,0.07935441348818563,0.39219356058736105,0.37971170293342177,0.0800760345278609,0.6370886607951092,0.12079701073199979,0.5629745439705769,0.5187211632783036,0.6969376130391359,0.6931931840488521,0.702718030936817,0.5758990429498149,0.77358308890704,0.5512873587629622,0.28151009973674523,0.402630420821691,0.06532686196777877,0.5552046097637434,0.20061776205049975,0.09731867989911316,0.763217031055783,0.15464661315207046,0.07573572658530726,0.5738634851480925,0.09821374091469787,0.3612476196183212,0.04685528961083329,0.48793586088368796,0.5435381101075151,0.8250619762759949,0.3525066071886291,0.6220460519686554,0.34228612997576646,0.7145505381644435,0.5404879284258667,0.0813773880007851,0.6340544067247404,0.37696886826494935,0.31304770533605586,0.5963754985714141,0.8045802760885087,0.7217146487374435],[0.2284403371745969,0.0009664279750682759,0.18211915570470977,0.34234354224417907,0.0008087062171613744,0.012705055203772986,0.5410610503576984,0.48960794901774213,0.031682474420391085,0.767333166046363,0.01229036032679774,0.04139837111583717,0.7646453167751713,0.8199280177446864,0.5719131915199437,0.48688700141503855,0.6420851856200437,0.39809770800502525,0.19389229901348343,0.004221081836532493,0.32534584217130014,0.4431234400526806,0.16812070741449647,0.016608485423176722,0.4221313522002744,0.41768646167125395,0.19782280326501459,0.3798617048167774,0.6494927994172995,0.49461969923938376,0.7657499528096688,0.774513277081613,0.2468613349577198,0.42081859895793366,0.6756698818114847,0.10992133188585243,0.8528294547645567,0.3559239969652745,0.00010014437286486589,0.3093563388074763,0.9101681832271635,0.0001200493693931636,0.01999867708153069,0.44277371436561375,0.22460603524983724,0.5203932901561551,0.6786215451729973,0.41693360194124385,0.015434756549108366,0.2989724889848447],[0.15039994735440684,0.0002841377803503553,0.7321711603262174,0.5941651643286414,0.00019515030828915478,0.00012603625695110682,0.5138695397391967,0.4677285945650586,0.05836672936820664,0.8564752276878095,0.003676625346491988,0.03191669853154481,0.2840852329341901,0.7314429211838446,0.8972245825195029,0.569250959475434,0.3186866983096177,0.6731552340017245,0.18396126895709722,0.0010568399356741813,0.5860879085490975,0.45063192048946377,0.12308309700886656,0.7145768740693499,0.5929850533583227,0.5682498254949296,0.10587450653040745,0.7078833629443093,0.4519957893470274,0.6030250276949016,0.7607891319803852,0.7611345005984776,0.05140926104621996,0.3709372290328919,0.4135246294547633,0.003285865907195272,0.5384152519795247,0.947213345893458,0.00001596045498756453,0.5610739459585111,0.31068244684369345,0.00031960817926045786,0.028640661942201114,0.4250933194139019,0.017452240396110978,0.6214440979668198,0.23730000330399248,0.7173317622539647,0.004099478589722861,0.6123894677875135],[0.8108394336169759,0.09631518224026545,0.3301272853413471,0.49854293776925485,0.005146071329683469,0.005921958744941465,0.49848506159929473,0.513634273831794,0.25791559367572975,0.8481879573660402,0.04237827653160165,0.14883883878154075,0.02582559096096137,0.26284490785077413,0.39695674124573,0.46668440489213114,0.2708292156559864,0.22738563307522314,0.7622109647972483,0.22356672947807288,0.009809736336699137,0.6486208315897783,0.37866847028747364,0.00861331035512484,0.30039752420552424,0.8819180080324677,0.13484425754191828,0.5835212151929758,0.7354938002176356,0.8241493124722268,0.6931613190110468,0.7672093764375619,0.07394925342316863,0.7642177139467601,0.4176783824526259,0.12569098067381126,0.5918005098659137,0.05283629697640864,0.02078283907964241,0.7336680700349139,0.12844216288371363,0.001805830889331487,0.3861615554842159,0.4082308312240936,0.005124302312757443,0.41554235122835287,0.20731419479121077,0.34973470774678617,0.5080245211234512,0.6678249708605648],[0.8850981121286785,0.59397144216236,0.48170275735843326,0.33384512788046017,0.00003050799235268983,0.023610524683812726,0.5594251972836821,0.0007713087288602817,0.29736091663009917,0.00045920206126199756,0.24725445180796676,0.0007062429540120082,0.00002301404884181997,0.5522538970507395,0.3614802737166716,0.7495686330232021,0.40464072310289456,0.026873698226106302,0.09645410467903559,0.567427030316388,0.6774431309454765,0.2554681393373021,0.000008825248438894534,0.13707382305091953,0.9321615492637054,0.5647636373334625,0.8096569075121949,0.8964206103695448,0.5884130777481295,0.023781652222202326,0.8955660558493753,0.500888819094194,0.11467835225813693,0.4503800211797579,0.9281900321295115,0.07138389361281021,0.6924589777829433,0.8320990934628698,0.5539957763350482,0.6514075094137539,0.6452848332251796,0.007090116438977535,0.0020551764731999546,0.6735545112412559,0.3751100953647335,0.4662749106478286,0.0298321839727232,0.4065662727934553,0.8339447323918459,0.5680714263144641],[0.5694131022069434,0.4572704268071911,0.5693182364215745,0.017918997252904616,0.0002574052081544882,0.029250086674084998,0.719046594372628,0.007487468256589958,0.2711162218044868,0.01119249010802387,0.7184645792279756,0.00033841309552993154,0.005463070518289262,0.5621717607484688,0.9732737220774587,0.9338637200865555,0.06812232495047829,0.7922735580777656,0.0015808742357637105,0.7669405449441525,0.25747479650245647,0.3398067565284488,0.00008044048640621034,0.009543491245285337,0.8962419375624195,0.2786092905595089,0.19071558989291362,0.8656458517639284,0.3683759131699951,0.08235155049922221,0.7640321340221071,0.6093335608774167,0.9112879911877467,0.715537434425217,0.7697363175938239,0.16310416404066663,0.21331737488809877,0.8105411028785334,0.6214565277256568,0.6231618176696649,0.8019822847122959,0.014860440715168956,0.01770872001113955,0.7064085061183163,0.5764358822670701,0.864205079653555,0.007541389148140306,0.23441628739693363,0.687774796956951,0.7068197169784847],[0.7664351529269737,0.5620663867893998,0.5840921081794165,0.055277170677041854,0.005941893389917065,0.19552744124222565,0.3502635548499192,0.00041639134641053346,0.0025167151882707506,0.0785159405096778,0.021082738794294006,0.5384534601747255,0.000024618898070651,0.7132013570579047,0.00021691142814732117,0.8469867579514199,0.3742109415561345,0.3087173595050071,0.4853076385757804,0.49668807123719144,0.10362952196050698,0.7228546291073688,0.49495535823067016,0.46585354112905064,0.9055204744782932,0.7613195170668167,0.628806704858684,0.5111042543308387,0.22854019321269664,0.4733916200959186,0.6716643655982467,0.6007894715437505,0.021611765125044563,0.5128943284633722,0.6418732191115554,0.5723321662469901,0.1003787764742436,0.08122219397376979,0.5339007044943399,0.1010812832713752,0.8459423709601641,0.3990567018039411,0.00034403486144011873,0.5941892446174556,0.029093098443066706,0.3686515188019513,0.5201801699823743,0.007906289724753969,0.6772559903635689,0.6867212617202837],[0.6178442205050945,0.8043534609796283,0.8083916635944361,0.09814928158387058,0.01848958911830034,0.2716143957373086,0.24102671380042978,0.04940347529248518,0.03321985554912617,0.010238483438983807,0.13319216390872105,0.3968821953279365,0.00005436228649502197,0.8226752871069066,0.0002908394734036846,0.521339011662781,0.3857526264338571,0.4291300448795172,0.2677908468378281,0.7400057590179419,0.06149333589621994,0.6976020487834357,0.37881305719887726,0.7318998148638349,0.8847590734440159,0.51442165849586,0.801921987403335,0.5521072012782077,0.8137338072609536,0.6715236098679689,0.5658016981119485,0.5443253431674967,0.00950972911641084,0.18801067427657484,0.7800388062364142,0.5599153207077353,0.4122332842132412,0.18650583028566645,0.8522997139146313,0.24891266725984598,0.21112942620023448,0.22963694609934784,0.006384253444192077,0.5613391048937154,0.001406097082614337,0.4198669133041873,0.5399645336140532,0.04198952528820105,0.1571697564779953,0.5774991973849647],[0.6211587637350626,0.012990766617022916,0.6985325644671541,0.7511134614430041,0.7078536045746624,0.6963712629527451,0.09273455844179235,0.6416094595844825,0.8135280143033002,0.09008008708852992,0.5540059572056699,0.712729988906739,0.01281999888959765,0.2617000533012961,0.5365427690777054,0.1406118965998725,0.552422567579604,0.47383247415291124,0.6081110228723637,0.5359769274987668,0.35858555979024026,0.7443394345172508,0.3600804713438527,0.47893296921552936,0.6889560864530281,0.6453669996786732,0.3132810769076153,0.07627003695487368,0.7001839890035603,0.5061549865481669,0.02234814792447671,0.32902956188740673,0.5945934991495695,0.6751499331366818,0.8231775336345533,0.478241826608193,0.6395448634643429,0.566722118629296,0.27633961555637315,0.7140453324280464,0.1824246735817694,0.42544817052382866,0.004024305780763074,0.8417288576672052,0.48522715939630684,0.0415921158397596,0.10096575455407639,0.6373499986727434,0.647280017142216,0.6649651108144923],[0.5957134764382503,0.026553491628400972,0.5071373975643302,0.5225079351003079,0.6782482040231415,0.6432844832127105,0.1474185205569914,0.4878330419402055,0.7752207504232708,0.021923294794238095,0.1459719933738782,0.8999300777433246,0.0022252057103553644,0.21392814480671035,0.4664853761943189,0.09349610014797298,0.31388281430807585,0.7747933969325768,0.5374412159048272,0.5336244012941258,0.35639128522755875,0.6388848244533184,0.34062694441045804,0.4912214578912549,0.292746592158189,0.7285064721351996,0.08176243086129782,0.02308022045520901,0.6384623888110992,0.7481822514643168,0.010903960968407534,0.23066127912577067,0.8663143239713786,0.8343637777770524,0.7643234990922316,0.4563418969275541,0.7491781601673795,0.6487200572479628,0.2791792509868121,0.8467377926699017,0.22925802110553936,0.3557299074474999,0.0009403864028402041,0.7448609504766085,0.7745754664458855,0.19558629330095947,0.0355991037207882,0.7970433982669304,0.5766861369019275,0.7545810971123746],[0.003584324155553772,0.8087922049171677,0.8203691709038595,0.5622836350504928,0.763835006309814,0.5780995287583437,0.662516364491385,0.021197998689451054,0.0936589973899479,0.8653699652867328,0.5388409379911049,0.8623906370158014,0.4434291696333611,0.5575729523616205,0.6109102662590552,0.0019471882625595887,0.6602454427655468,0.1185222020308087,0.6239012889232027,0.5151864090785984,0.11534881256753907,0.21830463148463627,0.07669412430809881,0.6727453878366604,0.09024494414034968,0.6262072685907458,0.6152398787873045,0.004733664290423818,0.7765787750243649,0.8424381302300499,0.6223776839981402,0.01641232115061677,0.33590146426993256,0.5944088355759912,0.7304784267093432,0.5961822339512013,0.6052107284791641,0.5601264260379158,0.06888945825202547,0.2344875355912138,0.2273216887739777,0.6118607800971911,0.34095013031072696,0.5999883473893575,0.5509984822548472,0.5679382244258282,0.49108806657391096,0.518012120949689,0.2837251647044979,0.47269027672762626],[0.00023007330704669278,0.48780214948787354,0.7674286278052839,0.19258777603531485,0.06617924262496525,0.6575102623453277,0.8198709126879997,0.42820728504563665,0.3521147288386638,0.4405907505003231,0.2301939489157164,0.5785848634985166,0.6149891276176567,0.3638139675342508,0.3960868964385865,0.0007100204916021211,0.7142896431684558,0.4805896945378992,0.8235289876405915,0.08108344849282664,0.14206322352593606,0.05241161579473671,0.2765478450621318,0.5195239819772991,0.08127765106208408,0.19901675188795645,0.45367352351939233,0.000656336037490268,0.8949748001549584,0.4339874358082951,0.8227335718789213,0.15942696673390186,0.4067006766579539,0.9128869393305785,0.5249772508419308,0.5206840934290052,0.23600796234253135,0.753663046784612,0.38776831625314123,0.3080334915601054,0.04052229859413617,0.7770676227628988,0.2933522502519948,0.4097413973037761,0.5131401425353462,0.38507224625699876,0.4858341179631396,0.604654985705131,0.734450542489026,0.5014230132091766],[0.00786188240364983,0.049353435188333926,0.5524912511496975,0.7302384548467548,0.7877967335699373,0.8027414052113282,0.6893518140572912,0.03084493102535246,0.7612709423989938,0.3496261134328526,0.03697320508857416,0.5561250021032778,0.0695149998399233,0.3774964791993475,0.6583194255500205,0.3971165990774016,0.6018047843618617,0.016133028401931468,0.5667764049743594,0.003984077862113702,0.23349386470590577,0.9165561086756444,0.026301243231814788,0.12792742674077273,0.7409560877766878,0.022977214267572505,0.8254758102927834,0.5788997086012749,0.03206708329011047,0.8312363630347686,0.6303444367579164,0.8426079048531583,0.22319660046434217,0.0036191590818506797,0.03408077467041711,0.8136522957470964,0.7104932537508244,0.6447311823824319,0.7371888780991606,0.04970241088620018,0.7286322568008828,0.6266240460500939,0.6238792417812596,0.40332700402307897,0.49448052983087165,0.36898310219836233,0.021848380655796387,0.6239136407248494,0.5578283561144526,0.322116093041993],[0.30794330542588233,0.33503904985186683,0.09506331584898568,0.668823795656796,0.004287209085100732,0.01565813165568682,0.679289665678067,0.651767312199317,0.00009898683953216697,0.7769380665291579,0.44875050550574863,0.0013658859936670931,0.44820177981626386,0.7046842772141798,0.4221033250997144,0.6375134976067427,0.15057989352199933,0.1049735172776549,0.00001655355874870349,0.010721114955941883,0.6886021794061205,0.0010482495704380557,0.0009417915801464876,0.7061124219497594,0.8242849034679709,0.848991628997506,0.0007447848660047778,0.046599414686723385,0.03431944201269692,0.6465505637516596,0.6772625526849386,0.6059208382546915,0.6401782456692707,0.5632307879911158,0.0005980101639285132,0.4068986625295987,0.3096591054172186,0.4586328310220214,7.859722290139045e-7,0.03451382882650698,0.7531177776371342,6.085525625750838e-7,9.416240749539032e-7,0.04373305434381448,0.4027941690117588,0.6829638338713779,0.031939581052141765,0.002123109203972768,0.09667174932076454,0.7463175717778022],[0.866737420196711,0.333188177842322,0.482584636640384,0.6868378418079049,0.0013301770759880345,0.4394163521412763,0.908246957173656,0.2183454119172309,0.3656421955710161,0.7537536644863267,0.436469996845565,0.307375854894149,0.10803673242623159,0.0028658024059714155,0.0016261641147188345,0.6112928960535108,0.000654549316334421,0.034084915934811465,0.738386732238393,0.043213902000379195,0.00005028679711294738,0.6918583526917795,0.019934187242117214,0.06374211130857943,0.6220393067638524,0.3604754681910478,0.000005189491827017177,0.02603117846602073,0.17267464389712184,0.8354773714571183,0.21068382283864792,0.7754796138042653,0.7113516040736373,0.7820431762116034,0.09225895869221756,0.09255397783390078,0.6079025728516745,0.6561896683801928,0.7779523400031532,0.5876981374417716,0.4678370757469936,0.009801733545289284,0.7647248573174542,0.2864779352426742,0.5448151355891367,0.1400295469974672,0.7416952790480853,0.004950932544836253,0.5010691526558728,0.8183098417148306],[0.5970292237946653,0.47316699936356466,0.6942353163767891,0.5982518127482239,0.321558588303542,0.7646222129041931,0.6160513456628743,0.8188457646170683,0.6935197581205562,0.3795466076566733,0.2868355003976358,0.801667233436231,0.6396079588167204,0.017489776019594505,0.3722609735504618,0.611138672139286,0.07280053648809738,0.13268413538262477,0.6136403697699205,0.25331724932120514,0.2733093908040849,0.3225378195491507,0.03488989519353136,0.7926699103160162,0.2809171771464053,0.5927101552290841,0.0013954328922741858,0.014852300583296237,0.0030842717722483304,0.16370176851847407,0.6629140920617516,0.04900341668757144,0.8464686862307528,0.2052205479632174,0.030978059724763266,0.12496923692054382,0.47582026271559935,0.34923576509786797,0.8118591536909112,0.5864281267634461,0.7132345234204199,0.6059590292038963,0.6629431548398514,0.5602529710075388,0.899289340831418,0.6354307373485171,0.8348602368358274,0.009848197584597804,0.5651609790796878,0.5993063510048434],[0.8184201470266389,0.07673914685073631,0.9493436821748797,0.727122235358811,0.4161621604337641,0.4070870111122593,0.6076187075384648,0.45789233115187805,0.6311652172260275,0.5792285197622888,0.5659530721653496,0.3024410015377087,0.710669966481278,0.3547831863297584,0.05453528178870793,0.5623520707515566,0.001376908100207014,0.4366020181058816,0.8039661601229885,0.8265031944999124,0.0003975324941297197,0.30387178387612246,0.3659380862658067,0.29875915922474866,0.5040539181460483,0.4844336573092127,0.0000023147498297324106,0.04189746168447063,0.0768590465517544,0.09606532152493444,0.6438559250308703,0.10963485451084988,0.4949619130838315,0.34028358929837227,0.03130329061940163,0.06863345869273073,0.48861513210908303,0.6143040718868247,0.6209340383583448,0.7653987540315274,0.33679939828103334,0.18717004096263945,0.6699312824362281,0.3157278744023482,0.8982794492419818,0.5179956473023624,0.7203373635978616,0.00024246102384015695,0.0072759939896949,0.7673805321256917],[0.23630480504230636,0.02732444611534045,0.8277197142180069,0.5398096393374269,0.395731529621535,0.04584661092319858,0.776762567131155,0.6104912895372314,0.24060445350405268,0.6180126378731542,0.7982858642879627,0.6345657924199336,0.05811897792736365,0.027710033291140173,0.0074703505862394465,0.01425719150106663,0.132520278247525,0.38005651766615445,0.9089268953786346,0.17405413848033727,0.6368737486484747,0.37083795539027764,0.01091044657190166,0.6507819111361306,0.7572193267884798,0.5555307797657407,0.7134161719827743,0.55717659716631,0.17904594311681918,0.5740912922447261,0.7025333215456867,0.044434417045593685,0.17306540365303716,0.06260307335135064,0.08944939919272615,0.2108810142509283,0.35772798411378054,0.8694874526480516,0.6609689504836892,0.8449259883868081,0.44609782692225997,0.22862670248216793,0.39843451651025563,0.8375935122147591,0.3849160044663595,0.7674523356249439,0.13103302321283072,0.9244260776086674,0.48084192332973813,0.050533330972131106],[0.6426436383449846,0.1753041960769092,0.6788501121781003,0.9177582750609874,0.5722787547338394,0.09434834806943362,0.3919717968448149,0.877902903356438,0.5841691795689603,0.6026967521264425,0.5893586303705559,0.6060500617087604,0.16231748742712312,0.054739384704362036,0.053160852706314494,0.08626619617896407,0.020466368322683802,0.8110275349613075,0.5777865455487543,0.884952529551295,0.5638857682777056,0.536243945685392,0.0068485315192143,0.01730622190742233,0.9264160166985259,0.2430590621464925,0.9117835100565795,0.4844019686673618,0.49950772328062104,0.7803674279864878,0.2123890539764637,0.37157343114406344,0.38020805044394623,0.7176157427895218,0.025771249535444084,0.008515391796927445,0.12287228567459889,0.09639616700070512,0.5111460133283777,0.6944397551242213,0.2919052672009295,0.7912444773615934,0.0873917820240535,0.7194390412082816,0.6362489499585366,0.6024605653687736,0.5019549860740782,0.6627515054280924,0.4024511471343193,0.025682526565416676],[0.0056367850096622546,0.4136301826780785,0.20284940402004367,0.7374652668343744,0.6897015903884448,0.5654635938681674,0.22251589767624455,0.011438734758482717,0.05286266603151699,0.20610142469441425,0.46609670195338454,0.9204107622295311,0.02053369590015243,0.7986027650542334,0.22979849723615658,0.7858657921473836,0.5782646401897229,0.6845130205537803,0.729598203562803,0.21438255663189285,0.07816485339491797,0.8012260734639256,0.6623276568691857,0.011539349439131716,0.024867081330961806,0.5226024007375264,0.2249982924945051,0.10280386500862237,0.09930059884605182,0.3914484420547075,0.013272507387421252,0.8207968523810797,0.6018017081624566,0.06751860453802236,0.7854761841511765,0.012256413737261326,0.5972292254658823,0.7460482242017311,0.8156255408940029,0.16546696247086198,0.6863488845860825,0.012013454287679946,0.2782750285471288,0.0005548919379319495,0.08481556701136048,0.4659504413581007,0.6065145005455224,0.44454433103560553,0.5638255712591682,0.11726754901449825],[0.0003141157093889297,0.6296779392425589,0.0008375998435435352,0.6697685743550376,0.504620760079472,0.6827519919242119,0.5041445535684281,0.021834300905174017,0.001949999168698904,0.8542178558354745,0.38403226062472257,0.6049992447432649,0.0005440208748081554,0.36080195584250463,0.4890216612749623,0.11296648039147797,0.13680224260586513,0.8526325432986145,0.9359257559199956,0.09664760443267693,0.8851476690702428,0.07818850130670166,0.7558507255083465,0.009257843826002027,0.0018240940029597226,0.6863556936651743,0.22433560368785346,0.01079086040418407,0.07794313962333958,0.8423897356451697,0.038651450025998665,0.6758507918874844,0.5861695098810172,0.000020902601451082187,0.6897087059061681,0.015346000175968764,0.6529296685292062,0.07186112382215469,0.5027609209904047,0.7182974450349408,0.40317283145818145,0.004516179156754835,0.04286290158525386,0.0023889565261947785,0.05483563625208205,0.7634891977655304,0.6429340328301503,0.40676494505666105,0.4023651742550782,0.8078646631003921],[0.018291638140414044,0.18512111007420745,0.4002473006177337,0.7559994729218711,0.33155476441772835,0.031306729751037474,0.5818635473895942,0.39773882983080516,0.00025572489339639016,0.36202219962502824,0.715325196556721,0.829503914246139,0.00005410019986355929,0.591266864755305,0.7256998026927884,0.7304648987689728,0.8476959385901304,0.5024078645858538,0.8570739933316225,0.5351911600281474,0.3579672247963442,0.5586312335264194,0.4793167894070065,0.00011033687151092074,0.818622059664329,0.045756847570639074,0.007339215524916751,0.4512161289114474,0.0029658497762913914,0.45084629354371203,0.3475516067399832,0.4855885125512419,0.35017726551348954,0.7155643137515914,0.6317469103176777,0.0199681539018382,0.604518594465243,0.899688529493873,0.8008875724875768,0.0006764865969623211,0.004037936033693799,0.0016720927817166615,0.34807953968402566,0.006613706702151496,0.22961567607621236,0.8505209117672929,0.003671167720252566,0.5185284205472076,0.2630667221236082,0.6112265844805813],[0.002138319046591343,0.5235643629845241,0.5621033977753923,0.8560418273712955,0.5760469251774276,0.06999451231885268,0.7806553563549598,0.5528281612902343,0.00026806103600888944,0.6687328105861178,0.7711129673396917,0.6742282333012799,0.00012470349590378919,0.7747129954024841,0.712512373823406,0.756706049503645,0.5458704516722642,0.7087546719029278,0.8294287934235997,0.7538538590369127,0.46696272998402016,0.5189083935072087,0.39787639221362187,0.00008778689749338464,0.60812800523305,0.032890815725947556,0.007537513456522921,0.4505778273112792,0.004154830648711255,0.6159747623394791,0.1888082833884034,0.16903299998915294,0.4999390237484991,0.4877753346407964,0.56438691449909,0.023677606790546337,0.7660690206360644,0.7744614066629,0.7868025559495827,0.00018392357552440738,0.0021315827236752212,0.0036551906325441837,0.440114986210321,0.005753086776128737,0.357739364823876,0.7729373944384598,0.004107769847228211,0.7640841773757868,0.12910613471246513,0.5188019021007804],[0.0007285488804775349,0.324081691792454,0.006681204643292396,0.587930169192844,0.18453360706606992,0.12063090459734035,0.7929769205271797,0.6191322962237974,0.000024309963409220026,0.8960837504045688,0.6815697028090671,0.31134221181698857,8.517493210518232e-7,0.27199864940422475,0.7510530906952626,0.3147450534084414,0.08991069580882291,0.8125788235958153,0.8765797360849216,0.5590303330967906,0.810749991639002,0.06646625408425523,0.23793117288857074,0.00042835280987862294,0.2676542494850997,0.181592118798793,0.005030912231898714,0.09261350884471432,0.01840192687062367,0.8400325645044397,0.1816748610556445,0.5960410195729131,0.7168813832752515,0.0014893243023929332,0.789429502927862,0.2418917735976656,0.6721301481545029,0.2521387848871973,0.6417018433178526,0.00408963077809866,0.0015667420912942875,0.0015350791044229327,0.14594655311774496,0.020928368122256045,0.25296565774523194,0.9106521582683923,0.007038528573642028,0.8093378662984906,0.15486919614243774,0.8623084567163725],[0.776688292727679,0.0005950746124724695,0.3973420793996078,0.5821776179478931,0.514660152109937,0.025500568007309744,0.7629714962401525,0.0011697887225782316,0.07081289689406811,0.007221445956279249,0.2757377069589052,0.56457027183064,0.7394058150536079,0.7476027903649665,0.11335505234685393,0.3230232147078339,0.5368783577860126,0.8923330689140065,0.035016474402041226,0.0058206986819767745,0.7763507129243081,0.27956709080983727,0.3030709856370957,0.6086680107302762,0.7528229217969046,0.7136286510484613,0.17780965015009353,0.7688727108930868,0.5800570741292592,0.8246979840306725,0.7276932696208732,0.5844362177480382,0.4181217604440708,0.15802578999089423,0.38508078085545694,0.024288023712902205,0.19231443496079548,0.347242365536096,0.02354282498218677,0.0036732736751233157,0.664129239566655,0.000021411868902404927,0.037933583736822304,0.11724855289464023,0.5184800206847132,0.398570335743074,0.24029267013845843,0.0008822421759465927,0.016124988251030717,0.6682940920234038],[0.7413795122404633,0.21632909744218853,0.7466094939336496,0.6803025319325116,0.7458060019373323,0.24963231088340732,0.9110117980650376,0.000805925084894828,0.9020795698742599,0.019207114542623173,0.9229932398971673,0.7542146559872663,0.7929884804523029,0.15065356800807778,0.06769808686328738,0.4427403848855684,0.7515133149780642,0.8252492742907249,0.8265507952700057,0.004725300744482429,0.7545837521761141,0.27148601114426774,0.5081743389781405,0.7580696150806198,0.4261885434111916,0.5982707059022447,0.7566079644931659,0.8952971982581183,0.6268174505856234,0.780635645897603,0.3643434628427901,0.7040122172222303,0.5234620513459786,0.46699508485699576,0.37685145263938513,0.4138460063422586,0.007630134070054929,0.2142320331366613,0.5518699690230308,0.004125783927531656,0.373635873608973,0.025506166456450378,0.44099364505491506,0.14142037399600058,0.8911400578376809,0.5366614536638649,0.09426964544755516,0.016654020824612308,0.25398569957551725,0.4521366862414366],[0.2523501038986277,0.12803645281599893,0.536214054087458,0.770984693889644,0.8448972164910469,0.07652541111283165,0.6630487620109964,0.00021563320716413333,0.25678895163983306,0.018726238729814004,0.8100226694157274,0.8828173566571648,0.27804195719042885,0.5024323827088303,0.023357579333268194,0.7500267890610063,0.5955694483784498,0.5344647433266114,0.8767758552257674,0.014325451588139427,0.8434491641992392,0.34333947225071937,0.3796911257061598,0.03183545398909985,0.6842962366849743,0.37047769490938914,0.5138077581746079,0.5800211456707964,0.06916949575884677,0.635661793861752,0.2914547930857324,0.505716337347794,0.47224272847424625,0.42703119454110583,0.7516141871503811,0.018177969508262296,0.08031544827148145,0.6799655204421436,0.7915495384704594,0.0010167279225474471,0.2654121291592129,0.0010621639785298178,0.5992549281181886,0.015423691623771621,0.6269288107021788,0.5996891423141713,0.24243777734293698,0.0354155002546685,0.28426068034263313,0.5071443079097991],[0.16463475930226001,0.6805277765797295,0.0008253330248521819,0.7018685871359686,0.5343626390682203,0.3882776218442053,0.40587340248881126,0.01787514760680885,0.0022202911313131315,0.8737946700549173,0.5622978767562737,0.1727432029616489,0.00021055598927900498,0.5827208075352981,0.8154000214477874,0.022799374094066537,0.00999115826716381,0.44246679965567415,0.9380210541654362,0.0996587949803343,0.9054082943731305,0.0002625638783511307,0.475516640316847,0.022551380752740886,0.4047268151779282,0.7967486391358006,0.18841100431964103,0.027315615262569596,0.004505008825707661,0.721704920966765,0.5304911996275609,0.15764955240138204,0.4993239628821984,0.0000019981743012231073,0.8238724473283504,0.5914115841183757,0.84398768609241,0.01989443014652898,0.2429539694774898,0.49636734066139776,0.013048958594636261,0.011505192284338134,0.15419220572971473,0.2471947425478993,0.5612670407849637,0.7689205168202677,0.3019214516199975,0.1758121722687411,0.5912130608067326,0.8659694483253998],[0.3139883535689206,0.30779553625510403,0.17249500057113906,0.3560249995423133,0.5152014174423268,0.7273849547337083,0.0041520316412182404,0.21897233218359435,0.36535772504007585,0.6719742226715096,0.41264604781069597,0.03580864828761834,0.46322665140488534,0.5726188230113288,0.29721581392345964,0.14730399754272622,0.24793769230168367,0.5089953097058221,0.45645591263381474,0.042630519384208185,0.07483231612202319,0.0009778904119856237,0.7978997274811563,0.25125585849847276,0.6433195618145802,0.7372998940328018,0.870898884389874,0.23794784646153416,0.5551923210263756,0.6747623049012927,0.6207838880812167,0.10566816339499799,0.7614277397003801,0.00056091676273796,0.48643880449659593,0.6826765320429544,0.6215428586772149,0.46079933610773993,0.8212952632537385,0.10782051521108862,0.002600532545265017,0.6758707022605572,0.5846343948214697,0.41968613648711645,0.7809137365003038,0.7180799698315559,0.5530866583326494,0.8423037523995462,0.6781610449833274,0.45454058153831517],[0.11948542913001653,0.3423172002296373,0.08650005264262475,0.00016096914850911205,0.25430552828498376,0.6463708065886544,0.020052775371303837,0.1333155560714114,0.1541391180947536,0.000037856945644640974,0.7985783291681495,0.7399846935273532,0.007415697655345878,0.05884624606513728,0.00005561447055595282,0.05589602299017579,0.8512618719423855,0.323982352819165,0.6152070221770461,0.7678961303287086,0.1203802098997011,0.07997060382032589,0.7221274713430331,0.05919880986000129,0.8406867128254015,0.46780964960743304,0.6802733547145999,0.6367057645808591,0.7557614119623106,0.34152131859608037,0.6620946439715512,0.8065233885862505,0.9370270658477451,0.7200395740767559,0.0000191036941917776,0.2966177020677713,0.8346004909172097,0.6346994894888613,0.4246414212566416,0.20945894240754065,0.06112857078168586,0.32337739470260835,0.00113920557058471,0.0019554528516393587,0.00036455033403190765,0.6965209431853631,0.7581045244809402,0.7479891524432346,0.4162342551723778,0.03992301508541523],[0.11204700240052232,0.4947029659774295,0.07023145230600468,0.0020537329960672976,0.38441482188387144,0.14739023414705357,0.028557561266397746,0.24926081661074115,0.10929920431342074,0.000011624673794133905,0.8597219908216506,0.11718041757153672,0.00386626729876991,0.04514651571331198,0.00010577803232742892,0.6287516000142603,0.8820991047028327,0.29493764094541963,0.8546451821123653,0.5246862853518264,0.05195727137889801,0.04296149126295423,0.9631540115531494,0.9124720750205618,0.928740085733759,0.001826909426063469,0.780488813905603,0.7089610840502051,0.5598750604528059,0.5951299427103068,0.6785589450756994,0.8263399573527581,0.7989406176553683,0.9238907603068278,0.0001294737288378491,0.3945502237880013,0.682448712480543,0.6850739838637343,0.3525405827458964,0.18192929640439823,0.383794338593077,0.5000769776958488,0.00011200152723657174,0.0004992946253785362,0.0010903510291508343,0.6689378006927922,0.949063724401845,0.804358841118442,0.47030873059711215,0.1121920004985415],[0.6793015340642905,0.18041000198972176,0.00014782910120509976,0.0024488102465272926,0.0071933205150164084,0.3964316134661594,0.49228964986878043,0.051222492502283674,0.0042262888774476735,0.4955525302528201,0.1816769257094555,0.1159126093205358,0.0000013582811029924995,0.00004050692517325514,0.23866858380295056,0.3086395371751916,0.7235613744973296,0.0007780476560793934,0.5711715120334027,0.10404168483966615,0.3750743163459753,0.002116613554615141,0.8170479451814067,0.2958452830720211,0.4081295665132361,0.8243936133713974,0.3931305364635998,0.8639586659030699,0.5097266786083909,0.8021500239002783,0.014300251543898964,0.8839443680610966,0.8321840620937203,0.7671044513395214,0.19462739502125137,0.40857406627289716,0.7191311649928386,0.2680942095904334,0.5430813218763485,0.63267930700477,0.27885115633769825,0.0046893935113369025,0.0007136456943448834,0.23870035543038656,0.002897024459721672,0.8687497971871443,0.7131916068342171,0.36256156209201773,0.6468555968871825,0.2635187944453019],[0.603203871141302,0.2084673135211425,0.0000034115911418229035,0.012287069908973568,0.00021112774976429226,0.3180829381685176,0.3343533057937279,0.04122086060825847,0.000655970443866769,0.3600356559722932,0.8905358422454752,0.25172484249821997,7.881857006666118e-9,0.00021250509732902845,0.42423808399149254,0.6833634946972338,0.33369825964384303,0.057153922321784414,0.3060260674207467,0.005657174914573695,0.9353234501995447,0.00019338481907945864,0.1292258362611355,0.3932709509142089,0.3548638741983437,0.6135998516180543,0.5890041607158624,0.49568634702178827,0.31780893577102365,0.3292485351108686,0.49980813973644517,0.6556464338697335,0.609055653961322,0.028470103933428966,0.4824385380262676,0.29241817139829435,0.44689311479420646,0.2864697778030382,0.8098043636127817,0.7271858695125254,0.2114165629064825,0.00005893333080468838,0.000058868529639264534,0.025949381539634206,0.045534375788644624,0.6525544241310681,0.34659919933695504,0.7555519181014404,0.568455175585307,0.40455128555508496],[0.6886611082055908,0.190328334273713,0.000008473177107424434,0.005238874370778265,0.00002671911626932793,0.4615816867377982,0.2530730609590433,0.02232728125511778,0.024313980390725225,0.30668340823314993,0.7081464889146063,0.502065354469659,1.1880242361834456e-8,0.0010688310651823817,0.4510096366860922,0.5874486376890681,0.558318407931071,0.020262258591335996,0.49625410551961346,0.020794792055709478,0.6035200162846454,0.0005451771780290187,0.4266641343200888,0.49183349444463714,0.3429180252293287,0.3659476051735934,0.7720945435161212,0.7136234521467245,0.7600250908968751,0.3857054262481715,0.4626709217412512,0.5651029812458709,0.19365936764349542,0.3086322986895379,0.29922299080913345,0.42063120330098247,0.16950529326471223,0.7465747526559117,0.8679655480773057,0.6012561604401645,0.2740066794343562,0.0002475071518709319,0.0002508499564665337,0.07758695140292061,0.28894209803514814,0.9343679121201043,0.740189501674329,0.4045318968074834,0.6490719502033491,0.36144472358946295],[0.6676700393385191,0.014826386277213542,0.0004570078798318382,0.04415883502096607,0.014771900937751156,0.34755797637595376,0.5491979336181814,0.0662974898641804,0.10128157173630882,0.3767623687329859,0.6561531636272021,0.8013877671100342,0.000003654509371411735,0.0009499414610473778,0.2612570621917849,0.9145208094047079,0.7409229978907109,0.06504397212781439,0.48857097059859594,0.15286678114184932,0.6621023510646655,0.00023361732223321037,0.6907763994103178,0.6764951637428486,0.6277049715993374,0.23078033981871632,0.5502519794096674,0.4367921904694002,0.669484670912958,0.07885745152884847,0.318653565383465,0.7744192064287961,0.3831461445425454,0.7673865001473694,0.11653415903656879,0.4787114421644327,0.8015334986231998,0.4443140331353419,0.6383178917390634,0.5869182576101133,0.27540935521282256,0.05446971095889722,0.0006359913785813548,0.3632145579033675,0.08457625940971501,0.7041585293193583,0.8639094934818805,0.3496865014653595,0.5348176703731705,0.32568603490222486],[0.7828618717322393,0.529928465869009,0.0005776189051021802,0.2427349050734405,0.44282594192353125,0.030691888752412157,0.6146308436731076,0.6657805350491286,0.20277140467193372,0.0892215257427656,0.724452190354589,0.6315488791586449,0.0008046588766366693,0.000025479517312606646,0.000010472490669860517,0.7157988651587125,0.870904307318768,0.07685781907013423,0.3962402985661392,0.32875689990028995,0.5130976047495434,0.02362276904870024,0.8111484814507228,0.7603069757584231,0.7229814339063437,0.07895127980256306,0.8808864165571836,0.46406033107985706,0.03825204341202447,0.40558219180052146,0.5614774581499523,0.8129851232275699,0.5740838005795953,0.7733736306904189,0.03435152961594995,0.001437115746061675,0.22311662778351957,0.006598058220990783,0.6532368408269477,0.11651079608003222,0.12700095120655125,0.4457939117490032,0.1157626344130389,0.3617269640220011,0.015062427260136298,0.8276312930148224,0.34628499413572283,0.31575256164283777,0.6304030004279063,0.43084274484110036],[0.4388421144919681,0.44235202367748205,0.04374253495525404,0.006886989436237128,0.04182384169874895,0.23850961869912526,0.8393732742600492,0.19066159556149948,0.2397563413123393,0.7173830559397705,0.21427471562453895,0.0016560884489425832,0.7250601138346741,0.5942365442794595,0.352652158004666,0.2083871328447692,0.4917440990997356,0.5749201294046609,0.8189297655277875,0.35331678075261724,0.17455105214236058,0.2202493172413112,0.05309518378616447,0.00017869475429585767,0.09408490154745976,0.7739558379687316,0.0339740195109933,0.8529612689576995,0.8643744740674459,0.16318723448419564,0.09720508962140642,0.6864241649440151,0.2827009036699839,0.22856958577220934,0.19508385999019992,0.536801240370642,0.15518542686938427,0.6963297956287614,0.2770380576531342,0.45562895984682966,0.42720660435277863,0.5631379439689351,0.5559468383802627,0.5212077543286844,0.21829240836556613,0.5290467861742582,0.33741825164705236,0.07394293993721072,0.7149048151187734,0.6783134986184913],[0.07080391999289257,0.4223050369216451,0.00007310465686168243,0.004603123526524123,0.0006509035158256158,0.05449179987372966,0.42115952694389813,0.45756339019304193,0.4546413734270895,0.7977703066495695,0.04652830389362658,0.00033983317022568603,0.6609882826797453,0.6743886652470216,0.4071922456168163,0.10800245169688974,0.5678237957990437,0.7408979661583757,0.6874314164673028,0.06170681980150814,0.4252289250034806,0.7352288955077958,0.0007565694422744267,0.0010897111207505712,0.023247828712037354,0.5835519667196033,0.012124887545474158,0.4642623419626265,0.588198364011672,0.02872298651704535,0.05990880539275253,0.6952894507807766,0.433958000424735,0.18337390816825822,0.6115344181614191,0.6383473981392275,0.921454798316865,0.7279999895917224,0.24137997135781206,0.5317589588471894,0.27714412026317253,0.3133512574839107,0.3432939462916343,0.7715397992690146,0.5581173395250302,0.3191249850963942,0.49952775337456146,0.725464968110887,0.5065018853236464,0.5830596886073811],[0.5951173559726637,0.8919879819828345,0.6424609048709489,0.6671264123146807,0.3325125566427026,0.6815057006059575,0.5329738207629645,0.012570880848895563,0.19276859232164736,0.25597105772344214,0.3540335078772142,0.0016923481859097247,0.5459509065504444,0.453589502999438,0.0001826279453706718,0.8825887809655335,0.2937046954354133,0.6179033535986428,0.7967552855330279,0.01912231141679477,0.8599273549198845,0.002008250092353578,0.0004132230627304229,0.13807321912091722,0.9568128567350525,0.009930386632585114,0.2542825735868087,0.312792787708769,0.1999866466552235,0.008475210978444598,0.04355982414629656,0.4544318819614603,0.5129747224805314,0.6101989472131436,0.000274092225548478,0.01699732675315502,0.8564723397153254,0.00675309027412558,0.7229387251525825,0.03069380313573762,0.7292610971403053,0.001304401467590126,0.0004525196438766146,0.7351626323681354,0.604131176848646,0.1786744478821441,0.5727598425951943,0.8371995554289442,0.5030092638870954,0.18817650994120694],[0.04161297142926855,0.6549978621308188,0.4946780148383816,0.6284068486479121,0.7219609779412792,0.7458268459301923,0.2727404928738215,0.2654995693118266,0.6268744742419027,0.28948607247826963,0.11507804096595066,0.15676275680220933,0.7171414793671947,0.7832430919381485,0.1753364062746912,0.7769541054558041,0.5488462694358023,0.5559912399272241,0.39122454124855677,0.42541797508394796,0.5053524068233958,0.07634142670566664,0.2403745757003171,0.04236984355354658,0.8221328044326067,0.07622756323722586,0.4216248559007866,0.005895745981447351,0.511099597123842,0.08892229852545183,0.5172346315694072,0.5397913814515588,0.021980778851704737,0.6774712234606455,0.0005705990014753494,0.4268252164886185,0.5570345899224192,0.029806242937429034,0.36716668523198054,0.41056870242158516,0.580654034108703,0.156545213482328,0.0060005369855585695,0.2724156650945305,0.4070503928144276,0.2303319145064749,0.4778650019666256,0.837568117760955,0.5518124850223551,0.006264444932912379],[0.04162482731588988,0.0999403750404377,0.5824255330777915,0.8260283854469327,0.21420676574790726,0.4333010732477865,0.7607764124508316,0.68647224223783,0.7007926915338782,0.7549876736212806,0.10411562110096294,0.6727368340325905,0.5074379478846128,0.6685038018616634,0.8823253021178349,0.7231872596146761,0.6894066579213614,0.04658205828320927,0.38675205033088034,0.4750071951803082,0.4818088071268047,0.087593141295492,0.8060409102573008,0.10356296027194087,0.6281005929692597,0.014947466673848378,0.6236348490168101,0.0018817139794528185,0.7767887035393355,0.5381183691310477,0.5029059457553839,0.718849832594671,0.009098161410227793,0.11709263892637706,0.7342933310635995,0.4909485638702653,0.6233182946988417,0.0031806706442790234,0.31874593738821383,0.7254758467987645,0.7648964361584132,0.4028306881484943,0.2211074509742417,0.8318096824150334,0.5776184849341165,0.06251608357843007,0.6992609162593113,0.6124094697313713,0.6506214900459576,0.02282233573135756],[0.6790335851313296,0.42635860302758605,0.7579049412794161,0.5561393872566831,0.01246090450569797,0.7266708594726871,0.533508521881563,0.01228908823931763,0.788883692129114,0.7040425130656467,0.5293839776406026,0.08184215083265252,0.6178129461556576,0.8352219145697914,0.7973768475284924,0.8418259289696975,0.0002485060070578112,0.3445387501079523,0.6639819450105366,0.4595255319234554,0.4639366163285202,0.3951049741302517,0.5526258215046107,0.73257709449776,0.07971182259803977,0.2594847584579503,0.7764034151904194,0.6727687163800619,0.8507117171878819,0.39873148833440397,0.480517552509864,0.08376463266046849,0.00014947262821693731,0.7983300679896344,0.06776910373614073,0.006679507377692157,0.5128206383820146,0.8678951577473883,0.114047151703443,0.0003736158465835411,0.27075713857930644,0.010490147482312005,0.08104590077690761,0.8826526235943075,0.0015788132023715864,0.629313709260682,0.3015412780671338,0.7733114985259657,0.839572038472462,0.45203037762063536],[0.6976038638940434,0.6294092153307558,0.16142486738424083,0.10408316066395565,0.00009566328854458195,0.6575468274931109,0.6189909800329886,0.0023722252210488736,0.14236290493534814,0.7804832461423947,0.16278306555081187,0.9159884255561488,0.26397258271250096,0.8660372500285376,0.24825524757849504,0.6473687766144506,0.0005572469768113093,0.3208690731662867,0.6456627312836617,0.5200230683877534,0.03440659271302408,0.6047280395220076,0.9762287337268025,0.8704995453393453,0.6008454212855452,0.524535700483796,0.5888656822484221,0.10857922930102214,0.8436048698628779,0.007762791978777064,0.017879697784590178,0.5705892142074301,0.00005736011566089294,0.5503827179818019,0.055577254989872205,0.004539787174065512,0.8198825696683771,0.5156068321295882,0.9276475071241004,0.000025137562785790226,0.35232294121847246,0.015804278812837916,0.11017176093789414,0.836385885727788,0.0008809238934518598,0.9412991926589364,0.7522912449770007,0.39154743153971977,0.7296423350142551,0.5354015650004179],[0.13222368443797516,0.7004197629123866,0.0017144653589051784,0.5201297593556299,0.013724849727715266,0.23707916884741778,0.7284510499088332,0.03504692519246888,0.8923607758942245,0.130020296387068,0.25070760435859435,0.7431748660801903,0.23372828672756404,0.49954124351727247,0.8801745936447336,0.5761967233220482,0.02824018309136839,0.6832716170288099,0.17093215588603347,0.7300856018983174,0.017273459953950757,0.9500925995334069,0.5647549228466349,0.6734428669734912,0.2665621190456341,0.8189996891670671,0.2568404351091895,0.5908332271187056,0.14366972896219954,0.2988532251648337,0.007665004034155295,0.37005601440295677,0.8386982568341604,0.8190033694103734,0.6932647150582038,0.4561049571131051,0.2576163480540079,0.13494423427058175,0.000016763114957397156,0.9066774206881444,0.5216892898389347,0.011553108013492585,0.28578297169629063,0.9388857240714004,0.7507887744706839,0.6085076456137359,0.4823435144761491,0.6295419818914694,0.004126605374466934,0.4295286141235646],[0.463561081220465,0.4087808542010534,0.0036232301207788056,0.7907920890027983,0.05039334267123277,0.8028107315365668,0.77927840103949,0.03920490269219339,0.6839482745906356,0.08279441754862868,0.46823702584898036,0.7605964963349228,0.2712604146410965,0.5792912336128335,0.15250000431821553,0.5885387537463375,0.34746127748747185,0.3230074153188878,0.3059630859939401,0.7098542922647225,0.04870731235925368,0.7560568601026583,0.7473132413920595,0.7397464964563097,0.07227835717772457,0.39520759728720783,0.05367059260174802,0.6646841300083474,0.17192613976725385,0.036160427552845875,0.018694983771074716,0.5830519667652397,0.6278174688432934,0.47371590652883905,0.8852049923323294,0.5944795172760053,0.08816139011347894,0.5893591262941749,0.00002796427477779235,0.9076538297720936,0.808011988627384,0.460037000848629,0.7577109952951191,0.5160801498724608,0.9685532195741858,0.8499537403938091,0.5085928404987367,0.9110060469533039,0.05096313031297963,0.38109708078421994],[0.8838367826230102,0.5573907723291196,0.4609798389014874,0.5457536282145745,0.09542002231663113,0.5235050804213902,0.1193708761682385,0.15476379083503067,0.7714998305698441,0.46163732171694255,0.5593817558179154,0.6988157419806328,0.5790981082328185,0.022064003271680413,0.03357313921507618,0.8549968153850286,0.6270247632941042,0.0008902748906630134,0.4628879067979924,0.612444614795561,0.16782969143941598,0.6359090750873664,0.4424298816791725,0.6706410460334316,0.4523617910276806,0.10023188505133286,0.4900292650165977,0.5290352255465304,0.1277421897338546,0.5166235784565716,0.6322163904734496,0.4115946338435856,0.6164470193148478,0.4485295263893337,0.6905583949801677,0.37728067195072107,0.4377998789768562,0.4772975442604354,0.00005359516340184155,0.33462961851424877,0.4912057051130244,0.44396969997747177,0.39708469173049243,0.6253379431042922,0.6041617581849028,0.7587766199949524,0.25133261195841855,0.7483868258779207,0.0014870017128317504,0.0728069290831122],[0.9271989978900974,0.640553463804693,0.5422220439639394,0.9327277961910619,0.005950207924519656,0.1795109440121611,0.8686747104017338,0.00009725249205869733,0.7563763848575591,0.38413543006615447,0.6076734840135876,0.7628264092823347,0.6424233487397042,0.01354649021277847,0.46531482281026465,0.3092853206126574,0.252060895758606,0.8412526784992365,0.07116121780473547,0.8135557493660706,0.030929576438274917,0.7475773077881369,0.726559652501534,0.1495504926505096,0.7921684316522343,0.704864535642345,0.03231770037999236,0.33840235649627354,0.8254494598512313,0.004609698096808893,0.002357478939566319,0.6644687617901159,0.6478628495960512,0.7318101100325911,0.839762532956838,0.25068786469801546,0.022955612928023908,0.788209970494926,0.00001725502472626958,0.8254142675607052,0.8083028553357711,0.02698850139946338,0.8419258961838517,0.7116663043240042,0.9021014980454926,0.5473144564630389,0.1270559559185738,0.8900312892093281,0.004251921022970767,0.009874032185373586],[0.6214017328561086,0.005510900203324664,0.006675621613532386,0.4828356183961473,0.38308651673449085,0.00014486255330145508,0.3161512203141935,0.6664945782867577,0.42347310131037513,0.5722316409249073,0.22776484104126568,0.3398977520219017,0.6406155503639264,0.7669157736040272,0.41356288336913233,0.620850699319529,0.724983506932664,0.594709376443564,0.1479519467257831,0.15368920634307703,0.8064704653837567,0.24414376309417365,0.00003413820531599629,0.3800642801248065,0.05911733570042176,0.6495038869954587,0.0027151063972437844,0.025991387289157307,0.23646924133095873,0.8538869492065451,0.9019764640096242,0.11782738921048164,0.6332395562382421,0.0004557722493990791,0.7594134191769311,0.23478743529264265,0.7448393562434926,0.8938711241436732,0.000002757975679538895,0.6142198801111365,0.8937149031706365,0.15278022471291608,0.322600495158268,0.39250636788877313,0.034305756551489076,0.05841303379012872,0.022865501413783598,0.563874850661937,0.09438971260334329,0.31811265355951257],[0.522685159959161,0.6520080567572248,0.0004528068874768474,0.8961872025145653,0.6864183785033032,0.008141254076785698,0.8828612904426265,0.30540400028240977,0.10694449690729019,0.9478545549622716,0.8201702150827719,0.48727707767379846,0.027575093766950345,0.7918452072666161,0.20156462410514148,0.4001518992737855,0.7167882334864392,0.011607019960323772,0.799118566807419,0.45666639824593086,0.25710911644116513,0.009476104508116933,0.0015207875590726437,0.33265369920219745,0.015638145536776102,0.29510062947821253,0.07888017605804343,0.7641647837490707,0.27418215981100114,0.7962596867380033,0.7260088970498237,0.14289717695220458,0.796725675340763,0.0002248347123387059,0.5310599633751433,0.27897142287555554,0.8737615914546678,0.0008356774117178133,0.53423199901146,0.6285667295588946,0.5684735706742045,0.3095690517893278,0.5700194364262753,0.3295725986767387,0.0010902197298213454,0.013649309354368158,0.34237512918436086,0.768390823533568,0.12652903089470752,0.35537443424558607],[0.004834083368796674,0.3957541714283465,0.3457576795902806,0.6988266780196659,0.7947725690252266,0.025674320778092424,0.5770210910971164,0.38950606571594376,0.47729272349940255,0.692904511147721,0.7627581075441379,0.24515289257695905,0.6564121413477411,0.36531610385387314,0.686261619795668,0.011577965749835144,0.01789977607259446,0.3868165060458893,0.2635045179360111,0.8353480736632044,0.14995843495951067,0.30316080028972203,0.6841414516899991,0.08305311982922864,0.3431016043323809,0.40828008430653184,0.5223888518607299,0.6114733856823326,0.2756890474470316,0.5134913997318782,0.3266539009206647,0.028656931755564996,0.6074319057624431,0.17185894387323544,0.002142903127711221,0.6918419142915969,0.865357013073758,0.871874405308348,0.3060707561007205,0.5675475011386796,0.7009777145427839,0.008740823237736643,0.16814362481201103,0.3130951538176217,0.01135930158926802,0.012889187150122425,0.7801391297186558,0.6168158641179811,0.5040844487584845,0.04212427419919384],[0.005477743976816692,0.5058505163109767,0.133866842570597,0.603876457911937,0.637250661332148,0.001331232711897955,0.6484223677812218,0.14341759390810568,0.15361200605532513,0.5138750493007148,0.6180993179314681,0.3392099427259198,0.5460560058735651,0.7299461364681623,0.7723182902070252,0.0025636728435265523,0.33826411601882045,0.32990984316268224,0.3374574645253018,0.6209084264150899,0.011744241090073996,0.022380890652784428,0.4525301751652623,0.038175006596882735,0.44682582233919904,0.2890942712572499,0.3704964768601585,0.6292829351667669,0.49020498672342894,0.8505369639444441,0.7281729722834075,0.029073636587193207,0.355509137897364,0.02340980852110183,0.00185118454055543,0.8524263196234615,0.7337826118307647,0.5668185794704769,0.6422994566948582,0.4632888479443527,0.7548735846603833,0.001433081256244071,0.21112432925077967,0.4490673953329085,0.0014976481343340182,0.029161063271040902,0.8160365102716153,0.6510457252844762,0.35215355592499553,0.29303351391515003],[0.19388638032910868,0.604367506212887,0.56626595597131,0.8269270652807981,0.1959071264164087,0.541005576579618,0.003220270569931635,0.3413840522069703,0.3238560106540451,0.08559056275268731,0.5705626899252312,0.319075053789236,0.002630336423238351,0.5795031103237069,0.8965712153750063,0.003973542915654682,0.002588633963205934,0.8499481775473126,0.4581976851142002,0.6781997920501591,0.4037898860809172,0.4820641696037847,0.2022410994022156,0.7244371066404419,0.14711990045153522,0.8637306387959358,0.000036207176705995865,0.7526016382156004,0.48676472578912905,0.21993237940808508,0.8564970867187499,0.6303416525619582,0.03080501404226072,0.04540310794565454,7.144149224244269e-7,0.47657496087467605,0.7765744461762772,0.8750115182365638,0.8527520715900202,0.6299170673674259,0.44948384192380975,0.1744308927482804,0.5928802028039025,0.15195371091034693,0.007616810546238816,0.0017795081967815708,0.7919087442934019,0.05310148991060958,0.2766802501915976,0.00012870478102426164]],[[5.474758169420694e-7,0.000004059823359051469,0.000022910424491657854,0.000007720683464760184,0.000018142562208963632,0.00007522322232137096,0.0000069496904437937765,9.178980135761009e-7,0.000001020576816259451,0.00003327023578468659,0.000016488049053007087,0.000005825430788683641,0.000007294300682022179,0.000009649168828256266,0.000006502548280851344,0.00001057093832793858,0.0000018070367244923784,0.000010159899588462037,0.000016698758314223828,0.00006770512620785108,0.0000022770560673147432,0.000013594100071306187,0.00000635830768577265,0.000019982756888604312,0.00005978109705851332,0.000016395591453037172,0.0000028769398927495126,0.000007798220965203202,0.000027179949134358715,0.00003814189494269276,0.0000028254834341013675],[0.00005709240376915536,0.00014853697548467942,0.00008773882605652258,0.0000024569482207417596,0.00006925793596868272,0.00010261360109078044,0.0010100337737306193,0.000029339379824736504,0.000008484574077547808,0.00024347874251636511,0.000021949774397186756,0.00008636394950271545,0.000009217979113804516,0.8538920923128538,0.00009530211161208057,0.00032985699517954083,0.00011752711873902351,0.00003552138486160666,0.00003005578937722726,0.00006935821874183387,0.00001761819912446894,0.00005607853518885563,0.000005262677299410418,0.000006314072186337547,0.00001015263076130549,0.0000058870056124273495,0.000011511550605773842,0.000010253101803111993,0.00007426957264017709,0.0004942856041310189,0.0005551856815781273],[0.00004335608153532104,0.00003064058861269573,0.000008879492241734,0.00004852026036102133,0.0000011819180966271947,0.000010881620968876437,0.00009740230125074076,0.000010160758766846548,0.000037308877052819635,0.000016121127286265614,0.00014875546793825185,0.00000325892659840017,0.00003953614158094544,0.8257084947292611,0.000006465529480802766,0.000021723211639884053,0.000015914648164106165,0.00005634499539846024,0.00030407069507819735,0.00011687922250450795,0.00008323740032766185,0.000004676494243826001,0.000011301548034215957,0.00001958408113816953,0.00017933355620605636,0.000006719560857259996,0.000003085242875073641,0.00009969276557589927,0.0000231137462145211,0.000007790181541753391,0.004855187452005083],[0.0001371668587225899,0.00007031761817919377,0.000039202376439475506,0.0000745170584035878,0.0000035020843101433463,0.000014504641229972022,0.00032323562830889184,0.0002954443625055561,0.00007699321357746913,0.00032228969610155554,0.0002084645424931549,0.00020000979419689078,0.00005336237826081944,0.8478673047172961,0.0001291493850203963,0.00037716941487384004,0.0023526645253774134,0.0000099584174047861,0.00014371355292000908,0.00018834799481569028,0.00004508162133225847,0.0001551685875211484,0.00010940035275244141,0.000021099166780513393,0.00027545590194919033,0.000005258102937381506,0.000019743445039676807,0.0005092122130095231,0.000042658086012028436,0.00009003517503972692,0.00031868438524707736],[7.232246604174011e-7,0.000019122901295954568,0.0001784788494707468,0.0000712884088405835,0.00001947450331440369,0.0003495624985958253,0.0000014091541244439349,0.00003623750814294353,0.00013157775090936715,0.000023539797558205073,0.00041784174072155296,0.00040839080522970785,0.8319293098003601,0.00005367353930084323,0.00004559260547680133,0.0006369438449839852,0.000037214110022504426,0.00007888795453299062,0.000014917142385349779,0.00006681435532855697,0.000021340343833827328,0.001096898275745764,0.00013651035463995947,0.00014547429415788282,0.00003881039972981937,0.00011938778401018269,0.0004092159499745026,0.00023405101509556874,0.000286830842260677,0.0001882885357309521,0.0000028687467834368955],[0.00003141066358049215,0.00011007410459148771,0.00016867991125730253,0.0001631621169252535,0.0000030242219638229187,0.0005809121453785054,0.000013747177141503655,0.0000035698106505695504,0.0005826931527063179,0.00028035578777044635,0.0008083159115128155,0.0003200914008862376,0.8338442416029704,0.000024021804872061096,0.00001658682934821105,0.00035923008000650634,0.0001099662267495734,0.00009597687410942933,0.00033182288269230267,0.000032864909204266185,0.0000052638162127084925,0.0004021457923420479,0.00035254420373804194,0.00006299052486797363,0.000938918341359515,0.00003177664275778103,0.0010100568649912592,0.0004057127518665399,0.00019450894607082447,0.00005756386055893464,0.000007307048159424451],[0.00003611092553399281,0.000022490406195852297,0.004314197777611909,7.814074158475117e-7,0.00032548331727380407,0.00017412552034666245,0.0000036465048423027767,0.000047871226599731454,0.00004353433079224938,0.000008796481421943748,0.000005283237514104692,0.00012689489810829532,0.000024998987063172934,0.00018489472366883068,0.8058587177289207,0.0001710793855579502,0.00010536655717894664,0.000017214091472049426,0.00042091032591525575,0.0005137228330673876,0.0000017844070453702962,0.0004446500032576971,0.0004241947606755363,0.0004424318165599248,0.00011357068514910074,0.0003767590712514647,0.0001314722715357575,0.00003455081579285571,0.00007933833949386578,0.00002605056319976142,0.000006318532002658097],[0.00008408210775214667,0.000029103589342805052,0.8236386991631227,0.000006511302746539408,0.000008878226227460461,0.00008613753810114442,0.0000037238106729389995,0.00013508986487529093,0.000037471689546490844,0.000052700077362847025,0.00003564561688686294,0.00035010063550702683,0.000156008942245567,0.00024610762120179857,0.004833080308917003,0.0003869637327258148,0.000029733851365567785,0.000018808674116016928,0.00020605350531748345,0.00012699173125662406,0.000007126760524307442,0.000548804197804469,0.00030793826248767087,0.0002770303354798595,0.00004646488609811594,0.00003005715714608293,0.00012549312558195349,0.00012093246516593726,0.000023031111148522762,0.000012916615541990601,0.00002486408749640904],[0.00005425617122404247,0.000005783580751205454,0.8497178562143797,0.0001353469912925094,0.000005687228741807454,0.00006892064168058182,0.000052723939675695535,0.0000270425783108499,0.00040816256883533636,0.00035315972944467374,0.0000997244560116296,0.00010314577844546436,0.0001906334640253398,0.000024969838721860136,0.00003278581469758843,0.000012686460809403624,0.000014616171727071445,0.000001037416320272489,0.000026605192590386635,0.0000014597487255043857,0.00011149287055627935,0.00008547477525901495,0.000062146621398318,0.0000016495660384088718,0.0003819464401686711,0.000001123754409855727,0.0000015880517545294824,0.000018888346596471517,0.000002654775851255361,0.00007539714663692456,0.000004917026686550609],[0.00000970217321458604,6.481494033027828e-7,0.8466073964292866,0.00027600675537060057,0.000004111001478124199,0.000553855161668772,0.0000023032968248152967,0.0000015907079970904089,0.00002692820230281968,0.0004721373253523747,0.0000010815300039822612,0.00010311967467702101,0.0005127448647636081,0.00002866959035130744,0.000013150575289355974,0.0002596632186013867,0.0000027112701160682025,0.00015122527755001753,0.000022180288254109568,0.0000945217200923794,0.000009166207441496345,0.00016718347878230173,0.000022373146048839544,0.000021323146524793166,0.00003612301818037263,0.00002253786222534308,0.0000641923460898877,0.000021428871319523316,0.0000016121080223127918,0.0003883278509749958,2.6828142237790236e-7],[0.0016036472734548438,0.000004680054313600997,0.0009762277416961852,0.000021466929630795043,0.000018467188891535464,0.000008253262285461074,0.00004527923290374911,0.000009276137840750062,0.00004162307844875854,0.8301003992785287,0.000011507718664567906,0.0006278763309435205,0.00006406409404700165,0.000015174742923589498,0.00001560168614281166,0.0006809300541140565,0.000009199872146386446,0.000001533317068464146,0.00000950923651629533,0.000061976318983621,0.00003532755784023492,0.0000413869730884395,0.00006355813719395916,0.000227070142980697,0.0001540473639883763,0.0000016219336124525674,0.00007707166389750154,3.523976388958903e-7,0.000008573179148198418,0.00023246761177011377,0.000028445585234937178],[0.000006497529667860931,0.0000049545226685107255,0.00023268045173098484,0.00003046397422144818,0.000014482260155230164,0.00016041189766303104,0.00001777314193217829,0.0011842999199242464,0.00003097944957640034,0.8411486654915526,0.0000017312469457629713,0.00021416212144988468,0.000001942547052326277,0.00026855573371608346,0.0000179274258205308,0.00001857354927764672,0.000023093541458512454,0.000003038634526542347,0.00007856419032717287,0.000734739595118537,0.0000054083733799392865,0.0006332777302887593,0.0000098872226255822,0.0000036217977935524054,0.00006173973913095396,0.000002888141328311471,0.00006258450698451563,5.128110130225668e-7,0.000009349984446051726,0.00004314897397301268,0.00014504019733909375],[0.000038210749663514325,0.0003267780720483134,0.00008709796362019526,0.00016854448406619378,0.000044386215718416544,0.00021955775345170004,0.000004926204348936771,0.000014219024652653876,0.0001295056827052395,0.000008834017734617384,0.8734380749731527,0.00014298222415596418,0.0009394201104060173,0.00003609018890809144,0.000046252511628939746,0.00003521646752728161,0.000012018616066093682,0.0000020787328907108476,0.00012907362647523188,0.000019012645277247316,0.000012923860966833522,0.00001634244611708736,0.000016780668481815653,0.00010282003277695328,0.0002720749715879104,0.00016667971933139594,0.000021206246284426992,0.0003398204287849451,0.00023141911278026076,0.00005617079860574454,0.000003592836156545081],[0.000021493407201848753,0.000037022653692464686,0.00007335248400024471,0.00020674204234862823,0.00004865481317354857,0.0029783859943461615,0.000012996178549901685,0.0000034496211675079705,0.0003072567283513105,0.000015106759725723847,0.8462137963892512,0.000023454091139539024,0.00011227917766727877,0.0002060558498982332,0.0002267900105193324,0.00002926644615929223,0.00003811222903932846,0.0000015060643197500628,0.000012078238101572022,0.00007284149924237428,0.00002415903454378989,0.0000952074851088281,0.0000764453724381105,0.00000790028298835877,0.000012255784253782396,0.00003374576086089848,0.00003402460091057578,0.00009463923592353688,0.000006948471563705734,0.000018473387561008996,0.000005164594419495442],[0.000021829421116455703,0.00016507992562941057,0.000028793247638387434,0.0003475025559548054,0.00004719737739594949,0.00009923951493107612,0.00003927753999231796,0.000027258514596563795,0.00004146409661864697,0.000012718512015159248,0.8575281491049352,0.000011184364137631638,0.000012085299138748754,0.000044410580343579674,0.00010828175459126858,0.00003559585618648778,0.00013478021934006578,0.0000011013914568113886,0.00007619012207787717,0.00002935283637807926,0.00004397305992529495,0.00018585489879147115,0.00003321468792985468,0.000015968071508659864,0.000016052438297694964,0.00007532337610349093,0.000049739944593969415,0.0001690012757653159,0.00005333773250079558,0.0002211908493766568,0.0000016751252338788058],[0.00001689997361162775,0.0001267427869570985,0.00001463231483999171,0.00010776508278266402,0.000023566237325064827,0.00004274803400176973,0.00003272796240468056,0.00010247886987538901,0.0007857936910544176,0.000021687019555993412,0.8446726374384553,0.0003327506268488813,0.00016327517378773022,0.000033389724043137425,0.000006362913656763297,0.0000818382707007276,0.00006543822521110287,0.00002193931554857587,0.00002718310323918201,0.0000012120856325819286,0.00004460775392492143,0.00000857288405267398,0.000016964147694619927,0.000007913866015142299,0.00004823120263128637,0.0003428243920858717,0.000012353664778824191,0.000383364046682523,0.0005118647621818119,0.00005020512145903914,0.000006040097911778359],[0.00001207512021172924,0.000008732232488648223,0.00019028840815969795,0.0003067194872161733,0.00008422710063334021,0.8370046560386383,0.00015686543788414988,7.29301793217124e-7,0.00022623961375681177,0.0001002010297619631,0.0018414556826502366,0.00025434889056870146,0.0002404349761327935,0.00002292388445982698,0.00013213449689091072,0.00013963258194933642,0.00005172664141310585,0.000448869529777835,0.00006329621663491529,0.0005017898567875301,0.000023213747879391594,0.000024761809695509638,0.000034066287656630824,0.000031073757672893656,0.000006182231276550864,0.00006436591470904857,0.00040582767416176286,0.0000561863844052368,0.00027575504240083185,0.00005187363433534289,8.085625210435701e-7],[0.0001006255887549424,0.00013218038299191276,0.00002041122343975537,0.00010181360896138006,0.00015858485400033375,0.8604447699539575,0.00009713920436429694,0.000005075015804621059,0.000009477647133112833,0.00012240890126098767,0.0002660376429114927,0.00006895184829856029,0.000051888256317435947,0.0002959574381426983,0.000003751629308239854,0.000058292213993363926,0.00003227738326274072,0.000050651623106211194,0.00005082982921004542,0.0014623908418737836,8.98702499642534e-7,0.0001621050006356658,0.000011907166117318751,0.0002817885499529007,0.0000010852090106675724,0.0008260820822933595,0.00001747372285706853,0.000018287477374960626,0.000028869202849906503,0.0003709641696177572,0.0000032814826625405623],[0.000012987643730182392,0.00009020784165493242,0.0014149051714390888,0.0000877549352062884,0.00010564381566302606,0.8465051325079802,0.0002519161565154286,0.0000049512269350669835,0.000011459591731161137,0.000053414179683146624,0.00011691541269125074,0.0003341480483927963,0.0005550842745696225,0.00002995571432768628,0.000015937101531017172,0.00004621823065603769,0.00003220969427902607,0.00019779445426463768,0.0004418772290599783,0.0025908852634657364,0.0000041756441048009275,0.00022294304239027466,0.00041049029646720767,0.00016473091969106007,0.00001534163444964494,0.0002614326752443295,0.00004473020116841747,0.00003684380583034318,0.0005484193935487298,0.0002376887435711132,0.000011254254324402235],[0.0009897844943680602,0.8341769335959253,0.000020842700396257574,0.000011861505165758625,0.0007553532585422129,0.000018730648493758152,0.00001797661443283947,0.000171554628762238,0.00023603616642616353,0.00006188275277141816,0.000256574070479947,0.00015047362219001994,0.00009114353081102902,0.0004080633791453175,0.000015162375308838312,0.000058594821497225803,0.00008192911927925178,0.000011399306081896042,0.00017181907860544556,0.002492025350574615,0.00007585079433121345,0.0014765518083579,0.0004770965717355457,0.0012112985538330456,0.00006050744498637066,0.00004365956577521068,0.00023233370719952774,0.000012478072026081371,0.000012984891685941831,0.000028625339784404702,0.0006390850347969761],[0.0012314151197695639,0.8306419334766707,0.000004737785829692371,0.000006335023072060359,0.00002990420156696881,0.000007242798760411702,0.0006216599389750914,0.00015809847856548877,0.00004804060559501484,0.00002342231078328258,0.0006716218248609799,0.00011138719019565183,0.00003501840933348629,0.00007933803909711878,0.000035156024766999446,0.00002243196075890222,0.00024228354870306002,0.000011822584388323717,0.00020637326465511115,0.00028755998055050565,0.000010499831064647613,0.00006904674965469901,0.0003854175550536884,0.00017656031389855792,0.00003697468195020529,0.000051976362650825424,0.00006971097118393517,0.00024374786887267053,0.00007865123175588154,0.000013100550110814804,0.0005387392828550492],[0.00022036823272221742,0.8368470582510277,0.000011937814438150526,0.00010174274927464126,0.00004236236300825591,0.0003408810195573305,0.00044341350513940056,0.00003066250817031252,0.00001717981968479387,0.000015656277712424953,0.00012967414154267377,0.00003594218376323734,0.00017534061947760085,0.000005763832231948416,0.000037071244851408285,0.0000555985188170336,0.0005038178659957984,0.000003515755001737863,0.001508453582612918,0.0013403071697809508,0.000017848172547558804,0.00007480495363846797,0.00043002644321834675,0.0004913857770466082,0.00009421613885503231,0.00007657612809413901,0.00003433329222725779,0.0008163907936468511,0.000429133456814644,0.00020936665012254272,0.00021383163647459755],[0.00004586451109822604,0.0005256364172918543,0.000004361526891260575,0.00004561485119201421,0.0000014474734934890385,0.0000026223782554698154,0.0000060120179218211556,0.00005504764060944779,0.00011415509729678983,0.000032233067328923904,0.0002237212322052688,0.000008631377620502724,0.000023060861987442097,0.0003922109625280921,9.104758306507604e-7,0.000012586087434685768,0.0014644887714863645,0.00001471627379766049,0.0006301234935151655,0.00007498072479893134,0.0003760080791653977,0.00019085651525177226,0.0001489593569064221,0.0000743462739409333,0.00014924005604752415,0.000004442790168885397,0.00000856614783170632,0.00005949526959055992,0.00010966207173406463,6.191863250851095e-7,0.8311238022545269],[0.000054453561684876414,0.00012568025426311583,0.00000526188629200192,0.000003374081782326609,0.0000023544719587274143,0.00000525068271208617,0.00027231684422231287,0.000007205961731448167,0.000057213231507998606,0.00005038144125237973,0.000011859640542235853,0.0000018253201601050547,0.0000013314742201247234,0.005429226798709434,0.000014948306209864624,0.000009530266418447501,0.00006584451371817596,0.000019562593822700915,0.00010420576652694067,0.00044926318894963105,0.0005807673109988602,0.00000498135179123078,0.00004637125415371079,0.0000037872860742789744,0.0002670882460079862,6.813277535208414e-7,0.00001487230957818478,0.000006945208552246327,0.00001670056388505848,0.000009778382982258063,0.810272763702642],[0.000020981513799904415,0.0007185945109544961,0.000009219536168037537,0.00042299170735708594,0.0000478709951461153,0.000039081263796078617,0.000006899253229230832,0.0001568411597372465,0.0006099869617050525,0.0002125368625138755,0.0006202610066755097,0.00003613330632669347,0.000020602492567403227,0.0015540764222890238,0.00008150728428542791,0.000049764532755981624,0.8268725710129691,0.00004010689008124428,0.00027971584493052023,0.00010868129820312517,0.0001235777320288998,0.0003949242487744342,0.001067472432063214,0.00007121717333992997,0.00035741478079364845,0.000020209428796954665,0.000005152397123021379,0.000022616334779338578,0.00017982179273015372,0.00005406314396776638,0.0010224717042971036],[0.000011893601737169362,0.000607819378734643,0.00012043547778191028,0.00017787049112063955,0.00004320195775646774,0.00008252652279757724,0.00001000269197882196,0.0002390058564162265,0.0006731016241121492,0.00010100654660784738,0.000176452770323345,0.00016022767889694388,0.00003493109816555625,0.0008361852584477805,0.00010905456896766992,0.00008998106667755615,0.8457415881272305,0.000079924822922648,0.00008120182119524541,0.00005921064235228253,0.00014484423029394717,0.000103789349550786,0.0002560417578559848,0.000016523602625116493,0.00010859470244124221,0.000033003298735042795,0.000003584878530322714,0.000023867981873531984,0.00022159996591209432,0.000013577222053869352,0.0016282482589792004],[3.8776598338202364e-7,0.000030378547421273086,0.000002287950793920883,0.000012730972037892402,0.000030239903329051836,0.00028495497562456765,0.000029283927616733474,0.000019249893283842937,0.00003725668618649625,0.00003133894506830662,0.0006757162539297838,0.0005407553268089755,0.00028448929926735473,0.00007611005034954967,0.00001444172788725472,0.000046642142455618494,0.00011172701248339466,0.0000533118858742729,0.000015064696965008706,0.00004195219468168816,0.000003632273379675308,0.0000983726213389267,0.0000820074629148981,0.000024978088067103205,0.00037903203378804166,0.000011349014457585834,0.000007481347343461601,0.0003940025396797189,0.8397937425179517,0.00002368514683346021,0.00002494653820240276],[2.5357613197551606e-7,0.000039892734902695824,0.0000012105886585235702,0.0000037989501051794657,0.00009261599161744294,0.00003782403625922803,0.00012291414051370043,0.000003352690125292908,0.00003414243985806399,0.00007450816023710291,0.00015705216749293285,0.0006867023368281675,0.000213028877233235,0.00021919068970917746,0.00007661558262653191,0.00017877013753954225,0.000015972565909998826,0.000015642325218767478,0.000039067217539299044,0.000026258068167972886,0.000005592459074869665,0.00002041902499119079,0.000028448350878350276,0.00004577128131129018,0.000847615185291928,0.000006717901452510068,0.000005884447662662847,0.00015214811363339022,0.8621379089126898,0.00007932302566221556,0.000006120239147343587],[0.0000027677196624657006,0.000008747068562242443,0.00002923827398175241,6.382260774008687e-7,0.000057118698167994105,0.000028216938733354358,0.00002664777919559066,0.00002442136547013142,0.000017530457149232965,0.000049108399845066594,0.00007780812723570693,0.8327113919768051,0.00007067938058633953,0.00002503491570424266,0.000029131928790203977,0.0005530497692617344,0.00005733150745742838,0.000002484908430663721,0.000008034407558824581,0.000008299694433821212,0.0000017371533060812706,0.000048240294886047546,0.00010914105283062845,0.00018556945293893813,0.0001232471355047274,0.00003230982754906836,0.00014401109445935696,0.00017491637117475272,0.00025965925207969043,0.0000685369431065207,5.010251715147601e-7],[0.000007238384026972473,0.000053364688764649806,0.000058541464451047826,0.000007694664942687569,0.000027259904508273745,0.00024239463813879134,0.000031150137353764875,0.000020416797879398743,0.000026154686991460966,0.0004944501375543183,0.00030197955487160365,0.836850586210451,0.000778129012276835,0.00016564521552968404,0.000032703266742601574,0.00007971726175765157,0.00013586120714852246,0.0002198017262105034,0.000029259201507552593,0.00047546664080306986,0.000009592749070573617,0.00004494234436923973,0.00014102527902765528,0.000052980747109183144,0.000040838591337646057,0.00005596643455063763,0.00003914278386455208,0.00016725656676828144,0.0007904368769732043,0.0007898984082226674,0.0000040794952843418234],[0.0000014331176588369477,0.00007405697923610698,0.00003087724656303583,0.00003135485717006623,0.00010463638837993208,0.00001756530888432065,0.00020192137915360639,0.8309754415444586,0.0003607015947461202,0.00028853508444405985,0.0000905991203521675,0.00022429734255849018,0.0000016655993503090943,0.000026316183474970013,0.000029535596379973462,0.0002719031433745462,0.00011253010589172651,0.0000758597865918183,0.000007958901240503794,0.000012379409747196659,0.00000830670705916888,0.0014160762256466653,0.00004989590798417813,0.00015879092991880224,0.00008401179174226842,0.0005250058412662801,0.0005323334323189737,0.0003056076397075717,0.00019884536717265243,0.00005702719261950253,0.000024765390741688884],[0.8148389920612493,0.001421001352987544,0.0003079399460961242,0.00016074675652714233,0.000022066685833454598,0.00042780243645539116,0.000403359700381182,0.00024238531539537094,0.0009362547502855544,0.0013585040685316092,0.0009421470557889335,0.000043446083790616505,0.00001360670732568064,0.0004720511177894599,0.0002791332058239816,0.0003193318331403245,0.000033829639228774274,0.000003847551322007665,0.00007637790906501683,0.00010699471995133358,0.00033938511152054084,0.00042796774356099594,0.00005248854839647173,0.0008281319140644316,0.000040481451330162074,0.000009044105099226571,0.00007508756703192328,0.00003190357647470741,0.000011485831865971705,0.0008031104991572196,0.00016358473236867743],[0.00009137437472217772,0.00024502085828889534,0.00010235065543645509,0.00010254400843413017,0.00007699195413498585,0.00043259358247056586,0.00008771404013884538,0.0003371880595115434,0.00004160027307368403,0.00006354958610617883,0.0000306485616514775,0.00016305092422139682,4.3060441192009485e-7,0.000025693206973717254,0.0001076581867988424,0.000039777716857558925,0.00004343952207169114,0.000014721173521049814,0.0001319968054736986,0.0001762948060912266,0.0008132129162525983,0.000011988798936645735,0.0000343256436665115,0.00009632462960670521,0.0001579762246622599,0.00012456280783787317,0.000014057581239589566,0.0002670872351939722,0.0001070957998710851,0.8507807866110589,0.00012153846201610995],[0.000010950626773553474,9.140046230753499e-7,0.0002552530321808307,0.0001604333803930302,0.00007009884805126407,0.00017825472361839077,0.000007445080872540688,0.000029528608946678122,0.00003030816939251561,0.0004376187283689243,0.00024064063919881795,0.0003030550131704403,0.00020783525238245014,0.0004496113525042028,0.00007896200695518897,0.00009725701916380499,0.000009477590022151578,0.0000011311349634022197,0.00000776460997011373,0.00004557930561887273,0.00011321051381810296,0.00004157743877996659,0.000004777789677896436,0.00008494417126435103,0.00045132748838688043,0.0002530373957562297,0.000013665390140188446,0.0008463245815734004,0.00003670881041052228,0.8560121632108233,9.252187387849778e-7],[0.000011280728762980708,0.00002108938828167169,0.0005308878409801558,0.000012274908112099478,0.000009451606543436723,0.00018960472494830046,0.00006562954927653934,0.000008909228542708943,0.0001433706382133541,0.000022782414209452473,0.00006130786000619111,0.00005546630696014111,0.000270727402621572,0.00003184932159884594,0.00015499706070551522,0.00010222217596452248,0.0000055636093255811385,0.000009429742653701132,0.0000027006734321715555,0.000026873203627761207,0.00021637387122504332,0.0000967876116981307,0.000047826640478601564,0.00006916228400001686,0.0005721578886482288,0.00013409002920202647,0.000057998336089297556,0.00048239054178970405,0.00008882110729075353,0.8674431619162123,0.00008046473106925238],[0.0000016272549671024894,0.0001784485793906186,0.000010913722014466708,0.0001298670899957041,0.0000067856912144692476,0.00001001110859508393,0.00014525155177702153,0.00032885531888996236,0.00012404845338923352,0.00001506063295087999,0.0005717786258028568,0.00012077362963741534,0.000026210298767863346,0.00011367102523178991,0.000001361010423185857,0.00009115212084060527,0.000008236296812447887,0.000050799325265131336,0.00008587991858077788,0.000008000480052324267,0.000049195165794121635,0.000015070691873337391,0.00004251489342153394,0.0002339888468154272,0.000014150538300682368,0.000018852643377297434,0.0006637107200203521,0.8432812301057908,0.0003369927315193572,0.0009846156983842995,0.000006950295444491255],[0.00000547454844404724,0.00009459454699007134,0.0005492330675043137,0.000510376399038548,0.000018305020574419266,0.00010507165350709685,0.00029359885038657757,0.00005489292313032523,0.00007462616612396391,0.000003986889755136034,0.00018263613133365716,0.000050773759037662364,0.00016368328483492143,0.00011257347587744355,0.000011879907879119797,0.00005352964528183921,0.000046364569801693864,0.00010257886509706318,0.000014072509157479,0.000016682851158072294,0.0004142095994942359,0.00017632063159787038,0.000005438195705843997,0.000049293054886376745,0.00030380919465458655,0.00002060311432077666,0.00002835216290358734,0.8457702394667611,0.00040292477119450965,0.0003836538115412877,0.00000898429259909934],[0.0000018097133309967533,0.00014330408079778125,0.0000018360837772737568,0.000022827277076918054,0.8375222346497706,0.00035824019138407017,0.002361146130847349,0.00007027195277918411,0.00048687706063179807,0.00012883382839266928,0.00007176495803710795,0.00008899509828362249,0.000011085632881381128,0.00003427317440747683,0.0011172910160357624,0.00026768764358331063,0.000255268421639416,0.0003890081179334428,0.000030798460073486346,0.0003374841935080332,0.000040777480986557935,0.0002605426994375225,0.0004955206802131978,0.0002845790601641933,0.0007782935689226995,0.0006549123830414273,0.00022827292240620156,0.000023727525245898782,0.0004249677937694298,0.00007815899804079844,0.00001870494253471764],[0.00003581931963520329,0.00022478426952100147,0.000005626848985707148,0.000013062457899543423,0.8117270866051564,0.00016153895713207273,0.0005671679766233503,0.00002204922121331514,0.00016685891856738603,0.00030008822326406945,0.0005585179130028114,0.0002437578391215957,0.000008067873247446107,8.396597940259152e-7,0.0003489668992841536,0.0029063873931953928,0.000035268023523618514,0.0000035655571434193832,0.001024963733271314,0.00016093614171424503,0.000016024638724970322,0.000005416586948994072,0.00011760039879662041,0.00003947635266047765,0.00000771390164873195,0.00007870891594433959,0.000057483344710765586,0.0001265336282713331,0.0002182694186715964,0.000033281734616526514,3.6428163576790443e-7],[0.000056007759999584554,0.00027063703934504865,0.00012250387958760145,0.00015074044336619603,0.00034006093434402147,0.00009503970506384945,0.840112834936602,0.00005311764506559182,0.0003440231863686536,0.0004843104998508122,0.0002049199777473242,0.000029496199298562093,0.0000015592764564496307,0.0002117939317306257,0.000006891507641370283,0.000021364706652346313,0.00002618519973009608,0.00008113349050001744,0.00001769718683481512,0.00003274496412972389,0.000004311159526522226,0.000017276155371750532,0.00003457278351221468,0.000014524145252679027,0.00020516287622515634,0.00003697058584408203,0.000010565071406370328,0.00007088945428626879,0.00015504043872871707,0.0002015109228388925,0.0005588927061582096],[0.0000186144884584366,0.00022010588496220666,0.00015054754442641132,0.000012138059155035206,0.0002430012088513768,0.000034727711217025074,0.8411925971900293,0.00001984132725982369,0.00014918778977236457,0.00018820862238398103,0.00005996423347269133,0.00006892582863917127,6.647078714118245e-7,0.0003508615594984135,0.000004389066097552439,0.000037619036231244886,0.0000028563411327244023,0.000010853467893190734,0.000004716687300883043,0.000005626696184598264,0.000013894220837788675,0.000027175424587203368,0.00006594573647466288,0.00009144436987303272,0.00008440433042266017,0.00002485847545935465,0.00008507206705062933,0.00020875454741584422,0.00008142148113960947,0.00016479815581700843,0.00015243955026210675],[0.0003127446615515669,0.0006350536908050356,0.000014845904880208945,0.000041491118853169175,0.0019426846120996297,0.00011581854778340647,0.8658529863184732,0.00013274962902516354,0.00007899503493241399,0.0005768302123978496,0.000058968479431540836,0.00014049892794725224,0.00000396518453924805,0.0002734442653976536,0.00007606239976285427,0.0012129825690795886,0.0000030221960522261965,0.00002975521593990044,0.0001019664984382872,0.000649099790585537,0.0000405350954079847,0.000017460979984231902,0.00002992819128969864,0.0001897093316391827,0.00010736500441369818,0.000022800285437666757,0.0002959764011823012,0.0005873197497575198,0.00015299872478288825,0.00025378520002863214,0.00007061981534174869],[0.0007862441141644764,0.0007896841509959888,0.00009143577650430033,0.00020894619599226195,0.00003663765155412128,0.00006200239204583554,0.000004421892862501888,0.0001349587643296175,0.8556861988353078,0.00016798094829779993,0.0006650364004284415,0.00002600455069428085,0.00040124824905322514,0.00001953625813143799,0.00008383855793865833,0.0000814934715556812,0.000848754427087973,0.00009261409781427319,0.000022172638899586296,0.00004825764643879818,0.00032340167736963815,0.000028406701088699582,0.00005033768594099084,0.00022266684635044185,0.00017521648478380358,0.000021276183171189423,0.000049089047289727016,0.000011509355565028688,0.00005378327379024102,0.000040302957433006406,0.0001232378861597505],[0.000002562859113208394,0.0000018622915386777921,0.000054240972447852335,0.00013202596461382376,0.000004607342382664595,0.00011892724804915777,0.0000016437414548157063,0.00001989772228396884,0.8678616207009476,0.00002070415349170624,0.00009529922115304498,0.00010328187123919541,0.0005599152848210892,0.000003627615635040225,0.000011950120823526735,0.00001527757543640002,0.000022889313233202543,0.0000027156619788163374,0.00000905780783801559,0.0000074108953305108696,0.0002042804909007076,0.000020022160039636297,0.0000039316944832883906,0.0000021006108890220697,0.0003136342819165583,0.0000027778463649125526,0.0000012038795383686422,0.00006912578516115342,0.00008458814414709,0.00011701095916281708,0.000004239176409564193],[0.00000501543954673437,0.0000076060957247326946,0.000275733042504947,0.00036822745028623505,0.001175417413033597,0.00007395532652284715,0.0022702480380743513,0.00011409428140390485,0.8542491174773489,0.00006029262661363838,0.0003916060043720356,0.00003907514029606498,0.000013265176584857347,0.00008842125036224625,0.00003377421190980493,0.00014345537748116865,0.0002779174151931253,0.00006481485893503985,0.000048209408093844476,0.000013104506208419092,0.00011751994000665713,0.00004483664099911355,0.0000018039582635579782,0.00004920705229817528,0.0002640459582907283,0.000004633949578568872,0.000010791218706043212,0.00016280318291031788,0.00009520032876577514,0.00045668378635878125,0.000026981792040113967],[0.000399087825171645,0.00005350695909333048,0.000048493869017204014,0.0000040312977770053665,0.0029187129407195734,0.000050091892179044224,0.0010155473965424192,0.000040026655950423955,0.00006556506024324456,0.0004972399976366654,0.00012934305602272704,0.0002774559917647676,0.000033324356188274996,0.000030143144115857664,0.000015804774777480833,0.8233812186978399,0.00003207201650685852,0.0000024760217560216534,0.0004412768179770338,0.00042926394204910066,0.00001675724239100625,0.00003620339290946495,0.000040125289615060686,0.00010475732595349232,0.000004721980294398376,0.000018540765007757624,0.0004387767796506008,0.00006937968169029715,0.0006324299501164875,0.00014994364813520025,0.00002042458301418752],[7.636445536215527e-7,0.000019795322481273313,0.00032286976417053044,0.00002538231181559156,0.00010171655324116234,0.00005121189681726774,0.000029955578472535454,0.0003437747619565673,0.000004785921129520919,0.00012111915680705138,0.000050447601996870423,0.0008116509135509795,0.00013346552407897725,0.000046315878704873275,0.000016947357818451977,0.8282076031508276,0.00007544912248682811,0.0001839285975853547,0.0001301035631610768,0.00007789943189682503,0.00006221835618546999,0.0000229411891362879,0.00020709820125079903,0.000010897378443807793,0.000006854741549750095,0.000026233093839879112,0.00046886381195108615,0.00014390456373635042,0.00012913988550848981,0.0000921090260899176,0.0000015402043084631994],[0.000002032474089020826,0.00015107496184673546,0.00014228159742163215,0.0010901098344927981,0.00046711832717334466,0.00010825490458940112,0.0002605912218366097,0.0000961294845306886,0.000026619825056468407,0.0001549832172654006,0.000027347911614901538,0.00042292325795942706,0.0002575300129722465,0.00004205515848266535,0.0000063361042948212636,0.000225208985505987,0.00013834848475829394,0.8357060739205332,0.0019661259367490347,0.00006820617850970945,0.000048993401399759124,0.00008835348880923079,0.000024824222631691228,0.000010654495028153802,0.00020373837063136145,0.0002146233430723946,0.0008580229722046293,0.00006919731675001751,0.00008324202045207268,0.000006483916794712701,0.0000065708063710194066],[0.000035342360500202615,0.000033160188920563744,0.0003196523441634859,0.0016291370038179823,0.00003115677636795358,0.00005203812512205415,0.00009028048445528953,0.00014820174323316537,0.000016523299094064895,0.0001100813665214788,0.00003088092564171527,0.00038017419440733495,0.000027992516493141596,0.00002192669977763155,0.000004892727893145965,0.000020371010205874024,0.00022140107712800182,0.8358053531220526,0.0017493913166168088,0.0000020205627401303674,0.00004499943766652573,0.00007606200823745236,0.00006437223123920088,0.00000553253950958684,0.000034825334101399086,0.00024770477563483686,0.0006046625636581056,0.00004040031526417647,0.00001313273111051249,0.000013339714031718072,0.00001100801009720522],[0.000019810189485987785,0.0004884280493195841,0.0002975152820166364,0.0005409212964703187,0.0007218820673649584,0.00003189446469905002,0.00001579220820742919,0.000015014353633610929,0.00004680212516955805,0.000036164535418193486,0.0001434778220290023,0.00003534052408993997,0.00009719589646527225,0.00003456507513598472,0.00021754156610949812,0.00037405315588920585,0.0004293760608960311,0.0013993238006687492,0.8284835318386405,0.0003035851436577082,0.0002646324157923576,0.000004133742943336901,0.00006017641851065419,0.000018657399033883702,0.00007093608983056787,0.00001283485254759524,0.00013149458288493727,0.00010035619511945453,0.00014112617804463477,0.00006661788137430584,0.0000027451728438834095],[0.00008474699481493448,0.00027484732561041173,0.00005868313330482281,0.0008664947328370398,0.00031457655524795043,0.00010002342439236157,0.0003083959510961804,0.00027954524494443677,0.000279691685874126,0.0004599756711743161,0.0003240535149263391,0.00002190778978569383,0.00013165369210577777,0.0004190451280924816,0.00015613393779000158,0.00042813248640012223,0.00014088410227648505,0.00042508143065657085,0.8628163140479711,0.0001859488338944352,0.0002689648593386887,0.00001916744083752619,0.000239590558966278,0.0008988224042856321,0.00003225514014960764,0.00006287371906539897,0.00009314461299938212,0.00016979854952100328,0.00010866926531990439,0.00002448386208752219,0.0010464212820844286],[0.00001265148705840066,0.0001420077993214974,0.0005461222360138777,0.0006521254492007447,0.0002022715656098646,0.00037929339581060126,0.00007380679448113761,0.00011315781911958478,0.00019012622995974684,0.00028315399303405615,0.00006002699181216533,0.00004546857828793041,0.0001286720338932907,0.00005757339095442424,0.00004593133037845616,0.00014688008850856707,0.0002713109589348323,0.0010747527082233426,0.8580063825726248,0.00022825286639724623,0.00004356040557221675,0.00004070022089744068,0.0004903147500238506,0.000007570163227602446,0.000044896913857308076,0.00016910950617912804,0.0000387187119359519,0.00012084389162629677,0.00004258386643506211,0.000011534155438968054,0.00015008604808901336],[0.000023390069705547474,0.00017770638141560377,0.00036604820511686496,0.0011885696814421694,0.00004642989170807508,0.000022766138057762097,0.000006686938764611223,0.000034055204681061886,0.0000583793037668284,0.00013267232861398988,0.00002943320121007392,0.00004642954554573974,0.00031028226467305013,0.00012902547911204575,0.000007731404599538646,0.000005559715982861179,0.00045769131032898823,0.0008983314520434245,0.8427760132868688,0.0000827304324601743,0.000218549636932466,0.00006244982306560319,0.0004904325763805327,0.0000231248071390558,0.000040985994973158397,0.000013926539305027714,0.00003391584603342558,0.000041152544344725086,0.000024031218553585244,0.000029557602059138382,0.00000963456790520418],[0.0002138500519278887,0.00006122316320159864,0.0010291995251463016,0.7905357766656882,0.000010427413345291939,0.00010247854538879083,0.00013810296379447815,0.00005525169390933105,0.0016568633511426245,0.0005059502003662039,0.0009939160932486398,0.000028804983636709902,0.0003751769097958357,0.00009512728103495011,0.000008119831081833245,0.00002322722116183943,0.0004548878660519444,0.0023170737503479216,0.003393949398501113,0.000006748613629875804,0.0005213719724394152,0.00015243764397187374,0.00006747232740396111,0.00009677713371151221,0.00004340851827172513,0.000007174153510883732,0.000014314943883965601,0.00017111772356042732,0.00000806940244675138,0.00003788696983163801,0.000026341751201099837],[0.000049813995605844064,0.0013411129133192956,0.00012218449812143883,0.000009401634608393521,0.0003646010420813919,0.0018271087527753451,0.000049057481487714047,0.00003989245128438781,0.0003051313872554183,0.00010825007759241192,0.000036156794191211856,0.0009500452910382369,0.00007922007345516023,0.00012513082184030787,0.00021218888824233223,0.0002446341820154913,0.00005537883419030461,0.00003843065762662838,0.0007671255846600748,0.8110981564009869,0.00010193360945150174,0.00003243553578844341,0.0010557410802885918,0.0002093072885904283,0.00006557931065586453,0.00029818297284812863,0.00019891053620468607,0.00003960953361228289,0.000018789715135636177,0.00036000877021050804,0.00009771770090085184],[0.000018469517238771066,0.0020951070446154807,0.000037161701112927405,0.000004141899845386955,0.00015515040262758853,0.001314967921004238,0.0001995203301007341,0.000019754763896954377,0.00000396451474475625,0.000972688852911954,0.000020759465234279445,0.0003226342319162507,0.00004768311771430919,0.00030109425859811597,0.000023873646972077372,0.00024324978041881777,0.000008569607844349346,0.00003418709874238965,0.0003965348509435119,0.8082773281041254,0.00007859932037870075,0.000142439690218241,0.00016783608288229883,0.00031537856507420336,0.00028014078721122054,0.000032315869424634024,0.00010396055354933288,0.00008970188047802949,0.0003471335550851873,0.00003854384984796641,0.000059626311352907664],[0.0005713288560861807,0.000006849044305357981,0.00041453466998182136,0.0004803561796424544,0.00010155520929302947,0.00007274243406411487,0.00011896048447827316,0.00015625197723332038,0.0004905565854126455,0.0000617917583863498,0.0004768270128175503,0.00005105556441931818,0.00003168018483614741,0.000033915159072050464,0.00008239257046521461,0.00017166933633846728,0.000015100279427069508,0.00012637179925752858,0.00004369860163034132,0.0001854595059900115,0.8112642670441277,0.0012769893783752635,0.0008345555535357474,0.000013568024097976484,0.000053537587413671543,0.00002149519833554349,0.00002862457047524441,0.00017846115036150424,0.00003954091252333064,0.0010451569781533801,0.0008047643123580389],[0.00013443929489239924,0.00017482482103178362,0.001147765958444578,0.00012942447896938631,0.0003622942090263239,0.00009219759558268712,0.000007437098553249599,0.00041648985631120405,0.00010019031685925003,0.00004514924448281085,0.00035736325933948134,0.00028362088853328823,0.00021336763445194457,0.00010490089464547371,0.00020451563833527733,0.00021331518066748076,0.0001493602064095989,0.00044648277096173195,0.000019321896331602707,0.00028930298697586276,0.0027702027542298195,0.8317331694082493,0.00043810115259141816,0.00009779121846728669,0.000030697413302416584,0.0005296882126322625,0.00034882103145234493,0.00038728049209096996,0.00015144834822913646,0.00006123006950507739,0.00017021982146705222],[0.000005259983904951625,0.0009430878500333667,0.0000070814541946621785,0.0000061345748050818425,0.000024504005087623415,9.619246077645746e-7,0.000004013778306068363,0.0003129035391403208,0.000006825200880529791,0.00009424170644534852,0.000038960978911436516,0.0005048471449836142,0.00023998022126658802,0.000009113863300233774,0.000004262827658789442,0.00006286513149604728,0.000018460688689567427,5.026685875542336e-7,0.00007572619288395925,0.00004085351251826966,0.0000054978270264066695,0.8304603290507473,0.00019354424965427523,0.00042889779531541874,0.00007609969339830133,0.000019145390622856185,0.00014347818093736966,0.00004555518782368181,0.00003353307294704828,0.000014546664548833064,0.000031210596408596406],[0.000012363832554414737,0.0005819141017145682,0.00010189763209176922,4.119810196697899e-7,3.987888337293296e-7,0.000008907048418845345,0.000013984298975299098,0.0000214098873982818,0.0000058641265765143575,0.00012086094875606635,0.00005645775371389995,0.00007433920712298269,0.0008512543694287765,0.000004992750003558596,0.000005756010519588962,0.000006211316213415654,0.00003868262628616733,0.0000049810342542701055,0.0000839295463893768,0.00021993753203960358,0.00002150860017726385,0.000040426618809436874,0.8434579284205523,0.0000010796538801205618,0.00004906360625548346,0.00004238441658406648,0.00005769004597563925,0.00008873098049520541,0.00020059102050426595,0.000010219675644300222,0.0005973197214739633],[0.00001407580188108727,0.000028667197899337276,0.0001637476296823007,0.000037097460399418955,0.00021504318558534133,0.000019702217085259425,0.000003909895023270491,0.000011643099232807691,0.0000032274585685350924,0.00005832742834205418,0.0000161252630050056,0.000058464433342594245,0.00006990008386683414,0.000021891653221170237,0.000003311633747696482,0.000122405362764093,0.00045281017445339286,0.000003947095255435568,0.0008161381287183955,0.00007487753747094551,0.00022808527041509437,0.000048740065369850637,0.8461280996748342,7.1972773767526e-8,0.00014933913796879973,0.000015374366544178008,0.0000023068822635114428,0.000018933700793605654,0.00004691806725639763,0.00010408587352970171,0.000007516552617059637],[0.0000058534854298013,0.00010572220662569365,0.00004409584079734584,0.000006621210123767156,0.00017258015356717528,9.023127088929758e-7,0.0000119002308985833,0.000035132685723928034,0.00001039833740603195,0.00021235257411593862,0.00023933742782280727,0.00010443964013302795,0.00012561650710700295,0.0002750806069820718,0.00007446828355309208,0.00003166053676712869,0.00006040512094076237,0.0000011096168913088607,0.00001864911505175966,0.00011626429687919238,0.000024314398276701666,0.000014589045890696654,0.00011154972512696338,0.00002932285094751933,0.8659542608155355,0.000007307595994501625,0.000012854601601152237,0.000039091447184090006,0.00048527445844599,0.00014636970261883256,0.00027735953725881635],[0.0000026462862093501217,0.000014598809130951214,0.00019362825453826454,0.000013814559805632897,0.00006600747845645084,0.0000012409063030799522,0.0000015576546590522938,0.00004017019352994915,0.00002993222981646855,0.00007033126704223804,0.00003998741637455858,0.00011208185463394699,0.000044987913851926696,0.000020030035976841043,0.00004854726907538416,0.000009398826556580737,0.00010803073143080303,0.000006630148354551168,0.0000267672887674158,0.000472136410527229,0.000004098653812422942,0.000016021604978838274,0.00002240580335783914,0.00008640277887419805,0.9217919998504872,0.000026640061505066582,0.000005941126294074336,0.000005965561831484055,0.00017910766953588538,0.0004186301849865545,0.000046564211280062276],[0.0000041130083034716385,0.00019052496183105306,0.00010712094439355215,0.00024796759620354956,0.0000027693544631698833,0.000004620146808627769,0.000006793493931863441,0.00019457984340495797,0.00013351919037950165,0.00012146270039153921,0.00011626586524796456,0.00008181897808300724,0.00013650481544550983,0.0000504543906133556,0.000031089868278189894,0.00007240052339826479,0.00044991537561818207,0.00014107553871001434,0.000009203606745364517,0.000005614070844715166,0.00003997707154595557,0.00014528358511738102,0.0000386781713315116,0.00034977067650283526,0.8525587659505244,0.00001957598166887007,0.000012835870274625947,0.00004093444749979366,0.00006297258339715125,0.0003337766237608135,0.0001440911972238817],[0.0000020524386930681693,0.0000764760051841227,0.00001972175911555359,0.0000039504568851491,0.000008025520237473108,0.000004958914869416235,0.0000033886433406989256,0.0000015064180892536073,0.00013507892616185596,0.0000016825178418873073,0.00020767819178806342,0.00003149189911749116,0.0000418795312006406,0.000028032685221274228,0.00001521129241009888,0.0000015496475858172495,0.0000021873768967056365,7.724186844632384e-7,0.0000027906158538014933,0.00014256778414965682,0.00003757110687646547,0.000014931398400076831,0.000017858495350243202,0.0000036489480157035177,0.8836537612442134,0.000013427571439541123,0.000005436204968427215,0.00010447184547983009,0.00016664665595502148,0.0003946304931021745,0.00016315922806540973],[0.00014414316121926695,0.0011323299576632582,0.0000058007279572273876,0.000010157172506696978,0.000049851918108376224,0.00006309462764849832,0.00007868732395955199,0.00009760986982933632,0.00022641217630865038,0.0003846848721469876,0.00024267811084526387,0.00023419289127568654,0.000246556342914101,0.00008042962521216913,0.0002184393323710954,0.00007570711749967466,0.000023880159609037428,0.000010229472724495645,0.000007740244167402367,0.00013945958999807964,0.000010002423615760639,0.00010731344424541993,0.00003947692090221413,0.8370471912755373,0.0003006836571807311,0.000024813255886636042,0.0004312140297905981,0.00011977049490598018,0.0002842212822082896,0.00001776908446835504,0.0000748579333181629],[0.000015646064295838146,0.00020198483213963844,0.00000971943930389431,0.00009902831978968552,0.00006765783291773925,0.0000033169963961390246,0.0010466989821708566,0.0003306613240008494,0.00005092294126006295,0.0002821727029130543,0.000008062242567824703,0.00004648816994649061,0.00001824760201014066,0.0000048130028755588874,0.000018272941892534742,0.00016235748735719122,0.000032157618199361016,0.00002164624269774812,0.00003369141445414636,0.00015712158360946756,0.00008580853496482549,0.00007793340322719519,0.000020563744479284064,0.83280011518598,0.00005446561510145228,0.00005421099567828045,0.0017887113465179416,0.00007101782489531929,0.000008917059293155829,0.00016917685482705451,0.0000281231034096449],[0.0000036041370659531107,0.0000806807594569737,0.0000690476918413099,0.000006693241742099449,0.00018411781645251448,0.00003408960941778225,0.00010102375549153053,0.00007976802186539885,0.000013850096591060328,0.0003328184962235239,0.00013843612622996447,0.00007495455804875628,0.0008812156170027748,0.00001549135426628645,0.00001892687109984267,0.00007555451357455067,0.000004362756635533916,0.0014337094188390256,0.00002833842143567924,0.000139578997820051,0.000006828060761251007,0.00031609714277959104,0.00015664214024929037,0.0005468805254217551,0.00010040046422917855,0.000477735698248732,0.839236351568248,0.00046773813717478915,0.00003672545043810383,0.0001731360159096966,0.0000127949011055428],[0.000005448056461702891,0.00009451818123836948,0.0000516707382642692,0.000005615180788714239,0.00014969668088458032,0.00001666697179885769,0.00015617538182954505,0.0005303042750840976,0.000014827864630099826,0.00010043867709884257,0.000029889733252021375,0.00020563520523280747,0.0006336579013074559,0.00003023875578689126,0.00007532161358268183,0.000824791421211789,0.00005018772667326428,0.0008965864884480613,0.0000348160925491242,0.000173138795669788,0.00003194157193841402,0.000597451431996256,0.000059570162124533105,0.002308891394646012,0.000009938983972352984,0.00016551998186730208,0.830421203990911,0.00014437060190101243,0.00002315833265915706,0.000016365052280829995,0.000015994317548122027],[0.000007139458968091517,0.00013213078507797485,0.000015080081235476316,0.0000043110300697676876,0.0012621462344248296,0.0002578474819593578,0.00011244017355779266,0.000040875749953879946,0.000016598573974780132,0.00014343111476578058,0.0009424432774467519,0.00011051761405756136,0.0004102752657098253,0.000027394515388054092,0.0006843125702359593,0.00003306408898119049,0.0005067985642565059,0.0001755240000626289,0.00007286944838278832,0.00002809553770355686,0.0000032516747154729057,0.00006030704182875926,0.00044871328872798846,0.00010223778768787996,0.000008987701962372729,0.8305676874855054,0.0009233419716880431,0.0002247714520313881,0.00005769835262030474,0.00022657091261135733,0.00012905953869902479]]],"Weights":[[[0.6083083077565717,-0.13233558719482338,1.300662244149544,0.7664617170323119,-1.5306296802669739,-0.34276033889768376,-0.49542473736898107,-0.08246001406573648,0.1615373553541613,-0.46176741750530337,-0.08326382288114094,-0.41665042987495265,0.00020948520055021037,-1.1747499111645205,-0.9376589119239195,0.6283993234694714,-1.142042407989773,-0.8429853476114796,0.1411899246912202,-0.17746395330136558,-2.6818053369202586,-0.3384501563711742,-0.7145226247458527,-0.13608498695095933,0.021667366406985696,-0.2557910289809166,-4.55141876048066,-0.7750206716977013,-0.11325139981525413,0.16906018239125264,-0.6935269308037475,-1.0124219446907174,-0.08777415139009648,-0.33717976025681745,-1.491291029348537,-0.5577551113422634,0.7228634657280838,0.7546698688411663,0.8051055114173311,0.04837439015779849,0.7192664101098558,-1.2244190991992554,0.9826215509228051,-0.14899033322229233,0.6499236997253015,0.1645859898356102,0.5409188093033842,-1.8123745963313742,-0.5777776151528436,0.9892197736587082],[-0.26438062570011395,0.7867068314791401,-0.4507941826997586,-0.0032645182376247603,-0.8092968113717878,0.2019762373123925,-0.6206431462267297,-0.4417016530489135,0.8189485332942517,0.11455199682167906,-0.2057327878954534,0.06222261358133987,-0.5642957821214493,-0.9489700222856592,0.8122815784124511,-0.5788724737392389,-0.5511751907847612,-0.034141017789098074,-0.8288505114021198,0.35743331184962973,-0.15208211629160878,0.6868114584837701,-0.9627610243227633,0.4794408128140704,-0.8130753804376415,0.8267879559761011,0.4285312827320249,0.3775397295293846,-0.826150081245135,0.6702566330179087,0.3151750333685724,-0.3411934091935465,0.42577022238857115,0.3547003029470385,0.6960258252379742,-0.8992055291540275,-0.10426985921665613,-0.592446152445012,-1.9633242603717553,-0.548114372286254,0.6719465716774699,-1.4073806482008095,-0.021404856946441442,0.5587671545424632,-0.5299162426747215,-0.5344969454799157,-0.3574561560659072,-0.440680342443346,-0.8787500186971574,-0.7123341626730827],[0.6891814072433254,0.10155789529062242,0.5587245289357471,0.06299755890059372,-0.25682537397710364,-0.8811658137644817,-0.13496789319191585,-1.0917846906420783,-0.8805551399581149,0.2829201862401546,0.2917810003404526,-0.42089409547796314,0.18793279195548063,-1.0536648576442278,0.5392390367360164,0.49950584466569364,0.3577568429617473,0.516198513775185,-0.7983028018414032,-0.246535486421574,0.23846890161332338,0.2769520960462503,-0.5105197926716954,0.7759508994667531,0.2548861380071022,0.23392828735416224,-0.4617179558702207,0.9946460576398786,0.998927763870693,-0.1857746925286449,0.06966854423747598,-0.2864870387007154,0.4700033353686343,0.6667261719116538,0.4241840055061047,0.14974500719684478,-0.6455316493993022,0.22742613514166998,-1.9750933199468563,0.3169711459379839,0.439424034519762,-0.9480762159209283,-0.20432925022311985,0.02732157561333725,-0.4689735810160518,-0.02079930342882492,-0.528419136585329,0.8733810045610788,0.21874130402479097,0.7638513989529541],[-0.034242850905263,0.4622885152824148,-1.4402494332652132,-1.595532024169659,-1.0292111397140349,-0.14147018576334755,0.895109547639901,-0.5135201516561497,0.6350554520807485,0.6905856898836733,-1.0854118951543485,-2.24151674786516,-0.5477402068968181,-0.616300635232207,-0.6641891204558147,-0.3883286604274808,0.06623854049839736,0.6428967179322288,0.10838688825770441,-0.8528177041444606,-0.06979806051072666,-0.1921889219677296,-1.214249169542271,-2.815786849159024,-0.08339867819997399,0.434950523578116,-0.9808883516173594,0.6474372679746495,0.8520184357040914,0.0877927018080035,-1.0426752482540382,-0.2176426570769466,-0.6266929665095148,-0.9043352523737594,-0.14543287047650902,0.8210870488334816,-0.8575248742317798,0.7312608826456439,-0.6636439467936128,-0.44759631280071055,-0.40802352701932304,-0.5619287651626103,-0.3474295976228255,1.1854990536703687,0.08837868095657629,0.15462638747518834,0.030094266487318812,-0.43808433787954143,0.742346375312595,-0.7259099673002528],[-2.878188755108732,0.6118448845607682,0.8977268547837786,-0.10658116633691765,0.2150604738806973,-0.3266402694790383,0.3162239231397762,-2.218574501718528,-1.1701854406363175,0.9148624464090752,0.10317282816277858,1.0156567282253166,-0.5552395158704297,0.4921984079486709,0.13391186988890133,-3.0424012609471283,0.5910166093564706,-0.7009216499473041,0.8141389300358305,0.12797360457956936,-1.2352488097293857,-1.3731296022877426,-1.1737150016128028,0.9381720772376233,-0.8028073075518144,-0.2332349370899936,0.3646230497131862,-3.1633929391604823,0.3762158813051591,0.8060035794696666,0.7094659250368864,-2.3962066273772735,-0.5741495610718371,-0.35127314950541283,0.8733789300926109,-0.07217853887499649,0.3692956533868341,-0.28458146983683746,-0.5741164821329886,-0.5683771495117225,-0.04614804170628667,0.00429163988017703,-0.24600817232904124,-0.20854461362957194,-0.652633884107059,0.22973467177564957,-0.1164581209813134,0.7596692757447251,-0.8604600600460368,-0.36785960046150235],[-0.3194565446390915,-1.3400150166353282,0.6479379349542901,-0.12195162743700763,0.04946314709968011,-1.411775119274863,-0.2632131328976899,0.17104596523807067,0.11612514876515692,-0.094300936242062,0.8409675554373144,0.7874474510666205,-1.541841399508236,-0.49778096905170705,-1.776490963952089,-1.5331053948802122,-1.1432480134270047,-0.14241672717606998,0.6568227748978046,-0.7787594195989649,0.29959049482122285,0.8065105685396916,-1.930900348321325,-1.0429822659230674,0.6416425048123362,0.25759398650863236,0.995946996199424,-0.5877647710915024,-0.3588086470617329,-0.7171760621811732,0.6890439481523708,-1.2279917421416586,-0.32222283043360583,-1.0261975552513114,-1.1853402525354313,-0.7876792978980562,0.324342263431812,0.9735829072273923,0.1188981855843699,0.10671078865014101,0.015109603371858508,-0.6149923856652084,-0.4011442777063243,0.9800792191504986,0.622309257482923,-0.4559066232196232,-1.0781130704227098,0.890537180262606,0.9843779940878149,-1.890450739600138],[-0.39672215578068887,-0.7759120677800202,-0.8729263842971481,0.014340063289661415,-1.0830971183792022,-0.23832347279680935,0.951829760206613,-0.9709598342100059,0.7541075345888306,0.6222788167948184,0.21497631196031458,-0.20471495957126118,-0.8149111999414116,0.41980051503925847,0.16415084084622278,-0.6349458386942891,-0.49721314199984806,-0.5674100923977476,0.57254167080718,0.324222243016683,0.24935059741087298,-0.13445301438431123,0.8335230340652342,-0.27301248498481717,0.2954535198288158,-0.07535067294173899,-0.3470013848349068,-0.9229811230936861,-0.2558911996245763,-1.4938577602481615,-0.80993835088525,0.09029110120040645,-1.106665964850476,-0.23752353570812665,-0.5550397643084585,-0.9111718211634102,0.4423168914295897,-0.02375265604971023,0.6275317488259089,-1.4369411588877146,0.6752983514845049,-0.6120723560012827,0.7518252265051005,0.09599636919715895,0.166184696563978,0.6215655558420502,-0.06575503659808334,0.12875374978208434,-0.24455102611557072,0.556680893285306],[-1.220567134607652,-0.1460480195832114,0.8538710976617294,-1.6313909812720797,0.3599422658006328,0.7119507946865307,-1.5494108099832784,-1.0643768970824463,-0.44018448152742573,-2.6496496153020708,0.5156485874516681,0.23486773318925716,1.3756577630866786,0.7454662900816172,-1.0070580864608354,-1.3890760732426257,-0.5709423196404755,0.6926851502997244,0.9635042094525283,0.9144243145475667,-1.1844858637371887,1.1212058301444314,-1.0227702966980803,-1.36962245391065,-0.33004849166065797,-0.028936451372759908,-0.9456912377081191,0.38051677366883246,0.9612152843429285,0.7875786799872718,-0.21655401065928293,0.15200576400917495,0.7156085339955212,0.6683523539729241,-2.5302820090137566,0.14776969313305496,0.9707124969276698,0.7374016308000105,-0.30369602182958644,-0.21116459853728092,-0.031036560790645852,-0.3404344215359944,-0.5773435039444638,-1.9546373058330953,-1.0604457271089953,-0.9823443960387366,-0.23425634416081473,0.7427807828671965,-0.6560025904440039,-0.7468822582834751],[0.8460500360446032,-0.3603037705594907,-0.24355584220844376,0.9420036065651872,-0.5900999321809443,-1.3466486933547113,0.39666004188780396,0.0767599438918158,0.7688963835501298,0.18107729047796003,-0.9961625038377526,-0.7855944389576227,0.30370039028071466,-0.6776828126617525,-1.1237937283730695,-0.6347173030933004,-1.0980405894296337,0.8666785818757595,0.24027333811625004,0.9180438994587184,-0.12675641662281467,0.8638878259050791,-1.11953271633811,-1.7641184702374841,0.973801489819836,-0.48595886810203814,0.7442546561179049,0.2775638909409491,0.6682601323268343,0.5645599085193697,-0.6165903850801088,0.49083660795592393,0.05861109384533252,-0.30720188739636345,-1.3065214958773343,-1.629133747674029,-1.019609449138989,-0.1645308550274463,0.8006623483736989,0.13845968919437157,-0.28473337779576297,0.5893380767640264,-0.9952408908347604,1.0110037383472932,0.12041696567575387,-0.053889810791979416,-0.06346612466497391,0.2841964268199536,0.10339253517701089,-1.1337524567743924],[-0.3251485661683596,-0.5849110755028233,0.9435452489662556,-1.7661570337161427,0.16356205434551485,-0.43887394769999627,-0.5447553651553304,-0.011918738105460633,0.8446318480578192,-1.3817674117212326,-0.052268716940752726,0.4200068301923872,-0.3210602854846875,0.5579856121522525,-2.284536436672269,0.08297557756710001,0.28335843005415895,0.2525550586992855,-0.8966991861204529,0.8105722874036211,-1.2107438142917177,0.5508257282853042,0.046153196511639884,-1.352594529597639,0.903964914254683,0.27716250737964115,0.8231906657611614,0.06569556086764566,-0.5186678956563837,-0.7190157977974748,0.29966290179647737,-0.7990940754393125,0.3695089227478957,-0.9602903700550689,-1.8218511449128554,-1.0002427271729846,0.6763452281060863,0.7392760120663499,-0.3397170305468089,-0.8189063996014051,-0.50480320869282,0.9722308814260393,-0.5867694977638204,-0.5384355730532404,-1.4959110432011766,0.7779501071159399,-0.5181329067409793,-0.5194324064595669,0.8304892435266269,-0.1912645340479997],[0.9084040968985477,-0.4937618239624011,0.5725285823004328,0.8671919272940053,-1.4954610843732838,-2.086066508201739,-0.5865971752695877,0.9324433176263381,0.014907774762454465,0.8290300251525409,-0.1943427298906096,-0.6741461486027551,-0.3017725017145068,0.2692212072313885,-0.1255358527176322,0.699681903316252,0.36366671216828356,1.0381114833303844,0.9181104150891429,-0.4111549477080475,-1.468075836097278,0.34348965509704993,0.37103873871487286,-2.0049086437999346,0.0036649763373932066,0.7790324441497722,-0.5624621753537968,-0.7034662740814195,0.17866971107758173,0.9523299284228701,0.10277896562597319,0.6834759786274538,-1.4516236256743502,0.8686391314124418,0.13312333012821229,-0.32373008177904194,0.7123566654330691,-0.5932443953170639,-1.3760598063412084,0.19725800082106193,-0.7549105662049813,-1.9630973774765341,0.35662297784166885,0.04141955133634121,-1.3825359834670963,-0.2513450729911115,-0.7992825107366941,0.06721678463956221,-0.10417978838025574,0.43462917349186636],[0.5912114504543963,0.41993018936469945,0.7767812984877933,-0.506439268248919,-0.31728718666684086,0.002428470682313048,-0.2032025918095979,-1.9538834272776504,-0.4145525727066306,-0.07832421514396325,0.2583131571221229,-1.4150392016050886,0.8206152518012624,-0.32891578615363387,0.530796285638111,0.7034031850186085,-2.2135998257432585,-0.6934981282694566,0.17225820061915104,0.8115365700357099,0.2935759131590767,-0.02386656017849386,-0.42293229644040914,0.9837353650196577,-1.087728957826027,-0.6570460854199359,-0.5554731005189072,0.1893850597260641,0.6869852691097643,0.5582891792447942,-0.47170868304790375,-0.5164982303824504,-2.625534522897412,0.42630387245898205,-1.1940571480495439,-1.7785844992569257,-0.17132976867957567,0.32315694494662106,-0.7516152161714459,-2.4808857974433867,-0.6603554325188048,-1.1332056450084833,-1.0247088521035108,0.6357017021372101,-2.1726785621773135,-0.9830097003146608,0.12541202945823454,0.8290973705613165,0.6465651297902006,0.0691900659334481],[0.5097560052222405,0.22507893904346576,-0.18407427402259569,-0.4313695472812543,0.7473475849895304,-0.09594305978821743,-0.29550868275012576,-0.6278091114680583,0.6217189655228794,0.32667351939025435,-1.9860131531616614,0.8344908886516041,0.7057087814026013,0.9327684721416972,0.471830633198306,-0.23294399963859716,0.30309328311676587,-1.9971449989391425,0.7790648251064924,0.6661113958326091,0.57148143456887,-0.6569631887172599,-0.2509310219560234,1.0460016272226949,0.4473088292232929,-1.9581000744971508,0.3125250220249715,0.7091968789941014,-1.1701794558849619,0.35222948734685133,-1.7209237235711825,-0.09204259181109914,-0.17206450977990478,0.5411559577202166,-3.0992804100895404,0.2073766027735179,-1.037635283590918,0.30346054551784885,-0.7207800540278887,-0.051548815615266474,-0.1979974999203149,-0.6641313457906692,-0.001450827940184459,-0.5881251541235334,0.5934874443773996,0.6323595156478311,0.3643227345404189,-0.563404131779987,-0.042599105304860205,0.9536263555068349],[0.6655952234506455,0.27987832077194835,0.09234897792315827,0.9451663912600192,-0.5526047815187769,-0.42505525268280914,0.7168959848415725,-0.01151081967161244,-0.32292244126014524,-0.4201515456602949,-0.7031080153066616,0.39090111300865643,0.9187825399604741,0.4083342647407098,0.4170267268347844,-0.3963801726387422,0.16687090314500327,0.653513031574172,-0.4447999528202019,-1.7309198820629508,0.769491413950448,-1.6903491571137361,0.06449531322657548,0.17000044930483418,-0.5339331598886694,-0.283293314809661,0.31647894303219454,0.5805939491719707,-0.1535649799951282,0.24773982190783214,-0.6418160314665401,0.8956953918107168,-0.6587151252278224,0.7320555228693478,0.5326317922947489,-1.6337626060520252,0.24007217267809852,-0.8104920161629886,0.6866119107753857,-0.5070375047642854,0.6083646479316114,-0.18835437923682888,1.0139697204428273,1.0594126162876873,-2.009983872609044,0.21883198722614583,-0.27744751492713343,0.3549897451999748,-0.6056274290269322,-0.5553661565936922],[-2.436760264848412,-0.7000578055183573,0.6690672002938309,-0.49585133499663325,-0.9144533665013552,-0.5317586338717191,0.0778556896047899,-1.1353098667537314,-0.08844862370334027,0.5142586892298846,-1.0259640067578673,0.29219228946207243,0.0480873831889607,0.7067784659174471,-0.6680272724974561,-2.6995325045569425,0.36807092106309713,-0.7084098738167813,0.40780081592911843,-1.2600963135893988,0.11770025979835196,-1.1544061349042594,-0.7515013251576262,-0.06578760127316045,-1.26893682196887,0.31171541873557795,-0.22847555684577253,-2.4394717665406027,0.8410298806197508,0.7881964821225453,0.20293739420874385,-0.528460369799181,-0.36570278331226047,0.7398512024878413,0.36145165250744193,-0.23222358121854939,-1.0430613979632,0.7269173529206745,-1.0476666976192193,-0.2185442252817863,-0.9774309883751243,0.5686411444640799,-0.405874513226334,0.00206102628279227,-0.49439036095398176,-0.024221668148220236,0.5187755939907934,0.3427024084247385,0.7336854221503327,-0.08770311796582597],[-0.48505183087793385,-0.0013613895300649238,0.39097253327844367,0.8011588460779019,-1.105052122839289,-0.23844040735407632,-1.0417045757314995,0.9315778865670149,0.6553873618514616,-1.703440981246781,0.9353813421988285,0.5650648089612434,0.09185120381738333,-1.037013406406785,-0.44420552379216144,-2.1423041536447576,0.12223992848121752,0.11736474868088718,-0.4396430372561051,-1.0148676847820837,0.11163528197852306,-1.8843547964551544,0.7306206357833451,0.37183730099281054,-1.8207771027672712,-0.5135913799365561,0.6542002805054778,0.8390233865601463,-0.7141953427325043,-0.5109080789997236,-0.792960023342658,-1.3627007237995343,-0.4023743939106088,-0.25413660927806325,-1.203662092372513,-0.3335079579728201,0.3774059790074701,0.23773105050582582,-1.3912120329261057,0.04107015635393498,-0.7287645745199814,-2.490047019092493,-0.32668544900571916,0.35938577934382226,-0.9664578286241915,0.565300676240467,-0.25200047811841536,0.2520834666777405,-0.8424531365833925,0.27081640630235204],[-0.692044158865663,-0.30647877841556054,-0.8110823066240718,-0.6735739503795669,-0.18400263955252288,0.7928045922935667,-2.904527808027912,-0.36160507920840596,-0.4381188559755201,0.5400087645980763,-0.9973370477068224,-1.9681581245653144,0.4774277754042801,0.8350691008209481,-1.0093274529502951,-0.16704241566579692,-1.1364756929839903,-0.43344387806880436,-0.6829168899058592,-1.8370166683494122,-1.6509655780437478,-3.689703602206734,0.6633225026415945,-0.5861272277200781,-0.3176163447371272,0.8258699933437795,0.9287057004060252,-1.5245283120018782,-0.20603506460348678,0.2613844016232731,0.6555205093840125,-0.3279376983584604,0.8287411873471227,-3.5099485984225502,-0.2745405546202762,0.16915381686351516,-0.3171510947169857,-0.35631188184843265,0.6276266775214149,-0.6653947552556763,-2.722419229954138,0.0393772213757253,-0.40183487243874866,0.11479573028184559,0.5252232517317159,0.9472676303361673,-0.6130240154622454,0.8091905497232588,0.5546878182389571,0.2772370512959148],[-2.7936049338713866,0.2523882700583989,0.5531671663403382,0.9399062283483618,-0.26662136147732196,-1.248043929125419,0.8214234760025412,1.303453230139891,-3.8181574577848796,-0.1993296713703092,-0.377787128678743,0.6108503725244264,-4.690694925129238,0.435666485841156,0.6763194044951679,1.3055821218418224,0.006598354718709003,0.9011047180015271,0.9486331366836602,1.5936036482058296,0.1948738889233528,1.3217769125579497,-0.1746678180723413,-4.035353482687507,0.6643021223004215,-1.6204648204616392,-2.1003256903254717,0.07892008052365544,-1.9173539118747376,0.06000877070952092,-0.03136370437909001,0.0621775915293753,0.0605995528617555,0.7743067939678208,-0.7362063988252507,-0.9947034250254781,-0.6116339881160407,1.098530026276326,0.5106619532765184,-3.6398769325974945,-2.6261866286678592,-2.3714354668993805,-0.7697631906605525,-0.9988450935375016,-0.43120565006818024,0.9321903417722652,-2.8546030138625023,0.127610721052548,-1.4309505709335624,1.3808055395391161],[0.6411537700085256,-0.7395697743596482,0.9059066406509423,0.2824864411439952,-1.4061993512161544,-1.1032911564539476,0.5172750617812156,-1.2047206506400319,1.1348891701559238,-1.6040648414853487,-0.25256554751627697,-1.2435074764753118,-0.36820908735588864,0.8655311603983245,0.3432374092251991,-0.6249475580838217,0.299169493779705,-0.7491596448089894,-1.0468224321247779,0.6804346426163886,0.8630748543871093,-0.7768237241636005,-3.1032682244148613,-0.49730182911699394,0.705768929547927,-0.6322391153961051,-0.10706416503895028,0.9516114929566113,0.5084646335830462,-0.2215553838496662,0.5552380409068827,-0.530130357252488,-0.6883853732578734,-0.24500193487208727,0.8742109002107666,-1.2436104434953617,0.5258066577700097,-0.7822455121992364,-0.8161143612691671,-0.3826654194624197,-0.641199459781914,-1.5959984994386367,0.14497199411779021,0.3318365539678149,0.3377745565670089,-0.49248017167143676,-0.530014568695559,0.9404948730781447,0.6159272213614587,0.03920624885350958],[-0.1710221446599287,0.7022814263311282,0.10848342470951869,0.4465471758030336,-0.34249851536771264,0.8494190952096675,0.10434948597921175,0.3215627666975012,-0.5059309602776026,-0.9616699499740562,-0.7448963918248681,0.10891767067827164,-2.0903770405992788,0.3332668198138908,-1.0241743814806838,-0.4764721508641911,0.9523126943047788,0.6096472287875835,-0.37896809317835634,-0.2156149673798144,-0.6965774812945493,-0.8566199342705514,-0.11525445569420344,0.4069433199560089,0.47454489800169924,0.8003653984013569,-0.0820187455050711,-0.3907787379585802,0.8756450290828622,0.27539673088016675,-0.1548397250596987,0.7249115067512606,-0.7143008379715212,-0.9405429199809623,-0.5655725933888605,0.23925182001612133,0.7015189019646136,-0.47839863367974045,0.33589043042877803,0.008123804036301089,-0.8556920155343175,0.5289386902466349,-0.13316653568309522,0.35393665145536907,-1.8897254541990072,-0.06977249910734913,0.500116982310624,-0.13377195328037367,-0.8401864016542286,-0.7250815481505275],[-0.7392946671818805,-0.11290339896764945,1.2256301982249589,0.1749750663815959,-0.2222070837743655,-0.4396995175416583,-1.2890870286041942,0.032066261435213426,0.4124537051393793,-1.9727595516358554,0.6756913768361366,-0.7951868210858178,0.39445053121351764,1.3715011846622003,-1.7257497428536563,-0.48306501578599265,0.9216635633092849,0.012676864697827209,0.34775775029442835,0.587142399649244,-1.2355296836728027,-0.36811067506725476,0.6889884607565844,0.13333174723075084,-0.16380866263456226,-1.5535549243243612,0.6302882051407028,-0.1656417826596951,0.12082623235527239,0.12487755276529286,-0.5661516041164365,0.7158378336173392,-0.012980229025055133,0.5829887566704867,-1.5140959687900741,-0.2898948408108186,-0.4016973948933279,-0.13727651281236733,-0.8601742024127701,-0.6463771061758701,0.5856991497718351,-0.5701623288661966,-1.2236694593404622,-1.516043666624758,-0.8485191249806208,0.36848241651875463,0.8356823572278363,0.5981533108957443,0.9697563029780751,0.5062387474932046],[0.8127409302895922,-0.8257961057162609,0.8904768595676423,0.15680970932576985,0.08077176709237595,-0.7623978495187573,0.5471145372622311,-0.5160559583486488,0.6469312796982132,-0.9367990482615268,0.47338287576777893,0.4222444130697102,-0.8963804337436664,0.08375995922192378,0.4614319995389045,-0.667839252678613,-0.6702094210102844,0.8858903403785883,-0.1482046325695679,-0.346003236178739,-1.095372365501159,-0.6446201914708726,-0.2926500454755602,0.2401865576928858,0.17324417005494794,0.0033353308755326486,0.45383351547866824,-0.24521368792980128,-0.06672565347979685,-0.1667863451399852,-0.1360504016385979,-0.30813025055474125,-0.17400981972638163,-0.8819717180744279,0.13834310822831367,-0.8274417439959225,0.31850206745243487,0.44674286805926006,-0.277453227901984,0.910056423469729,-0.7000150173762671,-0.09187390291731637,-0.4431428354112796,0.8782861118279681,0.7620248444650058,-0.47879721350060034,-0.1942885147549824,0.14177244712127318,-0.16137446515492646,-0.15031014741462542],[0.4618496996922603,0.6604097501547923,-0.24986847033409312,-1.3363330954951058,0.9362389504508569,0.7199730677987958,0.46467615419231695,-1.8875252560376548,-1.2999459194246081,0.8490740222938578,-1.7022390146479616,-1.1737618576641098,0.588677538166091,0.07685734459026028,-0.42752571741149087,0.48223778545972273,-1.0832806495159273,-0.3547798791523707,-1.6226901513685572,0.6792854646109379,0.015349247774021897,-2.4371469270277015,-0.5378157144403851,0.7229176541810672,-0.4752158180053983,0.1773369960340505,-0.6596923505785852,0.41183771735848557,0.8077166573150903,0.1877557900905239,0.16876546149540042,-0.42197413384675453,0.9925565218843697,-0.34370821062831797,-0.19648651450271754,0.3085769717821679,-0.29549539665208197,-0.9551082907727281,0.08971081522186826,-0.3943908578388819,-0.3779241102077902,-0.9508374776149668,-0.11333251191932667,-1.4233221880318745,-0.9801091063900267,-0.6405565040213054,0.8404778827974133,0.6937206227624075,-0.6383036805903838,-1.6326211891480285],[0.3149628106297994,0.797816263932187,-0.11835647585908218,-1.3198360558838038,-0.53906949259078,0.7620501788617999,0.8399352491090429,0.787490160687572,0.9681295774932129,1.0108279692192321,0.5270144259110625,-0.9012139690408066,0.4400530696963697,0.6480131803339657,-0.4165399816275661,0.3858818184569915,0.9167484342466709,0.5409026519525348,-1.0871684305930562,-0.07654437722572542,0.6651276234103743,0.948978595219105,0.5936176943664091,-0.041817930571889914,-0.3984820794754983,-1.0155954623471983,0.2526653331383488,-0.08424683951225947,0.5410576452780099,0.8038189754787616,-1.2655356411047367,-1.3619070586848252,0.28713548917616455,0.24794465799923152,-2.5777922572487992,0.13318350658531017,0.2632032274037111,0.6830639387548689,0.42249433196641356,0.9377651671517402,-2.9014788084307552,-0.012565337300328555,0.747354133071292,-2.3489058003783385,0.36403772780004756,0.28860279490697766,0.3298843326093863,-1.0171681585361996,-0.14041706557096312,-0.7167366114112992],[0.4822528651477378,0.5641872391108198,0.6041972170900032,-0.17146208352406064,-0.7491749286490289,0.8831753665758052,-0.9498925641016195,0.23318236246099028,0.4790036641232721,-0.47491939235538005,-1.580651533511034,0.6187108193886307,0.5266367441213897,0.2391334139486225,-0.38481643797785015,1.0180133745997093,-0.6362391387805608,-0.7802013497769819,-0.5487433470741169,0.06394313390198121,0.905372750182892,0.05345334008721926,0.639925974749678,-0.909299862273077,0.9550821545645913,-1.4006354594658827,0.1803076405191346,-0.7050897556563531,0.4660663504316294,-0.7283322667621868,-1.165774950902461,-0.8968483236020431,-0.4927977664992593,0.8823103314883378,-2.957967550640231,-0.9046284336030214,-0.8995570384706819,0.8035858656065286,0.6268727525210276,-0.15163724995704841,-0.8255407876068278,-0.04935590442500446,-0.2464012033819329,-1.732956382813112,0.6541420023223665,-0.13172084580481433,-0.7834415614119163,0.2014936878536983,-0.971409734898074,0.44667434370950004],[-1.278085789590058,0.4824595029141289,-1.570647611993534,0.8390898485212919,-2.3991525662371695,0.8931491571448887,-0.8671644454380728,-0.745432054623072,0.04983234464949202,-0.21366411377072833,-0.48069057993217795,1.0042665571518912,0.6130387026123293,1.0500586920705124,-0.9354366502445215,-0.6173446257415561,-0.44565184789812023,-1.2557212965153044,-0.9642841282019002,-0.04404343950422798,-0.3772487435272905,1.3991685503863418,0.46132572059390825,0.9434865240055165,-0.5661072613362903,-0.47447738048016513,-0.720333360992924,-0.11079500685709916,-0.11753472419760749,0.44617558936751356,0.851767184028842,0.036339657577657405,0.49293406795878564,-0.316190325344973,-0.43905838546644904,-0.3728971784261318,0.4365951067212095,0.45595237720585374,0.0840997270674084,-0.12789583615113806,-1.182302725224357,-0.7603112086732314,-0.8371943135614487,0.1679988975846527,-0.6566556288127829,0.3399108138293126,-0.17025323677563753,-2.3895010157770007,0.17355952673483208,0.673138294555684],[-1.0059773712996087,0.21068662612079972,-3.015210640148742,0.11155442375137421,0.33833367433281003,-0.13803882605599715,0.7832517561061596,0.2057748763941117,-2.049078777204807,1.6415316430265554,0.5969481013837735,-0.2962440299814531,-3.1366586191637866,-0.21995750531298677,-0.6310797017734068,0.5613632483545821,-0.7438585382856909,-0.6896026043569503,-0.25967375140988064,-0.3672968499224433,0.6467887790509632,-2.7400158986593963,-1.874185963812142,-0.45002575719281246,-1.8411056010672353,0.31827718529043814,-0.6696204866461557,-0.5981556271721777,-1.0226984772872327,1.2373072577430488,0.4032495466027469,-0.011340474471205206,1.4150308761630543,-3.7369569911860925,1.186480136153998,0.6764205859548215,0.35498944014858685,-1.919956072943413,0.11629344285364218,-0.4622341186837101,-0.0155491896849706,-1.3027672101881025,-0.44970587666309675,-1.4947266371123624,-1.6498601283566507,-0.8097440660540373,-0.6840660975318831,0.4898028288707563,-0.7325285687683039,-0.39966817950420025],[-0.6035904045934102,0.018057336182830896,-2.732928792063719,0.04911741282997996,-1.7911543334029172,0.15351962277782993,0.04499158648792887,-0.6592144155127492,-2.120428325204877,1.4291571561360148,0.09098217101661184,0.9064557435796782,-3.6166072359385604,-0.9648913496320501,0.7656774102583286,-1.1941688828878652,-0.9961532969666334,0.21693003284489548,1.1515868121068782,-1.8594214973602188,0.9554039225614884,-1.4953014765548973,1.516374540620475,-1.135031214242284,-0.8585004560669858,0.18710441684438894,-0.40206487561481125,-0.9002108029721645,-0.1068825555118971,0.8304615618152638,-0.40318555744475926,-0.5008273680520762,-0.9039436018612275,-1.9820927965089585,0.17119812449938063,-0.26288483065304674,-0.3987233667503011,-0.36420687193485074,0.7412073893727731,0.4359497767962396,-1.6640574873215574,-2.3139265227959473,-1.2389312324823536,-0.022809089003131118,0.6393224057439153,0.4936506690800055,0.6554225713806879,0.9541972004645861,0.111382991810431,0.5827911280159093],[-0.5126645660778996,-0.0054436026336025815,-1.2516696818553759,-0.7860349241981263,-0.9952541161861079,-0.8720003418912036,0.9237959310537625,0.3989711444967152,0.7989549359278654,-0.8841907207321312,-0.3955147353183201,0.5776591489572749,-0.556732213333676,0.7588999963534191,0.597035452370358,0.7754462889610071,-0.9974398356820939,0.15676479886811331,-0.5709303572620466,0.09525541141319362,-0.27346624270935954,0.19750137279877633,-0.844317495437772,0.8800242453982219,0.83818535706056,0.9596095574634049,0.26679333054750065,-0.2665205290032863,0.8914629846979671,0.2784078190499433,-0.8189551901050457,-0.533373340193562,0.6617601119259436,0.7736408470593987,-0.02965499380678334,-0.5123555253531837,-0.5645150451377287,-0.6081925408936595,-1.9379040841585469,0.7518897634735979,-0.203635094515777,-1.2249880805656082,-0.5579873602054138,0.7753056815368294,0.04712787012666441,0.6083186962148023,0.7652272812233835,0.2250945806211484,-0.1373483292099218,0.5561366309996125],[0.8121459363639414,0.28177244330736717,0.4677791193718662,0.5260030691986859,-0.8538539225092189,-0.33370553387022484,-1.37584863077312,-0.21395418997469892,0.3175640428781555,-0.8077621367788651,0.5388334231492979,-0.7708779455872238,-1.6884600957899212,-0.9388618463825962,-0.354083020789073,-1.4208542818897685,-1.2971125492559787,0.5651558714462067,-0.28745205829083786,0.5913564128899781,0.6747377726908445,-0.30668172797531396,-0.46585219650057613,1.0177836820583557,-0.07007974023883762,0.5391743189201031,-2.2310599190196387,0.36171380066608294,0.9139349155202353,0.6475642279179141,0.6620489272500284,0.5568841738272203,-0.6705738198368759,-0.9541115671797236,-2.636521253751459,-0.7979506846843508,-0.7835744143099288,0.38637050324448413,0.558283814531572,-0.12418250927511598,0.7431253424429679,0.06327283055398625,0.6391522064269832,-1.243682597329063,-0.6968617332253867,-1.2441817085753286,-0.4989329293056358,-0.7047144393774496,0.12187395224202895,-0.9216466202951962],[0.6443560949151081,-0.9217742765777898,-0.7526361399769214,-0.4863215019783492,-0.22926426683853365,-0.31446857766637637,0.6108410503032489,-0.6538134988847359,-0.19072968207374524,-1.4377121128713848,0.08404433256565519,-0.09953411050488326,0.641949420733624,-0.7265605290623519,-0.7588547163503477,-2.2451048733889474,0.6883334468391652,-0.6051829514993393,-1.9112738648339744,1.0255287309814478,0.4065240230752803,-0.5262308115148332,0.7386920158631538,-0.4347230265069809,-2.3207122122134094,0.2090683564654706,0.25398896408822424,-0.7326095777742688,1.0466505034193445,-1.1992816872546974,0.3786591251247793,0.116325761124638,0.010086458842846842,-0.010357164771123107,-0.1809780156347217,0.08657068958428381,0.7395895317730317,0.6950843018434895,-1.3539633578451442,-0.686594759508839,0.29605304652927383,-2.3392249790210715,0.771126097468853,-0.6624863929210218,1.0055735240839174,0.08701661455021824,-0.2255187137268947,-0.007454234673482623,0.016413487961936854,-0.27640167449063924],[0.4982024851835644,1.079999383365614,-1.1027426387478156,-0.543627941644688,0.41429424821233235,0.11880670804659915,1.1230214284954618,0.08817420729355332,-1.764777452992871,-0.43881076829494997,-1.3073859237254406,-0.4906703457747062,-0.579992969297038,0.3671815370688496,-0.8476825020287988,-0.3509929782996645,0.7670474439262672,-1.1820914920921253,-0.3679823454047187,0.7822842175333528,0.3291822903473566,-0.24559981502990474,-0.6280148106562776,-0.25804413314566477,0.4964971746964728,0.0839489649926522,0.9363802843422447,0.5832364559915522,0.7129941949949359,-0.4555999903645312,-0.11870017454466211,-1.4066698033649605,0.35619987122245506,0.09195221436432996,-1.7908080679721905,-0.6192527590391718,0.8155098488575567,-0.3071701948847211,0.525477015085405,0.14674075690321342,-0.8073169705192266,-0.26266014378569086,0.7734911263426789,-1.2093358643641094,0.9220374243380318,0.4569721658107349,-0.8465398356721889,-0.1336384682321339,-0.34575339476175715,-0.527464118681042],[-2.257516262862356,-0.09368234154260179,-0.3354029157002387,0.05901019022845346,0.36647456997847927,-1.0632431324958098,-1.0154356668604692,-1.320866805902154,-1.6501380820624507,-0.21947018633363155,-0.5770248847705769,-1.3246319424942392,-0.6553124901559446,-0.37696691278840183,0.6472470733261456,-1.4344478379722827,-0.32917300210717354,0.7668069759551859,0.6261353088253097,0.09081095527292318,0.5483964837870946,-0.5245392054549225,0.3440527100336919,-1.0289954180360663,0.06943849291890439,0.6517160408783651,-0.968574119733896,-1.3167697567918317,-1.4988742589628088,-0.28305005034363934,-0.9013423560482985,0.5416362772904663,0.29854149378977307,-2.523176168136333,0.055101846579361784,-1.6268004946065988,0.9246142615984059,-0.20530099037555494,-1.0647575122545707,-0.7280348453549779,-0.9164036564319181,-0.7274507214629654,-0.25938944179777695,-0.3930954007551555,-0.4871523301267811,0.7938077279387786,-0.5588642171563799,-1.020278285467883,-0.164902796025542,0.7601171848688889],[0.3383526685525019,0.23623951788786585,-0.07969508116956497,-0.1272459792789632,-0.5683944462204537,1.0586775776322697,-1.65957054642655,-0.8848390679030762,-0.34472913245835973,-1.3451877875553566,0.8665803868432672,0.14340732195945652,-2.0177225735989066,0.5576711131764115,0.713654871132794,-1.2737149111588342,0.0636181416061145,-0.2761915419127823,-0.2073739165267115,0.1877475615500756,0.17701944349657206,0.034631650813951496,0.5420121004120988,-0.05152482469782839,-0.6202282967005716,0.6083418977251193,-2.227419793342452,-0.28017221375971857,-0.44625485976209495,-0.3769298241417604,0.13989031924520592,0.07878163624133012,-0.4016751325366228,-0.8502542513691186,-2.876491048427533,0.340463566328588,0.030872544964751596,0.014597501639890494,-0.5274788857688444,-0.0620427150180645,0.3018783500493777,0.7056406019841022,0.22953679611415748,-0.4554146555500834,-0.41655664398285236,-0.12746002711230192,0.8627994348709696,-1.158536087676421,-0.08303923575482057,-2.337705128784521],[-0.277364018793284,0.40225917502061015,-0.961933590835794,-0.0995003211750887,-0.22198278393312404,0.29467354043024935,-0.06886552240969306,-0.689009340015772,-1.596571044961575,0.8262569770719301,-0.355040311714413,-0.9873985427945269,-1.7104126548713003,-1.7836004339750615,0.5583771920333838,-0.4465623306527997,0.5001982944225178,-0.7166425145744526,0.6835291527414846,-0.17215357822674562,-0.06725451883252628,-1.7774120750142361,0.06343617300389062,-0.32315949381428616,-0.6381044649238843,0.8205781759619345,0.37326449593718364,0.1158480980171873,-0.07182959287719558,0.35937748645591716,-1.4655156121637885,-0.12710168868260763,0.7396441861628785,-0.518732291945089,1.0869148007286833,0.03726597786050432,0.06592133223213865,-0.11496103508356288,0.7036449585597799,-0.31814064878732573,-0.6437755642034012,-1.239594363664786,-0.8887845056398296,-0.06137421967622591,-0.19580652409451715,0.8725059285644394,-0.21136954420554593,0.13117842361417167,-0.9156813903790061,0.5273423426545018],[-0.689099093259461,-0.4254748081436021,-1.9840265382910203,-0.036501266219631165,-0.7560699647619114,1.0447244849436874,-0.03413745705501822,0.6632299880718093,0.7180646304895816,1.54348559432821,-0.6711739859383917,0.9661812954305083,-1.8528909288729638,0.12142376358765426,0.13654356295031977,0.4917432960743633,-0.8679271168909409,-1.2269426403428283,0.7868335172303944,0.27647374191111157,-0.6371605467719934,-0.013142011584426736,-0.5944106945517934,0.4862795445063667,-0.8855242717009737,-0.5346184756414246,0.4162527709729215,-0.31128229513490185,0.04904835005791555,0.39063257612774416,-0.2888853568475802,0.12842682518516024,-0.43684713101322276,-0.237846258789336,1.204986289583153,0.7844433298090078,-0.6290679993499882,0.16071711770029706,-0.5482843712702024,0.17607963220693612,0.6365654894150798,-0.8738921455407506,-0.3948423881701942,-0.10674102194932171,0.26391687590340007,0.17519289009380884,1.135859082298849,-0.4410543168015335,-0.8890808529718637,0.04052691437922029],[-0.5880000463086534,-1.1743746444929755,0.8521680570062793,-4.930169544687929,-1.2330583324728077,-2.928178822405713,-0.4755457104078413,-0.7720241929950068,-1.5220385461509256,-0.852231011595119,-0.16257521710822503,-0.6897628952584258,-0.03960876119578595,0.6860907964186647,1.114329698765858,0.5987473048209686,-1.6231027614308866,0.15650355478362182,-3.5214666400777346,0.9009785012186078,-0.6753182047770498,-0.0846503926205002,-3.2736116674530074,-1.9274490958023365,0.34092083677765034,-0.8136928553682672,-1.012182414042815,-0.19864279418872427,-2.163813189449091,-0.5813955661017072,0.17144282709552802,-0.5998411367871216,1.0336658833111811,0.8042391874563563,0.7776430228278568,-0.31187611153530725,0.5259020105043944,0.3463145880397929,0.43131234402596225,-1.7589783323796087,0.48040085205305466,-0.2760154242927482,-1.0181082736991915,0.9301656985836835,-0.8023429641732295,0.8168017717508018,-1.3243354762373825,-0.9504060578141842,-0.265537652076583,0.057167503675589815],[-1.4054873626073139,0.18122694629822317,0.08130605708452819,0.01791085940308862,0.7797435271145163,0.652683915095946,-1.6127312630235615,0.1286548058721901,0.5000287114450944,-0.2791788112528861,-1.4247143454658417,0.9819821680687698,0.2030511726465627,0.9177924978582199,0.9118355254801706,1.0366331266432112,0.35185779323808875,-0.663137478707706,-1.153022726096788,0.9507043623649459,0.14635479040344904,-1.11060496345998,0.7413257690486038,-0.6795036921964305,-0.8529348983788797,0.44420087954155396,0.4908474035599029,-0.9961015260715167,1.0587924491513614,0.4701783737317188,-0.29028374102422816,0.10968864843705506,-0.8458530042585586,0.2667600953756761,-1.7992156787321132,0.5883138525948005,-0.10361726129359114,-0.17097033724261945,0.28433856614584047,-0.137892671639494,-1.0656335759190303,0.702072144572245,-0.042911164620074854,-1.360057696836363,-1.7436736658076488,0.5328144050235165,-0.4097945784428792,0.6608470164309983,-0.7165935877239342,-2.645047468410248],[0.6328314282757885,0.04345573538534969,1.03150348532457,1.2693459020177498,0.6736420564350551,0.9317815474822444,-0.11604726933827304,0.4508674628175078,0.5314442830887718,-0.5344805133163645,-0.15938679026368238,0.014697789936897548,-0.28324966347880765,-0.4875086347970477,-0.847584195447909,1.0785123595522246,-0.2405151628627696,-0.9817088290216797,-0.47486458366045387,0.5086281402307787,-0.5114719803769127,0.9168100672059543,0.0073795755435637446,0.4810668189454835,-0.41730786175027973,0.4073301190090812,-0.9247598214003357,0.183312277931969,-1.8359361429557157,-0.8071556017846161,0.12037039545642703,-0.39476418268509417,0.4922317201495332,0.4138348579796532,-1.4964735545179946,-0.2574459774282741,0.49795578244107197,0.15699208561387307,0.9313158453188494,0.737741095029582,0.03715478328200364,-0.40339228921527326,0.39781153986624523,-0.8695940610079507,0.6198993731037483,0.14025558250080053,0.9095484472848208,-1.4158074130765235,0.8743490892352195,0.6549144752082041],[0.15111991640699157,-0.7476224800494826,0.6063126781521595,0.23554151641928112,-0.4842766896625924,0.7542725318290373,0.14747909996739753,0.7582903306153739,-0.37140996482471067,0.6692173657901845,-0.6882438963371089,-0.4208311687015785,0.5852346506226449,-0.9285700596846724,-0.6700726244146495,-0.6418698074824863,-0.4176714444639076,0.7890555836962526,0.9114908499871828,-0.1269298959350719,-1.4579464411397312,-0.6104108958272481,-0.8676988471815085,-0.3189671734609141,0.47879127786587794,0.32038395843073064,-0.8968898828611618,-0.10091624276051217,-0.599718483839267,-0.5750862557639894,0.1456608765942958,-0.4918222685403608,-0.2902787389330361,0.5767663245024744,-0.7277677492204975,0.11193525981058192,0.9877364348351207,0.3534343642243736,0.4771202009234458,0.48631620939350995,-1.0284352612053382,0.7629305016456874,0.698679481543979,-0.20651842152686173,0.12420399909301155,-0.20118120261656644,-0.5379897764249592,-1.5499278757863737,-1.1405749436462158,0.9936923508658894],[-0.2503570390097925,0.7762863224592791,0.19817274382384534,0.4706451649089283,-0.8271672588957344,0.12152856648753922,0.6868239117902103,-0.33979705317257825,0.5804862602897798,0.8292410448268673,-0.35632144550882794,1.157672248044372,-0.239066044599532,-1.6053933455086424,-2.060404998502032,0.03547200541363787,-0.8845695064255504,-0.020239867746230315,0.43225368728229185,-0.1853676901704608,-1.282781322840538,0.7076449496979607,-0.2811816702746588,-0.39048671150717124,1.0754115255669994,-0.6421070450418395,-2.8266570665912627,-1.2350603370386062,-0.4644586526989893,-0.3108070148868366,0.6754273704491015,0.713609829934599,0.7195498145380763,0.7734650222856287,-1.0558480635945728,-0.5681202393059835,-0.1434375139381658,0.34188768194283714,1.0040468070520163,0.6809835681355046,0.8837785645977384,-0.5395227153774326,-0.6690846281037965,-0.08917864467866614,-0.448132573223077,-0.36813395462121584,0.2891208963286627,-1.4988242983321558,-0.7485003536704402,0.5036564953424176],[-0.48977565792193367,-0.916154826844315,-1.2763273505061197,-1.6894640975311108,-1.481362319586892,-1.1029511545832442,-0.2376564860976211,0.010319309589026524,-1.2042849265059672,1.002485114714986,-0.651797275278232,-2.611756731620016,1.0110273971517807,0.5420696771810584,0.3135346515286906,-0.6226086712192249,0.2181557654533406,0.0327008887384656,0.761296941979258,-0.783209902514758,-0.8025222819908312,-0.17698086461707802,-0.836712304575982,-3.1120688346541296,-1.3921372554112326,1.0619772918687664,-1.3983629441006957,0.284865347479927,-0.011058499206042457,-0.38521332809151393,-0.5097310868319419,1.026559805380868,-0.4729972513971825,0.2796299832158622,-1.12692513785892,-0.15460758575635375,-0.5593670089642141,0.420898727830725,0.00555808098979324,0.6532538375479872,-0.15280013075276236,0.13616367840031918,1.001362088911196,-1.380456829384631,-0.40246966690251285,-0.6733674219529511,-0.15353747740465218,-1.0007773508085722,0.6951974389109282,0.794721126052702],[-0.7332458071092676,0.5407909568032354,-1.948739844898058,0.26690202893811305,-2.5329645209025853,-0.3572711063905385,0.4435556299033581,0.27862621568031315,-1.8644624192947628,0.6868094224980413,-0.14017656237917914,-1.8104816666026444,0.1282133377923124,-0.2932467641382743,-0.1480843652115792,-0.20508364243204552,0.440887592366849,-0.6933841476363619,-2.906310776772324,-0.44704606269410496,0.010995271775669644,-1.5946723267987566,-1.6273247052375186,1.2123454240598244,0.4336270646576233,0.37964220209850713,-1.96505717020435,-0.7397784585446877,-0.9493813170652501,0.7681829388704389,0.8027832264610796,-1.0608411036700542,0.3890650909806124,-0.6718619034852208,-2.100334782740912,-0.060471453105646444,-0.7101634960513639,-0.5864676359653564,-1.2240906937231644,-0.41208791357656,-0.9213042455293173,-3.6239245444730814,-4.265186552327767,-1.473107825605296,0.1255164969520124,1.002902506939509,-0.34499814403180656,-2.5020741609304427,0.6534446295523637,0.7522859213301805],[0.4177388125109861,0.5748821231819575,-0.8368939796185105,0.1007507381065382,-1.097601785473002,0.8324652983968721,-0.8662172639783463,-1.4447430878372218,-0.2304546424493296,0.39746369293722067,-0.2100205900038917,0.08258018124821347,0.8120646247715754,-1.6723726475619274,-1.1519083537995771,0.6806714773257544,0.17580276037863038,-1.8613170001896655,0.11383909114655148,-0.14807889200088742,-0.539598700969114,0.11917107839926318,-0.2672559386389123,0.12117901132803041,-1.1303153812437536,-1.146691811172454,0.5159546323596073,0.2096925484598123,-1.137824262499214,-0.5701658346284707,0.8090442511621312,-0.7653235975681857,0.17953262008300855,-0.9315855956797893,-0.19785770732665045,-0.7015705794852272,0.3586973248681349,0.561451280030063,-3.528521625545422,-0.4078375569518761,0.2292214602302456,0.16190346368225045,-0.5744036799370061,-0.46794012051681566,-0.03801024131960452,0.4066395855380115,-0.820864582797632,0.8841616286323302,-2.5330154397740627,0.05161706669764397],[-0.04074152842094313,-0.2879644035492383,0.53421967550685,0.171184835442971,0.8123392763015181,-0.7416004390122801,-0.4066579887890433,-0.38494385141944326,0.8467412353038912,-0.30652694343375786,-0.6300009862352987,-0.2636297984353829,0.9072385200627822,0.31515361970547984,-0.19284145507915584,-0.6526659872584581,-1.4081537785765799,-0.884318364385471,0.2785582935974856,0.6242445857431376,-1.439963684111276,0.6556764012047431,0.3873932692573697,-0.6111770197435611,-0.8280290635742039,0.1597278844469845,-2.695424616099839,-1.165467315943432,-0.5416918951156553,-0.8910291734166021,0.2545337429622355,-1.0154751515686433,0.6275490969536826,-0.3014929547381358,-0.5897873029860212,-0.7221853810572694,-0.23757623353740487,0.15359952604686294,-0.7829804040077947,-0.6420345669004396,-0.3202773575797677,-0.4441009936927352,0.1518456936446552,-0.6501147864944855,0.6098136123759016,-0.7072691667150262,0.87872425065505,-1.3045582202940174,-1.418829385109674,-0.3097424937191569],[-0.0852298686514645,0.2573725180491525,-0.8451175823445614,-0.5957430926555979,-0.2827599081028886,0.42576482417697314,0.5539289058984244,0.9044178709069144,-0.8477354796658485,0.37901520219568835,-0.25717811323569173,0.670660481346948,0.47036691413888365,-1.5732208918750095,0.6002099447017554,-0.6758640112138217,-1.0829509099292813,-0.17032453535049186,-0.533584345407845,-0.7620415964201284,0.5581250371558913,-0.7521171365228265,-1.4051581646266422,-0.4285890404341611,-0.14467029233717732,0.3872534480256453,-1.977444770384096,-1.6278107755999238,-1.8715120400383014,0.4655144415798249,0.3154427739769875,-1.3552085016280995,0.39454680935813635,0.04820483940092519,-1.136138457965946,-0.3279267714561811,-0.1523834470574937,0.12387909559930989,0.8265468146738427,-0.540626377905294,0.3791508531784448,0.44211716415906255,-0.5427558461260795,1.0414970171620632,-0.28933475344387677,0.7990024284761472,0.46188469394051085,-0.5414728436276389,0.8737183184052879,0.31240606153938266],[-0.22243690705641922,0.5255738893541442,0.27651092309115827,-0.27472427787214393,0.967507550466592,-0.4342237775367381,0.08849693187788775,-0.1992112506711748,-0.5267663176098887,-2.2807596888888217,0.24025885200636232,0.23135560071990158,0.309789428973981,0.28442741008100014,-1.278144803835226,-0.6482635057957805,-0.8604722791127066,0.3091925591856885,-0.04237324328477342,-0.5566261678170703,-0.7986241148456256,0.17645576027438226,0.9143086305561703,0.7606293906552001,0.7482354155364173,-1.4582161093195334,0.7672976060914607,-0.3436071692035175,-0.06967281510350072,-0.15058373515958995,0.7381512083113,-0.43199688632914235,0.8793756095315276,0.8074067631814549,-0.7741437460867107,-0.9842031712340089,0.6930508830196033,1.0332771405389158,-0.03565949144148213,-0.15768405823853876,0.034346429100095305,0.5287823326103176,-1.3510085421488345,-0.5845096826666096,-1.0595518648932394,-0.5232412324596832,0.30457884874072816,0.17420614382886912,-0.6672556863644308,-0.047687118248797324],[-1.2867909014376986,0.8192565384980397,-0.055403346510026485,0.6598642591432751,0.10057107510817867,-0.8269023060343687,0.2314111374613481,-0.9350781440302852,0.1290574988281059,0.2561578653346958,-0.5325840797873336,-0.9167716385982723,0.3448453262863775,0.18036152015830714,-0.027404275512878655,0.2083261893097308,-1.39005729794259,-0.12256009826925152,-1.0298467950804993,0.6001182446181227,-0.665530142989049,-1.0367814834219864,0.4423581331782244,-0.08137511190198685,0.10408845711076659,-0.8102164013939404,0.2692507667679211,-0.10835371283601017,-0.7749717110928321,0.5718713413558868,-0.8910302149629054,-1.196984329766289,0.637648764565657,0.10863369599627679,-0.7684542333659379,-0.674333835703602,0.995012952111904,0.9895541399110528,-0.9669616419955208,-0.13272387024372803,0.6991744925953965,-1.564762748677007,-1.1232645185793861,0.19958629647929535,-0.5141081132608556,-1.1092996225090108,-0.10197355594927728,-0.004229078515284662,-0.5846452832757996,-1.2349156471061296],[0.30099287307557354,0.9655440155459963,-0.3810348135743531,0.5806746463753975,-1.6610299886564124,0.6260412588195559,0.12712278561284554,-0.9877453025132044,-0.9137117985662055,0.4004536300986838,-0.21750579930899705,0.9885934261333519,0.5889766867506933,-0.20028182637517805,0.7201327729388218,0.48229171775319657,-0.41974668195354875,0.5124843130405393,-0.28570874852298506,-0.6953694549206715,-1.3821828294866223,0.3368904950622012,0.2860151933039348,0.9236169653269264,-0.8485193975309661,0.14010641154299336,-0.1488174493019607,-0.5122278832219731,0.05819632897014983,-0.5635900792816575,-1.4913215372878303,0.889093782350917,-1.974487745809854,-0.06564923276099097,-1.3454065458407658,-1.6881111009392635,1.0213141915751363,0.6826977091825046,0.875878529554347,-1.7201155409752562,-0.4027191506199149,-0.7407984979183411,-0.37279999104335815,-0.4357666799937295,-1.343733937699436,0.8710094391050519,0.11696960123630931,0.21711305412138046,0.199764773844138,-1.0113343457383979],[0.18152445413586524,-2.8565142211625276,-0.09567919690386566,0.32037433156773504,0.009683931523561253,0.7452592392152104,-1.8607197898289851,-0.28454092423536553,0.7215105222194551,-1.3503517161848704,-0.2738294096768106,1.0336164797891794,-2.8635282682592855,-0.49687456105410766,-0.10094011458146501,-1.3906652192022777,-0.15271379128502605,0.5845212519149122,0.40980257039936013,0.3263224918323891,0.3646507211715027,0.3928952686099355,0.3152722466624038,-0.24589100107162756,0.6603355956808131,-0.23057443402508104,-1.047940097153315,-1.905340047113437,0.5753931136422011,0.5244371367752889,-1.605873652874716,-0.1393008923936521,0.6780106546333468,0.9011886558807349,1.027279428599225,0.6808623627232672,-0.23422473241184788,0.9958451014983457,-0.03804698844056438,0.5158218752076155,-0.2337564325075782,0.17947199715822432,-3.3235752571226067,1.0486414290596198,-0.20430739370567422,-1.453826380752281,-1.3743273289510178,-0.30076965679726564,0.19451856843399162,0.8187799573909978],[0.3187469008589295,0.43449208271965545,0.925331346645115,0.44484131167245233,1.055140475704392,0.6516173147301296,-0.49992582698698806,-0.27180624974456213,-0.48025060225792665,-1.1006332653922217,0.1587264224228143,0.8241367103592439,-0.6378501169228642,-1.007541660287335,-0.6658948852945633,-2.0157532216355474,-1.3219607118206134,0.9377138414129492,-0.20902899400546388,-3.102978994375475,0.8328900891425143,-0.8062265721819003,-0.07744279792885585,-0.3985936370677601,0.559161465114631,-0.5390263206030148,0.9070489612920501,0.7837641401619563,-1.3146707428477442,-0.5884023893071275,0.33670567012895564,-0.7658730999510467,-2.7677523505828416,0.9827164726354068,0.6846300163038275,-0.05982269997079434,-0.6574669071823422,-0.028440324201271062,-0.027377671060892922,-0.9415558080782874,-0.17312216469839256,-0.6184075820841437,0.49063361517619913,0.46337759843702825,-0.19809066122788258,-1.0986881188407829,-0.844618316475721,0.729207018078718,-2.536414052563749,0.8584468261568682],[-1.2372429801691223,0.5281245762653417,0.11720968700536014,-0.7800660561589281,-0.2730862694539818,0.3077299902757718,-1.1775132599056357,0.51392040441333,0.33240341437915705,-2.2196818083031045,-0.445154180113499,-0.6040037934575245,-0.2584454859115584,-0.3007493696454444,-1.203265794575396,-0.6253913930500267,0.3869713780685211,0.17436436593707227,-0.6944159726578036,0.006198224201127492,0.11412847362018055,0.19434590121798614,0.20744329165506165,-1.0094980538113556,0.4214032071465954,-0.5674234020172669,-0.8067098755600132,-0.6557329715494031,0.14557583167066268,-0.948659979733376,0.971581440562282,0.70261012452138,0.833957741268917,-0.08095606707534912,-1.6304932220124981,0.504924283297175,0.23814157050462156,-0.6669718088681811,0.26425622939018756,-0.5327759288844222,-0.969657531514478,0.958182591900722,-0.24492318375578778,-1.2355659296699608,-2.080924353049626,0.16359665662913053,0.35026432052779666,0.8295293557050397,-0.7834499558075386,-0.0021090079230619988],[0.2429165297298136,-1.9371122586532261,-0.8015016203210453,0.324041165704278,-0.9104697340589353,-0.47309722991878755,0.7653445431244186,-0.8838873664899999,0.41470651160228167,1.1506887371457657,0.2794260547585131,0.8189703380782439,-3.0979921972794244,-1.4269479831818226,1.3182035054536456,0.9336919723448456,0.3758948934130935,-0.27205896624592013,-0.38092226789278455,0.1794368959958675,0.4905521336975687,-2.206119306658392,-0.8429068296995376,-0.8507066230012303,0.06501850089932888,-0.4536125171266423,-0.3140513903931793,-0.5407949942498353,-0.31097431419649846,-1.225201711981614,-0.6525980440312167,0.2019946025153618,0.25520703870227734,-0.5048616866474348,-0.05292231906689364,-0.46914986277264703,0.9494460666783117,-0.43030254181322836,0.8353970975015388,1.1972965761756382,-0.3986839996744751,-0.7801040505996766,-1.8405500239634733,0.4769895744806349,0.5556409926784442,0.2406754217109272,0.04857505155738055,-0.22645429813891554,-0.25738182214985256,0.36454851667798666],[0.4334567860268995,-0.9105886334248399,-1.6162322840482601,-0.3505086482910545,-1.9446170451301894,0.6433800957312262,0.6146915088485301,0.27583407791950665,-0.8875658861625279,-0.24536475714093778,-1.1907363925413907,-1.6469216468703414,0.545638591189182,0.45551680877637707,0.32469137752876054,-0.27481994333296667,0.262303495657892,-0.7039723646119473,0.33572201452627815,-1.2059215305089674,-0.501026069795592,1.2577434917020744,-1.5345046476667714,-2.2000684922918143,-0.736355117285454,-0.07745592489327816,-1.3914967097794217,0.5790969540575711,-0.145790899367354,-0.9975511824564202,0.04517186665229527,-0.011293529830442555,0.30466815438677486,0.2951512453448634,0.9807192856852043,-0.5800335293974656,0.9856626057892951,-0.1654938959388012,-0.415856782724514,-0.38731757430440317,0.1585504208863368,-1.3796849639264728,-0.03660351303009122,0.5250963726382669,-0.6105158598250516,-0.16734098696295396,0.4553016597685711,0.6013160088153023,-1.1253045370511128,0.43714768581058333],[0.27064255530462256,1.5788227014058647,0.09339730179751699,0.042214310141633675,-0.4824164945971413,0.8127611428833433,0.107974105949845,0.6334413154265796,-2.6098557026775646,-0.42158467973906394,0.3978800253324871,-1.955006866882632,0.3578351817722567,1.0558987166533698,0.5831821063096844,0.19802076476413893,-1.3949959892979384,-0.7402373486623592,-3.1224361366152946,-0.9629637005176661,0.5646100629677916,-2.4314679485107717,-1.327668203693877,0.13359995202832117,0.6058528739788622,0.19921053976124017,-2.170629957471756,-0.46166713362955114,-0.0553800723210461,-0.9067000787017402,-0.14384650980945396,0.5798916609696979,-0.6329316780353084,1.115648733746893,-1.8107130372382547,0.22882218111387545,-0.08653618224532324,-0.3227559514626295,-3.389919736273591,-1.2508852352892759,0.9576131254870236,-2.179023539303691,-3.1408383998948683,-0.0707213393860758,0.7791289659237207,0.2580657811640106,-1.1711003489898582,-1.4618222214193313,-0.14576162097978848,0.5119682419855895],[0.30267930980627694,-1.3965862095902197,0.45599250999673485,0.06717456825123569,0.7492460124897603,-0.13257082485204233,0.4456091749356596,0.4528150290303173,0.35506820519713184,-0.4274976417996665,-0.489864318555598,-0.5929738278023814,0.3861212850549256,0.05204097314877425,0.9360271284055739,-1.5755499132418676,0.6605255093888995,0.6955399214683,0.7562527177351436,0.017774355634703153,0.33670776809902087,-0.7195049416290399,0.3001980238385054,-0.3840073773359563,-3.568778300524699,0.35093782790695277,0.9129990855186965,0.3109970287208256,-0.19474316141150033,0.005141195330276111,0.702895423749501,-0.7952808037390627,-0.6782137899919138,-0.4521848773404108,-0.5722017183251638,-0.8406841926325672,0.8781357470198536,-1.585062323476565,-0.7361736604846332,-0.9209677299399696,0.9044791592532392,0.7380550542013851,-0.25915491733869545,0.5157269786032376,-0.3767527763234007,-0.5358300605064188,0.28596238507377975,-0.7410998390657056,0.6683517959973467,0.543011944497346],[-0.5231447041742535,1.041327570316961,-0.3369413021357103,0.9159026526763151,-0.6848287832491928,0.08786913584829077,0.22125300330289444,-1.6482342587258174,-1.8532092236575333,0.5876686236513236,-1.6220085697801019,0.1598508614236209,-2.3100492951736915,-0.20851355955215772,-1.571952498660847,0.09654023743509123,1.0733646536318553,0.368079975757152,-0.18776423920632485,-0.43102097813376855,-0.04905547966863621,0.3785516186472334,1.1532439041336466,-0.01147599257861859,0.7794414933545506,0.8844517861574263,-0.20272192982332782,0.20838076553835352,-0.21053495403197336,-0.08433376503407405,-0.46492868755806777,0.2937318772866579,0.3151761380016293,-0.5753560432253236,-0.31432107264176173,0.5303729439510387,-0.8357829109264818,-0.9443539005601128,-0.027696342300692935,-0.2217620055874384,0.3040597280463017,0.28758297139353867,-0.8339653101878768,-0.647330447363809,0.4570142756846171,0.09728487693317585,0.5073871946650989,-1.3458277043417761,0.15209020543394094,0.5342451055621562],[-1.4667645003204888,-0.20770112288541295,-1.8577424370380593,0.40359599226495657,-2.360166797483237,0.9127519214523016,0.6229093106074326,1.1022011553903779,0.7574775055408607,0.23022024087515905,-0.5585490456398379,-0.3490090233375675,0.8604474500237965,0.41623422132323507,0.43876137608251903,0.5676502437250995,0.688940001323869,-1.3950001227124462,-0.4588868520481441,-0.47303926548536834,0.9203919141108663,-0.14031334264333878,0.9347918021417696,0.68554081721113,-0.10987386047128986,0.7274532118321378,-1.40881803569174,0.2918443036145638,-0.8988679672712498,-0.9532353449875698,-0.0246686777040598,-0.899332685454396,0.2630111670657797,0.7227779959831102,1.2380708825325382,-0.9063746418595231,-0.7312986941959569,0.4651404535766139,-0.4748149315692347,-0.1764028283430192,-0.9650085315971989,-0.37861529395875865,-1.8995772933838948,-0.8611924270601887,0.6686862312080393,0.8568393179875762,-1.154639981739419,-1.9455286634902174,1.0364904493957612,-0.17191681628386835],[0.9500876839545466,-0.3705666046320687,-0.4339841188425885,-4.04259498937367,0.15431217143905432,-0.04359719239481451,0.4358255240231146,1.0563150095795075,-0.569088766933572,-0.38604202095321816,0.7497770224314109,1.5489672091921802,0.3694079632520343,-0.3492303952953796,0.6175929198265673,-0.525774369981163,-1.2135360278108016,-0.008343753881628408,-1.3310257818493254,0.7907827820144601,0.4956987613192739,0.6818895231776817,0.10163276183891752,0.7106753159282543,0.4965025624261473,0.10235250310939736,0.3102244282994733,0.7456876411420106,-1.54761260591272,-0.6628637136914288,-0.07212078761456578,0.7935362114756875,0.04985569518415425,-0.5934198444653549,0.1579725592589546,0.17051734623345136,-0.8810241668592746,-0.3837640024611303,0.014392419132241875,-0.36650862592480987,1.0194646884202692,0.4138394429661984,-0.023968136109328478,0.7573016569365044,0.7939671856582919,0.24823679944374383,-0.3112085414636708,0.5743287671209679,-0.6606126478705788,-0.9923760475462339],[-0.33901758316197844,0.5987931115856441,-0.3220299219859927,-0.08434302125800569,-0.9691734075348587,0.7003968828997831,-1.5347448524678493,-0.12319407917020725,-0.5541245178746677,-0.43236894093376843,-0.8787369739183498,-0.8504524861871446,-0.7086995811709742,0.9270202524759418,0.020048978278170138,0.40634909906552175,-1.5178623090136518,-0.003744063036730281,-0.3132563237161806,-0.4132865471711857,-0.7972429725406679,0.19687236844066489,-0.6167125791325069,0.7535917837290633,-0.7649544316619272,0.34490075154964445,-2.1622922291265425,0.8440024162348998,-0.6312625260610686,-0.9057018558208649,-0.1179148310854336,0.6293047175186459,-1.0575722789166395,-0.8883451422577663,-1.602874711406357,0.9342437074619597,0.5231728860932098,0.9590595739984055,0.8698594206450492,0.5342489244819673,-0.9181201776821855,0.20616141965300322,-0.49175910630835457,0.10896157612093944,-0.7523212351290997,-1.1531794934132074,0.7216347065490842,-0.08399187742195703,0.17590964703398262,-1.9931202923216504],[-1.1802659393232042,-0.1771779336538641,-0.33208832383987275,0.8222518167765661,-0.7386514105980491,-0.2602088745134153,0.8677149851138106,1.0003925419036932,0.3376277727805745,0.7982006458112118,-0.9817871850199142,-0.5095660666294387,-0.614808022694308,0.3452159499922199,0.9675582272233346,-0.3647889234117738,0.21872063331951716,-1.5926815183800358,-0.2123482359034423,0.8664895532521767,0.19520941861856717,-0.9083137911985611,-0.19922329834162678,-0.7610924953779004,1.006281238814327,-1.7823883051328933,0.2846556511695807,-2.6876489597869018,-0.4022144346955167,-0.25354356390862565,0.46001954781393595,0.4508148919781426,-1.898197214772753,-0.16071384547176984,0.07523329447203743,-0.41007806577297223,-0.24064475674227928,-2.5441151024954216,-0.10424976773388282,0.8625744221877061,-0.17801779546675325,-0.6264505742765852,-0.4802791107832197,-0.13214187046888654,0.28486949071397394,-0.7378791054680865,-0.051210701519743794,-0.36403158258867996,0.8767111365149067,-1.4907317346684614],[0.6352316067928637,0.014451011082219307,-0.23326568532870243,-0.12987140589918691,-0.92612548679546,0.9727079094930013,-0.01490174316671033,-1.1047548523670712,-0.2636514293210758,-0.8444701693404432,0.4824540981902773,0.6852967917380065,-0.6646993934942649,0.9696070158500495,-0.48332394367166,-0.5145025362663678,-0.6305566658386329,-0.33984106785303075,-0.4153833092449204,0.5794007273249353,0.27846442039772956,-0.40131382908425683,-0.986817587054583,0.3964882973842566,0.598836234185856,0.465011441096116,0.3002220809179911,0.9774345461585118,0.8248784421346317,-0.5448014076500671,0.0359989581053698,-0.6713216331711029,-0.7076772889121772,-0.1771709309217049,0.872792528908921,0.6463799378488596,-1.0508914950008628,-0.6111533804557506,-1.7336561138050195,0.681953934872948,0.47659807381875846,-0.3229136247233482,0.8472597126786352,0.7990023241046715,0.13169966165332697,0.5671663502329612,-0.9292682680979588,0.3914512779170601,0.28677379565704936,0.13061930009584632],[0.16012067256577953,0.9065874879869529,0.12427061336891287,-0.4567334078475443,0.8450308093065647,-1.275446362357943,0.8471734789514497,0.8757621031772348,-1.54657763676767,-1.2949357734668991,0.7711404876020606,-0.16736989122798537,-0.5966281816515494,-1.0614776921592628,0.6681678336939391,-0.08578009578374138,-0.10301978963635404,0.16129312235402368,0.34913861303174154,0.41581913769332846,0.5461221105260421,0.5284891858149428,0.8324117083512331,-1.9604977863791833,-1.5860072380393626,0.7261419046439812,0.7347655774239051,-1.4832635643115533,-0.2720977004384055,-1.0148353432553165,-1.1301822472267027,-0.05330915784095346,0.41285709187323916,-0.8049263736960146,-2.310865511035541,0.27308429861260103,-1.8741963173937908,0.07962966792852377,0.9734013499944074,-0.790402702243961,-1.7587627479143058,-0.3885269361887771,-0.8780556527903864,-1.915538698310729,0.4727527133790794,-0.6250312963920657,0.738467559412233,0.35545126227226076,-0.47681892017458805,0.5312844688369452],[-0.7368941463399875,0.6107044084469131,-1.3557223154908362,0.29736374830182877,-1.0773525313529952,0.29891523932553854,0.6910975342229836,0.6584298734345765,0.7705183385220508,-0.4833226279257636,-0.5868400838782143,-0.3216535484500848,-1.0686028155526608,-0.2690579478224712,-0.2616561335210159,0.7435152063944881,-0.39591483510864856,-1.0203536383757283,-0.7698149403969765,-0.0833994471170449,-0.4983906741009909,0.1258480814023515,0.6773834543861611,0.37974680993077625,-0.9988128240711697,-0.5494910069973732,-0.17477009955574396,-0.8233770865760472,-0.8539309812001209,-0.3808101407255715,-0.8718790100067321,0.15436492842976496,0.19600761333106806,-0.9954125974136517,0.8638725159844035,0.8316491163739118,-0.5631498521339636,0.34988577081794126,-1.690114308200751,0.8761236311158564,0.9822635673904347,0.711448473775343,0.2860062654092651,-0.31556617577272406,0.9020978547502939,0.1695516645836775,0.906664315768606,0.6544625011643839,-0.4190977542942679,0.0021734686612490065],[-0.3460431245155294,-0.20383850427633404,-1.4256087736515617,-0.7640379994487284,0.44328655246810134,0.12270310310160121,0.7586144121526045,-1.1045191510573142,-0.675608547565873,0.6691870782104075,-0.17161733461943246,0.9347304528975525,0.0460539702963035,0.7022422961209726,-0.09136638608047538,-0.6090886925786427,0.5169277395510555,-0.06468596483753047,-0.026737811065384497,0.34477770346872555,-0.6452069337068276,0.9409707021296573,-0.2735003981849006,0.7879274071670593,-0.3751401917453028,0.1513407343820171,-0.6353392862532388,0.4179864976232982,-1.0469848721943664,-0.8520776906033173,-0.34920660046895863,0.3109533650387055,0.46338517102902277,-0.28780708969769375,-0.6155671090395357,-0.9861355631270978,-0.8427697058500224,0.7118702155171611,-0.7848438312805543,0.7204587908625391,0.4944525779101951,0.09404875598006564,-0.19451090404521193,-0.8536712690628722,0.4297773792430125,-0.7254134385627901,0.4993583447326652,0.45076752808422477,0.6403526025777074,-0.032366734090179115],[0.43298917302471346,0.9867358894555218,0.2531920819558601,0.8684750297240604,-1.1795424651898925,0.4378268418403253,0.5766555365286538,-0.9290150250392321,-0.1802174219937206,0.6673748956330361,0.17266791589466143,-0.033298118245063735,0.47857126258577104,-0.008487007042519914,-0.8687830698091398,-0.5517143067427434,-1.0003659179677222,-0.17935263063680837,0.16514717269328227,0.027388729257503183,-0.7749505641657592,-0.10951946967300524,-0.25527843590968363,-1.072064248015144,0.26212044229800263,0.8046510488388221,-1.1358991193145238,-0.030856857256995773,-0.17797293853502336,-1.2170820656876344,-1.1821622497019915,0.9028226244927635,-0.517700457819268,-0.42399421500559803,0.4396475408772452,-0.4956191644390021,-0.055612915821389726,0.55807703021827,-0.7554397081874864,-0.5767698057255152,0.2302951069505608,-0.2881334024069923,0.9987561747196649,0.02576491254796407,-0.08571415014678735,1.2835649292338638,0.17479456165250423,-0.33323407990525883,-0.7301680854571437,-1.1855173241785297],[0.32286792147156274,0.2513334933552309,0.3818408949582637,-0.6871908425318948,-0.3923711128361549,-1.3941083941091368,-0.8703483931748299,-0.06540064174219563,-1.9710465243349125,-1.970720915963178,0.14393135820337521,-1.1168427197896909,0.877314586049611,0.46427832883651676,0.637408222758538,0.605151813279879,0.18466634836747994,-0.7573948318899478,0.3340168642399699,-2.375880462379101,-0.06927746822778412,0.07138249721291945,0.9422077448186421,-0.046352020703064184,-0.42887037799361083,0.5259189900958136,0.13793283740578224,0.1047608863368288,-1.2490481703908876,0.5806309507185858,-0.4784454982449239,-0.34055873118333524,0.09280875515056496,0.8281171160803351,-1.090535962110887,-1.3063346219791614,-1.5960752207754096,0.6056413168434661,0.7865696090061676,0.14558153682951963,-0.8434680921952591,0.6234079998804238,-0.29223532305956756,-1.6025574121063153,-0.5075895816814407,-1.1923570959622762,0.8035924251881509,0.5870304691396683,-0.26735653583300295,1.0334079537175769],[0.03946666574323639,0.2571567635742666,0.729075409039164,0.6421558926944027,-0.6473328961734891,0.06635988349196363,-0.6480879816497531,-0.5776473696982812,0.6745951699813996,0.6044157213611476,0.015782384729809425,-1.3399503015679397,0.34202990198888455,0.23853558810722056,-2.2416905060912753,0.08787603207723738,0.014587798902130182,0.9932156523337998,0.6097492239772664,-0.17849783706677677,0.4576348981419792,-0.9499319943378032,-2.0325310247596713,-0.9878307144457316,0.6170572516110662,-0.9825481887389682,-0.8347185179198156,-1.035487882366768,-0.27444151441445047,-0.9664549760382952,-1.0951324484391538,0.030752466534015418,-0.593370385406066,0.6454412453563066,-2.5175417904355855,-0.2837388934793325,0.475451937273268,-0.969107196353531,-1.0138163929543293,-0.09334566609871385,-0.11978257611200528,-1.895177742491551,-1.5394658406112052,0.537395750217061,0.5463262354610016,-0.5998005810217866,0.36692894407140425,-0.37573372649763587,0.6291566651959978,-0.5514905946109206],[0.6012787971268022,-0.6623481900268773,0.3374396586341582,0.48775673598105246,-0.7791624507366541,0.03239504101572356,0.9811933181340083,-0.2912158189905377,0.23671873055413642,-0.43140213302253516,0.3120083538966987,-0.5170924952656308,0.04521186516575733,-0.3150690593128049,-1.3511767162370067,-0.28997479168558304,-2.0935687307816693,-0.10742238507723507,0.6561411609385258,-1.1021791936524619,-2.1737334949810796,0.3214997685690318,-1.0522568739087241,-0.598113722721765,0.015035451972424764,-0.06288118073791836,-1.3892620208776894,-0.3528244251400818,-0.7948243038547074,0.6235416979127915,-0.37425531127000616,0.39267207423223244,-0.31798464435886065,0.12717117038487624,0.18633240793742958,-0.23659881170862238,-0.27410095757259356,0.09670566652908787,0.06187572183312222,-0.6310309637478758,-0.4165221759546253,-0.14586636384544502,1.028504373733024,0.1549049217949059,0.7997018188007963,-0.3017128379877137,-0.7116368161742445,-0.6009308831456263,0.6161179020404248,-0.6593241073319485],[-1.2042961687910025,-0.8074531840504036,-1.9626107592854536,0.49676704701639435,0.46636210283287016,-2.31642617155244,0.5404183556400319,-0.902268784909598,-0.7752153910278441,0.5134636688412795,0.0798424916625023,-0.254548347215706,0.4931689559633512,0.6323727227428695,0.31967594904801616,-1.700437797293098,0.8887530403197885,-1.801789713454884,0.2400081533671154,0.9246329578267071,-0.5253662402668177,-1.6531008470256439,-1.5612486368530316,-0.5453347521583509,-0.7041045098017433,0.004329332576139172,-0.5124853468724082,0.7394837529530646,0.08474946166744214,0.23000173687858913,0.9889258992354892,-0.6431287189314229,1.1225684639264375,-1.4055769997263095,-1.060694186917074,0.21750769735896755,0.8720939468451309,-1.9277305050657778,-0.25450128153187734,0.3770478991641653,0.4556178941305964,-0.8884201509505052,0.25409025562455934,-0.27565220247847055,-1.9191198692139184,-1.4715568886927506,-0.6167980262367383,0.02894872532644261,-0.6248289395020497,0.0018423802715278814],[1.0038800871044025,-0.7928475650406095,-0.00036191033091075107,0.4113587636073617,1.1382337354870553,-0.31953402927518487,1.0276381023260115,-4.605749465927574,0.8759732775355706,-2.742723547857959,1.0706032721459962,1.2444351016405748,0.9863456877862676,-0.14626207956755638,-1.7945733410893014,0.06469250119124154,0.13419988265607327,0.3318992599047034,0.47633266825287673,-2.107738169681275,1.288038294732228,0.5038103942334264,0.14675865626526144,0.6964009238491075,0.4833382162865989,-0.6097572825050862,1.0406134848456337,1.3050122402165676,0.1901334997744289,0.4773599567848487,-0.35757525543013,-0.07165654140736831,0.05360430688509787,-0.8011039340861492,0.06355294406830421,-1.4292394261330938,-2.1988369159473615,-0.33336842785203924,0.57085409925149,-2.6027180408566686,0.18939345589687046,-3.1238204713249416,-0.025657375842228873,-1.2809598854285462,0.7222233945729863,0.596649073652408,-0.5211216005920846,-2.247304487573105,-0.955684129943413,0.07034526888259675],[-0.30349350658061436,-0.9785308503423064,0.6897987450706365,0.6269931841631793,0.9203269111779098,-0.2748319196879743,0.10476452178167293,0.8075092776683516,0.7340739941603819,-1.5724243346836033,-0.6228874002593277,0.3553132083655592,-1.9160438606283627,0.28567202510698464,0.8134950315529714,-0.8644179168674986,-1.0084793256096676,0.08817602019885938,-0.5933857953568278,-0.26656346481645743,-0.418341914002281,0.9289806744703758,-0.9687240720012352,0.36720916458563363,-1.064274187582707,1.0013867599143196,-0.06054156468777992,-1.2130666536263217,0.8508849442144699,-0.11715133773263309,-1.360510636716129,-0.25335912843814595,0.454588843787181,0.9055609423626244,0.925395817999244,-0.9159559806852913,0.6708556361674606,-0.37392507292945537,-0.005946405436684231,0.8868688280385841,-0.969423620076345,-0.22896621084395463,-1.8876473023370135,-0.6738407898344403,0.5050373544143152,0.4769953799177836,-0.31396900739790723,0.6646621991713846,-0.33438844070820595,0.5501261628213863],[0.1438338505182899,-0.011752925237258297,-0.06848209652866838,1.492422999145491,-0.8615120426489192,-0.09934049368803716,0.9652810244872629,-0.38120005270453916,1.0882437616355105,-1.0855484177751789,0.3492018610090375,-2.7783592280576235,-0.27482826801371535,-0.28040821171964375,0.4039747996820784,0.9113480949002144,-1.1808612231757565,0.8015036143451512,-0.6140000116079989,0.9168598073280485,-0.19115288977982203,-0.016767282966836543,-1.4323094164540249,-1.1501367506612723,0.5289367888813351,-0.26660068212576554,-0.017438889781845043,0.7822491018404155,0.9455783177080725,0.1784375128985135,-0.8285346429132328,0.7343736408427451,0.5765520594761024,-0.5538779489546263,-0.8264197079476931,-0.15870856771078543,-0.7670233119263227,0.5056279984629141,-0.7221829460675986,0.6763131078347567,0.3504913670536431,-1.064392072050843,-0.011283533861570405,-0.7724184073153418,0.7157827130108685,-0.012717833787482159,-0.737607342904126,-0.3836046190630438,0.10643128039900727,0.22317775905425524],[0.608374432273186,0.6952741118263795,-1.4120614240239364,-1.0641682928881588,0.2891474231141887,0.007158674645302834,-0.5301152946423008,0.8050647795173512,0.6952244757115352,-0.1650217150621013,-0.9828176485353146,-1.3630009809053991,0.7780128472807504,0.2405617841112248,-0.3330734241946931,-0.20910304073528524,0.6724439678659012,-0.41395881486766545,-0.6814521561075152,0.971907898317878,-0.07951087055796958,-0.7028567706131519,0.051246153293235557,-0.46511820594396847,0.34528572758775866,-0.20204555632093357,0.13376402405778992,-0.41347751394106524,0.517402083100912,0.9877277714708456,-0.4169182843254318,-1.1045056471883414,0.9780699606929981,-0.29911657922610746,-3.036031026645941,-0.5343490259742238,-1.0021716823381925,-0.9640700528240624,-0.17668013317961498,-0.5842615530140743,-3.082542978590694,0.4041026961050267,0.8027470466197241,-2.583783826732707,0.6793762193227892,0.15658834557127138,0.8757547132298044,-0.9690726081475427,0.6036581318540284,-0.5871964026943476],[-0.051076442576114614,0.6484136484337988,-1.2930858599819095,-1.4485794138760588,-0.8791059261542578,-1.7334715078774183,-1.8097748590366853,-0.17770367441742035,-0.8942028637486302,0.6225857130015428,-0.7024357842659579,-1.8782851464293764,0.6187265155171542,-0.6859881963317728,-0.4131999307338767,-0.4052254796877568,-0.037011326102929405,0.34873930835298,0.9670875165452809,-0.5793939223770609,0.28619441620866254,0.7775113521968392,-1.2738702822055346,-1.2132874598484096,-1.0209689183417086,0.8723136932028385,-0.9729537623346562,-0.9261674505214095,0.8794831355489736,-0.6627720258241735,-1.440469293463272,0.6674424111357353,-0.9312057338296852,-0.5588613292734237,-1.2502528877216943,-0.44327790827987373,0.6055996383542637,0.9259038589629068,-0.24400644201031152,0.4804910283478604,-0.9306365333080628,0.5443556174511691,0.06089757950684833,-0.5784302765593851,0.5418356458881669,-0.2673108253098697,-0.6203443781841346,0.034094412465068336,0.7617634981245313,0.1472892761841639],[1.0870218559139961,-0.5152988397649879,0.8683982518327705,0.29217135484670664,-0.17724234924783358,-1.6264367410743388,-1.6185938393631067,0.04217482305279194,-0.9735497709064613,0.978259523255431,0.37793625757822574,-0.8342233478476886,-0.41789172193168406,-0.6699740499785892,-0.2938081503365985,-0.038201064466549584,0.39295802437735067,0.4464687132128288,0.5210287893949058,-0.694021508083469,0.8291820298072072,0.2976122119297399,-0.11253258896779074,-1.5850686820327613,0.20431040762521688,-0.28236926691863135,-0.362490851843472,-1.169138009958336,-0.4685468446476817,0.1381932741478407,0.7017649223390713,0.3561944315161309,-0.655505211522566,-0.12799678701980885,0.13443101723400586,0.668481536856768,0.7740098691711229,0.516410216572084,0.7180567694811479,-0.9171710882992726,0.18093878721495701,0.6381840414567969,-0.9016401211238108,-1.6672250454567599,-0.020162841628078135,0.777776956683982,0.4048086511556124,-1.1263758540773463,0.9994959889630746,-0.08797895479235172],[-0.9709138645788172,0.014739833017967477,-0.443433053149352,-0.4138110749591306,0.5700325670239941,0.7656428511293821,0.7556464082642165,-0.21215352491673206,-0.3409078341431025,-0.6327352401257902,0.10009825662026518,-1.3781838852996828,-0.5089591420009775,0.08998959059855431,-1.8097084997637978,0.4946416170875143,-0.37819880797034694,-0.439243773927535,0.4272311268542981,-1.4345918252576597,0.10927897289827851,-0.7916797196935751,-1.027466911286947,-1.4578019013228856,0.832588124683536,-1.576028639974943,-0.14353387702608272,-1.5268243634547398,-0.21247314538036416,-2.0158984711825374,0.3755833765384746,0.1048793219957625,-0.47910644605549035,-0.0320816381757836,-1.953144795126056,-1.0558865882249693,0.8208561038689073,-1.6398428889354408,0.4412347469403893,-0.3156141778413412,1.652605118039123,-1.5738927262257139,-2.35522144107632,0.16638640281288636,0.722503039444314,-0.22160307222842424,0.012888083744813917,0.6486267069620054,0.10438553726080951,-0.9723258339492911],[-0.04737200423226164,0.028076145517436837,-0.33269134130434164,0.6922719066521815,-2.862961482133297,0.532419947071989,-0.17113815590469328,-1.249349424264832,0.9776868943950526,0.016870634685533348,-0.5631650796478376,-0.03624119605940894,0.28492003516979897,0.961393220703255,1.108169192893074,0.17654346368958887,-4.139186194964402,-0.46817461221773293,-0.11296589336350352,-0.19840955829285403,-0.871218389904107,0.04634622482368134,1.271981313278006,0.1753365078366776,-0.1444823678566486,-0.9632758974505304,0.9105387585316504,0.38851440280931193,0.9327773663814246,-1.0236379202204016,0.010851779545886129,-1.18128343653491,-3.4578646415275993,0.4207589576026304,-1.5443429857569395,-2.113651827880555,0.18944500210670498,0.8634063653015166,0.2345782500798699,-3.3314022516831505,-1.0066606107084566,-2.0712279561229363,-1.1016148899469946,0.9928997492043633,-2.6127008206089126,0.6543108131242918,-0.07499353870441215,0.14708098400040195,1.0841937311344467,-0.22739577532342492],[-0.3718733198113288,-1.8489368689044337,0.03819982107007687,0.639641440293128,-2.1150297592106164,-1.615630815124838,-0.4422157795600611,0.4556872999195323,-0.0726214635754926,0.40258028927762307,-2.050983980867386,-0.618126390303112,-1.1505127086877263,0.7234391024922068,0.6077745131267818,0.9892652253277809,-0.8354114839254642,-0.20580391731172495,0.2710512394508083,-1.5412106770046625,0.816678207312721,0.3165064318503933,0.18480705363536068,-0.18947242755481544,0.8072647935170212,0.7962753683714682,0.39290875759183846,0.9814270586391464,0.25437366163820424,-0.39926117680269174,0.6850565320827269,0.27839287642858745,-1.2107884723379618,0.5629228605582592,-0.7658337058205138,-1.4606595879205038,0.1730050077002509,0.6746710534854607,-1.8042613721768026,0.314383855047891,-0.7674302269793086,-0.2143573081752646,-0.9995129412987993,-0.033309042317219095,0.13013150264359835,-0.09297924893424152,0.2411813960629991,1.057436766428164,-0.8056859078505068,0.6989576794608424],[0.11097330428387206,-0.6716987848239886,-2.422302963871706,0.6251035442485023,-0.34458139743909505,-1.8626923592947247,-0.6860498412033409,0.9338714056544201,0.8679986267352113,-0.6529801580475554,0.5424260629137279,0.6310471394694722,0.32515712240604555,-0.5752347408515941,-0.5878868957046443,0.44840750082646896,0.7910615217551461,-0.21389950873570404,0.06345358040046452,0.16433284227375328,0.47711186974902725,0.6373706028950428,-2.714640733583103,-0.6505191439182232,-0.02630542501195183,-0.1544009571246636,-1.9697559827688773,-1.313961208373518,0.4682384029682818,-0.6173491868510576,0.4886212926045655,-1.254036468608887,0.36017579357862733,-2.290632527922533,0.562457945653672,0.41522189163350703,0.7426659985431253,-0.020001996230432476,-2.136761778695269,-0.624804413816978,-0.04651251081890914,1.4828833931258225,0.8042272415566244,-0.19634866418293961,-0.8396294042817106,-0.7947153065278431,-0.4965838055649754,0.3729237236876859,0.6974157765845076,-0.9603061466103308],[0.8792308696758606,-1.071454519207078,-5.676060259708595,-3.3091726585310095,-1.8076309029716215,-0.6432807313301717,-0.6217839687766026,-1.2355463604386596,-1.9838388845315142,-1.8932362205271602,0.6632384979184639,0.0597924266609769,-6.491899058903681,-5.135496457113609,-3.09721194454323,0.4832132227003236,1.2615146407398063,-2.149552218831493,0.11866113634089602,-1.1159692998219344,-0.1450037511776376,-3.807930623315359,1.5271272057005445,1.2547513062272404,0.7571215302838245,-0.6302474400478285,0.9192075315810383,0.5468592459869105,0.11982715206175341,-0.1840917415841582,-0.5299437990666541,0.7537815609684434,-0.17470496013019216,0.8885072233042812,-2.9632712365482003,-0.5449966744575977,-0.054768060211282985,0.025370917340617364,0.13316847186362096,-0.679805288193998,-0.6165317771846691,-1.7855749785925061,-3.8496826143424294,-1.7356520855088937,-2.6904858379294825,0.884172860283177,0.7851328266423612,-0.28677253143967074,0.6165598560901695,-1.2366506516149496],[0.3272977562734198,0.9647271079531419,0.9195585684192408,0.7496218282872005,-0.7860949762004316,-0.27291009757902807,0.11943871146926341,-1.391138254121203,0.6574481814783657,0.9142252549494327,-0.131106490092083,0.05645741445548985,-0.6351583079421058,-0.6062586135279009,0.7380658852067524,-0.4104506110630812,0.4465098019577825,0.5833411140997611,-0.6996717671505849,0.16005931165565443,-0.8987635309939415,0.72291422435607,0.04915534433938167,-0.477549825345752,0.19564628240759716,0.960778149120401,-1.1660985924118576,0.040790256218054995,-0.6417349917135733,-1.069851594144648,0.3307220540166214,0.752601781826792,0.3081820667763428,-0.7170400006716596,0.6748656949084391,0.44884471655708336,-1.1808871033219421,-0.5263047393158169,-1.4416429240863995,-0.5758361680199429,0.4744535945245587,-1.0120483934495863,0.5431772732319639,-0.3433027505151091,0.7689714110344384,-0.6995885616373325,-0.21532155885817983,-0.16361367735990712,-0.12416214602027033,-1.0111043480518935],[-0.13361252518173158,0.42425524576942275,-0.041811397517115684,-0.5486262776971184,0.1091604514237416,0.533442292712069,-0.5048020688414602,-0.6611932825671814,0.8405440303882165,-0.44665469014896086,-0.11574905166866853,0.36206658980572853,-0.05526418518995072,-0.30180453398707685,-0.22903199354626727,-0.5564230525569381,-0.24649356046899049,0.03930198679017428,0.29267768156207197,-0.8348812176632379,-0.6866614660262889,-0.7602511473970133,-0.9566372373831709,0.6333476258514265,-0.3878361964606956,-0.14623458015967547,-2.33565096753607,-1.4457068097292893,-0.8776704366307059,-0.4872912424343328,-0.1640307939955408,-0.627530800528402,0.19951367623364175,-0.9065545165297132,-0.3792561270796756,-0.699155621163723,0.3804221405218783,-0.9856223867883075,0.19167190581362994,-0.058530205577060936,0.3378854831903048,0.474320721025107,0.12982690386458975,0.02079791669197657,0.9495384873678765,-0.6401014232909639,-0.7532629164718043,-1.2509114453356351,-0.5080335050865092,0.14977264109534644],[-0.3143851739564565,0.7227108787519747,-1.47786826149061,0.08620179135363332,0.30462099476185034,0.29045987171209026,-0.7236622417761267,0.03443559624150726,0.2890669236177427,-0.9156465167887398,0.614699165466655,0.6305897664845492,0.13965749568447014,0.7236312457488494,0.9410884715273011,-0.9327305918062199,-1.1930169580771646,-0.2669984982137138,0.13507095613783707,0.3618218046626806,-1.2566961575120008,0.849632909620903,0.19447802025958805,-0.10531506661297424,0.4961614344919286,0.3506027660352895,-0.8445195268125488,-0.09327546823653379,-0.8076848817759382,-0.46271997859104674,-0.8011249323662192,-0.09119230064196672,0.26640079347864104,0.53395273505883,0.33308400986647335,0.8824361230032811,-0.5598494166565501,-0.905654126956586,-1.561695390073648,0.6932181072806409,0.06805713302086686,-0.49165671725307175,-0.20135348016112742,0.6109397974427612,0.5283548687700793,-0.6177063710696108,-0.21096382515619702,-0.8634932130949087,-0.9171347042564444,0.6736237921582713],[-1.4836886028951028,-1.829645344185897,-0.18679876121682543,0.25375625650882394,-0.959564601354336,-0.5926430907298771,-0.09280383360618223,0.481021796001718,-0.3722770228907463,0.8669282414588508,-1.4339904240491554,1.053564212945845,-0.4055243777440739,-0.5185558259597821,0.4209664139329625,0.6077232779802032,0.6366020513127391,-0.4105487991845926,-0.3241698151080895,-0.7415311407158839,-0.27859277822656014,-0.5729262485561102,1.098504897685018,-1.1220952498979178,0.13506495476715852,-1.0824862845953866,0.7948987824358722,-1.293910212441241,0.9249345942697991,0.10326300479758488,-0.09503496755057914,0.5659031885029423,-1.4061929744843344,-0.6572228482158087,0.20792049158855053,0.018163927438321757,0.2968368989724023,-1.6819251571751377,-0.782919912721986,0.2376905669349129,0.6000462792286264,-0.9185544106204929,-0.9884572552795612,0.8686857306102386,0.25375841435985524,-0.8786106576298766,0.6796677885005441,0.6532177843017974,0.14605342161904705,-1.4017417491613011],[-0.9690044599898554,-0.9204013264097654,0.3942089090718532,-0.8147401232182151,-1.4894736983027708,-1.874728762160071,0.8066004771281277,0.3354843964521069,0.18621269455862743,0.9816092558983617,-2.031668699524961,0.38427356369928095,-0.28598487032959646,0.2871598255731316,0.8090397704570049,-0.09047204737080827,0.5790952216800354,0.30533697065301235,0.6986193371817608,-1.1698822480582667,-0.7166141452581984,-0.36125393384976057,0.012561857404274988,0.5072731239070478,0.6471705181273573,-0.5628525415098458,-1.0835171393855043,-0.49056780177102843,0.3134376347974634,-0.552392760426733,-0.4459794502490709,0.8930464912438154,-1.3455371235598768,-0.6178085022359481,0.8729249491549897,-1.4844105865077142,-0.7354969424214635,0.6254225053597255,-2.0007500550538535,0.7757577531522799,-0.0754558215978641,-0.7363824754225581,0.6183728063904659,0.17218364438660566,-1.2971309538542208,-0.5501818503508414,-0.7008834948378391,0.49007139505657527,-0.9716986625189161,0.3483107131324332],[-0.13500355480191023,-0.4716708342261662,0.9099689616467257,-1.323188524524348,-0.8248227653834976,-0.9292740672716827,-0.6986282270635783,0.3220202049714034,-0.8167204257894325,0.4111549366914179,-0.9863489273150594,0.5112292479528227,-0.6295639146552319,-0.21092666802564025,0.9057172695932113,-0.5958655364555799,-0.8815875965408673,0.0557512613912309,-1.2363633530836085,0.7115571012534185,0.22528899739069885,-0.6938885051693856,-0.9976998365067933,-0.798987127714921,0.11653944896667291,0.713484180782868,-0.917213075925552,-1.2350748356991263,-1.326947543967595,-1.0978059455963634,0.7113510882491724,-0.12858776407356204,0.33938971821179076,0.5949559300250581,0.6685898168658596,-0.7301728903349096,0.762959688483104,-0.6409709951870316,0.8746614503497641,-1.0905153104867182,-0.441400536673649,0.2471332432014667,0.19622580112067387,-0.7260790425166556,0.5353422285607624,0.6303681712223492,0.9210394829464025,0.2585733499817447,0.48817936706311876,-0.06536657030101443],[-2.8267962979086443,0.7677514299916232,-2.9782529897678427,-2.123205541229315,-2.38765081455905,-0.18211486577985225,0.8278506894059385,0.6108472719384835,0.7022685907171172,1.1428608134226823,-1.156134642615711,-0.7556317982051416,-0.23137779510636478,1.0397545266094053,0.23695983660254763,-0.5075483107625521,-0.3196153564219284,-0.3849511388457126,-0.2833364726288837,0.09163629644892007,0.4356520235230347,-0.6020921336773631,-0.8148908844803141,-1.5167408736646395,-0.8213856105486791,-1.9766317172409977,-0.9859724730805666,0.3156123807849489,-0.32820183071388015,-0.6431273273366375,-0.8813994284741727,0.7640037308116356,0.03417232452641202,-0.5530469868431486,0.9552173693204953,0.4469567936568586,-0.36888969060622356,-0.10534812873499283,0.5660818601179786,-0.528494668594551,-1.2999828762651204,-0.05530422607721371,0.03632354443242613,-0.633097527349146,0.3858891986003357,-1.4122147965993936,0.32938765780253976,-0.8571155390149793,-0.10367576417368916,-0.6413188937329576],[0.28461290538248457,0.2957354591507852,-2.151504924394951,-0.8856559265592067,1.1332603277719537,-1.5301762929372096,-0.22145285326563355,-0.8610468585848465,0.4812904645320404,-0.6455153414588344,-0.5575136335356319,0.16519306365087963,-0.31853302651046034,0.1680357085746989,-0.15669843452477336,0.7029375499703517,0.35269357597883766,0.1495390082208792,-0.4238815645888389,-0.36252213535816924,0.5997712985099403,-0.12312492846905301,-2.684523814660513,0.5793442666874847,-1.5344111812292465,0.8768494832687737,-0.980164105149612,-0.7050165659280669,-0.3324919253058394,0.3918531945743077,0.6492861880060552,-0.6083385210344474,0.11270586599536993,-2.7000872171425487,0.7753143831754876,0.52933727067017,0.8331198497865334,0.5937983925423058,-2.2635948770295107,0.5861848692004158,0.8613745474706901,1.350614446534216,0.9619508758912608,0.9459854842543292,-1.1343325110087994,-1.150507243341758,-1.1261351725990305,0.36654269629325453,-0.9355614983974923,-0.17749857686048065],[1.323635572169965,0.7061075090609248,-0.5211226908273094,0.8603442785162003,-0.22666223859388454,-1.749373355383867,0.6857485556988635,-0.6437191129600417,-0.07246195564817669,0.7301926370993896,0.9574081775089437,0.2961072410928698,-0.4357208947599981,0.661072148653563,-1.1256631115216869,-0.3756150060933807,-0.2364786981198769,-0.08490121885912627,0.5680908227757572,-0.7385304901696844,-0.7512766768601875,-0.7513916984910288,-2.1847282135472366,-0.27366337174648725,-1.1542845841831275,-0.2497962597435578,-0.016137087577109518,0.6161400171218113,0.7258414949250246,-0.1516341405078134,-0.46042592539689964,-1.1928923035959085,-0.8726043922814342,-2.026531388179451,0.824946314316646,-0.8819794022217796,-0.07052337551395342,-1.1699279553202038,0.7551184752857827,-0.37903023025970906,0.19616351060196924,1.1432637527502056,0.6636104072377792,0.5958721147365215,-1.753113877364824,-0.602411439869829,0.15486136739404108,0.16849674176890694,-0.2147371124981365,0.811432548368801],[-0.23324939513097845,-0.7561229939625161,-1.8524453066002202,1.1278780746874406,-2.045955549486408,0.08471490680861614,0.44871788503586724,-2.294115615756263,0.5374012736136021,-1.030126904497811,-0.4976222815775721,0.33312741232995025,0.5617641514708497,-1.1275796524218327,-0.8706640149893144,0.1988157139694841,-0.4196700143692895,0.3119535242242179,0.14981054105210456,0.952301401092774,-1.0283105454297374,0.5455362795788739,1.017379903696728,-0.6411580024385367,-0.9462481695526281,-0.6085253683693482,-1.3089073304277343,0.04312494692072274,-0.028287210317992743,-0.9330731763817203,-2.232130090259948,-0.21713295754043802,0.8535738845600641,0.6472789610725855,0.7047902127353136,0.6863385304914695,-0.061510768093299285,0.4807717910181293,-4.332928381910267,0.9442038663869772,0.1628182144882628,-0.2616470081910604,0.14870334122541806,0.28164347701873094,0.9691357909087761,0.8439970445141288,-0.4787869065930146,0.9881000311774235,-2.6598038108637474,-1.1474011299019116],[0.8198230796654242,-0.3989452302845627,-0.6368859612161287,0.45262777735254456,1.1498926865981134,0.019928747114652028,0.6057370936663776,-1.1593495023655476,-0.09712512291114732,-0.7155045530597202,0.2964412848163482,-0.98973027164809,-0.31110511601284746,0.7927186529830134,-0.14253037604925078,-0.14317468496933425,-1.3680219779473628,-0.817873383286152,0.9221794013127624,-0.19964783257024615,0.7405973594480773,-1.5445229885427514,0.2692151315444329,-0.6806082800094448,1.2736793921398422,-0.10329460197202178,1.1529725275267677,0.11954188089888501,-1.1724894298040722,-0.26984432755314025,0.630189154583474,-1.2561489526488434,-0.5302738054838622,-2.7805418878497665,0.4138235388656708,1.0284281476225774,0.2108964861143922,-0.4287284639759307,-0.7223781599028435,0.12527863782357812,-0.5918354232984441,0.0007043666175518999,0.5371051623637259,0.3366991847891345,0.9220142293241501,0.28234259863055955,-0.8314846605849142,-0.9746509393521608,0.9723056814459745,0.2534579691270688],[-0.2054554202768856,-0.5274976938444245,0.251779223129273,-2.0236865583916956,-0.6153092722889807,-0.9143188510543948,1.1150668800919221,0.7677704157226071,-0.24987710730285273,0.7556317737559284,-0.28720585166661633,0.7298308458899353,-0.01431931781972801,0.22039939404469833,0.9033729834396206,0.8518583316661524,-0.5306500155690739,0.20055358018115393,-0.7063629160647675,-0.5670589270796599,0.44820029511187276,-0.171110260900043,-0.8648400390886032,0.8551944433998422,-0.6235813866623067,0.5860205955624803,0.2730261545104045,0.6731263650487569,-0.36561088797753283,-0.5601945337871526,0.2628429160103076,0.03697043530318097,0.9186905178489168,0.7267920975054644,-0.8777516030882392,0.8877632206209609,-0.07497648907974933,-0.4934087284313748,-0.5478753145189802,0.3661877335880936,-0.716601265616185,0.3898024806576085,1.134041259536439,0.8964751031723913,0.8652892783587792,0.5763343112667768,-1.307872084191491,0.2923789850944236,0.5521851753556993,-0.8696248050075595],[-0.6890160382881696,0.3345023747824467,0.23008861011120021,0.34492591002899414,-0.6773674380617961,-1.2774360088056176,0.3695069304844152,-0.2767256523474075,0.005402568571233988,0.16678162815794398,-0.05027506066171507,-0.9332801098185273,0.3206643971147056,0.10528246914354217,0.2980607778061706,-0.7354984694476882,-0.6615003580227026,-0.6473588273559486,0.34775309647097513,-1.0296162330084064,-1.6225314993126292,-1.383000616317043,0.683601088234095,-1.188710369705809,0.7103398372305129,-0.09422378493356653,0.5940748589721082,-0.7418637918577459,-0.31233334308336513,0.9463213171499668,-0.35165831306614753,-0.8919731749240701,-0.7109962540504897,-0.4414615748660208,0.18251598229394583,0.17504815562073706,0.49066275717747687,0.3007385579095745,0.5722104761484815,-0.3045294375073594,0.6995244933153023,-2.1415173943897963,0.32311172910908287,0.6935730301281154,-0.4444177174406714,-0.20972126092782933,0.846534496421426,0.675777695775007,-0.6372788997325572,-0.31292191755768073],[0.3855301031962321,-0.4554236956468509,0.3746332718460499,-0.26791086197479047,0.799320842201427,-0.9211864633135448,-0.17474763244476713,-0.21954565971347398,0.046820209926046304,-0.06477360988356692,1.0747415915679805,0.908263492203722,-0.20926818165681557,0.8712464606335286,-1.2654929624084024,0.34493662992303564,-1.8339208155984685,-0.013572945793401217,-0.8573572956451924,0.31184645858144444,-1.195614972737921,0.23032327592335725,0.18288245208133339,0.10937231262835441,0.1528087505806783,-0.23952175433423023,-2.548712477063318,-0.11094382833017558,-1.083359642228136,-0.5122064791103277,0.7508520810884438,0.06518997951960016,0.005759285065877689,-0.642000226495229,-0.2674109410271139,-0.8627268297164234,-0.8788614226437721,0.10501980628870435,0.4900579243853302,0.7827167482707159,0.9355651457484592,-0.08625179723816963,-0.3399111879700688,0.7565260039563989,-0.07587502478155889,0.7674144131562528,0.3103671829681141,-1.7781413779597033,-1.104806870635214,-0.3538594010149219],[-0.2728282893890326,0.6514259716411975,0.29810056146172936,-0.8235216081240123,0.016911747477460517,-1.4358083469936544,0.04677447159979796,-0.16078567883542658,-0.14572722373156294,-0.7409184251141026,-0.8308953518967747,0.6021951760458699,0.6059383840706551,-0.02553694512961576,0.07747358301801599,-0.46478687349146586,0.49812985352902467,0.5482522592117751,-0.4066604177744024,-2.319150279699815,0.12794462436329232,-0.7608026118173584,0.9767439067236467,-0.8941070516835737,-1.0925061037161334,0.7762688259474971,0.2734543360589241,-1.3001567966866414,-0.7266919553094114,-0.7087191438707888,-0.5654213925761303,0.2464232360478715,0.23051581801477686,-0.3130790938098305,-0.23918965708594958,0.4702372436166133,-0.9964841920921148,0.19336374271945747,-0.7993025200327192,-0.5702020051184158,-0.4243350438948915,-0.12598521867577192,0.5956441709268214,-0.3973310446448658,-0.3656412054358249,-0.5727904864991102,-0.9037930317857866,-0.20757757550350847,0.31071001794183606,0.010873836774390301],[-0.5775404129750004,-0.09201475348581276,-0.021602536748293377,-0.021871097722688252,0.2513737172587633,-0.31784289945671945,0.3993251168526411,0.7752594550884924,0.314211595913547,0.3567473922030057,-0.6415437661505143,-0.09404885461841725,-0.0880424308046124,0.45457294812516164,-0.08150662410482166,0.2534412929458642,0.165991849307789,-0.48413314531289753,-0.03032842905201133,-0.7765759988156422,-0.6135346504867236,0.2131461076016933,0.6328353735126783,-0.163844054982998,0.8851238355263483,0.9206998493008747,-0.8067491944689523,-0.7499501894964201,-0.21213495290028492,0.3525836046500287,0.011351571831288312,0.7845812516081428,-0.3843604741928818,0.18662333367764194,0.5548842214085661,-1.1342887940595294,-0.18968810114475987,0.6760452468186696,0.3479107929286598,0.9779033974920569,-0.285391318706228,0.04528026233328579,-0.5845921953031933,0.14222453069597163,-2.221051603862646,0.7203448766158419,0.7126208937008669,0.7169944372278207,0.5255349604711013,-0.3252485189974552],[-2.033509061228945,-0.513158932274515,0.38795876231385445,0.3356257003086828,0.37887223112528945,-1.9025737046862525,-1.0587310400708172,-0.00097729619192257,0.14031422820406791,-0.23072952571289004,0.787905044654619,0.09183901867007283,-0.3186580942198211,0.20861909017129623,0.8144948955025841,-3.155901428029838,-1.5926878702159726,0.6433844229114193,-0.21606634331693197,0.11505213415800468,-0.8131507446094556,-0.281252997377588,-0.23391447530556353,-1.2944258318174817,-0.6057662803007738,-0.19636559581948868,-1.0672713536606122,-0.06314078499421062,-0.14179972381764586,-0.28115481884157334,0.13489470607354914,-1.6624656365880768,-1.0406185374887325,-1.0595298749573838,-4.277206949791855,0.34165513574160533,0.502283627240272,1.3832883838831105,0.7100212277031825,0.26344184947570737,0.33772864834481603,-2.0928677834288107,-1.0672223451673875,0.04755713892966512,-2.377921611920289,-1.9002348508852218,0.6822626721767757,0.3167209725460658,-0.412512453675311,-1.5530023162388555],[-0.5453967941346354,0.23193950877984915,-1.2386613070332604,-0.7112630762125032,-1.7449049414927256,-0.7645427171864781,0.4228501120515951,-0.15314978936576404,0.00508031465175924,-0.23727050205159703,0.29871878841377897,-2.0121381080867735,-0.2524167736920902,-0.6806994667182805,-0.35477289541224677,-0.2160177317247162,0.4674978830545379,1.0007381396940531,-0.10960796322685314,-0.22110446324930674,-1.0159303322773245,0.19615418856641165,-1.664598725570737,-0.6138410292002432,-1.4364233540803726,1.0037559510721301,-0.6728250901108791,0.7005925910919315,0.019772520256825462,0.1610847423699206,-0.18652260626652553,-0.5322698513497025,-0.44591441011569616,-0.56775218593554,-0.6728499886199513,0.23991709787853885,0.27484080435008773,-0.16873162645916145,-0.81306818326971,0.9100870150479693,1.043866462265874,0.19054363535316704,-0.7079323947585858,0.9446295936257734,-0.34103021615722273,0.20500382992651894,-0.5663744789141791,0.5929179282856399,-0.6403908019118437,-0.43091783440301196],[-2.5199261800266384,-0.4774831097078408,-0.6718068736416376,-0.8102928288337213,-2.1651844799820874,0.396402868377705,0.6875094181995519,-0.525934968276698,0.06339973463659089,-0.5736877119972338,0.25208678766221226,-0.4003234991867913,0.10596351561410614,0.048570091647485936,0.5038230796969804,0.11597057788821989,0.6868445603803567,0.10097498690693099,-1.0162035843602077,-0.9325257005384859,0.4678273926579767,0.6705754825090189,0.31091897973596033,-0.32836026393080714,0.7161469877076722,-2.0403792354975945,0.8125970754040617,0.5908720632364584,-0.9306243423962763,0.592231715288377,0.13360167043948884,0.8471979321824482,0.14118520973521995,-0.5804307464860113,-0.048801722355847565,0.5675388534982643,0.029900530156244737,-0.07060923219372435,-0.17402625465862234,-0.17961709357802427,0.2506797057488044,0.8837454657499177,-1.2167521999936288,0.15984074570565443,0.9581803797836068,-1.305496951903406,0.14450411906474195,-1.3207159624674851,0.7730004483027919,0.9211755145231103],[0.9058896927943172,1.0432375617414198,0.016030933463344946,0.3622170698350827,0.1341666796489685,0.059133993354413106,-0.40318388157719504,0.9753314086686484,-1.2418033612942754,-0.9338258102152023,0.5033355116938865,-0.1064105793086886,0.017725233112275557,-0.24909970366202325,0.15386385257944488,-1.1238238573228498,0.3953973820881358,0.5118208368820335,-0.3101294368123581,-0.09694731309754773,0.3249139589643809,0.1183288650532982,-0.545437670449706,0.8407589850115306,0.036420538051040244,0.7081562023337846,-0.008794906749463434,-0.8570233037755687,0.017459152795497434,0.5028536481202841,0.9617469019714635,-0.8302779960806715,0.025124880646643227,0.598237640204237,-0.24660543578381655,-0.8785781930073105,-0.05075711777620921,-0.1805249875034493,0.9985677838390705,-0.7063446925055289,0.8913014589082702,-0.4462016286631051,0.8903527519029352,-0.1387050385931764,-1.8507073891752859,-0.5721336790761417,-0.9432554146837382,-0.15603059420074925,0.19874742621301722,-0.23158430902187208],[-3.029473784422726,0.5609346090331806,0.33811845883839114,-0.07844170166409994,-1.0894338642734425,1.071552548335942,0.6748435437207397,0.31213583467024714,0.5106939304126754,-0.6127460089324198,-0.09719711155522247,0.060010531224904504,-0.4174976550810979,-0.3536612767805712,-0.14890928811279933,-2.306064359425941,0.3282072489599993,0.26209554972946913,0.7370766070144863,-0.23442247880248615,-0.8772657544552606,-0.03150653648864377,0.2423659829025353,0.48732880826984726,-0.7519448250292426,-1.117162863237904,-0.06528878021507088,-1.9936403176587185,0.44375171161349786,-0.7508409217763985,1.013763932553758,-1.1841379854747058,-0.36129724309473266,0.873558746398125,-0.39804661415442566,0.08048077286374566,-0.8595115891327562,0.26572985411936767,0.19296266129244122,0.29608730492183166,-0.8555553338923435,0.031750952032266015,0.267706746091615,0.2622712197444438,-0.08107959139500562,0.2469571713392695,-0.03378785348565311,-0.3580792755454369,0.5983883619516382,0.69842388629579],[0.8936243865463106,0.7528977518799798,-0.2877596023427336,-0.6941250727789428,-0.6080158713266581,0.7616320068767479,-0.12778300469902296,-1.5931996239733341,-0.6381384643783437,-0.10993779291786358,0.6043809642639227,0.2539420764432718,-0.07698313120741071,-1.1590910190158483,0.2352430477906949,0.6322142900141974,0.44091276802349194,-0.8841250549917754,-0.29930383367918784,0.45260525609058083,0.3534481078011601,-0.5756290271140454,0.7219651595231482,-0.9404114656145525,0.7128206818948812,-0.31967528863623007,-0.3682424745308648,-0.6551099119959614,0.7860754001728822,-1.073451124619949,-1.4993048384780812,0.3821543490675456,-0.030170829571554567,0.8313904064163501,-0.6283368340526976,-0.39706228831349477,-1.2364964090598332,0.6947711645287247,-1.1195186653716847,-0.2366385058852306,0.3960583883797886,-0.8094155018556787,-0.19574831115303534,-0.07030619506179411,-0.058330911558621794,-0.4911481216184031,-0.7496265511986606,0.07907205669472063,-1.2240194723712166,-0.9229956625514807],[0.9823124905158356,0.2693263373337552,0.6306369734593321,-0.7214088215009702,-1.0811838075706535,-0.6072402287296887,-0.5522489887730366,-0.30997497016132397,0.7312861038815544,-0.8375866817909419,0.3558080620903847,0.6053013858175783,-0.8007395560573805,-0.9839010547579524,-0.6633514327849114,0.3363547397298895,0.5695916312368404,-2.6981259829921784,0.514114085091892,-0.4001618614253302,-0.79745697208266,1.0431609291664408,-0.305757097036259,0.6616385142735963,0.2623703173083021,-0.07081364860820087,-0.5795321716547148,-0.8898578689911858,0.2823923338008888,0.46182730087438956,0.31959082400058175,-0.34197546874868184,0.6584857038046852,0.6269417449895632,1.1122254882999996,0.053312090588049796,-0.551797309356783,-0.7028073437560108,-3.1004547000457716,0.6426732822732925,-0.4467916340464925,-1.0236435223976315,-0.14073637247569576,0.15170270846848918,-0.25464621475368726,0.4386914952881008,-0.36085794906122626,0.6853854561596098,-2.7608193296985193,-1.313642668495757],[-0.511588935439234,-0.7264606252880401,-0.055202612730857956,0.5942207237548648,-0.33908368710356224,-0.7546504316694546,0.9002861357376594,-0.07620209418406418,-1.114208458699759,-0.3945698387973,-0.9210373613094096,-0.72686681306544,0.004832115368730081,0.818801202677575,-0.3163411327784983,0.17603450254812839,0.668390199494789,-1.0720814084696524,-0.5502095038988676,-0.012137733080917314,-0.17808835717434304,0.4261004193196175,-0.6753259218742864,0.17854558097217024,0.44329942358098146,-1.6909805712550479,0.11561468589816373,0.5295425608747528,-0.9907458415272122,-0.3160691004607758,-2.5610952945084664,0.03431848163724449,0.86739525188407,-0.4109823872758456,-3.3679530723535223,-1.3257731331048275,0.5766623924877254,-0.5127480407562833,-0.8728359498488805,0.12941191542493552,-0.6118959913329342,-0.6573167160128925,-0.30545087748776245,-2.1905605393714387,-0.795166443561704,0.17466106554593744,0.77062431050326,0.7811093585255895,0.6226629981622904,0.852393782443235],[0.44731521431382826,-0.9917509869688597,0.24962807228351405,0.7176237077969205,0.23449016850205492,-0.6257495938875531,-0.9581607455240901,-1.8045685121650816,0.20503030530147595,0.970006051572402,-1.2748208280921531,0.48449248167565817,0.0878185238590694,-0.00977539844132481,0.08537472739523831,0.9605795296405071,-2.1354943005560014,0.006132306563009895,-1.1892294142406983,-0.5521464685921257,-0.7137452470085269,-2.111866788169294,-0.5664228672053615,-0.6314498721851108,-2.713642216101597,-0.6516068216772748,-0.17837582797740048,-0.06046797365225857,0.3073748886984373,0.6528100973427619,-0.998247743696787,0.6910779451199253,0.4164194812570656,-0.8945134087304932,0.8863785744618193,0.8059213744771438,-0.8522444763927276,0.8678531498057066,-0.07814182922241097,0.47541100637570033,-0.6564800372896178,-0.5420288989207049,0.014979641534193048,-0.3322017370280179,-2.8580633946032794,0.7215421234299901,-0.4462653293328031,-0.5196567601772941,0.5737194029450365,-1.0994091197680846],[-0.5079144287566276,0.6921354587417231,-0.2914140095406112,0.5439303078955808,0.8098727263256333,-0.11581479297313368,-2.0017119822966607,0.9132541748642932,-0.5791024253355093,0.8309674931341762,0.44494975426861477,-0.247498116594668,-0.1873874252300128,-1.1784087716339422,0.21099972705394326,-0.1392173679614946,0.5108832221507636,-0.7372505461147828,-0.6266046130431034,-0.36170806813225126,-0.21837035457007756,0.843811916517567,0.6635307274495523,-1.526823604184653,-1.2070920206666578,0.5800887065306078,-0.010005365686304158,-0.7302340176134806,0.00030532817541047277,-0.09526023294046694,-0.27686451548106616,-0.2600864537838115,-0.2530179374760742,0.2992592153228123,-1.6856118825571667,0.1357894426583419,0.11784182716103223,-0.48655158780459457,0.9112080377010319,0.8360569357661528,0.6433170620216946,-0.00950015282628737,0.4234166006804779,-1.7314665867923789,-0.023802581693800864,-0.4362590441786706,-0.22330383411034851,-1.381981579969291,0.36778318392323206,0.6328189885024912],[-0.602059848501396,-0.7163689119455139,0.6401712164285719,-0.4125241448692303,-0.48675488256321875,0.04787017611875388,-1.0252227551515833,-0.8686611819003816,-1.5429821555718997,0.7822681802964127,-0.5505011723158171,-1.2189324115065978,1.012962207777628,0.801352124799771,0.4595013777091122,0.43598584938939455,-1.3070768426560486,-0.6914642148638723,-0.6519888537783732,-0.3748023806773116,0.7326702750686495,-1.6932483712490891,-1.4072544086864427,0.6825345375987563,-1.0317160646161683,0.7627872593397859,-0.7097560869993955,0.8223241804500072,-0.6251351463219769,-0.017894887819443067,-0.46804139571575565,-0.6292352869863319,-0.14458443427767892,-0.3072021451674855,-0.45040219282184546,0.6758390599599191,-0.9431037848771238,-0.9729776997491614,-0.5168758887226281,0.28036126964598374,-1.5019140744315365,-0.6625781792398773,0.29626667168378673,-1.811997136219303,-0.43075748455208257,0.9158104268934965,-0.2222616551917236,-0.20818503888801798,-0.03075980119438375,-1.5642994814845663],[0.846759339795413,-0.23470244505930857,0.17419443816376362,-2.823119201540146,-1.7324309193095497,-0.7257808685582661,-0.4110040953613199,-2.0346493414008124,-1.8381612835248613,-0.49898681185523425,-1.1361883736620009,1.343857625236881,-1.849210681535082,0.04037556170736799,-2.790006586055186,-0.25726448802733337,-1.5394961998318304,0.2013131647678961,-0.5992543270082543,0.851589033024022,-1.1906934142581203,0.07826644958994633,0.7166612738457014,0.6310876869497272,0.5434127846223071,0.041397756895496934,0.3717573211497428,-0.49771588429234626,0.3739305088532296,-0.8363243606965506,-0.8119375877177013,0.3008905968864905,-2.2203071158689136,0.13278007748802273,0.39181097720207886,0.7145959723243375,-0.4751192453859972,-1.1894951178113726,0.2626287470699772,-1.8286087067258499,0.04159831027458337,-0.4494524827051377,-2.124476973422844,0.32957811359895944,-1.9090240178191031,0.514217309768661,0.7438142950886596,-1.3898416996645735,-0.28346268941347663,0.3703445216030166],[0.5858453676443263,0.139375633429411,-0.7724904897392507,-1.3014617525790928,-4.246121040697842,-0.25846148246674544,-0.49078343729867013,-2.116644561552188,-0.607511011110619,-1.9349731756746926,0.576324276671485,-2.9441859725868245,-4.416969042873452,-1.1083183997992532,1.5466039366795374,0.9064601218566463,0.25018617119845354,-0.0055988826099435205,-1.614129074402561,-1.4292583947349455,0.41567981886575767,-0.7608414261036549,-3.7983826159346945,-0.20273076659454545,0.9960902920896562,0.9833587996137013,-0.07391199080081454,1.0438442497934508,0.5405041983755444,-2.1224771530053492,0.7189321393940192,-0.12508083238148396,-0.025698933330841826,0.9185410169934525,0.6815900764056585,-0.4125194305609416,-0.3884635875938995,1.0755976237357108,0.7532881563487714,1.171474961244396,0.9244953982831441,-2.6731949846907037,-3.0704011917933753,-0.23266048567623995,1.1749534060184514,0.8667033146126579,-1.576047241962727,-0.12357315004391003,0.6296403062702277,-0.045997558088823505],[0.05479903108046044,-0.08442097633128287,0.6904567900059281,0.6899821914909882,-0.13126409670115077,-0.5679078969986366,0.6555686156875917,-1.4298163532950114,0.4631391590087319,-0.418153843572981,0.8810170842804721,-0.29829320358734196,0.24892001906912786,-0.8499204644230053,-0.13058324507964056,0.3198059629492315,0.14517367622121286,0.7838282960011657,0.3385615696136647,-1.5484156347159646,-0.8241686699041523,-0.5417890466797011,-0.8151190911205484,-0.2412407930886143,-0.31651467005886813,0.9819559693170804,-0.9233836902492664,0.3318554409112765,0.36119928842013677,0.3360999389974854,-0.7689328076119093,0.08207804518481897,0.7087621661563813,-0.08197145029198988,-0.08313288345929404,0.6625546101372131,-1.0009007904531486,-0.8855770626835467,-0.32869878214089276,-1.6208961311457264,0.0707558746525949,-0.2554162024924344,0.5344299085813237,0.03892764270920611,0.7913732798242429,0.29029288587373087,-1.258689045774216,0.0032437662807322538,0.049537749747514556,0.6089546807619723],[-0.029379075667293315,-1.7960675911965371,-0.10154083044452622,-0.39041340883842096,0.4014065729749039,0.23110844257727617,0.4509484063320435,-0.8746450251509669,-0.4271988150553776,-1.3219451453281994,-0.21399179588938805,0.22910103871639362,-0.018470015612243297,0.7528178235136568,-0.3853526407486109,-0.602734157435833,-0.07575367147050895,0.37698358420590283,-0.9263657120584005,0.38053899881684233,0.6897966384355629,0.427854444649459,0.8082781471953672,0.8590620800645206,0.1789189294754393,0.03541536290647377,-0.6081084333834518,0.20482338172467646,0.14184735289686273,0.09661971760072613,0.967492238507487,0.2659765211521466,-0.5221130111492489,0.0729360982955175,0.14481746179192184,-0.3467684646794474,0.6629269502545688,-0.6001066888963956,0.5326905190688109,-1.1967333997461764,-0.29568916622413216,-0.781706326167856,-0.6208962757599185,0.34940668565391686,-0.3285956235950025,-0.5008187615755327,0.03622808403948359,-1.6637676119979874,0.23451183852766588,0.5726846619506062],[-1.0994455813186572,-0.17015528266009697,1.474096878378394,-1.4335174457805637,0.9194729598842768,-0.18935871817419336,-0.5360798142608981,0.7278231889401338,-0.23996934416979804,-2.686543976712147,0.7806128893990043,-0.6040248914179918,0.4518099855737887,-0.24590219097623572,-1.3696939535426333,0.36940310882568145,-0.10377151432655102,-0.17259930081451563,0.5608694819303013,0.7848266454800604,-0.23338496161369662,-0.07917496338619742,0.676119800177079,0.8819946548674079,0.7515070391675625,-1.1026576354927566,0.0007213670689960554,0.6474459554844919,-0.6719913913013209,-0.20197782099396572,0.1581901475883206,-0.021374138786137975,0.4034348137949665,-0.26929925509563746,-1.7898940937647085,0.6085179124581637,0.923891226029833,0.6842013906163275,0.44673048437062846,0.7789951247886079,-0.7067698906143829,0.8313878015681803,-0.8760689859663997,-2.024174454354262,-0.5367100177580572,0.7689222831118836,0.8134442286731477,0.001141743783244022,-0.5250044837517436,-0.8005130655488469],[-0.3067049890702887,0.4719610391660863,-0.6808503277026375,0.9595318022133528,1.0233871128847534,-1.725848835270905,0.28624620720523736,1.104829967292227,0.39642974483971277,-1.1284419853677528,0.7764058832768632,-0.3902658130715499,-0.5197984763570277,-2.7072134204341864,-3.995359195434865,0.16961321308419267,0.02265826761759419,-0.5785785285929045,-0.5365841511161276,0.62307812961204,0.7806368902142564,-0.47846669011559323,0.18090116703297676,0.028900982909574834,-0.10907699189474208,-1.0138435135524457,0.48262012323358117,-0.37700379863509914,-1.9743991973937525,-0.5242620801098564,0.6107429363496769,0.7240638013354477,0.6309821247308777,0.5550506600634828,-0.46333130153749813,-2.5715979287297586,-0.21488955714470107,-2.7505767573671767,0.010567432076572712,-0.4086780801289488,-0.31553040605564675,0.9042579664010553,1.182902464086826,0.88390171249966,-0.5512384604270095,0.21333442228172222,-0.9556524784804842,-1.001354042839124,0.8593172401423905,-0.04666476750133568],[-1.878565895815859,-0.8174803872831454,0.5057256453092095,0.13119452725209996,0.878280375418454,0.9310008511182162,0.10060295291923926,-0.29054933271681976,0.545774713856685,-0.026538823826659133,-1.222065703858735,0.8727624554092679,-1.5842262845223998,0.9348393396297069,-0.06580784622525432,0.10290100744139818,-1.0186429553781176,-1.2734148586920833,-0.11581029993748697,-1.9015532278684686,-1.083229889446138,0.8153695258930143,-1.3596855783130537,-0.3011770601477412,0.7579142148892045,-1.710368874235602,-0.3040378331981851,-0.45327671358921606,0.03271757575746255,0.812543038032317,0.28954710722214844,0.016478783969762007,-0.5253871113881449,-1.918248904480063,-1.6345741756022798,1.0045497352857755,-0.053535358989453816,0.6778801840236156,0.336333989915934,-1.2923845615477088,0.8732794578130361,0.3884069872821332,0.07428346952390992,0.2254941781871722,0.26798731615052335,0.15804940606004966,-1.4066910987620695,0.4642694369175705,-0.6917578007320444,0.5061261011244401],[-0.1541710101604811,0.05935101000495389,-0.5514644222356059,-0.747217093618264,0.9201934093726578,0.5289322863503709,0.319796763842954,-0.10007113200035198,0.050902092906340686,-0.9699584511264207,-0.725864735209282,-0.7099580243696921,-0.6739422561576641,-0.8862175455355299,1.0275404598814215,0.3765522018868478,-0.5275166444937718,-0.17121313908624033,0.2834502641881779,-1.6899850044530413,0.8258179382758033,-0.5900606848849198,-0.04911386010998431,-0.23574465365304595,0.44923120801946664,0.20920287758977094,1.0435373290869228,0.44538549107368863,-1.424802305273503,-0.6942595702638859,-0.46311273075811915,0.003473674593737703,-0.7001881820479118,-0.20483816791677661,0.016906638109809954,-0.7056885499665261,-0.5085946556887228,0.04490758401497308,-0.6700685424220182,-0.28219124082450203,0.49917113958104353,0.03915032169853943,0.35293878220815683,-0.15538767443554968,-1.4903281009780196,0.04762020405257844,-0.4207012138230978,-0.42902889844181596,-1.2854160899721856,-0.1806834334346728],[-0.28455789619624483,-0.766114238777906,-0.18077301416954872,0.3201810621601387,-0.2770370291206344,0.6447653725828858,-0.15749612203158803,0.4225796321499901,-1.3355906227597776,0.780007049036459,-0.8305135600990552,-0.2045241693440258,-0.227518997447885,-0.7003359076751272,-0.33489047665893334,0.8158815388531608,-1.1742163047435659,0.39666511660375225,0.22536612866075595,-1.3812217913698,0.7121055394849488,-1.64452531205962,-0.3335701411159567,-0.1645134352041579,0.23599870677774826,0.11324947588510707,0.7838826057972945,0.8146426206199027,-0.8962511411512931,0.38947988319845234,-1.2528722038024425,0.5679474975393353,-1.3103286593510948,0.6183361054750877,-0.36178890609193953,-0.07490996685803002,-0.6947769006865263,-0.04546317225510287,0.47859399017712057,-0.30457105617399627,0.9469084065076826,-0.5495733446174422,0.5291723041774116,0.4622687074680759,-2.478019404125925,-1.1764074408202834,-0.2438523183503764,-0.30590535171663263,0.010693123089598694,-0.3815404058754678],[-1.5688398217205508,-0.33374446470275376,-0.6571902091694711,0.7529433165384122,0.02154639455255808,-1.7481446165951047,-0.10139190982365302,-1.9430478246325391,-2.5342200279995346,-0.14282797697196462,0.8072747564904662,0.8873859651846484,-2.805205349830693,0.47793808902317875,-0.21085640981447312,0.3430938123770379,1.0047530987404405,0.0116259719586708,0.726031419511015,-1.3131931429566595,-0.26478867610100554,-0.43985283406656245,0.030261420121603586,-3.557935701298634,-0.01362365057600557,-0.36447075000927875,-1.1957579808459406,-0.958866417633826,-2.1754670391186446,-0.29235844594041277,-1.1578004997516198,-0.5418033591344222,-0.265568722769819,-0.34874676288340234,0.8996634459986623,-2.2772770966549825,0.8398660854848436,0.19551463018996915,0.23123002369035286,-3.3578234039080677,-1.6303641926759473,-2.581309538961072,0.173343842179195,-3.15306129661904,-0.8694257719589195,-0.12918316607502048,-1.2227308390950153,0.3336959316935597,-0.14483016402807652,-0.8637129120431768],[-1.7362534877882274,-0.8129076451113919,-0.45669792039896284,0.18233712528334983,0.48083485348405397,0.1677410710799317,0.5653163978569724,-1.3182539948138474,0.1663971869426814,0.678556052085237,-0.36017712346260095,0.14076300975275907,-0.4293689149002978,-0.6070319276682914,0.5990478360840576,-0.30885883587763713,0.825516628136963,-1.1688200718377646,0.34925285413323115,-2.299685731089749,0.021594762526848423,0.8448967858557428,-0.7412373969100637,-0.8367033411980083,0.12533556906361748,-0.47765872602350423,0.9793752579589833,-0.15371154274233903,-1.728566938989139,0.0589902517077658,-0.73580424270249,0.8061722402328141,0.22287320612122669,-1.8468371526081304,-0.29835959864062306,1.0395311899671507,0.3690608460348628,0.18807580283496178,0.8069515152065554,-1.5672139207043136,0.8673489250348885,-0.09107117676981197,0.9068973173709323,-0.06680507869678606,-0.567544760649277,0.06633298392175514,-1.0864969909004667,-0.3431779641545032,0.5641547913740277,-0.38974809694889434],[0.2775147700659949,0.27644921786755666,0.5106055762326243,-0.6406619931388006,-2.4115202233064106,-0.5252298102084979,0.02627938062661072,-2.0550315072909497,-1.2053541393361924,-2.2268918303196674,-0.5645796851668743,-1.0921514025233792,-4.684044735576284,0.8116632621902161,-2.6415479257516976,1.1182649436123093,-0.34528862705578445,-1.399022214423069,0.08668334734147268,0.0025124866028166217,-1.3244032385661113,0.8356879931324793,-2.2514788203846394,-0.5957151527649426,0.45456183809442546,-0.1657825025951153,0.7860691632834382,0.7496108414213621,-0.3881399312219753,0.36264176666237463,0.9832428732390317,-0.17148517196096635,-0.805304214139822,-0.2215513829635336,0.7911132722811437,-0.50808753231425,-0.2465151647115546,0.5036906356003648,0.8087243901310869,0.2320412276264003,0.36788245499850325,-0.9542171245082605,-3.0910229398468982,0.022604147454173763,-1.9837437688291635,-0.17926286025194488,-1.1730910001580126,-1.5014157845244005,-0.01836457448848196,-0.5331032662544704],[-0.5338800016890162,0.0068946635211180095,0.9010345033216498,0.528633379835305,0.9427151782201535,-1.2883058794793707,0.03431327126305609,0.9165644722373054,0.18390745725354596,1.0328567492633745,0.8614584201477302,0.595133310613009,-0.544747663603764,-1.215538737839513,-1.485582521420752,-1.5870019573449667,-1.9982365690862844,1.002802158861991,0.1797432405994803,0.8239306220914097,1.063978469147993,-0.31124897580727284,-1.9163953863849434,-0.6452128225512002,0.8989514475393637,0.2373479116919742,0.6074030708973293,-0.7073150262915441,-0.3768145902210778,0.07550305788133624,-0.8457662378464128,-0.31235413785065375,0.20542716224298738,0.4584521956503942,-0.6493374731620944,-1.65199489428455,-0.7523586227536505,-1.185277822975908,-0.11554538963158922,0.014289463488179046,-1.1470712171956527,0.33548402620549883,-1.0594430516236057,-0.6988491347342961,-0.2330191736818096,0.9274237764880041,0.16216443188411372,-0.6173165805118644,-0.8335397745129194,-1.44355657530133],[-0.0313770638739324,-0.3607186709622595,-1.5907469720292813,-1.3250670437489978,-2.698931027432073,-0.8991016689364759,0.7674024586809368,-0.5983201097503196,-1.150168777500267,0.8312717164517858,-1.3341205226950381,-0.8102768559270699,-2.9646152731571322,-1.4884475047825942,-0.6964427185597809,0.019662261926340498,-1.3391637298238086,-2.3062931577411465,0.16310460509921212,-1.1327841873207745,-1.595986696354804,-0.1911445747710821,-0.9401384852309247,-1.2983067791620644,-0.6295382727555132,0.6077395380197663,-1.0910420538527656,0.30274091329884656,0.47329370623867173,0.31960433490596857,-0.49103954854437265,0.9701876056856632,0.2393344939726757,0.47140423332796744,-0.19101791883622218,-0.46909200662862416,0.238685365978757,-0.901943363680485,-1.4504341188060266,0.5375207889441055,-0.5779143475594719,-2.3795752225472495,-0.6891481101456497,-0.2030523855190198,-2.0331793590743916,-0.5815699133371236,0.09908824058913913,-0.6001401168767895,0.4162455630208709,0.6070171767924772],[-0.4785017347711467,-3.232221000215919,0.11628480579112814,-0.2983412769906866,-2.6810412343844514,-3.69550042815875,0.44924561497510984,-0.08588293123760982,-2.5186246512961015,0.7349360721613191,-1.1864937787168608,-1.9324210144302971,0.1659650584779758,0.6765579892019205,-0.21329522321855912,0.2496010879310401,-0.5557781821200585,0.562358961024952,-2.37420859787133,-2.6360891841548666,-0.030246943231022453,-1.3481570768117497,-2.0361239688816166,-0.24189777103426913,-0.48796794646030595,0.5459463015948594,-1.3866147095692403,-0.6862884113302304,-0.6049492928327324,1.2257873441692475,0.5285419201958148,0.19791807885247445,-0.06701185677609639,-0.3910211107702477,-1.140135284517122,-1.5691942383239639,-0.06672986098585637,0.8971311100361103,-6.281091447505036,-0.5406257600508869,0.7366043805622876,-5.599562582997318,-3.006563814027248,-1.5360002987592214,-1.3144043437957957,0.22085115595387828,-0.7416689134889165,-1.4447121668146536,-2.461906710999321,-0.03691618262451497],[0.6459445317425097,0.8355029636934836,0.6236678333217517,-0.4176514466642437,-0.8224310461569572,0.6424261967253071,-0.07689594051531756,-1.4022968856629958,-1.0315781725791582,-0.6664087115344842,0.573847868266141,-1.8369883698732663,0.648793897197173,-0.9427377649511057,-1.7559061694976599,0.7715031266800034,-0.7452228439862753,-0.1195083129396666,0.35268880188336227,-1.8098431862030582,0.5383377260622928,-2.4111367981997653,-2.900611168856603,0.011535064186204234,0.8885645630372163,-1.1888485446814998,-0.35346586238641853,0.5887760392108629,-0.5265190113881996,-0.7942098608413395,-1.2533124744341744,-0.40601725300654135,0.32998059155801684,0.5860726829359866,-1.9822595775440577,-1.5070317256313746,0.4560665062623339,-0.5371311618065933,0.4887108884439771,-1.7280308518663132,-0.45847243091972295,-2.104848637723003,-1.740211728138984,0.26758954757645304,-0.4735249566434757,-1.0272637557710151,-0.33695681243577025,0.7698430303527916,-0.5302334045312188,-0.0698817336647776],[-1.158129215008426,-0.9429115236572242,0.5412694266845749,0.24480947439183734,-0.6380435804936062,-0.6997361723533361,0.9700577447960005,0.9718305478421814,-0.2702135220497722,0.2437670505502376,0.45719241786968956,0.6382430396595926,-0.4086883507462946,-1.0873437414168545,-1.2670758563056241,-1.544899232066377,-0.7113097520089563,-0.37829260840307627,0.8831274257688184,0.3050005720983641,-0.1595399182052262,-0.4582688343993461,-1.8063116912706443,0.8411375793804291,0.14759777974928628,-0.7477129412216266,-0.7450868292409397,0.5862005959644041,-0.1958079624632027,0.05949992387191541,0.35414192430765434,-0.7389231438141238,-0.18086266621261335,-0.954287881342348,-0.8631553993881272,-1.0047254977651374,-0.8804844216205343,0.7646362137870693,-0.10598702618847658,1.032294377455816,-0.30134282453669087,-0.5655384665086552,0.8971961146115747,0.4408570672298275,-0.12455660375879381,0.8694646901002245,-0.9236994497183216,0.7778227865586752,-0.338053057237407,-0.944472364038617],[-1.9768017330600867,-0.6033587347244309,-0.3286642573683716,0.1989324744595155,1.2697390062475107,0.8406798810321621,0.13843416199569422,-1.5672925498530494,-0.5308151341683135,-0.8558160935859968,-0.501464120116654,0.6265409093388516,-0.3998850285551149,0.22757024992722494,-0.6368320164285968,0.19070887425665492,0.11802654492992966,1.073267053755213,1.0017218976988627,0.1591297395421579,-1.0369122465617333,1.6232985622089788,0.16019983497991136,-0.732434791909173,-2.3534095993561346,-0.03131564893097082,-0.1252062165919727,-0.4102794024550257,-0.7031196651030133,-0.4967450144600397,-1.643147976227162,1.1206936708847839,0.01230569691441279,-1.784298256822137,-0.5657309937508108,-1.6038244603853882,0.06834647933931157,0.16048043550052346,0.991189313933073,1.186142438436579,1.3277639827950287,-1.0888403257382913,-1.0110328235052668,-2.7651657082666516,-0.6018485007068808,0.44285755697204915,0.4956630092285643,-0.563261415326127,-0.0396184879706019,-0.10508990105031517]],[[-0.644966599760275,-0.5663307252681846,-0.4594781794048519,0.45880020421673784,-1.8493018153540037,0.39055296853653637,-1.7951599873009843,-1.5222906572301562,0.09620473171242731,-2.0094309566537487,-0.025693855489859106,-2.2911329591812875,0.40592880362163947,-0.35994052896240414,-0.0051199667775214145,-0.28098981796830186,0.49397422421016896,-1.045093402964479,1.0172292020884315,-0.7685527541553285,0.22361597360128882,-1.518810501529701,0.7076043832252112,0.5590007468627545,0.03820822096452913,-0.31514852699491397,-1.9409993109372106,-0.6226831251706076,0.196084449410709,-0.017876806816952015,-0.20461031146767025],[0.2684556574617722,-2.109909100199248,0.6705705880275854,0.31378705174268423,-0.2062262012156057,0.5065567262438108,-1.0447817423410592,-1.035469982519487,-1.7338395279173933,0.9344778477018549,0.366658743038154,0.0699815575060335,-1.0733112223784673,-1.6743513554923535,-0.5297862241052994,-0.06868695453967817,-0.1303221522579758,-0.759940076684547,-1.5792571054430438,-0.8802409887411223,0.7408476547507726,-0.7706100642950723,-0.5106575244290716,-0.8947562931469957,0.16713077280673128,0.2992118726089393,-0.5950300852591703,-1.3111919595265886,-1.8866052552284618,-0.6477133260151743,0.2296590493758432],[-0.4979186037997381,0.07597640243752111,-0.9581082896803141,-1.4013637483157733,-0.8197865991203911,0.06412684609847967,-0.4533774513220454,-0.4376509910955732,0.5089997035042839,-1.8547040871044997,0.3303687414587444,0.45255248832818756,0.3754547913763158,0.6086492928472031,1.0453945770222783,-1.2009261749410431,0.6716969823958847,-0.6530001608632553,-2.256831718858794,-1.9058734915812505,-0.22127120706758796,-0.4138960881178822,-0.9691737779394117,-1.8563139065314243,-1.1048141096934956,-0.26483602397595724,-0.7681088578279139,1.304908743334608,0.5800756982550324,0.9493895736802541,0.44452679693583197],[-0.21460851668904493,0.23789110097767946,-1.8327329756758386,-0.24515204493836806,0.20238415277995636,-1.2864164564923988,0.3835722459277482,-0.12606444736053757,-0.1342182099540515,-0.6686565576865068,0.5315028257050346,-1.0345247002597706,0.13487317065674162,-2.502315065791728,-0.6574512900065933,-0.0891812082134899,-1.017655265906109,-1.6070744092356923,-1.5848578851328174,-1.5803953905015282,-0.0015049860106107157,0.6717734834510588,-0.7475290765201534,-0.07049232987605772,0.3150545956154107,0.7502045113016089,0.1164419000465729,0.14353325615539358,-0.05224036885413376,0.5258233077212402,-0.3700350303883882],[-0.6565125051599033,-1.7018876099474276,0.17914672249853295,0.5865536233315292,0.6505665215335228,0.8073801643013993,-0.46030796301285143,-0.24798749955541324,1.2999614209374681,-1.6374608777973003,0.6144571970288443,-0.13317833546587762,-0.39182827770480366,-0.6118917510953207,0.19229246993994828,0.5634239912977522,-0.6991353544286324,0.07456309805199117,-1.6077360619166656,-1.4260727576628205,-0.7500632329982924,-0.05811149670577635,-1.5587522254755253,0.5917486318437094,-1.2644654488117684,-0.09069777723962948,0.5661501059607889,0.446158832635919,1.23091412752746,-0.6957509184028667,-1.5824913755744352],[-0.7892314445848451,-1.6088920087381224,0.2874446522872818,-1.0604401149884712,1.078839708702685,-1.453380925247503,-0.7786191673732994,0.4471174238493663,-0.8402245333061638,0.5435011822390058,-0.1719720303930859,0.8399105560177189,-0.9056751276880557,-1.3083262387387329,0.45800449463748993,0.1366423210128293,-0.18894786772040223,-0.2855858407477123,0.5295815175344778,-0.32341910820412684,-0.0915185480124442,-0.1985653269036517,0.7200126167849449,-1.7506526340757076,0.10775546513723616,0.7253958851768048,-1.4606450647821974,-1.0574003358623423,1.0752646085547901,0.09742126297674844,-1.2838051779222348],[0.40359809088550175,-0.629548937974638,-0.21702649103823682,-0.4274384548961825,-1.4322970053411481,-2.1612330054028974,-0.4026139800457078,0.3514027511340825,1.0200116775743306,-0.3897937668800418,-0.9696639026850098,0.4673716811565991,-1.0481727649793604,-1.0697426589359236,-1.266627963592116,-1.9506988162310916,-0.9684947719249375,-1.8410080785741285,-0.6498660726705646,0.18961035535041687,0.050529323770328136,-0.9514489451299588,-0.3893901996579084,-0.39614551562872047,-0.3524078514868682,-1.6806103029473167,-0.023642088539825065,-0.28825908292161334,-1.4527725821925384,0.5228909917835869,-0.12519019324847627],[0.9007695503238541,0.6189142849807762,-0.34359399255268536,0.9076018125166091,-1.0069582684992486,1.1294225463690883,1.2629527146323332,-1.4428531678639214,-2.1601090595426053,0.05920707240519477,1.2146793666652531,-1.3350102253001206,0.49506312351016246,0.10289329616472688,-1.2266948785707465,-0.9390850207716064,-1.423699680323507,-0.7183738949027618,-0.8994639883606067,-0.3526225237766891,-1.1453892655757134,0.1864212201381199,-1.2019130450331459,0.42915007873264444,-1.313794898403093,-0.12981484322313097,-0.6620078469929371,0.739239603194382,-0.20990046325147074,0.21854408881484597,-1.8798750720853779],[-1.5749151596410818,-0.48231877209833574,-0.5066794804807494,-0.34322320508430976,-0.9598441820688184,-1.4347904341250366,-1.643926025016977,1.1197544546170652,0.34191660928659146,0.8231446393797078,-1.0131642566666477,-0.653957357313074,0.643517967938115,-1.0286250836035695,0.1810422610730973,-0.43822221928479066,-1.4643172249829073,-0.43308808161381673,-1.175982300498275,0.16876236091995855,-0.4868051189629537,1.3129137487136007,0.100253584272431,-0.10365335278785542,1.916085631525693,-0.07756190103883498,-0.13950435389573856,-0.1250103295247711,0.5454580621551004,0.4422807914092338,0.6055554565285504],[1.0740144086808954,1.2489806375908277,-0.22526427275735242,-0.9526436557398635,-0.5572661815463241,-0.9796741512854958,0.19748609530009456,-1.1933546790808631,-2.0523424451015733,0.5878319976497252,-1.560786918723007,-0.4821685329750052,-1.390761230453521,-0.9338533375346515,-0.528889359292995,0.32174711527169386,-1.5032592465983212,-2.273392468105304,0.3462987912187206,0.15267909625138665,-0.7096371329641156,-0.7165758365245466,0.15808657594474887,0.6022045442242834,-0.9350799605568664,-1.3509917518475825,0.3289666870908163,0.33402093386453874,-1.6221062917604008,0.06396949088578799,-2.0351846195591516],[0.11204937532180964,-2.0359305990144443,-1.8340678560836239,-0.046540037727392715,-1.1851393284981915,0.13656667268780961,0.939795023930195,-1.268776203464624,0.060537882796334715,-0.29361503297857067,-0.5537611138632302,-0.38701437576382014,-0.6611030101977058,-0.32497041816884087,-1.3194703437604933,-0.4419591493510075,-1.5379577658442465,0.8699637884391486,-0.17245307731470846,-1.0105807820264003,-0.7454786767095256,-1.181793822984792,-0.3357131100357855,-0.27643560344702134,-0.13659053245206673,-0.632932430557917,0.4897270974208014,-0.14755720526662547,-0.41689055065515307,-0.03619031751807423,-0.45852252974726554],[-1.6216834771100332,-1.353313466506436,-1.3102017823907497,-0.41269281499830873,-0.034719900030994004,-1.5521184873331186,-0.5675993234422952,-0.3515957299885409,0.9504555359734901,0.35153291232227585,-0.39643903795061236,0.6790914646176588,-0.05455775426820286,-0.017915337001266043,-0.19790017014894762,-1.371175553734565,0.015995685790751245,-1.1414622369645013,-0.8444939491067154,-1.7857608151454063,-1.2971092360065815,-0.493435206853084,-0.8254782360310661,-0.1036889432122634,0.8207278123700041,-0.9524828217883567,-0.8796626071865538,0.2752011320011273,0.5118086256850953,-0.34070796200832815,-2.0795709183697078],[0.2665135898558587,-0.9753919653147852,0.9191536562913357,-0.9092234485310382,-0.8904620881265425,1.0568308221550666,-1.8227403367114254,-1.1620940992048916,1.2258081629583177,0.4660874130644602,0.1128002063699263,0.30387558295305916,0.3219406160556965,-0.3992338033073355,0.31058273687466814,-0.44144084822769514,-1.8606845955077185,-0.4679941508329684,-2.2360390035281044,0.9923185083577313,0.38466491491329774,0.516384129889253,-0.148130589759236,-0.7902277668805562,0.09835203487948524,-1.4134432024374166,1.2391279015536858,-1.1208856550097883,-1.4760482232779946,0.402349110803413,-1.4590723756793509],[0.16249199781032309,-0.4769439036948564,0.1850934904128166,-2.031472242794093,-0.23792877738729876,-1.4179736649785983,-0.5931462673000584,-0.43161095268891647,-1.0028561070683184,0.04916829896362363,-2.012855891899598,-0.9621044674647009,-1.6268829224586634,-0.02894127269197619,0.19129585427680923,0.36728945980974587,0.5456909376987615,-1.0279564315133267,-2.22646652565262,0.23912486132978747,-0.5630698488244028,0.844226577303892,0.9040440123998145,0.6951762125170495,-1.5618482460046592,-0.4561210523833686,-0.7623035670453775,-2.033435991440787,-1.2526689971789746,-1.972149111746184,0.21727310915333267],[-0.6611115600849614,0.353616024384381,-0.33693777063025215,-2.0505048104032104,-0.4146221038963061,-0.4355041524363946,0.7287472040824339,-0.2407420953568668,-1.6712179450749118,-0.6443174955422906,0.30977472108779697,-0.09647961353810361,0.1485845662273408,1.0934558391752596,0.10644282572758347,-0.5768050404454095,-1.6185661669247966,-1.930364895756961,1.000207685137902,-0.3967678805095641,-1.9472827532460404,0.29683598493725366,0.6604230583517527,-0.7448397998388651,-1.0258612269916634,0.8545082288499872,1.002302967816027,-1.4879135812421866,-0.25823436818579565,-1.6495431935182303,0.4604643814462124],[-0.19226861077477503,-0.1830679122273163,-0.14081390578060612,0.23104241929397662,-0.9287056246564627,-0.47998174877741234,0.04168877261642655,-0.009715924764208156,-0.34144716317144563,-0.3994722373896519,-1.6204853631528058,-2.2869371413591493,-2.0207726637842427,-0.3926283929936975,0.1270501856195744,-1.491563514630911,0.3400264245830595,-1.1068158276748092,-0.17277679927793088,-0.6720429721467688,-0.1490626432784901,0.9339852211526796,0.8083610486487119,-0.1364115283287679,0.053848585753333504,-1.293684069898187,-1.7469617643266222,-1.4053310642962775,-1.095383673297133,0.3190045116593578,1.1430280004508335],[-0.6435350786799282,-0.3188977729464124,0.14278100333122443,0.958813753264277,-0.21402827681932965,0.37166377247327437,-0.06829011898904368,-0.7566299565226859,0.40791373324005586,-0.06419073242037329,-0.5926692008239715,0.788212290919593,0.8782417798230113,-1.003933134713382,-1.0881664400701965,-1.4397757680332053,0.039666679242444984,0.3682597416829899,0.5437190497815169,0.20572060326664127,-0.8007382011545877,0.6788554922190996,-2.0990375068232607,1.1343509087202066,-0.6223624110051359,-1.0699132104791755,-0.7577275417625795,-1.5152599376362346,-0.26265958647347887,-1.7127088307700595,-0.9294604710058009],[-0.7847930398271442,-0.050971685076925906,-1.5290631752187172,-0.7905873525578114,0.7342215584866355,-0.08562848752684965,0.11400816697350845,-1.5807058060695285,0.7479827139264604,-1.5756151491443038,0.3683930158618246,-0.9630633208488287,-0.3957900334982385,-0.133762519827851,0.1682211375564354,0.2833453807040828,-0.5089705725800518,0.041883922051985725,-1.61831380292213,0.5912341228913042,0.3448435453145983,-1.1402836836554715,-0.5367112472053533,-1.2660592973987828,-1.5343290188091983,0.28155086081497155,-0.4975376549986794,0.31753925244179354,-0.45621957896593607,-0.9516974593257085,-0.8340821062410066],[-1.8749840847013923,-0.15522681418488105,-0.94465858054673,-0.7830728558155274,0.8249219196075988,0.4454751264962194,1.1743142524430323,-0.45176294743687995,-0.6979263055547913,-1.2197899084880313,-1.3606492041163512,0.3186865871599707,-1.3622816679539451,-1.6631659771023273,-1.5150374179668586,-0.17291125145047273,-0.5388745636688934,0.1820140872270526,-0.01661207354477484,0.9008002392359048,0.043005295210745566,-0.850537234112867,0.5643309227215935,-0.04301902009900329,-0.4948502087782107,0.2651009023917654,-0.6748874591343876,0.3261827914787588,-0.005394359237929168,0.874202844729248,-1.2177717408084958],[-0.7785331743488405,-1.493601671581106,0.973866267795807,-0.11136397833226706,-0.7478597269070568,-0.7279017684772023,0.892918204771872,-1.6300625673022184,-1.3197828104166311,-0.7810317575338934,-2.664175621089082,-0.7900783080375304,0.7994020023665429,1.0224079999878173,-0.13916331804580215,-1.6232379446905802,0.18359490292579037,0.3787277615298801,-1.5240199828839065,-0.5139810853636729,-1.1045462729378794,0.4638917629404718,-0.13959095296335383,-0.24824893789189728,0.9912736428857465,-0.44922469449722374,-0.20790856215776618,-0.46204779502241594,-0.4763243988948109,-0.6036171596715485,0.7643544979605735],[0.2464503151915561,-1.5661948095247662,0.6630293550589912,0.10752761473394198,-1.3517321473861004,0.48498664265884656,-0.698382107192031,-0.9021270610486024,1.2934499990045678,-0.14563142203986282,-0.04193819962247659,-1.27412108041718,0.16330541242250526,-0.7192099343603,-0.29800305378277075,-1.2232207642863817,-1.211267524505054,-1.4097476869713559,0.6074425324203522,-1.0841517967506278,-0.4946088295098168,-0.37817299805908444,-1.1967766233101762,-0.4506829773991213,-1.839493979327806,-0.9508394067647058,-1.7010575676039392,0.15603472854070063,-0.9116645075784527,-2.008721285421943,-0.8734495189629061],[-1.3600247978206077,1.0230130199633634,-0.11850374768527977,-0.5239679965234528,0.43750381276962674,1.1758205015337853,0.35531359044339483,0.49478794554113686,-0.15386629826470308,0.6231231399675475,-1.0676482944848087,-0.9878292444647211,-1.601890707029301,-0.23395661454725863,-1.534958272756328,-2.112258019857749,0.9847004409158552,-0.247369739356296,-1.7758087325486032,0.10768316228282551,-1.634000473063354,-0.5715025581775169,0.3354472141192399,-0.7356983359018939,1.4145781494503378,0.4062110157837534,-1.1770398596834133,-0.1224557250656402,0.6967866779420907,0.24233650821892053,0.2815414457176253],[-1.347001747298706,-0.3201207518619425,-0.028390531252843913,0.23579956134826813,0.4799872657491938,0.23057560303097158,-0.9147621234471973,-1.4284031289641497,-0.9020162736079083,0.5195895307559116,0.7628281105237483,-0.9156365418073866,0.9222269790021143,-1.6947510288436152,-1.0280698241893893,0.6671329684981884,0.38960937850495303,0.18851478020255477,-0.04683273541863938,-1.5798395157505791,-1.7365496284144728,0.5029033590809705,0.9248085156683477,-2.050703464648179,-0.07587568421799575,-0.3129995004871852,0.7495184098585073,-1.683414900007202,-0.3928682170925838,-1.4568186020271454,-2.0435399467329054],[0.455878122322898,-1.4316752057172424,0.2977237511825884,0.6948663427728963,-1.2418080076309965,-1.1682578472859535,-1.8392392128694801,-0.5889781484407051,-0.18471983653140683,0.5441501894182146,1.1709835846907453,0.7243983133192903,0.3809016914544608,-0.49019245671754164,-0.12450226059096764,-0.8624054377226671,0.4999489681666481,-0.6136452690835393,-0.15959911406134658,-2.0866911274897255,-0.2782574894668706,-1.2450910342707224,0.5313512194365025,-0.184496459013934,0.2815377121120897,0.3818549642609473,-1.0204008311185577,-1.1874659370319358,-0.0586445071379286,-0.1321183110574223,-1.680972978222712],[0.3013988447745893,-0.5373121888773098,0.5002270478110921,0.3835038079975507,-1.7021519124131137,-2.075420707254766,-0.4486618496263289,0.6454739115285684,0.14062465640387065,-0.5986166174314637,0.0399370224764599,-1.3267974574386059,-2.334278584219674,-0.26528162269290323,-1.7976125946528265,0.5284803006859409,-0.17486209678301454,0.5671253858673099,-0.49344937289658236,-1.3463035942943355,0.5041744826173521,0.6848063047336268,-1.0526990004953296,-1.5011185661739737,-0.7692470042145935,-1.691173870760335,-0.1984291054479525,-0.479641618305406,-0.897158049597725,-0.40753710533306853,0.35286597550806065],[-0.3777237839511713,-0.5168718163354697,-1.6313792400635228,-1.3974604231592742,0.26920743481479065,0.4453872358066822,-1.5838257114590382,-1.653389440644335,-0.12676737057356682,-1.8174885864856551,0.3889266908824117,-1.0618584200222987,0.18382422227913764,-0.9678625334686421,0.26230775031406484,0.8128911682782589,-0.24812462831332058,-1.4611574773218101,-0.3083436455017887,0.4235490329902363,-1.600521990475777,-1.6306445207189662,-0.586327917170975,-0.8685764861076357,-0.7812412203016417,-0.5128035306333371,-0.9115483563064778,-0.8669696974115836,0.4740249755520979,-0.6195960874529209,-1.4197059574878006],[-1.182927563742828,-0.4253315411995646,0.9204892500836019,0.7666817295126523,-0.1869272473515055,-0.34764083209723,-1.508124739245855,0.3965141251588167,0.44747425982854644,-0.7579850634709842,1.0748236105269953,-0.3759848359918798,0.21026822906701728,-0.5250194363858194,-0.957865824166734,0.24780911669065842,0.32073310044058495,-0.2114900265896978,0.4782528689653716,-1.0577506829915682,-0.15942430160735063,0.014999925240856726,0.8833267778281854,-1.423724244815654,-1.0935534104641467,-1.697798660798848,0.3207689140724958,1.293334247124956,-0.9699434776922837,-2.2906426487433778,-0.32250444673357764],[-1.338943529305337,0.7301202049931427,0.054409170846340074,-0.03519978078206352,-1.3856494397491477,-1.718295038719553,-0.5487737609458598,0.3122096320046068,1.0569439742191948,0.2199498091158722,-0.4019856198704045,-2.392694543827972,0.3004935939554422,-0.8306644054807497,-0.8548177343584996,-1.1964889672242782,-0.01349590871785414,-0.00993047860710367,0.8087767010011698,0.2817613522144024,0.35981501775800473,-2.1130732741485643,-1.063582178945878,-0.5234996227718007,-0.1345364381426274,-0.08370764617772883,0.2051032573445201,-0.19959390605557986,-1.8305338457990459,-1.4813267716545797,0.5560837723187867],[-1.1748572115290323,0.9031332863457165,-0.7257348876859819,-1.1193866520528228,-0.6550102185205967,0.1908962677419643,-1.440152905006898,-1.2703291587982313,-0.5351280995701763,-0.9129841176395402,-1.8419122090318625,0.7674183990920523,0.6225341784399531,-1.4297661198643339,-1.1091251753948426,-0.9961200386007056,-0.3577808823072539,0.34188561304745413,1.0186136400659564,0.9231991803435604,-0.5560181618141861,0.40859182839886393,0.9168542248978246,-0.7634746356718066,-0.5852959880678055,0.14389010780148526,-0.8673215423250976,-0.7518612516363627,0.6620637485622187,-1.5046362993842066,0.36525166676061405],[-0.5336926581078173,0.20619330558992846,0.19343999211823718,-0.5693122846527007,-0.2696622356940693,-1.2161772903265538,-0.35819705962252363,0.7709338646488645,-0.25917948976865235,-0.4928224199620051,-1.2737540428221417,-0.047910918191843406,-1.5565606345002514,-1.5516606648594662,0.48797768583331,0.23810104396892265,0.4033965400712535,-0.8028474796334698,-1.152776623303576,-1.5178048352176157,-1.5819005987035308,-1.2581493290620491,-1.1316267809276486,0.304692094614731,-1.2586730909698547,-0.6938942681284435,-0.39004009373668097,0.11687016852881359,-0.25209920895928417,-0.7040608231582764,-1.4486736538816842],[-0.1879886158869052,1.2071623558047682,-2.0861891167953366,-0.8487579962220957,-2.0871760490407962,-1.4199249796091313,-1.0625217928888127,0.0746662265926714,-0.9097587252253239,-0.07832458683784324,-1.2577112718209118,0.5353100024474966,-0.12805972328866844,-0.47482237937895533,-1.6514814533880144,-0.5622392803239564,0.2821197443333925,0.6670493293206378,-1.7195608313181752,-1.530392076415549,-1.5410040870112809,0.035505120965618454,-1.5045711700405449,1.14958141195239,-1.6188884175371898,0.3200711100020996,-0.3914487739357908,-0.701240309216629,-1.9671692157464458,-0.5514759434541383,0.7539827621001388],[0.6171661973031499,1.0236730918400891,-1.8414264189798302,0.17329553601421843,0.9657367873847815,0.16797796713796478,-1.2598591402570973,0.3607699234610491,0.1952213197767097,-1.1902088309022296,-0.7538417787823852,-1.8513132200103806,-1.9156273359592701,-0.7019180168213963,0.445382986029335,-1.5509671118980912,-0.32745555035675716,-0.21926444103946177,-0.38862851637687706,-0.014918446092301581,-0.2932884484451283,0.19374518135474278,-1.4312232758396262,-1.5704441007443866,-0.7903752873892603,0.5641460932076399,-2.075923498268978,-1.517543429383061,-1.1093713737554354,-1.395827160187081,-0.03926647147487333],[-0.7673610376144899,-1.6995922008832847,-0.1795425811478291,0.03210641760315851,-0.010857171897016975,-1.5229397442539006,-0.21114782738855603,-1.050556165719779,-0.5749934288804623,0.6223075672019553,-2.6183820943454816,-0.5709533780729089,-1.3612357957974228,0.37199721854336043,0.27262842344634464,-0.18366157727466076,-1.5493325744767275,1.3992393173154618,-0.7609195005208957,-0.4555716290492293,0.7828060893102856,-1.9881138950198345,-2.2338619393258394,0.9398526014858328,0.2891387160946756,-1.5656524150791389,0.15303972686787962,-0.9525037814233895,-0.5064471638390594,0.4901226897012522,-0.5969371239041981],[0.8962212142142106,0.5749928930088594,0.8699295008790406,-0.6371082629956497,-1.8389797678987498,-0.017964144172082353,-0.039418780264500575,-1.7945813066033485,-1.0113410652880541,-0.652344902967238,1.4264656456447897,1.0554969550511069,-1.0349334844482192,0.6008207197529702,-0.6823725212757232,-2.5199324365306977,-0.6669064229159262,-0.5002826613723881,-0.2804133130342116,-0.7083514878634822,-0.1544310023851109,-1.059514452148114,-0.6313452204964621,-2.030336708722142,-0.025233970410818644,-0.7668201733501876,-1.5222943174958141,-0.638125858281909,-0.23795270198673069,-0.1928265104425421,-0.5446768776906056],[-1.253162291329851,0.4739080446033056,-2.5171776435252795,-0.7597480606805392,0.9499314916590976,-1.8293296543593283,0.13979418611800296,-1.4177127528713387,0.42844665838787294,0.2877173278165751,1.5136516638628645,0.18444036659227134,-1.023984336228917,0.7287371653709707,-0.14833857764232736,0.5213587167099856,0.6792055332575476,-1.7451600018644358,-0.024778106429105315,-0.025494145809617064,-1.2781954093276713,-1.1022418216553251,-1.5168109800541916,-0.052002648906964925,1.390371710549252,-1.6747958159503047,-1.604279435964525,-1.4684614694090272,0.966498699554289,-1.7485479774032895,0.8997434848169368],[-0.4930616749589934,-1.496106586237272,-0.7959587044210354,-1.9268842880586428,-1.7507134750891296,0.345926047131124,-1.1130518646405214,0.8832425644940873,-1.3354146840513963,-0.15750596505217604,-1.4092447885620696,0.40013895328756083,-0.3542910341918024,0.23332712789402496,-0.23065164526796497,0.2146493744665911,0.7053872265196822,-0.5652143713561133,0.7503267407507523,0.12369092322057892,-1.5312598296882318,-0.04744069630094036,-1.6091428383854112,-0.6146515278494253,-0.40503796275051696,-0.6634505194872419,0.8988734559636339,-1.3655111672874234,-0.22853782116731522,-1.084281163002223,-1.5230080256650806],[-0.9482504715618201,-0.14492840754712985,-1.2046000214138073,-1.2404963597599206,-0.4349885108277233,-1.4816150357880484,-0.2526385393568611,0.23566548146540447,-1.9058165346295524,-0.48078566187024463,-0.7347078358295202,-1.078935580455851,-0.4243679020834942,-0.47459956980782114,-1.8237963761404294,0.3861851962627891,-1.3828272191298319,0.38271322654726453,-1.0202625282044253,-1.2921254197784213,-0.5130343049106036,-0.9678738682437834,0.22169579895426228,-0.4322634668903308,-1.7282172751809721,-0.3452947753797846,0.4617838923704406,-1.1477380673650612,-0.406244732730034,-0.8471616013696612,-0.8119573520342851],[-1.0371016281388599,-1.0888399637975703,-1.2338376131239759,-1.9569916993460568,-1.0749197309725462,0.40429274456003456,0.2380333353897601,-0.7652693055430771,-1.2817091301706456,0.37062516124362155,-0.2920059435202166,0.13850650659742073,-1.2599069376929335,-1.0336404792498866,-0.6379073821224306,-1.3351461569830776,-1.4759288951104101,0.7111359040933078,0.07986306084623482,-0.3705522147676485,-1.7050645710622523,-2.223706631983281,0.23731009088921065,-1.286475022366652,-0.5674769376454984,0.2681027709611769,0.5750975358233918,-0.6711345133587157,-0.0057261541511544455,-0.9450558464285536,0.26116570902626185],[-1.8663246196995165,-2.0646278976763983,-0.6044296913601599,0.4723352647978727,0.3186259107873291,-0.3296087768833246,0.9014429322402018,0.08183543858184611,-0.09577143000730502,-0.22301252321139933,-0.25176651525813604,-1.3525352876778454,-1.7377361279790398,1.2390827391374413,0.1520730542900362,-0.826900070597621,-0.37977599582801114,-0.359880145629649,1.0034636151189738,-0.664173448734188,0.7095384676807402,-0.733158901085747,-1.1728195337149783,-1.6129157486793182,-2.849486038937056,0.08246024281459982,-0.5693036686214197,-0.008569824570076644,-1.2398841434801706,0.815277273482109,-0.09016909005602033],[-1.2376641661523777,-0.141496839673094,-0.11407819263970725,-0.862208064933225,0.057128447298505344,-0.2756886172213562,-2.004662017823037,-1.545151286301374,-2.00682132344288,-0.5962109477305344,-0.4330751713495955,-0.6046437352850701,-1.4409910584789827,-1.2127166043483426,0.04803313187211008,-1.0642679911876871,-0.7676270767598008,-0.48761225206268666,1.2689267792223067,-0.09552211341241713,-1.4579805517629982,-0.1503783409181061,-1.9707816013190305,0.8393206063768949,-0.15682352985610726,-0.5099974418111389,0.11636596587685168,1.195096624528686,-0.31069974597938677,0.08334841070632869,0.45306478987298787],[0.2109044362374229,-0.5584196002958688,-2.192509282117336,-0.945341338474094,0.6808705587659722,-1.0829063742411922,-1.9432921853202294,0.4629433111649625,-0.46006158916163287,-1.210629280415083,0.3958354619736799,-1.0997741565737436,-0.27285045677233694,0.20062121752745507,-0.8824772006255727,-2.110232695155778,-0.506267538936286,-0.845908603811911,-0.7158801226663664,-0.4202167151244763,0.2883705561615717,0.6332514775982421,-0.9576889985417378,1.2066127539894038,0.4962337547586142,-0.29099317254680784,0.9671356641961623,-1.0294293210188536,-1.1612453029772944,-0.5956215186846631,-1.0009809946374923],[-1.1451326401729547,-0.8544966646348932,0.08538637274066431,0.7207198816734004,-0.11975315371739315,1.2032665430028229,-0.7000215117200179,0.8294401719394885,-1.1252801642825099,0.0005927151251984764,0.25958044990761525,1.3141001573659297,-0.6415888049944618,1.3218961623772183,-0.1981438905078131,0.8042145523552302,0.4497646437055289,1.0992740089416224,-0.64727498173649,0.49568499099560454,-0.969073104149048,0.8085826040729897,-0.7234441103186805,0.9481837276834991,-0.06168759420159636,0.5182703028823825,-0.5999385017529856,0.7473257639233314,-0.41847369716457095,0.11886327283742353,-0.46338663727949336],[-1.3971944113683596,-0.32766968064087204,1.7738466980481966,-0.30114741564860686,-0.6174302441593272,0.08474644312134502,-0.20757147194630063,0.5733138339536357,-0.05680638903983774,-1.4835074898577474,1.6518459073210592,-0.30084716201403877,-0.003044973192742663,-0.227421819182712,0.3722231023866002,0.2549878174545967,-1.3839978986418395,-1.4566853554155612,-1.548063757789241,0.23752002816139334,-1.4202794631028377,-0.9362827508531054,-0.5787204785964347,0.705840967884927,0.483856522530346,0.6776748114070837,-0.6711334450236749,-0.14775288739402642,-1.582311281447719,1.4916616390036375,-1.1784402976909178],[-1.4154500366869764,0.146667658775777,-2.215344376975867,-0.25129442513183153,-1.8250742236326205,-1.9539907224994968,-1.2964476162037744,-0.4335397822250547,-1.534440974742503,-0.9260870701901637,0.15827311696458524,-0.029524649579010905,0.35687505128476826,0.40835527936490856,-1.0880209040060818,0.03197931354279166,-0.03757918236416854,-1.9627614412615428,-0.967854758954682,0.6361396042465083,0.8648211540489588,-0.3719059453044098,0.3271137514942859,-0.26990002435636995,0.012006962058422402,-1.1387055800763455,-0.7723800996676835,1.036261570308763,0.7406743424164348,-0.2852404705415425,0.1967322532747461],[0.33680382835318773,-1.7095944613225789,1.4070159833835858,-0.7385983547798755,-0.8863084997574301,0.5786749728899069,-0.2901048120016901,-0.36419868292474017,-0.039528889136817284,0.4493654857875126,-2.0955963945299025,0.2560068487812966,0.7364102153106338,-0.014964781059819613,-1.4909893013305426,1.2843518800138731,-1.6058503211474988,-1.6308039336283071,-0.6894248807477871,-0.4292615053845691,0.4762099495318888,-0.05522369900136442,-1.3609582462874052,-1.4690491442994844,0.7585600299603883,-0.9150431329506928,-1.8563941950834355,-0.4837063017676442,-0.42165086640948707,1.2164162079693153,-0.029516417231415477],[0.23178468040165282,-0.20824734026115146,0.49927849509884537,-0.9252470190348967,-0.030173338102199056,-1.3568415217415652,0.15713587376327234,-0.8043592302997827,-0.7882105839415146,-1.584410837505287,-1.1917820999313868,-1.053802795787308,-0.6719330653483012,0.6779892812082825,-0.5952578539879927,0.6981112105521919,-1.2840571896510775,-0.7135889171237625,-0.009472892431906615,-0.33075304901597263,-0.8609049728502841,-1.621161184181518,-0.6954240591948678,-1.9903195959160405,0.38169099708097975,-1.9839779139120592,-1.8698511783219767,0.13132793354819675,-1.9041844629803975,-0.774164984765836,-1.2833365266513754],[-0.9083744968677044,-0.4935296109691242,0.12609741754141257,-0.8596521690104155,0.6725963582397636,-0.37593199813690636,-2.2481430480333637,-1.4001621377656728,-0.9149737762209187,-1.4494945334986864,-0.8966490421304498,-0.4440013733709018,1.215319124770744,-1.4572836309367938,0.3746141249746274,-0.5669658541116733,0.1785073598225563,0.3930237732701255,0.5955220928139521,-0.5125108830045476,-0.3023222155182899,-0.4944060384454322,-0.7606848689108837,-1.3499715367224234,-0.9325290987743036,0.8563828884268826,-0.1699065459523102,-0.7411139407075275,-1.6133833038722654,1.2853432678568557,-1.666704384579933],[-1.3815964653942832,0.3424687462660793,-0.814538687339333,-1.053621497866022,-0.8482610341232905,-0.9992055058971329,0.5862725561089128,0.4231124448094178,-2.1233293415356993,-2.2681563327208525,-0.10404993843612252,-0.24760314820757653,-0.6638536677606357,-0.8945313505431869,-0.847108276123296,-0.32993053301078007,-1.3652942463825861,0.3993738813943084,-0.5075777315310306,-0.6651732198142591,0.30611054368168106,-0.3562898240506614,0.40297387619257075,-0.014904906208633512,0.3867669248939434,-0.9741563212305517,0.14613599884467815,0.2505788221977088,0.3783881534765014,-2.2623062953785302,-0.7129055318339306],[-0.6248787300900456,-1.5146146616436358,-0.6443658027675186,-0.6427509162596072,-0.29797963327286475,0.4378331961123003,-1.1328393608667549,-0.8188242863298898,-1.2210182642289276,0.8432423588065044,-1.8161643253062265,-0.3760818584012885,0.6736672342207323,-0.05472668711725461,-0.7013082786147187,1.0280749914630678,-0.6927596870614049,-0.4663580256227674,-0.15896370418340533,0.5402479188061364,-0.5891513228053317,0.25617749307598414,0.6680930036985698,-0.6883466539065028,-2.220189029891288,-0.9982898708109316,-0.05333833156289083,-0.26379665907399663,0.13169386212077325,-0.8000918400669627,-0.5369546129911692],[0.0590456900456995,-0.22809850323885397,-1.314788802232711,-0.4825822349217837,-1.0236848414053072,0.836281751116302,0.4032905748065899,-1.3003878303775633,-0.11486742292404542,-0.09165053902705075,-0.08697436009302122,0.010012478266645135,-0.9245290352991846,-1.4413831493076954,-1.4422153479424638,-0.33216124659499996,0.23777200032648801,-1.4184418000040455,-0.9613980977775252,-0.28809967154499716,-0.28217211837746864,-1.8985612399590797,-0.46513331193937246,-0.9358297871726984,-1.0456538322694848,-2.0170290965184585,-1.4361775841249136,-1.8088852179025918,0.7358460728729694,0.4849965574306362,0.015499614534508441]]],"Biases":[[[0.4017546861926201,0.15712929598452685,-0.6151861852810799,-0.4083624920227799,0.1990107092593728,0.39389666136341317,-0.47314739535009037,0.24060560305880324,-0.4550591006792743,0.9379909419394207,0.19650511624791894,-0.1265405163846876,-0.28290240465503896,0.1585502029158662,0.10413706407075274,0.5944873542711917,0.42157606871568015,0.3938167811880318,0.7683587218890611,0.5210119967394958,-0.6081810375741755,0.0074861209897179115,0.2788106541365687,-0.02391100043634139,-0.43310287798176234,0.140734261672186,-0.2091147551214361,0.040992899155708674,-0.11691533108851439,-0.4734265200121229,-0.09733224892112928,0.8775140058408305,0.6934256527069769,-0.06088204336793461,-0.41774351401486076,-0.7053876886312318,0.26335280161917385,0.4327614547889585,0.6018078640530925,0.6151149103560029,-0.2444741999702492,0.22202774336583314,-0.2910179094675374,0.7586487227126145,0.5856913753840197,0.8057539837670968,-0.10998239631881679,0.8383021554260766,0.02239560229926295,-0.3117605026704178],[-0.1263799457324708,-0.7200235850088438,-0.45237530150151956,-1.16526844720559,0.1778222902964029,-1.43540710842928,0.12074369310840495,0.37760824983593677,-0.028024402145423885,0.29637900499679093,-0.6382075365863548,-0.590677925531695,-0.10224971392534482,0.7464032801628642,0.474558490938945,-0.40402921277875425,-0.6287549354554793,-0.7183469678046819,-1.488592418297765,-0.13003742450789263,0.11003466441310578,0.5636101393083214,-0.43579550837990444,-0.40942445633557073,-0.1114256563144404,-0.06637227381722509,-0.2423582154606197,-1.272987566241811,-0.25715353000478536,0.6299307309292169,-0.7527554449457321,0.9093407674769025,0.12615763612523737,-0.2829016999833333,0.9582584793692802,1.0189652277302124,0.906563934055068,0.9366784255081834,0.8870441461275971,0.02106615190751116,-0.06375188846303607,0.5485752240947365,-0.2998265718102529,-0.1090363781810954,0.9001460684268286,0.60428554056118,0.2787514267558748,-0.6248190128300748,-0.0353665020943853,0.10206727626125958],[0.7319446683335963,-0.44175149378675427,-0.04589595131384171,-2.214974173755433,1.2421457155609943,-0.3619363332478224,-0.6701786110909108,1.053287703485231,-2.116610034047686,0.5160602725027511,0.07663262468399393,0.8198389733475797,0.9062243268338493,0.09884480125594657,0.6385799852351626,-0.9926319697993562,0.6992380232724532,0.33988427254900816,-1.5985276780876405,0.5287015829139392,0.5493952920543304,-0.34771858258149935,-1.607446781373546,0.7887525151069757,0.17499510361191115,0.2577930266866486,0.44422231623325853,-0.9772992206951232,-0.39613720347339093,-0.42166522552316654,0.38188958638869214,0.42390674293688935,0.5247435999506872,0.5408567933874118,-0.766807921105995,0.13869118626861632,0.5701480128424079,-1.2807315322371837,0.5492664579604323,0.2851825027920755,-0.7061165175182672,1.4505676267442411,1.0091696351912298,0.8343813942356931,0.25997920114085815,0.7297260957804529,0.17044338475844295,0.5780976381504112,0.7198608155235794,-1.638728532553067],[-0.601839065347615,-1.0446707511887507,0.4647913123959884,-1.1440826748731094,-0.07410856468034113,-1.4286417397297912,-0.8681537161657507,1.005818937800091,0.699593931056234,0.6917041552041545,0.5576783655029122,-0.6588954782235981,-0.2371156509093747,0.4772113664549445,0.4428397892655896,-0.8172047857986552,-1.3748959748180947,-0.5754318761469647,-1.7316106330275767,0.45060753980270424,0.23055668095143517,-1.155877641629404,0.015747648601429184,0.7266713002533358,0.5224984615700528,-0.001022395605459733,0.3740594025485014,0.36651594335452425,0.12854257603192493,-0.0960852904708808,-0.7108139703509323,-0.6627605657313553,-0.3594480282164248,-0.7413369678027305,0.6666799665412827,0.4698782295581994,0.33159497161093776,0.09108075014953919,0.3922728196082431,-0.012266300117938184,0.6630138076128843,0.7780916816693303,0.9345131092960276,-0.4116901095629568,0.8997871187371785,0.3967904308701879,-1.5242944318562461,-0.9825681675742507,0.10032399633524,0.5083902173800037],[0.912862867441776,-0.24749015586948145,0.5133610186787646,-0.13706225471170977,-0.3033164299041192,-0.7504888673072732,-0.6632920742868348,0.17743797275492662,0.1647470903585722,-0.7465404452684851,-0.2921233562581411,-0.3824535694856979,0.19977595131550457,-1.4567317524776098,-0.07354498632250533,-1.456667697302645,0.43890530766556207,-0.5707014787609204,-0.2070064586144972,0.9669990819493737,-0.4313634838292978,-2.138315732757691,0.47479430159100616,0.9421263219969109,-2.4563373722299793,-0.3972113138860178,0.28422601849154316,0.007148893147258504,0.5593948897274527,-0.3804737981754351,-0.32437848897310634,-1.676262720676947,0.012146544824848346,-0.3863546693119507,-1.71090946238772,0.1665186720687934,-1.0153695393998008,-1.2238491252433152,-0.30587653577219287,-1.820395108337971,-0.6088875240148306,0.36391708437241255,-0.012375140391826614,0.7537779892027451,0.40393662244927825,-0.41220208146791476,1.0126571868613141,0.6898914826985252,0.36227202591955837,-1.247735610152318],[-0.2196360297648994,-0.5524832569505608,0.511638198853066,0.5041595196858241,-1.0986984789885894,-1.0357389993165491,-0.8728182177376953,0.266081739306496,-0.6861029297944946,-0.06811595672457117,-0.9843701488473968,0.9421868979722741,-0.909115100382359,-0.39957765291008346,0.7822944403142779,-2.373818857937221,0.3828341450608762,-0.4482738750772277,-1.9523552333267296,0.13618843628692096,-0.250664793784976,0.11199532088408738,0.39003544461109463,-0.487174082895115,-1.1170333773018835,0.9925121240449322,-0.15039102724349268,0.3668908454881195,0.08792874912873637,-0.7890465476849359,1.0065373919419283,-1.7480589942711797,-0.5196469143896176,-0.22629137741701102,-1.2489441018126575,0.4146908088099335,-0.6978509169976612,-0.6639933205994111,-1.7829496754183005,-1.109010456853305,-0.4880699531472353,-1.0167361416723149,-0.7940812628383767,0.27598064467821065,0.23039107089209346,0.14151234072001548,1.1839796976595185,-0.9554914710301097,0.9678739628396617,0.07488243448143281],[0.7895007044433245,-0.2226310172260131,0.7234725191975441,0.09154121349448667,-0.8633248073737402,-0.10640161238291707,-0.7564239974710202,-1.075920443160324,1.0554140200834785,-0.1638949312657744,-0.43683495368189557,0.7860599783884881,0.7339053053139635,0.7410716738987208,0.18371624604335285,0.9365645219583123,-0.5839651685018517,1.0088902639674495,-0.9603987553062173,0.8004689592012328,-0.5704570851816652,-2.0090524966624486,-1.0897721297053875,-0.02105413235139939,-1.97023763567257,0.7531128639495526,-0.5232549623453117,-0.0016902465577467735,-0.03478395010709157,0.2671885375362763,-0.32792989360272706,0.35991021853417526,-0.045851939300494776,-1.4698381198373567,0.40585592608342824,0.49070361302526844,-0.9198661907096594,0.6698874582233655,0.6172857876286572,0.9670480368060661,0.9049568307484863,0.37137128975472866,-0.18140377508130176,0.5715989176955196,-1.3747723061876365,-0.9969306028152949,0.7454549314253841,0.0018661070803560594,-0.9091477747474812,-0.8639527386524537],[-0.9230393197555913,-0.7510136662811712,0.46086039402690304,-0.40766323978321833,-0.7430342232837609,0.14500862774935136,0.42094717894625716,-0.016614239089277092,-0.6248503184442575,-0.7598058814467531,-1.7973403251818194,-0.9990722037389252,-0.47135138117052977,-0.8879772480033802,0.42042294082083953,-0.029018793183222587,-0.4550821681660767,-1.8978172117197822,-0.5906156040113201,0.5993120594590605,0.8833225977996408,0.6451032810328504,1.0636861414677232,-0.17505661321806268,0.9633763187743241,0.59865523856697,-0.08453521517847623,-0.34372064691647564,-0.020248089114292066,0.06453144901133069,0.7707521475969802,-1.6624695524690976,0.19228370083459917,0.25321887153808265,-2.4402478761117097,-0.41457783014816424,-0.6270000361847285,-0.8779353265643043,-1.1048374566685584,0.8016845139336497,-1.8905349441980366,0.10478841988903181,1.0136194832544805,-1.547447315409769,1.119223071688426,-0.2423349771492139,-0.00295871991356471,0.5624688508929411,0.7553105923947008,-0.5142191954538085],[-0.7782318982619993,0.8350960795103844,0.32210236401442377,0.875188606157899,-0.36227429092610847,0.1996200462775845,0.1118236898165702,-0.9916502181009421,-0.9826870482593546,0.39319608018638874,-2.031227413324154,0.7857859526957961,-0.5956960352811337,0.2220508624801347,0.19949014872415322,-0.7928036632949809,0.6997451415609761,-2.2080428470140325,-1.0905618112719164,0.2153957577858526,0.35765647733390754,-0.22672331127322798,0.03910194369826985,0.32463338320019813,-0.4875285780451222,-2.1884021252492984,0.6992161590096087,0.5510007000834545,-0.0018689883350529479,0.7433588366444625,-2.1342292688957714,-0.3613825265100648,0.25848483548860646,0.24351841475563693,-2.3370681600676253,-0.6624591573929234,-0.37529540143657925,-0.8750221439253549,0.31334190462893197,0.09561369610710845,-1.9250868188132217,0.1405262483757325,1.0547610003844616,-2.4967019762413747,0.9782494663553902,0.8942485063793354,0.2556015004818258,0.28436862807367297,0.31664094006954513,0.5620573328827478],[0.5353686602798274,-0.5011896869475686,-0.4074511461916574,-1.3048547841280693,-0.004399220954352365,-0.6506672594085585,-0.3461572144322713,0.22473842853789647,0.26293009761776753,0.019713471909585265,0.3968672035576346,-0.2325864425962207,0.017658880870322212,-0.7888521662666516,-0.4126647623446973,-0.41499951247267197,-0.03212765062820097,0.5690301213772395,0.41867005155470777,0.5877290116401462,-0.5225486316881623,-0.44224825854023403,0.3765719002550885,-0.030272453314396444,1.052669180969544,-0.9185139427955739,0.1857747279836911,-0.3171997727805706,-0.009738493903237937,-0.18742130344479535,-2.1220826992270507,-0.7965083811191688,0.813517706105269,0.8200406102081889,-1.7559484636401452,0.5329801031437149,0.4552649033860911,0.3704186000704479,0.2710285046608218,-0.5377140267564513,-3.0844895682051297,0.3040883694381009,-0.4255848358084092,-1.103016086235492,0.9090971978765157,0.06038339580463059,0.9699924001303818,0.10574865896601893,-0.32557309077255875,-1.5836333047284334],[-0.048992865278415454,0.5974628166663832,-1.0582615842965022,0.3670582668043545,-2.3397631850197422,-0.8156042925236392,0.3737131427499673,-0.6267281150389906,0.05811293052562879,0.5541699055416338,0.9368532104547613,0.9967818080817992,0.11747333064843121,-0.5140680684178103,0.17132643943564904,0.8859690569087034,-0.1842115090624781,-1.4044298523403362,-0.9074449674041906,0.15915640290951588,-0.14347778736647585,-0.12373735225328425,0.03117016522683657,0.4270475730717952,-0.20314939799761036,0.057397272713942536,-0.6038339545976726,0.460084508530739,-0.05325638371360146,-0.32408236968463255,0.1995499411683609,-0.0674855917047127,0.8680146513754069,-0.9295762726062469,0.9197012280712726,0.2036742467822287,1.107932983735173,0.372566862374152,0.5115956994837457,-0.27529293559267515,-0.4045486998841288,-0.4410949681591357,-1.0964505063433925,-0.46592233157084945,0.6444210475853454,-0.756332920354213,-1.6910897413273356,-2.0873918334680037,-0.8861462177553364,-0.11611003390134776],[-2.1127755819623752,1.0431457947233804,-1.67515782971892,-1.1562101027008649,-0.4605056109474331,0.4420271280321646,0.9700828077868261,-0.47193827407336364,0.6579661649314325,0.16095820701155522,0.6426409829073492,0.989511446790372,0.7335908809342837,-0.6879194969207596,0.9667012210794547,0.612293396842489,0.009717934645732793,-1.5328003926854448,-0.6587585958533343,-0.2428026259938607,0.16805876202395031,0.9590638713507798,0.08352721397475614,0.04299496907909079,-0.1904952107553964,-0.8704780681627089,0.7613904371737579,-0.28014079852424756,-1.0513894600206084,-0.9971629840179579,-0.2346958000087561,0.6980046386232038,0.516211933503695,0.24008728479948352,0.05659406672397184,0.9661933201368537,0.9438899474655745,1.1007802995322233,0.8593908711983412,-0.767028224041902,-0.6447684193773602,0.35424961876209743,-0.9511756854382607,-0.12964381168673317,-0.23935955357792668,-1.7608583221085443,-0.9063342597532678,-1.952927762422545,0.923599694240798,0.8209683102881847],[0.8969051182363574,-0.6639227409713446,-0.6337744504655546,0.6379948583889812,-0.6466926454872076,0.8589734667812143,0.5275475717024933,0.8678457357675877,-0.6506343082569933,-0.27897334782280353,-0.6787042156417201,-0.3069324294270631,0.42389942649354934,-1.0926069564468046,0.03915182742321619,0.221139835935598,0.32578306152882974,0.009573314040849563,-0.22355197297646145,-1.8294576899777257,-0.7213954825626773,0.21443721407421337,-0.4200551086167212,0.6820727629362545,0.5845205061166528,0.49909389406934723,0.00277843785639771,-0.6967557619134745,-1.5735659870370489,-0.584604988835064,0.7110240817971225,0.9784508729070972,-0.09967999332456695,0.2146461973922269,1.098200658376262,-0.12244770377270757,-0.011341678605274413,-0.6694740516694143,0.11045018777010088,0.910413605628651,0.3154085264504733,-0.487795484144592,0.7964260987684216,0.06275310670725712,-1.7699100056839694,0.39646788459442706,-0.806865729774813,-0.65623388153168,-0.514035465747849,0.6364419943782198],[-0.6242495366855321,-0.3643796665162485,-0.1946378757500872,0.16742158438287544,-0.7212522653432201,-0.8557039829703332,0.4589911318895188,0.5290331841325236,0.21983670131501476,-0.927914128341623,0.7195891058306312,0.22852362939452403,-0.9846536630137825,0.4652111105126704,-0.2595732741264129,-0.027183557533325044,-0.9279129577782701,0.49392181113766287,-0.6689914262581244,-1.1753741998569576,0.2715090157805504,-0.41600316982239444,0.4312244814047417,0.46178106793555906,1.2051578976961992,0.9386716434031622,-0.05287652502968699,0.5677086075110864,-1.032984993882298,-0.8450952055730311,-0.2928035407899673,0.180067756830172,-1.1732568249393087,0.26638164866454683,0.9946725038344182,-0.28521137527563284,0.4425174804149221,0.3424852151776856,0.942161758153948,-0.1396000178116579,0.1412464500825601,0.9411227420462641,-0.050703681035397144,0.47725199194846396,-1.4228971984532577,-0.1652783376261196,-0.5352200337838332,0.0585203471871416,0.30280907237262483,-0.5169944718489093],[-0.43005616543185066,0.6564845097687909,0.26119683856417825,0.8439618243723918,0.5984354971526245,-1.0298510805536947,-0.9058237184659633,0.13115593161003553,0.5721220373440755,0.4780491972450015,-0.8446989740891997,0.042523855313118926,-0.7669696430750138,-1.2511873035834906,0.22444026212564278,0.7478078207002727,0.4047310287519022,0.04610198284622589,-0.7899128364290973,-2.017264706490599,-0.6432580633613779,-0.6282089356822694,0.8167060337482578,0.7160854531664613,0.6920303784110691,0.8375290702091508,-0.41763257900232575,-0.6588067285049712,-0.592911156021439,-0.4417817043750451,-0.6910384361215169,-0.6753861216290771,-2.0331535564216634,0.4825410219285158,0.9323627484186948,-0.6808554562920903,0.27051345585487957,0.8957941083607475,0.6081001187717056,-0.6051877146806515,0.23821840444334946,0.6375387023171625,0.7705191739457938,0.8476142410178784,-1.9308856888332846,-0.40683512226450047,-0.9664565479147774,-0.6229448686447192,-0.8930244493873931,-0.31976969002691125],[-0.5707170410164435,-0.30260821849341013,-0.42402905888925013,0.9023679451778787,-0.27732321219910644,0.19210108020669092,0.5602665635783207,1.1440983364311081,-1.648468689819717,-0.6429772012896019,0.10012773643223627,-1.0951247124877754,-0.10277394539180935,-2.2368338732190756,0.45949266802662164,-2.187117820733076,0.005538762455928997,0.21394475594753612,-0.508808103868394,-3.268019534773996,-0.08376791280918822,0.5962391304776352,-0.0495345379113987,1.0203656274142585,0.7135849294483494,0.4379585065266169,-0.10141384271505498,0.5072744967592105,-2.1506459161707787,-0.34966400960883826,0.9155742309396029,0.5268142156502486,-2.4823448997121162,0.298856802477262,0.12837439844719342,-0.9908291930127073,0.8794978432700696,0.49287361960641757,-0.9818327509007341,-0.11822849511292698,-0.05473968642134315,-1.0245720995758734,-0.020473921857149725,-0.8450882540465791,-0.3553064290494012,0.31813648121417354,-0.4518194227259786,-0.5829716380725299,-1.6952954606463209,-0.15977833971309968],[0.6904924125358148,-0.15304228310949725,-0.8896520569368663,-0.4168046827685667,0.4366756097518903,-1.2283513339065995,0.7173295918379615,0.4963988306301394,-1.3659408526793424,0.10814786034069057,0.8114881969646178,0.616371722477064,0.37648499157486087,0.351105038786635,-0.935257724530013,-0.4471258435553684,0.5106142212167968,-0.2700550440805757,-0.13519682378539177,0.33447821033970615,-0.12140637259220717,0.1729624895766993,0.9472527131050296,-2.2992579418672983,-1.7958629182860735,0.6000714841270318,-0.8715855150230315,0.3280791474299409,1.0297946854859268,0.1575610418131242,0.5355753944733354,0.3116508360705809,0.22933372278687592,0.020227127251890024,-1.6702575647688345,0.2785884426211473,-0.7993714644713474,-0.2542458788423556,-0.6811728706499965,-0.23669525827519008,-0.8879141107661036,0.03542177921763792,-0.61354303804325,-0.9163981215817537,-0.2439580727090329,-0.92901681804539,-0.3099032855744268,0.30202957762400673,0.3009117723960711,-0.11312827372747132],[-0.3127935606363791,0.4139333158203142,-0.03166728443150431,-0.7442047313397114,0.7163605734271286,-1.1057664588378389,-0.5515033602254289,0.46587558940723695,-1.0859332529048298,0.23577116448067287,0.47602731894198264,-1.694659749229535,-0.058644715128672815,-0.16575709293663635,-0.6073773776640444,0.0647667536247245,-0.42901805442111657,-0.052745615812982975,-0.5208024545258426,-0.7806241222979846,0.571856685328275,0.5715250856557863,0.8337382559622695,-0.6989886112948747,-1.2507471270991803,-0.5432996655790346,-0.27436315216899937,-1.1638427264900422,0.8593874366340977,-0.1896234632879918,0.8999892674094426,1.0033187268310142,-0.6802896252242505,0.12086877216986663,0.17656035420922805,-0.45288345542745845,-0.3382375654906258,-0.025021285145030343,0.4190786680357713,-0.7920956458790593,0.8560983761463627,0.38263737657902286,0.6021926957221235,-1.9407433685634885,0.9728979631189347,-0.3948188249017159,-0.9386506940921677,-1.8926325472881993,0.042028355701134376,0.1991555509404551],[0.6185693288853928,0.28080340929292125,0.7409122612840796,0.34686873028932225,-0.5267443446390853,-1.2811306090728025,-2.3951314333483764,0.7089517276519356,-1.5569482187256318,-1.0606866931211105,0.21166370732372586,-0.5630292590743775,-0.05597624452628619,-1.2989160671397015,0.6664428976964092,0.4801451565589425,0.869768543146593,0.46635113133574485,-0.10681287836898773,0.8853547619147334,0.9424606282571514,-0.5716378423452538,0.33688695870160446,0.8187705486540255,-1.6398246506927316,-0.6505913603613145,-0.4094840482415362,-1.3012111749203976,0.29091532092569394,-1.0358401245876978,-1.061278748756384,-0.36981062618754856,-1.2860256614129517,-0.01109188874939608,-1.762449944054472,0.39501198397439524,-0.43100502774982197,0.6251228862599844,-0.36403278148480583,0.017750742592689068,0.27751356917673364,0.37323311253888736,0.101409510677124,-1.8453476650181382,0.00781444979227487,-0.23512305641961057,-0.1655648794048702,0.3562910935306116,0.6534075714368057,0.8056935305836705],[0.3115946190702621,-0.9684819103969884,0.1846907551297482,-0.25777428316887624,-1.5340429357802432,-0.7082054394103725,-0.8065183643952013,-0.7125471336934245,0.3586711751676843,-0.16318600696880353,-0.5753529304306757,-0.616455602572532,0.8722391495589542,0.9023409087790643,-0.24270135002498308,-0.6349684474283727,0.24129860849173196,0.1387645489468643,0.93774188600146,-0.879891953289201,0.08055433675640439,0.43484461114017414,0.8731185875175403,-0.5170320782272269,0.7752280458161421,0.2817179389418283,0.5832548068888145,0.9109664115885253,0.44261609762314114,-0.35302120026120126,0.7057877422176962,0.4814457861644497,0.05311409795817326,0.4336788440370616,0.685438243112778,0.039518935589797424,0.5411978619589619,0.3571884231911449,-1.728929392162551,-0.11287742515438982,0.8204890988868726,-1.1296854740589053,0.1397367861991763,-0.08769438303308785,0.4321384605031411,0.9067189280109118,0.35414365083973204,-0.14519571532965872,-0.7144204549206803,0.14931467339870458],[0.08791186359799616,-2.1642079216824683,0.45697265772921986,0.8546510269123795,-2.2560006233336436,-1.7929548891818585,-0.7581379176695602,-0.8345540834275927,-0.3758364442619857,-0.33280787236851866,-0.332930113081279,-1.2459149600063868,0.3462457101763295,-0.6852012050768315,0.9632409461999594,-0.8695985233900074,0.05228066600420699,0.06059861195231214,-0.08519855645884136,-1.50423250822252,0.27799906230383353,1.1947867729307857,-0.12479746590033217,0.8418149260339352,-0.5901480803369183,-0.5046550940234783,-0.056368554876198886,1.0805553284962421,-0.15547211000982028,0.14395205757707805,0.3893917682017451,-0.2104479918737192,-0.29182166563694445,-0.08229143982250027,0.6836304439891383,-1.2005693785331377,0.7831862288807944,0.6900412893574683,-0.9592776230381427,-0.30399409740347616,-0.6906490674549801,-1.4977927263604944,-0.13616506665474035,1.0952266836094249,-1.5492771279702517,0.9179921476938401,0.033831424790522084,0.8284685426025235,-1.253496300740839,-0.5529847971282268],[0.5784468038413114,-1.3843741897134216,0.3106089667613059,0.452046851033862,-1.0699702342663748,-2.1379802755166986,-0.18686505555742827,-0.27957258906513677,0.07843038598475653,0.060157323410217185,-1.589353701735952,-0.2593143830910184,-0.36383667942875536,0.18799214463632538,0.4038169485293387,-0.8528042883805127,-0.014922537304089085,0.04504902902961625,0.08362448000024282,0.2989383677460984,-1.5504591815066415,0.4606373385132592,0.0738960164507861,-1.4425805142231258,-0.21953230739488494,0.6239478777480292,-0.20528484596603397,0.7379706468906309,0.3707140026913949,0.2727821859693584,1.203201198195563,-0.4610432774371282,-1.3152608099534286,-0.1640995127916759,-0.27441659746236774,-1.1467854335521883,-0.5796284312109248,-1.391085786843653,-1.0261319099839816,0.27853452803903384,-0.5819786052928493,-1.9722544032242624,-0.13095082211366355,-0.20965102983054762,-1.8529080782043124,0.49181520268120754,-0.6409971709164064,-0.0872822001065477,-0.2799649338674937,-0.34328225695117354],[0.5371059770272527,0.7041526674722347,-0.7172433944778944,0.9687923168059445,-2.3336507406499085,-1.83518653646272,0.18605857389100447,-1.7902535121892742,-0.18192077622113695,-1.9196310691514973,-0.8724883216428304,-1.974999908126991,-1.2101598291803881,-0.35909446110742627,0.18276148236895892,-0.30346452114933775,-0.5902325180080555,-1.4355850912943315,0.33700854921833306,1.0176723974913167,0.7876947161364617,-0.36768078618386174,-2.484755317803495,-0.5440617615101574,0.4639559218535489,0.07518087501965909,0.8426893858287661,-0.5869952183717138,-0.30341991680825536,-1.7333811398488772,-0.10851182869618621,0.8302516417166097,-0.5244312292849834,-0.6511230730778741,0.21229894422830758,-0.4014057496251091,0.9208126090509778,0.8035348259748837,-0.5290695445124382,-0.3956189397377298,-0.05280169259139212,0.2814724638076361,-0.168884130915679,0.6025257356352222,-0.039340104871153844,-0.330065777946306,-0.2027284421143869,0.306315466429992,0.3866435085607167,0.8138815009753585],[0.1377778565988321,0.8754157234514256,0.2678746479578358,0.7353959547584515,-1.9239101751443966,-0.21620554387552943,0.9407854439411258,-1.617140107759581,0.05233909436225037,-0.6085040492564662,0.1739072171712326,-1.578596666333429,-0.47286016156342425,0.9526165567691597,0.530109651887837,0.2310575357006281,-0.06211875728603057,0.38627641624868564,-0.6985994199661334,0.802535775252528,-0.6083437008609913,0.1981036092663753,-0.9236088026943422,-1.361989966602637,0.2902006120452098,-0.8544357438969566,-0.34183385811639294,0.23554610939749163,0.1385401754704422,0.11461812615605384,1.1130738902998383,0.43506006608503245,0.7449446973006395,-0.2464700038217313,0.5740095227300612,-0.7522064637661022,-0.6754589266136319,-0.4740102566205889,0.03331748647747144,0.4141806170823269,-0.356657596496953,-0.1804781379872243,0.08396229011041553,0.952917560600956,-0.7802339425344306,0.17987703974934888,-1.2417888464709053,0.27404380180877336,0.3192027876931336,0.6456402113245499],[0.587160931305394,-0.8335217051245797,-0.008263844236319167,-0.29065304369059386,-0.2909879013420104,-0.25134457926079695,-0.4544092152655263,-2.045553417875613,-1.0855561905095088,-0.32447379200845117,-0.5152158577088157,-0.2574389097566425,-1.7686668642112087,0.2674581474228825,-1.4322975075410656,0.7536199004656744,0.2972264795578897,0.023506466804907058,0.6415488493477098,-0.4363284502993949,0.406620575262887,-0.33384009886102783,0.3613943906028714,-0.16069531520675043,0.4827106223577565,0.39986032802306126,-0.4280035886993266,-0.4158514007602095,-0.9918281014164583,0.45148219430171754,1.0093458010255913,-0.014381643955396997,-1.102233519311589,0.7157161010328311,-0.2850994309412859,-0.44550865581266447,-0.635605695750626,-0.7956973977391769,-0.9078456117816821,-0.36693815244905365,0.9895839975769518,0.7066895680766607,-1.9249582468172448,0.6764591173785001,-0.07197609465489475,-0.9702455003604992,0.002654063395477838,-0.5950737699057811,0.8909269153513923,0.41334878452226026],[-0.4728439351027223,0.6697009426636199,0.6463098601279695,0.7992746142796193,0.5145648605288369,-0.5848556028647195,-0.8666835789800726,0.8110491454844007,0.17862302777593844,-0.883761922616352,0.5726400676410859,-0.7790969358936871,-1.1961530860045961,0.3492733432590209,-1.686719305725938,-0.2991203784711178,0.4672706968919086,0.3026603944107702,-0.11432087509125026,0.4075119356763821,0.48631298684436164,0.7785704318365156,1.15548276111501,0.5619670497229476,0.5657709034177133,-0.6182780135145226,0.32254263553351203,0.3480720982519325,0.6130208933380904,0.9133700747943679,0.24827675312117672,-0.6765488893063087,-0.9059724836077734,-0.4336742296729702,0.6485408751270869,-0.2049418620853382,-0.33462520625970776,-0.3086731436466959,0.3455095477646691,0.48402384250492786,-0.8719196791117205,-0.33563141876590064,0.3011504491805633,-0.45952039062808836,-0.7830371117642915,-0.5885016994710593,0.0893595943175899,-0.10240908510033209,-0.5374254276384349,1.200355998911398],[0.3129450376681522,-1.4739263283469113,0.9359989929317547,0.7841852650977595,0.875298336761385,0.0848180073341116,-0.41997407447477886,0.8668974375978507,0.7515888235459756,-0.962305740481644,0.4906992544776335,-0.12493640696705416,-1.4803177616144787,-0.5402765996070241,0.24737228558724195,-0.41955182024634724,0.3631775095898978,-0.6892870749821695,0.029576320242852287,-0.1821656536075092,-0.9461592296888754,0.6757512427800777,-0.8902871406544463,0.16157295826963217,0.1349078347831703,0.8293101279344188,0.2631158222030711,-0.5887995733258589,0.27278103846377344,-0.49981594687143244,-2.1725365235993563,-0.5732765866535428,-0.2950229468123762,-0.16961760966325168,0.5107462497116722,-0.7679500559324697,0.8076140038501677,-0.7273552890306899,-0.9246446112018083,0.39929128264865726,-1.2662492681049027,-0.4799191748569119,-2.1877951776042455,0.6225068586100121,0.14519882773133058,-1.6835364467298672,-0.812212402090817,0.8646504244744309,0.412585933099442,-0.13328005627666376],[0.509605016361608,0.23336344641447893,-0.565568018491124,-0.857274886984007,-0.18427796748528552,0.11922114562626845,0.0009621065432644847,-0.5716457951346702,-0.21755549593537737,-0.8752622860310342,-0.869832400857847,0.8075182165424923,-1.3261060994981488,-1.0902054844180422,-0.8468147265334346,-0.016592470436663252,0.3791643925440959,0.5628809203574703,0.33362896359777006,0.07494188081762616,-0.5373705197872375,-0.7513487016548749,-0.007049768690117232,-0.15643594061135974,-0.4781430750901125,0.21624588324588673,-1.3101566275275922,-0.6270218455908124,-0.8575813678647468,0.6816551951787194,-1.5412810297067945,-0.8119210106873839,0.7361569617887082,-0.1898740578633067,-0.7761442247320107,0.06001535822424578,0.6576030298785419,-0.008502212968867674,-0.9045430459150594,0.3065501437025298,-0.009325508255356512,-0.5444520669109412,-1.757056312010623,0.6965882292894995,0.9335996931249826,-0.4372810165776505,-1.61089027816355,1.0040244153419593,0.449054136896592,-0.24570992139698983],[-2.749405824426159,0.8303363762137872,0.621123797233121,0.35701644561514284,0.9587606450786827,0.6416168823304449,0.35830431377945304,-1.6138480987242996,-1.0995696782500273,0.9457641417835593,0.05250457304529001,0.8196326468502612,0.3279831562583542,-0.26088064368365,0.31722821975037047,-3.1970185161594706,0.07337157307586481,-1.3055778629892796,-0.3079984034027255,-0.067209278472362,-0.8019839286939594,0.09755597144328562,-1.314420471654255,-0.21754364173171398,-1.5078405113032671,0.7492149036744833,0.10476911053455398,-2.1849178422529176,0.8696233140125981,0.8704784390648196,-0.2098133396805049,-1.696967813874574,-0.10746311872629316,0.7334948394204185,0.12367233197539886,0.4617612188078932,0.05792892280930874,0.5262566351476624,-2.029758356901358,-0.6147659148114791,-1.1773486185619204,0.45084904380517477,-0.4130548129387901,0.6139611694291168,0.857339670712494,0.04370940418202928,0.0808066115783281,-0.6875896007781118,-0.0655978417472587,0.2585118823000142],[-2.9106484244844353,0.09032211157408887,0.18666266781629567,-0.858989282350119,-0.643030422185161,0.11242476339433992,0.7627739253960412,0.5340048820203804,-1.0320018800155044,-0.14027755442358353,-0.08405527336063155,-0.035236009332057006,0.8377432870287257,-0.91196555479389,0.3951398639342988,-2.2439095902755444,0.22003181345591155,0.36863406412897515,0.3955646996284643,-0.9331976695998911,-1.0386927204116398,-1.7088793004636647,-0.45251522742750583,-0.3434055506498805,-0.4042312226039409,-0.587003587106524,0.1079254259061208,-2.8950690121852425,0.8578136495070782,-0.3029562525906322,0.3182772490790874,0.050100442103713616,0.3493784703302938,0.7359952668943947,0.1365871957179394,0.23452642691801961,0.7278811630940636,0.12559784630252435,0.39800129545488155,-0.8868721199847918,-1.3315503479351625,0.6482667962832304,-0.7409904360601852,-0.6293667741361934,0.6280426278856814,-0.6908093212095733,-0.5416664370193931,0.44027605334980463,-0.31475222966967215,-0.6050287001248941],[-1.2230168761108295,-1.327746943102783,0.1617137853058435,0.6823010760650087,-0.047419743870995165,0.3047751721827181,0.1311713684463313,-1.8386488749686531,0.4474881697278161,-1.2727002997157464,-1.6776449450054636,-0.7880753587786036,-0.5805682020175724,-0.8279954541676053,0.12257396505515229,-0.21153604661020245,0.6061170649057881,-1.6683871417487093,0.03526834380692357,-1.3202184013462053,-0.12705177424381495,0.7361825284494394,-1.510562786710671,-0.781529120776067,0.1676939862349535,-1.5619793327945999,0.8785591800730627,0.9252464768883668,-1.7114833593897074,0.7228817585903348,0.9799518685630322,0.8551105935081477,-0.9446203885372165,-1.8528017967901662,-1.4114130061599834,-0.5701621119139568,0.5822553655264393,-0.2699972640812005,-0.1118769726154987,-0.0911232642854973,-0.7529341139301039,0.22042511123765463,-0.4751342173424845,-0.5503106600885788,0.2774786669663714,-0.7609641820732331,-1.3083497914283564,0.3851016938134313,0.3599561776113622,-0.86044203081522],[0.13135279847618692,0.4271261164105838,-0.514264089458432,0.6920950055387104,0.2485993547377582,-0.9009724955704415,-0.2502660383850515,-0.1993678842081316,-2.227481885677228,0.24775036234430278,0.7230698722972085,-0.8966756137148777,-0.8599524819567322,-0.5695051037166595,-0.5359474771496677,0.32205000043749105,-0.2201735126344943,-1.271882670254896,-2.6059373841690165,-0.4786621740867739,0.2482340637279986,-1.4852874302135357,-1.9756674472087832,-0.22747044897415472,0.9941403208987027,0.6019150105891405,-1.6793682521489308,-1.1307131725061361,-1.7274103958754028,-0.4833592352770159,-0.44625875733221737,0.7132289041897193,0.8870163082910609,0.2015188134168329,-2.3701215140824936,1.0240424044497505,0.061716046038961865,-0.1537552994480034,-3.161241713710445,-1.1276727906052042,0.34239697588545054,-2.909671272355472,-3.4630700053199406,-0.0051034336927628645,0.015922736026179322,-0.7143933938641542,-1.1536810691001984,-0.744139743706507,-0.28054108409821366,-0.14826997381113272],[0.9445616025788538,-0.3146843256874338,-0.31521731915642826,0.38558051838686574,-0.7852217258919103,0.8444073049882425,0.3524207189470242,0.036458323427688025,-0.3795314767399381,0.3513900001734404,1.2061964980094473,-0.2260686780754167,1.0473062998642009,-1.2683771586873616,-1.3742205084108794,0.05919130293640003,-1.8715644871724746,-0.0672802290061494,-0.35508899928199167,-0.49962257991698444,-2.1634108589990033,0.3092716837859338,-0.9070838615207419,-0.2640533280901592,0.015637009640824075,-0.2202613594543468,-2.310489688142205,-1.561919780447902,-0.6675482321194555,0.8235559432358301,-0.43741401222725407,0.1754676191329294,0.34883199097029316,0.2427522986694297,0.26546485411477194,-0.4512758972047683,-0.1055060806438488,0.35503987840281237,0.8331792976681456,-0.2813900962945609,-0.7374380356854614,-0.3259625288448655,0.5258672698935981,-0.6262354011618404,1.211429318295338,-0.7282138652497986,0.8373073766872893,-0.7909462035489425,0.29819112090355004,0.06436889672810589],[-0.02088701486599546,-0.8325187203151405,0.6754206718138802,0.2732097327261946,-1.2466609642545086,-0.7127986198584999,0.5397419147062971,0.8144548957728734,0.29237360636870985,0.1106469151301593,-0.37848927127646526,0.34932248055922105,0.44180991663741753,-1.6659602063666967,-0.04612312271706911,0.6058758005357003,-0.9744857556358728,-0.764700470215176,1.1784116668169955,0.007296929891108999,-0.3378879526253178,-0.14657511298898943,-0.9656291153262979,0.6552693169461649,0.009897690368736549,-0.2731685656833587,-1.3352986280688073,-1.3044314964963566,-1.1932320463007766,-0.8020065953219582,0.40452521422106213,-0.5881169609684253,0.620876458379817,-0.9094645936395185,-0.4311399111565122,-0.6616630711185716,-0.8227889279108594,0.08235102614805026,-0.48739856156354344,0.21063428688946598,0.1569544446012651,-0.08268811144339644,0.6915550534709438,0.04948791535780471,0.9092500782296038,0.25642995339161523,1.002301940216164,-1.4023781130025366,-0.9778991890112702,-0.7145174408047601],[0.40146351473848546,-0.864153675240252,0.11487905745308132,0.07479344680141145,0.06469797217260491,0.8752540006476273,1.366664766226904,-0.2401713664829724,-0.14646997414869553,0.48345780078661604,0.5921256203765818,-0.6428529687093116,-0.38477435539397237,0.3188403451364059,0.213237246390392,0.5719131828666657,-1.7847484970628031,0.6968568670981933,0.9373881095016854,0.92934740014496,-1.0545058345323342,-0.7660666379931641,0.4622633010707554,0.1036432333271783,0.1909776966421441,-0.04708455881372865,-2.2837608899184283,-0.9773815024734902,-0.14778733407969877,-0.43246698092774316,0.13461985838762847,0.3600530704311588,-0.27540852142042843,0.04187591118689646,-0.35597132327021624,-0.5771406927134362,-0.639709588539465,-0.9012828367782052,-0.49578860606083514,0.5071369169640769,-0.9837089524002024,-0.47666303306896546,-0.7853612623687265,-0.5243774600335512,0.8701855691815185,0.048463661169865856,-0.24588481041658897,-1.8794250261432204,-0.6738834366918994,-0.12573135428964302],[0.3045395280518966,-1.2893422734376452,0.38034450703327227,0.0367184793008143,0.16529787267035476,-0.9240118727359156,0.5400541889323002,-0.6934987156349881,-0.9952800966310884,0.3316552679516301,0.07745526055959345,-0.8738357735560166,-0.8348569598232746,-1.972734808876078,-1.8457481347165732,-1.1581294041683987,-0.024298693516491044,0.03140099158268819,0.7606519356574242,-1.083403989406045,0.42177028886544604,-0.8768653909843648,-0.7698521060497833,0.8243226431948846,0.3482542020744592,0.7131621646377282,0.6611736878086264,0.2312753640065496,-0.9682081000493697,0.9562395454452512,-0.18379525308882474,-1.1013741848416378,-1.0609705309665247,-0.7258069983279867,-0.271880727197628,0.47278174133608686,-0.029096879843511836,0.1582154117071351,0.6547040111231156,0.5563413724734824,0.06978340374526433,-0.03555102409284561,-0.9080440735919725,0.2194942511154886,-0.9664863500402352,0.7804230951510982,0.10995677402041779,0.8357018397232369,-0.7229947786024422,-0.0983441844734543],[0.27468682323781374,-1.1950827605950107,0.09101373977784918,0.9416342766791114,-0.06146072720627442,0.37329359399247103,-0.8700046904318769,0.9793949806373994,-0.6128917047727532,-0.7972197057908914,0.49601870853547303,0.6211998800317787,-1.4000376758293147,-0.955655659133019,-0.2704306998517381,-0.1383822054444065,-0.7720164445242702,-0.412780052155381,-0.1063230789986221,0.29821465339327763,-0.6802745684517759,-0.40740833897875095,-1.940920833388962,-1.6299001764444592,0.6601430746263565,-0.8873698047455039,0.983950949208733,0.36733875830596535,-0.2934146496195208,0.6277458809656097,0.15177213139959522,-0.7039551499107022,-0.7527035085160448,0.7814151827190291,-1.6765276522918597,-1.4761994565183392,-0.19353904815798423,-0.8881159090794002,-0.6405255181084913,0.6682092999949363,0.5456560290963058,0.4076210716928426,-0.2912214799526632,0.6295261720532944,0.6717224203161,-0.45780588993652704,-0.09087832307233212,1.0087002391019135,0.3348849126672069,-1.0586173060561737],[-1.6271471233347112,0.5881248173810304,-0.3827252963383331,0.08095981018919642,-0.49256082056800726,1.170830920626262,-1.288106899560204,-0.9489048623924004,0.17928840307823735,-0.3499432431108489,-0.4416322416160951,0.9340142967401306,-0.6598502180934488,0.6720760670264571,-0.36176092031944157,0.7663803853620746,-0.8071260326484022,-0.3103027707194871,-0.73516832845025,-0.14464449036543808,-1.1658453836869225,0.2105292867592134,0.48322310205097213,-0.1600154563228212,-1.3019956447036687,0.4862576607336062,0.08419177811641036,-0.797305725017237,0.6735667320077516,0.3478756354006934,-1.5077506466176156,0.9428652626161234,0.6662409265584246,-0.49240099767917467,0.9639369238359621,-0.5082722085858451,-0.5142791653096108,0.7216507861949171,0.26456722262508015,0.5535801859010665,1.0857050156645984,-0.7394920028925218,-0.11534522306515733,-1.577955118771387,-0.9073722392082791,-0.45008375254323907,1.1597522495318968,0.006826463926438018,0.4411513555822369,-1.0497612736881379],[-2.2215492018277745,0.9991325335769219,-0.6719255290919837,0.2885240415320989,-0.16490935062539616,0.9735303047390996,0.06533675625253613,-0.4605980180285865,0.11248588881794168,-0.22732960154442156,-0.08190929742876697,0.5142188522873239,0.292484603685822,0.7623603922108192,-0.18893317913752508,-0.18424703220556973,0.10905087487503558,0.38799804172087404,0.1617234107563631,-0.2582636552766728,0.9284303256015417,0.6693398587036751,0.9836229628947178,-1.3264959602192548,-1.321268928687831,-0.34264555830012916,0.9248889123052777,-1.2927906686153663,0.8609476461865057,0.3881437168761857,-0.6693264040039414,-0.41539370468348735,-0.47378189707290524,-0.749091819922346,-0.04829128502471776,-1.3443462453359887,-0.31728483978523486,-0.22946245227662973,-0.7728888376978841,0.5042087562696231,0.8759841112846551,0.03742222616347234,-0.14688057837894689,-1.3587099585217375,-0.7474800096416547,0.25133320601316783,0.6799663135565597,-0.2378155436697023,0.43004702276967083,0.5980443125966497],[0.37959449839984316,-1.4006730462973125,-0.30041175211277216,-0.5619792513479112,-0.456086507073572,-0.4359263910337754,-0.38960342149925614,0.22469898920522793,-1.9187750831084527,-0.2244403038701274,0.4919021436055476,0.08387915170746177,-2.328718301159737,-0.5443995735860323,0.5074503224629483,-0.6516933827721026,0.7052916283355823,-0.9030991571605684,0.11653263816128527,-0.13941273793796558,-0.5142831355668387,-0.6463152437818753,0.06162631678495371,-1.5185728767494684,0.8563611175749775,-1.0526414910654271,-1.6110733675401905,0.6841880967921291,-1.7248004775182888,0.035097766448151727,0.559345321433753,0.4219638464571945,-0.4132909404481652,0.4970042811874011,0.3762613629269094,-0.621465845893602,0.19609656126813071,0.8997239182145438,0.6499589737410782,-0.30022087085159727,-1.251424668449225,-1.439260776252295,-0.031072196654582617,-0.8600689460805665,0.09014884742836658,0.9356853184474642,-1.5262337116666016,-0.3871590180417415,0.5456910752141052,-0.06462158956574113],[-1.7831498867490658,0.175683525335143,0.3537260430793279,0.08994690428686376,0.5516413151052736,0.4094149023895289,0.5494579930906209,0.851698861263908,-1.8716502743266386,1.0446169739014128,0.7851186808848608,-0.7708646930708041,-1.4935466849261365,0.32151289205005645,0.4421544641555789,-0.513971451064178,-0.8273522799429109,-0.023387207072631148,-0.09308013643528955,0.8388625945682403,-0.06242711235723872,-0.8062544187323403,-0.26991497011058146,-1.7472213250048056,-0.21122831949634718,-1.396182367389263,-1.5842131964137045,0.6816100260121641,-1.386499173004832,0.7048473941946575,-0.268608090748231,-1.1128703532144943,0.20472526490085066,-0.4744684393978801,0.09552855695267796,-0.4472825907799954,0.9580140617162972,-0.0603681177717001,0.5638666543672679,-1.603105960050891,-1.8922058333134424,-0.6552001374683455,0.35572394342135544,-1.0003426479003716,0.7154419169666705,0.42196510435100226,-1.4134249311223968,0.713896252559194,-0.33310456480792183,-0.441849539978277],[-0.5630380501223025,-1.1225264945396223,0.528621833507279,-0.804172901425887,-0.13296116124898186,0.3093370600827395,0.7087326833860851,0.9567200098106863,-0.9867973222954608,-0.4974403437858925,1.0278766615345754,-0.6902819455089783,-1.8766994553898682,0.14164347934136579,-0.35392750179225063,-0.01635664629736538,-0.2521393396140316,0.2716154362003567,-0.5062491462183832,0.7795313880807415,-0.8905722759453459,0.7957969173820344,-0.9756289023662561,-1.1057290630652465,0.9593087364364462,-1.0422306006134694,-1.1465251708873114,0.4540826415775864,0.5690826535931356,-0.18625714793748932,-0.5723990550248473,0.2973501239772936,0.058816120999289456,0.9599768461031876,0.6449163279759065,1.0656324195719402,0.4485889112523585,0.30369615910361775,0.2793530243816441,-1.1010064512779478,-1.2349919838923076,0.23794281444714135,0.9510364457529619,-0.9360230228004375,0.8460382845409091,0.9117192414359043,-1.5071819670488942,0.8943810713023383,0.5200883958585665,-0.4894486176332865],[0.7504712396325033,-1.6050923529743537,-0.43093423428959754,0.6091150899721074,1.2000583470926727,0.140702805492482,-0.7587918534622172,-1.1834842296961798,-0.5044187887852015,-1.5937198073392673,-0.6358212307675535,0.7186163106960751,-0.0909581699682265,-0.19724600042041696,0.3363015363132846,-0.45147222065223547,0.6451137722257819,0.8435551629345596,-0.49205073964977825,-0.777208916002122,-0.7030627644025272,-0.530117753693213,0.2483706584775639,-0.8718485293245614,0.9394358416579264,0.9414689569701512,-0.577148682384777,0.37840962584457016,0.5959761312722447,-0.2512600711779064,-0.15550839295452146,-0.05122651613671106,0.20503202861696368,-0.553802190272259,0.46372710314450305,-0.3479819299264722,0.16759871065235699,-0.5948389007496079,1.4524370377894351,-1.2629147675840453,0.05144165380126196,-1.2464543754862256,0.4198708117210028,0.4488058896118976,0.9947303425497898,-0.7281070788114039,0.07548680253180559,-1.67637706577701,-0.9280497319257515,0.09436582896403613],[-0.005528150605772541,-0.4099197762521937,0.3905156019588944,-0.3461784922866658,0.06939812918290732,-0.21313233350572955,0.6428453314211822,-1.0871476973183811,0.8814350831874669,-0.7722031604164779,0.5321083424511504,0.17507654938250422,0.1077685464262381,-0.7333016568116325,-0.6974421967095624,-0.6145461312127541,0.8273261053266442,0.43659740149784665,0.7464823473928482,-1.6939337657660996,0.659340911129918,-0.9491175615613596,0.7010607043435892,0.686965071989953,-0.46424257722413137,0.026066186144618746,1.0169419860474032,0.5091621698876753,-0.032745145884735254,0.4559145579291434,0.5699466834742928,0.8560560271660405,-0.6684492959543037,0.7508634712801687,-0.4833539047849253,0.4185962124018697,-1.6682527635354936,-0.08065635613559453,-0.03392629996469866,-1.2627507437544678,-0.776799480913183,-0.26376127254268683,-0.7459029092098403,-0.5615103527183813,0.5888428107546896,-0.7400324924112535,-0.4827717491022661,-1.8342486212291425,-0.17132042474415446,-0.8713412407258861],[-0.5211576559362723,-0.7918405786034352,0.8026624331716238,0.04957760070681401,0.5353468360651252,-0.4228417802110601,-0.2493358829815546,-1.8929187616730645,0.5955212448244072,-1.0733742782703473,-0.42772054675641064,-0.1124365035507793,0.8646646647403212,-0.32194640186637197,-1.727769308716539,0.6909688551956046,-0.7519150097571409,-0.20544729875650547,0.7598822784632105,-0.8103571282927808,0.6608692272112029,-0.7124050718443125,-0.6678795196099617,-0.5532867068712302,0.30387203668761853,0.44405998688069076,0.21038957516330128,-0.02328562482849781,-0.6141837109115054,0.3715825664000071,0.6270468015837345,0.6363262462242726,0.10082105954198232,0.8558764881633008,0.1440235189297685,-0.2826831431661248,-1.079097917817474,0.8914671507069188,0.532206924080912,-0.9296070372542447,0.4229449370556293,-1.1412542239259054,0.25467513657788865,0.27771452159060356,0.6662661145633457,-0.0632958722648209,0.6044918527321052,-1.3909392979171284,0.1770899776839393,0.8219468198571861],[1.423121356192066,1.020081916293676,-0.3784696036650014,0.1839020124614638,0.0741209745997178,0.573275643510562,-0.7995958987306676,-1.0726512475467858,-0.1911238844494507,-0.2007788263300942,-0.15685352824926194,0.13784145312636178,-0.7458649184553583,1.1030497730316937,0.846173205043182,-1.5475307388490755,-1.1588065302264907,0.2925823577012176,0.2767498796644861,0.13453371788678706,-0.6323703427345657,-1.9403739918706613,-0.35346824288078066,-0.4744887627731137,0.970680046828607,0.31229276031141834,-0.5730813248182242,-0.8770068238772297,-1.5971055203082885,-0.5619400691676721,0.3932055387869156,-0.44914107152429855,-0.2820591127267679,-2.1005068018360613,-0.28379638873914503,0.554640455301714,0.5964261440011627,-0.9790280905541838,-0.20691721878185113,0.6145096563904998,-1.1380663486198315,-0.10994486561881114,-0.2911708383286121,0.46030182731893826,0.8219816895814112,0.44216894105907206,0.5808276635368776,-0.9940530325717496,0.18272506371176636,0.6690837548274119],[-0.08949455134534687,-0.5039668821950846,-0.7569645883596428,0.08091499601372423,0.2448270546019799,0.18859054695192654,-2.575469029143767,-0.9100601113710646,-0.11406569542632483,0.17711902135727972,0.6442996230214373,-1.3249422114615244,-0.6247872489825209,-0.542525136994256,0.1487361193345864,-1.5888622200881175,0.026833990364441843,0.46942899957067263,0.5082981875717024,-1.2746023165006626,-0.8637595975099266,-3.239430976326832,0.7098964592831618,-0.505798320798758,0.907417681455742,0.20611162785986048,0.9802242390495358,0.3605648328373535,0.4277076360291609,0.4684198018022665,-0.16264375304474474,-1.8078355400986037,0.3317818457956606,-3.97542836390811,0.2202824654765325,0.5969456744888046,0.8132531298487286,0.1991867596391338,0.8975210773233403,-1.4478046247649388,-3.227015880068681,0.6954820642444118,0.7436624494481108,-0.4388576936087203,0.7457758898649507,-0.012310138653061745,0.8261740012501279,0.866279451390223,0.19064569023665676,-0.4595782625695577],[-0.09358423296349128,0.621304083417259,1.4042959304074898,-1.24735012372548,0.48143330272523216,0.6655983492723849,0.004332252708007765,-0.07403443605685407,-0.4555112413924204,-2.037323176917971,0.6959682944687113,0.93522580464536,0.7990341770654423,1.3606154475787295,-2.2049392505034224,-1.3784644066395007,0.383630444762709,0.294417510597545,0.9782031758489698,0.5812439651301179,0.43727034794245334,-0.5011933433333573,0.19708580072399412,-0.2888666731092355,-0.08909471009888342,0.8205050407943323,0.7650312283008998,0.22375596002279274,0.4216297939428838,0.40766679635522857,0.14789613528755777,0.6182728892744807,0.955636912133377,0.4290447771563788,-1.9197121120675547,0.029088983134639406,-0.21184189348790644,-0.28264544067351927,-0.05776001240684965,0.9144623623471474,-0.6096701047755593,-0.5426976933006334,-1.5175654726441974,-0.7708852133906439,-0.5887143473387361,-0.012589968605044818,0.7593076614510105,0.3218111426699279,-0.34584811868452425,-1.0031540452135812],[-0.8880540775279364,0.8077503826586308,0.11668282752777405,-1.3436010075033658,-0.32799361330185434,-0.04865549041533497,-1.1684063934166786,-0.42769033375204085,0.2402013927225287,-2.529069605098882,-0.5468187790609083,-0.9113423935781123,-0.215742885900094,0.6738252497609107,-1.683261465653275,0.8055770759158694,0.7935256014793322,1.1287597916710541,0.7865934925842917,0.399451916862175,-0.49143538576918355,0.9752210342593174,-0.5430775202791419,-0.6865075017799634,0.4744396417075063,-1.5586248885955558,-1.0489974949113277,0.20528739689642983,0.7416658343693074,0.7969893483578463,0.9469112154258097,0.5436582798120679,0.2845610890239798,0.48682067916504324,-1.9104980362208137,0.7823516026315116,-0.3954286170396554,-0.8283838394437826,-0.29195563395130997,-0.7984593094572597,0.2297821477289288,0.9958750840660325,-1.7964564411233295,-1.7414348963596415,-1.6848977980382847,-0.7949515162399817,0.1860623306970056,0.9270346631441858,-0.5129609625445171,-0.48993172117451156],[0.18007400428704365,-0.48365814814658514,-0.5905650103892954,-1.275961149094986,-0.19883835826847565,0.827353059879524,-0.10759681304280078,-0.39611976923100567,-0.7316170530710214,0.21791717881434702,-0.4791049022866112,-0.29383640466983363,-2.3423622072493684,-1.706452702920143,2.075284618049177,-0.8628004460040588,0.5396473400499232,-1.9854565394217658,-0.678662402330116,0.26780481133753226,1.2977364131105835,-0.37933171752063566,0.8460487611094097,-0.5004465082784546,0.13881814779336363,0.7483327771882665,-0.6356019791936154,0.8831179032239077,-0.4823796420120435,0.9048965257831949,-1.7465757061097884,0.4334569888061467,0.796912153740773,0.35085374503311006,0.6471562569014826,0.6069594560037573,0.6903173490312022,-0.012779875567076476,0.7863743333011824,1.0041535284300802,0.8880542820187977,0.04699296785100969,-1.8167948146049278,0.8402606816342189,-0.9216981670537283,0.7148408412034906,0.23808422140286395,0.19147080665676175,0.48812200486224977,-0.9254678932080392],[0.5633241534578873,-0.6308539926058021,-0.3916381717351572,0.06311795812776211,-0.9562634057987757,0.12366553746987534,-0.4042367414440093,0.6589141694416288,-0.5678816413779111,0.1823112056073366,0.16873313527233008,1.1847476604850944,-0.9965683353344855,-1.0276683429191389,1.1106108808816217,0.012404766069964409,-0.46319443780971314,-0.17533135020304694,-0.2152092353380874,-0.3972113639001138,0.7986249455249227,0.2534543551920924,0.7212457164934665,0.099452934365467,0.34866715545402366,-0.3960234398191638,0.586239978092368,-0.10959210565725305,-0.29460971777434175,-0.47278570678534537,-0.1898197705772386,0.5274198467647473,0.13266105615121782,0.3819840578664177,0.8537281446391366,-0.3396880602840004,0.27373375832052893,0.2706026531050383,-0.29521797596326604,0.5150060575456842,0.05523525663577128,-1.6635811080010108,-1.1314241260934519,-0.13946719810486707,-0.516613921007719,-0.8044962701080071,0.18553628415537995,0.09479120929354128,-0.34950350771563266,0.7129885139340507],[0.6214805470433851,-0.10838180091454093,-0.5130904653868512,-0.6483777085717961,-1.9291283222879507,-0.4504786449461771,0.019424127661525584,-0.43119031576528694,0.30162426655316704,0.03989588044152896,0.2270280158477266,1.0200179717822981,-1.8700228439232909,0.2471621555029424,0.451794853111179,-0.3338196534736506,0.5867197825444674,-0.7133612431739271,-0.457936249533864,0.27613679311094824,-0.16876579385752116,-1.436638855433276,1.0538169991929158,-0.43593779732491156,-0.6595044515453362,-0.5552387255831891,0.360692693669655,0.5338375018613811,0.5503199296169993,0.6200741154245567,0.35348790767459526,0.0055985319440189476,0.11478913120392631,-0.39363040004417316,0.05449609758368015,0.11577482459222031,-0.11811438650644678,0.1829480653672655,0.8037094884561955,-0.6929972192317542,-0.2548599540630715,-0.6572349105180849,0.2634527276350876,-0.3777311720455489,-0.288234398366776,0.23608581592130257,0.046586485719219174,-0.4894144381807189,0.14646005642056417,0.09023104472884534],[-0.424481633771384,-1.1878426554305856,-1.2127909323288866,-0.08966724024651601,-1.4820457590992975,0.486587168264005,0.053869971042581566,-0.5255721127263686,-0.6139329299935354,0.23923427376357037,-0.2964666249672646,0.5162278236132608,-2.92965379798156,-0.3957153619815927,0.7395632652921471,0.953222066010639,-0.586638153687581,-0.243824778641071,0.21653704936485416,-0.7757587310320019,0.3271287345004937,-2.3475425817750746,0.11953116383519653,0.33366655180092475,-0.29975639259228587,-0.12005026722706821,-0.4034672951839565,-0.26025537752995004,0.8970023909625882,-1.0486795349396394,0.4225754624627611,0.2776587927407738,-0.5567177164668443,0.8099667720049831,0.9905253685575078,0.9289407936777413,0.5012284325439097,0.1812598918460736,-0.4004948192456009,-0.1662512291865669,0.047867464609646124,-0.28842210838480015,-1.669456718392934,0.6972234660454837,-0.2468886116989754,-0.25766850632310967,1.0144399787026614,-0.10719067948062841,-0.2196815836296357,0.14434014308174847],[0.7098967039632031,0.7193506240178863,-1.0991078672788221,1.2118973949587195,0.5545428921316518,-1.0834545533478719,0.8023578724737636,0.8198786245426906,0.21834694146376676,0.6985008363290918,-0.4729897627306827,0.8693406676291191,-0.11258960803731889,-2.73490031382528,-4.3741770625200855,0.27089056836642744,0.6248052640620506,0.24230469198534987,-0.003232416912034862,-0.22092162481770522,-0.5832307318592777,0.5647593316900584,-0.2505383411333181,-0.12928906091594689,0.31125447464553696,-0.8125910296307031,0.5990235166268851,-0.3138624764497942,-1.3699833902348733,0.32609491427634013,0.16636127310072288,-0.00832072015962021,-0.1577443968389712,-0.21609831132086066,0.09044922037676557,-3.4270843755385285,-0.9779379923469573,-2.2891541205210286,0.4895618475915282,-0.9374117647633421,-0.9956777067691075,0.6636371581134661,0.6335964501598117,0.28387390934140266,-0.9386505808414146,0.47142464660751543,-0.46488971530297213,0.5147658441693501,-0.941931019831889,1.0049018144363224],[0.27815590736115636,0.22224441381847546,-0.3681294392711374,-1.686214300391757,-0.620991630585833,0.08355343883463741,0.99611925025296,-0.942516181552643,-0.5847863479089569,-0.7615532846894773,0.4378608597014885,-1.5483658724836953,0.5064148987878503,0.4557380524029073,-0.2567471209434554,-0.32373757118154234,-0.3174209112245136,-0.3736435629849852,0.6394295018049896,1.0315360972373397,-0.6813898137678391,-0.8950442796294773,-0.8301508798456312,-2.7017970965022284,-0.7892120751485593,-0.2661433877736899,-0.9683433325600941,0.8257154967763057,1.0111485553357196,-1.3372815026699727,-0.6762659997901184,-0.025462624337405548,0.16858677585981227,-0.5917005062566294,-0.1449505724057735,-0.5190078151724249,-0.2776045756957155,-0.32227847656066755,-0.30111582744562915,-0.3836098044647079,0.2675663192913905,0.6796722168131492,-0.4292041046756696,0.27983972047845834,-0.9615542741342054,0.6350591497195046,-0.5513774694398016,-1.0887804501598473,-0.518217512647994,0.6772209365670018],[0.4154073326784497,-1.0508340483840506,-2.3973129397190576,-0.7428497482840282,-0.38021929313530145,-0.8169233364255798,-0.3736326836211948,-0.7259836834636936,0.8924851537726579,0.08960530531491312,-0.2694608960776078,-1.6937391460634041,-0.01286909601992993,0.5995184816269742,-0.16926312095051657,-0.7076979907654407,-0.10019692943628204,0.7900870365566021,-0.1217269409186456,-0.8068843828983225,0.4937658022328424,-0.6080007216977694,-1.8980948390900259,-1.2768144844085347,0.27711178229423233,0.5153898221920896,-0.37704808787391353,-0.8123292880937669,-0.06874044831536168,-1.3785481950216165,-0.28993392868010587,-0.0629168330113528,0.7725591415881042,-0.10914479110505426,0.4409328862423372,0.9046361047982825,0.9650660890430685,0.49816872150792724,-0.2382791466021537,-0.34755870722860777,0.06953032123824386,-0.08440814274786866,-0.0013346612464713407,0.9588280760537999,0.25734608486055766,0.8840668502131381,0.400140552463747,0.6005211005292729,1.1336166123969655,0.8231462556755328],[0.6706640328369109,1.0038106002201068,-0.32324893590277576,0.884523379250178,0.20288842038053612,-0.7137288920129241,0.10142450567190472,-2.1716238402103776,-0.734229074944501,-0.37228732236622303,-1.2910845785999148,-1.8248219167683688,-0.29754092777210994,0.4280346775818114,-2.8005717400760233,0.6631561442609963,0.23137524985417257,0.04619491634097047,-0.023532308580352056,-0.5146591326049358,0.7094351360936764,-2.0557327553616713,-1.8305005939769983,0.6027113432948678,0.7598550396495203,-0.8547504706855971,0.2558176569460463,1.186441292018834,-0.37294415043142193,-0.9855350939513347,-1.1162214347312185,0.08760582204792718,0.794406783650192,-0.7512837310581812,-1.7488256257154007,-1.2108985504090057,0.03391970406321917,-1.8448978178125208,1.0429565347511558,-1.3155290768430778,-0.08347318355250599,-1.066786629562343,-2.065327751996242,0.04960411211684183,-0.3725958654034787,0.3233132699967979,0.25026000596336373,0.5948012643880624,-0.19127159703592433,0.1317956274892469],[-0.7999051994966173,0.18795781508262963,-0.3882371576081889,0.2791325511236532,0.25176642133666466,-0.40820893016517545,0.5244102339599516,-0.35643127473713115,-0.31488462047720966,-0.5903830327783388,-0.7310552398194702,0.0536372324191338,0.8942043642475601,0.03834894723172546,1.5912943925780192,-0.3711470489383178,0.20776345146726458,0.3340738467700961,-0.32612545016872324,0.3618145931007373,-0.6918582162958327,0.35908991953430525,1.168045156728086,0.007111534767113788,0.9341542871520313,-0.38036669201734485,0.17129824662462667,-1.5691972418241396,-0.5274721054661216,0.1853098254845806,1.0787986613285976,-0.08581760795692185,-1.877031104736298,-0.13794498713574638,-1.198350842993187,0.4564955269657281,-0.9635551273578005,-0.702857512452555,-0.25614805366082266,0.18523762361177443,-0.14173012624216977,1.082836898123123,-1.1722892573054284,-0.326125292478194,0.09867196801352102,-0.917848740692768,-0.05862035080385721,0.7065038704708914,0.1910479677252438,-0.897717246786484],[-0.47258798012022357,-0.1910639746801989,0.8516255298430048,0.48172891343886654,0.39846405851720085,0.5844566015837802,0.3820297282592058,-0.6977364449138879,0.8857246884370752,-0.5397359855127514,0.2634682687980318,0.17659143660815352,1.0500863868821475,0.874765618748696,0.6261121502226962,0.7173925875832026,-0.05797584784441919,-1.015607592083312,0.07553250214000422,-0.22501301826071907,0.010586456883619057,-0.8621432686760988,0.525205639807625,-0.27506057676783674,-0.6172692665511151,-1.3232785511240988,-0.5745492327414508,-2.2921295674245328,0.7243293743851378,0.30305046403092356,-0.3533606663627995,-0.07795453066056178,-1.3861529370033445,-1.202318180369775,0.7333618443753626,0.35570443799492885,0.44746460468820026,-1.5214372105984986,0.12762872197202543,-0.12847645603586907,0.7576858490656795,1.1513206522753543,0.20951205106673826,0.8619636264271897,-0.22562328475835305,-1.0912859778907629,0.21532379895507375,0.16826547725472235,-0.40099240376030054,-0.8644553046555218],[0.20549465167259062,-0.744730008710902,0.6971375596520206,0.03967574305159315,-1.1923713140882108,0.4429485073223023,0.5085760394431381,-1.1834454703309158,0.7550753727952494,0.9280765038833456,0.422523424355279,-0.9662965249140768,-0.625259709959618,0.9906203890688301,-0.2689859410035887,0.7919304670054667,-1.9470089818514351,0.5185401206739476,0.6217977569946909,-0.775379905275383,0.4331380097021378,-0.4483831097764827,-0.6377632109495289,-0.15133461010967905,-1.2140576180777798,0.5716737332181993,0.8897631245195151,0.14283493714717543,0.1204314573441509,0.05459536017826541,0.3828876382682947,-0.6944807422168251,-2.724848622520885,0.5288269398874693,0.11692600100948415,-1.1097727977452843,0.033178563536856866,0.6959117442929775,-1.533014790155857,-2.0796207018153696,0.6762314749376357,-1.342339639294836,-0.30189676218919875,0.3891917020514084,-1.664122408300534,0.8579726350396442,-0.8903876565964138,0.25092675147211574,-0.07571158090184642,-0.034264757708008214],[0.13225549176397897,0.5466775301864341,-0.23520626285316842,-0.6168248088205742,-1.9150607665338693,0.4580241917539619,-0.011542643112435353,-0.7988479067081923,-0.7757229247876788,0.7278684474846985,0.06421815100757765,0.2975542526497664,0.7648030341630785,0.6450786744341818,-0.3103856209998498,0.8408684388121159,-0.8963023898595764,-0.4279935370167053,1.0254153816834253,-0.20189713355744873,-0.13975061128867752,0.09815464489527567,0.6070385509303717,0.44835416975479586,0.5631244026811955,0.95534409393479,-0.4271990999075619,-0.5609259431834595,0.5762855263275665,-0.9332100186770149,-0.9037022446791477,0.1852634887356228,-1.00677851545399,-0.04814911600429341,0.22017846434080163,-1.3919862450256628,0.33759525364904325,-0.270408686078221,0.5504846353700596,-2.2740545090236206,0.0836390951650904,-0.25799277386197217,0.7580787846729714,0.6488718468739136,-1.3343839306084886,0.1137044426051613,0.3908345406617039,0.4560816121204297,0.2368639050824229,0.45354830846373606],[-0.556759152136083,0.10144641784656015,-1.334160621662539,-0.3442178413014809,-0.7288418519269722,-0.8739108087616579,0.9585695841858575,-1.0129810616352501,-0.3292862759632305,0.8146328273245886,-0.6106713121696473,-0.541063013485634,-0.767771202760318,0.5921834061593865,0.5143430660620352,0.8445208210814191,-0.3770607770571411,0.6012690852224157,-0.4641358902370392,-0.7717550035376246,-1.3306046134837333,0.6669081348501333,0.8557031997785086,0.11080625335261307,-0.5871588384690251,-0.018889955353213257,0.3956464817191332,0.30654228016877344,-1.0144798272481717,-0.40563597430518394,-1.326360529829241,0.6509154883457239,-0.5589308088315895,-0.7999630638046955,-0.8888182551599907,-0.3332469392220567,0.23175038358067307,-0.23241133100763445,-1.200460743763259,0.43252728054580614,-0.6123751867782182,-1.0635079682496398,-0.28391183874273607,0.5052921741851185,0.08812123388148688,0.14093106664501134,0.21132428552234542,0.6212313589846097,-0.8931281468838468,0.3462002187388873],[0.5349405137925044,-0.03420147139293794,-0.7497174614599049,0.7983741228650054,0.6699582377257237,-0.07508619539304101,-0.6220618978040428,0.6460003853664708,0.40331676937503697,-0.7162383756093452,0.6464023823312105,-0.4755485476900814,0.1372469399277125,0.044652805536691785,-0.008115731533266755,0.5391882458498423,0.2989965205878624,0.3729421077962077,0.24306483102124243,-0.8984038952233873,-1.0785488807103871,-0.07985981382848296,0.6498884435443496,0.12164687347895112,-0.8308420458738622,0.11619012634810658,-1.050930856191678,0.06907004814025286,-0.46771276738021667,-0.5721970874061981,-0.5434113520494482,0.758451022946832,-0.2824243195800721,0.7078782770653517,0.2167831036263847,-0.7957171442948375,0.182027922862457,-0.5700577229078135,-1.9430121633742596,-0.9374213976684983,-0.6789884670971509,-0.38113029108591484,0.05271237702981528,0.1529344322480436,0.9947961385894523,0.8789366602431222,0.0364072606178705,-0.1588002275240595,-0.7725700457835731,0.5620808175970663],[0.6292248590242568,-0.6136291766319381,0.049858339952159936,0.8041860069474416,-0.07039669589956596,-0.13113539576555272,-0.5799350597205036,0.057001956691499565,0.7159680389369851,0.28637009747332637,0.09286585321326811,0.15378330775414104,0.3077470684328206,-1.135223053223055,-1.5446195157628222,0.7573158221370403,-0.22592038478702783,-2.463646622411285,-0.7766750658061118,1.0058404987931668,-0.2640317208230275,-0.6046800483044861,0.34170675988670285,-0.07173168701812296,0.6768124799148866,-0.977145268172582,0.02368931145355667,0.7964370367341123,-1.0656390153863875,0.1748573641919634,-0.5868980972561865,0.7499219242846774,-0.36352370451020866,0.09803006473642141,-0.11163664168030993,0.14715198678501704,-0.056995980596874156,0.0504837587699583,-3.2050218068083463,-0.9221552717652267,0.18238936614183407,0.6366735863158424,0.2975129034123115,0.8285051865704829,0.7154927821786148,0.30065295276229753,0.09020493082661174,-0.47951997842720895,-1.2156705817643783,-1.2823250866863476],[-0.3781457673667649,-0.6462324040464117,-0.3124557915860858,0.35770914684751454,-0.3226986647007429,-0.887364391384527,0.460115584392126,-1.4227935254096575,0.9900449339651927,-0.2596885036301805,-0.47594072178311786,0.5566590687445182,0.9661514266895922,-0.41666751861656653,-0.37349678951007387,-0.5039942884129521,-0.24258491465958212,0.4336724928619192,-0.9384618869147806,0.4734662088919965,-0.23914439670876744,0.8700987776060458,0.24718496536171666,0.376915121666489,0.6855765062181876,-0.20392097501050901,0.5877432060545501,-0.8178027941355457,0.6834313397396312,-0.7289535588577492,-1.398545232879771,-0.5425557031363151,-0.3002198890356504,0.8814361878692639,-0.09703145915641563,-0.6597520919339617,-0.8894328261447355,-0.5673150922799581,-1.0653136858454877,0.7714825222676078,0.43598573263966545,-0.1737905738521992,0.8252116741267707,0.10408352147405657,0.3336823879678458,-0.24740298167591931,0.06440423588689854,0.5055829582617941,-0.7753367307776726,-0.9544466626658098],[0.5784176489377205,-1.5873168257545007,-0.5450718676947747,0.49020914365922014,1.4158943675179787,-1.7512112199210974,-0.3132590869369842,0.7054312669154431,0.8608035596657575,0.854521471443261,-0.019394066597239853,0.4724309101443052,0.40544765134756156,0.9216181507174364,0.608624687887252,-0.9077855661801365,0.38134091926512315,-0.11453001603448043,0.9838811930217588,1.1283242393019222,0.38060091664168677,-0.29618254809149147,-2.8497707544321362,-0.17620275014061051,-0.7186096768835023,-0.6515356236041703,-1.5696705412206446,-0.9183887355564981,-0.702932453403857,0.765126812575054,0.5529314127969245,-0.34871007968802237,0.14027010049537736,-2.3113205943098443,0.9518292459094351,-0.5568380074323798,-0.4377807437417936,0.6599799364161469,-2.1195627355739806,1.044330710072287,0.5777953304836331,1.05310505632671,0.4985391877532304,0.34957454666080134,-0.049167837274942006,-1.0556562734907542,-1.390607129608936,0.9621488357925392,0.438875456223685,0.4122620195907038],[0.977440946941115,0.5185366398033424,-2.200647820635245,0.6868943202730706,0.20539410261461313,-0.598798119296049,0.010390647494065444,0.5185181314991826,0.7744173708037808,0.014976284325547413,-0.11669763661181741,0.20378245855985755,-0.48366933174252214,0.2625965625001273,0.060522876876487,1.1098573205301963,1.0201697328947246,-1.868176751005882,0.8323692546310858,0.007424025478205129,-0.4311944642023128,0.4950477686043079,-0.866842187995966,0.5728167848439346,-0.44278571640704745,-0.9435488988509037,-1.2594172664319991,0.41818198362218356,-0.7613988514928325,0.04740430942819903,0.04271711432181551,0.05592893471141196,-0.29904094461547376,-1.2308547984640106,-0.8263322299042613,-0.9615183033869149,0.7780752978708875,-2.0688173303838067,-0.47976809511828467,0.9902894188387653,-0.36060615105066784,0.24578881792926904,-0.18606433363321284,0.46438796292285744,-1.4981913266779172,-1.3966106431750995,0.4932750976658915,0.5119988255905306,-0.35990849803659175,-1.0091044011785801],[-2.006917982503445,-0.7292854830324342,-0.970295037444887,-0.15377312457850892,0.8744939072186517,-0.9067783090868725,1.137876404423949,0.4866665206462985,-0.36026335487693784,0.7883051216909885,0.9125397241261375,-0.29970053484892895,0.6211587700695513,-0.9413446671895758,-0.004391149557187526,-1.4994307405514395,-1.022159993156367,-0.9815381173910499,0.21808055054787392,0.9088444055617285,-0.2562462053109704,0.48574315885034386,0.5644265576464872,-1.0257681979914035,-0.1478249085834051,0.6355020096936967,0.8876359205851188,0.6250042562216135,-0.049175766849319034,-0.23673782092492868,0.03277725173183914,-0.663834393907507,0.8394998418969741,-0.6216132719636168,-1.097787381979138,1.1414232653410288,0.3632188401316909,-0.455208132246002,-0.5616132826708026,0.14113397794985377,-0.1849451492777156,-1.073341121375744,0.5916455875746157,-1.0328320616068316,-1.574264310982031,-1.328859077667964,0.6861882204978995,0.16356300173875457,1.013495895411449,-0.3361759248336816],[-1.2747478757112398,1.00951287489886,-0.5226296776158467,-0.7556751577915543,0.3955841164946566,-1.12388191032494,0.7609174934372477,-0.6072181805170814,-1.0770492998213308,-0.39400132118936687,-0.33598390270012096,0.4291724785384093,-0.3104275429905331,0.04807503003803961,-0.21078350823229805,-0.37190968474257513,0.6943956770682834,1.097171266719945,-1.046340195476763,0.4833369557394577,-1.4715300449041715,-0.45955817580081143,0.9211091245745004,-0.19818053698427965,0.38602689177694466,-0.6135269501195294,0.45559432690642193,0.5946626537204895,0.3301985389411237,0.8436505253376346,0.21321039052614435,-0.3108512948005238,0.03413663687328561,-0.8243435563815463,-1.1346914980841878,1.0195482090731753,-0.8511407394553016,0.5125862248309803,-0.44237194907957533,-0.48306964782039186,-0.3680947965471775,-1.423688990285563,-0.8281411716319735,-0.6699174762300115,-1.7609013424707192,0.07618678939590916,0.5777226420507772,-0.39780841098505754,1.0650339125563553,0.9833855761826372],[-0.2029243413448611,-0.1799494079708224,-0.1873805682975821,0.9139636366157046,0.6004754703404444,0.6415963041525414,-0.10616935848884095,0.5658321452465357,-0.29513167065085927,0.4473449867080216,-1.030434602055992,0.6280583556606741,-1.2044693767762507,-0.4337146620802653,0.9655786982626687,-0.07999417975004114,-1.6099883925940202,0.8055899731775967,0.8565481575021806,0.26464148087798206,0.36893801460479153,0.28465658820388007,-0.5978787246260355,0.5411542487948295,0.30365767818729467,0.5505760631400606,-2.538173704253496,0.2501329985432577,0.2524287269781473,-0.3498382053275193,0.9675764582907805,0.9311778932929398,-0.27834857645769256,0.7065322466114944,-2.7587072417577834,-0.9121805268646469,0.9730596019698088,-0.797300499960085,0.1456655195803806,-0.07960450081577541,-0.6673685640352669,-0.4367514111414435,1.066177324505691,-0.176780741682239,-0.6260903695410557,-1.9045810734088613,-0.43129443381345883,-1.2504654991625674,-0.7632207804738464,-2.152386224752105]],[[-0.13882444257826276,-0.7320156575306007,0.07014390594389366,-0.19323213360623576,0.09829460366848289,0.6701480684907283,-0.292373582345572,-0.6953372396086644,-0.29190523985409217,0.9333473695508885,0.5651736691060512,-0.7514625119635566,-0.07603231516505154,-0.5570959281145635,0.6263630903719372,-0.8172702032886762,-0.9154360419860819,0.5657839196557616,0.07390680368497979,0.5427364237097977,-0.5233566703459266,-0.022840553277624246,-0.905574642730467,0.33857090908431436,0.3173304041244542,0.7872036485144658,-0.054173478107436286,-0.8999324590106068,0.5888250558718912,0.49237785702924264,0.4383807571702915],[-0.5272091465249391,0.1544850327222726,0.6137309101955067,0.14579468971896484,0.7590466233357303,0.44740009516632884,-0.3970531232677367,0.1855857749522931,0.310630294348915,0.7063173274656984,-0.32630224574595346,-0.1593090129431567,-0.4608847342720763,1.6969864473562226,-0.3727584150068605,0.248450875097457,0.44395358831343695,0.8585289162791921,0.8224403698467462,-0.9327675564774156,0.1854750187430796,0.14994920989910857,-0.7493519741025042,-0.954710296023181,-0.9938784826280125,-0.27660899827500146,-0.30092414782386673,-0.9660413393764453,0.3720324256850454,0.6568609568670345,-0.349496704834834],[-0.409527501726412,-0.23297321312329666,0.108075366642452,0.44866788596612306,-0.041240860076772,0.3838953263026634,-0.37883977446836814,-0.3452703310904727,-0.03619371517046537,0.27147040119700194,0.10060802895845901,0.3031509500978549,0.16167694239037164,2.101295997222806,-0.44188689607914816,-0.5193929490089272,-0.8132230542772703,0.8546771162555229,-0.978228021493469,0.7634212900947699,-0.8591000555565297,-0.8881572170061175,0.3778063714548362,0.31459435145177467,0.5622839348070036,0.71810528289346,-0.6453190452704941,-0.004250007150969849,0.16856109336514388,0.03384540776014826,0.1819825008131526],[-0.1555317176924611,-0.8714749167316119,-0.659853545579278,0.8570509884291352,-0.503990164299231,0.5359728161095522,0.33219547952732736,0.6965876884290058,-0.590653063903378,0.8293594331428118,-0.6577118373200874,0.2541782202559034,-0.4926993038604824,1.5674221252530092,-0.23876155906927982,0.19435903043451544,-0.947154119063994,0.5159480455063137,0.7687542256706414,-0.2463149295194577,-0.9677499106315942,0.44957922230986924,-0.5711379392930075,-0.621234819559417,-0.05284471146536165,0.799039255606578,-0.16430472416677505,0.445528260039701,-0.9955644991744608,-0.09024708670084164,-0.7285875180458766],[-0.4840928104844723,-0.4897124316463216,-0.24681551638418267,-0.8343157543273942,0.6443047730812481,-0.7806357053579379,-0.14890617001942177,0.9714031786557591,0.12686494164202106,0.9051917803473053,-0.5409471862802302,-0.7297436732620511,2.2126119989576845,-0.5725088173332691,0.6595512422759889,0.8019285861796438,-0.5653890057030446,0.791599629020593,-0.5580451826402103,-0.5180857328891552,-0.11460932702148635,0.2515337818520699,-0.6453126209075131,-0.52168667090734,-0.19612901507411964,-0.3697110032070385,0.18678416441347082,-1.0210352611755245,0.15166208932165387,0.540168707238367,0.7993484433013355],[0.5617299539693928,-0.12039343605666372,-0.226245682131312,0.7190298093102445,-1.00387537873404,-0.552717488145414,0.044170523663615506,-0.629708648689021,0.4668222289356653,0.14901094326169145,-0.6818256003321479,-0.9313912023750158,0.8667339829910744,-0.7432171854276775,0.1318473199847016,0.2623754502472184,0.36133679313382094,-0.0010245525646684554,0.09945134256441429,-0.3302310560385829,-0.41647400397184203,0.7561933463039823,0.4362193733011113,0.7784941504658146,0.2602916409542545,-0.965736344633198,0.6440584186157934,0.5688541954782329,-0.7812040699626952,-0.10166017652481156,0.2410311410429301],[0.9048161223556233,-0.9789804369560254,-0.12809980465815918,-0.11615379792696623,0.19861714655850723,0.29688473952974104,-0.057190831967342294,0.1247469372241973,-0.3174966772757713,-0.6166140884967978,0.10810765064523406,0.4997464543298222,-0.9244236280264654,-0.6241401975120912,2.619677016090075,-0.41926879242425663,-0.8091844722600547,0.6656878051368172,0.1748329835020561,0.2979878712063192,-0.9545030811015072,0.1308431513648402,0.7629580298104822,0.7274315086025323,-0.009548259620228042,0.499814039419868,-0.6676496620089389,-0.5475441650676582,0.3338397937753297,-0.8740674017283961,-0.841351644033289],[0.3145044246141438,0.52659154745293,1.3525288580415347,-0.6294251138840842,-0.7525494862756557,-0.4998855214147694,-0.6301946790568402,0.8985723922215731,0.1556333146364413,0.26492292225887404,0.08114550291393473,-0.2717738237571782,-0.7363782974412234,0.2586183196180449,0.12871440856681238,-0.47690049566722387,-1.0135171456544874,-0.6504397475581629,-0.44422298089636086,-0.11517967892854067,-0.4739567317710596,0.18391598327304648,-0.11480165073662574,0.4927424160156885,-0.8044631802998864,-0.6556037508137056,-0.13447159534200284,0.602176399130844,0.8131827979960032,-0.24487049015724982,0.12564977431805513],[0.5455590838576123,0.7759483572999027,1.9087028238475292,0.3544718061546205,0.2999678977145504,0.42805595385868844,0.7815281026413947,0.7472790018370096,0.32538655146281964,-0.08378501096550638,0.6325943553744823,-0.0669275332289912,0.8616172766577331,0.8908621141362165,-0.19104203148579807,-0.3729592523626779,-0.8198239905900668,-0.9012847414846968,0.7442587077763917,-0.5176235487687019,0.547468342931488,0.29009483772855593,0.28099299932863764,-0.5125181606675905,0.08306903817132318,-0.05428436255163862,-0.5512518541046699,-0.3879160389731887,-0.696724869798997,-0.41144831634721224,-0.5899213817126706],[0.614147844440989,0.5554048466111193,1.5268374141490852,0.08068211824353053,0.19115823667922835,-0.9633741500373026,-0.5059131079298443,-0.23854657551295524,0.9075167651412688,-0.3110571872361919,-0.9645771863710417,0.6405669976304439,0.7040367417453356,0.05417454059309287,-0.6070385681994884,0.19188715437968257,-0.001954893267595135,-0.13096928902757132,-0.7881658135944796,-0.21981280277781412,0.1665243486137464,0.10589217601821667,0.05788765525200371,0.6910461833723602,-0.801069626887062,0.9346003097573309,0.9417852420576261,-0.406337834487411,-0.11588390592699536,-0.3042162436966014,-0.5173657426693881],[-0.6331113565333268,-0.711832312764344,0.2835558259231189,-0.6464546760607637,0.8164008100750607,-0.9613548080420073,-0.8908605785418507,0.2672613069471688,-0.46908566586534384,2.3237263845717346,0.4163691210646855,0.4009875566812715,0.029337838177937697,0.6461525483158505,0.4265765140832403,0.27572641635338785,-0.2534428151657265,-0.8808693638338344,-0.35041589117432154,0.8328195717540015,0.7855534129568519,0.3668171695189564,0.17973995344608126,0.40409803749419543,-0.7729564406236274,-0.66283689276312,0.6505642276415087,-0.898406501817074,-0.21615180641589662,-0.3760349796821933,0.4828219127955404],[-0.5581311651953165,0.666147763999354,-0.2684509818654511,0.04274355856054104,-0.03582472245710029,-0.13506431827264387,-0.33219200807765586,0.788934639443806,-0.5647671259215041,2.5420248129682053,-0.9658534896755445,-0.009076726109801203,-0.9340583888346426,0.1489146158064395,0.963171708196108,-0.6948934803775064,-0.029953327004623744,-0.44222695172524606,-0.9465339122569554,-0.28248464165362647,-0.7336394456193089,0.6169333871881324,-0.9341290151914435,-0.6468400054001698,0.09101929318862088,-0.5794855885194597,0.13795402671623305,-0.5856346531922924,0.08032083569688395,0.5853389481130387,-0.18955103870561452],[-0.15891306443816378,0.44215960365671747,0.7616582024304361,-0.6097530682915863,-0.3101374519104897,0.8084168941363106,-0.9637091016060547,0.4643529554159317,0.2295380490652486,-0.5125586038159867,0.26392305711695374,0.06760227774839038,0.5659414977646571,0.6717196449636905,0.6201485211099482,-0.8001201202744599,-0.5882792854354273,-0.26654064222701407,0.08888114965186024,0.5003157696238303,0.22100336782562258,-0.15818110690982518,-0.686003368761276,0.602222811188837,0.12365933374770487,0.49945559370528614,-0.414539366423711,0.5868870948884987,0.09775983109170609,-0.11229893328848714,0.372898543511512],[0.6386808877660957,-0.1874984333683731,-0.7272468619703055,0.1666074093767126,-0.20594902544624857,-0.17381135733886863,-0.3409583762688528,-0.6555958952517039,-0.9717010026384627,-0.38522931698877155,1.6871902972190607,-0.9770959354301686,-0.04847106081237975,-0.21233920881676221,-0.5310162688000222,-0.37642587923570153,-1.0279114507618106,-0.770307418348629,-0.45456960759754245,-0.29426857988401495,0.053149251311889856,0.324165912368317,-0.48801837949782695,-0.059411703198059926,0.36259070684926387,-0.6443435485423837,0.1104094582981634,0.8997871029426047,-0.8895746468867967,0.8197574200580384,-0.460358952656331],[0.717694371317022,-0.3246277353200648,0.42146168523061556,0.4044132244029185,-0.18570659281583968,0.32454766053107126,0.5120499346441632,-0.933230043164881,-0.9601482612628413,-0.8240918452090775,2.132785030903076,-0.9651774165752633,-0.7280315691170803,-0.30704465558014066,0.18452551807134424,-0.7033374233600082,0.3686741254243536,0.5480783047116262,-0.18879411562204249,0.329725332523944,0.6879685470213702,0.6518181273305227,-0.8993609291926155,-0.6253887397918565,-0.9183024490575921,-0.19936889118574241,-0.07450855881064211,-0.7381406477676575,-0.8058535920387169,0.718821158364911,-0.6518307833152391],[-0.8459271113053068,-0.8545292823069384,-0.42072669539365265,-0.21202235992412644,0.6668142135331846,-0.7044596058582121,-1.0116342472798283,0.5473161516931905,-0.762129891535396,-0.18454503800340466,0.8895184765041378,0.4876928451574042,0.27633645978177424,0.7111035960396236,0.39743874606776564,0.3389055640956509,-0.038114015129170516,0.9632648290485486,0.9232482958810522,-0.6034999787886006,0.5038245678396517,0.5345315332073919,0.2260058359558927,0.3778276017619957,-0.743145267209968,0.7794011798145974,-0.8876307030281309,0.026149709496420717,0.6391688431201775,0.008080081138536102,-0.5511866965616568],[-0.5223491280324307,0.9479583459608377,-1.08537017293082,-0.25826871083501385,-0.5643773373073541,1.026131501915605,0.236295764086148,-0.8095487205946531,-0.9508628874378001,0.08476975375538529,-0.2591006889935772,-0.3904031972378987,-0.520059488883755,0.033529117639270536,0.38744131728081677,0.37217868239174584,-0.2684235110152388,0.8270475807371903,-0.14944750574565888,0.8882247883646242,0.4880688624922688,-0.5016041877631202,-0.7783436582098269,0.07085867372794137,-0.4460098283455472,0.3409991515742986,0.7287747662192091,0.6799458182751973,-0.12784608956361274,-0.6148321722590698,-0.7440749055829209],[-0.14849338039146853,-0.6564163601159134,-0.8465585928193945,0.8598119323499942,-0.010990021793754107,0.5770935118452404,0.03571165635927441,-0.0181536003798514,0.05745252614506579,-0.5203789705015456,-0.04641297946348658,-0.3790314886915084,-0.155927949335194,0.7962369566972927,-0.5945261470061041,-0.22730891773869014,0.7234419902445653,0.7677929061705061,-0.6548881851984015,-0.03229607690426188,0.08730940335471964,-0.004801130925635474,0.09834294876843223,0.7279562796662468,-0.03744631216996065,0.8692996955916975,-0.7191465368313399,-0.4888730086349657,0.4119465908284368,-0.866691591668139,0.7863003694555624],[-0.6865205553232318,0.9083593878255254,0.6524398192724268,0.6887945755126661,0.5298270682896509,1.0108090605627387,0.6768199205840475,0.9042738228207183,0.5383860132699271,-0.13151622104464888,-0.5517561741688981,0.3077558590347484,-0.31173841427439825,-0.8586410311182276,-0.42904454365866806,-0.5368955452466072,0.6353834694705123,0.9449935714919137,0.3173199920764563,-0.11559731444529571,-0.7582287114975594,0.3290447027291292,0.2060506362889023,0.8766826323461889,-0.9798400897927729,-0.3587156622135801,0.7217814666214797,-0.7526598741159233,0.7939412445384592,0.5415710606624855,-0.602036529433323],[-0.8033050879964503,1.9147912218827736,0.27206283214374805,0.48599205474982765,0.7472459640323029,-0.7282517062848436,-0.9621291381669006,0.32861089140072036,0.7410362523345133,-0.7156635038828041,0.2143051744747375,0.3296488642008285,-0.32745437708555447,0.7761397048340658,-0.8565262377494153,0.1558187561461896,-0.7737885385020761,-0.8948780722916825,0.1200739540946295,-0.6505321145873127,-0.23554617338372955,-0.34007556205251677,0.8403315436782196,-0.7366334257208416,-0.7975408753509575,-0.2580611378727896,-0.6582304965220068,-0.2526193997813452,-0.32039033479736967,0.22963870804506992,0.7659871877508251],[0.03016105154857279,1.7006533004409636,-0.3539595121966001,0.9372389557485084,0.6379869548774693,-0.8421060357821218,0.5219609495793099,0.6972679556883808,-0.09114103544557632,-0.5639552393689773,-0.8202504819698127,0.9206855496184722,0.8376199280335858,0.6139769760421764,-0.6179057116742555,0.3250628742075366,0.5567286897819942,0.7977911357140934,0.5644617087601843,0.589501903757011,-0.18380255782035462,0.5710035509984595,-0.18637619742657222,0.09852441033332034,0.5586262613597744,-0.9724525665874696,-0.1683713962149358,0.5543791730947488,0.11877120086220776,0.6032829855414286,-0.6074292172872784],[0.6769069546626836,0.5500036862851132,-0.41407200474535594,0.958089386931397,-0.7934306803670295,-0.14321386395894645,0.7775045349129802,-0.0868054596473653,-0.22336098490699582,-0.5183958076363983,-0.585002022343161,-0.20707907976604661,0.8760962183884944,-0.803239280553982,0.27895302804435806,-0.7773457512798176,-0.9453591816565232,-0.6323278273716674,0.6460153071710859,-0.8895788667906397,0.7364254578621087,0.1401831642898715,-0.8907701657468315,-0.7530197810134218,-0.9765155364425163,-0.7129664160970961,0.806168425837286,0.4893178532537229,-0.7067672281446529,-0.9052141901296032,-0.643632003632539],[0.8483775787194069,-0.14081227140375602,-0.4337543779578832,-0.17649494106547273,0.3129759816628501,-0.8933101046818013,-0.198753550565996,0.017219327155432094,-0.43647658394480887,-0.9588261383322386,0.26167421699762555,0.8710287705541543,-0.7126313316311328,-0.0005119088820671919,-0.9182474500710757,-0.4913094791828611,0.3764837945138567,-0.11099662354706691,-0.8419778129469853,-0.47033938907511363,0.4819207976336796,0.7474029280592627,-0.4130042378384742,0.38788100472133896,0.936440691744317,0.4881261669849311,0.1444650451724623,0.4029171724754737,0.7966344588788069,-0.8484766982787486,2.2682490394737918],[-0.09676633867769875,-0.15412081154857216,0.33365852918672034,-0.4702475335904113,0.38174433590213114,0.84857014394091,-0.002630395001514011,-0.21947571458891196,-0.3130744701855406,-0.2572689237934443,0.7589226685383317,-0.40387291709606227,-0.3060261520740385,-1.6654576866984225,0.2171387998687109,0.7046792743672473,0.04039881601480359,-0.2887734633156741,-0.3602525185038788,0.2288399186754,0.7191102216493162,-0.5072050773868237,0.8510338119427309,-0.9226981917823734,0.17986786533869342,-0.8414870282728466,0.33434431202270093,-0.46233542955136947,0.35720314893102,-0.9808537313194684,1.8756168667467998],[-0.5252277028706528,0.08757970696298162,-0.7629167902355377,0.2149680182035269,-0.9162490837385102,-0.9974439082051297,0.7910859279348166,-0.38001388460027424,-0.32153735849998605,0.6684945407607144,0.35734634293355555,-0.17973597085320966,-0.37999850582070205,0.4526210419152678,0.5280256042835352,-0.28250399259614256,1.2133720295165729,0.1864929408217179,0.786642309089163,-0.29804695652866176,-0.04636527563181757,-0.23637823487486043,0.6432760666125934,0.5789032984027576,0.48664457351963963,-0.1587947339220122,0.5247814760349687,0.25568501106531505,0.2102171864384676,-0.3814390178438234,-0.06494208154279642],[0.5740760803688758,0.23469497120394256,0.4152430688830097,-0.51534023680824,-0.94664550115481,0.8256460333668708,0.23558437717332595,0.5875890494470934,0.13775731846758585,-0.14004676116932,-0.5118760843141181,0.37997570677018694,-0.077114247504957,0.6144649861822644,0.1499310801031612,-0.2459775682218339,1.3029628403725517,-0.663669786279741,-0.5151452721996027,0.3730606514156123,0.3343463400598467,-0.41189261238662384,-0.7840676756030672,0.7970657220073898,0.17220077324393218,-0.9862090316810682,0.09208976954708073,-0.42500203984626156,-0.01336609342515995,-0.44404191493088085,-0.9396061936710995],[0.5568953174179694,-0.07097126329069257,0.6715175294493329,-0.25613013385857714,-0.28538835516053923,0.7985679085505234,-0.7647309908284086,0.9338341172396654,0.6301351289887224,-0.35951308375918267,0.39713219609401224,-0.2525693913389941,0.8489397828625938,0.4334549392831646,0.5775605576971287,-0.6167165913266176,0.25071362337971775,0.9669560702092698,-0.6698267042709395,0.4891104367408097,0.2473168063221169,-0.08076657575170165,0.6862231593130664,-0.2864003420075126,-0.8960671861137071,-0.7103341093579503,0.12438507410473947,0.08518840352590752,1.4837539330595642,-0.6645017378113182,-0.17534255740468063],[0.12220798634627664,0.5104025730019811,-0.8693989688582167,-0.09494889046403146,-0.09893706056106973,-1.0215859405348677,0.6967317453165002,-0.2807845729758637,0.8733335651381547,0.3717311506457533,0.12166837511192102,-0.9086081300245484,0.7223140916624038,0.8510938890128387,0.8997758279976229,0.14606949735146713,-0.9301338092875067,0.043510510119736,0.5931980612143116,-0.5387548612974066,0.24900922683265767,0.66063437561392,0.283362207166235,0.050037263410737026,-0.9212393484050612,-0.9609414498433351,0.4080955481216783,-0.7542865156882506,1.4228647585477252,-0.07498026152262442,-0.795405000716311],[-1.013745041539082,-0.7897569399926352,-0.5741646481459253,-0.4851967354942606,0.4279833544101593,0.15443491317002253,0.19450871490612065,0.5221863643589505,0.49711999157704023,-0.4517443815068553,-0.2875532191269472,2.0581456983236635,-0.8688010054703204,0.07298572099362154,0.41490386899686654,0.12544188663324649,-0.4667822133000424,-0.11834605735044759,0.8846983064225585,-0.7140208830100037,0.23842373949506776,0.8919815246843846,0.865011148463622,0.4119362059667861,-0.6745509902020677,0.9174697988392916,0.5044641732446898,0.4241646870977653,-1.004996690036777,0.3607947885663807,-0.9678540766760918],[-0.287298637688784,-0.8643873375211362,-0.8046059324777975,0.46320056272701704,0.25625675265655296,-0.893065070649691,-0.36274065769624825,-0.06398100475732635,0.5409538786860768,-0.6086834656182507,0.23342297094614506,0.7905936763937124,0.4539313985520206,0.5590901765218802,0.45063854043680845,-0.5348763167736318,0.6819904365542309,0.5918439121144027,-0.8533960424764736,-0.7150937615490995,-0.6538709964927327,-0.982601680461584,-0.03186921681985751,0.6557529622351144,-0.420652888818388,-0.026514616220401615,-0.3046111105862405,-0.42693911017318764,0.32196882876155103,0.6291511743763947,-0.9133430124577717],[0.5715774548157129,-0.6657948958009547,-0.7504550354265057,0.257093966992158,-0.415558023035577,0.4644954597864194,0.7331884782679061,0.5477631387104779,-0.3446832315348075,0.4084723959072501,0.5885936591898336,-0.37045573375722646,-0.770965657512814,-1.0067322071780211,0.8539308281854552,0.8898453025590514,-0.11918167365114275,0.8551304630070333,-0.46353743383764884,-1.0354348511735811,-0.38518849716464865,-0.5441995758385476,0.3480061824700997,0.0054362075160030955,0.05746264743182607,0.7923821993991005,0.2978854066815353,-0.5877388637660613,-0.15029398989907425,-0.6203619841946428,-0.8071831002786088],[0.8507967418252829,-0.19502316112864035,-0.1613133545420847,0.008798139863612312,0.9004356329835563,0.8501395860494871,-0.0035485187990940384,0.326349900818845,0.6633212563026043,-0.5154055984212763,0.7065770709860427,-0.9663269663700261,-0.2818775595239992,0.5425280673543036,0.9180176836904966,-0.2216478391347506,-0.7757464459039516,-0.7507444690707684,-0.19690964363018967,0.007769570087093652,-0.09212006271826247,0.6489360628728148,-0.41180338486176093,-1.0483524621513522,-1.0452671201041572,-0.607169314872438,-0.848565091318773,0.8508697557857111,-0.10277415854494863,-0.562951040447254,0.6662277120118887],[-0.21781181288449777,-0.6257142652861946,-0.11431339891594217,0.20237304079803414,-0.4754711184238848,0.6397623169876404,-0.8378452398556963,0.38676206013704795,-0.9121915593113222,-0.9506201028755852,-0.31372485270669065,0.9080166509057043,-0.7910048629221229,0.9461257784429837,0.45886879611936054,0.6783783459148818,-0.2116070832371301,0.47896567351307523,-0.13672977416933219,-0.03909025403241698,0.5835662073613241,0.7639226679359291,-0.8419386644633797,0.21345923234199082,-0.8976922174797156,-0.16996739904375519,0.3555195032968869,-0.1394483667312056,-0.3348124351520193,0.3565808574506958,0.0143545798220629],[-0.2942616147938764,0.16759278812152653,0.39462155390540776,0.7546763983480487,0.7466675756031188,0.3307347794792843,0.35135337597790195,-0.15660264609047433,-0.11354255967786056,0.22070451706175806,0.6711049372174445,-0.46597020421321317,-0.7909432151097641,0.734779129800781,-0.09713657142894055,-0.06083378409713584,0.6481430323972872,-0.8303348448827905,0.2889341804990332,0.5710516165562248,-0.02210196609628501,-0.27939888291636217,-0.8757212424356999,-1.0029893554172766,-0.47736678117578596,0.6506291671562418,0.41606508046663665,0.5045913431853429,-0.6026414472429534,0.34674572360827705,-0.8105182311864065],[-1.0050448786681554,-0.13727857352661635,0.4539625058265312,-0.6809725229200747,-0.8670372607508412,-0.8105050476595644,-0.7486404133691867,0.5266439122180668,-0.14933643977979966,-0.10761007260478833,0.5149319387576602,-0.5201968522966706,0.2636236913020867,-0.6706359590530414,0.6528211235202351,-0.22702416919994814,-0.9746372117554245,-0.8271255761903591,0.38310225164153067,-0.8009194901513756,0.6975365530843092,0.36810819221629987,-0.2934909273146978,-0.12117252874375532,-0.8302735322073003,0.14984729440361683,0.29987426244705806,-0.5261472260484439,-0.036145584271820484,0.2580534892095198,0.19638545327280515],[-0.9896599158020852,0.3305957220567061,-0.005002950238248344,0.6345323051057451,0.5075112672155631,-0.1898493956301859,-0.6203276329376185,-0.04057893866311085,0.08749283058175833,0.6301089526286505,-0.4412451246051101,-0.7236380179958429,-0.8391874043015913,0.5873371445263711,-0.6630663030159503,-0.312913562581617,-0.2530504586852031,0.19566629832058566,-0.34689249629426444,-0.7851006442058184,0.115643515612331,0.9518506430087618,0.3028555310260564,-0.18137042447404572,-0.9050764167094111,0.3026705382104207,0.5257031249791531,1.7969303618347703,0.8469168574708327,0.44521666093652207,-0.44732185697786614],[-0.18778552043846627,-0.8905566631055766,0.2060628658022878,-0.8968804668542735,0.13393283275844958,0.050562500098456385,0.6800046446048821,0.4458660228920956,-0.6225928222152823,0.4482376944567757,0.1144006823684568,0.6549891008567762,-0.032873226662649434,-0.7082724329833419,-0.03449073079759603,-0.38401483690298527,0.7121221039803901,0.3153733090360474,0.09984665600062252,-0.5633874841557136,0.5676611415238367,-0.8484093092861034,-0.7551656955051333,0.10256585407143144,0.2578277906116785,-0.03374410823462804,0.2940779053314152,1.2950165877415618,0.5469592250421148,-0.9817801044591153,-0.9561519289344876],[0.10658966695348936,0.9297498031554035,-0.6987011652727045,-0.7152800574291218,1.1822695550232833,0.5857052188680105,0.005493558496569609,-0.8059341378252404,-0.5664790202531305,-0.6801341996085074,-0.7007519998730395,0.8793035927925182,0.849812876215007,-0.39546078487116654,0.6422271902949834,0.29045328218698485,-0.9410832803478688,0.22186198218382766,-0.28772285445725027,0.7802156432516487,0.39851767723070397,0.14802446320975982,0.47952066880800365,0.8712944623160427,0.6297396431466726,-0.42334254642887714,0.6763920570032401,0.13049674404876088,-1.031162490161078,-0.32441355397406485,0.0329491328326144],[-0.16513381696920315,0.456319297086459,-0.9611345564139255,-0.9099995855391704,1.806065415083399,0.3865464511251617,-0.4873641975916949,0.8806242639919969,-0.19426762376190557,0.6962442539529428,0.5038356779782909,0.6355492174802833,-0.17232076274321967,-0.9128527340357084,-0.4024848002176129,-1.3378474813341568,-0.4174602978723087,-0.9107802978959948,-0.21985433439780155,-0.08290019160494928,-0.9828471072692038,-0.8575045978251005,0.40396608610979506,-0.8524540856363918,-0.8679052942560301,-0.06696763935993545,-0.8296045887808499,-0.4235240426343532,-0.46649489254030696,-1.0033748692507836,-0.7724198418031496],[0.7585189736672768,-0.8233304885542021,0.9271686340080647,0.7099697412288261,0.6715177250761407,0.8229221513172764,1.089012011088429,-0.18700609768272378,-0.26845554648819475,0.7120062745642526,0.27062214068690366,-0.8663719518698786,0.303976573533424,-0.6618454612540473,0.39555419746479265,0.36329194862543324,-0.3778792957333427,-0.08906254825492231,-0.7528681886358892,0.40923576814251267,-0.8995519086524154,-0.5770342168965045,-0.4222347207888815,-0.40761241588157243,0.7952503090319234,0.8118749741519471,-1.0173619038430899,0.39173259374761094,0.3526033419983329,0.8577493990088274,0.7730284122315433],[-0.18439039059035586,0.7536949637829617,0.16240865129905135,-0.7816029676275271,0.694980523590471,0.6843074287438652,0.5132249758605472,-0.4348780683326005,0.5449087895291987,0.699875650938497,0.3383026495373537,0.8602694151858108,-0.10542582155634284,0.809024262564641,-0.39661200551486786,-0.022979925954224118,-0.7859208437515364,-0.4335977109933962,0.6940640463063618,-0.4524147764809021,-0.18703779613126228,0.8615770218573534,0.11897399251883936,0.5627772882187022,0.563213040163795,0.7126064717656835,0.1935890291523853,0.4237439099917611,0.6828650278111854,0.33552429515008875,0.7184037931123793],[-0.6018862056034746,-0.37966976217697185,-0.6682652517425339,-0.7867660284547761,-0.11020341478250967,0.7379814266536138,0.7526771494338049,0.6934922065115372,-0.38226411701759,0.7912224630750773,0.13629021283473178,0.5438278560689371,0.2197918440255942,-0.23213517009022488,0.3131861727222062,-1.0969855828121402,-0.6778005617299644,0.6395354797376126,-0.9829803753108998,0.6407787122740701,-1.024170453943973,0.757161769842358,-0.9503998759653601,-0.6916290687560953,0.8474136246394168,0.7566892713334005,0.7324268069882643,0.4369669782296869,0.07029559258045921,0.5995213823227611,0.7267517386004615],[-0.5853621808001953,-0.22122573147413807,0.39877171084143004,-0.13473556108163015,-0.31344472598941253,-0.11250912408904425,-0.17023089879510622,0.39533544055517394,0.7033574320697014,0.5740150156303153,-0.12405841812986236,-0.8408897485108536,-0.2778441112182309,-0.28194070907590146,-0.5842766018831888,-0.48678869926115564,-0.8234396143760973,0.9483014661707366,0.5158575720260693,-0.4677836982199834,-0.2562585210364209,-0.7982372098528537,0.7793545295200645,-0.9535150062011669,0.20339032717277056,-0.22902673105015492,0.5687262903442638,-0.5979806290446567,-0.8757145907793306,-0.2503488359871381,-0.028948622351630256],[-0.512446525878003,-0.23652121614830385,-0.4121274047877188,-1.0401696894909909,-0.6826780773556469,0.10099164916651795,-0.2750506090393724,-0.8568806383024586,0.2971321490717368,-0.2802273050902389,-0.9212170700650797,0.37114469353109586,0.420214049877841,0.569930977893214,-0.7097017244037948,-0.23107141182612495,-0.23456399972208397,-0.6037121185999373,-0.23713950253860872,-0.5789005102729976,0.5884958412635445,0.8419613165952227,0.15074565551456726,-0.622071683291286,-0.026554177205508466,-0.3365612365501464,-0.8004979109412269,-0.1894690624889848,0.11017143059022347,-0.6525524282200791,0.47100173229187225],[-0.8091896767938181,-0.42424380152314,0.7802711098209597,-0.5531566708766241,0.7253931976557585,-0.8254648967155959,-0.2811376263057241,-0.3977015989636635,1.2706383304507638,-0.4850586895358101,-0.7180169428273395,-0.22670875322595635,0.545421307284425,0.7724240205992698,-0.5783990814907489,0.18415856512231604,0.9134247698904951,0.9159243486822463,0.7023832887413942,-0.3208153983076947,0.10572396436941318,0.8053917476967326,-0.9678091977263484,0.5146765566109213,0.7542886777236304,-0.5163685713840562,0.4080649435400495,-0.7601522106062304,-0.2581546708625783,-0.5186428441822419,-0.9091564814263063],[0.5254943149481017,-0.3637653597338056,0.17025006198703174,-0.35606556409887785,0.2728086013376018,-0.7907094883804416,-0.7174651115741779,0.6693158922925477,0.5995056258925545,-0.16548960456580952,0.49633947220325564,-0.46754149075652185,0.14799767328794128,0.5142991525382996,-0.7938260113909867,1.7565771364210518,-0.18577363140893716,0.3901472667189728,-0.18560392094758252,0.8544388843697477,0.011698559548332738,0.743734248456516,-0.6753397907754298,-1.0049648824284234,-0.7078913068792153,0.05410419380320247,0.5660260971617767,-0.026948954277384154,0.7319986944222119,0.40030230905815256,0.5836012283482441],[-0.24588766460491407,0.7784008866495784,-0.15442179940379303,0.6286020460618975,-0.6862453179505101,-0.7525709281647562,0.33220392081790834,0.8581958509898847,-0.2647586853991544,0.04952516085764956,-0.2035000824257972,0.3437125129396587,0.01078020071354095,-0.002301218498142397,-0.4415835213758832,1.2303604559721426,0.9720293479638761,-0.2720487341791541,-0.14045880102790437,-0.8309099075071827,0.8855390409481576,-0.9350408253680186,-0.05541304862340518,-0.2830330965796146,-0.21953350058572782,0.5653308943946895,0.3652845303711124,0.48379389952860646,0.2923267519105541,0.5487486523813655,0.27051416492522407],[-0.41948322934768917,0.7833281100121664,-1.0155551147200217,0.6455726538788166,-0.3790527022261835,0.2803589169094475,0.2630589231996778,0.3535294428386345,-0.7102673724691388,0.2596913219864907,0.6478183552052689,-0.7147012695195973,-0.06213361358676215,-0.6273808885684243,-0.6820057842122602,0.2969347432366864,-0.6201804158556057,0.731575519792219,-1.0682844728555445,0.16176290552547432,-0.34231427623937427,0.15203644278997916,-0.952554400639781,0.19810507945884756,0.4230871171224133,0.2819025733739413,0.6035558452145873,-0.4813657900437613,-0.4969499567079681,0.06611048904550614,-0.9445603033489389],[0.9772017968563689,-0.7410163565530353,-1.0511051971802103,-0.8478516612622626,-0.7367643872928843,-0.9876960207628224,0.6146560457095067,0.6363568066948694,0.2839167348511829,0.25505060326901274,-0.9228921381948153,0.23674133841161865,-0.7846839305401194,-0.040645150946798846,0.5590754393681506,-0.5376219327846908,-1.0306610626050516,1.0000959219144085,-0.7188200033517304,-1.0823111998039152,-0.7670404466831579,-0.12180588420353684,-0.305164546325501,-0.883186667797607,-0.49791372209049395,0.7579439120974338,0.29413706878318086,0.6558773665308374,0.5711629362234429,0.8537710036481417,0.3182628750468463],[-0.9449155933874118,-0.9919359189550212,-1.0010302264652018,0.34523310387208833,-0.11052664787841596,-0.9820197265678824,0.22497660917224005,-0.6810602532612376,-0.385067715589708,-0.9858152927420656,0.8432844994309957,0.20812162474273987,-0.3200480767277278,0.24942089924248426,0.4164665875721215,0.18401329626158777,-0.08576152309790949,0.5106108785217545,1.569254001588123,-0.9649196166336848,0.4919842040432878,-0.24479210874834662,-0.6521301246148158,-0.11801639100362063,0.5173872828642396,-0.5283753654454902,0.43445683666771295,0.82133840033433,0.7963877278318271,0.8186395215355322,-0.927138313810024],[-0.4617341303724252,0.5303598384459209,-0.4464735579691821,-0.25688593108463587,0.029903499796665386,-0.9180877627280025,0.14395390361276172,0.43277149202935083,-0.9954528377238057,0.4222251653179632,0.29738537019589933,-0.2437861963954767,0.865783357522438,0.050469688204900026,-0.5671589990030819,-0.3658889139024076,-0.547270344413659,-0.5568592082505545,1.7065076047433623,-0.23926291900766908,-0.2851700803184838,-0.3816770025421914,0.05645531159930686,0.5157862327256233,-0.20896842413693792,0.852292057234847,-0.22110130770850092,-0.957840854259968,-0.1631683147529565,-0.22452276005696659,0.4553496793382611],[-0.41398160545939366,0.34442180627914504,0.5143840271515686,0.7615908264596772,0.28458792661903803,-0.0964504588917155,0.8290986477120664,0.6945749724223372,-0.7368685270271359,0.07069928200908307,-0.6483721809099673,-1.0414816749166458,-1.0556861431171052,-0.2987932483244792,-0.31991609824070727,0.07834514467174201,-0.6738851286475668,0.5201775165542225,0.09207792663899406,0.17085989592159795,-0.44783283354576797,0.6160167206567801,-0.35535004035514717,-0.4330482644134533,0.20858887683046196,0.9374781214056478,-0.13152651290934944,-0.3331213593958375,-0.27814806681725074,-0.6904141783876567,0.35088861151062595],[-0.2910500468533159,0.5716701173033589,0.8136431293921589,0.4193932454932532,0.6268423938301468,-0.666425091508396,-0.41058762759911854,0.280146860016068,-0.9554885995657392,-0.04695766751189307,-0.9985916501035945,-0.42542271135942955,0.5675351592682962,0.7040789863288868,-0.4735100880478299,-0.42777007165966946,0.28514777019910875,0.3489264328989322,1.990765803602752,0.8120083343982692,0.6859421784021521,-0.400399010936874,-0.10822246230125657,0.794603152869967,-0.18180189414043962,0.035512389366404336,0.49041667318067966,0.18436868811769616,-0.6856893208716428,-0.4743154268339456,-0.47714215564604767],[-0.19926216739871852,0.4994741452362338,-0.9286660650278974,1.7019743849963396,-0.42911543756364884,-0.948351946216113,0.1220363310388283,-0.1613164283832766,-0.12911584642419147,0.2967829591024138,-1.152889376419789,-0.4488473718403527,0.366582267732353,-0.9105604739541902,-0.20357580273854864,-0.7817850364267896,-0.8620669258227646,0.4408005158402945,0.24479957613458658,0.3722871870791294,0.001385642789889665,-0.4090886423936845,-0.07304939034527867,-0.1465463792076701,-0.6351504006920852,0.08746110904430503,0.5274257115669831,-0.9031830892705369,-0.7310007552805033,-0.9134151147367103,0.60326530793673],[-0.2356048007820683,0.2701846904367442,-0.5863561458172869,-0.06049815982677378,0.7208722000487805,-1.2041052513228958,0.37258237133774913,0.297706327190882,0.6047004566420908,-1.035226891882433,0.7031723386008748,0.5888117171636319,-0.9323028502075279,0.2596794929288338,0.5680202045149091,-0.2414643915931624,-0.33394193545678746,0.21582905324322815,-0.7085427535743017,0.9186957532271797,-0.32343094709765047,-0.3185557043882028,0.2854685479459712,-0.7434214959572104,-1.0028058090919114,0.74532561005657,-0.10737293737069385,-0.4333059376551215,-0.6960119198274843,-0.3730262509813722,-0.5287599723008443],[0.006860329341657872,-0.8747798330405474,0.42099134398843613,0.8585472793049798,-0.9543273913716758,-0.9045186499427582,0.27595789440807167,-0.829922828470673,-0.4464085478085144,0.24591470520393668,-0.19055095380851078,-0.1383933792896574,-0.7557265548093356,0.8134202938306795,0.1794781406486024,-1.0233829739675144,-0.3863191999000712,0.2991066473828043,0.6074609632382927,2.0528066307233583,-0.22673712837991034,0.7094485617195738,-0.5376555434345535,-0.33210669024115275,0.003534268832047453,-0.9607777023716991,-0.7727455773717798,0.4912578532064019,0.04874750506526639,-0.6417683740430333,-0.634703220999625],[0.6119311760078021,-0.618025563192796,-0.15624161267276637,-0.10925153496223478,0.017053064316826756,0.4363738585387515,0.38943162522985797,-0.9960598292724049,-0.5506572039333391,0.6015772881115261,0.43189021253467474,0.7096707520621458,0.16803498357736885,-0.5304856788337664,0.6753167827519021,-0.27513171396113434,-0.8366565642535381,0.23656574122708712,-0.4130147408592681,0.2581005889367751,1.0789084499645225,-0.2137655193447004,-0.013714573946489665,-0.25773023526860583,0.2850593858909763,-0.8325479801097629,-0.24648449592029506,-0.6407327548108132,-0.2179481951104077,-0.9462205397967617,0.802369478773804],[-0.6970365579710136,0.4588156928258445,-0.5632841334811132,0.3553778572139876,0.32852099180312033,-0.9725536337836123,-0.9166046864122213,-0.6400620839978309,-0.2578681610334493,-0.8920738665525689,0.8240104734580619,-0.5997370969087905,0.22784386113100497,0.666610863228554,0.37402991086584675,-0.09603692758536674,0.41020756615673687,0.10170529825570673,0.4041364562539337,0.2618192791436807,0.10255624815171198,2.180463448530956,-0.1690047649000492,0.33513030408843875,-1.060545844572634,0.9249881193488229,-0.13952756364462787,0.8041600941736506,0.11272444838162629,-0.2757174261357972,-0.11908150532528906],[0.35628982001002957,-0.15014258008052908,-0.38413008626814066,-0.3488110504844319,-0.9770654140847486,-0.8276724550684175,0.6715942069273239,0.2822114426175618,0.5839479246671296,-0.2099405028100108,0.12302340882944386,0.7633021609101903,-0.8608804042298174,-0.7312297917755813,-0.8159045402393788,0.3215393297877726,-0.6236538403238999,0.13786118696004432,0.28693417910305247,-0.31146360169332865,0.4620188274377699,2.0708065161849443,0.6045474456033538,0.5953366947525328,-0.1026581534798391,0.38117645754224927,-0.5838088674606176,-0.5182220629450217,-0.7890793769433863,0.24809993292095245,0.4683850479546644],[0.6578332784387702,-0.1944261966148663,0.41672905871953236,-0.8121347030107104,-0.6858301342191607,0.04944420669055001,0.31814877926971974,0.31097189725700114,-0.11713960884322679,0.2968287623873924,0.054556819490160745,-0.6170390235416878,0.6616712812144158,-0.1950668202797041,-0.831816281681235,-0.9595336900944149,0.015587626006805173,0.49752364482983774,0.6305188696205123,0.6551544102223061,-0.979261873782714,-0.6556153067518402,1.1164536584810916,-0.4655315668414912,-0.941736186469315,0.1478331831354022,0.0004281720161667421,0.4284478969480218,0.2241755139518377,0.24587263877503365,0.8997764291700695],[0.8495273371518399,-0.6325522448315234,0.31365027046914695,0.45622623816538327,-0.034140010670650554,0.6824920720410322,-0.4742529446485281,0.5823351344004566,-0.424669458580562,-0.7218770178724102,-1.0402446036681978,0.4157548177648285,0.8196175242566366,-0.5431538322288786,-0.9681293261453849,0.3556053744414739,-0.9280968073915665,-0.6497143420844277,0.541628922982868,-0.2876682214572192,0.25497373313755617,-0.043847133387449,1.9419690153808153,-0.8072209408393433,0.9006014266078302,-0.5327610878539072,-0.710273257567362,0.81745130707082,-0.25922609574222366,0.22641568004774956,0.5876613883201632],[0.46638628491576806,-0.3985457817544303,-0.8107947840111558,0.33539016094922347,0.6600366288605354,-0.3457973522584278,0.4115754728120452,0.8002043723805718,-0.6751784368865804,-0.40038724947505033,0.5672555837990781,0.2509911966348938,0.5019641082052558,0.5149391381542805,0.2774696367351521,0.7568938179712821,-0.36967727618237284,0.5608580003721456,0.3415550583159529,-1.0173256710306908,-0.03830201313262636,-0.8637171218834017,0.012264271905571408,0.46204682644547757,1.3976939693602908,-0.75464876084296,-0.7155468753085176,0.8595261410156727,0.14011110876188923,-0.2671759545494121,-0.09163601889245505],[0.917204902105365,0.2845993935562153,0.7321916311989283,0.6638633654592088,-1.0220364846756382,-0.8694780222323198,-1.0077947595090455,-0.04876438343018713,0.0267713918309096,-0.9532293865077422,-0.7577319478784441,-0.05366989365268084,-0.3704698605162735,-0.03780739986615651,0.48768424920588266,-0.22728815703825536,0.7052886052648543,0.8993086987056427,-0.10865436342144653,0.7582375001096182,-0.8172693073386641,-0.8483721054515306,-0.39467274033218774,0.27440867021823645,0.12514324614414957,-0.08048584753415049,0.5626341932414908,0.18707431581452832,0.03795818769637194,0.05527642211626261,0.5806009808681275],[-0.01361528181647671,0.5688094182600221,-0.588055560250078,-0.2509789442449395,-0.8499490495904417,-0.5221105904551278,-0.48595338700238555,-0.12271287002322787,0.4120570453584867,-1.0273051909683082,0.027128568615633956,-0.715772767602044,0.0005948120526742513,-0.3429364466839853,0.5242791040136069,0.834726413559467,0.7219509229830483,0.7481368855318798,-0.7673829018805324,-0.6701392900331195,-0.17744287434220865,0.07722005929960864,-0.7863341108267938,-0.154606958456925,2.0380211994852417,0.6329087901822922,0.538524436943006,-1.005809817340334,-0.7344420015437237,-0.1557437691495297,0.7600538405869041],[0.16481867334747555,-0.42800296132050236,0.742823493090567,0.3595519935510354,-0.19240957756300053,-0.33199956862256924,-0.05388121498812653,0.013395003399254403,-0.014259353164068227,-0.9377254780127783,-0.91302318101143,0.1367714913638416,-0.8475576500979606,0.12915232610575,0.08293038056382106,-0.5002980355159734,0.07599658831658836,-0.17640325688473096,-0.3560895773209269,-0.3408967291304075,0.4562072376676984,-0.7970803899000294,-0.31058606728583366,-0.3838747518532186,0.6848074635918446,0.3511891172747301,-0.9982403675806255,0.8511126656922083,-0.45992567700822024,0.4705631947333609,-0.34182458123719894],[0.0012982167395407718,-0.8843017664588274,0.7390152398969301,-0.5494290130603046,-0.06147949758796641,-0.362846672556206,0.0968973945853323,0.5016662521224406,0.40999597002752813,0.05047402638788224,-0.8601819821621337,0.5656549684582831,0.6268413113350115,-0.133600840121461,0.09710092575061001,-0.3065702192658657,-0.46348973347384276,-0.6394729473988826,-0.905672037860227,-1.0448804493965729,0.6965031816403834,-0.9939733846983594,0.1312677517559752,1.213288839197642,0.2850824612415973,-0.7629734652921739,-0.7966430165152161,0.7432015478423857,-0.7711843939668116,-0.10410670626282939,0.1339092359731719],[0.1240271146466517,-0.047174231503237164,-0.2103173219881652,-0.9058761358573311,-0.3052194938388204,0.38302299010332214,0.2807651512703131,0.5381821350329109,0.46870770497815917,0.8629434292291618,-0.8609108080607606,-0.9804068834711653,0.014024515211924403,-0.22749576101734045,-0.01923594196974091,0.06718453927150668,-0.5191187195104583,-0.3503094219479577,-0.42549928647104274,0.744712724123449,-0.04837261026979963,0.7926158890922516,0.8328719482259788,0.6593319993814079,-0.7797117761018335,-0.26043079079714626,-0.12357633619222766,-1.0296711597376598,-0.622822901211859,-0.6062919413677492,0.18567327162746394],[-0.9060507313864455,0.660738979245831,-0.0948386758434251,0.23826859730200634,0.5112013681664767,-0.9294647790995431,0.3196108959584798,-0.03573248753903077,0.3781195710935516,0.33471694748557135,0.5533223644326046,-0.3873362252465951,-0.5114748113117111,-0.5357703339665312,-0.9884649375720367,-0.8708090182201845,-0.2573830443759779,0.5423778990279539,-0.07094616895466352,0.6319771595228657,-0.5097004450066537,-0.11720769271862752,-0.5369447786301266,0.18710546810031997,0.09394708839208236,0.3053674891719303,0.5487141071529766,-0.3124734939257783,-0.6765109998644175,0.6794349025160815,0.28604983132121903],[-0.6538413258195819,-0.130740733161345,0.35091968117404837,0.33155912530035225,0.7130903687637818,0.006958444232834429,0.7561406183870472,-0.02625166072515797,0.09186009139872973,-0.25504275668859283,0.12335815234781408,-0.983297577744971,0.3010246756749772,0.053396263563547666,0.7042804638618483,0.7889373948098545,-0.4667288467743414,0.7010310509403604,-0.8441778355491586,0.19325178779935023,0.09682831604246879,-0.1819992845561205,-0.6589400468935774,-0.15431709257117435,0.18383152680291887,-0.8439202948829665,1.5371083915314365,0.3808451446305947,0.38187016156204673,-0.7582423389908647,-0.5855613089044218],[0.8383226480574733,0.026292950588797596,0.925387477724453,0.30863980447987555,0.41496541855958213,-0.4080645007583162,0.882678377055663,-0.9607368449109674,-0.20804991609634735,0.7229511634779041,-0.10096657372468451,0.8889407968879753,-0.9107840306325716,-0.788952932080217,0.05113180569281335,-0.16696239976741398,0.6552953116137415,-0.7755216085933498,-0.5171625885786193,-0.9661001013832751,-0.0943673170501485,-0.33863853362087754,0.73360814852646,0.3555356525104156,-0.17829115263797696,1.272381992866075,-0.3798117087727007,0.7343478014399636,-0.24471494256668377,-0.5369299387488636,-0.4440854743890123]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.11692712500842845,-0.02251578335624725,-0.022777816700133242,-0.023310011876118093,-0.02366892108308344,-0.023653943570266765,0.006213640531230771,0.006701399910812038,0.006442078815870593,0.006223476073680939,0.006032827222782777,0.0058638136635774905,0.005712293505713112,0.005575258949410006,0.005450418589029038,0.005335976736412874,0.0052304977827369184,0.0051328158092568505,0.005041971428787055,0.004957166235119174],"Time":0.34,"Locale":"es"} +cale":"es"} +032156,0.005650517937781979,0.005518910795412801,0.005398507737357198,0.005287754349870151,0.005185383477435866,0.005090350766938842,0.0050017868964678976,0.004918961652051201],"Time":1.39,"Locale":"es"} diff --git a/res/locales/fr/training.json b/res/locales/fr/training.json index f45b9611..acaa0a3a 100755 --- a/res/locales/fr/training.json +++ b/res/locales/fr/training.json @@ -1 +1,4 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.36490026059285297,0.6623273995189601,0.40255034120163113,0.6813228848663572,0.3403476289738338,0.4181854407481703,0.32260337637507447,0.49538172915264433,0.3032538544183968,0.47375992557128777,0.48176392737664464,0.396107006746897,0.7120419826744143,0.45324082755781697,0.649917517569968,0.6438631585627911,0.42986760331377094,0.7082089559995498,0.5544487951235878,0.3258356896482193,0.6903425640965359,0.36974208364411726,0.5846562147431086,0.3116318531051883,0.3508500695594004,0.421421347689976,0.6710045464874189,0.6445894265357325,0.5643803392022169,0.38155092841031063,0.3506495407112228,0.42031300280472045,0.6681661532432472,0.5917138590849075,0.33131212847689157,0.5742748608684666,0.5612420945405937,0.30233004980173817,0.6414196877933747,0.39804244161585217,0.32424776127385346,0.4528840598092549,0.6203194168501092,0.6970272616521817,0.41740856354777317,0.46569381346158206,0.30710225177044614,0.4523762272524341,0.4068269983651807,0.4095755093244754],[0.0037611466021073535,0.005257676404522507,0.9440695455694941,0.4827522413022304,0.14651412050396695,0.044710826289998035,0.00140766779974949,0.06554911861615684,0.49329432897729686,0.4506855089644706,0.16413280513713302,0.16208593630347654,0.24044114375998474,0.11731873188517596,0.08935661321542528,0.4606388595395121,0.8401829738843718,0.2831982136118527,8.231691170598759e-7,0.7244360304661681,0.00745354772794479,0.043601819566431554,0.06353812850538536,0.4934146078162432,0.12451765438729338,0.4629706625867573,0.4123990854369508,0.5728448606526296,0.06770429580241387,0.7548526563559592,0.14252965455087302,0.1360033272258085,0.0012243606160956494,0.6482427097821811,0.0008389626356872526,0.003237447245998519,0.5610479533030266,0.002240615454856297,0.3045333739074243,0.3844526235398436,0.20431765136911692,0.665325524362295,0.1199093463883703,0.40847802992974735,0.9049103531137823,0.5483076325695738,0.0036698609583697833,0.0017317234782430228,0.07503210049768788,0.195064211561711],[0.0031436252319463733,0.0010667514265694316,0.751747703481302,0.4425669308488043,0.08753153515243742,0.008976229570148158,0.016096493398545166,0.09325179863432198,0.5638888559242116,0.6779917817328611,0.0527617912139096,0.18070911046165336,0.2707388583222181,0.1582652681401457,0.2288909166514252,0.0538884643531802,0.8241983557390532,0.25307147404096375,0.000002023764657027668,0.6205420348323685,0.006041717123138518,0.18614174967535876,0.09910847397532191,0.2139204391779699,0.33472928156383025,0.6429399148935457,0.5589385560438581,0.43480399872295344,0.3289365775727626,0.5417915445498784,0.33308580671967725,0.05632318093833434,0.000025241546011069943,0.3293765939654666,0.0567096650108424,0.0025089068478636387,0.7373397401508418,0.0015960808967326458,0.06127857883378306,0.7676598304760018,0.15159801682522211,0.7087581083030481,0.1673667587138182,0.41067844058458414,0.808099594273346,0.16128913733195946,0.0007960397496850472,0.0002757080027312646,0.07474127632486526,0.1585817768030252],[0.09762692715734526,0.000027135957639444425,0.9301260543416929,0.26675086786146457,0.0930502091276906,0.015005253114146359,0.0002456184734957471,0.014141247085221064,0.6709096039480733,0.7166371144678706,0.09410483922931848,0.581147131156731,0.27936998014374737,0.002668571195630507,0.15169515898921493,0.08914417058090962,0.9318931534030083,0.15139780302156325,0.0000023095205520986456,0.7498871522749568,0.0015385278963072821,0.019734710002382052,0.052486600489381564,0.4018930628662928,0.05194158201052291,0.5321316668758386,0.3179913734291522,0.6247177055193589,0.004359210056728706,0.2429562400445367,0.4773230692624365,0.47217267834824733,0.00007633371979494021,0.17002445497316465,0.00009360897818912409,0.0066837503144522555,0.616759880322551,0.0005159167220410363,0.12770610937977941,0.9231541928721838,0.3832275524981087,0.7221620277161876,0.06745955528413658,0.231080361308663,0.6623972908680386,0.14590961607768255,0.00007015824306707434,0.00011145155584444502,0.4067465309476662,0.13026261198443131],[0.4488981134923556,0.3090835021603682,0.27255131842701036,0.39144321361092954,0.7671881437390425,0.3686758367816458,0.5721310414243925,0.3279703674930202,0.7109450059908519,0.2386725850179008,0.4500012701581634,0.22524719462215237,0.2900839141668176,0.4061452703284398,0.259838015196799,0.6871722639823816,0.6889650144862941,0.09444167765583655,0.6599834978725209,0.06777694297963209,0.49659627996106304,0.5532195629860404,0.7750609854381575,0.5882299563010682,0.4720576198719485,0.14253566627425587,0.5724278704248938,0.022883643864701878,0.3812160685253813,0.2508386224925547,0.25981961091149075,0.07452018877398577,0.3363118265892473,0.06838731669516418,0.4704332322976437,0.5809602379528244,0.0596710313226709,0.11313649972728819,0.47353036128833575,0.4008994494466302,0.04476123047428147,0.5630261807451327,0.7162123724428219,0.16304056929753677,0.8509614427209918,0.19212119483596962,0.07860280310594782,0.7683678618777271,0.6894280461232453,0.4074599655884042],[0.7629148590035226,0.7837627352999808,0.29193966924176745,0.4833684758721438,0.30773803548676715,0.5409685108107164,0.4160580322298869,0.5650980832136182,0.607105080527546,0.030099713734169944,0.03754616807270116,0.0696806661934188,0.48004600558066624,0.385884107953087,0.3052794498130464,0.2427810574005528,0.3829105761147267,0.47121516356479193,0.5810710184140656,0.04263830753927745,0.32784839021385753,0.42432727638065604,0.7467621146568975,0.41058172775907337,0.5493706913377419,0.5199640357813063,0.7733095689320926,0.45396905194394405,0.6076107028062901,0.13661227979546425,0.6075533611136432,0.2466174801249604,0.5220014734071664,0.006017638493758701,0.41510767629612066,0.6015949051526905,0.06744831184238978,0.11236065325023589,0.8498043254919637,0.7824958206859256,0.6803591614964698,0.41655091103004094,0.5709945576678975,0.45988557353041953,0.5367478801459102,0.01823913269281532,0.21928813498140737,0.6384141146550344,0.7691133890942058,0.46593054381881444],[0.5266990534698217,0.5135830657891295,0.09399245206016195,0.6446445420234319,0.4362999056820161,0.5099928124968908,0.7448321927531754,0.5225384818687062,0.3548724855930472,0.030641626953656315,0.5854328008276878,0.7446254781618288,0.4680568876337331,0.11223098625430211,0.7346566878520713,0.23960764532415482,0.8466669538167668,0.1973719437642146,0.5067954543680591,0.5404433594070326,0.47850359882547716,0.6463892027305154,0.5642214372440758,0.3763539423256266,0.5223266035755701,0.736684658810653,0.3982495088262403,0.1548252002203636,0.13075487668425917,0.03391501795537771,0.3593997889445146,0.03873570309770286,0.7610713598532056,0.1154727175931239,0.3429233904722093,0.500203996219839,0.7027616542984491,0.2448185322861784,0.6142627884743167,0.8466000318766929,0.00812482705158356,0.2974511877498465,0.8359486785794289,0.10807585337570152,0.7825797863452583,0.013111519127876642,0.09228037776018169,0.44863303885669836,0.8471924259136605,0.3570912964067756],[0.09204941122859207,2.9015605646780993e-7,0.8209525088121997,0.010652304248381797,0.0021134597148797876,0.3856307029677367,0.6315758826457984,0.6642325213361888,0.0002602219959585411,0.8432532482262001,0.9598300573715763,0.2611782760437807,0.02029137972044418,0.6383926601824185,0.822339573198997,0.6630268651023091,0.6976739344565049,0.13388195850927156,0.0006427038073341992,0.6710095401809241,0.008144078120819924,0.0041191947071078485,0.7498845083505373,0.843265951507769,0.33650629464573467,0.6237330344263691,0.8526864520151586,0.0006783992929959294,0.00283527735233866,0.017010248144987652,0.3015321256890652,0.6611235076407692,0.7524896064978168,0.00024464856552802955,0.6123613342683188,0.10202712504561393,0.5275739233162678,0.0002075680900957134,0.7049028063929487,0.7305243915192813,0.00009163333589228014,0.35044879341910284,0.00021700255358898178,0.000022054251315497715,0.47740940270500226,0.201387727318689,0.0000340128184910278,0.43628635466553034,0.6479292929280933,0.13288875474886158],[0.13880579510045585,0.000010228441817311356,0.8357053728903527,0.0015575603337440954,0.13219782800001792,0.006380135738141316,0.512145216060357,0.6962611301266208,0.00023386153904834614,0.8871590362385272,0.9192743604292659,0.0006407557400892914,0.00006238473669230075,0.5037378410888456,0.8830753880132801,0.7556456217738204,0.013645963342852768,0.778009179470036,0.0011329227836319544,0.7819438766677534,0.01946433574320205,0.20603094045765144,0.545223941205499,0.8132125592584155,0.8446416962997458,0.07845063807036726,0.7581951037722117,0.00993290806328578,0.19520378584145226,0.28931159107932586,0.4083560540656305,0.06553881202045922,0.3362430237782101,0.1700246337851483,0.2937930237159521,0.03452705540956889,0.3919951457003692,0.03367867542095293,0.8992037929038131,0.72631251024706,0.2017928577898742,0.019248352605754398,0.006335384730623927,0.19175506472447462,0.7795748709205611,0.6245654146758722,0.48017148422403483,0.5544460174240882,0.1036258456965303,0.8634792272626138],[0.010917354223149907,0.00004514488932489715,0.6785902751413024,0.06357346824831007,0.08778053750163885,0.012105241432504422,0.08523335462372705,0.6120504947787206,0.0004113615437947176,0.45655431204307334,0.3526444952548387,0.008607953394979375,0.00010823226597323743,0.16058077974328952,0.10070163722703945,0.21007176641725497,0.449889946943454,0.27913211056971926,0.00010578954933141154,0.6131120046385269,0.010083913023774134,0.37748475910740376,0.5377217451569211,0.8287048124553712,0.26609253554792783,0.07430571384058704,0.4939665125203148,0.14943499748518696,0.09799781241424141,0.5775098128496704,0.49913064642094773,0.13332389088012403,0.048503202612362795,0.6891483463280098,0.006429222849937892,0.14833581432591486,0.871186693004169,0.04100671093508511,0.7660271515834477,0.7534109826455919,0.4102122792392657,0.007378807681350611,0.041825657066936445,0.1503759244146701,0.6228279620784095,0.6107274564991563,0.3469644535668764,0.2599367482261323,0.30359522535760763,0.5831624351059874],[0.01290771155913525,0.00006259629836430881,0.9602850911077946,0.0002752239265933408,0.09814708637101144,0.0006078627453132446,0.00906665623838618,0.6471127624164499,0.002253743811046499,0.2606180384022021,0.30573014190028414,0.0001242685190523941,0.000016597501368453245,0.03336071906713977,0.0009186177231999266,0.5535139727120645,0.7508655450164984,0.20720153396840169,0.00000265198338210031,0.5461898156990881,0.0015816762080946378,0.18745548902991033,0.1907321160784713,0.7581244682319612,0.32974219899579604,0.5357492625298922,0.36137726187292635,0.04226579737036766,0.2474658290541964,0.6337776494183691,0.692270126341219,0.00130332297086131,0.00014786632627354933,0.7660306246145181,0.0004369571648069866,0.030338407929675352,0.7614635451817499,0.0029581244777364814,0.4699483324066486,0.7130620782060257,0.2939685219083917,0.7344988792673262,0.04431745342851852,0.016105828382643014,0.8938469925217979,0.46856445702956223,0.43452988056620734,0.041820945997934816,0.14141205197122866,0.6258429287203373],[0.00024033425205241765,0.389843210527589,0.7807955829732176,0.30306794800137876,0.28447644528161437,0.23171566284962525,0.46736793448058833,0.000006311119744399766,0.25872826826359163,0.364739460392563,0.34518560683053895,0.19408351525747888,0.4055034287197953,0.7166021970770086,0.41433713305286685,0.000055499683115762726,0.966040574752637,0.0013550899628230523,0.036210975487670535,0.007028167333689091,0.00012804865934145398,0.7297451504447268,0.022253741613094048,0.4978734108459456,0.03259808807453625,0.769810462801364,0.0004943438642524486,0.0000034826576215279243,0.002588711486585972,0.6339969578853113,0.006765126852197418,0.0475228326662784,0.08264960919040282,0.8467748210747511,0.002165336841625477,0.6442999975662055,0.328260621023692,0.48121638596489097,0.8036294103948148,0.3057659051350213,0.1661447230027812,0.8048976139027476,0.07415087151970551,0.701990033277078,0.5571357943514067,0.6993445295599999,0.011390483614897763,0.5007660469792077,0.6999848908948859,0.11091000845135136],[0.04027871595657276,0.7528095177217298,0.7321203395288612,0.17863606298537513,0.8546327013215687,0.5550803707902995,0.5135544607535448,0.006460387259267851,0.5063104117962437,0.32090642084624404,0.9137512642899432,0.49944788913277993,0.6805442490525793,0.5669674506228274,0.8218000538420606,0.005519350910969637,0.9351574123238058,0.008777295327576626,0.8650780565934915,0.6550880222986236,0.00012495193915123239,0.7322442336233143,0.09805803694015179,0.5330414526939442,0.0774739102807483,0.6501941369106091,0.005266734016092535,0.002632866236144493,0.0365249800680414,0.8051608330992619,0.052710491525760905,0.0826636952143205,0.4717038938734932,0.5570537555091984,0.15875720877612493,0.898481608714397,0.49100242871934324,0.905047261654993,0.36952333685977107,0.20683900039629227,0.4419616864961736,0.21839315742050253,0.1005680564843159,0.6201349096781538,0.7614871872643684,0.20991450544492507,0.19933352666723206,0.4134292743726575,0.3528041026731755,0.055187095270480546],[0.10586950698588891,0.9297367907595181,0.5894662847135957,0.02478138891821525,0.4979176565103251,0.5413995642314519,0.7133336209958846,0.11717012663386075,0.5410789359201831,0.36496347317966427,0.6327079853493857,0.36163125431522336,0.5765344475578038,0.6571271615178427,0.6506507245604463,0.05807866565701042,0.8103031039142954,0.029591773595734797,0.5955599983107214,0.8116417635044384,0.005506364784622849,0.8609458927046156,0.17237571759681833,0.44677270056073326,0.1256418852127727,0.5397774649666935,0.11870670205045998,0.00031547935662195654,0.04478726953957177,0.5710628814212435,0.11907469841385686,0.010698687850642716,0.7486877109199073,0.7016277987145533,0.7642917575327405,0.5955165442234391,0.5476178232532397,0.5659386152576737,0.6660575664006815,0.011193960330542513,0.4141759242672868,0.08464054177314445,0.5287745093315757,0.42985522926756453,0.6952313621937286,0.43661820867325013,0.06918864160117592,0.24351524838991614,0.3446252955928814,0.005120898958170069],[0.7299924852526107,0.5942838807582185,0.3144518124519389,0.6033126330759753,0.39713299268677227,0.041415935140731955,0.18489437360936575,0.7386503503541461,0.7485692090465601,0.2646333062282404,0.27399692659450436,0.9508517822169086,0.8386012911645456,0.5921719963190561,0.8269745016731911,0.703332049069621,0.4782633404109484,0.012857453748713795,0.0036410034008884508,0.010254102651009756,0.5998555009564884,0.8642399583002803,0.49626678656720713,0.8467942679635245,0.4489701352904161,0.1653468473079984,0.00115532844136533,0.40438487337858536,0.358515124051804,0.8894579768701739,0.8684669440481417,0.3525984955472019,0.28491978054323,0.4985613449752955,0.8491753355102551,0.8404287045476354,0.3534723737399416,0.6246055639868451,0.08224663228100017,0.04344015002943446,0.3545139237800622,0.25847375921523197,0.0005742342386650127,0.00009048254697044766,0.6500941143332643,0.4099076673249774,0.5686649250467914,0.14157767407377114,0.15566331636842365,0.723907307442504],[0.7132578831390034,0.3514777567303545,0.32141550055502854,0.5188050311827618,0.2737767793118923,0.43147173621869395,0.0009835015624977922,0.828826320470589,0.10593374625765792,0.5249206706420044,0.05033201080022204,0.6375811089176779,0.5769485500701796,0.6913901886885258,0.7212343211623747,0.765789634239197,0.5486077547381788,0.009540252145514466,0.002765763318624229,0.0693555854637768,0.15689148919939708,0.5328105519591807,0.4646444578695215,0.8142385056656273,0.07428207232461707,0.035719413497616044,0.001320576084241843,0.36482966589577953,0.44301763294159047,0.957486592571842,0.29570111305825086,0.27805709566329545,0.0415512963478394,0.7124840296214187,0.5686169380190345,0.7152977983700513,0.3680593032611457,0.4895142970043588,0.02579366317974622,0.008415371468741896,0.47419747167193005,0.1415379283897842,0.003304516347608978,0.0001660078664406138,0.9858529447307585,0.16010282807872295,0.42706355903658194,0.08029703827789855,0.17038921018941303,0.4192872355938496],[0.5673854719331908,0.7457719922143345,0.636861978445697,0.6552867466739308,0.9094333622549295,0.16799173665369826,0.06725152112574745,0.31166693459004474,0.46903904299845844,0.6548893189745905,0.8161802209192767,0.7329440998719311,0.07820984160344106,0.5711844008894432,0.570587229961715,0.7674432106349848,0.3112226298964447,0.0789272701038103,0.0653722890358933,0.06906595685643878,0.7513344353058109,0.8385420303678139,0.6930924058067885,0.5388162270030021,0.46739998011614714,0.0813308640919336,0.004711832182655452,0.5227679636428222,0.4245517028699702,0.649308652887299,0.762217823657028,0.8079565629152978,0.7123972311940558,0.7475219372227246,0.7002524893365802,0.8661431569245371,0.4848058834932984,0.31459812573849394,0.16409220687669515,0.03157552233119566,0.6635606975997256,0.25925464092149986,0.06500936179584506,0.0013880428191365831,0.7885147037851293,0.8272145712630016,0.7211224284498148,0.042882801778815184,0.45765084739595296,0.6277543079991449],[0.6210476223703297,0.6504651138428302,0.06393864042288404,0.7166060185589509,0.8287829062418399,0.6147020173287262,0.6045992244187495,0.7619181842256165,0.2793025176778267,0.3660185592951894,0.43262941131670696,0.7733276159797003,0.5268902621248469,0.6316652269461627,0.5254379487130428,0.6033661504289056,0.15392424203724397,0.0975220781169231,0.26640140580812544,0.037219281155268596,0.8007850723540553,0.6497851792830699,0.49821944881299307,0.05657777580200464,0.3969861091738543,0.030098812195356546,0.23079329569066936,0.16970023933830267,0.5381838349554705,0.7910774942868268,0.22786134388464196,0.5244016351213455,0.2616843542264007,0.29720872026107215,0.3076458702092678,0.4342787064373199,0.37215718551452376,0.6264172258594392,0.17572755872844292,0.029025410656729197,0.3055794516187463,0.7642117925980098,0.6543894899507443,0.045595694949458275,0.7560532082381395,0.6129784176215863,0.5559024153184797,0.4398029825268813,0.7871416176161734,0.37505975622654736],[0.7568308906448082,0.5005560368145894,0.02852933332129531,0.5496310658292548,0.7019316435548206,0.09821580759031301,0.1019470627813133,0.5099005214879884,0.22832680241222508,0.5358987201631549,0.41546112642961713,0.7656448822679587,0.6068144125175294,0.6029540232104051,0.8682056118919467,0.6228521600709138,0.8246945883021691,0.5243400402845562,0.017514153883284037,0.4024573069760916,0.4251464576644899,0.4745791475187607,0.6626487151872916,0.05748950633887575,0.35746070453136086,0.5735606863951505,0.2557530366549794,0.5352236657443971,0.5338844715349668,0.7021155774185567,0.28266295725358404,0.5861196956217684,0.8111488479941943,0.4982911834973489,0.10416013624845635,0.36960017345007073,0.07746155642433644,0.39037963478070403,0.013717011828975546,0.00899630631226067,0.7155417002629715,0.006221306290349104,0.2503183464542192,0.0007023501817468725,0.7014203995455999,0.5087965620171916,0.5663527794609319,0.0729145812946026,0.8291479279175075,0.46403384323527336],[0.8997730381928115,0.42270885921617846,0.07426692175368603,0.20870043182787004,0.05456463881984428,0.5920360026174049,0.0003688598134458128,0.5039715186156851,0.008020283168788429,0.536416682527733,0.00008111727374290175,0.4703875286381007,0.6741924064148486,0.7860299647556951,0.6967673352444109,0.7769326338417482,0.7176280922358027,0.24238145674107672,0.17346866994203286,0.19311641769857998,0.00008871794042482994,0.494050127302142,0.7553123608803045,0.8699660167265884,0.645978039592197,0.3508812267195049,0.016555275487821514,0.2717928720072438,0.5457750579357288,0.9202486741396803,0.03852612638191074,0.009495914181214425,0.003773885893208614,0.5762416763355365,0.5531611419090873,0.4766195323851821,0.5800087904816145,0.8826914367139058,0.13153026734368967,0.42942845215445946,0.2913351574809755,0.585686284765776,0.11168189465196061,0.28589928819482946,0.8777234469599916,0.0001557825562202703,0.06109758314756822,0.24917942625644837,0.6843653284689252,0.5827742846579953],[0.5483876052831864,0.12368816344996347,0.04441364077915171,0.01047765008790621,0.01581305022872326,0.27307625909754923,0.2195328179637282,0.9112988672872772,0.015640474959341937,0.5159461320136187,0.009675312152972643,0.7424284548528752,0.8018486405846315,0.81095991257462,0.8935041037680748,0.7229608820201291,0.26563307582673995,0.7318978915089352,0.1917821314753199,0.47732553744840445,0.000023421983050563565,0.875114791893686,0.4448224151306251,0.7213119083047357,0.5915143871199863,0.5527125682572335,0.3143701134474532,0.56145263324541,0.8322545333034286,0.6511065211901186,0.008550199226983753,0.00799536366994504,0.02189425267843395,0.30564433402785124,0.8091967812433991,0.5476883793974703,0.7529643671906792,0.7467532130488832,0.4021550836602762,0.2750938901099832,0.21595696568111608,0.05751089068947797,0.19921173909400086,0.5170764117800974,0.9692916432834476,0.00006101760796147443,0.048003528940929865,0.22400303317966408,0.7386085868345825,0.8041316335486617],[0.4741316616634423,0.589241359258059,0.030234475082062173,0.17415957159810783,0.12056886536996853,0.6697095713521082,0.20783993340792958,0.8165350579859406,0.029848103977549965,0.6398381568824503,0.36203694029697864,0.828559936724766,0.2025226334466714,0.617471958588088,0.5762963619203042,0.6753584428490446,0.7388318288388938,0.532465557610335,0.14070529282708719,0.8314166903230145,0.006804175337277649,0.6309139630890196,0.8037470048991576,0.29942320924447613,0.6393614212935333,0.16405042798143965,0.04247683784535299,0.477147090504393,0.7531123694163614,0.3042747297047484,0.32280637200716555,0.4994632660505585,0.020615180685485887,0.0995271921496264,0.5816868373444785,0.08785199887586405,0.48941819541833737,0.548648310073388,0.7118008228898064,0.352392899653959,0.7268609285588854,0.011188043524640149,0.5063679124653196,0.8047082525454017,0.24003236715957832,0.0037482027335340724,0.18826123074481463,0.3422464965448722,0.8154507644142001,0.5859555531785071],[0.00027320497880302613,0.04702386664264081,0.03694138691708028,0.5172839819960984,0.013134296763674494,0.3658252718070152,0.4569986290785288,0.596952685091039,0.6922735627622928,0.27666061969616434,0.39388313335133057,0.013068766735113953,0.2363965270482768,0.0014987744552895485,0.1856678937334681,0.4349377091990064,0.8036136548326703,0.04568259769204511,0.1948862318607515,0.21267376209554492,0.278670009071848,0.575847293453797,0.31557360296846076,0.4354027372109231,0.09725001743387092,0.6151160634578713,0.05230583960219549,0.23471568708925367,0.0005893326159773001,0.5964008054732084,0.7273976527025314,0.09205370917786691,0.09676908079272475,0.6259382680755156,0.0006588859083923062,0.005085699483399582,0.7156078521094044,0.20502871423850846,0.711676323455814,0.02090115579559126,0.295034408476994,0.7375174010879163,0.12597358622030827,0.235950188198047,0.00046404205175198487,0.1518893238079433,0.10628648460990994,0.3318946268812519,0.4079340936454655,0.41670433360837417],[0.04468888645538894,0.29009706771259985,0.6362613792436256,0.5600846492381563,0.1723571803299688,0.4064262094731808,0.7992975953674566,0.581284042613776,0.6888392835525716,0.14891106274612356,0.5729094795789513,0.24867335787259962,0.5935880016588829,0.28683843340259685,0.4005467602925023,0.6263405727288268,0.28420408540916625,0.3852011587041824,0.7978460864936899,0.09464569593147708,0.6949989106604825,0.7503531698780938,0.6318247345500735,0.8223518166819959,0.7219205909967316,0.6380708998978689,0.4239545682506234,0.6340319954767425,0.005997595293773547,0.07635376908767277,0.6639985359751206,0.4713916310527782,0.29249819935908206,0.22374445004555546,0.019668307594721626,0.3997367930731642,0.3700855303811736,0.2700912934226776,0.4700178124317349,0.02544148972042871,0.5615330978268318,0.5051984097061204,0.5291747258752703,0.47595164592488265,0.00034344121016197896,0.7217258792480873,0.13172338020027935,0.3484788560600051,0.643690896359461,0.5887067167025236],[0.000050095254137390264,0.2325903587349862,0.19202070116405343,0.02634960569243547,0.0014405651404801407,0.525343340489936,0.3619001961610871,0.41589492633820757,0.6292315029563391,0.4062062368326085,0.5629443011218535,0.0020105437128583132,0.05468750318350787,0.0010161313669295217,0.47155913192486065,0.3946219171433656,0.7767769813773094,0.3182521247937982,0.013720733499484682,0.7631632644599791,0.5944683503272002,0.6871225609024137,0.6987997288741994,0.4582799172339012,0.04975876010189866,0.881044471872113,0.02001722138801061,0.7492020700551953,0.00422958148422115,0.19680488008496655,0.6910013278893178,0.4929720162652549,0.13640786486828604,0.6473397911540989,0.000611289655992331,0.008775056435667405,0.8668908394781306,0.09363517365291031,0.3282700664131515,0.027445335952384867,0.6199134799388045,0.7881223766888432,0.09841457518335496,0.062745058436982,0.011824657174620718,0.09928570757323701,0.19267184921450808,0.2086456230355311,0.5112410775479882,0.20027717605430453],[0.011812642972200759,0.24883889484255076,0.860860254366532,0.07872575328702308,0.16148565026593617,0.3404171551348281,0.28704108982111165,0.000573954963640437,0.5813769563852658,0.8465287510789931,0.07610156181151971,0.00008702159143919991,0.0657045636104675,0.38580455280169235,0.019720154900184785,0.05460922122797708,0.8590663961128289,0.33090952702865456,2.6893030098076652e-8,0.4642329655067406,0.2895866714958439,0.5522008973128696,0.008426459272421355,0.06834424871130565,0.5785715896345622,0.4383104481968801,0.6804425745618934,0.41591961641729974,0.4324656344096662,0.14518051419899894,0.6379803525836624,0.000003840220632148828,9.775296521552677e-7,0.007826758326099987,0.31033771618183076,0.01121739060731381,0.8284505626447184,0.014879577577752571,0.564126804391411,0.670747452057191,0.7090357570138464,0.6669419204995164,0.37628194912682056,0.45493349658494375,0.5375491473151957,0.1445036910008283,0.0010399643671948112,0.2371209392520649,0.00006988285978113232,0.0005728565564201738],[0.0026189579523791767,0.28987355525790404,0.9329921014523846,0.1051623352980292,0.2051782532104131,0.4948192138565043,0.23368850269098887,0.000948070597497235,0.5450181113767815,0.8938121221397314,0.05432629569771206,0.0002724431269695799,0.06379411440375819,0.3600849646746013,0.05089577509441919,0.08099649888594997,0.6114966915382913,0.306369825828984,4.007052899630813e-8,0.22937050883682863,0.2833200955103823,0.7214519493658145,0.06585160238148757,0.01862933435735828,0.5427250279950704,0.5698084623069984,0.38820960043333197,0.5397805688477412,0.3461119242704876,0.11102136324484367,0.6606639128383889,0.000007459339909279826,0.0000011803205535771599,0.004045647374546218,0.09066497746330424,0.010184128915212597,0.8014824824879917,0.008233693429750092,0.5984285244055244,0.8055628408573414,0.5826420710156152,0.5346307602153609,0.5421618314161036,0.682529125964479,0.7611026538355098,0.06828796608177147,0.0005227225270562735,0.09234074420313555,0.00006842843725463407,0.00040921197206486055],[0.3040095523745653,0.000038926255715355696,0.8609575279428012,0.0018428568208895088,0.0008898219975122968,0.0002532557307978669,0.00013170295341221,0.031777294471652555,0.6284961965880718,0.5455405562087848,0.0002931298369086931,0.5114780553774052,0.0010550392844088604,0.0002630082623706382,0.08842893630492935,0.2785839660227053,0.8264264408358568,0.00015583621730677738,0.00006351381266810561,0.5697571051322841,0.11458827621637886,0.3031912091329571,0.5450611955091514,0.5163203236344154,0.2201986833423188,0.40760375460670134,0.03663725661828441,0.4300395569756933,0.000051216785333076475,0.6691951461975972,0.5570142821091517,0.3450039626443025,0.00007574909927926552,0.48241029707690375,0.14045962861893213,0.01482445735986302,0.09992077553525976,0.060450445341426046,0.5531180731142455,0.41114190319065963,0.7585800184034959,0.8290851481602817,0.015821965987336324,0.007846381380741885,0.8414416194695987,0.1746716116705701,0.0010284415620107974,0.0005481655652366963,0.45728334089619654,0.010743916857863392],[0.38938078682658894,1.8077102147927006e-7,0.9188984187519739,0.0005096975296991841,0.00023050961439838812,0.00028824478370682627,0.00009048905612526335,0.020042901586087503,0.569976271215646,0.8857556743268574,0.0000904532848121256,0.6162207176152308,0.0004790854119689413,0.0009375621620289315,0.2495872279832605,0.3806552941723096,0.9551256686523166,0.00020680289892749165,0.000020216555311568987,0.5332833022457802,0.07763140995375878,0.15761441483748642,0.5069323404625887,0.6063778887593547,0.1418754939384578,0.704415127415064,0.017150995430459982,0.20453110676421252,0.000006494326198081201,0.2706489097697689,0.6973274802208368,0.4582722584477324,0.00009708818524771115,0.4774016095919359,0.12921426587754337,0.0017829178993205056,0.40160535333735703,0.046633603898437764,0.6390128190772888,0.6933436720984691,0.7242442154312541,0.7553427226248532,0.0005814484308054841,0.0005649663238314384,0.6819402230219246,0.07963870856415596,0.00004704372857194303,0.0001589664324895542,0.45259472505162596,0.000884428484856057],[0.739534389201798,0.7724874135903139,0.24046233575718462,0.49729346780273626,0.4609278817975388,0.010641263952568293,0.025900941722876297,0.6200408639221094,0.22563236093600522,0.6380031176706347,0.4336167589909809,0.34145661571931296,0.5448783352500871,0.3507865224352227,0.04577773329950498,0.23504641245519955,0.7842406326735749,0.7469537271506376,0.5247797355482672,0.6587595161764508,0.8104389020037155,0.25232411321656145,0.2650377014850714,0.1974734756843426,0.5261962956277688,0.01418899232052283,0.09695898084501217,0.07685649593263698,0.4375541761498429,0.8075708048330307,0.5321237457416554,0.5012566169248004,0.6712929815364344,0.18909939054560077,0.16542136387212694,0.6165917039026745,0.07294441239586155,0.5691277064571403,0.7718137283602298,0.47082121953489353,0.28061418403702926,0.22823896410646155,0.6835939822422674,0.6261002406980248,0.7451271236897503,0.7827214791140669,0.08178368528407018,0.6581400050185422,0.19404618420755462,0.34458189922919213],[0.46439174451565957,0.3670760914723216,0.13712069203412858,0.29258751868732236,0.24475190034871655,0.011697104893505617,0.010533695768226256,0.9286204988923284,0.11203682489445665,0.6750977803561978,0.8610281275436765,0.7327978775861315,0.8350872857530182,0.7359426826245121,0.0072994961036152205,0.37212034856849785,0.5332541738798798,0.5679555007734328,0.5386344191200165,0.7228895431036787,0.7607330926528475,0.27029009527008435,0.21666687762229508,0.18472444916297676,0.15369468392240898,0.042677790056715625,0.058828202606468316,0.08981547025881483,0.4209590856357674,0.3739229998531066,0.7613265660737447,0.48401217814033065,0.6754795599277014,0.308819893888055,0.03779514414970839,0.05577324731498956,0.019563221514524314,0.8822301370341555,0.8685636570936139,0.6070187606622167,0.2956759522530077,0.29439556957118856,0.5514620481685728,0.4981832686861106,0.7634214006388542,0.6651238252242324,0.3198368447026513,0.22653583229069413,0.17591058338647378,0.5611973922343096],[0.5544414110887139,0.8767842293256481,0.5154199875186809,0.8162551716216251,0.11111193941940165,0.7732093754021583,0.04433489846353594,0.5104602628192932,0.7238740340695993,0.06532572765943526,0.2527922614773407,0.5460015128713025,0.29116421141725485,0.13920711340283234,0.15899136504195233,0.6362445419127516,0.45781419248148336,0.4995459456308304,0.5504715510345247,0.6419550623343125,0.8235267460338973,0.01540082526447124,0.5056753184722341,0.6595254741587712,0.39324170651587087,0.6340870596902001,0.3520216683697181,0.0016950547643304302,0.44252387092738105,0.014351892271170615,0.05208793142274126,0.8000341830712818,0.006310657029811116,0.6190306049865586,0.8873854093304988,0.0033544176868000922,0.4313443291819834,0.8132155661087194,0.8295630188639062,0.8058279653203552,0.6801775486820119,0.07753264680758615,0.017812926169354062,0.0755783411853594,0.5582430442411117,0.8898086886479951,0.4597066757353978,0.8990108948901919,0.4991413283260599,0.013723352423782155],[0.58422285738551,0.03657232069037533,0.6831317663963291,0.842700355002223,0.6991003175518556,0.11306601454466386,0.43600822831346164,0.14907823943578755,0.016892089058723248,0.03012075543571036,0.5048953866920275,0.9072852428668954,0.32998961213762407,0.12010112072426861,0.5970410329850186,0.5541251167587691,0.43960960235664864,0.6653707703930418,0.7998108257364971,0.5102594096769962,0.9134604349233443,0.35510700240959503,0.46292307295556484,0.1258623970054801,0.45167072075682513,0.5132899771797517,0.8450025663354107,0.37963231035856,0.34725162334692766,0.03958257823299339,0.2742837587585685,0.7046683014691921,0.11109693374043945,0.3388193991684798,0.40366970116945117,0.025694876428398274,0.7293574685668354,0.7782648676127375,0.2785500771615919,0.5328986140155912,0.5880374737872285,0.2590041549066824,0.3425319228925655,0.18235736001586933,0.3365550965768656,0.34787711885882777,0.5879121351616194,0.8528423375832348,0.47633654567707046,0.3286406725238696],[0.47274180535626165,0.02734408174656669,0.7485052616606729,0.5988691477401378,0.7818663745074647,0.6640646895700524,0.0680427125656576,0.2263867951927676,0.07054537816873309,0.05525541420976321,0.33278000687267084,0.5883209478507182,0.6804157858855318,0.24290241915155636,0.09558285436863424,0.2840650379312621,0.15582893080326615,0.6006941130725185,0.5484352975128098,0.4349667237236642,0.8224519699719566,0.5240093525032565,0.8076880776743693,0.39508230471170686,0.4019418112666844,0.5343597539552238,0.5533691154243695,0.37775378640055696,0.6645882604284973,0.04799113941958881,0.2653808288923517,0.6854269831960789,0.0015297244064119205,0.6941547173215769,0.5969200140877161,0.001288624322787093,0.7080742644470137,0.5223034822106314,0.12497245383837335,0.7296685896755283,0.596640402195139,0.20882178701284623,0.02585986652469326,0.29591109862988196,0.37406728924948607,0.3814467611974391,0.7703605848690916,0.5949771761126758,0.3427652171729286,0.014398706220955891],[0.000035243599999782545,0.10072314674717499,0.8052305713718163,0.041109141302516916,0.03407231152047484,0.16388364229398666,0.43813839534143484,0.24858526352256738,0.23729587379297418,0.19186247133833328,0.029716754647159355,0.2670511125953957,0.07383708199091595,0.3024656278036707,0.009800913972448635,0.2995354658087344,0.44459282653055315,0.0013768024646182554,0.00008865052004043572,0.0013402765576174091,0.32397253813558335,0.7442180943038212,0.6159928941858722,0.708239849716603,0.5977474935991982,0.30096468687918204,0.570529460104842,0.596875859674341,0.625227022797933,0.036348360552703476,0.11914164809509337,0.5297282713370102,0.29337445379814125,0.6457044161158233,0.00009943646799813432,0.004262965470815614,0.6876815611653359,0.00024210438029137495,0.7786909665578586,0.5810043344926485,0.10705175997397795,0.7489343746632771,0.0036743241984691075,0.7146775514531188,0.4769255790140056,0.5704234295718049,0.15850713430828345,0.6666587902777107,0.5787348067290453,0.0018685647608053316],[0.03421309302014926,0.00004551200860716836,0.47407488952288385,0.4645456659213081,0.0030684159443483488,0.0063443287336557115,0.22202098045294855,0.055798374732841084,0.511490052872665,0.4322766656326455,0.006295421018944908,0.4747748982529293,0.08370831654146987,0.3153256997363295,0.003875398597102563,0.6483183158627602,0.7521240790381138,0.004583917236208133,0.00023918638979718797,0.013226720821518705,0.03072242295656972,0.8424496958043687,0.9151591326956434,0.001952571754813408,0.31496021414934705,0.3878156365234249,0.4163369393151102,0.7172224156049599,0.004841027950596433,0.1547569896789052,0.6618774065753243,0.3402468045251779,0.023268623219528155,0.8949882736271015,0.00019103115615650614,0.3300173177717162,0.6731291003257335,0.0013845606172604847,0.28100945792492843,0.25757632077275533,0.01529779975162284,0.633499733387818,0.4145619214831129,0.04964990419617332,0.1967279543960135,0.5578623087410425,0.47589745064147515,0.3617052402409224,0.29469780003951324,0.4302349029233233],[0.6638493266720853,0.06330438663574778,0.0015383536451112486,0.08456869398434055,0.7954702945029626,0.7565698379394807,0.014398892963732297,0.8676979100707796,0.7087641826227162,0.8274502252875594,0.0006061534871600337,0.7297021316587584,0.6841791915191131,0.556076715266654,0.3960786342647252,0.6487277713057521,0.34066595209872974,0.1541103617953255,0.7987019407129814,0.36712420138771845,0.4147822714310147,0.821209773949521,0.12080530749081139,0.03279436282951138,0.17114453803685806,0.9294609794005532,0.5914061752647874,0.907120348805826,0.6177208587376156,0.6242039436631222,0.670028933247946,0.4464127397434476,0.040288633648510146,0.008329520492567086,0.026798794553397003,0.48740147616529356,0.4620729140935074,0.044160869287249695,0.7924630663020158,0.7562256827354141,0.20344962763162763,0.534218250869486,0.00003801522600850779,0.44430963473424506,0.6829437321919938,0.5768986057876385,0.0027196384767809575,0.38418394471526585,0.006128939469549728,0.42331819678496185],[0.04662966413441725,0.022543194592999995,0.07694495563274012,0.6629679137565102,0.4205349524211845,0.6481731467166231,0.0509880935859035,0.4327081368999905,0.24017609460809616,0.6925239761810041,0.02588590530879416,0.6315062623059919,0.722318381045492,0.8533329617164332,0.8121996143899654,0.5270386814248665,0.6763030033235831,0.11930779804512646,0.6862051763776617,0.6346232191086594,0.6446247292879999,0.8424336579635109,0.39702788894131075,0.026407581605648673,0.7723126242995932,0.10105300612585165,0.4851820023971016,0.7196144601164748,0.5818474722764116,0.6316280072861736,0.4583869144182249,0.5422587167545545,0.3177737636996802,0.008349576184691334,0.07170503695807219,0.5831730283778371,0.527089216493651,0.5447903022052173,0.6319131805064074,0.5458182428718199,0.6121780074856779,0.588767895329719,0.003175174743599499,0.6353165121432579,0.03479706181611969,0.3548224094312696,0.10622622693117977,0.41563247923114727,0.2159880282352453,0.7195103176000223],[0.00532125165140283,0.00014440879697522172,0.009481435066073171,0.6403779374323398,0.9273713523139957,0.6835919337296568,0.004017918438853804,0.26980202536560616,0.004097732507083397,0.8210912546771715,0.000153674664730832,0.9135847358065662,0.6520551062357482,0.5876769756459486,0.5780629556526884,0.317351320324992,0.9656356816679831,0.02080546541600567,0.9466352457224282,0.3959615976640609,0.8240891758063762,0.9456596627192355,0.17842187009841715,0.2733032260628286,0.23816737618519912,0.16490869929762125,0.4847056336078291,0.9646586414185442,0.7537928067265269,0.7687121968430196,0.23179275467484042,0.17269056932173452,0.5304261577126526,0.00032619902732955875,0.00020542309064441782,0.8018970848184727,0.7461646380077727,0.028329594127619935,0.7504923637036011,0.8224516614830802,0.4806579914855063,0.7122482529491212,0.00010211447166982773,0.35444553880787155,0.17178773966563976,0.19462390084067946,0.06084086630625859,0.8505524422951937,0.005853117288812828,0.5460720498077695],[0.0004479987516810607,0.3064723516250133,0.9418073957963444,0.253684648114655,0.0014555431047122821,0.26510337491318964,0.02160267058983668,0.005618841252777773,0.5442575381594239,0.07396110537901096,0.0016612576580554883,0.41751265362434575,0.007998751332782925,0.055362021958782454,0.3888353764243007,0.06988503132970743,0.7588197396753559,0.005074999285145109,0.00007953986468388356,0.5447061387253833,0.0011601470717953982,0.08418313903114798,0.2336614229325264,0.5488792983149594,0.25716795113905344,0.16049774545566156,0.045056946599239873,0.07710316544010656,0.17137065397659423,0.9320912361187134,0.060948660883655005,0.013214949265533162,0.00003301220310973011,0.8184670868005623,0.22918756308993712,0.01110965109131172,0.828559496876974,0.0877778908571056,0.3866005189297079,0.7173988186498809,0.5088760826868773,0.9053295672984982,0.3526378710813281,0.15544677267424706,0.8956833881758776,0.5170647656234345,0.341624780168631,0.03847775281750614,0.31453772938398866,0.24335301586230218],[0.00010560312516090346,0.09981340409490215,0.7414906939138051,0.19128982745259662,0.003776971767431312,0.1543413887664992,0.01000406578189933,0.00448824747495679,0.5162039385926106,0.23939203159535447,0.005475048564952848,0.2787700396847123,0.00008949936712329082,0.1942928514345414,0.46365772296461033,0.005273127436397633,0.7293739513238972,0.015629159836774084,0.000486927036584224,0.7516648774489542,0.00004243779877287596,0.01513503480498767,0.1804643980422287,0.5088587639309671,0.7126428351859583,0.130755878740547,0.0029712989062397337,0.12767503636507233,0.029572679923330403,0.7018693999481,0.04826026974829581,0.05493549457254215,0.00019206390410195654,0.6071114485750722,0.09278449296361493,0.030615333115100184,0.6385976037665569,0.015804510026517754,0.49980215973957964,0.7223684507208041,0.6075144756163264,0.856123013990209,0.40300257018481067,0.0572586312743375,0.8225090083947492,0.5879138865434381,0.3196446332162717,0.004527250471209165,0.3273446175415188,0.24797923899882401],[0.034962313477594376,0.5837478340464812,0.7885661984310386,0.508341383825579,0.4431934645484196,0.4765855340100878,0.5769794120624766,0.812720988397544,0.5789766079096802,0.12991833401222103,0.3011402924469218,0.5811108034503611,0.7870003780514233,0.5733444922254939,0.6564287824639522,0.4551394851224372,0.3989758516558423,0.1640065573989718,0.0046231304016898225,0.7909651932904809,0.8002881909656642,0.013858723876084464,0.04763161774023045,0.004915951546251069,0.5754810503135515,0.5211241571663762,0.034951231578788045,0.4134024120112203,0.5226891721897322,0.54294914680857,0.5588759100206707,0.6885726288700884,0.11014563424536247,0.4292721246197418,0.8059310326590255,0.5952251468959017,0.30694137732559595,0.6502167938283309,0.5434473678444786,0.3972096568732447,0.09065163643503388,0.5144161991005435,0.5885557449526299,0.6220851287259567,0.03691518573307381,0.7065428576899395,0.6381009057640694,0.864568255747566,0.012871172755026907,0.4202950781829526],[0.0036374126809206684,0.10028363287305203,0.677348562424794,0.6130318063445929,0.38130017137373384,0.3308423262833714,0.1832931507393236,0.6404728056374739,0.6643638653365477,0.11063805738412795,0.19803679798154034,0.4718207969634982,0.18834448155164069,0.2141724877057583,0.16824342281745008,0.41979845226469503,0.613908514482524,0.031353233974810615,0.0025705860615267704,0.8100372634028938,0.031088206151365583,0.0014394056416786247,0.038164040940018684,0.0005673231335728392,0.20233815939196367,0.07101204985862734,0.0032269498733186797,0.5379351963452318,0.6583856481253701,0.6583147517888609,0.7046208526948442,0.7437541839653191,0.3808467614263421,0.5539353321230773,0.6758768248156785,0.5949917816087877,0.02228660125587302,0.8505674404578024,0.39002647764445786,0.49863428869734,0.020660811245934774,0.5643805930388371,0.6645805942946296,0.6300325842974542,0.047012950519747375,0.6833944173951009,0.5293563948731097,0.5427850809547343,0.0021783835660884768,0.07520003916158804],[0.7801448622188462,0.27959920847758774,0.3775820757805503,0.5731353540196057,0.667927197677841,0.6375167718735439,0.597880887602532,0.7308100037877882,0.7357811337116706,0.008721059117474344,0.327911812734549,0.08699198382867278,0.0013139725887467953,0.8570140126738406,0.0009945721496554705,0.5653151304608934,0.02569989070428222,0.8176431210819874,0.39755910842359776,0.1661136695733271,0.22131165726318025,0.23402091004896866,0.5947050781929003,0.7467263168233439,0.12242779415361117,0.5624597302238836,0.6913477779571039,0.6078757544488763,0.7838821543022204,0.7208232267593706,0.6589928830403027,0.578066665321269,0.5918836564777205,0.25152058717461123,0.5109422097790842,0.45213492896186236,0.05743311656286003,0.8098281401229779,0.240246637567601,0.7582619827389576,0.7743238614456005,0.6464279651082543,0.22861294041636582,0.11495039275372027,0.6927631700753447,0.6474392275948362,0.043005499667599985,0.6090911640168115,0.10977148068959128,0.5949119064881238],[0.3747094530050367,0.02090670218206506,0.3482926096158695,0.4258317851224479,0.30049195148554214,0.5158606512974676,0.37869971090677623,0.4119137057220219,0.7284709130778402,0.010581798922847876,0.23364779288814708,0.007709025901083539,0.0000407329494907064,0.5066739659134958,0.000128451867232551,0.4350023162780404,0.1850870916083412,0.45615054048829307,0.14602637590315998,0.6559493535850309,0.002703626235740423,0.008185923169446774,0.4478417216582395,0.5626052697503189,0.024650486331285686,0.16726768177877435,0.5089836441635247,0.4015981226393591,0.6374767276356861,0.6343451965910781,0.7437920862572321,0.8153694050609982,0.8207774569053343,0.364040997636886,0.7685726622524792,0.4030411968735578,0.04541974986974733,0.7108661689521102,0.017163802870381127,0.44352800496484934,0.4358950318126678,0.8095340510877929,0.4331605794411216,0.286924458160142,0.5871518597500599,0.5027105899302816,0.019162175054705133,0.5638802095022953,0.0346422933406773,0.18784118026232066],[0.028000504829901175,0.9220062235998594,0.3521497808955257,0.5985236944140311,0.0876266365720707,0.3586195790688196,0.7635893841369905,0.5544453958325111,0.26456038359103706,0.7851880949708424,0.6747025193094023,0.6548215893090151,0.8038591442110458,0.0007880213706898166,0.5608041768030813,0.00400094456615562,0.218719444940357,0.1339264878738403,0.2642770011473163,0.14066209644371822,0.1863359415319057,0.45142279324666,0.7068269405245814,0.7639530248243023,0.7033385337531829,0.5601246613174057,0.871710559997838,0.5049892963103865,0.6577330716879426,0.04042679987768114,0.25955380619786317,0.5352230654587754,0.5156429116172924,0.748256954392959,0.8349433395348674,0.6052449743512798,0.4355041743215265,0.093801818136915,0.7155361095682655,0.8216980113899253,0.3190778672351038,0.09054573724072836,0.3683731872441944,0.002698603739146029,0.6918120474300855,0.636675130059222,0.40445514731227034,0.4616417620126942,0.00209702272142193,0.8244324807765101],[0.007524021030711803,0.5634823924915278,0.26655663368148086,0.27119736332917954,0.014748425661226234,0.19277208578437058,0.7024168510960775,0.3622811532131936,0.27102480014421554,0.568259214102154,0.5105725081409466,0.5973715184645982,0.2254376501342984,0.0005918356655620279,0.14175582522899946,0.0017846624710893284,0.5767941663495776,0.16475274394494746,0.2601896323011889,0.7547648821280357,0.009815846209253758,0.034091883411243584,0.44037602919144225,0.4315546667338755,0.4233672831609539,0.20818317993006533,0.8385659827911377,0.5868102237384384,0.8491736015114644,0.24603250947184813,0.4278786944093008,0.8468968081604635,0.7856789133408099,0.6675781383485958,0.887008876789922,0.7661084417190539,0.4708696118071026,0.6738085328562641,0.13490373887554943,0.7886620184046848,0.07896992982274895,0.2195416758515688,0.6862305544145213,0.00840932757187389,0.38456087819326185,0.6229563881539949,0.24633802308192626,0.37106436159700523,0.00042477700587652804,0.4775107737581898],[0.006298945309014439,0.3370520641714435,0.637308435315727,0.3129829643475197,0.012278717773553632,0.14727215224702475,0.8123197291441274,0.34210503938368925,0.5316797240258053,0.6066490995722629,0.7416778090221348,0.4610630510936113,0.22202389451427304,0.0031222645694206283,0.04206924892813632,0.005787105581933981,0.4984064548341356,0.10846092753954453,0.3688117608832669,0.49208325535051206,0.033163960728048954,0.012317284722963938,0.7521096742359029,0.2534630049891011,0.32325932017752007,0.1478391756893284,0.5933189252493197,0.3885551381817912,0.7743323223341654,0.2350124588902215,0.6184570291100872,0.7466899476236112,0.8518804206569672,0.7792924131084722,0.7960024615150115,0.817320054051818,0.18834135115972384,0.22986690118847392,0.0737796906258539,0.8099193908381284,0.12212633393765103,0.43664869870173306,0.5943144932037152,0.009237454844177675,0.35884565473593383,0.5413910596330542,0.2064010494121279,0.5900784333575506,0.0007475227756892902,0.41410048633292074],[0.08752399874401144,0.8832448029228659,0.6026937548354984,0.7830979515944959,0.03763369188216459,0.6195365957388638,0.6651988433811126,0.25573783400858247,0.14284369767719018,0.5266609447143438,0.42360887771485684,0.5018590910685459,0.3974548786449712,0.03370544658092806,0.4247912624057163,0.0038865466461801444,0.24800115444525675,0.07805606792041175,0.43406375527877294,0.09836770103044978,0.6717120370988199,0.1128916042060724,0.7950518547927317,0.6278631794431955,0.5973100579439872,0.5829289691928928,0.625322339476684,0.7481399192583494,0.8510224658469859,0.02985075847413087,0.40182596236102086,0.6261660023936231,0.5222489431232037,0.7952096324217874,0.604008180247016,0.7283869248548134,0.5912659702541065,0.17021026192209618,0.5273941645222311,0.5066741714963932,0.41667570919524544,0.19042059775788645,0.17927352437520228,0.026993690150306702,0.7475068509721934,0.8294036689045418,0.8231609281100369,0.5325718862441423,0.017803329779684775,0.8961014253654076],[0.02022138532196649,0.022525274337469186,0.42581536331270403,0.06884134667291798,0.016221811265397987,0.08767289040732056,0.5359274579078864,0.22616852921470876,0.7974510147555643,0.4439626258073498,0.3682950383656139,0.12167003536018182,0.4047921973223046,0.15630114853552682,0.5159257542480437,0.09473606897659657,0.34838426741086986,0.35034565133053225,0.744935636848397,0.6942245312951246,0.019122230514858864,0.010597814137281324,0.559709024859703,0.0741242138159042,0.07638525566330083,0.03040658332152578,0.36019003641650227,0.8598836749253684,0.579323831298664,0.37894030796455547,0.40112260311388515,0.6776919757289042,0.17614598119326288,0.6601081481985687,0.47295635421419036,0.7387180906833936,0.07526845918526938,0.8798876464043369,0.05985885566705568,0.8044292463061212,0.4201139082852687,0.6701149718627625,0.8115568766999314,0.5396609865436428,0.015843824741449516,0.31184051043482186,0.015617858661700035,0.633367654898943,0.4848877210655515,0.32515354106586847],[0.20839794170460008,0.17850097070750157,0.4868808850193076,0.7121492831782105,0.6895017545228375,0.002600702203730052,0.6425988808358996,0.08707865820207505,0.26260108837748425,0.7272494822592925,0.11696098641393039,0.030718460263095684,0.6336541454794026,0.7111538573050487,0.6907585790433725,0.5311628771072379,0.3029792651488082,0.3394518630176519,0.6311898995051621,0.6072458204191943,0.5287327631464845,0.1425447875566396,0.7266114945419226,0.4544612345032053,0.11526776165074606,0.6144902220640697,0.6508821990919855,0.6550258836629784,0.6930105552625112,0.6507051533494884,0.22088244201850316,0.5439054063040831,0.6848126022964223,0.8572207728567477,0.49996033119896477,0.03224493175274148,0.003082517343222133,0.13659591284555167,0.0921119254240915,0.33976090563263217,0.8706161309868018,0.4632759319561151,0.49637984851220823,0.5646682475296515,0.0006329034844858605,0.26822573395581795,0.6997678455445318,0.1695626054402489,0.23089087835885305,0.6719713248058105],[0.5506679411520166,0.04557019120816821,0.5292855660420532,0.34020469127693237,0.022522990490805733,0.5854418133334283,0.7516811761500478,0.1274772278245766,0.2682466644048895,0.6091070715457882,0.47440787700252135,0.41334916301219593,0.5205979993823638,0.21320001053196652,0.3200345531465959,0.5867242506358806,0.8262336804011413,0.009070198777737577,0.0003202685410111858,0.09106797518641038,0.049961023937601726,0.09882405684468423,0.6021142283625012,0.038654416611333925,0.10223678288815696,0.32927140526745924,0.001001023726961134,0.7824780815797262,0.0027261748776523514,0.7490530931873276,0.6259783693174839,0.0015863562937326425,0.3866563642920384,0.026379533835305887,0.8384421777766237,0.000018378681949927286,0.8607723001672132,0.12993987273583568,0.16961267866844193,0.0035743317927669303,0.455788614295624,0.38588269881213516,0.003228216797444751,0.10928538877852427,0.9081245693384613,0.2938464691335225,0.7815809874663984,0.632686804678555,0.09144383502674806,0.06173980868216907],[0.7233370915370735,0.005230002921405938,0.6519906661812397,0.20592500536914227,0.7411740701884656,0.7865285687518847,0.8373382635961337,0.0008883269657432595,0.7449407983767705,0.7701477368409576,0.7051490534768496,0.8588976521663767,0.7481955703224896,0.23956733954039572,0.17629339989312295,0.5669095461957958,0.8070928412075181,0.0009636375534172,0.0000010788836530627178,0.03710075067684494,0.18109236469615658,0.007378094359527969,0.7541432983327861,0.0017348211825037577,0.008047835278605153,0.051481568952572235,0.00006476152399719794,0.5792284894798906,0.00008130346570116499,0.8199480639044484,0.05816950375819677,0.0004506079157014619,0.7495128016135965,0.025446878282711506,0.46270809751651437,2.913760415206116e-7,0.6836946589938835,0.0009618991567367563,0.594309546264981,0.08124900282879279,0.39602641675902417,0.31880653177468543,0.00040635454785015683,0.9157794724008832,0.47227155098502166,0.37119099190639543,0.8549063470789884,0.37206932251684816,0.9096300774462199,0.0014131615830548548],[0.9418376403422462,0.000009100221123815306,0.01635433262458026,0.00009129053569640069,0.29125369978110754,0.01927429700468552,0.6139051945791101,0.04076333583203256,0.7872376023162608,0.3424875385579121,0.3954323971016757,0.7567402136919003,0.3747662597712334,0.001048228105660051,0.1876585480302668,0.5945543226749291,0.7196960399497683,0.00021563134223129033,0.23019051775561003,0.6738188725608685,0.00045044670436447296,0.0020725432169974075,0.703494699509986,0.09616473856227721,0.011203781026670283,0.05235415703394394,0.17108115882785904,0.5180721457782572,0.000016193750509761352,0.5147685066966652,0.4918056626730297,0.7110368989134681,0.7995634658320321,0.26633644956836044,0.2884553421252,0.23810409723986978,0.7123285925309202,0.3649369660250735,0.4790548663626047,0.3625744554009835,0.6284610944401522,0.0019414636867071775,0.2207160605338561,0.44811703004016296,0.9685905038181017,0.000050060413097540914,0.2366533937279607,0.19200679693721062,0.805049492386808,0.0000010362283323281495],[0.3278482540996794,0.0006474731699961631,0.09610843922490471,0.002178475290717599,0.3541443996941587,0.09925015003149,0.6899179429055057,0.13303865485271643,0.8381590561088911,0.7703762538982247,0.3976129216521074,0.42552305496577697,0.03463009877040421,0.005979238881262706,0.0014311512355645326,0.4661739443228938,0.554398046033387,0.002466924138074875,0.24681893339923702,0.5023947827437185,0.0000035248365760604098,0.00036442246826733223,0.5593324357747048,0.090376875524683,0.042323539072410946,0.006418821691153805,0.09385098635413841,0.6849111660406215,0.006484630924253802,0.6371696077291403,0.37995782303470305,0.1356947928931723,0.7261952286390748,0.45439046988887305,0.3242175976865788,0.2160000860348509,0.5294105764313597,0.3685016015887488,0.28948537384663436,0.4221933016865092,0.3550232625969542,0.05614970269611497,0.3530116600477043,0.6035907436199545,0.6363253663320567,0.0035757018227336643,0.48258595843673363,0.5509345523594246,0.45126033659834813,0.0006320133256729385],[0.8334416759640273,0.0005737731100222264,0.21523516759630834,0.0010727389492340656,0.6553294348139348,0.7402562348732971,0.8095911026051719,0.04765864625356938,0.4569312746636213,0.6864858488840369,0.22690323654697725,0.9187555802148509,0.1834980087829951,0.005705370018955246,0.08389043652360806,0.7445787467785535,0.4670389379623818,0.01235177826262236,0.12013695015460134,0.37084881377196416,0.0007089784484090699,0.011024711523651276,0.8540489328807614,0.15148746767809396,0.14764152450757867,0.03873504351655809,0.07389742299869047,0.19409025617098513,0.009063805930784543,0.7460713591235115,0.40990090208758106,0.14266313285908297,0.7412244628287683,0.3874313692029215,0.6098865390054209,0.09161254361457007,0.7266953659125641,0.34474306470063054,0.6823632664599678,0.31194404491179856,0.4511026775551633,0.07136452539656207,0.181647261790575,0.8087943393172706,0.5360358690337143,0.024463111850721062,0.706324959547117,0.6150836120002683,0.850471000974657,0.0014550564561421355],[0.46888398691038896,0.0012446908026239427,0.2605211488219473,0.004081065957460802,0.9012963518996933,0.9487446317899205,0.9500564710231556,0.0618711062273559,0.3807235174062348,0.9119927885693202,0.259867536099995,0.8830800925409321,0.34280284272703626,0.0027305383961256035,0.013560995343322677,0.45205334389011614,0.7114806800920463,0.0029957756599353676,0.24094385151686137,0.3039368874705322,0.0022055358064298923,0.0018607408417169904,0.8479468364128988,0.24359826173714572,0.15441600694523702,0.11389089217779594,0.12171109760153677,0.08844808734568455,0.003710382277676103,0.9025305990763947,0.1899375974657623,0.15049856290310384,0.6285117294803438,0.5248349462135132,0.18184730464410148,0.11201113727886304,0.5893014596512705,0.16175400010845636,0.6061888681943681,0.5059667670098661,0.36125609825917915,0.012436436178920198,0.14465606565897693,0.7818665984953834,0.8728754448468647,0.0032093522887224873,0.8151659318834034,0.529836115579314,0.8617905160056417,0.0005916000786137436],[0.9594647410735812,0.12495066601369151,0.06924068678146676,0.10430699713055583,0.5441895626756379,0.50460235934578,0.828889631271238,0.6091018617489823,0.6633406143759114,0.7789721297233447,0.017660339819369122,0.5784404149838355,0.8305710282650419,0.00003999491033871277,0.07096152916627134,0.7868068999361518,0.7385686763833651,0.00000564013593346793,0.12667228227681243,0.6046494979831458,0.332139818834948,0.21708361980813462,0.9030890499845329,0.04517401346650473,0.00002543504930432502,0.49466485741190214,0.39004830743245683,0.6609036880173116,0.000002656118500325348,0.43302267782182896,0.8727580157823065,0.008818708603807672,0.5245675745630354,0.10418950435834312,0.004542539214052292,0.1878660383115874,0.2275494772709447,0.21533969154800248,0.6490087562798122,0.00003821130738881601,0.0000013709433926873672,0.00001971191330926157,0.0009161388690656632,0.1863375391090403,0.8456554865265797,2.4148020165171213e-7,0.9372720225152329,0.6799121908729397,0.7131103087816018,0.00012323082717626466],[0.9155074432885736,0.25294074793161414,0.42585371929065424,0.03348119908267377,0.6315588934162446,0.6219638137755648,0.5735816646318932,0.6327497593748959,0.6844483684105003,0.3084401701766822,0.001885684991352854,0.48793083921527464,0.8797389241622585,0.0000025878266891446933,0.04885141452376684,0.6812299512349149,0.4066411958546168,0.0000013281459054297877,0.06723979965815148,0.6635313798891747,0.4774313183270246,0.354811239035682,0.952757257375843,0.07872224289358454,0.0000019282068792264167,0.6625984364646046,0.7083920735907107,0.737463711647164,9.759136917870747e-8,0.7702357262508289,0.8895359069006237,0.021565332004668862,0.5520314673795136,0.04720879165076539,0.0037597147789399515,0.04901278073588105,0.6514526148725693,0.10131668460796835,0.6675230939416769,1.837293702473925e-7,5.241316374008477e-7,0.0000011606791381198796,0.00007871904032505999,0.6535506476442329,0.8003695810400855,3.9288116420509306e-8,0.8879697888090732,0.48141253965220215,0.7987543551964634,0.00004967320129997219],[0.46609996226914474,0.2523273036123992,0.01245396773052909,0.5643833543859604,0.0024041304793650676,0.006498276640480649,0.3131076930247035,0.6423762254339039,0.5365832801024513,0.002542524847859733,0.1427348889819368,0.4604107391670741,0.7337672662347506,0.5515230757924655,0.5324461080935946,0.3841274798780646,0.05039682239869842,0.430419735646472,0.3345689446910562,0.0015655231792232197,0.22484589752105957,0.21782625391676141,0.07470139240762895,0.5983083642899378,0.6263755160691751,0.3586029762201761,0.2873376977362659,0.0019276633751285003,0.7801020430639719,0.6262496182941253,0.6841681160528397,0.004125380306997696,0.48278444109724056,0.8026854828545235,0.4772727750703825,0.9044497188306971,0.7077042781258291,0.8280291826275508,0.08953934549202189,0.6300719142200351,0.11162373046345553,0.45646942373662425,0.21284714859439516,0.6891819604171733,0.852775904158648,0.2524887533366657,0.43728800808778184,0.013074314306710265,0.5350135051553333,0.8872226559186466],[0.709764484224793,0.7803843273971476,0.0103799582157134,0.6541395732495219,0.584810497703254,0.8635933639670642,0.829834468049498,0.5525531247492617,0.7232588990226831,0.5548180250961204,0.35858143107725043,0.30843419622586715,0.7599680136893063,0.7096896015918879,0.0861078034666074,0.0021568007291535847,0.04091907741045041,0.8120257906869378,0.7990162821602648,0.5568813512024857,0.11922128274936883,0.008287654874150339,0.00017619690720658404,0.23044266876836172,0.5276907590175407,0.7770660386341243,0.4491110231964789,0.0012863841331446752,0.006556785962223702,0.804954219181154,0.8807978547844078,0.008295971933808995,0.16107869284045484,0.5796400616418016,0.3823305681649658,0.2913058917208292,0.7612627697631829,0.6527116538093327,0.7245980561156291,0.12049122237243387,0.33530736126190036,0.7001421255334975,0.32683585101906504,0.8028134824151559,0.40048389219539526,0.552268690726512,0.42676118514470873,0.02732929401474867,0.22738740836823068,0.6427392970824259],[0.03340042063415811,0.0006524246127809581,0.6571126286456869,0.2790644849131342,0.00293744992847495,0.00022236004606371218,0.32097758242080554,0.4088416878900684,0.1163538781891154,0.0016280870865279437,0.000002195931057473366,0.05336472060823403,0.00002609081080372251,0.44057697147605623,0.6673381989080478,0.020448706956380826,0.8965797668244795,0.007079266636439021,0.000004540901228514512,0.2074502044644804,0.609755814924765,0.011563610732702923,0.6325345051066361,0.3014860279020057,0.00023741748894445523,0.8048557040573739,0.45160771972279123,0.46878054469177405,0.5286122391919097,0.750999595620781,0.4545346148732434,0.00014671218457382057,0.06867363432165856,0.8523632964473424,0.0012794319174092668,0.400203057386956,0.8405959254322573,2.7641658030760326e-7,0.22484255257145708,0.07673550987806377,0.5290374478575723,0.020657422295017297,0.00016212236234953214,0.04276718756556824,0.8987919416963946,0.7989619590154463,0.14857449498689973,0.3752630853053394,0.5197626558878555,0.05849586141989942],[0.05099603151620045,0.0012234184881591596,0.7129345876763301,0.09151492887392147,0.019787700620316005,0.13818974537352455,0.18630195866853874,0.056065911963205685,0.2045279739717868,0.3684001737422436,0.25443980139900296,0.08115286773780235,0.0014251634052813017,0.7228102039656631,0.6432006603780966,0.419799575570867,0.36605870890036096,0.19200563987409938,0.021603995922668318,0.46796276435996503,0.537586591174903,0.27021237693964006,0.7653381218419527,0.1311827340439561,0.33117288016806345,0.9059104050056437,0.5951826152057292,0.046150744329559124,0.7167279969404742,0.605359557682769,0.505653769163036,0.0013507606734595309,0.7642717964434432,0.6922321835836195,0.4687160050735095,0.4804074610414064,0.2096438511190586,0.00022349054704616728,0.7055277903202745,0.05396148506877379,0.003817906763725384,0.19311024031646917,0.003365221340904068,0.2125764895856215,0.508005240041539,0.19807663994359032,0.23483807130203438,0.5673623026746173,0.8947134957369758,0.16497329263767552],[0.00021632762222534058,0.09602926649655005,0.5477945787386758,0.2861558840356896,0.0035889247615146125,0.11485025478845096,0.002712697644906425,0.019331148725006034,0.10613134586406793,0.6159779060978595,0.37194107879688937,0.009924587889479556,0.01409488983602872,0.030445490063101103,0.5068983573881746,0.4942041723602028,0.6350943131893817,0.0156550133234038,0.11568937975812153,0.42274840345626963,0.4887093543898933,0.642886840168683,0.6350426840132484,0.6223641652338046,0.6205928767937969,0.750298399418239,0.017257249622608696,0.3061972803300068,0.4897791157845455,0.6659598598232668,0.6400481829044002,0.008123382715835173,0.4881775509907537,0.728043684833033,0.10555473973685438,0.1748655838985962,0.8950076463313043,0.009554915758448114,0.16676500060770683,0.06200404765318536,0.08860979780590021,0.24283656559128833,0.0013671557296778731,0.10923245129441318,0.28214963280938027,0.003269882012421376,0.12290688647852634,0.6750476159230877,0.6306794058800208,0.34930259935247066],[0.30285559293083625,0.017215771672469564,0.04019117517063472,0.4353553705055449,0.019721465896987075,0.02020335439457348,0.8627637459940741,0.2707382361488066,0.4671947794750335,0.23465946619008868,0.24015384352318198,0.3346419452344892,0.026555919077518475,0.04639201285721797,0.12169307860837576,0.4795441900196125,0.763116384336914,0.5458631217647949,0.5404470938228753,0.6593815661567705,0.06074041769642304,0.1968824460378942,0.07214468913607174,0.08755037651892594,0.6146369970300483,0.2980650206295948,0.22406045035833302,0.7103517428732189,0.07928644492743166,0.5666223301484598,0.26295971914731947,0.727656621641955,0.5331762766088068,0.8389380620416179,0.8482275845382095,0.013274143988204628,0.008742470160493633,0.8728819005716516,0.2962791506270029,0.4759848023342566,0.5775276089630987,0.824728388995646,0.4500506101008582,0.5540837554844894,0.057858332869220166,0.7620027338137486,0.4354333536179853,0.1453511740572391,0.5018914488611937,0.025083431553191655],[0.9615066517279597,0.00012236456701958135,0.0013007860574027806,0.1030411410279067,0.01963441948223361,0.00075163553162844,0.42509942229883285,0.38609675690372924,0.23932081951926304,0.6986748232526397,0.007661084674358173,0.8501981126797341,0.3046801038082989,0.0013655517981196923,0.5668370675612323,0.7584345406216279,0.8822745377194752,0.29234035768810185,0.44647456289029674,0.5775843755774209,0.6281434258793334,0.7753197883260694,0.05177395337262293,0.2743598394702407,0.4790465445170676,0.6796996992869917,0.7972399863008772,0.4804456816874371,0.00007057943327050682,0.540193801130684,0.1110362387915711,0.6924119169392382,0.4576504264050422,0.6126265905947939,0.8553084661957948,0.0033406232999343742,0.0011931111478586727,0.8281073822851894,0.9560660198814535,0.7456150366950172,0.7576934973203172,0.5700208905977923,0.013802445407006312,0.21826535697004093,0.0835110457886096,0.429525441640614,0.013394250062720338,0.0009956880951171156,0.9202556293679934,0.005113529748650352],[0.7335420802377246,0.2942889407129424,0.5025791528253245,0.766724348921106,0.5138001099062898,0.022177164550352818,0.3430158471764184,0.5539966117474522,0.7810131772068964,0.7391178806039883,0.3007378714745658,0.0013576868502151087,0.45539618386444913,0.3644459416544674,0.16167742246129602,0.10696430353806773,0.00045683869350716266,0.3141064395196388,0.009132677447458635,0.8215105081786249,0.146623418578487,0.7208275062049981,0.6731843452065144,0.6121516413548082,0.003194444214507963,0.8083979765523304,0.000791700575810819,0.5869285261431624,0.04597265142770961,0.3149477828603926,0.7439693381124288,0.030785275935992475,0.45706731412304225,0.9336499278859951,0.5123546985487174,0.809574980787076,0.6752758118459882,0.36135575379996615,0.7366712434980001,0.23798192604888607,0.014346788809832381,0.8896486009328697,0.727229969541885,0.8537298588475785,0.3456910132996426,0.6291221693390028,0.8392266524590707,0.03195782213739054,0.6421370766836408,0.48868178553491604],[0.7446902464659141,0.03385121582900654,0.5488199191619613,0.8723702844881239,0.5569490387801989,0.6072161181193958,0.6045778492952824,0.6410984399056775,0.4460825959916124,0.10000711585114999,0.5322276271029966,0.00013755933485012827,0.9013135150833975,0.3755966759971998,0.9027286970772583,0.02773202565486179,0.2138711931785227,0.3444379791493805,0.020609027943151722,0.7421071157832888,0.44264874027217993,0.4443527197005637,0.6846928718375167,0.40385108668050146,0.6648336964100705,0.9822867361616292,0.07256515506859659,0.8867286562576473,0.07955033049067246,0.9553114343936716,0.038652079204862494,0.13550919279388798,0.09924775523931456,0.8204640490180567,0.6034547660836894,0.8651330466409631,0.0055530977156780115,0.028461186958253143,0.36203234677800145,0.6872013908018824,0.003326635373215692,0.2777498353189732,0.7861178250392805,0.42434130403644227,0.08927086582764693,0.937912391316964,0.7997934206556905,0.0005085889482530485,0.5275488697817481,0.7891470414364977],[0.704708949437665,0.10703562882993606,0.6461739943479454,0.9681643765512258,0.186024937687533,0.07621109401786211,0.9211012006766177,0.9215696320122866,0.7469950834022333,0.8761866939242107,0.35218608901704346,0.0015882155779193042,0.836336423510591,0.2571661869681139,0.3241223017856472,0.8044790306478554,0.1734592080025725,0.3027939532459565,0.41612837063513836,0.600444752976207,0.8862960946375563,0.9049022343361176,0.5306288613048626,0.3625875562636402,0.0004297923213632948,0.5376135366642044,0.6795518555107982,0.7943372840357704,0.11069798575475194,0.14035074908362882,0.09926776986250918,0.004126305368900338,0.0875624836010518,0.5932442238122222,0.24368376722138294,0.6988352244074904,0.0139588349653379,0.1405153531149986,0.7333383429411786,0.006202621271488783,0.0003009412336246738,0.03425139940438542,0.20242978972116188,0.6145015413883098,0.6565303608213836,0.13372144014063925,0.6581540559123863,0.0004850754405726138,0.10146928230311812,0.45552345626452767],[0.6343274105761133,0.00037570763808999114,0.8476228214945215,0.9705450848546973,0.11954979365180439,0.46541140721552776,0.7326430621750928,0.9682311984623424,0.21866145095833994,0.5107802728807281,0.2884260605487671,0.0012219887570229157,0.6019321433799197,0.28093119786037735,0.8135524636134683,0.19839984999642174,0.04464980051296826,0.24751023506137973,0.0033650371435174375,0.7184106763258101,0.05963281648077768,0.7257329137021521,0.7922724734664919,0.4716278622824845,0.2489434588067438,0.765333129791986,0.08710778584884225,0.47771383215586855,0.01449989628042901,0.35005127540526654,0.18393372974597857,0.03592532510146367,0.6327130915479141,0.30610129637671096,0.2829587591164787,0.9115637392352918,0.1439399979474237,0.04833352383145367,0.3199949582639063,0.07255403496983234,0.0006435961090314352,0.16242691100753465,0.2796458330369211,0.5367935267702946,0.34313685838107316,0.4029809515717547,0.5123179487669728,0.0007131709775616119,0.9654209841437595,0.250232577603057],[0.898476082676947,0.6194777033398828,0.5616477997267747,0.8540762313937317,0.8071701836375087,0.8251719744902157,0.7884664767558603,0.0007029434479085125,0.6073694289589288,0.5804637860186035,0.17799786204176749,0.026469838857616584,0.3216185915965541,0.7991223206824035,0.8029361145221908,0.6525003422108608,0.06657824951600999,0.6969207959245043,0.37459971618056237,0.8085921645265031,0.11306392488685778,0.20516568391355372,0.9147702238350589,0.35082518191940615,0.0027946165045335835,0.000004403537185356609,0.6734271386800824,0.5108194518366812,0.0022914180117709388,0.8551332324794385,0.23157597731861773,0.7585897948688225,0.08298638825863994,0.00025523366637611434,0.7050515737687646,0.6922171869019962,0.6010711967269585,0.0023490983687494745,9.353104156335865e-7,0.0552826197472918,0.1385851372120532,0.7359317280734314,0.36927751080340687,0.6551570980365541,0.4665949876294891,0.8560958454903962,0.512033701595298,0.49843145069752465,0.7579157616069299,0.0430835125524596],[0.0033952883500708163,0.1691377474802557,0.6900183758373458,0.38314011422918853,0.6521904925888178,0.36205465126117203,0.7623063689841321,0.015952705844505425,0.7212261888124153,0.8370535000129654,0.481619228412357,0.14604779114389319,0.0195720961437262,0.019707845364241104,0.15210221837935567,0.49287716668954135,0.818655526564311,0.5802744386447295,0.9045342398146259,0.8410752339016395,0.0002615567844800022,0.3432612107706071,0.04838838396251062,0.4241719628742011,0.006206765527042197,0.0015532764324932564,0.506497925989218,0.7218685852068607,0.5843951769968286,0.633153369562032,0.6387056837257806,0.7303772707862308,0.5727398425129118,0.004808275335610451,0.8394222037749444,0.4657161399382554,0.4081846672135999,0.013841165155510775,0.000010420944540739106,0.16334450852329266,0.15762126919831054,0.8884531572651161,0.7735652610064029,0.3369176808014619,0.015807296022821233,0.48814680364715446,0.5373055617674009,0.03981837280510213,0.12715190988524447,0.00010889715904900437],[0.0008348895520777894,0.0077076733285889034,0.6552870250429133,0.002784702851682177,0.23478209463833918,0.06218674532688546,0.7078993041621677,0.17416093558737175,0.0256076380373029,0.4445532786298106,0.6260028777440027,0.5601858149083497,0.08162591966437778,0.3225972257483779,0.873588170802144,0.6332390050129495,0.531356483266134,0.2285575515846269,0.43054260734979427,0.03314084291555631,0.000313215137095678,0.5855709206843175,0.09732253103617389,0.18799857991211222,0.0006990409185823894,0.04449323878930707,0.5087163122959087,0.04511144383141213,0.5899800675369703,0.05111243786529381,0.7873248328403124,0.19789876555204486,0.03058619281725932,0.0988467621010483,0.21158114065030703,0.01948005663497917,0.8874878918573967,0.8145595299919391,0.5103698463432167,0.7334343622421796,0.07786309241580154,0.9395585582912535,0.6523799005870167,0.4986585774863504,0.03007303732623062,0.0007300996154204053,0.6859904684526801,0.00030256919701932147,0.7448579177103077,0.00007224959656546956],[0.2562858148539789,0.17427892437249676,0.01146497869149231,0.07534131428350077,0.0000405734196791767,0.7629511491720985,0.20676919535069674,0.0017349517179180286,0.4920254186119014,0.00012134082039645508,0.8569333986319283,0.7380235907361146,0.7635789448972268,0.799139138753742,0.957335423504928,0.0007383976879976649,0.8766296981896134,0.603621863307942,0.003356497140051151,0.6869184266196586,0.009439017352696654,0.04522981848325093,0.6561933935484037,0.010842130746662995,0.0003822153183943425,0.006504023057652995,0.28994259299687203,0.7982349558596686,0.5846188617210247,0.5900651580537939,0.32343514820128694,0.5754998545381749,0.7716943344116899,0.11944360300059641,0.000018441643400892455,0.5711791774683631,0.6219921915222983,0.5807247781694563,0.8149774241779469,0.8612699873273632,0.8157727081899632,0.2108604408007937,0.5223792419463937,0.3141217299924285,0.8484103114961017,0.2793628762667908,0.014641967066941618,0.002263058110163115,0.019404217371788615,0.001532863497006355]],[[0.000013121090086382398,0.00019678775576524438,0.000010692200921563316,0.000009160393577771738,0.000017457399039893097,0.000011009796333640421,0.000006360514384096719,0.000008361097169417686,0.00024428746878252624,0.000010779937268839287,0.000039559597430507604,0.00008028780379177469,0.0003260105316038786,0.00003419269368231751,0.0000024251362966663047,0.0002565973346455486,6.364170726206355e-8,0.000002285675434036518,7.195688992951267e-7,0.000060435958537432214,0.00001883032871575554,0.000054777710577949075,0.000010052187371861255,0.00001626060134162337,0.0001293462251273922,0.00006201809677629989,0.00000814771556103247,0.0000014462324784198862,0.00018988082366556185,0.00007497649240068377,0.000008460135879348155],[0.0008583419764590403,0.00017941481983541554,0.001119088483818718,0.000024262225525880417,0.00025958319992610017,0.00009105587421574099,0.00041851918923521323,0.00006850867322538529,0.00013013705470371145,0.00040185805794418515,0.00002203824663960901,0.00018911786030306288,0.000016235080505616113,0.8168263326885716,0.00017940073258410506,0.00010018995278415188,0.0020540664486196057,0.0006762409830182927,0.00005717406827409618,0.0001257342520165444,0.0003097935054758715,0.00021507258785123244,0.0005476214545838453,0.0003686882983103308,0.0002759507770385634,0.00016378778309622787,0.000022219047292286703,0.00206966538630173,0.00019389975370162765,0.000350385005777794,0.00037140508126629],[0.0005442173566418443,0.00011518168297806842,0.000695728960979351,0.00006567051938793586,0.00008547067407255008,0.00025706174064567516,0.00009115233091287825,0.0003582014666258721,0.00014889462799931604,0.00038097002840200943,0.000014208664826135518,0.00018336455619970976,0.00009961098971478937,0.8236111137573048,0.0002834870730342594,0.0002568044530905053,0.00024243155876157234,0.0004387215851329192,0.00002987755787865148,0.00024869946715259543,0.000238612346785969,0.0005177027530521536,0.00015651758085360133,0.000574143334418409,0.00009743913468844147,0.00013318101789136448,0.00006985613179223899,0.0009186941412722111,0.00011670592516534165,0.0003431018582623848,0.003005832556752131],[0.0002531381754413037,0.00009043533964884778,0.0003372155190264544,0.000036954000200070624,0.00035733608381960196,0.00011923661935976564,0.0001148417522687751,0.0002399759365959056,0.00010996335823910597,0.00005694358623492372,0.00001359397716603452,0.0002579431496291781,0.00013823827924770978,0.8111869859527029,0.00044764536119350104,0.00018900533034144193,0.005357832986154408,0.00020992342688705957,0.00033391301999861894,0.00006120742180516904,0.0003017966168389277,0.00002448025170679712,0.00022267738532425388,0.00030007942166850315,0.000013257295624389154,0.00024487255700716704,0.0003991171763407798,0.0017314735305570934,0.00014254722506303755,0.0004431070119107957,0.0010018030830562397],[0.00008788503179367234,0.00012524800788971905,0.00004733814771556029,0.000299904599696208,0.000013092520407530097,0.00016689063186089886,0.0008026655841474011,0.0001540916014378981,0.00029576790712458747,0.00015590284527672828,0.00024048018121238334,0.0003234092878660888,0.8474548720079879,0.00002391331542191727,0.0001308236830963686,0.00003982828499808824,0.000012437195776535706,0.000010755763832968235,0.0002213137179595573,0.00025371052348829653,0.00000695836077873526,0.00036234517413516844,0.000011484789825119226,0.00036222536073053543,0.0000886868574254446,0.000009602594754465326,0.000028643892068747447,0.000004401804556094739,0.00010361651991665856,0.000027627251009327352,0.00004351952505367598],[0.00001058444911889623,0.00024114138381250714,0.000017430439544650057,0.00002434166686276906,0.000011683927384497117,0.0006351637043163956,0.0003006380589175409,0.0004312737930106614,0.00021400353239447949,0.000008207370925251612,0.000002475944556407783,0.00036740798090746906,0.841577954989794,0.000002239609878644284,0.00002656674957603978,0.0003253166232377512,0.0000035218394544178537,7.549611857719513e-7,0.0000525381449816841,0.00015911205297263002,0.00006986479309721039,0.00002519932571628583,0.000012009716924965142,0.000016470983323230838,0.00016554540112811845,0.00001946009297936229,0.000006703460091226464,0.000003510286433317129,0.000014360539233165793,0.00009626873119439973,0.0006365751095491885],[0.00000513649335175829,0.00043061663973049,0.0000025183786932292706,0.00029837824968693163,0.0000017609518163205625,0.00015627888449483212,0.000002110775351669205,0.0000028396664767658013,0.000052044799474573286,0.00038967448283125426,0.00005132496659991744,0.0001792639928480652,0.8399930224646394,0.00002269864947014681,0.0003665954799289164,9.263090718720738e-7,6.617480255564661e-7,0.0000029305124036776754,0.00010460833797157178,0.00002349276876133046,0.00002988289915529276,0.00009432022266633729,0.00002232098957083863,0.000002915018180371839,0.00014985495193528016,0.00009189694930296163,0.00004484260419829143,0.0000056137849589167575,0.00005866944368140385,0.000007304140906689633,0.000014090611070954007],[0.000009520150943365897,0.00004798056041380889,0.0020744788339195613,0.000016919684437498226,0.000006522772217613378,0.00007290776616479082,0.00011512228729134559,0.0002304497101436388,0.0001687581364509368,0.00008699410475105448,0.000003985135883936072,0.000042475418492768314,0.0005362788198698295,0.00021379541740273894,0.8019040965089473,0.000013149041805438813,0.00026371825520986683,0.00008725812137302808,0.0001986950942304465,9.364909253377811e-7,0.00008171979177003289,0.0011629989811442335,0.00005961633692114803,0.00007828078673803633,0.0000061345887688923336,0.00004482498663016784,0.001068485751515066,0.000004207976799275387,0.000003732209545586616,0.000016104083743435238,0.00001202299508607204],[0.000008847780438429167,0.00002685389688362207,0.8546425345536195,6.39909157816643e-7,0.00001688891420339623,0.0004317927815011102,0.00004356122479373835,0.0001027744293159547,0.0003632631132280956,0.0000024839020225321336,0.000010773947160558331,0.00012790674668323185,0.000032819964437027275,0.000064567272563454,0.0017024225714440955,0.00003384979970274922,0.000010617965399725451,0.000018871438017300635,0.000022377118089503534,0.00008870531708742173,0.00011595923237056607,0.0010141924035462243,0.0000029884648408534617,0.000060018136612891776,0.00022956172375334494,0.000015187509019903498,0.00014906424000709162,0.00006015272267137873,0.00003857800241964159,0.00003665884379581617,0.00006683963630558491],[0.00011487365703143964,0.00058687283025484,0.8469357649194766,0.00006139461708400507,0.00004834814974796011,0.0002516634251011483,0.00011311042278435326,0.00044260022908154895,0.0004885783136769657,0.00009360670061059005,0.00007290223931904981,0.00043005224903441727,0.000030754822540413606,0.00024225696063660392,0.0008450856293562128,0.00003957073465464903,0.00049711103204697,0.000016895509256706415,0.0003534275713789715,0.0003845588308906057,0.0012628286625834587,0.00016971492989544383,0.000012393134158175817,0.000076821007441362,0.0004502671057979416,0.00009081937710491004,0.00005168711746230032,0.000971333704486999,0.00040419352184165855,0.00015087700181943322,0.000311534639958106],[0.00018652642212344455,0.0002038153099635074,0.8124543741701911,0.000005341439787381279,0.000027178559050834525,0.0000888713189760834,0.00019670186665767206,0.0004980374998588209,0.0004752963192441259,0.00016189968523127443,0.000025454886019742486,0.000059886535953651375,0.00004338740437626278,0.0019680256129205017,0.0003050577340353833,0.000013085008234537265,0.0003254158647678102,0.000012372358235741248,0.000018623277416304576,0.00037534386021925833,0.0005549117620400973,0.00046392665761635403,0.00003957091854826179,0.00000791216208376231,0.00041498613646779084,0.000003445956227783332,0.00023147778346627998,0.0007774914888020322,0.0002659441526391756,0.00007908591173380059,0.0002349028033159594],[0.00007190254237266921,0.00024372397585426266,0.00009433926796741535,0.000012556843797237038,0.00017261340791388936,0.0002758560150159999,0.00003173878029527092,0.00017987562213560472,0.000027986553496415177,0.8468515322578223,0.00002183255789212215,0.0000243599235865968,0.00021391516490730975,0.00018518859525543736,0.00008106283060927953,0.00003317573370755193,0.00004322793134581496,0.00012625852092409962,0.00001170592568888207,0.00019977217406049906,0.00012377962067330008,0.0004948278348870926,0.00014210566790187615,0.00009479225633738452,0.0007626441933583988,0.00010116934732181515,0.00007150435200260035,0.00021505143771493245,0.0000691350893125592,0.000025677376898648303,0.00026833874536372345],[2.0145195308017094e-7,0.0000780686705927712,0.000004397662677653233,0.000037098525256571496,0.000017013120947413913,0.00005674320653635223,0.000013576756572638276,0.0000030864823309894498,0.000009605163125641394,0.9094200217453736,0.0003369138788050542,0.00001333753425661623,0.00009342773993235806,0.000026301348572508596,0.000003909825892604653,0.000006056237127789392,0.0000020516590173798634,0.00006604839530291519,0.00014657546353651223,0.00016242614359040386,0.0000026311882610387395,0.0001788083952886417,0.0000026532405706565516,0.00007924527724830685,0.00005504583141315977,0.0003889603390111288,0.000024083220378380962,0.00007850196762892382,0.00022748593290374612,0.000015463317435215965,0.000022236663731065598],[0.0000010395870434651787,0.00009281399988587639,0.000004709211416424746,0.000017862024331914067,0.00004168898411292802,0.00013335017015554652,0.000032312351587569576,0.0000010726004243328776,0.00009217960744229088,0.8515965117590517,0.00007722134971553862,0.0000023995092075265437,0.00046799630353922743,0.000005558515571393671,0.000011892205895315777,0.000025267808151399,0.000011805642679490219,0.00009608390126143962,0.0002361383972583208,0.00005461285587097137,0.000005531213379266962,0.000137957170740842,0.000007972368658496984,0.0002607932796884093,0.00040043991025771934,0.000287314756114804,0.000020586038485827226,0.00010382666265266401,0.00005551024931957154,0.0000032123849825739083,0.00017271742433095616],[0.00003617481232962397,0.00007054930643146915,0.0000036800227099584297,0.00005315386247376487,0.00021622629173138381,0.00018801391058193172,0.00009884509567637815,0.000001674213266928805,0.00022447862799554818,0.00001159219312166688,0.9101483814011233,0.00001369617860922628,0.00002364554451756179,0.0000013740936848484158,0.0000010229236477209577,0.00000811457971716796,0.000014088317617585954,0.00001841785819478296,3.257228186271323e-7,0.0004460007162713132,0.000033059511309758994,0.00005555344514675817,0.000008633450949565218,0.000017893905522963653,0.00013510296655824805,0.0000024008329481358815,0.0000010616939961773433,0.0000051121916932125275,0.0001531781822245069,0.00007661404754388392,0.0000011191940826040888],[0.000042146409942898494,0.000005084402927647969,0.00008460030242616066,0.000047470862877034884,0.0002339388483989912,0.004599532740634884,0.0003539233182980885,0.000003400495531304702,0.00005995526496650925,0.00042463825360670787,0.8252170066334436,0.000021055882175395787,0.000013685851718353933,0.000017588651423831,0.000005002895152648037,0.00001690113911710519,0.00009808680764595114,0.00033013806009691,0.0000180208815569196,0.00028145379167685117,0.00008513259153449662,0.00009677856316968558,0.000029225498684379563,0.00006737546713404404,0.00046405250056354125,0.000010939214622254986,0.0000023189068038581386,0.00009324100125465289,0.0004980476590755621,0.0006065361693278607,0.000007753691291576473],[0.00003393392419295263,0.00001492438772530833,0.00001087215732566364,0.000004272888527197492,0.00003623999817293626,0.0000016239060382007169,0.000024583596779595937,0.000003724654615315712,0.00022979036935877963,0.000014500767572015635,0.9051537219824405,0.000022781436937080637,0.000007567603032373929,0.0000011015780420267134,2.7589823742766904e-7,0.0000015789352199287195,0.000003367093328529026,0.00008609498950502878,0.000005751571491214951,0.000012910902497989624,0.000023392955694649712,0.00009340809109367228,5.237355876057814e-7,0.00018898412443346907,0.0001501620311253962,0.0000018219115394488105,1.8163814028180776e-7,0.0000014265856764979465,0.000057477673200012376,0.000004741855813147411,4.933259550749312e-7],[0.00003570200087231042,0.00005699421082328987,0.0000030123361707876505,0.000037253143912066126,0.00022565555103841843,0.00012212731354462877,0.00012737156010174231,0.000021325240302785584,0.00012265206551317708,0.00003897650779551699,0.8584466075527603,0.00038909139120571045,0.0008229550637182081,0.000002331830084118568,0.0000010524982750544048,0.000021620574782371008,0.0000010597409501016,0.00009860531037914859,0.000006009727917257085,0.000227023130732369,0.000006918744895954256,0.000029058576650880795,0.000015145196226989952,0.00028634182137755556,0.00011592595234215835,0.000004099129914506851,0.000002027193313953525,0.000004537422487430474,0.0003854814090900845,0.00022800123385727803,0.00000481675174743298],[0.00005021187350136663,0.000016573987980141514,0.000022707953111819,0.00011215252599571284,0.000022940385302712652,0.0005569157643019895,0.00003227522251913566,0.0000011971245936388768,0.00009619328492626885,0.000014138067671712485,0.8488539673641513,0.00006383200621890071,0.00004465794500447798,0.000022790797434285316,0.00000782609803221835,0.000053105188073564095,0.000004852203107655282,0.0003433676601553555,0.000012846460101118207,0.000007673970152475012,0.000283166390049437,0.00020822810347830177,0.0002045681920031027,0.00001825932796828761,0.00005608052648825222,0.00005945423413823228,8.306425563543317e-7,7.364494457818493e-7,0.0006847754260056835,0.000051506470903491824,9.612724064224762e-7],[0.000002474228566206806,0.000004230768681628494,0.00006187241467890167,0.0000023187164977338955,0.0000011364400805491094,0.8200953272424762,0.00009871562887404112,0.000011927079014437311,0.000011595679616204074,0.00050938950478059,0.004453458247201561,0.00009673297427367578,0.0006711431057034252,0.000004217464983667161,0.000014440937333113766,0.000023503207225890078,0.000009310213015494765,0.000021602861412700032,0.000021557574141639593,0.0007275417821730058,0.000007427088179691649,0.00009531965124622356,0.000049088578908493044,0.0000011297976077897825,0.000009252322009950851,0.000010287267258966597,0.0000017889228820791363,0.000038957000692511566,0.00003871130838259316,0.00009408085009222957,0.000010878348890220728],[0.000002007891236912753,0.000004935165042013755,0.00012182834194454588,0.0000019005290243942103,0.0000028765259908574404,0.8618286725541808,0.000007919407184390578,0.000006102561687865729,0.000022689352885223585,0.000027068740854449876,0.0010434899232896558,0.00005381150206208165,0.0001638347570390036,0.000004416392426519339,0.00003824337992612688,0.00016874737440282319,0.00000314411708165289,0.000002338517409310529,0.000004768106733773559,0.0007962926564555181,0.000025815995454983857,0.0001456926203622946,0.000014335408177074567,0.0000022239330773381424,0.00010624995966330416,0.0000053517769185436,0.00001717097312625237,0.0000021990567513223487,0.00005429475750652657,0.0007264940642075934,0.000017262969217290086],[0.000002637563764256356,0.0000568446543970247,0.00003646575574187155,0.0000026321719017316345,0.0000397213378830089,0.8567093938159247,0.00000629587615654165,0.000009039018502672336,0.000006572501575084696,0.00003887345269043562,0.00016295631711089003,0.00004250984953488284,0.00014330641853839578,0.000003136893905592112,0.00003727652206657166,0.00011293686827924927,0.000004054948487487025,0.000006531212922484111,0.000028180732583090285,0.000003098036070593207,0.0000017015993847339234,0.00001463656587384883,0.00002940006517780826,0.0000026047536595633385,0.000004786026503262921,0.00011446133779777764,0.0000638799238309396,0.00000954448480461445,0.0001326222384326521,0.0002899254395071549,0.000032709686699206987],[0.001907937107303736,0.8237209123126732,0.0004028600743419594,0.0002725456379323991,0.00018149172320954795,0.00007871990847456333,0.00015947238763434963,0.0003778122183210381,0.000024117679187432847,0.00040864813690712784,0.000039873705169764686,0.00004394808870262792,0.00045541412778292255,0.00028640698010058094,0.0002594182425326785,0.00027809888504433725,0.00017332651382584156,0.0001976362356098577,0.000012599521064659418,0.0009872372112887128,0.0003631852759897642,0.0005548348651011291,0.00038041557671583643,0.00009664639570625911,0.000607651607521434,0.0002227069451908,0.000502062350036646,0.00008042896563501021,0.00019994597082142362,0.0003151299386297568,0.00035480533539600326],[0.00012227268770481525,0.8322833420266819,0.000007907131173845756,0.000005754995888685432,0.000004796621778538657,0.0000024693139062649312,0.00003315110078792912,0.0005416539038552232,0.000034674123815983684,0.00007149670962164223,0.000014508913827010521,0.00005428412178484355,0.0011569168739456969,0.000013279561758262142,0.000010475909622207859,0.00009137291165722641,0.0000030448204755245166,0.000003295000955797513,4.749681042675815e-7,0.00008791707665234512,0.000014078437754726917,0.000058107096705767856,0.00010934190999692801,0.00006537658796238,0.0006074563275837819,0.000004671413886335524,0.000008589627505733402,0.0000013275144976862334,0.000007043687826896784,0.00011630199851221576,0.00014314347628100686],[0.00045581572059914864,0.8400021547195426,0.00017112460130341598,0.0002948764056306192,0.000018187683830383128,0.00009000563662616765,0.00002768016311582669,0.000168277352492399,0.00002124593159112663,0.00012901822808292378,0.00004827419142855306,0.0002388003087561994,0.00004835607710120196,0.00015450153801559158,0.00022551769514860673,0.00012821678020457535,0.0004546429147167365,0.0003956675792138394,0.00001754323988002984,0.000011702496423454875,0.0006487585254768037,0.00047894636415907155,0.00027903329218165505,0.00033951840236523816,0.00019036275352041514,0.0002565836269503544,0.00013473207911025422,0.000024697771965054818,0.00003687334824535412,0.00027398478014046906,0.00033347226235900694],[0.00011666858916919434,0.00039642521953140705,0.0003359152239019998,0.000004823118868386138,0.0002544327795518973,0.00020692233062142478,0.0002592956445947279,0.0007026969880328599,0.0001515408543690267,0.00011810970566456898,0.00000105881005067263,0.00005149674900503173,0.0008263412463729528,0.0018620318253281096,0.00010035879119340484,0.00006676429992708629,0.0006672873777123208,0.00040173214092193815,0.00002452288524448104,0.00009272418549828369,0.0002373937218029992,0.0000535605352059551,0.00005535072663343402,0.0006356428149793126,0.000005532196757382074,0.00022325767714028789,0.00016813470874019271,0.00020581213590113368,0.00007822504885447406,0.0013493106970627518,0.8208152395323569],[0.00017987647922074106,0.0007032204879253278,0.0005569707421300931,0.000029101942592167166,0.00008496372419286765,0.0002982743284749411,0.00006453321352884474,0.0009439520317876813,0.00009487674750713653,0.0006934734217773649,4.5309865909068134e-7,0.000023212260706333892,0.00031864461242418,0.0019837200846418903,0.00007003124196779462,0.00011238922502911012,0.0006977012696670851,0.00011348423894519303,0.000029161125961944875,0.00008051563887649963,0.00010495853820441806,0.0003441421443028366,0.00002546362893736455,0.00036691203367980536,0.00007715709679634292,0.00014423223790405263,0.00041237110741125033,0.00017888254501248753,0.0001826671646268402,0.00045417038748274565,0.8350621247127635],[0.00034893385384354215,0.00016063635461714102,0.00025806260162912834,0.0001985069120268145,0.00010553754935100115,0.00010633719846206777,0.00026734653548292527,0.0004906001178698315,0.00003859543537271218,0.00022028849275812287,0.00014833560105138313,0.00008337014840063385,0.00011857143948079677,0.0019305860607846382,0.00011176362575767383,0.0004447990306517436,0.7980212870785967,0.0003875103525582359,0.0007207889268294585,0.000023818335898557973,0.00031125728618950493,0.00038152969257410286,0.0006686802174238038,0.00008800928534008487,0.00001625207702495128,0.00014856850416753077,0.0001298138589747825,0.001489807996443353,0.00027747321941153915,0.0002363595779446441,0.0002502443522402752],[0.00031285024285646046,0.0003931280432186673,0.00015193566962995057,0.00013227104274954134,0.00005794831995796583,0.0001703518210028514,0.00004353636137718716,0.00005799679250938055,0.000014652070787436849,0.0003174077439564028,0.00011067591321898094,0.00021042426108488683,0.00005816062437291471,0.00302261640179651,0.00047595174633093467,0.00005797538902012486,0.7889282971953956,0.00007567211087129423,0.0004900290092358625,0.00001127161968409531,0.0003972330756910764,0.00020073881064413824,0.0006095462580797571,0.00001929071751032075,0.000009397179431025297,0.00006577229115108557,0.000358962269077791,0.001679281988179656,0.000036205966811926344,0.00006463432604643461,0.00025454246048222106],[0.0000066058734394583935,0.000007632869437261167,0.00012900814174109123,0.000010406143482554925,0.0008162670846360669,0.00007938734650756284,0.0002470287838982128,0.000004078664473357855,0.0002833177753861709,0.0001633266828469813,0.0011001785750428665,0.00006665742659766984,0.00043332388894967434,0.00000818256751100403,0.0000011024721299980418,0.00006456012805368753,0.000002488872052479406,0.000003321410233139185,0.0000281463946547268,0.0005456109658243856,0.000007451886040287996,0.000013160032768984548,0.0001143800126266858,0.000015656961240745208,0.00004601442445114819,0.00025825480201473845,5.409290809343047e-7,0.000002261624842601316,0.8439658896707427,0.00023076933491258833,0.0000402287067808973],[0.00001283223285050662,0.00006180046368078245,0.00036892212153508553,0.000023509045699852876,0.0005017998881038647,0.0000609977240250225,0.00014616464106329197,0.0000028163915771388004,0.00004293878256674719,0.0001277186470140673,0.00041836513080928747,0.0001470948515432382,0.000030733494347827964,0.000009842063361421834,0.000005830120477028104,0.000032440615429650974,0.000011373153045866522,0.00001736163548450099,0.000019318633780998694,0.0010859232839691986,0.000001797164699156688,0.0000027504780207476964,0.0000927519923397723,7.027801413059058e-7,0.00006755988290105638,0.0009279614780132468,0.000012436105593764654,0.0000011783199849322359,0.8526934902970217,0.0007524617093375292,0.000015802241779613903],[0.000002004980616314317,0.00008847983976948995,0.000059390701168295875,0.000006613269962086841,0.0003041028082354932,0.000031957445623584493,0.0006479157270495958,0.00001805593883444435,0.0002649355886666649,0.000005381483381523876,0.00007810155128594885,0.8501055210285783,0.00007004330835423534,0.000013302221485495904,0.000036250386895141264,0.0000030791891296483677,0.000017856588891140092,0.000001648678638458126,0.000014312623644472933,0.000013954734736208873,0.00003876437170921045,0.000025183914642607047,0.0003453709365205029,0.000003248542119046842,0.000019253190479684038,0.0000017459482739845712,0.0000028707895637690484,0.00016326492977970295,0.00027826089818941267,0.000008609496476666509,0.000007197846387386048],[0.000027190509819930703,0.00013611733993013986,0.00003016118736980447,0.000015899632727787768,0.00003200165485619977,0.000041797196788998637,0.000060941708157235446,0.00003062876752053725,0.0001598024281219555,0.0000014907519530282692,0.00007870770136192466,0.8672098422977659,0.0006412294820429583,0.0000773261811596831,0.0001317148010519138,0.0001594381712733956,0.00000624976699451847,0.000018286547607496774,0.000011977733172213009,0.000013627786392464568,0.00003517840616014005,0.00004953464983120304,0.0007800565323767799,0.00007399580509559,0.0000138453266077647,0.000003879379503772709,0.00015111588765607232,0.0000014119801173631709,0.00009715685601826414,0.00009652503471629721,0.000012398131497134198],[0.000013990336106801531,0.00001786384898054438,0.00009071333695729893,0.00002299901779597378,0.00005251877154506845,0.00008958719739275245,0.00024762229784707596,0.0003241213471896572,0.00024894489537470485,0.000002706084409695364,0.00028122650960965334,0.8802832089239828,0.00010797517255559317,0.00009275204228226224,0.000033315885683295844,0.0001293480315621022,0.0000052112963392839,0.00003955827291500331,0.000036669841057336044,0.000008941508395989791,0.00007182330467300207,0.00011163855347393292,0.00008530105081248919,0.000032549683313676295,0.00006957071071837583,0.00000291638083796317,0.000020058947200568353,0.000011702148154888904,0.000008949716306856829,0.00014192684050903857,0.000049112437135227816],[0.00045879597183934567,0.0005963654033407398,0.0008649717817850619,0.000041348353087150797,0.00008978163937153373,0.00013359031279402964,0.00018055089962453608,0.8104639516756108,0.00039877071408944107,0.0003817234168752249,0.000001979445321011215,0.0003860563271248621,0.00036362853988474445,0.000052622273829089434,0.0004554930917649314,0.00025665412506669256,0.0001149479983760757,0.000022277761149222792,0.00010378807243377274,0.00003250343879643786,0.0002774937118230405,0.0009324134619788393,0.000055533773250432765,0.000009549441874833942,0.00006534490048048489,0.00004800373305776849,0.000037286984945793343,0.00009222169474758125,0.000007244180910144933,0.0003399694487564572,0.0008913220682709027],[0.8083086368187172,0.0026247620928870397,0.0004952283299262178,0.00023900371866237394,0.00022295508164457006,0.00005985399349795626,0.00009845348623358889,0.0005084322282781559,0.0002698956205979311,0.00014041447986770447,0.0007415722505674734,0.00021772001680869438,0.00014641593973864622,0.0004291270261467511,0.00008407283205539764,0.0004780412493576979,0.000697826636691544,0.0002638686166121818,0.000043632502139157225,0.00007572577130658628,0.00037220264833739204,0.000536689894495106,0.00021351602658885885,0.00011597235412984529,0.0004231968598172269,0.0002041814511754827,0.00016545758794922523,0.0001121411998830735,0.000007785941695171756,0.0006199943760075105,0.00016584403520349415],[0.00007827634922655418,0.00018553105775820112,0.000007042407002768877,0.00008561116147394227,0.0001412553600489137,0.00005689705444780937,0.000045402504294079616,0.0000154450291500131,0.00000758098343674399,0.0000011750242649095026,0.0002522217889675126,0.000020324208700821135,0.000023057578798975805,0.00007017798564806,0.000001904991796448581,0.00003424424798533723,0.0000033080852299695413,0.000005170126996618046,0.0000013278766835953355,0.000026344278220919272,0.00001962961071994892,0.000005778520840724894,0.000008281260606586093,0.000008139539798683862,0.00003868784763937882,0.0000070233109734767915,0.000004412664124781621,9.884487567315248e-8,0.00020474401198981976,0.848888245616433,0.0001065456076685548],[0.000014164370454399677,0.0001129329578639654,8.168430221782519e-7,0.0000019482895256808464,0.00005454614430354856,0.0008094269727000966,0.0000025711853958031902,0.00003496038366329822,0.000004638418468156148,0.0000058875144703617256,0.00019833098300493852,0.00006426547274027476,0.000012275575256640895,0.00010536570716332969,0.0000015803028625920004,0.0005272294756397046,0.000002868009484859581,0.000011023353795403048,2.0088608781496903e-7,0.0000026413381897551934,0.00000541153381210024,0.000024426861854199505,0.00007740089797778963,0.0001018929539669734,8.872225996256902e-7,0.00009041363398404471,8.607024674674319e-7,0.000004197102372836834,0.0003254401377852236,0.8393121120747791,0.00045506853669753476],[0.000014748668346193195,0.0001970318927819183,7.197731793829946e-7,0.000025472906311297142,0.00005970468975379495,0.00009477943073779582,0.000004936709613761089,0.000059734041883229016,0.00010387736560169121,0.000010253990297679666,0.0002343833651549737,0.000023367671486980096,0.00008080784941033764,0.00004226834106696332,0.0000019883442020017056,0.0001520499850522981,0.0000016991879279810163,0.000034686194921544345,0.0000014315209069357374,5.167545949102181e-7,0.000011762960126892457,0.00004851872379092597,0.00000958834224861466,0.0001275031139360293,3.321177448552669e-7,0.000030343590176942677,7.121634801780152e-7,4.2026054313988213e-7,0.00021801695190238924,0.9277470056170101,0.00030990569580096846],[0.00009834951550960659,0.000009892479439138914,0.0009908871293803285,0.0000031800238829490895,0.0005087500408140714,0.00010407278488366724,0.000018640400705712637,0.00010752604065682442,0.0001257047016497333,0.0009845529247489396,0.00003534866079915055,0.00013340023800192464,0.00003355175947807921,0.0016308220901656001,0.00008632889569007231,0.00016671318101275104,0.0018113265503865808,0.00018879902775859614,0.0002998883049139978,0.0005073076701708344,0.0006445103057693998,0.00021939488622735323,0.0002447641412220739,0.00008447648057083867,0.00006435794584437797,0.00009999256332954424,0.00010458505775724559,0.835537462119872,0.000015104912750735177,0.000025602971828132064,0.0001541382910488379],[0.0005151498373835137,0.000022526564505665463,0.001919942783932646,0.000007857741951435396,0.0005815437057037192,0.0004422936640739582,0.0000931217943601966,0.00018695352561845302,0.00006359597537779239,0.0006246583210511187,0.0001437741642535852,0.00041185329529533604,0.0001534333995913068,0.002445305372632624,0.00030848706260420944,0.00022639791625719317,0.002383050467657264,0.000203825964580976,0.00040567373941082435,0.0004832153992975994,0.00017513114215705075,0.00041528722211675497,0.00042416804975464,0.000142183838862459,0.0001501771078661125,0.00043348559221671886,0.00024867197921378406,0.8165013953837797,0.00014720482239805925,0.00011869634265333162,0.0007592883010070895],[0.000022685799788600623,0.0002927502822199096,0.000003236925780853846,0.000007460358481556212,0.8568518663246507,0.000016469406342300307,0.00002140802164285885,0.00002722697887654973,0.00008063074122064518,0.000007762631656575404,0.000057367313534885515,0.0004014344995145242,0.000003658207913579314,0.000015704604593568204,0.000004762928763797461,0.0002009984898535209,0.0000012480841480514501,0.000019574418438752736,1.6900470854562522e-7,0.000033185511969597476,0.000006994112265987781,0.000005173359269001189,0.000005226386896499573,0.00017202616200974715,0.00031811842362093016,0.0000056055760929464385,0.000009724735164718263,0.000035391149141041063,0.00014919485010127923,0.00012176574238059567,0.00001335072664744149],[0.0003306307536879101,0.000047692550253598854,0.00006904356828725883,0.000007043381765145049,0.8294916800478794,0.000038431656801509066,0.0009184855655787429,0.00005317653147503332,0.00018927121257920725,0.000015774273114017535,0.00022675158479024964,0.00009380925204642713,0.0000021707707385784536,0.00040297393996123086,0.000020043438864262864,0.0008088997132272511,0.000021642068826336144,0.000019644783751381307,0.00004457788457770191,0.000029321507074017553,0.000005665166591600876,0.000018849865683279274,0.00021464978697483038,0.0009196992481278963,0.0002507914235933893,0.0001780121449807293,0.00019038542123310824,0.000483561562261038,0.0006396760181514876,0.0001255353213478841,0.000014042770991795628],[0.000006231585722983429,0.000036671554285559415,0.00019897440701950172,0.0000013044855020408135,0.000019365790746968127,0.000022327794066264733,0.848324233403827,0.000021916315389822387,0.0003559832859004366,9.95815248569516e-7,0.00016640850690000537,0.0005778845984559017,0.00025626462934799654,0.0000016233048139518683,0.00000991849437417793,0.00009371113758364119,0.0000010660742851603038,0.000003078052034692182,0.000001812201968951222,0.0005169227135338261,0.00007726417355460036,0.000001575604432343976,0.000010910659990787554,0.00011438963003879428,0.000028737843305662273,0.000019493660248741718,5.501627146166907e-7,2.644865184547525e-7,0.00011591610665266406,0.00009399562087594168,0.000008105642136393728],[0.00005314726730902352,0.00018726456643550777,0.00008395751924490775,0.0000076094243958651535,0.0008100446288926594,0.00001527543462224658,0.8232161484555944,0.0001907656544147725,0.0008322598054989653,0.00000727440810884871,0.00011974732003011903,0.0005843412339530803,0.00022169721423921258,0.00015448265571863006,0.0000748723477530998,0.00033544024595225726,0.000008126735829784999,0.00001265965471697998,0.00019015402700661642,0.000326001586573128,0.000027556201538837253,0.00007186097813881449,0.0009150977995490863,0.0014610709206107108,0.0000320116067553033,0.0002546877283939427,0.00003469673683451389,0.00007545965664467128,0.0006762645842406726,0.00009616622464717295,0.00001949204978425601],[0.0000020766617515596014,0.00003004063264561509,0.00013875481646516557,0.000006056439027663007,0.000011818380928438687,0.000021884951786338355,0.000002821607274692553,0.00005757365897513836,0.8901301542195952,0.000016634681939367392,0.00005426741785885788,0.000018952127143616,0.00013195130521764933,0.000006020469626895377,0.000020364759186779455,0.00010074824036715358,7.871929044530399e-7,0.000001542015264558396,0.0000017405724941502214,0.0001737829986939766,0.000013738798036334816,0.000013515001747016408,0.0000016467213197999263,0.000004535697726234557,0.0001000467551007062,0.0000029922421522914064,0.00000443123256257493,0.00001644761603849582,0.000008972011656295314,0.00001277970477490968,0.000018188554160374282],[0.000010254186816644242,0.000010980221809033512,0.0003224799373975918,0.0000029281094815540624,0.0006245894589653558,0.000006746738501768446,0.000732932023952473,0.000055369786526644607,0.8700339172472088,0.000029791114307166105,0.00003063856834512238,0.00014818073204435562,0.00006904712600285308,0.000054784818780696905,0.0001524730400883263,0.0006178492692639905,7.107714393785787e-7,0.0000044867729545780304,0.0004471613928066139,0.00017682713603421222,0.00000850877636716712,0.000023320151570441718,0.00008988701912439298,0.00012238949308061308,0.000025123039941192955,0.00008468925703717402,0.000052185458829723025,0.00004231165803522243,0.00022967495625631979,0.000060073705549880665,0.00001677480259554712],[0.0001717550195042366,0.000004869065419462635,0.00018527724330210543,0.000004142180747352159,0.00041212768118639834,4.649148634285484e-7,0.00032056840037842,0.0003219343357394229,0.8579045497118633,0.00007771577855616445,0.00001561590818920066,0.00013167769221704534,0.0002684489475330659,0.000022028570764063487,0.00026719940070979176,0.0009075898122288234,0.000008442606330194506,0.000005012348031802022,0.000751316787843206,0.00004331903990986147,0.00000510040093009447,0.00007342615265752628,0.000015047516190300566,0.00046601478484908405,0.00012850274611714928,0.00010837285137945188,0.000025170241198672693,0.00008492382646166213,0.00008469828999862904,0.0000222567875310174,0.000006653938774203325],[0.000014160422985741686,0.000023396927478589184,0.00010118654257850012,0.000009637301828782775,0.000020456063901898145,9.044084366341317e-7,0.000042769996561961096,0.0000955276301166931,0.8697141213326726,0.0000019515275522096003,0.000030211451444810292,0.0003113060380655506,0.000043059067448364794,0.0000015235761593150117,0.000014574319818194849,0.00014414656160291372,2.769311992320385e-7,0.000012709109074651593,0.000001478401628098216,0.00005817866724699446,0.00007609354553773653,0.00007740965994247886,0.0000011779413854777031,0.000007838080536174325,0.00009835954142489553,0.000006197670144969464,0.0000011267223938059292,0.000009123501682096204,0.0000068054294124490194,0.000018844087684555524,0.00002174612788109414],[0.00015409950411071936,0.0002698370431920302,0.000006471183582443451,0.000002690626298549952,0.0010029955309113488,0.00008896829277362727,0.0005602123811046672,0.000012855704846871422,0.0016381038966437522,0.00005172151819028399,0.000001117489001877214,0.00016694275109778241,0.0001446231900477737,0.0002461046467716417,0.000017000870210005417,0.8192347243522696,0.00002621580055455421,0.0000019865054400810354,0.000965700576643805,0.00031381894740336653,0.000005957732867041414,0.00000770632664621051,0.0018815635515411799,0.000504117421533011,0.00018745633087998695,0.00019946475627213525,0.0005678548520013419,0.00011553330825772576,0.00022928852309282133,0.00033482591399851773,0.000011960859074364115],[0.000012936648448030619,0.0000488239967372481,0.000024922468472980802,0.0000017219057397995952,0.00003991355112588672,0.0000153094606028464,0.00005309979017652629,0.0000045701074446343175,0.000675894926339956,0.0000025488788327032713,0.00002443785104440365,0.000189147064602143,0.000006188312214009151,0.00012418182822579658,0.000001481108556974707,0.8228462662545518,0.000002431471420127595,0.00003972414882990728,0.000028945296811455047,0.000007151617455243626,0.00002940474922791606,0.00020633638999642794,0.0008155944197748572,0.0006775755422073305,0.0006416489469979342,8.64797169677876e-7,0.00001594396944359031,0.000013513679093644202,0.000008732729281527732,0.00015285140753433778,0.000003875649959790496],[0.00013623926615698593,0.00007559751483888869,0.000009396333137817108,0.0011531971130025243,0.00007982175750536461,0.0002352975412398722,0.00009743306840294631,0.00008024230839554327,0.00009070196579119509,0.00006459012992554452,0.00042399141766392615,0.00008862578958446498,0.000019463248591970864,0.000024913102027098098,0.00008274407390105791,0.000011163079910111605,0.00020478689513831738,0.836475109731288,0.0022123698900738523,0.00008926916855058805,0.00007179471730494927,0.00022080731208730535,0.00003521056139676109,0.0005743385940386992,0.00007465090992181472,0.00028447177306130134,0.00002255759773671473,0.000013098093024777996,0.000006892305903507287,0.00003411044867143675,0.00021332122012756202],[0.000012724923465062988,0.000028295852677721957,0.000001289990167819163,0.0004150698223066968,0.0001238837833070744,0.000040959230282287656,0.0000021231509441365644,0.0001243653458082915,0.0000013533403826904873,0.00028363641170972277,0.0002747394079067799,0.000011885140253857718,0.000040085750779205176,0.00014028367697552354,0.000019777382595941203,0.00001508612489882234,0.000035841396088980704,0.8020227679572557,0.005122411885561744,0.000005426070805323018,0.000006955743202927251,0.00003954054154039713,0.000012086614643499714,0.001144986505295788,0.00006600379541494001,0.00018588839029034588,0.00005322371649994293,0.000011992255629271772,0.00000880447963469603,0.00004114418437788145,0.00009765650477308875],[0.000036839859487353654,0.00004481897279111134,0.000024742795667198667,0.0013976354381944709,0.000008381866264987622,0.00008280576167862046,0.00028408195059593773,0.00016270177050669462,0.00003401493895706916,0.0002568031232088713,0.0005485235030764399,0.00013359500912749325,0.00034836174872553317,0.0005055455715453869,0.00013930225335565802,0.0001658767637163819,0.001509559443737863,0.0006525156532556052,0.8339308295873498,0.00004779501889635064,0.00004317983050018933,0.00002785150681572666,0.0015812923980465356,0.00005185852779711527,0.000010365146736152634,0.0009556156272710765,0.00003198610959805135,0.000020287036932100133,0.00017061402223889194,0.00005324855803312346,0.0000034162339702754015],[0.0002075850325177159,0.00015062826862731804,0.0002659074854139509,0.0034820782360166233,0.00014944397853789204,0.00027687424635044284,0.0005045275807338121,0.0005633243545984214,0.0001931855221614455,0.00042548154261063303,0.0004106447076979047,0.00011232384028140033,0.000350172737148888,0.00007501437939932391,0.00006726249066984036,0.0008378706542942775,0.00012388561745782346,0.002685733132115567,0.8060038846842383,0.00004245169505819758,0.00009414816041037351,0.00018119109149448875,0.0003322443735807993,0.0006588715216174249,0.00012285719106971987,0.0007227335276877808,0.00037996396238919756,0.00012663401754279256,0.0006728389748242469,0.00016798266354676008,0.00012453324750082932],[0.000041940082189866175,0.000004454665828052338,0.00006657944394007943,0.0021175853413944617,0.00006703109040327051,0.00046581517369103986,0.00005782197429352285,0.00010351745132717858,0.000006075424084863664,0.00020036142428442522,0.00019234239113606887,0.00007371262672831408,0.000176148673325279,0.000010006579580865132,0.0002411846555292607,0.000017304177780080397,0.00009965496510459568,0.0026052380506124523,0.8511110558205446,0.000010810664465065464,0.000012964554760331424,0.0001101837872229408,0.00010044712352301974,0.0002389001069046822,0.000004171721943361241,0.000027944471143506792,0.00010575539157569562,0.00008716439829993258,0.000012026293483780921,0.000017833238654637563,0.000013344412124110701],[0.0000024736300844585093,0.000001133199919961946,0.00003576089383587137,0.0016003652769257678,0.000016726605533897122,0.0002939661470601027,0.000002339354241784509,0.00008125064009792552,0.000015919966742158973,0.0002238659339320558,0.00006469234593996813,0.00002614116973225067,0.0003687940445998756,0.00003595806668918276,0.00009805748576527767,0.000015045518274389955,0.000024557980291993985,0.0032863195913442013,0.8409009787647932,0.000013560622674794029,0.000006983341087463882,0.00004786485476144051,0.00002946384142905201,0.00010427606118009233,0.000006331468621358967,0.000054361060034510624,0.00007139811055666079,0.00003174077476874408,0.00000999497232026555,0.00002776425448089997,0.000029573169036088427],[0.00029073844870712914,0.0001732613467382655,0.000022334700795340056,0.8145619428160424,0.00014213874979936278,0.000046765318663369194,0.000014284732057822828,0.00003294059555558742,0.000004236706486028436,0.000018697676110351334,0.000400423043031063,0.000020430541904759306,0.0006230464726190457,0.00001788197240856653,0.00007459134012624228,0.0000031255906351410185,0.000107892586236751,0.0006279253338779934,0.003177604452695402,0.000009174488674170588,0.00019323676621014593,0.00009621349523696513,0.000017858840544963497,0.000024311751170639472,0.0003668666812588008,0.00008319236616181789,0.000007252157671096588,1.6278661256437208e-7,0.00008289890127212485,0.00032381285980262117,0.000022135823395214764],[0.00009295437122543612,0.0001623978362201061,0.000009615189193803589,0.8215781605002815,0.000024411302791438533,0.000028889797540218997,0.000013494846017988031,0.00005468956615100249,2.3491251817469256e-7,0.00000563809214197382,0.00015923988732369676,0.000021745664941374304,0.0006392568151091982,0.0000157054037787676,0.0000777423021670329,0.0000030936635163095473,0.000014234790814310915,0.00045161182045594877,0.001490749166499648,0.000008342010503921621,0.0000785243036968203,0.000100233909420249,0.000003414897029250545,0.000028177984780050252,0.00021385832176148634,0.00000943755183952387,0.000006978001296535559,1.4906591314084927e-7,0.000007821988617521299,0.0001139957917938941,0.000027582185384129866],[0.00005536301699807953,0.000031993373754073755,0.0002684253337059716,0.0000019248012623508363,0.000058488956521044675,0.0014855059812127855,0.0008922813293716006,0.000024976879123616795,0.00041366000315571456,0.00008148912024515807,0.00022465172744998748,0.000060709940102199806,0.00018224000774972975,0.00003900470817544487,0.0000015462339136255387,0.0002924990903684403,3.010391541317873e-7,4.4654585481965566e-7,0.000008149547389267934,0.8361330817239617,0.000021755088528504058,0.00013267584168940964,0.000020286587036093955,0.0000028551751334533465,0.0008418881976287382,0.000008501357321222692,0.00006892101300454022,0.00006779774865157933,0.00013733478543811217,0.000075482108007666,0.000002663756060785553],[0.00000454407455198575,0.0005560089328319709,0.000006081797902031502,0.0000058910274750972934,0.00004989508159219674,0.00003248073750691879,0.0004409214926496185,2.5189684461470373e-7,0.000012127174804845494,0.0001547391234066447,0.0000016495343901657875,0.00006745924375497982,0.0000412217832345352,0.00008465171031243336,2.2050740565500297e-7,0.00005506423735851428,5.012899689298662e-8,0.000009914434572290381,0.000005025583230702447,0.8344478348329505,5.779588842893215e-7,0.0000011450288083779429,0.0000332595750341298,0.00010506085250698596,0.0007546147819356388,0.000007848110708504008,0.00000936817873498784,0.00003540595895335408,0.0005987606526291468,0.000029180323965386485,0.00008200073740259831],[0.00029561884820814303,0.00021436644782109503,0.0007101093773571668,0.0004660097895567178,0.0001477333213430466,0.00004064242592242739,0.0004372848903962226,0.00019287221082603804,0.00033800883899345825,0.00017575283938305148,0.001184362943004593,0.000769123562796905,0.00009919873670683026,0.00008258646800486973,0.0005545926716892081,0.0005368465900418931,0.0002705071868811661,0.00015053289014774058,0.00004912390768420082,0.00009843026564394296,0.7940661898781881,0.0030503779627013843,0.00002367549394075168,0.000009511653880221427,0.00014407304727481898,0.00041800774978267266,0.00009725040745113368,0.00009383512887462218,0.0000230323385282672,0.00011612788325315401,0.00005112593183478484],[0.0003663062655780762,0.0000708733506114587,0.0009077668592173161,0.00034578562579306476,0.00041822973386254267,0.0002669381537384851,0.0001298959384523988,0.000564098660398989,0.0001786753841201919,0.00041349277144853017,0.00008802789674988002,0.00018836510229804947,0.0013734381917802727,0.00002028438063071282,0.0016154528378896056,0.0006125916325000196,0.0004687527657158577,0.00005476074051726676,0.00003511549326255132,0.000043218750987241095,0.0031406570843493966,0.8143333081546322,0.00014986477114274725,0.000009828136459037842,0.00035999217978321425,0.00003704148558133639,0.0001467817880384163,0.000030338010648256047,0.000030738594170948794,0.00015664155043746184,0.000039365408396366665],[0.00033544906909965745,0.0028460142105701815,0.001156048540863661,0.0004821943652031258,0.000045294136329297234,0.0004279387118699654,0.000014470780006097171,0.0003876399703968898,0.00009054833028490525,0.0007869482035605984,0.00026841288186310835,0.0001368243051026528,0.0003143972601586661,0.00014193860538076278,0.0007668200863339984,0.00010914798530588302,0.0008555466663263771,0.00024101216295972593,0.00003801296165012954,0.000018943579993872202,0.0008680979122095823,0.8220370756021872,0.00004974994085012256,0.0001117170235206032,0.0002592126587057625,0.00003321115767004344,0.00007961948039181996,0.00003825993426798794,0.000020231679243706294,0.00013932051506482333,0.00037828543264843874],[0.000042484861133648935,0.0006869413323509623,0.00006374984104552338,4.292069860600841e-7,0.0005729108585439136,0.00004806421598147321,0.001165212752799059,0.000014541380271093645,0.00016373566069722014,0.00006084533231622839,0.00002027952485666395,0.0009071770854987965,0.000034417926388016434,0.00003082802579801031,0.000007894214950619539,0.0017125968300878594,0.000050609765363062555,0.00015792077981433125,0.0008491054849597266,0.00038249294952251374,0.000005737133069928774,0.000016227772282286124,0.8308635267222401,0.0004169687495379136,0.00011708917150130929,0.00008179409778243751,0.00012251581553983615,0.000733454058686591,0.00007134719879517984,0.000016454828060014318,0.000008232893205504657],[0.000013101458591614582,0.00009448046394460378,0.000010819836207687445,0.000002105672444858073,0.0000015878244534554561,0.0003938011492145482,0.000025257663822445003,0.000010268533175750944,0.00000677759682302388,0.000022002448378263677,0.00007109210357622118,0.0007220273129167008,0.00005690995237198535,0.0000167567366674056,0.00009672296475171263,0.0004597076473875193,0.0015725903094576177,0.000004691555046946114,0.00012340023183933635,0.0000013259607723767568,0.00000855558604775624,0.000029793531183025917,0.8462117920210322,0.000006257134808319175,0.000004611010748310483,0.000003331501641053859,0.000059245272490989434,0.0000048756464747800405,0.00020980901356375403,0.0005094215213930139,0.000011321320593725944],[0.00023750612442197222,0.0003067586827285147,0.00012547775286295357,0.000002960500439717006,0.00002941427642086933,0.0000018051086057247306,0.000023200104988715846,0.0000023099526993647726,0.000006809442234558456,0.00010608594333600152,0.000006731215132796207,0.0000010776199214444166,0.0000276836795867122,0.00003214496738098781,1.3192458631061727e-7,0.00006882208135178344,0.0000011200276731602364,0.000002434174561093762,0.000004209447719874669,0.0010624228481141565,0.0000011871008403222606,0.000007779287605440505,0.0000029062601086289564,0.00009720483160612493,0.8602103459929599,0.000001893007553322252,0.000002826918053154834,0.00002814683778517692,0.00002042939914394036,5.725505385711592e-7,0.0000030845674930140114],[0.00005112362376109287,0.00008853655646131544,0.00007716182132225179,0.000004037964031048574,0.00017974073995390916,0.00000852112507711862,0.0000023284495043234756,3.6666409222187387e-7,0.00006968232458803878,0.000025577765746550122,0.0002139798375364832,0.000021535169215336543,0.00004397045773153032,0.00003668087144403605,0.000005882615960651449,0.0007211741125454671,1.2928556785032402e-7,0.000021193743783442685,3.6065389934699864e-7,0.00018361739139853485,0.000005834701089455459,0.00007882489366845538,0.00003996361661250684,0.000043647699889787656,0.8716002457741078,0.00000411548624967311,2.3814085393233884e-7,0.00027873321065725973,0.000001566050309369561,0.000023171700409641217,9.852324175395086e-7],[0.00008481111913791217,0.0007659981561766507,0.000048561720871822235,0.0025396522000420995,0.00003769126429042908,0.000009715212418779067,0.000006567561401406282,0.00001792764658891603,0.000051171935060973815,0.00002283202324794832,0.0001622442164315187,0.000020828165492269293,0.0001887288351222223,0.00006694446538067245,0.000002742788355391988,0.00025773700164861843,0.0000025367746295098878,0.000013084136898171786,0.0000028231196591525523,0.00004102910946508972,0.000028513343215693072,0.00003246280295018737,0.000011958146551713437,0.00003665213185041976,0.8608171424957962,0.000010401980852549478,0.0000035134344452421028,1.4107817069617344e-7,0.000014494774141603835,0.00005502968251909558,0.00004507014880333199],[0.0000783767986456894,0.0007724995515231109,0.00004191106748912705,0.0008681896737361339,0.00007852962244797721,0.00006754115601921279,0.000016133797984080018,0.000014486910169760416,0.000015075486748384366,0.0007700194856500828,0.00014982022426440517,0.000015189907962519777,0.0006269078780618808,0.0001507672916093723,0.0003959892700362688,0.00007716380308817129,0.000021470563136321983,0.00005033602881714683,0.000007915370306928607,0.00009615344755618294,0.0001261217560428538,0.0005339571403490613,0.000009280191005881573,0.00042733790908562255,0.8803855024060269,0.000018315079091299533,0.000016648043576202834,0.000018805335316007833,0.000004337642232483583,0.00003235656957848457,0.00000177897640244087],[0.000012287875287663026,0.000010476652668624032,0.0000028433542787059568,0.000024846663314533477,0.0001503584606056523,0.00005365895845254101,0.0003926353224766162,0.000003712203064361628,0.000005992969096801419,0.00001439556294390847,0.0006101263098375214,0.00003603112044370725,0.00011150950998100989,0.0003442213096692719,0.00000362070788816443,0.0001712463731569264,4.459291162460007e-7,0.00013411321363588258,0.000014149689364363195,0.000013441182644709085,0.000002630735711532654,0.0000021690227340838867,0.000004797984371752789,0.8386160568717542,0.0013235767610525963,0.000026241999671628325,0.0000012460736275580325,0.000011160307267448417,9.744272545898224e-7,0.00003516635534794401,0.000019058786161114923],[0.000030814207084265724,0.0006940426767839553,0.000011848361949783417,0.000011039810213099025,0.0001726612477432098,0.000004459321562699842,0.0003944476371135005,0.00000797497085656416,0.0009337523774126534,0.000011189308510796876,0.0000073082020590493826,0.000014004731601525792,0.000034328374761448715,0.0007234046959865107,0.000041002375249184575,0.0010896206053659506,0.0000041507408146565055,0.00011896296870679957,0.0002542903845595429,0.000014528622190591204,0.000001446352750811471,0.000015251019301996864,0.0001017324448976254,0.8307251250290779,0.0002858816863837666,0.00007315575063603071,0.00020777570258001505,0.000039568970190489915,0.000028056274953886723,0.000045578078593807104,0.00033427904828127084],[0.0005119917625967729,0.0005288772838045339,0.00021542909425320986,0.000005632812816918239,0.0005196150275448021,0.0006986963086166275,0.00007482069164536818,0.00009578453916052233,0.0000286032477185574,0.00023347749381195465,0.000022108397587713033,0.0005252022776440801,0.00029659227713207546,0.0000949609481373735,0.0005946573523713203,0.00022480747390213408,0.0000449910004056079,0.00010288370616274374,0.0006299552563964808,0.0002949804512596857,0.00001816971864876977,0.00003314393753682018,0.00040643095175482106,0.0006367000612404,0.000021409687158944944,0.00005993590416197173,0.8379639047167952,0.00026270609438175147,0.000044244220055083434,0.00018628158458578863,0.0006569590213072273],[0.000005288535085495168,0.000012664616358358884,0.0000041427027920159955,0.000002330816986264467,0.000059706892064742415,0.00022594705467186686,0.00009920221946189962,0.000009089524154500474,0.0001500208676919256,0.0002074674475027517,0.00006835989438655977,0.00002024075023121578,0.00009562927476954094,0.00014086132834600289,0.00006098560605918894,0.00006629008439442247,0.0000028318078372657834,0.00007217565370309196,0.0015161749474485711,0.00006136342228286669,0.00002056099714247236,0.000003634825266755859,0.0000033604501294281265,0.000006471181076651821,8.703405153128395e-7,0.8284879668749944,0.00015209568223338975,0.00003878928061184252,0.0004317778303230647,0.000740609387562978,0.0002777517559450447]]],"Weights":[[[-0.9212902716306054,-2.1440457538748383,-1.8591036601207858,-1.0123453017881203,-0.324574309789209,-0.02983822392899217,-1.4613582786184944,0.7305370697579983,-1.1986793620540928,0.6068525315313266,-2.385785788447561,0.43382022708599516,0.22252637401257952,-0.12097461662219898,-0.6275653784986176,0.691974206460329,0.7458283518891411,-1.2499562730724307,0.48676897168842487,0.29687445898097625,-0.37745428845070006,0.8247909313277068,0.02252063497659375,-0.43044340916936047,-0.5215979620886304,0.7332533743287584,0.26801547473912823,0.12327081353794464,-0.09331438771822786,-0.05422512524424178,0.4377146355991292,-0.41438651441602864,-0.2883937779824445,-2.359718948281811,-1.6995904102888277,0.7219499784025456,0.9534077114199276,-1.0397252250863294,-0.3407305980459368,0.6002822223941743,-0.1694885708636404,0.8983662099651032,-3.3992229837794667,-0.8266362156524406,0.5091024883403534,0.3687924490296205,-1.992241055083616,-0.649618720371238,-1.8473854142219899,-0.305604503286722],[-0.013847063473258245,0.630175093630084,0.6043826323153226,-0.8322329628318386,-0.18888239911221164,-0.8104870553575685,-0.08653532589012602,0.33208687370838985,-0.5132249458761724,0.5159694980666711,0.48481257206204287,-1.1554493281719116,0.07922277938962306,-0.1579442491460413,0.30898128388997054,0.23053504193168944,-2.0142442805056424,-0.0015670364349053396,-1.2040910988954385,0.6646556874577284,-0.7261071923267364,-0.651837176156452,0.12261392137527492,-0.6164597389006469,-1.6122501263107372,-0.562799907928343,-1.8998872264348505,-0.5488746169050649,-0.7485730990045945,-0.18782733444413435,0.22699707412162076,-1.4396838263375924,0.8110626040630169,-0.07171682262888895,-0.5824580669936655,0.49186112600980114,0.25122484406067996,0.7448946123124208,0.9387562259305553,-0.289549089926991,-0.1778773700042952,0.02860890808704029,0.648677446007307,0.4593862263091763,-0.7775658246969624,0.578302540544434,-0.2080193049914374,-0.11647686503410405,-0.45328862071618065,0.561312798252747],[-0.6787758798222389,-1.0771814220326787,0.3913599460004088,0.8130667642360433,0.7453249281789024,-0.4100444686127398,-0.7616062873595584,0.8544244400694105,-0.6513673422709904,-0.47917411834909357,0.6996850686475706,-0.8903864311083444,0.31927889588605357,-0.2145761739807941,0.15978753429100961,0.7316066936261244,0.5129984679237735,-0.3778425400798476,-0.8150342261201551,0.38093677986242136,-0.8061597699416758,0.8081719502834153,-0.9167591895695258,-0.2650370285568788,1.0654111395559172,-0.765878091687139,-0.3746976341745361,0.031758858426079055,0.7920622281708721,-0.7031415037001301,1.04711645319038,0.37280214502620157,-0.4028168261268385,-0.3531447384865167,-0.34684390465794807,0.7625320261760596,0.7897387100014733,0.7150439043217315,-0.7102403969203764,0.5980557868663697,-0.13889943437908028,1.0287155887341042,0.7541780877844652,0.9164721236539448,1.0253981591281571,0.6325173442887878,0.27767915556917144,-1.1509721501301668,0.9124334496338254,0.02718215390216362],[0.5634711164012353,-2.0193924058168693,0.5156396779896754,-0.8635278750464874,-0.012301365328448065,-1.2181271976088228,-0.307903440327361,0.4821870163697593,-1.5412644167269172,0.33155515604380986,0.4399635671739338,-0.8598514050319203,-2.1899995487445265,-0.7228047449583319,0.34163697789629294,0.7207451545102134,-0.012336861905925414,1.000290855319132,-0.5031512188740951,0.9045961856882572,-0.8306284288093609,0.41853695238114036,0.7573996708947172,0.9473669104251309,0.9503455311825559,-1.0800631225642423,-0.04413813156018476,-0.8048554472500663,0.44376770302231044,-0.041797048939975726,-0.33517145244091956,-0.7244842220004547,0.6089248762255723,0.2867429723015743,0.23914774354785182,0.23650747161163108,0.5367337295621538,0.6430447344710553,0.288593620122315,0.3058871166369464,1.0980498954645441,-1.8844589114246666,-0.282958543181204,1.0106071593693084,0.5036255338671315,0.6329933904802154,1.6853591604976796,0.5801630350523889,-0.6574730457783747,1.0905663893545166],[-0.1267751601936436,-1.120828758460675,-1.2870619312058924,0.40910251138629106,-1.8991616330156542,-1.3679945688590633,1.1833036995103603,0.611909851457097,0.2334998064817999,-0.7766212008400101,-1.632959069598377,-0.44383713607118835,0.19129945732070908,-1.311900627999504,-0.35447668302824625,0.832541686778885,0.787085322572964,0.5874241860179782,-0.09970936142070241,-0.1572157355163924,1.0023717585594782,1.2710791952510705,-1.338024011896155,-0.7475540564593128,0.38178391026494113,-0.24965983861478602,0.016614783547385072,-0.11051057519966682,-1.9928599565051308,0.4403197617993923,-0.9444690034765408,-0.4228605023732569,-0.37932136470051736,0.8920979847037568,0.7212793234059268,-2.7171555411413686,-1.7949368141488034,0.7575713174916135,0.7410936681214657,-0.7082413861879121,0.11562771900598208,-0.029110413340459048,-1.4757461008232586,-0.5555703062355669,-1.1775071724649544,0.9338846691310957,0.4640858280859099,-0.28983126327294895,1.0944422360060033,-1.7164403166294375],[-0.5381830533400791,0.47898319659618355,-0.4830698953611144,0.5687043544021931,-1.4020989989327073,-0.04308702243890423,0.5492685311836512,-0.6448491989480705,0.40478395711392484,-0.2761024117415884,-0.23116376780331732,-0.9679963509305193,0.07980848800578813,-0.25157475248363037,-0.15602480031679591,-0.4144622740967419,0.9619453880187729,0.8691108874362804,-2.395446433166892,-0.6757781743954676,0.46860314570853684,-0.4181248777120644,-0.3088867752389955,-1.2562426974584613,-0.645536996241086,0.8985031220009355,-1.6626462863872828,0.49333442797784144,-0.1262163579181615,-0.7132303531062987,0.4779582180376595,-1.7346534537458576,-0.6922933396600371,0.1972192382512239,0.866211766295603,-2.590671341524875,0.32315630816288443,-0.4852898522080125,-0.27372134743173726,-1.170163884061176,0.34365032738075524,-0.5142477361504382,-1.0266742394090116,-0.14337806097393652,0.6752270994531923,1.3627355659548288,0.8293915003233696,-0.2538704899717819,0.3389813604324182,0.49886477803607937],[0.430867517865327,-0.7114050090090407,0.33833337391974083,0.4016614086253693,-0.5664851375658918,0.20297134778114387,0.47100325946171,0.35405847823898606,-0.4986342166362442,1.0984022135925327,0.3221619285999139,-1.1632370654387623,-0.12105062478096204,0.04781392704392556,0.3008034880787871,-0.7342190756028397,-0.8890385019043264,-0.6465482184533545,-0.4134898384885729,0.7315197329177747,-0.8986755081957774,-0.966664015788297,0.9278418158377856,-0.5131713083151999,0.11287065226268314,-0.45092854442607777,-0.36954092878017214,0.32723876076861164,-0.2842535566888394,0.040831503700089034,-0.36506317707855485,-0.5649990586161615,-0.20759221621193047,0.1452083776411285,0.2347273754741451,-0.6218926149161988,-0.6647908193112962,-0.6522920427136372,-0.5582889560188099,-0.14319228803282535,0.341084503020431,-0.7478952460208647,0.9495249320577351,-0.5373488187431513,-0.8144473830371253,0.5408303376365738,1.1214770993773866,-0.29682863012497973,0.21270593880780195,-0.07719608785619372],[0.4121543707646853,0.45324083085693384,0.8194504150235628,-0.14747909137891163,-0.19906413248700455,0.5375221022618725,-1.1853882534692899,0.8100378318030504,-0.7764182413254338,-1.191198158924373,-0.9362383707581015,0.6000110073965221,0.024154574352231707,-0.7928584656493263,-1.0250769821057124,-0.032603694685171054,-0.05473718648149061,-0.30346552358160866,0.24439477571130744,0.8013206402201686,-0.8870940319976973,-0.4902387421423314,0.21794311510669476,0.4747754214616452,-0.46760572650538534,0.43507479955536443,-0.7511863761630254,-0.09007437267618915,-0.6127418916822044,-0.2331483962257546,-0.5992020159179257,0.19239740191630272,-1.5322587177098759,0.023175597655401413,-0.11187194970705029,-1.2835065410238362,0.392420879021346,-0.2562642908148356,-0.38872864439148924,0.3021195098211092,0.25338464546600414,-0.8677176082431152,-0.03340169390319215,0.8621154944413376,0.4769697524455169,-0.4568852391891432,-0.3627164841236081,-0.8526875616379965,-0.8338555576944785,-0.49588163247584893],[-0.3668259680129844,0.235533961735178,-0.3824602297500382,0.9634114529013349,1.0931127416323285,-1.0176641669922397,0.28787381137760754,0.32702280186854943,-1.5199434264514902,-0.1260048693990703,-0.13593139475840602,-0.19912893608053137,-1.2240234856715377,-0.12362464448440104,-0.9504832307912582,-0.1802061214192304,0.6430826605592748,-0.29088605505422366,-0.28686035251488334,0.6523596989759237,0.18810897014165445,0.6395102776823784,-0.39571590909630144,-0.4784779468497674,1.1175698611754399,-1.0899801667690037,0.7074896650007481,0.3521023666851126,0.12726495176690147,0.45605530516796394,0.505754673158642,0.02093461565374404,-0.12865029193202265,-0.384081469847169,0.5977738065813497,0.9048124757985241,0.1586091901996132,1.1808721270651943,0.5388443994977746,0.3202465488492657,-0.06320832695984294,-1.2238958378705656,0.44334966485445626,-0.35373557346428125,0.3919525361232016,-0.13201684940991687,-0.09552374695092891,-0.12841322460416305,0.25835521966692976,-0.796180968186525],[-1.4117383391180638,-2.025004715203043,-1.6091906448630287,0.8302858606989365,0.13126656816971935,-0.13998531828223584,-1.961594132451496,-0.4895843290172708,-0.9151673435024987,0.3989101756114,-2.3039631962083598,0.9590180156199686,0.05655522975978249,1.0174801107748914,0.8377066701209115,-0.5499814986253182,0.23766453798050363,-1.4538631292369126,-0.09143008162390341,-0.3529084438213547,0.924552053820561,0.9826521941932428,0.058867579319390934,-1.9182674910776842,0.7956995216943528,-0.6883598838063751,-0.09341533826005902,0.8041560136243349,0.34738540032467635,-0.3806925872751073,-0.2877108432574032,0.14462173619354537,-0.5370664668263625,-2.4746220587077845,-1.194789139322817,-0.027609938237546885,-0.48700069950375274,0.6824566534971468,0.9635538731394825,0.8018352412172095,0.31679025953386025,-0.16229653104486225,-3.310519922898563,0.6592026110136355,-1.7930020026226532,-0.030506908752936702,-1.1829818742855136,0.28861270360328095,-1.5479271493624407,0.021704012360081303],[0.7708024540511241,-0.36112209014191354,-1.13647105371138,-0.9428615748889099,0.8498946283620237,1.013544969056076,-1.5109005553773711,0.42249655121532775,0.3702821315400878,-0.04906548799863265,-1.5407218046327185,0.1163385260213752,0.15183120082240517,-0.2754757882532303,0.6857647814463523,-0.18379727997354117,-0.8011581952157372,-0.5987626121694458,0.4678551157018921,-0.31627704971128123,-0.15370479546590457,-0.4461766139821698,-1.1620994681602932,-0.9951604104527461,-0.7425417537146951,0.7435246819171658,-0.7359821468822351,0.9566361137980661,0.2864948115173566,-0.4364038841323163,0.6104937434050459,-0.7668857754844015,-1.1369277648428573,-2.0354906343880725,-1.4182998555509445,0.8243264835347183,-0.3246659703393744,-1.2342552196425116,0.9718698101946069,0.47775332535844994,0.2805240112421616,-0.5876753586219244,-2.387034439719918,-0.05615178268927294,0.683744783335184,-0.2889986316286423,-1.771285553979236,0.7846296446823571,-1.349307106151572,-0.5129463085749932],[0.8667779461170031,0.2562226545748845,0.6650829895265022,-0.05401007232787749,-1.01283614688285,0.9510512338142252,-0.9721231281832062,-0.47417583982329176,0.561162249307252,-1.3315007621092818,-1.0197866537957518,-0.010909624256860742,-0.9409174115350084,-0.27886104732327505,-0.9284774713863011,-0.5512123937918814,-0.41704633023942006,0.2677373580553397,-0.05550186194819605,0.452553705644102,0.31362704767484534,-1.6037262631726412,0.22506427340867588,0.8584666785448947,-0.4333144525067173,0.9909395893023328,0.6229190329137828,-1.9015685378797853,0.7261787507575626,-1.9119687131623369,-0.7485302458362497,0.8297094035856336,-1.3966974641402923,0.27806183409547947,0.8248288818121795,-1.521088513282499,0.3707929492772026,0.2301483700267878,0.6247213499180909,-0.005202118917737178,0.40983277054632367,-1.0701114896959634,-0.9816757331320958,-1.2808159713840768,-0.6764725421466073,0.8961855809691962,0.3568823929925382,0.5279193941599225,0.19281283891526677,-1.124271825441859],[-1.4432745008293293,1.652811362783522,-0.3844518931466538,-0.19312282988430637,-0.018783451932130966,0.46440715914916725,-0.19226048867370668,-1.6408776073503495,-0.2852388217654479,-0.5115693700580448,0.008211964081436476,-0.07518779764775932,0.20923316512027487,0.6103941359219532,0.608287923852725,-2.7001339005959406,0.9068245855715654,-1.0072403597422228,0.3864643133561149,-0.28575990288511394,-0.6117402713060052,0.41668917078507134,-1.275484471641392,0.3240867139454421,-1.2121644956929172,0.31291346521916463,-0.7530427360922898,-2.205294789233766,-0.7395659021322188,0.2488097746617152,-0.6332856974328133,-0.441064035503472,-0.8497370788916816,0.6182152393894299,-0.5867227733181575,0.7167056523988314,0.3401938787887445,1.3497342838464423,0.5165296419472294,-1.1379594603059227,-0.4069685061668195,0.944441118071816,0.29670735652116137,0.9936442612564179,0.06092319976825415,0.5694095271024461,-0.8069998914082227,0.4645946990322037,0.10102079521994126,-1.1030296711919232],[0.2946241039689907,-0.9393960034890708,-0.7278409260935269,-0.21072886267136307,0.7677922667142073,-0.5868613992525499,0.2708036562503272,0.7680047048361432,-0.5792270180062995,-0.2651762295033897,-0.2524698965428584,0.2401379020962265,0.9246447070766971,-0.9297824324457747,-0.1252731639057052,-0.9344451905469152,0.5409854614643842,-0.3898495873938147,-0.15775565020139695,0.4707009985657208,0.1326901278551085,0.6614304864046581,-0.12042234904625064,-0.516063406286108,-0.3830775292834433,-0.27000820163604367,-0.06486184142333137,0.8632663695053966,-0.7700396093478278,0.8579769196813579,0.34298996253100383,-0.5857363935720938,-0.08550718874451972,-0.4593166867332917,0.46636878475552856,-0.32754286462024695,0.4696047635185091,0.6538805166613489,-0.9398869722492649,0.18835795418426735,0.1707361019895161,0.1631587064758749,-0.4935863093568518,-0.9450433107904217,0.29554895868953657,-0.41202798113969946,0.5275798973665462,0.3330033166837645,0.143030134982632,0.044384092323005754],[-0.310983909341515,0.017300716876502868,-0.5882596806728048,-0.7924791787823157,-0.736650242091249,-0.5689470754979586,-1.5557896823713226,0.9825908122286993,-0.7959372434743908,-0.36322315846413683,0.6119249274491908,0.2855174176830397,0.8440308860952228,0.12287438901976246,-1.8281828275382628,0.3467052871602596,-0.31608138668630936,0.23679999130834958,0.1836767324865329,0.6532597846182178,0.10327186760442413,-0.7825735051842896,0.6189762115400608,-0.8127844582289787,-0.1390839048089503,-0.8588515975442101,-0.5562142608715357,-0.02889228767367366,-0.3917752985657524,-0.8918366172480668,-0.07115251426525622,0.0508906031254557,0.5748237357035914,0.0346134024471355,-0.9260222685425686,-1.4435627393417996,-1.389466532763868,0.6105167542135883,0.6834036171319079,0.8804942483144467,-0.5115639616055299,0.02800482917867557,-0.7238010781482102,0.5375466688007295,0.5282284191565187,0.2870965626015326,-0.3285107250062419,-0.8272798146640863,-0.4496265586625837,-0.3212396714933836],[0.6049052348225193,0.17098708736126503,1.0255043155067658,1.0510771183886802,1.356671989666487,-0.7707351044325106,-0.9296094500965495,-0.04880564365587814,0.5261083788094647,1.0320548858051315,0.945909960274693,1.131705933189193,-1.2809808114782681,0.8880434932080847,0.9123035863915466,0.4406310384266045,-0.09033159237267692,-1.5254023010361901,-2.868028625675346,-1.0654232571659705,1.6307933624953952,0.9582556551309145,1.0825035083369359,0.17045435396053857,-0.6598316338438592,-1.7454589225035684,-3.312379931064023,-0.07143387757661865,-0.41612334115961586,1.0605021442287947,0.8213362246917754,0.7566348757900994,0.5945214098661018,0.607633210739237,0.43949435596168196,0.8937434906504867,-0.6745752540399149,-0.7309747542024918,-0.6345266033474013,-2.763359359973819,0.6101256425539519,-0.5593983137594688,-2.689381987405762,-4.529179582607805,0.9809786487449461,1.6017437106391221,1.0172155791882633,-1.7192401844143816,-0.893106262201552,-0.4192530347663736],[0.3689314541908603,-0.23231548990809206,-1.231039383573142,0.4484954450232638,0.29133450748562284,-0.5879851724785857,0.961545442062188,-0.38503681697641223,0.2862050798597269,-1.320823496470684,-0.17692118671519474,-1.4357505871588807,-0.21028145626356443,0.3664735885610406,-0.8936280680833573,0.6459633155036439,0.11007687203380341,-1.1845323414245654,-0.137845298209851,-1.5703648642823373,-0.605974145616085,0.46725536617620445,0.6390585966595309,0.4298865379012625,-0.27503210269573425,-0.8963701030005296,0.5860865365389177,-1.9175606072295501,0.5640812276102062,-0.27520334615092223,-0.41544737293866674,-1.3949932551786155,-0.6936189704023442,-1.0852870018559473,0.7106340944078373,-0.20734373246128304,-1.515150648467156,-1.178833269359843,0.24029361619159406,-0.16609656129801062,-1.502560266610206,-0.6947711100049264,1.1051331508073003,-1.1902405920329977,0.8271872370626735,-1.1218116933546678,-1.3624786993289093,0.24068535361069873,-0.14401360965723578,0.6482663566647975],[-0.4138889017573629,-1.8611105991327135,1.0516818104067458,0.005217319561656931,0.5536810828939905,-0.642064900737055,0.149996783805803,-1.3705793377203752,-1.4309706502041823,-1.1217750175134502,-0.603986780691867,0.672825849328672,0.45982833687158753,-0.989116674511643,-0.35094315829268735,-0.32610231936512807,-0.8563648825389454,0.26094677787828807,1.1539164310369152,-0.7857610649418216,0.6388802963012263,0.39427833748935415,0.6038479085858445,-1.424382209982347,0.9172333393571815,-0.03377772137775523,0.6542137339733235,0.26027272131882345,0.9726476054423073,-0.6703303579696602,0.17574027688408297,-0.13939789988179307,-2.171390789402619,0.020844674196695095,-0.4763897337893106,-2.6997018850238628,0.7646026085771046,0.6582750625658246,-0.9640005196281556,-0.2662334114257339,-0.04450250247917316,-0.4244176985413924,-0.5975151526087025,-0.03196893815026974,-1.0172166716106015,0.44174050853819724,0.7032968475564968,0.6276498752722165,0.379548917812339,-1.5468218540758731],[-0.7338834884586931,0.11417757380243425,-0.2739741425523181,-0.1978694764436706,0.6829084608478341,0.9718359068618364,-0.5092309622402817,-1.328591739227023,-0.381025315039785,-0.26601751469369217,-0.08321403931504454,0.8786879636634066,0.5618994405835004,-0.6672150060603746,0.297002416878898,-1.43420018921279,0.8907800520699296,-0.9871284584277037,0.6734609559921249,0.8605146447450015,-1.4712565937831936,-0.6280360113783297,-0.38974163917285876,0.45187805072114584,-0.8303006670622383,0.2605060301529775,-1.0646515422113192,0.49761012101600405,-0.6299189330858576,0.20513679013737854,-0.8797219160864918,0.2640658180501288,0.08707440663874422,0.4108236996483539,-0.9240459551354895,0.982762072599469,0.01965235030968441,0.3200596909782062,-0.45847267761853383,-0.7425741963352117,0.547699362004313,-0.5911278301038596,-1.1900276736704574,0.46711602380788436,0.8477965605583414,-0.11442018907470451,-0.5395745021800165,0.45437372772811335,0.1627572039375865,0.22049865838051225],[-1.105768602383534,-1.1973162864260622,-0.01941181164752793,0.1791279281415121,0.31482838113301687,-3.2558952386343307,0.22288594716809798,-0.8540085384875835,-0.2634330903381458,0.4210322833924499,-1.849134149945566,-1.3624646259899669,0.2184372904684885,0.2629332794826454,0.5288974220756913,0.051972812442642936,-0.2658213059158133,0.2219807563955304,-0.6030172806530868,-0.3876937567022306,0.8344873911054369,-0.7787921650585113,0.9505483784522563,0.5011483778445625,-0.32369878269672525,0.5477073185688045,1.0195964837358598,-0.25639067390855047,1.1392181569905546,0.24316805465603705,-0.06452633006920414,-0.03138377693041086,0.673313168508834,0.9103610352402483,-0.628066345544787,-2.372491701903478,-3.0286008453580378,-0.7264942030007656,-1.0956913045610142,-0.06416703749743935,0.9666613841128108,0.7191590058454803,-0.5251191086928916,-0.2892191477997217,-3.414016949391545,-1.2630418615937233,0.4989994880432059,-0.9665882818393386,-0.3083631054214215,-0.2506818042483125],[0.675968393032577,-1.652792595867496,-0.33678335858030034,0.31065792848123625,0.274408467509002,1.271195557041,-0.551435304361785,0.2451656920140897,0.8848226624167498,-2.7280508243624757,0.047493245586778136,-1.694143174988889,-4.770464854635792,0.9505511990468732,-4.329739811326363,-0.34176193348375916,-2.083491745434731,0.8663737954523921,-0.741675551835154,-0.4983718517130939,-0.6603299516799261,-0.6824104908244925,-0.27857697516273433,0.395417874382419,-1.1956670954937805,0.34601148827431827,0.8529260071485486,0.1683637072283141,0.7517324762696376,0.5125591279802197,0.8202575540689131,0.4614074907178766,1.1072223438942663,-1.108683087109242,0.09812721915509405,-0.2564053839652035,-1.183449492490101,0.5087609310688814,-1.6428121430617837,0.20063458857349759,0.8372372626932411,0.9957920546308737,-0.6477015300171554,-1.3290616688890748,0.934731406751081,0.29605161695081395,-2.4998619296088207,0.7286884782948593,-1.2349536058869657,0.3157026437616655],[-1.1449229302838722,0.03143625859832275,-0.26708165352507024,0.34741581171217756,0.5523256816885342,-0.44319847318272815,0.7216466210497278,-2.884930890373242,-0.13339468382446282,0.2065777186365593,1.6264738529063232,-0.7451178415444437,0.09681947372424964,0.9467896026839093,0.4389323998485629,-2.4166126724640002,0.759090094709427,-1.5036155687266575,0.9494693530874632,-0.6327199341817521,-3.3448548097078192,0.9351840305902864,-0.43285919241716864,-0.3838577650650566,-0.5030234880462137,0.09373662923797868,-2.70128442564054,-2.8083532192631644,-1.579501411762116,0.04866086314618084,-0.9494584885390118,-0.470428166643254,0.15125294442329967,-0.3997244786956535,0.3000833281289513,0.8864728118367403,-0.8826605476066194,0.6327494000992666,0.07226069664897461,0.31269418650228265,-0.49122147911872616,-0.5076229355632298,-0.4745635673944658,-0.2797229438509957,0.2899958535916714,-0.19978412622723452,-1.1598353183923948,0.5894396102547724,0.05403291247990733,0.027540367616360313],[1.1444755554015196,-1.0967366903449818,0.5147633083097543,0.4021726927933438,0.40598966601326675,-2.1469234893019067,1.4086629339792232,1.0976909520180096,0.41664932158214246,-1.450633840461416,-2.6162866317064424,-0.46116402480317337,-1.5859998584213213,0.02237941048003283,0.8711986590620939,-0.37023832764928283,0.2534803885415836,-0.5536993261928287,-1.3078481045043133,0.46215126371772725,1.1492821144430043,-2.2615534998551907,-0.2751347946810453,0.06754325694439156,-2.0723662923341446,0.5157607177963037,0.6450695212095371,0.13737630329158343,0.5170984187716531,0.6047124087926701,0.15330283265914724,-1.637947342873975,-0.15372359061015678,-0.36226420620213695,-0.32552657938803187,-0.004971943238890393,0.43243268093163095,-2.9251232107039677,-0.3722553990271534,0.07588655275851112,0.7310763193295275,-1.4056845042772597,-2.0885708050232306,-1.2137744961317702,0.795000925309838,0.5497253261212286,0.3665812833284385,0.4994139718206354,0.026493041892662245,-1.082000909957804],[-0.23604535147212313,0.47927424189340045,-0.4992508074425978,0.9709896252666597,-0.13488947874721818,-0.7598076668292308,-0.34039389214494786,-0.35095456874089637,0.32820287514602625,0.24365564664369485,-0.859205376386428,-1.5141097932595755,-0.846217795732219,0.11472034432598238,0.10792027600613135,-0.4648624547179775,-0.34664753266666126,-0.6406227579271914,-1.227831281809745,0.801648245332853,-0.194344198970803,0.7559299931033455,0.11616515789010816,0.4297096759710421,-1.8128388335575656,0.3801125042859534,-1.6184083909824931,0.15782436269498534,-1.1169727780232779,0.4044552554626884,0.9256613445956352,-0.5470278215611164,-0.6459600459855086,-0.44376572576464707,-0.5050689941705414,0.21112396290426302,-0.7189343574064423,-0.8675982102017358,0.8824495573111277,-0.33806160633044924,-0.3591587724990798,0.4801746228399792,-0.16027635644309757,0.4799024609151567,0.26090813943204116,-0.6828823772703041,-0.6139235010673453,-0.060153885122656806,0.3072582810004371,0.25629779073322567],[1.0405584545696303,-0.3423312950693759,0.37565871793840433,0.547080613915455,0.033717261421120914,-0.699181087874253,-0.7915477174358534,-0.26358139026974736,0.7682285452659235,0.2818046371089318,-0.5816081277944962,-0.7175946323200153,0.5512390845395838,-0.9083051819296689,0.7194137106201819,-0.8327553968404242,0.7326219262645836,-0.7046210861260372,-1.3128883341107727,0.645861751805597,-0.07878075819831865,0.008395590434678028,0.721044145346745,-0.589745681884974,0.23891232150105457,0.8494732406304429,-0.7682904000910112,0.41769560648438364,0.11696960720648578,0.47070932197710824,-1.218162144292345,-0.44856504586161955,-0.5961027694856882,0.9383833022000192,-0.5341144939478614,-0.6317872852549147,-1.1262912910227352,-1.0996191605917454,-0.5879053308366432,-0.029606843010076725,-0.8883933067943263,-0.37171392003477594,-0.7840674552990465,0.3896584853561048,-0.6125732165530048,0.43574228077874905,-0.8413260672919545,-1.5823338699926377,0.6599488780322641,0.5459875032571899],[-0.4099930441986653,-0.25464886550649896,0.36207580746744683,-0.0206845015357056,-1.1281809368196265,0.1620396232168238,-0.6194802640921104,0.3281319721976081,-0.6645491112779841,-0.196729278056984,0.46576780359137737,-0.7272474930605819,0.45420386637528704,0.932064266715779,0.984930905725444,-0.2835893395493601,0.0468003021217732,0.06495418362258966,-0.8799545304806647,0.2661703946572714,0.10501532716993901,0.664823847712547,-0.5759372579344927,-0.5898024462370779,0.25048813907743306,0.9819454754026967,-0.5724498989004073,-0.9652822708268888,0.09634146496258375,0.29404962710874055,0.4871462855337257,-1.329489159509864,0.5841173592467819,-0.36892420189384806,-0.05231638970735142,-2.30893386562971,0.22025997779986659,0.2153786976718292,-0.6173768066592427,-0.44317199805172286,-0.5604786610029178,1.3119647146655362,-0.11637314056386901,-0.8710333037700401,-0.1585622664714386,1.0576753817734819,-0.5353331320716213,-0.5999251168184161,-1.2653351923828833,0.007654327263630621],[0.6058066775750949,-0.44709379799510224,-1.8573630698396961,-1.094488826449377,-1.6646825055946504,0.0552959447614254,0.15536016751624276,-0.5698806322075645,0.5247137457355421,-0.9715272463299492,0.5831400102014034,-0.24812666932892222,-0.33322555998317127,0.26945283646455526,0.5610970411273221,-0.745318714207956,0.015831913777518764,-0.5322974339284905,-0.7234220994409449,-0.6342854407700876,-2.2145448057986505,-1.3097586946980782,0.007284360715223914,-0.86195251855421,-1.266444759022235,-0.6676681481831189,0.20753210901938873,-0.3730161564986773,-0.7568052321417287,0.1220324323639421,0.044947132814495694,0.8862505993349891,0.8722487426045955,-0.4111757976671561,-1.14831296965444,0.8860723750182437,0.5758752238429515,-0.340463265881099,0.8561794094389423,0.8951789294591501,0.6582255045403459,-0.06323164710107533,0.7601964280022513,-0.28339417695920605,0.3786738781069541,-0.888001345217569,-0.8016957469873037,-0.3703948660626798,-1.365542727516122,-2.645036349375841],[-0.061159776649187314,-1.6441548018029661,-0.20265382381553634,0.7617453222763215,0.4381170482387936,0.9051231143763301,-0.16768253159714958,0.60255534212129,-0.23630226968699858,-1.0878425894780823,-0.2799414279138877,-1.9418630244886872,-0.7062930986081083,0.743069431523634,0.391683033755172,-1.186491672747856,-0.7069366787356418,1.0182609078726212,-0.9593117693421254,0.28468363010012665,0.42191742684876693,-0.05958384902920665,0.26561057628167556,-0.07981498861076199,0.3315345381720431,0.7364003873774413,-0.5463015160254007,0.4358329949609586,-0.44299631806003686,0.9090562842433212,-0.21153854697503824,-0.7419742521481907,0.41666915633836504,0.4299864150902852,0.8331905541040106,0.7107582472619572,-1.021573340702843,-0.2849474785768189,-0.21935555785445857,0.23028058045504263,-0.9972035588566849,0.44529437494218366,0.20563731761758192,0.17168890364417164,-0.9620778777832381,1.2244186503539736,0.13334160813527002,-1.5369686151142108,-0.4113020816919816,0.6617472670575815],[-1.5669649226519327,-0.0680167191451814,-0.1730786940418031,-0.5252074504811467,-0.5244773442805503,0.031984413221636795,0.5358658864276035,0.3414541971037966,0.256555751862515,-0.23959893912791622,-0.5441526179914861,0.3010911134080736,0.4654349747755489,-0.6400243691560209,0.2607987163930861,0.6172920407249969,-1.1785032272594862,-0.029775327613788812,0.5517220736911916,-1.0540272596627136,0.03316342366793533,0.10288144491748107,0.5211231451512872,0.798557445281838,0.6564426794255886,0.21857031764368073,-1.1404468315879597,0.18335619607334228,-2.8813402635448777,-1.4191953118770728,0.738124699206953,0.7095755988725975,0.016576639735826224,-0.14677395003328517,-2.368139757874248,0.4079864455270915,-0.26394131135198345,-0.9070730797052372,0.5655019231252549,-2.5047475627842566,0.42759260031444757,-0.35288545284316664,-0.4263691321681562,-0.01670869845781691,-4.575570301427388,0.6886485086957951,-0.9376113733312722,-0.3466106438629118,0.5206384622179118,-0.523518262681725],[0.32645141812630896,1.0265034819783434,-0.7215325349087929,-0.8621783963669123,-0.7936250220717646,0.12570069440862847,-0.5626172779003195,-1.5755311456248127,0.444215288763606,-0.24558945469705895,0.037595016281803895,-0.020425931695513478,0.163680060228345,-0.11460911019842408,0.7251333806045964,0.15475900761571681,-0.45449327408932527,0.9563371622516647,-0.7696232235967936,0.9053081970253695,-1.237330499323425,-0.7776707482090712,0.7534982029852217,-0.6157016981497441,-1.6608168724553876,-1.9475193536538082,1.0081371960071066,-0.4771852356228017,-1.7335364375006554,0.8361006460951326,-0.2494700782464201,0.8147125325476572,-0.7548678451138248,-0.40006032908134587,0.2645984674753588,0.3904258915362259,0.8068646825375506,-0.6801555264522461,-1.6760991299655057,-0.9567368381040825,-0.5669391614459348,-0.3890802290925786,0.5707027356558254,-0.3143943980223504,0.6182626337349328,0.9332649277198769,-0.7092347764453266,0.7749668375878862,-0.5908046757390689,0.313921644661432],[-1.8470291268351757,-1.8082391640912885,-0.659153058828947,-0.6281082103559694,-1.5638884184656547,-1.64607263475532,-0.35557513207178987,-0.6574747480633598,0.3549979793846899,-0.32918259976200037,-0.08485180927116048,-1.0814048348780698,-2.4212604194956437,-1.2939255185630094,-2.063079463273003,-0.7909029705427421,0.9298715656721495,-0.9123830711608849,-0.17608339642492604,0.7719606374934177,-4.204624042353725,-2.763868807058044,-0.24092201337457908,-1.4902917514508707,-0.8599232598395391,-1.618251612641939,-0.8936888737335872,0.16558350285546744,0.08839973421169882,0.21606005776318365,0.0026661663841409944,0.65769534948486,0.3899822056713071,0.10152860772340867,0.0998013964020853,0.6658980975930721,-1.771003160116017,0.8321900911412603,-1.6258058617655473,0.5992951776084877,-0.702532466073131,0.726547338035292,0.6765477598704055,-0.29747057575072333,-1.1250255775211275,-0.2743159851877803,-1.1211285336327967,-0.5249201783848707,-1.9361151608946015,-1.7141349339640377],[0.35921762513593986,0.8621787571471862,-0.6392519109980629,-0.29225159117745203,-0.7989103844205778,0.08085477279857894,-0.37422872694906784,0.6839175354274477,0.013069762341961926,-0.7857876703202524,-1.5887758169863349,-0.340571296092653,0.2761159640176399,-2.396233695294406,0.2353620272796351,-0.7526306573996214,0.8079054233465529,-2.8345155936315645,-0.7245426990062366,0.4702891943751184,1.5299434218344623,1.346107337082532,0.9381732010744175,-0.6768472256562126,-3.1142803685841174,-0.11868406567576946,1.196330111690149,-0.24320547578566226,-4.210278048053398,0.18072097300850481,0.5928126187803987,-0.9221732641922163,0.27117597152409456,-0.22262971069516052,-1.7823056735969147,-0.558937107666977,-0.3366534882475301,0.08037939647579932,-0.692489982176613,-3.9296228465087086,-4.263536399697906,-3.09093702306076,-2.142323502116202,-0.5385957917320044,0.4912356639305726,-3.4133489738914466,0.9325662415022064,0.733870945032725,0.5176725793023597,-1.5611206430618827],[-0.7347848037436723,0.948837862025466,0.7109735132902911,0.013049641598007294,0.18705246299109543,0.12445037117347356,0.658121340132879,-0.06020744622197965,0.6052064313715586,-1.0909579869869717,0.3459223860377387,0.07446335986217015,-0.37755816965214645,-1.017854984154453,0.358805799832287,-0.34048503227029264,-0.06736930787242962,-0.5876307921603698,-0.358189336230694,-0.2510434699399211,-1.001184806324933,-0.6714691847736015,-0.5496699309804265,0.08245515197431345,-0.09198431078408509,-0.37736033709164385,-0.4047649738880126,-0.8535906650190787,0.37273109806236565,0.686046458730174,-1.140537569022212,-0.9729854142456231,-0.29101777337683604,-0.7315188155102225,0.8041264092460533,-0.884147190541851,0.38048412359550887,0.41464977020647187,0.5382583961046218,-0.46970497747915696,0.6570610265697763,0.7160004559090539,0.9814360281674854,-0.4207814066497874,0.787149826139386,0.6508495613716233,1.3615653104088714,0.07226071451685331,1.0461659569995667,0.8693606849360073],[-0.1556696288482172,-1.0325820553726894,0.5174780029617044,0.03315552540516695,-0.9838395673156098,-0.7030082142231492,-2.9639446080151894,-1.4409395577396458,0.6353388960168852,0.5443173944522167,-1.6176190839149358,-1.1224497047287847,-1.9519729747600254,-0.7552926329939281,-1.0626361168404381,-0.08203920115625213,1.097542580801747,-0.6395327888940529,-4.579702212166779,1.5081412461621424,-2.7506614327634327,-1.5010359650271878,-1.0316752322725355,-0.054604788667540795,0.8173131642422644,-1.1682841420825354,0.05739073321738582,-0.03344828729588741,-0.9392882025267942,-0.0030967499703230344,0.22696382445219498,-1.6794741854820145,-5.12441745413373,-0.8906506336866571,0.11182710127887117,-2.13045865414932,-0.5506772924964621,-0.8889537637218692,-0.31587225741158464,1.0597334686713011,0.04177794184381255,0.9956955797603728,-0.20713943754180708,-0.862253536348364,1.1238252080899227,-0.4889023615776317,-2.102286646833108,-3.211088789331001,-0.9564230352267531,-0.6286696657033531],[-0.4869043746472341,-3.6623404494542284,0.6723417924184234,-1.7416539824721795,-0.6703910586576419,-0.4495958888022552,-0.32392060138519796,-1.4748177329068304,-0.8585155396425074,1.3671341262980095,1.6346210516338635,-1.0370277420421523,-1.6531586684469275,-0.06652529108289795,0.8854277871823638,-0.07756205822126133,-1.2012916119148178,-0.47531396149110167,-1.2561422188250975,-0.12797601649388357,-0.4155148077877485,-0.12997242197166609,0.6914527506586744,-0.6191274225147526,0.5228759801250449,0.7772044025954472,0.25524889490852004,-2.7498031765542095,-1.0238959786949269,-0.5423423541524653,0.24821377031539527,-1.3120794579350916,0.7343645550559633,-1.9830469583677188,0.7597137868860384,-1.088076522277363,-0.45730611859807985,-2.5596967056401203,0.9513140986448825,-0.3882513137117752,-2.8767835970968814,0.2560157632361289,-2.423027829191109,-1.4050714350671236,-0.3741776168862346,-1.331075446188107,-1.4867424220023462,0.370644504219299,0.4226121331828646,-1.2490848347155774],[-0.05610119001983383,0.4070462120214256,0.5340677509511631,0.9217779223609315,0.05150598579953025,-0.34934636983436507,0.9924126477954753,0.8610520834681957,-0.05077398027950311,0.8564625766241143,0.24197294316765455,-2.2469335068897807,0.09626996638623275,0.46454136073940056,-0.5907548120218388,-0.013406527113805342,0.4433569223299465,1.1951410625992374,-0.7212187521709768,-0.47884901387877626,0.06548265384360172,0.7405826593832482,-0.18425816995432723,-0.3726460382113529,-1.4427150161898654,0.2771124347588968,0.5030925054965253,0.30503885690305443,0.8639132942028136,-0.10798742601238825,-1.345003381156823,-0.2171022371108063,-0.8740486558557723,0.939669310817389,0.44637740551443633,0.19185259981272204,-0.9874814422904917,-0.5308412462664434,0.5878339799582157,-0.7737022230997539,-1.3920607004163892,0.7103618981406389,0.29405428237630704,-0.32291441659676623,0.2658928561938849,1.0803305913061996,0.48302861042244893,-2.103425872223835,-1.0340230090211104,0.3015196606007648],[-0.0601735278332474,-2.221699585979591,0.3619037488086403,0.45120636017797827,-0.5041807299527659,-0.9917205704607238,-0.3965307441013803,-0.863020194818125,0.1061514960433747,0.8097321652630689,-0.6647678037979112,0.34598872972416284,-0.34004355633793,0.7565213409865235,-2.010152034301306,0.6595758811615411,-0.12587771640034176,-0.6014513358269461,-1.4036010361930353,-1.4123603130246085,-0.46897665122205984,0.9570408930824449,0.9497075047908003,-1.6328711478214277,0.5597134521719278,-0.5959616192460352,0.715521334832598,0.3990565799498774,-0.705208320350829,-0.9676048232384261,0.4987457124908906,-0.7115090383868384,-0.7224638819343256,0.5400858860792824,-0.6064705164986223,0.5953736774235361,0.36259981290958665,-1.3604223378947156,-0.06593931081939235,-0.3820399058599431,-1.4155416941511825,-0.34250454004975006,1.3521093648551525,-1.4131867513834617,1.036891465608919,-0.056253492509653766,1.1327888930851053,0.24083921043874232,0.1590315284663854,0.9209521782686996],[-0.33858071827897535,0.46068602807490683,-1.8107295826231578,0.648427489306092,-0.07909652377594406,0.5570912731813512,0.5149215568089601,1.3737157950186802,0.4909493652569321,-1.0660512169706662,-0.40006421476852444,-1.1500484266232656,0.9773539143346103,-0.77034454272538,-0.42033485419730904,-1.739728925476042,-0.7063408276415043,0.2905894827657539,1.3908304334006556,0.2330014316651877,-0.5912765722027428,-0.8587361553163672,-2.948785359673716,-0.4176588757639865,-0.15085155864764535,0.48217826400313535,-0.5704103165126689,-1.6771532111453828,-2.1467355756123485,1.049312505377404,0.9978178726426778,-1.5026128445955904,-1.2197377287309423,0.4111759336193087,-0.7716959275933767,-1.6010772709691368,0.36743695373383334,0.4589110465868154,0.4499583707175795,-1.0767013236104364,-0.1422309049952638,0.11605991418125318,0.08001382637460201,1.1543184281305299,-1.8341188324051674,0.42171453103304796,-0.5688124503133755,-1.435978097481006,-0.15953291041561188,0.22685867195917117],[-0.2677191779349749,1.221912184511514,-0.2590036592565781,-0.7840563749837915,0.23381062513893391,1.557061651697249,1.2429043564927496,-1.6932791685359037,0.10595413687563746,0.5222227512450004,0.567624625696147,-3.504263349679657,0.3983220483590151,0.955181964009561,-0.3243833604931361,-0.2265735390262884,-0.5971053298478248,0.9053668489221829,-2.7632460460035118,-0.7785614566211846,1.2973427218802245,1.1577517261032406,-1.2524136420131706,-1.6996800854016083,0.4957760691142919,0.4947679956269088,1.053981173856175,0.23121276932118168,1.135783471571706,-0.9994898326100975,0.7363410770587018,-3.6416403837520726,-1.8479803702373394,-2.5227580921723636,0.9798964464713893,0.5974859040009645,0.36684789065770834,0.4379226246099217,0.5243641475412051,0.7248318469223625,0.45280796873989276,-0.46129069180291726,0.8894243665603013,1.3269878024452648,-0.2927940642827799,-1.0925754339043892,0.01773666454856356,1.6723577803769754,-4.0459109195563645,-2.5298230790158183],[0.5553474988050869,-0.6867217922955173,0.7495539891734081,1.827867009173263,0.29172931471332103,-0.303688878751522,-0.6057343248875868,-0.37195141265464965,-0.6222235716131047,-0.31986078273723395,0.9072064042713622,-0.995099865759756,0.483217538795771,1.7595848090693462,0.00892488329460096,0.06398053953329486,-0.07866178667978002,-1.1524883750962218,-3.0979941301874114,-0.18425073823896826,0.1980855332879282,-0.2765320696472362,0.3369097862019069,-1.9826645269150034,-0.6877521735869124,-0.8686039084772226,-1.6461914452233093,0.35807979205234375,-1.4545660097260689,-0.48643279156576547,-1.0238046001197814,-1.5129018301297201,0.7302121919604663,-1.475162488864204,0.9732311772782851,-3.210548141164965,-0.05587610768824644,-1.903913732994021,-0.3247144381361041,0.28035047328725204,0.6460324492683029,1.2905306803162213,-2.2179885063005274,0.9428060192063391,-0.7189113318974987,0.4060405598301005,0.22915107644431207,-0.11430679057783943,0.4242051875314125,0.07830634761523367],[1.0308327287900578,-3.0083186445633987,-0.5092367419689698,-3.21257532544393,0.8681052277236789,0.26236943463576284,1.2375791793781923,-1.3528345925836083,0.32748781216841566,0.9599590322287395,-0.45450554213683647,0.6896726702577352,-0.6042629473661439,-4.1010763855545544,-2.1148582978780293,0.9186606908029457,0.05517471184002363,-5.189623675623627,-1.8816238054448942,-0.6754491338780363,-4.664621923591177,-3.2534456380097168,0.9100210289907981,-1.3670613545204815,-2.479391227095703,-1.551523218047105,-2.22422951910246,0.8052093820251117,-4.921421851776351,0.6124339192525872,0.36144043411497134,-2.0272735839696283,0.30519006590663866,-0.7013336930612483,-0.80997471584285,-2.474306169230038,1.3928582210235263,-1.3069055733143868,-0.07253911835949638,-1.98320498469197,-1.556153173147838,-3.1821033987998826,-2.634620915361568,0.48997109089431573,1.2052380864057468,-5.1910900179965935,0.7370237469193679,1.0544946918256068,0.6254083474477481,-5.221501982118711],[0.21117950363505564,0.009322483993586518,0.0023331622990802867,-1.2328878391446019,-1.4548899028910418,-1.2641663434454182,-1.2711445482797483,-0.03743321918438046,0.10401614798245387,0.32779995060553113,-0.7338754536971108,1.2207683523450947,-0.36038140681072717,-1.3202475324354819,0.0922066609078375,-0.1854175488154829,-0.061617510143610194,-1.4623216312297058,0.42852814365831254,-0.21003302501363877,0.8051828142791624,1.3796631880581274,-0.002347661846822625,0.27622946735487397,-0.5808784908118162,0.45079447348277524,-0.2683897233424054,1.0818052447336772,-0.9034554351837178,-0.22735341506179593,0.12868942181353585,0.4607395608007513,-0.6285886422462084,0.4238573512607113,1.339998078738138,-0.5737303085703561,-0.7019930950817413,0.548643974782937,0.5322663499905379,-0.08374272707276484,0.2545582767635405,0.5144518710334359,0.3612471995929472,-1.4276977194103344,0.22056232332258116,0.4161535936878815,0.23604364766120922,0.4165157546334215,0.04938370795219293,0.08732128579946702],[0.6714638028186548,-0.8400334290915301,-1.8157080142588502,0.6772812063503918,0.40340290497600495,-1.1178618510015594,0.5598972132695387,-0.8716446177626451,-0.48584424319160485,0.7015524353023058,-0.6851241877298713,0.649614487301178,-0.5060576788541133,0.10578358701135401,0.2566283072764148,0.23616118555834245,0.35192516828019527,0.7550968278076587,-0.3735458290028714,0.005209154683638676,-0.757264104841149,0.8506594109127056,-1.110462360033174,0.3074245518537256,-0.5512639385894262,1.010154852852448,0.28876390946495334,0.20193154593824295,-1.8235631342862386,-0.23812570198915475,-0.9919255738453925,-0.9047655478537744,0.06487875005056842,-0.19126081910009543,0.32458848801977136,-1.0482699006130092,-1.7429107978258263,0.5431544735858655,0.23674812438507212,-0.03991327150781937,-0.7136490819886825,-0.6685626659953046,-0.49896093591909163,0.3404113656571283,-0.17451796874008305,-0.5033701512616949,-0.8663694423523558,-0.8238791641290925,0.12075767939690314,0.24711907420778165],[0.5901984587824299,-0.1259481400490345,0.1943425545025407,-0.19439493957828352,0.4623235303623574,-1.1885199307503103,-0.6010257508275801,-0.39092538239628644,0.34976196926919806,0.5092378910615284,-0.4524809421068658,-0.5638601544218583,-0.06813360928251877,-0.5429263783834122,-1.1269132926676806,0.29378740537527237,-1.8437171710635551,0.17520202030211673,-0.26423681952494843,0.4251156464836931,0.8906153239838204,0.8826278749675897,0.13039532349362176,-0.42359966486523665,-0.7749470342094689,-0.14663668979767014,-0.28252753982193934,1.145939929214573,-0.35049625618177493,-0.601916180365231,0.8745192964529949,-0.02747146384657456,0.5394461079160329,0.6021622734961757,-0.42903602966850823,0.40470117413319073,0.7132011678465313,-0.182410811981989,0.8365625985734544,0.392144948264026,-1.2027293964170587,0.38161160132311006,0.2131019232019259,0.8491234506002624,-0.28255971237257654,0.29077357629405687,0.40051955336756745,0.49964684666743775,-0.438141953142928,-0.772075383121487],[0.627946855127891,0.020001059159264967,-1.38543019760265,-0.09593797953265112,-0.41554383885397206,-0.46036071546612817,0.5435805902798047,0.7220071702870724,-0.2715567721154036,-1.5971017057461006,0.6033592319436127,0.4118495128725596,-0.8865841942840605,-0.8560098798676558,0.12324499011558075,-0.8786937559910173,0.8699347019743846,-0.7145266923844082,0.22023541187770534,-0.4895010282572072,0.2194492531736432,0.14439432843479102,0.6733296679305015,-0.39554270904816363,0.27383712132457966,0.6033606680764458,0.0016826397000038735,-1.7598737692897095,-0.44886562497735205,-1.3023201562347149,-0.47794938481796295,-1.5209047490014178,0.5351149148904087,-1.4468495341753491,-0.9357287044014975,-0.11613888622784872,0.32335445982541533,-0.9155498297990163,0.009508560893303517,0.877098304433166,-2.2240617488457386,-0.693868418115915,0.7564101310990315,-0.5407858526277076,0.7047378842544971,-1.9987396924447767,-1.3821050941361492,-0.6813530240137328,0.9172571409036032,-0.41059669967410684],[1.766518577969957,-2.6062673887285706,0.935565646017058,-2.0611634279716227,-1.9950996425336425,-0.736328971785437,-1.7555205449445959,0.3664915799303704,-0.13220842650953307,1.0042545881878315,-2.3606566263627338,0.20520733306947625,-1.828610912048127,-0.4909225415520855,0.9440001520420723,-0.040673321397533165,0.26438202029417385,-1.6527290217786805,-0.2751515087459743,-0.8923633461492809,0.9783714662907028,1.2763940448647177,0.34416775412136125,0.14205007611114656,0.2166500604484213,0.26209240419589314,-1.6528325282345417,0.1774028644600376,-2.1593189747375208,-0.6494227216668983,0.4185030198607281,0.35156798980778026,0.44777744081127757,-0.5327833668834291,1.6650170578338448,-0.6936138017981271,-0.31369550202769786,-0.05353337470131918,1.0204646550828425,0.00005810945677483826,-0.27043884145322217,0.4896323883634831,-1.1904936049119004,-2.78349618631472,-0.09007281622761086,-1.148663997062986,-1.4591816071733668,-0.05353473205375546,-0.6130159003513894,-1.6116585265105603],[-0.09669111773054773,-2.00016741214625,-0.5330696021932476,1.0190748018008182,0.5432657067234404,-1.315782343241112,-1.3000850108806785,0.5029778772483321,-0.4260020042159491,0.11068583252536743,-0.0025522480175355798,0.6227282131850329,1.4220736109526686,-0.5123804012474973,0.6641691780922361,-0.859976256365904,0.5317927829104769,1.1889707763575572,-0.31895842670136115,0.597764139763325,-1.3943920081448622,-0.4669393619766259,-0.0899903880433369,-0.09217528003419276,-0.5265410924539163,0.5095729667207587,0.3269869803754395,0.7766372285812212,0.6938488820132179,1.0225700366885448,-0.036548984114675304,2.2392368455989478,0.09447741844829811,-0.14199129785534634,0.520336344176258,-0.8054146526931336,0.3834670195617009,-1.231385628966747,-0.7956520926499716,-0.3099229244584385,-0.6371130195772619,0.048879881340306394,0.15271637405900365,0.9256765200152165,-0.6623206482133243,-0.748958576088813,-1.0154021886978477,-1.4249738029296835,0.6337376238961385,1.3383157371353405],[-0.6757532921840336,-0.2056377698452751,0.35598350685072105,-1.6139012503958357,0.6926383343262802,-1.257825939092812,0.5209161522276129,-0.0681607395268503,-1.080033716797546,0.5919523335529494,-0.2597827990939815,-0.808260489323073,-0.6752315479019474,0.11323207778005434,0.4208649304245537,-0.06324095846165825,-0.5004432570862654,-0.3021217859725471,0.7662572428142802,-0.8271363831046261,-1.0122544472778572,0.42149315645475366,-1.0388092129771838,0.3644830676661938,-0.9397352402457237,-0.4770618009805085,0.8395528942357405,-0.6458186433649586,-0.37257083708093164,-1.5121409683322677,-0.2438723685504565,-0.7763828975342274,-0.45317903931467385,-0.3387473436066968,0.1679950760646019,-1.107482150607924,-0.3737163864331156,0.518297186044397,0.050376693817160534,0.9479927489799231,-0.0574996612191795,0.3940248371471291,1.0912685236121171,-0.015726631647439943,-0.5453117118630929,-1.8469382469530096,0.571859737281608,-1.9899500306938844,0.64789882276184,-2.2287312004065134],[0.8762546241845335,0.19865083886579638,-0.635166945466649,0.973764547102717,-0.7647980814025641,-0.16339389886514558,0.7250136763956804,1.1908408552574798,0.5247894774904001,0.5421325909777568,-1.7006770650743923,-1.0403783593926454,1.0396196435331977,-2.491994201847484,-0.5384327155464208,0.4977070995254589,-0.7811286662921534,-2.6610098800747974,0.08370834489598489,0.3466491831709595,0.9383291983722144,0.9937921152207428,0.3735267601296852,-0.7154200977741056,-3.6597790297164874,1.1371341536511455,0.7225498167171276,-0.099942130899859,-3.2237712348097745,-0.6418645837532867,0.1344817974751502,-1.814428351268857,0.2957897760657314,-0.5913279154387763,-1.7123401501825304,0.8936636064029393,-1.34270836946211,-0.31296613655979716,1.0096427815933826,-3.5768801751165626,-4.664908925872063,-3.017426467832289,-1.9761710606204657,-0.13825780525220493,-0.16744255598802518,-4.031419099833979,0.2979527786144448,-1.9701476759947159,-0.07595448282219366,-1.322497532955684],[-0.7800464095526795,-0.04745349284206141,0.27206731272928214,1.1839697791849688,-0.9218372284404207,0.025250328994281777,0.49164720444290383,0.7199084194383871,-0.8961751103308355,-0.3945136009312728,-0.10945566345574469,-0.23730373092044457,-0.005801785449723401,0.969792571585497,0.31555474807353157,-0.5373668774654621,0.9573611081755313,-0.12517192476374842,-0.734830952043413,-0.33598734079291165,1.0648233053321354,0.14748609671286886,0.04552606838300498,-0.5870225895023661,0.6688597469508664,-0.6540120117023932,-1.6657442767496933,-0.017586355076675213,-1.0116598143097646,0.8213824034316605,-1.0155009349926456,-0.4440865124267875,-0.8521134311916777,-1.4103414362868503,0.785997918689278,-2.329706403428807,-0.6595466008432841,-0.48925372203312345,0.026934085821825028,-1.564521173695262,0.8122362106971055,0.9327314950098031,-0.8111750740896927,-1.09560245796821,0.45679959831969774,0.8267901429749916,-0.18249576918960297,0.04380825843838901,-1.0038040976638105,0.8582679493710712],[0.9386119741562147,-0.6843821934720019,-1.0385145266769624,-0.8611632923531883,0.05944570434858373,-0.516334112289616,0.20341056338607577,0.040004046478297736,-0.2859533281672987,-0.8340515577584482,0.21110310082620046,0.3302821012143524,0.1882182668047276,-0.031505955392010995,0.216105834338343,-0.23025270625117394,-0.05266255853449506,0.7556544020292,0.8117987181146697,0.8938295031517262,-1.2080673894268164,-0.15790709658439153,0.8311197067186914,-0.7078368938042723,0.7826038439911268,-1.1976861749058791,0.4887138816309597,-0.2745608683388603,0.27330189963167917,0.3607176045948425,-0.7308422102105295,1.2374697898882718,0.7842410349882035,1.3274080505561292,0.5650838907096953,1.5092602214971627,-0.3200540431639935,0.3938249504977596,0.8217754424055398,0.1690474223239684,0.5526316906711513,0.3656390012851151,1.3084790266363506,0.5732487746127438,-0.17796779149007044,0.6052049844329477,-0.3778995410869268,-0.6309990497198968,0.3928820920248668,0.1246029878930234],[-0.03662110422599735,0.29805359618001975,-1.555413883941131,-0.5629531749774478,-1.2668006527164513,-1.6598550147128808,-1.1199002442719568,0.35656800414002215,-0.5184620873059537,-1.8508461237611675,-2.148137690030779,0.060782129558689994,0.7111408611106589,0.14347194849051798,0.36965588488142026,0.1696436690095474,-0.7018681881381112,-0.6261202284307903,-1.6704102760481772,-2.689166866191328,-2.0883782235968167,-0.5616996629730618,-0.67278488391363,0.6228279666556009,-0.33235693151005274,-0.1369830112297461,-1.312274343343029,-1.5741119388189493,-0.25987650185484634,0.6143952624323634,-1.133074364205106,-2.527961135798104,-1.2019405696380434,0.5434886952602163,0.4346285057389498,0.6255351694480843,0.20154111104949035,0.8848615650221726,-0.8599974106548974,-0.4947301524604198,-0.8384824752288513,-0.29350530476603065,-1.6062813614354887,-0.8877257929213277,0.9279735311307598,-1.54545558522065,-1.079904794820278,-1.981410477882127,0.25524373024314057,0.7826117764112339],[0.17711568747216525,-0.42909394902447395,-1.443009988783342,-0.5635742750888049,-2.545650086149215,-0.485670181389161,-0.0992175814129423,-1.2594559775226521,0.8385104415421637,-2.3035736250244128,-0.27640279404183443,0.6021140922113128,0.02906349258620501,-0.26454742850566404,0.5641669500120602,-1.9656300453489444,0.3213593986686751,0.638922984192012,-1.0372968394561042,-0.20224494926546197,-0.32894035295629276,0.2956928810538853,0.29891140691475226,-1.4398156146775718,-1.9264511792586623,-0.3341051068199509,-0.1010800269702554,0.8793369098933872,-0.24637736970627985,-0.17909290529119745,0.7775108040454801,0.3207276690247513,-0.4255467671262545,-0.9558549999084934,-2.960631515887373,-0.27135710001887897,-0.18084990669199347,-0.019217711301483854,0.7151866973936657,0.17470617101578717,0.4570117101518257,-0.411518589451265,0.976222029086682,-0.04492109259201933,0.606982007372533,0.18668590162399096,-1.1085443061343683,-1.6128439646780928,-0.15035777717901905,0.22463558238972547],[-2.1683962554920493,0.7686208388645863,-0.598315925248612,0.7171702408092909,-0.5189707400139699,0.10782488654430182,-0.4287700180777703,-0.34216863521385565,-0.4512285547135035,0.2023456576630811,-0.10087073725759664,1.022984261786258,-2.2064681796104764,0.0865004220731683,1.4586946584357663,-1.359547103523843,-0.9911927790082444,-0.32897701595628115,1.9067293626959387,-0.06993596353442975,-2.3621944489524314,-1.9955816179364407,-1.0682812857341495,0.06129120307000523,1.0274974020169545,-0.5250870353193064,-2.019844207459868,-0.430502056858482,-0.5441486503005616,-0.5867004794606201,-1.3866620880900882,0.6361206601931823,-0.7921525889425638,-0.16551754809468705,1.3307919613830872,0.3783613713560814,0.7467745140970187,0.47085522559397147,-0.5395946646424359,0.6525943080501603,0.9561708405781296,0.05075717370888334,0.9232625710037926,0.0857027811526978,0.7011191098324241,-0.3956598202278616,1.6506334946837902,-0.09521068161852284,0.6325282697693461,0.16728822844894403],[-1.1056029979739743,1.120655202373449,0.9167835622926582,0.3957388301456575,-1.2840012616299594,0.31671243137025806,0.7332594500249541,-0.9463780048605214,-0.009975608459177289,-0.30608104891345755,-0.9848493411564265,0.931081465202604,-0.29280318983434517,0.9356801152226029,0.486438315424772,-0.5080358709878733,-0.23086404304736527,0.09062009594075518,1.4062083536071504,0.7860750827582531,-0.17446181301365007,-0.5459630006212618,-0.5534031549521443,0.5642632808318915,0.016244179985128077,-0.11883475541762607,-0.5497584367548995,-0.25279801585148454,-0.291058886166571,0.8636491241714794,0.031157676705676825,-0.7580845535076413,-1.12914438187807,1.1277547869976403,1.417237193128231,0.017228843473896645,0.8359933757365943,0.5661405954872347,-0.47874176917690825,-0.18497727858998372,0.455408195178464,0.0744914696681831,1.09148821552731,0.4025214177734547,-0.4591888743297648,-0.4407739413805865,1.2056291151750957,0.9178764427554922,-0.18262700042527344,0.1036829500737846],[-2.095341255604972,0.8992422657328256,-1.386315207986055,-0.8907861650325205,-1.1553990530698237,0.2536379473208849,1.277178937530106,1.304407159596332,0.5091684616870165,0.08069042627537278,0.9263169696284659,-1.299101764891595,-0.3543289509332265,-1.639722953008047,0.9071334071675768,-0.41312518332991793,0.7059051044771256,1.141662779676437,-0.4108263475508076,0.5888399446855206,0.7819289947584702,-0.23630082418226134,-0.02931446100531684,-0.27170730005142724,-0.8368075512498437,0.3555256346389134,-0.6808553243591785,0.23902846727855334,-1.4300095222890812,-1.0179072892574346,0.47226199639052957,0.8796588348538681,-0.09369785979455758,-0.2715919114489031,-0.8845895403662055,-1.541904940849764,0.8560370126491247,1.0561363833851596,-0.15842081208046624,-1.046247061478339,0.2976904414838515,0.3353489015779854,0.8124380228567086,-0.18773380056403186,-1.7258808683788935,0.544761182338621,0.9884797913677574,-0.810330862656264,0.5369303968514914,-0.15133075560630513],[-0.6371198671555355,0.22979151959000665,0.3572117261570165,0.6164035634939629,0.22956111188815653,-0.7378162569916811,-1.9828371740953894,-1.0223364118450309,-0.5896210189332977,0.07238762268595972,-0.34491010709117886,-1.126089550413106,-0.39737325801425344,0.18142877830806675,0.5361570408946451,0.07551074101320825,-0.7722946917706877,-0.46025243485915646,1.7948899187538851,-0.1823838817262555,-0.20079463295305403,-0.4425412389886326,-0.20211023049140553,-0.4683094021266109,1.09520910248936,0.4065176199986574,0.15877161086802816,-0.8954367885528919,1.0247546010153419,-0.1216818776482384,0.4091547799584871,-1.6469841250320527,0.11978148728459997,-0.04769801449373548,1.5018589608587365,0.4839157891594784,0.8477477791791425,-1.4504136255219975,-1.2444112965717107,-0.9816458313998336,-0.5694008984026723,-0.8749254389805177,-1.5753871420941097,-0.2890849891338891,0.8896041783022854,-2.1457716294717506,0.6773390563140866,0.1784738829250867,1.0221786483837283,-0.5105473355829602],[-0.39335353381535165,-0.6264214263078378,-1.3221934420950203,0.04743841625886637,-1.9693566628117816,-1.1950533743285097,-0.48118843674562406,0.2220378013748842,-0.17136053626180098,-1.5719216655188197,-0.41049798936847304,0.1354819116909081,-0.40490379446939917,-0.4302486653827353,-0.754104473870791,-0.43735510604935574,-0.7587969258641974,-0.5982647015828545,-0.14361198951393514,-2.016624956904802,0.6327063872509812,-0.597967005228878,-1.7313922373579433,-0.3330618096455254,0.5605324723301248,-0.7051457663079878,-0.4920237643188735,-2.1411836647614937,0.9144408488417073,0.20248436501994443,0.7972631453598134,-1.6272786236338848,0.5562359027133381,0.0679985611200858,-0.2940944053294334,0.6952665871549781,0.05855705675539766,-0.1793428871079002,-1.0568106442978853,0.27415824150018603,-1.1309739336922955,0.27574783941747205,0.8703109281532928,0.8977505502972574,0.5964827612139549,0.42433678822953574,0.43666621095195873,-1.3418044671134897,0.023458483503890393,0.967350999179565],[0.9881356769925854,0.5641705190682568,-0.18550148308444422,-0.9504244361580128,-0.7308116085374301,-0.028548637758984915,-1.027542745787863,-0.06296912878457708,-1.4335910302589718,0.5521178994380893,-3.0187959999968856,-0.40219562660634733,0.27547572577024565,0.7454791868562636,0.5721996030121513,0.9700478303081707,0.8862384546903723,-0.17390352994771338,0.35040658216413406,-0.14021050862498655,-2.2195821133657043,-0.14938396041058916,1.0112888702191571,0.8549852138296213,0.9836339761943345,0.3653979291859988,-0.8616015987297668,-0.4875897090359591,0.41483959608093135,0.07100214840471689,-1.8385605844730895,-0.7490257362609511,-1.3382633176231395,-0.1477652646466194,-0.4475129528248501,0.4854214111468418,0.30376644125024466,-0.20892520661457234,-0.24755269521306786,0.33695884267154297,-0.8034598040984583,0.7039362282226405,0.41251892786489053,0.39850938557928095,-0.7831918406928603,-2.184082736168982,-0.2981422223711644,0.10404887297302436,0.8948537172275283,0.18758529543880573],[-0.2060746722925099,-0.3384903360393942,-0.549586780094902,-0.14646764500162776,-0.2062582303949184,0.6539282930706014,0.7123814863626816,-0.13147173551803024,-0.30173615235831736,-0.3702068432820321,0.10629184160152644,-2.0126640019555864,0.6273210487648362,0.054405089616341946,0.5440042545637198,0.25203261772126334,-0.0748453555697241,-0.703952856043386,-0.7995778634733167,0.8895180640962833,-0.3834438026577905,-0.48220259986810493,-0.898265691505965,0.4624081863841905,0.8058037993008502,0.6066611955476399,0.4759657894755171,0.6769646911590947,-1.1997581288947419,0.8208350897812277,0.36448090630628943,0.3763814054436088,0.2047054910559669,-0.622997196871099,-0.3788528505587558,0.38297690005303886,-1.6135792419394965,0.045875203827953494,0.4123858728139383,0.5337478991403609,-1.5148335714299983,-0.45359399014935026,1.0013514522549656,-0.6542228959841414,-1.0796535132246965,0.1483989151504995,0.3987345643303369,-0.3598370501558574,-0.4308022490035186,-0.3714775184139796],[0.851375721211742,0.35269832525023254,0.884779147073428,-0.3651105260834805,-0.4057530182968424,0.8786983382664982,-2.0454790999223453,0.747862113848945,-1.1806424666829616,1.144658322593123,-1.5269351864395322,-0.12903223064863992,0.436192950190609,0.05029968955845367,-0.1846184271061799,0.01747432661939686,0.19981991898885046,0.12242286196869642,-0.3620021015247053,0.9399040914632867,-1.1256670399173,0.09407394274729977,-0.2149607783004185,-0.3012791052078347,-0.9783514219205854,0.035332041233423844,-0.6803363083018918,0.6697189405888586,-0.5411939817914326,0.11613993866075562,0.3229846403259927,0.42923659881310267,-1.4721305164509797,-0.1760742718911005,-0.17107481680632358,-0.5728218053299263,-0.39680407045759875,0.1747544766731488,-0.26607879770672327,0.05040662899458815,-0.7589153483186529,-0.458069660412829,0.05298930927950358,-1.204026103845842,0.8713128704211967,-1.348853332195535,-0.8552814905231844,-0.03613728041205473,-0.7901864443230833,-0.5458234987995876],[0.8331618003843,0.2147171672646917,-1.3847638194257876,-0.6900830687818056,0.6843351716385652,-2.671598438196518,-2.2957602749075825,0.5936103279975413,-0.3001838578961342,0.07510716508930584,0.29584569102556224,0.08511518694168123,0.2815834103251672,-0.08618072705979418,-1.5422073201696733,-0.45706072707703516,0.3785706368025256,0.33178996385631637,-0.2567605982841998,-0.24581051201540274,0.4788451224706925,-0.6846333804714902,-0.8836703839465442,-1.0090491522740415,-0.5963687122289074,-2.2621589793462005,-1.7455680511427063,-1.053568218653854,0.4497494886113351,0.5132347930119183,0.8779437725408269,-0.3301243703412849,0.4417480997106132,-1.27395209962161,-0.918424461871745,-0.3764440716249957,-1.318344332280862,0.44437958134310446,1.025739189404721,-0.8036106807038772,-0.25688920519083264,-0.29236086302722303,0.18165446726114814,-0.01696670432780041,0.43918668505351127,0.38251897326898954,-1.1971524907449675,0.34578663849491814,-0.9591172710206093,-0.1525256961954532],[-2.030074270027634,-1.0105501352649247,0.7318099433394024,-1.090568725461665,0.1847601742940867,-0.05871372587827335,1.2354575307454436,-0.22237810898566707,0.38757068528641325,0.9096179747337693,0.5578071676643848,-0.2039233333007097,-0.7267798566970625,-1.1033535500746652,0.8380063798609111,0.7670829889102654,0.18880360319768483,-0.2348073675681934,0.46366167488097854,-0.7884038479201355,-2.528455026236629,0.9125206792970498,-0.8478505988444885,0.13496945274853836,-1.9051058437692299,-0.6424893211502667,0.06113812846086571,0.10433062578410082,-0.4887808715432378,-0.8858991250489705,0.5200534577994682,0.6332565063360904,-0.09377655951753891,-0.4064374485257073,-0.3918865637565185,0.16164183045571268,0.9779409302182642,-1.004674752980742,-1.233867532577344,-0.22385109072018564,-1.4039473932321807,0.8281459264365552,-0.03081453269636227,-0.633126060555946,-1.6036160522096636,-1.4551060637805515,0.21461118287297254,-1.8829654685388169,0.9015903904941109,-1.620091691157689],[-0.5693133543050379,-0.8713541447227799,0.15441677376476834,-0.5779908495124613,0.429459931754604,-0.07818469049024017,-0.7343108034826678,0.39101134335387944,-0.22802598696547186,-0.042277568356399974,0.9419488765032877,-0.9327568581918301,0.4554361371664955,0.04549790871917557,-1.0234142105894037,0.002471674564922972,-0.8192927635994782,0.7223569801896094,-0.7561559936484694,0.1153230709169811,0.9586749185293485,-0.5270993070731776,0.44579112997889886,-0.3553319893912624,-0.670703668212133,0.42305480861995093,-0.4726132808958161,-0.7908529525839845,0.46158212813088245,-1.3626440170309648,-0.5459068984516512,0.13874619920809483,-1.103637213853141,-0.12389833197413828,0.7278578986221391,-1.7769288600502506,0.46785858003679387,-0.504231953623007,-0.40621320344167905,0.12080765046206073,0.9167762917963577,-0.32931858585117063,-1.4828844986191265,-0.8501209211726068,-0.6084284937156644,0.3237711724490066,-0.02852376622476453,1.0660021401955977,-0.9731619275001798,-1.1239283692345619],[0.6660165518351543,-0.4850724572784701,-1.5710087661899528,-0.6573954194044825,0.12923843826321288,-0.7439693563994536,-0.8710007723807314,0.6495984535866853,0.8065801209644291,0.1344821162417242,-1.4844445115429485,0.0016080563247475887,0.4856498011374029,0.1044958573476526,-0.24807362391935,-0.07221893215214899,-0.8310758119823269,-0.389499287154811,-0.33695758549966703,-0.5486991238165909,0.5733496211785146,0.4921597493846164,-0.12412085274423228,-1.6223284481820919,-0.7600287914198813,0.15936037802773342,0.5214974838808178,0.8042666492498254,0.394498653336536,0.048785804336410325,-0.34357176807655676,0.04354426603294247,-0.9884481100445746,-0.13789711794181997,0.17784525543266871,-0.602047426398519,-0.9165397782849253,0.001568035786015993,0.013760938605060074,0.7163185941655348,-0.49331948375515694,-0.18821914544660048,-2.304553906640823,0.5719075122481243,0.021637227555448738,0.6637937279825621,-1.8019047075103911,0.2924122591787798,-1.3380473099594243,0.8273756431732033],[-1.0952430801129407,0.9914992563151059,-0.04074852658264127,-0.08373186205397022,1.1473916283461338,0.7060268813313368,-0.7212483524750513,-0.6807684029654869,0.6210884739878215,-0.8552716584193139,-0.2766490430751798,0.12565046373401276,0.2289449795930797,-0.77572785904281,-0.3828795550654821,-0.45919119575542106,0.7280085126181234,1.063650380083396,0.9015876165665198,0.4939970839441019,-1.0997478644653336,-0.1166292434288108,0.013619391555458384,0.8232653564494968,-0.23805673880372258,-0.22587936737860592,0.7442741026382425,0.1600455576092802,0.7932840797638526,-0.2688774377754468,-0.5675146099886555,-0.5819704440899265,-0.07278381961045007,-1.5182938166871736,0.6964950249693695,-0.4473659395825904,0.28720688627410557,-0.43666019419380575,-1.7918250239599904,0.4254427010581367,0.033075948515204574,-0.529509104613673,-0.25233552089145683,-0.18092991968204744,0.2590748766860518,0.4310105435558194,-0.6977769895859258,-1.0833519465020591,-0.5555127518963705,-1.8411147514660908],[-0.39931780458704264,-1.6967114763834295,0.6239670645676512,0.06739059861942709,-0.5723309373412087,-0.8168308695428458,-1.0460484215457473,-0.08795395556925704,-0.9244230129939662,-1.4618696539783889,-2.155718054283836,0.18346976622034497,-2.391362999772638,0.8727896926779183,0.17335087841975297,-0.749396528816978,0.3937143956105335,-0.7055500224250133,-1.5408978575189751,0.6579094406859106,0.11120006505717017,-0.40389378983568375,0.39430325980198694,-0.3107022867482645,-1.2563048258905902,1.0560329854193748,0.8156364905694168,0.9970111886299339,0.5223710742963019,-0.08280489113703501,0.12413008921410465,-1.9025475422517288,1.0221467986062718,0.9761710752804664,-0.2307735615558969,1.3074649314422202,-0.7013635555826854,-3.1657797085962307,0.3541373590271637,-0.4656946093145501,-0.24164702968098678,-1.2819776237050624,-1.3743214518973632,-0.026657544097916066,0.9247968952448014,-0.337415955031857,0.22493647140148304,-0.5675275408742728,0.5616199877387581,-1.0748067267205257],[-2.60236717768029,1.2747086596908228,0.545917557312688,0.4412509027140236,-2.1625578192534647,0.23539320469052713,1.0415594508979342,0.06905390375195872,-0.736154060603091,0.20832634661348257,0.4222100017040617,0.3313023916750647,0.5493798699681032,-3.5407654563345226,-0.34972745467540667,-3.709476334768784,-0.6746157449127083,-0.9769351819400106,-0.6527239955263752,-1.0783719471352187,0.02319703114646702,-1.5154642584830442,0.4011447285472133,0.3757634221833545,-0.3400460420541263,0.7349782162138042,1.2000602145765438,0.17320688644888269,0.9063433727152246,-1.924835465709723,-0.2992077897428656,0.4501116537516919,0.670074599421344,0.4902988307889335,0.9901496530293608,0.2883365367773444,-0.28501978214986984,-1.4463372714566831,-0.15482869829523518,-0.24632789905112012,-0.5808282136409969,-0.7381258992925972,-0.6973532530682994,-3.4395550824873884,0.6602698840872666,1.0711920781777575,0.6805771495213698,0.10538285450061072,-3.7935641141931544,1.5880971928403103],[-0.7668147735811348,-1.0931090499554068,-0.8247453308938284,-0.05113775061065317,-1.6276052592026091,-1.2536228525082107,0.529716099574214,-0.40254948087131825,0.03252709021940647,-1.5322344359791273,-2.396438990757321,-0.8601203624777674,-1.4088515990699222,-0.34926502376787083,-0.03252769603028709,0.43127235869515346,0.25926935213811125,-1.1091944874565622,-1.692833468879929,-0.7292625552790328,0.5123628874116143,-0.5023779339074984,-0.35817619162883035,-0.36145601969787755,-0.812589094378822,-0.4193576210940919,-0.03992319890242417,-0.17975184164968241,1.0467893938597248,-0.1897737206832449,-0.5729974916275092,-2.45157933134217,-0.3319153114801962,0.8602024700958633,-1.2809663914638643,0.22989777020153407,0.6430553479026502,-2.1858123337486983,-0.11914316057982308,-1.283441876353284,-1.1253169180769658,-0.5330795188174126,-1.0507042110438596,0.5683564345725901,0.08953190857412209,0.06724636038134467,-0.05992193302016028,0.7840037488554624,0.7936391999886429,0.12529379496898252],[0.292756555692885,-1.0159663640424246,-1.8532422478482757,-0.6771453010176605,-1.2634792094749672,-0.9683267053619112,0.41641041943377294,-0.9023828425878496,-0.4388848525164456,0.8843152928013586,-0.29206339887250066,0.41386950359775426,-1.0793130779106492,-0.9530118176190371,0.5841613526947217,-0.4198707135819294,0.3261385463843144,0.2547472518829825,0.06383142057636125,0.5837123727456717,-0.6459703944040159,-0.5156100096231975,0.044003474447141526,0.056061522123116776,0.393782200417955,-0.1471976826640648,0.5225758456734484,-0.014442459047556127,-0.6435803509565206,0.4260733644339625,-0.6773144231968289,0.23624591577262977,0.9521228589609021,0.4803600609620911,0.8767883610672446,-0.286974587081657,-1.6127726513382932,-0.7077593376139439,0.991145150245824,0.9701888572088899,0.9745770079445379,0.6535817691516246,-1.2954111353054871,-0.30006460464287443,-1.1190796700370496,0.99465728272901,0.2207432151581803,-1.0687282358880188,1.0169364278160504,-0.20567038883469085],[0.7487346698829976,-0.07318393547445538,-2.0632459521840683,-1.818212587612832,-1.3146123701109909,0.9792492264816648,0.14050723595500159,0.9695851048584548,-2.50478843842295,0.10459977282638669,-0.40551848212991476,0.8468859046615335,-1.0613379752440657,0.6041722387625498,0.6729625593580917,0.19316589585020952,0.23339513234297776,0.3889203827589849,-1.114575898681679,0.7944957120877475,-2.883242047787032,0.9606628493826406,0.60465383314656,-0.6731486859313854,1.0165420339996296,-0.8532854810907834,-1.2646644471491315,-0.2597131786288837,0.5982082866462048,-0.7914313853555557,-1.2424512673737416,-0.060255795487461385,-1.6230630311529397,-0.9174461934038259,0.8939171065594871,-1.172969603469132,0.8402144099076698,-0.6463495191767323,0.08801477001899902,-0.1502867992937041,0.06814872412741171,-2.3574077672514626,0.3736825478818779,0.8793985013440504,-0.014428969778469062,-3.8652198873691535,-0.8822058425522703,0.205192978106868,0.5647999498613248,0.024323215660144552],[0.3596565121376859,-1.3366453220831533,0.6046687511718827,0.6155258776161325,0.1012644735476261,-0.7064029765084688,0.4708199895867876,-0.5860386464913473,0.11867582527746624,0.27280980319989534,1.0696601623138826,-1.0663141370369822,0.3825340021380737,0.18494620006088466,-0.32225416702143583,0.5294099970837636,0.21577190796456003,-0.020226566779025516,0.026551084411856194,0.9691084895035504,0.21720910169881502,0.9571345623091768,-0.8039208613637008,1.1877664710990365,-1.3024684934483284,-0.7696819765220895,-0.19593623113159817,0.7379770666712443,0.41553303022194255,-1.2953002904861124,-1.0003617000275984,-1.7257304398478837,-1.3006441350867728,-0.7889756889476582,0.6372109965592191,-0.43015005316374316,-0.3535871045275713,-0.6895091711521305,-0.8700878720309461,-0.08788705320914084,-0.6022232982081054,-0.14918768912542235,0.4021405407689529,0.04446341280558212,-0.35136240992628953,0.12017985292021109,-0.5258403239717603,-1.4519520968773685,-0.4638664072027067,0.8513464495413732],[0.7053607119843652,-1.3162425136615996,0.9106483354652851,-2.4142273137952666,-0.05292298442421202,-1.7267528707536,-0.7304240185116562,1.1912216137374758,-1.8138417341264674,-0.7340161196884816,1.020245977129991,-1.0787350040501387,-2.427127105142643,-0.19985162534790413,-2.5874529996423608,1.1400270891476465,0.007869727344762212,0.1198682119365419,-0.691014433209579,-0.07572878895495012,-0.27571621006092983,-0.45902184275224267,0.21548806293304967,0.5773401142920678,0.14314606442454397,0.1916839764642025,0.38003749152171007,-0.9311705378343849,-0.03927132662057873,1.2519859695098892,0.7739452753523521,-0.7226893338279654,0.5004767751778658,0.14289568068473804,-0.5545929684962063,0.8674763814366724,0.4555042997481233,-0.8880406006398257,-0.221992019665251,0.3208768505102056,-0.38336387824232443,-0.44893625541376814,0.5594820289862795,-0.9127793615746097,0.8124304140195561,-0.22061560845184175,1.5918869329996497,0.6531173505293576,-0.5431395516950513,0.6485651588026209],[-1.179583494492092,0.4877913586050391,0.7803565326497707,0.017650220765641024,-0.4649728507306592,0.5204832518765891,1.3598854506273539,0.6987720100454853,-0.7670240224189294,-0.546137425806065,-0.16320269641142712,0.1488848878474931,-0.32875065360049593,0.1072282928271386,-1.8538037646078889,0.8878591208320799,-0.4009128642602563,-2.3218130182146277,-2.0621318006637614,-1.4849281162625267,0.855198012816862,0.9489582081900544,0.3195010219121526,0.5336572957949539,0.8528060904937483,-0.7003872415964245,0.6141644324160411,0.6984090221427033,0.6717860238521509,-1.2530611750427614,0.5600365021429486,1.3088906252438703,0.2392600794072228,-0.7335644967979873,-0.7668784042261154,-1.4081699629744093,0.7403622578115568,-2.019817345543293,0.9223003690920851,-0.14749650938831418,-0.8997427976340662,0.27635411167403495,-0.9401199614598316,0.9264814335837942,-0.43769589519754,-0.465421488030153,0.4763793997587484,0.7565272271155132,1.0132717164443685,-2.2109044430759153],[-2.0489501737209657,0.5303822241517523,-1.008973492726991,-0.13838039716370354,-1.5188202623967886,1.0547087078383521,-0.42530931250389836,0.6792784674003649,0.320222786308773,0.30641450122364555,2.1681693890031317,-2.3526430160778293,0.03400787132633092,-2.4236376507826622,0.5422236262019271,1.6131228053030726,0.6921204955103661,-0.1379196083622107,1.6275575404526073,1.3299046616019916,1.8690709778803007,0.3585643700321481,0.2857508671819143,0.5040177147430193,0.13747595494937745,0.8226759046914216,-0.8666720711618583,0.5404162700176405,-1.0440332787195434,-0.26981642145137846,0.8286881604159914,-0.388784330063169,1.2939681664982854,-0.6140588193526438,-0.15918579202347338,-1.560931083817867,-0.2529942623064046,0.829217192289865,-0.11935154705215097,-1.6799677728057578,-0.4814240697483827,-0.03063365686282187,-0.6947833047782289,-0.6942707892647961,-1.6277404867539622,-1.8127806604983447,-0.2445690118977732,0.6834816762702304,-0.31488754165837957,0.41205930877719465],[-0.18293610969209131,-0.44768648460806176,0.19314446903922208,0.38822219744775116,0.688348829743249,0.4778024336014989,-0.3156967913426516,-0.6474947070747955,-1.3074591093975982,0.5055620737002388,-1.3592700295248126,0.4411286656273693,-0.09029217336955461,-0.5231777476359193,-0.024678638653985285,0.01921129452372943,0.7501589371540794,-0.9655380384987483,0.8902825926334494,0.006543572947927918,0.7416750222186879,-0.9702081494201711,-0.7326398273640404,0.9496876877505047,-0.6495698246369073,-0.9429042138667552,0.20891761712338758,0.9958210915998892,-0.8217393043861054,0.32190396276931865,-0.27279599328290105,-0.6619432581521745,-0.6272286344679415,-1.1727735469410145,-1.5474885086704004,0.8720916740753686,0.6372674197448434,-0.9137520072671115,-0.5946894953481828,0.8895735536197249,0.9405067410743927,1.0603096150504754,0.014104650953023915,-0.4538110148678905,0.9465818007519127,-0.6420989996429008,0.15589922382596175,0.5939026274101732,-0.4704373167113492,-0.21169713600544354],[0.11710902146902213,-0.8126610237462989,0.563250225257419,0.7846108883260637,0.544924462311176,0.27046635791144313,0.7219586586751515,-0.8791676109796904,0.9504685862792029,-0.3803644194645066,-0.36322986300264104,-1.2073908770713395,-0.20981563388506502,0.7736575658789895,0.8503723063432455,0.1619614208079958,-0.3578160484508357,-0.7936932846728412,0.5296389404842309,-0.6146780285488366,-1.1632960663431153,-0.7537551321888694,0.8067410111222082,0.5463984433327659,-0.6179095843129156,-2.9560251918197094,-0.8080654669894375,-0.47523702285795877,-1.3975587642541107,-0.3635241314257532,-0.21042238537849345,0.678352101329023,-0.5873023266674222,-0.8343052334559019,0.3021566899023432,-0.4218419256296911,-0.8166363558032832,-0.31272478215348076,-2.5546507157020026,-1.1345503944182,-0.5536550165750086,0.28034942293417836,-0.8314742049702706,0.32218404778739934,0.03076594001126537,0.09363816237118312,0.6683897286194052,-0.08665160611136395,-0.3142009519461965,-0.1409280290586816],[0.5549522526051079,-1.9175512025387476,0.7007193854492882,-1.7198058598939525,0.8448316112694674,-1.7696352854945634,0.322857576675275,1.4898751223172488,-2.551612866253585,-0.8712417934317285,0.9038479051959951,-2.8954886139651324,-1.5240240968192447,-0.2171582760395126,-0.8981963404440841,-0.27460761179339455,-0.05649238626382519,1.443467670743388,-0.41473821109648523,-0.874542366229083,-0.12250028651695077,0.1979974488272829,-0.7763266439288566,0.39037287975468343,-0.07052429300410742,0.7412800042200003,1.0159935544606749,-0.9747452130997867,0.5686833230259597,-0.29415535795899117,0.23300346363986896,-1.6958247702951936,-1.1526761336095384,0.6082802975666405,-0.8943659097963773,-0.1686515270629026,0.4260534930081465,-0.5827605265212195,0.025728291058518368,-0.33649108007952716,0.15754022564160183,0.10472186595554109,-0.09751713099296587,-0.844547829619978,0.30168808850969614,1.0378042519093194,0.7568806354385903,0.4909732564506498,0.6583883019841124,1.1064383563931928],[0.5216246710756048,-1.9241001723388849,-0.41492388475239117,1.1105542970522795,-1.0188011955135836,-1.2090773478064882,0.27705863102124145,-0.2774724262373278,1.480534803153901,0.261504662121802,-0.205969018632698,0.11557520611125859,1.363550060725808,-0.6906540785393869,-1.1009212842147438,1.293205270948441,-0.10707343498891156,-1.2008269622143148,0.6701576882614891,-1.1849142528987697,-0.29550691363657394,0.6488986837816968,0.802775971396873,-1.6885330735660273,0.8238518699717254,-0.6294893438282033,0.3023094708040285,0.48467379759226026,-1.6054925533006479,0.15769875815268808,0.1122879676473,0.5573717626209025,-0.22033082890409414,-0.3936061367952715,-2.1142768782335426,0.06962667281609111,-0.4487011530059983,-0.21219683952992152,-0.2650580510757371,-0.35720274707070027,-1.082601845476342,1.11660969860641,0.769738179648948,-0.7985344283457193,-1.7233181582486439,0.3292943166751911,0.2701365091457403,0.11016544444372452,0.14099123778213843,0.5684539804686014],[-0.5496161332791588,-3.520582727182196,0.4557671732895604,-1.075452720808015,-1.0500606867104343,-0.8783470519454941,-0.17138779160502057,1.439877770443725,-3.1800491353431473,0.8174691317844248,1.3541405331243876,-2.1238464260517986,-2.13453795638216,0.5542413763864477,-0.928311699025284,0.008902720728010044,-0.8742252183272605,1.0878510790313538,-2.635396239403992,-0.39874905632561414,-2.012687234053034,-1.8174988056990369,-0.462157348141685,0.6625276787420259,-1.0076253344381807,-1.2615823779872093,1.176695436066646,-0.9036113906408603,-1.3174260138401943,-1.2634442089554037,0.3234954110898665,0.906330641573619,-0.010851086805326478,-0.8547991267581427,-0.6540292862632138,-1.2295926006946059,0.2990008289373538,-1.0341092438769168,1.125118227904047,0.1625175138001913,-0.8307374488572934,-1.4859628110381458,-1.186289322202024,-1.9313155646508788,0.5180566534185483,0.6316627133731015,-1.798329343900665,-0.16896129162873325,-0.7045027679538527,0.48579891579758816],[-0.6838890497925652,-0.032021181116732376,0.8150873657230043,0.9327054412133082,0.08099158030870701,-0.7470100843120163,-1.5822970177082858,0.7413187298672584,0.4863385038732588,0.20509195877841965,1.5553439021170414,-0.2229672280589923,1.927028476572035,0.8237052740982262,-0.5901635195083682,0.8692552636004636,-0.33142120402388114,0.9890251521967137,-1.2961222705404547,0.45115029077212343,-0.0758428238554174,-0.19895247351588086,-1.2496921112352686,-0.4534832315604543,0.3542145317387889,0.6415357339568977,1.1960252214200462,0.1622899514944468,0.0970706030987824,0.4499757404626593,-0.25768902983821773,0.6216596071949446,0.7361488614902878,0.22728030733647037,-0.5773528894178167,-0.9613486759041736,0.31197606168309455,-1.181514408630711,0.19892452435941835,-0.6776291065431576,-1.2311172693959611,-0.3750937207123797,0.854693024855596,1.3101324335597546,0.5539554467569315,0.05795089114626573,-1.5932094068450253,-1.4096877486438093,0.12592448769666945,0.5624277318134746],[0.25345977583099366,0.24907381636375364,-0.11270838610783232,1.128389216601773,1.159980634365992,-0.025417702368520315,0.620938477785134,-1.464879932183091,-0.40542458545129545,1.130131273184937,-0.9198345624846673,-1.267465345659218,-1.0721713880299573,-0.3250763707752054,-0.27840576816213375,-0.20920687966618912,-0.5815410043996407,0.44225559352853855,0.7690099211245367,0.40885564466798213,-0.13127092892638995,-0.07558470498748159,-0.5071294008221215,-0.7125269654306046,-0.993139075826925,-3.7873217425304624,0.4774202008220464,0.7489374375003118,-0.20964616237555977,0.6117059881981297,-0.019099422773370057,0.27901903705924247,-0.1298826353978226,-3.196426514072988,0.4073282110540391,-0.3495761269776177,0.28170562576519587,-2.373379717423456,-4.382396740048619,-1.2201961651097566,-0.2195466327276519,0.32270230360612134,0.7055950392504553,-0.2864182616135883,-1.2601509582824724,1.2656645113284255,0.8812519529721977,-0.2024104620689826,0.5046992205878067,-2.5819383669087608],[0.24779770738967014,-1.2515346451885991,0.07698556770438165,0.8777338788065134,-0.6805438856102228,-1.1831470767478347,-0.13253704751412954,0.7684603114497942,0.23396956206710598,-0.9547167810156107,0.8461443154888462,-2.6866466032576226,0.8084163575410037,-0.691073884368692,-0.0807058637337694,-1.4724404185277633,-1.8954368397176364,0.45181654550765354,-1.3563119895137266,-0.6386964251519203,-0.7892744701509735,-0.2762766094419971,-0.15487057033564414,-0.005286641729211343,-0.19341265358766002,1.022281136750572,-1.773239014999405,0.015920455649159254,-0.536143582736356,0.16745471272193213,-1.223964638323603,-1.6409022635292672,-1.0035996767377007,1.5593054343897075,0.691056478727163,0.48364608611461063,-0.42283067713269856,-0.9446962733491239,-0.7584704487282566,-0.3739691953195581,-1.3506997363855928,0.5793172225396995,0.08428425540245194,0.542623303598396,-0.39639629386708863,0.48125886541977186,1.2256574467322638,-2.5400663172383604,0.844476311280363,0.05665826316390796],[-0.05122452797815083,-2.3064808875453906,-0.5620195171466404,-1.6793135782406856,0.19485185679113265,0.9556763007382236,0.9843914041035374,-1.499752623363991,-0.07367284490244,-0.007601480827975602,-0.624832662147888,0.40812597816771895,-0.09788785737050522,-0.7742305299598572,0.0984325851730793,-0.6106704055506008,0.7296522194649745,-0.2537475028834012,-1.4468458801754032,-0.9468353622499696,-0.4250195757098653,-1.60904980843042,0.32286665484930493,-0.22858407453244095,-0.18241245798047892,0.36122187552484614,-0.44044578145199803,-0.9923237352118014,-1.1395995935117753,0.014634116451805661,-0.967569770911731,-1.4521453504719943,0.3966981277037547,-1.2289246340706288,0.12151258243160433,-1.5824226446164495,-0.33241888151674387,-0.7788579914772895,0.8688550384770238,0.40867522967041175,0.0670859633259601,0.5336331424685208,-0.6432599743228863,0.8222748390482325,-0.7887554269358685,1.2230832444312787,0.7908050611504085,-0.3837083431605175,0.02550877188733412,-1.4469361897508144],[-0.08562162657232326,0.5442840474156659,0.6749102588271562,0.018276757443675403,0.6092460405808693,0.6731871155976774,-0.5751345762252135,-0.6834345532599423,-0.4999087179970896,-1.1081118068884142,-0.7585402422022239,0.7229177409331017,0.4461082872216718,-1.873300571000115,0.23356026406010905,0.857777566032484,-0.1545128068126347,-0.8669642742965386,-0.37286493743963367,0.6642159632325612,1.150264758488002,0.25415030070623534,0.07505744220056687,0.40784429101450537,-1.4141695957992966,0.1367146903409904,0.9882548985611231,0.5035817107645839,-2.3480056569585477,0.5227767869746975,0.4391388538106253,0.4493085479736292,-0.14354153795522034,-0.4888591353270123,-0.8876253855022177,-0.37403433355118987,0.19980949540268453,-1.0920986435853697,0.3387894799031697,-2.956618978570244,-2.642874815450651,-2.8024559118664873,-1.429687238795121,0.5289382453234396,-0.6944802792064476,-2.661806619361381,-0.5708795538441113,-0.5555018408881213,-0.27146556174785524,-0.7343771688021171],[-0.8681116212316772,0.9537516425135367,-0.3819266095677331,0.5777210048593793,-0.5316540488557178,0.45256548737266483,-0.926379756902686,0.8048681134768663,0.3632675866081368,-0.9272907123409392,-0.1179807621059362,0.05237274795785813,-0.5499463364029799,-0.08593764310245468,-0.8184119409864479,0.10357212454148894,0.07111837472076186,-0.28852560671073574,0.3265454031558271,-0.11288787117255601,0.5020464270365678,-1.4474308229390183,0.39319064575021473,0.4556530642481585,0.6812780035536989,-0.8687597284613193,-0.4178989747662349,-2.2734878730894423,-0.9536224107809973,-0.9820924400674164,-0.698703977916356,-0.2179048230269738,-1.2559799665312934,0.5715605996634283,0.8107520071381277,-1.8182178032451017,-0.48776512221347235,1.0134255775164345,0.7730463838890201,0.5821948302847706,0.6391912478240431,-0.7716181044399054,-2.0084406785550466,-0.02871333262940254,0.6271190017328723,0.9694909639523505,0.12958509769566637,0.7925684903654113,-0.2702860730375505,-1.2301289420439279],[-0.3870638684500262,-0.7112501925477173,0.8971497376733285,2.0379603002722977,0.9173787079011224,0.661166765946481,-0.5208390932172162,0.021588883946702286,0.38012475009083074,0.3131928476208124,1.8988213991071492,0.676725968552845,2.1635354782693343,-0.10676221640111498,0.4940905267797403,-0.38812081900181106,-0.18086506868886773,1.6291736061915958,-1.2319660036422455,0.4180961577062187,-1.3655210175082308,-0.12469095469400178,-0.7384103224297311,0.5346505278750164,-0.357813860305693,0.46092088592974034,1.3910441109687257,1.0654349952650646,0.4913624188678435,-0.9538854098608879,0.7980729528761319,0.9139008794198371,-0.09986991173072415,-0.517043041454284,-1.7983604653791219,-0.4081921565669315,0.6249110612953569,-0.8962468146466657,-0.5910572930799725,0.8134282574057808,0.06191787964036263,-0.19503876088973293,1.0604708217301453,0.8153681854290818,0.25852148288005955,0.38567338412885127,-1.2299984088687008,-0.9882456941766943,0.3401711010793799,1.8398029178797979],[-1.2081753966912594,-0.7102886017696659,1.0049811443194634,-0.9473417386318799,-1.511661531014554,-0.24566933124946896,-0.29775821754209064,-0.5810932775569524,0.7008957445256188,-0.40362405326064626,0.16187275946150811,0.3520792212452955,1.0739348448160368,-0.12029723768174795,0.9162473866489435,0.20943430281617142,-0.8391418578566737,-0.2790468224143198,0.29590827366908423,-0.36301973331955606,0.6538464906425578,-0.8528881376960761,0.3818840777373983,-0.5740955401185917,-0.36705406296638315,-1.3007956460886814,-0.05183703692284338,0.8565254631450567,-0.019323067122437674,0.20050958922322967,-0.30932858643940947,0.7899830604453598,-1.158586071800844,0.1535204029755672,-0.29611504994084836,0.660478875691809,0.1482662009625,0.8213914415645333,-0.4889407015118256,-0.19000773351880668,0.22539247840991505,0.0448574462067018,0.9098899417506587,-0.5978472020442568,-1.7023119415673904,-0.6910276216295078,-1.4527949617137168,0.6537948502057968,1.086982939004982,0.11125702721216439],[-0.48902778147424425,-1.4395404124414322,0.31551320685994433,0.33634542938643747,0.7110256809413018,0.13522160593536975,-0.7109216213829673,-0.6805430333255685,0.13991644606248752,-0.14630667740551398,-1.363364580473956,0.5477897622758877,0.43820905330573867,-0.8496422228287409,0.13621789587162722,-0.024623888183071586,0.3872273243184225,0.36949956495334646,0.5179744209235495,0.1771114107530791,0.8104899116995252,0.721950000416349,-0.9467053487666653,0.24275911257757474,-0.6976004418021267,0.7782518110658055,-0.5135359119732918,0.4049883461695646,1.053115170687787,0.7366654964219264,-0.9081044320121132,-1.0231179484594093,-0.011668980235184047,-1.3127115616552403,-1.7481579407965444,0.3680490910688918,-0.30250310318211854,-0.8361019679368157,0.9392389064354344,-0.8589095831727537,-0.18925821517576372,-0.6770239824245606,-0.7558346780057341,0.7150528148506665,-0.810096517659116,-0.7756127310736104,0.4264565418603665,0.3619454944939063,-0.025506873491462682,1.0522283421826693],[0.6076321751460395,0.46339643147672055,-1.8734679151342861,0.7497901810037395,-0.151747044694507,0.7290081595261805,0.5347425419828464,-0.5513501957025738,0.8179960486087644,0.6342198721417573,0.5163074131324293,-0.13762860950212955,0.6295034836498727,0.8274170525352591,-0.8312650420876118,-1.6953872541735762,-2.00612594542943,0.4990574960455536,-0.8648629218284161,0.10997291953416571,-0.21299331903192575,-1.6394140639336603,-2.5700089632657925,-1.0946046955774789,0.2819366005806218,0.6049295495651484,0.03388450700593564,-2.1160188884219573,-1.6217730121211413,-0.6023963744247973,0.34123302101257685,-1.2404639060899265,0.4903654316066058,0.08187127285636939,-0.6195900507918874,-0.31693996642716277,0.20702319566517174,-0.6006829440708712,0.8570401954030225,-0.05003311636141795,-0.3708512604433982,0.6893096029662007,-0.5109265649699061,0.35885625891107237,0.809708919373272,0.5008331363625648,0.8395846114162357,-0.3971915178068361,-0.9518420835118128,0.3154299487879401],[0.7498526164601296,0.9448215720390756,-0.12998790517477143,-0.5411146733552539,-0.3271695771706074,-0.5732624405413355,-0.34739336826422784,-0.2592797947029312,-0.2275626976202123,-1.9463536457721662,-1.6625621222287859,-1.4366073067663103,-0.5327107501354258,0.22115704485146437,-0.7569262688089564,-1.076933258204336,-0.24957362165113872,0.3986422098040755,0.8141810197193033,-1.5892228214461945,-0.45990116632429956,0.2306157982963157,0.46295894340726346,0.10829094922093241,-0.7745246381186828,-0.44577845947583117,0.8550790786920939,-0.2642709339111337,-0.16798270508902444,-0.9214265287836143,-0.427999693866147,-0.35804061499646034,-0.03224645625399489,-2.5469519699187546,0.005990922782381805,0.1749703761159257,-1.1265759625281586,-0.6799934401384419,0.8417453849589889,0.9664451577857545,-0.0730159253127274,0.5293379448863998,-0.08850590312771285,0.2542549709150873,0.7003479443079302,-2.2730582301569267,-0.9760116756337737,0.8541516160902674,0.9742913207023849,0.35926997507032704],[-0.3511391187496085,-0.2468451326233309,0.8931251457613786,1.5856570713638525,0.46019376241599635,-0.6775830253047359,-0.32808423743725057,-1.8190842137375363,0.5865364345057692,0.5584841939239766,0.08656319320567926,0.8499068352747596,1.0029889428235397,0.029330328305516486,0.005712093446442973,-0.2035457194692714,0.030384428756983738,-0.019366660371980815,-4.174491218802339,-0.33621889990879794,1.4071374773508696,0.08924294133937476,0.20057399581647586,-0.9292112052044794,-0.5416886394304975,-0.5507301524309,-2.5193846328519287,0.06114063225694067,-0.34288004630230084,0.9151804446309684,-1.029028649573076,-1.462592581980154,0.3097819115504014,-0.2518985033080607,0.3228203707620252,-4.172039791701051,0.13077556564497708,-1.5227244757208467,-0.3897692365818912,0.1379869346603936,-0.1907910929611573,-0.5016455771050266,-1.2287503224981982,0.6837113182629871,-0.3210329597504575,0.9566978044235462,-0.32388962453960385,-0.3185800164133386,0.6212316023177171,0.01786891207822264],[-0.9922401380362695,-1.0298887574952345,-0.9452738269455946,-0.5505322584417393,0.8143142542404702,0.37235273907548805,-0.891588222836419,0.6928631689268964,-1.2607184018238973,0.3973242838718945,-0.6161795484242801,0.20001782370210291,0.8801106675567755,0.4115542444835039,-0.6010215468940646,-0.122354714469795,0.2966930629075965,-0.139432212655713,0.96468431140425,-0.5036551600919913,0.031936529842771275,0.6710276381319353,0.9073898797911661,-0.41915945352757716,0.8653560461147038,-0.4917350213265792,0.9424938481458587,0.8661637359395425,-0.1494600503662778,-0.36862099393701064,0.11244824236801844,0.14533651124870725,0.6121975142703299,-0.3717809952840846,-0.8054324730431053,-0.7339166245569667,0.7099199045547917,-0.6820354624038517,0.22969654515371088,-0.8905930609609288,-0.9538760122200307,-0.01649414066846448,-0.9386361292743496,-0.43285646400607775,0.3986164289478848,-0.14639115808845773,-0.015674873180571088,0.17947711090973814,-0.4262365496842756,-0.8469451885376396],[0.4170832866569255,-0.8956771431550229,-0.7258241327696832,0.0025536578035680766,-0.7281200128700976,0.7831882164493796,-2.0974530820831294,-0.43163115829577475,-0.8848923612445553,-0.19517536730703172,-0.4097459923684206,0.03411468065927791,-0.20777072956884693,-0.41464395471299786,-0.22770707196783968,-0.4198313023218186,1.0999657757820351,-0.8508191329280802,-0.6482034091704942,0.09222151131787361,-1.2693542645907694,-0.44800654928967554,0.016237775262785577,0.4215817061517971,0.501953650968164,-0.43528046303985335,-1.0214688524529087,0.9456552041757175,0.5500696062541413,0.7561889496197208,-0.7154996979363265,-0.7262327281705635,-0.7667125843059397,0.5044084854587775,0.5333214194286281,-0.11227057365866522,0.35844211192059655,0.5745931932356751,-1.3160143762141012,-1.244611501111062,0.9439212483460729,-0.492751726047302,-0.26176913614495667,-0.899783446536866,0.8348453077565855,-1.8144275491074884,0.22762318273603513,0.5905310401329537,0.11943395733211612,-0.705907963698467],[1.0908751013392273,-1.3021853941175587,0.588120316688986,0.7593060053815169,-0.010904603561633804,-0.5213179199088469,-1.0234177931438129,-0.39101321043132264,-1.53289865850391,-0.7954005051959185,0.9470559368278413,0.8486636743854354,-0.54261638743343,0.2193350849445391,0.055772510685401365,-0.4768587068839322,0.5952660059284471,1.070337741797009,-0.27822032642691774,0.17093001990707773,0.825545961335364,-1.0382226600630255,-0.6483143655344088,0.5175974767678588,-0.5800503324065389,0.09388594468900102,0.8268885529985114,0.3886988411175264,-0.8379991871632106,-1.752417151449121,-0.6993851577684955,0.39514297351194266,0.24532240074672607,-0.4310919502970244,0.7565021578712082,0.07919556472241877,0.08044496819975971,0.07913191059877901,-0.04230059304875342,-0.08747731716684762,0.6112919596126041,0.01161348637140621,-0.43717883989376904,-0.3153506363971581,0.2241379927521518,-0.23786459638967433,-0.7674755784769193,0.26842627883017806,0.17714601496163349,0.6003271497379158],[-0.7491616349242923,-0.6952208710365133,0.4279046049502697,-0.5633828767234746,0.46057312903019526,0.7625234819071429,0.7269715102945195,0.10224703333896445,-0.38406473963850013,0.7279713881989285,-0.28781071419249465,0.1372045559889354,-0.14347296132791454,-0.7653534213014064,-1.7082716855664077,0.4688023565482238,-0.7258623674118462,0.5025630089574049,0.4901159962730704,0.026683424491303242,-0.3321035621223201,0.05467204252572253,0.1564844843243502,0.5013079909373973,0.2999702113693309,-1.0119020174286493,0.440638637499422,-1.350309852449127,0.5198741297056508,0.9746336128220167,-0.38552175419926815,1.181895952243116,-0.7089852504255457,1.0185780659311634,-0.08018338557447945,0.5187534434109466,-0.41088735135495985,0.4742200564133334,-0.3454771427090942,0.8769733629590767,1.2089314739802872,-0.7792133225426568,1.3047928273618952,-0.6093825945643301,0.5635686947393069,-0.3545387758934223,0.8677621279292481,-0.8597731516125803,0.8422013967398281,-1.067963372023349],[-1.5890578747318678,-0.2529868888711277,-0.7284714948771235,-1.1184013791812704,-1.3717804528452318,0.5598885410067637,-0.6642531405873359,-1.5913746992133206,-1.0502627704802938,-2.109227469547056,1.1681962569766062,0.2717209818454263,0.30197167325738705,0.39319592327034525,0.6989131756090183,-1.348624404851834,0.6978221027833715,-0.006514790412783035,-0.34585594554836285,0.36537424347109093,-1.87509416552101,-0.20432113138901228,0.02785655895394877,-0.5734683869723997,-2.6253664352985058,-1.617960809134083,0.49273273426852204,-0.1617883137599116,0.40706351389879797,0.07221320637485111,-0.5642275913744592,-0.5104200157488011,-0.9011660457879598,-0.47065915303015043,-1.643460244046882,-0.8347618155276213,0.431625956418056,0.8914377659286999,-0.02729386052901489,0.8584561044324539,-0.8088380413395608,-0.13816225637466922,-0.5149693079340596,-0.3885092468913827,-0.042745938872126174,-1.2491117339416347,-0.5699161488822946,-2.0085363843469426,-1.0730365060590599,-2.1390924457524947],[-0.5944414922257407,-0.8789697163650155,-0.6803571147819465,-0.419139608922788,0.13018137926426415,-0.5482872384282359,0.16225344673028397,0.3495799960863837,0.524070274787036,0.6668192036829994,-1.0193137946581166,0.5626313425392,0.21648518058231755,0.4933472667240881,1.0029429116473612,0.05707589678905936,-0.16494290676232976,0.8255663087467912,0.7850510871504703,0.12989147712714735,-2.256479428753313,0.9663171920924026,0.5901276655876769,0.7562344143687207,0.3735349855268455,0.21103751836967719,0.379788748234493,0.3055060235263493,0.6472442658522006,0.7619845585561136,-0.5425343046144689,0.31799575819675174,-0.01607084547043585,0.5708608800431477,0.2354408792212928,0.7907881478081822,-0.3861458790248313,0.46538722185658987,0.6031840923867786,-0.3104170662202175,-0.2785198126103313,0.48502736682044234,0.07156259848408504,0.4038322129855465,0.6466430972026336,-0.6755676528412736,-1.132100848411859,0.5714513560375116,0.08756604559658271,0.9990831259292566],[0.29661124532929756,-0.132765043287746,-1.6906233011664802,-0.7113772711542791,0.2192200624748286,-0.9949876315396594,-0.09244641202894222,0.6461709842167978,-0.30459223684064723,0.5822646621815778,-0.7122943004072018,0.987488037043705,0.5784516385917187,0.5022887993270635,0.9442131843994631,-0.6762992194151943,0.7067118367725507,0.09684686945202692,-2.25075854007765,-0.4234532502184444,-0.5060770936693829,-0.11090147328606464,-0.03434166545485392,-1.4565976917551124,0.13243424361945744,0.29689317252615627,-1.2465164477352024,-0.2523958021412245,0.1325754775455299,0.0749369660066015,-1.062480465685647,0.638345189587304,0.7434174878334152,0.11903743555261073,-1.0362053934413233,-0.4440955536917646,-1.2861771150011176,-0.2309262139870552,-2.54944429567674,-1.9624690560289761,0.13266673849196783,-2.794915121382027,0.18552739169273733,-3.554399016148994,0.9247123118420736,-0.7108536526043239,0.2245888107435263,-0.9441280842783946,0.6061601138930109,-0.6389784910096532],[-2.59575610286815,0.017808077438826963,0.44228200566181275,0.5833955604825637,0.6983991412637749,-0.09009433243610063,-0.0023622423770942843,0.5492637854745078,1.0757726067436653,-0.7456438169690353,-0.5668696391198366,-0.08280656143748392,0.893036144105126,-0.38504753573696554,0.44933905192933526,0.36704777174066805,-0.36270933373205083,-1.1129454163957424,-3.3942679409550682,0.3628914083988163,1.2246890657764995,-2.9980573420459384,-2.414075448367348,-4.111718151885954,-0.11765149848258236,-0.13275431655296382,-2.8262664299220335,-0.8358935062531864,0.2261528690266224,0.5076021641913324,1.0219693172666795,0.04728832792476352,-0.4991221035899156,-0.6822704627203025,0.774042226193742,0.15209854645548337,-0.9596108195623104,0.9637267343504343,0.48056297482929194,-0.24856581049566157,-1.6972663185587984,0.46102555000256484,0.32727967328296814,0.8031984032825175,-2.019402378665303,0.16527639595488733,0.24430661902097797,1.008335522032016,-2.8020067227313605,-0.04775081033528022],[0.5896575264598765,-0.22667052249136171,-0.7632290041455273,0.09469137911227903,-1.9085731975062896,0.9008684666803876,-0.5308357476773321,-1.4299569939322418,-0.501243900003006,-2.260997337834176,-0.6738963879278047,-0.1534531440255662,0.4567345463241805,0.9730307559442388,0.32840236769655756,-1.6847853957902486,0.7865731279369909,0.9944978894330453,-1.8291627905760433,0.7465370516070142,-0.030000254875369108,-0.8888132033819552,-0.20923386882109035,-0.17826759854295338,-1.3694211410116948,-0.7399552415430153,-0.702148486730284,0.3073989398479737,0.37435498794623173,0.7184746423421313,-0.7422543914496488,0.10807729296058831,0.654304509565035,-0.439961007178445,-2.525789282887339,0.027697288248053675,-0.6258292981332331,-0.894305444813528,0.5730477372321386,0.22784881366418636,0.604418168899571,-0.43072613264574827,-0.6731200384187804,-0.40399889797350375,0.9731415187542639,0.03545171791981484,-0.4627618901508514,-1.804481482730101,-1.0756058567823092,-1.4891695012302713],[0.6878060708125441,0.5871876918982938,1.0294667194127989,0.9111031814903371,-0.03894917768246478,0.28677926035406875,0.891969832290571,-2.0849136283497414,-0.7541474705625879,-0.20125071803789923,-0.6191660395510848,0.14496686550478427,0.24015127881312728,0.2376529672274144,-0.2261580377152565,0.3232579291280987,-0.8616014427831326,0.1669366026292237,-0.28704262783393986,0.3840869748550715,0.5854347683116605,-0.13591652579494257,0.6745431411000367,-0.3432796762308219,-1.04542261009985,-2.435159856506269,0.8472869371771078,0.19253921279687336,-1.0552763660396975,-0.2535152903524904,-0.5842998813992759,0.18694435588501968,-0.8329095631423984,-1.6135343993832534,-0.60631249955395,0.6734066119922588,0.9872463332017217,-0.9534518934536844,-3.06139697503953,0.16711058580076418,0.11194606552548453,1.083156954594529,-0.786490033960374,0.9103145287519677,0.3422930758571789,0.4476823548627006,-0.4875860539547028,0.17816132174612964,0.8712692354990501,0.3062905124061376],[-0.31952556175756675,-1.0011744201684079,0.05629391019596051,-1.6932717446220984,-0.32678186801757203,-1.219674676236396,0.7650209300977873,-0.014854057897381905,-1.421440794825807,-0.2440937474472443,-0.4775671289919447,-1.2467545214485556,-1.8020016931029,-0.041691437227775546,0.9243161828855279,0.08777910867662524,-1.0399199636396617,0.4199806267755953,-0.9887987653162876,0.8464493058776468,-0.932234907937352,-0.00016979763215596138,0.12934813647988672,0.04106820129655785,0.4898352080140974,-1.307455819807088,0.41283908488539983,0.06333089335043249,0.005497802443429232,0.02987866573155143,-0.8449039636206732,-1.227072864466723,-1.0224148311024588,-0.20709046023830688,-0.703197318284699,-1.0630822074911912,-1.076208561462435,-0.4224622502515084,-0.8651778122315521,0.5787794949613179,1.158456941616468,-0.696397298892546,-1.0171385336590018,-0.022593192970586682,-0.16114887370535366,0.41078137962499994,0.9172966209117576,-0.548859973847162,-0.46343081259888136,0.6923141594102259],[0.01499605635501729,-0.004083213928597037,-1.8121504298615718,0.4773426437538272,0.5582359149162867,0.1978108458775691,0.06142335911529662,0.6361045566942198,-0.9359065190300981,-0.512621258875043,0.24746863355800028,0.23442909476952561,-0.4571121205069361,0.24953326302075973,-0.633425236737247,-0.24312830965005156,-0.5592763832520091,-1.000413051078377,-0.05678245617056887,-1.911542349497849,0.4632536289302905,0.6993271987661638,-0.3037945766570273,-1.3389440625571924,-0.9949247971003097,-1.59731315072614,0.05970430515673312,-0.7331791713162353,0.31474655419689235,0.3560740886007474,-0.28106028837633956,0.7668402869158302,-1.271221662721181,-0.3289425698495658,-0.6138447810149701,0.5306840472098721,-0.06555418148280198,-0.34719583584988273,-0.33380971024918965,-1.3971357407216736,-0.1444398292341075,0.4992395360294749,-0.0883471770671798,-1.1634173994222772,0.5547341844841783,0.8554935243765137,0.9584921009699644,0.6862916382824514,0.5482605799570711,-0.9329684026046252],[-0.6915917277728193,-3.7482479986221064,0.7648549900159285,-0.7357663112840256,-1.7441107229087645,0.9628802048083128,0.714134415395344,0.2408122674890903,-1.3146930790906812,-0.03551389782698955,-0.07783797931729142,1.1284364232468498,-0.3170309782236384,0.6460246018552539,0.6491698926575243,0.8016022172288937,0.9745414528439504,-0.04441043795028507,-1.043445659365591,0.3617665442482281,-1.224308271872816,-0.4922844524825724,0.31675924128950095,0.635354208721887,0.7121944980473852,0.3643633128608767,0.9392874677685569,-1.1991122464304287,-1.2950282887544695,-0.5504482783158144,-1.0558947393127518,1.0230677045117438,0.7549814838480545,-1.9910295680305783,-0.3800432112257686,-0.7475795796759974,0.40832038580586383,-2.0726204996208955,-0.6264028155166447,0.3685233878212769,-1.9525029111947547,0.6634824584976792,-0.6257882369564197,-1.5890009342359517,-0.3317134006365826,0.1304962103041211,-2.807702812784158,-0.1348617859593185,0.8513185785616795,0.14378131279391107],[-0.023015766245023113,-0.547821960252068,0.8503396341654457,-0.5047418688182882,-0.8348446266826415,-0.5145004184730161,-0.48260246876445384,0.05369366842862515,-0.45048439654308453,0.27342121744332826,-0.5519630056852802,-0.7346857232458455,0.8270095546859699,-0.07517165370413167,0.8831898417006318,0.799833895089355,-0.5785108003038008,0.677767189505733,0.7327665296372805,0.7042265509873064,-2.189782693410643,-0.30338862640551784,-0.7173796060272629,0.7204357826954242,-0.24795129354299517,0.9692677003995517,0.6014582726497675,0.8051097358958408,0.9845103681934773,0.3966922687760511,-1.568476234364352,-1.3695595531798663,-0.15586544140905056,-0.19963449093245414,-0.4414025310150821,-0.09971169426627705,0.7367406074995518,1.0034297502969793,-0.13459816517145512,0.0807539919658956,0.523570186505241,0.30260733014043306,-0.04227741318393768,-0.01301269644340528,0.9164115375966644,-1.4875031521736488,0.5453928460306697,-0.18849690171767036,0.900816021002775,0.5427772258102723],[-0.8807012711223695,-0.6454831514377333,-1.3991535768623604,-0.6443615460819065,0.207198158702806,-0.2658991241559066,0.5085557135985439,-0.713750991628232,0.19432517434872945,-0.9591475101180205,1.0068888086238275,-0.4117820725120526,0.797846704850333,0.2974709844457196,0.49230888928441313,-0.6829086211822848,0.5073311895229228,0.01132291456603706,0.45359774548189125,0.9536692510869071,-0.5917197706133429,-0.33018190237063316,-0.21628924545306713,0.2902356867986437,0.12499121150481969,-0.8705153438701152,0.08035894714903831,-0.34861955048753407,0.15179544198357206,-1.001472926715104,-0.8498507239006758,-0.3345906767578661,0.3952231869027964,-0.5125387006689637,0.4763451627930987,0.8360569362514966,0.40328355134166416,0.5468939126070812,-0.37658582913573097,-0.27020690459656627,0.23343111058527394,-1.5374239285276106,0.884968781800796,0.27105716734449997,0.7333828036759228,-1.0204523525578224,0.8063010623785806,1.1449596646368307,0.7928900930778484,-1.6648645157673874],[-4.621486850652462,-3.3845255560439393,0.8219950283483503,-1.8746302641925503,-2.8478666249858815,-1.7851230451779976,-1.5109178899034057,-2.324074760969078,-0.9543583919091042,-0.54236066444407,-2.7351835010535392,-1.4015584304856694,-2.825145895650407,-1.1793065110210974,-1.2215575012300304,-1.580802760917518,0.6367564498925384,-2.806457489775546,-6.001592452233671,-1.2042582864760445,-2.0653314242985643,-0.29883587928882455,0.2799020073396997,-0.16415824689573214,-1.985514244227853,0.4959398102143591,-2.0579278097743394,-0.929404522115696,-1.797292294548976,0.08792372775062433,-0.9460770819579596,-1.2776035696385826,-2.828871112326931,1.0760161481699058,-4.372700826415576,-1.3447942536801918,0.8374797297217834,-3.7173404392605978,-0.229236049296033,-0.6221324718387672,-0.33344207902382744,0.09814517744063876,-2.281887936978895,-1.100807009185119,-0.28821846577643867,0.13699718774001082,-1.8978678272157756,-1.0063850762494415,-0.7993548840722204,-1.4117787561205808],[2.4668164104199133,-5.644810135897732,-0.45313195744611057,-3.0684226821027103,-1.1633457421670779,-3.237886514645317,-1.9004323993071024,0.4798492537915088,0.5385074500892095,0.025196379854802848,-1.7648961766705702,1.6428395795717652,-0.28458677808801747,-3.6768337861715032,0.22951550792057737,0.23821845904351463,0.47283997536298844,-2.1333803289951305,-0.10866813123224613,0.48704144552937695,0.7484836924357581,-0.9726802970677036,0.13485074762223476,-0.08913031779511124,-0.21250638728658355,0.5843197635693037,-0.3931621085727512,-0.4597247106586402,-4.428064877548428,-0.0999678133145515,0.3554405818134103,1.6033376488853834,-1.1830336659928098,-0.2193716754768033,-0.5525886181880727,-0.5792070846638083,-1.0143380106106004,0.11096192642364612,0.26431142432452726,0.3395111571870074,0.518831561372921,-0.7032905743808999,-1.596466381823872,-1.1374847566682642,0.19779008035924772,-1.2250347880800416,-3.1763001549731467,-3.2256233192865134,1.0238491503881029,-3.0237202405391153],[-0.06876645557116273,0.7755846439288863,0.8885737328071144,-0.14916794313131726,1.2497596011843868,0.36557585740782395,1.3934798269483768,-0.861195308768957,0.9325808505448149,0.778166437008238,0.7478152291443458,-1.3617742438125355,1.2663752211845627,0.19873790475984007,-0.35344714945927885,-0.1420440626697623,-0.0030620360662792618,0.5178664913336274,-1.954216334520006,0.20886318306485635,1.189004482739413,0.6583229843574582,-0.8099995925837024,-0.9257623877656315,1.2420318787984923,0.45452626537830404,1.103943987145903,0.2788691666627725,1.1390157919248796,-0.5477914138039953,0.38681542356067816,-3.040661491905256,-2.7956971399189547,-1.7530779236309133,1.0449025850300344,-1.1959518890227343,0.692711390179658,-0.2998733355925261,0.004348465815455834,0.1771390289330344,-0.3373118134592993,0.04999773153917606,0.9258309470915997,0.8628093904423035,0.5263659744815216,-0.33728219612088634,-2.189459082289114,-0.2987100781991927,-2.4716430686154345,-1.5782267309559967],[-0.17227202950165305,0.9816275540728507,-0.026721676790937808,-0.7785365807248271,-0.2408868456014595,-0.4434682818545385,-0.37968772028543113,0.4039853734693224,-0.11775264265452667,0.8997143629406988,-0.3538840979638071,0.6352789214644163,0.004506780335509536,-2.3239389494215423,0.16718214961674827,-1.4821086620108666,0.16569085410543757,-0.5174694715579488,0.3925465769524203,0.5031081677961519,-0.9158306601073842,0.554269961272519,0.3582950458112754,0.16440731338510556,0.7014312759109452,-0.805877807671718,1.016374773919051,-0.3190246981062563,-0.0961615504055065,-0.18189028174238445,0.026808956783965058,-0.05646048138575642,-0.003370100974377006,0.6694453491905877,0.06053050432015258,0.20650536576734083,0.8689059662423482,0.5479907463508246,0.36259403508933497,1.1762592780891719,-0.5649638530392954,-0.6933843502239854,0.4800613258719606,-1.1682559253480598,0.5660726641797845,-0.22760513393429127,-0.4102526112863288,0.7367305172842243,-0.5396293714000026,0.5788311103823724],[-1.5061616681405114,0.8562192191955982,0.5246116207392871,-0.6681750857294863,-0.17487284001557216,-0.09322962256263598,0.4519102867045612,-1.3287614298236654,0.8404940916562516,0.14474529519230628,0.7854808641727999,-0.7774943192970536,0.6638040815946878,0.43965070718018934,-0.0573830636251464,-1.657701776571478,0.8452540518817282,-1.548104167891303,0.22996383719823763,0.6011776427949669,-2.286631358719285,0.2925843201084641,-0.9489320647258371,0.08397438323440475,-0.5804938359350931,-0.4061359333290511,-0.8653324329993295,-3.079471364863486,-0.6907319386049221,0.5366881176102962,-0.8933753419749868,-1.732051495000722,-0.28147883262291346,-0.4233659851029085,-0.1644860130280002,-0.32497557093000096,0.16184310251203246,0.8454935996190555,0.6363121557629248,-1.1642336439817853,-0.6494471215756964,-0.6796580542571529,-0.40568989350435136,-0.1314412727363801,0.7193003759890279,-0.7627124356431206,-0.18030319556392407,-1.0816947149651888,-0.5782956726414482,-2.232279034596777],[-0.6397717987128921,0.5372671966763178,0.3311337618569083,-0.08603949825516477,-0.606643314764592,0.3560054034171146,0.8991013434892189,0.14785799492746615,0.7389443335417321,-0.8342256863695902,-0.6520606579326335,0.6656899438741261,0.8794349517428325,0.66966724489323,-0.18936256220226844,0.6787529370324455,0.46500472833880935,-1.3729051225475213,0.21884685777239762,-0.4738921141637329,0.9565882798252654,0.07858650274836672,0.05932805986057065,0.9725576693622862,0.9471201798737454,0.3996781642989144,-1.6184347511004715,0.7466620391686221,0.6860824213541429,0.5234473995069516,0.9133712049355142,0.7607020760946444,-0.4020120804076188,-0.377418915922352,-0.1623106356481181,-0.3236756618319456,-0.3872299929251067,0.11513790284539709,0.8044980493918921,-0.008750451922081794,0.3153678921754811,-0.0763063651189088,-1.263064502242426,-1.2840825254461214,-0.8923368165720162,-0.0982684772159965,-0.6711820730694011,0.8960166129663255,-0.3329414111247613,-0.010720827643332083],[-0.9518724351784664,0.17077497841391048,0.9088571834056639,0.49648694307163665,0.6990371549416139,0.7362871059908779,0.867434307138795,-2.5444897590731284,0.2818866495393625,-0.01776806418362356,-0.15825673880938024,0.46447884735653017,1.0836611623266008,0.16349177938532403,0.7787339193139573,-1.9966154973630101,0.1076746947236159,-0.0186321871146014,1.0893916367078198,-1.4089693110433672,-2.0636264701492513,0.2751888402078087,-1.4253739220697648,0.9948509074916114,0.13299269031590663,-0.5802576634227634,-1.0246726356118645,-3.348419626981697,-1.3694339127833495,-0.27025414872812664,-1.6819422213002881,0.5684266047962883,0.3423582209131195,-0.23155981602052328,-0.29833671169307446,-0.7086454106681489,-0.25263813628870924,1.0148302864847965,0.40319464148205275,0.22939151650501396,0.4036488400097507,-0.04510823328492642,-0.5353626643289366,0.7061201336839896,0.633896534280952,-0.5617061247342126,0.08142328657224944,-0.4545700420600992,0.6417291833935427,0.1094783300982248],[-2.3120530919603994,1.1824679109716243,-0.8626790295570954,-0.21446511849772784,0.3314774339687746,-0.3955582085563407,-0.30775621308086976,0.08290468796335715,-0.2046546396632519,0.6584390740360976,-0.520314159928452,0.8016608579059106,0.838060949831144,0.21638539839039722,-0.3283083613200538,0.3038590081536021,0.4795957531668111,-0.6704436008452825,-0.3646935809588055,-2.0870626066386984,0.42296294868446693,0.6001448225502767,0.2199829122342428,0.33254553078264676,1.1326637736255531,-0.44881777468266726,0.979780352866412,0.6223186268771335,0.7488792502791173,-0.9158299989188476,-1.056657737120046,0.3797983467779638,0.9986961464237337,-0.22076839443161458,-2.0971071034018345,-2.012887164517097,-0.17782277274375113,-1.3339437174328255,0.06474736715003129,0.23011603546670154,-0.45108438916602495,0.9016512594322117,-1.0103459743745478,0.6916182665686613,-0.5489253633511492,0.3642087728002264,0.035661701360162765,0.8902009060418086,-0.050508604673664435,-0.5621515994606515],[-0.8783132417592333,-1.6407059311526186,-0.25491136488556543,-1.100035851528173,-0.5784732909593199,-0.6957646779011855,-0.7419823608592782,-0.3978417765242482,-0.5788333825415568,0.35137762077180335,-0.4690092110351287,0.008905498732239583,-0.6390806410035074,0.861399002072771,-0.8654311485099742,0.4371178868989101,0.3590682047352279,-0.1203838226817272,-0.9278510029823778,-0.8393964490064685,-0.5570542466034815,0.22164221670089407,0.015420607035733728,-0.7655866126623143,-1.1895702139687572,-0.35516407370332836,-0.5779321886101906,-0.9671669701124951,-0.38754271520148625,-0.8397391514328075,0.8088372921572912,-0.22557798096184387,-1.1276016424194446,-0.372688232772709,0.5243883973850333,-1.173493094239265,0.6300345691040699,0.7818808956926435,-0.011942521013148672,0.15097653220562882,0.26895987518860864,0.8437161197028249,0.37069807716556413,0.8716309565642375,-1.0638174447522453,-1.2459240461818717,0.7512428489182686,-1.5768399375614595,0.7714377422220658,-1.3025723102430473],[0.3280040811030924,-1.3217615284772959,0.2604400805617467,-0.1989039053694943,-1.730757674036757,-0.04412841639785352,0.9087188774821873,0.6785889275842177,-1.0661484810101771,0.3216448522403129,-0.3723776546220297,1.03214137294679,0.5899038782232726,-0.7385315777728573,0.5800280239427726,-0.4839481661437741,1.1331983377866772,-1.1407952753953012,-1.5765899185545313,0.08161714479110305,0.06513482843798613,-0.8210709883615799,0.10774375493585898,0.8796776744149309,-0.4098678172151948,-0.241130017993356,-0.5145744947085127,-0.8790726214560988,-1.371762304028088,-1.5056050885878678,-1.0512155986269747,0.6622514444231717,-0.6285350593618309,-1.2809169301338472,0.15439192962876594,0.43310719107350637,-0.1598156807127597,-1.5976396445870036,-0.41294195634513214,0.47229003951852405,-2.530116654224215,0.6194887803461389,-2.1515186336275582,-3.130239192628724,0.4130542907502515,-0.8118855230081756,-1.3957257443215967,0.16132846351901323,0.7117874566356109,-0.4640003398175011],[0.33464540312437463,0.8878366678784086,-0.008499565797513651,-1.1514971588911378,0.3352320784670716,-0.4880425816036505,0.23840079397524444,0.25923059648128194,0.03520728058084491,0.003255227666452934,-0.23267322510340752,0.6706495769585534,0.1344890465043376,0.21115902757688082,0.4240222819089911,0.11093880123472999,0.9724858859636688,-0.7511315797159012,-0.04828408389605292,0.5281975414293468,-1.0830938998958244,0.9564952702085905,0.6133779230516111,-0.5291213299407264,-0.15180907247789482,0.35522354190212,-1.214695108574128,-2.5913441339370897,-1.5963311936160123,-0.9178795794376556,-0.6222051848774734,-1.4923552682781374,0.9275256255715489,0.8806750392332179,0.44333458037511975,0.8863972555620895,0.07411877624365225,0.08410441324724424,0.6741379032719441,-1.4605813896160293,-0.08633038052610184,-0.9608858294773892,0.5941538088499536,0.7009443382043162,0.0872932806104627,0.6724873824202439,-0.8789311261316891,0.010792460385926189,0.28645689741154146,-1.363788433247103]],[[-0.05913795850809278,-1.39281727491741,-0.3932959563504799,0.17276164074207834,-1.334800405483198,0.6106332494821481,0.5504524591927691,-1.319178339565265,-1.3338770814695153,-0.8534711574933845,0.9601161773967722,0.6860335705985806,0.6699707807944741,-0.6524327948526094,-0.4538768880734258,-0.5414632652136895,0.2448594095913301,0.642974412666327,0.43707027246490987,0.5945694501243289,0.0003208337396644526,-0.8168912027845443,0.5966680533163387,-0.609641168179471,1.1329609086663726,-0.7445407502246264,-1.1726152618807537,-1.294817543472964,-0.023951951463488608,-0.9576181077582704,-0.5722346927709097],[-1.294530793795504,0.09141020347300385,-1.123839970488429,0.23963394389722567,0.3626126986315093,0.5903062835880837,-0.5548310973860067,0.10093793659499466,2.2136824411238205,1.2206929754076987,1.041596947954163,-0.4289810413114537,0.9183541318504583,-0.9600743103037257,-1.553034254039264,-0.7104138454790685,-1.2674691034949013,-0.34196513675469264,-1.2586576938774234,0.17731296190822232,-0.4304247943904788,-0.8499563394102664,-1.2591626091989325,0.5536328387071701,-0.6649757412401149,0.2565289096736033,-1.065302451966403,0.5186608179813862,0.807583619621037,-0.990552481447721,0.5400546874756734],[-0.7013727217454563,-1.8011923259593374,0.2916865632230839,-1.1579540139619529,0.2281395696232179,-1.9955363861682582,-0.8509809690222492,-0.3614802486378767,-1.027854990730999,-0.13131709366688546,-1.7220298820559918,-0.16045097106533854,-1.6536806986202948,0.013329477457665552,0.09620597859238599,-0.7009171069258155,1.0141378681739608,-0.10617753447225914,-1.9038612825067545,-1.7569245983179649,-0.6971938136866732,0.2764191965355328,-2.326911655069006,-0.37500247092724265,-0.10129982045704426,-1.5188133835724658,-0.1894913533185664,0.5105757525910298,-1.6647570106889074,-2.1822790637035183,-0.18855367662923014],[-0.2776579577805666,-0.7920214928618705,-1.656076201471715,-0.9453650688015859,-0.01027363428341831,-1.3435054231118282,-0.6331543990419578,-1.378241396188105,-0.41411502619081914,-1.3315976664251616,0.24695685228820066,1.2157807699653047,-0.5903852127170474,1.533504810494603,-1.1466308808865517,-1.0769976140281645,-1.4993695025759628,-0.37237894413698336,-2.231100736409887,-0.3082106680944598,-0.705585249522251,-1.0708889340557244,-0.360929499031941,0.34655384127413774,1.1141005029439952,-0.5846127009893441,-1.315843529022165,-0.09219506055988583,-0.40370686130839517,-0.31505684483119234,-0.9032649703928115],[-1.262502139358948,-0.654698572937098,-0.10286176525831471,0.5161967478985927,0.3059339011879802,-0.3549963650027838,0.46609328550439283,-0.7947871308101463,-1.0554353299808148,0.034835597187090575,1.7127062212893038,0.11367774290024883,0.4903341454240207,-0.03666058498741723,-0.7389294562169174,-0.6304547960233967,-1.0418228930011757,-0.22338180437433383,0.707884653777221,-1.1161888918769216,-0.35842880667780297,-0.7514715137648599,-0.9971277284576481,1.0799423654157223,0.12382440614039887,-1.3606866165119984,-0.227542760594544,-1.451585973857733,-0.22736997280138804,0.8210615221683568,-0.011544030604599085],[-1.3796339365987664,0.3344749007462591,-1.4644201301657516,0.3778724961593503,0.035784503310702584,0.350562893579579,0.6195253104132196,-0.16024470111768427,-0.7887451127808466,0.017507567915588097,-0.7754971983973667,-0.15611110234609582,-0.501708859896167,-0.7145917835210761,-0.023082722554363055,-1.8435645864734245,-1.0953486974643523,0.7610422188456895,-0.6042072307224509,-0.7035640298015398,-1.4500901262406003,-0.5561901516855108,-1.6706773174923313,0.4768011705150039,-1.2020846466226276,1.0401291448298478,-0.8064335477384996,0.22682131827430688,-1.8445662373296525,0.7545888442453055,0.8537605938364294],[-1.044480789974732,0.33091727258444853,-1.0204829223027843,-0.24341181500600131,-1.1303851543911072,-1.672510208725256,-0.32246976937287936,0.045944282159747926,1.062591588113843,-0.02579179995152262,-1.727327175810562,-1.4261992800521734,-0.019009481995848933,-1.879872283383338,0.2060126357281835,0.082684945306794,-1.6528522482164485,0.7663456463043659,0.5559596055800586,-0.20626481322420395,-0.26449043405545575,-1.6718571281433579,0.2554531083988678,0.6079475974086042,-0.21164963129331768,-0.5096569727571526,0.7268323772686995,-1.4442847459600263,-1.8693707733614364,-1.5371378305413492,-0.35942520820307056],[-0.7859349565438001,0.8076131002788828,0.7090062508933146,0.360094329447487,0.5078426117748518,0.03566634717342702,-0.08863994500536904,-0.8207113151498581,-0.603374359189261,-1.9948517384927826,0.05728148020899836,-1.1206255702015273,-0.6787737888792721,-1.2947153187907212,0.5483943218143681,-1.1134482730117143,-1.2489175025514774,-1.6735047403419177,-1.392326102401497,0.17790421802438972,0.23259089356471174,-1.6885254616211003,-0.9172962231267949,-1.8650393336758562,1.0884931759694647,-1.6080562265729192,-0.5573880336222362,-1.7320881246911828,0.8654340207070337,-0.12064712421453666,-1.6988289196857584],[0.07071342426625499,0.71126817471147,-2.2985493387225953,-0.3038609736250368,0.1494976333348191,-2.0285311270337814,-0.15122794888113744,-0.6848683922897548,-1.1070161953440718,-0.43867708631416674,-1.0666097713510612,-1.2448812583260382,-0.2647148859560988,0.8284154902608618,-1.7751465970645333,-0.3247568144605027,0.29556664341392885,-0.7994660119970217,-0.5525490879687175,0.4438167578271773,-1.344591875595334,-1.1688221056391952,-1.0290280787729402,-0.38463006714283593,-0.5506008546222472,-0.33297114474560546,-1.4569344675473899,0.3149564981706119,-1.0414258178963,-1.362728407431115,-0.2344696727804172],[-0.5049886214706283,-1.4683426296432576,-0.7789943535990768,-0.9251400063489315,-1.3068691846376812,-0.13604975966611882,-2.0265105834126738,-1.1746199128003965,0.15974730897173375,-0.7614649800151414,-0.33759267199326626,-2.0902313729662954,-2.1147903838079247,0.18217486601081065,-1.0580004104405791,0.07558337349134583,0.15572198666235118,-0.0063185304005319454,-0.29067934540883417,-1.7381436756613688,-2.0635011199230546,-0.3520288283069874,-0.9681149536170359,0.2942044143971786,-0.7832982785182232,-1.7690776582354744,-1.2310388050070291,-1.644027260819877,0.439363224868578,0.7598446657761012,0.533120376093642],[-1.0748872732118468,0.9734507662223227,0.6828371190341991,-1.2308861677565002,-0.28780377525381506,-1.5957151331161799,-0.6743043894287644,-0.35199513317684944,-0.004777935653940771,0.977170193044682,0.04874720681261473,-0.2059443986192582,-0.7950585060395794,-0.15416592310017166,0.22466113650709793,-1.2849734350163404,-1.4686101237954317,0.8491827229528149,0.044683950181549685,-0.33724675840334806,-1.4372700351992205,0.5558583668828834,-1.539502857016474,-0.3570179120602682,0.19326936344895448,0.933881596154814,0.4345480692702014,-1.294268394534148,0.13848898779546762,-1.936396437274517,-0.6811948107644218],[0.0057228195521293055,-1.4916819590049035,-1.8614445560291406,0.2899088116130861,0.4098504808369661,0.22472236632195708,-1.5566462139201105,-0.6711959489163227,0.3130700560598201,-0.6691593167681551,1.5823631865297456,0.10673047669644156,-1.047705471043094,0.09680639854227467,-0.3142677695039473,-1.529692131546585,0.6475722302469242,-0.12760394297864877,0.3052813229856385,-1.0501454056913881,-0.6816800435355471,-1.3035637441182795,-0.09549706724032771,-1.2896104091205869,-2.370241276738981,-0.26764135013385465,-0.17890448691783423,0.33032004041146446,0.3410218566967668,0.2893700914946545,-1.6944224119517564],[-0.47718712543731895,-0.14799246558295262,-1.820947061364244,0.16841716116242772,0.0034330821348666435,-0.6432117176567156,-2.111787205233838,-0.3346501990100482,-0.17480084050068612,0.44680099577355475,-0.6406037157849485,-0.35637158119253787,-0.3986101590492218,0.8218094826706841,-0.5996551200370165,0.7845422579205641,-1.3723016154094505,0.6475965072853362,-1.0234391428629286,0.9303162233624497,-1.3666743869419387,-1.3176138184065596,-0.9941451894214325,-0.7294834023254698,0.5024019633095018,-0.876129229010246,-0.5273302414664519,-1.459698343378867,0.3107675422254142,0.2871448134357656,-0.5608448765216713],[0.4195960207051527,-1.3660329280684531,-0.8623918155003651,-1.738791950932491,0.047979336900537906,0.4247015894251364,1.2360066498795885,-0.6870925597738208,-1.8013366138867464,1.169000196777929,0.3777099223025764,-1.3366532228696202,-0.6568261052081472,-0.8635680981383647,-0.42664694522968616,0.2986924345258546,-1.4814687582566153,0.0570475793094575,-1.4848443100541937,0.6461709853337634,-0.0029815653331456207,-0.4523493988549915,-0.9793381647824804,-0.8832512320884173,-0.6064285708951151,0.7983270984070702,-0.7361260345950452,-0.7419032356884472,0.5685219004114261,0.3305291438894853,0.2245799436456705],[-1.3689670284012516,-0.2677275535218916,-1.5590110580707273,-0.8314681265547976,-0.09700438202815624,0.5421676083317756,-2.1646670461367483,-1.3560077124748222,-0.6549396553531879,-0.35416213180137524,0.6502103521164297,-0.8522888621132763,-0.4843277533474061,-0.686654195407049,0.029510559454738603,1.08126893099699,-0.44505713923824636,-0.4812084682119751,-1.8223374651217883,-1.1618881116980373,0.3549950440659838,-0.14071205332529657,-0.8317109430792887,0.323334908565089,-0.8324851688354976,-0.3047180239968742,0.9169407688084247,0.21938260604650922,-1.9214871861074898,0.4202576592813722,-1.1911394429500728],[0.8214228110437903,0.23040532364470281,0.24844494318301022,-0.329978742116054,0.08932617638841624,0.6361312882126414,-0.02760948660966109,-0.12578219388681372,-2.2293171381802264,-2.08955235296459,0.8054466764758179,0.2907613970581929,-1.0057738980702675,-0.7366201841804334,-0.05090228533365548,-1.1557331448762742,-0.27912311013238994,-0.0957065398646377,-0.21740947985200346,-1.7668551962913535,-0.7913962318866123,0.4640074922693474,0.21058227952803746,-0.08491273966168435,-1.4034683910189247,-1.2127829765157527,0.5099526293211472,-1.7087176755382463,-1.3399716270192972,0.11357358451418234,-0.7460616203200354],[-0.7399339538993981,-1.1012308452401707,-1.718740047892129,-0.6137450886954741,-1.6121033563712235,-0.5967631705928187,-1.9647840787035453,-1.7617218216913815,-1.2830640961823492,0.5401121597917393,-1.0836516767757618,-1.660604654327607,-0.2387818095409381,0.17020365548536284,0.0872998991740984,-1.255303069045295,-0.5101545493911963,0.01056054159836372,-0.8219067785971795,-2.195273626019482,-0.7347618270177589,-1.3729168982044797,0.4243689252172863,-1.1961080651730802,-2.328942886173259,0.3225342540059429,-0.8316763851531581,-1.1537291341867875,-0.05223445285886097,-1.25221587107862,-0.8716799286879333],[-0.8640605183018899,0.0691620254922902,0.756925804967277,-1.742634519543354,-1.3009508337522055,0.7326334414194564,0.5755266187634335,-1.5250695148144606,-0.875727324371057,-0.9292197733341121,-0.826055597256142,0.813352704657419,-0.37233784073767234,0.5700430459591211,-0.3359908381271339,-0.038451763164920466,-1.401603668509446,-1.1566147643548843,-1.462722648686173,0.8055548028058949,-0.5322738743946466,-0.43023819068602664,0.6712186786150037,0.8569483073019099,0.09792570485313765,0.6177193893293996,0.11713676796702165,-1.1045323748732931,1.130865246276017,-0.8608248475089008,0.28577462428500633],[-0.883846914665839,0.056895373826884754,-1.2493108193768785,-0.06932286689868615,-1.6085695759327987,-0.2951694586878612,-0.19771319190935666,-1.26298513240474,-0.025049182557800396,0.4986121263373069,-1.5530132439082576,1.0763598847581302,1.0455763259855042,-1.4032535033241609,-0.7836292305072092,1.2605869725696512,-0.4488262417017012,-1.7719658357263792,0.7098467952701947,0.8640280232687791,-1.1930886320238903,0.17443152146331461,0.7428038475865911,0.30006496686328427,-0.6905889816039542,-0.8197904535157398,0.41769935150565485,-0.1952346173264115,0.5487558030381198,0.5250020725036623,-1.3389027928580304],[-1.7021669856728394,-0.8944387578488532,0.08890199705863394,-0.15987125784214923,0.06968087262748857,-0.5316697118780768,-1.1499210686772785,-2.194079765901592,-1.4755774240562867,-0.8097360797876543,-2.0176694506364212,-0.7379465354266931,-1.6318778873765805,0.8734733482901155,-0.29540525775332704,-0.0026515369467901345,-0.1007234892396173,-1.6887445550940061,-0.43706565686661963,-2.055300941600858,-0.7821120649947307,-0.6865629852047862,-0.15495864337434528,0.36903283712783214,0.4485692718805036,0.08794591242018024,-1.399625626625127,0.7471311355258066,0.07722141223171546,-0.4357972487685632,-0.9499286266445344],[-0.14855251849126314,1.26288778951265,-0.9357828057703104,0.963119214976531,0.25265186701270753,-2.1286783293813247,-0.5683143283620345,-0.2472294707814752,-0.6516673630870082,-1.8463259607879208,0.7948447567987533,0.9824389015620792,0.2580917781045998,-1.004720530018426,-0.705455838839859,-0.013701419596581499,0.1843207974773937,0.1577423768358327,-1.8068024789347839,-0.8052681446805372,1.2781902676990846,0.6146967963605307,0.12795365397716377,-0.8521628250745502,-0.12658180949532977,-0.913093299742072,-1.4230129119129489,-1.5715555484639163,1.354321527969503,0.6574042975164948,0.7396584841418212],[0.38176973993938923,0.8376584820644873,-0.49700364931080304,-0.21273134146893036,-2.08130027807152,0.5531812823075642,-1.3032161910834268,0.016027606335563927,-1.7175932991236396,1.3843305740073806,0.7061449205658382,-1.3050357723642707,0.20978973770070383,-1.5412633051602902,-1.7290036577825714,-1.4555828035374543,-0.6103063634055997,-1.064471487378831,-1.8974030520214962,-1.7056398200666094,-1.636284640407824,0.3825733038217986,-0.6043254058733377,-0.31161058348357984,0.6642463765130482,-0.8524317137651459,-0.685451778297517,-1.7396015057535545,-0.8784739328758984,-0.16271886816853784,0.8699996433127994],[-0.38163067204456286,-0.8789117527058231,-0.792914132073011,0.8053553007491134,-1.9611347094206257,0.3660396981193203,-0.8768549293997278,-0.06438160038599647,-0.278731717620894,-1.3005852901576438,-0.09407986013233548,-0.22175450909082056,0.5506895395932672,-1.555782688835345,0.0631023503833759,0.27505555858991015,0.22590766647165153,-0.6547807533936937,0.4427094918229525,-2.196382093105437,0.022131180672775606,0.612490390295729,-1.4922052907602736,-1.4516558933382389,0.4244439837395763,-0.29063096535886324,-1.6692569063513103,-1.4675657508687319,-1.4013445820627544,-0.8872237132071558,-1.7159660453434251],[-1.7695920523386293,0.7614616206580332,1.270482596349926,-0.9296895752859197,-2.2195250523927417,0.1022123375589006,0.6526121525325601,0.4891510382632522,0.00449331744062077,-0.08581664138720634,-0.8965222780122297,-0.6195207644750335,0.20401750984665576,-0.3083003955339025,-0.22034252315352212,-0.8258975156376928,0.3607681647961915,-1.410986318154155,-0.8208537995101756,-0.4460906248480485,-0.2677730115345644,-0.4833449011426812,-0.6442855905800466,-0.3294436446049086,0.08284279709278058,-1.273734454885159,-1.1136742641330726,0.24324607074574112,-1.2614522513908955,-1.4932438109272266,-1.0921887761946854],[-0.1325886785341462,-0.746580057503509,-0.24842114902313517,-1.5729103723931142,-0.7872062400987936,0.7863731297936061,-1.3796057509805222,0.7534787623346135,-0.3511926511843343,-1.060163591669781,-0.4743499611657181,-0.148160579925866,0.4590896922938696,-0.8684764234188936,-0.4962753020191696,-1.1790966751263925,-0.6086753300400667,-0.9947649695252305,-1.0139922589244559,0.6640472734832321,-1.631552526057589,1.1523159858886154,0.4166993251013794,-1.2920226923871385,-1.198417917426839,-1.5314738295409172,-1.2574951351937087,0.789272472182321,-0.7712944552862004,-0.41497137469216694,0.35312458031364713],[-0.17909207381567682,0.9346312934641754,-0.6414979835722613,0.44061134466807406,-0.6764803861116605,-0.2988033795095959,-0.4573442696439664,-0.5961569218090569,-0.7536617638653086,0.4034799154946364,-1.599137480808793,0.2795639749173751,-0.2953368007502011,0.2304311458563888,0.3520950965749251,-0.9254384283210108,-0.04009465931841021,-1.0182645146967668,-1.5635377338531937,-0.321630680615511,0.8864454808805255,1.3905078869970908,0.05027192306294873,-2.077657568716233,0.9738642401273637,-1.7047199705913003,-0.7836550656075172,-1.2961751228645375,-1.9262950128684688,-1.043634103588559,-0.6027634312237705],[-0.29737540446612,-0.8048299840600498,0.6190566258796225,0.25302616046815307,-1.7277791172208288,-1.481770178855653,0.40662999169044767,-0.04463863203925985,0.9326109390669082,-1.8496507773330335,-2.0368147733615216,-0.17715044361420182,0.4337648801829201,0.975841012649585,0.6559874945091211,0.14722410900525568,-1.474985099503676,-1.9175631096263244,-0.9113653428997223,-0.12252016935629655,0.10749735347647135,-1.2828012636995811,-0.3204993150975557,0.3610011888953223,-1.4533629909226498,-0.5143745542696454,-0.24324125477788394,-1.4665570060187052,-1.7525615273054809,-0.6112325125919511,0.5528013483041337],[0.42439809279295365,0.43721563167898986,-1.3581699390976567,0.4207051291857966,-0.5362133237111653,-0.7069696220139965,-0.24489134273749885,0.27396292746912915,-0.0955480211532389,-2.4574834972082704,-0.48492776871584947,-1.5399187438131696,-1.373646304427506,0.07221554929288329,-1.5053420025415152,0.7577950739947658,-0.7475637211132599,0.5197973034274579,-0.7262932871773691,-2.228837282374369,-0.009935832436972188,-1.0174264146119645,-0.16290209191675534,-0.34786444702611596,0.26268397410400224,1.0794574215223305,-1.4734423384457882,-1.481989001466458,-1.662264649503531,1.4947000666623718,-0.15282721791643256],[-1.2690074230783326,-1.8485160887369123,-0.18865455199756348,-1.8481419817210794,0.5968902919047722,0.499167437176389,-0.04414530085648206,0.9749185769667085,1.7712919958974505,-1.3786404058351298,-0.12556476550288004,-0.03878290102625804,-0.5169071920756918,-0.7461816554531457,-1.1222812440163341,0.9271605268241084,-1.657939694556207,-1.4522605799514983,-1.498321014738101,-0.7249437597574643,0.3842370958083157,0.7609065384314022,-1.546275984430752,-1.0704190489686747,-1.1350796761882356,-0.6141449245460935,0.3205687768602611,-0.9037058744883262,-0.0648600426009864,0.924345773412355,-0.20430925137689915],[-1.2901567954819848,-1.2771168975805252,-0.0556385527114927,-0.6244084596981433,-0.03157098589241497,-0.23212519586096267,-0.7317499987713835,-1.438438413638776,-2.099606095886221,-0.770042898308789,1.0455487243070163,-2.1904673025286425,-1.9583907773027651,-0.7691369158184749,-1.891838358583806,-0.7078036174488681,-0.772700586135799,0.1422447285765491,-0.9139757951756714,-0.4754080386710521,-0.9036420490677192,0.005092889224173273,-0.3113540236565334,0.0792170085425747,-1.3566288015603873,-0.612421671709403,-1.7074571744166336,0.7241007374009621,-0.1703211820357953,0.03471060973079525,-1.8101634127805866],[0.32950109812849926,0.610349008266013,-0.6380207272441388,0.03225607147424299,0.1290826064733218,-2.019591940800826,0.5045320553985273,-1.0852664615773453,-1.0557071236285045,-1.8221775107329636,-0.6578810554712597,-1.6483063324389085,-0.9903439703369978,-1.4122800458174298,-1.1190474912537778,-1.2997991130339799,0.018709069433269505,-1.626897001629152,-1.346420614058439,0.8864616905533699,-0.6049287622655677,-0.8171295309191867,-1.4480653993618147,-0.7223133249109697,-1.605578912395485,-0.7579693529078565,0.6826159457115497,-2.186884561601361,0.15138752947449183,-0.83305848782917,0.23258845658804694],[0.10910950013864518,0.10049250575353427,-0.9421170808853325,-0.8289576522986246,-0.11600197319279908,-1.0457605382432424,0.7058797638126014,0.8569463270229206,0.7917471969826254,-1.0938928407785125,0.29497366792655505,0.5619308482353339,-1.1803728225686405,0.2258640933975278,0.7073917253081132,0.366020657576686,0.5631719894614682,-1.5070553206431188,-0.023155205161081244,-1.9096996584741603,-1.1696489804224783,-1.2433538899667036,0.1629455958713397,0.8089735675587922,-1.5010948263880914,0.44212961597182143,-1.038372037890436,-0.7981704504135709,0.1875291275346427,-0.04420014226194618,-1.6947765765822467],[-0.5473981667782908,-0.6621934560319265,-0.9241821605562015,-0.00388351794793136,-1.3016464549568463,-1.8736441602218223,0.9008173824461395,0.10176117056780785,0.577551439217724,-0.11535331285261191,-0.38309341707112277,-1.8049976812308248,0.06139863611495731,-1.1205845858113115,0.9831671561325286,-0.7133847133082555,-1.1373553993771781,0.43456408334655117,1.4202999593073509,-0.3881075833344169,-0.30251696029662944,1.3069759085429828,0.1969882591323015,-0.6689907556008403,-0.8208897893555401,0.7029054301426539,-0.8141904544573723,-1.2251822964101877,0.5785673378013207,-0.6682264882459783,-1.3850073486767989],[0.09261104149980923,-1.2672088900416059,0.20237292975287113,-1.2792124760902157,-0.7385263160935577,-1.3254750286402182,-0.8113271482144578,-1.0378815788245896,0.1808637991288874,0.7752094529553735,-0.22789278016162307,-0.0017164833688081732,-2.2424054670693483,-1.2540093790490479,-1.8148927102805235,1.217740359178906,-1.0172065034638267,-1.7648753570172977,0.12305251103832199,0.458833178429898,-0.4025137657486896,0.23407875064464953,0.5935880967859417,-2.0824305451298013,0.3265915766430773,-1.541526662180258,-0.7569146667988776,0.10935405109808032,-1.0413210019491024,-2.259341711658129,-2.040005763464745],[-1.5281771641361128,-1.9503754106719906,-1.2180992555659498,-1.5024054923215484,0.4638535761664208,0.6551001238243399,0.2236533232053481,-1.419553923154586,0.5683068138621037,-0.3392230908378131,-0.5869321094318176,0.459266661607332,-0.21698799329958277,-1.3879736575623278,0.2936444342904429,-0.10903191753264185,0.02185402502121783,0.3476635934284278,0.01780983096296906,-0.03803042262269382,-1.0188971349591636,0.2885641832748953,1.16548000784222,0.6752495346274023,-0.057625862872334226,-1.8341146754322217,0.30458221226739685,0.32070444306077744,-1.1805987207896038,-1.7761524844643075,-0.30425805787492144],[0.4876442916369862,-1.0890147936410393,-0.41588835484587905,-0.2516590545415998,0.3647918742631753,-1.2926541845940533,-0.04311771575259647,-1.0358467169059302,0.9087337503275326,0.8675484744115838,0.47524813899660195,-1.639168472836241,0.6416160158224685,-0.8278767693060823,-0.33956205672897805,-1.267273469515652,-0.8091079705388422,-1.8667095072309987,0.021699641202946856,0.5889763554682333,0.3072042128064257,0.241464000657562,-1.8163108475644583,0.3919606081919405,1.3520681478306706,0.46567350620151404,-0.7504100317225224,-0.3009823492713238,-0.47735518061631727,0.0946149627748931,-0.5738448572562082],[0.20669067427323465,-0.11991377309741032,-0.44144915812951313,-0.9336680731663709,-1.5051260589087943,-0.11721295454704712,-1.5736208401515432,-0.4886100808162621,-0.6787324196949203,-0.7599710537721789,-1.6570867179605577,0.12484370503432798,-1.4433155757412546,0.02756382378786097,-0.215839880611847,-2.0500176451750534,-1.0192509627513198,0.09686724942152776,0.29547951596284255,0.537136435327392,0.927327148829802,-0.7386329265419087,-2.1759224890220175,-0.4239761851488827,-1.8405467376918567,-0.8120304174932905,0.056400281809107534,-0.16406461061788213,-1.3717652890539207,-0.2560111237036718,0.7102304851512379],[-1.5245652693502845,-0.48819485840034965,-0.9516564167243525,-0.6187447671650455,0.18239049480481956,1.0062864132698421,1.2921399064874657,-1.524013844223975,-0.9996602323598073,0.5703851779917825,0.05433349026603937,1.3478031627858909,-1.006857244953128,-1.5487087384857643,-1.5105208235468985,-0.26920010259984617,-0.4194027534323878,-1.4336705440806117,-0.06718627719016267,0.03923399845713492,-1.5821590376014696,-1.4891340380681946,1.1842796492328242,-1.6658721328100496,-1.313259448079965,0.09542638149463621,-0.11663689756928229,-0.6460607078154695,0.8515804642020527,-0.5581517006888209,-0.8716311067038],[-1.0983795767005946,0.06738093180692349,0.5021321011868897,-0.2978226920475933,-0.023361159883021673,-1.2101040622461674,-1.6398519146832093,-0.33387298852968406,-1.2610744832868581,-0.021931772235779017,-2.2512057140868853,-0.8227290125348514,0.2887609531018722,-1.7139470172555307,0.07644311607506249,-1.5570786846062732,0.8752081919451261,-1.4558630742184224,-0.883759048009476,-1.3555365352961102,-0.945546913439496,-0.5389359238958171,-0.656886563244656,-2.7637323524957096,-0.6219990713666638,0.7427551720897305,0.32737268559757904,-0.39068158015225196,0.37797979905103707,0.7377715039386956,-0.04266336003870594],[-0.9335452323882767,-2.1704457966284036,0.8301392036685482,-2.2539762113969792,-0.4170058728922728,-0.4085718003579794,-0.671975691282524,0.060078893543048656,0.34307374485666736,-1.7727820315927425,-2.611439418667509,0.7428541360861386,0.2987279169067442,-0.5477193125764646,-0.09912285576936257,-0.15809597613621634,-1.2243272957065157,-1.6078773871339862,0.43208983500048265,-0.6532807613749144,-0.8860108564707547,-1.8528924512835734,-0.519367444521745,-1.3793176930356847,-1.355224194094246,-0.8311590770955722,0.31868479158054747,0.198962192994128,-0.832810679453901,0.47897681985993157,-0.4626887956798069],[-1.6847412070843553,0.3588312632608324,-0.002883708865512503,-2.246082340354855,-1.6374699213650687,-0.5797180061510091,-0.03356166344595676,-0.7285761459227795,-1.1041550115849663,-0.6992258208458162,-0.25602081824691986,0.5532640500118329,-1.5206401245434018,-1.0709480801753573,-1.64275661924504,0.22887206037353977,0.7268104389412348,0.453958419179018,0.9955930929407,-0.8168995704757919,0.7257275975146951,-1.4995316129511331,0.2860918225190639,-1.048109515645133,-1.760598887459399,-0.6730325108494715,-0.636402112502735,0.08650884510767173,-0.545624458961966,-0.7814400901889773,1.2720963747207565],[0.01878206488397359,0.6257702639781388,-1.6898929991494747,-2.0746081398198366,-0.18717266781270414,-1.4470405005254214,0.33499670094491707,-0.28709368211162384,-1.1689048816730767,-0.785082264909356,-1.7294972574149714,-1.0970663658622661,-0.505040910550743,0.22155186701862248,-0.549429515230464,-0.5612378785126013,-0.5693390368125716,-0.2646897410623074,-1.8310519280765196,-0.044054843663024514,-1.6209776912073537,-1.3566214749859928,0.45255151730334986,0.5711793502029724,-0.9646459252741397,-1.1004471771377682,-0.1690934276845285,0.27625458521996865,-1.133325817726464,0.1258960016300972,-0.3078476618711119],[0.6341907032069277,0.1836602339496454,-0.5795621331889115,-0.877551563451327,0.7398512015120796,0.015245846628845086,-0.7458160402846449,-1.5279250474604436,-0.31942980918360203,-0.30281267012420005,-0.7257038179043508,-1.3507961471394916,2.0126616169761973,-0.2986168995923569,-0.9392104259994927,0.49074868577233605,-0.89344045814558,-1.2193513238317828,0.6191374806282274,-0.20282924152090695,-1.1994797392510173,-1.1586307646105742,-0.8620926355160561,0.03863894396183576,1.0961927190859502,0.18619010927813526,0.689214466516129,0.7250889404310662,0.474545810126526,-2.134131758844284,0.34739425100868354],[-1.2883332065501611,-0.727881694157614,-0.6890166297434813,-0.8576447161537365,0.473476469408923,0.9928878933831521,-1.2192524891984247,0.9574796113520385,-1.8635230068052926,0.08168414098912663,-3.0011343187877424,-1.1719564094806088,-1.4640131217661434,0.7527730022650767,-1.8837748947166666,0.45187491952081144,-1.7679560395376037,-0.6044675311509763,0.6679691088396137,0.45081607426596215,-1.2811256737398793,-1.066029806826772,-0.18311195603316843,-0.20312221164318395,0.32250759670929247,-0.09189999585626482,-0.27458965071223684,-0.8872549796719857,-0.6441756976210848,-0.4608189280301701,0.8549807145013113],[-1.5060201341053028,-3.243155357814192,-0.528638337542523,0.37268972794931876,-2.101834099812385,-0.6119209668357007,0.010523967033090184,-0.4650473538520327,-0.627916116673738,0.004326413717523943,0.49520646709263255,-1.1503682497011853,0.6419556654730618,-0.36332205869421597,-0.8782491045689996,-2.675999640609812,-0.28456718632638306,-0.7262039899389687,0.42233172823653353,0.17290994184932165,-0.35127624619778225,-0.7992527097752471,-2.228927213992057,-1.8455558794563665,-1.581988724956158,-0.14661616282979542,-1.6741100127175064,-0.7828614701825871,-0.26352996014978836,-2.150709252403403,-0.950944014529427],[0.4153679032349083,-0.3613879648257339,0.2089653396834839,-2.081408988922152,0.25730890283959496,-2.3023805057834803,-0.03984315950571175,0.023269119032890032,0.8330278759584159,-0.49827104882276335,0.4600643863556374,0.0037156785338079484,-2.1084026374979903,-0.6799533181235216,-1.0705552737431148,-1.0955870071348734,-0.9436761895238367,0.6400594833876831,-1.6415003410085256,0.014225651270927297,0.29066446647586186,-1.7440388609363355,0.3525673647100895,0.7988433642286018,0.0907761097662541,-0.2720062492343843,-1.2496576239996708,0.09572833354190961,0.042018444317734695,0.07054811883752142,-0.8443630132181958],[0.20475769211331485,-0.7287239019924507,1.2446998869496262,1.0791884601352622,0.854056749249679,-1.3540560961388821,-1.7953560845247396,-0.20949700528493173,-0.4464992941298854,-1.3627766256677842,0.23358074164395037,-0.21111206540789132,-1.2949702937019008,-1.8233223259830191,-1.539093329177276,-0.9518756378949232,-1.404943534087793,0.9576037034558085,0.12776886832372505,-0.18326806825705474,-0.5862345402411355,-0.5930600120570966,-0.9598330470186817,0.07185679352302259,1.2782101239561485,-1.399791955184027,0.080054050518636,0.9352387310110969,-1.2017508584836238,-1.6945204560342895,-1.4028836158792397],[-0.10116207124133493,-0.22053183455081635,-0.24926465425079947,0.5593643240508724,0.846133700035004,-0.36357062208252994,0.2537524550311934,0.908403479425603,-0.2502513412458193,-0.567567629822914,-1.3191959478540622,1.2602624074710636,0.5331604430895088,-1.6597812810040846,-0.04372384701514851,-0.3175807670520032,-1.341372414046924,-0.20191107137127948,-0.024190927910538118,-1.521231962201138,0.1110729396070926,0.6945080924720544,-1.2326867477039842,-0.7538963690130519,-1.7260597218823663,-1.0932150586682943,-1.4904761920049985,-1.1567340010088152,-0.5051383411212984,0.004928237793798061,0.031317064431946144],[-0.5029787901490802,-0.35914002872527256,-0.8932241875123348,-0.7523161067809754,-1.7665583662925626,0.24590782442179995,-1.3367889515327576,0.2365956184223544,-2.1994912763619117,-0.014319843233784263,-0.27680276904175893,-0.3283161527933096,1.5196368070099215,-0.8515090111744722,0.4371038285333228,-0.3490658638916393,-0.0696765757144132,-1.1614124496301441,0.48859317354638027,-0.5335595474855659,-0.3016603620146814,0.23078768512569456,0.7273868710591723,-0.5618606405022496,-0.46933189900068517,-1.0223840133074633,0.3595419827290289,-0.041703040006993056,-1.5519972414557657,-1.4497275417433797,-2.1162343670784396],[0.23441095704219264,0.2761223358080579,1.6554636119872073,-1.6988666137303323,-1.0871568243962577,0.826207004968345,-0.18331220173219798,-1.1710502809991288,1.6676328024583869,-1.3032512646309833,-0.004596599145539981,-1.5980342501895448,-0.3162813925391392,0.02210695744930246,-0.3689508536800067,0.9271046165189287,-1.0490172329468521,-0.7305343763493366,-1.7156257928940166,1.096744128332386,-0.5066176140148597,-0.26653182256512176,-1.1332617990474612,-1.0620021653632998,0.13615620966836464,-1.0238868565019261,-1.7419218738327902,-0.2266111550287823,-0.05820231787636313,0.6867510831933706,-1.201330237385482]]],"Biases":[[[-0.5541579989001905,0.6736832064684443,-0.39484986685280005,0.7598579152924879,-0.6617454522586655,-0.33022679794412824,-0.7418333242850099,-0.018473608752028945,-0.8318508762414145,-0.10505681662453271,-0.07297666025361069,-0.4217126249415632,0.9053221777690451,-0.1875848233346476,0.6186766679866487,0.5921711737679047,-0.282391346738486,0.8867012423781202,0.21866227999465893,-0.7270806302843569,0.8017213031025464,-0.5333234353099742,0.3419174318744099,-0.7925012589359515,-0.6153047276937349,-0.3169413373844347,0.7127319810786842,0.5953398999441916,0.2589588594855619,-0.4829705096383639,-0.6161853047003357,-0.3214886193698921,0.6999024929401917,0.3710549175317953,-0.70225647411939,0.2993142086704801,0.24620456074735741,-0.8362268394600667,0.5815313239778804,-0.41362830497564473,-0.7343185792498153,-0.18902458232116545,0.49090420525840106,0.8331816938273516,-0.33342063473272143,-0.13744069215530086,-0.8137016790624537,-0.19107431029652372,-0.37709806650284494,-0.36572047367300287],[-0.11821765390560188,-0.7936657588650512,0.671530403765796,0.8397508781481343,1.9885074236343636,0.17334292054616834,-0.5072528116401701,0.3665362888557872,-0.19414330039136043,-0.40495003280700625,1.1696648277503165,1.1041864829295502,1.6998279165066372,-0.9071758657355872,0.5528410230317955,0.6358156835633726,0.2567122934369357,1.5283128265762234,-2.132686410739238,0.21154041671639845,0.0002519902895951967,-1.089251132575112,-0.689003296448336,0.6459031750766945,-1.1363409301966398,-0.11758043882460267,0.4504553888804473,1.0940305174343692,0.01700948184382574,0.589860422412628,-0.8176342283616519,0.4865285804172505,0.5130282984372192,0.198677935192746,-2.244278457514202,-1.2931258639113286,-0.35336229285256515,-0.3109529532188852,-0.4796185589079214,-0.2306632396742346,0.1632572572388079,-0.03162895017476964,-0.3589545574444116,0.28266741682117486,0.8634535943148719,0.48778944034365124,-0.01056101132356764,-0.7297432973132246,-0.8819895734637702,0.060586976108265245],[-0.8166159829509406,-1.2003795981478664,-0.5870219486698871,0.7408171484904205,-0.3054735112180367,-1.26582085066432,0.2685412989396349,1.8486703023154714,0.06940068920951252,-0.14625090080025074,0.7197762793563084,1.7515035825022613,1.097792885242818,0.5770492587032781,0.7588872865044467,-0.20058174777956764,-0.7179748918413652,0.6568554667913861,-0.25607964008322975,-0.6186607636584974,-0.08162659091786263,0.13321048924207665,-0.5554067049137864,-0.0647531400108447,-0.23416166917723108,0.2963923014467188,0.8064614640773473,-0.35493080983668973,0.1907171302141619,-0.3920485008281329,-0.32541443919956875,0.9398248365701937,0.06751426004835773,0.998697729104373,-0.1157946687640433,-0.5087766305095657,-0.33079349331155744,-0.30105357053069204,-1.392676491766063,0.8903270589281277,-0.45603319852322144,-0.3033582396427458,-0.19392564092552042,-0.18658681561739837,0.7380567253105313,-0.21052144128904035,0.06995066521698698,-2.254734720675138,1.0776424651207335,0.6115409887775269],[0.4735292450971003,0.2585442167854856,0.8051364653352452,1.8607667399832408,1.800725365909237,0.8806150474565195,-1.4153515076178793,-0.9808410586089428,0.1126892321382872,0.5874952812381045,1.9543632514962572,0.5319268397640528,1.950581310295182,-0.20534479776061929,-0.16077949604106534,-0.5113853541150496,0.5898664829711278,2.2265173095755557,-1.056539499378607,-0.11101003826171048,-1.0423593364399757,-1.008201128609657,-1.5379503708324789,-0.6243406966574185,-1.165775130935971,-0.24419228163931017,0.23963702229758718,0.8667638732869899,1.2421872771865163,-0.167513468443566,-0.5251702714444801,0.3284148015644678,-0.2441272994575943,-1.0344047545978845,-2.6644678361931775,-0.5387176889919735,0.578442550290187,-2.1774700558426923,-1.0495406186391305,0.8954549559981474,-0.764956510413338,0.7596999966388187,0.3986386490096309,1.0829561882563283,-0.6179225797328199,-0.5757830843285715,-1.158234053422282,-0.6704662013972172,0.0143261423479198,1.325726936258014],[-0.5740552149747159,-0.5720920101479152,0.24932284868401047,-0.889745218355461,0.9011669185101017,0.05008347933791157,-0.6709943606703866,-0.3323423572731833,0.6137730388426016,0.16085266360547099,-0.023744376796097737,0.20040501139036868,-0.6846950774994369,-0.7463974108766187,-0.1531825741577849,0.14096901856824723,0.6852082209918984,-1.0760368665086046,0.8010659775928374,-1.050985190273608,0.5923590551443446,-0.25356768527211515,0.5980538014128992,-0.07323363147669743,0.16314600762456075,-0.898017223816413,-0.29432279786899024,-1.8366227193978009,-1.0484710553647054,-0.818941277363356,-0.6314589665557836,-1.124248983757577,0.013845334499703665,-1.5264427715996323,-0.8290393062747625,0.5340602368058316,-1.242232467094294,-0.8802627599983945,-0.3462712482786522,-0.23562224040484292,-1.5580586895116695,0.9482239561460502,-0.1793825864045148,-0.44553594615787606,0.9149745361293603,-0.31447396431310565,-1.099005149218663,0.9584327499673713,0.9414603348036287,-1.0227421121187652],[0.41887450011359684,0.3429085164454082,-0.7559942290885734,0.4745640250447885,-0.48354598131574855,0.7375047005627051,0.00841651171478637,0.521158582378496,0.6627223926005146,-1.5263239615602155,-1.581352651614188,-1.1549976968739155,0.4528523590131902,-0.6858036185290446,-0.06535582381446327,-0.06055913861151962,-0.22763884592577693,-0.5139090099454974,-0.4870094460802014,-1.522205355444735,-0.2580314819860865,-0.5356500736078763,0.6184584314989183,-0.469852018193528,0.9726529941650435,0.5256770801497027,0.3720150200457353,0.07962430654469622,0.60526263847022,-0.9222904925236486,0.8650391263492165,-0.7586940055923654,0.12030921670680844,-2.5600725860410405,-0.3488807434970568,0.2371446137551714,-1.4999870630545702,-1.3868582631855657,0.891321792020606,0.31382535805658535,0.828438776939364,-0.8662864521807947,0.3744159765723331,-0.41505828355098995,-0.553090898184934,-1.7127200987825864,-0.2938079253919054,-0.285664054642076,0.22902035986106806,-0.4957592979096362],[-0.5210489624983027,0.03434457563198405,-0.880402957651361,0.691518468186494,0.15935134039962393,0.5003372885710538,0.5276569617402914,-0.6317921060228693,-0.326132692459194,-1.8571732333242041,-0.2582429102548613,0.6583006844821513,0.7586374856057653,-1.212142584846614,0.8951338035515716,-0.2761380257967278,0.8387603804284596,-0.6882747334788522,-0.19305192061008852,0.6516286669813869,-0.3054878947578053,0.458810609374306,-0.41501710500526845,-0.10951024654495511,-0.18447127962535909,0.4254469313325479,-0.4144468171459002,0.06262703970896816,-1.44543513564843,-2.0470737234186687,-0.10002079471705393,-1.6905829095458331,0.6234472791786919,-0.5891695332091241,0.2854351584759257,0.11695487115248039,0.5371290059279407,-0.2108909936011226,0.4557579314886765,0.831081380174251,-2.5806110747697475,-0.16559632757471027,0.8719777764808291,-1.5697619122537558,0.5760260468849514,-2.3223261860655513,-0.9039989237741795,0.47515771353422037,0.7954912690721343,-0.1774145480845646],[-0.8887562934262276,-2.7999139390606382,-0.6305898585952635,-0.779492682746132,-0.9619931604593941,-0.0565248725237365,-0.5885615701421185,-0.20224785431337958,-1.834308969698882,-0.788098343491275,0.6350912742504587,-0.039557056246443616,-0.36223532483188386,0.17318551299546103,0.34596539738961685,0.42781758751916144,0.8040227684543355,-1.2943941049620713,-0.8376096350574601,0.7960959856715737,-1.2149113192189998,-2.2271432236906925,0.44419802927817365,0.1242998407695183,-0.49647983807644985,0.8665682216315155,-0.10082870144656239,-1.563496451059624,-0.8546636253924075,-0.194942770220825,0.695388534648563,-0.6112653721651162,0.2619747167525109,-2.205650541823042,0.5772156729000563,0.45724035954304754,0.020208295856488354,-1.2157774437214768,-0.16633239658226895,0.3822051136871948,-1.1074831746276184,-0.6700912640530656,-2.0487603887227315,-2.666355990154486,-0.31564387804213295,0.0031585248419508023,-2.8002387535524993,-0.4843974871548027,-0.6712658536686197,-0.7921499854038867],[-1.0326692844400387,-1.2868380735093488,-0.07342775049959196,-1.0891694729559058,0.17787070010286138,-1.282420515897305,0.08678132548810859,0.39716342933241217,-1.3592775557793795,-0.21001983072048067,-0.5186296422254439,-2.084741178682608,-1.9024296634402382,0.29173173977038547,0.7988119400327299,0.38908804491515964,-1.1527979458167439,-0.7787063087747805,-1.3983324439476879,0.05271007412269585,0.2715502148494376,0.18008593417224172,-0.9346517176484189,0.43918586811195176,0.7377470385275047,0.4083101877653737,-0.6578357259952272,-0.20698029786484234,0.47551146028281116,0.9189751331300469,0.2376006987623889,-0.3000216737288374,-0.9901054126171561,1.1727408831427242,-0.5186677695076716,-0.1866309889781277,0.2588467118776291,0.01659191249988357,0.6885608358625213,0.3170606582838613,0.07588778317835058,-0.12009052854819206,-0.14583496941436883,0.9097267360818975,0.7768349505550208,0.16460978490046255,0.603060303560803,-0.01433523793294924,-0.7547766410444836,0.8248984267360452],[0.46803359612338397,-1.3166216045389227,-0.663640839048601,0.16032455555134997,0.4760751430853224,0.4973238243678244,-0.6709408464968731,0.5309267692322502,-0.600011244942601,-0.654880857530208,0.46957563941470226,-0.16203827626411468,-0.7574159046578718,-0.1824186076353312,0.5692626488421265,-0.2931318734897985,-0.5943923943887255,0.06043090673188794,0.27304723716727775,0.5064638594738438,0.13385932223045655,0.5580495381722305,-0.028254189932577774,0.6092173084423371,-0.08931463784426792,0.4133296725686992,0.1937457188493932,0.5467296546651362,0.3240138643966688,1.0738214383280442,0.4485210323299618,-0.7970613584756951,-0.6169588770275014,0.6722622301490052,-0.850643069322451,-0.31464667474703384,0.0796686952330963,-0.22461552075736677,-0.5373076594018348,0.9503691116843447,-0.2337499375087061,-0.4055646655762066,0.1762663463924332,0.6435953219633678,-0.6238473386851141,-0.8192653681637952,1.4739525296068214,-0.3227007751197757,1.0727397327331503,0.9673635728081009],[-0.8200950961028131,-2.027840487292553,0.23466280201180492,-2.2221423388371084,0.8218133604313838,-1.4204339861049606,0.18838520373505707,1.690289581374025,-1.4084321459335143,0.5605424139365571,1.6085507968365929,-2.494709827923794,-2.2779717238923105,-1.014837219404632,-1.2218784944830192,1.012301374876266,-0.5824425012196991,0.5407772615304596,-1.1531527911432309,0.8316757442666307,-1.2334778210731885,0.5942669681932643,-0.13264827605620527,0.39347435748349197,0.38622802655853694,-0.11737817973328965,0.03511460410671887,-0.2518235426700587,1.0949946032330864,-0.4942000712929705,0.5229183893673317,-1.2659421121516916,-0.21356609103430585,0.24949042374942346,-2.025405732622007,-0.688104584775139,-0.007640080212400805,0.2568580046630151,0.6210203051060048,0.48831582357475584,-0.3586993399829239,0.2679430401372074,-1.0439847350772986,-0.39194938754659653,0.1809278462877449,-0.5911917123168232,1.3879941629917223,-0.05825409142392778,-0.16308196690410345,0.7998686477244696],[-0.17168280658675705,1.0815316341879164,0.19099000740738212,0.39111945085530303,0.6929231779451632,-0.17102161322323864,-0.01661661108019398,-2.5788181127181993,0.03851633405458716,0.31026845826876115,0.6184848597828198,0.3336936595746702,1.0528464748214996,0.3863002892089006,-0.950461079946401,-1.1049129142903333,0.9376935743832527,-1.2665858193405264,0.2947569958101203,-1.4190688835457845,-0.8774191828587617,-0.3348961991431348,-0.9289244512204162,-0.7794280173850249,0.17734913954196183,0.8849090467558602,-1.0748571282345143,-3.2762392310312882,-0.4682094333685361,0.4342622941515777,-0.7784226630006684,-1.3771866851629484,0.7781176168044717,0.6465791146700071,-1.175334676712373,1.0443379666832646,-0.7584374918417002,0.6448566370613971,0.6463856625106914,0.39801680630186276,-0.7852174003653991,0.9273354772881877,0.47049734099981305,0.5375578330846781,-0.4670513052170449,0.8992620534392454,-0.6802414403428603,0.40998499933693366,0.8497979062817024,0.2963104091851876],[0.21414836309843213,0.11181995695789086,1.0218512224761829,-1.0069869773356959,0.7110468511397702,-0.21418855295657435,-0.6100948151914115,0.5066993895716181,-0.300831105272089,-0.834914879490186,0.03158231955688836,0.6417157528116204,-0.5662489211398195,-0.44973630498171857,0.85003915597156,0.31455426285559807,0.17362806717316204,-0.6879227303151695,0.005229181189918125,-0.18749198894399985,-1.8847136594295186,0.40630652596532885,-0.4474577621147058,-0.0196359652704281,-0.5633564278656195,0.6717859406984211,-0.6097957868322915,-0.5468314011552358,-0.3723978657551564,0.6283818461217658,-0.16623449511278737,-0.46827979415182874,-0.07015400677472985,0.641480089996205,-0.8790556254078175,0.6362069466312685,0.6651709240540636,0.4563051977574376,-0.7843624199179527,0.250028141582349,0.35976481265793303,0.5033538775420207,-0.12064757834414865,0.43416907918793995,-0.696242474646912,-0.24852407872238905,0.4892479788152505,-0.31192541473177643,-0.2452305174311647,-0.8560177702590698],[-0.9621281952888715,0.8385973158956348,-0.15435258738622637,-1.8528964931400131,-0.16868866056730242,0.7472504558158861,0.221319044828235,-0.9499747273542011,-0.7110144181921064,-0.7018857675543675,-0.008955853844497833,-0.46144628716122416,-0.4897302078797611,-0.00029183140639499284,0.2552615475612398,-1.2393603905348944,-0.3657590723928113,-1.1909846836796947,0.20531898484867897,0.33133821772274397,-1.8266037829463122,0.5740889512426932,-1.2333286454118744,0.2314279653256755,-1.2077514462054846,0.210359199819571,0.0752928183438013,-2.3902862808676653,-0.7729470008864213,0.6673804590559332,-0.4856412933353894,-1.3024710822236092,0.44557881687872947,0.39775230326885225,0.8975062510155761,-0.17460334938470884,-0.04491158428308281,-0.6642983577502146,-0.6200425798216989,-1.8563087845183408,0.3890487910661497,-0.7403595859156251,-0.07323856093165122,-0.8519449019117012,0.01809810462862375,-0.1646733335680955,-1.539985602053015,-0.06260055966260046,-0.35091063756720736,-1.6732237540345416],[0.7714480130535266,0.31479154085645245,0.14722878551679763,0.22793146110103676,-0.6684456908199718,-0.48034543470460256,-0.603928304588021,-0.18465955476605417,0.9236322896086502,0.8961689935739822,1.1323209255916225,0.8642017018545954,0.4136179099267993,-0.39844865305364713,0.5970111442562184,0.5086331548837781,-0.3007918841827144,-0.42661351191910013,-1.1345006335960328,-0.8119891177462607,-0.2268304815891659,0.7143885503641376,-0.3635574664679839,0.459899514501407,0.22331327785498115,0.13380109098031343,-0.454263747335316,-0.3516102086989641,0.17814226948904294,-0.9711052118802999,0.9428482999464008,0.9887239153717815,0.17475136634892635,-0.3201409393233732,0.5499666743925463,0.7933611747721661,-0.21315122531826305,-0.4137621799909054,-0.7822933111537211,-0.013477219260599443,-0.8570031785730117,-0.2878650955133131,-1.4095846039744855,-1.6642318786054053,-0.6927113985316876,0.08966124491258746,0.4826975439329826,0.669383032758429,-0.8630820746950407,0.5669046975362454],[-0.9254833603131907,-0.5386117401187952,-0.3763197756207944,-0.050311453559051235,0.06845736045434546,0.49285454320771893,-0.7309654695334096,0.9533386014664559,-0.07507748194407157,-0.030926368959649526,0.2014377424157815,-0.5326897146649835,0.6516770215993676,0.1394554279464106,0.08095853882037839,0.976770060880941,-0.31253888528233903,-1.762730511219644,-0.33902460997720607,0.1258339392608403,1.1710649108771403,0.08880769241289144,-0.35265420589186186,0.5642048436753202,-1.0541136032752285,-1.0132976251222903,-0.3019063261595649,-0.5242909580948333,0.43820020884514616,0.5672659284008404,-0.16360043325296553,1.1142028061525087,-0.29212506268617994,-0.5719770300794647,-0.9601589468359504,0.08706894867670677,-0.029155378590960453,-0.945183443148537,-0.5548770894965476,-0.3169499434974818,-0.05995094633111687,0.0011502317838244622,-1.2047119919645135,-1.1825944349749347,0.6288903479001616,1.4495295702182662,0.396505588486178,0.7079388894171856,-0.27425635201540016,0.5626726791819966],[-0.3337134135012136,0.9052012928588997,-0.4637343444167146,-0.4087171190254418,0.9500638286349548,-0.8291924766375598,-1.7000864940101876,-0.7435320835687276,-0.6501108577311934,-0.39145382326090433,0.5447694131680625,-0.12209449658485881,-1.1859413009059059,-0.6013583795405024,-0.6280561521431816,0.7532989951038237,-0.7040779982755871,-0.9316099036729113,0.20797879939234687,-1.5357032279387615,-0.5250513698767932,0.68916419170206,-0.26788688248916803,-0.014876396413351303,0.5292463026938216,-0.6789415321729161,-2.0405755492321136,0.16256875703430176,0.11200775238373274,-0.4445004419702258,0.3435411188156843,0.6801518412610447,0.3125340018716347,0.47780607669900366,0.4090061239337678,0.9735358188607076,0.6137800697389112,-0.04773455678094813,-0.9935632014660901,-0.6599289305183745,0.06907693435051827,-0.4904478592229126,0.023376757936118285,-2.049291978200593,0.33501693065080795,-0.03573012025268312,-0.0671795265104109,-1.3862148091024051,0.7233028266223255,0.9418477967519453],[0.4790011647295751,0.6251675066622545,-0.8716067194923132,0.4503454697970316,1.0187900262265208,0.26930976395687783,0.3632425681835358,0.5271202450890577,-0.012017462363143683,-0.03671438122491194,-0.518599820813839,0.9927679552627914,0.5647770505554509,0.2898340525646024,0.7352649581691735,0.6626389748973972,-1.1448719742134217,-1.2246523809474958,-0.9561753327457732,-1.3414563924552974,0.9279546776560241,-0.08123212359062555,0.2966723418021427,-1.4749536111454706,0.5768858550310545,-1.8753953383118318,-1.2635415487061175,-0.8545740390960683,-0.16171325247581672,0.9753584472441401,-0.9393665487832366,-0.6691561437435263,0.2339892478593426,-0.5316827246990843,-0.1973034425259544,-0.7950990812154112,-0.45741935151773333,0.8640728823930889,-1.2117565636871965,-2.112992881788978,-0.6764281096728388,0.6766714543275412,0.7267374541483816,-1.8778566790311335,0.5764274355226072,-0.395644256749694,-0.7339436577422506,-0.928253317404495,0.7595205252700824,0.42239773061464087],[0.8387714644529447,0.13498919146297764,-1.8372549760346253,0.9105574343189153,0.637293118711176,-1.222220429531952,-2.083328918446869,-0.6065637213010955,-0.9131909577615902,-0.43842227780255705,0.3708600657008292,0.19639286291235922,-0.1445103729048062,-0.08449993679052446,0.9409723399535131,1.1779711478538595,0.8417716225088403,0.0005903076429184122,-1.776318050211015,0.02821653781394658,0.20439551012829812,0.009130314125741666,0.7094618982673832,-1.3403469286689285,-0.7188367800831851,-0.0004994914395633635,0.17835580629213307,0.3935242402154835,0.003170474007701194,0.7824554970767165,0.13118988608460536,-0.29039797429081515,0.7140749365589154,-0.12587272817586123,-1.115626793540779,-0.08983690065025243,-1.19117016614789,-0.214790509169478,-1.7258622221514344,-2.739435122180627,0.7897864711321309,-2.2786195191161926,-1.282442552563649,-3.705976830823547,-0.07064145599096834,0.7460435316066167,0.042397010911587756,-1.5986289855832712,0.973440360151881,0.4948649598700665],[-0.02526826126669867,-0.6309083473530657,-0.9409599338142984,0.5431577457330297,0.27922580363390564,0.39890561722161766,-1.6143497955442772,-0.5939434223393351,-0.800140985756565,0.49517039479692215,-2.3159186369924556,0.3177423780314419,-0.487830271272178,0.7765520616142003,0.3024211760546987,0.5105453064255391,-0.5514295277742843,0.3887527641230974,0.7689683875084182,0.3673655815845599,-2.6269780661728195,1.0412156156719155,0.9873679486959733,0.30254254213325915,0.42652728877362295,-0.44363442500078665,-0.2086755189643343,-0.5392177448785367,0.01977564792562711,0.8880042656449975,0.14701923261922403,-1.0733693698149795,-0.7968220544810283,-0.4166937958795009,-0.13591083378249053,-0.5194543261423689,-0.1441361156745899,0.5928839061346236,0.8021475398983491,1.0677927514484726,0.5680280314695275,0.8865513058687289,-0.6711330412745568,1.6776415620091587,0.12010638716809184,-1.8740743960543529,-0.7265339167055657,0.2199743627640512,0.29456147847290903,0.6157069810590518],[0.09950176052022802,-0.7560364022073786,0.37989882297197813,-1.2429306860358171,-0.8449040354099087,0.76432296222706,0.03135107234128305,0.6001714756355225,-1.1924644509114304,0.8698120965019518,-0.5035223821086837,0.3230153286766227,0.7045910613200648,0.29043972764749854,-0.8017067214587213,-0.26052295749351534,0.19503390478860938,-0.2618605506039391,-0.17130310766335888,0.9697930248199017,-1.243929714193969,0.8850683361672843,-0.026229908701456982,-0.47537103444678414,-0.4395394825319445,0.021599959882051503,0.8159248084806097,0.9702689451698223,-0.3683958466745868,-0.357734105869736,-0.26667756246325786,-1.1810852223010642,-0.8024537350090956,-0.8178310883377551,0.3222155384134572,0.04769308655045198,-0.2778649324886578,-0.6259587139889623,-0.09309687519740514,-0.09424965888166992,-0.7641013774734531,-0.9332716559265533,-0.18791466582290065,-0.3141600016574093,0.9754315206137056,-2.1305407832633563,-0.43846816035186936,0.1507740267605234,-0.769676569772744,-0.9364751985822282],[-0.8523004935962923,0.4340140200221635,-1.4048255308975104,0.26178297581411797,-0.6724418038749703,-0.2723774378912216,-1.478502479110434,0.5234611459915605,-0.9765428951713194,0.47006199703479723,-0.1610156477477821,0.7285695530051917,-0.3092638281070061,-0.12534054394521155,-0.3653747578056628,0.539356007907894,0.8065106630816553,-0.2588751873870124,-0.6948684649234271,0.8012053424354402,-2.100149357977497,-0.4245231254573771,0.8052260977834104,-0.17689730844717652,-0.44394842480015706,-0.7751089413713474,-1.8507265283586576,0.16823780710533448,0.5170728627883048,-0.035592461031842895,0.5015467025022726,0.05810885886503283,-2.237833877131531,-1.285042879268482,-0.5642152287848579,-1.1671790877165569,-0.8825479493635976,0.8415603185574326,0.8161315308373717,-0.4582506412242729,0.9106053554664753,-2.1242507456546433,-0.3482095207088533,0.5365867099335341,-1.1380730968134494,-1.7175036927275729,-0.5791422095373537,-0.8584919968585197,0.9210248082315676,0.32294739568712605],[-1.7176218925280238,1.3086228902419916,-0.8481498240873286,0.32319236060007517,1.1452775246986007,0.8322317189539882,0.9718155609906363,0.9413368188082508,-0.5265785609128816,0.07940575573457168,0.7420287781592948,0.46429946728491883,-0.722303996280248,-1.4376648528219462,0.7221812979024054,0.1524704594586202,0.8935720742216681,0.8153356855456553,0.8944791577542495,-0.48261689175949557,0.13197553324026903,0.4558579434666967,0.8061673475742134,1.5064912491671973,-1.0531225011240772,-0.7024354893216488,0.2957769127671026,0.39959518952689965,-0.8423766121464068,-0.6346279291369026,-0.011257743170733954,0.3228159580199753,0.7413207882175367,0.035303784882817574,0.0935583604968559,-0.8390480894330682,0.4195569680325828,1.2862530832365382,1.0672267569190101,-0.11082382790013674,1.1686418924160582,-0.267076240710056,0.18988089062202754,0.2642815287206876,-2.201675288131932,-0.7950843938166436,0.31186564247276083,0.9490876773564864,0.7602717675482911,-0.13191047114646995],[-1.4953472925732454,-0.8268959432297744,0.7322526117564964,0.7667130583689319,-1.0445353864011109,-0.410743564676153,0.8460442128178597,-0.013407458020088477,0.5381426796546649,-1.5035684596844434,0.8378843635446933,-1.4067913940161285,-0.08661691527109056,-0.27076451927935336,-0.66398617451786,-0.10074253194812031,0.2548007270967368,-0.4377541113860576,0.8211642757707664,-1.2041587005279675,0.7904315062946299,0.9976153043708428,0.018929802185304587,0.7338057628093411,0.297565751850564,0.34843075132137036,0.8338865985762589,0.366197312897448,-2.229040757808868,-1.073756423112332,-0.05696027176031074,-0.8241341962488644,-0.8998583037098463,-1.097203280306952,-1.5407426293865105,-0.8145483695609949,-0.2679085941906946,-0.08708636149838618,-0.6855747279679961,-1.1408557007441178,-0.18020621181315757,0.3736798409377625,0.5432007468486673,-0.07955899549513565,-3.4005808087782863,0.2643902157362557,-0.9481948577732143,-0.27912164933628886,0.0707815512865989,0.8821398433505884],[-1.1357559056696727,0.7611591141266004,0.1363604192029024,-0.7058021640960277,-1.0191922395147088,0.5782367001542823,0.09192203401801743,0.0007408941137399715,0.6538885114621568,-0.2244153189533126,-0.10618281098114471,-1.1540343105570126,0.29558664029626647,-1.6480688772349477,-0.3416859382971201,-0.04711991950963775,-0.7878001211860384,1.0408983273243007,0.5098297960170904,0.4556146414243447,-0.2031999925819528,0.9632734644200281,0.30525038067844074,-0.23542141294311292,-0.2646835180105046,0.3282170439211335,-0.2854868209229898,1.2443209634903252,-1.1900785836958947,-0.20658490866740595,0.44993169109739417,0.7586152783290034,-0.2168503818311828,0.41700090661979666,-1.9828520070255915,-0.27939801592061636,0.43322103537686923,-0.43804893970823433,-0.20901132396468194,-0.21938273474846778,1.0063567159280549,0.9107840965431202,-0.05073266291438013,-0.7210639040920096,-0.7838333912051983,-1.0741641874745957,-0.278784689657954,-0.19987438686420345,0.6222839170657212,-0.23351270724188916],[0.6869401968310578,1.3147963117694195,-0.14658971216049968,0.3149116299109525,0.7009205571572044,-0.09594203924229197,0.9286799008266028,-1.1428967095271998,-0.3910869966328005,0.4052850013507272,0.5408293677123461,-1.9592215385538714,0.4577972840283213,0.31569698117783745,-0.944172754980033,-0.8199360453067804,0.6734256638215181,1.318682657073864,-2.1326416162556225,0.12250239148030861,1.432253334581576,0.19336435799051016,-1.9537299882134103,0.23179954279953974,-0.25269449659601023,-0.5249717823313775,0.5984183539636057,0.11322426877416585,0.18998279515340513,-0.3104581566405533,0.16256575944985227,-2.830597265720499,-1.241270156714197,-0.7518788121070217,1.4375337711465739,-0.40529029925540433,0.22832395657782847,0.2754706644095147,0.2743233847716604,-0.6280042612569603,1.066873556898272,0.011838281787529444,0.16841236324074,-0.40749321227114654,-0.9186987466657464,0.003386075461516476,-0.695651431433723,1.6752969527820982,-1.2952883565914146,-1.3158039579277518],[-0.8287142619943613,1.5236125491568648,0.6645431289848365,0.6335619420096162,0.9938972235128948,0.5447698640469859,0.6508786164104841,-0.6406442722339404,-0.5389540784681592,0.8279397227695723,0.18047351874487444,-0.8177624650591251,0.4262471207043733,0.20568388159747858,0.03628542548265042,-0.39742443817031436,-0.6805238058314342,1.2056109635335222,-1.7338676255864596,-0.9460537493661444,1.4015936867751884,0.9354723334253259,0.1619549116664544,-1.1200072697965255,-0.3982889696104231,0.004119798174549366,-0.6122324228618575,0.6122301764288443,-0.17439276190424877,-0.6178962914855322,0.26221099102586665,-2.1666565415286367,-1.0527572438663253,-1.4155893436609552,-0.06946774775167669,-0.5029695243980962,0.049224052173631565,-0.3230078970964428,0.41531724771632866,0.08186031999348428,0.5097968398186508,-0.54380261067675,0.8428208217199524,0.5386824753966793,0.08955564388926236,-0.8315274276117084,-1.3840600247038766,0.5584426006047819,-1.316321732149463,-1.6523697395514012],[1.270883753078881,-0.10120739056257304,0.9345914974671989,-0.15180847437566558,-0.5736570625527646,-1.2906733807799036,-1.2883903670325094,-0.09411181997407654,0.20226677217050165,-0.17228458815856273,-1.283027529574819,-0.2936795076546942,-1.4310346248015628,-1.3113816049449187,-0.3704988554513186,0.6585445651530721,-0.5850120650807051,-1.7248569040379647,0.5972450144163299,-0.3000311625328558,1.2176190861789618,0.5607415715350754,0.8000052985739395,0.09696837919433503,0.6970770379801653,-0.7366501367943864,-0.6072754499146168,0.059082512542331135,-1.8112912132045988,0.9470413305774439,0.46403660460552426,0.25192726254705206,0.2769026223198103,-0.4602390486659109,1.661986576784887,0.4316488010610679,-0.7685764908171216,1.2031116826727077,-0.03819238915845775,-1.0526162412025,0.6631845088130949,0.6741553178710721,-0.40616102591970543,-0.31158247625412483,0.4150346315624242,-0.3920872790221074,0.061729282988758225,-0.48180344420645294,0.511260884385206,0.45423386779002345],[0.09390569651492159,-2.857849364449303,0.6055664033781532,-0.6101224108766844,-1.3848358721535052,-1.689065463233105,-1.1793757060424996,-0.9709602531302971,0.1944748124438757,1.016694089253695,-0.8322311850738044,1.1494988278678395,-0.7528359026050593,-0.8689340224667185,0.009863005529662704,0.9785290573107517,0.5864559493166408,-1.2514379436746252,0.15612580179687183,0.23476931714209093,0.6141648951204393,-0.1799281145779166,0.3004858620438739,0.5979553072501227,-0.6357419243621737,0.6943440036210945,-0.0018675737191071223,-0.11303701275959317,-2.6206108111491617,-0.3267692190843812,0.7797733705247292,0.8348720213105261,-0.5512489816600115,0.47633434024277593,1.2405213410226072,-1.5796456840517077,0.6424504931898565,1.5311877504447404,-0.16858570516262486,0.03862786467814963,1.0088844314025438,0.24713064895941092,-2.173419294195774,-1.594137817938466,-0.18062134500409097,0.2783379210895873,-1.328749712625223,-1.2500265984604453,1.154752314695827,-0.3538568926895174],[0.2103881438127291,1.0076929865491209,0.2346173769830178,0.6792568342511314,-0.840942941459907,-1.8607192842979758,-1.331473398105749,-0.10388865287937625,-0.9329559355922188,0.49160040543576833,-0.5629555441653294,-0.7419249588614921,-0.10158565691850359,-0.5294030283832177,-1.4948915077047678,-0.7229714405799323,0.9119815193605272,0.7506409058039388,0.35596081031543975,0.9035815976963057,0.9740194433470514,-0.4016217724899991,-0.1362767337913439,-0.39311147930102225,0.701249930829986,-1.9788392058053037,-0.4859119154845403,-1.4322764856221577,-0.7008437755653645,0.9210676734926153,-0.7492715524461429,0.3351508486234938,0.2722907435182656,-0.18192064116835469,-0.7000065690856694,0.8515506637938904,-1.223971519489683,-0.16608647574163343,0.19284177071538533,0.6867627922496786,-0.6845278940477694,-0.9259209318027396,0.5886834257276511,0.5324894532860879,0.6336032580142248,0.8990779125612447,-1.2212027317513439,0.3092297619337083,-0.4648129756822456,-0.4904158617754496],[-0.6648524452683398,-0.7767989310867014,0.13361017227513536,0.599712158128402,-1.0744861877971816,-1.1961023448789883,-0.6910365141470024,0.989488281374594,-0.9739815603312264,1.0194492591161148,0.9160849976543902,0.638231927627251,0.49650562743858034,0.9882923860156154,-1.5422335446196351,-0.4127757507287724,0.07072409450199596,-0.2950754736293992,0.22793020310559806,0.5513909740326124,0.5745858779238715,0.47405563041602894,-1.0205028288960565,0.33717270595852006,-0.9704595085865737,0.010549200326210328,-0.4707220037894102,-1.2334296174940278,-0.3768116837668028,-0.13682164925712503,0.3531749027678108,0.21526067090698012,-0.28349746124352526,0.4336965010537232,-1.392600012724828,-1.0090652148295272,-1.206535949508857,0.9588242064789283,0.17917542185405133,0.3579142564820048,-0.09952127981444284,-0.6097744120461434,0.748726334175003,-0.5278469217081786,0.20411457229156804,0.016596854835402335,0.7711415175664666,-0.7464830355263663,-0.13555939264952538,0.7197883978075953],[0.21996606455523482,0.7523495806894077,-0.22145686403368345,0.9674680910522635,-0.5349429593471788,-0.1770940817179192,-1.1721325117722408,-0.2888451166043812,0.03933039534359936,-0.4020206719047774,0.05399222290494926,0.14306475714647873,0.6011272665458028,-1.4570923866096803,0.08113737779700456,1.00674143512822,0.1767826030544681,0.018972030679462334,-0.06846740694637667,0.244193967675529,0.724753223577834,-1.1066564464539703,-0.5955526702735523,-0.6529394537239571,-0.681669612142221,0.42761096519201197,-0.8151845835265676,-2.203287325367803,-0.0034816159955953015,-1.335356449860864,-1.4540942401668064,0.7747034384515852,-2.4065073986128276,-0.3641867635203586,0.4287272208467549,-2.354810716518581,-0.15939625130515586,0.22746708384791506,0.18476572875087893,0.8461330230185569,-0.29443615546020824,-0.6346232948703324,-1.0197409983667507,-1.1944692543633457,0.2833881141281029,0.22311188886811498,-0.6479910512073359,0.8657946279489119,0.07403854404991309,-1.9204371851910813],[-0.3368530862799443,-0.10790974238801819,-0.8716003837492093,0.9139355658891865,0.30024084011971924,-0.8964158867346573,0.6160424626041769,0.01974362705213228,-1.1000041732664059,-1.5547815674145604,-0.3234869836411219,0.759439715164532,-0.6254439903809467,-1.2216913407535799,0.6883217526647515,1.0203131482079473,0.01835226280710427,-0.643963226531298,0.5094163364544674,0.6558744444468875,0.8922120966274794,0.04727907404596995,-0.10411398948422322,-1.031263847614178,-0.5311055675264023,-0.006935790231060461,0.2148288176845251,-1.1400807325313072,-0.7657904824313908,-0.7662314170337977,-0.4493510188381449,0.6138829976220549,-0.15351670691590583,-0.25831253047558106,-0.6703101581032431,-1.0149265915732861,0.14631751179841757,0.5181763676675966,0.05463599736555988,0.48549558234300905,-0.21093116975342613,-0.6383467022672585,0.38266264044174503,-1.1531375176960676,0.11439473777308891,-0.8322596136351369,0.41951964687324655,0.8609939979875677,-0.6514195148757485,0.2321551734269861],[0.4619068972223801,-1.2923063609657315,-0.9348928339582727,1.1210080554561979,0.49249913121355776,0.8641884448028075,-0.847449077603036,-1.059296831217995,-0.1429269427730059,-0.4836975362368225,-0.09736190972765588,0.01694858399854545,-0.18373580728696545,0.5996448770376039,0.15213710911003658,-0.568151769506614,0.040798478072505334,-0.2714801498701917,-0.44780457115382993,-0.3924977406961288,0.8225877389112876,0.7191710382542678,0.16747513858773547,0.878940479535933,-0.17630466938134112,-0.6866959099048379,0.7838786881978964,0.1215613723917631,-0.13767900072302475,-0.7214351724112122,-0.04881770838161873,0.5870800588694787,-1.6738500697356697,0.8994935694788281,0.25305189107613874,-0.8927533046682437,-0.7388325257785527,0.19149435352714342,-0.18721965600392954,0.8362480435069415,-0.7341723105797192,0.28941184387202856,-1.5150616104949595,-0.8468711969134779,0.6338682373827212,-0.7920384174795256,0.8982917816622369,-0.45638482929040947,0.7764729715850366,-1.0594816928951403],[-2.1400679241538945,-0.47494902572142556,0.6796396873648475,-1.0781015861850534,-0.36324185743203496,0.03058689240318715,0.2100679194121769,0.43622621743905127,0.7584746499803191,-1.0078944163098618,-0.06717666071569749,-0.5586232110127396,-0.2133534857118495,0.020108672107240478,-1.21176074892829,-0.46042627601778946,-0.9379819627090221,-0.7878996629988824,-0.9023021709349255,-1.8372891151235358,0.051595516878921825,-0.18225817257559768,-0.3468115705724615,0.18480616583532358,0.39613277657358054,-0.1894431158510018,0.7479946841154077,0.0011414695996403463,0.8884213921588325,-1.1966133119731677,-0.5578854096667332,-0.29203189663446266,0.7118637909102047,0.47852703448417605,-1.9792058548616072,-0.6876667819840621,-0.6107166357504159,-1.2547979653537544,0.5002425087829555,0.8664105879674503,-0.4369468959028507,-0.18321354662331324,-1.3703510908786303,0.40091883388739724,1.1824764339206089,0.24779446783533163,-0.28355120570026643,0.05276868011113423,0.1541735773570863,-2.0958795390282585],[0.8197008983721045,-2.4671635139905623,-0.872768415497929,0.17081386329055745,-1.4126721459487588,-1.0679084749902157,0.37646233028357673,0.6359723949086821,-0.5863596029297092,-0.8014445626532202,-1.4556970880097395,0.8390083520140679,-0.5913570205789604,0.33810206951943284,-1.216593010540478,0.23967695269194522,0.706167708294913,-0.7718711112424835,-1.602992421183144,-0.510668365525645,-0.6217432614763087,0.3694654556352136,0.34593512967310625,-2.751090977909883,-0.17508166946437073,0.2730077313005865,0.7022680213969806,0.9763994723654675,-1.217782242435462,-0.975785756757703,1.0067152220032844,0.7695462765073179,0.03455996602246669,0.9202426949787857,-1.4694347514295425,-0.02831283001021628,-0.029006540978829265,-1.2910272968383536,-0.37922646530353676,0.30277111583429256,-1.3330446310614592,-0.3249900058732812,-0.18509767487574047,0.3606942112141667,-0.43222645250436237,-0.17754719075398137,0.3984574461210015,0.08740986548530591,-0.37334382093859075,-0.3585202227166987],[0.16496697983758582,0.29583655005744763,-1.9089194778785203,0.23077111983378557,0.7036615242370081,0.8942273648115392,-0.38284078350438966,0.07812368176028282,0.9112066671525573,0.8753940510510072,-1.9968188829270528,0.44134503563481847,-0.08696250773163139,0.5172090439871246,-0.23195701639048086,0.17749367249084785,0.22607773255734503,0.5354982533826231,0.7605346421692487,0.023527736579721806,-0.38642076543685744,0.6537913232787566,-0.7211264596980042,-0.3362222241537384,0.4466311707212644,0.9423003514201082,0.3162506683578085,0.3947969716611536,-0.10779348464668297,0.9492737599282259,0.003679310369362477,0.9225525818828607,-0.756793540624566,-0.2464782829696019,-0.6521889319893596,-0.9946337998647965,0.13579771562445528,-0.8023381299141398,0.6949364323194182,-0.6622571561894103,-0.9825878819423017,0.014615584147636604,-2.0866744479672303,0.08719093887825977,-0.4471512854720172,-0.433532873806935,-0.33910166047045565,-0.8992500302903694,-0.5538459217512895,-0.31799134362129294],[-1.6060281811041712,-1.7445161583225273,-0.8754079199236039,-0.1537374044499423,-0.4518443172844723,0.7510040201684713,-0.9622350659852256,0.21877385999194715,-0.23654697766951047,0.4130355716084808,-1.3238666169086877,-0.4203338747600809,0.8994355810860262,0.7435047305493785,0.6266598502852834,0.6582418375243237,0.4991687846250351,-0.5451383701907123,0.8738674111837214,0.905010813308268,-0.32905805313741954,0.6937961318187742,-0.4767319972174578,-1.6890741124223663,0.42571637126799866,-1.4972189954168627,0.03412598598908867,0.138393998680538,-0.017023326892983682,0.9198999346949379,0.12087257976544655,0.024817347778787153,-0.22695516610552174,-2.3025378098735585,-1.3659993954665168,0.3634226706939965,0.5954637726548294,-0.5028138865267632,-0.4231206939260732,-0.61804667342668,0.13968639042009737,0.5211707847248085,-2.4386924615924213,-0.10410911281083556,-1.5298034225981256,-0.5674012951775217,-0.946899782367327,-0.6293413984891945,0.258725840331839,0.9203299124243968],[-1.233478630592243,-1.7565518696325735,-0.7439824698369136,0.5850289482001881,0.5266136176271359,-0.04522481439236062,-0.171806253144882,-0.6014054141111848,-0.9511075833768114,-0.23858400657301462,-0.7519559272974274,-0.22356269240290988,-0.8790241901271338,0.41913058578135703,0.5941676617136536,-0.7801963225044193,0.9181956394317233,-0.4122245291438871,0.10748313997849654,-0.04628638375247948,-0.5868976679251319,0.6264033142658207,-0.8365091544340129,0.5974961521389341,-0.9550405292727759,-1.0106551442641647,-0.8736722467142224,0.1123203891067355,0.7829572790451416,0.946023054194844,-0.2797674832212481,0.2428120644847724,0.9740155350030469,-0.33606948649238944,-1.4947749325359168,0.1976294264080308,-0.4328308385243245,-0.745951662004488,-0.09582927637959084,0.9908584360684625,-0.022080863641736146,-0.1965327693673436,-0.7992049199920221,-0.2605066026352307,-0.8242120293431195,-0.19442304114609918,-0.12818119305846437,0.9646213077278848,-0.8174172723938348,0.47512691425092435],[-1.0927277316279462,1.5309509847146827,-0.18318758740731644,0.35362998526556094,-1.602264585785336,1.0273584576079395,-0.7296172015945153,-0.40439536300053847,-0.09871664975842546,-1.1322945786620828,-1.4067881589683904,1.185470699819916,0.6270413099711497,-0.8201339146641247,0.9867392041042764,-0.07709385316037161,-0.2898460497736238,-1.335339999192744,0.0941029706324161,-0.6596111776938519,-0.7664081989060778,0.6304822706257359,0.6670953891925198,-0.23181177218189009,0.1832006140509577,-0.4859898422502713,-0.09866405184755665,-0.41313163008091436,1.078964117603419,0.9847430453913089,-0.9063451171865363,0.37504419646019793,-0.9451495391861754,0.9243947212194942,0.8266057723928598,-0.14659800167401618,0.07217242464750566,1.284429992508325,0.023967183153549555,1.1486765270906498,-0.7852970235111443,0.3735646266313544,-0.19136104234601717,0.2888161470424793,0.9865886760230281,0.21011513816404526,0.7768980375221509,0.00889923093040518,0.11324953964501476,-0.06697889319355939],[-2.210164249108986,1.449187185800785,0.3125738114516059,-0.3173464017892404,-1.224371655293764,0.6793575866001451,0.308923268280029,-1.2946116669835102,0.8350865106444686,-1.3603179519109152,-0.7483907192058697,0.5504530520859492,-2.3376024505632724,0.425744949032642,0.6798730398008419,-2.2174555059646894,0.24834233981529996,-0.36789701177005174,1.047656079013424,0.8735644521911472,-2.889241367653022,-0.380038836242379,0.30685018747026677,0.19291059673113367,1.0489581217120432,-0.6968605770533312,-1.795399073610138,-0.5283188955766347,-0.21015640371240996,1.358089202731221,-0.8759076095631189,-0.524136418968225,0.18795083030492069,0.41533842588656855,0.6499812617760724,-0.35826900404242173,-0.4642944319268523,0.003909775413653355,1.0839116102670727,-0.13395484891686676,-0.22763035628348327,0.6388574721755093,1.1727949348569109,-0.9238558206057528,-0.0032862732185918613,1.1029131390289262,1.5941155769995181,-1.080418407055797,0.40303000499242725,0.7637412910382806],[-0.7221403275131013,0.32036977635146413,0.8740223975602307,-0.5500269292898632,-0.9266105984665584,-0.003632084047811843,0.31274797813873345,0.9185245319453063,-0.7571989261323558,-1.156037206076296,-0.27500413444090194,0.41014157415056685,0.4139021938639203,0.6805573656209108,0.19808073605116408,-0.546973664962761,-0.04702488737657771,-0.5157689417145962,-1.9777814361402317,0.9678617775965432,0.1634074631822048,-1.2668273672754857,-0.5813796887620809,-1.1986237171939893,0.4219011539881863,0.21730127237005298,-0.4919585009992695,0.4859759433689112,-0.13533380797369712,-0.3353811617628083,-0.7853680734449021,0.746166320684992,-1.5901322739316346,0.3974489831317644,0.649742347586071,0.23351019139479137,0.1451530073628686,-0.34373444973367256,-0.3063341006126713,-0.1685393918545726,-0.6084379511747877,-0.4033447665723446,0.030718429470175754,-0.30479041899141407,-1.2421160983514872,0.7133758604992215,0.3228243835582332,0.8454269530418965,-1.5378036916290343,-0.27381137656240095],[-1.1700533781622664,-0.40364597943767533,0.9584844569423878,0.5047869681178937,0.38145596796435743,1.031789155401928,-1.1362560546377427,0.6856278057446418,-0.7479682373977357,-1.009413741263484,-0.7468884138343906,1.0513750165453999,0.06742089841342226,0.379017443641734,0.015612464869577998,0.10025438006907875,-0.10339066460381247,-1.4052541044796913,-2.3906961334966055,0.31540027516449753,-0.45941007931721317,-0.7801584077476309,-0.5719527180275763,-1.8720041286278735,-0.3941696365535537,-0.8202402597906753,-2.013030428196939,0.8223429545184022,0.3415557730620882,-0.06786904525038397,-0.15523539932106825,0.3605897022841995,-0.3768158091643451,0.797325869162092,-0.1389563888344614,-0.4333564102451573,-1.0506169417453053,-0.056858306038895814,0.6980419649007076,-0.3561922259090212,-1.4588405329796108,-0.9286129960882015,-0.32005298284381434,0.026628775531898116,0.13524974856572308,0.8784549797296857,0.9943827033635064,-0.3118554641300274,-1.3888695173407017,-0.7475399595513293],[0.5905423653622853,0.7063420632857517,-0.16304044807915374,-0.016002994373416558,0.42441648559594536,-0.7065931775202496,0.9480785096341933,0.7535703853064971,0.13933224075947495,-2.005204455539602,-0.7651380999300023,-0.6567855110927183,-1.8629205288171327,0.8401564355295104,-2.582463035237523,0.6045239314562655,-1.5517408920348028,0.6340865234052915,0.32602962002665914,-1.1150529364206585,-0.5977090186709137,-0.5033339102804171,0.6620275868332756,0.6858102114681637,-0.7739707216071049,-0.09486069423589708,-0.04649816142851843,0.27002806011186187,0.5367023785499387,0.43598962434996,-0.16144816717535068,-0.1465656176320805,-0.7354645439910024,0.01816423194588889,-0.05435139065864355,0.06435699875553873,-1.6145363076119037,0.9401329324059144,0.4914843377618647,0.9425397945714689,0.3956519927432523,-0.3924175262980309,-0.5684583833768786,-0.7120813599949174,-0.12166209505769685,0.31175030384289937,-0.6026077082868573,-0.2851949039262373,-0.8581238305242678,0.06860613620230986],[0.658995250572656,-0.3855253909979803,0.369383702674956,0.01857226889295968,0.4445236206954897,0.43834097527846594,0.4119394855845208,0.05624923522288569,-0.2529422118913474,-1.4807482280839537,-1.1504684779166068,-2.0820765377505825,-2.916707215333834,0.3700717687827995,-2.5670085631478927,0.8711946283472266,-0.32863458714559374,-0.12984031632982634,-0.8483540976562208,0.3717059207955276,-1.0455000751152708,-1.3508403768643873,0.310104117354668,1.3466160795874462,-1.6224088972271735,-0.332876705412444,0.07670131082962864,-0.7327578803758621,-0.27570311164433076,-0.17771563362112838,0.24284854345887782,0.3661813833578019,0.024419168541618578,0.4492868719815988,1.0023405452669485,-0.8023020359363292,-0.09087203298282606,-0.44135650357937384,-0.7790217837572122,-1.0267856671335098,-0.3925436829682632,-0.27535398880964823,-0.2978137721127383,0.7161638496809168,0.5424978358046743,-0.010893165823973549,-0.3144783798974823,0.05315658006926041,-0.15635465986067457,-0.06566680168528596],[-0.7724935382540351,0.21358672611401275,-1.1287988077985183,0.7366032749738559,0.06048039101381673,-0.3732855257978106,0.5105882678734716,-0.25439075756020574,-0.16849221612416748,0.1881198060693003,0.661205888979007,-0.3262799131435702,0.8567043566514848,-1.280492610530592,0.42697170856345396,-0.3256308376631333,-0.7642195847460164,-0.3722740869839096,-0.763678469217316,-1.2345378987097866,-0.5813627653941051,0.7662706252690993,0.1205830002249978,0.6343047333026992,0.5018614534803986,0.3125675943153008,-0.30026650745270644,0.16577565933284588,-0.15697356419443548,-1.0602699265995819,-0.7758901093573746,-0.2525251474098457,-0.6041124248804202,-0.07040664609416424,0.5703948966427043,-0.0674739944609729,-0.843314791560481,-1.3697272618473384,0.7146604059299211,0.5979628878031058,0.3877792804710013,-0.8754793519241311,-0.32191028630559254,-1.3045075140114164,-0.41773806977358136,-0.2826248112153177,-0.6572603974897361,-0.9958483968191416,-1.8319439817720058,-0.6202567495287201],[-0.26043376911620175,-0.1927896757691074,-0.872206475942488,-0.023162241615936264,-0.23442758840403172,0.42205025036039334,0.552536756183785,-0.3810414596462965,-0.49052065801495076,-0.5041058078255861,0.058822242575705036,0.5093484958572366,0.6331192338301985,-0.27305961838358583,0.44484216020384565,-0.344251749256537,-0.1113198678309146,0.7835057570538594,-0.6087223583226955,0.9274920130507902,0.48336477148634505,0.38105372480972505,-0.7581538647316634,0.6746100594140707,0.18957258543766953,0.3532394917043664,0.3248506578633259,0.33102878367934224,0.8295525899781465,0.7707801181464977,-0.020778643899601306,0.659120182702652,0.24238620216067042,-0.5640211730095688,0.9100641761991762,0.025726146613931185,1.0704633170305635,0.7916178971516639,-0.44023878157133245,-0.21234735507473781,-0.6081010076036045,-0.5633763490000018,0.3232993572530935,0.1353127050628683,-0.5715508957455371,-0.0671553077282291,-0.2674352952956163,-0.844846592226523,-1.4942127050571858,-0.5428110107415],[-0.6116578989838468,-0.1429285430299727,0.6769364507558252,-0.5993530193839206,-0.6610868157876507,-0.3454787625491315,0.7791698708546162,-0.06550661734142746,0.5080449545349252,0.5541046974842817,0.7173491287306581,0.5940386609592676,0.6179697475915219,-0.9313785930063762,-0.7126515279816102,-0.6459397908067034,-0.26163002300503907,-0.21724101773513152,0.2914896359419652,0.27474168434838686,0.8088618522879993,-0.10502490429592053,0.949673028013763,0.03430103101937193,0.4611359954181194,-0.8683768413327448,0.07133145204619452,-0.7921800860715364,0.238194567246812,0.5285543896765976,0.7795458557514248,-0.026771209563692284,0.68936944447765,0.6697202176060966,0.2715433012423351,0.5440604343695635,0.5951990877932827,-0.5949157242615486,-0.7493940624171902,1.0965192057382482,-0.6890859822292458,-0.24319587460959785,0.4026358766581418,-0.9381828380881788,-0.11562215780171652,-0.6309320945150728,-0.9062057315588836,0.7838269493167871,-1.4683187066161463,-0.2210018903810101],[0.2581184196811174,0.748814332354906,-0.12921574056758778,0.8425610214775201,-1.078937626735098,0.25218857300831343,-0.35501023559979056,-1.1372944163190777,-1.0557152152340994,-0.10158132427183252,-0.7301858924213813,-0.3238659931316532,-0.9654610079361198,0.1849561917885858,0.04659235884287936,-1.8368638135975859,-0.4346856426940441,-1.4921218406189451,0.3874339903784679,-1.1371223303907287,0.6927415424170111,-0.5460748177943274,0.9545056132017037,0.14729726957163458,0.7343154893908087,-0.4001694189648001,-0.6878590390160325,0.9155094337053532,0.8362996377790133,-1.5564042021616407,-0.09865488927921288,0.06569201952349332,-0.5810200179999692,0.866320078936797,-0.5679554655826169,0.6981173247052777,0.6542210821017105,-0.1378005619880977,0.2645151952577265,0.2730261707959161,0.2443931804505992,-0.7091536590147582,-0.8239239321891779,-0.14523234406487273,0.4250894705315888,0.5102147642513777,0.8573344498083549,0.0250894620750109,-0.21684194320460196,0.566541232297198],[-0.8253813955217018,-1.251806686900429,-0.6447732639267829,-1.029175191994912,-1.0294937931126455,-0.4506438983316693,0.7972912810792618,0.008494339605145396,0.31454492562362213,0.5077115240399027,-0.6165590508393192,-1.247383970919554,0.9617888243070448,-0.2717882779415802,1.2105566493707178,-1.6756630660637248,-0.7168786415288929,0.5739096857857132,0.9519570260853284,0.41100346591862935,-0.38681874267067906,-0.9196961969290708,0.09901917038136304,-0.46061054282104763,-1.2655280296846523,-0.5431704252357713,0.37098648140231544,0.7922151813849414,0.25092160604658326,-0.9106181528368239,-0.09412735345181963,-0.7044932237176631,-0.7740763966005146,0.4087271877305526,0.08803339894460593,-0.28706053590306124,-0.8857053317545943,0.3377851073656298,-0.6392940688402784,1.004923345633108,0.15483418171538527,-0.06269968095453668,-0.12627945696900134,1.0542957136885391,-1.3016672618741678,0.17381485212708286,-1.5696756358399766,0.4178168336755104,0.7886646888186796,0.8726902148166338],[-0.228840778339494,-0.3292204300802704,-0.03307669563243423,0.7267176272981801,0.4829626100073475,-2.69347446352267,0.3637760237682677,-1.4958293573820047,-0.769059813013454,0.5596797791311006,-0.17239480294149656,-2.0892267050050783,0.32948815834441797,0.6380613544268089,0.27477069210908744,0.07284047612811617,-0.5673294817970033,-0.8877186082377572,1.1403421692390294,0.8234435228456075,-0.719429575497253,-1.0155205332604595,0.02694968037977506,-0.6838096273904941,-1.7143284768858218,-0.08148085868598241,-0.3966772153446829,0.8975960366989871,-0.32498629169115734,0.3789721731730656,-1.1960049898282628,0.2074588928792754,0.1026646837559643,0.8820348903100759,0.6279076703403131,-1.0291264487478615,-2.7503205731484237,-1.1173615878141108,-1.1924253822458006,-0.6001928446057974,0.9397560589905191,-0.8663202866067556,0.5106382496997189,0.5493491442024185,-3.950542567367422,0.2593986917751528,0.3471931191953655,-0.6221420492866309,-0.8949245438664801,0.9677964435057012],[0.9007595917438174,-0.2104224958085702,0.4754400129110321,0.8182035144016022,-1.1864262483102874,-0.06141890844473616,-0.551415885302809,-0.9738076104056104,-0.17508408483329996,0.35094664388970376,0.2268991411156243,0.8927377548686964,0.1584910329189418,1.1450509682989851,0.21678442951523783,0.6671977051778077,-0.4621152763738253,-0.3129189863432643,-2.1541746824603583,-0.8796198490525511,0.08092031438898577,0.6489011227753614,0.3435591530646582,0.5864561757537962,0.03296550568488704,-0.3863955933011064,-0.7806605694464305,0.964491107364445,0.06083066067949834,0.07893287963449243,0.20395818221185424,-0.9092252061940843,0.1937103375595358,-1.325052993591738,0.8567639294019829,-1.2006829960468046,0.5449913824175315,0.16457995487004545,-0.6516715806569442,-0.4693342559409615,0.7834366849245298,0.9870024052880157,-1.1437485611368274,-0.478018636416384,0.1122453973911274,1.0671136647317656,0.42631713549877737,0.2992532995198805,-0.9913821664438768,1.1356165477453295],[-0.2227410555024457,1.0002667419682159,0.0563780695989953,0.12869896558510258,-0.7628004014795982,1.0673522021957862,0.3504032980653753,-1.981659113975224,0.8536812383562425,0.018164631436358807,0.9575078480178881,0.8535586510709448,0.3049560110652979,1.9313387612790338,0.4601239892016088,0.10082804873962936,0.694680102496596,-0.328604999859214,-3.1386275924947262,-1.113557447084248,1.9754543918704628,0.14795013129000376,-0.649537917726183,-1.8475934468343738,-0.9230272412038387,-0.3040419583425066,-2.8144827541791035,0.08750100038225517,-1.5587731056809615,0.46017996964446223,-0.12550150460277087,-1.2495489070739823,-0.6458667144927008,0.011933364750773157,-0.7570345451597306,-3.6093341270059773,-0.36453540054525396,-1.4332368038850822,0.2999776203039305,-1.2693042405508226,0.6117763109093497,1.1003232283419204,-1.0832583532591422,-0.5524263696258045,0.5124339219140291,2.078157575574716,0.34052225124038477,-0.761249128112057,0.6127726024558031,0.011751245999499664],[-0.4381600465003017,-1.861497015259833,0.12211246261307929,-1.2815237625504656,0.8634219343669428,-0.7434001045632147,0.4626948996101139,-1.0017378182187309,-0.2766801098143566,0.2932909009963322,0.20483924581536814,-0.537713443932188,-0.08759445924374541,0.35138107000194985,-0.6333598219835753,0.6541733729911849,-0.10822342033770195,-0.5977461787894249,1.052880536168302,0.5945323850389623,-0.982417435458405,-0.3108375925270676,0.02812835505311572,-0.2126758593250283,-0.6468857879457872,-0.3905625599110318,0.7515163777736344,0.4484711229356591,-1.0763724477925307,0.4260656036174934,0.055242290835506795,0.7727013361101112,0.9939399227836082,0.8311296790422675,1.1316332401602314,0.16828196822859315,-0.4509585567565318,0.43551338294350816,-0.7551954783532588,0.4545141726302986,0.6712855362473965,-0.7563202131183341,1.324423697166371,0.45156908860055384,0.9136468039770748,-1.5776514544281437,1.2635554937591364,-0.04045904543212516,0.3415531741195063,-1.2247989163809876],[0.0982631320553386,-2.525227710022492,-1.0728424682671462,-2.28626566738895,0.09491197958619917,-0.821880951727329,-0.08226834286945857,0.1359546734506223,0.9621080702532261,0.5796605215751511,0.12393609881742919,0.09159132840439556,-0.30226476779299605,0.281537093723015,-2.3699061613001646,-0.2632689321672268,-0.7665894277407704,0.09969352620680645,0.9420565473275019,-0.08693229939127686,-3.6864269933883764,-1.8995178022723975,-0.4306457905134103,0.548311174129215,0.22014789999170672,-1.8723063737314727,0.8504228989722035,-0.19435835127737983,-0.19879251000697265,-0.2653935828647013,-0.853833849041453,-0.4819395269979555,0.2802312779196742,0.41685840597984214,-0.024282926546033992,0.5192779670184746,0.49592320514763993,-0.06393486559025957,0.8004602206988064,1.070133696356195,1.661654704888027,-0.36639012308568175,1.3522459705491054,0.22794872305086392,0.4792379015721192,-0.16460569494280203,0.31442043574227346,-0.3251271313288201,1.1151271018344509,-0.4303309499011317],[-0.30800199266587175,-1.463520855133255,0.8161179225827803,-1.0834146247056264,-0.479853803073677,0.3455891401916386,-0.9780256895404517,-0.18227629889294542,-0.14056452110360393,0.665435119748572,-0.35764546052187995,0.9974772352881333,-0.9788929970813057,-0.25381286033810585,-0.5903044695683887,0.9921668833222129,-0.8642001068018188,0.3061902345891099,0.5255370406581041,0.19987787499861748,-0.9532673104401427,0.5238724534231128,-0.2972903087697202,0.5805003682502701,0.12597986081363172,-0.8235178551552053,-0.3523456280066222,-0.9619732454813305,1.093358511304922,0.08998232487540649,0.9725964899064853,0.44860436294048833,-0.4337867644670682,0.14472801152595516,0.5702135584978374,0.2533657920122063,0.23753501553093714,1.0497105875194648,-0.8534375801640383,0.6144359964954438,0.740219101655015,-0.28308411936086003,0.46417508354741177,-0.44329964199967903,-0.09412103459519962,-0.323019840631435,-0.27232770419958,0.4289447774169148,0.6945007560170023,0.012580722416106211],[-0.355071668478262,-0.6776022619969229,-0.39990998536894384,-0.04203586396439976,0.6881819971519333,0.9377500951246487,-0.003313614455178957,0.03150611888890054,-0.3562286250787786,0.6578843839763417,0.32049176767803605,0.786923548352081,0.1947951847821838,-0.2598618645995176,-0.5622064125124812,-0.9691703908205561,0.8436216490392557,-0.8667436544644794,1.6908418628550923,0.7669808093397948,-0.692831770482762,-1.4770946904749411,0.3292155526170428,-0.038714796655435,0.6614562731614737,0.15060417433695591,0.2477112615481137,-0.7953085436136552,-0.05175576946328501,0.6239624538338676,-0.4587646100453662,0.5668268847173583,0.5329344569679779,1.011101860864647,-0.7352361198762088,1.4676144758438392,-0.28847358628614433,-0.03369144171450888,-0.019518609677437244,0.7214245931623896,-0.28978073817552474,-0.9469267187827343,0.19594337577673127,0.5737139913140378,0.9465741615154207,-1.4159260786507346,-0.9116577395756108,0.3084732216059179,0.3371231700602522,0.3043136247914966],[0.8978984033305943,0.0011277695919359367,-0.8147564713000439,0.3808030923201529,0.8728238695958405,-0.16142035123512052,-0.010585896791976648,-0.07838529376949538,-0.18713014063868122,0.5433825119369439,-0.2746572731725075,1.0076513957280342,0.8782069967288476,-1.1374140750718074,-0.15408327536454253,0.6420473950766059,0.956590998958914,-1.4004476015842076,0.5917505784106573,0.2833869859829261,1.4978264827199275,-0.3691970863937214,0.01030765830017791,-0.2916784346741917,-1.3259063804782618,0.5117317497538943,-0.14175957415959886,0.20526217424320428,-0.4831709204974522,-0.42081951492375824,0.836832819032635,0.04185318649193907,-0.7738063170450528,-0.6362261726919846,-1.0850956975094217,0.6756435131553491,-0.9356966245326732,0.24645815934769533,0.37007125102380756,-0.6826328628550378,-3.0154115776426687,-1.5438007666885072,-0.24131056411836085,-1.2871033512249528,0.17189365168404316,-2.600620014750391,0.7366232252584993,0.9351503362251211,-0.15658811542883821,-0.8962079210212455],[0.2021316986141334,0.32021576250975187,0.8099570366663876,-0.8499310790882971,0.6252675149816951,-0.3551254321199226,-0.716750101572047,0.7055423040374672,0.4088525596004956,-0.41561392845973666,-1.7690780019211365,-0.07992677839029119,0.8323792274571223,-2.0020847091416147,-0.7845182350124082,-0.7620847753779827,-0.30530673016006016,-1.979611892625296,0.2654402782127375,-0.12663395074368147,0.9557484351291982,0.061438885396425134,0.7072826777355704,-0.10835144156333633,-2.4912979156247506,1.0712537657248473,0.20468222656973492,0.06718408253163663,-1.4389998887941617,0.535575623887981,0.5581356507971126,0.49969965987032283,-0.5197322150282778,-1.0006651972690086,-0.3873994557262436,-0.4518055237056593,0.7121246130915772,0.44891135036961294,0.11360042416083314,-3.063474807301917,-1.334049129460863,-1.573581298027447,-1.2667440572550324,0.29262765426231413,0.554054930283496,-1.7546789945836043,0.6735059299129255,0.6628997603384835,0.5828663006752147,-1.0704979781699249],[0.2941661342935073,-0.7578704117818285,-1.4955765192551005,0.7744858822785609,-2.792002647270375,-2.17479039806954,0.8154583580229907,0.0070868226815631544,0.8364177098488563,-2.5492841052531925,0.7658774473080144,-0.35495326098860824,0.7075839705067681,0.49360316744961835,0.5144156571032683,-0.20435408087898055,-1.4754509500951107,0.9442460807653844,1.1264302024360684,-1.7521766380453834,0.21802525249753993,-0.11871248472319423,-0.11244065120470118,0.10865540446359938,0.2885232770034805,0.2606959911739496,0.8959486000266276,-2.5342215687104463,0.6116967819409842,-0.30071873055479365,1.1088048307785254,-1.3312233952135129,0.5768151998381561,0.7916767138337961,-0.2315056870287832,0.9268723433488084,0.6241621164393678,0.8662049245899458,-0.40246448710549615,0.7530972493963283,-0.10480530537541059,-0.1568067796792204,-0.5718777207447379,0.7862729130400175,0.23208461822156018,0.035736152618497156,0.3910626817002371,-1.0007302329915941,-0.13841858570942103,0.312717727998782],[0.6251890290305767,0.34382499025976193,-0.8732467232565972,-0.76093222964686,0.5733963796274937,0.5593621862586596,0.5347904653729516,-0.6113738332986042,-0.34826058148617467,0.6519883911559066,-0.6977696577002214,0.4802272468770466,-0.45435324359676377,0.8368044938634775,-1.1105126813890727,-2.7018539895511813,-0.44191228586224485,0.6735803538613913,0.854189913153981,-0.11445971238961643,-1.1955552456569318,-2.286515828294888,-3.1249378619885952,0.3064502222958225,-0.02020855611266407,0.16154193476484024,0.3322626395357687,-2.861460682122015,-1.2521677770280857,0.970634969827589,0.6609565049749652,-2.040577865454972,-0.9208515903527648,-0.17175121930986717,0.911618160066304,1.0289671344077902,0.5851549522030421,0.7727519540047187,-0.33961311503647107,-0.8610521975081207,-0.17119496349795504,0.04260522314121337,-0.2916184074604759,-0.10920234660737241,0.6209606166558006,-0.712706277387911,-0.565849999446338,-1.7389168102200154,-0.1117475462971893,0.04498479795939694],[1.2779280429174495,-0.06307955114800906,-0.4855266676994505,0.5070979121011499,-1.1854585170643754,-2.408490019418075,-0.13069558070251888,1.3481314022043172,-0.5978154534086214,-1.4316215111556279,-3.1252750556683866,-0.3363909699539586,-2.342540938049367,0.3945816519594535,0.90570626046965,-1.600009692910039,0.6165660571145334,0.23142081032206638,-1.7592086330794194,-0.5269038675224841,0.738772272236675,-0.9816000252927016,0.5022110690119684,-0.07145821195985849,-2.2186785073145074,-0.23145214470977066,0.4429680524087741,-0.15027161368062844,-0.17439246316938878,0.6838930681103053,1.0592763748201202,-1.557213309447206,-0.3148812082562122,-0.7968671974276283,-0.4500915041768517,-0.5922156119145308,0.45106454443734795,-3.1073007914847977,-0.8711685259114381,-0.19216877128475734,1.085610342979003,-0.7362103501165941,-1.9315126442506496,-1.3353928573054554,0.662761930104576,0.9632662658964565,-0.3795535217948826,-0.21920838737570833,-0.503305517747355,0.664769860788341],[-1.270628211250115,-0.2527211558883339,0.4381160404295719,-0.5698752047305623,-1.03238136112627,0.6896421938943407,-0.633967626158132,-0.8582071744080929,0.39218053869266795,1.0878837323548536,1.8424643844341662,-0.7131067967649101,-1.0986693542567787,0.5014448422700262,-0.4369677748690288,0.07209002149295686,-0.000854757824968883,0.8530281388587762,0.6768373389996944,0.07100438180900515,-0.05741761305601858,0.04269881227793736,0.45459224497684353,-0.5992558257841043,0.8431328648159913,0.8508131769499769,-0.6455299754841481,-1.0960487271616188,0.3830243388616866,1.2427684799538483,0.223269672681859,-0.9395293780929375,-0.24835202326167957,0.9572491818556008,0.6267265096374233,-0.5276964838785736,-0.8114591950426983,-0.4946291763907322,-0.31254676984184715,-0.7266249296806098,-1.3204802157355995,0.12911554463431538,-0.842837152096519,-0.44609181716860036,-0.6081274903096652,0.20288602478954884,0.14053661903829956,-0.3160232817652993,0.36194698333887293,0.5769176552601273],[-1.1309432872980816,0.38220783122388724,0.021530550168880412,0.48247919574942705,-1.48918147477423,-0.5738970924141342,-1.9880309381089896,-1.2593844162425691,-0.9071247815635053,0.6360695495644305,0.38802568489984246,0.2775251861406374,-1.0592365217606412,-0.03938344079911967,0.17077201468316308,-0.13101513439488904,-0.002447668954313387,-0.736555692985093,0.5452454505312703,-0.25476349620118016,0.3518848182263726,0.9707287638280567,0.1903691672797607,0.6280449991854855,1.2448946285541733,-0.6249289488949933,-1.276286794166078,0.46646698733940084,1.7756817393512543,0.993542803611902,0.28380741980000684,-1.491480039033878,1.3678228466042464,0.5704602913179401,0.8930536308286483,0.8702808334492509,0.7107114897278114,-0.3025617884826254,-0.015731182159803413,0.5672001098856704,-0.9464616451026351,-0.32977656175284953,-2.0415963319785955,-0.014442525563391782,0.09253117215227397,-1.8981710345629168,-0.5000883285213611,0.8755340864835115,0.6271963520956072,0.8881606645248528],[1.1400678149009114,-1.1154957489012771,-1.2268716853854262,-0.04102821868059421,-0.4430790163146009,-0.8674291922757736,1.0107084047671502,-0.9453154076395567,-0.7199074459445237,-0.07638169324317128,0.565974624428165,0.8379777870089358,-1.3716267561031308,-0.4172992177753199,0.4410621707752589,-0.1235076528974073,-0.5471152807877606,0.5089284902093282,0.43793543261803336,0.045794584349081985,0.46376973369950086,0.08689534510715347,-0.9752561064791619,-0.1060727095399064,0.9449854394571922,1.0113823262376929,-0.3650846438979133,0.8420200518460185,-0.5476215705149654,-0.3882963867515482,-0.0888388474510339,0.7479307256960528,0.1222395334234007,0.6567212889456061,0.8996861258465039,-2.257316720452448,-1.1648416181678716,0.33692228695640136,0.01963252324762337,0.01281144735257256,0.8995368980448333,0.8512803483726783,0.5987321286567175,1.0702255986728346,-0.48762541706863005,0.5041222724258659,0.39732601665690126,-0.9567865085933592,0.8492387564233219,-0.22956911522412501],[-0.08624557987121625,-0.3867446553825622,-1.2343407541338738,0.49530260544887916,0.011942258370019847,-0.5004374588712865,-0.561052974021036,0.2185190275134274,-1.0036848607136455,0.0065525210476125645,-0.4888682884542863,-0.5263307082691855,0.8535484417915374,-0.7588675545322375,-0.4468705258412982,0.2570653864825979,0.07615893932349198,-0.34793245162604863,0.303166621832152,-0.6058824221673997,0.17663934731114012,0.6051491650935313,-0.6380735776214854,-0.4994154174959166,-0.09565872281254115,-0.4452250086732565,0.9343402342309279,0.3044890116881867,-0.6706328681335613,-0.367176738677203,0.17806857119788888,0.29946202457884846,0.3755482899711535,-0.5034590615171984,0.40679050542685924,-1.0666445435175804,-0.5650388761230669,0.8683444886037045,0.8468405467816069,0.5138153504954923,0.2446882756658526,1.0293182701717363,0.5975736395813451,0.3769045064620199,-0.12225637618032026,-0.4839246103330906,-0.9416044476639506,-1.503018340238297,-0.8101601556377611,-0.5720268396873099],[0.42456488225494804,-0.6066103632857277,-0.3661432442750208,0.3678109403269796,0.5972066958613612,0.1556963615303967,0.510608766474325,-0.14183521224176232,0.872871003203417,0.7272425116689984,-0.8630572195956349,-0.6805483842909988,-0.15217854550725943,0.7211052485191153,-0.8550822365596297,-0.7091509607730243,-1.5906774306040974,-0.7658193196557991,-0.6342505434088841,0.27389184458735416,-0.942222869977874,0.23812593564650822,0.508319110201436,1.0720019663395308,-1.3496939560462826,0.7466770129154356,-1.566473112102884,-0.4195277176682132,-0.2804599368545949,-0.5592546617457362,0.26348953461704466,0.2056357161197351,0.12689634129351815,0.9981715512835944,0.874935467605643,-0.14408147143800956,0.909484070001179,0.6803260597571051,-0.8705594906390443,-0.5543406013715843,-1.1393131637966103,0.6174443884838601,0.19482642517693927,-0.5668758161213573,0.5575793458192261,-0.1389998502307906,0.8482510280182891,-1.1938084625813412,0.3243477602476807,-0.1474740619905483],[0.04936911462227009,0.22516815171915375,0.49550013773918106,-0.11801142203192816,0.6437567497287339,0.7589019861671333,0.8039623247300749,-0.39582765527949715,-0.6806711430020768,-0.06618393815703859,0.038202872047029476,-1.5325493769366298,0.9312217621849714,0.2936239304634599,0.6535229151640369,-0.31738868366042866,0.6428502251640377,-0.7050823832849352,0.5668882645044252,-0.12441774846480476,0.5991624792908202,0.5861524237065369,0.8419047417982836,-0.17700515189209015,-0.49792791386395396,0.80075356910274,0.06392744655995569,0.511339063160918,-0.3865439900768417,0.6942643220018593,-0.9245513912204913,0.6019589661984848,-1.2272831408224272,-0.7851833330787161,-0.1913987208179692,0.9130005962651218,-1.0035562356814112,-1.2469522130088495,0.5867914463990521,0.4266153909062342,-0.9513315298267324,-1.1549544190466132,0.7944758367498489,-0.7547246461846354,0.728130560521277,0.42529140257867143,0.4685961880372143,-1.5641558641301374,-0.5520136668973149,0.42687614102514493],[-0.3099865484418476,-1.39043665222327,0.09869396911036106,0.9037476392372823,-0.8640213691830433,-1.2758333007233198,0.2691575877051885,0.9980128466498112,0.48995835910048996,0.28539938345241644,-0.22039982322211443,-2.08992868956507,0.11279438251695639,0.7817568093718662,0.7165504739297037,0.4008166977364444,-1.4393069757877517,0.6520669496333846,0.27227197284545596,-0.42959006928061366,0.8324323853324587,-0.43858790208554876,0.7373213091242712,-0.6638512799047225,-1.3468160154564661,-0.4938256853259145,-0.27799301379000446,0.40819684354891383,-0.13930634697800784,0.23277248201627998,0.005496207104621132,-1.728976985903591,-0.46486395624163507,0.8180275054933426,-0.5038364892006592,0.1863912887488148,-1.5738085483324047,-0.2776996501967273,0.2842376396237994,-0.638091901688181,-1.4491016383818944,-0.8829238712987258,-0.09120052227602571,0.8829830518259704,0.9007823277996315,0.9624609674285359,0.3999377866903294,-2.105195293327017,-0.6071608790769211,-0.008746229077212142],[0.4274344077856121,0.34754954072257493,0.9823637578136512,0.40279145290812995,0.5757954441581422,-0.4529649272357591,0.15974853235944889,-0.5941655189678576,0.6687539783931221,0.9598403572023112,-0.7125754092416537,-0.11197782231400152,-0.6094179598022417,1.0208890470809657,0.5909551530332814,-0.03409032217874906,-0.27822736889598176,1.147798162995004,-1.1870604282053252,-0.5302677774910773,-0.3998929901828181,0.9659245217917958,0.5265694788166021,0.8297652617797588,0.5269257160765596,-0.861228086559997,-0.9475297377103583,0.3990995313109354,0.7711230173672864,0.15929803547579863,0.1849428141215296,0.0767078021998156,0.690442060786362,-0.017407913738273696,-0.24957934033021145,0.8517516729756843,0.47090017308036913,0.5723892883348352,1.1093204212290737,0.3490789634531867,1.4153346784776328,-0.591768339016687,-0.33788436439305486,0.7812638528147693,0.9973330350480418,0.6288379662904344,-0.19912350881001717,0.38476923389591816,0.9956395254994556,-0.5870476352693326],[0.7955793910875907,-0.5627720313561709,-0.5106237585562141,-0.19498878883513648,0.5593956140206816,0.8942604288596372,-0.35654328882510095,-1.2550386055659355,0.20115625435528925,0.021750885370703642,0.3346639920000142,-1.2546075890968702,0.13181234916173054,0.8091928119324245,0.3338053032761807,0.19927650554727183,-0.3850274255842814,0.060841523937993025,-0.7545168766726302,0.3573154631186162,-0.1133568190638373,0.38861129260594324,0.6456690995787158,0.5096958929297631,-1.559973718038395,-1.2070718861792264,-0.8010521426553492,0.05423017225989106,-1.6802726564417028,0.9446755964049862,-0.1361419104156556,-0.8140644327888082,-0.09748334813570318,-2.2287493514205003,0.50369957081965,0.5180909274017196,-0.849249857466027,-1.7316599160081034,-2.207842871359431,0.30594556642778487,-0.5988966355879078,-0.27219877388177594,-0.1936510833459005,0.010100177607033092,0.1350099171563126,-0.9570151016645505,-0.30467674771226444,-0.6703403089459612,0.6703236605005454,-0.9979214992634178],[-0.9630788212646436,-0.013534336552357704,0.8810052382374515,0.1977784284420967,-0.2995622701428755,0.45771973304463376,0.38579343013769735,-1.0965443065995715,-0.007680490135455863,0.7811710714902809,0.6499720139642798,0.6612017241555342,0.0773824573994976,-0.40875054744979805,0.1681511028196052,0.6637247962431475,0.24212232511232878,-0.034815445532369454,0.29047669182705155,0.7798406744102105,-0.2844996959911373,1.3947674226025832,-1.3966145795743317,0.9389137840441185,-1.079664342021795,-0.19189222390750793,-0.36315039081731465,-0.2251477334513069,0.15758578279740926,0.8727793396514656,0.633645261293552,0.008537078491210482,0.19949929961988538,-0.3129677734038737,0.842197197022436,-0.16794882560312285,-0.14732524277783743,-1.2836457240953896,-2.437787299492949,-1.2142414897780345,0.6169159565128091,0.7271508447072482,0.12956051662741014,0.7208843033314084,-0.4016323968820029,-0.01467467620880742,0.8725424607850188,0.5108540279750178,-0.8410407174760701,-1.3677179694845716],[-1.914177197853755,-1.7479206540571792,0.5379506412786818,-0.957918313363431,-0.10864757457467734,-1.2609931590871635,0.5350650847112707,0.7233351958962141,-1.3173642058667734,0.03357675683881017,-0.4821045492694487,0.9734735519682401,-0.6813375757128052,-1.0063349228745437,0.8407106640060036,0.7538020173564118,-0.6196599015652462,-0.5526462598743371,-0.23584964314202478,-1.2837239522767725,-2.0954491147313545,-1.0056494775280738,-0.3839521416187075,-0.6234652006744335,-0.6053242600554857,0.02577140552549276,-0.7806227867192747,-1.382015379295146,1.2057138881401601,0.24430359725649134,0.7880841565890525,-0.5203548246298673,-0.8804195872814385,-0.621572347171135,0.027542406969642084,-0.9645965499554144,0.39944896518439305,0.29297250431613053,1.2642125544536618,-0.7214566958212666,-0.470416422680303,0.8160105285345551,-0.28666591341170966,0.16036527960241062,-0.21810062433223046,-1.4245191165265694,-0.1863572276388296,-0.6446061200542667,-0.17651753914854873,-2.244823915089819],[-0.8488855320799482,-0.19975484787890105,0.3351465446615042,0.17437706741143985,-2.621670577124982,0.13854499196752518,-0.20556475676060632,-1.504370932894384,0.1563814525196935,-1.3714602474168422,0.9890128501533876,0.563466070424792,0.7178580186710132,0.009790548800792954,0.9582053047247517,-1.4659307752411275,0.13930770661821204,-0.6740293478015553,-1.757757548813953,0.5103708671711292,-0.20483997188574873,-0.9425139451908001,0.5215577862352053,-1.4599102852258548,-0.6814606444641736,-1.669119789536066,-0.7926992030865253,0.7233677329329722,0.5635277122329583,-0.36939263259488575,-0.25400563615481886,-0.5003089185845182,1.018062722837057,0.27994129934708123,-2.622686767993976,0.4790130400430698,0.29719071064728225,0.6882980387204588,-0.6344374201773372,-0.3303116786063926,0.5771481531738044,-0.2761080641088651,-0.458752293895802,0.3399038373214987,-0.19386454180550555,0.9673513133324912,-1.2661951061804064,-0.2925159137712843,-0.2581270281221034,-0.4304209726026248]],[[0.4189505247702285,0.6589546280145354,0.5906325522994995,0.8909348050662269,-0.5891370698815915,-0.7314147569028858,-0.6000455572169296,-0.1870245655967672,0.48650565996099615,0.5437810648264245,0.5226680646301382,0.17088151871010593,0.7886046326241285,0.651537452980223,-0.39375903602582757,0.539571483999678,-0.4927489198441736,-0.04507332881561739,-0.9887566793584,0.41190579225459156,0.9586399072104383,0.6830414029545931,0.3975432503203876,-0.7240068377205798,0.20632296390360083,0.8529536196838888,0.6591839102507531,0.8930332128950521,0.8900713902417053,-0.37188975662082413,-1.0187765710148713],[0.6087830348013035,0.5184892421693186,-1.0170676813311939,-0.4018091545769644,0.07637030443040892,0.30563634865906975,0.7092254244201739,-0.875853453436616,0.5383867286658168,-0.19291176923709522,-0.5357670582391779,0.07364469887125565,0.3041287785257223,2.554586303267092,0.3059919324491559,-0.9113932201514423,0.43503248938850214,0.3016839248009916,0.01580193038781069,-0.33978816572800014,0.06068926149588595,0.23544962344245482,0.4200612455218076,-0.8574848085009975,-0.17771597474885703,-0.881632537878074,-0.4800560338012208,-0.8103486936609413,0.38728791820444153,0.5088797476459782,-0.3760120818414441],[-0.08386218289750236,0.6520049899282215,-0.07360904907554466,0.5420882140754859,-0.8133146200647213,-0.35207653806564176,0.0016884423341706003,0.32436489797161155,-0.8142863506116573,0.3000279211520228,0.6322484685176873,0.03413614696540855,-0.13329569282175197,2.1121081148208254,0.08137104843171403,-0.8687804839030313,-0.9134543281549891,0.8665289786189642,-0.730177974496291,-0.9972473192957961,-0.30740744932311503,0.7830818497039793,-0.018599730864775867,-0.09604370776077015,-0.392327990152637,-0.3512116057554694,-0.7224119766630646,-0.9864161762092865,-0.1165801604554218,-0.827702718237437,-0.599577242138488],[-1.0035236246481443,-0.7466967035596086,0.10968192441365399,-0.580744675216222,0.8028373252280289,0.3928773861404215,0.1892233873494518,-0.27080905838258473,-0.7865883166507369,-1.0208135745323008,0.43809785676913054,-0.4077527396325908,0.5277499684215109,1.7171525101264968,-0.9035521156811994,-0.869282722980809,-1.282072233578957,-0.35447119810860767,-0.3229229143465745,0.26595176994674036,0.30895085667580025,-0.2887509467518998,-0.5272870845802672,-0.987670888552932,-0.915572220541508,-0.5379212269732987,0.6782577510708534,-0.6853190734030183,-0.009675313074396242,-0.4750340288540508,-0.21890120435572616],[0.4864588208482535,-0.3938581730147717,0.49362902205669706,0.5076665539371646,-0.4693736745238746,-0.1278241274222985,0.3078849474542478,0.19481397042632526,0.7553161256524371,-0.7603585553686024,-0.613735796235192,0.8557935629397173,1.3989061856114415,0.6795613169199866,-0.45972688591851096,0.016041482869928823,0.3627278870466368,-0.10373537656754495,0.11674657245541922,0.8499090496097105,-0.6559305454349366,-0.38438092205020136,-0.4149846901992466,0.7013026489230416,-0.5312378458770762,-0.8324859201756957,0.024204821283101672,-0.21531560571444855,0.40109949924330374,-0.4368175399469633,-0.5415517417648501],[0.26668642019831895,-0.038859154027082704,-0.3729998020362359,-0.31521318092802697,0.10948400144396893,0.8632772451982136,-0.575201062355781,0.8412529743570439,-0.5085011887568069,-0.4369786602806412,-0.7215562647612317,0.5456520129291148,2.409472666957204,-0.6317548244597376,-0.4923072893443449,0.7677909825336403,0.3961137736914955,-0.14895737762375394,0.6469321201541658,-1.0220568616333878,0.6122791721925048,-0.6738640836586975,-0.13734696543436797,0.5580037640155743,-0.0659429664157457,-0.7445606056333959,-0.6824883518042261,0.21205101129378545,-0.851937999686605,0.12110844405407663,0.6670266892116866],[-0.4448569241062772,0.7280746668129748,-0.06481585357429841,0.3626480114926076,-0.7202773880454525,0.02846333079187413,-0.6946946178165551,-0.8842446918375081,-1.0503256740068487,0.2837722422346556,0.6749414682804991,0.4987181524744544,2.2419715688300212,0.4772992529835342,-0.6781380200153888,-0.9667860931552005,-0.9696665410579673,-0.17480268112505623,-0.24183709713127424,-1.006479350793204,0.3108531292212539,0.17372127489582925,0.5534223277718697,-0.7020563397966676,0.3943382620209304,0.4728817337774931,-0.3629500671308893,-0.057550073188037246,0.6571337851872647,-0.42929571860489807,0.2715370028246961],[-0.05304047173093255,-0.9740603438231782,-0.05812559780652114,-0.10890461888116235,0.12829736006171574,-0.24449551707279643,-0.26560771020523155,-0.45983811041130135,-0.9065718708476294,0.027888933603207315,0.6857332376971963,-0.5599994521173566,-0.2814034953757536,0.6088434626776116,1.4316848511364135,-0.6139853332560853,0.15503827709877863,0.7617801164037391,0.3040782134981842,-0.31940848717913545,0.027055146081264494,-0.22123002218861793,0.9218871451058592,-0.08680171238113821,-0.5865105158480183,-0.7243488129640275,0.8226635021994455,-0.5702797613717183,-0.42031836431740693,-0.43989464535234907,-0.29237104180341694],[-0.01623823433801221,-0.6456563984935266,0.8445049006936026,-0.8402112151182957,0.04957504102179626,0.06725826984074902,-0.3663624704089197,-0.41111279965712855,-0.687440605092426,-0.6124218880460096,-0.1899571542337721,0.6787889782542056,-0.5965945432731002,0.7434688095741337,-0.5847714690970421,-0.6199676090057944,-0.43729865576502636,0.14083135110098502,0.9316839737998486,0.1378874825705462,0.8440825775152762,-0.08939519382503908,-0.07861329461005857,0.03678446190921643,0.3401022522350229,0.07140495662408286,0.2896322136474704,0.7343370099600846,-0.7052391531239093,-0.7436387446092432,-0.4679924044068672],[-0.5616947532223961,0.7518239713650774,0.93156213800392,0.8197654839389737,0.7141547132655055,-0.15389333084815,-0.15138887941094023,-0.17256974538138867,-0.46196116092386386,-0.3147518752982962,0.51206421100712,0.5196751671014516,-0.8613528495330406,-0.1978647293724385,0.19739979708249053,-0.9112802889716607,-0.12383807062360312,-0.31912658743892197,0.30304445813994124,0.1048425278324989,-0.1453419695461537,-0.8676508669632537,-0.6980060991065701,0.8965759030319802,-0.15501652405618882,0.03041167589151577,-0.7455609049334059,-0.0032283653407463027,0.1570210304938701,-0.22375265030593172,0.31927672576767224],[-0.7275029597795223,-0.2914450222284292,1.3799350682221232,-0.9438411847831903,-0.8766964531836863,-0.10847371069283887,-0.4427714235788842,0.8025302187105032,0.7986976600807676,0.6878768906349081,-0.16043772574940915,-0.910257208326723,0.25406598181341417,0.5460018162219995,-0.8251644041129254,-0.4323329177624089,-0.9242823376872676,-0.9662009410530653,-0.393427300184273,-1.0850396468299641,-0.4922075138162885,-0.2809975670505237,-0.06532463478416807,-0.8289133165016762,0.797871099963871,-0.9974333228781341,-0.07636083131452173,-0.8521653312202039,0.8432048592643927,0.7409913023338589,0.6899784222353097],[-0.3787962286908561,-0.04080932630536007,0.043581445998302125,0.5114263471284517,-0.23069837918495587,0.9044201401095485,-0.2715750537418897,-0.6187893402851009,0.30017123228369624,0.7033074270281031,-1.0523823707891935,-0.3591440002687759,-0.2563849582013827,-0.19628383492082008,0.7399626741386834,-0.3800616392417561,-0.22784054247170393,-0.33395148363644944,-0.3841719981298691,-0.6948041635876369,0.7583459820108539,0.4509443438078467,-0.261441256594414,0.6517784703094204,0.3465499453963492,-0.9228574760959283,-0.19331471536129854,-1.035905804857336,0.11974412533235826,-0.8973861401888573,0.19451238261973902],[-0.12309287472371967,0.6522953369729083,0.6494786368577465,-0.21210933249544253,-0.9372545487481385,-0.698101601258078,0.2283937246087791,0.38224726292146155,-0.42235539094595226,0.7145504601812418,0.3241465135247684,-0.539836260237435,-0.6290013960811509,0.054601918570264536,0.22988919454840281,-0.8784207955298855,-0.459987271326155,0.5225164324229181,-0.426634525788205,0.5815773764595317,0.0876696108416561,0.3600422666833816,-0.5224919781540477,-0.4641051465005993,0.21772892210358147,0.4014849533411085,0.171411257786338,-0.3918089384127503,0.9091157345033934,0.36119588125068625,0.07473894462558993],[0.3729231435496333,0.4788279497485879,0.5013923573652345,-0.5391068178681823,0.08674731754322072,0.08237590482203119,0.687126183124516,-0.7328937153972005,0.00613309781910346,0.7528423203030922,-0.2716544152812791,-0.7834873274378829,-0.1632552533897671,-0.02382570045181816,0.016143220307664786,0.10066596084680254,0.43901780556398584,0.3340697927294737,-0.20062447668826214,-0.8368133106228399,0.2519464668164848,-0.35568909139482496,-1.0134142812348366,0.553677005202694,0.9020092451631831,-0.1865078761056642,-0.6528639710333669,-0.6077806526618899,-0.8807635872768789,0.7049254678440912,0.5262474976738843],[-0.3749347414783125,0.21578927972595785,-0.144118433168507,0.5438566197171734,0.41686191826302166,-0.04948051522525991,0.6691661102464806,-0.0737458771597404,0.8208430986505707,-0.9733806702285015,1.42895643453782,0.3919190957856084,-0.10937593563457139,-0.37986743764286834,0.7022827396470697,0.31460757717600907,0.02578279470148254,-0.8651749182168038,-0.0526126948596725,-0.015925647620918342,0.7693800093594638,0.46174047336559626,0.4163365018281468,0.24888464492312065,-0.25022998814615205,0.809628369153898,0.5440492433911902,0.16434435182307078,0.05845795540798946,0.519000012366403,0.11220231458086458],[-0.15447914255006565,-0.3344685505319038,-0.5056841636126926,-0.9745612253855518,0.671656635539783,-1.2658072994972254,0.041313647705416276,-0.7884225704764999,-0.44773433729600853,0.28285418294216197,0.20434324853594868,-0.8746777870598453,-0.84611567090834,-0.2490253364474327,-0.46360359353851477,-0.8511522026714018,0.25583912094262257,0.2249038822397668,-0.11450051546705722,0.026729309318296042,-0.770198483955537,-0.30440900262189496,0.6449596563395611,0.3372814155879763,0.2098353277701011,-0.4496692387675184,-0.5430095519336813,0.4869267162117682,0.6149235887937058,0.6647294583633966,0.6477230508611329],[-0.05790995570721117,0.2623952778411033,-0.4471418202140138,0.5108323404642015,0.6225648303682688,-0.6017644982290193,-0.9343717364135059,-0.36248654037379746,0.18431692446784265,-0.14024261895365536,0.7589017330796299,0.5568662031230686,0.6783199478260571,0.7300808866934084,-0.1889356651685425,0.3191460403340718,-0.9024956439822597,0.28286857887116523,0.6104590744564455,0.6973774496426117,0.8395800353062672,-0.7235926601067053,-0.6881647012709711,0.8050277518116422,0.8993483248350849,-0.1836159407464555,-0.1253455367478348,-0.2469291200855679,-0.11856446331699948,-0.6628516113956516,-0.8647666439873493],[-0.13400076503309444,-0.8313090411427936,0.5032882342989481,-0.3466190627358021,-0.7273637174307059,-0.33462952627621734,-0.14892634293618143,0.24591001350768377,0.7377500830128929,0.06594974883539235,1.9520878785543192,0.7641088958765698,-0.4470637924797551,0.4826459266659675,-0.7924052811941301,0.808854043426524,0.7963854919576264,-0.41127679262550576,-0.24362366599542487,0.5395509800856453,-0.3055426304762068,0.8990588156270938,-0.06797368636167078,-0.03625526867857351,0.20119460515306248,-0.7943636530361665,-0.8149340112576376,-0.19580903266327188,-0.2661656243716641,-0.1876924300915677,-0.15365912113471428],[0.40258052187784515,-0.23328979399861208,0.9548615126875172,0.6209500112328279,0.7499909241943219,0.10804601398612537,0.2859448356523325,-0.891349796771804,0.8468405726590389,-0.8966716394321362,0.9825872191385149,0.3651178933224017,-0.706824937421236,-0.389196104930892,-0.2042598913998579,-0.8484528969311129,0.05119641455341384,0.8938199860518031,-0.6645398434682778,-0.29575214574365716,0.8017313223752274,0.31682248457917006,0.2238674600868634,-0.4448425130868138,-0.872941277752144,0.06347510286293948,-0.3449787280136194,-0.4259275629806735,-0.08660358192674879,-0.7542735551664457,0.48234357996558697],[-0.9236505294116942,0.4698178209214048,0.7909917623481686,-0.4173918878187519,-0.9978282623094683,1.0918872609154506,0.15635594670571804,0.31528081123721297,0.5561506264405831,0.08550338663479157,-0.8375178903397711,0.1797914717741638,0.22587567326510122,-0.8545014120377366,0.38082139354250083,-0.9252008171952698,-0.2128590069823179,0.08039837734279508,0.22177193292284816,0.5554748573427606,-0.42996160182948867,-0.8739421283398328,-0.6872911908935463,-0.9526021845970283,-0.82197636674433,0.4485238180589667,-0.39780850497284037,-0.30549686003160464,0.12685187105602275,-0.9899810545319222,0.896453107779463],[-0.5714346816772797,0.037583075912445696,-0.05037415489106898,-0.48274969355481795,-0.04426212481440503,0.629212024054124,-0.719616650165584,-0.15541744722739825,0.40558390711946063,-0.9902455144924351,-0.15915165009021154,0.9401075699896019,-0.5698935347538798,-0.9762814133396014,0.682835203421178,0.37991376096431684,0.43572925602073365,0.6726150968600666,0.24131893132717233,0.5534543418420992,-0.02932411980982219,-0.41220459251507424,-0.7157945777889549,0.4748853604877547,0.03239754237026503,0.033476579075060665,0.29114496199906836,-0.40800475400875647,0.36057814956185963,0.08202790488242119,0.6930742785571952],[0.2446598444161753,-0.2768524014995907,-0.26696031109420204,-0.14265699568805304,-0.10816438423999855,1.822000184162913,0.14883890989558712,-0.8148086418440637,-0.4826724113918943,0.6445372538923477,-0.36771358772507806,-0.5518297936896107,-0.15586314268207424,-0.8138292311496494,0.5203170496549657,-0.19776540214879193,-0.8911194793023693,0.2807996674239752,-0.7525174486071218,0.20510633863174813,-0.7207406686558401,-0.7758936166450053,-0.827090419570615,-0.9044524415511002,-0.8927277302277773,-0.1992064875045071,0.7763045240392784,-0.038248107047224617,-0.8343489414754265,-0.8425282355936851,-0.9052974501134734],[0.12544766430037216,1.5897372479573373,0.12049790410263844,-0.5127844491448807,-0.2508273300174261,-0.5256901534200669,0.006620429176568904,0.6234222915620559,-0.10657295629216927,-0.9380172005962845,-0.6272951650328067,-1.0078763552127397,0.39654498980209113,-0.6375558386809347,0.2797990767091157,0.5520980185566566,-0.7991344277329223,-0.2942649518344903,-1.001419828643419,0.016370480812630955,0.4748406645098943,-0.2446076802782383,-1.0328806351940112,0.10989285710045406,-0.3243306855600855,0.35675932610469535,0.46320879193377806,-0.12490730275293965,0.029031051692538834,-0.9275631342566953,-0.4129014285275688],[-0.3373985775829239,2.251493013765326,-0.9112578132650299,-0.685728861933145,-0.5406856077808353,-0.8650981885954966,-0.7677131456878213,0.9214054346072295,-0.5997232390802996,0.796532285877665,0.047844732079132465,-0.7770667269951265,0.25616263955601004,-0.1712047555910784,-0.652368071186067,-0.5034523773727045,-0.9511096973362174,-0.7636247118807382,-0.6826864537733082,-0.5528171776513785,0.09432643993441975,-0.2699503947391129,0.5907091873669755,-0.5021804967806406,-0.47006882750006024,-0.9389959300367833,-0.4775955670513702,-0.18616829696287274,-0.42918220313296385,0.6597189322181426,0.3718762565660922],[-0.23331650355891176,0.975745208291589,0.5928992155772805,-0.31703510942274765,-0.11168909568108658,0.3488663658134948,-0.9203311066432559,0.08844240081639664,0.18143613693279767,-0.2902601374603395,0.003249296668204704,0.7052959754717709,0.0695880614273179,-0.8860748091134791,0.0018233630116217202,-0.8600127322305973,-0.8727851966707747,0.7066038757717048,-0.39597134129152395,0.5559415933129939,0.015441622014775785,-0.8346257490195471,-0.24068422625062663,0.6906875021049417,-0.8934306012488694,-0.11903888909046788,0.8045749734280128,0.14702576439868698,0.8331612386685261,0.20483857433651598,-0.7833685175955833],[-0.57092895717698,-0.005043058691644838,-0.00583408464085701,-0.7087159844474911,0.6567850350650055,0.2839413698438603,0.7050057163965026,0.26368272114841823,0.116270466324717,-0.8476923146924529,0.6524847959390754,-0.7290125305359487,0.8220757664538648,-1.3379164101224876,0.04260288424778701,-0.561475963617574,0.2661129115837495,0.5515121316240685,-0.5052867880348855,-0.387541649316429,0.7900566659396105,-0.8176993014419156,0.17713566914938267,0.3378019554483151,-0.5801504206259005,-0.030833705788739244,-0.8429983198668635,-0.1543967477269006,-0.5772224337491529,0.6118635459099466,0.9218839832488926],[-0.6427962891063018,0.37605137455158905,0.6611150653478072,0.10554248802488597,-0.6217486197832419,-0.3653781353529874,-0.23360210748881455,-0.3234823253313496,0.3816737016370887,0.2271956665863272,-0.9017385573576189,-0.9508556331640793,-0.7579290123589175,-1.11326131446583,0.6505354254923591,0.5693439738106375,0.2788579501267834,-0.7436243390920099,-0.8165927521761568,-0.7608090913239991,0.5012485461656634,0.6501606923528847,0.909111179137704,0.5968372184695426,0.6123542503814355,-1.0302581162819178,-0.08074611512802891,0.0536317920564556,0.3717706145970282,-0.85223687405172,0.5745392371029854],[-0.10277909217568526,-0.5331775423159371,-0.7431167062860359,0.28879291116872835,0.8052192931667843,-0.2529168841417442,-0.02895381826395544,0.5520800525367727,0.7364522304463602,-0.9404305291460314,-1.0462076424623787,-0.600768293359105,-0.410904416183695,-0.7009991993514831,-0.7639151503955414,0.8636312776952403,2.2043616165487885,0.19942206845876062,0.059307827120519116,0.4151120333839069,0.3371134610459382,-0.2958889126306187,-1.0181430369387001,0.3816261300901624,-0.8969057287047143,-0.3492528859737284,0.8660853617374172,-1.0833593579741763,0.40399512500195806,0.6861642117314872,-0.13294755593057195],[-0.07029238402431252,0.7262075497149018,-1.0409106041894036,0.7533632532628484,0.9365058816688618,0.1909552286339484,-0.3919428618722721,-0.9696853022851836,-0.5801788161653187,-0.0705244712458894,0.8004026098106357,-0.5357333684130996,-0.6274965777588013,-0.4738818126534516,-0.7268959460290667,-0.5600533544155346,1.7624733527901575,-0.3901478290852319,-0.3784066592891974,0.3988951285643135,0.5690851603243464,-0.4588969420025976,-0.18869833120980253,-0.05661497828550567,-0.20603873587909238,0.3150177973208377,0.6431525571343154,0.26225406304945,-0.8844360067658016,-0.4179144956430126,-0.2780004515844528],[0.15505984903488254,-0.8180377379731688,0.5606393423856506,0.10141618902011723,0.6566194008067433,0.31373394251507886,0.6473864169656439,0.11469445095019974,0.7893410732725034,0.7307556152495922,0.17433874802308652,-0.39008290129421314,-0.7813139453345503,-0.9968814043614723,-0.872239132019089,0.8146442468131749,0.1412842265069611,-0.1132772056858432,0.400384970424719,0.7568663362113648,0.5922881780690357,-0.34737499542005695,0.5113141375664514,-0.8476275200111668,-0.7234615678126276,0.18010190730249115,-0.3576102125713309,-0.46698828433316936,1.8758312463182363,-0.04230479331802449,-0.16670929912831078],[0.06834203830718644,-0.5895638453591115,0.08673558370052216,0.8300815621940627,-0.29684138923308595,0.058745580122035415,-0.15896567124091357,-0.22855237555121968,-0.6769580955372395,0.738447257598776,-0.8113811600398129,0.1290219627743065,-0.7170356116768151,-0.8009274073902631,-0.4843703079135506,-0.9044497128238781,0.9729761475272429,0.9244585901501061,-0.2862775327890863,0.5977382687849284,-0.11102574265102659,-0.4917911026185559,-0.014341064883628433,-0.8849507470419206,-0.2102734753067358,0.9050114318384035,-0.2093018862172176,0.25649776565171245,0.49867594575453555,0.34049630919302387,0.35994882591058],[0.9490092400416278,0.4744042781861796,0.5612004225565206,-0.0638291597520498,0.07551649604561268,-0.3747785639703361,0.7069684037739195,-0.7066114548146749,-0.13810466569084126,-0.6430863133960913,0.8492861116112199,0.5889529054429427,-0.8860497928732028,0.9787632491203098,0.537102313249689,-0.9982218707574647,-0.8455762005302698,-0.5980526929413126,0.6480999389102963,0.07741529508576447,0.20271518861145368,0.7291241772416973,0.09928312257738942,-0.5319643780379348,0.9201703268643654,-0.9464162969267246,0.7106164485833285,0.05496853369499719,0.7928907574224984,-0.06497101351253577,-0.4193058407081347],[0.3232815564934977,0.16980459047500837,-0.4283499463931456,-0.6272409401180771,-0.34453409346280905,-0.07767259414216589,0.08541560251841923,0.946680192681431,0.7027462893220442,0.02958853168955409,-0.4355070909861656,1.7887972768684453,0.5964994218751749,0.6415911639784252,0.7390211215858868,-0.319176746063136,0.02301579017509223,0.5987717680478677,-1.0125533981911865,0.5769543279038997,-0.9330181745329372,0.3010511184815299,0.545468224168031,-0.19440573055305777,0.10300215673628359,0.16722083542845304,0.8656075535535291,-0.9104106429825857,0.5922733795823493,0.10609693060858735,-0.6374388677429165],[0.0715141061763862,-0.8433837652092059,-0.6783206359464957,-0.7866575907164088,-0.5780015997513432,-0.3266580869832496,0.2283836734261572,0.4098622354941428,0.6531604411258763,-0.8151770985391203,0.7251904297046641,1.5470913985221006,0.41228782760631844,0.902558734117797,0.5374399127987713,-0.6538114479767402,-0.47095591186104946,0.34777036014822943,-0.3179442008020231,-0.8409698792828012,-0.31301555506301754,-0.2756725540063071,0.29844827170363075,-0.6378405558566785,-0.9580981224056808,0.37535304190789726,0.09649157834268869,0.15984688438306127,-0.908473151764474,0.06852193930729528,-0.727728142805314],[-0.6474273888852433,-0.04509683102124627,-0.6154902070173915,0.25685490930561494,0.8159393248695054,0.22743183103127912,0.011466803674191645,2.4698632692581937,-0.48852667792391147,0.8178357793865356,-0.2544045258562518,-0.5938504118744666,-0.7281974544827883,-0.7879986218773665,-0.01768812669868349,0.2664743193411806,-0.21063156646148684,-0.4772627353355329,0.2885430940810029,0.6625102188026133,-0.31342622078518184,-0.1372209284118368,-0.8115111640790239,-0.7659183666135936,0.2278531955057366,-0.3844873804087949,-0.7826627790230961,0.24152210152803566,0.13327727462213546,-0.5399388114981,-0.28499331272594364],[2.304978603792719,-0.01862380559880564,0.4498325628126192,-0.3785240856397972,0.36787179181519175,-0.06410523062527357,0.42291193085155965,-0.5628079044370484,-0.6436557804203121,0.19646412329219498,-0.2322180510167318,0.5723731691103568,-0.3008757133967601,-0.3497167378495983,0.030280384267535213,0.342361652624798,0.5848705954227706,0.2629830782924046,-0.42239815860494234,0.23143384021163613,0.47941881395968183,-0.4501773456671434,0.01328136010901358,-0.37189120678568066,-0.8997583926825996,0.567765360773206,0.7762662210481253,0.2426128631329188,-0.8310287472815012,0.3758262990349099,-0.5082470444670797],[-0.22061590380171608,-0.48782154452290627,0.13759999635364806,-0.7741761176094066,0.2860067195297358,-0.9416384526104138,-0.6133693178165049,-0.4899550777097517,-0.4532916763178365,-0.7229339969559141,0.6158843973854657,0.23617790215246715,-0.999808132746036,-0.6391713537471307,-0.8340337006691928,0.6639390257729009,-0.5818391371973053,0.5551453446072159,-0.00517262024522336,-0.13517801454196532,0.437601171938205,-0.09124958354161986,0.7700617438692052,-0.5374945712125162,0.9025307853110255,-0.7602668477704155,0.6721529814772204,0.14089113856964602,0.3287790772458045,1.9016400072706028,-1.0139306031441033],[-0.8629703894123143,-0.7282673615099117,-0.7107096752842257,-0.171927194368369,-0.5485218551843055,0.1734315772308301,-0.9950259532864238,0.8088248489646485,-0.7497835100125332,0.37774828396153703,0.519260804018652,0.8526088933414138,-0.10588385274306952,0.5957447507323476,-0.5167069925615866,0.24980658756070864,0.7638354244581916,0.8297876255773717,-0.7907535341304954,-0.8883837289002341,0.6886289603739477,0.3674504165816999,0.8607924493471727,0.8125942474164934,-0.8482043444572515,0.2704419660624498,-0.8862415937317029,0.7136055656094002,0.16816406466023073,1.4000794575202726,0.6110424697177509],[-0.6393911247590531,0.8053593988530265,-0.9540072110682984,-0.15493982481135768,0.3260456198176106,-0.0464060048238802,0.060481486984350595,0.83114739174562,0.4174262620243763,0.13286387661132548,0.5745459094942761,0.049022960779522985,-0.5143782239438389,-0.46826467231849056,-0.8403962264312955,0.6006092683296722,0.8061389492938822,0.6289356008235212,-0.6131021224371751,-0.3080707884746933,-0.5093707306071765,0.12523522028094372,0.795650524345918,0.5652810119906226,-0.9145850559490003,-0.6175396151224961,-0.9335452906611639,-0.6054431131640514,-0.37075172535742834,-0.2408129702333285,-0.5453196128622588],[0.024964883105246284,-0.830954427069698,-0.6729791649523436,-0.4247399106369059,0.3207884827602474,-0.5497847342823816,-0.92483415871859,-0.23363767641098485,-0.3443139510676112,-0.6895138214119707,-0.9564915423625148,-0.8820018557020647,-0.7628953867955763,-0.8296189382189311,0.5879526102775839,0.6367129773603492,-0.24118833410567397,-0.9524104453264642,0.1826794731419834,-0.08966105253272184,0.7068418303223344,0.7315666397589433,0.5139957569195439,-0.8688543902567435,0.6068443348456031,-0.2065298060052819,-0.04846871531475367,1.6091061271620615,-0.97306229859222,0.10675043902488038,0.06883760280423018],[0.8313770605588423,-1.0111082513327132,-0.8225632470262009,0.7905484173541587,0.5390414463403903,0.4574459894703666,0.793049293018382,-0.08471826374870049,-0.8682812227238296,-0.7933384935042073,0.5963445025777023,0.4331090058556496,-0.2989968651180245,-0.9492510458227955,0.7388535026935592,0.07935685411667706,-0.9147581359947484,-0.8543001967668162,0.12369998713497138,-0.29900076138152115,-0.5402226359486325,0.8631232293895488,-0.32368356400204207,-0.5628216102514405,0.6782388466092435,0.4655313586603635,0.7679307943616814,1.1168126849301772,0.10468907827040641,0.05535231057158421,0.5593235603307148],[0.31395694805146285,0.40570817325606745,-0.37770615827840853,0.13130304651356645,2.006256833383793,0.8071800619709227,0.0022713827404699126,0.9753584087058588,-1.0532630571168002,-0.09021439808299689,0.10601375124805784,0.6598934493232528,-0.16002557932357378,0.3641636907947166,0.043887803132967564,0.43965886868826126,0.908794174142189,-0.07582886328290264,-0.29568237032848554,-0.40925419514065087,0.12573869451887448,-0.3384242408943582,-0.5841020870413033,0.5997275307859581,0.3770939527557637,-0.1974105847636998,0.12195473090348931,-0.46302523821218966,-0.32556028127989595,-0.553677958860836,-0.7023345578763283],[0.7814111005645415,-0.16739709029680502,0.3362921327504189,-0.556349885936899,1.1227875890913481,0.8365536845728746,-0.4708445325876221,0.49311493875208284,-0.6385685634196349,-0.5974632333471017,0.5715652479093906,-0.8416202076717718,-0.7965139940013513,0.6152299305782958,0.5859093320966475,0.6398555688061057,0.48181494216700127,0.08738127218502888,-0.250715773864394,-0.5480045999805656,0.20819757718273738,0.4915827272792334,-0.4456396212159521,0.07177079028195274,-0.5215004463267205,-0.6530455695202053,0.5396579004053867,-0.6825844292909874,-0.7108763384256495,-0.9245494489936755,-0.2526185601483936],[0.9048287891547062,-0.7872853669668831,0.06736441630952009,0.9449520900270721,0.034139285229552535,-0.23205337985301913,1.3999335469221903,0.3506425116268862,0.6857813820679568,-0.05330305627510158,0.22644224324139695,0.06606612415214794,0.3239375263619136,-0.7505842266167676,0.5484615913192309,0.5471666902012345,0.8919352563951778,0.6598722845020766,-0.8657977268830633,0.35761674149300854,0.9074730294875144,-0.9851062642881406,-0.9299055182463555,0.9253628004307178,-0.025767285185384597,-0.34070289994873143,-0.38447001299802874,-0.5955199301576929,0.7634945931689596,0.18748035073737226,-0.8995006838940597],[0.6797542971916871,0.5035809556568113,-0.4088267655761421,0.49685945895090783,-0.3526287921276619,-0.7134816920678755,1.0441512423198973,0.8670064510461752,0.17205174537789616,-0.7560444810288882,0.4620704881985596,0.34503136751306945,0.4804745707604485,0.05824925597251012,-0.3061004062364705,-0.5728567071111929,-0.6279918681235526,-0.00041298354248228177,-0.3990344786516926,-0.2977408394461933,-0.06565521779311086,0.5625400400484754,0.6446883195153625,-0.42117222601193993,-0.7428486242688968,-0.861507867829307,0.7245544608553811,0.35320437422340945,0.7840615431338136,0.6036621082838246,-0.9340680796805335],[-0.5271317642568805,0.564183265192584,0.030952478756082865,0.7892284651815534,0.3850168545023196,0.7671816188280787,-0.3162566493139559,-0.783569835322991,0.4204138567003222,-0.1496110522323639,0.7601950576393055,-1.000634039790318,-1.0149045795300429,0.08159176865140286,-0.6615659616902403,0.3214087657544945,0.6602581582257874,-0.4244315076654078,-0.6761046733761779,0.8111505497985688,0.5582320425011608,-0.7394480166141865,0.7666726059651201,-0.43734752198429555,-0.2585928487207863,-0.038711552299203124,0.7505263480162057,0.7018665823439358,-0.0444192011634999,-0.451714494605146,0.6113098628625168],[-0.755310066622313,0.4760538155944962,0.8461060786599625,-0.06643197040208326,0.8120193727845372,-0.888577547999854,0.06697229666381016,0.16835373109229915,0.24218344193866337,0.2592497738701589,0.37166742567210703,0.44294990017478325,-0.7820287913131112,0.06755445417289427,-0.21976027486362587,-0.38004417230926996,-0.8428127635463423,0.9478943359455979,0.07015234192076028,0.737617069356683,-0.5401807098071738,0.06499872327447102,0.056735948754323064,-1.0594755076997788,-0.2929047713980431,-0.9190896085852036,0.7445817819021576,-0.8090909861395088,-0.20210785890897734,0.7560784815157781,0.6928991382181385],[0.7309629041623492,-0.8652326927780005,0.43953667778082905,0.004949015547523743,-0.0489599395328228,-0.7668358915352601,-1.008230097274814,0.9307374406715363,0.8887592747130035,0.6894241582378515,0.18531270823381762,0.7455892838230871,0.05754697165510315,-0.40704230380300394,-0.2965715707092818,-0.5636409644859854,0.5991710066201165,-0.3352123394503493,0.014235095318249583,-0.7440790930628566,-0.9202563167715353,-0.8310076399500619,-0.3650009127191526,0.1679168443607142,0.13113572035464527,0.10711700891214547,-0.3401326656639244,0.5081584505885698,-0.5537275622678722,0.938040939078167,-0.1153405961931214],[0.18145705596398234,0.15098769835466025,0.1397698014411512,0.06753234114341496,-0.26418870220642665,-0.17166478010863936,0.6512727421500025,-0.8809260620145892,0.5560509675701829,-0.4319416245374609,-1.0160712742448863,-0.15529464025484171,-0.40721021192715323,-0.24751999061642668,0.5103120985338152,0.8852331561667852,-0.7885719537081495,0.01942364509520784,-0.19378684576690297,-0.01275156800042208,-0.4097007509586135,-0.226309625970553,0.8411854715343086,-0.5282547081122337,-0.1524803894097265,0.08666409910659047,0.8874865716235663,-0.807839059406462,0.18109067219798133,-0.7183596697053267,0.8864807367070229],[0.8272946402520048,0.007502630672482978,-0.9809228441808523,0.45024488373443067,-0.5560009469262097,-0.05320227915585313,-0.4447387816284698,-1.0058904009066598,-0.6825426177708411,-0.34981709719056675,-0.45442427939775465,-0.5444194857069071,-0.6119107905586165,0.43728756763254883,0.03208666023457461,2.2435483030202596,0.7741316052209812,0.32146139013050373,-0.31557367918892765,0.8515463008857594,-0.033735683774387036,-0.8364224500675369,0.6043317578084058,-0.8585965107584128,-0.31576969209558503,-0.9243259763136344,0.8566016936816553,-0.5839025426084283,0.4202032934719474,0.05383829614748635,-0.8712971737153665],[0.23328111182862057,-0.49976483110175784,-0.9025548542665114,-0.10176694816013242,0.10276689206231258,-0.48655204441782257,-0.33114539201035836,-0.7070435435718109,0.4678187896012742,-0.4685293301087907,-0.9330944020323083,0.7146054300924063,-0.29535283048923916,0.3944826462263805,-0.622255906003146,2.5753499123910326,0.8956324629582616,0.030353513134389713,0.3740467654911267,-0.693197535116722,-0.24841168303023736,0.49417816541283754,0.7074366112787361,0.05622758591179841,-0.8238769689823293,-0.8609056706789495,0.7857663889288284,0.7242995274384314,-0.5958461158275362,-0.07284414886473672,-0.9958320370951097],[-0.3836269291155488,0.02920151798004029,-0.5665233697950189,-0.5700561198640267,-0.8895125960790032,0.7613052238435246,0.2651509566007675,-0.08484456920453136,0.3094934137101029,-0.034165164637757886,-1.1028968206029928,-0.0011770697253551967,-0.17144230248352185,-0.7737326869743146,-0.7144503135677212,0.33465853549757224,0.5120699963083825,1.9649583764875163,0.39017074310125505,0.5962622476549749,-0.8538121287791811,-0.2684144747832295,0.04041785444441783,-0.0021316183036447054,0.8550883680966147,0.8245090541877775,-1.0002952560839984,-0.8411754324813843,-0.4126661216134217,-0.410805117011878,-0.4352632782311021],[-0.4895157814072963,0.10319421336112104,-0.47827915074710897,-1.0572520289844982,-0.07571751046467963,0.18175126074881548,0.014771965548213252,-0.6931576830976796,-0.1383777535794101,0.19440424241970003,-0.3531015403378953,-0.20468911489202837,0.30466346368362696,0.3056945427178966,-1.013675787362617,0.6126905271165027,0.2141686342685576,1.3968887486001358,-1.7994312374983248,-0.15291855485114078,-0.004717116063245043,-0.3449202298204021,-0.7646671709018552,0.8371763935425237,0.39586945700966975,0.1622448123911089,0.3170748341107249,-0.1923514170321674,0.38165870209267877,-0.39585695311623786,0.8035148391651519],[-0.6595872078327943,0.42624949743861457,0.6875162535566136,-0.3433798328871082,-0.08912493311707145,-0.7653348681655712,0.662392781091537,0.7931717643704935,0.4424271746652404,0.7798331471331946,-0.3008293908921997,0.07136042187142133,-1.0409218606344892,0.8332787764254552,-0.8996606393887591,0.6545555789405244,-0.07244472989473484,-0.027200885716505932,1.1823218251206737,0.28270248650662416,-0.7443777421873617,-0.3519604950082226,0.6181370487080472,-0.10336159472066865,0.11200920355694748,-0.7418784557432815,-0.8143740040079718,-0.013145487779389696,-0.42621134345865613,0.8552573944597207,-0.8494765349767388],[-0.09992800501825905,0.209280680168235,0.6469779114855351,0.03910771771366029,-0.6406395912944738,0.27555221082720643,0.618165830212266,0.7256808612270662,0.2507557711000629,0.4927947249127639,0.8016377557798346,0.8211768951513859,-0.08052607845108903,-0.8958285095473338,-0.21635769373532576,0.24309595786027188,-0.6692019097721578,0.022555238729575523,1.282812997323489,-0.6494569806903637,0.3621116288512038,-0.6075797456816828,-0.6533029309764784,0.4070209275830733,0.05894688182394809,-0.3185232815824037,0.9053731853681597,0.1646393619174195,0.7728807774740465,0.5835649817394852,-0.0995845331811522],[0.9691563938704835,-0.7524666036954729,0.6683150918930846,-0.23564519312052298,-0.2516803644395795,-0.968588071929812,0.4960352583421035,-0.3625929877654301,0.4133488543179564,0.8045534596470038,-0.31338272989386595,-0.8871722358486092,-0.31081639962175245,0.6285834555200867,0.7072875319060287,0.256104168992875,-0.4591696118883585,-0.9077047753664697,1.4980894138687018,-0.33581595372398443,-0.09631939593340912,-0.5474641337586408,-0.8409192108526473,0.8166321350920427,-0.8845524362900294,-0.7496028071240584,-0.2738669795933786,0.7764452330548701,-0.21829832486762754,-0.7107756290440693,-0.7427834240396113],[-0.6091464214014407,-0.8543705020021465,-0.37247511501264596,-1.0971698411896211,-0.20036520492190926,-0.23473732877345097,-0.9819314779322353,-0.9538310398889197,0.6109577950965075,-0.6729043986212233,-0.9844975043318879,-0.3986695696814701,0.2445568691458717,0.9560136814542225,0.2168396420606461,0.5435339985461217,-0.4945379898629561,-0.2777476854748236,1.4819696806639666,0.41360144241828983,-0.019225475351729825,-0.633047186686587,-0.05793431918417326,0.26797637339989233,-0.1226701502480183,-0.020773453036684937,0.44373041221693976,-0.40989453477918186,-0.26513003785235534,-0.34877026532574507,0.7674443175971499],[0.2987244377916919,-0.39287342656530966,0.5502038000464765,0.9024318826333368,0.8624458002090404,0.12046414565400662,-0.26357512361273244,-0.5523156534736866,-0.11226521882296553,0.8237580510598163,-1.086579058674862,0.1747217646032429,-1.0106288881108734,0.14608334939306308,-0.6901207507015988,-1.0067648731691874,0.05718035240781536,-0.9293560977409178,-0.3372324706603707,0.03583034652974058,0.942121517998246,0.0426259082037096,-0.44575946136684125,0.30217459163440724,-0.08675360134961671,0.7069763718772529,-0.37514971293254584,0.20996248977429915,0.2032769035029419,0.620494929486089,0.5294677885750819],[0.183117378962415,-0.8347373982722203,-0.8374494764706114,1.2117621422384965,-0.7454933500678905,-0.08573655865855644,0.08760801699486805,-1.0087490977013134,-0.819559969882774,0.5277348975278023,0.27734380224669347,0.4265777682603108,0.07279125559104677,-0.9420407928210032,0.3586580537057912,-0.16092574268042267,-0.9634072220180045,-0.2996987520529737,0.465035980061941,-0.7081089769585179,-0.6137383121472952,0.02012703472268175,-0.08846725214954956,0.6111126537661462,-0.8308539953805655,-0.9800750352341607,0.2151715051514211,-0.39609482845613897,0.004323060204227596,0.26698801534810657,-0.21333617264196708],[0.12288109547488092,0.9128154666661764,0.22937567201305967,0.6052275217138857,-0.7867746618233931,-0.1624912289867823,0.6490262058070754,0.2420364005366515,-0.8575855972422671,-0.19518256161276304,-1.025056149574592,-0.3234213774832063,-0.8200492409430254,0.31450173796945724,-0.5841222317453095,0.5260388869028777,0.01128647069371809,-0.7078243113154006,-0.757967523372918,1.01269626388955,-0.7958273089173161,0.5302962432196522,-0.9195715480900304,-0.49941297335781965,0.723091684588456,0.5929370146711461,0.27238832029807153,-0.20837457980278193,-0.7482149595888135,0.612826708497932,-0.3556967882929805],[0.7246040545804817,-0.29997112579380036,-0.4942987054145407,0.4293834068651635,-0.8109125680205953,-0.7521366914655969,0.5718523526449123,-0.28592840683498116,-0.761418290012823,-0.9510615226135577,-0.9939378174362927,0.5691219991712184,0.38068326086149923,0.3942457289995939,-0.5274636507514501,0.9098924278665325,-0.754291032469216,-0.09176720205532107,0.1941876359122856,2.053896203288163,-0.35191918814437206,0.315349030384753,-0.4475131374782307,-0.5889442953150839,0.5148457409810376,-0.49799425616695187,0.10351717728029414,0.4395747327019923,0.11878757647878459,-0.3162493659014714,-0.9610837525857396],[-0.6337887535672228,0.3379001295190434,-0.7225224131929182,0.1078919973412085,0.6273319800797253,0.5012159662481467,0.8370281696136604,-0.556553426255134,-0.39335657716345046,-0.9816944887985924,-0.2883210201398946,0.5925173121342358,-0.1369312868060139,-0.9893250534022645,0.4253248694854381,0.2964159518231874,-0.36599373013299014,-0.76189850390721,0.23793551231598506,-0.9930929726973557,1.8608498737494967,-0.06736735872008644,-0.9466269738185613,-0.5581923828595743,-0.5833208679891596,0.8161396874879738,0.8815949011447147,-0.8872385629057573,-0.4810487106338064,0.07792158339994508,-0.5443935038318214],[0.3875839006705362,0.4265381130582484,0.0799802215236443,0.2801172980074339,0.7957466455920418,0.8181461413133406,-0.48351585422364934,0.06060086932598026,0.5784050202965109,-0.764710253832468,-0.734865306507839,0.6146816438272639,-0.149885981707905,-0.12773086241194526,-0.5723030816254678,-0.07904241116393808,0.8802273395914306,0.6581421749713797,0.004696585286509769,-0.45434816012681195,-0.10478107033761222,1.632299015085726,0.5600779864782218,-0.3755073585670261,-0.09936857052996072,-0.7240193563035802,0.07304681015321064,-0.3288889744407312,0.038707557971945264,0.5643418881621166,-0.25610724023685216],[-1.0754841793795413,-0.09690233564100979,-0.30206234868307974,0.3548949203898775,0.5872962297930504,-1.0670260302279033,-0.5623312322486799,-1.0220048933125352,-0.217444945918055,0.3293536148405199,-0.8158385918345289,-0.544408417306001,-0.1249558720952807,-0.07462097893107447,0.6497843869052168,-0.8163924322559625,0.3991990034153273,0.5548551650100556,-0.2204779778777335,-0.6932334906965638,-0.5653790565020008,1.5008357692382621,-0.3883219038714654,0.901883426386402,0.25419242718534435,0.85126967043771,0.5522318385927113,-1.0152369816998323,-0.403291070970325,-0.8089435199917607,0.44875910140664393],[-0.35313261171148613,0.23566986005086424,0.9300037806074636,-0.753513925549938,0.6880294115166891,-0.24368978095077576,0.2776910369163771,-0.411584124866904,0.265537826522011,0.1252279212338863,0.3422797543694227,-0.3368852597505463,0.6975429989871182,-0.5692300362785695,-0.7196474294576971,-0.8817582688066625,0.841807840622323,0.9369010409843067,-0.4370069126967966,0.7640432863226146,0.8288668732189544,0.5933221235284882,0.6412416866927594,-1.0232283083060618,-0.10406167793573273,-0.370363316415089,-0.44209628463079387,0.47546326131077304,-1.009912884367977,-0.16061072352626005,-0.15442143383679016],[0.09550464436541149,-0.5978932758988431,0.04217407924645523,-0.9410776167843421,-0.3203877160350195,-0.12363272760712533,0.22637819287465216,0.5487452541348402,0.4683301139216476,0.2949642020403457,0.007856545594078647,-1.0068527439193657,-0.7611701993811705,0.1815587331268843,-0.30203820601239423,0.18329234909638878,0.3234839947840634,-0.07148660504611788,0.06686546603091953,-0.5005782122604141,0.3862685359468596,0.560823846638691,0.7704780095620613,-0.2132234899950551,-0.033092336338761866,-0.4631973245702958,-0.09696931991666857,-0.12280754829798658,0.8032499991466991,0.29554474306421136,0.37123564006964294],[0.7740025181431434,0.15937556201931236,0.6988879779431678,-0.9909051161396496,-0.9805583734165024,-0.6918120222995344,0.909367429067899,0.6382673286690561,0.3939748000928744,0.05587304314745328,0.019463171748528376,-0.08191759102211843,0.3288949161708129,-0.20716764211195657,-0.8266046755491868,0.9256043719736463,-0.6325749984610916,0.043070040567531574,-0.28879534909740145,0.6036794729574259,-0.8730641935862896,-0.7558238870980633,-0.7402201516674345,0.8793270779347883,1.658455895241058,0.17202522953753063,0.1619842935384338,0.9146774604435003,0.7731783993956598,-0.9133544188417183,-0.9314922530708405],[0.6812935222427222,-0.2863834468321887,-0.1967942745308644,0.15148941266901103,-0.9375567906662987,-0.46565109280180683,0.524441287480078,-0.8475083529373325,0.5171984829384647,0.47539814639415323,0.22955902804642067,0.9225132972757615,-0.12926699618856863,-0.04612319964096621,0.9341403431555714,0.36248397243423053,-0.11084428221825975,-0.48572641684401424,0.3961167771069264,0.13616290083208932,-0.592024823755876,0.6576849489365191,0.7278856286099823,-0.8781230902622795,0.33517495504271577,0.2624066979645662,-0.8587811073103213,0.8522410703559563,0.6602570989696157,0.13087387432201417,0.69016612126708],[-0.4911051744946536,-0.3789731416574304,-0.8671159269228473,-0.23666490432184656,0.08926708117658266,0.5091998390002523,0.2296309383023658,0.919743628897186,0.1845337711008677,0.3735582221890942,0.38179488312374305,0.20635985894370162,0.279679745828412,-0.9314871008185747,-0.5866670310723178,-0.2683816446616004,-0.6020173287154112,-0.5568654632532464,0.728577231231108,-0.29278158262034654,0.3333540611507647,-0.7370013436983364,-0.13006419179536202,-0.37716475648697123,1.3030515860177734,0.7612766728872468,0.2580670221240025,0.2466810129789771,-0.9519070651467149,-0.2841664801371951,-0.30701544249131585],[0.1328847988655436,0.5659694004299175,-1.0059760911387312,0.7525054778857931,0.3645899550116176,-0.5978040486907049,0.40675951446288144,-0.5686277535840065,-0.38546464536044633,0.7049501262652962,-0.6263570882394419,0.6551636747885244,0.10421940060034951,0.23666213078651258,0.05671080157668736,-0.21157890964597922,0.7072270608102156,-0.44169770001740405,-0.17018119994704436,-0.03366188755287493,0.21695675503668668,-0.739011574462888,-0.6911546142518388,0.12270632302223236,0.3028537567689404,-0.2805820884424122,-0.0035487456031416515,-0.02614547227088158,0.3158210463030264,0.4464171856116094,-0.7325805779424966],[0.39135049153996115,-0.11115272770219564,0.9389246109291063,0.9445962536881389,0.9347724353803232,0.16222692996610563,0.1895085707495048,-0.22518335562535005,0.07583505693127875,0.22261035252116015,0.7211158450010614,-0.46803514863816864,0.33570445949003885,0.7831348577742082,-0.5713821380301696,0.688694594838143,0.03610840177168518,-0.5231458454856713,0.09004963018210077,-0.06343788505875576,-0.6200482900812926,-0.2788388045900795,-0.3182127526052226,1.4980436621833106,0.5316238878586134,-0.6304192421024565,-0.16777527677596155,-0.6206404431386385,0.3171751460666743,-0.07223017307347969,-0.25943402150192696],[-0.23404426062867847,0.3451219473972288,0.01478275247945605,0.8664473289088229,-0.8331600427830057,0.5688985198459569,-0.3208500199592981,0.0509167465289573,0.19167454014786556,-0.8741833326898072,-0.03915435033375965,0.5562780567113491,-0.09786098501339378,-0.4902168308286499,0.47809915461744446,0.2599101581171652,-0.727868196919451,0.26010456293446255,0.4209872048157118,0.3966727801727648,0.6305183993212944,-0.3067964129772431,-1.0098863053802927,0.9367538779736652,0.7052012041966988,-0.6923209120624273,-0.7119194911969093,-0.8012462107726708,-0.7872011442759387,-0.5572780621695355,0.31469235560288467],[0.7181541290386774,-1.038225016386947,-0.5585720734603199,-0.25620500756669073,-0.4697064997509626,-0.5243721390951874,0.8427120127554489,-0.9818766884714561,-0.5951641390035529,-0.586220691078564,0.5307593094283116,-0.0463349849142755,-1.0517360004231697,0.6374698693297929,0.3508171717951094,-0.9270529653720652,0.2211708889636225,0.7425010910313569,0.4252933438926428,0.2930720814460401,0.27856966501235425,-0.1745364090739772,0.4358301437702716,-0.6431972601951409,0.37995527942904916,-0.5042879524248706,1.2019940067642298,0.7595778243562609,0.027563128356680806,-0.13756656314544466,-0.22240831307201236],[0.4905041547032318,-0.25333621576363374,0.06868311348634062,-0.7890330600811661,-0.46804294873107793,0.4809570120142746,0.00828123107676488,-0.2943575341556837,-0.07392342029988813,-0.798703943618701,-0.3434401330743198,0.09508175910549034,-0.01834730862141496,-0.9192890775576007,-0.17685216523046074,-0.8052551401310526,-0.9237910037235189,-0.7697429712777716,0.5303912587508067,0.9074166253268728,-0.6937953940277417,0.2695416961298699,-0.5629009302757323,-0.8604591400677998,-0.39701502015321094,1.4241707398423296,0.758482751240548,-0.3461771356929374,-1.0333827935464945,-0.5998072580400962,0.9138034538508039]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.07599362467262735,0.008645352566509064,0.008612479988219275,0.008039205835318378,0.007566794157740043,0.007181822463888455,0.006861769800675776,0.006590597986162429,0.006357031006202348,0.0061530123428404585,0.00597266707377297,0.005811620400375869,0.005666548691539896,0.005534879848472909,0.005414589807697963,0.005304061669353095,0.005201986289690508,0.005107290829932365,0.005019086505626283,0.004936629762000798],"Time":1.34,"Locale":"fr"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.38056757893049653,0.4507437272660891,0.7262713166918606,0.31767761890584534,0.4060465498050339,0.5452170544751435,0.5527064757594606,0.7121845869116821,0.36389112014660324,0.3275473010685139,0.5078218471214411,0.38200370304942805,0.2935388022560901,0.4679898359387552,0.4086503596740388,0.6285634057795759,0.5591867260775691,0.4073455259806737,0.6834758665190366,0.3957766184042763,0.46650223275733543,0.4251234585607608,0.47933495358249467,0.4808495959474528,0.4683240870181823,0.3327872838359687,0.7336368490410531,0.7026966971570809,0.47362911597414975,0.31249776270417684,0.5160990713905004,0.6535683117316606,0.6764736296099887,0.5507109580246191,0.37493601901676316,0.2996873870868024,0.7242804858153478,0.4725158566850298,0.6673064516649517,0.304864033332967,0.49046833935098383,0.6545391222748739,0.4277901913328322,0.5834730360194145,0.30500532711147943,0.34767426079750674,0.6558408912272214,0.6952274467180561,0.6951068184681988,0.3753113416617751],[0.000014841357843014368,0.024245067388612165,0.3830897072114077,0.7032645344696083,0.9612573214481677,0.33858809136579915,0.000006416768059832846,4.023001948491019e-7,0.00769480649551215,0.01219080417520302,0.000029239410490747858,0.8171518968585317,0.0015733037148534844,0.3260172444853119,0.35874013756385537,0.2633583776150528,0.00010373588357497078,0.5658577992140804,0.0037485417121319,0.31543802891526007,0.5148349342401283,0.7961795021674786,0.000003800870446292962,0.7084650686543196,0.5967331491952099,0.69620180657528,0.9309608117332845,0.08187684825394094,0.036307997213591015,0.13764862214959897,0.5225956597990958,0.056377513672934275,0.03174057228173685,0.003512366345524171,0.0002597448230702322,0.7552133646995917,0.004481561296243243,0.4805300343471324,0.23407423699445148,0.34890041472930894,0.0061394617949063,0.29247706577851545,0.000010124291287479082,0.38283693548363884,0.5013874482496407,0.3880872316371068,0.02575444046140725,0.7327456129254437,0.2680152813423589,0.5281938567698571],[0.000001163281792583529,0.009237806721094201,0.2891698550819552,0.3496580120750349,0.8998220177897518,0.12822185391996613,0.000005410886268027247,2.8739044188854285e-8,0.003663191588312592,0.021659611724732023,0.0000052674537602792735,0.9536198802327067,0.0010220632431318163,0.3452944670740522,0.23008787057196908,0.6795711229709342,0.0006350168402443473,0.48298201166629073,0.000747551556175085,0.2350360128816148,0.6054000134421744,0.7049441301413273,0.0000010809941255677118,0.2438106752034316,0.7385068128011414,0.6061714213867825,0.604553387097053,0.01825788595472117,0.02834093121426478,0.1432647876177248,0.8163217106294353,0.002589652571113252,0.02110957300598608,0.010800498790651218,0.001464024310589718,0.7174669621991056,0.011565091827974655,0.492574366870489,0.10365920170492528,0.7304378336233094,0.004499902849724586,0.02393375836824962,0.000009319686668015215,0.5374590629165709,0.9753166529098162,0.36063587677014297,0.011076160517136831,0.6173894012752154,0.721511455670435,0.29898353273041406],[0.000004768898210193466,0.1959986576833389,0.5712367775564771,0.7659958650162583,0.9398345911783695,0.44136255303011374,0.0000014461487742752329,0.000003500285262109434,0.00572173326861048,0.006396759547054887,0.0005248979263079892,0.8363396962631545,0.0002612078067799717,0.366535856635073,0.1427202212065942,0.12806215410475197,0.0000072045683608308724,0.3842290214687373,0.012874715927912206,0.43337348332900794,0.336415003929745,0.4553633726614007,0.000007961848409782997,0.47831204568078844,0.40157136539234595,0.7611202290984458,0.26957923486888036,0.5536196450253191,0.03465140499162447,0.26976164715738865,0.6114899765047366,0.004405850242645063,0.6567813919293773,0.006163124541586015,0.008954351866944623,0.7148195898929586,0.0018868468217950025,0.5044323645500852,0.058976701056707326,0.3205754159709614,0.02465825132199055,0.005211416762708788,0.0003893555194405877,0.2126800004196664,0.8398148765644092,0.32212410337012237,0.00277273468130637,0.9644698157206322,0.27224732995221157,0.5043752047581386],[0.4357114579292698,0.8152330606821462,0.13891922078968896,0.6781590482099864,0.6570098990864942,0.7151144555668175,0.4321552515163337,0.3891969844792514,0.2967592889644242,0.5649513240664309,0.6778151413858785,0.6955400688933531,0.25105336557840324,0.8049241005943526,0.523454998241712,0.41649271017343553,0.5390451359881654,0.20984460790814327,0.10828737782029284,0.05887875117636171,0.2738003241491764,0.638102904583379,0.22299684532483974,0.23564843450955486,0.48156169331644494,0.6064121263751806,0.24021091018298235,0.368316612177143,0.19295875261116852,0.49611047559737703,0.02765493057835558,0.5177104674134648,0.4574993772149663,0.24343327229097017,0.184953542659788,0.2659773890713322,0.22205547079537974,0.696867422742043,0.32203598812097445,0.05907425760068619,0.5023508479822837,0.5631478957522525,0.6160217962074661,0.6541349854396223,0.012477166263594013,0.6951528764099191,0.3833975800729874,0.055369640203063133,0.7965917158419905,0.44904636333139336],[0.8233040443986975,0.7858317080629181,0.7716385851723438,0.2540016474629172,0.5012171342649225,0.8458084718777201,0.49431829338159855,0.41171564478396105,0.5734526051102551,0.8520338490137997,0.6983851543998223,0.5854741292684463,0.6015618845551614,0.5189940946984224,0.7821375775000092,0.7787366836864986,0.474973792056255,0.09368730879735296,0.01902597699794891,0.056966480128061006,0.6720543749942264,0.6300024503739605,0.8008307134463366,0.10164750012980493,0.3755078674195323,0.56183990472663,0.2572551966597335,0.17417240483651908,0.12621097734082637,0.676050066943693,0.12619124321460337,0.30063336604753016,0.7571205122962259,0.0815147338944982,0.07893091712574563,0.2858260068146622,0.41818000575545883,0.8011535653369352,0.38389242031035425,0.0396350628653006,0.49336328875797986,0.2950432643635999,0.7940340818381058,0.5310095899254297,0.27124860733388956,0.7029843364417124,0.6846284467866152,0.2588706291160417,0.5249513908230541,0.6177041692246599],[0.634908383887121,0.8284821400202955,0.06460951454995656,0.7469055967585062,0.7280738910161454,0.21506945731097152,0.8074948338370435,0.2113122839969701,0.03159882274626501,0.14705393873556213,0.361330941967399,0.3685884656277252,0.6153748299275625,0.5264825749924934,0.6200867481176892,0.7265367335194106,0.50270614487946,0.2852787308623607,0.02415877478912981,0.05591636683729336,0.17916781176887503,0.813795260289379,0.7034870462672546,0.2995907580511676,0.8443364136192973,0.4341586782721048,0.3587074082743709,0.33789403737862733,0.27325461845813387,0.7523224617098325,0.1012124490712811,0.6199012939270628,0.44264354200965716,0.37256242373898174,0.5935799665641895,0.38905354280773236,0.45250936819495574,0.6009148547085619,0.7092808666040729,0.15834053384688554,0.7855850613119472,0.8038105720218094,0.7195525114416137,0.22675897633987482,0.03170301853221324,0.8262467377384589,0.7419646878188141,0.07482923929395492,0.5342077417778744,0.6900076055448275],[0.84627573777773,0.6703785294696792,0.3379038399613223,0.8944442899929409,0.23654877178156444,0.39899659495418127,0.29013842563294856,0.32903340124641683,0.9244790156691258,0.010263751503026873,0.5542164294447951,0.7590269970973504,0.0000034507984156295106,0.00035087449346461096,0.0010224662632931129,0.11041457108109869,0.06913779925028017,0.000005486986445312937,0.9629720100924414,0.000009655635292222167,0.7604443082499701,0.631395234981125,0.000059771552833404815,0.019652608490390036,0.7891437090857514,0.0000013996094392531317,0.2090326989931079,0.12849538301213964,0.004473543670176837,0.20599272747554806,0.89813652173027,0.5467604273078075,0.007020071553002999,0.000003529981932067771,0.4730413376945266,0.7525969242819446,0.6721385576077363,0.8262727903772722,0.0036050178810203737,0.7623992306142493,0.0045624921302256085,0.07878926877545686,0.15008253310428732,0.9195273804984546,0.005654495968580443,0.00015666551124600994,0.9265755243421602,0.6385607195624291,0.68548752611604,0.18118765214776963],[0.7010536535502206,0.6539727297362603,0.014139641180636483,0.9434221576252417,0.7035165338223739,0.41278113122286875,0.4701386963721823,0.06463645155033704,0.905729909306504,0.00005818714736577676,0.8123267403246548,0.29665816170124604,0.00011418767543647464,0.008017343775696888,0.010327806497581709,0.5325220679209761,0.7900773905055248,0.283154019071282,0.9704934134650236,0.014613164030251502,0.7784668063362785,0.585674317134364,0.5668879440380273,0.27767552124301226,0.9008121677247907,0.0015241100902773053,0.8050040510560404,0.767699413494588,0.00034993290541361253,0.00009379299485142632,0.6278152854011515,0.0795410924175885,0.0007394640046831936,0.0002898760326837432,0.002030518193344651,0.5321669092742862,0.7682282340208683,0.9394624659638355,0.00014503435286307415,0.3249292529240823,0.00002864340141480278,0.4064708646726681,0.7108830035993611,0.9630897224347059,0.34467264293538225,0.0009862193290007682,0.8986563215837904,0.024991301409148178,0.4200336366473342,0.5456301164559434],[0.007929863797334286,0.6399127279448252,0.046362260132020425,0.33310335497869076,0.9336270717156724,0.10049708491667407,0.2601710672274651,0.00007241128878699006,0.36796968764194826,0.000012351816943821,0.7595246392641565,0.4687703781639263,0.00020314077868944816,0.09400843463567822,0.1657193471041908,0.2776887432581701,0.3547078428842572,0.5087649352825734,0.5350184894312641,0.0017414253563889466,0.3389122553570464,0.5056839313664147,0.06619244988232226,0.10366235614197808,0.725550752941744,0.055787982038318,0.958726677816338,0.48823599186987765,0.00010042030652766976,0.000027110197632664133,0.16285601276810402,0.09536089303547053,0.008577431954728158,0.0018190062553659519,0.0002000005158278927,0.8818311090708881,0.12579479065866644,0.3487091349171438,0.00008085932861153476,0.7638068934992394,0.000029317846942609826,0.4359487624979012,0.23602277221471812,0.5164919179902854,0.7831721736758832,0.0013525396013884235,0.5538884099749507,0.28429570626520023,0.42908213772996606,0.494853632716923],[0.00004834687878980269,0.5275672672454519,0.014752653496556953,0.5270011555277413,0.6863180664304337,0.3961266905658011,0.01912466236320998,1.7726302212855926e-7,0.1251186976844885,0.007664079083045001,0.5349983622831684,0.3710734744278946,0.0017265883519077545,0.059477433169493485,0.19351010594220064,0.1496849190123162,0.006829695465848354,0.5226497903434414,0.500821441044077,0.005032064607482818,0.41713740907500346,0.6789357686582358,0.005851265214575837,0.2205029142052185,0.6041382661455392,0.09352699143894845,0.9224126332849683,0.5532726105763597,0.0025769825644215627,0.00002504047743776756,0.008750254845879836,0.00746445114920231,0.02566537621428981,0.0018779734858928544,0.00024154927729522132,0.7326797855910223,0.10472164035940652,0.588742279168236,0.000009611792498209472,0.2982629889153805,0.00013367790541102278,0.7385401214042586,0.0658202449546618,0.5117829533426512,0.8611577504261747,0.001667120648235957,0.5584571762555308,0.5681008110203296,0.3056971897698149,0.6638368009308332],[0.0006019059042320003,0.0031644615481606774,0.0001980326376452442,0.022893716017761166,0.8529998224257503,0.03530310451196537,0.013822725201122573,0.5689188603839581,0.000024013694486590915,0.0006451315591659312,0.46870847738568566,0.1184525901829283,3.0117877258307693e-7,0.04084846134029831,0.5140945507388051,0.7462279640567,0.027620111373902117,0.05661816647943136,0.12086418048705186,0.1986617463623519,0.03716148937337194,0.8559955028697379,0.006942529419614889,0.5746052681384867,0.7989751386387257,0.3371736340639497,0.7864374374381431,0.013669179090659945,0.5318481986714674,0.4347562966745584,0.6947365639599002,0.49855707669701693,0.48171360729041324,0.00011536250499221593,0.48668072301628684,0.7262444126717232,0.0033353283890309314,0.5655175388800135,0.42653033845191096,0.7893974211115471,0.3628856550917753,0.6167426587860033,0.22935746174911834,0.0043466576350105375,0.0017853042456455791,0.6281389001263226,0.271798247976373,0.676835171256801,0.09578754458608359,0.40862294744672517],[0.0317197859608426,0.2604326435880572,0.06785018922505785,0.39683159223234865,0.7871737802542427,0.3068720493489325,0.6735004023566408,0.869393212057873,0.000787561567774517,0.01698243346516948,0.8363490645326023,0.45056150724950017,0.000044739346281388526,0.010244374980201112,0.8822068203398915,0.4991022221704545,0.3042199944010765,0.8884647675115941,0.010857793719009147,0.5609966496428056,0.44402377001509685,0.788127851050399,0.16885746017126418,0.718194133743141,0.219447170447639,0.7887685135119575,0.9421782592898816,0.611897535857798,0.47918436423032923,0.8728766712270771,0.7720244737169863,0.8603089506676064,0.553111904502068,0.0002822817125120701,0.6386807971525866,0.7023776165005059,0.01638903535904066,0.6887825498456186,0.06083889596751049,0.06818286105875136,0.9124936117848608,0.6916195534585863,0.9036927506243555,0.45432803200443606,0.009668257069525024,0.6862903918799508,0.30580203208596085,0.7824128236400606,0.08103459955024045,0.09412100867694763],[0.3632589985652611,0.6242246237021809,0.015647021183580398,0.5713595071846398,0.7416434891804363,0.6219173945567893,0.2551190199853415,0.7859916499857723,0.0037931620386384064,0.24824307926732428,0.6517289089832262,0.4806642871206457,0.017115292488355898,0.0029395196830431522,0.7562201558601449,0.7687951246400656,0.504810328884689,0.8827428736592529,0.28309327329673567,0.35863292619815296,0.2340635463765357,0.5695170067670586,0.8077308875920819,0.8628224934535323,0.5776988638078209,0.17947524915343935,0.7375094497168989,0.21317538218829443,0.6197744253278186,0.8075946671940537,0.7800868252308805,0.9131215409386311,0.006924228879180918,0.00034765200096443865,0.42798969734218756,0.4156816384829766,0.005746167302283837,0.905128310865983,0.007523101811310201,0.4377507345706911,0.6924921364386493,0.16435127624940726,0.8575193259562407,0.5390324409169592,0.041641130583614995,0.6152953531422184,0.11685192296731453,0.8733347716553163,0.12959858480115174,0.31018356985869944],[0.7623112307180657,0.45097818811434426,0.7718275515849053,0.5744353726664526,0.4807350845600959,0.8934017501064416,0.02107121968830667,0.9149636075391547,0.5870367956535394,0.09755342642979357,0.5116673646694211,0.4790560046397447,0.866675458109789,0.6908482830920369,0.04163082116413131,0.10657562603344106,0.48995016862365653,0.000053639422801097226,0.6829362507133896,0.41648900178515225,0.1676721299528382,0.5045532194647394,0.5785708507990104,0.8975604015525571,0.11344418221860504,0.23448915900958064,0.08130599686813944,0.7435747281512001,0.013800596220428483,0.6555920788669153,0.7851295682408439,0.23057620468912093,0.2779887994102107,0.6572032801852857,0.5470755340760359,0.4574505169655985,0.029267957918400093,0.6309942090964349,0.6783722738961716,0.4455863395810319,0.43041410923419465,0.6974603047333906,0.19325643219450814,0.5447103407453255,0.9132666344243753,0.01770627548756332,0.005466442038029834,0.03920524558950708,0.5022159375394601,0.001907816936601116],[0.6826616248017919,0.6185951442305788,0.29180223659235277,0.11439484802726395,0.173770652429758,0.8457689294294656,0.025548382053953378,0.7284200326356153,0.8878575389439592,0.036396046194460574,0.1115601473832723,0.5192120249196224,0.6273722467824284,0.9395828048663176,0.016521826074412056,0.9101704270787642,0.4151062184314244,0.00016062788680782394,0.4711113315727422,0.43751002822402163,0.7214617544728695,0.6710205865656257,0.6427277502584491,0.42065581014179076,0.47985334599733276,0.7451908888255064,0.546885432228283,0.24992466922177106,0.07578040734624397,0.5297427097288601,0.8523226002155976,0.7719493587788027,0.021265180842665567,0.4116811786847313,0.29038600299244194,0.6448885777311585,0.003501528157349773,0.5773594974203822,0.8410169745669115,0.0617430238212448,0.21906057916652283,0.4690325521458331,0.18478265872931243,0.7134599625437799,0.8038317307192668,0.0003260146659792401,0.0011831839465854766,0.12776511163052795,0.1935332553617081,0.004079146783339331],[0.8332740976770591,0.6742113588027026,0.7643937236953298,0.09352526482047044,0.1484926448903456,0.2935264041091447,0.07601322289223371,0.6385687011959803,0.6716688958757633,0.09195315774850628,0.8630212888861133,0.702544844671483,0.7537229705631187,0.6665147205100151,0.07474800454038955,0.5719250152336535,0.5549345547804866,0.0034747034235576594,0.6415674011010777,0.4868120306937565,0.4178562251158001,0.6983677413019211,0.5341835336567902,0.6003528168484868,0.12581706247500196,0.5479653718834487,0.534888980153057,0.6683689337954793,0.4222056745312884,0.5535617798682474,0.4020133369483475,0.2654792676095249,0.6039144532422615,0.688673498145968,0.8739288309089298,0.6149488151872388,0.4093839744059789,0.7985808017984076,0.7106726322975934,0.363198320444768,0.34824259241018146,0.5532462547815953,0.14756836184242073,0.7118235399323396,0.5563603905895452,0.1161288391192606,0.01362184750789694,0.25300266610275185,0.480303011081361,0.08574142930312721],[0.6680245748611296,0.5998195712778032,0.5170977767589514,0.06872615430324629,0.25283582977118674,0.576304501919196,0.1608559427340851,0.6380916186608889,0.6493010829574999,0.24947678129180115,0.5275516999139606,0.6987780369818488,0.5838785118194848,0.6662346245682229,0.14972440327401682,0.08239903947865279,0.5860590360536524,0.005334051818521843,0.605733663535956,0.392558280888942,0.7960523921408078,0.4483660805319491,0.8068018896740603,0.10235743311750226,0.5469941358450621,0.6316922099122905,0.1436477435107514,0.5577170216153028,0.6873066718839728,0.6066504977763523,0.5063642946170804,0.32055999729444357,0.19483592707331707,0.6225945373550785,0.763103538451887,0.816030425520813,0.4910348715025533,0.5090643113526763,0.4505794576635271,0.46317914578717834,0.5531801233494245,0.5224945509524843,0.39486609420918306,0.6188864952682342,0.579953812248738,0.25996321127249056,0.36896083210439423,0.12983482973175003,0.6431760223732008,0.12918096260971335],[0.49058122102733837,0.5489882213704825,0.42491850349107047,0.4479663963443426,0.028699090538362625,0.5690465814229453,0.01462544383811567,0.615599398466124,0.7520044728998204,0.5742039363815821,0.7154550343416236,0.6577740881365212,0.44264714789273835,0.6628510157098964,0.03293975342448816,0.3282444909735954,0.26618725264608345,0.008510230893141473,0.5300243125220081,0.45452483526505305,0.7527884116232881,0.27294941526721794,0.7419388203748075,0.13480685511068194,0.048452125636562864,0.8060773422658694,0.04424671874390263,0.7924680741277763,0.20756841793040776,0.5881354342778028,0.5697879557098654,0.5058502069949922,0.8271824765794603,0.6799167672666508,0.716015800850583,0.1897742101726103,0.8566405427900033,0.2752686857553322,0.7921515130674636,0.043124108441601056,0.41439392303832767,0.6794861330225811,0.44092989543901717,0.4017452233832128,0.5172400982212032,0.18261989289241126,0.40919111820567855,0.4664158766280425,0.6477779663046773,0.6166810821112972],[0.44492285045633484,0.08073487822566688,0.015506171768128591,0.6064617831332804,0.4350356277359636,0.9713999426775077,0.2610883044093258,0.49002041883386144,0.8171723336647781,0.40985420639179454,0.0007159982394827233,0.5961159502017478,0.5169160073467375,0.7787640326332991,0.012472274488024187,0.8986010971126743,0.02726430745178064,0.12858928325789973,0.05556360397543214,0.26302022483994103,0.7201370236334127,0.617427468030386,0.33219272497342855,0.5716424097718578,0.37422411408740136,0.7547052664006956,0.5266235510938994,0.599616968476643,0.010764385541046823,0.10630522477176388,0.24292454637008343,0.8932510130803025,0.00003390372864977045,0.03650980682532854,0.005307420010523315,0.714565205781301,0.00006807691087037792,0.035045143308614725,0.5200225032165076,0.21456259688887397,0.7093961138369207,0.3728792764080704,0.7028553852726404,0.7054149948018463,0.7955182947409191,0.0005886892848229056,0.3048007313622082,0.6552893886175392,0.5474935555008185,0.0008822389987612964],[0.44838394370856155,0.2998001270072781,0.05759332776689664,0.6619005473909441,0.7243634738273398,0.24904512093457312,0.5862385695391346,0.8157515195851617,0.6659566932664285,0.7023980974441989,0.00027964159914175033,0.12133036936195511,0.358423142500039,0.8948452503356548,0.4038209665228061,0.8222379766888582,0.156841168530209,0.4125795633631712,0.26561044739584283,0.3155583160975426,0.46774883394459316,0.9495823716859176,0.4442736465954738,0.36476035174100435,0.10367792696106665,0.5943722031472233,0.6843398991110128,0.3994429119528198,0.008129159084970241,0.03383111493292499,0.0773577309481342,0.6093921426552145,0.0009225175751805188,0.7367510037442804,0.015026544986892123,0.4781820373320171,0.00004635630830088701,0.032257125312330485,0.9696466530663337,0.8830494177612452,0.5246385615557289,0.12097372498491532,0.21886257934276648,0.6461747118173632,0.1134425724395705,0.031137514537073162,0.18593969920397674,0.7081485742397959,0.6972792113051375,0.07009622836601405],[0.05738578779283847,0.4219527900048595,0.41863823073502676,0.7662662719067593,0.6479590799393135,0.025588970573293453,0.5547828042073266,0.7044761685279373,0.7462722792770105,0.5687183764893582,0.007138441085425364,0.0540080154471003,0.5361575450675694,0.6392711411816331,0.32865881963289695,0.6703682668177108,0.356304111053468,0.6605787543043363,0.7297243194383728,0.5681682411273528,0.4578245912527441,0.626045661182556,0.29849600828232403,0.6455160147394191,0.20779696748921064,0.703301599617723,0.691594538814982,0.5563706614120328,0.06210687062551465,0.510740750438313,0.12159242697634591,0.5268506695532728,0.000464532032175456,0.5612061075724373,0.047419768314297,0.6846614259665468,0.000058968725943701225,0.06445809697615051,0.47838292294655244,0.6566026168291283,0.37156187595071344,0.7863439709230536,0.6851445382679863,0.5204776625506461,0.13594401701206713,0.3679558131195444,0.5092407324386663,0.39079463195686637,0.7348411624597413,0.7963842197778974],[0.08100367574986535,0.4555035471226731,0.00034527931547179695,0.00013665303941725037,0.5825695475937825,0.5829190192528408,0.000021515398249361192,0.004060204932863524,0.00013966692112474526,0.3276935141707533,0.6495697507729199,0.5298681823819994,0.012484995205710973,0.00005285495918606902,0.043792790744690446,0.18987369948248808,0.002970434822274858,0.09129070784421199,0.4289746505757201,0.00042003595116456646,0.5015888216689534,0.5731374339687001,0.000015208991838849208,0.29588411845273405,0.3786339888450487,0.032118448742410426,0.510875439184425,0.5350039265365545,0.3883639232556883,0.07293912626920254,0.0030938800688716786,0.35062737125387267,0.6519488142576385,0.568780356273108,0.7655332703981295,0.515960808132697,0.16993626489621586,0.7369253136745858,0.5640935629730878,0.7540410625655786,0.06955137351742814,0.5793581040777875,0.07165658608490708,0.002941403940342121,0.8106070452801203,0.2605460207311215,0.3920580369292627,0.22055774881122686,0.5533815515271432,0.4209283361634185],[0.5016317517161267,0.26322292549784065,0.10236903296462657,0.0031629660054233945,0.6982579317653086,0.7850623291102439,0.017541548343521375,0.3056563087724403,0.37696218243816615,0.682208411711326,0.48921210604228993,0.7737291147477525,0.1072181666486902,0.010974583697263939,0.03630928354251921,0.7269967666446134,0.10233166067943616,0.15036848023345903,0.7163336049526746,0.16307302122249898,0.7639749440950714,0.7764092833965455,0.43836061913717445,0.11221539797588014,0.009827038410424212,0.11179867705287953,0.36792422496212057,0.27562175171515396,0.7137769479546114,0.2948702260060455,0.13571349156548415,0.6655866861931679,0.35895779792062527,0.7881165421029271,0.4418411162646298,0.2685785266795567,0.3688630728442246,0.7369001530103191,0.5328294015225078,0.5500070305944796,0.4182856387754211,0.08147816926924718,0.8164157177135799,0.049042093110697224,0.3851032127941907,0.5060166189087484,0.8673725931699819,0.4452805943415695,0.23042881177225924,0.2359155399413611],[0.27897736378511595,0.21085012048516702,0.0048251375150930075,0.00006430583825231816,0.9433564370322467,0.6580350696159497,0.00006632832769832395,0.00018537805920181444,0.0019079119049099974,0.3391750329230451,0.36006601751156975,0.6812932489457556,0.00726057594926555,0.00005041489173396492,0.027566467396134636,0.026034864900638846,0.003644798816742486,0.1753378940440664,0.4239478824742083,0.013101037648859545,0.5760369811500703,0.4416126469384677,0.0004883646717741738,0.4048548079304363,0.7516977471579732,0.2999301056981117,0.7642240150398166,0.34904155372500456,0.5856337912078646,0.13492337867680293,0.021073133114782178,0.6078008578660787,0.645386491382053,0.4527379860540199,0.6194804836593342,0.828675264257602,0.615446149508445,0.46348391336950173,0.4489157599348016,0.4599673817053041,0.07806038399898203,0.7684163609028257,0.03132209877577549,0.00030863752996118866,0.5925251511293946,0.0941960869698994,0.518660592520012,0.10141622406623167,0.7425544171345196,0.3289768508543301],[7.005861674063785e-9,0.06267070839530954,0.0009103605011473512,0.28257840712891,0.8989322077294778,0.6915019632956119,0.2589713144255816,1.7808480380141925e-8,0.1539551766187917,0.2902360762622111,0.000018691511609950654,0.942341569334883,0.17484925234952112,0.034000259830796936,0.000659485500473129,0.7913954576452088,0.03464622004312072,0.49197461382602414,0.000007883999658452678,0.0020111406649151635,0.5191296395764656,0.7467246503846102,0.04449528414361847,0.04836124103177838,0.871862157212019,0.2260380668913061,0.6990262340915778,0.000003655208462191988,0.0000344977028276591,0.3926276811860016,0.3270305746206828,0.0002691442782439489,0.5701180195363914,0.0001824143746480083,0.02580398985793108,0.8795152437900325,0.3360348403600318,0.6863690842915706,0.00007741287452856194,0.47619375232548206,1.1009376889966191e-7,0.3041032286752079,0.00033795288648304976,0.42597621717577655,0.9102426765640136,0.20906219630953699,0.1056683999168239,0.7580751647523034,0.6855908916819847,0.0013413556643427833],[1.5155229382085657e-9,0.06781785742632598,0.0002806666913281085,0.11312289250099773,0.9143676741755894,0.6814276523980473,0.31427774861814994,2.6312425697573496e-9,0.12872826206827592,0.4351517679780993,0.00003152658935028003,0.9161751141738771,0.11093004339000302,0.0350351142878323,0.00012364601735412415,0.6083323663428745,0.07998166320204625,0.47177753693106894,0.000005005679121664402,0.004393747530560021,0.5997165897778337,0.8394119057470006,0.10988908554404914,0.09125089004435957,0.6497210468493352,0.5900367627379001,0.527151035198669,0.0000010933238365386006,0.00007384328216841316,0.26753540919223257,0.6655013948243104,0.00005778578461433196,0.5310682725116683,0.000056987934714668366,0.029702420377399064,0.6693305719921415,0.17604512346551796,0.6936485835775836,0.000032374449035268555,0.10421390232586024,2.5078183062306546e-8,0.22441057174873516,0.0005156467496693734,0.35541462964155696,0.8019202395596451,0.15688312325240797,0.04780909949991941,0.8265502113126172,0.7573558442731072,0.0019197553501341439],[7.952180995136484e-7,0.02587011014665859,0.25654875814030526,0.47909679939597016,0.8330509908784868,0.4080081183834146,0.00912051466143309,0.0039000750151207816,0.39204468988545704,0.15603773345908228,0.0033800837951094083,0.8079395822124327,0.0013897970020544216,0.49154280494493635,0.009257986339403093,0.4785782489488696,0.015236466270439846,0.011373941517993053,0.37484483060953644,0.24741263303107566,0.1177483925918751,0.11504000654972109,0.0006598127740891228,0.397304108690515,0.0022360558309872064,0.7083215183769476,0.6209204276834835,0.6583147972358387,0.24019877918411492,0.0630195171817031,0.27240971548968984,0.17582101288152616,0.39567977446724645,0.09353099141497721,0.04303705810433227,0.845089817128668,0.05320724264534051,0.8396417577868569,0.00039646553369908415,0.8792072269873964,0.0011425211017453655,0.03242006825770222,0.37408140728510475,0.0003778805315209836,0.6667699762727478,0.11770533732241335,0.04130655242451859,0.6051743772218838,0.09977217857627922,0.47253849818508814],[8.978915250990914e-7,0.06288395791547437,0.204756609473298,0.46310894138377573,0.8540520266317924,0.24260654251467229,0.0017298039799072697,0.0002784712179023236,0.3906523920546274,0.21117342801748681,0.006107942733656969,0.9466693856898654,0.004813347496733909,0.41139302548994894,0.004540215501669788,0.36454542088746206,0.0007549619931312868,0.025756393355729625,0.4426270156975888,0.3370783397188993,0.02889958053041257,0.32151573164623437,0.002170564359892627,0.6028911514059431,0.004444631086774437,0.6264928082526234,0.665315069716569,0.6520850192548706,0.4576882917649847,0.056033084456319715,0.17013972853927062,0.12823516066405413,0.32879612525441243,0.018806742586507243,0.010766726437206754,0.8246348747763429,0.09263055806061035,0.7228239649183504,0.0003035867539725329,0.6958904121697871,0.0019218091847116895,0.027139771915291173,0.1901437985393239,0.000496205283336623,0.7655654025584352,0.03483372288983617,0.15398406852251928,0.8860639338107431,0.3560877696598544,0.5768899482004151],[0.0018840674655421293,0.36431146438198114,0.048936269670687774,0.05155663258735327,0.5475711329419146,0.7306154544343647,0.5955388810409684,0.720118098982428,0.007012632930702036,0.47228019778153657,0.8348177420283439,0.7330605429174115,0.35628080973843546,0.19742547705928806,0.5003555808149022,0.05933019892348062,0.5129662048420728,0.33741503569399284,0.32394184443911556,0.7987723025378274,0.6682796096375865,0.7592432814522534,0.4699679068785957,0.6553026352707902,0.34526693465880975,0.00950190205715854,0.7397477274043086,0.5145924358528163,0.09848175489972259,0.8545944019399063,0.44758432146664,0.28396561132215253,0.04002782236910646,0.01330252613244473,0.5200750180121344,0.571484024971778,0.5978072810256414,0.052913542647617086,0.7557958109490973,0.5735288588666605,0.05789966886450019,0.11726441937908305,0.6102604253633607,0.7307731408419778,0.010711350627109909,0.054485264418818916,0.6884995277828566,0.10534106341398984,0.49679164781615537,0.36997606575473097],[0.00025627245065684386,0.02132264016079115,0.004232436019450399,0.0034690769161284875,0.7618499968280196,0.5654565807859533,0.4496181992803931,0.591025912879599,0.00842352692069529,0.6123987665902604,0.7737180806949804,0.7272062333657647,0.7847936012416364,0.3731769300047805,0.28313359288720946,0.01814321146909476,0.501827514020319,0.7814630044026631,0.5768112539454259,0.7950576044529932,0.8621107133633985,0.9266880119162987,0.6902034864089273,0.46167066309284743,0.7424075087099256,0.0012003916819493072,0.33582028552051085,0.46841327334867583,0.03550362842842047,0.6619076266282994,0.6891551635868571,0.21196223889173393,0.01274573510698651,0.006068963742199397,0.8635582158136654,0.574479964119811,0.6615856700320906,0.05224184204474839,0.6285505458086439,0.495935388333348,0.0064788178285999296,0.3322345122486864,0.8658148736306182,0.6029076760489653,0.013077551524865356,0.056716150555794285,0.3118251773742564,0.5931562308624149,0.47639382282509735,0.4168097517195272],[0.7445945650437276,0.8573497529264847,0.722420707722509,0.03593118020697358,0.0020196989976465725,0.801824501022064,0.7958981756471674,0.0021169527195625945,0.7053737273397571,0.020334405391309054,0.052769199448622954,0.15828629388435306,0.1929847280264375,0.598900189113146,0.5422269872377024,0.6447042132516972,0.25409293404827343,0.36326366953758726,0.7555594553774138,0.8056256073119717,0.3749107774539135,0.594211349841083,0.2793402683745482,0.016765281896841698,0.8630749006967137,0.7628892771578683,0.6212011144703036,0.32505217621486787,0.6748667807351779,0.3549626166798035,0.4031323692099301,0.4829806509434716,0.6507403678289377,0.4258045243422001,0.6810861752863995,0.03672272532248676,0.7826611211709972,0.24546591417631536,0.6321032814779795,0.3662141364514374,0.19122932226258252,0.3955281866527622,0.009548508918846128,0.21805874668250785,0.008357938216318122,0.4866721488451232,0.42299820512401654,0.2842974845677185,0.30176449692371726,0.6886762443116092],[0.52112687335487,0.6259845239595188,0.8923312934308558,0.7737548332602726,0.20840022630515206,0.15976127223391084,0.732649355275651,0.15863661118579067,0.8051652939914882,0.0532004017383507,0.022636206470625374,0.45903748487486934,0.16474111767359523,0.1910512229518904,0.6545578196423321,0.5943636804300946,0.019052125670514744,0.4352199094894231,0.7863892175474526,0.014771366678877643,0.1560703033540129,0.0941630508073243,0.1871946429853769,0.0061745719204766205,0.572379787880164,0.5063969657653563,0.3338739150184032,0.23105194289484576,0.8823708890489519,0.25378560920252374,0.5117570468278235,0.5666180607469556,0.4766458275390207,0.026812994115734946,0.04592231878290481,0.3597905336274772,0.7488968730647277,0.25315126737473265,0.8290137815867613,0.3720989056222503,0.022147557277584037,0.565521915497198,0.13835936976662488,0.5420355021054086,0.02733915688911356,0.6898128496413272,0.3194318190699459,0.4654579057700093,0.26889119404008993,0.8066996841165378],[0.26725593605841186,0.8049661341454315,0.7580891439485534,0.6850259034643226,0.02188579182383827,0.8721657742157931,0.56504971641694,0.05734795449108193,0.8121313320643998,0.11843318589830702,0.02510105065727567,0.3397820295104412,0.5511335475074572,0.570111575675438,0.8152772125810596,0.2553401295786873,0.006558192770388597,0.4457286929000558,0.7951129860897325,0.00497776138540198,0.18423367206622304,0.08403327815439907,0.6209039913671117,0.010807067593848425,0.4340836890853612,0.4131913077911672,0.673729971179585,0.7340694474015688,0.6926933257346131,0.7231004042337547,0.45542448947015435,0.31382496937105503,0.7923035047390283,0.007863358639418963,0.09674529680823159,0.4586659474766483,0.46874068495648236,0.05538789811158179,0.8983365447084711,0.6109321996616104,0.3892612969334542,0.01845805172622742,0.2715186343274003,0.11671096340189363,0.14799747031711047,0.3774927706997728,0.8033607147670135,0.5338058459082907,0.7269850717660002,0.9484663637527269],[0.000044489785311326846,0.5860233095856987,0.07719193268159583,0.28356769393054204,0.9587022132175766,0.03808704162120078,0.00005819529143579466,0.000009231868043684682,0.09494671736991467,0.018094875194055386,0.0015306177809802652,0.027417983464433082,0.31817206841368884,0.0003857110821407458,0.014315441278985437,0.3961434012632911,0.0014464978369763339,0.2672113516315048,0.4100100041352126,0.1252394767169971,0.00018103641402530816,0.8795583141596415,0.07280622393724061,0.5189779178753803,0.45604051412240704,0.18303842147529037,0.33223123259093035,0.3271379723639548,0.1932060144763623,0.053935917316384537,0.0005093629525428584,0.7254094663914684,0.5567241533351868,0.012865644063252633,0.04661622074952169,0.5860005198249199,0.36084699192832087,0.7563616771383729,0.5304049468428044,0.4215681941094471,0.0009269929656721656,0.7647060316142732,0.0004849925507878781,0.1687704832752424,0.5158590180440282,0.1724958238447174,0.006135474527334899,0.8339317057676245,0.6093739421242763,0.004947176940006725],[0.0024637471246019543,0.21497060952409364,0.12358439611836776,0.00029050997466278775,0.8603700861985487,0.1442299967740481,0.0003810487207272537,0.017265475698389165,0.0417013818499805,0.2473648967993217,0.08287953910164716,0.010522912506592791,0.08758856827114736,0.012817798873357924,0.42350012531195624,0.3716501517506459,0.0006332880636740013,0.36734791501496583,0.00017978197853454173,0.0000536911762956999,0.24263198977155903,0.8943714083413936,0.0012006985901081976,0.5761473183208234,0.7238936636249677,0.0008747723992147044,0.900392187605445,0.007261141641348492,0.000026112672356814877,0.3624407991709601,0.00030917271614719187,0.0001077192192823968,0.6766988902464596,0.7589988985822733,0.6386451682927841,0.11188380931093146,0.399763773101709,0.7017595146081199,0.24574589529555838,0.7977282010175326,0.07656213406674031,0.2404830189736603,0.19770496228043025,0.004141118393029048,0.7939814407033381,0.45877417912787,0.5632952836807494,0.6733010678237752,0.682850743306798,0.8005805251249396],[0.0029739858515487826,0.6504381346168129,0.0033766058564919156,0.9132123458761598,0.19200638097018263,0.8049713558383204,0.5574196119937587,0.03181369664611442,0.5242736054276544,0.27317535615985267,0.5972022134566131,0.14488242333002388,0.5277358727458887,0.000608589050509008,0.7250867109738488,0.005198102857152876,0.7048555843689817,0.6140533363345283,0.3933167734106518,0.6118693284228607,0.19181842936484558,0.7649597166205233,0.18325502622569906,0.676195640647781,0.287704828181883,0.04421283323196294,0.6403904753629618,0.5621804208519848,0.6131926295415274,0.4349377928853888,0.3259483343442517,0.013219762122081377,0.3981453726341927,0.5316985583516346,0.948818569929163,0.6065109467520988,0.3939194447856595,0.14612153501950728,0.8868416175160727,0.8369731791241073,0.022025740319964304,0.11059511353783504,0.025754945451492876,0.23318401883945236,0.4010041002915877,0.6718705891197824,0.18983542683256377,0.7184871267147306,0.253663320694067,0.05653205128651291],[0.5575482275725067,0.41540915930420036,0.005640192399286965,0.6690424518199439,0.05584838565456161,0.7379137396979703,0.69984894885002,0.1733548111053709,0.5320519277980257,0.5667867002410455,0.18414420774364246,0.010458628543982733,0.5805867976444693,0.06283836268048763,0.635828820662759,0.09454528068121694,0.3056715109513344,0.6034770042553431,0.6349504276486662,0.6214919414468287,0.4831048503724307,0.8273351630782984,0.7140304741100189,0.716718216288618,0.8619468028602586,0.3992576352704772,0.6209931800211408,0.204960924002472,0.6203423700038933,0.5285173833627905,0.5603450112662041,0.05041015753820596,0.13827875053721916,0.35079314398952033,0.46819520782401497,0.6475431749135863,0.860639533142624,0.26055226526560293,0.7524259509088262,0.7526691156539981,0.029512926301167978,0.6170360980067474,0.0038865286651240255,0.5598198742192962,0.7163363488583755,0.5155808152577347,0.017199566373183983,0.5504808923312227,0.11267301450915329,0.01841836901378033],[0.13541701568833586,0.4173291379511158,0.0027142942307288825,0.7224294013979704,0.2601629833568375,0.7140232135433976,0.5363051180823623,0.0146715652513228,0.8261497000375062,0.8209151249598636,0.21709841077997813,0.00541290946804352,0.735244886138036,0.00305710963672603,0.5061289678165108,0.34203290480865345,0.636335248704061,0.7751256549277096,0.6194100585180582,0.8590290281244619,0.4183071084591946,0.3995677430798466,0.1464576539607044,0.8476242558166603,0.6579285752687072,0.05577239633910863,0.9434741785541387,0.839975302994678,0.5921711648157882,0.9332464439309923,0.2625655161570345,0.018525854003176377,0.16986541785381165,0.6974048108045522,0.7583577045310825,0.7957035087068429,0.9447580163114083,0.44780513704704694,0.4181786687671322,0.8636176279394177,0.009773518103223954,0.6300004538702124,0.0009600417903022679,0.8282275238071262,0.3128686682082447,0.5274587674357408,0.003936078864253125,0.5340929265346696,0.05671004431345643,0.03617565938121752],[0.007684744774871676,0.00010411708918833978,0.006551083363833195,0.639702753837792,0.9223455755788543,0.7913007773390962,0.0000015937508883927347,0.00010419290070017908,0.00008740159866777303,0.27366080634243944,0.00009161057516550521,0.5434678154967931,0.014423743507192216,0.6737695041185127,0.2699446598702143,0.6251906272326985,0.5658970674119788,0.35771055198528484,0.0021381409672114244,0.00035888393143622264,0.015305612732126713,0.7019922777643814,0.000025444644705480044,0.6482001571521355,0.6113279245992175,0.7932436617938369,0.9372604759082533,0.025456948836584458,0.460692079228657,0.0003606484418133739,0.48695397902010285,0.5808376365284346,0.5609977216680785,0.2991077063120769,0.0002714618931253746,0.7408885239603415,0.4412482655887061,0.03758241897244177,0.00006284102816034678,0.6175999063132536,0.00005854629894835214,0.646204090943022,0.06876538615278198,0.02948155221531113,0.7471058002993751,0.000596664110749216,0.04780911742809009,0.8047441947990006,0.0036634684433851836,0.26860000353990887],[0.006697730158375397,0.0002596165782507688,0.022624057825994942,0.3886494859742605,0.9267938663261631,0.5311461581075844,0.000011965029855383078,0.0000849201204126229,0.0004136132338238609,0.30906358095808356,0.002907381810827218,0.7432178438829373,0.006186910013529127,0.6445267694342779,0.27877180826197356,0.38155323607622815,0.13982148379816814,0.09016722225402364,0.007770358487225976,0.001830556579409027,0.338257760572888,0.5300096133665773,0.0000866800106963983,0.8067935429211991,0.45923797002045447,0.8522088103854973,0.6145438898669036,0.01677238182755048,0.1539549059878993,0.0003645050823560627,0.7253223595100009,0.13078610524043063,0.5181406014608922,0.13484010289202777,0.00038711900752551976,0.62236647165635,0.26274052903007106,0.3507689971498618,0.0003993483599766132,0.3350318699572668,0.0005212944026923425,0.5766131692689236,0.04772889491989444,0.0620859802074395,0.8133792892644149,0.0010682110029865272,0.08666872903532306,0.7730642231442153,0.29727370886113563,0.03679123435940778],[0.5273679383326544,0.6311566294821811,0.7448468363626447,0.005260132666229068,0.7379174143847753,0.6939327581228414,0.42900211821914336,0.38416433874443284,0.6622843603445024,0.09084169496330195,0.5583206789253817,0.6461093882555952,0.04689799278854875,0.20198307379678349,0.6825402707144671,0.5438363938589249,0.7448414901921317,0.8110837760087384,0.6214853828093577,0.8329663133763506,0.8415486884414369,0.09997415586497524,0.2967737011292412,0.11274808501607209,0.8012654957079439,0.07785731301379695,0.2792175629646118,0.7930616911490939,0.03191378420878924,0.8764165354432666,0.7862837977257511,0.7737543777198689,0.0665250958639372,0.5999176160920788,0.31340872661995467,0.06978618197769355,0.28497163476934434,0.25791213568007815,0.5748050164562112,0.42454806138378354,0.5977396868220028,0.8538880520720994,0.7473113256498847,0.46667211377421636,0.021517546043301753,0.5067608627739916,0.10514136962523471,0.03546046814973092,0.48497496493529774,0.371962527930867],[0.13234621039560912,0.8048468451611237,0.7699317596308195,0.001228893319212857,0.8202587318428899,0.5003203582071525,0.5648640313903334,0.27980349471595284,0.5905062114500287,0.005533306013432305,0.25544834681851797,0.5223118486919112,0.005154002719890048,0.10739054722311792,0.28005680977439895,0.36574300018522843,0.5548376084679252,0.34050933326431493,0.5183346993083238,0.29983135828841007,0.7542775377765873,0.10347356551080154,0.046760811234264066,0.25646363279412987,0.5741108974960837,0.03041694078084395,0.14376860115452023,0.9448990558808336,0.005076291829167809,0.33113612049879465,0.9162553049785375,0.10565223233386488,0.09168820241472722,0.4249326766979646,0.11405845622723851,0.0720211851851453,0.410607030341625,0.17600578249368673,0.15785791459829498,0.38096699016985003,0.37632289873042785,0.3762764435009218,0.8798246510567275,0.1449929419703536,0.02545270537655686,0.38683389193065093,0.00618781607237636,0.24930986617810333,0.44547805813584557,0.4502956994270471],[0.19408790168132364,0.10914765574878212,0.22491484526771519,0.7007242461494106,0.3905011311467735,0.33244276117188054,0.6856466521292626,0.2256561727601546,0.2520415707922596,0.8257801915533766,0.8741995558847416,0.3906512828201495,0.002297407502294137,0.4319034547201236,0.011582928948901332,0.7702248055760517,0.22644170767572264,0.005241874869592222,0.034295517672641024,0.7116958255040591,0.5810304317951812,0.20803082897761313,0.6982934297831547,0.7043016782252022,0.6280196440678821,0.15057381917722765,0.3397487591560797,0.530789147865436,0.19632864054338892,0.5733424185233461,0.3906560608991948,0.4061704039555359,0.043584319029939714,0.6206372661000973,0.35381263035514476,0.6330491222828836,0.5725104508520878,0.17540742942654272,0.5840858572326811,0.08142145495016188,0.6880437722984278,0.5783837065948415,0.441791538901556,0.017033623401195064,0.47513926579434757,0.3956191094982124,0.03802597615548201,0.7982190406253107,0.6158651229893426,0.7817030500550722],[0.04653044733458991,0.58892458376203,0.22646336815727974,0.4902463848701865,0.2520360064266095,0.1302217584974064,0.7239571068985985,0.274867097495658,0.2778784704020434,0.21514096357030713,0.46467689456789,0.49094903160033787,0.0001400840819792709,0.703743658470132,0.0007190651692841148,0.30424391163251274,0.1712594784950397,0.0002916249516443305,0.08758315750142168,0.47193417452577774,0.767348071766292,0.15931019713071817,0.05648388893021146,0.7920748617229073,0.6372449384318649,0.0338888300972016,0.7177316949666768,0.8109679835040587,0.008366088292390807,0.13178007425191574,0.5867645254234602,0.026228827840195038,0.02298058057962093,0.5364541294531048,0.24294857401825845,0.1575358587355815,0.8521813393420983,0.5906699255115728,0.22161339725705817,0.05346136520643825,0.5706884782577595,0.3600222970656312,0.3393928593151616,0.0005157298306982069,0.3247173373654096,0.37368892711455776,0.0031306103540152913,0.7881179846981516,0.24282945845509984,0.5231337546296435],[0.89051335680904,0.5482089210836298,0.34709208086643834,0.014283653994973429,0.06499708767946595,0.28650240537828114,0.29329320781978674,0.3782226218168544,0.19593521787804496,0.8116918086899343,0.5320980113045709,0.6379617803445515,0.03592660196109206,0.5471623082059462,0.2351810127414043,0.8881145741080838,0.2088772752573292,0.8217847427540859,0.028593455717846113,0.6220091790601924,0.0010207795849217064,0.6063636582867568,0.8983529579092713,0.7179067215986679,0.6830337947432921,0.017514539039431884,0.7399498572289936,0.31003891203344713,0.8200682302072743,0.002713900782084343,0.7915238955026254,0.6995663533176214,0.7415797184334321,0.9252650710429565,0.7685091798137457,0.7935223517556143,0.08639703965082268,0.06334938876437081,0.970560252705415,0.5250034344863488,0.03816385388418658,0.8964357071155541,0.3414822959605001,0.5221282111671838,0.7754566234997778,0.8135826636636626,0.736595775942793,0.7831549895401415,0.038180736204282875,0.713075498740828],[0.40577199807022024,0.9580524409149823,0.2524422870152659,0.001555308010223745,0.0474682029520704,0.1508683869536985,0.33492059906850413,0.06106605388003714,0.10554332558311458,0.19589563040742636,0.09845846184261192,0.5887158831522727,0.007759521149745874,0.7329419076850144,0.013994429572669687,0.5460940686278001,0.07287913551315418,0.3834101088081545,0.013347035397204112,0.6987566212351307,0.00934125311143046,0.7175503808164853,0.29156249728754496,0.573853202785736,0.752140067715576,0.0033298700085147904,0.8481485681437763,0.6622828282647667,0.26311656773935005,0.0007268098811296645,0.954796744734763,0.09428810112545356,0.5827002355061364,0.6233027186871514,0.4584693496741771,0.40915282998705593,0.23631693815788588,0.2624033165889091,0.5497744004579355,0.773012351889092,0.09305746460094157,0.28116479042077297,0.6382693889277032,0.12213700932077443,0.34108646708963913,0.4888968974587219,0.37346324280513327,0.6738579860921879,0.12431718870642025,0.3203400846905845],[0.48130766343311904,0.8734611529953432,0.3702415908411808,0.002476985733228042,0.05182744005062735,0.0990763027541456,0.5104478361311641,0.297726169758889,0.2266212842089504,0.28476964468264565,0.21577374319834913,0.2913950188094691,0.020341924849555118,0.56481129293886,0.022309052750917307,0.4143617440958124,0.5048945841778604,0.3716667035441381,0.11283513346772185,0.6229723861563282,0.009099959939170944,0.6143576617860341,0.21553444130898355,0.70313553419244,0.4273444233135354,0.0015805706241142396,0.6700778841539289,0.6592364784097235,0.30648947773153495,0.0016545246617555012,0.8974489493601538,0.15916362441817966,0.7687084368720545,0.6093900412345137,0.2874247411032439,0.5004531537744425,0.20066128163950098,0.20670714323174466,0.3284254758024941,0.3965594316189165,0.03715635149694791,0.41549842670163506,0.7433506248351962,0.13603462152187867,0.7025750393920189,0.30152353173468793,0.5164608650704602,0.8121071280925963,0.08393837030994601,0.6937349526646159],[0.5600670725242474,0.6456674537054649,0.30954369841271245,0.025205078276126433,0.008079017036972188,0.41750928416569355,0.49375817151620793,0.46420375000977965,0.4425935225492692,0.8119882722163893,0.32915478997074593,0.31960795606968434,0.07193627410399353,0.7922918733678728,0.09635799898763955,0.8796604636937504,0.5376610897925772,0.9172190280466173,0.026371296684637714,0.5946305807999994,0.006338482506396331,0.36742268954493823,0.49633335000550377,0.7056255960344896,0.770166116020968,0.015682970364531038,0.8065933792305032,0.3690086919104551,0.5037453792977126,0.009929615010339208,0.5059998861442399,0.5222282974206005,0.7053157697958301,0.8708288456431147,0.5626350800238384,0.887575481612093,0.08241669412355702,0.29264279890729333,0.788366747012415,0.6956766331947764,0.014571960992414524,0.5631920845934855,0.6258915687665001,0.6573386418397215,0.8346316299457747,0.5600462143117093,0.8223787527203444,0.8343462007650072,0.06329730689321174,0.7459196253177552],[0.029117611713718843,0.8612883672986389,0.627773783138548,0.22735576926680462,0.7262407842536983,0.0004086724728764767,0.656646952364502,0.12880246475940327,0.5047864460221685,0.000015043892121132794,0.00105639589667233,0.5489814267368391,0.3994093819202999,0.45281216882950426,0.09418127375043321,0.00009332155735005867,0.3349739615707898,0.009053747816657578,0.290329418633318,0.025012334450247038,0.4551941810792131,0.779123391157651,0.0002554169593343454,0.5677682831593571,0.38403220989519543,0.43170681210793393,0.4133263820675233,0.7377674193688896,0.3302959627393834,0.0003970913531327591,0.9256540600151474,0.38124229136971083,0.0745382315488712,0.6652068645433581,0.21287588467286261,0.00099687352000492,0.4912040206199646,0.7583360887502999,0.05310129869112246,0.6401128245267788,0.8092579034237039,0.0016111028382894458,0.4605319525119266,0.16396726528027847,0.1672291125230577,0.22514684726213272,0.09945180889602373,0.46940780030276585,0.3837758115806886,0.3227577704119076],[0.7933339553844276,0.7536799175008729,0.6096020256385332,0.449250909854958,0.6980930833003739,0.4940164139489473,0.836524981993484,0.5231887255292001,0.7603355081087322,0.004702086551609909,0.06076407302836453,0.2686867597078948,0.6930046223851382,0.2965616920449836,0.7962071407763452,0.0030291229499594067,0.5395493625046015,0.86105849986888,0.5366005648266378,0.6258435242926257,0.4360024642274104,0.3596498810043568,0.0005261365101117289,0.6826227402634566,0.8284404782584731,0.6505185806872403,0.16453546978892525,0.8119660492941674,0.5355399207740384,0.019823285659900998,0.0009910648520495956,0.693336424301322,0.8604126693880867,0.49098202874758123,0.022155748814572607,0.638201298096969,0.8271813535770202,0.6388793543080323,0.010420048077767577,0.5067618660431366,0.7117016052689685,0.0012344649219397823,0.44850799307831335,0.6206919715960212,0.27198372940799276,0.7068757498939485,0.46906323362195224,0.5156795035584858,0.22157784439678083,0.5141774928323775],[0.1796004030830621,0.07510489666717872,0.9651460231429436,0.01839622890351664,0.19602790827350036,0.5844166293983969,0.005002820610802286,0.6307674291092158,0.024581762807924377,0.2472753548513067,0.045459290200950915,0.4087760686863934,0.011453820407882872,0.006804170059450579,0.166665420349231,0.10421658903993317,0.7589076377084284,0.9734437272947245,0.617358997549628,0.6631537543194014,0.8110405657178696,0.7849442141138452,0.33581193656255837,0.432147675175649,0.5857539835130625,0.690879554599428,0.06372585452788584,0.08890391895738309,0.51030209675081,0.14943235035541597,0.7070082393647682,0.004310134528046625,0.12534643075154941,0.7703178135529153,0.14108490470872687,0.23592030474079,0.6631690957008395,0.18962012921098195,0.002951022297737692,0.008770630110349873,0.2778313942449582,0.2562840138817797,0.6098908094788404,0.7052692863300777,0.12635112151328498,0.8151219217792038,0.589549360541271,0.9146925457847461,0.5973002594007031,0.15311932737330639],[0.2689969896288637,0.10030528473626132,0.8964835695066754,0.0009302268539697285,0.03255305448521222,0.6062622357843183,0.00028123036250283443,0.7586321599771055,0.004390278701777724,0.031098084263460283,0.056196199880046135,0.2701738276289496,0.006111362130451442,0.2433143523692848,0.0981867281422448,0.3042992641631372,0.583255995812594,0.5851665265819802,0.6210968062289897,0.5808079963740825,0.5010685507324896,0.727223847600681,0.2855290067436093,0.33214476473630494,0.48225155157383376,0.9332088890396295,0.03773779603229523,0.6071313202326362,0.11876836246287377,0.4625834514983535,0.05512802547495199,0.03943880742479773,0.7041874811841714,0.7500214557557723,0.44353810671031507,0.36400095236618774,0.5720844949978097,0.28112097548433185,0.01029010777963275,0.6558043564376664,0.5847621932006963,0.07076209654912355,0.09040068111423766,0.8552645475301199,0.1055484685982167,0.8916054452590461,0.6752339142233048,0.9747855233996631,0.5564231745268761,0.08854422472451087],[0.0000064669346335790085,0.600972911837591,0.9887929322205262,0.03323297967465871,0.7854438129989783,0.24820422185097085,0.5160680853899483,0.8959555001361327,0.0022067431537381834,0.42435033135544087,0.06822092594112854,0.035785182884569354,0.09154816372860046,0.21295649489257387,0.0000065173859760191036,0.6030676599629976,0.2309423889182959,0.050845981557492315,0.5263781446040573,0.8038458341547738,0.609337552102128,0.23857386167929276,0.7915886509484317,0.672212242104763,0.0032156168365100714,0.8417580271087314,0.15054356274702155,0.8815130499124862,0.20575528784097544,0.25935598192191883,0.7353794066121446,0.0000313988384463065,0.9781626846694774,0.2713451576019649,0.012912435121714243,0.7459648515698035,0.46430762735110476,0.14388779955095676,0.0014080346170444124,0.5523500684472855,0.10137008846918799,0.0000021001715068150558,0.6184288394696844,0.6778639991852159,0.09759432326448864,0.8170800719576982,0.2666662227837526,0.7264672845499527,0.32768759859048036,0.8491782004341665],[0.00006730839503981613,0.5001005073354179,0.8076326583611733,0.011280893209755267,0.6378477365199053,0.049092004019130546,0.37440900459186005,0.31204191095508643,0.0034523058581695585,0.34375018444211286,0.11414224776278235,0.011151333298210789,0.03943268516926572,0.25859265990575675,0.00005856230592501554,0.26189859769624446,0.5374313447700875,0.16362406265338075,0.1991527991824676,0.2777110054722631,0.5748904571546116,0.6078167335481868,0.35866881043224114,0.1389779144770668,0.1063784586845178,0.3334614406147093,0.4420112114711392,0.5482773250885298,0.02428823107525622,0.0156371313229728,0.757219863676373,0.00002789980425337967,0.5037116234115442,0.6882709904569267,0.37221184954616615,0.44724296887111475,0.7160465563233651,0.23214142749414024,0.0006381539827185181,0.49772079977103983,0.09617647988396312,0.000052639965045961595,0.2636092748241711,0.5214066537953619,0.09664441295544118,0.43395829179254003,0.3045296025726847,0.5275490024765357,0.23433052804871207,0.4808859609034786],[0.0003031656135816224,0.7248237759798275,0.7299976524739756,0.05280559184103072,0.5751968244192981,0.3754980903640779,0.17826238153041998,0.5617616080647212,0.004411909715907597,0.8183401043259686,0.0778590782382739,0.0032689704349023784,0.035032512780243934,0.19755108026619042,0.0004399575148173073,0.6608619563971692,0.3366643635471207,0.7113520962455768,0.6502261788090635,0.6972730460158166,0.8112390126888783,0.7126137828155623,0.7280777156904824,0.08990689356294689,0.028965753703299672,0.6385572962243712,0.2964290773113035,0.471633043400973,0.11115162187508218,0.3090159599571303,0.2629842176534925,0.0003383538688729013,0.7800702245001186,0.1561202487314124,0.19786159250027552,0.6215812213661887,0.03774899629944755,0.03626951646577844,0.00029500740996261693,0.4474808526256383,0.3113120028738354,0.00001958978870495307,0.10500980466843712,0.8716546297018751,0.456739798759047,0.7872499399524099,0.7303329677796607,0.6888413481901495,0.01617376556522925,0.6440610694001409],[0.004610032962954751,0.556282626888751,0.941853430017335,0.04373960859115129,0.399185328070813,0.46009197182416045,0.297650798646011,0.5457324522833152,0.0049609285953419935,0.6993705599675902,0.1843310258739849,0.037234514173125496,0.07177271600744341,0.21720213490416834,0.011868371186299931,0.9120174697531475,0.7403883379379211,0.6931389192611495,0.6234686828506321,0.8053980276599053,0.8916448725341298,0.9248110367877086,0.765577483276231,0.09945244635347152,0.038267784198334084,0.9285294326452603,0.1289275278240992,0.6853140148543702,0.15319978729106404,0.2524752838024842,0.22547079018796723,0.0007848217204976145,0.916986870534412,0.5637057447747237,0.18827306035344146,0.5297245204708819,0.2644957953699502,0.39701461584307063,0.0018218439833848868,0.6598446955388825,0.09216497197570685,0.003742795045987036,0.13479622936926966,0.9370636113985564,0.2536769409088456,0.7324802475909021,0.6582308543992739,0.7840080226755246,0.1469189456026037,0.5279660783034458],[0.000009325456565361797,0.014293186701264735,0.899792942138175,0.2018726738039464,0.495401839102376,0.151276306918497,0.04640983543695776,0.7588928219111798,0.3020684618991597,0.5879843209572791,0.6778584928296792,0.7364071305949395,0.000010240541961591321,0.0020750391838686095,0.024015993720674155,0.43036740779847515,0.7311325558619205,0.6957094130840284,0.009309056947158442,0.5709088015641471,0.4526034445776499,0.06297657154977948,0.8144046900210662,0.421594038689469,0.3137834212328725,0.8213651850745668,0.005171295786732612,0.033908812070977526,0.628525855853943,0.00014317695595404377,0.4270769874367568,0.04337596020565461,0.7735645548317821,0.8510440704602962,0.3433087249663918,0.4484861357501118,0.07514318961218863,0.35225836481206396,0.04668899460544949,0.5104694387527735,0.6164609710540394,0.09323993452855128,0.012235894238523176,0.794520076290227,0.235310869404638,0.5704495678529727,0.7585034070154698,0.0685748775536226,0.400969172177062,0.59403409613093],[0.000002940172438002717,0.013263042724481996,0.973050232423704,0.17617875056553436,0.8864721956890118,0.0613372749065286,0.04861465871957321,0.9514893491178177,0.5467677293179716,0.4305880761253486,0.5837525012035499,0.3736328633399658,0.0000013957852645067556,0.0011238927053499922,0.009234158675034554,0.658825459243948,0.47553372801227345,0.8405892699314015,0.0006529903186850883,0.49961977429521587,0.880969942452241,0.015759179808562854,0.9234398769261484,0.6993315783934502,0.1986594265367558,0.8869694851807887,0.0005454473614250258,0.02985274034264082,0.7644817276459658,0.000013460805701262557,0.08903992674034611,0.04338807752288351,0.9236448022747596,0.5841552783954842,0.501766545793693,0.5342602541938902,0.045278281300698685,0.4197005829645126,0.013902729852282058,0.6351499236308749,0.7317140126211654,0.08821557022878282,0.0031202758084433097,0.9691501721688192,0.5933315647335282,0.5261385112054364,0.5042925583469079,0.10222927680051007,0.8182351377614031,0.8654969177770397],[0.397299966500435,0.010847894102621798,0.5316553596269099,0.15062625115021785,0.33342392568273765,0.8427300064645628,0.4205243426137301,0.5243672718690446,0.25740391122097034,0.6658416390471346,0.19828257137647326,0.005511966881638525,0.6139252201004897,0.6838585905054415,0.19781230537541558,0.38745119001089473,0.6498976532655819,0.26133003805547467,0.09561303971024018,0.020777650705541894,0.7914727187927391,0.7246312734230099,0.02120238022622148,0.4838786663287847,0.6978229981271893,0.1796624389646865,0.15791453871555694,0.12101651173095974,0.14271450183631249,0.05675190150513751,0.8841530569957063,0.18479273986237768,0.002210291045659632,0.6136697996648663,0.7586683796709593,0.42519656189800464,0.08745185547311773,0.6158107474416878,0.8897202593296132,0.5364369192323674,0.7696094849204793,0.18348990270498866,0.4652863987493584,0.47250354366225694,0.34695069520232613,0.019992993974424837,0.3801907979947328,0.334598043287165,0.07171929664089394,0.2481372181318952],[0.7284457039697866,0.7974863358074666,0.5670783180619399,0.04749310301486387,0.004207463689865885,0.7802442889716872,0.6092059197508668,0.7080713218336452,0.04556552568921838,0.8022660013615917,0.8075238546307384,0.03908397232728054,0.600438505732433,0.2091507475465689,0.6063111317493719,0.4412080398768742,0.6913800387311327,0.32794731325597676,0.44883807598290587,0.03657505731989128,0.7813934668250258,0.032673264112019144,0.0012150309322139232,0.8766304678277729,0.7259175003082429,0.08352013781187903,0.14226886863908744,0.6529717964250221,0.8463043311922622,0.7005274351861559,0.3911416498584585,0.2309355160667958,0.11442342552013712,0.8932094153485974,0.9224573604715844,0.02824881727376694,0.1272533280061286,0.8939396338883883,0.6137740422980322,0.5869394370566687,0.769853805808974,0.1606507598447302,0.731005125310575,0.7356366499624761,0.5658137787068808,0.5497046711092701,0.4089181364140872,0.26625454711763125,0.18537147256732708,0.7017772581495588],[0.0000017582890393309524,0.00012535196574696908,0.5545826483564023,0.5852551667647938,0.9680282897403932,0.08304735697084473,0.000015580444784730768,0.0010813667340533616,0.001640762350147196,0.19964765386760472,0.382583961592208,0.8343182664634989,0.004492041244993161,0.13073597515708066,0.6898433556475932,0.00041914706211897194,0.02339504345609633,0.00043039074665926166,0.11715981922377292,0.0006177090033852562,0.0004542901659057208,0.744317731260049,0.0847042405039834,0.4538152465337795,0.8768900506448137,0.0005960727574183047,0.6221966827920837,0.000006939699242676802,0.1269147388337064,0.000002448174553918637,0.009145358650885912,0.48566813968491657,0.6685470731635608,0.27840300168200266,0.0033913985126028377,0.7734731997111651,0.021716913598083552,0.8403136019654657,0.5293956573007184,0.2901051054745854,0.04166485275103081,0.4206918578742919,1.0851020141468637e-8,0.010334951824708522,0.8037748882349124,0.02392571518984597,0.6411232723164534,0.2605262657816154,0.6803563663270673,0.07575715456255529],[0.04188093680566497,0.0009510253884077382,0.5486270367987388,0.7816465122026652,0.6044872794183374,0.34427121271993893,0.00005353236239499924,0.5879804065962995,0.6811280746447523,0.6123111202482563,0.24036937042197928,0.7024881142981039,0.0008513433284346452,0.20952825301505562,0.5161394257688751,0.34699924806467514,0.5272513493658282,0.006932793840328929,0.6335495893955871,0.011955207717439239,0.009841784230155255,0.3659922348178855,0.2951673730491901,0.04931444864860291,0.7643133357411507,0.00014266861924990096,0.6092155007091834,0.00409487145091333,0.20378463240671912,0.002238497511498917,0.17636564188253098,0.09326068314473986,0.21665312055000807,0.0013514095344498676,0.45102757343064115,0.2576591078121029,0.6900784391657856,0.8286801438574392,0.7125377200255201,0.0013859723200970039,0.33648687902377294,0.6562110307123612,0.000008984705342580083,0.5226325050769635,0.6003112225955419,0.06438302346787951,0.7838303936019768,0.07253078333441647,0.7847867503688706,0.06724407184394804],[0.18425872218478714,0.0018763869045771838,0.00028528965016131025,0.1719774961974482,0.6259017747227675,0.7384903266500236,0.0000020041913482496034,0.1691371160902305,0.11586892437019139,0.001627703417299266,0.2826514910157619,0.7398615803809263,0.00037626576767167507,0.13174959658288599,0.09156327501120508,0.5338506574611303,0.22841051951317293,0.07372699884313488,0.7216842064880606,0.24608072929295965,0.03554098606302687,0.594234144827148,0.02175444748877802,0.0013299824592292158,0.7106063748073581,0.01455774929443725,0.7565632235287143,0.1044458373537121,0.6110156070466487,0.03243684059750504,0.00020542505902914878,0.749507326537148,0.6817305801626407,0.0004884938968974434,0.717146378220022,0.7917679173169733,0.530471058344017,0.7536961698860947,0.2140215471149348,0.12305212371257039,0.044082451764640845,0.8736110975035662,0.0004416970849535919,0.008054370560667863,0.4556671112031721,0.0000307180042634167,0.5700306726482738,0.1753583204421966,0.8085943151207315,0.48748660581349956],[0.35304666945244884,0.9545652995090177,0.6603294016542288,0.016706481496769354,0.6082373579584678,0.06474096165829547,0.44256444910518755,0.6790542546780884,0.3668213020620079,0.020924543194442168,0.009778184627937678,0.43128233293142704,0.16786281606039874,0.48685001982327575,0.07790246965364239,0.38144838808380266,0.09846325600497952,0.4958784215190555,0.10151236164818918,0.032563525941683456,0.15526828876597681,0.31484852059937,0.4028063066930626,0.7412105337409683,0.19123471007935142,0.043670446054200916,0.01535938517947846,0.8303093068087841,0.48293730538819013,0.13898640848912663,0.8994848047135128,0.00024124316724203788,0.017923411732450312,0.5732459378165069,0.6521938171038731,0.06755828905692246,0.37016241603314803,0.49318251216790726,0.0031286991404370144,0.1935618661372392,0.3832245044779832,0.22821479435938516,0.610615424382413,0.037462742725702144,0.5221018432845566,0.005677525724584692,0.21290970820615746,0.713671982351529,0.5645101054030779,0.708566242295814],[0.4460056049400229,0.49284324363400883,0.9378600763465478,0.7594088802154283,0.614734522471026,0.011847455341990583,0.40888644631728016,0.8590701291933732,0.7036243739390269,0.16586533293135786,0.15077871626183778,0.6287831281586032,0.6269556558669238,0.07793490598705811,0.1955704006912346,0.6533607471685633,0.03602693900267797,0.5433953850757552,0.01433332383491587,0.008090259652213,0.002546446209898501,0.006552195609196252,0.6189082678667981,0.8676591977878836,0.032038217093268546,0.34782383853415205,0.0002757531584675121,0.9648807495937152,0.9448107096736319,0.8106959569786026,0.7504385268923334,0.000054760860211260646,0.7660064396366052,0.3241396026669717,0.4282125869698608,0.10368642966286191,0.05545014175092272,0.47359292930383634,0.00044842175526793175,0.5004400465574347,0.09810008122801082,0.3960876608881441,0.22558575392892619,0.06340237265640976,0.7849770209264568,0.5133424162627982,0.07908499219326438,0.7444934362353672,0.7893390890926437,0.9158430251088522],[0.00044714783537351836,0.03079381355944208,0.8476999418447001,0.9222294493019372,0.8545451594585161,0.6359337449689917,0.7800998032226886,0.4662856098582796,0.302246157143653,0.00039876758839572023,0.7563884091542747,0.18722466729608941,0.5903810126610649,0.6088702352179491,0.8874847558373491,0.8364789898793326,0.17258153658142092,0.604118472009531,0.5448377089183031,0.5946047347046775,0.029677805627206077,0.787365437180997,0.08367876477762949,0.2647152459969066,0.025072179913550565,0.003741643594176436,0.1545108838579265,0.4371767901543341,0.8207185238698526,0.21010580695431627,0.744415372650585,0.7101833971393434,0.5383569516387035,0.935633667937349,0.5262173011872471,0.22654984704508158,0.2589671000879762,0.5856159904185714,0.1315331312754038,0.12453085974475084,0.3698414822021295,0.013904227695010879,0.475642197512176,0.702491109691286,0.9679671713138165,0.5097379274221998,0.7742279948662923,0.08372520072675062,0.00007298391872954573,0.5913898737330758],[0.0027556176345755823,0.05977923161907587,0.1820565314599529,0.5915582458204739,0.1254739790979743,0.6386424384785346,0.536255325967919,0.5682174845693202,0.35573933631727117,0.01086001799015222,0.5920530181657265,0.3940587140935821,0.7609372903359148,0.6501375573483057,0.937083605305492,0.8818150224222439,0.03954186303363822,0.033201895651622695,0.40313828402949003,0.6993984830215397,0.6875375910697008,0.047797382643257724,0.03605650710262475,0.7071049287200117,0.2668609277740022,0.23121754400955766,0.2524561913875886,0.6235009549111089,0.17418101907988776,0.033184203420899235,0.6852838212012774,0.8000108389393523,0.6697451972258092,0.5372458068502622,0.7042037355892472,0.5397255845672333,0.8696331917192417,0.4438705935975012,0.31788406218986087,0.02798018510634637,0.04108853608216412,0.31332705174495645,0.08958883127618417,0.6626680149742411,0.8648169707185638,0.03687879880294256,0.5604731919020133,0.23983570297460155,0.00017006842571585154,0.8159692419659542],[0.0023877615062799697,0.0063689979662681475,0.7131963226220671,0.7678168858206651,0.29883628452842254,0.6369782192073251,0.5838850136960221,0.7249476659719434,0.615263002621759,0.853621794075746,0.8713450613177682,0.613141219758455,0.2868655187801369,0.43214926897016476,0.8861834431368599,0.24827110300236427,0.7148750892332852,0.532160382159165,0.4058577490948578,0.9561208608317485,0.024741954171933332,0.019475838528993795,0.5224152404235058,0.6464386525459089,0.0015344459107162597,0.07675971503243129,0.0005372421984186686,0.5193260070910625,0.7591604535080756,0.0008491246331003147,0.4592399321994835,0.7945793090600874,0.7841548924368665,0.43978919132950345,0.5717168617673115,0.7616491272662975,0.008489847134957897,0.4146958712169263,0.17302538825458702,0.4132544518595187,0.08828307937757282,0.8947538884226403,0.3126935028473245,0.7205978226064841,0.6734266183373916,0.434246481522286,0.7008417651578956,0.004342265136661622,0.010220813889627695,0.6895390528381562],[0.00003371625555600199,0.026530138636532273,0.8954290057531755,0.7636989741145132,0.1685621162250367,0.9528171876899746,0.6020831567082903,0.8749055260849294,0.826370408877817,0.00027013860427267726,0.681402375922438,0.4870509314684014,0.08376406110707145,0.05654862431809277,0.5922360705393923,0.9068148514241868,0.06656133008643289,0.0012959309937678567,0.549585337442587,0.39087225701657907,0.48095079934680945,0.12587458286751804,0.0039180965390912155,0.452816226377476,0.049098895880599014,0.019663995855150433,0.00178932149836863,0.43676007697180824,0.27707017032864945,0.0012268507729385407,0.9654495262466194,0.9591093737626977,0.6222307642348657,0.6838775316737934,0.9785771038028359,0.2142499710662716,0.028353586204181387,0.6541839353156462,0.006843749840599579,0.43486718029538124,0.4142453283306654,0.7993505158621866,0.02617760229946967,0.9586436945510025,0.35848133733996124,0.08327217388325919,0.7714812234088934,0.4049033878798791,0.00004467340754728163,0.6787000569079507],[0.6533808383800825,0.5294333556944246,0.816173155195014,0.9569449231347713,0.05236051953871219,0.10224787902423493,0.5513524586576526,0.749778221636325,0.6672661753625646,0.0004064145302049319,0.04271220467976243,0.765664680410859,0.511156138428858,0.0010533414661064782,0.7840292526585646,0.9148294316758513,0.9316353602978268,0.3653519745320542,0.868162685657593,0.7351695395458168,0.8419765577835,0.7830156124726961,0.6893110609305053,0.10346861284926803,0.5574927724818419,0.0008824870695838252,0.42422311177049266,0.6118585996499851,0.8329817103927163,0.006414349823294538,0.7326451056408201,0.18769639928051632,0.8315609647673721,0.15488952138919662,0.7189075752533864,0.009254305970162843,0.004469260535618065,0.17835777253747065,0.1872795334090625,0.3050654944149577,0.2623570781938552,0.009390782756677728,0.5563246154834776,0.5846423922450029,0.3957907939856148,0.7569012392303519,0.04465075321753161,0.09419052302074639,0.11115822941935001,0.00026421238769409335],[0.25239216787292945,0.8689944739341547,0.6319475269659786,0.5636491451194053,0.07154833874516464,0.13776803139321003,0.35965565332380456,0.22964015845848282,0.2552345219958614,0.0002772801228362863,0.029063748557727278,0.7183004420026239,0.20247172957086856,0.003657622676238467,0.4682119465813589,0.6343564981057178,0.4346647420963094,0.05172640272789102,0.9352126831138063,0.533860828283343,0.6526780153822892,0.7812754673980812,0.2844663616897873,0.4340584361256612,0.6583965766872416,0.0005750559908079406,0.5720669023340711,0.9430837780743805,0.18168678915102546,0.0009265336557597251,0.6501026669634759,0.001758550933667389,0.39323353703618563,0.03385121907008373,0.672644940443493,0.08624380656514063,0.008502753412285794,0.4191750810391268,0.016732035030299554,0.18075439810175406,0.623655604810948,0.0017269463437102344,0.6268290975767784,0.00013074670390331319,0.6339418784440382,0.46755881651124775,0.0025251787133501427,0.253709364314741,0.0024707615535106186,0.0011052516073940001],[0.931000537057011,0.8287392367413229,0.5870285096606572,0.125330433404743,0.0033576158666549054,0.9193442215292054,0.1593488911085869,0.5648813373538615,0.03578992640330464,0.15807273823462586,0.5534306271492563,0.5372678357962846,0.8794176452693644,0.009802142718436987,0.9245874582050508,0.07687113945401736,0.46229375267570394,0.5050893749513419,0.27465931927504234,0.03070664067891706,0.711155612393872,0.5835706153990832,0.019784084222739022,0.7632230407991568,0.14102763532020862,0.14011163087706138,0.0008310100526946144,0.9524868627977993,0.006257528110770708,0.12455827374223906,0.4882812026817484,0.6528926403595089,0.06795857539603763,0.025996869339051536,0.06021423219142776,0.8981572712177652,0.0047009210472334926,0.11035166208128885,0.723661302971868,0.000018367433582063528,0.5117874057746022,0.5173295786782907,0.6637208690212953,0.00019543741358779435,0.9519951765762784,0.7561042950661009,0.5889634725548607,0.6509804766432341,0.8008083502368092,0.35114767704197647],[0.3892121638871035,0.6431879990610362,0.5813873812123365,0.000036192707056539174,0.3015828142866172,0.705569423888736,0.7605689964019785,0.9280061369300061,0.04560209331755944,0.006391623719355115,0.002246756900491391,0.0858430300262603,0.964751071430016,0.02806534007192373,0.5373131222198472,0.08330082536986189,0.9390635594309111,0.000019462426766083943,0.005695681554981087,0.4716098773999161,0.750807121957183,0.0047396075411963315,0.1812009085576751,0.6820449474623062,0.4203341390328531,0.32024579436304057,0.45383507749491225,0.2842002540976683,0.0726353973289996,0.0939247231497926,0.6595512381769532,0.7620569664002432,0.7282664765489457,0.00004565701226961274,0.00001587380609464999,0.8097618163661394,0.7131263378297281,0.6904267385953435,0.10969099162773997,0.0007640554791544387,0.49066460829654784,0.0827038322416537,0.8853846036021803,0.1185048823014249,0.758403203849137,0.2507194151174254,0.07588966140958718,0.0010500141997750903,0.8378667909792422,0.6677496810793336]],[[8.410613204385435e-7,0.00003018151951912365,0.0000026903911857838593,0.0000037175539475747382,0.000033498198124688513,0.00005674188120135414,0.000016481418236410274,3.141245792084497e-7,0.000040237633408150353,0.000006015865242171025,0.00006231541071946365,0.00007489164046516388,0.00006654782411909923,2.2167745251039263e-7,0.000002549640307279989,0.000007575154726977456,4.818127898032263e-7,0.00002180764986518593,0.000004328804310658193,0.000018458785041220183,2.1561678465212294e-7,0.000027964837899459802,0.000003822710066181907,0.000006280352197615266,0.000037097217094174323,0.00001293956273427226,0.000006483993048650915,0.0000010487908925551126,0.000011160545890237693,0.000009087000474118,2.7410786311616966e-7],[0.0003321497088018549,0.000013644281701481762,0.0011481909230010741,0.0000738702724298231,0.00003485563942717049,0.0008529787671442216,0.00038721114607346695,0.00005377667986434865,0.00004251045109985648,0.00112447984092338,0.0000014835086032187927,0.00001908568829115563,0.000030366279300595757,0.8278047139898205,0.00007074822217571165,0.0004109111837097828,0.0004290409951019117,0.0003022852672015153,0.00011666430052164069,0.000008461831516688411,0.0002586194752075627,0.000017370902850605518,0.00007758056569867672,0.00008629876820395846,0.000023954524700700892,0.00001546946283525653,0.00009960515394002634,0.002744526293009821,0.0001505284241335155,0.00014696160880744595,0.0016750457131334742],[0.00008860908474324484,0.000045211927814765316,0.0010634681388143668,0.00042698652493518654,0.000024614032127614817,0.000546717418591822,0.00013032584557912504,0.000058702311888693374,0.00008587988687030347,0.0008685624395104541,0.00001327159079254723,0.000012891063731839846,0.00002402621762875565,0.8121729564053701,0.00020003195358668957,0.00007345795221296635,0.0009970468606047176,0.00006877460570102824,0.00013865102101832282,0.000015235028493823688,0.000175074548488692,0.00012768858467017974,0.00008440097337869701,0.0003969064117014607,0.000005457245858263221,0.00006498059419357483,0.00006372503334494302,0.0004633857752650964,0.0000514350111710622,0.00005431787245966192,0.006140023669555329],[0.000044555866223561456,0.00002134096543463054,0.00018050256830658005,0.00010319736352996788,0.00002967897105422129,0.00023422674464299752,0.0004625679365956637,0.0002444485021358965,0.00006682144231252881,0.00012625557899462853,0.00005681150878017232,0.00007099232473010073,0.000047324232157216976,0.79907483317325,0.0001336365213486259,0.00028133926211208336,0.0031620877888765032,0.0004358782344769568,0.0013429430003089426,0.000006701863044108898,0.00011778363376913245,0.000006479693812114655,0.00023496361017368933,0.00017552731472762542,0.00006913583153325133,0.0005355274528071163,0.00005658174042509199,0.0017933375848791522,0.000009009008962370613,0.00013253750368552483,0.0015657442190798066],[0.000012475568543422487,0.00009669957451524047,0.00003391670711679186,0.0001536710687573228,0.00030432424119683813,0.00021652089617198487,0.000296408728380101,7.052513483248767e-7,0.000002481509513929711,0.000034101533693257526,0.0007274500225351531,0.00004437948318328538,0.8594993475224865,0.000007109408421838791,0.000028869551280799328,0.000538452131207913,0.000016036054398926095,0.000013226998501457625,0.000011659517201585504,0.00004195563122433505,0.00000208945978447603,0.00017521359755696945,0.000019390715850453447,0.00001380452620064893,0.000016659128219592635,0.00006317204605612632,0.000210887244741573,0.000013208993582580775,0.000017930574720591592,0.000002422173170164806,0.000009214052270443304],[0.0000035371489112857047,0.0000743306223143837,0.0000010343306615542663,0.00004804026908792905,0.00013140667541006914,0.00001567766695664844,0.000018355988253863413,2.147253426717279e-8,0.000009329216454031848,0.000009263984395815336,0.00042838944454316107,0.0008829193383114264,0.8539042785096471,1.4725412312729415e-7,0.000003251903511992006,0.000010104563479503903,0.0000015519276209196749,0.000018796930532237653,0.00008616804673752945,0.00023153221946120868,4.053769912024111e-7,0.000003953730746943442,0.000009579076411260116,0.000029174316470811375,0.00000932171249877681,0.0006271598100725492,0.00005170262126462575,0.0000012986434974749378,0.000011257461555790965,7.482606508237679e-7,0.000010876450784702562],[0.000023263611352893688,0.000028567505743504143,0.000020296761168088066,0.000003339910726917905,0.000018467467572658307,0.00026612281908736443,0.00008084771296032815,0.0000015869562454716479,0.000033432945393973793,0.0008936254424698135,0.000047796575622241354,0.0003231953006609499,0.8576220122217723,3.3773998705354546e-7,0.0000046881045172456305,0.00003760015968989052,1.1646028284529566e-7,0.000013392967813149807,0.000008706710971084908,0.00007412201848320641,0.000002405889861425342,0.000035458059389359484,0.000010317250218418664,0.000011965940594585092,0.00002326366395968246,0.00002063777230061085,0.0002163983276307532,4.0306158468713344e-7,0.000016132468645781535,0.000004619003280314418,4.913341402817674e-7],[0.0000013808909534491952,0.00019321137797486085,0.002528593537502196,0.0000013058574458353883,0.00013533700461407743,0.00008632834000759259,0.00001027276347763865,0.0000097581420828801,0.0000015504963620693396,0.0000066254886817748355,0.00042546583327467065,0.0004048682202185434,0.000021148787023655934,0.00002135706255705161,0.826136913130498,0.0008605486062029285,0.00001087691932716417,0.0004141383837050648,0.00000245345974576695,0.000011396734993090264,0.00002694827128212951,0.0015925846964764917,0.000004772058824780041,0.00016693705502038363,0.00010010876090235525,0.000005591317778354508,0.000028169454638740318,1.410671399162184e-7,0.00008369780161033137,0.00009309471619202845,0.000023777000630063357],[6.264452946671484e-7,0.000009956912386622477,0.8510895004798024,0.00000100256083002261,0.0004222727352594997,0.000037483842400243136,0.000032260127755184835,6.296734746161253e-7,0.00001495607977436917,0.000006633877914257348,0.00003610122055043368,0.000025854864106171565,0.0002477248602596183,4.082835871689649e-7,0.0016173230783057275,0.00005592260875014547,0.000007661984784058789,0.000008431267509086891,0.000029014312203614307,0.0000039586473840460435,0.0000012408843801419377,0.0003184893048560433,0.000002750829932692316,0.00028850605443703973,0.0000633097095405601,0.00004557059557614773,0.000010522689569775687,0.000001078635606675517,0.000206313866143451,0.000011659111623665722,0.0000064266506915611794],[0.0005465649279353872,0.00022261003873093544,0.8553510168282872,0.00008195481725284151,0.0005065052089555009,0.00022916630163257644,0.0000956673850199094,0.00025586867509207894,0.00007155256763240805,0.0001590514214038911,0.00001284519489874339,0.00007548795107968,0.00006652996563851641,0.00032603442748163186,0.0008986547189734111,0.00014456598809544141,0.00019009990004054478,0.00006358766890218687,0.0006128509530341663,0.000011945426341223408,0.00037766417584272346,0.0003735528508287501,0.00002241787613606188,0.000059964402952529034,0.00010436410374932144,0.000028943496177519445,0.00013667794741529897,0.00008228899406754952,0.0004436796483045569,0.0003469926530319718,0.00011886328264774094],[0.0004902098763519863,0.0004845638878163033,0.8361931981861407,0.000010655585034889667,0.00018814314675608725,0.0004995618766873108,0.00011522243733408613,0.00034577326726655867,0.00006521036582404831,0.00012611857103713524,0.00002010616343597551,0.00006904108785879829,0.0003558859084134177,0.000974548574344134,0.0009058318742712887,0.0002153406286941136,0.00020927558852984119,0.00011246454225682424,0.00019169723121438288,0.000027973967594308467,0.0005269877806715552,0.0005405788837442829,0.00024606542329299924,0.00012312451283141154,0.00040587800994746877,0.00010361442565813224,0.000367315300666151,0.00012916753483503332,0.0001599091763319108,0.0003520908875033816,0.0005131892748979741],[0.0008106439362383131,0.0005262186106149693,0.000005006335530268259,0.00007886586683067386,0.00004578281229382859,0.00014161028898628767,0.0001461729343723212,0.00047987710149462507,0.0004649490229377151,0.8478626895526916,0.000005338246751241759,0.00003389373357788125,0.0005904553275880627,0.0001939615012111314,0.00007807329921654699,0.0000472911289547505,0.00017932643943119358,0.000020540602594179247,0.00002933759794465146,0.0004163883537009717,0.00045465663560540984,0.00020295148514484283,0.000046373470985630086,0.00003802136491450642,0.00006386694178855376,0.00003304536273603411,0.00006850621185996964,0.0001978218453845985,0.0004171874224728618,0.0005658709295270156,0.00007963795364360314],[6.940100164650455e-7,0.000006242905321471898,0.0000010781467256477484,0.000030202484663580458,0.00020339593622356584,0.0001725192396420479,0.00012928449189768444,9.753398944191853e-7,0.000003372977977680328,0.8894628462957141,1.863180497479155e-7,6.658482397682308e-7,0.00030703467856836803,0.000027497355057852376,4.6798431538376804e-7,0.000022464450183007165,0.00000584017249639072,0.0000028111922048848457,0.000011825279405477895,0.00001681443573003878,6.831759043269198e-8,5.793742561430644e-7,0.00001453086787281494,0.000013051872491774544,0.00009593123227680346,0.000008567239017028815,0.00010161111765312417,0.000006220973981026239,0.00015394294145037877,0.00006497544193316295,0.000002283891031015597],[6.823314439769869e-7,0.000017043170185177283,0.000016205164159123308,0.000008438855321612398,0.00004928922072537337,0.000028659589471589496,0.000027666648415232483,0.0000012574508343161705,0.0000385706111427935,0.8585935210027028,2.458209794321663e-7,0.000001170753016867871,0.00019651474139379955,0.00000853878285649975,0.000021929896242592605,0.000001282374474660912,0.000007464959780250906,0.00001696845233455012,0.0000023805818868590886,0.00008825488101509595,4.080577677459287e-7,0.000005461410006769359,0.0000464581452233864,0.00018600301375131252,0.000018685349322005012,0.000001414343535541577,0.000026357504472996236,0.0000030716800847901144,0.00010442645842723754,0.000040053471374921976,0.0000012244696609081872],[0.000003603273741376147,0.000021038579614939033,9.9191869319397e-7,0.000004270811423219382,0.0001658104961967411,0.00008170276542118025,0.00005003835952922678,3.0220346356455197e-7,0.00004370342720658931,0.0000010669620723195268,0.876394149016373,0.0000057473473068366935,0.000015839383234016633,7.74022065877348e-7,0.000012083299550988114,0.000014941095094431929,0.000018134330946292123,0.00006589908792795887,0.0000022751864532769668,0.0007709905478138306,7.799965520000892e-7,0.000037846740977202186,0.0004927848307437058,0.00018602801646693795,0.0004246459957103254,0.000021283007581179275,0.00003495630579970418,0.00001319847458215942,0.00005088063657581033,0.0001679503243533516,4.777361574362711e-7],[3.790217745725498e-7,0.000014786284775235552,0.000011592944064835399,0.000004196747332190201,0.00030468894354729304,0.0031379774843932973,0.00001365293127297915,0.0000011070822501528134,0.0001580964587678795,0.000006934641838868283,0.8645768402436135,0.00009517404423110052,0.00007539680821712606,0.000010680075255503273,0.000007186986784055004,0.00003228723254311293,0.00001996316150845635,0.000009944014670489734,0.00000177399907044755,0.00014694134861548185,3.519158581405252e-8,0.0001716294810707544,0.000009834970199271012,0.00019174570938835844,0.0001109501613093469,0.00007112229709085736,0.0000927436832709018,0.00009961146615483185,0.000010117512284905014,0.00003208374851183308,0.0000046300477326916054],[0.0000014808142428268287,0.000060661113260672895,8.551060833779669e-7,0.000017468198361966016,0.00001074998111090251,0.000003969748703387049,0.000041780922287552715,3.4914445342835766e-7,0.00003064236799583124,0.0000018191224913046854,0.8973137759669335,0.0000384340412035217,0.000039143836346459645,3.66835038242521e-7,0.000003166767109756839,0.000029398610889795284,0.000001958169250098666,0.00005153442580985117,0.00001018723003288999,0.00008806416680446804,5.172440666649214e-8,0.00006405414377865156,0.000019963380073149126,0.00010242509806528308,0.00008475538635717589,0.000004404731361190134,0.000027797085754658608,9.877576517704359e-7,0.0000331729371367662,0.00001411441470243031,1.052900244392093e-7],[0.0000012684782197210737,0.00022873390800178523,0.000002528075870226528,0.000030492312199659664,0.0000718909715216389,0.000023370183418566154,0.00003093939721329035,7.993737611032264e-8,0.000015020542939345069,7.476551843345825e-7,0.8626183414333942,0.00003847026030585186,0.00013345517754409684,1.6730445667959236e-7,0.00001824875455939778,0.00003735340310991156,0.000005293797700929921,0.00031648419345469114,0.000021442095877418146,0.00005602839728508752,4.843607120238951e-8,0.0003576325391809809,0.000039125035711292975,0.000032418602116735086,0.000012497022774004126,0.000016152127861861267,0.00006134219953095337,0.000002183265809814755,0.00006665749735214494,0.000019193420999980927,4.763454152122612e-7],[0.0000016350332176267334,0.0006708988331650306,0.000001689150586000393,0.00011265872849366619,0.000054717612157265435,0.000047037425357014785,0.0006856076183698275,3.301058398234234e-7,0.000028497334926943325,2.874650517292299e-7,0.8491880934500344,0.00019232882684612043,0.00023770318476846897,3.7184934921974883e-7,0.000006085047589905405,0.000024741537467532945,0.000006283668120475626,0.00010042884593433995,0.000013377736801021243,0.00006180745660795437,1.3854844739659779e-8,0.0007003162108345957,0.00007642280035359351,0.000016317441548815648,0.0001566581643310596,0.00004305952404424369,0.0001355772737984552,9.801887727475458e-7,0.00007921011027451045,0.000028819731002166235,0.0000013420590151255253],[0.0000012055141877349824,0.00003261877960018855,0.00004837845458560695,0.000004716707376957799,0.000015910853452455648,0.8225513454358073,0.000488541196910422,0.000005098244224900031,0.00016218066901926763,0.0000208888264473229,0.0015478574127831906,0.000019033468576601994,0.0002662667232330538,0.00010000599812144113,0.00003486824062057965,0.00012245268217561173,0.0004240014549818373,0.000016465054914419663,0.000008356438275643423,0.00019798627228630454,4.792203812321358e-7,0.0001071118500994959,0.000042686558390412506,0.00004691799553091527,0.0001632847063648191,0.00007076077285612096,0.00007347177788037292,0.0006130702107482556,0.00003409463941359896,0.000008613184419872215,0.00015828944765006018],[0.000042180045135716426,0.000008196134001726249,0.000006034674317088361,0.000012843493399736316,0.000027135310649604643,0.9314380837489113,0.0001752276799627154,0.000008408226267179,0.0003277555023076278,0.000016244746437793146,0.00013713723218641618,0.00012729587890188086,0.00008746246804777472,0.000011023448641944117,0.000008656874791365575,0.0002370451706749555,0.000057719010965479285,0.00005661809254271799,0.00023249331143625744,0.00030650120655781706,0.0000011312856287697908,0.000053170695849965655,0.0000037828831668009674,0.00009300218533406304,0.00003818800379403888,0.0000010209261366477561,0.00007701362073781026,0.000014701483730531917,0.00008517625694317366,0.0002116443929456514,0.00001536786074921313],[0.000006980218406923521,5.686051789699433e-7,0.00005118811620255328,0.0000125709609298213,0.00016701130609489572,0.8303066197469587,0.00009765764787868822,0.0000012998201660847936,0.00006116602299589659,0.000030844076191427555,0.00003144638871953552,0.0004837268081209285,0.0003129735166366952,0.00002288693881689518,0.0000015463169213773504,0.0003073515963785356,0.00010295066576795767,0.000007920797389643879,0.0003136416536663568,0.00003183249675000356,1.9396474827044999e-7,0.000010297445515514047,0.00005036915565656644,0.000007923640189874847,0.00004432526765068745,0.0000014514735567302728,0.00001125371718419009,0.00000488504158996043,0.0000728644341006631,0.00005700144392949578,5.341918139077296e-7],[0.0012190730193594394,0.8320665594240316,0.00024020239517771446,0.0003217381356265086,0.000012802861177098584,0.000006841663885290808,0.0003717633589668747,0.0007104536380065019,0.0006156578455826827,0.00018209505843927174,0.0006637330671827641,0.00016656622888151402,0.00014151750847185863,0.00000925926686254986,0.0003368353054614589,0.00003736616746822907,0.0001125920290626512,0.00006212047689959964,0.000052827871324060864,0.0009042911062672745,0.0002394927822074146,0.0009476095403077069,0.00006140842644400934,0.000014488034086054708,0.00006909868364622209,0.000015307344278776675,0.0002910513295975606,0.00008665749309636382,0.0006393441963766427,0.0006584700103632986,0.00004761091865628586],[0.000008917711986005802,0.8408417898035722,0.0000063068632849599474,0.00009602842336443258,0.00001934546015447617,0.000026977073714705106,0.000033647351657252815,0.00001175263580741196,0.00013923709054711707,0.00018945141683380758,0.0006892349025107382,0.00006483840632253197,0.00037171569811845064,9.095316973399167e-7,0.000015913202419485756,0.00003495165803136484,0.0001434161144027766,0.00009531625772447167,0.00011193742173358583,0.000737788288227042,0.000007619854007851856,0.00027954578495769397,0.000005912337108851256,0.00017993138699335184,0.00008191105867500447,0.000006021682180868488,0.00011559790375102016,0.0000022905502103892584,0.0003024704668138599,0.000032557542905522344,0.000011939666141329911],[0.00011492850770690895,0.8111562318769348,0.000333936652443474,0.00005079109802976722,0.000017677482690012557,0.000002585325926595292,0.00008900211489071593,0.0002371619199598272,0.00003159709209593493,0.00007248645794768914,0.00018052985065975546,0.00003832403465465209,0.00009941448150258957,0.00000455653681505035,0.0001357373632033847,0.00012297058232434664,0.00011183447670500698,0.00008525048386706368,0.0000015536450245045831,0.00003261033694085991,0.0012382789738504306,0.0030622410435868982,0.000015902104379366954,0.000005420791224827003,0.00001909911576984182,0.00006639168236694628,0.00019263482383976254,0.0003050211104403258,0.00032311614562120013,0.00007038825736397446,0.00002944240639387887],[0.0002250005444865539,0.0002381125144736723,0.0005378750546772718,0.000027643032802021695,0.000043832105791804295,0.00012121193722995971,0.00004154075920418126,0.0005957450631808096,0.000025201277238007814,0.00027107557035761104,0.000012085045122872177,0.000011056860330855192,0.00018556319440605947,0.0029955373199503327,0.0004040677950773964,0.000004605799864976229,0.00025321418501512576,0.00014242804499200968,0.000026896022537927052,0.000005406066175182462,0.00010382044293728835,0.00033561595615153945,0.000016700855814671455,0.00008730227956121486,0.000003373005011428871,0.000025081084925925503,0.000029977895271331205,0.0007202410081920221,0.0001420809775971625,0.0004641359741280306,0.8125224516680912],[0.00009626184877998781,0.0006501114456917228,0.0002696031989612201,0.00012695445062295207,0.00015040574455017178,0.00020968643929156645,0.00006782472826514526,0.000524991708982344,0.00009514514062863002,0.0003204895729827819,0.000011809982894511624,0.000007543228653025926,0.00013812106502313445,0.0037607702320915193,0.00003996251049677316,0.000016801924493451866,0.0003210679229280887,0.00019708497031075713,0.00012806845013570034,0.000009698108240350554,0.00021427957003389747,0.0004387643125192302,0.000011750036600498041,0.00010132209366947395,0.000003474317403205602,0.0004317203023575421,0.00013776625567156608,0.001076740573028239,0.000044205503967554084,0.00021284713431578395,0.8028701441995283],[0.00006535975368372632,0.0005635801523918391,0.00016960790169158926,0.00022354309753062776,0.000014216331823430607,0.000912387364469533,0.00028893831776590254,0.00030734349596134303,0.00023558467769374658,0.0001406666301508468,0.0004449749691932858,0.0004721120347045035,0.000078453225203671,0.0033639639548450817,0.00009458109874696073,0.0007501329737907202,0.8168320466584895,0.00004200701002886493,0.0005320271001694426,0.00001095798095819788,0.00009749853364730435,0.00008008621596374761,0.0008867103179562528,0.00008012514936902875,0.00028798773853229084,0.0001154519001134058,0.00004231410312642925,0.0015779930502642222,0.00010146598052759014,0.00004440178356093746,0.0003651040852343664],[0.00003612047454501992,0.000348433004018686,0.00015637739593802583,0.00015231373514249856,0.0000024710221845075258,0.0006154092268349286,0.000546296008901071,0.0003594031046108623,0.0002732700262238501,0.00033419284571238643,0.00024295891897029866,0.00016742962728907948,0.000006667061568950716,0.0028227067754630093,0.00006793529714535238,0.0007944837381603175,0.8221647458582131,0.00002434360122345427,0.00030532338689263217,0.000012814194958559916,0.00014749732982267944,0.00007816775197367059,0.0009158365783829603,0.00006073657626624427,0.00014153032504982216,0.0001704817699118151,0.000023927329742600835,0.0015601616278220934,0.00009090026240126078,0.00021397591895955023,0.0002635695051231057],[0.0000058607216018199994,0.00045483558874508643,0.0001417493545640817,0.000007476085789636856,0.0008775626523095057,0.00012095038257930963,0.00018010854300363216,5.182168525661205e-7,0.00003302932042448467,0.0005604140405714488,0.00017937130564671692,0.0000034977704148337945,0.0003098796223740935,0.0000043326481857795266,0.0000852555165151241,0.000002231168723461448,0.000006553088098709358,0.00003203302153941615,0.0001347694112832814,0.00016419361198660056,0.000001008057856790336,0.00005426957799128805,0.000008463859520099658,0.000009967395990866896,0.00005920465138935825,0.00005587284628613105,0.00003290474608165645,0.000007016469044486917,0.8509942554950441,0.0006841364935444541,0.00000443781956643691],[0.0000045493145763496604,0.0002627300741682535,0.0000806801419718739,0.00000193429877573236,0.0002502518167289282,0.00003401923010752729,0.00006450262089869163,5.127327292125536e-7,0.000006559006032848559,0.00024778479354772875,0.000055153798881399576,2.687588984834726e-7,0.000037124523530198406,0.0000039599767510482074,0.000016216799669059393,0.000001275554727451773,2.7069723431490205e-7,0.00003359939943512649,0.00014985973565541534,0.00029120007064709075,4.165532092686386e-7,0.00001758265760412991,0.000008652131878468776,0.00002306930745573512,0.000037290267414482624,0.000002283655802504733,0.00004463202330094318,0.0000035869747370624296,0.8446375699935301,0.0006182969670811779,0.00005688614333930815],[0.0000030123172233523266,0.00002539043615089535,0.00000889348836057689,0.000005624027095713928,0.0003128030953776895,0.000014420112828180959,0.000012301362744901033,7.255119300474678e-7,0.0004921285098135482,0.00000570312744359888,0.00027587622667149043,0.8494640114511568,0.0003087801886284796,0.000003889417439867772,0.000006494862668151392,0.00036268542668415943,0.000012689253229760044,0.0005909202949877311,0.000010058276454763908,0.00003869781143908475,2.9491014147592507e-7,0.0001033557040719662,0.000009912787124573864,0.0001650573936478081,0.00005019859180457562,0.000053592334911186455,0.000015283635246696845,0.000002353019711856364,0.000008882636613564757,0.0006765124925335869,0.000002974822927163805],[0.000001349092204844004,0.0000040208717689543884,0.00005053476713359766,0.0000654370875771015,0.0004761019586552585,0.0002661581215746253,0.00003000575885905553,0.000011943404265431607,0.0002901040939409987,0.000016197080387680962,0.00002542948795552286,0.8613711771589229,0.0003421707986453058,0.00018977870972531184,0.000041154670230337544,0.0007599843857640724,0.00008512162254474918,0.00003704290047648623,0.000022945225082694505,0.000029834119685477863,0.000005404363387674655,0.00009905698351433221,0.00006593593567059795,0.00025978970401431854,0.0005176540583073328,0.00008276303955471037,0.00008615496418969033,0.000006086362306634334,0.0000026950386846576272,0.0005523382983138657,0.000003869759623128791],[0.000007618861711736455,0.000005194178925438938,0.000017157042264681096,0.00000755063539980459,0.00014552278375151365,0.00034569990261049924,0.000003204683947830932,0.000001197808010819562,0.00009317963591003624,6.749104833782901e-7,0.00017081027194622755,0.8687493870538904,0.0005658069563148153,0.000029029441584835907,0.000010631086393222825,0.00011701413371640335,0.00013928026401045497,0.000009777534334598958,0.000024920721390316073,0.000005917149714627886,0.0000012009514739388245,0.00003912701394877857,0.00016381360498827366,0.00003809397923662901,0.0002887162870752084,0.00002161040150520068,0.00037031211678203215,9.975521898999743e-7,0.00003511358354671579,0.0002645597951993885,9.38119575144096e-7],[0.00045904829331332685,0.0008538122764093041,0.0005379057457784412,0.000027039089527748618,0.00003079476655578997,0.00034199416051460126,0.00015815239619460916,0.8070469405415469,0.0006141759223430073,0.0007623770211779785,0.00013266375220091195,0.0005656998667589115,0.00023838273086027257,0.0000841263503956312,0.0009842699142989524,0.001148727651915239,0.0002364267445034362,0.0001857253508868622,0.0000719864779113948,0.000027187907433109698,0.0010073520409031337,0.00048526908849214957,0.00023167779381187513,0.000077438278764146,0.000037290034978042886,0.00026717873882239066,0.0007915877811047659,0.000701623558275552,0.000046422052063508714,0.0005666639348225359,0.000739498119892203],[0.8151251359590636,0.0016300851724256062,0.0004324104811780808,0.00002877157915960848,0.000007115613822604708,0.000007671187935112969,0.00015339898519019568,0.001344321282557964,0.0007979564693270619,0.0005497828670833606,0.000005436791547490953,0.00010563403452524142,0.00019155941374970084,0.0003287190774689284,0.00016873197144989173,0.0008583639760810015,0.00008432053987652899,0.0004408410389017081,0.00009728072902301122,0.0007686993925234946,0.0007137792531954118,0.00005483316912431519,0.00012357518679872962,0.000009964344845962778,0.00000955060633239525,0.00006574845348835469,0.00003515586284657578,0.00018662497846796015,0.0000338102200272572,0.0002935173525312772,0.000801087723749076],[0.000016539569225566655,0.00021034951456257858,0.00005931289416575574,0.0000036849023157392964,0.000017170317076661524,0.000059168931276038754,0.000044622888380074624,0.00003292548814148795,0.00018605218598669095,0.00005193001789916853,0.00010665536226613343,0.00015581897275252884,0.000010754176915425342,0.00002685042326718172,0.000014141466444238105,0.00007916523206742207,0.000005058832191508305,0.000014973436821151047,0.00000918999248953882,0.0002834612508713417,0.0000015826224937762973,0.000023085347512755842,0.000007818857691652014,0.0005859455563683015,0.00036754188164755936,8.890741745317556e-7,0.0003282207140714871,0.0000018592150199295893,0.0002237944467253437,0.8663243868496389,0.000036524470864768384],[0.000011869113248234207,0.000039066446373685046,0.000040573869011769994,0.0000012925629610614397,0.000007089773941333892,0.00004835307241384853,0.000026091202404383924,0.000011370583401507323,0.00009869810413799251,0.000033151631008601383,0.00006479176514188701,0.0003155680566658905,0.00000743831765320851,0.000011168137565482176,0.000003221010534274464,0.000008914439303091105,0.0000029570152677347933,0.000016527002480449768,0.000015297740754159766,0.0002230137147951622,4.5001049733704504e-7,0.00002622144826195758,0.0000017105636057325975,0.00010906766014618649,0.000016799846736218267,0.000006451850267654381,0.00005826591572822201,0.00003362412306729677,0.0001558730972691616,0.8431481588245843,0.00010096641386677711],[0.000006480748572853812,0.000014399901407715784,0.000028868365825460906,2.3451631292487652e-7,0.000014656746566125396,0.00010869060707167242,0.00006753059759966481,0.000009795164149133407,0.000025018236414045926,0.000013636373475795637,0.000060057661519534623,0.00004730795763539285,0.0000031650207116816265,0.000002821345745636858,0.0000019810369690583393,0.0000302288779219151,0.0000260853575559895,0.000011243061662891985,0.000014784320944673989,0.00038471202530685367,8.180522460514255e-8,0.000026932235138874967,0.000001615428363306096,0.00001913038722078072,0.00003963190539913644,2.6883922410865565e-7,0.0000047555865166157875,0.0000223873856222255,0.000691584408807941,0.8909646407177003,0.0000461499763912441],[0.00004988238224808497,0.00007523392874587818,0.00029034800546470346,0.00004788919806084822,0.000007778421417328086,0.00048351092881408254,0.0003425334531871731,0.0002033581491722674,0.0005631579793933665,0.0003599029580151248,0.000005140498628085828,0.00008182986255478367,0.00002968274384068342,0.001432110062260089,0.000005239319208220466,0.00020954167859874964,0.0011709241214991895,0.000032393399033450596,0.0000378318003165187,0.00003841067948758071,0.0002213612090185211,0.00017739155781530675,0.00000398676043354826,0.00004124755515048909,0.00008795752466908045,0.000012265194522093502,0.000020056028833752178,0.8316349835086798,0.000012803392745376376,0.00011502598584094655,0.0006776478304302183],[0.0004276780263867246,0.0002854293675100928,0.00023040750156782072,0.00006638263955700553,0.000015081477514234199,0.0004528068501765724,0.000525084340246776,0.0002924901595248726,0.0003085444125539573,0.00018648009776434302,0.00009944088475005223,0.00002110330389411069,0.000026861862899605017,0.0027445542795248514,0.000015700416415693586,0.0001228506942331802,0.0016662912315940194,0.00010661457913615923,0.0001513021725875212,0.000043516657709752094,0.0013558757684479328,0.00017196199081168906,0.00008971173811997193,0.00002494741650998016,0.00008636994552328734,0.0001323378104634587,0.00010368129871266529,0.8054608693070884,0.000052538057151807617,0.00023471170257004212,0.0025692475859228786],[5.479183394536376e-7,0.00015071791579427234,0.00003911846948299811,0.000018814009042975055,0.8557180487474856,0.00008535333367567015,0.00006073059794727213,3.047575319774283e-7,0.000008008166536022938,0.0004121055528581678,0.00034462965954870227,0.0002735868045773642,0.0003855930489751642,0.000006811433418980022,0.000002141683263463769,0.00008395313151258727,0.000003538611180107946,0.0002720543516158757,0.0000025983331077347305,0.00013082336687779186,9.327058985318084e-8,0.000014808327752290487,0.0000051623471852743515,0.00009414460690811765,0.00003054592339554289,0.00005763663178803648,0.000026275608677750558,3.1703016978686645e-7,0.00025637144117248686,0.000011289575253580025,9.00712849698851e-8],[0.000052081909873416104,0.0003142111372688575,0.0008611851871841211,0.00011303243648635685,0.8266625526282345,0.0000413554976090122,0.001101392450541605,0.000012575302146967404,0.0001073043872380936,0.00035673678959057215,0.00008667352447327754,0.00047320601030603646,0.0002388753153010928,0.00017147820244560957,0.00030385628403873207,0.0012097584397259414,0.00009316014223433361,0.000668440048092567,0.0012070090181696628,0.0001000893623889857,0.000001265427820213857,0.00001389364144199074,0.0005429198308605529,0.0011649399375226483,0.00003378840120261762,0.000350310883853052,0.00015224765390461112,0.00001182173449922795,0.0005851610771686762,0.000029903987466545495,0.0000029884996682880157],[0.0000185337303047959,0.00013104298785931437,0.000008012805893901461,0.00013007768528586433,0.00015904063522806375,0.00082040021602026,0.8464560874819373,0.0000017866278862546968,0.0003508304145264635,0.0001683378896002405,0.0001617748382547561,0.000005381655925359236,0.0005791742870357925,0.000007436724886779969,0.000009406162746448328,0.0000010833617206683608,0.000031083555041942495,0.00002761437967466191,0.000019074249249047655,0.00018177105090326262,2.9097038137653253e-7,0.0001197604756285089,0.00005208799546880558,0.000021305730615753766,0.00008782233674292837,0.00003070938446369707,0.00010530058709919833,0.000011483925860895214,0.0009617913307645239,0.0001040353276943766,0.0000031819576287185527],[0.00024314724292897612,0.000045630500970423696,0.0002188954483251424,0.00003377208170416621,0.00038934176234566275,0.00011835899755390041,0.8239611130631752,0.000013417550401923568,0.00047351782346492647,0.00012765203152995943,0.00030809098143833296,0.00009739185188265093,0.0007066063657392035,0.00013625263310881826,0.0003272857271089976,0.0009581227076736294,0.00033219977127412517,0.000041435571497586524,0.0001158213020942517,0.00014002449330973222,0.000004703572292212825,0.00002375885544131827,0.0006032427476293246,0.00030915345017254995,0.0002440687479303425,0.00044734077810746974,0.000047974946066467224,0.0000505115442766919,0.0004786463442150579,0.0004860264413778673,0.000006856814879560304],[0.00001758473992170321,0.00018879120036854264,0.0000019023382446109784,0.000032172349179881735,2.6766562251224875e-7,0.000008738174719664475,0.00002519637699095573,2.1453970445602316e-7,0.8873815868288082,0.00011128813488093836,0.000045128680139242905,0.000021416925355887323,0.0000021291928802436057,0.000002713285169264154,2.0336324249550807e-8,2.8132669669686094e-8,0.000004148976239316475,0.000006666164024196086,0.000003878759644946302,0.00001769121003958288,4.293470215788362e-7,0.000007972714176407663,0.000006439554926698233,0.000006828089226062879,0.00014933893938864947,1.306540215700824e-7,0.00008446950014919887,0.00005137885018750386,0.000002270198131090094,0.00003225570524063656,9.220063552237485e-7],[0.0005458379711938971,0.00011393855196041915,0.0000622616064694372,0.000012911747626737813,0.000041044685331375236,0.00013464904647576627,0.0005155620711067957,0.000015224011438215477,0.8834890436811383,0.00014108384546014825,0.00009921970297404223,0.0004404333601000989,0.00007255326060746281,0.00015682589462724626,0.000014839837027903482,0.0001696172044405287,0.00007207664283742418,0.00006315134410918444,0.0004088900280695444,0.000019470935134351205,0.000007614407893647777,0.0000074332160480414996,0.00013165015040322246,0.000354364654244488,0.00004908116559815548,0.000010988226724137315,0.0001162856795725551,0.00010916976225542246,0.00006617961001344115,0.0002585220098100967,0.000019115752469725678],[0.0001395564405166532,0.00008246608205248524,0.0002710697017888243,0.000030606120853348065,0.000027952763756017326,0.00020904762705071836,0.0008127863280637474,0.000006446264920576307,0.8464890281110696,0.00011175130860295918,0.00022065275760776114,0.0003292940033332099,0.000031166286848087004,0.000011283659788294546,0.00000868546714195269,0.00012199817682511006,0.0001914830896088941,0.00008927159322453166,0.0014163878423137522,0.00019183083671002373,0.0000014840919804086585,0.000002722827942726178,0.0012669571462215884,0.000493762852322157,0.00038821358323416815,0.0000595637819081405,0.0000772220348954265,0.0002857260173723316,0.00002638153987872898,0.00008995745609659455,0.000015737032047131986],[0.00002516811730066471,0.00001267455097064606,0.000010362559946215871,0.000004982418234772806,5.10874451414367e-7,0.00010637904914627762,0.00001674204052512712,7.477971813060751e-8,0.8604614018665563,0.00001047327415576878,0.000004238960149494819,0.00005015275284733185,0.000005114842184105603,0.000002405276755648201,3.476942023755664e-8,3.028312937322416e-7,0.000006054155107878794,0.000006030108682718492,0.000021484832947766956,0.0003206864604863988,1.0419702129383726e-7,0.000004127324623428638,0.000010575927625342736,0.0000033424939788248057,0.0001456534347864512,4.810628931990314e-7,0.000029970208839686385,0.00005273481111832426,0.000005207668339351957,0.00002891565609727897,0.0000015494530328759528],[0.00005477902217402339,0.00028347901803560524,0.000040357106492869725,0.00004253910869787804,0.0008361474146382211,0.0003874587413452254,0.0006992057720981091,0.000014280237081759419,0.000018365089850589664,0.000019773773708717275,0.00016014730083800042,0.0002204825388899332,0.00022934376679762587,0.0000494758758967434,0.00032741035642334373,0.8037650213436244,0.0004292909221913429,0.00006991686607434753,0.0009351248794470372,0.00014013801465266086,0.000010034233229775263,5.75030386641305e-7,0.0008732438709884564,0.0003069473884925365,0.000026809893494335502,0.00031779043786896573,0.00009186001289419236,0.000010107814561931047,0.000033853353633020425,0.000030208140664993765,0.000002712945755230691],[0.0000011109987942396814,0.0000036252461819090397,0.00001122260957194318,0.000006581916404836473,0.00008917804850464535,0.000052826386590729696,6.236290993199506e-7,7.955182201072649e-7,9.825978264488926e-7,0.00000248701969030106,0.000001363657140656507,0.0010655982394990762,0.00008314244879694791,0.0000032845135504809647,0.0000012745040637160813,0.816709681455401,0.000005556845739431079,0.00024415081652064385,0.000026921529831070465,0.00000774812258675903,2.7071729516260583e-7,6.253803386933974e-7,0.00006044565079161145,0.00001335782757320515,0.0000559086045880839,0.0004251826176953362,0.00001911721472304996,0.0000019908061531799664,1.9038433921203445e-7,0.00006572265464540567,3.180491135078944e-8],[0.000006775285010712924,0.00013756093258183422,0.00005294622270237838,0.0013846327322613722,0.00047351860874685677,0.000023337023637533242,0.00003061755124574363,0.000001560803643011079,0.0000350118445771702,0.00011201855778188738,0.00008093546829074292,0.0001016485653921816,0.000006791496292992915,0.0008437391193372889,0.000005988239407783241,0.0001228962521181176,0.0000029991743810596855,0.8449810189400933,0.0012306179275319816,0.00010515409045833217,0.000001778919429514673,0.00003916670859703283,0.000254642061181546,0.0005366203062670713,0.000014268703810081795,0.00003547883482760053,0.00028920471385602013,0.00009452432495996473,0.00015784354839022948,0.00021020777284228446,0.000028430906023317152],[0.000012478651398949303,0.00010575301179983619,0.0000030076379972918154,0.001240810475220705,0.00018946237209642948,0.00009943521335105583,0.000015876529386149624,0.0000075414012074730494,0.00004022569953665962,0.00006458846172113,0.0003083998861480839,0.00016915483841057198,0.000030165343527196262,0.00033841931532596576,0.000037831008074966454,0.0005622301561946943,0.000004820584729416206,0.8339851882785282,0.00278433609071867,0.000058620987653312105,0.000001206403486116917,0.00013906504905006133,0.00009759863383795906,0.00004482244262791589,0.000006550471727494479,0.00001783354173500759,0.0003786646638430969,0.000005889261625659769,0.00005766913755363146,0.00009106246877248774,0.00005269527615770796],[0.0000031170426206346864,0.000010342128875722746,0.000006048076672739964,0.0007485166615016733,0.00023383418164246567,0.00012289793030352024,0.00021312550206208826,0.0000016001287321768499,0.000293728764769214,0.00008458062637045662,0.000030193405771561588,0.00023804838962623547,0.00003828827643851593,0.000022993152001758197,0.0000014344811547477234,0.0000601169486090213,0.00017672449195086574,0.00006215078933751749,0.8588318392431195,9.032598064814149e-7,8.091840920728848e-8,1.765238845038982e-7,0.00047218342212323707,0.00007675816750803956,0.00014680785890468277,0.00036659703396321476,0.000005408363441995177,0.000007925028112876078,0.00013439119200018567,0.000011752404503111301,0.000006136257994164132],[0.001080695402296172,0.0003495320670993363,0.00017480606567626958,0.0005846425677960638,0.0007272102149611413,0.00008290074134587773,0.0006627672547240022,0.00004086668226595965,0.0016186954947746248,0.000365456616673004,0.0005838858629804421,0.0005967039168369374,0.00029223697220934425,0.0004509134072214859,0.0001307516320465375,0.0015488271553688888,0.00010602916264910753,0.0012096249916306186,0.8102554383416071,0.00037943789700328024,0.00007268455370072588,0.000009381882299087068,0.000155337621997922,0.00017634463283194455,0.00015600732363957247,0.0004923034945085131,0.00003143303611112376,0.00010807265996448824,0.001256524482601197,0.00033694824359983356,0.00030654345716245963],[0.000058353303170765173,0.00011724642825831136,0.000359987807189483,0.0004054036266347944,0.00002353179501598327,0.00027040304141072734,0.000006062431152954709,0.000016645899217021923,0.0004917086912427253,0.0000607057123409438,0.000022329795569339396,0.0002601756526276959,0.00012877796913499212,0.00037819671697705804,0.000002274233325705132,0.00005682377654488052,0.00008040981153069901,0.0008226095669631324,0.8421822390725446,0.00002353386737013275,0.0000014170889767945948,0.000004245352424670506,0.00002290348274345285,0.00012563802135770038,0.00007066020150327589,0.00000740125896450234,0.00006640618203596902,0.00000444630122860132,0.00023129214274172214,0.00023858950635929397,0.00028569143219895764],[0.000007546950933903113,0.00006173545157018843,0.000022068972471942582,0.0008135094678868818,0.000018702235988356753,0.0001992084226282967,0.000006246425324159721,0.0000010228080253528942,0.00008175315706729086,0.000015924788866450802,0.00004856035858111187,0.00006434545875168122,0.00007523081687296431,0.00007414842818050998,7.493001466150067e-7,0.000025307452026708755,0.000028137921789654513,0.0006433926121140737,0.8917182480551594,0.000009183990855624783,9.454791336060487e-8,0.000004123544869931115,0.000007872033136952953,0.00005152042358706899,0.00006588976280006695,0.0000114535209292277,0.000012148263893283036,0.0000020535170333506794,0.00005754504518416371,0.00007306158532880022,0.00005674603023563731],[0.00007287770502700924,0.0003603007204992136,0.000017667955956935158,0.8319109020647953,0.00008178689679828141,0.00005824683192796898,0.000028392861731922915,8.158598115362091e-8,0.0004448601299343184,0.0001720777435957052,0.00033215280036093877,0.000007433781924426127,0.0002396434025776788,0.0003496699685992342,0.0000020486072012847834,0.00005936208942963198,0.00020834220555669998,0.0013589369822593921,0.0022787578246842677,0.0006297452929882646,0.00004134441756144943,0.00010188179908109965,0.0006797341165961719,0.000046921782759847635,0.0012277129816960146,0.00003467788587452444,0.000016724181638672772,0.000032536679259604925,0.00022996163102206619,0.00001544263914099225,0.0000112034907337564],[0.000022999100424127924,0.00010691812989227244,0.000003474108371949953,0.8543251173688139,0.00005417704619810521,0.000019691999296313387,0.000008226481044312464,9.527433727325693e-8,0.00001337029094548362,0.00006424836283500123,0.00004216545735123092,0.000013210549095696635,0.00003685953168071337,0.00012091313058485537,3.1133255554311713e-7,0.00011601923014994823,0.00006574256523467075,0.00017615984607991474,0.0011790759172981106,0.00019002648792262568,0.000003500279044012171,0.000010759431290244625,0.0005451046893642342,0.000009832862283353403,0.00005340746213691248,0.0001961254680990902,0.0000030962079211497134,0.000010641109504046114,0.000015037688181507435,0.000005953221950583957,0.000004018576843353042],[0.00011614201781378368,0.00030426186219590767,0.0000018957482771237452,0.0001117030371349485,0.0005633028716004238,0.0008003000364321482,0.00008677716716952638,2.7673370408464443e-7,0.0006749250117656466,0.0002486220781402214,0.0011286749964087434,0.000006817869900815011,0.00008863599490317542,0.00001790422735326211,0.000021948125342005347,0.00009137612208495957,0.000005387252373264095,0.00008545142852621558,0.00018283326579079793,0.8346675062091905,0.000006419447896186291,0.000024546028520395933,0.00003866870698465225,0.00013375112705647638,0.00037589874254433505,0.00012129590447591858,0.00033656449412018685,0.00004854999784000552,0.00018041607371644322,0.0003590594377241645,0.000013854629696679414],[0.00003848715967028442,0.0012122912378373586,0.0000015264887862361376,0.0000513790440854244,0.00008479627958963793,0.000002090340983585895,0.000142040140663274,5.275428775606036e-9,0.000030267498219075736,0.00013089612907851337,0.0002301909382584756,0.00008367850165568244,0.0008673048719712187,9.288941686304341e-8,0.000004592265570603433,0.00011784469275826759,8.185705492780881e-7,0.000028357845268803363,0.0000058978628070333386,0.8391259972970798,1.3063739851087982e-8,4.96234943195397e-7,0.0005803129122129786,0.00004190502474437313,0.00015783656912131224,0.000011968805305775423,0.00006326409670737175,7.305032424319164e-7,0.00004234410319191435,0.0003446438888770955,1.7952224536873847e-8],[0.0013026610837473978,0.0018886032436567469,0.001140490881561909,0.000503873559219852,0.000018701395552288775,0.000019868796189265735,0.000044306591250441665,0.002007277565691497,0.00006449753019604046,0.0001230185372673274,0.00003797576017042865,0.0000251527709066249,0.0001347481690061556,0.0008273752413346266,0.00013769878613769746,0.000198550288730011,0.00033678497773984446,0.00007666898017548644,0.000003681643989499873,0.00001774936828056049,0.7989825886107689,0.0030435421048799157,0.000009522237219029494,0.0001574191539314594,0.0003397243207836458,0.00019572683847421399,0.000156736026059898,0.0009505110239829841,0.0000681793579126009,0.00006103769188119245,0.00028735229397147444],[0.00010780707164381082,0.0001617789332497358,0.0011159587230972702,0.0004582976183093129,0.00012008955704842936,0.0003325930427907296,0.00015927424996939479,0.0000525883464524272,0.00001546275698539626,0.000021788841298392468,0.0012493475266439683,0.0001935942724329225,0.0003238275898556909,0.00003529658789120313,0.0003076809505469261,0.00003015518252396518,0.00002605094663954423,0.0002284614489694527,5.144144805333325e-7,0.00016146405369734,0.0026165032355012453,0.8129190205604677,0.000013866222954145244,0.000042857617832434796,0.00032052366988642137,0.00007314696473949503,0.00010401966969120361,0.00013435131574880514,0.0002258239895858261,0.000213233441959024,0.00016709602463302475],[0.00007050566661843977,0.00456571777715601,0.000329667115729359,0.000029134086637970387,0.00002919266990840195,0.0000028878762838529986,0.00003996157229224992,0.00023623538459010998,0.0000873433379662498,0.00046547775857971483,0.0001493566047165129,0.0002888962518577852,0.00012899546780461682,0.0000016231401033716862,0.00038901067416342866,0.000027055571160110253,0.00012016170414321898,0.0000766380136340183,2.603175016661132e-7,0.000011924351019044451,0.0006883466951165731,0.8130812523166513,0.000032747454594187926,0.000030051747381851195,0.000290148026004411,0.00013692567829458397,0.00024118158718679507,0.0004622194200440513,0.00042248165545892205,0.00005845547346356673,0.0004455111312361068],[0.00036909005095315373,0.00009026845492624947,0.0002826995629114119,0.0006106961746871147,0.00033130907211584174,0.0002954337557063502,0.0006620341713189599,0.000012854447386809137,0.0015013217706555597,0.00023456886577549548,0.00047304875729560307,0.0001790387485073657,0.00020448266684929366,0.00006841179681741334,0.0001239033079308902,0.0019104819923958212,0.0002029542911565411,0.0005758135338428052,0.0004150685587275659,0.0006996627414982829,0.0000012671491037202387,0.000010123749278160412,0.8257810407463104,0.0002297183224311122,0.00033388511266594544,0.0006554857017223438,0.0007118909149774302,0.000032049039972924125,0.0001313887327511331,0.000026329831684341043,0.000006518998077775913],[0.00009105441650172624,0.000005709238613373846,0.000002362384900890911,0.000908403667791858,0.00006280666764087514,0.000051860991885452904,0.00018971755182225252,0.0000030691005070851457,0.00010327663773149834,0.00004836574701251283,0.0002931638825216713,0.0001147257772305874,0.00003615336342073158,0.00003361015173098693,0.0000018902516243700515,0.00017203036660555626,0.0003696851642740882,0.000029985478860941512,0.00011944555585400172,0.000005277880296300535,1.7631472326970845e-7,0.000010075919496399908,0.8506952495239156,0.00007723117977741654,0.00031517926785058824,0.00006188997363972827,0.000017602442538737665,0.000003447175712345419,0.0000012981383632293859,0.000018450987852032533,0.0000014325014046965053],[0.000005460976978228087,0.000007209773574752177,0.000019944378914193036,0.000020824680663508988,0.000018619911642244756,0.000047428846792339096,0.0000071259755581179295,9.222974407406057e-8,0.00006000839449421986,0.00013875256775559724,0.000014156903777515149,0.0001351433404696154,0.000015705016293961006,0.00004555401522809421,1.6046740322749382e-7,0.00030368205482155555,0.00006713434694741643,0.000004210508690598522,0.00002351849938735114,0.0002533493258254994,0.00000974265810429664,0.00002262553119218881,0.000029664984537683035,0.0003491493018219533,0.8814885483742849,0.00009522489766670274,0.00003444547741866241,0.000015408735823935077,0.0000038863609184662904,0.00002452625944947384,8.023366807104829e-7],[0.00000836620877029116,0.000005289613809197375,0.000018099689837066594,0.0000020748646284883054,0.000020464809075923096,0.00006120340145082929,0.00018881627853188938,9.930190373972044e-8,0.0001470687545852915,0.000017210553986228208,0.0002772990812983381,0.00033479834666468624,0.000018872765260573763,0.000006418778611486745,0.000007509674224701889,0.00001815019112018206,0.00007174288148872928,0.000005523678321130345,0.000008502600206818428,0.00007314148565957969,0.000001557284143698656,0.0003603795542951453,0.000022097405100157712,0.00031934258281991073,0.8819456302448568,0.0004782964324910024,0.0001346878180818704,0.00014925138196831438,0.00006856187489723177,0.00021958876144848415,0.0000015604522741786397],[1.8024583615724568e-7,0.000018661112534567656,0.000021493508634081385,0.0002764508195765411,0.000003829244964905953,0.000133113318087193,0.000019345318220334146,4.494640755486518e-8,0.0008148370784666874,0.00006283160767298368,0.00005243214879865966,0.000057248571876963704,0.000006980772345772749,0.0000010804815100613192,2.4948116526992566e-7,0.0000056035910953953725,0.0002918039051989349,0.000004589605936421558,0.000014754904283316801,0.00009398088863899482,0.000011406994689140273,0.00003120168142126908,0.000019002905763951383,0.0000242183599502372,0.8515042227899796,0.000028530800153799822,0.00006820696330460595,0.00012667727001559848,0.0001756453951598878,0.0002720280881275435,1.902877029428971e-7],[0.0000015311313410439982,0.000040707354706427806,0.0000031448203664532934,0.00007345524251377288,0.00006268197407377663,0.00004959324917709146,0.00003563394385113434,1.350192565391692e-7,0.00004993768554609577,0.00008817886370815119,0.0005592626554447584,0.00008878707953032893,0.000004853781447991032,0.000002962523748192375,0.00010032986579579151,0.00002109478433265817,0.00006261138980514797,0.000008149181844244626,0.00000600584372852802,0.0004598026853150716,0.0000025678952928445713,0.0004329518623325947,0.000033607948374504706,0.0001501282711500792,0.887218895128771,0.0001559232676172465,0.000004814060848291118,0.000003227761358876874,0.000007437794747644864,0.0000386629469215358,8.044676748197609e-7],[2.3946118312606667e-7,0.0000026956559936326208,0.0000227617143413991,0.00008355092027386023,0.00009612566296433301,0.00004219731803334395,0.00000212097243310014,2.1155426754720904e-7,0.00017237914360477137,0.00010553848501290478,0.0004343280636831236,0.00040847342750051276,0.00006634927048146752,0.000006900164445774338,0.000018580043226982952,0.000095965665631067,0.000031336646719141245,0.00026316404223329084,0.00011323555789481771,0.00003539132053771412,9.837465825471096e-8,0.00010192438731127612,0.000051998865401124174,0.8625370955969064,0.0010050454305141226,0.00003427101576706739,0.000004809372140703119,0.00000318966449844575,0.000026908426109815913,0.00023564567184171555,0.000003103155328209416],[0.00003232210464755927,0.00006036749118319377,0.00030139409321268423,0.00003474480745915559,0.0004095237022055348,0.0002079386875919027,0.00017534562047371116,0.000008091148019450803,0.0001600673290905379,0.0002110204321911121,0.00040557803699336814,0.00015246289222528662,0.00015457810264472407,0.00024813530358004405,0.00015236513319577858,0.0010123862708930535,0.000465755556897357,0.00016692684638314157,0.0003747711667718268,0.00032730688890426175,0.0000029525938517242434,0.00013599856604253605,0.00047507741075304396,0.8393112373277026,0.00009806929174415554,0.00012267945623599383,0.0004033031798758439,0.0000050741387448732674,0.00011657633305215854,0.0002867820237286307,0.000011051898162896956],[7.817408399668203e-7,0.0001564486742047158,0.00002494723014920632,0.000006900159882441013,0.0006778785962191384,0.0001270391968814573,0.00003121559893982097,0.0000015490936400154687,0.0001232472330207552,0.00004522810029474557,0.0009357331589678052,0.00006592776341368351,0.000583642575324746,0.000028637305781320902,0.000019939945483432547,0.00013225955409255032,3.720925500925888e-7,0.00040318319973624723,0.000002690507001766017,0.0007905543218687461,5.62009804164474e-7,0.00000901041412928767,0.000606297912440147,0.00031167173499296186,0.0003349252319629361,0.0009412787402145676,0.8315805156805357,0.000004725005416326326,0.00004319918982691052,0.000011871286256279713,0.0000018628280719366864],[0.0000256858880718194,0.000020549007977237495,0.000020251179330971127,0.00008642753435910574,0.00032412478584135766,0.00003512812255790299,0.00006942657002098733,1.7561396315498845e-7,0.00007811277887802191,0.00004557873733680236,0.0003094652597472561,0.00007511759128617777,0.0010177667511007845,0.0000010629101553127291,0.00001005706013528048,0.0016564572973714778,0.000009519352256572025,0.00019865453845303182,0.0001749200499162774,0.0003844481801698544,4.527172669257984e-7,0.000013018543566121155,0.00031204620291600313,0.00030199232665680464,0.0012081839628370473,0.8217013004019871,0.000442285873336071,0.00026431631648261286,0.00005063663414570429,0.0000892909070928027,0.00001527524531497577]]],"Weights":[[[-2.175028238268897,-0.6126566658900512,-0.6813246932121507,1.0603016252554316,-0.6805734210572647,-0.41401891286595605,0.30083380062306186,-0.5840416713828711,0.6632061743186902,0.5173336179328946,0.4740637326235697,-0.798570400086361,0.9908046151752122,-2.3055187345297736,0.19293868889087093,-1.4050382541681932,0.8308805189232761,0.10301589433145018,-0.059922030259293,0.7872519841743602,-0.5602708547662159,0.554787729974214,-0.5320553051797822,0.7420981115126195,-0.6132261092792872,-0.9201013381654383,0.7218725463087192,0.43843488541078235,-0.04123653897434961,0.7980772858798265,0.03238634173356572,-1.1240008629106568,0.04152966583993229,0.0453279968840416,0.2835885318545453,0.8312165584906591,0.518577947510756,0.06753095878902358,0.45587981721267345,0.847622211691371,-0.7505313808225242,-0.4087872236547464,-1.207029636750784,-0.34751252591081766,-0.4246619079136055,0.3328758965056061,-0.30114688303472,0.08182669159918435,-0.815642905648923,-0.909402954096085],[-1.0255303095154487,-1.1148905294003657,0.8685690572833337,0.43054289546166347,0.19532213107847385,0.7726016712391369,0.7718186032502549,0.8387152897859516,-0.11707109401653892,-1.0574736236035314,0.1709633048390926,0.15336240871454476,-0.3778275398782853,-0.598902049041447,0.7317403912946572,0.6967825481037144,-0.23524093982540212,0.1527566641866322,-0.4205224581446768,-0.6732340184689074,-0.625301981133203,0.7750576023290493,0.03462611475993518,-0.22404926882854198,-1.4637142145556405,-1.8313784162700941,-0.4831280541118003,-0.4524413791853756,-0.36994130661927915,-0.4181991169602664,0.7279802907311942,0.5846525714811489,-0.31734395414935856,0.6558409101575317,-0.6368834780697473,-0.4796845657348315,-0.8430281530097921,-0.2481721518592708,-0.77260574719604,-0.3888977792211082,0.46806616664802614,-1.2388683664174085,-0.30022700454220513,0.39965845235584396,0.5101900778757488,-0.7565534279245573,0.7898432001496821,-1.185920870457971,-1.6810829289993572,1.0369989560672637],[-1.2477349432278502,0.21733872692988315,-0.04178302834066365,0.10165964101590436,-0.701256803387176,0.878165216664688,0.7444376252916204,-0.3630266495060188,0.7271927222229564,-0.5845107263223515,0.8098013263213932,-0.7904016377830174,0.1187261155434032,0.6797250270051999,-0.4725602507591351,0.5988762596403149,0.30357589606975005,-0.4125466610667149,0.5556734509315704,0.4577556815741923,0.8405233768335675,0.46502626573154254,0.6938190917889682,-0.6055768798525433,0.38406384814339384,0.6616962013175112,-0.3242483810490757,0.07909789246527894,0.5553442792163151,-1.0821895480654948,0.7399295126589639,0.6899005170573163,-0.5884815557685255,0.8850361061124601,0.3576743715086946,0.3971080034660463,-0.6841043185936273,0.8311069505603814,-0.5146050398692439,0.027575754706669522,0.8779583131680704,0.4844069706417691,0.3768790652701997,0.22495638702097964,0.4635291539213709,-0.15299013256406147,0.8258127483279396,0.9633805705201092,-1.0614023987410286,0.8426813331780748],[0.510625010713296,1.3578975351516418,-0.7499540402395147,0.3835795332763375,0.5908562123279236,0.34580672670209583,1.3777196825712483,-1.0330580327279593,-0.01623749326163928,-2.818560862000098,0.7363606504014106,-0.5151866240434833,-0.8639936615777625,-0.4795709603212212,-0.7157009186251483,-0.18568458177340755,0.7696232033248046,1.2956164639894008,0.020703240715488853,-0.5881504608899832,0.786390659495133,-0.42090882095521776,1.8388721003081328,0.4015044084896333,0.21833119155565955,0.6374808865717874,0.04690846499665363,0.41208194582975577,-2.0515828959593336,-2.0700531272527205,0.8095861344203891,-0.6995847468785946,-1.991012765858807,-0.3556553096796639,-1.6915462306162785,0.4122361759995144,-0.7360112551909389,0.5836535849344563,-2.171181656754806,0.1979247676739941,-2.6590302373919905,1.1244192596295903,1.2341746385964534,1.2917013184616915,0.16007768253974225,-0.7926316186227519,0.2639738699125127,-1.3153129325991968,-0.2717340551410695,0.6650058654907038],[1.3789370111907138,0.8523983610137696,-0.18283785295273516,-0.7125727261971717,0.7114029203555334,-0.2576240737354283,-0.412232682726343,0.8222022151402043,0.41766913032454533,-1.4442729170279884,-0.7039156226208465,0.4339218310919631,0.5964833768919795,-0.22469376128492582,-0.24311287324209854,0.6263383977336714,-1.1310009891261534,0.9022602369477278,-1.8814125887450837,-1.0925394753055795,-1.0454748570689272,-1.5546415660763622,0.44193901918942796,1.208145452824388,-0.39787338680038153,0.3324523552728546,-3.0214028722503143,0.5419504133719265,1.2855524268369383,-0.002702968806941467,0.3404525259145967,-2.7810516648942736,-0.9152118387342668,0.3398079556993843,0.8799821394070908,-0.9189758106235483,-0.6261558303778543,0.23503091713664673,-3.0094068683558146,0.1801181633819125,-0.26179238833747726,0.6014540076022773,-0.7758416459914591,-0.21815231322287626,0.8746711144992213,-2.807273402054963,0.6408734079513128,1.162772591182097,0.2905347722159641,0.6053378847588134],[1.242614789713237,-0.16691812679980855,0.460346657260594,-0.645527040688056,0.27934143968916914,-0.21093390180721672,-0.6871382759576008,1.1426036833201774,0.7683225504438026,-0.19127918636197755,-0.5238159368853763,-0.5870194387784726,0.16349841746484414,0.22043676145506427,0.48853695272413533,-1.1939171262033776,-0.6097425184476648,0.6143136699939943,0.3445343997137255,0.0767704373854518,0.7008494217619823,0.6622747181910014,0.25046655519650096,-0.2626343387124266,0.292855383815522,0.33312558455247504,-0.7432623125082465,-0.5393533238749619,-0.6123431988121767,-0.21073830539901572,0.8353958498818043,0.7637610780070678,-0.4116882694667425,-0.43932849590469986,0.4741695188374103,-0.30550624615214966,0.7881329335229085,-0.5292362390701698,-1.3953687626526836,-1.1043082865857725,0.8028882354174469,0.6746447807457031,0.9476701835457523,-0.3799387565396016,-1.126243956465556,-0.013501668428059855,0.8958907166143432,0.07001660159118284,-0.048675073483000375,-0.40079345510340736],[-0.6184786947135318,-0.5327655308713972,0.672772137394892,0.047712874821543586,-0.6083028219853888,-0.18562293710144978,0.2733377412184302,0.11228872030553715,0.17393211215554066,-1.4639570820279906,0.24123268750590274,-0.6702686022478381,0.5055481914165989,-0.21047493692712485,0.2942878324499335,0.6809607768707858,-0.7427854463105731,0.43854034694361255,-0.5394676926289378,-0.6518126658060491,0.7822833591426509,-0.6224057718180009,-1.02150697875626,-0.5029417125861438,0.004242955881415374,-0.8491845339238702,-0.8659578500119849,-0.09196188378523831,-0.2928640978690849,-0.6326366231849255,0.11186336623453372,0.7985911408816753,-0.633514541658937,0.884645620206308,0.8087055770608393,0.10055332283885374,-0.5973403781280672,-0.4100018407772822,-0.009706057103189,0.7868192337885447,-0.11443665171695268,0.5673513376102903,-0.6442267076042386,0.9295617383013174,0.03900969652369375,-0.12008269535797197,-0.7807282393085269,0.7406929225874116,-0.8484325936230764,-0.6221398160148474],[-0.5423039168603826,0.8477540874363328,-0.025168557053574694,0.6645618529119307,-0.35641142563208006,0.9906069598564253,-0.40332835386590393,-1.3984102668401956,0.8939683145698729,-0.0014978664582661408,-1.250337811158209,0.12153755699919708,0.7412826237891265,0.6667884384595527,-0.5219526612678808,-0.6716808029116225,-1.0597237119156662,0.4227029599570345,0.2581784808292792,-0.9423342762128742,0.7686017551103832,-1.1767335501024352,-0.08594048180790072,-0.3615313760324392,0.774922916809601,-0.40733285095218014,0.4682127330732132,0.7002765762613947,-0.7946812116690216,0.6833180473185515,0.8698386664765129,-0.7981135891642304,0.477784800285819,-1.330505440632308,-0.4530546225330033,-0.9946325794924854,0.6557164520763263,-0.8264100615818938,0.9918835729268433,0.9702996450996654,-0.34633978577870694,-1.3200190170392838,0.46794211895483306,-0.14415614490392242,0.6066121549510949,-0.5067094124688352,-0.3789805360565117,0.9341680895168973,-0.4575731304049539,0.8199266471055547],[-0.12035403077161992,0.5542016603357781,0.7518189380056802,-0.28291886141900047,-0.05631220897663203,-0.5479372898836212,1.3238580922580208,-0.5792343075324348,1.3380051100135675,-1.1773848207363427,0.4455665766041561,-0.7145822533623659,0.289296310047778,0.9711856993771302,1.1184090800679762,-0.2949973315014595,0.9339240300520606,1.1946650996239037,0.6437865507858591,-0.2989766990782967,-0.04562662361249009,-0.06408857464636812,-0.03372092875018306,-0.029174921214776793,-0.011420497704654977,0.7228593118048271,0.4752112467868309,1.1051818643843832,-0.949513841012035,-2.1278205469904496,-0.6887084234109877,0.6157605393760969,-0.793534105138452,-0.4167237595322985,-1.2187946476228568,-0.18853758159365275,0.07379021266784658,-0.7410579673639247,-1.2303247855742352,0.2494655055585558,-1.093461743520339,-0.08144044855539301,0.35186355898303817,-0.33378362369171777,0.8064712235417062,-0.6582118388752477,-0.3602738807885457,-0.8273360266241135,0.5480168695822509,-0.11041802489647413],[0.20177713438911618,-0.26265651542328655,-2.575465757520831,0.2671837911109201,-1.2709474629195439,0.7319320517848236,-0.12294266614772782,-1.302782623074385,0.539856017502271,0.24803039135099456,-0.5586815607722128,-2.6065158094035783,-0.4870584041830111,-2.314209771913402,0.8859786763170637,-0.5862225682351273,0.19671689658492633,0.9982756286177389,0.8846662295703144,-0.28197208803255513,0.06833806756821756,0.6421079461027641,0.581931427464119,0.0288386011085112,0.9698453249049089,-0.7615004596909255,0.923571334327874,-1.0768465581036584,-0.04961466447243972,0.11766964412353415,-0.605850042368888,-1.6216037860715045,-1.039979058886351,-0.2763266765148232,-0.0846416621395412,0.5179309710492642,0.9262524503286149,-0.19168431068161343,0.4849248946636308,0.7423585880430291,-2.2906900748162538,0.4263644562109511,-2.73576656910911,0.5901666773516161,0.37584161074388617,-0.09090387834506086,-1.8201555648362253,-0.5187895414105052,-1.3482044924333996,-2.339967369604143],[-0.30583180096959145,0.11725319075362996,-1.6961757698423798,-0.44975930340898357,-0.08848370274380642,0.9688000967090376,0.4393910045258075,-1.0441918195384985,0.8691915887498373,-0.8940999829832547,-0.7065120320406645,-0.665182557113429,-0.1811511250728454,-1.424910800720073,0.7284087317370532,-1.2692613360921814,-0.39300750570190995,0.8060563410242921,0.8079869318597149,0.1236283685412417,0.17014383382439777,-1.000314023694064,0.48726221084379545,0.1532487723049268,0.9565999787345075,-0.9254260934830789,0.30183142807790775,0.7071381730970313,0.2787055497220734,-0.8559050120689945,-1.072378867194078,-1.4461128649016475,-0.9044781050756634,-0.9498670106687467,0.7412861338778789,-0.11354259471851132,-0.34943232620854453,-0.3157716120590054,0.6536768962789777,-0.44306151031163904,-0.9959567605424053,-0.8767398836296956,-1.019106256352608,-0.875681930605738,-0.7993934415023002,-0.9976362445355172,-0.6692980675859458,0.10202625623168546,-0.25065583418051707,-0.6721122888175498],[0.6492566030613057,0.8876467885786083,-0.24949119374825804,-0.804303493985781,-1.9046310634023766,0.6566021133650198,0.7427516749623013,-2.5331727300710956,-0.7472356338739475,-1.2096238181597623,-0.8320571594465382,-0.5715968535894097,-0.7190761988306555,-0.8393306698397827,-0.47721598799480236,-0.03820518019649307,0.03838478805462494,0.5242309298805753,0.5915059316509961,0.74455263952816,-0.0646869113703747,-0.08128627757142434,-0.5545665835996443,-1.369674740542636,0.15012333747047296,-0.4444926180584554,0.05318972541332368,-0.5712805741248512,-0.2326009940351948,0.3521886733207515,0.34412178741032706,0.7871927657956862,-0.7296495643940452,0.6259877085007931,0.5541300260976778,-0.9316446710470456,0.34580608546072006,0.6979491113185241,0.5254019209946066,-0.8061338422577012,-0.6631164399995594,0.6237213574235866,-1.3303484386029076,-0.13280553375698054,-1.5630013552001982,0.4624081560953029,-0.3570153367968705,-0.472024721454342,0.28928434489974775,-0.45472186014933275],[-1.0765109818173957,0.16987785632150126,-0.9291124338761294,-0.21272313324011016,-0.4320721265330652,-1.173569461957451,1.1894649175139218,1.7864467606861019,-0.8989573015918412,-1.9486360065473116,0.4941131633961776,0.34569619099250587,-2.9522942296641794,0.13157326475068246,-0.24842288240902508,1.0869822308262775,0.7332682169827451,-0.7452308116654949,0.43634102621679893,-0.42024131966227923,0.6518867861612204,0.9145486610055314,-0.5276184964908198,-0.6294547919567849,-0.1300306937172294,0.8816820915107075,0.47392446360208274,-0.11542607880965762,0.7751189635549498,0.7270570151519293,1.329841341735856,-0.42927071260647204,0.6243355805736577,-0.7286003588687935,0.16282904403666448,-0.2997502246617156,-0.5479779166835519,0.9471046623253634,0.22707005836801428,0.3236131426209826,0.43393048826859176,-0.5456769989969595,0.01198263914084849,-0.6778947570336137,-1.2385064649187085,-0.3483582895558569,0.038702677203967695,-0.10149927742766923,-0.48226598021308925,-0.5714082725731314],[-0.7069806741159622,0.08101758883223532,0.03143769612953826,0.41313960045724646,-0.08191052469794406,0.9352523129140053,-0.5478796600466476,0.4681030469696241,-0.5763311967938748,0.21207585390276212,0.8772477312451963,0.714149356328825,0.7552227285607988,-0.4622598337344476,0.317685884765234,-0.8239977789829065,-0.7767565431833473,-1.3097749152054348,0.8698003063950674,-0.21984086468842778,-0.5751565499944724,-0.5787451516136685,0.5800607851746042,0.5685761589365469,-0.8877865194580634,-0.5054733807090155,-0.5258876768502281,0.9265162495894246,-1.0458944251198479,-0.027959646138809264,0.7747287063796583,-0.9494204550860107,0.11583644184763454,0.9070116334227091,-0.2153930396007246,-0.8448255761105595,-0.4677860332258116,0.6645783527330037,-0.8732077904131971,0.7495056833614784,0.5876055682513233,0.39619179471928206,0.29090213528507686,0.24632123528686922,0.5877710208069287,-0.5504654324683569,0.19360926510026108,-0.651806795489126,0.9943026002939952,-1.2571548820643859],[-1.725724087619142,-1.5971055250212443,-1.2654044125499868,-2.1752845673604218,0.7879546281091766,-0.02687101668172119,-0.5260060224686476,-0.2103085385470365,-0.08496446024132341,0.8675447996401237,0.30236734476900223,0.04503367341601544,0.13226007549273996,-0.8084230264836336,-0.020193015206793487,-1.3400869220304568,0.3456730122804757,0.2643608769190237,0.2461923599762692,0.37811180913214043,0.8936342421315224,0.6734554819341732,0.9041749354144891,0.20884998534692087,0.8265589515420454,-2.209376437884383,-0.6519928413096774,-0.5364928870877473,-0.5183124684446196,-0.38090391067136103,-0.7079456675671241,-0.1514347516606497,-0.918213328340782,-0.43053941157439574,0.5528917093610545,0.8373240356661935,-0.09670887014020019,-0.14608008765394365,0.21382261009685938,0.7613185677502073,-0.31727986392094654,0.29844529342565457,0.980678453499223,0.38100283147420744,-0.6371246664853478,-0.9561203388932981,-0.8748603435232648,0.8554089330929356,-0.771653898632542,0.2742508616666621],[0.8355052477667951,1.0943464610377167,1.0851787512193043,-1.2684781998223307,-0.7026564290101097,-0.27423100354852825,-2.0430544490092832,0.8242463920241222,0.18870967514763706,-1.3622603196667755,1.7242878420255594,0.8042932676088065,0.22941616374832538,0.7856908287205133,-1.3560579715288839,-0.04259113343641236,0.8145301519010265,-4.0187737004624795,0.5769409704906304,0.7924837883161076,-0.05284827446850782,0.10635635811337346,0.5604808753855509,-0.1515429763497792,-1.102628043449631,-0.14580395949843714,-0.2798903744394508,-0.0208616068065462,-0.8581974194149335,0.3195633759774244,0.3302548153297574,-0.2030821035936457,1.2681551724880782,0.7346517473303746,1.2271028944258162,0.262681989761775,-0.23275311910895602,0.7060251226947567,0.623044358752627,-0.6718227168295259,-0.24514433463994817,-0.2523216456755206,-1.2025211787848888,0.15476811169099747,0.5785601299213725,-1.580483342782942,-2.7234804609150327,-1.26126494807343,-0.39374978888752465,-1.4069292613498634],[0.6068410746086442,0.7591814630738457,-0.24924785427075455,-0.02235090180675811,-0.3513186184809158,-0.05757886373835766,0.05571268664420404,0.19033476946466427,-0.7509087234731743,-0.1319609824328263,0.376420633489197,0.42302208039432176,-0.7999600707132254,0.7994375103974495,0.5046058472880295,-0.5314587255594376,-0.8448838729454509,-1.219642473181679,-0.4489402303361211,-1.4456647221498142,-0.31172626735427195,0.23093892336287336,-0.8098879486986734,-0.36889969820604623,0.20288344387206894,0.2590874920914039,-0.6925322884053446,-0.7383153272974049,-1.292231956281531,-0.1805244520893696,-1.8324821375864024,-0.37044841849608906,-0.25391157855455604,-0.1712842409153524,-0.728090317625871,-1.0244717556179994,-0.9798892272841494,0.5372993079012158,-0.7652520971172652,-1.3415681509933153,0.474197512858512,0.15344528347787742,0.9725428391863717,0.6018988266012404,-2.136288747110962,0.21514229083946268,-0.3270125929845836,-1.6456374362214348,0.4683117294730214,0.42306111028019644],[0.5176859295229131,0.9837536841649616,0.5948769632363852,-0.0758168275073327,-0.6065122649931065,-0.1408650632986352,0.31635582699379294,-0.9311650393985409,0.9230261712838064,-0.9307460820607306,-1.3602156394004523,-0.14274082332509153,-0.6625863560869376,-0.7328980780964477,0.8754901362963975,-0.4865341444958106,-1.5540418333880541,0.4193959731063066,0.7189248718236216,-2.4465226431213285,-0.9467713523548645,-1.157292193349193,-0.6284655107938897,-2.3346663109492996,0.5332477379045106,0.14833184411352351,-0.5106287389341785,-0.8020230163674307,0.7313014130724412,0.21973622612474772,-0.9674680974942745,-0.09974709634274727,0.5830019380679673,-1.1524460231932838,-1.333879369977235,-0.4281328763347426,-0.5678663825870425,-0.9382947974856815,0.9205349927025175,-0.551235911039908,-1.0005893576284253,-0.3276776911457853,-0.8791295832618842,0.06722308556147041,-1.580336005065797,-0.17631712419958703,0.12046083597795165,-0.2079169014846771,0.3621822961560493,0.47151388165157454],[-1.251016777511997,0.45599122247034407,0.770294169385914,0.3381693476627502,0.38885205393765404,-0.7995896333964476,-0.32169271815047457,0.8400350796876696,-0.829442978384344,-0.24317209659103808,-0.3500792937766899,0.6207182671413217,-1.950397692968685,-0.03839960924682936,0.5573110331507856,0.7257205565670061,-0.00680868124852329,0.9675265630989599,-0.8733631579425706,-0.3405906039760622,0.49119734460169767,0.5966130047883168,-0.979798796967904,-0.20353082351484772,-0.512958126867801,0.445558417960164,0.6112816460211581,-0.32179896100922595,-0.5966725943041061,0.23312159031228208,0.6486012143909321,0.5166764309343351,0.7078124248365202,-1.488027002278503,-0.8705414447850935,-0.39864680547423104,-0.020464583210321016,-0.13069440706309887,-1.1145798340718953,-0.6497559161922579,-0.14425390938713992,0.5891780723084695,0.8373185626214436,-0.24617218153194412,-0.5388488114437919,0.04666531244774957,0.29660579647404306,0.28180547340752826,0.46758195932341035,-0.3540428145122521],[0.7867434916864824,0.12636385659116373,0.8938820771479447,0.699742606128024,0.7995221470882005,0.35203525589410634,0.918347495921451,-0.2213453834558907,0.9691490071719112,-2.052464832391612,-1.0151213551397882,-0.022665093700697195,0.958197197188061,-0.6963836459107474,0.5291988891811836,-2.512139840635415,-0.3357029949480239,0.8725856570010326,0.6673814123062529,0.3739136506229752,-1.0007763826857108,-0.5976925151884069,-3.555589057101747,0.4743362387809703,0.6409788928701955,1.1519912159575172,-0.8422175515268889,0.6250439554472507,0.318870709606285,-1.2364569403262586,-3.624776198679152,0.7377410991878335,0.9635766379745918,0.24977966915573277,-1.6894319081693883,0.05967063168827455,0.7865369855118649,0.2591177499494956,-2.2201999106154924,-0.08588390883807846,0.4619638756177103,-3.3910197304014877,0.27043858908916696,0.45998245173328184,-1.3721155480460143,0.810366265826168,0.11985793217206339,-0.5271863485302838,-0.747727598352093,0.7977995955138182],[-0.17156851291960795,-0.9280236589327355,-0.5924782933146469,0.8272975332641694,-0.32710844226483293,0.15443303851737972,0.6976222153474072,-1.1321224535296668,-0.3357191287846585,0.7198799105044632,1.603437913963371,-0.34649088047371807,-4.7245678647008855,0.28517957986152875,-2.993815323528199,0.8256038447486782,-0.8819947070732598,-3.825652188723455,-1.7834216455146725,0.6374388589351335,0.6704625965024941,-1.827360228963506,0.2643870122936485,0.3540602962679805,0.5149050135222811,-0.7598728885478194,0.0975370012312466,0.47547577972159893,-0.8658861296767302,-0.04615092839607394,-0.18339353467102049,-1.0128640041643229,-2.3400728576671,0.708048295986741,-0.7636110922188494,0.6957747108672708,1.037078547738577,-0.5259203564328492,-0.09969211846464487,-2.1269215547360947,0.6206556450774863,1.1717099505813227,-0.8159969165088631,-2.354632531763842,0.022817839226933267,-0.3967566911309859,-2.6979413023162104,0.34880239462404417,0.09673601974866672,0.5661036003515864],[-0.58937428096726,-1.6125948080228552,-2.341554803639828,-0.034356096830132035,0.3050568829673306,-0.205938384045963,0.93003263029549,1.280587875062433,-3.1206424567555424,-1.2734232758544568,0.5635213632516141,-1.4215297459368321,-3.9311955224075574,-0.7859905932198028,0.4041849286630539,-0.6675239551284672,-0.48865432552591664,-0.7081618979849138,-1.093242285368556,0.37055757877792567,-0.7771221005895395,0.8692772862237351,-1.3152846949816688,0.14996642002931795,0.5152820799166341,0.262647098641728,0.5259632960408641,-0.11916409436887866,-0.052051375128498105,0.25205479151040966,-0.15572524301433355,-0.12967882558325586,0.3679015973028359,-2.122354741045228,1.3336810319451067,-0.13620091055296124,-1.3074507753520446,-0.5988334803609747,-0.3525068033113727,-0.7307070301255283,0.9093874337411741,0.8301304468707141,1.0019133802226388,-0.9960620398429384,-2.3602970005827038,0.8785704787682876,-0.6546467511747829,0.3180506058334095,-0.6461332388831241,-0.44827391786950094],[-0.9890444961305075,-0.42659158456316154,1.8714769508356148,0.21880071729605843,-0.12931137671427395,-0.15959255329228297,0.6850707783932428,-1.3111940087180747,-0.35885348982145887,-0.19164656211690304,-0.13217174522033293,0.21320977175099864,0.027302157836524555,-0.023370921216805944,0.4871963311626639,-1.383033009055184,0.20920755498943752,-1.9300835573460422,0.6328491990927011,-0.8011461708256203,-1.6517894015524324,0.4392451639058924,1.242368483838177,1.1163172021566208,0.6976777884765601,-0.5181917976743934,-0.3546826778287,-2.699199546371986,-0.19960641927475767,-2.485699898133868,-0.7564924892709547,1.1748232415171223,0.16539430306301758,0.18331525272087135,-1.050816667818152,0.8021719067628311,-1.4981131513941783,0.8152682269117609,-0.16396242732986446,0.44820766832270204,-0.012378749476465724,0.3663154216186232,-2.620730400241066,-0.8182452048863557,0.014074721512973188,-0.5491904169718138,0.1300972156895392,0.827268359838166,-0.7655241475612833,-0.11192208655342466],[-1.320963498667636,0.5358121894067448,0.3239304899303174,-0.06398883997401739,0.6682502151454947,-0.7367650998831218,0.7608069866788681,-0.5625338144604086,-0.20560767382852962,-0.9572751059761274,0.42690331941568727,-0.48766376515988025,-0.37652009555848487,-0.460573058593569,0.3366551540503729,-0.26085046525121663,-0.9684501804234623,0.10216731148857001,1.0257389319449939,0.452973268711741,-0.9623410249469786,0.24854444593797936,-0.8487727817794463,0.5740459795341709,-0.5318514448307149,-0.4966091593159087,-0.07341882899906096,-0.56279942251681,0.34653901446555513,0.17330101270486525,-0.25509504263969374,-0.7533856276828762,0.8728792519031701,0.675763854405765,-1.000789236399723,-0.34319948200545974,-0.14248157488914875,0.14451861895735615,-0.21337780685899183,-0.09790770093931152,0.6765066874419043,-1.1774619115858984,0.2813579781169076,-0.04641705614423079,0.5701493291182819,0.6231183369971206,0.07606112734332121,0.11269305267181719,-0.9130944380496591,-0.48659528545252567],[-1.50032896957543,-0.6748474938355906,-0.455228121368384,-0.7356511592976522,-0.9792111044718966,0.13100866897218177,-0.2693458911463761,-0.7420647646271449,-0.5855953087128898,-0.7478894523573902,-0.5262061871576794,-0.330171905211072,-0.5034938572112303,-0.26397183292201504,0.44108975779766374,0.3839289817412355,-0.4859753789832311,-0.22016374293546678,0.026516750777079007,0.6994706551012543,0.1171150412525342,-1.302975174465043,-0.46045933253562393,0.42956919391361664,0.19178362383794798,0.2599943115265414,0.6921202468435372,0.5173335742024007,0.4816301785300782,-0.876556369593135,0.4003143469327354,-0.17884055774844046,0.6784643578793355,-0.1877885029045526,-0.21968711848099093,0.3218153017149302,0.07790256908210977,0.632718857139425,0.5087170540535084,-1.0930695779927089,0.389507191963068,-0.4394244795520143,-0.9188765457901095,0.6010747337233483,0.9028309880617302,-1.3743788851133896,0.15942362370959395,-0.7026794488033141,-1.6868224968038827,0.25526890975620914],[0.3539926510496959,-1.0686086480045978,0.8221227239255238,-0.29029143908269306,-0.9090655097119672,-0.017262321828450042,-0.6422039174916604,0.14860586261892186,-1.0479938576894303,-0.6252604178097697,-1.002253150324144,0.30041971444969945,-0.7023579996801596,-1.0775312231768661,0.8734300704461814,0.2960025878777027,0.03221510054081465,0.8237804980946172,0.4822697232663022,-0.023061544271640016,0.07815985313887115,1.0346271575961252,-0.853009806493299,1.065810530646059,1.0495922236294948,-0.3169315426378327,0.5434473750796049,-0.14248228482560155,0.7784630705626575,0.26037160768893924,0.624052456668713,0.1268201119652407,-0.7721731893885202,-0.2421017090971433,-0.9353231594593613,-0.6476375847733841,-0.5258446058922782,-0.6557365132682408,0.39398174520445245,-0.595066250636589,-0.6728322201806036,0.6519136463813383,0.4422724653970865,-0.7043446017836965,0.5214095776758261,0.8143052126511424,0.4104752376224427,0.3295193774147193,-0.36868451642751854,-0.7093066316281094],[-1.614669007003933,0.13833599554370474,0.40302595786512735,-2.285859820812784,-0.22707195872319455,0.8540036249514477,1.0658253166810687,0.5206256535460392,-1.926787117107851,-1.0559220126812052,-0.9567388922743408,-0.8142369913166677,0.9104468673088907,0.3609613766255122,-1.7339118179380102,-0.4929869893473432,0.32491969688052613,-2.587472850273215,-0.8416475860216618,0.5987533046783017,0.5052686128051062,-0.533949358441758,0.8019445686744221,0.841371504360072,-0.0885960188035765,0.5661686477015736,0.33615854806121553,-0.02211016556997451,-0.5281333372533166,0.31186758879370735,-0.30333098277079473,-0.24446722355606273,0.1688269546123022,-1.806774639515074,-2.693012509204969,0.533470382014114,1.0038680132886226,0.21437670033883882,-0.47980803687465673,-0.6367911942542929,0.38647907598857256,-2.314485597506671,-0.28102121785972434,0.5506566395936727,0.06136579476270264,0.15104552215257033,-0.7328123754349571,-0.957981872186009,-0.6312202846408445,0.6671649660090192],[-1.2989457162164566,-1.0367152733995786,-0.1832788708219051,-0.3954287798881314,-0.3983680639983027,0.6616439789566712,-0.10258946004422714,0.8887428271658587,-0.5802604234114336,-1.3629625980804168,-0.12276669614126702,0.8584026726177799,0.1025376825679406,0.6004317095666843,1.0373054062139966,-0.3873855263920029,-0.3301495836073286,-1.6770047381030906,-0.2654581941356308,0.8689424578401451,-0.14886267173677312,0.032730124621128814,-1.4990623876331968,1.1188015646925678,-1.0663840046744593,-0.35318474568347535,-0.5865407050726316,0.587020261724392,-1.0179519633484306,-0.6491022121805565,0.3989083043104783,0.9191140596652707,0.1711275385672292,0.12747084522711663,0.7785497209901749,-0.1661940667960994,0.5158612330647446,-0.1578314717639918,-0.9079089833628741,-0.0187389414502127,0.3252422173128782,0.2847559525874316,-0.4279768330067759,0.2187136072304719,0.10548283644176451,0.012834998506772192,0.24758605439235576,-0.09125270943304734,-2.3720049269517403,-0.06858561501561536],[0.5893490212687682,-0.3676032999375497,-1.2588675632402655,-2.601348126561065,1.1124710482299205,0.29277949484074295,-1.9172859757002205,-0.9266686788188286,-0.02031979578234521,0.6417570450062705,-0.07831927402105911,0.6346511529152359,-0.3722493664139875,-2.5769336286357962,-1.4005652095665793,0.28042090189710195,-0.7084425727844118,-0.6584982523624628,0.7822192300482974,-0.9461132231956015,0.8567128337444438,0.8249384698627215,-0.037110590364918615,-1.2362183088058647,-2.45127571368642,-0.7991007422823467,0.02617096616080184,-0.7158314688799254,0.7849947141053496,0.4357508259208802,-0.6999048966897182,0.9621501511985828,-0.23719688378125686,0.7033767189386613,0.4024077029753487,-0.39995505485124544,-0.006211594783828162,0.4245467754313351,0.5566269893258422,-0.10866358682842377,-0.8269685615055461,-1.361550533806792,0.5759381685132219,-1.5142081129479177,-0.6270565702729212,-0.18593978397918756,0.9773312205258761,-0.8507017804323265,-0.7060274975061941,-0.3494965443632102],[-0.764124931450186,0.4517993213190252,-0.5036220161598646,0.3386290749175578,-1.2020864797244843,-0.47886173979081476,-0.2381456651654321,0.37002243222248393,-0.22919732679521146,-1.3005794883306119,-1.2656438498187486,-0.5746595032423573,-0.739299395067682,-0.6219554426794556,0.48120255367747283,0.19267130307245967,0.7098223363466465,-0.5109229152973923,-0.12056962434592283,0.6215188088491495,0.4014471310293648,0.16230702724585955,-0.12308975395777093,-0.20874428493693972,1.016738996412357,-1.7055554506561672,-0.44998835725990183,-0.7554848171105859,0.7421982302150213,-0.8245269043467025,-0.5201617342153018,0.3441560507101412,-0.08234538920367156,-0.7134112950746837,-0.16207608695369274,-1.4453083972496774,-1.7203729527221732,0.4893110737105516,-1.1886080811408375,-0.7782810668864513,-0.8408344523889794,-0.4146736444780674,-0.5477413925053356,0.4136633799467053,-0.6854893915121391,-0.07655744982007111,0.16692836153232388,-1.2082130631176529,-0.5225385209798773,-1.545187731368536],[-1.8114240264305579,1.2120641549488984,0.6056740719107976,-2.0569322273245945,0.0681627158896903,-2.1307056898149708,-0.1324689079671557,-0.6143257722594141,-0.694654926302041,-2.5846503890440804,-2.1322506680771585,-0.7471049055963933,-1.8136832416125535,-0.4034862258008208,-2.8622709872881353,-1.3269765559108653,-0.7810221757889788,-2.110158366630125,-0.2694665710307278,-1.0711089277420194,-0.13150501659873837,0.5098000164994697,-2.188007029385389,0.540291112837784,-0.5919174215053503,-2.393288438489862,0.023755236170758025,1.0721800608039032,-2.0431289692847483,-2.3054931516192174,1.323166932362321,-2.903615664320923,-1.300779595826308,-0.4761276138233761,0.06036760702292054,-1.2904137070492208,0.020409225493015784,0.16746069395338675,-2.0800721065776684,-0.5758565912223541,0.15620707088618502,-2.6033800757568426,0.5826269804035628,-2.4165636630673344,-0.5097697566151075,-0.9303457214304389,-2.358256116552258,-0.11528221787959828,-0.8348668669461164,-0.23006821498939373],[-2.651444870446361,-1.1976404930802917,0.9652353306352253,0.24860934763346781,-0.06836195766163167,-0.7078019704304856,-0.24475983682429128,0.9111940912267954,0.8341219990114125,-0.46971240260896446,-0.3396456536102939,0.8591135826796741,-3.650084249642749,-2.4739198223944845,-0.5573459536042943,0.23115076867168055,0.9261560392173345,0.15618898230018197,-1.6716128304225146,-0.31692299245222083,0.5064543966565753,-0.29376243586583367,0.8226163699235445,0.4165303983698689,0.5583040908992984,0.27346344984833243,-0.1320286061565945,-0.915643786958361,-0.6832922105891791,-2.826813152813144,-0.03557313883018856,1.0573404550635483,-0.6105835375348483,0.7048890004513584,-0.4568313134415127,-0.46464574226423366,0.007627123138738592,-0.09070489449751744,-0.2425590804082651,0.6333753586973326,0.3738612805577719,1.0671278885436342,-1.3706742656110376,-0.13120414570197042,0.4471659863298546,0.7447055547567494,-0.4914332133565006,-0.7269121131228525,0.9871119039347361,-0.5505090320503561],[0.8800275084478194,-1.9526120831832767,-0.35511316228044015,0.6201015742954231,-0.43820392613302,0.37658423964746757,-1.629622112054253,-0.13489934228676478,-2.203702531022336,0.18239059107215888,-1.5310238496557416,-0.6604521629701415,0.6482672375110616,0.45396506961390626,-0.2813274663516282,0.5915419179181086,1.860184562333665,0.3122524410246788,-0.2413741534214865,-1.7562607232832743,-0.6364894792644578,0.08037790656786023,-0.3506588614652193,0.4464823009364662,-0.4095591296147258,0.42400839073138713,0.8507938314272327,-0.7962672669917258,1.1992610159048414,-0.45720664344206485,0.2583007221054386,0.9666933649714059,0.7366876379756624,1.0465212179552161,-0.8770183631579614,-0.4217356300725031,-0.3452138063159261,-1.3599764816918938,-1.8396709231839095,0.3535068842151751,-0.4101095080874006,0.04996235082047388,0.7331872097479833,-0.4670053761162243,-0.5885936839704974,-0.9705543516389241,0.3903604203109918,0.4271254247818823,-1.2951283357986134,0.18386125121069674],[-3.5366864752905665,-1.1976641075956775,-0.014565711136188044,1.4184320440566809,0.1719506858836827,0.9045719797162413,-2.6933845802126775,-4.852439010783629,-0.7703385747192842,0.009327367566103766,-3.645485234675039,1.3896182046339156,-1.5126387826148047,1.302099656333482,-0.5484566223565008,0.2600390781872802,-1.4588693914146376,-0.21729371601248865,-1.6154913144999092,-0.47363702264919183,0.25953844742892723,0.09129868212287157,-3.827296067207718,0.7453728605058798,-0.48047816333889337,1.5492290846961407,0.8624121406765468,-0.4772587644803679,-0.36182981207011267,-1.5241961767273473,1.9485602506081596,-1.1819568235687115,-1.1914772850834143,-1.5664117354211389,-2.93990109338283,-0.11889744958811435,-0.5141847187634393,-0.2907609056778872,-3.983545764643426,-0.7656457270379599,-2.469130551460647,-0.431160628367958,-1.2952959997950648,0.4622985662886244,1.4834821221060681,-1.2887315334265903,-1.7987629269718106,0.4835699031696189,-1.1851204043988322,-1.1722877425079037],[0.46672062175282086,-0.5116081051352179,-0.5316409921996365,0.6058292596827216,-0.4237323020286194,-0.1728687007844991,-2.6228574653515473,0.6014306157465558,0.8043101764416493,-1.3632174168743731,-0.8982310838929638,-0.7268160588848763,-4.179782440510503,-2.1542779679163444,-1.6674797938709665,0.3846902393033035,0.1490319744508031,-2.0426527499995846,1.0676390193117347,-2.561866905309702,-0.16734319614149368,0.7261806085823148,-1.9718219283133813,-0.39438389472931246,0.964977336695755,-4.133804310366645,-0.16729546058641687,-0.8126380943509477,-2.2135768921349968,-1.0087928712658554,-0.2069737517447774,-1.1671082831046369,-2.40066110522963,-4.205382988569755,-0.0012531550503033396,-0.18623387486990509,1.03669228130696,0.6337535177277671,-1.2708729199718936,-1.7736501592436513,-1.7923828217085434,0.29817126671537714,-1.1944486761963662,0.2645709594937353,-0.8467997985339246,-1.470857441457822,0.4606983954805925,-0.2686110816846927,0.7112643376211116,-0.8262352578450982],[-0.99227720731194,-0.996192069103006,0.17348147849986492,0.3516232635504067,0.2411586569345622,0.19088930349485492,0.7096362227043469,0.18602082818422408,-0.873282223533401,0.32359652786200316,-0.3169437166239768,0.639337918529233,0.0320236840315309,0.8715869118600462,0.5475754315184551,-0.33070406658029244,-0.5003230820808814,0.4602179497185663,0.7949271506365212,0.7913727767950028,-1.1445699863448329,0.13322761492818705,0.2525146908282821,0.3672189790665404,-1.3023934396168224,-0.6093200844970672,-0.6530555634940831,0.9714899790789313,0.8992929694784739,-1.3917175427679485,-0.5354407528469287,-0.6629114780382785,-0.5429596987599711,-0.8523483004732838,0.3668272430747281,0.8776617367219229,0.24099296490191252,0.2751905972349962,-0.4318095490897288,0.6720060116916582,-1.342460431722331,0.7535429037081106,0.7068812750950303,-0.18211387558592979,0.21439560558959064,0.556357628242727,0.04610803258293533,-1.7427168192184292,-1.4361850418869417,0.37723930107741405],[-0.3402182656038838,0.5631167986010577,0.7923076573677615,-1.4490497060189305,-0.9266213206896337,0.017280870151396385,-0.7322247795287026,1.345609797148064,0.5915160323019729,-0.21081294756659114,0.0140832360809759,-0.823415884273552,1.3753584651607589,-0.0023926550485886605,0.1881438047427683,0.6689146324883419,-0.8155688370264144,0.0404306258192933,-1.8181108236955947,-2.3840358491085865,0.19409471907792666,0.7764557258546632,-1.0640519368942165,0.04696758706207407,0.9584173075296946,-2.1669709921888387,-0.3123250343578741,-0.4173394759645279,-3.270029956118208,0.25955056810630583,-1.2416494905542454,-2.7725302324194505,0.6663240808235824,1.17665104890082,0.591418391534377,-0.9764580273128526,-0.2486261455920253,0.5476090526086205,-0.30548684175020624,0.21828487743881883,0.7818756515543341,-0.9189278616951959,-0.08753309262989732,-1.0824366770585454,0.3378718934069477,0.2396530618264762,0.5152864966801725,-0.2578227370365814,0.8443646690999284,1.0141684410733547],[0.13886242198136417,1.4852510731798443,-1.3609504513886304,-0.992434088974545,-1.4697971702173702,-0.0346661350164728,-0.7144521658105681,-0.4155339905031038,-1.4317892328946822,0.7053203778165935,1.1881473284221336,-1.0265428022375,0.6347346178818417,-2.3349106190168305,-0.48722382506153955,-0.3092103432239751,0.10331372615125056,-0.5330163550922669,0.5610421427876321,-1.1788049361887658,0.8580892959844177,-0.5332663424982759,-2.885925096245216,0.4941339257067885,-0.5465416126937973,-0.7489917975608852,-0.6202525704232607,0.9353398682985338,1.1034900464081099,-0.12354610960139834,0.5179536979784685,-0.11773308102614027,0.03793491897357293,1.6418630997277421,0.7006110377040873,-0.8541350859030996,-1.224130105769868,1.0973436130221483,0.2011847864450139,-0.5477183958881366,1.0553599317945914,-0.036823177230762935,0.5929809270748579,-0.5451249680394713,0.23080390930030195,0.793262720586173,-0.7432848379429837,-0.3747273983551925,-0.7664493574275989,0.3686222087940869],[-4.568831912174238,1.154957299555423,-2.340110579103869,-1.1866188426063355,0.20918233096603328,1.1163675110656275,3.9359918072702214,-3.320156326815469,1.4627184473514796,1.411177678010905,-1.3284390869357603,0.21329751804923933,2.2389034707002526,-0.785920545515214,-3.1673687584277346,1.3354180764610433,1.0785619236623576,0.35137866869436646,-3.6514418170164133,-1.5721199563460029,0.45552011268597775,0.5032412878521655,3.7151548418460307,-1.137103360261166,0.7902929692668609,-0.3375122449674411,0.2994732172038007,-5.105371188444291,-3.518905027866463,0.5576719644974941,0.07080951718445733,-2.934161533834264,1.0709507831646445,-2.216034396320957,1.607152889442378,0.1333408914696622,0.9309371025768846,0.4441810355855495,-2.9643364812727326,-0.4221526325742433,-4.99523988587897,1.2275989402678267,-0.5556538282896794,-0.20208708013310714,-0.22625066327705173,1.471679232087112,0.7076592095925405,0.32651720561602454,1.1284017009022953,-2.4611573767160437],[1.3188263622857797,-0.939373004690032,0.7908674743582275,-1.3501809056061451,-1.2536144402352172,0.8214763386864999,-0.7843689402103794,0.9890444645750014,-0.9167968546919703,-0.28088228644442875,-0.14229199294706452,0.2888378894966517,-1.1596841233210746,0.5345267389385655,1.308898282384556,0.3420212223005182,0.6243585861093661,-0.7007357197154004,-0.4395237877269189,0.7043377878393777,-0.6068773628925536,-0.7440214259316973,-0.24319873865246305,-0.0036882982295496267,1.2787611625521136,0.7762410702885357,-0.012026490455648577,0.8083913135000186,-0.9795202639407451,-0.06024994632494976,-0.8370506654043938,1.0449307316349774,0.6159612546618455,0.43335405020367124,0.9671621287283155,-0.5185280482479749,0.5117120929804692,0.9506737755053122,-0.38677064540070144,0.6602319408472062,0.9032830079029975,1.3884531774050402,0.1739486616992164,-0.17231054278790273,-0.7181839795473894,0.44627313296144155,0.34191294371441566,0.727809382364156,1.0538378483515856,-0.09586665655087759],[-4.50707535208191,-0.9409524600734659,1.0449075969133648,-2.22717061034985,0.09878883507823524,-0.2839993720495217,-1.3745731483239483,0.0740686879130744,-2.973172143731357,0.40238984789227994,-0.9761733100964828,-1.8378479724462895,-2.9503315453864514,-1.4933382564906725,-4.170343440789256,0.13072189862276706,0.23373933598306906,0.6892750510535162,-0.48898669827670294,0.021986226334836854,1.1553942008274032,-0.1524828703032462,0.13546600566677452,-0.9528406557729779,-1.134055667246715,0.8873784625626694,-1.3744067605506145,-0.4240008366855705,-0.7927918467849767,-1.6366930222542777,-0.14086065142813262,-5.294458557405244,1.4588025016251709,0.3492721561363023,-1.1209804395410636,-0.21460476718025348,0.04732227369766655,-0.6088453139229989,-3.7121071405228774,-0.07687120263241891,-0.8573667654060171,-4.253796375182709,-1.443113669718788,1.8325079421801067,-0.963339363883779,0.4200997149559806,0.21847421282648818,0.6112663114994688,-0.09201979134926473,0.05862088969755841],[-0.8231822697203409,-0.5346446569235885,0.3761983700744582,-0.4053435313959326,-0.3511064075194922,-0.08924306631465828,1.431154433684316,1.8999090297493606,1.6758889352420947,0.11982504810704901,0.5676258020786421,0.13810070143792996,-0.578859655731072,0.4717394001887986,-0.16533145410907965,0.1314352487622683,1.2041104536762597,-0.7956458813916554,0.6551614557020756,0.7313723898196643,-0.07683329922565371,-1.346542986603148,-0.3460789249581505,-0.09524139031259612,-1.8437048635120332,-0.6809750164177519,-0.14057881273510284,1.2532383834152694,0.6422543383671019,0.2316862815388637,-0.6133093673928827,1.6686277957173778,-0.2686036109411143,0.9178964752422896,1.1589272583661596,0.55216443416486,0.09167352409278463,0.7180609953946897,-0.5164607476056392,0.9688913874316741,0.05148537380672628,-0.4150136825096641,0.8049232403402332,-1.275478860300939,0.6193074402068411,0.21124002144116058,0.3968240517519966,-0.8697551318012146,-0.8920927505034858,0.12992405705527849],[0.5208947021394947,-0.36472819294829045,0.5029740884178667,-0.14504139945424757,-0.2744683950405167,-1.421667213308618,-0.6691282087535103,-0.8258851973256931,-0.3342057610248621,0.7135482717297389,0.4690735901159322,0.41360036349497303,0.8779952231689231,-1.6685173172935595,-0.032512682254217565,0.23380067936163476,0.10792932002217476,-0.6497558783369488,-1.4688500028655738,-1.601568218240973,-0.7607637159721031,-1.3232905461469957,-0.02495252140662598,-0.25823755690476985,-0.5295420374919572,-1.184318686416618,-1.4616377761729717,0.82577783920849,-0.6419623821126754,0.8153187737898184,-0.44140499570733516,-1.2629657343494984,0.5481880929930665,0.3509046810841763,-0.3584902509571592,-0.9286234079914812,0.7984386894211053,-0.5498858084650009,-0.44712228356117295,-1.1144390475931631,-0.442589408367911,-0.07517954257326732,-0.782030118645053,-0.1654062228374665,1.0079147826298884,0.5887160157039362,-0.7681587873516728,-0.35002587798477175,0.5252736060985161,0.9884914704465504],[-1.5312605030741973,-1.2753798428796934,0.7496182811571036,0.8659225464222599,-0.06929825024302928,0.9546703024739326,0.4975468703776716,0.6652378696575214,0.6161810283645931,-1.6312041407893105,0.09678288957121331,0.27424774114020106,0.1863272543183914,0.6773672071994552,0.47000967171023317,-0.42860942153710035,-0.10859811148983449,0.22219557078074537,-0.03198800612661431,0.6838015806933342,-0.6298305433326296,-0.11025532392361607,-0.5767386150566256,-0.6660336467609522,-1.1534637436407413,-0.7946082995436364,-0.39875601787615195,-0.24053984874533574,0.3857155468510558,0.4442872004708502,0.3725415395534435,-0.1116526643087875,0.055366068070258956,-0.4744521852778339,0.863987404495235,0.24610667624759086,0.4122842055503189,0.4677249151254651,0.4436176670663839,0.2065105131404022,-0.02763512272112854,-1.0231223680386603,0.7863819449604045,-0.23678150498822914,0.6735373014885698,0.6994691620093373,0.95383160604352,-0.20552069371871876,-1.8915527502338252,-0.6498405053073659],[0.10362885418456651,0.7731051998938985,-1.7236061140810466,0.16900434416866578,0.523933447166221,-0.46124830867116967,0.778930718935503,-0.0005293679025760707,-1.813448822719452,-1.113806499401134,-0.08506503488946154,-0.10486638612056352,-0.3706831721255199,0.006248322101482435,0.7343809469073911,-0.030675240487054146,0.16690245335136028,-0.4851865795250229,-2.3017654364941493,-1.5531049710593945,-0.7428094978897136,0.9207187080886511,0.6976822522469193,0.323478426541674,0.8290772195307298,0.48688503629827407,-0.14085121615297067,0.10652150977685579,-0.9985620561957015,0.0792119080351582,-0.9818484308455897,-0.28919998087378496,0.0657391922996178,0.10826102446334795,-0.28589713996583793,-1.022420810932909,0.7088721998998639,-0.46071751590746485,0.6598093986406597,-1.0733577759130875,0.6829884825216261,0.5176926847038869,1.0813676914927537,-0.28596593247072644,-1.8786387034473784,0.7567254925570234,0.8184105918475719,-0.5867759385354151,-0.17786545414196617,-0.13807269992390286],[-0.8708258126234819,-0.3773799470770749,-0.6394106378913758,-0.2119267146866588,0.46200644164869764,-0.6600271305716789,0.3735542829899674,0.9156265437857859,1.9146649628286487,0.026956352962338274,1.0321888944420834,0.7402826266061668,0.21582528810874582,-0.055283168573214,-1.1194551763116614,-0.01178121973265451,0.2147139236394568,-0.9644903762841258,1.2345532010586393,1.023442490310881,-0.0771160438567728,-0.6903487942330744,1.0341304983037076,1.061102207535697,-1.5375878240550975,0.5173406617905429,0.5313988910985403,0.9095011214619162,0.867650540250121,0.5184342825358436,-1.1158353857257544,0.3222348084657529,-0.6736702527059659,0.9439535004261631,0.6925645949350343,0.17967519682472557,0.2767927317406338,0.9689665964771076,0.23102156861362552,0.8160454733957994,0.5041705846107182,-0.5977943923238314,1.4960170046048706,-1.5712090441462823,0.3058148476497614,-0.3297201415817573,0.17957001202590658,-0.08635688494890893,-0.27925993349357064,0.6494520337728833],[0.9113854187774026,-0.22137975737079363,1.6924206660445136,-0.6048118811971014,0.0703020652135816,-0.9659463303226775,-3.060863467831554,-0.8164485082129178,0.28128055850510264,-0.7873481009788204,-2.294560908308804,0.746452406956766,-0.15543255665969463,1.4429989630285809,1.5172621936800825,0.7543924384043819,-1.976926903087322,1.0812915312365292,-0.0652158634185521,0.9452167929746845,0.9285680409327379,0.6954040247929018,-3.3323380909328963,0.9713805242466671,0.54491687227648,0.44574444128220664,-0.4200729958042953,1.8004671726464323,0.014085542417688014,-0.2522416265917204,0.5558226278568315,0.3717642537074499,-1.5480716051030234,0.9200128860699635,-0.03890689243393602,0.2041861662768006,-0.3145844118621546,-0.43262663780637783,1.8072392804767825,0.3923339532419418,2.084311621244338,-0.9384176917867858,-2.6564327419611136,0.4305122793676394,0.7693687713574574,0.8428462936661555,-0.21617506428737734,-0.300842376743304,0.8840428907948408,1.3191488823242299],[-0.1792550778697928,0.44210207947105784,-0.1663685589942245,0.8065442404551454,-1.3774506971686566,0.8496314293626875,-0.9062220721719463,-0.6468278974912696,-1.088116803610185,-0.33640283528034115,0.0071932953576295125,-0.06318754217635889,0.19062390699835624,-0.6496687874064472,0.28280610649246646,-1.0026668833176176,-0.2786906435643112,-0.44795592704054343,-0.3212110663659342,0.24300316227354726,0.7274185567901543,1.018026787897063,-1.5642592367483232,0.7317113041501504,-0.6604429203141063,-0.09201514329009965,-1.4355652779584007,0.3417204914535832,-1.5542618310421212,0.7486728556568965,0.4622762581303222,0.9452930185840974,-0.6742940051999066,0.43051525850905686,0.2853349738100994,0.8111255915119542,-0.7913921865028932,-0.11757129863948508,0.44480636670088747,-2.509190368387666,-0.35702020244669064,0.9344193014700923,-1.0192529303075475,-0.9711785362460328,0.675735589417629,0.9981677424724001,0.06259924808139072,0.1132050460063824,0.8089305326266767,-0.5877595730589464],[-3.455861913019851,-1.251581864180127,0.4410586363298437,0.8812414722367772,0.1258593480964178,-0.6248417585610689,-0.5931123265585475,0.47426249356237626,1.501725211001059,-0.11622986540027196,0.9800285969386248,0.9920677415840826,-2.6478464288174655,-1.4013194670635618,0.23990413199949642,0.022526840296647845,0.009826111819954146,-0.17000993721279267,-1.4982706811983226,0.9389361450017659,-0.8684715889983768,-2.09914562880759,0.2586766446470701,0.5516079810210145,-0.8440353781951707,-0.6270510824630674,-3.2508662192567037,-1.200866694667512,0.8879423130881117,-4.2399884933706655,-0.537894619532729,0.7131649555710922,0.49851720700211916,0.5825997609209389,0.26026035207199344,-0.283799033803383,-1.9766346587525943,0.09173279996154932,0.07455775145270459,-0.39899861270836423,-0.15333569036770905,0.9744695364835834,-1.934438386525965,0.6596105138628319,-0.08059324406613304,-0.567970703844932,0.5474176108209905,-1.9123386821937065,-1.037994025804226,0.6387310529030148],[1.223844173322801,-0.6603356885959375,0.1101251078617193,-0.6261282848532852,0.20759579607178835,-0.05602218927255069,-1.4310877049839128,-0.6228668320269114,0.2611153026230772,0.47436175897225613,-0.4456759690060874,0.9627129743044034,-1.1588217584100327,-1.3905685787843804,0.7761299053571422,-0.9000143672057841,0.9479576818435006,0.4786705275716964,-0.22792236230484347,0.9016971126795974,0.4341285454962185,0.06287428354445976,-0.19377511924638777,0.0854479922043326,-0.7676620155327583,0.17606437397209898,-0.7055518477224911,-0.5096507117510966,0.19544838636884526,-0.5922839377359651,-0.1382039325204945,-0.4575054809705217,-0.9831395075686216,0.5922102117713698,-0.32297780180670166,0.7756786940563799,-0.73900554343133,0.74954362821524,-0.304904472412661,-1.219518842124313,-0.044780304383301536,0.8338756160802262,0.04016164735353855,-0.3117942349695035,0.7622712340954243,-0.44454257286319654,-0.5284026905933404,0.827463192927426,0.26005585393078645,-0.9833924984237267],[-2.0032850258648724,0.826500719834128,-0.6718857312328141,0.039119599599997855,0.7254985034467847,0.5036615445760209,0.3560151809501834,0.3685397529557053,-0.007249525207200062,0.6530629435501034,-0.4306597570659239,-1.1989941859073765,0.052190799075943796,0.7210911627621025,-0.849729770259826,0.7130259610609211,-0.8294173368845681,0.097355944227769,-0.06855931015724354,0.12881873386583698,-0.22476780048049153,0.3355730252648214,-0.2933263735898215,0.5763889681086217,0.09261564394848594,-0.7357962379058891,0.7267087869553889,-0.09044014749105082,0.13359143084344985,-0.5985684645233688,0.4636662395372926,-0.2598374173655455,0.258708627543554,-0.6214029014801056,0.6491135768186007,0.6641239246528123,-0.6222635940309631,-0.8206962538801885,-1.0298759931687023,1.0188545975830574,0.7665782666108619,-2.4239868080693956,0.3155026910230478,1.0488610661109923,0.569562322563869,-0.6707446530228822,0.14321686834156114,-0.6356274286745163,-0.7590338172150151,0.9198653217350368],[0.4385551711569743,-1.7599045965540558,-0.4772384982730787,-0.3343247001467492,-0.28409399842083416,0.6874968545297871,-0.005636760015726152,0.42798140741150104,0.5351057658406858,-0.033100165712919814,-1.9503595792164985,-1.2696220465733832,0.34678117245980666,0.5545777908840934,-1.588816367806692,0.24157880800491457,-1.0055024527128513,-1.614193130468082,-0.5613533467863006,-0.6048650218645931,-0.1907726236427233,1.1589544741354245,-1.034490407377978,0.2981955341639387,0.07269708706412484,0.4411115986262782,0.2687771079368298,0.090833572826769,-1.6218501406612542,-0.7900058337543254,0.5175048941617638,0.4721219830778947,-2.819219100321595,-0.059943478233259496,-0.3222431554673264,0.6555056733830463,-2.379510697977193,-0.9009061280370387,0.8082369952514619,-0.8435118382635958,0.14543631988305497,-0.6090241347124177,-0.2792419136818435,-0.07399721447495425,0.3850436385503515,-2.091184721641228,-0.17548217640453256,0.3059029069719806,-0.6266929049960759,-1.8840213885976191],[-0.464505219867311,-0.20909450164187435,0.6978376130741166,-1.8591218333457915,0.20698870046496792,-0.5840302086055936,-0.36823720420739986,0.8504652825347337,0.7755512772617235,-0.6693629736561556,-1.3948845960501282,-0.8954468176002234,0.6151988991437475,-1.4864968487799393,0.38878857870773115,0.4044063519245907,0.5132847090535764,-2.8792081191022496,-1.6537618519035546,0.6337862767713739,0.6028938907335035,-1.6117043230136296,-0.4711139183519006,0.6287827620805605,0.12639792393255694,-0.4830741305326852,-0.20390138588809784,-0.546352410026579,-0.9900033618806109,-0.47085039991681865,-0.23969830317213162,0.6954475763726182,0.3836112031712678,-1.4433412508543086,-2.4243418410366404,-0.7152314200512419,0.9099558506794776,-0.18312095836498343,-0.4575446566941517,-1.378500383124484,0.6206987563527631,-0.1495860463797614,0.901928149152233,0.5482180844732575,-0.8543781352655404,-0.4356706481515456,-0.9204073588332073,-0.724210586961549,0.8789694843914546,-0.0905551327424732],[1.9322269359040578,-1.3266357376108326,-0.6290667313359853,0.7210102649038875,0.4147733917523237,-0.48324316758746666,-1.6252369485653635,0.45124158809369225,-1.979999144604596,0.9450118059704484,-0.31891155132999977,-0.915015605753314,0.5109324433275476,0.752816554554564,1.0146259437579876,0.46899242472056124,2.2896379891044383,-0.8291043398896746,-0.43937487492925903,-0.7772158605793937,0.48886996607256616,-0.0647325353788274,-0.6372852115041011,0.987342643755128,-0.22513346683437932,0.6604214925087456,-0.3177673656592466,-0.3427908638280093,0.5993257719460974,-1.525994528667793,1.1392568254386053,-0.5221710043347398,0.5074980210942894,1.2832204781784289,-1.2102534696434355,-0.5879123635392864,0.29306889300855704,-0.04238456494238155,-1.6136270051831778,0.28994505708453633,-0.9471928934639194,0.17802219895912652,0.9503296656977569,-1.159202514008061,-0.6016968149302679,-1.2215189389408616,-0.3935827076818021,-0.40251349345071924,-0.24344574252080434,-0.5734106810253891],[2.2084142553782478,-1.5043645975003168,-0.3827050243865195,0.41511116064955067,0.35337069015281336,0.1257648925739347,-1.6641062725510214,0.32738246083135814,-1.0659969724438836,0.972972484629655,-0.2736112647912453,-0.7572986279593901,0.37986147324979136,0.830060744623563,1.2351058404169437,0.0327083362867112,1.6682484617042437,-0.5780523799567295,-1.5454807573892673,-1.2938943973181312,-0.9959675537719869,0.992646595092674,-1.2415958178104478,0.2846060031405079,-0.09469066029829042,0.5413954448499377,0.04005245613590959,-0.13881266730207004,0.42104880964698443,-1.0649501027564736,0.12185730280245553,0.9506520245172886,1.1843136335198239,1.6481307125085358,-0.6336884972679132,-0.4229298466956493,1.2186283248521854,-1.641642109072554,-0.7879496046587192,0.3814565135574925,-0.8773502064354991,-0.07909678507476563,1.1413111078961053,0.10018451660909514,0.49129717225765696,-1.4788336014847827,-0.6498148779648014,-0.40381249417594756,-1.8545142184877794,-0.6265673224779207],[1.7664826546572492,1.4847599478207836,0.254228043609001,-2.353151556275131,0.31426092776991665,1.0554633825557405,0.20397850648940494,-0.9604988247554161,-0.06991733555642117,1.474004759256863,1.077684420673619,-0.4955399015004672,-0.6238956972369852,-2.609468675445151,-0.8483920072292994,-1.2707064018196652,-1.1680661512801063,-0.10749005777239434,-0.5908771570096881,-0.8007453587096398,0.7505953166525631,-0.663389278890039,-1.0684246742366559,0.45825836377152035,0.06535183646773242,0.5295844416970615,0.10211575763137874,0.049631994324549324,0.22383007880692085,0.4831338110897848,0.5878261665478611,-0.26431054791052006,-0.12157034079379503,1.82050888732857,1.2801021700338118,0.8507442421231491,0.11426749263430969,0.20163902185046018,-0.014217204067068131,0.008283253206585807,0.9053119727328477,-0.14900426698797417,0.5646149883817643,-2.006874334001133,-0.4840094616033376,0.6916526811924667,0.43201121430734607,-0.019726546907230476,-0.5039977014280512,0.7272734992827344],[0.9716144038627668,-1.9176819251227895,-1.6879060520619162,2.142009319992728,-0.5426425004448743,0.5071599263304478,-2.487723792510188,1.7098510203697193,1.6419078411836352,-1.363736265719151,0.18651899123223392,-0.4509487393614652,-1.5964038490717922,1.9821605709070829,0.6087124134874178,0.6290632443328757,0.6954582168993964,-0.26611397915747576,0.6827005657856262,1.2066273663631437,-0.6768438152094092,-0.21666136356212795,0.8875483615625823,-2.3988826342535052,0.20795988178609676,-1.0278880363477865,0.5939099270781804,0.12700497350171722,0.428157568694457,0.22648059572297097,-1.5033799864637494,0.42953647436152714,-0.6006588588362426,-2.080180225141473,1.3278385904465768,0.6099304025457549,-0.12709792034925452,0.16078341725353026,-0.37914790861037384,-0.5946445180132867,-0.30294554828109793,0.7449638941607528,-1.0810407588301845,-0.4866381674463203,-0.06671018111166852,-2.9875177780839244,-0.23940815369956117,-0.5846219445832096,-0.01773687124472518,0.30931424523390144],[-0.2722542009701646,-1.0076095977330817,-0.07351338906611112,0.07120089643394517,-0.03659972774634338,0.5577249924651188,-1.1313742219225706,-0.8752954805884268,-0.8227536552655527,0.037827729508648864,0.4955039985683377,-1.4330902386796704,-0.1271885849933386,0.6892569181061657,-0.7049880864320976,0.17915350020119902,0.8236521636405105,0.22608253674261922,-0.5498246358045086,-1.000438918281726,0.8463688896451751,-0.4445771334246408,-1.7237252985710945,0.43210223106629503,0.650469368982065,-0.6923874014729164,-1.0686838103572542,-1.6389850248036901,-0.11708164543523164,-1.1151867240076687,0.8351821288797033,-1.216954082672494,-1.4649212011258628,1.044658718413764,0.5077824290488137,-0.15312904186109408,0.5566846547427023,0.5839889966293795,0.8191604872527368,0.5164424007149614,0.8742865596202498,0.3141886719453853,-0.2829333628312343,-0.21584736633445004,-0.7810080389503,-1.4599378343904328,0.20913986666322357,-0.07366454467233421,-1.2080994366198425,-0.23716830413641954],[-0.09833347708115901,0.16945789167170053,-0.6549038394878488,0.5975019912736211,-0.44980067866512874,0.8564347387767011,0.2286194895234887,-0.2976611791167475,0.33620889881965643,0.23459737843705775,-1.8367703938412179,0.5413573906269162,0.25283374052730934,0.847703074540927,-0.8880215925514822,0.8167301418172275,-0.9634327402126877,0.08831403543396403,-0.7490730833468794,-0.6208428009770216,0.45329669862962707,0.7323574068073104,-0.5341944996296972,0.604219154063172,0.09789168334437107,-0.8868755599085276,-0.1784672920158681,0.08417812142731311,-1.6431645699120463,-0.2426742339918404,-1.0290990939477047,0.9462239623629902,-2.1005620307753023,-1.5644485449126435,-0.4364432108024369,0.4599279932110354,-1.004039885343233,-0.9063482148453967,-0.16204214650880958,-0.37895901349252203,0.5712135629489313,-0.16862402201994106,-0.3198343897908586,0.22790805606704528,0.46813003989798463,-1.4447993267975858,0.7436853658345033,0.9894969972220559,-0.2148840288310458,-1.2844931800959287],[-0.32221691484978937,-0.9058416642931835,-0.45481474522211296,0.5238612448005835,-0.30438884388694243,0.14194871248203228,0.40975668573515583,1.0699624122807796,0.7824439261962006,0.05497634340900825,0.4011282646448193,0.4420998626458583,0.4960595908161168,0.21649306894394713,0.4882095436484574,0.9327969796237495,-0.8477994877129917,-0.14613615416456652,-0.6200230319015069,-0.7620031407420039,0.7749331976579567,-0.9294505305235723,-0.12943429608670123,-0.18502840773935755,0.27620877721255016,0.7661199620601052,0.0023364013791573714,0.14747998760778705,-0.6228914438666271,-0.5644113628264937,-0.6527686139816964,0.8596196424024136,0.08248799365736058,-0.7311718398078244,0.40470837284004574,-0.3303192326510752,0.7322971600681556,0.43673158834012277,-0.2006404782866201,-0.7167863821936236,-1.345580623423261,0.42256154638594484,0.06911288780657865,0.09601641132499934,0.15228723994817725,0.4279393146653703,0.3941432639419258,0.28145144332381705,-0.5488025571215618,0.2083585736221579],[-1.0233678077524648,-0.38039595528230835,-0.3506180065034402,0.30735218155429916,-0.5128994923561739,0.7220938469544071,-0.6863911505701785,-0.570490240819686,0.8505280166014941,-0.006322121854958391,-0.4177442485374132,0.09547327080313922,0.834538369077202,0.9872502107997397,-1.278123008914945,0.9407079259206995,-0.809245794516153,-0.8933868521675952,-0.7323117455450006,-0.4314042357737479,0.8198428644241854,-0.14686830877344084,0.9023882631910191,-0.21440501606185605,-0.6303326897726017,0.21664335776603952,0.23175931025340718,-0.5582606413330272,-1.09140096696256,-0.1381344026001916,0.562483602380765,0.1628766250665023,-1.339209600653283,0.2889431927547031,-1.1900203788224744,-0.5393728937585267,-1.6440314202830668,-0.47213786543412056,0.854762202184905,-0.9192861605030437,-0.428954112797122,0.2516828169044536,0.4473156530429724,0.6792490049776931,-0.12310181872140318,-1.8189056292489019,-1.5240468942713141,-0.6116410966049154,0.026451072884692093,-0.5480452263219134],[-4.2179132017285985,-0.9569106336681161,-2.3901242962578153,-1.912278735659674,-0.4834128062263429,0.6456360789319783,-0.4932708133625258,0.12461697702056705,-2.774310802523505,-0.5399162584403032,0.80248781915505,1.1026048808333326,0.2999756875380646,-0.6091682476958503,-0.4242850215832399,-1.9059192672261431,-0.49985896577946537,0.5819053079829051,-0.5101944408817065,0.7455255808703712,0.3021791092587916,0.9248077883551608,-0.40479461053559723,0.43024861611280274,-0.5947886135309712,-3.0077328752603347,0.30016280186367233,-0.4521017315173056,-1.2647708044838253,0.8564962501902751,0.631468191928528,-0.02537333827999763,-2.4129401641531265,-2.7594692562196834,0.5689017305670558,0.41031319508483904,1.0841773702254522,-1.7160820386092,0.6689409947234349,-0.2773010510826593,-2.7343484289792475,-1.1297810415796083,0.4280488196803714,0.35498229093705014,-2.7386581169075894,-1.9456220675369977,0.12427976966128407,-1.3755409383326966,-0.11580306415843818,0.09513496031363874],[1.1911480692956564,0.5356832108883103,-0.9694318669467641,0.6337977025118345,-1.0342111598804613,0.16009086981636433,0.10902507275716332,0.38128673252348627,-0.04564180762493728,-0.8883988120344489,-0.2366077477792133,0.8802576599598861,0.3661746790129285,-1.4533849204286389,0.5938149707204378,0.18984085065710904,-0.88163064751453,0.04650276108671415,0.8352768249050407,-0.6815861751867395,-0.4913198701087136,0.06449117299675589,-0.011081227038748611,-0.32430551989584255,-0.5292096511444472,-0.5803736768052403,-1.099118619110947,0.9795395733600415,-0.5044944916423661,-1.527853156720664,-0.28917339496920746,-1.130008428192602,-0.3600949586719827,-0.5342725627130743,-1.0925851273808702,0.9005326148613624,-1.9169940958547085,0.40908662360436554,-0.10907360413591145,-1.5852735680505274,0.8557224046442735,-1.0250563846734784,-0.11213485839492265,-2.5047667708055545,0.4139506982423015,0.9151729977202894,-0.1870325154001457,0.6893756173470766,-0.6247009453817297,-0.8896640601790695],[-0.7270810125557409,-0.35936768829792026,-0.33109732240177453,-0.07909953374445539,-1.2427187286356143,0.7651850213406346,0.8476396927057696,-0.8453091316088335,0.40720063601923506,-0.3043221780767546,-0.7614985301918318,-0.26393325691311403,0.13304083279478854,0.6215082956098757,0.20907743786006056,-0.662057325897606,-1.4119903195482426,-0.6998760100328445,-0.16533723096447558,-1.184536600479212,-0.6137307506758021,-0.6584595605277164,0.5695394866914404,-0.3002541299138427,-0.8353765742923782,-0.4148355206118803,-0.06162517635743373,0.30219085680332736,0.8528211490058337,0.9688256623767179,0.5633868604782734,-0.2778218191417845,-0.6593358449174505,-1.1910937727891697,-0.15213036996106047,0.8679328250956931,-0.057083016575171716,-1.1256490727634791,0.5853820268171342,0.24727298573340634,0.2029797018544303,-1.2635823733982452,-1.1054186141526299,-1.1105362301736046,-1.1078512795097635,-0.6351866531507487,0.8325831676606548,-0.5328145748761581,0.13840925437102522,0.7926140801202411],[-1.9645608048903933,0.5651986314487362,-1.6230993237528946,0.937156928459856,0.24123651882195732,0.2149304922230382,-0.5150825877359532,-0.9095636054448054,-0.5790817089471717,0.329094831020837,0.2813211897877972,0.4945677502649766,-0.20732458935078654,-2.0264384252926324,-0.21610211169442756,-1.3005824928289047,-0.38497837505380755,-0.7797378581149388,-0.6471185539761225,-0.024745764967636495,-0.7260808242679978,0.9355116797391411,-0.6916600278042188,-0.22586296896154004,-0.7037833947192508,-0.2890661764127258,0.06896555987897901,-0.8511617705243752,0.5678253950097508,0.5886730047242381,0.4908374936100974,-1.1352644896728714,0.6760466852197154,0.8935615236448279,0.9743076264331791,0.5023660325017683,-0.5601284128380444,-0.7884178924787537,0.6573936159572397,0.8109147638560155,-1.069630968282993,-0.38527379549274404,-1.246370853805335,0.7692572694764361,0.06186043861165531,0.8583601215658818,0.15362800198198379,0.2330303049663501,-0.27247133005058727,-0.4112368312665132],[-0.18406676804991,-0.3809002793896164,0.7815986757038649,0.3891617849663298,0.10515349177653942,-0.367368867727931,0.10088322541163573,-0.7234040165864377,-0.9481548561389664,-1.4737826374269893,0.08846424954965129,-0.631748263338145,0.3837797217567542,-0.5533767676913952,1.4025111234799774,0.6763971272024168,-0.1134586279881157,-0.6063054199637908,0.840474653367115,1.2496575579209073,0.010352662852709846,-0.022975551369234886,0.08197649560782903,0.8911703995727167,0.03520411750813816,-1.8100683654772984,0.42035524516157646,-0.7277734461540921,-0.02473850165451704,-0.3204158610031556,-0.516591781131522,-1.3433050532597286,0.33423941230416054,-1.063057741129056,0.10009405872908456,-0.7633363958041212,-0.5655189577738441,-0.7925480697508204,-1.2188077296754223,0.7783454999838794,0.9153724828844786,-0.1783444384452859,-0.32602117430821265,-1.7182225437689638,1.1235371519317001,-0.09953643198023815,-1.1712281506256237,-0.007122077182112735,-1.6754251026782896,-1.359237493123963],[-2.257790959910502,-2.4688529899474703,0.017067203133599204,-0.08126863196193182,0.7617087311250824,-1.3390120310625815,-2.6003009198037863,-0.5464479278230485,-0.013585393211716777,1.247198332187265,-0.22138584166764844,0.2508553805920549,-0.2801126194976144,1.1075648545430743,0.9685290207634236,-0.9802701275896025,0.09614226893737648,-1.8894552877676984,-0.6593869589944196,-1.249814514424463,-2.466149064062799,-0.33029276772315813,0.14259321219262852,0.296466001449805,0.5789350688300052,-2.9019915412974027,-0.2507216348187803,-2.2345001754821205,0.7541521317413961,-2.228318321809032,-1.361548191300778,0.27781663315114163,0.9679413376688557,-0.20619157839771385,-0.5468380855814369,-0.6841695206515919,0.015398727146012786,0.8874556178563933,0.9287755631997198,-1.6484135967099358,0.5829689489680486,0.7671008009719701,-4.340770509469083,-0.45149525457237294,0.9273220000036156,-1.4173354330474794,0.276012079988749,0.029075889007608446,0.4178418929052574,-0.5158768107561988],[1.00641825318001,0.9145020627803763,-0.4577067910428614,-2.7225602153514514,-2.7197986637327087,-0.35772161598852714,-0.40839232922837615,-0.2765805046519661,-0.32805268668705284,1.4240253099629667,0.2594147205561896,-0.12213893019288564,-1.9726931815741136,1.0928851973218086,-1.3242550338261576,1.0781156419037508,-0.13672888619830437,1.4572020663046175,-2.305154780649084,0.6869891352486328,-3.336251257602905,0.535675728258162,0.3804933594891097,0.03794533015128759,0.4775244164482008,-3.1989762016076715,1.0772415087617937,-0.755648974325583,0.9354810230640113,-3.709453207122326,0.5644955661640414,0.2904812255176708,1.6337154024421527,1.2406907689810607,-0.3905426432829224,1.4727663430081466,-1.6561541779436026,-0.8162563450476534,1.623219525649535,0.2774654855944811,-2.484842744885468,1.0973568221599495,-0.011648769723380036,0.5236844894899064,0.6589605072074601,0.39484653892713567,1.5979258746004765,0.9981247356637704,-1.6207822968143242,0.35975125585909556],[-2.200819567753129,-1.8789423546387258,0.6889227555143755,1.0576178401708247,0.3637403695333779,0.015204067078349209,-2.6849856681421596,0.6292634440693609,-0.6875422342672355,-0.1995761322697606,0.23819069624437658,1.0642018916046665,-1.028114017539093,0.006108914685407984,0.614388589576475,-1.7905931177819239,0.5538468573569462,-1.2596493802365347,-0.6962574120210819,-0.7020672090348722,-1.5129644806381544,-0.0191745310282911,-0.19131740431974426,-1.3102213874840267,0.27463780173946745,-1.1348396220268162,0.19722529795427832,-1.6508798282911903,-0.4192503440204682,-2.5430619056620314,-0.42247095858853806,-0.4436950319410227,-0.4521926489690266,-0.6338128579430757,-1.1123724637588148,-0.36122675136389915,-0.3925773242714025,-0.7962651010019726,0.8431990744822927,-1.2336179568564707,0.07863838059343743,-0.543198426200726,-4.433030892472424,-0.3794355932624751,0.8631913949090985,0.5221402066108687,0.06482104089302693,-1.4550948728540838,0.947001825169067,-1.051386941625591],[1.0654384588982506,-0.811965680799077,-0.06085396640671462,0.6773832421557526,0.46035677955876986,-0.38130972705239274,0.594347859174827,0.6800304780935703,0.07717977110830561,0.3938451848869128,0.18914046497697035,-0.20558005113174732,-0.2253900855713573,-0.3320593061482889,-0.3842630453327474,-0.45760365808697245,-0.4375535013553146,0.38325289756762265,-0.3912663750710093,-1.363599213735661,-1.8881037431584786,-0.4847102716231279,0.12892668339589974,0.7612383805707706,-0.4625916864008276,-0.2690690227913017,-0.9519784078840396,0.13579680292727908,0.8094488338050756,-0.05223512148137108,0.5118303392020982,-2.297673407504321,-0.8042308725091744,0.24945210482141864,-0.8005445972775558,0.5299596252542286,-0.6514677043533375,-0.35170715106192024,-1.438956338905121,0.18764752513750893,-0.9752263189404063,0.9447015363509408,-0.8071291822587414,0.7199683858442391,0.42681666382588085,0.8152854069228948,-0.6295880413071266,-0.8057840110824799,-0.0707003807933164,0.676375304245252],[-0.8628736916328925,0.4050916699633691,0.09314588890441923,0.2305185099430105,0.3734971656830343,-2.2858794013510617,-0.6243508944993128,0.26423178966561334,-0.02414783973123323,0.5831462190825276,-2.24617715611876,-1.366640544121873,0.5218001559159219,0.7051413235403959,-0.496440551262253,0.9883447345190975,-0.7491902623919051,1.195322164254418,0.3073201795096444,-0.014178761222482838,-0.5098291119967151,0.11932070678787798,-0.2751234763201439,-0.08055763598783357,-1.028641281722108,-0.2958307655539497,0.23695390670211003,-0.08924675744830426,-2.0943498602539905,0.09625970654893587,-1.3537981031971467,0.5185626177505501,-4.024847204861517,0.37835121156189944,-1.4310528379256324,-0.058649812618781126,-5.279068190314762,-2.28124101881221,0.6788899007482706,0.4765034278147044,-0.14406635067063162,0.4973618623926432,0.2248536508143046,-0.3799012531915364,-0.2460444993348257,-0.2101206758201851,-0.048751369762122576,-0.055444899957871975,0.2269852537462499,0.5391081983732817],[-0.2554662679169677,-1.6451869923818945,0.8249135186384372,0.42435599994315104,-1.2683793181880982,0.4485318041522892,-0.06827342891144562,-0.6107470336748658,-0.31780123810267136,0.669867105406921,0.6661068797261314,-0.34284729839134054,0.36206180575890545,0.0330010790035566,0.5027687186852247,-1.0368016641091842,0.6827219546345245,-0.1455733285801056,-0.7080895383948098,0.7932856115257482,-1.3057440780096845,-0.1963310358209954,-0.6095128751056942,-0.24577636215380924,-2.2326190181508005,-1.3617903729732552,-1.3841695684230233,0.6819773148591091,-0.5968822567207829,-0.11015663528592323,0.2841437741303769,0.30906754456113333,0.7785065083392481,0.7145176130510255,-0.7566526410001215,0.7124907468483238,-1.3793073118961068,-0.8828074350633123,-0.4842770952695807,-1.1040575174989833,-0.8136000191357201,0.5997038339213056,0.36172050871718464,0.9781258117500741,1.041794377344129,0.199730621287688,-0.31809127457438247,-0.13549308743842492,-0.42578009602419065,0.42714938646041617],[-0.724143186635904,1.1581626525333355,-0.53209997666669,0.2892393388848189,-0.2642668773416049,0.10448719155053472,2.3073476963869375,-1.2794598170202003,0.9671228698451162,-1.1209799900480508,2.6052451958835503,-0.31370863140007327,0.17808558823426682,-0.830405023188179,0.8194292587399993,-1.479396974652074,-0.19147904707560906,0.7038857168328694,0.9834987060352605,-0.6329258439186192,0.8771709170791022,0.561495190648817,1.3142153497922378,-0.7418056529818365,-0.16295924059632239,-0.6413366509710883,-0.07463980350244352,1.5754940187313489,-0.8621156270998308,-2.460708919306005,-1.6029003096720473,-0.4509820576138833,-1.0063676509128585,-1.0760197728643646,-0.6151657838307998,-0.2528589433813275,0.32689629337029114,-0.5248847096802755,-2.0496065849510305,-0.9978822346913623,-0.3480343444824044,-0.21832602939833484,0.5367401870329286,0.6835036260607488,-0.21341207622356137,-1.251783476517029,0.36106843557987855,-0.005720081403611885,0.6483529202823237,0.687029893978342],[-1.8582832471467838,0.21277814551957436,-0.47274752685863985,0.4154214918004732,-0.04461162633864167,-1.1751683353404336,-0.6946828192389874,-2.089737243488686,0.2289075430705986,-1.0612597038162088,-1.0012402389003248,-0.8822507880665263,0.5427190943394179,-1.7085017680076675,-1.1333330924893381,0.040030347473274726,-0.2816730492908077,0.021246323184514002,1.0142341013921696,0.4828689881362695,-2.5392930691547133,0.6761858714563896,0.9673062963289747,0.06401112266013577,0.5704806882319441,0.026814668574177095,0.28584113923808935,0.19230127728734975,0.08763359915508995,0.19946826602808526,-1.3536116527189839,0.649002185964554,0.07723856377311243,-1.0852731967825642,-0.42060598752611883,-0.13602204605635426,-0.4954057073565601,0.15802456848857588,1.1213748488501578,-0.3658965948822131,-0.4627098246374656,0.6009736086246319,-1.2229404301711615,0.4123726230165436,0.3184549147577082,1.0242548996037326,-1.3357414966958028,0.594276600552467,1.027967605280283,-1.883278438510432],[2.2568377884995257,-0.010454730835238782,-2.5968509039383294,-2.7719531635782992,-0.03023571969608959,0.7687765544803639,-2.9575265098639334,-0.002166899165105246,-1.650124876748284,-0.2144871657543369,0.7016119432792143,1.2618550775462827,-0.7717837019633124,-2.405153995117159,-1.8915328899508193,0.19103777393275806,0.6197846580810507,-0.48378853586147763,2.243568783681993,0.08680104850920532,-0.04797481965215307,0.07933161141481997,-1.1502855624683506,-0.7744275067706407,-0.30831638309087706,-0.25474781858123,-0.7131860703842338,1.783463969811689,1.7135101722021036,-0.3494196947100734,-2.3048919441482765,1.6996678095647904,0.6434821415726304,-0.6237064401415972,1.4808709646099993,0.6805212940708398,0.9911075603817989,0.17586409404241682,1.0654331207994272,0.14175183226952268,-0.13812518686098005,0.4867660566049086,-1.1296029194720272,-2.50947018665226,0.2991860793453472,-1.3787476576769673,0.1574382859956144,-1.7008404887695636,0.7798341943648772,-0.8648407733991466],[0.6740931657264239,0.07476087270448553,-0.8930216897851325,-0.334451849132493,0.5169169001948454,0.42446975559855615,-0.12609707034361495,-0.959224930125591,-0.7374283888664636,0.0871696185151024,0.5090083315039727,-0.23963807463978723,0.10857045510884498,0.36484824707770525,-0.34428059304528924,0.396951327374511,-0.15344481639066843,-0.8025426408027744,-0.10951011209198018,0.48256078022124854,0.8429359195127384,-1.0007132147185183,-0.9270505891579748,0.310627462003545,0.9223831890744587,-0.4187631544831139,0.45570573791674307,0.9890423569412693,0.06787857849192308,0.6739089722859574,-0.5732958605989793,-0.4996983222099117,0.5851879152540999,-0.5915532771103313,0.5883925066310535,0.48638067402026225,0.16583009876882068,-0.2826878763334341,-0.5943800084690601,0.021459780423501513,-1.1050656361272753,-0.2695565441115547,-0.88089650851396,0.8461652248962817,0.2630489556480791,-0.5036523073428126,-1.1688227542281195,-0.7793943342385233,-0.6659387385330524,-0.011794732703666868],[0.3408830417842908,-0.46419195906804517,0.8053514513888509,0.9321383772478414,0.39872251969128486,0.2615429284261495,0.3744046661102035,0.41887023422912445,-0.3916469943008961,-1.705647681797417,0.4948714585851374,-0.24986883152963293,-0.23565319430610648,-0.8384359172922269,1.0007849517348144,0.8250621158574294,0.996857577059667,-0.050081223532540915,0.28925493792425677,-0.11352334660192812,-0.3665121828493092,1.0838104595448377,-0.467313213602926,-0.7288686726943966,-0.5405121759055065,-1.615349399202983,-0.36209840660636083,-0.8040084079641521,0.4599778062796321,-0.806292828770836,0.13580280517381807,-0.42625448013359946,-0.34873389705104724,-0.6623246098130915,-0.011591978896705305,-1.1282509207205758,-1.3038432325425824,-0.16064986193192185,-0.2589142076278186,0.38440488658773736,0.08957766851594334,-1.6103757097489855,0.2607735564811155,-0.6880905163865553,0.5957262568072595,-0.8023972788919927,-0.9919459008353907,-0.6089554512197639,-0.3268172289959018,-0.7550786272343794],[0.6174130222847158,1.8198068248884103,0.4097803785196197,-0.29418557671217255,-0.46012418599091814,-0.5162618844733526,1.2165107614286792,-1.3102396301782993,0.20059288594030453,0.07429654333245299,2.0962255786656065,-0.573700821200997,-0.7708755700987769,0.43804878310950507,-0.8189878151200755,-0.006402756168862318,0.06286672388299307,0.09052801351674662,1.8555133862968758,0.22944431230442228,-0.14876874791392072,0.5949507158685892,0.9227437224554831,-0.1901008074382227,0.7627597636526382,-0.8865580034225817,0.06957307208333392,0.9241641128313092,-1.9798815563634626,-2.530476021716366,-0.9419490899185072,-1.5445646526869263,-0.749898543100406,-1.186622008633681,-0.9236244055178199,-0.42194091236705816,-0.32196890620398877,0.7963685009827424,-2.362807835208519,-0.06465630322757326,-0.41204644178541705,0.986276374293082,1.4211264537839308,0.4900685141656941,0.819555789241102,-1.025351941269793,1.2656300756157444,-0.67550367310136,-0.5585759782894797,0.6582274981105433],[-0.08756849937679013,0.504242391735286,0.11701313567083257,-2.83032898677224,0.21034641426352632,-0.26549456230891627,-0.549770792159308,0.5674190122966463,-0.38673764813030737,0.9018947003213477,0.3559145922410625,-1.101007020671955,-0.7792372782408405,-1.6039499110049418,-0.07871369291360686,0.5315875851978012,-1.8145421920890261,0.1841611256606098,-2.241868243930674,-3.1282535422923043,-0.0745611401705859,0.631232195800882,-1.7221397547596773,0.9477713670269032,-0.2553384040603711,-1.6897742913290024,0.9649703248993585,-0.5354181952977668,-1.7220322096115976,1.1887509650513186,-2.002320603062185,-2.2451835158083826,-0.44603554186427286,1.566168848446333,1.4582957126803384,-1.116329349005719,0.48593346642092855,-0.09249159724119387,-0.17269823179147079,0.7614995195181863,0.8116974138312524,-0.8011994979763414,1.6174692090665361,-0.6582058852098069,0.5785649995093916,1.2045939830995211,-0.31985099010476514,-0.03282502237819967,-0.48884841377870475,0.9965109699769408],[0.8908091339806616,0.8929719211324684,-0.6593490806175784,1.1593616852008166,0.013670328549393351,-1.0121061261873403,1.0096626969339961,-1.628809843046408,0.46742298848837216,-2.6964382354460477,1.3308118442573869,1.0508752754077806,-3.0820979263936654,-0.34950089442961824,-1.1840159327879503,-0.0433765953377386,-0.23043368924492214,-1.549840736885029,0.590348634342694,-2.314705667950499,0.0976101327009827,-0.13895331001460273,-0.5751353004741862,-1.030193641531733,0.2669788907562723,-2.1994692517106467,0.8312857752087672,-0.01672143286289606,-2.2774136958839684,-2.6603058774921333,0.10697109036400311,-0.6160989900508063,-1.4663998490237633,-2.1928786698133726,-2.1197203901167683,0.38399731453922714,0.30042735787831404,0.18610679912984804,-3.1180968139696623,0.6493905432524524,-2.6463741495629116,-1.0558562123807742,0.7626692603231007,0.5809838205381352,-0.24226971943745262,-3.036638713877512,-0.005276794724955051,-0.16495012950655905,-0.48274841364048937,-0.08845388144345503],[-0.5835981541569738,-0.2284078218028241,1.0099777629857756,0.8335120237429309,0.44072326333232875,-1.0034491144389603,-0.9517653458427675,-2.0315855510428276,-0.356259305114305,-0.7251303678323492,-2.0590948644524127,-0.39849158262393924,-0.643182359413743,-0.06452626983258733,0.339462050552654,0.33239598017176786,-2.6081089721403905,1.1202813931171312,-1.5056133263003788,1.3981188979084327,0.1012914740983446,0.003496678307945307,-2.652708123868874,0.5984359454307806,-0.6445027204541915,-0.098777840767905,0.8646546065994469,0.05843268919813967,-0.6582329323389723,1.1527361584192064,0.28666418260168075,0.19628872450577303,-0.9657569237045318,-0.8948832285118704,-1.0877435175204913,0.8705228718526186,-1.5430732129777667,0.8675998749637808,2.6970013640486785,0.4945077193371886,0.9540501881414474,-0.23560761473201686,-3.0288120242534307,0.6613312417459333,-0.6394151983675948,1.5643157139833372,0.270241768596814,0.44085121462461857,-0.10735632799635296,0.8106612768929087],[0.41244600357205696,-0.2075161482404583,0.7435621251443815,0.7023545731332567,-0.5812704160110226,-0.2843297799520741,0.1714242509148271,0.0977513076856215,0.5693233786788608,-2.8073217237904364,-1.1438559139619682,0.9192001538061401,-0.3451717708741129,-2.2217720882753036,-0.02449666301807176,0.9890531411771881,0.6490590305384404,-0.16996358210594126,0.2951501636799293,0.3593503119532199,0.6054511974571579,0.2851677381490841,1.3235538281419834,-0.4929853673923852,0.9846070467907472,-1.6638574318032078,-0.052614191274820934,0.8610094011293072,0.2648973810685898,-2.23663151255556,0.6405333412957886,-0.7614440440955306,0.5674382853817795,-0.24492084455704655,0.8126110708389828,-1.1215171397321277,-0.700859821722495,0.24559197799117743,0.288024542801812,-0.7567671606562306,-0.5755935666688561,-1.063054252896586,-0.4358415310452582,-1.0381265152091872,-0.31678882558066374,0.3398334054982449,-0.682426121490684,-1.0584619349712419,-1.7991628402425186,-2.770255549022698],[-2.648029615496084,-0.7067155419443393,-0.09446846746656117,0.5536686706106839,0.07376582314433769,0.4239780737637485,0.01717350977327995,-0.3656891203117727,-0.6705437550655174,-2.712561219589725,-0.37200454440659236,-0.6182161136529783,1.3619890718165673,0.22953648770742383,0.5590280054727099,0.881479803864487,-0.2489660007211906,-0.7688731475650229,0.00990239348255173,-0.4729859677312764,0.21526129887982318,0.37300875333749717,-0.7654244361146053,-0.34573534375631965,-0.3669931087530769,-0.9393022003115802,-0.37298736961961226,0.2307867274757522,0.487257159065363,-0.3155154622850198,1.082397296062544,0.39327958649299327,0.13859441760446106,1.0036876170982756,0.1583032112945686,0.039168003695004484,-0.2053904431976636,-0.5656296797605928,-1.0083646829728754,-0.7808155564474728,-1.150190726963687,-0.5166609904362135,-0.38882844864714805,-0.19385237200714658,0.9628169266557163,-1.206097415839203,-0.17428272864764846,-0.8106846562522796,-3.5957395742519473,0.13287649566226759],[0.10257471009436747,0.19929443847960202,1.073445102944924,-1.2000353010143383,-0.7707026181592228,-0.5025763191409054,-1.2374613735453934,-0.42189514485470736,-1.4996542521214924,0.03601297183471506,-0.23351118012793293,-1.066946734259666,-0.17188697290348046,-0.5585632426636282,-1.317061914564554,0.2948125954863922,-0.30017108058524494,0.3445104647833082,1.3948950640897266,0.014988473873560604,0.3258019499248482,0.9991680819291388,0.7569836598264323,-0.8518587311068077,-1.3041840667073223,0.6515174474771496,-0.6777159656981764,-0.19554998047809802,-1.0551540697301198,1.0368073381407754,-1.3468959805467515,-0.48499323689989493,0.09163184421541719,-0.9795709058523454,-0.8555084930732874,-0.39650022480181935,-1.2276104628852058,-0.9107947807569016,-1.578535938880616,-0.4315810969020798,-0.2777936219337152,-1.5245535120043698,-0.6279716014570734,-0.05734263164815688,0.23659990006058762,0.7808430024533941,1.1317492972192995,0.6791266133306778,-1.5587879142849312,0.07326065165745382],[-0.8486749738924017,-0.7857631995379935,0.19263146087710206,-0.07861506549405704,0.9823017918762714,-1.0938562145446857,-0.6392085406071198,0.6051957793632202,0.4140255208359748,-0.28985368714746507,-0.6358400961917025,-0.22646268686896096,-1.9492795669837846,-0.0030515767005187037,-0.043771362461552867,-0.35172751620793946,-0.4545046656461583,-0.015638653191966362,-2.074276298938658,-0.47499167889163046,0.7189738687775655,-1.5656408000768198,0.926884770563262,0.8445567877974763,-0.06751276519225144,0.698771004699269,-1.3222738940523306,-0.5059377186543427,0.7885347943273148,-1.6027136892994378,-0.7535861884196605,0.4029975997002288,0.3800344900768704,-0.48771888992969287,0.9519746715631111,0.5412804841718122,-0.7192853258115284,-0.31684361324951893,-0.15932825680456192,0.42715804613664443,0.7990029381682172,-0.9556600685460278,0.1017813908327068,0.6772440338657107,0.11589056622838606,-0.9576203517333992,-0.7155467731646463,-0.570661403124772,0.656965547749833,0.859842982764042],[0.9484248770208376,0.5040346517862453,0.2318459747597186,-1.6286028236957037,-2.692459792086381,0.015320784475822937,-0.10155737358296969,-2.251987253536063,1.025717763866345,-0.8042319531262996,-1.4949558101490903,-0.4792838106999693,-0.7723244901530354,0.9453911358482737,0.4831735021365223,0.9815583022470479,-0.2929550909355874,-0.156287461034281,-0.21366857897389055,0.22803672894584506,0.5465998869410432,-0.08694572966752875,-0.052445883366073545,-0.7369664246201251,0.7996051857237166,0.9965230281549033,-0.18033577960541236,0.6111951479471965,0.7416741671505637,0.1014243787563058,0.44481515066183597,-0.3164700530376879,0.7697882095874194,-0.9194180778712951,0.0037811255787860696,-0.9930498751623766,0.29133713564975755,-1.1183273705192613,-0.03216922034317313,0.5984375504544904,-1.2161063179266665,-0.7232875587352796,-1.9031406712671628,-0.8986676757313452,-1.6515173828407017,-0.5277046202770861,0.898682506177004,0.4631733183201084,-1.038329024582485,-0.013546726172681456],[-0.07668891590189517,0.9187906156528043,0.2800406108123592,0.27103483190407396,-0.03236273287550324,-0.06581194972997584,-2.553440260824315,-1.1374067593287949,-0.8531884614807473,-0.7989052132933613,-0.29450201334479026,-0.34295712515171467,-1.397328227118466,0.8622992510772001,1.2516971697710348,-0.5617724380980245,-3.040868611655269,1.1635876804408118,-0.5359794913008099,1.5477981046638238,0.11086230043795543,0.15292248457107768,-1.739297777547477,-0.21164642915757234,1.0109703715431086,0.6963166438191167,-0.6560682984680627,1.1988019868296136,-1.1960432641350351,1.3888205886808458,0.7488915649620986,-1.0939793417710546,-0.2313352154143876,-0.746866502174367,0.6333640428094706,0.8532636039352794,-1.0696825679795259,-0.3897210668723067,2.4857476256298234,-0.10654183402694047,1.8706966537493637,-2.0033004680014823,-2.6213229802681948,1.9560950194320794,0.7958554321924737,0.5251241169200354,-1.3043380698068365,0.8244859652246626,-0.19784732528750354,-0.041191483677717196],[-1.126232339452941,0.9629690437668454,-0.15251796494645067,0.6382640860999355,0.5686189193199117,-2.5642462541667674,0.37731886232143624,-0.09807585448747061,1.1072608159791673,-4.368682632981389,-3.100110817355355,0.22744220508083024,1.2888460234121315,0.2181519304318562,0.5391053303394474,-3.801480521732876,-0.5174154067149882,-1.7921155697926403,-1.05859547939825,-1.446253098999771,-0.7420914955718828,-0.28132510167608243,-2.220251808355295,-0.012635589959684583,-0.22645350042342952,1.5258697202964582,-0.30600287619394456,-0.22943293285684138,0.7821911272250583,-2.8768107362171156,0.4981025356721805,1.6046268063118845,-0.16073365842732718,0.7319149882329261,-0.9748721465119204,-2.7332992128540834,-0.10589618920514396,0.7424834522407096,-0.8386900367318819,0.17068750527929855,0.5645356546681841,-2.8824830141756626,0.41081840992886026,0.1386133800531928,-1.1499812155025975,0.5428319913234793,0.27188918985873306,0.5564024109213831,1.0084350849586,-1.1501575489249223],[-0.09030709529758026,-0.010629061809517186,-1.1037411486214002,-0.7545814422163212,0.22085308018985209,-0.21742086597772406,0.35749400241882257,-0.7533513802900912,0.8863498104113864,-0.010345594520608669,-0.9551819511809175,-0.8164070185629986,-0.3057735814999911,0.3993958451609851,-0.34238713756226824,0.18731448037191875,-0.1992331497029904,0.563642468751323,-0.04430323119582207,-0.11185575484098755,0.17971370556604216,-0.8858311544716733,-0.7021073784545094,0.980537362744956,-0.5682642715502337,0.19745423999809356,0.6985299704157051,0.18241595351827927,-0.6316215499877187,-0.1570113060975224,-0.5641823820775262,-0.20091409310135774,-0.6416598497552749,0.43757501550607963,-0.2976116597954948,-0.9430276393411888,0.3674491846306712,0.4987981939798937,-0.42060218226129903,0.1314158707539535,0.6454392669697647,0.05489669997395192,-0.35360405368982545,0.8890950233066832,-0.08254908612746743,-0.10392949695198253,0.02939857771376003,0.4176581583784389,0.4221234489138311,0.288767659848236],[0.27065080458026736,-0.9823344041278143,1.0619568048180772,-0.8268653513790345,-1.867684761873487,0.9759557071829884,0.5374957426255899,0.5441046750882509,-0.865221452266766,0.9314788202479892,-0.12943526432675287,-1.000441017843454,0.20281612421765655,0.7348097542090349,0.3940085494509601,-0.6135956167596153,-0.08791197229680843,-0.2954947079530122,-1.026363316996223,-0.94174598841268,0.22807635581103228,-1.4125399963041514,-1.8356690143764787,0.4989373526526217,0.6987691267106373,-0.8612706925874316,-0.6222361789011285,-0.6319461562676038,0.5860313654113086,0.5441739335313549,-0.7811143025705701,-0.408123695526552,-0.7040992064600626,0.08907148095279616,0.8149212426007817,-0.9405839592527853,-1.083059414143657,0.8867073937989413,-0.1388437154784962,0.49161801546617256,0.6095154184370135,-0.5976938125990886,0.14998128068974753,0.7525463028737797,-0.9196544212635979,-1.1233299943910813,-0.2902666665145439,-0.4597870561511782,0.129323894725604,0.5845945114854239],[0.6624758596810965,0.5652689744016877,0.721836853965965,-0.44341699382976224,-0.7821211848982961,0.7496088957899752,-0.7129918315337715,-0.9753513558373914,-0.4516316142866092,0.9250456051449136,0.2822575269154444,0.02525549779461246,-0.5973926557213824,0.058683985870607476,0.5145994219425023,0.3044699872287176,-0.2658458973099114,-1.1698088564971985,-1.9116250763775267,-1.2076435494811655,-0.019584939171311724,-0.2825349719481823,0.6978246976434971,-0.853098528485922,-0.2229230502474862,0.4374021817073801,-0.6906925590907644,-0.5152682841492988,-1.39338780507539,0.7303407222725528,-1.7437548409007275,-0.6127954998013424,0.5414500148512217,-1.5470361819494092,-1.1845947218518653,-0.2093672388595198,0.41011115767478573,0.6091675747928058,-0.720052929085418,-0.9371378240995387,-0.23151695398831862,-0.42181050904654505,0.7689816715203862,0.3328912648489046,0.25363403338002793,0.40087533571990713,0.22981326742104127,0.10430870978985161,-0.8339434250670454,-0.5928185017022468],[0.6931624081963738,-0.19774081156398005,-0.24981516833418735,-1.14182623506793,-0.029419462669740545,-0.4759377199276005,-2.2971888731872347,-0.11005461192192303,0.7386645024808196,-1.8087621623556231,-1.6067367025420383,-0.01580969504808872,0.07859977540346107,0.4471585939893317,0.4745558820262662,-0.34002855095847184,0.41855968364848745,0.7950512372085968,-0.2579406978865006,-0.47754321403553324,0.28652625831537704,-0.1495548471749082,-1.137873646967427,-0.29411217469119455,0.05735481160954162,0.6361864035132568,-1.0116220232327366,0.8858591005776203,0.47761416627809206,0.9683075523135777,0.3676327281450735,1.0304354830015217,-0.9654049370392841,0.5920118897632095,0.6405148104347703,0.10248982922114469,1.0058853396724516,-0.34643650729949127,0.32062110903529895,0.34175306184235793,-0.14844578798897504,1.0472753295681556,-0.09820116655887336,-0.015836521541316515,-0.8929541083642025,0.3504626420575885,-0.18540803613842413,0.9839785043941691,1.2495140942200396,-1.3134164501748564],[-0.16138516506322165,0.48509504821808075,0.11057161051185481,0.9426112162706562,0.6217639688751472,0.32765250474159546,0.1585748950518504,0.2258756823159947,-0.599141806263607,0.5119252217766312,-0.7655581195108674,-0.5738394513391964,-0.03440111013416165,-0.3941892656030277,0.3015401772616423,0.36117853496596986,-0.8036686386623949,-0.4832664973513977,0.12422405708626147,0.531116617151288,-0.5500373892554713,0.9633211564284049,-0.9522131873223202,0.048438077024069486,0.8908328564648851,-0.3163393118367073,-0.16195621844949093,0.8862033033612392,0.8084355619559637,0.9279137054741559,0.3166292991863051,0.422229161631404,-0.02356005430565553,0.9278401764237714,0.9223312349097738,0.835479283965182,0.9866960465295991,-0.7683391461652327,-0.6511027148511838,0.18982141087313426,-0.8944120143340979,-0.12952204678196283,-1.2844106738335395,-0.08796935351551073,-0.6313726264087312,0.7862810022062167,-1.1779044568052512,0.7558335167874498,-0.16867063673041255,-0.07616641044518614],[0.442226712196081,0.6663638130601732,-1.3747378745624448,0.1900525978424518,0.1493677111095395,1.004981845206465,-0.10262012031390375,0.8637220477945585,0.44067247380344504,-0.8048865931902176,-1.1192902755108463,0.9720426971537959,-0.76305335934354,-0.31557766546494287,-0.1353883887167867,0.26890181288624865,-0.20237059040425312,-0.8025207243164756,0.22891138725947607,0.35111495489926686,0.7414461994630116,-0.6735954104800899,0.8354598198158384,-0.5419309039310558,0.7825241265290658,0.6182304092596095,0.34641774020415383,-0.11958488807697293,0.1495441832323391,-0.31167047709905205,-0.49533394826277916,0.6428939674717906,-1.9383108902070951,-1.014696069369723,-1.3559375113711873,0.6660391432691637,-1.8086523618917723,0.16012874806600497,-0.5448354552904141,0.9415749165260222,-0.360578366133904,-0.27481707439159964,0.10464144213616429,-0.16568597456550416,0.5669523936142719,-1.8154132286265217,-1.3148250896110198,-0.13304473870411487,0.00016831527237121246,-1.8169562578795482],[-0.654450652151455,-0.16214057373850502,0.9531463610787648,0.9052535323786819,0.16041652872740425,-0.7514823542138911,0.7839127090505463,-0.6717581752787352,-0.09003851856197297,-1.0739620340943155,-0.8871007426923384,0.45014273902994467,-0.5720468955854364,-0.5773433963076992,0.3572547210339948,0.2615417310683018,-1.3621737852254456,-0.07761203134102086,0.5112222852703403,-0.6933357466801092,-0.7795917872411426,-0.6046781087684282,0.23680653077557212,-1.1559423988632413,0.30470912215090634,-0.1925484016294732,0.06691925689374434,-0.6901079709548713,0.6513495812578384,-0.2878027415739501,0.5125863502175818,0.8241330553463915,0.16803572817254125,-1.3174567596558917,-1.0759370570753117,-0.27930384281184906,0.691718749228584,0.2742394103818883,0.5331868694725075,0.10679356625688947,-1.236175488257947,0.30030577616803206,-1.1520486909259502,-0.6371105102349978,-1.163815759917405,0.6725989593430732,-0.42529066523948333,-0.6803679004737406,-0.7968512831314766,0.3031408278312233],[0.0966527972434015,0.25225111385219673,0.8263552306856562,-0.35688394063997403,0.16867103477269116,0.31325296953367754,0.6982717198211629,0.8053963326377279,-0.694930727738012,-0.6012349214738121,-0.1677038509777051,0.25135901816366146,1.0495258122615863,1.0313221672867443,0.2042526640449861,0.9331122733086405,0.6410619956575642,0.212811670760103,-0.306052335375731,0.48191655538888184,-0.13496826388513553,0.9411231899305306,0.18479089845596425,-0.9155994317832343,-0.15487849896147882,0.8167368255857426,0.4124527827362545,0.4863532414597744,0.48802811330413004,-0.8866568053395332,-0.736112271865336,-0.3292435324465722,0.38725071987373777,0.5468508885379614,0.9396492030244807,-0.11933198892584193,-0.23997275978436278,0.8568720794941097,-0.1706874538730977,0.7397497071142637,-0.6079483175752793,-0.2782448034534793,0.31745639490170297,0.11306922214323957,0.08360164137185032,-0.33770030306884424,0.11609402648404385,0.9211272135862337,0.7056375418256368,-0.49711710206277393],[0.4766613022335477,0.765954910174511,0.33247586682122704,-2.2965737726388697,-1.6629832946558192,0.603870318171084,0.23591062066433063,0.15266509294492445,-1.622331572892845,-1.0786130946399644,-1.3436890950994018,-0.9125379082489539,0.4005881698368609,-1.1639349362684863,0.9339666097606378,-0.5541255556412858,0.6847910804220491,-0.6043767933619525,-0.3984872679278952,-1.1856428320448054,0.4854099516177086,-0.13514951398776334,-0.5723242112101833,0.5189245951896143,-0.677267308222432,-0.15557147278818012,-1.1329498735012156,0.2965982207458695,-1.2022624027865367,-1.345203304061086,-0.16898931618023139,-0.14167380614520916,0.17990687872120678,-2.138182867518757,-1.837352258006547,0.5471908539367465,-1.046304760360571,-0.3176321632544962,-0.39281212602878784,-3.245611192890062,-0.5418979647288716,-0.7326819681167684,0.8524733145155234,-2.0620038117485895,0.6686677840913057,-0.3625758623596916,0.3819533198298235,-1.4966400612949078,0.7613999552271753,0.9568190726836545],[0.5564686067455856,-0.15102749262192036,-1.2889473072055049,-0.684187623009291,-0.308362741680229,0.739826570191687,0.3871788414576979,0.5193585445721229,-0.23327676695856936,-0.01660503983653099,-0.9403544074289155,0.8006221298212429,-0.6091456729618426,0.697256939029513,0.6647319743004524,-0.10593935713312827,-1.027025544489444,-0.4247002023708712,-0.5762974940050326,-0.05275095192703207,0.6998553130396044,-0.030791709109308785,0.9707017525203404,-0.8878600490938414,-0.6394683522176227,-0.7148646808202426,0.18638304347448026,0.3197704236731346,-1.0064297921229803,-1.0025713290933596,-0.07308663124784587,-0.7756822443036031,0.08036768526620305,0.11939362201269502,-1.0783811385925717,-0.38958681058814076,-1.2880154483289903,-0.07563634897423817,0.7413089034830849,0.9181715232163346,-0.14944224569015402,-0.82260261020579,-0.9554730261919225,0.6360979301305894,-1.019728218801961,-0.18340473079498387,-0.05010577322398381,-0.799477803975801,0.30615050324514914,-0.3239115761526456],[-0.07314081018197822,0.9663225981484166,-0.5534528431489476,-0.00771058371564875,-1.2247715035099456,-0.16644878745848474,-1.9301367568984267,0.47691443615139223,0.41516544069106837,-0.44314978715553377,0.37843359005724025,0.2798916930179519,-0.07013717641020982,-0.035114217950776745,-1.5367319899809315,-0.11502308628517954,-0.6454613999220171,-3.085557876765603,-0.4602648045695068,-0.2043566173140255,0.18811195792058408,-0.8833990111611197,0.8430291004732181,-0.1762382777159157,-0.9597816206941783,0.47831605017404294,-0.999824436407746,0.3986633705488307,-0.4414580811880183,-0.6248276830443189,-0.45580755759086156,-0.20780189316150607,0.9780162828288664,0.7651568677197478,0.7878299427402902,-0.8200091879308632,0.9458445688692265,-0.22168936392146146,0.8284384324686205,-1.6802604194799418,0.10305347754737978,0.15680395261945845,-0.34707777956917846,-0.044564385521244566,-0.189046356928384,-0.5009654577152123,0.08656805211624627,-0.03349204542346294,0.6069662329166011,0.43570904355042345],[-0.31365321859461576,0.3580870775516592,0.7779831802674134,-2.8970878937789344,0.5927478716333549,0.7739738408814517,0.10063375244992646,0.09483503541594038,1.0423670610522318,-1.4342055284863255,1.0269719149068752,0.6790269025732618,-1.8700103556609446,-1.0909340994840704,0.31880538694129884,-0.04527581546135726,0.4046976279455105,1.0811912687354406,0.8224804623117408,0.7369367363055576,0.9999700203561125,-1.5985290244126078,-0.7834983743484459,-0.8957958477626007,0.6788288272138274,-1.543727659193372,-1.04182705436712,0.9047176834359629,-2.2545399774321946,1.085206999854145,0.7485212072758556,1.0412031307675835,-1.6592334492294074,0.3985386732020536,-1.3770586066356347,-1.7083295906659228,-0.3814129880004101,-0.9749978671569483,0.46338145377380935,0.0021857070500748725,-0.3119462705438235,1.8536973845904896,0.6797652115210385,0.2207100781244374,-2.077605426266782,-0.6454339075054046,-0.9309479441129065,-1.5607642481518131,0.19195332878493737,-0.7143815448984263],[0.313459011807344,0.7977714420502673,-0.5689372270989322,-1.7002008776540414,0.6346938272858084,-0.07118091163565339,-0.670456157956475,0.5201703923172506,0.6655055187702288,-0.19493317577882763,-0.5436246441178774,-0.3842918664266998,0.8375709716742777,-0.1554736084171259,0.878239312047573,-0.987203336891455,0.4659479143143677,-2.4215378190746013,-1.9015685520303012,0.2963732624937435,-0.76848221619228,-1.259339716153125,-0.46259526024079645,-0.9978874929067788,-0.13947041555135903,0.0524718695326622,0.44833453255429084,-0.9992345761945165,0.34392995206578436,0.5177045609155654,0.9663047234665415,-0.06400911635002889,0.7453169988706936,-2.1291015214366387,-2.278741041620234,0.9527160844235708,-0.16703095232064719,0.8828941915648022,0.005852103890463715,-0.3967956769070723,-0.46256891217838786,0.2740067763795615,0.5288148965480782,-0.6664664084121606,0.42971388505546515,0.39596215447894084,-0.26588683058508805,-1.463046647835662,-0.14649710076742378,-0.4506995088243329],[0.5196715437221189,-0.5512266436591783,-0.09700457133037747,0.6701450478120271,-1.0802507734967557,-0.4693223512097206,0.028286737204294223,0.05148470433142213,-0.10915128655196098,-1.1307992438442,-0.945019733558124,0.5525510458054392,0.7434653740243099,-1.474736731820697,-0.4422458066240102,0.3610555063611236,-0.07718778690231949,1.037778342499406,0.8268484694760517,-0.8020164760120121,0.8773664101023928,0.31953244829326677,-0.019639412676902144,-0.5166433683655821,-0.5504932513665426,-0.4170549094599514,0.4824352631706657,0.4902080100874138,0.7776751179047049,-1.4032642853898787,-0.15948227117158997,0.33546576864469935,0.669389820366375,0.09050448994820452,-0.17933861962587466,-0.4684540998783112,-0.841527113241003,-0.9985405199449491,0.6896390906671785,-0.23097175661608355,0.03561776306092351,-0.24490868099768406,0.1991862966739517,0.7526580671238282,0.10542663209184198,0.8335107771316017,-0.4348077550457255,0.43716758734238464,0.6429342334740661,-1.9256962521357406],[0.05215797251631359,-0.4996116694597086,-1.1137769676548033,0.55885036946684,0.26226343704625826,0.2734638004500297,-0.6782109795011425,-0.8483500263799852,0.03267280911409617,-1.636323677324657,0.1744977539516253,-0.4637417871731193,-1.240674008121303,-0.7721812285548443,-0.6288071762141335,-0.4669599602210288,0.9537935103335843,0.6041135056733121,0.9236527871225358,0.7100453355674565,0.3963822291122621,0.24240659549501933,0.21989536757606035,-0.8187488199721213,0.30817651136160884,-0.3695848027941879,-0.22933319806321492,0.6700233178173907,-1.1132013780737164,-1.32508769865703,-0.8896167098079626,0.008830927392981129,-1.5001687889887503,-0.23144914329808178,-1.8038707242495828,-0.035277176933252094,0.3317881610587178,0.8454373864220666,-0.4653660322220235,0.562169272601333,-1.3616353313632408,-0.13435364162145594,-0.8359192391697786,0.34270893581074013,0.05230019661137776,-1.2255781646692203,0.5326825039153912,-0.7023362326463758,-0.8376209628203614,0.1019425238123202],[-0.19348008489744917,-0.6388571121540835,0.4115170556993182,-1.3125954357683276,0.24457601976712395,0.49087126032968215,-0.2522269609786644,0.5295372917817257,0.8912353599393826,-0.2306369838275387,0.4655286417377624,0.39450631659976915,-0.6478168382857306,0.22078708074712364,-0.631775508491511,-1.3619636090981428,0.7644453782500176,-3.0482324673929475,0.3262903418318949,-0.4896928073066155,0.8341004106256813,0.684701631431031,0.9146700239510318,-0.3468247638887146,0.3004926545018113,-0.33513282280004714,-0.2543496898692134,-0.21997111901559438,0.5896771184908355,-0.22338922959912166,0.5266209989750434,-1.0807187679442554,-0.9336256984668996,0.6947468421890487,0.27179078916545996,0.8171099673225503,-0.5684913193905157,-0.5389917808787448,0.32748961590766595,-0.9320749789851916,0.5322393233965494,0.8585469324289712,0.6413538708523552,0.01938051410705198,-0.22739749408883467,-0.19934117412062757,-0.30577890298969806,-1.5235871181148202,-0.3498741498606781,-1.4880735437658956],[-1.2717694162383935,0.31023952652295084,0.666393346817595,0.30273359810311534,-0.3454258224295698,0.894370297756333,0.7052444029315633,0.3322270804173875,0.8376873721269449,-0.6014598907263519,-0.13461596255011804,0.38628011137224766,-1.728611565070371,-2.1255031884398172,-0.9429895713322858,-0.11180472046199436,-1.1947764853875014,-2.7941096576553868,0.9137946800532898,-2.4950206715908867,-0.6440394386989159,0.01989102512668195,-2.248847428054144,-0.8870367917487679,-1.0173389884600754,-2.531888381333166,-0.6766845686755053,0.39393038223343274,-0.5749475532720046,0.6138129040957435,0.7510224181033455,0.6224198293402612,0.32608217524112687,-2.522656171599489,1.1938821346548636,-0.7556317779660723,-0.976925139207209,1.005585408137322,-1.1970035078322123,0.7814575686588455,0.12296304928252268,-0.45466190832007397,0.2751206601459,0.9477834885480486,-1.532294720307738,-0.7483355263527799,0.6809280142755741,0.9279331701266081,-0.4836442317566847,-0.37167820447933575],[-0.2779309526647958,0.2639570819437448,0.011748996037369373,1.0109467223375728,0.49963879267354777,0.12367188535017626,-0.23347141236920985,0.9920053142343577,0.9357658893679369,-0.2578252228279589,-1.4358657462998858,-0.30576642933469184,0.12097119971024026,0.49466494173707565,0.5950368706256225,0.08915962343109987,0.43575878885125247,0.40857988329005446,0.7287186887967704,-0.9309260571768843,0.3832975339155694,0.7685611769907894,0.8439298026221235,-0.5866086117175296,-0.3644017795049342,0.8788632677013704,0.9714064229224553,0.24841110355091692,-0.22331058780989532,-1.0689409952486448,-0.9020232144576829,0.7179479797349164,0.0810012993282708,-0.36816150892518545,-0.051640218043963834,0.5276068080669302,-1.206847442596996,-0.4874606645220747,0.7940649413175804,0.7605897203082022,-0.011515159828633293,-0.5488961995547974,-0.3108921209133882,-0.43763206539855226,-0.7479259348168736,-0.2683754418697056,-0.6788386670562717,0.5537685892949606,0.6549190206619372,-0.3498599956635833],[-1.4460926428242917,0.12911389538014384,0.9238461142288477,0.7789675434049322,0.8548658948923844,-0.7438464804827789,-0.1079838079529003,-0.19547438370864115,-1.2378204940766449,0.28759471074795556,0.8160035444310811,-0.9623164775704334,-0.41230045593148285,-0.31078057618690347,-2.166292612990738,-0.41386913157332733,-0.5159444019406713,-1.0217050598538349,0.3010544157957915,0.8137596217051197,0.3081695017952825,0.11080522081161716,0.6663831472988543,0.5357933479333514,-0.26813479776560284,-0.6145136105292925,0.14478614014532998,-0.44362008196281877,0.46381572848758856,-0.3294836237778175,0.8961635718809657,-1.9627005108620186,0.158059939185415,0.3760566213336703,0.5968441875818417,0.35731996486086465,0.0549167250990855,-1.1215244557568624,-0.5669985383060026,1.0760915899611279,-1.2949882589841841,-2.142449411155696,0.031013445035947683,0.6271209883699147,-0.8916297153451316,-0.43804716765362217,0.5251454840368913,-0.2283066673986603,-0.4974943080448424,0.359500410544905],[-5.590256263921975,-3.1019556963783255,-2.8705998341210064,-1.8772336522207527,1.6318391220255914,-0.49550175061486984,-6.0343961021297545,-6.046544345873999,-3.6335955982370822,-2.670285817377018,-2.111109393094502,-0.3711841359636763,-3.8585544922256743,-2.4930181327607173,-1.1189928762150656,-0.7886389463295101,-3.4817424468418907,-0.9963832761555436,-1.6554172569191379,-3.3933754829043212,-1.6477789144508805,0.4603462324244297,-3.950445924742565,-0.7888250187023463,0.5331115918338662,-1.4229210853633967,0.8133730593730734,-2.9078575283870998,-2.2473213642692182,-2.572345654409258,-2.584713799907895,-1.0596993129776022,0.10096322508553385,-2.3435982145955268,-2.7086955144357368,0.9542433839204943,-1.5535146490645437,0.03566529636654771,-1.5099726474480593,0.19270256311602957,-4.022591211384156,0.0237852671110979,-3.8633909039667027,-2.326527326809106,-0.21741222892784276,-2.1307435624698274,-0.5059821147558166,0.5335528765793969,0.08619617761291372,-0.21510806580970007],[-3.048320607160054,1.022168136627549,1.7478591903470888,0.606188350112192,0.4166121776171231,-1.446666323104535,0.6932075179057868,1.1888983853816535,0.33596872247238885,-0.004004532578401735,-0.8194842065932523,0.35820290375863556,-0.8164541196285113,-0.1470379297511003,-1.7870615217351675,0.14906422675737593,-2.1637439005153096,-0.6106249487195619,0.3790303761309225,0.9659233589365303,-1.236482516636596,-1.1285546523149628,-0.3306571195782749,-0.3470867368990594,-2.662688951188858,0.5208902087548078,-1.0310801004275345,2.130036278514013,0.569938947103796,0.8574431889082841,0.2294462969177269,-1.578917549785206,1.4978938597348095,-0.5630422117111094,0.04449609363450689,-0.36268313633433796,-1.2793187969702826,0.647975720175465,-1.2645360959903131,0.6531105148527853,-0.007079476096380626,-2.4590730383490844,1.6204933412077995,-2.2056428588250463,-0.5162999691022411,0.8177794550970368,-0.8037824558234541,1.154985949198934,-0.03624185538263783,0.8942602288469863],[-4.447048862578979,0.6681533835986676,-1.083348085697251,0.1806503839737604,-0.6082356868811616,-0.8640533871902996,1.4017784096565196,-3.716835107669045,-0.1416311775153843,-0.23008799534518345,-2.647985373508884,0.7560498881764909,0.12064675458680707,-0.6304894112662821,-1.4721444071138914,0.051810352205515206,0.23132809071109128,0.6353398593839189,-3.0944583438308477,0.12870666041024106,1.1177337592055385,-0.3147235959012766,0.5710476297034387,-1.168614618697791,0.6954683365262966,-0.17654617704886605,-0.952986922766961,-3.489074825628065,-2.3140504528944335,2.5064234074828984,0.547532723808296,-3.306879093624897,0.21302575020916237,-1.2850168350010034,0.42816192781361245,0.6922130462221243,-0.4335341488709636,0.7977077396691128,-0.257528299123245,0.17459819835339396,-3.2001421833904358,-1.321964566963507,-1.7524508357451725,0.9794903451974375,0.890130464434598,0.8401823649398272,-1.0223668705806348,0.4761048311312965,0.4486484685961001,-1.2147547340852685],[0.5218173046768162,0.1945537491128071,-0.6079967133324826,-1.4525843662356712,0.21098212305300537,0.18296899061090224,0.21954034992549049,-0.9399692512982633,-0.9450925342481912,-0.3828594048679437,-0.03549094031884936,0.7647710530822257,-0.7795955545907655,-0.5828530111035676,-0.5330678397058952,0.22686870762661937,-0.5774068977447282,0.9211783318452759,-1.1269940708712856,0.7228682271386543,-1.8803633205449473,0.4852329347981953,1.0486134088168868,0.020517717928470097,0.5650158789265196,-0.04532283899658877,-0.3718452523469845,-0.5154690270360612,0.6371470447492201,-1.6554743074449685,0.6978520817663325,0.35137019157210003,-0.32477117634202146,0.504984197886129,0.8859683298580058,-0.3236807815584193,0.5033972975845574,-1.037271996926274,1.01585074207383,0.658459038749086,-0.5184745402645627,0.6694679694995778,-0.19020758603657092,0.47600369217219457,-0.33663783071970704,0.5819475510945334,0.08165882667603007,0.7761713907241101,-0.4803379588423263,-0.1864508364791399],[-1.4117908926324785,0.6319334114140103,-1.1831275400852583,0.3204289975845861,0.03574981041071962,-0.10181249312978703,-0.7819001712855067,0.4194977763657422,-2.1724322801286724,-1.4130447444976248,0.5235535328600657,-0.06262001934868627,-2.423635269963109,-2.9933087125476834,0.2690393881255713,-0.39776303102656496,0.3887852044928595,0.9575097960141133,-1.2005071202217497,-0.2587840866090463,0.09223007140881931,-0.945706927814126,0.5043337296803008,0.8434471999519773,-0.5544133229330032,-0.1496190365931679,0.8391103291106351,0.18877351985151486,-0.2068393283600228,0.580713517241738,0.2708725995260752,0.7302716738440634,-1.452917799344823,-3.190256339349588,-0.48451226909277995,0.3820956790165734,-2.4048519609227577,0.8880263755713954,-1.862595208735509,-0.30826250786098847,0.7253593522713326,0.3183036864676552,0.9981157461388473,0.25621834664065146,-1.3920181977171744,0.08430797881934124,-0.5948986710719782,0.7767024574760594,-1.3418530739630983,-1.2798304096565545],[0.7240918311613879,-0.5045814196279254,-0.3950139013760306,0.7086833256393686,0.0027339567571998545,0.5619038890434598,-1.4408169370114647,0.18817515682954755,0.2374323139130936,0.12402947273207779,-0.08444088895167132,0.05925459039375718,-0.13493064986033776,-0.5282539194292483,0.3787610229301061,-0.45788773689538553,0.46022289828835194,-2.235996932255722,0.192718292077978,0.35409092235556117,-0.4848604349292407,-0.24366887891408265,0.5445696307920544,0.4725844875485268,-0.5327727122450057,-0.417139395142476,-0.7263032019162838,-0.9366599744206395,-0.9481101494399493,0.10116750578841331,-0.8435913076749224,0.0077771956301030945,0.6590964621730138,-0.565669822558772,0.13539203504680586,0.5611687999415974,-0.6646544817969464,0.08887713059426468,-0.36912500124129527,0.8010330967762753,-0.7407363879117368,0.7584582344176367,-0.393508037773908,-0.4690912074843494,-0.11885006692204445,0.04054465004078466,-0.988969103654501,-0.8051164999652234,-0.3320102346035819,-0.9091356328076],[-0.7763451471978585,-0.9486577587030969,-1.29434743907732,-1.4072808535132237,-0.1076143674614744,-0.45074514211868005,-0.035719166072173555,1.403857335753623,-2.1963095774429537,-0.5828829045818611,0.42199351501032556,0.448272436737169,-2.925921663232021,-0.24825738799386518,0.23028040255462903,0.6257965380715157,0.24383479700940008,0.46448843293287556,0.5333027327120154,1.0674452333800173,-1.0306437556061294,-0.922892167705496,0.11924648777925684,0.8205508679940418,0.6269150241799456,0.4466282366348961,0.45609552729839264,-0.29908774400709853,0.488736971327522,0.3264554548386508,1.4216410667121142,0.516855723273847,-0.9861452918288447,-1.4905255754764555,0.6784498839443647,0.23382471196877178,-1.3573775978917404,0.13850138391311398,0.6644569886602731,0.7821726225526949,0.44309728718203373,0.4370049961443299,1.540050102516339,-0.5844105991322075,-1.8135693658832999,1.1927398517172008,0.1840423645055163,0.3211923420484338,-0.5597343041727049,0.40581481318878926],[-1.0790193177186775,1.720274077981209,-0.410974551359053,-0.4865529240927298,0.7882925343761242,0.08151558124369392,-1.3289634059380886,-0.8700592395926795,0.40108262150016155,0.4349015862718871,-1.2074096738628712,-1.2547383237636165,0.8633864077283027,-1.4192748440171716,-0.6441992053257654,0.2739042245887147,-1.9058292298997208,0.7924889404967489,0.6565351712081747,-0.3316900626197656,-2.2720411649532233,0.4885028201922264,-0.34500770583324664,0.16059706350781577,-0.7729942417462883,0.632452414664112,-0.48243345643201424,1.3581332701144528,0.1350656408422503,0.012180083099219627,-1.3429423480623257,1.021872570485511,0.5683336069239626,0.10732798830420243,0.6902026186567464,-0.5100576230016379,1.4059033462246262,0.6426111208864987,-0.6177952403580572,-0.2516790522582432,-1.1485687317018634,0.10524711182643053,-1.3667286888982442,0.6201916382100523,-0.8993381685507743,-0.1510439339230712,-1.9573034036497945,-0.48027690071696433,0.017140089215348008,-1.7435499954944855],[0.9795973286575111,0.432453158334117,0.7694543887741295,-0.7350649770631578,-1.1500383572638504,0.7996783420004686,-0.8990863328118832,0.2166326664188488,0.464993155855323,0.9978493422602819,0.8049510012753227,0.24115914983755438,0.2506705018322305,-0.0017908378665164467,0.7154446253917978,-0.5145019233013973,0.8873929296646221,0.5496355474817142,-0.8806252962736613,-1.24710187550586,0.8476630000231411,-0.4155025150773545,-0.8628134419870536,0.1340245864897603,0.46073942599979034,0.15819839694589016,-1.329676583607004,0.4374188706578088,-0.6309482998025849,-0.030240352992839566,0.7118548000602429,0.7298966372637564,-0.7191711847464882,-0.6116213137242908,-0.7318776979917004,-0.7169824201237786,-0.48997799700902883,-0.9637401209345842,0.16252457854548827,-1.4622389582811082,0.5151076097420731,0.7024519816485266,0.45835481214155105,-1.46634848580186,0.904900019345055,0.15887769215319925,0.6109651503467418,0.3334272625321008,0.671105781146704,-0.6328250709082197],[0.6935231795532474,-0.7461770206626726,0.8293256030860571,-0.18737931423213702,-0.05067983970964109,-0.15824990251009968,0.3903814516019823,-0.22098720175328004,0.43653486829693783,0.09512758534562686,0.49079796328383896,-0.22106195434148546,-1.5629039948735943,-1.7124446951168781,-1.753534303294604,-1.2086724014890289,-0.39643648422634076,-2.7913679125735276,0.03203546870742295,-1.3933204666615944,0.9294919661874009,0.6420403932836437,-2.9458938253274742,-1.1702476219557973,0.10766259879016818,-2.0161827821454716,-0.794902963308881,-0.17534294644850185,0.2805886274133929,1.189628854159448,0.5815769180988399,0.2659958995346165,-0.8254650135173813,-1.0509232512155648,0.5793494735360637,1.0173287580397403,0.4495728017704832,0.013641964954889481,0.515999751937926,0.4674313300785515,-1.0374096939319135,-1.336469031022829,-0.5559461241180136,0.6048227526612242,-2.1693441343234583,-1.6941984941529005,0.5533247486197851,-0.4486486976806729,-0.14233051421881945,0.01579827762178847],[0.5566513501961524,-0.1996836656794799,-1.6330039223881307,-0.4287548183890305,0.22493764386530046,0.7290563085211771,0.027196475664825543,0.3039124555067625,-2.3274217046988905,0.029392284080195192,0.8907187911569444,0.5111381689249221,-0.3675030016072233,-2.145384985912441,0.6150478748522952,0.9332356277237526,-0.8518373410021303,0.06924769461861292,-0.20225821290127594,-0.8062350637771966,-0.15286186667988386,0.8072300009042144,0.5047091334176025,0.2602755317796441,0.4230719692770997,-1.0534248635506214,0.7426537327976725,-1.0944030734300263,0.4269870943584756,0.9810299860363244,0.670160839419707,0.8391840524451099,-1.2317107243972443,-2.080264414655811,0.8477204228489297,-0.6398712837447663,-1.6131901182999058,0.9098116078141784,-1.3708248063376465,-0.22054331349114675,-0.24457701576537103,-0.8174603955426332,-0.14911962787879823,-0.3739357229391678,-0.8579481879166899,0.5351567967850537,-0.1528534995310168,0.6578457992244421,-0.8340186603699012,-0.0807255032419926]],[[-0.4248178663343677,0.4960818569176511,-0.4916466708280825,-1.1786430279874596,0.31135146684201875,-0.6634077859016451,-0.48441472218438664,-0.8522097285976517,1.0926955763514017,-0.35491785817952737,1.2410409165573004,0.6699020303298059,0.9242257323278862,-1.113880514698566,0.5525270706361545,-0.02888521830264731,-1.3915607584381369,0.9967815328633468,-1.8148180827367195,0.6875785562671899,-1.204882040679742,-0.09102613055211732,1.0560417671576163,0.7095152578857179,-1.363953954838928,0.3180557691577801,1.124245142946134,0.20464989350025845,-1.7989405711099073,-0.8770627952175986,-1.7259330311368095],[-0.6858350798661254,-0.2426597162894335,0.7416597437098437,-1.0311849736563128,-0.7164534539164695,-0.6811915068969203,-1.2286668921736057,0.5444748710385356,-0.009600506024974082,-1.077573162821266,0.18944430251575525,0.44134080406710524,1.0218378481083903,-1.0906356052076187,0.5635312853925561,1.0970243638849442,-1.5532440357131987,-1.1616482987948942,0.774456624905077,-1.2470001957635368,-1.511783329549948,-1.807761706261125,0.21300349104009014,-0.3242757868992118,-1.8308362312625426,-0.9226873199355651,-0.2316437237457127,-2.091202233983908,-1.3812150534808085,-0.4739841619766304,-0.9569153479549969],[-0.331340011389159,-1.8154721670731664,-1.4207650528020743,0.5834707442308654,0.581715274290227,-1.4752745825097964,-1.072735182343235,-1.0532463805348056,-0.7346225292580504,-1.9725081359681118,-0.27436262959433055,0.7083411533588201,-1.665142576304697,0.9673927080545095,-0.38739920185680204,0.21616982744459887,-0.2388151936257526,0.7643413895715365,0.8541031784894849,-0.047589430123600424,0.2692631773909765,-1.1964726835848616,0.48215332640811015,0.24487667256776874,-0.3249959487793448,0.09946563640476071,-0.9195442701036329,-1.3733574500394334,-1.6619300903192364,-1.954134995973081,-1.9358165901982929],[-1.404167311607524,-2.4412195940793646,0.4582299429136735,-1.0671382306607238,-2.2157492953488216,1.3993403287428878,0.6600032756876532,-0.32027048382626633,-1.8818531701455068,-1.2009024780915947,-0.9373696298963584,-0.963944841434459,0.20319176263279318,0.8721305846868656,0.9944255038643783,-0.5281897497053804,0.49724696571251437,-1.647751352019053,-1.3178570527204403,-1.205259662973408,0.1509244701061912,0.20593058564607447,-0.9306403805234703,0.5583047383547224,0.5088177349454256,-1.4845890862009383,-0.9393697653220818,-0.14758261217001212,-1.6647793424816704,1.0488121913229829,-0.4074632266673505],[0.05707969898288635,0.2861390073502942,-0.13920827489382687,-0.3602333295844307,0.5495497249377537,-1.2167376438816222,-1.1935381730481016,0.8002193019196313,-2.7123712232127453,0.3726003629597474,-2.11257282282269,-2.4990458530117023,0.04316954377486796,-0.2595302470622517,-1.4056003945867712,0.42536341035605235,-0.7374685524293425,-1.7331633109880336,0.2869897580984959,-1.7040824584605012,0.47357036114841294,-1.3500787772261984,-0.6760787108160514,-1.8136375923713672,-1.4973312174021685,-0.6428944044559585,-2.069761564183552,-0.2194195460678244,-0.8250852503763387,-1.8360486553944244,-1.3238095782329524],[-1.3031733888070234,0.799970252224334,-1.0198843621900726,-1.1259486266248386,0.3284463273400379,-1.487961394800874,-0.9919212929480876,-1.6424092163468422,-1.356497772676296,-0.937726246690163,-0.37826505913005665,-0.19534951836889106,-0.2503260648813006,-0.9744463546658502,-0.6563021520356368,-1.625754470649323,-1.015862228542991,-0.08224330384319638,-1.1772502321978466,0.5610732603174694,-1.2453717980814858,-0.14939370840909222,-1.552740427529553,-1.4386902895677827,-0.30111604833363276,-0.33544990574083566,-0.5750166193230423,0.2959014006048691,-0.6102385159270689,0.5273994277080053,1.019945449845642],[-0.6456051682970929,-1.5457842939705417,0.3748508481145043,-1.00674191829472,-0.13761172083702755,0.6468737270062266,0.9876960708680589,-1.3640522385622018,-0.14943088422693646,-0.2540720342313253,-2.0582134785439776,0.7595479319649411,0.40291267165195715,-1.5854185799509268,-0.754245072233923,0.6295687712888273,-0.439037732628517,-1.7608775806840264,0.8377546609527102,-0.38388621089782393,-1.112847519002052,-1.8478425903589917,-0.7211892319799387,-0.2228049718439359,0.7422957941504099,0.9337401245310399,-0.8312744894816833,-1.4477383168188223,0.0696170882803941,0.9811656605532004,0.4208484604479236],[-0.5732196282891187,-0.9459788516237716,-1.5828372697798265,0.410320860471675,-0.27522560535950885,0.7979847684262926,-0.3287083137505332,-1.6913504413923277,-0.711407969611327,1.192056667010138,0.35159394238900654,-1.8512237951018986,-1.002665991808529,-1.8336369681492546,0.14342537042464257,-0.9895262472801019,-0.6514676904052938,0.45378866576986654,-0.23740583093416584,-0.314168894742397,-1.0470447318027336,0.5301506513244267,1.0963132801698092,-0.4913698082654285,0.22221029015912233,0.5211508086064948,-0.7319458631875279,-0.29026393554394947,0.3302840694178736,-0.8475075742549124,-1.7250550866229701],[-0.4967736534965665,-1.5238488465564173,-0.01045793497068518,0.0024991548371819895,0.7246018697097039,1.5274808488072777,-0.5429243767000898,-0.6368222424373087,-0.6286055487424103,-1.8530214457152248,0.36372943085690385,1.474145153200363,-1.0795995102444473,-1.4008624158417142,0.3115447000090926,1.062818390060851,0.8132624484317975,-1.2816797163064853,-1.938542948548545,-0.7526883695059562,-1.3113910243464015,-0.026753310687826184,-0.015022521417250821,-0.16110351889728422,-0.060336223407037114,-0.4103807717862954,-0.8337157932929146,-1.6242249202210863,-1.8903180117530018,-0.021174916729780235,-0.6314680413505995],[0.3649683872529618,1.2581529532276414,-1.6577921986270916,0.048695270403673205,-1.5023488649487526,0.6157910564146696,0.5689749820013078,-0.6725497580971541,0.5082806199514449,-0.8713124899048288,-0.8437912908952652,-1.391941880236687,0.01666012041636148,-1.0351219186898561,-1.3023229691817417,-2.172527574761915,0.6538651814406418,-1.3052300395872707,0.7982714796195769,1.426926812621007,0.07542476653595899,-0.6234440045233935,-1.0286341083453576,-1.6501804843449008,-0.9819668547386383,-1.740137665370094,-0.4475385969596028,0.896180321484351,0.3055648221500713,-0.05395350669785732,1.097296770254824],[-0.878534396514747,0.478222612940619,1.2064806012539508,0.8528152638928026,0.29392487502467934,-1.848403191579167,1.4410451840072498,-1.4899759478694075,-0.6959533500704838,0.6223649404172675,0.5756852412163719,-1.3485586432074226,0.21688186222158262,-1.6919215301036765,0.3847434402016705,-1.5236867551116673,-1.0682644934922245,-1.3764142883632684,-0.554461763681123,0.20150889703494584,0.07883095542719379,-0.6789945054312239,-1.326675177480936,-0.7606381934092783,1.142560118601836,-1.1912056874905121,0.20970194104000703,-1.46147079263467,0.8018845321990539,-0.37746096032702997,-1.3756566776410317],[-1.8388473818284032,0.49685974967437213,-1.2757360313064863,0.26210370968466534,-1.0786233018007467,-1.4494796350663677,-0.3053407008341066,-1.6160127451546735,-1.359415923849823,-1.6466539299628404,-0.029425205194376167,-1.55750271397201,-0.6559121136660502,0.6441283485735636,-0.6711812714022963,-0.7888773190692049,0.4565033267776082,0.03876991596573222,-2.602884526752231,-2.3368487970289564,0.3855051614425436,-0.10549882989041168,-0.706818546918423,-0.22473774997934615,-1.306468372581351,-1.2273281184948572,-1.0522073494563902,-0.3828915495949588,0.5942361570587906,-2.3938678666536077,-0.44426112708688004],[0.07129378778138122,-1.0321468522293316,-0.8891683032900182,-1.6647123058015914,-1.14667033534492,0.4301207212035826,-1.611150085735434,-0.07119099792596921,-0.6769302759958398,-1.7752535567038308,1.1119307756365018,0.0013096399588053967,0.6496321287148761,-0.9814366744367365,-1.5288911266082295,1.1350467845301424,-1.1131436602579765,-0.8938018237876624,0.3442579801369372,1.1366854450575727,-0.38099548585499887,-1.0381456121638004,0.4706593460706778,0.6513372126896937,1.2160081268824354,0.14131078650989565,0.48408536887285325,-0.1720643479158527,0.010680457427353678,0.92656343063351,-0.17872238467777385],[-0.272547821481219,-1.9176400525751598,-0.623404407804576,-1.1349188400453858,-0.5414361041366264,1.2410328313372125,0.11137795098972483,-1.6521696145074034,0.9389256729120816,-1.5768941512616468,1.4415675865485755,0.4707115858685198,0.5482195552573498,0.18860432688433812,-0.9730243056829068,0.046231730506977195,0.5271746339074178,-0.89090248405618,0.12247785223991735,-0.316897667279606,-0.4718591943146725,-0.11697102735382799,-0.7698634476274813,-0.8871750693449831,0.6973783299333078,-0.8812345491316989,-1.0000931335973304,0.7351899391170514,-0.222169857626384,-1.790762484899996,-0.9946393908675917],[-0.6143462466985251,-1.4518990715439901,-0.6226009229049151,-0.9647420760315266,0.2614368815968394,-0.7795468830627605,-1.5307867825622137,-1.2816798950235149,-1.53463242063585,0.7693122301656939,-1.8108660630175226,0.9184443295717886,-0.15885385144570258,0.16229013540130452,-1.026339735599315,-0.19344164401669098,-1.3159401614523007,-0.18503477931908052,-2.0087599774296647,-0.21438518548322916,1.0072488705374452,-0.5121396361854806,-0.4766889386291948,0.9166178530008663,1.3971868564312995,0.48807164133911873,0.8950303346934332,0.01972091134612184,-0.6833149058753377,0.2872367967694496,-1.7113440441740961],[-0.7570752751866432,-1.2855645075540334,-1.1188074677248623,-0.6250891611488081,-0.3131014760738672,0.7289312041291146,-0.34363343362060417,-0.3565578760342766,0.9505638432320773,0.9975467465865842,-1.162422954830858,-0.26138480750888865,0.4522021121024962,-0.8332260278034845,-1.2024996777227597,-2.7764860868466017,-0.09165681187265699,-1.5063894945147898,-0.139678669414574,-0.4253233017687018,-2.0790799705454965,0.6581359278592227,-0.3198219320201102,0.806923175830703,-0.4093209545160854,-0.9788020184180626,-1.2067537864870554,-0.23962766371969252,-1.272480167615268,-1.8906188900666192,0.5272148782680013],[-1.0591081962673035,-1.3953747499067837,-0.18326042766766937,0.2276186615441742,0.7625899813737543,-0.6950593157262477,-0.3591655966572168,-1.588934193760631,-0.7764806394093972,-0.4173044571903395,0.0003961331697248796,-1.1642856900712162,0.23954428413843032,-1.8389625975548975,-0.4146080226109195,0.11759762594816382,-0.9843632941600775,0.5275766438168414,-0.4423264641793701,0.9391790347939567,-1.0584206145419819,0.525971181077659,-1.3417451115060968,0.34984597411037527,-0.8769257009262384,-0.1001594324891845,-0.20065329977580482,0.2988543243105329,0.3268263178777226,-0.2559336680734307,-0.8908646609968115],[0.13529820406001378,-0.6455078879217382,1.164060054173674,0.6537446903251258,0.29674245225752977,0.4671617874501573,-1.880791967648359,-0.4444203804051081,0.5433904514830623,-0.08287817742683833,-2.760067281656071,-0.07821151368879718,-1.1509962666722902,1.269790263394463,-1.8255297810354818,-0.5530029851181092,-0.6809019457160411,0.4311670250688035,-0.5878317696608946,-0.07012487683634959,-1.0482635090095282,-0.5046287544162521,0.6093465150902162,-0.6003797180973344,-1.0548712676091714,-1.896279823397265,0.21870546977512406,-0.02045590286009175,-0.5896315862102658,0.5021752518249989,0.655951580369764],[-1.8710704549545376,0.602304556225406,0.931597661857939,-1.8777745794154197,0.39616601280572905,-0.552752619228367,-1.345263895272223,-0.09665242571933487,-1.609483419224625,-1.3248711830306057,0.46345589336858567,1.4969692876479532,-2.134808461908653,-1.7856986759465001,-0.5643918985738783,-0.48364198782247725,0.15827968168789902,0.8918887254101902,-0.1554058090773218,-0.8663378634655055,-0.5166823217008047,1.1011369443302244,-1.5476528836883803,0.2728920562040007,0.3019011388369322,-1.5733328450457014,-0.5780926063354634,-1.470495246485017,0.19336828340023646,-0.2586604212196995,-1.8891807368749094],[-1.6592849935863296,-1.443018114020992,-0.8938802456807734,-0.5134324081135078,-0.3050910804909513,0.2656507059681514,0.4076949171138024,-0.7501176269379193,0.15875843142601218,-0.06989158167043258,0.19799308470045712,-0.9590278647815315,-1.4067581839658876,1.088354730525541,-1.7239270472420951,-0.7047064428506753,0.6838964385775108,0.2567107822180408,-0.29010508458140755,-1.6213186345988477,-1.4496402186542905,-0.23137880347651632,-1.2982710948836569,0.7101711487597401,0.8678356737088796,-0.05912601694198381,-0.9151261200503763,-1.3812820212399382,0.5247868034633113,0.7171686281221228,-0.8381404177646219],[-1.0440248319351493,1.4418338214675122,-0.2999942392590292,-0.5901814791286014,0.3801296242847709,-1.0364355189374654,0.052585920471958585,-2.0282854827972967,-2.3623596737246584,-1.2712169711734322,-0.3420880316367044,-1.0300679135174988,-0.8181705166274071,0.14001069373639968,0.1286228442114561,-0.5078126970366605,-1.22839814615414,-0.7529063670247009,0.4562588313777352,-0.08718978279494886,-1.825753642369795,-1.2149276112009917,-1.8625038412164348,0.7253241510161785,-1.4917634790115484,0.18872027425247812,-0.7244104997047792,-0.9649643452525528,0.6931735344602514,-0.3150963944867107,-0.13703050936519873],[-0.16702560905970218,-0.7322016137248064,-0.7208902074805579,-1.999424655516775,-1.7651124110752103,-0.6378050472235793,-1.7718411733193384,0.19031347470588822,-1.0243941652567947,-0.6913728530947217,-1.0168947605642489,-1.7274670588453243,-0.8259453088066092,-0.58344403814218,-0.426157409586115,-0.16859242478959657,-2.057454079649992,-0.2766749353480766,-0.021139288060603986,-1.2867841055728264,0.24505148106473565,-0.86035263263979,-1.7977978503560106,0.6283112376949341,-1.7682283623431425,-1.701799873735722,-0.3560949779774806,-0.7858372010317396,-0.6063895568509462,-0.9454702513337687,0.8401477010404886],[-1.0226879926544032,-0.5725850133875551,0.34977280733027283,1.0560348953315588,-0.5669433230384455,-0.1355085343206987,-0.3725358673806443,-0.28599833807707536,0.6586049208826178,-0.10223423274690366,1.3449748095533567,-0.27728893243895564,0.6099531930307931,-1.572454054645654,-1.441189861067849,-2.1549284248904215,-0.8882102534708463,-0.25681015746035846,1.1999998068383766,-1.5733521932916876,-0.12631538224365288,0.15217038235505598,0.6944021024872854,0.751846740147533,-0.6966728583029546,-0.3411129313718378,-0.6779935240614925,-0.9372696319152092,0.8626430622644656,0.5728759385697307,0.02555676646332201],[0.04670345446167535,-0.7901228898873803,-1.0290960885650031,-0.4097210254041007,-1.0691786130581935,-0.4826187478610285,0.39408294738070965,0.012004219308813032,-0.14895750403921937,0.11845851634592143,-1.7184697449793447,-2.166057275100302,-1.6568934293849673,-0.5707668733644651,-1.2798216587778626,-0.08910342571806844,-0.3776885215100385,-0.4243836562967462,-1.3747847056104907,-0.020069100709713537,-0.2871496712042376,-1.9253394502748629,0.9335598070362905,-0.7045547857552905,-0.4471252078757828,-0.7228401238090056,-0.8974760552579086,0.8663894587760415,-0.17439714376685841,0.027569249090698838,-1.443369926990807],[0.31732593665206793,-1.9026741769572484,0.7049517539525122,-0.8916183008104308,0.308270131457509,-1.7050585988925513,-0.776099570829052,-0.603396078418346,-0.5273889290809319,-0.8878784299736727,-2.1036074405972656,-0.35394243259335867,-0.5755765216486226,0.6121258652182472,0.23777728285361407,-0.7077077487995618,-2.1859987253734374,0.4651140411602247,-2.276106353224944,0.07643160446645532,0.036254119322050526,-0.383604712918667,-1.333382922395167,-0.6775925747295555,-2.2358840451997546,-0.7916625842678818,-1.122760054851298,0.006208275413580633,-0.9414710231940466,-1.1509184737768097,-0.6131820386006246],[-1.6147124928054823,-0.8059176211886279,-1.154076222495785,1.111610111661535,-0.9815580322363974,1.0698682173075553,-0.9049686395559404,-0.876888221569385,-1.9122017207224369,-0.7561629268098129,0.5781999599314286,0.8409958834165039,0.5853141379751591,0.6595720468039441,-1.7873644340980726,1.1264583709097324,0.7070121412779691,0.22445302027104932,0.2943376228344321,-0.9822064607979961,-1.5611434328152933,-1.5983271806713173,-0.6925170978898859,-1.585331605420086,-1.3946540110223606,0.09557987110291459,-0.6522449008829158,0.6238737675634831,-1.8991893501517643,-0.9246840488766294,-0.31074848332049665],[0.022511051065745406,-0.4129686634992331,0.2725157903162848,-1.6851437635017545,-1.2990546967068795,0.18204244155429686,-0.07146635102582358,-1.117267120308821,0.2663687328925399,0.17438310940635823,-1.6924943738342968,-0.15588690039380734,-0.983333174493394,-0.9309580040619979,-0.7590264744745765,-0.9233105982822618,0.29261900827211157,-1.5809606931372646,-0.5871647912870716,-1.0651042481548711,-0.1252001519101602,-0.03907595045245503,-2.1509986063546345,-0.22816618998903251,-1.6586814171594888,-1.037536541721846,-1.9845193716586418,-0.13511940548225207,-0.1391120506441786,0.2736812047704648,-0.6902344699756813],[-1.6239722276002249,-0.429826895552566,-0.09678592814418932,-1.027758074164909,0.446100284160552,0.07444121510805818,-0.12101522971816286,-0.643550773457506,-0.887241811903152,-1.352629873626675,0.38693954654069274,-0.4290395673259838,-0.8472855126989756,-0.7508322337362436,-0.8614597223308179,0.3046032514062872,0.05859927080560404,-0.8310081506509267,0.2026693789266568,-1.4214276765619336,-1.8551505471849483,-0.9869361002672558,1.0540331148697355,-0.14976036153767489,-0.3412309739413651,-0.4173449817679392,0.7671133165804912,-0.8910982108103763,-0.081885533399677,-0.9230162964836487,-1.9774498476642262],[-1.6963710450030731,1.2684083034526596,-1.4570728244844577,1.0919102972850208,-1.7218801572249862,-1.2703993808271805,-1.1481218165280205,-0.5482601311211109,0.036351415237550685,0.683110169297164,-0.6818798816242715,0.8655844720147305,-1.315963579637535,-0.643819592679312,-1.0141943377006852,0.26617574521389414,0.6499218180310063,-0.40265906724875566,-0.9364095220630935,-0.1961908729894369,-0.3438903926296134,-0.08327323935586411,0.7608279381926446,0.1504004282157713,-0.23619165320481414,-0.48717968334855016,-1.0198231353873972,0.4458995441701561,-0.7634221591651579,0.9017485922056923,-1.13931379226885],[0.6983172027501295,-0.5378441763059211,-1.731847964519218,-1.4584063294222758,1.1245728556689645,-0.4280854229795716,0.35590779559033453,-0.28488977583058395,-1.652073479989687,1.397709227914555,0.9367223865808966,-0.13491487405033029,0.9400909400920708,0.3308055492187938,0.013960391016292388,-1.4508379034064518,-0.3845699704802468,-0.038939940472755036,-0.24551196049252544,-0.30725680022760393,-1.6547587286838914,-0.6404328505720491,0.127043710257956,-1.5258328862484747,-1.21768487863028,-0.616106069882111,-0.2424360257045517,-1.3974118032083216,1.2527701989673288,0.35486919486895074,0.5605970172116477],[-1.6747696329169919,-1.4437688769179557,-1.3515258122659575,-0.8407943624113359,0.2980287617401882,-1.322912084124174,-0.3936023534387459,-1.7001383098502794,1.0338997104923853,0.8351327137885217,-0.29535695806212725,-0.9468105539928877,-2.330699927089223,0.7606174270538341,-0.42680480686844424,-1.7743903450895095,-0.8103349340187895,-1.3830873206875791,-0.30841227508119534,-0.648160497053217,-1.158316181799984,-1.5907147861506814,-0.3055328870111453,0.09936576354749102,0.250243887469792,-0.15700839507562905,-0.5229987293813756,0.43673179502007053,-0.24302351814716866,-0.6593865877291039,-0.07711708347365831],[-1.9487017404651956,0.8831883394061798,-1.3481112623671894,-0.9418285861576516,-0.5202641380808737,0.6629056776769225,-0.3939029841143717,1.0587155033213036,-0.37915040409969886,0.6750069168031128,-0.3804134737875111,0.3005152414937572,-0.47033117645883615,-1.1742081806699831,0.363280789413167,0.7113859432523193,0.10919152015001085,-1.2112360325943743,-1.78785283318729,-0.686373128088304,0.33856267877911533,-0.42853908575732,-1.5092108853050885,-1.0342299629996774,1.6277525763845615,0.04611660899434354,0.3503180330415432,-0.1414374652629914,-0.6882144075971549,-1.682664797884889,-1.6369200006155136],[0.6337903139690397,0.2188177978735326,-2.0641146528942214,0.3592969398774196,-1.2626735755751124,-2.5257252483100974,-1.642342002074708,-0.05635043150923643,0.5963793332042466,-1.3292493771012315,-0.5420792490900146,0.18771445176064155,-0.06559771304469372,-1.7511453840866487,-1.6816987318562004,-0.5220908409843898,-0.5983526924239005,-1.066982401649149,0.29266872765707314,-1.723073068107494,-0.1208773698116994,-0.5627740329656388,-1.3861782297636462,-0.19764219229267121,0.35516137832434336,0.6825938037719729,-1.5767469519032922,0.5560766635868143,-1.8590335975978054,-1.0350375754362717,0.9320340916525056],[0.8822612677097776,1.5494387710838258,-1.3929527964548478,-0.19676603886773206,-0.5559796649586114,-0.6899405440015863,0.16733247916069965,-1.0640610805197315,0.8020747267490997,-1.9607060376982741,0.9610119312764885,-1.0760598632466623,-1.0871681616270084,-1.0884752496328374,-1.6918578779355662,0.6197471371843621,-0.7711678131862268,1.3225065467303352,-0.6238762050963638,0.6228406027656009,0.3295195823788059,-1.5301877954164735,-0.7328209033490257,-0.8019401274459276,0.2582340307193881,-1.2582705489453372,-0.5674955474245567,-0.07142931805268356,-1.7239057548318097,-0.3483864176908295,-1.5462965788861434],[0.41841347451304894,0.6186478155781464,-1.6857584076486414,-0.40998413989857346,-1.3596485037389412,-1.8611859175770475,-0.5312328831169769,-0.664078926061816,-0.40938525642763607,0.04535433188320019,1.1567159070166708,-1.121102784923726,-0.8039925937877174,-1.6135657621834116,0.4935677073332897,-1.2532056717153264,-1.574824265152695,-0.8412551313684542,-0.9213712922371845,1.4703548637155177,-1.195775642831163,0.8843258960874595,0.08938585891297596,-0.30318100008803134,-0.016250598316613976,-1.7586070587382474,-0.61475591275823,-1.919415428632101,0.6898793554321591,0.5812908041124458,-0.8489601703608057],[-1.5980687935722315,-0.1948916033094188,-0.25921976309666755,-0.9051078729387335,-1.5885931881301392,-0.5474283782538408,-0.9157984410179233,-0.7357837795855116,0.13580107574100914,0.09843372788865722,-0.35617774579974826,-1.2233767032899319,-1.4960872345222167,-0.27479954263699735,-0.29867120450182305,-1.8714314421487352,-0.5402639789324938,-1.0764930538917978,-0.18694102968549917,-1.410245487556994,-0.07872089578154026,-0.708168704300489,-1.3570950521467398,-1.3975878840714464,-0.870924994238385,-0.4890524907187522,0.7507980066838152,-0.2746307235132403,-0.4537133333759586,0.16603410750023326,-0.48169499265643334],[0.02757640818229427,-0.21333148564991902,-0.24332140875604497,-0.9888149127672121,-0.2872852813428852,-2.3140179416102242,0.7293487965088135,0.3921145315053231,-1.09483012676596,-1.5820748906143225,-0.3563746478532115,0.30078017634416854,-0.5789438532900022,-1.592447181080389,0.6100815008681987,0.34138614884860163,-1.0904788989236458,0.23728721848116283,-0.20047516686387545,-0.941731696950399,-0.6452028631484342,0.9281463147811105,-0.4637045706976699,-1.5298380324004057,-0.8454344313513465,0.25342148693957256,-0.9063306317274795,0.36988991974672797,0.5872374962308028,0.8316809467924375,-0.19227848807606002],[-0.6817216399317779,-0.34727126191346347,-1.0694369565242792,-1.0310192876295874,-1.7607826007124627,-2.1133798385502165,-1.2096875374414784,-0.3958232389724666,-1.7971766151753212,0.0266392308320156,-0.22436853645826155,-1.295619218850596,0.4962991239216363,-1.022195991184228,-0.24648478395409198,-0.10062097396205219,0.3684780163723434,-1.3223711582940139,-1.663727190309472,0.29037661376218893,-0.17153659769208623,-0.32408585922498206,-0.631680896014977,-1.1257710372352685,-0.5614849729810828,0.2720642661573935,-0.9853783984526493,-2.1679528092280176,-1.7522488016510724,-1.0503653747889214,-0.13750497138268525],[-0.06503651154805377,0.32008852290276635,-1.7695676756249963,-0.52859601870852,-0.3922832318099824,0.2457969850155867,-0.10746141191750581,-0.11810227834844424,0.9701247509233286,-0.8165385309128539,0.8841252431206038,0.7103378150569456,0.05656364984232088,0.030385519815625286,-0.939768472187698,-0.9740543832697369,-1.513048518633818,-1.2553245490170712,-1.4696794953291954,0.8097586350024483,-0.807305561389107,0.08414112518562548,-1.6134702705819244,-0.9180247119945051,-0.7834901712834642,-0.46542050939014384,0.4589575941245977,-1.6310392884126037,0.3247560067233499,0.9052427271439019,-1.257028504666044],[0.4480339817333008,-0.1290092855510626,-0.656736218870068,-0.05715452646268927,-0.7796547527097758,-0.08905672425891012,-1.5087741770403598,0.09166358602162805,-0.19424742094145686,-0.2637366975701195,-1.1952214287894638,-0.34275535860693956,-2.1497398061570316,-0.48538747984083125,0.718156446599808,0.27576082574460026,1.3366185319830977,-1.30099028828684,0.05162652620148119,-0.26289162251459264,-0.12127477603053859,-1.7409672959249254,-1.0898245489993357,-0.7972510338678674,-1.1716945659995728,-1.8067333422007765,-2.0455796685910177,-0.6389164416894303,0.1992874201357171,0.7575923801503558,-1.1693566985630988],[-0.49841659609340155,-0.45771675288528935,-1.4738284152593606,1.5777633805610378,0.3300678310633322,0.37410058803007684,1.0050790153003368,-1.0269047751878506,-1.107703237932205,0.7087371312404198,-0.20509485626044663,-0.8938020558172461,0.686711519247726,-0.22658187976673083,-0.7808156198800673,0.8980157972948196,-1.116049231784491,0.5202628019955962,-0.9762550735454331,1.3068388767083843,-1.1669087708854438,-0.09260780461747405,-0.08297656886207622,0.015653974403606486,-0.9248503975915576,-0.20898387643561048,0.5369609025674632,-1.1434214462540648,-1.396475543347177,-1.1234823952990387,-1.5683270699644523],[-0.6165464301366566,-0.6956670585047403,0.3352738709405518,-1.1959597079070943,0.8381616982378661,-0.22641936354806963,0.4606004495259829,0.858112469465858,0.18547520644050208,-0.532959456721746,0.06688512190998551,-0.6409668600193313,0.33045537385653606,-1.5967154262363437,-1.5871189553844405,-2.0048808729114773,-1.0793531415487176,-0.5806792234443262,-2.265286946133232,-1.1656243413095666,-0.17919202332073259,1.0454486768190072,-0.24029811526141093,-1.6093947972044125,-0.44961375092587375,-0.7767039997274744,-0.029491568629558977,0.8989404116625344,-0.4688222075434972,-0.3377282504178818,-0.40997315514967114],[0.11493292437303639,0.15118094102096943,0.3944135319348899,-0.8855209729206284,0.5792089445209847,0.5045616029748088,-0.19555929624743834,-1.0363441805821934,0.9577716444263269,0.5583069303452436,-0.8121238884093231,-1.12044623414773,1.0961491041239035,-1.645054758860691,-0.673564689768484,-0.33181727610517603,0.5207309747512696,-0.29476753552842927,0.07691782937882011,0.24700963735646222,-1.621830019257176,-1.2024476303374878,0.01559814786606973,0.2806169656285614,-0.4947428165435686,0.7213372546734895,-0.42590112113126877,-0.33368161177204403,0.42103230067979186,-1.7006224466327893,-0.8591024745436437],[-0.9639591992336934,-1.8537736763692654,0.9186044250634836,-0.09231378996443493,-0.5614154269941418,0.017200012305911127,-1.8485722360379926,-0.6929362603087194,-0.9614076456572015,-1.060341554203656,-0.08465893878857744,-1.138901582688558,-0.31690168464192703,0.5791947326347837,0.13508178089867973,-0.14505825387302967,-1.8638910671117164,0.2299254503721218,0.9872106925198149,-0.3015008203530059,-0.9894734000537191,-0.778754844639013,-0.7994979330362839,-1.2913429885225576,0.6038919328663805,-0.3187024060547261,-1.3941565447189055,-0.8334550847512797,0.07464845956484849,-0.2202558154555729,0.12028912207723515],[0.8133607452295747,-0.7771426188484442,0.7820853933513235,-0.8837284983490478,-1.7209982885575545,-1.186388235579506,-0.7340378573005444,-0.9253958835659916,0.30576721050576894,-2.009749390230242,0.15270859386289057,-1.422340033049334,-2.3211980653331237,0.06034072411785782,-1.3718279880980917,-1.1428001332764204,0.2635417794449178,-1.2533386582426844,-1.2966222740352906,-0.4868683617121425,-0.9034358358818083,-0.33633562232002084,0.27620370448190895,0.07694502135100127,0.9368582861659807,0.731645963554433,-0.04711124473681116,0.32526551424472994,-2.1202905929686344,-0.45380728039409046,0.3829689715232159],[-0.3500164627630433,0.15971628957200612,-1.3840984015022868,-0.5535882028327023,0.1756927744519757,-0.8573137357065884,0.20711788748814397,-0.1791373951952159,-0.37037449951961904,1.0793164213477442,-1.4849651759541078,0.217063180817534,1.6666337483307097,0.5093082008416235,-1.2667011484571025,0.059531637141822226,-0.21187237665002098,-0.19473422497039436,0.4283048136395106,-1.133309449526272,-0.5850667115741633,-1.3680056448329068,-1.3929812312713463,0.11474137312265761,-0.9809797485865601,-0.44586360908679273,0.6907636012730224,-1.224984229551548,-0.7883516312533326,0.09723552694860287,-0.05269446365367102],[-0.39372699119565135,-0.07509912975244658,0.632365198689878,-0.10817669783950212,-1.79417025144649,0.47509374011640854,-1.4114549466282718,-1.236438366446902,0.9958081230413045,-0.6527313715761097,-1.7668621541620368,-0.002796406720564938,0.0932786797511454,-1.3044888928105745,-0.5206551499264463,-0.28927830516644776,-0.8633603932176598,0.15436239091919454,-0.21370444900184607,-0.6522223482308135,0.5233401461864869,0.7310245291394298,-0.34245093010861233,-1.1415952234486932,1.0030852468335012,-0.7436575189039208,0.4779521387283133,-0.9620942187304018,-0.11021102277308727,-1.6195639241815176,-0.7444626170141201],[-1.0569791872362118,-1.8172366450423914,-1.5707760749008977,-1.6433313149777444,-1.9575807824087479,-0.2077419560129182,0.7944878482510386,0.9385295644577086,-0.2363619990967993,-0.273163978882601,-1.5945534178124166,-0.7035631270245306,-2.194543798381791,-0.39538281050058677,0.11196109455394541,-0.8438885240314447,-0.7214836266223535,0.7266233787755456,0.06416297174706634,-0.8053445804849199,-1.7157084017138833,-1.7184061248839477,0.03127727765622137,-1.6047299763318998,-1.4844288923564493,-2.246783894382143,0.24821030519303613,-1.4922300784937612,-1.2747559914176534,0.014068737537373066,-0.02636988596245578],[-0.7998366054198253,-0.6376216031989855,-0.9683385430378273,0.22292538452414573,-0.20684623437601857,0.24836340807240193,-0.5212294672239839,-0.450991177174248,-1.9614789577345009,-1.5228088138478415,-0.1711267081704041,-0.6298778897146778,-0.04856648262119388,-1.2393573941175169,0.5369353944311595,-0.8017262122379596,-1.5351614442482215,0.5837732147837285,-1.7453589677818289,-1.422194339918795,-0.8427265738314738,1.3260820987419835,0.31501061541204506,-1.5743243323546794,-2.5333948219180953,-0.11666427907170249,0.21927050303301002,-1.8965249597582343,-0.38371192704564566,-1.6334901291965602,0.22305379034351544],[0.6614466869718776,-1.048796914676736,0.5425421975299879,-0.20090503305259494,-0.9082473895314105,-1.3311240021629436,-0.1735413216595337,-2.0548597359407874,-0.6339121005712666,-1.2920376821809825,-1.7118977435040597,1.1227642658747312,0.20187117284998388,0.36771751866319613,-1.072377917207557,-0.8228269820950448,-0.22648240918030782,-1.2326394605589601,0.21960923896116344,-0.23173073440236147,-1.375928674544054,-1.1241641219687502,0.9694765530399921,-1.9170607635095167,0.5187358764998278,0.37878867972697666,-0.6655844044718593,-1.4354652337720548,-0.45224432848089974,-2.2113303739105223,-1.9339924062949028]]],"Biases":[[[-0.487139841740149,-0.19766618597212615,0.9757862505578064,-0.7644651541727315,-0.3803331418950879,0.18136371814143953,0.21161204246810514,0.9060177812147205,-0.5585150410110974,-0.7192992974511865,0.03128994113107694,-0.4810521630441126,-0.87825844297847,-0.12821601693519538,-0.36954752635806276,0.5260587326918859,0.2378620826549989,-0.37494977120840484,0.7697918570613472,-0.42309400948657555,-0.13419207915559148,-0.30177568973193364,-0.08270730003149335,-0.0766391061754963,-0.1268735677048165,-0.6956054112722154,1.0131535432348273,0.8601725185655967,-0.10558150731426538,-0.7884677739797075,0.06441855306235744,0.6347614083687285,0.7376128397227515,0.20354366775214341,-0.5110986186116184,-0.8487869369199297,0.9657946326806433,-0.11004749933954254,0.6960275971782971,-0.8242415770612656,-0.038131262140557745,0.63905195485165,-0.2908728542701924,0.3370470409346434,-0.8235749382326525,-0.629278027940238,0.6448141397209147,0.8246732820209532,0.8241040386139278,-0.5094974530217456],[-1.4075370907178975,0.8330293545672774,1.3987333457385496,0.488181645694777,0.9667872687903588,-0.07521362137301749,-2.277043539517194,-1.795497963652244,-0.09929161644800258,-1.00871882842807,-2.6242743522811454,0.8772267411088952,-0.438627416623946,0.5291904981265134,0.7471509472195638,-0.8323818633947433,-1.6248379183772896,0.35836627553602113,-0.806110908575643,1.6940766730602448,1.3463061513652246,0.8074433788939601,-2.0498265359525085,0.3329571357398292,0.9837408155301223,0.8017457681676907,0.061103087810346755,0.9095683376121807,-0.011349609776567935,1.1088470759238007,0.43993360954163047,-0.7722883803061414,-1.3616333262725449,-0.8430535684279772,-1.5192109547141082,-0.5792554493961206,-1.7925195752406309,-0.6904235276676802,1.6110701152920819,-0.5454406218219799,0.4508117642712191,-0.2404008128608325,-3.3130638913621517,0.7253733863019411,-0.6211048875674402,1.399799783075798,-1.5985530559062158,-0.4493763673282823,0.2015649160090903,0.6896297129958041],[-1.0016580694723893,-0.8223238717380085,1.3766737089955339,0.2624203140340403,0.9293923734304729,-0.4958434861411338,-1.7402265067668417,-1.93274221274271,-1.341465783419769,-0.13201379311790493,-1.4548172925565714,0.5024578657209687,-1.47893024456225,-0.2613790610977524,0.4145166032227923,0.47419863602461054,-0.6750131701718007,-0.5710526560056787,-0.7673766738255532,1.6129990438202744,-0.23004447384811158,-0.061371519552788016,-3.1985959194049522,-0.8912135189917142,-0.25479654056990003,0.03574082111616018,0.1217489090437141,1.0889923787770972,1.3744181885387246,0.05392572948140105,1.0244209281316394,-0.7768675667105502,-1.4111331634187119,-0.2422898150797563,-1.2657595885066186,-0.7998137376895804,-1.6323136269749086,-0.1396902090897464,1.7865953464807796,1.0028561020044022,2.2083629114903642,-1.0404828882797315,-2.015801747945438,0.6043436653927776,0.751064252136563,1.1638411099907269,-0.9485352469192844,-0.7139030473876652,0.7182041980031748,0.43085877960166946],[-0.001438231748629578,0.9471679236206638,1.1441647020057846,0.7674164116504635,0.5605670574230441,0.8677740086962835,-2.858591681335382,-1.715170858434139,-0.2365914234454418,-1.5816782354473404,-0.681200856914839,0.5975620575196906,-0.6649574093621101,-0.07144989037887972,0.4099357409771574,-0.9768943392349777,-1.695563683567569,0.18907793902295053,-0.9116738965510781,1.0851905603462813,1.8345492636200893,0.24496414118732227,-1.8931445218246452,0.5153790385099124,1.200163138205664,-0.18468389295898596,-0.985395205765678,0.27158451472830003,-0.09189550817550933,0.854445842760103,0.11139528078320161,-0.5058534078869124,0.4729390565395316,0.136929459634055,0.26411553163421464,-0.4070182108226154,-1.854258829472574,0.014570878644252274,1.5024814519726946,-0.7247542009654763,0.9504282478489898,-0.38192961759510985,-1.6911117258431205,0.8049305179110604,0.11122595836540095,1.3325441814965506,-1.4722790430356645,0.30460124581776105,0.3497631103559811,0.5518283288787045],[-0.8654265641738408,0.725197329906328,-1.5750478471748375,0.7676752616407987,1.0013161175157552,0.9779339702108003,-0.3287758356763229,-0.6410236775148136,-0.11186917986301236,0.3932426342467979,0.3673284885616854,0.4031270515958211,-0.2930421327630814,0.6179217670444902,-0.410716944856362,0.19427073950377238,1.001383051250989,-0.10621985731912639,-1.6594150789653352,-1.3259269956145714,-0.6636996485183676,0.336200734816735,-0.43839883689704967,-0.8077871393106301,-0.2766701298703869,0.17316798353389948,-0.45899126310331023,0.19886995476111965,-0.13866637366466372,0.16496604064198245,-1.727424580397178,0.4413199375492018,0.08349786858564213,-0.9626636250494015,-0.7550501240774906,0.00934322407548715,-0.27383877602146417,0.29512561497390366,0.020821194060190375,-1.4265008160513506,-0.4647940516381701,0.10050229884364807,-0.49984628284497284,0.03536633570492336,-2.235010597221296,0.6091790797770703,-0.1481393282537706,-1.1911248283323093,0.8968153306333009,-0.6275856304143229],[0.8764192164757658,0.7347115663393118,0.4957499058399231,-0.6339656449042496,0.7869897315744576,0.9524885268273725,0.6902640267675145,0.6184738560287609,0.747583420020455,0.8255971117312713,0.5573623630626274,0.3200311116219636,1.0093698771284065,0.01732897183549389,0.7635674593170672,0.9538495143221636,0.16565734396545187,-1.0996127887733131,-2.0311156469133382,-1.5989952515880888,0.7370763743708592,0.8147622978246591,0.6936697337811305,-1.3259530547708644,-0.2857362584548575,-0.18876959734559787,-0.36959138338946135,-1.0410721039658126,-0.5414962185942273,0.005337438306298273,-0.1913081375221253,-0.23148814769516954,0.5955070381880895,-0.8749058934312347,-1.272367317004917,-0.7063761238194456,-0.7403602937207411,0.784352229213038,0.24699369634185178,-2.2504613785814107,0.20496854981456092,-0.4492039195448849,0.5804340037490187,-0.2086935042818571,-1.2419309114884707,0.4606743981552585,0.5453115324989127,-1.1561554740092885,0.9338319605554624,1.0726334189691884],[0.4497035318205519,0.8018026787269126,-0.9489962755228726,0.9131719020116186,0.46093872328573143,-0.8333858913294412,0.6548829478379283,-1.3165040191166315,-1.6090777529787286,-0.644090362284387,-0.4845271041379662,-0.4334107054051123,0.840645458012426,0.09978120060692526,-0.24446450447609527,1.0077969807179599,-0.15607776813729154,-0.43323934842916384,-1.3968867981877986,-1.2732526605197945,-0.7791863288576482,0.5541432838274029,0.1662763045764262,-1.172725818569231,0.861776608882525,-0.7517886394750213,-0.4401275605257472,-0.7792147698354942,0.020389900589357836,1.0318254781910616,-1.2019764947744982,0.7783292710812512,-0.29617938745714156,-0.6295006061717919,0.6646818922790502,0.5711284633636139,-0.8994090844668158,0.869995976863829,0.23208457040913064,-0.5972697307658761,0.6155271552102135,0.8925902880010913,-0.13912468545982265,-0.9407371952829748,-1.5404882376266642,0.8025316904522645,0.23779461517141381,-1.9279936798572146,0.3149105100747043,0.9382275568205406],[0.9264012261399129,0.7644712632642988,-0.977378321480524,0.2564185211610927,-0.36552719793491867,0.039206714476835054,-0.3771429325991744,0.20357926037119592,-0.04113560861124169,-0.0028321177917364623,-0.5710410501995227,0.6580750664426273,-2.023505551222946,-1.6130042849511699,-1.3364950743016952,-1.1073499564499125,-0.9273949661834489,-2.9351548261029734,0.6545324329935029,-2.783045477755888,0.9393974913070388,-0.7109516601299193,-1.9832224598098682,-0.42783496291003537,0.9974917915538652,-2.597971207058678,-0.5231687165086704,-1.3035560974425149,-0.6197413232662408,0.5164052345965535,0.9440919421522049,1.0823814313648377,-0.5854932475456815,-2.5823731942402217,0.23980261053564472,0.6530504795702619,-0.09189388296654658,-0.27964902445959083,-0.551843526743102,1.0412492347916795,-0.03210973697193513,0.0899038724872023,-1.0213490036793398,0.03778180380326557,-0.3789253878563261,-1.8112106733553601,0.8455638586366446,0.5233994450003461,1.1765653861223595,-0.23775262154556634],[-1.0679924302464183,-0.603101616495412,-1.1898113559922014,0.10627557885238362,0.4210422490486732,0.21322419343536306,0.7940985341519566,0.23663052795518955,0.974408699998998,-1.2372476827687564,0.1217610137301829,-0.20839333017872616,0.28899504336083753,-1.0625674052833658,-0.36653003146624913,0.44160309335331815,-0.31662303211421944,0.7638934967185305,0.8908474235533691,0.5435661760182383,0.14371409043842567,-0.06261354898603062,0.7573549312645566,0.8858007354679769,0.44781748636065943,-0.4194418355847052,0.9363029445162745,0.9426203668739592,-0.3016442644773965,-2.210087014434005,0.702888952788336,0.02536250825072621,0.14939729443723765,-1.1604011704651978,-0.5810411683230093,-0.44587684791908794,0.2654372035418441,0.4930930088031067,-1.812877459517123,-0.36704444482449344,-2.0011362746021026,-0.6109547230850817,0.9332004427837953,0.7816915057975562,0.23415185177715536,-0.3949391403022452,0.9303051999625823,-1.212708195465171,0.5582037816677737,0.33077046597562265],[-0.5199817967238174,0.8718699597816362,0.5042859142930426,-0.07697096662034444,0.46373435696427945,-0.48197513290929267,1.278076008357242,-0.2454294051635988,1.3034682016463468,-1.9390252973016155,0.7484454506339988,0.4249964271116971,-0.9860583966313891,0.08525880029847031,0.2840264649948963,0.35674216329777625,1.4102202045519867,0.09100578246348721,0.5408824944794897,0.24389992346912798,0.1412594096481573,0.1863411780997687,0.07372609210831357,-0.7104889616717086,-0.03483650228674658,-0.5667421269955014,0.9786111411242887,1.3602504327327527,-1.680213892432454,-1.0850482877424026,0.7197353682498757,-0.49024500864304266,-0.6000227914828069,-0.9987883242712178,-0.7782338089698624,0.44794637826880984,-0.02335487398290077,-0.689085902448448,-1.393142830538972,-0.11581809791083511,-0.01582745656846675,-0.2685282405745034,0.34007375671134243,0.8536174219021472,0.7773819923217282,0.013807921421036063,0.8239530382024567,0.8507940437860037,-0.16532756496695833,-0.2716120894637677],[-0.7033876410399655,1.4320313323584806,-1.1939846147678774,0.5718576416698925,-0.2964370927282175,-0.41892587375944074,1.2664555752047593,-2.0569482255335974,1.2913930627227235,-1.1558754240085445,1.1953466114059141,-0.6586389671762327,-0.3958965311169469,-1.177563960304235,0.23964642627890528,0.27732517960017644,0.08960209190476175,0.5099244710023962,0.43518224621938356,-1.0163861150948588,0.32530251806741356,-0.9592054957003598,0.4055540055142696,-0.28737942016750684,-0.22969585570640177,-0.8697245261213769,0.8048695824612926,1.0993604665353816,-0.5074074446760906,-1.5072651319607193,-1.5488807417744688,-0.6529080774812085,-0.7898316923213252,-0.1030305459599832,-1.1408086832930489,0.8477154285602422,-0.08305691989500692,0.34238027335185756,-1.6465773840184605,0.7798986065487767,-1.6681411065249316,0.6778196012949396,0.5480788511039045,0.7377971614879818,-0.04727429436324759,-0.6983782778421962,0.9129494583821991,-0.0617923402489703,0.18883412955191567,0.7225780002062748],[0.61767933089195,-0.25927247899538847,-1.0912661412986735,-0.22213923318523754,0.36111603355103317,-0.9820883087362888,-0.3169044184792363,1.853093866594897,-0.7873573387304726,-0.8701829501612449,0.506151465820766,-1.0084207316609872,-1.3475956109477862,0.23951292396020102,0.7893435706702608,0.8219789001873806,-0.5679086213124084,-0.8278536651547013,-0.20525617849597275,0.9809344547517892,-0.4509547260393842,0.46114058136327724,0.7109802681559155,0.7484283187719144,-0.1653767613019795,-0.8439513735353491,-0.9657729953326739,-0.8373127738775026,1.163082307159508,1.0043070580071878,0.811314234987951,1.0960214186590378,-0.1802333205764343,-2.382236910952653,0.4804458391715507,0.22353396281269225,-0.9335222949990889,-0.25885213057907636,0.6749308670225038,0.7535157531031312,1.6733146422737528,-0.26949853157904774,0.09750190479710467,-0.849097234355743,-0.696594472421797,0.9320324449867763,-0.04763426178898012,-0.3320312718722726,-0.642994342409664,0.45931448026174965],[-0.16639892261029313,-0.5190509257071173,0.13419680654658353,-1.042926699586415,0.5783143272954261,0.29255677879707187,0.897620136019242,-0.6445164107547711,-1.0232634218936396,-1.128807389145815,0.8943147477108334,0.6650292624899546,-1.709383987824839,-0.7530303817002976,0.7829607968409522,0.33597531441056516,-0.7206046186987944,0.858280004352198,-1.3448424084640693,0.4740250003566321,-0.031152759862702446,0.7934939392660251,0.19700338214580215,0.14563870095211787,-0.7168015323721391,0.7589317810652539,0.8144743786061259,0.7074849913525525,0.7722526021169778,0.8607466687702519,0.4560293979965324,0.7005890969256791,0.590455899581248,-1.3716846009010852,0.5910156904727095,1.0113976981522643,-0.3618506026885518,0.6359352660140726,0.5929241325730878,-0.9262179092604178,0.8539764091514384,-0.9299104162170975,-0.5984018590434187,0.8028173453451373,-0.3380279189033935,-0.22671066320109878,0.13312038820339678,-0.0967756090735277,-0.9079679005854003,-0.1821773106967806],[0.2938926352176931,0.07526897033144649,-1.3255725294022656,0.39572588660563685,0.7938407446624325,-0.12954924231382178,-0.3167905703191685,0.5775209040537888,-1.070900937596023,0.2756478568880835,-0.7876248060087482,-0.5258995905999272,-1.2593811939143662,-0.6878715370765238,0.24797974238311968,0.6660476956467836,0.4822940457208355,0.9919072867514889,0.47359602022772845,0.4837165750247548,-1.124874768110059,0.4183577535779244,0.42629006224567895,0.7352104973452609,0.44467543726783076,-0.3168628648005919,-0.5487002430631468,-0.40026060350745757,0.26844312156443123,-0.127287475271602,0.3251389806282454,0.7829031484250165,-2.2811517499633247,-2.693440109297903,-0.6532660329516047,-0.08275069398183467,-1.1354173832834762,0.45771339225822044,-1.6488051930074688,0.27851018622205853,0.3310138866909712,-1.1270455632891845,0.9458412283185454,0.27416546285842713,-0.8861675301601804,-0.14983826292689945,-1.274833196034161,0.4962230895044414,0.27135909642920286,0.5612946770321725],[-0.12577879021192037,0.8924027703313596,0.9742954028345892,0.7809507495453593,0.9888291666910783,0.2155472208174187,0.19883702716030366,0.4672989766086064,-0.03318755139594063,-1.1654541401405478,-0.5200571730004243,-0.391900198731083,0.6753888439116614,0.45433322221809674,-0.887964849916483,-1.0433090127454132,0.4673012054273541,-0.6544339409614697,-0.3108075596415582,-0.6590720693847785,-0.29857808962265325,-0.4246834203892011,-0.33371154281146476,0.9825938721355262,0.3944570296706004,-0.5558288836655692,-1.1614291783791213,1.0048037439278261,0.20490536101829693,1.0409465905639619,0.5169164475652132,-0.5324571231433557,-0.17832880525423547,-0.3651943205340635,-0.635997223315824,-0.8051414619695981,0.24314719390119086,-0.02209013025207635,0.5573529048483563,-0.2537242807154206,-0.027322964960237214,0.5419288596669325,0.15538110825837062,0.3213194133406537,0.9216645085375046,0.16561759881918786,-1.5093234106889224,-0.7866649206863054,0.3670141363842106,-0.8026448517798999],[0.0731113543256935,0.8631798638269751,0.23076854745549505,-0.9412170350943427,-0.20885384651317088,-0.43854729000677195,-0.8035983997799017,-0.5588383917909384,0.05402533287510938,-1.0696510257563114,-0.31179680477056687,-0.5253012360698243,-0.12672222712786524,0.7322210351263716,0.2719725908069844,0.9071202101745358,0.8596928604635623,-1.4073850819283813,0.3721292203819375,-0.358603164352994,-0.36594417410737956,0.26795752827165914,-0.6766154174088743,0.2896015517070971,0.797109248933648,-0.05705567518330028,-0.3789694534457172,-0.4911405297919541,0.9207944269681888,1.0393588017800153,0.8380255667991123,0.1445407635030286,0.999394714858204,-0.30597519491912795,0.747588077953586,-0.4482079642618813,0.41389948272582033,0.8188332989964004,-0.0753936955785882,-1.2279970796551962,-0.3819087782252865,0.7604514955865238,-0.5544684400475132,0.31791412036570105,0.002962806105723989,-0.7222551998231946,-1.0005277087910638,-0.22081736588384832,-0.43338999677650086,0.1581721891802501],[0.7735062285602019,-0.3670516417739596,0.09174215926757501,-1.0028533474724697,-1.0438162812240919,-0.6040872266429523,-0.45473600146382415,-0.25508910327455003,0.5270332664696603,-0.9277563535084596,0.11632599679551861,0.05515249216099498,0.8891516854614246,-0.09322732798024247,-1.1598856396031754,0.33230064568539086,-0.593901303683894,-1.6399916946577986,0.00523264229950733,-0.8452479036367512,-0.2787317643339317,0.7331808669528653,-0.42353310698662644,0.5584783710672514,-0.8358326541468593,0.3382572666810809,0.41967345661933503,0.7216788193323325,0.5444720280681042,-0.10449103928937177,-0.7273380018853526,-0.8145993686243885,-0.8463528333791075,0.059273326828368826,0.7090494671993227,0.20548077422667904,-0.13375945589985752,0.6714227323405121,0.27560872500515937,0.11031346720068519,-0.3816287422642987,0.46611731783958676,-0.5512802987840443,0.7494889307556363,-0.35215640345418525,-0.4491277068047832,-1.5588844037485268,0.1786033586545083,0.31492103859268344,-0.9598480389686097],[0.8927441009609021,1.043570490398383,-0.3430992725532245,-1.2938281098316444,-1.3281205695632516,-0.1832501224785079,-1.3996462330849015,0.03755349460032023,-0.2752669016947431,-0.8707677545134864,-0.3552100950144834,0.4469794198923696,0.9865325152451568,0.47041653953271867,-1.1049887272208794,-1.0482252234571132,-0.41674821412216767,-2.180063342453542,0.10312338671480953,0.05312158485439636,0.5277014556854978,-0.891976225552223,0.5146919835013469,-1.824476258783161,-0.11195964326668528,0.8746161139858618,-1.5309680391559286,0.4518729232289983,0.19788053910934086,0.6566435333347062,-0.5011624455413003,0.3295192923782581,-0.4852625707195814,-0.19417146539032584,0.8979797574891341,0.6725712852791262,0.5326269616778472,0.5752529990173628,-0.5258193412546689,0.7845244481494864,-0.31871120745694,-0.7685079489169653,-1.068256930853671,0.4654441304195744,0.549981284337037,-0.8468185994401523,-0.2308985380117152,-0.3788328242878056,0.9390499880651965,-0.4201464150407286],[0.0354612369589055,-0.7697390674244199,0.2508384733809618,-0.20118011545456904,-2.2969993795276475,0.44441107693669485,-2.280122331493177,-0.006003253297005819,0.6941661211302013,0.742173902493913,0.5435938692784968,0.37349876826369954,-0.16028840289632135,0.7111395479909035,-1.8428485669655341,-0.6011126321619259,-0.3685924651128276,-1.67238167834352,0.5805067181506938,0.021951895774691026,0.9254276335016227,-0.09631055809713736,0.21304099982885705,-1.6828714420580961,-2.017732169236855,0.9464042377759619,-2.072894153312606,0.9412036619181231,-0.898187078773987,0.9810903634926896,0.736793628284,0.2312037890845431,0.5877727767697646,-0.011767542384424864,0.13695369238833296,-0.6314687757852517,0.8418186620724297,-0.7463639614170118,0.509504859367943,-1.4193310773513736,-0.44888379111094895,0.5946073310190847,0.10968879916543267,-0.3536342105292835,0.25803409795879834,-0.9977318716457235,-0.4538783075875432,-0.10104701968002112,0.0023200058429641308,0.03977563550296253],[0.019713186583013232,-1.1279250450522598,-1.2933912870339863,-0.3281185397855859,0.8360917176902755,0.2543222633273512,-0.47429119950209464,-0.46347566193138884,-0.6652091428656884,0.24514339043026256,-1.9169520980350463,0.050056052134041774,-0.6034100593893315,-0.8154751789330307,-0.48134707500514456,-0.08614174252742454,-0.5939823982350447,1.308296734017623,-1.0192331726799528,0.2756675837730756,-0.8786717476380858,-0.5922048221198464,-0.8674475000681682,0.14247653197094565,-0.8369176509675674,0.7347570098512267,-0.561891844405391,0.9067032329145152,-0.3138179941297479,-0.6465649193667763,-0.6922674909888286,-0.0997290687754836,-2.094650033696874,-0.9228365050607724,-1.9286836246664636,-0.3244392736657439,-2.7585700049996063,-1.19618082014536,-0.8759887306835612,-0.09745714550303283,0.965335536384,0.280898062019972,0.9080514295227198,0.20574479885243818,0.06149108131569404,-0.26672027457301134,1.4461284958106422,0.09165762641378807,1.005506231490971,-1.4986488837163052],[-0.061421505085998925,0.39363351944388514,-1.133739248767168,0.4488223143077588,0.6855310201853169,-0.3688273889208657,0.8247174946079434,-0.7157525412306152,-0.523493050668551,0.583127847026917,-1.6089652079936485,0.1615150603345323,-0.9626215903207254,-0.3104232680168403,0.43591868801476347,0.31844034559835166,0.6640377461627808,0.08167954350439906,-0.9153968890599244,0.8284608482443815,-0.5117351336428522,0.9196367483226209,-0.7288529806583888,0.7020690034795875,-0.1971962407064485,0.07279032519621988,-0.889731762900097,-0.9775551908723349,0.14180496735768902,-0.5866992574672024,-0.6673980108362213,-0.4881924976969021,-0.3047838665998361,0.9595097994823433,-1.2994790386727615,-0.8222031635517844,0.17433496280887092,0.34401669243167127,0.44152419983773283,0.7098768601718306,0.2582215699049694,-0.5000803339663498,0.04844636214032504,0.8576992667837902,-0.4273941499346375,-0.6846237703717375,-0.5234340330922232,0.8816602730782324,0.27301315677521365,-0.5665273584220167],[-1.9359867271683913,-0.7198537777410787,-0.4215119826944901,0.956828659538916,0.23658296141953167,-1.353792393070815,0.8443653443535046,0.6044732320494698,1.1029766325750652,-0.3065221476769706,-2.688919664064245,-1.496461082151062,-0.3769170684554727,-0.1329392305862257,-0.2178167317161725,-0.27849359243045335,0.15774848067729108,-0.529447761673293,0.6859041614925219,0.2885602699173411,0.3407256527639392,0.39596890160064774,-0.5793465533118761,0.6799444864055693,-0.30961494627176794,1.158900447392963,0.5706306009705481,0.3156920960241922,-0.6204295267809052,-0.05329009446976201,-0.623637899467245,-0.41105651670049853,-3.6491681967159684,-0.13229278983167844,-1.5690823034659183,0.8339273602259402,-4.459376162566057,-0.39386956461687955,-0.7654121447571451,0.17168723458682741,-0.38145581495651537,0.8056650752456013,0.5526624880837252,0.46185774683988645,-1.603349901122985,-0.3308757739178847,0.08571850878821308,-0.3885283486136458,0.7923400832454913,0.8247387715024296],[0.8533369634687882,0.9444590383913822,-1.259423465711945,-0.42597884956352433,-0.008822022403825751,0.36165376527181814,-0.4905745959398209,0.39437286262220905,-1.7738630721305415,0.5589223518769738,0.48258406794787806,1.356494026053416,0.4041767028874894,-1.0108735006749956,0.4929578574578056,-1.0756071200957762,-1.242885822058873,-0.46894918462394,0.8066387985360889,-0.1611172152721273,0.9185808863558053,-0.3429802613376714,-1.3848121893509726,-0.7456278283860294,0.081734519581224,0.7107558696698411,-0.4013961245418992,0.8647170103773095,0.6981587420344225,-0.6858335306472464,0.5987420350828402,1.1066654291830276,0.2912717549126096,0.03614947456083807,0.2521767761140708,0.3995646879124635,-0.28547530471463534,-0.1863328277205199,0.6738454751853998,0.5720467061443125,-0.2999421444731848,0.6476102568569468,0.22102703515332764,0.2134058241967356,0.5628166641964129,0.4685019771384045,0.9730101170963259,0.31242099156549324,0.6036104821589943,-0.6041479849114904],[-0.5828219912322494,-0.6616807709525873,-0.9123072163349325,-3.1517289769740353,-0.2734550577259098,1.002635536670711,-2.108199820709417,0.10616290535625852,-0.48214255292789865,0.1221823699909073,0.03516100042283887,0.594837789643957,-1.747227177771667,-1.924204375318714,-1.8781317464689256,0.6990174891875991,-1.4631389810591262,-1.0732156803374935,0.1441278747313131,-0.6894255184316915,0.3178841907184553,0.41992411579172234,-0.21070747951868343,-0.8320906189402785,-2.161466314823841,-1.273397962551911,-0.5673032437949499,-0.25045276849144193,0.12880439249447384,-1.307597340673998,-1.1514534402298824,-0.2738589590398686,-0.34269358180998066,0.6102328594371951,-0.6361010107136688,-0.6018914740897525,-0.530885745591343,0.6053720235032227,-0.4251201867772241,0.309362688773265,0.4971535680266435,-1.0608800157345353,0.9163116486435419,-1.4505827142520769,0.15911352577140928,0.2100074213141405,0.900593669442404,0.6309440024583112,-0.49986399171211643,-0.8257079291417986],[0.6173959335339113,0.3078417668433903,-0.11585653353621769,-2.6494574537812077,0.8968015102123457,-0.6741881482955338,-0.8328830505577876,-1.5837177898295343,-0.9061983336238464,0.7437955147141012,-0.243264592915331,0.36459038427147106,0.33622483220107163,-2.3875327361322474,0.29571613183355033,-1.7536313357420594,-1.5807787120331165,0.0394030712785753,-0.303861979187505,-0.21455643574338013,1.2516840477364144,-0.11090833415880118,-1.4548035075505024,0.7197172695322016,0.8175405004341233,0.30045374969165867,0.973676075006406,0.45150673491568305,0.6559256326773688,0.5805205074114432,0.4633215566575674,0.06241961679130157,-0.02405416536282572,0.957181638856966,0.43506610970106135,-0.909241356591591,0.9184032147679493,-0.5594932807387687,0.2537043005361249,-0.5032116129429722,0.7864073775273008,0.8378435658364262,0.9967705613000736,-1.2401624791850223,0.7766497222445211,0.5543943289919916,-0.008790330748455857,-0.9945727035386145,0.6972551174186689,-0.3601409097774671],[-0.6336951353190762,-0.2286313637375337,-0.6921348966058722,0.5330624627989438,0.7806796688224223,0.14576615798793607,2.338688429344773,0.09238374169815936,1.378936061327721,0.5856310020717397,-1.154403281859778,0.8060498593063564,1.4600011430326791,-0.7394669653585465,-1.0164282045146016,0.47472891100581627,0.30341580839591303,0.19485416222295104,-1.7338585956983334,-0.8966142556797156,-0.10845747848689079,0.3410566681153705,0.42468303050299244,-0.6303166829810861,0.37913001927036655,-0.8430688450061555,-0.17960632656778416,-0.539791469434541,-1.8324766654512386,0.5961662675309303,-0.7038349230675617,0.2627029727119188,0.08887021086128927,-1.1979860626992225,-0.017801609651662293,0.32694778389308893,0.8892815825793046,-0.20359452602284,-0.7508968452643134,0.7252005526574167,-1.3348294475281288,-0.32609313254313044,-0.5254744834981742,0.7885381829882899,0.38665192495387113,-0.22297403814107153,0.4836819670690186,-0.6775893535889097,0.3014601086923129,-1.5494243114184554],[-2.164681768327518,-0.14419356258132346,-1.869437828378782,-0.5944615854139461,0.9634334579141055,0.09895613292348505,2.6098149457079725,-1.819834848573645,1.1705966780608776,1.2190065501166358,-0.6316286465315016,0.40369611388496035,0.9303668886837784,-0.7084124556834525,-2.6910014557646953,-0.4183207795693787,1.1881256211633342,0.1139484919668106,-2.188123727799766,-0.11274353454435423,0.21927096660606302,0.9136962620958412,1.3996649863219461,0.05071383405007221,-0.9205814682490686,0.7518677769036147,-0.9135604168846816,-1.7467247101025425,-1.0713850159138525,0.02528338801549252,0.7057193323630175,-1.2760132020031332,-0.0690290743930754,-2.3615528133106056,0.1269075196740854,-0.9557409748110274,0.026920992703704204,-0.16956056010701784,-1.6227254888444667,-1.3307585160035111,-2.8141637122951697,-0.7384050211909386,-0.10278127305016971,0.4915033007714447,-0.5316103234225219,-0.5739910031168277,-0.372096850221242,-0.2583723044649335,0.6601112816069288,-1.19032800330528],[-1.0462030095939139,0.18363992626713757,-0.30287646294570236,0.17429522375814008,-0.2618891553648717,0.754633311218109,1.9153520476297452,2.2673241502812935,1.953350977180529,0.8571280077246172,0.32198406312563516,-0.07806039113561804,0.18930022967358864,0.832384999115797,-1.0531251296566382,0.16236090256002053,1.7315353913775307,-1.8450434300764984,1.7252290049355776,1.057257186465448,0.687629080167651,-0.11680976356738106,1.1315836282231593,0.06906954638145953,-1.6470428091226803,0.9210228156521145,-0.010669485326022608,0.6576350096859679,0.24536787049220382,0.30819438305361857,0.03758576591068264,0.6070246722231004,-0.5622751871755761,1.283891685225217,1.3434701492396006,0.671770198387519,0.3764589397306059,0.5446238895756572,-0.5580096471912326,0.935885426995006,-0.3260589261564762,-0.1145583344387779,2.2185234434227876,-2.535204034884799,-0.6754652544633964,0.3761138945493524,-0.43284677783356895,-0.8752811599393909,-0.17249966086170387,0.25325486332493036],[-0.8771265151561023,0.9533155856678496,0.41989077630811117,-0.08329290985430245,-0.9156665255362613,0.5591813117351705,1.3030029999609618,0.6085410867009847,1.7087297396695134,1.3201398697212057,0.4518513451436322,0.7595197720744478,0.6402845836659841,1.0350299136655716,-0.816264050525525,-0.1643725991051912,-0.2984460879529881,-0.8441861827383231,1.4268178120843509,1.2013051979680964,-0.8127637735434692,0.5204437134200477,0.9436734651140563,-0.2530370646979049,-1.2639605239879814,-0.6473388342540252,-0.48903285587448136,0.9737957022246165,1.0019091121566517,-0.10348444859728734,-0.062094668840553334,1.5816849410207194,-0.4473445964236682,-0.4254553255277423,0.3910662403152415,0.8957324873165248,0.7882948307682384,-0.4033338035517173,-1.5725065709471695,-0.06840875289867067,-0.25793394034920814,-0.11499737909338277,0.5931004754268905,-1.9669438472425627,0.12785323060348175,-0.39029864588623436,1.2252684404723149,-0.03460020411335545,0.8220408315909763,0.15370274804557615],[-2.054523247451681,0.4002110872906876,-0.5769379454522089,-0.9998624790331438,0.674274631748141,0.3521112920727391,0.8801818808069745,0.8204305157890955,-2.1786939125371565,0.4289232420288621,0.817676150797461,-0.09239846647848496,-0.8915190672631433,-0.7932952846858831,0.4257073450826291,-0.857554475532095,0.5517354160296873,-1.256740373101932,-0.22552065318743836,0.6331132561377264,0.3982351376354094,0.22372750957541918,0.28452146189910615,0.2121817230172383,-0.045121163699308825,-1.638983075467576,0.7444949774856784,0.5104880556771068,-0.9494381749808757,0.9146036570355985,-0.8419040478109262,-0.8995017124712062,-0.7643893667019028,-1.5469402734946192,-0.48855846815137427,-0.12240468366825147,-0.6878403149252187,-1.168649035670792,0.4608255379276173,0.573564606748257,-0.055051683092550915,-0.8888132789391353,0.0203582144723328,0.6435664130184338,-1.7870240464809217,-0.9081771179274327,0.6688340084712661,-0.7636983218060726,0.10296947928404492,-0.6274544534464984],[-2.325375824388208,-1.2724164420188164,-1.8052074336249007,-1.5728283276832649,0.858307119302883,-0.3554274187203063,0.8170633918984895,0.45389962642948584,-1.908992196151014,0.1297780463394478,0.12457075405673068,-0.1671445158147186,0.8615874299724323,0.8989796087388546,-0.48449261850081915,-0.7451428049309138,0.16149604213276664,0.42794630818480356,0.573698889995065,0.23204823813868689,0.6371192563859831,0.9386295381751937,0.3016904628961133,-0.7927173382842663,0.8267491124258671,-1.506796947947335,-0.3301465753968701,0.862079229712655,-1.5188878969219581,0.196214517722539,0.872650053047932,-1.1363297785854283,-1.0185774134026482,-1.9084712838601299,0.7233698396402536,-0.9474840441606478,-0.31709998925125565,-1.036053490264235,-0.35675995329499277,-0.5002763214908942,-1.981089029757643,0.13323978425100474,0.4557234541687769,-0.31838985280293886,-0.9479115437621974,0.09043417468429928,-0.04101963260855237,0.8971605758542197,0.7929620023523565,-0.7052693946741194],[-0.5276938413778619,0.40176869839312107,0.9741462555475159,-0.8566509162247734,-1.6056941929094959,0.7258138628385958,0.719657947941075,-1.3704984405376888,0.5945379612226505,-1.8610412138771506,-0.5606021347544786,-0.6201538956750402,0.060669152891458876,0.29482418773974156,0.16335373933024522,-0.3475121392056512,-0.8223306309104614,-0.9291701818535624,0.7506490146002508,0.44924360056465706,-0.9931193003203519,0.5496346131811686,-0.34072398080529986,-1.9648965094180315,0.8913388992888825,0.6165552785043877,0.6217955203252432,-0.7705642519673118,0.22120713263325364,-1.0509088470261292,-1.1813673353170044,-0.5388264195156603,0.5821565195812385,-0.005559140988552841,0.20085676441173145,-1.342250970139255,0.6440987967406261,-0.7025640995553464,0.048017857616464425,-0.3407966163418,0.4371806928839326,-0.32456678654210347,-1.4082867727455715,-0.24554189791933,-1.5616317074788262,0.011972427788745679,-0.8521446107553647,-0.9143920254421675,-0.08986486147866495,1.2622064689820447],[0.22132256262950223,-0.3065846380871444,0.566755163664863,0.4001991457723681,-0.8884997957835952,-0.7676579811863715,-0.09216239087882817,-0.06548432098741198,0.5859084001686975,-0.8743133893811139,-1.517991877822359,-0.47162003090712107,-0.38873320588053456,-0.1329525491830075,-0.5936102127568308,0.6070268084951331,-1.0251250251982995,-0.6023689344075586,0.0731491150309287,-1.0603247164906635,0.03860051453972097,-0.5018611572758568,-1.076683740496491,-1.5905133002537066,-0.5463895709665023,0.06980581682826435,-0.24700606561021896,0.2897501123860939,0.6324249354813384,-1.0104565782517598,0.5019186049569895,-0.4563199124570158,-0.8445223799305333,-1.1217868509458033,-0.6239774210532334,0.13116331620825697,0.9688852022000364,-0.41782007286940975,0.12493195799266815,-0.07878062198959507,-1.5508667267154417,0.29097545897301974,0.20219442176628044,0.7384272604117983,-0.8275636953858859,0.3029626671002385,-0.45155432801108325,0.7498959848251908,-0.56558649240624,0.6540517305104877],[-0.2568907173062568,-0.054513090688054405,0.9036206042298336,0.26732075893926116,-1.5941463701227458,0.3053182825103467,-0.49898517884349036,0.37532438586795486,-0.7602761996962442,-0.7707856988074744,-0.28737213905912684,-0.37912919322652455,-0.006485358038617388,-0.2730922642035889,0.922057025754026,0.7499412068132648,-0.9947045492440817,-0.3601667588691951,0.5442594281940097,-0.7243912984937536,-0.6960226944304395,0.6037181587220832,0.6382534786847381,-1.5202372470317227,-0.7380029396129955,0.3230483690937396,0.8291452288495182,0.8149240281927836,0.023299831472359037,-0.9119868219316196,-0.6445341129578355,0.39338517088329594,0.9374157813297821,-1.1636017815061617,-0.2948584955815192,0.3891182319483707,-0.15596760220424885,0.053940687048249676,-0.3189237231072477,-0.2151043553227607,0.6935310610081031,-1.0623449869502608,0.5296748039292483,-0.836482712236568,0.33118081485426637,0.818009366255573,0.8333693435161327,-0.05800661178733292,0.9363610473127975,0.8285569918118104],[-1.4926476191444773,1.516453370220328,1.2731955964869865,1.0215321942882207,0.7692515688506181,-1.6398953526534885,-1.6936055853730816,-2.586499080796371,0.7489274803290327,-0.6972219947845604,-2.1607927504251334,-1.0605820309900669,1.6902639959554866,-2.2392414303493378,-1.3354724448159012,0.053143893936730635,-0.8679176578417765,-0.8261693855912133,-0.37927603654538017,1.2984741143737548,-2.157518163110748,0.3632192408080411,0.7837862000511673,0.640164989513856,-0.5068911555849723,-0.7322419798983579,-1.3148914890246362,0.6362646990430967,0.5953108250737498,-0.5038163766604005,-2.3005724322873253,0.3602798138280893,-0.5186577698702367,-1.0187022249695572,-0.5789700804205776,0.03929224357858122,0.07132715864215111,0.2965338426796144,1.1281630701151226,0.10853397871887581,-1.3487673900860286,0.44864983832822497,-1.1778318931111722,-0.30040317979161774,0.8617528406915678,-0.3105085305801336,-1.2884864672449459,0.966199820233448,-0.6866224950079788,-1.4620422256984391],[0.014437949466519107,0.7393766677591853,0.002362921056247585,-1.9869697488804006,0.9028029642520163,-1.0368769842174637,-0.5558105199324477,0.09188540281299007,0.2941920408422388,0.8664881064260935,-0.662739045513371,-2.2480145449931603,0.9189927759176805,-0.24465918251600224,0.7011414520316731,-0.9370074064239676,-1.2520981978094345,0.22818027871323016,-2.90818954888342,-0.9265433178191134,0.3899419072895753,0.26815789142426794,0.012987303249483849,0.10106350759390255,-0.2723320553888752,-1.7610052965085692,0.7355714832874287,-1.0573153799423003,-3.3136801875428503,0.5592581328110336,-2.252617371245104,-3.0584617514772092,0.41739052193609993,0.7479771398214526,1.228470029273907,-0.9330976714660811,0.9097578444151081,0.3649078628004553,0.8667264569877047,0.19966864663940795,-0.06098274911760289,0.5463088924844065,0.9327541997723754,-1.4154697787364516,0.650069164151902,0.5212180165041628,0.5650933210463684,0.48024841425385484,0.32519136735591725,-0.40564474446382615],[-1.3694529272726785,0.5511704756422003,-1.686902152225259,0.8058048056604008,-0.9092049505752345,0.6479485769969948,0.005553966032172843,-0.8777305253361387,-0.8561452459605324,-0.930899790002565,0.3449482160243065,-0.8061312292217643,-0.49127140393177665,-1.6468905770814612,0.2645902047998336,-1.2793678120417753,0.8176335177305174,0.33504823124291744,-0.5343378088233699,-0.4309579090223841,-0.3220296600004681,0.6900808703186408,-0.757995005753373,0.06685902430419755,-0.5461478149806347,-0.9389265597445804,-0.5156102152049594,-0.04439536182634178,-0.3445420968543329,-0.7925780887073,-0.17741284619935388,-0.6073563000274598,-0.2262969828812177,0.1379420045955607,0.9206585355755872,-0.7873704675298103,-0.03988368156029624,-0.7286916181734782,0.29192762491409086,0.4204018281615342,-0.9771524567264138,-0.4138757626768282,-0.16052945609658847,-0.7364817430015391,0.7609118103606025,0.5230578967893813,-0.6342629328910386,0.520086358106357,0.2596011374205274,-0.8220025627069414],[0.029440402416324705,-0.07899170892888077,-2.5967151848376826,0.4366736087198227,-1.556698678670411,0.30322119473787323,0.9695213387746315,-0.2592525204487453,-0.41147225720922864,0.020722435694943836,-0.9298368650140005,-1.943298429532373,0.8122411192339094,-0.3880802429142815,-0.3286733291032013,-1.6731358211771739,-1.0171510405449085,-0.5783017290011663,-0.3311524594417037,0.7778576691907149,-0.1359444045361135,0.9247495860521746,0.33310896248055905,0.8994020540423083,0.8617091328390001,0.35294120566497084,-0.42980543429499046,-0.2787253611938479,0.5406163268783923,-0.0034761806462983956,0.848412425120336,-1.3142336672897676,-0.7896812037187213,-0.33922800339856024,-0.04274950817983531,0.09032636697824813,0.8943594426339878,-0.8514158169939219,0.6266679675014933,0.37054006885651686,-1.2022796614123146,0.05062233759817763,-2.8105782238058103,-0.3497356184585526,0.550518997563303,0.15324732408053254,-2.225366344386216,0.7214034255828391,-0.7155191169609495,-1.6358493276829578],[-0.3030380707456407,-0.0076609355252761436,-0.7635236480046452,-0.2245189506106259,-0.45313468575742355,0.06239029920529019,-0.4223864661896136,-0.8335388154358833,0.8057396010476913,0.16844661328331392,0.013693320146454637,-0.17857016984529356,0.7492563475636839,-1.5375499006105426,-0.6692727125916228,0.39156850224923645,0.6882423039920863,0.8583585181964465,-0.30810993302768747,0.40014717970689667,-0.31040620733032587,-0.6809389668550554,0.768836212283209,-0.3944516430364759,-0.9474941719062768,-0.6098381607542321,0.17714807569943114,0.23879438947502868,0.21910677106404408,0.27710343540394167,0.3616360315753824,-0.9459004992339113,-0.5080999891182553,0.2921068942314689,-0.26836228618233665,-0.3683255356143917,-0.12560013872276424,0.4668393596756663,0.3950255625554295,-0.08701025115995503,-0.22299735374149798,0.8588234192163202,-0.48586579806219765,-0.31682793057550435,-0.28704887488727754,-0.3107255275881807,-1.0949953365429164,0.17944915135664952,-0.23508904967853578,-0.23395875184036244],[1.1776972866046986,-1.4132938273777171,-1.398568476138951,-0.0023368799893417227,0.7556948652319702,0.4213646942449142,-1.3279096099170742,1.5373378739999202,-1.671275902235789,0.5294676659568825,-1.7366424865546823,0.5736280096548657,0.11871376537927157,0.6321765584817685,-0.28123224061299446,0.41598866330699863,1.6773093383457673,0.8941620207779802,-1.0879146221195215,-1.0149849580141932,-1.1434142198737185,-0.7678664122901661,-1.208983145061801,-0.07649899832380651,0.9045138838176175,0.2528776155305507,0.1373381278938795,0.675216275988654,0.8312845403072731,-2.308547628692969,0.20379959341751647,0.6505236624727445,-0.5852749700647262,0.3638075212939751,-1.0521138182638232,1.0599113378955847,0.9581872768395898,0.013802128207376398,-1.553700600215179,0.31735318699101794,-1.9664526563508895,1.0389049608607366,0.6783778486970883,-1.2630160718370689,-0.08553779102456653,-1.5546963402615481,-0.4273496597323139,0.37577822570665864,-1.3571079417395158,0.8283646759777018],[2.1954494716028314,-2.6297895225537804,-0.2516252481662337,-0.7152012510515804,0.3198887639392593,0.19891909040583453,-0.9804927453714831,1.0740271891136792,-1.4062322222528263,0.9114458566198986,0.23791547139851663,0.9593426499486859,-0.21885254721949635,1.0331683329776666,-0.297738470161769,-0.42335328673188866,0.834200397696917,-0.2688135184668215,-1.1393548269391662,-1.6570746163884522,0.22830259735208974,-0.3667294748827796,-0.938173370673118,0.48541797421624183,0.00908925582590913,0.9653016910207758,-0.891564818956496,-0.34319989642500004,0.30591248486636546,-2.2940691319142066,0.4679147200188426,0.8698011112707529,0.6556103085030001,0.7679647832745794,-0.9975411278016468,0.2521713075609121,0.7428575444097972,-0.3181805366883981,-0.7181315939457835,-0.4025153464213712,-0.11975951682543977,0.5382385321581756,1.2150444475827609,0.308293194954353,0.8077461807060855,-2.1997071728344757,0.3433222353915492,0.6110857857073451,0.4820557904184054,-1.304204065664327],[0.42323449525488355,0.17909489461984388,0.29333142164039455,-2.345237121184633,0.4424243757136564,0.044596402109626856,-0.3865573959437178,-0.5667447531634233,-0.3688762885909077,-0.8691953276436741,-0.7926225250153897,-0.07704594047037053,-1.1417367034115664,-0.28301180771662826,0.4466651696946412,0.22107273993772722,0.6665888438231796,0.37587642220009043,-0.32662276171552684,0.8698609565350987,0.6698264871801359,-0.5989827429688751,-0.07921047086022137,-1.1671771081958646,0.7153937355823236,-0.9280944794050937,0.09348098781384333,0.43876260584022053,-1.1577431484601497,0.8737177209801448,0.5541476084939327,0.18843011765674775,-0.9821013718820564,0.006583180402505411,0.5928276101211615,-0.8816488566727794,-0.538519577367575,-0.08185081698680817,-0.16189842082352465,-0.306316201178721,0.708002199132456,-0.08827038048358564,0.404558459895744,-0.35421958506494894,-1.739528731490056,0.6724790069639168,-1.2104119848098291,-1.7424680674877193,-0.252071569128195,0.19057482914121696],[0.24470576489373755,-0.15328388736219883,-0.1757313272884609,-1.7463914849532562,0.8571908118909575,1.3580132819374793,0.2927616515308838,-0.4259458097320189,0.018346284996982983,-1.1725652206425385,0.03551674787159936,0.157384707351093,-1.5791207113489145,-0.6232566534953609,1.5992857685550075,0.821729038055854,0.5965608810312926,0.3679418135500521,-0.4796421959579011,-0.5139288537638288,0.25309268707077953,-1.0704825966299414,-0.04331496814565339,-0.708926071224497,0.21173218354406906,0.4751496701750934,-0.7662637765261414,0.8650135077133916,-0.9804160721413869,0.5172351119660773,0.32083407775539363,-0.2735292944826833,0.6668190528268213,-0.22496742871868497,-0.7332488802386128,0.4426947084717454,-0.00045275320547794636,-0.73610948951566,-0.05756274096760503,0.08822501663473817,-0.3494460207915773,0.2442995347130127,0.7283785181279385,0.42142892620410405,-1.0577758281026814,1.1151391351347404,-1.7897619693727433,0.5737500694467979,0.42395515509175685,0.7449737383610098],[-1.2520950065876835,-1.1714534302413335,-0.6447727419851074,0.023451502210249005,-0.11809778485638399,-0.8515904777432837,0.0822225304073801,-0.10088106130158561,-0.7520342343521436,0.8361309467827753,0.3351738858528621,-0.09808452731967043,-1.3491060494070446,-0.5592688793994295,-1.4527570499893616,0.3839771673888873,-0.34651877131916764,-1.4201681946842388,-1.554421557444754,0.26619566559127833,-0.3434577504190297,0.49052404834038144,0.5747974653939811,0.5138067368972903,0.008825386574831215,-0.9702346947729598,-0.7619510309632103,-0.35216316786636026,-0.5435143065017001,0.34165228106680956,-0.2611618008185933,0.6330443870268739,-0.7484223432239218,-0.2157943261756996,0.161289064828382,-0.15045468030523154,-0.7449773993536899,-1.0218576179746077,0.43926125491463697,-0.2962670481376878,0.17033393122000745,-0.8555680929982299,0.5821025770757355,-1.700753145093179,-0.12234284624050942,-0.02699601778074692,-0.5327766365153811,1.0263979026334251,0.3752982304924412,0.7095150450828321],[-1.0370080732929203,0.0754809461269475,-1.2415856041899949,1.1906152836603174,-0.8288371535567991,0.07727319873242917,0.3990225752052512,0.7763809729495309,0.0753644680983674,0.5705598061089874,0.3872845678015445,1.0573879572639757,-2.334876529859972,0.9834957160694885,-1.380752930931897,-0.3257967194039533,0.08628960301244407,-2.203939770601198,-0.29062001975874086,0.32128863852199124,0.6544394614790143,-0.34580930928277226,-0.8920379776154534,0.44312639783107033,0.6404386633876443,-0.19703211883542762,0.8119455230207003,-0.091343665152133,-1.866152472913173,0.4663334557094719,-0.7891673943818008,0.30216243375102253,-0.10900453827073331,-0.08584496905969839,-0.43333790847043524,-1.0820389959779326,0.694325313866752,0.7251951635331457,0.9234753155762673,-0.171074395090771,-0.49220204072468354,0.8564027544193518,-0.4326310727490278,-2.7982154558225925,-0.24522437257696003,0.8106789489828794,-0.7071943523229492,1.0800980405240346,-0.3990982870291089,-0.2434342525427433],[0.5677599821593203,-0.9156192129376772,0.43385750456054556,-0.059108243910594015,-0.15739063942487955,-0.7376795084403671,-0.6905910615462807,0.7194506090300229,-0.13875053621028036,0.4198748809744312,-0.09535492420929648,-0.0761035321663962,-0.5374006718019976,-0.3208204685041285,0.6780391702920759,0.7666410454524336,-0.6175704434014344,-0.8498940375521123,-0.09341834473982487,-0.9117724245222204,-1.6695527655877345,-0.5888562532943121,0.74994983097836,0.875638807603794,-0.2747911173408493,-0.7827551667675967,0.34031169775359316,0.47118061190234484,-0.05581824576962131,-0.5417231714002736,0.07178799313980672,0.20338231084263134,-0.2547488184762429,0.7704577202443773,0.7044866023209728,0.19720398108878226,-1.205685786927251,-0.8401167323384572,0.8564575070674249,-0.8358272934055064,-0.22363799047272478,0.39140917624457267,-0.45483921479019385,-0.9111174809889311,0.917060468644603,0.49666554228139703,-0.6512352576595054,-0.49014836760583685,-1.12537520131537,0.7370677649275176],[-0.09828319802501573,0.8073623046978183,-0.625599421512256,-0.23244834798235792,-0.5584095890318446,0.5776519668041258,-0.36469206012922545,-0.9019134747981091,-0.1692947813578069,0.13133742975082735,-0.3061444784027822,0.46313222088301165,-0.2850728935405518,0.903054276563549,0.46459121948339926,0.20689347719798948,-1.0481235886400355,-0.7433209559207711,-0.6014086562151421,0.5026355602480322,0.6841898813487615,-0.5983657127301025,-0.12890720171274603,-0.3011644228918775,0.6594358955604679,-0.0638991067759425,0.9910017052842863,0.8724218631035852,-0.5593316556992468,0.4443021141776109,0.4648148014101245,-0.0006020152176478325,0.3257034247982919,-0.7659569450322178,-0.7222995207376471,-0.22614048908970663,-0.040631345349774646,0.6525531686777807,-0.3592389375069876,0.865331492103895,0.5702483242046342,-0.10213591322358208,0.18709004279516,-0.5554716111615174,-0.47100922190409683,-0.09086808106692988,0.16128355885093396,-0.9333274349178754,0.9838194577986185,-0.6954415567944525],[0.7302015648543888,-0.1946519139306765,-0.6791478084017849,-1.2187403869758267,-0.2549808233957181,0.28089702668418415,0.5826586657534655,0.03275704801265835,-0.20478097276308557,0.23970100218093485,0.5823687494415335,-0.019374586621254346,-0.08814316484175867,-0.42868703731828184,0.4063249549227189,-0.09710200389871854,0.9373300241177744,0.1278830422504447,0.5125182743003397,0.8863035552765502,-1.2225873760677328,-0.5798088301337568,0.5156317181622894,0.28403753369030554,-0.17830114305716674,-0.8561228815000138,-0.3924594083151121,0.34336247634026335,0.2910649582636332,-0.3876392712067449,0.28153300966941236,0.9486701145821217,0.868096852498018,-0.3198141448476378,-0.5777494409325133,-0.18054002036486533,0.2535784892529691,-0.6960937801799638,-0.25846246046152954,-0.1214305313862451,-0.9261206403332379,1.164742608758887,0.49247877252302613,0.04425590013454055,0.7103995026317906,-0.3045542446789155,0.8261975056472546,0.5809177746886697,0.06564836280566422,0.6879560392946584],[-0.7649839819956387,-0.3144533375763825,-0.34454662212354703,-0.9326214037199891,-2.0905745748159528,0.024715150723847168,0.3834237181891096,0.1331501187076322,0.09740974338703187,0.038956244299143926,-0.9714250190608147,-0.6334351296190143,-0.5846265737901267,0.2459107966866113,-0.9141078200266747,0.9111031378151307,0.2876591092112054,0.9479460026075257,-1.303599070343378,-0.30384759265611605,-1.7185059779049,-1.0789652434217258,-0.39516022238557164,0.8362870094194155,0.7317250058139938,-0.9403963946482733,0.3507833494118964,0.21917708577370604,-0.920499225652104,-0.8928011224813626,-0.540494869553128,-0.2015093905979124,-0.7609741764462407,0.6676163823522382,0.6424059870135287,0.5934451756333582,-0.7538011794769786,-0.06632667925392266,-0.3081109669354683,0.5493286166303168,-1.7291341570054701,-0.8432296173772493,0.526280234508156,0.1277721673161901,0.9598544273049129,-0.15349692191575617,-0.06537827491924349,0.6186236255938098,-1.073740855383163,0.7172159449591131],[-0.5692057661132587,-0.3490010223090077,0.06952199738564561,0.19536549952460167,0.3388510379895019,-3.1072358225619716,0.4035373452743786,-1.1991871658954338,-0.3934595207147359,-4.151190422241015,-1.6194738220958809,0.7162187893159773,0.11691059442775185,-0.003980431182767433,0.05954782168913836,-4.150909019116949,0.6126641892318585,-0.7932075651222935,0.43427736259319805,-1.1456937122506634,0.6938911760664274,1.0320903008058187,-3.8640989262140404,-0.25490396559480305,0.3459026775586748,0.5925279389423184,-0.06798345580826196,0.1916496747665755,0.5540910720112213,-2.648643137050154,0.7005020468935115,0.8147101941704287,-1.0574673989229086,0.43079785738387905,-0.39317210858315255,-2.886176365994549,0.05029941597998224,0.23363456563693646,0.03777140924855326,0.9810229542165249,0.7244526976681651,-0.9433608497672246,-1.1516467072687586,0.6489493202842834,0.05435721628307522,-0.8484069571380215,-0.11696355829626655,-0.5636420328458387,-0.647120499486727,0.639098861565498],[0.5583965909667905,0.9919720701446818,-0.4482424157853572,-0.9034403888431536,0.038711556931230795,-0.3759707427679118,0.7142487053692479,0.31416687270849214,0.18537079188774555,-3.3025709131018193,-1.722946635759815,-0.9786305445200382,-0.14399321875670879,-0.16734126937068372,0.833556407897935,-3.284308596156062,0.4942316155538524,0.9515238070399583,-0.5207168148351424,0.14051263387716373,0.7433743956255258,0.020808432935459052,-3.9938345218998514,0.2915149512397385,0.9336358266967214,-0.5306717513470547,-0.7826441734598776,0.837792037239679,-0.17647088492060928,-2.6644186457052608,-3.2909628297960003,0.07802294087565076,0.8551450530275413,-0.2858554662662703,-2.0978214938390707,0.5078951310816593,0.7792442182856321,0.3113857816088675,-2.3333490011848217,0.11293302210715271,0.44169881764826596,-3.304862706471439,-0.4771394311930276,0.0325038723269729,0.3875343965386242,0.06989206097790955,-0.24376327644508292,0.5899249336031848,-0.5087674254039538,-0.7410744184775121],[0.16756660332645312,0.32602035279851416,0.8836100790078301,-0.18792466748697123,-1.087968079676107,0.9091486745014892,-1.1577349800752599,-0.2069009012472158,-0.6891333731573296,-1.1734089738510252,-0.09649472173902261,0.7927073712186747,0.19010086208180785,-1.2423908897567189,0.4227996263153181,-0.4840203275200916,0.5425303745286633,0.9955342920338591,0.3684584167849884,-0.30001194383128027,-0.9117463075738496,-0.3125781023035545,-0.02116168191276736,-0.20887755126179497,0.905709913349327,-0.2754023676983988,-0.40754441856352874,-0.71160497791773,0.4724378085918893,0.44028349243447834,-0.29948589071474546,-0.5810838640116698,-1.2345480723634052,0.9500544563563388,0.09880367641462037,-0.7831081366247893,1.1068439093094904,-0.408205925057824,-0.8042496115229141,-1.7317727263464857,-0.1831531488778192,1.0279893678551337,0.45986263807975064,0.4360872429849974,-1.1277113354584223,0.7072804418376656,-0.6343347038420314,0.5340606709405223,0.6435522376524868,0.32452942799490553],[1.3927944821777736,-0.3150652797962175,-0.5006553892158669,-1.0599383607413706,-1.4368416966938178,0.8726645825673592,-2.4824628239133393,0.6140315494813309,-0.773003875972212,-1.787775537502061,0.13764401684617308,1.6380256843870145,-0.8881726168915303,-0.06437750177080902,1.4864147629155213,-1.2544351173026982,-0.640332468757127,-0.784081736611031,0.28576233018248803,0.062321899760237866,-1.1565708367380487,1.0274738932795078,-0.4285760554196342,1.4039993356685412,1.0311001254285297,-0.3142643206404539,-0.16285359537262287,-0.6394298940558104,0.3457065593325388,-0.45811843487345366,-0.8842166562283714,0.5113181819746425,-0.33367190553242343,0.7036595323885387,0.14199702149256355,0.46910262912495837,-0.04694830234032515,-0.023505167471278725,0.7905637777478328,0.15111957717687313,0.7226770401171617,0.7675800865293018,-0.3134146157749191,0.1894849768609473,0.2008371007920033,0.1095673616270583,-0.7747744343138214,0.6526183613697754,-0.4258861390827987,-1.0541393673488426],[-1.3326442672135848,0.06085498950707502,0.36030144847787265,-0.24254025184453154,0.15448232790847544,0.5122957177289529,-0.21218139763081542,0.5649537126509857,-0.3122173224442651,0.06500209238898416,-0.6779515272843109,-0.03758164971579519,0.9737625951074798,0.2829997547516094,-2.083421275480263,1.045333553505962,0.9180316668062815,0.6037578207918023,0.7561601230332945,-0.9899159199144418,-0.28782129440231263,0.5436674425593069,0.0613915082950715,0.6409703481512494,-1.5830398445924692,0.31144355020868775,0.19419800920403057,0.7665317829771269,-1.0635335674798636,-0.25245266849532244,0.34067125387351727,-1.288164416950206,0.5184725263920144,0.6566795758571473,-1.1639152762063358,0.7637034027838149,0.030199042727420296,-0.9153502675970779,-0.5407015970563493,-0.80536920486537,-0.40913779626844793,-1.9036850242898986,0.5555128715562646,-0.060669853824789045,0.08565841058957868,0.5458110673914595,-0.21862804714046064,0.39680849685110425,0.5383138350692952,-0.2513764408888458],[-3.287658899358327,-0.27070966552834624,-0.21588112624194034,-0.18919700800960151,0.3990833056619026,-0.5490160808966188,0.9936940557331233,-0.2503333258733323,-1.9974275576578593,1.5356341938401656,1.0593130489281224,-1.9000293563202486,1.5710857693549132,0.8435283732743885,-2.712746319853495,0.16013083778201975,0.69728887131302,-0.21062338666454541,-0.6331445338586805,0.09327839749604055,-0.7220565544614859,0.0808270182496525,1.4713944529137957,-1.4112555803250584,-0.4023061644913528,0.8133392227659907,1.1176479015179057,-0.45446643795150476,-0.8572544928675371,-0.20016012513437392,-0.04480887385913344,-2.288788763249836,-0.14317613944033747,0.9189038483109558,0.5378732432072684,1.293201935766296,0.8572033944470452,-0.7548741586345207,-1.5641133467266788,0.6436109297920979,-1.539289589775684,-2.9948058426777906,-0.16680617791606958,0.6697347109532487,-0.7619687425039348,0.24452666919555172,1.3139617556891523,-0.3856763695046752,-0.25713128783644695,0.09495389223036198],[-1.6931424428677773,0.8836741524032939,-0.4518563037786914,0.5011990423849502,0.2495016198247913,-0.22578685520074304,0.7278547142432148,0.22760124281151184,-0.9389500491326112,0.4136760285931609,-0.8314533047409798,-1.6162169775560273,-0.2457901226839135,-0.07086068000379682,-1.3912572130091536,-0.47142271043913186,0.21765446059747592,-0.22918155935694565,-0.2173155063153754,0.6685523873464173,0.20165277661913886,-0.2741456579043379,0.3857681968976522,-1.0864618713899012,-1.16662342138059,-0.23399179827609634,0.4610532439643048,0.5964011615784583,-0.3646769499337183,0.3937303479454373,-0.006424892377437457,-1.9517906380282288,-0.5430673194658859,-0.435681822931326,-0.07233805662642176,0.4432461934119277,-1.4357646647740478,-0.939497703878067,-1.807695959917168,-0.7212566373504022,-0.4254105794042561,-2.638145826691459,-0.38717645953250696,-0.9083579337968893,-0.01629739527061106,0.778229669621231,-0.49712781195552497,0.13994256792655183,-1.698217247563849,-0.4587124860985026],[-1.0670517350030955,0.7154955818794743,-0.15982515407929232,0.6993136667649114,0.09438201793437358,0.31335032304333754,1.0552530666447009,-0.27412737079689253,-0.13343194052336896,1.007134422131507,-0.10988706757962931,-0.5991380375249955,-0.48707951092615054,-0.2614667591638544,0.8612137530604025,0.9798741030557632,0.47335767147217683,-0.43176188624122214,-0.09555871802513123,0.9014890388663972,0.7614259914420122,0.7217765761425989,0.10626475100082255,0.5169754512197826,-0.6310094184676281,0.20868362423559936,-0.2708047889115804,0.9114994557073018,-0.34980411837518394,0.40108847758117383,0.9898041473005731,-1.0405735170150574,0.4644093069739134,0.33966333439136975,-0.42443091505802266,0.8494754299723157,0.397530046900633,0.24484815303321303,-0.8447520742913971,0.43130479881565265,-0.5443738250997031,0.4724218992952809,-0.1055719498493428,0.8123921240671909,-0.4359591677939475,0.14400055604926154,-0.8108973204587582,-0.9223421500918995,-0.8138033576603158,0.47721674570842193],[-0.9683711711518973,-0.8434011741876312,-0.25627551522679654,-0.27731117992111226,-0.17467938763276541,-0.10798257062834407,-0.8102772631505306,-0.31290627187204423,-0.20014239456919028,0.5391912980670722,1.079738008013866,1.0140440290933197,-2.240883549375725,-0.8071205006764076,0.7830590765509209,-0.6647518049018415,-0.1693451941699168,0.15149484421641418,-1.008544620526282,-0.3584393791368752,-0.9835341686421546,-0.15455457356663793,0.2621298338862532,-0.33153084356650053,0.6372966707855834,0.9918334039757282,-0.50214568695636,-0.809071985184235,1.1140396472525431,-0.14779138285087437,0.4205413560551479,0.4304480607121844,-0.11818694047792226,0.10605250910462037,0.668967509009984,0.756260334239823,-0.5885581758633843,-0.0013095999553165726,0.8636757508704904,-0.11562166648822933,1.1113948025009492,-0.06250281656323416,0.3571561947493144,-1.0085243899165761,-0.5817952759016491,-0.3131489555098018,0.8700333149993692,-0.5808050679077107,-0.2585266020656721,0.23382463260177194],[-1.2739822763345068,-0.13348405488689344,0.9426280093709808,-0.36651961225502816,0.9166139646683936,-0.017569182239733215,-0.12234021886761126,0.9115240611757455,0.4109187657603392,0.1939538847629527,1.3098275242716015,-0.3035336779656921,-2.2845102008257845,-1.4182033425451,-0.1440120885941677,0.625392454991466,-0.8131601309204423,1.00280363531523,-1.6001485422552164,-0.17052860310506052,0.4892965849042484,-0.023415827551120323,0.3463855485373104,-0.01573758878368273,0.09260561181100625,0.8275909198888787,-1.4337831771717775,-0.43472219769033843,0.9770165739302114,-0.9095065579705326,-0.857499586517353,0.027742444425641343,0.7661608164903949,-0.809187117635683,0.3726429419242306,0.5590251539956475,-0.40762184022288694,0.60065837444551,-0.22223306161463352,-0.030289037789775288,0.8411744528967594,0.8322389080708245,-1.1202637958834158,0.4091300626159948,0.8586312311534116,0.4654352319679741,0.4582588181195581,0.42594927312070263,0.9903722291930396,0.8550308051554648],[-0.5830290077558036,-1.745362953957757,0.6775429105507754,-1.4665738975650706,-0.3720458165114582,0.43346075028055536,0.8163896937020058,0.5448604356414692,-0.7718578952206759,0.6847092840623655,0.057792509731743456,-2.492594254622789,0.24424946088507274,-0.47227316365816524,0.8937804690098918,-0.8787710576306567,0.8004396520714754,0.34904349554131014,-1.135770130231928,-2.247576871662044,0.6782292671977586,0.2531745729056776,-1.073995743639142,-0.7948054599582872,0.11378608561066227,-1.2673603613469362,-0.8739208121482644,-0.4346876639816757,-0.05399306977668467,-0.9054476226738489,0.6796733030096359,-0.7393754162562131,-1.828278038463148,-0.521950687320188,0.9598534853000158,-0.8038532065087818,-0.5223263831848012,0.7887215431744995,0.4604893808579024,0.47307594205681114,0.18638458346835474,-1.1980441762757374,0.42309712500047264,0.1797476800448628,-0.23650554997896364,-0.34105525370768464,-0.5223961555388249,-0.919699725916997,-0.7257819858258283,1.0126177484246226],[0.5772377602681117,0.8677406699123611,0.568934229332294,-1.1792134067393139,-2.129196989733535,0.32580096449254214,0.6209319891344459,0.7574646215093618,-0.7449568914096211,-0.23628165891672687,0.37528830601404795,-1.1751907368682846,-0.4302581923712106,0.27004876573762604,0.525047625803929,0.6865452304205293,0.7911772812743256,0.11102728786715249,0.2599547253825246,-1.1505771454305982,0.18763970819974227,-1.4421728534868938,-1.9901758635989542,0.9678300878351679,0.8217797035778682,-0.7851898301935789,-0.5540832259202564,0.3287341705814195,0.016383142014075938,0.4291828961611533,-0.17935527164676343,-0.6771795233809798,-1.3801688154609342,0.39301671642738173,0.9606809003054395,-1.743329151384588,0.38172399555515535,0.14757881882559049,0.40086319931916775,0.4074277975394306,-0.45738944991127767,-1.018877072295216,0.2567659371082084,0.8159904970995427,0.9536419997526043,0.529544792269946,0.6651119601204336,-0.17919492426897687,-0.8432449804268515,-0.09744132585934923],[-2.2132563124826787,-1.1079170660663218,0.5123370590538842,1.0264681898988757,0.7824330084122896,-0.42274254866136285,-0.43486647723826943,0.4464752467632635,-1.7173754720911334,0.4258121984185531,1.7478813312795383,0.4594633558495408,-0.261466928066317,-0.49175178780807594,-0.1517339884884396,-2.8343342803599416,-1.1090122795511268,-1.6748150638482817,0.35860721931554373,-1.2424718026550547,-0.41763817803862857,0.518408368340398,0.3767200509499916,0.5009960770151671,-0.1210584894943352,-1.4466075253029878,0.09368847299518056,-2.385808102918996,0.18350829342379513,-3.0907396629591863,0.43990409357896504,-0.006588678999136564,-0.08048520573391368,2.047890299540441,-0.2643930081364519,0.5170087411719568,-0.37890129953265933,0.7184392380933794,0.01967881954059809,1.3462476889190522,0.23782298766735244,-0.9339369599637485,-3.0810840221242866,-0.5861316394238741,-0.17711917686980425,-0.13345565923957353,0.6152945765267904,-0.9780373313458998,0.06989425043791485,-0.6071480625031208],[0.8617486071384175,-2.0976148716157352,0.020775926948975693,-0.30689111320316415,-0.2775191219239112,0.8523591511481654,-1.9270265952711219,-0.32862341178840787,0.6557782737462414,0.7726325750588805,-0.26922928845473854,0.270933092477545,-1.579834286108422,-0.2871671271035349,0.14914232204611771,1.7539173382674553,-0.6899075753811216,0.2272219598503942,0.8354804199838781,0.09918757143243163,-0.46477098459655397,-0.9261623952826814,1.150128316111391,-1.5508269624338031,-0.6420756059022842,-0.6842078123249112,0.664807607180576,-0.7958985773688341,0.5158691055411093,-0.3195362865370839,0.44982556104835425,-0.9414696978849872,0.5996343570230018,-1.5598673832097838,1.4639439650314026,0.17345900948839477,0.14097235100431352,0.8513578993471724,0.4066394818769336,-1.924284703005672,0.4517860189974705,0.12438078112856861,-1.6517277697535278,0.656951814395067,-0.536951559093408,-0.3103035241142437,0.4865978315229937,-0.8538184693601342,-0.7823254257093744,-0.2363156938451234],[0.8740476971792516,-1.2464367086887416,-1.0063634569657183,0.9355007954772167,-0.5442858498478953,0.2577019984449216,-1.6406214874441651,2.7471051685185843,1.6096668964481706,-2.1704469256877137,0.29163132878442677,0.6055270404409104,-1.6580964555120805,1.0304345261415842,0.10711837851290867,0.10414799989908066,0.949191458433567,-0.7845141512033639,-0.3180208533476565,0.9803214237386333,-0.928283220005553,0.05848066278358473,0.40724062981424025,-2.659123497987549,0.46557577775242437,-1.5094101362101449,0.43983192347461086,-1.151385483527578,0.5572369037948566,-0.7002011180941655,-2.0972380901141565,0.02648144933526615,0.6179497719468853,-2.5762100869888958,0.830336406562941,-0.9090800051651388,0.8115404698489919,0.7461106658152842,-0.47716524575603125,-1.7036493982421796,1.387052067902836,0.6777564090665416,-1.650409862059802,0.5091822550479005,-0.19286213331630955,-3.8936219004719255,0.8699282791009948,0.20379201853852372,0.5926086457865588,0.7205705631119358],[-0.17318688830936094,0.9805173960376787,0.24192626537436956,-1.3056059589614109,-0.33965659048507274,-0.28209967117537543,0.31394079935570507,0.5415524941264899,-0.2688920754357867,0.1832373766481577,-1.7816088373134522,0.03656189541398874,-0.38365037229301874,0.5755679337667757,0.6341905165264319,0.21723307767952277,-0.30239419252698485,1.1914114423303808,-0.029653207554928108,-1.2278085339490077,-0.5168846858662881,0.26729323412716743,1.3522823228783951,-0.6961667191664564,-0.4522164207380743,-1.0255949104848516,-1.162902380924703,-0.026309512020445614,0.6892992518363901,0.48446197809219366,0.5278937889838052,-2.644796538972808,-1.7875700865974846,0.4314266130905044,-0.31165334210307627,-0.41542635669444017,0.07422649353772105,-0.42976325254910497,-0.6745253922181207,-1.031291574365649,-0.3702987845874518,0.7835070538774079,0.6431145250798779,-0.611509886192626,-0.27643633547963326,-1.4279269254005849,0.40990790837523783,-0.13420499346482698,0.8038187877877592,0.5131611478584922],[-0.13377261547305744,-0.7265016046012659,0.7070706307924612,0.7234839806052931,-0.8466456273391934,-0.9164566406070941,-0.5747651426333586,-0.05765771861620735,0.3680051343602928,-1.2743346559234103,-0.8633207119091502,-0.47314509030570745,0.08654412132281192,-0.09843356782739963,1.032737089029299,0.08224515489273826,0.33757268602304286,0.14888705562014468,-0.8682324859252196,-1.717187741238804,-1.0396820082579858,-0.5301842863613997,0.2696608931252386,0.5163590383768747,0.6444329302274101,-0.028573426052346706,-1.7296294978780806,-0.32030624062389496,0.8172378559398885,-0.1632852032368119,0.46062830180966985,-1.891871730022445,0.859257739892646,-1.1119347763667762,-0.05459088076830147,-0.47659634377344834,-1.076720561083214,-0.08714033610070278,-1.5493062412577343,0.09532303090515432,-0.5318277727829538,0.5663035361238552,-0.4888989562233153,-0.8235194700940317,-0.49819304903224,0.63887486262615,-0.8941887482521655,-0.09249271476283726,0.6120800736322677,-0.7773037118863951],[-1.1863901155350163,-0.8879898357973837,-0.13097527164152387,0.6868859466960785,0.9026637668697387,-0.8567264346463711,-0.7810978981414939,-0.7107927275536103,-0.45958311010356767,-1.468218858932565,0.8103349273764805,-0.7898756737554723,-0.428428006514844,0.595137195110125,-0.03213059397990704,0.7434574538815502,-0.006185535673728,0.714408930768532,-0.40329693169057357,0.39247945531165246,-1.485016443786442,0.022761980247435528,-0.23707203953294212,-0.35983085994300557,-0.14458206433328352,-1.5225835639142309,-0.37136048542190075,0.7723660260432128,0.6716527283192218,-1.20816139109714,-0.8587784853948778,0.7833810575276985,-0.5957659342496842,0.8157931207281034,0.7203475709791783,-0.6902868606773515,-0.27272803116202804,0.5474294625706062,-0.3367400985479293,-0.8890958248733051,-0.49964392033629146,-0.305446900950194,-0.4761928646873366,0.9365811187380441,0.6917432642603264,0.6790199804775795,-0.4131124708867663,-0.3033431350024455,-1.4437287543427049,0.33627435885484824],[-0.12183303724864564,0.568663569099253,-0.3146857687073071,0.4239608542175636,-0.33338146077025255,-0.7891026438726787,0.09028142846122507,-0.5763691386781232,0.460050420815813,0.25668903712952146,0.9923081321712868,-0.7823976910941951,-0.2992674388590421,-0.16284552234173214,0.1753330149897888,0.19891106638490708,-1.2771600112807429,-0.5592049330779265,0.45665626639422185,0.5110111273795955,-0.16981453060585297,-1.1651201368924717,-0.43156487360032475,-0.13624236457406447,-0.045223048758472585,-0.9350763486820939,-0.8204837497097766,-0.9781857653102052,-0.8843244304797782,-0.9663486187276004,-0.45068945633261825,-0.6068106249445915,-0.3636414564453796,-0.06293840174404297,-0.2544773966392774,0.2947679607992669,0.7770489056435252,-0.5714572423635621,0.8446841823787017,-0.9384691469798256,-1.369047653103574,-0.5358426112305574,-0.6520967303138722,-0.04674581126805622,-0.2675297337736898,-1.122840446300262,-0.38378751300200725,0.169584898928616,-0.4757700596680873,0.9613553896922108],[-1.3314029551778008,-1.1569628346803102,-0.5284948344009853,-0.46119580653286424,0.048515787832396406,0.5476932784858826,0.2904919703997187,0.9196017941938673,0.15884809640665892,0.8860607399388716,0.583712378694307,-0.8280227950058259,1.3431044534511452,0.22364394808469026,0.7620876914024053,0.23712444712500352,0.7269554750429743,-0.01581531005539163,1.0303170251460405,0.5578507778488654,-0.3554160928146375,-1.7566635901045589,0.1880426398904133,-0.06962930916793074,-2.0990024729845067,0.11095196758537516,-2.2404328061325858,-0.375258039516952,-0.04227079916393159,-1.3285924257762247,0.6257887169622849,0.9934317542269724,0.555981495305287,-0.6867867289576687,0.41842440298260913,-0.14461130623874535,-1.6454091872090166,0.17129785859386804,-0.7228067657789714,0.48052238057541374,-0.025384943892859054,-0.18746910590294744,0.07827975813400624,-0.5081935132545957,-0.4518723805270018,-0.45266374665430387,0.5758751184926088,-1.6444588371321918,-1.6730964916476558,-0.6451545248796403],[0.24332353954386507,-0.6023855145515926,0.6867429740338901,-0.3185203039530275,0.25787607268124124,0.9577005052364942,-0.6303389697771882,0.8662413155499621,-0.4296143726015232,-1.3746238242810522,-0.6414513556867967,-0.20967203083257704,-0.10461292374626013,-0.5868395837791219,-0.34175863352933394,0.5906965035707256,-0.43747597402867905,-1.263225361921224,1.0228214746306685,0.9105378146120576,-0.2529280364274564,-0.10704259424479345,-0.9558780333626502,0.48158283171532806,-0.057128842226888576,0.7298087101642767,-0.24684276424647647,-0.2523283524567213,-1.0038215033397648,-0.39645770113522916,0.7839462831148766,-0.9813658202529665,0.5867022647374636,-0.18913462013450594,0.26426394827835936,-0.6306997415037913,0.3902952580256117,-0.15748063652980085,-1.4145216798743718,-0.65931957738002,-0.25464318477805586,0.04257911844169493,-0.8728541223368961,0.3565212048187522,-0.5399123239670999,0.3839453026321936,-0.13003950634910752,-0.20280589082614334,-0.6168697172962465,0.19591895232061937],[0.1250578548024246,0.8890051293550053,0.542345289713005,0.4579986116763113,-0.4309361220837818,-1.2015230014545417,-0.12983330713316843,0.15930114178325047,0.8565184138558148,-0.8633822739804855,-0.24997133077576472,0.5367683757209551,0.6212909474134888,-1.6978337424062788,0.2740583264106233,0.006239636009614702,0.3335346092331692,-0.8590199734616459,0.5941264808655974,0.9556819910999528,0.1552562265225996,-0.5674904422133878,0.08338897274022096,-0.21202330058934374,-0.6793478745279127,-1.6300663534809765,0.07680497697593612,0.6634073162263129,-0.6378401748799328,0.22793290260769905,0.911392308465405,-0.9569716978852008,0.7909819198591209,-0.16660300568207387,0.479444888912973,-0.509838374812243,-0.8394499145491808,-1.1032262326332285,-0.9979262338224775,0.558323982356794,0.25747919549668413,-1.3255791862826807,0.7498818559921627,0.9017560949227795,-0.12190940370340796,0.8413755439469985,-1.1209543846713599,0.17495343999328086,-0.07338020054976127,-1.2422748723531416],[-0.6939977307030096,0.7327663219087095,-0.6208221598352557,0.5876035087456339,-1.1209796624614154,0.7883604669776069,-0.8257226593098355,-0.351652428396007,0.04824165379141887,-0.4360514081245493,-0.08451908983690884,0.5154421737678124,0.03798359861550265,-0.9752575542941144,0.7631176126847363,0.022637712953993888,0.8642085148806133,-0.06875011550315804,0.9682290439349197,0.279338175564409,0.6378526896289015,0.43663132644388536,-0.12885566894342823,-0.8794822834698006,0.7574728749864609,-1.0128800126149067,0.9979114062173383,0.622619135766667,0.8025036856787655,-0.5927395421480713,-0.5384445752369905,-0.2031318533321803,0.3254565567471182,-1.032964065059218,0.8396846129924854,-0.08565091596503903,-1.595862479181883,-0.35575190578136945,-0.9536276373781407,0.6283070940856154,-0.8466147599253688,-1.4898369583669016,0.81000801702536,-1.2644384163864397,-0.1617641149809684,-0.3550715362142629,-1.57997216477171,-0.5874351268174371,-1.0665992804335747,-1.5573510907693076],[0.1340095106883282,-0.5994751311058912,0.3855649974881507,-0.35159565339647547,-0.46847734608500197,0.02019920309871497,-0.20270792765232706,0.15724031072895703,-1.0025456928380407,-0.3670729277007449,0.9826941970946759,0.003656966256299773,0.7788697027494895,-1.3465242905142747,-0.019658263450729477,-0.6041848173326763,-0.5629746040307316,0.476552614742629,-0.20606315259857735,-0.5807606500451752,-0.668168460245569,-0.19441736948871272,-0.8924169653107937,0.11007674586733404,-0.40060042993115014,-1.1446012132477523,-2.0947269563660362,0.9427929128708379,-1.1757258285626437,0.2046690377194935,-0.7628521223170115,0.22827115851557267,-1.0448256566057113,-0.7698769116861253,0.6287369063793627,0.635048799079708,-1.110615777114411,-1.097297104990163,0.8572509777570588,-2.1025989203044047,-0.42475348638913274,0.19021316078211722,0.5004797831138886,-1.5357773037778262,0.3240043832071746,-0.5782039420048418,-0.5088031222746949,0.9839839258847468,-0.22538109371593174,0.539431353466292],[0.8384288577525448,-0.9037398216710013,-0.5359308816875785,-2.084860424141877,0.20860076684328271,0.07129910684602603,0.8927589672937175,0.5125310442481535,-0.9330651619254691,-2.0475235453255087,-1.8570809679217055,0.6410316835412017,0.5456300694126485,-1.099809197447504,-0.31755219802904805,-0.7684113771156739,0.7461084015977737,-2.3544097392046908,-0.36686979152762356,-0.4569527784484962,0.277831344305557,-1.806907157225072,-0.8041435153255474,-0.2280058362507716,0.45753394700140426,-0.7326373761069223,0.3671710593832379,0.34737759744057317,-0.17042528349898245,-1.2801471914650113,0.4070089052164875,0.9186925912277333,-0.49181690782750936,-2.47690741592964,-1.8173766988494253,0.13031736509657935,0.21012852799264609,0.2055973248570213,-0.7695886415200517,-1.5184073600457078,-0.04005686222273976,0.5165823808904282,0.04224484431284589,-0.3770698065174501,0.8385756417648158,-0.8435402463548133,-0.9623977717365655,-2.2160218571798165,0.7797887977378133,-0.38470468021531135]],[[0.35179874130441563,0.8861286915750948,0.35266991419905036,-0.5879078794715983,-0.10219465152794223,0.48810463530080905,-0.8075374136383708,0.10346606692233165,-0.13567554644582455,0.06360479903087565,-0.1626252786671838,-0.5742268455674714,0.9150569993997256,0.7603160255676152,0.7332980674069839,-0.494542837421249,-0.8797850601623882,-0.8323007047250078,-0.5457911000054138,0.11494707467833006,0.6214539000865136,-0.8107536411833619,-0.5869798266028371,-0.050251503921015024,-0.4347622758445923,0.5119698025941309,-0.4575989816606088,-0.11367874052149295,-0.4389976136408978,0.03559803797307955,0.5158215715106076],[0.9071355613349696,-0.6111615751891851,0.22496156531112285,0.0878161887534669,0.08920028462844996,0.20345547909432737,0.30447121230603463,-0.8279707977917466,0.5784395399089544,0.35889373207701075,-0.5380254192863361,-0.23972515193836533,-0.4606830586854017,1.6905146922579524,0.2151607205873411,0.6676087108228114,-1.0795387542889665,0.6959454162756834,0.03582186262752135,-0.209747795810431,-0.5765130457082587,-0.20809323090524426,0.7683881068100344,-0.34282448990599534,0.6111700024322775,-0.8509949046077039,0.836648571381281,0.3006148598401134,0.5416504930006186,-0.4364913853657892,0.5717974641736947],[-0.9368312446619866,0.2118777916285368,0.20732724015713216,0.5833388513990027,-0.943845703843727,0.28504572538901035,0.545917662312859,-0.21149930140535023,0.3942828750412738,0.5130627767564091,0.07483817004339398,-0.09832156826098655,0.34749579191832425,1.4527076462604671,-0.18388067428029078,-0.09318913113374222,-0.4092612713121439,-0.9640451268150518,-0.3322861080311119,0.31494611468288886,0.04582419570051149,0.7756173973317697,0.40637320649785597,0.2636081752461688,-0.2283535768741067,-0.28205957951813965,0.636041365831649,-0.8097936731476726,-0.671442349092771,0.40896877849625046,-0.25761175852619117],[-0.8049987400433465,-0.31926699755104865,0.14026297999233073,-1.012223972236711,0.07616876398014397,0.6561639325501134,0.3610506973462573,0.38923639138974503,0.8600160149920063,0.38180719250185136,-0.04550303685681895,0.2893925821008086,0.33874293554156104,1.7397974907150633,0.8404636007358928,-0.8569616675221633,-0.8550641338261161,0.6544420372555771,0.29260376676815847,0.5406352146097314,0.2255148186405229,-0.18861025071801418,-0.6766605840979398,0.32260786884168685,-0.49298930185255635,0.7767667501491252,-0.6067108805954793,0.4323149333769898,-0.3870395395904573,0.5076644348751941,-0.031312460327936296],[0.6553110546919094,0.054664842881045186,-0.17078881563773726,0.915685213969613,0.26912081005368305,-1.0153573097056032,0.658354117117441,-0.74503664027938,-0.4609718193094394,-0.8225607888304662,0.5575326201159259,-0.7425975646994768,1.5821359309616432,0.3016570563753387,0.2777791237143036,0.5815257265063751,0.8724051868738846,-0.9014543221177826,-0.1710740765263651,-0.6943557942042295,-0.7140266583849235,0.5405907181118703,0.654813889384708,0.4813094421755793,-0.7995944303840328,-0.002543702651812767,0.4733324712652443,0.07451892955759647,-0.7541113613555653,-0.14497181978338852,-0.6290548533248773],[-0.9016333842494807,0.716290424406604,-1.0068095660716334,0.40933985783309224,0.17074827415291172,-0.5069384042636993,0.17733595775596006,-0.9180368114244664,-0.22284472290023333,-0.4079708347770589,0.37233669199556696,0.8188416222616992,2.153729761321996,-0.9871844109505244,0.5908973387764117,-0.3567476290996704,0.39036648668290197,0.4699674742312843,-0.21483532008130563,0.4118239312878367,0.42636040173291817,-1.0085701092148984,-0.47742001130499423,-0.20774981108976998,-0.8464937490152997,0.7110634993099774,-0.32988473648208183,0.2592986147113016,0.37149974312578465,-0.08715088988903724,-0.44332189724723686],[-0.17672903517612135,0.7648712111208588,0.30418199204176666,-0.1301118312194138,-0.9346187138301817,0.42012142265999586,-0.0752784612425946,-0.8075977518412017,-0.31791369426777066,0.7903842689951349,0.27054763485459116,0.4616551243727364,0.6921753352596202,-0.5918516276939843,0.8612960196508379,-0.9375339417040037,-0.23764360799413115,0.9408301220381133,0.5877061446296822,-0.024395724231448007,0.7755335862597912,-0.27714745411741254,-0.5553893786784747,-0.7346551060232074,0.5668074452824494,-0.3992958179976001,0.0687405328306261,-1.0439771294411078,-0.3035365556126465,-0.6058361614862419,-0.9639821585186376],[0.7471159915985893,0.6991743571080263,-0.5372719985357478,-0.9720276355593219,0.8575209443865099,0.3366980525841769,-0.9832544901786082,-0.17950437678038203,-1.0012404433121573,-0.38605946094956245,-0.29821341181925287,-0.21722722739814074,0.4715973952916666,0.34618519975536655,1.5162663374429342,0.7797800820200897,0.05199250164438136,0.3540868726084329,-0.9798399599122993,-0.8013772367222184,0.5975180032449598,0.4863944433854505,-0.7912236074102211,0.951649590475463,0.6060763224638686,-0.3456964673141954,-0.9990758238765867,-0.8634159916467523,-0.703545583357204,0.32087114296401026,0.5169613552079247],[-0.4850850481362022,0.038905661366466934,1.0570510268746003,-0.5163152625295601,-0.10925548043313431,-0.4424222407963288,0.05709774307593365,-0.13023991006982083,0.8581104867909007,0.3694181656994425,0.4448369150196804,-0.9871544860994483,-0.6152019279799928,0.004419678814859238,-0.22390634601683562,0.014656342320422736,0.4352369197296769,0.09589203310837298,0.22745267410571657,-0.7817412133988582,0.1579004712145556,-0.8713451401752287,-0.814607032241714,0.507124032564543,0.8345580082034806,0.3051835716845946,0.2673702487743926,-0.33413230354818213,0.40539878434681575,-0.7584222947897489,0.5284719353974209],[0.5428440523275508,-0.2789571050889115,0.7998514876982359,-0.0016013615363364305,0.20169350188999952,-0.8819119032258222,-0.03779371152817837,0.658065908730023,-0.7862692826824199,-0.09943056639352756,0.0881487999893526,-0.5170827105771774,-0.4293874519701777,0.027737088721462293,-0.5671204238357493,-1.014357826034091,-0.7673025291757991,0.8208095040120232,0.5916099395961986,-0.4826635320696905,-0.10930307125009324,-0.2742041370541033,-0.675641427261915,-0.5390477803344157,0.04345816105601747,-0.19628374783559352,0.1323046168229469,0.11626560697191221,-0.5573198763479623,0.6648674910620594,0.2624473140022533],[0.017868222803321246,0.11443341174285906,1.1167237298043946,-0.7939271949242331,0.8221805682320404,0.2816124832027879,-0.6995936886069979,-0.25754158439023667,-0.4615935353083184,0.21847294894643726,0.10635366118151433,-0.7427326509959783,0.7545380788983402,-0.5582242467648325,0.08742856870504453,0.2586068624613783,-0.31135116583624445,-0.09405541490633144,0.038577223092424756,-0.13717114672641714,-0.12259235361846042,-0.958196572064898,0.4246447998728213,0.5760125447447411,0.5365672702187606,0.8201557032824334,-0.538558388741568,-0.4886045845199604,-0.48636699389648463,-0.1424258443615779,-0.08530178447364424],[0.6370390244062221,-0.03347757538337642,-0.6808723740206872,-0.22181845032062375,-0.9467181473001138,0.4057766905825367,-0.9425994376796316,-0.657323815027734,-0.8830394033270053,0.7419212995408837,0.15993313505581272,-0.5567283376483059,0.8062827144563619,-0.4021171153283319,-0.24089449234578492,0.4962398935616694,0.014715151148110063,-0.40301855846318685,-0.46897457564944145,0.8720336927813479,0.3282001467629904,0.5312113643889298,0.4910525139078092,-0.8825528098436386,-0.24284629519901801,0.005949519708828354,-0.3053716621674804,-0.5447785471632111,-0.0820701682392684,0.8149549589904395,0.6540849885718606],[0.9405753760209604,-0.8800776747475472,-0.24523147249441885,0.3311294802127031,0.8936171885428061,0.12309689857713339,-0.5357624946763976,-0.0675646562251308,-0.2559339203267304,1.520677534738023,-1.0085115211315665,0.12420089162058938,-0.43575514940233023,0.9361217548966306,-0.28261867237073596,0.819948634259048,-0.13823492671732848,-0.7452132122415983,0.36122144614768553,0.9352496844066914,-0.9898720788419527,-0.6540898545583417,0.8166367980788037,-0.5865224521987331,0.3907120736590962,-0.3698146905691277,0.43133761775463786,0.19000679479636434,0.3488336852456986,0.5396570899944059,0.01705591951390906],[0.48241103580311445,-0.028938796143627245,0.6533681786642759,-0.6759605917828042,-0.19432224473484389,-1.0149674486522589,-0.8133452817434943,-0.7616177180344306,0.9575045613835214,1.4747757744911658,-0.9888221167633479,0.13892892223593517,-0.7324209751226745,-0.18503123503737987,0.6432273071670458,-0.5416928846247809,-0.1249506651806522,-0.044244119332564794,-0.8491880404196072,0.24322757405629686,0.2536335874163435,0.6146894252106516,-0.053780855233619924,0.8484909517855418,0.4519374357170354,-0.23665376204919325,0.21195693862389195,-0.0031769564908617413,-0.37573539786308835,-0.5941780076189119,-0.4341181419140882],[-0.2942188011076665,0.082808433378955,-0.9116803456364623,-0.5597603380495361,-0.733093879609168,-0.4446922495636161,0.2912967154463544,-0.8353016546653234,0.2290683539127712,-0.4666534750846835,0.6111568500163685,0.28889093785486464,-0.3782218448697008,-0.8617773743210403,0.35265440329109715,-0.8617432721203483,0.8442601721128159,-0.4166416629896348,-0.1629969670686161,0.36029268418171734,0.1839565055996839,-0.8644262372333508,-0.21122938508975175,0.31322341758571337,-1.0042826603105515,-0.7901161437375589,-0.9354362515489517,0.1228017029144671,0.43794056578260515,0.3158917924629653,0.4815032609161129],[-0.5600193246706429,-0.2476999929555325,0.8427092751329831,0.5484744446554951,0.2939842011072715,-0.3961026730130928,-0.32501973699136133,0.6737123442742347,-1.0598905230338853,-0.6705198089324678,1.564512709314244,-0.5807286967583286,-0.5936847001194863,-0.4436762175312718,-0.34181837410035554,0.8027652145958218,0.440134473683518,-1.000391095604888,-0.9239717891919293,-0.32720569502482977,-0.7375568786420037,0.01869099178226449,-0.1594217779710307,-0.6613076958527666,-0.553017019707848,-0.5649625505769124,0.7047951550622289,0.9089842872838696,-0.7157147046617685,0.15752664983347753,-0.8663728116079059],[0.04494005730443067,-0.09829178387852384,0.43918366661762426,0.4155782285150631,-0.6329141795597859,-0.7227247605451902,0.9597348814176827,0.011832175510504288,-0.565072884187315,0.47068468625882554,1.346924547878507,0.12665767290494515,-0.03527826388150752,0.9725440926336939,-0.5073190917490865,-0.17697482581424095,-0.2099338091767234,0.08971715722001311,0.6786118105916661,-0.2370096822423719,-0.6926997766407154,-0.19147105014607785,-0.6635851785411323,-0.06079950301182256,0.16942999724108931,-0.6601278716934541,0.42577057615672875,0.6454635625916026,0.3857713968427737,-0.8184982927817429,-0.3124538684231252],[0.9078260880322637,-0.5665428418826276,-0.25536498677834496,-0.7519707441217376,-0.5658786669426965,0.3196997330485518,0.7045801733976846,0.12150021497812054,0.2104788899156916,-0.8101610448374191,2.166731233129659,-0.6930535171679214,0.22568195424627455,-1.0209011030796804,0.19374829416174547,-0.39020854850536135,0.934877900469619,0.028737048040791496,0.9695993064986244,-0.9367298492982615,-1.00028155586592,0.922634147502838,0.10359920178719748,-0.15735955154643907,-0.48842560059834067,-0.6423907312872351,-0.06607415372132198,0.6055884145635468,-0.7972413060070568,-0.9028385423817785,0.3400553112061321],[0.06271521164632175,0.47276445842871223,0.9101661210515773,0.4460709504547079,-0.09188582180466806,-0.30671419729833477,0.003916922572705079,0.5180894362241201,-0.693347332253166,0.5253139198725861,1.2751007670384762,-0.9300564777130701,-0.8350443164804157,0.547295704591827,0.33600527625869675,0.940221868776991,-0.1549209979856101,0.42879561901631374,-0.46814923385460616,0.312477263033386,-0.5427689252651262,0.8165055739369542,0.05864405589848126,0.8429152054836088,-0.9055366988140169,0.15257126392760573,0.30832956450648286,-0.6025346786371091,-0.05491599911030735,0.7296483263771871,0.09602140100128742],[0.10759316176002676,0.4195774584046769,0.6112837254559829,-1.0028978357129568,-0.9239963385585869,1.5078744847939425,0.24702856915261057,0.30777349571602486,0.10040246999325839,-0.022321164597938332,-0.03374416422265145,-0.2688397357655706,-0.2864893353592933,0.5115998884839139,0.6443533363962386,0.7063371109868196,0.7224674561881294,-0.21388157083180165,-0.02003731909982389,0.7400887038529465,0.8758172918478913,-0.0008051403709426317,0.44743742782060625,-0.5024375722691082,0.27898441020330533,-0.10963484123302011,-0.9648421541371551,0.3944406738189595,0.6968914253770546,-0.48008951324132654,0.4653878024935431],[0.851796381075636,-0.8657038972085187,-0.20502764125173506,-0.712062979403514,0.3866798054170907,0.6429419209316836,0.06923036557110754,-0.6508186582689228,-0.1196535696007624,-1.035053077402935,-1.0513555577904774,0.17657376163442162,-0.9289759852055003,-0.530800463127982,-0.6645028154329464,-0.8555312999911829,-0.44010774217262455,0.6512690840396316,-0.24682597892729843,0.4110477028417632,-0.7780310406847665,0.6177839155446836,-0.9043395419899719,0.3439482095113241,0.06070619684542432,-0.8370023471833843,0.7250743612154016,-0.7034076599491599,0.8200367177803266,-0.3420617004550073,0.776416102691474],[0.06449444067184706,-0.8055491533930796,-0.5069596283198827,0.797161634364537,0.7705674256094033,1.4766083794827294,0.46634211546156557,-0.5666869567003245,0.5489363077527291,0.6149610115730689,0.4975275616732014,0.8200191114097881,0.44451465428686626,0.8133840053330604,0.8482963474702518,0.8522642713473487,-0.5386260991583443,-0.6577525087944481,0.5032125462276368,0.9201069707008865,-0.13952738172591173,-0.1647645973465953,0.44515057263795565,-0.03652457979751756,-0.41497888924543225,-0.696750846778099,-0.5451675483878345,0.3125379057249727,0.4544100139204644,0.7133743299728809,0.3771745064690326],[-0.3964417794619203,1.5956981828981667,-0.15300518697680124,0.6987281862626458,-0.9054555362998346,0.863005449087881,0.5584627802131674,0.8634887456798122,0.36836826246906446,0.8302691287614513,-0.8770348887766786,0.6786586401117849,-0.1092722931498047,-0.1527393976228477,0.47959761663950456,-1.0183445416505206,-0.6247237826734388,0.4483981909889624,0.6894523279337332,0.3334964723811302,-0.569551032357116,-0.20095702161363044,0.7105614642040903,-0.8128977136213553,-0.9832863601320543,-0.8762962386212592,-0.0398367678372061,0.4822694764407362,0.3387942935961693,0.48569399720370293,-1.0548509976926672],[-0.9332028218017742,0.8862463604734844,0.5221289500862321,0.17741214373276384,-0.3096878888238104,-0.26997265074666976,-0.7859089056672768,0.40278406234765285,-0.821137911824197,-0.5415022963532744,0.0471145956977174,0.1279544456098067,-0.32223483785245416,0.9726506706524158,0.038406230770060404,-0.24493767400279054,-0.535263933372647,-0.29765774279364365,0.7957278457709945,0.2090476881563801,-0.09290025356720043,0.030885007843330942,-0.20163413061213023,0.38428463535779245,0.17681198703683845,-0.28239068441440535,0.2856056312737438,-0.9529315037032741,0.2537515388103155,0.6056792318279683,-0.2864054465000885],[-1.0269563823419787,1.5822178781698524,0.5808642349445045,-0.7702299068804989,-0.9785935403881344,0.3096543432520207,-0.2645558135060085,-0.15133135375997103,-0.7405926127394338,0.45001739311203903,-0.11194970036378385,-0.7887514992826753,0.09244358873191275,-0.8047075573352559,0.3173169954240412,0.2690393007383183,0.7286623732781711,-0.2698018549193088,-0.39740417690464014,-0.7922863638489943,0.44272943902899653,-0.2284784602944042,0.48087317952646075,0.6660123428273792,0.31996777503224283,0.12118208082834833,0.7114971406889662,-1.019491938149439,-0.18317088463445907,-0.6981457999482847,-0.9386421486366175],[-1.0124264482771415,-0.4360377671959365,-0.03109112935109324,-0.11112608369016733,0.26464833903908785,0.8990957926697886,-0.5508234311367881,0.379028054871109,-0.5138422397696507,0.3190180700760881,0.588430267541977,0.30691043471008983,0.45012945012798317,-0.33365695221945046,0.5267807345303973,-0.7853304452799829,0.1687644527416584,0.5045237947146431,-0.9353912127910405,-0.8536462078770232,-0.26882660565637073,-0.528347845250334,0.47617686500761575,0.6847673756568936,0.6394151105310428,-0.8617728198881447,0.21214873326587655,-0.4851974850308246,0.5755655978096396,0.8455792954144976,2.2955867327169397],[-0.864303512403793,-0.17551286318147538,0.19068385411199423,-0.01958769826932651,0.8311759810437859,0.8356331737083588,-0.7442752523430509,0.7268282395793804,0.8929233327265059,0.008697166430300406,-0.8072626746398717,-0.2928346517765287,-0.4378617543344356,-0.7177406532866594,-0.9911712565178584,-0.32146715905175244,0.39776955699841676,-0.13471021865673946,-0.733123295809486,-0.8700207169053024,0.8416005801505603,0.5254823348273238,-0.8626482720282385,0.4924701572263291,0.36952954411540995,0.8700062458024423,0.587813167732027,-0.6790777548519854,-0.7379503183655376,0.7257084443993426,1.5094125057918213],[-0.5520367645433439,-0.8934285501603058,-0.7431413382061187,-0.4400510738379345,-0.8043868353276821,-0.9342086357595292,-0.6379661539910736,0.13643382969547202,0.0036192922439709377,-0.8872191395183928,-0.23327301481943935,0.029443754291687604,0.21236689308307624,-0.48662056476293436,-0.34434783326601454,-0.8657898139669674,0.9168571532966624,0.36635581369003084,-0.4394932493381926,-0.791689987483916,-0.6155661814823461,-0.11792063221753073,0.7901833402217593,-0.6424816467011624,-0.8797998636986993,-1.011382343934104,0.33273726152320043,-0.1680860973356944,0.47803567432674704,-0.9312170676950314,0.4966911752445752],[-0.6229034056886554,-0.7464475175848823,-0.7673978978821523,-0.572211853711901,-0.6842501107192891,-1.075257774683352,-0.10574582855132042,-0.2689612930567444,0.783542474087895,0.8530732536092444,0.28753330427535206,-0.3538402097019054,-0.6761382525221711,-0.49203087305727256,-0.4311470373747536,-0.6034432270936951,1.8644397503249246,-0.9342830377827629,-0.03152895567864822,0.7152876715367695,-0.36297589157125965,-0.5513342278772699,-0.09722605902802565,-0.23454945143120506,-0.5513931934777611,0.5453757546821453,-0.596851920385365,0.5679566645630766,0.40300268793286026,0.8281165327970885,0.4431095346825228],[-0.6436454810783037,-0.0821613838944264,0.03400830251532788,-0.740339105089947,0.7453756963072734,-0.14215813920686324,-0.38562617985682923,0.47978347503136776,0.22431284367332735,-0.5801318960521644,-0.0037897802830400033,-0.21073779316123986,0.5198105773874123,-0.37202210599643537,0.4042067714711853,-0.8318624763304152,0.9099070587104034,-0.29625808657997943,-0.7568063086080075,0.3341679171642432,-0.978311601253005,-0.457749341430216,0.7006840773553554,-0.8455740761968298,-0.9324652524097855,0.8558101582696263,-0.21272171644982285,0.8028079768462627,1.1461693492075604,-1.029036152472173,-0.9240508913517086],[-0.7445085202713303,0.556010808058173,-0.15180020428582086,-0.5973640253671594,-0.5459232815868931,-0.014679556993069567,-0.5696441903739211,-0.17601994457978498,-0.928364109284752,0.3587990144692595,-0.9819570029887219,-1.001219231972421,0.3856078544089357,-0.5558455670435394,0.4738091603039015,0.4001895609297749,-0.5820164817208657,-0.8531202811143799,-0.6129437124374174,0.36534339344904265,-0.23597002707946815,-0.8687420352714046,0.5367930880385305,0.2346585785595821,0.43285256927766746,0.20250182004132242,0.3547946582096995,0.05506932671973526,1.1539555450649215,-0.5580136860461798,0.8624266955283454],[-0.603482377427977,-0.2978400694167864,0.06062877551823312,-0.027600806531984535,-0.24779417644565127,-0.6776409964030244,-0.13080046352317348,-0.6379508856192452,0.12017206163049045,0.47962010227877216,-0.5343376080445739,0.8359197603096081,-0.30261799224130376,-0.7946723087932,-0.014355854386026627,-1.0170526782121212,0.7386126901637167,0.7754833315362136,-1.026708900697644,-0.7366658396316731,0.7445809997985817,-0.12837299907579194,0.39285129074725705,-0.1535217249327322,-0.5229817691165908,0.0004902377714448094,-0.1808890410948947,0.33418306876754383,0.25292325436633367,0.744647506755782,0.4287750694897291],[-0.820496524847408,-0.8412982805499406,-0.9681585140993804,0.3675377790901702,0.3666068332781235,-0.5243648280918289,-0.31309397411380907,-1.0151988638515896,0.33484008200620646,-0.4055068616160158,-0.17052641996905812,0.20368559100401942,-0.5829701038240309,-0.23052840495106663,-0.8678737492337254,-0.6629452839108421,-0.615145046148428,-0.5386144580209631,-0.31564838292249997,0.7052699304176266,-0.013749959567916591,-0.5801443637699305,-0.9017871308846334,0.6007051322807295,-0.21890761049642382,-0.7556016425140308,-0.056034077641040916,-0.24541771030469287,-0.6906610485312779,0.09240346757820724,0.6319583074317727],[0.604442883517069,-0.4584544612283431,-0.2705848831330515,-0.6165278792245149,0.8808388017393609,-0.6645678471767742,-0.5871350983158694,0.5197228176363554,-0.025058338915921612,-0.6982441076549782,0.5752460341268584,0.13679006744715158,0.3199409770043989,0.44438395613231635,-0.2772783420103881,-1.0076723515760708,0.9238121510972251,-0.7205010352957445,-0.9752090098686199,-0.7667527235883658,0.8338162282681604,-0.46520109769219614,0.24023648759110397,-0.013488239109277588,0.3190358407247601,-0.7855581538468974,0.9084687306426704,0.6805402500765692,0.8520911052344083,-0.4725379890435992,-0.3852045103922722],[-0.4225483866172378,-0.4914476495097291,-0.43594471036641114,0.2279800615573118,-0.7720388934155843,-0.874870289962172,0.004908745675717092,1.5248069884281106,0.6136285095506204,-0.2181219598380916,-0.3695364682320361,0.5838359721379222,-0.7170493629115463,-0.8493396291658502,0.5995891833342095,-1.1733436535099517,-0.1643242565785289,0.16935968528414608,-0.9345436220407614,-0.11421074416737632,-0.1664326546627857,-0.8453938880856796,-0.07831580030450144,-0.01905333640642713,-0.5752608796853254,0.7832101759444405,-0.12848831288837134,0.5064118102819812,-0.059724173106029926,-0.822804067432285,-0.75871777609146],[1.7947639319607036,-0.7032105428996125,0.6704973675252297,-0.46007704101337676,-0.7798260520373832,-0.1579902350349595,0.3225331009773673,0.3942705118346913,0.016561887208180394,0.44877850646106826,0.9143797011588942,0.41981618139478033,-0.251023443604137,0.7010669618802997,0.8080438684350958,0.7459023627221852,0.2923444932025398,0.5730374419668977,-0.5928407670441734,-0.22869271642527172,-0.013287144809172289,-0.997897559609992,-0.36159194648801424,-0.9061918658583015,-0.7780889856937017,0.5146774733096317,-0.3219613534476756,0.771753943981955,-0.5970559330739356,0.2720075897888471,0.018639805667785475],[-0.5818746201377536,0.6138367120120384,0.8813630806817798,-0.007560159443007578,0.948021191581462,-0.2005462445747645,-0.9294285131254139,0.6789666276460229,0.4983040597649347,-0.4024392617907415,0.37861490769066974,-0.35021777563902995,-0.0009155157948343411,0.6582459861445747,-0.9250116809072937,-0.692342197825341,-0.8768513901279292,0.06797973232643095,-0.9393707234526226,-0.5414302327860203,-0.9016531583904416,0.32529394990236865,0.9681868840775223,0.3897400241715409,0.371404593207182,0.5454544442469729,0.5064727857814412,-0.5193463048789757,-0.6673287267966015,0.43357230094625143,0.28067985372474236],[0.024310029956061466,0.949156446700659,-0.5119617493345429,0.8712461569665587,-0.5494860253144084,-0.36727329366691297,-0.5687632324133381,0.08553173409775114,-0.4565553281489131,0.6185672524531053,-0.45571758391235656,-0.4151367425448142,0.3958971511747933,-0.30922261510126603,-0.7017755140533989,-0.3014993032653898,0.12559402629670857,-0.8573066081798368,0.559823432318613,0.14005186295599426,-0.6696156773737248,0.27381656690480416,-0.6412615218577906,-0.3634568054359222,-0.2882981501958501,0.8868941513520353,0.32880239294096864,-0.3713770953570965,0.060341443023473156,0.7284228649307335,0.12817651091157997],[-0.807619697417921,-0.14611683566183414,0.1769297594788515,0.3776955419555956,-0.46595354824799845,0.3086797495657257,-0.030067653881314337,0.11961255975080515,0.34602233920953607,0.2291006287260246,0.7415952563657902,-0.1405236174484895,0.4439529792919553,-0.2765482039744813,-0.5554127492171808,0.513252117438981,0.4889573903457507,0.25702235679978425,0.20804546037197413,0.2570003181783991,-0.569374787714103,0.8224593638669077,0.06278356640089106,0.4097290114076293,0.4218927101017774,0.6090226556662544,-0.12946920837191342,0.930146326684185,0.5274110166280845,0.7870704028401813,0.8151473962346949],[-1.000378252225746,-0.534086600048974,0.7243554046419631,0.20730116901318485,-0.1286175035261009,-0.1296970477345044,0.16063998102143226,-0.6662068145914253,-0.5658681446640716,-0.19960772401686477,-0.04815397670376157,0.49728687336050886,0.3291769945584954,0.09692933676774138,-0.7860211867158744,0.8367515432664252,-1.0670552780711642,-0.25062988341414355,0.34185483777251785,0.36061180874067406,-0.8552961794428736,0.3322743396948051,-0.6253282282990654,0.6189358098480044,-0.046329620114917716,-0.21642785159263803,0.7426628026826705,1.534357861013506,0.016863303315260543,-1.0157668408623726,-0.676624375368079],[0.3051315679903124,-0.3381806652515549,0.32511387672852937,-0.9247994520264001,-0.776175839825387,-0.0077244464833348975,-0.822701242028813,-0.5605604794874035,-0.39364878073670084,-0.9164307418638595,0.08725993524570572,0.014586724595209126,-0.8355936790393931,-1.3142561099347616,-0.886186676093917,-0.2823144174035511,-1.0608438347899152,-0.3329808007260277,0.570999985770142,0.2073560850282934,0.21236906858138138,0.12462868759594904,0.06788350530997485,-0.9049430826631036,-0.09522833112214116,-0.37131563643236537,0.7244408379829044,2.3067196412053037,-0.0642347980120315,0.32486628685214103,-1.28694187894068],[-0.4589366370452553,0.8092973622993396,0.328908564699199,0.08939252801205282,1.5501196165186224,0.7036172155183281,-0.5809279485627775,0.6864161849580186,-0.0061302002357466545,0.8886460303141402,0.29692215495172547,0.04570994162477956,-0.06649091371498723,-0.8097674180693252,-0.6610569937942135,0.880980237495114,0.890970366447133,0.010042223175059766,0.721817901445131,0.35272754438951703,0.8783513587062708,-0.46687645323096333,-0.5566022406358188,0.0888022723822972,0.27977547325801355,0.5450075262653977,-0.9277663061639859,-0.3435631171989107,-0.42776515043944285,0.6587015787641395,0.3468674261109331],[0.33211007154505184,0.03311412414292908,-0.07916991459350678,-0.29716725358546203,1.4777752139694582,-0.9865810045892923,-0.24099383288838278,0.9430626321966705,0.767027585261258,0.7026781438237791,-0.9467129092278029,-0.723947836548408,-0.8781746091344222,0.2297235517993116,0.36599693032522795,-1.1111509059542433,-0.060316961606302795,-0.06971218533931593,0.22984775880502367,-0.7185761363875215,0.5067190634241804,-0.08976565682667394,-0.5025308113659314,0.2088902263172494,-0.19314795389843642,-0.9857663241678566,0.022948764436625163,0.18285277729142208,-0.6254267189524414,0.39827794231579877,-0.059994244188495104],[0.04932539123561912,0.7154218804234088,-0.44639362435915053,0.6076966274318664,0.40546917514826086,0.391000184153029,1.9050026029595644,0.14464947379342158,-0.0833845447234151,-0.19125967209412822,-0.7468275661460266,-0.5394315635888378,-0.24612199147653993,-0.7796724847623632,0.16411910238951274,0.5918382750359803,-0.4033745479184761,0.7253924594421077,-0.5511033175397946,-0.19073376419133897,-0.18102715519848636,0.9234277079032721,-0.023782923594385354,0.6280397727420514,0.12201641996656222,0.7442247743804764,-0.27607731398419655,0.313926094255849,0.37398281628574237,-0.5573650892190175,-1.0253748522872677],[0.573904059095516,-0.17403684575648903,-0.6056633651333101,0.32525970410199573,-0.34229710266558966,-0.8780964683826006,1.870660497014929,0.572711267960867,0.16077799687919173,0.4102734738084274,-0.07629872522811654,-0.00921546658978677,0.43466583072729276,-0.39580522193118234,0.13669225482862898,-0.16991799786097853,0.016841046642186126,-0.801662873279417,-0.7921715103605713,-0.8303664664635244,0.823910589013952,-0.2711940022487859,0.608088711826131,0.3142197248625841,0.5969069187167118,0.8059677539360005,-0.780240268423663,0.3035295750001894,-0.438805021291496,0.2115983565927397,-0.6631365328666586],[0.5768696464761897,0.2471235998992427,0.7678591165309133,0.9481321950930088,-0.005767705467679383,-0.24930407722752984,0.15642299171076898,-0.5507067875250874,0.41160752906243686,0.820708057659333,0.8128764652349173,-0.27220419953815156,-0.7531651455272607,0.7312534329741732,-0.15445640384662535,-0.03729495298282772,0.9783066196886167,0.2401509278204388,0.6265087138043614,-0.4667387262012924,-0.10470041546888917,0.5374777852004401,-0.7864101139348149,-0.42443215404271356,0.5072719120850603,-0.16557271706258686,0.9233368052759494,0.6362202385667394,-0.8844497054455834,0.1484113349390999,0.28907292077284397],[0.5907075843147055,0.06879910512773992,0.25897208717934017,0.2130041936297938,0.5183326859414877,-0.16218849427183044,0.3992137601551296,-0.3878203908070817,1.5762643941633885,-0.18914387848323314,-0.4079574489966147,0.4345760016144177,0.4491627194854937,-0.2310579238091627,-0.09016577743314337,0.5159770125824349,-0.8529659464127479,-0.11307997556328736,0.16438136847471613,-0.869377064001848,0.6608091713264219,0.25543475286740375,0.26156594637309033,-0.8650804505620194,0.5184648133642157,0.38633517615518936,0.8756382367172618,0.3711473233500424,-0.7873260160493154,0.5982710756638947,-0.38073829060077147],[-0.6653719706666289,0.7733613081853362,0.5671446554421485,0.7194525833175974,0.19232902092892382,0.45147523727423344,0.5024718754077117,0.1385234785799963,1.356523521757987,0.4339441934798226,0.7724201344760179,0.3522908912154502,0.23088479899485076,-0.3314381030100591,0.5112795149812465,0.32063988335513965,0.19264479831624967,0.13457843505960368,0.605189881718169,0.8997583261227321,0.1569424908973644,-0.610499790052496,0.6251326934935667,0.17791341595575488,-0.25735887834134696,-0.22520223190279393,-0.6329264832284336,0.7523403782693244,-0.4423201317106127,0.5431738380746793,0.35662404166733164],[-0.7068407047022621,-0.054890570083087585,0.058587779340546764,-0.3749163546698989,0.056251319560624485,-0.5012527413462304,0.08589596193319433,-0.8248810156480024,0.7332351400416467,-0.151939896716228,-0.15003925308762592,0.22042232909615236,-0.06403573154641819,0.7794981093241219,-0.9901965047115465,-0.18406241498534076,-0.674443922430811,0.24878105387232968,0.33713266177259027,0.7253911235565963,-0.17328123419753008,0.36151186315514944,-0.0789179925741859,-0.06409438744354011,0.02374429343045196,-0.1108464428252006,0.9515487873099879,0.9444056169574585,0.16780576724578156,0.006855029112497379,-0.23125137028623288],[-0.09677752452702587,0.8068931481714239,-0.18011832584953857,-0.9366315375276442,0.7659660485337044,0.2266552941869773,0.4553523824988554,-0.9330271019829569,-0.30367636767457074,-0.5409128512596115,-0.7589923715159236,-0.23902747879163652,0.4299942791196644,-0.9879822970005222,0.13225587152646026,1.370269007452868,0.18944456343370888,-0.8063786830160503,0.06529175769071478,-0.7200623798704668,-0.3713863825407206,-0.8362885601493937,0.3598295558354212,-0.6466451811003828,-0.5249322900384322,0.35134313617665197,0.9188558339473754,-0.23677093657746434,0.1839939079447432,0.2356154763053016,0.16618040960142214],[-0.0883295669581051,0.17599045476130512,-0.5911112635867077,-0.5979903996442166,0.5294826589083358,0.4970570718656063,-0.5025907901565745,-0.03417148726601129,-0.4913023057800519,0.44400750028756436,0.10612929387994438,-0.5993576584986483,-0.08706998303350812,-0.22869124175150052,-0.04034859343521852,2.83390085143378,0.09221765860450054,-0.04825157671103652,0.7197292715911837,-0.7053693426306665,0.15629656173132633,0.6651975726116408,0.41069029801688944,-0.9885292733727186,-0.8146309671137247,0.6809878733581257,-0.6867319246807999,-0.45700708880096813,0.30446883258565566,0.4641759902664871,-0.21692371477191344],[0.16772379357433234,-0.1027196997446377,0.8097282577081385,0.2396744608963978,-1.0463260727690114,-0.6254651699094634,-0.5402560703448906,0.015757246157395863,-0.685757570641042,0.38161489255265846,0.7788990720932004,0.4953320708551564,-0.4725522202827735,-0.004971433195122289,-0.11412195600418198,-0.8478501234183347,-0.5534451735208082,1.1296224810647717,-0.17666934818937013,-0.7960002630948981,0.10240529849196414,-0.3968618389033301,0.84776384886832,0.8556450008866746,0.6293001275074733,0.06435275859735139,0.1418365178329915,0.20319251270576913,-0.4788235854893138,0.59585043145349,-0.9784164014527509],[-0.4923244158396011,0.26337049381651306,0.4899614950020589,0.0650050865539574,-0.24922927824016913,0.16127296859343007,-0.40396130287867676,0.25179478643945297,0.5783766658952341,0.6992160035772937,-0.8088289300980249,-0.3898467478717697,-0.2765666798839296,0.7484732625688578,0.6066654886231656,-0.8357809937651177,-0.807662049995022,1.6742952425323008,-0.6521026785171687,-0.7059801151598162,0.49215500916137594,0.7228817931880576,0.37264318379100025,-0.09987564240450116,-0.6129011906423667,0.14408855201897755,0.7975754253041311,-0.28660254123420686,-0.002305765866933973,-0.0141813226542988,0.5647097912572766],[-0.5122244826951384,-0.676365786686972,0.21911941681624478,0.20019589697605908,0.26929410149666577,0.09591715934946476,0.802264491358241,-0.5199719602770717,0.6698155852200101,-0.7459701724745323,-0.9854944528920968,0.5655396788274891,-0.5254714571059066,-0.833764035748984,0.541120875331578,-0.45607540403087404,-0.7337324209751741,-1.0510225148979293,0.4055748725649752,-0.31089515208837376,-0.09514894113764728,-0.4031071670529032,-0.24781165714149547,0.5003609941224824,0.3693518739335571,-0.738416516090947,0.10654030755517148,-0.05980918920955664,-0.38113910996224226,-0.2979370168391061,0.138459356060482],[0.3232081117758146,-0.6879712016421587,-0.3464963005475627,-0.37422496306369607,-0.10464202971260826,-0.13478911742854427,-0.0034654845807608383,-0.177359972180426,0.00985875102395225,0.866452632069517,-0.10963619005769498,0.5556671723319565,0.41586725982731104,0.5284492508992497,-0.42124406060644554,-0.84807683040117,-0.48116529969557825,-0.25374867956362573,1.3965483086626669,0.196241258500926,0.7679726433196072,-0.8207038777777106,-0.6664803761548982,-0.98515393374538,-0.4043109176149783,0.07307359586122807,-0.7923382596705868,-0.17130095509051801,-0.060316197409115604,-0.05131607825983024,0.7180858723327972],[0.41468613327257037,-0.5641378159086686,0.8734257592398205,-0.8511300333980254,-0.6685997363919861,-1.0433560975787937,-0.5983167837309284,0.879968426689313,-0.11231596582720872,-0.7699530474663927,-0.7672783366698601,0.05329118161785657,-0.23354646750394772,-0.2466981894046631,0.5051160180368395,0.6561433196951333,-0.3018145184406118,0.30205316794994985,0.17004539287245346,0.07494019812070593,0.8405069303682641,-0.6058881547666995,-0.8109742973236541,-0.48185551737698135,-0.3291678992624229,-0.9547270727105717,0.3465027976685363,-0.7454852289609564,0.16006984172296812,0.8205283321082406,-0.4314671055150043],[0.39006251685726506,0.21786746064580031,0.7191568491026806,0.5070654111130793,-0.060935264295632834,0.49948168831506456,0.7834042614976787,-0.21291341705938516,-0.13357013961975733,0.3408728878958472,-0.35646097860077813,-0.38335553917662074,0.37448905189937726,0.5107457677357433,0.6986477496937815,-0.24560494221348933,-0.3975321793604246,-0.4804850806689719,1.367073921754907,-0.23677412906759912,-0.09397170431494901,0.6598651181786475,0.014112780863008441,-0.7398541089319411,0.7536333206447585,0.41374062623640373,0.5261437367964333,-0.2743701142088517,0.23695164560375628,0.690526477875827,-1.0102210466489443],[0.794327927960769,-0.5651678515282886,0.4044583748675987,0.30089705808835604,0.008795478451945586,-0.19548190613566105,-0.8799282548666754,-0.8597026254275165,0.18628162758667258,0.16139321494565595,-0.10041297462582632,-1.005528124374952,0.2201537693354963,0.11192639436965138,0.4957305234101874,-0.583470952725604,-0.05451772553457125,-1.1742922758619054,-0.17451281312664604,0.6378589155277975,0.17437534529867552,0.3162870832534264,0.555608550924597,-0.6104955871207485,0.6044472577422798,-0.9771008791306058,0.2449660934349198,-0.9046778623186524,0.8434999437657384,-0.2683329261748524,-0.21599404287818091],[-0.6861159133177045,-0.464067663483249,-0.7708160122280602,0.28664042274964685,0.5623174364745454,-0.9526988319463009,-0.16680589123844355,-0.519258444854068,0.012206364254016186,0.22067734206461662,-0.40465515737590835,0.6414815446967033,-0.1836582107534532,0.16945395550756606,-0.4186625377712551,0.6521806253607646,-0.2530530951290081,-0.8325830727732773,-0.7260473905249227,0.8779465131975016,0.766699163650872,-0.9851214091200785,-1.0317286439796214,-0.727997458827755,-0.6210023590202505,0.2592714254071846,0.7491327154189763,0.3133585424702397,0.39483970936986507,0.08713424863851592,-0.12980034638005822],[-1.0267808146697435,0.16293328468466992,-0.6050936068131336,0.597308610682473,0.7912395167940489,0.6702900391747645,-0.6719020245263144,-0.02350108664095986,-0.7647050049946587,0.8862138709848454,-0.4599389863743307,-1.0045811969229725,-0.5059006788272113,-0.9282704087117574,-0.7436977562401932,-0.2976766143488093,0.4661663560484764,-0.5260150222155641,0.5964467684735586,1.242099018347666,0.707861821729838,-0.36102341361169077,0.5524685401484597,-0.3921304220224013,-0.03746205473963314,0.6403381454048834,0.5679525769967164,-1.021330018126952,-0.3430148742403852,0.021252188746948522,-0.4308821996309408],[-0.475348980154841,0.05467091783992309,0.09755126759916086,0.5926542982949338,-0.4867509506513692,0.15850834943331002,0.7570768423363469,-0.5023382469132275,-0.9094376477362989,0.2558069705893952,-0.5333899378570495,0.7357723375197557,0.49259330874417745,-1.026821289210118,-0.1440962726779608,0.5527401696640649,0.33650787659812603,-0.944698250492023,-0.8004151160330293,1.4960098167786462,-0.432100690374841,-0.6853605348533628,0.7389723343782942,0.3856653050677597,-0.6053481769510307,-0.7706121377888177,-0.6559538732099892,0.44321992395059595,-0.3195675804896442,0.8499986739508963,-0.7328420341605828],[-0.29560263615583404,0.2202513359146534,0.29131489953667716,0.596316937151512,0.34036652338600815,-0.5759881195789543,-0.8426105999376502,0.5163760517284035,-0.8148024292830103,-0.3132391675857445,0.2975808675543587,-0.36612223538335587,-0.648904115469756,-0.7782487179985882,-0.8488866560229577,-0.7008503599592044,0.05537285717908239,-0.7454678953814178,0.7168988593956701,-0.7303363133836469,2.1144860483048524,-0.031820714322822956,-0.8161777110692134,0.03784716804212003,-0.5179328840082708,-0.5886928743073268,-0.8745338035031761,-0.22335714011390068,0.542841815668064,0.6035794278069057,0.24023911371274986],[0.12919918687577267,0.850449539838574,0.5127603613448476,0.18566136203014819,0.06141553365565979,0.10940993385346753,-0.2211559345887316,0.7093854816564187,-0.5045792269957923,0.17949515843163333,0.49498080185106974,-0.15321808710454443,-0.6713784667914271,0.7104940567601916,-0.9194055395787214,0.0555966837594393,-0.6709127057324655,-0.5427076707897993,-0.5213283055669403,-0.9322354004471157,0.47537786965273743,1.3998063656680757,-0.9199179747361503,-0.7282342338794814,-0.2058451362351298,-0.4276571906208806,0.36764596543957573,0.578786021782826,0.07515078332794524,0.4863592133171697,0.7531991098203838],[0.4440480588303121,-1.6668515783885942,-0.2829873050347129,-0.42861527680071315,-0.2580144771832417,-0.7850812562133457,-0.6242143860524696,-0.5715230189527044,-0.4174118756126446,0.4020814864289191,-0.8333694430276466,-0.8796855543253065,-0.7947018692697164,-0.9393011136653981,0.06009114750199767,0.6743357031748592,-0.15076964769298104,-0.964219733407339,-0.77001872649329,-0.9910737504849153,-0.4457856895584829,1.7313579413847597,0.9067378212892933,0.1841007732653811,-0.24676758951520125,0.0022599937089789425,0.6669412150117029,0.35631598402547876,0.15736667992878023,0.34352281460817324,0.5603458598572773],[0.014611169904929385,0.021229506463686442,0.8765898952060786,0.21863374043700773,-0.5552385962826549,0.30970471341675043,-0.09105449570331663,-0.31456159908906445,-0.8454226545705652,0.3571472721798608,-1.0276096293774601,0.02289945810492892,0.7886005456943042,0.3120988584959174,0.1825752724319806,-0.31263831512893414,0.5158164478554809,-0.2097167077496463,-0.7949309162099626,0.2395575235979188,0.16338816919851673,-0.7559378016774414,1.1434229574828783,-0.3551766869277977,0.681862240398198,0.7964873423449464,0.8430476896954725,0.5867631590841614,0.5042360390025269,0.6831030814459812,0.8367500071086797],[0.5447409343419939,0.6433251921856576,0.8437624941561372,0.18636637787656551,0.9351886021012377,-0.7033329362641844,0.9218950508341912,-0.5460790697858582,0.2264323595506514,0.017523804131794916,0.1314953707656903,-0.8579727238595405,-0.2556872129847926,-0.26240083949753434,-0.43770762472955765,0.6590729638014516,-0.8123898432842798,0.5727616777407235,0.40655565136783745,-0.46377242086974846,-0.17088849420767863,0.9647544473978305,1.0886129938555513,-0.3322468436113773,0.46720997629134475,-0.5747144841618481,-0.49275459439507546,-0.6814280374043221,-0.30803669881351065,-0.40775094210034696,-0.6277511917998816],[-0.056372756861087316,0.06522669006934008,-0.10381238749798172,0.40216642176686235,0.9069043002181821,0.251347025616901,0.4006241381818193,-0.1343147296567643,-0.2460930592082506,0.7689790371184568,0.12926088337295275,0.6343640652087563,-0.29519495284252845,0.6709095054313841,-0.42224001548184315,0.5219133394658082,0.4359508611284988,0.06715113871119442,-0.8859890559848297,0.763512820142377,-0.08126614412792256,0.8521971289800686,0.10608490866891383,-0.7330672080300202,0.6759311390316441,0.45965782221268353,0.9367946503037846,0.734007940766023,0.8458901650400052,0.04061635176901366,0.33600005783431014],[0.5213404577918088,-0.9705808746313004,-0.5946483045552755,-0.517846433413011,0.8281480117641674,0.48839320789355156,-0.22556100751397892,-0.6171384302032586,-0.06561595032491332,0.7273274477234403,-1.0808133197633325,-0.0542805089673306,0.31642505768863033,-0.6679458628912301,0.559668366187512,-0.3873450461152254,0.7018157285674596,0.6426906212383503,-0.31184898359780056,-0.7925479196293839,-0.17420921729326805,0.8462747215613117,-0.5216125233826123,0.6152771421449166,0.023788062092892717,-0.8951634061127813,0.8996856031551006,0.28113597085658903,-0.48927124194345384,0.061573677072706196,-0.11487309429386086],[-0.8583049934462798,-0.020459858637601736,0.1998634114320937,-0.7590188520257313,-0.9925666212985457,0.27472919419324504,-0.6537629049943422,-0.07593614003651365,0.4614009117133993,0.6450840603913125,-0.6280223971328207,0.5527142950637941,-0.48200016316653604,-0.5391271341270728,0.6798509273750521,0.8436026568986248,-0.4058704128390516,0.41529092961968606,0.9678069040083128,0.5312957818861948,-0.5271303791328287,-0.9149834021579963,-0.4526616812272902,-0.5799315271290643,0.6728179681593814,-0.36413253961736997,0.844598477864122,0.6022686792764741,0.8981470686135963,0.26469925799769384,-0.3491493003950295],[0.845039350589531,0.6434977553264031,-0.7173788778920823,-0.46616872107474056,-0.26147581226973676,-0.06002397617283834,-0.965551523959685,-0.36979634079851975,-0.007192631492021722,0.04275863686363549,0.558965521768434,-0.4619228841459616,0.6258139666084022,-0.06225079929206953,0.3662168064850704,0.5237549456310097,0.09326856594589089,-0.41794257571509996,0.3774393448800584,0.2555227056216161,-0.23499551731091053,0.7745327322181934,-0.7429594173566203,0.4119889877931005,0.5838739642933845,0.7723379344581115,-0.8842068268603941,0.014983474806504925,-0.21311345569091947,0.8748041488259807,0.39785513644735127],[-0.025408339281201266,-0.2932938119078806,0.7089857498728812,0.847286973811371,-0.6690139824397618,-0.6297824162612982,-0.286792747519747,0.5717308734614474,0.8178097192648123,0.7581174757951609,0.037064296533984575,-0.5349331418605228,0.4885511526099198,-0.404863671365875,0.4844888710664911,-0.22300098095501075,0.7099192962427822,0.7912652150702024,0.6894809641461561,0.39713245289131266,-0.9760543940215454,-0.441089262305063,0.613622678939474,0.2398948804827355,0.47425576830879934,-0.8225264552966911,-0.7357044983470776,0.22911327913730864,0.0679269549035273,-0.3982367440279687,0.7284981809267629],[0.9544961020168293,-0.4471308949060151,-0.35460325867993653,0.6645584229212621,-0.6175502084877944,0.8197709086053243,-0.4048753396831545,-0.128441551210436,-0.25641931465475887,-0.01441513958146095,-0.7909622436613444,-0.8716297307098139,0.525059722237825,0.27616356871704145,-0.12391399961016361,-0.03031108848735687,0.6932180476092863,-0.7613342726928656,0.27837044898918767,0.7937763922494837,-0.07444470675806518,-0.19207285102544713,0.787167138057295,1.169761859612141,-0.6709255391728541,-0.3106173936410006,0.5826904654985278,-0.51613386881293,-0.16188078227554703,0.40513242457364157,-0.024748585755313777],[-0.7669838772334453,-0.9612877695402783,-0.1102031225300237,0.7473754074525234,0.3852717054994509,-0.0006871734626518003,-0.4388050523629521,0.5977487392632351,-0.10850284742435763,0.12235146708582316,0.6296122989001616,-0.5677114599199297,0.26818529175063544,0.9059013300285631,0.39474956534968175,0.2091140295930476,-0.04132793980817061,-0.28162381923278684,0.2914751195728247,0.25746719079513847,-0.029529381829188888,-0.13633530118367296,-0.5486353035009248,-0.507756217173873,0.41457671253399775,0.46015555996507396,1.4813579892173945,-0.8018567521427509,0.39295844125243584,-0.8686821964709343,0.9197819142506846],[0.20381630705135032,-0.7459589110822545,-0.06715179838249193,0.7158577277949508,-0.9753106387552336,0.3919570083433827,-0.40937655040832316,-0.7446257531228151,0.7821148947791101,-1.031059812135988,-0.03968454437178953,-0.6869340525956587,-0.6355511897644588,-0.507851533654748,-0.8807206122361831,-0.45516821343744845,-0.05938389929106875,0.7827183725534808,0.19067685089547198,-0.7884303455236983,-0.3280454952755011,-0.627155692878235,-0.4307900522260472,-0.4505935037936166,-0.16463573849150304,1.2368267751815796,-0.19587764146835224,0.8232710110239374,-0.6552146924853558,0.6566940615443884,0.8208225665122789]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.07926750593562512,-0.019186804296110162,0.008047177886497744,0.00808193113545515,0.007566563329998839,0.007151586151064081,0.006812026853794632,0.00652786203868406,0.0062853229164927605,0.006074912899090295,0.005889908658549301,0.005725414514655357,0.00557777272118483,0.005444187952566527,0.005322481499758936,0.005210925878489107,0.005108130662167582,0.005012961828703011,0.004924483586077326,0.00484191562176917],"Time":0.35,"Locale":"fr"} +271524949225203,0.005162356682039897,0.005061658652559583,0.004968345842331548,0.004881520663794569,0.004800433139758577],"Time":0.36,"Locale":"fr"} +9279446146,0.005704343312985274,0.005564234211468755,0.0054370120036634825,0.005320731887492728,0.005213843135110162,0.005115091172614223,0.005023448000421671,0.0049380617123760415,0.004858219189468245],"Time":0.35,"Locale":"fr"} +46547,0.004859847313971674],"Time":0.35,"Locale":"fr"} diff --git a/res/locales/it/training.json b/res/locales/it/training.json index 92194ff4..c61eec35 100755 --- a/res/locales/it/training.json +++ b/res/locales/it/training.json @@ -1 +1,3 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.28343555602819415,0.30634168214831153,0.6431515776905777,0.42055944292350794,0.38376082002691375,0.3678508500927505,0.7302181511913542,0.5456236240153481,0.5242964390335998,0.4589838376519749,0.6535742236671269,0.25038767330575346,0.7260347545636006,0.4760066226228819,0.7272477622529948,0.510537260734977,0.6993187125484002,0.6601225800166591,0.5022359386193145,0.6309023191814812,0.3110781126166775,0.6809721550108119,0.4267343261092089,0.6049474204571538,0.2979106578924998,0.4532726712241478,0.6433544493559604,0.32788328985170234,0.49503242829341376,0.3859075828582374,0.6654884512678902,0.32705978373248196,0.6331859509728921,0.44137210440344443,0.34571795223807233,0.4920283533068322,0.6986422166727531,0.7150789827330734,0.482506907569496,0.5657119975587467,0.7171419489220477,0.4112941727784507,0.49722725270479157,0.3477427295274914,0.5563869609579498,0.5158894471952041,0.6329639018004298,0.5816267492755244,0.6458819036204329,0.6951860337131421],[0.12502464126347737,0.6962622425347018,0.3267199024317356,0.5420777300519245,0.03299417304952204,0.3228656581661114,0.7539722196885581,0.164405155905549,0.33422700280281775,0.5820180611836298,0.7493712121319196,0.00009916489214653568,0.011499382552037796,0.31816774816645416,0.00428644467505765,0.08354220800849417,0.47356504969795665,0.08337328770633574,0.1546643768516236,0.12576596976318982,0.025318146774408443,0.43136819693216755,0.000027589192933662346,0.6725747685146519,0.006465997899224145,0.7711017990469826,0.0007878999089398321,0.5527321356682228,0.000034970601594544965,0.015037500758990229,0.5498650427279113,0.490392272360767,0.5604953316453132,0.7275127015620606,0.03885500548302201,0.0724560808338952,0.027517427443404848,0.8906946993794973,0.85019142964134,0.13012831647718875,0.5585430657251153,0.07741259430105751,0.018730699713447325,0.09761369864530488,0.006914291653767928,0.06215018740611189,0.3759585981642275,0.5791734621980975,0.19182736541819595,0.6504632405126466],[0.00532128057879123,0.8772430901790971,0.01273461591277956,0.49005444256007114,0.006045465873912988,0.3581340675976585,0.7243835061562762,0.008965353585634937,0.1041981987816832,0.4598089683275394,0.8422126478059486,1.676907660873076e-7,0.0006213688332169653,0.05541513529486873,0.0005134271646631951,0.0015548684271918202,0.4584722605520914,0.03653454887918612,0.07440191982101485,0.2610216035851729,0.0004536684565466143,0.4586345555316584,0.000010201202632213893,0.5669020844597236,0.013575010867713181,0.6754093331109682,0.00041715540797779835,0.3624212306811781,0.0000018500435092332517,0.054647103655615564,0.7513191150018075,0.7159106334000671,0.889297977284309,0.7012717541680944,0.002648779134090331,0.37317756301145016,0.0013818740172681985,0.7135199538768461,0.8743318293166323,0.12368268447573254,0.09475319424509795,0.17324044324515803,0.0008425636612440577,0.6767453786053594,0.0002613253901659512,0.44692436772083605,0.3840632059498859,0.5398372424379888,0.21146331030660664,0.8115439119688411],[0.012831327302663087,0.7232298680726483,0.011299982009964323,0.460980680850229,0.003439076049471108,0.5655907164653984,0.7137469062232181,0.10738289890155132,0.3884240878145323,0.6019107366228781,0.745270433132384,0.00004327162139662063,0.035142795969109554,0.5318864909009864,0.0005671502609846188,0.05116952912121566,0.7892821984733491,0.10972360655713378,0.14064346516700532,0.11488131305955862,0.16964467647442796,0.8730133378515064,0.0001942887018510702,0.6277039110312508,0.00021095394479705483,0.5934608332544363,0.001605941339282423,0.44951756013991107,0.00004854150533484913,0.031574249933666934,0.666144688075156,0.6177778916732951,0.5521126869007424,0.7833093008448192,0.012483890495572981,0.029437544043766917,0.016752734851986178,0.838280007160058,0.24868636059862695,0.8542754306021195,0.017522504765564145,0.17276941497385545,0.0069714491733787656,0.9261798748003066,0.0002257518107556988,0.011317446236673277,0.46437889591781456,0.047190513964389835,0.10332524851951365,0.4943520728041319],[0.02398679540531248,0.39621096763635816,0.6466383460179655,0.2880170832757215,0.5236943891234606,0.5705907775599712,0.030650863320412988,0.8300274169864154,0.7170522633775527,0.5870812704585988,0.5037604757522407,0.35814685350244513,0.20402432932681888,0.2882848556997129,0.7764899454841232,0.08372689624670698,0.2831380819895731,0.10587397597020931,0.5668917864928884,0.5883810841541041,0.8513626676563806,0.39318837065368684,0.6517398350476115,0.6173547716770548,0.30392691960178086,0.7368816293658592,0.3802739210670537,0.857453644757849,0.7845278669696424,0.37757803752196334,0.6714230662641797,0.5780035078204212,0.6425793046065679,0.7731526008539686,0.7653579290457904,0.5562232649197595,0.2390337476990375,0.5846785082958571,0.5982135389721832,0.607967955136895,0.17015015376013307,0.07014496075191409,0.8049908282832814,0.0664182085254868,0.44656483690765325,0.5345608684007723,0.15993715688411428,0.03123238456093228,0.031803255336246936,0.35724126725471894],[0.4027442200690601,0.551988808709904,0.45348605039271944,0.8477332368634988,0.6931155614515125,0.6730528645096014,0.3323460928040444,0.6669392032693898,0.6844190019519734,0.09414890660922114,0.6507688549655004,0.5124697673625792,0.37527235579612583,0.15501295472173823,0.5931336679084414,0.03720844763378221,0.2949299619702899,0.33476006971975586,0.6128331177015687,0.3967376050882028,0.6393081230013063,0.47132793606829454,0.13795871970821452,0.5474174545784403,0.5966705072365751,0.30701237498323997,0.15230663393342528,0.016278553689702626,0.832602580830792,0.6244870386336567,0.4435911279805291,0.6394354730524131,0.43840944138377885,0.8360456833523635,0.2627038978573071,0.07009115812760791,0.1601447613735061,0.5027839448702833,0.5916705497927989,0.5493127414112552,0.16539860437204176,0.15950674673263332,0.5531989572613142,0.22854994938400594,0.804703556591757,0.055366024130588706,0.10755544882999858,0.009741913543919959,0.037652710162382017,0.866152775241806],[0.00869502341188624,0.3944026988838456,0.5621238096868779,0.2670995971020382,0.1832667265365952,0.6527649360883399,0.665534528266974,0.6597966409599472,0.34711406989665466,0.026779391916155113,0.7232372482055995,0.7211710522456444,0.6829104987598862,0.7793013735685562,0.7300376472560666,0.11991583480415072,0.5771860310742222,0.10628619116808928,0.5388288738130208,0.6676605101712503,0.464599348153578,0.7559125346430543,0.5098680548476434,0.5541306154460774,0.6227293233989943,0.8515296257797305,0.2744882318471636,0.5357304396070333,0.468171836350662,0.17510999109633166,0.6997931616398896,0.794126316720691,0.5035854746614198,0.0782946181106746,0.5632068632646514,0.202471910682375,0.24323233356904872,0.7445463781549364,0.43862782326912486,0.34716926521513697,0.7704849936433711,0.4786079042167338,0.7207743183089802,0.5862136988525896,0.06847270321952678,0.5403940662393335,0.32461285808636026,0.06788634284459792,0.009478436400487868,0.8169332807185788],[0.002333192467923488,0.3566039193524787,0.470451667232137,0.15534747725697423,0.5059164654506314,0.8175919595902149,0.10058281783426241,0.5385810461110044,0.4482975927440794,0.15685669602059618,0.6253670123082657,0.3891621319325313,0.3468394430138504,0.7911572627741053,0.8132152538498404,0.39254274024153674,0.7648149141256378,0.45029747852879015,0.0692870644598031,0.366421590757632,0.43429841825610355,0.8888108772903642,0.03689532764342253,0.667262222904211,0.5615824482446719,0.7061243951965968,0.629947147031223,0.048770843181207425,0.47897075463746863,0.37826329551822924,0.5888132898105526,0.7449829592381747,0.236362550301229,0.0690202782820753,0.27061417225652157,0.020036887420881246,0.4257645696896075,0.6414138717588466,0.22032536913026227,0.3079173051410463,0.10458092820365525,0.12187668114425358,0.438739559649024,0.6891964350985186,0.17875792863052137,0.25087132006299834,0.04094788417792532,0.00643982788876594,0.2754329001488671,0.3773366180881752],[0.36106235594843056,0.07774892710440644,0.14650556527861716,0.38840770300875227,0.38589641995119894,0.8688092295738258,0.8468216554508919,0.32906170640132737,0.22732990332662797,0.5609797937184482,0.27716648341375677,0.26562417489363066,0.10440982604212944,0.8989432770752374,0.6295290087912235,0.4918076017897306,0.884336556739539,0.8073873324998814,0.2504281454796263,0.6377132802527299,0.16831068456544163,0.6569240482536371,0.0021936151540982852,0.27570251733520884,0.29901912091371113,0.40722103067797133,0.899494400976214,0.4324577122062411,0.15710409172459253,0.6741674800740621,0.15878108170102334,0.5021754675034047,0.3086995474854756,0.02657073954225328,0.7847387841529591,0.3830416956695273,0.00024620812186829246,0.8666249068579016,0.013478150205933211,0.032036976724490185,0.33735695440348695,0.33346809583805326,0.45602956372826736,0.636724799935188,0.8707558216235436,0.47383893044038805,0.12258413640940073,0.014879887382352108,0.2963404982535087,0.6913230759100214],[0.4737694161417519,0.30134616356739663,0.6218462169385656,0.6934365148789904,0.19160152858734966,0.5193921706776919,0.6741604511059319,0.26189612438284243,0.3159486993484792,0.4942662584373064,0.4240219785818277,0.11347991827763342,0.25061437507150836,0.650838876377741,0.499457048948282,0.7514184758064255,0.528843824278026,0.5929480649024108,0.6251780359742856,0.3776702106554517,0.23589413968107487,0.38489898138984036,0.01357141581004515,0.04890451688749845,0.6929291559164322,0.7095453668286156,0.4643271366865528,0.35151539962834666,0.7563832072518012,0.6687417377132507,0.04405488031264754,0.7443838433465038,0.6042254962955059,0.12780399816641325,0.6971534452894171,0.21353785104632075,0.0001736184003968418,0.6036554125505641,0.020808032110233115,0.33649864545420527,0.6079876737925988,0.07835238866820761,0.5215976012746807,0.2597623221133102,0.7930659770778331,0.7380896716698665,0.43925005958643404,0.03754622225929352,0.5883990198445052,0.4333364586267764],[0.7896625062864328,0.13554367001761208,0.3809827606284465,0.6021525673267322,0.009130543942166535,0.7756357159927815,0.5438715786234296,0.7825136294649062,0.4244402499131875,0.6897811954297162,0.6800988360241916,0.11813719773541956,0.51719095860363,0.7927059987104222,0.6162209381685223,0.5747397422857871,0.4145268540901043,0.6305345926806014,0.7356945479380739,0.5458156746319331,0.8146235330243077,0.40421035012176787,0.7188113085843139,0.40746200667451504,0.25454400718697456,0.12755107280632338,0.08663952235323237,0.6633680513978263,0.046748563270572405,0.7130738787648471,0.18699320330043306,0.4424765274698569,0.45897171281955296,0.24895687965727242,0.6944125907313227,0.15848794335853267,0.00012295144817574987,0.026308080413061184,0.0015959591771447022,0.4457441427162899,0.4111892899797341,0.19825539685787436,0.30528599611830237,0.2383638413349767,0.7044377278303688,0.5891125516336938,0.7936557838840611,0.703496325544698,0.7620403093700724,0.5119314846326657],[0.5858419005674717,0.3856544657123849,0.6903680537152912,0.35364935220294214,0.739493848165422,0.4540716623872057,0.3095048426347985,0.07414456315078909,0.004199524788244951,0.7249634432154968,0.10750258412233685,0.2375907344772585,0.38186527926570185,0.6695974590733866,0.00700010553409982,0.6757718047036796,0.7280471377044928,0.4133229882243341,0.6544914830623058,0.2308061033829777,0.6583828767342499,0.3256383300006825,0.561923126676529,0.448013700325359,0.35773180062803517,0.6312665130415689,0.609361788996505,0.5040610303741642,0.5548695036607671,0.7571231294233323,0.036077347741062256,0.0015021216885825349,0.5896061777626209,0.7271393470345658,0.4908655940607409,0.0026631113338954626,0.7728316844441303,0.4327372629772295,0.5028286372816133,0.7325396303342709,0.6540903604845772,0.3480190426938828,0.7027890505770793,0.15878475855839164,0.294205720538798,0.005594701310734454,0.6797590494091699,0.2477194297036593,0.8042064615968333,0.400594412125346],[0.9252561110692922,0.32386971156047173,0.41659817476059,0.43347123030910795,0.8223830034190215,0.9167512470921508,0.6561544240684666,0.4643870788568191,0.019299097757309126,0.7566558387289187,0.059052201174540665,0.0498376551353042,0.5171151903553576,0.910943910857975,0.014413869422215947,0.6972151647565007,0.60586104188741,0.7656455153175468,0.7193106376565733,0.6831306077441905,0.6040184626704939,0.06526149072319523,0.4313262005568861,0.4277351865731479,0.10576508821541067,0.7689079454551593,0.6281534265320367,0.67623987965258,0.8531890551627166,0.17971426797937914,0.05646360097773433,0.016422681411034225,0.11184762521463447,0.3778882412878718,0.6136156282650309,0.0005784825340934846,0.7988143108492815,0.7420562455711198,0.46427940339909285,0.8877326417656576,0.041920112650680026,0.6956626759360938,0.8169384581491084,0.07283004185299355,0.1418250239406469,0.37461476713886493,0.5005765151150862,0.3457717819712544,0.7776117996328564,0.6923611616294931],[0.519394705837672,0.5146793542662843,0.3086275841721207,0.2812443362273879,0.3623782809088485,0.016691072961168958,0.3827979124269622,0.04227067093325267,0.003854970090235567,0.3980115762252887,0.44063969990058766,0.0001586003332691135,0.50472402351977,0.5698020825421618,0.00043563732534270585,0.5124010559013195,0.6263200385302004,0.07489063407061693,0.17597478559017216,0.3252215255487638,0.46866881417340905,0.59805140610847,0.06341071951224979,0.8443925936391983,0.005211958593931505,0.8454522891748287,0.03602200876339513,0.8487777306011112,0.0009725463051435748,0.005323152494603533,0.05559879291968449,0.14363515600038432,0.6253883901092623,0.25558825548856706,0.20147041490988712,0.02006604220753246,0.1321585371729332,0.921231379879641,0.5753947481120963,0.7973122920008419,0.7437519489744536,0.5094728455744907,0.26198262402435396,0.2958780758716096,0.04068471217038054,0.00009520845308745727,0.6023392302380841,0.7817951819190293,0.5568016677623258,0.3508701007697823],[0.1841619571094924,0.8292770109094858,0.6463072957833833,0.6361335969471376,0.2824720358675974,0.007883614016914791,0.573455142983794,0.8894918139092629,0.5915403250755672,0.6772561802780003,0.6972999377336458,0.3934998422607186,0.22489061471685023,0.06939177258818671,0.417917803729737,0.57486568713061,0.7787742380882274,0.00698814470919253,0.17379182027894616,0.11430707758396855,0.4431195880648064,0.046207399404989205,0.21020961983556877,0.8203718836620989,0.585210538846551,0.18645558446205523,0.575358589370717,0.2638525211152067,0.21363916155316107,0.5562572070136427,0.19115089002550367,0.6073997399525903,0.0026098428219740997,0.01762465716764392,0.48764535953190236,0.00048407112298954897,0.8834210307340719,0.7200574528763566,0.00002305336478770785,0.4022850870748436,0.016934837546660156,0.9166186962482186,0.002116279319650944,0.010676138206541582,0.31921596110338624,0.325633831369757,0.0002899399708815234,0.7794107070988303,0.004053617443093336,0.6453993988807503],[0.35204225967457126,0.8353650746532446,0.5003220313956104,0.48745564887322285,0.07085251326953983,0.0030935944444202717,0.836754006156854,0.6397332051721788,0.7562107971606828,0.6218277211258131,0.7039156673581259,0.7827131091929288,0.18944124346760047,0.11103867566903777,0.29476421633974964,0.7378351215314226,0.7175080576639428,0.0024988607479562172,0.6977115884617123,0.18860272752087107,0.6176072355448349,0.05451264501848238,0.47899287478813335,0.9442543703663866,0.6985439629501864,0.1991111170923525,0.5165803982412001,0.3389684238022386,0.2475063945408634,0.6506339401850182,0.054994977499291574,0.8033375072955726,0.004747036919368691,0.03311987941119532,0.1389131437996601,0.0020614039251756686,0.6052399744101375,0.7956390382929123,0.0004603453259551191,0.5387964225093379,0.040751965689083035,0.7396139555982404,0.022574605952681782,0.0281551857314259,0.5955924989072382,0.3924153004013219,0.002777017162320588,0.49855260132571055,0.006409377293136538,0.6105909316753955],[0.597192288825638,0.485490496640325,0.06264850892930178,0.9280245070202242,0.9112190441497354,0.4970293701354375,0.06573873067653666,0.00013876070252822047,0.5194611037375539,0.9277462880172044,0.4233883823725004,0.46286441404719075,0.5784315037138079,0.41914976201345416,0.5176812855074127,0.9197112180340203,0.0013213351483684157,0.5213188143270341,0.505213946562065,0.73753475552784,0.0011416226042451861,0.8051715779687469,0.7678701449532133,0.6216926838848837,0.8373656045700366,0.4916907854902017,0.00001042288990412936,0.452135646358711,0.7560041505056979,0.5398096395551586,0.005533057527661723,0.5520722737400535,0.7091698686335244,0.02963610805968923,0.000038685427741323406,0.2373296916496177,0.8322906532058765,0.9563929972281678,0.03340105368870979,0.006101813013281245,0.6573361060625977,0.8970609550271652,0.00020150338554461792,0.5227742666888053,0.5388856070598552,0.20047226583156166,0.8019705506660447,0.8053286805042753,0.6624358377341133,0.17524643709173987],[0.8813207479456442,0.48637162592063143,0.023410645940581763,0.6504264496707131,0.7033122000561709,0.8186625278016915,0.43561583759151074,0.09694747599183003,0.7251595050252829,0.4212660798269794,0.06580818335655535,0.1715442515649677,0.24782027077325944,0.21907633053669895,0.2462039345745577,0.357763258317308,0.011578297517454195,0.8556714326388972,0.6219351918780436,0.7859866553710791,0.027674439540715426,0.8429963727300307,0.16028474011399202,0.2050026655321826,0.7671546880813088,0.7204249578894419,0.0014928978492763291,0.2611727336445564,0.830513036987214,0.18553219407077565,0.05046145543504695,0.726714202776296,0.7128621183289015,0.17637062481487303,0.0010397678679662998,0.5947962742414314,0.9280713175259746,0.26062763265209526,0.4099167405259864,0.015744898597523205,0.6845244607094425,0.37006462912404386,0.002100987277328194,0.5426570561043154,0.21926024378017975,0.6110396793727473,0.7212307543613873,0.3561320304149041,0.38670903250650274,0.24512015750343458],[0.4626015044125732,0.3244575649575353,0.1079262709533845,0.6639077729173588,0.42790058855863505,0.7406923564635702,0.3073632670916744,0.01756127784729418,0.4999042439118266,0.6403783880511927,0.36622073773086633,0.27419287559491967,0.4390310269274354,0.5152265040362286,0.5495430480442849,0.7645043240968024,0.026421119241502138,0.7412438593645451,0.4652897009522174,0.8098314356724715,0.006110788278759758,0.5524608695685114,0.620400079092181,0.0971617165274695,0.6913546360172692,0.726331916813434,0.030086039885180143,0.6163808423642609,0.7549653806594548,0.27618426334477425,0.08192268716979312,0.5104397239535677,0.6049263915164578,0.21099325837928048,0.02384150156013867,0.2512549229225798,0.638623420651851,0.6523476962715512,0.2116934484763483,0.09797616534337755,0.7429701039710592,0.42291280884923094,0.017125732872407547,0.6413288704639858,0.23926014528782902,0.4543234972161555,0.4410144532404191,0.8491445032984797,0.38376285794867976,0.409019174623844],[0.4333186056518424,0.2885266921005439,0.44117452928790213,0.4637969505867616,0.35399010847974827,0.3542161654111746,0.8683185697686738,0.01679716032978245,0.6511746298759682,0.03871249695067269,0.6387872252517582,0.5727586377043098,0.3537453301123096,0.8634022649936,0.7909229843754331,0.7151128691294638,0.5266217133458634,0.5686304966679083,0.5061696190271057,0.5054485492886579,0.01019775583748526,0.34499734000137133,0.5613219721076769,0.7458963361617388,0.11804033290706704,0.6090754358673013,0.06494851034194014,0.11470687538306676,0.7974436089368732,0.16149544819154424,0.7122133762453806,0.15721314725764754,0.28748218165976364,0.539204344600763,0.19657210702965336,0.7244954059646639,0.6244575059614343,0.4390397583028734,0.030016146457137037,0.10673008635392912,0.767968398266179,0.5427311056679784,0.543767532530957,0.453538674143959,0.43272146615899904,0.3620309372026734,0.13580029035004876,0.7973599144538485,0.8352523912768877,0.6214355996313852],[0.4883721790961616,0.7492921085443218,0.0447057364784883,0.8579133764896145,0.6673490180037727,0.5235998733111004,0.25948531940742736,0.002002160842344175,0.37864571028148947,0.6010802123489355,0.36522316277064537,0.2331190542271839,0.36133638404272456,0.33551590078848353,0.5608244925364995,0.645521722861339,0.015433349678556443,0.6886391843780446,0.8477428710432965,0.6643703682505188,0.0020841376015067296,0.6778135325643223,0.7054584534916993,0.13549434794710016,0.5220405992012285,0.5130378695987491,0.008687093049946214,0.5704191337126234,0.693933030176941,0.21730002437248244,0.024840526780082906,0.19677392630308654,0.6274893513889882,0.46360153515318725,0.005121095803667087,0.2921193006924229,0.7963014773795555,0.9072349170648294,0.16452112963807167,0.04339602519097776,0.43634981939983997,0.7454827052889946,0.008199448510416804,0.47414019531296975,0.5170890129714398,0.40874745752826547,0.4798862940634998,0.47838996601205414,0.5844023036170974,0.521616252794921],[0.13619009205079832,0.6279758933971767,0.5442212141281753,0.49139324931192335,0.5120233332122227,0.32916114958296566,0.5086046462624182,0.06585338748019746,0.354981811117319,0.513356948725884,0.2622460001707679,0.7566561864086484,0.6617826068935884,0.6570153184857261,0.33851470261827227,0.6450671590570389,0.09768253729772285,0.5622577229652298,0.23315509635090148,0.8479338742805855,0.007204003301572185,0.5567526935259645,0.08233290863833301,0.913646706494728,0.05362390189528451,0.5292406337626138,0.013936951998217362,0.3699083055331656,0.5163116036083497,0.3153035509998256,0.09208080689827755,0.4118189396673377,0.3000321111923991,0.4739367103470256,0.668930667321552,0.39990478312553307,0.5899601021820752,0.12675343819394017,0.35593213544884156,0.39848024377198804,0.8181320702762013,0.7917527547088559,0.46702017405829216,0.2647382177468929,0.2644126827073563,0.6964126951548932,0.5291220296823466,0.5088287375915086,0.3364997916824364,0.6826410216657136],[0.8528928912326362,0.1573238727759204,0.21104578434599988,0.39705483291902527,0.4386812860860236,0.5456777611693308,0.39616400045294087,0.25870892549076613,0.879402869374795,0.7504873773767712,0.04222285048359646,0.004795020049748934,0.31201586830094424,0.5305374893913165,0.008315858441520177,0.03570526887982933,0.02206171755573165,0.6504301620896769,0.7052201800279809,0.9025471949484868,0.3294004584347434,0.7121051364853922,0.27760505758261605,0.08508240916420441,0.9372436659567682,0.923109391626706,0.32643324592971484,0.5032741562188838,0.5622248916788407,0.06188018909068972,0.11146202951753584,0.7235190879708351,0.5647963472210404,0.02093462276256368,0.06787505970581569,0.6348630331343209,0.23503604641057488,0.7517178839555412,0.6170643862915155,0.18603190233330477,0.9386584193474579,0.2531685465765118,0.006495154163545251,0.5764872459888345,0.5089372457841973,0.38408850537044936,0.7136998829714072,0.3748886562781385,0.006273497541336833,0.013513002320263326],[0.9005540322693818,0.661384143055809,0.46035450493786156,0.5783355632930173,0.5535473220006236,0.00033609157341430996,0.5376478085228695,0.7975972437500299,0.6448472523458851,0.7759684847552956,0.014151090175272852,0.1976531568328811,0.7945294431084227,0.11912599598558686,0.002903241870722524,0.10924462585426012,0.0007019933507378207,0.6084888949083573,0.4703178475580441,0.9136376589216813,0.43289151398254766,0.61433964726273,0.6883002615393843,0.4161283476918608,0.7393764632589299,0.6706584897820389,0.7827722219037422,0.6233051991733833,0.2598106800799033,0.17849239493286131,0.028306569768246387,0.5328365619772599,0.738445768217765,0.02526981248215479,0.7940247667391193,0.14982536703250227,0.6761787777837912,0.6284041717017969,0.5635550263116496,0.626261049125411,0.29805821162406476,0.7778514762217373,0.2663385607847583,0.8212935251196111,0.7797822644198805,0.5170531596604339,0.17215706252370458,0.9119551251763496,0.5616162950515382,0.004702511915463987],[0.5296487384932059,0.31361518413497563,0.5123322082370044,0.5000718699285397,0.8253169076271187,0.006660263043009022,0.3780607350515426,0.4591232338164848,0.5050301266962092,0.5188361804093868,0.5162869331244189,0.030134010814295755,0.2951596429914167,0.3283128266482303,0.3323470184625775,0.11132020495760037,0.18395618092389637,0.29459815620583074,0.3520293516243534,0.46825948212429763,0.7202627697076,0.6407843781613853,0.7679646591943182,0.09777580065316574,0.5946015620951351,0.5319545987576081,0.6697626905815626,0.8643487362910015,0.4458668137321666,0.02285498888513223,0.4667357837691718,0.020764531344776266,0.7646078125864993,0.006728453596109638,0.4934413509907529,0.46617730157924353,0.1830600403843304,0.7084635007836846,0.6187329647813463,0.4539234293392011,0.5369904222387822,0.2349646632716256,0.1361248280610407,0.576718849768133,0.6016931595153147,0.4971611683645289,0.22753404213610157,0.38979583797968137,0.004313403893380974,0.3623836298705337],[0.6185882099308444,0.0025821843060322806,0.39674369061588294,0.5692234400334183,0.8018053608913204,0.6203841971810768,0.004890096140447344,0.5939785275906473,0.565092573398346,0.3481991687970144,0.5635028049580633,0.621498467285935,0.17462782783034003,0.0011573947763017464,0.38803835766634637,0.22723155390352087,0.501015066611014,0.9249226690609055,0.00002120274740915988,0.7027979091181135,0.3564948038699398,0.03601765988443379,0.7276971874726278,0.3617173496905102,0.50205552780791,0.6232169980947843,0.9065218767424695,0.587821525777297,0.00010686459392670377,0.17845808954504833,0.8001045632383899,0.14043123387354392,0.6533127716106677,0.767123981640612,0.20023594029636005,0.40057032264181486,0.79562834894432,0.4279081045975142,0.504906726242852,0.0038296095892083916,0.8012111567253976,0.15173453093456973,0.46903579044909155,0.0006656082256067739,0.00033663032112575346,0.04785657537988644,0.7856794050598478,0.6697716104275556,0.6403982343980088,0.37073230447896727],[0.4252504249032153,0.005257023531325811,0.007890343780721861,0.01370669098732563,0.5353565829054668,0.742294414984756,0.002301209689914008,0.8796080852660951,0.19706180954444835,0.4971989708539641,0.7067085834560599,0.6725395256471038,0.6546719770771842,0.01407239514852385,0.46312347142541604,0.060377565853356144,0.24525243596013788,0.6421276706086563,0.0005997586536094428,0.24439511914177636,0.25511104533095236,0.164199778890406,0.44438585360557886,0.3807961637917514,0.8643472787700398,0.9162679132148968,0.9024487810560062,0.6422177073397549,0.002292724427392605,0.919102026075441,0.8773076734526096,0.3645730734586447,0.6751715244496915,0.7523256977869129,0.2147807487222872,0.46571522944187754,0.6471383939311134,0.04095947585666235,0.15568767422024862,0.017591443812941386,0.7422460463408097,0.3588708835587262,0.059852075076356995,0.008435578541590383,0.0052619542353758595,0.6708829997262561,0.9533998017150894,0.5992584630719785,0.41856849889994124,0.3690033777432106],[0.5649228376368399,0.05458104565427031,0.5519505180910832,0.5251053500563522,0.8398353996611071,0.450885196138548,0.00154975218357011,0.6834429355123502,0.3483345424731735,0.723075914276392,0.615500095931852,0.6421682853377052,0.02546533418561111,0.012237719591986876,0.4325699166395892,0.07591325846550619,0.38037503611801327,0.653015105421344,0.0005669489499133521,0.4905041946549805,0.8635437215068984,0.32546463034988377,0.7190151657831042,0.26969003728552643,0.7266011245813997,0.5370924860679347,0.8092977048299002,0.6741618173357962,0.06762610609023223,0.11000125915723089,0.7310126734993732,0.03238928529348015,0.6980543309155536,0.17274771092066454,0.5494347441043571,0.24979796021161066,0.6487054772262396,0.20741743164278742,0.6732475695346763,0.028706164614707947,0.7979222514434594,0.09801855862687404,0.7501817165046243,0.029523881114141098,0.33066875664643697,0.01905291434605493,0.7392036433733412,0.5846402514588641,0.36874861637377493,0.6611793889104084],[0.16987636434878647,0.2321996912427282,0.4822688131236417,0.24626083911472962,0.4048014047332838,0.8650816570887726,0.7207291066332897,0.0002813438756488782,0.017366969871708327,0.01133338710679457,0.7563733707256005,0.0002991124577733677,0.005528971983360017,0.6268121338777881,0.0030849841740488914,0.005576342872920985,0.7928490939572632,0.00002450451516324655,0.0008768146374365277,0.6509593563679593,0.002159563503170182,0.3821735180322355,0.016816629556584882,0.20536099373842986,0.4334765215243753,0.6890303265309291,0.3974848298860325,0.015124973895368644,0.00004400195415047642,0.011354618177251525,0.4514016775173304,0.7257411267079847,0.24785877884160767,0.637395127729803,0.09209758773779532,0.509317167855641,0.014268759317588876,0.85256364319193,0.6719108683963315,0.6043162300975533,0.2737708918180854,0.07030978517014291,0.000006991969666717338,0.8062753289317038,0.05803343778396356,0.6659894139884146,0.08414549484115524,0.5489763988572448,0.4541445112581759,0.44996855977046357],[0.04790297343885357,0.48913419792917917,0.4102597897680662,0.09228964459660301,0.19396519690146732,0.636062987650747,0.9159154896518727,0.00285178405747909,0.04692588197511335,0.029984323654473233,0.1603435374635965,0.00011073930259442586,0.006322046007592704,0.2827215558289092,0.008894483375586994,0.005687466094050599,0.5717095992875644,0.00011993506757965827,0.001081464003126229,0.6357114691198611,0.004488176349618756,0.17756209383712054,0.05114768971440766,0.49869860940261496,0.31744048231732486,0.8530096500889286,0.39919051866805094,0.13443274261805205,0.00005877313327005416,0.04445073819935595,0.49614561060266515,0.6559085962290312,0.6007345731204479,0.9131252148102931,0.11936959560159274,0.43651034124107413,0.05027825392357364,0.9094100955416281,0.34755661203753924,0.6727843091161401,0.3308539794825614,0.16396798511422675,0.00016615842035532812,0.6868797828968467,0.0466637244455325,0.42250854538358185,0.10111595211823846,0.6846313153751389,0.6410171908323968,0.8123243624124774],[0.05305100592691606,0.6786256709256031,0.40399579256621193,0.024150608778546214,0.15674446194790714,0.7404701041679026,0.8082904868769553,0.000015875929126538876,0.019727753743337156,0.047262823886840326,0.7371695911222041,0.000015817472763609918,0.00004604791745868767,0.5819693194287412,0.0004306494183446536,0.0020674010336114487,0.6769672626307633,0.000012907352001781134,0.0002578964485114307,0.7595970159450672,0.0003897955699441944,0.7948656036562336,0.04113549246929377,0.5405162610717952,0.45182277959351813,0.3875938491994653,0.4411733484587039,0.0241088002437908,0.0000014298991679546003,0.0009066401923394315,0.3406750870542869,0.5079643152470619,0.6360022069211504,0.8362388306167263,0.10952006163091008,0.5652504556476737,0.0018444216869690554,0.8374684669046317,0.34657237333035695,0.37622729105561975,0.5472280041434484,0.0025025445449898837,2.5618228034432325e-7,0.7934669951175773,0.030283211847113918,0.27831587783297995,0.16866393420116482,0.6141620857233756,0.7081861711120195,0.5061185343334683],[0.12614056477139346,0.7133978353771823,0.27819414562962863,0.01958826418242203,0.0042615365629298,0.4481148344571494,0.7548192372728922,0.17346820252873424,0.3504095377672943,0.8356155522643083,0.6407348924079789,0.03081459627010117,0.524879614357619,0.8218990594682658,0.00064810492165687,0.6677137710165124,0.23816126151802883,0.000032140001928241747,0.03193600640511799,0.40650624024186877,0.29618404829212625,0.7487756173855181,0.10300079471124275,0.37364207152478907,0.00010836940880519265,0.8127680790788036,0.028309442115450643,0.347996060677439,0.00012092759752954137,0.05683649211973674,0.22653279579665095,0.4966181539641831,0.8280074026204545,0.905856865706666,0.2264911155215135,0.44181280909515547,0.39050067004218053,0.8559604683985601,0.4106481999869805,0.7617258309377445,0.428290653416931,0.3881401782964961,0.007574694487900907,0.7568031540819525,0.00020711095245019463,0.00019872853031071387,0.016779415427753686,0.030733339912129645,0.005305733822298069,0.09628095660335559],[0.23920535582719982,0.5130681105334767,0.1910291483934218,0.1098174048458123,0.005082283071981131,0.7195148004148033,0.36722857564178263,0.13671778183345365,0.7237878146218935,0.43962896445703514,0.9048427941023811,0.0015204898783811244,0.20422526588407666,0.8685797859543658,0.0000790580429540222,0.7411784724759318,0.06467611258496032,0.00017450410527551101,0.025330811490392666,0.3949454073334124,0.512414888883966,0.48773270043735495,0.011582583737465353,0.5844264474478463,0.000004906924312304813,0.15805865487072607,0.008625788436376017,0.635882445329632,0.000056342030331561526,0.1590898823278644,0.45876754914036055,0.33932824533679395,0.6786475670525383,0.6229090325052855,0.41287095703406484,0.27657222030823525,0.4785958688795235,0.9596275108092978,0.5163423673070042,0.663970954901482,0.5594767653154231,0.5136849672389193,0.0007033031153166843,0.6486898296651757,0.00014788987526049473,0.00005951425140253095,0.5309464616206238,0.0021204166718659444,0.0015717839187384868,0.1811144515160487],[0.02366804870603831,0.3513830416481605,0.22964140804036784,0.2663512358031505,0.0018255461665080807,0.7968577124302904,0.6914863011927577,0.026417062749961293,0.2758836156328336,0.4879413312980617,0.752590016284814,0.0024669068258783575,0.264488239058979,0.6549313478200778,0.00004559023188806936,0.4520907465382201,0.5668481981729063,0.00005369595783587648,0.053397520956065044,0.5839108119781579,0.3426407018542785,0.8325479304949591,0.03674899934725744,0.3793893337967533,0.000006129163569567647,0.5669341920618176,0.05582713464460175,0.508231468246082,0.00003941855823742995,0.01357952408060273,0.4699362607760323,0.6399009009842587,0.7966082352256878,0.8162037819896225,0.29122702199081,0.2926012602866849,0.37300325996086625,0.9526321214917511,0.7209586744617378,0.5327811830133801,0.5049987436003156,0.4160066540798454,0.006686459893168112,0.9044713045078475,0.0005231219856421441,0.000834709392851909,0.009524321624188713,0.009491971570321573,0.007278601342833325,0.22229465995059444],[0.4418092138706651,0.19620001103508222,0.6735307897700963,0.5828729025908206,0.12546897325688763,0.6446648089688061,0.46710261092542543,0.13254047377399597,0.374690430360328,0.5620506081288345,0.002016880086041187,0.5856826548227925,0.6873391284786917,0.03562256816085188,0.7258778338368385,0.34758064534598726,0.021759775903272254,0.21595434507779204,0.014414340235636558,0.002275563689751271,0.48615045357729075,0.22893821786883134,0.5725113755006022,0.2651706435556635,0.40911461793053866,0.006346193153110646,0.7305106910330758,0.6063842993850674,0.40246290164423015,0.4845075440492896,0.7195642193700268,0.8537071961902997,0.4404209360661245,0.133551072098776,0.0420407643233818,0.6292105938768348,0.30590379358534403,0.8083549111444264,0.5574398167513681,0.3734245444533392,0.6784583803242239,0.7307807735039196,0.22632386953059258,0.5483151944521341,0.2944045178518719,0.10809324525258864,0.4745238821580354,0.3548967440046445,0.7860788042652727,0.20373598603595924],[0.4692077394677881,0.4188818521101061,0.60682243925319,0.7369721971227763,0.36240534500091387,0.8311345684761164,0.5597779920212577,0.2436356330091854,0.4139398620584947,0.5643231510505208,0.00964068930626548,0.8333027573567321,0.6166699011556448,0.007799554386890367,0.5828339940627283,0.4528291224256163,0.0577445964333077,0.07245228005816554,0.08616943669271494,0.0010626613453795168,0.34519451416853647,0.5699214187159101,0.49568098353633516,0.11054332811870947,0.779977351991546,0.07506682569726426,0.343376325511316,0.42399345566442415,0.4764018604689096,0.4676582707255361,0.605393181230516,0.7152444360962351,0.2681343307955756,0.1859055280309995,0.03767700985433822,0.34250506926786023,0.2954266677908162,0.5650900508433754,0.777574198922079,0.653945466318292,0.8170458890708375,0.9048723752201996,0.6934191038116171,0.6901465358719497,0.19770965201640847,0.4224538471636765,0.31583679786829655,0.43180655385389344,0.831751832376761,0.28879502874776597],[0.5005909191165864,0.5667941031983366,0.6036364090755421,0.423769394565018,0.08393272271514529,0.5800013474093942,0.8027361899040023,0.515887876576462,0.019599723633672936,0.6181827352567906,0.7228268391068192,0.35113457652500335,0.49739565929025104,0.012876848855650602,0.5357411676238126,0.425600922935307,0.026780368435971015,0.09403290758056315,0.4165209792762132,0.005973417600128051,0.9050868344161274,0.01481753563713518,0.6134954273191396,0.044868358453728815,0.2595273727408771,0.7286791616862199,0.4308510775810848,0.6388277866747574,0.5356770401550499,0.28594031820035576,0.5175631311803109,0.5517587180877637,0.029109050070704297,0.6584920660398446,0.04220425532565774,0.17461996897343343,0.054270327712813704,0.5186667986456858,0.8949964231301117,0.7352847177815259,0.6606935758921836,0.7332333421749091,0.39024231929384645,0.7131098602445856,0.1543659346917219,0.011551141381671317,0.24525559660218754,0.5175387066488036,0.6585599880319258,0.3170463385780027],[0.799173790723212,0.3634536324908964,0.5370090383027168,0.6311004418389222,0.39241903518909876,0.7900381234962817,0.5598046978286733,0.40402633509107067,0.0514185659811084,0.8343058045835272,0.0033802889679327374,0.616515868813771,0.5394236605561937,0.0863500924342111,0.8422185391938535,0.45098036146691917,0.010219428969257455,0.011327250208717212,0.04125565800033019,0.007691274027322549,0.09351742400833749,0.1728024402368565,0.4817904927200612,0.2907536342748368,0.2304649033214172,0.004288866030229987,0.6966123201907618,0.21701191792018112,0.4022454093535936,0.6337285039466237,0.4374337132230937,0.7929805729311322,0.20981312170982888,0.5408352029582352,0.05363532219848591,0.29104502017120365,0.6754429415385519,0.3277606678987684,0.7558179718077349,0.6904448036204917,0.8458588936582253,0.8550256348295652,0.4927003846620569,0.6600917345449019,0.13837937832192632,0.1539304385823285,0.5007905913203927,0.7339588311446457,0.8417037264577522,0.3466586650685198],[0.11435332368095609,0.3333780181538022,0.204812541919964,0.04928779162999889,0.6741424491747454,0.7630187215391827,0.08050370622340179,0.5780464852913253,0.5517748253681686,0.3507627196355879,0.5539850880048162,0.2099382594929889,0.21276766540329797,0.38266191662545196,0.8201119467226685,0.6038618500202909,0.38267618525205316,0.06005373951677715,0.6386450205701891,0.6575393682454943,0.7205463859724367,0.6576071226000718,0.7511890733504419,0.33956035615552116,0.04662327804354722,0.750311024558528,0.1298313726524851,0.6293233903953757,0.3738385263625929,0.017275386097890554,0.6363109283583696,0.725716466880363,0.13701489027999092,0.7233790227979615,0.5175766829255687,0.6258025282187314,0.3748190916002233,0.16413846573075308,0.602935109346841,0.21633628574244596,0.21009094917788607,0.355416300692788,0.7187068272208413,0.519738532734597,0.5812587321258413,0.7030747723011221,0.03295148658280517,0.31620490003517027,0.03822958738510215,0.08298324928619803],[0.7247085060696676,0.443101591197402,0.32626760994139775,0.060768246909733536,0.3493120695753358,0.7228410247481251,0.09214765018251503,0.5850211800190788,0.7241321793274167,0.3027046806143453,0.13962780031796668,0.6502643802006294,0.1880458104234755,0.1662379069574897,0.4553075302191157,0.5272331632840888,0.4923395329533339,0.2474505710090926,0.42574045236886965,0.17899513383643376,0.30944815141125603,0.31602656470300156,0.6885795609256737,0.7187235761744772,0.048279499092163815,0.866498198881979,0.24881144288794307,0.5802928899447649,0.663578496616343,0.09951058324793331,0.6954658546467861,0.8104570600864875,0.4547194584005205,0.8723645229001844,0.7401976828962459,0.7228695151887952,0.6082669129060697,0.06570567026070062,0.21096814584012677,0.44010446713782087,0.43017715386377586,0.5207724090645014,0.5204743860406742,0.399940437425786,0.4914325045358883,0.6542934515571114,0.03238974264328162,0.4789297790584114,0.12693246443476647,0.3970423669433017],[0.4885209622845027,0.37048006400528033,0.22447851927285478,0.06752795357065576,0.601209367660361,0.6589316469240929,0.07740606247443356,0.4386779938962208,0.7093788445169661,0.4303154034902567,0.21850705335979181,0.3022646126002052,0.4037489828785183,0.720931364557531,0.2821923039287158,0.15449359723255346,0.4060024411501139,0.21021210822322353,0.26445199483500736,0.4501112699908826,0.33416299169823743,0.3225028198740569,0.7769047133803483,0.6826272889161626,0.6075232606255625,0.03904352392186615,0.07768881837526335,0.8512733431926199,0.5290530549388173,0.09235067484949575,0.6669267370383067,0.42039388913083675,0.5954032454953806,0.8500246784267926,0.4644378068942324,0.6000813805229739,0.5332304416366785,0.006694735989842123,0.262467046831136,0.7797962055362051,0.3044356310844406,0.5213606496082331,0.47451350278711013,0.7170326379694851,0.665583193081384,0.31603402329961394,0.4460051215039594,0.5169469467609503,0.719974588357267,0.2071157654609555],[0.004096376478609603,0.632320402212487,0.5759011308445066,0.015966908634150793,0.4774479886233725,0.10618620112020617,0.21383606925395657,0.05840659503592645,0.7310417127765694,0.3677325475130686,0.34275332311322565,0.0005166939824986783,0.22812670222215872,0.44061509455424225,0.3862751529744889,0.8605922501138695,0.6945998398559209,0.4226852085652703,0.8522423663984988,0.7219940926169796,0.20806129940783955,0.003912401914001722,0.5522455680728805,0.013696902308074925,0.7188786479075967,0.002223306916395176,0.6218341937209303,0.726956278504994,0.6103819804887418,0.43967767833497434,0.08908800530235013,0.49234933817754384,0.25004750161150213,0.5530227733170644,0.8140428977924253,0.4512250812622944,0.6954352444779979,0.8321423493302732,0.611612505170722,0.3155508758285203,0.4462743243751122,0.7683070294408063,0.6519530767205642,0.6438502825454178,0.8605150240220467,0.46340853932226056,0.387428036483198,0.5751343082002899,0.9171771216848682,0.22989937101879346],[0.04995285860954811,0.5431689838276279,0.8558222477341324,0.11793982831374418,0.5245058070844358,0.02675272006237231,0.5270511577699548,0.03560410332793293,0.7382976336837419,0.502249232260346,0.7355464622841801,0.00040344704229137643,0.05483017462563188,0.5639133805431216,0.6534976549947354,0.7952280006858209,0.828417008705509,0.8547169234222923,0.7769028862417504,0.6033471209737121,0.30724695537239255,0.0012135742779491982,0.5456674085586751,0.03057858652970428,0.6315023335351674,0.006964902612984151,0.6718343009591112,0.6890121139275168,0.41946121326065583,0.05889974352733047,0.1939031047488513,0.2748586835368681,0.20391051476879077,0.6650648101495609,0.5378222361085936,0.7694977871732294,0.8935715935355475,0.6591625956954283,0.4779106066027306,0.4908531992735949,0.3738360000366731,0.8159718640432115,0.13727545798812762,0.658515971520735,0.9235124567770029,0.48472534495938496,0.6988609779737007,0.5694985548605146,0.7493109199637259,0.7854466812680747],[0.09975337151671927,0.7878931266403539,0.6937806165761672,0.19045338347825255,0.5507839330584545,0.4896421636762851,0.24006788586732053,0.04901260389119642,0.41300852895935264,0.6184258408623565,0.4512059005912202,0.0005610108672669349,0.014770664356263659,0.0556356559892439,0.6702163593258932,0.5616097583202838,0.6084004463818399,0.5937045670632094,0.8247107543651518,0.42827345175771514,0.6235918925669736,0.00015525339469442805,0.41292892249826346,0.00045535859140953376,0.702122439604976,0.022152830787352095,0.39072807772338175,0.9434289095877323,0.7891479465232976,0.19578012580298973,0.12953789781247507,0.3003732240768759,0.23796955952934648,0.9199039009971532,0.4119417693730072,0.4175745792217169,0.4006859180504733,0.4107292727649434,0.8737326156265891,0.4298681281672155,0.6610962663511514,0.02996169866828022,0.014608739259951023,0.7333011010226217,0.395197045057849,0.2108857170604834,0.5856626669715781,0.6402183878068509,0.5639410606805881,0.26454352342317194],[0.6296629803044582,0.03919550143863001,0.004814828268341308,0.0646433269644724,0.6837943087602596,0.20440856663276644,0.4257021884389196,0.7091758270680967,0.8198660791779714,0.033215191447234754,0.10078558808763952,0.8414852893736255,0.4925738871517977,0.4824068471256296,0.08405551544506931,0.23662172884582353,0.19517395622099853,0.05325571631112924,0.00904959299058659,0.06572626987699738,0.7807808405538241,0.14915282406614613,0.46540712190812966,0.9134585792120006,0.8946997701399245,0.3021553507331835,0.5988447376603651,0.6721971333978596,0.0004823580442833655,0.6804045047598904,0.5356571199496458,0.759335941282803,0.008520746406261144,0.25406383448820846,0.5392812688793117,0.018910881193742155,0.856061461478638,0.6037362903957914,0.00030584702872741887,0.016429754073975,0.03132143950819999,0.7609590803952021,0.10914943461755988,0.26542360618928823,0.036353549372614986,0.4831548104403325,0.43436100382464726,0.5700517513480631,0.4882026185026357,0.914004782636188],[0.49427668303992217,0.24024481079426158,0.5469824621694495,0.9203015624138302,0.1678094451913485,0.601371084867529,0.3521559579865665,0.8202897258995798,0.12318768317832574,0.040354719539597426,0.6220385127431918,0.5622345713626822,0.0006297275718312415,0.0000491865217505324,0.3731185960477385,0.4259150757227155,0.36416010095634865,0.8559610617696072,0.038591489908246124,0.22271205984037257,0.745193571354464,0.3812265117102352,0.3820681313476431,0.0005426799146238318,0.47830853655187927,0.05090732922480707,0.1571421716069744,0.8528868091633525,0.000427817544092667,0.6073922267860625,0.810870976124554,0.2543504217577809,0.9036420806092605,0.6710894681403083,0.002445252467573325,0.6987634529774579,0.8449360244726858,0.8764636016436222,0.2139486117425154,0.5124665904503647,0.8262284097496817,0.8249246248195665,0.697395439412883,0.03624970594816469,0.41316403152091935,0.6638333011753831,0.5284015690585756,0.38519248907791226,0.01536004523121485,0.7190574218853497],[0.7105130401447277,0.352430190822593,0.5676651979872442,0.6939200633313009,0.00742203240703241,0.0157876289405654,0.5111873732948453,0.30461128375793783,0.3212367762871317,0.005654261358135406,0.42003778972062933,0.5700936219874566,0.0009195160303372579,0.07298126059088793,0.31595163931226333,0.08973638936744725,0.5643575745222704,0.5741325432052617,0.08747957734956578,0.11168066654853254,0.24626226274470678,0.7920268204206032,0.8120198256333057,0.021245089334584626,0.7134687634996729,0.022804695853703223,0.04867526968145703,0.4656274246806943,0.09153784061236453,0.6760195612766063,0.10952383420869696,0.8632229459320439,0.8040324474413391,0.6490421873569654,0.6257569821632641,0.8844495674024601,0.7437612441307949,0.7435926522682231,0.694182813285851,0.7255286468390882,0.5175759321768629,0.3324029639419413,0.6807586948942606,0.06257601743302174,0.5690787880277831,0.212322304641661,0.755245873647197,0.09265418037126245,0.3433398679141104,0.8462726099071456],[0.708977038590515,0.1323283483082625,0.7412255633535232,0.7494445058320955,0.01014354441050798,0.17494678031940245,0.9091385653160984,0.2606435417994688,0.21226980223815584,0.016272597924736846,0.6986191667454869,0.3878024711991567,0.0005484598790303533,0.003856940625199411,0.3910171671570208,0.3298838261412601,0.29690817078227416,0.7181494026850523,0.3996777971817057,0.14035260832080076,0.4702435043088372,0.6027786665389683,0.22340852083296817,0.002393618176057717,0.8161172189662405,0.012107941679903849,0.07566950436525978,0.8671840902714583,0.0025319858830896015,0.738925738838032,0.44626849936602286,0.9153784926896807,0.9582539025419341,0.4914805024652795,0.026016365060741023,0.7576165462347214,0.5113000695810899,0.6125107128292306,0.12058331270465317,0.7878215951642544,0.6113313468306405,0.8486817695846829,0.8151547265732104,0.13848069363320303,0.8649893413645324,0.6098975202270869,0.8766965240137409,0.1539605409329095,0.07592092853771347,0.4929639755659059],[0.003081715500104018,0.7303741139086298,0.3862193344305021,0.17867061980805407,0.10614176531913799,0.6854605728482924,0.5676751122404693,0.4643530142615695,0.266592035734587,0.16529463794207327,0.5069747692572163,0.2576371157074677,0.17711482042616067,0.2766163100400994,0.17467824071127008,0.23406019303968273,0.7839592160806548,0.002834580846710997,0.20947152045332185,0.7894781765063124,0.23575396890515327,0.6038582507064135,0.00014436690516621173,0.7824134573626039,0.11580582855154585,0.40754352902456326,0.0009656013649020375,0.7274669826111786,0.0008551011445280382,0.7280121432865202,0.15453042525464822,0.3182746956460649,0.5601932126164545,0.1191477936162608,0.0001848848153587287,0.0038883277931305743,0.3097062441660769,0.9173792931626779,0.7860517170035718,0.20731773445144194,0.021290790626704005,0.02743886190248261,0.00008792701634948957,0.8373716902741879,0.25421495456531856,0.0006589702506976918,0.5723793807459219,0.6225291130001881,0.6574205576652229,0.5008842129494767],[0.011659602671181624,0.18771038239199217,0.23876986491602856,0.19707645422700296,0.018065171162196803,0.7269290164840123,0.5915172285037641,0.35822716206021255,0.43329885407657925,0.04527264721589827,0.6201499752843064,0.06279558483272558,0.14024327157893834,0.3349750245805413,0.20677070958085525,0.30525629899657936,0.6268397251232687,0.0030477160795004087,0.13318466507086402,0.5532682086571722,0.18505065756800904,0.560787287958846,0.005331866423830148,0.10177516220138909,0.01477297904229839,0.83541451310198,0.006009535879842461,0.4639188187896469,0.0012681924419740195,0.514519585791795,0.10259056785902954,0.3526189963818719,0.591642976336715,0.8701725901454009,0.0003603261425163199,0.023340999164604314,0.17244414815966067,0.7311833003808527,0.8361295011987127,0.6623981892143296,0.06452630206034564,0.06963619718843492,0.000031736316419390454,0.806825091290206,0.3648992138010669,0.0007832876656526761,0.5194639301224984,0.4048702350686719,0.583826487041733,0.44319865506150635],[0.00622419051424533,0.7020362566549675,0.24238501891964695,0.26009791292034107,0.01104981648793541,0.48308637399448806,0.4210311181180524,0.5635946161454155,0.27461375449861886,0.10382587514516137,0.4633530775257496,0.32454066264113723,0.061207670501798164,0.46366891173369723,0.37683022475312644,0.5591070130232554,0.644730363229048,0.02727047437088361,0.05389953615059809,0.7692712062956435,0.19145810873029429,0.5178886577336688,0.0004812931361224378,0.16855530368275504,0.07265930615112731,0.458292150541745,0.00108180346470073,0.6033196186304636,0.004630176434510422,0.5792116738837745,0.23908437189004736,0.18396905825554527,0.5119324947110037,0.4343286309208461,0.000025839769817989612,0.020078734162291605,0.49841648375338626,0.893484478261953,0.8058588733892926,0.7389411674915665,0.03032035362593696,0.03781855231083147,0.000003364508821718715,0.774047669838554,0.44353474557752676,0.0016711613304720321,0.5932831106570237,0.6978624763790653,0.6628880670643533,0.4906688120583546],[0.5088217720209073,0.6661635599149562,0.05577958577781232,0.9713990283476193,0.00002889753974193929,0.00005468773827697579,0.520346085018917,0.03708342817981649,0.014826037045009562,0.37484785255023095,0.49060840168151837,0.2937358027872299,0.8186053914318691,0.5810659806860686,0.0000024273454529966687,0.8885095159276399,0.16246096605267032,0.2678763195407563,0.5039929010834971,0.40001166560069834,0.0011280418372603116,0.0004260025562796227,0.0719765239950741,0.7319307146648435,0.4170815835252427,0.2903507457242271,0.8715514522834199,0.03749168488235846,0.5367019946116633,0.5818115560210534,0.732197762495018,0.8688995656803248,0.6319846406311885,0.8613148258705315,0.4904099000470313,0.920695159033607,0.0409361392138681,0.31643398503616244,0.00025527732516222407,0.11841016862678524,0.43735733421449174,0.0006224459489697523,0.35108125045140076,0.23574734041602405,0.8322985518972535,0.10628725448359468,0.717754828147391,0.6011023414957751,0.000531936425737034,0.8052488365926425],[0.7862056210490598,0.17641231946894964,0.20415814246610736,0.9420385116607941,0.0001914075921795083,0.014498816722723436,0.636627890544023,0.17517063935073326,0.052056012190224564,0.33955545443501756,0.5215599176921495,0.3143658151177408,0.7472794647656503,0.40349498328410593,0.00019788511922322853,0.8093492655869674,0.26310785318936697,0.08901172606372207,0.2885636248396708,0.4780008417222557,0.007724986767813075,0.002070661547200078,0.6375406042938829,0.6692864119339837,0.4971360748154436,0.0893229692875674,0.8640195522018408,0.11787042285156263,0.2519492763961166,0.6891240540196206,0.5304380080626931,0.5923770406863146,0.3835575190372009,0.6634526788982035,0.23176873406963455,0.7008372884445634,0.482032007836756,0.284000200923837,0.0023236786848314346,0.3862393027091125,0.5402027905027595,0.00008144582666121559,0.23953834424547668,0.2200528755523224,0.8214754209318421,0.19272356162847412,0.3637391816161429,0.6688934715825453,0.0068320391218144655,0.8242954658702747],[0.16334324260065472,0.8477382686089047,0.0002960818994682026,0.7340938382218426,0.14012381495462795,0.021749569462646865,0.02990541320830627,0.649225041402684,0.0035865478207272477,0.2676975074560362,0.3557306562828091,0.00013326839118344775,0.9514232954452363,0.4438682137363579,0.000010735427950931033,0.8396716943704094,0.49741038649394537,0.042427843496400414,0.36637896079949506,0.006721493856516849,0.21667850993119672,0.22002665454512604,0.5242134367401992,0.8755673223815346,0.002645426799940016,0.3242320235616754,0.7102323194063757,0.00007016782544241586,0.4265462716918383,0.6428413036564995,0.9237859847183774,0.9654029717677898,0.9278574026853212,0.3957138426134002,0.44709923387521283,0.6894557922939591,0.032751637738946675,0.08469189860587152,0.006785748944651262,0.015324403945191935,0.797919673247803,0.07802761005747333,0.04742488624370687,0.3480170273284003,0.895141600923222,0.10949816837783378,0.8649227692634391,0.13585915086785072,0.2310168213407763,0.18741801105007588],[0.21392162627268557,0.5641059997094102,0.0004657131670134071,0.8725705287488482,0.4873516385651366,0.09718516920604459,0.038119187104848275,0.777384071454945,0.13723866242143967,0.12068455102139916,0.15808064074091738,0.0001278577250362711,0.8931248298384088,0.5465203418283348,0.0006033668577546439,0.9312199488524764,0.5621528537277876,0.059377739467383395,0.41968645085373474,0.003296970685027587,0.49314605518574195,0.5166106395720286,0.6022086486923276,0.8564217628740138,0.014395975564087695,0.8886634277923638,0.8948242413515398,0.0002862149590642509,0.850999782144118,0.8037035798846254,0.48607198785589617,0.8839368128892275,0.7395599971584909,0.23150813008854576,0.1237795578866343,0.6591292486917522,0.06464018552865865,0.06574289841739119,0.27446038457188954,0.01310683798040221,0.7553932785361276,0.053085345961165875,0.003066718345664949,0.505162382634697,0.3444928738266036,0.06900521297573492,0.5545317563135255,0.019104432531367278,0.5764792456287333,0.6193123647209036],[0.630955704103423,0.5430853266329839,0.0004139396071841856,0.5996072262501994,0.3329708241322256,0.04290825902226665,0.15812593997365915,0.8683800521085513,0.014368777457004914,0.3663435844738477,0.4991933850101956,0.0016101235073039542,0.7219116069870402,0.13158399856459008,0.0015196324564724605,0.783240828841569,0.5195261141842238,0.09635294848317179,0.19750181325105984,0.04154560094019001,0.33961425458186745,0.4920016039753398,0.6955464688879139,0.5358067346934965,0.00883090047120317,0.2723596670025079,0.7256968526151172,0.00009028783034738795,0.21905481107918923,0.7871363962136444,0.8317439959513563,0.8479570088114301,0.8033133720004387,0.43327855944698546,0.4940494755311947,0.5322957237365223,0.33827729761179837,0.023235730803278763,0.06172973314412823,0.06532225213725501,0.8614804710658134,0.006918260847438685,0.05839077422085847,0.7770212861679714,0.6233013713359928,0.06495529241637309,0.7481810671174641,0.16735997449457146,0.26329253960360227,0.16673516569463379],[0.7384514405399686,0.5718427879471095,0.042461292381544474,0.5908102857196276,0.7900453811633571,0.41995518589092823,0.003777109449837575,0.47806645450235874,0.6157929333680885,0.028411565361663685,0.8031557966731092,0.015266157122512782,0.8927824169429791,0.6039554389578071,0.10328541271847981,0.8007690706016357,0.43606756188954016,0.1336498307777013,0.5784584497846568,0.35481135833546157,0.8368478309699963,0.7159407255090745,0.8298381965337114,0.6117445714237487,0.003413409184937082,0.33723824711992534,0.797268049931183,0.0021111569628579794,0.783985187311166,0.60559179442648,0.12381728186290128,0.8969757171334131,0.5804391462225655,0.7432276864714917,0.6772199411934677,0.33042153656294837,0.12342985822570236,0.15130229547837856,0.46498556044032063,0.042480835297997815,0.7105210806635737,0.8327198708648222,0.12658366060464252,0.269815934543173,0.17514087441506315,0.15337176394657795,0.8632381715609264,0.07620202436878255,0.7076862331196887,0.36466296459023195],[0.3813118593631002,0.5576752676892568,0.6713498822159656,0.4375172352153191,0.0029787320717910583,0.11163696026153853,0.7671954066576838,0.8549827352242038,0.7026710071947475,0.5407175111130278,0.3920776898020861,0.2758424741260536,0.900540692005236,0.7107052369236664,0.8996956672286389,0.8292543781845958,0.7322535372842028,0.8066060286577144,0.31822029205540575,0.00020396508726745966,0.6272861823010201,0.1589452826803628,0.02667863914130141,0.8058290458920212,0.2297082833187368,0.6064953709897904,0.7437361951439698,0.3127743607877377,0.5740382164821171,0.3060198436473946,0.6136905328062731,0.6398759746416902,0.2671694442348912,0.906883188479854,0.004092542856860335,0.7046516166703033,0.00002816573014866334,0.4385586242901255,0.7334296584151201,0.6384088030256913,0.004740114733548326,0.10460398108075426,0.625710179434543,0.27764088291201916,0.01697919712927169,0.8662639812700157,0.5998262033088662,0.5638742730386694,0.7344504027065318,0.02825162054048073],[0.07980172933456339,0.4690742648863691,0.6843780799454576,0.7284420023146368,0.006990046060613817,0.21587025122274053,0.7890777961375595,0.9505913427255125,0.7198950987124071,0.4962650440844405,0.5703238304032868,0.07189753069247849,0.752641520991324,0.9141474304973995,0.5699106081676124,0.6257953621226694,0.8134770275209674,0.7007871773568866,0.35174490914551787,0.000009704253209714908,0.6634697724073921,0.03393050009048575,0.05412894058179938,0.6866032469415752,0.1308675447866509,0.9543867179207444,0.9002656770783026,0.030397552389766342,0.8056214863164401,0.34748142440763485,0.7237661362528833,0.8476958006428087,0.13471582952461994,0.843848266790173,0.00027575362068431184,0.8395957748691081,0.000022118289667322386,0.46133249476237337,0.687806836399688,0.5134697228855217,0.005279234685346805,0.4447525971505211,0.4575895532797441,0.2097787282748577,0.006463575818554061,0.8922549708276258,0.5197117551663347,0.57055886677978,0.42096346746236235,0.22606042869368478],[0.14436136151525347,0.11955587541637737,0.31551058249694425,0.4489703294917589,0.07649262335888304,0.38236804693782794,0.33794843861840124,0.4509405503670527,0.5509948987350222,0.4304717058613347,0.3776410746195478,0.2030379975939019,0.8673271699103245,0.6369144622572257,0.3919829249691456,0.837610489058587,0.7806938621255558,0.8560812020964516,0.19177509103178822,0.003414925691143991,0.6911457544836715,0.11826701917603276,0.1858586640175048,0.5157314506157439,0.11737405842440479,0.4414687757083373,0.3304805221137283,0.5451983432980062,0.6288084523361095,0.5817728368152847,0.6115220833840576,0.5438072091365975,0.5510768570143053,0.858398794525671,0.04639051541483036,0.7762197442788523,0.004221545627889258,0.626558687289133,0.8726848457235997,0.47468801204363176,0.006057207331024039,0.5138271591448891,0.37748456242710154,0.2234172854368375,0.3352487757237067,0.8378783689951896,0.3972124121758407,0.4949828097448036,0.42897779274953557,0.1343195297016964],[0.13540678095906414,0.09691940132789649,0.15123842234708543,0.8365030521528996,0.007908820792980277,0.5299877538165945,0.34125258144735665,0.35718347043231224,0.8466778985051574,0.5289562659166915,0.47621054978801963,0.1201594472695048,0.6911957226164164,0.6409006539758318,0.8395542176050222,0.8119325783140767,0.7014110458054518,0.41330237580450574,0.008284544602537004,0.0011394220841295347,0.761152672996814,0.21372612985397949,0.05108534855922403,0.6721439502966,0.34052848937633906,0.4546544265036522,0.7260733678493683,0.652918150005199,0.3611356416738827,0.421856715291642,0.5598189841968922,0.6704139890874988,0.15584944500865108,0.8885990459301997,0.0167884341173389,0.938145930862084,0.0017678297133990938,0.46057194383601224,0.6499769362467444,0.5739522398509458,0.009848209731290858,0.6010417023625754,0.6820705672243178,0.3644628792457379,0.21605305995876892,0.8243221391093706,0.4841618406855854,0.6344112192726159,0.42178705457977644,0.06140449935447733],[0.5173197382239483,0.7710620789783216,0.2826723104703337,0.9536810944860301,0.4175129292321901,0.6389338062029778,0.31212248107807433,0.4239794933993689,0.00604525956171384,0.9257387142920102,0.6004792671579772,0.5733557134911405,0.2259814717415493,0.23304611803298206,0.42969860029152207,0.11752686718714603,0.7899205077646205,0.00021714614176872836,0.6504490133665577,0.009024980557584715,0.24560401538231874,0.06712062291163266,0.08007020069730345,0.6163224384615015,0.37708741075038715,0.2611670682933681,0.869765116241318,0.16436673196988424,0.0012512179361626563,0.8840140691828975,0.5518113802961745,0.0505507730053014,0.12380660570855932,0.20862761459896947,0.5751358119573012,0.4405241580047317,0.6598880321743318,0.03871566240916886,0.38389856612239887,0.4403089633504559,0.1143735926372765,0.005154190922915291,0.5229776730065733,0.4675380378126763,0.06311498158456802,0.4117111147615818,0.5053924858545241,0.37595406344425353,0.8003193003979533,0.5850398823922772],[0.6148660320908863,0.5442084842390037,0.06005438623035124,0.7461580975454916,0.5632607917539744,0.015532987254150497,0.12125489508953809,0.09066622814386352,0.6214232283106048,0.7644697159787995,0.6403364481919107,0.3870344117819762,0.5152604000945128,0.37648505857908926,0.6946750858453699,0.012913154248893015,0.6184301962011383,0.0043630687765782135,0.6235703971248587,0.04811384635086232,0.40224009626983476,0.15534455722131402,0.1330795438880727,0.6077588213526895,0.5108062979151399,0.778760526468878,0.8041995687640959,0.3398479625627355,0.6276007481346734,0.4616131889631996,0.7480438879547747,0.04320447795931718,0.49120306023842836,0.3220436182963326,0.4866426919674161,0.3602976899334783,0.591194951425121,0.8177460919955982,0.6649025799275543,0.2979104007440796,0.005711813514278036,0.4029472385513987,0.8291768161823244,0.6089083529934843,0.5246966620560641,0.6021298523529062,0.45358826700566524,0.10247792742616144,0.6102150976546401,0.2958983895387811],[0.3472068060112753,0.6317712630081255,0.2938397764390161,0.020476515199181908,0.6580847686856164,0.19463645530385235,0.7138360766494667,0.07524548537219981,0.011969257212005292,0.3888752597826691,0.25846942140224816,0.4960472513545718,0.15362761290790933,0.8033469418891688,0.09334995796956175,0.00843899054729745,0.856512485318619,0.015653086923355278,0.3948566422603038,0.002528150495559755,0.4918840207144272,0.6063306412054437,0.7730138759111893,0.3704113139288954,0.03431271869820763,0.08841963762633004,0.13206518717658242,0.6017420443730936,0.5249625562865279,0.27635082584916276,0.09274583770971288,0.6902194513995115,0.8166643296988844,0.8788279211762157,0.03950010358339671,0.885175416349441,0.2913325516984496,0.70522414124245,0.2432197037757639,0.10953463152951304,0.0803502102405446,0.26761184523952253,0.5758409492947848,0.0013613173522698972,0.26938722517477615,0.49577535176854504,0.7901348317172641,0.4515343619402641,0.14163086981823345,0.02629297745296746],[0.47430501987477447,0.32634096662501755,0.1290428964012458,0.040423130839773565,0.7825358855485726,0.6182318748718084,0.8096065846573567,0.7077496607746331,0.0027429661745846557,0.5694692805895499,0.421450158792434,0.49078453112435516,0.03295469333628952,0.6256424632432295,0.18252414445299187,0.39480214577735046,0.8936958119787942,0.00039752681950532676,0.2955775068026722,0.019017662550708792,0.669537052140851,0.6824872832331002,0.8492458377858418,0.36282737947879834,0.03558472540568685,0.06040621051180006,0.6364078429529711,0.6871302693273363,0.7852692391540176,0.08303827171930411,0.3280033243461035,0.0750578379347492,0.6910657095480183,0.5765100419436635,0.039841817373657024,0.7591664924612177,0.17175445352003732,0.8815349136521637,0.47917683927797855,0.23904649421026175,0.007503602721845453,0.11574708502735374,0.663577964739402,0.000026486918240962454,0.6445354266119669,0.4085057274392667,0.19754158101474778,0.8193963611165572,0.11581773937363171,0.30277653433815394],[0.0002863486929689014,0.961303254968239,0.0014846469403401097,0.00002526606533977672,0.7599202549548086,0.514024155924894,0.5502322990761779,0.7526453363852523,0.12699428282259106,0.7518936931830527,0.4522049642922402,0.6090486266330308,0.014662977421027582,0.8045882689863516,0.0002014462958210041,0.1026026219033627,0.6754143443683353,0.50616664015248,0.8450821299008126,0.00030714708800815276,0.5532821916982082,0.7156407546984813,0.12496171610391334,0.00005626540516644175,0.3163781435716856,0.0008165712588968786,0.573924327568639,0.7303078601832448,0.3519041003373707,0.001077404109141269,0.5611842181296071,0.4229291958175265,0.7282579459158611,0.4579754326261513,0.000089706304162965,0.6717143559513189,0.4215086189843255,0.5481458428252819,0.14068045482598615,0.07676285227707133,0.09610344341987372,0.630267715790867,0.6354387561347157,0.2143037141987468,0.005284487369172994,0.172998951724193,0.6867096292994854,0.8886365247661495,0.8740798438325146,0.8051880237680772]],[[0.000002065364776789986,0.000035272270619710794,0.00001833299695275154,0.000005191285519335992,0.000026774785508501467,0.000005800363091440708,0.00006366321686829443,0.00003909269478420779,0.0000253087865556726,0.0000034108758208957037,0.0001572966872583309,0.0000040823759901268165,6.825620300476391e-7,0.000016445539201058554,0.00002176126024385011,0.00000431987090898653,0.0000133450533344333,0.000004112140263579566,0.000010290241311878054,0.000010563948047132844,0.00001167100714623669,0.0000021910176728781394],[0.000029094208414040342,0.0003291943785666968,0.0005227913810769662,0.00017570576601200658,0.00009835452757861373,0.000014868923374481806,0.00031882598184131285,0.00008447984562975173,0.0003738481124352016,0.0001459140276946079,0.00014936362603168505,0.000036395346968895014,0.8350144321459275,0.00007555407415014675,0.0005016120431240607,0.0006510656912007019,0.0005698056062574315,0.0011043878000770765,0.0021924934254475854,0.00011810760710194955,0.000566786673164981,0.0016118032403112854],[0.00002127320070192018,0.0003721594094442532,0.000018542903304408903,0.000043596190603199464,0.00006423297056419803,0.000041304465478469384,0.0002040445252808169,0.000035601582420738516,0.0003901364098277866,0.000060088888307252955,0.00004507501188784754,0.00009996795497206338,0.8422930358110052,0.000012553103810262644,0.0003221374549835681,0.000944871804055876,0.0002589702615297075,0.000726200025412682,0.0005459867805446855,0.00005172178627302568,0.000348020941555318,0.0029672693779146686],[0.000044032653141422234,0.000018803253370680342,0.00030657212968189713,0.000027942580138728944,0.0000178637717123144,0.000010640128114904407,0.0003799628397858631,0.0000234005076644576,0.0001695560360796794,0.00017034094922614137,0.00002001077247812074,0.00015180094605027854,0.8234816616422028,0.00011051048711636341,0.00037238951957951325,0.004419005048865967,0.0006863849677196834,0.0002535555336446901,0.0013875390035300616,0.000041553962612197784,0.000057284750869574893,0.0017888853727397263],[0.00002135145677660076,0.00010929454388029968,0.000018526804878000178,0.000010319628763041631,0.0006643992659726587,0.00001864555678899666,0.8185519479800463,0.0001526582053396073,0.00023621476541228656,0.00008244117843987719,0.000001520209742629865,0.0044304698406023085,0.000009661025995711913,0.0000940643174130339,0.0001310925013546345,0.00011709350329350572,0.000001970852833423533,0.0003201856745819518,0.000005353057940770496,0.00003696396542669412,0.00004207685153244195,0.0000012290807636159295],[0.000013894390951541586,0.00008713623549288401,0.000025976105760511707,0.00011352816814548983,0.00012926621272850073,0.00012757210222948416,0.8521256722341373,0.00003757951955742943,0.00003493298243232251,0.0011013479595252487,0.0003247782304105503,0.0007821326238626628,0.000057069124504191725,0.00046955515252322677,0.00024176089990752623,0.0000056383863084519285,0.000006619602211822052,0.00001539074035167756,0.0004211485971071054,0.00010625966412717215,0.000531713491453845,0.00001064752800264167],[0.0000406562571758681,0.000010381998186209154,0.00003394807554822246,0.000001809047159642199,0.00010166522444678868,0.00001527805235289391,0.845024380641836,0.000001684033689966647,0.000015946812581624654,0.00010674131459959406,0.0001536685165314756,0.0003271223146934666,0.0000027329021884509443,0.0005056023743143198,0.000004779914965003509,0.00022826962263799365,0.000018891444510812726,0.000009492819278231946,0.00005775058518972538,0.00003585308272938045,0.000026267085603513577,0.000012963801669841275],[0.00047327471671855114,0.00025127048072363955,0.00003087919312789716,0.00001652058850574392,0.00002754028214776227,0.0002109564395178476,0.8613630209561897,0.000011546279120640723,0.000170802805336023,0.000439280862065007,0.0002893435253214447,0.00046986190347641274,0.000004664181254249985,0.0004053720337922706,0.0001478010569723031,0.00012185555329276247,0.000024856994243125388,0.000007252105801219126,0.0007493073536115459,0.00003274053670538681,0.000012903135278281498,0.00010580799726116614],[0.0000657001258432681,0.000007278074184183493,0.00017264735221139634,0.0005521180842876939,0.00034358012268388704,0.00006146839932261305,0.00037213802937192405,0.00004838850117100479,0.00002268204475184806,0.0001893958655724813,0.0000671885574769777,0.0000235327610882795,0.000004022049867917788,0.8795794136081743,0.000055806816022245795,0.000027244657488723248,0.000019690490548262102,0.000037179802108932155,0.00019190969512537583,0.0000389242623647004,0.00010746423378846289,0.0004950240291477896],[0.000010543654280316012,0.0000013368282400573943,0.0005902372682486987,0.0005156485461670029,0.00016962115441941636,0.00005426828093675152,0.0009579064265697366,0.00027435501153355357,0.00004180246219126522,0.0002346625254761386,0.0011017583449798437,0.00001318740306165144,0.000007424241799628496,0.8373787477535491,0.00014948062680603658,0.000006102837454039412,0.000002107754707964594,0.00001941273556521409,0.00008575637654015123,0.00003199716527890087,0.00006038079201454255,0.00009933579726464824],[0.00008256469483981824,0.00003494480645762996,0.00022718192487952823,0.00009609862138916879,0.00001783292938568708,0.0003255610191493366,0.00001969298125514896,0.00006051918230228368,0.00007245753492760822,0.00003896519670874864,0.0001290776900362809,0.00019415823905875282,0.0000034964910128100662,0.844023599391267,0.00005555069054990897,0.0000068240758621255094,0.000003319615588360843,0.00001647422211815079,0.00012889193327919604,0.000012683315970007485,0.00011599589835464408,0.000003248883366401212],[0.00007676469274124701,0.00015243843269766382,0.8360723322366338,0.000011209644274049942,0.000029184591148680585,0.0007396821705743472,0.000014060138125124012,0.0006455090084283431,0.000002308153155322572,0.000012335069764190064,0.00028378766214354613,0.000013654663523723299,4.90895259275384e-7,0.00006002486562021174,0.0008244340056151443,0.000015135403109847314,0.00004391642350925808,0.00015856200511026698,0.00005537495885929435,0.00007970636615582188,0.000008040827029737651,0.000004950177431892322],[0.00003716728651766656,0.00003430427616848416,0.8691206983694048,0.000023194376832446834,0.00015298233056348795,0.00001854649896505253,0.000018531119904062762,0.00006024955937526797,0.00002545380568500532,0.000004930756667178249,0.0003379732957594045,0.000020779212883301104,0.0000015144362264219062,0.0009920177688979926,0.000264492294441571,0.000016997137363715742,0.000022773535675561146,0.00005075383665523204,0.000016921090488525435,0.00004040650355562173,0.00000425618754003235,0.000003572350873507743],[0.0000731871297284695,0.00013953944250995467,0.8426822952922548,0.00010101005282498417,0.0012284763014727778,0.00032334988594050597,0.0000062195504049254,0.00003982262262018072,0.00003048512531573439,0.000027685592448575367,0.000996103406482529,0.000005537711968959735,0.0010680487384533443,0.000025343512698064597,0.00045328866056060815,0.00126717946856945,0.00003229557910824871,0.0005382937131632466,0.0013417621053918158,0.0001381570953823747,0.000048499107117825275,0.00006463490395184943],[0.000686970276807604,0.00006559075438047837,0.00013552901538134925,0.0004309218147965789,0.00028993131616075074,0.000010861371196541634,0.0006147118963294383,0.0009527668227477992,0.00006471536836827945,0.8508233548279237,0.0000880415804415156,0.000007510843832941115,0.0001574891448017823,0.00002848757238397895,0.00045872384875517516,0.000018712062021472718,0.00005266570904661429,0.000029669028083490557,0.00033682742676716847,0.0006362952772513117,0.0004081258554589309,0.00002150836959567994],[0.0015926863338429607,0.0000013440380161717882,0.00006931634003923482,0.0007919127751169034,0.00006964617214125323,0.000006500906388593867,0.0009395096545921981,0.00016173265614404737,0.00013603311989766754,0.8440922791603498,0.00003097793841414705,0.00003704824476714681,0.00006549640041108376,0.00018721183913898175,0.00045830857472557116,0.000032660477920766326,0.000019325639991962124,0.0000408524641258064,0.0001556414840877557,0.00036600518348763945,0.0001304883190277062,0.00001068241500946253],[0.00002591279398632682,0.00008000147287771316,0.00030994141292514015,0.000003201023271438184,0.00040014550959267304,0.000028906808672517297,9.980564954051097e-7,0.000022263619546368093,9.531717270002984e-8,0.000014080934317306188,0.8677256427271761,0.000007717993149262869,0.0000018047341780018393,0.00008263227328208987,0.0000038890312641142566,0.000003556355974701216,0.000016295005067554384,0.000008079088647212499,0.00005340707965276833,0.0000347035591402256,0.0000039302689501160525,5.111438085609018e-7],[0.000040475808862873844,0.0001954289500283412,0.00011407320029237642,0.000019534954034444286,0.0014361757721019475,0.0001813940575848157,0.00003697336673554356,0.00015407121050164908,0.0000018195831660998072,0.000003844576320383805,0.878099419202014,0.00044260567746864216,0.00001640300785999839,0.0001796606398051098,0.000009671920273505622,0.00004907087898421878,0.0001328268742780529,0.00006116231993990894,0.00015033202640985763,0.00006309617835686376,0.00009764432250158905,0.0001044868866140887],[0.000011875254664683117,0.00004631749659446908,0.000031490592927742994,0.00007539711531109104,0.0008263751528406138,0.00000929790739532625,0.00000976758292469659,0.00007427338302125857,9.699826554029909e-7,0.00004202425422167165,0.8791542414394439,0.00008885511510168227,0.000015747734601258204,0.000368544375724571,0.000002116841272171015,0.00011154271397335073,0.0000671149755651931,0.000007444865284101014,0.00013935073473435365,0.00008145822667179427,0.000014762984192411036,0.00006824354350747059],[0.00001825779037387457,0.000005925777116593418,0.0003006497896658397,0.00006382474887011585,0.0000026302800969667728,0.00001078037232099077,0.000028528211114790734,0.00006359167715853748,0.00002109882847634987,0.000018372838266679743,0.8646227904296363,0.0009304713426602179,0.000007295577024081347,0.0003796853431081861,0.000030265642789467584,0.00001514358222459114,0.000037412164462333157,0.00023021852508444687,0.000017978297668340727,0.00002554355307375334,0.000016737934539686518,0.00009671285303556289],[0.000031319475579550326,0.00002060349064988515,0.00020577203637137968,0.000020135751497995265,0.0008304042757315189,0.00003909730227844735,0.000004206942363310009,0.00024325268636122898,5.527751473935768e-7,0.000017925215438123425,0.9322708854883236,0.00010714602928185525,0.00008089980707187117,0.00007930034049283952,0.00006053068925282117,0.00003398131011599284,0.00006952399403199896,0.000016866559439186315,0.00011272818506675063,0.0000814184209176073,0.0003438427691109058,0.000004270128883955603],[0.00001537737763103227,0.000032171721814675814,0.0007992349453194291,0.00024200445257843814,0.00004902334428733111,0.00011954471338800184,0.0003024621886544538,0.00014253582140262688,0.000006598146038736852,0.00004534606189953251,0.8723729928828879,0.000517706342956288,0.000014998393739064957,0.0005678994561810967,0.000006996958766657911,0.00023731745092444374,0.000042817542445833274,0.000044852467922608284,0.000018133379539424222,0.00007848739930832444,0.00003136230504403918,0.00000837919888468664],[0.000032076351178760736,0.0003879538955781652,0.0001531082182490977,0.00006359481974248143,0.8488722703640109,0.0000604003384474069,0.0002697672402835387,0.00016589578858690977,0.0000019778354047963597,0.00003911046623754446,0.0020342725695232794,0.00009428924329483291,0.00000927018519457503,0.0005711491595952457,0.000011623924836187644,0.00007851239367080739,0.00004918481469180266,0.0000192407752041161,0.000059924707523767,0.0002043386215573228,0.00007612355496160482,0.000047892935089575556],[0.00017175025219712237,0.0001046978611018341,0.00037193243302679574,0.00004344185893680646,0.8540667247332293,0.00002262758219968278,0.0000024031504378713434,0.00014589339869416494,2.651381895363883e-7,0.00037376113322656624,0.00034766440700891607,0.00009669378553176712,8.038132575966428e-7,0.00019315251368699516,0.000026120772099957632,0.00000828865491295226,0.00000499679446389256,0.000010249235415702348,0.000013908660401715257,0.00010115908511266171,0.000006524174810941985,0.000019539052154244245],[0.00002668096615513519,0.001092885559034004,0.00018553947952629817,0.00003553423467493225,0.8404751351376536,0.00024213127154392407,0.0004173927723766567,0.0003120887659690588,0.000046127860755548036,0.00007269711717098373,0.00009451726462257603,0.0002848820653725682,0.000019129856518489854,0.00011274904806758369,0.00038919387319752473,0.00007176977403659755,0.00008480920684059026,0.0006963738500788557,0.000007820920348553686,0.0001571479471693974,0.0004797815885005118,0.00016445146386790795],[0.000389124699805187,0.8641747929395737,0.00018698719065756366,0.000016560748219230386,0.00005398987262412243,0.00010929536479196212,0.00006007864947910389,0.00019918253055755728,0.00004374499146050182,0.000019063002788156167,0.00011117544406023921,0.00008096540172506616,0.00003510309516020328,0.000002332742219455859,0.00008462664532875805,0.0000047172655177279264,0.0004447938630780804,0.000042327783394940914,0.000019557450865218277,0.00003342317744547038,0.0012093740327753651,0.00005116450874353543],[0.0006792411139825472,0.8600497636706324,0.000005267003850341215,0.0000873186080867254,0.00007165883064509781,0.00028772114048112137,0.00025630966712998,0.000015868864009870795,0.00009073449323216703,0.000022158014477003096,0.00008223795434299212,0.00011026011166307717,0.000022285994638060907,0.000025340760209589497,0.0004362702401390732,0.0000016637933970503874,0.00025250151318981196,0.00003503742208622887,0.000014435629234303762,0.000047840971161100997,0.00011481731561659306,0.000014742012156104708],[0.00009441697967891777,0.8506884288788483,0.0008007810936711765,0.000015632108915594854,0.0011496332128026106,0.00008202234460179443,0.0007258658686210786,0.00008491432110137605,0.00000575970256002179,0.000029934474055969384,0.000005696239939654906,0.00010284422591679105,0.000016677272787429235,0.000014805422882056922,0.0005551518320084281,0.000021614305950116435,0.0001810061057829417,0.00008476218413485611,0.00001112693018447258,0.00029253024709400725,0.0010022582256556817,0.000010132184251742309],[0.00004458758352146101,0.000028384084627875662,0.00003437569985068968,0.0003267194171539137,0.00009300431554956486,0.000009157953690822193,0.0006812889500094847,0.00018827552094335473,0.0001972432757492664,0.00007815682029421178,0.00004612475361316429,0.0001276085952983295,0.0013626877625396439,0.0001366759514369618,0.00004660978761645637,0.0009762246565614374,0.00007310114918513266,0.0003823835688384427,0.0010781956895325774,0.0001456029684662401,0.000327774824710374,0.8403290114526671],[0.00007143130226495376,0.00005658056299769508,0.0002868262576090614,0.0011238791439343006,0.00002481171024920687,0.000007169781122128583,0.00008274624954425976,0.00011366951598067365,0.00007763862784200934,0.0000983864007483542,0.00019524244129755943,0.00020071411386836458,0.0018069060319621617,0.00007997926415513725,0.00002805738287408437,0.0004162194131248534,0.00009995116201611276,0.00008351963569894163,0.001123971862540399,0.00006962841830379439,0.0002556522128878931,0.8589845123044046],[0.000019081408945626137,0.00003425343879529328,0.000036053416873604384,0.0001381043846017008,0.00010083257226263051,0.00008558156564510941,0.0003906104788059991,0.0004754686870825382,0.000021190703577047187,0.0000050453583860238275,0.00008958427413581586,0.00009479719235313718,0.0008715157246156137,0.00019782580876576684,0.000055349018502220895,0.0004862585791690607,0.00040561029956559655,0.00013300978091794634,0.0009403763842016858,0.00003913972022786846,0.00014020886278792342,0.8322742794563173],[0.00003779972859790107,0.000004477626988407568,0.00047258118427735875,0.00003625649072929806,0.0010458963083261694,0.0002913668465218255,0.00022769332612051065,0.00006764671341500788,0.00017614592957203483,0.00009705493165830626,0.0002520559404398262,0.00016291524757211894,0.0024689683624417287,0.00008861556802201563,0.000007186197959085318,0.8396311872852561,0.000049152629797063926,0.0002601781027141934,0.0002560988732237239,0.00017103260469280126,0.00001966107957570418,0.00032744000603785974],[0.00008684488752218806,0.000033240902324129023,0.00029776455497715045,0.0000127426967554217,0.0000967284822586164,0.00022156587101640582,0.00010960375681342591,0.0002554153092970929,0.00006184802725040492,0.000031120794125120094,0.00008453490914760276,0.0009532232997865154,0.0005767293920297251,0.00003776628241467971,0.000021633758745520404,0.8465988398448581,0.000281423814218982,0.000015495068192789692,0.0011384935230085056,0.00035551939932162356,0.00013684849485783666,0.0002829162034021129],[0.00007070299680565843,0.000013203845275086667,0.00012166749274951564,0.000028783882536210333,0.00030838192073967183,0.00007812237696771156,0.0009764767391564424,0.00002327971626075082,0.000026653018902987815,0.00001598263701260604,0.00008631071011328076,0.00037627605712314214,0.0018325015235672998,0.00010279479200781826,0.0000039531258006451374,0.8309672383645355,0.00015970277099135985,0.00010326909598916126,0.0006417150539752188,0.0003985684015210824,0.00012242693769962503,0.0006589740473496307],[0.00012249021394672346,0.0001266589916700105,0.000021059652082372273,0.000044332917612280704,0.00023372458291585313,0.00023019402634278117,0.00005662369023316678,0.0000573099268888198,0.0004138008353322558,0.0004339909424842276,0.00010068025119974852,0.00006676124268529685,0.000004405639171738005,0.00005179653043332578,0.000052890294749515394,0.000022013315951987457,0.000007180732506158937,0.00003797144365957637,0.000024030522449645824,0.8474411481045686,0.0001870872564106399,0.00008021814011278557],[0.00003545710268200908,0.000032446224951443677,0.000058607265546080774,0.0000013108268152330088,0.00006798032751964564,0.000023357613196749776,0.0001671138097414202,0.00003627845249205312,0.00006836161532673461,0.00006893541037988784,0.00055061416883271,0.00019124160435456794,4.784752792686536e-7,0.00005842931436496166,0.00011062020229999946,0.000006086249271503817,0.000008006155171488032,0.000060220286579352266,0.00001604837987764348,0.9434754732668105,0.0007291624432992124,0.00003666414041362091],[0.00003561686193917755,0.00006252992788429677,0.00046585616577238286,0.00001771682126666438,0.00017757798121825037,0.000023480789786843193,0.0002664831209648256,0.0002172064067749093,0.00028374271104052303,0.00017718705964496812,0.000025069862969624932,0.0000346538537328236,0.00005513322188471053,0.00005507821417513057,0.00022768020825526675,0.00009889253114452584,0.000004600790339651072,0.000011052776246297555,0.00004483966904567191,0.8510055456942462,0.00010661898313596305,0.00002569564292794551],[0.00012151700491259717,0.00026718618018942457,0.00007033074979620476,0.000018599017914445856,0.000004664003301474812,0.000049077768973087434,0.000009347358389214324,0.000018470749846490606,0.00007994304125447518,0.00007546245277714217,0.0003999900047607447,0.00010107570749241587,6.207418655597249e-7,0.000029586396424480686,0.0001687706166563552,0.000019966685747618126,0.000023410148251795325,0.0000984115667568362,0.00002386972196476922,0.9482859914182179,0.00007839281076847207,0.00003135153133365214],[0.000024913925726174855,0.00011737671861543498,0.00002835657775993719,0.000009171319476515744,0.00030296822224806975,0.00033010788122554545,0.004941598780002398,0.000644152293534648,0.00036210403928940997,0.00004463337120681458,0.0006284801338001337,0.8214417126610889,0.000005021813958745864,0.0003237635882650349,0.00006604390936584116,0.0008607337568607112,0.00011046405859790876,0.0002678235291951749,0.00001222325461577124,0.00004584029806170045,0.000013049928398362196,0.00002822619692400924],[0.000054266823108014085,0.00003610211645812394,0.000033580558848554564,0.00003091814693810865,0.00008771315191262051,0.00031625908006048764,0.0009899744994004123,0.000023733021050574608,0.00015300245336933395,0.0002100004358153963,0.00048735459444130804,0.84642499079654,0.0000013102827311911608,0.00011718636060505565,0.00002057926600350732,0.00004314120817862074,0.00007952164444073068,0.0005693359519076793,0.000001378666848430436,0.00021236586957968756,0.00001776523093472735,0.000018604833151159266],[0.00007649619982007667,0.00007379911360062166,0.00005411848284144767,0.000007761528308929846,0.00008911514232927528,0.00003237770048964282,0.0001416089000331528,0.000432213028312342,0.0001325010574818599,0.000007812202268023198,0.00042057188622021387,0.8381535376191862,0.000004472707220050886,0.00002195961084749434,0.000067008775972329,0.000030873517067151615,0.0004845995921781167,0.0005161945110378044,0.000006934713640798103,0.00008183060652808053,0.000022462611736907586,0.00006531306343948708],[0.00003960252360737458,6.26313929664634e-7,0.00016348584860708374,0.000029729382487689985,0.0005612778828187594,0.000004035662936855226,0.000013856804591561529,0.8749424732792224,0.000013829942866314066,0.00007458804947060406,0.0003978722619499979,0.00016754247111888096,9.517344258419071e-8,0.0001722710377498458,0.00012256598174796912,0.000023199189139147574,0.00009921062087645571,0.000003888463733773496,0.00006305031193622959,0.000017154248993385435,0.000018608171445882263,0.00006398415574076293],[0.000004946723631027329,0.0000012670075285113194,0.00014361546557668497,0.00002661862488687483,0.0000391309691386397,2.854920493943336e-7,4.6658252496941834e-7,0.8678632154919005,0.000008534781695698288,0.0000560736926286246,0.0005236895831303934,0.000017434602813305474,3.440052261027136e-7,0.00011062026015397438,0.00000872751029944136,0.0000022095607960480404,0.00018224993356313698,0.0000026022550613418633,0.000029319169664491967,0.0000179178062675619,0.00007689735511543652,0.00012471878409172024],[5.27420987848731e-7,0.000138086683803029,0.0002443075322585748,0.000008986524002982517,0.00017284857883512536,0.00001701426290850117,0.0000704911061898249,0.871295914004733,0.00003365537617017246,0.000028406595338045685,0.00042995418076738443,0.0004205863871085523,0.000005880528640588404,0.000058502756518149025,0.00017948475020546428,0.00002755591175772169,0.00002610887119225346,0.00003189556004572887,0.0002563582766334243,0.0009394370286386968,0.00006239640346887874,0.00032910341518660154],[0.8246119107477325,0.001793482703192462,0.00020310952794985726,0.0007829292032069682,0.0007374931556230831,0.00008807343096954198,0.0006376066156359512,0.000019452227862188844,0.00016256069917306226,0.0019004239096070362,0.00008398939990668542,0.0005716978958516978,0.000006758209340215039,0.000042500008348912154,0.00033361050568554934,0.000007054543631093849,0.00016619697871240292,0.00010744912180921944,0.00007664197054328444,0.0005357759982900992,0.000249392200472891,0.00011921397873816999],[0.00009720577151742699,0.0021141646040643805,0.000037513069641503784,0.000007828104011102733,0.000013762203112624184,0.000005970299608651918,0.00019390964885370368,0.00004602933615051119,0.00015837009719422358,0.000076180452182658,0.000044413265499627745,0.00003656770477242886,0.00003853024864853641,0.00006627382865809986,0.000011853906147993178,0.00009486807539788615,0.0003390012159549059,0.000014932708933106195,0.000014634661937846865,0.00046930417354595997,0.8490303519186485,0.000001792198576380771],[0.00014238836038515173,0.0003700842209636443,0.000018973995704349625,0.00024690451277959655,0.00020114103307987546,0.000020056222860682134,0.0005706370571291969,0.0003297354478967134,0.00001930527518271706,0.00016060466367531662,0.000011337234690100209,0.000018965840538287734,0.000023428943184271783,0.00020932651893560339,0.00019789567075967885,0.000010503720810319756,0.00009461596528925681,0.000159138234590288,0.00001160705841818593,0.00034990164753953643,0.8516675648435316,0.00009057647136301486],[0.00005152296578201623,0.000009489279128223368,0.000017356732635544684,0.0005511984962678613,0.00005171524676137661,0.0000011839368972280061,0.00015881189729552425,0.0001472119737470719,0.000043968285995905665,0.0002426407289984061,0.00002127537806810271,0.000007503062724066286,0.00006176834320549038,0.0006546119315797729,0.00002304286557382161,0.00000981501473007102,0.00007220226546534697,0.000042959352924943705,0.00000971584353615446,0.00019176241383902267,0.9147325426576932,0.000007912739449741186],[0.00028607875181740943,0.000050820409749888666,0.00036589736805905335,0.00000801146157173142,0.000019343360754030945,0.000008109761220973877,0.0007626990033241237,0.00005849318893394714,0.000013677054925044652,0.0002854059726526119,0.00021032691331951905,0.000009991629350464185,0.0013522583315353782,0.0005016563470829508,0.0002123625176138573,0.0012328429613204055,0.00004851338726440374,0.00012198379478712775,0.8385808500493007,0.00012471828175582248,0.00006909538442153447,0.0011549399763766627],[0.00007932834341760387,0.00014111678841979402,0.0010282794964110754,0.00005603851741581107,0.00010200761685318569,0.00003308092686018995,0.0003570565459131758,0.00036010936579161337,0.0001646895397801926,0.00003109546843181107,0.00004894760814002121,0.00021827231839506697,0.0020852563325607317,0.0005735437441130208,0.00005522189957202038,0.001032148144963372,0.0001278712200604301,0.00006601732283613985,0.8223015981946882,0.00008895578570207123,0.0005815945089816641,0.0016618771071720453],[0.00009279200215880128,0.00003056114821491511,0.000896695483690539,0.00001587999779456481,0.000011847732813819587,0.000006555654754024939,0.0005113064023693774,0.0005099000454729305,0.000058601792272534704,0.00008733162736069931,0.00044053812208791354,0.000018002275598194414,0.0006190685554798644,0.00034524119842616166,0.00017077020551558208,0.0006788025632619033,0.0001074648956264489,0.000007832794699433044,0.8706096320136915,0.00019222000568617657,0.000251038749208777,0.00039831182795651616],[0.000031229539529837225,0.00003114978619869394,0.000019080425541691095,0.8166568370476213,0.000014711854413098586,0.003084996031768117,0.000024699433271235958,0.000023629625663599116,0.00013868303684751672,0.00009532189576562542,0.00010247918176320847,0.00011440239014247493,0.00015697895320063163,0.0006162120782401231,0.0001486596436855378,0.000018961573845461374,0.000049616064072256555,0.00009914327244246981,0.0000043529804799598566,0.00001663696087384588,0.00014125989528262782,0.00003560553449459596],[0.0003904927504266365,0.000022300883106194484,0.0001986657061499634,0.8426199225440564,0.00025673656406911957,0.0013807267491532521,0.000024825654383595004,0.00009046214524276586,0.00008741849040073697,0.0006050918308466582,0.0005434208968398804,0.00018292426502242038,0.000036606584780871494,0.0008542596619129044,0.00017181414782020115,0.00005590764247979102,0.000009335711284105025,0.0000620021601236537,0.000013665084925539083,0.00031751726283018667,0.0006157028423167048,0.0005385077742066176],[0.0002246451689111818,0.0001588865148133951,0.00004447250008842223,0.004578758776637262,0.000028191674364090575,0.8573857535857063,0.00008344327639770136,0.00008621028897831871,0.00029591570664900526,0.0001730888278587881,0.000032691411632095606,0.00015605286126734886,0.00003273315866692651,0.0003505407657422367,0.0005244499752322695,0.0002768921595207161,0.00008527291609087217,0.00010784209365498386,0.000020062751533209215,0.00008644364525714248,0.000025049837455693466,0.000008338421735015234],[0.000043932979357248814,0.00012615535285591961,0.0007024506154334627,0.0006018357644229926,0.00003814939904484213,0.8810434463611518,0.000286339010180843,0.000011246898226465351,0.00024433886844277297,0.00002738625265171931,0.00017321086441071,0.000026154720800373453,0.00001393069519210264,0.00013815811563823715,0.00022498447675895432,0.00005540753817689623,0.00001756143340831192,0.00007768459522799681,0.000018106987903592318,0.00012322051654073982,0.0000012288087966926952,0.000015750888598665034],[0.00024437326076715737,0.0002745149897682887,0.00007173984489647574,0.0005822855342561123,0.0002536261066136477,0.8779658659354278,0.000046548181230889524,0.000033551272258131124,0.000020828754116053407,0.000042904532366309335,0.000018517108371211557,0.00033931991689931665,0.00000800996723815981,0.0003982581950850965,0.0005237941226901646,0.0005438600933394596,0.00006695683998195513,0.000018738587228000932,0.000014411172183833477,0.00018624113393146623,0.0000357459979125518,0.000011686173835232624],[0.00008570316758360116,0.000031982115041970585,0.00034677221218072906,0.000017888358578028847,0.00005356921719638745,0.8820932291307658,0.00012061779748286421,0.00011645926677140129,0.000032576986428085036,0.00000872920815050855,0.0001948539369534401,0.00010813982846135364,2.86643417614413e-7,0.00004896671716795195,0.00002764224214771006,0.00005737627625191677,0.000008583868810116702,0.00007360275968655966,0.0000013054895726390441,0.00004587396210944145,7.749145505161302e-7,0.00000203314050250584],[0.0000036748817524993078,0.000008880571731887861,0.00006209416403262396,0.00004378990582469661,0.000002114708538132562,0.00003799940440749215,0.0000552007534377754,0.00003428938457418696,0.9101906945999524,0.000048496554142792584,0.000002817651000901108,0.00003346904662913586,0.000009493755658956233,0.00012895266564050205,0.00016002082745496796,7.957227274172091e-7,0.00000552082401892559,0.00004845803687217838,0.00000313672160634097,0.00011087117548149892,0.0000057720229335512135,0.0000012550872511972506],[0.000003162552446990284,0.0000016907521245923314,0.000006850838891263719,0.0001082418016565089,0.000003019367001044905,0.000012245114324181685,0.0003213787247370303,0.000009309744019510163,0.898490981664194,0.00020177735358103898,0.000001040427764354492,0.000022497489396912957,0.000016196640398886497,0.00005007956732514356,0.00007350958087517423,0.0000012109402552161795,0.000024638863110995375,0.000021040995856442237,0.000001370783170089844,0.00001771745067675156,0.0000029112118952455043,0.000004565710940796363],[0.00001250769225276094,0.000029049393581194778,0.00002551048040348393,0.00007437095813392618,0.000028068119841762344,0.00008450679625314737,0.00009933928475176582,0.00020367988158559314,0.8914093459732833,0.000020210405209201935,0.000011939513913804355,0.00006293940047424627,0.000011950630084810925,0.00012722964074418972,0.0000335485759516581,0.000003973120294794421,0.000059851205377219334,0.0002238211501587908,0.00001720998125599577,0.00027862131207240915,0.00005053548603701505,0.0000012271576522648676],[0.000021344490703002968,0.000007309075407815877,0.000003896475218100309,0.000052218845672029576,0.0000029010941103419346,0.00002061281368827702,0.000012862972849692787,0.00005860497477827576,0.8962189817557392,0.000055771712355957796,0.0000016624741881065207,0.00018408802561363665,0.000010501682846742016,0.00028155712992006075,0.00028124748718029067,0.000002542575403425881,0.00002480079104924893,0.00004140877703861664,0.0000025719200654314093,0.00047230987563518054,0.00003708636650784106,0.000010804391082670016],[0.00006919227673033783,0.0011552631348996415,0.00030658780275163387,0.00004547400203712977,0.000005294385074193121,0.00015784726638252272,0.00019662134278926183,0.00022763991123764003,0.00007053168125765369,0.0006689479117507638,0.000010961166175264262,0.000054013116740772884,0.0006100823103337701,0.0002955696754912824,0.859122954041507,0.000009480083062480792,0.000032234584109043296,0.00010031498382716308,0.00009454894186890203,0.0004267547648831214,0.00004018722372408455,0.000058852465386334536],[0.00008341327579276788,0.0001197356595222058,0.00041956778049927575,0.000009498476495448107,0.0003020191312896663,0.00011240003018316494,0.0002518820402326618,0.00014769301702069373,0.00015964369336174703,0.00007161952717003682,0.000014301586645582321,0.00011832591488623401,0.00010813436453683176,0.00001862548648614156,0.8359161370320649,0.00000485676663168802,0.000007462464229396075,0.00005686697654663286,0.000015760512111814206,0.000037382133701162414,0.00003232707464532607,0.0000014402232760038112],[0.00024132960892212692,0.00010414795952453061,0.0003425304722947803,0.00019257877726408352,0.0001597166913980623,0.0003329091327707089,0.00016772982146305446,0.0002527954553388896,0.00039408600114911556,0.000019553767567995096,0.0001357651277741388,0.0008924135480555594,0.00010816183267240257,0.000033148832282821236,0.00008953226773869974,0.00026861143251933776,0.0015948205321075649,0.8359494946428399,0.000010134327286895183,0.00011516664346214624,0.0006183764540034484,0.0005024497602082994],[0.0000883645248640601,0.00007821135243641435,0.0006136055761580632,0.00010754042599291586,0.0002090108227457126,0.00016749428755948866,0.00007186286665029737,0.000028220198685978105,0.00036862252487657594,0.00012433221848747182,0.000009478357622977349,0.0010777888505534496,0.000009468308553414345,0.0001501057545999669,0.00003797069219615712,0.00006801007549628558,0.0019386582686618517,0.8493496613014375,0.0000308932769898882,0.0003039473652105846,0.00003867555930569153,0.00007768894414339325],[0.00005375378947948232,0.0004265691600554587,0.00012254428825775394,0.0000035331513787173424,0.000025300787621508888,0.000014531375884272284,0.00003192606387119272,0.00005702558734197032,0.000031866683259559977,0.0000048791249908947165,0.000025627519209099963,0.00026631093153593884,0.0002920232537915276,0.000007247091039449871,0.00007928105879898563,0.000018379551543789096,0.8159079787444878,0.0023824363270936303,0.0000382360237705207,0.00003098951484367524,0.0001432366995218004,0.000011794133118175194]]],"Weights":[[[0.9790274385243722,-0.07839129656428319,-0.7684810385064419,-0.376461888628603,0.16233037311783147,0.4585837923579418,-0.30687628167273295,0.5059443252793359,-0.5326780309202175,0.7573834391132869,-0.3523461996830192,-0.333124004568416,-0.859963333071884,0.1445873532664564,0.934146419316097,0.9466492953530726,-1.014406638528655,-1.677833788352629,-0.3436371053037792,-0.08022760561387642,-0.9274068130306993,-0.9605831634094931,-0.2749892011845443,0.3608906098314571,-1.156500812549471,-1.713023227138886,0.6385761921751753,-0.9738060757921688,-0.23016437716855684,-0.07373153918220746,-0.9089639027280999,0.5446840263051254,-0.141840879655339,0.3770154934173646,-0.015919803455363233,-0.3409585139848381,0.8014215887885243,-0.4930398410519853,0.9682546660256931,0.5691530356786761,0.5906039906907498,0.5067981962283309,-0.6554308548139973,-0.24666263081500472,-0.6144965394575437,-0.32063205675014644,0.398087570975862,0.7915801007405916,-0.08459758389926701,-0.022130900420971614],[-0.2751245267857345,-0.4479886800239597,-0.9611425461743688,0.142123258431514,-0.6233718261945251,0.40723487944830583,0.8186970095201423,-0.8090187384420598,-0.7763106452247188,-1.8526643156868077,-0.4920151641950048,0.8910808079087835,-2.4326857522404803,-1.6776812454840986,-0.26215136443895615,0.4272617869194251,-0.6612818233079478,1.013839131235572,0.0539709943085298,0.5736225448062208,-0.001815091197609516,-0.19065081943833662,-1.0686917692309463,-1.6743563802358021,0.08996734399029555,-1.3694310888834025,-0.4575121875201973,0.5143588510655568,-1.0000155714046746,-0.4379103113801625,0.036988291763210196,0.3737350508863986,0.3187307330135076,0.6862492968163288,-1.5857573076256155,0.32096745962411233,-0.13842803686859476,0.4286789011600943,-0.8799942682196302,0.23644920415356252,-0.05180430079067199,0.9881092020855654,0.8448315959136308,-0.6745169112936031,0.2655957684297984,0.8709260776028562,0.34182865111182215,-0.4050058394003536,-1.422887517076772,-0.7050380977275817],[-0.360236683085836,0.5325179829571126,0.005252873221773038,0.0062737269190927996,-0.12271748327540746,-0.6930869374784784,0.6403820755058934,-0.6621662992725766,1.0582469466467728,0.2315633523051866,0.4899374400955031,-0.7861303698734705,-0.9880792496396851,-0.4326141077993737,-0.1172949646472426,0.8817555486574838,0.9899221330438196,0.7784184969597939,0.09234202632882353,-0.4433149654413946,-0.5248787374887407,-1.375939274756954,0.8882163793228871,-0.35197059082943877,-0.6464399466695097,-1.2006728367585455,1.003418792590004,-0.6503464882521724,-0.5227455444139397,-0.9203111208354549,0.45653794687625887,-0.03593198284496495,-0.4719096443181706,-0.014762173001383775,-0.12734247872172172,0.6115573890119288,0.5467820170453573,0.9006565877101164,-0.7164838848045909,-0.46707357806573757,-0.5548448847605456,0.5959106200370906,-0.3020902219258744,-0.7700582092624232,0.9214973180420732,-0.16457963325864994,0.5375112130367974,0.20231696731302304,0.5132083789424629,0.47367236771945354],[0.2861366697425869,-0.2565378825757924,0.4075239911020291,-0.7961886998854605,0.787558270891618,0.7866677633069852,-1.6422979067694934,0.3224711212350357,-0.4992385751833158,0.5626547464335662,0.3082400144318888,-0.6247989606607006,-0.5314190908975955,-0.8122383541789581,0.4306224432928901,-0.8293737812419344,0.3878203094461446,0.5063569670790594,-2.312755362791724,0.3386817287657668,0.6189847261086934,0.5541956737347555,0.3424375391114163,-0.4006961355146768,0.44199379209431383,-0.09218194418785615,0.7744740307907345,0.3846273049856729,-0.15753397474786962,-1.0551285816614255,0.9058980786083144,-0.637608371595987,0.7631485074758337,-0.7697137109054091,-0.7781331010672818,-0.28663997378926775,-0.5679960344582318,-1.1063943982789153,-0.06961167893783836,-1.1197888343084292,-0.05045877789679902,-0.29809841775909013,-0.5211134215507198,-0.16824957472589627,0.44976476694044354,-0.9721760988030733,0.3022374317497406,0.8921268867945387,-0.3794141851594364,-0.7015345442029511],[-1.1596202555958648,0.1992445133769123,0.5057766528238143,-0.1247452480940345,-0.47506033354084826,-0.8537549495019751,0.7371463976940108,-1.0652745255050555,0.0017870462312696979,-0.7631262719142681,-0.6277693795337181,0.353488558561342,1.0087008526231733,0.6301854834046966,0.17542816942421946,0.4255847274595241,-0.28165417714483854,0.843092645983063,-0.39279035175829324,0.8964505272270833,-1.1252482858400756,-0.7001489795079693,-0.08651709728015333,0.7325763530897951,-1.2817473769467618,0.724227162167302,-1.498276257518844,-0.898196337810705,-0.015996343269911506,0.2912644843032727,-1.3471427398030407,-1.0848103714053123,-0.5932506483383764,0.03432870128105394,0.3120882059866851,0.2016683270926812,0.5031816474481617,-1.0267041048404721,-0.2934493730623226,-0.9803570482657217,0.8222406442184126,1.0182862073692516,-1.167778644260774,0.24737754544040633,-0.2949763519834037,-0.1624865407239712,0.8421160662637678,-0.02052247225400776,-0.15224036995801585,-0.49838399656701177],[0.8620494899686878,-0.497346799496414,-0.3858887672456952,0.39508498922237784,-0.2525219291822147,0.09073963100878996,-0.6351512729524111,-0.7175549314840469,0.21741875836262003,0.07181623101501418,-0.7876076390792165,0.6294054010409472,0.9521836955727382,-0.5740685900991934,0.4413806652326833,-0.591488230787789,-0.30672566706922866,0.4051090681297152,-0.5384856125450623,0.8590467084683366,-1.162022975690717,0.4957086899347502,-0.4148735958286869,0.8238937462206236,-0.2533252111283097,0.3664685809185213,-2.0441843630180707,-0.9132549035459677,0.3878375764210265,0.4646007202526801,0.17455204728784404,-0.1960951856203299,-0.44810862869141627,-1.1362319672970218,-1.672671661575214,-0.4984754535163523,-0.5065509669662969,0.47855454439298156,-0.2794868300594612,-0.2136350922714953,0.7809412940786099,0.8296813818507729,-1.7950817634652445,0.2252608172419929,-0.2597030992632169,0.14505729741417273,0.9303876032157332,-0.5211100156623135,-0.32346231053520025,-0.3016715823857147],[-1.168595430641801,0.622665501535129,-0.5936361875107253,-0.48917002646269137,-0.7158524246685679,-0.6101160888578332,-0.24357108710834455,0.7611233733688695,-0.2520561567293921,0.04493958106130903,0.5942075436738332,1.68470211191568,0.3660022284209377,0.45305974510848834,1.4440818780986704,-0.201642008084304,0.3032381571498775,0.32934903858217957,0.10492212601550667,1.0489643212718707,0.8686181155281879,0.4244348845573954,-1.9746013725359706,0.48302979443205935,1.07521799909159,-0.3265976538870553,-0.7203938989839435,0.8971437152162091,0.634200400261427,1.1950951833209313,-0.8023452994370266,-0.3941529425274832,-0.5999449980523331,-1.0358083206268787,-2.9293757555682047,-1.7888714799689514,0.9140193171908061,0.704069698221449,0.8796770747082365,-0.11189925905873713,-1.4793633564982658,-0.16715094274384346,-2.3983342662043476,-0.568877601378326,0.4540089043230109,-1.156199321334882,1.2291528941032621,0.32754852046599353,0.9975402626751356,0.5068521891973217],[0.830863906152712,0.2821959078482103,-0.684119099410172,0.22040070360304395,0.7615522377561049,0.4872151985913822,0.8647125493678459,-0.5005240093913055,-0.5842614201319628,0.24474590228482757,0.12247193755447533,-1.225521480752503,-0.6710700581469682,-0.021721745964832513,-0.3419342073703693,0.862129489436038,0.5057772712523331,0.3829763761150441,0.36325144363233264,0.6101565392971686,-0.2591465635903403,-0.8501076851265484,-0.5159287423028627,-0.31334373624557477,-1.4257181607345177,-0.10059354175760761,0.5976346120429089,0.6010849832956427,0.7500012861574732,0.03880356929153354,-1.2428232625208921,-1.3924400311562066,-0.9238658969284941,-0.009272591910826685,0.8190618437170871,-1.427136832368312,-0.7216187740401065,0.7651815382069842,0.23212618649179184,0.18543991266894536,-0.8063444675769654,0.3336433085920915,0.15009133856933907,0.26338799814954783,-1.2871225840082614,-0.32842692943779633,-0.4339937879987105,0.09221867346518536,0.6032382770853691,0.46746301512496236],[0.6501089802955313,-0.7943505613158431,0.013898115627464262,-1.7869457245539464,-0.29607521093142497,0.5875703582911103,-1.3169991768776501,-0.2083867067198998,1.102141387226264,-0.39023962669042356,-1.2293203305414122,0.087271016677284,-1.0838041831808798,-0.7277213466427009,-0.1736908414827255,0.2653829768274067,0.29869256886051904,0.16889732423805448,-0.7601710990004765,-0.7395333462217978,-0.1918040477274218,-0.7207149996581433,-0.07705109493706966,0.6682682181103609,-1.2114495139883774,0.9575786536852263,-0.5533312951864188,-0.6625760527697886,-0.25722888570918984,-1.1788423139920812,0.6587390692674248,0.6582211409717764,0.578646155048225,0.9321419865217956,0.781747032856818,0.8272013400196175,0.601276245152294,-2.141352275086796,-0.7615061305695717,-0.36209777603617804,-0.8316013937521713,-0.6273734990251792,0.3136853697709603,-0.09849830837181694,0.32949416388223246,0.10544976527525261,-1.995960352325613,0.4482426186440617,-0.6841703948776081,-0.8096152980047239],[-0.18918332435898377,0.8640795359738884,-1.155858273145112,-0.5510105876738328,-0.281049761405995,0.1094201443796977,-0.42710536771834,-0.12125120396549717,0.590436236099083,1.2500387394302734,-0.35527745519457876,-2.9412767671158133,0.10824497910637312,-1.397746205047524,-1.4982620728513631,-0.11951206172990074,0.15949001289667145,1.224266744770641,0.7079992517242063,-1.112407759302039,-0.36004886775847433,-0.20383388249350715,-2.3404497555038772,0.08879165617594723,-0.9206469485489306,0.7672042652807338,-2.135181540659734,0.1552100276988868,-0.7381096371702364,0.9711213666166767,0.22134799215777665,0.015136640627704711,0.4387574340539697,0.5593697169252525,-0.8654282370152769,-0.009091668095030345,-1.4175427367886717,-0.42141002159583496,-0.09249955178969957,0.3914863316429881,-1.133397533665854,-0.02168199985850488,0.3286094951165874,-0.9277472171855939,-1.8799546332324943,1.037811422723666,0.39675519486323113,0.3922358787581779,0.3245803330027282,0.4296846981545938],[0.12957636853678967,-0.5087418589876017,0.6528678735745409,0.010500969100741834,-2.061597926928568,-1.3118748195198149,0.6347190721773425,-0.5141421980315782,0.2783271524152455,-2.013596787954542,-0.4859836772705071,-0.10601136852734937,-2.3367323973291674,-1.3890550604146452,0.27408976230854537,-1.0105865493538242,-0.5922497074469372,-0.5116842240385183,-0.9889959730845532,-1.2593622608980648,0.20003719161798186,0.5858134120411342,0.6029414582790202,-2.0704219626560243,0.4050749074967705,-1.4544617759784653,-0.9414898120168927,0.8523969172585452,-1.6132763636935357,0.7764305569928701,-0.851266505699383,0.8458547540003039,0.9222335173156956,-0.0011687591574201322,0.4322511497434496,0.7275009120956847,0.5405285426318609,-0.2868159682514515,-0.015944622802596398,0.6277504827656134,0.5256305478088245,-0.6192919264254353,0.5690886494277145,-0.7211049993514562,0.49364387822354144,-0.8896997805994612,0.4544826891969563,-1.1202747190048479,-0.5796157353618102,0.461530035276619],[-0.4288982066743311,0.6199270677488108,-0.26154957752688635,0.7916309778220245,-0.13593157229852953,0.6090577837378179,0.18552047664413843,0.40976361255199384,-0.13965942649903587,-0.7689026820441963,0.34275743861516444,-0.2657848173960291,-0.6055433499578913,-1.223551468836792,0.6586407613671642,-0.33482393073337063,0.6036485922300296,0.5719124888235794,1.0939619605245217,-0.37330400781484196,0.7323870873949716,0.8402827073086506,-0.7464004351655983,-2.156880861459671,-0.1863889588264286,-0.08743513499399361,-0.0974369191761465,0.3394893022226207,-0.855309078653541,0.6125799586965067,-0.5715915921076077,-0.29198760898957116,0.6306702969434267,1.0403261143660143,-1.6853953322799828,-0.22783663626351683,0.6964083957433417,0.157520874787271,0.06690465378301187,0.493035486127695,-0.38408568557774836,-0.11536680047101923,-0.04253278117807486,0.11141597135427256,0.8473529971770968,0.9584191099942414,-0.3625201267538035,0.18639912855308757,-1.4923880053162852,0.44558063818500177],[0.07847215896231427,-0.11218922061796192,-1.6452039511838756,0.4956081960059267,0.4509730395248642,0.9717513811537876,-0.5909263075373121,-2.888769700029574,0.43902933698915453,0.6299650231073611,-1.2014399575931118,-0.1347152401298729,-0.5088327920342454,-0.40468537892841766,-0.2986831771183483,0.3891648038858687,-2.8211878346704595,0.8242479577911838,0.7166309553261968,0.9234110683352015,-3.3067114166403457,1.0409045832188257,0.06072771411048913,-1.2040679160578163,0.05230588621777117,0.31366888227421874,-2.854846019731108,0.4938049555693769,0.9426403429615966,-0.6383650867849443,-2.136189131453472,0.2881916411853111,0.2600941605122392,-0.43735375220514533,-3.3029324651239143,-0.24933930198092324,0.6954074647027275,0.6388374624068319,-0.8552184073360564,-1.8120057934571725,0.064437575176634,0.10314044417987264,-3.4010607450758243,-0.3323919233338743,-0.14146713890864823,-0.4181014369042613,0.3270508760294499,0.7604102773527951,-1.3055546319625533,-0.9499942165917729],[-0.8822636921297756,-0.6055654617513403,-0.7423755047198718,0.8191343045332127,-0.16209743009778685,-0.03452661942933904,0.9656316737137147,-2.184968148193488,0.5514113981390548,-1.5332330676304011,-0.2646127290893779,-0.7448314910684666,-0.11041553488934755,0.9668813297453386,0.3632230579248547,0.9372188701502068,0.5333704652155926,-0.4921124871997989,-0.09322406287511242,0.18312783325966053,-2.7292371123447237,-0.29253978416123916,-0.2873965523265034,0.7940114255776872,-1.3167254616510382,-0.5285991408148029,-0.5300875885424882,-0.3095577285681501,0.799268238664947,-1.1384675317290351,0.8157521573486171,-1.070544340042024,-0.18705182695429629,0.29288235469031015,-1.0658495001826576,0.5128057535452061,0.021269271155142336,0.6667310192624997,-1.5191833621149675,-0.9735434196134292,0.13735834360115617,0.04528736406770239,0.12802491024551654,0.7989712801988392,0.24641093363838534,0.11307169840793194,-1.0805130165927446,0.6878697729885394,0.9755587670899878,-0.3600131549756788],[-2.9781858737136577,0.42207378235662785,-0.17757111183063543,-0.4907698293749152,-1.0370667199602173,1.1418113840658035,0.7327316682501868,0.28639791665109054,0.023317791032096656,-1.5951948653919363,0.46579608520927523,0.7120352415042296,0.8914425582430076,0.925175485634316,0.3586037654558902,-1.0430571901921508,0.8754434771850305,-0.9259124919101447,-0.23774952720163856,-0.14109701145068926,-0.6304759530054809,0.9875349492843396,-0.7678484144312584,0.5093594927727917,0.8741709887125373,0.9387316215710336,-0.6873766196400536,0.6002614183497743,-0.0887969878338229,-0.7836261856091211,0.8336334484286354,0.9288190870533121,-0.5876122256034564,-1.154874099082086,-0.6304559506442857,0.013259877500734521,-0.7453535784457536,0.7753738795903027,-0.19000210420177027,-0.9438152612407111,0.55536560255033,0.39989640607455995,0.7457879696943174,-0.3551113562669773,-0.9423760794784286,-0.22733831740895813,-0.4033543389244731,-1.067539215113966,-1.7612371303802392,0.7507095205013053],[0.05325044985713031,0.14665395347780655,-1.1994680162327518,-1.2735245456710564,-0.6200980332642432,0.21475248649493306,-0.9578424538055295,-0.7525640859967302,-0.10596566138216029,0.4169359027913071,-0.9506521631252838,-0.07805677333542878,0.5415118231710572,-0.04126875191743029,-0.7566994288420167,-0.21541025267747227,0.32947377551721907,-0.28278147893350386,-0.7445418988433532,0.2784345064703629,-0.5069873949636542,-0.4197789419411712,1.0456423536305763,-0.24597024077179344,0.6928427432209098,-1.7510605959098196,-1.5252658654338735,0.8135010103137058,-0.5056522784998505,-0.9566450525489217,0.00044986457427140323,0.36379095146419377,-0.21616343407294225,1.0381079878876567,-0.023169821901244496,-0.6720903038626952,-0.21389369992381269,-2.275173261915284,-0.6142606429932704,0.922299317746121,-1.0659293442388573,-0.5082264936810135,0.20728439965846215,0.8526340211532164,0.7815592707293619,-0.5748413545343203,-0.4296923491135757,-0.7489445485441942,0.14882521708525315,-0.22187997273513416],[0.9780138750250826,-0.2875373669557108,-1.235642341152373,0.5437354599786841,0.6697619292002428,-2.067682849234853,-0.8291463107438414,-1.4796865001231623,-0.33571419386910806,0.2075760358958917,0.3838690409866048,-0.10193541913386735,0.5271935204178866,0.016199438878112253,0.23982977521713816,-2.4193824860708637,-0.17835123334459269,-2.8499555499949034,0.6051077559966529,-0.893721821490757,0.542875121477269,-0.18273528976930487,-0.973051333190376,0.9712189952721293,0.09876935193314872,0.34962966985540533,0.6724451992295751,-0.5845764119178322,0.5744696717126937,-0.1332047059648703,0.14547170553417518,-1.0476762417018144,-0.5588647891860878,0.21247356425487526,0.1724948336074803,-0.5573002043163973,-0.5267784705690759,0.6894435654624884,-0.35164799164324656,-0.7519920738105113,-2.2374698428448796,-0.09954085786924065,0.8178201165251314,-0.06361157455960263,0.41961556846368514,0.2687067223630621,-0.24547849041686878,-1.6499604007683775,0.8651717370988601,0.1598521457424361],[-0.5673230528219062,0.7851660475775822,-3.296878521341943,-0.5873307326369742,1.4538427641789418,0.13301551293305428,-2.3140685438938955,0.9199419754038263,-1.2421275585340357,-1.0003008775396842,-0.3047965673907355,-4.099704513401088,0.9402329040276779,0.07808409288057419,-1.6680939458578243,1.0369948844971932,-0.28056094242852464,-0.560829234903965,0.3656194288265498,-1.5738150484907996,1.5466976781580795,1.398864224281924,0.894848445047995,-0.12555229915956093,-3.441421141904335,-0.15870089042143992,0.4649423888348498,-4.3326246901199825,0.33816977007217763,0.3928572008017496,-0.145708560622389,0.8760963277189454,0.3552279293845716,-0.30366578989014387,0.37704375358506687,0.8064365994130762,-1.3899946838841708,-0.8128120435288808,0.51548856469544,-1.8469371755859203,1.0437122478393142,-0.21050848766748798,-2.2271509804848932,0.3075029984114866,0.22805051785107566,-0.9266901164378788,0.6323633733637876,-1.3335390062178603,1.1791160137594987,-0.6386362842938259],[-1.4107005288488397,-0.4932745475554254,0.6134936602739292,-1.2192097708032765,0.7015702599278084,1.0133202446695426,0.1418573432642268,0.6938427908565983,-0.49743535174485,-0.9318731575236808,-0.6065890217051502,-0.774641439940834,-0.3366896334511047,0.526775014412062,0.4520491873556424,-0.35343739165583615,0.6983400718178087,-0.3596844728377485,-0.7539445382880815,0.314212552569205,0.19824619145131522,0.7367953865863318,-1.5620853070443965,0.3371256672790076,-0.8857968534208404,0.19450120650437863,0.7164743320101835,-1.2198472016011555,-0.6421920309871082,-0.14078393442909007,-0.5024231780478108,0.32758463668904536,-0.8391482921038141,-1.1532683364077336,-0.9313953967301075,-1.117810679199896,-0.4056448050994244,0.7143766565932091,-0.501904674760284,-0.5557958715180008,-0.4443405508400952,0.172886623036203,0.18422279999058808,0.7544808117071797,0.5553170206722048,-0.4701183939236703,-0.8107275249365322,-2.2364510041502497,-1.0902717721287971,-0.19129914998911918],[0.3985696751285744,-0.615055028108683,-0.10865808423965621,0.7848853723914789,0.17776232335839406,-0.14809361620104833,0.023715096286943443,-0.4545858625247405,-0.08963408134386444,0.5020259756419149,0.41463354029296506,-2.7918730387649933,-1.0586784708389696,-0.39069302926020505,-0.3384304082306134,-0.8059809624810134,0.022391642769276774,1.37419378088781,0.6705394915221129,-0.8591493594171694,-0.9897063519075878,0.6699912279222272,-2.8205871093616173,0.9755005761579145,-0.9312454359804658,0.9761219521272538,-2.076466904598423,0.045274591422307615,-2.006634682229115,-1.1691938200283618,0.44624625370245374,0.4141612026450411,0.43264095106339234,0.25296754513247427,-0.044492863648945266,0.2228425438535588,-0.18398102300639418,0.5763184387096488,0.7591146512827931,-1.4690136978357002,0.5127948313346448,-0.45257474531155395,1.3148068869745053,-1.2566673366059276,-0.4679676886950487,0.8874856435705291,0.19186803212510753,0.91944998704932,0.09902446815819907,0.9513499192890957],[0.64234207408367,-0.6782935320174901,-0.19531760142045237,0.901713025099443,-0.03030946961212459,-0.8366477372713192,-1.6937856816007018,-0.9851254081272208,0.8776609281587328,-1.4469256376519652,0.8627674615161983,-0.4862085453885687,0.5395856824639053,0.8234684685175802,-0.7628711096578993,0.6784917747774887,0.6313372794194235,-0.2049968198485001,-0.8911751852368468,0.09726523800790703,0.5843816986903421,-0.8848632522201914,0.16237674141412847,-0.34227969104794076,-0.985620199024149,-0.3356989469662403,-0.06648854696403951,-0.711549242435447,0.1011555200394565,0.7918393810069543,-0.9418112257801358,0.4199195572071854,0.6460073953728184,0.5042436626350923,-0.17779505916584723,-0.6916478692675485,0.261034339683798,0.2665814187436372,0.10854519333234335,0.08670166417662971,0.369270561541486,0.8469212494225398,-0.2524265749706048,-1.0925393528170342,-0.7407013130486981,-0.4117868024444916,0.5938261886298087,-1.1123228094348403,-0.1418500140420135,0.2593359096703203],[-0.42858087765041203,-0.5103706590008077,-0.9815819010905451,-0.48119721466011156,-0.3424911321912362,-0.9667634240351259,-1.439005540637608,0.7853000927940448,-1.2972059966137304,0.8300981701144299,0.20352824604289535,-0.5701302029332392,0.2678343208165693,-1.0571699695660883,0.1504923705572214,-1.228427475094944,0.2177582501954097,-0.6609357511639243,-1.7638040157844346,-0.7555360190079,-0.3955550473541243,-0.0006320693249517232,-0.11132712514414696,0.06771709373310944,0.19594190973347828,0.898018852559937,0.5358396363953958,-0.07307394992592983,-0.9077190976227538,0.9789777252859503,-0.22507099812760706,0.48788178120239517,-0.18141836918553741,0.8236807856956604,-0.6561683227938453,-0.1528459100315958,0.29672005158489684,-1.11595604616947,0.5633031549719768,-1.3834257023539325,0.4496904764718298,-0.4190537183604005,-0.7273313337336078,-0.23886068200556032,-0.011885183274712734,0.47897208671325703,0.620747564092408,0.6780228404317667,-0.6241418388572937,-0.5298952835399184],[-1.0802624455623748,-1.0140949032056914,-0.3839516642037988,0.745066671733245,-0.9515381091371125,1.0303470942599784,0.1482188457487501,0.7884217255850543,0.24333821987585877,-1.3736702572037074,-0.4693442987665279,1.2649833428861745,-0.34275362014410676,-0.6548097659256138,2.111975772003742,1.2812879130833055,0.3910824535796454,0.01697392824721268,-0.5294123807126825,0.4162983628537169,0.015378050088309583,0.08641741591035121,-0.628140874446218,-0.9633378000895703,-0.5461968728430465,0.13344709535833973,-1.4387426666109424,-0.3004451491335863,0.7789466978949291,0.19155980027655745,-0.8202431376298457,-0.663472652765788,0.00909612447000951,0.38722387870075387,-3.6574637224693145,-0.9784671397135074,0.6750208758375412,-0.08355960521600647,0.8047794866939498,0.9648797491220946,-0.8974285444385366,-0.40134814363449944,-3.2109717528694697,0.4679291614470509,1.3771766651226358,-1.6348672857807647,0.024195958706794835,0.8546018633768433,0.1545290532024345,-0.019016315870531954],[-1.6840159513915078,-0.1294309822705384,-0.09993282025830214,-1.6663145935370032,0.7653516522389757,0.8924075974353382,-1.9969412963748903,0.8161183295815121,0.46315980127934775,-0.039277496607447254,0.042852926588010744,-0.5537640619322062,-0.990777259953168,-0.2827699133507173,0.6075096925094924,-0.455400863102967,-0.9796403460215767,-1.365368034316596,0.45998198934075335,0.5067265519998757,0.8939113619320748,-0.22159121086095515,0.382993341179618,-0.30187039066935684,-1.4834046695406902,0.43042784873926027,-0.7942787639908612,0.9202281752471388,0.4357012797445148,-1.825421487259797,0.7620452919282166,0.16289025241982216,-0.21173160715106598,0.763204395111175,0.7451730472863075,0.7367092870884484,-0.16039670567952372,-0.017362191528644058,0.13838015449193633,-0.1524284893480414,-0.8419397189353129,-1.6785499592390085,0.7508679864413242,-0.87843959708847,-0.20974762092482205,0.39105344321363633,-1.6044864806145207,-1.0853459740070288,-2.152661690860257,-0.5653225914386831],[-0.08879557026859097,0.570399820626627,-0.04570837094679299,0.13329485211577663,-1.0183208351770916,-2.4610174278538803,0.609188189091511,0.5590964840799313,0.787275789389982,1.1231954619588747,0.44976946820508323,-0.6964441693504896,-1.146918132524239,-0.37103130641530657,-0.042429295156287905,1.0054792713541056,1.2415554285354435,-2.028426197777412,0.7270325536007979,0.14149478213696393,-0.30393157839777085,-0.5873204308255218,-0.2666414864489471,0.9817974319558258,-0.78278638589997,-0.2661857826599874,0.45747457916864154,-0.8917633593552903,0.23969165342159007,-0.3326382120793471,-0.9191748521233823,-0.2503207332792774,-1.8949657572507659,-1.65176041300221,-1.0353727529366494,-2.207517207521261,0.686837444456583,0.8090981811372134,-3.601148773104832,-0.30876404059855117,-1.1483387933850904,0.8457304819470244,-1.3457591566233125,-1.619659637966522,0.3556351393003397,0.561202631833951,-2.736627165056294,0.5751909683421279,-2.2134255252470925,-0.33610020141511665],[0.3081268728143318,-0.3946453256621805,-0.7610186103497187,-0.5099016684869057,-2.0251288915378485,0.7815517615252731,0.5499668975106535,0.6001810600251932,-1.052676998746947,0.9647719182839234,0.260621919402646,-0.9968352435435455,0.054557213761428844,0.640765396802892,0.2346687130988432,0.5159130154681699,-0.30630813252704797,-0.2417549004693158,0.6000616911985419,0.6870968765787007,0.8453813815588453,-0.8106794030289757,0.5648251102630065,0.0060230144213064725,-0.8149341472016393,-0.9446473091332919,-1.2952350038541187,0.11095989044528658,-1.45326979905668,0.02009598004893855,0.12201339621173368,-0.8620575816806315,-0.7453153254673275,-0.08451831241839874,-0.2537725427242401,-0.5601419598803212,-4.517774530428174,-1.6499250499562783,-3.2582615824061993,-0.49155006468922113,-0.4090292144927644,-0.9994408962731135,-0.2181327369395215,-0.8116480043662654,1.1033176183123068,1.0106254300033073,0.406303146154064,0.7214113482966543,0.4289818213765395,-0.6496689929411624],[0.35804252892306104,-2.4709293400613053,-1.6195363917542525,-1.561886812801627,0.2487519266744847,0.5996806293567688,-2.0602754408576898,0.13757438646129552,0.3817208657994816,-1.3988269554392543,-0.4451395403850464,0.7253196499602986,0.5287265944210022,-1.0033155616532494,-0.7484635314585147,-1.2631789419047115,-0.5554768511627437,0.46976233104259846,-3.4922193810448316,0.061390389538018855,-0.594407539291854,-1.169370733190573,-0.4179687755244681,-0.3122120775635286,0.8793355981766339,0.007318403377874611,0.5499521050888557,-0.5043436903906643,-4.076546759119246,0.06576758090510547,0.6118417463376126,0.09947224270094443,0.29084902992068246,0.7831085875145067,-0.46637574488504074,-0.07034652498108088,0.24152407658215355,-0.47013676061424176,-1.8975580423211,-2.922772905948664,-0.534289495602384,-0.18063686131903042,-1.014162517384359,-1.1937837967526779,-2.398144758477255,0.3681227522474151,0.6936410586753042,0.005169103597983615,1.2463214573060504,0.18904902883590297],[1.196581058070411,0.5487867132649922,-0.9413258080779335,0.8859436522169346,-0.7719650265719918,0.2645380673859885,0.35459850907152707,0.15330484709213754,-1.9135864422347335,0.617929545531714,0.5079342148823468,0.05734049919764376,0.034849001209927295,-0.6225545332908242,-1.2149595870562726,0.08553928193587544,0.5816991448383043,-1.396022514368942,-0.6595662765820061,-0.5865547996967598,-0.9859105666912321,-1.4815433254789496,0.5913610115352615,0.025328213659415344,0.4258975672953747,-0.5404350819573559,0.05762006280580819,-0.821492384453654,-1.6269661802028268,0.31766151743951243,0.0017220197833383022,-0.5797258156504363,-0.2452574342187249,-0.34521308313642773,-0.46338639400512915,0.07019484363346239,0.5196941240595696,-0.8556568732499376,-0.873698742523351,-0.7036008256608903,0.2540934559545342,-2.598641113658909,0.2767257600477828,0.720622607697103,0.5426246579829153,-0.43895212697876546,0.16141824618282266,-0.6037954940949317,0.23953379829075025,-0.10959106317790956],[-0.11805570222508974,0.1747664837818811,-0.6624931081280349,0.3000779019728147,-0.22043576143643495,-0.6527676374349773,-0.31063040140852677,0.6742602334224163,-0.4842604236165129,0.891107509843945,-0.3883925442115392,0.2969167506453603,-0.9031311429516816,0.409031725670334,0.594483735019785,-0.23278084277373814,-0.40384466637276223,-1.2978315783845695,1.0878321257983086,-1.762305542793919,-0.016770772175369764,-1.0507900407106685,-0.12584910165056284,0.562153881112579,-0.3622968047585594,0.22202245959744304,0.5257360492383657,0.4122420109249216,-1.0070540313340024,-0.18892828446284327,0.7488361965310286,-1.2232753102279192,-0.8582121795066865,-0.6605106433870852,-0.26587317872526456,-0.4211494520789427,0.1874625564280979,-0.457217388159575,-0.16958918969940806,-0.10178200842037,-1.2358437862338791,-1.1400537517463216,0.8756639950703828,-0.5781918092642814,-0.8414180522740943,-0.6908693750364913,-0.1393471014534606,-0.37032117769916284,-0.1789166837465537,-0.4494739356638263],[-0.575530820980185,-0.04366629866746891,-0.3564446959300327,0.7713883822054064,-0.4068563081754263,0.07152829609741718,-0.3997860743251892,0.9022188650379988,0.5463579165364058,0.29187431360697885,-0.7409378133573994,-1.6326588977215382,0.5593284729807888,-0.012153995707185453,-1.1017253336161041,-0.24687948304613994,0.7382472195736544,0.08151526614740948,0.5759254080317441,-2.4003720811488356,-0.8037430077358741,-0.8427485831611213,-0.38612291114857483,0.38819464265503273,-0.3163635562564477,0.8976572271860415,0.6411781956936148,-1.4824629024792562,0.8011083665854917,0.27675190867598415,-0.4626802244887669,0.42225873411523224,-0.5081706392544251,-0.2882846832707522,-1.8722002744193171,0.39116274631779907,-1.1824356342416373,-0.06817061071449695,1.0227071404489119,-0.7138520038704645,-0.5085419621723241,0.5737827202086013,-0.6668536638212078,-0.09674128599450485,-0.9234692264807801,-0.07147912927635879,-0.2738879147707511,-1.3754634000499097,0.22537441127852878,0.259217059956988],[0.47490689056471636,-0.8584438580527801,0.6818774432350503,-1.2130936471904095,0.49024515469527363,0.45661782090447733,0.20232571830181595,-2.14748241989098,-1.067753029309467,-0.5513251067173347,0.7266637747683168,-1.5944915754073534,-2.0727134044239297,-0.9219511582973748,-0.9233510838919139,-0.3233545737269653,-0.4267524374613775,-1.4656141656319677,-0.8667693959443502,0.26848416626818433,-1.0942627953654533,0.8239761622668887,1.1171678955834652,-0.11926294910561384,1.5784722865374023,-0.3117097336989912,1.223967825658337,0.20153789004519598,-1.1416833407667566,-1.0179577759578227,-0.2475110720562124,-0.6518525592423307,0.1870188852932953,0.16892436564168795,0.2198955910486559,0.6073171498097691,-1.7338824481140969,0.3448880546470678,-0.5199064089979434,-0.026624785834941034,-0.11076653702126692,-0.9127323088532275,-3.322526369499458,0.6088208766348917,-0.40782384179766107,0.2867359392910512,0.36647263974920413,0.6476342388603008,0.9869359514595816,0.32763691991243493],[-2.177385726132414,-0.3842274252667053,0.8223929393567508,-1.5322687246617404,-0.4972311112624526,-1.6032386649917918,-0.6684804876106734,-1.4924505709974012,0.8924116951878845,-0.009051353166662827,-0.41252397251675943,-4.888311098213403,-0.9741516913633864,-0.04187238438567664,-0.06213998637407322,0.7286384024435634,0.6453613377328545,0.3863407628696789,0.9439782489496026,0.6893491913921823,-0.32852814876467246,-3.684608130453261,0.014140913692860036,-3.1264730853165017,0.5433909801333371,-3.3445359174930607,0.1246658214748511,0.6971899463202527,0.2315871663904162,-0.6128790376314123,-1.286629962792452,-0.40560838525411974,-1.4351760897594672,0.3277358833331072,0.04443590132881796,0.522076980666429,0.8194714747492721,0.6090129235021567,0.439865123265638,-0.5713774726722093,-0.08012611440102027,-0.06759571231122075,-0.598895700719232,0.7724757699866812,0.6884975704766434,-0.024479273867063316,-0.36971930375088347,0.4471097129591666,0.7384291994519457,0.00754158810610379],[-0.7350250474989534,0.7998437879272363,-0.24778991635374428,0.9240864516151446,0.5191415063827401,0.06444619526308512,0.15682804669872272,1.1085133807106466,0.9307077534215017,-1.2396001731479822,-0.24846038349157903,0.36357584642845053,-0.9255533640765892,-0.5597659639728594,0.30163907942069584,-2.393972166122302,0.12087788074387693,-0.13810102253759848,-0.43245640406112323,0.012238872288551108,-0.1975639973608112,-0.6785650144606465,-0.5584199712574955,0.34951795950579045,0.08940771328028689,0.0071664496065891505,-0.3437794345849605,-1.7906882771964823,0.9712755352365547,-0.2510404400232542,-0.49539021475342637,0.05110569511449791,-0.6409547645241058,0.8112996780042379,-0.2803882037679082,-1.7196946121261103,-1.2681276722594306,-0.13613096223384488,0.023132898013077115,-0.102207965609029,-1.2060822671507068,-0.6600252784641597,0.7390727835903549,-1.3478947552206797,0.9334517410591812,-0.8798586938880149,-1.6799801511808443,-1.987270280255985,-1.9721310285650298,0.9998929454909504],[0.5668053844583673,-0.8111338156979856,0.9275729147007922,-0.8280188094018169,0.14699887217883853,-0.2775826990596157,-0.7702009923145228,-1.0518394156249722,-3.0766417248423643,0.7526828960488824,-0.7530937650862646,-0.2366789179096849,-0.3995542076143806,-0.4896113570679282,-2.71980469309707,0.4480729093453553,0.4863461173007202,0.005238283419614101,-0.25237348737283344,-0.8242443936613828,0.24853016404237604,-0.680436177926996,0.39446488508319344,-0.5827800842492162,-0.06822975376966962,0.5163274022640225,0.5543393083448174,-0.03263270803948939,0.5773221438039231,0.8376168235163972,-1.6354034107508615,-3.475999332684139,0.7148792193579742,0.7206292911713769,-0.6956710073087351,-2.472509961738218,0.5195012758298853,-0.7837306565894059,-0.14988747606404398,0.3400245189819499,-0.25567628434541373,-0.3204289910365779,0.1487453156364895,-1.406686070832469,-0.8989377233921136,-2.291200540189698,0.5677517226471585,-1.0399923129444268,0.7059306076084327,-0.6172823530269537],[0.31909823768505274,-0.2306372364009302,-1.9497227817303866,-0.26571384029722767,0.9579634790880152,-0.3688204699360027,0.6249583303233112,0.40621552952175266,-0.5969903158691527,-0.5309076857466661,-0.745930528006591,0.3707501623734802,-0.553965568985013,0.7799727528340517,-1.0721728671049877,0.06519378818433676,-0.447424644706508,-0.4538582489310387,-0.17907282927719292,-0.41865716705090444,0.2534793955713412,0.12651547813560216,-0.7240544791256053,0.7380012373500529,-0.18427722987813952,0.4372226087456764,-0.1465186859780217,0.8640649595856028,-0.6346968231012639,-0.2337653356113304,0.0016212076121825416,0.5987930878724884,-1.329724549632819,-0.45828433671617136,0.14055470590234706,-0.46228172630929665,0.12171153518263259,-0.4149366155973228,-1.3357058605833014,-1.0260427059918205,-0.4561557528836404,0.7984388652691679,0.3252668992000976,0.8587977488700704,0.04536073285198464,0.031122324167111314,1.012801646417672,0.6426721700537619,0.6170015867239489,0.9831635758900804],[0.9046456965951524,0.48051966695129006,-1.296889874381893,-0.3213834880521624,0.052804538152366194,0.6639616133079665,0.6563767738439418,-0.19972325580747138,-0.9413601204828731,-0.020450185740595817,0.25974938566077,0.5466507112246694,-0.7383107706144707,0.1751463940555336,0.38287413092539063,-0.6915939341221276,0.7967783682594829,0.7548056327939546,0.18849724125026082,0.19609070079538246,-0.32432859046664037,-0.3630896753674935,-0.6255883937455536,0.45342053777584473,-0.5996067644272769,-0.41763546377411076,0.7393382438020284,0.09998277993198873,-1.1644696407474673,-0.21855062529782435,0.6124918505971262,-0.25120993481134857,-0.26194243251590976,-0.6483907660073517,0.708700124483138,0.8223046851921705,-1.739737575746387,-0.6048130621088955,-0.8330506458641185,-1.0087226380896854,0.4448562401574635,0.3226466033644151,0.11323914933825521,-0.6325091486050474,0.724747048809168,0.08084008888005359,-0.6637790101631487,-0.597367704303693,0.08136776683745886,0.27264671993034045],[-0.06016266442145691,-1.4437139383660855,0.008155216733431213,0.49254447557029374,-0.019546387160808348,0.24402150311787468,0.02094622890152396,-0.7956469053605342,-0.11597045694520401,0.04178793695451537,-0.5089134625648332,0.22498710850738807,0.2795555335299518,-1.251361340710737,0.21407381938814699,0.09322655593008773,0.29595524813526203,0.6553125378211593,-2.1435823372487635,0.9830907024505053,0.14536747163583308,-1.098326067797801,0.2692916215979005,-0.31876950260944326,-0.5182651642934508,0.5132411225667702,0.9998463595925893,0.2184863799710952,-1.6910345169250143,-0.7084681396537709,-0.5540651841295073,0.28419840033476573,-0.55336953776881,0.15332647817872647,-0.3537775079701718,-0.5319643624133641,0.9297868167200058,0.8155260964650929,0.7627481733298624,-0.10338540521799175,0.3870135940214915,-1.1085053988389773,0.6824434546504745,-1.6623010809011975,-1.917081115400211,-0.43659292795490245,-0.3450372067588234,0.6744672716006388,-0.6634965496449012,-0.7933650831786262],[-0.3513384913026902,-0.5176210059750349,-0.37209092098055657,-0.04301368056248219,0.052136980067843425,-0.36227494904953983,0.8990023601787429,0.42866428334108675,0.23716161168825678,-1.1922039176552672,-0.8536521388801293,-0.9843144725293294,0.7752038096051727,-0.7559275463600993,0.5754506160937991,0.37411829846410066,0.7244956128375104,-0.8021232765165324,-1.043032236191919,0.514591116063789,0.17615427428686328,-0.41054996983333997,0.9450775725291366,0.26273350669084244,-0.04107205341790219,0.7851841335688677,1.2721493188522994,0.2909567338734324,0.5279867209750939,0.3604085587262827,0.3380799262971903,-0.12812593505997585,-0.16792993108183618,0.26843938686929825,-0.08193359652044777,0.1353679159495977,0.5901211007197213,0.008329509752617367,-0.7678011094762968,0.6954828597217296,-0.02572612321276091,0.2087463490730652,0.38234744657653563,-0.15145571466284818,0.18570938440387266,0.4248635886640203,0.64439446438336,0.4439736493000563,0.9738925639767593,0.862006381247001],[-0.518670490653995,0.9187518451193547,-0.660386158591588,0.5237486251633056,-0.0796955813322547,0.9168545929083455,-0.9703888205394747,0.012264424922620787,-0.15162342270705131,0.03746516759640517,0.2262088127236235,0.9506601246063296,-0.6361665108642215,-0.7178280596115,-0.8177472578537323,0.355748511992727,-1.3119505146061954,-0.4113185998365207,-0.30751379072454177,0.49019220349711384,-2.2572977367841114,0.33945108719020767,-1.1460352438323684,0.9948809249677537,-1.1937545187555612,-0.5872521815441559,-2.007263156738356,0.07085950622640459,0.46709064476091866,-0.31228890601297327,-0.1776407442308384,0.7619396540338477,-0.29476325524290714,-0.268823814606086,0.6420191645414736,-0.7178401877345489,0.3971107990237449,0.2388048601160061,-0.25689331659698295,-0.014678523280013409,-0.15952535641581558,0.05963619449179807,0.4647639468582443,-0.6097391239794983,0.2869972626521765,0.5897101444799353,-0.8474192666893139,-0.6828185747122474,-0.4997838135436624,0.8250682719189769],[-0.33117326122887675,-0.31172508702589924,0.8191636713519814,0.932317674905062,-0.6552618346776447,0.7098696479534626,0.5526335987201133,-1.377806589669057,-1.020204869314608,0.0789630663916791,-3.7526123298888665,0.9507007627321087,0.18365086120321414,-2.2375857938447243,0.5724245080926332,-0.2964937806257129,-2.911932250964491,-1.359983650455509,-2.3240335510994212,-3.836075662657989,-0.46080880960588444,-1.0592529413320289,0.8229173681682246,-1.059805120304051,0.14930361232091152,-2.7456111429590524,0.12225423655735722,-0.3888112488518255,0.05800416780408318,0.17771727902506274,0.8766488878703979,0.9332889004866409,0.047872018614648584,-0.6196175715312859,-1.746927737882705,-0.3215281001698801,-0.7200057429961659,0.5037263305947466,0.8542757355595062,-0.24253553620286197,0.8605665131138557,0.5991123188981944,0.10967904125970443,0.3159126913428349,-0.5933395604867764,-1.2877228950597737,0.5182082891656425,-0.5958488442656217,0.8552307759105728,-0.6905235743673656],[0.7765502771352663,0.6033967757002673,-0.1818736306423127,0.3801832113614232,0.908820026139617,0.7374631373249214,0.6185693137016987,0.5336537652323278,-1.7917820938462867,0.6346837836310223,0.13779075454462347,0.0739861332576183,0.25136795902524556,0.806079474710748,-0.39941155966567443,1.007285773118068,0.0066455421676030295,0.48188205942605317,0.8740079838201001,0.6064458884477157,0.3477449684396513,-0.7111584255201283,0.29064455907560144,-0.006448722824908557,-0.9264775994669199,1.0084352570080157,-0.32162097217563185,-0.8978957490171783,0.7366083313183516,-0.5581365456469338,-1.5471948182380804,-1.325645685133104,0.709793510098924,-0.3188019787917184,0.14591466858414115,-1.34502030371553,0.9985260930755783,0.01785918722239764,-0.30029309514465563,0.9585455690521505,-0.7316283782001404,0.8328957739198476,0.42111027829318515,-1.395661410314933,-0.02155219097496164,0.29960994961900195,-0.33929592068544684,-0.05992842936207441,0.1835054564779262,0.4638614700115544],[0.5844584107783725,-0.33568748109244856,-0.11453344480085738,-0.7034743863294993,0.48225381333386513,0.4187770021296949,0.1344601145488265,-0.7439824160564282,-1.061726230305931,0.6313300410094299,-0.9088381816506997,0.941952089057589,-0.31824221824069915,-0.7899073639394741,0.22005931006332416,-0.5398054388340754,0.8059541848992748,-0.3897019537009874,0.24500173592716407,0.4520455687118021,0.6551735213431363,0.18987869777300953,0.9201523598215146,-0.08269787055737716,0.23830365468141695,-0.2135933923990304,0.8369392841207188,0.09697025611241185,0.8497203750665792,-0.28543172289147317,0.4634912944887984,-1.289088164263087,-0.1709808748681974,0.9668955768924656,0.11872780461987699,0.11389964354588004,0.6464246131737226,0.3841796141945135,0.03327012494518647,-1.148028175685121,-1.2777136332716479,-0.6422631212496406,0.3956377847977213,-2.290229302257469,0.5303320130532085,0.15248838444528945,-0.03785420833213333,0.5258992920330824,-0.05655906078164973,-0.2361518270792397],[-0.4670004138742382,-0.03840477192414435,0.2056656319421068,0.11001763000911137,0.8586046393371458,0.37191802689520714,-0.6350765330590032,0.7694322695459482,-0.767442893999122,0.05478028876408363,-0.29891255344389445,-0.31992667264964414,0.026014883059023785,-0.6300645735775481,0.35948620809654985,-0.9934400999439615,0.6705169376589524,-1.9856321503073842,0.43911443539487016,-0.8077395121126956,0.6081342910527836,0.16163806957430227,-1.243619640619905,0.11995656624260126,-0.8505335428036942,-0.7283058163428333,-0.5339568860126848,0.4015220421405931,-1.5402946012404681,0.5257694331433428,-0.2269348142449023,-0.5219361917803295,-0.20553256398917152,0.6330332709671308,1.0105511863837677,0.710129260164086,0.5433901155170028,-0.7790006704215343,0.6103608826877858,-0.03752838576223774,-1.3999849714464845,-0.49229766548336656,0.07988834294083622,0.4235742706132659,-1.062176422270857,0.7120615341927938,-0.5046382513412885,0.10270694390265002,0.4402791761056886,0.49337049473138117],[-0.7099813253686807,0.6589461333849851,-0.31465669714701616,0.5494777054536727,-1.5303361259307633,-0.5669984397560075,-0.26246387763526097,0.49479284566149845,0.011656548662525055,0.6802669725850157,0.7947317443303076,-2.4961644734042316,-0.9747958288249567,-1.0126057299850724,-0.03675511401145114,-0.28980908529586785,-0.9809895089028026,1.32545809346093,0.6749759488460033,0.5338995500436634,-0.8024983348763779,0.1611322179605285,-1.74471361187811,-0.2608539007594469,-0.735567959839206,-0.4334131343461227,-1.5444870397273942,0.6953214184747236,-1.1974726106549742,0.3006279458924763,0.9916315836854597,0.9719032891576225,0.5634507528604227,-0.6516613964696774,-0.35774215222396527,0.19480652239735405,-0.617926103501998,0.013073769781448677,0.8772031858714576,-1.1269464827384053,0.08938829153529772,0.3130503135432555,0.7618128074934611,0.5620404363478023,-1.3180179600834718,0.48134116954377315,-0.07496911428717949,0.01694070600478236,-0.834958008591996,0.44135149629972575],[-0.055414229028478985,-0.12914162320382913,-0.20575293309866266,0.7052677144658089,0.39811130929436156,-0.2178612113153515,-0.976805432509639,-1.6594085070968987,-0.7894668808131796,0.3682322660460013,0.29006853931954873,-0.26674886857945374,-0.9540710252677659,-0.5352174766899345,-0.05498472104123786,0.6775039330890386,-1.113794226854645,-0.8457909884319411,-0.26973745864712445,-0.37192685813325255,-1.04059528716556,0.298367045266932,0.8423343923256063,0.49830893137173743,0.9010632032525735,-0.9361852161185455,-2.2602210848931468,0.5231948774898678,0.7346497297569666,0.843399056156518,-0.28361842935389836,0.6177040125267358,0.6297153601463856,-0.08246015753182677,-1.6870808451085826,0.04176687000967818,0.1003723072323993,0.5752870083165463,0.2753624518499515,-1.0748578293834103,0.16080338299973967,0.02151167642906034,-0.9705899373329211,-0.2391445572941348,0.664257184670212,-0.40096390256691633,0.3833915779621874,0.8110549161693821,0.741614623307527,-0.7926513214932388],[-0.07585714270270624,-0.4435295419518413,-2.6392109177792777,0.9810401515224514,-2.1787356417584447,-2.561848648618526,-0.20983716512302472,0.32583973998144716,-1.2393903467231266,-0.9688790612368421,-0.48431546726347846,-2.3962679262135014,0.7718551778898666,-0.681620929327923,-4.086095762946882,0.8224177058575131,-0.1336170911269021,-1.0178083423749986,-1.1000437479504808,-1.1205786462033318,-1.2109732347313433,-0.5046291469923493,0.015150479253177501,0.757344144008994,-1.0067292476874092,0.47432804991064464,0.778874837916184,-2.2696500160061404,-0.2088411026726322,0.5157992848466202,0.9244558412520366,0.6749175217630217,0.4709474516108969,0.3643198317894507,-0.31865690126514,-0.16028401527722327,0.10922053570756234,-0.9111833673242429,-2.3224339038445505,-0.8067548540702744,0.05910518013516371,-2.7979366484524757,-1.3176618117128343,-0.6630997831602632,-0.2909810026970891,-1.2363024281475288,0.49410102975261416,0.1533778974198664,-2.04156266355475,0.2629410938642743],[0.23983509715398313,-1.427808630637575,0.014772120383470618,0.429017264239882,-0.9211008214470672,0.7340660265995392,0.15709699417222098,-0.4841569585892707,-0.7942716728297086,0.024667785038284464,-0.8985326136933871,-0.9038702396667571,-0.5842179853608306,0.6913314866060488,0.4506031125135108,0.997420263632322,0.6614130188133686,1.0357365103670901,0.306212478079373,-0.02188032687506651,-1.4832589501398885,0.5801056537148381,-2.5633882988597305,-0.763390444377276,0.1365994781674285,0.4077534454537566,-0.22164267672679483,0.032200660945283954,0.6196646893917545,0.7317912667400771,-1.9690915701243241,0.7865427121810638,0.014467967338598717,-0.798345235410304,0.9253536822904893,-0.6376330987644986,-4.575483811340575,0.7876879024905947,-3.0115211816457164,-1.2556214512694328,-0.36519590368354216,-1.4202270121738405,-0.12133871362608273,-0.16105165206688685,0.5637814044720729,0.2686136082475922,-0.0873827500662775,-1.5495460344937622,-0.3571104314296908,-0.0964139014054526],[-1.457606707952891,0.05344590792993505,0.10156477759034656,-0.18461393048472763,0.43870980898375755,0.8718175278545512,0.9652267278573697,0.7639713192781499,-0.47008593191719017,-1.2345967072878845,-1.0015563734681836,1.294196315503139,0.6449689937627637,-1.0794770426152747,0.8065495781248612,0.7488601351904267,-0.12177158820863282,-0.6175940031429661,-0.0683053992504926,0.33349867451914655,-0.3799349055267436,-0.8246070378251417,-1.0090671109233735,0.920188313499093,-0.19514028161903357,-0.11667615101032078,-1.6171244566111667,-0.3722347056511392,-1.1828208500431456,0.6039711043225917,0.16778583366539088,0.12739840369970587,0.5462395387411996,-1.2985117570242075,-0.7572732450901937,-0.7131839229754561,0.2705977107886162,-0.2453807274761499,0.04024594733870741,-0.7534331921726221,-0.6755370785622067,-0.7307856357571045,-1.3006040048435048,0.9035424912954875,1.3686719975709851,-1.029771599107775,0.37446977614301513,0.611618006558215,0.4944722098028504,0.5243954058230795],[0.8166493686901197,-0.8360559875054284,-0.530626890017567,-0.29588852459842707,-0.024254384803392648,0.748748450787893,-0.03487535085870491,-0.3507349566216574,0.7092254948015572,-0.4489104004113926,0.9230015516879164,-0.4853527915053329,-0.6513206490866846,0.8910791668635615,-0.9616823424500577,0.9038888753455396,-1.3841697412895821,-1.6749676335740118,-0.8184440735617602,0.3860481326641847,0.8677040717255976,-0.12541484234460715,-0.2053523084606871,-0.5150353860141872,-1.3164784012983317,-1.0076019350916285,0.21646691940367138,0.22129461639466422,-0.7747292795881576,0.6622466117551373,0.40875052686585783,0.5265161624658087,-0.08881397631314968,0.6263566689337493,0.9590267452159856,-0.2048127148001603,0.29467999789268623,0.884592390187828,0.15640102406265985,-0.5958828778121925,1.1088591971115427,0.8837706693137221,-0.8576820238366141,-0.06129281492029641,-1.2991828176683013,-1.2113442318466667,0.9143807355759611,-1.6152167364313812,-1.775878103029877,-0.2905663577364269],[0.9263223738618973,0.12195909656720728,-0.5503919427221601,-0.5741135220271261,0.5049012123068134,0.6308665268072673,-0.49292571785380573,0.9207534806322915,1.0216169235474812,0.09183920236308864,-1.333336777204882,-1.630794533038084,-0.057378163306093445,0.517829267867954,-0.7728522215952333,-1.1885797808227958,0.1500771440382597,0.30626550243321643,0.47378319767971444,1.0103091845660146,0.011517168122031629,0.37468665057568795,-0.5678677015485523,-0.6551609459474056,0.615245376174274,0.6866509587798508,0.32910843248719,-0.5486142282664993,0.3269224877344611,-0.16623591327412449,0.6163788389213873,-0.6428540174618171,0.30230656966340197,-0.8014883696164384,-1.2182279846359,0.4080382602945399,0.5661700377581749,-0.860087718442439,-0.6729016860911547,-0.026001831958466417,0.4492619434679929,0.08993937272503663,-0.7947357114596142,-0.23595884727572017,-0.7014413116738605,-0.8233299751426637,0.15214136864659197,-0.46141881232175397,-0.7098007721539955,-1.2069757337617395],[-0.2706468752108194,-0.4352779958680842,0.18588351705566186,0.5946975681693025,0.08206170394634317,0.5210227215598517,0.04585658797168017,0.25226479480444935,-0.9394023677692612,0.5817825601917467,0.003616129017276379,-0.21172382668408213,-1.0036818809668748,0.14616855170429432,-0.18109364731897823,0.31712361669702327,0.8243059920942655,-1.2841277823593746,-0.7110441991698906,0.44087089328496454,-0.8796423014525913,0.9435048621680585,0.3166890529452684,0.4831824196289556,-0.24709519169178745,-0.00911019874904203,0.38087604512696827,0.008006491981021891,0.17146120303117618,0.7747880387384392,0.9160988137327472,-0.33410746032093885,-0.09658920733693681,-0.8088792495284094,0.587601165506452,0.049420919960696516,-0.3696463249324798,0.6297982871870906,0.8558675321090728,0.270724023696507,-0.6732825195015423,0.6141886614457988,-0.511957745600089,-2.4214866093177463,0.3730755441068934,-0.453125776257649,-0.6070807085160239,0.3774306779140514,-0.3495442557886674,0.15899993205531748],[0.2987777237263623,0.7301351803735132,-0.27774168987953035,1.0037595749023844,0.5410445662304093,0.07790270528508567,0.3706122027373025,0.06191925720833379,0.5626739840343493,0.4659450232637968,-1.2950188931667161,0.2128560743096851,-0.7025466822276739,-1.1841355110420575,-0.6997241443187467,0.6135432965885493,-0.06536635683686497,-0.7167481054090219,0.5885161484587595,-1.272006947278104,0.649551829132539,0.5041011532247235,-0.3100506303407145,-0.6088326470262113,0.31579720693288466,0.4573879800637369,-0.4814675694388293,0.46013610714895264,-0.8644516658045577,-0.30047930461685607,0.020427558649501066,0.7810009386470671,-0.22775126315320948,-0.45993136102021626,-0.3631960598242865,0.2982712295089154,-0.5213943311610995,0.0834992268809143,0.7714418833214655,0.21955407416046063,0.19860283632997092,0.6884419479705131,0.12739435902986251,-0.09046739357103044,0.35668452265625555,0.47557356586186417,-0.8088194351859682,0.3321039510761132,-0.14645545877388144,-0.23166688877855568],[0.5217117732779304,0.029223903406686246,0.9975396855744223,0.9934422353836628,-1.4783142993979548,-0.3123202726223868,0.3821754183480938,0.4972122387494903,-1.0501756071008939,-0.5172930049813255,0.7467991225758097,-0.9505036124141986,-1.137564104542282,-2.61855994441914,-0.6000888073882047,0.032615311974234576,-0.3821753438142276,0.2726764551642042,-0.3085427971004762,-0.9308172704768749,-0.6126337490882671,-0.30613562746995837,-0.3756630092109204,-1.4813234356891347,0.10069454619307666,-0.941161344109175,-1.098119287516305,-0.2778871280524859,-2.0747346981267065,0.16234023156549196,0.5523145348524767,0.3264232059190748,0.9470680673772791,0.0005879553192485064,-1.9734491299986914,0.5992951839882391,-0.10411149663283548,0.6244349842486511,-1.157849179109785,0.11552350175832596,0.4996441625356719,0.9405337498887939,-0.4400498765668112,-0.094089767375596,0.7014952415471407,0.6364991465770462,0.8302271160551105,-0.16373052989204856,-1.2291627264810165,0.901127088571983],[-1.2033765757944266,-0.6466352557459294,-0.31682633116870995,0.606410191596061,-3.051760962809817,-0.8544332688218925,0.230945512803898,0.4868991959920885,1.000130945823457,0.4150889200029669,-0.3627729058409385,-1.23321452056051,0.963651730448268,0.7657676775131423,0.2835542053556698,0.7404298687186663,0.5036724235286864,0.9554433426674223,-1.8972080662341004,-5.10917379296439,0.8504336308805116,-1.6834847026633344,-1.5773872452770505,0.4938884765778739,-1.0258044807737619,0.5770406193290212,-0.30416485808703647,-0.03294765811570292,-0.4179793257456938,-0.28918802866616,0.6045261808478236,0.27529277371046107,-0.15010691088402445,0.8317505434752104,-2.3807199049712127,0.9768889515574979,-4.930417961666503,-0.20952551658043123,1.0866097383713722,0.07118321236397127,-3.403607852978598,-0.6943771631068736,-0.7440248523653233,-0.06335929621497002,-0.804068086545281,0.8124494688672881,-0.4421207429905405,0.6526622245546958,-0.4913185267313991,-1.436140937251766],[0.9165952618846182,-0.44929732798968336,0.19501731662509772,-0.6299968459344539,0.541763165039718,-0.4090347921787228,-0.27079771603598535,0.38325021154614125,-0.844512446627645,-0.4567090415777694,-0.26162913832933243,-0.9937236180970966,1.220566761996687,-0.02716552576062911,-0.5699665198504185,0.5063287926752646,0.8920939694214634,0.9412646232865509,0.9841122275598498,0.0006839383221657832,0.43641911177483456,0.4617506920324263,1.3698767635482547,0.5773259984034906,0.16967225710346848,0.6447262100126386,0.8213343757533971,0.302858337462553,0.44178246374281194,-0.8391453249699115,-0.7076374439952704,-1.403348107588875,0.18506757133043542,-0.4923740065451984,1.1085497051321145,-0.5363277618454999,0.03544587041238514,0.755850376748236,0.34221845437855825,-0.3986385717229564,0.29459276808459806,0.9348744695693083,1.654684549774896,-0.7127816184229355,0.7013513948799089,-1.71343546055813,0.4400063521392786,0.7179178471239739,-0.005809630518512553,-0.4838284544044962],[0.6471592642217864,0.18446193992101512,0.0063761328075484305,0.9357812803159823,0.6008473212488358,-2.691764674624379,-0.7092191253289197,-0.048274588405664356,0.3890148229990962,0.7597162683981733,0.12099934043108551,-1.6547726543671037,-0.6588811560911947,-0.6868221636283446,0.44351645617955127,-1.5017086425437336,-0.12636507767428062,-0.4930026899727822,-0.28506574458901107,0.518300301853136,0.21986563724199093,-0.25630246151191133,0.5036187384665348,-1.0906747804914096,0.6905986808115154,-0.6085242682056795,0.28103255979711933,0.9221421413565343,-0.02811342274820193,-1.9944706232284901,0.2563810288362157,-2.0386238395404583,0.891197920800131,-2.5098405293741024,-0.5561889409395742,-0.014157083633649302,-0.9083823122452689,-0.12877093454047292,0.577349634082217,0.10986703226721199,0.3400759515755247,-0.7206195946863602,-0.634383323788613,0.1778800172794299,0.06320640767548717,0.2718809199625714,-0.1309628193677493,-0.31838875773745456,-2.753639320729765,-0.633808463691627],[-0.41410767870212445,-1.2201448215508908,0.4448291614235729,-1.037424300815107,-1.0731530236002456,-0.4567723887496773,0.6926654725349358,0.2852245960406692,0.6386297578441995,-0.8614909558245907,-0.0018354594127635566,-0.9430470738781722,-0.968403687102378,0.29552421188086836,-1.5744366921990793,-1.3292171114075635,0.12464892659584981,-0.2688905990845202,0.0464609396290267,-0.4374603825661632,1.3874185876170946,0.46850794825410347,-0.04499012537650435,0.6752198904206018,0.8803513681662054,0.33071232061019434,0.7941008594015689,-0.0717699412849939,-0.7240469294075818,-0.46853357459770967,-0.2739563187378195,0.5596950270772668,0.443864988310914,-0.9994015677084469,0.5882273074782612,0.938558849607101,-1.1559342526155771,0.7805329512066109,0.41918650607661595,-0.21750235440728946,0.8629882526910334,-0.8287462926780723,0.35586793340781087,-0.15079800298692664,0.2639455573585571,-0.34398326044923205,0.04232231381234948,-0.7074197490174343,-1.2950268325882726,-0.7250080311868285],[-1.1527793436368527,0.7615945858728086,0.2096637744638331,-0.5212695877388799,0.42131555404559357,-0.9611263049576816,-0.18009472937739868,0.6572151927882045,-0.6374838673801818,-0.14286568986243744,0.12228073163788455,-0.18564257498788717,0.17612373769885661,-0.7689454817711487,0.7914676525084746,-0.8631180947209248,0.5623933850683748,0.03955248668543417,-0.9972957479543038,-0.9365277671459412,0.3774622376613192,-0.2710643499857794,-0.33522854442316324,-0.9869516115588263,0.053401036590378224,-1.0427955392577384,-0.8150400351424636,-0.023703580351909285,0.07363122392976244,-0.05611006026657071,-0.3415153149114301,0.5466941828496245,-0.6038524720429701,-0.18010769851849068,0.005055134751315421,-1.43976931938155,0.18457435982035172,-0.7745609140005718,-2.1992187879141714,0.4616855384046818,-0.6720738643179328,0.3507562847311284,-0.9186467247533212,-1.385056248096251,-0.5097775257266299,-0.1588736304660071,-2.0041823302321817,0.8387381218781446,-0.7615817141653111,0.24863261902652659],[0.38239023966556945,0.0005006268182334865,0.09608387121980749,0.2524960489963811,-1.6774570488047098,-1.645955639400172,-0.6645805335217164,-0.3499480602314531,0.2494273134361362,-1.467687728304956,0.015884988757259327,-0.042103325760954435,-2.3557508715378157,-1.149277378711803,-0.6345389108158932,-0.3092706126627597,-0.07144592415051601,0.6936783619438628,-1.260632335397457,-0.8849047629493797,-0.7377681980264507,0.42604620696138934,0.4025175393452461,-1.753048081263571,0.25192122801615285,-1.4810540789780697,-1.24268837271908,-0.4726018357317375,-0.8847248274751062,0.5719902746602954,-0.5535650245432807,0.2576703983858236,0.13778156764334287,0.8699290798761116,0.013469083231666039,0.7924836559520215,-0.04508592274887143,0.4010284535246818,0.2570139434218953,-0.43527350415358934,-0.09026464059963527,-0.676349181212205,0.009769457884366374,-0.7963755490938846,-0.4085367968559356,-0.712676448550611,0.7344418122346352,-0.5257199479377312,-0.7463338895692608,0.5906277107454919],[-0.7318456432047559,-1.5539246130398194,-1.223178919020517,-1.0366490779986173,-0.6849417202633836,0.7674417748643771,-1.356050634018069,0.7490054192047615,-0.43368819465626063,0.47053400814966206,0.6314904406486418,0.6168722762984368,-0.46193196945055226,-1.3407081773763632,0.3238066275864988,-0.6907776081134127,0.4452147283965942,1.0334440456705898,-0.6765530414531553,-0.9150498877977807,0.7667011571840292,0.6188901505554828,0.6987186866395343,-0.7532791984716948,0.3783842935096268,0.753311267324957,0.8601898429667499,0.6971429986549741,-0.17503293398818995,0.8420478854096877,0.8147545218389318,-1.2045653794443543,0.19454854066047902,0.23637750894707055,0.4761855755209527,0.8370311228763171,-0.8755762781293843,-0.4414647987854864,-0.34217386687943224,-0.045968272360891294,0.46693668316603165,0.7058922167388545,-1.0897717717642623,-1.9586632490899678,-1.6258018328486366,-0.5352538184214672,0.9041627371333321,-0.6456664339557228,-0.3884524028690952,-0.7192958190507414],[0.5165294530426118,-1.4607593443080673,0.3301815730268077,0.6350139105705176,0.27431733582553186,-0.46858324274079255,-2.7886415542490943,0.9121654146270158,-0.015610498321039173,-0.013716092760077337,0.3595557862846373,0.3817903748131511,-2.0893520012750844,-3.4539525770601283,-0.23710845588719268,-0.5212836119400114,-0.05888711015105616,0.8497985320700102,-3.4180463427383656,0.24239609233964426,0.6522154335839521,-1.2845036582177147,0.8394821735878591,-0.029574981145523607,-0.4181070752574429,-0.34670953699155627,-0.10159711226685404,0.4398625837327374,-2.2984559859126272,0.009678742807932014,0.6589772533860193,-1.3157372014267126,0.9069113628236166,-0.16105405633470665,0.17489576912066707,0.10815875676773913,1.0702889926825407,-0.011005933141002459,0.5932335399246961,-1.8482658435231667,0.802848727971537,-1.1527774599995038,0.7527617747975426,-2.616993128573722,-1.7366246953874085,-1.9517848869214753,0.06390518337198833,0.20386342674006136,0.3163503860586924,0.4137071198426012],[-0.1261926447889963,0.6857048588008205,0.15848013408383618,0.5620955294510669,-1.7636507050114019,-1.9803522216172573,0.1529276874668818,-1.460743301199079,-1.0520372855904971,-0.4184534538317976,0.30838980720598874,-0.6373078761451345,0.2002168686428537,0.7703126618813548,-2.7160671724217695,0.25483286562966606,-1.0614474503679296,-0.24071980662173204,0.35442553760592543,-0.6226846735516044,-1.3295921954420065,-0.7044534628459997,-0.5458926124547119,-0.5119046171456536,0.25580198199875315,-0.5479471354657122,-0.9457519208999211,-0.5461126262821838,-0.7511782421305775,-0.3304843107227589,0.5153778240564615,0.29482881028934577,0.8377188348113764,-0.5405794030280666,0.4548313830852096,0.3669050470391998,-0.953409615493425,-0.7381328400846314,-1.1280036092119505,-0.5452120698901727,0.33581461332504003,-0.701466075917731,0.6956933040336819,0.4945903144995553,0.6636773116981433,0.3331935990051699,0.22551775375003752,0.35142580390587697,-1.7078134771631213,0.6129689637567016],[0.6820070261448137,-0.44795398278509924,0.2566471591575357,0.6495758147070715,-0.3867438955026814,-1.524180526038595,-0.25735870841723385,-0.1337310051472562,-1.8404605179040983,-0.011487393361623124,-0.21816050181582372,-1.41150296245489,-0.16133430321280842,0.24323974105912438,-0.3674797829806783,0.32059060029165215,-0.7420381802581637,-0.20935388766379193,0.11949916588141826,0.3950853688477353,1.1241031360487097,0.41862045292304234,0.24100532909108902,0.9444287807259948,-0.5882358318875117,0.5812867022958478,-0.46076246254548603,0.7113055663352368,-0.23836278121467833,-1.2418856827215612,-0.880857693076012,-0.3194745961374417,0.6911321220525977,-0.5156655209180195,0.9120067996638376,-1.5459553545720812,-0.8469385797199788,0.517819276851306,0.05443061334659865,1.0271772768620997,0.9073471896532184,-0.3689947659302111,1.335521955798997,-0.8860410852238202,-0.20119531879009267,-1.915010621624353,0.616045882337249,0.9951478114412885,0.980288879907638,-0.16434710433902475],[0.18058730925857516,-0.685826628790386,0.23202512838598305,0.12633377743774774,-0.6182639877534338,0.5747197302377576,-0.5217463155392725,-0.9762135097983452,-0.07341257183800039,0.7563432846138077,-1.5037949783701439,-1.4457491020093303,-0.45425272428232133,0.8405148378065286,-1.5246199067161221,-0.32749936599170626,0.3190760926025196,-0.28323570380913987,-0.9473696203732928,-0.5952175259573141,-0.6356350727094218,0.12467822521770483,0.07180224893708381,0.20098146227012104,0.4340667246942446,0.08300857481593214,0.8489162776037414,0.8690069663924961,0.5606865214495267,-0.3563214348186029,-0.40636626932820435,-1.1875890067297195,-0.9088203654127697,-0.20291003246891043,-0.7138536523018522,-2.454370600528294,0.15919696546627846,0.4444142821820805,-0.2974781930602355,0.9112831201437794,-0.8080090840121873,0.13906480414309658,0.5769133973122882,-0.41239657030878596,-0.8512445894839605,-0.18143451788110349,0.8134551575179617,-0.5553518049521727,0.8734054929083109,0.6054129462078417],[0.8033932141262808,-0.8729954178159742,0.4181121713703019,-0.15464783867441514,0.15385205871453148,1.0042441174171715,-0.3638767455731858,-1.691211683999434,-0.500290708035244,-0.6637740416439853,0.19850154687615557,0.22309169128261216,-0.12416581321678774,-0.7819624718771531,0.45222165198618514,0.1386763952510059,0.9429758156713719,-1.963273848729261,-1.5770582750911164,0.5375657719471856,-0.8245707141877512,-0.6384003478029351,0.38648794713085594,-0.5722229781620092,1.079457539319677,-0.4385961290755209,0.3304258382051026,-0.9722407559756958,0.42850140271882464,-0.14944407838778456,-0.06899894530863425,0.5778820025590207,-0.529551893779318,-0.7731685806632186,-0.03744582673632829,0.22768385369669858,0.27632947046024786,-0.19545017724519131,0.8866752447616812,0.7858863287734452,0.033750123722497354,0.477277452748189,-0.5946472149169264,-0.3053574581676536,0.8283533927201957,0.9880520217617045,-0.646219539101865,0.2632995372241731,1.07733767621745,-0.5695527930775629],[-0.6629674030339757,-0.2611612375679632,0.6365401178654203,0.45964941373957163,-0.4772366096296988,0.32633676780033205,-0.1885354003557199,-1.1194182014996037,0.2538079023738671,0.11574221141344068,-0.30355686995938036,0.12237048490831313,-0.1281443572019693,0.020039959283092063,-1.3731338360463994,0.18618451303192335,0.6526859742682622,-1.3068531986305674,-0.25864774742160745,0.7846110616477349,-0.5722135771875291,0.8148471162531662,1.3884402340624842,-0.4227188984240693,-1.801266442220373,-1.0372960579473196,1.3579163043466642,0.6993750121064839,-0.29717958822805024,-1.1922509901222977,0.13200434053942267,0.7298247508588337,0.3083589560502246,0.4733306653918232,0.07853171669837367,0.6710962430333886,1.1989351169774607,0.4057193112334609,-0.3470011940267897,-0.4851729155445659,0.7580116067931462,0.06345651782420372,0.06938852650781478,0.9853021548083846,-1.1057251926383032,-0.33217966088999185,-1.2875273496265074,-1.0879850787279763,-0.5072038267505395,0.14793360570061698],[0.33021235051559034,-0.23704545082150602,0.06332792284456924,-0.7897530843757283,-1.5428506796909185,-0.33829289429021264,0.13838548473931203,-0.09132652382376036,-0.3307069720266143,0.14741377718128065,0.8644176604861946,0.09703563613889898,0.9328596776777056,-1.4900300834374176,-0.788764686515686,0.06121277853912058,-1.253146842375573,-0.2560203696660127,0.023497097660534143,-1.845651660464797,0.739321015934998,-0.7973479296272041,-0.6066524854553301,-1.0058048486458075,-0.23512701543971085,0.5012588756420486,0.050708326703888175,0.428744125681884,0.9831704279842608,-0.022819585292915875,0.5834497225623848,-0.9669109606207682,-1.6495112642885272,-0.3866934903678823,-1.4430992236918303,-0.2732364028205194,-1.1163520452363063,-0.2944070958820662,0.4617984250398281,0.3057465434293638,0.3130796280136501,0.2130007710823767,0.35691072198707896,0.5619166831840805,-0.26966853317299794,-1.760705669664142,-0.5141374651082253,-0.41459939201998497,0.8670807357180045,0.2961840072516186],[-1.1679990620083531,0.8307649258476918,-1.9584309153122827,-2.57774970483789,0.0368214435263112,-0.4991203659658395,-0.5314596214389437,0.23367442788694434,0.18775484191222644,0.12782337753528356,-0.7513018316375168,-0.5842806569189306,-0.5926840022864528,0.8445601038211273,-2.780840816290086,-0.18596986481596242,0.16821805641980989,0.2675399459899491,0.9107284198295768,-1.2970138365899837,0.07729121433484,-0.7254357861350066,-1.3374613693397854,-2.6537181925328213,-0.29073559150696127,-0.7725316875096458,0.3268621733495195,0.18090496345797943,-0.384761764595204,-2.1038755731000984,1.0181570615941111,0.5620776106492528,0.12763592268792506,-0.9092877152394157,-2.397352961628416,0.3223907104514905,0.43839880287473587,0.1213303844261038,-0.6357890117713403,-1.002201456697001,-0.38299306337887096,0.27269781257234726,-0.1548204873932844,0.8878806046196251,-1.9144285562099672,0.4087947283000539,0.4300769905482907,1.0169012426575312,0.6285088920933556,0.44277395564807553],[0.05681480549256348,0.21975132407421538,0.10515847157745103,0.9111352714081702,-0.6039249405469466,0.8933543838799125,-0.06673512367559455,-1.0439871426040923,-1.0719676102513318,0.1278061899230543,0.9255114075840389,0.037187766067677104,-0.34120858324182374,0.35712184525715124,0.27591103754157814,-0.7529956907854615,-0.45991179992014536,-2.083503472567333,0.3221820110485266,-0.26147382270022734,0.2049242960578567,-0.919577071794371,-0.4806051010129486,-0.1577590761860564,-0.049312748540754424,-0.5851783353089526,0.861130804478499,-0.9356911658820151,-0.9951191628839743,0.5741156421153565,-0.8502270443679608,0.17504085828061966,0.11048594877456665,-0.6973442666579935,-0.2811529350786191,0.03051134612229192,-0.06213352205214124,-0.02880591511047732,-0.7253744906129924,-0.12197125553927247,-0.15283759096356847,-0.6993371623905925,-0.4618752418186372,-0.623517925690804,-0.18532004096245489,-0.5234348512388428,0.7454166846888988,0.5945093486199402,0.36509678014835806,0.7442454952852763],[-0.7864605951235653,-0.19536513307466782,-0.47723830771570647,-0.09257146834803973,0.04972533318834205,-0.31571517541058025,0.9194270312169286,-0.4806252392701642,0.8887174211460362,-0.08662952112339205,0.974265216912156,-2.9428228044985407,-1.0654103006477333,-0.05093980652197636,-0.43268260169395767,-0.5836330672417079,0.8533078570360936,2.4105576841970007,1.0003134212319098,-0.9069338106200161,-0.44415598463008327,0.4368503806072457,-1.2284965841998645,0.03163825388063734,0.8398350124849961,0.5739452591941003,-1.4627345948293475,-0.7501850365041103,-0.4731489913265596,-0.06973525196471018,-0.24740340329862265,0.7504751542030129,-0.12043431834454889,0.3842162979117586,-1.3886830691494405,-1.6368648829515628,-1.2353449054357133,-0.48901979740868723,-0.9414268444054673,-0.09197331391191774,-0.8104818777970137,-0.09478706032082809,1.1613337108463022,0.9011389197435992,-0.996919406453717,1.4113755458061108,1.1920259564485605,-0.21314326807695366,1.3623858926263988,0.7278025210197641],[0.1153570529388907,-0.4225360312362905,-0.6069463549213536,0.39701109037259624,0.3943075471856256,0.2745007018748609,0.4543545542645223,0.5960676233703913,-1.8309780377273233,-0.17507610690071324,0.8709882344961355,-0.5423935078312767,0.2846348722021937,0.09001006994807212,-0.575681374290739,0.07430745334342442,0.08097373834261946,-2.2450767199104154,-0.38843867227903994,-0.5653868318040157,0.3946602206078384,-0.7825222969808395,0.0904234732550007,0.7709125791248234,-1.2042563777339157,0.5395844658924144,-1.028384487099444,0.5987038811427522,-0.24837926315357012,-0.46657549547837257,-0.767176777477876,-0.8269705739325971,0.48976193959741543,0.01978113148796824,0.07890854583681803,0.17475863732112668,-0.7610055407082984,0.5289064593086863,0.5655067079797932,-0.36265005919835785,-0.7144505668279015,-1.08154470724747,0.6108894385665888,-1.3726235951320203,0.0019463490998934108,0.2750795500981891,0.0012738876001615405,0.7311885341235064,-0.6013945189252932,-0.3823191939027315],[-2.7108135859990545,0.45255382352366796,-0.6881071535599125,-1.1573624886873384,-2.2139248314822844,-0.22026563053156017,0.29668880317328755,-2.2436531358872025,-1.1456408708745998,-0.3280874724976531,0.47022071937260573,-5.076095138238539,-2.359503061315827,0.21058037920084618,-4.967893286149105,-1.7658432030487161,0.2622196806521784,-4.357675571600681,-2.125555062046251,-0.4266138907085104,-2.1446613190263295,-0.10596080904720961,-4.729333099478214,-0.10697788412381436,-3.7248779884147245,0.5946844833425212,-3.377146222679637,-0.16528912798170722,-6.986197936231084,-1.7574533885889183,-0.5799990374167983,0.20055088423347403,0.22538183620616795,0.7602891501524951,-3.2321240945394623,-1.3845921520063778,-2.065579244721609,1.1504202678737765,0.020313059761403116,0.2559026546460406,-0.9717060759159565,-1.4658306241870582,-5.509519098077475,0.44027640328661827,-2.717841332698928,-3.7575951687162314,-0.7419697818785338,-0.9902213434249428,-0.8820416264746732,-0.13992751878633625],[0.4082602825770733,-1.1128674350067174,0.9350941389664186,0.41600587000915323,-0.7920906552043978,-0.37483068424622734,0.08983829886870144,0.8774333220677115,0.2750072904890798,0.7515396251424189,-0.7442112492040518,-0.7656386038110969,0.9758377390182424,0.31748006477487883,-1.274374102418634,-0.5951188317750812,-0.3776156466422369,0.7381884685053416,0.3878462547409512,0.1559272490865976,0.6426068052155949,-0.9001562010626408,-0.6617311722237448,-0.2859640706077156,0.463750069355093,0.40012818664270916,0.5004758318333189,-0.03772028579609192,-0.34288172310829446,-0.8918840680558645,0.03776975932830155,-0.04362649875243588,-0.38783386444138485,-0.0793131789154278,1.5685912196688203,-0.8755908547053177,-0.2887615190637977,0.7767087890876813,0.502764689099281,-0.2477998156925814,0.6613019762706508,0.39666913090931843,-1.1487872562170651,0.41523078549960935,0.7176688855057808,1.028838779366176,0.14733224557550975,-0.6666007547672614,-0.2683135234519126,-0.43813372996070243],[0.49755737215320067,0.6903198131880629,-0.5351335047586246,-0.24540611718068395,-0.24134188474736362,-0.44446921063232037,0.3385827303607829,-0.4389551286546657,-0.08136043012595368,-0.20472383978164027,-0.32555097968179625,0.48291116555065594,-0.5991024843550576,-0.9755528057561793,0.35986142798752274,0.5706678588582037,-0.5873405206113002,0.558932308087292,-0.1449108215947938,-0.4160355543386798,0.021373446706899273,0.702192976812306,-0.5698689629381631,-0.272255687785549,0.902118665661711,-0.23565903271339236,-2.0710840657716996,-0.6940134044659017,0.21536330686250663,-0.6995765714275634,-0.8887738293601439,0.8591967410774393,0.524287509321559,0.5785780169259783,-1.6396468716846508,-0.12196434435488258,0.851291760045087,-0.517130812338924,0.7712410467165312,-1.1142351798627896,-0.24765515300741603,-0.06341834351613589,-0.6704526300766083,0.8936997235642938,-0.6371582026413262,0.7597603304263145,0.09666029657905997,-0.25975793734463076,0.5027971670300474,1.0865522403662484],[0.8551923792267815,-0.4234425088024812,0.24355346153071725,0.31068128843028464,-0.059770903490929,-1.988536651135113,-0.689584482408898,0.7419402350016477,0.36792401266107577,0.9958519884567079,-1.180420930629646,-1.1629368189728062,0.05053621555754984,-0.8969207840507462,-1.9848422549989464,-1.0981368656106891,-1.6340680956387468,-0.8224359967205663,-0.4263599676400414,0.8060378161495413,-0.05392188012692666,0.038865485651189094,-0.4571387702148674,-0.30599261807097516,0.07751558161486917,-0.1913654290630914,0.7977144622347382,0.09822835758472628,-0.27210726338034374,-1.5205734133023228,-1.4903739325712102,-0.5563412983142209,0.8125926592126623,-2.084550057921166,0.8450130106963545,-0.32908352700213,0.2790700061229332,0.38829035560234737,0.1398249771677295,0.4311528003563143,-0.8744337844568693,0.23614269774458171,-0.4278238781841673,0.16355474734382233,0.019955529601525596,-0.27153030411478374,-0.7813957777638344,0.7813021630564027,0.1961611663819506,-1.9659881857430554],[-1.6915900200292466,1.1701011385586666,-1.3139177923932084,-3.3309229728967056,0.9433150870709385,-0.7131448088809111,0.7259778076449835,0.0990540970939121,-1.9548399226607522,-0.6999543434029927,0.4192575256076919,0.2031680955349694,-1.8968385160226582,0.7171614686518519,-1.5311048864916168,-0.9755008729524602,0.7219443860181639,-2.240718657401226,0.02362111347229635,-3.4900124424528087,0.7165377765912281,-0.19060781412909475,0.5317198672462399,-2.490171870911544,-1.2273044241918514,-2.1124547485991494,0.14664231574762648,0.5731611955642926,-0.4425826574450348,-1.7791595213905844,-0.614238713639875,0.5255583349396088,1.036582001482988,0.8486009945806181,-3.2635134944098425,0.6323816250975426,-1.2057055069399836,0.5377305875431645,-1.007607803312191,-0.5627578041726533,-1.2429343277384797,-0.1382265137812187,0.29167385281092334,-3.4499937383377484,-0.9126620169904549,0.26644070842010353,0.14148462003492396,0.021263339722776782,-0.4596522732176851,-0.6407321665045204],[-0.8089267454808948,0.05712440125507981,-0.45475140617303456,0.2140573036616328,-0.6065507190467742,-1.4594372761556604,0.07856929856617463,-0.08295378118702042,0.7746932073371074,0.017736773750045433,-0.584225089988367,1.1950598239632695,-0.4156564517831964,-0.12424384570940698,-0.709999233713769,-0.34501238756583863,-0.07546844470341926,-2.392055864145824,-0.43858341967411824,-0.9494000494160502,0.7536584835172735,-1.4260698655294917,-0.15651278304252356,0.9792546126069792,1.0805216713259378,-0.5556277923176478,-0.26120170289896494,-0.33825980344831835,-1.8186406526857803,1.299084928647746,-0.402319841112712,0.5620480168884103,-2.747781508044265,-1.786980103379269,0.1889228920039996,-2.602468900741161,0.3889234091976937,0.39859272147634406,-3.5773515067878194,0.13319343615865564,-1.277263540989588,0.7463711458904145,-2.2339820841000666,-0.7622849207986124,0.13474878085240966,-0.3147387444994933,-1.9004532769147537,0.4106965404033354,-1.923446871228696,0.812476141192524],[-0.78568685464633,0.6742476063182069,-0.926663121345549,0.8923396520308263,0.9875016796001087,-0.12494157711190511,-1.1249171235270936,-2.0532087729807236,-0.3032719800899542,0.7989152270166464,0.5281282066612369,-0.3797663631126231,0.2953754355351622,0.6359145117386038,-0.16949335815386665,1.0138187157165968,-0.9249837270309272,-0.5522039572640826,0.5626416466426051,-0.41623830249986876,-1.2524759236408658,-0.7711696269335903,0.0785401083204401,0.027703733794364516,0.17892985630594072,-0.47671137353483745,-1.9001325505409374,-0.8239993429290038,-0.25033880188110796,0.0830096140659667,-1.5652807276410106,-0.9682891817561691,0.6207882167349137,-0.7021515920564866,-1.862331501477985,0.2393203937920138,0.49241711758981394,0.8885491341804219,-0.9471379393548796,-1.732525737531038,0.42942289474406564,0.8060849091735726,-1.9198333366859661,-0.2680562225349844,0.44372369844190107,0.15908840242131952,0.2650434850260268,-0.009288485842255053,0.7684634732642125,0.6561018992739062],[-2.3738819760823637,0.4900468632618758,-2.0948664037638887,-1.99363981477971,0.6432047269513508,0.6045833246066715,-0.14781799713389784,0.09550112131065602,0.2265393431942049,0.8257273250471192,0.7287808093047818,0.3595049238700213,-0.6182320915478982,-0.18849558465635607,-2.4181020659852117,-1.1889066870442897,-0.778784793533718,0.7968151930752655,-0.2519050089651385,-1.5478145822646592,-0.2243927474383389,0.8672968306378225,-0.9899043936955748,-3.087406554308992,0.12983266391415083,-2.2085566958856826,0.5173158343285726,-0.5790483459381564,0.023354634817139012,-0.7430363031673584,0.6383335081013902,-0.9652175254373251,-0.46359023983754627,0.42585140979599345,-1.892857461999359,-0.5801648379532062,0.09114131154605444,-0.25057189932921653,-0.12254064653544804,-0.013691104277205005,-0.6684053674255513,0.2896127694955335,0.036196448242460905,0.7825784088629534,-1.6810940136419898,-1.2775710205753847,-0.7925218699153115,0.24439190069300773,0.8426528898097633,0.6925761046388413],[-2.4274805454059583,-0.712955678898236,-0.19097287125923848,-0.033004747398196685,-0.5867736877954813,0.4753380851789625,-0.7413175065030423,-0.49925707454299256,-0.3674910643475389,-0.7722899773463476,0.566024080470232,0.1256218038625023,-0.39540859973043874,0.36171767740521943,0.8342020165431068,0.4306191029295868,-0.008474859434954353,-0.37198661768099067,-0.8605924079039057,-0.5041938018826511,-0.36743971211143206,0.5040775826176552,-0.44408206058129424,0.068532360289113,0.96961345107436,-0.21408168253279325,-0.3983002283431082,-1.3693889877345433,0.8981728805795228,-0.5397279946496483,-0.22476804424576763,1.0005158441102484,0.3919346749126819,-1.0619069446310672,0.47208901894184724,-1.6348258537899945,-0.7636503863757694,-0.8789458249414338,-0.3421193382572673,-0.5272169950651617,-1.1273433975637752,-0.7859159833740034,0.24301273654018413,0.7681139487368506,-1.2240420517157657,0.023880740597999574,-0.7321865293308424,-0.7251516810712958,0.4488279292040176,-0.3230421769027801],[0.16992051989236942,-0.6194618254801962,1.1980156011297212,0.6871374201945831,-3.5696880689182464,-2.1407470932975494,0.8937187892058522,-1.1121778220331466,-0.7054538800504029,-0.555301517773372,0.4100602627715498,0.7725129126197525,0.4313671192838736,0.6559515705266873,-2.3845724494466243,0.52262481889015,-1.03977744072691,0.1998069553211156,0.6676801958645127,1.3003945429810118,-1.5173868140784255,-2.8381148028188026,-0.8883280788569763,0.48543534430401886,0.40127490255916354,-1.1662245389063581,0.5955090312519526,0.2553181833550613,0.3762126468005498,0.15952218764850398,-0.5373132561824023,0.7617831809413923,-0.17023937181400012,0.7150955742640872,-0.014425405658621587,0.5208418840086874,-0.17034469794834853,1.0087583043930703,-2.099855135167481,0.29400764778194194,0.1491859899734834,-1.8916300155621126,-0.03291104914269083,-0.8179427747257538,0.5378368533033691,-0.6622558057839435,-0.23868723047270704,0.3260998258625778,-1.8886716066684468,0.9658594616182442],[0.4583446833451819,0.7788527228701626,-0.19486208680101033,0.49932884541289957,0.11340151418762787,0.35274246788050484,0.7764445785710645,-0.43719099081074564,-1.735065144175325,0.9863978837272994,0.9204024724248919,-0.5889282442261287,-1.6617445197763836,-1.674260881227915,0.6570132495873171,-0.31995603483699525,-1.2418234015071792,-0.3145314229768884,0.4133267070671383,-0.8389529855678414,0.7930409884449183,-1.734573335330725,0.16893933689570975,-2.064154624830489,-0.4771030072665249,-0.4321516523657059,-0.16592460553981606,0.990678011172516,-0.23424447166577567,-0.6198492009269388,0.19009476429375508,0.22347020945206972,-0.9878347365830199,0.4715541624095252,-1.4742178359549893,-0.7782551664955364,-0.736680438463217,-0.08758782770421863,0.7963046640299106,0.10476181731982014,0.561871384089012,-0.10428608422097048,-0.9386235407635402,-0.09749280452195587,-0.6383348194121641,-0.9414887652104886,-0.40077904554735594,0.14095422897525586,-0.8859497249276619,-1.0952940583490978],[0.3581199286061211,0.013853140970492145,-0.32300886519758604,-0.33641085900360856,0.21085662379335973,0.6169575844116089,0.5630931102137513,-1.5789389006041157,-1.2886343914902814,0.5580219577457259,-1.0846778552645218,0.06601750768574507,-0.33532287210320794,0.8422601311656304,0.20840486013712903,-2.0782931627295027,0.48410189954244626,-0.6663756272611627,-0.4518010558973843,-1.348743045540302,-0.42492505225703026,0.012754538151229613,0.1665855296663302,0.7308156394105327,-0.37992180556224264,0.45512836696542885,-0.7589724957733468,0.45364617883600045,-0.27363238875822277,0.37280269636260965,-0.9074578960976446,-0.2737458219759612,0.3767826587096402,0.553089441829278,0.3089193490485625,1.015009408999951,0.6622511151298096,-0.04449128561422975,-0.3118335463761626,-1.1552536643875595,-0.047450231596867516,-0.12997887751400855,0.6838261522488518,-2.3066110580145844,0.4724912156064187,-0.5127701438363744,0.9353133780133996,-0.4108635862561629,-0.4192021188612178,-1.2606015205360965],[0.4956784228782024,0.5263138344169671,-0.5829086268029862,0.28053176900462506,0.6263481820468293,-3.293621346700535,0.17068542380811774,-0.10982017418576787,0.2572762791445449,0.9122587746148481,-1.319535008683188,-0.21373228932347102,0.6400713595693474,-0.6154549291054067,-2.081131994636726,-0.19098638961722542,-2.784160937958101,0.23107267981384472,0.819574979434152,0.6185638930089717,0.2523044728238461,0.8036407064075115,0.4260555664451334,0.7030834796858941,0.996648616933015,1.0131155007381942,-0.3686237851452304,-0.12366172148983562,-0.3841802278317387,-0.16615982662813675,-1.8610214188820742,0.47804075740254687,-0.5100058999795006,-0.17494956819242938,0.19240557927550528,-0.07029602185078658,0.6343945797874648,0.7725577365438762,0.3618573361668221,-0.16138688173454308,0.45312410168597334,0.19251955492214542,-0.831607306056231,0.4117794560771409,0.6463044547314263,0.6908490252193825,-1.0899935405239787,0.8286833507165484,-0.47781405015564166,-1.9417655910147267],[-1.105971252397656,0.2942235926112374,-0.5167816624400616,0.3087233567651307,-0.34359283786199013,0.6437632276523532,-0.43614998972330293,-1.0926001358184907,-0.331826295162917,-0.646805755030624,-0.4475758305892172,-0.527418681453607,0.17944808046663915,-0.006047474897809931,-0.30098365366306495,-0.6736775296612819,0.6847261450374462,0.19948745622044123,0.34389719849355777,-0.9438474261981391,-0.4558095089708733,-1.6942679331671713,-0.1628602098687666,-0.9417075286086799,1.0123103062346994,0.3381682638275802,-0.33530589442285447,0.6175771630456134,0.530399014037104,0.43930924737632315,-0.33132534586701917,-0.7886372721569971,0.8570447032403263,0.768402996407483,0.7416248780308375,0.4056281738189313,-0.7460027948129642,-0.33037973460888276,-0.21804397260666514,0.5218846159671199,-0.7882283837494443,-1.6440354877903078,-1.173444622417736,0.3624145362378888,0.2868483111657835,-0.37961083692757663,0.9433131861821844,0.3991703085821414,-0.5972560383475872,-0.19122345687111594],[0.2973193722866346,0.025164974690537332,-1.2208210705934013,0.22780267646162544,-2.274551815825262,0.43199757073812334,0.2852747535668138,-0.09842409837492896,0.6122069493007539,0.8082441045802197,0.21364651875711527,-0.9486658556185198,0.38767972263688083,0.3853239949501641,-2.0466695776481063,1.0706183239564666,-0.716553807668184,-2.2115578435907555,-0.9431006500075025,0.1008677855048846,0.8818911564450936,0.7425989437563673,-0.06147221871395654,0.893728296052632,-4.664890526963732,-0.18666825902126172,-1.030727385548577,-0.359586780303976,-2.0754943690482044,-1.2129767179216677,0.344916470660445,-0.4851807909680255,0.7702806849739225,0.22641031087276198,1.3096469082408273,0.04483615916851929,0.6257849992244601,0.8038138917731409,0.2578709627831668,0.9357364505962827,-1.038510162331913,0.6206426252096102,-0.3611264119449438,0.3501046554107032,-3.4627384520667377,-2.6067883770658113,-0.8250690689186455,-1.6018081867077947,-2.3550175432126075,-1.376023571212018],[-0.28203559716530285,0.347394727815123,-0.5009711585205925,-0.04940692016886647,0.20326253637261635,0.6107493295602363,0.7839422970961468,-3.480987848193209,-1.4214646222929384,-1.9130899218057302,-0.25046933516425746,-3.611024648363797,-3.1095354966156443,0.3904805132839386,-0.9327983906434905,-3.047749929017751,-0.04800310008714984,-2.948503132536043,-3.230187820622831,0.7243981659486795,-2.8812428804709334,-0.03010629621234506,-0.1718547227739715,0.215673294607979,1.8990053314860031,0.23384194748367934,0.9886708347347982,-2.129177601651779,-3.9402505116398006,-2.539110069268486,0.39798746538919383,0.4301098727025096,-0.03540619533965846,0.8253640789016986,0.2087390354542091,0.04095628611904335,-1.9961540220213112,0.995889126740703,0.33800537272038483,-0.6208378931670688,0.6108097133932654,-1.1879374092054207,-3.790531738394602,0.2844355892316406,-0.4898190166144046,2.412757427330425,-1.3943171390775824,0.577075217113857,0.053701282711140545,0.3064539359894439],[0.25161111135569797,0.5814900414771891,0.18839779673426668,-1.4869046556697958,-0.21413385957378583,-0.24574391028276565,0.6420094567034674,-0.21761633072978576,-0.9180373935840433,0.3824332099152371,0.28141189150248563,1.1487166820450765,1.1475282785572316,0.25096273700072924,0.2166184476051364,0.5708537872808983,-0.0806935471797858,-1.9351708296770742,0.32971800671384777,0.5838060648705925,0.35156518166602513,0.743435778199516,1.3826362986066694,-0.4200228256215086,0.18138626991595347,0.7643674568587229,0.7020926300892025,0.04078313623064604,-0.7235519414721687,0.5818557947579546,-0.609719070781134,0.9932824291846781,0.6658987053784803,0.7795685138695618,0.020917268390750296,0.957716909227347,-0.3467578132570752,0.526776574446895,-0.7952049846246693,0.25595485178576727,0.6152974545651607,0.46682183407555045,0.7911688391395129,-0.07552783583591395,-1.2349573852760678,-0.8678982251116786,-0.9450866373665253,-0.9053216658011504,-0.9874124100916717,0.1082066902407185],[0.5556856104218897,-1.3896580858992613,-0.30324238165340245,0.21180124478308124,-0.20153290369793853,0.7844214042329648,-0.007078896337871332,-0.37323750522037547,0.24628370655077275,0.3385217234101595,-0.4454347082820207,0.23308373481690617,0.5584767120715787,-0.922426490388485,0.8304410405658097,-0.23041280628232372,0.8481879062409632,-0.7673812449875451,-1.4188810433718262,-1.069359441762591,0.7223372717279053,0.07578491165626046,-0.3373270740453388,0.49336456596918926,0.8999817448514729,-0.14771929179127802,0.8513483153035956,0.5693575395883826,-1.0016318834390123,0.4581981154896603,0.01690963450842217,0.10178275113110812,-0.46196260017894714,0.3170039664478987,-1.3846445514259045,0.8557696406317239,0.16311549457304364,0.2693344392557284,-0.4516460579033622,-0.7256718524530901,-0.40935070939237916,0.19570053859031122,0.7894593093694605,-1.032955361956263,-0.49482979877411737,0.02108705385735349,0.49505943079954673,-0.6632882389040194,0.556742397263315,-0.6427891457499284],[0.06724552460541529,0.4882189665482945,0.7511613889062211,-0.39481606084916226,-1.2394515112039082,-0.6328478158614768,0.8683975312520988,0.5725855653099932,-0.10234089189507714,-0.7091759345119865,0.4567378270805781,-0.33567247764494434,0.4642938432589356,0.6517348672506211,0.9922651343799747,0.11648526525306531,0.2691113087965603,0.146655236641372,0.6506716914817079,-1.8048030054923152,0.5113515762335096,-0.2787227607177249,-1.2183270326402926,0.17016063616556748,0.5714885747949051,0.8542087970304396,0.9236710475138299,-1.0997516672787138,0.8564363333289111,0.2874046368874474,0.4070968430132346,0.6616749268019704,-0.4108611450255845,0.5451876165119918,-2.6539971225587715,-0.3462033777585926,-3.30436762164348,-0.02795732225093768,-0.6507494828899795,0.4469386129627596,-0.7833141267046345,-0.6117233725125902,0.2880832819095738,-1.3709421275601652,-1.8302048665085193,0.7926889523975493,0.11612504826625618,0.2173404605773319,0.6241669809954633,-0.7985563585530051],[-1.8201054601411033,0.11397563977940495,-0.47737044473303586,-1.2736506852732932,0.12935543312872033,0.2516334662701245,0.24186712387224943,-1.204705945172515,0.07131684416041273,-0.6431938103662073,-0.44896222269591624,-1.8381994929323207,-0.12200410275877899,0.11193357790533648,0.00034841329615211656,0.30582241440431607,0.34547781138838146,-0.02225237775386407,0.6412345484370929,-0.0583037129744613,-0.9495776251133397,-1.111351419463685,0.016169145172717624,0.23170388515412801,-0.25102756722219727,-1.1228881867608893,-0.21125666171518273,0.37539496659270577,0.05755745823861112,0.9141687508410707,-0.00877351266522132,-0.27512486342473735,0.168045523165961,-0.4270448948825843,0.48204280712041,-0.7853670281875538,0.2312426657264068,0.09953801511554916,0.9021752370286176,0.35221346062331244,-0.7181948116161863,0.4176110818006867,0.5542361332984089,-0.4946558477541464,0.9374227356410051,0.24950478961565,-0.14053802773487545,-0.46164747963421177,0.984993677160372,-0.06443770941575729],[-0.6343379378033007,0.5761991686669441,-1.1956718764284866,0.3783698322980768,-0.8468466655148139,-0.9732447116015782,-0.29444032286744953,0.3781823102536504,-0.6784982961634577,0.7517201022116249,0.12298876393273137,0.17086833694514533,0.2626842271927766,0.13382963381325153,-2.52369317301105,0.02293848937458796,0.46447287208694543,-0.2884259298256066,0.5466303632648392,-0.7093051091775623,-1.5355254195616068,-1.413695753901774,-1.2978919794497126,0.8960997392523352,-0.9178694024749701,-0.4624794285187343,0.8635836652192269,-1.1866293192986352,0.3427313349274447,-0.3758788399809097,0.8906525920597737,0.9840324259340116,0.1776812524324665,0.5549951451827987,-0.32202778557961986,0.7492864391633434,-1.1499100840552974,-0.8615363303997265,-1.9103529808450725,-0.7150771865932687,-0.4339318361975316,0.07070097305665246,0.67414716556001,-0.26642957131174544,0.7118447596222884,-0.15509838001296158,0.20553192096252157,-0.839849755673707,-0.11181705458254516,-0.869270946859905]],[[0.32903491428033727,0.12171599888785614,0.9769924847050329,0.8478193315772987,0.4023974778600198,0.47049173804408323,-2.048520190050047,-1.5667532705114562,-0.9198550732601141,-0.8196374809111796,-0.3316356569242913,-0.2722759544689191,-1.0098483011535129,0.8099033681251686,0.7320637099396511,-0.7077574748746014,-1.5796593133216017,0.6727922469962178,-1.244306081929111,0.4716648626172566,0.3253040516935982,-0.5535867590329293],[-1.287559645435257,-1.8054974158602806,-0.6105044721865942,-1.029419429094465,-0.8924179577837331,-0.26711877165827125,-0.4034767363838832,0.42062847046722174,-1.4733707078760074,0.20297851497576286,-0.05922333147530704,-0.44936575253812966,0.7445548692925467,-1.2548387398758032,0.3325729886269278,-0.5854268912381592,-0.38147086155158505,-0.4681008042570178,-0.5372845660122365,-0.6178049316875395,-0.9970081801750417,-0.6362881152325003],[-1.3927771016396866,-0.44792349310143614,0.1223145880505922,-0.6967995192385318,0.3358384571851742,-1.8914536914614926,0.7711801548201951,0.9492034783852097,-0.49885370424575015,1.1820292774507533,-0.807174355228221,-1.2372357334189268,-1.1652220184932292,-0.5342131873814737,-1.250754925368846,-0.11673732830962325,-1.6261531527971635,-0.49676069688053553,-0.09811343533656104,0.841325340911967,0.016794644630120027,0.5579978442314809],[-1.0923116236797192,-0.8243124708175391,-0.7774973548085476,0.09152132163352311,-0.3257443185607644,0.10428134016875437,-0.634800729278023,-1.3895474154177203,-0.14327682071448838,0.20944103810509984,0.23694701274749264,-1.7525877911366208,0.796933210992404,-0.15813542597781724,0.5802698348071679,-1.0718685264241317,-2.1091839549396307,-1.085967166293798,-0.5488148294443529,0.2445731623894761,1.1933309244360677,-0.9960993199024917],[-0.22732879191393407,0.73472218316209,0.6642434880870773,-1.9457833692954063,-0.20689161451625177,0.49890875074506474,-0.3537178148660591,0.2592226689554857,-1.8506185514692708,-1.1096531730779502,0.7309528836540393,0.4441874099331263,-0.9328703363073513,-1.5655823089574072,0.3424740351500589,-1.2325937038391743,0.5780247483132029,1.020629358742527,-1.021347337906276,-1.0490849378745375,-1.6954992287928143,0.008607633109277642],[-0.7223788103107606,-0.48300341174597927,-1.2521432167801103,-1.6818792168144032,-2.4790710035970225,-0.6416926778946831,0.947993242020463,-1.4354935552896204,-0.7866512445866501,-1.8008567699447104,-0.1215492096916534,1.0970428920492536,-0.6982769392036151,0.6281576090419695,-1.1622962983015004,0.418172995665899,-0.5839578313241865,-0.8145221177554538,0.48692333103645974,1.1233281738763874,-1.203712215121839,0.6329394045256187],[-0.16135666569084486,-2.086320579324745,-0.5565746582845041,0.5688808251772073,-0.3404563413197222,-1.6466763630143402,-1.673913465616226,-0.4685393188779066,-0.5278655692945439,-0.3959565292222296,-0.6056214931268893,-1.6614256325256012,0.48013873555170344,0.5540048991007295,-1.664913914171439,-0.7696914607730059,-1.0740295730893608,0.8593444964768227,-0.2885890916761252,0.3768217931070929,-0.9088318670677028,0.7559238389991466],[-0.15491400524775426,0.6194625278378993,-1.3863591508856365,-1.177791590985836,-0.1144228722219206,-0.031412942293810045,1.268263790847793,-1.2914738769244105,0.5350258188693261,0.7019384015278752,-2.4609446646094244,-0.2991244011958721,-0.5905439241600813,-0.15268645558675345,-0.984698322297838,-0.5880090116643343,0.4356565078647708,-1.2786041222873021,0.8952909198619179,-0.7084803410826584,0.16518975652735893,-1.8289281338831318],[0.3796850770836268,-0.7306313421134786,-2.166038372478264,-0.7363656678018327,0.5226602444513082,-1.3449841437896293,0.13351519999592704,0.6510334671301969,0.9375466944619915,0.7206753642431082,0.30433616872507013,1.0886105918343878,-0.5443323028222564,-0.2267893231841279,-0.7942123811020847,-0.3558920140102422,-0.11160677613266144,-1.351043826861928,-0.634269835359612,-1.324771479871629,-1.217820228270142,-1.0382014838768892],[-1.6469910153186926,0.11139721830841168,-0.458325425027423,-1.1412241157199912,0.14444535622334492,-1.8608796343981902,-1.6686322353544025,-1.1463988202067519,-0.9375696318330244,0.4530175901184124,-1.2192079309430466,-0.9063150588966141,1.1151313566907144,0.21190988268184605,0.541520827591833,-0.5122366870744858,-0.6671672531339295,-0.6699072271102268,-1.4857373734187005,0.3765161690519575,-2.00770197357916,-1.9229261609007644],[-1.1045800047520442,0.2477018544522556,-1.6627439592835478,-0.6529723065594115,-1.6269553635388874,-1.0056340552848575,-0.04648549295410728,-0.4044455435070781,-0.8613273126646587,0.11452821735936274,-1.2180386233377694,-1.4233653056617968,1.2316271643573378,-0.7738132179387494,0.4083144738683934,0.8145235233632283,-0.4852593789241443,-1.329788341255059,-0.4500813572193503,-2.033639863945667,-0.017633074192977563,-0.4789393127445607],[-0.2356951296301468,0.8322648837177063,-0.9254937752426259,0.4906445882836134,-0.9967977023643635,-1.3316957110501593,1.0009577148234858,-1.8624694501614738,-0.2737067826342071,0.6097125403421915,1.0019928956439372,0.18081101293150914,-1.5348951620367972,-0.394155008973109,-0.44106594195280713,-0.12847692281169232,0.22161404725321754,0.6220750896803307,0.4608199431238055,0.9086152534378353,0.7031109909534123,-0.6344359355153805],[-0.1091237953313118,-0.3150512330402103,0.34582735526407415,-0.24835582568110198,0.26054358192778254,1.4679065692352395,-0.16359409405627598,-1.381795381304153,1.3983727682939175,-0.5919648293478235,0.3132272443079366,-0.3860467994516721,-1.150762021924828,-0.33606420584825486,-0.2858485616621954,0.049373570427078545,-0.8053547976351,-0.7978735955306878,-0.678396348353494,0.605948004786504,-1.9537384135499074,-1.3055524785782047],[0.41248343483304273,-1.5711401749339067,1.0305707448727355,0.22317281646161397,-0.36174885131306583,0.012592508832248935,-0.4429300135854054,-0.8621420396274707,0.21798504548300374,-1.3554684303188276,0.23432515646899615,-0.1924120543587862,-1.391715688071818,1.075433550092187,-1.0143725237522059,0.3222570053543825,0.6335523427410612,0.015238280734588175,-0.7165491972161826,-1.6593591727931787,-1.9440222666276519,-0.015678939217302835],[-1.2166244146411405,0.2066390199595361,-1.7108174627249697,-1.6163916945850167,-1.4219500726544683,-1.260787740906124,1.5396639022642702,-0.33954735606123426,0.6325775175924547,0.35745765051493034,0.7026894568149785,0.13666234937581542,-1.1210619820542402,0.7140397927951682,1.2270543254358406,-1.6027298287195955,-1.5730361289384476,-0.6162030494396894,0.09835881152505292,0.9308425440242952,-0.06230648832177518,-1.0095365525403508],[-1.018378089999888,-1.5430303032842174,0.3841987274271864,0.9207900765675788,-2.0150040897252137,0.8088937014262806,-2.347693724600452,0.28903032636254555,0.4829970277700045,-0.45366358225435804,0.9929158924635659,-0.8461146388340033,-1.8724969216751761,0.19368123525623782,-2.144763405871624,1.136154091338399,-0.900714198827499,-1.6731621313618885,-0.34105531594134303,-0.8877830881357046,-0.936373279996579,-1.6048773231660693],[-1.1431269983381045,-1.2262348883568983,-0.26824620227374024,-1.2361071658624594,-2.1494507707039205,-0.41769558061645173,-0.7920759012533605,0.48009356779304574,0.25027221820964124,0.6832119764283223,-2.4024081461084505,-1.0201229793510591,-0.5483617136551833,-0.0867687188831944,0.05785990076529628,-1.5378241062699465,-0.4832984277921219,0.5999379547226596,0.04833963869103198,-2.426465673667256,-1.0266180523505692,-0.22470143937776454],[-0.6691018470170211,1.2595151260124948,0.058325549993448945,-0.09247369213173308,0.3246344757848181,-0.8694998389997021,-0.5627384305079831,0.792567367342693,0.6593892878842074,-1.0783547228244872,1.0281846483881634,-0.966747786115212,0.2488252632331428,1.0114340974844713,-1.620999686111574,-1.5648538063707889,0.8783129104576001,-1.5454928522231042,-0.9713690729551298,-1.2898087832444276,1.3744273624794399,-1.5739553664472647],[-0.7450093505677248,-1.997261990316307,0.32519337251300623,-0.16486686799874894,0.10714217959204904,-0.036232988665687346,0.18537314916938613,0.634634579436687,-1.272750651009289,-0.2058930432469142,0.2618759601070258,0.02328341482545424,0.03274754745880085,0.6711143248447676,0.7801891678494927,-0.6555685442478961,1.3871900416039964,-0.08380679523704779,0.05665224253161154,-1.156739033905052,-0.811615015922995,-1.4803863622786368],[-0.8965165558595289,-0.19313855214126815,-0.34997026946330695,0.37409920060282914,0.22633149530344307,-1.0150839235385019,0.43634584637496,-0.00934994953626972,-2.334217655044501,-0.5887922669381667,1.3873414377007665,-0.026082377852703124,-1.0965774892167144,0.2508873164720757,-1.7052341218782063,0.46410611329477436,-1.6049861142256088,-1.3262215649950067,1.4134219035822644,-2.303614055894181,-0.899243052784753,0.457490286455892],[0.8526195402125042,-0.0460322382413153,0.8116725312118204,-1.2010848342683083,0.5060943720613765,1.0522022603147676,0.6083920892435659,-0.3424108339822892,0.3922043224897541,-0.23614029752712953,-2.450916860985122,-0.3301164964394084,-1.2925524684772938,-0.5945503585667131,-0.3822887505530272,0.06481181933378911,-1.2120387533963157,-0.028646711579876725,-0.7242779127379718,0.15616379193724128,-0.2711637226676446,-1.4353854279066183],[-0.3728412162494796,-0.9793798073393791,-0.8477205257595887,-1.7299749210031268,0.45761358744853403,0.5694007452592647,0.3052760914032454,-2.3964042348224734,-1.5916298703321425,-1.5168497436321593,0.7068487028628067,0.03443653824818209,-0.3089077029533455,-0.7397231253127707,-1.2153817940618543,0.2994352214891843,0.42793279561946374,0.5066127196694092,-0.4122651829478869,-1.1244841431896608,0.07017311766378077,-1.0500350288010223],[0.2864803469876975,0.032474896926754586,-0.14904283633438575,-0.5853295258816852,0.06872637909450618,0.9675269506888543,-0.4616387962086797,0.14319263714477082,-0.8012024764875069,0.04292814738918684,0.031355396312163455,1.17544834200529,-1.8820984902482805,-0.9090293200568074,-0.8868065359442004,-0.5826466416811557,-0.611541104536635,1.1054812626337767,-1.5772562262495564,0.6258969834930153,-0.0529631633928524,-0.28468210041439224],[-0.18314568644728804,-0.2674235725113692,0.36775372282036217,0.2413776677894476,-1.0352018434706987,0.15066678180248017,0.15328534354203974,-1.9038373246490352,-0.4419844018727484,-0.23699980718440503,-0.2413737366378647,0.03419633792435296,0.7832766393864367,-1.6583021213196005,0.39962344413131984,-0.41786176739955416,-2.0921242105736817,0.22149854787921877,-1.0373492816645615,-1.2608020979873817,-2.137649433453892,-0.5010943877028133],[0.32771219906750426,0.2274366017761016,-1.1772065288493274,0.5047994476554923,1.0470285659914642,-1.903306013235077,0.7019050359523533,0.6984163296170397,-0.6441213338979553,0.380393604304963,-1.0584488858633603,-1.2659855642294753,-1.1999509817667584,-0.666718865899562,-0.36445930168626267,-2.0223445099214845,-0.22059972561498284,-1.5868071553706913,-0.6340450034678282,-0.8870286366826813,0.567575152962038,1.2299510011544736],[-0.45944945762961753,0.38796860892397333,0.9982373964624749,-0.8439278715702156,0.5775578857915149,-0.2512204147396249,-0.10918045370396301,-2.162773485421619,-0.5401624650203238,-0.7438206846115908,0.4252329196791032,-0.7632402637673391,0.13843728735570443,-0.4568100381144976,-0.1014227140954685,-0.582087552339657,-1.4283296375922658,-1.0500830488198756,0.13514535041221706,-1.4270876865959887,-1.5998311680258726,-0.2767557526132466],[-0.009143039905839217,0.3642014607924218,-0.46989401163325023,1.0425856014135209,1.0106341855667527,0.9582932804590116,-0.8333874415034733,0.1659010774941394,-0.004539304773373672,0.18674527574553798,-2.605548651467701,-1.4174333238597698,-1.9899046618261336,-0.9986896352692479,0.5019675604859926,-0.8353942103824927,-0.09432204276765088,-0.7478135464317607,-1.7496926391006227,0.2849865844316063,-1.1949237262758439,0.6066151273008724],[-0.6579353775735157,-0.06525420979897194,-0.3165754320921173,-0.648214958942698,0.5673496445359241,-2.0128741728697133,-1.259328303689025,-0.00782501308781462,-0.6096156469465751,-0.7027665771203538,-1.2148339238735266,0.7407063717920658,0.3927823619180896,0.0803314910835261,-0.7469058647877137,0.3840110957770449,-0.3367629216562916,0.231286689040653,0.0973109006963606,-0.009066007610243567,-0.24457887355407487,-1.346991834535075],[-1.4676997839619808,-1.343381384442656,-0.3470749249138061,0.054383532625311655,0.05492397338411362,0.25716013525075215,1.4086946163436083,0.4911937633664962,0.08037828671098927,0.03198869970119644,1.8484497309348424,0.2911113399927051,-1.5702433117965668,-0.7308851765229368,-1.11551278154162,-1.3674857544738366,-1.0607416595820325,0.793671621449598,-1.2262278770200825,0.4306885281386456,-1.5529051747280416,-1.437058193398771],[0.5482407891557233,-0.9727318653955511,-0.8319991014265358,0.19566600530600312,-1.7665044903323492,-0.1371916242189322,-0.22256345961873245,-0.9022837586526683,-0.6701605205827978,0.0015041425611016573,-1.003971103183488,-1.9001474404473124,-1.307939634140954,1.2154486797943473,0.5955606919555807,-1.3138314056391027,-1.4594700622947694,-0.7087998654169418,0.7851610525346308,-0.3699892373721262,-0.10197727527258366,-1.6097683906630733],[0.2014973128079815,0.6190262665682653,-2.059582497758904,-0.7991863667079285,-1.3454148715155867,-0.6052582866806598,0.3457324285972013,-1.7737682629434348,0.13319419519587414,-1.3053077341648933,-1.9663795349293627,0.8034716907919709,0.654390432590817,-1.7916264440226712,-0.07193705732622681,-1.0753952939221192,0.07261263615391578,-0.8201091167013368,-1.699361747303954,-0.26428406338514354,-0.86857901740738,-1.1333117817346503],[0.023908795026182292,-1.643769617602165,-2.7270086440030727,0.16247836717708133,-1.40841768123447,0.24916541649198992,0.4875830138581978,-0.8363312180659023,-0.9803264823865767,0.41078567284903594,-1.4951889483272949,0.14029505722813876,-0.3592324373951521,-0.12969809264728444,-2.041370411373286,-0.7165031196813535,-0.36464900061602884,-1.0049793847434967,-1.4880849463781851,-0.25645195665703974,-0.5351899424699192,-0.19076293388927537],[-1.5438424652579659,0.4537510699897971,-0.6894343981962368,-0.5055422372911613,0.16485821123303926,0.4014140403861811,-0.6184061024044033,-1.250742850967315,-1.3710232553304433,-1.7619355435899646,-1.0438855566157355,-1.6195549902810862,-0.38006595552978345,-0.6025566825858286,-0.9537919139008445,0.6602604634079683,0.09296080645648398,0.22253901920714378,-0.7534195019337993,-1.763063521757111,-0.17420159678426497,-0.5540808399593482],[-1.0350316564797013,-0.45887712413466436,-0.8516976847321279,0.20045248286775622,-2.153052891806255,-1.0033368168196604,-0.9264700119430108,0.24756624164529273,0.9125426846480234,-1.4917819446117484,-1.0627925555613402,1.259513056956432,0.40155981696069504,-1.6170461755526404,-1.457958511691901,-0.7151669765618863,-0.32448402962194867,-0.03064032157672037,-0.9431208177442408,-1.3276797119741148,-0.10664322988468385,0.3837954826322543],[-0.06434895204338888,0.023947344536658213,0.2705794822716868,0.030627146950837857,0.5975631444242588,0.2134369052818696,0.2623353143783885,0.76285786602858,-1.7404315047269443,-0.29242888011394114,-1.2490498044258835,0.8092544493882601,-1.0995395609491716,1.5525360543294318,0.3588622819203484,0.8534413141543035,-1.3141586939308032,-0.9375237499355608,-1.8286788304369035,-1.344243381137509,-0.8227337373970209,0.025757072981625044],[-1.4824188892421115,-0.6425732786394515,-2.5235188620598072,-0.3444120890243586,-0.6988465320002258,-0.6694594349292758,-1.650947612898209,-0.6395317075103136,1.1212232425148,-1.6221488089124896,-0.7618976251432145,0.5087953555752815,-1.0999400452591492,-1.480672361313888,-0.1274393968918003,0.29801927762179575,0.5255669111690859,1.1561689686307606,-1.7266830670810156,-0.2706294894275179,0.662014795144308,0.8187136879570539],[1.130128274150575,0.4050502824913555,0.4142945719358736,-0.8919215223458616,-0.682129694089712,-0.9538320766917504,-0.9068447657053073,0.719581111055009,-2.512735207419514,0.6517726706533165,1.4297369765676629,0.08274418188521528,-1.1367001341289082,-3.051318364932886,0.533391063216507,0.9389007790988985,0.09310360689889768,-0.7567999602866615,0.2017233493840963,-0.6745699674987227,0.06286307025614618,-0.9619465685087],[-0.20886942494222085,-1.5301735009199642,-0.34653033697655977,-1.2839059557558377,-0.02884374594340537,-2.2341404172607686,-0.649890270725337,-1.3779288914006858,-0.9223811045203902,0.39039450372206114,-1.556755647661856,-2.9951183211148433,-0.09012221623444273,-1.5036910721149475,-1.1274327702703941,-0.10156449790999653,-0.8883103095464729,-0.4836005162860605,0.48323248516290096,-0.8695633293287215,0.6919855606747826,-0.8067048644181479],[-1.5291524091251363,0.4498266772782488,-0.05613408487152878,-1.5405166095409955,0.7513493391315388,-0.18874383439042677,-0.027322055941564644,0.40372332658405363,0.9120593431700136,-1.8102102443209418,-1.5423703935728514,-0.9750206064592669,-0.29951709526036857,-2.2372768661840503,0.32827868391408993,0.31262853426993453,-0.7960487129265511,-0.2117881301683981,0.07504444071444223,1.3988403075564682,-0.3709630075316486,-0.5777580734411366],[-1.4089692919673424,-1.5175123427271127,1.1364178199744657,-0.41431043400053613,-0.6518306479071766,-1.3691352944548398,-0.021808412632816614,-0.22597218852948808,0.33547321267159974,0.2034696305171439,-1.6612258589790232,-0.7391743289814315,-1.1617755631040412,-0.6706342207900678,-0.16516915368635807,-0.17755118114868298,-0.648557179014633,-1.0674985111243165,-0.3875483251725599,0.27035499893765647,0.8189557680892429,0.1058877728418198],[-1.0896689943191091,0.2455307925458228,-0.16219071132436846,-0.8015956589468091,-0.052262467340788175,1.1842460837557933,-0.8660566788635454,-0.03147375645537313,-2.3286189499427534,-1.1310813322652755,0.9214409773015895,-0.8192658334835662,-1.2126992310051,-0.0793520438953644,-2.0039650306120893,0.34167576997285976,-0.5522799654344395,-1.432191712519508,-1.4478894289305904,0.45058107585672996,-0.2176356664379785,-0.2297933215150301],[0.32414700674131053,-0.8980289926966875,0.3208034206970636,-1.9409165608655616,-0.2747091104886184,-0.5267333248590194,-1.4130513963074023,-0.8564539430959789,-0.26705125791857376,0.30102207570798334,1.0982969748999376,-0.1674461226607272,-0.9710778475512452,-1.416377598504478,-1.191942557285264,0.26256163049538633,0.3822593979402923,-0.5292531924710216,-1.493741488764167,1.993124416137249,0.13968494381235064,-1.4937204296804105],[0.07507174310642631,-0.2875482582662737,1.4696822425277496,-0.0007500153614778445,-1.139040647463871,-0.8403894719900685,1.1192441405367255,-0.8364140468341215,0.2921282703138222,-1.2507307845626734,-1.0663034250741334,0.656993590961873,-0.25974960618926685,-0.06664028315250922,0.7649777055909152,-0.5005345153807862,0.4519485415261814,0.863035454053124,-1.5720008573909001,-0.5426189283067612,0.6956208664994672,-1.6779074099556066],[-0.6109535122641421,-2.157494596689813,-1.5043590710040486,-1.3865267374000514,0.22885387428747772,-0.9862363783818722,-1.2288031017127155,0.2002335218198182,-1.5449581896814508,-1.5994086500876783,-0.5380168358220583,0.4410819066074213,-1.0590015510993083,-0.7082975993893353,-0.41695958426245966,0.7606121082794066,-1.042819135097227,-2.3859847595924024,0.7958704384441098,0.6608687360273997,-1.6023033805968554,1.0323059232428138],[-0.5741007421673497,-1.5592415044949424,-0.6659261597163495,0.9153371946200586,1.0127836854468797,0.28424420491850144,-0.38027174210701326,0.8249481853378925,-1.1109944669457286,0.058254932899871104,0.15705780938019026,0.8551953714982857,-1.5599918862494757,1.5163747800140248,-0.5311796982721879,-1.7760131080816681,-1.3346337824665073,-0.4068037684354524,0.719668894519687,-0.6522017264875892,0.14192426287462195,-0.2700277183678262],[0.24513393715242066,-1.4343537231028476,-1.539588054215398,-0.40651635638678146,0.10835987320206669,-0.9096864315591766,-1.0280101776112707,0.1311786727212388,1.77318987779672,-0.5062771092912701,0.00885674078105268,0.0878408353298145,-0.034587176647276736,1.072506359801368,0.2049457379742131,-1.9053934057920603,-0.7324133932653252,-0.07004407625872744,-1.4834131896404603,-1.4025929415875806,0.10057719611410075,0.7792532785895425],[0.2293907244701112,1.0365133305937,0.4114331257957903,-0.8792332683277917,-1.0061344054596693,-0.3438541276996244,-1.6750465707491649,-0.15068567142400752,-0.5974504418776233,-1.8587687427536075,-0.9771975821000742,-1.908044102918789,0.5044645187912127,-0.6956360573498077,0.06747749867303131,-1.487435819561954,0.28540585610204683,-0.6412309147047435,0.7642373686024423,-1.0478488049337285,0.10175249971183517,-1.3344793177411187],[-0.42931511992474347,0.03978740417291434,-0.6263762558768168,0.7725681879455025,-0.5803242631876591,-1.7313890670180196,-2.6313932606771044,-0.2248040934302245,-0.4146537387216426,-0.7213689189030749,0.3541020983736303,-0.17863261284398935,-0.48536827688912026,-1.3293620852288481,-1.410914768627785,-1.9372918464160747,0.7886274628962323,0.2114085305247984,-0.17462972364171925,-0.661689748899614,-1.0902815230417753,0.4118310646922677],[-0.1727767543662916,-0.19367694217822776,0.6996883740988463,-1.7069453019300274,-1.9821494114865106,0.31744154200737273,-2.2677773035775157,0.28022132218797785,-0.6791116190382488,-1.880339841163858,0.4086853398193072,-1.386362107810079,-0.6595918861403569,-0.13967116997783008,0.9377530181074535,-2.1167398210371617,-0.30256855169879626,-1.052842744443493,0.7110327455256924,0.44885501589072824,-1.317172896281715,0.6665141494123158],[-0.3886593351277522,-0.5284939512776602,-0.3338108260939468,0.05981967819912478,-1.5730471167617064,-1.4170877894045502,0.3804354402856517,-1.0905135909817718,-1.4612881923951102,-0.7645565011031966,-0.051514345124558145,-1.5943427318687897,0.48022871866890543,-0.198050749960107,-0.7140183771649544,-1.5705131791599054,0.04200771946299013,-1.9066444471903412,-0.3734170603964814,-0.8043781992095508,0.45179589944757875,-0.3969841042791245]]],"Biases":[[[-0.9274834042311596,-0.8172784145426624,0.5890693273412155,-0.3204772493877147,-0.47361567333596094,-0.5414478056404799,0.9957296617064849,0.18300352815519078,0.09726235855651037,-0.16443415599698855,0.6347875193280783,-1.0965457651496224,0.9745966281087116,-0.09604727843997309,0.9807033913041109,0.042155284564725705,0.8440557352227568,0.6638405219301862,0.008943814096104565,0.5360897206846901,-0.7950838469776856,0.7582430295872262,-0.2951876310279499,0.42612267710970714,-0.8572670280625178,-0.1874563256346011,0.5899533822917937,-0.7177742798181315,-0.019870940644362085,-0.46454751518659665,0.6878498798879874,-0.7215135149445641,0.5459090991658697,-0.23559529684848346,-0.637915248493404,-0.03188928892045592,0.8408405531474006,0.9201809924904775,-0.07000094020728677,0.26437719635537027,0.9303286116765379,-0.3586179071192169,-0.011091102874851343,-0.6289761473090187,0.22651137638282243,0.06357919738527118,0.5449531899122145,0.32945493932212544,0.6009862122456243,0.8244778402399457],[0.366559034335914,0.9920628900031946,0.0737070385621537,0.5411870673925532,-1.341711041494688,-0.3722741257573371,0.7995071663028346,1.0724289831381997,0.5461465960582994,0.15712475404926465,0.2104072997656824,-1.3506591693146108,-1.0357143922862644,-0.5820922588231742,-0.14167828451980222,0.17666014205790181,-0.39044981242301224,0.5861094430285683,-0.24346070652302634,-0.6531620617904944,-0.5162220399977266,-0.8403015381257711,-2.9481386238821488,-0.14866913499331313,-0.37858750716400474,-0.35626340293708053,-1.6917381575426242,0.3317303725665699,-1.2681352142025462,-1.2554092282195586,0.33387821212176927,-0.6531477284796507,-0.41485021273941053,-0.03121723897993726,0.06832859158555711,-1.3878099407089695,-1.3154723581855214,0.3711181226868663,0.9566755429730012,-0.6867136539108086,0.6941624985669401,-0.5596272662262126,0.236029146775106,-1.4076339285302941,-1.7814174277775265,0.15607353680073718,0.043364060551065,0.3901526538157363,-0.6551627049304902,-0.19034634723868915],[-1.3386919723840964,-0.35639613985949453,-1.6910216524338182,1.168514813372148,-1.2803347341061933,-0.5163774507080929,0.5752487174747201,0.6457173945541054,-0.18641163309678327,0.149759959915962,1.0155786055130762,-1.476583036911248,-1.0473747484002518,-1.0266017351093517,-0.13817995695459803,-1.24189399208735,0.4407884126961528,1.484175593911104,1.4518093259103753,-0.7599415767096525,-1.5092387250977828,0.012927938531503824,-2.5066435486164633,0.33258959704135593,-0.803769053494717,-0.42956353727731006,-1.7134905138184071,0.8790646103545778,-0.33826885490482034,0.17415206742972913,0.07469198962650118,-0.6934342010267536,0.8914064225234561,-0.6400003544627985,-1.6844487075766024,0.6393120522726453,-0.48572978079179385,-0.8254316267735794,0.7967930374359485,-0.8576135784489561,-0.8520264596648224,0.7995662833918092,1.1314101163945849,0.37984957377676926,-1.8438499193461573,-0.3874202297159369,1.3421636270431665,0.1636569850925439,0.022590592742772947,0.42251086092479867],[-1.1429964839911586,0.6781861299302,-2.0854233015512413,0.8657360027977891,-1.2303561165596408,0.3678667967199807,-0.5877385242984694,0.7049457040645581,-0.8092248353814416,0.019905785340797007,-0.584587765356023,-1.0803864619049917,-0.275326829806249,-0.4172452713398143,-0.027073502148033796,-1.6412279760381432,0.921630388087091,2.0651082981328206,0.2583864691303618,-0.8091422946590445,0.11877854867320227,0.8543802600963684,-2.52666914126271,-0.29600956554258834,-0.9137262403246467,-0.603670539978864,-0.5618297547978308,1.072440806752633,-0.3982015066025059,-0.3831645436710828,1.1732851650726306,0.01428187175445577,-0.6660177019712553,-0.08585910795837905,-1.0595935018280676,-0.5189840112059201,-1.3971599592454151,0.18027141935672325,-0.44238786523284923,0.6688695396978532,-1.2058932804618065,-0.6261505739084439,-0.24962449754978808,0.8379170929721075,-1.2183493761172153,0.48298014671792405,0.23228668364626115,-0.20004927867607106,-0.2861381577308084,0.7655558992485325],[-2.0219566767361203,-0.2918470545323234,0.7042279398656829,0.7612804710840053,-0.6705030527932357,-0.608145684210133,-1.4570227277457606,0.7697032555241757,0.46672672406104976,0.3911899645521455,-0.027810739955787287,-0.029652364215034754,-0.3705521128040681,-0.6209587661716549,0.637817601798198,-1.9373533383998356,0.05069180781108758,-0.7682292165370491,-0.19080116907350286,-0.1494496714954964,0.8514175145086297,-0.21233838979472633,0.2437023142160138,0.7802059808473193,0.6547372906059776,0.5993954097271497,0.3058930297002009,0.8740716969852391,0.8565492256495562,1.325580497497942,-0.047416860069718,0.15169268349680462,0.7983083411391053,0.4629945068136019,0.4371093075014295,-0.5108611048715965,-0.9975875589574903,0.35937143010216227,0.2596468682862302,0.591207081009175,-0.7426237527242217,-0.9059147743401139,0.666916305573043,-1.7646177364606026,-0.004812383297529692,-0.2525891690735073,-0.05420925305225747,-2.349223266977222,-1.2632049707725521,-0.022035468992151544],[0.34098125455708367,-0.5911342285931499,0.061194592904849396,0.7928455522840017,0.2955839791897111,0.6575791891699824,-0.8544211088239408,-0.4141395345512077,-0.15655282557962166,-1.0243971215554701,0.8708808914907084,-0.3136864318494505,0.41588962306719507,-1.136046639958497,0.07529599468178148,-0.8593289432921176,-0.9924371122427126,-0.5486326850278884,0.8916932437835418,-0.4313160056683144,0.7699264635871097,0.5637507984490852,-1.2739286793701767,-0.15927644439946823,0.3022035057718432,-0.8212905353519233,-1.3728437219145704,-2.3108059798331615,0.6329101584569898,0.7596780263549632,0.2687900646655376,0.5218090850005146,0.39333499493967794,0.8177957467524251,-0.7515738402930651,-0.8655952959134968,-0.38902370498719274,0.1472668567920228,0.34774275366802543,0.30010224238696487,-0.4125136285589008,-1.0018774267112645,-0.5254684697084936,0.13137761203213613,0.4825035890551479,-1.9569727086758535,-0.4359777153455454,-2.634257761515002,-1.2688394303802846,0.8674693265590983],[-1.7580855192055251,-0.8509165622077707,0.4273570394957466,-0.518618375589294,-0.45730323718258564,-0.510596263174446,-0.044674799286614976,0.37599019749856744,-0.6550667615260286,-1.9977832875186112,0.4947805797796669,0.2382426073838196,-0.12426282093026354,0.3364242682282271,0.6362098239456476,-0.9501702349043731,-0.5642111443030966,-1.2033377350992867,0.39337837881711213,0.8387198313105529,0.4886360217338758,0.14286409964765395,0.8073257600142819,-0.2919851152449019,-0.3730219421067734,0.8079172322467759,-0.2845922845010038,-0.4570956276255387,-0.03868804845666753,-0.7662095722586482,0.012679661291984544,0.4211606578609469,0.6019543700888828,-1.3108726645748263,0.8846432299031786,-1.3841757690088838,-0.38968562253313255,0.29436039098905514,-0.05673072747207992,0.31230983424930286,0.6556861613543659,-0.4855170572308901,0.20251775674596098,0.7034460934217516,-1.668014241542921,0.3892674865249346,-0.32929846471861696,-1.552080663849195,-2.8879751399338955,0.7449972346436003],[-2.220000798449771,0.6160953995555102,-0.5408520025494254,-0.4410464122799536,-0.09112960568611718,0.01145889752920259,-1.5913053687445244,-0.039954151564913165,0.6573749138849492,0.02235882278257254,0.5529567910758827,0.19818411554996695,0.09913723081153371,0.4434225560622004,0.18478777175254654,-0.5138181060771689,0.48939584623566146,0.532202256423056,-0.9831557148836907,-0.3576179564800137,-0.09514128028712797,0.8377789475493626,-1.2559098114018197,0.29017035527134105,0.163770230673471,0.8962153302755166,0.21381597729967383,-0.3813861497357496,-0.34014748239345305,0.18358573278192467,1.086252966422819,-0.2560695056297382,-0.7255126607442413,-0.38666186525068225,-0.5322023825588825,-1.1373034519067013,0.8701422621014366,0.7460752053617713,-0.419747275354297,0.27313867398587216,-0.5756466926688191,-1.3617479544851463,-0.6735145985506578,-0.7262295168343434,-0.8560603477986687,-0.6477329791539713,-1.6107312225249133,-2.0771901263129244,-0.32578648763909945,0.013472947325148928],[-0.30453645629671144,-1.032769236916228,-1.0936515119658727,0.6575656843772953,-0.29786859634106144,-0.5208768387693709,0.7545561077332835,-0.7223944567233062,1.0096172517108113,1.1727950047807094,0.2868116704098224,0.11492248089298499,-0.4899407335780642,0.7922850695171136,-0.7553296414365462,0.014838536373518832,-0.12237837124025072,0.0022645804930186047,-0.837095328944946,0.0770299100248535,0.011693981440052443,-0.304194813323442,-1.3689463165548326,-0.9930355076381387,0.49683105053270826,-0.5600846737336914,0.9574494920633945,0.8158330445542982,-0.4929379000340788,0.3546383529908806,0.19169737319399682,-0.8542154891338752,0.28041668538080883,-1.0010102260612388,0.5908402452292495,0.45648149845393693,-1.5882209252310744,0.9741893448417432,0.053360899238624075,-0.5881631682366955,-0.3104146564057737,0.2321529752161429,-0.35246049584296507,0.600256852035526,0.06381265022871477,0.01592476978938867,-0.4062941615707264,0.19061162845209081,0.5012289849940033,0.8213784174965376],[-0.34485384669149727,0.5869128869460303,0.4826197557572018,0.3872175650546882,-0.5185364296824202,-0.656458415160793,0.5699660675302507,-0.5519796556510709,0.021818613640872037,-0.04760375670863895,0.5922484011520202,-1.1518076486154007,-0.5111203152745287,-0.06860286468964343,-0.45277491757403515,0.1087716008149061,-0.5459094810800496,-0.6595704774346831,0.20537283801480358,-0.4775684770803525,0.3079357536639046,-1.0489112520770623,-1.7227368286329823,-2.2043542538778627,0.6772498042291872,0.48542359506168314,0.07870837138959223,-0.6445853964172247,0.5132869770549865,-0.029291643169307026,-1.1081727985506364,0.2823371768882336,0.4086348851853451,-1.1221711099746987,-0.09157440183711348,-0.6660973914145878,-4.082993323471136,-0.3669683795828466,-0.8398674560389081,0.5766846796639215,0.8040572283740323,-1.0447194825473378,0.20778290876295408,-0.8861526016839256,0.7797250004278196,0.7674495284038864,-0.15682345434986197,-1.694367239850789,0.7144613690704462,-0.171837357760665],[1.0147654205201608,-1.458161587067463,0.275639614103642,0.9243439189832836,-2.661828634319838,0.4588602114810006,-0.37402814292133457,0.6801940957251617,0.7481051948726587,-0.1656753487539141,0.4936041297897363,-1.0133546056405611,0.014233735502351904,0.7005489287686998,0.23886982479655108,-0.2146970518408177,-0.03897442504849314,0.7762658040816289,0.4236478752927676,-0.5033186687378832,0.6349559883091882,0.42272714578478504,0.373747833432073,-0.3804903159511592,-0.2595882175313109,-0.9781399516409648,-1.0601395367970887,0.5673798831403917,-1.5618253837882616,0.8902642864555188,-1.591680595541601,0.6309403938147644,0.5808323414651022,-1.0196650475302527,1.0746029813129718,-1.1093798579220884,-4.4858235213613185,-1.9612937672904556,-3.1804215420289546,0.27366876467145695,0.049978125703693047,-0.3977931282994174,-0.6041184892876997,-0.3500227037874393,-0.23479723245564674,-0.6503275039816481,0.9408009732172616,0.14259169401021296,0.7349163401206681,0.6974039936084339],[-0.22000320914977897,0.34551808843022663,-0.12573237020750053,0.22498254616762875,0.896340614624154,0.09335001397486305,-0.03223422863964534,-1.4728619475335372,-2.391933813349761,0.21653431178997198,-1.36341496756205,-0.9292549970352635,-0.08208434647777017,1.1959763494696212,-2.235000639428409,0.28633496834760325,0.49839092750029906,-0.35548337520851025,0.8912147657926437,-0.3795207065552319,0.4075658902777282,-0.04754304310650141,-0.1454942346658701,0.37408067074091017,-0.5169926733325954,0.021326611735524872,-0.10970898651091462,0.04887718674698736,-0.35695667562102334,0.29935446167428487,-1.6499424624049848,-3.023374127535298,-0.35254164136541727,0.2595276058714726,0.6591293179331281,-3.453083539866436,0.7048687848255427,0.513038840069617,0.16120214589927448,0.6675215187128585,0.892744208656848,-0.3073291652157551,0.7118693067417855,-0.26061192616610257,0.023893169591791098,-2.889124373216834,0.18491299057591867,-0.07082026633373445,0.7068646930891459,0.2142933501119176],[0.7280016279807665,-0.9358105365030657,0.2972135631551719,-0.9946201286109555,0.4804684238477407,0.5996049524744922,-0.31533203315425296,0.8003904419483755,-1.4787530900881156,-0.5013412017332067,-1.5249335592247648,-0.3505775842963255,0.9424423425636643,0.7003423737413086,-1.9590799495012015,-0.7078442707620293,-0.4015517827473845,0.602261696286946,0.6511549128245989,0.14681148890141665,0.9692738454006973,-1.2252768017863582,-0.12296039831786901,-0.1722865668489036,-0.21661898410066271,0.21130482979045642,-0.600626803360773,0.16434879169860928,-0.28746064990953146,-0.6426301325509262,0.3803456073669605,-0.18685813525219144,-0.9491131134217327,0.03246334412164713,0.21141320382246065,-2.2279958169684573,0.9427959240997982,-0.17077151972568638,0.22251888504886197,0.012518862975451302,-0.7831835071354428,-0.47887570968385307,0.34762636065077446,-0.9993383755118739,0.3597054229867398,-0.30221812441563345,-0.03785938735150614,-0.11461571921292488,-0.40834630408131983,-0.7255561942490281],[1.1898290653270747,0.5034317832210317,-0.5701006319934788,0.1994858632604317,1.4938490123360546,-1.9225683683735635,-0.24622167539783119,-1.1263377840366096,-1.723915775645568,0.3825267827778664,-0.2289973542728157,-1.2676428157450796,1.3191672588981582,-0.14561089352923712,-1.8329251621570604,0.9885382087020461,0.10418630121887375,1.1118817089354893,-0.5219167397655197,-0.6990333002634959,0.4586499081148642,-0.37705782681066385,0.42583907992012787,0.2765044404466518,-1.1081324126958276,-0.12132851462589292,-0.2703640480169653,0.8761718375228364,-0.15184159582358528,-1.3918678097260437,-0.6638954179243957,-0.26314823987379826,-0.5890984309793366,-0.8212761518292939,-0.16556188171969557,-0.4215809670256685,0.9950651436680236,0.035106614296781004,-0.11306572199678445,0.48513866636480935,0.8353277708346709,0.9378468373901878,1.483623404541895,0.2915422351433683,-0.9426821319952182,-1.8733053632889236,0.10113903482330348,0.5533143212082993,0.1357541089397133,0.17288629964776217],[0.5621013731119089,0.19139314610884892,0.8936426144405263,0.7325392556487778,0.2713236365109684,0.04652701430325437,-0.2117005771312533,0.9522028078744608,-0.5541484684230545,-0.25687582010873916,0.84664811334516,-0.745597401095056,0.14906081209191316,-1.3318494365685347,-0.3703660207093217,0.5043824875669535,-0.4699429021379059,-0.5755979272999204,-0.8501420135627337,-0.3030487774057699,-1.0556999752608658,-0.7428516561325904,-0.5652795322225211,0.5447686277267574,-0.006935713044415203,0.3914016486893347,0.9225155658997327,0.22768658049413862,0.2021904371435773,-0.6843509659765232,0.22046073902588403,-0.4220262861938098,-0.6992522891899507,-0.4018263462415394,0.7919661031456543,-1.3830390977507643,0.7648978008389729,0.5116166226042091,-1.299956699963248,-0.6820678308991793,-0.9636263151634658,0.45440954809355205,-1.6575892828022325,-0.7620097580586314,-0.7379836589992622,-0.8155899637298242,-1.5042838991560161,-0.5623900695782287,-0.6056296344383305,-0.12613129941914922],[0.2876480613566486,0.9966141736851185,0.5017479028803814,-0.39754009220070213,-0.9487954919662908,-1.8548685199937003,0.946514412336632,0.09806366591165479,-0.4299527562980627,-0.6436190130246106,1.0004698587618652,0.7829320169216266,0.10892966716657106,-1.5849000076775732,-0.11992789282511776,0.37427989033048087,-0.2339528335431513,-1.568936301753973,0.5479751196587154,-0.6512096899584794,0.02967754951231284,-0.8398775243134884,0.3390762739200941,0.8685445303735039,0.5426386389359583,-0.5700455932676928,-0.1299269573290179,0.5621285116643518,0.46699291860971587,-0.34461979087659983,-1.5224536861910773,1.0955586255279537,-0.7027290568537433,0.06479968759282927,-0.9778966436179715,-1.3723183714272913,-0.6484138724790814,0.1515668605038365,-0.5045729103137582,0.3310688639333873,-0.7330432692641795,-0.548138575357497,-0.18835508087812528,-1.1595200214142976,-0.10325024927131912,-0.6836347572588792,-1.2465165683116617,-0.9916771196146842,-0.9066907569074708,-0.02657909169370585],[0.294359283521638,0.006375724001369989,0.45799031814962743,0.06843190334518154,0.7445470469016046,-0.7315708830085023,0.6737322656187318,-1.5636789910520532,0.5141745260983172,0.6836458490910474,0.8619718366168884,0.0030086893028672852,0.5316825523008343,0.5517922595983508,0.15253523611602954,0.949430595774147,-1.4610989130377219,0.253964909402221,-0.45019298851965767,0.03890192581766092,-0.012356813613388121,0.3551254193375905,0.629595082720931,0.35090052705324165,0.7597823352658702,0.6995192082157997,-2.4121117769168006,0.5282089243339279,-0.6838931958863885,-0.5930679765580932,-1.3809300551778025,0.46753578797133805,-0.17113337754069502,-1.13048019360904,-1.6349924135291998,-0.7006480686063533,0.8203033975696268,0.506723012758265,-1.5587154973607598,-0.2600243788770838,-0.784159748057403,0.40456838577029947,-0.42293706875838494,0.7054920299637596,-0.5509534814382923,-0.8684256692788611,-0.5072174085534521,0.3788712054391576,0.7931069477316967,-0.16067621361256923],[0.5026452340853078,-0.754616691385431,-1.0001459782500768,0.9448256834175943,0.14858811566611282,0.3491634650902028,0.48629488488512973,0.17535997743187465,-0.4090851039397029,-0.8346585543508114,0.20739012391734543,-0.29212355621650143,0.05504191147903253,-0.4086482835311882,-0.407287695604868,-0.3563383961165396,-1.1885257776974552,0.09034827557299019,-0.5477330682043263,-0.21678325533358284,-0.2853606583887116,-0.4370904641373732,-0.5791020483808241,0.7761687696626174,-0.37735580338875685,0.1819097053116992,-1.9087205161933258,-0.2910594736053258,0.10434147964500848,0.024871090333339417,-0.5261822159888734,0.4734807929697069,-0.17736274454570317,-0.8808689327195671,-0.7069101643750697,0.3470943695275777,0.444564211177981,-0.30432791190146125,0.3925694692031509,-1.183125893332053,0.5085988646084593,-0.6616010379079856,-1.2969956286097872,-0.1543049388447153,0.21008412965972842,0.9333556454870238,0.3747222294427515,-0.6314256825518594,1.051391308533669,-0.05439234847658128],[-0.22834605383900985,-0.62117199795924,-0.4668965162251238,0.1851494399507462,-0.7413949131498185,0.07781881478055153,-0.22154903078532684,-1.135571916552187,-0.43941236134653094,-0.05295819089244768,0.6529754907067085,-0.8387372862575679,0.26373728145702935,0.4656102333461361,0.49750777194806306,0.7883703256355096,-0.7856273532448939,0.22819563210149063,-0.8556958340568315,0.5255041940470326,-1.7848585473947367,-0.8302859528425216,0.43051898629856167,-1.0250987622547802,0.7541540989183677,0.6624222169179677,-0.6183000739392033,-0.01959021594393064,0.18263204781180767,-0.325103502054073,-0.280316511271255,-0.24642667550099626,0.1659405250703836,-0.8815949309606462,-0.40926467892803664,-0.8425912196692152,-0.12601308081219456,-0.009462619228510553,-0.45952940119223507,-0.40791091217945424,0.9970258267245012,-0.4139677783041406,-0.6488382808924161,0.9135284122107306,-1.0152728798961597,0.23488461572541675,-0.5640968446242156,0.9674966954612607,0.8319475760440538,0.5819726807487694],[0.6139397283118142,-0.29698483787701613,0.5059788524653795,-0.9642003674461157,-0.4394484149226609,-0.5660308434497648,0.9205413911890306,-1.884637454112774,0.07279503191760818,-1.6788780007733826,0.8347169587523547,1.0379467885835747,-0.4922008692646382,0.8769590109278115,0.9672748603186292,-0.016871550786328897,-0.4267828151343476,0.7683782805050418,0.11790379158653277,-0.1613327733801468,-1.8461003773090008,-0.3485628056716917,0.5339254962103227,0.28283289629605807,-0.6943944940295149,0.9720266585079012,-2.1369192009883333,-1.7339811112070544,0.5711245615313618,-0.5086755203398209,0.09040607910385277,-0.6085672318149837,-0.7205922115914756,-0.13574241858083877,-0.34200861890746775,0.4540653635035616,0.48724237984892366,-0.9117910772741215,-1.9563606112976335,-1.1510422805028286,1.059516663849104,0.12605502378165578,0.04749443867941663,-0.9853542731726219,-0.5171671022918259,-0.6796318196037682,-0.7701055177361454,0.6820049625323207,0.6477605183919716,0.8556592350022091],[0.6606950245270496,0.5327820374899733,-0.4900505235934522,0.41011839021927154,-0.7422553829158668,-0.7523401153743661,0.6671981007044755,-1.2695456196289998,-0.6310578244805378,-1.0189122229115049,0.12054682284365596,-0.67630068002429,-0.3561112004488439,-0.9145707321342192,0.7126854219279274,-0.8035717237442885,-0.409499302243297,0.5217210346296712,0.4377340402223223,0.17565874610872004,-1.6121264769565542,0.47400679876148655,0.7341599898033995,-0.676863733900646,-0.14301617473472758,0.21520579451144756,0.01778670371401233,0.6137557965084983,0.12626998282804233,-0.7261149775299264,0.03134530296271568,-0.7264831825682934,-0.35942130056944754,0.9936534776487302,-0.10398861851958476,-0.8750943846597146,0.17551220179032145,0.752944516960041,0.1773902983920405,0.4515098960592655,-0.7498500221021415,0.1654377924505775,0.525438948839006,0.4969165483361153,-0.23387387255538203,-0.11013270339978275,-0.6725926255177026,-0.8376158105166435,0.8779630640781158,0.38041125811853976],[-0.16901033891942244,-0.594453233944374,0.33195774048047694,-0.4334337807196527,0.6028585208037792,-0.7750811410152175,0.2676644062988782,-1.5991924288085582,-0.4473755878669433,0.7791016139330448,-0.632766873467956,-0.1697150261178707,0.29871390826277305,0.7376641243670078,-0.02760114267087841,-0.18390739664398031,-0.6296389155291164,-0.18144404818043483,-0.4902765450728981,0.33184445971195303,-1.5433422933130132,0.5886911682175616,-1.1785114484529402,0.6315397378968728,-0.39514326148643697,-0.01987883170835672,-0.7536371515740399,0.2947266280586416,-0.3858247255858619,-0.7544153494142574,-0.7637053688371442,-0.033580322934753805,0.04086894895819585,0.1301473755968536,-0.25075476978901995,0.11030999981090589,-0.5364920019938278,-1.1420749338218934,-0.04272132871282096,0.5832341122555126,0.8410277280737947,0.2576007097518498,0.5709035799727,-0.6591235434178584,-1.015179087234014,0.4030496044111679,0.12192331153680692,0.738659668259806,-0.02690745422514721,0.43925129857773443],[0.7585258832453948,0.6449662515934385,-0.5029605999646938,0.2821718870990887,0.6628537148798437,-0.587792937882893,-0.12012611507027544,-0.24733147006514436,-0.38749568076654894,0.4893604316040025,0.15916986819901766,-1.8611753853711743,-0.23193482339689153,-0.6038459878568715,-0.8608941101380455,-0.5723477998733664,-0.8675252823111589,-0.9788807618694403,-0.7524399859150958,0.5736656529301485,0.55427091474167,-0.07831277311750319,0.2574887314676365,-0.9052406479781513,0.6920310837192007,0.7542036553774122,0.5067992642005641,0.17739631185471233,0.04756242760558318,-0.553658946852865,-0.3198965397707137,0.8005789921691263,-0.3577807241124104,-1.527637171617838,-0.2554562813003752,0.331469791680155,-0.9969715526445161,-0.2281960493352038,1.0832754058804304,0.8273067992633328,0.6900039676963782,-0.8427867245943884,-0.04146677460812489,0.612287575017471,-0.10295320117872822,0.08434562623470679,0.2445751170725197,0.5637283202194152,-1.4864322395026117,-0.9703860768591328],[0.8525249044482424,0.5665972003216748,0.18043958750730635,-0.2752686219290119,-0.3515634445016051,-2.7156327493092935,0.6697758535211512,0.7392241469898682,-0.028734793139720927,-0.665785591157203,-1.7437555027657778,-0.02435811740920091,0.6618397206224577,-0.48835716502904913,-1.7730455658156186,-0.8093569410211886,-2.8426553524064766,1.032328098698131,-0.5120833885314771,0.934280635611333,-0.46844605995101,-0.37691531234060693,0.8232680254538657,-0.7357783060627671,-0.031433962883317526,-0.11058525874038735,0.8528046005730442,0.5290343363420759,-0.39066528775095705,0.16013803985230046,-0.18455107726662337,0.20983610931822044,0.7353192556789895,-1.393050575035368,0.31194012848263253,-1.3365918339967404,-0.17719866087531883,-0.6354713277311604,-0.2460796384333731,0.24644381554513986,-0.4352519868260654,0.8245271644854082,0.24615180089433705,0.9498017088458368,0.5981379841044638,-0.35107961474100624,0.3009730852834574,0.7277586445600538,0.529377185895891,-1.4471910826666892],[-0.5284250154305795,-0.967733660339467,0.04296270658595599,-0.9354938005998438,0.9519466902495669,-2.313149083067526,0.21143153958701633,-0.11559821826739851,-0.3688936373829367,-0.6843358731324071,-0.05582855143903916,-1.8167307908547332,-0.21157380447244303,-0.029003659018562562,-1.1411053466483447,-0.5756175647206445,-1.363405393601495,-0.38015269628067666,-0.3250650976025919,-0.6454333326017744,0.7258997668188937,0.835072652194996,0.693235285824188,-1.1315111573809975,-0.30757752390595183,0.7365171108103563,0.426079381216994,0.9297468209629407,-0.1892713600271453,-1.760995017225152,-0.3896347213855614,-1.8149019862865772,0.28691211256637766,-2.4848182183575664,0.5299528400750251,-0.12134063750946499,-0.5873691025081071,1.0167042664882804,-0.09317586170894866,-0.29469771151115204,-0.19184343308928814,-0.45986729609447735,-1.2134726394989388,0.13143825235993908,0.3493185416472151,-0.2832363685230553,-1.091325257983277,-0.1297817255757351,-2.68806586593469,0.06877506364778047],[-0.3308491220502805,-0.5811314613631933,0.862147895166808,0.7130119393665811,0.8940934372748415,0.1160603732039393,-0.48767045707706486,0.1263442282331962,0.011716457883611574,0.7437907097886185,0.8498875786372299,-0.8361838107980857,-0.2721075178915455,-1.051796137639896,0.31593275803661425,0.46722610529186415,0.3224689852006572,0.5363180705414621,-1.7075105259071413,-0.42622015118113393,-0.7937858033774595,0.26513685466556414,0.2921652623213085,0.09263845539833108,0.06525879892639551,0.3293753507684641,0.8236863776227075,0.20096165551118927,-1.0778038699542438,-0.8938073560355144,0.6701941939407118,-0.8796463400222738,-0.01075787830869644,0.4167612219492497,-0.73956290233507,0.09106280340982925,-0.882407862727787,-0.6247745738396258,0.5612038641231933,-0.6867312999084956,0.7383085300246987,0.7208585671287114,-0.5450582512654533,-1.8410654742816797,-1.9443379434183716,-0.9702520919627413,0.8865667911554369,-0.17634753231574493,-0.3220822821218876,-0.33846756983222653],[0.5011277980326181,-0.7076947785643689,-1.0098967242443426,-1.196336571705086,0.9203436943072381,0.6575691800064598,-1.2166848651194624,0.31684417491186284,-0.055586978672681954,0.08699054338233486,0.4895725366961553,-0.05236819817321333,0.30501060965496196,-0.8481741327181356,0.1263900888889746,0.43752350601578643,-1.2315914375497,-0.2576597787378215,-1.485806850791005,0.48046317840142433,-0.8482748014182825,-1.076193112171819,-0.39280363331190704,0.5116038934092134,0.3982147300734595,0.7340380216280497,0.2787527892803081,0.46527731551398294,-0.9164203147962737,0.543415163618269,0.7656526742808429,0.06164126453288881,0.4276902920182745,-0.7321121287188589,-0.6499867531976286,-0.7511933111679535,0.9438163933001931,-1.125792540906951,-0.0142418140957281,0.32957225067911694,0.6753376611038737,-0.6864698354300939,0.0771044957461191,-1.3755178898756066,-1.2061451719195746,0.4003404227253053,0.7998781787294915,0.36485081273103886,-0.5623798299791767,0.5236473620024749],[-0.5415003716203982,-1.1346442670052048,-0.5291508400143938,0.2616807087063148,0.59512827458547,-0.5151793016342854,-2.03716982709086,-0.4649968956982316,-0.1115189078480955,0.4108321521055896,-0.19730423867999736,0.8277961767754715,-1.023870915485229,-0.12472817880131458,-0.46488755776734086,-1.1485571976870048,-0.8168898941748789,-0.7238364853208196,-1.7438724784598116,-0.6190656100862578,0.5738401102728141,0.00153766510999878,-0.24233795943625794,-0.565924644344145,0.9535591397176649,0.5875345079671094,0.7725763739443043,-0.09742060749151824,-0.16774985403383558,-1.0452783964774672,-0.5651088002977972,-1.4436566118531815,-0.8320100300747706,-0.6355097349138314,0.8016244249833137,-0.921208907643318,0.11106087750476211,-0.2231630154200707,0.19928846987046878,-0.5534624611516249,0.620968696166853,-0.76856123263276,0.86793332506064,-0.707344626838835,0.5816979978881927,-1.0173374592786433,0.6756909740344144,-0.7541386189118352,-0.4745252179292742,0.9563818210815512],[0.6029522246504035,-1.1228850786629587,0.7000116395708053,0.24276217563738933,1.471311701140156,0.46342635918106184,0.23132673830656675,-0.7597988285128169,-0.968269414034287,-1.5636527630385546,0.7146453543616929,0.3496363101886228,0.40099530561556646,0.699466492764525,-0.3296489742523221,-0.508713431043883,0.18499296726918094,-1.3471761073345485,-0.10553659072880874,-0.21209121236247197,-0.2852123471649222,0.29413454970326247,0.44627248210426623,-0.889590988118795,0.4787342276932589,0.40565958911535216,1.6420934756369148,-0.909459992472822,0.46671453555293263,-0.02070361968085899,0.056001577283588636,-0.23542183642910278,-0.7704887036819807,-0.2484086256818656,0.772542739624558,1.1532249982176024,-0.44990746148931354,-0.19600795962613993,-0.5281532959951728,0.002531199054459133,-0.6484277068867176,-0.4054498669388238,-1.9760432145214701,1.0066328192776934,-0.4076434628243002,1.0468868080059741,0.39519632712511443,0.34638237151436374,-0.43293614640424066,0.2022286483748311],[0.3546983046703213,-0.3257975976026159,1.1982777073901314,-1.0362103041189,0.5340771389990036,0.5301080359773203,0.4084682711029216,-0.5609779365877211,-0.6811794148075904,-0.04325622035201961,-1.0217734577056925,0.5632132602925918,-0.36353552474054857,-0.7761349458320859,0.6118512962531852,-0.7243119212892941,-0.6498824963338653,-0.9201381422207873,-0.42958242926741974,-0.2555768167018724,-0.5520606142851486,-0.9863355384942691,1.0355744144028631,-0.3766344913195702,1.1013853251859855,0.1446933583893416,0.7074869809125097,0.1411889339712576,0.6566947771021647,0.8682501499667257,-0.17148621726732455,0.14257929162768776,0.3864810591386219,0.4983125705834248,1.106905161297104,0.9529310347024122,0.5330157792608233,0.15181446126266032,-0.22031413262065147,0.3902576068177253,-0.31770268897580645,0.8160259726996345,0.21530067691152197,0.21231581354734533,0.004950347880367951,0.6074901799889723,-0.6929936914624047,0.7443105628580636,0.4342295531043873,0.43665178229806245],[-0.36404911185582034,0.805958409681701,0.11835760581920811,-1.2791356181837785,-0.1622360526019293,0.20131183897633942,0.15598341492662085,-3.1785672072156603,-0.27094534916278845,-0.21111255664861484,0.08489382579307701,-0.7727681782342759,-2.4440300084337396,0.6517531680692739,-0.9257427105162366,-1.0424457530222528,0.9524050999407306,-2.4859077091181767,-2.0401822076459304,0.5842029935082739,-1.7293312694783214,0.6665986350986447,0.6351414595031936,0.17298870793979473,0.05409176322506788,-0.9742543936711494,0.9281061204172648,-1.607845335763669,-1.3897734095605707,-1.6903366021399122,-0.23076460911549515,0.053051757993060555,0.18105970252793796,-0.12407242201813579,0.7078366377791293,0.9988175281691098,-0.4981276598381777,-0.8516858704905284,-0.47255213670138196,-0.11403257092905876,0.6611397633356898,-2.4214412233481886,-2.5547991510929293,0.012418846324797108,0.14907362773500413,0.10527098270207907,0.17468833689318372,0.2303533939463239,0.7279953783483034,-0.4696879780384011],[0.2263604474567942,-0.14726466913743824,0.7670934599713515,-1.4965775334235278,-0.7512443385410006,-0.17427849463993642,-0.09949045923922217,0.9984494878943861,0.8342317872890631,0.763370921604341,-0.38672391986711135,1.4275768657003647,0.9238957750522956,0.6824000064626448,-0.542865227357344,0.8222339540356155,-0.6277592161770184,-1.840972752272893,-0.6726263881470915,-0.6364873793347481,0.04566913703636542,-0.2879810449593807,1.243850747335812,-0.8833512535737301,-0.9214740946369696,0.29571405483770613,0.16993897310850767,-0.14376667194114484,0.765046622676041,-0.4204867606973115,-0.38319190411111004,-0.7221801128805293,-0.08999056924666494,0.4977970044178833,0.6733284809695932,0.14823099345247256,1.3413438942997222,-0.6988743277067692,0.1557345600279396,-0.28542924951665377,1.1060901186601675,-0.0767704832253596,0.20413793903537894,0.4203787816024962,-1.0665116036772893,-1.2910903146855304,-1.5585551431790443,0.04615948684710098,-1.009175750948977,-0.8315035711208005],[0.4398037859544585,0.41062153877669516,0.9962182537066961,-0.8671592373617315,-0.7641684208251737,-0.018424253630428995,-1.0912129877597698,0.8499893478881765,0.7875373445236719,-0.2739142509029285,0.6453621077673986,0.022912724719510755,1.263051468458821,0.40147597664826934,-1.469003986920084,0.8434387123318821,-0.8329970740223037,-0.40918672256602723,0.23702316625842176,-0.48687317116609713,0.4447358555025967,-0.5603023398508725,0.5495550999677785,0.06925628825142874,-2.518611401795827,-1.073158442182896,-0.5529290126301426,0.861118235869826,0.052408169443598114,0.6431680561918056,-0.3389731626525196,-0.9081754689959404,-0.15928504191975898,-1.111142088504072,0.6113409021552046,0.5830399687546811,1.0594453667658044,0.32957005737637063,-0.36919228455628034,0.08528457849856846,1.1403958502919436,0.016170873554576404,-0.5306915006819592,-0.11580307112746223,-1.3391321440013313,-2.153507461071452,0.7766023895485058,-1.9467737317749396,-1.4410337575121948,0.29770227933600063],[-0.643215043173718,-0.8295229850721334,0.062050992795295364,-0.5433041195833942,-1.3383355959564298,0.8287007684014348,0.41364893732504515,-0.14547746267066997,-0.685347017860535,-0.6441428734034247,0.7321634305760775,-0.099929746734129,1.0771979510691856,0.024842695158532057,-1.608074786256982,0.31681361505626227,0.07065144438987389,-1.956032521136022,0.4521885439586263,-0.12001633605949973,1.1834353755100198,0.15230838529601096,0.13616205843630652,-0.8561725085321329,-1.8114111792288459,0.8986333693989256,0.2219080695635903,-0.1415702557384381,-0.7823625184590016,-0.12283853732769826,-0.017321965647626985,0.12973920941538786,0.06120753647270243,0.030806297146867938,0.9545133019277364,-0.21412394961294584,-0.2784950533530013,0.6413310063511348,1.0180390990890014,-0.5751530950496561,1.272200272060172,0.4425431478798491,0.8002951890812653,0.4722406868621664,-0.26886764268482605,-0.39102866157472116,-1.7897704125988998,-0.9677570192272222,-1.1712483424282323,0.11567357102289269],[0.09735059272620325,-1.0984907778852506,-0.09496560223898103,-0.597739483478799,-1.286367435598597,-0.11420068634020007,-0.6844135314026102,-0.5008742041889159,0.5080581967837459,0.1705254694714326,-2.4515722268013938,-0.6045548789468239,0.60405782043003,-1.0609175768359762,0.40138335069013575,-0.3331970455145569,-0.8937598934476393,0.07058341844421463,-1.9009789310723362,-2.2471736621784357,0.40539644949275583,-0.155063385298406,-0.5308124417318317,0.04054037284238863,-0.516930315727619,-2.3079225904993392,0.8749609100723257,0.820950137173173,-0.453217616197929,-0.23970694594101669,0.06565213733659009,0.8306892539948921,-0.2873259056804763,-1.2503016279882546,-1.3792377609928985,0.8503598453124832,-0.0993341813902373,0.9356297120440475,-0.623497652609319,-0.27501770941918513,-0.11387036640349184,0.3994751803429732,-1.3388653667396584,-0.12204700110901076,-0.28074780863280263,-0.8226444604267215,-0.6202010839164437,-0.0017346613240045543,0.4462185683993799,-0.6725822627550742],[-0.09092957241585624,-0.7457752778879991,-0.10744707337979863,-0.9057868236745888,-0.4507221530346247,0.8059172295328618,-0.6829847024025858,0.1830379073300126,0.10982917904089776,-0.2861818357933818,0.4155560165445216,0.4456609445136082,0.9943332006759733,-1.4241372419185605,0.4617177993589181,-0.5062958189160941,0.18505201769185053,-0.47288434831197895,-0.6258122202470315,-1.737832977913224,-0.8289731755270396,0.8366823383664836,-0.5301432333894875,-0.41656547416976675,0.800433577553207,-0.22311960189032776,-0.28907072306529435,-0.3777258602630588,0.7119847599365272,-0.006785767351652931,-0.46908818688801035,-0.7932966279431691,-0.8242296513197982,-0.3972888547772404,-1.130176254948021,-0.6288937250733148,0.37222829999828017,-0.3253794532309109,-0.37413211437234695,0.6594090507533416,0.4372905501662329,0.9650202362748592,0.5790795275939292,0.5753591587390017,-1.1640159839092354,0.4994411750119225,-0.4823597250174704,-0.01073934579985204,0.8893187231298062,0.020946982414198595],[-0.786193356293944,-0.27302429518530563,0.5521742599997204,-0.016894271737379788,-0.9606250854135903,0.30832934991245686,0.48865409559211315,0.5920904231943631,-1.846673351529125,-0.651969688647403,-0.8262928832013963,-0.12216316840543236,0.7184673850492067,-1.1750728035013915,0.2749603600482232,-0.04107904807723901,-1.0979704409552509,-1.6948063892572118,-0.7738954708576089,-2.429840077179902,0.7227064572284477,-1.6650942823191073,0.8997422602944383,0.011843132768280666,-0.3361964654376623,0.9188242785968448,-0.16316334487578935,-0.84914211302632,-0.6059748581256555,-0.27251464915862067,-0.7032630469321756,0.951219933842019,-0.8698190293193995,0.571720889113543,-0.20479643238033982,-0.5017403479213075,-1.004946659213866,0.45669683752475665,0.8847222176896459,0.611094592911321,-0.20856446132458054,0.9023749673790904,0.13541906297557316,0.4461122574034532,-0.7927573835154464,-1.747158217038716,-0.20916172455675663,0.3438287843164666,0.6757526010770395,0.03173098115067362],[0.7332843515239122,-0.17028914901957523,0.09762475990192064,-0.018915164459174707,0.0557762559874648,0.156701787797012,-0.005387845027321685,0.4831458464006632,-1.362085427936066,0.7801096086686482,-1.5814495350462507,-0.14279093675876625,0.8343351291170492,-0.26603914915006716,0.1682576847688895,-0.8468659329245688,-0.6468536742800277,-1.431334602501158,-0.47816552780736277,-0.9436445632445489,-0.8832084142206112,0.45394152899922036,-0.6207984245309817,-0.19281214811733882,-0.19849077413320876,-0.988800449904938,0.07038715621869734,0.0794521229356706,-0.2239577034351294,0.4442600447605264,-0.21926877375131615,-0.13498684308821798,-1.2320833733388428,0.40630751437934487,-1.1075726006601743,-0.2278274485380251,0.651491483856335,-0.7290172446157682,-0.6926437967715647,0.4755821166437998,0.2513135916874853,0.6686640007545734,0.5165512775078245,0.5944529828482709,-0.6209799282604272,-0.09574582546383309,-0.9131334922244795,0.819070615268793,0.900326465364293,0.07889538563058962],[-0.3630091485794529,-0.5635151233353682,-1.2565499317936903,-1.2932203870969257,-0.03837053994660265,0.27689382611795904,-0.4385814935601043,-0.501359193013301,-0.255315491372915,-0.5764107800358381,0.1739324564102815,-0.7715335479396834,-0.31754536276502465,-0.195495032474237,0.9095964276474253,0.8769832957433775,0.5014358007313455,-1.3852148496422878,0.10950598960392899,0.14562137860484273,0.053262113411602814,0.8742400436837253,0.7219707637130742,-0.36338363888124375,-1.5345055118710755,0.6698439261429675,-1.1081717784062248,-0.3909129267500567,-0.9514856061991137,-2.215624725514965,-0.20265727079922743,0.8101067808697776,-1.6285762215960273,0.19808067007710636,-0.6748373333634206,-0.22245807337007423,-0.3512008684450734,-1.610390404136532,0.27932970356394116,-1.1347174276444694,-0.4824375660729147,1.0832350586853534,0.18718809243781837,0.9574347814789488,0.5376903706417211,0.47092945616148685,-1.7747258063216866,0.3140780840046181,-1.0725043203079188,-1.8371643759143108],[0.31783001890243684,0.5657667972212009,-0.7390131662927106,-0.9510491348294957,-0.32598924197146406,0.37102769747095077,-0.9706903942957275,0.5518072757194273,-0.13708928376854618,-0.4442117162410806,-0.5890644422265204,0.5329305052423268,-0.37895413299970154,-0.8848068180958093,-0.005557437054466994,-0.15634241237937962,-0.3293368349172454,-1.2811531561016307,0.46091952515840107,-0.7836370701307764,-0.6108964563938553,-0.05137780435569788,0.8705380700068501,0.26987070925695444,-1.7698148650964405,0.9127664075853886,-0.551630047657894,0.9865519005132386,0.9365111912421396,-1.023832095110635,0.1670596295360377,0.7947616245618128,-0.7602659186523079,0.9898870149213687,0.2652492337202386,0.1315389293621728,-0.1612431656308486,-0.5132540145957365,-0.5575934077905672,0.12135968221431298,0.5504729870574789,0.7105109883082461,-0.23174200417917132,-0.3072149832895343,-0.3637675003089528,0.5325158989238411,-1.401027239586721,-0.5325734447719377,-1.244187349385235,0.3918113567512937],[-0.0991746703291813,-0.6768118410957804,-0.04028764511887578,-1.35177298925387,1.030604724433695,0.44378441410704833,-1.5202816421495216,0.5060350040518495,0.998334833811981,-0.6975003347150371,-0.32373566644564056,-0.7584803220054314,-0.9313802158889126,0.9903549331454277,-0.17691350420727006,-1.484372834772582,-0.7099898129224267,-1.0408658789261476,-0.27841416699857685,-0.47865563630989416,-0.18242864030488343,-0.3225145686351676,0.2020763807603294,1.0118424263729904,-0.2559295523697098,-1.4521914999301933,-0.9489054690015297,0.9311221659416692,0.6219955537296722,-1.3286200315355223,0.6938678611097616,-0.6849476020553386,0.6025114303791718,0.696686636902925,-0.119319544791931,1.0778945089847884,0.3470116941007904,-2.7245432263727887,-0.4189245882153448,0.34217983680823116,0.23966545923049964,0.5937211298072456,-0.30931882000246264,0.07715577611267337,-0.09328377219198969,-0.19721694372424894,0.21286734214787487,0.8167583116083135,0.7955103454356729,-1.120519363679132],[-1.4960565058600004,0.812436115956795,-0.03905310652016947,-1.3152217458149544,0.2776063855834611,-0.7786981086898096,-0.8753422802884013,-0.08298822352219652,0.03618567990136744,0.11028857546752135,0.21043780154135958,-0.8410323501037885,-0.12276343427900377,-0.3087272975818778,-0.4012051756866195,0.7857569069301373,-0.16912615652636284,-0.6758483543896661,0.1670848359800735,0.32332911542661186,-0.058545471724015447,-0.7437241680375253,0.1794378190737231,-1.3820248101444605,0.6465427174870771,-1.6391097030880075,0.5839315874683383,-0.09335051115424066,0.15977351206991347,-0.5437599965329603,-1.0294181093795458,0.650128212715709,0.1687716038102458,0.31220054733137664,0.950018342334767,0.06756796070529193,-0.22505996623021193,0.8923362777289868,-0.8879449790688619,-0.5551303807944219,0.5825853722713683,0.8487609692526125,0.6722948508429916,0.3142950992330826,0.1936538726449653,-0.37165350048703555,0.05212102375776635,0.3173682599907242,0.6811733990321285,-1.1519833761128777],[-0.4078094637840413,0.024816363094075075,0.9533699584065087,-0.48609071294080297,0.7180504246452619,-1.2976764364453222,0.13640880282127946,-1.144424127992801,-0.9135194524525936,-0.21351500940856868,0.9455346664277109,-2.1406203282021394,-0.8848930054692654,0.7315462591949549,0.8138843094017666,-0.25366224596785863,-0.06083387328083959,0.6073269790575991,0.21138791737800147,0.17339692374636936,0.04038514664518551,-1.652423608523039,-0.7191771548096728,0.02204424095493367,0.641716224460668,-0.41467362917810724,-0.4115915407266523,0.7486614348035415,-0.03382717478831777,-1.2380227816488258,-0.5947533625639471,-0.5285690994825476,0.545055380433224,0.3729737344712006,0.23448507939587393,0.07184324542135927,0.7615004473385639,-0.850104819541193,0.18820363612573135,1.0018597656387378,0.11917588026877178,0.9609763075769285,-0.9371199815012063,0.6542703053736226,0.8810615058017232,0.12794126933994066,0.6740879008301641,-0.3696211156948273,-0.15669701389949056,0.8164803411936735],[0.6250443926174375,0.6234232970868357,0.707104821605113,-0.7228503773143374,0.9312610410476754,0.5652956960342869,-0.8241214658924767,0.056818375776083785,0.8229376981522777,0.15233128738023982,-0.25610221621682877,-1.4805510892010072,-1.7437832358190657,-1.109507018324632,0.4152741699555193,0.5126929140979682,0.3523294420563419,0.10800447536531628,-0.15260687211869173,0.8045523033600404,0.4961188584877489,-1.6568473070041814,-0.37209046158962206,-1.5616346353690154,-0.2211730058096782,-0.34886879398497095,-0.06768813111659955,0.5085778092623022,0.792055386756723,-0.6194614935724597,-0.4771901926840029,0.1252542140437072,0.40212238444342935,0.8733490156983228,0.3322130848087631,-0.4821879710297526,0.26060382766104045,-0.5519967842876141,0.9162468256994379,-0.3376581658065093,0.9746664852384667,-1.6614984173894443,-1.500454988340649,-0.025961408001910543,-0.7625292841352819,0.02598408178941869,0.17324867718593123,-0.4109221159979053,1.0019488913831918,0.2564903516755505],[0.6625572481274996,-0.5547667966548826,-1.3072178637876044,-1.0584996935811102,0.17109954402123576,-0.13038789410416476,1.057339728346696,0.4305484862046194,0.9560166727545272,-1.458970723167679,-0.41323097801930464,-0.6218085047860696,0.4111887905107431,0.27718497922172464,0.1421573545227529,0.3717066498530641,-0.33836497473096555,-0.5017720995101875,-0.5860690764159638,-1.3476039498049566,0.8574921992892194,0.7276640350682664,1.1599431095335515,0.9515711070783,0.3640925679718206,-0.7259684407620524,0.2584221054863722,0.6966777737830309,-1.106457179889616,-0.37545581148877855,-0.06827210300047888,-0.11127107141438711,-0.9700370523493521,0.38510137738390576,0.29434768736269235,-0.8138286673298213,1.0307967607541846,0.9075382290619832,-1.2815041836244723,-0.27647292009727703,-1.163921213088775,-0.20622831327074276,0.8234189076154439,0.07930403420921159,-1.0593973865301574,-0.1519126008516096,-0.07006949255662645,-0.7764755149815961,0.012925541277970715,0.3788553755070828],[-0.35711276064614017,0.10825923967962298,0.08345676556921235,-0.11575896255936417,0.3620679960822402,0.1757920949992432,0.7926727981934772,0.5081891088551124,0.019172285480390565,-0.016279268265426965,-0.4588874797295878,0.19365318080529148,-1.1044481238170742,-0.9460964966249676,-0.07815318701497563,0.09769308033373156,-0.05865750681527697,-0.9260853881742217,-0.6367114387192705,-0.7618284942800935,0.3029861777159206,0.4566618411774479,0.870493780554967,-2.1763124019216087,0.32701379517833007,-0.18076243401981193,0.07501815951423968,0.741600936203653,-1.527870508940896,0.08967505235085135,0.7789910130830994,-0.16797627252728042,-0.5650166921662158,-0.8529926207009627,-0.9414526549013532,0.040831686465718046,0.17126528178247824,0.7597305133324559,0.07641893800841064,1.0531343505069135,0.6925266191181445,0.8895767302927814,-0.28008499073929394,-0.006217124607978763,-0.42871996727111406,0.16636445387122528,-0.7597121232505579,-0.28909223347041346,-0.33241851092575037,-0.11558583090509282],[0.3859104403216778,-0.10013280657410295,-0.4766202327668782,0.5555134544749459,-1.156797661534836,-1.174784584192984,0.07461842440325868,0.03865574939054173,-1.2758483473059867,-1.6883909719610237,0.14748042454134924,0.43034783130055965,-2.2982598724058523,-0.003438637387587836,-0.41199030765172123,-0.9970007121920648,0.9225618977725714,0.11673797969328319,-0.095176793309063,0.07057934313166245,-0.5809163957588468,0.325326509348493,0.45772925627109357,-0.006685442127711262,0.25529496305195165,-0.8222042057486771,-0.7885061897848458,-0.5175025873051738,0.203000401341873,-0.612881958888363,-0.6907826175780469,0.7387955859112935,0.3516754435638798,-0.25392862683761225,0.06833648863521687,0.5152738452010114,0.5701678050665503,0.9505135072930181,0.5786785305370551,0.7795766831485426,-0.36503319999653594,0.5983043352915342,0.17840253751780755,-1.1892730242470453,0.19298654016404143,0.2913926640967534,-0.062135285466931305,-0.6356549172879009,0.6775038681888947,0.6535029560445552],[0.5142573561059225,-0.9530204049329629,0.36308318871976175,-0.05041461929379222,-0.4174384012678851,-0.33400586505255797,0.46757036934982416,-0.21667772541025904,0.23686157491152754,0.28168786461335665,1.0719307950397663,-0.29112470173946997,-1.6008655631828077,0.13127965420783833,0.14511179609199357,-0.15800109022987754,0.7736422682214049,0.16046913298430196,0.8367599755657449,-0.19580742188947386,0.29524484460345496,0.3280294700324161,-0.40449909759753916,-0.8064509105653803,0.8945227026599509,-0.6366576556060773,-0.005573169160023289,0.7874186121169082,-1.2881895201094293,0.5395320576257672,0.04620455311195312,0.8351361643225216,0.9454744862481059,-0.7197497816158689,-0.49571344828060715,-0.5081071655648287,-0.2527810328539963,-0.3084196869582541,0.06687014356110126,0.33212102044537717,-0.520558484169612,0.41494815542093577,0.509988459724362,-0.3382548681117372,0.39662856835642135,-0.17084397340888147,0.3349738363056368,-0.01485857027122561,0.7325607204661853,-0.6857649818002387],[-0.4421666581421777,-0.1321437364036747,0.7169463533516831,0.3057662206882957,0.36029586799907154,0.7375457401444692,-0.7459725349307672,0.5757281774021547,0.855800378402931,-0.10160463808720951,-0.0349710027144371,1.038910591382121,-0.1874866120911447,-0.5454714709402545,1.1644341654381862,0.03309980777211921,0.8452035447962196,-1.2171020601774387,0.7608244415881525,0.3659337637576034,0.47987709807061457,0.9277003484799483,-1.1300065861082824,-0.0164535737011504,0.8120384782516151,-0.5255403353792167,-1.2271288285216024,0.6221889602123991,0.4713830546343429,0.9429474084779238,-0.48494267541233216,-0.6955083098856468,0.07026985896874001,-0.42649424203111963,-1.6768195493700992,-1.659232625061231,0.07946922541557869,0.7981514348560649,0.3610521885963662,-0.7317401053208364,-0.7013534449379207,-1.2042054116263836,-0.13045814725247618,0.863859464601765,-0.18109679808516665,-1.3806068909539355,-0.5700872626725737,0.5513517663329638,0.04184950667581954,-0.8877832207491834],[-0.6488210344446008,-0.9034156129997205,-0.0873767260557628,-0.9923719357439503,-0.8300761604360387,0.1690155958224745,-0.0746665774959807,0.8721643202768509,0.6338982498266268,-1.3469650396499702,0.48930842078466813,1.1080951435017852,0.8889857749280258,-0.2415392346926863,1.5114156874255722,-0.3378359637389819,-0.13461926680014535,-1.4496087820891006,0.7818781062090164,0.22420002325013455,0.6467869264412454,0.2639012275053876,0.12876617670287238,-1.1073386408046113,0.07100254020150953,0.8963663334379356,-0.2924912029661892,0.32115824744500016,-0.4616424307497122,1.6239882650535127,-0.7685240316481682,-0.1446250862823073,0.13628356200695804,0.7549725907093183,-1.0385527771218568,-1.37086683756718,-0.17784482550142122,-0.06622621470481359,0.8046144859351806,-0.5467826607838888,-0.8048454848918074,-0.7251124209564497,-1.6375263166735434,0.5213052993857659,0.7865021517346308,-1.7587644912677185,0.7956689064141502,-0.2495933855130908,1.066014128967016,-0.06924658901908586],[-0.11339677921473579,0.795888816019648,0.5260471383532902,-0.14399387099067978,-0.6129147741027695,-0.26764570192339193,-0.5198785476310918,0.949871673440986,0.18302012361504852,-0.4986013627075221,-0.741934992579243,1.3934275611032665,-0.3940673237045138,-0.1544112855159662,0.9088113957474001,0.923736003335033,-0.36058514486559085,0.43705113309982735,-0.31518157310446215,0.16555182034675225,-0.179898306508942,-0.3333063066520896,-0.30647728742271046,-1.00861498818697,0.6493173185827054,-0.5687538937564623,-1.291760578502763,-0.012093206040189333,0.20253146217520662,0.6903364821264533,1.0448815026269207,-0.6326099801763049,0.4132060806590065,-0.3759165361412131,-0.7446063743814362,0.2641197973435861,0.4702049655295882,0.3559078831814111,-0.28144634038953226,-0.06841063173344042,-0.11664855479557511,-1.2020735532806812,-1.4834000906557863,0.891981448741997,0.6598271730968054,0.1560978483412027,-0.13382470467442428,0.6452107277367212,0.4061634381587001,-0.3852374404207924],[0.7017579557308448,0.49197139312123406,-0.35056461336555217,0.9166537050769821,-2.0928041173461684,-2.1576236724226163,-0.4609396837652228,-1.3878975113912455,-0.5210535343044934,0.6794390917084846,-0.39469417877014545,1.2128859016402664,-0.15919605881640983,-0.5513220582034941,-1.2182813187218244,0.4527922352741013,0.1303390038317431,0.3417230411751304,-0.45272040491858206,0.7467573842766487,-1.1926656944555882,-2.2997459511764435,0.16024517184728787,-0.622534227503785,0.9327563730906676,0.808641873247139,0.622530871218422,0.5016502449427699,0.388147871501606,0.3612561327535004,-0.7873711447267919,-0.8242980985853601,-0.7753677507011505,0.7324225108358381,0.1619136045588814,0.9750804644145465,-0.9895005296289878,0.7318856399522836,-0.8122591151207538,-0.23453583883978849,-0.3620681178260031,-2.0608993557349775,-0.6335574448599951,0.07674401401689741,-0.020372012927793604,-0.4087760180800182,0.24688847480928827,0.41900654486187516,-1.788589696334707,0.44693011246973313],[0.011559220255025695,-1.0266413834082184,1.0220155317534798,0.23414613682074778,-2.0405252500108797,0.21897438801800526,-0.4777222116751309,-0.9163827135609927,0.9564555494555114,0.2409751464548199,-0.3473858308611021,0.7866276111939823,-0.1539163414489975,0.2573002949682257,-0.8419981974467875,0.015205603835608896,-0.43818211735105494,-0.11173800953626874,0.18955943700335887,0.31868542094761065,-1.1412695745653842,-1.3535270511219275,0.8465220999070774,-0.5631483219216027,0.16810095181160514,-1.0895980720537393,0.41708035722660386,0.8230711686939975,0.3713516312035826,-0.19695563083211293,-0.2669618374425002,-0.4831741896625151,-0.5299260704871028,-0.055483558656273683,-0.4018820758142646,0.4205354230592374,-0.5304728928323403,-0.16662300452035722,-0.7662895449391208,0.7532000561748069,-0.3012255623951664,-2.1272832354571185,-0.08136508456696237,-0.5049383171331335,0.7368952190973533,0.9051010396320945,-0.9760035397547507,0.8275024212413233,-1.2885761399710005,0.4265157474690225],[-0.2298493519449958,0.11343045245577245,-1.1512971473122962,-0.31868138647447347,1.521128264398149,1.5762583302220812,-0.8139357267160642,0.45241380891765903,-1.4149186670362939,0.6295772601387951,-0.23620954971538097,-1.9606002282169952,0.7998258055406094,-0.5260830486011695,-0.44800047269048043,-0.48139659308108446,1.0007940651909564,-1.0088129308121063,-0.7144144177520813,-0.9693171868201964,1.2442647062307892,-0.04159691111105187,1.030715233855861,0.9351202501068236,-0.8220561234604474,-0.03959100090677824,-0.26513634465114255,-1.2295338570332985,-0.016838157821655018,0.3854243421189429,0.31015735643764664,0.49890272665997043,0.7126579132055547,-0.4984263099267434,-0.40358841912034676,-0.9647677578642196,-0.0014084845358883409,0.9434237988880046,-0.14081980334588676,-0.24888436989195523,0.36864245164514986,1.1697577008562339,-0.825049523712707,-0.5003309968082301,0.8317794728243773,-0.11098001200771927,0.29927944663495,-0.1815320210898184,1.4794986141074322,-0.8348781696784078],[-0.08273576750298076,-0.04012712556340948,-1.3789406780838456,0.7587826400732121,1.0811449438800538,0.12840548686771971,-0.3044810106066684,-0.897514044812593,0.0967433572887758,-0.3086579556346701,-0.14252910153143875,-0.8358332321631288,-0.1483517161489398,0.802311947728272,-0.5564665671994203,0.9930486435325833,-0.07416525973751435,-1.2654999247223733,-0.165561761464848,-0.6166830128286416,0.4406010676598287,0.014980523543367198,-0.10919966025642747,0.7658963878501335,0.5382079626482703,0.8638763851731136,0.2559990555152837,-0.0737435598065789,0.8120270705240389,0.22419626082713026,-0.37179352150156864,0.056978238579252063,0.7256781498998679,-0.9721843503033202,-0.14330205889006764,-0.37789906367879855,-0.20888521676243524,-0.8618339917784315,-0.18787054440976725,-0.9538836776222562,0.5333113442632911,-0.44664563120088396,-1.572409345508586,0.4729883350810103,0.34306394151247416,-0.36759995195371276,-0.6335783749778626,-1.3829211120372529,0.9454090572626299,0.6031087199060005],[-0.017081881903913777,-0.7176534351196361,-0.9119611986436661,-0.8758242528620215,0.8020789881852899,-0.9405398562432166,0.49706857326697307,0.48762431728035205,0.16687969690875135,0.8033151654913341,0.2779513570136795,0.00879897124932445,-0.792973403355543,-0.6609340743943267,0.4813833058141293,-0.660298578549451,-0.08937691308281469,0.7362392334207553,-0.007991234475747042,0.14241815016684095,-0.01482757559990879,0.555311934647122,-0.6751805813820312,-0.5136475176235568,-0.6983753446879832,-0.7578754575894734,-0.32853879243603423,-1.8886504932691117,0.22645452346790745,0.0814319391107833,0.8175687427160653,0.7473785858964892,0.8262152012149883,0.016071990248759646,0.38119631997803544,-0.5869844290480896,0.0900994007703686,-1.1589018438444918,-0.040628243364679587,0.6964237861606524,0.4707301844348477,0.6404376891796296,0.48765457995511013,0.8833656091335564,0.023890496498900463,-0.06495044791120018,-0.19894794122429718,0.1795022248547938,-0.4060122970146929,-1.1236585468817357],[0.9629163622728404,0.18250114577855753,0.37642287025009863,0.052933770265443617,-0.09833431283148356,0.38067486340218615,-1.5671577714543021,-0.02260709059539853,0.8361957469961548,-1.0849094851311667,0.8481652494771691,0.41918009004801315,0.6396640544162128,-0.479578875552904,0.26972358331218177,-0.3243786563061313,-0.6079136009227418,-1.1032399481082236,0.8420041268035099,0.8785933320203568,-0.49612044343943684,0.41041347649024973,0.5272557819033502,0.9224833745455152,-1.2495831370507182,-0.18122609581061339,0.9708524405249017,-1.114231836987672,0.8497178537285547,-0.7558768569899322,-0.8692479196085033,0.868048189136184,-0.6766589370763579,0.8622348144761478,0.5417762431458515,-0.8210678626533675,-0.8313833366673082,-1.1781926451069973,-0.7643211421020547,-1.3550571847355493,-0.5150666689738063,0.9686147072855025,0.548068645002005,-0.21052028981043464,-1.0369711729447135,-0.3699199570981663,0.6162601375916464,-0.04924356213260635,-0.1530929472836057,-0.17588170557246333],[0.6521472858591623,0.3901488238177205,0.2799616642406624,-0.4628385241736707,-1.5220618969339899,-0.586847223038737,0.09319904582971301,0.7147437119586776,-0.037740501348921554,0.4573185314271636,-0.5325520073372024,0.603708009171861,0.7753011824835648,-0.5186908860403029,0.9180283267260364,0.7234369663167254,0.23330258598145795,0.3260073666928871,0.48457366322400275,-1.58338093526443,-0.8411932198980391,0.29611075222008354,-0.8011368150648955,0.7590835276246942,-0.7556432194442292,-0.9986451518115648,0.44597280449938154,0.345518684260693,-0.14011066643607753,-0.8170100267967306,-0.5487710177380072,-0.3621418195634317,-0.448063374143647,0.899220750098688,-0.45977080896559974,0.23886232613013816,-2.24259081254511,-0.009531027654423667,0.5762332842673912,0.050342726343451376,-1.160020573789454,-0.8409839530776925,0.9697984435858,0.47810750697904064,-1.4243684330569955,0.2631834216510278,0.7307367023570281,-0.6131019449987255,0.884472383456132,-1.3032487860625435],[-0.7333821111673242,0.07822153816371046,0.6960751098252068,0.003749761014515742,-0.2581847601886531,0.12585582445388477,0.6198185837741136,0.995254973318679,-0.5002066457642836,-0.012727400648143346,0.9301453841310615,0.6436456702241121,-0.8745236164674269,0.9600117948667517,0.10739243956998261,-0.09581503871261154,-0.038267673032615544,-0.332564704761508,0.05923291206150198,-2.2285877094229307,0.12075312111901987,-0.5439654135824527,0.321099919009207,-0.267957114864336,-1.122630370797692,0.7119633626852212,0.939495651669374,-0.8473618201124171,0.18224127847842522,-0.9050969153956715,0.41427768525636227,0.3574155786990573,-0.7907516851991835,0.5984910397185993,-1.2888096760050376,0.6333751992025166,-1.3018623688590953,0.15067397217736173,-0.6686814688056631,0.24962210967404758,-0.5432169767866937,0.5104221961936566,0.9527448480925886,0.20478301306556765,-1.4773458473369177,0.5803250465328793,0.6787715166541792,0.7895923902640851,-0.6770423827517346,0.7447887856856223],[-0.5761519487948235,-1.350007372643775,-0.4576546298489354,-0.8112420435228308,0.5607764850041143,0.3749241524015037,-0.9033956176111815,-0.6837704053203482,-0.7954396439771989,-0.6950157862683708,-0.13679986444030254,-0.13419933952536603,0.9138783602556118,-0.20377076079889667,-0.7225388907702437,0.9001254756705425,0.7660420240367768,0.8276726541623152,0.45869097828790567,-0.5670049829210086,-0.044952364928809246,-0.32545962228313474,0.10023977690993982,-0.43094189805942684,-0.991731092299313,-0.8122438493456176,-0.4018476768522815,0.21423591465419461,0.9450877784299205,0.6192433479517121,-0.1508114384120173,-0.09961349178304535,0.35512949738484173,0.9703035490530864,-0.6424393081991817,0.26688213504263386,-0.5329055122831406,0.7270070970948331,0.8382992085460345,-0.17251778973965856,-1.696822941976068,0.7496999054615006,0.24378609864010958,-1.182502604973681,0.11952808503876106,0.8300766144949565,0.02502704818586828,-0.6727316591826129,0.20529557841000956,-0.427153419846159],[-1.2062847237818357,-0.19563874538943687,-1.1048520592703646,0.8142244101981949,-1.5785424584151313,0.19010701478768832,-0.8815838864567999,-0.701271466704926,0.46236473782177967,-0.6376558314836274,0.7129779110418993,-0.990790327181703,-0.7164130830789176,0.7359341917093348,0.5409197306123282,0.9525997181171345,-0.4978341364020717,-0.5383921942879324,-1.4689554343490607,-0.5975607824152067,-0.4137614919846896,0.3050900523502659,-1.0071068048429446,-0.2693551524088595,-0.5351172455243367,-0.6112033728738697,0.42760730548723397,0.0954812643125272,0.8491726755997159,-0.4841661030370936,-0.3810083682499513,0.33298253637112674,-1.0773709051698004,0.9277557150832779,-0.3047696613697742,0.8864690342267467,-1.5689307740942313,-0.2178492723592205,-0.01602584965542739,0.9524833741011747,-0.7976100070121102,0.9084840507068653,0.7178692178457834,0.5402688634194264,0.010080571253031747,0.7123728942285908,-0.11631252694890613,0.5618142175487446,-0.3808655123602012,-0.6479714148031082],[-0.5990330654841516,0.30941825904476467,0.36175036107086517,0.8176046732617306,0.4047296121636923,-0.3063032852237644,-0.13237156985773463,-0.859468379817559,-0.8651598813662533,0.8313787325759378,-0.33867807068802097,0.22403735890050577,-0.04766695723007997,-0.7047247703532068,-0.2980023527312358,-0.1223840280139405,0.9359867075655528,-1.6717330813775242,-0.5685488169964973,-1.2806192993518877,-0.9325741115161681,0.6584878036100021,-1.1826807716732972,-0.0757118355431586,0.3343163453716762,0.5919852630350562,0.9883535450523294,-0.682670243099604,-1.512951876083455,0.8023857719497415,0.5345957578870679,-0.7830073587871401,-0.75834989063804,-0.2631829983429325,0.302697968732934,-0.6287210607069356,-0.5256179820761938,-1.0913451634747608,0.6852682917554465,0.724974234101388,0.4877479118368917,-0.332447910936244,-0.6784273802297178,-0.07251789615133582,-1.1513125372850053,0.5842986160321034,-0.241278798293429,-0.22985663842810253,0.5222981139467869,-0.33505338469986834],[-0.510200707302249,0.46483428079214356,-1.5149290859174627,0.5344904028300969,-0.415355429761418,-2.0814515692368425,-1.151453660975958,-0.8258407714508219,0.8313076870168244,0.9697668760832958,0.19295568138628558,-0.3578597701413299,-0.4661329556307966,-0.5206938060940451,0.5822379567571009,-1.9171290380740158,0.6612417530506562,-2.5802514566342447,-0.10037714287709222,-2.0911536180380015,-0.9390151312905287,-1.5105478947692048,-0.9009488694659082,-0.5333177696612872,-0.05553742816145316,0.9088282117941573,0.7403063264792337,-0.07939540766010263,-0.052531995244351204,-0.02064528841418656,0.9427350306620269,-2.049969314998394,0.5236733987384352,-0.9568695194372894,-0.22593678147587354,-0.016772117079882784,0.8956859120724914,0.8117075082168037,1.0368672294823718,-0.10527618368693564,-2.9220206713894794,-0.29365899758713626,0.7619842956059587,0.5063374194086385,-0.3207484658251503,0.14564071141230037,0.05929559481092983,-0.5200298794834636,-0.41695527750697187,-1.0267587077216909],[0.7021302988637981,-0.6441311895015482,0.7601191409775552,-0.20045375210899827,-0.4994008047328572,-1.323973072563963,-0.3749823715977832,-1.0288876024132179,-1.169898035785369,-0.3101100868981861,-0.3885186754044187,-0.28499692719409503,0.525733527592495,-0.1520759718242527,-0.9507010883615918,-1.712623744809582,0.5805745835254295,-1.2342159591628352,0.001237325561147427,-1.1389804333404006,-0.3240794930868306,0.6097673597016207,0.5271027139887459,1.2289035520560505,-1.7300977337199022,-0.6757592835052898,-1.2704907884473442,-0.6140784436968955,0.8161483550941211,0.4437212828646082,-0.758863200119344,0.5493329405146117,0.0805447565065801,0.5796870011762592,-0.23655643473601115,0.39498919757604206,-0.34546657736194064,0.37906111447137164,0.18433353355911036,-0.37749197450089766,-1.1472136661926726,-0.7385676561948373,-0.6697770166712291,-0.8413353655507271,-0.5575629549056456,0.229430440339602,0.24894033719469988,0.1951270920323943,-0.9229556718569083,-1.7104748866158332],[1.1595508892593767,-0.701380983394006,-0.05993377165239014,-0.12440155865794336,-0.6214322159363382,-0.01910544956243836,0.08680682881832083,0.6810755843900197,-0.10902210518012785,-0.05839598932185297,-0.7018468831066202,-0.4278689004172051,-0.4449839152016996,0.35013501520192636,0.5684816928462723,0.6967045480497346,-0.3041175218396637,-1.6702254364660225,-0.03758719366529532,-0.780703487223751,-0.18063725414121284,0.6049725750891101,-0.1302864925566445,0.7556613165594886,-0.8592531615416386,-0.9487818464701137,0.22373367063499794,-0.49010483796263243,0.9664220130521897,-0.6453854280014601,-0.7154042671367834,-0.5868643556845246,-0.4536675482413081,-0.7179354970853243,-0.703905017525978,0.17765443040878387,0.11668895627932618,-0.07356862727441096,-0.5303774094842816,0.6447978250234576,-0.9764590671510798,-0.7854899344954716,-0.10696340755334433,-1.004499865828434,0.6024123078286798,-0.6110289323099446,-0.8995545311351426,-0.14351870923886162,-0.5654953666903377,0.2660923083292407],[-2.9245428357692145,0.7216215046124536,-1.1438774240173402,-2.683710594585706,-0.47109889663839105,0.6637931914377303,0.1549091326337804,0.6845412779255531,-0.3872542988494215,0.8551412784913534,-0.588502159954559,0.4649225612632596,-1.09990335356255,0.04199591795992767,-1.779738498725194,0.18174213996525193,0.6213992339547753,1.2010313297353132,1.0140941872856544,-1.7530357555076996,-0.35549517363916183,0.9716866843927398,-0.1506143234124424,-1.5540778000080717,0.6177405835505668,-2.016036338929548,-0.6929397346106422,0.8211672728864301,0.1933098047698212,-2.2060513511987567,-0.7962823236040754,-0.43317861075789316,0.2851743366462912,-0.5336604746863921,-1.7651558824798737,0.34134159161028466,0.35958197043999474,-0.21530715120565067,-0.04371234724760256,-0.9085149389720566,0.053042980226689906,0.10928141898123253,0.3825713422633104,0.4803586460339304,-0.7294965751807966,-0.9621848436504264,1.0057413350221265,0.7943324070046842,0.9260141924167317,0.9244230573125639]],[[-0.806540835738939,0.4307204614001525,-0.848084239520119,0.11362741119573586,0.5464310823203201,-0.39526481666972585,0.3192557849319364,0.07471874383027403,0.7591669534259674,-0.9131316004954458,0.21965714328308897,-0.22747210522364145,-0.9172586955963721,-0.6189378690992714,0.4855527036391071,0.8593550901169316,0.6811788962458407,-0.03957597962621443,0.04063203869758192,0.3858117494366786,-0.04556070129117237,-0.11416667059893967],[-0.41673958321541815,-0.8190382556273641,0.09978431185988318,-0.05974043443801269,-0.9913555606481982,-0.7876480545228932,-0.06989792405399091,0.34688223737181145,0.40294848934439437,-0.37575603978783345,0.505554938403335,0.06076493510734461,1.2693558230081634,0.09563066214938162,0.7184447503136926,-0.8770121774598624,0.7410997089447543,0.512862581378051,0.3676348331936262,-0.3549861199910455,0.6181319276398494,0.5916894963609963],[-0.455619024992843,0.8444337130999274,0.2985692179664025,-0.8958963832088396,-0.2052897114656347,0.4520804767443689,-0.035588912687728555,-0.10851839478308554,0.31004993728148805,0.76439076327853,0.09451583226741354,0.15242266018360262,0.7708730716718317,-0.6117717573156304,-0.6908868930334425,-0.24748666822153081,-0.4393085909897435,0.5948016707236107,-0.8700608695982593,-0.816139031976292,-0.09222811076129836,-0.7871644793428509],[-0.5603253069818084,0.6082164061600528,0.6556438993766287,0.05735028480493042,-0.9372906719368946,-0.7790348238764703,-1.1018932369329921,0.3023152765092088,-0.2815536516516959,0.05797631304515532,0.5783602052692763,-0.5073462563308193,2.2701625113749517,-0.349688722580128,0.2423205023185705,-0.3441292551066717,0.6929753056295849,0.4781694192430242,-0.7751797902266686,-0.33337487494552925,-0.9041967354547035,0.3849364943286665],[0.8686769566136494,-0.6329932309897821,-0.019711326577617747,0.7054937618074391,0.5049583935998107,0.1984854121159713,1.8629173862914468,0.7955175720181369,-0.27681282339526275,-0.9918167832602739,-0.3642050361222047,-1.3717215632561883,-0.056566144581277025,-0.2108080167953337,-0.7544129403046628,0.7186659458994079,-0.9701386958846396,0.18524464326212325,0.011901156687744175,0.5811034766644161,-0.05628647885191036,-0.44833579475664515],[-0.7153977076654355,0.8004407414563373,-0.09954894114847936,0.14221488478387964,0.5719669142059963,0.23782452944262678,0.9851471802175754,-0.750690718715485,-1.0269692037557405,0.42180094372012955,0.6399279318120563,0.11173028131805283,0.19042827163277137,0.054852496720645724,-0.2537747867008958,0.1291787178526498,-0.0912143978708733,-1.042273269297292,0.8591496304715249,-0.16486371001326836,-0.46415459604577824,0.385604720504906],[-0.21348760557312987,-0.3969285090075328,0.7050667753606809,-0.7043706385745465,0.05356592184294654,0.11043921821639033,2.895590318483276,-0.024854305375977964,0.5567914951383595,0.49623834699174146,0.8294536710026361,0.8161256618964736,-0.8505366335838086,0.695936007630363,-0.483949854029553,0.33596712682762686,0.46229726205357063,-0.08381439183389779,0.8604596101116807,-0.034743760400797734,0.04314314115189012,-0.1737186911291711],[0.1686558815328315,0.758862959247989,-0.7267823226428027,0.3792485054359757,-0.8154568789308734,-0.11302134153719698,2.1950104494112064,-1.0466145955135735,-0.07009924788726622,-0.5804119053931331,0.14657460749131682,-0.28471983652739563,-1.0227223222438202,-0.44172151935853954,-0.8224355022309846,-0.4239597213120822,-0.7453404057966402,-0.6849332207047688,0.45161777392980695,-0.20138843860654776,-0.14987841119871217,-0.2000271896956344],[-0.679426462445384,0.2447310113747049,0.7049012946367301,0.5521703606083127,0.25039817633840206,0.10862800282781025,-0.46751596925556954,-0.5590849885953018,0.19938579652928404,0.8302413884446376,-0.8932997283870794,-0.7504991260774049,-0.40802797089525095,1.5880040551321792,-0.011042676984837574,0.007386194350480086,0.04232769240954937,0.47674586353653026,-0.0872160905942141,0.7590545317002083,0.4574737486149679,0.8455573463742875],[-0.6360782603912535,-0.6497357003013996,0.7134307083259134,-0.53038740920999,-0.9034951851804471,-0.9847502401082607,0.3224138179426177,-1.0423402349153326,0.12162256761160366,0.25473362238366964,0.5389658746667034,0.799311441299623,0.2836619217062421,1.4168372184522129,0.9297468241341788,0.6570715254948823,-0.5468736852366952,0.838259795825282,0.3437776254172892,0.7419074500853684,-0.8842362627143555,0.6980322913416981],[-0.31027600901006347,-0.316391916797452,-0.4174428636968991,-0.48792852700588,-0.6268593119867808,0.37238129431011546,-0.7344413716364505,-0.4843710854300416,0.1258662001623232,0.6396714919855769,0.4810151227661382,0.1282963265908159,-0.9092326547899566,1.5328465578093955,-0.3752901308355849,0.6412578602254024,-0.9645337081930653,0.4139263768170524,-0.04962644444881677,-0.8161290005278239,0.7038001304821423,0.043289793628873224],[0.5234745544181914,-0.146999300303181,1.119806704988011,-1.019152818106159,-0.8068446091549621,-0.07635764193856565,-0.374050683312447,-0.45549763347995936,-0.3923749418388468,-0.20704761848497383,0.29236852594365587,0.07059461212133138,-0.8956317898740052,-0.9546334231928914,0.4041791741920347,-0.7338279321053923,0.6453390145499031,-0.44433040609695035,0.4711610979324839,-0.5803095256393701,-0.5171403800740146,0.10698988930878954],[-0.5070294896319579,0.34904616311528736,0.5629617332863653,0.32941452823758843,0.6775964386656996,-0.7047260339666169,0.13145396662889774,-0.9672231727402266,0.5420863462140462,-0.8198271018285611,-0.8272069353471123,-0.25750407147815213,-0.09522059059316633,0.4920343813232151,0.6324500533541927,0.3862423082983498,0.39015805278369853,-0.6511639102955775,-0.0008598778529135809,-1.0397549168974942,0.32872050110473294,0.8752436620746606],[0.00920111510877853,-0.7535738771667857,1.7376503170026094,0.8747517771183447,0.04599263775581422,-0.43501713476741966,0.03984454889911423,-0.04744844354254412,-0.13940810008448337,-0.15372203582138966,0.6624167752457174,-0.5059686967881916,-0.6217979809504843,-0.9855582650111504,0.7448167004084184,-0.990908412627961,-0.974855185517467,-0.27891161105549633,0.2622757439245999,-0.20348821688334753,-0.027633684489839043,-0.4446355781476421],[-0.4614637002036341,0.3074269264684967,0.1639390443409665,0.01141966188851145,0.5748972953887727,0.32785541672393825,-0.5201133181882512,0.24546775914474167,-0.3506454559217058,0.17625185352497547,0.18142714112274777,-1.0253946602450092,0.11845306485744612,-0.9417711967486346,-0.6081625941151009,-0.7773037670746281,0.9164005213219778,-0.02424748283880799,0.8744781235727839,0.6048622489987708,0.42032075790483997,0.4011446965933874],[0.7048359361155073,-0.37037055864519575,-0.01793513861072857,-1.1126392365480289,-0.8287072170465376,-0.1498008871176072,-0.11848954590269742,-0.9795788494859098,0.5121178496776196,0.33662801992159097,-1.007939981383355,0.6688831333506459,0.45451263331553593,-0.8734507799335463,0.7153482910201814,0.5915509025725926,0.7122466387494215,-0.43480015162196506,-0.16613559103977102,0.454466957287732,-0.70890141504787,0.35536893770166555],[-0.3152341008745717,0.5521055106927204,0.6191853250225585,-0.7503515075039097,0.6868550401267067,-0.9930859338876723,-0.484585867330133,0.19111746096284174,0.6509035496639406,-0.889455943508535,0.07439860606705316,-0.6619426638994701,0.19961777329553831,0.908036003626064,-0.9998357892070555,-0.9522950709260803,0.2847272559659884,-0.07168866048980058,-0.34165170453708654,-0.9463545593489955,-0.8127889744658529,-0.27307884510957803],[-0.7870178676311557,-0.02022908281884939,0.7447509412300239,-0.3976448913209313,-0.8621675835358794,-0.25973199211426967,-0.4940768476134948,-0.6476103706143731,0.2842444561189967,-0.09865691321921916,0.6408206035596561,-0.31151188308390865,-0.544670182900144,-0.6237496303299672,-0.8539495719544238,0.3856506737525164,-0.44030483351769467,0.4115007849154707,0.2423036968642762,-0.23558388384323325,-0.18133263927992957,0.29136440246364004],[-0.8379232663771721,-0.612603196481889,-1.0206404705609158,0.22383136278488774,0.21549660845826643,-0.9700525522590484,-0.7265142946111595,-0.990341172096326,-0.8154349191696469,0.8343653193526397,1.0663585674955243,-0.6456732389645917,0.5768970582012233,-0.8313395380229723,-0.3529453990137678,0.77330011153614,0.1921077132347061,0.05685582140422244,-0.4965663715206789,-0.6411847767349784,-0.9862638259595541,0.7743394954411064],[-0.4668034819626084,-0.6164926506297014,0.822317627274464,-0.7610438283230969,0.14873385287356,-0.7906595529996046,-0.14387504696432474,-0.4712402908242512,-0.9045408570706261,0.43783664689475754,2.0503576697880828,-0.10143988778790791,0.546510535468454,0.8061146191924649,0.692281734587755,0.7247384536342059,0.08892066272509526,0.42090927041316556,0.3442870524091675,-0.4784466935017649,0.5538172775778261,0.3314574280684589],[0.2613594056848892,-0.1763373455323086,-0.6006528546927947,0.5506179361687612,0.5353721421354035,-0.0919321806093736,-0.9409505946011922,-0.5507119633459561,-0.23867676764747814,-0.619647854422219,1.0737639074364016,-0.0837217887032441,0.8278402539215505,-0.6985761784435178,0.29046017086845743,0.4158141940600526,-0.528081122404173,-0.7451601838319327,-0.8721703482113992,-0.4679060576894315,0.5842390738352579,-0.3293420763500969],[-0.5181921948416426,-0.6455665363965812,-1.0459188795042074,0.5333531685369519,-0.2250247982488421,0.6838815346450174,0.6469731083589639,0.559172122079866,-0.7313575372974209,0.48397952120336263,1.7659309342696603,-0.32525779790145304,-0.5054832566263402,0.10810306746722843,-0.7213096621437793,0.09055196386793891,0.6637008306080883,0.12665925134567524,-0.05793963002606042,-0.2394079971528082,0.4845017622498388,-0.9240890613687319],[-0.9397229969195778,0.7405632445176938,0.5240285460677497,-0.15600352658366765,1.7407011689646383,-0.6372241403560149,0.6525385116660576,-0.26180505718105607,-0.912712277145522,0.9560548009792263,-1.196841722126177,-0.8516108075105335,-0.5353419046151252,-1.0847001023294094,0.6019024615416426,-0.3017280083049777,-0.9054853059315416,-0.6461195695763936,-0.4146783212853888,0.7663188406098966,0.05023487384275701,-1.0549929721384461],[0.6843708036114055,0.8815972914330117,-0.6318504628441884,0.2678606549083821,1.8118303837475163,-0.8217978964061318,-0.8027909330663241,-0.498313791466112,-0.7661644087458348,0.7936819919664863,0.12107955441761464,0.02306667013009408,0.7674713056761572,0.8170801756747782,-0.2666811331141387,-0.5271564354636046,0.21166148352233888,0.45648176823517445,0.10969200067335673,-0.7581712350570066,-0.5014009140435691,0.08832580650380614],[-0.610730820233679,0.563387361707563,-0.5356244862258513,0.4595417644483426,1.8623073652256175,0.34035625839775974,-0.19044852998488432,-0.9574833734454116,0.8877114686272116,-0.6033472244765724,0.6293789699906079,-0.0070037699828623175,0.7888526927553465,-0.4139087598926406,0.5056927871779289,-0.7949809599940055,0.8540549236474215,0.7944395724421568,-0.6242237164917066,-0.3073250819281739,0.6892923038653263,0.6488035096435367],[0.8561558765731351,0.8388489105781526,-0.36667356094181536,-0.5585366425775842,-0.36674810743781827,0.4981491613424014,-0.44171100602122626,-0.007232953767519949,0.499821931385715,0.6034394075588528,-0.2521745162074721,-0.8042356154735272,0.4856518008468677,-0.6170857740298046,-0.8529014148499137,-0.8105452113349828,0.43774115695076715,0.06982658254839177,-0.599311102147136,-0.4779337006952463,0.543333712807767,0.38904950974818625],[-0.7832273252621238,1.2079789836590178,-0.774801167800188,0.4888223871918959,0.5191912525104827,0.44604044876961374,0.0636057702705226,0.3392538385963569,-1.0038413870053584,0.4248588008960974,0.8517363069377057,-0.749324490500494,-0.5314447481487252,-1.0121427530273461,-0.3952052714720951,-0.6915014575620495,-1.0593839053017284,0.796280893173502,-0.8701831819293814,-0.5548579396406372,-0.6476155540779711,-0.9213401199483988],[-0.6071676667339906,0.5448572475396344,-0.2860085976898073,0.02818679246646051,-0.8844322496442667,-0.1481438242089679,-1.0791626058489165,-0.6296439904824506,0.42691415354292894,-0.136973966235756,-0.9283513610258325,-0.43488910878496506,0.11562554588092974,-0.593306909072616,-0.736568157190139,0.3025587086860372,0.1746914803873262,0.137631542592896,-0.2733163104949635,0.37701440401706454,-0.24558118683131872,0.3309524043096708],[-0.7120861096242128,0.1501534102283636,-0.6212535905688922,0.8080762279012316,-0.02597391462122443,-0.6327688734727812,0.25587859457279527,-1.015254629180517,-0.7111538021373154,0.7550839997310047,0.027075356515438,-0.2563966780105353,-0.13695083776554337,-0.5553332036650889,-0.7371159794789692,0.5888338746897768,-0.8357522506917818,0.6604463489035732,-0.8487944095004306,0.18413056556869054,0.7206926158340364,0.8071509654127555],[-0.4085410011891536,0.5897662459143956,0.0823360464731033,0.7684437373443567,-0.9311556038688777,-0.45489236614652606,-0.7361225971368169,-0.9921634736728193,-0.580170098397786,0.9444836092373773,0.7073207141466347,0.5005529253086602,-0.8849113568464693,-0.10161136473282394,-0.2754037929932755,0.8321185321649813,-0.47514480565534556,-0.869658368330169,-0.836444161311597,-1.0000462074198297,0.6664991690198189,1.547886719652021],[-0.7675772054570614,0.3056653955009405,-0.4117879667670264,-0.1857112726781005,0.8384677459298705,0.6558679719470483,0.6720258808792803,0.40870352318400505,0.052040789962200885,-0.6316735491760304,-0.42565306481714743,-0.015067880603197263,-1.216181115932379,0.8456176836314634,0.6571334878837573,-0.9569413481725191,0.059417331387344466,-0.7481273984929488,-1.0564794385854648,0.37530847672802403,0.7243388720583612,1.1879742173229033],[0.34801308656500596,-0.6969331969457557,-0.7422559694491484,-0.26256841232486416,0.6417762211022562,0.8313218328131495,0.6544714357397753,0.7919806654094488,0.29222263659631775,0.004418625969539132,-0.0035444439478393586,-0.9560858648731374,0.3574149059473745,0.00016743218189720397,-0.3822696361150133,1.843017001241487,-0.750743268264908,0.7953916521130153,-0.39972491977638164,-0.047336928599689326,-0.004606277384372639,-0.7227884671797994],[-1.0120875556527984,-0.6520426199939067,-0.9426908732276756,-0.940243810292116,-0.6936183451669106,0.6078983270263454,-0.7688461199618503,0.5362598898021254,-0.4048811487934207,-0.7060886379913869,-0.5328883437298295,0.3735879845830982,-0.9734096077609389,-0.9136367376390675,-0.1930935052695081,1.2357494890273188,0.6371324400104204,-0.6217317404960094,0.4849724727304598,0.535917555813179,0.2132679442540517,0.8291863951205828],[0.9214669285319392,0.008884756707534669,-0.2261866720912887,0.7325806525797799,0.4008418266302126,-0.06368054982719913,0.5300938381833964,-0.43318058010181537,-0.34876235692133045,-0.5981943866527035,0.2266265722732429,-0.2894597104269474,-0.46447607784051753,0.5527174750964572,-0.6416210659984074,1.820266574283707,0.8985983057268191,0.35525979253670287,-0.49366717404099425,0.6633295493441438,0.8225956397503633,-0.9958992073457212],[-0.16566313433300103,-0.8674561433511642,0.07642331293504659,0.8403156922770278,-0.06978920018235962,0.44033407570494215,-0.8663703851624823,-0.0326275492359807,-0.03536778232774072,0.9052374864763331,-0.20936306313289438,-0.3007179549928768,0.6857378550932215,-0.03980116470562954,-0.7767749682253601,-0.9005790169296957,-0.8054036599802018,-0.6871841137973029,-0.07878900791569678,0.46498557110656163,-0.8564996946495361,0.46855337575518896],[-0.4902407680007005,-0.1912729759336464,0.5251596976399433,-0.8902593309344385,0.0021863383442511644,-0.1775583914492304,-0.6481839602302463,0.35562246836231154,-0.7041077709128125,0.27246055371090555,-0.31384025357650114,0.26210226863647446,-0.8605257108815265,0.5069009984806523,0.43649619891670227,-0.9445120154696784,-0.7322902655722883,0.6111702518561547,-0.008685629226100656,1.6696400519084462,0.423985292268709,0.03308254702062666],[0.7780761144836763,-0.09422370532607664,-0.3651294407785076,0.8264240500756913,0.3708892828076933,-0.8597496548449659,0.20287562612336826,0.5253482086966484,-0.4720957910351839,0.3305398242287883,0.5414028718086367,-0.9898883761964019,0.41010316351079723,0.38959432266147676,0.7315696742871014,-0.20029343717018758,-0.35457046601805126,-0.9090901705498629,-0.5272091354754292,1.5476234881359585,0.1094091220954559,-0.01380983308067284],[0.904081515048583,0.21005925620584928,-0.9554874602981407,0.1863804754422706,-0.2864941381573165,-0.6910204780152464,-0.6211775294676103,-0.7525803542759185,0.49092444253891276,0.2604754572824995,-0.5565703629446874,-0.2021661833967372,-0.812975267755858,0.3950898772129091,-0.7683447546224063,0.27692006592463236,0.6111898531361473,0.9028655994447564,0.05155390266298809,0.8261312007131959,-0.2664491591144356,-0.29261865385635005],[-0.9311352132752118,0.716847122842442,0.3838154238206333,0.6309137965550685,0.774863993848131,-0.005023155373563621,-1.4945418446690883,0.6806356518834463,-0.2538286288313805,0.23273145843136275,0.25388189367172787,0.7292201095045809,-0.4174061987493359,0.0517847059403983,-0.5993327866081816,0.2813785332787122,0.35691271896026716,-0.7478969358214279,-0.5429513326338203,-0.3921786654387283,-0.0671259772552503,0.11695013152285622],[-0.17253576267924073,-0.9497271537501425,0.39717467755389674,-0.9092675371599982,0.8776575261024362,0.6443297059315031,-0.4384848771069917,-0.9685960483681331,-0.3575756783219388,0.8848779527911672,-0.5968015652397571,1.7595627900268094,-0.8290132766973999,-0.07739638119391015,-0.7383475930956391,-0.7161714857947764,0.7632764152927691,0.14959978635018253,0.21550901762193186,0.2633587762288771,-0.3227493496255405,-0.276398195146266],[-0.36724614886515594,-0.4001282597631632,-0.9259909707810294,-0.8626600634315301,-0.026522079993382245,-0.5823320373093485,-0.20919479363778257,-0.8012309535469024,0.6774279698522356,0.31578005171743,0.09349910434910426,2.7658158516233033,0.7051608477284306,-0.9835799629152647,-0.3338855423043128,-0.24741841114674246,0.8793967689880461,0.5548354252762937,-0.6094538905857351,-0.827389634689084,0.7329769919240455,-0.9270051279769457],[0.33817947026514483,-0.8778876505159425,-0.7436332802191582,-0.1723047123279766,0.6032859432097406,-0.7313689003915282,0.4065977524049018,1.738516921394544,0.4940071338807044,-0.8240208930877192,-0.622256196634851,-0.8738696233771234,-0.4784250962615974,-0.34060680349357053,0.9535724122025151,0.5932037385880679,0.1317225065033656,-0.806480994913969,0.3040148608006366,-0.5534896133659241,-0.05183535701515711,0.24734714235974506],[-0.032548256333171335,-0.9820793883711001,0.8675981624769536,0.7387509404974933,-0.7791492345744299,-0.08158975489920073,-0.7698574980478256,1.7442688086913525,-0.13257563992380197,-0.825579668665322,0.01661717442283663,-0.8769848776548875,-0.7285649935362921,0.7329265858149896,-0.6706509374716799,-0.14479715026164006,0.5089292292316204,0.3115681104042214,0.2060336338467403,0.7439101352922289,0.05562583878148647,0.5711282541845207],[-0.9712935362259334,0.6767605678784993,0.7985784665407937,-0.36185217482478177,-0.5582934633365362,0.9389329377073354,-0.06442440390783039,1.4458146028833385,-0.030265477927156965,-0.7590475963171729,0.8131788131562782,-0.41128869542918856,-0.8677622554928972,-0.5254424272198797,0.5015069944190218,0.5474932550152991,-0.8763840430860249,0.24955487342570354,0.04847815737031044,0.5375020010525811,0.2842297093601132,0.561146998496508],[1.6941375800079985,-0.5499089948926587,-0.7472245278175784,0.34679560413160054,0.6133567599297955,-0.2887937530253768,-0.16642328792966982,-0.6831691059453123,0.2842028792285238,-0.6507356551039841,-0.5813851746292824,-0.8164979835122754,-0.18103826555061842,-0.457082441726752,-0.35177610931360914,-0.8245328741913264,-0.7615260783984777,0.006139484838297984,0.10462791388159687,-0.005079948834071,0.8860788295982912,0.4604441100094439],[0.007460302956764018,0.17949660539087614,0.81406285468136,-0.8021447227513849,-0.16959441244492257,0.8532599103459304,-0.08654840712183405,0.820051602331631,0.3286656297680417,0.22179070080504487,0.7829808709661477,0.6750508491239879,0.03664279406587926,0.6124712798356905,0.37502697825459147,0.7740915990665471,0.6752250700527352,-0.8567715800060183,-0.5323559370927468,0.5204530614071009,1.2386266291488333,0.19847198666259294],[0.47745642884679806,0.6360864847921048,-1.030121103018876,0.5149209219590856,0.5860189812598641,0.29669639444338497,0.35812656739553317,-0.0163148230929713,0.19713590884126186,0.3869965531201025,-0.4062964726858859,0.12797738686400129,0.6414896158112088,0.4858951563643463,0.8585999893506095,-0.8441704630223147,0.2364137801773441,-0.8110415838899044,-0.780040148310247,0.7341461086062755,1.2913482124950204,0.8407420626737641],[-0.5616282167540747,-1.00153413508736,0.22788153447802234,0.620246555013085,-0.7454622247458084,-0.36177576963587166,0.7638788434293593,0.2309680423395368,-0.05576680092867956,0.8308568752515194,0.3672820533921913,0.1594598244793616,0.42421520047986006,-0.7924379115052372,0.7247179021573484,0.002058562198918363,-0.07541671737230742,-0.846249789464233,-0.7334161284432146,-0.16735994089383874,1.5609248045638544,-0.07254010112143562],[0.9103291360958755,-0.06767543772543706,-0.04815796947326665,-0.8527156868811044,-1.0081039778615726,-0.6714260249319512,0.19651303069419332,-0.9742064383242565,0.311918643496006,0.9286323106222131,0.47208725047441386,-0.5523977395871347,-0.74850109787465,0.8275738992673037,-0.5101875783570408,0.2403186438643995,0.19011579786962765,0.39279704492817524,1.462853463420078,0.3772897664942366,0.6322456900273046,0.542443566574241],[-0.07324033487091491,0.6111308416296563,0.41446057337639003,0.19422456150733083,0.38943288021729605,-0.2238870852339438,-0.724225561746194,-0.28152391246635106,-0.8627696357488265,-0.10829206682674429,-0.9073187678194036,0.53148126753286,-0.16261761799470628,-0.2912109675185779,-0.808498856403548,-1.057410869167813,0.09279591632816668,0.2698630823562995,1.9567022460774268,-0.6734347809540854,0.5771456505688142,-1.0154525489291513],[0.39265643409068646,-0.5328944133765214,0.20873489752879687,-0.8976818100541296,-1.0382333431045623,-0.31917778520652107,0.773953520527702,-0.256330792384723,0.06900266725759512,-0.30581079604186845,0.5213712475467072,-0.4619213423013101,0.3403354780542995,0.5150027061159049,-0.0582084575087314,-0.4598774724577153,0.06785476212167013,-0.9914286245658464,1.42826916108656,0.5536028949275476,-0.47975189366983595,-0.32807703352986134],[-0.03352069455517843,0.6227588280032934,-0.5889624244078446,1.8149903447530966,-0.8031607935213704,-0.15481595270086054,0.07688060416412226,-0.8425898170095363,-0.45099188815927976,0.9459410056884529,-0.689142516585036,0.8377095668108673,0.17375569587928738,-0.8327312741688913,0.46057797734387196,0.28704749678808983,0.5316357867793863,0.715408561165765,0.3193726891126803,0.4008464108475324,0.4790812278063145,-0.9079278585055219],[0.32591854893245087,-1.0253182376763714,0.31683633355929436,1.7701196015092362,0.7997169870031356,-0.40540161136062225,0.4872243893525939,-0.45083155390922636,-0.3463633565262997,-0.05371049623939069,0.3290399970209967,0.7702239101173972,0.8290583698390442,-0.301888204144999,0.1362520631672394,0.5492288457719186,-0.254237739978353,-0.6099064720371151,-0.14489340763367645,0.7501420009261003,-0.2386847907692319,0.2189462052991949],[0.6215562696183837,0.43711806863046127,-0.06828531988423998,-0.07017894706240849,-0.990554900046937,0.3187530064866554,-0.6392971493851513,0.26358043440455214,0.11944910798833439,0.7461852293467084,-0.3284832443265418,-0.990594838196633,-0.7569366496970391,-0.9991139157772964,0.33283982876601054,0.6995848152927253,0.3575564273057333,0.07481917565245906,0.7041193530369863,0.6061308890532279,0.5460906437768142,-0.432107082272546],[-0.8556503044713496,0.854579877237718,0.704851306135817,0.4096955851307132,-0.7938303310791973,-0.34812766666839795,-0.27829585214883246,-0.05089498583712475,0.035158772345074925,0.10164478440700947,-0.5920215709737705,-0.6660042792556737,0.8476713025018541,-0.4322885157573935,-0.10275055915420117,0.17106465046443037,-0.2842703606740852,0.33084582776372096,0.07675984199896324,0.118445710536046,-0.423185965346156,0.7674958683913502],[-0.384691090337668,-0.5992056601821562,0.41197746392410517,-0.4593028492204644,0.6608884059897994,1.3330597176000019,0.037183594850869854,-0.7218940106684282,-0.24568500148490224,-0.26190771038624233,0.14673233669757477,-0.31909172586033524,-0.9991463705575104,-0.327245888567054,0.05876515303941495,0.3800502636260187,0.3514244021047484,-1.007476555598908,-0.3721741974135385,0.27100817009813416,-0.2625244262611397,-0.4956879897681343],[-0.7334163236235788,-0.37568782156842095,-0.7903808533303912,0.29559986041256714,0.7288275506844288,1.1383845020264913,0.39607507345990633,0.44178971611194,0.3334625410514632,0.5556761899655265,-1.0112745326879937,-0.9209038660362747,-0.7324875256865376,-0.5725273042673005,-0.6586027866583302,-0.7768101376514277,-0.7789613016667215,0.42381154157655804,0.2469968153815522,-0.1871386200221329,-0.6044086918469262,0.3183308677312167],[-0.4324704883144151,-0.4358546794833722,0.7120633171660474,-0.15636907122171745,-1.0181978768375426,0.8434020563001153,0.03826419735828851,-0.5032745055032435,1.4307575796207181,0.40982701024793106,0.7521242188363385,0.5546586912243006,-0.9089160076465806,0.05834685410610296,0.18844237664575889,0.6289691160240211,-0.2977905577528719,0.2187786721175029,-0.06560218011377353,0.6250876196435533,0.18797649364524316,-0.8426953052332424],[-0.9867677055059016,-0.9429412420044633,-0.18080979850147613,0.7918745681883418,-0.9349887847339592,-0.8388278526041553,0.6430598037510761,-1.005314632977381,1.3257204046485163,0.5707178542240807,0.16027013909740448,0.6941536366808695,-1.0156743362461509,0.013454308728514087,0.6389502694578213,0.9001032004808853,0.8496068205037487,0.023229244303704707,0.28641535630046755,-0.6142435968019766,0.018567877167644752,0.012419449951697716],[-0.40197487692443534,0.004483535026647562,-0.7437327416882645,0.21018413722294596,0.29656374574511757,-0.17844741644732304,0.6936549221628,0.5289111110420738,1.5232442927636853,0.16418534444015254,0.0029017022433168644,-0.747696098427255,-0.8170510702953454,-0.7367034747595644,0.01980929057649454,-0.9890402824074987,0.3843526654317302,0.28815152511596537,0.5388663749719013,0.6926980831518773,-0.18782681861804118,-0.8782887263788514],[-0.34718912889043074,-0.7216997280429212,-0.44950821260573265,0.10116952284873247,-0.7136283026816529,0.056592995581153945,-1.0680491417103684,0.571052981847926,1.0803708239142542,0.6386067812366062,-0.4560551797036348,-0.8071544329992957,-0.9233184211118554,0.8604907239557099,0.31958592712460915,-0.8268436671795993,0.8047096459835585,-0.21514160194951112,-0.056563424492096566,0.24386413671973017,0.03025856444740786,0.2450012507536313],[-0.6549354045155645,0.6400400537103308,-0.7238677595180254,-0.7715469619958126,0.08123096069391997,0.44938634691144513,-0.08663000268175636,0.5320873191783921,0.15506107162056162,0.4455086701345199,0.3518431447763737,0.5066155126873033,0.29790984116693026,-0.7510542379351571,1.0307683567619066,0.49272103531914646,-0.29467069459405737,0.17936607720910744,-0.6044633012600775,-0.7486628863591968,-0.410438634368844,-0.6297033795384014],[-0.2017850484875425,0.08024956365781706,-0.22286033346828787,-0.14103352981387485,-0.7700022486534887,0.9267316316574671,-0.589771542600174,0.8271524815480402,-0.3985891453051137,-0.6795305622947568,-0.4150864912060308,0.5874637254340243,0.5603995325947447,-0.4958068223506287,2.1823322397726335,0.4928976472574087,0.016936653919371963,-0.8545176377586674,0.5631207648185969,-0.9646626076297276,0.908309305363687,-1.004482797491975],[-0.11768257555218843,0.7768367047914463,-0.9500838579717714,0.24342956187588122,0.5508017904578218,-0.1186802169428195,0.6042593418072963,-0.22490545958590852,-0.5645853864524497,-1.0183065566987863,0.495122633363565,-1.137036283965045,-0.7544522898193533,-0.9934015588651104,-0.8276237346233807,0.9069182902887,-1.0952914206365765,0.4016267176826514,-0.8586911262501256,0.6541727739288556,0.49418627240120316,0.7630095014684917],[0.6715868917194352,0.12046633182813953,0.22797654285236593,-0.005268991085369994,0.1523248643538571,0.07502091916897696,-0.7727531924758625,-0.8238355852238806,-0.8417999145074133,0.884683501469099,0.1991476949373915,-0.6824557196067425,-0.34441915483253716,0.7656400274577548,-0.8145724764698933,0.6516431238331992,0.5559474961970298,1.7803089883480203,0.3718881299320686,0.818071258090336,-0.8392884774893383,0.4140417939601051],[-0.7714090041279421,0.6787673147392973,-0.5859733529850439,-0.03483461555553285,0.8452925557608197,0.16386685115352836,0.07552862334973567,-0.5519601528530741,0.2422797608316346,-0.24827541965261812,-0.36295041485164203,0.676752805711498,-0.8033857718415455,-0.8866963694353929,-0.6804494516177687,0.8759780059533658,1.7413557545426686,-0.12418746228200467,-0.16975286343164964,-0.10447719320533438,0.8773222168756434,0.0817187629893916]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.15671711732150215,0.007701891983779149,0.010307491287848835,0.009774801169166103,0.00927763042812966,0.008873035223411053,0.008534536476338884,0.008240204341007846,0.007977626970606583,0.007740876052142395,0.007526644629462757,0.0073322916004856555,0.007155373940590742,0.006993660114376524,0.006845184542966739,0.0067082583875901335,0.006581448411715428,0.006463543196459944,0.006353517944835892,0.0062505026783517435],"Time":1.16,"Locale":"it"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.537432478423178,0.48363617722949054,0.2853506280291067,0.605964175664916,0.6870485382136898,0.37061389025664393,0.323571179266662,0.36453409572528594,0.4664120757586926,0.32952940208953546,0.5124969601235134,0.3651384199467136,0.3597311721105672,0.4844276791752837,0.5095681036925752,0.45489577647403656,0.5853534093955036,0.39088160721898324,0.5089185123883149,0.5472393265588753,0.48833687722928754,0.549692801662639,0.6813189792383967,0.5691973365555957,0.4382702058404642,0.6379773581012818,0.730516243226002,0.6936952503156287,0.39205941398473576,0.6214632118493205,0.3682870082368206,0.41407790174419684,0.3966297416200011,0.2883370422987829,0.5059820953373504,0.4852000684395639,0.700195131527652,0.6236286108751365,0.5753914035599931,0.40292116266131733,0.30226881339756906,0.7303953108761557,0.6809474591168316,0.7200260005884381,0.667794785706774,0.40438482767436335,0.534593189023467,0.3667212260997041,0.6993417514995912,0.39319716835170815],[0.2911306697547046,0.001179504417685264,0.06278420395754143,0.1348760667338596,0.07202294783447218,0.23001778879689874,0.003336661839909279,0.8126822103266605,0.489510849134528,0.08296881611432282,0.37275440050374725,0.46952055139955223,0.28962220839620395,0.40591741264034886,0.0017821392443491744,0.00003324284561738749,0.008070493358986698,0.5013060886910168,0.7272891769085744,0.451836953769295,0.5390764878657412,0.492187634270616,0.37522583873008686,0.6247509212639729,0.021846979983142698,0.203121271890597,0.6530485360049264,0.19049828803552984,0.4945134820575286,0.48329327113329446,0.8052266310265588,0.6553960961519688,0.10816585025082129,0.5570316469298057,0.36856304270585133,0.020402172773359827,0.19731358722356862,0.7475076323301575,0.008281973553480329,0.2378573401910854,0.09824333480704905,0.9376596074569947,0.0019532055822012056,0.04788986845375777,0.005595660709766921,0.8268686382581545,0.21843403779447185,0.6685409605354333,0.028037010623544658,0.12821390230250088],[0.016122851216414703,0.0011262173083015014,0.205463150936594,0.19430460298261953,0.008201752250420503,0.3617156247928881,0.0030360485355101327,0.29384635717439384,0.31456755719100515,0.020228479226314666,0.23546317446298434,0.5954350279592618,0.8240611178814143,0.14506238805686683,0.0002577600490197451,0.000022472833517033627,0.010696153427017517,0.39816428732414705,0.9716405387129928,0.6942419790336368,0.5200422204957919,0.6856021580113179,0.2019506474180101,0.5281605043600155,0.016297109554512586,0.2567176906977918,0.793821518413079,0.029038683142370424,0.6833965815630079,0.28754338232206805,0.8188497059585668,0.6038602780187403,0.21455810120351881,0.5298415772892857,0.7178516939648449,0.0001807344881560059,0.29403209989673895,0.13310506558986532,0.16420811483886663,0.7916230688459157,0.024400213876856165,0.7047318410594349,0.000007438198959756513,0.04619837940348965,0.0009188026140178089,0.6364652194368231,0.5875771456020683,0.6471544471215815,0.0745996076094318,0.1674241706293224],[0.014540338596999353,0.0018730348352714904,0.059557372809478974,0.38176705762794083,0.04666345612413842,0.32478008142656245,0.0015354831202212405,0.7965021719775347,0.49993577683452184,0.06044535032429398,0.3536219276697394,0.8351707006954703,0.08936544554736776,0.3028230239319591,0.003465680731329397,0.0000025368826690924455,0.005190064378424072,0.7258381263388259,0.8873280685223583,0.6561218219123537,0.6421683556541096,0.7946402053562907,0.3309903330768207,0.39517179008725134,0.0016643282086260614,0.13542464671887514,0.8969469513807995,0.01724811489660637,0.3765370398200391,0.33259099123826147,0.737241878443883,0.3285549855815458,0.37877061127348266,0.5651854657571102,0.07050409607577048,0.05617889037302883,0.3329991425335634,0.22405380579433506,0.14420873946580715,0.2995093307564511,0.5211551472298876,0.8997735380107523,0.013242679797940492,0.03844845520196221,0.005454574533405844,0.679928760934525,0.2248014242876826,0.5747867552688907,0.1551406904036907,0.01859794220901183],[0.11690927044068886,0.6597663808556956,0.5064433240002716,0.7161293083914537,0.010923215784249573,0.6665372035683717,0.055645709538323845,0.684260772287301,0.5076359930749786,0.30027072501633295,0.795528003116954,0.08799065449756359,0.6085627221720623,0.6397797259012374,0.5361961190124799,0.05606973855029487,0.7058210656174025,0.15157766313407559,0.08604902598442582,0.13685987481467632,0.2093827490181172,0.16169670135942354,0.1400817310552117,0.7327003450376499,0.12410518098612684,0.6275694374936239,0.2137541356453295,0.4307854292857503,0.4719129631584755,0.34839333532926825,0.16682833989361034,0.5966127609291778,0.7264157661125832,0.3715454848014124,0.3536676461997218,0.34991933122678887,0.5373773756986431,0.5022676594617791,0.4033415793191601,0.1678423087695273,0.11934973521417921,0.3963576687140193,0.7918738299103077,0.49578900598540127,0.11182646419653762,0.7281269712897018,0.5270577166589206,0.7773559357632568,0.36153521015859574,0.36621813225345967],[0.014151331898998861,0.7550057554413463,0.4613781098849176,0.6403248799702215,0.2662017206249878,0.6056363337036795,0.009343024026171492,0.42310789659696907,0.6554081067763012,0.1373426850007395,0.4124283295423442,0.07676484448817478,0.6020104435781266,0.5276048668555534,0.25148830103869746,0.3398896595823948,0.8282884299909817,0.1792988446124938,0.4246652993519554,0.36105457413154857,0.012884559440608742,0.4704555540385335,0.19080263758148605,0.5476463821922537,0.20869755089016745,0.342003430729512,0.093437519077024,0.6967171891162948,0.5303740440575694,0.3820786526564255,0.11925800052385684,0.6505265115199492,0.025679414173676807,0.09384933472237927,0.5441330256002803,0.19005349169767566,0.6051727861950319,0.6560452788750332,0.3914593921102522,0.27729231748848077,0.3021449243494838,0.7808682384382707,0.43710188892586194,0.04599973234595291,0.7711157327082045,0.5376205060470174,0.39332371755378875,0.6499650867040749,0.572036831131022,0.619462410778183],[0.1078994289331799,0.342129958429303,0.445037957747734,0.6432868825456591,0.29033084568789325,0.8107783211075257,0.10165982225086011,0.13651195700299357,0.4762012327163507,0.12113772150045404,0.6735360743444799,0.10208735998814888,0.5841416939756126,0.6718768011163457,0.5012374313228306,0.1955347463133836,0.4230602749052494,0.17536278713185524,0.6025941163294043,0.060412980759681933,0.7077041732115179,0.3154006652404702,0.23299085587825494,0.4554682078125647,0.04420805292770441,0.2047843559230523,0.1618808513166057,0.6444576851337598,0.12485450318578184,0.2463744037616509,0.15595593593045373,0.20388552390139322,0.018379481548171626,0.07695118146533304,0.6688583911594134,0.5853514542475169,0.6196628767239925,0.5271718229542424,0.4213161257583244,0.3621141105595002,0.8301398215377142,0.6765478221370534,0.37973553881308497,0.1619282624783307,0.034309468189605216,0.5770911616229653,0.7164343054266532,0.6639055182290017,0.6565036295288731,0.10657103187689557],[0.01590493177288742,0.14200944216868505,0.4047049461272811,0.7019020966736202,0.21430718128659654,0.37594890584685725,0.0034611305158604093,0.182507971100167,0.47303374516895175,0.38960918076150347,0.45176024170673956,0.7349419577309979,0.7014980766283361,0.599715002939776,0.19604309765769162,0.00320527722000292,0.7253860309342968,0.004599318290309157,0.5480280204543586,0.2774863120147779,0.053045663189643696,0.22286111504018005,0.6077557236435843,0.8191626182429543,0.007870611579517404,0.901145593783278,0.2803976342258608,0.449444871442579,0.4740538209014239,0.43122525022939034,0.06580876239235192,0.6335244066977415,0.00643168517425547,0.8109611933111595,0.5669298241067604,0.3833123935041999,0.44439674377398225,0.6686075513824072,0.12511593638377627,0.004777581573516762,0.607172018382567,0.45543825317815273,0.749351363321498,0.13145396434462367,0.36961586633902704,0.5257279204906672,0.5585299370450433,0.885179286735083,0.7140704112247849,0.07323639503231608],[0.013737049166738539,0.6075615515915915,0.004160342035642383,0.8142956042798009,0.4931846619158853,0.7189710727124979,0.11644621903485496,0.7048146090392955,0.6488944484346146,0.5399047340631999,0.3364910242169253,0.032740128057532396,0.6907600188732893,0.059307827684198795,0.21694459955660597,0.00027703858674500443,0.573373891140391,0.11895948393151362,0.8629029232842499,0.5598300657575919,0.6548268227183711,0.7986508052368263,0.7422893524146092,0.3818966258668453,0.32813707177964774,0.41928325337890443,0.6983516314245253,0.2588275773930565,0.8148088540517282,0.866787623587939,0.006118906230236692,0.14844038222906095,0.5524689494447412,0.41366257948858126,0.6252082636081924,0.3792950456813111,0.5968567676057879,0.5288845178145906,0.000832498133726229,0.22128685097909795,0.39645430973186097,0.3568331861785445,0.5617304373422852,0.580577778812491,0.8215481241113157,0.006663728075592369,0.0023088209418391055,0.7227452036646381,0.47964196614843374,0.018961002204912304],[0.19586831490616816,0.708910810861864,0.0372707260802761,0.6328556070811151,0.520596227838649,0.6791254843763268,0.3291256988787776,0.7480953595146057,0.581755063737981,0.7126560418220904,0.6254255634112849,0.3220986292782423,0.619817540192424,0.5217284271643164,0.6386948621426853,0.011149566056707456,0.575133368981334,0.3073991045791523,0.5275013722373453,0.5633042816984409,0.5895738436462815,0.49629906547776886,0.5266423914803184,0.4530442570202745,0.539011824391762,0.08215233251080517,0.699958391915403,0.6530918829025414,0.62832248222836,0.845824515298341,0.04806709263750761,0.3461013512771143,0.6661328957758804,0.5753329292599997,0.5831358672391023,0.3516631698747913,0.5523944982373783,0.45063543807733447,0.011943630836633886,0.5169703836313032,0.2501137936514526,0.06866869682478736,0.560178109394764,0.4923962199054576,0.35452138025182645,0.019293426746650445,0.027458837397984732,0.47642248188791747,0.6254535645875466,0.0808679941432183],[0.6494678216065709,0.5558166397897439,0.0007665716785194604,0.5021461013254559,0.5177186368957046,0.559346611943372,0.742727609990655,0.6410017277778418,0.1532810680896807,0.7513922990625012,0.37322914238191585,0.0034002617461552625,0.8226968537513937,0.5405766554853383,0.2578826528076295,0.10258167086854984,0.5881549798063771,0.44356370867616085,0.6213752766716529,0.33127880683202293,0.15765538328684128,0.537333170253171,0.6182205897522988,0.7464177256261069,0.5248274492830757,0.27184149682097164,0.8604104688193762,0.2904012641690908,0.765612885151365,0.4278322903031542,0.7716890545382484,0.7063216725099334,0.6941785121558215,0.771301319960178,0.6577790752368728,0.6902872818743883,0.6804832952539588,0.21253256097349194,0.20254349005528077,0.23914217876341226,0.5500658651502305,0.009578708812342707,0.5989404489314549,0.7697236207865779,0.5528713950951982,0.0011978658603287366,0.005422436959214176,0.6171925400226457,0.39878748996615415,0.009001353973000756],[0.29704764153624524,0.38764450655979343,0.551796656238346,0.457648696932938,0.21399567166659364,0.5889913413651235,0.8160103356630353,0.3656178708913544,0.26182547036998705,0.5454821716586108,0.24146722314971156,0.6667194294471025,0.5527977800223219,0.8767600276628745,0.10917047696848198,0.6983795756562926,0.745433686551052,0.8449405009462823,0.590554230101897,0.732483581447249,0.15997945461562146,0.11151737280876636,0.40039637470494643,0.7433674085936908,0.39319217413123175,0.688294948678374,0.20013346643847973,0.2288954425303986,0.5840987389311417,0.673125681280981,0.7607291478485706,0.5575053654387082,0.41363488439363894,0.0546048314133575,0.09938559024260275,0.6346290353291201,0.41776638803303445,0.18795733477396015,0.6459513146000616,0.03771511815963704,0.28189957321426784,0.8012516262508118,0.6871625760507637,0.7961783807912638,0.8112765895483104,0.30526749664096714,0.12233375742502148,0.08747745523761537,0.032822518615067534,0.5876639124161154],[0.3236258866403101,0.10798614114475155,0.5518298440976025,0.5188491670793844,0.7594127318076023,0.14527898158635175,0.6240358132453018,0.3327725521639807,0.007214213967244665,0.6985981048684234,0.5898132874310417,0.7102755567865496,0.7491077477955104,0.5485071602493902,0.0006200810992675016,0.5046734575246602,0.04105663338315535,0.8279623419223202,0.9331765739146042,0.5181295370778972,0.11026382426390186,0.16567232653016484,0.010057750609865425,0.7631886846247528,0.002049289173834776,0.8181384604776294,0.27459867271593813,0.6121474273776873,0.7522630364694973,0.5355831120380167,0.6942034513937226,0.47278432786737284,0.004963663088571852,0.02539189633460487,0.1778200496134709,0.5117294464803558,0.5223541663073268,0.00424625973189323,0.6005797016735615,0.6118396227052612,0.17234018394638947,0.7204504227459186,0.5255580584365181,0.13821537166747774,0.8243428931600849,0.030648668815486568,0.01172868862399758,0.07001537463175687,0.6821887855749053,0.667038696800019],[0.08543823694709052,0.02486401535982275,0.41564064001749496,0.2691029513727261,0.31436723773884173,0.005440067445828247,0.24944611123741542,0.6973122717009436,0.006624762453413922,0.3666474768687255,0.6938484825197813,0.8060258450601315,0.45004759970604874,0.4011204503745378,0.00000468445328665239,0.08520447546083125,0.21459182587512254,0.7316622761888396,0.8895138256837958,0.6382754813965272,0.17072407472717066,0.040998797294506506,0.09921528947001847,0.22507790627185595,0.006742155274988453,0.5191461109486226,0.9173782820797635,0.17689662565947445,0.7488178543966562,0.586879182698456,0.29911812747751815,0.3163552103471816,0.0005567892176412742,0.5691814931501988,0.35764510691223583,0.16746616177750093,0.17959211785752888,0.8655347846219248,0.3858641403614283,0.18240018875492509,0.00887101664982835,0.5009005875487823,0.3759689650392919,0.1377170615069797,0.19448480736852486,0.4624687124016618,0.001474168728789855,0.009349609162395018,0.043913201724145846,0.5741033149172746],[0.41810351082250546,0.03022011600748118,0.5829978242098557,0.8783261179289815,0.38819765606734735,0.710297028461427,0.05063589110615002,0.6461354014260577,0.30364220284028254,0.010716314114086144,0.5632254179697674,0.8321043558145338,0.2404733115906859,0.19827539167062777,0.32103967404026595,0.3797061739781703,0.3873054347940796,0.4584054055213896,0.000189676459593377,0.012180527319787832,0.048564454881765,0.01593444731756778,0.4694709492195852,0.5462217426017112,0.8167042330303774,0.010628641491452243,0.6155254995185158,0.7831669612403886,0.6454292902642711,0.11400071906665366,0.6582486258045863,0.4747252776834865,0.000021380439017089086,0.5924099154091123,0.3529551309417314,0.3610389010593757,0.20601157056104805,0.006335320559570949,0.8123363306113003,0.6855641401393461,0.06995508065933793,0.531731076423411,0.4123619023604647,0.509934312166661,0.14938027287721922,0.09494764864162203,0.41690088057251556,0.3873680406716701,0.7760356748722906,0.06991956430344055],[0.5038035998050976,0.1223954246845213,0.5965583429446677,0.8629211526195029,0.6676954438520666,0.8338807870218645,0.21619961500357077,0.4740702299244543,0.11811417709271901,0.006120283884946115,0.632462494260469,0.7330453802568393,0.5293990836060225,0.19213088525291783,0.5465129368013799,0.31420812972221723,0.5932028401552267,0.5190478107056831,0.00025749463977219034,0.024454751963285434,0.03877815668902536,0.016061285642320948,0.335014657833987,0.7252766291967695,0.836304047058694,0.022604848520986008,0.4965432189791876,0.7236422071338596,0.4047445009484436,0.06603170217450298,0.7159074582028782,0.31351477645940834,0.000008227713729459373,0.7533337789114655,0.3065477768655945,0.23333510664984736,0.47479162397387864,0.002118115742405526,0.8340757760743226,0.9104068429434291,0.03459154091042859,0.6529891226579749,0.7327523819727783,0.36955014465496083,0.02225515808240942,0.14610160197901043,0.6798229792696338,0.1392428025480047,0.5177216540336177,0.19789879540009228],[0.007072876308740435,0.0331089103373129,0.39088522602266784,0.6931382994650406,0.5141226691887567,0.8633544925824159,0.011527918124085055,0.29477996765242753,0.6481727622253793,0.38146960653301104,0.8382663213569431,0.658980396699912,0.4301378913782763,0.5471565728599567,0.7126044196713872,0.5019625101434279,0.03668088436615514,0.8430953536440373,0.746678062495304,0.2304322757188751,0.01539152753522218,0.6397090798218286,0.563046888917855,0.008258906259348137,0.8753953293304522,0.2819956109183725,0.46842053372067566,0.1786885505120688,0.8379938934162294,0.17688382278091033,0.7055702042676683,0.063301933600543,0.8254775921758662,0.7630874220552927,0.12706627088378292,0.4548130730584927,0.08717857774544237,0.6056269716039906,0.8167565327349074,0.1942518235563574,0.397679864456837,0.3455913212588749,0.36821008949544165,0.5363910856913175,0.5143443812851031,0.8878445368854345,0.6622655020262118,0.0033000087599351423,0.7848251239113336,0.7019188775184161],[0.00355200576916376,0.5417608932098736,0.10462533292483112,0.5664049708184548,0.7459982472314008,0.14125945928282363,0.00035436416791299126,0.28835054963672385,0.4310462114477382,0.1492195277818129,0.48264442743880037,0.504373767551706,0.6303062871730324,0.46741010480485506,0.6573923776729323,0.7666959867413207,0.4715985615494775,0.8997732414115895,0.7377769578733712,0.879061163962148,0.2204875300623689,0.5700256048093542,0.6645753380065628,0.014837294322718398,0.8391894668263881,0.3918491911211141,0.10632408441615636,0.7070694696356619,0.3136790966056386,0.4210000251140378,0.6984874797321152,0.10194276805354098,0.4841797855651486,0.5690546565913127,0.02243421376282697,0.32870014781882173,0.00887135704155902,0.6795047476495873,0.38687861195553613,0.4572199104687993,0.14306695680080417,0.6482392272482433,0.008943987960292932,0.45833228647820606,0.7286110738346717,0.11555995054127961,0.6428595545198279,0.028762578287332703,0.5695058377966543,0.8989807063708256],[0.0910742589520632,0.19044686016689477,0.5735903612698983,0.8074719143758884,0.7116893151248493,0.6218291523707226,0.03128522055397664,0.2553300370027382,0.5622996417774883,0.461566725042319,0.5692885286601359,0.507098699881169,0.7760385320412215,0.35862052155692137,0.7224724124708783,0.4610243637958692,0.21011680841681932,0.8166827809675749,0.8145060533084183,0.7620898958426606,0.08765074289406706,0.6011495509275411,0.38171742387092167,0.026881397203238306,0.8408990824371955,0.19648875980742844,0.24246301836595358,0.703175475359636,0.7055113680433983,0.33555806201821325,0.7681296530246602,0.05797171027316046,0.5554260218209357,0.12034840722746884,0.07926289346128562,0.36595150673318627,0.3778999894086416,0.72117490629914,0.40141631522832943,0.7689879894314134,0.1871370217388685,0.29053258920643615,0.036844392131116586,0.46526582224123636,0.6893078173425508,0.2307298017347203,0.48829852872366286,0.056869503978462396,0.5605867059613611,0.40770139518840043],[0.05650225662866846,0.13978426360290422,0.17761259132727725,0.4297201049947104,0.5164976547279767,0.4239803776149776,0.1955058564264671,0.7233001454517038,0.8576705237444571,0.5817312049524751,0.4348571225474586,0.6388118396735282,0.6228347141575785,0.5729359868358408,0.6661450720044773,0.8082564891583642,0.4357477488130299,0.1668353348847601,0.5181550266201497,0.45190426763405633,0.1389178076936842,0.682862275617406,0.7522735804170099,0.1114956396598648,0.7310057153700051,0.7508157854751311,0.45619795925803747,0.7364783560175368,0.5155001087728659,0.5216230903989493,0.5124437915163458,0.012086164201981527,0.5139831220729286,0.6616969834680705,0.5868454073632682,0.7819739634047398,0.011851205416719086,0.6829334930549952,0.6175780079135614,0.8546321094727307,0.0853495218902931,0.017595166827462212,0.011091087422627804,0.688725388874098,0.6869593812765485,0.6230807137466996,0.607758443512459,0.22965043611836283,0.6656150116196964,0.34232646487243207],[0.014123244312200009,0.1842796120439049,0.6065357098680441,0.6273662411871999,0.47689414142995773,0.5812857076676334,0.03092076312681029,0.1792256998280098,0.7009773727224817,0.4456152785518648,0.4098837167627278,0.8162533576551204,0.4928003299380829,0.5519434575799289,0.5310688854560881,0.4811581097379142,0.21697283705920792,0.5269944538538914,0.7494539220279145,0.4287305488192863,0.04033619434475854,0.6657303450640294,0.3559266876091348,0.1848421151645907,0.7378821411188059,0.17536930504944448,0.5269769472394098,0.3452584687711146,0.8153215929105302,0.24525218629078538,0.2942461392788329,0.1735013543857439,0.7912393887337096,0.33997756296636356,0.36054896130733655,0.49186771898772935,0.12313352557907169,0.4339508230494433,0.7152134309191044,0.5299595878641646,0.5355620089781397,0.19737198839198633,0.20799172237217595,0.5211934290996454,0.745293873414102,0.512560742974045,0.7731584866204261,0.02701560128479715,0.534362614476563,0.6347532528082649],[0.43972969251061184,0.07770704561221858,0.6659664617697892,0.4957692675797074,0.5181293700157199,0.7577878166258107,0.2193634627395857,0.153116269407535,0.8930433210379636,0.7214207392710337,0.7365309859300768,0.7119872160380343,0.7446676448862652,0.8853353015486849,0.6519184294686935,0.31743053699114243,0.24271121167663523,0.3799526497585799,0.3105788182079548,0.3018787358283966,0.35551160594189574,0.49963925896939193,0.786156614356843,0.11610671567793691,0.3488839703899459,0.5116607030502873,0.40062400903164314,0.8446480568096968,0.9259146200389022,0.5467893602869643,0.14328087721912613,0.19871326676447817,0.5320987371506128,0.2302117087227691,0.16853789730401397,0.19968145239253351,0.3001228379831139,0.7740521208156488,0.3995019943040494,0.3178359704986984,0.5522611376037301,0.008841921564534082,0.17663506936837625,0.4012657310259102,0.721648855221759,0.2260879925002009,0.7755279848996363,0.11170108471789542,0.1911267150597869,0.5284610000030279],[0.3016075506870035,0.35794809423944707,0.5211351187539923,0.08300052234839848,0.6872976001862668,0.22085563647555484,0.05062054072656655,0.11798272576694631,0.05425156618198448,0.001496376426366888,0.0003133369742346283,0.652988498142998,0.7426901582320766,0.014832442608079555,0.7159016573605363,0.04908837862373299,0.14377050307297073,0.802764603840118,0.9154474136908437,0.7993579689616221,0.5518552046535309,0.004346172196847036,0.06192378098448316,0.00022235530497746161,0.5333215722051918,0.802872684091902,0.002619985843857429,0.4051568126917303,0.14382259196552016,0.7113334133411211,0.5567905764952024,0.0037402332178253866,0.6484022147120504,0.8123535503708184,0.0002071924926149712,0.39553181866393927,0.08735991145867675,0.607141864832625,0.8005027177236219,0.7281335212916252,0.15191102541209234,0.7340918203526335,0.1937142575781241,0.14262691224360818,0.7591809786993698,0.49957087754904533,0.6294976254700464,0.3358935312137235,0.7889693496742861,0.9471583804342025],[0.7701874048905959,0.3876740602775328,0.7662452780968864,0.19558062250405273,0.8212995591968832,0.04636340972588407,0.6176578829654819,0.8923207115723438,0.3751119190073181,0.006439791874138622,0.0027020855746937634,0.43491028582364993,0.6217094427269974,0.8013361082889008,0.17287623421765022,0.051833195999166366,0.022693112059130407,0.7556962472639968,0.6296917567556399,0.4848718513674236,0.6242211301385322,0.2820453739692556,0.06745242740695402,0.0002203667520070756,0.562341570432164,0.3334591064784503,0.5049737909074544,0.6664401032959597,0.7198213025749695,0.03553387883941236,0.7817527364219566,0.11968147765692577,0.6909115228033934,0.557041634044843,0.0024504536652411564,0.47829981761169865,0.667812055564269,0.887181244815456,0.8786084364228892,0.3552367120219179,0.14407458533549033,0.6115052320952048,0.6152575004808559,0.6422886457341584,0.3783849494307698,0.39597179524857307,0.5414593420426799,0.348899211221531,0.05823763626050781,0.04105537439119595],[0.7159232267060617,0.5787107450032203,0.32232593768259904,0.4363296516613875,0.4936045429722304,0.4974462082098965,0.6545768437554967,0.478951384416009,0.706155316699658,0.015948880528477358,0.001029497875272683,0.6370691721364925,0.7453252477255087,0.2321739901163303,0.6845063565728856,0.06887898925391954,0.05912693610212384,0.4661853612738773,0.7148588348685526,0.7716763483310777,0.7359470569574477,0.011005448521102783,0.05747509694629843,0.0003557726617781575,0.4169105966626793,0.6534040086958568,0.6737670812181843,0.7344458235190399,0.7605472020596025,0.13717074465449292,0.05652798949004468,0.33795002658867845,0.5603372396318358,0.36863143012288646,0.5487963782256353,0.7920964578397252,0.024107037248494317,0.5046914042698945,0.6297032622561297,0.21047230567085046,0.00879407174399768,0.6039564553452766,0.3738090251792923,0.4809262995794351,0.5797270974979701,0.5477290522977791,0.8015022300686175,0.580248161429796,0.7100560628939974,0.5365330787254046],[0.4373043941476251,0.5288506381364035,0.021136466298706393,0.530378419893758,0.20568500931361033,0.6609344390377523,0.09571535722190319,0.5474070587929033,0.5450144016195402,0.6239105050270007,0.3426832336801745,0.08135817072663018,0.056361507036564396,0.021501692706789415,0.3043078620037336,0.18819416600086522,0.6702810659304254,0.8544348230713158,0.017336933004757766,0.4640451331503975,0.35695376441975746,0.07401343702473134,0.44803807170939,0.26470283631939223,0.596332326638654,0.12674003542187487,0.9210010527290904,0.7581770130311275,0.06969366093998142,0.49790621901530413,0.5744391358975504,0.6463967085048121,0.41371467028694275,0.7408840927063078,0.40709830724893953,0.6215182708662506,0.09488365546095719,0.0031202656333908624,0.5769732289547526,0.3211085532685503,0.18507879061573138,0.5361125902272701,0.1278873468644445,0.000035314899653557964,0.5157833296473804,0.23586477670106037,0.1558036989828276,0.13858535019920204,0.6306378628546981,0.8191815827313741],[0.31120062911504476,0.5435257505730973,0.017272520829826415,0.7750361927995585,0.9305649920560859,0.874575826704133,0.008202106533973765,0.6684200140839143,0.5560248525979025,0.7165204876356169,0.8172796713994818,0.03524644710402419,0.2543365987367865,0.0016204049357331856,0.8914633051138932,0.49010698019179105,0.8109237821135565,0.6835960832406797,0.01661820357926048,0.6418886073422229,0.4007010522919677,0.05759565954788624,0.6617479192470296,0.6260961722055582,0.5575239552110189,0.0015607957376007676,0.5396965244565598,0.875724244124334,0.0012453740719107047,0.4509768155582191,0.8062363052907142,0.8715977524965404,0.24732574795174617,0.6156057181387379,0.34728550569159866,0.7262239749625684,0.4636637511342442,0.19757876372295624,0.5290329235609118,0.015019284061075252,0.15053661214332154,0.22571888046043323,0.2351394813736634,0.00009665320893275379,0.6913801294097708,0.3030104831915912,0.8976626210789197,0.8094351071996979,0.4374810901050069,0.8629605478414571],[0.8048741427528219,0.6929225920578387,0.06886554557380004,0.7351737832524634,0.40593548982564387,0.6381789013049252,0.05797146628506157,0.5469985720963453,0.49296670027693057,0.6882603137849403,0.8145088114145077,0.36529484984935423,0.23600536274106323,0.005134671814423551,0.3716309264941394,0.4109052397780946,0.7646612156988635,0.5606222870268823,0.0023902285168458477,0.4760429724578593,0.5290445542364323,0.006599361159626842,0.420065303498431,0.7884023443215855,0.7427644910240355,0.009467033462583013,0.5026992511564403,0.7454038233213445,0.7501264684777883,0.5888047999334844,0.061901369359892905,0.01724208698084325,0.5576541202804882,0.558266026736034,0.6957605914642035,0.66547238678851,0.05215356562009301,0.034306812763826,0.6163841058575913,0.5919818604552491,0.5669122334607798,0.11502768219571982,0.44799604074015514,0.0043051412994016955,0.5825005441651542,0.27411559366947996,0.2097364439346059,0.34589342319585925,0.4159043023996604,0.7914838755252779],[0.3688286621306913,0.011637744683011061,0.45728392906916565,0.0005468586909531195,0.004230641465286693,0.19354477751391383,0.00002675062850165905,0.6227633552577894,0.007941894697064706,0.3699667615309023,0.46319848420017923,0.6474398751821367,0.4107152469181844,0.00005836109187560584,0.15570141820939148,0.12850318999180446,0.0008084092257001055,0.750865815266621,0.847691036707774,0.8601376588352453,0.5625183087556942,0.6476513925665041,0.00000908105463637299,0.06268004448386492,0.003621489420874571,0.6984950074970226,0.626676995254777,0.011023088267397329,0.5476516935685372,0.6764465819983412,0.8848087150968483,0.15610954642194846,0.00016977776660518032,0.25672005189653624,0.8335025275055735,0.00011133962440103047,0.000018867290097252587,0.3553607645353902,0.38575886973028134,0.9249647615134938,0.364365917944454,0.9629189638171107,0.3449527030934839,0.002062043393217254,0.0004441326050500331,0.2599859125692837,0.7425848266970417,0.8045168450313092,0.2292421922010585,0.258486452428641],[0.5157578706005932,0.019505012055172615,0.4217468871124144,0.0031918371346371286,0.008139006015074203,0.09843028472033231,0.0000744388741272246,0.5984280964095774,0.18615702072176715,0.3213342924383924,0.37203122254572935,0.609201203860927,0.4721750432012505,0.0000706360861376696,0.020429298230626152,0.029682114411412656,0.0020295087707408476,0.56633691105095,0.38877544706584644,0.5553060203963502,0.8357894982860683,0.6187059169045678,0.0000838359605342635,0.21187535509796657,0.0046927056568532915,0.7495519812206821,0.8636067699409085,0.003130914014900875,0.829114078467767,0.3929231828411696,0.6768378928899326,0.5286230846886792,0.0011322385958296378,0.3064898189164963,0.6131309691303188,0.0021338808347667556,0.00005910957585939027,0.29666917946458987,0.21100436579172502,0.7592881792182387,0.24440570940928608,0.765889025686036,0.23661065891638583,0.009899565160271432,0.0003055806256833408,0.5664304790540169,0.6111117959911079,0.08640777075794033,0.6396907952216703,0.45820432638634784],[0.4414331870244226,0.0072324446134068715,0.3312611374813518,0.0008998128409523143,0.0009036279068758491,0.13602720263129717,0.00003187018108555782,0.6861883707031179,0.1042604993160848,0.5790439189048523,0.8137392796660212,0.8101550501505994,0.272526533861928,0.00020800975340411762,0.03831967188336805,0.005106054000685942,0.0016303753100005453,0.7734421998842467,0.7278375831827806,0.8810290675299498,0.7326412878861077,0.7419226263039295,0.000043140427051241704,0.13353972642826714,0.0009850390526339086,0.5560124551750523,0.7262944260662096,0.002309129210659824,0.6274390830882002,0.8587602693769425,0.7674993825045578,0.3733723211114418,0.0014039458044874395,0.5392224154340372,0.729553874680343,0.00045533792602895853,0.00001147461883051626,0.5649932752725416,0.14853882639497087,0.7779619682383719,0.08140810332810504,0.963056054370571,0.2767549983032269,0.04271423175292766,0.0003444875869515184,0.829598050632858,0.6762240998422271,0.5909631233936237,0.08817797336482056,0.5985209679816202],[0.00278003702370512,0.13747218765004687,0.5041606752889246,0.41913040631866505,0.1713979772243926,0.17678449383228423,0.13987583435898265,0.7839597701742579,0.38871711668122394,0.36553386700124013,0.7761292397391916,0.8215685893940258,0.15026323787141257,0.5235903432805894,0.09263906287119077,1.3380903312547297e-7,0.014731614345529269,0.7214525705285678,0.3496235008050691,0.33318497761304755,0.8444299803219858,0.7996036974558003,0.029010593568109113,0.02009902381231661,0.00038520863219550493,0.009036126898851391,0.7608646874177099,0.010842810147611763,0.1576867928715989,0.5854062007585089,0.4903462022205724,0.6238966607379676,0.13778092546911377,0.20734855829554905,0.2929579722700816,0.30639955687700443,0.009123710251159017,0.5883639296149188,0.5196370037780076,0.361072247716723,0.6725711205761388,0.7383482283307274,0.15174716703381244,0.40099102160985545,0.0138143104779968,0.2537996757927161,0.14732648110215976,0.785625855418308,0.04157024115252701,0.004142315752819361],[0.012468197986980671,0.05464243113815764,0.20459552455355934,0.2928159933062253,0.0852355961227343,0.24101189014838348,0.13306941123860205,0.8164365005703128,0.19429654542783262,0.584797032491388,0.48994246663937907,0.5937300543045315,0.05688603948701368,0.4075292646019657,0.08109869679654744,0.00002660107662411146,0.04357915608026702,0.5181976928768445,0.723653917648204,0.21580627665877403,0.703938184793933,0.41414173062194176,0.03514952575439831,0.00459214233331708,0.0002600546119125509,0.007244893540916038,0.8150269887478158,0.018967989882473276,0.41004641511178835,0.36188732566752935,0.49869303859365327,0.8560032723661252,0.09173142837560155,0.5401858168755127,0.2994746366521772,0.4884962510513454,0.011065014399862122,0.6676056173322168,0.47269063380584686,0.6262535053654728,0.706050515267371,0.9757530435814115,0.06756988150819174,0.2955100003824062,0.02852312112763131,0.48915467400897433,0.08194704707893094,0.5680112686669763,0.028589571793489216,0.026988747319811705],[0.001696315140468101,0.20539939178070143,0.2447408965900039,0.4568780789001014,0.18784642859343478,0.07542886672408002,0.0229044534416371,0.7669734429484915,0.561677090936965,0.5901472416070126,0.8210132828266193,0.5991780705587921,0.03899868233366898,0.36972275464776216,0.03710333823912711,3.45486680942369e-7,0.028490562035520237,0.671398460998378,0.4456962560588669,0.1268930842697942,0.7365909476768588,0.6961659064601983,0.018593699255100998,0.004451298142375483,0.00036119352244365485,0.019416983630693413,0.8196011311465446,0.008616945262636315,0.3264499300190824,0.5641092924399076,0.8038441439711433,0.8502064867809922,0.03449229120549672,0.1829084845005712,0.6029318249724203,0.38308907854809177,0.015267907996502433,0.6927884348133015,0.5949979520253972,0.3956913918398692,0.3563465663005233,0.9181044258084128,0.10144119143294751,0.278472081733785,0.006959500607775336,0.4258381731209322,0.010976895848538261,0.5671885448542237,0.022203077155884193,0.025257853960558425],[0.6187341844931061,0.5009650652940595,0.6635241409811216,0.5215574224214499,0.5632877307203579,0.42906123493223514,0.8414940119059907,0.5794819561435931,0.23961259365062898,0.578982618666389,0.25085500681366085,0.5471362928705523,0.1148477396948251,0.438858143456953,0.7829686664857283,0.3622792287179645,0.6277079098731505,0.2607063818581918,0.6041148348508094,0.6200526397246414,0.855644263038659,0.27933966808954197,0.7167296000657655,0.16689374265068563,0.010401922662256707,0.04253217758708042,0.1696611417962669,0.27863655934927,0.7457972821326011,0.5991464456899044,0.006498278297125807,0.8154395084540278,0.08127134909448809,0.20592608917242927,0.37194631359961355,0.03746463283124321,0.4359835535908293,0.41514516368025994,0.01604414752905248,0.5147617510720068,0.5700150221688361,0.6024921197255364,0.7235339032453189,0.5664405175073562,0.009688211436132835,0.3604098053576711,0.44552881189528604,0.03260385637838991,0.5125474217862653,0.4721597243016678],[0.7845433354494675,0.5894883269150146,0.6090508127575694,0.727632916712204,0.654178260619819,0.611677499184138,0.7439384180296559,0.2024528069258804,0.103572407034451,0.5224347842457651,0.28275742089667927,0.7384393905137628,0.2018277347488591,0.31959075015291705,0.7831481367646026,0.4911520145172186,0.2126111475119266,0.6449957051015659,0.5190434386405366,0.41936757057226987,0.7926050622395163,0.5088293496016039,0.35159400526152146,0.5605756998264307,0.008061357432181601,0.039528666469508734,0.22450127269198855,0.24683699451869026,0.5927471644451286,0.8529427038154759,0.004752668138839004,0.8796732254207524,0.4339306597735462,0.4465114331018873,0.5126226218969602,0.024686084221429847,0.6374551539929687,0.6643967354644587,0.011810455637444232,0.7374148059872961,0.4346562560334432,0.8100224164538133,0.85606668066955,0.5632305111733172,0.006581923151734988,0.32935043420439103,0.8565082446606238,0.09291963590694469,0.7738131325718474,0.07961462983319673],[0.45590676122527046,0.262840895564316,0.8360952052340522,0.7041036914511943,0.4794595520591231,0.6159023501116104,0.7100265538557923,0.43981897270958775,0.04896607182489264,0.18795179974187448,0.050471809392779544,0.7242416269860712,0.5715985047558074,0.05670404917955144,0.7334458226049655,0.5235905077159885,0.026686858404304792,0.7670288054961669,0.6145822551552217,0.10298655329406305,0.2955667880777643,0.2607526672348456,0.806543948919299,0.45465550145971645,0.005234861661860048,0.7553951976577592,0.8455900750489731,0.47293550848021243,0.5672451187005288,0.5524583926406976,0.008089742135628703,0.7556593853604356,0.26537954807243413,0.01306870159610107,0.7987058085102806,0.06984788840358379,0.5911601576957524,0.32834897736515056,0.051376411617406775,0.37461527595355104,0.8859483112773272,0.19917313214161145,0.46802491716653355,0.40286616884219856,0.3459971434263388,0.38224710625731373,0.11330636719863307,0.14070011642513483,0.5621767195642322,0.1911747066374937],[0.4627243063519446,0.5972441271893938,0.3930141437421041,0.5443876354990498,0.32355505668203594,0.4662243581876739,0.6352400558420046,0.2597791785944667,0.8486356083080401,0.646291391714018,0.008379518879712288,0.7003893034913525,0.35563450281248976,0.05547038946594666,0.596468964937453,0.3814568816439519,0.7489421708704135,0.5057080565946125,0.15852765629754806,0.547918852283487,0.7876627129584501,0.3997419624848759,0.43820584442375354,0.7509844518513596,0.0029712853257271203,0.17306351842687512,0.1978884004346045,0.37115171460272484,0.6993954595054093,0.6609008621825776,0.003461208809276605,0.7293749231787233,0.2176302420692572,0.15273600096690423,0.5914878735348509,0.0017616521159177425,0.6520718733855225,0.6378963059006706,0.03531747123415169,0.7416694110798177,0.5526228059459389,0.1620465150298026,0.6431101165949269,0.7093940025247802,0.002162148473095719,0.5136985911343956,0.7140939437544414,0.053342994072354745,0.5221876953405845,0.5821992753845244],[0.5240002025141041,0.7961516861226328,0.37598030112008896,0.2109844012624676,0.003533633955386095,0.5095908301041123,0.3273251264116254,0.6692734230085783,0.359476882939991,0.0261545839051384,0.5303265242590066,0.22885219747672148,0.5108963828879592,0.802334435764946,0.4793386408273757,0.23733198402083316,0.49021264498547606,0.1854909363297988,0.3831558756473123,0.019825922577119296,0.07955760568879222,0.5871593179449371,0.06653748779280458,0.7728279085471332,0.44426004497575006,0.7210202758040772,0.4238925361750051,0.48445922694166244,0.7663684139245666,0.45381975792454476,0.5354571458079684,0.5061319210352503,0.48121894169873036,0.5257827683378467,0.04882876522716643,0.6013574778813688,0.22103521290738884,0.2706661995287026,0.044593296351007373,0.34678556367784774,0.4747896055570605,0.13710271677087335,0.7741467967326982,0.3504613888060317,0.10157929384236115,0.5467655313702647,0.15483398317302402,0.8397318249937474,0.11266637408907636,0.5688913811083365],[0.3432810643034302,0.46636629921642514,0.748000106854358,0.2985875737054579,0.21566915035142037,0.6356025271314473,0.7940100437413692,0.5529687218855179,0.29772713403669293,0.012325978595039717,0.7164269761475228,0.38064562777623845,0.08935837964419632,0.27384253484037013,0.4143924260262379,0.3375288877625603,0.18369344502155982,0.7106564956721688,0.8177644838955129,0.007197405323008071,0.48721694291749534,0.770383655436772,0.5508925660347598,0.5468009417386921,0.5762249950999643,0.8461802031422863,0.28500163917850674,0.3199722186726842,0.06109196446871324,0.8012039237560304,0.7842180348396875,0.29319065529311883,0.4376618570920225,0.6007668518460065,0.7426919961723096,0.5488378556139597,0.5008950107385569,0.18361613487271364,0.07718727751007634,0.4070964205845722,0.8099659098876607,0.7308376275053896,0.5034911495745097,0.4128286451529825,0.18637182111516565,0.7089038778793985,0.4494451242148703,0.7226826156615095,0.04000860201993497,0.8523913928570892],[0.2314606821853818,0.2742181603341718,0.42455261227314145,0.34877664447430123,0.15403759478302262,0.5916104424766518,0.7093585720715542,0.5889430492693195,0.08776980388556838,0.009563165852118267,0.656672283011957,0.3104190030911337,0.589488246699934,0.11218993798173152,0.5786017296267186,0.44722582898473373,0.4937467807526439,0.1742720133926112,0.6301023518867046,0.15945245610603176,0.30927724141577556,0.38063073789005003,0.04293565582620254,0.4861455602025252,0.5322787885638248,0.3861771476619787,0.4411571679372627,0.8559483749675528,0.03711768808712376,0.5620834925475026,0.3859429024219477,0.42898831295035633,0.47016059797718845,0.5206255337229784,0.7101048629758151,0.8395387404555015,0.22783559070375728,0.2681608762641676,0.07483980485848574,0.3183792718108075,0.7354482386918632,0.4577351221883727,0.41386739004577133,0.33590529703476263,0.7119494350632701,0.6232737221770964,0.6421710791790318,0.6120322805891938,0.008603967138804423,0.6355532054452306],[0.9052653572438479,0.3180860467632814,0.49013832536054597,0.5584812168606292,0.11457045633774486,0.02076473580628664,0.496698640052702,0.22459545541973036,0.8185792438294931,0.14175204077609554,0.005496804573904219,0.7731575607813972,0.10791162448674302,0.5634796540048366,0.044672748019579656,0.838659806604526,0.6952094573307189,0.48341707911950105,0.46040497354195564,0.6011935233162383,0.7165037312413082,0.802166934365624,0.7557292197998396,0.3914103136780973,0.007784949483683128,0.6946441071426801,0.6409009056689573,0.7141334334683079,0.004228792913232487,0.5887761378461773,0.5633482788664425,0.4696746894349032,0.003764695733680515,0.8040320803822713,0.3443968132085567,0.03609721532783988,0.8148388286829507,0.5962212864922514,0.8048936370119854,0.15262527735923817,0.2721934899638475,0.5981241268223992,0.38657675614985926,0.02870369837461779,0.8833373721086156,0.49980534109578617,0.19172955345531895,0.08788937796842163,0.34092131559717836,0.2151558517391886],[0.6389387495400985,0.8055648080058335,0.7632509981493926,0.09115492009042707,0.3858388467479619,0.053450077348153914,0.24269155571789636,0.2393128565719748,0.6220952766403639,0.2048193955373127,0.005406657851637615,0.4805400548049483,0.01936285666493045,0.6095036521776914,0.007452901992389665,0.6444493239623588,0.8257834641378127,0.08883211152737688,0.35156688204264214,0.5442997155371141,0.7029344484185154,0.6663834221079236,0.15891166310870225,0.3599180997878022,0.0427239839440116,0.6666959584361917,0.6196110650576819,0.8928849309098755,0.014349481712376955,0.5811860945434468,0.7459777104167162,0.5402685111121872,0.06332021493953723,0.5589356767363067,0.15925160370737845,0.0029455378382113053,0.914612938692084,0.5944047358430361,0.27599576994299063,0.08175407926198595,0.5412846041231237,0.6119396689979099,0.5041589194506301,0.010701428353942204,0.7124168404309992,0.7531759611899083,0.27004969929321726,0.20443432384075857,0.5116570384219925,0.051453563299225256],[0.7269861150694079,0.14517056133238898,0.6138126769696506,0.23907713663523655,0.024996845163922282,0.008128318644136627,0.16483352648199373,0.04235726156754974,0.5736633489324681,0.28661622870041575,0.0022284680300886355,0.3303628201485656,0.4779505944335857,0.32045143697422335,0.027181881272939114,0.8452838841481396,0.18768359694391815,0.6046308410181549,0.7715107089397387,0.567387459835178,0.5645356390180865,0.7031598830177895,0.8631718491637315,0.08514000760981814,0.036573115888685365,0.3920532508441585,0.6791221959169552,0.8896609996870999,0.005376034657446428,0.4288970045264923,0.15555536105297282,0.7492942073902291,0.017887405044061538,0.6687202632578837,0.3450967952389684,0.13556763181328924,0.8504145922462273,0.46365586909978623,0.4489860630610127,0.1441809332436227,0.800915740855162,0.2881755968006408,0.4721955419281336,0.0015851933075355263,0.7383814909661471,0.5624067369713123,0.03035251445509248,0.211051255792066,0.9454834243967586,0.05979462472774252],[0.00013599786430205262,0.0034987614120371513,0.5254949052662166,0.86247729104273,0.8312171881718976,0.8475098283151495,0.3662404881290206,0.6642827529443354,0.7493589574595759,0.5574233246506699,0.7739013068394844,0.6322056073081049,0.000626935923981614,0.021172712195180736,0.7280276773639044,0.5583832195449326,0.6656641559743905,0.7248378055097064,0.0016428719869737742,0.05657220004561377,0.30203915065067116,0.16451064154302922,0.2650530636713333,0.2514892670243613,0.5253243182259862,0.2419231769309819,0.874633681680397,0.7601163913175196,0.013636402862353816,0.6604291664445587,0.7312483650142109,0.5958041038095448,0.000045146229206855086,0.3539087973016568,0.0028655897893373164,0.7534870743603128,0.03155029629768875,0.0003034494658483979,0.7145861926985219,0.6667969788357312,0.0006742183306791512,0.615320942909931,0.801457048519799,8.172614367062214e-7,0.04050542803932837,0.5813974311235475,0.3280714745817542,0.6469478120871476,0.8431569447965251,0.33338336098282295],[0.7058100873619759,0.951089642168079,0.1387537128210504,0.46959715306957306,0.07201446849788619,0.0037448363727311013,0.4716491397076029,0.6259952219611211,0.5813015277222747,0.1486078073657676,0.5768895889114741,0.19245532862657322,0.03853424309803692,0.36643881356688446,0.0011743546077030266,0.7355845822582303,0.0014565911227163286,0.951938139315191,0.000536429668725374,0.8093155912006231,0.752312995508454,0.37969961000675556,0.42164378497570426,0.8419138826805399,0.86781641820101,0.34188603829447495,0.008848804610975085,0.6834479546511284,0.4174145002622184,0.8836591853544112,0.45214201627087486,0.0662453620533889,0.7153819649278114,0.05450559180701661,0.38014066884101916,0.028644850272945603,0.30098876000885716,0.0006539561150337423,0.04296004124319275,0.810186096155629,0.6551163151317712,0.5764887892290134,0.02513740548225134,0.3465166898076337,0.8322374487997906,0.2747143541341628,0.5534591816704195,0.4823313300746643,0.11996301935584495,0.32450242553644343],[0.4132565760786854,0.42620611694097715,0.7650440192733229,0.30725537609480585,0.060106563821752945,0.017297030212719677,0.5294021515882807,0.3587397103512011,0.5103937233777698,0.3769128350072309,0.7197763644700419,0.23583467328193405,0.28025195211081017,0.802217065639337,0.008712197118493739,0.5979769830261641,0.7477184993443289,0.5643580986736645,0.013026913775310853,0.6033294447156887,0.735260669636543,0.8398935928237976,0.5635076360179944,0.6250592487399281,0.7366338266489615,0.3644213546263579,0.01601251368547363,0.7399820574343806,0.8005065678061742,0.4659941387846843,0.703015086166046,0.32670594378255513,0.661784497461372,0.3400564195387494,0.6458674769067019,0.0021411823914809073,0.5709967966298981,0.0673139651167853,0.001566056722902162,0.40489101164145447,0.016193523623399722,0.808543421439695,0.31931847569229316,0.6233442947733429,0.6969103354929711,0.2584996969996442,0.4662760863233376,0.3311557285877543,0.6442659930106377,0.04886897795148685],[0.4574036017753074,0.627255779523799,0.7561301391865153,0.3059733485811092,0.41372667386505535,0.0004087508869104624,0.7468550407835611,0.6188390528883754,0.9606352715227665,0.1805574983691311,0.631807214822888,0.12562179943830157,0.10112109139919012,0.901151424775888,0.0002370956937431787,0.5910943032881518,0.10401955071227967,0.508793816086135,0.00027759841513708697,0.6702124000310926,0.5205655139551757,0.7201436254550938,0.8212923572070797,0.7870867166730275,0.7304688141444461,0.667196252517126,0.0038305836010757498,0.6687765525404679,0.8432057094207805,0.6801854568698565,0.631612509900896,0.44255017082480413,0.5070845663767725,0.31620517696392914,0.6041082777552562,0.06584134257002143,0.6587701327044713,0.0003435877283341907,0.0030496337785726724,0.914860704330856,0.127643157165239,0.9118030303659064,0.02507999078109825,0.6580840442007816,0.5146057926019326,0.050684415258252555,0.6341188003317679,0.6060529503632935,0.07061570807043521,0.08215862545553508],[0.01426794563193965,0.00397514971621045,0.5892314567530001,0.00006918673861409477,0.00045455293355049455,0.0008221061705365728,0.005115979105905058,0.42199086090696036,0.36616580283077105,0.25174210757961474,0.3063106259694922,0.8025564509665553,0.0004517956044079726,0.5545483285639231,0.0026346471714601568,0.000001177220004631895,0.011198289011212073,0.036423345074905064,0.8842334009224466,0.3895414077941945,0.6757430784503171,0.7276272571719836,0.44950579302041965,0.1271839829295707,0.5003093698914046,0.21733243253734388,0.17073157712149062,0.3700545517529491,0.6256690910524285,0.1811548035743948,0.8013841060846015,0.791335162585023,0.36237857194339584,0.7133072113848578,0.743310368668836,0.2932994837216482,0.0006700383958041236,0.2523456712853071,0.613012465766153,0.7851572789019814,0.5365431245055463,0.7396792817127168,0.25615425178842505,0.00009997218790944344,0.0008585253930192968,0.372008336479042,0.3035037937299732,0.2628648855687636,0.307111235209081,0.033547495900751886],[0.09288332036281863,0.017554212418767316,0.42442558063727803,0.00005165873046448583,0.0006485873822841888,0.0014782313245221416,0.046401548182198424,0.44945802162940324,0.3431223744917714,0.5875429233528344,0.7686965295327908,0.30751915292591925,0.0011882556955130383,0.21096512414003513,0.003722526869557769,0.000005869820314953517,0.00457700526900322,0.13139770754427285,0.8325343708164049,0.4497803497409949,0.8147409095837052,0.7057943023737959,0.18044349693342346,0.3509496837306019,0.35333929253794794,0.33196356553277184,0.8433046772900334,0.4490946659382586,0.20655464584210526,0.0864115681112039,0.25705696382921683,0.48325871401288306,0.4075295623121151,0.8762255894761176,0.5508723598789421,0.3189197963186101,0.012352304860865942,0.2575859558590151,0.5702769949439546,0.6896737201360806,0.0189846827301629,0.8703381252197442,0.397299884271178,0.0017372984919475176,0.01418031312812212,0.3656742522118341,0.4199105187544813,0.3751458345852209,0.48877074286897426,0.020216887756479444],[0.03727140524937662,0.0038399590371556024,0.5039453664469392,0.000010362895864947316,0.00003301686601264563,0.00013132972113531725,0.009779262983257136,0.4890084690156293,0.6259669821312739,0.3404906996179006,0.7036714989005894,0.8298449559894795,0.0023469941307011494,0.2656560128988747,0.0005355130289282484,1.1204584952299933e-7,0.001729769358792664,0.1304688838725563,0.9333600383235814,0.6032568984916372,0.8355883033335498,0.3804656491281603,0.28441627844039696,0.37047812568445565,0.5418356212192903,0.32955447308627694,0.4059653071372095,0.6190191204029748,0.3843404211395787,0.11386273538540988,0.39717663577973816,0.7178123358932399,0.5735439812061774,0.7880395838124145,0.887234409970398,0.18503668836717663,0.01287332064985759,0.2571431119947334,0.5149875919068223,0.6092712007450227,0.13016861973568086,0.8119212522204828,0.5419613118713612,0.00014709745891269387,0.0038220798382854514,0.1298820059492951,0.26120534618461455,0.26666133379648416,0.5037869245911117,0.012136734273998131],[0.4959575517049088,0.689965406439042,0.1461487622926446,0.7083215996379969,0.8146365093073493,0.000017012779203130278,0.7508695561872343,0.2583004847771934,0.0008249296128787025,0.13455440222381235,0.16269165155714713,0.6878681857065495,0.13728247292142487,0.4044678836648186,0.000029115931530282627,0.000047763552311781884,0.7096223802547552,0.00031014249527245435,0.3450067894972017,0.9693255127980562,0.39017753282237005,0.019564721433209645,0.8431024409856224,0.37400307268497235,0.7516546114598386,0.004572983564168711,0.2618509427377081,0.5355354161781077,0.00020287065940881107,0.6869725784728965,0.8663256821146543,0.17064748009045388,0.0007362884091267464,0.7338031846821159,0.7647650575458355,0.07506116485311158,0.08040865916545528,0.27534296726638835,0.6173528263263,0.8114401324396322,0.003863950155861812,0.18183255761542355,0.7692234608185075,0.0005059642682297635,0.6488613129133138,0.7920152437108423,0.8283934299188703,0.7617840819772125,0.568429301551013,0.0160139034536025],[0.5115290141243964,0.6021900299604667,0.06045673499771303,0.2045409683047041,0.9045487044478563,0.002254472717419439,0.5885858040078573,0.6835536325220964,0.027034748024213448,0.1615392298982965,0.10365337023030916,0.69736994612025,0.05607186730861765,0.4243921713000109,0.000021335861082106675,0.00018438292951850914,0.5284992083701494,0.0018412955120689406,0.2210667115260922,0.5726256530384846,0.2678962725977212,0.07454129201413112,0.3501923958453182,0.12777649179482736,0.4758737566028848,0.056037790546973436,0.14790385623818825,0.3931037319690539,0.002684767862353521,0.3866212763468837,0.8924479233713416,0.23009990309446227,0.06589043221280948,0.5037394718333166,0.7443461729835115,0.05278823558012338,0.8018090573611886,0.37813681661334464,0.11837547186104631,0.8557468352555456,0.20939646166365514,0.6485705613461477,0.891437293742794,0.005373327632941217,0.11681592725620865,0.9496330650866588,0.23977117748552665,0.5254510266098243,0.8027912423658012,0.16153582523724058],[0.03229911207326906,0.25423484523458034,0.0004039370867628457,0.716388762209506,0.8487058743622709,0.018009215415639764,0.6636843845803386,0.0021806560156802895,0.0019744032375333636,0.4950987550258532,0.8115993028542264,0.34607397094230297,0.4925202964847397,0.06026226147732978,0.0005062603807502974,0.001124010926571938,0.37128473224779296,0.13735199745332322,0.02005799125972222,0.8883475620705756,0.6136299435081618,0.28788709356873743,0.8197147382909354,0.13810442220158106,0.6872731707178945,0.2747766866405408,0.6756542477424022,0.10123604270116937,0.016186897476869692,0.5416970336607739,0.6385983142758951,0.7872359225146432,0.01621710911451692,0.5405907693598926,0.7102270210005173,0.2935756913327629,0.12933295463290978,0.85213694183268,0.7571435290333739,0.6729877879765827,0.10632313852258458,0.20383178603957613,0.17350955766780998,0.027018302092671875,0.756165899568894,0.8205704686304706,0.39548027183526646,0.2246428622161547,0.4549237933171699,0.275994609218542],[0.08363050766503424,0.17994951513569415,0.00005535133494336423,0.36353146853186996,0.6962930056235099,0.34921761727928746,0.5532168292786743,0.0019938370745833474,0.041319980448851996,0.7619611002662404,0.8314819957259993,0.24335829738309217,0.7893513864955809,0.04831837929670492,0.0053337987463215825,0.0013225146080173182,0.34656780522384517,0.4125488817196159,0.02161571794345454,0.7799597545127829,0.8927302189461811,0.21957165148514546,0.5233215942948033,0.08738134758574288,0.4571243876517774,0.5693056322880214,0.4225778546863888,0.02980895737929502,0.07485425015058407,0.39642244901539625,0.8596351177071385,0.558953156605509,0.13262354094287254,0.114936408417689,0.8449769849050426,0.4324922942565641,0.6616952638316568,0.9186456954017937,0.21838475383976275,0.2624526201864932,0.7535564945838803,0.137126336991905,0.21141803542365528,0.1201762143105405,0.5824665749707584,0.7331507418087889,0.5989980211209086,0.7893043479169545,0.08207661618887824,0.6869531998062799],[0.031071515762411177,0.2162448196570331,0.00009475211851924787,0.32779622496779504,0.9587106297132953,0.4481236015151641,0.8521392963931081,0.02527248923711546,0.09304931902689265,0.13636524787427098,0.7082036003420326,0.13204974525225502,0.35975832613434416,0.0788336050757431,0.0028314541999735357,0.0005549879310840223,0.12917467661412513,0.08339456396627803,0.011480599777380522,0.6876609331005957,0.47556220171714564,0.17740179146007254,0.6422730082809424,0.3688780562088971,0.4163487092187223,0.7364984996460202,0.5912114757836275,0.012177141861355453,0.07155205113755413,0.11621707934357949,0.8841259902551158,0.7281345106279435,0.3986484829025763,0.06568430611293824,0.9028264244563768,0.2515566320826876,0.7086455281344971,0.6198711807872803,0.7325563501709694,0.6087210214294431,0.5730244895245489,0.6394353514166309,0.21625312161898563,0.12350768513296019,0.4556412774144505,0.8049190116573341,0.03708090422103738,0.11175387349165448,0.3829528838522461,0.303171422017451],[0.1444081337697207,0.6085106819039026,0.005306179650664681,0.3825531306174738,0.45406041110472056,0.7290770952798709,0.6707640964165068,0.0005694328056420521,0.1326214788247977,0.5411720294457224,0.5886433187716006,0.31006833638648557,0.8543379618080895,0.24920386146048837,0.2562909679968401,0.037814419249507555,0.5232445746234428,0.6208583582005154,0.377635193601955,0.585243420911933,0.7367265283919311,0.12103000250512005,0.682010385017001,0.030720901326232224,0.5318380969446711,0.6044557074471373,0.6276663818518942,0.005624966587762931,0.07648227498358749,0.7212104497333699,0.631108696497259,0.5931159726918775,0.7036784936765741,0.005550595699149879,0.7604195986184028,0.5566005487729162,0.4070742825771911,0.8015999183721844,0.8799717838482473,0.12516503317942285,0.7923777827588789,0.7838098167204365,0.3626913412570118,0.4282295576390019,0.750767866483427,0.6545796833769116,0.0428627404996064,0.24970813913162007,0.4471951079310322,0.5884073439576977],[0.6678946778921621,0.6369540724750087,0.2853980756562896,0.12844476704564894,0.6055466884806292,0.0001966250265747233,0.8068671997093094,0.5409365063182554,0.3292960126983485,0.7007827178774428,0.45077738404157625,0.0004837680026031003,0.0004061724995375091,0.19098308390280747,0.5662525956265431,0.8820583390874078,0.5951296778758021,0.7107374262088082,0.8121846713187555,0.7701396583580381,0.801905081677771,0.0282043791219355,0.14750905967578004,0.8675420459170127,0.63047355740976,0.7466281921795554,0.5117911036454781,0.0024351037539626255,0.41724479867762926,0.0008844441342346894,0.468393469925679,0.4336414603180179,0.7174597510582844,0.17577964923036954,0.0731800940882329,0.4652900266113663,0.8246659867150659,0.49589958472886486,0.005297488185799886,0.7008992692362146,0.764428991064856,0.7304917842247003,0.1184642378129106,0.18590971067609247,0.19406868214634654,0.6743118450389355,0.13962176921819047,0.8648996849053165,0.6767381504370619,0.6078181294356975],[0.6218636605329314,0.26745567786323815,0.16043690069855754,0.3682353872364111,0.8505767613810151,0.0002781115713839108,0.8497690944259635,0.39750271660884967,0.37688277202691683,0.8914602904936936,0.30767334595741097,0.004926031388691975,0.0010985111303705697,0.09108365459638934,0.4790888968082832,0.8624283887392372,0.8179801309497995,0.908642759482914,0.640897640164651,0.6094177868405843,0.6797788496476002,0.026809653761597947,0.03154893049191807,0.6672299590424401,0.22754331411486436,0.7914971465252674,0.38023003313596826,0.0017994697369728065,0.16772764678356436,0.002720915277871186,0.6982525407061977,0.7304644413644164,0.5689792312533086,0.32080092743359373,0.051830399729794176,0.7341096171519466,0.7462126809558375,0.5917404552104338,0.013031182534747799,0.5868429548786388,0.9438839481503053,0.3280440051789592,0.08673904266486958,0.17798306315057838,0.40137126697043324,0.7378034009713478,0.15601373583746192,0.9047615499233616,0.5942349455539067,0.5341972461771921],[0.6362572514210659,0.5456221265637018,0.41495576158184044,0.09558006212634684,0.8223658361348414,0.006608628258902031,0.5700388767132325,0.5818808738083063,0.6593518118685494,0.7519499557469111,0.3394646969619568,0.009424939778022577,0.0020488133549145223,0.16553577316946608,0.8006122063103348,0.518303897768404,0.7100642586966377,0.7609144345298672,0.6144969502018538,0.6359367397954989,0.8567118970839952,0.04223489140665005,0.18483383238288414,0.6167662393569939,0.4241852560033314,0.3002389321634379,0.26153673129963506,0.03878145309016789,0.27961514181033276,0.0051992806581760455,0.7983125661177984,0.7259499469785826,0.597129929513644,0.28085761501930684,0.06824842386405273,0.24582308251041593,0.6096858421400541,0.5288809129238811,0.018314891621811383,0.709312410998956,0.5536074853620724,0.48648598895621864,0.345712028118532,0.44943793919497776,0.46041418456751054,0.5124144056362624,0.1946436747632814,0.46543227893814204,0.3894516885598177,0.5533429548392773],[0.5986048387800136,0.8163745554838534,0.5308486187344399,0.05738841577896354,0.7730056316258005,0.005502724236725328,0.6960386806800644,0.2986703107359803,0.46035946240426556,0.7883320232948607,0.6927347003872524,0.010493695856563193,0.001033112539342158,0.23345882960270756,0.7990253450658573,0.7618435661674847,0.7971348921115096,0.8170125561215291,0.4276893370881473,0.7074568017060593,0.7689466456414631,0.019193128226169948,0.302684627850928,0.7598116705316997,0.3121905421010264,0.6774278359028008,0.5345451964711858,0.08542899887490644,0.5537305178506562,0.005150042285122296,0.7901373071283666,0.7130628393215197,0.5725275202204072,0.23436277846868991,0.07020932573457109,0.508666589244211,0.8336006959761912,0.3371469830973462,0.07387998695828182,0.5060294083968608,0.5779112737491818,0.6392016662396934,0.5038819836344138,0.10092649463900202,0.3390501691350489,0.4029897935686073,0.24896470216865738,0.6089204466445749,0.43130222555216313,0.8228649367616343],[0.7161297172194693,0.012617808809557733,0.03510294737770516,0.013552231115163085,0.8361172232610169,0.17362315658204522,0.984393985983549,0.7025692547776291,0.39960089700439144,0.02981580372865945,0.535618321366102,0.5904539899619231,0.00005441613516570328,0.6170709966914064,0.3042516851342168,0.5306570065243504,0.04549422367612265,0.013830569795442183,0.000005754909073797989,0.02223906258109127,0.7353589317161141,0.013718641184771828,0.6128077032981205,0.46788297943313834,0.0010790301871176286,0.5051962934410483,0.7529380751469792,0.060540069762011504,0.468142338438363,0.00022591701794542782,0.7725367005659773,0.009473309991696864,0.7303362012841123,0.3644742304130118,0.8384658904259049,0.6829682269402939,0.6348859360590831,0.5832175106432204,0.5981698091452616,0.883164457972247,0.5729733453770838,0.6606913302617528,0.8097660612713836,0.05654884984922332,0.8124606132209378,0.6437306745991057,0.000009820250250834043,0.6328504047501136,0.9078792482121516,0.004433692263588721],[0.34419540567196166,0.042128548605042705,0.35263134792310374,0.18448798259088384,0.639837471509457,0.7150399847372019,0.3492844294331174,0.11667295462920768,0.3365946485430343,0.010596327475518424,0.5992871149350971,0.8144673333933939,0.017195241497308562,0.5086491320093368,0.6444070735615246,0.42555043481144694,0.2866614528407192,0.011051815932297513,0.008488685017068879,0.018726162738837995,0.5919506123270887,0.6157044213883125,0.18650505676721182,0.14116133076955756,0.3771196649375528,0.6199010162291476,0.8023178603778565,0.5791640173233522,0.5893852803170349,0.6917946685677513,0.023931908860674738,0.6028541264644994,0.5898964442170088,0.4783151042363062,0.6647555322117453,0.40564134372660915,0.6750082099728821,0.03187857652571806,0.5949865583610946,0.05629271724968531,0.12801621965149906,0.6696572240198094,0.7416985048802026,0.39052711813973234,0.679982215973799,0.4714625285175125,0.005231170513902896,0.6380532604750409,0.34923963852851314,0.5447668644513045],[0.6717780536338247,0.8119729680381785,0.7643674806671064,0.21682473336638483,0.3958005155771434,0.042022778476748505,0.3296048344562319,0.1434214477483274,0.03239601017960799,0.3113505625923899,0.001053797342866375,0.013810222779439354,0.8309311258419734,0.18430030468100927,0.00251054180573035,0.5265179059943482,0.11776339638000208,0.6615638612143951,0.652204664496218,0.06286403458442529,0.635460629410718,0.5115675241196177,0.6884977290125361,0.7095757977192801,0.9065530807441601,0.40984775118715217,0.47200737087947664,0.21714609819682862,0.19168749257656995,0.02704374098214765,0.0025057464086412984,0.29061404107439226,0.11509748384825066,0.6255613988838122,0.5096223722403844,0.6970751345299886,0.6439832438002465,0.4848743177443664,0.19368853567426483,0.5989391082220115,0.6510374420883596,0.6206192735692471,0.2055305826910498,0.8028766883152613,0.24625394420925512,0.5368605813734363,0.6683696183005604,0.0005755972025740863,0.4362942459245845,0.19782802670672492],[0.36649656436385364,0.7175687318281182,0.6443153757293261,0.05276713888945906,0.4547534429126946,0.004553531148878305,0.6507553504706873,0.056413317432555336,0.013191627924860509,0.7498333035669973,0.0007505098370387495,0.20223583822881178,0.44054190778473024,0.0012110693091673852,0.43140706038522525,0.747998232698021,0.28846769244587367,0.5461904383055295,0.6255982884570981,0.00103127082093112,0.6602858388671355,0.7238961753897926,0.6891972748911023,0.795932679853302,0.9119095458397563,0.581410981297416,0.4686422102529165,0.06504367845539799,0.27865991539417495,0.003735525991599049,0.00942017168539587,0.09117293595915138,0.1264909524255456,0.6990178814808052,0.5485736573559167,0.9043821694741291,0.8294023435157503,0.5319741113834976,0.6191763762893293,0.7660787175426083,0.40055244522417427,0.7860737645087107,0.024934624263070096,0.8978841569227067,0.2644698090955678,0.6472435986811031,0.8660920816905675,0.0008575195647911804,0.6365505492306063,0.00990408829167012],[0.8127066043186331,0.7117608904653538,0.9015175438762648,0.17418332122132,0.000974473227399222,0.25061958613700186,0.08742990204708473,0.0016965843931082967,0.00039481377029288784,0.16504297227279804,0.07417207710950434,0.0010166636423176495,0.11488821765870995,0.6911515558180847,0.15392178786541888,0.46208601088171847,0.14830567149299165,0.463873933557235,0.40152029125493494,0.49726104457433246,0.692592881645713,0.28397455055553306,0.7258412359596494,0.8306680696857563,0.8237456935369845,0.2913913045509509,0.5751649805290457,0.1764045271594556,0.5189173365233497,0.5305416615446336,0.007114904238954762,0.5688172731540443,0.0037075423839628354,0.7993244093497919,0.2974915560335163,0.842749196258997,0.4898959396984078,0.030480502161002822,0.49750382986806974,0.6144332272923562,0.4969498152089713,0.5724934259151306,0.6366182801711959,0.7244635142941094,0.013891132439699217,0.125852294618177,0.695378387241526,0.24916513034831275,0.7469852038030467,0.2641004849113008]],[[0.0000018531440176754262,0.00002124944633902008,0.000016919669624030275,0.00001155961913884956,0.000027436398247344322,0.00009415655720037985,0.0001606045850397059,0.00002893209655524292,0.000005206235843704894,0.000010832847051475736,0.00013674506485123245,0.00002385760013529704,0.0000035404528824929187,0.00007919592077630472,0.00018838164395509912,0.0000013068614475170098,0.000022535516956784106,0.000031082187745177205,0.000002094676091187301,0.000049869980463001864,0.000006197773697169414,6.379342486319121e-7],[0.00004440211542421374,0.0000073397510249104,0.0007121510936998244,0.0002724528001733224,0.000050989293286975776,0.0003739754018813526,0.0007296748932277588,0.0010560353573363535,0.0006768508418506738,0.000054074112363469994,0.000016746533468125704,0.00023982533930071186,0.8261547167997514,0.00017830313744765383,0.000020568715977788244,0.0017527364765264513,0.00002091633080362831,0.00011210563011393748,0.000857023039628801,0.00002779775299288017,0.0006385817577544704,0.002164652933768338],[0.000040963697409050846,0.0000064564726101648685,0.00024234610333070714,0.00008135147609593724,0.00019666518990426855,0.00016987030692302635,0.0005246999904893718,0.000055578912797898535,0.0000685449810769613,0.00010365825131936024,0.00014538248315853773,0.00004891670254406365,0.8275511290118301,0.00013442615663594097,0.000028484738308424665,0.00015384873787160097,0.0002727186356282195,0.00024650690984593895,0.000886788914865408,0.00008222060867143583,0.00040671126993039377,0.005755575431290352],[0.00005222298058930929,0.000041699854976876184,0.0005687794883576377,0.000059796590331505035,0.00007230478136766033,0.00006706059929580038,0.00018196486815975446,0.0004466834269613401,0.00007107931518841663,0.00004211038891564093,0.0002520109286126866,0.0005260479284757385,0.836799910867814,0.00013476884685039678,0.000036637042684553945,0.0033391469173392817,0.00001287231528459709,0.00004316733175813897,0.0006419891435559635,0.00011508059802602076,0.00036308219575886927,0.001732228642595442],[0.00013324916350495485,0.0004256940485497095,0.000057557637790994576,0.000010808500152244653,0.00019514354795187826,0.000028413965042707198,0.8468384124438786,0.00001958492376130482,0.00016784110197439695,0.00015638388403770956,0.00010981112364252765,0.0035534693254401853,0.00013587714323615494,0.0005305748917826201,0.0001690233102322372,0.0000836800299308298,0.00004003256481803535,0.00003823968886215624,0.00002297820590576351,0.00021040204789976558,0.00007847692142710386,0.0000031049404315201586],[0.00009066233119657617,0.0002660515223778603,0.00008566273307259921,0.00009132759929722407,0.000047949990753428914,0.0002735370961167854,0.8667020549593956,0.0002599014835934879,0.00012170853823679875,0.00006862188200505816,0.00018557063086534095,0.0002971327406592744,0.00006709808494028552,0.0004126896482138565,0.0000902346327083952,0.00000490270640180144,0.00008267630795366461,0.000035829932273403446,0.000002262179931832049,0.00003743002693651862,0.00008519258896566787,0.0000016783492283057627],[0.00022487068500862213,0.00006003106644498779,0.0000066309709429216036,0.000033992047193075825,0.00010361093197570687,0.0005373399839428259,0.8658801023158806,0.00019145267998773408,0.00001209143477033172,0.00011406506109202036,0.0002825266213449054,0.0005816757192660545,0.00025318903207729873,0.000054005474506009635,0.00033375028167162576,0.000207257909164688,0.00028023591484183417,0.0001565701684752064,0.0000416430789595474,0.0011445135755518527,0.000006093613787260192,0.000012592279178611356],[0.00013167729509999727,0.00000675492045839219,0.00044695174143543384,0.00010320746575178061,0.000007308079530073892,0.00010195827037125723,0.859740774780366,0.0008138346850707845,0.000008636790439478343,0.00016816146950247992,0.0002220074151252148,0.00018394971561437997,0.0006638571663640465,0.0005196970474678148,0.00006681751123833244,0.000015836906739538714,0.00015051485378937294,0.00003917253542270395,0.00005622663986841726,0.0003191981115374419,0.00000634861999325404,0.000009269621051864702],[0.000004458474779961901,0.0002803510853974761,0.000028908131454021657,0.000015030743950271568,0.00001097194785460411,0.000142344219161668,0.0006111580324104294,0.00004358885905233679,0.0000118977536123522,0.000001806765933894727,0.0010128453218133727,0.00010240359986604936,0.00035835480023781776,0.8721184770017102,0.00005927003192398968,0.0000389303139677618,0.000044065355359580547,0.000026769398105355397,0.000002873225884388234,0.00010461502960197955,0.00014829260963908805,0.00000174821255559074],[0.00001338005469899633,0.0006212190735764637,0.000009828652725288656,0.00006971870428971945,0.00001656373759791633,0.00004684158370096608,0.00036244403289075204,0.000009985784514641254,0.000017425970847264265,0.000026682663430083686,0.00047120146374871774,0.00006677035594708946,0.00004238970593652992,0.8569936429836776,0.00004669979504266473,0.000017304177432449313,0.00014699748053853692,0.000010098175907197619,0.00002532875651836505,0.00031757347860527046,0.00011190032051347799,4.819179320346676e-7],[3.192240027782576e-7,0.0008274789274777246,0.00014189726662094777,0.000007497959658251645,0.000008381135157940304,0.00018163639548615272,0.000020132310801146107,0.000010531363970471109,0.00006279234820776521,0.00007395762059323979,0.000008964825650368544,0.000770539977262777,0.00008558282773808116,0.8380440874809517,0.000043301984456320036,0.00001182880725427389,0.00015909379458643448,0.00002619077134256847,0.0000016251155204316273,0.00009435348163073875,0.0003037266578449366,2.418623134412491e-7],[0.0000214841598066531,0.0000272024626321829,0.8569172928384571,0.000010325221282605016,0.0004100456923200161,0.00008589006115013544,0.000026647238178341207,0.00015396992715679785,0.00027679943779071686,0.000035289540027657724,0.00040450815456459033,0.0005067653886271263,0.00003236914298611354,0.00004807610815035654,0.00005795093245480722,0.000010954544727351055,0.000034409278207841274,0.000029508201103549896,0.0000012705723590976357,0.0003367758336166714,0.0002461082601622073,0.000004265324939942795],[0.00012376605484430058,0.000010207605637378854,0.864493457159332,0.000017518632036945544,0.0003756639448657511,0.000018036217171266106,0.000010048526904236338,0.00008933071840198945,0.00007173777437677196,0.00007197748040292906,0.0005040807488440245,0.00008144557400048605,0.000008430674639650221,0.000014394566161845062,0.00014323598809110277,0.0000031761260138325828,0.00001952614111627633,0.00008498053182738148,0.000002207193509504899,0.0006910392834147436,0.00007830041959268963,0.00026793748038219533],[0.000029278977944927363,0.0001266868050740411,0.8240157230573321,0.00021071830366951714,0.0011193811813514623,0.0005633458072248796,0.00011021190819563254,0.00027679565870934524,0.0001151063548708085,0.00006015839328519098,0.0010084377900873103,0.000709547435178412,0.0011582978785605702,0.00021457288870427765,0.00010027159930043006,0.0018159779100868354,0.00005304240721546275,0.00004755505898799255,0.00007321348226340273,0.00013598985633907248,0.000007160481108803839,0.001480166664785519],[0.0013962913307685853,0.0005125313340477436,0.0001567348610075019,0.0003074844611013523,0.00005134536421047756,0.000020856668071920364,0.0002955716446048204,0.000011323424559101406,0.000003768095194037285,0.8475411753925369,0.0008152505863065263,0.00026077235754693915,0.00008163287712232,0.0004224877492398088,0.0005774467477662306,0.00008892607161029646,0.0003194903780836027,0.00017816747329130954,0.0000821526410989373,0.00034277603910974565,0.00024742494239297685,0.0000178491667426979],[0.002539255220699704,0.00046385255241439337,0.00007386054435064196,0.0005104110982163902,0.0002548296325656178,0.000005137920949687542,0.0002548584760100934,0.0000033159653987628935,0.000003407845867562542,0.8349142284497488,0.00050974599514356,0.000302689081133553,0.0000770344963147382,0.000020184302366922382,0.00033508003629037676,0.000008325331333327842,0.0001675531166775265,0.0005253028786236082,0.00011851580789133754,0.000205782444014461,0.000018369663049177046,0.00016887730325946705],[0.00009558376460992631,0.00028264555623396057,0.00005167991261288971,1.4477966554422257e-7,0.0004150518625709237,0.00006415203824421208,0.00004392457213290079,2.766732535809104e-7,0.000002276713226606169,0.00012550002027635345,0.9562226348267715,0.00017764588390021792,0.000014623154408122238,0.00003843801247251185,0.00002950984908171251,0.000008186710351972266,0.0000010351994929286017,0.000014158408161326312,0.000024916603923001526,0.00000313560162774456,0.00000537293500138952,0.00000701412727628164],[0.00004890601688724928,0.00030113732650427824,0.0008620859877904387,0.000023712981519819223,0.0013561617039067504,0.0002301185032645425,0.000006758112365986456,0.000026591386096323173,0.00003652276027772889,0.0001239268395614338,0.8609991776955155,0.00005968437924518531,0.000027144459376389866,0.00008752141533205815,0.000004144760836114073,0.0000031620128892856627,0.0000027850424026021154,0.00021703763704591548,0.000005090236459047933,0.000005298672188827768,0.0001918572098098041,0.000005072892153563564],[0.00005744665225867906,0.00015137805673185492,0.00021274545176358287,0.000006828505199257287,0.0011525158544897084,0.00013880787443585151,0.0001050550974320513,0.000004842516477660337,0.00003856057885155737,0.00024439317719949485,0.8615582563865127,0.00003435514949618564,0.00003918969595294759,0.00017013870906541672,0.0000020206503050791506,0.000004860728206234219,0.0000018313835110967726,0.00004917417480790179,0.0000020479170287392004,0.00002482581507123883,0.00014504160674743132,0.000012814563315748575],[0.00008634025229634356,0.00006296035611475575,0.0000308084243488634,0.0000054358468977665046,0.0001406751451579658,0.000052764666900770554,0.00008614746363880983,0.000012950068435084823,0.000001060861134425869,0.00011194854387859619,0.8596226876370396,0.000045004546250704275,0.0000010029674524968897,0.00012380502448297462,0.000047024250736604686,7.915177967965137e-7,0.00000684852715578244,0.00007164955052754862,0.00005426094609554473,0.0000030167824251201166,0.00006852147018484382,0.000001497367875275282],[0.00005134738942240845,0.00008445567533787765,0.00010253206029123597,0.0000014189565891153888,0.0008593540562016136,0.000025992233861330225,0.00013315473644428763,0.0000063907834267390884,0.00002048701912046569,0.00008254490961878943,0.9516643482537654,0.0001422559474755517,0.00002421479453668279,0.000037754717139587146,0.00007015922538254138,0.000011194056221175515,0.000012440527286655817,0.00008409989888227467,0.00005435727653000256,0.00002035391314091566,0.00008167513730890744,0.0000037844687208154488],[0.00003636649627421491,0.000023869299634263847,0.0002204559860706294,0.000003829342229829951,0.0001692780524978892,0.0000946739742044291,0.0003831420552128789,0.00010613567698777962,0.0000012278514286631022,0.000024306175196836138,0.8828337777782219,0.00003525007299495857,0.000014173622700269545,0.00013274266099591025,0.00005956212922236432,0.000027553951469233993,0.0000018739780100797658,0.0000657949280840872,0.0000066720216865849185,0.0006925263184459151,0.00021136806736194553,0.000010470395041962018],[0.00013476696168189864,0.00007578462619589449,0.0005115867109118968,0.00016111732536972211,0.8518722787546348,0.0002934097288527048,0.00000948097936111531,0.00003391746642269238,0.00021024319262349033,0.00006558344365284508,0.0017011617734744285,0.0002452520632227769,0.000017094900523115013,0.0000018186625671647893,0.00001408561385106092,0.000002188482119868652,0.000006647095093106848,0.00009994981354623686,0.00010811178704067004,0.000022168910145484923,0.000004913932446108992,0.00036570380962365847],[7.71016320798947e-7,0.0000015739861989021,0.0006942376079602803,0.00019279907933417325,0.8511852443818294,0.000012721893687238742,0.000003560477334691489,0.00002862780343307134,0.00006212748524229738,0.0001983769840039242,0.0002116608258442962,0.00003898748078993948,0.00003673776449525975,0.00003181185195042609,0.0001116661108760176,0.00011460286303900445,0.00000453441482839725,0.00022914888070555073,0.00017733438088360525,0.000008996148689744045,0.00010838930117507084,0.000021234469063646865],[0.0000039300275316686526,0.00002220330650293564,0.0001242574711171126,0.00003703914519748548,0.8435708697142555,0.00006319137387331344,0.000019023993716019082,0.000009111067867486782,0.000007155030062364963,0.00001703117954109008,0.0006524067733929003,0.00003790259449919203,0.000008523611885378885,0.000023519553880939035,0.00042241867962942726,0.0000017128847212038039,0.000002695511848419713,0.00006676018156508983,0.000011624340302192166,0.00017257306851651655,0.0000031671058067821865,0.000009807228172165823],[0.0016626675834950898,0.8651486702345228,0.00007081284591096195,0.00004228544179303862,0.00009396497069844588,0.0005536430248076927,0.000034798799891058454,0.00007746510392916653,0.0004311010737441211,0.0006304509516959012,0.00008669286496043402,0.00016969132379532288,0.00008237299123368281,0.00036823219838398824,0.000056946549156069075,0.0001845206745780303,0.0003131872370200964,0.000059122345185470506,0.0003511131052822167,0.000007747934838515433,0.00008453874736605324,0.00001879760118526351],[0.001851755741215547,0.8453654059071526,0.000001461576717632139,0.00006387250768489201,0.000016825328404706077,0.000548109958086114,0.00025766435188064805,0.000003328174655139254,0.0009004743598204755,0.00016775125116888536,0.0009571891070834014,0.00004191371564266732,0.000004827207052947042,0.000546849374706873,0.000010490601681290648,0.000003818688795321794,0.000015928475307669702,0.000005625232102707055,0.0000012883403403383999,0.000004764503144897063,0.00012537936340996698,2.634424837667844e-7],[0.0000695981832496525,0.8427859151755102,0.000029029045717254085,0.00003553879162358562,0.000015362425674881858,0.000048182306029510896,0.000026872130171859304,0.0000013752291381273076,0.00003254183868276029,0.0007628453350927803,0.00035820162353028827,0.00022522014328806822,6.935444678772356e-7,0.0007349872904663994,0.00017136231000075552,0.0000010018315431744558,0.0001816007501261207,0.00003502770230516222,0.000012877849722181363,0.000022544382041116,0.0008835594742631408,0.000040968176224443544],[0.00012022559439484547,0.000010646739294105973,0.0003856437228260403,0.000056585135376703765,0.00030710769223233004,0.00008658997100199759,0.00011069745399402246,0.000050665060682028647,0.00007355277062872498,0.00006680241986856638,0.00002115527019371543,0.00030930259899484555,0.0029880729434726473,0.0000020812980533511078,0.000004016442786539098,0.00038533756586001995,0.00003358717857214825,0.00002032283922108664,0.001075630388863653,0.0000560971773882898,0.00004088925709617382,0.8226065272025601],[0.00005215358210985999,0.000007199123498896738,0.0013174738975244191,0.00014123924012058426,0.0005518418113363193,0.0008135626976257194,0.0000771167095443376,0.00005898049885285722,0.0000334476877722894,0.0004079501089765582,0.000021315873211848625,0.000058781141318618285,0.0015241920327177456,0.000013551828389885247,0.00003232514256796806,0.0001382531730783566,0.00011074558054580828,0.0003438889401445039,0.001442029309633616,0.00035298070590178383,0.00007816640046694152,0.8344210789940382],[0.000016844433155868216,0.0000017337070235785588,0.00024147817797657393,0.00007110787619565781,0.000031107713903768484,0.00004401588467242327,0.000023187762963706905,0.000038970908939806845,0.00004131492793754938,0.000018098548065287976,0.0000051989881032244445,0.00004467206791527189,0.0011794793928708454,8.880367264952166e-7,0.0000019786939416226625,0.0005751333316724567,0.00001164223290470134,0.000031322965899260446,0.0008854745205741214,0.0000701330594063075,0.00012155385786258435,0.8325542091282917],[0.0007351104035235871,0.00006574480920279967,0.00028155749790919623,0.00008277072231782588,0.00007345020235774364,0.0002782956881796545,0.0002159898841082178,0.00013979105317819975,0.00006668303266026442,0.00004782144339362836,0.00010426495222246062,0.00028767367999568087,0.0003906534588033185,0.0006147485532828866,0.000668057422354447,0.8573725998659906,0.000017462376278959247,0.00001220218531730902,0.0004064930303619677,0.00048325061281551075,0.000292452368015801,0.0009927406763411088],[0.00048657479240360127,0.0001147222570940495,0.0005252473505938113,0.00007679194199087302,0.0003385131955841955,0.0002463903228052654,0.00005568522490482994,0.0001153998970179153,0.0003172353522276776,0.0000751535288245843,0.000022438414618915604,0.000993716649111716,0.0015292595342747237,0.000724884347785748,0.00013343440669961621,0.8447959814049445,0.00011567972078885314,0.0001343652872026256,0.0009196771444931541,0.0001818646089799007,0.000016946274718956225,0.00026325528635025297],[0.0006097179002414516,0.0000480384816516595,0.00016837260368660255,0.000048818625044763606,0.00001499647652299007,0.0009285407788215747,0.00015189634978203146,0.000028268824940757016,0.000060066790626195423,0.0002594906599960919,0.00005313292206267198,0.0002851276450386941,0.0014732248710634444,0.0002603575685459634,0.0003376822283067072,0.8460142384266234,0.000009655320032047353,0.00004866435999240236,0.0010511401683374207,0.0000668624069760485,0.000048024480545039084,0.00039314750624261694],[0.00002508178521855632,0.00000882040057739818,0.0009551242526579065,0.000348383577555652,0.00014179342455531764,0.00008865823819455644,0.0000912065110761832,0.0001918763532174061,0.0002934470349418467,0.00004675063597030474,0.00007489558753803597,0.0000637695452884208,0.0000042158842387209135,0.0003465701289986545,0.0002004770980978773,0.00005247937232916917,0.00016574055184190523,0.00014650478154443439,0.0000035766197178913273,0.8566063152911102,0.00004715180827225744,0.00012883608903656196],[0.000017949433048791037,8.707766865892211e-7,0.00006167646146407847,0.000045002834228539066,0.000021482474366098545,0.000017078589438586494,0.00006634849340663136,0.00008378936855200796,0.0000742516114951904,0.000039057800921713204,0.0000057742538259100145,0.000020600691174110146,0.00000890268601859752,0.000015859728539022115,0.0001756534547403282,0.000008791132439376199,0.00023644125338510705,0.00014374668441704516,0.0000013254937440313504,0.9273636504115513,0.00003362752201013578,0.0002494893132131667],[0.000009057763331179117,0.0000018293277303314495,0.0007185312269913279,0.0000071627551152542735,0.000057551816239461294,0.00011734276154372667,0.00009148029774341692,0.0005600265804629396,0.00010127893063352909,0.0001654053645414583,0.00015531562101558615,0.000627272089852379,0.0001019391642839357,0.0005310548321023726,0.000519166233782339,0.000014608084401495912,0.00004387375639686606,0.0006160844543938611,9.151845953248108e-7,0.8522850043212522,0.000011918551589849368,0.00002964083741337432],[0.00001826401887880284,0.000010222152393723855,0.00007800449887764566,0.000030618821508552154,0.000014216726545248693,0.00007893061377544497,0.000800603267540254,0.0004383006503434344,0.00037813144065855075,0.000017761145940423007,0.00002056465282030841,0.000005887004378134417,0.00001040047864368486,0.000355496171759912,0.00005610451260102932,0.0000014121651997449505,0.00010202738582122434,0.00009896477549189745,6.182418552657343e-7,0.8775395528543042,0.00008725353437450774,0.00006791882429293692],[0.00004927065460510981,0.00004685868803859704,0.0005656092841650327,0.000026694689050789292,0.0004234901246248161,0.000009539342177413108,0.002819035445629496,0.00007795944127707324,0.00021610608413391387,0.00008133016442522484,0.00006461766104251303,0.8236247740719221,0.00015192186480664387,0.0014951343051462734,0.0002256661247016827,0.00011979524714763102,0.0005678018224034216,0.000026059282735988158,0.00007752952467118242,0.00005052817896376371,0.00013833900036458425,0.00006586770658923903],[0.000014510036595613474,0.0000029171099352479817,0.0000669352238712657,0.000025225742268114188,0.000007033573520421582,0.000021394941131249157,0.00005940551364053914,0.000018083603370702698,0.00007887190506240566,0.000003399837558507807,0.000005369758628609358,0.847611600245404,0.00009736426226014547,0.000005919440915857929,0.00002492897250826962,0.00005151304793610685,0.000009514119436782927,0.000012754015302559889,0.00001614502571324329,0.00008478810439458688,0.00004893350057195557,0.000022120145787595468],[0.00003731855521181456,0.0010025726306688509,0.0001825280700482894,0.00005385682315895266,0.0003420555789066229,0.00012599021147680452,0.0008386327704761631,0.0000310031441137301,0.00008586361336457261,0.00006599650697240465,0.0003485425341934258,0.8484958831406374,0.00005138763908422369,0.00018525312818609203,0.00026515429808204,0.0000351140745443062,0.000020960179054919867,0.0002931727992644117,0.000036157628779397215,0.000027914354407965117,0.00006438759812772928,0.000008811766404776532],[0.000012494578449401106,0.00001010778136403787,0.00037163625701931556,0.000106047153018677,0.00013196843952327712,0.000017800896935886317,0.000011254860343873059,0.8734827867547489,0.000004420608475946132,0.000017892201784360607,0.000025065432019606847,0.000032125570453639616,0.00010237206014045593,0.000005238400960607415,0.00015724089172529094,9.72629471268236e-7,0.000008132199397801294,0.000029697907480797024,0.00006695168020514967,0.00005170300181862646,0.00020259004254199586,0.000013403733224464709],[0.00004885590559134568,0.000015150316648561222,0.00015248907691752406,0.0005411827914295802,0.00025163276683096424,0.00012498594774750288,0.0012160845373006255,0.8602778377289781,0.0004524478136512273,0.0000037524738364806853,0.0000032189800476297916,0.00022075395921351164,0.00009113662914202281,0.000011562434839393622,0.0003646568686058848,0.000001975851885765696,0.000028831881286875462,0.00011190132093842086,0.00002395784888377102,0.00005392221216229852,0.0005084018646621349,0.00001009326903391943],[0.000054995415500173985,0.000010046621300615012,0.00017746124704496637,0.000035434597777522286,0.00007769058557786747,0.0000655681337069851,0.0001605986805718269,0.8771783753262559,0.00006687476488436464,0.00005594000471297647,0.0000668956077068801,0.00002792828744757075,0.0002541547853143621,0.00022769572303498899,0.00009007977414741986,0.000006323157618390399,0.0007693972576813176,0.0002802007549161673,0.00013071484651038917,0.0010797673746621795,0.00006959529904656983,0.000007733595192535203],[0.7926421466380547,0.0026750590891318495,0.00006906732843649398,0.00010367613394259843,0.000009566115255637848,0.000012429476214242064,0.0004633797522981872,0.000007815071649447703,0.000034897209351354416,0.002276038777649363,0.00011741513456263903,0.00020844751193172103,7.919414344468984e-7,0.0000065393080014692045,0.00037403701041194954,0.0013131253198665406,0.000003884643167148613,0.0000020503256642648435,0.00001112715695726222,0.00006140513193892501,0.000002036061493635483,0.0000064395822737858455],[0.000007315607444026665,0.0012598549780412176,0.000026727033846518975,0.0003438615800306395,0.00011412473112303002,0.00003374191365079951,0.0000016721462841711591,0.0005071522993853146,0.0003843794607529951,0.0000605052930307535,0.0001936686712698341,0.0004558608452100257,0.00010160451998140011,0.000151300488491538,0.000022686561198852796,0.0000028603932152710415,0.0000936999381075372,0.00009986541436360391,0.00003082843524999331,0.00004960602081733491,0.8721556471751759,0.0001432981080191626],[0.00000318908852020119,0.000010404530308160732,0.00012054545431692192,0.00004070960881396724,0.000005814362394337787,0.000020158819060359628,0.000023868291295539094,0.0003655466967753171,0.000033400727973861495,0.00009530252488877864,0.0001625910487143819,0.000028567425092464785,0.00009793905367833447,0.0001504237131511661,0.0005122502277027577,5.494704646349725e-7,0.00006597450922747104,0.00006971645614045312,0.0004979467967682257,0.00007446065556710059,0.8596271202310953,0.000025627456411750638],[0.000001354920318860892,0.0000014557046646077892,0.00003966212511662326,0.00012215384873090585,0.000014472777736805125,0.0000019321012300476377,0.000018024258378510575,0.00007722332267082871,0.000053168026261540275,0.0001015519007573246,0.000012952930804622522,0.0001544903681697811,0.00016840295767746725,0.000023951807908425315,0.00004553471956434329,0.0000027248876847344065,0.000017247691352264526,0.00005720659209191833,0.0003890835144079197,0.00005056547109987079,0.8806035493721325,0.000006100822723006081],[0.00013567379415009443,0.000005357923801014595,0.0001808841461868354,0.0005547292142047835,0.00013068264419358437,0.000085547372626539,0.000049991359381328376,0.00015147393575188156,0.000013561806053014384,0.000309224184224118,0.00008905145953785591,0.00015769630802277187,0.0009871340523827073,0.000015102478309777689,0.0005129326774907311,0.0009489124264912928,0.0002820542078797382,0.00006032156774641241,0.8335884948511655,0.00006149788632759287,0.0006109276900235994,0.001284628723062645],[0.00028872007663723656,0.0001269720059340787,0.000030875487177835215,0.0003323152193632544,0.00005172419387556991,0.00005435274534059734,0.00005603739683827108,0.0003945187513863772,0.000020266013937918692,0.00018443975597456648,0.00010042568138599563,0.0000739605489545435,0.0009461718914496525,0.00005978593072475334,0.0004621395579165936,0.0005688088380138929,0.0009189574770677635,0.0007222476030914957,0.8305269998905989,0.000006038587264230144,0.00025742674352938064,0.002055873123362424],[0.00020367689893079955,0.000029209993960407522,0.00010676113804583394,0.0007130480664399451,0.00009379393736924151,0.000037838248141876756,0.00006576374448542702,0.00006179497363661309,0.000008691549161791015,0.0003040899713468359,0.00002636692469936685,0.00005866583991670891,0.0006015130851056055,0.0000232208264989467,0.0006290589868123,0.00046105428529681213,0.0001630148257168495,0.00005095442813266755,0.8792258865490782,0.00001375157045328137,0.0003615810788193387,0.0005785137197619248],[0.00012845269566052832,0.00009085251471859163,0.00007423265663341807,0.8324848765498012,0.0006055318678631472,0.0006649078254017819,0.00005877241814848418,0.00045680033355572714,0.000004913465130539909,0.00036204095975046177,0.000008326247206947829,0.000009903789055597059,0.000020765237462516554,0.00005144424484482353,0.00011031967148244896,6.972213892398696e-7,0.00018897640483470524,0.000028885303911186468,0.0001604819427601971,0.00010187897366542673,0.00029545359020714785,0.00001447739950095413],[0.00034234862873974665,0.00006380393973725181,0.000026756601734305927,0.8570764864487164,0.00035471241306669974,0.00042076487596761627,0.00011979194585761011,0.0006565109935173784,0.0005110685121450706,0.0010984348687769904,2.120972493925663e-7,0.00006135510180512893,0.000020315496685178258,0.00003687341971739007,0.0008763353518400842,0.000018536915411141258,0.00014318727012602124,0.00014914805612140176,0.0003693985343035869,0.0003865584682001284,0.00006438993307148589,0.00010117456658010025],[0.00005519229562206645,0.0007010040420382116,0.0001392835539499957,0.0026768849070843296,0.0001425679512497875,0.8829821021025522,0.00005861464112757147,0.00009704732072321565,0.000008622979873137826,0.000026025943257522094,0.0007669741968084068,0.000002560386148058915,0.000011307729234109793,0.0004432035585733517,0.00017443876554793756,0.000033538616850970405,0.00005445137246212092,0.00011230399745529121,0.0001380999060754939,0.00002933297777054072,0.00012196319216658305,0.000004707632631445073],[0.00003307948278383875,0.00012975489167216714,0.00013563373624909941,0.00015074615292847896,0.00001755649903190289,0.8673512092291953,0.00044743790674437204,0.000018912274411310923,0.000651545757182215,0.000007312781447219756,0.00003624648475200631,0.00004558982652840524,0.000017854361351160412,0.00044479904650637786,0.00004868335332781394,0.0000419525682415835,0.000005743598475802419,0.00015855527248477636,0.00000843276388014983,0.000016886717721742336,0.00013551740525306164,0.00017146290837374023],[0.00008597463372784505,0.0001547630387583419,0.0001539420926324935,0.0005624862749028044,0.00006425806727980764,0.8913255421278939,0.00009277847355265508,0.00011906559507069713,0.00028097707213615416,0.00006070520409552162,0.000023205668852115578,0.000052804032713328226,0.00009491991778298805,0.00017527480316508736,0.0017259474429065476,0.00002500626135924218,0.00004636298177637393,0.00017024329109346424,0.00008647276104218645,0.00005480466365068024,0.000027520535993992348,0.000005915434219936691],[0.0000018739935562750059,0.0008276483254049804,0.000259904008962569,0.00000963184984384537,0.00013740508462327044,0.8534593812503722,0.0001624767794811642,0.00002088546874858296,0.000034451718762073256,7.219916726029156e-7,0.000211652550679458,0.00002424247936806127,0.0000025232208717481607,0.0002011686415765166,0.00024768519223479263,0.00007953554470025946,0.0000031054230207114768,0.000034694800188079294,0.0000015282193018231348,0.000020296704546193945,0.0000036029582032610214,6.52832372544308e-7],[0.000005693416349360093,0.0000806424941823228,0.00002198862593277603,0.00003242702174142836,0.00003791601227841198,0.00013590562165756247,0.0000072852200870106555,0.00004300380194694717,0.8692972622357491,8.223562608730542e-7,2.2529247277010692e-7,0.00025647442149860536,0.00002363049360638928,0.00001565944817473903,0.00007116840670619684,0.0000012747082568394142,0.000015716661235712784,0.00008649271835086017,0.0000036951212028331933,0.00006571662465895906,0.00007937872817596619,0.000021651472546279172],[0.0002111921705647575,0.00026885833574542486,0.00010170493674556745,0.00003631367767332063,0.00013525262200122858,0.0008681775721716035,0.0000030563040046505505,0.00008607519556835503,0.9082527357882688,3.03057369144994e-7,0.0000010683303188845189,0.00042591675318553443,0.00004200965541359924,0.000018906652476763115,0.00007436035555197474,0.000007493937060180649,0.000003184488089961881,0.00031475220265317523,1.8826502343540493e-7,0.00003098438787520107,0.000022819465200660474,0.000012240107285262378],[0.00018264450072436094,0.00010581201779988235,0.00002249331468386568,0.0001616596390475355,0.0002449724595690771,0.00014810813641309364,0.000001040714591059416,0.00004970694590814445,0.8632610743880488,0.000007692970057797688,0.000005748920609502799,0.00003376270971721033,0.0000073991868953608765,0.00006558108977033421,0.000059481754624106985,0.000010236794023609536,0.00000880820997209185,0.00009555798700651945,0.000011777302401960978,0.0001201866119957827,0.0004764497241903207,0.000019548513188005322],[0.000054183412730602346,0.00017232720956838907,0.00009933153700576031,0.000007552753274801894,0.000016276291835429433,0.00011369231327611453,0.0000019076947410339222,0.000014313572285446171,0.9001545916863827,0.0000028004108768151536,2.695565647973647e-7,0.00006325740038677745,0.000005012303903584088,0.000003224212676564572,0.0001616837714194719,0.000004549004792249279,0.000017606396132443448,0.000027002982123200376,0.0000019886027162282563,0.00008111986618872103,0.00015643536671738908,0.000018344743334320074],[0.00004005385115179353,0.00002214595930943462,0.000007240474070223782,0.0003720627125843538,0.00019747430150177117,0.0006467743334597677,0.000018117081050380386,0.00006426527064235096,0.0005047950885838804,0.00012378603776731404,6.557039266956399e-7,0.00008798828949225008,0.000015809040431966698,0.000029580819883520184,0.8395523477437529,0.0000067771218183313475,0.000004034971811716829,0.000030343601140280838,0.000049853713574258417,0.000015459345598070438,0.00009698160476618345,0.000001460790717028141],[0.00040546346087953067,0.000056425915379919334,0.0002157864760257701,0.00001103259981399477,0.00037369913208540117,0.0005167601818696634,0.0005041134118355902,0.00029165698773577647,0.00000768665919659112,0.00019088381834120096,0.0004486428745778351,0.0005721339123547515,0.000045466657448910486,0.00008603078635852818,0.8279823650804868,0.00006113127909000573,0.00002743505364881371,0.000008915654093795615,0.00008740456357137292,0.0008625984332226918,0.000032396219051671895,0.000007837944881343118],[0.0000011115412066955985,0.00005078132726860705,0.000051471798863805675,0.00031483217312298434,0.0011550789233235113,0.00008964245609299175,0.00005041636572814769,0.00018185671526552125,0.0008948951686694021,0.0004836966065473178,0.00013882358435316736,0.0007136637383030945,0.00029563168083927924,0.0009156512462893077,0.0000060920621922419505,0.000006679154063314681,0.001013776180300274,0.838282486001934,0.0001475112384244711,0.0008327798695475335,0.00019154928499513356,0.000036044526972156364],[0.0000021429333675342214,0.000011515169265620392,0.000017969909731240243,0.00008835129567551765,0.00007292848354405316,0.00006582702736485007,0.00001237589343941016,0.00022505591889471555,0.0007402623914280567,0.00012243068791342973,0.00017446114501625462,0.00008408646058164435,0.000004911931244589024,0.0002752274677138744,0.000026701670249584313,0.000003244051496860716,0.001838735574824611,0.8506299053154612,0.000032887754985852074,0.00012502159465675012,0.00006458793490943914,0.000022188908222144496],[0.00000518017561150541,0.000044749175548943574,0.0001763279221361908,0.0001367840475193885,0.00008734963581144679,0.00000304470971440033,0.0001552802869336963,0.0002855614625832768,0.000029247991839113376,0.00045501480284856763,0.000007897286700322714,0.00016169790997883136,0.00011114527245120597,0.00020731205800377604,0.00002949247741736693,0.000007550939154410772,0.8136259154868368,0.003501939052815451,0.0016003166215682034,0.0005186556075095654,0.0005095670197059646,0.00004256317065348057]]],"Weights":[[[-0.1109208081443392,-0.6690196651719662,0.30734230916851757,0.37995967964734895,-0.5854017404113546,0.4449916465797638,-0.3660725460605835,-0.8280695361149772,0.926361007754062,-0.13520794564132324,-1.526355073889073,-0.39607168364049117,0.13602642893307834,-0.7598250196479347,0.285228210189318,0.12100192361383799,0.8256651625488415,0.26771632887725016,-1.263265952063036,0.6380319618177758,0.9572881217863609,0.7055768439535839,-0.342444500102944,0.8387815723050532,-0.9250851140001943,0.5018326683797208,0.41782022138168473,0.08830379012857092,-0.8373736710957329,-0.8909689843580254,-1.4683453939269322,-0.1435727154612244,0.5035339354318971,-1.1492512596281423,-0.3742172512482744,-1.665593101956997,0.18233572759069308,0.8313768600897316,0.13736419778045472,0.215320854404082,0.5417969243627816,-0.8838210789636051,0.18044770200791502,-0.010306660015015017,-1.1930812275339309,-0.14493172769665683,-0.08531527275623399,-0.5706593124224845,-0.1600137877492091,0.09773254680563517],[-0.3586951582958279,0.5196913984911959,-0.16573201733678788,-0.4096906118510494,0.24149527485963543,-2.332740496921728,-0.5950906091039226,0.694154367858564,0.7145626845475845,-0.04938792928014524,0.27390996724048916,-0.6749020601045557,-1.2035868524360849,0.7562406276885658,-2.6296068935299526,0.5378733566836603,-1.4843346680650655,-0.565387652161291,-1.7432901850763929,-0.40309876328707994,-0.5531931641601499,0.16870426675448558,0.9433299609041205,-0.25615160635557,0.3680415338160177,0.7916605460290888,-2.0929960865721844,0.4153245408709985,0.24734297781795983,0.423224244081433,-0.26828605912761977,0.05244349854329688,0.9771354553722761,-0.6384469939951394,0.05186192199867036,-0.8213305634621589,0.13091040577988497,-2.4990531414012818,-0.3765161007676935,0.18220508986791611,0.07663936800889272,0.42239938971768887,-1.3989564877622775,0.3933722796015175,1.0729878698791033,0.06087183747235952,-0.5935433700909722,1.0353487214759878,-0.6237256624687917,0.200460130933499],[-0.6734719165481323,0.7272535303868001,0.49070041975079076,-1.5597808505762816,0.16122411046372292,0.3771703623818445,-0.5674457797274713,0.43579617869026793,-0.4011843731778211,-0.0002996147777544534,-1.583695458600837,0.64879420664632,-0.9722215044989261,-0.4985652631438169,-0.8368102541070545,-0.4751138737285135,0.6707188519605605,-0.9536391697768634,-0.5932595612491365,1.1413264492670065,0.9008871453416042,-0.6329845873709796,-0.37386401826230753,-0.2772685757997483,-0.8974878937756327,0.223055027695969,-0.5581219427895185,0.8587824040149172,-0.11464168761354783,-0.8773848715828154,-0.8361922391590332,0.6944517648323116,0.4021207690190877,-0.7539232512690367,-0.3367515574174218,-1.4561149578772683,0.912536450218263,-0.08009991157614069,-0.6855096131984826,-0.6697590082722651,0.9288722613004742,-0.023760573471499236,-0.6116421791406174,-1.0525491371797961,0.8034283619246625,0.7104864092753812,-0.8524059324671274,-0.18114846351745487,-0.5379117981155829,-0.13433817765292752],[0.5756831221735342,-0.5929587519054133,-0.8007576029869091,0.6412950389279108,0.7243358913864014,0.477197648098899,-0.8490330032951965,0.7407897495229284,-0.3933576167552789,0.7089760234500015,0.7453671411943127,-0.5215175969281329,0.2741038709996625,-1.5914324542851468,0.5253921211999153,0.27143146295057047,0.8282105125073327,-0.024016717599788618,-1.9140132249205524,-0.5117225021892011,-0.15816972774184035,-2.015014679822899,-0.5755241348592138,0.9360198145368118,0.22586455337016512,-1.740441817562099,0.18955638534051353,0.39399047201145954,0.8446980391871487,-0.26890059041132885,-1.395151902682014,-1.4079013547052652,-0.0448488141884842,-0.042876602264426446,0.3577910466758882,0.3943953501089945,0.10032026845909042,-0.9190458715535254,-0.6247776181053601,0.5036512602210916,-0.08952707482452424,-0.10938621422760803,0.7641867289638387,-1.890530369516124,0.08192317761251187,-0.03451522190950457,0.24638066272213435,0.23177132495362465,0.38928390166046656,-0.5005978207203567],[-0.2299669366296955,0.2513108048807387,-0.3067659373525489,0.45027888589276005,0.593257864033858,-0.1250171054004489,-0.47293160806040124,-0.9265250881607726,0.770363088461088,0.8491309987113249,0.4794425168583578,-0.1793715336442529,0.7487291022634185,0.5522128397751437,0.3615899329338703,-0.49724401431887716,-0.8315557146213255,0.5686683633751591,-0.2147855874373055,-0.7874765022236029,-0.8972739368922319,-0.35346599314643484,0.5246397057266998,-0.5420992337034113,-0.11265481245896133,0.5273419836704276,0.005315142342662893,0.9439863390797679,0.9045663097205161,-0.8927730966416639,-1.0321412761790447,-0.28892260245367246,-0.6328612263856475,0.004533145000469969,-0.8964147640631831,-0.4695617405840155,-0.12738692527730724,0.7381116706985006,-0.5369661225212942,0.37727063917290543,-0.5925446338132434,-1.663023467665197,-0.1444452818752926,-0.1916414612028787,-0.10565146002505746,-0.5778347425089653,0.6608995643193888,-0.5473485058420454,-0.8511955292461679,-0.5823944292552187],[-1.171058242686337,-1.168031882536169,-0.8514296753979722,0.35727568198467224,-0.017744881148261685,0.7389409251445935,-0.5497694006690487,-0.5046666503898685,0.5635813518973914,0.35056867299696154,0.9395056760669721,-0.37120537040947466,0.5931808198090998,0.023550912835331072,0.1688165828090048,-0.0171146696894997,-0.5472257785958814,0.9033273722051691,-0.7732397937425257,-0.8838888833821891,0.040940812374225366,0.6776305222881379,1.0423210562846592,-0.9708018246735108,0.23127906883152918,-0.6415678398119441,-0.5500568154953431,-0.4117107095754983,0.1812612458620942,0.2126184368227398,-0.3973023716157461,-1.021248059829195,0.9616424809163892,0.8468560373919939,-0.7576290729470258,-0.10341466788109106,-0.1774877238046808,0.46279653028035,0.7272966238631347,-0.5909822686662654,0.3128452537725128,0.1421821315926245,-0.303275862932509,0.5650854272209764,0.28887459821027733,0.9548909039726634,0.8815848467891858,-0.6289774506907738,-0.899418896635388,0.05948303241697072],[-1.1574049036550607,-0.8347507408897158,0.8482559758562889,-3.2142902090424545,-2.6364690036723504,-2.7607941212487694,-0.8483646461392642,-0.7155541189586326,0.7266348117962739,-0.002733235804968566,-0.5260710065423018,0.5818625418836626,-2.243279341434849,0.8099757411321665,-0.9551580413476576,-3.2378927190488502,-0.2804142990395962,-1.6159176059277796,0.9133249757921177,-0.09730260511187493,0.3170154576792326,0.1420405667252634,0.9501648470100723,-0.3424523808816309,1.2810520323922476,0.7757403429578549,-1.5082231897374927,0.603170273663239,0.5677999302173299,-0.636015865477369,0.9601750497643666,0.025099055515798396,0.5419493331359184,0.7529570817705599,0.8552802788479947,-0.013111139666627405,-0.40451646216552706,-0.3185124821534897,0.5182684857423119,1.1220973093505178,0.5413290991945882,-0.42908880678996214,0.9235272461379317,-3.416817134774535,-0.6639380985862898,-0.2169259441736932,-0.7823359814437232,0.2837174011332716,0.5779120386144175,-1.4836804031398625],[-0.5413850884910499,-1.0594428647498084,-0.1491228171803486,-0.37329117706611525,0.4916245001405219,0.33738198227859895,0.6382110183819834,0.6981892452126977,-1.7769358372274855,-0.02689790722224044,0.294713085084032,0.7161649730123869,-0.09949114570855197,0.6720146062944605,-0.9595138696711626,-0.7699437355833634,-0.8516738323859543,-0.11890117026515726,0.39269690752460307,-0.19731831589129106,-0.37263580147256714,0.351105193695972,-1.1327294405540467,0.7628668823668903,-1.3656328540767864,0.27652462430329716,0.865727618322573,-0.809132709752637,0.7123214614754387,-0.31353730010723824,0.8201692035408027,0.11749795065286218,-1.7717372788678716,-1.0055083778109033,-0.8256811782724263,-0.6853372676024044,0.7326971842839326,-1.9027472632092204,0.7131441097544393,0.2019961119683576,-0.23217371495448524,1.005960640229639,-0.5481469109463449,-0.3526199805434994,-0.556705037495035,-0.47933551886366005,-0.4894464458623671,-0.1812758713700203,-0.4484677682221746,-0.5287248425907991],[-0.14093440060805484,0.7437029961682441,0.09090623664220795,-0.34184883880671985,-0.5535892747472706,0.7337126269675038,1.0081298834110453,-0.05573772867197436,-0.712635428166657,-2.703403312660373,0.8219021087766009,0.04120536219971373,-1.2119494531623056,-0.5989633313107033,-0.5054240130511618,-0.938580615376843,-1.2894537136200082,0.6950953725783915,0.9633588638098327,-1.9346217704884099,-0.4411883340629195,0.751297478223226,0.6950281731596188,0.22394745098124746,0.7729893298167909,0.8707239665374269,-1.0460107171373063,-0.06314599684036468,-1.6504209464789514,0.9639626085657291,0.6062329136475691,-0.7332510911769974,-0.2259766806024211,0.9243794614596145,0.8495441457685057,0.08378325888795758,-0.024932472183507696,-0.4814215908946264,-1.888930705366885,-0.8695901614068006,0.47199009329033276,0.46329836298514265,-0.19996729808905533,0.6084657044877884,-0.7439616289500323,0.3233781503223105,0.044697863906407925,0.16915020823777036,-2.039022104986088,0.7444416346122367],[-0.4211954322488316,-1.1906588926134904,0.23713608935556915,0.9878155867689858,-0.69235979368222,0.870352808151804,0.8247921689706601,-1.1823829654175098,0.19290799632868522,-0.6043546548729379,-1.1311038809590752,0.18494067901820854,0.8603597666312276,0.5516549580010411,-1.1931095165477426,-1.6168489855707011,0.7537995055684011,0.5291185771364435,0.8615472977551345,0.8412322918194893,0.13507657883484372,0.1311372830681478,0.9276524475923413,0.6341380031701261,0.012466506438650375,0.17802023876441272,-0.1889861845165438,1.1170256874871778,0.12507095405195912,-0.21740954855921402,-0.5196709287769434,-0.1629844917927431,0.8393247632394704,-0.18882422797497825,0.705839589026713,-0.9903964693105816,2.2447122797488537,-1.2270194158964105,0.348351001930175,0.7519348389629269,-0.18622679145618626,-0.7643641116477946,-3.5308652260252433,-0.14718841245237257,-0.46944916942104975,-0.3583404451434809,0.5872669857519679,0.9376832975023833,-0.45526290106342326,0.11815891663628861],[-0.20968229680756129,-0.3495484192318618,0.9329185091688538,-0.24586547905372552,-0.7355942978071905,-2.697969194231409,0.41927562732622353,-0.4183493051681646,0.6879778471339254,-0.3536747150414389,0.9759818734440805,-0.7631067034756358,0.3024322550205607,0.6852928744390556,-2.8221551776875313,0.1710392888511843,0.36474708341391454,-0.33314719736471204,-2.8619833296990294,1.1052286185847007,-0.5251656779444874,0.27818286531309283,0.8178151649328498,0.8170308000359175,0.9572254155112019,-0.4328063079672957,-2.5847112515643205,0.3835234069912535,0.8147585078700065,-0.21502950419902367,0.5729145857550221,0.04870194409248993,-0.6185478793527667,0.6942841237673136,0.08288642579779959,-2.0552473346519844,0.44191345692751655,-2.0554224393778124,-3.034749739148673,0.7787543666928346,-1.8380681296286672,-0.042044019744027585,-1.4020491005527724,0.003830780342480255,0.21840078827915232,-1.1847121086432593,0.10899497142572294,-0.249910649140714,0.21693979068230074,-1.5797650498602236],[0.7034637283922993,0.0046793573931921285,-0.5963139017923528,0.731752924626045,-0.48764757545712084,-0.5691566384117741,1.0131658181357348,0.6075785548794168,-0.6825031866377775,-0.3538306365268617,0.6969228201214588,-0.47301666905297196,-0.9018200426270647,0.7948471267945515,-1.2651028719478403,0.8746940234001671,-1.4003492884347344,0.5143351061403657,-0.29255065262956614,0.1410039638370837,0.05046667192980248,0.42930062571992617,-0.2631165852677842,0.9604342559474973,0.413013435025695,-0.837615234572196,-0.8672524543066209,0.4352567734473671,-0.2665894815279634,0.8380558155280963,-0.47852758576464216,-0.8006903131172433,0.03721628470625746,-0.47352146839927867,-0.36128446369369344,-1.1284771837092682,-0.09915087408105797,-0.9166351517905347,-0.2997388090356608,0.9015899287430726,0.19466694914932783,-0.20495672985890767,-0.43807493928038244,0.689145411005541,0.2629233956562614,0.82447183554338,0.8690411467325022,-0.8770840210302332,0.1916087527508515,0.3475714702575177],[-2.5974762991348843,-1.0003492054109864,0.20529407548290185,0.6000017837545925,0.8096294988265802,0.059962152386511605,-3.2164027288153862,-1.3924851667957452,-0.7341566925160049,-0.9571006606721602,-0.12399980070711962,0.4664394218234781,0.6885939542511088,-0.9162467476419396,0.24080928781752772,0.3891872940990005,-0.7014530789597937,0.819386188649426,0.773405966022877,0.5240498742915797,-1.7389991329470378,0.34860073864524077,0.025847733439633393,-2.531091132274455,0.7286717259001787,-0.5548931545126944,-0.8820472428209934,0.4453016062725572,0.9210536041182031,-1.0451332552914003,0.34593833301752475,-1.5444838479120475,0.24948272918298414,-0.6832936692527131,-1.7059016816506964,-0.4433253331011061,-0.7145712245477773,1.0137434971523436,0.4096822547064738,0.6971656080157977,-0.43400400901019914,0.20193804871329749,-1.4396125075603228,-0.17939188006992568,1.087570832324123,-0.9783389717113086,0.19655195760578723,-2.5904183302373696,0.5653541290163946,0.3963853279093875],[-0.9255979923915849,-1.3268468155998385,-0.08074967995317248,0.16582221192071517,-0.7815306969575285,0.20791091430109873,0.05627783991496667,0.09086810734961946,0.8636149187753198,-0.4422437211201019,0.08427357043281958,0.3244602422197417,0.7231030727103098,0.586234940430356,0.8984440500350865,0.95509042729678,0.23395348690212983,-0.18412087546094702,0.6125268698590466,0.6863622848874734,-0.9236873752470799,-0.1407731927293403,0.6999165350110417,-0.28766007174690195,0.9389469003936036,0.9525136403569637,0.26971585244443064,0.41141287000723215,-0.25157959766517346,0.520776725177882,0.1161875417604718,-2.267403004771829,-0.5772682241159046,0.7515332453539822,-0.25542401732369024,0.3896078983189512,-2.3053987583556435,-0.23304276407507302,0.40083795301241887,0.9435841141186608,-1.4912057995880295,-1.7413451024671882,-2.2444486543634055,1.010268866961614,0.9133361633895882,0.6611030690390013,-0.257556864361989,-0.6469993262224557,0.2343231752003794,-0.1463971602970255],[-0.20470653865996022,-0.954004787357072,0.3258655162410161,0.9650819040860031,-0.7747800547741278,0.8144758610956064,-0.5647329086613264,-1.2772773550183236,0.012906231252401661,-0.7585567407054884,-0.14854135203242047,-0.4715960203397586,-0.4168537750389064,0.8685681451515335,0.12081147544260963,-0.346279726847711,0.11371168422730987,-0.43464004229048725,-0.13497833694690162,-1.4289952954553473,0.558003021154857,0.07851924219127963,-1.1830798681662562,0.1801905024237501,-1.2040654911092088,-0.6522386818173523,-0.825147865569021,0.8889496998125221,-0.4120342226368009,-0.4424535872204947,-0.6496334529470666,-0.4454836442421005,-1.810005279387482,-1.2133057841562993,0.17574684715892944,0.24266673281309592,-0.2488302574141083,0.49427146890665224,-0.4640832255904249,0.222306471953947,0.8263478155764996,-0.2353053461264774,-0.3654133672498966,-0.25882240191694506,-1.7017949449570353,-0.14766418895568295,0.5070753246892412,0.09467475662630567,-0.5060020711402912,-0.5592854760687547],[-0.6570428741022953,-0.2623345678195681,-0.44937054731943776,-0.23590553361633418,-0.028606004773315687,0.5026106623725177,1.0238238935006523,0.6769220087506181,-0.853128008347113,-2.2093167822073356,0.7754081005496599,-0.0004188624252064024,-0.048940442716051434,-1.253263366050279,0.5747516245127844,-0.26419605207497715,0.7816578786384347,-1.167167605933736,0.4668211433234804,-0.6876473829686922,-1.114783890712938,-0.059007424171023684,-1.4239562528068477,-0.7664694914820762,0.38115616992177764,-0.4453247316433204,0.4567028070497774,0.909901691620948,-1.5537532506204266,0.9905720798561947,-0.5434203023500307,-0.7242917901765134,-0.13451073176662043,-0.18056376012943717,0.8321538954496337,0.8871431801647665,-1.2185345808004826,-0.7295493175203915,-0.7877204019824768,-0.9147713565207765,0.02929193264107107,0.26361201850368565,0.2957108503729391,-0.8775784742523782,0.8187471122870009,0.8193762869052152,0.17150592193234043,-0.22107876648689906,-2.2906203699361454,-0.7020915874481497],[-1.279458314782831,-1.203486687338726,-1.0344065790698957,-0.6496056689733005,-0.13770330412555895,0.30307354591224883,-0.47027149471560664,-1.6757644353029555,-0.5059366326952472,-2.579528840022097,0.9276485406429961,0.6541071786543435,-2.14848144264119,0.40291082584265164,0.3001076243808174,-0.5613658548124962,-0.3715519803127381,-2.4949278384341302,-1.9280961817767666,-1.9119451249733375,-0.3782975011631627,-0.023601767550682877,-1.08815139754715,-1.3088811207259943,-0.663472168312343,-0.29454339845350597,0.85402695936041,-0.06320431434924081,0.5583784743839688,0.30638164318142047,-1.7060232743238333,-0.44310522116890977,-0.3474494595301652,-0.8598760997880339,-0.4622263521641145,-0.6688358794788671,0.7486700098764008,-1.729388001021192,0.16786874242721064,-1.1695236881648978,-0.8974355781099369,0.7754787426400714,0.8500526020310181,-0.89011148003263,-0.06213186957176035,-0.5643785347145474,-2.001457106492695,0.7381411406446886,-0.7571503791097466,0.6686070905747743],[-1.5609476681788979,-0.616106364086482,-3.9399548315115482,0.8897987140005236,0.27492482089111064,1.0578538920395053,-0.025884495833733975,-3.077926214123708,-0.8625446236610669,0.16986293924551757,0.9633975735348558,-1.311810742580284,1.5035536181879587,-1.273009429052712,-0.18245816884683516,-2.4497076737516834,-0.37399202379009466,0.8652176572146899,-1.8682803403493198,0.7540495081333161,0.6784734592509697,-0.8066463627127787,-0.0752814289803946,-1.384695000398443,-0.18379538105298107,1.5370827949288621,0.9197764977419347,-2.333818809981428,-0.7063058407243119,-0.5838270347480412,-0.015583259681112056,1.1792248100350293,0.5181116587615522,-2.225017585219978,1.1117545090872198,0.16780521884196764,0.17279548979849987,0.8752278582258572,0.9180097065042186,-0.5158179713062276,1.3819649515094528,0.39588647160066504,-1.2929941846988782,0.06415209248366507,0.40158493564286324,0.5942992056539225,-1.0795579862429527,-0.9129545880843004,-0.7260794148573473,0.7939382363905636],[-1.6795894089353258,-0.304082092056047,-1.5016626213938156,0.4218083525727792,0.31951576273291965,0.10707465681850885,-2.300523715050352,-0.1151436334912049,-0.43084774326064984,-0.0031437208408718947,-0.34411243574688344,-0.27049135257213724,-0.7163523885610643,0.17733291914809504,-0.5869994423903231,-2.699517024522262,0.41487306156954745,-2.0375882247580406,0.6518896931012566,0.20616594655289336,0.038126001218592574,-0.7975256495480048,0.9127944863369072,0.2495873281729776,-1.236390883077804,0.2524573163731765,0.3798247639974025,0.1682058043460638,0.3877967984431573,0.39497603930896275,-1.9853130956212337,0.3134137293639408,-2.1218076949263853,0.05188365515213824,-0.3583152691185616,0.2638158298562587,-0.2639453944458699,0.7906790078142429,-1.2133483985342863,-1.7630822930202832,-0.009459989536335214,0.0856195495266795,1.1519306957749655,-0.616605756774627,0.20940010909948675,-0.5163572385817574,-0.49889908865265126,0.6701115336688114,-0.1540069547736862,-1.000240065119861],[0.5139836793748837,-2.2400634163263184,-1.0263098053647952,1.0598764307815245,0.20733995661494042,0.7886817036751,-1.8541734552226665,0.4092490173989439,0.8166212212684778,-0.6708119059304566,-0.04708941654669916,-0.4112073719543699,0.8680978313244593,0.6482666029448385,-1.3589180868614068,-2.0551779697017616,-1.0523826259091311,0.1766574724544229,0.5924657743510078,0.3950924036457922,-0.6976901734242379,-0.16132308218170613,0.3061572083304702,1.1601607818827289,-0.05837368145711532,-0.11335891469891114,-0.19811288149872952,0.7556331365566394,0.7415183211316779,-0.9266912737901936,0.9832397574922608,-0.005864644924677606,0.052684347818080485,-0.028584086335343078,0.3342631433972542,0.07617182557512128,0.460954344900662,-0.10735568776672548,-1.7661558230143948,-0.17637636352814823,0.30581150959019093,0.5881339196808997,-2.116202931696145,0.30157243502996156,-0.5443304855616657,0.7834049179110765,-0.3709023698288249,1.0080158019176353,-1.3705315525947641,-0.30256073788814547],[-0.7526687909901051,0.7159876883162933,-0.39220035110085044,-0.9522006321548894,-0.5346458041025672,0.27572945949659583,-0.1520897551202167,-2.147975554782919,-0.263060308573714,0.6626117376669021,-1.0304187461686485,0.7009107139974742,0.349924609166308,0.6286098739199191,0.20723683621482594,-0.5280936241544277,0.473544804278373,0.7305269504737157,0.717844232181994,-0.6381511019156754,0.6759669182241731,-0.7452068286808826,0.2909345300819591,-1.2418049860694493,-0.3417041852310366,-0.5949132317824475,-0.8778749863829935,-1.438736676428287,-0.2791253722287563,0.8517443803489828,0.12671295059164286,-0.4078476980964633,-0.4761336108558459,-2.0139803753231353,-0.9140227794844069,0.5520982942930004,-1.0258292304332317,0.26719080008065327,0.53770267774392,-0.6208236659444434,-0.8623485719283139,0.23079368861532495,0.6432221967050449,0.5412090342113293,0.14878937566795422,0.05940277049751485,-0.8741027720586744,-0.7485404859179405,0.5068417769147222,-0.5209762339477519],[0.7892239125218403,0.4129099512131148,-0.6106704521598262,0.8513823961652398,0.7454079748562781,0.06679270317395365,-1.240768438313751,0.24520084823767516,-0.5070818740143093,-0.807670646081547,-0.12884746951265566,-0.2659413438257812,0.23213798792699242,-1.3948787714270117,0.423628924366442,0.6293522734794347,0.6898489973516713,-0.7099669786398705,-0.46464866484274003,0.13834388536360728,0.1727949038757121,-0.515839607489051,-0.054182379318441075,0.7716157690613497,-0.21515402284262103,-2.1882679175606907,0.0830081924578131,0.9022813150292409,-1.5071458404073694,-0.5039427127644196,0.009390565601352747,0.11010506065210009,1.104578302364031,-0.15988545570603727,0.6848423965445688,0.9853702536161186,0.6751380000620019,0.44682796456802115,0.3559020764532805,0.011891135477981195,-0.02402884907328527,-0.1831881447700593,-0.04631402832210884,-0.42542539236571847,0.17812418344520206,0.6431079541834499,0.8062060732117089,0.89213216986661,0.12701062608024885,0.9674398666641825],[-0.11981341472531742,0.10934497453976788,-0.8638141580707489,-3.857795283461243,-2.665224764058341,-2.2746530191936554,0.7176323295452628,-0.3345258397597151,0.010903996414635,0.6631892541079777,0.77690476789046,0.4648920280491135,-2.4142001865842917,-0.36671567067782346,-1.4658788924709318,-3.1799397499032063,-1.350424033227434,-0.9931378654389929,0.04930071968846611,0.33550162389492555,0.6101666875835869,0.04389290431127551,0.501334521360551,0.5835769181575569,1.460064715450128,-0.4363347693021859,0.5038732515398017,0.7296771574546161,-0.9918971557646229,-1.415278067286686,-0.7643196427013687,0.05572131661821107,1.7106380018678196,1.0724288948738996,0.9678837258101635,1.178114245730692,-0.9404564751423331,-0.4311805485603907,1.0615191118575538,0.13985935742789912,-1.0579452251063595,0.4510885614706255,0.7449968487444013,-2.6534052774851227,-0.7922867038672262,-1.047671259272364,-0.3969651875870209,-0.18129643536402737,0.4123598608607125,-1.628064203022421],[-0.11870334001691776,0.5679103618084688,-0.04300050301127322,-0.08045068332588501,-3.2022009626176513,0.0648331106581272,-1.2634714647511887,0.7267955825488441,0.4298532411598606,-1.033093451235979,0.5026519439597034,-1.2657295336109666,0.8074829181174024,0.8091322248527696,0.5284009289001036,-1.077120071053308,0.6105189196961998,-0.733999778545876,-0.37336234939222346,-1.4696090976831326,-1.7514817519987433,-0.6429240833286033,-1.3204362059887371,0.2953930489531441,-1.4374244637873175,0.6355990632831691,-0.9317817120123586,-0.056449813063666414,0.6323495434374485,-0.47359888652151894,-0.28821758476241266,0.2574657786054099,0.5062810970810468,-0.17658217931213097,-1.3067972902309566,-0.755339715053562,-0.16273715132074482,-0.22266296442505445,-1.3181043552025853,-1.2555992625274315,-0.4818986704817352,-0.6600841051815167,1.0105284322966293,-0.8471151697570809,-1.1861043232480912,0.15631162071528926,-0.7054989571751618,0.8317391375033676,-1.3470265210407748,-0.579266530975638],[0.38661014459458015,-0.4596216820263699,0.13189456576821443,0.821162496852331,0.013114847297711557,0.45422866829065495,-1.0883028870591405,0.02180437141092738,-1.4566736228672603,-2.3846557422088086,0.6036727186168458,-0.4781728512572817,0.732092959376422,-0.48504288745855073,0.24450034151387143,-0.3266054934586592,0.3205696162484431,0.34059825593535586,-3.168363336769038,-1.3720841603993734,-0.416357744296002,-0.9645801164331259,-0.09656982664365077,-0.6434700694465482,0.9861200845858615,-2.0048542374114007,-0.3268505054335672,0.616571596965541,0.11608194700335296,-0.6364290181120179,1.4024096274886013,0.11941782551050151,-3.7563586639420854,0.8980196522333402,0.34483611041848783,0.18597594338972986,1.0421867745691278,-1.8832891257628095,0.3179974525561701,0.7775987799528052,-0.8701449026431146,-0.6368053156060862,-0.5969597273876497,1.4118638506942043,-1.0311468966203898,0.15103937604707218,0.6095857260277691,-1.3423269637966027,-0.07551594387405237,-0.4193068298736387],[0.7744247161199634,0.3012969901001661,-3.450586847097338,0.07993460370174983,0.1818943131868385,0.5233267929395075,0.8040271853212502,-0.06076643989232768,-0.7585281500083354,0.7298136019204441,0.4725266341416117,-2.620967925962749,0.7019849621806317,0.4591078260462586,-0.5407564853477478,-1.6604930479300022,0.9596368024001928,0.4973373765178294,0.063494869493389,0.08659767812179675,-0.23389190942446844,0.919029253891554,-0.15396137436310758,0.9280345214381717,0.2280075040667026,-0.5676584482088803,0.8883314286448056,-0.17935048602064751,0.9829714900992287,-0.14675608153775746,0.6051420673462916,-0.008120555977720862,0.6671306443846661,0.2710317956363109,0.33188949079631186,0.8551917398140494,0.4897115281629142,-0.6756405995663394,-0.7600344544325232,0.02497373294173133,0.9007925590429937,-2.159802061855608,0.3921188305564371,0.9510308508292156,0.5320138714980834,-3.377972868284972,-2.3978436402684205,-0.36562875700420194,0.3293359860473239,-2.311806123253047],[-2.331427949818125,-1.1365565256178225,-0.19854487216568167,0.3124595177912907,0.48209283573401196,0.8509124504309714,-1.3013384296164565,1.1003182068709523,0.7384474873703741,0.7382589180254493,0.2079113566815931,-1.1388750586383383,-2.4151903482597903,-1.2444324955646424,0.38713376156031687,-0.13857530482019476,-0.3374416776057191,1.232959230019007,-2.3272721236655833,-0.1975888942999874,-0.10600431469375196,-0.8486718194831433,0.21730951885253308,-1.0602629851865346,-0.36595140760874845,-1.1637720597663743,1.225342069979831,0.4253904687875264,-2.6988704315134036,-0.0633573880455687,0.8789256152209918,0.4232594246827518,-1.6068716099646772,0.6231244139963341,-1.057138832913119,-0.210644575267401,-0.7096224918744135,-2.6074246373373846,0.2678279482762537,-1.1873421733026395,-1.9741964906582736,-0.5630494354260173,-0.77484562235393,-5.451851415688118,-0.5787118924312996,0.4478236090226478,0.37477465818804295,-0.526095870986823,0.2193443967439284,0.5046884169746998],[0.07072200348277861,-0.9681442633257833,-1.1279259304906644,-0.9412855705378697,0.9502769035865551,-0.09201065983923797,0.8321978102172618,0.7297372474662635,-0.25079376140741033,-1.3806010409166083,-0.403158751009357,-0.056791832323747,-1.416338017515385,-0.05648676584745526,-2.107563496525157,-2.400348324065831,-0.23953343472563215,-1.1544827562225115,-1.2742169535562102,-0.8609469487654301,-0.39368087336122404,-1.0813461607327302,-0.01077991431280197,0.5056723274798732,-1.4938167642101756,-0.007108346983693961,0.4222122623784626,-0.8830872717361222,-0.25167232230898673,-1.597040345840063,0.2104602472428916,0.3676894638486413,0.48534864319800564,0.13822355372456407,0.7969410566419173,-0.41793268597543326,0.9547141032947984,-0.28611235577935923,0.40698983629038044,0.5462656713376989,0.3022888401303329,0.32639502030380063,0.04427706006852482,0.24324060645955836,-0.1123256881434737,0.8881843229961968,-2.9147012402181547,-0.9114116126138543,0.9172079046498919,-0.7821652161033995],[0.508373411506389,-1.3770425988081423,-1.0683894555830598,0.0842039735634424,0.27513113986242776,-1.1521185107057137,0.9935139566064847,0.40343687275784534,-0.5866711365288022,-0.6643634294279803,0.6090630928325403,-0.4043360055341866,-2.5648994241362786,0.05756641298767609,0.6930318260340996,0.8977393352497214,-0.5791523470678493,-1.0682309310286073,-2.9780381722735445,-0.5418858139170408,1.0602464083234768,-1.3121091212636813,-0.7975322647707721,-0.6844823975533308,-2.0007336931140376,0.3797755287380289,0.9071687226624328,-0.6554864188553741,-0.8545636495617899,-1.6841116189849499,0.6276479090194291,-1.5998298535443483,-0.39539756047493807,0.08080239188480506,0.5663238398040517,0.5207555384039473,0.14122848276833325,0.7386817472437496,0.21431025106696353,0.9825881754486073,0.013156633568664552,0.6490671949119893,0.4030126773654583,-1.0031393543418294,0.11894903498041765,0.6303220665382271,-1.3476627316848973,-0.2706787608828856,0.11071497132946564,-1.4982614600476085],[-0.20640976083456328,-0.32244073239246335,-0.892728457056983,-0.511300661712838,0.43646188146719056,0.22506029446418033,0.07059974509212262,-0.7017347817032359,0.27207130125993756,0.7830386883380182,-0.5275023026881562,0.6376116350584258,0.07315119450039766,0.02114022885579979,-0.15228189364665679,-0.9378920567209941,0.4448250357776675,-0.10317527976155987,-0.541656092047478,-0.5777853888047171,0.8084412919805186,0.24202742999467497,-0.6856063608304133,0.0476149371395372,-0.9379930600586607,0.5777841882979649,0.09604631573794543,-1.4400744061678112,-0.9529725940376582,-0.564927690820222,0.30747751082885144,-0.07330401436344995,-0.8842354154826177,0.10015306572749741,0.060866530223803804,1.0626554376320856,-0.03127963390020536,0.7348292142586552,-0.7103279104780935,-0.14134732864511237,0.7167510245995461,-0.9807569612733581,-0.005992609378910555,-0.05094842393627804,0.23726757717297475,-0.462388361641729,0.2181832220801053,0.6400265924597371,-0.585742533845142,0.1867234765143085],[-0.07159852488991372,-0.9988934643181144,-0.6092109728677295,-1.3292837491117475,-1.9835484086405897,-0.7776392077831278,-1.8056929881484802,0.15697002816388636,0.4002831069877814,1.0616257614094111,0.5216630484464685,0.049402355532461736,-0.3432677735853024,-2.183520316306211,0.5131959820208274,0.2652423150603954,-0.8213370922392677,0.19945236588575538,0.05477799908926684,0.8163027344638536,0.8335751618424944,-0.07188402983067005,-1.1342379061809142,0.12484662686943881,-0.6996705401582013,-0.7180361906833165,-0.5409120854805503,-1.172467598147493,1.1101045334396444,0.8317685536141356,0.6752144075810889,-0.3969836554600647,-0.918959672561018,0.14650567173438772,0.8978242752876445,-0.8394673663802632,-1.6430612152579844,-0.3343773607424349,0.22174881742087768,1.063030963146537,-0.3162116459698174,0.4982444561071842,0.25454916035633124,0.3478725262267245,-0.468562521126936,0.5111241457437722,0.9900583979068229,0.7545765488668414,-1.3345795261164697,0.8113541481823459],[1.0175911456684255,0.06021261444154352,0.15902401564137075,-0.7791509893648038,-1.1744698498710464,-2.197616414552056,-0.48302506053740696,-1.0238221887804553,1.341088152651724,-0.6338716809461602,-2.8987018965949343,-0.4186120176904911,-1.5467890020248094,1.0539659109287391,-2.3535661889698876,0.3205104766689586,0.29555992265756365,-0.38334473176520584,0.24701216108130353,-0.44712283352302146,-0.2595698183791434,0.9112798379897881,-0.269140319246446,0.1272096955971894,-1.991746517570515,0.5136971597004596,0.0937599039090864,0.9039357844974729,-2.7198443728351718,0.6157283843111034,0.9572561761368134,-0.24156842686204244,-2.671773762109132,0.8196212426041629,-1.3129647480281303,-2.710808950741384,0.8707203721010304,0.44372883076213226,0.42389894224550445,-1.0567276601785318,-0.11979832005672184,0.6334799696138181,-0.22202235451300284,-2.6400581323833356,0.8082260348187572,-0.40783271624319234,-0.8662966958437297,-1.2899490115330758,0.7501913723614968,-1.576235139268435],[-1.7200443154607217,0.21726449806936707,-0.4453873387502848,0.9098988992346867,-0.4361433189027289,-0.6328636625494516,-2.565656532141441,0.1618597879442926,-0.37146323581331386,-0.6632399175011202,-0.5540638040678036,-0.9626504015561924,0.7057606758072594,0.5790061130268291,-0.22702335703712312,0.24175721872298483,0.738333853018541,-1.3202569604557104,0.11724445517287001,-0.6248304038781178,-2.368254947124183,-0.851640688595057,-1.1441451046154982,-0.1626327574656135,-1.104973480673623,-0.19158303341697266,-1.0407083796150325,0.5232769919639819,-0.5875188362955626,-0.10684623475076738,-1.4086188433628857,0.3738568274674787,-1.910077847204714,-1.040690850350966,0.33279859895583974,-0.9048548110649374,-0.11426923368993891,0.3224739474663678,-0.7660703398119333,-0.36975176535759463,-0.16402515302634132,0.4030709059918016,-0.3713597130156132,-1.4472928221620807,0.5433341011643058,-0.40186952264283005,-0.25444526259784583,-0.449187802710375,-0.1957662982975602,0.0964504513322275],[-0.7501373758868497,-0.7895573750606752,0.03935067339429774,-0.8111012960945453,-0.6023954822926132,0.1321839123211033,0.8234956556177082,0.26738370595852423,-1.3946246564457123,0.4224882620104848,-0.7333704275821934,0.6326565968233056,-0.33740438153735935,0.9655787793976655,-1.9474575692051879,0.7199622749153203,0.9739800919378656,0.8870547997403652,0.25701798960243566,0.4133828321783672,-0.6871110958704159,-0.41989814378675017,-0.9951927227800293,0.18287942040211083,-0.89008565350438,0.6786574467634562,-0.4220739045968582,-0.5234590224683559,0.39436566299128684,0.04040722956707789,0.27801247858310957,-0.4757419222764329,-0.0008580045141986401,-1.521364363838531,-1.729406186471152,-0.1606227959037746,0.06173237176696731,-1.0945187246605936,0.013260000042284673,-1.555683617100121,0.07742814568393828,0.4609532506533711,0.2676247180199952,0.6804632790350374,0.8143811119411184,-0.31739825833713614,-1.5237371762612288,-0.9797707511091863,-1.6399413575707238,0.41207044673577814],[-2.7735298005611915,-1.2613500614937763,0.1823666888275561,0.5039096932972875,0.9913173583037808,0.3811016397793972,0.13367597331399678,-0.09710900433620903,0.5175981288787264,0.18757199062105562,0.9905015626814849,0.543592735251921,-1.7826702472034146,-0.842735118299248,-0.6173470855337051,-0.5172431457495528,0.8387495001138381,-0.08632939332402274,-0.15318834306591378,-0.8315551699028895,0.6670377430679056,0.5375990093633349,0.0043747695818752725,0.21480229279500512,0.12070377646279136,0.10130808099786089,0.8085542849544205,-0.01757032783388024,-1.3035640212986486,0.5802771675773465,-0.194441515211334,-0.12813296861088738,-2.3431561624797306,-0.8374990844314777,-1.4848406333212394,0.9016755922726952,-0.1051177425848988,-0.9774096597232979,0.08700425235473586,0.7349311724848355,-1.6671812333154234,-0.38562069339658533,0.7903303059686928,-2.6923389457365654,-0.8986852909325745,1.1093334014575205,-0.36496515953135555,-0.05782179952538389,-0.0007884154508475156,0.015160826574497702],[-0.6385142931463561,0.32238437824113236,-0.6473745035988036,0.7894723224746881,0.5275908783354188,-0.14789021617397902,0.7278260192429593,-0.08363135296358737,0.5055659539585825,0.4167970074087916,-0.16315941858347305,-1.0602054175500957,0.961036677578583,-1.4823207012734527,0.33567681382098286,-1.3198449155869978,-0.0800263917849905,-0.6190484629662063,-0.2118221206059877,0.10567327667803862,0.3899483200357944,0.8306654650755044,0.41747393856885306,-0.07312890210700854,0.5254830726694354,0.43677581297391976,0.841832004657739,-0.7733567140145169,-0.32482286810327765,0.2947915418120729,-1.0494128281535384,-0.7820143485709298,0.4599139602290584,-0.690927026825372,0.8641862890368667,-0.863339823657151,-0.09995635666199074,-0.7117979785429647,-1.8426057470870574,-0.482940633054783,-0.5016724972766723,0.8564852305805848,-0.6222818584737996,0.3412476922641448,0.5070486055702088,-1.6281284305985775,-0.7097204603312018,0.7876868944296539,-0.30603511835085706,-1.0525587072305616],[0.33221347104454646,0.04851982024740917,-0.5464722239033425,-0.8508177243816257,-0.2916475718915919,0.23402502831802857,0.17961614327430192,-0.22152387098999396,-0.8496056767577292,-0.6393174476505699,-0.3204855341137188,-0.3974885381023942,0.3854248714817405,-0.11111899234156916,-1.060627483361568,-0.09996760493911765,0.9660945524179828,0.03546418681703805,0.8022612194122355,0.21163750898151812,-0.26059805813162235,0.3708818144994786,-0.8599117312725771,0.5683768018497559,0.05766446378944006,0.11986677992000601,0.9090294264100433,-0.5857904669178027,0.6260458474044165,0.04442697946201384,-0.027806502695800223,0.9205997367576101,0.07690228438315157,-0.11370933582046375,-0.8006805621710924,0.7429502104753231,0.19218995247102008,-1.146050583130402,-0.43172158143570794,-0.0403620791043919,-0.5642630090739214,0.5244892801033721,0.3234670968337991,-1.649331161367635,0.9794545695854474,-0.9286935992177833,-0.22770860836345816,-0.5904152906981764,0.20429837244208165,0.2942322684923683],[0.8249515598811962,0.5362561885281856,0.2413726958995557,0.06572987544317746,-0.32942070565936593,-0.24402525448339749,-0.9830410598295805,-0.7629031745211177,0.08988964280109459,-0.46436297085859757,-0.4585899269196972,-0.39587072839485227,-0.6359371526555562,-1.8740920540340602,0.2911121876222527,1.2310102828882143,-0.9285877506194934,0.6788041964724383,-0.7546766010475657,-0.20065389448874013,0.8873220653949005,-0.24794905073068857,-1.6588421656095202,-0.22353638154453784,-0.29112247402016117,0.43340368005745206,0.4871033597151383,-1.2421606347685157,1.0333803068528813,-0.2077540703953662,0.5840041158266212,0.4552043113621307,-1.75632946638343,-0.9013521395943205,-0.6169379507552962,-0.10686001573931886,-0.3588385487316202,-0.6486807715756319,-0.5021224514941824,0.5700507804125606,1.0376577436753243,-0.34622813934568764,0.3378799279388259,0.17287746418802577,-0.5170134223721847,0.5022623951230186,-0.6141765437781009,-0.9806867953192108,0.6359622728107845,1.1364198069854654],[0.17700787559845624,-1.3568025260933239,0.2776457155795438,-0.1954606543525658,-0.8211375623357854,0.6672948440185762,-0.18142611181606005,-1.0466810070614718,0.5290825232991211,-0.5717845414310043,-0.3735559660104749,0.8611979509555513,-0.06579548949344317,0.675729945998388,0.2715555338990982,-0.6330119154483553,0.4567859262537557,-0.27376289563118616,-0.197741995656017,-0.2445357478958034,0.8480218633506259,-0.693901170095921,0.6146158347766961,-0.6397944547792951,-0.307080581484579,0.15563691111580666,0.22496735291946385,-0.149284803443608,0.9841454233214337,0.3681571380481331,0.30676148149393306,-0.8675944049381037,0.7393393013443385,-0.5402334692402868,-0.3212618788771546,-0.4246328977203799,-0.7274904000468695,0.8887688155699834,0.30193398343690275,-0.9749618338218096,0.09881525788448306,-1.7254231704494516,-1.3069163476309507,-0.8367704423176998,0.6227661148222354,-0.2708862844174071,0.4487987790570837,-0.4134902322310162,-1.0685199036876314,0.42119607264899195],[-0.014357819717901172,0.6566577516340012,-0.06182862667226329,0.24907435432796204,0.06997539010372338,-0.32856381303063087,0.8713761751408142,-0.496454752957365,-0.14716723459522021,0.6607791791678361,-1.422612528077519,0.4314551191440185,-1.5630158898646027,-0.807452418745396,0.502769540151802,-0.714345199395146,0.4321001078642115,-0.5456908129277405,0.35945682349947133,0.23982305915433683,0.8306631899878985,-0.4120994960770555,0.13427671086779214,-0.3719708035303093,-3.6503567560158365,-2.280069035387202,-1.3786123285444858,-0.7323436531996492,0.9512626056913859,1.1165690870487188,-2.9327781184938835,0.7856487018871214,-1.4381449241090536,-0.6657038582243734,-0.2317598552305361,-2.9562230194529517,0.3538102830311344,0.19357021169246846,-3.318229515800732,0.5392290762652413,-0.6308208778938826,-0.11787716254072407,0.3772771628957271,0.2525118666751314,-3.804118895296093,-0.27411489730068045,0.13049770417049228,-1.717182666017793,0.5830354343183306,-0.47790303629587333],[-0.19699277727662437,0.017500578218747717,0.49965686669775,-0.236993217601876,-0.24882527876111846,-1.253620719889501,-0.0672151570377694,-0.37099797233691867,-1.5084217726190483,0.9827816577387699,-0.09019899587374078,-0.615625488885424,0.4402225082164203,0.20473477290353675,-2.5426067884532615,0.9218755458769832,-0.9321641709776891,0.7563315334356364,0.9766199372139076,-0.021272503554104663,0.2631510165285684,-0.9492715259614609,-1.185478300583938,0.3589639857162755,-1.7998949013355756,0.3137652607260216,0.06422438943879133,0.2868151449388452,0.0775476557174582,0.9873783234392814,0.2655094364013551,0.5158708755441287,-1.073252251718656,-0.7688119919064905,-0.2753985326420453,0.9601744143647314,-0.253651199714372,-0.5527052592268339,-0.21071074304737467,0.2696057752685585,0.35155806782222554,-0.678557462571051,-0.30058766022903666,-0.5341687138961834,0.7401631618071567,-1.2085585769493974,-1.3417572395267754,-1.1594335158338227,-0.06299073053822192,0.2619346310223828],[-0.3788047145011337,0.738226861442841,0.041473373519938794,-0.6626513295636247,0.07588854519963416,-0.8397311175743584,-0.7237138232463458,-0.5514992587559088,-0.38455114354137243,0.8190173243571313,-0.9286687853317802,0.48983215515138856,-0.6474038184025688,-0.7506545274033362,-0.23813272725589527,0.681729231504041,0.07956273797396374,1.0423136676433855,0.7584864860381421,-1.145480751170584,-0.0013415151885471145,0.5925575383139441,0.09826511537415998,-0.24012784275729027,0.9004905298597715,-0.98039143405168,-0.5463806122925036,-0.7625019616753181,-0.24549377490448232,-0.01678279264133567,-1.243806808256773,-1.2293999018841562,0.773692577474564,0.7512165665021115,0.16329005336005334,0.5247584112089585,0.7771878590043082,0.3977877723927457,0.49281549647811274,1.0117366551139897,-0.8259329359732248,0.06757176411358229,-0.5184693123787164,0.6963975499647448,0.2971437074558712,-0.46843367545312503,-0.6142439439332783,-1.2746839905748648,0.1829151719461481,-0.4258961026569706],[0.4925602676618777,-0.8606681006207907,-0.12431024566716256,-1.3264896488157054,0.6206658122090843,-0.033701892063125294,0.8753921783650681,-0.32707928802560826,-0.562882646425092,-0.32554402662988086,-0.23061938952730282,-0.07597800722830511,-1.71742904119144,0.05184948305565388,-0.1394087185776831,0.3183231238515075,-1.205411598326699,-0.6398211451101602,-1.9450790097737753,-0.7935417443393777,-0.2804980725722931,-1.03409616450628,0.7002551909886899,-0.3179451419725678,-1.520428697858331,-0.8598201924638925,0.21200048243731212,-0.4909338398732176,0.5121407929085265,-1.7560637142848199,0.21242646963436798,-1.20056952026255,-0.5495050867845387,-0.2408894590500827,0.23592651798417696,-0.9854989375004362,-0.6099835599018293,0.8083447070854878,-0.6825215408116639,0.21810911587464063,-0.533891312685114,-0.502363905841474,0.8494414340937629,-0.1652796901622619,0.40132625246274095,-0.7955912019925849,-2.5282589313824153,0.772840957461479,-0.08387187648377867,-1.3851119323358463],[-1.279382890555988,-0.3367581912847763,-1.1216878220697106,1.818931237987389,0.6809004532168128,-0.04730411411959712,1.0028077524460657,0.7941726194075192,0.624732429711249,-1.0967904619627507,0.2254956217290516,0.15462913411841975,0.6397681782845296,1.8143007293210696,-0.7998451194292312,-2.0497939690064673,0.7462971726511213,-0.07405899030078929,0.770606386325322,-0.06810053029503176,-0.86209809717604,0.7923047163679396,1.8464955536375296,-0.04547505772853301,0.05434459585067405,-0.5062054391081557,-0.04872480229717367,-0.3233970019398326,0.3646331274943904,-0.8899001229350936,0.5623667125762173,0.8169762035617084,1.306765720396523,0.6507103718224376,0.5570805213442168,0.03786318261736521,1.6761849578523564,-0.31570548077913396,-0.43498704198654914,0.6053412412428464,-0.999800512952638,-0.14377747299522556,-2.9557745010421534,1.2259897687102193,0.5914776139451458,0.053969855990221444,0.1340045294552705,0.3939895401508331,-0.2512383052104501,-1.2597506620346124],[0.010864613961863143,0.29026131261801663,0.35006479776210203,-0.5612198679773052,-0.2458654807378804,0.4226277998478522,-0.27173876412390713,0.6389861447635733,0.9476879746964965,0.07824109523845994,0.7856014539421247,-0.860176975903588,-0.5183037986414507,0.3558540747613757,0.5515668377044516,-0.39111415928998217,-0.1388124405727477,0.9232808724600288,0.7002944377883749,0.01443175784430445,-0.7957612793187785,-0.23581283195157426,-0.032741218461741745,-0.6143747282975622,0.869914618215085,0.9205040934845652,0.437935985445892,-0.24213256832491067,-0.5783075823270235,0.7672052646493532,0.8151192811518153,-0.868863152236214,-0.4601882142146659,0.40294965092370305,-0.5243858468649535,-0.42408978688555343,-1.0387563968516158,0.40685152608513525,0.4732891736882391,-0.6571164655837989,0.15584354666390984,0.17734491804261324,0.9385987813793117,-0.26916447141460603,-0.8308829101436244,0.5878140286368303,-0.8700693883574699,-0.3438368611998982,0.4086434158481727,-0.09456993387115561],[-0.9285329775371495,0.10590167257427298,-2.962841330769437,-0.1790402006597916,1.0319005257858704,-1.8566743573927957,-0.007724738545162315,-1.2074553970566066,-1.7733428897313352,-0.609973274629247,0.44011618274272796,-0.47240857531435093,-0.41631544024992223,-1.1601855024544836,-3.7480490618757676,-2.7253991482261193,-0.42385763210902316,-1.5432839969489835,-0.8630238998307451,0.7023428039413864,0.2730752803014854,-0.7123610390851709,0.4714531256699781,-0.5389633903775384,0.8017986557243224,-1.280142651762664,-0.8064804282842696,-0.25546784205130485,-1.54453268144849,0.648315944768854,1.1439703438629611,-0.11252474474052718,-0.8370370386741359,0.39742720029615525,0.12538025259987148,-0.8912317561322857,0.6220708692796919,0.18265596239507087,-0.8476432926443191,0.43836529799151025,-1.4950241290510562,-0.8024632764665357,0.34507654048972053,-1.9845305521778733,-0.1981243625388973,0.829233208821906,0.6069814458343403,0.6278712553510702,-0.24944374612790468,-0.6239206226533239],[-0.8407167959038162,0.056888199697157055,-1.9523678059917393,0.4069466685276715,-0.3420288840719351,0.1813395613852135,-0.8595960458909216,0.7233011060572652,0.15429950066898201,0.4981658043198854,-0.3134502834143483,-1.228730052832035,-0.043145469036906386,-0.7542111716267642,-0.057586199429944,-2.7137126973694525,0.6483808023639698,0.31160034980618856,0.8692846407167505,0.2025845968490159,0.23476758886288684,0.42973708908562586,0.22703059254236707,-0.15264911035319978,0.03367954953214136,-1.351073877129531,-0.022797178626410126,0.5005075083039537,0.927857420858365,0.6926307809469061,-2.1565892805469367,-0.7218259971081926,0.935343721082522,0.03988315215197452,-0.34340266528134705,-0.40325358664760375,0.07796167823234075,0.29953281744537014,-2.549219793949229,0.22986887415179064,-0.4540128676307459,-1.0810256536240934,-0.0964057089151964,0.03291600219290827,-0.06661042034554766,-2.85752894729918,-2.925300804593933,-0.16542633949417193,-0.2811924719142161,-1.8569194177691621],[-0.2059265158662482,-0.6996215053634549,0.5905191993783371,-2.1695254077487616,-1.2073662125809486,-1.483852193174849,-0.8234133652680738,0.5983532701585244,-0.20034041512495643,-0.05411752894225199,0.1656790701241566,-0.08970317222044336,-1.4641377223318985,0.861858471696744,0.41207096334817417,-2.2529849254348626,-0.4888104643046947,-1.472464709898273,-0.1509716457455375,-0.6930808842813766,-0.21066991836259183,-0.010601727411772016,0.8941855012644758,-0.8228776710479688,0.9178474653851715,-0.8506356995832783,-0.051787467375375464,0.21912905092114346,-0.06932489420719976,-0.1018541563040522,0.22999955728903934,0.51506039919979,0.8600839671670697,-0.342942256937678,0.04991464709832173,1.2104428541462275,-1.8561584293374134,-0.05322171810010579,0.48038424014358083,0.5858704796728001,0.3455446145649175,-0.19250161970105273,0.3044707905355235,-1.27185023710799,-1.0340650343090863,0.6572127335859701,0.35063074666658023,-0.31403079776113707,-0.4019953524976578,-0.039382962201861285],[0.7488388491228086,0.6089212453213098,0.03440492716497024,0.10544132398969533,-0.1420414302589854,-0.10104441238568358,0.5551693799942474,-0.5042953276503457,0.14231415575887724,0.3336273120091531,-0.4083680541898058,0.05560969702883698,-0.526449592018783,1.0917974198065779,0.20622178191405907,0.7152063033750635,0.5091639542631141,-0.7782404697752615,0.057087596433859904,-0.8504908143634867,0.055982972136923125,-0.013707777438840258,0.11512011884482662,-1.2996136514011312,-0.8110449823214577,-1.267705292310464,-0.5912179453607657,-1.1140492332542757,0.6141183236248852,-0.7071383031012338,0.7224436886381097,0.8649931254325443,-0.9051088466306287,0.39247852485775214,0.9190460553891056,0.5488498883683421,-0.4028884348927134,-0.3872408459684319,-0.31869119940040713,-0.25759998607946377,1.0013013067843357,0.8074487150350675,-0.048557445461843214,0.9194883025265315,1.1505841162418537,0.6630735915345645,0.1436314829404641,0.3872469342338605,-0.7049951585993659,-0.8221086800313182],[-0.8931342549615998,0.5391453662435767,-1.1030969167723614,-0.7924479174295983,1.033256197989734,-0.5525068049882298,-1.0471412109855311,0.0668618182529742,-0.43335357446381084,-1.9294761087000243,-1.9498661841413687,0.8223610490505383,-0.6586658224106285,0.0577608444941534,-0.17613169914797355,0.21554438455666153,0.624289070641491,0.9418453195742658,0.37847499495570996,0.26174049857358256,0.5202700549792724,-0.517835295709041,-0.3172564068831927,-0.9950629714075805,0.23667073513844897,0.8653305027362038,-0.5497888328061116,-0.24997544771111682,-0.6295635461894471,0.7087677078548981,-0.6567448485915447,-0.9413913171868143,-0.16758722253466532,0.22428147077023614,-1.6419597438376585,-0.7594056578173471,-1.6225377494559776,0.10388156817851268,-0.6885144275679178,-0.05409341090494891,-1.182482506593376,0.6781493800124704,-0.7920489090164604,-0.7697951667283002,0.1465407775431402,0.5459642796644705,0.7792092283248062,0.21625570974871056,-0.3655000978744273,0.8362427525865226],[-0.5711181750300951,0.3028094419286965,0.16558966142293333,-0.8001705103385917,-0.2352854279313357,-1.3734536477538337,0.3113614503229822,0.6525820226097534,-0.37978482409956105,0.38031226449984024,-1.74995225629359,0.595975045540851,-0.815328019267247,-1.5368292941319024,0.2363451125397382,0.47394440713096336,0.02029872842908119,-0.3600714641103121,0.38167259414590854,-0.9821293071139603,-0.27602920462696284,-0.34434579776975,0.033456903680764274,0.8664603340283892,-0.8233762425848383,-0.4171066763834013,0.24784716522632005,0.7355859950101988,0.08040534965821161,-1.5596365582949938,-0.30807043692027564,-0.2564444489150927,0.3937362692851322,-0.2286090224473903,0.5128786399103316,-0.31224259543035976,0.48166960346488785,-0.8686975189028092,0.9200064211675988,0.6418639226520678,0.18838488553239918,0.4726408818685508,-1.3252281280919112,0.3740707759329975,0.22756353055943515,0.8642980601948411,-0.021356727530048587,-1.465699483023555,-0.3631697199194883,-1.441971545667119],[0.595504861914975,0.0018490238289286442,1.0062257405328905,0.3337871447047176,0.823827348429603,0.5559824632534608,0.09756208413369381,0.3190515160616227,-1.1602871921111653,-0.6061110290298848,0.7730344502884473,0.27238866607744006,0.4623482959844503,0.5485226329204483,0.22571019742089726,0.24434983483980027,-0.6950230696619984,0.9054917305032147,-0.6784800278052636,0.4979541133520991,-0.21448678018140663,0.8591190479774425,-0.5960516584840652,-0.2037831081197109,-0.28515336055418566,-0.5950053215609785,-0.3271330257687328,-0.6307673201119598,-0.8059616552891287,0.2231554196371765,-0.9245146055339859,0.29608779907745536,0.3486392699403974,0.2062631473623431,-0.15383688705688514,-0.9074106816168199,-0.2476236600414185,0.7776656727070804,0.25195173303360885,0.9521436811562803,0.06097719806578596,0.842274753793153,0.6577739259044142,-0.5695114994834636,-0.6692597633215771,0.0731207963776674,0.6719232420675808,-0.3175227402865847,0.7540767540680544,-1.1409477775375896],[-0.38282132766226973,1.0085990348297902,-0.18915062722314463,-0.20351738863930757,-0.3033952927877404,-1.4313214965645826,0.8655541316733296,0.2289368135963577,1.1241688723141445,-0.5286720625484014,-0.3291065441448251,0.2877352687461473,-0.11989703785911887,0.2341379789976779,-1.2067369360984224,0.20633099968275787,-1.4913317829045365,1.2247266239933972,-2.2624434570905625,0.6900959301015531,1.0644641774495527,-0.13488769355194458,-0.55769921583247,0.3389797372941925,-0.24565979406608016,0.42055274466318465,-0.8089530095612028,-0.4567011218817512,0.605326612502255,-0.06162580645237825,0.5699850617183901,-0.37726927561667206,-0.5806253784813923,-0.6327624962199911,-0.5681779513239034,0.03904802402214512,0.7877276373052139,-1.482938397408533,-2.1063484686648,0.9247796414496913,-0.28956681267749845,0.9675113495058724,-1.2914392341782601,0.6783003824507299,-0.4988007972042482,-0.7618158838703604,0.8253679933044795,0.19927207973728497,-1.3507848166723169,-1.3228672322301342],[0.7458247799920182,0.20801798489583195,0.627769015048684,-0.7687090370331688,1.1165984698354408,-4.426793803540753,0.43951127157311093,0.6716956062874267,0.3642646436939776,0.29448909466968454,0.10021412960905224,-3.6090711358526777,-4.451914245870295,-0.535960388322099,0.6853942351002323,0.9843576517951579,0.4159181138002667,0.7328461581484561,0.49271448456258093,0.47132417592660475,0.8444924057091969,-2.12400761661453,-0.9818509149298711,0.2480300304822986,-0.242650739159914,-0.5603479067797776,-0.1341938068087725,-2.4101620759783673,-0.31492270277840656,-3.604696929572151,0.46635900988881573,0.5499228628008842,0.47636872431042543,-1.018227062210897,-1.2715775717869393,-0.0928004901323495,1.060713472989247,0.3720590398240295,-2.5699284063493923,-0.017284722347559536,0.8582546289984831,-0.21099914922438454,-0.22470920292258786,-0.7558750470552057,-0.38270141131932,0.2232601110442022,-0.900719860989765,0.1648660750649824,0.2110476264919871,0.7267101627596471],[0.9701420562973393,-0.3737843654036572,-0.4385888195063737,1.3258707786847739,-0.007725750137018983,-0.5247093909233551,0.8720587281962442,0.3167986054434597,-1.6779458465702635,-0.4104481998056967,-0.4239206792525736,-0.7958734522125349,1.0291196395105782,1.1051307923083806,-2.5906094527338253,1.3892806140970058,1.0602165658839695,-0.3554012141306434,0.9571394046684614,-0.11880287233967772,-1.1972284134631341,-1.0524437270714564,0.2956539601110902,-0.2897935225695258,-0.9083417465899427,0.715976984761029,0.6091858979352021,-0.04833099135314478,0.1572253955831632,-0.26336481390540545,-0.8139919127489306,0.49207503822130877,-1.8455728435078957,0.4762437536583001,-0.6364698287015517,0.8096214620092034,-0.1422622101817041,0.9553650355767228,-0.16402279546659762,-0.9243787329709733,-1.102660591936938,-0.4914875924019102,0.6681606386025919,1.3418843976518544,1.0256438562798305,0.28277456005349794,-1.5803785937439525,-0.7476975382630515,-1.059915987894092,0.6301382559670173],[0.6409780757327125,0.6024965481495614,-0.5339319442337315,-0.1345936651040877,0.04888721707981988,0.07356246999413145,0.6619819213875859,-0.3588026524307286,0.7211713982208354,-2.463444094936462,-3.5603092524584814,0.36021494846139296,0.24946356552189927,-1.3006497194277877,0.7388367141950626,-0.7488179118926308,-1.1069570000999065,0.06494644152851549,-0.08715738016123835,0.4665015568189337,0.3583549298516063,-2.7427527725609457,-1.967624355308768,-4.220619668005006,-0.2083770857613681,-0.02224970841994691,0.041268637659739746,-0.03609962788778179,0.9039474231783446,-1.3118381883750085,-1.4449616441297761,0.2190485881763668,-0.7216595661881734,-0.0005970826170005316,0.5248348948014335,0.3964048146452188,-1.925659105266018,0.37414849667784666,0.5068767719736789,-0.8414727311058792,-2.4389983605209804,-0.09258642075535532,-0.2632644669044727,0.7821468077051472,0.7304753270570157,0.8336894271573988,0.483635217900831,-0.3385470069554696,0.10155722213548941,0.8387765646343182],[1.299407635812778,0.024362700906782737,0.1987184160554837,-1.1921916187596961,-0.7959489355700237,-1.1304269390309623,0.07009229356662196,-0.4250500945926916,-1.1688094708971275,-1.4653846071403336,-2.0128815249808834,-0.45297192970630634,0.018110411546027425,-1.1318011414232767,0.09880501828535145,-1.5452090341859441,-0.9741666756611791,-0.08534841083449683,0.7516829736269475,0.32049227956082516,0.8167929074284559,-1.8031575030662597,-1.0072223305851586,-1.838493256576226,0.11904083075861949,0.6480137446934175,-1.5252596716816245,-0.6857149664400558,-0.6899714540633279,0.8769052230027419,0.9250243969084226,-1.7832620791420362,-0.39575968042134224,0.20873160060450058,-2.124590799466889,1.048673498591374,0.3056383216355509,0.2541450882138167,0.4495075875173706,0.0866497973558098,0.008683772192283997,-0.2518417653169543,-0.33946307952310845,-0.24266299273489453,0.3489698896843529,0.956869719502301,0.10256734842471356,-0.3328574968087127,0.9443370999336419,-0.20323925477926072],[0.29220090848264824,-1.022038578293165,-0.17382599687429426,-0.33945383158301334,-0.8362589366894885,-0.19349890872968015,-1.0329530206786244,0.11297950631559103,0.8409054209203973,-0.8482952062274384,-0.4799295892920763,0.847201630448316,0.3301146468940416,0.38952455504213745,-0.91678944091619,-0.5284074662545523,-0.6881218428959077,-0.4344525736267364,-0.15458545856429448,-1.0005150383933752,-0.32261156747631403,-1.3414557874705013,0.6643778891134464,-0.3943764967350975,-0.2813665359428823,-0.21826859890961126,-0.5068978488798552,0.8674408393599294,-0.6244856034391253,-0.8767653782402183,-0.5243104063449247,0.16750063017038186,-1.1880428442489406,-0.4697454645026209,0.19442405609938582,-0.10798787118921939,-0.7327479286268769,0.027121130784340357,0.8316135887396499,-0.6450779836732934,0.6730114069707539,0.5635170389879917,-0.843083199478397,0.81372602492605,0.626127004897969,-0.48019501495892314,-0.3942116795784196,-0.20895288918765656,0.597379791185184,-0.31597724887355955],[0.4199893924918264,-0.7728187666122583,-0.5170738392108408,-0.5529609840819684,-1.1803113244709809,-0.8461468401534389,-0.28704757018918664,0.2729608303348464,0.05152252295655326,-0.38904009072200474,-0.45524972097053895,-0.5829806024069673,-0.007387861012400583,0.086487148266543,-0.5283690954114886,0.6117542914674035,-0.22224432899588287,0.4094669989002647,-0.7409499642756514,-0.31514434682987,1.0334443547087946,0.6786313783741345,-0.6416664783364298,-0.02292618754857294,-0.42722965691432585,0.3435600412591751,-0.7597125375693685,0.05839299928047878,0.5136554329197327,-0.3802032455462574,0.6741350322791794,-0.9160017754155545,0.6751062696149257,-0.8228916947699467,0.917511606990391,-2.070545666553422,0.3812708205820875,-0.279225016538841,-2.1358840320746397,-0.04341171628256917,-1.2543416260488691,0.6843089797052406,0.6796076580175769,-0.17279013439668456,-0.33342687471816396,0.2942160770651587,-0.47266037890228524,0.17868000520259555,0.3212666156618449,-1.1587821561611915],[1.0543030191514522,0.6341453095496258,-1.3934036743094524,0.29546057361097555,0.6933383506192057,0.8432373689488826,-0.7827690027688151,-0.24054346885742717,-0.9007128976173829,0.3064134688472852,0.5876548592372424,-0.47755310801647977,0.43979548201001656,-1.9413061243422454,0.8485562961709494,-0.6004050399854678,0.7966038446198143,0.6240027625592741,-0.02218060066277362,-0.09123476692519318,-0.5678371641294259,-0.6198927238257611,0.9289287651605345,-0.10750982135698817,0.34722945119748816,-0.9659455513330417,-0.5851587297368177,0.1174756101356811,-1.7070432053039557,-0.4586734957946212,0.6835693086911909,0.7065756629169891,-0.3664274199551355,-0.7042588694170625,0.27559519706231844,-0.1851740601775641,-0.03494367187452761,0.5234451942022387,-0.10532499670411426,-1.4389552376673682,0.1465950703261736,-0.31105372855580504,-0.8757949583838668,-1.99311587447995,0.9064967095192685,-0.6008132825403154,0.9368881511093734,0.9954986260188231,-0.6536224392341824,-0.22809764387331025],[0.8254988890432995,1.0543455549490088,-1.824381712637701,0.30019610909828426,-1.0760462074453143,-0.7978871535877333,-0.8108900513674084,-0.06400881750595841,-0.09886333116310309,0.14188142181942762,0.005358653203707611,-0.6528140807401646,-0.31442449083383145,-2.0885298782551605,-0.9599436127655098,-0.7546082585501227,-0.4666351127376612,0.8912897819474764,-2.337507635851433,0.3566596552027241,0.48460272417238326,-0.9507097322974657,-0.2657488905476905,-0.3432528739697811,0.695968330559409,-1.0404388554249047,-0.09210455410725173,0.8442614321265645,-0.48594075805542475,0.022196410239008965,-0.33403767183542715,-1.3824667932236898,0.3545752442341163,-0.2350458981953991,1.0049718141430337,-0.5999943055538554,-1.399734481279755,-1.1949147260093063,0.07550279775338214,0.029239693037500018,1.0006301054663898,-0.7351138907071844,-0.5017024687028367,-2.869557980935703,-0.24104126354322392,-0.48574997814564996,-0.8062074547519503,-0.44042605645213884,-0.2422292911908743,0.8608696986862803],[-0.5482492316946787,0.6963948676115396,0.47983348022458805,0.39424334959453866,0.17735089263722018,-2.1660841445338623,0.3080359079732803,-0.5922548853949748,-1.365968774816576,-0.4722301935691931,0.28802825716653957,0.19972735453586535,-0.2964623521911674,-0.28598710376292,-1.8116780624977882,-0.6708820638600074,-0.7459558343461802,-0.1807598057134724,0.5289294024945801,0.7315570093996068,-0.7575772476603474,0.21951235138129457,0.9430624434659188,0.7806309552409041,-0.4027731476430514,-1.30682814159232,0.3898921106540169,0.5735424951581501,-0.4595815153607213,-0.9759738005587272,-0.4008561065777737,0.21673883402783467,-1.1990296298355725,0.3442498001660402,0.34043462301209204,-0.36396496837193737,-0.9722789504904309,0.2993834768887388,0.12272224472449017,-0.14781356293478026,-1.4663466596385395,-0.29544317583217766,0.6443595332484229,-0.17062968688721708,0.06141413223321157,-0.18190684515266828,0.41708316877492474,-0.00966284153370711,0.3316919211771506,-0.7660374837352368],[-0.6760041110855799,0.05271002814248375,0.5570932026213763,1.1989515559438855,1.0602565666154615,-0.9170050042115385,1.3777783663923986,-0.6780617056278843,-0.6748855294977217,0.1787151679459044,0.13523887649891467,1.1121933476729229,0.4573381582988759,-0.05092874940224301,-2.6668384007877486,1.5222762510532133,0.12553151469401905,0.4084186386379681,0.4662947902002537,0.5599267735959903,-0.49988195170654637,-0.5293453455271473,-0.8886470776510462,1.2001421733963584,-0.7289291496294051,-0.3383456748834842,0.6596305892022114,0.5052304437611512,0.6343181266260345,0.3908477140024099,-0.16178125149798822,-0.7715525792368192,-1.058682773997364,0.6402282165893447,0.5566023321739728,-0.8521433678072549,1.5048261582048983,0.1766930190552795,0.9734953096450073,0.5236866607041083,-0.6354087703597053,0.08869711798864531,0.49054020622113226,-0.14393928354053387,-0.03295227605117348,0.37754027949253166,-2.246187395820592,-2.2978898829787955,-0.602662536097101,0.6257772960962308],[0.17316281364673877,0.10667953835184615,-0.9036822675362937,0.1553867155234028,0.5730820018206737,0.308679811021186,-0.5737344830002871,-0.7248017230979185,0.04960735326160106,-0.8666284552926637,-0.46816242573757744,0.6935835143397431,0.5894767417347228,-0.024667442698606438,-1.6360183818840492,-0.6313715888098845,-0.7853185322205734,0.7300544557500357,0.7812773237324969,-0.6217118208342526,-0.8352421441093585,-0.6830270113536411,-1.4823561904796039,0.8734747827082472,-1.895911106480948,-0.08885337580136897,-0.8618604315728801,0.14919728530821785,-0.0507000403429943,0.26071049388687745,-0.8577523455145117,-0.9508328799437188,-0.6228873673669362,-0.3530115289060914,-0.5105527418021848,0.3549666024826498,-0.6950539761840991,-1.7815170068421236,-0.16267451843123834,-0.8397682025088128,-0.9370932199795714,0.8945247434921156,0.040646974206514586,-0.23948035929712738,0.485467708303591,-1.613419782423742,-1.033074813233351,-0.023451105500839103,0.37853247176072824,-0.038362263203423404],[0.8303844544521695,-0.27334851051530035,1.1656607530813559,-0.7372525687269383,-0.18987020874237004,0.21920507018596003,-1.71956785724405,-0.36573167302164794,-2.071893874829683,-0.19614734619646543,-0.6462880063273413,0.591485810705393,-0.11532323140098472,-2.7320492235578073,0.8599465354090027,2.421411138196928,-0.27873532995127387,-0.10572672305770718,-0.401588812781195,0.8796139362561383,-0.6134636632588897,-0.003919193950209529,-2.309044940352245,-0.9970077736873995,-0.2664754624096309,-0.06555540947331273,-0.2714456849247844,-0.21262036140114723,-0.16374633309289666,0.09153128196176964,0.8952994576381543,-0.7750868683115862,-1.9545875146097653,-0.4018606621708142,0.642898163610951,-1.1425485843226304,-1.9578319760478773,-0.019540865066379285,0.11377928439587033,1.0163579190103373,1.0032643758905584,0.9784155490005016,0.9662460763142173,-1.1395945886640735,-1.4121106442861622,-0.7872478753108916,-0.15060364694960904,0.9609214594024224,0.3102308749794361,-0.08553656900922986],[-1.264975557419505,0.5284993755857071,0.07197770785989199,0.9861342435186367,0.2908712071365682,-0.5947505962772479,-0.4936405870714461,-0.6434035965295152,0.4874289223678509,-0.06664615199646778,0.5599537812950299,-0.5943187919640297,-0.5250774847023251,-0.09814290675382724,-0.4788241988692635,-1.8449062804893295,0.5540836762952446,0.30170129045545985,0.0008848809806357852,-1.4036534124778204,0.7618035052987346,0.3637512349907256,-0.8187708775211939,-1.0591191929237544,-0.544648279548956,-0.017087338843639676,-0.1334766311294031,-1.5803588283489187,0.5541619903595664,-0.6295735198125495,0.7016369031269314,0.6711830724995612,0.01568169977145827,-1.114156811292328,0.7228792921511289,1.1770452672472824,-0.9442782488593593,-0.5606362672148211,0.06196197924837433,-0.5151771845221405,-0.06767430524011848,0.6159357055106243,-0.6012436646502487,0.9616124174681087,-0.9881032126368432,-0.449708522237437,-0.48141283678089064,0.29048562096445874,-0.28637527720911526,-0.4198425701469671],[-0.10444260457615295,-0.20336307206695814,0.6114725977982605,0.12785426440011738,0.26239270904223394,0.985159806344326,1.0506967285658944,0.2561165630013408,-0.026049325166614186,-0.32354476583145947,-0.6698638026674059,0.7128313498313729,-0.3960466665482754,-1.2381206387144095,1.075508987740526,0.21024459066694656,-1.7196995761189067,0.06357809003392745,-0.22054328847517496,-0.8112410177426702,-0.7331880576426815,0.023751647688579333,-0.16318393871691986,0.5340481101005542,-1.913561915230038,0.7927908565779069,0.9061536340032407,0.342211996451828,0.01097903298162425,-0.15334469000412868,-1.4370409135462099,0.24111813056932144,0.5535468377892417,-1.0996401534769682,0.6950332614946962,-1.737117075244389,0.2968402680643713,-0.5970110997767957,-0.9446303584176075,-0.21149937420562354,0.6375536652764823,-1.0469175431433442,0.40122368578404194,-0.5429308963350636,0.5273080491025253,-0.9892383768986338,-0.545710174356683,-0.24388069569191506,0.20144149626809418,-0.6699230715144847],[0.6348945720862349,0.2119696156068127,0.47070461980815037,-0.1177535214987174,-1.6680467699080994,0.4979015683834587,-1.3252375116046062,-1.4835723044940075,-1.746794448475806,-0.6516299792112124,-0.018574980164081285,-2.004517978883408,-1.4382504524300321,0.8759008189257566,0.09888280026700359,0.2578641523004393,-0.8073160462364455,0.041473272372278124,-0.6626148554375522,0.5793469573953803,0.19022063649197915,-0.17692327565620095,0.903238652378725,0.2849587526993082,0.8038800244162712,-0.9488638878387343,0.3398272985855545,-0.05701711169945857,0.07261820783549602,0.8050485112768635,-1.1069049208279567,0.8835587097887545,-0.7810076662554682,-0.6168850361179373,-0.3667421047567821,0.0837040224367097,0.3708940746259267,-1.0297071685035846,0.10924808675020325,-0.34539659795597033,-0.5416314078821421,0.09613143701621224,-0.1418819477196454,0.30274668832052015,-1.749918510986399,-0.12071938959534949,-0.7366156114081528,0.4661872186989885,0.494209694170681,-0.4496716942202142],[-0.1559684906704671,-0.7054217700754023,-0.32784567160915673,-1.205835262411679,-0.18321665621424255,-0.6771086500216075,0.7826627303482244,0.48619724432579264,-0.14635218353332738,-1.0631557116309034,0.47073403545853554,1.123809519256387,-2.793225643304872,-0.7753868432852776,1.1163428677949343,0.47803128121029304,0.13602612516687584,-1.2564465735922696,-2.857779970010352,-0.7699303271119178,-0.3636082698305352,0.4076062751151656,-0.2578512550430657,0.49610638142272007,-1.6629404711491755,0.7573076433425245,-0.65509413149373,0.04268969835588912,0.9673483312594391,-1.3874579808601828,-0.23314890121480325,-0.9019229882264279,0.7851915679588874,-0.33967276953484027,0.7629649116537415,0.7761783985397006,-0.3128520437417312,-0.289341424832695,-0.4725319781112905,-0.4467771440484609,-0.16639540815625464,0.9977358238165313,-0.7925576678783576,-1.0312857596266884,0.7351276608717584,0.5745054415615453,-2.25451908169619,0.19982337087952837,0.6365107035493928,-1.3051083653230509],[-0.5470499496491555,-1.988637516426073,-0.8866682196797139,0.7907026163937059,-0.5782457754299362,0.631176948779781,-1.784882193384839,0.7479438414412783,0.7912740993648341,-0.7218307586335279,-0.5769281111018897,0.0681968085030386,0.3437367128908455,-0.3183123503678949,-0.9713639335056604,-0.9461764838499694,0.037354913881086506,0.9718501021495171,0.9178500098630692,0.7735585750222606,0.05184038888667527,0.633720227828217,1.1966971949117582,1.701540380100789,0.14577078403318464,0.9281791117221775,0.659089857195271,-0.5574510783186083,0.9263173814598916,0.7023458995778541,0.04824296464793604,-0.2098004935858728,0.8021634453547489,0.0499807034394327,-0.2824661653489335,-1.1493780523168118,1.144862918279201,-0.321594887631594,-0.5602530797944721,-0.7048870479121954,-0.12995440881071316,0.3453273875094724,-1.1819550377785843,-1.0471889471479803,-0.8590300199496715,0.2218485401409015,0.013217681816005217,0.32380239428202945,-0.5735848940416102,-0.20808755027714726],[0.3697579601418996,-0.8418880827407179,0.7379270113112896,-0.4780911023569049,0.8617975358354284,-1.2266230766705553,0.9480646774397274,-0.18796106654927597,-0.39471601405964163,0.6451725046114849,-0.2173020545736382,0.5572486142774731,0.1659906445577222,-1.6268284084108213,0.15922502331955504,0.5946746984683519,-0.13472421838639959,-0.34856361356650856,-0.44439196273077336,-1.8994512513690425,0.07295623245861557,-0.11892875212065236,0.9427741776684706,0.3641666485910475,0.7396110708681015,0.9468808461130136,0.8460484178925268,-0.3964473722323906,-0.9253769242847985,-1.370926829296583,-0.2187035429520455,0.6320740987263962,-0.4862001481303938,-0.29894124210138806,0.4218132718466982,0.9630670481078865,0.4334886895946414,0.8676705026710537,-0.6824656678687918,0.1216338597815974,0.19476302439077772,-0.08671358019012852,-1.388948281659251,0.1195230336315098,-0.16002804464184237,0.11040542306867135,1.001318360219472,0.0033622386619665125,0.34061976074487776,-0.7642518040188789],[-2.2111414441402504,-3.57740466557562,-0.22062806162490659,-3.402055883563775,-3.3673145388171766,-2.543539743885116,-3.8734385546382137,0.5617917192006034,-0.8458865238121542,-0.6848365175657605,0.2992045662550181,0.0234670222480481,-1.8439354314005758,-1.959682547375801,-4.379057090863194,-7.297286300722224,-3.664296720802944,0.22194460988381687,0.894796001384705,-0.09657434677864755,0.30279492539909014,-0.06497666928729691,-2.173370186024375,-1.4430916506493883,-3.646098625761045,-0.5092967946688342,0.7148452963374722,-1.4859812674138329,0.01940704960584832,0.02579473950952872,0.3326498905663151,-0.04088647437519576,-2.4045612053133056,0.17260963382746405,-0.3757611900512719,-2.2471390337439594,-3.398361288421313,0.30501204783317126,-0.9627959984779731,-0.217878260975367,-1.3724867185376362,1.1368655071408127,-2.006267464228119,-2.620797177111457,-3.9329624569912527,-0.21580380078099998,-0.4931410445023258,-0.3911406100109689,-1.537133110436621,-1.8689892340091832],[1.1401119744308434,0.20840269893996588,0.4743921140632161,-0.7805068168818575,0.16914403559611846,0.5512208277486548,1.1309288807026434,0.2569685230550145,0.3208388669322967,-0.782748325947044,-2.3535047670447433,-0.039494552236903215,0.4231078189162542,-0.8400653651000097,-0.15493725247015863,-1.6446549157905217,-0.2944161770415188,-0.3970913147320637,-0.23187694756544477,0.49503194327624667,0.5831345795393865,-2.0172976340722317,-0.7932551574772283,-1.4774283735029685,-0.1796871166126224,0.787337720281748,-1.3000250392509178,-0.29615961273771324,-0.5993073401409235,-0.32311594814474703,0.23790872696357787,0.11463549161265871,0.6986775393412648,0.9246424609163887,-2.063502188280029,-0.4981682044902981,-0.564831591946463,-0.6118561043138514,0.8304132721765929,-0.025576320304016024,0.44913018738990357,0.8985137403030585,1.004557238689639,0.4507075507868149,-0.6064039497290269,0.04030676851718488,-0.6130396055849939,0.9996082159594644,-0.020217319841386,0.9913115715564864],[-0.8352973564487945,0.4001461792414038,-1.1529155549236778,0.05761359302435625,-0.8570038415242576,-0.5706304397263215,-1.792394097080623,0.23944443613244135,0.04092671910335697,0.1854837176104123,1.014626593173374,-0.901057684819943,-0.5402248061604517,0.6298139767962809,0.7262177174086175,0.18169259960884274,0.8929375223739437,0.6415848208265525,-0.38921345000024354,0.46701955551777774,0.3123212672940052,0.952830292769471,0.7943559942309101,-0.17805766808100537,0.06407103139693376,-0.35052942868258946,-0.7218150245708652,-0.09057943055457138,-0.32138266547592714,0.5724111587782991,0.30814135481353977,-0.1133223985257256,0.5157029506284674,-0.1871907557837735,0.3405312630100327,0.5958480339623641,-1.5189953096691644,-0.7288749912913328,-0.08568499221887106,-0.8093145484898949,-0.9138061643667387,0.3652664937574117,-1.4683898805660116,-0.09611902725172597,0.43868646240986386,-1.0075064611791766,-0.5350488150480812,-0.9560344627358044,-0.7561062942839923,0.989362642014257],[0.15626909703929368,0.2676897602821236,0.7260780747617153,-0.985334199487373,0.8402705326121791,-0.5753360868425363,0.3770796140221501,0.9102574637519271,-0.21785351666834812,-2.4097815241942437,-2.012858370214498,0.654942943707112,0.7122688277603312,0.9441582503991246,-0.7356310263250396,-0.2983408363457278,-1.2810426755723752,-0.024443955325471715,0.6232466828112457,-0.6633241920364689,1.0235068013958661,-1.309709510595035,-0.3596395038003371,-3.0142671956764016,0.7995143400436986,-0.32969785388742384,-0.6679201195926919,0.4746800032535261,-0.40710927511446415,-1.3921685858467305,0.6658062359126883,-1.4048304784740766,0.4189195260924202,-0.5228894168341854,-2.4256192693592324,-0.39173048611621797,0.6663133381178297,0.7042635643875508,0.15380137208536648,-0.3333733118254876,0.2669976100930235,0.5149015951446138,0.7971841395595195,-0.15772813429235494,0.12082764665877865,-0.34089040767391937,0.5982512510424634,-0.7122457597983461,-0.8102305115079138,-0.7440160240173813],[-0.23919248314784972,1.006728486493214,0.5365776314756374,-0.1835909022686001,-1.250969892529533,-1.6384813797152027,-0.11585832169412956,-2.248425837317884,-2.97875788857731,0.22340057585894338,-3.041643382811661,-2.486603020389107,0.4838184813238884,-0.9474482388611131,-1.2728514022790847,-0.5057732529495382,-0.6346566194459199,-0.2925479968057142,-0.33626491756119803,-1.9967206985370534,0.6530969643858496,0.021997217512850303,0.5805861891923634,0.579055949979905,0.9448532709326606,0.06523030023476077,-0.39354264248907167,-1.3072227280403768,-0.08922567816388507,-2.045920289196753,-2.2692677119470437,-0.7181300123466764,-1.9065863280100255,1.0615775532569578,-0.21528058192034483,1.1068485304248128,0.7299183712632258,0.11248135276822231,0.4959717895992539,0.14540080840896405,0.8073241422597198,0.7125781677788775,-0.31772534793472573,0.3230750017045278,-0.7560437029310885,-0.01960816137857576,0.6925696529040116,-3.1090674867554116,0.7851572748870166,-0.8077759125239786],[-1.0771918426686935,-1.2461017960996916,-0.11320919585791941,0.9054437454308072,0.32083858149804206,0.8974366254139805,0.01014433830945656,0.008288149724784573,-1.0551278478448471,-1.0616785571367398,0.14584411029272876,0.8960355132757335,-1.7743394923482412,-0.3927508734570507,0.30923762216662665,-0.14511113715871687,0.11762366241182111,-0.01609267824161447,-3.735804058632083,-2.1986335302616022,-1.2533805581482937,-1.8963190293946617,-0.5342935348749991,0.7352170081628087,-0.09644477203477868,-1.293221782884658,0.7788039250796366,-0.1669524272674527,0.13665333223121578,-0.4134581198558064,-0.148530672466817,-0.3574615066410541,-5.406784481664531,-0.17672335016462049,-1.249653614203079,-0.3472127058877396,-1.1360302741021333,-3.3314860485030677,0.42726291045964054,0.7917194318572672,-1.9619869027603392,0.577080679876538,0.7333913422400495,-2.406317931269513,-1.6709349343452995,-0.9294040166286082,-0.5118003436860701,0.3215315662368547,0.7084924628510358,-0.6297291470056211],[-1.7006700286736196,-0.43168203708301395,0.7532230357907116,0.33489378724183183,-0.2615544927027256,0.4555566645298037,-0.016641481203530456,0.10544958694429749,0.6813002828775102,0.8075731099312508,0.29199755533871696,0.7601608789227903,-0.21978061020645798,0.3115671649874184,-0.8071164772586892,-0.3032002803646844,-0.9404607959151515,-0.4895049877047735,0.4780117139093264,-0.42093047642680026,-0.9679092319372177,-0.00988519441247221,-0.4125655008975723,0.20009134585056498,0.9728850477588444,-0.8503857898229626,-0.04116889005104924,-0.3140506965462278,0.36985519743781003,-0.540615297566536,-0.7509243915589577,0.34105623470378077,0.336978637725617,-0.16725076318584178,0.32030752393033013,0.011775152572753033,-0.27893763323930176,-0.4989643689297519,0.6879123789008884,-0.597596343996137,-0.3042676103457468,-0.6045255617922218,0.15099130310212894,-0.7047179500213404,-0.5283990624971129,0.8536788676346366,0.44396030020985144,-0.7712685096408587,0.3932362105824005,-0.08452900963477665],[0.6337045275913904,-0.34924120662032815,0.38407298716618965,-0.5560183027718175,-1.4710228237530587,0.1402847652990643,-0.5855292140496551,-1.397013211972337,-1.177708536111956,-0.768299839752009,0.5317150913615208,-1.2454241330402571,-0.6318438800764049,0.7776091220289224,0.3382958684792144,0.044383812681887916,-0.7710479107393864,0.2834117568028106,-0.36477679527681456,1.0154517589558116,-0.7083949516179302,-0.3091531790151735,0.18717733486580235,0.1053383628024269,-0.4484467725777184,-0.2262972473753121,0.4581604320553501,-0.6073071266834056,0.42056064698163736,0.5375192524526223,-0.45707601518041985,0.4802384238561081,-1.416401045395122,0.8604737197766209,0.09428936310580263,0.302429321797579,-0.5590851900376105,-1.266416011068536,-0.4363279683492074,1.2333613306488294,-0.2030906116965864,-0.9922590940615784,0.8068325256018447,-0.2839649865053749,-1.4557846852581475,-0.882605296961195,0.539376806669132,0.3900031438386923,0.18782234269354567,0.7315094987230694],[-1.0746021974060094,-0.7490235779262157,0.9850658466944903,0.5199610821329423,-1.123463068595379,-0.24304763753612024,-1.041580574011606,-0.2983802363934765,0.2967101710489583,0.2594999021472818,0.70713123746561,0.6813817711555218,0.499670005656578,-0.6673155482829172,-0.5222454594331684,-1.4043016808036801,0.10834672401875316,-1.9587979514263114,-0.9798651731477703,-0.8302155655699966,-1.5301961725334576,0.2900704321912898,0.34032597278787924,0.39684441086732347,-1.7690784140734535,0.9608199705668145,-0.16187265629352934,0.10367409081003129,-1.001825791493284,0.19497739181590082,-0.3881960429429219,-0.24521886421480646,-1.6710424312455,0.7483620025711203,-0.28154139590736904,-0.4088344797686656,0.5157042114156729,-0.2987655989997894,0.16731951366985412,-1.75380398255289,0.25438217356817616,-0.3912383112436302,0.23915528368380629,-0.3731723576227829,-0.6369027624873158,-0.16647404590211506,-0.38259317387485753,1.0172499874236975,0.914277953383996,-0.3533371991604556],[0.04740052341533111,0.1338449400253596,1.0157298347578416,-0.8806646672569015,0.10188157142451641,-3.0171270435451296,-0.0160415205243081,1.0168008270158246,-0.7854242114293462,-0.20260728890934523,-1.1771335009294335,1.099976178937369,-0.6065862656274611,0.46922260904510255,-2.7202581326616824,-2.841602526019667,1.3230048543886188,-2.879735501539498,-0.12249641573813327,0.7750557961350875,-0.8686320186964259,-1.3958073781432987,-0.5577802933717704,-1.0868860535334628,0.061397744766440124,-0.8034368018565408,-0.6389932590375239,0.33533618180809666,-3.060317789709064,-0.46315988293168064,0.9026903830987548,-0.7469899031161368,-1.8303798670593108,-0.4941504886498158,0.9377726126436444,-0.4181826760324371,-0.8931403417744039,-0.8521221383416852,-0.18075700386846077,1.08926165400235,-0.6612752782318858,-0.00010375964522870822,0.7867244530542906,-2.365390387406195,-1.0843154427441444,0.7071326821824965,1.2333080183320941,0.3149692663369877,0.06360956427390109,-0.959490198448635],[-0.48963985700987667,-0.41346432299365793,0.8924634862987884,0.5276428402561408,-1.0779298134130577,-1.3700436164258742,-0.4704146865375544,-0.7503697000466869,-1.3143078835161368,-0.7320590234797795,-1.4487423109624638,-0.5129432172620778,0.30676498690150367,-1.6007927872174272,-0.10063508673239813,0.09615881120068707,-1.0795702057055683,0.8031258353195766,0.6879237889331655,-0.2685352829334546,0.21862445090351443,-0.4772820452939666,0.9228260428445174,-0.35709925349749766,-0.952439179301817,-0.39784440278857514,0.7040182672771232,-0.29875535353554533,-0.11947554111615598,-0.12216202031466425,-1.2792334866631674,0.4281398293936596,-0.6115123285187539,-1.4280427727964995,0.6777964291267198,-0.0031585909973391104,0.5677970638273263,-0.802267580743329,-0.8171804283264806,-0.26701263847419815,0.8864436958912602,-0.056847303812801314,-0.18551975729823045,-0.8902967181723102,0.14265335977149374,0.7432499570766837,-0.8942614332417413,-1.2906624956675736,0.8333997704428906,-0.9711980106171783],[0.0076529685662478225,0.8847610961766788,-0.19772484961626227,-0.5467383803896825,0.9634945353369884,-1.5093525641186587,0.17047180673391454,0.10017399207965977,-0.7016214699520155,-0.5808531920711346,-2.199453290614811,-0.8936268026258355,0.2922195068398964,-0.831299653955974,-2.634070362453809,-0.3833920304300738,-0.6199825243403682,0.7280312087796714,0.8355691228656428,-0.523817995081048,-1.0383038730560163,-0.32396331417592583,-0.42268007225591603,0.06372254144298113,0.7259355097933169,-0.6208052348401868,0.14477971179201307,0.30316997002573826,-0.7550428570158506,-0.41672006605563944,-1.6013816999658426,0.09317286810716127,0.2975195811333287,0.19800811739225394,-0.24530987327162201,-0.23380041358097065,0.5476066450821049,0.4602477035100034,-0.8591951750991051,0.06397437848184663,0.14326300850889506,0.15509296584760587,-1.1582543200680298,0.6986272251574948,-0.26232795643486145,0.35753430625112803,-0.7189025898254761,-1.7579462055350183,0.014366371925090079,-0.6761304894483282],[1.0534998581296842,-0.6878811254154967,0.4288393400962504,-1.0067989628355118,0.19726244202527904,-0.9783622991468077,0.7127659176146043,0.9704239847882402,0.2915717028472884,-1.9782342059785487,-2.1191716417455595,-0.8750785569826159,0.27684357830999584,0.05661587394747273,-0.604755958251765,-1.288865718009165,-0.7744958279314517,0.8893020064098571,-0.45182792124849497,0.9155682279360509,-0.8106822314151575,0.13183555179562037,-0.47232033225019154,-3.1922154761570125,-0.601758234188266,0.2810689704162585,0.5364096656275575,-0.41442576922242547,0.9125332867959055,-1.6849188719392654,0.16129928505960017,-0.6121023963771506,0.6134340407312305,0.19626949624883366,-1.8779541945560896,0.9471026677677221,0.4364500786123981,0.8439316272655146,0.8691540677876625,-0.6918746624541745,-0.7910417481907287,0.10208774265841757,-0.767110473473004,0.10080780546206357,-0.04234192818296839,-0.9705272886007819,0.15045540546724098,0.6891292190715456,-0.6817188140250856,-1.1078519335016932],[0.5794055030595296,-0.787447187690887,-0.6780359665333386,-0.2957308285036946,-0.36769702644544316,-0.07387023562856915,-0.7215958412045793,-0.24925632025476055,-0.7327114488989821,0.5332148990670212,-0.44215000144117317,0.5740657625729959,0.6926406963110491,-0.39056923495825174,0.2539852474896261,0.39606254373243166,-0.35859111097369406,-0.3777173275582568,0.7408385060341147,0.2198752149063761,0.7478482939875251,0.9458810327048347,0.44932933274368203,-1.0560053240216272,-0.15256386819870354,-0.029979603463331173,0.03457558658718034,0.8226172205415229,-1.4892700274643855,-0.5681885408735742,-0.6894100108447694,0.40477272699626193,-0.022504305228396547,0.8575001167875431,-0.8471103169823718,0.48689148753926653,-0.03522725099021246,0.43429725336507113,-0.33451705737249454,-0.6572645998246717,0.9531244113806393,-0.6503460854529738,-0.15393055304208067,-1.087583702705617,0.6283877736496039,0.5467215667197961,-0.9848732377330305,1.0359939729805536,0.8686935228503888,-0.5523752335609777],[-1.854216193977091,0.47646022787601494,-0.9958861691111798,2.562994378490627,0.7326270255702104,0.8576305363143055,0.6275610983606891,0.7915370179630582,-0.3634403852969547,0.06097101979380077,0.6256919533713599,0.7249312176667825,-0.4258303108650042,1.1308392340253435,0.6590269139706472,-4.434638874516688,-1.0347161671926033,-0.12083027734877626,-0.2613402255296078,-0.8340520790392948,0.571381269782664,0.32296698310082733,-0.48250048098443576,-1.5490487599501723,-2.4800253960977536,-2.310484632209513,0.6804310241208839,-1.694191471563772,-1.0002628065135855,-0.2832290651064875,-0.30553029958543243,0.10537159873504356,0.38452081514860115,-1.019452723545479,-0.786237339118609,1.1349146968028592,0.243206831958595,-0.09538446534804051,0.2820451075066812,0.32676626068620374,0.8110021786611938,0.8403940967939504,-0.34480498237878654,0.460244321506379,-0.42785539091462416,-0.12178356853000304,-1.6188797803905914,0.2803772562606458,-0.7724288789759993,-1.6900748144286293],[1.1780937254865982,-0.39357188347935984,-0.6266234495882564,-1.4905346431772684,-1.5712294106156623,0.886107327336115,-3.74534320325544,0.0643270664419073,-1.2350266643512906,-0.915170708845351,-0.3203316231369614,0.5962271951497147,1.5050675091595282,-3.785827878367038,0.1052024810212418,1.5336133564902243,-1.9153763689774705,0.0006373933347466568,0.2577156363297979,0.8121259153760096,0.08053805548087008,0.6306930139341856,-4.677335927153664,0.08359203848940787,-1.3419153721162909,0.48948727882769794,0.7878959096428803,-2.9761170840936315,-0.04690083874160293,0.7230956251659402,0.3958417058087832,-0.06974495176556166,-2.782550464384569,-0.12545025087642153,0.9929286966193124,-4.012351812587051,-3.925737752525273,-0.43215829418391527,-0.48289427562627535,1.024157556814257,-0.5132486241581535,1.153283492770443,-0.06726994636286644,-1.1892288771483197,-2.5394226823977286,0.5427565269922906,0.9015389009783641,0.10972449675960634,0.4041759703093286,0.9233223311032628],[-0.27372156329547176,-0.008632462192326404,0.3357359208494366,-0.34373716727487647,0.717172850605727,0.8506868493965206,0.5271519023436448,-0.597930271444424,0.9212193362233143,0.0943372604033181,0.7280274915838554,0.770842493588534,-0.12244407650006597,0.5634486807863895,0.5842209435072762,-1.6138265079862952,0.5239214942507568,0.6824042580038773,-0.5612047049076959,0.7522799273874814,0.6020913621356929,0.23910765235970416,0.02242267112456656,-0.47817075643292556,-1.017954113811374,-0.37565239857921895,-0.2629541988240372,-0.2952720178501378,-0.12152152020318785,-0.1759014725096344,0.1788518296703883,0.180552680814466,0.47452863562302866,0.142923026808174,-0.0611858129970724,-0.20674668257546502,-0.7794669956671595,0.18676857394983332,0.4651022303836234,-0.2823763118642511,0.6976482350415852,-0.28104438349708843,0.1309658047974905,0.7040696328770192,0.5686546545968774,-1.1079821639564431,-0.15862763796366383,0.6729258813484769,0.34234364665157846,-0.8101904196684878],[0.15638593898584757,0.28380985782737556,-0.782800672157318,-1.1736219603100544,0.5707766547845534,-0.18101901546471344,0.9513856615610624,-0.8034858014650009,-0.9043216930735757,0.9297312137924292,0.16055689614682292,-1.3090460721805877,-1.012273640753219,-0.5155439223306341,0.4323864738746713,-0.26729772001252455,0.12186207166584018,0.6987600286799146,-0.6773388149222597,-0.5307867300066624,-0.08479031022020316,-0.9176389736653756,-0.05434847712444345,0.2982836399063422,0.055035745846026676,0.5440082725114227,-0.4803164632912089,0.12533399737001652,0.0856478504205093,-1.16067176607306,0.9905125134072748,-0.24865333160793116,-0.11630789351435397,-0.6805425373695866,-0.09194892492294701,-0.1755297782587514,-0.23496206789809404,-0.46884915825725365,-0.12597864709362022,0.2139870082039738,-0.7308641637087205,-0.17906353306930783,-0.6457929265763682,-0.675068099656718,0.6184267724154753,-0.08943628489465849,0.17383971148474728,0.03458151914948097,-0.7547527013292293,0.44662925291054095],[0.2969202362536551,-0.6376341017503654,-0.5557346987689324,0.051295903372193634,-0.00032094825684838354,-2.363578102622626,0.9561710893361367,-0.01241684197269177,-0.18826469648697383,0.5365595402455505,-0.06140282788326627,-1.9776377485732661,-1.0323097356329791,-1.2050269861856553,-0.19339442109337732,0.8371485866601507,-0.0874025386609339,0.8388957271163888,0.7634362796480774,0.8121994834339933,-0.2503113401552332,-0.9699341642061948,-0.7636091973522573,0.7275771574456267,-0.07289117486450494,0.7292931847214472,0.1571525095485455,-1.4367907177531256,-0.40619630627356207,-2.0963012781167603,-0.7883038628893222,-0.43456866328722255,0.9126456581662176,0.2158378798107255,-1.4114307991534694,0.009879288037618419,0.1497766703562111,-0.7797217791158515,-1.2025952709553458,0.7128491609589509,0.5556412194373056,0.29751853492265906,-1.4064879181283612,-0.9819477166804671,-0.3961068772670347,0.2448971081301556,-0.35516111022700336,0.6759936329349727,0.19382602293288367,-0.572210529914274],[0.8630526345153671,-0.5736897884258001,-0.7986154648409666,0.30655941207561366,-1.122861565830347,-0.7430721808443517,-0.3381825332813565,0.617720883863158,-0.8199712589824877,-0.7269708823233639,-1.6965994316159962,0.6993118851308919,-0.15981060781913126,-0.20029769471873402,-0.36542113660870124,0.9291472246852241,0.10744383380747437,-0.37924809432455225,-0.9494691008712299,0.2750062776186877,0.7126326076329782,0.3126586166103516,0.8713756752423213,-0.15187290407066223,-1.6277923159967154,-0.23013194592286215,-0.14095686762769064,0.005983656869481423,-1.5499969553079491,-0.021020975816270892,-0.3380685296597875,-0.271112657518079,-1.3146627349003415,-0.22965099201412967,0.5129884829758896,0.08384392192017663,-0.2799091987962156,-0.15134082514170655,0.40593340569542197,-0.389858333404041,-0.480962777374148,0.5959948503706428,-0.9739966836271533,0.07907275666423344,0.6597873851687841,-0.22974834119791063,-0.7336636074865376,-0.0965203420368117,-0.40822306182211215,-0.25990807651074505],[0.2552182436978629,-0.1582041232999432,-0.29368732440505707,0.7742727071941681,0.3940189591139214,-1.7453269532655198,0.6517286165419347,-0.856673142807925,-1.7791198501617138,-0.04859969203774024,-1.0654584954192867,0.8134557106008077,-0.08940360808380877,-0.3282051439767665,-1.5055585673331164,-1.829027137326052,0.9443034408105242,-1.80818648307586,-0.5676379313307597,0.6541715913708225,0.1526951538091325,-0.5393055411210639,0.19179110724207035,-0.06427642905106694,0.5203279578717257,-1.075834019995641,-0.29815935623984374,-0.04408556376897581,-1.7531874173915905,0.9435545778182753,-0.448586826056537,-0.13398957321949123,-2.0404965302986438,0.8820858348086174,-0.6483487647688344,-0.09623592666473105,-0.9720554999752989,0.2504281521684882,0.576595681359384,0.0847629751468447,-1.1423393211930333,-0.3010702010410142,-0.699674755000158,-1.7375561958023005,0.9219447230193786,0.6085572250914306,-0.09290546726380407,-0.20485431085121886,0.9090811035061358,-0.3088551541227272]],[[-1.909280289331403,0.10875369201593955,-0.3854958296283422,0.6195728217411417,1.30604723752078,-0.8509275053095914,-2.0962692395787887,0.6821544784303242,0.7460907174623455,0.6641960856032292,-1.6469514726125656,-0.06651479715003097,-0.1113166419746652,-1.1568880081565056,-0.3143414151829994,-1.5438210562769952,-0.552509627275692,0.2836350009547457,-0.695239491719136,0.419973601811102,0.2614488972694494,1.2391388721137206],[-1.2836277614968523,1.1767341263044622,-0.8800301871955218,1.182341326252877,0.210792306584659,-0.7606935102561588,-0.22758733265368866,-0.3911203094398967,0.3096660065332208,-0.8716440442044779,-1.588501965787011,0.1973855053630516,-1.6518989361667662,0.3108079519940942,-1.2480861542208435,-0.025262853984654693,0.7316929648969988,-0.16390851267883344,-1.2420874167284675,0.079093127274934,0.29233270617251034,-0.98296699816301],[0.27349078606779664,-1.7459032986347378,0.034493759158018146,-0.3045083115361594,0.3238636043748183,-2.090725079260118,0.2171919514662538,0.2879159632470051,-0.4180266108002821,0.04272564153231562,-0.7770331460040645,0.16428816273730568,-1.290241276279838,-2.403028246544808,-0.7184819151935463,0.15955409053375744,0.0990876706303514,0.505419105631178,0.3459017110770591,0.6993954226165877,-0.13795774103456132,0.13441502526606378],[0.03065517259903352,-0.5821888776817068,0.1892353166739169,-0.26340615246993526,-0.8099499968931073,-0.3774889845033113,0.880014140875029,-1.2466533907846884,-1.5364815591777194,-0.24953138591445226,0.6669507854058075,-0.7093814877156889,-0.04585140528110081,0.29027548639093903,-0.9795537034769899,0.24053308765330964,-0.9966708592581077,-0.6182915707197858,-2.105353463643602,0.8745787395447969,-0.805177162687008,-1.465147824660292],[0.515246700492501,-0.15884027969991715,-0.3552536498225628,0.8092365054576235,0.3677602807348224,0.42085815946235766,-1.563038062090211,-1.1420648900730104,0.7719581850418564,-0.7205792764062587,0.24905455680018787,-1.7646843471525604,-1.4064439807592188,0.25302731543040813,0.8528363076259599,-0.6718853653695697,-1.5796636188362603,0.6943317328856806,-1.8143468131810725,0.10201118857950402,-1.1156388521642056,-1.7147851172377182],[0.4318346126801032,1.3337778804035025,-0.6287816042126831,-1.434815437152974,-0.6606663417470563,0.5572307409356777,1.1805567281005689,-0.7753005378254177,-1.8520469496695267,0.47000620823777484,0.5413007560866875,0.5039678082205702,0.8948455087727852,0.1220255074280211,-0.11868555936329583,0.059838028657233096,-0.13763913534778008,-0.8958578730385667,-1.3664470087464333,0.6065260237173711,-1.4580697373681493,-0.03952644232486488],[-0.45292384495769655,-1.4857760637963073,0.9481499740013909,0.7761420078094495,0.44575132438599413,0.7822746524904024,-1.8533714208267866,0.0991991009170142,-0.0159885629191699,-0.6803392411513458,-1.7183894538984767,1.177658743856254,-1.219862102946265,-0.10940002068453746,0.5995995991127273,-0.06710066784667096,-0.6555520132059858,-0.07394157503932415,-0.6045393558757044,1.768448479957517,0.6887959486796493,-1.4511169097436358],[-0.4184323035659192,0.42709888941616775,-0.2950954358214156,0.24760334651215693,-0.4151381520120447,-2.088921821333579,-1.0975773714234998,-1.5270484789066259,-0.15013796809967772,0.2128751239292618,-1.0422039527756197,0.6046583933688569,-0.53773610277089,0.7987706079553979,-0.956913549963428,0.4818791400540146,-1.7055350169990933,-0.8301087602072923,-0.7939378051949413,-1.0432763837636103,-0.3626659859360814,-0.13393787969270252],[0.33362541456767064,-0.1922343262566012,-1.6271558191783628,-1.305840192713934,-0.5309926844719252,-1.0637909222810265,0.6514189297908015,0.740334982460563,-0.5571403948240691,-0.7959794003498571,0.6547715778863311,-0.9054784421998078,0.1680720628783,-0.3211707838627698,0.013392082531866193,-0.4152512952033815,-1.7692160131247552,-1.239311951305923,-0.0073273765492037814,-1.2375319893504158,0.8494024970933131,-1.3150915943250405],[0.5015002126367802,1.0757714475274889,0.5484117308873581,-0.6055350769757627,-2.169759972389096,-0.12313593628276903,-0.8523490127868432,-0.3862257236871323,1.0237355111385251,-1.2984951749213034,0.3070964784576618,-2.393051426084727,-1.441078776889076,0.8581279660052747,-1.6783100589334667,0.7890336519952851,-0.32747622721200453,0.07331600014896535,-0.09289187537095482,-0.2019118606808497,-0.3411180547709234,0.509794870276794],[0.003225359937399288,0.06976425099008217,-0.6188814851052042,-1.030480889192358,-2.6494262540367535,-0.01749473798877916,0.2792480427736766,-1.999724204632256,-0.681884157450791,0.09521387547686816,0.4540681005991143,0.23983005432199808,-1.4640093254135615,-0.5375958117367008,-0.03519767852225037,0.6948354328364179,-1.2002720306429133,-2.1494044755376884,-0.16855368074618837,-1.81438884202086,0.5224734860503665,-0.7401991062405567],[0.13998312154129428,-1.3720244873583602,1.0747837578834598,0.5941400903116015,-0.6190417719142012,-0.831402546984578,-1.5369687977973951,-0.5393132268577164,-1.9964237621624807,0.8732705269017998,0.36141031822639036,-1.1678305090891732,-0.7002970888979214,-1.9494123279453752,0.8015006748616306,-0.09867667950138236,-1.92530142568041,-1.437248920020687,-0.6493984407472376,0.978882464375502,-0.7736180496402143,-0.017930950168975054],[-1.6582082825596975,-0.7914872265301041,0.5834173468224,-1.2625058755583336,0.7903990372891408,1.1794225225366521,1.2404267529115924,-1.3253779867769542,-2.241236742363261,0.49918502718470853,0.9649520488804145,-0.7361815971434528,0.0023066731528577247,1.2374987279599539,-1.968496159084305,-0.9999478856010156,-1.057904062421161,0.4134422808545273,-1.9108469866921047,-0.628462446033116,-1.3079465719292247,-0.07014986922178522],[-1.317363606938037,-1.8626515887716069,0.9577919836213197,-0.2781308884346003,-0.662965870686072,-0.6881558960633173,0.9980728100733464,0.2495995954836799,-1.5094572446363517,-0.9075621815639701,0.7402642895731391,-0.5301303595577854,0.2538258963915163,-0.5900767983852064,0.5149081534810241,0.7588875590198885,0.6109929729991077,-1.6673178821530896,0.3516473984712573,-1.273548193797585,0.4445785706089275,-2.061214917695738],[0.6119537706208816,-0.26693011946775086,-1.901673943240136,-1.3321779051540972,0.4478233620496438,-0.595272445737307,0.17075572678557327,-1.0441731093909903,1.0537220329969925,0.2689036814540004,1.4248897448683575,0.34125464848274156,-1.2594587397753063,-0.3182129640760994,0.7890285204717395,0.0069068570101700035,-1.0001108178820677,-1.2545971042727087,-0.8211443581210238,1.6508482075936286,-1.6935242015668226,-0.1217649603823728],[0.6432543415089927,0.15731235408529837,0.5755172489004517,-1.0536909052065062,-1.233848143877735,-1.0983042494892177,-1.0468704052713016,1.4880892809874886,0.7479209904060482,0.32809102637817283,1.4461486138530777,-0.009664049357160328,-1.3255845300148863,-1.2811731993302078,0.7175272930609076,-1.631084332823945,-0.4663982945909808,0.25250875349704066,-1.7802082674203727,0.34566069026212554,1.095673577824079,0.1749383148921177],[0.618998627397408,1.4989775521117361,-0.40963764031437017,0.7951094031534882,-1.5315857816960303,-0.21781936474309618,1.031150444884873,0.22112938312739622,0.7689799781973959,-0.6662349744718613,-1.000692282655888,-0.5235421573588024,-1.6160520992199094,0.1858684512525761,-0.6076410387688347,-1.0654145865572402,-0.815186819758285,-0.45310235618422756,-1.4341911212409877,-0.9892792813771784,-1.1098676353504906,-1.5272781775941717],[-0.047058929861968746,0.3407228024533785,0.036229461499840826,-2.110629198079592,0.3840459793604175,-1.4604248522766048,-1.975629183481099,-1.3957453135006554,0.15451477683224968,-0.8914303707938698,-0.8655936438933799,-1.2232821294867995,-0.26333675358169917,-1.4298152637097552,-2.097265967211576,0.005133083353639345,-1.2693547546642296,-0.41299511089853935,-1.6758032621126566,-0.4820519688707844,0.30149284952533373,0.837902328376504],[-1.5615767590017249,-1.6859859449176535,1.0145572074390719,-0.40936782274731626,0.3754293794220624,-1.7443272208863863,-0.9206003171205125,-0.27006073389818475,0.37870222545380144,-1.8897723382012086,0.5297493581019749,0.595342996136408,1.2374459078175666,0.33617355947976324,-2.138950897842796,-0.6467078954920603,-0.27427561809449574,-0.16592065599785238,0.04496317885973808,-0.6019367996063361,-2.148956806338248,-0.9979144139638898],[-1.340193297210582,-0.4748251181815716,0.43992467920605016,-0.4841982107243029,0.5011476825680713,0.8011909737759321,-1.3442678825924377,0.037008767437987276,0.03126610791967172,-1.9224820897645853,-0.32161461868732305,-2.4729530758695675,-0.18910666981264682,-1.0338721757307543,-1.9535118757767191,-1.871562338026903,0.38226517095524226,-1.8093061768817869,-0.3569561938515234,-0.6877579741662155,0.5642262245598841,0.8313256677672531],[-0.6127121380735814,-1.2814170265612705,-1.7059573779951256,-0.9893726094718595,0.3827047107595553,0.42086575918580543,-2.0391693364668235,-0.03512350614912241,-0.9234041266508395,-1.958280390473145,-2.1740807063831897,-1.7875347260230723,-0.9345508317240976,-1.045293021559835,0.43296128028033526,0.2215724889205528,-0.8115078058495874,-0.7835015863026074,0.4315672740972952,-0.27151668604703244,0.07347201601548979,-0.04652931554542363],[-0.790317900194751,-1.8371963434836591,-1.6659585394202407,-1.7734505871625885,-1.8915192331528115,-1.3611663897854807,-0.7809130864770013,0.6513331037554511,-1.9878179864800725,-1.661223480896893,1.1211312490355685,0.7687481846757196,-0.014189628277898719,0.31174008254481583,-0.6369934054066235,-0.42439740670072035,-0.8648791403636591,-0.010107784850935258,0.4570560392254663,-0.7703314386404594,0.32226416823011045,0.1765880598719829],[-0.9159189163311743,-0.2849406604813098,-1.3180546401118054,0.28395752095290566,-1.842113313538044,0.6145438100525715,-0.6861992649888585,-0.2841783397548838,-1.3590318995318182,-0.17103091623606356,0.3232283614482573,-1.3371848575917984,0.9721215865000732,0.3952352075725022,-0.6443472022527204,-1.1834552934769293,0.6573725482851146,0.5550725524808338,0.5007195541454744,0.17526626148184,0.47534448536806423,-2.1429704618444623],[-0.9239489901467299,-0.3217691429188732,-0.2594184705108766,-1.0048185191850194,-2.9088310884304898,-1.5778387540021337,0.7510890492977984,-0.6904574467530266,0.48838522645140575,-0.23561955288368785,-1.9437120678641302,-0.3221816647061464,1.4749610094926522,0.1695706257879615,-0.7214598255997118,-1.8161420144158942,0.9449379907060249,0.32945888313319743,-0.46693762089683255,-0.6874831794594287,0.7513903210889591,-0.6874506826221042],[-1.1206223693899269,0.5854686628855634,-1.4701286894844745,0.4992500768329789,0.051413758773491254,0.015102993634266246,-1.8647195953998152,-1.4973303661302642,-0.47547828424221605,0.45660459970168044,0.5198330813663264,0.6125314008013664,-1.2735471385622152,0.2728755500918012,-1.0683527578318452,-1.9728922236955446,-0.17793767497498866,0.18481652796014117,0.7537091426441627,-2.424673988404447,0.8748255712514396,-1.4351466499697756],[-0.33769964348407316,-1.9018157920436143,1.0509064726712756,-1.5852211210626852,0.4648873397753737,0.14703012753361536,0.11082941492696145,0.24214248130668964,-0.32533345496832305,-1.5937685834618731,-0.5458883575697565,0.8338121441203505,-0.26637451298354853,-1.5054495506401635,-0.36321710363904713,-1.914182018234932,-1.1298404654856222,-0.49148341776355775,-0.2522410903462884,-1.0440278241539378,-1.113333876828575,0.9832038230258654],[-1.1111353507921344,-0.06759680695279777,-0.6120102777891874,-0.9347392557436771,-1.1012565430537833,-0.3783285109170626,-1.4591252323548514,0.17886897166063878,-1.498590824985084,-0.7579118864754797,-0.720084658053845,-0.9997507547378804,0.8411365426109133,1.1651340744074854,0.030378243272933276,0.5879443844075015,-0.40534319677974723,-0.9219286897503804,-1.270646872173739,-1.0178537999087807,-2.0860178484674625,-0.8536635779153415],[0.05789181493614066,-0.5028867173781613,-0.38972069971397066,0.20658767905062222,0.6353039662375146,-1.9002546793483732,0.2598160167089021,1.2296058013841598,-2.088684476159271,0.29016866777787914,0.132947031545845,0.4494250379698753,-0.8028214323691027,-0.7238178904920832,-0.5571872713857348,-1.6737111065680346,-0.35686870089354855,-0.8234660676966654,0.6426842426578807,-0.38352286951258135,0.07401881383398395,-1.405456143387679],[-1.4403540819001373,-1.3909795735678547,0.7428983792295735,-1.6743877266528642,0.20836098771774278,-1.2949788584442778,-1.1700629542422092,-2.0720598243564927,-0.40248619977964356,-0.1207714142612362,0.46224921214727827,-1.2472203749848574,-0.1822473864112548,0.34280775455327556,0.12127179100944482,-1.6469407860393788,-0.19187349304394494,-0.5078600505204769,-0.8821084721396625,0.7017087754119219,0.24620752541294147,0.24816346652737073],[-0.6804843663395664,-0.16899009251168645,0.7569569095642372,-0.3310564495539311,-1.0287828991952184,-0.1931989996629554,-0.2811879972165282,0.38309084419444095,-1.915377708740473,-1.5201471223725034,-0.6328391693391244,0.6062620018034363,-0.6785498386307706,0.707068224293222,-1.003477730875031,0.29147030585692385,0.5325779470148289,-1.3687831832294712,-1.4232866115279315,0.9948911997985461,-0.4516294094455103,-0.2549224874595963],[0.016555841889681743,-0.9135843754496161,-0.00934699453780015,-0.051089677873971735,-0.8094510033698573,0.8014440304700824,-1.7546896006179247,-0.7105554193510115,0.1498535486584375,0.5495548679637855,-1.0441009814695272,-0.09220186954713781,0.4617113899112625,-1.248717797448137,-1.363684277451474,0.07419119165362725,-1.501707924064509,-1.605647843746817,-0.45019236858838935,-2.087658161446433,0.27649392829709923,0.6725803550556093],[-0.20847500330614424,-0.9548990087733027,-0.6422633636270361,-0.9143005837736295,-1.6978296224139011,0.4640951631050995,-0.44558434778655376,-0.2757699930125851,0.39634518447363015,-0.7208766270238212,-1.9907225167794893,-1.1694896010592335,-0.2374288401852237,-0.7798398674210943,-0.9494484347293906,0.7449754239007814,-0.1840396538395174,-1.2647570907062495,0.22391436092298095,1.2998446087705207,-1.1584543659525064,-1.3136505109795549],[-1.41417061951217,0.49089242181725523,-1.41861674207276,-1.359930459245491,0.914167102235721,-0.019271817186872188,-1.6961562622543194,-1.6762397542182041,0.6899700710496435,-1.9369342862857664,0.7882553516512504,0.030146297542670484,0.4350685715736613,0.4474004731913666,1.0310005846006913,-0.6401580121946079,-1.5377076298858847,-0.3875244591415578,1.0365036678441328,-1.043466380966227,0.5727741520225288,-1.4886262745153702],[-0.4460125623849393,0.4033692923818186,-1.5171861271877478,-0.5470307740578301,-0.15722646284877126,-1.7894605624275528,-1.3589385451167464,-0.06700862209054793,-1.3709303053637396,0.516472211880448,-1.3930038433678718,-0.0017077844944143048,0.2665215302595843,-0.005806512142866031,-0.5796120391276628,-0.8650522035583608,0.4023960382234785,0.16724188369976287,1.4525027882069403,-1.8809105505081765,-0.5499809880083233,-0.7813248507920674],[-1.6454429076456945,0.03170862384834542,-1.6492214558795817,0.2037690342828531,-2.079807781781095,0.8525502786776136,-0.20037316847094347,-1.2980060384842913,-1.9832431168528406,-0.09819704842837189,-1.5693935785367361,-1.0236804815189924,-1.4889387911386103,0.24960541967842698,0.8095073163058781,-1.1893524339749415,-0.8537216394031074,-0.24563385263576967,0.7058210445844711,0.15772165407370448,-0.3811190881915999,0.3953348400886265],[0.2965489620663212,0.7301810157821372,-0.06549541272554027,-1.2795713495602705,0.4369384767464704,0.1888332874642846,-0.4962288875888507,-1.5926840378633569,-0.5372606652385525,-0.2757303494590408,-0.5197972377174724,1.1925075008660786,-1.7392074096440262,-0.11065400046712491,0.24916679103876785,0.6862246764930181,0.8772726656141099,0.8333264984344659,-0.1442086675109072,-1.8851887312546134,-1.7117541108104615,-1.6660766591678624],[-1.3966661788512122,-1.22887203807193,-0.33470077534327136,-0.48929916652217204,-1.2762901761061016,-0.6979144216257076,0.6807549354709221,1.4021326413132806,1.070155213290955,-0.4105735348286172,-2.0773528165388693,-1.180261056067519,0.8156133483684178,0.3438667184528637,0.3541248588185478,-1.8119073886459647,0.2369326528731477,0.2709603391238109,-1.4872644075024715,0.22754499594415487,-0.010441048708463508,-2.127086660300423],[-1.6210039162118781,-1.245975778793178,-1.0520220311811517,-0.7003295288196695,0.7716161800087898,1.5056980549702272,0.8903441561781508,-0.16672674956630038,-0.04061889572369384,-1.303275019165711,0.4898191138501752,-0.7211997130947372,-1.167059284780811,-0.8324509960083044,-1.2099079250856297,0.16066551004429303,-0.8816522213223392,0.41083472264944637,-0.9884439679868295,-0.7938224916575973,-1.9304556589635826,-0.8183807900025524],[0.11049373983271946,0.4322967040710208,0.29357907160643143,-0.7120847914285853,1.2552530835543922,0.05899372724190841,-0.5542247104351711,-0.39062935171718594,-1.5485023873703596,0.437573080892734,0.39703190252243986,-1.821591423763313,-1.8230720634185114,-1.8394536406768889,0.440141076869992,0.25887380965346374,-0.34270239431263627,-1.0265964708064972,0.55548264488375,-2.1731759104668393,-2.136899236075558,-0.8947934297442361],[0.16097691911258613,-1.7105177126300286,-1.5288870127740863,0.7290961006044518,-0.9256907949417528,-1.4323513434826196,-1.759064868808888,-1.6316583803169662,-0.4238171945952924,0.5638739145628529,-1.10671602873937,-1.0117817013402686,-1.0178284862524254,-1.4847509446695861,-1.1554101958819518,-0.9699959383108437,0.37759130918780426,0.22957823118492648,-0.05097773129679693,-0.34598476522470123,-0.8753531517734657,0.5719435116449607],[-1.4655738123823996,-0.2840663686214296,-1.3137841998529276,-1.3287205349810853,-1.4671473945858386,0.13278787566534997,-0.054463758410851625,0.20989017403883103,0.45255117903519465,-0.7416238453985925,-0.7942157169503491,1.4329201310636759,-1.140334400806483,0.0014652970489221926,-0.6600722853324289,0.6197868529431733,-0.20014755631786674,-0.3848137421892078,-1.0431216582391913,0.3975924621814496,-1.135249666965929,-0.5238927890194918],[-0.4146013570204081,-1.2749657711708857,-0.1872524825733624,-0.43828562865080556,-0.7835835056278855,-1.116590050049496,0.14566829153754912,-0.901857786585082,-0.08786773747686417,-0.11260176489022129,-2.4302020661104238,-1.0618530152922614,0.6839859270230829,-2.275556375414004,0.3188771776355504,0.7120999067177597,-1.1017101816663464,0.41955531434522103,0.08991384785089271,-1.0715023894199343,-0.8042143342670133,-0.12581380886908503],[0.11551550684048005,-1.5451729179692573,0.059010372928808175,-0.196883180806652,-0.13068179000373184,-1.4975499162003383,0.2477228270567447,-0.6288062829983679,-1.5811047046026532,-0.6520429687544493,-2.3349040116750346,0.20295303018086094,-2.436039755355612,-0.394066401823838,0.9632140433959802,-1.1312457620961582,0.38818482409836197,-1.6163794169553538,0.002467326661259401,0.05463566557171985,-1.516783420843909,0.5848793343846876],[-1.888995371393661,-1.758616940469445,0.2750426750916693,-1.0783596237475515,0.09634852366499724,-0.2919744736767343,-0.6046809614717318,-1.276821920422341,-0.4181796686272272,0.8692416912478425,0.989963812610949,-0.14869927543331762,-0.665500195452785,1.341117595887184,-0.1395987352936788,0.49067263016390245,0.03879394709045199,0.19824552583612595,-1.7767048034051245,0.9980360379147358,0.6353376477175713,-1.030471363022514],[-0.5565236252960739,0.5198307509048264,0.0001888777403037739,-0.09933838729602233,0.3470847401093442,0.27293479180133684,-1.13864171856101,1.028925305815234,-0.2224361830790077,-0.858851783176581,1.0874059978326442,-0.9209703733015941,-1.4009375534821982,0.12146154055618272,0.5715352627503828,-1.352494884979463,-1.4518378419934401,-0.20016940484714726,-1.380085267642838,-1.9552679969601772,0.8546110930161509,-1.5351207576569808],[-0.1810196553985072,-1.5959592482981007,-1.5858489513877387,0.16276866553330452,-0.4368201544405418,0.8685881714266671,0.6697042906003048,0.08216083926212471,-0.09093730318925454,-1.5492689882352935,-1.0433967036979697,-0.3891835976822265,0.09881931452977136,-2.920603637422504,-0.5420682816539899,-1.7437771649475562,-1.3000971028648278,0.40011382825133524,-1.4632072549535153,-1.0770335977877785,-1.320230510757799,-0.7448270963458175],[-0.40175608277666147,-0.4449691516321086,-1.6500288370765803,0.4606138296327868,0.06887258984752637,-1.23105255881204,1.085171632147544,-0.7299566852047503,-0.7069332484397293,-0.0833249448904792,0.9728317870551749,-0.6520126604211378,0.5990013501525375,-1.8466420960066072,-2.184795922221009,-1.3326595903942904,-0.33300743801259247,0.8062741395440883,0.2739601490420291,-0.08819257456142955,0.3150648995759419,1.2285878252910987],[0.29018278524950136,-0.3308143714898698,-1.8980948181361388,0.4398354548610899,0.054700048993666046,-1.2928449124482821,1.4794981580304767,-1.0207805432330332,0.5409800840691114,-0.9443912125192848,-2.162379187914001,0.4976701431153347,1.003526542044077,-0.18461318863171303,-0.45320728901793117,0.5798649510679603,-0.5247070660753737,-1.97071709247282,-0.5290661626695913,-1.7589461078068998,-0.28400752222777903,-1.0298279930042784],[0.5950259089881119,0.0760071633514631,-1.7247380791047022,-0.7017070047899241,-0.7586624505577594,-0.5305463920740077,0.9890519890850632,-0.39505608151217964,-0.4007277366094738,0.4167734866380422,-0.47468748063065996,-1.8564575186563357,-1.585547324238348,-0.0384669311263119,-0.1306865920151604,-1.7295835522268976,0.6881650403713657,-0.767638221103466,-0.38944411088331377,0.14325784364848787,-1.3587976263386614,-0.9398290116760349],[-0.016100291116700974,1.0224426512807903,1.0631939898858838,-1.0506196793992328,-0.41197978805880614,-0.0003293919472116511,-1.0712802071200311,-1.508286419283698,0.4712198006335896,-1.0847924481952569,0.35263997992590307,1.5188635941577722,-1.0303757818173926,-1.7311834442339107,-0.5461907143375277,-1.5815501249444806,-0.7082497516995255,-1.2566810402981166,-1.3315208727964885,-0.752904835564747,-1.0678518899872202,-0.0258405789815216]]],"Biases":[[[0.15001059167736652,-0.06547867580648732,-0.9180733356738464,0.4303790383845283,0.7863568377984899,-0.5295841217382838,-0.7374081067419533,-0.5557383492216712,-0.13455433749117937,-0.710314268365876,0.04999825346612154,-0.5531304765399802,-0.576531123376789,-0.06230943499536579,0.03827708751209957,-0.18090868218980063,0.34478921493240333,-0.4436079347416015,0.03567783362101047,0.18952256126115752,-0.04666095526663732,0.1994295669241153,0.7598399271797394,0.278577059110413,-0.24818531248679265,0.5665960372942295,0.9972433498860337,0.8174522231221968,-0.4386637622285449,0.49576345393953014,-0.5395726161616844,-0.3471327180218344,-0.41952783070227934,-0.9034743436749584,0.023929523165127177,-0.05921702465375589,0.8482272309186102,0.504978623370098,0.3038827160314933,-0.3933082438588717,-0.8365171770547243,0.99662913754111,0.7581293564426855,0.944590583673326,0.6982280260101863,-0.38722780617659686,0.1385941778674259,-0.5463087687996858,0.8441653049648026,-0.4338927272899569],[0.8072587600487559,-0.9240126312530275,-1.4562721815104696,0.48366301326364824,0.6039523661505647,0.5466472764904073,0.028169829865877603,0.49649282681654683,-0.012697457425834882,-1.047028226866324,-0.772533560295345,0.2656712027206914,0.07861801472808402,0.9305473205415737,-0.5901819067525014,-0.95917346959439,-0.09475808083818481,-0.39337771569137997,-0.5063495875800028,-0.4917694361729322,0.5515206039012449,0.19504774517851572,1.3573508165376635,0.792693897649494,-0.09713111664822262,-0.744243598233701,0.11573414245064334,-0.7164275492638579,-0.7828723233950518,0.8340447323002639,0.10339744668270584,0.689595246445185,0.24226237266629835,0.08509817784271388,-0.49688828380376643,-1.7005334952091522,1.534237101891207,0.8877071344129567,-2.0564057059872884,-0.770208048266027,-1.1502220928724807,0.9857779933591642,-2.113857856303615,-0.6705520029070722,-0.7028595372454269,0.9959941012032678,-0.41077205414753226,0.08471823426383067,-0.6381276185911046,0.2547058597894602],[-1.3776374030969014,-1.289370291577497,0.3793105825133985,0.6635649964240008,0.15483140310006305,0.26645814555093983,-0.002975929755684777,-1.114684241754295,0.4844216809896345,-0.5790755849955621,-0.2509803480151477,-0.5727840994057511,0.3828480026309819,1.6056901529792358,-1.9964144092659313,-1.2728650055953648,-0.4475409149044649,-1.0907613932517919,0.7493598921658283,-0.6686567653925294,0.42390039833480125,-0.7095200258077291,2.7024110189073247,0.8835980136160473,0.8208667488774245,-0.7151042137018648,0.08308621978022193,0.15881187951132097,0.30721510042944594,-0.5489259721135055,0.7373861370978367,-0.12178442454679786,1.7433552680326776,-0.3895371832161712,-0.946257464215636,-1.406276636091796,2.527320978862494,-0.2039078602897875,-0.09491871048513484,-0.8288186294060467,-0.6166979023054926,-0.5120740089007647,-3.2486972378407675,-0.2962862873295282,-0.6411633222820042,0.5374726611590785,-0.7757109912654938,-0.443702179614776,-0.6786329068256082,0.48326488036565396],[0.39622615323475957,-1.1887385117589744,-0.6562280971479233,-0.43369580134343216,0.19592664006949012,0.3228420964374306,-1.4466138983166508,-0.7366980540738522,0.41779591708094943,-1.3979700732598432,-0.9511246509181309,0.8061306987950633,-0.39537854737888517,0.31326492947889295,-0.9699803958652081,-0.20647033033601614,-0.5941476239002905,-0.09935612292762856,0.5124286564409314,0.8031268654463878,-0.34122868713517757,0.4614153621116949,0.7554641320073917,0.8649761453147358,-0.41631476270459006,0.0377792226836356,0.10938665183019451,-0.3050300090465522,-0.4497345598833584,-1.141401157983692,0.9563195568893355,-0.5694125509489082,0.723107319596485,1.0590967394274264,-1.1345068973852035,-0.5597931862159601,1.3156401217146876,-1.1302296478194072,-0.5397606915491603,-0.2536364258335065,0.7761100867389902,-0.12787612970890738,-0.7779517169415489,-0.011487851230667473,0.014016714450213923,0.8691832654238485,0.8609013736172204,0.0883692756806785,1.1883091527291172,-0.1987796810552755],[-1.9033264391419493,0.09434294536494771,0.06877522584131635,1.0057926090546478,-1.3036805915262335,0.6277315425048675,-1.5680249611718962,0.04662686431103266,-0.3993068939011099,0.1870844254671245,0.8559230735562527,-1.0726900937249235,-0.36620822700723127,-0.23472400285037293,-0.38336273366254553,-1.7463359695716973,0.2646546349862438,-0.9882806504745768,-1.9894973782787604,-0.37201035924754783,0.42283169339077686,-1.0027335166052656,-0.49417509711205865,0.7129734308066831,-0.5166921105040991,-0.11379535210331726,-0.370661380348171,-0.22219752915504332,-0.7448160875677717,-0.15251010288615827,-1.3200567317998728,0.13390549108746105,0.470231875013105,-0.34901018349270574,0.7038410587731219,0.13594589976860572,0.3125260916246669,0.2317336644646109,0.9265433595260186,-0.34539779273377763,-1.5167037671507755,0.23941925682636772,0.32572915838701705,0.8302707954346563,-0.8861145809781715,0.8288286722898551,0.8138356604847533,0.4185848259611465,0.7783194292257298,0.030790838555329544],[-2.5236497999374747,0.9082261555802597,0.2905914183774514,-0.33312440636582447,-0.5778364786058343,1.0618698645915055,-2.0980818316120695,-0.47188781991360473,1.0143605425663125,-1.1742984559459764,0.20012801733662974,-1.5244867922410559,-0.29191164730660474,-0.46847424957482753,-0.8636670048621197,-0.9055431879222168,0.8352114354488065,-0.20084814527501474,-0.4208950869837747,0.05404048046126885,-1.970502394651715,0.7333250767663878,-0.30065815845911237,0.35379833390918286,-0.22782069804181854,-0.46279591563498046,-1.231658605903634,0.30843684251562753,0.7091647979905089,-0.37388846051781494,-0.5908566721898622,0.2474975220261594,-1.7259728798307927,-1.226824064807994,-0.15580589378698154,-0.5448078275001358,0.5413350121682212,0.32324583769772963,0.32488848139376825,-0.588180815621727,-0.6730795159502133,0.8676623209652096,0.11842739961124596,-1.5847355519400383,0.6712878756080445,0.5526364854256494,-0.1789170972697118,1.0680735496119105,0.4859325398591135,0.3908166097444521],[-1.9076727557034214,0.30018804104013797,-0.5466056584722675,-0.37542298292005033,-0.11899770690827276,0.6405995835296716,-1.6141837414499984,-0.5672904874551712,-0.10817328721090062,-1.2231433723904863,0.8727634543754941,-1.7026478431978078,0.7566527633865866,-0.15188229732213418,-0.11586174004565149,-1.0681599545672773,-0.4239348199438963,-1.1134466079459988,0.5512640643678279,-1.3152411469463674,0.32625675591139724,-0.8535092128426146,-0.008419647423920039,-0.3587909129240841,-1.8695678042491661,-0.7044171433132541,-0.8191518280757648,-0.29418480624757537,-1.5352068471267772,-0.675589755323364,-1.0389977435339086,-0.9167006664658484,-2.167964607719343,-1.2712051262587858,0.5272794129977885,0.10211442679396802,0.7369478144131242,-0.38547699417991094,0.14671032732882125,-0.7885064979320014,0.7602707117156988,0.973257206062859,-0.12525751020141113,-1.3851278875866804,-1.6356271208913942,0.45850779168926975,0.41976740699261794,0.5860727747197848,1.1537537481798488,-1.5669696281005685],[-1.370901664568537,-0.7455938750502457,0.13069787672444183,-0.08539747103572391,-0.4952081819372365,-0.37080602050435285,-2.320588581445183,-1.0859234329280343,0.026167787098217554,-0.7053114845238646,-0.5565799077206397,0.6089522790043455,1.071124164376662,0.8942603903485329,-0.30196624079910844,-1.6359275657990973,0.44811782138667317,-1.3808510803461176,0.5206817121483276,-0.33291514020124374,-1.3900275896934047,-0.7416150872322905,-0.8152322278940908,0.8642526980836535,-1.831248463862648,0.9967414255379096,-1.160442179414175,-0.4747937867932539,0.5101509681076767,-0.8668073405971914,-0.2794190333695961,0.47917173550435593,-1.2472161113432083,0.6560222244504358,0.9091924101782104,-0.33049362983908775,-0.47509555807342413,0.20998054100280328,-0.8988216954716964,-1.822145501205973,0.1905181477150068,0.12689757399053309,-0.29593010058116676,-0.8983857665192665,-0.1063624489015088,0.7858339375516565,1.1166902720191267,0.3550567905325322,0.15496498661217775,-1.1844287606430208],[-1.1150060039948562,0.36188329810892944,-1.3765840366614193,-0.1400600324367628,-0.5323407978651092,0.7988395140960421,0.4057711063969296,0.34580507984027603,0.38516545990534784,-0.7518599531980569,0.1417512309139499,-0.826438893486332,0.6021360346372866,-0.7046757053519938,-0.9746526002039743,-1.4580020447023327,-0.6875974595169969,0.342715688286641,0.530260719977037,-0.27395140294463205,-0.02251735646150425,0.915006217769918,-0.4993973220330459,-0.5053150721718939,-0.03939466012370667,0.3361243510468684,-0.3593988407029054,-0.947427770286327,0.49073368661460104,0.4904509594172023,0.10108098879698857,-0.5564594851722473,0.9372013233039871,0.25031540885627634,0.349245959292773,0.5102361121035706,0.6783253230524856,-0.262746990568321,-1.4850727934591708,0.7579711317370877,0.5448844084271688,-0.4502148406192675,-0.18505520334653158,0.5675877400320137,0.8770332602122581,-0.002375533611754523,-1.9347864555863503,-0.3342522697175639,0.6597573654711915,-0.03650966742094013],[-0.5716036765876107,0.8332118111445181,-1.2991962435439217,0.13754040684637237,0.4244604403357986,0.5684162270802989,0.1474539983956827,0.3651787446499028,0.17568277296627458,0.41015313118143,0.8260920571072845,0.48458604713525844,0.5319193188819035,0.8411796544891387,0.6272901571965653,-1.7714298147669723,-0.3455541527155618,-1.1239073563982203,-0.75916801669566,0.05199869434503298,0.12743636251773333,-0.4445410975375211,-0.12035999459481261,-0.03572896183868211,0.12268556555541783,-1.0623823227722888,0.8698969131278741,0.13215036730302174,-0.402830470054629,1.0095896637042003,-0.8293074780738096,0.08560528396248525,-0.24459754949350662,0.26376022952334577,0.6790625249274114,-0.2084829605229932,0.13238851545203945,-0.4976364144643271,-1.8663218040714538,-0.16196125563631084,-0.6439926136121045,-1.5262959725878786,0.3382906436850117,-0.06333346759697016,-0.5326130122312144,-1.0709799028662825,-0.6419235351619198,0.07104627109112595,0.7939537734339212,-0.5736922117012683],[-0.15772393394208542,-0.07709598541997084,-3.7222286372322277,-0.07135014568250007,-0.11099007513517792,-0.2848160530830338,0.25616677690179723,0.6404810165255667,-0.9505673676093527,0.3762381265620392,-0.9909150958694269,-3.0595288844230932,0.8327418694288665,-0.2964434799279387,-0.5162462477959422,-0.5083697998374981,-0.6032934321343436,-0.7240486184704573,0.4318948015587265,-0.7890045622270795,-1.441885772105487,-0.7694181278695127,0.6359637277514182,0.15156255185405346,-0.12861596626770652,-0.4176411362706451,0.9303719400878279,-0.7140855273090995,0.2007310946232683,-0.14394479193402868,0.6127311267312942,0.8857062723247887,0.15259694650687286,0.9446419892140784,0.3215231248844265,-0.053729030418858736,0.2662821893981268,-0.6340862182739068,-0.6104382165619897,-1.1823619765809192,-0.6998557382190707,-2.4787855340136695,0.008933422454130124,0.25572042926766864,-0.31973471557596567,-3.3480423030734054,-2.813929109108696,0.8432776433000065,-0.7398557837457128,-2.389532037341013],[-0.11125920957658222,0.332333088984919,0.16858190687359953,0.6412891965062093,-0.6986110279466684,0.2276132891414125,0.6660517815703402,-0.818446486750091,0.35812250795387296,-0.2400552789623325,-0.41128184106140325,0.06072802564578818,0.5493857521036997,0.9965210976037361,-0.15178483845749813,0.11963113089064294,0.10042472096885884,0.8084025039316945,0.10923901493440863,0.5938771518353462,-0.9712698561223946,-1.6554365619453526,0.5913789035972752,0.8806655388792104,0.45617199421560484,0.11350261141894416,-0.9633864999314686,-0.6910996382495579,-0.054743499830820525,0.6819490798674386,0.8786687169633045,0.7067857105804457,-0.34810099226456903,-1.3301162778037616,-0.47466388566758666,0.7127502487340708,-0.39368173810397183,-0.36881916311969326,0.5880297034482557,-1.6835658984334436,-1.012486690968883,0.9331822161147046,0.5192625492720269,0.6821147824985178,0.643945425135984,-0.5049401954850885,-0.4467761852932593,-1.365060934893461,-1.7433258362157118,-0.05775400314542819],[-0.17194311518711478,-1.176216024956966,0.7612149907430598,0.5303300949691866,0.33358130483716714,-1.1645602900258742,0.5094524905392085,-0.29806130874221604,-1.6887114181108258,0.7513757504538588,0.6268419088146185,0.10259972898162285,0.1636511515815522,-0.6574411165602421,-2.2469009697717,0.49813415303781683,-0.5817230673203058,0.20376945849914352,0.48594655943143084,0.9128525940485831,-1.1433221613560198,-0.33542097441483987,-0.7887391336191195,-0.825064043384729,-1.1267720366990837,1.0023494544503804,-1.0395059729586251,0.8294681274664094,0.37154941610693304,-0.7919780491044035,0.5919187737546424,0.20849366194368837,-1.8327583639647742,-1.5202734654391736,0.08044524557676293,-0.5828773538872937,0.3054843047828727,-1.2204919166391068,0.06812226821547561,0.8232179112752945,-0.7514230155176378,-0.2752309728258385,0.9104090099806629,-0.7039232017430915,0.8771269050842059,-0.15272400917873777,-1.5696409084287304,-1.2222927059147823,0.8967749170700021,0.9999742585752527],[-0.4536477641154644,0.2293236620768939,-0.23857141668918808,-0.12194503930371874,1.5350034193949937,-1.2232547625432328,0.5220329125782178,0.6340030395353965,-1.8115760603700273,0.3699432066534159,0.8076507137020159,1.0846039618864696,0.15699925832483383,0.5046817695437209,-2.6347517146520314,2.012082827057393,1.1810828299609717,0.7281106511331836,-0.23244553987937394,0.2233375009092358,-0.18618884592210666,-1.5055838551276333,0.5603891496720026,-0.703572907885317,0.2907588768247646,0.20828739332863472,0.423585550286386,-0.5084344583791904,0.2813668414285156,0.19780125137946156,-0.20837751580269354,-0.45020878831347866,-2.1839500468990822,-1.0105691557998209,-0.1299710841065605,0.6859683836176325,0.5166839742613585,0.424971917678724,-0.3114073496067041,-0.8815995428622533,-1.6054991933495673,-0.7304726786367916,0.3408731169519625,-0.4115300871938457,1.5191428619961362,-0.5949191007551011,-2.1984787313080596,-1.2262991150002513,0.11907792984110922,0.9116862596382599],[0.06781724674007358,-0.7407992700057457,0.49023264174160297,0.5895211788426408,0.04741087774241695,-0.2613393144962922,-0.8200201967364668,0.4590227040373486,0.8408824890689536,-0.2305843621796654,-0.015324535868475365,0.3355509473134477,-0.4379544619155416,-0.9088390305304853,-0.38594650787863377,0.5093285454091213,-0.2087243662799519,-0.05681678748214016,-1.5112482331205745,0.17557132321275204,-0.9827301919522835,0.07914568359910705,-0.1557828245439933,0.48804591440171324,0.885867175709958,-1.0171727461253122,0.5255433348470127,-0.032841753809262485,0.9707581965401015,-0.1238588668322358,-0.07406933460290449,-0.030642081424014544,-0.4018267480471459,0.1223860076500684,0.1043187472349431,-0.3016332291154468,-0.522545125501742,0.13239465221164534,-0.11161086514905483,-0.14477827870052423,-0.42825915571241363,-0.3766972910793624,0.35244167398416715,0.2204705344764317,0.33648487316741105,-0.996107460514182,-0.03908239375757201,0.7713591743261285,0.012355405389261808,-1.2229123466809892],[0.7057963907878481,-0.2642156549108239,0.37245979056165684,0.11316079173836052,0.363826832185246,0.26171947613567303,-0.20979370374642312,-0.13390473287519583,0.5013906346918982,-1.6436734081665962,-0.20672127755756478,0.5922662678152485,1.1599786681785669,-0.5584294639795108,-0.3671467268205534,-0.3088019551366841,-0.06097156300440643,-0.24827744455940004,-1.3600867312974965,-0.11545430141922003,-1.540609810033744,-1.2542527093650546,-0.054727351442483925,0.8790415338434108,0.7413061654070129,-0.4686505843010117,-0.46578076403555463,0.5129815343503538,-0.6384699966069465,-1.5994203946346288,-0.3296280812159112,-0.5456945267018,-2.5448510056634075,0.3951760018740824,0.08850878085510973,-1.0283373914525735,-0.007075569615561839,-0.9403328498798581,0.8695326920565399,0.7492944230199827,-0.4968103102330129,0.6919289811130794,0.8722005784993377,0.46030690056950074,-1.0805931015208448,-0.9871452906116661,0.6551730247115376,-0.8007978762577621,-0.562060197196335,-0.3504430476222519],[0.5139499153138459,-1.0644816090315259,-0.9007449692974632,0.08388100137232186,-0.2279589375497303,0.16634779732906702,-0.3968362681624177,0.2804354344126772,-0.8473959011031519,-0.7625973695060188,-0.24772005218851226,0.6635358692710388,-0.8249789471706579,0.41446316546836776,0.7539906288495606,0.3300918961312602,-0.9401768820210918,-0.47504765452077397,-0.09749936570943063,-0.43953422789874236,-0.6966980424642566,-0.20643154104879427,-0.36932505369124885,-0.8719935749690793,-0.853220962392228,0.1917585154041825,0.9088507318558894,-1.0026656740525097,0.74951431878815,-0.9316793538135123,0.8611348352310959,0.39909370462512234,0.46599333983569063,0.7704201419329509,0.7404582045809266,0.7778124203189132,-0.13882865587996862,-0.955460180432048,-0.8036550730860634,-0.2740864104025256,-0.14555895070584382,-0.5554146593754569,0.11339503785427686,0.7340110670543373,0.04022981645512984,0.6508658557092863,0.021378741893041623,-1.3760235384208597,0.8261949873936542,0.5796827488853589],[-1.3107765899869301,0.228491292476322,-0.09613814601233515,0.4020308731591537,0.09150022769467789,-0.7416933998131057,-1.8888929868339845,0.18277039343930354,0.848999635738865,0.9603574834192402,0.9897891997935212,-0.3702472695895081,1.0438276860294093,0.09812726679940861,-0.13920007368775725,0.4033236968120631,-0.9295016904668609,-0.20810875623812275,0.271778595406444,0.7307596199516054,-0.35641973476776667,-0.5016401160142201,0.18080354963995557,-0.4914511413471066,0.6227961537110634,-0.3994537624289409,0.02479973120129348,0.776446709629477,-0.7530822220112582,-0.5547151522042657,0.8427708728918643,0.42337532296927843,-0.6609004448850389,0.9241981724322827,-0.7671482339169589,-0.10718702341326433,-0.8599122765887401,0.36274668351061234,-0.09593479453368438,-0.0052974151890247375,0.7402456437649306,-0.6340454380935144,-1.0077381860254573,0.8782477726828748,-0.6852109329683134,-0.5952841314526365,0.14708479816617537,-0.18929869054392134,0.8360875334445383,-0.03604067410992055],[0.2968881074946895,-0.44676000440810865,0.0912209322406626,0.8336644473470971,0.09397329658041033,0.43735715661394287,-0.21642169523345275,0.32210102033730653,0.984657008130732,0.8030637073035699,0.40294876067600505,-0.4380427142578045,0.5541342003745805,0.3348902422458567,0.7159496052441934,-0.5454067706560174,-0.6227683901787467,0.6746464683150595,0.7061536447987196,0.6401217592884426,-0.6036636541513557,0.06165646947842579,-0.5081127225347818,-1.0579803428248278,0.9362612272353292,-0.8534927919302978,-0.2571759168455549,0.4171637256523558,-0.047371120679444,0.3619807605537715,0.8518418387166999,-1.2435963201257718,-0.02686377421660811,-1.3058413128819346,-0.7465027773182311,-0.10629927685504736,0.21609993833019478,-0.06344648173691393,-0.8092495127632068,0.5054400399696201,-1.0347174628035243,-1.0947368584661838,-1.8238990516752716,0.04023102363949759,-0.2906855571718085,-0.22585596279349057,-0.2433663906791867,-0.21802708746989244,-0.321810618987608,-0.7698612037310452],[-1.8897154029656484,-0.4902361386418861,-1.451857179006439,-0.4488154179644951,0.8475452793100925,-0.5143654661063156,-1.4709011916131365,0.870022806473142,0.9324604767178771,0.7721279387971925,-0.346334626835371,0.24575066590497727,-0.2215054108044306,-0.29239486150114785,-0.20764312868453697,0.48363042001890144,-0.49239137413796474,-1.4241031170530545,-0.5398748235090948,-0.8793418905464541,-0.9006201393911814,0.9077302444249714,0.41085853611641887,-1.7878939994195053,0.060784245241748025,0.15045424870432425,-0.44537430088839003,0.6163314728841885,0.31359990530135873,-0.43423038272985753,-0.0664020950977983,-2.136131134463948,0.6332153010554663,-0.08066751559034596,0.606363602692874,0.887599057212586,-2.118004944520257,1.0003286912077183,0.07844274590602156,0.8278192756287167,-0.8805813541026355,-2.2810341224186126,-2.246011721594341,-0.2161017567084411,-0.12739395209443954,-0.1584580717751265,0.6954565049932673,-0.5632867548483527,0.45409527857178134,-0.5065466432886023],[0.05243694807537993,-0.055586157117512046,-0.5257438204199824,-0.4139611415928491,-0.6405643156152075,-0.18746523681648386,-0.21187426622704472,-0.23456667889142874,0.9048127705413918,-0.06887536242033127,-0.5324438605249214,0.2645666283761184,-0.497614014922317,0.8132057565545258,0.6907430497047617,-0.1613902808806465,0.35851865949223627,-0.22179829034572887,-0.15571569017069062,-0.39015175943474767,-0.46242546721948435,0.35022113967477586,-0.20637001532091168,0.8471199973761585,-0.6665669078630699,-0.14276263438730089,1.031228812436199,-0.7711981372958809,0.1940578540268943,0.46165189392887135,-0.46986385345129705,-0.3575852597368996,0.7459510008443667,0.1871502266476935,0.8126118639916697,0.3990181876493653,-0.9695765299609178,-0.7805288709888888,-0.1767536499748041,0.020412816030993607,0.8807602457939159,-1.0002136310722944,-0.04845235623008868,0.9689343707347092,0.5144963959096671,0.17491364923998362,0.5857202030295526,-0.2222666834804109,-0.8209228663260275,0.24080688195980224],[-0.18930009525704822,-1.3684252594410886,0.7191181315439108,-0.27174156511225706,0.3004289829424443,0.5983115497394826,-0.6150219390744238,0.26284024558009755,0.8227655967738231,0.674173441874284,0.9221289886326395,0.22322867102910376,0.3874383419065053,0.816011455397811,-0.005662871295850824,0.3646506438511241,-0.7631025755563334,-0.7846546751660984,-0.3848870834635,0.19364483128686447,-0.5456468454846519,1.0459241988695518,0.16265658267890964,-0.8479329168342822,-0.2042130614131104,-0.636327623669483,-0.6331482401187014,0.8985253599159947,0.6368520830056461,0.712322599371744,-1.062923445334273,-0.2378389295619091,0.022093696468529284,-0.6714158481543486,-0.37834844329958567,-0.4940918358634127,0.00816433930677298,-0.3955456249874634,-0.17250842416361692,-0.16604351308183468,0.7035402196821443,-1.33092317297494,-0.08795203874646758,0.6282179069774902,0.43554058833020254,-0.38181288395760554,0.13009467978453634,-1.1126431475644256,0.4770097975681121,0.27516555205683596],[0.2114364220482033,-0.35584272346449436,0.3092831917812493,-0.23711543218127032,-0.42856534930147433,-0.18893632439378644,0.13107163226398114,-0.5179684990890018,-0.842863874828144,-1.3685016096030778,-1.6276656885894585,-0.16413239963882587,0.588851612224777,-1.3656424762538817,0.9156769978666822,-0.3786665357215547,-0.4385732834944357,0.12487182263841869,0.710352271450942,-0.21902810923119412,0.026970908363129886,-1.4444144375565138,-0.6260407513171494,-1.568935868821533,-0.7712120370183894,-0.3414424557820379,-1.6848421537585478,0.4025247845472613,-0.7861083309688027,0.6844451855168427,-0.6239798214465786,-1.4303583137839992,0.2272099731068418,0.7910141839946682,-0.9457006535933707,0.22810790019551624,0.24999714742575546,-0.3246001382450359,0.38835062706878704,0.2810277069144856,-0.561018006803833,-0.5112763469674606,0.14051323279618777,-1.0524984611390762,0.17151694033185913,-0.5665182861979134,0.06477329891475576,1.0257636585187726,0.19475027666923972,0.8654667967567777],[-0.0003992598772166721,-0.036908421102012305,0.03231254140050455,0.5779851010767456,0.48764405051090115,-1.4700737156161576,-0.6102266170321166,0.23398690387964297,-0.5840663173395666,-0.650782710108269,-1.778995614316973,-0.04170912108604795,-0.4923021267300728,0.39389193515478,-0.2249914262523917,-1.319293092595588,-1.7072007668213731,0.26436911569824295,0.35947591443655963,-0.31277510586647944,0.2946792525210651,0.2435355452865252,-1.7945377601030679,-2.213514282157677,0.05291457101375081,-0.6439523713043472,0.1514062738718044,0.6318735844849556,0.43815137396372805,-0.2240006732381164,0.44880431911412566,0.021482936543924545,-0.2279693633883755,0.5557841210718875,-1.7054551772251247,-0.6422274719235673,-0.404457543168352,0.5140715098022466,0.9563625103072148,0.42914908192071644,-1.2578079826435584,-0.1633455288373967,0.4393929359567076,0.6422317472386064,-0.5748946677084621,0.8891397874199738,-0.5824876406243586,-0.6007648235382993,-1.2912718325475674,-1.2990436235134286],[0.28335033007920574,-0.28501343651865996,-0.2091712316576694,-0.12147788729714022,-0.07447044045403012,-0.08377772598502059,-0.022763139879099847,0.27455840131701936,0.15561247075099272,-1.658845110983523,-3.3173448147117983,0.20245103243965518,0.8243698819517598,0.1045736095637562,0.0357226827750135,-1.8552201502590877,-1.660164643295776,-0.20041177572900512,1.006258095721621,0.7512995201427737,0.6666536279398628,-1.7555455796570376,-0.8295862285987025,-3.720243117639912,-0.12709163700475856,0.6562855312563326,0.6840042356575672,1.0533969866988613,0.2517344421512838,-0.5271521718389265,-1.3698691499505609,-0.8914915955782705,0.9641904029600119,-0.5374954032850134,-0.3290261449884433,0.9412041274282705,-1.7751900059364425,-0.35538232887903376,0.024067246043553335,-0.4806081003308572,-2.2858461216490626,0.5145643558335895,-0.25264589013244976,-0.8584786504149393,-0.40882212393342865,-0.6421901346516218,0.9120746710522067,0.6623392074187394,0.794099122637474,-0.6923833631380254],[0.9216062790909155,0.14922203461505681,-1.2659936211837157,0.3598256273735012,-0.46553323513472405,0.3804108414087016,-0.31315308532836633,-0.624585963706002,0.39056797331560983,0.2653569108450094,-0.5441440150870461,-0.23485736147608802,-0.4737667466757823,-0.3738060281907559,0.8065699954816071,-0.46863579482951234,0.5474387871284052,-0.38989691177928826,-0.17490867965971837,-0.5147764065543827,-0.7066107170710462,-1.098113328298374,0.6997502398556746,-0.186527840126528,0.0025247712001620795,0.15424886411823308,0.41375971030681324,0.45884945110546277,-0.0326392207283626,-0.011641174549237155,-0.217095270903204,0.6418454076891466,0.826764033510689,0.7761995328798077,0.47687367262397995,0.5636861789405353,-0.33824501054608197,-0.8183220515881152,0.39875123831227743,0.4497825549965371,0.0555195909313215,0.918376370006259,-0.9666878369370294,-0.28042972306071984,-0.09654711265969222,-0.2088661382814119,-1.0306467717471752,-0.27015237855371105,0.35354074564056126,-0.14897792033215707],[-0.3066112077388027,0.2640460597127188,-1.8385960019380359,-0.22233229129669813,0.6745615812538621,0.18109509765841497,-1.47025246373785,-0.4039279120410479,0.8943916898840203,0.6902652463524147,0.8313058800829385,-1.4271384398386207,0.667641166287371,-1.8428400900979212,0.44645697600296846,0.07005082689041274,0.30701270219308957,-0.37664740727541146,-1.2663973590809647,0.7340504650063011,0.09850166712616204,-0.8105830580405754,-0.4209626264670761,0.9116624070913171,0.4649951237409141,-2.143011955857567,-0.5640705442657703,0.5074009233700204,-0.7740137074089426,0.8292488571106368,-0.14614795533983008,0.6752199811965395,-0.24420552107385787,0.711957800278243,-0.5342913481617836,0.38599650929184076,-0.07617351542481574,0.23565508482182726,-0.4021425509185546,-1.5688808082688672,0.12123175234285141,-0.1753533692061155,0.5174399962808319,-1.3738918108666682,0.3006704595713717,-1.3231212479632288,0.05365042327404843,0.08480889977195594,0.05587614755180724,0.5960694788089943],[0.015859137423148803,0.3524316311966497,0.02089161811768797,0.07954193803215803,-0.02908334547199771,0.8881582719273842,-1.1281615811311716,-0.48823001760881674,0.4640858932410711,-0.05885881633846737,0.7288520717415791,0.6218759523696269,-1.1343856217666135,-1.586629117067203,-0.09067497023885214,0.12295236942177856,0.8168313693623088,-0.6235851079049295,-1.7824523534212544,0.05916130296507737,-0.2101238391697411,-2.0484367832858053,0.5187677041551179,0.7225549873268412,0.13855409756828088,-1.8695468735250889,-0.08665472171698725,-0.16400445692248306,0.7405296198664292,0.6057308585318693,-0.9891232173204632,-1.252641355772975,-0.0780796253429256,0.5120502692173023,-0.5355721569867209,0.8933766731220503,-1.600585735763359,-1.2235416173426406,1.0235033617226952,-0.16072659305129172,-0.6418389315187285,-1.1958834461252374,-0.4712550843422061,-0.6835425339246869,0.4921649646587674,-0.4535756900323016,-0.7666879994403616,-0.42848486599347807,-0.4866642541383349,0.9736212552424446],[-0.33458188941014816,-0.19747055837998526,-0.4896910484518216,-1.8809300198135561,-0.33274787665633154,0.011087865164815872,-1.1905762233851371,0.2409067914979548,-0.6748227428439135,1.2637951630416902,0.5199423075869551,-0.6033752702691302,0.09318177955971794,-1.2712431130744108,1.7233420599055762,1.4280033302940875,-1.2612250043075655,0.9863800350694312,0.965682289924216,0.22126827851719275,0.4815195084892638,0.04693437892087192,-2.4495600880894512,-0.34847417891878013,-0.3627523723571074,0.9255063816104956,-0.7133082816232817,0.17803973313636476,0.38242713889149266,-0.10293238996013897,0.41498633298163234,-0.8017464159193038,-1.539151254893091,-0.708385276338433,0.35059093531584495,-1.7007745721792815,-1.5961309334826506,-0.44887021245419817,0.8667359027936099,0.6891605765966935,0.326006543488505,-0.01170097520662186,0.46599120738155103,-1.2323730341158325,0.16555263483681207,-0.5857466268641722,0.8016526575692339,0.7352623467020988,-0.38986887915277074,-0.022646675814737158],[0.2711485221241696,-0.4826657123486232,0.29027247144171253,-0.9171010304696913,0.46504974604539423,-0.31333117290090984,-0.9036349915036355,0.5357041622418546,0.5158466131248529,1.3167235121928023,-0.043795681675470294,0.22013226849032275,0.8633901384461938,-1.9382962905977708,0.11259806424482503,1.0455835824706587,0.31033091134604773,-0.6344649892567686,-0.8502975253564505,-0.292764683536852,0.3565725869772269,0.1662918229933246,-0.8770164009402267,0.26937789165781445,-0.07790574088441245,0.6826301163232522,-0.14426913905628755,-0.05903548766204532,0.5734750293498446,-0.9761775002334746,-0.5732179940853908,-0.2299552314436148,0.1610154684337855,0.03761137385649616,0.46026279581718826,0.21867405395838593,-2.0531209175985774,-0.08738270304321161,0.6289307623087652,-0.22754914175555394,-0.280597392505335,-0.7586788285459528,0.5643053057596629,-0.9681669642733218,-1.1035927112285484,-0.5619129231469628,0.6577666928787566,-1.0962038135555432,1.0710172294911988,-0.35832663637943507],[0.8692986796928819,0.047950559749326445,0.7539758395074991,-0.7905492769945964,-0.08609649524579256,0.5863852256333083,-0.9293331308132535,-0.0007295301069476225,-0.4701269852117301,0.8572312849272858,0.9739566134385705,0.7819213907733891,-0.29970584855837573,-0.5486868145568895,0.5379399221575237,0.22622137932005743,-0.016303151295348782,0.8058164721751911,-0.22361072226318887,0.4703571178053463,-0.20884318373180338,0.5621532076875192,-2.06606285714139,-0.6353642659959421,-1.2341592076760814,0.9628398920754156,0.014073376698470808,-0.43400704158421355,-0.5613647165371609,0.22437221986305492,-0.2094612099677402,-0.010161367363182723,-0.4609923003972834,-0.03645238789412656,-0.5226314765293791,-0.5950570657702209,-2.4082012890643445,0.7229759458835202,-0.5221660634605034,-0.6154813014555114,-0.22142014425889903,0.47231638124606473,0.8583728494370234,0.3525837337712606,-1.0321602927784481,0.7447043809121688,-0.6619833349356073,-0.10521213195140812,0.13144903817729764,0.5336190054200405],[-1.5434279235723873,1.2731311303144073,0.8974213951988985,0.856454495947781,0.3417628964069409,-0.7030642208319232,0.9024039281028153,0.5334946002261545,-0.16460039069626667,-0.021896738201441595,-0.4096738810649877,0.007770420293407745,0.6596718840266665,0.35982611602974335,0.8539798142736051,-2.4811003623483505,-0.02782686283068987,0.1681597000251435,-0.6929456321745256,-0.5154683571856317,0.21529834531919476,0.8867213419118805,-0.8772065036563362,-0.41646910748610116,-0.7172620501314734,-1.5020136110093956,0.025103858350378323,-1.037906299213395,-0.5731639059008611,0.7783425207652013,-0.24459141120795047,0.26108299759733566,-0.2883327034710769,-0.637062284550213,0.34212339225203275,0.5019649468179672,-0.7530916935127278,-0.03919010675735754,0.2942370985172984,-0.39722500162409907,0.5836732967950189,-0.6588141569558401,0.49914365949814415,1.0551456728153086,-0.4759764236312926,0.367120715869756,0.514922817153136,0.736595312960947,-1.1706933803014885,-1.1130948999291153],[-1.0555086704430676,-0.3587293352794124,-0.17570647669699033,-0.14812631247212588,0.40348153493705574,0.639813777217136,0.8166200429034622,0.6433550760248674,-0.3553174224428162,0.6327355407814935,-0.5567640261140241,-0.42460100444459037,-0.011921830641210095,-0.6371428414358246,1.0862965661505946,0.4821866048892483,1.1012298687301627,0.7499490744527857,0.27211588973488815,0.4908422921932774,-0.06403688838288259,-0.5911521758327378,-0.7716114660864839,-1.0870518439032701,-1.317189810575544,-0.8327004130413906,0.6789529233102499,0.3483696984728437,0.0029639300392915167,0.3973906637233236,-0.7547911371510078,0.8530053746466342,0.6324741691232252,0.6154552924088521,-0.6068483704983448,0.5173513309297332,-0.9347974257034574,0.874988705930235,0.8900958047968502,0.6648894903853737,0.43646208745737664,0.9102101053137581,-0.22500197273900427,0.3722930953626884,-0.3178687114483466,-0.36887433151753063,-0.44779245858838435,-0.002741825783391168,-0.5111498883466961,0.7961970946169794],[-1.0472659938694964,1.2195617896373545,0.01767573516617832,-0.3199899960641658,0.8797516163097121,-0.22548013690267815,-0.013735034688703978,0.48137460972297325,0.969869226163348,1.055085748252097,0.038377389886831544,0.24796212326809658,-0.4096046938995746,0.3935798385353945,0.9426152234379747,-1.3014799433612245,0.6156511038743739,0.3117012802222712,-0.852415787817505,0.40556669637440634,-0.6076551418073981,0.20736464697669832,-0.49152222566030795,-1.3588386697662949,-1.2549631098399159,-1.0851304157415966,0.25184776975987133,0.0151612181266651,-0.297591986231887,1.1448643178641502,0.6817393784374381,1.0005532815463511,-1.327559539943417,0.4642347414092932,0.8568153761526431,-0.5412780269255212,-0.06718380207977426,1.1641967007827645,1.0034547514673329,-0.017161229404100083,0.03790216844590727,-0.17632912191450822,0.7710031910551364,0.24688717513739947,0.3882573324584288,0.48844400539795413,-1.907491344293265,0.09066731713544152,-1.1891338466000532,0.3258708034635932],[0.49853676250096246,-0.652797485664075,0.7408674589685452,-0.1627911744718871,0.18454061894544366,0.04288149819957859,0.7980103501118571,0.8171018893416199,-1.007637387999545,-0.34218084027809453,0.3285550910604676,-0.242348396410621,-0.4791365374441386,0.5616549066964821,0.7802814005870599,0.14885993895775196,0.0902961040520979,-0.49660954695830184,0.06318329808613436,0.24994860052872928,0.9489108704840551,-0.5356399336001751,0.7940200135103824,-1.235833051987257,-0.9049514617609117,-0.8339621701119896,-0.209418387560213,-0.2188911576856988,0.12505916727103333,-0.7146591945746311,-2.096920412013522,0.7001012629727629,-0.9870523442573659,-0.6839553713912678,-0.29211626990483214,-0.28995042768985557,-0.6112891728883644,-0.5363056340202014,-0.7980073717256938,-0.48016490714467,0.9127333202563749,0.5337369900385562,0.5847820443977009,0.01483120696958188,-0.8229911056417617,-0.29947102084984856,-0.3492506314898963,-1.6729948328381625,-0.5328352075191006,0.36642663378728735],[0.7111949712799903,-0.2966562221012447,-0.501073008886476,0.399784459354505,-0.25634629265240466,0.22695034923089638,0.09760203054471371,-1.1936309651130683,-0.8506921437412363,0.03513128297964529,-0.28124667061416075,0.3340292094235343,-0.2742423162259297,-0.4967233978000344,0.5556276692718772,0.4345997276318867,-1.0463343605052147,0.2373128527331865,0.39523382376820304,-1.0631472854694355,0.724523770407877,-0.4116984818028981,-0.15026497185131565,0.8192527412151974,-0.8770691783101424,-0.3153236373585543,0.46612038899526365,0.24755747174725526,0.2300327806572829,0.4181455875442584,-1.486992383191579,0.9076028394989831,0.8236738254638646,0.24466462097729716,0.4360979602172412,0.18711401001456976,0.4581491251249887,-0.28828612218736005,-1.3606115329890347,-0.4587977711825374,0.3069652399670868,0.7257582468011763,0.7479470501608501,0.5712830404496076,-0.5434459659039925,-0.5101303095332336,0.9841654180018672,-0.24379065463304472,-0.10714327938131085,-0.8287437812827092],[0.4172501522201384,-0.41442746573367,0.12552066482496602,0.2114194456541923,0.7333290459070916,0.8570754216587751,0.3152309733363429,0.2523563591293111,-1.626064882994751,-0.4077703634063773,-0.8159441555643377,0.7657119208853157,0.37765768093975544,0.027378975138685733,0.03730231713387702,-0.21197125919294119,-0.797264829975276,0.32490561418200065,-0.0007655209529291552,-1.0846961228597696,-0.35393508951620506,-0.5885298301753532,0.6680659248684349,-0.35882656645693234,-2.381165154543595,0.7326507426068951,0.09025187974103971,-0.15182052528260004,0.37911655284367685,0.4861153227052936,-2.0927613810170365,0.45976955274192344,-0.9602274250100479,-1.79669732385857,0.005395510495584386,-0.8487526125839032,-0.49587385253461846,0.6836167846075257,-1.154022143735276,-0.03395543759982497,0.5260094928361015,-0.2877054745073859,-0.34377904364219697,1.0396907729974034,-1.3066426091409105,-0.2340328348700235,-0.6174325538325469,-0.2749439858805813,-0.7848403782584644,0.19872584661672224],[-0.024101304805299394,0.4063572628819801,-0.6801735718391203,-0.45101484576236966,-0.22205541926003894,-0.251736464202659,0.04945988909615539,0.2774076971305671,0.9447460002079546,0.07720580558640353,-1.8245823526765823,0.8137689391536939,0.8326268795663938,-1.2675602433006632,-0.3972239381664967,0.10997419310242075,-0.16478680586081312,0.30080770239657245,-0.765414953273994,-0.6855895188285026,-0.47705732980816107,-0.7000177280098525,-0.04027895793266958,0.6370588426352869,-1.240343071806627,0.21416716641854527,-0.43875240497640833,0.11676074840609496,0.7305318160499243,0.44171123777621835,-1.261546659012936,0.34937752866725363,-0.3449189909222639,0.10165373174873629,0.9760966892693973,-1.7179238809517514,0.09201285475659868,-0.45870195017872323,-0.1265559661455744,0.3001135584943709,0.30029756207112046,-0.6413809264095996,0.031163814742603577,0.6502374921785729,-1.137288276044884,0.4738547053647789,0.8701688139616595,-0.5883522099700776,-0.3342125409987905,0.7119786927042727],[0.21477798203365228,0.7945032084950184,-0.4636446821982834,-1.2385512045103408,-2.4396876338341773,-0.026465084119352913,0.5431632993126077,-0.021894884491848385,-1.0074885823268265,-2.5841346615473735,-0.38119676440721295,0.050925845366818843,-0.7638904846510955,0.5918167652048046,-0.6110934547196126,-0.09024282455793232,-0.6496733411891207,-0.7455797572310077,-0.10281211542637977,-2.4311307857459736,-0.6968913067247675,0.9951585159984666,-1.320699082830044,0.9289555044507871,1.2135340636035115,0.31392908933968483,0.6249674702677339,-0.005733308591720523,0.5555680126284747,0.28834996179648614,0.4302846321914964,-0.23293686468396604,-0.5814406914683684,0.27980480743991537,-1.6625772231237594,1.166464197128525,-1.0969066675751358,-0.7685822253355521,-1.7464492206198055,0.6224004175669373,0.38097150708990424,-1.179481153556605,0.22134783800854752,0.2301034279289835,-0.993694414116239,0.03129886277776133,-0.9916806538980657,0.8244949414558499,-0.7167635090039092,0.8565959781748831],[-0.5077721857226414,-0.8784412709948831,0.9970682206995761,-0.512183946105791,-0.7374961366089806,-0.17738444664899022,0.34113881572950616,0.2684106022329874,-0.1455091888491853,-1.6802402768281293,0.10490454612191935,-0.5280141310680659,-1.1095449535143156,-0.3762503033285692,0.15958753060387107,0.2642547626572876,-0.20206794239193648,0.20347923344969296,0.5379156192857724,-2.99218948762467,0.390044960907255,0.4591813173174766,-0.4907504959764894,-0.03619407503603406,-0.46569379446604137,0.8342266094859097,0.12622539875892172,-0.6907534800112336,-1.0819162460965854,0.42987333573863734,0.6841856963794682,-0.14668677226610705,-0.024680069680807108,-0.5157181133385118,0.21046344639493358,0.11219299722276882,0.02851251896143962,-1.0106157215099447,-0.5922609633135508,0.49360843657802056,0.9777985892218046,0.5355781355748079,0.21393212333009853,-0.9607497938929281,-0.7297981334501021,0.5666882636061186,-0.24761073401103648,0.788657292947874,-1.13880773750595,1.0090399435789243],[-0.5430388296003664,-0.7109909103353906,0.145258680912754,-0.3885154156503045,-1.674672220979304,-0.13198379717244182,-0.13155305236175058,-0.31732429146982727,-1.4880468357093835,-2.4309104818921075,-0.12690844884674343,-0.7977422921240339,0.41079066459929275,-0.8153011501797486,-0.25771563952896226,0.05231018193080191,-0.8066720598466575,-0.3884804254166401,0.06583478552937455,-0.9746603375335343,0.31128346117850486,-0.4278645036033133,-1.6802117528073917,0.7110375428354732,-0.2518611955438564,-0.01808544481352222,-0.6931698797361262,0.8721366305873189,-1.7020843200151201,-0.7409499476962896,0.07902182306506889,0.43831178905929147,0.015011120352592174,0.2631127394598752,0.06373949689170262,0.7676569024661966,-0.002038636523053657,-0.27442431098946196,-1.7268966105190398,0.15354132114673416,0.9931513021706673,-0.4330759240354388,-0.6437113025841444,0.19598297616994487,0.08612374101165808,-0.3159093733921297,0.41329382735016845,0.6769416549016259,-2.4562703219848165,1.25820682425827],[0.3765045838653059,-0.24910437414076245,0.6001396343874947,0.7075920007723909,0.25244850131725816,-0.9128271750109158,0.8080019621234967,-0.8329827732585373,0.9856343611303762,-0.43997115171765655,-0.6027750463386055,0.9455273145004159,-0.40565299316458336,-0.5983719757169542,-0.3437029767268731,0.3986323098493975,0.4215846258057735,0.696236805482032,0.5437445120326554,0.5825571624115377,0.47412170385892816,0.17595470696798857,0.5271704162666836,-0.41672467693217086,-1.228208718682572,0.5383564663972265,0.6264734361717097,0.005625233757937654,-1.1917596022610966,-0.23579911164418402,-0.36442549757744847,0.3912307775282064,-1.5918799383773259,0.8217179483514022,0.15621507665829426,-0.6578096902976935,0.8909525220470117,0.09735688954091047,0.5873329317326603,-0.26757126516392543,-0.3827609589614155,-0.831819785385082,0.7342943349100676,-0.9606202193371136,0.556407535370314,0.636802421784909,0.16114939304112036,-0.9532129700718138,-1.0011595330068859,0.5420207122859485],[0.22664175424338126,0.6339786069993575,0.5208619879748517,0.039317667051723855,0.5484081679358475,-1.0536295769875024,-0.08750846726317449,-0.5684244315737107,-0.44145262983120837,-0.7222693751015782,-0.7323054674453486,-0.30806130830206435,-1.405835374177636,-0.1101743234617512,-1.7012945365459586,0.7493318001816159,0.5897548300859605,-0.9909950681187519,-0.2659114955875491,-0.5165388954279135,0.21999348816283384,0.41357759996457966,-1.0233438849718504,-0.4256607520668405,-0.22009690913351676,-0.04347319097759032,0.9522597633582326,0.35783585861966705,-1.39510196344748,0.5893008117163603,0.9562097665483801,-0.2914596784391424,-0.42448385637034386,0.17114568419739382,-0.014090772923087773,-1.6575900578859875,0.5880495532529703,0.01857576555306735,-0.7028010247296599,-0.6922628660467933,-0.6435586954485816,-0.15424651836713288,0.8503005951265309,-0.8340116853810103,-0.7045032756842029,0.8129694983940684,0.7243321912253005,0.1122908401724506,-0.16564296961676156,-1.2036777118967332],[-0.12797206775183861,-0.6322937296648112,0.08991571525027049,-0.6105067656229398,-1.0435943935303458,-1.1627093855070407,0.05234054799302724,-1.0948867029582399,1.0027446090071541,-0.07915958021337766,-1.314615747854795,-0.349055065221138,0.4591284569533791,0.1856981536232413,-1.3774304864943496,0.8853487698859718,-0.32253097915499285,0.3827344075094896,-0.45891324664697086,0.7669828215822583,-0.4473123693659084,-0.517488197029055,0.7388729799021692,-1.0885791080845004,-0.1744336022453658,-0.5245627733990865,-0.08261305989207327,0.6594853916916984,-0.8918237501349676,-0.21173058645976917,-0.6802901700064561,0.5035074664771771,-0.6998187283795759,0.45332409990174055,0.8416161337498713,0.374473627995053,0.33456628218591156,-0.2213918780633201,0.5230302880275868,0.20001490701230026,-0.3277421860191506,-0.8305478311721607,0.4501399778421786,-1.8275239141821757,-0.5416939220385887,-0.6312033438777082,-0.718621858986497,0.2260172008874484,0.4009068963076886,0.34462581713509677],[-2.7205857758520446,-2.0078329757898734,0.2314555193947419,0.11420680329094922,-0.19997040853512998,-0.4142484256073646,0.6091387433460889,-0.3290587397374944,0.8942785431059348,0.366558881044162,-0.11378427408865345,0.2409374128509051,-1.4018389968183227,-1.3537235307245756,0.9056144615335292,1.0355325943070366,0.06970777931088099,-0.16194996711583476,-0.19340060881519994,0.41377545549083034,-0.14525923476900396,0.58234948664054,-0.7072590084848281,-0.9804415460592816,0.443076428420978,1.213521256511184,-0.8701351290010094,0.9124500124528756,-0.41550102795475224,0.5617456501632762,0.46501207203130407,0.4503473267227516,-0.6487463972449293,-0.21080340866621738,-2.060478305959299,0.7734791238880864,-1.473343060464309,-1.183671624866579,0.13566842994715644,0.3544252116154404,-1.6979174942963648,0.8413240703347293,0.6465498989144265,-3.4667976873497834,-0.016638549774225096,-0.2992403709903674,-0.21492963389691627,0.8680358470241879,0.7548590136842208,-0.583042161126385],[0.08767455160914239,0.3803037827402274,0.9498982589784079,-0.5405026335699175,-0.9305552905927962,-0.4525197038489148,-0.5862644993974999,-0.9515867532453265,-0.7292464605344467,-0.9555530064063664,-0.3370671660379953,0.07886323471380043,-0.6771832492898967,-0.24422087564975362,-0.6844711932859113,0.15885399342170747,-1.6875479155982203,0.9210472476183128,-0.8942465930169435,0.6609084039803438,0.06464617498540555,-0.0032308871926776677,-0.1727943909284984,0.972528288124965,0.6504249596233254,0.010940149065375137,-0.8572786089603511,-0.46847878499772483,-0.4335355725436499,0.8056968472326481,0.3188464811991695,-0.1378653643570341,0.13336695735885468,-0.8736278187746964,-0.6163225228125805,-1.0129644485265517,-0.2623465880422162,-1.2382747245061732,-0.396474153816118,-0.5865945222113611,-0.3407640245991563,-0.1414642108570671,-0.02776640738104428,0.4743538985515876,1.005498996589431,-0.6086115369649876,-0.08000112618708227,0.012185156699749154,0.03235061078523395,-0.8191906235086572],[-0.5608260730689629,0.8250200145994466,0.7646905232052056,-0.014155714311326647,-0.8337418302098255,-0.4956560502849034,-0.014483607422796363,-0.43544988304424087,-0.6979194866071486,0.24004233889503918,0.42262042368538844,0.17043416649252702,-1.2382565837569735,0.6284290657308718,-1.3837566242349837,-0.3857506601652853,0.943978284797375,0.182548596566317,-0.7246919690521718,-0.3707269820336285,0.513200729270511,0.7006223258756223,0.07926131645840774,-0.2830261861079216,0.4985498090981357,-0.4669788039762169,-0.7738188687807919,0.6039588944200068,0.061049481789404045,0.45899899111795506,-0.3853526090988456,0.14417817548542838,0.6146983063524059,-0.5344352325506707,-0.3994748962573276,-2.0184606039420423,-0.5372650639379011,-0.29405345634443136,-1.2869934050535128,-1.12046928906088,-1.0144080657104588,0.7983083846853509,-0.03446413419441515,0.6727268388313231,0.9476541612437513,-0.163285016832017,0.22856463641366612,-0.6317318670814444,0.05572198690874441,-0.2299618225104931],[0.7803991765682045,-0.6582800632482206,0.553542912851214,0.040061119172885254,0.44891375578661696,-1.3399646437775914,0.3921696752524424,-0.020118368190592748,0.6680152037370433,-0.5808402485398697,-0.38080766252359555,-0.7899637095976254,-1.1637779710143747,0.5344126893778808,-1.6883105961332034,-0.5467526339800391,0.4575796439021881,-0.2910128825889785,-1.321340429689577,-0.683079919060813,0.09620315687896841,0.633174709887274,0.32168204487455215,0.4075945354598685,-0.08260471720587904,-0.08387571777616226,-0.07423982436368244,0.3605099607000878,0.014848155577609396,0.608055283176954,-0.3354728458964679,0.04530516462299037,0.2503779646350108,-0.1943412427780154,0.8560423080112556,0.1851315290851478,-0.702733186466431,-1.9383104585123818,-0.2720651662025901,0.4887440322261521,0.12903554668754028,0.9879846672603517,0.43215974487268316,-0.4207357560625075,-0.734148064210406,-1.0444666608130835,0.20910803483102447,-0.5539593014647998,-0.819699013080249,0.28879940546801064],[-0.6608962468763504,-0.4119328836762187,-0.8573579422721584,-0.7927606627431844,-0.48459177432615386,-0.3146325074181098,0.27495919723596884,-0.7591968933445978,-0.229109030413205,-0.3476552313256919,-0.7562371976777025,0.8867230886965468,-2.1504762901816017,0.5069135351514084,-1.014223713903371,-0.8641897049036423,-0.04721133314867461,-0.4090044202911513,0.3759956373072728,0.4377175407427292,0.32513630831609414,0.9161552314406576,0.12635214636732134,0.682331639476968,1.4484366077071629,-0.6970877634336695,-0.7352859343604122,0.13169914921766737,-0.004200652327886117,-0.7964678342631094,-0.12785691049574338,0.8337193017537962,0.43747261496213163,0.3288765209589258,0.533812250350295,0.17039455676169735,-1.6484690971548166,-1.019418732329155,0.4241360627633092,-0.19411170569737207,0.6320466051301927,0.529027205796908,-0.28778444904034606,-1.901054005385096,-1.4284698156837548,-0.7480936164512637,0.09417804327837583,-0.6096770419657197,0.5475569622136223,0.03138266687386798],[0.05202785924773518,-0.5566915281786898,0.7798103671129182,-2.610948518334764,-1.3075257173696035,-1.6972368687823831,0.13289637696762802,-0.4301266271667573,0.1855719492866041,0.37546442408583275,0.12485635417043178,-1.3001022590765854,-2.475944269071485,1.0072805269523768,0.25531288076592096,-1.568454614870273,-0.36740210026054626,-1.117463444288018,0.6595996548900893,-0.4404854878130578,0.5681532133198725,0.8961284291194035,0.1586900130233042,0.24464735186769768,1.5816409261981985,0.2463140698293425,0.46430646487636895,0.5519748258755254,-0.3733295584221087,-0.9687752919027142,-0.6296519128339417,-0.08182502752416054,0.3197357014794383,0.7121244125599919,-0.3879265289859915,0.3102843643786559,-0.04266561265453556,-0.9323851242184775,0.1842582586227035,0.8766132602698322,-1.5145236477957924,0.31599761836505824,0.8445422345097057,-1.079482699166916,0.4836302995726244,0.712655355610009,0.5669655004333409,0.062233600800556725,1.0798486669424763,-0.3837595134229524],[0.23681464086976936,-1.2556357973130796,0.25196803717666283,-1.0031270975317963,-1.6494507118092223,-1.3586812190853206,-0.6134928921047323,0.4443150312427501,0.6233012645218053,-0.6367277636476418,0.3148046588119274,0.5143072461471081,0.44914484917529757,0.49964719811727665,-0.7316556568252023,-2.2892387969594563,-1.0629008777698825,0.49029150267215926,0.7820648999354504,0.27742949622608426,0.3957853332997934,-0.6085290556479768,-0.20078885163526924,0.671800914783893,1.0727165261181348,-0.5403095752005134,-0.09116537574012745,0.6385208086017171,-0.06647532986364843,-0.02637902420578302,-0.9457484149858937,0.8937019413405972,0.4482992526706467,-0.6848468297533044,0.615395165988392,-0.40045304723159775,0.40369284973899366,-0.6161896436445226,-0.5570232664407173,-0.5998286270833935,-0.010365847755881348,0.3036773473177439,0.5059843354833683,-0.13324850741297523,-0.17394388214915799,-0.42160143181976634,0.6327290665171705,-0.7229085379691695,0.562009198976014,0.581426291021414],[1.1579932966086273,0.022020220442278814,-0.004166620926254632,0.7784352117713539,-0.22472864796824774,-2.1963162668139713,0.16725704771322544,0.5847619800032573,-1.3955314967986192,-0.5278654723207007,-0.1238881423636213,-0.8505790200239561,-0.4292790069808107,0.9182721578264262,-0.6586521176055312,-1.8822890731335962,-0.20394407197962652,-1.6662027260509498,0.3831680710078634,0.5900420078291688,0.7538728027631539,-1.4863070103439302,0.6329689851391032,0.39441346819156303,0.12670524146121798,-0.916764341567879,0.3173705751069028,-0.4669435563297047,-1.6851196326052036,0.6332667420268692,0.6716367418431597,-0.8042800041075462,-1.306209030295781,-0.11560743711810119,0.4237451790053845,-0.741808971413099,-0.22140358220541953,-0.8480264634270853,0.8074097255540894,-0.005181310176317753,-0.7872084397253356,-0.10490034945889684,0.1274458622675952,-1.3304315927320303,0.9131186850591989,-0.6259004221486447,-0.5901834407437396,0.434162308264491,-0.7794932375541502,-1.4598509977087988],[0.8565346826270406,1.1429962815587764,0.3315715428245289,0.6428393814986739,0.16476102623078848,-1.1267700829207081,-0.450309317039983,0.2310686709604197,-0.7736645042891788,0.5463618328443153,-1.017098778707732,0.2640291525772923,-0.3841760964822868,0.44268104345497383,-2.179229254916835,-0.630961425995215,-0.5454932611578543,-0.7179406249735704,1.0002763823860767,-0.3238797786113198,-0.0160847332228011,0.6705782899075975,-0.5210865375845254,-0.80058601162734,0.5340403877362434,-0.7333720380472851,-0.7278754976529814,0.3689345744601954,-1.0609498402012334,0.9503473186337478,-0.14112797543948377,-0.7159220022477544,-0.4695322345619167,-0.026542099140470326,-0.7914120001598471,-1.1598872112156016,0.7139949428664051,0.45811450442745294,-1.386494262435534,-0.2934878885900827,0.5254433415868061,1.0889338730733953,0.9294290994019374,-1.114239742433593,-0.6281687237631662,0.5121905422306339,-0.07952265277078499,0.07046325976726865,0.672458134112886,0.7187311283990043],[-0.6173716658785786,-1.104138370108398,-1.097197392811413,-0.9526560059089405,-0.1537083039927979,0.7115332335969278,-0.2463986287630338,-0.3916368463344704,-0.44453659118730904,0.9413346131181465,0.8343521684648715,0.13469455417275975,-0.7312932638063646,0.3004924061452283,-0.34020918544066897,0.8852888598559971,0.07279281031928873,0.8295528524173199,-1.1188529852269515,-0.7681486612119389,0.11592979709665015,0.9331324832992518,-0.016609231509234827,-0.623820177657185,0.05184369712463305,1.155201111764853,0.5288425700858029,-0.12373587133043494,0.3563736296342069,0.13510671540919622,0.29034144643659404,0.1588947174614819,-0.5468868901990518,0.7639759259696752,-0.03273373848742833,0.30554686971074185,-0.7574014224403054,0.14376523131342986,0.3673978835661452,0.8622329290940247,0.5928838345826564,-0.3594252303952095,-0.5577228019147402,0.2447135619846151,-0.05504671015646337,-0.3299655505349464,-0.2759345617490962,-0.7392113989326838,-0.4460455596535919,-0.05954248035849017],[0.301879125044041,-0.6840441412837859,-2.006229808677653,-0.7595269642940876,-0.9135800736392806,-0.04871986080818427,0.17668611006448326,-1.2285820983152576,-0.7803949754562598,0.8205330473345057,0.7201555976691113,0.012252685906807857,0.1606307996244083,-0.5683638321517192,-1.145554385678067,-0.5138980799319671,-0.28113566496479975,0.4278032797585939,-0.5395214544452118,0.386824934649232,0.35894741772529326,0.008815647797428225,0.38278878064351884,-0.4699928078754116,0.1480651034647743,-0.5557056171178285,-0.5215423039252589,0.546676986483181,0.6894027151982195,0.08004467955260068,0.37639808828226873,-0.756481470501263,-0.6747977004753347,-0.31384317298759756,0.39773450789647147,-0.6109187185422847,-0.09272867735713676,0.6313737335784457,-0.6351426772583596,-0.8144597567925884,0.5139793641582914,-0.45203185270462515,-0.3624887134088181,-0.01943564200792562,-0.10782094954450831,0.049523355494575025,0.6556852506456474,0.9657940405299923,-0.8531950776027596,0.4291723763490004],[-1.0211406556414384,0.1906634434065648,-1.233429505830069,-0.48764232403736113,0.8878819485967832,0.6825761103784793,0.9528907923268667,-0.09679716990980756,0.609722866862077,-0.02510163056174512,-0.11367967943373375,-0.041944543036355524,-0.2473133911897118,0.031380376055111556,0.17394134987424592,0.07944609778868748,-0.8708927482130656,-0.5645448797706377,-0.4500284396594208,0.19376117274415183,-0.6556970078731661,1.0663028527854521,0.19985157494976974,0.8809530830510661,0.5380329423210484,0.7780163406693998,-0.16653251800751764,-0.9235688881221209,-0.06057830257301782,-0.4962002158743815,0.693248766011969,-0.4492111502788199,-0.5775228805043814,-0.965587526933251,0.19495567767299765,0.05103182449194758,-0.8607656634267241,-0.28276997451578323,0.5302751270426754,-0.026873733906162305,0.10497213328065935,0.653096037105254,-0.3839959439315248,-0.28248670118071156,-0.26903750342585014,-0.8943898689259457,0.13041051112944282,-0.876455033721424,-0.41871816499028675,-0.2200934407431677],[0.5344665414331828,0.34117491202628747,-0.9014076757849785,-0.4163235579647208,0.07544290993330291,-0.3436381662557816,0.8896172299519147,-2.244398406474553,-0.7523714898316889,-0.6674128124119592,0.42538092632546864,-0.18889981272032152,-0.08444050352434664,-0.4584633242177876,-1.0901151469061692,-0.2587155540228988,-0.006507412163693432,-1.102551498733482,0.6508383152153467,0.22843766686497471,-0.325416922616183,-0.4308591037173365,0.5473730589628693,-0.8251093635823349,0.6530244974655035,-0.5181039393833449,0.48031699951596557,-1.4023439381639946,-1.505699765381168,0.6825564379185838,0.4258463872956218,-0.39451536224763045,0.8228984839416431,-0.9492860057635242,0.9572495891128225,-0.49252673763988924,0.4769602964761247,0.2539053639117674,0.5364506091610692,-0.8077604900164183,0.8197017319071664,0.6613277515564411,0.08607007214913283,-0.8944393115572521,0.5523374681530673,-0.014470635812423272,-1.1522831209924345,0.5613255877415058,0.0072274983598049364,0.08442330610202806],[-0.34406667683860437,0.9917843217331075,-0.9898749923616191,-1.197367122680785,-0.6876466390295916,-1.7436435109083066,0.0340986966687293,-0.4951653868631887,-0.8873707543881264,0.019979238302842855,-0.23634154218387357,-2.0467123301472805,-2.324102376375312,0.29735240595313656,-0.22542190042193277,0.19056185628975986,0.056696929121154,-0.6727736612206251,0.20811779201162833,-0.07442370071232383,0.8040628819938322,-0.44572648104421325,-0.00881287420904704,0.9037915232427928,0.849790828474624,0.9117640425245509,0.024214457793224224,-2.1683750467525242,0.38702490244038734,-1.3286681640271698,0.1953499328168306,-0.3823634751310615,-0.4571185470703132,-0.7428175101117159,0.14417254580335945,-0.05614236769127551,0.3377954943085939,0.3912607105020741,-1.4626872510366768,0.15601933344474564,-0.23677910237367905,0.9105997235098368,-0.3758573252412358,0.26101261272202825,-0.6449781086172169,0.25959511915658784,-0.5625540064510667,1.0157362437285269,0.33394809484250126,0.28365038743756504],[-0.3388691989920985,-0.2555131354731902,-0.834286772667222,0.688919291678205,0.1863924522192362,-1.6218984269232277,0.26650907198835005,-0.3734253707646547,-0.9508717268817531,0.49165747844933694,-0.3223282315888625,-0.35918615361814227,-1.401627631916589,-0.5806275495160226,-0.4234111517660973,0.9519933454737282,0.7293815838747082,0.8286078666049628,-0.1352323884620612,-0.26087269714562994,-0.6498666853155964,-0.7399033027870837,-0.993091796942643,-0.3275390561231994,0.03129964891726012,0.5872440810514797,-0.6075769865567956,-1.0314349574241555,0.0722733820387338,0.36186356614532067,0.8534577456296519,0.9549300431020423,-0.2270913102574904,-0.04785738585349795,-0.28441470427908344,0.03583999480438169,-0.10069644442534303,0.043998532186759934,0.15555828389144138,-0.20328763968398542,0.6919344484418659,0.17719248260954182,-0.7169278318399455,0.2586985833138636,0.14178596852659003,1.0288139368905396,-0.6504944170244412,0.7704013801589948,0.562369348347165,-0.20422023319905155],[-0.1866686981755909,-0.025020496835772087,-0.9712845646983335,-1.478620505400044,0.4158607061736581,-0.5859548063120319,-0.15750150194958193,-0.34119624649660824,0.29614236716886955,0.8145501617058822,-0.7658947448956519,-1.0458551638340674,-1.7365293437776725,-1.0816421625314971,0.7047308173383484,-0.9111093282444023,0.47977804063115614,0.4248532528126806,-0.02645962287651657,0.0864472724288185,0.9437519711022048,-0.9973482519262356,-0.5020838460594651,0.22781491101204582,-0.06296496045339298,-0.28581244012414037,-0.9038028187128272,-0.8000976040715356,-0.6314487275353668,-1.6493252244067182,0.9094220557469856,0.4242474411259002,-0.08284810144284006,0.0780155249310296,-1.3423343179263243,-1.0282143885188766,-0.6147216092020876,-0.25640665151547837,-1.411627708257266,0.9093316747752511,-0.6429973461822158,0.15692993637821678,-0.4132322357597902,0.5529331399785701,0.2240260601196672,-0.17359228058047013,-0.5193943804462492,-0.30335789146736736,-0.6606652280183094,-0.512523245324482],[-0.5025554216282934,1.0001473657261224,0.27858305965718433,-0.8564808394571576,-0.4620139988935285,-0.5891812546036146,-0.5623921528857617,-0.7218475687247742,0.38116142692481864,0.09068014264844389,0.5521645298841612,0.37168575421301814,-1.4099576174030835,-0.13737835546641683,0.2624331520183832,0.4457535663200512,0.8307024638209972,0.06463073868182903,-0.10666054646247623,0.9425267818317276,0.4426708350279829,-0.8921766710886718,0.20165304411798068,0.6053336085127571,-0.6022831422701369,0.7583157902297059,0.7529115557107015,-0.08594141705744307,0.4450300012689192,-0.498218308530731,-0.13111825984621317,0.6090367795823003,-0.06788993778911909,0.5149313933232019,-1.219951835237334,0.3030000977033269,0.7856127549827256,-0.5792441663220225,0.16734520228324212,-0.17258348314456592,0.18681434225977392,0.9619635135034923,0.8860303760516569,-0.7560291718564909,-0.9032552112450442,-0.5268468001025122,-0.37726137420434414,0.24332903492220198,0.2671649976778089,0.36254014995061007],[0.009656744825807254,-0.44867124313283274,-0.6652650132564221,-0.8981526782578769,-0.033239773245418124,0.39477600003040875,0.66060317980016,-0.43272950557963574,1.139571413675366,-0.04878315852482963,-0.3033039646943003,-0.2208612122593145,-1.3269033020056717,1.1995921959001261,-0.3895351865872758,0.8290366270114133,-1.1555370741446134,-0.14796542500660992,-3.0103374548895427,-0.8171100473904434,0.9995250813529329,-1.2552409178951938,0.8250379718185167,-0.1279963772963044,-0.15269337706704916,-0.24936871051340664,0.22805663780014523,-0.755181879820402,-0.5008566607462825,-1.9704432008396184,0.4053048875765639,-1.3151255435189944,0.6706914207647521,-0.19446050643529117,-0.7152987500807193,0.8739440258409712,0.3801285633735995,-0.6355769458218441,0.9315985184187655,0.7225582914808105,0.6788340108237328,-0.8044575995914218,0.9443173178050505,-0.8579755269489049,0.3230012906496535,-0.7058271744671843,-2.4859121468508256,0.7538907304749587,0.707449444280834,-0.4434320499520758],[0.6348049805560722,-1.9205012722741004,0.42691383107810577,-0.8366261628753622,0.7123620998634331,0.6169160448249702,-0.15191456611538207,-0.3485563153509586,-0.1725701774321465,-1.9570660941233577,-0.5251529071153879,0.8251961754036623,-1.8972963513659036,-0.36831084641331346,0.2944363922983435,0.26133702211716137,-0.5401022354610222,-1.9991193473427742,-2.8324000758687857,-2.046984813570941,0.7503324921476009,0.4949567880569037,-0.3847299602800712,-0.4967965451679714,0.1616802972362099,0.7836715100957435,0.5468175193349962,0.38254686077304234,-0.1969537315505115,0.5021413253342517,-2.00229640790879,0.8604768228024297,0.7109867598614344,0.7730820713253659,1.1467856842212236,0.28682232323615414,-0.01774507671068968,-1.6840353139496747,0.21674981608582797,-1.6497271774180542,-1.0211782731891208,-0.06884359757138249,0.2047627425157714,0.44501443606568364,0.8158219450887979,0.4501044563363354,-3.2464182108325637,-0.17121645303302616,0.13476724292732875,-0.4890588326283731],[0.9477774779209306,-0.4286082731802854,0.8379224173221659,-0.5539378813220667,-0.13551872264968853,0.021221759213415636,-0.7645863573065125,0.3610933014705856,0.28359172899369994,-0.4363602379391118,-1.613204095266226,-0.8882098858544466,0.816202750902192,0.29126814388559547,-2.0778212270427505,0.995336528200137,-0.7591436382115061,0.23478789179625092,0.12944001956889067,-0.18131547229769387,0.9409224870273811,0.34824445084853584,0.6351992740797021,0.2505462113913216,0.6014672368634697,0.19098013432639244,0.13667520882094794,-0.2783229422510278,-0.5948138120318491,-1.1202431796256407,-2.1160103183490717,-0.2674465375170971,-0.4306312859055234,-0.7463640264339771,0.49908469686782886,-0.039639720877087496,-0.6848301072443957,-0.6332502516992362,-1.0629953318529064,0.19167148473552031,-0.3269846280115862,-0.37549358182770126,0.12390001951465025,0.38266943099798345,-0.1003205588626416,-0.190215837977434,0.7271532376473987,-2.5925129877674267,-1.0557391578420665,0.08398148785096335],[0.2720811366342284,-0.2734431930674934,-0.8874238089729521,-0.7631524844535622,0.3670865371090501,-0.30899911856889584,0.202507104892791,-0.48167883866893785,-0.17708361815084858,-0.9701792308029732,-1.2564405290419929,-0.5288312793546271,0.5739596667546252,-1.8532793109919048,0.8393013117111657,-0.15661056947523525,-0.23331835764768946,0.14415946747012306,0.15387693747136605,-0.8521496193881857,0.21588579195686045,0.8125908009036291,-0.8587132217890538,-0.20849042074784907,0.5755979991390455,0.7139552634372337,-0.27956832696097883,-0.9348547258764739,0.2285724140741447,-0.5928576526526131,-0.6155886427240712,-0.7274964648724775,-0.7069900746991082,-0.44261838785731933,-0.6877920441227712,-0.03553868385437787,-0.8408670480229012,-0.38117089552893185,-0.7402742078643033,-0.7343349760878658,-0.7677028979331927,0.13534214079504395,-0.11587608049438042,0.660866812257102,-0.6314999763004364,0.12028334465754703,0.8085515042049469,-1.2145199539645704,-0.38509888009815596,-1.164958823431437],[0.43828719940387795,0.03449475441541944,0.822845842869718,-0.6989017689888493,-2.5425990780347734,-0.09501550784827283,-0.31880250199820637,-1.2484288505487982,-1.933440606957054,-0.4246451386130673,0.004202642716820791,-1.1536666386967627,-0.45547845829343814,0.09944674119745289,-0.8684944687321414,0.051577656607366976,0.4650683751143889,-0.17709354398182145,0.9645220180965968,0.3909660508955847,0.6773467174411534,-0.46075184966133315,-0.6973782381649936,0.6210163414537229,0.24164745992905454,0.2212944243801153,-0.10148906992897501,0.4306472954912346,-0.328247693574137,0.8256714543116732,-1.105174522741052,-0.36863983601664524,-1.4896765800502965,0.07691101832773775,-0.37153825594319406,0.18584551894432727,-0.5821489999746966,-1.2760715531268898,-0.17887667148014427,-0.5673796685107098,-0.07480301319665851,0.4755810752763988,0.21349114827688476,0.6248546428020306,-0.30076918010011094,-0.9152075583579612,0.33005489881686795,1.1498072280060236,-0.3845919043165387,-0.4988258175836644]],[[-0.5836803550617431,0.6478000557346253,-0.6954208482409342,-0.024780253539836667,-0.14298368980575227,0.8271806354710507,0.005791695561765968,-0.9215654222671603,-0.7407408899390576,0.04354639950060629,-0.02972521157642394,0.20962855918007015,-0.3027249711225082,-0.4648966332598549,0.3024083280251471,0.4503036916477716,0.516796334497845,0.22934765900595688,0.2878542265542067,0.08069321280046683,-0.9423620930955711,0.31339277217846795],[-0.06197311195739135,-0.8052469361040748,0.5666651217796814,0.08929094381454394,-0.8541926501154268,-0.34263431471315187,-0.6472118472611448,0.7213564477909227,0.6001471544547393,-0.4984381019941746,-0.4767118059215162,-0.8134000229202846,1.4352541719795402,0.0027005442748533172,-0.9716021629500591,-0.6096005469716282,-0.8266084649695772,-0.36056031332885924,-0.34536761277263206,-0.7561948577587152,0.19563153205574454,0.45568315350439204],[0.19954320872600073,0.2873852153784565,-0.6054379914538891,-0.5732152787538014,0.36470840982546904,-1.0114695395926079,-0.2402951469778924,-0.34048821044389,0.693964847043678,-0.722096799510397,0.11421848448431783,-0.8376455420941541,1.1559482344212106,-0.536805897034404,0.5233856669816582,-0.261068531599953,0.9035717992754019,-0.1261966005500501,-0.7657850811564856,-0.6889247897120474,0.7312641970194105,-0.9645258588112183],[-0.7876135882189839,0.6178124962835806,0.43645912881187937,-0.06532462026359022,-0.2874054214075148,-0.30493405824558667,0.2618906186799424,-0.22318727166587177,-1.0268557157840084,-0.04752387042025275,0.6451447959191603,0.16404842329993566,1.2094079654696648,-0.7793134343314811,-1.0063425044910788,-1.1107766111600643,-0.7457289876675866,-0.31407451031262223,-0.43483913202790836,0.5440835225405668,-0.18075635126394723,0.42663982007257223],[0.028439932544474196,0.4862601331442264,-0.08083273345827048,-1.0087365103226382,0.8337252049489069,-0.9833970282738035,1.0579734401475527,0.452208816288562,0.3916375357559502,0.4634642817928259,-0.1680290626618169,0.03736572210262885,-0.3032486028986697,-0.15009569353414262,-0.8314287786631295,-0.22863430970438833,-0.9408995386847754,0.9114592201462356,-0.23589978657166377,0.5640755925536389,0.34636464476182727,-0.7477671805114255],[-0.6741703920892457,-0.566582565244421,-0.838393406294026,-0.5205165387756779,0.12285382217651541,0.8495412864489903,1.4812852174773736,-0.9881161532100231,-0.11727471639346645,0.1770738237666472,-0.9734387437832294,-0.6862423489871736,-0.07731739945256397,0.7171814563204054,-0.1593770604765571,-0.5402010557679626,-0.13738229401184662,-0.6066690716512255,-0.9543987665658988,-0.984670922967309,0.35184946860967453,-0.6420339080587253],[-0.1818806054647005,-0.13414178485266942,-0.5462388444782718,-0.8496846939365141,0.36802954542320704,0.2650230460842018,0.43650246073859894,-0.4641968580859957,-1.0255261016266033,-0.8704316062653441,-0.10399890374192704,-1.1304305962471621,-0.13274107944198257,-1.0510449292192745,-0.46746892116657796,-0.911925752710346,-0.39502562264045443,-0.45351482186444275,-0.6657812760334214,0.4610855767445904,-0.5929218865945141,0.04513934057831499],[0.2962228718987492,-0.9873527385938906,0.7163011913108025,0.24897492224579068,0.008591683382112796,-0.28702287176729036,0.2856317100352,0.5521669804099351,0.041566045419614575,0.7589793120921401,0.9274562587735674,-0.571473353859369,-0.3407309083001444,-0.43776603524046326,-0.626979157032841,-0.016299985957397085,-0.8493386884665877,-0.4067884851655273,-0.5201329845631254,0.2584811935234334,0.1808142208478741,0.6113698353010364],[0.9808368417833307,-0.2110342086320911,-0.26792190540253386,0.3498192591495692,-1.0307266051342483,-0.5956842310391259,-0.9222030227410639,-0.06346388399458752,0.37292303628485973,0.013717865245654026,-0.009316656811290215,-0.2671963305195753,0.14408372396215682,0.1423224571501821,-0.41647851073364933,0.15600129467724796,-0.5202421898919544,-0.8415645325360699,-0.3118309377793395,-0.5869104860530866,0.756405194544005,0.9089461791889276],[0.9013742820508053,-0.26208455579814477,-0.5029278055814728,0.7820440059393939,-0.08395227841513477,-0.28742035505379876,0.24534947408597937,-0.08090099870865415,0.9191669292804946,0.4018008034245148,-0.36093421148195964,-0.1146367188263018,0.7855353759829107,1.894492995956179,-0.8561987425421097,-0.8813401172193206,0.21911972340215904,0.3534509273799758,0.7598384440051883,-0.689735785161087,0.08186726847819478,0.12249118622783085],[0.0216649638041968,0.832450400901709,-0.0013548889033916916,-0.4924828276234292,-0.27685229365736663,-0.1594304559575669,0.362899903451997,0.4397936864553921,-0.11977616983961818,0.420393840386669,-0.9523283121920638,0.7034047712832582,-0.2766943397163526,0.8752233272854422,-0.04723478401309002,-0.7349357635655255,0.06571614072522403,-0.6653849665722514,-0.9880973885789098,0.24866769389332624,0.8594810471928107,-0.04804591582087566],[0.5030426670181886,-0.10213057655151087,1.7696278706219555,0.470568337650927,0.8322586190224718,-0.9819912181432933,-0.13687004678234505,0.5931566641585779,0.630657649386688,0.5152456784026259,0.17226957754878802,0.4496182227994,0.7120581606446893,0.1967852004573771,-0.5531225699097324,-0.570814563415302,0.22611186747395065,0.517263753535365,0.8631758189604745,0.8233195391633201,-0.6643512073561765,-0.34219098546061777],[-0.5564990242432791,0.2946071112836051,0.4562837220277455,0.04283758181445973,0.44812926989198043,-0.5890489244808789,-0.6420066149699504,0.31314126772563755,-0.9922939313334801,-0.6706964952431953,0.3667348405173154,0.37528340495176543,-0.6272405579131979,-0.8970625525629251,0.3702634959660004,-0.9960213985117935,-0.7303197395072548,0.6921867468664257,-0.05766037929941897,0.6228596072141046,0.3117668355275741,0.543060367790272],[-0.9078710386998395,0.81246756813866,1.887454883004655,0.46985166782198245,-0.6320884350910119,-0.4958810941199436,0.03268625937846635,0.8184681058204745,0.001538182452749523,-0.5419994606762257,-0.36854191122911995,0.7436191185083608,0.3310812202331352,-0.37916973428834655,-0.2674012296604983,0.35985389433018067,-0.2080673566493882,-0.7217740557316189,0.04169802182375854,-0.9063685831259172,-0.8936912976381689,-0.3091483047395807],[-0.9436310878109275,-0.8018629353089085,-0.1503078599265794,-0.9151844450574905,-0.9216805933475648,0.9381392757586131,-0.7892758655069607,0.27636234043093716,-0.14418904958266995,1.5063409592515502,-0.313709115678684,0.6631474965632808,-0.34865971518795136,0.8157251858142068,-0.7895784576296521,0.08190701892387525,0.5615970744268296,0.6984561172878914,-0.7373313127994043,-0.08543678519470706,0.2523019519787057,-0.7108699912371991],[-0.06400279846137633,-0.2824750659011391,-0.6609203094121946,-0.9472498350362941,0.7312952334805229,-0.19254263734018223,-1.0566686415211952,-0.1225582792970874,-0.5264474883334217,1.531367110210123,0.7619542024489514,0.7549549202058875,0.47074871748418434,-0.7059749521219042,-0.4209054696128945,-0.24066538038823235,0.3332444072527996,0.8445651682233597,0.83060134159544,-0.623518928452115,-0.9631709827669324,0.848322441373844],[0.29832551301489396,0.6830109165995936,0.18899093791757746,-0.6719411942361497,-0.10344793764320012,-0.6841469593193197,-0.16790878362527056,-0.9308249359556774,-0.7314701568457869,-0.2909256074067877,1.1572039308226725,-0.10567549149911477,-0.6878305758351916,0.5721258131310915,-0.9482834063953495,0.2375523339017575,-0.05476065145071173,-0.6298461450316047,0.666347379041715,0.10506807632916532,-0.78370968486863,0.43623228835178945],[-0.36207477235287777,-0.7990716132022039,0.4537536695687417,-0.00023365825312145859,-1.0775240550889218,0.13363045834918919,-0.5387869811187748,0.2986104949619574,-1.002874203459748,0.5421552787065071,0.9437472048827156,-0.8158923408948018,0.7117409705169416,0.6798155556072444,-0.12273507346629171,0.7947565453883433,-0.5716106278918334,0.7862721421735454,-0.5781461109487082,-0.02474048194311922,-1.0469737760971665,-0.8098549753190653],[0.009920327430575195,0.8548955419641642,-0.6284955600776112,0.1312859772831571,-0.8827617010158341,-0.15910688022616837,0.8304876020012568,-0.30951751748595013,-0.08398739208167309,0.18580749081036074,-0.027554811512519446,-0.06491360999208676,0.4769734355130743,-0.1799733635516465,-0.7654968001765922,0.23334951134441836,-0.5771353206974391,-0.7064525109594427,-0.29327526309550167,-0.7259524577708173,-0.08013311931500701,-0.1641113954272691],[0.5875981471989979,-0.23251927335859016,0.36197075191115,-0.6930391484200037,-0.1668251434347211,-0.9136251048490147,0.6410329163187999,-0.26927782197314054,-0.020677394698895724,-0.27190121068744355,0.9643942921214034,-0.9081430177461342,-0.9195121961472562,-0.9152858894542973,-0.0698752802714026,0.18343557195591437,0.9022527203828392,-0.18223233153819932,0.9209504201658131,0.3275719355138873,0.3703280266542646,-0.07929682139162039],[0.3968154192561413,-0.42497239658698666,-0.5785824346675733,-0.7689762125834592,0.4303329528658443,-0.989697178660381,0.5554481231669901,-0.2336295891141142,0.862535422428587,-0.28290331517178546,1.1705038690952085,0.16923582001006998,0.28776183654083337,-0.9864658687019339,-0.37715143366109144,0.6219144327449011,0.6255742986549078,-0.35880200149127234,0.8790820134896032,-0.7930143065109727,0.36846679969230495,-0.7233528178992626],[0.8465966261303336,-0.42623255281093364,-0.6554745105020066,0.3905908210916431,-0.9137624197518336,-0.8789289872625257,-0.8838744950578817,-0.3259349891344667,-0.6031672505510671,-0.8619383819616913,0.34227292749258065,-1.007015089947528,-0.614630258396291,-0.6107210135969218,-0.7169699813071779,0.8827989328170622,-0.8813720339339327,0.7382317129436528,-0.5264645058612815,-0.07320780586348291,-0.4823522865268942,0.5473067788034572],[-0.2974831343157005,-0.8992774394731747,-0.4634524923104792,0.6323137910858858,0.6471978113506496,-0.40558041444113946,-0.3139669018254673,0.4696379702594664,-0.5680433648553685,0.38401755400410137,-0.999282083209974,-0.15747834512072334,-0.19094061070398774,0.9225384542113275,-0.09634407822909674,0.4111978426788135,-0.778583045804402,-0.9421735353340903,0.38578880808211347,0.893051870019918,0.5433793235564189,-0.7628386645611561],[-0.41885740661016596,0.5737961156518137,-0.4340991823298972,0.24298095663222685,0.663403852092678,-0.36291708244886717,0.3843036492625624,-0.6295385788243901,-0.22193630374530512,0.5531899068798284,0.2825570786944826,-0.9569971777878736,-0.5330621265643042,0.49330011835867815,-0.37987571177242235,0.922334977257513,0.0317072058909704,-0.5304517331120244,0.8767576341708614,0.11936184843787628,-0.16524868102851512,0.6122830111158153],[-0.7009854857094132,-0.6732604537025871,0.1382750696157184,0.18531518242771616,1.3222779377368739,-0.9533372040436798,-0.9011414798821654,0.10179172538647413,-0.49135422615813595,-0.7242877306872103,-0.24612545100491362,-0.8313242490158218,-0.5401892853459909,0.20146461364093746,0.5449224648262799,-0.3495364976865867,-0.24935541340874925,0.37328966834165417,-0.4363961346657843,0.13087910538330738,-0.4799483474135414,-1.0152599476860074],[-0.3641472499443093,1.3935732513376058,-0.1425769519139672,-0.944219466498089,-0.3234126296763628,0.01576388650197263,0.29755616886270075,-0.4497954480668442,0.7115210743919,0.22376750740125123,-0.6273847840609914,-0.3869072824374062,0.5025354270659848,-0.9694518236721825,-0.6793940133073914,0.3625216529702532,0.8919547768426372,0.4437333852504918,0.8674420274840523,-0.5522706670019757,-0.4639629947858503,-0.36337317923023654],[-0.5525366094584049,1.872926264915888,-0.438056935708889,0.21616171439236515,0.8796162231510022,0.7869372932898393,-0.7794290268414946,-0.9607599533991337,0.4420975338922143,0.5078693939478002,0.8091579996486654,-0.09164533756174877,-0.8209909619753292,0.6434499863349502,-0.001937570437958397,-0.815239662431811,0.9394959736742671,0.5560404117122204,-0.15556807761469377,0.005351289933388218,0.8124210134835993,-0.9515726579450833],[-0.6944850484619075,1.9391697052187216,-0.052694657725076414,-0.9716888846912225,-0.7231854518372334,-0.06777701162515394,0.31422453588624205,-0.9314394462489524,-0.6264373544472759,0.7499569855744846,0.00006078103392782816,-0.16171015006265022,-0.08341401477966774,-0.8241494293100147,-0.5405766822305268,-0.6326327901826362,0.8876306108908589,0.45200201049986555,0.09762716391479709,-0.09703876733000467,0.8931452670321884,0.7979178327468189],[0.3421062723300772,0.6218227514211526,-1.0326872180021542,-0.9498261359615149,-0.5546603262416819,0.21926402226672279,0.8389580732003863,0.5620119356263117,0.12161724290777674,-0.3445794050220952,-0.17017579538805433,0.2286590782600414,-0.16510658557147026,-1.0072045572249007,-0.44081450091914887,-0.4507384415770349,0.2352512295716545,-0.48570948790249757,0.06760431238946273,-0.7768427550435684,-0.1744541098132918,0.7247498549513107],[-0.8704966535358649,-0.32044660323681734,0.31802476056327994,0.8970947289944544,0.30951851647038137,0.6685581954782698,0.707795221638415,-0.6057169222260171,-0.9139033776921819,0.43307360885240254,-0.5423165643223217,-0.1651455395129794,-0.5184358062535985,0.30006093556956903,-0.5255264359343984,-0.022535624142186888,0.7667889930704705,0.4208613499479373,0.24098435539958662,-0.8944750503392522,-0.07738547161991703,1.5862537042175031],[-0.9654008297842517,-0.9486035618885714,-1.027433542707097,0.040294329098778885,-0.6938791812530704,-1.0172672807153065,0.7638331701966194,0.8983588886441599,0.10244185214932378,0.448156103273703,-0.8051040990251307,-0.8070066760087629,-0.953964604261827,-0.47435021627691626,-0.4437757676345889,0.4356957581214586,0.6482864720275402,0.6837007725647175,0.7345562831405016,0.4267114727371993,0.8492781188264149,1.8871152800305286],[0.7236505740302287,0.8928593375478185,-0.5202388679655996,0.2854580713011947,-0.4518683368585159,-0.28042121563075867,-0.45704239572048455,0.19225032534409317,0.5088680600990045,-0.6961049308550387,-0.6292700734338582,-0.8096402176005387,-0.8783352992892167,0.848833553703474,0.515101243804824,0.6411354145311693,-0.25582602356049955,-0.04696077981874126,-0.32061044804267547,0.40379479499475984,0.5610219010243044,0.27658389835153213],[0.5289088842204831,0.7948245476753233,-0.25467807023960126,-0.3944475323846904,0.7690701791492178,-0.8945906396132483,-0.8864825797129718,0.44287143733392315,-0.17968222970205858,-0.8044853768625688,-0.7928632712742177,0.6638442321479799,-0.739287972151475,0.8090522127260164,-0.5288381922653861,1.3096225165073192,0.2722247024403371,0.019086060002024518,-0.5193114248460717,-0.13417770370228796,0.2891871847934607,-0.8848253618966236],[0.13189295638952736,-0.2558003541374958,-0.9961925569316752,-0.4406601552364514,-0.5235030210849277,-0.3119076477850136,-0.3257773129585525,-0.7472017369821944,-0.3394299725526723,0.8946732054854267,-0.40771514035458023,0.6913002835877905,0.5376908473018593,-0.045448326766162665,-0.048322950404353,0.6963883441563928,-0.12176566544582931,0.8970065340475677,0.23671825456773274,-0.24056594425195166,-0.4076286152547083,-0.6617927479644674],[-0.38629534871917326,0.2701629922545919,0.6774283723926289,0.0036102727468051736,0.6897478754170995,0.11016093970697985,0.14332097868417637,0.15799150875102044,-0.8695765541545841,0.1682185607168519,0.796037916210244,0.0024046956708989584,-0.23672863615647644,0.7803553485986272,-0.4038182461470537,-0.41259026320770126,-0.22752469882139745,0.4772998392786423,-0.86826396337961,0.5967727123387943,-0.3853735020489108,0.8810164324775343],[0.7474389844882973,-0.1079325626592485,0.8862745467964203,0.02575891789929487,-0.22830742880516555,0.8017193262938432,-0.11968945320848026,0.7231707765475756,-0.09380387046585613,0.09701955801404046,-0.0976256989642715,0.8267814976617522,-0.07688852649156061,-0.678145525516016,0.43751588388049156,-0.80932164699176,0.7489447103567842,-0.2248564551143979,-0.9673991301269912,1.2637403789360127,0.05492435712248717,0.8556817166748232],[-0.46057534534088573,-0.9841197664586393,-0.33953428367095007,-0.6832074758499019,-0.23846765278920923,-0.5134657138699067,-0.7042783385402908,0.3092436881108007,0.8082937821035411,0.0005401033486733072,-0.18082449873423584,-0.15023415172188218,0.11243189932785143,-0.7366605211422275,-0.21211251599528022,-0.34775692068208064,-0.07727654145778227,0.4385226906125989,0.019596370622295134,0.3782206544252146,0.13607398937940993,-0.582054332721337],[-0.3268390183235635,-0.6269537339987135,0.5778103947336292,-0.41171440252541297,0.24371133875953546,-0.26601802811035935,0.17773530690208553,0.7055636953672284,0.3084548821128187,-0.41588565264434535,-0.8596390923771307,-1.0225678037318748,0.20754375051940033,0.6913040174514308,0.017724502066288457,-0.6038884238037446,0.07766094528053485,-0.44700310886241523,-0.7477069842277582,1.7616740027290894,-0.8548398604215736,-0.575704264430918],[0.5495264110326995,-0.5575423080765896,0.1917488768459232,-0.3224168440820346,0.43392045243833155,-0.12581119414672567,-0.6850291523874149,0.6326764369047884,-0.019801747885715856,-0.35847461881556164,-0.12775854570903367,1.5244553061946544,-0.8052567592013256,0.11581088300572122,-0.18398913603358388,0.7868998803498318,0.49358108947313356,0.5730610433061106,0.5664748060232958,-0.17056743236978156,-0.42130016135150705,0.8277894466256138],[0.2906291100807804,-0.7698260939891102,0.7383333381431858,0.6563774298397772,-0.20984257113163296,0.35008434704813723,0.4421235353039467,0.06941149360911972,0.594409851810771,-0.7889727780239372,0.6024847786624157,2.0522241411179754,-0.2959539854393099,-0.21885546124973843,-0.7285030696143886,0.7565109285461227,0.13757659523705193,-0.9916645036440943,-0.6771012536776937,0.4039053826185528,-0.7265771738656756,-0.06361161795169341],[-0.3677094685297545,0.8062230343768846,0.7985558276371874,-0.7340389573535265,0.5036903941627138,-0.4870999004977037,-0.1886203716999755,-0.7341722711563972,0.5375577744134952,-0.6285843087799011,0.3607709571790014,1.962376441169928,0.6683245981126931,-0.410475368020579,0.05457038426651595,0.16141978168119128,0.12252262721535788,0.7185743253697887,0.23035668676098217,-1.0324919489927062,0.20612357375271562,-0.27684673168718604],[-0.4967783884350434,0.2828595980604273,-0.5470933171020876,-0.11792895361453944,0.1502307504438033,-0.8039796806143131,-1.0241896589208714,1.472971412082728,-0.7587918469718002,0.2689380998225805,-0.20600955811916216,0.6347713059861567,-0.12479915730508573,0.6426163577916046,-1.0163700687375927,-0.3133262162048982,-0.4325753193198843,-0.730071349650173,0.43456573535512233,-0.19775713685095223,-0.8412029302588908,0.7266019208700686],[-0.13978982817011187,0.32827610269496194,-0.26181303516405996,-0.6368634509008043,0.36043262549819194,0.8940834386189079,0.07284247918836498,0.37793913766728293,0.13169944663617172,-0.672698363247385,-0.02472554108839697,0.2559533944955168,0.3213226498307224,0.541298624924652,-0.28723160960097355,-0.8255764001121518,-0.9572028777116789,-0.0634194197552899,-0.7239478050441513,-0.7668838108671356,0.0557592268907505,-0.2247227314274215],[0.7794312870889386,-0.6181138667935613,0.31877085447569853,0.1780413427714016,-1.0106662242025697,-0.42096241696429715,-0.8558185181593706,1.0083511063243644,0.44745104196665497,0.684339329932559,-0.668390076496936,-0.43190642139747754,0.15523695693746525,0.8270119774108677,-0.5122669810092666,0.8527043558327818,0.37438304839618153,-0.45772868121590127,-0.35823863787558224,0.13835711938352885,-0.6475528383032034,-0.4833339120961585],[1.6352949281903393,-0.0845719467352454,0.5983007707148538,0.047906800401361666,-0.4495440858798685,-0.13564760512262966,-0.3374304767716218,-0.4090013220115729,0.864670379878167,0.07410670483352735,-0.021587313688290373,0.025865045803112156,-0.8695636479817166,-0.4926137520707102,-0.6733676866099462,0.6443220057574519,-0.48051191675065086,-0.021634020765687826,0.3871280578111632,-0.2591330068188962,0.15004865232730932,-0.45600700244037984],[0.5436607167251565,0.6332883593622368,-0.9213699835958288,-0.04614522111661298,-0.2952034573971949,0.5398062419081704,-0.2549612281307035,0.6677579035841738,-1.0333748091445014,0.6933053113207165,0.7404262432964113,-1.0598923273394056,-0.23191983189903434,0.4795797440321827,-0.3242787680140111,0.16378812401881282,0.42937547349103844,0.015922026885603825,-0.21122832871433475,-0.4958112696867491,0.1849852670418643,-0.3166164743479803],[-0.7655084649119759,0.21555429309881233,0.7016681133464863,-0.6125957190094153,-0.22481884880174097,0.7578902753331946,-0.9906418425783112,0.01822960771599614,-0.27246925588559345,0.34099373691546947,0.5675431587211056,-0.14756888764663875,0.902545607363087,0.32853369699124235,0.815016691373535,-0.3966700003067553,0.5268478166337262,0.06417668349926202,0.2603880770474912,0.4900295528164062,1.812438308650477,0.762534531080647],[-0.3826833333548907,0.4286665591873813,-0.23694622467098694,-0.16643574970470998,0.6072211735974526,0.1179253591832611,0.4483774977213802,-0.4716352786016035,-0.2542642739828723,0.6660805520011394,-0.785814000436127,0.2566878417390004,-1.0297445380514492,-0.7966838770870727,-0.5991329246781868,0.41825983937553574,-1.0075973471712003,-0.4773939558576569,0.10836475469341043,-0.4583951851029138,0.46995827775288557,-0.1619437159380896],[0.08422177747673874,0.2893065612595429,0.3842722918600118,-0.01239643909089039,-0.1622392597144656,-0.291569636947806,0.19996012210957126,-0.3325608730769802,-0.4640467377021461,-0.575673902143005,-0.7804411800813466,-0.8646375508430411,-0.5660825113787434,-0.33669813890770817,0.030104243313519432,-0.33716341446751436,-0.23313607670394546,-1.0268752308751476,1.5204400102997482,0.0516937642168925,0.6358479826833359,0.4031651457819161],[-0.48104619334800863,0.6140322512506661,-0.29924337503068316,0.29428701698611925,-1.0464208163780713,0.3568377808107066,-0.8970246440295045,0.24569607974830746,-0.8460340105391563,0.17402365719344512,0.40024289138179076,-0.8664025114930575,-0.9961248675292512,-0.9262047098757951,-0.15011176300932394,-1.0627597479821627,0.39326642904115133,0.8103091109838267,1.6492858796028043,-0.0715999105101683,0.46288742444596953,0.2810456837270913],[0.16447794710525712,0.27152950976150686,0.28808858161717726,0.8072310165512951,-0.5061492729343301,0.17813064553816077,0.2776523553544064,-0.6021481269566826,-0.506086409773235,-0.0438007676870989,-0.6772816749312363,-0.2016378113055382,-0.1975548766305377,-0.885528099346892,-0.6150555261832501,0.3846605302048255,-0.04934148785882056,0.36327108761330607,1.2621604939372582,-0.6498758961064559,-0.1757153504614522,-0.15214543617962759],[-0.0052798071066730455,-0.8211454017229629,0.8958234352064127,0.6253541464195677,-0.04121821416594366,-0.8884096576672174,-0.1886241800399275,0.5859279805493205,-0.6985511792557376,0.09562412249313297,0.3591298215153256,-0.37079853355486303,0.33951779201700644,0.08872966904458485,0.6536828107180163,-0.3096511064535278,-0.7067781770233844,-0.937086401342037,-0.7195129894710585,0.7835264669388827,-0.5644647225383874,0.28088663995281304],[0.03599624623232435,0.10634272407724944,-1.000311570320657,1.5596462883917441,0.12793186965244518,-1.1269504205665108,-0.9372058973489586,-0.014502607067657765,-0.7356757460458692,0.01648682180675057,-0.05664619940408867,-0.6212810329089011,-0.69927259951104,-0.6064637437899075,-0.8181176411127645,0.856047878221043,-0.6508079728511582,-0.7177575796419612,0.46504710973542895,-0.2871095767414384,-1.0265946856800177,0.4474432488665055],[-0.9697476888897931,0.48559820765478334,0.8775700941572407,-0.715730094497936,0.7841991481469361,1.1705914121409158,0.3855547890576388,0.1265213316306832,-0.8633714993600737,-0.6102063558442807,0.6898206914590623,0.12039563802888849,0.5803300798190812,0.7524935480615164,0.7534887710731124,-0.3895034030352105,-0.061072154905394964,-0.7754729602359351,0.16096849293169524,0.16575467578389236,0.7255239273030194,-0.45520034168980994],[0.1996575078703135,-1.0211843740359647,0.6227584888842483,-0.26348811073572215,-0.9993997453872224,0.20814878513347987,-0.07807820199441928,-0.8651455912177204,0.1685436190563233,0.7479216117875699,-0.6549087303431532,-0.3984244423425973,-0.47320216705685336,0.6812435292375195,0.6269479360821726,-0.7051847034842001,-0.38441862338142324,0.5069570928987186,0.28465439668851633,-0.5834861602075666,0.40145027175808157,0.7680543512497087],[0.4592220073261485,0.8156015163562281,0.08947157729611167,-0.14508835120715305,0.1763960531960415,0.3365593751843725,-0.3689023926121641,0.02323427680155623,-0.8085419998680381,-0.08819687776209428,0.3084456873500035,0.3442324317356448,-0.011538728599595136,0.4086914410760889,-1.0645413125456256,-0.6769479003761165,0.31438736984983695,-0.9811982093488794,-0.04493336971727169,-0.7277161873962305,-0.7846000058366202,-0.6110525051111279],[-0.3828064449718967,0.28759723174003216,0.14652244693690158,0.1991945996461633,-0.44201442383637035,1.2715918581620018,0.8454241088908862,0.6152055963051224,0.04725203057923789,-0.8467042843841212,0.7019828178239506,-0.5520280923761722,0.09655948946434455,-0.34376736892977455,0.48392696546797576,-0.6899620720376575,-0.4614291739351101,0.3337184089634486,0.05145192316817151,-0.2456746531740735,0.5494075654009498,-0.7078696347968734],[-0.9622880750802166,-0.08133351735729578,-0.348207406071729,0.3287519806616612,-0.7221187818503187,0.8763978257085486,0.7646218562996259,-0.0510010037575262,0.15390147263699147,0.14276298857888237,-1.0433006808365926,0.00020982567204187207,-0.4982130097413493,-0.185445445572524,0.5877593191377173,-0.17841254341993257,-0.13959469387323437,-0.6115857358841473,0.7220963710170711,0.5750688557819871,-1.0135512445538206,0.8994544563766211],[-0.03055162950044703,-0.08813078278620584,0.3869909316542281,0.6569394891469766,0.5330110894994836,0.2669086406874939,-0.9507401010984484,-0.8463496648487513,-0.0968919856068667,-0.804428799619453,-0.3575040719784669,0.536703152861099,0.9585880430194236,-0.35542940111356663,0.6863874163467769,-0.3820120820700978,-0.6036137631457457,0.34273811897417594,-0.8871196631964263,-0.782255652678806,-0.8776565297945592,0.5015230386317572],[0.6729410479956117,-0.6510995372245464,-0.09955345880303323,0.6824916799458219,-0.011047624669842944,-0.02951906326876632,-0.7961971732925921,-0.39914576347934,0.6558591078708593,0.4207122285187301,-0.10319533120198261,-0.6012745319623624,-0.5963218986189799,0.2691040106657976,-0.030563179315092334,-0.6457768573663674,0.2008124387402955,-0.34738035549760543,0.8274266141943893,-0.5829357598500069,-0.22009284873246374,-0.13512133079011435],[-0.5451539768624838,-0.311157478085645,0.24816582745803958,-0.48356830516465044,-0.4980894317831429,0.6563913824257043,-0.5842724482270312,-1.0150983860801075,1.3765107636463891,0.7786073968112358,-0.8488832253844554,-0.24649105483955494,0.3101055730287636,-0.863615043876631,0.4667444997627504,0.3270426449435985,0.3209913305641111,0.1171172087718943,0.24600737885488008,-0.003735998712140502,-0.5241718678771484,0.3491247351718757],[-0.3708719829616407,0.7496824598780691,-0.4106696278318309,-0.4459389683578357,-0.05548821121137294,-0.8605146978843565,0.8078264520568029,-0.385113639303974,0.4475448004847204,-0.9086909722660819,-0.6480484173442534,0.33969369985455744,0.8283195253526104,-0.4046365306548326,1.2352698070832173,-0.8958288413721351,-0.6241021972189729,-1.0274396442852696,-0.6765192342125435,-0.3618006180011237,0.3985925930254764,-0.6482140126469458],[0.2511041663619289,-0.2580944562046141,0.035454915055338355,-0.7578603297588901,0.7024161906510933,0.8453377603017763,0.4653665817909259,-0.7192351246689862,0.18267863871951537,0.3434493439927299,0.51988345098873,-1.0937280735308892,0.8228690887621599,-0.7553250021114848,1.0658519300321152,0.25724493197587156,0.48879786179737644,0.3607789250621631,-0.21765778010681372,0.2379325117602407,-0.3922391297403609,0.8867541505185182],[0.2519724392275798,0.43448729179783224,0.317898242834735,0.8530625787678967,0.4787021103592135,-0.15775237746305787,-0.4329593691245036,-0.35352221424079316,0.7683543247657145,0.04971642529630316,0.7555767051814243,-0.11422468918377675,0.9052003558753913,0.5273487093603159,-0.7079342355726215,0.6756067774159666,-1.0985572973402742,1.9202377558068047,0.7067364762520926,0.6599924949487045,-1.0078121751832743,0.1474320106925263],[-0.8296089150606184,-0.4251879330954164,0.7040719860481803,0.4443040232574561,-0.5867198629686716,0.19746495878964157,-0.517985207613066,0.3911466753017521,-0.31651941637822334,-0.8580932458755172,0.31043135263357224,0.11919898948952518,-0.9002730234352089,0.8786778455768499,-0.6480384304502522,0.7630827544283226,0.4556505037471019,1.5058558998915126,-1.0002289776765458,-0.5421830330507886,-0.8137353195706983,0.6419595395224854],[0.021578146523399348,-0.41342284091455533,0.813258370503767,0.5726832332280616,-0.9555989288027305,-0.4235688958267106,0.134375474071963,0.04745194162909904,-1.0082581770096104,-0.7338944723957077,0.44315499353709625,-0.9741733479748186,0.11302657122163506,0.401046507360415,-0.9371136566167662,-0.2599001859963027,2.398590576084852,0.018168704224137234,0.12455558906718431,-0.532593444962082,-0.2690490650459963,-0.4300558941465552]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.0380190896923634,-0.029461518308981072,0.01176273855207287,0.010407482766708356,0.00975317819066003,0.009227263528441802,0.008796666015604566,0.008435760427625495,0.008127309763592883,0.0078594411539767,0.007623720799573116,0.007413985087962371,0.007225615486709423,0.007055075028909528,0.006899603108674309,0.006757008951932484,0.006625528368198653,0.006503722167248032,0.006390402674481282,0.006284579612791902],"Time":0.24,"Locale":"it"} +115],"Time":0.24,"Locale":"it"} +46628528711135,0.006532751694191245],"Time":0.24,"Locale":"it"} diff --git a/res/locales/nl/training.json b/res/locales/nl/training.json index 08a2f8e2..5bc1da14 100755 --- a/res/locales/nl/training.json +++ b/res/locales/nl/training.json @@ -1 +1,3 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.33931779218880465,0.5634736930361086,0.2940779700195512,0.3537569939758023,0.324612040987062,0.3369423755173353,0.6675804132418248,0.4096019300783863,0.7044468314912503,0.6695723065166501,0.709162634247313,0.4258366277521983,0.482364235727357,0.27502425199740643,0.33551699587443307,0.593819355269788,0.36158024548026024,0.3233741103284424,0.37284352311694446,0.3851835494923789,0.423252802780965,0.5923544181853074,0.43172983289271233,0.5024310512200123,0.6894118046042674,0.5254894486689825,0.6860887199946384,0.3027479442768729,0.5896186007166454,0.5433443829920713,0.302812027184885,0.617745802979116,0.6183247675973678,0.3274472580607977,0.48025115225176823,0.34015860006023185,0.4301487219414171,0.3041694508886264,0.4815779992694928,0.6438229898928337,0.45955349810548674,0.3463166774539196,0.5460204070734014,0.6619686703398513,0.4668130384179509,0.3115202862711567,0.5430908335575191,0.5028879490595679,0.26933860810074167,0.3246660979761233],[0.0011495134417437564,0.8219464178182619,0.008620015249977474,0.6309382528714953,0.8087123529471651,0.0004399379766068787,0.005070222212317356,0.008877312657028647,0.00001552790802912492,0.2298322402548421,0.0006770306497183887,0.0006134633831969566,0.20654196696733573,0.15093456464132962,0.24212328110052922,0.06493539573120932,0.21494690860241186,0.003916851263220169,0.00008045141714996399,0.00021246154192446876,0.3481622113655396,0.18168463071997001,0.48424296511091397,0.00005262106728615233,0.014869077176452843,0.40147975766984284,0.8966498803033985,0.2662740331772947,0.023903741246577855,0.7686396836911817,0.000013708555423740251,0.00001494987688321565,0.32573636458451916,0.028984109092253442,0.0025998060399419977,0.25365146645897785,0.4407128527676894,0.10458290639789071,0.00011255448399833469,0.00008677802086964555,0.772961533575525,0.25389951030174523,0.8065658446929548,0.34154341361866025,0.000014680279475708489,0.009408438488916338,0.36218663223614994,0.00003211555589054914,0.4585086924159566,0.0011587596542170508],[0.00021346524183191715,0.9003686117846783,0.000002397367496421101,0.45348827523392377,0.8751896030590924,0.0005548308921162228,0.005131112082627519,0.002040100669825224,1.200857588047966e-7,0.13788788887115805,0.00013080665540035098,0.00021592805669022212,0.008981432713880787,0.19662877665044692,0.02079194809726888,0.033846257370754355,0.28957549839330105,0.01430764447546551,0.0001735751750238024,0.000012604364984194518,0.532519232092587,0.24373515505317975,0.5635852662572592,0.000018355404023255657,0.08832403256146397,0.3044519811542407,0.6826141772474605,0.10865044548033706,0.004412468739812013,0.8528083961953236,0.000006945690930100939,2.668931195796107e-7,0.43657767017854393,0.04083150778998712,0.0013719410136070068,0.1711072361545869,0.367321078094262,0.04331693412763489,0.0000010911441855742956,0.0000030638559406642905,0.7625418019669593,0.695123207344319,0.6865331848315691,0.1604209605272542,1.2124584184517854e-9,0.0001620539580962953,0.4994060671106546,7.160258136552625e-8,0.5649874886423366,0.03495070361994794],[0.000372789791039657,0.9143057101771828,0.000005650653193111883,0.5035021070640991,0.9041940119763737,0.004633800413762573,0.021607480613828885,0.00019248370279644294,9.971207543243116e-8,0.29669925180447093,0.000053939866467085594,0.00008378577912551489,0.03765499946301524,0.2695032779214555,0.011645812920291503,0.0037173319062802253,0.3483240248806592,0.03701256860475725,0.0003678779590460253,0.0000051785736137785696,0.509457524739574,0.21064719246853167,0.4224208795468281,0.00000843182297399695,0.016615751707354777,0.264111747318481,0.8898739834667521,0.1527697006729591,0.0031199035331119854,0.868975760847563,5.894610418722017e-7,1.6758126369213473e-7,0.4590619928193758,0.021448771900093883,0.001694354855422109,0.03150571332837247,0.33530419986659526,0.04472815165914884,0.000009078235975361115,0.0000016408491768517517,0.8356121011453291,0.8572481385019078,0.6342269093240644,0.24228763961338282,2.6371006632409256e-10,0.00006838805517896271,0.7361676074305485,5.801788651062471e-9,0.3812344766133038,0.004424724840204791],[0.6147552776531677,0.03422064241835062,0.42329556496151716,0.7212917789471085,0.35266193058494566,0.20929604643529978,0.5527582114488309,0.8264036925420777,0.7749393710058314,0.33368311163101266,0.384379442972167,0.83118697202405,0.4144653899826919,0.18055844990573097,0.44298187459993366,0.6653168186830272,0.8291251987738443,0.6142321529238663,0.773570529755949,0.7840957519820194,0.6400211823473841,0.8031380772902335,0.8059249006008637,0.3078071007331878,0.7775107841211635,0.7371795663837726,0.8019436081584179,0.021299668347659204,0.41067244026737343,0.3570136354113486,0.47541015488414895,0.45570659525325335,0.055245647092411844,0.7470401267498039,0.5142541528496579,0.6943152779764453,0.47093526108978867,0.22459240544329034,0.6759738221846667,0.42956313592125117,0.275959707890638,0.13623448741849353,0.5273715446764808,0.030129039340167276,0.3386316727149297,0.7197759770991625,0.44889083250027384,0.04636613594712603,0.1032771548593922,0.7960451277038634],[0.766572733539646,0.12103199638817054,0.6411311449884418,0.04825088324031169,0.5977020716212363,0.44667339102725107,0.3911525905942151,0.47535033538988686,0.04928914280903477,0.6958096370444854,0.33004987247689993,0.8226888827608472,0.324506277012233,0.1617580624838845,0.537533839903173,0.6788034871523065,0.4737591672588712,0.25722654558505553,0.81544284066934,0.7008869331433415,0.18229576685406026,0.39663761769499134,0.41059574931436366,0.5531310150735161,0.7365200382637013,0.6584439849402416,0.4999329807139416,0.24921383607217348,0.2286072523189614,0.28676905130449537,0.67300147178336,0.14421854589282712,0.6737386268987471,0.7842779069186155,0.5084295584472345,0.6824208170321987,0.3306512045681841,0.0029176101725301674,0.5469000129752637,0.22940200691761334,0.765165258522656,0.4676085007064282,0.8559517661577427,0.0076977528697895125,0.19054857055753485,0.5964495226661852,0.5194634542381742,0.01486423512241912,0.06158508664368263,0.5362823882406808],[0.3825781109728844,0.0005041917019557842,0.403040754409587,0.17137221277929376,0.6853947833891516,0.762188632380552,0.5055733310265926,0.11326765224994907,0.014491324295221432,0.5544772550034351,0.7787063690753986,0.6310604527483707,0.6764614622918499,0.37640570830169195,0.4053448683099914,0.8292194363535756,0.510316891513395,0.5038318272520229,0.8185732602009163,0.5284585141350104,0.0020603039412722185,0.752554970674162,0.8170271530368596,0.7032309743902612,0.5752081900077575,0.42864674468138975,0.5254672492735611,0.007756456823344304,0.6887611753410334,0.6144248149635843,0.8113743243934867,0.3024057082131502,0.6997077521609877,0.7549371553076205,0.17484388668930523,0.3073639329347284,0.5857739163284378,0.025693832325829048,0.3895131022209858,0.1620570197269804,0.30592082917765173,0.1873745598361992,0.7743087235354154,0.0029314232018881033,0.017509738170022215,0.5759257776682051,0.41756429972519005,0.14188757414792,0.49182930324093627,0.7747010412386262],[0.014867472858970925,0.33641089203346164,0.004298807596553006,0.060220944114673956,0.37298833731157244,0.4818880158020381,0.5694070870277836,0.034831856337337395,0.003240225249496881,0.46281285691623175,0.9500293064320602,0.00016085950030912842,0.5295260964105398,0.04375126733405572,0.5963354990990049,0.005115576985164211,0.7984993794788996,0.23079056871805106,0.6479642739183077,0.3597802253054348,0.06725565078653967,0.85912750522014,0.2492937895776524,0.016213132225916287,0.7387759078348023,0.6290721592046823,0.4432068222266542,0.000024977701465011245,0.5946358423225551,0.7445292585550723,0.002202349899403074,0.20375117882600044,0.1384246225346133,0.8191134600993789,0.18487278446715713,0.19401486584880806,0.13019719526842624,0.0017473531495440899,0.9820248287207152,0.0074855776738151315,0.38002745619004136,0.7372287228968415,0.5062777277023659,0.00023970462316918813,0.000676301227132771,0.24810969788147588,0.015255407029551669,0.003941420882644033,0.0168549155471376,0.016891808843130792],[0.0020938594962247254,0.8984379772209952,0.00035562537503360236,0.002255747956215494,0.635118418959931,0.2357485923966828,0.00044795257549335696,0.00005700780999386055,0.00014388041241594933,0.7658081180189449,0.4928116449962224,2.032266353273212e-7,0.23320437413648323,0.043282496377873854,0.19858084415224195,4.3487680476285644e-7,0.42956574225533045,0.001170336054696144,0.12491229494393805,0.005312301046838011,0.1756273305545218,0.0676080990471554,0.035463471207976445,0.0011335914893370886,0.1324986896401764,0.48543499943478535,0.8377617983906354,0.00006749997649958779,0.25041717040079503,0.8296759901608148,5.750476861065058e-7,0.3938557210626619,0.006088307753500082,0.016936548917680743,0.00010923108656318121,0.0005758814316976661,0.000034272033314533925,0.08624926543055848,0.18353168888737742,7.643363222212617e-11,0.5904621762704811,0.4948490418184812,0.6164254720914026,0.22014500632852843,0.00001025856135810417,0.005932501771146035,0.000048885971562607774,0.32582966334145447,0.000027873140183687753,0.000021884188603313383],[0.00034855738663134867,0.8375433310304496,0.000029783028042936865,0.005266467044932238,0.6361888107109486,0.06672307262510921,0.0012120103861686105,0.00021797202255873863,0.0006105024991575835,0.7003893243021794,0.5926253035138684,6.462889499754198e-8,0.37788482540202684,0.043517960680796136,0.2334385158640506,1.6397967652980824e-7,0.3796563964569924,0.0070644265022790295,0.048471489969078435,0.0012135018374083663,0.012016096873298649,0.10290584746224705,0.047323251010225664,0.000014567224807163358,0.16619037533399023,0.7230369397366909,0.9022924143891159,0.000012706879266206912,0.05191462648415282,0.7790630137177045,5.584107682662791e-7,0.40578236533162687,0.04577520002572901,0.04317270592129669,0.00007757169493604295,0.0024181383551630585,0.00040985904938228146,0.03550096041518097,0.4791160891667345,1.4211301611995533e-10,0.7237842847210041,0.7395383221694258,0.7520705794979511,0.021594048391007557,0.0000010794751507513911,0.0017705013199176651,0.0008627917821054718,0.19916242449802912,0.000010208435908008155,0.00005850722673080922],[0.11480314419166573,0.6861969211256298,1.3684649194148202e-9,0.4655478482293564,0.548664666380263,0.00022161737389877524,0.4036327922900744,0.012456086311855588,0.13350781598628852,0.9485661341994377,0.39542533040557903,0.0000027282847621478265,0.5598513905694065,0.0031100286743559052,0.1639591873004975,0.00010741066823491219,0.8428322207681864,0.011816681675888181,0.0000020190768168655296,0.00006722568762807482,0.000006181269342391415,0.06075884017673219,0.00004572672853578009,3.271051193136601e-8,0.027550646083150682,0.8681301132014044,0.7902039932419339,0.00005050246792401694,0.2550178696268165,0.8759558336012618,3.2353389189070234e-9,0.00005304864611800534,0.39013599090444145,0.0003671777045791713,0.00023448177904651714,0.509588710112167,0.28718881892911,4.2904771398059507e-7,0.5471935156364127,0.000014426772042167596,0.6246673010535384,0.7228890613161921,0.5868704770338803,0.00017446966255133865,0.005852017589162731,0.000042030463800990224,0.09477573051019106,0.000006792564831758371,0.0012135882394650993,0.002655639000368025],[0.1464791128012985,0.8825102776284134,0.00004075966669098897,0.6735893677149757,0.9669298795605982,0.0023592680333625075,0.4490449232376279,0.21400168764608224,0.23381223536055135,0.2911100526253323,0.07024210974364886,0.0001392577245488348,0.46213073277196076,0.030321595918428482,0.06308169641419696,0.3341213868032047,0.7219483839379276,0.04766855131523123,0.000029827963930212293,0.009382992261770926,0.0032974651768359333,0.0006205377987868939,0.011304051028990396,0.000007130228900465631,0.004045129933330242,0.3525396359268928,0.8195464121625285,0.09671235495801014,0.5357980851759166,0.7043794661990797,0.000012078185915206477,0.00001808104018093565,0.38002958102010803,0.0016800294226726748,0.007076594025946718,0.4369800100311517,0.31608163483526824,0.0002337572389074461,0.011317907384568502,0.00010531563524491164,0.9195103856386645,0.2831011143928143,0.719139912015579,0.042499518639708855,0.1056011255734133,0.00031929345107942724,0.19923747234995168,0.000013272894260221144,0.06165108414590781,0.08141749303023427],[0.05472861654665919,0.987768768197437,0.00011687170346425157,0.7551342570600833,0.973765272152165,0.04262274677894363,0.35031984014511847,0.22080415236960135,0.16731162745981237,0.18545382822768217,0.1625334096701188,0.0018757520375488064,0.4531037335555453,0.005870547615148161,0.1984148183563912,0.08593342543216445,0.5806064554486658,0.02108337268216107,0.0004526318939965203,0.0033639015731533987,0.0004747051025188444,0.0031419537942598856,0.0023849801130946115,0.00013344717441945056,0.0193724419874959,0.17336249604181214,0.8590745372746841,0.0063401931063269,0.44684192300691783,0.942080183687338,0.000009004376210681254,0.00002109493493277854,0.4053884439413371,0.0002472308710115179,0.0007678656709827203,0.5447794164577409,0.2556083678525442,0.0000994438333342339,0.009134649904017321,0.0058083711056653164,0.6999438143276134,0.3349757234474037,0.40520161418810774,0.00506972732233346,0.171119174162119,0.00008389527968945958,0.5763456519223401,0.000007214889931003486,0.17778543907717884,0.12480741002549653],[0.16869807435527176,0.9699314611856099,0.8865172942936436,0.20733066465377942,0.9335473012642583,0.6029462676306627,0.0007163173731294185,0.0009329172333381819,0.5612764483071908,0.9124145662964086,0.0004656730155108793,0.000015045016353156257,0.35090086438450474,0.16590496370687344,0.00015586190222962812,0.6526232183089836,0.6690819187810905,0.008649755025991818,0.00009112636369366107,0.00020086822890569365,0.0007529614068575107,0.0008521991799388853,0.08298736134602644,0.10379020626084805,0.1389784116408716,0.7323736490979447,0.9298596256775542,0.5047769835675443,0.15282977440816842,0.7844793669636775,0.05267752414012366,0.00025496071399962243,0.39032492059475943,0.000002887298262539358,0.2625074876799298,0.00048778706259465325,0.030026212941679665,0.02949234482581602,0.17557268146710953,5.850174066639439e-8,0.03936546357814616,0.4081040299153558,0.2771644704753869,0.6539470455861269,0.000014585923806937711,0.21440495806552903,0.002753905103510645,0.3104111446646978,0.000058137931845429496,0.00004032482284330024],[0.4394232541107207,0.717777615189116,0.5922392697495135,0.09256119473135098,0.9403475680288506,0.5311353459122314,0.0008134301490083721,0.0007691857339626362,0.8085021485243366,0.8456509482892507,0.0028198625204433276,0.00006017202215148085,0.43711779289088765,0.1372548374654893,0.00012553014711055185,0.6550654456105722,0.9192038927316558,0.011066915213011015,0.00013933880028504266,0.0008488555936696099,0.0005440105017871526,0.00007218975377829598,0.25405063612998774,0.02893754613977263,0.013539592662407673,0.7357150991369593,0.8419774772367887,0.34916927439937645,0.5485262954321387,0.9524851353149719,0.006942682398625451,0.0009101585221909455,0.46720882874504505,0.000005010554732542556,0.31076583320035656,0.002547176097576095,0.16503073845969354,0.05866053553409401,0.5145845564792612,0.0000014013250708181603,0.2092652306321276,0.439841363337618,0.2826015048621244,0.3527349787192086,0.0005923911617586448,0.056327810478981624,0.004148651981586954,0.15771943309844888,0.0004913662630477335,0.00016448207132587828],[0.0966675714654969,0.5318489871203119,0.7195874580883765,0.9203513282145477,0.8862470583683613,0.8421005671659351,0.48163323098179933,0.7470734082028432,0.01367539744736763,0.02876604740543451,0.21065133104825642,0.3316831175929685,0.47877434341647124,0.10316115338398767,0.8790451134579731,0.13670496648119856,0.11629838850384681,0.06447300048973692,0.17091879609134783,0.46715229897916555,0.8318791435179725,0.18163797620921404,0.31099758103497127,0.26142974514743905,0.031846919238990704,0.5152510764730921,0.6924492968341177,0.26576398352659186,0.7673429961288146,0.12486318026204055,0.32061683442173217,0.3357284538840253,0.32187500958865206,0.5717830795435601,0.025385862658575023,0.6301165960453299,0.8654941255605048,0.21127514794889715,0.015241207437574528,0.9601293353966951,0.3038218558967675,0.1220100447153495,0.5297964668013629,0.09593053204203607,0.38217096465874395,0.4591414014239336,0.060103151808082456,0.0011516263808526495,0.48248209568598627,0.9169769432443068],[0.013371375154378926,0.7252843215465616,0.9904030275950126,0.331443763536567,0.06216824932560638,0.9675688220955171,0.32637899860704644,0.11196443789989753,0.739759736745456,0.00318479005632883,0.17733453885487427,0.10751821686601987,0.29345278321592816,0.026445216133945557,0.6276875897745219,0.0038146301438466987,0.9413349048844996,0.0012300889937225128,0.1634895772132534,0.04216374978540817,0.39626675263260513,0.01711674956242661,0.3028252831126617,0.9335394420009743,0.000031762763557604383,0.900362819978483,0.284542637855566,0.04089505300417714,0.37815730847975493,0.2521520054662176,0.8144760769750324,0.44288187906645954,0.49706943306499046,0.004290532859260949,0.4496253533506189,0.0860073760556154,0.63346895098272,0.3757306468978691,0.9361130762906545,0.1318955069849605,0.06987514830052456,0.21242150394671885,0.2088849877139204,0.33969617988590944,0.6533935366243753,0.8935095401653965,0.005815377744814403,0.2361335557317565,0.07428654326043008,0.11858251566682547],[0.039796272104516105,0.703402728814162,0.6752067331905216,0.717788051741193,0.3566001041455635,0.5906415124562565,0.7555108179718527,0.7149209657816222,0.4587585029062376,0.009266135782483283,0.602141882418334,0.5779404383698432,0.7892006463403708,0.6357042587681195,0.8412249986845535,0.5739497423089897,0.7113915098048036,0.04726456926985716,0.44665715878900725,0.4778061563523642,0.6871062989861004,0.13799615558631528,0.7146061016527372,0.6483879017749621,0.9330318888662624,0.7918842488492596,0.8988051997697201,0.14189678791616495,0.5643861458459681,0.004503821208904895,0.5242806564271545,0.8622739143864419,0.716802679329232,0.46682861819836996,0.5003781667443061,0.6939374888812407,0.6622025723450676,0.38925258082723047,0.38682364738103536,0.8603257147349267,0.5159248655598625,0.022788437876286927,0.818086908428436,0.7279291079732748,0.6048053988070478,0.6153668292745028,0.09116583482900144,0.16688170014169176,0.9339222256895138,0.7552287374287686],[0.06790560053778824,0.024309141577966917,0.8531639172531332,0.6979204248407321,0.6523831705584001,0.7684540078342537,0.32213180938507907,0.7001723052408627,0.5110197568633617,0.6860591666323147,0.7199447042842044,0.420529291095922,0.17672688414305157,0.38247907099773953,0.4861150199628143,0.28663411192363675,0.4671140356741721,0.10910804737266885,0.6059870095414234,0.12013208714745355,0.7570070511159296,0.29059726583328777,0.49009052334178943,0.4980132347428235,0.4334772685296834,0.492393711165779,0.37816117649737646,0.8383096495109486,0.30723604834619345,0.013369450938316818,0.6059921361765594,0.5161358053076408,0.7769789244369352,0.38781404718173945,0.6277728883350269,0.3658453695776312,0.6663145466761102,0.06613387493987379,0.12350878605147078,0.6699167076330482,0.6888446421431014,0.06525761874505819,0.7489918066636151,0.8218508192812065,0.6514021689925542,0.6052667627495292,0.18451436789033834,0.6004258519680113,0.389027461808275,0.14629659548932367],[0.015412292822651894,0.8886550004918254,0.9886836489032297,0.3575986749932404,0.10703178583887761,0.9731337258580028,0.2540121697164336,0.23086577642138675,0.8439836507587697,0.003715330926527617,0.21352400013666228,0.13223970097889554,0.6180633344382733,0.020650220432951782,0.3982417099758492,0.004339203783513127,0.9249216473343935,0.0007255536136961064,0.10238313591211548,0.07795478707316868,0.3125355408225786,0.014161907602862463,0.14180002054907975,0.8948352540610965,0.00003911817202208682,0.9112204775600358,0.4029046675895738,0.014684881488045512,0.590239104205219,0.17694665247829444,0.7278226251874256,0.3623491222236533,0.5839870149278933,0.009692122353711278,0.7421472203989762,0.08628619674856904,0.34655265458239065,0.5954672991436055,0.8915654050658292,0.2480784230525781,0.012497853056486919,0.09584003769913015,0.2985844912831388,0.4177202469485457,0.4285223871517709,0.875874463132531,0.0030525487967150203,0.1988582846038684,0.19781947638788733,0.08299342023325688],[0.00518821075968254,0.7292612282837491,0.7922434197232301,0.3935871057279765,0.04677633527853106,0.9400477351592287,0.2192786816176942,0.3479698519693153,0.3593369864975879,0.0003317181294867236,0.052962975461823776,0.18591703484676408,0.42083751288825927,0.0971422229858936,0.3717959254052662,0.0005498362217407061,0.7992208382636599,0.0030802453273504823,0.04873010009344218,0.051313725249677755,0.848712225850834,0.0039933932263532534,0.2050657323438319,0.9167305921377449,0.000019320657964207625,0.8241802112995742,0.3067596995420011,0.013611580707554367,0.3495792139509931,0.7308042892904281,0.8427366495382522,0.25234011974284754,0.4010660228209465,0.0065614570779461215,0.6193316542242756,0.04708737254915348,0.6550910943124132,0.4024383743966821,0.958476709187753,0.3156283535478707,0.06332362210789273,0.3447760700353669,0.11001884897685571,0.4779041221477076,0.5293492552060131,0.8364334295497966,0.0021593543053196186,0.28171146064194025,0.02941010051320015,0.09285350220704364],[0.1097809168039593,0.45197778365990754,0.6793505280762405,0.7389263137748884,0.3069220643713398,0.6923744874789219,0.7583707413925537,0.7531599268065385,0.3964510295084299,0.03225873585103142,0.14921050986552972,0.5712816755398105,0.7711546094037642,0.6269512043623601,0.4974006593841763,0.12331576034278773,0.37969009588710034,0.5676642812931875,0.6504376922063655,0.22912799300937461,0.6824665015077697,0.2538887305826235,0.7238155532643799,0.6108603407452758,0.7421731528212951,0.4625035471678191,0.3738736901432097,0.320388869413526,0.7671742873621061,0.28405298378969435,0.3702673913211283,0.7703531235326929,0.6349722828006056,0.6122501793299943,0.4822270049485346,0.5237143816061165,0.5064981533935187,0.17727703663321254,0.5743592860368618,0.9172835238812653,0.5720064063672379,0.18695813296814154,0.7951100436680071,0.8102702148697706,0.5146869873625021,0.7840927071266516,0.2743315049270719,0.20066564337009,0.8350114556068194,0.6038106255235758],[0.05934925414336489,0.7176482329358942,0.9297713461928294,0.19674764504052344,0.44584402777657195,0.9159049925872996,0.500210097865951,0.000003837598462986663,0.7460260527229189,0.3125226624860525,0.7572757882527688,0.00024669484831322044,0.31394110005035286,0.00012284275589516326,0.40440159456551333,0.07517583776697659,0.8725548346433271,0.00027587556615122353,0.18290439610957576,0.14509520559404673,0.44082218317148847,0.25010341791761126,0.00009718336782545387,0.956163763242002,1.2851408540388748e-8,0.7251548539228556,0.003681691900763279,0.014269283979917726,0.027229068537222366,0.7119947408506837,0.8036052060046524,0.10581039391562137,0.00752494185190212,0.006645681396370431,0.8126457276956787,0.36625247918162634,0.34189316514418977,0.08173161404163129,0.8897335113318291,0.17320269312114425,0.000012277011627327696,0.7808162256524805,0.000015088267854110901,0.39830035452171075,0.6381781762205002,0.362582338037198,0.00128843823969168,0.11440927131843509,0.13771028339709004,0.08039559121170584],[0.3770309841093266,0.40524276074288523,0.955711388631436,0.27174779530808213,0.9136629804349803,0.8862465627180389,0.35544582452028234,0.00010132863404671982,0.741335451363559,0.8349581745204723,0.1972586630727886,0.0003848619673641873,0.8538688865656586,0.30537495255955577,0.05123929478757202,0.9949178921605862,0.9223610617562397,0.08487777379186705,0.26973887048382406,0.1378841644182666,0.19395158448671654,0.2184719884330757,0.000475769146904648,0.8765106614780351,0.00311609070790508,0.6592778949025827,0.3112726552608483,0.4151020516498272,0.4624522850340982,0.8008734926340617,0.5302490194347071,0.0631102407313469,0.005927934752441414,0.23156490120530945,0.9066081525837124,0.6631708813197444,0.09309283759392106,0.37787774157994664,0.7737680296540487,0.4254419682993601,0.000027213426868385578,0.8232507433611684,0.0015939352970162895,0.8563128492332331,0.3441271285573078,0.7737425474736683,0.017968570363157976,0.22344841797126525,0.6531516063321054,0.14123754126988042],[0.6020057496540593,0.1675226056532081,0.795194029055546,0.263490046640336,0.4324994906664711,0.008343194322696064,0.36620743744004564,0.49369176522787533,0.5389002659597711,0.6473867351409467,0.7651920097584688,0.14788726469589902,0.3619240418683972,0.2290472902882785,0.5588905786951319,0.8058941438443206,0.6791830317513868,0.3497493660197972,0.21822487861816636,0.8196632858079502,0.6169876819869079,0.8184306341806251,0.004800719525564492,0.7619002590933236,0.4205636482544449,0.14277675728553,0.1342999447087773,0.7133931427567136,0.02152632744226757,0.6570172700012843,0.46575573051176566,0.3308367228446462,0.6793633810191108,0.4459167048611977,0.32294794398460175,0.6479184436750524,0.2868479565646597,0.09330776209609341,0.7294809794764922,0.7136177844518502,0.23718318688693804,0.35914257993137566,0.056167790762070395,0.5834423532793265,0.696626485775618,0.31688649950213127,0.008318812060888294,0.16016109100824502,0.8230482227848778,0.3910703829987429],[0.0005125469385341133,0.7120310035955372,0.006062439167875867,0.13083295955017998,0.8625774749808537,0.4491741058368254,0.000005824318031107298,6.039314730094504e-7,0.00003358338573216087,0.8088190957162127,0.6859550462866586,0.000002811778324493497,0.0034527967097985734,0.00027743716794865017,0.7178637687429849,0.000017185752398448194,0.5181716262671288,0.0002769264805959031,0.0002609847419741706,8.221736007686577e-8,0.09714090357650564,0.29365217377136127,0.026143015376115023,0.09508880672349128,2.982198339365931e-7,0.5613579442205006,0.9699530828068608,0.0002692277453550679,0.32849931507521024,0.8685368994910437,0.1062560610496676,5.405101155632906e-7,0.2366217439494576,0.00009189381161110503,0.00001592879601073509,0.15897769267363407,0.15324966301739587,0.04582553949687723,0.12202831523630217,2.290803284813599e-9,0.7024713759212141,0.25707914040262975,0.002017447745983418,0.1528576615334814,0.06449364039683879,0.5600579066734649,0.002810145968124864,0.7379770759855041,0.20865949332518532,3.770770552169319e-8],[0.005478329137559566,0.8948491120032604,0.038329623634074314,0.10278733734871955,0.7907456857975955,0.31533033499874424,0.000267905113231315,0.0018246743359783873,0.0003908439748940866,0.7768790952986412,0.48631155401349513,0.000037380073804578786,0.005998977584709647,0.0005601975677392218,0.6110852826018743,0.0009888829433573386,0.5481567170092667,0.0024041892536169496,0.00007080700059595715,0.00009231874086251694,0.005219118539066661,0.42953311835343744,0.03960251418036761,0.055549902969333785,0.000002984257120834205,0.5381683710826113,0.6569614637276613,0.0004004743301796104,0.16728127414331495,0.8315886483058892,0.04862788394828478,0.00008501497994255983,0.32162878166522846,0.000013379483503628043,0.0006096097797549546,0.047422665067894484,0.30014781356252296,0.08050237869638004,0.2201191218637643,4.010340590613848e-7,0.5191623267299561,0.47651177707198317,0.2452797633580623,0.2680961949201522,0.11312469741320791,0.21433976817200995,0.04487009616113338,0.5871012941449352,0.25101250836581523,0.000036799850760959976],[0.00011207256784037054,0.9235254572954881,0.11104868454301835,0.3544367719522911,0.5515201308200584,0.4728956056326044,0.005417779667631901,0.000024887686127764567,0.0010368998120183239,0.5992274388868067,0.5839164215878996,0.001483689567829824,0.001041408969002975,0.000052757887889678396,0.4886077774828734,0.000007871797509381775,0.20043506572690542,0.00004526803274186471,0.00009523029358274384,0.00003208117116297127,0.003965711458039091,0.030251356451610766,0.16325133772736122,0.12212265897537734,7.160749113490741e-11,0.8342736599067014,0.29050690291561443,0.000030316869321611684,0.05744746734605798,0.9306165466389916,0.665516208161342,6.273872319172545e-7,0.21936334406288166,0.0003722862208124791,0.000325067539062562,0.016179602648331994,0.3958164043276921,0.13948178161508165,0.4571139680275445,1.0619335310005477e-7,0.8092881472695356,0.8063807663632467,0.00021466295287419156,0.6255338702846116,0.27523075770073496,0.47784156166524405,0.011546516190963519,0.5649617053736091,0.4355721941469693,5.657682323585905e-7],[0.13268416026751803,0.7728511925136501,2.1169821365785378e-7,0.6048807831563235,0.8627778558954823,0.259127955050075,0.07773964049926543,2.1733984728865582e-7,1.1318277815210593e-7,0.6712040736756261,0.000001792384124679648,0.000004817121880642507,0.000011904953173686102,0.26677446480376704,0.26032489870051684,0.000001868348482696417,0.6884923165434287,0.0018764150360999338,0.35047036318941327,0.016287918808513924,0.2230524326385881,0.019077163742822097,0.17046730506159932,0.00024449640447268096,0.3338307798281016,0.00003518475315019165,0.9395035560375332,0.27407949012689337,0.2567355974602865,0.8218679428766,0.3319173028279874,8.5774703579091e-7,0.3177190772490387,0.0029189648555108176,0.11136555779905484,0.011552292226144843,0.11170942341554171,0.00004350153580464805,0.000029586989527002724,0.00005955951050016816,0.9247648184124501,0.8604716829256998,0.6505650581748211,0.0000010277998646343807,1.279581709362391e-10,0.000018200104531770703,0.849086605392416,1.0683359994460617e-8,0.007255245058540897,0.08325321592654482],[0.2144870138570414,0.9684023594753853,1.5315803195218564e-7,0.6727346373867218,0.8912074667894646,0.24568027284250815,0.010894862502253716,0.0000017527476306730652,3.349594807573181e-8,0.08394488680308977,0.0000015863844451204982,0.0000424573903189839,0.000024504915034372425,0.3288240556153374,0.3788923315360645,0.000002519408037220336,0.40586542056391195,0.005502220904316617,0.31756148401597406,0.02539575537913323,0.24579096085662905,0.011693647195243417,0.0024692863866833618,0.00004659446883145828,0.23968302264472588,0.000005270578749341082,0.8657021112705441,0.17375305034778366,0.22544153849624798,0.8286789993034341,0.38892558312278375,9.273885778684745e-8,0.15510372693563027,0.0019269892341194467,0.22494315498972672,0.03853669607416222,0.20202187144915396,0.000037225337828319007,0.00008188213962191621,0.00003201456014102154,0.8087053850785413,0.9133284582357507,0.7896124231866161,0.000003812002471764927,1.6272420554188548e-11,6.501124873385209e-7,0.5078751529544515,5.7439240339730594e-9,0.24240258433370565,0.14998221767959435],[0.001384740752295804,0.921528999188413,0.00014961078080822716,0.3553014568549255,0.7635344003154817,0.04836054165666961,0.0648230921765718,0.0483364661314,0.000004232866832020631,0.36232207284727225,0.18526107820130897,8.774808052599011e-8,0.0000025983545292260546,0.0077795406037011365,0.0006789750428111065,0.01050582464557831,0.612430575294771,0.00011008976185091044,0.09837717587285072,0.00044830955073982514,0.2954867585273924,0.0053065931733071794,0.2924505130926485,0.03856618384635102,0.003085883957804604,0.1813689447747783,0.8551988640633091,0.00013355706476656212,0.000654774366822286,0.8250100359475153,0.06756666070198052,0.000008740307027442278,0.014767307878338349,0.00011082318716762667,0.32518000560673443,0.3600549206529328,0.001096142251249431,0.0029067888830153206,9.241508888522942e-8,0.000018330931816741727,0.647545112837982,0.9428216983041556,0.8211752604948096,0.0001358838763901684,3.2480778761353e-7,0.000013480303929234305,0.7337948250911354,2.913718929087693e-7,0.315736245515592,0.47156431920089803],[0.0031222367314900985,0.9175703805883799,0.00000899153469292395,0.5235871190634441,0.6236713735128329,0.10811830805226662,0.021458049944196877,0.09888306259802905,8.407969491444618e-7,0.42030112053305374,0.1573349846859675,2.5826886606594172e-8,2.341471569803433e-7,0.007966203853071566,0.002335967560336857,0.012096827250028966,0.6232871280053479,0.0007921759067912477,0.14389327847260655,0.0004915006516623069,0.40338195149574907,0.001015214967117312,0.28503977948602277,0.10258251144804596,0.01689274349654893,0.22978938808885094,0.625345485710036,0.0000316658501192045,0.00038665680545918614,0.8940168308403534,0.2046443009282147,0.000008909070964332579,0.14136370400928278,0.00034200330622893946,0.1899382750722584,0.42875013320050176,0.0004835914570103282,0.0007087489035516827,2.160895679526563e-7,0.00006199944059239986,0.4984668459965991,0.8981916452458825,0.7918178121085608,0.0000046557851409000405,4.844344717982991e-8,0.00001395001523348261,0.7185278459671662,8.323188089192838e-8,0.4327135810067665,0.1798200527393382],[0.6767095771533064,0.004672144743106266,0.47062806892454045,0.675631170051267,0.6041413998307571,0.8079237624014339,0.47284693697301716,0.5345221040370748,0.41305609583660263,0.8270201299389277,0.15224110193257384,0.750994541610542,0.04954407578178656,0.7471806939002271,0.18381057428808603,0.5945514345793268,0.7526272567482957,0.6343047897911744,0.09443015166086587,0.11616656088414602,0.8466365703227244,0.19914259420294816,0.16213585381947712,0.000765563058956434,0.2599879776838083,0.208395931953978,0.20746228260224164,0.4925402312296071,0.09371025920961228,0.5504201559215484,0.7325506562073129,0.12830710947355267,0.028422611562086888,0.5566538105735737,0.4302553391579603,0.051146169412285114,0.08215196817795156,0.8577247680351058,0.5781338616393342,0.7108368872605437,0.7644295999123543,0.45146831209252586,0.5334468882394969,0.2878754803549529,0.16760804948643435,0.4402367914843886,0.43206486276365336,0.6604003477730542,0.5081341891848905,0.2669890355712104],[0.24091238261131806,0.13219755153085136,0.6638550745075318,0.8405152506839226,0.6728227010217951,0.6740970808131455,0.20440870697780092,0.31715412684714167,0.32810853859390243,0.8281890537414158,0.39213767793982557,0.49018628647323825,0.1017063269072981,0.2009814200079184,0.1364673822451815,0.10914052707056475,0.5931033783397235,0.8496871575591782,0.1644053570325255,0.005768097702882575,0.6713337225134571,0.04207518459141029,0.07189901890106258,0.0014320070314230457,0.6807256556367752,0.13435698370749793,0.35753011963172004,0.29938616075041496,0.36421898265822694,0.34334368197749876,0.7147847000016851,0.1769370181312287,0.1270269284419536,0.23183495236459936,0.3364321595846198,0.0885179571772891,0.24930949879747766,0.8662798918810758,0.30185055407967387,0.6565229633726861,0.735794681947354,0.7487455955985918,0.21890948437435226,0.1919743278249469,0.4846278288134132,0.2719047641315323,0.7119971226720104,0.49849392522598773,0.6910736113322716,0.06344857453880304],[0.23105309526282258,0.024033864976404987,0.646211875333207,0.516424254091702,0.5769372495458315,0.2774021800053817,0.26835103242926567,0.6903477709323067,0.8031679633715064,0.5565074082366337,0.6376931942414128,0.7272426253389048,0.08537189707920875,0.3524447824535028,0.03437781264296391,0.3333795881212014,0.8137851093073929,0.7088845459139602,0.1562219834670081,0.026638914125530978,0.5797522145098937,0.013983983385172125,0.15528483041517707,0.0024904295000772363,0.8071626777898088,0.1465930603839205,0.8215217104034848,0.32409659915544126,0.1869767724524338,0.3441361785992859,0.7123260564123229,0.07657063917485116,0.09216397493459076,0.7005676246045393,0.5711774537605722,0.4639856504369638,0.06663270774766905,0.5281216983024397,0.24015683945613792,0.6527031475364343,0.8214120214072346,0.5632907252085928,0.17302339541630343,0.3204271340632175,0.6477429335902138,0.7099792093390177,0.4009027494406326,0.553950832144208,0.841003133544465,0.5145102005041786],[0.3718612731267492,0.6999187310869415,0.6247884301491717,0.5354269462732977,0.10698263461668225,0.7850475265732185,0.08523940984363952,0.09106826276884158,0.3808621726937769,0.0001358705320925637,0.6903214029947549,0.43145240116616707,0.8212720363038271,0.50403687297669,0.37772669127994796,0.18513159091340806,0.714385468734979,0.6030977130305436,0.8199354338158445,0.6953433024235772,0.12752249176624478,0.2760834480160023,0.012216424571945026,0.26772300977877667,0.48611763021496995,0.6482075866249315,0.7339529204155261,0.5960240998954176,0.6737796189364107,0.8709178088302454,0.16369146796503273,0.39401494567938217,0.0009143680304700151,0.7276252403099929,0.37286826396554396,0.2973604944167354,0.5417908426120133,0.6094730690120054,0.8544174569395823,0.39158353339453206,0.00024272514891669796,0.0025040619503222533,0.7435217723562737,0.7498715820617806,0.6127808542233077,0.045869472901571146,0.4988817749433966,0.6609617991917286,0.06025456579145707,0.5768358205712774],[0.24627597539915475,0.41580385638746536,0.10789731224768338,0.5613286328248921,0.07764895163845953,0.766940238538823,0.6385968297138626,0.3565900403335685,0.6740641736500618,0.0023830139591362177,0.10588790167057807,0.8576722383682477,0.6165330114026664,0.5759612397776,0.407385284898887,0.6974646628809624,0.06332358065923298,0.32504256633303275,0.6198415946238908,0.610210199510992,0.5119459602539156,0.46463456617335086,0.29601486647668784,0.6500552684239445,0.7329417095753561,0.11086875685856744,0.5908389918670762,0.5500590617505708,0.6163985685662842,0.4956178572420231,0.06935205950520468,0.06645228413182369,0.01910597662243601,0.7795692308065935,0.549440299511528,0.6543893664312603,0.7501085571613262,0.6420922340018664,0.708724244329241,0.7391013492417688,0.8553743019788997,0.10760370093844161,0.5681949958251442,0.44372708832067764,0.8431400339499148,0.17919962581793927,0.6543075953419089,0.6806186425138836,0.06447101375768886,0.2396718467366263],[0.5941198251148136,0.3811275314273833,0.1755900558753261,0.620760939007169,0.05974212936618847,0.6324071701576689,0.5374361716021255,0.4128710796075537,0.7188082387174765,0.2389016189741536,0.295768992427827,0.5786955220582438,0.3224719614740725,0.7795925570401135,0.322929810415501,0.695207074980469,0.21909319542636582,0.5593841198267165,0.48942245016605446,0.3761613195003837,0.052662404688442827,0.40264935527104606,0.43534561495770013,0.37862030321907364,0.5742622673192275,0.07370781052355754,0.5242521254228358,0.7889229019044377,0.3889427295896443,0.8652369799115284,0.18878235211899,0.15228183229443049,0.19729686995243162,0.63111726006537,0.7381211522063064,0.4005459401940877,0.5269682604872051,0.7875867201585799,0.43190798423209253,0.3414973124822621,0.1039873600621957,0.24050468523476873,0.7613540989377175,0.6942062186562203,0.2749877112430459,0.15637023132563013,0.2783990057617804,0.7444711661956698,0.16839460576111498,0.34423523709620746],[0.4810960557849958,0.8841698680313937,0.1689593539314698,0.13873210460690277,0.6745157868416067,0.003996095827349345,0.30352115284195436,0.0037810960955532305,0.34111437139353623,0.8152780025299113,0.24498132448155288,0.0004168885441295743,0.047580221889972005,0.000012427597057562561,0.005909145575623904,0.00010386413483931207,0.002843774427313486,5.654244222960204e-7,0.0064518158178461125,0.016735852310691687,0.00005488851228657956,0.08871091983835334,0.000668147187499179,0.4753228093912408,0.3676595619491867,0.005565471372742966,0.48056861709581444,0.345117608892781,0.0006438724078153837,0.6577659593615606,0.09768775166946043,0.05259551925035665,0.5135994555321404,0.000378053940736613,0.07625721477328218,0.0009399734331629692,0.20488453201211973,0.37825404566568144,0.0031995244488278035,5.528435920480854e-8,0.1381516620011671,0.8397824548147886,0.7717827847610869,0.7113507663321043,0.11230413885164602,0.011311127879296577,0.7063626876772786,0.5192774847854273,0.30445186175041844,0.050418984452517836],[0.41839235736309777,0.7788938071528242,0.000010650627702320062,0.11924312389745197,0.9510111273951779,0.0001499636128345899,0.010725012466523732,0.0003288845993637205,0.24868988582342028,0.8923086782894721,0.27976447024306766,3.549389766631802e-8,0.2308498218930682,0.000013593781371647018,0.5134678370581659,0.001381679432866546,0.7525301434512153,0.000028438930456088846,0.0003672781331945731,0.2306233507915205,0.010287443479795008,0.4798546034269591,0.011190656159845812,0.025044969362243166,0.2749122054022647,0.6283340697506671,0.7860391345530707,0.0037982691771791008,0.5773128347664152,0.7653248523047266,0.0013698081737559692,0.0015646457675203966,0.455430628201947,0.000012953478877612861,0.0001786252826286414,0.2596742806008425,0.000008172438407646106,0.00003250504266189732,0.001030371668519564,1.582609323780183e-8,0.054877388915206604,0.03245546830674771,0.269120275606603,0.007860581125214455,0.026928080933151938,0.5111320030926743,0.16724443284460336,0.5815703037655177,0.0005114912700478626,0.00000621173663525488],[0.5837643991607011,0.9006183229129432,0.007766932882931124,0.0942226689528749,0.8183442092480636,0.007599198140679181,0.14759574211924992,0.002132223927212329,0.49856914306630695,0.3425345028149412,0.314324438591864,0.000004760867654038214,0.34913919511042113,0.000137393875536095,0.3070269175952082,0.041440206077209524,0.1964472433084528,0.00010432298232399626,0.00017724633131377025,0.469603385966676,0.001216009846786037,0.3654169075065093,0.02916380692587834,0.3425626029337041,0.2039260548763085,0.5295666300276771,0.33822199475391573,0.16006081533394073,0.30088236857776096,0.5444199689923355,0.2874819673282281,0.0048222462571106154,0.6373396019251207,0.0001454462496960236,0.007087016006204287,0.18811789969143491,0.00028752981618880905,0.00013396223943931332,0.0007264744192964884,5.768165061666235e-8,0.021351245787694026,0.6536731320334243,0.368781723448156,0.6300563162848356,0.04154320532757823,0.4479900632055145,0.49681761402210506,0.626832898907558,0.02030957552697402,0.001075309301631762],[0.23585706887264718,0.8815879267662831,0.9472494967664146,0.3175204717717384,0.7091531870386871,0.03610908569854339,0.01037433877833715,0.027440395295296245,0.00881409372087752,0.302132946761726,0.7285674704594673,0.0072669157974037,0.45629313551697565,0.0010209437155526844,0.0993999542049814,0.48296705742136714,0.005484080822079679,0.09370549623592844,0.3123914295528798,0.07260193339082646,0.01804444480721139,0.00008769713232503375,0.4620933605610144,0.00019573002611454816,9.829908718679561e-7,0.2214228122892436,0.26725677585099245,0.1295295614316591,0.7789990508092851,0.10632210206634804,0.891954023204299,0.07316666662253123,0.0754204852815419,0.00009744334697744802,0.033419153040881985,0.19790458080830337,0.8550693485350205,0.4695267869860137,0.5459271124640759,0.00002432245189801392,0.8642030820978065,0.6262610754258175,0.2857426412711763,0.9202621892074706,0.011854261078563768,0.14652048948882376,0.014437550949251287,0.8876119478690859,0.20725372909753562,0.0025062965113668754],[0.6130950904013439,0.5664238041056148,0.4309484275137145,0.2903473594089406,0.6877978095098185,0.08337723139432136,0.44688429785273537,0.10735354977906847,0.5027067076557545,0.3547281369653638,0.6683282423373123,0.6298798462662728,0.6845313754538245,0.12867059856590357,0.2915361167869436,0.7536901635115504,0.215200722910193,0.8120877686025546,0.6095649486712355,0.4072241336778623,0.05807842562703897,0.19228730086917792,0.7590420902560676,0.7050814007155155,0.6363283013371214,0.16974841737949126,0.05381882355697029,0.5526986420259216,0.7013998760759972,0.012283982841153876,0.8694100346653185,0.6536717535244712,0.16249709881368726,0.00029147013585094535,0.7711415845910892,0.656675605871392,0.5708216879690579,0.2373251341275476,0.8037966956326047,0.6913270257358588,0.399749409813992,0.5581263768364283,0.68000533399548,0.6448639389898396,0.5669080982851098,0.846398943998988,0.06549027690508628,0.49169100224740964,0.052939943053062356,0.145669113658496],[0.5766583531402258,0.5557085507336191,0.5549952693654718,0.4895322818343332,0.5448654135436118,0.06968017784124153,0.38674140419836517,0.2571071244309419,0.526926638747191,0.19539681656148936,0.6597992659985815,0.7974743635152658,0.7145711900575651,0.09818404507965346,0.37502032864039225,0.9309478892134442,0.010540551928544226,0.7792427950107274,0.7472492004619032,0.6904595019414148,0.32648040623968144,0.13052467680603874,0.4370380069977134,0.10579932506641786,0.4298942183702967,0.013838942625558195,0.0374404371512477,0.6683535618294876,0.6712493094389156,0.0053545851281694475,0.6112582779386189,0.7636639473513842,0.13664735325082336,0.000610192927128134,0.8161056437459965,0.828803762623966,0.6302915481499758,0.6362301475386014,0.701534972869132,0.39643509473435945,0.7735878857018239,0.6759608188608914,0.8019800677745738,0.3538045759818345,0.629113030327392,0.2072091666494745,0.043995460123810864,0.5935383293483013,0.07206749543655343,0.6892384926291508],[0.5235097083790162,0.9757106416773791,0.3187262205463449,0.3861828803539251,0.7068872042878215,0.012736795775930383,0.04692029524962384,0.14668362540810614,0.02732409717586492,0.35378051614237055,0.45888541403174843,0.06440649562413599,0.2927384748402903,0.010309040483828028,0.39547541317934215,0.6133889286458309,0.046905392051888754,0.46773154930903454,0.4081252981760186,0.2972851116668398,0.00704700713637229,0.000013624187930613077,0.47496596638488964,0.001379732357,0.00005292878024973289,0.5468789659698374,0.8690799058505246,0.40207526798120696,0.8516844929317802,0.033894361118696474,0.3457667042991259,0.33372119261896005,0.14060597560494198,0.000004603691253983944,0.012217253532096775,0.008245499381469094,0.3016595510225791,0.1808854687658462,0.506406255439106,0.000014110052522947033,0.6285230241584683,0.23460409415751665,0.7694952608564443,0.6577833129472961,0.00013300581105366366,0.033716958553157025,0.23482235199638185,0.4755165397398536,0.11812347622495975,0.21480851976294424],[0.0000015741022296441876,0.5091197086750058,0.05145452709960693,0.29012925676686446,0.8489005104672915,0.13876971983746064,0.006782534335521175,0.7042191002137372,0.0017633474469842684,0.8579377093617855,0.0011354792891983215,0.0008132552589250113,0.39607609070671373,0.002385057145477513,0.5268624447406474,0.0035096842186872037,0.5222242034947739,0.0017374228165834636,0.0014671436269452335,0.653539533763278,0.5155163224058711,0.0016949386980953584,0.33356885083871163,0.004482911016950046,0.006181043294049123,0.3351438493692377,0.9862801117012593,0.10019737013956447,0.47721653324334057,0.8199107180203987,0.07770597241648358,0.00003938359783670428,0.0017301001657238893,0.000017454888006471354,0.000002229301957561409,0.0983505865658495,0.00033746127427994484,0.01362805262110754,0.005120508923767941,0.00010301404704546242,0.40003444223065493,0.2728215237476132,0.7336185588194719,0.3187104955571517,0.00011340509080193778,0.11089750892939557,0.7931305488178982,0.105788703762259,0.3320869964218516,0.0000011696662377431573],[0.00013938918588771447,0.7151045743575123,0.14342748156906793,0.30533988233769493,0.8191048938918173,0.1988966375995584,0.029007585999640116,0.5140303484936855,0.003553181432721486,0.8463215974316076,0.0011463223431773682,0.00035246886306259956,0.3822620457049012,0.002205870177265864,0.551437842399123,0.00981762301216222,0.3116573730212068,0.001261167079244324,0.021231644094027956,0.4924036436692839,0.19596389408729037,0.007288442746638733,0.4879752837856291,0.0025456805684233095,0.006346937893630005,0.3559920280438577,0.9484192744065767,0.3434757797116508,0.4474823726319441,0.7848097383050099,0.09015794936802765,0.0003955656927816505,0.002642394720075089,0.0006266650185917202,0.000022808722577991194,0.15304493510774453,0.0043008482304715025,0.04054151262150524,0.0014130736473575963,0.0001947097314460042,0.3646666491196703,0.23557492543882239,0.47715993153329334,0.1244942897260947,0.00005724749473528335,0.02645690392560957,0.6537060356589534,0.010960001147238062,0.531542538616124,0.00000865412980602357],[0.3048842622458861,0.033955401538162705,0.20399605665271894,0.4154720263638821,0.3933694041415849,0.37388033888212696,0.36323666870677335,0.31198265468763564,0.0887918792585269,0.819003847863826,0.9727158298443945,0.008939391643084067,0.002253969516403374,0.47168696678273303,0.733966897383767,0.038556932506808625,0.7769335732598996,0.39201869028709097,0.008781373913480167,0.07555266353168731,0.6822815713755416,0.8555979935270795,0.00012649622075110097,0.09599478952632781,0.37812248213311905,0.6491187141754071,0.6865363187651085,0.2487706094131532,0.24418448826584283,0.7541942817157797,0.0027372492771742104,0.13799179463884745,0.007867498251099461,0.16314338659506283,0.15398606886181382,0.4340428135044568,0.0004484076831312894,0.02080870692019863,0.11979357827315215,0.033278009594809276,0.0045736931059645256,0.5145698590357256,0.6991055087819995,0.00018627897728292972,0.14987793297075164,0.22727231071172835,0.5639437858633477,0.6640929458801935,0.09505237733745248,0.0002019014818965056],[0.732263934967901,0.02084427285085767,0.5170890021488245,0.6561350687673653,0.006275808474151565,0.2079017417341822,0.3301955648612729,0.6454513470507024,0.17650266178279514,0.2508056162601823,0.5633254398701101,0.04622080842392754,0.0004800996457518465,0.7613659637464615,0.47229201919609487,0.9126427662559622,0.789757920052121,0.5475699415915989,0.001796776750627333,0.4218771917057548,0.5675544238269302,0.6795255068415795,0.00013422121538176685,0.516615301568203,0.4165275190563963,0.4358318760353824,0.5417512288348775,0.666904454247303,0.32049229524940726,0.5325718910568155,0.6569139843386577,0.09136002094081039,0.006240937335391129,0.10009357335686016,0.2760095682562694,0.681954263498773,0.0005420020681423482,0.16030102515828992,0.012873979345810855,0.44355656876397703,0.09278058485600627,0.8520386529580605,0.4454391695537217,0.00007652724983903312,0.055301300373743444,0.3102430394195485,0.5253539876742555,0.7814654227377283,0.3813245528581929,0.008905059937128668],[0.26401187369034396,0.819730706569986,0.000034085145311420804,0.49050615436269257,0.9102126856858135,0.4909538591389691,0.013631880580627035,0.11030797775258612,0.000057729181357597636,0.10951701609611836,0.253062127830927,0.0007087909734821328,0.6743327711016317,0.02618346414547076,0.5574581379798491,0.1289745558527721,0.7406258128166308,0.09603465775505135,0.5806798668585703,0.000004996520156317885,0.43356703649018596,0.9014300838275094,0.004327119862596713,0.5133053912532317,0.5050006652830529,0.003045498333266314,0.37028994915065433,0.24673837049234965,0.02839873719262983,0.8591974890838856,0.0008239160930562062,0.47880816328894726,0.2794533510269836,0.0023264301106487614,0.4017779851291904,0.029617803059959112,0.001140020860983001,0.1260306889226136,0.9361892833939871,0.020526518312569617,0.18334116660861732,0.6429139356131496,0.7838871352760514,0.014703821550501404,0.0036700019353550005,0.7431115790527005,0.01009366000236537,0.6345862249521029,0.1968527123729514,0.0004651163370988002],[0.602342364061825,0.2692445266033259,0.0004261223255418852,0.8075284499572716,0.45409495209652523,0.33834002022814225,0.010871648811294671,0.5121781686265255,0.00009119636336851685,0.004175106711040213,0.028362756554685162,0.0018182998028261211,0.24970385406735485,0.0722822381844911,0.4615636784902397,0.9011479928079226,0.7860404696402357,0.40190495987631353,0.3590963194639149,0.006869715342257125,0.4753084910472712,0.640104827714965,0.004725465491123691,0.8879060695629656,0.41445620906556246,0.0006442715386768158,0.46689099727398503,0.46959992722937627,0.023113385929821345,0.7523445045263601,0.36607024220380097,0.7936962656143637,0.35790186877093494,0.0012042724793420894,0.31021403909825385,0.574142645869158,0.004447792667445115,0.6703375219111892,0.30375522970370616,0.17516416788298314,0.6035282367248732,0.6928820087957637,0.5571336861179512,0.002132525333064839,0.0016100832703747196,0.4593664916019919,0.030975082547568398,0.482963369416296,0.6673892630304014,0.07090095634761698],[0.6632940535421896,0.8200363275126619,0.1884246411981198,0.9595935199061925,0.4056441694922022,0.9249189943074018,0.9224496374575152,0.7805751962869266,0.3411256337111749,0.7580394997645906,0.16855156536654198,0.2892685336109078,0.5153816944557195,0.4036646045803726,0.7411771270889175,0.08221262779444378,0.9261447033233623,0.25892954022123815,0.465095685575282,0.7528793521660457,0.5391648082905042,0.34668988233549736,0.9826914389582866,0.49607508482054724,0.7173291962131612,0.7303301147909643,0.37399130553141124,0.57435083865296,0.6681098498644863,0.7789900438414277,0.7760571779613544,0.5316827336628384,0.9533874892387952,0.26204096308980107,0.849378095555157,0.626882939469839,0.8009538340622182,0.9669629183665885,0.6039897130149469,0.19279062652612391,0.7269926887886949,0.45371141246579694,0.20009596929695433,0.747945267202724,0.6720117168289924,0.04638601349155098,0.9517544498697901,0.6808147351685997,0.8473817950557943,0.5068570986955783],[0.8094656275550769,0.6817963492325909,0.07723422858866939,0.7605624449702686,0.46321308787873716,0.5389199139218808,0.20274685473728876,0.6489181414156349,0.033589483113852694,0.144836922070351,0.42502528661482725,0.0068424824047307225,0.010118675273781677,0.03449162406811364,0.8918722869528257,0.21853045477831842,0.8393452382313819,0.2727837862311672,0.11674332493883567,0.6087972353416005,0.7436054857356259,0.5853456113283065,0.21664781724961263,0.67297447685759,0.2703128490135665,0.48117298475220405,0.1451681079793651,0.24415784817936317,0.5954182185942974,0.6710901813646277,0.8519951084214019,0.5408337486944428,0.6625860530894271,0.18823547901653326,0.2977839305216122,0.8561104394504212,0.01317417468536768,0.8463977138624281,0.2222240360916906,0.25712653658587814,0.6113026937597589,0.6836895513466238,0.38000003615798494,0.16281469014432298,0.06056911464792053,0.27138938863881773,0.547886115647822,0.8994091341488412,0.524895847589152,0.3122014494946779],[0.22663776952110534,0.5191583931124681,0.06723112441972082,0.7051082699422354,0.24082726790119974,0.554135600794271,0.31750196927090457,0.418723597668611,0.12032960469954482,0.06712078246196164,0.7301827060896199,0.011908074706083582,0.15552295255660287,0.0620542453564957,0.800716075488989,0.6654808845874223,0.7557736351158277,0.1820445819784509,0.3289726582615982,0.7370068209321471,0.6095749665203184,0.24992953956968633,0.22611578394549312,0.6883717993779764,0.2528334687991946,0.38579810274562093,0.47447614378652,0.339327275765796,0.29365668395004035,0.7595170791432075,0.8939900121694014,0.33396972206467174,0.16993016530103708,0.04268902904220106,0.17390152182003576,0.7588793026260466,0.023756509412070973,0.9396186071439329,0.09763683703286798,0.11358078468872211,0.25294078728970876,0.6515412343420393,0.4190043007256418,0.022985410636876907,0.03471490030171945,0.20075145422206062,0.24686084530459643,0.7750627879128874,0.7906683243040799,0.4912010212210332],[0.08658863640172748,0.7035492244013751,0.04680461341214586,0.36770034982614463,0.7330931548016039,0.5718978490731343,0.44255564081023957,0.21264965137577777,0.13494387641706526,0.8282780357650494,0.9132792754861876,0.003214043174868666,0.6846599009036508,0.04148127664301988,0.9006337868184795,0.006643451305895277,0.7921408007046092,0.23948521591567773,0.22802062506256282,0.06469639430098958,0.5494956654827351,0.8909514443061652,0.3810124534914105,0.11694269795760735,0.34371682175154467,0.653433514120493,0.6990880448208322,0.06979173716912795,0.47291488616658317,0.8184353334049614,0.004367522951598994,0.2847911676671006,0.19122295897568367,0.05137119341743913,0.11747254846839021,0.40036906713245185,0.030286981608921106,0.17475041866596425,0.8036472807508855,0.0014870520940628907,0.20877636325403956,0.6879532295947074,0.427690629274307,0.04750660304907031,0.32362126377116357,0.18733389140394532,0.431297057695253,0.6615870162736464,0.15612541016763726,0.014862459541787346],[0.5587292625097438,0.7863417652894128,0.4731857888641169,0.7370985812793011,0.6143227369375375,0.7058157826851802,0.9232197409204473,0.7291238997936597,0.10787592091809561,0.5772365742190432,0.19783767348953318,0.12453033889767749,0.2753278227170821,0.5650034993080587,0.791477284067837,0.09521113110329295,0.5745265479485976,0.198917535591792,0.5941808545115175,0.8515386370004311,0.8565095848605936,0.3114424013665595,0.9833642929414554,0.5525056105468502,0.44791870196172,0.6677338255644287,0.632331277716319,0.5688000703927638,0.9165026185335859,0.8793553470018389,0.7683111185180257,0.769000229662077,0.9587959217135457,0.5157736582525693,0.7553730989021323,0.5847782363735011,0.8841588227149887,0.9543851365085579,0.2145216656824937,0.04428314410577853,0.6849650486160674,0.7311709328312532,0.22135458779025236,0.8351961331013674,0.6241203850823092,0.632684993447637,0.7094592816912236,0.48036620420694137,0.7679633558599007,0.5679132772566808],[0.7126975179235685,0.7100863791245376,0.17638391758449595,0.6936859638688815,0.36040141856182295,0.25464655173665945,0.35055183401254547,0.6715919229312509,0.004593116156303767,0.06484624232308893,0.39171041888979397,0.0006939803711298409,0.013294569736327944,0.33506561233883375,0.8385970991029794,0.2637952241034652,0.5264205135713783,0.4369357579906224,0.04247266414950087,0.36590818212581483,0.7945831395661153,0.5050913473142582,0.12965523198613652,0.7520453603763618,0.1860210906430836,0.5343695769765208,0.27099057769156876,0.2515178698976084,0.7565457990754463,0.757439507360682,0.9071131847222453,0.6323988087383118,0.6620634873867137,0.5237990894908363,0.13911314444197392,0.9416362265753367,0.030547454975816794,0.9527790064784785,0.059299630526498795,0.15595884769535995,0.5775071074735094,0.930551147111389,0.47437767130024094,0.15860954439866184,0.17675047937477517,0.6939814100323417,0.3137564107848575,0.8633495953133355,0.7032157225181658,0.5388174962738762],[0.253016222029218,0.5563200867397808,0.35248682457364644,0.34332831062111774,0.5938094536637142,0.08269430366227029,0.3025826604857628,0.5046031925033232,0.07553746818878714,0.08008676355490697,0.3120209024250758,0.003251317129014272,0.16859122421059144,0.21371859313922673,0.7001795472087018,0.6849292544497112,0.3599645452061519,0.5007310228507472,0.23879823793064572,0.30757082035727124,0.7784200561850634,0.47254871963198636,0.22053754562610187,0.6091748636844884,0.2661607278867097,0.45451244144817415,0.7615100082508954,0.3718939542871727,0.36893842965789864,0.8533534432684022,0.8676055210505051,0.4308284081613104,0.6231907732807076,0.20842877259181197,0.2076308510533278,0.6131755673944773,0.09594436813298668,0.6916192838448546,0.022443800674761514,0.0517488661668746,0.3086116037974788,0.7800643750847844,0.5816583289353233,0.03575254982046808,0.020155924115593513,0.5459996689345781,0.09503907024800702,0.6793236322171065,0.8198432812810389,0.16090925632036032],[0.15309075489817817,0.6425159217149751,0.024411318974627443,0.2539763723368104,0.7164775775657388,0.5457923458814646,0.11632270194417343,0.2292690398183062,0.014679166378452723,0.26445931603955297,0.9270995920953705,0.0012712116764717132,0.3986524043024219,0.18670542087714284,0.8223200007796636,0.006217401118806158,0.6362470925287633,0.19408924944205505,0.1350166435515117,0.08230192834142223,0.8684483725187488,0.8742358664850945,0.2406887484799298,0.16569562718878134,0.10561186177500649,0.7492160383828784,0.6488141755143484,0.11561253330533434,0.5369499981765731,0.8728022855925559,0.01267983692462866,0.5797782541828753,0.5840651211076013,0.07239284519288898,0.047996008114615976,0.30589950996009285,0.14204202887709225,0.30706171446653374,0.7409576683907284,0.0011581540624847457,0.36956956987829503,0.6355282471524704,0.5243684179180591,0.04558124316353629,0.04889337524296653,0.6080723830720436,0.1930256467913931,0.6267143320801115,0.18932300903196186,0.005642868133551547],[0.17480218378111523,0.2309027905226528,0.022525052615827688,0.6926931759109687,0.15819855237266794,0.41018507648577485,0.0011478768708840681,0.12583446563510634,0.5141520307942384,0.0011372559736569582,0.42698336050690006,0.00007184525686058291,0.3812953408402304,0.2205888054038856,0.44673399785149615,0.4390454155460778,0.6489424791420721,0.4875081285796756,0.012924786508271464,0.4585481754218985,0.752420715970858,0.48864620695090283,0.011039727846302626,0.5982371761712387,0.031334095637604906,0.5874723262488107,0.39081609040581866,0.0023893744462655827,0.505024395638457,0.3609940210148999,0.6112853772070836,0.15682040125077384,0.2881823917975366,0.3388341755072201,0.1528132838812115,0.6248765194675635,0.00036325694383665516,0.5951216125461882,0.006192230067647747,0.44891496429598987,0.7301607704374885,0.9306333882400792,0.15993909713858018,0.0005371880898445078,0.008182019129704655,0.004691445098125585,0.0017480327487828969,0.5092925641325976,0.31766594058392394,0.5644631844137197],[0.5985629708938032,0.3276124188608774,0.1377030445660623,0.0769201666840402,0.3344049496314909,0.11265004674746143,0.000750447756970454,0.07091851565276557,0.44770156195615557,0.002757984317788298,0.17432653745778282,0.002123429568591252,0.3027757142345989,0.16644387038126401,0.6702290961329718,0.48857304597834095,0.462969392413796,0.4293133717750962,0.01854419673237405,0.818336247345773,0.3709924940226788,0.2614470578638489,0.006169432238034292,0.7578087885122398,0.1342175115798108,0.5610807508594309,0.5714557634102397,0.09998314332939293,0.17013829365846264,0.7391877535205602,0.5756083246038548,0.46257862510210374,0.05263443302394864,0.39255969710224714,0.375458099087007,0.7550416253689582,0.020293094477742028,0.7267620887630857,0.0009974182528644188,0.348352817481374,0.7948051708963967,0.5116584070104457,0.8000041786375532,0.0003169487518387121,0.07252822044270944,0.040901616702382494,0.006237909393647547,0.4290721418987732,0.42780595848176345,0.4099353477579441],[0.0457070571225828,0.09060400953671195,0.20113311963777575,0.1926219876484765,0.7570864891494706,0.49930136457671404,0.016269499361939357,0.3814025397454595,0.6616024297359422,0.5135091318304033,0.02056005568839293,0.018165797846499163,0.6873708512704363,0.7253869566277084,0.5746478201274379,0.11353305779302018,0.7063055194663217,0.7865927981666864,0.45318821122703273,0.5674487570130149,0.31146667581396625,0.7602398378144896,0.6021848812730765,0.417077590441183,0.10848053078824854,0.6227365537734121,0.2054469872760649,0.04591167723746664,0.7995478698672519,0.7618091191924058,0.7676648617290274,0.7868011714568228,0.08597916397955871,0.8219423439834236,0.10481937091072155,0.6592250354268862,0.23538337191401013,0.5699663362904296,0.3691890191778628,0.7798933954588952,0.6077801542311086,0.7387236746933997,0.532988574241858,0.02117733113217474,0.605227227304359,0.13439875865141912,0.11415356921880351,0.5416941978693903,0.4960528809823815,0.7523867609651057],[0.764882550563363,0.6688326037878558,0.0003700516853899649,0.21466929070111815,0.5745115286558936,0.000004824687355017837,0.736884456085717,0.4716611634348813,0.4957573097314416,0.06656419057184189,0.2687516364903066,0.9700322862362798,0.0658430608855482,0.00002271510245957946,0.1523963816471413,0.051647934108238897,0.8544066666125738,0.5065113860471944,0.000006961298697491442,0.566264796087453,0.0012018149368057715,0.4880247352267073,0.8604484066932014,0.0009650434143737194,0.30298646600246604,0.32186066732192503,0.008755914735393494,0.40441678462030367,0.7152058538603357,0.5304571288925052,0.6488998113907224,0.009337907852932264,0.00030737282167836476,0.06193685509748677,0.1351911942581582,0.6574892854208311,0.7171738012689707,0.8954991195570181,0.004146500279277897,0.8312916779445696,0.810617618530771,0.9593629663767996,0.000006150960177169788,0.11434265106955278,8.221583796649825e-7,0.0000900980962336658,0.022835419022347883,0.7752356773044179,0.8372450923914653,0.9727535403511316],[0.47791638040397555,0.7764752696447599,0.0008448919275378026,0.052773408174155795,0.6639627507838541,0.000036588325103416995,0.9631426082845856,0.19317474965273415,0.15647995446582388,0.15331425827524775,0.013743684896301171,0.9626051527295437,0.0892215474920879,0.00011746998866325675,0.4945790375256529,0.25792458328538437,0.7290140785295117,0.3532974976690266,0.0005735397674851464,0.4588032959790941,0.014765849246518055,0.48976205746401286,0.7167550642067091,0.01450159258220165,0.23091462382857483,0.28745507526542896,0.25139756620020814,0.9281624012994497,0.7080968948248357,0.6797452794528056,0.5680119868373772,0.9245084063246175,0.3923226895312434,0.6116066581079168,0.2399429159184773,0.866805951109289,0.8264349810026614,0.8942672077744579,0.03523504533815479,0.13121757001154577,0.0013759119185381087,0.8807145393324104,0.00008936215046672165,0.16966809316581422,0.005557813479006397,0.00010320669267270943,0.11962624092101658,0.4339905006796183,0.10212236536391206,0.9732876293401491],[0.3153167302626634,0.9694360508224551,0.2584625099826184,0.1235680986211301,0.6785480706595819,0.00015130424443946257,0.3975959421906673,0.20605511926489983,0.16596174240598488,0.18274362087260523,0.13381008788510296,0.014520932985235963,0.00007885079345020093,5.199122976717457e-7,0.4240188359821386,0.16111415241445406,0.3525158290490175,0.009052247162866301,0.00029338365489662145,0.013457087110067455,0.000431014460041131,0.04838032239130854,0.6216592159785764,0.3633066059203557,0.0013499591996374027,0.27150962637887593,0.9430672806658968,0.48754152550060637,0.11160478383564737,0.7893751248281673,0.017452726704448977,0.2595299923888672,0.3094522306996707,0.00040094390204884476,0.000015123338277356223,0.2265619799868433,0.10021744074100845,0.4856559747481539,0.0002741795136996194,0.00250188673362298,0.5313563800071085,0.5749355245306088,0.003758396318562162,0.00016351163026509952,0.0009263062176278819,0.03229067727014693,0.0014424288097978992,0.5923952248856232,0.1854306971466214,0.04623728493205258],[0.7357606228355307,0.7867305419336094,0.02522178284169239,0.06892267722225988,0.04834186128605903,0.00012303444381110113,0.36652165175880735,0.44909479592975793,0.07836165147096104,0.0015160743610338717,0.32917834525161277,0.13543099848676107,0.00000986665118822523,0.00008940270371298759,0.7049272335330824,0.48205561058932384,0.7421268287459822,0.5595414684291546,0.0003828824967270068,0.26141112398046085,0.015188369139524625,0.6098096272647593,0.22542869065484367,0.6664854581826171,0.0004676784737409106,0.19764114726927015,0.6258208136688795,0.5414446403814872,0.05418870592469207,0.7784638614356888,0.31625218825411133,0.7196972467024558,0.3759574990883929,0.1942631204919673,0.00028833899597656735,0.6543989256906707,0.06855931726093008,0.8019047728216231,0.0001975962214200062,0.49922450318787664,0.4324298558003574,0.7774091867120166,0.0008033977653584148,0.0000025171912782383434,0.00012581321805649466,0.10635371437269513,0.0045178630326533666,0.6535879630663662,0.6247587560080522,0.6231780667945098],[0.4506772925982427,0.7488206684528873,0.18980146832627184,0.12532988521212704,0.543644196025693,0.00018664551557403918,0.7849375155614461,0.5424708761876408,0.4792870355346237,0.019987700892960446,0.18434628998386846,0.8048426464431414,0.00005168958185688197,0.0010080136695341207,0.5459113077374375,0.31410022591703685,0.1406588037731988,0.7637588114466218,0.002694617080524697,0.038672271314943156,0.0012456722490074776,0.3967006413221546,0.9044110951467295,0.5395995372792676,0.0009669167955086328,0.04618316975166298,0.7580540753329268,0.7290324776421064,0.6276991845307254,0.5176260108726164,0.28978595404787283,0.6529231227344597,0.6029676635611871,0.24029137790775612,0.000052107941635799554,0.7735157917340996,0.2688101202256964,0.7582752403344635,0.0007894123704253132,0.6122517478761956,0.3617583703211101,0.7588807376188015,0.000965004715349342,0.00003922684427097186,0.0008920223863605535,0.43613290729517284,0.008694052745880318,0.7833310069637429,0.5658924430868429,0.8539121202181303],[0.6281891433397869,0.7519942623828175,0.34468130802399755,0.17942921088808853,0.7206548189559456,0.001834413246453117,0.8898088506157227,0.31561753031725687,0.07416717838699197,0.29129396348812503,0.32503860582165595,0.9250537073158764,0.000041752180979736144,0.00008130546447057418,0.6795541894168229,0.42022812539959115,0.27267321491285373,0.1981702901246084,0.002479745358756254,0.2727602451630068,0.00285307012766224,0.30234631881793794,0.9225696871513108,0.6338043741699138,0.0015587802332860962,0.34874527477485845,0.5842738973895724,0.8105024487945592,0.23982610155773382,0.4801214948609275,0.2680319141019826,0.6399664848472554,0.6490210971561545,0.2415137100739832,0.00008497058480316502,0.5634547858085562,0.3577964439804696,0.8297752347876913,0.0023823404186040418,0.9475205832678173,0.3098088889184222,0.497550852152626,0.00022295526810907855,0.00024582083284303727,0.006521517993492632,0.2544299225984117,0.06918367471882943,0.7822767823033894,0.796411713231245,0.7758119982888279],[0.3982257940268469,0.5367618587988375,0.00006780993530668251,0.000007277212279217115,0.7178457840788314,0.01944356127729017,0.2934440485872929,0.8898249010482707,0.7175078075550654,0.0019377627076184575,0.5483355395960252,0.8872170369160873,0.04028287273941677,0.008409556116460598,0.8300489077995713,0.0008168911855736538,0.784573769367739,0.5715657897319025,0.3543964433326286,0.3109046654946808,0.0029677419789151936,0.21513156702824046,0.9006438236435796,0.22502610304959977,0.3616846854800453,0.004244706481259255,0.6247853115089522,0.6710933363414547,0.474010600111337,0.11321995821761723,0.15000128180837952,0.7827975114511482,0.5245065309860923,0.6874627299971725,0.320726809585543,0.9363709030872381,0.022932832540439367,0.5561664973878134,0.0000756015955226381,0.9262247347184847,0.7097516668514067,0.06433639998378551,0.0012237489755921413,0.2878286530222985,0.009822594026559137,0.0032702462292963437,0.4012151715815339,0.9026992721653317,0.3058201386014976,0.25157590272454994],[0.180794597906875,0.877246945830153,0.00027575343087091355,9.97998705876482e-8,0.6916269824244591,0.014386717684230946,0.11921955199404759,0.7302967343939477,0.010337057984130918,0.00015507682215936064,0.6549969263762502,0.9093319040500916,0.015525132557400933,0.0038176682968709703,0.8174635562687771,0.0001569991697086238,0.5955724997238134,0.4861905208156067,0.3465202153029908,0.5407361796499226,0.0003962358003495662,0.5688783191001315,0.7723963958580907,0.16199751800713394,0.35737954974746894,0.0012039493899647377,0.4826158629695067,0.8647805746674286,0.17942787208292235,0.02126606635097194,0.5033207122869826,0.9032429525089907,0.744477466029614,0.5667529871125934,0.2811596688907544,0.9533316650879115,0.11653176707578632,0.7975172130787388,0.0000014751762706547204,0.9632344163932685,0.7536979841052529,0.39271772191492593,0.00003120964768984805,0.09355386634822961,0.02656927198539452,0.0013033945533019414,0.5270815906846342,0.7575766309599531,0.002726799052606109,0.9402034015229721],[0.3539959621862954,0.806633861708011,0.4099613908099917,0.5772875627264394,0.0020936897247209444,0.8026269742232658,0.01948799359652702,0.2704685507959043,0.6252962302629586,0.3193442780332633,0.48390651366029114,0.338358669332149,0.05556943695076113,0.0003060965115937312,0.9670967837427914,0.000053948196071106493,0.8407578729900809,0.028878733641583495,0.014333204891719728,0.1109560433451671,0.8990445235092317,0.5379996065858481,0.014589141478998615,0.7860007648170756,7.630440262586806e-10,0.6919449922023421,0.00008196392071424972,0.012276221304471435,0.12852869718016546,0.2617559136265142,0.6758469737684396,0.7128320099055707,0.24281906940489895,0.003192878996811456,0.2592642223152929,0.11274518978366532,0.6314810456042702,0.7994730749266133,0.7777758480156144,0.0007136706514290736,0.48331641758713867,0.738926189287022,0.000449473214579166,0.0010246320226510194,0.9408316920849795,0.2981194292494544,0.15903781082153973,0.5523178623763316,0.000010789666812227294,0.4622226310156823],[0.5436872588049952,0.2286097714381109,0.0039720195599306654,0.5260387877889765,0.14926600362680953,0.5431286680981239,0.0062217573741426575,0.3898265129716107,0.09709341934846281,0.8542046665483509,0.9760337093074746,0.03479302226821655,0.4178177316175283,0.00011679756257571442,0.5876669411910214,0.000431405630628053,0.1320989684230701,0.47335494358009234,0.000047779840840451897,0.09805167306042001,0.634285917532939,0.33349543526056663,0.037559078615729775,0.00947013960084404,0.0000025899033128555347,0.6895956781431111,0.004441070313537112,0.07655725883722453,0.11126906202779689,0.5402241070631402,0.000005345824754545281,0.4487872811878157,0.19714278847143982,0.0004312166365162235,0.264866198336065,0.15123974504574558,0.01505397050840385,0.31624551225579767,0.48898282688288647,0.0033993014591198224,0.7414745354977564,0.877539565228461,0.9270666417410675,0.000049732372531465356,0.6935290413024594,0.4266655248208894,0.022681326511381803,0.776895105976481,0.000008953044555112176,0.4128587545336383],[0.002566745006296946,0.9402451634500286,0.029042474805262942,0.483359691305936,0.6679628776440137,0.25905546423570247,0.007619665889941385,0.12742916971502433,0.19169005169781256,0.6998328911246559,0.03978258581215456,0.000001169169044357724,0.03247897751835678,1.4154555892488536e-8,0.00007470964341772812,0.005042025482661685,4.727499801577572e-7,0.00024521919245534796,0.000006824078564699943,0.43766762063082726,0.18077109216375148,3.2044398445495424e-9,0.02997349888673982,0.000007709466103275742,2.744965296919874e-8,0.738620873630818,0.3359909479719634,0.00012029068163479662,0.6988386622301676,0.6208681979337006,0.00425431121850845,0.004583971749497352,0.8471877526973023,5.915984525240867e-7,0.4169257746820718,1.751315628065526e-7,0.000012085275402824297,0.5965934105613321,4.1187706217018315e-7,0.00023132513263519002,0.4713731562703451,0.8288000242402267,0.8095871641313103,0.004346198393371544,0.02733128405957665,0.0366650325195949,0.07248685957919485,0.37599870945226443,0.011387869507660834,0.03746130867001416],[0.00013996697315405275,0.8809175933524406,0.0006425304985565786,0.21546287342796364,0.16021707316215497,0.08683659940012536,0.6973365662989621,0.7752937315180949,0.6652382030691051,0.16111924062330846,0.8491531614975537,0.0018475524928595207,0.709271870041345,0.0011063072947845496,0.0023635872436601475,0.015291800101832221,0.001900510147134752,0.0029970912208720046,0.23847825814339518,0.9439612607583036,0.08383030292917176,0.000009279259166553775,0.02188699267066684,0.0003532459976701243,0.09328011866471167,0.8094380910166544,0.29811545607225376,0.000005383174740481031,0.8259025643276995,0.8813099580649021,0.17877820075430492,0.5001547524669956,0.903016042522717,0.23432768040597685,0.8835284107633851,0.000004462801285876661,0.003040266740597025,0.26372200687345787,0.03898396152531742,0.6661730896563304,0.10487451069312542,0.9020219820085017,0.6003297031558859,0.0028920633172312433,0.17525403505657158,0.11414343813720734,0.4594240826279648,0.03081752496936496,0.17973917386370047,0.9679616901364495],[0.018444550213310318,0.705692983773171,0.007569226419863875,0.30604391469508074,0.05622234909305185,0.20881587837596652,0.4247306913881305,0.574523158179349,0.5509361482176482,0.028105097538811307,0.8261802076135586,0.4883652926545479,0.3919569516409992,0.0159137166930223,0.451634784293398,0.0006605803115985969,0.10131907845468786,0.018467698283393216,0.49755510106798634,0.4739311328587895,0.7948511167023813,0.059563884679515164,0.4082079588242002,0.9399447712105902,0.0000035365284701953877,0.6036534222392672,0.2130772859270284,0.0002505028812747949,0.11798322459471657,0.4577102864002697,0.6196328039993824,0.277505667957478,0.10409398148927575,0.6794650363115993,0.6131572297963892,0.0009027754734139704,0.019681976707874676,0.15760530439122453,0.5766812074988087,0.196276868495806,0.3661555078735424,0.524491155861943,0.3381282074937618,0.6004583672347352,0.4637439312220638,0.1701306047565828,0.5833574592091224,0.2963882560411275,0.2602494745860295,0.1652188198316672],[0.10937184015014659,0.5743378428001285,0.0010474935694194168,0.0711638638968601,0.07279952773734936,0.6107251349543696,0.21342918205574493,0.00242514971510112,0.04021253861331543,0.15991047861973792,0.07341957816370329,0.0013974587174532336,0.00005043179668171286,0.6033281860840538,0.38592410401402316,0.946140485840941,0.8588510668562102,0.1446549860274707,0.29559594722685645,0.027291536274472415,0.5374930967492492,0.004168502984095708,0.04873921263007219,0.4307734066034273,0.2837740644292511,0.7287635602568264,0.005436016669156546,0.3920800891033208,0.525746423626531,0.5828745819615659,0.6731576130285238,0.04405584420177453,0.0003468779509367283,0.3904592528934013,0.004137819695872136,0.8630601572082544,0.012760338304306304,0.687858885420329,0.06603600264866313,0.1416878994926871,0.02137968948962763,0.7721589406689688,0.7736917069332163,0.03576716215829051,8.925057160362617e-7,0.45377689636289054,0.2163059771940915,0.6434555002912705,0.5936092087890384,0.29305555474801287],[0.04411569791230161,0.7723860750598116,0.000027187993493388105,0.44619297184265483,0.10794781887673101,0.9132589887984813,0.5928528747031092,0.00007737977097468013,0.012792648205524351,0.5489913033441839,0.006363842951597064,0.001434864579015274,5.705553884303888e-7,0.8870907122682987,0.11855382159981563,0.1715771027883502,0.955737950740245,0.026510489387821783,0.9557848478242056,0.0013151585803208624,0.9166449312580016,0.0017588009844646051,0.08329078026344738,0.46164911733642794,0.40226176891443916,0.39270581843301355,0.00025514925491390913,0.5349406058643682,0.42457488460437126,0.6713076669161835,0.5005161368177741,0.000027323600204985948,0.00010252426787110966,0.6786851160459846,0.03992845824214797,0.6037641921101331,0.027745311515584247,0.6477477243083822,0.11088961543697846,0.08842379715576033,0.03501347409285878,0.7929237531891331,0.7300257114786249,0.4025581016550778,6.923087325354514e-10,0.01021095287414475,0.8132297604992228,0.008986834055987493,0.6753880444607502,0.7226610649848187],[0.8399311098712805,0.36151098799711956,0.6119976393832374,0.03256856796511384,0.0033324311300732767,0.15874803905509566,0.08003239532020218,0.000045808350644307615,0.222107322536737,0.7981328672557739,0.5974347570688497,0.3711121511160829,0.5931702619429311,0.05601242522651337,0.7815283164480213,0.7556131824107645,0.8390232772359889,0.6927056146248312,0.13663721167470083,0.00017525134101496905,0.9352734583136637,0.5457055453255809,0.5477684822163981,0.10393865349464379,0.44914692632949144,0.8884483738181952,0.004360191435376093,0.23914110999106453,0.787917080789108,0.7155136555144075,0.8914667772173692,0.0012452883720166326,0.7204320410478583,0.544874340284624,0.0013385443763085747,0.00033185256252114804,0.00009606268706771197,0.5453442339642479,0.07716733761512665,0.011740489170375406,0.7460755094306425,0.010652308449972234,0.8599489891319698,0.7180967129392536,0.8414740919571855,0.00007886800101112741,0.9596665279424872,0.005836932309217813,0.7910289990666709,0.7682642422924187],[0.6627750988265083,0.09285563032580647,0.7628526392450289,0.17171495952568083,0.4444867790798911,0.01781856272976735,0.16113156059979783,0.008269949765046435,0.2501498079833942,0.6673505383397991,0.9151235797696567,0.5733431324628743,0.4734540935770254,0.12677581623162865,0.446871224764736,0.1926495803319969,0.7959965990545556,0.033706048641017325,0.8871697396032749,0.00014331528888691787,0.8667605008987113,0.17384642338636247,0.7984954316447326,0.40308346662172956,0.46372578884407967,0.8746897227776204,0.022855654367099864,0.6180695789299572,0.8387963212453743,0.648044960021792,0.4184649534654705,0.11401038466765584,0.8092311094913469,0.5617310077012807,0.009244035788061095,0.003193532276287916,0.005721226594303513,0.6371229579401048,0.22901069001998334,0.030229525381452866,0.8460676343938105,0.12095682148710182,0.538883274418003,0.4971701856968815,0.2922767178070484,0.000958120154079757,0.06644636316969342,0.010796393346982333,0.6915449957701644,0.7710614966039032],[0.7736273295065763,0.6880486473236981,0.2845111181678893,0.182695229078459,0.04627258400723712,0.0038577084932967,0.6516857362397044,0.00610209936912666,0.1504337754743499,0.7609090828016194,0.5037150223121164,0.7114241796577923,0.5780152783985683,0.5669430912673088,0.5720840315500451,0.22149171689393798,0.6233199243038701,0.043444897154694545,0.6135965945424673,0.08740388170382539,0.41845048824031744,0.28771579032649375,0.5792424884793761,0.8981723011937252,0.8547416908577485,0.2718744367857631,0.7664260843926585,0.5576571668491116,0.4854867030571599,0.13043342258110507,0.68035097458654,0.26665275716479137,0.04661867375373615,0.5647568531854807,0.32991638585447164,0.04513140779848414,0.005786918367837381,0.4588258663164945,0.7411322881610363,0.7420812646901175,0.3392188431340852,0.015607289940978248,0.30412196341188014,0.4758329654447666,0.418195415362293,0.46747250255305656,0.7777852894680732,0.18593319181701234,0.3639872032913025,0.6762301911089529],[0.5893653328917131,0.35639221514643155,0.2191402425783085,0.005428302761040405,0.10910009051376161,0.5561831854701992,0.9053674711278559,0.00006206500864167467,0.19199787757624368,0.8293007043135429,0.8150938661236463,0.9494429645675613,0.858719068949653,0.5083754796768158,0.6349059854040136,0.9521644105023407,0.871629499731517,0.5313868165696783,0.6292829219349174,0.0003141606967908629,0.16377079792340646,0.03934942752348471,0.8189567085079853,0.004822204894230172,0.8246116271145998,0.7390324832284043,0.4100512512879972,0.1540487004555237,0.3345828846997835,0.8667524297534454,0.4623691750156706,0.1302294542864167,0.4653156560913354,0.08245322030499878,0.0010288867769631704,0.0026878034411577014,0.0008478252551299276,0.5169772501032321,0.14153340183630503,0.004432872202649293,0.39662508264901003,0.0016609113273927537,0.9800687163260506,0.4020509055673216,0.8319578835079732,0.0031251673698261,0.7262414548745256,0.0019153263727457641,0.8142487101825033,0.5303742672279598],[0.4755946759952665,0.9042422063050716,0.1366418581187934,0.13563901176145393,0.36231724837602586,0.15002074760319148,0.005591651934352891,0.00455505128020542,0.0025675811714749434,0.5683182729182851,0.00042239765971928037,0.00018169459734653144,0.012814973891865181,0.004406652308560962,0.08975914407232395,0.02073333905866956,0.7626102904342351,0.003384361635070891,0.0009448381122819266,0.4314668757370515,0.498449603189729,0.009340479111156557,0.656230081282461,0.1991910408082734,0.28047277552325645,0.3853183949580722,0.6840335320230148,0.0652347459081918,0.0002773191974647293,0.6604586154434883,0.46386260027788645,0.07143793785297303,0.0844125273144759,0.00033977176958695026,0.013086543688911328,0.1535265952503659,0.08115667378239845,0.0013022651818967133,0.4469768011793679,1.296390646579378e-7,0.4153634522284672,0.02378969518542552,0.596591001458244,0.7838711604438902,0.4776394103113503,0.23306718006111637,0.45723955354681906,0.7202427085021806,0.02363216042612425,0.4352283939709859],[0.2728654251367467,0.8466427533944634,0.31129300528138104,0.000919183512240075,0.4375547357922927,0.006165378651402094,0.0007548252046200934,0.018572711782143373,0.2745273889398965,0.06865627556283599,0.0011116747964998995,0.00006882134503227766,0.012470035590671495,0.0000643151259478436,0.0699173306420682,0.004489581091102275,0.5255141445949709,0.0008975944859266558,0.001606669764908075,0.3841026648645688,0.3172835085891447,0.019624963016212246,0.49226098524719275,0.37527774100213573,0.3871106710825619,0.38423099273441946,0.09861575571887454,0.5773394403633111,0.005898001255858386,0.7993033111808179,0.6749445005215108,0.23626021012814283,0.2516946711894694,0.0003697550740967673,0.026292136469616714,0.08689906860242964,0.07839254625966575,0.0003997415063942211,0.3311635406185038,1.3808636631266833e-8,0.024054725224713292,0.7432167284662861,0.5022820981438861,0.9236114600743122,0.7793443607299503,0.7156582630969467,0.580588294802225,0.6979704579257235,0.2922209082266572,0.40535419547751705],[0.04731086036725779,0.27250568173193407,0.5927808237195142,0.04963735276160613,0.583964879435015,0.21900266239748514,0.35175504201693886,0.3456179755650782,0.35744583922033235,0.557774123164878,0.896427737699605,0.0033506104034456427,0.07939262867948242,0.9315540199586639,0.12272342109609392,0.4981925786249924,0.011116184570816035,0.7914074232940702,0.5971662504578655,0.6507848608313961,0.8013500102392312,0.6353742550101517,0.45977032573680554,0.02940027887695311,0.3849391911411976,0.47549064663327084,0.09163768102390897,0.781036862488001,0.1377710721615131,0.14747832458285062,0.0003817812425083028,0.20814084769648428,0.8226331934806664,0.011483988915825414,0.7178984453430709,0.5360250282005713,0.5585130954455206,0.8764833131689297,0.24297669436205405,0.002848692278286083,0.5356863703953719,0.7714337896205449,0.07431013936110942,0.24551943824608569,0.8713336424508207,0.839127285458219,0.561609912181833,0.4136198268824399,0.16977092723231244,0.17221870656776564],[0.0020096071278806033,0.4890117110019096,0.4625670006121893,0.022517631441379853,0.7103581278762294,0.6724658929172925,0.4815104095499847,0.32514480986807465,0.049470717701405244,0.28925618453367224,0.933680177660238,0.00027594927881079476,0.08646361708723248,0.3906916214437532,0.003085983886479405,0.31354495598021076,0.00016820682745971466,0.5155849341164142,0.03802546562967845,0.6492991182887005,0.8943224310701321,0.05550683705187039,0.18053053589770626,0.0019181935775821704,0.06044284453252737,0.7434408921693186,0.024550406621208224,0.1955523582081696,0.20553025130193517,0.5349774900335499,0.000020062598080866298,0.12788695644640188,0.9221315192949606,0.0005392105900636078,0.7259456384501846,0.034470902303713885,0.25232226375044825,0.8248476042972019,0.04590852109867141,0.0006721388344867294,0.15323111344330112,0.6320639372476768,0.021468860653507033,0.22652962903176427,0.6136173877345448,0.6750986560051192,0.7131467579428615,0.4406144576638996,0.0852426428228236,0.47906073066680105],[0.7246583601256179,0.0003288172443964169,0.643852082022084,0.49155314627486335,0.7611185101709018,0.33383489333304855,0.8736215326303199,0.0002618770386804618,0.6623571671263927,0.6530781718842873,0.9473519931099523,0.07482828648960614,0.021930660350132143,0.16448298559161026,0.5202613377516693,0.803697852398586,0.019912801125472876,0.4865760201053355,0.694913651410481,0.41910298668877155,0.5953234151780631,0.6802095356468044,0.48308406248356195,0.36261694274194667,0.00011252292825787149,0.8801222638521585,0.511595367528688,0.8916048920038427,0.00003756087283510866,0.575460355324025,4.438772150892176e-7,0.6147845120040795,0.7629819486402218,0.3353181854663597,0.8013682605332664,0.6413200395564506,0.18518467234400596,0.8460354461176348,0.002708817165705377,0.3009415434892807,0.5751417017556593,0.8306871568772893,0.15390639333528003,0.03090146512340525,0.8048555411188586,0.45072167175040684,0.012561078528076383,0.0005111859324970139,0.0000758484235948395,0.1793711773047239],[0.0011850201490335173,0.7265442703562756,0.000413577432836659,0.00004779784667644897,0.03591968317570501,0.680794523491859,0.15410490903677124,0.2173379167654667,0.02474596629620377,0.0006716117150892156,0.23630265994445196,0.20846290879114843,4.306100326330798e-7,0.3559654184186551,0.19434741661052876,4.972107423306037e-8,0.5577114482882144,0.22205214250901859,0.3805049512165563,0.00010324857825703313,0.9720430376533294,0.558809091659668,0.7575830638657093,0.6107734622040654,2.342281951132728e-7,0.29599140404328167,0.0033633429053618606,0.3161765365664745,0.00004286892372505716,0.9002418191729381,0.8986537878804661,0.00014835888603513056,0.5321656924185142,0.3995169370354014,0.8008749246638642,0.05240196184706035,0.47697060884632586,0.00533861268983864,0.4252890380997771,0.0015541922259130231,0.8264072658055216,0.7808917412976095,0.01183648937031086,0.1326867929803942,0.0011599024852817898,0.00048556573709170227,0.2842241320215514,0.00003029577386763598,0.5873818057936044,0.9674582594874961],[0.0024573939619078806,0.7430826466430847,0.338666074567877,0.0008821890174877329,0.0026671210690405356,0.8502178302988948,0.13709033516100166,0.42370776596303733,0.8504278208725737,0.009014481006535967,0.8945022870293258,0.8021582016545017,0.00011546309437041547,0.13837074830835056,0.46087876282960777,4.62486286728775e-7,0.8519256631594797,0.20728399686955407,0.16766981078661405,0.29482216879463774,0.10049426054313843,0.7455296450141823,0.22002716790183344,0.559739778607852,0.000010004021089551108,0.7754696881285378,0.00557692797464691,0.21053278404720585,0.001271548787571395,0.6245625032592051,0.11272210260340962,0.0016254155969275428,0.5992590117113504,0.16925830724848093,0.6637287445863594,0.0002507099226008901,0.4302901577679459,0.313998441445576,0.8664866384983904,0.11154607843524603,0.7658451846468237,0.8194501485729045,0.014010752322605418,0.508660051331791,0.905764396575384,0.3149562285427503,0.6518688310120582,0.02119339771674435,0.4693875353763862,0.4993902906281964]],[[0.000007417336376942165,8.275744767222013e-8,0.000011120015514674152,0.000011431902837245216,0.00003154677844654452,0.000014649378965020218,0.000007955813732248489,0.000009991140828236093,0.9999927763468337,0.000001553703622899557,0.0001059216344572069,0.00015579768692942694,0.000049304038936996254,1.4502194539935713e-7,3.1917539091757225e-7,0.0000026395373781654384,0.000010453168380797247,8.757138236063159e-8,0.00000661777960101257,0.00000501693053517191,0.000006319208800901963,6.302583936100774e-8,0.00006074778202089617,0.000002146055259919975,0.000005173928108399004,0.000023642187363545877,0.0000356952071015461,0.000006320579456579735,0.0000032841768858693596,0.000008777989502340602,0.00007894368573446336,4.3302078742650183e-7],[0.00016054503544282852,0.0006282319001356165,0.00299449079858541,0.0000952457110455451,0.00003105593958437272,0.000027367564501380106,0.0009247816826347788,0.00035127354043714586,0.9982393692813339,0.0006288210710327158,0.00019510018792207073,0.00013536400996407938,0.000023591729349282793,0.8132554004135152,0.001158302327213498,0.00006201008378368184,0.00011051296049225424,0.0025847279789618254,0.0001265946423600072,0.0004580807866831919,0.00001034164349476481,0.0002624867628520604,0.0000633289150113975,0.00014516472348586796,0.00023120955458713835,0.00003751043358988879,0.0001231817741714268,0.00021877379157502435,0.00090494128172948,0.00022289263861720443,0.0002324303957896268,0.0008949757436590782],[0.00013175606197815966,0.0011222482323725047,0.0018344699912606014,0.00003931660080014779,0.00005479392077268822,0.00003818150923778036,0.00018757105904574885,0.0006041031817959519,0.9987097233917983,0.0005716172540108658,0.00003840176070400493,0.00005264755104738699,0.00006404222942077474,0.7991824836970136,0.00047216025201950575,0.0011167784066964212,0.00012747596871509308,0.004041364823282143,0.0001912384169809258,0.00046463857227020737,0.000024150430625078006,0.000346882108974367,0.000053974775906109506,0.00032653246848348837,0.0008144725294359625,0.000029521086243588847,0.0001395901060669299,0.00013848165444612533,0.000820560810199772,0.00014274420695952736,0.00007361147391022115,0.003386880896984152],[0.00005728479921941988,0.00022272640540101663,0.000845761244557806,0.00006981239821217561,0.0000615053795468465,0.000011133274341426419,0.0001572437715598457,0.00037964169811408185,0.9988074032997422,0.00018043519799712534,0.000004822215617195267,0.00004182022063487915,0.000006571770724648174,0.8026071111760529,0.0003318958360782541,0.0003587329902725185,0.00009704678960790875,0.0057963053772087545,0.000036815950123173476,0.0006020368547852115,0.000008840944879528047,0.00022206229829662156,0.00017420586387540863,0.000028657264900018513,0.00029308852871014635,0.000011975254745888148,0.00014076599859083217,0.00006766882332930574,0.0009824264163004338,0.00007344936519049641,0.00001403909057748601,0.003250398305310881],[0.000010803971958020599,6.04822142457687e-10,0.000027022596194302365,0.00001785687976549684,0.0001699244285349281,0.00003884966894262276,0.00004324891398491594,1.7505819813680676e-7,0.9999993459372339,7.401254927856294e-7,0.00076282658345457,0.000644566685860407,0.8561846147351264,3.304159301488066e-8,1.1624558753354198e-8,2.629019672253377e-7,0.00012054311942886228,2.4308017077979183e-7,0.000005883575720632476,8.205312599472968e-7,0.000010583723874046508,3.586116212619898e-10,0.00006866626393313572,0.0000016569923193118157,0.000007784303537106335,0.00012248252033948502,0.0003051255730447813,0.000002950626731131508,0.00002974660844833787,0.00016013801644501393,0.00008762652720842082,0.000002685208308986681],[0.00000828396456793099,2.993424597882126e-8,0.000009573536423956295,0.000026033314778567113,0.0000691338258132601,0.000011929652888165401,0.00001179561055550311,0.000024858950716387948,0.9999703308206569,0.0000028337988867296535,0.00010835080714189322,0.00004721017748585256,0.8665921603974513,7.920737615855337e-7,1.8308131456306798e-7,0.000005598735267873868,0.000027618178227205454,0.0000010728585434992463,0.0000020366397496138895,6.068843796446796e-7,0.0000016788439042277669,2.048812268561326e-8,0.000023662583017177885,0.000012713019558588647,0.000004755076284413578,0.0003082779567017005,0.00008146672581468487,0.000004776021978977125,0.000005390454606000385,0.000016308390937163423,0.00019655630155200105,0.00018140962997227996],[0.00001563352685017437,6.485925469539069e-7,0.000003179805877546043,0.00001041310874491275,0.000035807399185317625,0.000019222354558388603,0.000040539836540455104,0.000002841715183043559,0.9998896294066154,0.000001420230648075324,0.00023359025706861994,0.00015309976733408963,0.8590146125473808,6.72521992871364e-7,3.341745657856573e-8,0.0000011376096485164576,0.00002600986365706523,2.9453481835186605e-7,0.0000036786098196059296,0.0000020362190858464423,9.213083982956691e-7,9.091581713551e-9,0.000030389457614477626,0.000006964253382328287,0.0000015748024342267497,0.0008379984359831189,0.00002520160543818226,0.000008750103402285709,0.000003871170100506513,0.0000029805191253019837,0.00027594043365326707,0.00002481810821214711],[0.00015983724768186704,0.00006969625894002515,0.00047319557558341485,0.00006520482755586614,0.0001578413115649756,0.00016888133671022335,0.0008241495364748262,0.0000129381957336829,0.9999155514180569,0.000009233942117898068,0.0000075285514839350275,0.0005604473101244409,0.8551905558061899,0.000008292828226078955,0.0012843710613915707,0.00012119334775307994,0.0001901464799490926,0.000002116416429850825,0.0001800845821354129,0.000006155635521863972,0.00009414941224877037,3.111428021495707e-7,0.00034589227359791303,0.00007994549243855354,0.000003119087405869667,0.0011878635922481049,0.00016067086729537527,0.00008740620255135333,0.00004392412610363926,0.000025607844140916788,0.000119954978499149,0.0005626287155710526],[0.00014062923404582002,0.003537955134323126,0.0014247486247220339,0.00034491947832741924,0.00022362559702640477,0.00019931640933571273,0.0002734154967272442,0.0005409911336002796,0.9969364865628524,0.0011911140975141743,0.00001191019440492368,0.0004295185529081164,0.0005997184735455868,0.00023724841207991095,0.7696229009715673,0.00006884330627963436,0.0004342010498453977,0.001197393826598806,0.000049065750173317256,0.0006682111522857539,0.0009443730823315051,0.0014450655446689397,0.00021543242717392746,0.00027225729354610727,0.0004533405057288346,0.0002984959261117784,0.00041401002883289405,0.00016933581762876957,0.0008519024190039002,0.00008780989129308334,0.00028866210005222293,0.00021308250887153637],[0.00022709234481647483,0.002743195933061945,0.0017572108719902928,0.00005783125465806524,0.00008337318623325166,0.0002339085925824753,0.0007120753389766185,0.00047650292158970517,0.9958788231151968,0.0008882080419865466,0.000004890072919847091,0.00005553296937196425,0.0012011479376996545,0.00021388211218574324,0.7835531232133105,0.00014297777998667705,0.00023134390969885735,0.00147031657794351,0.000025775656029149593,0.00017361949237157452,0.0002881443033707596,0.0016291720041104927,0.0013314097888070273,0.00004056409323669575,0.0002560987812540644,0.00026192995351799833,0.0006523630826676983,0.000025254036680454517,0.0006443399750755968,0.00025957818887758306,0.0008299568210027325,0.0006159918646409548],[0.0003392109311835137,0.0008682307498379675,0.7895957279475508,0.000006739241445048452,0.00012200098165698809,0.0005393624658942806,0.00005554574397825432,0.00005384509992038049,0.9987408900696152,0.000759728881873502,0.0000042810665645040615,0.000009947382533931643,0.0001306912799573128,0.0004983716080722836,0.0030991995366143046,0.00006365693865435767,0.00015431824317723334,0.0008159200544830401,0.00047933752030919556,0.00006238685113433098,0.00010905358516528758,0.0005621877337348353,0.000027133383244561374,0.0000351978556934967,0.00002137810784773497,0.00012455831548982007,0.00007494410757608973,0.0000252428505139193,0.00012980025346943184,0.000014570448276964364,0.00009138441207130742,0.0004955495321734693],[0.00102529739773698,0.00013393663335108257,0.808240573231396,0.00013118783469922267,0.00003541180537434494,0.00002786513441887373,0.0003293100856864985,0.000057771556751874936,0.9928026546879432,0.0009584078001230005,0.000029949203014245504,0.00010451359635298606,0.00011892474963241996,0.0025760276915354065,0.0008508788681468837,0.00000885338832175315,0.00047751747294055445,0.001311767791086852,0.0001762191620981945,0.00019292428144341705,0.000042325104873267546,0.0006096147227688935,0.00009281686978787339,0.000018175206269650985,0.000016334844950044102,0.000014428400055717337,0.00010911174966380071,0.000019925646437726034,0.000401366475008107,0.00021158012671484871,0.0009124643493138856,0.0015002277274968243],[0.001307527404941007,0.0001418820482193628,0.8187064133190262,0.0000680350939290288,0.00002348603429430426,0.00012118921454415316,0.00007759524662829883,0.00035082812188677435,0.9985683938455697,0.00019235593829281387,0.000011620015412740002,0.00013843558094419673,0.00006899616179728559,0.0023091413357150623,0.00024196951623491327,0.000034796418268629845,0.0002618652263951542,0.0010002773423329397,0.00020609499572865367,0.0006889278475259121,0.00002630934318212013,0.00019613319071708348,0.00018112433681547214,0.000013341425622261061,0.00001886272737003797,0.000041992355776838505,0.00013277002996847458,0.00004749149135293579,0.0007105007487038365,0.00007703343099609262,0.00005200554443715672,0.0013397941888647965],[0.0009485969278939626,0.0002396319413513044,0.00024268067483258575,0.000003497854242154607,0.00007399686528647233,0.0014408793863537697,0.00017853548507280778,0.00031338624472546317,0.9959744068010199,0.8029054304724249,0.0014272409129354124,0.0000503291717334047,0.00002624162549945885,0.00003199856506865439,0.00013963679943699935,0.000022514627601023514,0.000071340862366056,0.000009565267183634718,0.00003222647379729874,0.0000675123862476496,0.000025313918422282852,0.0001711885410131262,0.0000032592873452272365,0.00003566976547602345,0.00023753210265930056,0.00017498774004644297,0.0008667172763439804,0.0001854136215791424,0.00028285766730368824,0.00029069631091401427,0.00003691454151019758,0.000028245692623824286],[0.00028810783652861494,0.0002330132036925229,0.0016992771358034693,0.000001800323423848373,0.00004604002833825351,0.0025225112668572293,0.00012256053199306342,0.00010469848384367452,0.9961297277510083,0.8072289585805148,0.00006040498121674003,0.00007403510523984813,0.00016701402667455972,0.000050241262507959755,0.0001187331639676861,0.00006291901876251258,0.00006178578235188283,0.00000324635974732607,0.00006871398024029897,0.0000780907898911297,0.0000162848146704268,0.0003156903034671788,0.00001283314856963851,0.00007252538874829507,0.000053884138037241727,0.0001998024087058514,0.0002928138460998295,0.00008122942492155313,0.0003967749687945518,0.00020348707380937956,0.000045271997160833276,0.00007201773931371229],[0.0000039222999978512575,0.0000012225260408423382,0.0001858119387631378,0.000005250639079930945,0.000020578679231687654,0.00005083500692073899,0.000031588884656415855,0.0000010229924755717438,0.9999965453541887,2.6420216041666556e-7,0.9018691536903108,0.00022371746201038615,0.00019601304189707414,0.000035259478481317646,1.155561225217083e-7,0.0000031312011265859925,0.0005194584914237982,0.0000011076191187856587,0.000055212338805369474,0.00011142500526350105,0.00006878723562680991,5.864905848210803e-7,0.00008067980920442008,0.0000070576074153121125,0.0000038802960745974774,0.000007329497171676049,0.000010234593134747707,0.00002821566459798375,0.00027518203740956607,0.000206373381573993,0.00017853872486526677,0.00006186825793040147],[0.00006670607870167355,0.0006599877552364332,0.00000287541177415248,0.000005051566534765809,0.000005007547450872297,0.0013116438328809332,0.00008363923749940314,0.000005802473160056924,0.9999592952210737,0.0006203414909870889,0.9048008709136597,0.0007797800420318918,0.00009780827012064056,4.26682927146218e-8,0.000002908620023718466,0.0003595456540312397,0.00008109801351438903,7.9253772332726e-7,0.000011489741900002496,0.00008621922197359282,0.0006310051952257016,0.0000029648981980624634,0.0005075962115929041,0.00009740230397994857,0.000772428353734511,0.00005234670430014642,0.00003686486884851054,0.00028855950861051663,0.000011891144493551947,0.00005897876891688353,0.00017530117427986427,0.0000022932360498051964],[2.935513598730964e-7,1.9572601349601533e-9,0.0000026291175123800793,0.000004313457739938617,2.6886494323178413e-7,0.00000213021928622751,9.045083439937567e-7,4.5694251764857824e-8,0.9999998572026629,7.77685813420909e-9,0.8646631609120471,0.00005972052295283895,0.0000750062937910173,1.8617505673115021e-7,1.168418618994659e-8,1.4312075264614384e-7,0.000008823617739580556,3.961111809309933e-9,6.563509616078956e-8,3.102090160755033e-7,4.966618554168788e-8,1.8195109745275184e-10,0.00009280421158636784,1.7894895100744365e-7,5.238464104769193e-7,0.00004869322037722465,1.4949376413636168e-7,0.000002637574601504581,3.3336238053551744e-7,0.0000033107074805117912,0.00005235138972307447,6.083818638003568e-8],[7.435397857209229e-7,0.0000057583508841594894,8.709534565523429e-7,0.00003523931689115455,0.00008290431668412848,0.00006755816277077076,0.000017875391073664094,0.000011185901663664306,0.9999764676096682,0.000004778824635479291,0.8569332407507412,0.0000568931407451216,0.00013699358308414818,0.000003972536019788092,5.47413283572139e-8,0.000006035919334848061,0.000003877889407332275,1.0592750349062113e-7,1.7265807865153044e-7,2.1362165171661556e-7,0.0000061438618420818226,2.3082799051938354e-8,0.000009775653719067592,6.79508277935479e-7,0.000007715627807386452,0.00002030975186380977,0.000016382686930153334,0.000146187832004819,0.000024381400562674263,0.000910403569761036,0.00017520980296897748,4.6036679709280216e-7],[0.0000595647065093053,0.000041451027651293534,0.000005596390679217906,0.000003900208112254862,0.000008123990048124094,0.001494371592322949,0.00007370206546320083,0.000008059582787065578,0.999959429978399,0.0016066972397727043,0.8688733791819828,0.00039967196815721796,0.00018400777449008331,1.76257583890853e-8,0.000003638107361253317,0.00016923281019695034,0.00031487492776890633,5.763361599708872e-7,0.0000048254794655783,0.000004287502326770603,0.00019433700063514986,0.000002924625330640434,0.0006051786131517817,0.000036104529679058764,0.00006010522137238139,0.000047837563014120544,0.00001282311395567832,0.00011095298176436732,0.00000546334082840025,0.00008998321154000395,0.00023868857995112283,0.0000011762244666615284],[0.000010321507597939175,0.0006028325393816273,0.000003900198232346067,0.0000025468395725177047,0.000005934027888960859,0.0027854487633763594,0.0007793046524251139,0.0000032126084210217204,0.9999888145219624,0.0005184956715752388,0.8271835384263225,0.0003518344307985628,0.00015866759323319814,2.0477532424170807e-7,5.083548711339191e-7,0.00031181113497653966,0.00016769353282323693,0.0000013199569228886666,0.000017000084546531644,0.00002884991085103555,0.001054339601881489,0.000003844097318967305,0.0006272696819595137,0.000033512347348012834,0.00030221990232726553,0.000008973632056699065,0.00004034605443340648,0.00009204987099614398,0.00002969312582940983,0.00029571125624372946,0.00003890380632927569,0.000007602356566000847],[7.605974057169948e-8,2.5051891980781867e-9,0.000006803128459944833,0.00003066899810756307,0.0000011064299458133585,0.000006999311831646756,0.0000885929312085874,3.9112796953174884e-7,0.9999998753066615,1.3747579251947535e-7,0.9173501946930617,0.0005728252694603865,0.00037809082001578193,0.000003792765266850953,6.681695948684206e-9,0.000010428043008136067,0.000008894212133597253,7.728447496630333e-9,5.320516263678369e-7,2.715558028396255e-7,4.3404635599308134e-7,2.780795908007255e-9,0.0003266862325123204,0.0000013738173137273786,0.000006517131840999086,0.0000817311015625757,3.183471013753725e-7,0.0000106387795494361,0.000005567114223182807,0.000046870986943428835,0.00022541537353500896,0.000001941603116162676],[0.00005316778064424629,0.0003594433051750619,0.00004177995305358351,9.296788096311131e-7,0.00026387551275966107,0.8100220561168976,0.00003620752049268376,0.00002671741735072425,0.9999125468753889,0.0006951975517642175,0.0033166041379454714,0.00010272238846564557,0.0002694005059055255,1.7392757214666552e-8,0.00000448512415599573,0.002250713411764696,0.00021026808427953276,0.000008216887709399565,0.00005652336542794115,0.00001698800785011004,0.0003566734990246866,0.0000014805662308291874,0.0002271689370367004,0.00008103839611190915,0.00007278828340046203,0.000135992236623801,0.00014235722692310253,0.000050392845789939463,0.000009675982651232604,0.000058202769070267475,0.00007553258279166975,0.000001396004935181042],[0.000006761790457122731,0.000009011837497929267,0.000013134394517543512,1.5073739187254184e-7,0.000020963555745126658,0.8268550807742511,0.00006197153333337377,0.000007910565702116145,0.9999840797470488,0.0028206845886907784,0.0004672398602557239,0.00003435892588960394,0.0000989711401480827,2.8755190828388385e-8,2.085947602049652e-8,0.000001956967049198537,0.0000378633327253596,4.140639091327493e-7,0.00001634590622339236,0.0000017602400666657045,0.0000015550155691513838,1.9900746082666488e-7,0.000004585841559714608,0.000053472041519369315,0.000003861071216314275,0.000023994090564495527,0.0003419926685926255,0.000030673261943032724,0.000003968676466159205,0.00044455713068051577,0.00001175406616582435,3.0956744706493285e-7],[0.00014424362412863905,0.000002946273131716736,0.000021975298693995867,0.0000027760335553557767,0.0006298239738114058,0.849303569100122,0.0000416783347067592,0.000040895819108698926,0.9999977166588172,0.000007343906593683656,0.0006275206431896846,0.000019324565046850008,0.00020642572277072482,2.2798900583307626e-7,9.91149854905861e-9,0.000014911779100056342,0.00007280856778762472,2.3273982730376959e-7,0.000021366373132362693,0.00003358897635472671,0.00001351831042577252,9.983058932361084e-9,0.00004654981150674341,0.0000023477875873496685,0.00006741221739704582,0.0009265182986520285,0.00007686396036615964,0.00015613233288331392,0.000002509830000779404,0.00015403527365027885,0.0000401894380994867,0.000001610613120567016],[0.001284918852738649,0.8050763863078422,0.0003907392822667305,0.000443085702801252,0.0001553613481671825,0.00021323147152256202,0.00010422843997570969,0.00008376718071434243,0.9932066350946996,0.0005478321389775297,0.00008163693480238759,0.000025296054500632827,0.00021880070760749615,0.00007441261185791034,0.002201535816729323,0.00011707638897296332,0.0001378145113615806,0.00002405186523960894,0.000060570394735894665,0.0012801709448385095,0.00041666779877416347,0.0002610292914070771,0.00001527718076711672,0.00003399575994529746,0.00005988925020470447,0.00004814504796507195,0.00006290629919304586,0.00014506119866737358,0.0010000413941624157,0.000040671848347247225,0.00009315215197585859,0.00009878066620948896],[0.002066570955133578,0.8093236774007289,0.0007780877500000509,0.00008505828407222288,0.00024256332804080053,0.0004158792922430942,0.00026105974163874186,0.0002635723229015724,0.9978952384053361,0.0008781808101675603,0.000019673803381718955,0.00001614583313368686,0.00014247959986087431,0.00045936472711147165,0.004614867519343197,0.0006747866492966812,0.0001645292255665886,0.00004471229576451828,0.00021941124617872745,0.0005952736887108911,0.0006218684006990163,0.00016475623686139186,0.00005192526858204773,0.00009385674840445786,0.00006904199843814296,0.00015573824751152055,0.000060666468762189965,0.00042911443088572204,0.0006958499119475817,0.000060658284421019025,0.0001343618408909484,0.0002368338341481592],[0.00018556707005667022,0.8144757446960232,0.000053711558935848784,0.000004329453319085797,0.000028014179514105993,0.00020360877515211638,0.00005806901547151009,0.0001444213035052013,0.9990750732429134,0.0000501593511527575,0.00007317654589011496,0.000026049281883885412,0.000049573771012763496,0.0000699564571461968,0.0009438036245680163,0.0012417773416798985,0.00010026813158492443,0.00003942970209236321,0.00024006307556722077,0.00014994189339297712,0.0010258149183310574,0.0004441462772228215,0.00003116547591694825,0.00012547389928597123,0.0006072959354599478,0.000027549531369005146,0.000024585354928115733,0.00019531755382151727,0.00012836316171008891,0.000047804168875772516,0.0001696897367377178,0.000035250109626239194],[0.000020820210730276098,0.0001932855896781246,0.0021086021310837,0.00032028493704653964,0.000043856087939948734,0.0000024198321538038675,0.0006115087212347581,0.0007933795153397242,0.9968964267965444,0.00038613829183568556,0.0000027903963077108388,0.000013172275966544142,0.0003738082253649342,0.0007419682313728504,0.00045483255959197417,0.00013487052706686068,0.000054381070256026,0.0023085618386557306,0.00002549289311751961,0.00006263356708091446,0.000018518289427529013,0.00031880607978501294,0.00007160112669290975,0.00020462741991420343,0.00015197398792358361,0.00010070049035195099,0.00030017012435513306,0.000016770167610372484,0.001095663005522214,0.0005958618142241773,0.00003336845391944985,0.7771230939853447],[0.00008549479316127862,0.000039863776062917394,0.0007688595318814378,0.0001020247061146794,0.00010441979571316953,0.000007858173656377726,0.0016043617260010276,0.0002898975520454116,0.9988611227341968,0.0001618884072272397,0.000021724822955474536,0.0000767931156865531,0.000101371422501399,0.002322317426602821,0.0003378570606340139,0.00009605480846016817,0.0002358616764524272,0.002424232227505581,0.0001781427849963328,0.00017529537020165607,0.00003541442921206663,0.00032943778286620933,0.0002440405745648604,0.0002957242544884539,0.000055452008178374926,0.00004245216616806284,0.00009607547047767505,0.000025933324909245864,0.0003700630801254107,0.00032792812615989244,0.0001369993716201029,0.7809945142335661],[0.000025175403929516366,0.00004091002930685173,0.001262959534374695,0.00006853822273409384,0.0001626035767541027,0.00006180822756392779,0.0003263881496715674,0.00042202976184063857,0.9964665704781261,0.0000684840323604054,0.0000022698885761150183,0.000006762316787284148,0.0001950844041813557,0.0037599603483051093,0.0009164608531426916,0.0004115351617780024,0.00035984575765687796,0.7665061878943082,0.0002595705141268396,0.00047259663701532394,0.00001759199982289399,0.0002453966337814513,0.0002486862226346452,0.0010993966565967335,0.0003723947734093444,0.00008248845639634562,0.00024337459793474456,0.00001559998725253942,0.001251718066664886,0.0002438955353756042,0.000014679600791980745,0.004505402054641891],[0.00002642867168379324,0.00010007460508287555,0.001372788679997685,0.00011721183982276756,0.0002858176218462201,0.00010070320474142833,0.0003434401777622255,0.0009939133673994955,0.9978047500145655,0.00007419943458747172,0.000009270788930872753,0.000006552894170607194,0.00011840444084607304,0.003957807966375055,0.001178508790907841,0.00044903476497283785,0.0002142951860710249,0.7718129217899047,0.00016517456317398377,0.0001576679341947183,0.00002684187957090096,0.0010528755615311757,0.0004866428703249876,0.0014095182308149744,0.0007973940114629137,0.00006351647659129766,0.00007492163621424274,0.00007143287457160675,0.0011158903817331894,0.0008329303962503235,0.00004095569551028245,0.0030753322392932506],[1.611356056374677e-7,6.359331338026988e-7,0.000005986233310457298,0.000013066929865142594,0.0005383778508051929,0.000025869519853082774,0.00006023159440961833,0.00002335027445835118,0.9999484008618743,0.00008865727746893849,0.00032167549299612634,0.00013633316738021286,0.0000990798367593943,0.0000019067677114808898,8.956164911476332e-8,0.00012775918128084214,0.000054942202628697347,0.0000010055326855017826,0.000010160612570989577,0.0000010860482790588622,0.000080140827649913,1.6768418608093738e-7,0.00000525090004965732,0.0005198666367017912,0.00000765619462285657,0.0007970185019356532,0.00016090858259180658,0.00010258591383975621,0.00010892376028038047,0.8442138807180336,0.00008507700539962953,0.000019454345681235397],[9.78483141977e-7,0.000009690982487278905,0.000016070790158475112,0.00004635294111885749,0.0002700824013644696,0.00016183005749312093,0.00006988008861946874,0.00007668123422034145,0.9999781788115627,0.000014469013389052548,0.00035937929803556287,0.00024920607411585687,0.000016609422434865283,0.00000391293719982496,5.395112725613483e-7,0.00002453352162188412,0.0002311001152158354,0.0000105512020655079,0.0001305016030771763,9.299199920386521e-7,0.00016224911762926294,0.0000010209486491529968,0.000012894372881637413,0.00006321722780973688,0.000005115935038250254,0.00042691431345779664,0.00006462199592768268,0.00029949673229075755,0.00008787298948127887,0.8761738163728282,0.00006096766228532769,0.00046092039849128524],[1.4439996127554573e-7,0.00000233675099208843,0.000031125662452519304,0.00018336930245913655,0.0007248591950609573,0.00033460198577828335,0.000009004427039535705,0.000008600645051116824,0.9999602320266271,0.000008350567659076823,0.0011369316680928721,0.00005623484432138959,0.00037832081035050525,0.000001632517362941209,8.991426963979693e-8,0.00005916837143905546,0.00009798882669131178,0.000008770564050908793,0.00003038053466942926,0.000009569794922784592,0.0000061168525197584605,1.0384583986875584e-7,0.00001996212615287828,0.000006779098850829146,0.000008796375192224015,0.00039527087264595965,0.000016583988561701997,0.00007832040556806124,0.000060447185030644546,0.8436304979129732,0.000016644215653885956,0.0000056849710143287105],[0.000002007791764543004,8.18819862095619e-8,0.000014062237404464846,0.00004526118748227711,0.000016358361429249144,0.00007184141661017833,0.000013147043210128939,0.0000043958440047594,0.9999968229662882,0.0000019404004078480646,0.00047029248456144384,0.8454202732178171,0.00044144782329552597,1.7123348259089213e-8,0.00000777885061223796,0.000009525198150222307,0.000054121083142346224,9.489753235312496e-9,0.0000018839031391757826,7.558503204254785e-8,0.000014116469549699776,6.4593199793945186e-9,0.00014224872279150952,0.00001184687620618697,0.000016978963588638076,0.00025284873779293353,0.0000013261566066428023,0.000012374161454849174,7.301803593242936e-7,0.000017412309180170163,0.0005639695075671729,0.000003986645948942782],[6.313828918207459e-7,1.3645551953423178e-8,0.00012379413676888475,0.00022411594443330588,0.00004437649065364429,0.000004332840065955149,0.00012839173091877654,0.000007278255352587448,0.9999902890355318,0.0000015813771268876218,0.0008918105178732526,0.8566175213069628,0.0004292011495749182,9.106282305145766e-7,2.849054466261176e-8,0.00002015956354803462,0.00023667522094904023,1.9984531698186788e-8,0.00002249411291475951,0.000001267540019593425,0.00007365986801882626,2.636204362435012e-8,0.00013456707231576068,0.000010997647827345555,0.000005923291142921796,0.00010001841985451807,0.000040472718765329415,0.000052815297614731404,0.000011553089846343858,0.00011352266606183038,0.000895710897561183,0.00006687652110744927],[0.000004286879195229453,7.822399567405575e-8,0.000024210938751894392,0.000265809745357119,0.00015320372906492278,0.000044232726674830036,0.00013229762147470308,0.0002533773385454062,0.999945895491299,0.00003305888529075994,0.00027210091857206764,0.8611453188958736,0.00015596538602559196,0.0000013397218460274935,3.6740467819288237e-7,0.000020586367712925473,0.000030452975445941762,8.773206834014128e-8,0.00007344215088442947,0.000011004823873716777,0.000011072330173882763,3.4455201423278664e-8,0.00007635994374523774,0.0001343441921029513,0.00001183297078667259,0.00016320028038567806,0.000044623799375746406,0.00012062148555155547,0.000005365893524921593,0.00037511763082966016,0.0007707348591423091,0.000021271464540313585],[0.000810978100838851,0.0003471048441003015,0.00013844520598760456,0.00008713226774690332,0.00024112071599163444,0.0001521492231053244,0.0002705888040973874,0.7759264306762907,0.9940924673562567,0.0008554613335292453,0.00000706562217407524,0.00042834374436005095,0.000012237175307840467,0.0006566265858800194,0.0001635089656173469,0.00012123822999846258,0.000012997222358956986,0.00033115837163933277,0.0003471987876726034,0.0010531384771630841,0.00005271297223814445,0.0010826679096949479,0.00047710833063114,0.0006400983632224106,0.0011373458340605738,0.0007041349511960702,0.0003936162430037349,0.000597237863487707,0.00019270031108788247,0.00013133856426908076,0.00018020182248329583,0.0006683927163400599],[0.7901859945520064,0.004243340504081344,0.002268834161420681,0.00010324120654056271,0.0017257516645143747,0.000707473423183788,0.00024069581831163744,0.0005304644733077726,0.9912034552202776,0.002458824491090991,0.000013587727913002835,0.000026885925499458542,0.0004478081076774376,0.00013667195781170557,0.0010863505174085754,0.000007995456636616422,0.00020425049207938733,0.00007156587193727193,0.00007395720010129855,0.00026008293609821773,0.0001792169858671217,0.0008057564208501163,0.000029564026227889147,0.0000424678161121155,0.0005519088601534505,0.00029409447373180786,0.00014216585818597422,0.00017318787977672583,0.0028324068346024293,0.00012879638376640419,0.000028479596730451584,0.00013235065998666603],[0.8067139222267616,0.0005667091766910816,0.0003463515627274125,0.00022777963955560975,0.0007998567755562103,0.0002178601969359223,0.00016311104001678838,0.0025337883489815367,0.9992190377662739,0.000660310171439443,0.000020960283573918107,0.0002246714530387514,0.00007881272743878887,0.00021795111587433964,0.00020884679751717738,0.00004009214203478906,0.00029938793893312697,0.00015229105310021157,0.0005243351797271047,0.00018295932217632382,0.00032401323733330774,0.0015922736505951495,0.00035216012342720776,0.000044507615801074717,0.0016440987322420564,0.00003867564841085725,0.00007497166668801321,0.0002802106152548462,0.0003742982063570927,0.0000111844046183879,0.000280583345689329,0.00034954435207072216],[0.000013784773817963173,0.0022120721427429367,0.00006118656773381915,0.00010241344228536387,8.953097903420845e-7,0.0002606355547497201,0.00002815626452824296,0.00025923931353174704,0.9995831511504003,0.00038784955993955404,0.0007195792954539102,0.00047999024351502863,0.00008065372779353928,0.00009835572746480533,0.00009570448187582603,0.000015834032217985842,0.00003934151910253097,0.000004397834164797332,0.0005832840967649088,0.00009920752036110622,0.0001258564025269472,0.00004938970434339311,0.000029224379239148545,0.000025831048163742184,0.00015998994535707886,0.0003949833388001899,0.000009645321505180712,0.0002522425025014146,0.0000449738066384735,0.00029162074754011485,0.8572599161719139,0.00005069823140132192],[0.000009384818148115298,1.0188557710146306e-7,0.000005197908870323433,0.000038267350669964195,0.000004804756358475908,0.00047581636922379656,0.0003555124991533305,0.00000462619952973195,0.9999805610912246,0.00001540067381608798,0.0006167287025046055,0.00024264779332428031,0.0007195968759038388,6.860699250842639e-8,1.5596284628175956e-7,0.0000011585960640372732,0.00001540345121507775,4.9451155514263034e-8,0.0001249620585256821,6.449886905073072e-7,0.00003448131560164503,1.7071939168458288e-7,0.000164215455950659,0.0000012143212086891795,0.00004593720464587885,0.00003585016770293415,0.00004332402317154046,0.0000453858288152187,9.917720896919347e-7,0.000019246245841453336,0.8703495020036579,0.000003443824286716914],[5.423954618312406e-7,2.3161961839416586e-9,0.000007790641073705322,0.00019057237515230044,0.00000467737221745166,0.00003851352903164286,0.00004139170576967917,0.000003101384586140106,0.9999990493869516,0.0000017363776108140608,0.00005098541009805703,0.0007460682650601003,0.0002897231125314973,9.84197486663266e-8,8.372098677744654e-8,0.000005499602852497816,0.00022929481061628848,4.336345445971024e-8,0.0003768370129296809,0.000002550465884977978,0.00020299613519032976,1.4736732613565552e-7,0.00012052373136236414,0.0000010415941879430614,0.000006024970903898734,0.00004600269576636934,0.000058448739217350336,0.00007868922355009789,2.71128909372048e-7,0.00002778596545088846,0.8711428425018025,0.00000297111767468288],[0.00044130778488110097,0.00010428381530774809,0.0001123707699253159,0.0001449809562778954,0.000004652920364791977,0.000010717378069168146,0.00015844396562799667,0.00006267494273225235,0.9991104000754865,0.0001309055401950604,0.0000706649648529933,0.0011778335370103284,0.0001201254904463803,0.00004485704746031687,0.0006125496770748996,0.000010032530853491307,0.00008712240693943713,0.00000951048563881092,0.00004462669120865404,0.00007977510109656148,0.00007288776595305112,0.00008221264541451848,0.00018173185232462437,0.00001532420182663806,0.0000943763268698576,0.0002580271790855267,0.000019109379675915083,0.00003091851395861156,0.00031533389859154796,0.000028123684185814417,0.8544126877735553,0.000048240959975834264],[0.0005204244842204849,0.00006861995453037542,0.000864082161615536,0.00004944795566062768,0.0003825249841633072,0.000029293021772391665,0.000034785529444250566,0.00009460067905696881,0.9987735963396688,0.00011494800213606931,0.000024413007784627233,0.000029682152242942602,0.00036488146039110285,0.0008425375380467486,0.0005958073921803652,0.000009685281483717128,0.000349315523152505,0.0005403285919130545,0.00001598476070581382,0.00001608459092079249,0.00005894989029572049,0.0002269621522199998,0.0008529511799842556,0.00005475652802601396,0.0009815888982366643,0.00009012072495425185,0.00004966344543421511,0.00009986910737128057,0.814478343265706,0.0002560009840792627,0.00009709757656386395,0.0007221572722107782],[0.0008107197771420621,0.0012312670441216348,0.0006593973968142771,0.00003889071987312534,0.0010916140009616625,0.00002655643338663731,0.00007788195417478539,0.0008731605238818822,0.9989047105867374,0.00034585488325173064,0.00010098022621274148,0.000029297826996574863,0.0007088721259270598,0.0016029578892299745,0.0007807962560229327,0.000017803205168320534,0.00010198472474148558,0.0003152323068394958,0.00020443961132157726,0.0002452850146060302,0.0000409750201216315,0.0004282987430032713,0.0005687779241176662,0.00004006838468354445,0.0005287531067043097,0.0006826587134305844,0.00008447078866950368,0.00017060514274339683,0.7999476458340355,0.0004688329045172896,0.00015931856241940126,0.0008239062742706771],[0.0015836021228223364,0.0003713972528267921,0.00011072203944255023,0.000014973642400788752,0.8265213042088392,0.00009688766103862082,0.00009615033908897605,0.00010659020319573232,0.9997039243611248,0.000005150595392616053,0.000005533650718772478,0.00023235664818283108,0.0002836215937535321,0.00001650606288583484,0.00006995881748067907,0.000021442986838599348,0.00014985687799309942,0.000056984093847505297,0.000038489682892897026,0.000011826268336114049,0.00047253837328794905,0.0000012021073350817481,0.000013310792858742755,0.0002982711564652475,0.00009795457054623114,0.000128424995899475,0.00013639829798426867,0.0007173759103735792,0.0002715579877337461,0.0010409359217396974,0.0000025870811213410424,0.0001183393688553434],[0.0006035792180315941,0.0000016782090123201126,0.00003218019646188435,0.000019384444371704563,0.8246771103118081,0.000582954629401317,0.0002466613358602486,0.000013617717616433758,0.9999701390058502,0.000021840746836074206,0.00007437586740451173,0.0003237907086030173,0.00015688561571761104,0.000002278935858514214,5.420663840227627e-8,0.00000960979469127015,0.00023066629182485698,0.00009808705058503846,0.000210298282164393,0.0002709979188278094,0.000056480096558320606,2.3419253520640374e-7,0.000011352257703178054,0.0014132231461628864,0.00005540755949945208,0.00003601169802481997,0.0005210262523646225,0.00013664000640946288,0.0000840082960584119,0.0009417774496637753,0.0000816174959545539,0.00009983379770118427],[0.00027225922837703187,0.000015526729432850283,0.000010242133232266683,0.000020887019317813193,0.000059476774950549306,0.0003119120521777786,0.8264478476797977,0.00004133977652794818,0.9999052885487832,0.0000193445426341769,0.00002757638789283045,0.0005156926952448888,0.001201382082808935,0.000007339400142690562,0.00024983273920369035,0.000008240016319481517,0.00007842914371872766,0.000003247393227873308,0.00002599323355783247,0.000008993438205584314,0.000682190873682386,9.321240407264362e-7,0.0000815842629933832,0.000042445173622279034,0.00007737442557494872,0.000004238554488453848,0.00006370534962130606,0.000030906302304841606,0.0000068551659785887235,0.000012330243688577686,0.0000763046096111257,0.0002204693350923206],[0.00001802637869426559,0.0000026978506071430373,0.00006797126382314217,0.00016107460101874753,0.00017055612022578645,0.00024289741107330393,0.8254824196558661,0.000021721366202721532,0.9999365309000328,0.000010243702026384648,0.0001838915530384266,0.000043205427155292085,0.00008163963017584657,0.000033724468728291116,0.0000011432194051298191,0.000013233558782416243,0.0008168467693363922,0.000050238018309113485,0.000021199006200992873,0.0030133866596523313,0.0001267931908949468,1.1916702057686634e-7,0.00003368717575851872,0.0000828854629412707,0.00003646393238652188,0.0000051858931878764815,0.0004625512725754462,0.000024848779458765974,0.000006935208337245973,0.00010336579299953443,0.00004509466311922181,0.00018328512795134255],[6.6182250464503e-8,4.205492782292865e-9,2.001978689872298e-7,6.785351460041856e-7,1.3008430015392975e-8,4.088133086041114e-8,6.482792629646718e-8,0.0000011912963217919506,0.999999990485876,4.528435502310418e-9,0.000004677469903856418,0.0000010519033715680094,7.478543730825023e-8,2.6087622345701513e-8,4.5429091428177795e-11,9.560794558179367e-7,2.1641688848684945e-8,6.744431753729467e-10,0.000001363474759179762,9.590325657085152e-9,0.0000010906274645030407,4.2961636704321056e-10,1.387638368209432e-7,3.896633276870677e-8,0.0000013265410091348723,0.000001432408225917635,1.3624891547066955e-8,6.24876825268497e-7,1.924364901187598e-7,4.3775766658747826e-7,3.429146420115463e-7,1.308828233236546e-7],[0.000026180605804360452,0.000003672460313108886,0.0000021900840420452904,0.000018193271763505752,0.00005298420553362251,0.000005285901858732504,0.000036448103102489885,3.679307138310167e-7,0.9999996071838049,6.518419031377888e-8,0.0000046579997335708866,0.0000015457827635626265,0.000002561435335129745,1.5214843436395445e-7,2.401758444265057e-8,3.584960196276002e-7,0.00039636651161628655,0.000005958777236820915,0.000037874444012092966,0.000010278881246025777,0.00010442049486526969,2.456509047966346e-7,0.000007858703085025912,0.000007231818075523629,0.000006509083823649369,0.000002820290440651226,0.000004549342450887148,0.0000026991197228346297,0.0000024985138278915523,0.000007782287421325243,0.0000014256938960536139,0.000007011117725279638],[0.000019903145682622055,0.000009431990457180078,9.559135806204804e-7,0.000019506507595452052,0.00030694380199491374,0.00006347937830641376,0.00006400971740933195,0.0000015106500823952512,0.9999983868108393,9.753300557529761e-8,0.000023482868581473506,0.000028146294710740063,0.000019913189172703392,2.3209680332426353e-7,6.27200463027311e-7,0.000002187586268086604,0.0014081331540036141,0.000018281606262267632,0.0000956433268821003,0.0001365658839180169,0.000011978682363324329,2.7541305299646905e-7,0.0001356426926562904,0.0008894763519698238,0.00001287859314659357,0.000007805230934412495,0.000006126146984473639,0.000011410696985008778,0.0000180411255342106,0.00003482507254509162,0.00004142255909794486,0.000026126646101361354],[0.00009388657861109525,0.00028786806380093306,0.000039714928137617705,0.0000019848895012823,0.000056393218646797764,0.00002510372040759804,0.0000903664071408249,0.0000014134161252553993,0.9999912388107112,0.0000010646227294907384,8.323154612699809e-7,0.00001802357830788795,0.00011683924423221647,2.564416365152476e-7,0.00003840176064686255,6.628942666718676e-7,0.0000047691914646068605,4.539749824173907e-7,0.0000032199217367690737,0.0000015231299827776698,0.00018245683401625667,2.1482891441014127e-7,0.000005896782734030624,0.000008019913956802937,0.000010063959799269352,0.00002845777379613714,0.000002556675048160983,0.000027550317695950214,0.00010248777128713714,0.000002595257528280567,0.0000030006633219297052,0.000004960524001181868],[2.3850701825756764e-8,2.9230568338692194e-9,1.1581452683353579e-8,1.0873786869719122e-7,2.048429969998878e-8,2.8495708588970902e-8,9.962967539541956e-8,9.554921818996853e-8,0.9999999971589049,1.7271189791668926e-9,0.000030246049094158692,5.622665081144858e-7,1.7525666998922075e-7,6.970177686677123e-8,9.526951471739205e-11,8.069933216429329e-8,8.54512445743788e-8,1.1228046466150137e-9,3.908081097329213e-7,2.9968301949225256e-8,4.647696074990025e-8,2.784453925183449e-9,1.8896584143985132e-7,2.779078145700557e-8,1.577894365190639e-7,4.0191775059451996e-7,4.4264330388602237e-8,0.00000871011778679639,2.0544215016600502e-7,2.3227068094917044e-7,1.701225072717464e-7,4.532484599869398e-7],[0.000022020637878312673,0.0000027193248953895786,0.0000017858112339538367,9.093161566457388e-7,0.000009889302052018178,0.000002384945682023583,0.000016704890075198426,7.117726741713593e-7,0.9999997424225613,9.123760002631001e-9,0.000013192667523258531,0.0000028386734288245643,0.0000030340018374677823,4.1900482572315365e-7,1.3487586055489064e-8,0.0000018809266232870753,0.00008369967012355699,9.566941919765295e-7,0.00000504428029351805,0.0002669949472860459,0.00007110724522691115,4.778599001548643e-8,0.0000046587971592710376,0.000037766005964567636,0.0000031509838972104203,4.600353420492419e-7,6.739139547922462e-7,0.00000523055478601752,0.0000017847500397537803,0.000008906887560689958,0.0000028579806195378986,0.000002127999781691571],[0.000017725400755009124,0.000009483114071195973,5.947311496169444e-7,0.0000026723620327816216,0.00009300366098412537,0.00004119021583336031,0.0005225415758153065,0.000001129686298577517,0.9999979608508712,0.0000012557685223796224,0.00003319751481235943,0.000010078252605915996,0.000053144569521949855,0.00000418337396959762,2.0697887983138047e-7,0.0000018877134966765561,0.00012958241952193322,0.000010608739517121611,0.000016974916551602688,0.00050606842814724,0.000007142265188668964,5.921321309342487e-7,0.000007434559127341887,0.000039081356274905046,0.000023015406090296846,0.0000021736933553239475,0.000017695819670785245,0.00003397892810257798,0.000014816495931409962,0.00001356088319491696,0.000003441185441900265,0.000018975285887328036],[0.00009162548729575751,0.00023150611193329196,0.0000354120144488365,0.000004765973223879935,0.00015097850950529553,0.000005198478805401731,0.0005003315202919148,0.0000014579348478892412,0.9999834497853773,0.000001489962743690227,0.00004869052741992558,0.000002836085384806226,0.00002307801906501745,0.000009672386174796307,0.00006975603670906149,0.000009394423202791562,0.000010768592855767916,7.247863262157107e-7,0.0000018228889296937616,0.0000075505573537632495,0.00048168053031024245,0.000001754778436668649,0.000018143939806060724,0.000001939958630188988,0.0000046561462882858766,0.000002045091995227159,0.000010380829515329924,0.00010872246373442786,0.000011931998510756666,0.0000033464899379326395,0.000018637931338984376,0.000004087297800767552],[0.000058486999686150045,0.00012449879242887524,0.0003203077794076662,0.0000285041766331299,0.0006087948896663226,0.0007372534166276857,0.00015996448598128618,0.000004242595490350198,0.9998689025687494,0.000011908615811756194,0.00006137337290573695,0.00008613416480483036,0.00019547190909933464,0.00000608825359354616,0.000006914950622445039,0.000029052341992481347,0.8182077521423519,0.00008276235305640581,0.0006967340320383421,0.0001619809659703439,0.001308957763198565,0.00001914836728442675,0.00017521272078062974,0.00033078204586368243,0.000008197396473330122,0.000020390056252017956,0.0006071711953497049,0.000029829119077454194,0.000028166702669130022,0.0005188154765435392,0.00005523613073527417,0.00004610175746036885],[0.00006141162070475925,0.0000016584244210609805,0.00010811615059095085,0.0001682313972910174,0.0002116987041852499,0.00035665588483900593,0.00029559466691268186,0.000005011105056694394,0.9998241320352832,0.000006324174132209877,0.000012625258000176094,0.00023735924427090217,0.00021210361620670114,0.0000026765689449984137,0.0000704268221500996,0.000004532514627603917,0.8339575122293886,0.00004576288884890416,0.00011644678644573399,0.0006084110574386206,0.00020091187270103138,0.000010413773404374562,0.0005124534403202334,0.0007584320459791777,0.00017224144536674357,0.000058749542624189264,0.00048227747485053317,0.000003930822197792717,0.00004847271999076671,0.000053925081541029486,0.00010618565647257082,0.00008914646803375494],[0.000002740665070745845,5.204747679040726e-7,0.0000015410115469845787,0.00000565899361197909,0.00001120436519485974,0.00008468909381977456,0.000013836582142816051,1.9114350194385807e-8,0.999996492442544,2.2043531953453766e-7,0.00006434848495934826,0.00007264859863604491,0.0005016149750160496,8.152921524934531e-8,2.055318230855211e-7,0.0000062436535775699664,0.849465291469914,1.5006503345220757e-7,0.000022925757867242895,0.0000022591576936485834,0.0001454263977372515,3.967400750635517e-8,0.00006753145702383534,0.00005763453248269725,0.000001547642547329684,0.0000238880302266261,0.000015682268013336777,0.000005210324989644364,0.000015876162812293363,0.0000573163602318297,0.000008666558349343866,0.000001459991483449735],[0.00002520436626503318,0.000007387161464117066,0.00038885394611181653,0.00052506957201691,0.000007447310951267708,0.000015886304201051064,0.0000017541410580802588,0.000020630289701979515,0.9998858386274978,8.768235307702777e-7,0.000001874531222278396,0.000010458376560034675,0.000017590733467840493,0.000024558041529167015,2.678036576605454e-8,0.00043157523299022733,0.00033159544056198095,0.0000031714913517174662,0.826039769257392,0.002359290099566832,0.000022434865861474644,0.0000013071065154998085,0.00002098337982339222,0.00007276771476211961,0.00002806930071614495,0.000056779567296504355,0.000004260099883371877,0.00000805935297910877,0.0000020967587296218324,0.0003816677525367399,0.0004483243083581566,0.000012199641581720232],[0.000007904003342804355,3.781739166978705e-7,0.00012326437176944167,0.0004401195997376207,0.0000022253943170585973,0.000010026388046926828,0.000007926415749737466,0.00007115759310076323,0.9999815215567996,0.000006794643730438385,0.000004932555715222399,0.00012339279050451447,0.00002015631669326484,0.000024686683072567805,4.7260341735246575e-8,0.00004187401108997727,0.00004680962395059814,0.0000010738457319098118,0.8371867769970114,0.0032682093579681337,0.00005780041429371635,2.2371435889454648e-7,0.000017332575634508358,0.00010082800431406818,0.000020462540234294337,0.00003250025761396834,0.00008560190581706206,0.00003101981328835009,0.0000016405826589767546,0.00003080718885998885,0.00038791232812747584,0.00007028012116275679],[0.00022637070885430727,0.0017778347722127714,0.00012780102257818678,0.0013360956593883074,0.00011730509460983439,0.0000793121964837565,0.0002591546562290068,0.00036173695896385736,0.9957066586738562,0.0010685693941080996,0.000014465157053706606,0.00009186082685355747,0.000020226235209000347,0.000937067403761017,0.0007685948610071303,0.0002561938742915979,0.00009886793148494319,0.0002982931175248747,0.0006165526544267454,0.8187377594826019,0.00009876080882000756,0.00039290953512204226,0.00005500782298400507,0.000021320154135874412,0.0005478037563097937,0.00014847085912947678,0.0005464778498358576,0.0001822241395767149,0.00032695469021416286,0.00011515788676847691,0.00010887313971679023,0.0008244541791279851],[0.00016474484309596908,0.00003593858635276942,0.000054431052524162375,0.002522551385210159,0.00011481391756231316,0.00029889892414216933,0.0022275996592639544,0.000023269920243645114,0.9998625194725528,0.000004066926490096189,0.000004369188628342549,0.00002177016289049199,0.00000968270141839437,0.000004693303810049436,0.0000013422948142673118,0.0001621908190076005,0.0015999335767318441,0.00006341444262125826,0.0011537240627921084,0.8057135545061239,0.00043580710400874733,7.32243173191384e-7,0.000021219068861007714,0.00010158814136989949,0.000018204490550714653,0.0001657575121717264,0.00024714810872094185,0.00001373472722515858,0.00001112865620584874,0.000031433393027372836,0.00006187738647190988,0.00002280962964136506],[0.000014550183550825085,0.0000030759610339194274,0.000014639916300788432,0.0017119601645807243,0.000008096991054362662,0.000006890878109685924,0.00004167064754182597,0.00003147129064542029,0.9999736783575881,0.0000013121248898236363,0.0001178556941060992,0.00012976325430159294,0.000007040149212467433,0.000008052947035807053,2.9067643558254097e-7,0.0002131213323830886,0.00015648190586478277,8.55579674828917e-7,0.0026391673915902715,0.8324628488370642,0.00016877216405569468,0.0000018303122547617228,0.000021850169587919888,0.00000410261955987692,0.000004471967998403955,0.00004375568734865367,0.00006633299793162301,0.00008784621029478935,0.000005622147869825727,0.00009182415675720647,0.00022598562251573747,0.000005352246282041971],[0.000008659313987924405,0.000007388375136920196,0.000005572974722229566,0.001083740370121826,0.000007238363476697338,0.00013339518101898034,0.000014142551354691454,0.00010546680397738931,0.9999694658949144,0.0000036724058723215234,0.0002787260667296214,0.000018828205740867173,0.0000068192595640543265,0.000011439924836034737,4.515158114103668e-8,0.00000897604508901642,0.000014049285596283041,3.086263387546579e-7,0.0016759133147006807,0.850527853416328,0.000023636513911007728,5.960458713767383e-7,0.000004807412150317861,0.0000105352139648621,0.000008159294281043955,0.0001235805728534709,0.00013298067997345308,0.000030222946985809427,0.000010503089758777506,0.000038219821489674836,0.00010179604024717382,0.000002047892973389709],[0.000030158552143754175,0.000001669225428637423,0.00009173102562805914,0.8364608342867526,0.00004405629503265349,0.000005757828191552457,0.000015676181353489372,0.000007599786422130732,0.9999180461799916,0.0000029990206758612514,0.00015283161655857376,0.0004557209599716493,0.00003607400547919674,0.0000018422630631666007,0.0000013801915629946297,0.00003410939470141201,0.0006877716284474122,5.240947403611527e-7,0.0002798877024219533,0.0035653771399245743,0.00000996225792526202,1.3923013573417766e-7,0.00003769685621337673,0.0000022160593210082073,0.000007904719122740345,0.00010363877492467032,0.00006965625299806417,0.000006661438754551995,0.0001345442536042655,0.0009539595950738216,0.0007030729548783627,0.0000084551993391602],[0.000014838808811602228,0.0000016295023319690153,0.000028456984478453555,0.8443054733264451,0.00001589545279816629,0.0000014123006713193433,0.000025693636483264215,0.000015260807790636173,0.9999946978513347,1.45644129341112e-7,0.00021464935064621974,0.00011245397563034226,0.00003722617457309277,0.00000242753140020571,7.964580015181348e-7,0.00011838203384552265,0.0003274256204542193,0.0000010308199861569857,0.0006352652344648414,0.002080390478372731,0.00009606824033142858,1.7791623058905273e-7,0.00007470096102129303,0.000003254869211923172,0.000007857607754949227,0.00005301181231961188,0.0000492741880252046,0.000010396357518769672,0.000010450737087779433,0.0001282090906502236,0.0004474997732107293,0.00004951222719392814],[0.000032728529079344615,0.0006003546150246938,0.000001953524057416589,0.000013219007263380781,0.00007258320902710607,0.00032219084469441725,0.00008217750676580092,0.000004341175533712051,0.9999813947360799,0.0000016461281779537344,0.0014605228435498614,0.0001088047543794974,0.000003205552485207383,2.646982114577388e-8,0.0000063395170522827265,0.0006496016702225564,0.0007797087728192877,9.813411703123069e-7,0.000017075986687839832,0.00011141090170774845,0.8119745349619658,6.584504145352342e-7,0.0000523287185051548,0.0000166130629182235,0.00028704048713829294,0.00008830243362823921,0.00003173336207497595,0.00008140675861708994,0.000003696781373563554,0.00008633538201521968,0.00005307337830926052,0.000005807158871075527],[0.00006921908633659684,0.0008854090400880013,0.000363087229521981,0.000012039901361421605,0.0007990319967404648,0.00005267457524338383,0.0006247507894788796,0.00007004965924057263,0.9999430675569615,0.0000014654330757448774,0.000031230868778761094,0.00010288325477946696,0.000038234194152012745,0.000004057212943482526,0.000748846845383582,0.00010965394195924623,0.0009548953614029156,0.00009851122895816511,0.000018825079156188677,0.000009251964683088213,0.8246017679385056,0.0001220084539433772,0.00017660648148085217,0.000028047020590933778,0.00023132671215035042,0.00006151249274712562,0.00037079053953197483,0.0008587818642091116,0.000013711822588880727,0.00016690549214547855,0.0006635529334321424,0.000012367887594735177],[0.0016365714462451245,0.0005487080542012129,0.0006889891052258879,0.0000494104944007642,0.000054721433241074445,0.000007585842609647174,0.00009157309027473158,0.0007911773613280517,0.9986155737736396,0.0008928431315194604,0.0000455788764854239,0.0001311180158203906,0.00002377088470343808,0.001639099903579526,0.0020283406120835067,0.00014970387909602343,0.0007434324309833547,0.00019729116311055741,0.0006154281862750419,0.00007878895409924624,0.001728473928106247,0.7768278099147176,0.0005422294713886345,0.00008884596325317966,0.00006320432071309965,0.000010037775879645358,0.0002940157828301227,0.0013181396595057016,0.00021757492170460316,0.000054145029481803986,0.000332075906760561,0.0008538256467310019],[0.0001819184162380175,2.383184751170113e-8,0.0004857542196333662,0.00002153083321023564,0.000030392820280827448,0.0000661955947192483,0.0000017523468038162615,0.00013142509648077626,0.9999835061750347,0.0000025289446150206513,0.0004682626559381617,0.00002768148573896931,0.00018665475871065858,6.212551641347579e-7,0.00004400064438287704,0.0002567739898898297,0.00025987352601512435,0.00005149023226762838,0.00041122262373335255,0.000011624057310950401,0.0000190856444613783,0.0019575972333606296,0.843431991055551,0.000010534683338276298,0.0000035873933079926347,0.000012340789059518414,0.00008631196784120279,0.00016709044790044595,0.00001038582632882249,0.000002014144520869406,0.00039495630846119383,0.000011995200815232679],[0.0000494236600982447,0.0000579357837363086,0.000011148799576787114,0.0003481142570983311,0.00013437076364830882,0.0004662770560286073,0.00006125429343471193,0.00014976121697173977,0.9999891769798933,3.2185754363291523e-7,0.0011313258671753741,0.0009592015565955477,0.0003135145406548771,0.000002400017622161951,0.00006905193081305833,0.0017804891263439183,0.0005918771456787306,0.00009086453486348333,0.0000222670380957378,0.000007061907002941914,0.0001892763818849628,0.000007356426213844591,0.8183990773938549,0.00016172549989032771,0.0006735110174048978,0.0007442311932321199,0.00023383135993611302,0.00005127977890242951,0.00047687496422891054,0.0001737466976699945,0.00015916609040064156,0.00000622173712123209],[0.00015517266873070007,0.00007882025750801725,0.00001260257932314576,0.00000446488724160645,0.0012440940139139308,0.00037518154389922675,0.0002642568853324257,0.000009747085919679818,0.9997980084069868,0.00005074190021275731,0.0001834400482228455,0.00021944323093630504,0.00031734239699012705,0.000016110130539036916,0.000013675669681047287,0.00002059678532420445,0.0015337908601234915,0.000639061768300038,0.0001570581770045073,0.0002302985832421389,0.0000637200438502168,0.000006870141519142028,0.000042097100507476894,0.8316681270918364,0.0009086648821614885,0.0001048656106404592,0.0000481825631129913,0.000040858062313741,0.00003814956692336106,0.00017322167772392807,0.00007057025882583572,0.000035280217893864275],[0.0000016921947802532957,2.791914395906017e-7,0.000004443389800056233,0.000007216175166281159,0.00010489132490704846,0.00023255835406365335,0.00009067498006327234,0.00007130754822406795,0.9999323060353669,0.0000023081287028819075,0.000026910904799298803,0.0006362079756351616,0.00003923692402665787,0.00006763890862708664,0.0000036375812202649767,0.0006001934835287459,0.00016429327226356104,0.00178369600509569,0.00010020205659054432,6.295402331099611e-7,9.725760928734749e-7,2.2247330149318572e-7,0.00004211774154780967,0.847656689238049,0.00030993611985884574,0.0009246125984216551,0.000011508445519915783,0.000014498221746943721,0.00004602539370239738,0.00016063464616594214,3.8826893814693966e-7,0.0004919190576438332],[0.0000492658888921297,0.0000019917183470395057,0.000009424073063203896,3.38021135869828e-7,0.000024477140795025876,0.00001644447099192548,1.2510338342404978e-7,0.000018163145637504564,0.9999800137543984,6.00473216381409e-7,0.000013666678073064707,0.000002834357327838889,0.000010038936296636947,0.000014444353193798335,5.3834281850185066e-8,0.00001698345203171599,0.00006870235182459308,3.6729153699106784e-7,0.000001502086898543837,2.1724263097332446e-7,0.000010020638434189594,2.3261794032623968e-7,0.000004423118377061408,0.000039551106206584225,0.0002098126145703169,0.8699925496364866,4.6934244423537994e-7,0.0000015443966070741692,0.000008982526470114025,0.0002991387930780319,0.00006746239793401081,7.900883501183972e-7],[0.000003334630188926256,0.000003370793818350405,0.000002613744070811698,0.00000983383030543575,0.000006243142643507023,0.0001717655885636088,0.000005088785341060957,0.000010038670237268298,0.9999325895918318,0.0000055096213505466915,0.00023304936951700387,0.000001501122968650259,0.00023079454683408606,0.00004999830595257099,0.000003735729876073545,0.00009853213332992903,0.000059215843119115296,1.385895737563004e-7,0.00000634241699351092,0.0000066910571351630685,0.0000018167035824489283,1.042389123517537e-7,0.000022548801162761378,0.000020085557675911714,0.000007060168692705212,0.8793177154557207,0.00001575744378775077,0.0000032954796554813278,0.000003597136484760999,0.00016637124251804643,0.00012769903787417965,0.0000014528730900538778],[0.000037597566919996475,1.3029610842756943e-7,0.000009674775456450633,0.00033101782015030874,0.00010350785916288687,0.0004174646685253337,0.00004785609849059356,0.0001557536990284666,0.9998943565119016,8.852270244956278e-7,0.0004715820886051558,0.00036383292235638736,0.0007921334917886994,3.918552111644779e-7,8.248178051886246e-7,0.00002157525619792229,0.00001004018145185714,7.924724489753565e-7,0.000018576479511144543,0.00003474643966654847,0.0000023838304162854833,4.5940671263044605e-9,0.0004073953541485197,0.00007058533169735482,0.00011364546296493406,0.8450837753974355,0.000008585583578745739,8.332638064862781e-7,0.000050772753645618874,0.0006500246811601912,0.00015734757430305204,0.00005652892833543608],[0.000009871064385976259,5.699122649347681e-7,0.00008138477732866323,0.00000788703400676374,0.00006606882863298478,0.0000020567329605851353,5.910369954830968e-7,0.000027814080463590213,0.999839588591636,0.0000016990022813367365,0.000016464511309537,0.00020994911440770365,0.0011286006601865103,0.000001843486595133917,7.63006357173946e-7,0.000003676629834675258,2.9677118013985935e-7,6.929089226903544e-7,0.0000025586347087700004,6.859650859177393e-7,2.9462729993908783e-7,7.115149755504411e-8,0.0000103864852154205,0.00009112404647571933,0.00001395056362110451,0.8814991289786762,0.000005741352116382645,0.00000579918652337502,0.00004137247646589185,0.00013519361928461508,0.00009569157853281668,0.000001340131467371536],[0.0009142062398861368,0.00020041001364742755,0.00004910176146661444,0.00021375110383956307,0.0001856977560191673,0.0002426074387340538,0.00003548260481603003,0.0003578892612095235,0.9995538072199008,0.00047304330738474155,0.00019631275953153695,0.00011930888565895125,0.00007347111116146336,0.00033352131383819787,0.0003531268175561813,0.0003641255856621318,0.00015651327945498842,0.00013850973282759273,0.00014939797944341201,0.00004583612331484612,0.00046565659004848246,0.00002132182020452972,0.00015474553101952436,0.0006881337056226289,0.8195172204578435,0.0010627587180043689,0.00000778728440269612,0.00015850315085019973,0.0008820949637638609,0.0004383645112759293,0.0003657581102008963,0.00004677515689349612],[0.0013468632900290785,0.000206182443319314,0.000003362546662459021,0.00001738894499272754,0.00014078578274027121,0.0008130095145663441,0.0001389424558908495,0.0015066959407733272,0.9998744392595835,0.00010074309824540912,0.00034946994013502586,0.0002666772085821764,0.000016247593372881475,0.00005479111962259398,0.000021770797064813142,0.0007868685399708869,0.00003519667196000754,0.00012834367024817993,0.00017264004965275782,0.00005190478670276702,0.0005353277526662322,0.000028199572392157773,0.00037644283091199345,0.0008556429871530441,0.8242601897501851,0.0004390259423623548,0.00001273560386492368,0.0005771506480743367,0.00017990367099479925,0.0000730438751087744,0.0004921380325581903,0.000021168331348679947],[0.0000030945219221790622,0.000010837561614054664,8.096821886987977e-7,0.00004875727978309551,0.0006242726643482207,0.00012760111764856133,0.00005516525400155949,0.00012243443964437317,0.9999766545333766,0.000057242210448105216,0.00008278922846482456,0.00006530403291374149,0.00004559777023456161,0.000025520878091291437,3.5813114916024215e-7,0.00014906937570328653,0.000023630961099624306,0.000001239445999228701,0.000006380759481734839,0.0000034716517117533083,0.0002487399413953241,4.3584513015334853e-7,0.00000642114120041316,0.0000025512349211192815,0.000007889848253044474,0.000026916436823495213,0.0012382219848297872,0.8875308009008979,0.0000013627841302627229,0.00007323921190608325,0.00017565233437312743,0.0000017533450682161016],[0.00008174507820594549,0.00007037407646316656,0.000004161984874680581,0.00002408942291521413,0.0004273880740894627,0.00039231467181605407,0.000026363344429407922,0.0003577807800197384,0.9999618744590577,0.00021382899109641292,0.000534859455733898,0.00010312867283034105,0.00002516296278466008,0.00002817758194463478,0.000005215594880034702,0.0007453762156537383,0.0000473471533729241,0.000009282448995366362,0.000013680103253979734,0.000012676442372039736,0.0004668985031093568,0.00045015899072652044,0.0010550784523666616,0.00002953751607985472,0.00024140410243498635,0.00003521732528003636,0.0005972623085705955,0.8289466229467222,0.00005245735238177553,0.0005846475825702243,0.0001278336003097154,0.000003166634216213653],[0.0000028686524654995656,7.488138433506554e-7,0.00000616514948863535,0.000003296638681729169,0.0005014928489338872,0.0008400881345306551,0.00004712132174630002,0.00004229837503845382,0.9999908047716577,0.000008566942785248229,0.0000560479829855525,0.000007728579761706182,0.00022705404449589088,5.717476162432769e-7,3.331294364071082e-8,0.000006707847098001265,0.00004271003385954121,3.9094869312864335e-7,0.0000036576227327641523,0.00026739150306990454,0.0004698358690544532,1.4813599199502751e-7,0.000010138659837170387,5.631929475708993e-7,4.6316587584306674e-8,0.000042179838568553643,0.8165129514612471,0.001010531796692718,7.185159326514995e-8,0.000004584015602624819,0.00002190446297980341,0.0000010035689384370357],[2.6188923691504663e-7,0.00007509339664618315,0.000004084310528818611,0.00023364081210050172,0.0000073208029602296645,0.00024427631860038477,0.00014963010194736338,0.000029684075434875075,0.9998932327564727,0.000012519483032282433,0.00012399374012220715,0.00002460546848196258,0.00047576060482150493,0.001282774934613994,0.0000010979589307693598,0.8276800265852845,0.000514319593905829,0.0007435461020360794,0.0002852117792444536,0.00015614147895530198,0.0003104647871443845,0.0000011676569439519842,0.0008621431264699065,0.0005525645796103965,0.0008128925221859023,0.0007554821566462872,0.000017418551702647652,0.00006779464292995151,0.000008814732270766417,0.00006971575757023299,0.000003928482832251778,0.0006157510455570002],[0.000005674529555710607,0.0004099681846064864,0.00014356390854925312,0.00003112194865934506,0.00002071891783375966,0.0004875887087234665,0.000006730775994193811,0.0001527817333162443,0.9999409559251987,0.000009517033559832084,0.00029709122993500987,0.00011421274150297021,0.00004422158759080074,0.00000691897762745256,2.4728983235622596e-7,0.8284045937747143,0.000018029286122731552,0.000009911966859578447,0.00002369407612797808,0.000006223464966843317,0.0014558068220583413,6.622009606165926e-7,0.00021487422290332917,0.000004900804964675618,0.000025814048653930566,0.00012490724321499155,0.00002574182206815412,0.00020394718707844036,0.0000010556737117452183,0.00005442287918977107,0.000006415337103352568,4.977820883923631e-7]]],"Weights":[[[0.7247877120437427,0.6300446625980104,1.4854438389424038,-0.30735632756361675,0.10788427884572992,0.3514411415524395,0.273063269287783,0.9656487944542573,0.38815059768951626,-0.43650504748190033,0.6194164180455095,1.2616754435361037,0.3710812558406439,0.2609030237658012,-0.35664340556283197,1.689781778448995,-0.6738976095181948,2.2169714501802895,2.143492864622094,0.9446806652176092,-0.10845687101061302,-2.7885505624583082,0.9024217064971418,-1.6572734679522267,-2.1215532060593794,0.01740322706836536,0.21231639976484742,1.3495763809475243,1.000188262821265,-1.6041352463196563,0.9633288019505922,2.4424358549132212,0.3327595407609233,-1.327104655144347,0.6980837550195855,-0.20836441390849672,0.5192039433044957,0.8198195362419992,0.9995881702493847,-0.2008335432091368,-0.014649563963372246,-0.31133308787142183,0.6229930793402924,0.5450508192795188,-1.7789604264327876,-0.33953849207113007,-0.0055363855045203565,-0.7099019310238119,0.00673575434761047,0.9312755594725828],[0.6696166131390693,0.2547953607225848,0.3315983795209441,-0.32884153995594423,-1.202577389606823,-1.0407162387082416,-0.9970958870280505,-0.96815945375534,-0.25777215723092617,-0.6046508849959886,-0.34516240866547365,0.12680412489448414,0.9506154814824469,-0.76854629008042,0.9290079699462124,0.7218644427234433,0.0771203326270882,0.8864676825038864,-0.0336837504093993,-1.3288259776537896,-0.24001770247636664,0.9347719524374205,-0.47893856341547814,-1.0482803601809165,-0.6120535858229458,0.5964722190470818,-1.5648593755708538,-0.8463359829946466,-0.6971776470741934,-0.6290843671997163,0.9794908783869966,-1.7233977514454542,0.6980743394318715,0.03954577233179706,-1.3221781758148927,-0.8335528980974076,-1.4204576491599712,-0.7838481288407761,-0.8989716308405101,-1.2439744121231475,0.8435347675522137,-0.48606536583756166,-0.46063606250284916,-0.37316957474617934,-0.36629177313718925,-1.8567124471041814,0.5352040452153844,-0.2927007180930679,-0.2294592910210544,0.02405661589203235],[0.9962971930793644,1.2469410636841092,-0.5163988160102143,-0.7312708415255839,0.16233977754526013,0.8230247287386099,0.18934453452002784,-1.4512757074976397,-0.06036242801308022,0.9948463853850469,0.3987586415562342,0.7783774440779007,0.8627692863067012,0.25834702369836454,0.5627456700029182,-0.31112833460491296,0.7549374209659265,0.8784743704710759,-0.6095051844132521,-0.5151566738360981,0.4852428396400955,-1.0143642298468016,-0.7407311307144322,-1.1145971021821133,-0.9974207632516995,-0.9073741905553304,0.2936241534451313,0.5627642801713213,-0.3993394238553855,0.012228409519781585,-0.5884397372937158,0.2723000751345179,-0.6793328741551762,-0.5140393327454361,-1.02308184707706,-0.03556806646731656,0.04509663792997878,0.3114878818681432,-0.8943877827610451,0.10701096053782624,0.28794694801197934,-0.3430434336391335,0.2837716095178113,0.3554582053669473,0.3849947131150057,-0.19417479980181251,0.20394364229177808,-0.42541222376758514,0.7524227602579605,-0.6380134907814964],[-1.634922165027194,-0.10044105025313602,-0.5598092780001496,-0.0015825225235976122,0.6215423337609736,-2.1502503687411414,-0.645957030259517,-0.3069282125611914,-1.4052848945224061,-0.5323604585954199,-0.6290510814339715,1.8293837357406049,1.4735962911206824,0.09585917665283847,0.10570628620629012,1.7867129994199922,-1.2204966509464759,0.9954087767236063,-1.9803956512733942,-1.9115612891190745,-0.045254123892358625,0.42535770702054515,1.2565289335362773,-1.5573359342243853,1.090727710779789,1.6220763564097522,0.1349662290034544,1.3368290132921286,-0.31904651865875033,-0.1064667771756608,-2.491180571624306,-0.9582366943945635,0.5040459990508573,1.9836597667342213,-0.6346284224657165,1.0645126382881,1.0530756663201377,1.5960068245162498,-0.6416956443336624,-1.1410995196657001,0.6639376328557243,-0.4751343923234193,0.7779546353406988,1.9049037186641369,-1.8108072834766398,0.8525007291516115,-0.5477093396363902,-0.46820082900283383,0.27889161310163213,0.33509727925593513],[-0.05629092483764211,-0.5775304379038083,-0.48131364305167507,0.6108394257381021,0.4278124365014773,-1.2339618378511839,-0.1522196976168807,0.16286025224968914,-0.7910299546385079,-0.26480306398316483,0.6333907608262038,-0.07626544443312043,0.2217826680947014,-0.1954186100477994,0.5738713880498503,-0.9036333070617557,0.34700121885801793,0.4349563379196169,-1.1536129635924897,0.44679190691646364,-0.36152070356905364,-0.36619734440321605,0.4489033729506832,-1.6752763493036662,0.3393361775922804,0.6608066174514324,-1.5209500010175672,-0.21418579846936894,-0.09751205924846637,-0.5069512569489579,-0.23833784680457684,-1.374033728807316,-1.7070162163572338,0.5233311110901777,1.7363090105563352,-0.1492031876787167,0.0974937655239328,0.2895376699010155,0.6569535431745183,-0.002071723294646557,0.656640000529466,0.9594093909081707,-1.181237327092147,1.2898280643095672,-2.475173056071456,-1.2805981867100684,-0.24652452607089462,0.9716856195316143,0.6345747862352811,-0.38997555203259215],[-0.7511126542425328,-0.6144301848118088,0.06327969693718757,-0.14558922803561444,0.13638533505977685,0.688701046334007,-1.013757903351898,0.19376471940849674,0.7730096232459751,-1.855414539054505,-1.1728052205347936,0.8639233565951208,-0.9161151902432437,0.06970553744215899,-0.4062594167855576,0.8429242695495175,-0.09312606546255078,-0.552836502336649,0.033516576913128655,-0.06757355729357228,0.4970029388111258,-0.3070993706890082,0.10372607643670013,-0.11385466367233521,-0.46061121539081734,-0.22092420980749847,0.8311407581612891,0.6970060223897786,0.468899111661471,0.7711623882366189,-0.7815835270457564,-0.9848161183713836,-1.1207904122284427,0.07197127403639098,0.1955034909235042,-0.2154948430369946,-0.45126367880171103,0.6189059240013728,0.526532965358588,0.2656740061997429,0.49072286257110276,-1.2871616050610963,-0.06478489849774853,-0.724390431892468,0.3072143600084547,-0.223234804342655,0.2967802736682285,0.0436895901403462,-0.5854884879898979,0.08335938918029916],[-0.7435119252284295,0.18203958580882493,-1.978627930145263,0.3926713339559238,-0.6541932409363967,-1.9478154468431488,-0.29866792022505617,-0.7362862887620715,0.030001158855134314,-0.8025274231625544,-0.5307122014323116,0.9401017335325288,0.7462167296515726,-0.5757819722523124,-0.6088436021603965,-0.951624560804459,0.7177082898387531,-0.9083505897968144,-1.6606651092845615,0.9305770168493781,-0.37679233637241516,0.31478749278553075,-0.28052326383479426,-1.5045294512947267,-0.22944969203236815,0.2673952521611459,-1.6791319136960403,-0.4874976102376643,-0.0933742268315951,-0.06869963818627656,0.8683609810174281,-0.7473284010633718,-0.8698911651079326,-0.5013866409055007,0.1151432806449404,0.9091869522836618,0.759866871168987,0.48758927773073824,0.18858325288585534,-0.603604060500342,0.36982307007937254,-0.2024372658003592,-0.7736842540026693,0.008047376235246033,-1.0916129991913643,-1.838658725997427,0.010189335350008911,-0.9318306267690566,-0.4722646699469488,0.9507826765516492],[-1.1069159938583877,-0.17973145551504752,0.2706420525193729,-0.4737572931687209,-0.3235148590200835,0.5104426205862743,-0.5941607196705251,-0.3509890460829497,0.0567570008580303,-0.8148483274311776,0.3273308917959675,-0.8847614351332894,0.5098825115631375,1.9785675997980106,0.5838931100745153,-2.6308877593999194,-0.3093150870102859,0.42844636171468536,1.9556277498311105,0.012298611734139191,1.3265026357380152,0.28946917643048575,1.08865254239973,-1.3080895863804287,1.3855765109360547,0.20787390100700284,0.36223796683906273,-0.21300332044233403,-0.6091897632745962,-0.6378814744714826,-1.6205565908546589,2.5127681315316654,-0.773381380166426,1.028006985763441,-1.2290318435773955,-1.8265990974456925,-0.5556190869073029,1.2654309245400934,-0.21553027124711993,-2.867305534738607,0.4506859943685062,0.5359581476369429,0.6965787189885976,0.3410998361687255,-2.3265328987600467,-0.7649682860974404,-1.170800662762025,1.9178678229267005,-3.1047088449482856,-0.7932953232021422],[-1.0588442706764143,-1.6801259902021495,-0.11092979245022408,0.40072167150583915,0.9422103624026715,-0.4852620212383118,-0.7620068007220696,-0.02984129701610219,0.5762852313684294,0.984404349760759,0.5088063993928339,0.2667238744108387,-1.0610911318864986,-1.3309051239531169,-2.1223985837911394,-1.22803820745464,0.537088302157153,0.7109603776725448,-1.9007196083093236,-1.4095011233637262,-0.10950135572563027,-2.307618832844951,-1.0083893096977183,-3.3226777557571157,0.5812827331188871,-1.697090362297655,0.5373146932444824,-1.035817559353206,-0.9376677332722275,-0.39757981139270426,0.5372095544650504,-1.2808694729412637,-1.2397718210308182,0.09533522549059026,-0.34596806178276907,-0.5162678770685848,-1.2550953944980854,0.5456299890096845,-0.7047338406460802,0.8477015506777908,0.8162654042101565,-0.06524645558020101,-0.6811450321387078,-0.6243834459059923,0.647452842893645,0.43739658849031743,-0.39085246486606673,0.08386147537624802,0.8264892861138664,-0.18114282841451693],[-0.0066798840664680234,0.5596008591470111,0.08900928167650426,-1.279355746460502,0.5954513081110203,-0.8959182960088345,-0.2887131363941452,0.09082612010393147,0.3836805908405156,-0.21882847826764526,0.6911360529534273,0.051771050803488455,-0.8769301334579956,0.07830811244561763,-0.38671917300277714,-0.807801483029493,0.7405578022113821,-1.3166494461582552,0.8039335164261622,-1.566438752040106,0.46115824950595347,0.3866342792621055,-0.4576146994986985,-0.9529431057922036,0.08413599976777941,0.7741202829115719,-0.3233896043477153,-0.3783875030235743,0.6261616506693497,-0.23812593977040372,0.3094785038574111,0.4517959764112928,0.1650502447957519,0.5512781655162101,-1.6871042636902387,-0.2337048480302499,-1.8901468472929264,0.1645807472249805,-1.0588961983713268,-0.1058705534292838,0.7736859296650309,0.3605494451613703,-0.6003190075449852,-0.8286386046419674,-0.1983388956156255,-1.3322636194977975,-0.8030130702461167,-1.6972473418935774,0.5094994826076505,0.27601074040320833],[-2.778184377479755,0.6716647385109988,-3.4462640771068953,1.4067152233398321,1.2481166532111152,-1.409622330398073,0.15911513738061525,0.06379833266531858,-4.253334371855812,-1.0924294748934087,-2.2825542658287463,-0.9285308341249661,-0.07709012449826452,1.1198294684509333,0.6959844968228807,-0.20325582638318285,-0.06433274379804008,-0.45684238818078654,-1.3370149692311357,-0.8821351859999439,1.2113607003024423,-0.07306046578614395,-0.6627953445715874,-2.932106322962524,0.27332473883426855,-0.7667513541391712,1.2680321579471037,-0.11144656891991107,-0.1156080256976776,-0.11076350943755209,-3.0749368115987092,-4.001325137365163,-0.6322323977174347,0.8173394544247414,-1.5150355879214623,0.7018161371704167,0.6253688240204553,-2.6239760405415686,-4.320910594015422,1.7286361573302644,0.3639249838586807,-0.15801262347530584,0.23085629794641108,-2.545489145002973,-3.8485515236120516,-2.8815426777918876,0.5079792929241956,-6.807477163247013,1.1687957874954933,0.03064040960949567],[-1.3353690616295586,-1.1710894882023184,-1.0533665110340737,-0.35376053725328616,0.4076076906323817,0.16187348693632184,-2.4630563036519315,-0.21062730205925473,0.7188780019396527,-0.5602568066572504,-1.9942841004033827,-1.9807825866688704,0.9046536151740971,0.5783529537371725,0.17859037776753492,-1.0580227397659423,0.4574477289578873,0.621813265859077,0.3134826278773676,0.30197389117109863,-0.7354018955083751,0.31429547583380457,0.4602160945208372,0.25059280217716906,-0.5321808726567763,0.35466938140809473,-0.8515662802419238,-1.3814354906277457,0.6720104700380632,0.40249056340581196,0.49963924851615055,0.4159091478355573,-0.6937953931991485,1.0201491898662212,-0.6985825974209373,-0.2088380622803216,-0.9285146316739135,-0.4001800138792355,0.004212451078360553,0.7099572951771492,0.907010605716328,0.4273983793260931,0.6636198475198083,-2.070202752607429,-0.43876271962623775,-0.327210519840591,-1.4207199150092031,-0.7808681042282681,-0.21210235909620218,1.011609548326154],[-0.8211945191293556,-1.5909294960510476,0.7183800070790364,0.877301947773239,0.3054637476698962,0.588665377575457,-0.9515178419337099,0.2596762270506756,0.4323057318391651,0.3572694263071768,0.5709601521889376,-0.5592294491250701,-0.7968047437559935,-0.6993431954397438,0.72495954372383,-0.45688716838809956,0.00662403474489018,-0.8799146802900372,0.5690057918327325,-1.1671744636451935,0.3543640754133015,-0.11215215920254903,0.08394184410181156,-0.5861507419894874,-0.7389617802871544,-0.8770294514626571,-0.846814711708738,0.7713921229217061,0.11241162679580084,-2.507995513825227,0.9331390817282447,-0.7162634110124874,0.29246947474872514,-0.9685962296907651,0.044803326678514006,-0.3148313660940443,0.5704114449351784,-1.3664754885766184,-0.7910901822767166,1.2917014336859554,0.8170004415532505,-1.9318451916674753,0.1620338636650096,1.0095526178662189,-0.13543343547759756,-0.22508588752256625,-0.6819100558848753,0.4477896124620192,0.3078580860711594,-0.9266997300722617],[0.2923001084203367,-0.010541766122764746,-1.0941067418254273,-0.6037039291509554,0.9448871841389487,-1.301571062376103,0.6738396459912652,-0.9386841784921139,1.2403064069618317,-0.14198527043889578,0.5510443160717352,-1.348504231948145,0.38554439316435735,-0.6224556714610003,0.3728285474233764,0.382420006244225,0.08197462657539195,-0.5335913842600982,-1.6853729473648034,0.980230863718653,-1.0156402007113285,1.88978342451402,-0.6399566849305218,0.9409602768574765,0.13679910074810608,1.1581450889530214,0.3395452387555844,-0.6665179120928291,0.9151660017174561,-0.308739542432195,0.4201184678708955,0.3409203839681988,0.675039776894946,0.044812688683048614,-0.20455242362056733,0.49273804651292796,-2.4443012064209144,-2.5165358441709618,-1.271451638474825,-0.8675413125082715,-1.170202856525278,-0.5875112364248045,-0.35630819328122115,0.4767924727004365,-0.3059265871419008,0.5776284418887736,-0.07539246415024739,0.9157061426537147,-0.3775638418544172,-1.9104112662474435],[-0.08567974419149345,0.2916664225668388,-0.05038084253631893,-0.45883584127576327,0.5480396605258209,0.382882560359767,0.9957586068166333,-1.0220678893354678,-0.07562661348642334,-0.043559525882910045,0.9566717382147343,0.4581135888044123,0.7098707095055835,-0.025646541074434363,0.06460793411219652,0.24783510094651617,-0.3695937655960074,0.14280227046549668,0.3405572780533124,0.16792374443407673,-0.849871363449123,-0.010156195336366906,-0.7370418734069202,-0.7704356436624384,0.6980339499156099,0.5030731079711909,0.2708624039610294,0.2985666678787262,0.1656263102462202,0.07406121450473377,-0.8753602021880519,0.38993106229469343,-0.3286440513667003,-0.07057229127498735,-1.1160743284412147,-0.6511047393615684,-1.1984790608980933,0.08837484996772794,0.6046749471878607,-1.3711258253512897,-0.05890644308125081,-1.0390343665577417,0.8637676909363332,0.24180565807150756,-0.15877965751382836,-0.7662898110061285,0.7072834007105918,-1.1532335664350961,-0.21146067648143735,-0.2722104544117035],[0.8686864451512865,0.3643395294853439,-0.7880926923500321,-0.8560411859400595,-0.3718114701161155,-0.1072147520868655,0.65885697447659,-0.9020923519443932,-0.40830646268254783,-0.13724783798718804,0.7253643195246113,0.6138576702553883,0.8245954160885286,-0.5467671592732236,-0.8890737926476363,0.34172975667785777,-0.371794527882288,0.654903633598228,-0.43540266728346866,-0.9219850003283553,-0.6499960589391012,-0.4564324412247416,0.018779927422599315,-0.5471965103514103,0.30546737172637406,0.6715599839789553,-0.41604588536262416,-0.3219623985079155,-0.8322861584933261,-0.00855994905509579,-0.10334885264662864,-1.0369499809135063,-0.8703431319361129,-0.6012035113906999,0.39605872733060304,-0.4333972528710089,-0.11046373639033952,0.2070531920326651,-0.725809822610211,-0.22775295459288344,-0.23654650185602033,-1.1908293359546622,-0.2843164233768431,-0.5312504394579515,0.7034031307927272,-0.5381471830566479,-0.958122190195153,-0.6759044091741825,-0.871103072787272,0.3375699264053033],[0.5752615112235987,-2.5692508543742063,-0.36894712176220545,0.25077121955630494,1.1143099239491012,0.9066697769382508,-0.5285857063612848,0.13477300848856916,0.27275857598857184,0.7351142213621971,-1.468678036901418,0.5947525249835519,-1.598623709881654,0.681348499206035,-1.6047865642622696,-0.26955555062609154,0.8563200212681378,0.06254332686119896,-1.8035696832693897,-0.34425338996207,1.0104605499990968,-0.941839911006162,-0.6497192910060989,-3.634165142632534,-0.5300313179881992,-0.022147915998140786,-0.6020734441438225,-0.6736463467758607,-1.492957043168472,0.5815575248200039,0.336476908083604,-0.8026201942794972,-1.7320729818729668,-0.1742937348436907,0.35860004896330383,-1.3872054489212895,-1.7223820591954095,0.9616495252317522,-0.1553388754475447,0.9716661524450951,0.36814038001720684,0.20328486476697893,0.8798919264432455,0.09075486335984616,-0.8492630607755373,0.08111938217727781,-0.3852494367921023,-0.13961783371614134,0.36511156801596134,-0.15850564182657353],[-0.4049869551464103,0.8274255189448436,-3.144996319264443,-4.51992674124217,0.3530651921621691,0.46169651230548114,-1.4048676705568603,0.40225882002843544,-0.6808961629419605,-2.3536304677272852,0.3583971202520674,0.32827648424614453,1.4252325831533126,0.7172418577143138,-0.0303710315923942,-2.1216158094455575,0.03311043595096149,0.0054243192834016974,1.510737953701671,-0.6059561088282833,-0.6240883688560435,0.21323228977309527,0.8621975235552606,-0.25693721509460415,0.6839913905612073,-2.1900559003321187,-0.08878903817592407,0.06748668628839681,0.593777539319775,-0.6809746747689331,0.5368581718421047,0.9345098317801157,-0.11767733245731085,0.11519507228152379,2.0574103746198293,0.9044180014586479,-1.864805776391757,-0.21217494773318132,-2.438742508592914,-0.7224356013328523,0.9819541831953139,-0.6758764955474925,-1.1236801492292587,2.254402596617266,-0.6032210502080032,-2.0611045226552567,1.3801434031237079,1.108315535200614,-1.8374418222792257,-0.35482585669497574],[0.8846219008751905,-0.16130014656260874,0.7248899394663282,-0.009485715017259581,0.1667576367650139,-0.9206355161202086,0.2960281237929779,0.30979189687949726,-1.134608698484506,1.0192653088364079,0.7623814289095292,-0.21756312938094968,-0.6702730363054189,-0.7554782329754095,-0.16203339817117032,-0.6712564056939089,-0.788819378781925,0.5319564315787967,-0.6428174701046149,-0.2816967968307553,0.05450639415683616,0.664470697164888,-0.36348216631423624,-0.3264834428213895,0.3472984093600458,0.9836152643865844,-0.7895022322078377,0.4349855761638454,0.7234275383628639,-0.5516654266134909,-0.048208624808611295,0.9500826646888246,-0.28545695353146294,0.5279717100554114,0.7219907507638609,0.8713825689535484,-0.5957145884327841,-0.7741169255504463,0.931561062398901,0.5777835047120662,-0.6014707894366477,-0.7612765797787714,0.35480974774287016,0.9437315817987265,0.38167504944445974,0.800684789235502,0.9483225210714287,0.5829182224121519,-0.350885854832697,0.22613336990238664],[1.15230677112235,-0.5908888086356378,-2.281145059696049,-0.3038950987804884,0.91820530455841,-3.2080876978946113,1.5551619391954454,-1.0676699854928993,2.613049594186828,0.035321992201318264,0.8185280033642366,-2.0479950944311787,1.5118012056085688,-1.7108678091075082,1.2034684530050892,0.8726758886321215,0.49213394621906525,-2.4669911116210623,-0.10094386584146561,3.2489100806579096,-0.3827600751496246,0.41060474212845194,-0.28639375304659764,1.4800126871821575,2.7314421941894675,1.1762300638668524,0.04566405524279655,0.31828189644851584,0.680685685840939,0.2550140521695997,1.4459183120285124,0.11354182229775535,1.3223069311424338,-1.4857628443245516,-0.47753294981830063,0.48028154451444444,-2.5728370762408566,-3.1968916021320872,-1.5679416975912732,-0.4081869036474857,-0.7292487899154572,-1.7849879867190235,-0.6761783477839939,-0.7513684439710373,1.4575839566975046,0.9214898552571786,1.6770478103484951,0.41628520687710596,-1.1872219482491748,-0.8261872590065426],[0.07305615705983315,-0.7580619553835912,-1.3359026565416088,0.6341986216490828,-0.9146786767440878,-0.08087216833626931,0.8041041797970834,-0.6422751404303435,-0.029056254814755218,-0.5188501957783566,-0.8939001614185904,0.27134737780373447,-0.05639723644906658,0.4230622105325074,0.14762806430776998,0.38825706844994584,-0.618526361315907,-0.4726270608206145,-0.7517326032919827,-0.6210571362691032,-1.520722983315166,0.1008292350805177,-0.38585581143194286,0.1308824025972651,-0.32239149292342817,-1.568810746810679,-0.5978586883164965,0.44934774123964594,-0.06728871433255013,0.9368487858818827,-0.07236047545713473,-0.8753461584184522,-0.8065000424770022,0.3058782422031547,0.8460034189346927,-1.0349491033691363,0.4293281778461253,0.5314333567315325,0.5666660489207946,-0.0003462661212380711,-1.0865168326427939,-0.22980063922087782,0.8802537609722003,-0.20282078123051428,-0.7704566185172999,-0.5646634161869595,-0.14649962520897156,0.19722573289846485,-0.8762435542881534,-0.025029570178395775],[-1.029892932374103,-0.6418184481503753,0.19743203226941128,-0.12496931254693146,-0.15372639981755945,1.8405576610123535,-2.8747306512778024,-2.022370147055272,-1.5822732122858123,-0.2618729344080214,0.28968464202935484,-1.15077364192378,-1.8995443774504017,0.038169535653595196,1.1384150673204962,-1.713076679351069,-0.04991581481613474,-0.4225917392531155,0.03094644539930696,-3.257956077546465,1.0257700717868257,0.16063612705094107,0.5201382510254825,1.318605850720655,-2.9148547523319817,-0.6811565269286824,0.8136040983220936,-0.4848776342968245,0.6995712018141477,0.1296394701054365,1.3283433048705453,-2.9272457478208667,0.584280790737757,-0.10948682142969772,-1.7564122117062768,0.5441399358319889,1.0579556906340377,0.8591036263655115,0.07734241020501557,-1.1445624987987686,-0.43835713026907486,-0.7309879073962727,-0.9757610970724276,-0.15008787931381293,1.8402093416705547,0.5160669067771424,0.03081958682046807,1.131373843368874,1.6514279429772327,-1.835480554063236],[-1.1323035909211634,0.05970479048321478,-5.517354959504857,-0.3109679993393915,-1.2072864277364492,0.8226687882372559,0.035649204890874954,-3.4036726240822226,-6.221709340557484,-0.650677725666679,-1.9752617959032857,-3.1657631777652133,-6.538660437424573,1.72774446995201,-1.3620467764234265,-3.530473648574824,1.1020411040892983,-0.5987163568151117,1.9031398469101877,-3.233427542614877,1.633016445082161,-0.04854082933659677,-0.05959335578595719,-0.5105877108355386,-0.3151906624764031,-2.5085603349755754,-1.0239279729301147,-0.8875021443102035,-2.2738444173209955,1.1960702394843317,0.0073849129227874545,-5.15000712161998,-0.20802885892001013,0.06511527249038755,1.3164195462837405,-0.47334621865110815,-0.8092269286843194,-0.582120399161084,-3.3177946934212668,-2.041700387002928,0.3001331528027203,1.3285070167093493,0.35010753613278867,-3.681199554628575,-9.274426279305931,-4.780293826798641,1.2077081927764024,-7.261670081792827,0.20205056633032895,2.0403480178930167],[-1.004605491272007,-0.37531449256527916,0.9049069982352382,-0.5908507629552735,-0.7026384832543409,1.0346144333287843,1.0359872738623455,-0.5187946202156473,-0.995763423062038,-0.09851025403968278,0.5452662350663676,-1.0908567062885024,0.3581051129975142,-1.4843233182405597,0.9561385901981075,0.8168401808351436,-0.33559277056909953,0.2201841956272982,1.1633421899738916,1.405996481230916,-0.017022342782940247,0.5943805966537655,1.353736705629874,1.0897936272603752,-0.21780909368577653,0.40040095615641697,-0.5360159163019895,-1.1016742324317232,0.4724787563028655,-0.11940113695546568,1.1175438556897122,0.016404290240952128,-0.05426524671465644,-0.04844244828788679,0.9381805904388825,-0.47518727175796416,1.188325280665,-0.13779393248197436,0.7625301256312603,0.6502620862584799,0.4985238696795525,0.16975838196390336,0.5013566889194491,-0.4560576477149053,-1.8850822477467974,1.5672340140801098,-0.4375833739273288,-0.9300401165352491,0.5101947901254218,-0.895719469951921],[0.2928835015284061,-0.6166699839943461,0.7479478064103423,0.38156958365543514,-0.8143830187194483,0.5952809836060257,0.5180474559898582,-0.042867900708837114,-0.4787529987375009,0.9615497881378786,-0.9023737800578494,0.16465409772362988,0.044861915671131965,-0.8944935816711346,0.04361198329483366,-0.6983587041635226,0.35510227423130203,0.05301423403819314,0.6020257853915538,-1.5905840435871954,0.9350297081269309,-1.03292238554797,-0.876169921971964,-1.6866239543218255,0.205780610228372,-0.048964616830301975,-0.41550634432833194,0.20494444474113355,0.3455469304241794,-0.017468172163277187,0.3622410593910312,0.7680672403324558,0.10801171452534397,-0.7322527867192162,-0.14102662376361097,0.012012967477727015,0.5894330688114211,0.5709810517955942,-0.2693480190398689,-0.314354293223763,0.03428217117365416,0.10266004715456617,-0.1361353365442375,-0.8407003518100585,-0.3807589406799953,-0.964288667687616,0.6108898712283534,0.8750172942767308,0.9189508187308183,-1.0383649755019162],[0.3792213489188192,0.8694701366921304,0.4411390812710366,-0.1283308127996382,0.22106269032399517,-0.8899372274246323,0.05163597415460114,-0.8369211181974846,0.34325792933729316,-0.5270223081111545,-0.04600644667672642,0.11112983258245676,1.0940134795155156,-0.5527169539375609,-0.2844542136692707,0.48160919031451455,-0.943561420216824,0.0746615311684371,0.8657663039690632,-0.34227723348114025,-1.333697551077159,-0.540443667349082,0.5141336665286013,-0.0571752971912505,0.4381879787962232,-1.8522935099871607,-1.2223179167673315,0.12525350125436982,0.07297003676221636,-2.234424741991933,0.9809792713698883,0.28098063395303813,-0.218131705787227,-3.891142584918265,0.6153785978345635,0.760154785609922,-0.2550756444820803,-1.1316287166161243,0.5139824075933659,-0.5452259692794392,-0.2653906526584341,0.4541127033747065,0.08317151892974399,0.01923598610067912,-0.16466252181680943,0.0392316390286732,-1.8246687702930242,0.2559713403987627,-0.9141228810425956,-0.366987898192623],[-0.05196316439928951,0.19621042626142313,-0.3875529795852351,-1.2933585976550117,-0.28685730032772916,-2.1308343745632286,0.16981480746406927,-1.487670077028168,-0.0523246605687263,1.1321837327577133,-0.21989079652328913,0.2247235572300049,-0.15591969315401563,-0.32797430044686215,1.0501823520871545,-0.3737334190038279,0.9383874679084734,-1.556337819597152,-0.3826842625766561,-1.3548139328605502,-0.8513629685707265,0.286583261311388,-0.4252230344036316,0.7466682670917306,0.22195145116632556,-1.2552587029351117,-0.0572924686777515,-0.11820197127735399,0.3610285779408715,-0.8148666225799619,0.5106222503816896,-1.0851094665337608,-1.4220958658040226,-0.49191736351509874,-0.14446437073634097,-0.5470406601139447,-1.891727000767183,-0.6088384663808577,0.6984164809483641,0.43568952343455714,-0.37953743806920587,-1.5604209067804404,-0.4611948714717408,-0.5302113295609596,0.8789434999149494,-0.07760719334250712,0.38485351617498054,-0.00947620987773554,-0.3780023140984966,0.8284221535860095],[-0.28362196676585066,-0.6038610120779322,-0.4267452557738461,0.13005339334211805,-0.45763044953733356,-1.558935064002214,0.9296891216214174,-1.2656328946294795,-0.5865783314674209,-0.09003986452845451,-1.4969848452477221,0.45802672199056843,1.9054780455652358,-1.4375024494226347,-0.008956877342508749,0.7318469286701742,-0.09147646075285032,0.34329064110731927,-1.1980477550236794,0.4280201673399747,-0.5681491747671706,0.33987933478363985,-0.7259277692960949,-0.7594760341897602,-0.062244406857587614,0.42529938588812055,-0.6582791092635516,-0.1708655411577745,-0.11824292469038705,-0.09075137561213296,0.24567952584759475,0.5872191018562584,-0.3936215258058423,-0.6996759679109176,1.1104579000886845,-0.7713406963726853,0.5264329315159397,-0.6115652832335954,-0.3777199873861215,-1.296196628561856,-2.07257767319569,0.7117521729756848,-0.3889201105457865,0.7824366568952785,0.38322379484813596,-1.05947707111221,1.0678161561813766,0.6031613469775535,0.08046807124980423,0.9544580584786639],[-0.6314523855275982,0.3935687804396663,-0.7384479704432568,0.1312165524315999,-1.0073413042332349,1.049251839879602,0.8135471569262602,-1.1647316708737525,0.3772463256467749,-1.9029210974574637,-0.33830439160340897,0.8691558094835954,0.9220629604362637,-0.671910039934471,-0.432281960465225,-0.37956799902529603,-0.9845084448154457,-0.430560858002297,0.8959442805055242,0.9804047761297543,0.5921353371191314,0.7306990844532282,-1.1593766065162114,0.8720995988154444,0.9182352949425322,-0.5365945512097372,-0.4896858442074531,-0.9112356304919397,-0.4442630333526686,-0.3779081030776842,-0.9262199385256841,-0.5602815095813974,-1.9100370219310305,1.0518178066816526,-0.18162754135025036,0.5339503462626949,0.9637606130770348,0.5640579706444567,0.18934861566453778,-0.07252616451861625,0.46963050964095476,-0.7540941782516714,-0.6055829892667615,0.6972426027074183,0.5497153948602426,-1.629104296888344,0.30894237629650617,0.8486720957309126,-1.0626448206566521,-0.8731945724438147],[0.4060711057607005,1.0286790160277943,-2.3683849137348125,-2.636966193671552,0.15306218522927678,-5.901838043893188,1.561409270226081,0.5014943557943098,0.030659760556035576,-2.5059518363100257,-0.6614475093298934,1.3262246655882866,-5.954532838919333,-6.55429768259962,0.1906182857495993,-1.351259801777572,0.499422172877885,-0.0753739102676677,-3.4881951315776987,-0.4537577330787838,-3.6229576253109763,-0.36899856476305204,1.4587784008612978,-0.5928210647422695,-3.0546120157630243,-1.4894039014168674,0.1377383753617607,1.0600660132604363,-0.6107125909794472,0.053528328790077497,-0.5706200781874593,1.2323568464716168,-0.15279032543861062,-0.4946090695211163,-4.762437598945001,0.6413092686865022,0.14024181194824062,1.3182504071115606,-4.7321124574778874,1.80414410438309,-1.3828501640108815,0.3437881245553286,-6.192682132383973,-5.608701897812303,-3.9900352488956567,-2.24182571295246,-2.7520448380262574,0.6620988307745366,0.25167258568864814,1.458766038124992],[0.987031672728705,0.8576810725731283,-0.2605267963617956,0.19783029685463033,0.7724023470914684,0.5837225153916591,1.5717186899156368,0.7814606595252843,2.4078571942727187,0.10370334815937414,1.0551370049481434,1.029232760818903,0.5532395039811815,-0.6621083002804288,-0.3274380188019417,0.4856097017566856,-0.23222310701932009,0.43318772025209906,-0.6275810588017461,0.366926417680796,-2.034503827123529,-1.2284523950990458,-1.4504931242374834,-1.0814460884327162,-0.4398830665922823,-0.6807699693324122,0.6034059462615565,-1.214934953371461,0.24266036092892906,0.7397520148400006,-1.932013019518825,-0.40382596527154624,-0.6654605427755588,-0.37009377339351374,-0.6741030865912041,1.1360092570281155,0.7081240458900451,-0.38420093629969954,1.3858821075734526,2.063961397993777,-0.10450758371828454,0.4902339466475972,-0.5653921429474502,-0.6195774982121793,2.7088763243061362,-0.8410230380913776,0.4101656950688827,-1.580312739227466,-0.5703240701679546,0.22836365204088774],[-0.34737080213119315,-0.6166388161644706,-0.7729127587463633,0.7226075466256234,0.018457204303275365,0.5733810256537825,0.5425692835695646,-0.3065067130517577,-1.0361167149256558,0.9265718696316693,-0.643279794230774,-0.07969262019592305,-0.3398646243312541,0.5759519511341163,0.039160191634741576,-0.7278960883263715,0.6938826400352708,0.11146842876200568,-0.5992767513970675,1.0266316892262546,-0.15858150049507788,-0.6499508342625182,0.7425754405976357,-0.7203888385748327,-0.704314421086718,-0.1780443825918818,-0.8200016944782059,-0.18353206937471966,-0.49677790676716305,-0.06960062826275923,-0.7765606895685981,-0.10683768460223594,0.9955480401242226,0.6099350898475828,-0.7103970335864277,0.49609845827691296,-0.6875388194238017,0.49756628528371827,-0.4432026530092667,0.19235708315078354,0.3656030568414471,1.0953024117334174,0.11427713775699648,0.8204778198901151,0.65485307549178,0.2018185720104187,0.7195791143293322,-0.3306715585479008,-0.6138002111024444,-0.05737221462672962],[0.030877847006711593,0.08935089191416036,-0.22827627212400786,0.07317699407243777,0.3520158445415665,-0.5711309618028199,0.25587600285548057,-0.5992241793162565,0.3746433653633926,-0.274846677613797,0.9796628920865381,-0.20609742785350535,-0.7413131614039329,-0.9052768904506421,-0.04546190150557266,0.6898194478714264,0.1731312533677506,0.8910879226933038,-0.46698297513790155,-0.6031145290785044,-0.6751296253890005,0.010692281768858964,0.16830116163827832,0.41674532249199425,-0.20803099458673263,0.6321465439187534,-0.44034821073555863,-0.37895171854651544,0.3775034993404034,-0.8407445376256368,0.057244728226090585,0.36561192727518305,-0.30261636266293745,-2.2150260265057615,-0.09538162934511962,-0.15955440339794286,-0.6911922568799906,-0.6537460007207173,0.9888541044592694,0.6768626256601542,0.19641779754901448,-0.5767672882985381,0.4852046973866931,0.5491649292717599,-0.15884378092238374,0.8392745135794848,-0.7700111346779165,0.06907053488509564,-0.8956861904110465,-0.642102061004777],[-0.20128239625724495,-0.46792166068364904,-2.515491088137356,0.14773620351540598,-1.4983529919386407,-0.9755114668137617,-2.7764156414359737,-1.1465502965593837,-2.507342966129043,-2.8689623786298224,-0.6161093261934004,-3.9593942789310503,-2.6190820642354207,-1.4647621255262842,0.26926738922890353,0.6017986201547325,0.5962380924553488,-0.20164812336254256,-2.5401815848687823,-0.3879465213217347,-0.459722237354289,-0.13940960752444778,-3.1330866934406125,0.4016130816291758,-2.0167275937575058,-0.5804628103087326,-0.32122577828689153,-1.3175835018399151,-1.0823970462427697,0.7713986792803132,0.615419696529068,-0.08663869647132423,-1.4215220135519455,-1.4689729206570612,-1.9741827818546445,0.6614810195071099,-3.0493136637998233,0.573325662274794,-3.0813355688193313,-1.3547740094072915,0.15543179519743383,1.0862698512879578,-0.06665481494176165,-4.983355494258241,-3.314314192198002,-1.189853803931609,-2.0259730448043247,-0.0012688530568402759,0.02668330054256278,-0.6228769751490799],[-0.8910952485021482,-0.6401970920405108,-0.5027203564928104,-2.949953131609026,-0.6086924922549092,0.8792515855240315,-0.652630848324974,0.4477617377656123,-1.525990683662393,-1.5640724520200215,0.07457028032574052,0.8063569814811702,0.12629366826261795,0.2381163411758896,-0.007661719408286684,-1.742287018252176,-0.3363300268874501,0.4548478046155338,0.3504708280740086,0.17569393310313197,-1.4189653133035338,0.7232286161826215,-0.7731850381194609,-0.5644104638001227,0.9237997529444243,-0.2669385472134621,0.23888331866901066,0.34525018531946877,0.0017598708219368848,-1.2099372974164166,-0.13869576764652441,-0.3611683040267752,0.47419391043029835,0.5939774186990612,1.0695816513248335,0.6508655686987268,0.5011803943561581,0.7797225369193539,-1.8927159488407839,0.8418281347774671,0.9665055058806729,0.5808900630205412,-1.4223939760888327,0.7322959040097862,0.7869810135102908,-0.46859150846274134,-0.40404114782591116,-0.26681426788530777,-1.3222701581263994,0.2788561964835435],[-1.1402877979722967,0.497331422199444,-0.1412939854638277,0.4703464168674917,0.2070346476644557,0.8568015861348564,-0.5411631639321715,-1.3984396329180333,1.233747452917145,-0.13516411882712953,0.3779188033890618,-1.074579290762397,-0.25607046562810926,-0.838251551506565,-0.6876773883466987,0.2523274317394194,-0.3314108457881885,-0.6887183816050815,0.42599544767257,-1.4031126512710301,0.1957828335636986,0.019723821210252665,-0.901176908305044,0.8999749856702787,-0.495278577838083,0.3588083592221707,-1.3923247337451923,0.21257081902153643,0.3256388732447745,-0.5220117674136142,-0.8160355545065754,-1.81147114129989,-1.8078546681711976,-0.3202752436465158,-0.7144399789146548,-0.6442594938130978,-0.6754950766258012,0.18910226568890698,1.1023463652515297,0.15551283734260782,-1.1321649938063192,-0.27759001217810486,1.0029838438646324,1.0421491118466824,-2.442127032869225,-0.33556087099207854,-0.4725706292438499,0.1530062692555889,0.28682915154271765,-0.18573556465875773],[1.0843701686341258,-0.09514567685448795,-0.5900185057628647,0.2813874677172563,0.8202048698750616,-1.0539962035426682,-0.07724647500280458,0.23308608043187506,0.8278182539423552,-0.176017552832383,-0.03617067823931165,0.42604236172493015,0.6725116791303339,-1.783447429615623,-0.8511264165156487,-0.31532819415159113,-0.3199789658176522,0.5683630850816632,-1.9308285536824819,-0.46015925877255304,-1.0804492144118119,0.4375698735317065,-0.2594778212426649,-0.10259658254124462,0.4074296516193174,-0.9600034038028611,0.00779634931817354,-0.4157884704271439,0.9594093988084916,0.5859432522278004,-0.1302442954482487,-0.6791139976398717,-1.5130918558905264,-0.4559902121279383,0.6018144189330378,-0.8499435493525611,-0.19297064961832805,0.7579614240202884,-0.7682772013437096,-0.1711644977078671,0.19688278223776673,0.2358971950472329,-0.8865795604201672,-0.11749597472750176,-2.5200552290915144,-2.0324007157382864,-0.1484659420080062,0.17665397563021223,0.4511992632371262,-0.10046563409053212],[-0.3590318797619212,0.24464719993199577,0.21141908341008392,0.45423164044359887,-0.7985814771429561,0.657087981367973,-1.4554329572514042,-0.3050348250814192,-0.8450424143656559,-1.060464112892656,-1.8070285310488974,-0.07036364324174234,-0.694840176222532,-0.8906121899174831,0.8445821171653816,-0.4350102640558704,0.7937634480820843,-0.8974187778791947,-1.120744297380942,1.0029566044303353,0.9712149262124056,0.1964713935379234,-0.33675255165039275,-0.39009496056562826,1.3101930784285036,-0.016067524798464034,0.39118971714416934,0.6271904307866424,-1.9626517985139293,-0.03332241822659423,0.07564076599543579,0.8242813088651539,-0.5263493744919877,-0.6327661233732205,0.60535447085606,0.26764758086527324,-0.07669759796203804,-0.9641854303752637,0.6941223999803858,-1.9638578370795783,-1.123744628641452,-1.4362218105796507,-0.5196429981684093,0.15283158181380588,1.8048934448363372,-0.257089956955944,-0.484090070502845,0.6691497442672686,0.4580433521761603,2.044246216094226],[-0.8873122518405303,-0.9327346586594619,-0.4430627696118269,0.33513755348213364,-0.6467666660870526,0.6680733780488222,0.44387126429561136,1.8538115989407906,-0.7433655099944055,-2.453659553686362,-0.795785431508133,1.140813868930519,0.8115390471501323,1.4233879196199009,0.46847761199427856,-1.3661157219478743,0.42835017680029935,-0.29036313162482413,0.08665175066295257,-0.29558517269172635,0.7813067291758155,-1.6261019803487626,0.9550346144351343,0.1700193206511435,0.9579711922234109,-0.03255669377299687,0.05404133419431573,-0.48014511780761426,0.47297721175820623,0.1792300301574406,-0.39960064953018576,0.8825952087345255,-0.18893948341646674,-0.34164823652196236,0.6961141993250175,0.11556210312285455,-0.33636984291956745,-1.0899386116305934,0.7955312102624581,1.438677247047812,0.5371143557405058,-0.743739873172542,1.727597905781827,0.9696721052821448,0.6228102398510184,0.9841532946264008,-0.6013943688918226,-0.3736290940678253,0.9284568044153302,0.9931758565287491],[-0.04645151829712755,-0.770918402310354,-1.9801971910975027,-1.8756429339899052,0.33627276638613923,0.5704634991014552,-1.0285558804799788,0.7356541189774387,0.9294356646533972,-0.4600710745215684,-0.293152836904308,0.3914929549275854,0.5510155461639679,0.7560757490426472,0.944893074047705,-2.1488634939170077,-0.10584571750753326,0.09458851401238054,0.04721838826619921,-0.34788551667800005,-0.672618173231116,-0.8328625642608616,0.5170520843697339,-0.10573306581406201,1.3153725187652545,-1.546907851463754,0.46749905806172315,-0.21994126110185436,0.19426510635892774,-0.20370255074620017,-0.6330543893271442,-0.5484389549780853,0.6505323814125055,0.6777850576432706,0.30282047613461194,0.6472724795549957,-1.2642813169937583,-0.697253889578662,-1.7983003951161314,0.5250042863857661,0.6200097747422869,-1.2193905461235148,0.2574802016639813,1.3980938694011062,-0.8103182602613994,-1.4829200378114447,-0.049029600429303995,0.710795431470684,0.26470854835683855,-1.298494426373653],[-1.7094154762188587,0.13903394260294208,1.2678815917527086,0.4415876600764205,-0.9132612044487061,0.4009233982067761,0.9453147251326598,0.9766088784132527,0.0694629848639443,-2.0995413062318393,-0.04085034186702192,1.006084557617811,1.1339619143548851,0.9825756773920407,1.2884083730972191,0.3473533470036635,0.6934363873658352,-1.5042058247348362,0.49586332717444814,-0.7900746195187544,0.04056094278685935,-0.43942477871195984,1.7491387807711134,-0.03552390347462711,1.857355252668253,0.4981154891395279,1.4912191444800933,-0.3740351825205858,0.8830062545152769,-2.6457218662285826,-0.35154331483709256,1.1454147283178922,0.8994626184939212,-0.4871084739324996,-0.46169369829221063,0.05514904694058732,0.13448607345916025,0.1124062701775355,-0.23503433343238125,1.125084866987067,-0.0009889005772794005,-1.644848003319436,2.29296663583433,0.48124850778260747,0.2677368131324151,0.921931574445561,-0.6997721635236513,-1.1683065579506065,1.751548439760489,0.15564102037906846],[-0.4030232403799087,-2.29305118019082,-0.4873226503405031,-0.047440107792598815,0.7199305597911773,-0.13692452480859438,-0.1811572261394218,0.13746615406245546,-1.8736628029124522,0.13517960053015374,0.934435968671527,0.8370948819390065,0.5002308866437045,-1.1035983421642674,-0.13283982828516197,0.6564771401325857,-0.8930004671482751,-0.11356976410875252,0.7651354009811564,-0.20724727232428844,-2.057180074233407,0.87571049685164,0.40228820794401554,0.9873294049933816,-0.606376747966018,-0.09244445808147415,-0.06848174959834391,-1.9586893440196707,0.4048652092587491,-0.8437030953303655,0.8764656649372057,-0.22070269559008862,0.8577293940634816,0.2289349199377532,-0.2957850084366775,-0.4461820324581008,0.6867817325410331,-0.2086114174168507,-0.6746763702132068,0.01703780189931758,-0.6640771211476573,-0.6444637637041818,0.5407976540886382,-2.338443979896696,-1.251550185924519,0.3569432295548267,0.5847477639481297,-0.1598538875937006,0.6777208346985873,0.9050960046890489],[-0.4367162285370197,-1.7099792252640393,-0.4409619760569605,0.2830639518383668,-0.7175330773276583,-0.6902487809364181,-0.6556708217143945,0.6905861503825509,0.8508486944154272,-0.3318137639696459,-0.24620693949343853,0.9611734246311109,-0.8282436612979636,-1.002360826561954,0.8653278382434504,0.16439430165277671,0.7848921600755085,-0.3791484367791343,1.0136354175543707,0.9387997674674361,0.19137907852816105,0.8049306312904085,0.7398871421719292,-0.21471634395822287,0.5807831418026591,0.8660768499420223,0.5897877907708886,-1.7883402269788724,-0.8903652997017443,0.1890115752232394,-0.6735152139868371,0.5751727677791879,-1.8187459065628004,0.7639472575109674,0.8386961540782212,0.71074181680214,-0.8562688429639854,-1.018158236217799,0.34928523120926874,0.6873975043274612,-0.40089618390703624,-0.8431748227766896,0.05430357364623728,-1.6538027680074778,-0.23670620980616017,0.8862388202778035,0.8356555536627202,-1.712803697471887,-1.1530030494533066,0.9621272514458423],[-0.5819957444579308,0.966708630631347,0.9236047013498,0.40708664518967463,0.42183398693837076,0.09490690345569512,-0.15556923638201056,-0.40536204011673815,-0.03743949495205664,-0.08879058872452866,-0.3166958233936996,0.40551412497707545,-1.1270005093660724,0.31458197215315836,-0.3263256651013852,-0.8965367612027426,0.052486271174767354,0.7348394886277054,0.4861951859093329,-0.9818718277359195,-0.20171779899222794,0.42943278817502295,-0.6134033663564623,-1.120781200670495,0.24677867080228752,-0.5470068754399202,0.16907682133907864,0.2828740719443939,0.9831757468200594,-0.2357406948041436,-0.7662104932481063,-0.921651196429661,-0.19558447081434713,-0.164514154652111,0.7164243656368137,-1.0219347162796681,-0.6490306001252502,0.3972060450789383,0.2666141861982769,0.3010432113539479,0.16924919052357534,0.2563933489687441,-0.2660084094893394,0.8736552180009712,0.7637923476874516,0.43490571033123127,-0.03395257154582065,-0.706391985308899,-0.43740849280833183,-0.20713581275847415],[-1.722652613244462,-0.2512284487732415,0.4353947324388046,0.6688744261663209,-0.5582206804226035,0.019804463793530902,-0.32422590907314547,-1.6788278906884635,-1.6721439380571588,0.7789038012528123,0.3049996257628806,0.055225942888688,-1.335335287483636,-0.6692312299602039,0.7309314721235203,-0.8508539597742906,-0.593129404230696,-0.680482064324217,-1.1517048093847702,-1.229411673618183,-0.24045383165333806,-0.010259389368140637,0.7713385630118869,0.13521598333719512,-2.9406048706608416,0.12470085591060094,0.39889875921208945,-1.703974992210606,-0.05038562866511548,0.5701854996850069,0.845132174555104,-1.8262269304171521,-0.009297148239667955,0.3486408881905443,-0.06589269781056503,0.8721948144729126,0.012660535085110265,0.2550604582124517,0.5852049778009133,-0.005452868670167996,0.3796012403969356,0.3977820238490997,-0.8954182152233473,-0.3207948753662695,0.27720234053418047,1.1478527485347194,-0.5731596013484486,0.15385189616084463,0.5685007988471787,-2.146000731297079],[-0.6201361300859213,-0.7789049547688782,0.23251841750429741,-1.062235487215217,-0.6059414233406436,-1.9574290746385943,-0.9370873963055746,-3.0852014897062956,-0.6697205287824628,-0.22355994691746908,1.177800057996062,-0.024436517512722637,0.09830096393658073,-0.7078534511551722,-0.18391572198731115,0.5342379036146964,0.7887477086180018,-0.04818417339523535,0.33467568349659,-3.419121439305411,0.984761297379041,-1.5881127459476045,0.9074735830673126,-0.4356978759591762,-0.585655316326307,0.2563139631290774,-1.4972047665240857,0.21238272850722098,-0.8652297626763487,0.7044807134952008,0.602017349010508,-0.7504997801091792,0.42090819088249704,-0.8830592131437942,-1.1463274770096286,-2.6589543716532145,-2.4923979264385157,0.7650565730142956,0.44501461050751695,-1.8252674912660354,0.5814556195569003,-1.8089918160279679,0.8213896935885634,-0.5778240008738684,0.0986159522846642,-2.7449224065140103,0.03388905936323374,-1.3129419131443956,0.49072690203453845,0.26196722852463256],[0.8767331171000321,-0.4936721510402738,0.8058691404437303,-0.5185242965456569,-0.8115144618709982,-0.18371455022446864,-0.31029407061389097,-0.27016928404251866,-0.16218468871033612,-0.808152839141176,-0.7763976757113773,0.0016702766829862423,-0.34252699323071695,-0.2974989292250907,0.9616171444703822,1.0460030357976962,0.8272219880615189,-0.7637609469836004,-0.05974720301904907,1.0190243187835502,1.112264408459864,-0.2730196481851133,1.0818337482391767,0.6341781949654048,1.3615787840520972,0.5095754897068347,-0.5701476502838273,0.8855030860855372,-0.5483914428226567,0.2930943959778016,-0.31890656983091037,1.2367166318584801,-0.24580994410101273,-0.05500073071816426,0.19008501811537498,0.35061183452400674,-0.2035013690121789,0.16419257214907665,0.1278744278948435,-0.3007538051578191,-0.5465920923385538,0.27298175210577597,-0.5235808658904233,-0.6774379269476779,1.1337341368034184,1.052137244964548,0.9723052022055981,-0.041711443103076846,-0.3404239610020625,1.213962708717312],[0.4000112612521985,-0.8962861482813407,0.620342678390467,-1.446065021666814,0.3573597461620308,-0.4106428485691976,-0.7181558318081822,-0.41056549593438835,-2.0023466272486083,0.48925170378005445,0.22135272608725906,0.7503438730671919,-0.3504730238628118,-0.821412245492602,-0.22931112610472917,0.5878531704465705,-0.35774316130880685,-0.371883646266299,0.8828668113826114,0.9531473381087608,-0.3431441375834931,-0.9037593309726056,-0.009793927825840222,0.3766340633270728,0.15910255421375363,0.9594762249138625,0.425823126994538,-0.10179669025887886,-0.9046165364267462,-0.458574722142812,0.5199342482319228,-0.6564785772335731,0.17327425608681185,0.5673241584075984,0.25824643226297117,0.544675275485988,-0.3550877082169045,-3.0774606453610454,0.2528314858960278,-0.9027788695589317,0.28147688758205824,-0.36081589286535887,0.9859878087838551,-2.5272424874299793,-0.9233097584735157,0.9304697599552167,0.4768598345100926,-2.6925639882970303,-1.095107716796532,0.31772271679316294],[-3.9568952932969554,-0.41686276963329816,2.5008486637966283,-1.0217051032767293,-0.5974869520827318,1.3422992717458229,-0.343173021987186,2.300451349902345,0.29234518220344224,1.3399920919526327,-0.4413715134806405,0.6651686667411048,0.5327477414465437,-0.8314769015683608,1.4935682215898267,-0.6491384016029855,0.6740938281384959,-0.7843396262401733,0.9498777502799306,2.413270333776343,0.8001875419160288,-1.2981124447250196,0.6860772521317818,0.4531755896048787,-0.32237803283257815,-0.48298085802747015,1.0186187520563277,1.0651681067422558,0.48257278101303946,0.7517573449101833,1.7105161163755331,-0.42545869629693833,-2.468966157804781,-1.386224151438819,-3.51187364064679,0.8002511519080835,-1.8903930038331498,1.0540500516940163,1.6055889223479236,0.539873836811095,-0.5476974639975472,-0.7728709740609984,-0.064833605617672,0.8026547614899904,-0.37670789724115167,0.9404198701488857,0.9873932515575631,2.439968021395763,1.05535428181033,-4.142563333651785],[1.5517997212516579,-0.9419973126866413,-0.030441450090812186,-0.13167872511814685,0.348739294815354,-0.34644196116940934,0.05403956802571418,0.06164646773704379,2.393472170409042,0.09609501132855171,0.4947603159309219,0.8172644223880134,0.509050379269211,0.8714715135740353,-1.6143442182404921,1.463568049269334,1.338290243077012,0.5392746040955791,-1.8120845765940292,-0.45720509419937,-1.7312741102929317,-2.055270640919498,0.3291560279059904,-1.5615014115245716,-0.26057692958145456,0.4667322312733015,0.25808545390673004,1.3805212227272308,1.047510557885137,0.8772866049248009,-1.9836386826768042,0.003602111533877887,-0.04095520474301219,-1.5321385230555826,0.8891585261639551,-0.978244413104898,0.8408266228396952,-0.9300089928871904,1.8114349088619466,-0.5271930577106236,0.9400099244934877,-0.7759701700836338,-0.7644947248572018,-0.9639849603090869,1.2973895794593664,-0.9077865218015383,-0.2883497706180417,-1.2819160460716534,-1.0528583150724267,0.2702835121784074],[0.3351002017392222,0.5470163744971538,-4.075838707081346,0.5333330632913201,0.9575082993227685,0.11906568827109562,-1.2390398794526338,0.4976038988839952,-4.302838342862791,-2.265073920205273,-2.1706819093711887,-1.6990054754815118,1.0877829301710271,-0.8536651276377499,-0.0842858169683831,1.2358907357312052,-0.13455368078005445,-0.05349019928094777,1.228417810420484,-4.586573221402068,-0.01926191160083361,0.7280209780671586,-1.2497364235003827,1.6029494553581,1.3660711090129138,-4.607499665821621,-0.358200656318582,0.8986747263534918,-1.807688858189046,0.5022844963189528,-1.1243802170682013,0.7444348408238437,0.4695549125675774,-3.255028643737706,1.374794612890657,-0.6755018830020009,-2.460112989412979,-0.2571043969004442,1.0020268910977925,0.8796263217894974,0.4516999380377389,0.43139001553336925,0.9198073995389867,-1.1124537454023709,-2.869506380017744,1.2142584928452331,-1.498064281519708,0.5548156873985324,1.1051034713084902,-0.9350640369795291],[-0.27256725666593856,0.5158426725302799,-0.5696399706184969,-0.23153171860107952,-0.21769808313163894,-1.6172567310659722,-0.6612794630166422,-0.3779622427789337,-0.5245133771490278,0.6190334599627274,-0.8069631999125756,0.08555830164307233,0.6927576874236293,-0.1256375789887295,-0.6807638218661788,0.61624640703681,0.2626472408182806,0.2895818179755041,-1.9098587799439188,-0.8561226859129292,-0.45017812882887126,0.3103180291683638,0.21164340371725962,-1.5760995232730608,0.4631360545637918,0.7501691542063704,-0.2006585145014301,-0.3013131585723227,0.5559863191189948,0.28368237463321677,0.8472987657209884,-1.3427844541187226,-1.7150510986426695,-0.5967361716637334,0.2783585797918884,0.9905115470645771,-0.31148865523586217,-0.5430616264706326,-0.7279656238948259,0.14439859275014147,0.7387051775146126,0.8841063357883665,-0.8646545037199811,1.3197442708544096,-1.5224318159937327,-0.7228240407963523,-0.22138319922700458,0.5226720639374595,0.4937111126881479,0.9837089027348196],[0.4032128076515637,-0.010217853958397522,1.50110345744902,0.553229479023925,-0.6147977097863149,-0.18046297224294047,-0.4189250342928501,-0.4183970711982331,-0.3862640393740943,-0.9835455337171514,-0.4704592775654043,-0.877458689988796,0.3332194866112628,-2.835282406602516,0.9744903685226207,-1.1297570251013698,-0.0669570225437621,-1.96758285512276,-0.11334603511550449,0.8531449406783539,1.4836523239911292,-0.7743051759910663,-0.6474757619245746,0.3016463630535961,-3.7290118688432687,-0.013583738595735136,-1.3373415098617645,-0.9865623963110076,1.0492378243085079,-0.8572704128145827,1.191455583449868,1.7636090634756596,-0.48029967011932506,-0.8585183181334718,-0.31553889649241934,0.6188970908206962,0.32465864452773147,0.2020623860729044,0.28495735404192923,-0.21384731069614807,-1.285812324540414,-0.6182297344154225,-1.3425391038696333,-1.8308572466257957,1.189678104355507,0.9659634419860514,-1.4283382123195436,1.0009515745973583,-2.182694953167504,0.6957913930806053],[-1.9000315926235964,-0.033149280043713376,-4.29246506250621,-1.5080930341906682,-0.4119731195275759,-1.7372653644916456,1.275201022364901,-0.2532322430772922,-0.3259099134827866,0.03231318587916781,0.997659648948717,-1.278530553401216,1.1841198432702462,0.40687411248512245,-0.7419048382433703,-2.639408468273651,0.39005311558038636,0.04035787401579525,0.9156141401829408,0.2660697023456586,-2.955414987422802,-0.6732809669656682,-1.2027951389768705,-3.738592992499935,2.1889337011803587,0.7304266928689962,0.2395746680573024,-4.632452390194462,0.5962221964277445,1.1147268731713975,-2.9669057562877788,-0.22104349573524326,-0.20614230049829485,2.010451728449371,-0.9013823128326034,-0.9249661937177814,0.5578892754293624,-2.1896331095363566,1.8707056551260166,0.33744971771504884,0.6303877456694054,0.8900500815132534,-0.5093948184985976,-3.0297228091634465,-1.7804144883399466,-2.103743325566287,-0.6967550217104052,-3.997378516694833,-1.2619577077291488,1.2688594693418327],[-1.5862101557098185,1.4676849459050652,-2.6832861437425306,-0.7489885623111846,1.0117137125668783,-2.593915309019564,-3.619539589118103,-3.857371112154947,-2.866562841817416,1.224853387979325,-3.075344137761305,-7.591218293166334,-1.5959777851210926,-5.031236986435205,-2.4748636190953324,-3.271816100459768,-0.8922046731756065,-4.687546346083042,-5.10197301216145,-3.6167459781734164,-3.5699184434870674,-3.551455134310258,-1.0902671317121375,-3.6760735833178573,-4.0795598092862635,-0.12121273881159753,0.9728349874563366,-2.602044621946003,-1.295093540865025,0.5000783572175089,-2.790934459430865,-4.923623655991191,-0.775688890270763,-7.069274253933469,-4.1390951402274485,-2.5441397009881626,-3.1192388380597196,-2.8327423828301335,-3.7277459688602566,-10.859488395271542,0.280685996139063,0.020304506488382036,0.0657041550126375,-0.436170628519327,-4.7252554195397485,-2.1997774253574587,-1.469045888148689,-0.9326214725249261,-2.488557805171865,-5.501410339753313],[-0.5055204299979155,0.04637213514468364,0.7500402191486458,-0.16390574367212948,-0.8714512379048767,-0.05069901948404792,-0.653709109071307,2.806574565050902,-0.30390623965795144,0.7799696252649805,2.205054902491063,-3.0847039772112157,-4.125442758798198,-0.8692235362205872,-1.1860162786113158,1.8278225721677803,0.49498837407938695,-0.2090629901997521,1.9411846898708789,0.04610800602756584,0.747819286992218,-2.097967780421289,1.2001650911326525,1.640045693768803,-0.032122709095611206,1.1012210661469293,-0.5653827051902721,-3.5108627377058,-2.3052808327593195,0.9999515102714585,2.217819458591091,0.9149795939669807,-0.4737449756722408,-0.9485210810742716,2.001568348222998,0.9474347750709579,-2.154953070770166,-0.23006863094851285,-1.2333954564753258,1.6668454105567037,-0.663154374169457,-0.1420334172131847,-0.1716769361923677,-2.4382073766314787,0.723737378616982,-1.1160229831952968,0.3681280503337998,-0.5493311137188314,0.47259565390217273,1.1905220156841303],[0.461146498082539,-0.6791491746062894,-1.202186091633375,-0.44039434543905887,0.6186281184325683,-0.11972423815789009,0.5878537443406644,0.7269416712442325,-0.739340130914441,0.5848603691450579,-1.062787262817283,0.220906766305456,0.38001279515294173,-0.1638184574449878,0.8767481761149264,0.45806772006466817,0.8479118654935693,0.029003890520290454,-0.8819875953713798,0.23110064240881611,-0.39032577957761105,-0.045786468838624986,-0.5826658737266631,-1.1729323601569435,0.4373967589975479,-0.504392870652187,0.5232361904903314,0.9825432926004455,0.015379510663488853,0.6683336916540229,0.33296805780407024,-0.3809866303520792,-0.5522023765939587,0.8126870827280149,1.0812055320877338,0.9493713355788417,0.45768176573841834,0.6092231825278258,0.17377720692939252,-1.0298495753885606,-1.1357142079300915,-0.6560633970892774,-1.3378357961117102,1.4073258919881486,-1.0762779376656482,-1.635529057147853,-0.7993542528465708,-0.43787157469424054,-0.12822953665659007,0.2516059041631356],[0.22995455868170447,-0.623846629760121,-0.0123522170630456,-0.3001743984915835,0.20740195319616292,-0.3290334710048412,0.5003602871369615,-0.3090509777788441,-0.9955728255646997,0.676030179030736,0.6401167072616196,0.7146079391189998,-0.9747564192316599,-1.4585278964397832,-0.8175921577792655,0.9379579454789261,-0.8138460727183574,-0.23094466805639685,-1.063665152999376,0.7795656016986189,-0.901515909361313,-0.6686442393403463,0.6757490750336878,0.3824688991622513,-1.4265388068665923,0.20680341464847848,0.029692031037555796,0.24932757615793338,-0.7842155336093407,0.016251154426033684,-0.3452266447027917,-0.6258832294019464,0.9787601909947344,0.3676993542466455,-0.848231371931403,-0.373619100056706,0.7998860423352896,0.10014299968174034,-0.7357823858481791,-0.46440718933244585,-0.30512742677385746,0.044354230163115606,-1.291282065636049,-1.2950171682353282,-1.0806154852525156,0.493048076342276,0.4990446398886394,0.5558553298791143,0.5343428398033833,-0.4066837149305309],[-2.174633811369704,0.1185064919654188,1.8320808838781635,0.6267013407766128,0.7129029746503256,0.5571698973528371,-1.337203917595447,-3.100618257975207,-2.034664448486295,0.053119498600155995,1.4214840003529041,0.3607327115112465,-1.05561494880292,-1.7302006459048664,1.0179156366983673,-0.45560097599268273,-0.2869066527895043,-1.558743021825695,-0.7021274363226386,-2.6437678419509765,-0.6314125714547155,-0.36558891292795237,0.44844187839596783,0.45400297271735296,-4.3631493591919766,0.6306335131944112,0.8508810514284264,-1.903491871053931,0.008502498843960265,0.8811678109146733,2.593249687247143,-3.3034846587767324,-0.09830634718039295,-0.2609318315942882,-1.5288737758167001,0.9702274898481259,2.613710651357664,0.3821761668607695,1.573221378215399,-2.037688960872573,1.0435931504319165,0.19881805508264389,-2.9316369697855706,0.7655537423941158,1.7691554247330117,1.6663568519325844,-1.3484204529918578,1.8797555445025997,1.7525242309511513,-3.266955031413774],[-0.9237244919053099,0.0018231075376505834,0.7762501493121612,-1.1783227826569733,-1.0776485351189395,0.4759478554879213,-0.620738338592254,0.03982503929217492,0.8364977411188608,-0.7544020552378408,0.9376575318396404,0.4791353492738262,-2.567791042985502,-0.24849866785439365,-0.6694168572097753,-2.727981532562223,0.8791842490972002,1.0065985157928359,-0.1672012671463543,0.22557552929486135,-0.574126349725161,0.6504689714851598,-0.12612313278410742,-0.3543319097879845,-0.0015742356802955434,-0.3851617369101832,-0.16472125150002237,0.5068079374926169,-1.6019340612124848,-0.062363468995243795,0.3011681886704758,-0.5833095110263249,0.7141597732443639,-0.4796695838964797,0.879857134277779,-2.0826675964264103,0.7224692359195272,0.2507607672627133,0.34932379360804405,-0.5198144405720582,0.9509298151473696,0.8745309957424261,0.3907613815968316,0.9986765943492686,0.6801972322401016,-0.6491519550337295,0.8555348098700659,0.04462301856446878,0.9396424648396636,0.2584996974392483],[-0.6650615523206949,0.11213433360941906,-0.08746950554964186,-2.245500457651989,-1.147601736945587,0.6859224414095103,-0.74930744818339,0.028721610443238624,0.7891373879814814,-1.7626666491783036,-0.1123673063069189,0.18263539382464097,-1.2269980653744286,0.05637664971488235,-0.6418856104167071,-2.866549221732091,-0.027808640188632317,0.2317290315343267,-0.9583218131423195,-0.23653739911858315,-0.49134714206434205,0.2128576527542651,0.23628117942958543,-0.9060743047324703,-0.4093833508188592,-0.18175718304587607,-1.5001617190189946,0.34776774263197346,-1.6286983134400979,0.5162315147837823,-0.8330507831373787,-2.1505284010706913,0.8077150663805812,-0.4465550056888063,-0.16963593077293496,-1.5659952425201056,-0.3075436270718756,-0.29250891780815275,0.2000806984513829,0.4578835980082117,-0.33698928433204894,0.9056237999123411,-0.6161867790203094,-0.21153722565877794,0.8480750417639259,0.3051257352103196,0.5790134944788106,-1.7716025535599118,-0.5908776042483225,0.026537095989356583],[-0.31214981434739103,0.5707044827377764,0.8254489550270685,0.21926207311909632,0.8985689208372832,-1.1701342855509438,2.048328163172316,-0.047091454429100954,0.4271354459303597,1.0951346688443648,0.7963376405391932,0.8673454120656768,-1.0688534240704484,-1.7745163235625883,-0.7207172891762669,-3.2308564040588728,-2.16348986586141,-3.5161373431733973,0.44155401527241606,-1.230687196545919,-3.054400865966791,0.8847731067507378,-2.2795685298412063,0.7568420822023458,0.19511890880236546,-2.0054289921727766,-0.5788219917538935,0.0319374097900677,-3.050530685764956,0.5942275956049051,-0.45371308956114154,0.9422756649405998,-0.307164832922421,-0.007952253986927433,0.8377880988637014,-1.9877069285636564,1.4885001276117735,1.913993201568255,-0.5159321400747563,-2.025623381258058,0.22979983639367105,0.9313576868412827,0.731464503520428,-0.3026595416671658,-0.15720262522224682,-1.6641619259410143,1.0053364060562802,-0.27209309156574424,0.18120095319308083,1.2184463460043244],[0.8010238882688493,-1.100252135497865,-4.83896406565995,1.7445550606391722,-0.3954632124906129,-2.9419917927938024,2.4537865590230394,1.0320426938562042,2.415681557217436,0.44460468922362556,0.0635263832434226,0.3906696031566058,0.31632586687516506,0.02826150155763653,0.5683829969954304,-0.08557368701400025,1.1349931403454585,0.4198443562073162,-2.9611608118852932,-1.2908355421457949,-2.687355280281981,-1.0631868513079086,-2.791863085566487,-4.042765728264421,0.5794805611296944,0.6840730011815033,0.2673023763539594,0.3732503124542284,0.39547202245936347,-0.22170049746673146,-4.460303792757126,-1.4040440289527538,1.7311640409319968,0.332690067371515,-0.4360046782999673,2.616870789953896,2.5301186342969295,-3.1767760873243622,0.2921193432532472,2.4004105512920053,0.5514024569243483,-0.8715902053133686,0.767383893042279,-1.5891253342974379,1.991420431440525,-2.633468749726345,1.0981150142023282,-3.7725851401019974,0.0007940700478448262,0.8806938548999684],[0.552038981558455,-0.5797732868305538,-0.5686786613940514,0.1556303283798148,0.08575933340615291,0.5442423285933637,0.26806525012384225,-1.8582282718344485,-0.9491027335999082,0.658472655444137,1.001616145518285,0.3208264130833543,0.27398824263717053,-0.8071195137437588,0.9479074330645672,-0.3518456479188189,-0.40970192575975595,-0.42525406800465176,-0.7690454762510042,-0.7100530092592472,0.4426269650493249,0.8407770205111866,-0.320136022173783,0.36523994012166805,-0.9028784865198635,0.768808693512132,-0.14675510214549653,-0.8241121321280267,0.8174784686773057,0.02080562551577629,-0.37608664654067403,-0.03498265695198949,-0.7799933318279304,0.7389774633887715,-1.4670342357121242,-1.0077536618745684,-0.6196386526614003,0.1440520726636441,0.6887949288559357,-0.4238909087264648,0.033743881703508685,-0.4080421569859698,-0.18695406279173582,0.23156636959035223,-0.5291898416781936,-0.8995678807290387,0.4280143237564486,-0.5460441237162832,0.24048934845719488,0.10193615015900583],[-0.9490500254433023,0.22465838786721176,1.2910278612535524,-0.5002044564373371,0.7586619147225476,-0.5085714047491852,0.8154346212594462,1.8025277959539692,0.27504929750613977,0.4405011907528726,2.6010834864680503,-2.2704214522432555,-2.2543433141807614,-0.9216781123793721,-1.9763155386777491,0.9387935723200737,0.7372411099122397,-1.6272099252793908,1.232152411067137,-0.35243276837812426,-0.7059594652150238,-1.6723510728672737,-0.4632325154975115,2.734465410132047,-0.7341235824949398,1.0175851542609784,0.2543339448631834,-2.5421627037892383,-2.1804485001459337,0.7573215811519743,1.781780238649743,1.492411774488687,-1.6465447567336262,-1.3850915562000254,1.7276166180823938,1.7194617114200812,-1.8079990873670684,-0.3269627576854613,-2.578742517373264,0.09019492924754131,-0.39507476389139917,1.0399170976846872,0.8674940698450153,-1.515325277362085,1.072115451348787,-0.8570659001932658,0.21289330724623823,-0.22507473012828744,0.5009543521096538,1.7240530803112273],[1.80030419835539,-0.9776508288780347,-2.5275804426229707,-0.7539931101450007,-0.005934513953655597,1.8077317725673232,0.3598191622772104,-4.021072336304033,-1.4190793135653745,0.5981941101288092,-2.1474773613459983,-0.8666750556869705,-1.8052336535802813,0.1122240503781824,1.5501392863628518,-3.8678806715809357,0.26864601908516705,-0.3705667407566445,2.0571464331472904,1.4494870779940465,-0.6155639550877272,-0.6995256217701686,-0.08783741986672472,-1.1780909830207564,1.6998704508967586,-3.1673920612737185,0.8409925469249743,1.0213189532836005,1.062393912025838,0.39946775197285544,2.445085530871167,-0.2951445083182406,0.5513059611578661,0.801206888380883,1.7648053083142727,-1.1922331313698618,0.17490362842264115,-2.042923226637076,0.5399721011462157,1.1037745099276604,0.6866142319678812,0.7758199622153689,0.4702399402222827,-3.351118950797089,-2.5819706850539648,-0.8425045310727021,0.5944287376986683,-1.7822452256758634,-1.598530368589759,-0.19641748185525162],[0.39957201956245453,0.21159516016992805,0.011373397268120082,-0.3710556221157774,-1.6189941894506295,-1.6580874121973024,0.965306983364786,-1.598588268190949,-0.9140284313396996,0.6060615629013656,0.2508040289961692,-0.2176520484641369,-0.13319438530018143,-0.03828462246570769,-0.3956300277308657,0.1488218343381861,-0.4272167246772741,-0.6816966361799421,0.7765365254329204,-0.2244760459893818,0.11105404162167773,-1.0174282922721154,0.9507336255589344,0.6377570441590574,0.9097008249491835,-0.18471613644631388,0.43794863881359214,-0.1523023579995723,-0.46636446969706025,-0.09395375092386024,-0.030484989966742038,0.48762302234050725,-0.7282078639827874,0.8405291601565048,0.3884491918342806,-1.2675476610213254,-1.0410774878941242,0.9410914632921714,0.013228269191640456,0.04578147253886599,0.16891024228918755,-1.2566259190642082,0.10686807963475896,-0.21973224154774382,-0.6493039931471914,0.25363080098729784,0.28281358832327774,-1.1744664192740903,0.3579454666526041,0.6110291612663439],[-2.968922108123019,1.1226777352710726,-1.582998299823447,-1.2880438529982328,-2.131296505852073,0.8020392736774693,0.23580820590322957,-0.6983760021411697,0.012194956668816393,-2.0741720904298746,1.1986066545147442,0.3147247559848837,-2.9506648049831528,-2.7352554652741956,0.7278955264430089,-7.027087598945681,0.1511920631212809,-2.3898491214460913,-1.1123456002503467,-1.2879417302722276,0.23967260824289335,-0.1290513640786771,-1.1330420663193326,0.9462172849841023,-9.433923740317725,0.8803119228001814,-2.7650753896913547,-2.8550183681100347,-2.4308751894711484,0.546849224223931,-0.14328140589610316,-2.0695916183739644,-0.5567152521999272,-1.098594176955345,-0.6770044542858443,-2.724205808494198,-0.23650649824627681,-0.4313826944898003,1.089742900799932,-1.5025840458084097,0.5626455627812581,0.08137669756730025,-2.9728526379255573,-0.35061032749019744,1.3259583242502464,-0.7995243651016003,-0.9196284038904569,-1.444346607990828,-0.7629666631501569,-0.7142512125937787],[-3.3433525256949572,0.7732299751781255,-0.22292575921164273,-0.20078889305947079,-0.8671632616016016,0.07056870329900182,0.27970602725618426,-0.14022713808019435,-1.1983817560305434,-0.34460921177795295,0.45667650716652897,-2.6458539248485455,-0.10945566680181706,-3.0317904073894812,-3.0782336821041096,-1.0397270392416884,-4.780990664995539,-1.5134093815273335,-2.2630854161983813,1.185387263406769,1.097330456027067,-4.532589339426872,-1.2839551151367437,-1.8960322368689675,-1.8191298392596498,0.39233080672040643,-0.7916668394431445,-2.5592955962373027,0.07564902349582399,0.6871107981014742,-1.1527758911255508,-0.30797999701727563,0.8420558450129397,-1.835319992157337,1.0816961906040856,-4.897083669673715,-3.2590805459647134,0.5733026073227016,-2.0667448271962408,0.09020677258582709,-1.0794950047499214,0.8557577381948055,-0.33037195223331345,-0.6217786256883968,0.342196119805467,0.10227514243218523,0.8561148965323618,0.10991372245479616,-0.5774919267008066,0.527089886077155],[1.2798290003917412,-0.6851454484112719,1.0662277527358475,0.10425635339769714,-0.6576900283928787,0.14283977594716304,0.3633004774991031,1.3319572383576759,0.4991520389080303,-0.7693814850664484,0.6589912084524362,0.2783330685352419,1.0787256025809608,-0.47726045166073444,0.709323425377719,0.6928058996091924,-0.4417695157110505,-0.18856749439047876,0.8804552285523646,0.934286490633389,0.3634820892830679,-0.37589184978633716,0.18794093468730083,-0.8797479489515732,-1.026060507388793,0.7476013881024769,-0.5733957292748717,-0.3707993608610269,-0.4009846520504533,0.46074915036227976,1.031756517964716,1.5118307602199226,-0.7325599692534039,0.705568155065268,-0.1462708685291309,0.45664349087597356,0.7451557851299888,0.39052483204628186,-0.1269099240697718,0.5746908103859859,0.7821014876950945,0.63336085581281,1.0600829943096541,1.0180338668027602,-0.03877996977843819,-0.28537919737831857,-0.48968595986159685,0.7382109048366824,-0.8746875375950522,0.684389967491543],[0.8555207498923186,-1.0271572877698087,-0.09120178678289889,0.3373909734129886,0.3605573227562912,-0.21493539978829845,0.10489954985650925,-1.6494085573895663,-0.6221202745253726,1.218280420514184,0.8706326767453333,0.37056625351259803,0.29744457090944143,-0.863245766390226,-0.5815176366707004,-0.7860576953743059,-0.46431221951237056,-0.8252799217992788,0.9841766377765039,-1.7570267582872363,-0.3508145206592989,-0.8769733433204028,-0.07470834770135519,0.7424134984638072,-0.36764702978199654,0.4968961722384982,-0.5405842328773128,0.6962208686382962,0.9109932425493459,-0.5755991481812271,-0.25650264833616104,-0.40542615951180194,0.029336574543972288,0.5393159766608878,-1.2657300410184664,-1.5593146524410741,0.0431556203644917,0.3190004186359656,-0.8013950619332564,-1.4494144212509186,-0.26303027510565374,-0.8877757910100915,-0.2632483983833138,0.7363844247862065,-0.1451024242464744,-1.1997192856266456,-0.5302503392342225,-0.28245863441856034,0.501745494617944,0.9348207615683485],[0.8979080385028687,-0.07640683010797701,-1.0003174453918047,0.8500095019397992,-0.4834122504850174,-0.6032781275001499,-1.0823059582687962,-0.170113480458269,0.5211644476674874,-0.6330236108552615,0.9298102905074014,-0.06676865712473881,0.377083851486994,-2.3388354194652523,-0.5231293827318371,-0.9616810849979894,0.3960140229123817,0.09979480082229268,-1.765062454433495,0.606109677090002,0.36090418370265426,0.6138358764707335,-0.21099162895535462,0.20397137285815445,-2.670214914666735,0.9158052709616437,-1.634348969733476,0.5693987781090394,-1.1351929780062031,-0.02642846652692247,-1.5802414766943746,-0.2171234007248457,-0.055152139001558596,-1.4516240927621464,1.1622537371905282,0.7530979392598945,-0.281515707054326,-0.05387704794653113,0.21709187629461185,-0.11991742401260663,0.37956956850030166,0.7071734399964538,0.8607680305906417,-2.203947148619887,1.3247431618514445,0.00682575073608201,-0.06783614402740684,0.8081791785744566,-2.6009803292538667,1.568256635770185],[-1.1807450599034703,-0.5281580035016958,0.5801587539870501,-2.100231466574448,0.3978119883715045,-0.4490961164028402,0.2505325738560596,0.6787255965621095,0.6680090581053849,-1.3006153843611512,-0.15956266079348866,1.4760214409298553,-1.824615378135162,0.5108505900164153,0.21946301703331625,-2.1641367230707043,-0.18801244228608457,0.5501072267034315,-0.46247477524295955,-1.5765825871499817,-0.3100661526588946,0.5750765026848008,0.5612947763633143,-0.5810540888355608,-2.55190412268294,0.0016474405819739048,-0.7879462335094055,1.147162800367487,-1.398535177011868,0.28581150222864105,0.432089369711852,-1.1581281812270368,0.9639016951283711,0.8932025754935097,-0.23438233139795078,-0.05454639109389403,-0.725343254589773,-1.2602144620832587,-0.5025333870842736,-0.737382029806191,0.4275867757610798,-0.5719599364127889,-0.7933332212757067,-0.33521888518058396,-0.4332900835923748,-1.4208289429889216,-0.3169527519818183,-1.2063344985174151,0.7771605299851615,0.4339152088341862],[-0.06542596549348019,-2.6123813199759605,-0.019779046230603007,-1.35118627839457,0.46468507310272683,0.3684106571301455,0.7484499298297452,-0.8295400363054047,-1.572642964770473,0.35938281562725877,-0.38242171583506984,0.3083323813695374,0.614656600030475,0.11652710044538607,0.6806969374368611,0.7475851121571493,0.7061897483111993,-0.6828366030309635,0.7427051143904155,-0.8474661347593081,-2.1762870747507788,-0.02693206762619055,0.9012437044011087,-1.0268836963564862,1.1430016131386607,0.7272349063151302,0.27807005826582604,-1.6447754417687956,-0.32015349753349703,0.42342221161934535,0.3244613677566441,-0.6541514111312307,-0.312387057720056,0.8626293956968388,-0.5586503056276338,0.010572659474440395,-1.2430588714868342,-1.738781905260406,0.49721485556299616,-1.007752980658978,-0.058578707624755685,-0.5825468363574632,0.679567056808622,-1.1851167814333947,-0.9365049646816175,0.242174019377144,0.2335008043077762,-0.3846359156925716,0.02689072540350415,-0.4478813165516114],[-0.370674195692337,0.5273748499245218,1.1574988506069286,-0.28318635061021397,0.9428056151509914,-0.5881411636031824,0.9466161298238593,0.3832430526497776,-0.5260989888036356,-0.34827653038466644,0.21464103564670897,-1.5868292630654477,0.4108489623359633,0.7789799530918811,-0.23122889014228384,-0.022472855615392966,-0.45185694145736965,-0.5173920756330548,0.9200377405520425,-0.1149552059944861,0.7889832118254064,0.34772943669055345,1.0547536982355434,0.4298138141956424,0.1512783419301221,0.14835215280884648,0.8831129973883061,0.428335632618452,0.893416280354039,0.927806112579894,1.1624796507492554,0.08452463942257503,1.0009098027556989,-0.20475933729830698,-0.09177062130382278,0.027371921338179603,0.6102954386708401,1.163297109340076,-0.39894777891350647,-1.0754967399736732,-0.6198427402065139,0.9877999045495834,-0.3711078352532497,0.4891026415337066,-0.08237639898919598,0.8685133620171585,-0.07618506759563103,0.4666161748782536,1.046148963011984,-0.4900018530877939],[-1.9427161049719228,0.27848127939296896,-1.5587105497511562,-0.1097497196000294,0.36834051870252543,-0.5685083990840075,-0.4522127048013052,1.3410623505252524,1.1487992331136763,-1.0529230688229168,-0.7153999065697539,-2.080902760147087,-0.0650394836382689,-3.077374989083546,-1.5307797891777473,-0.015731104186776514,-2.379680437229687,-2.1310076768950914,0.23609045947558624,1.0317164561140912,-0.6450746755768613,-5.207088136336912,0.05407380954493811,-1.8976974538813618,-3.228542868890123,0.2134568847619099,0.029042977067438396,-2.4615277108214406,0.663012640586501,0.6826783755655804,1.3164256213062346,-0.5285295207344024,0.7605715847712923,-1.1992118057642924,1.382621229383737,-4.252138406960082,-2.3150869527405775,0.3603426691221901,-3.2068105259579234,0.9634349489551507,-0.891741853774292,-0.3567777466727678,0.521933239680563,-1.6941712535716622,0.3201056887138581,-0.5390261310527833,-0.13785699835243476,0.4674574536082182,0.15521079515051434,0.9954065971521221],[-0.2684734231048722,-0.7481864671818459,0.6873866201181585,-1.0119474150571983,-0.37351384891333284,-2.536830792086953,-0.4121175212892056,-0.5557499090075676,0.5728190272603051,0.27650106582587153,0.7192362411345599,-1.678050206824161,-0.7121222610968198,-0.997632833960164,-0.24823716590470774,0.5528033094888173,-0.07649774972846655,0.2909833021979915,-0.676221393403943,0.5958213522755632,-0.5575636367689721,0.7090013523545515,-3.17064228141586,0.25259366502997477,-0.40978824611371806,-1.27350285066652,-1.3862159676754982,0.1574617547805678,-1.884952215267748,0.034977068107646454,-0.8229875064309524,-0.5403230304725202,0.30646152384651476,-0.00810257759954114,-0.317505676453107,0.48963836718504317,0.3349559679521729,-1.2757148975774666,0.3294369194081889,0.7146704242705243,-0.31050028311560807,-0.3363192250431236,-0.6963583334862069,0.7838795715159136,0.9899638838982098,-0.2675492025147925,-2.8619092503069687,-0.1679368934035973,0.8763613299046789,-0.5785477734945136],[-0.6919833037284784,0.04031539399490708,-1.2088686363516756,-0.3924635006860413,-0.3652373158130419,-0.5282384539853824,-0.39100762431760233,0.29148809627701877,0.8802236601138295,-1.0406975537938752,-0.520183881552315,0.7236412052246253,1.2766179558742687,-0.7082344450305957,-1.1532060836866906,0.045393737861696995,-1.3575064944167303,-0.842893357378649,0.21717395561241767,0.3398707962315015,0.8597798604332225,-1.1897082548344946,0.09315448311001379,0.9645086501966386,-1.1343226630966865,0.4071271032562976,0.8101541068265261,-2.858435883486505,0.23611300496460425,-0.5589159561303899,0.43604661882770795,0.8055713001147682,-0.2557237221861101,0.8950223168802555,0.0823408485482074,-2.8061679905455215,-1.6541006223728236,-0.31902803123612106,-0.5790895639079161,-0.32432826905610207,-0.35389404613147324,-0.5994902874079274,1.029101234621038,-0.00240611875529151,-0.9822329103913261,-0.07026111065863704,1.4821301796704183,0.5234286493225127,-0.38759144384226785,-0.7775703106619053],[-2.674279454813636,-0.9585845871925321,0.6513347219871821,-0.2808714433797152,0.8941778163844036,-0.3177628727954036,-0.659342487103976,1.4128104535029244,-0.37118325368245136,0.08404936500176258,-0.24926679415791392,-0.13533848499357462,0.9567760433686421,-0.3627045033582066,0.12122843570169307,-0.6398172254821481,0.6631276155563107,-0.04368729449744613,-0.04694800911412229,1.4295871347679545,0.7926827307017622,-1.2001604041462306,0.1366803888207772,0.3333378066284054,-0.4588646886751345,-0.2358867704507418,0.9686075426039991,-0.05608827261257467,0.976689093708753,0.498032906846908,1.0396370681696427,-0.9977676189924126,-1.8669629019745437,-1.6165214380131148,-2.3600462753937697,-1.145260588398377,-1.815161140811555,-0.3003495502889083,0.8703030269707892,-0.7057054141639524,-1.0386380036379808,0.26139632501659976,0.07940726729000772,0.8060862564924043,-0.5754783159809183,0.5323249486788603,0.599562039552631,1.134809372050647,-0.3366845787415203,-2.4287386690592054],[-0.5957506855465541,0.3384158884407903,-2.080409033396849,-0.8914004942750282,-0.5465300938459113,0.9557571895894311,1.2259080616047935,-2.165559621970065,-0.2967714831193106,0.8735694044968255,-1.4082348435932284,-1.4645687679241333,-2.6448040715459054,0.2818832475888681,-0.7440798242825932,0.6220796128441644,1.004232562510807,-0.5969008591477691,0.7022630602429122,-0.1645613338565871,1.0203118398258566,-2.217803875252329,-0.3083616517639857,-0.7148235475783493,0.7404687240305134,0.6811311397448271,-2.096424219525891,0.4396135633883996,1.166811702262806,-0.10976857227180233,-0.48520756137450766,-2.1615093482695507,-2.8764556253993003,0.7388331029411974,-1.6259204400457068,0.7269081831405196,-0.7097693732287813,0.23918072964456827,-0.3386380419523792,0.3451866675057776,-0.7494793487986955,0.037709514007510825,0.5318335635611071,0.7804380253369979,-4.142643545250215,0.1884029202418797,0.42726470502744135,0.7081495685375917,0.261657842394536,-0.7013518592519928],[-0.17122206602666667,0.37789288128163384,-1.6344889763077888,-2.984390267253003,0.21358531396950867,-0.5589850677197711,-1.197351917174942,-0.0531516221568354,-1.3206983487294055,-1.293516610933995,0.24954513896817004,-0.1834395629422027,0.75574126143318,-0.1319205173075143,0.9326249580416002,-1.660870741900654,0.33314186842462984,0.027640422769430392,0.08603176559171731,0.37724660228862344,-1.222433130408715,-0.9956138556868591,-0.45145967178629237,0.004584867681813917,0.037763619415633165,-1.843517722240095,-0.5421881099968643,0.6295812977274131,-0.5525679100587424,-1.0860293290698217,0.08646308103581601,0.3750421631992577,0.29511013592173563,0.36012690813644577,0.32775604053320384,0.8267811594053567,-0.5258905006919605,-0.6728592136560916,-1.9987117844771862,0.3825282511236935,-0.2350369781937696,-0.05266603208109159,-0.3287515405938738,-0.0403927857883785,0.16381478786396914,-0.7331827866571505,0.827782375062093,0.375773189585788,-1.291400236146118,0.951073518737098],[0.5373897908508096,-0.15818346178721276,0.8429882904981475,0.5710046567248451,0.5486769414358341,1.3266837733770673,-0.1448581028161721,0.3616470194499628,0.707485916032171,-0.20288179643855525,0.6778239250843539,-0.33358976704837595,-0.9229465544455866,0.35379869490683846,0.8299005809130526,-0.584060958859277,-0.731120369307334,-0.27239154495073903,0.777239986084319,-0.17617666389256412,-0.914053607036039,-0.6441162076704806,-0.27831004796758296,0.9220677249371835,-0.6671807598052751,-0.3865648899946491,-0.06069794362888316,0.22539661346199044,0.5976714100791065,-0.0021175499009249564,0.7314606557032839,1.195614517665797,0.47798293244562645,-0.73607077878199,-0.9457178031074249,-0.44835967595324505,0.9418088301537076,-0.29456551979013523,-0.44238596313061973,-0.021349728703574978,0.26469714756145823,-0.9399422025536319,-0.1300112065367239,-0.2714598670626383,0.6582239279348003,0.31739718225046865,-1.3395784641876254,-0.2949402289196384,0.7718294532606839,0.6706662935039682],[0.15235649129969148,0.17470976125260493,0.6544257873064229,-0.8049101405439079,-1.3642219490955978,0.3728476157242687,-0.7522898696335988,-1.2233223110960763,0.3834238922561728,-0.3021773458525445,-0.7519797361688287,-0.12188251917078682,0.22788842849434954,-0.6026887626375357,-0.3423909808374642,-0.9028739434721527,0.7821184098353667,0.7058841180335171,-0.761603551291359,-0.6319146705965266,0.7906460512568017,-0.8734677375932504,-0.0769881365260705,0.3007866029223486,0.7963486922986905,0.3561582638257031,-0.9775046268129771,0.06313442822903806,0.6481850117991635,0.24975847060703696,0.12267753665490033,-1.5235716792883722,-1.0163528786053835,0.5781092264605193,-0.1978757031961909,-0.1844821384925401,-0.7061935168978428,0.04057763842601325,-0.6179110779909859,0.04162597286715826,-0.13416229483448536,-0.04099935254947215,0.1482537795098769,0.8917610816047608,0.983342428136948,-0.6099640462751621,0.9861665158355429,0.1191979059267108,0.9089182481367095,-0.2456499880437787],[0.8428489547882606,0.2088144022101089,0.4976070820484531,-1.1028140727556188,-0.7699079440843682,-0.5179169414130473,0.0993411245487266,-0.49163047318221426,-0.8085465541905716,0.005240431904170806,-1.5716656690674096,-0.16784279787940318,-1.3179186083030574,0.15708262117378413,-0.22987238144898486,0.06945359459954802,0.42259650708858015,-0.9924137224365169,-0.6442840829846446,0.7737684362365419,1.1969829122280744,-0.09878749902260021,1.010128636869724,1.3653613965792049,0.45191755031900216,0.6616001830643993,-0.40582881563450773,-0.19593079699481752,-0.4995762738112225,0.38958431390887494,1.22718002281886,1.1081904437829069,-0.5972207330798232,0.560887868055765,0.26043556907150545,-0.5619011675220047,-0.5021309774353251,-0.06521371844181538,0.9317097710339032,-0.5527236084450005,0.6622914720281365,-0.790463264368616,0.6989129426223616,0.5740165628416953,0.7923600815875357,0.7336729652463803,0.7067197597341449,-0.04331895384890715,-0.5718361816829374,1.8792115031601573],[0.09103662621594391,0.28228966105236386,0.3636933026369275,0.4477157324548596,0.9228445432488213,0.699704989849739,0.31176871683947277,0.00402259792726448,-0.36637162316851496,-1.3772012845157793,0.6891124915162754,0.8167360986115647,-0.22180876993460372,0.09845374567578072,-0.6532819705970766,-0.6083964705993328,-1.0349183404397495,-0.22360375799932258,-0.08629890784765702,-0.7756991584967793,-0.9515525562861181,0.7289258082444506,0.7242252485586951,1.0030382601284367,0.5926208252004234,0.7619028181223076,0.44836686715441715,0.46538312178295904,0.555873295870108,-0.3332303531478858,-0.4948688204241944,0.33562408527509785,-0.5798796225994542,0.167164946006219,-0.8208825120203116,0.7020187201978199,-0.7137993607371663,0.9580612197481437,0.3284586967841925,0.863280344660739,-0.8234149067365397,0.7301147470316632,0.5862735578156361,1.651699994442092,0.6792824269503502,0.6286103984052211,-0.14469832812838607,0.19549673990687752,0.437100850275393,0.3465221530369265],[1.1087100029008874,-2.2257158107062964,1.1957001083718957,0.2839193018613806,-1.6015346158579766,0.41940776876573976,1.0693448252704454,1.275045574082952,0.25410179694938767,1.8021652517946425,0.6120715783494836,0.9576581278325923,-2.7925058096553084,1.4185136020110685,-0.6024709774409456,1.1758548308195167,0.5503736546759715,0.9144278595171884,-2.390209695717186,0.1684767433769851,1.2198359593919843,0.030501856987157436,-4.612920527905914,-0.1560127835537711,1.3150316382210965,-0.21519486581765848,-0.3047873882736751,1.7660189260668384,-0.09273651850193323,-0.3024315357903952,-0.1734481411366318,-1.206684632356167,-2.4840951907716016,-0.8211227557179281,0.8863370313460055,-0.6503685920101401,-3.0039100327825747,-0.9448595536803406,-1.1926850971321068,0.4324356801959934,-2.2846716840155055,0.3256959611420424,0.009960245449108611,-3.3488888198431543,0.06316023987121766,-0.44075510413580976,1.4141732268014824,0.6012590194325219,0.17464478698105815,-3.0038479071987463],[0.33874271962061925,0.7073786377230131,-1.988805166178128,-0.24361643341120265,-0.12146562485774137,-1.0752816993421177,1.5253148635984397,1.3449252671066383,1.4956665287117228,-0.26443893910866323,1.3214333417744777,-0.5680580735523717,1.3758782466235404,-0.7117045325740581,0.08545520653814899,1.2085764572585513,-0.14319892078938157,0.007108133150231772,-0.9464170843143064,-0.30771137232202866,-0.854995978855316,-0.6029386939309958,-1.1989258377148895,-2.18280818336251,-0.14756610628088163,-0.0552309237835778,-0.6961637721142712,0.12699190483586598,0.4812547705949763,-0.5249108841002829,-2.0170590440010168,-1.3572114614970145,1.4114070021826617,0.5410138313315408,0.334468845331913,1.4350403494917499,0.3999138109904763,-0.8469933751059089,1.2449390311747637,0.3788560752338882,0.7314035423862281,-0.7768131577928408,0.5232343434933352,0.14965898312678627,1.815147695252462,-0.7728495343925363,-0.4459730711335521,-1.3713734371138706,-0.37099947124812155,1.4794707128562923],[-1.6347042747148803,-0.686921957786478,-0.47978810587873527,0.5311197605196316,0.3773972197151651,0.12196962550378988,-2.493966452795737,-0.253681582766154,1.238961334167702,-2.74898474423382,0.16702925005434957,-2.788612389944813,0.7398615967015506,-0.45155628413296783,-0.7999608957288126,-0.67465195167499,-0.7654178435809923,0.5208978762550075,-0.5116529105207386,0.4112977896827891,0.9380277534119449,0.17603525976938264,-0.3246429334660956,-0.3301258161556924,-1.0764198996858452,0.5994965200493481,-0.7844497296465593,-2.076601888960689,0.84565005450497,-1.1591549744143557,0.4387477779218329,-0.8767669262115731,0.42601653683209384,0.6762581349571025,0.5137694346314885,-0.33712426527872935,-2.2398780521282737,-0.3057459444887116,-1.6992422600729367,0.6183771286112711,0.23156050547828613,0.8416395646908701,-0.8284344427577336,-1.1112581527678898,-0.2245396513706822,-1.6927453973235635,-2.007265924940081,-0.648959095139358,0.30933359234364644,1.019417240693083],[-0.7267266686645611,0.12392124321967952,0.456321871533682,-0.726713126747849,0.8622094299189803,-1.6310043242193815,0.11677750353244018,-0.8699325958284667,-2.30068194366033,-0.13522918711190704,-1.2794609227437799,1.0669303543545778,3.1164258756896857,1.2172664141563487,-0.8442173034077519,0.2925985182323795,-0.136223876125392,1.2828072416150624,-1.4304058547021608,-2.9981223622158173,-0.3433078133744326,1.4958897173765575,-0.07444877992235276,-2.440965846080985,-0.018317394208306165,1.1406933469012173,0.6588011943531049,1.3293394789479818,-1.025660716551856,0.8959739224283084,-4.523175439182456,-0.6040881934801665,0.9991097358786551,1.1834460356290086,-1.6770169380111934,-0.7101744524868878,1.3438545009866816,1.3581332934994048,0.17269577969512032,-1.2393475894070187,0.21509119070045365,0.6657094288647999,-0.33185185501450415,2.59398892507755,-1.4476021792963216,0.27004465553470286,0.43780599126243236,-1.764445425974246,-0.21108440412589174,-1.0406392475238058],[0.00040455668390456713,0.615959729043434,-2.189885279006316,0.4822241326353024,0.039409702646032774,-1.2606542946101336,-0.6662510450910784,-0.7961297109093064,-0.2188850570061297,0.9549314058215544,-1.4478306820332967,0.44424025479018153,1.086204869715643,-1.3218902677238895,-0.9791543669889062,0.022176766010289332,-0.8570197259948937,-0.25524104606804865,-0.40076991077612567,0.2089307375373176,0.307413504639877,-0.6381518066744859,0.30770932150686847,-0.19656239926309788,0.4155603084399732,0.7981585815629642,-1.042377510255531,0.7934430489625787,1.0623751561686257,-0.5881845310667134,-0.009074865809647687,0.26102757069677934,0.15454414336211758,0.4443518662789178,1.3757715631903091,0.42291706020708975,0.17264928827744105,0.6973615537331281,1.041498373810776,-0.15516658801358393,-1.1634589700051972,0.8867316122213333,-1.0195381748827272,0.4624582951177881,-0.7770213595496774,-2.3083222920664763,1.0915631860509452,-0.42350076878662524,-1.249748152310131,-0.024812897205519796],[-0.2285348016184741,0.7167144587694508,0.9786806710418737,-0.7706764897808982,-0.32970122775966204,-0.7048896187059892,0.39755455478608676,-0.0836125338207031,0.5328020965664747,-0.1362207427844888,0.13184244865921602,1.085605274491187,-0.6180360764506105,-0.20473127574958755,0.9437675919955116,-0.3165726139173397,-0.6332566164231465,-0.014432465216575851,0.9408982703911352,0.6199022481943379,-0.7969762440787184,-2.406696044261885,-0.47000968789693465,-0.332717352317208,-0.5095827825619592,0.8238928804312367,-0.0149343243983041,-0.4867981274556998,0.8812294510182788,0.15460554990198025,0.28301352180097755,0.28999253430398236,-0.5963016827290116,-0.9390902004182418,-0.2744303738016617,-0.705689123010739,0.4755584468602625,0.18368337848079708,1.4844162979189408,-0.7155160138626375,0.4965203644886019,-0.14059068842394712,-0.5285672952204438,-0.48235492201799185,-0.18322272188206098,0.5428126089649099,-0.10144486114894337,0.8835014590627459,0.6763574679972658,1.0574232996878687],[-0.17257026803787118,-0.35945709163795453,0.20359044810774776,-0.4099965385742787,0.8340470270495496,-0.30622522851418404,0.4166863251186329,-4.976679581996847,0.04584659363673178,1.011464725128595,1.1716222188892096,-3.8706689026263685,1.3106504331559008,-2.4690787921229886,0.2108042650782598,2.0111413542185366,0.8154454295718675,-1.706277255228386,0.5031220126132557,0.19641946277784592,0.41514398364102656,1.061449149763335,-4.046336411479293,-0.18689259797287808,-3.714304385104664,0.39053573416411996,-1.667242506978659,-0.20849255536006306,-0.66670326525751,-0.10011256566607706,0.4643151593044583,-0.7347145620353241,-3.0275859278559505,0.4979628004278531,0.462007547766361,1.6539123938627276,-0.8638016856680606,-0.8639400498503027,-0.8314455761665969,0.3119144081695264,-4.866275274275763,0.6873471723664801,-3.876973601919405,0.8691117568370144,1.0601694606497145,-0.07974705220210919,-0.988483229482834,-1.1345131323873865,1.471309956951776,0.5815593590459639],[0.8273007596451563,-2.840635797262487,0.5187380527986976,0.5717454655346456,-0.19258509209288335,-0.10914054880334433,0.7683623376015368,-2.7123746958718398,0.3524189083334324,0.6023791501009199,0.8018032795545791,-0.5590070572388276,-1.4153618695860877,-1.202246633808293,0.1139745682930352,0.971399436192548,-1.0339766790095235,0.7727898427514621,-0.7642996607527508,0.718055722542407,0.49139876908377683,-0.8024455710217889,-0.8347049025229762,0.5420715282508094,-1.8120966306504576,0.9142931514212495,0.19460153851097442,0.48747919895386066,-2.1374181002905015,-0.06749545988324661,-3.3200175510682497,-0.23931819947638433,-0.611783309011084,1.1608752811024552,-0.8094202811123534,-0.7084703420468703,-0.6203710100732194,0.2956638756107511,-0.6219376866444662,0.7302773073124877,0.10315362665522722,0.6489061215461202,-0.48462591427030904,-1.241524017405556,0.24529945272364762,0.4326103782670093,-1.4341079252890556,-1.46299668555766,-2.677780565563427,0.48429458263505376],[-1.1872075973783667,-1.4885272347451148,0.5018953135750636,-0.8762746310854723,0.9243626421226376,-0.5648922980373269,0.20883293049802965,-1.134167878172719,-0.25177792158375495,0.6554193526757137,0.9575999087469534,-2.569681334799339,-1.02219598935147,0.8332620919592688,-0.4246342852791934,0.7763594214935062,-1.8344618590610746,-0.005394543726626826,-0.2430003189392384,-0.09687798266741757,0.33792519804825727,0.9896193643482238,0.22749936909367235,-0.610013249752139,-2.3809907114335838,0.9746985579367284,-0.8337798471303434,1.336487551560015,-1.9380491339791475,-0.9887798061613293,-5.375601596977172,-0.6417281879115462,0.5486462991192489,-1.9403358367142185,1.1020014271153757,0.9517242239334953,-0.12094515311341823,0.8850807239283355,-2.019840030142763,-2.5129930663610005,0.7631376571686576,0.7177395257982346,-1.3644450545755167,-1.151685358919508,0.4450247165935192,-0.07099414226103645,-0.22336586671482003,-1.898427204937282,-1.8747984175253218,-1.0231469143619272],[-1.2587128648862462,0.4613051723009869,-0.417709457091658,-1.5139155943338602,0.10860826198529516,0.24126975412048546,-0.12556409648405792,1.0154954149286615,-0.2843911508110052,-0.6290672064712485,0.7397888356809225,-1.9613798751545095,-0.9730866081330426,0.7895371108308815,-0.9408428556635856,-0.827055019934993,-1.929901239545917,0.7108182343363059,0.2270944030471045,-0.0023194712994093953,0.15410333830037973,0.27017547735475306,0.14947556662499997,-1.8361265904442405,0.9416738368757885,-0.3637413726699327,-1.3867014960097555,0.12976962008741444,-0.13671416783078277,0.05021531567231515,-2.9742323469230727,-0.6381524351845841,0.07751271107235691,-1.77012243001449,-0.36338275261019304,0.028056162305044527,1.0245048817509865,0.24141903110356597,0.49858620634956136,-2.9915341930862036,-0.8495267304473305,-0.13753384788502362,-0.94343248814793,0.2746095302612527,0.4780542641623006,0.9127434508482016,0.2509242296148993,0.8666035322991169,0.23289179305516328,0.39271958768577114],[0.3652817368435555,0.8755403939778559,0.7630611587419798,-0.15609715550637132,-0.6546689815500694,0.3948353897146834,-1.1518985281772567,-0.40370299239818874,-0.017780695867515357,-3.2473708704889206,0.826712898040801,-0.8885750120419794,0.7150662778190235,0.022456887738037504,-0.30541068665597787,-0.26646442180715346,0.4346438138737604,0.32226772543918225,0.542100147201306,-0.8608367141460659,-1.4894882329702266,0.004520504564772225,-2.135626352102496,-0.9220447088644315,0.8430252109622921,-0.6842082859432093,0.47733506702219797,-0.5114722426235405,0.6572757682523691,0.2652028850002079,-0.991280840092161,-0.15790691842942509,-2.4894140311598725,0.790229949697367,-0.925064308471698,0.6571121710523304,-0.5777154607743661,0.6009133676097377,0.6195794477967499,0.3686945378903342,-2.703500386228859,-1.9829380691719172,0.3823150657080702,-0.0240693276514214,0.9689384371856434,-0.7865214907628185,0.1945246356843217,0.5908591224178026,-0.879538382589595,-0.5761200963338301],[0.788301820311715,-0.9387507183936857,0.11441735598573805,-1.3659303391698665,-0.09151301176937217,-0.237370295193316,-1.7723805457644284,-1.4365895049628767,1.372976257884014,-1.2333549379745048,-0.9599838516968232,-0.6853986065305447,0.7224606005504688,-0.11004684215096017,0.7044956432044939,-0.4925954937282986,-0.3544296764101092,0.03586228554933507,-0.3223564916104564,0.9717491655703521,-0.15774052406089448,-0.6037442144697541,-1.399965954635399,0.034113836435002765,0.41662930848048085,1.058477566133306,0.06460155812701013,-0.42915505689394856,-0.2744788426802317,-0.1692769261536519,-0.7180910925123555,-0.35387355492018613,-0.6308805480421963,0.7651922893863415,0.5728233921500355,0.5833199965425033,-0.5748610814569399,0.7688300547955518,-2.115384778734267,0.8810427699885682,0.6089335684262666,-0.09088499199690968,0.9010379505939466,-1.3778135500293522,0.5125549967299845,-1.5743410249521053,-1.6636475890346305,0.12633218457696185,0.2661483862851732,-0.789108436746968],[-0.09703615915736882,1.184374732187293,0.3755777519403584,-0.9341615077065725,-1.6304333082613915,0.17878897010174757,-0.1840015352898799,-1.380485737279274,0.8941315072480871,1.1057285167921425,-0.7202914087040649,0.01298720104691283,-0.6207611756579784,0.19219516442372392,0.21726930866686314,0.9808674673384187,0.8410351783762174,-0.04090891601751017,0.14967505525503952,-1.943480541972799,0.9123934375271935,0.6124424261293316,0.18416993041380908,-0.23962781146256384,0.37383723928479,-0.8205917042519868,0.07831161529742589,-0.11790313007293525,0.7265471010106823,0.8462193158592796,-0.20210128008580963,-0.9350989973941367,0.6782998588740046,-0.48663301454227503,-2.011271117000562,-2.0476873582070096,-2.2976295459966414,-0.16662881612970903,-1.0557629234893928,-1.2256707863285718,-0.6745325396179571,-0.6767091967271731,0.8726874499667617,1.2063265937466876,0.6262382091491273,-1.3382628262136018,0.5260809449279472,-1.9406290042629077,0.353104526266479,1.1972669511355756],[-0.43165615387503176,1.070504093940462,0.5734181199781052,0.8966346031148364,-0.19419068989040805,0.6363543399872014,1.0833540855598411,0.15738085310552974,0.5848041085787676,0.6398061584065566,0.9917449547313234,-0.3587104585932557,0.8772904279078791,-0.5034035745689847,0.3859367003999939,-0.8514387656320983,0.7229538494173126,-0.6059839497471683,0.9593471523186787,1.0265205591878175,0.528673556988835,-0.0748054072714372,1.438105842182175,0.3583628898639647,0.6478545828329474,0.050834245917805616,0.9086362033487395,0.44237548365982315,0.45080733474125556,1.0938723979379237,0.6612808410525367,0.1278828953193604,0.06979201026189413,-1.3389667056200685,0.9152704922185015,-0.03872841848359003,-0.11580961427210285,1.2164051548309958,1.0620729648445983,-1.073562444700937,-0.4753303291060641,0.06036799028579347,-0.35614454072274093,0.4025168710908582,0.1973799377468897,-0.9821840978349029,1.3155836743767282,0.9045527614595285,1.0583161924101026,-0.36335389598671397],[0.4237123826775331,-1.050631127175587,0.22969825884588627,-0.619316140913684,0.0718981951025964,0.8107922966933002,0.5412711975727177,-2.9339756976636724,0.9905773162495417,-0.8594760839975997,0.44468608901754036,0.1244504342897809,-0.5688631912995329,-1.01191621709313,-0.30242367441131074,-0.15069363528991625,-0.7589596069106795,-0.02938840795694834,0.6740979758086035,-0.3418382651078816,-0.6357987300311024,0.4112202443727543,0.09744219584777034,0.22133607268651903,-2.4439752629275753,0.20360432024541017,0.6039512221481592,-0.33364715008162904,-3.100566832386298,0.6109976927088953,-3.0441317968639012,1.0545592699836048,0.6303981793188609,-0.5751326808357303,0.08211893103583355,-0.4804265687150462,0.34073797721241883,0.5242355606094015,-2.0506124928877143,1.2524798142941787,-0.4950578802494554,0.6469107844405956,-0.21408715502087214,-0.5183739686002079,-0.019132321114056765,-0.10215599596388017,-1.466191403617911,-2.016850488610985,-3.115085558128946,-0.6871373842974005],[1.1556181992027517,0.890577073102879,1.6707136662147686,-0.9850508523196627,-0.12343253294363181,0.29253345336039943,-1.6917405532623266,0.4188701420926291,1.4330264223970077,0.4889640630961918,-1.119845426617474,0.07580436561420408,-0.1011692723674427,1.3253712002023843,-1.4455421534796387,0.5367915209024859,0.749689318742567,0.5861637568566699,-1.9565241343807502,-1.4851493951988641,-1.1596995243123192,-0.4378063607131745,-0.035708357552647715,0.1783344398963814,0.7973873688293859,0.4367594389204379,0.057937859622541193,0.9142322757160445,-0.7963611269147145,-0.5388329519962504,0.43761829397595253,-0.8803870123824042,0.4580923366029747,-0.9316237731458183,1.0277134871998252,-2.2957716222235165,-0.32836763067807057,-0.5227886603157786,0.8397975476676313,-2.0131179775648023,-0.8135104969084886,-1.0209101805388667,-0.6322607327384652,-0.2861698938555647,-0.9413572291276682,1.1241876654851475,-0.8714752397201714,-0.03661536909962494,-2.905420646884476,-0.624220779802835],[-1.3080784383648287,0.7386892933550788,-0.3027553084726936,-3.3946431603337492,-0.19065375419899752,-0.6120362501919444,-1.5801098386872716,0.7650241554132801,0.7856655924709666,-1.787878801658622,-0.8545258007072125,-0.4254098049465696,-2.4478633093777162,-0.7140799981735081,0.03958707102613609,-2.684696910546299,0.016771507510854884,-0.14838168504422658,-0.7596934733767388,-1.7182925033170573,1.1220068203376785,-0.4910023945001602,1.2363769328232963,-0.5408305364563136,-1.1037982414788843,-0.03737958064038882,-0.6651488787968686,1.3129382243569794,-1.5446812671929266,-0.5060232596201616,1.3848664949974776,-0.4638679511425421,-0.23722303531410066,-0.2093590332600985,0.5656988822672195,0.19467800493685763,0.4376467050927321,-1.7319919550748422,2.0239585505719524,-1.1414643652553282,-0.435586773910754,0.18280563303323244,0.2159592336598162,1.4063637602268506,1.507059936649042,0.3684969265924738,-0.9516080452325902,-0.16472131791548994,0.9387775364637263,1.1678337322712484],[0.9819545630329645,0.48830498925678384,-0.3584782614344821,1.1692122993025535,-1.5438549827175814,0.06312342362007582,-1.9386324284099026,-0.7470065792644389,0.18709279174601773,0.8644709883964702,0.4327406663382643,0.3894019325953895,-0.25463668680493906,-1.5514476330396685,0.6826355799050968,-0.6309737639263958,0.9201177581905333,0.23213817772835066,-0.7526434675308117,-0.6564397397202664,0.6693270282957478,0.8127740008416513,-1.4965540635944914,0.5777887923786773,-4.291415106578945,-0.5924314440207027,-2.819111601620446,0.07950429365242913,0.013491931385910056,-0.11186410810198007,-0.7697629685357941,0.5525904538509674,0.8579466306032483,-1.4108873721048032,0.2600821739163809,-0.8593808243956145,0.5353063636572624,0.9335771295782436,-0.38428253416311847,-2.970196113822343,-0.41803690246621317,1.0335896855811553,-1.6782728775385016,-2.830833994112295,0.11536096569174815,-0.37006381544436556,0.7488641082218693,0.6531929607972485,-3.760115044909073,-0.5561714015458133],[0.4334792664160077,0.20370013083690863,1.9682793716037816,1.4584797052357696,-0.21023087227365544,-0.21939124047260145,0.40395746170743907,1.376121418220913,0.37043624766387506,0.35704299441937276,1.0983040710239118,0.9522956277292404,-0.44392415365274923,-0.7920885232209594,0.8169785297917099,1.249090590945409,0.5360664071646065,0.6431351393391442,0.4412441282318044,0.6343749713844343,-1.0511233425045046,0.33091466396645214,0.8174590576734384,2.2680821604883854,0.4387668521835607,1.2468275255886951,0.980940712978005,0.35274731721686664,0.32617106170918003,-0.22489602184955443,0.41250990875023924,0.5898209008903886,0.22552587106657018,0.05645125067723167,-0.5841788429676293,0.3803817486169539,0.3451946388412445,0.5189677650989862,-0.2156179967393535,1.9818889950627028,0.7794541370177196,0.6027943038252344,0.6222156437920965,-1.9538869067623037,1.0481520139069236,0.02883449014027082,-1.647481246833107,0.9665784135837184,-0.1686312423000936,0.40616529846749544],[-0.6754533989904347,0.2630531317564627,2.4591293615758607,0.12999744643890343,1.3230728812054267,2.122145174127294,-1.318700101777359,-2.6033303121156273,1.063512074793853,-0.18780988887084615,-1.777070776407055,-2.882721214139489,0.9726568938353714,1.3016238520990326,-3.193643596171865,2.491225933242609,1.047871915430929,-0.6880704343888184,-0.937111681778108,-2.097725372491233,-1.772775205528945,-2.246462431774459,-1.566766023657788,1.5281223363513132,0.2964288010590056,0.4205169773969231,1.4267075325906455,0.47211440011686395,-0.08835103102421886,1.0259992981281272,0.4599763573230225,-1.305587109164604,-0.36835985540985455,-2.6501359392087345,1.7596718157773579,-1.4161552181031305,-0.21467448652642934,0.01955599971665303,1.3740016087503075,-1.0369876677977945,-2.9893537860978636,0.3958625679830444,-0.3398098501349847,0.9868974816922779,-2.9147090522486248,0.40700150354302506,-2.8241181068193733,0.5307487981777456,-1.5852649596998625,-2.9196107750146827],[-0.22331250997735033,0.5352425934575809,1.7201607806524217,-0.17434942483692215,-0.044766320802472066,1.0412682189112028,-0.19249209574384774,0.32147837832487103,-0.4595009677238206,0.31159851352503987,-0.26146127538851377,1.3702085548193268,-1.7936774603093455,-0.39696991242208823,0.5542162270999341,0.04394313683870828,0.26330841276401057,-0.32345669601964167,-0.46631194320194136,-1.2926776229993422,-0.7591961036404247,0.5372665150251619,0.16740775677887484,1.361973688269555,-3.360440153194549,0.39593023939740574,-0.09856888934329283,-1.0106254620639257,-0.3803686009112589,0.18513724685082902,2.9987758615156426,-2.7942450008695086,0.47813564851848855,-1.3058267487693604,0.16251253974850935,-0.3281030156778318,2.7543703279825054,1.7396609819529745,0.9633025770337624,0.499798889203591,0.23376832331038216,-0.1898910249924823,-1.064283189477869,1.5981561404425035,2.380682715422534,0.9381560052765692,0.5854740273057754,1.273431618254049,1.8287345303427294,0.23510366930886972],[2.1883241257353445,0.6283798889168731,-1.8309971256641675,0.06460150514189152,0.6069595124370207,0.8130441515796039,-1.2601651157386637,-2.9554779833817193,-1.9728686490326655,-0.5852429648144909,-3.0749317767707294,1.0538910613687258,-1.8340379366628174,0.3154651730317517,1.3649727855620823,-2.411467258137142,-0.3748522456082666,0.28566681499581514,1.0554992102496992,2.321101048973055,-0.6230046174622784,-0.60569147441475,-2.238370278982423,-1.8573847855092787,1.5091752132589757,-4.3373651975167045,0.13817891296318566,1.0386021996141046,1.3794904189633281,-0.2801910115886898,2.6643180464979976,-0.7323420398426381,-0.4376972741738494,-0.15371912706057153,1.3264878282336703,-0.7928816445304339,0.9587328799785431,-1.9406763544497816,0.7561235120153285,0.997479897343963,-0.2697894596687737,0.3729313111672459,-0.03871498422046335,-3.065385530651418,-3.7469775105793635,-1.6971659329337145,-0.7159702826376666,-1.8161849139356154,0.17228126866113086,1.0448195854220341],[1.0895631782828805,0.06437975573801635,-0.254092992271524,-0.5115265246377418,-0.6122850213633939,-0.8242139866524876,0.0376131616728841,-0.8253575125931274,1.0813757727160256,-0.46020850655919743,0.6503013024858453,-1.1516660820433362,0.08303388934756505,-2.7147479912942103,-0.36612172710922963,-0.2713216544854346,-1.0553745136913355,-2.9897609861493284,-0.9338883652260505,1.6305768103760097,-1.1564131437745044,0.5334259139531083,-1.5709556043568247,1.667149748851902,1.8222537360787345,-1.1484628065559417,-1.1824430539175168,1.0363339412601085,-0.5773049502713442,-0.5371788072241492,0.929118841594575,0.7343397031135847,0.4958728975762567,-1.1360201650944806,0.7399014460538922,-0.735301724167027,-1.1371760328791578,-1.0336054710237996,-1.1220467871440776,-3.5371218311587955,-2.3208383269459327,0.9023106965235144,-0.052163998017427715,1.314496986538846,1.3717742563551951,1.1203674769179235,0.7067458013108838,0.6537314060244577,0.021259554693166555,0.5935566675829848],[0.9611084945502661,0.45797956592816597,-0.28780411497771635,0.7318800608665301,-0.13809108742799606,-0.7064466418435076,0.5253306650781153,0.48450687388389846,-0.9014468178296694,-0.1737077536377356,1.1999291159027143,1.036847161930879,0.36840292026878,0.3608381134736113,0.8741419538763681,0.925487605911085,0.07519337269645168,1.3954112263677916,0.2665860715601466,0.15166527907618596,-0.1348696445044897,-1.7571203862198939,-0.01023103669466269,-0.1473152943930075,-1.7774148745423688,-0.24895589655599584,0.7977340733362087,0.8578199623055069,0.5543394070792715,-1.1702691998615358,-0.20087876829748263,0.21308502326785372,0.3162519071060121,-1.5621413154461803,-0.29506290634600896,-1.129415938504081,0.13075993286935556,0.7737201976555078,1.2679179219880958,-0.3427384805223945,0.1252724749141779,-0.027030516191288673,0.1457259348483099,0.41989594949690434,-1.205016117743638,-1.1762768143409346,0.6346787449537323,0.550611684167796,-0.022471972014795193,1.1471261233895294],[-0.06391468507916684,-0.00950297021348438,0.231775479239563,-0.3821550120966792,0.030522669153974443,-1.665436833579791,-0.14286058695553175,0.24349352435883134,0.006648425977201807,-0.4658678859239329,0.7937769663863713,0.5772122630369646,0.47367136173390667,-0.6732284802770365,-0.6310206419142771,1.4282519552569088,-1.7244755492021673,1.657966641828535,1.0321235075125357,0.6722553549076054,0.04778300169551249,-0.7875167401762964,-0.3080303457657143,-1.8487398368122097,-1.3683513451792677,-1.5471900370654708,-1.555985233038785,0.7218858204116739,1.287783375134048,-1.5475371232053075,0.07679383437316478,0.4643215974081348,-0.8016606047412927,-1.7481885353766964,0.7173118265550973,0.329015426793077,1.036072120215498,0.8507608202766805,0.25734358658546785,1.010710237457171,0.5612763890850165,0.4774052623965049,0.4085549186472759,-0.17747016957736453,0.5762232842002633,-0.7421653348417826,-1.3596508303067216,0.7003206424514484,-0.619239469682083,1.1707676653998256],[0.36519449082978733,0.770363184216746,-1.084089669979174,0.08009675989667489,0.2648752869063213,0.2911181527846465,0.781957641891329,1.2684394904818999,0.6514836656357056,-0.6573792498350843,1.3386885096265142,0.9620764250566497,0.2526403917363466,-0.5033292713753564,-0.22831699276413758,0.04295596301024865,-0.0923274175120355,0.783998781683665,-0.27548584254113,-1.0429704410509535,-1.5713634491317712,0.13191177528958586,-1.767439662400524,-0.9663088125508644,0.38247176637547137,0.35032815696741765,-0.3764551068195903,-1.259595046981963,0.6427539037670904,0.8518552571715755,-1.2604138081996767,-0.5025287973931802,1.0041261186705541,-0.920996619237864,-0.36627137862752035,1.1719095257692558,0.6274642591631081,-1.4074925034833752,1.640516583341846,1.1815947613029958,0.3458337199119699,-0.22860841976784507,-0.7864937998171451,-0.7711648000048817,2.373599452827429,-1.9164674329240698,-0.12360994614046364,-0.9678159812558111,0.846686307331415,1.359609144067444],[-1.8079822009378608,0.06187618521552808,-4.064404436290761,-1.0780230984576824,0.41191805324950637,-0.10771333282932262,-2.42353373579684,-2.5558252218123534,-3.377807968329958,0.2683954305594031,1.9630953951967747,-5.104380588109424,-1.1004235091846548,-1.7932309424936015,1.0407371362344653,-4.476134663894476,1.1392684577708294,-1.1628003289136795,-2.456192085639562,-3.478465557841405,0.11936181967753393,2.2389499746846844,-2.92001635926465,-1.5162102981049883,-1.826415195083184,-0.08123696053099014,0.08749057608681927,-3.075492658119058,-0.755554689941447,0.40345303785242853,-5.292045568812246,-0.4186656917680455,-1.3870406884299726,-1.72040100567705,-2.6724158393708004,-0.40724349044691327,-3.0911484508409957,-2.3304705138419357,0.6715081011917374,-5.631602185980214,-0.8172828556241187,0.19464063763535966,-0.13608174022407313,-2.91628762186382,-1.847917215104369,-0.7974221936344117,-2.493409461805616,-0.4160956200539663,-3.0865359243008035,-4.687514125408343],[0.9022320750707672,-0.736627294811053,0.42726307675251046,0.7692590426796847,-0.28909346356395926,0.6234942681868046,-0.16937319076482965,1.0374340760640302,0.2123937822480688,1.1601354726520496,0.05311755005993623,0.6118733115530373,-0.701267702443947,-3.94356655390837,-0.9153397836146882,-1.3802880812737879,-3.1579334159185595,-0.044368468138168596,-3.317116462977354,0.39584805668377254,0.7102878628121848,-3.112042675690243,-0.6653583546831534,-2.5780832548193056,-4.969361605899459,-0.26382765440300215,-1.7411466010566097,0.1728948718397422,0.32524684071011717,-0.5558917169187341,-2.473220405496157,0.16127767885932795,0.10445850679918453,-3.385567302242045,0.5057922569995857,-1.941607921240718,-1.1806986512134319,1.78836151864098,-2.149043818091925,0.31423969875086216,0.4900109782813884,0.501419999200991,0.9444751143126684,-2.3488033621490114,0.5462402109174782,0.4276318394613557,-0.790643952604805,0.22914119054291895,-2.5280793758017372,1.0137155214786462],[0.8627051647492527,0.7872829813898742,-0.6420400499165029,0.26762685645897216,-0.8938124619478286,0.44762618321964676,0.23022019242279682,0.719263650230825,0.25109357667117893,-0.31678709824058787,-0.8012594225696789,0.7786797102277582,-0.20646635179315773,-0.8668169323548196,0.24612031581997365,-0.9380644927788819,0.7880858595229142,0.21756746715519118,-0.7147672629385673,0.46298462176751837,-0.12920072486770712,-0.9782544468034056,0.9510904240575966,-0.6075898775034866,0.5220181001409627,0.30872644274843514,0.8942168134352102,-0.3387924050397222,0.5350762001943122,0.32528237384739894,0.19681828246271627,0.7063429738421212,0.689377541368766,0.04353302475120525,0.24580308307646284,-0.4480012980866745,0.8152348372313717,0.6883862243820192,-0.8093853624214634,-1.0733892341598579,-0.4690938973020022,-0.7246353927106036,-1.0491368612310499,-0.6008004689230437,0.1919761859990916,-0.5093938957831651,0.38974814524299134,-0.2243464683187646,0.6091630319567096,0.22736977584567963],[-0.8356928842255633,0.3346163786102418,-0.47644270569236447,-2.198976565260998,0.09371001320076203,0.45111234561488767,-1.5398219442592984,-1.517736495959106,-0.5108789587691597,0.3533157901433371,1.3417972643186131,-1.903249732122074,1.2249406582624722,1.8393117509013823,0.13170803250687924,-4.031379954423275,-1.0757351268462418,-0.5450106655657299,2.632220672594453,0.36521975924609823,0.27001466306226185,-0.8038936091785498,1.079922235778361,-0.5846085096430244,1.7815230658991887,0.3526132825298695,-0.18913535445862045,-2.0593024035796375,0.5269505565354559,-0.2485224479759664,-3.493702912897801,2.5623349661031534,-1.7732506750850354,2.363058836155562,-1.7811530672184803,-1.980855102295539,-1.6094600548344662,1.6911149704407293,0.3633569386319869,-3.4831682396521413,0.30391816174864833,-0.5013072438556072,-0.02268855458490955,0.5140474567567052,-2.6703179160196893,-1.3770031087781918,-2.740037832959658,0.3392510834723887,-3.318677341986749,-0.46189947600482106],[0.7762966456463555,-0.07316400430183036,0.678068177712721,-1.0797411999726871,-0.6157706720600854,0.046274001839197346,-0.46092356467659135,-1.0745338873863586,-1.3939743297955147,0.3240177336247816,-0.46855687924041656,-0.13127550435852853,-0.4194629507963232,0.3398613372649107,-0.6059248185790893,0.26828322989398046,0.8438405321342695,0.30945491806205366,0.4138975002778297,1.1124275472841334,0.44417077970140656,-0.7787515245154867,-0.10768645298452463,1.363390552661016,0.833710971825561,-0.7079744361109895,-0.6993548983815417,0.24812257092616077,-2.1879577405789488,-0.733295389329493,1.1984589694751298,-0.3163679080722353,-0.8162504992902713,-0.6012458713247211,-0.5652541269483188,1.1027354162980008,0.24571801922205877,-1.9183058111795874,0.38658029339707195,-1.6162624758139295,0.007804267339675104,-0.6882188851065117,0.6871940792270493,0.7731749659457177,0.6129248826493664,0.7278022620761373,0.44878951212180485,1.0999725012726762,-0.40320331568008505,0.1702471520354461],[-1.1789358345179752,0.17598749438350791,0.7626150549173011,0.5940874645905136,-0.6926143492273242,-2.2181561666281695,-1.282426614428529,-0.23665709959443781,-1.6437847364806606,-0.8631264830906192,-1.821149968321518,0.8306417710885048,0.1310719662253133,0.44434693900011074,0.8922143293166189,0.2155165889180204,-0.877872577187935,-0.2530301187582168,-1.6956838375244159,-2.153974136008548,0.3252707975634855,0.5531941211085951,0.47426316124410184,-1.4910510053499881,-0.5016409060285469,-0.11647502835304213,0.6056259356456342,1.5957969245308101,-1.1685520403817369,-0.038917128347116456,-2.6747307064767467,-0.6939271207338132,0.298960204310086,1.8285228129775355,-0.6382983164580606,0.2466237177259082,1.4148267019322347,1.9348165186310895,-0.7361629542019723,0.026477824417488527,0.47976178368455263,0.03207517227225751,0.22604003438680967,1.4294101805702872,-1.5419350792102993,1.0114811020916712,0.01121662346473006,-0.8381798088591406,0.022576726435894326,-0.7506357383930542],[0.16860075086639406,-0.009194193960885989,1.2038144483398787,0.772724523669312,0.5083174085927987,-0.2180206650453622,-0.04614357858287357,-0.7793965151863421,-1.0434074419786223,0.7186808011013913,-0.08770131535701228,-0.3216524848048525,-1.540616115664214,0.08337967246571552,0.3425758430608386,0.06938330201707739,0.11109548014851381,-0.8347413240489219,-1.1852406276238348,-0.5183362010437309,-1.0251247588343433,0.23234128664246756,-0.15079297547649081,-0.017785316368536738,-0.8398905107717884,0.06488966618625797,0.08161827948104772,0.7228752028026924,0.6992056889008154,-0.6603540815365826,0.4233104890559582,0.5792352716837995,-0.21102127299141082,-0.7223964590346378,-2.2775017187959565,-0.43828864149760466,-0.6030920085304816,-0.48194711236496207,-0.4836576240050313,0.7865330919947019,0.7003839150302628,0.5701849905131494,-0.008208363319913637,-1.1198589435204334,-0.6405848415891113,-0.5418983756262079,0.3127946444529274,-0.7552416463259338,-0.004829066550746475,-0.6185786791790329],[-0.43516977904932697,0.47872204591932443,-2.0278656058161886,-0.35594403777754907,-1.1534662861350755,0.4982058356867262,0.23669175271045445,-2.118027406200365,-0.016238264845414952,0.31390434409919554,-0.7616463960956715,-1.1235890716227463,-3.090741121543553,0.8160336262463729,-0.10068195070537364,0.839027702211064,0.3620038368905084,-0.9141097085203482,1.017113057605052,-1.5041712022323475,0.4482925057149173,-2.30527104340451,-0.4489017909773105,-0.21190940653366414,0.08928038291464598,0.11359778168987629,-2.0697735176772674,-0.4889830873981686,-0.6583902003112163,0.4989051721696366,1.1681587296868972,-0.5436215793218638,-2.0362502534867333,-0.1351526825045135,-1.6380028024793742,1.1892067142655984,-0.909768691003686,-0.24579671584464355,0.39224212865303415,-1.0099731213324754,-1.9740442228380566,0.6043407229104875,-0.2890070301281151,0.7260815304782057,-3.5772862746726357,0.03690346971061267,-0.02471167549649708,0.34470354498600836,-0.33415238992319746,-0.1550743783358334],[0.6169196030401018,0.8761874415552214,-0.5850293775614701,0.38947534391246047,0.5268885690334401,0.35398204368136454,0.10980644167467273,0.898102436140454,0.04154914353994192,-0.7038800115617867,-0.21100217866339996,-0.8573092464235396,-0.9769002840148574,-0.2817267712684917,0.8557427415486492,0.08754954320301879,0.2644234573171057,-0.31172989930858913,0.6604424071792439,-0.44004543347750863,0.5301508298474175,0.5881220352963512,0.3982413329665532,0.7652429997214267,0.0861028752097096,-0.009898673958251954,-0.5264277379872643,0.23144718688930285,0.8426116556593205,0.13568816159832556,0.6437609468275,-0.4822550640186885,0.9536050084096536,0.5342748569789526,1.1256303033470496,0.4276664802425029,0.9756905411700798,0.5493993268041986,0.637966337632648,-0.04153960809648903,0.6544387151799136,0.06170495382177358,-0.36503626053819344,0.2565461708777992,-0.13522893451762466,-0.6937907601521999,-0.42558251020147064,0.23715434545115438,-0.2185083520725934,0.23678043165593995],[-1.005691205050127,-0.631078086790007,-0.5720162841643088,0.2770680382826112,-0.40222444112831635,0.9933184527746248,-0.02747126846321867,-1.632618252117802,-0.2736459115252725,-3.1771360692303827,-0.3193837733675695,0.9287605806905634,0.0019784976070904257,-0.16639246712127276,0.39773429032798235,-0.44077004637375816,0.36000153232993626,0.41461832947448907,0.9197502531809268,0.7958767797743724,0.2809380198881222,-0.7089370410783506,-1.339199660297428,0.20203508873061193,-0.4529746835482017,0.5919471429718224,0.10335367292747978,0.9601341511944643,0.7988463508524575,0.9643037968317093,0.27915125947865416,-0.49646781353614583,-2.679517689548321,0.5705222826403047,0.005605465934016582,-0.6485081186163894,-0.16229939832710888,0.14800721975628667,0.6778289386241415,0.03486211893998645,-2.8680669766515017,-2.146398859894724,0.8350498155300861,0.442122300053758,-0.9623175266129121,-1.7928217089347533,-0.6434006347126083,-0.42750092570597603,-0.6373009224753481,0.5060879133119259],[-0.25311873484128583,-0.4348642520900029,-0.09078118001695078,0.0983818942963278,0.4678512300700121,-0.6014817904070807,-0.23984408778210178,-0.1884258771861057,-0.593943521923565,-1.0576536823699412,-0.9058351811030533,0.41311183782975286,-2.2914595981506873,-0.0354964923561502,0.5866547070264857,-0.2748510459435066,-1.2006239214316774,0.6716496998849141,-1.0952546934615828,-1.5990883015955248,-1.7042843533337046,0.27980844461724175,0.7336542817397976,0.5029383120523544,-1.494440083811201,-0.5511005682820483,0.9759522365472082,0.5372816434385234,0.3366449213124498,-0.2726636310327888,-0.19963981838240613,0.04938903683536099,-0.28934894378751985,-0.7568477121183738,-3.07169534295755,-0.3905889279604912,-0.24741809255007507,-0.4678605953131853,-0.9391816956022373,-0.38575593568492667,0.8729634255167285,0.6907686608429364,-0.6514564006803286,-2.9113177496285614,-1.4613322801060922,0.920787463086892,-1.7678688034406669,0.7330689101850903,0.3157954183598857,-0.6599772229714461],[-0.1976050459745437,-0.47281707273132345,0.792373023694363,-1.2382808684132747,0.19726912392610532,0.05060039110839802,-0.5907846479690695,0.39177149394644417,-0.022844640524712027,-0.32615626264276937,-1.2081475595623135,-0.7045026751675793,0.03673103951953614,0.2834010638812573,-0.5295591190733534,0.5193540425841474,0.9492049545324975,1.0098301327618195,0.2776242205538821,0.8175515750533084,1.0449002837113535,-0.23602043532710246,0.19512653988159473,0.5399038254465265,1.0643905376494034,0.5666839990683733,-1.0493346740631213,-0.9631784273566807,-0.3778362516139727,0.5505702984886429,0.8472657418155493,1.2939070840676803,-0.4013197628363868,0.23838264858372424,-0.1862466268300471,-0.46132987190648767,0.5750584076560802,-1.0457401411011866,1.400025347099455,-0.9520878295094509,-0.5842770717070361,-0.30277672112694337,-0.2676609850515092,0.2637366523143325,1.4391012158758354,-0.4202193046795237,0.9987676811907472,0.013092735398742337,0.6357850515506703,0.8637531543842182]],[[1.4763795543830378,-1.7852500649985152,0.34935323105010935,-0.5498327936250591,0.5809837200001761,-0.8463958731161367,0.13353053598650744,0.714655361101079,-0.1888071387712115,0.22072522577011988,-2.0522738079974494,-0.8122894940366888,-0.26949320160905993,-1.169175062682806,-1.5901700708119777,-1.1796387896176828,-1.2229823650750538,-0.7379021726572211,0.43320073733009556,0.4127781353634798,0.4583910364717711,-0.5420852763442956,-1.7462375051463848,-1.0098574266376164,0.4114961867340853,0.8379042583658378,0.8579829133294167,-1.624183489599255,-1.8406450907244918,-0.6970192426824728,0.5711886837163032,0.8085296297558681],[-0.46155057770287605,-0.25573786824966505,-1.4588708282105416,-1.1870081323266872,-2.5761010866614122,-1.8237192083779714,-1.6377727131961637,-1.243692737859192,0.7641602381598552,-1.3628027845847397,-2.0469196245909766,-1.2760387876525567,-3.3669997986412477,-0.8033378921695152,0.5164590861132684,-0.49961140692999617,-2.240933392318782,-0.3025507710308308,-1.5180034757777128,-0.2854493968420169,-1.5297096815831115,-0.010449799858872306,-0.7586078497367994,-0.8379510348557446,0.21414714353266373,-1.6329494075165325,-2.6579042082074458,-1.3841701623466043,-1.8880404943381315,-3.12689278488555,-0.573427726920117,-1.5597873836353362],[-1.47035499285147,-0.44237869299167787,-1.805512532955206,-1.2011884049170014,0.7530326540283477,1.6836156090702086,-1.3677380422446406,-0.05060593467319703,0.7679177029319257,1.0203575024239013,2.1903584151257247,-0.44224623696832177,0.28369291590036966,-1.3847117756386969,-0.5543786704082141,-0.5370820529784344,-0.7475126150376143,-1.0786082946069213,-1.4696357748852977,0.2812299554975834,-0.7472353994014577,-0.7958724229115006,-1.4006153412447948,-1.5111806441839388,-0.19464664152493819,0.6310128568282743,-0.127319534034219,0.612931027967463,-0.2014880983345715,1.1667118784559205,-0.14081652776277145,-1.5222883979624686],[-0.7517912600754093,-1.0161378470204503,1.3670228579063655,-1.9839993773471696,-0.15612903627537267,-0.8143647027425135,0.6565096468188004,-0.7273517597747968,1.478052655071274,-0.9630031384400058,0.19782217623893417,0.09409305363127163,-0.9745278691133151,0.3164165295844317,-1.9061135348220155,-2.2776859566278542,-0.6532309249563688,-0.1622927655192812,-0.5211225070794905,-0.7235068607006112,0.47374499618747207,-0.20265280797953006,-0.13605871375291534,-1.234644585786497,-1.456783203379572,-1.4900596012986476,0.01443237313881509,-1.1976565535865742,-0.899258611824171,0.28137640769296746,-0.2483300704876699,0.5715675100293467],[-0.385038057896618,-0.22788441315230926,-0.8342745919553326,-0.901557907244474,-1.7980371312735983,0.13670162228503974,-0.32623013336810947,-0.9072147102877377,0.4651324572548147,0.6863018844692537,-1.2420844551182226,-2.107100178723567,-0.9368024945161276,-0.09059888185856838,-1.083844886195981,-2.183393453591445,-0.5223493307997034,-1.5092839750566458,-0.3045568897733771,-1.7678683008560372,-2.2017968156456025,-1.0822925680536406,-1.5983706658326737,-1.994642440248373,-1.6503994461740925,-2.1818731862408702,-0.2250461752596347,0.1026658859173755,-0.040485780631478216,-0.03672390906337819,-0.6597375042939374,-0.7818210493809601],[-1.5573900411936814,0.5451066151019347,-1.4302216152948704,-0.5212150217153734,-0.6517683328296443,-1.424511565111256,0.11216857203823725,-1.2002354230543246,0.5753700852248225,0.6281355352727415,1.760092126223958,1.3115323526204319,0.11141337211572884,-1.8039181652028466,-0.3616834788223218,0.5116448959381551,-0.29188808714314,-1.0262379692662578,-1.825551979626916,-1.6695752491653595,0.18167363482911084,-0.3016812010868014,-1.311013612450745,0.4986401283360882,-1.1718621514775287,-1.4518843636103074,-0.34715413790893435,0.056959217269347086,-0.7320653645091506,-0.11575161876927008,-1.2429301916216917,-0.0997894996008527],[-0.3179705985416889,-1.7277137810422765,1.301553594048878,-1.0102578947773366,0.4206549982404002,0.47934548295775214,-1.3143319437377814,0.7001217851188418,0.77886361272654,-1.469694895873793,0.028193694398639866,-0.49886854115757484,-0.2894090056819448,-1.1794791220485608,-1.2728347920448928,-0.34626397149780247,-2.308918900312355,-0.8790290587729168,0.9890073560189367,0.9081602530565082,-1.3818791448282617,-0.8244805861581458,0.18144473792626378,0.2223975175618876,-1.3262971659811384,-0.0204399354879607,-0.12231358988005563,0.19514256989139125,-0.6468255051414922,-0.358758034662145,-0.8242911237586553,-0.6911691508690532],[-1.0162660731807194,-1.4582732158886629,-0.024907426313403213,0.5087552166473648,0.4277371280435518,-1.4321507672309606,0.0496528771778673,-0.7505425848450052,1.329084572283856,-0.7653797159950093,1.6138305089416038,-0.8339881520876663,-0.35387357795086555,-0.6374029549824843,-1.0031576596532676,0.6124582426635617,-0.884848706076383,0.3766233891730679,-0.51764403133586,-0.12067106894838323,0.0946405843884519,-0.4049387346205821,0.5880563296770009,-1.123836642487809,-0.7900902006091798,-1.5420788257736935,-1.597681441879489,0.41889461967802955,1.5560636224074338,0.5969346236457934,-0.42966048754063957,-1.790739575370886],[1.027809221133566,-1.3784242057415503,0.21670632626078734,-0.5776608104856281,-0.3755878694160762,0.31881155107946035,-1.5011520046066884,-0.1597925858060923,-0.32249150660180187,1.5150552569504137,-0.44103301564328645,0.5053270509531723,-1.4077399844540408,-1.6655723669899272,-1.0985046342106743,-0.3762708972244297,1.7199832790122986,-0.9974112969960659,-0.7243566157208549,-0.5604715078717829,-0.26130207112086334,-0.22129986308217336,0.6621139532502393,-0.4825041070042887,-0.7762401620574193,-0.5360559267253587,0.6455374276688445,-1.3127607347811086,-0.6052924808188608,0.13480963954081754,-0.6971779175799537,-1.4059115597252048],[-0.5614384579916324,0.6974962857277223,-0.9797835647149419,-1.741797702496156,0.09767328358107534,0.20540698251299053,-1.6430253692124266,0.7793905227841695,-0.35473413849459506,0.01505471790196683,-2.2974048179900706,-2.4577959241116076,-0.03121764915872667,-1.4339576937502174,0.13827048230091277,-1.5196630892351866,-1.7375545878499274,-0.7720252116285636,-1.061392755577616,-1.2438441178310902,0.6907588010782797,0.4799598524219602,-1.7952697337938786,-0.5270865739101658,-0.8590607429255299,1.0630553939128076,-0.013010538899325427,-0.567766567212942,1.1021212615009492,-0.05717085499396299,-1.0484227690143273,-0.9255540527226748],[-0.7009691424650768,0.7223290197958636,-0.22794903722226723,-0.18168969472881435,0.6508528808483407,0.2325201673831205,-1.5655473650389276,0.019791194186460453,0.1956249012133859,-2.191833862308129,-1.4251476221723016,-0.9291345588953189,-0.3011421247081224,-2.0812792523090513,0.6984528514296854,-0.23611729390179523,-1.620227512363006,-0.1380326966801483,-1.4198947588840207,-0.7946909283029595,-0.7653786469908095,-1.5626146871365612,0.4849758948347644,-1.5219687749176913,-2.095623014555321,0.39308894413704004,-0.39634659131580613,-0.117596472814704,-2.044091366760696,-1.046814769186779,1.188232857730414,-2.3145912372079644],[-0.8406819220876518,-0.24043279768317516,-0.12295095969619943,1.108160733474556,-0.19567730381722293,-1.0630436292819925,-0.45312291964798035,0.13172216083735808,0.13419075600256258,-0.28540258316418565,0.40805404962405833,0.5526435800553354,0.4039068268419151,0.08270054229495814,-0.7409101965150322,1.0334851763443038,-1.7557342102630322,-1.2876450403479236,0.5835127628546002,0.33043907581289295,0.33187674277290347,-0.6234226079112524,0.1469629699681577,-0.783695596789356,-0.5516002729998616,0.9548453425820024,-0.40574756845288407,-0.635525805609846,0.08482454484672082,1.2183550774331167,0.9274009709052904,-0.1785521357024915],[0.21196847821994202,-1.8389289836564187,1.5709545423020461,-0.5583955457459894,-1.9209239771243283,-0.21290946219100812,0.4307168963765592,-0.9935474397964916,0.2658886405076223,-0.29342930526524624,-0.15379363550968994,0.15309214289097073,-0.7675742790586684,-0.15801493043704942,0.013086894639042107,-1.8100302853362207,1.1087005194387476,-2.2780449194809638,-0.5175663037230651,-2.331845507793947,-0.259837349345084,-0.6069190351501699,0.8040274065077336,-1.9089182366414739,-1.2709483883794372,0.3886918120830069,-1.5871117425239125,-1.345820395744681,0.47363122217091874,-1.0601962982184951,0.8668218803810355,-1.2055044124578673],[-1.1825173884663842,-0.7071221729969782,-0.2716562188292152,-0.7262726651049222,1.0046422656642695,-0.5680410998243913,-0.5991962831755441,-0.6627678844208864,-0.3798947861579664,0.5536167687474048,0.1907575101427237,0.8992707739071821,-0.8143228917459763,1.040473480342206,0.17154866015535028,0.5817614343231748,0.3863561397205416,-0.5754702875507547,-1.3345402084801998,-1.3798382771721835,-1.0732488493258967,-1.5577929940939077,-0.6164313205382309,1.0456657091546737,-0.782109317933118,-0.21426998256681715,-0.4407136198142395,1.3754835008583062,-0.6975863552985495,0.14080745134855122,-0.6008479777757334,0.9880911844892925],[0.5007708418573251,1.3510079878294976,-0.7015833822670317,-0.3163315672871914,-0.26006812728429435,-1.0080108929782865,-0.6410678352276735,-1.3348562749805042,1.3095635398572927,-2.301539735047868,-0.04285815614011611,-0.7104585674885444,-0.6320627469139064,-1.4477656848854144,-0.7803045088900457,-1.2264825709297842,-0.31398602322000013,-1.9674030627841164,-0.7587113665528209,0.24958063566957917,0.3127016377735064,-1.33772928058217,-1.3694034858587765,-1.1155900312847757,-1.0417145288291476,0.033459333013542626,-0.93107619661304,-1.4994479390443491,0.8309794027726403,-1.8120453191564765,-0.7136955390399746,0.47067391957742744],[-0.2558301954482126,-1.1765552087154367,-0.17306127361556517,-1.4859255565777882,0.22607383786840474,0.9125293228207997,0.6591345463228258,-1.431423112005824,0.16712439356190256,1.460513142169733,-0.8659498709554108,-0.2909432057356788,0.6556671701729063,-0.19618484210623174,-1.7314789826831232,-1.8429325495136,-0.1474920762582507,0.018006542505576865,-0.4880878739268869,0.39788579246789335,-1.1996067425011414,-0.6422340064094081,-0.8884049325226181,0.6656425273153254,-0.49636565331519295,0.06888739978152741,1.007013563082842,-0.06064934189094701,-0.875000872510712,-0.5312375814330976,1.483131367998617,-1.511216099295212],[-0.5986526667486102,-0.9769244584876433,0.7555661101043095,-0.5629459998937106,-0.8951030198074541,0.5406537985274819,-0.9193133932274199,-1.9056448606310983,-0.13441226754928742,0.03148959399103539,-1.1189249924036095,-2.0778929123076577,-0.5256506467168297,-1.637429843181391,-1.4141107886351758,-0.12076307171503818,-0.2836512519926779,0.023515272817201057,-0.1508992901997404,-1.4878173971311903,-1.2138716193577395,-2.641025921096068,-1.928166703868283,0.13721437113920784,-0.4767867919799365,0.41702762696979334,-1.3016955849660052,-2.2005148485471557,-1.3465448173593546,0.471397230142495,-2.352070362212718,-0.7932115857106569],[-1.308172452622401,-0.8039833152713615,-0.11469061100672741,0.4350698803542019,0.4255400357685343,-0.6561760721637339,-0.327049036103617,-1.525106563329827,0.9711226647446128,0.12245285415220021,-1.2232321044378667,0.4738819317230786,0.12639509135464155,-0.3469008325715071,-0.34549471460051884,0.5800432718724751,0.5028164132270073,-0.9061090564546781,-0.28594389931259157,-0.09304671671200598,0.3090791832669355,-0.6394422495849672,-1.4020021198998602,-0.2820325064839755,-0.39742796308024436,-0.5216810730179311,0.12613373064767497,1.1222439272955391,-0.573290858158096,1.0627894202755173,0.9032232918890679,-0.4757889358981284],[-1.3498150906269433,-1.4760849862289607,-1.6042104344200976,0.8868847260308934,-1.539152226380458,-0.015912142824130077,1.0100753001702758,-0.30960933496065857,0.4311140854146535,-1.4198032930094509,-0.46587939299379644,0.9215940130224577,2.271657912134981,-1.9336561399793895,-0.016646557749802917,-0.5647799120597162,-0.6208727861799287,-0.6222626582263086,-1.451318467527393,-1.4282667144831847,-1.4108894230880444,-1.4568868432267479,0.626502750114483,0.8199772862235527,-1.377534999160335,0.3224286100328332,1.2038988624245042,-1.2293069175716813,-0.8368747322446044,-1.2819770522411367,0.7656941755041141,0.6067319715809953],[0.8338909838534679,-1.7793373196004907,-1.235461226901529,-0.697659026183709,0.19949082685534222,0.18495849319650123,-1.8434995849434581,-0.8193159857767683,1.5033007212305538,-1.3835459096272298,-0.89690189945761,0.4918467621087233,1.9201863487459905,-1.9570370413848766,-0.5951946088494535,-1.175128980262276,1.1662369919157818,-0.9732730084685212,-0.20518678981472838,-1.203259317254474,-0.6138747337648914,0.2237507918300798,1.5980597889636128,-1.0814433195993307,0.3700963537638563,-1.600324061460264,-0.032169408127951674,0.717923062291078,1.0777940451893062,-1.7518178685287527,0.09293829136718892,-0.22133624826608425],[-1.2280901799331165,-1.188192845811973,-2.0395440793931425,-1.285707753400039,0.22309163261114312,-0.1148401118313247,-0.11566236689892484,-1.765304214054092,1.5908469795817133,-1.6122351516239468,0.18031715965048453,-1.4572139508245385,-1.7989134314078699,0.6783590695000516,-0.5157229429659521,-0.6136118190931508,-0.22118400601437743,-0.1770883095861028,-1.32551227911873,-1.6593621990099066,0.22813099696246802,-0.4457483840684382,-0.42917574970330263,0.2757465927117521,1.131279121506692,-0.14396618278902915,-0.33191098677480496,0.5601446163869618,0.2578183862987387,0.4854834112509361,-1.5917168739657714,-0.512076473086776],[1.3186390591752566,0.42196600805256596,-0.7852736913862985,-0.5285052352374192,1.162408065694185,0.18268527680675414,0.75780583363885,-0.37707047413004724,0.10043730176734468,-1.339670730189205,-1.3468878013620278,-0.11277445548846743,0.6797633161448574,0.5659091891873426,-0.9292027232813861,-0.3190453678540105,0.5520138846148107,-1.2048338586216074,-0.39516796250144803,-0.06378255924712177,0.5333998860644458,-1.758518302336659,-1.3761669339435987,-1.3602507318792243,-0.753195262530972,-0.7526343855604017,-0.3120203855402286,0.07551117033063208,-0.9103833447882577,-1.3519288073492213,-1.672149693297077,-0.5927814432359861],[-1.3283365038160744,-0.8869054063590007,-2.0818731798443055,-0.002337978209562604,-2.2223313428625024,-2.429188547205547,-1.2554084985494354,-1.5918932451473504,0.2893509244477195,-0.16995058917321723,-0.5261285679671474,-1.4183244692626595,0.825377540933529,1.3153055596417331,-0.7377941341197247,-0.61604873618085,-1.092861238913006,0.02977020535885287,-0.0353617526517217,0.2973444244377596,-1.0944769567281079,-1.1213273022888108,-0.814714450506957,-0.9229347373258937,1.0015016505063656,0.7433084943580234,-0.2196591617027755,-0.5018733209708265,0.43875461956774475,-1.245729015884803,0.07769586140297091,-1.20570285136509],[-0.1745673164721795,-0.18546646463883915,-1.629086788841257,-0.2594029343197681,-0.3645858736608851,1.4913910657661356,1.020136216843593,0.12583433957518336,0.01728844634619996,-0.46864977276002473,0.02488447279140799,-0.21455069009430042,0.10932812324956137,-1.5435861235570605,-1.2022988457620734,0.014039873804875185,0.2811055031021017,-0.18391109494836275,-1.183935875772803,1.5482759585819352,-0.34727151250813965,-1.607320686515918,0.41258535483610764,0.046446850646763266,-0.40512982113220186,-0.48505213942279113,0.17670048564370283,-1.3777763431360062,-0.9927263170982368,-2.4399891757379923,-1.298825388034041,-1.059844468798992],[0.46224652140137273,-2.0655127793220815,-0.6167725265376259,0.9182961595739259,0.598920720641616,-1.2652084326917914,0.5986515811767331,0.3757318454350327,0.9582561872484849,-0.267629693519028,-0.2598786079330823,0.46952244210078997,1.3706627742920816,-0.18131783410223223,-0.11304351140125317,-1.3145147958680246,-0.8845626396258579,-0.6574846130723817,0.46617227259549565,-1.6474042178947441,-1.9607956449496515,-1.7779712719954925,-0.9719810643250797,-0.15989441156477308,0.6588423298759165,0.9080867731680011,-1.6778501329786522,0.09126349999051032,-0.622312932311493,0.6438416976035131,-1.0718035123066767,1.2076867304623315],[0.4651878741954513,0.14411733578854866,-0.6322450492916322,-2.222424726076362,-0.11728608992217797,-1.6000331152567167,-2.7442214235335727,-1.8122500458825077,0.7823778854210846,-0.056141546034506315,0.003369184030161508,-1.9268657748187341,-0.3700076021505605,-0.017591599441511008,0.025497048853694596,-1.1353941620501466,-0.02131272940019774,-0.7642976973044079,-1.3377818959485748,-1.486929295731894,-0.5126237396964902,0.1463676592321245,-0.595269751204682,-0.012571972158301147,-0.7780770711562102,-1.2502110417981627,-0.07445799241003682,-0.07732621542809101,-0.8081086293306418,-1.9204490861373937,-1.9066853888017046,-2.9628860563999146],[-1.3942302467307608,-1.2007709448796768,-0.4471930139919323,0.33476484322375755,-0.3856187925690909,-1.7984473229340963,-0.48301945916212363,-0.8304144612048809,0.0036551301920284035,-0.6894461635853316,-0.2550905203443052,0.4336517933179674,-0.11087799410661009,-1.0605561344642649,0.2601835210612135,-1.8375696178301246,-0.7703724922024653,-0.7936181683989475,-1.704609828915111,1.0480327180193736,-2.1716894921827326,-1.144314034995288,-1.1818696700650555,-2.0628002626442554,-1.7372319743423912,-1.2504861023790943,-0.28054167482455256,-1.918374221220316,0.20245519368001105,-0.6183999546323407,-1.6525842342050052,0.6407625596273844],[-0.5773570028111156,-1.4328562142468644,-0.8702227786581446,0.26443046864379227,0.5432866432500718,-0.20287168143681494,0.2050277071868706,0.4172422139307984,0.3373039879418302,0.9474197852917082,-0.8293316478515007,0.1483026716992138,-2.074740749872917,0.2818656434166274,-1.5145875083893288,0.4168847343926864,-1.8365856027315344,-2.0296063989659907,-0.03815893992837185,0.8287794149749311,-0.5292967194335136,-0.9569967722876469,-1.8943054954863505,-0.39641217060957307,-0.41436115913517824,-0.31318610872960934,-0.13121138847505934,0.1608830141725773,-0.1686934695960598,-0.7272458714167055,0.02835950000180731,0.7439260361994998],[0.9272844265103531,-0.8137212404502407,0.22290539216570163,-0.7520797752945959,-0.8937737203374431,-1.5266902609023354,-1.3929621344796677,-1.9465178963501846,0.4418991287938574,-0.5840327345782271,-0.3960143897188316,-0.09771724100771197,-0.3322464238495527,-1.873564627341732,-1.0543355720885559,-2.0316969964614393,-0.22633780082751725,-1.948947927566617,0.6519698103087218,-1.163457551492054,-1.128913442782357,1.0517947419680047,-0.1695154448300367,-0.39203595596157487,-1.6480785185679356,0.18847674064792547,-2.094283966948418,-1.0937978749391755,0.3508388350130778,-1.0342529090479187,1.376576267729929,0.4121131360423029],[-1.5680702148830419,-0.5991369467560554,-0.7919224028309702,-2.1316839464959885,-0.4061902278349434,-0.22829418883885638,-0.513541602961359,-0.8657085803316742,1.3705842630382237,-0.5718016804543381,-2.888850923502717,-0.7860109555657911,-1.0616466862631828,-0.6479178902839519,-0.8418921873701449,-0.8467686498581383,-1.3347086305511195,-0.8981451433836759,-0.6890526303556274,0.012810724392858653,-1.6704125781151626,-1.3473078692198908,-0.7409924162388168,-0.8735273519885178,-0.7525292985065061,-1.3661847234308624,-1.0782682726075685,-1.4739068700479372,-1.0008477702260858,-1.5852518907235233,-2.9821591415086766,-0.6345232544984889],[-0.373999914158504,0.0037333124873648142,-2.034594795029011,-1.0859052853931688,-0.532155192336419,-0.22219858445401766,-1.3273507492536438,-0.44096862588719715,0.11049099540734483,-1.1249507039785196,0.45095867915108634,-1.3509746939043272,0.2948445755079228,-2.422786260050356,-1.6729398159042002,-0.9170682661987241,0.7113374339717106,-0.17841432536879742,0.09478922360877899,-1.277688346769584,-1.3522164753971637,-0.9412310204486658,0.45148801599625565,0.4265511750617851,0.6573029697361356,0.22399233105823815,-2.0599145346438106,-2.051337149222887,0.10625747801142307,1.1093575350842426,0.5135897939839661,1.1094906243810143],[-1.1775167159135385,-2.003124104361351,-1.3292812200692345,0.737405781975,-0.804417357816409,-0.804268277525519,1.035963500729901,-0.383351286402345,1.7818367734552734,-1.404788300286129,0.8418096559863313,-0.49515083453614234,-0.3991785284283431,-1.689420425910141,1.2116057432426355,-1.324288572678516,0.022063095385805736,-1.0331621995435698,-1.0420064266402194,0.4250544078055041,1.131635144788235,-0.8397043365751842,0.9398434821951299,-1.439754224380896,-0.3852560618186101,-0.9726088065287447,0.6361235903810211,-0.5274953735377095,-0.8326029950606251,-0.682407636678753,0.6029236012253297,-0.9381597701947977],[0.5069840031721924,-0.6819646118810619,0.6130772887990448,-0.17463232376038298,-2.0706664121747154,-1.601458617421946,-0.42422724643473403,-0.001079577435991603,0.3380600988983215,0.7457863269228682,1.5153387590352474,-2.184211403413232,-1.2163756039980342,0.8816818667502512,-2.24503987828175,0.5395637913115846,-1.5420907339488337,-1.6071299852782421,-1.6296405206121967,0.10931412686920762,-0.7622479224055329,0.3387370109304553,-1.0404641414342704,-2.378899788664027,-1.4456203409201367,-1.0791280585324217,-0.3994405107142784,0.5530268305931435,-2.3002501241996627,-1.7969614125344202,-1.3957871741294101,-0.2716558588955459],[-1.1455424816865691,-0.7319419164046357,-0.6112455621656514,0.10518126214544841,-0.3581972664597086,0.0930269257748979,-1.0539025340436743,-0.8232355352315814,0.5480092024682858,-1.2288230666989621,-0.18905011773833413,1.3708497851200334,1.8626519451285246,-0.057114118773709054,0.06156105084465774,0.17284805918656285,1.3580563485697723,-0.9925280951227055,-0.15275170370461125,-0.552390361054569,-1.0181782847017,-1.5580516337360504,0.7153434528552757,0.3100941386340782,-0.8940367097120071,0.7797166147851917,0.41639319214255316,-1.2162688384028353,-0.7162250129113958,0.964552509735311,-1.8295123230607253,-0.5297504834526989],[-1.1136651826035238,-1.541981109557821,-0.9157938737481164,0.9647788096959432,-0.15889379187257868,-0.18493427769489099,0.38824097552593057,-0.03985491069841047,0.5268345493558102,0.46223237589280175,-0.7245329978678949,-0.3362988234648564,-0.139306221111496,-1.3376899064823957,-1.3252775194102742,0.8460644715969304,-0.5212051717974422,0.21547724403501137,0.47089284929643704,-2.216506278514104,-0.48149148960065713,0.32537192892493816,0.6335112599536437,-1.1638257859125902,-1.025449193769509,-1.4946268629353903,0.9199871688838256,0.32520386283748176,-1.6086520414925762,-0.15118517839555873,-0.5706958174940568,0.12988206440368247],[0.03742371394992123,-0.8640194049085721,1.6475367379763854,0.04704359724262658,-0.17287302995911596,0.7325721747412935,-1.2362870604222482,-1.2411189095957238,1.0148868020326385,-1.390400861938077,-0.7429310396290514,-0.7409719498934547,-0.4781138243121252,-0.1081781722735394,-1.5708577249620022,-1.4235292419287244,0.42602106165473763,1.1096910943856322,0.12678510970734735,-0.35528839108828375,-0.4719737934324553,-1.7571965638323033,-2.1760648660007296,1.1717599039616982,-0.2511048487039763,-1.8920407061381594,0.15580949287635606,-0.616585178232404,-0.6656176484187907,-1.5562370224702515,-0.7721967797928457,-1.055990764683259],[-1.7860111715083509,0.24550413870655746,0.7943992801579253,-1.0420629174594969,-1.6703227976601382,-0.9651061686604449,-1.3048996245939743,0.33363642189284265,-0.20535479959104613,-0.5502002742104638,0.7116467769255596,0.9750679023955716,-0.29067177680900713,1.643508746195001,-1.780751475527894,0.14912628302661535,-1.4124480529550927,-1.4895841098583062,1.5798940256216718,-0.46548291161617217,0.010024118199604415,-1.3989545275873592,-1.269799021899835,-1.437678133772297,-0.718457302084498,-2.1657366416371207,-0.6233293151230714,0.26840726626535083,-1.4260631510462414,-1.183889537262305,1.0329629119656958,0.2781155677444598],[-1.7486290924177108,-0.745139796959438,-1.9804778853755611,0.09427636662134004,-1.377348281749612,-1.4560326474239855,-0.2721469304140934,0.37542041083634214,0.847022929735432,-1.0789796632139987,-1.1697199502633437,1.0002916388767125,-2.148716343555645,-0.7697173903098476,-0.38860660083944304,-0.9411453640821268,0.9453069150303193,-1.4025592335665262,0.6089650870066075,-0.007503549855074671,0.0867012293414993,-0.42538391259665825,-0.48938752775150707,0.2598337321705039,-1.6723076047529792,0.37302010390606166,0.020123843898970727,0.4958063135268304,-1.0693732068495037,0.9444859720456664,-0.8252070439291448,-1.5125343054130291],[-1.3076016652253306,-0.41735137873387446,-0.09725310777605031,-1.5761286127315515,-1.2533636757754265,0.544132189195755,1.0814733533189396,-1.0474858360677355,1.2143867696300497,-0.06935307609691031,-0.746229872930094,0.3967450049526162,0.6228833063670688,-1.5322672608806196,-0.34096462611962824,0.6929991517236092,-1.5306867051776203,-1.819972108835979,-0.5210301820999158,-1.262550227933841,0.8677610830601646,-1.6303395179593596,0.14245592586936376,-0.3956215753441085,0.5987502560543816,-0.27673404830077436,-1.3722510835164172,-0.20267378563132785,-0.5133256918637265,0.09147652117301967,1.2126067446154487,-0.45397225287609266],[-0.8734992401276845,-1.0344553464373545,0.02633683653479156,0.2889915169593757,0.4551637615054939,1.098547627455048,-0.07691609555583279,-0.7910915725355272,-0.023253782654111668,-1.2649323067048974,2.0058352520382816,-0.013245826719164524,-0.42956762925841824,-0.7549838880512761,-1.4781436564212438,-0.9831154822147528,0.8190783577107397,-0.2138372847093828,-0.0629069086189891,0.2675939792560143,-1.1545454326421944,-0.39640346814944166,0.8412617353463762,-0.03782262105239842,-1.2928045256117073,-0.26979316571951045,0.52176065182891,-1.32196458952667,-0.35968943557274813,1.301230027413174,-0.12392283405777695,-0.1900829269788099],[-1.980271945241337,0.46871602366223813,0.5585743818390193,0.6230391104543531,-2.308305373235424,-2.584879933075383,-1.2983089293612813,-1.5682630699023299,0.08760792210056176,-1.1749617421667153,-1.793423783682703,-1.8950536171859982,-0.944915853464967,0.6695185438301317,0.44360350018315403,0.567913863045636,0.8170304407929182,-0.7379299820955064,-1.7386284221741863,-0.541037525298644,-0.271365728082743,-0.3501451774801471,-1.3476018582262146,-2.2127300413480664,-1.753818563765155,-0.6875619513885155,-0.5347025767575799,-1.468589911229959,-1.180046158998474,-0.31276611074462735,-0.055637393152415546,-0.15448213265332505],[-1.8042716308816524,-1.3456084686121754,-1.069533780143416,-1.5894663984443145,-1.115657896342262,-0.35867820520743016,-0.3422944145740136,-0.5061549607557628,1.0775711431624224,-1.1775622079511074,-2.6432751629414772,-2.4756833718710074,-1.2708877567268093,-0.8489433203545765,-0.8153970193495845,0.4180600347440505,-0.6235560401019757,0.8820049300533765,0.9979204381662189,-0.3385173137692777,0.29235728880843975,0.36624651997441576,-0.6742724853707044,-0.457112839608524,-1.9662505665665782,-2.4972052019070397,-0.029703076541149526,-1.030295679633365,-1.6197351948211807,-0.7075918591307367,-1.193589277503515,0.4557458198863745],[-1.2407894090501164,-2.9029417629295184,-0.8961596389316602,-1.973001504516481,-0.46849850443254465,-2.3949528943388123,-0.268161280005121,-0.04490936525331873,-0.1218147495305079,-1.3381474232202322,-0.2037528761973665,0.40801929937863163,-0.26261793292539554,-0.07484886671703787,1.005402363526396,-1.4364917994658861,-0.9954824323102017,0.44128346731948503,-2.2173083962846225,-2.4759431207131466,-1.4596507523317346,-0.25614551841712335,0.17288581749621704,0.6836158278625823,0.10330661288627667,-0.781974948385691,-1.8231599804845267,-1.8515803730380358,-0.7652863920271096,-1.0690149816984251,0.45127385366775413,-0.6449246826930417],[-0.25177290249952294,0.1858950291428521,-1.0842141451324854,0.04010290141382493,-1.7280256606591025,0.5404194579212699,-0.9908597487439127,1.0027108229858936,1.1138858210337437,-0.05567539944881093,1.4830241712362575,0.7833960188979681,-2.209009240320459,1.0456677183946912,-0.2770515773437873,0.4160439146259838,-1.7899259615991794,-1.5211743454361975,-0.0976682571395085,-2.173542317063982,-1.8555274842276805,-0.5313008509812736,-0.7620003041222938,-0.06847916162131863,0.49839537278135915,0.307441120212915,-1.3717707447045164,0.0809427657717898,-0.16447287522673887,-0.4114769382478172,1.0111954115503077,-1.841131021976742],[-0.17407781498374425,0.010874240334257977,0.1606579571729857,-0.5834213175217156,-0.22535567506180612,1.2496531650264218,-1.0093230246924294,-0.21048886579706663,0.7639833146705365,-1.434742204482577,0.7334917408323021,0.5028540364011879,-1.4313561035185587,-1.6957289545120249,-1.5056240908561485,0.005175227740344189,-0.02101727592586137,-0.7995540092035847,-1.412310455894603,-0.997344256436556,1.9754181537052231,-0.6522650650958342,0.10494730288617768,-1.9051284107210797,1.0557689343461067,0.8443267659549206,0.18270874446807692,0.4897336975716255,-0.9058937571760135,-0.16974729835260224,-0.5976587500412642,-1.4358257500474918],[0.7781314743563345,0.5008222144838925,-1.4072998116668922,-1.2760110500236668,-0.04523047124043617,-0.3192307857308557,1.0839779094743507,-0.9951423059234191,0.5766459289584476,-0.35788031749771115,1.8674591996512748,-1.433159029145414,1.1906220081077503,-0.8497938799361436,-1.0274451643445652,-0.9249404085841988,-1.427225731047978,-1.1106304246910608,-1.584266517663107,0.14059458934918037,-0.144746104721736,-0.6934569624231647,-0.16918282882130078,-0.5459270192317854,0.039880639816840174,-1.2509814582581804,-0.293924749431688,0.9404956871348326,-0.2515850057065815,0.06866204597182234,-0.46581850115149137,-1.0784351267556345],[0.012312664625170862,-1.3469116406202646,-0.4848178753307668,-0.08988381574064469,0.9969005498798955,-1.9676226552889826,-1.4320886874035683,1.2014141014515611,0.3853315775669106,-1.4353732102898367,-2.245895717306422,-0.2329103318366587,-0.8604498797548528,-0.19683106380017398,-1.9412937744866732,-0.6443401240444102,-1.919372529174803,1.0968179984056898,-1.2233328535328838,-1.9844953720996206,-0.8492153212369438,-1.1657385967519205,0.12880827440355075,0.05452388867561604,0.6116452513151828,-0.4152006364376419,-1.0308816576831215,-0.20741364316845523,1.2656704668475018,-0.1579782276507497,-1.7018557099990208,0.17773237378759632],[0.4369509720593707,1.1694122893187064,-2.25636011313439,0.7837576773902895,-0.22873539636557474,-1.581678981880959,-0.0816702623562656,-0.7530478986652754,0.11892701553346399,-0.9181251184300072,-1.4217611341652188,0.7976919094838135,-2.2300843680197144,-2.1690985933949456,-0.05840279940394672,-1.5009256574123697,-0.14956773019739514,-1.6241746933820018,-0.17837186603467722,0.18167192960185602,0.9535195402121973,-0.3023646986914872,-1.0905477101178807,-0.447296960888453,1.1212340872799373,-1.8434753235373242,-1.6698544663546318,-0.0379017773934008,-0.5657071180539777,0.01173048784828621,-0.19546832217001656,-1.8834319749990973],[-1.266050891120402,0.721368748610568,-0.6575851953265981,-1.2313774565216122,-0.5948660718297321,0.6910110163835664,-0.21291490317895165,0.3269292760007308,0.2935217220469721,-1.859404975205456,0.209354428822095,-1.232333007948044,-1.1934130007311086,1.0664286155610299,-2.0124900078392836,0.1513838964937236,-1.091531681499186,0.2417722289847893,-0.46124965706110593,0.3453658375209688,-2.297470722317892,-0.9050775341432729,-0.5145491302784397,0.20734692090996915,-0.5170597125136865,0.4403374921847066,-2.0476403321505714,-0.7150978736178378,0.24479870090063652,0.3807537888047854,-0.9390478275601848,-1.1092092604434436],[-1.1648406943145588,-1.6653612470255386,-0.22015556044226198,-0.3882499741633944,-1.5788855682830492,-0.1525485261851126,-0.9653998727396641,-0.34558151786751384,0.585024883822269,-1.4898167262887232,-0.2222887184364347,-0.3088066352434712,-0.05804027693235953,-0.8042904838643951,-1.11935370083778,1.2242516423556022,0.7826844562256238,0.17856033868927604,0.7725953250975434,0.24772287756877653,0.514642096577905,-0.6721943037960554,0.14936571645615299,0.12719908935513402,0.629132713801168,1.1433734580417896,-0.9094786529752251,-0.3743035763464912,-1.6446810812771742,-1.0967560767792417,-0.5274634993899531,-0.4723282349528252]]],"Biases":[[[-0.6663358410299179,0.25527200602756717,-0.8756598559468046,-0.6025653836460462,-0.7326565306192495,-0.6769499779628344,0.6972618657841703,-0.3656112183583304,0.8685641107088042,0.7062513038880925,0.8913206552609314,-0.2988582066793616,-0.07057233269897135,-0.9692789204046504,-0.683336687416802,0.3797771589972354,-0.5685119932898451,-0.7383086306873682,-0.5200372513482769,-0.46760379619502124,-0.30943439439319065,0.37370701024691233,-0.27479694616717043,0.009724281508000813,0.7973708727644969,0.10204625692628681,0.7818965505713121,-0.8342463825903774,0.36238891895858777,0.1738138081928098,-0.8339428221298743,0.4799912262724715,0.4824437632904912,-0.7197535370590292,-0.07903650888036338,-0.662587523409557,-0.28124439722733596,-0.8275212164187422,-0.07372137344711567,0.5919960012268765,-0.1621402914631201,-0.6352694086699333,0.18460410310856032,0.6720796465568308,-0.13294330334968857,-0.7930213927155053,0.17279197627813114,0.011551924700664405,-0.9979807860640918,-0.7324099748695189],[-1.2239359779257992,-0.7857464994904837,0.6219241232367008,-0.7155700902872462,-0.12555102216779496,-1.506742962421657,-0.5364364479122066,-0.6851095666503467,-2.3091741568380306,-0.4785561383193461,-0.11806838137831709,0.2933310271465759,0.19609891487259482,1.7397707183401934,-0.2544089170063717,0.5923325793587847,0.5390497072133213,-0.1411238018991565,-1.2931047958219355,-1.8036817808604981,1.4061597008716689,1.566346065471655,1.2157502978573176,-1.7531104655764973,0.11438512669714644,0.6051358904596847,-0.6859500624422789,0.1040846280381203,-1.1302726161769354,0.8502482823600777,-2.656874750398469,-1.4919166293191,0.38142825537804226,0.9118168703304761,0.3427137992517061,0.5164682972784448,0.8407738264998834,1.3745923881695565,-0.3071410734524638,-0.2476959888399038,0.10073706241158964,-0.9722887911030268,0.90524787749792,0.8958257991821216,-1.0132487943549902,-0.5868563023360207,0.3839638958597176,-1.7678594773275413,1.130837527298683,-0.5378400094678766],[-1.3202027631065654,0.10271356580983845,-0.7344224433860577,-0.5317624855643535,0.2735585190050569,-2.1651729847484127,-1.1965562645040766,1.311459676252843,-1.1881681238643456,-0.7823300948471862,-0.9794481418313083,1.4157792440492847,2.034558200423224,0.6803045372505183,-0.8169587211221931,1.867338028715864,0.17754633481018034,0.5151459942248268,-2.1424823909818773,-1.6375847763301745,0.9010562258154292,2.1153892892557202,0.8118525206157041,-2.229464622726543,0.6964256340866621,0.9482613976982384,-0.5860937360177725,0.15956346110304548,-1.4153062062553816,0.27788142342171945,-3.5277152252845667,-0.10322468362398149,0.856840957158429,1.0465470382315014,-1.617816256283259,-0.3266431745852137,1.7062945530899378,1.3479034830023842,-1.7201357089736828,-0.3821811154751867,-0.4420160361270422,0.1085168627203038,-0.6406615629732915,3.1028563502473703,-0.8715752806185191,0.28169406436617805,0.2986920094096929,-0.9821650928683557,1.100248632732977,-0.22291595070649903],[-1.6706982080083514,0.044403078895533,-0.8931504505980822,0.39396312240163256,0.3299653959339996,-0.557860178720551,-0.5048736158194083,-0.48812856698758184,-0.47869045203230715,-0.20958260188673314,-1.2149656522797585,1.231418474941491,1.8543951898561795,-0.030747556825910516,-0.45595121092316365,1.1219222180167565,-0.6356941261671023,1.2015150362439946,-1.94113737299754,-1.4405446561568818,1.1066837230101476,0.8561379937131781,1.5742613357824364,-2.123755665875184,0.05909433336343008,1.2311251033030879,0.2137141793286973,0.5586128615466942,-1.0566217154988304,-0.5894261157549711,-3.9623948191331375,-0.9227531709228596,0.45272098961320034,1.182967741879125,-0.36402931509818026,-0.3997294438333319,1.27495112824052,1.6193126655282928,-0.41586610518734646,-0.9083948041705371,0.46610031608710706,-0.06388879744083448,0.23557748716140914,2.9286921750165185,-2.760335447885768,0.001325284334831115,0.3416962065797824,-2.198885429480857,0.8444840636148089,-0.9450514827782865],[0.9040617198242016,-1.630127133087098,0.1317027552696661,0.66781435814583,0.11017429519282738,-0.6389251083996943,0.8674921346133759,0.8697647040426718,0.3855662728151929,-0.35975982673163553,-0.224793657950288,0.6328895821993238,0.4827078409643038,-0.5102076976689991,-1.0943967646707229,0.522684687693042,0.7945478757365281,0.8442856366027773,0.2149479241407893,0.3508963648692171,0.38407700483045776,0.6010934366255447,0.6838582261001364,-0.5956750385327904,0.6704357399354394,0.16528362052194148,0.8086987031811863,-2.039193770261396,0.5291790564731905,-0.7773611178287643,0.5750764195398356,-0.7528120452394046,-1.0203894914901017,0.3189407709865626,-0.7816640888965565,0.10963008095486369,0.7398786734548114,-0.22094335530988882,0.3860448112501165,-0.9710312705347,-0.5636959898582291,-1.0037489384650036,0.055292171743596685,-1.8178707955902933,-0.4326916966782749,0.057111835336329825,-1.040808745888103,-1.3109067459572417,-1.0083275867631318,0.3996298707487399],[0.7890477871106488,-1.086407404244045,-0.040065663403787165,-1.5358223124620842,0.03853974615182527,0.19652206712159836,0.2756858958905176,0.3118868419636019,-0.9571595184604933,0.3381707097889056,-0.929312227409438,0.7843283138031505,-0.3826659614998362,-0.8237927440947598,0.3797294551667634,0.16042537475605362,0.25268330305721964,-0.6885502484502988,0.6029052949039645,-0.10162240967707215,-1.1577260998173142,0.48426441112714846,-0.35170920218267265,-0.16330462596813586,0.8688565701891124,-0.30310846406937103,-0.42609120414037677,-1.0010128785134658,-0.3115756320134486,-0.45255336450958356,0.2018575982893284,-1.1242066268131812,0.5518691675854421,0.7234482990513247,-0.2245250033532586,0.22024404342884352,-0.3501535272595456,-2.7566079118120057,-0.06467831485463651,-0.30891200506452987,0.8997329081196749,0.23106818211154354,0.796078017095473,-2.331856806879812,-0.523139886529636,-0.5397767231255395,-0.39896665769386397,-1.5012574755469907,-1.6286647314515577,-0.1723376223338214],[-0.010170515012829295,-2.686617182172329,0.11429053525222897,-0.17730680415800232,-0.40593920674046463,0.9332301553938386,-0.5449984562142476,-1.3657156825575565,-0.7733020163329771,-0.27578492973235363,0.7061293224607713,-0.6086584027165559,-0.3773302412232215,0.4822388314804799,-0.9311005045984351,0.17604308898521231,0.22808414298390012,0.8117339762241776,-0.0011295518786227261,1.1686706267422553,-1.9493721844859717,0.2635071618532201,0.1928026524320135,0.9022855398376679,-0.23349201039055115,-0.9221649866563327,-0.1076310804936244,-1.2479781636049054,0.7096223317265797,0.8862312471600967,0.2580379751649308,0.038985937298483986,0.3005642546768286,0.03355550554638752,-0.6972437828985939,-0.3768628377179231,0.9027991251721105,-1.6880812963207596,-0.27189781390098283,-0.6522866298462544,-0.09660386392375318,-0.240150082805911,0.012437918727113249,-2.3057707498828566,-1.839278088447115,-0.29304694733528897,-1.1510288180582786,-1.255210307415529,-0.7372972568208229,0.7778342876911272],[0.5190189044604583,-0.3327422514402032,2.0068529767321746,0.4293422955880786,0.18327556018727542,0.7378846140834524,0.39177793451951215,0.006082136846078652,-1.0293856391232326,-0.35122211790783076,-0.5609651511636395,-1.2610505226256488,-0.32355949046541305,-0.2138173315545402,-0.864751551189091,1.028366574310768,0.1832129268730154,-0.30159434516682637,0.9873386524748795,1.2300812186639103,0.2234453981633769,-0.3519874478394854,1.6666924940028893,0.05942193262724696,0.8949065959053009,-0.5213522623437058,-0.01920665579975759,-1.787882813753387,0.07001710781166413,-0.329134511306425,1.0253818954718423,-0.7397072913974094,-0.18098837625767097,1.268744351358863,1.1519413050352056,0.3832664417814601,-0.5542824421570951,-1.6900066845710462,0.6958812776035587,-0.243372969336128,-0.8010604493639297,-0.2228348989132099,0.16923210022764484,-1.9337953172967541,-1.784781497692022,0.22521204518698082,-0.5397004541019086,-0.18875052853477609,-0.22781552277390515,0.2504837703065839],[-1.9367649714959012,0.3158104911408303,-0.7171437241578102,-2.066027151105291,-0.963103176395084,1.074385444404683,-0.12747986731596644,-1.8413324427181976,-2.091134413071924,-0.6617737567917801,-0.2583039230276906,-0.8100952338410077,0.2811555406093352,1.8893963322644278,-0.09276935800255097,-2.868871899755819,0.5450482124562238,-0.3539359831828216,2.979232160111233,1.4975880428188881,1.634283574397268,-0.5076266678206535,-0.3727832630631937,-1.004337751701915,2.24540767201842,-0.20844007282015573,0.7704779652738353,-1.8664761223406827,0.427309058456615,0.9283237408997257,-2.7921293510398564,2.348820991906908,-1.159297938006474,2.365416701587399,-0.5292715758093979,-2.5267944251593324,-2.4612992752808807,1.111781650389363,1.200280172088454,-3.3203394833092674,0.5985550129214556,0.26575753806801683,0.5674696282888423,1.5735892456782983,-2.2438971372837653,-0.7471563743664306,-3.223478012671205,0.28235794483689686,-1.5940481052895,-0.0789003378853605],[-1.5602191125215592,0.3233812916261971,0.34797151803516263,-1.4322531593030647,-0.129283418114824,1.2903002245655286,-1.3522290542403512,-1.4135082213881323,-0.8870937590938575,0.1384387968432912,0.16208714308404468,-1.6957133007398637,0.503863150197841,1.3489379475368521,0.4031420288759063,-2.6052761843926007,-0.8188087131386377,0.43594849635172267,1.7098293476623683,0.10381244200279553,0.6700497272758572,-0.46902940232486656,1.1221521739417004,-0.8977554013495311,0.7185936543379308,0.2237252777810009,0.5608212556468835,-0.7503613389860687,-0.8412281860263627,-0.12016239156331458,-1.7277280677432303,2.6691360412698963,0.1050964366000036,2.6528021243864446,-0.5223052425815492,-0.3193877602110903,-1.591170195923717,2.7853659951520555,1.3174782121510051,-3.6534520882922017,0.41883438061414036,-0.597383011051959,0.9928797490720552,2.227574295290921,-3.0589145052572246,-0.46880923974157446,-1.224462969547456,2.0366903323110606,-1.5505256390484459,-0.03294144953584432],[2.450608876727636,0.38623927615572534,-4.530456512541805,1.452522307795273,-0.42091858370190655,-1.0334507630251497,1.9237346805259452,1.2613742816916504,2.2843061003183975,0.9444879951235148,-0.3735005035364075,0.7716251213296131,1.4365145400944752,0.6193238569666806,-0.021411567872697775,1.3341892870526861,-0.09265602096766172,0.9637884538577142,-3.509156383788729,-1.4874105233440287,-2.900653839573654,0.31081329438873867,-1.9878401182475307,-4.261926710013537,-0.4262312672245048,0.6724758783327573,-0.24104713874869813,0.043301508453977074,-0.013072600425203036,0.158120217804588,-4.038942567680506,-2.8768712915964705,0.19096721483312326,-1.4627639095178464,-0.20900019438599682,1.2978381386494093,2.21330272212536,-4.132075180222452,1.0827505380703324,2.606819831216772,-0.1357869832524979,0.7254328212268206,0.16343149501183415,-0.6822788062818822,1.227067109123287,-2.3426621483779484,1.3044260020807812,-2.780994409118578,0.12329787179233338,2.1109603372429797],[0.7113649215332486,0.11168856474448811,-1.9589799293829497,0.44203297907106354,0.8883917747669332,-0.6217805079871509,1.6765396791526146,1.0860303005388665,2.043849631562529,-0.8540788940766013,0.9587285117770322,-0.6085021622949103,-0.36362842676827745,0.2865362578641016,0.6096026996731619,0.11332438934702888,0.7155929748883423,1.6033647413292171,-1.2225447468330874,0.6043683581601984,-0.7664704877738281,-1.1015783731570332,-1.8483934058593299,-1.4986705887794805,-1.2918101671105824,-0.13143173417534867,-0.2895114094988489,-1.0283218230283,0.025374002590371304,0.12655000534285563,-1.4575284733506289,-0.6420704480006197,-0.4519531805491719,0.8557969612628052,-0.5133574482805606,1.1320999441736774,0.4812915371932571,-1.1272728457577987,0.5222959818165148,0.12074587461016945,0.11968873002275349,0.7613607669693452,0.8848992218985545,0.6811522766655062,3.3247868545620167,-1.2871244649173157,0.30432244537955244,-0.8363852359441026,0.020988760588085884,1.2977741285524185],[0.16308303215589082,0.624062024485369,-1.5801502106827834,0.19053176723682425,0.31697825768394233,0.0168875261890178,0.48911450608668106,0.48268632643260156,2.455754990418704,-1.0585731784718149,1.3245750968626977,0.2515718415983277,0.6790499619979451,-0.055074422350485465,0.9384027710103323,0.582175728162669,1.6063513853708777,0.08924045977381834,-0.35792374175233793,-0.5163590364177228,-1.6879169462804533,-1.0387073250935637,-1.0651814013716803,-0.2657365923221113,-0.060694821296984405,-0.3435756119323603,-0.6601934119267705,0.133535516124804,0.3118483799416827,0.8081086951744455,-2.559492750011077,-0.9351529456997052,0.6861930949920171,-0.7619155038675534,-0.47662239369083365,-0.2859963471582758,0.08936088539599246,-1.967406250353884,0.33575408403295914,0.7426662760454961,-0.03890679231078775,-0.8096828940984807,0.671487745105623,-0.9069835516732562,1.9136150164333223,-1.5470467342606042,0.9823005111887578,-1.551129050261805,-0.48802417873092113,1.93512499844593],[-0.4888371265859609,0.852430856649071,0.6090932971049962,0.26295074544747254,0.4311471743839632,0.5969931483345782,-0.610690412444254,-0.9344294364509776,0.6163684145842853,0.8174721906987502,-1.6993007313260355,-0.7063135741121396,0.10940845320264513,0.7893097024987455,-1.652334942093911,0.874388590940838,-0.20132091474999939,0.04791612576728963,-1.3075634438229802,-1.313039808204617,-0.688350165638094,-0.8311137898800963,0.2903085814128861,-0.1861861090299081,1.1619426708290093,0.27063536116834036,0.12705467346578536,1.234806461794957,0.4672287660620391,0.3047189176942941,-0.9961108730292199,-1.1645483166611033,0.2400097725288994,-2.1041524967538736,0.3187335079940094,-1.3690771470961336,0.18708267265778566,-0.15771351477441017,-0.03268907691054102,-2.744615229034289,0.3274731182851901,0.23293433001968905,-0.0522041988385526,0.3718776080236681,-2.554117330181589,-0.6299866352729451,-0.7273383981987024,-0.35970982284758785,-2.7733906840621536,-1.073261106978471],[0.46636075730104876,0.1447236691710502,0.6278284004469481,-1.5320863002198701,0.07418875316240373,0.9429148307853211,-2.2292366157307106,-0.7703536527694529,0.8498853439389519,0.567751566185619,-1.5105887027761506,-0.061567803242370225,-0.13859716290240884,1.0198615912488798,-1.6999876406849823,-0.04159743606016419,0.9376216891113327,0.34367555251887594,-1.0272935593394128,-0.8990958150864755,-0.44203008870073796,-1.682952037200533,1.2507530084062335,0.19620179946179375,-0.24479706935625142,0.25777878916948244,-0.9846122811961566,0.12671624437100518,0.530652102192808,0.5946676378178216,-0.6485033866355092,-0.7753725468247741,1.0536507302802853,-0.9524101971736032,0.6937234009452006,-1.0316801882954614,0.8718235403449525,0.967658745801168,0.6006642310599775,-1.0544217677101901,0.43929775795363907,0.117997196278746,0.1070067478415832,-0.19378071261136276,-1.0881759360392755,-0.11802802274437749,-0.8993007741202903,0.008493261481521392,-2.491148188033395,-0.5618068844094324],[-0.4882674765648718,-0.6579844145299885,1.6808952166392226,-0.5315349764825923,-0.05187358745267088,1.23763765563973,0.019399135701895193,1.071993276520599,0.020097018106589218,0.1366864925925802,0.06507329824785078,0.62226080467651,0.8036722793122293,-0.8993833286876267,0.13632510674258588,0.68253885293627,-0.13063178295587283,0.2455570790152652,-0.8197096112253363,0.8492857500629573,0.7695972045114262,-0.742733204965414,0.06889625818935449,-0.33319666802302095,0.11579749870780588,0.4660204001569924,0.49323548420370583,-0.6089926603312491,-0.8938058939217421,-0.6437798343150328,0.8959508637262914,0.024089110328705043,0.46926043660969824,0.8992144936841177,-0.05067440572435469,-1.0416552284154859,0.6836557750740898,0.44116172715571067,-0.018513448909305924,0.8247077066556044,0.6514410474031007,-0.987461964630299,0.7747477122068477,0.7528243666864133,0.8410233469767159,0.8057720076592296,-0.34507213866896597,-0.8594587238142879,-0.26513144740935446,0.6583437175713802],[0.6494007132291872,-0.5437198763385316,0.9915481736608377,-0.5384330960893791,-0.37744361534017284,0.2510214414490046,-0.16810615673071114,0.6726640195658864,0.2858141827037098,-0.4011102169675313,-0.44473789094437954,0.3230247805643838,-0.3678467702526685,-0.31954047855572404,0.7251585880247179,-0.24682429862110294,0.9499107178569367,-0.149729677728515,0.03445024999829732,0.1994807890949337,-0.41215552420712526,-0.461189103228599,0.7642650377373976,-0.09808752598761028,0.6519674071093964,0.4159017763338041,0.2624513287301288,0.5885101464381245,0.08960525749101014,0.842976117187875,0.3227539973205383,0.2366807478072016,0.4941897572611216,-0.352687672299548,-0.5076193008706886,1.102925448161375,0.5391640180951947,-0.4103513702778097,0.17095404336787387,-0.2559679384129605,1.1249006760002633,0.47544795585431376,1.0305754002534728,0.048673151586485025,0.7653253926694648,0.6317294548478005,0.7304397047441292,-0.0930426104775007,0.2567432131967222,0.7765072379238736],[-1.473956760098261,0.7245204275482178,-0.5360515541845863,0.4919282946265395,0.32310974899180844,-0.03430541255667948,0.18290831278198205,-0.05720333406874513,-0.2348046201572744,-2.5725381985468116,0.45524799124773163,-0.6917601874384667,0.18615192824324056,-0.42580823780437904,0.3789626742003801,-0.04936882658167699,0.20871547312586677,-1.4993704723474301,-0.7100497848637121,0.7012408721828146,0.7460645472192176,-1.39260912511947,-0.8312776221737735,0.6474844603016101,0.7768675735826824,0.8382053207191177,0.692799806640312,-1.4255892558765857,-0.6240237768461503,-2.752593224805821,0.44874239364442775,0.6888914321779505,0.029194080196813573,0.35422776533609024,0.46320636555787065,0.7634434700602575,0.5386390468400618,-0.5628613136892999,-0.22564935127668348,0.6929130104176033,0.06470991496138902,-2.1136018712378637,-0.7895271140434547,0.502892491726375,0.15779163346062713,-0.45200309086351875,-1.5997102686643574,-0.43958391175913175,0.8970122779580529,0.9710554941777337],[-1.7981210640933907,-2.1013638205417573,1.0412548062908122,-0.03988733260735609,0.32406751820884233,0.6109368128861349,0.2075257897173731,0.5884422691960726,-0.3882195653202708,0.42448990704666284,0.3732271888956679,0.2386284678515862,-0.7418777424473066,0.22030416981471862,-0.7805137474015549,-0.4549007563349679,-0.138358069812785,-1.2199698229835563,-0.13853112185493127,-0.8240054698739852,0.7819760665512866,-0.7803328949285344,-0.12358494176124786,0.5782036391351493,0.4712839322375696,0.8466019487777943,0.3494542763403148,0.8743123300545458,-0.9254846105919289,-1.7933278148962795,-0.5026429403909639,0.7808290525812686,0.9556774747284508,0.5120861137562323,0.4778709483895807,-0.23525069853493094,0.12115161368665493,-1.2811765085612208,-1.1685242023619573,-0.5838930697192367,-0.0222770094635976,-0.7300829698238206,0.9312085993850248,0.5193849824469153,0.7606417469971196,0.6525449905193251,-0.804146412323703,-0.04054980578856558,-0.7592601615214418,-0.8372480648777816],[0.7935206197640833,0.562528643763177,0.8250096202990861,-0.42257261974347576,0.2148574073449988,0.4450048849829558,-0.5208249036033676,1.5400654969432543,0.9292663417304128,-0.24649645714550525,-0.2140392264257117,0.5580712595141367,0.9921626473962278,-0.5728245247649343,-0.209947392542106,-0.11745041846888116,0.6856334145431708,-0.6781415367619498,-0.5040813219145841,0.852131527085791,-0.7794026086125901,-0.6536925871611026,-0.20227431846849456,-0.5993505827488609,0.8602672330297048,0.5432682140662499,0.7911134131715923,-0.46264146611040047,0.9519360492460789,0.3929710260272781,-0.17300381529430967,-0.09902781120914624,0.8450744332139526,0.46765445299747793,0.7517240666673591,1.1064671322822104,-0.6421909214763437,0.4839719366413681,-0.40683590990875274,0.5194470429413284,-0.6561123483830809,-0.45848729427989465,1.5081874532021742,0.3811825198440909,-0.15654651726999752,0.4585571712953529,0.08313573759249072,-0.3124926279792739,1.379399341330487,0.3800762569560307],[-1.1276897213354484,0.5480992372667274,-0.5956701641112387,-0.16257931888599772,-0.9446841524084334,-0.6594128571401425,-0.21192915398244377,1.238316830095324,-0.52432045155611,-2.311706117364594,-1.039036264875124,0.8278795206041584,0.5139131091870546,0.6161371806905351,0.4982601321095718,-0.47360570254646195,-0.17902543812984792,-0.44379549180177347,-0.895349351325353,-0.08901255896996217,0.9926799042064025,-0.7431916365177191,1.0373203817463574,-0.5472728977667144,1.0542192630817957,0.2902411985751012,1.8063560432157804,-0.43351777627614935,0.3761218531876331,0.10389888992740082,0.5701828355229036,-0.3571958546683417,1.1932889500355592,-0.07106283626393861,-0.9765302572853711,0.39838348111956234,1.1043861437348361,0.9043874808061324,-0.4051423050950997,0.5408060894982957,0.48132678725104194,0.24264842095211422,0.837055107720105,0.1364568731698012,-0.10620548488848311,0.07433299389048839,-0.3623052537040656,-0.6497126665298841,0.10590391136237239,-0.3343862120746475],[-1.2056686271165735,0.7400518591959858,1.1938514669070805,0.7052579615918054,-0.16778193462799612,0.14317042330012905,0.6998965442776769,-0.7382746574690945,0.3230908551365932,-0.9475163230973996,-0.9450211720734967,-0.8537315956776509,0.4033032120102228,-0.9042284364904642,-0.4788750681264578,-0.595282936480021,-0.9192139924518583,0.5626909084696792,0.5343119355049852,-0.9176564091451453,-0.016176605190571784,0.548123339018598,0.00843305702103903,0.2809107371021289,0.099323158673817,-0.1177112403499457,-0.5696754443930147,-0.2718401750671552,0.7194466371070866,-1.103675411273366,-0.1314692252130866,0.3277109935731744,0.7425475439916324,0.7984288856895738,-0.7672361442356747,-0.020633353601848977,0.3623639200606815,-0.44496722667761585,-0.49587167185509806,0.9673205540278682,-0.2470723918027242,-0.7261580280964461,-0.37159041762848893,0.482094808984827,-0.5640453851429232,0.3055248517279898,-0.3713616762148606,-1.0085101758951411,0.6931125960607877,-0.571807556976653],[0.6506006028160694,-0.08323009322567235,0.0023573226569676433,-0.3919335457435434,0.3714972993017557,-0.04953080796178391,1.0859709965616122,-3.7738769822151443,0.34223924510709697,1.4457109090103184,1.0151028172961414,-0.9909876409894706,-0.4476201037888668,-2.266489765605697,0.8932952427428869,1.1447035850626845,-0.02381308220532056,-1.4435050613746194,0.16288878898993617,0.562502705405771,-0.6035196496302826,0.9903090196092585,-1.8451935225747949,0.49337501384623716,-1.589001211516267,-0.7076035059898143,-1.2577425168638208,-0.6573150365232109,-1.4391718691381696,0.2896262401632855,-0.5634844713252715,0.21201514183665018,-0.44901809304803764,-0.8978345532220594,0.23815791367394393,1.3192238283447915,0.33545505040607587,-1.3453444689800431,0.17076564476867748,0.8784075908187249,-2.7289739184640847,0.7240725819896228,-2.569402797208468,-0.08709367716496458,-0.09363121073032427,-1.0578670512955262,-0.492467239461338,-0.9993134261128886,1.2251773893868048,-0.08047301263519659],[0.345854253237764,-0.2872630643861688,0.4090085987673672,-0.7057739180562581,0.2020833950397003,0.23704197853142822,0.30682774494139475,-1.6170302929598293,-0.056437487897545,0.7975278674111946,-0.7980681056339393,-1.1088507614776104,-0.5180339295367457,0.3456231143538487,0.06418943296194021,0.774566821301228,0.6115503261759381,0.016502318957935636,-0.56195816802565,0.06833021245284451,-0.06690402427422422,-0.08957990361740327,-2.036999489372758,0.6185643050189493,-2.3501795011562376,-0.150974778111091,-0.5536412591207654,-0.6065348319159736,0.6045801523268359,0.4658759271967667,-0.8031474981461638,-0.6573809011940498,-1.7261880397517702,0.9526772161788202,0.051226912742511364,0.43969978524415004,-1.1979666669804903,0.34581812809336193,0.6871552024706432,0.42460070889395735,-2.6561437974220294,0.4553189848188083,-2.223170632003477,-0.07101182309731309,1.2095837638303213,0.9023112195330496,-0.1883978365133723,-0.6419181397150396,0.7468764954198769,0.5330022272920526],[0.6823028604753432,-0.8551012990837024,0.6691364787204793,-0.015959741552675846,0.10185335077562466,-2.241100137966568,-0.13640424940860832,0.5305156309709421,-0.41690287121592395,0.3310708966335647,0.4621224369823704,-0.07321837120739798,0.14509928892184368,-0.21606571137723504,0.484897909625209,0.8707454286744988,0.826517633578734,-0.9111243806282655,-0.5998196528222289,0.9182465387560271,1.0343455455327109,0.7967495318614013,-2.1635349097337904,0.9105323231890144,0.08932825364673842,-0.5189132547068379,-0.477246832585274,0.7544594647502841,-1.9317649470828264,0.6150531401422356,0.6857956518053253,-0.16408009218026207,0.44438617762161914,-0.20908027590481654,-0.42275133959724165,0.1202636198541008,-1.2456983029673558,-0.9981848767966581,0.6625539628619013,0.19834974223392152,-0.8576848486583869,-0.2427683053203332,-2.1252465979174744,-0.4469587789145629,-0.15867927173707488,-0.5005681585734008,-1.9189729587016986,-1.489093077499517,0.660776212620513,0.1357326353453643],[-0.9768864850348408,-0.10098054306366372,-0.3813845026851305,-0.5683343041062984,-0.14594367361332664,0.09989288195630834,-1.7984549234480334,-2.7836197578010657,-0.4401370306748055,0.15785977199574167,0.18235605521324724,0.7039492043748696,-0.013551343880863124,0.32686044261909797,0.21168554890929958,-1.0547842607447768,0.16247721568535445,-0.35980009910903565,-0.021441504690741683,-3.3169638263035672,0.8267951603047471,0.6397461421541311,-0.5759790418650765,1.166649510631815,-1.841455510519179,0.49964774407599,0.7496769223216599,-0.15377685014023176,0.6275942471088726,-0.026254812597178937,2.031819575085089,-2.8577321899794494,0.5054643273257682,-0.13469105849182506,-0.9505691208460479,-0.22883852390252823,0.8293834331456413,0.8859281427098501,-0.5676871542624294,-0.22102125828048594,0.7904550579321922,-0.7439808393795008,-2.2261269209312196,1.0246308282366394,0.28928654491219113,1.0561729312640669,-0.5916485330669252,-0.6269315296968772,0.8381169090093831,-1.802041284535125],[-1.5839568695802368,0.07645504238280873,1.8050811117902161,-0.16526966256948614,-0.04943936529093624,0.8850447137429854,-1.9890443335877503,-0.2128094571858655,-1.1429394205631231,-0.5572763963958483,1.3189425486374782,1.1310549257303921,-0.6200704284682642,-0.26522284103195953,1.3317866998163572,0.7860624077925975,-0.3171463720160053,0.14566791403200574,-1.5310048331683006,-0.9022819121183873,-1.0404412404315297,0.4914823759753438,0.6544210933496447,0.9969891122951681,-3.455741571009911,-0.040509456536110856,-0.31197410384344043,-1.1342975912725033,0.8259975825311447,0.5082597548978484,2.1104960016623426,-1.2360637151604357,0.9382973009363043,-1.126272718176858,-0.7530832752983282,0.27941519228357503,2.609422875593502,0.988011190634866,0.8279629657834835,1.2620726151508361,0.37951540316625454,-0.11907621381944469,0.010713091944276753,0.7499988708180987,2.1332762573403414,0.7600816474661964,0.3189055295470554,0.4272805430878629,2.6531396878568976,-0.25615917182563047],[-0.6438332020417393,0.03359973064720671,-0.0812649388574992,0.14186346250644735,1.1717150433052106,1.106377710717977,-0.167475483936901,-1.2659192588812807,-0.3093062582354765,0.419542539156151,0.48912556627181153,0.3487963318887113,0.07145407317797998,0.31617982352061513,-0.04745579410196077,-0.14685761443782241,0.23747125207647338,-0.6862436308350232,-1.190966363934736,-1.5693419623578513,-1.3239841713342013,0.5888589179772271,-0.6307040222771784,0.16815640220212252,-2.5425836431171174,0.10179005048516328,-0.35046283749265905,-1.3392460864360185,0.9701311236577417,0.09791801293269889,0.18380857242393336,-2.158774401235821,0.17062728590929369,0.18468414107945805,-1.6202863961988456,-0.6817687990856987,0.30644651008379387,0.8072876599513925,0.3076100428053202,-1.6527899417929857,-0.8211345834912039,0.7283812456040395,-1.7120230670350858,0.8551262090389207,0.384695877030185,0.09640034304318237,-0.13950347479271993,0.6046845297640653,0.6713475091075851,-2.756463445243527],[1.81896229419988,0.003077535287157922,-1.1936182622485847,0.8330783002766721,0.7919467222538883,0.3226311217545075,0.5914938163154235,-4.123485634734203,-1.233575838237879,0.6336956532482579,-3.751324557867299,0.30885824942928536,-1.3215821057166348,1.0603892555703993,0.5465060361333838,-2.3170275663016966,0.37893044828557654,-0.1628422087282938,1.8617293831640556,2.1819120305861204,0.09313925373549872,0.4325802571561188,0.3181742470124261,-0.01920682835541473,1.7306457767893975,-3.690946043766483,0.6848352986505809,1.6056520378616386,1.559146984038048,-0.4557982796983931,2.713874713221083,0.40114467003207344,0.30037028999746307,-0.4479903551105822,0.49603802746456654,-0.9413489483747457,1.05479546508156,-1.9609087629870086,0.39833290630969426,0.3403031075182792,0.8775621282394239,-0.14740572496758228,-0.495384021719021,-3.7741107873441746,-2.3491137873372527,-0.20994655910328844,0.886384727935875,-1.5705644927456277,-2.2025071030500256,1.2278948529880978],[2.0102862035655957,0.5951308468499737,-2.2138931008634786,0.30921943870303126,0.44363109352662716,1.2460393668424712,0.1764310777950872,-3.1016007869343953,-1.8973661216346929,-1.2864192786921715,-2.9459595022825344,0.56465413629552,-0.5708460579639331,1.15468938255569,1.2817007461254004,-3.474471236934465,-0.15173567170763583,0.26035222249610523,2.715347937730838,1.7637582211733287,0.22735776781018363,-0.1581990999522226,-1.9503276312049327,-0.9978297203017501,1.457832409290626,-4.419475485795735,0.5083623987332756,1.0031324764498164,1.0708232975577663,0.2710997962962535,2.7423375869286604,-1.3861802267956145,0.35852765416678006,0.09067102591918655,1.7741347043619844,-0.10829403973436391,0.9706588395425597,-2.218968501114678,1.2001799634521317,-0.17421501156787958,0.7666652797441759,0.7912397702206693,0.7146377830866121,-2.749107252943676,-3.2463386986357174,-2.6873399185911624,0.5008319020993625,-2.157169593326876,-0.19412203238879921,0.6508617954523718],[-0.13510848937574638,0.03959224327174955,1.5485535102800683,-0.4423704344549102,-0.6390504145153323,0.7099382392924035,-0.05973319140616213,2.4146923342718893,0.6939304331998903,-0.4875471974074225,3.250975056200734,-2.292862004139522,-2.394557927077724,-1.7431068713974323,-2.177005543857727,1.5214879560347543,-0.42520420076641546,-1.7437893959256112,1.0883082705149114,0.3751632825574324,0.5626176620386952,0.11192298886825237,1.3923762406874234,1.1682523046216144,-0.9222771579943925,0.8718390988624107,0.30469958931573204,-2.777692115070725,-1.4655703869543486,-0.7920397413782284,1.4520231330131135,0.9349876409170049,-0.9379671349349786,-1.5355526225322798,1.8800274758566307,0.021082289081174925,-1.7037655340473008,0.5280063183124879,-2.251781705921706,0.17545536500231695,0.058596460194268514,0.5719867027017344,0.010168282421766614,-0.7253893884157208,1.8360858436131051,-0.49558759551914017,0.554427209191854,0.17817833586987736,-0.15667915106131952,1.5925032422260625],[0.2361400422976469,0.16435784482647953,-0.7223530601544621,-0.0884343601887907,0.32406811621176096,1.121460451717095,0.2585205619458208,2.1809737692006532,-0.34340201121943786,-0.5832532000356411,3.44991298282811,-2.7016334630160492,-2.9301447032746615,-1.7716625163230586,-1.7300482234585428,0.7750815210723065,-0.13696805348402608,-1.187766515154381,0.8113403046510098,0.06864502972474555,-0.41367122922600075,-1.1206149581482507,-0.3071074168918643,3.309868206457029,0.08971436724893542,1.085802547818152,-0.13925649922595584,-3.2483840018402224,-1.8677595177604844,-0.4528922960882797,2.2831508193631533,1.5315446393280607,0.28568572456296754,-0.8450074837170088,0.8857315366032279,1.0812826075150792,-2.1757363828654666,-0.9823927962744431,-2.7477259199032704,-0.18261597991297646,-0.2877223938648383,1.1285258054126341,0.8609266775902535,-3.1763286347355053,0.28162713540125733,-0.20237909443575394,0.3224012898453839,-0.7505354642027116,0.37432750652021385,0.7223327763508767],[0.16342962346887258,-2.7922031052619047,0.2513239731208388,0.48299486876967873,-0.6915587249427028,0.5299055596258171,0.4198664934557684,0.003535464643063663,-0.6241044186365389,0.8295395845837716,-0.24845277905817234,0.5091710411251972,-1.3554553865976084,0.40228352102453996,0.11404583664342999,0.6523687572448227,0.2563537919162265,0.4881860255799459,-0.45713430360647617,-1.6849902067109273,0.6980005117921436,-0.44982187808025476,-0.9927020919793693,-3.5399679712069507,-0.5159997241824968,-1.3124736474199725,-0.7382171008491608,0.6438050574127795,-0.7761943407309478,-0.37918908516257466,0.6711254062441442,-1.1133902948583267,-1.7996629323369062,0.40188632570822186,-0.6394095015450016,-1.533361712862238,-0.6910789725036895,0.8348703047324243,0.4704562557989007,-0.0722140949359232,0.8089797470818986,-0.3980247279832717,-0.745904279481144,-0.9964796198599403,-0.753412148626128,-0.3213204899278638,0.11181794185779854,0.8046966420017287,-0.3325719404263642,-0.8514474259605495],[0.2002726147011743,-0.5515793449628112,-0.8801012437791643,0.47268889502848754,0.17131829591161593,0.5218487284194046,-0.9594355667308897,-0.28881007441802337,-0.7768450853995562,-0.284316817722623,0.2719277890765074,-0.8761519931769707,-0.03517780683077875,0.5306449999324072,0.5601662229927082,0.7233832672156093,-0.5678672850079594,0.2333353929784797,-0.8133099142051328,-1.167671148249695,0.09041292909755685,-0.2142027366222918,-0.0599153253714836,-0.41716235616128766,-0.2767333911896885,0.43008956752148003,-0.876985497818257,-0.30222357368696207,-0.9481538482103281,0.002359838560333172,0.785496924202756,-0.10278545640577134,-0.6001610332186005,-0.3965471936822585,-0.9086642521585411,-0.8056768299766135,0.21239456624542621,0.3546421011478409,-0.13103347140696325,-0.18655305546601436,0.004427828382851919,0.7981263373546482,-0.18874393101988013,-0.8458035969523231,-1.0919943189759858,-0.892993616159111,0.7190185645881227,-0.2585111016598067,-0.5028882893831623,-1.2653310880895818],[-0.14353011815748418,-2.0238380214381677,0.7133590067909493,-0.3350010102659136,-0.6319973690335148,-0.4721224140226857,-0.2409980997792177,0.8315869574513723,0.8299278714168282,-0.7574049645201913,0.0565594989247744,0.7139536199186713,-1.3104094332487572,0.7225950204114574,-1.2129626885410774,0.5350991662202721,0.9377067023714176,0.1790123569338346,0.21410812862216216,-2.188880911920943,0.4312576488520856,-1.9481411348758275,-0.6853491372705699,-2.6701288018542275,0.850395554847878,-0.06448568889940141,0.9893767047297215,0.30080900857735826,-0.5321075483812815,-0.24733591961405224,0.369498498061308,-1.2090111303792683,-1.0477226253091259,0.7546670728566667,0.6326248120977008,0.3719605707489442,-1.3845078325762985,-0.4330243596065866,-0.44708599599286974,-0.2167590195498418,0.7096780754049096,0.3197746376192356,-0.8832045540102775,-0.12742611687855215,-0.03832014403074992,0.4578864861499997,-0.010852597132658277,0.13278526901723056,0.8392216056273277,0.239199932341521],[0.11616928648763111,0.6024485883211184,0.3188781529433164,0.02097475649220199,-1.065046076138089,-0.09282653299694503,-1.1938287005572903,-0.26433938466705187,-0.1944637435253601,-2.47916527606434,0.2942931901149447,-0.31611341111530256,0.8079447326974576,0.16008342216381638,-0.591532107829889,-0.7747252963228098,0.12213423368459193,-0.31849694833973685,0.05405970993153458,0.8901800573520231,-0.7144939070830252,-0.25955642163531284,-0.9178562854311877,-0.2861963237603757,-0.4455942820266947,0.7034308708462205,0.4340828614447173,-0.059736029232300446,-0.7307922050358695,0.6795915840992041,-0.9188846587703606,0.22390825081254329,-1.8274309013698908,-0.3781450074677067,0.3995273961998103,-0.8685028297136728,0.907569131433743,-0.30382275709900103,0.47226828137626775,-0.8442174220577345,-2.7517707116962287,-1.8579969540825971,-0.15301061069464517,0.6798745378189543,0.4523956633400972,-0.45565746584287714,0.44440309134446876,0.5042250612397564,-1.2301913685798098,0.3798296345229904],[0.26399151222390294,-0.11916173441514932,-1.4372330109527967,0.26092866927120867,-1.6037718801245142,-0.546838911373847,0.7694899119064296,0.3807716325576002,-0.4236311396838348,-2.2786677287153867,-0.6223405416833808,0.06301027551238936,0.4689105596287198,0.9084200021985412,0.4637562945959873,0.37189749178088616,-1.6164455933913564,0.2527038797748698,-0.44058492667832805,-0.46463535238419235,-1.0413453397470682,-0.5652980639413637,0.18930296894507834,-0.13896277975530003,0.5519751453133487,-1.3243789625636182,0.025979891451933617,0.41513893974841176,0.4496536283050324,-0.41078330501715377,-0.8888817446123197,-1.097410290479115,-0.9076357921183169,0.13936874453725573,0.18453358448167725,0.31993422770520297,0.5866944097501771,-0.5985072509352586,0.17331450133014106,0.8481551929887591,0.8170367690962979,-0.07419948958774762,0.9448584429629233,-0.19890148547974712,0.8248498318073735,0.3305595834088823,0.03230554441022572,-0.13574539966969396,-1.0267630976607753,-0.3646442549729932],[0.3079668874515834,0.27329677935339497,-0.21061320447302245,-0.14141934919650445,-1.841438035313662,0.6234297266517809,-0.6540787321314365,0.290166107151291,0.9676140103435794,-0.6398606012476372,0.02637244197157082,0.04607329501754684,-0.686037509436006,0.8402313629591068,-0.8879680148300259,0.4363200706839484,-0.6524322638848664,0.7112899774444018,0.7094160904500497,0.11518341876579107,-1.3690307181378671,-0.49526742363246823,0.12578220811599866,-0.6262908612386827,0.6216541909022147,-0.9622702066215693,0.6949433736606264,0.8690973980604119,-0.38446986463108496,0.9226368195895308,-1.3855811370241093,-0.841469108883763,-0.5967753535565276,0.23113461960620377,0.19022257125963707,0.631758229718448,-0.3213503467026698,0.7790063185344982,-0.8407368880190613,-0.6562825270905563,-1.06716833341453,-0.920113943373175,0.27986392829091344,1.0226788850453223,-0.1990055759241363,-1.1208238462580553,-0.8059173641671621,0.8721131336503416,-0.7208044192556482,-0.6194473088842503],[0.7331449546664438,-0.07024472007043449,0.518909651806038,-0.7846078181752956,-0.5693164916071546,-0.9301697548890533,0.7030121461308421,-0.8441329973290489,0.699719477710361,-0.37510236627863863,0.5031446910405688,0.0932642864542926,-0.4147913927758757,-1.7750772601393574,-1.5636247216262806,-2.3983288801444655,-1.7487062071129156,-3.192243957067079,0.5573864152052751,-0.8564681723694985,-2.0294191360647065,-0.19622106359173477,-2.369542431723939,1.1532927257465029,1.5199166540835505,-1.910488040890969,0.7106653611000096,0.893202861225241,-2.424436719315448,0.09622720522713178,0.09234425837275659,0.35591309869676063,0.6413920678568781,0.333151126272015,0.06708396437612026,-1.7015701764881364,1.4118739584387245,1.455389124880933,-0.37582354001095847,-0.28854214080691504,-0.020374737066925823,-0.1973625630651535,0.47340060918664617,0.32628660741688037,1.4432653191657392,-1.7270208101660576,0.6347471340538001,0.6281313389279198,1.4599100596058776,0.7537542549203825],[1.912509164925709,0.32055929791886983,-2.4210454379469426,0.13128960212804336,0.6240955102087875,-2.8952515597963084,-0.03648232610225295,-0.5386083723886508,2.5257093962433395,0.5859723113170412,-0.6519094725011767,-2.4103110407635784,-0.018918774441849952,-2.670548789968577,0.2845424121990258,0.29220197115888813,0.37295453987948224,-2.150385334812986,-0.2499148315828353,2.6415066785811323,-0.7331737831393565,0.8212751846990038,-0.18474513365130832,0.05055283022983989,2.2046918602717405,-0.44870379512619063,0.19522383535606727,-0.21014891116591675,1.6817144958487904,0.023552732403263776,0.045347895331282334,-1.229782430677118,0.6616707156846007,-0.9786951092000254,-1.3409977688152022,1.4234394749420163,-2.931510697300716,-1.9739783174617391,-2.252625230479855,-1.0623282876194893,-1.5803676126463921,-1.8248496650404293,-0.25253457661624384,-0.7341764080622151,1.5283003267095019,2.1202451355980005,0.6801237893126618,1.2616548651312782,-0.8153527402251756,-0.9739521137801236],[0.5425928962238828,0.682590855838422,-0.818596800451975,-0.3989136885755969,0.16085352967078712,-0.1523839678487125,1.1545029503942195,-0.5270424430751663,0.5391572187808846,-1.2746795071177337,1.0940196423064754,-2.1636872580350412,0.5045743831816063,-0.524080700637227,1.6541010656811816,0.019537376196123443,0.45695563203216644,-0.9570158270492606,-0.9165585037792906,0.8842017278346386,-0.9689918600254916,0.5763164739271877,-0.20404988222495646,0.4160684349648632,0.7585723470829103,0.22993511565030875,-0.8011648633809751,0.5744529416222186,0.1141328623456131,0.5239895427636467,0.5340520650635228,-1.4813179513203283,0.1686120024726039,-0.6750767703281434,-1.3386325346434031,1.324417137973842,-1.4531803461008042,-2.534934923716028,-1.1053361535438726,-1.4041751309651773,-0.6147075219661061,0.30012042760496105,-0.19467875442975666,-0.8226604122797014,0.5208172427442689,0.29298651082056887,0.8249628351796536,-0.11816239148971008,-1.031282060363769,-0.01580611005928381],[0.6446130666082903,0.48596637464609843,0.9557473953038534,-0.05764802926677921,-0.31405875555175766,-0.07653228594981606,-0.0947510728856256,0.8489746577193482,-0.7152738840915988,-0.44337994301688094,0.5690421829530917,0.19613494059878142,0.5528397082253527,0.7650171376416416,-0.46862100127261996,-0.15158070083186395,-1.1811526055983692,0.2907113030503166,0.9590660934536384,1.1618999743575797,-0.09818538238315987,-1.4725304571719804,-0.2924251047616262,-0.9307466525283159,-0.8739907927392656,-0.9846294366190711,-0.9152369051685633,0.8997489817031582,0.6594468870237536,-0.8191951807450303,0.23666335804763233,1.269486287463415,-0.43080385859503934,0.46378916359755645,1.034208438605103,-0.4028248705315842,-0.019976449158937842,0.2674169157766549,1.2087305006694182,0.8885234864845841,-0.8023601884858783,-0.5023457453750294,-0.14184997130610735,0.7309171000745189,-0.22552570144658982,0.13834734087032463,0.448959541571444,0.39081332955491976,0.8816654048312929,-0.004507487596949726],[0.050241899777821834,-0.6915460099381489,-0.4908454510211802,-0.8385437957213402,0.2167653539887667,-0.9362525555967083,-0.5207794633381638,-0.6819177014429869,-0.7070743583154816,0.20354894938240428,-0.2330228099260946,0.6266689835123582,0.42197493233355476,-0.4547706094768154,-0.5580190683466173,-0.053037519705759456,-0.5234266327321702,0.4978839703200525,0.04670054136387047,0.5699391316007775,-0.7773005770865494,-0.9054644270357673,0.4650001327015876,0.5120438492201345,0.32930610911195385,-0.36726435723188544,-1.2041446554353898,0.4652785727761316,0.4034993248007563,-1.311929739055911,0.8575284821694864,-0.011374256265979888,-1.119016511189932,-2.0341128832875177,0.6947714867955596,0.047914008063410785,1.2314723036530804,0.617973977787872,-0.09264152979952098,0.6746939391336733,-0.3375364878999142,0.35621608269748134,0.18542009901497797,0.028137445371033836,0.5927535595495128,0.8281259651603243,-0.06344043904137796,-0.3582809262603604,-1.0743953167180853,-0.7598909094251113],[-0.0062362104828303485,-0.6362039633426104,-0.45203988321543276,0.46860883339472437,-0.07163971255976512,-0.03623847602136673,-0.36980582356312053,-0.46763143761958476,-0.24209549612798553,-0.4224265744511933,-0.08537071089423608,0.682241114002407,-0.6499948584401141,-0.9916212954910265,0.40473596640958026,0.6914807088750451,-1.873891905662514,-0.47136897808288475,-0.8138951015432118,0.4722902658530924,0.5617673969101343,-0.5683672422249259,-0.4592952747864648,-0.2284709445171163,0.6478806155998292,-0.8668495910204498,-0.46854147033083293,-0.1463914601648073,-0.646912478898364,-1.4424712143173002,-0.6051686919397518,0.42757085748265955,-0.8236273826316165,-1.7617938773548822,0.15749194564168037,0.4880027134150369,-0.24752871560928172,0.8399068672105934,0.08329199460372379,-0.8858255188357707,0.9327966946673449,-0.19624728959560833,0.906989623398685,-0.4441230730661645,0.11685282439416714,-0.6388969747696129,0.10564338832579732,-0.5776798224040042,-1.0219935307493972,-0.0072181736042889605],[0.22295697747543627,0.42070411024688,-0.25266601077013434,0.6317553263129447,0.22850793238832054,-0.6966311372561792,-0.5876571194323545,0.7299756618969642,-0.7252249773929907,-1.0808823384962913,0.9593256309891066,1.5311238130113227,0.5924088127726046,0.0498556197982394,0.5892437554229165,1.4346993282610006,-0.8874160081567037,0.9603426848704802,1.3792750760601062,1.0402381906532765,-0.33785911431117804,-0.69982806908301,0.5678662151341917,-0.771105359781122,-1.3583997143211477,-0.2830592360727721,-0.07510323239457561,0.48462083118622323,0.6072107555241046,-1.2303039843226833,1.1077711774817172,1.2867079226043128,-1.087286913735132,-1.3910371010949598,-0.38210893936480644,-0.20219889905784347,1.1543088489060802,-0.45484058466749233,0.0014500028032939146,0.9499674733030132,-0.36194349674999954,-0.723844050217099,0.8996074980470324,0.6070102229170289,-1.0325300383088383,-0.18267574011196486,-0.23993035731278328,0.11039803254894733,-0.1823850095969584,1.0694047708456365],[-2.366254605726498,-0.7274194468674348,0.06313555361436143,-0.24990647938063212,-0.8305177259401891,1.1534551826472847,-0.5236588499872402,0.9477815289039704,0.859958871275161,0.2418004991191643,-0.7310276002895719,0.8762670055963974,-0.23829774615785487,-0.9305553657252674,0.27163580306398427,-0.8846858002004495,-0.291728599927573,-0.3811978147347034,-0.9869114182394463,1.2906580047274534,0.8277726951864178,-0.25562387941967163,0.2382172964714636,0.41867683643920517,-0.49259018696857787,0.9218208597745134,0.04700048236636518,-0.49062214018901285,-0.13975732901134533,-0.12336238458478853,0.6417861313284601,0.20605336612160371,-0.6139940266011964,-1.7011929895556777,-1.4877691715154826,-0.028354258415006554,-1.794298120198277,0.4211147709584915,0.3033968315146478,0.11614163469623158,0.5364028867647993,-0.33117135605613524,0.701925833271357,0.6132145763557335,0.4415622926505716,1.5269691991996297,0.7180112150128426,2.0308228898098863,-0.0976686442775332,-1.616719014215408],[-0.5568114133873446,-0.8021803103047588,1.8415921270808993,-0.4580187198829202,-0.1520486014857324,1.2680336679676298,0.29283620000112054,1.5492575605710315,1.1911996418533413,0.23362129726653624,-0.9707795265275319,-0.09561527980572622,0.6603621797622717,-1.3715404834714273,0.49179276472109507,-0.48949977961788177,-0.5099387084721496,-0.7457274098344558,1.6583079442797475,2.0552230669107154,0.14665645366703703,0.008477807251876874,1.0188770830116138,0.18419599218871588,-0.9248025352371355,0.778142183602686,-0.3478372880924218,1.000480096885344,0.7172805941006061,0.15284654921254337,1.8436472660499825,1.5156094496387957,-2.0565363442445936,0.2636873916840553,-1.5223403481762792,-0.6688436574722141,-1.06036987148155,1.2386257741694637,-0.11750634186062026,0.04717246473116136,-0.6520796929688915,-0.2665159061265395,-0.32315074728447324,0.22846318722642467,-0.8175545870434254,0.5354752821861446,0.6090430850473552,0.7976482260323253,0.3907456653879591,-2.0441319987707067],[-0.124873926261072,-1.1843224317426668,1.507200851656539,0.45271444453449783,0.7564456603812586,-0.827300144008058,0.792845462149099,0.4899131912182188,0.7952300431728276,-0.560947672389269,0.9986183240906508,-0.5615856929710585,-2.199876555308984,0.2613439261084666,0.5765770229071757,0.08398039738081041,-0.44175686189538854,-0.1904621535357618,0.12009953734518838,0.8056226729139416,-0.5749208911407522,-0.49025232117662587,-1.4422347343357111,-0.5703181282876814,0.013858570067693766,0.9115994956977076,1.001272436210402,0.20429390459299898,-0.2815820668136096,1.020087039980337,-0.4325670639376101,-0.20672024122397725,-0.9659806618128873,0.9065005022143129,0.08240511787316585,0.7922368272116408,-1.6143007404936487,-0.5760254512745828,-1.473209373654084,1.8301523549779446,-2.2808955568801186,-0.4620406587522122,0.9691634922968283,-2.3229023920428613,0.049198210392181196,0.01439949419923635,1.3364196445355403,0.49642422198488334,0.6584421508681721,-0.8161667384437287],[0.09871174594964353,-1.1559739989584226,1.388173623402241,0.21446222138070645,-1.9648697698222142,-0.7815161769594422,0.9997701339626188,0.4706089770039097,0.7130168090294327,-0.02752314547370235,0.2587070509328203,-0.025265942713991386,-2.2294487914697,1.2064315149289848,0.22225800317937433,0.568685231937959,0.17685509260211824,-0.5219227195637066,-1.3895712399090683,-0.0956022824884701,-0.4882335592797312,0.8604998324217382,-1.16987980655827,-0.17911461180944593,0.3646511985607871,0.5375619404738295,0.7934078701093527,0.24578199141447973,0.4236232286531432,-0.3384948075815612,0.2076003424120619,-1.003817649135612,-1.1647471961605793,0.09391037088344045,0.12350310674525042,0.7516549678653582,-1.4664748951843614,-1.2844561180773884,-0.06556887653661718,0.6955981590110702,-0.15090704210931052,0.3387150096738127,-0.16242124114403336,-1.1455428292326746,0.4130843351942177,0.8316255920076322,0.7133028266200963,0.6742364874140176,-0.6852580473942801,-1.0854658022303327],[0.44766209156605147,0.9056315124896669,-2.1463716608529837,0.5067100878441197,0.9468082408239338,-0.04754086776713252,-0.6190448061192652,-0.02937778608280098,-2.0790437274885,-0.09900556910567042,-0.8747604745819538,-0.4478547878082649,0.7404882039780538,-0.9691987821944267,-0.725598970985229,1.3301878826245128,0.04450898757686342,-1.0257913486398051,1.5533392074251056,-4.141725080789154,-0.3674122226690412,-0.7537545737338357,-1.268763825331932,-0.03350502423779693,0.48034741417532645,-1.102303963312192,-0.2602630513644018,1.0607338612397461,-0.9693572695857657,0.9029029904145758,-0.6841918204760741,-0.4105873086813035,-0.02968900560752752,-1.085661537817445,0.8995589393650831,-2.4065690026510174,-1.2243066062022268,0.6510550890598363,1.0123615414653238,0.8866783269065285,-1.128289789870897,-0.03799661551982055,0.504738597477885,-0.17609348806894304,-0.8864627415340735,0.6453680770409255,-0.5942290850560282,0.41322276312952,0.5753501303397982,-2.0501796094341698],[0.28141676535830007,-1.0775536203623342,-1.169028095394816,0.7529606689949757,0.35670595869339383,0.18574534711238097,-0.4952102068666772,0.6976687082371072,-2.4922230275103976,-0.3403952158355084,-0.7471143972803694,-0.6496336794484084,0.431106776185477,-0.23372186666974687,-0.3390307842729558,0.37235628733932824,0.8395369808505273,-0.14239570620212788,0.7324752450375608,0.0007805546844411619,0.38013770913048806,-0.012792215246563928,-0.9672294235063855,0.06496623846206763,0.3050828335145756,-2.1587833215175105,0.5467963432959952,0.2971583129661398,-0.8538727584996845,-0.16252748810524908,-0.040152402063662614,0.6895551850618006,0.3674847958408298,-1.9966730833613147,-0.19973067097998953,0.3127943001709923,0.09853703108318787,0.3934907468308193,1.2498296093904444,-1.0743130511730383,-0.18694372911167914,-0.7040321535246499,-0.6236153124536326,-0.05250435709074805,-0.24603742753041608,-0.18729795644033187,0.08093009264430326,-0.6217197474742923,-0.43538614158787,-1.014990412061233],[-0.022589387260000614,-0.6007420706064996,-0.033715034473303096,0.8911752574531806,0.16065554272395183,0.49979496083860264,0.510155213092468,-0.19921874129951622,-0.4996121504949085,0.5962500858894214,-0.9321311122146482,-0.38190662033935,0.7074870304453553,0.685776420764286,-0.4748642541325198,0.01719297349998534,0.059576954733583785,-0.462861775847126,-0.4455902646706566,-0.9620631147711052,-0.6140613478917846,0.48126739380340366,0.509080896766944,0.18867284329301764,0.37959074508416474,0.824680448270354,-0.9715552943474911,0.1481267885927614,-0.6320687189860152,-0.22545179101746513,0.5175360591195671,-0.11823216014869811,0.30982984389151963,-0.8841637442648492,0.15342483172235913,0.08183239623376597,0.40468957786767346,0.4247725398647786,-0.025334308841005338,0.5641558858946406,0.9038002993627077,-0.6784260072749738,0.2703458638275234,0.20894315260437787,-0.19168237429804447,-1.039710801083418,0.9826750487135085,0.1708294391818725,0.8790412832852053,-0.015993982341512596],[0.9253095481640063,0.06120850398016751,0.09459246575752989,-0.9912024156980915,0.8330262488722386,0.4884248003550552,-0.6245563643177534,0.7020689902888831,0.6923394331694105,-0.7884846977311959,-0.5859124825904594,0.4949310445298917,-0.8543727274594777,-0.9025195099261735,0.7219362649233421,0.28699230279785864,0.1646857233857455,-0.5046072371324616,0.13884812421895126,-0.5012042366656113,0.569766260350316,-0.04366979690247644,-0.3676630641300922,0.24332249440112413,0.6467502537236679,-0.3413873259873277,-0.2244911562233528,-0.7377103010900048,-0.051261423788081344,-0.6665732632421001,0.6546432910668247,-0.23853453476489753,0.3628738434837427,-0.3257586029134285,-0.9361847206812207,-0.6345467873259522,-0.8435489603346337,-0.35595684786703397,-0.35981461704301493,0.6387780730704652,0.35411888730009067,-0.7715888488224751,-0.17079934114395656,0.9226502907383907,-0.5258540828836651,0.8757405001943236,-0.3397964122096557,0.7979916555565562,0.19786073418896596,-0.20915805544481242],[-0.5944559781924668,-0.5259113238748804,-0.6879481789101756,-0.1726277134425101,0.5443942976186845,0.5565516822640768,0.9277859349413525,0.6611540950259711,-0.06677374565703043,-0.40262579648060504,0.6199141158835979,-0.10045428095245212,0.04986740491246613,-0.747517488742227,0.7355717678307051,0.937456035353776,-0.1895455551370696,-0.6949241478060965,0.8679991903854067,0.3918950125383327,0.37657464334946206,-0.8847730981459743,0.4646057669444419,0.032542314006517074,0.285315963214752,0.06461905014902691,-0.6895946712635747,0.2089144800343654,-0.2461003478205751,-0.715237339959733,0.855460750969324,-0.7315289943538698,-0.2343922718475639,-0.30224669979654406,-0.4993125273130195,0.5237925150520327,-0.5507321818523913,0.9550622465617706,-0.20449960392958036,0.37366080353968434,-0.7630904964303117,-0.5208170593303585,0.0959371852527794,0.8311967329453874,-0.2083202450626097,0.790433530057699,-0.40503584215451716,0.33383882846072593,0.2439591158819731,0.9510313220925262],[-0.11637939926965182,-0.26812362076770246,0.47714818626799727,-0.3607065767649241,0.7926457143600183,-0.23904245475727848,1.1093831545145902,1.0894170318297052,0.9350684339239612,0.6652706191580179,-0.6004915206795002,-0.273915312373442,0.9984035651516864,-0.8435124190485228,0.7776127381778736,0.32011537123611766,-0.5243440765257176,0.6132804131896981,0.2773231857191031,-0.2192207194567882,-0.4494021895373574,-0.06364788527567701,0.9966574242479659,-0.8638586312030607,0.5317863680730082,0.6645688256903276,-0.15316780112772896,0.04322429894983431,0.196300740994721,0.008457071646231837,-0.7984174446798763,-0.6300356101410346,-0.12483453093364669,0.14342770685102535,-0.2594398714905465,0.04204434440350265,-0.25932413496235035,-0.4382617274915122,-0.3243332285682758,0.19569321041130805,-0.03970382289037392,0.535559145741181,0.20094668328264528,-0.4844437109301244,0.9133579905807819,0.31217849705747963,0.9012646410774449,0.18191738239210187,0.3408754341982927,0.8569252948338849],[-0.5255733430915431,-0.2711926472320302,0.7351234894392259,-0.06558088107488663,-0.12881941997387708,0.08830002283275194,0.6577076673030314,-0.7039202713610054,-0.8430505552305677,0.7538112148665553,0.04103623388690872,-0.20505970630095255,0.14462538478076165,0.05510573732018032,0.42405883557777474,-0.6507208706119891,-0.9941912623766423,-0.8929874697367505,0.1148400026048058,0.812104460203739,0.7552454526066471,-0.1010307499368534,0.9327673358221057,0.34372149023607257,-0.2641684635694544,0.428817712467319,0.11133073050973155,0.1394988008060779,0.6214234232553141,0.6671635862331455,-0.027698880706450955,1.000899687198949,-0.4922993826309692,-0.9198680574706327,0.5582118692206234,-0.16071561722158448,0.3187346209438513,0.14218473403390056,-0.28431267979618396,-1.0737890838419972,0.845579089084692,-0.419600350328003,0.41321394569218406,0.6575843424408893,-0.12214957244312845,0.676605571122824,0.28519969026687086,-0.22732807963264798,0.37384327841815596,0.35656627120289125],[0.32630737676156846,0.738101935743492,0.4500029016958114,-0.14973850953090842,-0.7301783345798639,0.4829430561799846,0.2647812171265622,0.577313549974989,-0.21597466237453503,-0.6934102554214998,0.05324062070702817,-0.5715841222481574,-0.11174483740388635,0.46167322530254823,0.8769186124036616,-0.2940579859861546,-0.20808728926908285,0.13373768714733383,-0.9136979386907826,-0.3517990652786434,0.5974395464290042,-0.7905956341867966,-0.6030121644018247,0.5597532029376023,0.6602879903976022,-0.22586609487290152,0.5844418402789491,-0.6841861134665129,0.253553712497043,-0.07493435610909763,0.6819945408783648,0.18364573147600635,-0.5705804758058651,0.09681894878721238,-0.8939461118442558,0.2969232010244948,-0.7108690584827243,0.9950729544377198,-0.41006299562924403,0.013060693176943347,0.3583880878247951,0.1253859483180171,0.23113285599330075,0.8048869389878391,0.9568710787435905,0.8314271626364736,0.07722325920122722,0.8886454971287444,0.9730203226578937,0.8629203067210589],[-0.5106332713456289,0.16678724856904964,0.7498663404726907,-0.5130468715505102,0.9352834841556348,-0.8426374318554231,0.9947700125433826,0.7817205341562927,0.5288582335400727,0.7760701430473401,-0.38921998497574417,-0.17921493813277062,0.6125885129683006,-0.6168724155761753,0.8101144942862559,0.1971925875558996,-0.7198991828709957,0.7219642924820796,0.4608643966814852,-0.30859886701743044,0.9272218774527621,-0.31823547880847053,0.8157964295012549,-0.3875817750951771,0.851259588991666,0.24965594707413805,0.5990887498270664,0.36514759892162285,-0.3477928948891345,0.061943707348096504,0.10205185238772416,-0.2763580130791179,0.9237258704034326,0.3393097568842249,0.7266877711860107,-0.228172566648927,0.1958958518332899,-0.9289222463036838,-0.2937579985439032,-0.4779461048119012,-0.3422072586525984,-0.8080281969102927,0.7673473683210253,1.1995264902419582,-0.48720461562147244,0.5058608840521721,-0.15144558600084387,0.2853179083422566,0.44245380641312043,-0.5385994485814942],[0.4680937711653057,-0.0029502626750059257,-0.78108856138851,0.28369341729060643,-0.42766792753640726,0.8795385995417548,-0.5508061005115885,0.9601389660073127,-0.30263111505115253,-0.9430373285121068,0.3652303293917098,0.02469711413546095,0.27849128731624034,-0.45731030510818205,0.7226371933624608,-0.5755589569474858,-0.12829932966038907,0.25653750143272686,-0.3211578641530925,1.1819468633351038,0.9789637289994415,-0.6477373984286954,0.7163554853420062,-0.5300492731231119,-0.4612322945102809,1.027320327589051,-0.35677271995720095,0.6125061181100989,0.010208342941596503,0.5947072205233721,-0.22541536069356544,0.6560042242249852,0.7256146641483746,-0.6253405044167154,-0.22326492409414997,-0.4394885300497484,0.6824208904033215,0.35328121504723986,0.778391682857072,-0.05267011561617674,0.9030617911174762,-0.6264330566661215,0.6047405330520808,-0.6144212455080986,-1.0376906490345943,0.36812558555629915,1.1391257070529182,0.4676262790137369,0.5859718701883176,0.005812019343755117],[0.2840184923147722,-0.04837695158619209,-0.7750653288630148,0.1338845140173401,-0.5507374991159177,0.4903415064879725,-1.4983106117466538,-0.5380705985780142,1.3250048790399676,-1.1600519328033723,0.15491036469239108,-2.79291744537106,1.3951666821060058,0.6540800131654717,0.31681793846060863,-0.17218375610452205,0.7835737467928695,-0.36922763882749393,-1.2837648427634034,-0.1895400062492142,0.6332592439557801,-0.08204863273322814,-1.0374241452539623,0.3266381014864757,-0.33806545289034673,0.33449213950479967,0.6617923919293037,-2.640146060905044,0.2568452508052273,-0.18329612007378313,-0.60144901540573,-0.7186731503093196,0.09127735091514777,0.12422093809185872,-0.25229095784560573,0.18594205394781282,-2.6308451009694633,0.1175993135862334,-0.29767067742682257,0.5313412344894605,0.6084461071097067,0.6685503477868191,-0.7635920350290096,-1.4340112849110018,-1.2587468023269421,-2.4747129349940113,-2.314275734837422,0.6874024852359089,-1.1005359246876498,-0.1372444312088646],[-0.18753837206346788,0.6876687070385862,0.5665735405785804,-1.2667535007106936,0.901537233204636,-0.8510715964335429,-2.645293603594884,0.010474905768283263,0.9244050135219859,-1.7881760745400945,0.020823998888331547,-1.5078042036624586,1.0625066317279765,-0.036233936563019195,-0.26454162663267633,-0.15491890275554146,-0.39020256149361837,-0.11886728637204486,-1.106342010948635,0.9213132027858477,0.08950140225262289,-0.29530715872946395,-0.5489072751679415,0.7049766335734691,-0.26407371893451503,-0.23246537315791976,0.5444173274175383,-0.4506733289760006,-0.22777158066606035,0.43962941354669055,0.40744204182005067,0.2905463240741195,-0.8379119576763259,0.26721534790477397,0.8924878452454205,-0.11911643202637807,-0.25279805101264985,-0.3638994291727407,-1.7126221010150713,-0.15255623541754595,0.5897717392627732,-0.9487427773305506,0.5519373421570376,-1.695284420002003,0.2532725614117707,-0.39062923976034675,-1.3812321055275594,-0.41070112238959045,-0.5836401293582022,1.047752759797432],[-1.7033489218968638,-1.1351926767457559,-0.3258608374455106,-1.0793017830427576,0.7291643512286313,-0.16466803044812353,-1.6390035242895387,-0.27297210039720954,-0.048434633357427315,0.6143064883873033,-1.8693466733421762,-2.0090992836260546,-0.11679731571352858,0.39298930027142187,0.12224950434812666,-0.9971270422160308,0.42006011689014566,0.6826953521023668,-0.501279775546326,-0.030524242153170136,-0.057869469856375345,0.8396993842770256,-0.04563895615902865,-0.5853746187407953,-1.574175685980328,0.14651044104793867,-0.5010253969487476,-1.6526012672914325,0.7114604694137138,0.7601330887279235,0.6955331206300869,0.8898412299273258,-1.6699529869247574,0.509413653540581,-1.446204328961377,0.8686806871567981,-0.24964438203057188,0.6818938205042128,-0.5399099538057822,0.5550879475933027,-0.46901989120129733,0.6119469889002594,-0.5314735839393107,-1.7632164151842638,0.8660563490871447,-1.5354026305190829,-0.6282790516013159,0.9480330843184209,0.1963135550394814,0.09977294437849446],[0.7615659515715757,-0.35097532562051903,-1.913512788354105,0.28659343118830605,-0.22890585643710576,-0.48689153426507553,0.6578421233579514,0.10333088297646154,0.4100929900343946,0.48956097288507733,0.40093733616937827,0.7755471434088395,0.9688936665194853,-1.457874559241292,-0.3396840280835862,-0.00467615721451247,0.2627899667434118,-0.28312972419655885,-1.7319770071532898,0.6592983417479952,-0.8308218712579374,-0.37538970769358304,0.23969518666503606,-1.491048988125413,1.241043133801204,0.025802250866827883,-1.4740256596858516,-0.028376103657839345,0.207006942843901,-0.22552352511370413,-0.16225081570062153,-1.7533875358499273,-2.129301062799301,-1.1923108823852684,0.1749938906040497,-0.8897355036780156,0.4373424978692621,-0.1620914106396624,-0.09851699921434068,0.423106995127771,0.874827429220752,0.9408258979567448,-2.100058433365198,1.0614476761069547,-2.412023613055961,-1.1982140387053726,-0.39811312685378564,-0.16316517878682124,0.2789783372633097,0.6723907285716528],[-0.6723921788167947,0.8836141769096724,-0.8882550459932709,-0.4224478939616852,0.32753447833429555,-1.3745931250314267,0.8504442094479856,-0.5961853061426097,-0.17051199228714561,-0.6526398842913218,0.3957134624837282,0.7987119796976506,0.2596600265672445,0.42829866144389045,-0.100939917116694,-0.9176152614045361,0.5907883230734485,-0.6462554815184396,-1.4941091850104427,-0.5794550512120521,0.07345677667740759,0.6721000107365355,0.4705280700874428,-1.4970971755744025,1.0607454178998905,-0.13743756971495924,-0.051490377809589885,-0.10638809256497651,0.5373598746564935,0.7096753443264933,0.2747920418804443,0.8056239469387377,0.5065107714998085,0.3913168549264698,0.042010107196412384,0.6307510880366723,0.2635631703630463,0.12181967708949096,0.584713556266017,-1.2131672527697437,-0.8326606797138509,0.71300559219538,-0.38374775822016133,1.3684996807063383,0.27313355961460367,-1.9335195102419866,-0.6039545717424702,-0.6694760495592459,-1.1280250079668344,0.9555357670730653],[-0.0287189412994558,0.7568292357866203,2.02941662022387,-0.03159154685100338,-0.20743771288942503,-0.08092197535010537,1.2386807136227775,0.6308850012777435,0.8509448542369963,-0.5738132055487063,0.7708049335999296,1.095161376974978,-1.4534395502303694,-2.091981985750701,1.1609697234821081,1.7240238067418288,-0.7512827273862953,-0.5758636620925284,0.015188039118295636,-0.8585721948362143,0.4950616002321285,0.6104667473371356,-0.6893736030078468,1.4397713980127047,0.08907493460184696,-0.6231877019145909,0.7157533436656329,1.1393870764302183,-0.49481772215443937,0.9924522786316932,-1.0816079344553473,2.0530330521637974,-0.09972806979851787,-0.3138559385050811,-1.6135447204502793,0.2946216959634549,0.43899148675515204,0.9381323615768832,0.47402313357344644,1.0852501792112454,0.4483003682519247,-0.6648698960147668,-0.0752351131669917,-0.7197034789432485,0.6837597006323467,1.0126154515840842,-0.6714114696399865,-0.32217976657452874,0.9255381629384554,0.6098505947667816],[0.8192606916135308,0.7445720205462054,1.2293740459506912,-0.11412708087315952,-1.6346171870114121,-2.125573658088533,0.6678381467124067,0.4407271820934789,0.011864973967640965,-1.1151995024465156,0.5656532108441514,0.7794007690871284,-2.9527252842099383,-1.3032104185412534,0.41098691574773766,0.6776527835386101,-0.038607988311029066,0.516323374086262,-1.8390227406514705,-0.19694283132444415,-0.08924057575631075,0.9549202390515126,0.44000244673900585,0.8835398362578271,-2.5959221226855074,0.6687637554428065,0.6978167023889013,0.42367729084064765,-1.1664609252509461,0.4318098313965058,-0.8158488123026544,-0.20275779791594079,1.0675699651669226,0.5410382845188918,-1.4144649392949582,-0.6643582900361659,0.30003865909880756,-0.4933340661225261,-0.715639253158388,-0.45247208471165606,0.955474155080363,-0.17942630821312575,-0.8665199495356167,-2.300306940901027,-1.676236884999533,1.3031399406295718,-0.6171701950711839,-0.02598177544085214,0.23144056216221542,-0.33282951367983],[-0.3508869033042182,0.4985176106092113,1.007865397608074,0.5956868385133437,-0.44589121098567147,-2.0827928815116925,-0.02688967704046911,-0.14277462037709876,0.48038446041198346,-0.32884247397570715,0.08010880014907763,-0.3224958898421107,-1.6242101802405284,-0.3089708513664026,-0.5931090066354159,0.8450914583852879,-1.1086271697691088,0.5771229893345883,-1.3303510907293064,-1.1603465052328776,-1.3595915083604748,-0.3300414581150465,0.054794570389645414,0.2486133376097892,-2.391378626019076,-0.9873517408505047,0.028349861279550186,-0.6076283447333352,0.7964265446195158,0.28966857277195457,-0.12616394023532718,-0.6498327940355085,0.8599851092232892,0.10037407542151908,-2.0280081389899185,0.9775505232123994,-0.893491641281644,0.29285689971013623,-1.4721378469897457,-0.9616009123357597,-0.057853699397308236,0.11199617297618633,-0.09827356656838508,-1.62609036765288,-1.5697593794055895,1.0641667075128294,-0.21647037152610973,-0.10998320358180959,-0.30235630417043013,0.9668311126706822],[-0.28017038565577257,0.7136386203533479,0.5344212577741351,0.6441966479402189,0.07893049729267505,0.14969767247632648,0.07316410691337921,-0.18703265695133647,-0.516051460630739,0.2221329737599077,-0.6216794155830947,0.7938999184165966,-1.613811742128391,-1.4877701146654194,1.0361218240161691,0.02208156730108824,-0.7777733916850886,-0.2567096389248754,-0.2600156647774259,-0.7881346908376007,-0.3069041853327999,-0.030848191998100953,0.4940500714733503,0.7767101432679762,-1.1412503355083927,0.5931517559279811,0.0912945531504343,-0.5789905317520159,-0.4579107012918149,0.5110186441748408,-0.5120946247854138,-0.610490205960489,-0.000209485016063803,-0.2950923070963332,-1.484949758638799,0.425793611588369,-0.9219769321818534,0.6475888561388274,-0.08573425529036861,0.7671576229638403,0.18658076394379372,-0.968124014973072,-0.9161438565981527,-0.28708374854353735,0.6851303426832658,1.2155523267367097,-0.6590914962444759,0.8162714926442279,0.5828301684483227,0.8079215833704917],[-0.36749576804033557,-0.9378728681412452,-2.1051555989757262,-2.79821955162817,0.0914008303647804,0.9490738028716923,-0.006701127425607431,0.449546499314894,0.6529336540754336,-0.9246281937419562,0.7901510641654652,0.0166302429394308,0.8075725122221818,0.31103860494317287,0.48083359318938973,-1.4874483296037642,0.8658351763535874,0.263603479935812,1.3304693465184392,0.6117060540302385,-0.8973175699282706,-0.3056374825398912,-0.6336292763251768,-0.2811215927517145,0.4871885194636241,-0.23146121215406817,-0.00653867090310602,-0.19447722421826424,-0.28138143038187036,-1.2271156153088683,-1.0677747063519272,-0.33638371219348495,-0.2819599908299531,0.4899128306802622,1.65177305955175,0.49594104791388227,-0.7631404977882938,-0.1832033626312284,-0.5208022045642894,0.9233805932040561,0.6750644721798394,-1.1256515258271376,0.35427037709165315,1.0502522417638072,0.790375679311164,0.06623588116138526,1.0205265906299716,-0.2536268009075525,0.5013267418170195,-0.895670803223521],[-0.4497401160228963,0.37281356113032943,-0.5451371006887613,-3.028862516771159,0.6967164222237784,0.8929163426048541,-0.3064004533603107,-0.302234692774029,-1.0647036868224267,-1.0542634811537146,0.6200121868067927,0.028086048471152165,-0.502382877335914,0.1665695389907903,0.4140459847347096,-1.8830796582387255,-0.14229381050876294,-0.46779060485737944,0.9065841438744155,0.6700799963309481,-0.9446603162930686,0.705427702780333,0.12556113232457372,-0.23385617215644397,0.8223013640119395,-0.9310272219702017,0.18479086632477745,-0.24680721053189492,-0.9524854227043298,-0.9057341862582887,0.0992776374047696,0.05304785866140266,0.570535594622612,-0.30607480353138583,0.3689729948402076,-0.006477014431188869,-0.27641734979306426,0.15790975550654623,-2.3644488952179534,0.9596697367718136,0.7878606995041266,-0.6320382919955697,-1.3072442816886207,0.3914019579638609,0.04138919263654591,-1.1367744474747952,1.0565926878069112,-0.739934248904496,-1.7024567115092872,0.42127756212081563],[0.9822344900051323,-0.1724804895167177,0.07624811625318342,-0.1227495379044594,-1.8767822680851782,0.7180948706367658,-1.7965270710044814,0.8715330032369442,0.6990660303991542,1.4364597675122037,-1.225284232970266,-0.4972851263998227,0.03913319307910524,-0.9693184600889792,0.9957066906038164,-1.0396139662452388,0.6595250607529042,0.609947914320923,-2.2524043926545847,-0.9897760330515575,-0.20599899451472523,0.24287462550937935,-0.9357092599235002,-0.5246671160418251,-3.5393546682871873,0.5349313574645509,-2.487620930360724,-0.625662447667557,-0.5458852983885272,-0.6145767714219115,0.4563397637582549,0.6625705076110411,-0.9582173475360903,-2.375634408057829,-0.3173351044558027,0.9016876438680774,-0.08488273040705085,0.67874750578206,0.262334082798735,-2.557747578789423,1.074444551400696,0.5436582210393343,-1.7133201016042983,-1.8700950075950207,0.13538080932287952,-0.6526443483443465,-0.06630221375595817,0.00024232442296896598,-4.731134207530901,0.42323321916557227],[0.18303786661353091,-0.4650199436963807,-0.8870418744466175,-0.43699598266747125,-1.3797818677018736,0.260441640027096,-1.3982487981055671,1.2404631061294364,0.41430424587734604,0.9724597165413043,0.7608255997188215,1.2363502277862435,1.0928690741905658,-0.9793186358953371,0.7520609730431194,-0.9299264432263358,-0.2598753515667607,1.0006927081685097,-2.4104879631308354,0.25744520868875076,-0.6399058720506641,-0.43316098599444797,0.5528087820466128,-0.7597741839450166,-3.3978957083374106,0.22748908438817772,-2.1244039141168285,-0.15687084516517155,-0.5123424550786456,0.3401120306371343,-2.7936819246116955,0.2689396336397904,-0.0665142779712669,-1.1908762468931726,-0.01645789400861468,-0.12915699553061358,0.37241773938874584,-0.17509402455007184,1.2163680140930524,-0.24350031821545856,1.001348930143555,0.5660999697119862,0.8733179243526624,-2.4397666118798056,0.7936039581486004,0.0674957227490276,-0.41138125064164216,0.626438555793103,-3.407912327326892,1.753382090434354],[0.007500038727272815,0.973121613795571,0.5281360588734823,0.22368230677401213,0.47518831650840687,1.4174771510450366,-0.9079544554250523,-0.304781329391381,1.2646857516815753,-0.1409543496089858,0.09721952930414172,-1.953114444198258,-0.9224034808741423,-2.989260342507007,-1.502609792447204,0.4226697083924493,-3.353889507310319,0.0632190375982662,-1.4489619788794894,0.7531608698227723,0.8962428053757164,-3.1555532483716324,-0.4915029790538961,-1.7251673817087785,-3.3143181605734795,0.818065520042435,0.8497239130607918,-1.5755060422965066,1.0729588123761342,-0.820740903546359,-0.35505388455581227,0.2182605428113782,0.7813152656332331,-0.8510637761643967,0.8335791764301874,-1.9227584840132697,-1.4494056819270282,0.5020264546398948,-3.5521953729321964,1.120151990414399,1.0859071447182023,0.5564420814236628,0.24558935169237991,-0.3331742080442332,-0.0552981648153834,-1.059681105782942,-1.0076697211274115,-0.38045761955757296,0.9751649519435758,-0.28106729755609117],[-1.6878638691677368,0.9825863631233208,-1.275352165272195,0.5263263642822328,-0.7458179725816972,-0.11768159051787756,-0.26804758040147764,0.2908449206725826,1.0622183880523948,-0.2847047634823402,0.9890383152339113,-0.28675699291115786,-0.11777435333573073,-1.1033293673953288,-0.694290101052902,-0.470161998148987,0.5068873746957899,-2.2030522778166275,-0.049659761393824546,0.34086848236039763,0.11175215290197776,-1.1747611235114976,-1.3670562498169545,-0.4156698748307031,0.5845124401565444,0.11014878447790588,-0.3332388808864358,-2.4789511769278008,0.2219778275755021,-0.47962206289050036,1.2786087313038412,1.0581720233746694,0.8347096117857882,-0.1599537481287549,0.4633409670972774,-2.2455411649323427,-0.7764869027796593,0.22927562170456514,0.19800891844290852,-0.7001645342472983,-0.8033503079506875,0.8308656697270859,0.7246725912736249,-0.4972161391637538,-0.43072618759236214,0.49139515750926593,-0.1841642505616372,-0.02836204557892856,0.1661232348785222,0.6169041876337134],[-0.3134641497519115,-0.28843634887712744,-2.08419945242716,0.8618272765691383,-0.3240424288986788,-1.605878632094214,-0.14818357478822655,0.7072177917584647,-0.6879647842981932,-0.42842706238826506,0.8803710591952014,-1.084913193047261,1.2349531829448648,-0.6810422467678106,0.2312428941307678,-0.3400371895936759,-0.9763388844983302,-0.7403492776657756,0.8853919709649765,0.8437008255612303,0.2549663783243144,-1.4405346725776311,0.6685090393870533,0.8398305656620991,-1.9841150301661374,-0.8667278219088824,0.6484461871056693,-2.578335349551612,0.18309355885453127,-0.15749723214399827,0.19522474663054287,0.30715210127711867,-1.3401023837873263,0.9548862758368525,1.055266669179562,-1.4787596983715448,-2.0175665829123663,-0.9257441041511982,-0.20148926484257246,0.41718372561716105,-0.7574970323794514,0.6161566740265799,1.2721046687064619,0.7603917832401089,-0.4890046735831127,-0.7149164521592639,-0.22593027759149842,0.056361525344249444,0.10588579406483584,-0.12807733147537778],[-0.864970696294535,-0.049644447609232444,-0.2365412752412801,-1.469338847273409,0.6538890386086852,-0.028090249513188215,0.009438144459739665,-0.5892965984288505,-0.35218029867154876,0.022594320827035774,0.25068035468704497,-0.024149339103789066,-1.5402110048769966,0.7861972822820533,0.11101658456013033,0.8031060610314225,-0.15669456093844947,-0.06449472119889572,-0.0475531844442473,-1.516828726150436,-0.8586276743130115,-0.8135365626516413,0.9190457804402221,0.24642349981949285,0.2611611909156053,0.7740923220473441,-0.7218343551976732,0.9283760059182424,0.6770524065276424,-0.8259501805116195,-0.5758694255930465,-0.2854718572594719,-1.6319627357297901,0.4199103180521259,-0.24533384483911758,-0.7366532468652686,0.3202806901822265,0.2234186565438308,0.3784936793408254,0.21821942418078236,-1.2556105747727542,-0.5077779553406605,1.05310356598741,0.1825333542857432,-2.894988014163737,0.7791255665277034,0.33609531452593105,-0.46119044437015316,0.42471721559186276,0.5987133257645542],[0.2276906515262712,-0.15234050681313555,-0.7457843252543496,0.8719013438193841,0.5883714819835851,-0.779340687557871,-0.5813141977641768,-0.3810085005089129,0.9549621823389686,-0.2050359259886292,-1.2835144357115913,0.2832513988095806,-1.8463789181388743,0.07395272053351676,0.8882890447964902,0.24254787687274837,0.9354894736269932,-0.8049012631133172,-0.9750461190301398,-0.3272092730881061,-0.8997928539193664,-1.7894706846472057,-0.6804187536774335,0.3836402496860481,-0.4153297409293318,0.9190705102403159,-1.69095624495755,0.8642914462010437,1.135763340174948,-0.3490896755232991,0.1277640212758146,-0.8411232383599547,-2.256719092189742,0.3992152348825799,-0.5179748203804084,-0.37733498215004196,-0.45229085426029325,1.0087878146805669,0.08015809754142557,0.21793994328898458,0.23917423567695736,-0.3503272417871943,-0.6011648854699514,0.7377132875319512,-1.6545059817313361,0.3165174264844532,0.3334438891435439,1.3528435028688974,0.31627175002209545,-0.04048624351098101],[1.0008757937897201,-0.8240136421053753,-0.5697246732586038,-0.41677855365908967,-0.9833004393259461,0.23469347226941303,0.16050247522443625,-1.475601081914306,-0.6543878479430488,0.7408523671493098,0.032805256715817036,-0.841747331443524,-0.5529452273762452,-0.13052660538097616,-0.293283037598727,0.1465270714798717,-0.42834102901712134,-0.2652057308472433,-0.7635236205245749,-0.6157184745805171,-0.21974243780135402,0.25692305407769084,-0.023922327578526068,-1.0966285182987314,0.7262834017933774,0.9178276069439145,-1.3228573348410972,0.35543997092510277,0.6826123586049645,-0.2698643283092486,0.9798140061495578,-1.7195912221994212,0.9456695025330896,0.19304140927794963,-0.4701463920323739,-1.278057440513632,-1.71409623085741,0.18266730364012082,-1.0426355479676817,0.2442757800504814,0.4277504381984913,-1.1104613158747563,0.6201255551667352,-0.4436202700882175,0.8565222128289243,-1.9982264982924998,0.6600492719257697,-1.1645780226046052,-0.4326405963283223,-0.1410409653543666],[0.44698090914480204,-1.0327943018930383,0.9380572436218467,0.43067880339650905,-0.5730393052000448,-0.9412525199617955,-0.5289317270080328,-0.1430385818228605,-0.18965325980563236,-0.07966581057598483,-0.361705990620297,-0.10239651557697237,0.3749010358155295,-0.43698091467093697,0.9388321559714683,-0.37326363167392623,0.2964649569672644,-1.1656772378942444,-0.06063407901132605,-2.1077332621641367,0.777509419576192,0.5198434109198544,1.001766657732124,0.25359384346294894,0.7238141333232656,0.4157459231849597,-1.3942572385008924,-0.04885350395709977,0.9773741318700688,0.7197010110458818,-0.984071300655162,-1.3462857286611916,0.8297268410100478,0.040655312755700564,-0.5753279063346133,-1.2914551635364848,-0.8184452481453228,-0.6857391251128826,0.20137082524069583,-0.08768784502824026,0.61197470681787,0.35281777778282214,0.19802548849964768,0.6587588026576291,-0.6395267881152102,-1.6726734749798735,-1.343229015652862,-1.2250401632110406,-0.6946196397871701,-0.2584840213494819],[0.8812987903748271,0.383206702578341,-0.546014145060914,0.16622150747257938,-1.1199767657345885,-1.7648949709709267,-0.5086644737801955,-2.006743269655329,-0.7648498459522859,-0.5805753019119244,-0.016052869762158088,0.895239478774906,0.6037452713480788,0.6356487051575233,-0.3641932763703624,-1.032082853106497,-0.007507055691937559,-0.8538105372378789,0.06860352162257843,-0.7664637414159513,0.41117138897551236,-0.17565881794800273,-0.2058460811977225,0.7926544532582205,0.6406334313247176,0.45484165936275184,0.8075835088212099,0.5021634844748688,0.04726639163243606,-0.9883116023451197,0.2752479454086924,-0.4141855968003484,-0.8677100411160616,-0.08812133958970927,-0.9525480767717737,-1.2374070024424646,-2.213547146496733,-0.49732333582698873,0.3402172196411456,0.575343206456544,-0.4561500563141447,-1.3272399781666944,-0.47341880197217573,0.6532000490641896,-0.5598253087431208,-0.3063176133626075,0.5851393250156459,-0.2927123820059543,-0.5380431250773363,-0.7029505742868445],[-0.6353633197406156,-0.2870931316840642,-0.5041284361384332,0.18304547066679855,-0.6668446731051085,0.5372227232426143,0.7870185187314129,-1.0166029167572685,0.45544712288346484,-0.47491109003386683,-0.6724266648488493,0.7855415780178797,-0.6847403029535274,0.7467029156565331,0.10099170321426243,0.4498408012405132,-0.43407793097429964,-0.7785380172691824,0.006436493603510289,-0.5860056739244681,-0.33667794140949525,-0.7115740543169193,0.9754009001270396,-1.1952514993687429,0.6106456373906872,0.6107298662857849,0.6286289094080472,-0.6922657094611057,0.8373059819458771,-0.1793073564221909,0.6919628818490844,0.815537523402761,0.9525385096266529,-0.7165944913580474,-1.4189020960201606,-0.10020043240820407,0.2249446776718072,0.6013733405998376,-0.6735559121655514,0.13629425190085626,-0.2603856741076182,-0.7575715574156748,0.6584650691852785,0.09367385198615825,0.8815997942203292,-0.4255143707651212,0.22906038488337355,-0.36319304580623396,0.9372760679958962,-0.31705198663767636],[0.22839750109789728,0.39729268704940185,-0.5472744722187097,0.6253187340742443,0.6072256803168953,0.6740319288698161,0.2556818107532003,0.34161726461252695,-0.048093978445638834,-0.21865441303055183,-0.8465456620121119,-0.6523013671735184,-0.3160436420468693,0.004681616632007745,0.1494993666170453,-0.4859714591419356,-0.0009518077559624423,0.5827240530856407,-0.5104477778979218,0.451724554848872,0.951348218228058,-0.431490592110189,1.1711163679289076,-0.05394145282004792,0.5416205083462688,-0.2833799093071177,0.5135298553024042,-0.7396407757087001,-2.2447846663636173,0.5422937639064079,0.14485261843897448,0.7427116622681317,0.331659409714464,-0.24449822159390625,-0.484438621808878,0.02845289914460178,1.0256152999681758,-0.8618996265096165,1.502440247294605,-0.866179227368685,-0.16887354970457283,-0.81982607436524,-0.5408873217852553,0.2245174793078856,1.4255749522980874,-0.19568031600523375,0.6261660717054757,0.15248401999437058,-0.7156769355820751,1.1471549930726574],[0.1454644998393049,0.4042439109185483,0.8478109692540693,-0.5791417502041721,0.15437838802615714,-0.9193415566613069,-1.125154257634886,-0.17121227426181607,0.21277851959720437,-0.44997284438240015,-1.5366614106944725,0.28719878877453725,-0.10527506736669925,-1.1774885556979369,-0.21861967089543669,-0.7390186031396193,0.2565260350351756,0.5647256627189029,0.1456940838487536,1.39571536464773,0.6808761175068606,0.1069388882550518,0.11692698371680164,0.8660315796482382,0.47566123738729493,-0.24083235245778487,0.28153868181761665,0.642308778579299,-0.7839188397342793,1.08140474487888,0.6792244815199943,0.949234829027719,0.07457437730262469,0.3289716244526986,-0.7821850023328217,0.8433823481152066,0.9828205990855079,-1.3444052544647296,0.5950071893059795,-1.307055357534218,-0.09646679285775447,-0.01287059876835134,0.5708709162504596,0.6214699578910826,0.535435583978105,1.0020210346762588,0.06802411207416155,1.30988203606967,0.3485376469921615,1.279099376661352],[-0.5566283216008291,0.04527533764813181,0.2912873111697464,-0.5619097900889325,-0.6938997421745878,-0.9478653101486397,-0.6946024505289011,-0.51968480468644,-0.05029818578257066,0.20578115192064447,0.4607593848962656,-1.1641952935370417,-0.45534551479596996,0.9880101563963649,-0.601411956562485,0.043465881450896623,-0.7238116334889252,0.6280062625773822,0.40957752231782285,0.7216883897554812,0.9027248511518968,-0.704452109809545,-0.5382422346436105,-1.0507701495401103,0.9706811121713781,-0.7090732346650175,-0.0733194335967824,-0.19453821761900333,0.2408358991498421,-0.8159529310539957,0.47955302105681613,-0.05628791197860083,0.9081314552714467,-0.7447927760303111,0.19544231450661412,-0.835430142537835,-0.6684300212190273,0.8330416481389633,0.3848253147555689,-0.3535152227579096,0.2293776834715183,0.6362192405618157,-0.2144143045377161,-0.24557756384288165,0.9897233011976149,0.809999637895857,0.22014001407780878,0.682802593210314,0.054655011976435804,-0.9395564355603291],[-0.41853141772435715,0.21003185320413403,-0.01127278455318487,-1.1797025139801522,0.7313163696960882,0.9724130405393676,-0.4369669624529358,-0.4713278814765939,-1.221087207341225,-0.5807422363808081,0.49057987379930595,-1.0181023593977878,-0.25286122502905445,0.9645852531658703,-1.3340831681449776,0.30682465043613044,-0.14479423535272498,0.8703456281060572,-0.951740563249473,-0.47022997915756387,0.5463147230481485,0.4386522529030106,-0.6057770190382918,-1.9122792680919414,0.5147362608043902,0.06064219336741038,-0.6700218864595716,-0.32128929755842045,0.6470326003456035,0.39159255074903465,-1.314023370494935,-0.3319117115481895,1.0034517450949891,-1.979086743330945,-0.8461662177820463,0.5847426012620169,1.2692558609977187,-0.15026014270336388,0.5538898389924698,-1.8900527881587226,-0.5435963911345107,-0.8948820411001027,-1.1811995713502854,0.2708428390850656,-0.8027316156759413,-0.21268719309027515,0.027043238160893095,0.6832412621086162,-0.15375848428338193,0.019531346954159645],[0.9038821180018042,-2.6398854191965673,-0.6582087562921446,0.8900546767338691,0.3551457596354782,-0.8276504581607599,0.4148996730589649,-1.4668552993381587,-0.4174019944730328,0.2342749398910556,0.6859530576123933,0.4894545763578759,-0.7912738430203935,-0.2443428194266948,0.6941731473410762,-0.18749687095126466,-0.2688806036122704,-0.7917157178004973,1.1563947524857108,-0.6057962769268387,0.19249138359770887,0.15634087123936544,0.442073753891362,-0.7174181488576981,-2.4551784160778816,-0.09900755353741927,0.08161687407918973,0.6169205290336395,-3.0134760372385885,0.7494425189107327,-2.8879664665643556,0.29395605003635106,0.6018368988671532,0.6703646730882744,1.0201679604664264,0.8182707850283564,-1.0810297536919937,-0.0011413092612908272,-1.216140507265953,-0.3125823845421707,-0.06837265273527572,-0.42305132007001045,0.3588727063270733,-0.5339793511982734,0.745730862014738,-0.45721551302880886,-1.2408464201433904,-2.1999914781306633,-1.8190332430604035,-0.2946239122013094],[-0.14676058098270436,-0.4157541407100193,-0.967302322239174,-2.854595689856586,-0.15846448481207565,0.1938498152733537,-0.6446418939311166,1.3770512006070297,1.081804246663729,-1.491814349897888,0.617685484742598,0.4662111755824878,-0.8962585925625067,0.6178215675692031,-1.0469040849332125,-1.410442034025851,-0.8501130225713481,1.333092666349389,-0.056031517186099944,-1.3620234788627041,0.8641040912569014,0.32984830194772347,0.5344377792634973,1.1368196424552621,-1.8621530028043494,0.7975203994925782,-0.44935240070911014,0.5110204153957287,-2.409384462380309,0.6772066431764076,0.5012959825845203,0.025866928359075187,0.16690615447063178,-0.0578429141118203,0.42103999645869344,0.1624340418078768,1.2412471890227477,-1.221727030859491,0.4055284170906366,-1.0421131080794996,0.7055970448175977,0.250141174189472,-1.2245420116315218,1.0832562527497482,0.11643933588208367,-0.9975599866329553,0.05687704809048092,-0.3273995290429661,-0.8018696216202863,0.46430294616056167],[-1.4484852849805878,-0.17458235508877223,0.22497335271954172,-2.320354547693565,-1.5675381775068575,-0.22759901961880263,-0.70543233972576,0.32225845599380587,0.10013037591990857,-0.10862684185039512,0.11368130498836941,0.42334263518076437,-2.3209902252194192,1.0984890724076561,0.42660148680717574,-1.9650301150232832,0.7472171775649292,-0.18985363511618777,0.6356360898736555,0.4268259431739878,-1.3659439336979062,0.34063529268111875,-0.24262403956888448,0.5542949598585568,-1.6676321059512462,0.9260651745936955,-0.7535662990620206,0.6787257649153977,-1.00473968173126,-0.49175786410137423,-1.388068712465732,-1.616935475454959,-0.5627809800285731,0.43392585234992825,0.6467386575580849,-1.9180945852062434,-0.4590865264759066,-0.3083610322864752,0.23109773710837103,-0.5105301319079032,0.008411446233502458,-0.348904853236661,-1.0555423563219135,-0.40188537139115676,-0.5912494398100533,0.3665015209297798,0.11234413066335626,-0.661318229124157,0.2915985982569337,0.4267755804691225]],[[-0.6398864829947386,-0.055254303732529104,-0.12017870420069003,-0.4731418698418763,-0.11368185250492478,-0.35861370442189017,-0.11036094619434585,-0.5484543240688554,-0.05182335165286303,0.09861626118860996,-0.906361208408902,-0.17549549104276335,-0.3645850603319168,-0.7077535364727322,0.596069482468028,0.42865816728135736,0.7115983841205851,0.22425768786324796,0.8694706838469374,0.8823008948494734,0.46218565516160215,-0.0683202330396319,-0.1720540231749802,0.7770903686227939,0.4580609121412026,-0.980071885706702,0.9528019752676208,-0.697315035059189,-0.03699535797362969,-0.34080916507746073,-0.405024134276313,-0.5051301299466922],[0.4463195235004936,-0.4946971341533962,-0.7825725409404374,-0.06593960831446743,-0.3418931074673275,0.41672279211713453,0.6676119690776238,-0.6438803151424253,0.6771044392253315,0.15306822300903108,-0.12270236737863324,-0.5208925342803017,-0.610313423731514,1.5017372090587837,-0.25525806378453764,-0.8622124916844213,-0.37972211294831426,0.49511043694369755,0.1191240462278107,-0.3535698078995198,-0.7276059993768954,-0.3025090136643995,-0.31992772390252083,0.3321984519696761,-0.7934917245844284,-0.5849070508048982,-0.2684100334227487,0.40998030576274236,-1.0233176557198456,0.6956324356312058,-0.10632407216676605,-1.2002353352819284],[0.8670924294563066,0.41903538411910596,-0.13236761698824098,-0.6326430582172203,0.24385796848102467,0.44740645657571176,-1.0206850935085126,-0.018445795264281098,0.8296411981846274,0.33701562702529575,-0.016865139819164005,0.5960530010959072,0.45978194630152347,1.1496940692106243,-0.5877274941583234,0.3526634403777225,-0.04047563981594633,-0.9898892604048223,-0.15724775406901453,-0.45529495960474997,0.08460931645161576,-0.2638696093744881,-0.7454830056388949,0.5463840875397068,-0.08281433810457334,-0.19107110030852287,-0.18297764994030113,-0.7685088285457333,-0.11396012700747447,-0.2433145686795493,0.4036661898944157,-0.33466807716400687],[0.5897486664890588,-0.7206109838369311,-0.7680073964035082,0.1729390820189793,0.33217810744151127,-0.045695116170125345,-0.6710604468791032,-0.8276843255093238,0.859528680752732,-0.869285331950145,-0.7422077192027031,0.8106088009278453,-0.835025492509776,2.093509937564631,-0.925005463885903,-0.4970456083959942,0.5614734567344012,-0.19737947888411736,-0.9998677392092002,0.5306979392327944,-0.8489109959384091,-0.7491466877529943,0.8347259362275049,-0.9323397533567689,-0.02260237864576719,-0.4084559054800951,-0.13086541168819352,-0.9701399207758885,-0.04758838662979977,-0.988811026882311,-0.42313303017065823,-0.9623320731319054],[0.46336295093935403,-0.48253463049050066,-0.08633006753756606,0.36216045343857345,-0.418344306016822,0.3864054696111513,0.9402182769835864,-0.1899734336010055,0.5755994205860587,0.6672350281039199,-0.039884028385674626,0.5780803234688039,1.8847122358833628,-0.975078594509011,0.009067811272267285,-0.9492307335736802,-0.5415913736359924,-0.21276388778936517,-0.7568872512768315,-0.2161109539905934,0.03460755610324182,-0.9838116698402573,-0.9179815904528136,-0.831747028017039,-0.34399371659282457,-0.5057126558419085,0.6309978515258103,-0.3969104481959485,0.5080942097633967,-0.2988451417157269,0.5255348604981918,-0.08638983949895589],[-0.3519604413373066,-0.5626705410107904,-0.4080338605493377,-0.06469548863094554,-0.16242851498457253,-0.6022071284392013,-0.5549849228476536,0.9588197667719973,-0.20353496013064667,-0.7349330281208932,-1.055123327098521,0.8530089716805855,1.3215174533747318,0.7527393464415773,0.2841611035402721,-0.6439211741961695,0.3043018865597127,0.004168499111939135,-0.5727479890625755,-0.9689848087959286,-0.9104868478451936,-0.3031361863954272,-0.017094124153955795,0.3992406982954035,-0.5953742965261051,-0.029946075675624517,-0.8721377437975218,-0.28357367375755393,-0.8192165689601262,-0.7416492759818082,0.3258756983764985,0.8677543974215657],[0.9579562328318526,0.788615073927458,-0.8392237883925131,0.7339571342461745,0.8516785671887076,-0.26918946111397163,0.09454416726764886,-0.005817727438565385,-0.668018812360833,-0.4455757483667374,-0.7612480656032163,0.02784782560966091,0.5948399199913966,0.2269436089665879,-1.0049212994887395,-0.6900921701705037,-0.27268279008391977,0.837877158966551,-0.2734400810034242,-0.29011590058322617,0.9283527016893056,0.8020196739670533,-0.5453425619101276,-0.40032539380564836,0.024645759304137732,-0.1902661400511962,0.4927664564975907,0.5732188142565458,-0.38341666227777954,-0.9019459238015235,-0.4662162693601006,0.07944763684513087],[-0.2519565265253871,0.19588675779754763,-0.9962664924510239,0.2799645776458985,-0.7435861371826863,-0.9246233752017539,0.48561147740646166,0.1750162351988696,0.22643745516938346,0.46428501602031186,-0.2819712287325343,0.07690516492121162,1.8312222918577872,0.91012846630156,-0.5312156065919483,0.12116231957419116,-0.2805907258839219,-0.7227393107834366,0.24567038762298615,0.39237516385862825,0.37643568977730835,-0.7156906963919214,-0.5574815699623838,-0.31027918276588573,-0.3064203239417067,0.2973935568392213,0.46193521023242523,0.9166744224742013,-0.16753311717729882,-0.34296685637211044,-0.004271580155568481,0.5627072468265459],[-1.0129596018637712,-0.6487731816178686,0.4551265746527116,-0.15749615073174145,0.005709441747081398,0.18570340330837617,-0.9684380981746962,-0.07959277013963481,0.6672080848208413,0.3841137808846374,-0.7395735568814074,0.8014872643179111,0.6767933784007106,-0.4929666746980964,2.0008372405187407,-0.9685360688731663,-0.1685641725267234,0.3824970786694922,-0.7042264928025652,0.3172052559774546,0.742040308618761,-0.2632519236273346,-0.9921806182191967,-0.12508032227641366,0.3199348954740404,-0.49454797611813966,0.3065042523369489,0.39828013406513546,-0.7877334557883736,-0.9148113288957864,-1.013480558064013,-1.0511726282018314],[0.08452007218978098,-0.06876982617416107,-0.34753921327049186,-0.8987172404864306,-0.6505263555725179,0.8106996609356443,0.0671043688430867,0.22467838318089658,0.2122949370421655,0.5395167422481598,-0.5139538783758439,-0.017598335357241486,0.5763115433228707,-0.7946467744096828,1.7307041413895203,-0.452537926639709,-0.889243064885652,0.4266768286662663,-0.8820104971032418,-0.8840200005146068,-0.7720166889012854,0.478040563210365,0.44023869668694626,-0.8960572427217062,0.6947448414312591,0.1332515924649523,0.6967839934751782,-0.806827597823579,-0.19327108893118397,0.8736665912167891,0.07518331037672711,0.34224226971004346],[-0.1147957697598897,0.49297752089804514,2.5192657869139583,0.29584803119232844,0.5386352114569528,0.5741346689297882,0.18178683759426628,-0.9517954132837174,0.8522924718144144,0.03169817338985845,-0.041751461234731786,0.7044814767870105,-0.6387256148007275,-0.20296138375539607,0.2520869276913728,0.18913683078360638,0.3361249493810115,0.5627117178826954,0.7287174354783226,-0.5086122494382469,-0.9030202222658794,0.72641744818312,-0.822994101119089,-0.7972971267980015,0.3379413829088407,0.41840041743514983,-1.0029830290159392,0.6093507055679303,-0.5980780559281859,-0.9443667118898708,0.1983740643083449,0.5544747490525372],[0.46546931282709797,0.48470300819599,1.660215873364882,0.84354846866693,0.27747734287728604,-0.8150597985428863,0.708340779402718,-0.47153263264317524,-0.46954383890114165,-0.6476904138762762,-0.5639848425432008,0.6190446933428742,0.6613424378661135,-0.8013854558482982,0.7370330530863681,-0.9075013322046405,-0.020215367522754234,0.7442349260666542,-0.5052114062753946,-0.5078253111971084,0.5935803215340287,0.2347291613508956,-0.06744966420436578,-0.8609762716665761,-0.3019560894313514,-1.0012076311991782,-0.30766810774593306,0.09224350255352726,0.062888587702539,0.802184878194322,0.3562716660191759,0.1279943071742927],[0.6468337247181718,-0.5384372564277621,2.0669185703281827,-0.47533412108440914,-0.7001805787866392,0.2636270017906656,-0.9026787366246626,0.4244374805722951,0.23502295534135165,-0.6014231779862491,-0.9368966971281866,0.5793028510168797,0.8690218768812449,-0.6983357427149687,0.3188395554162021,0.02159144135615072,0.14642173438082035,-0.4420512143031478,-0.44380251693169015,0.2320644483207946,-0.0860825927589046,-0.2854243882171856,-0.037419668893560756,-0.7884005978395051,-0.6771293879690647,0.5747659680328457,0.4585097418900155,0.5659790514508394,-0.22905590739539422,-0.0014519864004368095,-0.7243583379635977,-0.7152045597825742],[0.5034442430548954,-0.7534068283705171,0.735126712921301,-0.8906576806751011,-0.762013638216784,-1.0034128576348944,0.3155503967460447,0.04475822596005976,-0.3804536009493065,0.9925458870703956,0.6469678202985499,-0.5952741010183161,-0.3260966739957712,-1.0660722611804765,-1.0264199380894226,-0.26947648249299366,0.680933884629358,-0.28137690428509776,0.41237608995264463,-0.6675716503401081,0.8422732347679206,-0.7323733741479526,-0.4264439468049724,-0.7060935342173382,0.5715124962433356,0.3174119324672376,0.4894432470750689,-0.5770107069402752,-0.317145092712537,-0.09090175850271565,-0.8192928618091088,0.16497555066212774],[-0.8178486131060949,0.7326281269951833,0.263911578629289,-0.815074951412349,0.24285822032993237,0.6979987528532096,0.48603768248323015,0.7415131825151102,0.04285762683969965,0.9185882766218,0.18533585890820248,0.8050121001607672,0.6628409483286666,0.18499087451280247,0.20530167798097146,0.877867906507724,-0.5445731549437748,-0.6544280866977645,-0.08819117175334547,0.3656115700365347,-0.13231047361615508,0.33034727924752016,0.7096438712500616,0.7654750999996343,0.34600761248049733,0.10611864846317091,-0.6361955769550617,0.5833769348678717,0.8697591253714332,0.1592116875966523,-1.0216575784216178,0.36694376995864203],[0.2734049321099404,-0.7430216597845682,-0.3257417247746427,-0.3022535161421064,0.0025850121179495787,-0.408625928586357,0.7155131637619256,0.15383188606212547,0.21699388396687558,0.07061996995524102,-0.04792839983677427,-0.9617166367260869,-0.7460812578759224,0.15539824643991756,-0.06099016656596219,0.23582599266052842,-0.038997422349939755,0.3928697052394758,0.6639353261897141,0.5912177861836346,0.9335388853150653,-0.9277211093441128,-0.9058160774602362,0.4887164651656172,0.23351812675942712,-0.6445982867627874,-0.7851572555710484,-0.6329979779327226,-0.10197911843157936,0.4522338704326124,-0.37635211004634805,0.6500332638784823],[-0.29033295207404075,0.24000835714169277,-1.0008134136382372,0.4133809666431942,-0.8281545266944866,-1.062638053634363,-0.4031629919900753,-0.3028260336416221,0.22241467816353738,0.11622040279981208,0.3211908216565719,0.7083944462465809,-0.9915383799579981,-0.6227100702456405,0.47844873586270525,-0.2850903412227205,-0.9324996764569395,0.3500325750989018,0.8928323235539498,0.661602985178536,-1.0097125350466092,0.3780507728310126,-0.18002999470772046,0.8661331543821014,0.3411064664282273,-0.7012003979110903,-0.16048437562539664,0.8824536579991,0.12631517115039742,-0.7814174321424853,-0.005106882291933229,-0.09923263672438308],[0.8786702140202775,-0.2526596722689458,-0.5116842319372898,0.24755581382809194,-0.16968711478847034,-0.507504775023962,-0.5671072619389185,-0.792276924355281,0.31902458264752115,-0.3393863770896103,0.45716128648225374,-0.25109409079057377,0.352051483465207,-0.4690858089157148,0.7897308365137995,-0.6021014859662982,0.37192555126179544,-0.9146754787887228,-0.5409809789473896,0.35969685990870026,0.3986342759625495,-0.9906609913159401,0.418685436645238,-0.6707667076134364,-0.03301090239702508,0.3144527719899044,-0.22604516451803397,0.6769943744750617,-0.7269747371592405,-0.3358316563413731,0.027267753325561212,0.10574786794569102],[-0.17305693996157354,0.9786202314049554,-0.34200360355730414,-0.2897960020982288,0.6255890689025098,0.03231001239796046,-0.11063651066192236,-0.3866061229263813,-0.8067784383689421,-0.5175725523144243,0.9989592070848907,-0.49421767193471206,0.6661919595085914,0.7342873574877498,0.22699105082927254,-0.6005354556360226,0.04268195438869016,0.8972406597123207,-0.013557660945728306,-0.6443305905565798,-0.3710734754680024,-0.7967345691770338,-0.03986147584175867,-0.11220405188212265,0.8303720515342246,-0.6877269998619595,-1.0137989646746943,0.20761422361473414,0.7615776307844812,0.1844456396672061,-0.5499807312584788,-0.9086116545001923],[-0.8352305241989109,-0.7276617566883258,-0.6980415594620499,-0.2919406631199482,0.19588335148465644,-0.24189286621009157,-0.7386323035116203,0.1541254874617402,0.3391123069425777,0.2819374691308019,0.050899746255394444,-0.29468389621236635,0.8786714530433416,-0.9336760108013985,0.5219365049600966,-0.05924331975317539,-0.1180623424411213,0.5134128272750947,0.5020448190778601,-0.7455363732558774,-0.24513620906565936,-0.8534646449378285,-1.0446279202882338,0.259204127122548,-0.37919200025874,-0.5358798030541145,-0.18724978380269727,0.4465535482092215,-0.6326461861555127,-0.667067233313145,0.1368469943104253,0.37867492158405375],[-0.29835323746722237,0.7453546491506543,-0.06822394525449224,0.24867926708416158,-1.014020540299232,-0.07760122665420303,0.590136868671303,-0.3610113224150028,0.4521603562081975,0.5532078302146697,0.7334282041001576,0.09880954411980619,0.8458638690307976,-1.0121911288492864,-0.996563683388289,-0.9213787273728838,0.3976109740406267,0.10728530862678931,0.2695811374166539,0.5983340171767143,-0.06429270816633524,0.02766682434192946,-0.38442966969633785,-0.5941712102102509,-1.0133544756045532,-1.0362856861629797,0.9431459350252612,-0.8256344607128423,0.3524283836639946,-0.1342722583591006,-0.25083514827323505,0.33607207704847164],[-0.4027129261341601,-0.5337883403950252,0.12624638773944521,0.9032675009669113,-0.13004792022028394,-0.033939247578937085,0.7573666258547004,-0.1581418528635223,0.7514296745405917,0.39011785262347815,1.1051312733194754,-0.12879648947774838,0.6294886173711107,0.3938099725025527,-0.45182594154681927,0.28534083881371014,0.2556483715263034,-0.4050893208439071,-0.011244409612243988,0.004942785908234912,-0.11522757047653716,-0.48628244512945645,0.7152717208068035,-0.5013693531910871,0.9646692508500737,0.427729440506456,-0.7001257655329528,-0.16816521439817567,0.2310698426250629,-0.8320376642575115,0.18969623690431872,0.6570545962472839],[0.10285004088148136,-0.8282571921201842,0.9315151367947248,-0.1963726381551689,0.3232083617741961,1.2090436413976062,-0.5037916938538217,-0.5746181743365771,-0.46896526899849683,0.8220990726301736,-0.45141348298218065,0.7689017068644282,0.3478949657506458,-0.1262118524180176,0.544557251293023,0.4735823067353101,0.012742890487093214,-0.7556665727226809,0.47193273487383736,0.820099622364053,-0.6133829433846941,0.17314481774546972,-1.0188107209793895,-0.4144450260151833,-0.5566254390835292,0.9132502187175131,-0.6936436304741486,-0.6256377602372609,0.8875675579252211,-0.6568069413394572,0.7239737631357878,-0.3017051529446377],[-0.5715526293849761,0.41241697274924904,0.7490258560298031,0.5674767158467615,-0.1593633149418082,1.2531227615080451,-0.8142024289466768,0.3199233891205647,0.4854256500939337,-0.6280195235372613,-0.18857559074164632,0.9124393809973319,0.5913747325288885,-0.013438139810811812,0.24568965997293285,-0.501087689963284,-0.7290816951822303,0.5331563751938843,0.07360508089639589,0.822410373435121,-0.2680752470443489,0.09625566263314092,-0.16893485151829038,-0.6053079639649689,0.7114002419377513,-0.13977859916252147,0.6047203404140682,0.5993383716931006,-0.16901657474112777,0.8191784898344553,-0.8471083436666678,0.6175510951827667],[0.6967047982117632,0.636916230005499,-0.6420636941266884,-0.3836864524145531,-1.052651240590542,1.2397223765842165,-0.9621110533343954,-0.09344191114532734,0.7768979332136078,0.2537287861763774,-0.864947606760666,-0.203391503435667,-0.964188597714572,-0.7613781091903261,0.8781613521685723,-0.9620820386064513,-0.2197266003776629,0.1572339817198924,0.3890025338926623,-0.8869221166711525,-0.8746021651812863,0.1678948453590883,0.6643828538411729,0.019107273220059433,0.722071480252565,0.20129332734312982,-1.008824369255556,0.23967898889617814,-0.8813824541686697,0.4121350403981604,-0.7047643147818985,0.4738020568472266],[-0.5305675878304206,1.1259052648295118,-0.09497023944717094,0.6797348073983435,-0.5790227979730582,0.196197736434576,-0.6370518415511939,0.18430244337895477,-0.5468213421980602,0.6310378998562046,0.38763719830741844,0.18251424947078704,0.15533312488785508,0.08412433599971292,-0.7929199539681949,0.7495353414681791,-0.2942667266163993,-0.41427972397444324,0.4765263864676392,-0.7413615729995215,-0.04089135549229146,0.2790930202421276,0.1327548520725602,0.45348630082389346,0.11426607801178512,-0.24695104941239995,-0.7885081601353799,-0.38758452830573653,-0.3280296905512267,-0.9766091972390766,0.5916076282685998,-0.4439316974976911],[0.2670733816197222,2.3495768889325124,0.13104593327515687,-0.25198731362739707,0.44078540741144273,0.19155381768842974,0.1273962780245838,-0.3862366453419703,0.8591388291506903,0.5891592984813404,-0.5054911202478373,-0.8497707104275118,0.5229335682047412,-0.11141287782893035,-0.11630802759257197,0.753344270091436,0.3166790101433429,-0.8908360296161253,0.34980703225951887,-0.8463393484130693,-0.07399032712227284,-0.8019753813133871,0.7387603203645792,0.5719850186124783,-0.9159594087957016,0.5852715830923935,-0.5451409774304434,0.4064322047310962,0.04245805435914639,-0.17780452624553625,0.4120604306893635,0.20012368815620238],[0.3441260065806964,1.4424583346883662,-0.2932914435682081,-0.9168936025129416,0.5934788397043678,-0.33247795052543583,0.17408051074318695,-0.41501873032549147,-0.46940285880165494,-0.893723444767105,-0.8318699974720793,0.804326859073841,0.7674694971300537,-1.0718973635885323,0.1479239902470102,0.21555268559377613,0.6534224422114107,-0.5270345887827694,0.6362889345767353,-0.7628787854635466,0.39289106243519234,0.19211643382058144,-0.9895107656227682,0.6971012759609464,0.7015739193916264,-0.33494380591447703,-0.03253576814136736,-0.21051943170381532,-0.17788885867292664,-1.0199413563080866,-0.93864802876587,-0.31529735499595546],[-0.5513381369190566,0.8587839567256799,0.24049882562125277,0.8340451905394605,-0.8385677251173203,-0.9750577873074067,0.4110068609051703,0.12113972055041253,0.053230202040131555,0.05088956361981013,0.4848656304741907,-0.4294942274590287,0.714621625834863,-0.5995835472657373,-0.0917080950612731,0.31900650968069255,0.0779291911139752,-0.3908123697329046,-1.0142832369098755,0.20022901532012366,0.0031424587506516657,0.6663127202995159,0.6093334838879276,0.47715814518924493,0.8409791791543836,0.2669046091607339,0.8053509065914884,0.5226857405362922,-0.09026587464910704,0.07477659189549148,0.4530294851791637,2.619854561923939],[0.8623928069708122,-1.0605680555423629,-0.840020195849694,-0.1269476068114742,0.28101213448291396,-0.5319669739032356,-0.054125664800793935,-0.5042865991235596,0.6050511058273264,-0.012028219055249659,0.674094665989455,-0.6250408550921329,0.10140659336753582,-0.32383464464053885,-0.8858833366364938,-0.845046913966987,0.06866929467853673,-0.8659456172891754,-0.07753447045304407,0.23294774394393972,0.6873992515264328,0.05623375722172036,0.19976307709854643,0.15703833690843433,-0.6443255064169464,0.7423954555742289,0.012150898297665757,0.7275303540533635,0.03444654583121402,-0.04143449419386664,0.040546477035249585,2.2945918066400433],[-0.1491580270124295,-0.9631660811281678,-0.7755345937173137,-0.7240784286872417,0.18985119594662833,-0.34555311165193886,-0.01086691358135859,-0.7583337045642247,0.036183650466067405,-0.5539440996540063,0.1108358024004008,-0.9943611976501423,0.41767525310261167,-0.4339839923829003,-0.8308525788651071,-0.7452818039149733,0.5257168590499556,2.6351456422444732,-0.2748635531806347,0.47665316082959297,-0.9229332531947739,-0.6818526331753595,-0.5921290175938383,0.016144384025105915,-0.6274653051600049,0.20456597748317445,-0.05293441038799556,-0.6449804265708562,0.4360518501206156,-0.12379180340754173,-0.5967006877443594,-0.26246967669767407],[-0.6962582481054596,-0.7122815776882006,-0.513948843356765,0.8054815855858212,0.10731844227413663,-0.4145989104138012,-0.30688158489385853,0.10737065206017164,0.10053570826829021,-0.48670873082251376,0.5459418820752755,-0.7597425067869139,0.10160063017129771,-0.6418055672875157,0.2634991822127699,-0.11710075783329782,0.4046749742154916,2.668904216474917,-0.2559905397189637,-0.3380922195073319,-0.7087187873807308,0.769785291349965,0.06193750056615434,-0.590011256881438,-0.2730335142923466,-0.04913363943989164,-0.9044780009836058,0.8232533393384062,-0.12792053271777648,0.8593554095522412,0.6637312312277431,-0.44895121605018823],[-0.1475435615096795,-0.8176260763068905,0.677935247962251,0.3365626780946009,-1.0707717215228734,-0.9202394423678077,-0.7817459002828295,0.4502087263290916,-0.5200803250934182,0.5004179871723669,0.23490378983882348,-0.6378983396336396,0.5246078428252599,-0.17123522563766458,-0.3591287464124791,0.8516351212055023,-0.6583841776828047,0.14222634623802272,-0.9739519753856378,-0.7132057987501296,-0.09181304711047829,-0.3394306083765283,-0.2575700644814506,0.646794995722908,-0.6875537826036535,0.262855140517577,0.6773404625595947,0.036909453703009985,0.7852134433394197,0.9303225881332051,0.470823191271692,-0.8851490526631465],[0.9054015477066297,-0.5452864664374122,0.3594819219870306,-0.3512874177504584,-1.0069817663899825,0.6218481955495803,-0.04014610108160681,-0.29079569300430536,0.31933569986916666,0.0037972660706504153,0.0460971074695137,0.6482145391602819,-0.5207956125237927,0.3485410471762842,0.37470511293753467,-0.21724672606757692,0.7497047098338742,0.6034628237610965,0.6416376398800869,-0.9648514255394982,0.12032143767310624,-0.7945281085294487,0.049500245750560314,0.7438853946402607,-0.59113898269046,-0.21485780674817526,0.36014953452536014,0.3921381652368767,-0.5927994304321744,0.9224502736449841,-0.3962891660025865,0.7828859711139086],[-0.9548000634594395,0.5736210526926903,0.30697157389038726,-0.49882776041975946,-0.062314642842593866,-0.22774845436609706,-0.5384681658494229,-0.6199866595955782,-0.4211191644384972,0.20458598334156422,-0.40543595537346944,-0.5066503620575227,0.7483177870680325,0.8938923599698623,0.281969050884442,-0.32809986906189825,-1.0288623519865454,0.4675419745101085,0.15363189338886388,0.330298694315141,-0.151174750262972,0.6558744180097917,-0.22069260279325462,-0.5597647513298122,0.08330723468713122,-0.9998752319654077,-0.8515365462055358,0.4952108815808205,0.6761593485308498,0.6401815572843618,-0.2043397152025212,-0.40113906525177695],[0.1723483102048108,0.41326344833947964,0.5786249440816561,0.5678791961801082,-0.5016682714137327,0.6390068408046207,-0.07873569884307442,0.023603233137938127,-0.10192452421379558,0.1903081885716682,0.41231968296296556,1.15530986960708,0.7561494969061607,-0.2645491225539935,0.6921782896039953,0.5457298385830381,-0.36498337896077465,0.3470041819651329,-0.3868877400998932,-0.04319655768867961,0.4914665459704331,-0.4733557646389508,-0.39778676328481566,-0.35468604967292067,-0.030958276963007392,0.32529253155397597,-0.8627197428794142,0.3875461642974526,-0.8964350991940857,-0.15176123487033394,-0.16101933291951115,0.28084270681404205],[-0.8006137375956366,-0.8073564896354969,0.7499361658369401,-0.4426639129195443,-0.17316913673636944,-0.9429782091096762,0.43557933363037843,0.34334563157642484,-0.5834027204624915,0.8080305083973839,0.28055259881053196,0.9297134542456325,0.2610803252834205,-0.3210516049021235,-0.589561240430679,0.5075093000451372,-0.22309176823927895,-0.06186171626320794,0.306970523452951,0.03619601956994357,0.8840081018676649,0.6323344160923063,-0.6314023799929341,-0.5349690854947006,-0.4060946296553084,0.7834296139353368,-0.15591831016854932,0.7937793980362258,0.27883095016847403,-0.173227692127599,0.538180316128184,0.813970474018556],[0.32393381001400773,0.7598296218560514,0.5905979472703464,0.629144874717168,-0.6703995564315931,0.9108230639791702,-0.7072676302365298,0.8022682280266533,-0.9654822864386142,-0.5270463744127942,0.7704429878968538,1.9845782668613796,0.1913859319978177,-0.6701139710874042,0.5718271485741884,-0.4562511747911476,-0.07130970623679701,-0.08637238910990198,-0.6301928348823861,0.049245532986557615,0.10685039789800513,-0.724136605605872,0.4079474916726924,-0.041192938557168275,-0.09896185920042597,0.5420509412968828,-0.738070193697656,0.5020461130522929,0.7274214762312996,0.5434914128858767,0.08806548752956235,-0.670156279870821],[-0.6426894612818657,0.3210838201259562,-0.007127986577974578,-0.807971772670969,-0.6572154189288397,-1.0134432846203156,-0.8039706225171808,1.9971494052137506,-0.20442654282768744,-0.3215527984161044,-0.5034797241746581,-0.05209178840883331,0.7797752352762368,-0.48418278288292016,-1.0076916047444382,-1.0152076922172668,0.6751730318347434,-0.7266189424255374,-0.663008649701733,0.23914727296497978,-0.5793063933957746,0.12478249073971519,0.8198713360061369,0.6144712810924364,-0.35581505554918597,0.7318405532640238,0.8863184776186991,0.4368479440974963,-0.6623834016417246,-0.3753620967844473,-0.5419284666501641,-0.13563765858518806],[2.282711011847063,-0.9540576668596592,-0.3590071693389361,-0.2289749553434859,-0.04344821668256903,0.7116309805334203,-0.04538087702989547,0.8191059553166103,-0.07500139451484208,-0.21204888283146395,-0.6111496838927911,-0.043958875843740336,-0.6844258368006655,0.6464054536239419,-0.08350354134382197,0.8481251927187899,-0.4607873416154116,0.5744755092590392,-1.0087915566499628,-0.9895568065282597,-0.20120472800379088,0.7578037781934296,0.024002823166518118,-0.2307050351810434,0.16552388006720448,-0.040875432680802314,-0.26065989995947525,-0.04757384707978181,-0.14641638099410678,0.9005243890763601,-0.3749599189947627,-1.0235847138942427],[2.3030094938169436,-0.5111104175152316,-0.1514571332285726,0.6355478424959801,0.5271176918980747,-0.8956121631332026,-0.3000189534763226,-0.4381513879355582,0.9931114803477041,-0.8731210094840373,-1.0231567534743522,0.8127552141109626,0.23806863306303663,0.4734127618369125,0.2159837987235368,-0.024160311305207446,0.5007920695377187,0.7818751276577124,0.14877539943457824,-0.46076875134200496,0.7781143528858224,0.6017526732766041,-0.4197331861138929,-0.7875900839872148,-0.18043956966578495,-0.2693522256513447,-0.6445076164445632,-0.45155648931379133,-0.42456228926310524,-0.13267871496045372,-0.5581669853656092,0.6648941695997196],[-0.9075802522594533,-1.054679581212111,0.8521039597745576,0.3466761264592376,-0.39653462171812237,0.4053909184213739,0.09293392684097464,0.20609107576600474,0.6258644831378632,0.4340851886252969,0.084395064642856,0.016889931819309555,0.8775590270776653,0.29068891429708166,-0.9561667493899421,-0.4754532309936638,-0.6730709611276354,0.42363580769045917,-0.7613061467292864,0.8117222097663984,0.7671871850939691,-0.9618851328650148,-0.7388153013657263,0.4285779388465761,-0.34572784926833733,0.4960935983660517,0.3900865821900625,0.07022941437584689,-0.8967298381630282,-0.7205737269174758,-0.07778351962442824,0.7848630094696757],[-0.7722567332767738,0.592649747941684,0.20071191526061008,-0.47108901083601845,-0.04155830282108822,0.2649002132413533,0.4393807367475278,-0.45847658908745714,-0.6999726001255084,0.3131138024118073,-0.3226274710767173,-0.04222128712567911,-0.6977908503840267,0.6840004719318583,0.7589033335791615,-0.06949545373992176,0.3884532965902721,0.16332949130585983,0.40906780775191715,-0.9190154392592184,0.6418996402136913,0.8947239396089631,0.22784890972259872,-0.8212534797669614,0.27595324719790754,-0.7665457141331605,-0.17128395362948107,0.7208747088345041,-0.5398205466325265,-0.982683407564422,1.4382644106131635,0.01619703123050872],[-0.6570247496510039,-0.6382360378546154,-0.8807368166583122,0.2291097000919615,0.7990198467019426,-0.10387789550924166,-0.4522477780886891,-0.45040040976927237,0.7367287728494618,0.36057219461677587,-0.15334103878630365,-0.8762476249553066,0.6371065260346374,0.5868079922144993,-0.6102206468706197,0.5925935070147119,0.6824053659392435,-0.4055748656074095,0.5132716967276211,0.702049876972364,-0.2823507341047,-0.8133116237792383,-0.3044484297858336,-0.3204858780598591,-0.6078470740446442,-0.13819020263687248,-0.5418011090958142,0.639746952701505,-0.9436570840841697,-0.8189023025261857,0.31904986809761904,-0.6766169645108225],[0.5907740440975208,0.6533459493731864,-0.02006691191988211,0.06499786059279708,-0.7936130097310679,0.8842756952625546,0.7119156229156063,0.05835187413540228,-0.5486620477645779,-0.5678181988650125,-0.4487995695099087,0.2189879530004989,-0.5138949420076421,-0.39613277841784095,-0.4253046900005833,0.7099724096147673,0.8568711927316562,0.6934900945070973,-0.3749760550116107,-0.17210024927996678,0.8722395174768521,-0.9986744052925622,0.505814414602834,-0.3798187675297226,-0.8418072652908286,-0.42148176807803994,-0.529140749334533,-0.5123614017579396,-0.5590713604244008,0.04118668937633682,1.4744412825627475,-0.8988433220189179],[-0.06061656034913697,-0.8020888836081184,0.4387478662355317,-0.14933397499373188,-0.6949476220202772,0.09428130499144995,-0.6779545998678806,-0.7637228088096483,-0.7340432212788934,0.09534039099018321,-1.0398465757985893,-0.5645142554363576,-0.25142694277993716,-0.014883617844109803,-0.3784286321180908,0.12158021112860527,0.8741731653283794,-0.37602398502104795,-0.9748141378012096,-0.3880808393350876,0.8427033464041248,-0.8609836297393308,0.4370848960610924,-0.5757236075594301,0.39823117655710605,-0.5439426501065561,0.9454776077081306,0.14025416512530006,1.2758466516782507,-0.2918612334748158,0.6005829880071599,-0.1327285528462668],[0.30315929814891496,0.5683732790818418,-0.22531800910264582,-0.9782105533047779,0.6629014417095348,-0.694911626869893,-0.11439451356882235,0.7427225583976756,0.15003321376953152,0.0814342100328166,0.3946096838084201,-0.9099993352385892,0.4255857627140676,-0.1493415679529412,-0.045696357976336324,-0.06940742223964556,-0.16993959577656556,-0.7765402084680865,0.6548226004172141,-0.2584098573373199,0.4388104283024794,-0.58664245569673,0.6781618046253247,-0.9465619810761047,0.193971911808349,0.6227047063701392,0.6328256358216092,0.4332030815846836,1.7205177592871912,0.8760508948946095,0.34820274611874286,-0.6663178834240392],[0.5910946666735201,0.2184732662274807,-0.753355558924207,-0.42575540978022175,2.055755783873639,-1.0671739875209794,-0.5298358648310242,-0.0065995879681023375,-0.09830826813550146,-0.6561679746125771,-0.5930756379821487,0.7171853215831738,-0.9530292815748611,0.34681080585255986,-1.001111957925104,0.6122568417031943,0.8425969121836143,-0.8428531419114034,0.8104721600522362,-0.9602974881857649,-0.5578326844053255,-0.24555155184574584,0.32760844379859494,-0.1338854560967278,0.23326151825687144,-0.23444491945762064,-0.42083895483515243,0.4564680501791365,-0.92600980164417,0.6463962895601694,-0.24453856368594756,0.049001423485454665],[0.7809766404470032,0.01984821781359286,-0.47008769633451414,0.3207571360553737,1.2393978425805494,-1.046659546908394,-0.6371913136076184,-0.34142029528085355,0.8284757908255819,-0.041557395969915006,0.41972844873052734,0.8247029586661212,-1.0215889534136031,0.3312483205096351,-0.8705889503334814,0.7447166949056794,-0.5978803285657831,-0.5356268252106513,0.8162749171294817,-0.30068562802869947,-0.25791132463950134,-0.04356500200219662,0.35710511542069184,0.017497203844958936,-0.3123812513059946,-0.0011012007837537699,0.8363346353068585,0.14562697204445468,-0.09672301393769142,-0.7514963367213452,0.7391116362983022,-0.8193495255086761],[0.02856797020341694,-0.9884648526516048,-0.8531640778473176,-0.5009384769490562,0.26143118335279014,-0.07294295249872614,1.1853895943739174,0.675768391310494,-0.2593579733602718,-0.909034042239952,-0.22557602065838014,0.7999061656038395,0.563661724797879,-0.06089215254588343,0.15142127833812596,-0.863182533302707,0.49139924341836244,-0.09854375587346945,0.8810596710812942,-0.8942627975805965,0.5931348737984118,0.0930859450008989,-0.3162169344578134,0.6089598903469987,-0.48003787530098224,-0.36459628096655233,0.9315607468248034,-0.04719402769925853,-0.8665764176875442,-0.6368008570581094,-0.158246131258312,-0.551672721731411],[-0.0930611499981433,0.17076533696364948,0.270662522030669,0.4417590605458543,-0.5220335964715836,-0.4366085497600718,1.8989697962290795,0.39080782853101986,-0.9614522129047908,-0.6776835132705001,0.8712703419353663,-0.4674310256553404,-0.6598538764501579,0.5275722205975062,0.29143044229211257,0.5481576971452243,-0.2152578613302016,0.005986004848357801,-0.6957937041031734,0.20469023467331351,-0.5782485785781396,-0.8908910790627027,0.950884012760952,-0.5130216386062001,0.5432540393107488,-0.6047587472875087,0.09799836562528202,0.8789539041583407,0.0752940632742656,-0.8274169705635069,-0.361474945541783,-0.3834864045828055],[0.14302565726981817,0.08989941066061986,-0.4705288250984942,0.44862546121610275,-0.7986911807572143,0.8817471363026557,0.3614741163235053,0.7581823667009779,0.9461109689737,-0.3419565389339623,-0.32655304117612743,-0.5683308868194897,-0.45730591480717786,0.11180205300178053,0.9192313898623278,0.9288761765556959,-0.8371386534046111,-0.6215232066471196,-0.3140773211782346,0.04730783346046705,0.9428134698733381,-0.44581396715515326,-0.37574610707585865,-0.11161579339239668,0.9560914051398939,0.4429798905253757,-0.5524699005731878,-0.23389402872671786,-0.34282717636077337,0.2919088982296935,0.7374136423029668,-0.6612125692112466],[-0.91691790154125,0.15545434438765193,0.27819080142900837,0.6427276357120069,0.40591434486547007,0.7749803363860522,-0.08411940114543784,-0.9602331926575031,0.9297696166112926,0.624648776459979,-0.3539450186082352,-0.00913083042070587,0.010642417616824433,0.4463075347057194,0.002397722672946395,-0.9018059425515419,0.8424545801441342,0.5079621912916406,0.778887453301224,-0.7354896849175704,0.28409954752759187,0.27979140515958123,0.6715666922874401,-0.8489878906091157,-0.9912714868929077,0.8209956965513886,0.8993044581610752,0.057760319198895585,-0.34835043456723264,0.1713961517431608,-0.4733971919386418,-0.2694207267561351],[0.32796321210853513,0.2273331580477176,-0.7422796643889575,0.7123032339176677,0.6824942808136027,-0.6301247733922006,-0.6189859401519788,-0.8410674038992534,1.0760340476528552,0.09004503835752596,0.18516934311075084,-0.678136953026042,-0.6341786855053927,0.8150448274106579,0.7676414458153142,0.3388600348122188,0.4074126468687803,-0.8068795804517753,0.5796180332468461,-0.415681533819522,-0.46885665961509515,0.12860119767588418,0.5467090090882784,0.3648977392094061,-0.6330860293861503,-0.6140795408962514,-0.3476209925172428,0.7263290151139419,-0.16714159492493497,0.6155326488212249,0.7657318060467523,0.9144415771572941],[-0.4577612398690511,0.42789610387948257,-0.6942241156526089,-0.4723914923338294,-0.6864274841474501,-0.192383123367976,0.15285992793783076,-0.5183156568333495,0.8618027476364344,0.10891981580185564,0.0557910856720087,0.8377722461215898,0.8454236901456453,-0.8169499366161083,-0.67089774538675,-0.673167866423734,-0.625141462171961,-0.8980853076888735,-0.25537869660716195,-0.47268771554308997,-0.4706001154886183,-0.5400550448044009,0.0001353424405004512,0.900676232301785,0.31452424688364083,0.2680269131486638,-0.45865176784435285,0.5687692247471198,-0.08532847475816019,-0.5113054656518767,-0.5732914371551073,0.25758705541397514],[0.1387230842129325,-0.3677980262353725,-0.14037653833130745,-0.42367310447005824,-0.09700079488918108,-0.03923358406699482,0.7980747488034255,-0.7977859377143535,1.107112889304935,-0.12977208559266465,-0.7514202494095256,0.04261440233401512,-0.8791516442189411,0.4397838861532817,0.4892068412305198,-0.755466001945614,0.4566112039253925,0.2897821136813029,-0.5581227395863826,-0.8183417389157084,-0.7578813475482206,0.8072022182681104,-0.5283873085177865,0.1030831889590033,-0.13174471986007638,0.7253697450314132,-0.8518140741335128,0.7620580095568849,-0.32951632379450496,0.8762394124576036,0.19359021030455428,0.39048966044100863],[0.41797456895178925,0.4919531161303127,0.8516606390474525,-0.8173064401448983,-0.9935622533451872,-0.16857978989746777,-0.39606242220439924,0.39444315557038273,0.6220767833392342,0.1770952249099989,-0.5412867186529252,0.870632388745554,0.8535120503236895,0.7292311100605757,-0.5388139448619245,0.7139942227966658,-1.0269330455649983,-0.728461216085036,-0.8705425096692953,0.6022824665538768,0.5836405146450638,-0.9941670589191537,-0.003533171803676579,0.28888398468586685,-0.728147708069377,-0.9220864595479928,-0.5059239323409965,0.21765482293330474,0.5702955994137486,0.2911558126140644,0.6835256293028903,-0.3559036126972966],[0.19596794830974773,0.622825321987696,-0.30982758653492687,-0.6828351254521386,-0.2307169889010523,-0.004023124219294457,0.43112034742302,-0.8190030347133611,1.1474767510174502,0.2495613302069211,-0.9852411834438366,0.7713671174652393,0.7645659350100954,-0.06201847353394867,-0.5676912281134738,0.4742428415765752,-0.4157000857492475,0.5037866502306987,0.3760081234478993,-0.39923876580460443,0.7913516858754641,0.24064475632966958,-0.29316671959591956,-0.11105196103648504,0.5552900770528996,-0.3050949595995563,0.6264865267124472,0.2427307906037404,-0.44311052900670567,-0.7716021487198554,-1.003655266712615,0.3844839632041146],[-0.31578576025657734,-0.544090907984165,0.6883932402085415,0.024372633433110087,0.9183923785736458,-0.2665835112378938,-0.08777049335228825,0.6477718537821665,-0.112666298251508,-0.03256252795084752,0.6048310271950358,-0.663325808871861,-0.35171112864854,0.29391220114746935,-0.772934343021741,0.4716680755731913,-0.8822309911646005,-0.0689486178718132,0.2681163947959058,-0.8500855753573069,0.24229721989148778,0.5565508129240248,0.3993176054345688,-0.4706299025885327,-0.5407648056656978,-0.21211342616442277,0.30240272798571033,0.10488222555027978,-0.5035048942366961,0.06687174177781122,0.5610077933358101,-0.2370907700863952],[-0.8575827746316838,0.9426765539363933,-0.3290853291741989,-0.947540611705914,0.6496889827308713,0.0746809023683616,-0.020859695261350654,0.9660631451719335,-0.25414281511868875,0.5810163165259967,-0.7563337564480619,-0.5179255843414201,0.3708947404400713,-0.6352908286836197,0.18144620336414277,-0.7784469453444469,1.196768183244484,-0.6113629346990326,0.5546433831466576,-0.5973966016339939,0.025055583624344607,-0.1259433080827159,-0.8611640725112083,-0.6977201823230816,-0.43600807481944537,-0.9129825681266586,0.06218827830966143,0.35572595117440825,0.368955366539795,0.0626969894384102,-0.09316344926978046,-0.9530050566503054],[-0.7529412040465998,-0.8264648228655042,0.7850348020962659,0.29010717555529664,-0.4858913922491541,0.01636378978901473,0.7965484166399761,-0.7297601385426088,-0.5190403357146701,0.23414184182653827,-0.404588393172618,-0.6661919756916781,-0.9243066973926669,-0.2012055627693023,0.8558522319016976,-0.8672701499152753,2.201545801413287,-0.588651843868575,0.03523496929465782,0.08156046296445821,0.6828350096166964,0.7224423740255689,0.16480646716242744,0.5973574204789782,0.678648010896507,0.10558370417687757,-0.3765310315575566,-0.19070469566488318,0.3734475874983131,0.15111787447225114,0.274524038253844,0.23862830728542553],[0.685063898335862,0.18514253235909167,-0.921645076374719,-0.19198269553328257,0.6916970574001399,-0.15318275629749262,0.8442990732949271,-1.0270730170483018,0.5394752410166113,-0.10242195917716843,-0.13298436302425024,-0.6591127539818187,-0.3373388186272831,-0.5754102393405667,-0.8837926801170459,0.9451476213064467,2.2566990783677365,-0.2105499914923091,0.3412507375646256,0.9226121215062828,0.6149905356332732,0.012934937857077267,-0.4052174114519539,0.6948853326972558,-0.5515920494207471,-0.315399562003736,-0.1694721220392761,0.7025071319162908,-0.5733018716619187,-1.0241009802287402,-0.14959760208365744,-0.8662062447151655],[0.717692753740755,0.7816351780010153,0.35972274495924866,0.34061962170074944,0.5468850329422081,0.11605962477734734,0.701208161679838,0.33843793974428893,-0.1552433745589899,0.3225902935724479,-0.33139669111960185,-0.5818957279326172,0.3016049755266001,0.2437996268864676,0.25583540538054955,0.5434242844837932,-0.5513602182100165,-0.8228842791474442,1.7510827642022164,-0.12830034700910248,-0.2693423231063394,0.0602823439692714,0.533207342706531,0.5823220623594434,0.40643106371149595,-0.9011328166121387,-0.21863359550962222,0.16919640881095543,-0.9167620592189444,-0.8914317221515464,-0.5380575411984856,-0.8171029777720167],[-0.9081371398102813,0.5097926287682606,0.16861865038839746,-0.11189843607839901,-0.5606242192561692,-0.6819539691171026,0.5433270140340136,0.44675821818588896,-0.6112416588622129,0.96155556390824,-0.35855517957904565,0.035573646614674416,-0.802989256402353,0.6566015815776552,-0.7661153893448354,-0.6877240162836253,-0.01096570466157594,0.8056396211284925,1.8410743087048862,-0.8773387900507997,-0.4083980481116821,-0.5082392239180297,0.6412678811502773,0.9646763432308688,-0.13400143217288946,-0.6315998582383707,0.35714817330292914,-0.17399876228369482,-0.8434023939870304,0.47920827088998624,0.5575290740836978,-0.5165380155392219],[-0.5552722664168239,-0.1410117618468037,-0.9766364547200657,-0.4393540636141589,0.32724966105636527,-0.4417337335045383,-0.9724141219612171,-0.3092702633829134,-0.7213742019045911,-0.27455516093998433,-0.8045585112239663,-0.053388327055119165,-0.0906683595108089,0.2587879224143817,-0.0767673203868159,0.11384933479242175,-0.8903651702648454,0.3485547101569052,-0.9455825412124423,2.0352468638687378,-0.6873939109837197,0.5646500542024514,0.2907801289515241,-0.8305661537202199,0.7881345190383502,0.3409629937546807,-0.7346649953214769,-0.006899924165922128,-0.3929391986120621,0.5251777075797729,-0.2452242972911528,0.6109399034180253],[0.477413222005982,0.03655298037887825,-0.6787312826963418,0.5476372342600367,-1.011686613778379,-0.5184942152325767,0.7795500601383749,-0.8424461807582261,-0.5201111946522268,0.7444111952521164,-0.8446688418698485,-0.9866407612375069,-0.6898772297130412,-0.3708366415120631,-0.7546208688631852,-0.46232500752478206,-0.3151463308454724,-0.04336452887614793,-0.6867811397063577,1.0741408620272572,-0.26867519597080186,-0.4300899484123411,0.08045191872520152,-0.15671752466704666,-0.9873448860361538,0.5478022775609271,-0.36254219139510246,0.08292633933387251,0.7951994144837327,0.25098455675931264,0.46061969370227196,-0.6000237941206382],[-0.15094096221226874,-0.10147406989355465,-0.9143837125048218,-0.4341998217157467,-0.3432264126867244,-0.7087028744850065,-0.7397098056022374,0.6151464794388815,0.27118928606207804,-0.9607130392970806,-0.5599260731889938,0.7083389913026475,-0.41537314959861305,-0.4219495047953712,0.8815934250386968,0.8626195382215817,0.494922894010135,-0.4450633830751414,-0.7954078251210934,0.8106221249968079,0.7363985326701317,0.30290226167161755,0.6679485159824129,-0.6785632577546498,-0.5093704505840195,0.25362870752028355,-0.4943605248878546,0.8168686722086922,-0.7503752639915158,0.43454086908741174,-0.642151295382632,-0.8661727069151864],[-0.47672539057992386,-0.3258675818292826,-0.7521887896337698,0.6541520753001323,-0.7945731454992055,0.710363089839207,-0.7807975647554763,0.21663265930199735,0.5213605672815054,0.929546825104533,-0.3345037956772244,0.34898584512664166,-0.5514919595822462,-0.35894111663013895,-0.16383861367991154,-0.9378944613059095,0.24781631221106346,-0.9013258734116352,-0.5759414684329007,1.379512214731069,0.04887125016769294,0.11039762140829722,-0.6716536240455241,0.7134061396247786,0.018854415463871524,-0.33111360662706785,-0.23823416071788606,0.2398447608297895,-0.08111415119626333,0.20877630235296665,-0.4478469549771228,-0.7117049621808479],[-0.7256783342469098,-0.2811858550508748,-0.13779385143007647,1.3972099747362274,0.43008887023290904,0.300755453304953,-0.4518735090196186,-0.10173617310910744,-0.5646588412346698,0.392583304452924,-1.0802586913761765,-0.099547435156791,-0.7377872037565427,-0.41876434599079054,0.2702110889351193,-0.5238578305290865,-0.13874161916422342,-0.8048299824534425,-0.7321126760315046,-0.11206106150122112,-0.5669856971998897,0.26720549942329375,-0.30500539370761415,-0.6080003852559634,-0.04670948369022682,-0.6247139589549292,-0.7962852938329422,-0.1984123063403947,-0.23582441323766365,-0.10081572155770605,0.25023629098059236,-0.21450011246896675],[0.31582750981483154,0.058674242127886356,0.8702706681868765,1.9954158958899708,0.8096495031902591,-0.02356053149333062,0.1078381160659638,0.2946818451039653,0.9831224069439214,0.6493609767700449,0.6373485286461983,0.11139571922875059,-0.6817998296392753,-0.3354210233930669,-0.26754219552614045,-0.7362112233592688,-0.7791064796119167,-0.9563026904041203,-0.34108721095808947,-0.797352914179443,-0.0947527638045427,0.6605648374275287,0.38735041648279,0.40379275548174615,-0.5697474798608362,-0.26584541289947217,-0.23212791848706124,-0.9939331280761128,-0.41725876976181137,0.4215307262581874,0.05839748105320063,0.22581343069415952],[0.07018338281570623,-0.6067833050229803,-0.7681220278773725,0.5524424657284487,0.8610858460405367,-0.10306824797451487,-0.2313601967519098,-0.637893227632072,-0.6198857972311164,0.16113055163514384,-0.06929148655104114,0.366581548580853,-0.21007277971741353,-0.6301161300451449,0.947945464288439,-0.021493415476575118,-0.5700839354029446,-0.5578672406249741,-0.13501867063049694,0.3736422309545549,1.3780936931148902,-0.8042888640719206,-0.9343221989690055,0.7087982879767877,-0.20368554573059114,0.24687613388080223,-0.9021046421282534,0.3985118608627529,0.7519613561789763,0.09228279356518582,0.5748499381340145,0.33799038906983553],[-0.30863355497229006,0.5575839906085738,0.6755377600128751,-0.24223642463846717,-0.21412473685535335,0.6484421767553485,0.0010599370729212129,0.25942297127483327,0.24188545545819637,-0.901392942205781,0.130111200166022,0.7994229064293105,-0.4329304995372165,0.10059360636074394,-0.8495166335273401,-0.4769613161417807,0.5919845441183247,0.9124099887017182,0.7975928704949442,-0.48164107674656403,1.377338634372322,-0.8657465511792118,-0.5032834324919953,0.5738432740019861,0.2752816966685517,-0.7344537866781167,-0.0399504382400274,0.2933412367901992,-0.7213810756920203,-0.2371148815103109,-0.7449457205038296,0.5447461599473524],[0.16989996463655868,0.13444580985660112,0.2906740529461351,0.26913242630125817,0.1791353809482437,-0.0032957257573888316,-0.375362031935273,0.3873386584106436,0.09010304429873357,-1.066505169886157,-0.25011993955633166,0.7834142123671981,-0.3818460092384643,0.6965753173688471,-0.5150554310756448,0.19743591639616714,-0.32838853291274933,-0.9178781492802384,0.7261133209866916,-0.29244772437427907,0.6315824139526137,2.611893411375319,-1.092417011566558,-0.5538128461008407,0.11916407236878877,-0.10709682338116702,-0.4096548353875655,-0.06347517800598712,-0.4065575587824262,-0.26110042365861635,0.17209391161985235,0.4174268232511203],[-0.2864649172619263,-0.5173745125333976,-1.0521336135644421,-0.4986547509966676,-0.41023718144146015,0.5273224910181541,-0.9142274487685641,-0.049027527550174234,0.29757223465093624,0.04753088180935098,0.20990738785989016,-0.7692324706252018,0.15398806455162345,0.06732368998336645,0.8745477670162312,0.15133009766317193,-0.9854097129890828,-0.741825721167833,0.5152474233437303,-0.06756906141882188,-0.5736899235878643,-0.11871733910186238,0.9752367966576256,0.32140398532468356,0.463875821769182,0.0011557168211151336,0.3114372738042617,0.20525552215171528,-0.4405421621036126,-0.21687338965870964,0.8051932917676436,0.3746465737851792],[0.20815901883414237,0.7768609740160315,0.5779587492709007,0.3415190618011194,0.19854654123965593,-0.49505499372128714,-0.24874286630210926,-0.0043518697278519414,0.7512004875181683,-0.6807959083728848,-0.522408370941447,-0.3497952718103326,-0.5583058551742965,0.30431257614308327,0.5453464317900203,-0.23212958277249754,0.5927471080878911,0.2985342306226279,0.14054079331271752,-0.656668311838227,-0.4173690511408916,0.1501775070534335,2.225484623053429,0.13860993136776306,0.29416911448043337,0.29383374277192714,0.7557014959083845,0.19076220951117184,0.6299955116231397,0.793918130332656,-1.0408426213967275,0.3100339572459874],[0.3843165993709036,0.40620031461968303,-0.2559299348988597,-0.3804371621727019,-0.10853957992114963,-0.677369276794276,-0.36176975165767566,0.11031398201943744,0.5241364114902549,-0.020370321184777936,0.12490252127435199,-0.6745893082741949,0.40909305337870927,-0.271990223608284,0.1980496144150486,-0.560154126973848,-0.8287771717376563,-0.41515389420081666,-0.6826596043060406,0.8364071375753447,0.8610735340982858,0.24049325152245454,0.043639868181962284,0.7479012754503027,0.11968322731865852,-1.0469799143654572,0.07552308279140733,-0.6746991884779902,-0.275004588305482,-0.8559321939258262,0.29462691879909647,-0.9609970245870733],[0.7072191207072199,-1.0234264226465137,-0.6005998820520022,0.5269170724624062,-0.5166518280562493,-0.4298996506110186,0.23958337040721886,-0.7346609712542124,-0.005632608266977721,0.06359632554528,-0.5249577307350486,-0.5099670433330119,-0.8660093569621765,0.3473949297791019,-0.2684481501820834,0.10003819671667684,0.7423547630541727,0.4514176618340586,0.37764830133628197,-0.2742063208387297,-0.7609103900489644,-0.821546684993749,-0.7456097328320789,0.45366253988915173,0.4910446497699246,-1.0650880449565516,-0.3502431814932451,-0.4508928143500648,0.2375501813899063,-0.740832884468761,-0.9955573909740147,-1.1615588588605934],[0.01519369432220565,-0.27011511106292224,0.2476285614424725,-0.7347123812140705,-0.6681100436424487,0.4760188623827184,-0.08074312488684063,0.3995644700400036,0.4079374473208406,-0.3802461391728074,-0.2580414335724598,-0.08365387136016668,-0.9191616863045523,0.0695460743874533,-0.4369261120346491,0.44381449745205986,0.6984697215985275,-0.39662888302792365,0.2638915650806013,0.2735492007874362,0.1547391572508724,0.22740779059103014,0.5596338805348263,0.5985967370049929,-0.9251601594590269,1.2838818583799243,-0.20443903569385513,-0.7485570541686344,-0.7423983395307898,0.8951092431385462,0.46732819765476835,-0.08700020796135599],[-0.7411786176292374,0.013227490750050556,-0.8962959132577358,-0.5186587909685829,0.7466505502721122,0.9146357641749695,0.6382128145894327,-0.8444000708615315,0.0409219116204816,-0.2618024142936949,0.24641583636008674,-0.7805953663596475,-0.6863571782939307,0.7963569280826459,0.6940085685279425,0.6390460043304015,0.666383536354361,-0.21856480157098987,-0.11511339814008403,0.478600515805121,-0.5577002447783704,-0.9383015067124629,0.34453974362027145,0.35272711730282913,-0.4948289586519583,1.666830302218814,-0.4480419903100337,-0.43338032002516613,-0.4193598912559207,0.7529929616404067,-0.5588840691647471,-0.7765591664933454],[0.24226348537153866,-0.672769620766291,0.7763636146987754,0.3806852542607074,-0.5433959673561782,0.8028971128814548,-0.5507441722696775,-0.48331303453020963,-0.01865284852533622,0.4957199683644363,0.5829782319176414,-0.8503078783403675,-0.9564058734809545,0.6152572872033683,0.2657555080205544,0.3757599204331504,0.7567998788381719,0.8236071664467257,-0.02792306040346327,0.524433795755656,-0.5026150340869836,-0.7937524771385791,0.2596425961805639,-0.17592117044231595,-0.5703991475367877,2.2906085864501198,-0.06893267135735144,-0.43949435179065693,0.006328865703753022,0.8588266003922163,-0.6339481128739056,-1.009289527551366],[0.7294203569545924,0.8329149507144202,-0.25187371151884785,0.5182976485302682,0.37048052708981344,-0.8690764095460725,-0.84767990512447,-0.9246092818578646,-0.4922707866361369,-0.7176842632955682,-0.3406371996620177,0.7445811903044633,0.6142260500042416,-0.5770274163476566,-0.24413139451172985,-0.6726549673740158,-0.6281539482459018,-0.05980777827646502,0.28665772298552805,0.18241196491115153,-0.688646860656816,0.8356727929990989,-0.2625432999596249,0.11926584772549419,-0.7277754953296403,1.6049436697013812,0.8119674805144509,0.2657729255047696,0.8160512901767493,0.4736196054429663,-0.944338064324036,-0.40115640572183087],[-0.11546080331972704,-0.8213753820891824,0.4972538444570223,0.3844771547922043,0.8418656248123375,0.6407362405116475,-0.6915366586613639,-0.1560810848819363,0.8025214993450884,0.7575922506492134,0.3177661363072246,-1.0342601318727276,-0.6939310909420279,0.7869170330282792,-0.7017579329292197,0.8267930673894901,0.7716148659369908,-0.9709286287445104,0.5946433549853237,-0.27616865200007973,0.50727973088278,-0.8183334546894685,0.17448590092719823,0.3722388473940478,1.798811188417997,-1.0475421657878503,-0.7680141210492751,0.3730489343331763,-0.670115294728046,0.7082029707222682,0.23289288451120413,-1.0293422429552967],[-0.4460885641802868,0.20832883959634713,0.18568779779078,-0.9386479001104134,0.19496589001596326,-1.0412769113710931,-0.4950320530531848,-0.3069700137840002,0.325069772788038,-0.8484453821813742,-0.9398669272351267,0.5212411034739939,-0.12449003964079261,-0.29271383586336885,0.11241057633611667,-0.16979391022688708,0.21613848465974594,-0.28414879864469933,-0.41700425358355353,-0.823032915849602,0.8167074225043728,-0.12226358425604443,-0.45898858976039425,0.4511163506954582,1.7332075907395168,0.05181593698953236,0.1456573568139229,-0.2510948288183379,-0.6209084450854181,-0.847508080542243,0.8142768332203602,-0.9565197636538226],[-0.80930073685858,0.9230403978447763,-0.8651246595472081,-0.5025432396801036,-0.1922298485062083,-0.3226250088466321,0.8743243091794634,0.7108920818109917,-0.9189246138731808,0.6007331288438917,-0.6500417940146331,-0.2618966981135389,-0.44201562708539105,-0.2884327886799181,0.053809375517555796,-0.8812266909926502,-0.23685512837335845,0.5814675426684699,0.2061915605360785,0.1347204341577286,-0.8154166333722557,-0.5637466090228197,-0.3784826377907785,-0.3615362635356045,-0.4556475566534074,0.8254170327745765,-1.0621113355228573,1.497243333023812,-0.9950521623895692,-0.6262838911433382,-0.3013542872400072,-0.293099868366537],[0.4904666839983973,-0.22817062198127258,-0.330416228949574,-0.6386750578075694,-0.6059444784340342,0.8059033132817055,0.39692751293596296,0.5000113761723592,-0.7049892784334552,0.5160576338379751,-1.025169868544758,0.4822465689922234,-0.045122058237944906,-0.03233536262361708,-0.22151355676939907,-0.8277640844431433,0.031325954359693695,-0.804977249335763,-0.7637129105972669,0.2329419982052621,-0.9856618016714985,0.6115472843376054,0.3821004009296755,0.29912949464906013,0.8372038625724837,0.6952450434622474,-0.8603879435369376,0.5175002379314512,0.916887391944674,0.6256741618359215,0.7855394464042388,0.6268620003300927],[-0.8785540827406396,0.927483264194323,-0.4696417378099411,-0.9099232279300064,-0.03857646354790894,-0.5656136714079528,0.7803660198167005,0.5064958739091936,-0.795396771309307,-0.8321703033453256,0.7791680734190122,0.27657403815196724,0.08293030588029539,0.13929057148917215,-0.7476599500791067,0.5663446255295536,-0.4267909713246873,0.6340663361826459,-0.007085930527775034,0.04340196501691099,0.519604630841747,-0.9648006405940199,0.8552465903125348,0.43180580915063765,-0.276498376657227,0.8969579423756159,1.3502975935090666,0.010432243236418975,-0.5620807931476492,-0.4312188174438806,0.21841484903452282,0.0977979777916195],[-0.8756297185883635,-1.0010957681548138,-0.5146816503563895,0.44729967159012307,0.04928724102243577,0.33811719105177684,-0.520701813573103,0.08004498424732327,0.5717524584767127,-0.14278351697636538,-0.36953493429982404,0.26296027426138735,-0.1577917811464765,-0.029496977564926734,-0.944817929185946,1.407714936491598,-0.06557106221161457,-0.056285571045226794,-0.5022639870783794,0.15449669168861396,0.5331076255152307,-0.9069091738667661,0.639095515841047,-0.3971112473301316,-0.28644689729694556,0.6973706463732133,-1.0100170297163134,-0.740004007878075,0.48682115754868127,-0.010584167916970116,-0.8722105393226939,-1.1099448275629824],[-0.6051556128407676,-0.39432265732302085,0.7562648204967893,-0.6799868895973181,-0.1575311205079912,-0.09413053350914379,-0.02988466429330434,0.7619057374857333,-0.21293269283582064,-0.5034675297057974,-0.486767626179528,-0.17847447610231865,0.11189319365395971,0.8433737087557308,-0.7323950453415496,1.8967380791735071,-0.5661240409896954,0.5578179466837238,0.9209051072249568,-0.7760928673560141,-0.5465509681304134,0.22952571973173033,-0.6887168073524685,0.43960587510196814,-0.008612177121462236,0.15702865954036344,-0.6824843082781957,-0.5073888185373929,0.34176197524600543,0.5386985060869027,-0.553450502057931,-0.38948388668955247]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.07869656356392457,-0.03456392322005406,-0.020508046181843383,-0.020928407658898644,-0.021356120063437553,-0.02171191176354187,-0.022009271300106943,-0.02226156181749608,-0.022478903765140293,-0.02266867869621126,-0.022836306780530082,-0.02298583927235017,-0.02312036412974201,-0.02324227919192424,-0.023353477933040743,-0.023455478038304375,-0.023549512179778628,-0.023636593360168254,-0.02371756281197083,-0.02379312569951222],"Time":1.92,"Locale":"nl"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.5118427353444921,0.49660033013483773,0.6706232274530612,0.6474367516586408,0.5172238127581246,0.6691770800226373,0.3993393785351222,0.36531778037034013,0.30697954569992236,0.6072900806280933,0.6647992471613523,0.6656845092199491,0.542494111240947,0.43530227691679413,0.27911194182308535,0.36889066262829234,0.32003294215474776,0.6238346930762367,0.49986355059638016,0.699954761985402,0.38203036761993064,0.4522594586050072,0.5550964182486464,0.37402630785328295,0.5349603254173784,0.425079791032529,0.6659263474747155,0.5212912608264063,0.6974681802532048,0.7113170566132747,0.5332393572683568,0.6128101185747898,0.7108475822465585,0.6124801227133262,0.4529617389944777,0.5618390195216008,0.6421352123505976,0.4967305766503361,0.42956727636295206,0.6355544094889019,0.7273444549539976,0.622405892756561,0.36257324563113014,0.36073994332080705,0.45694238286925654,0.46160965546282856,0.722498288375871,0.5429778974697375,0.7299234833684818,0.6915149306575068],[0.22625064252568344,0.00015712709185917228,0.00002847737720420521,0.0160617320381333,3.979412180922267e-10,0.000023011071661152554,0.015842818019978055,0.3386333147647815,0.00024627104849085456,0.000007787730549055668,0.1172885388716982,0.0002492242044370233,0.31199881861848444,0.788081589389354,0.0028617699634635074,0.5539698980717437,3.3261717084925372e-9,0.27728563187965594,0.05652619491963162,0.49187667021612574,0.0002870354433167186,0.011531910657886533,0.04407379877543883,0.4390445788104281,0.3272134432860887,0.12321100946354938,0.856349555079008,0.02268861886636151,0.24139590705216257,0.0026920826512654996,0.46036026210709696,0.6186087358791676,0.0013582674098435803,0.7847986468608403,0.40420642061495893,0.29649413353277987,0.01089502312245977,0.0011048421642145263,0.0048934401043268455,0.00638766782060429,0.008252263030937769,0.5838622893849376,0.7723385868445456,0.00428224549751974,5.265923235559926e-7,0.6384757420452576,1.3565499112749705e-9,0.9109179021367303,0.04691594651845206,0.11062226915699995],[0.05423523325722031,0.00007479886123977916,0.000017355195522752972,0.008025806416450634,5.830156077716753e-11,0.0002402773837546911,0.12436668233076932,0.15450235900545928,0.0000053213668993232565,0.0000020670975447561205,0.09551973302637143,0.0000020170891028215006,0.570553777785446,0.7644266978435833,0.0026078736271888947,0.7612235256162434,6.329855096004482e-14,0.11397822641336386,0.004919302493334993,0.44462234238522413,0.000016533357927853703,0.04918294809829834,0.002257507243061812,0.46010582962678825,0.21105113613411747,0.003749892586317036,0.9640825643492225,0.0059285775440632345,0.0908917302653674,0.00205256767264663,0.1975054585598501,0.7968485060809928,0.07595201020802111,0.6520778864239424,0.5630825207872987,0.11651179798993212,0.006928746652993676,0.002158475170780723,0.00770409583138745,0.0008429217739850755,0.04264199144078136,0.8328729362177411,0.8957795755516714,0.10412025502143238,1.737627487392152e-8,0.03906716192054377,7.340669583851389e-12,0.9822852636070691,0.02422777275994321,0.3441795661397426],[0.04679924824886548,0.00010971514045905124,0.0004922729511650515,0.001757426989963477,6.663621389566382e-10,0.0007371433815581899,0.09847055090064098,0.16006364882206395,0.0002493306794938152,0.000009654495130221433,0.11874796024806104,0.0000047051897561507625,0.6137927177147952,0.8590183305869936,0.0022556459779580146,0.6355574173304078,5.735531926472571e-12,0.21817063827860075,0.002904749541175963,0.4719516831237381,0.000009049602171531095,0.007663714027613161,0.19109465713298762,0.7420379318631443,0.1936470223518582,0.0021998284858246544,0.8252132171237782,0.04616802178073812,0.0862348623290456,0.001820212202104285,0.15900066650477546,0.6392954818126532,0.03988764005272144,0.7514899455387604,0.6586007722933026,0.1378676659918714,0.016975804178365354,0.00861893351680195,0.0031661489916730754,0.002144622077428856,0.15476235933100344,0.8991154451060809,0.7515009257583125,0.02548439988298799,9.907698813018666e-8,0.03413760606880783,3.609430209946953e-12,0.8547610127516887,0.03463889112392873,0.24663214643606893],[0.5406355155018999,0.857488872574455,0.2036894649603442,0.048604137722022336,0.37932176125324457,0.12400038588139115,0.4126557500802911,0.5332981424090281,0.18105420352459226,0.5434558380522175,0.7480725814641396,0.48974897573710346,0.5189245477395352,0.49165775246558435,0.4311781972132062,0.7799137190503794,0.8216724550910649,0.11288072366207505,0.795398158786682,0.35172194357063796,0.8076127241336062,0.0970450258257399,0.8539626727929024,0.8034989885544387,0.4968123043664416,0.15229820513476566,0.3419704180941311,0.24025662839736062,0.3120300100051725,0.6055048815419148,0.7243470077210583,0.08123521416222987,0.3744800444846212,0.7302754504136331,0.6239663850128551,0.03547502282361624,0.727811478923233,0.04665329581420432,0.05268747608739689,0.6564324223396639,0.7582352508070836,0.21614752440871063,0.5238882162189467,0.6212872920686693,0.4288078350057594,0.7389634428529136,0.6839618977775712,0.45592183148179993,0.029999484438764316,0.0021071813443910587],[0.5854242125004736,0.7936391640017061,0.240794118198684,0.6084820598307094,0.3177965095310077,0.0209755888767546,0.7671921013443437,0.4199046128166336,0.19899999211380592,0.4984839853283695,0.3979763154788212,0.35502206776797307,0.5296043352976122,0.5082737320118091,0.5592769649437037,0.13063648409376102,0.7022975657827243,0.7803496771017708,0.5452124682309146,0.1666213327997493,0.5721681261209206,0.06338745012578867,0.04356211642524989,0.2627969409918255,0.44145845474201617,0.07014071916887962,0.03491150368757782,0.5060919288404264,0.6589452142023139,0.6517518408482617,0.7165034546454129,0.07647033597254427,0.8071569460185084,0.13383980114768368,0.5654791940871995,0.02656672837724989,0.24853307867554877,0.5314248889592433,0.2387326060896836,0.613571143566061,0.8544961464816598,0.5578977028392896,0.6158845719223454,0.5023238961640415,0.6254101037757297,0.655779827942094,0.3763163423821293,0.6239905237200475,0.15550256230916665,0.3990638215972758],[0.3993691002507076,0.29126165164014134,0.6290016629026415,0.17776588092732132,0.39372595624445944,0.01689552881627192,0.35280335273807,0.592343106955276,0.4671064753310411,0.3829069513087413,0.09419678461144658,0.4463612739155981,0.47681196394456477,0.5978376763991763,0.712087255333933,0.6741652144685047,0.6675161850769504,0.46583846784538846,0.3396032070249772,0.11929249139506277,0.17118482774157792,0.559036422222059,0.5173487423344237,0.5659281660379667,0.5861735729401639,0.20640173077431428,0.021914443470706278,0.4685361937448954,0.8123173499393789,0.8247687199574245,0.665692600830495,0.037288737101193195,0.7310764869628859,0.18578260184315704,0.6820084567810719,0.46427858422136353,0.17603045516243826,0.02744278462815292,0.7268526715583702,0.6069599598345106,0.8398969433157071,0.30302267864468574,0.5744767517921121,0.4745036004797196,0.5158970415217746,0.8896308968654784,0.36138309947684816,0.4901030775417228,0.018713885501778164,0.09717197221556535],[0.19280639000405062,0.056134845176674886,0.6674216918680952,0.21758518809152885,0.9372363834615851,0.9745153933995073,0.8665717213304265,0.7822467339535153,0.12905170165754667,0.8009751459389158,0.0003795171158011812,0.042246159554630916,0.7268294795313247,0.24999891348967965,0.42260929154079474,0.05493496408081843,0.8203981852309279,0.8177949329481514,0.19247107125292495,0.30595202409851835,0.030193788329726655,0.2618622958449326,0.051918197473026,0.70250190324301,0.31097579820369486,0.160621099625715,0.0023340385532235985,0.8325330554541845,0.7319137337194048,0.5520764053940856,0.8013602361512224,0.00083242860798655,0.008551197504957801,0.3177441714856541,0.4962905348589598,0.000866153193674174,0.0473118870825611,0.05481859687456207,0.062210960034594726,0.5236112027516305,0.49714664564744177,0.608888732576348,0.6571975451050179,0.011379964100243589,0.4240799766558495,0.6674193714554354,0.2055171617939302,0.36384871310597877,0.0403721707078307,0.03475836274014489],[0.00009653215011055137,0.0009806994245900571,0.019921196402406943,0.11729355104419602,0.08013396932984057,0.4402511593475949,0.5989917112798347,0.014854750297415658,0.04652182034757514,0.4148052828125281,0.2775011354375998,0.03217536177993652,0.010659288458314242,0.35232846084227437,0.0002739637303217308,0.01073629359511569,0.001295140720151499,0.01659397248119044,0.00004652743404581438,0.36597067866791344,0.0000015967207630621823,0.004216976293378198,0.14285059971974284,0.585312908336278,0.40660892772559587,0.8475309860642132,0.6968521865196086,0.03396455169685543,0.649854136302017,0.010550352057796088,0.6938064106074633,0.002849951391177517,0.0004245763650956962,0.6622266322528647,0.0008481539813309001,0.0008364559464176138,0.0019188014147602966,0.022399407145955397,0.011880174873316602,0.00009206846474633107,0.2425106369497014,0.6039714625088569,0.8738652376134122,0.000032861581968191766,0.2437873048848026,0.16503804276621353,2.37388587962035e-10,0.4267465620843742,0.23623108788028166,0.6607432250869318],[0.0000018943258792211596,0.000022504386021902144,0.042240073662476875,0.20909554467089658,0.3352857467094472,0.49734987080503845,0.43467621645628896,0.314960338163596,0.0059563683514824006,0.6711932408753434,0.1669875644605756,0.0005001298594539217,0.039410267334270534,0.5615995086392908,0.000829376693602054,0.0007889113356729049,0.0005321594029188676,0.17267326079370732,0.0000036347163428100514,0.44917840795690644,3.63728933057425e-7,0.008620577798046949,0.09235337460745363,0.7107515830251262,0.03919039689195969,0.8312162327203535,0.601798615184537,0.1119014841440312,0.2469866052669694,0.02597372898455048,0.4037747965020195,0.000011208874850409142,0.000045756013576436444,0.7818502506411962,0.00004842036359037995,0.0000023290764247869477,0.00033630904873150534,0.010019803492782985,0.010994567471614562,0.00004994453506959665,0.5021640187446278,0.7294526521717051,0.5322078550804576,1.8378589500962694e-7,0.18031258497884511,0.2012887358483367,8.505256721312469e-10,0.731757250862217,0.23450910535712638,0.44779307754310055],[0.0003205592538295398,0.000019138636689925583,0.005431920918459715,0.010797643306459454,0.006559614140714398,0.09825527891302123,0.006236635403429642,0.5515475638205825,0.00041323722102213863,0.717735099600903,0.0002678116780507452,0.038573625788097254,0.152084696925237,0.5181399042483867,0.016996942242248198,0.30846454984284544,0.2838382060640072,0.09244569123213475,0.036851143305448524,0.3000231956535006,0.2022861896524008,0.009505386345553589,0.36534431920554483,0.7402608317457448,0.10155950523896738,0.7092133215716951,0.633271405056665,0.005578386350872067,0.6435907946529242,0.029392464225655716,0.6234109597041594,0.03718784562179025,8.231515634261919e-8,0.2189558440646294,0.0005727928351674518,0.0006340004391995835,0.0013874426527144704,0.44838649409171216,0.17498787261477508,0.002503683136689128,0.01589518844772321,0.7345191285578221,0.8657720977748946,0.00002577046390209599,0.003761933954080167,0.5619101442963592,0.0000012973047039901807,0.7565170613069577,0.02410875720335773,0.17604459776971326],[0.00708312463645777,0.006160943638298659,0.0014255871192320863,0.0013926064826911048,1.9821666760004437e-9,2.3475624700477683e-7,7.579940255603681e-7,0.42024002531888777,0.0004823421907968021,0.5190067622101324,0.00011992413026672774,0.00020459948928848933,0.06453748384209505,0.6214228658237521,0.0005414590924124766,0.8451372429783178,0.0002589591897396247,0.0009252548561585383,0.04762458885392564,0.05057031602296597,0.39101744987444775,0.0002188198681776871,0.37444859686900556,0.8220306123952715,0.000008075218606921964,0.517553921763051,0.8896125748764468,0.00014254210808172,0.5286276341479198,0.00041063470080850086,0.2260395341998875,0.806404732566159,8.22983194248985e-9,0.7065399662654139,0.0015158828020048675,0.012939220915232169,0.0006464443598736323,0.39680860157112724,0.21802547998121963,0.000027779583995199136,0.00030436676082241454,0.600478186951409,0.8286888985876446,0.0008239156299309543,6.925256516694435e-8,0.501372266233368,0.000010287358052096003,0.8158284444575682,0.00028938598596463635,0.2994556767189485],[0.018383566308688835,0.00047488463786596736,0.0012128666843525917,0.0310197795317333,1.3000345260921645e-8,0.00000925824368344304,0.0000011385197887557304,0.40690456346034426,0.0002187673369897611,0.2815445491405529,0.0009786703879404468,0.0008682315061865292,0.09617571688078458,0.9567243086155199,0.0893628405605145,0.7125323682875896,0.00010250147182789972,0.10000608403290158,0.2903243926250154,0.2314227275375059,0.4917422225131289,0.0005817030938390091,0.5884453125543924,0.6045541460495082,0.00008213007191691653,0.7842813374569345,0.913804854157119,0.0012005906687203123,0.6298605188356367,0.01929944914874858,0.1340392535094285,0.5059339690779946,4.868086609882456e-7,0.5887096374545697,0.008551635901890188,0.02121498177673345,0.014991448691734785,0.3531921672444546,0.15133411843362765,0.0009952600989272659,0.005010251478249813,0.7472892793857274,0.8189763062032671,0.004744335889760537,0.0000012035140804367688,0.4985130474843704,0.000014146068909636608,0.7215204265108034,0.1293563074261221,0.12827662917841862],[0.4618406604209296,0.0005190607781633174,0.0005459473538146996,0.43499193136125236,0.0016503734554659214,0.000014340027748296767,0.46239661571810836,0.2054847735998724,0.5391560411168027,0.6844382291736125,0.6610176807853376,0.11717196600853134,0.008871393220488183,0.567668179914421,0.00006298442817805556,0.097246938820351,0.0000033761095256761096,0.000025647869981197793,0.0002524966873005896,0.8488293940877044,1.1898505408848679e-7,0.00002698302511910691,0.5356396337245038,0.671760265551807,0.38481388483584567,0.5594931192252453,0.8310416273391401,0.00006547676754666317,0.012210164972510536,0.0800808297489831,0.5566217560345396,0.6053725841461844,0.00045382507142952385,0.7831917857438375,0.000001466354914707467,0.19678610156107965,0.0002222199969604946,0.4384152077168973,0.7603061572767131,0.006430091539064863,0.8663245489018977,0.004557663352073179,0.6109294479148607,0.34781399837622107,0.15013702611339552,0.07592481949528966,1.0557697318448485e-9,0.8732854007799645,0.000022157156835197432,0.16177685433247752],[0.22996829250968748,0.0031618486137702253,0.0009527840908891801,0.22906885119379475,0.0003647322976724546,0.000001818478685780034,0.0957578279392631,0.5032913959038496,0.4308357031186103,0.8127606734115697,0.4006338307304085,0.007081458238372162,0.0030057507417008277,0.557461354121783,0.0003573293534500128,0.4210668141828534,0.000007490474368531966,0.00006774602945898332,0.0011546996969394915,0.6425203502606325,9.55002758020802e-7,0.00031522320934891293,0.7432210049290086,0.6976816199415447,0.1792353207993618,0.6839108761114314,0.46220373373507767,0.000030535333957010684,0.02028878015013089,0.057939763843495445,0.6530262234471248,0.558877739889762,0.000016784250091695177,0.9113655433258052,0.000003922024524488351,0.18984543670626536,0.0004977658981603369,0.47050230564560536,0.7138934832665085,0.0001823793371103246,0.22922735346767256,0.03475840927391278,0.694826405522804,0.11917222052824845,0.255293443073038,0.04015704685134157,2.367676057113549e-9,0.9489658997262873,0.000004590936532460907,0.4394450426872658],[0.691678397695662,0.21186535505150694,0.044463776795545966,0.28971681406297495,0.000011511506372041652,0.0885360274029182,0.12918164076050065,0.47719837694244926,0.2997199133244352,0.01425194410069878,0.2564014834980808,0.00043975081646074356,0.4137371789305042,0.8991217193973593,0.6570981777494751,0.7658270935422424,0.0063871248679716434,0.6131083348157682,0.8133644580527954,0.13562384640599903,0.9445192050569076,0.025275833535829493,0.5450193414383491,0.7833369617777587,0.2785192589745096,0.3881104505201088,0.40311439368547264,0.832311223499616,0.1899243067726949,0.015317390456474062,0.32548143065391877,0.4808183293090855,0.17825264953225603,0.6045261627354055,0.7402889677210986,0.5733794509662288,0.8885148447379124,0.6439363266261353,0.1368287327002653,0.5813327474593564,0.0009305255481918651,0.8634836432274677,0.673592643680191,0.16509135887780588,0.00004794443817256913,0.6728131064501586,0.039257723025565905,0.6021552990637214,0.9682756003224856,0.09006876716696016],[0.883010487217342,0.11225743476759417,0.05065129359056914,0.3379931952900183,0.07895645828436766,0.2143806106536919,0.9822050646936779,0.781994215983183,0.4794347634858255,0.8198409839376224,0.9770434629077756,0.03478337176802355,0.5296732293476161,0.5550638407269757,0.6332384770241554,0.8895842576338949,0.006914722114602003,0.2076173064442214,0.08787828451575146,0.12274255474485506,0.048297788799663226,0.0007300119205333089,0.8503540208858277,0.7413021647426449,0.40869398893041264,0.6726592801019506,0.7442681678445189,0.08933526849046121,0.40411768964376166,0.3527492449211854,0.45262109464787353,0.5109529640126648,0.5937684632709651,0.09269588696098637,0.4903763696837786,0.6565521142846446,0.08996102645622846,0.044789819615485435,0.8768917484924578,0.07464639693541755,0.16841280975211734,0.3766818197338872,0.19901092020424496,0.24789652068837656,0.7593393657995915,0.2905343754118755,0.0029011153232285833,0.05360689188576919,0.03194040574357399,0.5678548740093565],[0.5682265286901409,0.7633729123673255,0.6338802612431603,0.6286715529356472,0.7115433469734251,0.5343684990751134,0.6114891899368868,0.4552542633223376,0.5828795319340676,0.3611526655013861,0.7321533046037783,0.9215297450293227,0.5384277826193288,0.5638437180179743,0.8205979210790079,0.8315319372216079,0.3235336073435009,0.7134373900140842,0.23271704462224968,0.48956437180085444,0.6876818096278533,0.13975978354239077,0.5819616314069096,0.7659652598590164,0.5853405788930686,0.2889173104607115,0.7650492941015667,0.4312337009562077,0.6274135487244464,0.2491494970857896,0.532903540814795,0.7957217926070244,0.26084196265024123,0.8523283867439877,0.5448987627318128,0.6366205170273581,0.49238588119889665,0.3712782768681549,0.7283871357549503,0.4060312344899113,0.5312334042520788,0.5137088236501103,0.7897299777153901,0.7542277071658503,0.7960420840418976,0.5412839342314911,0.17229459262013194,0.7501374277556251,0.7159747135856489,0.2573746452718287],[0.41330629297274996,0.6111263564062962,0.4902862462468375,0.455668438897884,0.6845647498016936,0.7031017487047931,0.6473932048394297,0.40234894215536454,0.4992904610710644,0.5921482948777422,0.5911960718475839,0.488522002081159,0.4880029042448209,0.744451675198643,0.5459737781940298,0.31053295061289043,0.4751342860236494,0.2794634761165371,0.359615872034451,0.7070244375860031,0.5498653642335999,0.46751921262368584,0.27389028629637785,0.5297186821411567,0.41410088326941014,0.5841931413177781,0.8574383799129364,0.721970982889415,0.3782135018667373,0.2182619608291832,0.4099554698105834,0.48417190346189826,0.17224550345456224,0.43635250507646484,0.20007151907695161,0.6649621343692208,0.5847906845992975,0.348623228257452,0.6021109758231967,0.6366544204935596,0.34172031648215756,0.32612685608803405,0.6139693304665668,0.10649176083828184,0.7702462572006438,0.6378010130820609,0.44235132810157296,0.7624490890430509,0.28378945258406285,0.6998423345315299],[0.8542518905990238,0.19775761477905549,0.04410857394433017,0.16922258888077715,0.047880872361722476,0.13659560409630736,0.9790896281351362,0.8275648759430732,0.3833604705149319,0.7761941072908554,0.8675686762832923,0.07329365333724432,0.48797076417141644,0.4738217280689293,0.428083376593628,0.9128654722463858,0.016582111488916636,0.19648554873368565,0.14138875969681872,0.11571412858185573,0.049987751101397734,0.0002295036907945299,0.963439246586847,0.6418022908265113,0.4646454383839369,0.8366442637173562,0.7108487355277926,0.08185523621717301,0.4812780415140198,0.16506976536182738,0.557968858985444,0.847213574197385,0.5386118513883879,0.11530347487140978,0.4447662132410206,0.8479465084152038,0.09341782464101905,0.11482789123733131,0.9565395655418704,0.018640352060342456,0.16266379290676383,0.25582212030079376,0.35555224944546265,0.38048025429714477,0.4738157170992312,0.28467675573784496,0.017709258665885293,0.16375176418021076,0.09017221977398286,0.765303771835535],[0.7911130945987885,0.16712735096917108,0.18743172397139865,0.23860920740736916,0.01171343384298603,0.11418663685538365,0.9633386563360429,0.7963000130965676,0.6120592400347744,0.835166132866074,0.8685503379609496,0.005882476457417856,0.7970105259217621,0.7009467179665347,0.505616967276355,0.5310281363535123,0.019001418599466167,0.07970034801944227,0.10491272115528286,0.08776400957796877,0.016852470759365044,0.0018121333911975328,0.8339719608810645,0.7800326349971817,0.6802454602120896,0.8576380075069576,0.4497791487173543,0.14117534227332418,0.3808431610094714,0.56355974215038,0.42179587506138316,0.40323764864992995,0.5169945160792786,0.0690213822398633,0.3353795873736803,0.8292115311595083,0.061875372031170064,0.3734113626945121,0.9562226493208127,0.05134487456911527,0.09603681359845855,0.30940663770184706,0.14965681647691226,0.3037803593658435,0.5108854158126055,0.1052306223480764,0.01624569031745724,0.013558252636417767,0.04946154155009522,0.667191726500091],[0.6221437897013795,0.7995142455983703,0.47556634912407547,0.6950936092439254,0.2860610423828133,0.28454906209848974,0.3855560001904841,0.32502322321296495,0.6433560836834741,0.40698071374609135,0.548595191191724,0.7415786115735236,0.42830137373444715,0.5042413480867646,0.5718031691816043,0.1885116861123134,0.21782636253980497,0.3453517270916972,0.632352044823946,0.6425102664109329,0.7727338482994836,0.27479474517398234,0.3046841381716517,0.44003764316091165,0.5228817878225221,0.6820388349325736,0.7813504719671109,0.49727711955001497,0.5962634084023871,0.3632375084703366,0.5859226610445273,0.4830767092574224,0.5360723187572825,0.7415184474066179,0.6317844187687321,0.41513448010150517,0.4253171589898045,0.584011021562732,0.7020702064914799,0.7340720286871093,0.5343899279141787,0.5384508887429967,0.4899661852788045,0.6046866159316814,0.27199358309238486,0.6938001251748926,0.554737683120906,0.6612718313046415,0.4186141369742941,0.43775548890550614],[0.924620096383522,0.0031125493381536774,0.0005786900229375621,0.47691025483614574,0.0739097242727695,0.0732829927256402,0.9325042859821582,0.6859704916728881,0.6436881092050886,0.781831553167542,0.9796782761043211,0.00009548635199751471,0.923214497293818,0.22452854425204918,0.4046902180079482,0.8721494614220034,0.17560071379645995,0.20341653578869473,0.39472821981648937,0.29384116991120895,0.0006705849700884395,0.001398065388489912,0.4977803016774348,0.4066628049840061,0.0460231773232856,0.6676060490583102,0.6800161732263929,0.5715458882691313,0.5629884150533786,0.5376166319526028,0.42184446558323235,0.31677855276322425,0.3260841844031616,0.0005194032409787068,0.1550462144421632,0.7903701686975245,0.4689051728155413,0.021660857085265092,0.9630537494469364,0.0010682848877734776,0.108532516147428,0.005875365012152699,0.0012007303420700558,0.01760125659742144,0.365700636626583,0.009648027300326979,0.18032805290390447,0.008211296641555902,0.06603120318249352,0.8283316185942633],[0.9095102018456032,0.1538979442482232,0.002873182166699829,0.8252162858951557,0.7451903736842252,0.09923768074522356,0.9266008534532242,0.41280929278490586,0.9683053003337145,0.5776139183775828,0.8889802656578324,0.0006733556070207316,0.7562688676189133,0.13683081069524689,0.16515299123948834,0.7945869066782223,0.45827087658184645,0.15932741814129306,0.7837589959821595,0.7854915481896263,0.0009730331913096562,0.11057843451026039,0.3633582997540401,0.6032536199783836,0.07136274938717614,0.6108203481488825,0.7433003844384082,0.32919985594300727,0.46159152424300065,0.5578755694667902,0.4488333634238606,0.16987605946966566,0.43137644911298656,0.07374258010192941,0.030959351337859,0.690857028870476,0.33509566563510484,0.6070322731343402,0.7724071797121189,0.00936554807214331,0.7774887406760732,0.0638770493930698,0.007947939496809124,0.3220285625939057,0.8152212114004546,0.013451445149867314,0.21407111811698185,0.7457618886965587,0.17312465331572874,0.43934934596751724],[0.4851955718459222,0.19651477004441512,0.09605978227255321,0.577820794474758,0.5892820666994805,0.1269544230575689,0.3905485679973079,0.5305615736839426,0.32924638131772804,0.5028865442452213,0.3107867266845968,0.019568091006511606,0.6173615094623327,0.1831702495818469,0.3554566184409979,0.6195127897280468,0.5095183219066014,0.5836135231846709,0.7655480962999298,0.18225120063225675,0.815044792144087,0.38982906221758146,0.16852063180851287,0.21539364054427687,0.3455949162978467,0.6353057754398314,0.8647387648860023,0.7130244848680647,0.49032276076962045,0.6016229959820211,0.5807221192760795,0.6740017244848396,0.3483594997243664,0.33383754286816575,0.08397082591478716,0.019328305167945422,0.4970655296232507,0.7680158670572617,0.705449589941356,0.18733806749236123,0.22076834684340846,0.390834416704869,0.37038035057675944,0.21662775295984324,0.19207060962469294,0.002645999271470274,0.5513232986606732,0.5577748929626576,0.3298216117105317,0.20344157976923238],[0.025665096511858273,0.0000011916859224044558,0.011461259191941305,0.000290146295671612,1.0811119818943068e-7,0.012469733893116682,0.6198478824282644,0.3819617465869634,0.00004843929975101155,0.6750257391310115,0.33844281522615455,0.49586383605664675,0.14064301843891944,0.4205582786984991,0.32955657651902087,0.137739763332935,0.029299461376568067,0.21189080188092907,0.000004249546206219398,0.11747680790717996,0.0028098604039098743,0.511419594289623,0.38099734295195714,0.10331274096435634,0.3804484521574519,0.4127048497631095,0.5339619406330649,0.0011710029652415592,0.7541254658603384,0.48034666650365593,0.12017547247342422,0.03207510256941343,0.00009472995442426745,0.5117342784862497,0.02625716495770682,0.00564795828605359,0.24628188086527417,0.0029711669217116453,0.49327239537173934,0.2220450379357795,0.5658136528244686,0.7208220973848745,0.9761491366831038,0.002983597980248211,0.04466176281781353,0.4677852733596386,1.1139360114411002e-9,0.5681331991765736,0.043151388982184145,0.45431508174140767],[0.10313120068398106,6.035778675501111e-7,0.053543160225287406,0.0007160224333948138,0.0000037567006818774467,0.007938861549378787,0.520221872540316,0.2791897917249029,0.00007432686497343511,0.3573876784540364,0.3765709639335036,0.459493041335466,0.06174450656647928,0.4942235327904218,0.1950334714163092,0.2438884543473203,0.0005489753565921509,0.07035346542840579,5.590756946755771e-7,0.13729083007173729,0.00007786687728345319,0.1365333152467995,0.46890899071039976,0.17740174847304252,0.5486182212529018,0.6949131807906218,0.24314926041671567,0.0004544279613000001,0.584966097895766,0.1390401815472259,0.26330775402533146,0.015278237348861298,0.00003336054383420724,0.5500406126121093,0.03534739724014726,0.00627313839936322,0.04886876182712954,0.033224064942678384,0.500578857769488,0.3289236760480769,0.18262141261339912,0.7261071454973913,0.947561472994597,0.0019382705434833022,0.031751584775323395,0.6092610679575278,6.245436974334204e-11,0.3636676263613035,0.08263232271749961,0.6270344203251008],[0.6273598728258359,4.6406179011444196e-7,0.0767557556344007,0.0027826342290777277,1.43510720462374e-10,0.004927684225382203,0.5004584277278934,0.3215534006184947,0.0000014761200274729835,0.5114695176614,0.5958821058766195,0.5141851426031965,0.02164734082427679,0.7494998589822006,0.22077252795435034,0.2656024874607076,0.00130604202924261,0.13857293234527807,3.812624072215084e-7,0.06890590098272216,0.00022002936257075026,0.14966946029564795,0.6250917562517461,0.008291150089034282,0.7692975140167716,0.6970050636697305,0.8309758062553261,0.00006850145809926924,0.5295170987042778,0.21166490299991075,0.07178640787094374,0.4289863793192107,0.0002331766149128609,0.5594100482551411,0.04310904378163798,0.14569180478813298,0.008038423212437626,0.000004628830757960589,0.5601037672501813,0.22408199049055838,0.30417282614002017,0.6426805107128191,0.6721865387201572,0.002540579077333118,0.00525807097799406,0.1547103772566528,6.182038499806285e-10,0.00557955252735698,0.0012161195368799397,0.7774362675290158],[0.0016215557720241308,2.9566628258735177e-7,0.27752018813737117,0.09998672083551292,1.4118580157432627e-7,0.12177286682627793,0.018317992293154624,0.00003328557772172009,0.0658840157581591,0.000019398379719341643,0.059418418653264214,0.000004804627371562287,0.4541895697349644,0.8121065355256214,0.005273541938950711,0.8561585314451331,2.119941619950764e-10,0.15276644616217022,0.00002916908713005769,0.7363520203757856,0.01290533683661108,0.0037689285567582323,0.3550017916063981,0.6810463645901593,0.000004250849956219303,0.004574475149397942,0.883816231100527,0.030558329092526166,0.000131996090689882,0.000004091779723479014,2.007390140776423e-9,0.6951522497099465,3.9212545315591344e-7,0.5787330430248613,0.3087783436819189,0.0000013541934895398616,0.24215944215197935,0.3591798668864773,0.00010325190081438425,0.1803303547784192,0.03550404431232122,0.8988840275377835,0.9301481382027329,0.00010783641138139156,0.00016550687786187358,0.5382247562828528,2.2721181262491644e-11,0.9903266801031322,0.3223117265686744,0.4333492360552583],[0.004718778580216221,0.0000036881276776095976,0.1772850032359578,0.13101239140934715,1.6805942901225345e-7,0.1769276678606608,0.04248371415080973,0.0011845191070517444,0.12086555106496485,0.00006383715316719165,0.11694178146866012,0.00003075860127353477,0.7874649579065905,0.855941789205485,0.041224418561974945,0.5198443639912738,2.6863443402660404e-10,0.10798560919269551,0.000023843982477935503,0.6937771434518486,0.008775175327668349,0.011970714499221864,0.3145021618847812,0.7264371359796071,0.00006906465110361348,0.019368348006196065,0.8591709760095851,0.09305339526466075,0.0000655894793433058,0.00009646773275139569,6.44077482299094e-8,0.27874100663142903,8.712589695922209e-7,0.3712398898079056,0.290112360648248,0.0000041708675864471,0.4484267118957181,0.24876140595970353,0.00023374383324289288,0.20661151624891574,0.27653906432121994,0.9140328085447484,0.885495313045091,0.00008227384717078246,0.00009583220982653122,0.31818965781623226,4.991127399805026e-11,0.9588017357630702,0.29373743430598903,0.5354772106954511],[0.2593360466461648,0.12660587326699688,0.002218647875369455,0.02739105912822017,7.863659119599676e-12,0.20827530051001406,0.4735094627520707,0.00011374853832621223,0.22325815673581476,0.010693519178257064,0.000003151937143619155,5.219663578307159e-10,0.5887839529546526,0.8973954848048635,0.39633358768747196,0.7491170920249277,1.2073227714389703e-13,0.0027120451875736126,0.000001046821140196067,0.15291108276547846,0.0012248726855928497,0.00030146313939175733,0.09843462681044189,0.6384601666168682,0.002693408033988186,0.2601897773105608,0.9274517392707853,0.0008419899963540104,0.000032596492581293846,1.236853385991926e-9,0.00002434459907112367,0.7800298606331294,0.00003768006989314314,0.7066225814210007,0.2214923985141337,0.000024315518551719498,0.016597176593222778,0.30473809691353987,0.009917613355381135,0.0000029496657606992958,0.03313366283381174,0.9515708550507364,0.8942234315445705,0.000030360379129105078,1.5910827643281315e-10,0.03812392032627106,1.613077676001837e-11,0.935844419797527,0.3363976016297354,0.07324808797554773],[0.4374650941533334,0.1373496092233576,0.0035125266727696765,0.003557713300690231,4.1967224579136176e-10,0.2886066181658662,0.47013208138606555,0.013789351083701235,0.2623251494972604,0.024823448067763907,0.00004343043210643444,2.578897066051252e-8,0.3709320701404046,0.6781100630528025,0.4790284307384232,0.43344825007393756,3.013953536768927e-12,0.0001636999455633228,7.002186201506358e-7,0.39584525143229327,0.009371615593424637,0.00034047845623904553,0.015078074038329952,0.3549444844376835,0.009886637790269421,0.34229946715361526,0.9526510412567241,0.0005027503686726573,0.016357905626532984,2.0175759721026507e-7,0.000252588829095325,0.7155336105223217,0.000046999813774605964,0.9072952141685475,0.4457012357761929,0.00026108501856599026,0.07539045027116846,0.34933821896773315,0.23147122485560295,0.0013044409907641593,0.1290911738805831,0.7656064583051205,0.7288034887410065,0.0005530341950377847,2.9171166420632347e-8,0.3459770380557106,2.6667433859248067e-11,0.8082688859879931,0.30084070728890905,0.12311359649419343],[0.6245322952133515,0.6170966193189743,0.6832132455982982,0.5264078148063792,0.5339635580492974,0.5606656722188345,0.48674222971241554,0.761185097404027,0.6032247401750703,0.2914300926787609,0.7657768154248122,0.020167573253209423,0.026319136284114662,0.5359239052469109,0.7410622066561878,0.0949234249029094,0.2886133390302264,0.2099699319267871,0.14394489739831184,0.798619019115519,0.5708654265605881,0.4051796382585847,0.6815183057316284,0.2346265749014778,0.21513423701542428,0.64968052186897,0.3470936118186621,0.6032696546285353,0.0007814169215270168,0.8203032432880375,0.6435537035119456,0.19989323905133088,0.6373972663575447,0.25189483740062996,0.5422321250866037,0.598165017960463,0.2064715866629324,0.023936173890451735,0.6248741540649858,0.382444173736156,0.18386396598727053,0.6580781708776487,0.06423540937018986,0.7933667891008058,0.5422189186820016,0.03923958621127832,0.7435284418950395,0.6871224658303983,0.6903392318236915,0.009987786313713472],[0.39465521990417396,0.4442932223256379,0.029396012691651853,0.3436688672221276,0.8311789958505917,0.8395754486454398,0.584381330726393,0.0541506185036257,0.8093614828982008,0.43385403220806895,0.0003704348477065264,0.812533138627349,0.20937987847535408,0.2736396353829788,0.5215684003062006,0.226439328186051,0.4880860897799105,0.5500787938363105,0.519859842447931,0.6980099772203732,0.714394607093195,0.2946646807044013,0.6366839187492803,0.7495797450269771,0.7995101473181699,0.7858682871261821,0.5757848449446771,0.6699443053566934,0.031404990449879114,0.1260602920564483,0.3953830196027616,0.10583634004121571,0.8372210716493391,0.31515426417412634,0.2672869024233933,0.416611771927534,0.515269096302102,0.5550516740815463,0.48603130929491234,0.7342945030756882,0.5804402542993442,0.5906331804241794,0.000018905954300270163,0.7555071535346078,0.5676382597470313,0.008006029759241919,0.7911909380615214,0.8140593426032611,0.03733066168833793,0.011608917267496754],[0.2929773861477439,0.5820197736441518,0.4184221103920379,0.22049050370934836,0.5414221836617666,0.6855303720556861,0.47833232455963226,0.019154942829748226,0.6508690042484091,0.11728972323182174,0.004867947298126205,0.49328260954401343,0.26743547014370594,0.23687944144170575,0.671036587103597,0.004519245213658603,0.40887101290475325,0.5222144199855979,0.4187815042233537,0.6418772829348607,0.4872360213879688,0.3219914734756864,0.571611162604266,0.5282156705705419,0.5452353021823338,0.5082519967591964,0.4440815706243259,0.6088176468546586,0.030185099097078696,0.27375908243601954,0.30124241088432574,0.5359822463416939,0.6973632796753956,0.5483325742483709,0.41162313619026,0.4935488498204296,0.4825851919234505,0.5438261929338062,0.48971283046539804,0.5000463075770308,0.5383055876220714,0.6285484583704418,0.0024334800100164183,0.4780119859563418,0.5840253626414561,0.09411232874380641,0.6692650860539789,0.8696910551746614,0.3072976102494292,0.025378518142427992],[0.31511906506331006,0.42166845467161157,0.014141005724354463,0.6535418359144858,0.5303148800451095,0.4248635113768047,0.5904733958477265,0.5102339893680173,0.0023721807030532985,0.2546568379001816,0.20805601079180414,0.9106401873757043,0.10079154655423225,0.19476916411094186,0.8015995183604151,0.5354492278434767,0.15535230694650426,0.30403877873696583,0.06898202959686803,0.026996307555926337,0.0071181545175347995,0.48667489059183433,0.028248557854485264,0.29431769215651904,0.7086430217830261,0.3122789347877065,0.5451006228314164,0.42748640107776814,0.5311076240009306,0.9325992854080136,0.49086591685597236,0.6396298227008939,0.3097713141480776,0.28877086520567136,0.3485399405033542,0.8646250524267444,0.566582394534424,0.5542552436839736,0.17552234654966947,0.7465759871932521,0.31406825291892426,0.3842383187444554,0.2451696903836142,0.34322783762319975,0.5236687135352742,0.011561388218437479,0.6626753381310713,0.10969048106589782,0.6134422547563508,0.686882199757643],[0.13014587942521477,0.4113426246719476,0.8260245254963965,0.5389813598346563,0.6304505599869549,0.484982329826141,0.802311841718,0.3470958790061078,0.0002345099142686827,0.17480279523672662,0.084335111557357,0.5709031339676501,0.0681179977975683,0.895841503839908,0.6853256855878894,0.24862956570819336,0.09315549488369268,0.8640247856421904,0.029786439669226325,0.00491657391626597,0.007780415255640098,0.4776578377740406,0.7207620767221161,0.02808441688638692,0.13131142233601792,0.0017028690673255985,0.511754234185438,0.43225020572293443,0.6991034486626087,0.006862618832848181,0.31510996548134385,0.833164391322804,0.706790127917771,0.6331466398323367,0.5305436992775908,0.8043907155164196,0.7595146420918761,0.6993288463600262,0.8025645587096859,0.7149246010182643,0.511848563783225,0.5681828814919511,0.9319166518247286,0.5836491904747431,0.44489388368396704,0.008741475590355607,0.848202253405303,0.3600964352005543,0.3468515710964158,0.7024031477579339],[0.2817068694889542,0.35275282023454274,0.858566110373272,0.6827472726858163,0.2607847214678492,0.5888804801212854,0.2767835261507469,0.8380192997079222,0.008343465727434184,0.03706462182057641,0.5971137959648878,0.7606038759280946,0.22297999084086373,0.3060272605565199,0.7967764484331741,0.686827110436759,0.30759632486726524,0.17704027167066283,0.12333390413946275,0.0005672103045634833,0.016365047361143765,0.8137875463279676,0.4889545895655078,0.1534459415981924,0.35552318227572477,0.025686543912246937,0.7584971792213452,0.7254891814044183,0.29379109076810567,0.2405502502664278,0.7952943161364043,0.5708735380789643,0.508941954633551,0.7448334011184533,0.24789265601585636,0.7673405244301494,0.561271009796807,0.7347865226551092,0.2528294262201979,0.8583708716649108,0.23969608477548857,0.7084618891499578,0.04147646549753841,0.4866014166106998,0.8235213922529965,0.3633942485152223,0.2047826779734565,0.47840570100388796,0.6867444692959367,0.8130700927819459],[0.000017069339802969886,0.11223476629832439,0.00020663156720963517,0.3181790389279738,0.033969617793578474,0.24931741681962175,0.00014103184166487079,0.001411152244362848,0.39501716023413835,0.011713127955878855,0.008793683128276223,0.6083619446257864,0.037334131736618294,0.3558310701889666,0.27599997236644624,0.5483742548735492,0.15930620822055155,0.17697595162815757,0.1175791682591662,0.5312464003638855,0.00004842295495420067,0.000004460095412241935,0.6119438830444505,0.010053411255487775,0.7574049752007223,0.6675665689818132,0.8749191358360547,0.000007244742125750195,0.002856136837799087,0.531521880888365,0.7602298285414473,0.6614002513360037,0.008473264274080327,0.0068929388414172305,0.00012282371029602055,0.0016956138776241837,0.0007234800371814677,0.00016520878562171142,0.666863582247668,0.0002058787432614151,0.0004108226402451395,0.8661753182938736,0.6363813985969657,0.000034900637282749244,0.10523807451937069,0.45920965737414143,6.919039664822472e-12,0.9248825498049642,0.3917295198070534,0.5976701627879668],[0.0000053502652735046825,0.000022318984547439678,0.000017547168951716966,0.0014625669945352417,0.02920137426216248,0.22011896895720423,0.4020813289142431,0.07726638057547587,0.06550428897665024,0.36971923372807003,0.00008723997389596735,0.017234718935279697,0.32806497319978645,0.000347111947465103,0.002217190341188258,0.23810127287087038,0.14709055417366798,0.010049715155358714,0.003762440540510884,0.3913970183859961,0.01242824415099842,0.013890640974468455,0.570761556863373,0.24980442360101773,0.7864017653542588,0.48626483677858534,0.7188800149553235,0.005502145929083331,0.5768724142336563,0.31125069195600125,0.5594139505402785,0.3218311434600129,0.000017438933697749,0.4037921453105218,0.12166718005246621,0.38663269441026804,0.016348632714556117,0.21167978213439032,0.4096282918313737,0.005659180731442137,0.5559867973881548,0.2999679401218119,0.8443894565468363,0.000012903899997693955,0.04596658710198156,0.5003398824459623,2.040050102305297e-11,0.35569752818882683,0.5104446150271281,0.4579670565314783],[0.00002323568006777891,0.00018963462067988403,0.0000017246831916025224,0.0046777369348229994,0.0008872589357890502,0.11941136356403459,0.06469844815800517,0.1270345385336466,0.28340635278628074,0.010544163335704975,0.03158856965196807,0.5016697370600723,0.29814322325432824,0.036469338708459545,0.0016619558183844953,0.41720734905053164,0.2668236707313427,0.0003313459391985221,0.15196344719990093,0.3444148430288596,0.0004762521567714884,0.003358534829363476,0.5844208026182269,0.04251478983551437,0.8020832418188114,0.5713294518653202,0.9320283530129123,0.00003266792583598229,0.16443530701542688,0.3688550720862633,0.5941686481954117,0.7433287402468729,0.00010922834595074161,0.46904373996104193,0.05481117370070711,0.34530049999559337,0.006580480924500508,0.08116059390295137,0.8514325052682999,0.03704009464883613,0.4774390530134189,0.5328192687389633,0.22746161555180633,0.000005950467299505575,0.04753288014818265,0.16383394741473145,2.2433765111533246e-12,0.9581170723663148,0.3216567564839331,0.5551757585993665],[0.000009964594852520248,0.22104591788010916,0.000007041436532292399,0.17761692913263827,1.747203949243295e-11,0.01795047791015314,0.25407273357756127,0.0003549756628799405,0.000007798314616469554,0.5187708853930777,0.6028122265339011,0.25709429625483626,0.49428012896966395,0.360923666839532,0.0000029093373386431826,0.0005153495131833415,0.007095225110300887,0.31836031667424175,0.0031115411679751275,0.43923417445806856,0.2370237841733801,0.1674839815089375,0.5100200271217997,0.00001593956505466767,0.009045472833128065,0.7163501932161765,0.6730123740772861,0.004113699939269073,0.001985861883245966,0.8654465810580245,0.6937668516558823,0.7697144228237809,0.0019312568559534452,0.8618388152812225,0.000003440766300885137,0.7662932839266022,0.33054516778513576,0.0000010409710285115293,0.07252385006880564,0.00001236462894081504,0.7167857973125346,0.7994267483408365,0.8433639352876376,0.5082368777808526,0.42959849845529263,0.5519655434094456,0.000021676614297766762,0.8818584749957183,8.18739588706275e-8,0.6810181246186253],[0.00046751266091243893,0.5509266747434479,0.11935696654403516,0.7164641073930526,0.0006425564218659521,0.8007952889445145,0.9036039731783995,0.7054303720317113,0.037860787704330774,0.5075822341894201,0.6133854999515247,0.26642518573780294,0.4614417443138513,0.46913270535184376,0.07401197799231507,0.42579329033040536,0.12955832219868835,0.7624660158336526,0.7195954830086494,0.20490234974821675,0.7479172687929587,0.4048357387856056,0.32498383673677167,0.06261884204865091,0.14379300305881923,0.8947839472724759,0.3430236591674464,0.6790260129449006,0.5135008603642639,0.5119900583677206,0.7100814516427357,0.7482575652345894,0.28260086984612426,0.7964434885547459,0.1684128979627734,0.792261562556976,0.5289876124728123,0.0140084632814443,0.10466172539230671,0.0018614270914120957,0.5900536223554559,0.06822400944976012,0.1750325095725717,0.6050813695618215,0.3208306605393764,0.7496795365056024,0.34931241999509177,0.6393196003052399,0.6028508699218601,0.7296957625474786],[0.0003506132461006624,0.869260382342999,0.010404659319708017,0.9045551072901972,0.0002211911204216016,0.8164333441040272,0.5391588301574927,0.0872587472051088,0.02308110364107548,0.7932865047773107,0.46063522906029225,0.4302524478011839,0.5129692801869599,0.8012079554224059,0.027158541980906916,0.14727356358564067,0.266482435267645,0.5882821265302666,0.7845562416324139,0.18889011029384287,0.7965062765037242,0.39478817317803583,0.43880426167882963,0.006279430608876278,0.25944975730119707,0.5952952833280837,0.51052230895021,0.6407636462919682,0.13206644522922015,0.6724234119753407,0.6206806878073309,0.8477682567948225,0.3520336085415289,0.547550695782691,0.1556655146019547,0.8644597456765357,0.89854452175234,0.0046779947983721076,0.05012369376632355,0.002660555459988692,0.7223808410666118,0.4283567239249701,0.4248592788536213,0.6929799035557684,0.4506066416895007,0.5631112960359139,0.6944351914546901,0.5254764901203037,0.01946816121748739,0.7369266958768211],[0.000039961430356111396,0.35085596995283114,0.000006918301936423312,0.37954284029025354,5.8957361084653044e-8,0.17534087811877588,0.06966999202746774,0.018489444466754244,0.00019054458760457864,0.535449515970082,0.46577325648338747,0.059176134947325265,0.4101399503818452,0.4663797397390754,0.00024194162641709728,0.0008452143467442856,0.00146652377443889,0.18528124245143984,0.04772145526660438,0.4673748364343687,0.2641579781861853,0.028655463092612538,0.14012711641069986,0.1306121265401974,0.02346731183204741,0.7459868232888458,0.19945141494178628,0.012368046161517357,0.12479420274702346,0.6775729402016767,0.5102990101301222,0.8079877571864448,0.03649868479534562,0.9034299713399205,0.00003059341863905647,0.6739315666634571,0.0882534340465101,0.00009011363907073697,0.396382922517496,0.0000035110937106950257,0.8921589345418712,0.8788649751019231,0.5184044915716025,0.28358386044551537,0.10020766476294919,0.5031570594971764,0.000038133523623929666,0.8714575741882219,0.000139304620882293,0.5000193183148576],[0.014882714276946004,0.001218259595574904,0.000010169857896225065,0.46843340209929835,5.0686057903901075e-9,0.000006672126483215559,0.0028891204246064743,0.0053344864496261595,0.3710805246360345,0.0004016748648659045,0.2177534760158023,0.00005208624458338975,0.0001002350040265985,0.4666434247059913,0.15782846746027687,0.7172109112908301,8.298394606349264e-7,0.02440689369038494,0.2241977480339966,0.06213799566821548,0.3808614889192965,0.00002823922330787437,0.20888157758823256,0.4650657401966992,0.33204181404273186,0.5343401520202711,0.41761279303746895,0.37964654651090535,0.0006268688662005848,0.0008232603993522965,0.15185647508002326,0.9142496565354621,0.000004182662857660545,0.8407017080444457,0.0004262527667515113,0.3678175538634322,0.011810380872214652,0.5245448358688379,0.00003763788477030101,0.35021618667646576,0.5269088537126103,0.9283864932045238,0.8287224661191713,0.0002579468066794341,4.3617701669600544e-7,0.20657211953791502,7.04818370448054e-8,0.9203691910269223,0.34094377163421374,0.000004321376068348396],[0.08768304122738571,0.001869875478786078,0.000006495219280701885,0.4427940843766743,8.125600268232547e-9,0.0000010027386715382572,0.010179702900263507,0.0032608185922722876,0.2774734070342804,0.0005457908206938327,0.11942720626736097,0.00019899449895453744,0.00007097467210296772,0.8612834600216981,0.05736880909777233,0.8909008412619146,6.368281496048519e-8,0.011593887488426855,0.044227026050128286,0.06561178736117108,0.3232231067460955,0.00005119970165504712,0.16414077162128635,0.25166149728621534,0.10208012647934313,0.5504197038185419,0.7691533052399924,0.3012713821521165,0.0024418202785966695,0.005126286039341927,0.11763428271523262,0.9279738947584614,0.0000033632472579546655,0.8886334282649999,0.0012960192570566028,0.3271370641031739,0.006086607013687699,0.23558808168978432,0.00008327687993726114,0.1763032088534307,0.24740234295067623,0.7527774397354251,0.8400037390295075,0.00048339161001781535,8.96456274009521e-8,0.48393399588392144,1.572871488951784e-7,0.8532342880761418,0.3953759997244586,0.000022660438283416727],[0.0019734048618813703,0.08681627486082884,0.03285194582517518,0.39722650465111764,0.005234539054334404,0.9503718859840993,0.8795430600722256,0.6413776510027246,0.376638444219606,0.9095361209178631,0.027318653734643705,0.05730573136151881,0.8978248699679096,0.00771356819408685,0.611064912360851,0.2603232875459679,0.23364756700800166,0.5555850186595658,0.08428001166182406,0.40671245548373836,0.3962457635458811,0.4530127205244729,0.20224387389676238,0.45151863079491306,0.9116976014795386,0.603642322203702,0.000731748800683655,0.0012604728818117923,0.936333078269437,0.42649313931248045,0.7160522699108158,0.00031551857148620784,0.15865696428668744,0.005051553200226851,0.1397346160992917,0.20065020614990528,0.15754131315229586,0.5242133326463757,0.6759785193180833,0.19392617478701116,0.15827796264562366,0.7924589739493527,0.35582501170622916,0.41546904340257973,0.5224252635114047,0.5292945997670223,0.061169307047591666,0.00035212956070198963,0.8919857612761289,0.5665646002895603],[0.035455273056738776,0.1535193425284819,0.006634701981111081,0.2884377025433475,0.0020590342793484753,0.5385516746468076,0.02094478883401067,0.4245919447981932,0.5899323924520016,0.4822007432174011,0.25575285219440164,0.04109127805227121,0.8196925838629755,0.14425038354352457,0.7066699650786508,0.35474145406999835,0.024717165480784512,0.0035512714095857025,0.0430490663761393,0.4493556472503259,0.20735625137031555,0.1783112845399387,0.01309344747961584,0.646601637277259,0.8170860821115968,0.24760549338584847,0.0032713454238362857,0.00019741324722515996,0.7168673589543879,0.4391183749863506,0.35084121839951604,0.09089095884087439,0.6706965434564331,0.2031422389920591,0.4700113967160946,0.1797707634794096,0.4329813309108818,0.3926032086078915,0.7458905891949285,0.019362987263945267,0.3743229863203097,0.5516746343068974,0.07744925881771611,0.2881310554132508,0.5011512088443402,0.2991199220863741,0.19351993707981813,0.09592993219713714,0.7271315974682154,0.2877020039629122],[0.02286391887878698,0.018362101008200717,0.6911698310195221,0.0014443386681711862,0.8079313288404748,0.9610479185804013,0.40508569641340825,0.8274030118034109,0.22073055884278375,0.7473027319677801,0.26753586513393146,0.10810840587025225,0.769254460053615,0.02522478733203779,0.6561686276221286,0.00031957959152268105,0.6703467383173175,0.8242224525694588,0.3750016324152538,0.5504412712006036,0.018104359847113023,0.6742996038449169,0.3425822013502591,0.0627052085741339,0.5461726520770384,0.6350751181219148,0.003589113946526097,0.053573727689509486,0.7176841026393466,0.010162624331992455,0.0031230575896931917,0.0030538422344157565,0.029819628827186487,0.4554550169489711,0.5453272396735512,0.4119851971568745,0.5724250747713093,0.26374698890495085,0.02174543346066833,0.021587672760284872,0.5177589753476699,0.7005941257429131,0.7927900463728158,0.29456130177772444,0.017163052885544264,0.8536150162176537,0.07628269113389621,0.009207556612909413,0.8682293986336039,0.7006595215015484],[0.7383447625014562,0.16405568245167504,0.5191230214714944,0.002244858814648707,0.5914526653885869,0.43923280577204976,0.0038395644781464735,0.5766006968378244,0.2966407632073565,0.07654462819536659,0.7480061413672744,0.010372638015777935,0.8117978534439516,0.3097337774399916,0.6420217401213881,0.0029649491515138294,0.03291991261385902,0.05684531321626171,0.193435716003571,0.2645334315272069,0.013842518855441044,0.3857757464756099,0.02260514298393836,0.461330043787859,0.6704728892134655,0.4839100133543773,0.000586460256148121,0.02464503961920441,0.07779990780996109,0.0029996906005894074,0.0009143102122551305,0.17220086720190492,0.21266998458756742,0.8214848655423131,0.4103569235619711,0.7791236211774436,0.4382099848141028,0.15406490351865498,0.02468725976657488,0.005983507600760408,0.5993016757264926,0.8474582315940205,0.3122467890622974,0.4159816480948825,0.09717369925406733,0.5344416183438973,0.14577144857735588,0.47471374995704885,0.6679111157922013,0.726797817208658],[0.43927424253298153,0.05335918488032589,0.5524405610708444,0.000029537966890923363,0.7637297163855308,0.7041824727883944,0.9640229768128006,0.1037237496081923,0.45923373034112536,0.8910746664381319,0.8334689162519827,0.6217798951649889,0.8369531530228387,0.04207950305994108,0.6041571899901116,0.500777358301064,0.7201122652139137,0.1638143881307258,0.002668637726703972,0.7049080195359975,0.4393838235411259,0.9012463186512889,0.0014123460985660647,0.45645614889838837,0.5105352563120424,0.18138935328547667,0.4287536810963914,0.5630256649329917,0.8524910157287562,0.02443878193906925,0.7686794108052246,0.8750631768676774,0.7548299277468508,0.27074467503763433,0.6428799954942184,0.8527660249795209,0.8931237091544064,0.9466894799884455,0.8368963387392983,0.5911734834148182,0.7400058178187626,0.6161224814633303,0.8425112228770427,0.0002676774804940426,0.6259916655142757,0.003955480456516537,0.8866821133787277,0.20014076684953463,0.664876275700305,0.8334107246058475],[0.5602493063867178,0.0009903659429300808,0.6479871348071344,0.000001049590562870591,0.9020141283656212,0.41301866128242176,0.6543008137813469,0.030529785165598473,0.6381666897930367,0.35589731819092696,0.9592499593528326,0.1555436538455494,0.6181192446863971,0.10362252127751959,0.9175513557958738,0.4521527099723877,0.03452042225574582,0.007484532446067162,0.00039225689939730935,0.4751090236467806,0.040010686927494044,0.6519533489078208,0.00003545081891526994,0.48343471278580646,0.2762727434878501,0.5133143611880409,0.019968458750122483,0.24740131009627417,0.6991004195460502,0.005475079321645271,0.31182559949542654,0.8374929161617,0.7534588201589058,0.7578275542527626,0.7058908556215054,0.3963180475353823,0.8725686908861832,0.7945660400674762,0.8066349886899601,0.12594343730175822,0.41260042735004104,0.8469937815695798,0.6544807974041466,0.00003808595089534805,0.74176744022,0.0003688494799180048,0.28179776696076786,0.23267441595828162,0.07202362646869394,0.29054027085915024],[0.6132769709900492,0.049620672225438145,0.5168639373294016,0.00008283467012896355,0.5561361768977084,0.3791401738123623,0.5822885426296706,0.42306133724595896,0.48496343009546455,0.6328629972541083,0.8067883770418226,0.0667844777068894,0.5601053206035154,0.4130391919597079,0.45794522547630895,0.4113298744567125,0.02649363189973634,0.009780427656520868,0.0023397073043560706,0.0744696471407026,0.05723436931427399,0.8645144966318627,0.0012227829479073437,0.48215142934755145,0.3424942996599735,0.5489310895847807,0.0068430308865014226,0.12184328433883007,0.5113095294737805,0.005460306552981958,0.15138804736517966,0.7051329475538872,0.593512488465509,0.8114211406388145,0.76820544332301,0.6345866700336661,0.7149785577900941,0.5304844822876453,0.7133669515711051,0.1311052258958625,0.6587648501645726,0.5332348880261618,0.32438111676279974,0.0062637148654163316,0.7094011765216022,0.002017326871936221,0.30236273139859793,0.148417767391693,0.11043061787222126,0.11756985121068055],[0.03175796846497589,0.022321248523911374,0.4112722761847324,0.0008191026530658529,0.8130967974384432,0.9365061196116286,0.9645232167560643,0.708201089243962,0.14721909691621768,0.7583930208650215,0.38084433748034924,0.2891399855044201,0.8853809101847688,0.034557564568852235,0.38427371631068036,0.3422335251947268,0.7243912928203711,0.283978645998709,0.004693836437382945,0.22784092933268088,0.13486286588020582,0.8357033419750394,0.07995025763218368,0.23895861836115118,0.532105449276608,0.7526115490833267,0.09962447521867882,0.47807778783065036,0.9596145198127896,0.01844103552607109,0.3390217505891472,0.14530598754139235,0.1911936730115865,0.06298209975812104,0.3319545179398111,0.17955858176031195,0.769447329925273,0.6225020121176332,0.559619354588253,0.39279316907033485,0.5566750503562904,0.7604853881529661,0.7340943499308511,0.0009821246945895046,0.7558426068175559,0.05797367686874325,0.07805645589799741,0.10942998827455742,0.2988301165820868,0.4432703046680094],[0.641147534635577,0.004778032725954828,0.798430267666219,0.00002985839714887061,0.9000045036242215,0.5174139540260314,0.9638060155740416,0.10738848351806173,0.4115023173689118,0.747158568884533,0.9454040607895233,0.8284062067039092,0.25699968073275115,0.026212026128396015,0.2589082009484967,0.7403344800960426,0.21956466015081583,0.010809651523228754,0.05252855051828719,0.8767925874456363,0.546622675039106,0.6167299405476901,0.002166112011837334,0.49763526885540005,0.6904798580498879,0.13342573435967897,0.5425850025162945,0.6465889344185816,0.5227552842849252,0.12154189635118892,0.9317340186703654,0.8729106342709445,0.4032481289090146,0.3212686765482481,0.8069125971396278,0.7444714848908845,0.5554202054896709,0.7443790026213328,0.5732051168862778,0.9489793997997041,0.689283402790797,0.33978934612638645,0.8743920488115215,0.0001669433606256107,0.7081567469434594,0.04007540489924284,0.7703007046874462,0.3579948312028136,0.7528208205978616,0.5676247992151775],[0.35090832827106644,0.00008328174299386225,0.4845270130401061,0.000004423109750704912,0.9313005446105034,0.519725403012427,0.7343517165610822,0.03228363789147914,0.5004289095864615,0.473755807425126,0.9702034492136618,0.16153053555925853,0.2484953992409496,0.012199105260367434,0.8706678502668485,0.7225624522834475,0.0266787761033387,0.00043471346943483707,0.0014313428466129479,0.8538731823526344,0.10216264073550027,0.5420757386031512,0.00000489794031548577,0.5378669718454968,0.48767444425638695,0.26044022385723736,0.0036962292558186355,0.1560565355195602,0.5716472953715174,0.010046248674171152,0.33517370982810946,0.8545173404607197,0.2994770181309663,0.9247978275185611,0.8600061389663635,0.40802226350259463,0.5497585532253588,0.6296126647941096,0.6483603467647229,0.4863172920627987,0.4052205652255003,0.8189647299781521,0.7113304834396025,0.00020426825401216502,0.5680626838141761,0.0005941806818852057,0.4696219977589702,0.6622398032159446,0.19938170096437197,0.2243238859176271],[0.30440048283280846,0.01736069945931462,0.5334356415142674,0.0008874578566847198,0.6931460767923336,0.4129524600370776,0.4494666227340949,0.21718504325431698,0.37975468535160317,0.42806655699760937,0.9181265404554145,0.09164853317194015,0.3064152447180681,0.06242846301811166,0.5480898943293402,0.5678831241674785,0.01908052918741647,0.0005679742476276064,0.01588432646443552,0.5132147004049477,0.19854237799080682,0.50021679610691,0.0012529735600274464,0.5537561640528854,0.6922273915433553,0.1445268181929179,0.006348464798535517,0.11943054181762654,0.4935549656604547,0.004454622633239192,0.12536845244965233,0.612620237527949,0.1801020772073721,0.914123622381585,0.8607856840975436,0.5796122457536426,0.6731472723306285,0.08426591951357325,0.598734814845791,0.1868760090129097,0.37568652313652523,0.42642027816000133,0.5961790223121441,0.003358234869791721,0.48054127609129715,0.004241871159156552,0.4104633624418897,0.3708224862480326,0.6139544471012935,0.08367980171549232],[0.10831164053429203,0.00663405610007756,0.5542307222116353,0.0027866001334641145,0.7441158456719622,0.9429732886872176,0.9324509796170264,0.16285531782238977,0.16609994246386064,0.6796623668866371,0.5297112680257928,0.15277148153683498,0.4537552803453828,0.025803690040688106,0.21290127010941523,0.5689456891304067,0.20205037144844243,0.10734968691714403,0.056044156717565824,0.746758326349691,0.36008886225039444,0.783830636057798,0.07741715645762996,0.42588612868861214,0.547281807151902,0.6436658723461891,0.031707028401331806,0.32439278375983976,0.7770316844811254,0.014875692856236506,0.6740115516936729,0.18005374507950003,0.07973977486002568,0.28363357201439693,0.44326617582113487,0.2090870513702716,0.6788228071386708,0.28563341346716775,0.26795509583066923,0.8038846703640139,0.2908930166788428,0.7760083511341398,0.9220676075176114,0.002388733069669236,0.3757684965390752,0.05067138574486447,0.08841524842626806,0.13007316144606726,0.7588193701284518,0.39498916162285597],[0.40267997877776524,0.12808975663857436,0.479897299825987,0.1021042042821506,0.5442513417496205,0.04050633478015541,0.09892706300699322,0.17584444598647692,0.757163622988279,0.023844522923217936,0.8143758400180701,0.0017210665179203802,0.5625513097243233,0.4248901035563944,0.5932776322346037,0.2869756262472512,0.004109968288769847,0.3681267094793518,0.028180504570826263,0.405269534204471,0.2669074957396357,0.5410548894434055,0.05644676119253381,0.662235912733351,0.1908073362848455,0.7373548030713284,0.0005851566594418403,0.01779831400636399,0.4274119484894061,0.32145830525686453,0.00011223310643305122,0.6366513031092845,0.0380453033542207,0.8014389002114989,0.7451121881651906,0.3187309839627106,0.25984209130840386,0.09309357650472094,0.5834377885864962,0.040803405690926116,0.8472212210190284,0.06126221616096449,0.003313355147364231,0.1733065136016388,0.6219748948495399,0.48467452468127054,0.005639830195081574,0.8098054353590454,0.50836349734237,0.4545295635719213],[0.4560016752679897,0.1630032076958204,0.09854076213915501,0.10821945365550877,0.718925154628063,0.020827188510371724,0.2638565529356484,0.19409318493392183,0.12397641989338354,0.1734200218751025,0.8834302790787711,0.04056736417787996,0.4306456625467539,0.5681958742399035,0.8469126484276427,0.5232600517401028,0.026622638750413548,0.2391538703774254,0.15043629090181426,0.46191947225458146,0.27336895985556037,0.1816437025710164,0.20077880709518975,0.5734548485602639,0.38471617533961056,0.5950879710852892,0.0012815086731590155,0.023842789878930692,0.2898840025344635,0.34987373654493586,0.006774879315389821,0.6595292272068876,0.06356691814004067,0.863145004068413,0.36718736222206116,0.16057364127716148,0.3932389767588915,0.022580381370475036,0.09030362418698676,0.10162251889308013,0.5293809907031017,0.10724302203010354,0.022995130922731147,0.18379461722456236,0.6591111854149847,0.35659595303169017,0.009464917048969748,0.6560204050820656,0.549145379609124,0.5159414412383857],[0.7143811559997783,0.669927027275808,0.4795326622115097,0.43504027471707946,0.7230556404861057,0.04399338601255034,0.13742773647796433,0.02055268235173291,0.6601361141903055,0.01636826265292634,0.6076784387460066,0.15693751727709265,0.7291541411747747,0.3231501189044409,0.6050305878111203,0.5677002955571614,0.5209215072820055,0.66490770727772,0.6356730468315727,0.7006211892203236,0.5230977784902257,0.6446098619866102,0.7654739321181054,0.5143108721532726,0.4706350723728466,0.7559209531174119,0.02061428683348919,0.82403547541706,0.737975389538268,0.2121651409231754,0.029145312995642294,0.39486494118670196,0.007753710003633373,0.34403648144540994,0.3035942087230971,0.8414721733123124,0.5195207740759025,0.4901553915700503,0.35369314923851425,0.10580577871422825,0.4610736281048724,0.0671030791981678,0.001097383114668809,0.3709710650366111,0.40150186911164504,0.7572126245081178,0.7349262976611284,0.2637456815368436,0.7129731282751541,0.6925323488543175],[0.6120345453573066,0.629434118980223,0.306954500907142,0.000007715863370400473,0.38461765974894824,0.9861493780207322,6.645987122966114e-7,0.5507321086700901,0.09686754774721036,0.015662085847931242,0.00024145672726754987,0.891964662154103,0.7186980050191824,0.7791953745005201,0.9258384774876223,0.8788198871792123,0.7022987297553619,0.000035284124096149985,0.15811550952774345,0.0004484443441918163,0.40769748063026545,0.008508411854936124,0.28645200147080147,0.23269754628729986,0.04487577215145637,0.6757756105909759,0.7914326971573599,0.843429862921376,0.07923194354374961,0.5541313235084006,0.09949675164940296,0.0000466463741142679,0.9393278671247083,0.3427302854953462,0.9119183244061265,0.2552547212467891,0.0028456839090355212,0.000035275041213729326,0.9864934870854372,0.761577727655818,0.0987705827257132,0.6820163334836042,0.7246756591224026,0.150196502551768,0.003648028189054931,0.31331794542561814,0.045015879179375926,0.001166844692518136,0.8626213695525033,0.4047835808218921],[0.00034323838765567335,0.7408460194126022,0.0710240341965842,0.0001206770724931251,0.01277223309569646,0.8919436244934917,0.006403497184001121,0.3491739163770101,0.008292260573633681,0.7208064600905746,0.000004437797198508848,0.6217233239425617,0.6997906079320129,0.7153977608631685,0.6610902085208066,0.711386521777738,0.7435447928177447,0.0073422647673558215,0.12563828089079102,0.0016499056456286438,0.29163308575818214,0.001754212969024708,0.41421165122577513,0.7449957832854465,0.28541120476997694,0.8691288997445898,0.6386906657646433,0.6724487289828782,0.003639971101794183,0.0029894947228154565,0.03937595555381945,0.0001386779918032702,0.6729198787242562,0.7202181689313392,0.36208137097240256,0.44906395032583774,0.6581470223607535,0.0011605896689581984,0.7674695407728006,0.4714087645909189,0.0005285679154776706,0.7297298800905317,0.715648033558452,0.2650680478533139,0.0029706331861527355,0.37423700647845515,0.0034221385499270123,0.007184859563023314,0.48680753103115465,0.00003583584352433729],[0.09598759655491135,0.002051169799843643,0.0008800784143450619,0.0715475781428186,0.00000647365283700199,0.3287137311313554,0.05683756654087304,0.4585043074730052,0.27218135383639686,0.2374135636910038,0.2862596222640229,0.1142779199863296,0.03973706038736709,0.6002904432148869,0.35732276298928767,0.7071403002009704,0.002369686394875985,0.0031640439521413988,0.000010003083332718165,0.05687954775907023,0.000023691312804782653,0.011359081649395992,0.019670817886064864,0.18796774582850762,0.04469811865487841,0.8420708342995746,0.38318902332852584,0.006439362352014937,0.03343992825404962,0.4831638089149681,0.2830414043216584,0.04944686536111886,0.012242340664872273,0.748065280339467,0.2705023551787689,0.5453946681188443,0.11252604550224063,0.00044594318451773705,0.8334750643109723,0.02237288658647367,0.32948414219872485,0.3204136869655813,0.9655451319633492,0.0003181106353811766,0.17634741310079222,0.2302081078465858,7.115093533260334e-11,0.7145195177082355,0.3561731157992063,0.2524404199058679],[0.15222266559943035,0.013418930533630892,0.06697147747855536,0.009207586345678427,0.0031463572113470074,0.6761545310023616,0.05953045133351551,0.43833858907019996,0.45906899327485384,0.44282774129259145,0.11443521899728053,0.06401567573583433,0.8483405717595023,0.38795774434719904,0.8643618504731465,0.8268798649932045,0.13270880269710514,0.01796156955194467,0.0003044592949895151,0.023512428107910977,0.006539360542362675,0.31121739575237456,0.0011165857008649913,0.42774755446667473,0.267907910348957,0.6444570060060597,0.017223484104584876,0.05334747936586864,0.026227392668206482,0.29168061739671947,0.009569343985705761,0.018956092260974746,0.3496277978176625,0.8554647246889492,0.7352429149871503,0.7732674933805094,0.2545653869897161,0.0037520225363278314,0.521000503101791,0.16975518675034387,0.28377666592170264,0.454229625368814,0.5180953433546429,0.014494023040485566,0.7408591174427418,0.11449214854721323,0.00004788311419464143,0.39970991286278945,0.4939176954621967,0.03303524322152175],[0.32264807081451474,0.3130190593542759,0.009841344581869475,0.06430998253768669,0.009440974184309479,0.9519820356468722,0.4514571260334946,0.6485220787560713,0.8136792622042139,0.46124392254746605,0.21924164128818607,0.7398505559554367,0.705534645555781,0.5161904833672145,0.9106805573558111,0.8077246646020309,0.5744160668047213,0.4081296149009373,0.017905432437383084,0.11025596481076173,0.0271944810934935,0.31124469286256656,0.03207921978020157,0.09496580683481987,0.2842471758499012,0.6940081512898225,0.2128019717651917,0.06534967926788783,0.03646764981401181,0.6445693643195941,0.11377480878615116,0.0326656644643213,0.7461363619404483,0.6357185286100682,0.7584609464236429,0.7122565178069841,0.17022896690077305,0.05141631652635173,0.8203272687603493,0.8565493202206232,0.11852464249761731,0.2665608378906009,0.9105189071651829,0.08971690887695193,0.6353103358180942,0.20077251980672217,0.0014660254754962998,0.48655099397262125,0.8389169853914343,0.21528632052660876],[0.23281994293348088,0.6281153042615986,0.3404201584332246,0.1377379093092609,0.00006758409368482632,0.6605063197754304,0.17257292784895434,0.8534164078641103,0.5753469523219582,0.47769161631290347,0.1343856180787987,0.39893565944605286,0.17466814051642393,0.47123717869686216,0.4114264198321109,0.9441121501148371,0.20668280909940165,0.17983015735734892,0.0015829316304145791,0.4870841118169082,0.003426780335194058,0.46295260553524764,0.010670166309520527,0.015469160288944234,0.034734439297367956,0.8454907080861946,0.41452072522698097,0.2988572219702296,0.18787106915644042,0.8088501495103022,0.10201239031912782,0.005278732711480505,0.6656067366212537,0.650799157868529,0.8220148824160469,0.9074919209095196,0.5074913056977899,0.0013593093132168858,0.5679512098427641,0.36676148865515784,0.022796866758738536,0.2436962982392595,0.9362256827290164,0.06578571339284074,0.3237572127128106,0.17843780771242665,0.000004114097924446844,0.3889940902916054,0.648293018515354,0.20980167736471242],[0.5043572238240794,0.6452008857395428,0.14928604899001335,0.4699368538553056,0.00020640955886474106,0.6133060343478964,0.18733058437655675,0.02980215565886898,0.6815378961157293,0.009587071128709362,0.3633955046095477,0.9047383197896112,0.28106007266615063,0.00027611594206458824,0.7057522601850876,0.37936205467926,0.7226139611865726,0.0020871389891882926,0.3054917548756002,0.5183198967310737,0.07757210176551867,0.26802633721146135,0.37730227117028414,0.2857883351325514,0.12395082538565642,0.7772616861475838,0.341092170342601,0.1886778201445935,0.0028272700850641504,0.10474027011883044,0.07120215320488049,0.1470655910827141,0.49173155338677854,0.7875635251557114,0.9450489256334356,0.8483155898318349,0.1296338824621991,0.41718536166299247,0.5395876594752591,0.8357089891720432,0.2668553483247979,0.7074279308730109,0.6438423809047958,0.363463447398495,0.47148271833909494,0.10625523011077366,0.00004721719101013469,0.00413648769948584,0.39633150446352394,0.11080931437950452],[0.5305190438809143,0.5602748414234021,0.2918578822725307,0.282642334482743,0.000495031844493387,0.8721219100047471,0.11684203262648046,0.03196945174369541,0.8356037236633838,0.00024880185287789764,0.3613951060071857,0.5994674149168786,0.23831236781222503,0.0053002941018232864,0.8769085715407526,0.8106905723918602,0.6794676723569013,0.0019941682463902716,0.31730292222422707,0.42061861889224955,0.1453392024192905,0.044185502658645404,0.6984474156289078,0.0761534506901827,0.18276348736995496,0.6768021734080432,0.20207185014971588,0.1486764974662364,0.0014175705879032711,0.1500143971170476,0.020672217012662242,0.22987204175901027,0.7191740616671168,0.7233931426519886,0.9133994945770478,0.7591277895468144,0.004995406981416155,0.5769092709220343,0.8940901171865608,0.7131011278960309,0.4051242118348247,0.8651964416301672,0.8721606516227408,0.4188640359086331,0.6669533557648488,0.2751287773214065,0.00007994126860238092,0.002616125218805208,0.6366816179128644,0.13893240870728912],[0.20206184471334007,0.17814393822827415,0.7550497599998429,0.022183986682378264,0.002002749012147739,0.6779091630281466,0.8592494765784146,0.7502973197371845,0.0036523947561609583,0.14693836417964365,0.7625406562695353,0.0014383451479043003,0.7698941778125024,0.11532707871269392,0.9116186965888019,0.766722273863334,0.12687994064768468,0.5770904214774835,0.1202692361284596,0.00006598321143604563,0.5154735781387761,0.005671217625722034,0.8599722641893646,0.34646361758804556,0.5083071053557512,0.6694119440753263,0.10179926069639972,0.3535363271008874,0.3255614459735711,0.6656829683818465,0.5369655126883757,0.5828586533630253,0.8157670719159303,0.00002057243126414796,0.8697841052041957,0.5062121777283932,0.43722022798245047,0.03937806972445018,0.7279842917951463,0.1713467177681016,0.00014233819773285927,0.5228368683420945,0.08729089927492563,0.056863964243480676,0.21963378838825953,0.1705676151574338,0.3368580608137118,0.0003434271246892268,0.5456261550328628,0.9039009931520295],[0.0000069843777412380315,0.3196624061015071,0.46482321846839647,0.4328167276099941,0.9295399830876889,0.9493564778186637,0.6527474061736537,0.3376950778453912,0.06153672327864285,0.7514636188529221,0.11148349653993643,0.054819689309726,0.6039044892363116,0.06864011281907736,0.031443973943034824,0.23753378489519075,0.4448500830417557,0.8320376641073761,0.10731268734717699,0.00013904488870884686,0.3908176991841064,0.5030052209841616,0.8351593302251098,0.39802386431275294,0.8588915854304763,0.12516894583655364,0.044999867055122086,0.6463662051249114,0.2040211325233409,0.7369948675172896,0.4084973697087472,0.23513344969756209,0.004743745689794306,0.00004332652392173753,0.8571468975300248,0.36635478067920885,0.8952824851145978,0.2029957492573836,0.009826555299096245,0.32542156158745816,0.0005950010334071403,0.751797146801439,0.9607718714254173,0.42634118124218323,0.7183215984998629,0.4625499285607935,0.282116791271948,0.00454359945482899,0.7586445491104195,0.7642981046909026],[0.013338965874059867,0.1843855515453722,0.002390736689254409,0.4588124692566677,0.5334622851757131,0.2588155411992339,0.0000015093538758279878,0.28549537416611104,0.0026069442250969627,0.04731653188650725,0.6130202740788163,0.1740778519169398,0.00001803229968959609,0.4749174108853455,5.750644900746584e-7,0.005016381791307771,0.013350866227515256,0.2519848727380764,0.0006319164248059667,3.2561914056647084e-7,0.002491038102413248,5.525334486133472e-7,0.34000666992293804,0.6604720101013849,0.5679283539555504,0.11802659416886041,0.8744595270094825,0.00003593569759739266,0.00012847855494984556,0.47517370260692354,0.68538665680023,0.6854858080054799,0.00006645836280917228,0.3529775326865158,0.47937282103319395,0.08599038058743358,0.09275746821525813,0.10067907092032413,0.5650710871469612,0.000005388712673375123,0.1643312511529993,0.57870220536541,0.5930997097243309,0.004752733989406037,0.29688063296874906,0.4861887554497267,0.000009375625246527019,0.06848106355406874,0.27134484280799237,0.9045272854094811],[0.5253869160755947,0.6109389700989494,0.8249036771306312,0.942617137336991,0.9983872649823884,0.9789638791240164,0.005049817404272288,0.8872460336139806,0.025074954935235424,0.7575722697503435,0.07968175960809071,0.3192852875064312,0.0592379497196973,0.738904542416835,0.00013607667063759112,0.23716922977633223,0.9551031994076954,0.8747210082707474,0.4447954154930546,0.006132576607876527,0.3312875425495111,0.00062686958978604,0.22037539410278525,0.9171811889042989,0.1866718889414685,0.23994629077677423,0.7252180679438185,0.28132057173029756,0.0027816643970044273,0.1786392609576086,0.739312331461307,0.012171214315913764,0.0945195815608668,0.7481100153311854,0.7926595154611056,0.0006126961140370558,0.013472443051024558,0.4805750201245328,0.3537222743665332,0.0014084826486004116,0.6572709047736418,0.5242724713986852,0.0028945739127829856,0.00018557225022698188,0.3276608507255367,0.8311335715539326,0.9690016027068729,0.020877962100132385,0.5762259008102276,0.5976082410094659],[0.46536540522952835,0.5753749039159912,0.6705099398295525,0.3274667528322302,0.000919810471128029,0.8505050862916198,0.8155455594914658,0.6660327422625671,0.05574228281105155,0.5477062062823211,0.3862544621011178,0.47003676269961014,0.7897414966390262,0.12188687786976939,0.7526201045755696,0.7974591402233591,0.6508051767089554,0.5223779569999925,0.4267590634120833,0.15312925405552957,0.6481637571974187,0.02917845269668084,0.5767910459097263,0.5554916749388017,0.5182670196553263,0.6538208076841655,0.6724541084276583,0.193029653306538,0.4053885277942932,0.5289127872801439,0.12281762118172602,0.7918901256645616,0.44493126886720774,0.17873466273319766,0.6962102345956577,0.06414669555514452,0.0012444251363598843,0.0017535707208099923,0.03299278201670457,0.43428313854996287,0.3856020044755012,0.08339245254577993,0.0024257392352773155,0.001437353080492622,0.5949943772856048,0.0264705114542172,0.05498070493283965,0.016313095531602154,0.07943713828439765,0.9142869245328146],[0.006487270857910992,0.4810893159183031,0.0217855373848765,0.01333556988351704,0.4230774640846146,0.01854468652353555,0.09407039990622923,0.005081042375804344,0.4153946200355879,0.002597276378652528,0.6661187985980025,3.0859731186325906e-7,0.8104751062388466,0.6814433931155607,0.1544055177005037,0.6017829553083139,0.08972767258530229,0.3332445776046893,0.04520095436288033,0.3706889741793074,0.0002293491256236523,0.006961286953189412,0.000003521358705483799,0.6844809664122545,0.8708003484362253,0.037463667245450714,0.000009398084210967415,0.19811268721684455,0.002007590888921606,0.13988625288592438,0.09172987515226931,0.01916174629635682,0.3160114063097509,0.7347425935701162,0.931558892805085,0.34910584843990666,0.3968269170602479,0.5167877362583706,0.7981007740834783,0.003834410205011184,0.30442649338070926,0.7530860901231989,0.6782166350408722,0.18898175130088243,0.6821989796207386,0.039213867681820475,0.002063514006406644,0.10784576538785766,0.007589122451653095,0.4905692764692912],[0.01770756386159912,0.4507927068397264,0.14483218896982752,0.013446110888786379,0.42335610724852085,0.9381454045694342,0.8555300007794912,0.00035040616219242626,0.4843724388616187,0.00018868852153489262,0.5695279910939843,2.8143701000442142e-8,0.9861183797860168,0.45302302707821834,0.6151340255637048,0.7655623628420977,0.0008517181526967499,0.9288956513837728,0.10717465185294908,0.8274959017720902,0.00012981954604105621,0.0006199147743804704,0.00013132991149013038,0.6982782579595109,0.5545992580322767,0.013375077659866298,0.0004507279207990257,0.8207311907966441,0.0002457695230404812,0.0077771276348642775,0.0045338811632778435,0.049724023587089744,0.7930911901784705,0.37146796601129234,0.966152400859595,0.01644652689852853,0.8101180350670251,0.6577128367255072,0.8591241402758165,0.0025576643759132166,0.2523786063630588,0.7720863405460346,0.48082302454628695,0.6432391257296253,0.20836152207424205,0.3807413868623742,0.00001208222600195878,0.26349134580668093,0.00835770267318202,0.9748308897128268],[0.0018930398283507229,0.6529274611235443,0.5017893186327476,0.7577332249360377,0.9135360809498375,0.00001616019319671394,0.1441041212394316,0.6209568502789257,0.569034815971582,0.02957865542054356,0.5431820192026665,0.35878217392379297,0.0008050448883323124,0.3394602306534997,0.38271978848040705,0.3234724622977009,0.0024495022546622606,0.6640096682174417,0.6718215082580392,0.7801321120891821,0.6173105075143246,0.5504637423568272,0.09757449293128381,0.28589781119630725,0.7236962832852187,0.16564207914368242,0.847947688837012,0.8023053148595518,0.564327118733267,0.8920306587111652,0.6554548043497838,0.09131087738590887,0.000033239903411967215,0.6372977413193979,0.4313279724445639,0.41763101367069083,0.2601163980002608,0.6711045482284607,0.3805132348081175,0.8556400438662252,0.9664204253869099,0.7229345310403129,0.16814680364350332,0.40144426778986575,0.000623728061295575,0.8001420302693795,0.7770520595454491,0.3898504133530784,0.08918174448551011,0.32409668310252],[0.037673878573491595,0.43345765526855135,0.7920928535627295,0.7323880684011055,0.8181655016123142,0.0004430676481095682,0.7399284048800587,0.876183929258152,0.34145372000188146,0.4502927835931491,0.8285659281594058,0.5526038724311141,0.022486389207028026,0.5598156425818055,0.48448364363028673,0.2500256695739798,0.0003718639714607869,0.2517499425184274,0.3644177239980418,0.619362742198796,0.6980999870312669,0.23115105849527073,0.6130280491626575,0.10973500329288124,0.6420427220878472,0.23759377880885105,0.5240886859768156,0.37361248025747396,0.027278399125246742,0.8026497695650167,0.539169433895301,0.0033692269773668015,0.001953803365678368,0.48097567101720146,0.5328256229031257,0.8985510626937786,0.370660237981214,0.5498382625869104,0.762465808550889,0.6595955855379915,0.5088737901983857,0.6334228595832253,0.20228771216915678,0.21411105694624696,0.05551419429053475,0.35015502303561225,0.4413369718370716,0.04659226663471197,0.15198535821741158,0.033431863459364164],[0.507757027960447,0.6263121860944555,0.7292391638467661,0.6220860389628737,0.25796198637715834,0.0020828617755825314,0.5733890109476415,0.6918008240009801,0.8771039306352976,0.795233867433901,0.733881943731464,0.626895960995858,0.06138514704910756,0.008455558530711617,0.2273149402867213,0.4103199093322653,0.005975672170327233,0.661827283516075,0.2836963235056216,0.575474614170227,0.6608913237947438,0.5551823173084243,0.013449526768021483,0.22587710169766803,0.8502789141174059,0.4549117360789406,0.6162009946765894,0.5866474142348952,0.7113304731218197,0.8758592737905891,0.3717696643852601,0.004456312361586848,0.5429694615816656,0.7122620660013627,0.6276129687118066,0.46052590303617613,0.24977930582578906,0.5797854717660368,0.864351175355273,0.6741035301714069,0.696554384683504,0.008045148656372373,0.1620751765755511,0.807440646798051,0.0007259083867650031,0.4882295846783794,0.8092017249260676,0.5210593646336733,0.7097323078552137,0.06900723081633993],[0.00016440763239541158,0.5277799974856757,0.7037815284556984,0.7771994638679498,0.6110156232278091,0.000003287937212756288,0.006723792962968242,0.47672422047475504,0.836983003061292,0.6483053409783089,0.6694269842646358,0.49414185499581686,0.00030313910471096886,0.2579294062905625,0.9355117116332586,0.6173778738273871,0.0029887003864499683,0.9079954007404635,0.791525602074715,0.8180335754691076,0.7956740548830017,0.3147637887714846,0.04230702174843323,0.3266797723542423,0.9915658431394739,0.38148622952142913,0.6395588961582909,0.2660062607547651,0.09794881503668472,0.7041402535609276,0.6765966135069749,0.05012406318509534,0.0016811425914771481,0.4312556070522304,0.7278508917435698,0.593704716862672,0.7667116208406097,0.6358986378923838,0.8231290979162823,0.8811056459825101,0.9520587335632593,0.6937626983796694,0.233680160501633,0.7409834504498124,0.017575041074196756,0.8397717982301152,0.15949349587498812,0.023082068936685553,0.0001976836338654232,0.3836325557382319],[0.00543845309411622,0.2800069264281541,0.16653579668075147,0.06068975504453589,0.010899389448503391,0.018371178068716427,0.000008509687278707067,0.039509968212901855,0.202310038706173,0.0002977135049539622,0.6319116157069462,0.42605006820971414,0.003410217464978551,0.6194870951662492,0.029332034923074592,0.05363800871575525,0.17220431994877197,0.011265741160985446,0.0008349301566108589,0.8390133166679601,0.0000035411255376004257,0.0034175539334609915,0.0009752321325773033,0.8121891098790247,0.6499941104924003,0.6711065285994305,0.900841833170307,0.002346069672336617,0.6983076584213095,0.0382825136848257,0.23785028194728494,0.4992462051978979,0.013245292146755966,0.33559007566514465,0.08141576570178062,0.09298130074506523,0.005930258310111834,0.003519207723879969,0.6800188586671835,0.06447401388407009,0.7506298051068504,0.17185007100020483,0.884043576334497,0.000001808074379419759,0.03223247501853004,0.6506879499584869,1.2591419555390561e-8,0.8938704749355321,0.07508388693645943,0.07642314854467994],[0.038433815139353046,0.22025217801091745,0.29910280925215715,0.26265322643553346,0.4091210639337274,0.00038669284964335275,4.6937267530682476e-7,0.014837330931629443,0.12728984658541226,0.00006163647202840108,0.24597456677991525,0.41543689494152153,0.07753164189638687,0.5125222241850335,0.00547927530398166,0.006027069841190843,0.37225987926364446,0.0000020592112825960623,0.0004816292105320276,0.7398761013554995,2.946869083228007e-9,0.0007122715922865262,0.24248684559949144,0.5667582996510374,0.6273478556920213,0.7957107592565678,0.8814280946388391,0.000029131928543702288,0.6512112400500807,0.05703809539655697,0.4281319854741689,0.8351933362509569,0.0003465862129091333,0.4156037964419587,0.06713625019515042,0.006700575116145393,0.00020419396815555166,0.0010045577215186477,0.6837232182113083,0.26726074701008784,0.48354045207084845,0.24970374660329628,0.15914965942670609,5.8458068105219036e-8,0.010836198470135484,0.9412886070602889,1.035777769554405e-12,0.969781589989898,0.0029614981217643594,0.3039674795749789],[0.3804983199708024,0.3540882861702525,0.5076463754423998,0.03115314197181661,0.8889059866388962,0.005884429976802048,0.7136410963803506,0.19432569970363292,0.8721211750170024,0.02585843187450598,0.2966507516652904,0.8258645623675709,0.025485831155223307,0.4281262111974945,0.0010078017187512874,0.039254206574127246,0.7183776628030909,0.2607978129869732,0.11337886987415798,0.16904894104358906,0.2545753342379158,0.1592017052969497,0.5213659602684556,0.28776780414524206,0.5523899483054573,0.022111996034483848,0.5856164580133986,0.00835100300130019,0.3892783076126711,0.2665338227911717,0.0032943419192645665,0.6538200732442256,0.6843898517845891,0.8980294664626792,0.11344578889034371,0.13854648202156986,0.0011613484055968811,0.8288167916043054,0.47377944182723375,0.02316959148600915,0.7146976711793651,0.18395728244846976,0.48561795589422585,0.0426355423708453,0.07288446449319652,0.39090854671295283,0.8104438865834516,0.8204443707463493,0.1285279462736871,0.9106958608515417],[0.3505272684045162,0.6732954554440241,0.5515960208285461,0.00615393650681124,0.9876270114908373,0.006654620922536057,0.5101278061061627,0.42302369577157123,0.5761514633035839,0.005159151979328512,0.6270349277235184,0.949451428943358,0.002219944843503425,0.3828782845344486,0.00000220779122071498,0.008163553265412866,0.7699492335551874,0.1883967934748899,0.021932998370611703,0.00197148001577277,0.12076690225706718,0.013277184621066414,0.2880528168805226,0.5151191117352674,0.651556012724762,0.007036703129698442,0.5217375347359822,0.011203722899959412,0.013097958460709493,0.6750167517340404,0.003600814868826589,0.5648873913958107,0.6704741125259203,0.854749236661727,0.5067264477993552,0.07610670856414416,0.003990853313853489,0.8775656365713622,0.5270734174461184,0.0006063847869914658,0.6051532190155896,0.7242531851046373,0.4400861522183131,0.012047148040161859,0.1461639475311165,0.19060682728427766,0.8755856920791596,0.4544367038368821,0.7093736953043653,0.8215110147348917],[0.5014295563625262,0.0009854793690006463,0.692572214752702,0.25682642615679147,0.7288407681537595,0.2103808436919191,0.8974936922374169,0.2744152036002132,0.9019025044630953,0.6269462250190277,0.19098610574235297,0.9213055151615851,0.1419895387449085,0.8160240915876814,0.00026941833974625435,0.023311004095999246,0.6300703282319815,0.00335577506229666,0.5169313462798576,0.6415992058884014,0.766685248572729,0.44093469823551906,0.8190114619037955,0.0012715871565420996,0.8269447789704117,0.0006674052021816846,0.6224317755853538,0.5232128763456271,0.822593312133796,0.6070410049265416,0.27291711691368575,0.30565811422836303,0.22280090876279401,0.7982142715702636,0.0013679424211216163,0.0015025909470804133,0.3822795608192982,0.6523994687183645,0.42857687768095687,0.33359229421320896,0.01663702020573873,0.020676891806221207,0.765708282566155,0.44247605093292464,0.10302906323637064,0.00014104555305351313,0.6945014925502736,0.6606559035319178,0.5268632763128815,0.9130134439986203],[0.8455205973125551,0.25090345213371595,0.9645463973002529,0.009186082869580014,0.09800768263449111,0.9845077159008789,0.7568275464537564,0.17063508373791614,0.05835027755110558,0.012226400391369494,0.15990463986409134,0.0005987137574064886,0.9355504162534246,0.837294736788544,0.7759395595094011,0.6279790695581353,0.0000011584087172227656,0.002655712910792962,0.002436623114144948,0.5493255370000244,0.000048645413979175124,0.011317023162197522,0.5511304508598741,0.6442017120131411,0.3033447510525962,0.43708207730402,0.5487721822760643,0.6309975502351282,0.4757871609059587,0.009432268297528596,4.5356295671707466e-7,0.7448847340002228,0.6659922717869866,0.01175919293947775,0.9904141406910751,0.2069520009132542,0.01966311077722239,0.2386164026852306,0.5590510924657461,0.7425955612777202,0.01811793560272855,0.14183985324563184,0.056588000457147035,0.010688677486272356,0.0008750081398104916,0.46919366149520697,0.000017208774483346144,0.03558462500617768,0.00002389791248518675,0.7858436762112098],[0.6718004281635994,0.30106077763703165,0.4765359974610697,0.0367954931973889,0.0329259123027276,0.9500539920349537,0.9205963175678694,0.7482912317237262,0.002972300298545317,0.5014786180304907,0.2417771833558665,0.01825123098982381,0.3878203858196037,0.6568503403098909,0.7119009713822215,0.6739163475403511,0.01000411711158646,0.3188376412665741,0.010615498083382571,0.43262508270431316,0.10256549709905781,0.3474015188861251,0.8191206055559521,0.34272707597153396,0.29429092858597916,0.45013765424969826,0.8569721829557163,0.8933718697462395,0.24385271978269954,0.23235213117187764,0.05673453545019727,0.5687771873191934,0.8109689551741982,0.0023886330968123015,0.7558752227489695,0.7301562528028376,0.005370006014951083,0.39810369157341396,0.28175271400323093,0.5161840156332603,0.0256986241688557,0.26409143404776375,0.15633852465161577,0.1127325031550371,0.43239829737873997,0.7155861564047452,0.5927215916758606,0.04299245371229843,0.0017973936475973152,0.8771233473761392]],[[0.000003509166617112129,1.3908202284644177e-7,1.2934818738684468e-7,0.0000018022923001977027,0.0000066467034549406075,0.000006688859372120603,0.000006893846968770189,2.3092186910809256e-7,0.000012520476476899269,5.979699929146161e-8,0.9998944894386002,0.0001346975501061776,0.000017116348945913394,3.598172239053037e-8,3.512497264546452e-8,0.000007256546649326951,0.000010854739375042846,1.49631642482637e-8,6.954137806663341e-7,1.3770022446695692e-7,0.00000841810481889613,1.998030233195881e-7,0.000038932792142262056,2.6701412802989836e-7,5.415025260488078e-7,0.000014137929834436197,0.000035371406748463975,0.0000018994872247598252,4.1116972149073955e-8,0.000010071195579260588,0.000048680897613929475,2.1556860842143335e-7],[0.0003622142553002695,0.0004120919695304999,0.0015959110440784512,0.00001792414617496767,0.00002532810700025974,0.00018608499642966698,0.0000983339016031894,0.0001680193332992084,0.000024759306288022696,0.00014098706926039342,0.9801265545770061,0.00016877259014541664,0.0013238602008173743,0.7980709239493767,0.0004859337813234426,0.00032876118642917945,0.00010529052848241514,0.0009483466106491177,0.00007690018828106554,0.0013310057016702895,0.00001688134209892195,0.001209063455490792,0.000035380929292458005,0.00021802302216397315,0.001025523312727386,0.00012127636805739838,0.00019049776238638132,0.00016245100186502407,0.0013228450989480464,0.00002263690632425629,0.0012330837646565413,0.0024788461362117158],[0.0003208446973604265,0.0002609833331362817,0.001413934367670469,0.00003095285124364123,0.000015373194218052007,0.00013902329813058036,0.00007960700691421227,0.000280299374604124,0.00018463080815025386,0.00040611720040237357,0.9224097456134747,0.00011366708506944321,0.00040184962152023347,0.788615274356013,0.0001614764823429985,0.0003368740773193294,0.00006543023988206772,0.00307129272730502,0.00035147750861087433,0.0004238566648500464,0.0000693078183368234,0.0007558211937292861,0.00017138699040068135,0.0008420215989625192,0.0007423357379482546,0.000025728652807409317,0.00040762494354943665,0.0002839084396915952,0.0011341239165218596,0.00003901087477419364,0.00040476654397989854,0.004975930871411226],[0.00020314712212705685,0.0002273221528980741,0.001174808642700157,0.00003305426945562805,0.0000068233361601193015,0.00010706572292641447,0.00006132056005230479,0.0001648813804346528,0.000013982107433225245,0.00026422308742829996,0.9732458476740203,0.00009697372948733113,0.00021438425646566937,0.8058698787077195,0.0002926808409304253,0.00016310639791494486,0.00013254729191153344,0.004395082542833121,0.00009614493059984765,0.00010572121490124875,0.0001797633381770603,0.0004971055949401706,0.0002650019181707164,0.0009997391303364625,0.0009341739727279618,0.00003881590972782088,0.000056392666635444076,0.00007358957804601973,0.0013628638243954054,0.00003210195464657574,0.00023002129937910995,0.004245384672391884],[0.000003305071245051126,0.00001059091169521416,0.000009771775707847562,0.000030254773579934,0.00002786193835448557,0.00009614216145235734,0.000005990541292859092,0.0000012347913297265876,0.000008171622502237202,9.257919540868898e-7,0.9998822021170158,0.0000017416640720068191,0.8567094867438284,0.0000015169214224494749,5.0283680213366355e-8,0.000004141115786374437,0.00009450707692730763,6.146100222903098e-8,0.00004531198878395821,6.886189639053112e-7,0.00006526613656142255,9.336554096065677e-7,0.0008931572678476867,0.000002636374203808854,0.00001745873747497974,0.00009694173427606582,0.00003713501851783342,0.000007443639876301096,0.0000028803621776773776,0.0003268334501526445,0.00010941609899341534,6.141048141884102e-7],[9.224550464374798e-7,0.00008571778439862103,0.000004279332522321806,0.00007856364067824475,0.0002825199848696602,0.00015863132647637518,0.00001979738050520965,0.000010976197765731683,0.000022405100080669026,3.203208065049103e-7,0.9999644882078284,0.00006339586954981055,0.8673750382465651,0.0000018752857012112307,2.3426808698652698e-7,0.000015321945523069136,0.00011345631973530253,2.0979951713549976e-7,0.000003290931297513432,0.000005378129591239847,0.0000967561103755307,0.0000053770985186675455,0.0007229591737369623,0.00017670472823114964,0.000006822743080932887,0.0002475083093183236,0.00011431949298745891,0.00009461610622349309,0.0000012110909334843446,0.0002670941504016442,0.00022041690150718582,0.00000282646221461953],[0.000017295175609068763,0.000060832063831540995,0.000007831328287654634,0.000010735904924511518,0.00015919760635878295,0.000044792977121286546,0.00002343987625229143,0.000004854852894863111,0.00006594084589424126,0.0000017771389295171015,0.9999374173379155,0.0001509754668449187,0.8723129962235165,0.0000013864447874160189,7.650193951789434e-9,0.00005249960409476943,0.0002654923645364571,1.2656368068007103e-8,0.0000784369467180389,0.00003482251144332474,0.000054504245329538624,4.552363145025821e-7,0.00006556351079785757,0.00001290968215165175,0.0001288245922644134,0.0007311670816561458,0.000015403685673047987,0.00011458613951052483,2.56867322500577e-7,0.0000799244431615113,0.000018306392886530652,1.0469094099286842e-7],[0.000022953295619060357,0.00004025734235911015,0.00004075083893775598,0.0000026531724780883385,0.0002874832851286383,0.000285084990857631,0.0005764871047840534,0.000004167975115472917,0.0006201809039532728,2.9975113708582706e-7,0.9998529563145556,0.000015208950903034445,0.8395562412916818,0.000005112263227705021,0.0003394132736286177,0.00008015048221965814,0.00003951270549976022,2.287699344084406e-7,0.00003346932328627947,0.00005354879923155884,0.0004409485810871169,0.0000031081266880024494,0.001953144813472186,0.00008061101476946833,0.000013104700966241884,0.00005112500049998211,0.0002460135763333778,0.000009289692058211064,1.8327484350433466e-7,0.00030839303595936186,0.0000672398501318228,0.00001700648331300827],[0.0023342458708799614,0.0026665225711810896,0.00114606550324661,0.00005014203722289888,0.0004396699347359909,0.00007613078176484079,0.00016496059360374582,0.00016847308262938444,0.001119905354299123,0.000303895261746773,0.9874381772220625,0.00006091591684981989,0.00009940406729260772,0.00032655975061889427,0.8068428377495864,0.00008994578122139594,0.00006116475706923357,0.000873891208991407,0.00005290590612982863,0.0002154967697147394,0.00018716700990352672,0.0008113732563607243,0.0002520243188130061,0.00014037964338470228,0.0004840986480568504,0.00002481961400089969,0.0001247505745189281,0.0002932135236561505,0.00008847940719909285,0.0000699362239595217,0.0008603699867027534,0.00026505758190460064],[0.00024343095928611635,0.0009078371875008602,0.0017940860656811195,0.000009445606089573376,0.00014934078756039738,0.0001615757925735345,0.0004490511967006289,0.00018782348296325247,0.00005036870072669654,0.001718696540924568,0.9824042826434198,0.00002239128457560233,0.0002954071820848282,0.0003645789593195607,0.8055444134071831,0.00002538919072984401,0.00014809417149183135,0.0009197282941798259,0.00009954912503095249,0.0002610637187197366,0.00003953626912987999,0.00037459696011215215,0.000623145786785355,0.00007194037763766741,0.0006482287774493597,0.000012990463784947845,0.00011759273166691481,0.00014584885546182168,0.00014784928329822527,0.000899416638057951,0.0009449172987365218,0.0010362652242837834],[0.00048248616365581493,0.0007158883347186819,0.8254330583490147,0.00002281202435633859,0.0002851162587583631,0.0001373178350104701,0.00022382183230850721,0.000392901114293594,0.000028220497760303913,0.0011390147625581503,0.9815403169887787,0.000019531465801501865,0.0008335321728797408,0.00075806680632669,0.002596924198920741,0.00012736462954051632,0.00003744097227387849,0.0005922090743169175,0.0007354844877821032,0.0006397140365818562,0.0001955815159652979,0.00046608669073097594,0.00026466113176257743,0.000035804790450972626,0.0010341950749702875,0.00005035116348958911,0.000708906884155753,0.00005577541576775568,0.00030407241539986236,0.00004021223565772024,0.00016738850850669926,0.0007285062116136497],[0.00017306225158252714,0.0013435152550216704,0.8058886484641011,0.000011896797834046815,0.000022101852932451007,0.0000661419129401036,0.00000739181928859026,0.00009720265222488506,0.000010331126830565249,0.0008998589980534748,0.9789667087507569,0.0001334181437482057,0.00011424864429303027,0.0005191699840225146,0.00016897076079031424,0.00018559709321936644,0.00012356678685623363,0.0005728535860321271,0.0008201316595525948,0.00010382596027249908,0.000022602784566751137,0.0002192521102848726,0.0003395597285024593,0.000007918614842561346,0.0001176029394886179,0.000020835636635736593,0.0000648513161838682,0.00007555192287175031,0.001989951725412165,0.000003571425139525804,0.00011681199419081914,0.0007473746092823667],[0.00009459344088081655,0.0005307457774787772,0.8386846697715357,0.000009603468482034386,0.000015843263704399704,0.00037735402867232243,0.00005518532934431023,0.0004513298938246844,0.000002094050568949443,0.0005569724601366579,0.9915354386963133,0.00003568059230218963,0.00007333925107090855,0.0005415386405180501,0.0004007179351371837,0.0003547372788070247,0.00012450456127004737,0.0010218864095585384,0.00042476503876664063,0.00032144213067757625,0.00002484461710298222,0.00010496423526111875,0.00008663144715134898,0.000008158671549647673,0.0003278958757146353,0.0000161691373558844,0.00009517059167220636,0.000016965161564073194,0.0008273329933694419,0.00002857318289522741,0.00006392798247103184,0.0005258832179330362],[0.0003035311259458638,0.000143168159130661,0.0000626297001447673,0.00006065790435500474,0.000018533948552029485,0.0006807419509510612,0.00000279116772906965,0.000021001079910890287,0.00009507633562908108,0.8005709169249428,0.9988073611508138,0.0000031238838226819405,0.00003455385817796153,0.000024023088171578234,0.0007382028275793557,0.000024840017730593706,0.00011078440604158892,0.0004905154404018453,7.831298573286266e-7,0.00002049425707873679,4.991981065460107e-7,0.0001034242803572277,0.000030937424930653854,0.000011119421312468685,0.0016280067970103277,0.00031788005943705623,0.0002660202875861038,0.00008535947282284577,0.0008649314096980705,0.0002593011472163004,0.00044266582598952403,0.00004365363538706394],[0.00025010663553797586,0.00013727954556399442,0.002750849634761459,0.00005584002713042992,0.00002775223670510825,0.0006945076629447046,0.0000021912617100024614,0.00009943657208307727,0.00004158665070601042,0.813385192766004,0.9976456522578964,0.000020585332548266577,0.000023957409435676797,0.00011002718321925916,0.0006714901041165345,0.00005549381507081415,0.000055196852987022505,0.00035965031092360206,0.000010632354409985064,0.00020528767390078588,0.00000915045925636236,0.00023578744876601295,0.00003977467360877996,0.000012841073661745245,0.0003184569885937188,0.00008408767868288594,0.00046991718866616676,0.00018900072666703198,0.0004034585225572083,0.0002133842422351902,0.00019916042656286306,0.000047743404297987755],[0.0000012772164464623957,0.0000016587799972660817,0.00016644189010812311,0.000038574842681421117,0.000005351959430027849,0.00004732964216209083,0.000014563134197913108,0.00000253894523644539,7.413842099100609e-7,3.120311107391776e-8,0.9995646392760981,0.000034501114611238374,0.00002638880273043919,0.000023625445920306626,1.634130909076709e-8,0.000011152480921491665,0.0002864463593791727,0.00001439776046019156,0.00009139454577878077,0.000004816079104711236,0.0001449873544373695,0.0000019669872566951285,0.000004882534772576154,0.000008986930394267547,3.3811222297123753e-7,0.000007887214652077416,0.00000825847668933048,1.2111997255321185e-7,0.0007737811086923007,0.00007051272625364531,0.0000014321759640380666,0.00002707976131171095],[0.000008271610107942587,0.00017379414247051817,0.000009221201437485772,0.000005806973398775215,0.0000525263313188065,0.0011403484153556225,2.699508923769222e-7,0.000004591150346345951,0.0001085575458475654,0.0006001140675078218,0.9999914648823938,0.000016063804064524105,0.00001361969116903371,0.000016798491980031717,0.0000011497120209893806,0.00019921815087090274,0.000025944751229862087,0.0000019294399274134823,0.00000277484932835775,0.0002246248541032315,0.0001519170678857535,0.000006545950298655016,0.000028780734966681284,0.000013803658308839866,0.0000021001785774596652,0.000003860239325657208,0.000004396676026856263,0.000014346353809640747,0.0000014554746920956982,0.000006852156766650072,0.000022213123422253465,2.0400161010456057e-7],[3.402738719170549e-7,6.512194819902129e-8,1.013236906413385e-8,8.809832471317793e-7,1.5653059571291243e-7,5.079913647649352e-7,1.3156473147011832e-7,7.452517484456615e-8,0.0000012709274189696504,4.3563113192903354e-8,0.9999957850472331,0.000005765830302887215,0.0000026553396655944354,7.508721125560215e-9,1.6597763517990696e-9,1.0201079513086643e-7,0.000031709257169630545,1.213245523821657e-8,1.6093989025352727e-7,6.403634404097459e-8,2.2312966059347567e-7,1.897245104888293e-7,0.000001153334787393745,6.737541991734357e-8,2.4552898388997584e-7,0.00000276377538812096,6.86298999325373e-8,2.1665700901150052e-7,5.202320327926094e-7,0.000004120723427364393,0.0000011095804663439665,5.170462767180797e-8],[0.0000015410792652160743,1.9680764062332876e-7,6.447119562231094e-7,0.0000010985661240605475,3.824923573081272e-7,0.000031193715309930447,8.616346308789635e-7,9.685860056818506e-7,0.00003790929596297202,7.649829597468662e-7,0.9999948729824136,0.000010505277999496899,0.000011272844619144095,1.0271311180046607e-8,1.8360417570356736e-7,0.00001569186948530671,0.00001961298961257207,2.301217237725463e-7,0.0000013388353531324866,0.0000013606075773327709,0.0000028501413837264492,3.871236366936565e-7,0.00000818373661862574,3.6112308898407e-7,0.0000029331526481007235,0.0000037858566488510084,0.000007471829208491998,0.0000022644254154313137,6.642101436111471e-7,0.00006834285851630613,0.00002615014414162702,0.0000013633695468579334],[0.0000672392655989306,0.00037417571685454364,0.000020858510585376475,0.000004270941849199085,0.00006356065240823422,0.0008039494776974169,2.8005314564835205e-7,0.0000018596983333358407,0.0000530859173379213,0.0005596420626024814,0.999985542801448,0.000039018858181170364,0.00000570441880125851,0.00000946788856599676,2.8065615768416387e-7,0.00012336710557389084,0.000017607961748227325,0.000005543643274033483,0.0000026322554667353663,0.00004918376928069325,0.00016419020516092702,0.000008651712634381557,0.0000330985279032307,0.000006458352445639877,0.000002755500705707378,3.459001193680548e-7,0.000003332651102860845,0.000007924672587324084,0.0000010917001092034115,0.000004333372754344016,0.000019321921004776445,3.9975269354965543e-8],[0.000056100654892038814,0.00017884820118382118,0.000021255522288758523,0.00001308659457131961,0.0001326201655131302,0.0010988189759973525,0.0000015617034043820537,0.0000040212915941806075,0.000008392835592069158,0.0006958744601126438,0.9999765165258171,0.0000034705747481129266,0.0000219705976596123,0.000008483724841788782,0.000004510282649175424,0.00037334915068738236,0.000014779093588365488,0.000003109035149914509,0.0000010186041186192958,0.00017420985278067538,0.00015326926132547898,0.000010014845749702057,0.00001070924495680175,0.00012010644906477753,0.000004708125399869439,0.000004837112454536039,0.000010308918631739063,0.0000344465900555756,0.0000014490628228964072,0.000024603964283171163,0.00000975502981817691,2.4388053433764175e-7],[0.0000011515536324846776,2.710868121670107e-7,2.462557411522509e-7,0.000028424743915964702,0.000003992320880366694,0.000004076443939221217,6.352592946145573e-7,5.035700713836071e-7,2.76474629112684e-7,7.962064363775969e-7,0.9999816037926395,0.000006685844673592113,0.00003951627106159543,3.7308338243608185e-8,5.954519494898044e-9,0.000008221779970316598,0.00001731160599984533,4.850824358515442e-7,0.0000013740932086953281,3.5117772081605494e-8,4.926006669100189e-7,1.6587689766236232e-7,0.0000029867220150826506,2.9564839586239794e-7,0.000001528059545222371,0.00035388866417248075,9.757195060652311e-7,0.000007082075899950883,0.000004587375250591447,0.00010467929167181247,0.000025080377703232023,3.6218503798540356e-8],[0.00019868368303563945,0.0002939421063144425,0.00003308914655576983,0.0000037628355904576823,0.0002642498238144003,0.8342539657477112,0.000002894708236390532,0.000033352266786200386,0.0009334718178670659,0.0005362877889490384,0.9998533191430459,0.000021050703694447666,0.00007872126576071189,0.000014800913345946424,0.000004547544856074254,0.00041630487192745395,0.0005650741235112407,0.000004172922073688489,0.000003872936385922362,0.0005512543183076144,0.0007560734161001966,0.000006761871037319424,0.000305863331983002,0.00008312572401906358,0.000004446170553249239,0.000010754927206312138,0.00018258454370890655,0.00001108129578390622,0.0000011263414988774445,0.00005396023354109237,0.0007632988512019546,0.0000018159392121598277],[0.00009114521825707163,3.712408557013241e-7,3.6628253424859893e-7,0.0000214071770459154,0.00001749690417406502,0.8472195620017108,0.0000012220226171806337,0.000006187498138311681,0.00007733047638066738,0.0025756145490069865,0.9997427934529671,0.000001026545607072251,0.00019054280502783883,2.0866116845489456e-7,0.000007710990559983507,0.0000129630541175466,0.00047135099792569785,3.534225404859426e-7,3.046211454956652e-8,0.000014680901693512733,0.000005026103558422153,0.0000012972910856691895,0.00005077495231240592,0.00003925676935132973,0.000021027156190566012,0.00003872114201506056,0.0000545581076692628,0.000033588403203212406,0.000010666251488762513,0.0005216272225234382,0.0001184262681418277,0.000005744335572927],[0.000045260301732146054,4.0181284157132145e-7,0.00020976708723777196,0.0000032814474140261495,0.00002748150057726473,0.8453651383763351,0.0000011592611171437552,0.00005012174412661627,0.00009913531612333464,0.000004690887198263343,0.999335184571268,0.00005403252983989165,0.0003565165938201627,0.0000016484121081738195,1.7209094154688717e-7,0.00002336388521526157,0.00010452153474106722,0.0000023140831756150235,0.000033432465641745236,0.000003413128752764863,0.00018325162763097852,0.000006693092969998223,0.0006885668492070526,0.000008900828493862742,0.0000036015785585002093,0.0006885488483312147,0.000632855539240455,0.00001694958761225143,0.00002135534049304461,0.000521903468909649,0.00010917195580630073,0.000002440333630308654],[0.0008088013949507638,0.8309684417832769,0.0006735632928449792,0.000013926583854637856,0.0001739762233003369,0.00006778223996044469,0.00048446774558132865,0.000017466531184056486,0.0005562464970486083,0.00033786706222302577,0.9977565705444159,0.00040246032474088424,0.0005869468839192426,0.000053643703159598684,0.0022735082310116933,0.00010585780298108687,0.00007790242689905605,0.00005166436399828758,0.000049662837345521825,0.0014765969060639107,0.00012816186082701024,0.000106376101231777,0.00003848088666563782,0.000025368412069439726,0.0005163162647252681,0.0007960262778896288,0.00010376322893057716,0.0002533047025150539,0.00003091215514036304,0.000005089866665268348,0.0008044009655078431,0.00018864473481076125],[0.0010440632142513777,0.8196185636868615,0.001984596527628342,0.00009077904063529726,0.0006128557836423945,0.00005864516809249235,0.0008950964381048741,0.0005480388593866168,0.00022758638321334097,0.00047485277670746473,0.9963312880884181,0.00012443910494529763,0.0010731701966935066,0.0002068144824605414,0.00209939107997764,0.00021567065293558695,0.00016079021418254156,0.0002607709585050224,0.0006172750901690229,0.00030406755814528947,0.00041012453190639284,0.00021248475059495734,0.00004557992604967477,0.0002399730555848705,0.00026635383243883373,0.00013093285204279206,0.0005833249719356324,0.0004598991465902675,0.00006757886141478553,0.000010957420229480886,0.0005928093070767927,0.00007611147098458413],[0.0007983768917938852,0.8354039667419167,0.00037346944515157193,0.0001889967402343681,0.00008439916361207117,0.0001885201590765852,0.00023891460614067447,0.000046086834591182777,0.0002289485462540952,0.0006003024846273558,0.9994380321329022,0.0006421303386468175,0.00003170994001392267,0.00020014829259655664,0.0005193021118952442,0.0010749675159759627,0.00004203338072904191,0.0001893936154250719,0.00004292050013846612,0.00009298695992298372,0.000247819746619203,0.00019170738268667318,0.00003117812130281577,0.00001925789116609897,0.0004984106741061267,0.0002710476693124275,0.00033302933285316884,0.000763618386111317,0.000023574468877026823,0.000004965997105990937,0.00048161672155889155,0.000007678245866170425],[0.00022109603605629185,0.0000523857906537736,0.0008269275423755038,0.00004499162972734297,0.0000022467163202713575,0.00002405994675513576,0.00008373402045977496,0.0008774608540404645,0.00000870763759130644,0.00011741723504309979,0.9691785828368896,0.00005544095827168083,0.000017189554804435006,0.0069215505195537146,0.00018329277832698562,0.00024607072893053614,0.0001730247914832799,0.002080678037780173,0.00010028186184097066,0.00007070835649670815,0.00004404026367703998,0.00009950665705522387,0.000018632547397388018,0.00015795839759420494,0.00040222122259095996,0.000007917297564009165,0.0002783722418323107,0.00023372229555022436,0.0011967278182733981,0.000006115853083132014,0.00004858192588294683,0.7712801502185274],[0.00024225344040855104,0.00010379861278188472,0.0013946684790182443,0.00001486703933820215,0.00000905337435572265,0.00013186040501153722,0.0004271562159504802,0.0005305523240938785,0.000009090561735523095,0.000038829408682271534,0.9689802625423968,0.00005532719436808919,0.00023129441447057345,0.0049693417923042296,0.0002683493828735016,0.00018048848671179855,0.00009969258409608936,0.002195416889783598,0.00046563259022445173,0.0001937239413507135,0.0003464824133291241,0.00006296686034616223,0.00006655105949318452,0.0011651754307034276,0.0002866605088112084,0.000005501050437082058,0.00033132742890659413,0.00007195542081938858,0.00032200295845407554,0.00001752235594634094,0.00004822258910135108,0.7966805515158064],[0.00028116249268554135,0.0006292294840804657,0.0006022684700290569,0.00003708938335191962,0.000004845357192256289,0.00017736701127832248,0.00007699731648945749,0.0002321821998282765,0.00008461451122165676,0.0001127774513061034,0.9759066241549236,0.00023139887147483697,0.00002756145742157352,0.0024378000504259485,0.00036488205424624304,0.00017998005233505545,0.00003361576285067372,0.7826288038476888,0.00035609748047245055,0.0007200654407525646,0.00005675037844618129,0.00003430541270751334,0.000028187930908467322,0.00018689393632388725,0.00008130594726276613,9.48841197207244e-7,0.00015112272384553942,0.00023192127935098723,0.0019373071779816675,0.00015764877407700538,0.000029436560726082883,0.0028606809793866182],[0.0002848988614032609,0.0004138787273444457,0.0003367675097965218,0.00043899709200197765,0.000011986388341203653,0.0004304225315740895,0.00009185251915034419,0.0002771567400221081,0.0002474445284851342,0.000279349357830574,0.994081339908073,0.00010099805018097496,0.00013476269984669033,0.0030258763419954244,0.0010577671490628736,0.00031980855541621355,0.00007327178599629113,0.7813574974005582,0.0001804732740259321,0.0003444691924763998,0.000013819060817271832,0.00013366874312816237,0.000018093922740571697,0.0001441963000504766,0.00018998080653988297,0.00002235940094851572,0.000030144785219824825,0.00018375914352622652,0.001936622435622231,0.00033756017569158486,0.00024234696078987678,0.002607629147316378],[0.0000018122596831303926,4.018276415917732e-7,5.404493644111216e-7,0.0006986038690631896,0.00006657077819525388,0.00031140066723094685,0.000009894178828933833,0.000007850596437882701,0.00003454741415797807,0.000012460211378768248,0.9999763012699036,0.00003336474357269611,0.00036616477719577875,7.005805949812424e-7,0.0000010960127040080037,0.0001156992568244393,0.000766546252167511,4.588041850272519e-7,0.00001973593894416209,0.00003660897486094874,0.00034331387118055487,0.0000037735431413014214,0.00005684341562449236,0.000008196004681738954,9.108124013579939e-7,0.0018739409578690913,0.00004233578541078689,0.000009328031740369525,0.000002541349396672762,0.8306618800819965,0.0000674562687433664,5.242347730061459e-7],[0.000014569031685680471,3.367016796955372e-8,5.198548549400422e-7,0.0003190701367375159,0.000008815495051381342,0.00048770241741851795,0.000003501186430605379,0.00003165924540632164,0.000015097184320079956,0.000004624646392678614,0.9998616067297839,0.000042268837090805434,0.0002651738283826435,1.2725816346738095e-8,1.0602454982591707e-7,0.00011309202083621026,0.00003551504688393708,5.959567517327088e-7,0.00016337112951573133,6.309401615725582e-8,0.00001822688118357418,3.5583039696328254e-7,0.00011927669784290525,0.00001661953767994298,0.00000404850883088439,0.00030450607234037573,0.00022730528620106506,0.000022986717385250233,0.0000045840648985682585,0.8746017778894855,0.000024397594404745948,0.0000010470641077714692],[0.00002766227388207111,1.0775905582064061e-7,7.123430205795912e-7,0.0005474145092278267,0.000010174737240260239,0.00020336422173531388,0.000021068864239704106,0.000029617822961902307,0.00007153566158539495,0.000007003069667882115,0.9999119622926443,0.00009003824887157384,0.0002504288564532614,1.6584020636587518e-7,3.821145917622968e-7,0.00014171893932730936,0.00012134386217786002,0.000016238774560390442,0.00008768773121956271,8.750291953618929e-7,0.000033270962061783535,4.1039799607978866e-7,0.00006190319838756928,0.00003993806507551239,0.0000026266107652719467,0.00007542882960503118,0.00011040797265050838,0.00032504988687530393,0.000013409324861923672,0.8439508362212795,0.00017754649722879795,0.0000038026301718963846],[0.00007474478441880457,0.00006679537067611692,9.008045186894362e-7,0.000030415788514320877,0.00023408441264064563,0.00027036761474326685,0.0000044982173564429765,0.00003177843283584093,0.0008380485015478664,0.0000014843555823028746,0.9996447166924425,0.8481814690499596,0.00017162103880045764,0.0000030354485662967584,8.038852351838787e-7,0.00022615737133395683,0.00011712104409924432,2.4417353371909185e-7,0.000006158799956363269,0.0001404148522106068,0.00037219918805841913,0.0001347394941345201,0.00015685073370449727,0.000001301205105274217,0.0000035707198316550178,0.0007769235404915913,0.00004051429258140164,0.00030490275102191704,0.000055390168252863536,0.0001603808382144166,0.00022678695010568868,0.0000012193849825002042],[2.70615958108089e-7,0.00005873179173977255,1.6629480602592083e-7,0.000015750573583410565,0.0000020255359832647106,0.000006592002301627897,0.00000879352675554104,1.0515783398118698e-7,0.0012620206228737719,3.7629650703046823e-8,0.9999528862092295,0.8405019429842477,0.00000298024522157058,4.088552498660863e-7,4.777903813694387e-8,0.00040966414539540883,0.0000068656059981339895,1.354549822626239e-7,0.000002322580984897538,0.0000011653533235161225,0.000579241372637818,0.000047651106410204,0.0000024568776460600705,0.00000149291230474934,3.2918368473989054e-7,0.000013053289338641337,0.00022482064390185158,0.00015773486773106306,3.940696174635684e-7,0.00011233122346226038,0.00002030054061770412,4.784858590339415e-7],[0.000006786289774629226,0.00002736109023725856,8.235844038654073e-7,0.00030897924798045607,0.0000024212294021037115,0.000006067003611220955,0.000022015895392114425,0.0000020284230465551122,0.00004980355430662931,1.2775691568516107e-7,0.9999646535045331,0.8541427609809021,0.000004024700005098558,0.0000012790661119227623,1.7765290275323077e-7,0.0001990689182702674,0.000023155611354229527,8.806558616408701e-8,0.000003845575285365598,0.000005052986406933467,0.0002938337022585255,0.00003944153668824072,0.00002166903915513142,2.6395067267073345e-7,5.741216667344917e-7,0.00005739429226517604,0.000024849522578403966,0.000009520212630451353,0.0000031717922829987882,0.000022472424737667147,0.00001830391514662994,0.0000034089151740937702],[0.00488401758350472,0.00017687180283755888,0.00034081167587848735,0.0002631326234147319,0.00022330427207410878,0.0004155877930721162,0.000006657111094253444,0.7744217361295513,0.0000020305573473624793,0.00022364835306500918,0.9932591516595248,0.00004615303193380526,0.000026995040939539232,0.00035389082361746946,0.00001972732718939321,0.00006526353441962965,0.000010329892939232764,0.00023284019661696517,0.00027172807390020773,0.00038189883731412427,0.00013641347141564708,0.00018324455999088133,0.000022629529998808878,0.00008544547993043355,0.0006614525888349522,0.00006841132682755107,0.0002595661522209954,0.00006237669734160699,0.000530354038073791,0.0005411123217883715,0.0002171265962101361,0.0006637568206670784],[0.7858350023712692,0.0024589543549986223,0.00033732649551884356,0.00014493772246242014,0.001035560710871689,0.0001559287192328328,0.00041648432989307516,0.0009163898186874027,0.00022770855031811405,0.0010441289296406926,0.9897637904394172,0.00012967143682259368,0.0001154123337596465,0.0007695942474696453,0.0010190544268826394,0.00012457799976324667,0.00015832473272977242,0.0005055245950494343,0.00013429597636214875,0.00031205204558605734,0.00020239782844471538,0.0005692646154294559,0.00018530734694259136,0.0002743876801821083,0.0005324784176950359,0.00017501791955164584,0.00038736287561938433,0.00020053236786422593,0.00009597405299958508,0.000012835709214632654,0.0011615096102199339,0.00015249991047803683],[0.793063323006372,0.000317294443775723,0.00030591137459594646,0.00009371520504680253,0.000157770417508756,0.0012512007430117349,0.00002710205891317247,0.005780931027986724,0.000012267804552924106,0.0004361415933426263,0.9900866038146656,0.0002848625562362985,0.000023243391455601418,0.001129088183252564,0.00010995452673516647,0.00012074955644106639,0.00009295754874542974,0.0002689979101263643,0.00015908328646829006,0.000044480725430936886,0.00004656346008639449,0.0004985369597975285,0.00016288475524672895,0.000048006148437066764,0.0008654475673505092,0.0002551251789805579,0.0003127356222087453,0.0006742318842666679,0.00023365377107741606,0.0003865958902155258,0.0007274979247458732,0.000060795597821013995],[0.00024805971980257666,0.0002528520456401167,0.000014168433500989883,0.00003164466800627679,0.000013415965276473979,0.000003697859576644628,0.00014829809015429223,0.00010975847027453057,0.000003366960309136248,0.00009430197509861995,0.9994159714644031,0.00007015536636397931,0.00005484544857261108,0.00030354224036601015,0.00034575563174746836,0.0000031590843743120684,0.000029593890262454298,0.000012027024274826432,7.066506058836251e-7,0.00006415898000275797,0.00008545459195574324,0.00010362755712692008,0.000006969920185206091,0.000011670139240126497,0.00003050010571578883,0.00001600843792259443,0.00001745509458759374,0.00004035817379592667,0.0001108770034756499,0.000055714557749152774,0.831413227748786,0.00005278792095974599],[0.000059126061046084965,0.0000026728943295138093,0.000003253139725079424,4.3598259049051084e-7,0.000013614422981671993,0.00019775919957898882,0.00009710256553890555,0.00002318070992163048,8.833646647898617e-7,1.1316781320272788e-7,0.999881066773103,0.0000690923038764254,0.000039227516292024096,0.000003497509111249632,0.000022842775426088936,0.000015365394554663778,0.0005980566987515569,4.104077196312881e-7,0.0000012557846165833406,0.00003875269016689158,0.00040492618938620985,0.000003934866344792258,0.0002569891696051467,0.0000011243213712211282,4.777742916428761e-7,0.000017815654700711858,0.000003982710386098921,0.000002347428632940893,0.00003489750598693647,0.00004010684704928671,0.8598560242338202,3.446114126604071e-7],[0.000014075075292276286,3.8015093884521435e-7,0.00000510966610523496,0.000001232211038724131,0.00001839414662469039,0.00018322813102683873,0.00006562978643445105,0.000020589573600806253,3.702094709280728e-7,1.6735380642298596e-7,0.9997161374483647,0.00009964508192182551,0.0001045660466216814,0.0000022585090418863164,0.0000029692362726320934,0.000011482237219166561,0.00003323447789420988,7.03508518517591e-8,0.000002507471073242468,0.000011803009363864315,0.0003462397761815562,0.000024033976923793426,0.000628924194914947,0.000001300107109608566,2.5848785128715525e-7,0.000014716184792652278,0.00003198068817036637,0.0000012220980016722242,0.00002915582581700545,0.00031882065080283945,0.9483555861691,2.1587991160257222e-7],[0.0002662140231826054,0.0004498601930580513,0.0000583168172020772,0.00004564016457751056,0.00010294834017039248,0.00001855629502158523,0.00024834213152697565,0.000059232750417313377,0.000038345083631224057,0.0001609493011876532,0.9977479952368081,0.000014434881822245998,0.000052956497610268453,0.00029248608298562863,0.0007635723379374065,0.000008822677009495525,0.0002513714955915999,0.000048943743766186385,0.000003403258330309328,0.0004893924216739335,0.000009555719697223511,0.0002869650981914442,0.00008278159682712652,0.000056579157124870394,0.00010370319747880869,0.000108869231673086,0.0000072587126490156905,0.0000701503156312878,0.0014774971680592403,0.00009059275194826631,0.8541646897342415,0.000012654177196768261],[0.000232197896363617,0.000029807976765251456,0.00027484840992488544,0.0007770370115078228,0.0000034072022817978427,0.00009112287246144192,0.00011729871389830096,0.0005410872763023232,0.00007908333842933096,0.0005992159149702491,0.9753994579626382,0.00043751730156321077,0.00011168459855456667,0.00048102550748099104,0.00005884213468713062,0.0000243989883429177,0.0002157540786216303,0.0011317611732719133,0.00006551194504184921,0.00015658271222096577,0.00003638748433653305,0.00009049572496585016,0.000030109534750236346,0.00004140078000602789,0.00033748753409058944,0.00008602766486737706,0.0001030510205645741,0.00017609511203795834,0.8215054884765081,0.00039297042903832134,0.0007571904626840535,0.0009144860487917362],[0.00014587772740308252,0.00010579665309326309,0.0007354524857454746,0.00011759339668757895,0.000007319255433549502,0.00010798262279147247,0.0001265500187391887,0.0007581759821465293,0.00003260670801929635,0.00014079960749967848,0.9658798384917296,0.00025046742087617006,0.00004315441515751829,0.001396950697466238,0.00023500564992530592,0.00017493867260248304,0.0004815389242165682,0.0022882026456438297,0.00027066695115772173,0.001749572094902988,0.000012347336313309631,0.00013684932363895822,0.000030482626241299307,0.00008668155791124604,0.00010146247052168899,0.000022970702846086333,0.00004981752740863524,0.000049700526769734524,0.787211247730232,0.0001092858676099014,0.0009460409928178533,0.001371774262011658],[0.0006845650102834273,0.0001048108228955289,0.00006277601881462576,0.000020041770059397995,0.8322385422545416,0.00020770915210479974,0.0000804429565118573,0.00017815536938827994,0.00006570971589530577,0.0000010908824730166667,0.9983174170256922,0.00007950007813654822,0.0002538620363434899,0.0000019722339761263578,0.00006663157275817659,0.000004010382660504705,0.00000846012025521291,0.000014040264659884075,0.000011639300999578262,0.00016168555958734937,0.0008077600418898021,0.0000033439645141249428,0.00007710002864127561,0.00009895441591374667,3.380147576853578e-7,0.000019271512030258998,0.00008598751369040911,9.899764485755866e-7,4.964602513260338e-7,0.000026959297462990377,0.00002976685206475605,0.0000016702654337220297],[0.0005422784481012096,0.00010881634537993671,0.00012308015565361345,0.00022472047270561914,0.828811814281546,0.00026983932382522707,0.0007044684314355185,0.00011717090744467523,0.0005003816079330923,0.000048081210021784424,0.995823683370835,0.00020162191686626127,0.0003294894423139316,0.000026817197304966555,0.000007834200315798156,0.00002611923226488938,0.0001933074243292128,0.0002604476017849291,0.0001224000697385266,0.0012660482890780203,0.00031468150875277117,0.00002480293578532106,0.0003935931187486576,0.003170259214886721,0.00012339813759628347,0.00034623373897266544,0.00016381018745054613,0.000005898065065654534,0.000008521518137778993,0.0005497693782030204,0.00010181595343899801,0.00003278188629530152],[0.0003087662696139972,0.00008921300466423746,0.00004593038003299578,0.00003114588165618255,0.0011179116081444103,0.000010647871025501566,0.8293999355405602,0.00000548271848577296,0.0014172361692672182,1.1023231709649532e-7,0.9962233763899084,0.00010374078681222072,0.00031056596786535563,7.111949341103101e-7,0.000033633512177583746,0.000011882065241317332,0.000197971124854257,0.0000031934242175018406,0.00012192773316145006,0.00015348762649236417,0.0010223998814827828,0.000009964884718509917,0.00019928036797177184,0.00007519645439722397,0.000006937317560613324,0.000007175417694205078,0.00026443159631958884,0.000004781868792099538,2.444632562952058e-7,0.000005420565198543249,0.000019411664101208983,0.00006563655134074019],[0.00005801281768615392,0.00017623379366667617,0.0000030831168211259857,0.00021877866554811647,0.00005442291338856564,0.000010043178582466003,0.8297311214914567,0.000006253361787290519,0.0006179183600186682,0.000009846521479472097,0.9969208396156262,0.0002328742677451535,0.00004224197602915324,0.000067486484435066,0.000026087789156551853,0.00001254007123603378,0.002722992820892442,0.00008573252619762734,0.00000975366485865012,0.00019484198036941115,0.00011232244993162974,0.00009569353614735461,0.00005519974846815179,0.0003045387860245178,0.00009779658197265234,0.00002512093949437838,0.00002522293788917462,0.00007654111360315009,0.00001059590654315829,0.00009715991740173034,0.00010894366417742926,0.00011302621724506666],[0.000002266321799076986,0.0000014181926599215536,1.8112230622887797e-8,8.678902905419259e-7,0.000020162156192166657,0.00011912340607691311,0.000001326184091078433,4.313323634582317e-9,0.9031219822620813,5.8691186152664215e-8,0.9999821707994186,0.0003745928779122223,0.0000037382106497799408,6.032399131576193e-9,1.0567857581976032e-8,0.0000026302509063907067,0.0000010711346856480252,2.1229748193808856e-8,6.057344383706786e-8,2.6946630789441966e-7,0.00002605645874004681,8.784698981833217e-8,0.000003719032234804986,3.784616421694291e-7,2.1430800504118243e-7,2.616202126547799e-7,0.00003692685963789309,0.000008263579614261874,7.369070369263823e-9,0.0000063782090814627015,3.5837918970273515e-7,2.4000123163102467e-7],[0.0000017815532930807852,0.00001595683082389094,8.458866675832468e-8,0.00020143000009394018,0.00001141443897981729,0.00013830058370649013,0.00005178262579167233,4.4392914404606475e-8,0.9424585492777096,0.000003141196937899753,0.9997472999556487,0.00015363865820268576,0.000010034759706784066,4.0512136274710395e-7,8.628980736445116e-7,0.00004526140930439951,0.00047341514752628376,0.000016261833152062205,1.1459917837966679e-7,0.000002308660767029238,0.00001400833671378618,6.96567603533289e-7,8.470814688964659e-7,0.0000819489876826459,0.000005354473183955833,0.0000027705784012619586,0.000013337722539777693,0.00006483980181110371,9.733394508257335e-7,0.00007066306830858733,0.0000010025126290752865,0.0000023665980903771986],[0.00002581228531978418,0.00010165853009616222,0.0000015408427136150374,0.0002747435193996235,0.000024577088573931015,0.00035058890603952833,0.00020124648816535797,4.6754344265126044e-8,0.8439052190756703,0.000018131360046695427,0.9997669480008807,0.00017595877654613993,0.000022682179788747,0.000003941449846706595,0.000020070803681765438,0.000046894402842700125,0.0015133051296557169,0.00006767146975078884,8.523986887005152e-7,0.00038790726917996103,0.000020739861335178883,0.0000049878498443742605,0.00009877393224009306,0.00023677202682894705,0.000032169568594665807,0.000009274797633675924,0.00005597388523727745,0.000359056439181311,0.0000019370689231449846,0.00012006641401817395,0.000021369427534202134,4.6844021555136447e-7],[0.00014257107101666808,0.000250626740522303,0.000011577201548997389,0.00006471653791769515,0.0007781575285087318,0.0005813070152315865,0.00038940791238682764,8.196399307482475e-7,0.8695947323345123,9.581559499340874e-7,0.9993717958462883,0.0005682157414584858,0.00045799493593936543,4.132143151565146e-8,0.00006105006485182653,0.00005283956991022965,0.000004962453550309718,7.512759593503367e-7,0.00006957818435365625,0.00002829549093111747,0.0004862778008546312,0.0000020756269016247268,0.00009114231829290423,0.000042903089227868996,0.000006551779731085283,0.000008201295901621272,0.00011603039015287995,0.00002231156996725642,1.509203635217718e-8,0.0000095820030436406,0.000007696527553892507,0.0000036733038324097204],[0.000008072116574162671,0.000003904574069306557,7.567480877150876e-9,0.000005729711543204209,4.252964761392204e-7,0.000012612300693126008,6.318838202966374e-7,4.813132410866415e-8,0.9313348388332041,5.594868186168385e-7,0.999961732704047,0.0003755356842702376,0.000014398926162452806,5.828635344533624e-8,2.5989601362302827e-8,0.000027723581060928738,0.000006043125445563334,4.5413738005149585e-8,1.3276769918268003e-7,1.5890848058128086e-7,0.000014465289618322788,1.7752749728094262e-7,0.000012429346838191955,4.659564792255089e-7,6.32970468840267e-7,0.00008550286363789409,0.00007485685214322549,0.000017593716094538087,4.666993515903736e-7,0.000013567287387477823,1.2589118102846207e-7,1.8430408415272967e-7],[0.000005158137919677633,0.000016046902390651293,2.4455874871715024e-8,0.000046883702234126315,0.000007243799624463885,0.000005565219588435724,0.000055388816103023924,2.476635050622671e-7,0.8986973614714943,0.00003164843364667241,0.9978853664666781,0.00008047788106581846,0.000022986496947190558,0.0000012624695918245454,8.924320509290053e-7,0.000007864370119842457,0.00008671899010009721,0.000007236974041712832,5.103395016076445e-8,0.000005084747335953624,0.0000016375849431776458,7.119382668473337e-7,0.0000014833364407548297,0.00008306503630702948,0.000006140513604180117,0.000013188852030355434,0.000007295207528771332,0.000035875244726360804,0.000003230316536200084,0.00009343710404959071,0.000001568630085368899,0.0000012687168828035552],[0.00008155934755255799,0.00012121130681202487,4.823730715626382e-7,0.00019692488916261725,0.00006064399023013891,0.00010940577820553342,0.0004146825894038287,5.809018081702115e-7,0.840460581017495,0.000019650146669317597,0.9988137480211102,0.0002998270257070693,0.00007959884980510077,0.000027899777412550054,0.0000033147173586115593,0.000009128348283431429,0.0018294822662783664,0.000016371820637194114,0.000002035798732021081,0.0004384747752739689,0.00016713840556880778,0.00003182768401759204,0.00009778868553898412,0.00030956473862416776,0.00005007966645154608,0.00013606373605648862,0.00011519382709775456,0.0001394276299955407,0.000027815029797011674,0.00006537895519846142,0.000006992139276306534,0.0000032489442168001605],[0.000047557263105811266,0.00006857996711789115,0.000003438872323180261,0.000026211936510935286,0.00009128877209818747,0.00005473686653974338,0.0004525383064059828,0.0000018317658192824569,0.9016259109504315,7.127022209062901e-7,0.9975862026570808,0.00006247766861150135,0.00010754620883579584,4.0945805131542426e-7,0.000127792959893287,0.000012178389837643782,0.00007351837558404277,0.000009215962261587336,0.000007444734325195934,0.00007508295260471464,0.0006317483277516657,0.0000017889017951934572,0.00006198979975767712,0.00005224509162086481,0.000011398273461086396,0.000013292480909237621,0.0002179339495285959,0.000006462283052807032,0.0000019153217158439004,0.00009321343034050241,0.000007185579058820737,0.0000605659165163468],[0.00004438495914139315,0.00006237817938259303,0.0000022962193657091393,0.00011598371824668274,0.00008641923315988379,0.00009030278834085258,0.0010071467252769125,0.000030585896804642245,0.0019818118946355245,0.00007741092454938287,0.9877864348852607,0.000029344879996193586,0.0002624450051611059,0.00000845477698663176,0.000015706481403505114,0.000028951222360018156,0.82508709071696,0.00007459287787827179,0.0000014324542888870275,0.0003245790182936022,0.000012888503062740364,0.000019265873356235963,0.00006750044261154219,0.00013710255706415455,0.0011256808091675702,0.00012021493981961562,0.00001994147719500602,0.00016377410299590016,0.0001227842474142169,0.0004207187019641371,0.00011885823147623325,0.0002541072671737505],[0.00005787991452601582,0.00006259055126559923,0.0000033545316154247843,0.000012285449712103984,0.00010280448393458006,0.0001018788675920317,0.0009137789462198932,0.00008506753020636051,0.0012554384661543983,0.00018198817720381042,0.9972570499824978,0.00028876595270661864,0.00039113696463622094,0.00004133674185202897,0.00018270061295801992,0.00002480471190626315,0.8387696233244418,0.00014190165477483206,0.0000029740221029202523,0.0002338519914880828,0.00006822906380904628,0.000057614918737105884,0.00004708905271992872,0.0002828886404971255,0.00017135656227907313,0.000020191908398384194,0.000058966980787275855,0.00008942940978647006,0.00046894922787083746,0.00038591240219445003,0.000268128319506176,0.0003035302776453581],[0.000008873365873816737,1.2209072346220945e-7,0.00001154417720457334,0.000026957677998179693,0.000040028669766266994,0.001048176650646568,0.0006114450419731305,0.000007595114818946031,0.000008008550135124242,6.447078803112688e-7,0.9989798903537845,0.00006909706160276627,0.000048960089769111875,7.275427878812664e-8,3.084258800799189e-8,0.00009734158531964684,0.8399924015605734,2.867939506851444e-7,0.000009165801241572974,1.8034174429607768e-7,0.0002224134948884874,0.000002999860512111895,0.00003597067350644103,0.000015612221200442568,0.00007440029821004389,0.00011016740720328257,0.0001374111332087626,0.000020854182564647113,0.00003860957016908501,0.0005302519766865801,0.00006576736625657196,0.000017996629361507247],[0.000016732510003899035,0.00007873907322573768,0.000025596780657713356,0.0012126848625353527,0.0000310584999493825,0.000029353005298210416,0.000022197593133745354,0.00003347904978814328,0.000004045948457695624,1.2428966448669693e-9,0.9999595678309693,0.0001687200483546723,0.00016644179670247418,0.0000028173825376160818,2.6180414214452e-7,0.0010677546314917378,0.0000030799850804410867,0.000022020595811579428,0.8345767470927878,0.0016117873086042693,0.00004402044318799936,0.000008874574065871012,0.0006505035826598468,0.000027008403265362035,0.000005317527116798818,0.000004823782506526143,0.000008635344208237087,0.00004461721565445651,0.000002259029615283127,0.00016662468285322973,5.332455563776214e-7,0.0000017173364151024445],[0.000031585528035775495,0.00001938333347844292,0.0003194291684891333,0.0010145264113178112,0.00012288690513869924,0.00003543224639005585,0.00026241235839671954,0.000020161345371356913,0.000007004563353466116,3.888039662200324e-7,0.9998813604827981,0.000047372788576309496,0.00006459628842619847,8.6000895738053e-7,0.000007981248282956828,0.00022304282460863873,0.0000036172956607716093,0.00006121099360171733,0.8210674825815467,0.001832675001413065,0.00010368963641273707,0.000003036085082886103,0.00028548284494645687,0.00004486022213827249,0.0000032251590354131194,0.0000012114980615888215,0.000004335531338478928,0.0000022792770805783196,0.00000972957514515958,0.000216510337466696,0.00006728881864314718,0.0000013501223483019314],[0.0008709308482463651,0.0009851469402210801,0.0008477919982132493,0.0006122119554150542,0.00034109332156184296,0.0003383236680946524,0.0001271574053000013,0.0009239737911758327,0.00024390866550612507,0.0006095241240619834,0.9915369719306603,0.00009530584339376217,0.0002571212639436831,0.00031912871947081475,0.0006187347730232073,0.000029920492604057688,0.00015873479724753253,0.0005606588875937097,0.0018425889149883139,0.8198600182686101,0.000016084137925939774,0.0006390972225890008,0.000021917653247611268,0.00024164481459298305,0.00032027933171963145,0.00017244127957364636,0.000032854053209199275,0.00030542277154604604,0.0009105429416381233,0.00003783760638476724,0.001518917830325965,0.000038008565681253256],[0.0002732526946734671,0.00007425741065537715,0.00001690223078803909,0.001009589950459408,0.0026054289437728913,0.00004961869801879348,0.0009669265772223555,0.00004209990240853147,0.0008657482664334744,0.00002270622921719399,0.9985452005451806,0.0002828027260607375,0.000535379974581553,0.00014497871094596457,0.00002856970874029133,0.0000277551704660585,0.0004368317379952601,0.0006485011182148054,0.0014488354082771045,0.8246598535726969,0.00009231353448532948,0.000024912146397106482,0.0001773471124467418,0.0004919058843211627,0.000009693431715266968,0.000014951764237041416,0.000006371725659516919,0.00000519912062226667,0.00008598722998728546,0.00006681962513894732,0.00020904947908231765,0.000037476479565661635],[0.000030792020310765086,0.00012259939670969475,4.6856836185716516e-7,0.0014319463961459846,0.00042879732770127944,0.000035302817065478876,0.00001766021539357221,0.00005625787190317063,0.00037256725829154546,1.713919391690092e-7,0.9998810820576434,0.0002901499653358264,0.0001854626935827228,7.433911694854609e-7,4.704662807124643e-7,0.000003134138098035971,0.00000726487557893941,0.00002893842026759062,0.0013878010100886614,0.8606430428972539,0.00003484335904291586,0.000002923365906417835,0.000042370612165864227,0.00002236145791349578,8.946090980958297e-7,0.00000917356478748606,0.0000027115130722944403,0.00001395140603942688,0.00001195832328637743,0.000011962817476626781,0.000008383126549196827,0.0000034140697619919467],[0.00006805097403128395,0.00010152546470465882,0.0000043547293208936296,0.0009056299839644119,0.00020498142726587084,0.00030947231588636067,0.00007369456549910971,0.0000854110851374301,0.00021366175977123367,0.000004083982263503593,0.9999089749586684,0.0002200325799891544,0.000030143196461340854,0.00003375858776411136,0.0000019227415914910716,0.00009431158358384284,0.0000318512557823138,0.00007092209754702787,0.0012345707252696017,0.859742517255127,0.00013970054613449042,0.00000975939454609265,0.00008325311319370426,0.000010584128922109139,0.000006294652447983635,0.00014084525934547325,0.000007658048875468824,0.000024064528303941805,0.00005539165396162941,0.00006834740009951916,0.0001675712294416407,0.000007108420967146659],[0.00005188516857458493,0.00011340782582986812,3.631834525032944e-7,0.8229681566432645,0.000035073859924357403,0.000007436171095472105,0.00020318041969030832,0.00001272962259192369,0.00031534508230421875,0.000015586447067155976,0.9992871476337699,0.0008042803302536967,0.00011458788451016263,4.4892571249483834e-7,8.890896045540681e-7,0.00006164522271785342,0.00017858278834025887,0.0000588342309080071,0.0019060112104973422,0.0016710649109383184,0.000014494157414696438,0.000014635048240581134,0.000055163197662890125,0.00003074755827000239,0.00006128942593922019,0.00013410635569366123,0.000009573413670954036,0.0002465041556049502,0.00022876315693200146,0.0013062683575547076,0.00003398871860810779,0.000009442559936469512],[0.00011299724794925912,0.000006636151697387171,2.1032437358247256e-7,0.842551303809544,0.00015912601752537394,0.000006831475890317754,0.00027671767870331474,0.000041027601259979954,0.00007138637325506805,6.000702718822149e-7,0.9998996441440798,0.0003965008303067535,0.000018660280892366798,1.0045692963734817e-7,3.0964251359125623e-7,0.00007664669828647313,0.000016332463712658613,0.00003603936004460306,0.0008338960640567005,0.001508346668602495,0.000018454486303689344,0.0000012431920257195814,0.00004566467930028032,0.00003421310538525493,0.000005788096534957514,0.000012003577265112439,0.0000016755110103087202,0.00002970004667120048,0.0001145526072259858,0.0003696806739396099,0.0000019268670508389656,0.000004891865425473299],[0.00003114610319160018,0.00020705903873429463,0.000003401765739327353,0.00009561530431686203,0.0006640643052034496,0.0001683213155821557,0.000027309529201944346,0.000132263365571029,0.00013050843269814147,5.291343125757336e-7,0.9999268707117307,0.0002737642023837645,0.00007611265536615079,0.000013106559406568253,4.550383659232903e-7,0.0005206351337552359,0.0002954762566684339,0.000006393705280704091,0.00012921394846641756,0.00008648912709354237,0.8167825163297034,0.000044247033640367386,0.0008456435311158989,0.00018482247113527322,1.2678153197211626e-7,0.000013419189431112975,0.0000027588186867360276,0.000012363480876868729,8.263501407254734e-7,0.00009237839039748076,0.00023106373480700324,0.0000045939129532455295],[0.0001112357076463501,0.00001143210540412335,0.0000012101585875471522,0.000027947710128654233,0.00018589710685719738,0.000029056985955360993,0.001551739759462394,0.000013718705900892554,0.0009583027076924712,7.977351872430647e-8,0.9996991827870755,0.0004601033687274053,0.0008269357871465465,4.4283603950163e-7,0.000003976199616598516,0.00013132021623241767,0.000058450285447012996,2.6863965930419567e-7,0.00007072441329658501,0.00007767330175512066,0.8138315462373966,0.0001740462591600688,0.000426993727425072,0.0001715162286426993,4.071647478750502e-8,0.000021399103455377443,0.00028443673034775065,0.000014397150218412748,6.088501879945569e-7,0.00035793308073425517,0.0001481343841249127,0.00027428101819285534],[0.0004985241582297502,0.00038347452491398616,0.00014968729560064988,0.00006737033447541548,0.00021325852682034434,0.00014754237599477936,0.00014940557706990455,0.0013394648045642764,0.00003296688605787353,0.000057879336597411984,0.9891337970683327,0.002435738768350113,0.0000368745503422783,0.0018008089639235043,0.0010398166247599897,0.0005802185936694568,0.00013649127504615288,0.00004005100287198019,0.00003463103257525932,0.0000235755848366987,0.0011078899646966543,0.8005646704771329,0.0007523362518527904,0.0007802713324267385,0.0007366103391822768,0.00012538168230129515,0.00012696373530099241,0.0011077758043488894,0.00008251659418898841,0.000017588950432690915,0.0002491323891565335,0.00023290053055002394],[0.0000015367925330773241,4.259372502059518e-7,0.0003244976100763462,0.0000030873971224608454,0.00002915905405762843,0.00013024256092096677,0.00021295602142391964,0.000002439256522934064,6.916828710759705e-7,6.990661749067406e-8,0.9993424042645154,0.00003511934051617951,0.0014601599692163731,6.832049986822749e-7,0.000224604721925927,0.000015240175579268174,0.00009628479289161039,3.3724444331326925e-7,0.00026469410408047476,0.0000012694771190341509,0.00008088033740640792,0.0013104398397646149,0.8242066707578753,0.000007604875461031214,0.000007587401621634339,0.000046747522391695797,0.00005699760314470285,0.00046193998149924947,5.762290581891082e-7,0.00018460345226120164,0.000029438845688050843,0.000006247570078733226],[0.00018357913712057177,0.00010119040848414996,0.00003984328045767842,0.00012040109451825015,0.00004777080055795552,0.00020724783921300476,0.000006357155348280499,0.00007041633568522976,0.000022331429104747662,9.389002574391828e-7,0.9998890376514675,0.00033044979713562234,0.000994876175644692,0.000007598653178833673,0.000005788984596304274,0.0009820962724591577,0.00011424186602749182,0.0000036875475068193303,0.000411632412011241,0.000014809169082385349,0.0027218200576208853,0.00000525908900451059,0.8120926938362557,0.000005708432426846329,0.000015676212613578894,0.000010237618755819245,0.000006503583708376876,0.00001804299338196341,3.462706576443347e-7,0.00004478328247015984,0.0001902386634651485,0.000007577645609992243],[0.000030818529717288366,0.00006207747089899872,0.0000021275679080636463,0.00046448875787365765,0.0008177400093201773,0.0000298139195810783,0.00020806136981282625,0.000008831952033418822,0.0012893965249209484,0.000040229544315498426,0.9874875569206252,0.000016008887372151274,0.00015914998717475644,0.00042462898405868765,0.000009075125517191103,0.00011139564284936394,0.00038751612305760666,0.000020109554826638788,0.00006975613474231212,0.00029578713003921707,0.0002808532461600672,0.00035791479187810473,0.00011295772496057323,0.8305537076370965,0.00010719189099362003,0.00024518560859268084,0.000020076478188438542,0.00014969155721233966,0.00001767644337589214,0.00003282752112398486,0.00012239837950091137,0.0003589528927451928],[0.000004361599726633548,0.000001084392355152264,1.31513318142629e-8,0.00014474575565456198,0.00007207614365058837,0.000040588029339551186,0.00008780223806735039,0.000004271123094380363,0.0001291002961279439,7.333823349332702e-7,0.9995749653505951,0.000007994166056635207,0.000025784686458739016,0.0000430431254644639,0.000005323647052887639,0.0004575497780845085,0.00003150950285913031,0.00003180786473637982,0.00003436225626687262,0.000016261302126664038,0.0004686291542898323,0.000004579453962967417,0.00006980793294947183,0.8563985183838866,0.0000010720961936834465,0.000010454251647697362,0.000009915191292372109,0.00006861266905263698,3.325867211430078e-7,0.00024228819493121641,0.000007749363460721165,0.0003497417405027223],[0.00000613376577323697,0.0000012984512395864333,0.000003072397458613603,0.000018392915900319755,0.000007044101091633175,0.0000459879733547232,0.000026654573263460586,0.000001619215979300192,0.000001271520188556671,5.745759469901441e-7,0.9991169710214579,0.00012742502071201605,0.0005845612604704507,0.0000032392257195539134,1.685460562216614e-7,0.000012351916404130508,0.00017300100700751327,6.90817897890335e-9,4.1186566162644193e-7,1.2126519762002787e-7,0.000003222052335917927,0.0000013150564980201146,0.000047923247522340564,0.000016748627504403642,0.00012662536126695627,0.9018350299459439,0.00003994916034780736,0.000017699951547954297,0.0000649299069339324,0.0001744020427366444,0.00008102393283799928,0.0000013312549342085796],[0.000018468461920788644,0.00008331330102582637,0.0000015006578647943843,0.00002830448312927921,0.00002184674674677439,0.00011254074890966161,0.000004340746196365853,9.178007569710876e-7,0.000036981483592127094,0.00010795811256951713,0.9999140518465446,0.000504617689164306,0.00012162273221032001,0.000001791284235251571,3.141562280092952e-7,0.0001694870077529685,0.00003632471719926098,2.567914277582846e-7,0.000008752808884426398,0.0000019537726619582213,0.00013643765880515374,0.000010462282557555728,0.00003089827118910162,0.000013452895608954216,0.00000742056409258385,0.866876611454138,0.000018070102984478758,0.00006645653575316452,0.00001581724994056181,0.00033617219110277996,0.0001638357576878051,6.558727514168595e-7],[0.000005192431575065784,0.00002279099948986892,9.083412951945326e-7,0.000018377073473119614,0.0003088903387746697,0.0001933194357581701,0.0000013253711590958506,4.411920055996281e-7,0.000030927632383318485,0.000007661708875634021,0.9999105370253863,0.00008729155265926562,0.0002703024228033884,4.143974257768467e-7,1.9155695003274103e-7,0.000005815038569034288,0.00016176496128791475,4.896556940287793e-7,0.0000022930856725278436,0.000002896287392695304,0.000009963312779069574,1.7005417756229488e-7,0.000019177368061419995,6.72871881480466e-7,0.000006026976132772583,0.8511758030135865,0.00006654248836332159,0.00008842900045646155,0.000004991911582363213,0.0012192740281593364,0.000029262316426971934,7.047201936747313e-8],[0.000005948355673050675,0.0000020888892125881897,6.719565641565429e-7,0.0001381149546474101,0.00003370212038248554,0.00001509810473057822,0.000014150070316784047,0.000001409912268265631,0.0000010665237701231998,0.00000132035009649681,0.9996215102271144,0.000024948115325193726,0.00009562347753672527,1.5318082535883286e-7,3.0957366769084063e-9,0.000004391518381117935,0.00022136587740670104,7.461995194082616e-9,0.0000011693166569661343,4.313265358400809e-7,0.0000235018779556294,0.0000017066253130614486,0.00006492202920222118,0.00005286352787882123,0.000007565810232420006,0.9216122496074343,7.178451323215962e-7,2.4236778954246133e-7,0.000015001881731560978,0.00008194554824660004,0.000009553301894828658,2.7352451188741147e-7],[0.0006564086165796037,0.0007596380590485639,0.00036844747221420686,0.000028528560429930733,0.00002113323820929179,0.000037458906095017274,0.000056344233799495336,0.0000963696136753156,0.0000616357252407921,0.002441231512503454,0.993212674484485,0.0000023091045391184085,0.00025430857962206857,0.00047666475445146464,0.0002916030993725052,0.0001246070084123116,0.0004265616014616403,0.000048160652602006885,0.000034875350287110096,0.000044185319086496474,7.099668245067828e-7,0.0003902389805003478,0.000027269975054162295,0.00008672457984559762,0.8180574857005452,0.0008163792893656646,0.000013895285842830813,0.00016376411026108032,0.00013612315746289915,0.00007899166990820072,0.00012524293693136248,0.0001782884901583754],[0.0008349639445214065,0.0002475449954651795,0.0004987278806150191,0.000007787526821291063,0.000009316596004974744,0.0001300946236500078,0.00009102565932035342,0.001038062774137031,0.000009383261907798302,0.0007645953998160731,0.9920653179366956,0.000014350823093734581,0.00021134572328389994,0.00016755070116996007,0.00013527062279245787,0.0007377684559206104,0.0006974503998833043,0.0001067435026682705,0.000034803274858416326,0.000003268081182140341,0.0000024263368736703505,0.00023115165753349951,0.00008604090942604106,0.00008691145000193065,0.831859776908359,0.00033050124357401184,0.0000341669208770047,0.0006235877832257748,0.00030974000669905724,0.0002785716270645387,0.0004652024560953424,0.00018259098970258437],[0.0004947782564720876,0.000058115840215291475,0.00001868427845901794,0.00009275598229449554,0.0000037606321939260372,0.00007674972850520102,0.00017687605626764489,0.0000165395794192057,0.00012849744308223197,0.00038692062763950457,0.9984829437400428,0.0004577598146819328,0.00040405933991223547,0.0000010490015617397402,0.000008256666949185462,0.00018483230787410786,0.000254618035415515,0.000006285545197371867,0.0000028191259592037517,6.50884585007201e-7,0.000003434021319488755,0.00016856302542327228,0.00013105474172875607,0.000010589720929310546,0.0004119900744138057,0.00005304312007201288,0.0020418892047069925,0.8532677630135274,0.000010982897974270577,0.00015367848244773302,0.00006054854341222227,0.00001767092435414194],[0.00018609874058885887,0.00009555539738885625,0.0000019192621747216087,0.00007256815916397426,0.000004217262972798225,0.000014142841634582407,0.00021030092582481535,0.000028673101282698226,0.00011821172379470086,0.00002863152372310306,0.9966828271610768,0.0006674867237989895,0.00010757785095912347,0.0000011092888760590714,0.000027098560883560778,0.000008453015937752083,0.00018521057513981012,0.000012498710771690785,0.00007434522667562953,9.971625357315223e-7,0.00003335664308180516,0.0006953034203732712,0.0007071808284548218,0.00007512498475990445,0.00013838227366154814,0.00019171614987744808,0.0005667995284466429,0.8310019797065266,0.0000023835106759262606,0.0003691995352069798,0.000005540828270248681,0.0000033307757251659806],[0.0001696504859399763,0.00008783297210805071,0.00003197938386303775,0.000002438819318658156,0.000007863125034314658,0.0002140532653138094,0.0000015004900603874378,0.00002450770977942979,0.000035531842956334274,0.00012011337340023404,0.999267691853145,0.00011449103688205633,0.000021857942156991554,3.370132008154491e-8,0.000003974707635267883,0.00003569781793540754,0.00001578312248910012,2.812169273000289e-7,0.0000024406862908869725,1.580389422637335e-7,0.000033088132861120555,4.0791580866467576e-7,0.00000705688018717925,1.7693934781675923e-7,0.000005806634864858588,0.00020941899202836902,0.8161144946282309,0.002777021438612182,0.0000021671270922778416,0.00031555054345057295,0.000010605978718743512,0.000004296859774015674],[0.000009012702797154565,0.00024407716951282057,0.000014194888940587832,0.00003355529212667467,0.00007461011076267051,0.000046797899250577525,0.000009442586764562221,0.000008182903242450498,0.0002674666373935942,0.000004763573762868613,0.9997746939222273,0.00020331338370263065,0.00007996187439101499,0.00007184738642002517,0.0000050981831491342025,0.8333752864149867,0.00008716334418862902,0.0012761277630533913,0.0002494219957538357,0.0000016957639316821811,0.0007403507074080653,0.000007464113627427046,0.002073131990175437,0.0003138985163994204,0.00026165260833752534,0.000003198210556905387,0.00007575542015759033,0.000021047767765214147,4.2199372383012203e-7,0.00004235850020850229,0.0000013019632340196472,0.0003486569155779178],[0.000018420971396457053,0.00003562803170696612,0.000009936508165214672,0.00006772824683335235,0.000010282511869986261,0.0002209691435159415,0.000017763253847746384,0.0000020178539705999647,0.00003855991354115009,0.0000020517695284661917,0.9999553993910607,0.0013294706164805163,0.000059506356087805295,0.000011872629892007093,6.67102263031037e-7,0.8468010391685175,0.00004006294459664328,0.00004443105035924172,0.0002716019867229117,0.000008854301310895963,0.000755626647933238,0.000010470798407023173,0.000333523321047183,0.000020578949725996653,4.2685523472551916e-7,0.000015317233912381983,0.00005014325161362769,0.000060105535833064525,5.688340118178413e-7,0.0005596421710641665,0.000016567495320809294,0.00002152174393692708]]],"Weights":[[[-2.310366501709353,1.909410854597051,-1.924787007797262,0.46141802695153417,-3.000504415915235,0.5696114608415817,0.015839588984398235,-2.070786220816266,-2.2080804680714055,0.6635156574110802,-0.3903321221860007,-0.895949662600075,0.8534785291192061,0.006396029344431884,-2.2739374624144024,-2.0113912402251968,-0.15969541917505853,0.6800965985214547,0.8161867076903772,0.6713966585175687,1.7476800135793897,-0.4957282423113987,0.3176064989641688,-2.5408594642671436,-1.3696846860653609,0.152212407530936,-1.049199836668658,0.7112060564474288,-0.15667517641956066,1.0067749761681837,0.40693378225201277,-0.17012976960670004,1.5100253567461752,0.1884096429278108,-3.0915089085573135,1.7347634459033907,0.6947237007391243,-2.7083542112448815,-1.1589675789103284,-2.10056571116338,0.13215258037957367,0.6465706419906104,0.47733112633421576,1.1919727759525856,0.46937536853298245,0.3479797738485894,2.452094934447237,0.665043552999712,-3.1580739965881817,0.7164048544637566],[-0.22987163498503393,-0.15377536200198577,-0.4168263873440458,-0.5546528205608177,0.8994401218878268,-1.1584409903769421,0.8577951644441307,-0.34848818344914023,-0.3128136107727326,0.13673308812624252,-0.7003484792388736,0.24729140600905675,-1.0541176767950455,0.14312154780104533,0.7697389441568837,-0.8628898490029553,-1.6450512262127652,0.2663574904995757,-0.22926821612496961,-0.7750254873894402,0.5306894287877766,-0.07231277730431343,-0.9467888065275148,0.7937162621581138,-0.6904686681848774,0.04805903607114707,0.17751492346712994,-0.670080772027718,0.909109271395744,0.9723585535733494,0.8828824344694154,-0.12914519197267246,-1.6966217074765824,-0.7033790487499253,0.029565117286327217,-0.8262608116360748,0.16555687382157355,0.3856217521311683,0.39456946608732585,0.26476820011516156,0.83008709585374,-0.32570490611724046,-0.487964542810796,-0.16848375942538854,-1.6156056875268001,0.9596046114124439,0.39716287835087966,-0.6840575935455026,-1.0847118219790164,-0.4593252530233454],[-1.761863341946973,0.7670832103153142,0.12895976237427542,-0.3778137715441879,-1.0430485487480972,-0.9969340890316476,-0.8520232435972666,-0.4744211292795033,0.6207356525921421,0.376918490970343,0.9597123356560806,-0.34466748339296827,-0.15268970380943284,0.37923992172678317,0.5720052886356025,-0.29732519369884275,-0.6198234907032875,0.924727122410059,0.8369611574520937,0.23682903463436816,0.6131459005311688,0.33353309150490656,0.010822121043859888,0.1497292489485112,0.9452790177350514,0.6763888986191245,0.8799479804437192,-0.9166216065048666,-0.9166208874623848,0.3761302537039178,0.4552623887340762,0.734126874756509,0.21768503448492732,-0.1531964484061922,-0.43445884100152077,-0.7517834338271434,0.6440947400082208,0.7785645111311692,0.8558476149460678,-0.15001658554971384,-0.06772221209301586,-0.4556091729430043,-0.8060416560728241,0.9231433583318845,0.43858720284717134,0.4547806790535569,-0.5704003148136256,-0.1366832972033746,-1.4217081165508045,0.27478165718901554],[-0.680852931446329,-0.49479789311155,-2.6071704941607834,0.22617513972245756,-2.1181814405177786,-2.3137066159018005,1.1341358382381115,1.6171508206029994,-3.67706021117159,-2.3757457105692805,1.9200990808982208,-1.0167541295425193,0.49099863486494416,0.40833470400288846,-0.629913978159677,0.7899596142570914,-3.5361173906347254,0.8467007308652992,1.9997015251291979,-0.10188533314165346,-2.58604349430869,1.4640894913310565,-1.9268304932717781,0.35176216152528983,2.9569853052487347,-0.8023351026548102,-0.28458364773388933,-0.14540832520587024,1.138964579566597,2.06644809102208,3.11797830147928,-0.13749097604668936,3.441515865178054,0.4227229559138218,1.1611579841652209,1.708898378445785,-0.3872064126704872,-1.873973591988769,-0.4870046659831423,-0.5356248137889046,-0.06609379620582025,-0.7064406060224574,0.7996378455486648,2.417489376760617,-1.6641934292777876,-1.0542795265303315,-1.2536907775249475,0.7808621052127046,-0.3010239218821656,1.0839095528427023],[0.7102869818342025,-0.21651515840954771,0.761024013063305,-1.0247115049593223,0.6089774963001076,0.7355276078233597,-3.0019828173292087,0.5618847234598089,-0.11070932483497312,-0.8786213057990608,-0.7020205238952333,0.024568055606911863,0.7583931854858748,0.7889754913250796,0.7217321472105743,-0.5129321329655047,0.26464836067181907,-0.8806957071282248,0.14006963040458603,-0.20951828473777015,0.7949501255329076,-0.5458361101412347,0.7066689885285575,0.9895642244540791,0.8766816821036899,0.9020759517176965,-0.5329654591432123,0.8156859676099381,0.727164841672039,0.2565420778672272,-0.024211897644195544,-0.7370631574826771,0.9321999809880612,0.024513301731773404,0.7644944452206716,-0.8693044896997105,-1.7091530502927283,-0.9416973102424752,0.5830782095343608,0.7721609842093289,-0.2847558351581071,1.0686001381485368,0.4813311935371036,0.20144793037963282,0.032611163482876473,-0.3202885387648203,0.1839143043171291,-1.2191416939957818,0.5039029849851856,0.7153537805039785],[-1.1387431230171212,-0.9242765111249897,0.9319428688759573,-0.41100314574962565,-0.37059839711952747,0.32602743655345384,-0.2554090936752892,-0.570159097612925,-2.9666141287766763,-0.5377350993216405,-1.0643604798277035,-0.21733087297175377,-1.5877829463918074,0.929162272984187,0.6547494882081866,-0.7571748294102071,-0.8588598451125655,0.3612160372180749,-1.803811277027743,-1.72829853333156,-1.3600991729013021,0.6602913581547366,-0.38092816077484287,-1.2921264032839634,-0.5208415806604407,-1.1880130443637595,-0.44233300085454924,-0.5068252280445625,0.2770765278322367,-1.4569458563360063,-0.05700045934067236,0.770089014249559,0.6889919435215096,0.40788697753789055,-0.2565175285496846,0.311544748044306,0.5261479307380154,1.0220402305977516,0.5345431457092898,-0.3734930923908811,-0.5184315335136509,-0.41083949906642364,0.7846650049554686,0.056274469941754696,0.1237885836111982,-1.4363560444566994,0.022263642689720062,-1.1486354638486127,-0.052282070309156325,0.08696908325593991],[0.6438955214361534,-0.05991968012745134,-0.01021261856543132,-2.5357817257369706,0.816781551499244,0.21059904299636087,-2.2523406037383062,0.8575195909630716,-0.7545239953623014,-0.9267713616272785,-1.745251169780697,0.8093750199335932,0.5487220591136404,0.8170466782537987,0.34133680782720627,0.1439939358456851,-0.3821019372836,-1.4322254947302986,0.8153554652881517,-1.7381271439391417,1.1209785385064217,-0.583310157294726,-0.6566586273674571,-0.641484448851004,-0.7895209910514632,-0.047109661814390066,1.1710989433323011,0.6005890431215747,-0.48156766818720814,0.36355764136596075,-0.11648462715002764,-1.8116379562840597,0.275998151575403,-0.7529732601570549,0.3366484493422264,-1.0667211899522429,-0.23436367463219304,-1.3022064795172004,0.4741091744429059,-0.642738345643276,-0.13923111252685824,-0.8457958475896237,-0.42833618610757407,0.7656774806306204,-1.2988591209107487,0.42181850983173436,-0.08217307308369971,-0.03184340138878601,0.5751089094401345,0.629979665083694],[-2.7111086366453274,-0.9301734485989588,0.6569402980199416,1.5804008003069192,1.8880453604934428,0.43532168070237665,0.9457390884536427,-0.2509578034985013,0.5128508752807072,0.5830317846927311,1.8039411485194794,-1.8611773044260027,0.018970304876808407,0.9971556339212405,-1.2813944610677737,-2.0139791656826587,-0.8475447806131161,0.4107279914773559,-1.253633807292152,0.05692015670987116,-3.180215976575687,-0.05225804421141787,-0.36186083044935585,0.07992279747415702,-0.5307797971285861,0.19819408604097627,0.7437289028201783,0.18150297012860864,0.5735760215462458,-0.309998769108492,-0.5587937120622615,-2.695130546424909,0.45396471870979044,0.5597256578129792,-1.676214462827147,-2.9355431243258248,-1.5409336931235909,-0.24908976768871371,-0.20664056029901803,-0.7808849431741206,0.005619480115768282,-0.417381482046889,-0.4883369708635711,-2.584030443306668,1.6371833009806476,-0.47751110834281824,-1.0928278121221995,0.9446704528314994,0.729585303395466,0.035127395590884854],[-0.5979701629353558,-0.5928984372763813,-0.5047619204181655,-0.9122751175442746,-0.20938130916708872,0.5962954861241269,-0.0691739354078746,-1.991970950341064,0.10644882938629666,-1.010267589402895,-3.250157218590796,0.3543179026433332,-0.699721833635605,-0.2965625613625233,-0.16872307831424882,-2.8569274562713525,-0.3144443050367255,0.37566765661175083,0.2117800895378906,0.8123350538455322,0.5852328495038609,0.17722728836872825,0.4781007870210942,0.7170254752469288,0.7866129071175048,-0.20376446188531472,0.29217124254373467,-0.3391568953455444,-2.9296083552071512,-1.38773554227955,-0.4923587799495078,-0.5085659652303558,0.10148385788162168,0.5969331262395905,-0.8737447513873365,0.1179721014441139,-0.33311206656088305,-0.27889752392168315,-0.32247123320346494,0.19018245123922456,0.6379931824574502,0.7542691261917033,-3.282285796367933,-0.18400338108256997,0.6096861719392158,-1.077541639442722,0.7302469289209816,0.9409220703399032,-1.227055084496257,-2.5733054315987784],[0.3757936993568611,-0.34472555549935624,-0.13597525529588805,0.6004662242827211,0.4679455127347966,-1.22585985283293,0.6376368360458052,0.968716198980942,-0.6492525294848521,0.13785050788341086,0.1151233867519451,0.492867895180424,0.08869573205141007,0.7011473962418262,0.16545968896753918,-0.6268061450778589,-1.792989737776639,-0.42727463989388775,-0.2728499441929635,0.8434297781998521,-0.6440304362480526,-0.6591543520663069,0.6418484554526717,-0.7511947308766265,0.39118742112963784,-0.957133491672921,0.5609536046428928,0.15099955840846535,-0.6650445913326488,-0.5028867985438794,0.2932592333714892,-1.227078656457873,-1.6650532702099687,0.14986066915929747,1.0035891368441205,0.5974512346935239,-0.38205619840538596,-0.6362775690005793,0.5717335973946581,0.19475885297669598,0.6135360615332164,0.14235345905059973,-0.03160278452872909,-0.7661780049968939,-1.0123951496656198,0.45890754446854587,0.5565960334031126,-0.8703079087420084,0.31777647542269505,-0.9097049681336989],[0.11994599511043968,-1.2979166284336736,-2.3483952607106438,-0.5514514374996843,-9.170955811510424,-3.8650469000690237,-2.2333568293729016,-0.3275077519075993,-1.0361040602716132,-2.7702089634915232,-2.3460429662888624,-5.551559927272365,0.15565024575454814,0.723241571699486,-0.37241774089755314,1.4678256976506043,-7.285031908702934,-0.4090194526512124,0.4408877824358123,0.1748564347183576,1.9796101658019554,-1.4897846630064218,-1.352885643884755,0.47215666918312116,-2.871289766035246,-1.538691418419929,0.7803599760620903,0.6905393535746146,-0.7997635003991413,-4.276582010473384,-2.2043276874861983,0.9626678146658947,-2.8948423489158763,0.5890342529862405,1.4357981695327466,-1.4596691417538505,-0.20001122227504053,0.7263593611613723,-3.645793673979047,-0.550814679011718,-2.0927574371785975,1.1083787346299465,0.7073725435567804,-1.6499882648073247,-8.392518178892946,-0.28493017948417826,-0.8713139222407715,0.7205604509234034,1.4171673369889644,-2.324603669878851],[0.28794263256864366,0.29045410377952774,-0.2627035288144182,0.2875779668583126,1.0470121293626042,-1.5434513741049747,-1.0250459538747279,-1.5993991747728111,-0.048670055967846876,-1.8305114104775113,0.17140391795625337,-0.6761371412062169,0.37418368024957044,-0.15984324801403788,0.22231346816368275,0.5750654158703472,-0.4610194393291301,0.4556743018303172,0.7465432851914126,0.48847121199867344,0.7589353881279771,0.38537777809150564,0.844158335830272,0.30818489404127164,0.7367448600214677,0.37422601134884753,-2.093440287595992,0.802231642552278,0.7326071222652444,-0.8116515187693305,-2.690694496610684,-0.003908227441735692,-2.167033499625704,-0.5244269884890366,-1.0689903428922007,0.8913994450936276,-0.8269179301993226,0.6480352746811864,-0.624493353675313,-1.0051132443455963,0.13934480325328877,-1.0171031340750776,-3.365062557999969,-0.602855128032414,-0.07801193094078915,0.2506816612441804,0.6067491054883436,-0.8720626261637078,0.5531400333897731,0.7832455873773659],[-0.701087450083632,0.7984862745954155,-0.3613467874130321,-0.7561594835089835,0.40495931517932104,0.4818230479893262,0.8754270382698389,0.2652098209609645,0.09448648218906519,-0.39150183403791894,0.25274367004199294,-0.16594119718092556,-0.44195761322679483,0.6254925963037363,-0.4377190376260577,-0.2728687179912635,-0.46317802604725733,-0.19764819378906168,-0.018714504323200317,0.8777831138226521,-0.12152771041051677,-0.22545527899270304,-0.6966889206484748,-0.295564400014085,0.5437961848611542,0.9639163752515599,0.898460335074599,0.3408240346174895,-0.2405555718221907,-0.632950636639758,0.5902889461206672,0.8196630114225194,-0.7435453115095502,-0.846931664674363,-0.5300393807875202,0.18630387290696712,0.20849192641794329,-0.33844226836263724,0.6898515046419212,-0.0852296115121919,-0.7082107379250969,-0.82758723050011,-0.13981765374010718,-1.1294488537700482,0.7216767661687582,0.19454689324162014,-0.5967973117505243,0.25812811411284586,-0.24932051184193726,-0.13008766125028412],[-2.2904778509399875,-2.49063968823334,-2.8573648765917956,-2.246497512933477,-0.5950015523064341,1.5929024124795912,1.1914063709292702,0.24911430509692317,-0.03669216230590679,-0.2657249839163548,-0.0725742486421539,0.896899556287715,0.046045490666876146,-1.7779901136143912,-1.4490231029915248,0.22044874077017743,1.3686636721135736,-1.922531893556737,1.5057026335121484,-0.4878280345971618,0.8107056219604842,-0.3199289257616361,-0.18552894563822878,-0.8997994034935342,0.7855960348687957,-0.9619812739636059,-0.11632153472990996,-1.2266682815578474,-0.16074235095612524,0.1179303497120825,-0.45326151605781073,0.1724113870591965,-0.6227892391213263,1.128794042234396,1.9803140526719387,0.7783227247253153,-0.630518301151414,0.6707524249150694,0.22464026186876337,0.43239406328161356,1.3595883401228226,-0.6722275180977908,0.3218570228429052,-1.2506309688934254,-0.4088601806257517,-1.155901368709931,-2.3931384804125746,0.6801748434265095,1.0026099064597978,0.9092622742893631],[-0.7825483120791537,-0.7758551970586095,-0.5664873725233944,0.7505236128894228,0.25318915046444046,-0.7793297223247099,-0.8851137438471239,-0.25805742246129704,0.2864400903932518,0.7042300576948181,0.5415460804528027,0.011016678662301153,-1.4248113786452918,-0.9281599945748968,0.799883014135384,0.019750328348750873,0.27113307500648615,0.46522120758355084,0.8180714283717341,0.06059805753252995,0.3469531750066981,-0.8604135392108552,-0.4620340104043318,-0.2596748178815412,-0.3595942887696214,-0.3860126882602102,-0.03674828692800928,-0.0220479442536941,-0.8283019424553788,0.10313406287789746,0.15654777465935749,-1.1209898416910138,-0.581833450580341,-0.17290093234695125,0.6656320762384048,0.8880699047367588,-0.00607207491360994,-0.22394781943981026,-0.6072834495626095,0.843832442077997,0.41240261070882595,0.09500489626475885,0.805462318940255,0.9411347614032312,-1.3916666294690379,0.5443614742199859,-0.041390907145319886,-1.10367855853768,-1.1144229025134558,0.5543644435875531],[-0.7578757428593439,-0.42355538887802785,1.0744644480286458,0.9123798230497604,0.8091466361115168,-1.187896790669781,-0.9446094751834722,-0.5261456886519388,-0.1122383026807476,-0.09725778316332834,-0.8036113254685183,-0.5321984387470742,-0.306688749753737,0.09187999721839119,0.661235439006321,0.20421874618335858,-0.6740761609172189,-0.7999329038266335,0.6153821252024065,-0.2703647430493578,0.5927050673903642,-0.243906896049351,-0.9661450732934652,0.5275140794964629,0.6694967979153079,0.48922290116414524,-0.3911352347230599,-0.8281915036067787,-0.556422953627262,-0.30669216296431784,0.13877981562009403,0.38051833945106056,-1.370117913029754,-0.8822159187776737,0.09643049191410914,0.7492008948201827,-0.5584385023488537,-0.6336873320727697,0.8770628874720322,0.34972075465604585,0.5447704665449398,0.6347753145997487,0.009639096788886845,-0.3867410271664081,-0.5010005577921962,0.36275093419352467,-0.06492200110678775,-0.11289589648902004,-1.378789777817647,0.6404759581384268],[0.6912015441532471,0.9268987207482803,0.6157502066215434,0.04299743588452922,0.28816660690632945,0.5926260895116606,0.217199986703177,0.606337472155862,0.6457575278543365,-0.26603424970920647,0.3910919008546039,-2.104557144774049,-1.1732563710400277,-0.22596253894055499,0.08830154480030673,-1.2891786067489477,-1.0178267931847569,-0.7052360029368573,-1.2515148870456554,0.5723213729573794,0.5005245074389918,0.32615180353997153,0.7020240199019281,-0.9276648550358759,-0.8268350177376858,0.9841296344812459,0.12456510251678152,0.7453563643355883,-3.6592341179867005,0.9201323500019292,-0.2651943414472349,-0.32194227180668566,-0.5142177443369139,-0.07075057096885708,-0.19314969281035727,0.16355623452899834,-0.8882948581085593,-1.8394649098856135,-0.07697570434461656,-0.6169916405893001,-0.9486389510594042,0.724873894826779,-0.6048895694242894,0.8143325607407454,-0.27395996156358987,-0.927002848080546,0.18713925052082267,0.23574746283734174,0.28120425331309823,-2.3682115145612475],[0.4358404082080972,0.7515490840870297,0.044741440657267435,0.14681887291097578,-1.821509903604546,-0.5334882670011826,-0.7238467997740333,-1.6071172701063985,-0.5329273238048965,-2.8981169770071395,0.7522459982909661,0.3052617028313657,-0.11009198016039844,-3.21913739400339,0.5068189891162043,-0.6436344232060278,0.5287821091663777,-1.2471078090324395,1.385840712177216,1.30469320159071,-0.5135530316951616,-0.06480995168687458,1.654947572704926,-0.33936305654961274,0.32184753341193506,-0.1974986249025745,-0.4629049023350087,-0.4705615183395208,-1.4659358848307416,-1.0749829130201054,-0.3716825838598995,1.236440775482887,-0.743195463663624,0.95930017556062,0.48708611226457815,0.7283682070101134,-1.6390849030417767,1.3390987847718017,-0.385091001406043,-0.6103291291377556,0.33520821839030773,1.2343417480055792,0.4086997316871919,-0.27183642329198926,0.15237769940075951,0.12985570917352812,-1.657951655273448,-1.8080863872539648,-0.5354365206671613,0.016123396253793987],[-0.668996053653781,-1.6824422819448401,0.4615878777252842,-1.2342929960238649,0.8878166314580106,0.25632941362831635,0.1625039689956208,-0.73687956238417,0.8722381630393239,-0.3726499716140058,-0.06769499564461749,0.6150969320242758,-0.7692916730068039,0.05777892269788183,0.9719077374387141,0.7044101348698801,-0.6462108050859436,-1.0965629390849125,-0.4584416023476699,1.0953185454222563,0.12140752298609103,-0.7664366379792023,-1.588167564742035,-0.022121606038707674,0.13075485493023692,0.8054768476498173,-0.43145303747500174,-0.5167203877256336,0.14483280394450326,-0.18719434638399737,0.660111244726499,0.24852608221331346,0.9429137145468697,0.8355395876018903,0.49302669619938727,0.15163633751841882,-0.7205852508193459,0.8830892792421542,0.6826783305367439,-0.31823132107353486,-0.3854422601138061,0.31569610010060295,-0.3157212872641055,-0.8752493623267684,-0.10987379908615949,-1.3621836257085924,-0.20995137393234362,0.17892136700171563,-0.6871951059247345,0.28979234996327524],[-3.021021012113825,-1.2236934480722894,-3.1372531257139817,-0.652269591436571,1.2030514078571777,0.5230510758374369,0.854396522642156,-0.5712739833766378,1.3029110124914263,0.31178545462253676,-3.139764006001555,-0.6893877734501377,1.2942919472857914,-3.0540805065231256,-0.6774699634390053,1.1881037408964958,2.7938754454710937,-1.4646875328257936,1.5508584019034752,0.3381022439179861,1.941754550370188,-0.6155580563746085,0.37202994414316365,-0.6214176948213754,0.9028396443161708,-0.8407305352788282,0.46029653854748515,-0.05369011108269614,0.882728220586221,0.6121599209507868,0.5143096639366213,1.720843860322041,-0.44284919729194144,-0.04909885142422505,1.3155834625952745,2.434011025903513,0.323282639326318,0.13405272747594835,0.9140958528189533,-0.23854749637973915,0.411226174539024,-0.3886192013492865,0.05401247373202544,-2.112448635936489,0.6041665584286706,-0.2865003330823349,-2.3248535963571917,0.3956473844286736,0.9689517581748089,0.1421039954771438],[-0.01190092990715908,-1.1743830659454704,0.88013265787149,-0.04066884418983133,-0.7320514750659807,0.345634022417099,-0.30685041480331654,0.8031314423440777,-2.940484236308257,-1.693287799459008,0.2348441759827992,0.12647715188957553,-0.309050909811713,-0.876785859996362,0.9651404554932557,-0.17757890505465795,-0.8781798366456341,-0.6105250159431804,-0.692395348337916,-3.6391734917963756,-1.9254821908468631,0.5238593612505201,0.3597961398308176,-1.611797277600973,-1.1848076271532553,-1.3304032220794872,0.44635581995118656,0.02060213020873727,-0.46104638229793826,-0.1293369399891378,0.9334794949316876,0.06429938408906467,0.4820842376793639,0.48671767021946966,-0.8560676401122018,0.547584735262235,0.44844556279044256,1.1337632957409476,-1.162887097565884,0.9430482116222241,-1.5130535555269238,0.7108835494937876,-1.6366841795546792,-0.5646580310786429,0.6923122772291181,-0.3918646692586302,-0.3205345075387056,0.00400213466386059,0.20085612829218338,0.877733697132493],[1.4146501525693107,-1.7899281785133454,1.3642586048745566,-1.2617198589536973,-0.6407827869990935,-0.49693637197998375,-0.4269008925280375,0.3099743483196422,-1.2849908538055583,0.29208646890986095,1.3138487311232891,0.9475234219986969,-0.4416114317912763,0.8348372584014642,1.734752420545698,0.9591972859667975,1.0533742100637513,-0.48609951600352563,-0.756668017578202,-0.24283821136565023,0.3366525715402722,0.8744390785148457,-0.49513129413385054,0.5338040618459261,-0.007795787096245848,-0.6186249888802965,0.10709978206806246,0.24905108138265422,0.7662575381516575,0.507226793580686,-0.6672610933862814,0.37499944581412575,-0.05182335802298675,0.06725438016825921,1.3327324953737079,-0.8146953099822967,0.9287170955978153,-0.30933035095538436,1.3479972142617809,0.8477927522760185,0.6533807196149852,-0.542451775890301,0.15910100555101025,-0.3280221873451634,0.6077687370757471,0.2057892918220049,0.16546272892041752,1.031892034948333,0.07714208652025005,-0.3049285825326957],[-0.020338457525389396,-1.3326682741391755,2.0358460567888685,-1.706275548247721,-2.3494190401604667,3.498663720241019,1.9599170814078917,-2.8851616608863613,-0.2544220623298971,-3.0785440240754642,-1.78696062659683,-5.570151232774584,2.757111709131473,-0.14918550201287067,0.4964166496430043,0.7576813276439066,-9.400458972424767,0.16427569863084496,-3.449933882979082,0.47825457162377366,-1.8425714644651843,-0.5672677907696522,-1.1530781655091027,-0.26608793363084815,-1.5159219342213424,-2.3292154364606827,0.30912713046306145,-0.5425989446336423,-2.8042422617878104,-4.426384535063006,-6.029240406934074,-0.6425079183767821,0.27077650922282603,-1.2067057149708504,2.6595415040031467,-3.2822369229722725,0.856317466958083,0.40107771213646387,-0.6039142958837129,-0.5052059939693733,-0.5956846121179838,0.4846174040053395,-0.024085211869958205,-0.3248113414906445,-2.6832109158997444,-0.7787225941492456,-6.4328694949708956,0.5623666654635788,-1.1377203625871108,1.308063064778546],[1.6227554155860593,1.1575205714516565,0.7723492500941876,0.4457826322028359,0.4182772379815882,0.8167687001950724,-0.07835603150622786,-0.16810898606846242,0.17565628409561954,-0.051631334524632325,-1.6218898281713598,-0.677540754379817,0.40474886648592134,0.20857466358196766,0.5104576682170534,-1.0063284479911931,0.021921771035261044,0.7574602336050984,0.12364542267976915,-0.4677801943963646,-0.5177069102265367,0.3024758575822224,-0.5194229377095042,0.23588149562374808,0.4398284696060593,-0.37781805564333976,-2.011537124574061,0.5837683389752377,-0.5411989340534631,0.5701739809481728,0.6576974949853576,0.40933441312991065,-0.030331278201421508,0.6078777227687142,1.073549533184751,0.20200174983805458,-0.12814574308181115,-1.6401531311857274,-0.7538586244816583,0.9617405628549186,-0.21576471830881763,-0.1220215845049423,0.9214479584276433,0.7808759689158108,-0.6473761643153894,0.20347528433843795,0.5655931233245559,0.23120544702891424,-1.6858434905020683,-1.9265651603781706],[-0.1567146231674203,0.3146837404860034,-1.4625861185457212,-0.5326695394835902,0.6446742397627497,0.21311741030818065,0.6256817717013617,0.24081686729564572,0.0005931330007815529,-0.4459555912155407,-2.2002196807628125,-0.09005995907403774,-1.211031461785833,-0.7406287464822509,-0.5435076295584108,0.495798125399308,0.30871608532196265,-0.8570843518704836,-0.20467246911429915,0.19318164098426494,-0.3219789304536103,-0.2789794521492139,-0.7930894627410418,-0.4955033142165941,0.8262330924401635,0.36861778176510984,0.09358292618797422,0.8098512024931988,-0.062084530072262785,0.4160805225426202,-0.1232525779647201,-0.45580077563105426,0.5809863219184931,-0.4872562031705146,0.5743026915041499,-0.7944916689402083,-0.02747115073652297,0.010709326895068788,-0.250075444886511,-0.89816192298754,-0.9538178928107712,0.029042805085331115,-2.816941764596691,-0.1252257248522244,-0.05106738026513767,-1.278377508018403,0.2745829209547385,0.8182828162686306,-1.2575000224496353,-0.06259817336581955],[-3.2821397108449117,1.0318863548516204,-1.506651566616608,0.9313835609742636,-2.7604061931189414,0.6809847596245235,0.7631322276680009,-0.05484125046210778,-1.8394180737709842,0.5578389241209278,-0.7403475268408771,-0.8843072432388953,-0.07638082401897307,0.7123782037064121,-0.4230309558512756,0.575551952703805,-0.2281869758486395,0.3096165925818757,-0.2739160204617768,-0.3462441044252049,0.9324475975815839,-1.0195505296949503,-1.1297158286198998,-1.8989307839374825,-1.0133912256911624,0.9101284633388422,0.08003383973405492,0.1766675971196008,0.3388391004915454,1.1045693620073214,0.9011990808893107,0.9119486743089337,-0.5772042904843083,-0.37396208020643906,-0.6325136447310565,1.020112917189734,0.7840992279940956,-2.0568030683590215,-1.5207802353450854,-1.889002271286897,-0.22070153156882535,-0.534943949930407,0.24901812732661388,0.4094916728307742,-0.7846954464421741,-0.11838018597387617,0.2591043538854111,0.9852694139000513,0.06393517344524889,0.12568301593047773],[0.24609590947579815,-0.534931558345461,0.9478178924782814,0.1908336754337387,-0.8956676924778744,-2.2112684084560357,0.30481160841599503,0.9348373672536585,0.7090639198661765,0.6458953468858657,0.7265558417232238,0.5539427867741609,-0.9125762876481647,-1.3752007640694721,-0.9906634872020701,0.3862846459341519,-2.347673434642429,0.26781336595187083,-0.7747780449319227,0.47941072051971495,0.5074583893577741,0.0248852553700071,-1.2625030680930847,-0.8701320433899493,0.5806122421696933,0.5564075350060241,0.8007231570968012,-0.1813554092513546,-0.1588890302945861,0.16937433057865128,0.6196321371599397,-1.3611841658547048,0.6554129998418378,-0.429698666976121,-0.5057851555043859,-0.3454139435707522,-1.0620818169571413,-0.028961522422124877,0.26809675369548747,-0.028760213160983882,-0.056688750691290646,-1.4519054859728928,-0.781073104518328,0.8679226743392947,-2.525640259649292,-0.6708763686863575,0.4633793975428,0.6791766470577872,0.3326546849509929,-1.0984900902654844],[-1.150443479050066,0.784875012253747,-0.09258292730576195,-1.5893808790338488,0.05514216602400604,0.4164242506820194,-1.6510244039496034,-0.5132412341387834,-1.359216102343267,-0.00285425562759404,-2.758428049456508,0.7932216676695719,0.18800304405889762,0.9485131229882627,-0.9182050543243476,-0.855586857230413,-0.017227094018427872,-0.08583933578054417,0.5290542533733159,-1.0821393309743808,0.22078266541891936,-1.2784936053581246,0.5460392571653695,-0.6337024937297719,-0.15666712150241777,0.1146113721489252,0.5118080827773842,0.022701364847420864,-0.9441499519768658,-1.4670248443097913,0.36561367894291685,-1.7821997034513215,0.8446821377701813,-0.5021744078736045,0.018016528952056816,-0.7345603367469052,0.052298252915016955,-1.085218890594879,0.27750092462412124,0.07907289895254238,-1.9787983765349937,-0.11705440676967946,-0.6942177005907305,-0.7548578467494736,-1.4810371345673643,0.3602569808380635,1.052174429240075,-0.08553233213371245,-0.5350471783903452,-1.4589109736665742],[-0.02908109428572539,0.20968587236721692,0.9225206182717963,0.7088940324937578,0.5313794458763514,-0.21705418172708388,0.7474819863089701,-0.4383562704304821,-2.7441355387875697,-0.7955095923802399,-0.380886510981388,-0.08940602122395334,-1.1288321203784188,0.567443084875397,0.4429658034938142,-0.5394986854707841,-0.8099484729040375,0.992102381849263,-1.2382331304973382,-1.3474576331846404,-1.9652711190573497,0.23373032422980877,0.6539157697191127,-1.715794030841799,-0.9257743145869153,-2.717157038975431,-0.014040035950096504,-0.476536900323998,0.3232039171305116,-1.658364392247389,0.007112721817181139,0.5267241271660356,-0.11975888072084899,0.9593032724005469,0.5926139982056697,0.277448522520255,-0.3026813494189266,0.5788697164366249,0.11897752971409177,0.2934217234142531,-0.016292200670422922,0.5435982369869069,0.9242358734534222,0.1606510659461815,0.7835044098777594,-2.287005640633961,0.8926192016504535,0.17623697663875626,0.09588092687169873,1.028422512612469],[-0.8125846649407013,-0.6695299042859993,-1.4564864712405519,-1.9551862638445971,-3.9857964042026843,1.3089725011867834,-1.3241466614342703,-0.44139114472023205,0.9967969582407084,-0.2569303282822229,-1.7387200354672039,0.6037596610576826,0.21956711021580452,-1.0681948484460022,0.836155826038454,1.638963010454395,0.04146627059498106,-1.9225510340588363,-3.209222336465664,-2.256810698208832,-2.713210014005819,-1.5715778215204081,-1.8980800822689328,-0.8625763094684252,-1.2927538713261673,1.1663479262373384,-0.15957336383794554,-1.2442972996336985,-2.4683077474458632,0.01198191278120951,-2.097355719064278,-3.2465247848890444,0.7058277077811425,1.0350491897037042,1.2560263387770696,1.0644670614652838,-0.7639770267284713,-3.7487188647493856,1.242392921757432,0.9852623236664215,-1.628419703852411,-0.3123904066803601,0.9488023445738439,-1.5744361859186284,-0.2666426627639575,-0.7091669528335097,-5.897423914893252,-1.9102562031290307,1.0581896535219921,-2.4419280790759177],[-1.0475950869738129,-0.7477246786941594,0.642670287986643,0.6820324208618159,-0.24629259962030003,-1.6877869383520592,-2.665865446464101,1.2670243998122792,-1.7866864840039247,0.751754968985867,-0.2349811980340257,0.03458960633192108,0.3080943387013205,0.05012230067851979,0.33181957204449,0.9680706193665182,1.687490763441391,0.7303409557335337,1.6018944133759916,0.21261939064862495,0.986946748965386,-0.8909563029862464,0.33221938547135443,0.42358290566472967,-2.222381723883139,0.7606074916520806,0.7962312070472106,-1.3842065530838836,1.5179095073715574,0.9261832329858766,-0.41617123347975693,0.2637056654461053,-1.54572776533342,-0.37787650020867847,-1.1766652125116064,0.2948837766287281,-0.2980058780521364,0.3136978949563765,0.8059413216080535,-0.865971287995905,-0.7100540766526092,-0.6997760444441463,-0.6557169771165382,0.9017282654356057,0.01908084597077004,0.9221839165258373,1.7651512075884623,-0.4609134861081553,-0.12367511687466454,1.047082140186627],[-0.9016174787809371,-1.7941415827002205,1.0230247429575365,-2.3706253623193376,-0.02087799353710414,-0.09202180686583597,0.6115028855185356,-0.3258531585621809,-0.08674364523844788,-0.3034153589987502,0.746176847976783,0.1921788077124381,-0.7455315940408473,-1.177415912066835,0.11335738075601785,-0.13813263840427858,-0.4899251594456827,-0.6611248505530692,-0.7966674301363705,0.1398325984964331,-0.592626486532324,0.3676864110023377,-1.9075407944165093,0.33376761103628055,-0.4223928814753878,-0.815066115622947,1.013940982870214,-0.6401023990661532,0.29058717595594735,-1.2792061027440287,-0.09190722250217924,0.3137940150441209,1.0416402136642395,-0.336515099031698,0.8101250845106109,-0.1594046562257786,-0.5031443936712717,0.4882980248442199,0.7755222288949215,-0.13129277004036963,-0.3844676627632112,0.016544608146291544,0.3195196878372661,-1.9549813618415772,0.037124602552921514,-0.9440284079977744,0.36012166253870226,-0.3499258404960081,-0.06630113787394824,-0.30091461029250555],[-1.8948262324692655,-0.20837893672737803,0.4317774056614261,-0.4760486435500704,-2.7122278498625096,0.050455313727469114,0.7983627611634685,0.4517361850540123,-1.0354184494669816,-0.6889170788913749,0.7372790070904126,0.37972182239379876,-0.7341448779664119,-0.948864392401041,-1.58698479601627,-0.4076146004100196,-0.905065650486968,0.5569629809572704,0.4659541572068591,-0.5160205145878818,-0.5039555302144488,0.2781715330336943,0.2016556542768984,-0.5617241477099701,-0.9062483011684482,0.7059226685505533,0.22543131515555825,0.4225512657816632,-0.18574463446206774,-0.7777178197789014,-0.39308373560073623,-0.1936799500251208,-0.6140607410695809,0.8682593702343139,-0.9350794778435839,0.19938970515328408,0.3638287947662496,-1.9503883860908713,-0.760427101306622,-2.1254626808888224,0.5034886375251089,-1.5719932764113436,-0.8812911814575344,-0.40317131421140734,-0.47858133634692274,0.562841601379383,-0.7593875591547442,-0.08523253700779608,-0.27484763551664393,0.19002868927541441],[-0.3353122437726536,-2.3486893034118315,-0.9469876731027628,-3.3558825660891043,-0.5030775640195113,-1.5736585075710015,-2.028453194986651,-0.3014810060842479,-0.6734671545354103,-0.7635986942850577,0.3400441174690579,-3.2569605262901455,0.5727988123515164,-0.6235602350257797,0.4846604204939474,-0.7121625964711491,-2.353213983127466,-2.7182492401423954,-2.8979546783633006,-0.6090672310249144,-1.7736849524219593,0.03240295165866456,-4.009643862845926,-0.023912382712407206,-0.24747740656076794,-0.5647415913712386,-4.556534936866381,-2.481384754662323,-1.105582223687035,-1.408445548059765,-2.9805029813389052,-0.4064815611241408,-1.198919572725444,0.8828420125000709,0.48353635438506265,-0.44614354541797036,0.2393550452507377,-1.112032579013627,-0.4800893215754914,-1.9803851407372095,0.09420217657065498,0.09798556209675799,-0.9293942455350168,-1.7666156573146987,0.3857810214131496,-1.545636293603132,-2.4894761866869946,0.41671166844722884,-0.8705537095977456,-1.2767981250762572],[-0.25097094839610534,-0.049469763726190955,0.785607999311675,-0.31033817787967916,-0.374765655958886,0.828090470237352,-0.8101721972672996,-0.07630069818144482,0.7818726561649323,-1.8526001741484655,0.9915163175282447,-0.43812881613518245,-0.289940922569096,-0.3735874482479989,0.6591447867677822,-0.34459505369485194,0.35866290708645987,-1.41631219163571,0.3768179425040601,0.9025809903444859,1.0789718932946293,-0.5746140362990072,0.6489944637838968,-0.8503789805916036,-0.04736135563479448,-0.858499082548287,-0.30379846027616264,0.08069143191772896,-0.8157065507964142,-0.2976511599992148,-0.5609398145436449,0.4543748975088874,0.9645187686096011,-0.11366598584124366,-0.5903644367365748,-0.7967863902917068,-0.2114816243972708,0.7160664604956836,-0.6238169108021764,0.8039776114110438,0.09575989834110735,0.011849535823085025,0.20272621942443517,0.40052580079406547,0.9363751939889156,-0.7789482455154365,0.012750799036174536,-0.988325943091297,0.19234777568643824,0.05386147616930803],[-0.031195852457906445,-0.21591424866606312,-1.2874318948255936,-1.1907592952529127,0.875051966363261,0.44810623390252174,-0.7563731819122648,-0.36467860573128197,0.36023899653386965,-1.2058348888018064,0.6654601292844393,-1.3085741892605363,0.38980482103218794,0.07443870355595114,0.07744793871487128,0.766108872580322,0.9286163242394831,0.3350991325318912,0.007000689477136855,0.9104957784558387,-0.8889298206076177,-2.1404629233352925,-1.4568236205126237,0.16246083926073124,-0.6696907848902024,-0.8165361331562185,-1.3404919301812461,1.0039451988871024,-1.3467837938815597,0.2143471117682907,-0.019463453016450052,0.36485320353868383,0.6378093153874886,0.7637411243641352,-0.8666280312390252,0.47479480550523406,0.8484877383772461,-0.0485659761011133,0.8766668887646221,-1.3283876918777449,0.2796170421646194,-0.007446632334399386,0.07148971011281531,-0.7320124943651395,-0.5017087952277386,0.9129989186782883,-1.246970196826825,-0.4511586653758156,-0.8069857708438523,0.5819266755577279],[0.4384263345906733,1.1694279532891783,-0.48513231813323504,-1.4289997333834594,0.7146954695279295,0.848997046100419,-2.0419361428430673,0.07539995844578323,-0.9361379223313064,-0.2556655287598443,-0.9472905546422878,-0.21295752026448522,-0.8702097924657268,-0.17185154670173214,-0.9697365228155912,0.38789486007637214,-0.5860477039151284,-2.0410748014122504,-0.045040232147973626,-0.6764455338843327,-0.08825786854959511,0.0006681056322650815,1.0022315250334273,0.5375733506365215,-0.6971238880059573,-0.06732882112724684,0.8376868339302215,0.4346042206036264,0.3403312458760028,0.39331595552598847,0.5788015692030782,-1.4388086039855288,0.4556103790768632,-0.020299324934669804,-0.5135305149548369,0.44862560637855525,-1.8537781399611248,-2.0655633425494275,0.7035333364538866,-0.7104583693443274,0.34604359565132853,-0.2720636800166866,0.4438900362047297,0.1800611432056447,-1.4176842524828723,0.4403653315472635,0.7266873316935638,-1.0648429014100105,0.15535210589582646,0.7847270294889488],[-0.31828192118659004,1.7203968827695042,0.37713841421066346,0.3175904572660446,0.7372951311308431,-0.6301641713479794,-2.551415218978012,-1.148127299781176,-0.34146540856209273,-1.6734038940014702,0.392906241005938,-0.22107847808415768,-0.6008550965728473,0.9572879784712506,-0.6741834693971558,0.23301663499624745,2.1358905223551257,-0.328312074900534,-0.5984965095999448,0.5645019809137323,-1.8981702474364326,-0.47230339341996996,-1.3611197744852195,0.9315652969501492,0.9112407326363896,-0.2448608950469628,0.679552845207088,-1.0443378177724378,0.20672246935166422,-1.2697118294157186,-0.7813389068318698,0.1065255519518367,1.2218728593615225,0.006445578321599817,0.04142382038114764,0.26122246882214706,-0.9652457152001426,-1.3481361511157226,-0.05911032682368147,-0.000039289640110219356,1.0124798119232,-0.4899861583665823,-0.1391395549005006,-2.431887750611848,0.7787713144514873,0.5372106138669961,-0.7586258023121837,0.04573897149694872,-0.21086259540687738,-0.24573630022004217],[-0.4268968500329679,0.546045690942725,0.12767455859205348,0.8397544941742988,-0.584954925694342,-0.33477338089243663,-0.0778393324638136,-0.6484482134179274,0.6093892930214811,0.29613410021669995,0.2346017211074485,0.48475929255414857,0.12508968966629716,-0.021467966304864854,0.8799676531827492,-0.8331168160522091,-0.6431015913135896,-0.4464329315661938,-0.14565199756491165,0.31016292325790695,0.601073224951628,-0.3687034255684957,-0.1423665028160288,0.5160681400581927,0.6799836479583906,0.7083112320617018,0.8654744913681781,-0.00743313231996559,1.0566796602567392,0.07645958979653418,-0.4065477641097767,-0.7986058076399765,-0.18330723289014164,0.9960269388947434,0.7454601829619858,-0.2785969829617604,0.41872770652891034,0.7899530244179264,0.7082434965334835,0.7357207842252339,0.053056075453807854,0.5305579991763293,0.4743423837455329,-0.04143894573160827,-0.43058840385716646,0.6459136280420246,0.5145740864089636,-0.20471330287073142,0.5870029105747292,0.12649807127843224],[-0.5780613408850269,-0.51304974456868,-0.18027133891423133,0.746940408558242,-1.483893437157558,-0.43057530500541014,-0.14852838277593847,-0.42614371804671575,-0.5866884427201814,-0.8845385411036454,0.33745511601598366,0.6983823989137322,-0.8912772007856798,-1.3635081857614306,-0.33358431835685937,-0.7708708573347717,-0.46797684851233484,-1.5563033458673305,0.55844323140644,0.760131298073145,0.8600453243172423,-0.4643751450226696,-0.20017715185108287,0.7301811697736283,-0.19645157451419584,-0.12101892292386904,0.15174851281903637,-0.5563798032226404,-1.4334959492787285,0.18266761429483144,0.05831953257277397,-0.20308061812210262,0.4095675343272179,-0.30837677956144227,0.6217085135174542,0.5668140940134716,0.4803559965876274,0.8446723235003176,0.16919698512855214,0.1817281931118513,0.2836507891781987,-0.4148321096359259,-0.6068428100306902,0.3003012363806174,0.485870440385725,-0.5942214465222297,-1.2221757009241208,-0.6755974964994019,-0.17965378979158295,-0.0924219261647253],[0.3435157218929376,1.0549658721825135,-0.2677817263006287,-0.251349842017887,0.12449257494594328,-0.21708518492003379,0.7327610559942882,0.6932266621033978,0.5499208083180286,0.2902747884086224,0.20786716988331147,1.4772979012025094,-0.48928170899286966,-0.14764054541390734,0.5511002431438498,0.6612693102289473,-0.6604602021146309,0.3010437147932259,-0.4038779026710827,-0.42271328876155934,1.36079180236848,-1.4176098663795886,0.70970519060752,0.7140454056185072,-0.10850108417369295,-0.15439565139210057,0.6529046848003727,-0.7353038229366664,-0.13560666466106341,-1.1294156271343578,0.6065048766597181,0.7162583151310844,-0.500547555461175,1.4353647971018415,0.8074080793667447,-0.3087631761819536,0.30954077636135396,-0.28443493514492507,0.3193437737524404,0.15314019082145744,0.6692987361644308,0.6004668636465984,0.7994852094187992,0.5259531892330898,0.4011798174668956,0.8636113674107604,-1.2311339869950348,1.1344659423466439,1.4067628487729513,-0.46770983354858875],[0.325525383739723,0.8115793366694938,0.5262674979421619,-0.4138086701345648,-0.04323790920714354,-0.8703253161971791,0.737193133941471,0.4689036067969174,-0.3113685977930975,-0.8933365581072403,-0.16692726029384386,-0.25479491109557967,0.7097616371134667,0.15640950378302873,0.3180498592548982,-0.4328858455428683,0.6173553000832392,0.18069035732357136,0.7654437742014898,-1.2741338192137932,0.07549601105256332,0.7353834042304218,0.4405327681789379,0.08672768833343475,-0.5307008021869529,-0.8675935993313243,-1.7155609806353527,0.9226124226760372,0.9004964647097072,0.9112599550552695,0.38955254480249946,-0.6606139950727344,-0.12639329322343684,-0.932707978279618,-0.15271164477399368,-1.1865183015495178,-0.8589026094425734,-1.5557206510496882,0.45107148614561593,0.6458180765744318,0.6603005568950268,-1.0635592693287559,0.01720015836912373,0.326647749861389,0.8963204027184248,0.4434489321071602,0.08782188324846614,-0.15357115713792305,-0.5394054618815243,-1.0908303503892605],[-0.5259761556292945,0.9356750321252735,-1.0843106837455965,-1.3088838338201474,-0.24769194496552605,-1.1620618383753534,0.023897927883581662,-0.11097873771828266,-1.0853167273453055,0.42773819233133076,0.893500726996963,-0.338396583847194,-0.1664519611545445,-0.8994010140476028,-0.07209808217936056,0.6418433972992911,0.799555543443813,-1.4620088908756244,0.6790520309311926,-0.6092342199141391,0.5639699754426036,-1.1052569076574184,0.8226930346704321,0.7113725408873711,0.49919391372929706,-1.438627850743967,-0.8505737468174298,-1.147975447855624,-0.7191485257828742,0.632332116024888,0.35653707373490917,-1.2890523819549486,-0.7567691722123113,0.08377177832255842,0.14560016609981635,-1.8123047944106285,0.506414580012943,-1.6787023595270711,-1.1589289114736208,0.07062156365901631,0.799345823399104,-0.5079971129483076,0.251094508101435,0.18324023164587702,0.5954044835880868,0.9940222970532627,-0.24108443146766267,0.25413944468546723,-1.380695895926012,-3.1132366091560866],[0.8465566059865448,0.058725476384385425,0.12834444233965778,0.008592580422514864,0.6411588566244545,0.14977533723259506,0.013608140281469625,-0.9275882063974411,0.5612936097890455,0.9284065078638241,-1.5920482028321188,0.5966996661496916,0.0686193888505404,0.3330163463154003,0.6686960621807807,0.5515671806050285,-0.6785293886309267,0.47217401398611775,-0.8124042655408804,-0.24848947945781186,0.37965206854246053,-1.0596872302966525,0.9157060068183681,0.29506531267327296,-0.6175544433551345,0.9990581656077697,-0.2041129871540948,-0.026952441104290657,-0.18800192252697764,-0.3815875785538639,0.5597798827636643,-1.1575320864375094,0.41626365114700464,0.033796640844542036,0.18369620341720744,0.7463362574141436,-0.026308976463538598,0.8841040638691584,0.21882698937669268,0.9131882418689284,-0.15661635967256662,-0.0459031113823277,-2.7069495275806026,0.5345531671098164,-0.38175785531324113,-1.622386930071567,-0.6850157320343437,0.6943470823056352,-0.9641899332552906,-0.6732879955725408],[0.9810910130513925,-2.267688112079022,1.2022974135065616,-0.4647316316681928,-3.0223272499255387,0.0564668937076573,1.0594642402187113,0.08797874775296002,-1.6394277944990254,0.6787972405483692,-0.312688478842036,1.4690416993607225,-0.8045614270537922,-0.2739593718209183,0.518339138114211,0.6402279657498342,0.2663464348036002,-0.39396253687519733,-2.4221517653546414,0.43635858863049065,-1.022911027291974,1.3338978213088057,0.7630926718072288,-1.1099831571021115,0.9889711543989924,0.7573185677350237,-0.4865725377407938,-1.1958071977634548,1.112554302486005,-0.12232854857606723,-0.7614714105681198,-0.7893108435800062,-0.8795692414942174,1.1459167561838424,0.18148199149196062,-0.06203183273076075,0.30950854656597315,-1.1402806977759505,0.22370590200502063,0.8635157144498511,1.0116958690840705,1.1470264585244612,0.10658492776103091,0.32889409851179935,-0.5584849948781071,0.10743019742453634,-0.6157664831160733,-1.4783469568615142,-0.14271072031156556,1.0069266665772942],[-2.3078404294844024,-0.11697442714390835,0.68537364932849,0.8308619212886353,0.2217343828844807,-3.5705173555594802,0.3432415795323062,0.6050771400190994,1.0877536461563098,0.12760322780927286,0.7718446412150815,0.16753799921183737,-2.837386397411619,-0.20723232487218643,-0.7787232395645716,-0.3834519701070207,-2.848690579535654,-0.6017732698379435,0.7801989133160129,0.014135777578310322,0.4651928807861851,-0.29444284562198003,0.2957425874438607,-0.1302604949176743,0.9813859239769824,-0.4144655939779045,0.5599197170289828,0.5797616111144912,-1.5251284011440016,0.8869422772963474,-0.4328080198720096,-1.3667481504233927,-3.4184659760943483,0.6466570531224802,-0.47332473334369113,-0.27934203535309926,-0.8719621919424652,1.1283525518399369,-0.16510052886014084,0.1269880742677001,0.20272476502527725,-0.34787920185354715,-0.41959652137031334,-0.25018160713393917,-1.080867827089736,-0.5224144620617132,-0.7068779406725689,-0.2722385310584021,-1.3432448413601579,-0.5635836145315772],[1.0974479258124026,0.2594380855101845,1.6652546159568014,0.7898865489740383,1.608077693294784,-1.3068855973913995,-2.1109585790460907,-0.8271961438433061,0.6663285595612011,-1.5161162823816052,0.5551068528926936,-0.006558425431505214,-0.6148815226259686,0.7218914760533737,0.7566156271136045,-0.6812233204171058,1.3666098445921957,-1.4032230513075592,-1.5634655346984379,0.4817310442659987,-2.579681308988571,0.5257805796967738,-0.160087172535787,0.04684634959907265,-0.5530995815912619,-0.3857257350222702,-0.272549354031777,-0.5961203392777786,0.3994379138475871,-0.001229845294533398,0.4901302988458836,0.6085514677624823,-1.147905568584108,-0.5281363325871236,1.348754469585046,-1.18513602216953,-1.41541320134124,-1.1030107398319726,-0.6164767520086472,1.056199627257219,-0.3532645089396285,-1.0625714890948343,-0.8644571512144029,-2.0571324841030245,0.4024392157116975,0.8976694500311339,-1.2451681557617438,0.2773930467082297,-0.20084692741477272,0.06478366176721632],[0.4217876641278424,0.754034781104289,-0.7507733272117666,-0.21326672982854492,-0.051043676287687204,-2.2425840150209555,0.48831740534121854,-0.4653703422368337,-0.6218238485037215,-0.5328852929117269,-0.9007332858255632,0.20915763452254482,0.341462428362254,0.9378985483669456,0.5569897354936059,-1.484173964990511,1.0011522901601744,0.46791585552208054,-0.457514312562559,-1.1010870048435821,0.28049410878005787,-1.3104330513748896,-1.777583699706596,-0.7358075552671506,0.14751204112817595,-1.1282633940439708,-1.9438039827919036,0.6565785096912792,-0.26139464044576405,0.6822422383235192,0.8229098342743794,-1.5480173898040104,0.8326042346877636,-0.9096769172335505,-0.03125987575839812,-1.6837574400445274,0.21995370366680317,0.2818286531204494,-0.13142028215495585,0.620948494110224,0.8970767108247291,0.6669237686704899,-0.3582050579258138,0.5006397416497352,0.4341825433228123,1.016784762304963,-0.6441469569555288,0.22544973542383243,-0.5100185299590204,0.36453223429392484],[-0.43993891248871303,0.5915820261532627,-2.3199282971806836,1.3631738077770916,-1.2847104340481459,-2.5596873385169494,0.5260418443416872,-2.1671316082869243,1.4060474492057133,-0.8518421395058748,1.4820141069359647,-1.0104579089258778,-3.9386434076411194,0.01385285823294175,0.4183543784860135,1.2548504662415016,-1.515316967932986,-0.19259851089080188,1.769079984950546,-0.6546804943740447,2.819550325725772,-2.496041939739408,0.29118815371262274,-0.8131160402314767,1.5556590303462785,0.5136485196806349,-0.8768317851639676,1.9456635355480412,-1.859807152091587,-0.2239988160872525,-0.254691719674924,0.9921539549907888,-2.36526155293409,-0.4399307968939324,-1.6615284358593998,1.6281457193331077,-0.24465812622089034,1.2901488429084167,-2.771206381870984,2.756910178681533,0.1238538701805931,-0.19314755905342187,-0.05412193703761305,-0.8759647468059603,-2.625436714486002,0.6229568570019239,1.4017266863170847,-0.7310199270285526,-0.02994613357682495,-5.219876874971887],[-0.5881982782393183,0.7462369939012494,0.9231364275133439,-0.6425707641195024,-0.5546399955063066,-3.865540676035306,-2.2287153327559155,1.5559341230359467,-0.03869858906130271,2.2956751596431344,-1.2487537672690863,-0.7570331465926964,-1.2888543533496082,0.2195171547691709,-1.2868899272284635,-0.32218145786430546,-0.7570236645653502,-1.5148701527077257,0.38988442433208725,-0.253296327760761,0.2422386984534775,-1.641741862826999,-0.17482521030098852,0.4933953998278963,-2.6786471235186062,0.22277457682696514,-0.49003583412907215,-2.550400912906615,-0.19859953086649693,-1.3830164021280527,-0.43856561161447527,-0.013255489044581296,-3.9461601427136803,0.6482261115216333,-1.7111292928986004,0.356804902239013,-2.2272872238015577,0.9480654776716797,0.5254642884962087,-1.7529229422426926,-1.623072000228917,-0.482691661924271,-0.09596001478211223,0.2207017996926354,-0.6749131680688213,-0.8918214135303194,0.7136825978855664,0.7337706030207513,-4.07603224860471,0.21643609681715914],[0.555917289768784,0.5123976559727861,0.6641616356123651,-2.1872646141581966,0.9575237819867725,0.8769963695033998,-1.8192826461829654,0.7499993931716855,-0.6546994262637487,-0.9855561054568058,0.0061227842567201885,-0.5150080289462649,0.14947265419729974,-0.7861026828331735,1.0595253177257473,-3.8377557069602335,-0.39930449026604986,0.5330164752161994,0.5949785543729695,-0.2702991793703847,-1.2744772917833054,-0.5672499688071947,-0.43818320781072856,-0.8922279456082276,0.12738174067521763,-0.14043476694447585,-1.607583516463931,-1.4776174885333706,-0.3318761668383903,-2.720670050699971,-3.155091628281252,-0.7681374734534319,0.12044784124028757,1.1594954410234273,0.3020520132069325,1.176908633264484,-0.6011754033102814,-0.7989935383588839,-1.9874930870642777,-1.717182145888303,0.763717331034987,0.6524184356063127,0.6467922724645042,0.5336131503518917,-2.2609366192911966,0.6852215500145379,-0.08014849236294519,-1.1893205878906354,0.6665915989557598,1.2154519263770538],[-0.31240764830047824,-0.16895351413583362,0.1094777474619451,-2.532026828094194,0.44516391799323496,0.31134081562328636,-2.521284497070056,-0.43060024892878934,-0.6296629535235841,-0.6169195387856211,-1.2073362369696587,0.49553126249694185,0.6255671978102346,0.6199296476373556,0.6179353160208555,-0.10259451249370152,0.6868701036555394,-2.1578114442267835,-0.4569831888788551,-1.0799361323773768,-0.2106876133159848,-0.4268458367332149,0.5857304510507373,-0.6944143107586574,-0.5275399692138601,-0.3298520055170336,0.502885881259333,0.40374159929853043,-0.14268857005526364,-0.08089435483032414,-1.0674317892431748,-2.1124720782553337,0.6904846574446715,-0.42819636042380566,0.10068835546798593,-0.1991992077492017,-0.7776983228058153,-0.6517270630962383,0.3073332182466685,-0.019460294306557088,0.2888655363467364,0.827248687903713,-0.0997954884684294,-0.6549730260421707,-1.0361378344264423,-0.3297899489409431,0.7615944884771031,-1.1071904697246473,0.024399151077569833,-0.37676389342661337],[-1.4585697366235302,-0.8367836682291103,-0.8854574264507543,-0.6511800581620287,-1.2089285603371374,0.8190102563979356,0.9412556384646206,0.2609954475204868,0.20693839972227016,-0.8960396252914449,0.09967784484871409,-1.5957456691920366,0.927462755375136,0.538183898714038,0.7634165047999893,0.8715700553007971,0.0694771303621759,0.9563081712019692,0.9918278804655243,-1.9128002433775328,1.1881117773456737,-1.6342623320520093,-0.06760993532813603,0.2000758305536424,-0.4457467933681077,0.26621640565155974,0.09524097672993403,0.3289308755871418,-0.5418088163196615,0.1760113014418172,1.4146754365705854,0.017945989013341948,0.555832569418356,-2.206309473855601,0.6486588053242018,0.8467519617105577,1.644644966188828,-0.683048779163181,0.8253205268269646,-1.5010199840568008,-2.4821171198938554,0.04639807506275106,-0.12231071982833623,-0.6436702991621007,-0.7398000920566737,0.17138715899310936,0.13100015617904254,-1.1827526469465053,1.7299925712058595,0.6973625129612105],[-1.0777931766191877,-1.1129143200621812,0.7353860535192314,1.1198691333582709,2.361731942244351,1.5817122138763815,-0.6034226136296283,1.1191482989118116,-1.2633105699274036,1.0359641024737214,-2.2278286371356106,-1.1453110083663016,-0.35987189304206335,1.43009000226821,-0.8845088831082011,-0.28523212380820073,0.9086016479552403,0.13142374681623756,-0.030203705227988265,0.30906034610153443,-0.5453199883449542,-1.2064353125820433,-1.1034933694048137,0.9159203276998678,-1.4950599324601674,-0.2960263260962689,0.42224372265126014,1.130564275442338,-0.22208109758525105,-0.5245822946721554,0.9666863162258825,-2.388780028464584,-1.845723763448086,1.190211911691744,-1.8435689340025552,-3.779137050517277,-2.3718323048427408,-0.15917967944968692,-1.0586119459888175,-1.0053800621728228,-0.0796600395335425,0.37537120156670506,-1.5749148384638962,-3.950417142720273,-0.04572007850380501,0.2204688627521484,1.4545419484329338,-0.03725851776501707,-1.0349240468640113,-0.3240127675787421],[-3.355632481842545,-5.363143345405837,-5.349014565127711,-2.0182612822885773,-7.571989468991074,-4.2317409330669635,-3.269164635994145,-2.0598801458377585,-3.4694089968099626,-2.2105506289128702,-1.1034209092913143,-1.8551107191938956,-3.071986541674206,0.5406676808402376,-3.9548974365442118,-1.2695066076257355,-6.433243866771163,-3.458127936859314,-5.764945475872128,-1.287458122995075,-6.587439845933075,-3.9818884835947412,-0.3087775175786282,-0.223634796013711,-1.0997085764608925,0.44537782966166967,1.5933234852931069,-4.970287125087987,-2.099637493431838,-1.4903803906482669,0.10830589312671503,0.14201792604128002,-6.641122861531466,1.0945485254177656,-5.19278023211426,-2.278534378730124,-3.5092445627761006,-3.60133826563596,-0.6121534263155105,-4.819213607464194,-0.24019854223108736,0.16343703918716407,0.9942675636812764,-5.037064162347364,-3.3102972620632922,-0.5270415619274054,-16.029083891441548,1.5722255395474611,-2.532248637579598,-0.17544340900130642],[1.9346949099175121,3.5029993028463653,-0.365616191771846,-0.19065483269884578,-0.3725243999377247,1.9240665980989256,1.8598254855518328,0.411796051636769,1.247927441359352,1.743928281579598,-1.675178470762937,-3.0944749697305847,-0.07516996566796194,-0.5478554661720038,2.064421159976375,-0.30000492002410406,-1.8809463320146047,-2.601998203076252,-2.8607270806598146,-0.41647327300539705,0.8597225973732714,-1.1840047969421352,-0.2786787924601616,0.650322256437237,0.7658628580065207,1.780312277359995,0.5270274251982541,-1.18916642126542,0.897556937844442,-3.1323139043824675,0.08432592014859755,0.08078658222454359,-0.49914901487341395,0.8765819678836709,-0.1376327164835647,-1.0804175494464536,0.9173640498507283,0.7488687596930729,1.2494751091827008,-0.28736206823325466,0.2849321612472271,0.28422815946363217,-0.06218767751451354,0.5450569896818283,-2.0453577155044433,0.3109051296408279,-0.36979516323077616,-0.6417926594394241,1.0744192524739669,0.058915336283935305],[-2.1980909115301936,0.8831984403618237,-0.10173845316724475,-2.1333512527571954,0.42960961863990643,0.772248828760209,-1.4467518662007772,0.29618838115435286,-1.1420985959769354,0.8040474207523075,-2.799338158871504,0.3353977308983007,-0.234269435813767,-0.015151853344476477,0.7040826881171125,-0.486131899884478,-0.7274112649425595,-1.530606260869119,0.6702727723145874,-0.910447326967554,0.3976041650010758,-1.8660815315924648,0.6941986507401966,0.9925527269015222,0.024231475420182644,0.6781036470191835,-0.35943714424308215,0.760364179586931,-0.7076918837476323,-1.600041509253309,-0.18193751482879617,-1.2551914451227602,-0.462969282684983,0.7710422889598203,-0.485660680534721,0.1373253558668685,0.6611050069312105,0.12429364273169237,0.4902303822193858,-0.4344144509389243,-0.1705967069510735,0.4348626546179368,-0.6118544518886153,0.7050885986964293,-1.518148949446177,-0.4289634982163139,0.23249302860372237,-1.2670757683954987,-0.5108769133386409,-2.3029244654733545],[-0.4134632690950755,0.5610706873982395,0.6391114145422327,-0.6466292325863541,-1.893221522577666,-0.23209531396336885,-0.6652802248395845,0.9914861328111648,-0.6992661596487423,-0.47451152098963567,0.1696622098962958,-0.5485421310100996,0.01823434792725086,0.8799145112797035,-0.3744826850874524,-0.35678426972067573,0.729281972088471,-0.19706391923598132,-1.0524354589943026,0.5974214737181726,-0.43218995399189525,0.2942388790709864,-0.4922402656865902,-1.0315432614042197,-0.8462132819812677,0.6895770476427326,-0.11531158276902696,0.5887400851350896,1.024581633614822,0.6141018659543764,-0.8833022677991716,0.04273768881795284,-0.3490742576083677,-0.6604826741097186,-0.09698896496449953,0.7013030723006141,0.5987770226090522,-1.5482564197663948,-0.14390738586891916,-1.2379357828741386,-1.0249861812114802,-1.0199993087934716,0.5886196824228581,-1.0562424474488306,-0.19492584241879152,0.5546568308700827,-2.076872080729448,1.0367881480355445,1.0339406481459064,1.0683775351635416],[0.8845603828395053,-2.7304517195594076,0.45379812801340064,-1.737044350094703,-6.443132075987785,-0.965797585629816,1.1771341456461641,-0.04106235030535028,-3.8958623299352255,1.3902080914553092,0.8397873428930395,1.3487077277316453,0.05824829598959047,0.5495679117018822,0.16297842579367214,-0.4587507361026527,1.1939645788885316,1.4572215243321238,-2.785377291689144,0.09238034817660812,0.7016002833467798,1.7141046732613714,-0.4711357288313187,-2.5158459172300787,0.21577699785947124,0.3291682438179606,0.21500409916762372,-1.5635817499200688,0.2521350219424302,0.7534000236722499,-0.5436620372299187,-0.07158589433179394,0.43926841375802456,0.7435695481721353,0.014093182300110306,0.27435948974101987,1.006633646663364,-2.9735125102884026,0.35568851472392443,1.7562523218810804,1.1583029092133492,0.07516419109368916,1.0764165179695508,0.8063226248973319,0.09665767099364807,-0.023004474596811486,-1.0548296663366286,-1.172572288712163,-1.8275786804343377,-0.3962645213914362],[0.35036503411577635,-0.23337174247674194,-0.5374704824439724,-1.1478906394066482,-0.6944536641498835,0.9026987457543788,0.2188519075611848,0.3689359592851523,-1.112014324232736,-0.09629374883899267,-0.8522883835890576,-0.07876862642796911,0.1794399654386071,-0.3614098355480199,0.4794627181491577,0.22429592939097953,-1.1167944141615054,0.34884602999205333,-1.1107970503833515,0.1784337919871872,-0.5251460396776818,0.6752639827008627,0.42026022589024115,0.4315031387017904,-0.7529870048648818,-0.2295602878349906,0.48688165757609353,0.8157065546495347,-0.5576012713310937,0.09514642266542064,-0.2203942713870679,-0.7607090589150279,0.6602950021694584,-1.4520761452108033,0.214158892707583,0.4087214958257599,-0.8145613262452343,0.4307161657622535,-0.2826728849671633,-0.08071831457090468,-0.9569664888311061,-0.29284722356131443,-0.2587091646799789,0.6952507592167412,-0.4544277126645559,0.25202391847281563,0.3323536387743242,0.6482303673705906,-0.8633501965030158,-0.8629775760628737],[0.7711982627076336,-0.44304588091058594,-0.0422144769707697,0.38831593570343675,-0.4522643108254458,0.3863129127535744,0.8220831937595492,-0.5975635444995494,-0.3129218085140847,0.45491602365542655,-0.9785557732439336,-0.9812559873221637,-1.0575823729278655,0.8433797773078922,-0.7699619389792902,0.47065984595610255,-0.841289222480326,-0.30930780080390097,0.09346306913905873,0.48278565264107703,-0.557663625267396,0.39349736566717286,0.5872233351995623,-0.9274721716077884,-0.12585043779511074,-0.26229717437877803,0.9152629008925858,0.5417378222943777,-0.6830976362934319,-0.01423013034929188,0.10773793472878242,0.9045893817053855,0.015880420667131787,-1.2776277334904331,-0.4094877949615741,0.07462840042469406,-0.4916115724618926,1.144421148961731,-0.41222704559473117,0.48687152241783754,-0.4775050235634328,-0.009762642366630273,0.6126031643004564,0.3850113130481161,0.3092839638243338,0.919254637488508,0.7877013706675711,0.1008336908902032,-1.568730818548101,0.8958345798997271],[-2.0257573727130396,2.023697068554419,0.34024764412688746,0.4518035305842124,1.5882631455952634,1.0509310109149723,-0.7746464144759576,-1.9125037306221064,0.5762542441441932,0.23394557206757988,-1.6040260788790066,1.0222061186998443,-0.41547755477125364,-0.14762819935146043,1.3705674369073126,0.19652974417835298,0.7970130046662889,2.115518984852061,1.3481716717977412,0.20257130289547384,-0.3268985300257738,-3.5291423898333636,0.7777253375975943,-1.7300603108296928,0.7407705389748751,0.5352840799022205,0.2653039912616622,-2.1550253414146234,-1.780875876508186,0.7439546795599767,-0.19165161539560716,0.4573059266673085,1.0416277903882094,-1.3422004815645585,-1.2476655709616749,-1.2937309961770451,-1.0623338866492498,-2.2363344270229835,0.24370723651188217,-2.1009977992089004,-3.384214565992817,0.44562163818283224,-0.12310877240451591,-0.4210592845887146,-0.33917903196500215,0.034105966248858234,-1.8395741529252396,-0.6522814626364895,0.5882012373150819,0.5230075455735106],[-0.5678242057643175,-0.4172885826567868,0.05175063402067365,-1.1621103367893224,-0.4062634544152568,-0.31342534798103516,-1.1830289566457157,-0.02928235517476801,-1.2351199931376664,0.9409021666876342,-1.73902379270756,0.5090973313209193,-0.17779325619081868,0.1428562322295187,0.9916390423977798,0.7638556495130716,2.0820697554304015,0.4694891173272506,2.660697625202635,-0.6264371912458068,3.107172776564558,-0.8576512618174298,0.30976606513495647,0.356711063096306,-0.08973146161284758,-0.7257452075736783,0.3166618973788298,-0.2831122046543455,0.8952350523923257,-0.2840832465062493,0.0437351273834748,1.45194589900736,-2.395209718276269,-0.5722765463301753,0.16439590044380253,-0.02081683716546583,-0.5408912898514554,1.204776571377889,0.6896582601135236,-0.009196055182083674,-1.818761289842814,-0.1054815204926047,0.5796937010719622,0.6040669889579107,-2.03844562453854,-0.6216711916235435,2.711245710434953,0.9982262443158005,-0.41881764014669925,-0.44825210521241016],[-1.0612211335438408,-0.8168696671700736,0.4452739305097904,-0.3224764665885089,0.9258119770502825,-1.4887414758148794,-0.9123544079182443,0.9591035554687747,-0.6769939351157785,-0.6427830855381981,-0.41934954916337025,-0.5944654136561595,-0.2617835605350884,-0.10690939716152875,-0.3363616792351942,-0.4103329454064931,-0.6608783171925631,0.7790489517028899,0.03156914443202183,0.8286472132069478,0.4309814522878836,0.5443503251983666,-0.28440669232152566,0.09914660959369924,-0.5791675810311844,-0.9270450940907795,0.3561105862681685,-0.07820600177444534,0.42469676008621843,-0.42712773003667104,0.4728069340444349,-0.21212957014599151,-1.8657178054177228,0.77446185934834,-0.20337689017803887,-0.7800481707400768,-1.0157062879416494,-0.14753349077477287,-0.16404530216090668,0.39788793387286814,0.8345796075362996,0.4385721805684618,-0.4065370888982606,0.3123153649568725,-0.9395742989277454,0.5267231863942146,0.8886639672040821,-0.06710039795737424,-0.170934789253742,0.9148489335396967],[1.2005404742074302,2.290682632679455,-0.5891759891666396,0.4994962189762609,-3.0688909071903634,1.262529976642133,1.9265766761047591,-1.1590715240989193,1.9558817325797178,1.5712774298519079,-3.851039165142448,-3.697744647299164,0.19505711719360833,0.12146500589432878,1.8331535725450863,0.3172535902564096,-3.882199056856178,-0.9118142610819334,-2.475293856895175,-0.4334852127160785,-0.4104153456314983,-0.7814944416523206,0.46540150755955906,0.21717319071006286,0.43005739905639173,1.7927758998221632,0.3140436402652021,-0.9395121325161997,-2.027597291072725,-5.3846115235819205,-1.2054796061319415,0.1760895699393515,-0.9297449747223208,0.6974521656506261,-0.16492711224814383,-0.9467707293746332,-0.16184231405811303,0.7117155065316867,-0.1019926168504764,-3.9265660044500206,0.3727305088578072,0.8252011297360409,-0.40444019703376843,-1.6100745495500572,-4.002819050398802,-0.5100532385740112,-0.5050211883101581,-0.58674467724763,0.6808773810515603,-1.0761824617231706],[-1.9483829133780703,-3.3835554600371416,2.097095827337337,0.332510984598642,1.3090206304634047,1.5062361940191458,0.18465086123664612,-2.528063384501473,1.3902700060323314,-1.6364469294392867,1.4253129724196811,-0.03780860502080389,0.018658776530587978,0.45487922250541196,-0.812407991381985,0.18846282577837942,0.7054250324832118,1.1509622291473125,-0.9229242107799607,0.5970032300689239,1.0565511717174756,0.3115822904051475,0.8855077518910056,0.800730727419883,-3.2626607093527613,-1.0019949142524232,0.13505484610067953,0.42977930698289507,-1.357327236160705,-1.0748315677418718,-6.037257884020209,0.1348297946735278,-3.0838543642897274,0.5739782437935896,0.3982628873071292,-3.3203344896092846,0.8516818740405072,1.3087842213709382,-2.4641058693087814,2.4928317008796985,0.3532704149577413,0.6772191811588513,0.9036067009539831,-1.1592549766321705,2.7944531413474105,1.3153220519377509,-0.3187177140668053,0.8772122844697013,-0.005180877427325452,0.5655410023125659],[0.45805531046541537,0.4735251915058026,-0.7935990584751215,0.6269916060193094,-0.6427524463577241,-1.309436309862773,0.44944935823398574,-0.5974460157553543,0.7278558239808549,0.49975686647073625,0.04242063331076628,0.02478082502628571,-0.5754728524104019,-1.8841242493868813,-0.5938980672957901,-0.547220417571766,-2.0284503707165893,0.24887188223604623,0.5741375253445217,-0.28121720330133554,-0.0058673526015045495,-0.6963238014395654,-1.8130318789627218,-0.2430890470476974,0.7742687102314487,-1.033271095830774,0.019806930528111676,0.4313907950482835,0.7850670211847268,0.8329671259106719,-0.49403303159909095,-1.7945289485707956,0.07276906460079348,0.9505196285977593,0.6438478300638398,0.5293218754867224,-0.1303777880202308,0.18526711403188395,0.9283335894336431,0.7841011820850128,1.0118783759208088,-1.9136610164483332,0.1714133046677489,0.4661310938301021,-1.9625574015657983,-0.14281132762944682,0.15366385901777554,-0.42418507434714875,-0.0014470573594364661,-1.2242547750778119],[0.5858697621777912,-1.021848913050717,0.07388279755353798,-1.628200600320762,-3.1291542585217376,0.7128154439628287,1.0018523271338489,1.1534011539164746,-3.2334672713550496,0.4330448086893464,0.9440056235581756,-1.5781055267821589,0.29620276552633645,0.062187556499041875,0.9320327512791796,0.47122165086181356,-1.5117961749525919,-0.3429490812533539,-2.4172240655431696,-1.4111628007060233,-1.3764642459504537,-2.2990743481571956,0.8053228312128587,-0.514529115707721,0.16079397331215178,0.21711063164739863,-0.22790125068929667,-0.08780715398012096,-0.1588907197202541,-0.20689819680776825,-2.236749688255519,0.5513137625135546,0.12483086587416707,-2.558468443322363,1.3880842744022481,-0.2393661129921335,-2.2218854782721986,-2.837506982109537,0.2183959856425611,-0.6424113470195885,-1.9477401871227091,-0.6284629818334256,-1.70661117624223,-2.559514385802732,-0.6104627650996445,-0.8690264023090579,-1.4340621017850084,-2.859110361373678,-2.167086991328674,1.2609422918836457],[0.3508637871714738,1.7282699808390414,0.271371246372014,0.1327846977219694,2.3791582879894824,0.13939134129681693,-2.021200762993428,0.6138010216434229,-1.0328520514744004,-0.9730126789600098,1.051174745674296,0.3206540841135673,-2.2462537289906845,-0.10879249533037814,-4.486813757717543,-1.59196123868167,1.1396308228823033,-0.2906780926452414,-0.4934094684617037,-3.843271764557553,-0.12283863991454913,-3.0029681625243447,-0.6236975193245509,0.2136055619037945,-0.3512806367494587,-0.7864338425788442,0.6664793132340993,-1.341784533104252,-2.8956145064527083,0.4883381165218014,0.012349222002959374,0.05748921452390819,-1.0721181155509734,-0.285302779925007,1.542785810087968,-1.7377541012839692,-0.850934463760461,0.9762519676967064,0.26362683305307444,-2.3841200414929715,0.7913410500452337,0.6163505113825106,-1.1690327108307341,-1.630139569328141,0.4876247143867972,0.015416617358179403,1.1482747755770353,-1.2890979539419176,0.7967704440616105,0.695012565183632],[-2.016535915859928,1.881202636470538,-1.203906332517269,0.3560798510668771,-1.7678425346291957,0.01913935421622574,0.9922045480781152,-0.7523784869876039,-0.1926764090148615,-0.29388205390879824,-0.08641392407715147,-0.20440223721170614,1.076119287269225,-1.0126082514622068,-1.220689587046299,-1.1037931164766683,0.6561530756769998,-0.5890703668903345,-0.28273313140869977,-0.029472430196269096,1.1044703233986148,0.8145912584240799,-0.5722711964720115,-1.937342140850539,-0.7732610436195111,0.3136319159284399,0.060284885758237323,0.006662012828338335,-1.4603796204783712,0.66649672557521,0.9199896008501003,0.8923995100434704,-0.1767080902535708,-0.8780193074775473,-1.195746503032278,0.3494550209509123,0.034355395999672377,-0.9305783176420179,-0.5324497389013466,-1.4707167422884584,-0.2752230894847016,-0.5018140220836399,-0.6213754573587055,1.6256302062018027,0.2662003668863279,-0.10124632166681045,1.3616861617821212,0.6480750037856425,-2.8393423799319355,-0.09179576157343862],[-1.2444658471941081,0.3324546851897304,0.7190573190311884,-0.049111473510720025,-0.04813407552596597,-2.0550349136316983,0.4800596635276155,0.8552558551922168,-0.6047852614095379,0.3891959047504734,0.771488772439003,-0.30651688017160855,-1.135458114249111,0.15228537588524646,0.053924464500106135,-0.018545260254167955,-1.6463376784562633,-0.07297651761094479,-0.44513439283629397,0.21491480745724584,0.565478018576477,0.5519276393067895,-0.07580151349160448,-0.7033077417322646,-0.5235115607467029,0.15076773333692858,-0.7468509698063004,-0.1700735505550004,-0.7628520809002584,0.7907789836812282,0.2934304773959078,-1.148595084351326,-0.8483063546579261,-0.5981887821012365,-0.28749772079638874,0.9387450400205637,0.5580618307278887,0.09860630688150249,0.8094225796803899,-0.03087664003145344,-0.4985617202123812,-0.04688554264610353,-0.5896900857025946,-0.45103806607326663,-0.22324849279460005,-0.988126065204762,0.23928390853448947,-0.6791185565102186,0.27313107345562293,-0.916898129510841],[-2.61498724793362,0.1594203198746492,0.10549911634534549,0.3130239338786368,0.3475803459635166,0.4078011129951295,0.9953150846738663,-0.44427099332740166,0.5138681064453979,-0.8352564913681626,-0.7832795446402269,-1.0430921959731592,0.5588699137686717,-0.8718336165656259,-0.612357075043799,-0.08913404410007464,-0.746684883110297,0.25433557211229496,0.04076677531770113,-2.326702547676421,0.18889379250050395,0.5489011412427112,1.009790149353841,-0.2974817294375286,0.3185635376703709,-0.9447207947660518,-0.7015346408423132,0.5786928476077049,-0.15049669155441503,0.052092359927845916,1.2226079521649242,1.2397883260666822,-1.2894614810989153,-2.895504587933521,-0.29338600840505336,0.7545547397517444,0.36015757879538207,-1.0220386241343098,-1.301575314252936,0.9818242797717457,-1.8398194820491982,-0.29057030614662344,0.8971738945956382,0.8796463611822688,0.49627080218270025,-0.09188339014087885,0.9538128559820115,-1.8474335135240705,0.019678217604789487,0.7234374568111978],[0.39407528364695676,-0.16014992154002808,0.05152151163550862,-1.3718005280588323,0.7186904330423131,-0.2148998293438794,-0.5762836707594852,0.2994446319062616,0.514227095051626,0.378743075342824,-0.258648445709423,-0.7387056210694063,-0.06250831801574133,0.7768781390486227,-0.5391469417548485,-0.23550678906612368,-1.189987469093732,-1.2827121661712657,0.24295199014696417,0.5515687354176024,-1.261008034594355,-0.3344916009446408,-0.7227469449294845,-0.25028230684943087,0.18462859327335424,0.7416843408086404,-0.6946624126708881,1.0449660906207734,0.6109626586357296,0.07983357195937857,-2.4713786781531777,0.6213464784727347,-0.5821081003097633,0.11857587021199482,-0.47932338097177757,1.415979916054006,-0.3520925260270339,0.7744033400579781,0.6854551944405308,0.6331432976083529,-1.32509376174347,-0.04284334358882987,-0.39291115086717465,-0.46551404039034877,-0.7808059237395965,-0.13014742665145934,-1.1809825892650114,-0.919741413392705,-2.5908241857278047,-0.32832803299088703],[-0.505064496584576,-0.8870947096032847,-0.7838495438729757,-1.1305495569149677,0.11655731296072437,-2.2323518202687556,-1.1355771427728782,-0.32919072929256793,0.3699887222573373,0.01705311765745529,-0.829219778703594,0.12935773216471358,-0.4653343379984249,0.30366286315191987,0.1324881288180017,0.3401371485287119,-0.8448251783988442,0.7189949306929069,-0.7697889603998438,0.3494264048366193,-0.7095890796928285,-0.6226561493733401,-0.9602647403209965,-0.5359899620066976,0.7984986972668917,0.07915627967610075,-0.785796409291598,-0.43453263157582067,0.6756319494003967,0.2601320781030838,0.9173845581765249,-1.5683231589168578,0.3395427481256745,0.04933174205055428,1.038722570468197,0.3352329234974051,0.45815432475537204,-0.9507000857822611,0.5907353571584856,0.5653656186517896,0.6589370449222559,0.019522991262978545,0.3589895546985017,-0.8505834744156867,-0.192849703174486,0.9650212445045334,0.20424928821214072,-0.18625095204704645,-2.4411021581021677,-1.0078153246396786],[0.28101899426137117,-1.7711131201195334,1.1313218645048169,-2.7310474361719543,0.8846218073115937,0.49053832020012894,1.464524747253969,-1.4619397739452837,-0.4362010395683817,-0.1892116622634949,1.0764847299653055,-0.08621913051042877,-0.6849772637072211,-1.5326246686784042,-0.9582404004204401,1.0044491774101758,-1.3796755212413354,-2.8182077449780274,-0.7734228189678166,0.7102014837122719,-0.21504586144089574,-0.11958997553575543,-2.359404491888484,-0.3231874890370272,0.20854603216378087,-0.40172615252915317,-0.5661391410174733,0.23202104330942766,0.10824723751760999,-2.4406585343019533,0.5816489093481347,0.8686137991580313,-0.05505993460207736,0.7434228574151331,0.8077221433159198,0.2598200149134318,0.32316204225532685,-0.7067224123291549,0.1414860412494412,1.2312879811124506,-0.05076241744793992,0.5695144909915886,0.754712842468366,-2.4696632796369955,-0.07551798409296599,-2.0531987827388805,1.6083008459994206,-0.012374225247776906,1.0640952756794493,-0.8138774844215058],[1.0467691452713141,-0.05009828854140844,-0.2804472668875229,0.5702044438239148,2.586442649573175,1.2358791913429128,-3.1806884030585314,1.203690885951849,-0.49535608299887984,1.2572509446358076,-0.41190735231844855,-0.28895413737561965,-1.136588706432578,-0.4145641865432374,-2.9743926160954812,-0.7929661884590002,0.21807005538372873,1.1361724335339727,-0.11968058130041473,-2.3371120557916747,-0.04362785948090705,-2.8350892802277747,0.0885941134434825,0.6083573915056679,0.3348647556693605,-0.42718753570793244,-0.2824482992789893,-1.5489107487586586,-1.0364443488048178,-0.8922103775898031,0.0702352886967018,-0.6525254549798881,0.038813669126196,0.11916442486421612,1.0980245470577918,0.09758138115089827,0.5718267435402677,-0.17079060794253212,0.847913174678857,-2.5371986554189547,-0.06447574504335019,-0.06586615343594857,-1.34272238025431,-0.5140398317587702,-0.41373027004830987,0.8868461775773773,1.2846043950639832,-1.5943759457698756,0.038624592845402934,-0.2842165419939257],[-0.331565908209789,-0.10474810680623454,-0.7011058519391443,0.29743844924188284,0.872435156408385,-1.2545434748168853,-0.5207883328964326,0.2485672689283171,-0.8223568817679718,-0.8741432690500205,-0.6745426175707789,-2.0062357941889104,0.5626669427515641,-1.387710162450727,-0.4734493928431455,0.9162980958341878,0.6227328886253651,-0.657045316101458,0.6274042769906257,-1.2796645405041294,0.7354067198931015,0.23421547700736273,-1.133570158128341,-0.37987668633054356,-0.5905368785907545,-0.47626552857404897,0.8611380478807333,0.7616590204122512,-0.8432993711832077,0.7236598341967847,0.8607834001316558,0.022203258627638327,-0.713166985902621,-0.10601848232924317,-1.313024857206525,-1.9281011539608022,0.20200216184253303,0.6887540401178464,0.6825120250898556,-1.2609714165833572,-0.88872631612878,0.036204758383436404,-0.9291944883909513,-1.3777133858590715,-0.4057283267708253,-3.074606861739961,-0.052425742742119405,0.15168835170956432,-0.5263854847523116,-0.736242942266734],[-0.744757587613057,0.8529152371795453,-0.6410500261897641,0.9534309236854647,-1.9329847238630364,0.28149014888656226,-0.11801975680542386,0.2648277651208653,-0.32160568332932943,-0.30755888739883036,-0.5678451826311649,0.5996756535636895,0.1945419394225088,-0.7083800303962005,-0.27524086904663037,0.5167823171964641,1.0111811573305212,0.2720670088542906,0.8036045817240994,-0.7274323529001061,1.041495954499613,0.15426774162068818,-0.3927172722160595,0.07772936925608462,0.6067636596338161,-0.5092933071807825,0.46916909088201547,-0.6386504300341498,0.09665996995939521,0.13798481236592988,0.09799761381507426,0.09050912833934982,0.11886659727752097,0.9830184184271099,0.1338895032968817,-1.1232548844430086,-2.9302893112266664,-1.8273565323200711,-1.9920147552460505,0.23767008291936265,0.5645399499411743,-1.4203671995019642,-2.6065035016482496,-2.5869014593723607,0.2904146928839795,-1.630964754264878,-0.5387656925120384,-1.3885867836391539,-0.06860130377144975,0.866485467517476],[0.317366114970811,-0.22032487557300362,-1.3676399890028335,0.7158493466055909,-0.21457948641397784,-1.4371161685683005,-0.483889465029273,-1.1592820564054493,1.0544258331400616,-0.5349125376008045,-0.30690028698699345,-1.173195437236813,-1.2586713505087104,-0.6919430301187852,1.0915906526408463,-0.36797347291933963,0.4377466484948883,0.9698987651253341,1.288660936376319,0.23953737262301922,0.2718594276156319,-1.1193408698349152,-0.06731188757411502,0.5721868944482116,1.0317865006118767,1.0276601376362962,-0.6040484210918063,0.3873827303498975,-1.1316769277217096,-0.33636712476636577,0.687085058470121,0.17493824176715855,-0.5116304224647084,0.7595693684037067,-0.9035865436542477,0.4700572917993264,0.2917596396048793,0.8426731887039053,-1.7545571232104469,1.531038326469779,1.1969416461611326,0.7298310849823066,0.5243984959580655,0.298229147401801,-0.08713723889762297,-0.4252304315949655,-0.6722676488672314,0.8018632771999396,0.7162909833452341,-2.2845379967484094],[-2.4974538846269247,0.10047993409165537,-1.9391925981563296,-0.9513377424185198,-0.20023442658037205,-0.49906055747571515,0.46769175800053847,-0.896303421331801,0.42076199418770194,-0.8790580018600953,0.710189746646818,-4.1098224026497,0.37851768843356126,0.1126901198793858,-0.4547359186928248,0.7611705733575876,0.5071782876543959,0.14078048227204853,0.5331527230610553,0.19880526089256753,-2.471467054048328,-2.0101702761041733,-3.206098300181758,0.654316303276514,0.19031987209073684,-1.031588950550904,-3.1771741436392693,-0.2599707820507402,-2.3712399554674057,0.303081400173168,-0.10686882760669777,-1.7692260588007473,0.23213815335236365,-0.2113723986813246,0.6102379680741066,-0.42632122695205393,-0.3296658264239448,-0.3417891793352207,0.8818724444072078,-0.7487553320648856,-1.0029906754165132,0.5147061480392648,0.2139582631096014,1.3068411872681462,-0.017129332051287357,-0.313051153600952,-1.622081649270822,-1.2059729352477244,-1.2927508177382645,0.5578671078236229],[0.3626901530547385,1.0899615249928143,0.30686491251262676,0.9153301412125135,-0.19891423736313343,0.3137505629341155,0.46851944091093056,-0.5475170763682788,0.07010235555323807,-1.6314463639155552,-0.5394051504029618,0.6221915639384481,0.2552233249518958,0.07999173266505943,-0.12528621205479842,0.9176413608362481,0.12240069339145039,-0.9819477622496566,1.2210363236590847,0.0692154675977861,0.8289301951028921,-1.0206699766019234,0.37132572073224696,0.11843143943637183,-0.5204543606218973,-0.4159739734087049,0.12688435991342326,-0.21175723090243073,-1.4105293480975831,-0.11563669997301473,-0.7620309464165055,0.6374796205508915,-0.5184999253278938,-0.88633925960201,0.7725589670450335,0.49437895925369624,-1.3251058953342265,1.0295125537059115,0.9317162821359993,-0.29698043977228694,-0.5116742467339628,-0.00566866725345592,0.12744544967832475,0.8936546059340007,-0.377128108244006,-0.3324453781735798,-0.8714361244567648,-0.5984440718076088,-0.5861926082933856,0.4082399435993865],[0.4187077117174873,0.14840697020770865,-0.045733233624172476,-0.5400499586874236,-0.37516481558708353,0.17422200851305272,-0.18932723785256197,-0.6044810991790573,0.608100733376525,-0.14523263478591877,0.2135976688498196,0.3140128850036642,-0.3232579791028311,-0.5731711247858553,-0.49772669304651423,-0.32812345810582977,0.7943648221213361,-0.1497140304338758,-0.5577558607791218,0.668282349875892,-0.6766288498389967,-1.2641732117186795,0.3696968511488357,0.7364110743600023,0.7796945428080577,0.45374660722070037,-0.5228906623179712,-0.6186521976047841,1.0102937828673388,-0.13806200113739636,-0.7299889411620631,-0.06354252352617502,0.35909371164391657,0.8813077076401672,0.19415650949962604,0.7968717637679215,0.43121936875917427,-0.43482884507685765,0.8333038790297506,0.9408772142740497,-0.6937560279362056,-0.2498069485358609,0.18769737345484072,-0.4461216794213042,-0.3103394462416447,-0.17113514747642156,-1.1503465505841857,0.05928750013828783,-0.07805662516454343,-0.6435998770282703],[-0.4187711910449228,-0.07806044216095524,-0.10139751881191246,0.45187595259478985,-0.29355814623307036,-1.4127281360678243,-0.7828171075474947,0.015647328466541186,0.6968437923697122,-1.1417563716958599,-0.3068574655813879,-0.3292729209086997,-0.8683168951231359,-0.7786378516739947,0.2931056379353697,-0.20244116208632415,0.035891899122751925,-0.16453913546329657,-0.15586674555964564,0.26426754073529146,-0.44664225551937703,0.2594780234692411,0.8363070359255145,-0.570620169985333,-0.109223485334629,-0.5050572377320204,-0.1890429292865824,0.7542567816423604,-0.17297141731013177,1.0000906974501595,0.7197679699365068,-0.2934366266030268,-0.5806829075462724,-0.48245475372330116,-0.41403991757944114,1.036131096142096,-0.5365035449869118,-0.4976412567677715,-0.46736202968239066,0.03025934816374376,0.11361239903846461,0.9447455478836326,-0.6978823084623362,0.6899302703448753,-1.066718065773037,-0.35188362933954564,0.3925006704324588,0.8959099819569584,0.37715571178446694,-0.9683280016842749],[-0.6314593050200437,0.6400061630463291,1.2339260627250663,-0.8019479313886049,1.4749283792623695,-0.277452707563228,-1.9969825285535185,0.10428980439523128,0.9539899167577305,-1.6747305112257638,0.6918162589176516,0.7518807286080347,-0.2632636106232855,-0.1971795751304251,0.14541597791139102,-1.0612056035306434,1.1428512466012672,-0.03227042606893752,-0.31353042459287084,0.9297235173144026,-1.758831541871401,-0.6956605950265397,-1.8980148154822476,0.6932738597014797,0.6116870845025235,0.8557141062079235,-0.8968546019388706,0.8758171467275879,1.0117625810548683,0.6579750319327815,0.037748754489373884,-0.2320465836943275,0.6044457734958206,-0.30897000848001094,0.9323065182845949,-0.7674996335726406,0.032221261883958276,-0.34379273689798423,1.1866299569832426,1.130771428861142,-0.4039931039320029,-0.9627693542561245,0.20606560974238383,-1.1194707834553368,-0.12970300734767748,0.7785481840020614,0.13117911878546293,-0.07291109068257597,-0.9759826721495002,-0.585619684735899],[0.9611700996961475,0.9343231228307558,0.7181746285551159,0.06485204212787461,0.4114626399460068,-0.47379776831119647,0.4256511050113697,1.0191585269671952,0.15112547127354675,-0.7843677000327197,0.8034577512749391,-0.4038132467691293,-0.28695251503205904,0.9758224620913813,0.13453183837373747,-0.007431018432235155,0.724424533256176,-0.7557869717341203,-0.3500760104887847,0.007086064246458878,0.5083181766812479,0.6254064528544999,0.2225293438432824,0.1379889321175873,0.5846667978320663,0.512849109104165,-0.6673686799544505,0.403342622484587,-0.41210408850839675,0.6927018053646837,-0.28476768542158554,-0.6752051812572235,0.7262311165285195,0.8625887557709326,-0.5719850357760674,-0.31628592369566433,0.8451514445191577,0.15163558705318642,0.6578682164037809,0.7364703889071768,-0.8336014105354266,0.5328142118293336,-0.1696773230677291,0.4428133845151722,-0.8272793343392312,0.3946556188607148,-0.3773415801141396,0.5673939218281265,0.5455560646467446,-0.4647455784394801],[-1.9002155812045336,0.7442767703811374,-2.5621108447438488,1.2838114726068828,-3.629802412706617,0.6794657479417232,-0.5594081038833537,0.4917834510922713,1.207352749060127,0.47801933868283064,-0.9006692955630003,-0.2929069876988542,1.0186292193759723,-1.0821711620632959,0.9158931728361328,-0.03712496649976365,-0.6676351514729517,-0.8266828159012168,0.06839214603929247,0.5718592606863314,0.9235447230451347,-0.8155226548996866,-0.3111896946606863,0.6971228650770157,0.8468875559607262,-0.015278619502259928,-1.529358335374698,-4.490744027967125,1.0527375820350862,1.2926857546935857,1.070561414288011,-1.9859480695530531,1.0184493227061542,-1.5691580931334423,-0.8325841150908095,-0.03326850903850293,-0.9174425571846424,-0.04293427894517579,1.0234081949227385,-0.7995165949304585,0.12583455843590355,0.7988576327400119,-0.6787076471555337,1.3233926238653742,-0.38410408754372954,0.1700149830244718,0.7570944768822632,-2.9726490876836738,0.7886869924541157,0.314642015533296],[-0.6567669407537408,0.5645853414319819,-0.04599104701090273,-1.7751772114923383,-1.4865833586723896,-1.9684686682775636,-3.7684279865047237,0.38444303740398345,-2.127386695899164,0.5278878818000801,-2.4295602704839094,0.23645983898342884,0.9377125937875068,-0.4958307696345594,-0.5626461029813823,0.9493517121523858,3.1124229895279187,-1.3593393390269077,1.1564805902295587,-0.29680077611155753,2.0176628548767113,-0.7257916879589548,0.9463094271066416,1.0171492373061397,-2.471560175323222,-0.16078812176710794,-0.8052046415982675,-1.0947414696281357,1.8272253486862133,-0.20815109147757177,0.26744967560106453,-0.19263366462021528,-2.3263966963761704,-1.021162209975557,-0.30605749629253187,-0.5397352923453859,-1.1725366254981562,1.326839653469337,1.3454380668930448,-1.2535960969923405,-2.663064346870699,-0.5844916511214281,-0.40193733694758943,-0.41455469581612914,-2.738647602934577,0.5790660708054101,2.7432184395999277,-0.8923494493251595,-1.2534450531508936,0.9711534107046645],[0.32302272237832946,0.1088055510906202,0.44809521188552426,-0.25369376865398136,1.1272672780252673,-0.8522786672239778,-0.7492090071046391,-0.45555756293384936,0.9004007176077619,-1.182680089704102,0.9344011023226712,-0.8487268137431998,0.4540976909758903,0.026156669652919396,-0.30074418915105255,-0.19574070779955127,-1.7534413895231573,0.7261890134777308,0.2652574065000927,0.44656914868340447,1.0059045228676398,0.1868296236522187,1.0164750388970774,0.6953520425881129,-0.9489668873856105,0.6247794863745704,-2.016960208148115,-0.26878727762973426,0.2778164710594236,1.0286189889582409,-3.2519065422538334,-0.06451531052890376,-1.3600415948982132,0.4246939072731967,-0.2281415269988795,-0.28687896995371903,-0.39392318006426225,-1.2056833716289193,0.15905972945981744,-0.10832201050238253,0.936238735987992,-1.2046805409654215,-1.9121100778798559,-0.6587074599372138,0.946166292204311,1.1642270120940073,-1.0082106139024296,0.4454665909074741,1.0699661877211595,0.6555931795113097],[0.4427950044118702,-0.6847320919166647,-0.8070044813137867,-0.49669163997217397,-1.3611324763814951,-0.37146229125688984,0.25858524737373545,1.8317030859406438,-1.6508992666106646,-0.937038573412761,1.7037273412599012,-0.3930685943668313,0.34089590534267167,0.5307254295423481,-0.7312371629400924,-0.3836239380834919,-1.2386093753423997,1.314707079197493,2.214542064762331,0.28146670885168035,-2.8791218837163908,-0.25610075829557677,0.689044380615096,0.8271582856242772,1.8807005179357426,-1.080590540254502,-0.3754235759604233,0.8945379727978328,2.36637955348055,1.4925136671888892,2.791124778491456,0.015101014702683211,2.7410779753422956,0.5820047067275574,0.6930863537320434,2.344729068033223,-1.2371856346940542,-1.332243286413359,-0.10621358942716635,0.013583368452750651,0.21372684107936665,0.4950305839508886,-1.0125703558563943,1.5170356583697635,-1.7531666355344127,-0.2589360903525539,-1.5641918526659488,-0.8451206838736071,-0.44199135622718644,-0.0029309185865675977],[-2.197951044906734,0.04396823665104499,-0.48313913395923874,-1.0844953601841014,-0.7144546841218035,0.5175179053523546,-0.2961432591342706,0.6564199930628491,-1.9392916959116586,0.09497380763220334,-1.994498257261792,-0.5348929122180858,0.17812514180573752,0.327017739487614,0.36367579507044895,0.9014271259349894,0.808933323221545,-0.5623011596954905,0.4731113898128372,-1.305241202932095,0.9834847027302862,-0.8720883346246141,-0.7793616056751841,0.8410897753460962,-0.2958866309755049,-0.19084131174739427,1.0524476194250159,0.3728579935749756,-1.3844155956220996,-1.793695029253937,-0.7379252504021593,-1.3247072297620166,-0.3978280248498908,0.28692790620778486,-0.5288474237241154,-1.0272145384818625,0.28359079065047277,-1.7183129078275623,-0.8235316317074298,-0.3289032934632511,-1.8868398755636657,0.5625433331963114,1.0729772776318964,0.41932877371107435,-1.4562015109395077,0.5514921769234,-0.31728313361578886,-1.329454389207503,-0.7640943701681155,-1.7435755417668777],[-2.3442630228869663,1.5609038968845124,-1.5968531697723163,0.3160353328874091,-1.8592151597949147,0.6807495853464872,1.19156272609769,0.290121005139098,-0.7008253293982388,-0.08083690740352345,-0.3110099965351744,-0.025592240440930426,1.421626419242183,-0.9185436797340908,-0.2228122683044092,-1.4365828644127756,-0.2958770137923468,-0.16493408003154922,0.8565776557551142,0.6328778957513456,1.5769106144990528,0.1369982589284126,-0.6926392388531685,0.6769964941464509,-0.5717232076102851,0.5774283697104499,-0.6685293971178178,0.13068671743234264,-0.6305501389675742,-0.3888957338096145,-0.7173291330895574,0.07722336061976497,0.0017516575380632088,0.3515763598540761,-0.6737792457098246,-0.2052938782886444,0.41515550256948425,-1.2071549514780986,0.8834322099769315,-1.9492245069083485,0.32992521579843825,0.9684293444075823,-0.8829187663702771,0.7208981771379572,-0.4114085736363513,0.08734526087286708,1.4251339150600477,0.7119951733868256,-1.312542181315375,-0.09116586728621151],[0.9988881438346501,-0.8649662330886276,-2.651038022902649,0.4206482976658449,-0.04707785967698941,0.1792812021846617,0.35473567096459485,-0.7784687884399896,0.9607431700406978,0.024732069733942125,0.6112975033283463,-3.173168516695842,0.9171017987661306,-0.16469224724611697,0.7263098874798682,0.7848306114830854,1.286742909445642,0.4558605895792038,1.3854928439022305,0.7385117752144111,-1.3226599082256867,0.0366755639165449,-0.749247326188022,-0.6762394814709771,-1.8746689549467208,-0.7619177373187044,0.2844595409121877,0.3957291697133094,0.8395616663296399,-0.3611870612352705,-0.7916224171799069,-0.107512723213538,-0.23684384611719608,-2.241668823518062,0.5661694140628981,0.7009964885853966,1.2618969763620573,-1.3878329244121506,1.067170291001095,-2.0558342890005954,0.13793443395648367,-1.6362444221635908,-2.787439321083659,-1.8576662644578772,-0.26310431645920274,-1.2843870672374602,1.4877272773496721,0.23570409917193427,1.317395813855781,0.26138405751102256],[0.4995235967468387,-2.3274536939200967,0.5300367215875798,0.8759015178906612,0.3660783379521012,0.10999566753039394,0.6160840163541688,0.1510848983379846,0.08274729696928275,0.6028601815109697,-0.4870345751169901,0.38980936432450436,0.456017733308057,0.9883200033641711,-1.491881438872812,0.17162015621373486,0.4893197563660789,-1.4214893350323992,0.18376767003651076,0.2846104784323322,0.8471401608804155,0.8761312927431454,0.9086541067228241,-2.4548184811910128,0.03235668642533447,-1.071877791283094,-0.10051701389861344,0.6531536153654058,0.22880722737973722,0.8293984939227445,1.0938640125944044,-0.73189671596198,-0.16747827805511245,0.3345449285276998,-2.3507565474692544,-0.5661857009065507,1.0454690980036052,0.4907704537170994,0.5596205762251574,0.12646451398440564,-0.8319272563360529,-0.39487008157035736,-0.23190539781630404,0.8445777591220772,-0.040688432758920146,-2.3388728756701447,-0.7378898139585819,-0.3786772425865476,-0.3066453806123581,0.431446532700789],[0.4409705360755712,-0.7076794472128509,-0.17070860094738388,-1.6360500632815465,0.6872086210777019,-1.2836711908295142,0.4720964459127825,-0.9827089136309629,0.7693020973212801,-1.21306944174987,-0.45479516030050166,0.9587823898897234,-1.953851935251879,-0.3024785335218463,-3.8481389264123034,-1.9527883837321338,-0.036486544023487645,-1.1557210338881243,-0.5169385407318117,-0.6758598330344662,0.17411693199925926,-1.1318108090967054,-0.569526418461611,-1.35524121332602,0.666868038825818,-2.781112169599007,-0.20192594141879802,-1.1168933519282842,0.36666819196345385,-0.7349904810552812,-1.8704883493424445,0.08538954450650409,0.1554238308587715,0.7582710491349184,-1.488155934211311,-1.855923789068433,-2.720771290384055,0.6467151272415351,0.041542178362846065,-1.5718530273484663,-0.6838016739227497,-1.0779911831711786,0.23630257618795375,-0.48891618777250345,-1.2482519793708484,-1.0511068651010849,0.8722596185618227,0.5420402687027112,0.25792353006104657,0.6815704889709135],[-0.6295843037958089,-0.6114265834351397,0.8418943768464329,-1.7842276929020349,0.6577326014116379,-2.7276634195706735,1.0343009647714205,-0.7202276231943399,1.128758371820047,-1.554022206709896,-0.33052061757930506,0.9748450380373762,-1.242906797335924,0.29525739613560964,-2.712803035123067,-0.08260405896142754,0.05820525912323183,-0.41741033270947286,-1.8290553980152073,-0.9941561546277025,-1.2316794546510919,-0.6432479038549391,0.22918375003996766,0.9202348852995582,0.6332762250520881,-0.3688271889283872,-0.30933112966818027,-1.9902179603159866,-0.8252436803346386,0.6297465970454462,-2.245410059011437,-0.06258767843893435,0.8050329552035351,0.8434141991049585,-0.5734262050999972,0.6408295060127294,-2.0016525514690553,0.23839972833436468,-0.4800645585905682,-1.6404937007129765,0.7819894772156857,0.6258920033399316,-0.07350535236037276,-1.8088709888367471,-0.40550104885130556,0.0497097194121753,-0.13556483407945533,0.9935989091585762,-0.8463566554545828,0.9185899767484285],[-0.05641497376856692,-0.21949082995658062,-1.2030762132945563,0.8879990109436159,-0.15875389069100454,-0.48742293298816064,0.12909458384878544,0.21688357599588448,-1.9618979366781797,-0.4653523555065352,-0.9829044395830872,0.9250556916482394,-0.565435201081203,-0.33138444874722345,0.19143371002359474,0.8706011701385912,-0.5821105747781121,-1.0689039224411865,-0.7449437938907835,-0.7737304608204763,-1.309026037643598,-0.06520815559116211,-0.8977884943999005,-0.3666423188204568,0.19485707134209512,-0.3003655138516466,-0.033384565511513586,-0.21837495491236808,0.7822013025664508,0.8392600180784878,0.30117615718512314,-0.2801685980517874,-0.5281508710299654,-0.3599164118966124,-0.4209699174775853,0.8865536919900919,-0.8390062076638726,0.41323276257650793,-0.3459073024530529,0.9120322388421259,0.05026043600794386,-0.0905568482185525,-1.1555212894341653,-0.14583955428304457,-0.9300646768531465,-1.8006559091674792,0.6779393210248567,-0.4940344775877769,0.7736312743784898,1.0748200923437705],[-0.5866804597381362,0.6117738687458953,-1.1347812862599826,1.0871732540204346,1.0309490547249738,-1.4610308627662583,0.7776236265091498,-0.13488675055812582,-0.9587203677546052,-0.8100789395992195,1.0010283330388767,-0.13909204018639046,-0.630099243918934,-0.25447348272357706,0.9436936651497829,0.5347227369051759,-0.680039478461915,1.4761145897078296,0.6107663079440538,-0.39970244469982097,0.9623731487428515,-1.0247930112161339,1.211968872826439,0.7366659322344205,0.45626854516166065,0.10155758675879356,-1.3654576076963938,-1.1911885829075712,0.49441911448050385,-0.3287624726330327,-0.5857864358183323,0.4971031696794622,-1.266254163096981,0.8439347040302136,-0.821873854405241,-0.44473595030978263,-0.10888693173088572,-1.2087382971975442,-1.062645151918973,-0.07640423454789433,-0.7008160093779469,-1.1937949201305913,-1.497205695012845,-0.09035200016774753,0.8010382175374983,1.1160566432729404,-1.3473793261513107,-0.631452229915828,0.7912295389637457,0.6645553707890188],[-2.4645960866411696,0.8298350964920815,-0.46105420866412405,0.016484196725873992,-0.2197704266101672,-2.4129483968445555,-0.39668629392245447,-0.31651640796753977,-0.35374049999070034,-1.2480027928405804,0.5749441684651517,-0.3096160582684994,-1.564217501800281,-0.36557462681912506,0.3428206946138383,0.7177059751487989,-0.8050582801626627,0.7366243174963784,-0.5712961448349948,0.8566994707505281,-0.6471520459777125,0.06071597391987503,-1.2373115868878724,-0.7433776311929741,0.9096689996709719,-0.04581666209003717,0.6805039100355502,-0.08092439961314533,0.11429013284545457,-0.2383412828841752,-0.09644454903881558,-0.45919853028553065,-1.7736343940724055,-0.36027475343595267,0.7171327871914034,0.016260145454929317,0.7002796366648966,-0.3287220363969574,-0.1224138601605619,0.3034338378408081,0.4237449252521505,0.3994102478681105,-0.49588508436348067,-0.12571005596729848,-1.83699484097803,0.7949517836102757,-0.21907197975114523,-0.7038402391283922,-0.5209804358370524,0.46798574439805796],[0.4122158644445359,-0.2824014679224895,0.40356812144414067,-3.9774485817976117,0.26678940557620345,0.16785269278714265,1.3196756175707576,-0.40601719075588155,0.3407921341383074,0.35899073913864826,0.9955543327366009,0.16099348625670276,0.42197731426061474,0.058266048552224364,-0.9773053288835432,0.2176500025461721,0.2266388647924364,-0.7101315477628558,-2.9605898693820794,-0.7056321822060372,-0.377000547896285,0.8472758317576787,-1.9401170698070775,-0.1439554317366025,-0.8385899876217535,0.28733617567745473,0.19175938989333527,0.7132882491576841,1.314277386636374,-2.133442274614299,0.36748613132032176,0.8921758576869004,0.8203149471906438,0.3535896799158041,0.27710110160711776,0.9572152141483351,1.1713606080944088,0.8771675552262496,0.8232535907084497,0.05024119353987677,0.4548987463037361,0.07771427100280533,0.24885669731532983,-2.8567658810531036,0.3169057251795481,-2.515630494521566,0.8003904561408132,-0.7619382333310457,-0.4419519251431975,0.2768993570886113],[-0.5303758860099699,-2.291709898299271,0.9361678493825237,-0.8984810880241053,0.3673883670504149,-0.5089961686759936,0.7484123460735703,0.5559188604858352,0.564610675269426,0.8989816762372275,0.13160737303395223,0.3151036571211598,-0.41895166759933516,0.9941942005606444,-0.8935611508050558,-0.8130966913541959,-0.657560129121581,-1.3560147096454365,0.01843837903591265,0.36882027105973164,0.77855690984158,-0.5573312350267224,0.854695182472155,-1.969902361627601,0.2133056538482103,-1.4431168347432415,0.755982908911666,0.1532451810637347,0.3418470954307912,-0.5272059822816767,-0.7756277571284195,-0.8002280895602347,-0.7921024072066326,-0.33046456728356477,-1.2737574064179538,-2.067604020709389,0.3452496605403906,-0.5573559895565003,-0.5011016903974018,1.1103705457417137,-1.6295699202708533,-0.780611079507958,0.5543006082903513,0.19486809854462145,-0.20480963588752965,-2.5914541818105072,0.1034350134869414,0.8454342711879691,0.5741465378982552,0.9090122136674375],[0.2971640385817462,-1.1630478448693597,0.6614393933318236,-0.10309313464282578,-0.18215493024063917,-1.9787444678666912,1.3554422184905879,0.8294672535333167,0.6466398105250774,0.5945047768122645,-0.002959848836924683,0.7525972020786877,-0.3554883681053267,-0.17276997409029313,-1.605779891464051,-0.9183299486114335,-2.836736123629993,-2.1455638212804384,-1.0158735279274271,1.0122576734805664,-1.6075816555733409,-2.4212847065429792,-0.27619908453941594,-0.26701956670673266,-0.0695800660297794,-0.6292285341925239,-0.15565035678774095,-1.3098177199669143,-1.5287419265793467,-0.2435865455325239,-0.11280952063791132,0.9367006887763387,0.48764429988562036,-0.3813859819383006,-1.726658724337479,-0.1849820323459157,-1.016751363388437,1.2297981554004551,-0.2174190186236685,0.3435634428062863,0.5587820890363028,-1.9473981111326573,-0.6036033780434797,1.66005231340675,-0.4121346355422697,0.43930493390786013,-0.4719936663208422,-0.6915961891562742,-2.8745588181044175,-0.09548799285967612],[1.151202122305691,1.6199800110271294,1.7296749575769326,0.2875345780888343,1.838072995241657,-0.26110879498700446,-1.4052171391118964,-0.3503856987027186,-0.33391451220706914,-2.5134510660316023,-0.020967358629961054,0.1316766039650342,0.05950799003242047,0.382125920593369,-0.526249155188025,-1.4017690015213657,0.30211302526497197,-2.405107458174148,-1.109157522319784,0.4854046474691515,-3.8488474637097165,-0.6459374991015931,0.5718266596769406,1.50164695456974,0.2750455604611004,0.3988406922519072,-0.17119703499740835,0.3947855457937101,1.1057629902913513,-1.060331359965582,-1.5466045071088217,-0.17090268861505795,0.26088039954229664,0.1725339623108193,0.23524529265593339,-0.25063740728663186,-1.0356605907030914,-0.11027713977343928,-0.10751870870667789,1.2168665777336123,-0.17390581645290737,-0.9141611411367995,-0.4747680978083583,-1.2506175326724747,-1.5721128288933084,1.3290401295871004,-2.1543553853634836,0.48790682952715225,-2.9946840588759565,-0.8416185883390953],[0.11604149370168948,0.6452152638172693,0.9671968801538144,-0.883236574177495,-0.28765984378841625,-0.6070122984003635,-0.55577895156758,-0.8196559661665189,-1.4724999834283925,-0.19263323978911956,0.3122153164831379,-1.4460171105816895,-0.8983126285907312,-1.406852026554256,0.7274092713230824,0.4887880959409532,0.2553022720983566,-0.4736400951430647,-0.25613127471245806,-3.176711079984487,-0.007721812822913599,-0.3680903168246963,0.9447905401216373,-0.4891629549421766,-0.5593330163972273,0.36566358377839486,-0.8504265041650082,-0.2822594711056701,-0.3804817034183402,0.6789029596894002,1.076392539606808,0.2555476472149913,0.5525490775008582,-3.4286445733370368,-0.09161880361322836,0.15950050585800624,0.6340464188083098,0.2412442394932835,-0.3688625224618287,0.837248235409954,-2.1078531710676534,1.04747336980492,-0.9936439671664117,0.49269061548558857,0.9739973357251828,-1.037013571192011,-0.1419876217871908,-1.6465002918225569,-0.12965868886198864,0.7030423633560815],[1.3129131984574882,0.2193502116491521,0.33854984664063886,0.08141388669532107,-0.5674732710881798,1.5717890533012755,0.9317431750210796,1.0614289687686231,0.3869121015065591,0.23466798367326358,0.9047097481522254,0.037080883853444595,-0.3418565567934425,-0.08431745187431114,1.6943340170910992,-0.0963089995320054,0.7435116997374847,-0.2735663633958359,-1.156646621893368,-0.024950127978263015,0.10986010887350722,0.6786099455656258,-0.4437869394365169,-0.1497565118127859,-0.3159724956441278,-0.47128877429291627,-0.8080154082088435,1.0173449853959677,1.2754261920622554,0.03765862229388121,0.6863553975041655,0.8264833185261942,0.3581016302887061,-0.453169206361178,1.1474133124319956,0.9192336700825778,0.5572982801930164,-0.9560058950125205,-0.17661373103956643,0.24776469310329544,-0.11149686321200694,-0.5973879527326224,0.9913953953416408,-0.5244635038594168,0.4805773414097146,0.28687849777682717,-1.380715344360272,0.7097440791076173,-0.4301162883949564,1.0466925305492902],[1.7148974384733897,-1.2289659257818,-1.8988110530747702,1.2442316349711255,0.7201304068343751,-3.28451771203161,1.2762160148571227,0.0674816609532332,2.3235078144568577,1.2399012379427938,1.500811061078421,-1.9722985932142998,-0.48064477446641163,-0.7251485211015357,-2.3846458304897706,0.6037269887946962,-2.0861718301663745,-2.68761762557878,-0.11246687888463819,1.3109478668232675,-5.064611605967789,-2.3353280647059824,0.9721405011413182,0.8639538252289379,0.5423209892919505,0.3011156666602946,-0.028055194632111386,-1.2427872820554482,-0.21547464256939206,-0.19195592791683272,0.6486354183334879,-0.3400733297307773,-0.24617626751252927,0.26079948762125305,-3.754001596556121,0.7556356017182243,-1.6320409299873524,1.4851660304518608,1.0218748787586707,-1.2458640184755414,1.3642415654207918,-1.7727897696944548,-0.5220234884204635,1.7142610467650987,1.5319455889266502,-1.4355430447378579,-2.2529657008786357,0.2326581630296834,-3.800163460173324,-0.8080586528780351],[2.2001311053572525,-3.0029631617498365,1.2938306853492834,-1.8437102040844442,-2.6930393483031083,-0.8750790364660653,0.04303882277500876,0.04612921028812091,-2.703035506027808,0.6996147235520502,1.517352037054225,0.8643106728559005,-0.4622882758869573,0.8153917052716181,1.5039432209834918,0.4048143156829385,-0.8907102274421737,1.0248613708529655,-3.021881348004935,0.005604210459954011,-1.407050646645776,0.5572041966058789,-0.3684395541629139,0.1673268035615742,0.9647329401547531,-0.0035917900591064247,-0.1500413241949073,-1.6709727254484317,0.8616195819803063,0.2967742769666582,-0.609004883230865,-0.32350129395228266,-0.42493644432061106,1.0551283792755817,0.5659161997799318,-0.35671768144243304,0.8596042817594367,-0.5042774099026918,0.7832139272020433,2.4919884131663648,-0.05805159041334763,0.34585370328954473,0.018894478368260366,0.5865000857998074,0.610210847360012,0.7537199387507515,-1.3819276733767207,0.5635577791766343,-0.3773732229399548,1.0851677326832025],[-1.5808655511856942,-2.76407640518721,1.8968164646501091,1.023501223186623,1.9748958394787204,1.6788851083910492,-0.4035453675592344,-0.7984096990247275,1.024107407260175,-0.2771055233116579,1.1290171913219202,0.3804453582625716,0.7077350392616204,0.21276023846616,-0.24334314308672494,-0.8210901117464341,0.32124511720378,0.4566363321341641,-0.07490944231446345,0.41630027594315167,1.0847112856256877,0.501137543685243,0.8724686090826473,0.060601205295663964,-2.810553437754806,0.14681027656762113,-0.21401366922644394,1.3554379991299252,-2.5813698244142778,0.034181289306446844,-4.057472094310177,-0.6341497803946046,-1.7051681115995119,-0.2661700355081785,0.617930628777991,-2.979759488786844,1.4845733288765937,0.35836315451966194,-1.242656564790393,2.680541309600166,0.9828768560642048,-0.22219265665008878,-0.022225247852971454,-0.6562590941062227,2.33820098474339,0.33742982780523156,-0.16592580262434864,-0.5324191738312514,1.080377311407989,0.5029141064449637],[-3.3934264405386556,0.08040085214456755,-2.09495550971189,0.19086289576787374,2.0368855620169626,0.22071427369751667,-2.0915617655258716,-0.5609337552041818,1.849389240356986,-1.5020442217635328,-1.8079033334746868,1.1050996920827156,0.8151235777145239,-0.9235366392521478,0.20164282748468718,0.5131462568918482,2.8329746825325604,-2.0967751278142863,1.340117386983601,0.7522005112386766,-2.525298606089967,-1.6164351079902064,0.883127973995916,-1.4452400814086053,1.3131763353868156,-0.030317087913635157,0.5577828659901696,-2.98577163063247,-0.08513611527754811,0.35999831526094256,0.19966968045482233,0.5467323503374547,-0.2985816015337189,-2.1360377530665806,-0.22401741417209717,-0.6344688093373947,-0.9944863189617948,-0.9303890327135867,1.3340887155874352,0.17284765553775458,-1.3025608716866706,0.5122361406391402,-1.3040178775410627,-4.161564555213432,1.1568639272370977,0.13644217194166275,-5.908303653959367,1.0102136947195552,0.236569335632431,-0.13574144956905446],[-1.1566261521279375,1.1857100575419073,-1.7271615159037421,0.9644113224997118,-2.139915863591532,0.9691229356313916,-0.34817395347001573,-0.248806597568,-1.1780036723208798,0.3973252045367236,0.6338120261464635,-0.26491917988835106,-0.20731201106712693,-0.0637154006568544,-1.2686211234144131,-1.2469510308914236,1.0712914999804821,1.1318243993445494,0.9039562797530284,-0.10588617403895748,1.5254178650463417,0.03876947936808608,-0.10449269669290119,-0.5544142016389357,0.1242087250536137,0.365799681129091,-0.4550845489844874,-0.21301552415423697,0.48513630856646023,0.37309358428494704,0.10248474933372945,0.6900967889923907,0.6872988066453496,0.7264742547466836,-0.32318210014046833,1.2326502247524707,0.6526711724208885,-0.6637260067300591,0.9401161013890335,-1.7693772157999503,0.9866046304295746,-0.2468149567864763,0.12075748238568439,0.5499244189456864,0.6382429534573907,0.3305188946683413,1.4313814843246493,-0.1346450175694872,-1.6044167254053845,0.02171618597834698],[-3.2936366543276256,1.396107742899021,-2.463499772989417,1.430025016893605,-3.9236181909657195,0.13030024013863864,-0.5820231027545817,-1.3995790436634266,-1.1053078446158258,0.13084278709148858,0.5677196094244673,0.1586486550864286,0.053707579676711185,0.2660869920358313,-2.907698701487962,-1.4395665969957019,-0.4868324287440989,0.945533665406227,1.210245210599613,-0.26928913286826167,0.9354537612919923,0.5709328171064711,0.4012478842682994,-2.531522904086719,-0.7191564399023905,-0.29047834969803465,0.48777384700878273,0.2769190588850649,-1.375000168026361,0.1736795562296565,-0.024048841312114624,0.7978278963963058,-0.6232060762431127,0.6868192204611214,-0.788737766221936,0.04206042626939056,0.615667821856815,-1.910859564914305,-0.8502997337278845,-2.5854362516317138,0.4654526669267887,0.26895121458183113,-0.4225344505348455,0.125933641948408,1.28890271253933,-0.45355051409876074,0.8948423085552497,-0.6706335415371478,-3.0918650263297547,0.9193172563086519],[0.7757801320183885,-0.7127253492467589,0.5812197348801793,-0.8124179105655632,-0.11986091761994291,-1.2959591720338752,-2.858394097937825,-0.5282785065697244,-0.855056725901251,1.0890221793164134,-1.7021469971490317,0.9698877526154355,-0.5660158801153669,0.8716392604287261,0.9653015444002878,-0.09780778541366066,1.1579728054001275,0.04294291532605115,1.6236097990071632,-0.3625866850832284,2.0179344571439772,-0.7819782674783771,0.7663914511191624,0.11512586583561062,-2.033201043752909,0.7690806878273735,-0.6694425673447033,-0.22088772619027142,0.6338349747686102,0.7153677451888096,0.5430965504734379,-0.5891936322830136,-1.5262969334927459,-0.02475532652231026,-0.08777701905384554,0.057319760223534605,-0.9591293035838241,0.6821465401889149,1.513205466235638,0.1213180865564001,-1.0775689008842662,0.9524611759322039,-0.15816284510115416,-0.6260919929068217,-1.8716089951224628,-0.7698574594516165,2.5722874162639453,-0.3452932475350189,-1.1897920202973997,-0.25393828845549904],[-3.5291075480390512,-3.683418996352045,-0.6191084048794584,-2.783030219281237,0.5462739047764072,1.53297707799721,1.7218766244736134,0.7699257915086054,-1.2004310276593297,1.4477486264321975,-1.8395470683511734,-0.9579351728052966,0.8652712389900968,-2.247512851306638,-0.41300660516475823,-1.5134674239675567,0.5112116991425709,0.4005163060289708,-2.5921412631233585,-0.030276870122896545,-1.2604207419473663,0.44747249568965225,-0.46659705420899905,-0.6272595835057669,0.576480709049878,0.3074938864854557,-2.7364188896142596,-0.34356153894141306,1.6722900670381065,-0.8601871939025899,-0.9596930841271094,-3.6993144644689644,-2.8081543276143974,-2.531988236061681,-0.058894202035542485,-1.9839248995034298,-0.21706860646175616,0.28830593781823555,-1.282225232829853,-0.6383731745988922,-0.691050037040769,0.7911617852682093,1.0910175441337404,-2.579422408383525,-0.08590639596225372,0.4813762131879043,-3.391552526547429,-2.226257708008425,0.3702754661276747,-0.42679184736807324],[-2.8337269600993,1.7823229432810193,-0.1178243139951119,1.228821529026206,1.1301534917003333,0.33584217609998457,-1.9624771040815114,-0.5348365934883554,-1.0530650267792856,-0.28632111436570157,0.9559395646069277,0.06197534014224084,-2.0515297049068795,-0.03041461133283721,-2.4184686368829476,0.17769772014066987,0.2162070677047835,0.7883079725440871,0.1062566892102331,-4.886763972151225,0.5798921572874443,-1.706132873173599,0.3997840578667,-0.13801261700209744,0.635651404775915,-0.47191972982566155,0.7338981833722152,-0.6107568696658101,-2.146281303146463,1.0243894819153716,-0.1329478127313591,1.5287090888423354,-0.5856366256528852,-2.0376927623048275,1.3040275813649553,1.1853491835796908,1.5595269783953953,0.14560605013032712,-0.7069607131140535,-1.2134065091836772,-2.116962941093131,0.3668033700769348,0.9919146540193907,0.34646655765621703,1.059416284450993,-0.4150858136486718,1.3216970204180287,-0.7382874027405698,0.684246144838743,1.0828069568648344],[-0.6852229709103188,0.279903630111407,0.12494052410535438,-1.1978159636920338,0.5483554734423925,-0.21558290944432063,0.5329878267378347,-0.16318504633811537,-0.027659491212693232,0.447310817439592,-0.17468818107690529,-0.2952548032354966,0.624310667774404,-1.0378239398096982,-0.3770062859205353,-0.14050436388378454,-0.12842574117118422,-0.9482103491776206,0.25951193456868477,0.8125776190988512,0.1639167399358422,0.0038154383095076057,-0.5388391488968588,0.03012252136195169,-0.4081013667002444,-0.23909937340057832,-0.49677208859469024,-0.4933596486035683,-0.4352178942118061,0.5381316124105827,0.2681787444431726,0.16652670747787182,-0.6088700962357675,-0.818230714383049,-0.5643449275889846,0.8244163479622656,0.16838613733612356,0.6695981579138276,0.32300494887010117,0.1449046002268649,0.6156873824925189,-0.6863821154275218,0.6585422397793721,-1.4423423316408872,0.272400256980757,0.16471333727131665,-0.9223370697838708,-0.5438741815584625,0.7251800706744077,0.34786972016753975],[-0.8603030788405205,1.2783668003632946,0.7268214579553656,1.8306485833470572,2.189350244320727,1.4013619000749566,1.013537022657011,-0.9359687638009275,1.2572459589316431,0.7340198893874313,1.212420517176958,-0.14628244722389575,-0.7234326712022519,-0.2836151855864756,-1.5057028023227241,-0.9185131008842563,-0.23556822130129587,-0.2836819002804859,-0.43252188456741664,1.1593291047351946,-2.410763691789792,-1.0588527808666566,-1.0485428048874543,1.22707587546241,0.44510046399096176,0.25786110545454544,1.0047939316016996,1.0298578998374395,0.7252949540204837,-1.3635139628429827,0.7124759802589526,-0.9023692452495876,1.291923281363575,1.155411106509819,-0.8351848608099159,-0.7388568505729576,-1.1507704294769012,-1.1431596295876325,-0.4073642297421893,-2.5873429956963614,-0.25554784813441256,-0.24335015710613858,-0.7372639416720994,-0.8158614419235618,0.8558995851145837,-0.8008335278312609,-1.5973856933904635,1.0907816678542575,-0.22660620520987987,0.9065982095458078],[-1.108498713737925,1.891208340511042,0.6057531406388614,0.5605567397696263,0.5025614145087308,0.37764759720413504,-1.7699916180240873,0.2101746267307083,1.044336974643071,-1.4631245691884018,0.6862970222767438,0.13229221417381967,-1.0126200198142208,-0.6306740431288332,0.03329617506373362,-0.5530459698310661,0.5495980818925443,-0.049033549113609215,0.46246945561370795,0.6538799238220464,-1.2713686830064814,-0.8643660031903656,-1.6831994634302962,0.8381485082090984,-0.3943002268511385,-0.9237936935600851,0.3857256828062276,-0.11688644477773395,0.6653645855493343,0.05139973248876011,-0.13592110394251822,0.8466805425667503,0.5016708135341352,-0.5437483122582691,0.6128676208276609,0.8090281866184575,-0.7613429636126138,-0.1768735427305171,-0.11873290927870343,0.5176803064344437,0.80086751101494,-0.4310300133119308,0.9362514553831539,-2.3503839797405024,-0.390180818999295,-0.9140354175938404,-0.22059187903727792,-0.31110864625797763,0.7625362211399511,-0.9971373966062289],[1.2279424130376775,-0.9075250666570116,-1.1957808787394528,-0.37446735604862186,-2.5504124261664445,-1.3755169028835996,0.15699422341291697,0.33787201920168114,-2.4299443378967687,-3.256358995330262,0.5852848926387788,-1.2689806672015969,0.9289492541929645,0.3958917925663646,-1.0031137822476042,0.1224675909997128,-2.426861821839725,1.6299562981994968,0.9288751434892762,0.6886193635772898,-1.3709256512404513,-0.2151974622111153,-1.1653928660272548,-0.18186289404120687,1.009190497700669,-1.3182511188095503,-0.0644255986115444,0.43691752756743696,0.9297515292273218,0.4426865567777216,0.9759423263210392,-0.39008047516336647,1.416575859149372,-0.6031147561785536,1.8851920811920173,1.654177945081879,0.29324384472537474,-2.0721238257784313,-0.5470349297018153,-0.47319018330368195,-1.6466892604249106,-0.6004991514481415,-0.18166920685114005,1.0091748444336113,-2.0586930560977916,0.8021564330355215,-2.1658632638043076,0.14440398694190898,-0.6650969239802188,0.7708619481239298],[-0.7843224119818362,0.541554023074945,0.5602444482865183,0.7930059048613863,-1.7354252062237205,-0.1364474568239397,-0.16179253967735127,0.9801285318017781,0.7220118032964046,0.5641792267682695,0.163831500687805,0.27161925810425963,-0.8922539491554029,0.6063173106456016,0.14258604987089452,0.885327767588109,-1.1057533533315078,-0.4727400739932907,-1.7130203781217672,0.8779791867398398,-1.621233328808747,0.4975589730864385,-0.4581001528558294,-0.9363362374278612,-0.30517798955211517,0.6943910492318283,-0.13623309176325446,-0.43596048090127293,0.07167637513534786,0.6606883411232813,0.6088286193273016,-0.9773572107771873,0.5466340836627919,0.9802840070280435,0.7561217292184855,0.7122403924674819,-0.0637353753504124,-1.199036824509697,-0.4874992266369688,0.26774497121536334,-0.41230825231206447,-0.35044118033362204,0.13562019686976623,-0.44307233734780826,-0.24812397585482932,-0.5518738509717035,-2.347398871913428,-0.539769884718193,-0.6449338659294174,-0.2561063147757086],[-1.5312920727289892,1.289180369547552,-0.5309097794911828,0.05532752851376834,0.5257582242302254,-0.46406867325618223,0.01603939779402818,-2.254026261659637,-0.7223233846005012,-2.5277645876969275,0.3159163502639891,-4.7731849915138955,0.4196542703638295,0.5419583170798108,-0.606686301074742,-0.5136412799259923,0.18780651559280026,1.2001352883052985,-0.1281932951010642,0.6210673472457177,-2.323338678041577,-1.2753045942859793,-3.0047238040019715,0.06703658274442101,1.1642614274659457,-0.551112206128049,-3.0832057956206347,0.3901893706838849,-0.7820793258009299,-0.8339313083333834,0.7765076306329111,-0.33218760910746187,-0.06628927689969827,0.5562264397099219,0.6621046072206387,0.3103610090669454,-0.36873281519299983,0.7461105750496121,0.6538271052501484,-2.34541618434285,0.025719034263793298,0.19350536676809374,0.757842151521138,-0.5888844300649682,1.0440119782546786,-0.6515290838345298,-1.9895644200406992,0.07973955919684846,-1.0561647592478975,0.29674178404810286],[1.021741087325222,-1.165799221574081,-0.7954133008242031,-2.707325510573334,0.6909655244558687,0.6522819775320007,0.34703251188889994,-0.8493284015103407,-0.4463151996152858,1.0166631388186884,0.46360790098484994,1.075515585080139,0.4200741275054922,-0.5465360669139169,0.8371080132346149,0.24955346371951456,0.6522821746824791,-0.20946482891031828,-1.5153703446611753,0.6364470084628325,0.07576280184502658,0.3354991795186737,-1.3893236591255287,0.2815244175375208,0.9207056352725009,-0.22162864338589605,-0.4873212076205017,1.2012969051301312,0.7509865397056962,0.2697007555666555,1.1478135193805086,0.26436709500030625,-0.7896958977951645,0.25662715780532674,-0.5037345014103117,-0.567483021004478,0.8514600013921848,0.9545986873731546,-0.15264252499109063,0.7923786777833661,0.3414253980499055,0.2932599450514643,0.30668915837386596,-1.5970068912748696,0.4450834019110783,-1.3001898408870733,0.9482087457433104,-0.22071481480013716,0.05344047736401678,0.8796410549492921],[0.34401412217545796,0.6160419938403651,-1.1978382485929964,-0.888591653314421,0.5996307363151068,-0.18177957391752686,-0.5291394953308961,-0.10414303034576884,-1.6185136003466838,-0.2901052188037887,0.5868094349792334,0.8891613443808616,-0.3367394538999246,-0.9679586808851297,0.8124300551054062,-0.1698940133648245,-0.7238788934788577,-0.4627910379868089,-0.7078981356627745,-1.3259072663914078,-1.3962470427085958,-0.17374787034776332,-1.4239268905107205,0.6178877165621152,0.8887021819603635,-1.0644020740901963,-0.47732181996219447,-0.6972251502153541,-0.5953088326775368,0.9700850262521449,-0.7024654907933148,0.4468354166450219,-0.5407757228575015,-0.44095733673584503,0.033362772765722026,0.6840199759024285,0.34505786813491063,-0.1775608634493074,-0.8988245324864399,0.4891811958911685,-0.1750272840974901,0.2692836889656204,0.25249039224418907,-0.644946374153688,0.530397321938954,-1.9964333582047151,-0.9126996916267708,-1.0266245122241784,-0.07899333485613691,-0.23394020355843254],[0.4438735703105385,-0.48180410305708876,-1.321051960483912,-0.20230784988108003,-0.8201527360903647,0.8351923614443445,0.4244639551549459,0.6978461744321333,0.14460501627336653,-0.14024678467442012,0.10345548130359009,-0.15452373339983416,0.643123218108237,0.8848074802117153,0.6770874723202535,0.0027474902079117043,-0.2892839716405839,1.0177628458844135,-0.4208872883800972,0.7449110117333753,-1.2809747356648509,0.8579484839608676,-1.0406694229927926,-0.9137485757566807,-0.36152921803212784,-0.4703416603751711,-0.6389236953614533,-1.2636198214219294,-0.1728950120695119,-0.42717461353460906,0.44696534852561126,-0.1548227317957128,-0.10936577294221018,-0.10318892918692749,-0.01726624900471548,-0.12569982099409135,-0.8979913639887722,0.3712961840364623,-0.42647651835918676,0.7421454770256097,-0.2630406703877591,-0.5161461635373097,0.7981972089152269,-0.6966962632179207,0.3500732512316119,-0.4445876202898597,-0.5014717850347978,0.8537901483100654,0.5525515178677087,0.45827800136718866],[0.8497134560493037,0.8661813293276734,1.9813680901286643,-0.9019445831247138,0.25923074468246726,-1.150432110753731,-2.769386434343864,0.5064217399910843,-0.5896310378281041,-0.9237523939047622,0.3068770386754138,-0.4337468412714672,-0.08208817378262227,-0.6211840663950938,-1.0154661981941113,-1.1669418673501426,-0.15215223255743704,-1.7130289273648862,-0.13302498507295532,-0.07527438211633956,-2.2281024640712177,-0.47785697352997136,-1.1032409708793696,0.37486391654805806,0.15917682304497563,0.5972752686768461,-0.7148423515312948,-1.2837258335380468,0.35779493609274765,-0.6710369811982501,-0.2773923501138768,0.7029878993091091,-0.3162519661416291,0.4917672263120701,0.4269096843860319,-0.1774337355623611,-0.6484114393421396,-0.8807983466019984,-0.3702497140926985,0.903651103801469,0.7148481176704532,0.5221548037766216,-0.19041037363998245,-2.430264870478247,-0.3689333603034607,0.2778371075604875,-1.6962740921930244,0.8917633951959473,-0.04480002524855849,0.7445800982257567]],[[-1.2849719406388114,0.8946020964012099,-0.5793216935409325,0.07936795537619991,-1.0542922594061002,1.1838937781958612,0.04045918582269635,-0.9826071972139934,0.2983296775980108,0.366046813037481,1.5061657941151323,-0.4907785216240791,0.8982450295145454,-0.32172862866384405,-1.1539294614430593,-0.07663635536696882,0.8000928791494195,0.6155767047686294,-0.9558831330306439,-0.7505877691560483,-1.471009709749303,-0.40825523001814884,-0.044862376655105465,-1.2943045399588045,-0.3363452017120494,-1.4663700640880317,0.41736315709567207,0.0979695337727842,-0.3252689264943811,0.4006462385833552,-1.8827225960726663,-1.127184546763984],[-1.4755001281022633,-1.8484835740326881,-0.7351953705764004,0.7377362993560532,0.07173326769816374,-1.2326257935170346,-0.5711908083837833,-0.0025461747658776517,-1.6852912860172797,-0.7872824747616599,1.0966981153354387,-0.5183450164442671,0.08345398840466896,-1.2412945873238406,-0.7914444833577015,0.09509168805343338,0.23681646958411215,0.7656495673822472,1.2921108093578921,-0.6282764651695263,-0.36644277975464695,0.07379599212133996,-0.1370827602750521,0.7368465316877573,0.6470649702684257,-0.19813144433361154,-1.4349564838184266,0.3016767148502829,-0.40466465068782004,0.08754656424716388,0.9742783165860008,-1.9144266826456535],[-1.496512589118205,-0.07942505012190348,-0.37143873745950273,-0.10630567175076916,-1.3671901656754741,-1.240574188312681,0.3110570341517944,-0.9706612024068922,0.6396410064301549,-0.2899627921279562,0.9774377941218934,-0.1917247185300908,0.0038613726791467354,-1.1219739152443815,-0.07445995577926046,0.7789325607607943,-0.25533951088159956,-0.3909888038602313,-0.09440920887248032,-1.1938818467080938,0.6735535722601108,-0.9190130924276426,1.2765104601457442,-0.7934679382008852,0.5361241370431227,1.284841936102334,0.41773561170042894,0.5278711098858222,-1.227266907527803,-0.37946184559787827,-1.0563532377258182,0.503321799060417],[-1.2183686025092437,-1.447485387952054,-0.9870328504839775,-0.18860282271923556,0.6576663251339793,0.6741922863208754,-1.6370849338305211,0.6068333501425381,-2.3247964275966764,0.32191451751703787,-0.32903313243968235,0.6354082735172666,-0.6702349880554674,-0.9658060748425055,0.5591375565691065,-0.8557097889784238,-0.2239720925415712,-0.4436064741066831,-1.929040004331883,-0.3391070684650257,-0.2013661909128115,0.5615608356618068,0.514765753687597,-1.0093673291288536,-0.04101607236320673,0.7435777994804674,-0.40616846354682257,-1.2472866006728272,1.6563439552315047,-0.6348630175350867,0.7575887024696314,0.2743042085559828],[-0.5761085991437555,-2.064075844121384,-1.0535474784864547,-1.630070314597243,-1.781377705034092,0.2790422099597937,1.1531201322909084,-0.06415631407218216,1.8572904077374106,-0.5387991118471153,-0.2672686156847246,0.050511810114386546,-0.29031907260955364,-1.7890910059907474,-0.17243846095598134,-0.04264705895213518,1.6623492517445893,-1.6005737674465594,-0.14510142663423314,-1.8451865272745755,-0.6675954416138943,0.4078861985910061,-0.810851026331751,-0.06570018973894415,-0.19486584371191437,-0.2956887620180164,0.7684350639971004,1.2135884883224612,-1.2541525816454975,0.715732180181804,-2.13703649374985,-0.6066379172755492],[-0.22486472501146323,-1.7602253792357978,-1.4815938801964952,0.12055386259357224,0.5949438124890006,-1.0756471232206017,0.5246100713467181,0.2886894388311599,0.25969294171298685,-2.074903477909733,0.25238706890810597,-0.12466133075613443,-1.6439521391831773,-1.9591398583013722,1.0575758348064352,0.29173953204612785,-1.9927229199327836,0.17425912668989654,0.7976756298774307,0.6838539261895988,-0.379160077582917,0.02437890181099234,1.004322778091955,-0.7457358610647379,-1.417294944750827,-2.425117218420821,-0.3765218837295684,-1.5818514875465914,-1.6668447464369056,0.2864743186169589,-0.015098784149226272,-0.5270084988017687],[0.057956253489895825,1.0419595604894059,-2.4501107984094967,-0.9898088024894547,-1.2881634316584494,0.0874195364028704,-1.7022074724312861,-1.4636581441345917,1.0114555715009044,-0.07368036984760847,1.057760088478122,-1.0108707900253031,0.1462944860506928,-0.872365546458195,1.1001993224847049,0.4668868746976473,-1.0489402024335568,0.66731147106075,-2.168282224620537,-1.1432066046793643,0.614298555076934,-1.8695318907043017,-1.2067956159500002,-0.37833662648286975,-2.0801509339533353,-0.8227487822922782,-0.5204356124449057,0.7437899938817026,-0.7474817094956183,-0.3184435577640749,-0.015226648152313657,-1.176576118776134],[-0.4514349027741893,0.2987825437387742,1.3087662180321864,-1.1582430386266205,0.04448479795095879,-0.5706018219254302,-0.02292579357728581,-1.5087064212622248,-1.3439685030564472,-0.23455986397249093,1.2003538659014132,-0.028482001713595016,0.20345190458194978,0.6636217781580305,-1.2673932207301615,-0.8886910290995902,-1.728001778100498,-1.3803449990380743,-0.26208229451285825,0.9568022855645804,-0.385216015515801,-0.17658923418386577,-0.18187272637300453,-1.5397465971320068,-1.1452062993686727,0.4568900195932553,-0.39897057577888434,-0.6663681714527514,-1.6243889159351215,-1.2514394208755968,-1.3798598277726275,-1.4020360927676727],[-0.32042226139464003,-1.935685121517784,-1.7055765699078238,0.7978764236499423,0.35278844105128343,0.27484900905949683,-0.6815108436930232,0.6833040448345821,-0.8796381544106768,1.0689123885843248,-0.3727006163821928,-2.496810694359182,-0.615617998811974,-1.9269436245373428,-0.776438237802408,-1.3124659855916565,-0.11214514406746685,0.8031407656113935,-1.397135054157362,0.6184043929625257,-0.9188223648683475,-1.566816501853258,-0.7463395502916379,-0.16061377557110623,-0.3200458402238835,0.3203567886910907,0.8105751396463913,0.4920777659371919,1.06314688877039,0.7844305091164592,-1.4990733756536927,-0.3441716828712789],[-0.7322985695335665,0.09694695083978004,0.9884338626994363,-1.9267672761240218,0.42703487626894027,0.17972054994256503,-0.7244216910801335,-0.9600777702293181,0.3799951086516766,1.326503296525066,0.5770683175293421,-1.2427819443209165,-0.23902311506413376,-2.051970290381733,0.5078782534929723,-0.7508702272108201,-1.5541755003287898,-0.2908716284327633,-0.4833129672341998,0.5121991267076993,-0.4660009952146706,-1.0248880419978057,0.7484861657035082,-1.607135337978765,-1.8414379719667548,-0.5298936544721677,0.2518517366716491,-1.6426698120757817,-1.6076574034770175,-0.6724846809405643,0.3028121222505276,-1.442903566466605],[-1.8020768530222426,0.727649254014457,-1.892769326973295,-0.16387798473192558,-0.8157624488200381,-0.19828312296600206,-0.07146394687975971,-1.625853773297084,1.5200593784669059,0.5939460171899883,0.42035025110205426,-0.79196688139406,-1.3352246634708178,-0.3170949149662968,0.3282507580932874,-0.8257960558466617,0.40452353829225834,-2.1441586612054757,-2.086788487421556,-0.8034686044937706,-0.18491526092121363,0.6160584272896386,-0.4849997991067792,0.11766336695319614,0.29487373338650186,-0.00013909509240519702,-1.1056996084383364,0.07768060452326395,-0.429684511607015,-1.64305940278674,0.3832183931373178,-0.2609271620751388],[-0.14640113391847256,1.5730011149490577,-0.3647116351587789,0.3309023790872325,-0.9425298883920389,-2.092706279963876,-1.071800358037455,0.8643726010495685,-0.12597354584163803,-0.2326088948155481,0.11958168814771142,1.2937450259097658,-0.2965563665945921,-0.7625850961763216,-0.7474175462534257,-0.8660872764051358,-1.2182580096555649,-1.6851198838730836,0.7283448606772135,-0.3609750784651894,-1.064387825313446,0.11480458196021048,0.1630883980911911,-1.8899514669416684,0.36179286812385314,0.27057108510628464,-0.10818059633666142,1.4891394725648321,-0.50758701007295,-0.9543252924983161,-0.22920749887480618,-0.28400360867416846],[0.12026528356825236,-1.300012852818778,-0.6290242137735894,-1.5872769312702295,0.7454637647431475,-0.33643037463529873,0.28077923152567574,-0.5667289416449437,-0.8278612473502005,-1.344986517560398,0.29829022899253105,-1.8358355274063465,0.2383551800737273,1.019789360663458,-1.293362223152078,-0.8377549306881091,-0.5120424070750431,0.4764790174160993,0.21973279675634902,-0.893067784915414,0.2667669607552505,-1.7203824979082252,-0.5209701182767741,0.7533362171618582,-1.0944483569425028,-2.1719715743760353,-0.6922432146351195,-1.8445282885330352,-2.1777959754564113,-2.0088257775813405,0.34812885164764024,0.908166794442986],[-2.718231551246537,0.24874111860354767,-0.12973182278135711,-2.712356505843888,-1.620985654138657,-1.55493332519668,-1.6440786752263845,-0.8191210985624613,-2.583295728337961,-1.056009472292213,0.7462196612113631,-0.9641023141792525,-0.7118401610425389,0.3445208311290068,-0.5103793539099795,-0.2622271938488298,-0.6546443374787476,-0.8041087721106538,-0.4781114594936905,-0.02938116152645653,-1.5609862234574337,-0.49210581747952153,-1.493566218053172,-0.5523326237847007,-0.39599854833013964,-1.734085257989295,0.43752674276950204,-1.0820149733340776,-0.7640314783091221,-0.7508542461592191,-1.0749283578232391,-0.9906834052832901],[-1.7279415154723183,0.10863857233140124,-0.8779928466903123,0.4383133691557463,0.3601134774440495,-0.4692181105065577,0.5400817151897125,0.06086129337494249,-0.2287409740374758,-1.385787440060003,0.47524276928198267,1.3172234511352798,0.25812837849974496,-1.5060980220926927,-1.8909171978592845,-0.24261437687346735,0.5277565832557393,1.0062440370960828,-0.2903250045773043,0.09644238335548481,-0.6725383672003861,-1.1475110207661081,-1.3996525852373436,-0.8456736142802375,-0.9612292587184925,-0.32324946763637713,-1.8756373783874896,-1.392342978839368,-0.18285343535460438,0.19379031351633882,-1.8553710286449545,-1.2065054999996772],[-0.4089454344742703,-1.022409766781523,-0.17829952164398702,-0.5510890998514765,-0.6331718724239143,0.4458728397132715,-2.196820915727292,0.27660068358124906,-0.26315295642365544,-0.8678045421288627,-0.33889995868235295,-0.2706913126489582,-0.9274030271575596,-0.13105304441649196,-2.1848342429697087,-0.6606777863915971,-0.11944877378544234,-0.6673828909685459,0.32048258431177024,1.2730592923264803,-0.24132762988652587,-1.7994881053990555,0.16804555945004152,-0.798806147814786,-1.433072458708378,-0.7316526076344515,-1.368054930609303,-1.4660955026894373,0.8779050130391727,-2.1814984953931162,-1.6775765176574826,-0.5171179442768677],[0.5271236243125806,-0.5002307977679206,0.7228170236236461,0.7125178755692163,-0.6343160576257183,0.7916017151097018,-0.14103255724858316,0.16023450621442778,-0.8567715994757418,-1.5565758937179373,0.8576565803517981,-0.5633070266715275,1.8992137666626763,-1.849366386655182,-1.0312771340304958,-1.2648457083226163,-0.8466669641857839,-1.4942596012914215,0.9950943972124533,-0.3515890300120187,-0.36526448039149445,-0.2840551102222822,1.3953951318167328,-0.3725345202162086,0.6228781759121179,-1.6781746711017114,0.42612091314223405,0.6412073788049559,-0.8530723847907716,-0.26869952159068056,-0.5125656047921363,-0.7160153482549848],[-0.9462313997856536,-0.4308398555180759,-0.7449992533192695,-1.1789552093702222,-0.8333365668843294,0.35481251404237674,-0.036695121712679475,0.4154802535249548,-1.697663531822002,-1.4902107918912506,0.7699802213153749,-0.013335774995301529,-0.11457575714710447,0.9409585226409254,-0.5008555917342442,-1.2403741466785945,1.130165060153875,-1.2634182328272439,-1.2724008310474286,-0.2888604187726662,0.43774642284809023,0.42285532746959503,0.8489452579879935,0.9597049162504043,-1.2519833752528302,0.40021592371498493,-1.0596162307094004,-0.3992464674691561,-0.42652170554252145,-0.07603533863058352,0.5287954353958738,0.7182635753643556],[0.29803033499701065,-1.5381490229663843,0.14762953945261303,0.45565848016593874,-0.18022303003737702,2.1409707769541195,0.7821189445175466,0.3688022360994866,-1.395746426979849,-0.8297831951715094,-0.3121625552910055,-0.953494120071129,0.7905498145162387,-0.040527130073249595,-1.5714125415198217,-0.6392056801626074,-0.14934612555467075,-1.4587891020509816,0.057763449143162345,-1.2504837351011377,-0.3329343814320028,-0.9780492986851903,0.9522483829832147,0.18003575798753862,-0.70598481125177,0.3971511034195253,0.33821887454022814,-0.8150584426609044,0.16497931082742334,-0.24038023258982094,0.43056066787799163,-0.8506759355588471],[-0.3241225217325671,-1.3629411927564916,-1.2219835224993043,-0.4683811703569467,-0.48691562386781134,-0.7241485082746473,-0.7626881244541822,0.0967389971882039,-0.6777249581037964,0.8820357407031124,-0.14524913199916867,-2.5979093407342897,-1.2193382748137014,0.1255841274218818,-0.3950165778815738,0.29705436637525867,-0.11424625553909618,-0.6474501215900392,-1.9360604666212309,-1.6809446446785652,-2.4683107488451403,-2.263786600059216,-1.4566533275682032,-0.23812069194953858,0.8923029269709073,0.6088053346317112,0.09718071942573497,-1.6931038155609017,-1.0900567889815485,0.9277603399249627,-0.9683061934959922,1.3889960827211159],[-0.10207260575537079,-0.8663730109722162,1.6419301597024656,-0.13491642049998462,0.0006420676368204428,-0.6173632769290673,-0.8267623941254236,-0.42055009737563637,-0.2752634990936995,-1.2527394974096144,0.10588788183613722,-1.569613517115848,-0.05339168790859484,-1.2508915852269034,-1.8013978365577274,-0.7686210532672915,0.5337035424542591,-0.11062577894377504,0.6158622938579069,-1.1361839028905545,0.579568588440843,-1.2109781485023265,0.8619176869052408,-1.1313011430674877,-1.4313132126085437,1.2217210196322774,-0.447855333435591,-0.8815312723887468,0.677480147538355,0.9650081192155798,1.161077173852087,-0.3433646554809302],[-0.11205350266102981,0.6276246793107476,-0.2579196209473042,0.1402331131374079,-0.21748829247368753,0.306059251262801,0.1453220893926999,-1.2107406248063406,1.9835084805901586,-0.8342665911859816,-0.6596734548237888,0.7127371207997307,-0.6456537544533445,0.1080008184133686,-0.09475693439734362,-0.549120890189585,0.6783379580328446,-0.21055237275408567,-0.6319698840406687,0.43043787639543146,-0.31367303319231216,-1.1502228105914871,-0.7449454378009107,-1.2412907339068586,-0.2876045650870106,0.4586414451648528,0.45236088171350786,-0.15442340717801342,-0.8546623955544612,0.1875675768634289,0.21789953322971142,0.041263512974082615],[0.8640245985382305,-0.11615369222536358,0.30390750328940197,0.5142029976821595,-1.3663447566189368,-0.9904963593934071,-0.6375626619694982,0.07598949181517362,-2.6309243219173766,0.6255306131293555,1.0485103727022174,-1.071019050265666,-1.2097928510588236,-1.6631001477025849,-1.2057967242940173,0.8923180035254834,0.06895978304614375,-1.2312847968749014,-0.13040619334848966,-2.3357729880129185,1.2034360556078978,-0.6770544650393647,-0.9982827684239499,-1.8714761009736567,-1.483999266336702,-1.6243299750798514,0.4589695538490886,-0.7008460931349237,-0.7921649860846249,0.5926628695456524,-0.8662636436666517,0.46646753539634656],[-1.3537429236210732,-2.068366771585971,0.5521845666476962,-1.3503609035069895,-0.6878286764996221,-1.1108463946241318,-1.7706092095075263,-1.9003688915814052,-1.433177274369747,0.2669586722206028,0.06846300619021675,-1.6715383264391377,-0.10797574723497336,-0.74915967955867,0.24077814805148956,-1.174904526009602,-0.12321902155852274,-1.4694087990234366,-0.8348329674896201,-2.095279060398291,-0.8584965645897316,0.12087681840802211,0.49448597610834444,0.02797998806526328,0.650750147850612,-1.3811485441470337,-2.005052306021793,-0.6081325303924772,-1.2922306721714873,-0.8632274829130747,-2.391316941833586,0.15891122816856876],[1.3857783127092658,-0.07587595663662577,-2.3802135895667145,-1.061254145991078,0.31337848445882377,-1.5950791254581127,-0.8703669288152005,0.04151618347163655,-1.0340843175046956,-0.18304825709673025,0.17593482000511906,-0.9373467959081612,-0.8462635551787425,0.3090187353956778,-1.2942527105954746,-0.6653158015428299,-1.2323146251635475,-1.1841811139390663,-0.9398401048333831,-1.5388849099622008,-0.31469178341875886,-0.46033808480483424,-0.7458555682517771,0.9340304408088096,0.40355087492165825,0.94578546526934,-0.3474584310743814,-0.8712059887791049,-0.3145236406688346,-0.6716235828109371,-1.5523733792258723,-2.258385679401618],[-0.9922940131846618,-0.9235139257216709,0.42411941054675595,-0.14956914327332485,-1.3948559071718873,-0.11727371205953545,0.009466899739795837,-0.14388767798765215,-1.476045220895919,-0.5805406236978082,0.12689719635223687,-2.43088513220883,-2.241248447128606,-2.235080155262669,0.7379265601853608,-0.885611994430591,0.20491209436734334,-0.2894361206701602,-0.26682435815637356,-0.271201517052684,-1.2802439954748779,-1.84206417961511,-0.7923056842830491,-1.3328918725125334,-0.6200338855615833,-1.229392097021263,-2.044418836421212,-1.5499210099578244,0.17783314577918843,0.26340771800299884,0.024457025310210052,-2.096712744505905],[0.7297163462094064,-0.9379117400972912,0.06069695403318204,-1.6502780062379263,-2.1515802846168155,1.1673941839590343,-2.1362668557673383,-1.1644299916606295,-2.1442158510617575,-1.4937718835534204,1.3080801610456183,-0.5255063030861257,-2.377417235613005,0.5127064322130119,0.11270334766309711,0.0727917599376905,-2.5306918881402787,0.37174311883601696,0.03816859908992818,-1.9370367455847457,-1.6883593133395218,-0.1701610229701362,-0.17631373512385798,-2.132771020925965,0.114616210430273,0.12303413610216973,-1.4131477072134788,-1.1607824176156716,-1.554754574851416,-0.7783591697333936,-1.4889127823566295,-0.3586902918595229],[-0.7551641299073024,-1.4014218822716618,-1.3220360143921581,-0.35512509748068977,-1.832641039528632,1.459807346633741,-1.1345843014099886,-1.2851608660476217,-0.13897854125605222,-1.2144587789914796,1.3026123151202678,0.27188183278776434,0.177566957543551,-0.7856148048699657,-0.4163153461537929,1.5653418518936293,-0.45929177136278054,-1.3274188527648767,0.6625399410508483,-1.226643354465099,0.38827347738813744,-1.3842964515890108,0.03807220303679984,0.4837061343364822,-0.9472045198968797,-0.0004459386731859636,0.07442740602142475,-1.1611233069088294,0.402444485795699,0.923267328804272,0.08791549558263621,-0.43324276538816475],[-0.500578583776759,0.9378720765023243,1.508251916599928,-2.084096995331731,1.1984756076042018,-0.00615611388818349,-1.0421654436450023,-1.6649499130030208,0.5820619325050738,-1.4601612403307578,0.08615251739101608,0.2530658839144726,-0.23964813070399157,-0.6093635858436119,-0.7159280349331891,-0.6193537485168084,0.08438934344332846,-1.7351096848186003,-1.466455081278712,-1.3087602622872612,-1.4258208451403693,-1.3559121588370489,-1.5160139535705648,-1.6839229651628644,1.0831605322768192,-1.3030578316693362,-0.01949662371072674,-1.2648190607611496,-1.9707521223604674,-2.55986228107184,-1.2503121636305683,-2.0709026129284043],[-0.21823368896722364,-0.02237514566560223,-0.6436531249427299,-1.0742889661772699,0.3230672947680575,0.25936723886232615,-1.5511390245994991,0.4995082452419091,-1.8667737497453558,-0.8051163305031916,0.13831788798745645,-0.9648521001346685,1.0225995723404158,-0.4951621237855194,-0.9697669149301485,-0.7208610736947177,0.12879941306137963,-1.9660293032784784,-0.8715272064845732,1.112202808823792,0.6322575594766111,-0.019097226658591777,-0.5701613392456039,-0.8542409953807764,-0.6349540528073433,1.539626770209057,-0.46940330015094284,-0.20557543719887153,-0.6523514678680298,-0.36090520746347055,0.9456901176002057,-0.724439232704448],[-0.03329143636327913,-1.3310471654413347,-0.47919982252242377,-1.51702664129621,0.637205421502787,-0.4182643104346134,-2.089994139531562,0.5714668504958048,-0.4369270421601007,-0.5618245100106384,0.5203708382951066,-0.0887197201267867,1.1092280645378905,0.9872401162982097,-0.28739843155176226,-2.0052029907969495,-2.5240209638790545,-1.6065287922824762,-1.0679705048272727,-0.9897027984529199,0.033782884050746156,0.4787609496130877,-0.15226067148831732,-0.817780819765074,-0.5486178034439914,-0.5463240853821693,-0.5033026222564547,-1.5313519341919142,-0.7766684991443477,-0.07647032765469365,-0.1338729909063267,-2.58716080293259],[-0.2523800714814263,-1.4345757949949967,-0.50286513256574,-0.7477946775535569,-1.5609030881392876,-0.6006557843955046,-1.355361091490957,-0.12740854794332035,0.7238109782500001,-0.1156191606222961,0.20337579969669384,0.7535083570058123,-1.700129070351468,0.1850298713773867,-2.2503103432088034,0.22667246422217513,0.02438594422610281,-0.1826260549396756,-1.8285125506730506,-1.756561192008308,-0.28401074800729603,0.1280379073387922,-0.5499919248911112,-1.169036237540934,-0.4310844154148317,-2.097143201105551,-0.5335813902994563,-0.0702534773391008,0.6636411445626506,-1.0196882873761974,0.5887391624695715,-1.0658002698842883],[-0.6276431205926124,-0.8155640857899903,-1.5734591066167594,0.3771276156659445,0.19090060841689144,-0.019119693052198107,-0.2880127150514463,0.31517346510198696,0.405437027862522,-0.9202404961036673,0.7563614194933358,0.1667264757365297,0.021311762145783383,0.29970754763097923,-0.3451156324822417,0.8319150791183586,-1.8097762699977598,-0.5818142759261337,0.9793969751021937,0.08415168375126579,-0.2472574325105761,-0.6569031004705405,0.10457503788070305,0.13977768100189403,-0.6100712517075526,-1.5749602660737176,-0.34699631113878737,1.4708893382699348,-1.1021560577001475,0.9466700880632155,-0.19533260891618287,-1.2394742483363719],[-0.5847364462391389,-0.28716916440657375,-1.5594907019987112,-0.7147079219068149,-2.434300950738274,-2.2541059943722126,-0.04838478195549341,-2.731479536476012,-1.248641019344431,-0.7491761027138256,0.581907568356486,-1.0461811125271614,-1.600269833119792,-0.16913108396564006,1.1360211095362491,-2.372810807919775,-0.4678640114170439,0.1028263868247383,-1.3443136463579877,-0.6581317126946911,-2.995893481826776,-1.2083148231443346,-1.2731802066847777,-1.1473110705534804,-1.5993152828193937,-1.177392341700161,-1.4931359042804278,-0.7938364716216864,0.16476036606862424,-1.6646481535563848,0.3256880585467418,-2.2411165108812536],[-0.382502853459582,-0.9543105772860468,-1.4990860672903092,0.05621156185693406,-0.5893523181632282,-1.1859178183168382,-1.0068658939150863,-1.6925031411474212,-0.5133427626774238,-1.8692428111033788,-0.17348952305156082,-1.2218342111115488,0.4516913432377565,1.3222992391843507,-1.9607463336435285,0.20983560106687887,-0.43474817076284433,-0.13832273263953682,-0.6100439583176929,-0.16027681411792694,0.07717613131509134,0.14560558838776294,0.7493850509999499,0.32730409169081315,-0.6144827550661012,0.2704189850548802,-1.3986245495683363,-0.16053265226979874,-1.601090251640428,-0.38066313050806994,-1.5709321937053302,-0.10400704568443812],[0.5908104145419271,-1.2484167111404416,-1.0946591102414835,0.1188488573993813,-1.128285453940014,-1.2570921286202583,-0.10186722021691708,-1.271951319186425,-0.4419968112532177,-0.5527742763252776,1.403408855110569,1.4082113385542172,-1.971818537515882,0.4715643998301805,-1.974232579743301,0.057055142429193524,-0.2703391657108381,-1.5854926975025199,-0.7360395100840164,1.2535289476613694,-0.41508576452228185,-0.0225181388099663,-1.7157578691858721,-1.15005642103368,-0.8214638036011854,-0.10291700337834671,-1.7498788831744603,-0.665469628197811,0.6281544165708179,-0.7712246163008781,1.456942396411355,-1.9343372340996479],[-0.7277068431872521,-0.6154982605188053,-0.8158237648913584,-1.0154184852122738,-0.7768284950463801,1.2485865498476725,0.5570990481859568,-1.1375377330146597,1.5586887095388238,-1.4806651042006143,0.9616657654823427,0.8287452565600767,-0.5464009926572264,-1.0699645843803027,-1.5295613439959297,-0.8119495180494336,-0.007367378743517555,-0.6917422233181122,-0.7448244937454399,-0.41267760857318686,1.5842356132443955,-0.006555897698876038,-1.386764603225631,-0.25354119046870466,-0.8324093549881995,-0.39012870698135643,0.3989562582257708,-1.4921369107416533,-0.6512886308417556,-0.16180788771075633,0.058542974870244034,0.11113085714427313],[-0.22145896349963626,-1.3890271754143433,1.1244536341496636,0.4613757027050705,-0.09101444555163485,-0.7888340332321726,-1.1087959977940451,-1.452731859908081,-0.5889441190659936,0.6895354922876047,-0.08006438242087068,1.0597973016615354,-1.7593453545456363,-1.9650681390398952,-1.24195764677579,0.440477781383428,-1.3190056994736192,0.6236695279693643,-1.661633393870178,-1.9069973418598891,-0.9516482057262635,-0.3945678489136791,-1.3024495143441461,0.19923509505545275,-1.2623724150784972,0.49491558774512884,0.3022206791481934,0.3453428274610237,0.2450181093802153,-1.0781625701373714,-1.90565303663593,0.25110879406756575],[-0.3757516044767774,-0.026845951593764135,-0.7310167479223055,-0.19792760773285967,0.34575689388767517,0.9294635560429458,-1.6232208814352844,-0.7645083390053456,0.6372611194386142,0.0991866184346104,1.6959632727787326,-0.8870537294325515,-1.5898141369755683,-2.085744111933698,-2.0708244953167085,-0.6384093145112993,-0.8504714846509532,-0.8653449079523445,0.41266394489558794,-0.00923997041964926,-1.1974973637603308,-0.8059895021785353,-1.631662260807105,1.1369467354316334,-0.17744585518513528,0.09227357828941182,-1.134318499519755,-0.6615996074054872,-2.1420619744181524,-0.3997415659969212,-1.5768967149444844,-2.0814873711301978],[-0.6684878445662348,0.5771469067574931,-1.1979225559913949,1.0040206575825728,-0.87411706575761,-1.5151082913709908,-1.1072940810478131,-1.2834117993353373,0.3413103492624606,-0.5678340002467915,0.5971978580841416,1.8120167268448817,1.0770919113851443,-0.8558466357788084,-1.6870391955650663,0.8430565774641953,-0.5610483665949276,-1.4906378842394745,0.17887430721525396,-0.5365203176359084,-0.06623087164887168,-1.5093986923374465,-0.44679892558283435,-1.050885706142173,-0.025287083884259865,1.3269014459922752,0.27948733774550844,-1.056613531765697,0.32159200046829334,-0.22964214419194798,-1.6574945407186104,0.388503511644497],[0.8280142074700289,-0.35135658544481535,-2.1630879319482066,-0.09820809469950104,-0.8133039199485812,-0.8608002816477635,0.589545997457473,-1.843275281778426,0.07630937745135447,-0.5659513130711576,0.2846866929096055,-1.0210163327585478,1.1771794741898007,-1.4428776295678405,0.20072377277538672,-1.6896332166788266,-0.07732500172345583,-1.185863852045223,-1.2935251645126065,-1.0560023731112438,-2.2786416549151287,-1.079844116295188,0.6266266869977672,-0.8091139974837848,0.7318768518265653,0.7121671848168983,-1.3075077711624539,-0.20885173805685903,-0.5095753149018935,-0.3624098059949427,0.6146945548670578,-1.017218648859237],[-1.8899619352596613,0.07544186321845144,-0.5420588454805879,0.029690570156886142,-0.7508031352427572,-2.159066261480891,0.26309244806488113,-1.0687497861116633,-0.9378022132734781,-2.4516939227722054,-0.4548773419339529,-1.1351775427572677,-1.7473701961880865,-0.575220040763991,-0.411933022656786,-1.7979635448213924,-2.308011741514668,-0.7199978277077661,-0.5812058442731293,-1.909961118632017,-0.20863189357058118,-1.4585132880806215,-1.674852251814101,0.45893991002784457,-2.0021734349946083,-1.5867138119638076,-1.862902934614726,-1.4471111495516653,-0.8638598452149229,-0.33059379301010827,-1.155309734533212,-0.45211879524933596],[-1.3777219590770213,0.12107964260498916,-0.9147939002471241,0.02429017549663131,-1.2708827330992845,-1.8572333394929572,-0.4096642542647564,-1.150562670175665,0.403495535886378,-0.8897401932583969,0.6682229009402311,-1.2290486100178606,0.26389648111478536,-1.2686055544432613,-0.952551678014969,-1.4216293916472047,-2.7974532481453265,-0.9481843588811635,-0.2898195227287784,1.2021172348710547,-0.42512128739786637,-0.3152069632512554,-2.387829543797822,-0.836488943859726,-1.2664573020941825,-1.6012640936950924,-0.41960257339031803,-0.4916961844835932,-0.21170374005524364,-2.797652598211109,-1.225194984558461,-0.10811784655844398],[-0.8009098240126169,-0.33183767021330723,-0.5524398395298333,0.6251034886401476,0.9857488096370659,-0.7826729805278334,0.7949743434560769,-1.0931685050978617,-1.4560308559260975,0.4770714653851309,0.0770371548576137,0.7277276815867091,0.3868778541618595,-0.11307128288511434,-1.1248766689476788,-0.3481421269969394,0.04014068796840816,-0.963607010200339,-0.07760591284898788,-0.5815480110033164,0.067236183449368,0.32733017106002177,-1.851642440228306,0.5031800955213135,-1.403556671594557,0.7999750092903591,0.4982928985234373,-0.7563390410924739,-0.91973644489934,1.4323820318998024,1.0475451960194815,-1.1380393908668034],[-0.6285850859713065,-0.7996072954206331,-1.3996001422479967,0.6042842277653228,0.06319663980102017,-0.4610187708523662,-0.9965393522614853,-0.4130688843198901,0.8956460957506818,-0.25628542422605316,1.0471015111139048,0.09162915258185383,0.46766903795306614,-1.2784600099830072,-0.09651699778149417,-0.5969657578964714,0.949651978316203,-1.540109246519116,-0.9461029475940483,0.6862853982914839,0.09987304388744192,-0.001069363580407938,0.034258007704282216,0.6159182209165787,-0.6013413858464436,-1.5961689563746078,-0.32112015489516454,-0.5190888723017822,-0.951941728291168,0.6942822545457488,0.007710570146444467,0.08134139643984518],[-0.7466986033298716,-0.2438627502049507,0.44912817301450086,-1.1603548889899784,-0.019849171662268832,-2.2204122470672685,1.167230944956296,-0.13096608789137154,-2.1715018785905738,-1.183121899305101,0.7868634540842838,-1.8519289700039214,1.4700310026287011,-1.034214447370351,-1.0259091325522496,0.6119253358012402,0.7440782208983547,-0.7091141365507365,-0.2662228182922823,-0.949443608875163,-0.494571751587732,-0.40429906378508046,-1.121327381392349,-0.3427050184948459,0.3219952238174992,-0.41983894432292934,-2.187635098530412,-0.1562023660037325,-0.356614068677682,-1.8179608713217554,0.02532114610578206,0.5267977398043951],[-1.541034330234892,-1.2909100135768095,0.40796038566123605,-0.8832413962100998,0.4813093840421235,0.7554686208756741,0.3312414330212291,-1.3087978266146756,0.9675636649852654,-1.0714293721420285,-0.43510884188956656,0.33255575704290946,0.6880549946805576,-1.1942417112030712,-1.4349345469579835,-0.1666317990644545,-0.20665413467484256,-0.9500459426423226,0.1018221175625374,-1.2565074277448158,0.44851964488709056,-0.4750395266832909,0.42523418441661576,-0.7071359610734654,-0.9127987982903413,0.4086472319173981,0.9356614473280104,1.347552140384917,-0.4282754346334049,1.848813134951547,0.22322301834666297,-0.989007688877034],[-0.8549496181422219,-1.7167335513258155,-0.9025907598835066,-1.9579342537093987,-2.2493446163024027,-0.9463354892268663,-1.8108390650207242,0.5337182158004159,-1.6377274026352575,0.2428199731030042,0.09861288823026787,-1.093231940733984,-0.14178472683902144,-0.37856264214480795,-1.1095359378712193,-1.7305795471455805,-0.6304224527852438,0.24214816609354584,-2.0310920853508274,-0.3932682220155621,-2.0431204837784454,-1.4933429815705042,-1.7103030059827482,-1.84025268809239,-0.41238070217547224,-1.7305678092304058,-0.28353679738306864,-0.19160396462160303,0.002081235370420319,0.3374894232228388,0.07396870607737917,0.39172981351979064],[0.702700569249628,-1.1312285942899785,-1.113309909835678,-0.47718693384343475,1.044132784004812,-0.1598330340238185,0.8307331169329908,0.7232416310523464,-0.29988026045276955,-2.1790094716249495,-0.31847833917349755,0.12027163732195847,-2.128358867638903,-1.1104441866074202,0.08031972543224047,-2.0849059159852548,1.0148298340286337,0.6872625461361993,0.32256529376168613,0.4787816588240689,0.05077319525324799,0.09020691183185166,-0.6846944975159239,-1.57737841096938,-1.3009072393355892,-1.2930613503345654,-0.02298697367304213,-0.9970634171417672,0.3110984469032776,-0.7197255700728626,-1.603242575899463,0.4305201964820109],[-0.3098243818903354,0.27808850411246805,-0.6686444298884329,-1.65917201828209,-0.3076531904956775,-1.3903798313374045,0.32431788196155653,0.17391183904660468,-1.7907933250561128,-1.044276491441584,-0.8827607559286413,0.4156430943781907,-2.4676370898522366,-0.5573549232712661,0.2894879867844841,0.14158721139853722,-0.7778871377153597,-1.0564602049664809,-1.5917948123562167,-1.2223617204470978,0.27103285432317253,0.9586307213710209,0.2505336062970729,-0.531997233179512,-1.142847582948822,-1.955915012002481,0.24196880513080724,0.7163055705061373,-2.4118118623372946,-2.34758623498651,0.2700077208423679,0.5787916980151582]]],"Biases":[[[0.047379802750972776,-0.013598889026739617,0.7110051694267981,0.607791073890724,0.06892252171312205,0.7044654714504929,-0.4082184571680414,-0.5523568261473,-0.8142783953559114,0.43593534852959887,0.6847554965677323,0.6887307181119103,0.17038747426307796,-0.26024990535982073,-0.9488709395899629,-0.5369788309799892,-0.7536204179225049,0.5058567254836226,-0.0005457976280285003,0.8470824505499162,-0.4809392158726181,-0.19154567161439048,0.2212842367636794,-0.5149822080979193,0.14006986241707467,-0.30195436924648134,0.6898175898383594,0.08521657515399671,0.8352704317617438,0.9017892567738749,0.13315381496833617,0.45913990794650567,0.8995040897030546,0.4577493454778747,-0.18871108643431955,0.24862898853823528,0.5846436657241378,-0.01307787978897393,-0.28361686913078205,0.5561204350521585,0.9811909097992423,0.49977261228348385,-0.5642128645265343,-0.5721540259219172,-0.1726581171278575,-0.1538642121907248,0.9568879497714983,0.17233686050635533,0.9942343975641045,0.8072112979862887],[0.7781395025692538,-1.1897133978643717,-1.573181385849752,-1.1709435327793367,-2.351359107721558,-1.2072073339318,1.216457895738675,1.3801253039309196,-1.3733741091034266,-3.5258346937782212,0.8458176498849195,0.37874292172564,1.1965958879936247,-0.34640076575980777,-0.5230201448808608,-0.1040627742192902,-3.3763062307430274,1.2792251489767976,1.5803181066914558,0.39148614619779215,-2.1768624459351273,1.2358322810468905,-0.2497592133990675,-0.3116994641884356,2.240992407161613,0.4491967575022468,-0.5239620938981577,0.07988835841548189,0.8246077934416435,-0.5904686079543295,0.9611870646278486,-0.23095807151073056,1.519203187223469,0.21338504575154468,1.483821407219441,1.2199767924276836,-1.0924824394362465,-1.8598446088243599,-0.5099722428349192,0.7962405755327945,-0.8093360681892903,-0.3326677138086066,-0.2984073577010179,0.2288912652762458,-0.6953301437157952,0.5785698480719539,-1.3520601115055362,-0.11229559505511628,-1.2311672453044609,-0.35521549116540174],[1.0782147558660151,-1.012106954417803,-2.69286702408136,-0.7672218121015241,-2.3548464902144013,-1.421645501308914,0.4567554470622512,1.955682724630469,-3.7067796996859745,-2.65431369276529,1.068297787874103,0.8797229018220434,-0.047663142287477915,-0.3459544430734917,-1.4857963059125354,-0.5865608517066304,-3.736061819115382,0.8054368683354127,1.4646329652010976,0.513809356333917,-1.973669352931212,1.6130767565033122,-1.3496621847361954,-0.4941127131966338,1.2113339195068105,-1.3574070141253753,0.8917271442067772,-0.1542697065901996,2.2618835012148977,1.940289775896786,3.605325069013946,1.0420257580596672,3.325010524959057,-0.27141465001127096,0.1899644226359514,3.285656665213436,-1.7249787476526426,-1.7883176536692558,0.4905968224550346,-0.6669340275998753,-0.11660354604168513,0.5561341370976858,-0.3260064897276045,2.4421147305371487,-1.8179402706386045,-0.5576483913610267,-1.0506329673193149,0.3794701397315909,-1.1419039905461166,-0.5366490455691474],[-0.20072845430293657,-0.43905312220491316,-1.1474165719935252,-1.569465596041522,-0.6756910432708451,-2.2424043177708937,1.0696839555466229,1.7830918974000494,-1.8856467646662405,-2.551735090034644,1.5283567580899704,1.1030507238123597,0.2816117332264254,0.16171120337290437,-1.5299249978060754,-0.016243058686286678,-1.5269964954906643,1.1118056034667039,0.7209503793089281,0.24056923312887712,-2.283257682209689,1.4314763741198977,0.6827839336209048,0.2469955864199092,2.1797352040128253,-1.6140540655094557,-0.7553120654421721,0.8996086000522169,0.9767646559563801,2.3938529496698213,3.6684549494094427,0.09502880932191592,3.3431269094488907,0.047692754426089376,1.061419199195092,2.842596879801474,0.031279265279163526,-0.9389931538224295,-0.7839931012695256,-0.280994092738701,1.0171867058801294,-0.06402916276519945,0.4416487814170409,1.8509540787892758,0.011824460317020924,-1.4929913549053557,-1.450012031298279,-0.23759063301464844,-0.6327321462776818,0.07825924768068554],[0.6888775049490183,0.8589130863842028,-0.2790819419309711,-1.6653377354852885,-0.2447360494363534,-0.7930191345101723,-0.37689532177221147,0.24436873890237373,-0.42390471832665594,-0.2534751794629473,0.19485825597086454,0.29738674020762174,0.2421863304637169,0.8660289270576569,-0.20494767150817722,0.6233202440616815,0.7281642998290895,-0.5996388356046388,0.6787249344482055,-0.0022445534306989256,0.870602264067695,-1.1252407274554774,0.9433321946560252,0.6969358068879771,-0.5119448690222048,-0.27806059143581385,0.1960480957196646,-0.0032976224048591836,-0.07149732290763175,-0.203876257274849,0.6095906959262861,-1.1366289367636908,0.24372445529446765,0.912248762446267,0.36081778969148603,-1.4905020676843135,0.4771325587128991,-1.338532706270135,-1.7303223600560902,0.5768143635682342,0.3436827287801977,-0.7802625628766293,-0.15546884090146323,0.31177548036949615,-0.8821212962478727,0.046565691059974004,1.0131238595636936,-0.43091100071684096,-2.0954205109377417,-3.0470580665528852],[-0.07670672874932817,0.5929678559165658,-0.3975573803701772,0.6542028206415226,-0.7128730393560322,-1.600613234819535,0.7042061785277763,0.14220536469971634,-0.7707323233146978,0.5268212156423971,0.4868289928987564,-0.8061937868691841,-0.22290641813608755,-0.9048005991547673,-0.31876155975220716,-0.4111688526406169,-0.14288953780023161,0.7997894272013214,0.6388595344741903,-0.5086773469522423,0.010208465827505514,-1.3825707503744784,-1.3114442623671436,-0.2956741735343706,-0.3827571287112614,-1.456266371726462,-1.375599426914219,-0.6322095884557242,0.9199919102042413,-0.05549368769349037,0.10427329714352017,-0.9432826300594879,0.5990372292099118,-0.9577493904173325,0.2946895502891305,-1.9174122176206319,-1.3264049449636905,-0.1559631955307853,-1.0282202631191568,-0.15860005301162658,0.8732327111215499,-0.43428944818016185,0.8303215192873127,-0.4913440900583772,0.07839323979797519,-0.372241145524025,0.13893380186668514,0.2810711005396824,-1.1820609628143728,-0.7738996128722794],[-0.22855543694749395,-0.8137490325580413,0.7855183659721224,0.012800465024327553,-0.5049963802525419,-0.9609892361018213,-0.20835534921212728,0.2339472898630517,-0.19038453232595115,0.3990556323528668,-1.2672889945326755,-0.08994652079038257,-0.33724602452810654,-0.06360889115003966,0.4550050011349936,0.8198334431567172,0.9244423336143515,-1.0365446373971938,-0.6607177717211682,-1.0744397688496516,-0.9431602722181646,0.1245250902443591,0.5891548101718567,0.7145193922490843,0.08037142259283785,-0.5583156362911291,-1.2970938187498458,-0.6141015359877907,-0.11098983015897305,0.37760427280644626,-0.6181700258079534,-1.0221250553471588,0.7869416316839268,-0.5942739851879526,-0.12299365673076396,0.7081558678669552,-1.1427282636266278,-1.0614048918905963,-0.06309435314909347,-0.7766323604235079,0.3382238838000206,0.21109105506555456,-0.07604966735928308,0.4218615917579137,-0.6398610941286937,0.6785062457081019,-0.861437303323463,0.3002292480327216,-0.9790906645038286,-0.13040409663623287],[1.5522682811246078,0.8165861793407116,-0.1920801764406743,-0.0624161529644928,-0.6227231087733417,-0.28759228420403626,0.8308828026454966,-0.4421575116924287,0.37871580947490713,-1.0396811882898032,-2.186965738411435,-0.3402904063268895,0.06844746669127158,-0.4897698979417523,0.47498673654003337,-0.04007573613335786,0.07731243568683785,0.21207853068370638,1.0646665293718944,-0.6301160635720654,-1.1460124104575693,-0.5798246616674059,-0.8152580723928571,0.3346980431193758,-0.31681055269641084,-1.287263545903845,-1.7321061689594255,0.23291586604673073,0.09534380368457565,1.0236592897787051,0.7301268995484145,-1.4115702408865465,-0.06888660874755277,-0.030259534208625143,0.8140754700523092,-1.48952203833557,-0.285479350539873,-1.3363205018241364,0.38170197424346114,0.7765277815801858,0.9750612535720299,-0.6018679473604298,0.21327963867181182,1.2845077886349143,0.47295589771970925,-0.20878409168993045,0.019255612622567905,1.4736125291229007,-0.8179127564967635,-0.6465884985235385],[-1.5004947978062648,0.8419321797194131,1.3454528425004617,0.952329996118069,2.395837129980996,1.0572591514637815,0.9350166520689147,-1.9685462743534454,0.3923989825490003,-0.3153533165687399,0.7736566368652524,-0.4445215752280223,-1.600459131703868,1.3816405401237877,-2.32863398612967,-0.8218438763985129,-0.4902395564548727,-0.7406890272311291,-1.1858132877811707,-0.39113609587994513,-3.0889326785589666,-0.87114226432721,0.0321044708051208,-0.03155914550843046,-0.29987440130910975,0.7046331906164437,0.9706542701732032,0.9361076182691089,0.32045058330232173,-0.8269081002168932,0.9568866380932322,-1.3979335366617898,0.3933599001319189,0.9552612853102969,-0.9847405480710619,-2.084183768321796,-1.3770503076342664,0.6801252543622738,-2.119190048196719,-1.2479562251932823,0.04783250542482303,-0.2892079910620524,0.5875541291015661,-1.890825429065909,1.40827753740481,-0.7747112774984651,-1.1433005942181547,-0.7318871127486813,1.2151246161655465,0.36224507810461753],[-2.503003781804114,0.38787228161391124,1.454568854014692,0.7706356961939145,2.0915641509664797,0.6711293444436256,0.9421743254240453,-0.35526615785484417,0.30297957676056725,-0.14260701971225084,1.7597262409206706,-1.7806083145977534,-0.6459041352686634,-0.4727443443795844,-0.560199004156136,-2.061882075231868,-1.6770598826193965,0.9486613285980617,-2.884051598775461,0.7477636769174236,-3.2534600196011563,0.04816412799477435,-0.04450410464971246,0.7540883389366697,-0.6502769290858456,0.9392320806290892,0.3900877726083041,1.9303176186985642,-1.0388964082299124,-0.43920402371418577,0.05373342105966435,-2.757586373831456,0.8488946603574781,0.9639836173739345,-1.1640838448721567,-1.9928969710234723,-0.35806450003787343,-0.8718196804786676,-1.3396673745358465,-2.660695733678919,1.013945267717017,0.0792587962359923,0.10697675711393306,-1.3585600303962946,0.29050929714856005,-1.0755515405583327,-1.8262442372678023,0.7501767169468311,1.2842890104943583,0.6815290380302381],[0.4852346035607387,-0.28701701950118474,-0.0290294373779779,0.32596168488625216,0.050004801574812185,-0.7862854978155025,-1.7373186939394691,0.4070138650353987,-0.6228048346962779,-0.2808097008983993,-1.3151382632672965,0.23341035402746607,1.0260372818349908,0.20649041304232663,0.20319511141341737,1.4970430158794445,2.005859032489662,0.17256670824626355,2.46327148724365,0.7879244309279833,3.91394137535723,0.9521567558617852,1.0168595084025303,0.6255876596962733,-0.07199633002397061,1.160466240959931,0.9504668233499359,-0.716865131946259,0.3451770597430122,-0.3379507526146519,0.3450171810134283,1.2402543153590047,-2.622499833341716,-0.4522572564367521,-0.5335660261805721,0.6995864566352966,0.06013212539971721,2.060243375822963,0.7126509311112008,0.4846773454032494,-1.2960460484580096,-0.20681525807731083,0.7740186187978301,0.3965809634607164,-0.09868371543107439,0.6957855897834834,1.6996283060354949,0.826742654735837,-0.08506114625282726,-0.1688789164197492],[-0.4622801010253902,0.26689231393728374,0.2685195129516602,-1.5877238479070979,-1.25490667305812,-1.33392069569803,-2.592924790559582,0.12522259307007094,-0.9647759557917434,2.233260251990787,-1.9007534182574934,-0.5670076260979057,0.5936831786553325,-0.4920036853424497,-1.3438502259355996,0.8714704014645387,3.104295365984143,-0.2431587738153556,0.7820825827966763,-1.2697979152273988,1.9048907006501983,-0.5878361451394691,0.3769999743709585,-0.2289004303370868,-2.6054969005681783,1.1015716904687474,1.0083468487070122,-0.9308404002790972,1.385411087468171,-0.43926593074726455,1.0363268499271134,0.5280194495445872,-2.8069781848094912,-0.4320083687816352,-0.716071417447556,-0.4133346267849946,-0.23429713932394333,0.18129326916293997,1.1098345245938972,-2.1146340900442353,-1.4778803940613148,0.20282549069023073,0.3726208460052635,-0.21971284564445073,-1.369129369230861,1.130216162852078,1.9589122734563464,-0.6458707412443502,-1.7029011391753757,0.4625663494876568],[-0.4702420631738115,0.46954634813436297,-0.2400351550138096,-0.741520939448057,-1.0491911105630272,-0.5094529925015768,-2.6589994218763042,1.271865350072459,-1.2800267227999045,2.203169434814983,-1.5417444341520183,-0.6459902705124652,0.9337997754465902,0.9102533800636811,0.7087544733721785,-0.16086685224229144,1.6872813131657178,0.8967065396524466,1.2047443995231295,0.062273902535122806,1.5699143603550032,-0.30436079903105073,0.9205944113255772,-0.36275327952439984,-1.1805430809882467,0.8544181435729334,-0.13946892324269175,-0.8388982566144553,1.2792749971699675,0.19722081284484755,0.10338959089965519,-0.7554607830808819,-1.9274042882322646,-0.9223173083036196,0.26838002431413055,-0.44560442187636873,0.7812205953444883,1.2740975236273269,0.21462484434778045,-0.7968292053946757,-1.170667368069263,-0.4402939780382447,0.6216669406066339,1.0653679638767608,-0.07492008659543724,0.653697456740387,1.3968995479525712,-0.534563279777154,0.5218862930841109,-0.20937981371666187],[1.190636258983464,0.19218673622675084,-0.9260556871450353,0.6156102524610959,0.6289120491854143,-1.6574383346711712,0.4868083166727561,-0.18942898241314074,0.656206900270374,1.1503885626492203,0.27340233477303616,1.0553243313348326,-0.807892761348226,0.6295944766209454,-1.727236888991802,-0.6440859790813972,-1.2426313426344462,-2.279714999546922,-1.390574017682397,0.6897017600564034,-2.6846347211585107,-1.7817743507336845,-0.244363191449612,0.3428578275578963,0.15780260628492676,0.12184020184045925,0.18340958382894992,-2.1108575661643236,-0.5493470956627233,-0.5153264472088043,-0.41666908471119296,-0.3107432438016097,-1.2976899821538,0.31040241450774525,-2.7592888670920055,0.3013771167120493,-2.2535835886429503,0.6387777308740822,0.962056303183736,0.6811985321729223,0.18601963849613795,-1.829626286774625,0.582580090424581,1.0340888518294777,0.4569595639069747,-0.9757701262361005,-1.9149524727085272,0.8170376011903732,-1.51035693271767,-0.5660763506142372],[1.0204430698159954,0.09244071703117862,-0.6304798083148624,0.20302396162039774,-0.509483048016596,-1.8357091537436836,1.9763891185829625,0.4496301356376492,0.9061574504194866,0.14302330298065216,0.4485387730007414,-0.35872631684445805,-0.9627319647756374,0.19582907051025245,-0.3100620553235923,0.669565526218795,-2.52543157685295,-1.9390612422231683,-1.275231674163762,0.8161266370498753,-2.4517379000393533,-0.10295588493985859,0.5742399030846067,-0.29743226288921704,1.714497853153578,-0.1974646735424453,-1.226706481745405,-1.6331201986390722,-1.363478156461793,0.27668741964933796,0.31399238184520933,0.4479195589505679,-0.1615935496712449,0.32684926371781914,-1.79098753355178,-0.28492092349369047,-0.23631006908939656,1.0499788062922408,-0.020816150442639784,-0.7912388059747971,-0.7136501508101143,-1.2319124944293574,0.4464972007442896,1.101808870280091,1.3826882244319372,-0.3195657223122455,-2.2929899326857868,0.3842245174105277,-1.8829775798267705,0.5236513410695277],[0.766723632936165,-0.26174778564328344,-0.506186527843958,0.7810696109338643,-1.0285654096638301,1.0139698940065878,-0.8524366067014719,-0.43943492068631196,-0.7786925066305693,0.3593414485788323,0.1645529513954436,-0.4917565119357439,-0.8214397574122773,0.523426964275556,0.62258535781169,-0.818944617578418,0.6497019785248791,0.818609213922628,0.947137763761251,-0.7895474239839659,-0.16477217349134685,0.11050797217144727,1.0088357577402867,-0.26141288311304,1.000856743359049,-0.14938252967278928,-0.07784671437200458,0.7979360430070426,-0.7071194619922945,-0.6173996465645075,1.0757150830340863,-0.31863045566154313,-0.27454611363816916,0.2977390725539275,-0.6591574403106879,0.4279840814057748,-0.6453446474710498,0.8323729528925199,-0.5125820579176538,0.7027339101372866,-0.8765980715464156,0.40674644472802396,0.12139750727010502,0.6761435626795792,0.3245172415255447,0.6109585904925253,-0.929556104259102,0.2499644274785671,-0.19622868057284362,0.4227910422481872],[0.835539594972073,-0.035254403626465924,0.047356001153330246,0.6142487936295831,1.036849064941163,0.6710577486386122,0.05880119016292037,-0.8977791750409289,0.07079286827862644,0.44808930620546084,0.9985667012055094,0.3456387764543653,-0.13490647927319882,0.4935699372037102,0.6842315877297453,-0.5212864954249068,-0.7782126841012459,0.4338668589834411,-0.3980797479293029,0.4690170755807089,0.9113058687721814,0.46455519534628215,-0.6821781950382608,-0.21079834522199864,-0.5182340710092994,0.09019029328834878,0.5760828295390745,-0.5848110698309137,0.6634438080869554,0.7452821153720584,-0.6231519632769165,-0.9016258708642788,0.4456265540223231,0.7874600452506599,0.8713511616190173,-0.406291586282102,-0.4143702237881117,-0.7401258616001636,-0.42161567597550725,0.7187414774000873,0.7993990196353189,1.2507315532781016,0.1589725599277021,-0.14689206718304876,0.5661984662333335,0.37678077658344833,-1.0525930565156305,-0.19624148771201244,-0.5809267721613098,-0.4094319074704451],[-0.06889664330727843,0.1162953525893914,0.8166813655374693,0.7778718159261246,0.7783989389071646,0.35477630830934914,-0.27918477351877075,-0.8726897263401281,-0.21531535040281646,-0.8606395360309158,0.7977079699344722,0.9860175189013765,0.6432965624501249,0.4044170387651374,0.9693034656993282,0.935254203411943,-0.07711957076840353,0.6110939215055498,-0.7891544276796456,0.3809647132374424,-0.5714880664821846,-0.3996766882835555,-0.3788738896717298,0.47162184394990747,0.4532374368793808,-0.7462525477872044,0.5276598536776017,0.4584843681698831,0.6567434603651394,0.02626216542067833,-0.47470023001073725,0.643508476350416,-0.5410494787583636,0.31761610675524693,-0.6273279521058883,0.8694892237378403,-0.3399996061710143,-0.24230195824294848,0.6671111537472384,-0.533536836601442,-0.5442022363888006,-0.545617822447897,0.5238133520936794,0.595335663697509,0.9605585581397306,-0.6980988195756341,-0.3383175563689699,-0.035120571287885705,-0.48218126952502577,-0.5919490637023491],[0.3507735078217629,-0.34643700136081435,0.3224868829689333,0.5783663723582473,0.36987048762685826,0.3802890764736264,-0.2678267342724965,-0.6608971618668649,-0.09732463980995243,0.7643552951606938,0.11616840737171581,0.12002113808865283,0.3939600177133331,0.4437438147201596,0.6221350332767189,-0.5247601720793006,0.3636330505744867,-0.7494763045127905,-0.55831725227849,0.0031929158535396593,0.32165443776017555,0.09534890651005998,-0.27828459233874614,0.41457941294815037,-0.8908341803327947,-0.6239055961001683,0.895714653318584,0.6134354272245914,-0.256582355481189,-0.6428730629527263,-0.9544384114879145,-0.8829965590547861,-0.8262504923636865,0.590953032149154,-0.855808046027099,0.49918266815840356,0.1339792851468083,-0.28665420101912176,-0.27558286377779695,0.6461022178222219,0.05257346039703192,0.10183178586271693,0.6038458092012071,-0.9976390828727849,0.48802546024437393,0.37128570131243416,0.36517259421912757,0.9080256612450196,-0.676421073453848,0.9766348463767223],[0.5826330646140856,0.6322639597189259,-0.09782274319569223,-0.30464809450556696,0.5034857763177113,0.12591878786721195,-0.1057071447605435,-0.6066384936915914,-0.32220865050648123,0.17644229163836164,-0.8727312244210051,1.1316891711325119,-0.3018652675054882,0.16760868579493243,-0.15157890447793257,-0.2586527027734934,0.10624142474784597,0.36480853568917443,0.13793797684936462,0.4020708123800185,0.9474753915592435,-0.6930873053740377,0.8519754893607837,-0.680350741868696,-0.29052172780231855,1.003421660153624,0.40732048439276003,-0.680435414453109,0.9768579811027336,-0.2687215146996307,-0.20014322513405414,0.7674670432394514,0.22081591218381613,1.030936520187099,0.6880099556196502,0.6643269025899721,-0.37285884262018987,0.2774769760928442,0.706536016445942,-0.7274551508100561,0.7577767849513539,0.686590081334191,0.956738638689996,0.47546015665400654,-0.687695584729102,0.34819073642818665,0.7713618896252147,1.0441650492131158,0.518961097285843,0.49944449210884734],[0.9163473372665843,0.9354281704092681,1.1159258209479521,-0.964925123583406,-0.2323289898472788,0.03879339032480435,0.12719747625512395,0.5298977077985596,0.549608191960215,0.5496520442038408,-0.8908946870852914,-0.468487096501026,0.4996033236637352,0.9980551494365361,-0.16830226443716548,-0.9891296460055728,0.22753509209003722,0.0742660939147896,-0.46027739285114,-0.6383949611137242,0.5856289387758481,0.32593148915521536,0.04655620308905404,0.20028788396282188,-0.18245175154593665,0.30305511506651783,-0.9063220865270794,-0.7964654046450284,-0.6264764575393823,0.40200508154538744,0.264581122426995,0.17742651016896438,-0.18317567509568006,0.9061315247350413,0.28784525125894783,0.4956250529251362,-0.9282068367812171,0.7278271229372334,0.3100393190976198,-0.26290564109332937,0.7705026225301769,1.021401895252142,0.13930777014592022,0.7010023359464111,0.292454216428672,-0.6531430015521145,-1.0620949581504593,-0.2731907131613253,0.6944217765477116,-0.5812333415214119],[0.9255543619938275,0.8372154654503486,-0.22548707092843176,-0.015712782065066128,-0.3296373165063044,-0.5872339564278933,-0.3881920122429462,-0.08233343628602836,-0.019428787902358073,-0.6725952239327476,-0.03960542566690973,0.5694303393300422,-0.41387457301150893,0.03843376559084285,-0.5907558058014601,-0.6265931699102061,-0.6352769240700856,-0.19310177540125104,0.687972432825661,0.2761132277451727,0.6227396491346006,-0.6017268615229889,-0.6827240895177736,-0.7570774257065034,-0.5883925210058537,0.054846113983820166,0.4080791862256365,-0.0034584971493460347,-0.6667597947404916,-0.6377994074845643,0.7536828017873834,0.7308867773261126,0.32784762722605487,0.05784877274536517,-0.2055805417568164,-0.06418244115242186,-0.719710867237622,-0.4506919349979635,0.14893204524295678,0.27966088372604403,0.08472117045505051,-0.3764501717173437,-0.5144830315525207,0.4664704516318201,-0.5539429842886127,0.17203221249046932,-0.29474231204507334,0.8736803772423902,-0.9154680015249222,-0.37677438968514027],[0.6657566294716942,-1.8166310221562632,-2.092741027604062,0.5220760078195954,1.1369029580299286,-0.9639088723230838,-0.9482500035158177,0.07793818073953028,0.333685748409761,0.4747333648026471,0.7197417387650703,-0.9371134349156848,0.8267231982488749,-0.9499990162696275,-0.4230733445128423,-0.8112504108110647,0.6953057282256179,0.25332181068233617,-0.2751098835561278,0.3977026010179324,-0.7310653441051075,-0.3392776387893258,-0.9694849224574401,-0.25103956858150883,-1.4141934661034004,0.6748524213222725,0.630102056539022,0.8940955233538791,0.3299118581182659,0.7347812627046302,0.6498550085015378,-0.8902897748521899,-0.9235929397033227,-0.8166632276515651,-0.5444696012767767,-0.7368598025691675,0.8228444359866911,-0.38712691583997744,0.12788337388255833,-1.3955023307004004,0.8218621606039115,-1.1399952996508693,-1.585239131558521,-0.6754370785485121,-0.46928437428488884,-1.2137375830150328,0.5541738816963467,-1.220498492421642,0.2705464426835103,0.16221876955808245],[-0.4061164842061759,0.38958185630774933,-1.299608700900601,-0.11278370608442424,0.40007047085164815,0.8995128720381531,0.9046589000946085,0.358623201404363,0.1351469820128983,-0.9516474046190085,-0.03174149987589217,-2.157096284727628,0.6958742323857524,-0.9520247471730208,0.037959721918998324,-0.035758275854647595,0.632123259371202,0.5685160903546373,0.014682059961634457,-0.7514990841551255,-0.5468473429282745,0.21380625950408633,-0.7837107931699067,0.231326126236394,-1.2335942079994597,0.9115638904194329,0.8067893123974568,0.1352518988447295,-0.778024191124194,0.7856875733768168,-0.06239849968788219,-1.1389198534262654,0.20678263689468498,-0.5497024699964507,-0.2557992807189451,-0.6525030522467863,-0.31508315846609036,0.33752136330473587,-0.8670914803661409,-1.3596094332850095,-0.25108454090332044,0.7242474989618516,-1.5174000644683925,-0.6010596963223461,0.2154588566612073,-1.5751958852242303,-0.5353195962790246,0.6077728290322788,0.9191255666091105,0.30287147720386065],[0.27233088140405454,-1.3034731019637398,-1.5406866457773387,0.016395445658321014,-0.5114368817736064,-0.6736161384394495,0.07578140755210078,-0.12616839303593722,0.11076134737794437,0.8856895743059191,-0.12190123526932142,-1.9078571741319073,-0.08430283007883348,-0.10730448093258924,-0.12168952558524432,-0.42881731352039704,-0.5846550008241154,0.9946704447056769,0.5559373006904839,-0.2215046990005895,0.7477226754586775,-0.6822462797565105,-0.46257814117431495,-0.9128382124087838,-0.0479223481257312,1.0313126861407331,0.9940814240147748,0.1484598410497367,0.8045855797703553,-0.3114276407936678,-0.535044937688485,0.7041373193423234,0.0869089477225935,-0.5848606120443064,-1.0765539284196355,-1.9985659752801583,-0.21374017812066778,0.5083873762079753,0.19087313057704824,-0.20642894709267948,-0.37246811056977125,-0.48001089928795404,0.39860903456463626,0.09228584791775274,-1.0308832768991754,-2.8574501207669454,0.25844454192832067,0.0804480672750539,-0.18260650564702557,-0.6286786442046541],[0.9489063629655136,-0.07319808043861356,-0.30718901385062825,-0.34477939533726365,-1.9304749913321193,-0.21040491315006166,1.2859573733986218,0.5398124658137663,-0.0844574467080191,-0.18848771756030705,0.11909061894617651,0.5002697090885739,0.7801189206332085,0.0019579734740759486,1.7599819191618142,0.44833648984112806,0.1742444958785909,0.7729240224540428,-0.4695620579179394,-0.5483512775580377,0.9378010732711961,0.9915585581557265,1.2563244308156971,0.6719897937341843,-0.17239855558284176,-0.8162097878587301,0.9570487840310851,-0.12034364044782214,0.5296922388064148,1.011286909504293,0.07154077988258277,-0.1531914037264343,-0.2025534313364546,0.6735615163316149,0.29164041998927254,-0.36800209764382225,0.6724207132834786,0.780050278261719,0.1637808874923052,1.5997533096616683,-0.6156440741746787,0.46123190051996904,0.3909923329301145,1.3265488601257098,-0.37117048528447555,-0.26615712487749615,-0.3053627809300337,1.0689511097734168,0.8134791842638015,1.1201775938778635],[2.521701309946774,-2.2708646710512226,1.8020549767142189,-0.5960810753833017,-2.773210794770418,-1.2541719620639755,1.5851808247023194,0.2953410830532596,-2.1340882371287186,-0.5235332154636908,0.9214875100986633,1.7863515053405425,-0.05201370534083852,0.8683465682917718,1.4463313156931334,1.2466817699072525,-0.69416548410302,-0.5485221414036063,-3.018012316013609,-0.5258453296934643,-0.20552078640781815,1.1328251286849802,1.0192894270936557,-0.8504834283594992,-0.24641577817508825,0.0739106027010364,0.1576461632920194,-0.7111952371766402,-0.09107847106048281,0.23050843994478473,0.431545361410091,-0.28513187408848817,-0.4338896840551897,0.5831461195392209,1.3792149563329694,-0.44600865051901156,-0.10180479081868721,0.4466174415541653,1.1134801640557346,2.2525412279747936,-0.5093869786787122,-0.3254919284296728,0.7900706584595425,0.7859674604156882,-0.631553232709667,-0.26384737513550766,-2.6940208185057593,-0.4690063015069627,0.13223896598470583,0.03658282396873783],[1.4250185121897807,-3.200115571079302,1.131770782077388,-0.03333285819391657,-2.498008322894786,-0.8796900861252059,0.03254763442081465,0.11292045046066587,-1.1879256469457182,-0.24561339158948053,0.020652607720980053,0.6722226196381856,-0.28889066879291836,0.21748286870315808,1.0803769990836976,-0.40024194212073627,-0.15471814331273617,0.9106244100252658,-1.3900789863009304,-0.4337365383687907,-0.136314664885748,1.4957644576198432,-0.2772851203390485,-0.42024788846285405,0.9385152889141944,-0.9158986907669577,0.49870502145872536,-1.7711037962458593,1.0120447286098027,-0.24871175919900199,0.8740105254071586,-0.11842284551117294,-1.4068883604222946,-0.18679827155005807,0.5091641499230586,0.5367742861582168,-0.40046357953747513,-1.7305631731850393,0.05594622472912328,1.5998220752589576,-0.8095653181167363,-0.17014728868158363,0.2474333252206141,0.48854239583195164,-0.8601317593879515,-0.38648224082797245,-2.07046071522579,-1.245247454260814,-0.04124830764991396,-0.4453728570609712],[-1.2183385079284001,-3.656750438651754,2.607672144759508,1.7461051511203003,2.010154759018448,1.116140227078556,-0.6234301498626894,-2.509740126978355,0.7179603618303276,-1.1545510705175013,1.0492173988930869,0.7687042202082511,-0.04319124251154607,-0.10584656396983039,-0.5964590321834707,0.6392805355205762,0.13884733623286893,0.8388433220995134,-0.7454561126878936,1.0644373766743154,1.0567249621294972,0.15017017546312486,1.3321088722151706,-0.024580028706492157,-3.618806368395329,-0.9581543987284303,-0.7887894324751943,0.9354843869006794,-1.871635755219772,-1.1383479466260684,-5.863910308679215,0.22731079630160736,-2.4026405571549874,-0.7332807363679494,-0.1066591920788685,-3.171528204252552,0.8603797874596718,0.586191441976693,-1.852268393749336,1.868291665264477,-0.7265888483139844,-0.24876643477314944,0.007805525962450711,-0.9636686011000354,2.885240930151324,0.4285702319053193,-0.8557385084972664,0.8962983584295391,1.5148143042696158,0.3582437871307644],[-0.5145848456430998,-1.7525832918265012,2.2298960870605473,1.3604500887137465,1.5185204732673916,1.3819359122023376,0.8309278279287677,-0.6662739247342068,1.7515686490581044,-1.3227022200804133,2.0856923964446947,2.2070663934400825,0.7612015406016057,0.45450092205084014,0.9276154008174587,-0.055491132194646395,0.7598199890707098,1.1347510631337063,-1.795053816472879,1.0358845044499934,0.6386752334137576,1.124554263799227,1.1631183227809525,0.9335853588495453,-1.2829247380271613,-0.6488379706594325,-0.6603755384336661,1.1899986098546367,-1.3470165790765602,0.912960138095738,-4.375297536932755,-0.778743269774,-2.982968895756966,-0.7376083721325971,-0.41532847482512564,-2.387182386370621,1.1613355316787974,1.0103089628179869,-2.256533039867817,1.8492202748289421,0.9840692768169311,0.8296602164412286,0.3902017604293771,-1.7372521351513956,2.7950094989016794,0.4911605924527631,-0.22158109553769734,0.8245547055084907,0.2951235650470083,0.8312176205185545],[1.0060621499653934,3.7717375998202716,0.14210353713474894,0.20672660933362313,-3.407513853111154,2.000241171231924,1.5099662464995915,-2.649785512356407,1.5572740951417723,1.960659887095679,-3.580026508651107,-4.698851451660996,0.3231080445291896,0.932425966171124,1.5769794571778035,-0.17934503367946444,-2.7442670815304973,-1.2926505655516394,-2.5204659912951435,-0.6441167447396559,0.1571237431682276,-1.286125919066511,0.13459990401801564,0.36907993270644834,-0.8573880406654659,0.5847707054057739,-0.44866547772121884,-1.3170412312749926,-2.600032721195272,-4.9327368134116805,-1.292434384777559,0.6275730025545069,0.008592103382375387,-0.2952924349353129,0.005377186003672608,-2.657160299278388,-1.0670055977381965,0.9373497813246996,0.3603781577049321,-2.9320154609240903,-0.8176004093686473,0.3963780422249864,0.8615119443209245,-1.7804034386959777,-4.1725907542045455,-1.1272961377098345,-1.0120035717396325,0.41173019174310366,0.8925349081899592,-0.2696672845205397],[1.0698737651705228,2.6532490127304933,0.37927902021972404,-1.1684301140200706,-2.1266583554401515,1.7718965363858552,1.5631648125314195,0.5907801690140244,2.4780892954481253,2.6445454944737596,-3.132703757659932,-1.4020220554385385,-0.2938257485195196,0.17823164890598564,1.6825418471229854,-0.923791512104684,-1.5280873517298577,-2.412441798824708,-2.537153878868044,0.6280133739698205,0.9300245770385973,-0.7618724345885405,-1.0859006174826162,-1.2301311843261402,0.11442210215117633,0.9891530262557144,-0.20813417784120783,-1.583400781797235,0.7095355171579006,-2.0905378316241428,-0.24255867083809302,0.3794490605433445,-0.20098220148826101,0.927588751707444,1.0170183006866556,-0.149545350041827,-0.5711166589919519,1.1030830247374752,2.412363848579755,-0.47807904835430015,0.734690065134648,-0.8569945663972012,-0.6268067768472795,-1.032730756703953,-0.9187009653400499,0.643019153927286,-0.6445155287041534,-0.7745591562747406,0.33508472086628743,-0.8302012997683539],[-0.1823709638234494,-0.44965580136501326,0.1528279747847166,0.06273220719758929,-0.15210284630720286,-0.348762001266711,-0.27024350135514563,0.552850299555783,-0.22683772135797775,-0.6224143162810131,0.793524421721978,-1.7787483890912064,-2.437530933623703,0.3699061860171864,0.9631951738637544,-0.9657704338273868,0.11569854929772448,-0.6198706634870484,-0.531389289834542,0.8053640956704079,-0.21514156657736502,-0.7100807304385224,0.05873409327950689,-0.25470378977018415,-0.467415491346255,-0.3664944300364557,-0.7564043467219199,-0.32624889823173936,-3.494385879807462,0.5982709855025816,0.8560162328225992,-1.065019478863044,1.0783030202763701,-1.0177813003236025,0.36248164533131616,0.23426891921618626,-0.4580316807435583,-1.8686722034193357,0.5872644214776572,0.13780486086673424,-0.5417459294652521,-0.07013231095065611,-2.0739197632114563,0.5310077939821904,0.4432387090086644,-2.271036130966995,0.8772499948280178,0.5509532259178143,0.5205014616924069,-2.228142787661292],[-0.5196574773139943,-0.0042668013478213305,-1.6580559060104165,0.7893652379380905,0.5175543759904168,0.6958843650991946,-0.22933042273331128,-0.18157165533086558,0.7775310176717927,0.26167288038548203,-0.8580373726751263,0.6055969992117053,0.5134665075663409,-0.27205925871831954,0.12986181890741796,0.58103508761505,0.6365929453229153,0.21023174073974452,0.8847778304281665,0.0808122016246477,0.27391838006531477,0.28860410839041606,-0.039717204212578745,0.5797847093917805,0.38794403267098754,0.13628641285874935,0.12385210855981917,0.26419130468659197,-0.24918495810882255,-0.5830084900515938,-0.36890872718613815,-0.012096056851784517,0.5389613160463304,-0.9196049271547451,-0.8926857379040855,-0.40651478343208963,0.447987575829845,-0.394812804869058,0.2978303823814872,0.8113128673572721,0.7970220077798477,-0.3708252947632851,-2.069837648493513,0.9028791384259662,0.0953608132829774,-0.8412159736664997,1.0123049538356939,-0.9769462796609008,0.19885007175271915,-1.1351133188674283],[-0.2829970624410608,0.9239687337272271,0.17550776787371372,-0.35053512653857355,0.37545066345119354,0.18300981936074406,-0.017551082059081992,-1.9438827594529655,0.5164123724508257,-1.0080823041406497,-2.070045877164454,-0.3811890812346755,-0.3079512946153691,-0.8733021376038878,0.8816002024546983,-2.5379533430659893,-0.0541902064004146,-0.2867514412893392,-0.5395575298806063,-0.22881362926469964,-0.6362998589387611,-0.9218620869199724,-0.18967309419210504,-0.6040427599376681,-0.605175596037185,0.23677544633697736,-0.5167845530948417,0.7815018601685494,-0.5401484790358291,0.41210219855643954,-0.3490298130469505,0.6527441895668546,0.733289478418848,-0.4029972613338544,0.5164852967017557,-0.14377813419717422,0.26342464581280617,0.45465332870386554,0.2813167474644531,-0.1899972209305718,-0.4844700039789752,-0.22827441540084423,-2.733710701120853,0.09599456246529045,-0.27036605138796327,-1.186884620274762,-0.02538389534540315,0.9573078395428585,0.41427132206833556,-1.0748406665264043],[-1.0638936022148917,-0.7124791231282,-1.8435200905234068,0.6352371188472835,-0.3194684148401851,0.36636309040106974,0.7659676239144351,-0.07179887019587665,-2.4611590832165606,-0.3184702531636736,-0.9405883379088671,0.5072597608550443,-1.286285736616898,-0.1199707757776681,0.3924577418869319,-0.5586719412443324,-0.3872346551401596,0.7035562731275864,-1.1495906197446168,-1.485050050409172,-2.2326900943327788,0.18564296432900212,-1.2163422620004836,-1.1257507755765268,-0.19475659355806924,0.575281070852878,0.6916005467297267,0.6234860939319418,-0.06230105408083436,0.817974953689932,0.36474893584457013,0.40709101497394445,0.26773795138650675,-0.10048738073409669,-0.23785611398967646,0.28367396161289055,0.7618691442932215,-0.017793082752431473,-0.3022518379724443,-0.32078005750570027,-0.6564009523640418,-0.6503238665320756,-0.22151148671361937,0.14184323119061323,0.49441302110074165,-0.6513663267796921,0.9099996998488286,-0.5732475954384716,-0.23283306649177146,-0.055296560115429265],[-0.7318453320448319,0.3561728339730527,-0.2967533603345833,-0.14164837567754393,0.37336915568721374,-0.16906200899308876,0.9087336387578977,0.3766861281962891,-2.6470284876601102,-0.21871924799455653,-0.9396051791194185,0.5922737582846708,0.10065033025677994,0.6552444058632126,-0.31935929447678046,0.19073883085023774,-0.6068925937861063,0.49581041465318504,-0.44141855973869903,-2.234458482986352,-1.5229644348929035,-0.9834498831102083,0.6752572931815342,-0.5361336546030083,-0.44279702545624977,-2.468566359864548,0.5033986376928669,0.7106859102290649,0.24275175913455949,-1.8594696325590512,-0.7264488796307321,0.31140888138844963,0.31061207067893704,-0.8214504007519728,-0.21376935935127475,0.8249726219853443,0.9265538133110215,-0.7568060175369471,0.7488799719736666,0.9994947498787055,0.5821268637828166,0.1416824416108047,0.9076098398364263,0.12084636818688455,-1.1286164994305887,-1.0075346802126413,0.8056872491036491,0.39745287334537677,-0.6765063236433463,-0.25662379788480866],[-0.9241097551731299,0.567422390276362,0.923298629554843,0.8070949066415924,-0.30984246905020824,0.013705245799664843,-0.6536224664998675,0.8404324944146692,-1.8374138905110189,-1.5640355804776673,0.15860938230110483,1.029515936656946,-0.9393331517745416,0.05802736537225846,0.40112708028290855,0.9629061059869132,0.06679899533471012,-0.926005020508149,-1.2688354919386626,-3.835039552460782,-2.170624852283642,0.9509517251737828,-0.40398497061857436,-0.09602845000895181,0.5899592322737169,-2.3053625816851095,0.6981021066724163,0.9512533579088851,-0.41599577771005897,-1.0203282090209531,0.42365950110884487,0.2211166680494381,-0.4463126051558908,0.584526239713799,-0.25381560449279816,0.6457700305261856,-0.20212357855496313,-0.11471836065404169,0.0793086500991895,0.8587761771440878,0.3587071211814805,0.17704197956867113,-1.5035837661693305,0.5110508635061843,0.8480775828249674,-0.168797551274095,-1.036131621418469,-0.09043309599826596,0.5840868937055298,0.5923499048047817],[-2.2033933331919835,1.1909308982786262,-1.3806441354682712,0.613441992822985,0.5991120069177233,1.857839595900574,-2.7310110078872816,-2.0286189332087456,0.6174946262917821,-0.9566134730238651,-0.2095387442121022,0.16823683178193258,-0.5774578950464472,-0.06300775102425565,1.4182965071941778,0.753934767905912,1.1398568740803028,1.9024125160280216,1.0610992205028955,0.4578349968121214,-0.4958511745855241,-3.192869957758099,-0.8965851705724619,-1.1908037973390735,0.18426629786937224,-0.25314534012435175,-0.47123931810097514,-1.7241432343308607,-1.8897756146607299,0.5126823644928522,1.0376159897452042,-0.4765157499111421,1.1357465870256362,-2.5866512335894747,-2.3401744318006257,-2.1712791967250595,-1.6646490940201237,-1.9400735687553814,-0.2716090941638745,-1.7406535363524152,-2.8699640818935848,0.7462619182876489,0.9925516332258036,-0.64328256527608,0.35227984886513414,0.1929686323893498,-1.9197824343560395,0.5804560934029491,1.2674300139906307,0.18394410475627931],[-2.2325980221779367,-0.43979480760870526,-1.845224291313211,-1.0725374410821698,2.318760870043117,0.9107395636631385,0.29609112459453735,-0.6188533125524867,0.7090375957449064,-0.08240494317850168,-3.264028688428239,-0.5410107559735273,0.19547338364963934,-3.204590365679005,-1.0639208396437523,0.43175274730195107,1.3705517518483992,-0.06781126952987668,1.2273104211973425,0.538189049728249,1.5308285157982722,-0.11257791379173217,0.6883035853761311,0.37265643937833526,0.9237591944958878,0.0329043402349937,1.6217117606594487,0.1704390196839304,-0.14543342607872467,0.9441289787165192,0.5758614746495768,1.0910833790359096,-1.0646614570131934,1.0968494600819536,1.9593546682620984,1.3669594346692457,-0.6940967349965331,1.8641498963237955,0.6147805971508102,0.5273333886704421,0.7449126553943295,-1.4134301542417265,-0.4480401214066868,-1.529032856234499,-0.24074683003191105,0.333525211815089,-2.869971641059824,-0.33570277874946836,1.2348059517924714,0.29160173254906385],[-1.6302615174741093,-0.796839552191632,-2.969130505273912,-1.2863562357023635,-0.8963805830931609,0.42010802665200453,1.4981882539860063,0.4442626103705879,0.7290847224344903,-0.5632628289749376,-0.43896320163743174,-0.1402095561080081,1.3546620978065143,-1.1132733659700893,-1.1958191158549811,0.20166348376888354,1.220807311808578,-0.5345812357520141,1.1998417287749166,0.3794043099640383,0.6529460927838339,0.22536624191431046,-0.04787343854486738,-0.5457839821927342,0.40030207240743454,0.8341978781458107,0.5834877572036553,-1.1463571169674835,0.7199254067962233,0.4753200180867379,0.5265114574026091,0.20218061212739408,-1.5594670135362805,-0.21128843335201059,0.5889929427087456,1.4949191639956418,0.11720396314802764,1.4342933474946828,0.7993053151721204,0.9559610779516942,0.09286596591423961,0.12802043425087403,-1.2348069038201566,-1.5827751668194079,-0.4353403858952919,-0.08347306303952856,-2.49251298813864,-0.1325223910662238,0.5469009801175422,-0.3764719109478688],[-1.4248511266292314,1.647292184661365,-1.3762817638482565,-0.024794424274909972,-2.0633325695351536,0.476462465691608,0.5890019373777824,-1.6194200398145917,-0.8902590756355451,0.39498499215606836,0.5898566027967163,0.3869800414808428,1.0075523673579434,-0.9214677801420209,-2.553337550351253,-1.2871414413376607,0.2884413351915041,0.20302913346974483,1.0371032496243677,0.5781719821295979,0.9291690966974553,-0.22557677207642102,0.6734155348708735,-1.2974850092415022,-0.9503705061661579,-0.023483305772693284,-0.5853450936050034,0.04977150442259313,-1.3801569882358422,0.751313474341807,-0.04972917677585419,-0.3838302805597169,-0.7559078856553185,-0.004680374333512934,-2.325132681103599,1.0653939903721557,0.4521436145753237,-1.650712688461994,0.24963035756938345,-2.0809783108992814,-0.3119129886512478,0.7304063165113163,0.17936822387287824,1.3201554054386753,0.9056716895454969,0.9654785799204055,1.6360352691774527,0.9680100476140409,-2.8689760564180156,-0.2137637824836548],[-2.4906505621433963,-0.619091876847492,-0.9236594777180075,0.4716545137625086,-1.8767791229855628,0.6598322769475139,0.6764312075836056,0.4763977358668546,-0.3604066770054187,0.16140941667418304,0.46463405967437055,-0.508250692548826,0.6559858446384474,0.11285979686799519,-0.5166186026315914,-0.46697281062172535,-0.7716169878984479,0.29966766008583823,0.7504178240955741,-0.49366679564402194,0.659042969198464,0.35602296153783525,0.1970989861573885,-0.24536882930007833,0.13550214774884897,0.5245152764187833,-0.9553137398647686,0.1500804919587586,-0.09907789431905638,-0.278882112470906,0.3876643229942314,0.37107205240579244,0.2596682272119774,0.8699152232421162,-0.02932423337005556,0.11910919462663319,-1.031847402204734,-0.24679464959641265,0.13473921582848059,-2.2700837181226827,0.08139994724961945,-0.5073586583533404,-0.9180992002281141,0.4203628407215713,0.5133197376205565,0.6524424641871053,-0.12177970592550959,-0.327624637380426,0.6282704619837056,0.6773678484234564],[-1.3796997650589378,-0.5335590766370445,-0.5848910558447674,-0.1125143904417226,-1.7322378322098757,0.6810824242642967,-0.02415237146287879,-0.8931543324544613,-0.8006634587040303,0.6561689839605266,0.014842290024808571,0.4448373406369265,0.07456200425211723,0.4153960611776126,-0.24779985151028133,-0.8921323100789046,-0.29752380667457334,-0.8982819597893992,0.35608917709117655,-0.8417048877152357,-0.5033015110862638,0.02138853948068252,0.4824516304955408,-0.6337230528055579,0.6837172548704216,-0.23375026324819942,-0.525712235853747,0.1250934676514465,-0.8466489255068547,-0.5590825830839287,-0.38471184296105865,0.007426759523384384,0.5902981866048543,-0.12207780979853365,-0.2695877467169087,0.7906627207962963,0.781389142046142,-1.3925341186215223,-0.5707579773173326,-1.452117734497215,0.7115511025857165,-0.022566102704053268,-0.1293404145593544,0.27866247861707766,-0.7024271831515371,0.8257295119215784,-0.33300971681826363,-0.21264158462269397,-0.8913848911209762,-0.014944564093827026],[-0.9606676893314153,0.09183971542530937,-1.2835170264295266,-0.21509248414274812,-2.0748263805398492,0.4640187901354972,-0.18183340149488073,0.11745919081590463,-1.0091153057731754,1.3725830482269386,1.0338295813416551,0.27533419325854613,0.6408067435035677,0.3005111017461822,-0.6063038124801993,-1.1106429830915157,-0.7058680580602211,0.33017294826780713,0.1947483443843985,-0.04161659281769341,0.712963227789003,0.7785118642110892,-1.0259316293701268,0.7463546625474166,-0.8114920125390169,-0.46349649362461065,-0.8102362539622598,-0.03878401245320402,0.45393344719761436,1.2420478322905983,0.14080657657844672,0.6977794657137565,1.1687494146552164,-0.1250786148786388,-1.1134445688848715,0.24243588143288736,-0.5884552684360961,-1.1337754749840758,-0.47298660525955305,-1.921198418098866,0.9045018829640099,0.45010337346106066,-0.635786164331422,1.6475154751540289,0.4191681960001217,-0.22617396164839287,0.5460949142992182,-0.9007110777600849,-0.27142665035257957,-0.4714344908951167],[-0.8343009977785049,-0.41931017421175887,-0.11109403890917258,0.3642550139229512,-0.8579648431618427,0.17602607659894276,-0.383540786485684,0.4855876685887966,1.5174556329122242,-1.4519515653924893,0.9955436956428801,-0.2722335833468431,-1.0942417946388754,-0.7194438564468639,1.1428952267624288,-0.1545274782095592,0.7938133489662177,-0.5983328442474825,1.0249475804778319,-1.1865003628918744,1.0305266761395842,-1.3877144531821657,0.10610670345298365,-0.14755781549789151,0.6845881427307052,-0.310417871219826,-1.2253841149060936,1.4556527828513202,-1.4832610449459185,-0.7740860632772031,-0.056485585117601496,0.09488565242990496,0.02829890154886207,-0.33976293475259006,-1.4379546527415308,1.0984095139546612,-0.764741450195032,0.8404151946208817,-1.4037511971827772,0.4639907086622277,1.1198999753341954,0.753665127512062,-0.5953165946001507,-0.9977111633213613,-0.2298278438804054,-0.7314677333593446,-0.29697194417647527,0.08374447813088579,-0.23035483269352014,-2.3474704001037803],[1.3333664351410572,-0.21053386565268287,-1.9270995286892514,0.9767088946276132,-0.6005905096172127,-3.1562994553618635,0.39935203850074474,-1.1679913605211183,2.1424364797810185,-1.6801270961789974,-0.030415795863769263,-0.10490580737327955,-2.6981367947589936,0.5482289910988428,1.1097864548525127,0.6468063938586733,-1.3357582845158966,-0.38586973936541874,0.4817933499065856,-0.8888544492528547,1.0492805056059553,-1.912010565632676,-0.25726078086312326,-0.5251763324950042,0.2410165341514613,0.7820316817449553,-0.29331520109055853,1.4928332729240599,-1.25335854968389,0.7227268367993889,0.33568741118997214,0.45913527994278375,-0.701373478243062,0.8332056190386494,-1.2286504640652147,1.3888953929742813,-1.141645375944347,0.40780812104494385,-2.364102836576485,1.0715209078480408,1.0965872744239147,0.03481241996242884,0.010737726826266588,-0.07118276359332909,-1.8991491671078593,0.12472873743132398,-0.16652144362714744,0.19843059106819816,0.7202578666577661,-2.974943346282551],[-0.7966963880019086,0.5859992357538102,-0.2011213639866821,1.0821839087911347,-2.163699694102225,0.7398530529974895,0.8256416580370942,-0.6803606821796132,-0.5107627248288854,0.3822161023227601,-0.8322704126631718,-1.5494992156695344,0.2893862665188626,-1.5273469126714394,-0.051095834471561415,0.5063034470442722,-1.0314048507730897,0.649429387548877,0.13818321603565006,-0.9191551318673112,-0.08425656917368891,0.17954481784737475,-0.5945419297626261,-0.2643999576755545,0.9111728222016124,0.12844954341180703,-2.9535640297152144,-1.840701490547615,-0.036721528653949655,-0.7286721793443619,0.814094664563548,-2.375714911670759,0.12144995207433898,-1.1818488339592421,-0.926017586052933,0.6349578931508278,-0.5421257313968313,-0.1484425099745034,0.9941685252928592,0.013191980963914943,-1.105881614631033,-0.2502077175183142,-1.0058412372706416,0.9146281495544781,0.5597717568925832,-0.5340784411060103,-0.09653156270563835,-2.7522523926463074,0.9522246527059632,0.37999817501169575],[-1.0678563912570638,-0.10284824923111625,-1.4996862010904448,1.1690872487758155,-2.0505770688019265,1.0487061353607188,-1.2568368651213953,-0.49425331751758445,-0.17019969581814368,0.21435223067378414,-0.5075364324428868,0.39986751022800143,-0.07716192105992399,-0.07469586786009484,-0.5212882209335085,0.1510257058324251,-0.6543804200186502,-2.0919599478812625,-0.27184904311092456,-0.16606651098840225,-0.4907953110914704,-0.7447111159486631,-0.0016298864736919634,-0.06907601188882558,0.8973186554523793,-0.5314038582774963,0.36661604611887544,-1.5578851093145585,0.9818199865394692,-0.1289810591648724,1.2945979763751718,0.08962511996328745,0.8918073535085734,-0.6804536958676554,0.22894920037092598,-1.0384893004372735,0.4083898940588286,0.7185840424136593,0.5334951273498876,-1.1449372670570768,-0.7337519958552515,-0.6894039844672957,-0.8694174887024645,-0.46125536427994784,0.0029279096449057068,0.5241290812478038,0.3050830742071951,0.31264860525083493,1.0619845557379695,0.055584987925341466],[-0.7818755955493527,-0.8079123490338335,0.7605408276983474,-1.568363515095747,-0.06717359128374321,0.7957186143407347,-0.28691270507201394,0.04740738053898674,0.5937163539807542,0.6220856425141138,0.8262635396579289,-0.6372669104444068,0.18936237423624225,-0.6207642238040474,-0.00025224295949430775,-2.696961440827315,0.5978465096265401,0.6116884183955528,1.486344049950084,0.5030298183229592,-1.458434211422677,0.8474740727518204,0.25297215969692927,-1.1850658000786645,-0.5186441461633798,0.3869926392818516,-1.282251942150428,-1.0504552521994963,-0.4074110438199143,-0.9979667088412699,-1.651030103427655,-1.3208442795439028,-0.7946086553501666,1.1938391990743398,-0.0613497090550056,0.4512515632270954,1.1099963261610373,-0.5158959559383597,-0.5366478295958059,-1.4582534169595012,-0.0016014987889244187,-0.5934515866455243,-0.3959839366632663,1.1724765186377235,-1.700841233094273,0.5966425017891939,0.977740996653004,-1.2629022570249067,0.8485263564953297,0.06178033642984485],[0.8167780775702745,0.20793553971830878,0.3593554526602259,-0.5537180860286401,-0.08447234424217809,0.4523858840119392,-1.710813540266167,-0.13968410623985386,0.464820669326862,-0.7410937278288613,0.7418395698896502,-0.786188535930863,0.739463260855462,0.6082987109463576,-0.9600358299463592,-1.2680077395010427,-0.6276851177864032,-0.6236637655695638,0.8751377624661251,-0.14317103596419936,-1.2179088829737257,0.06974315488787011,0.6811137937874805,0.7611509880633173,0.8304203049827679,0.640794181924027,-1.2767005709986496,0.2807764242753786,-1.0351635829929822,-1.6771263313197988,-0.8608313053077993,-0.395489869141514,-0.23043416640647843,-0.515897323674355,-1.1480784399760677,0.5298014644071403,0.11339042932179696,0.20795744386419168,-1.208888458499796,-1.4151795605270454,-0.45536323964137965,0.964399106349309,-0.5070342297547987,0.8937112442648835,-0.35387448801174515,0.9983997354716023,0.8014658709038633,0.6713775579728811,0.9027145585316146,1.0397824145423515],[-0.0912245259220119,0.08656503357801613,-0.5455835951677034,-0.1765891520730335,-0.3119948769858111,0.3547647607555071,0.4770357975873447,-0.41213377218623387,0.056498347220761,0.5822162539712094,-0.42023647333841974,-0.6363232260733516,0.9149000190375061,-0.42169415676090166,0.8266634451858215,-0.1854570282680484,0.6844484093295133,0.8988149713829323,-0.9103992369923878,-0.01244482421879152,0.4862843431078514,0.6568730607213892,-0.7852690410019196,-0.6760768682526215,0.7905258638360269,-0.5185047692080293,-0.5085449907127422,-0.5276723570379337,-0.16635962195710333,-1.0820256100510388,-0.49070176146497396,0.30962421608075513,0.6611511536071946,-0.4463187167619088,0.5687394451295051,0.7017183401352778,0.43499074494676093,-0.11282496985265991,-0.1338239865672344,-0.4874130862527053,0.01845492946244213,0.771985528975685,0.14342500038960945,-0.37436355402740956,-0.5564550113752154,-0.9335544741579667,0.8709057142857928,0.4910382697827154,0.41473369683769057,0.4064997112139061],[0.7141427381690001,0.35702867042066594,0.4644233504889258,-0.12153434357014099,0.8981908781016313,0.23771597875115244,0.22573642371667027,-0.8384876628288509,0.5609115839637054,-0.5292057530574239,0.681006646067609,-0.4785909034054435,0.581546003331811,0.07386031833244176,0.9798047239269362,-0.5132949698465764,-0.7206449431146879,0.5081293600416856,0.7858226815227168,-0.656545014922849,-0.6316338985474409,-0.18879125299876112,0.5874641977032257,-0.49158801643957467,-0.5060262396191483,0.561893365250177,0.376178019290848,0.6111020051710943,-0.5520838782457447,-0.4634708766753844,0.10540106904583361,0.32730972285783244,0.3008919225681436,-0.8512775381375054,-0.6845450430157187,-0.35665078025642594,0.8854179021693432,-0.7384494830342337,-0.22043069713486602,-0.3500228342220738,-0.47384205289775067,0.9100143026121638,1.0088440140436372,-1.125007846251049,-0.0198457542201613,-0.2370843304046744,-0.3448548195727088,-0.45632522844396617,-0.5434506611430531,-0.7613815694247916],[0.3842042924249346,-0.32136290031712733,0.6109008969838371,-2.065249876860268,0.4617835345190266,0.9126064695065954,1.0409527792142068,0.39727941354545687,0.272510598960652,0.94912683694911,0.09367686931810842,0.45880155050321153,-0.7531866213120172,0.21387861966061386,0.32402743398159406,0.1360421324886624,-1.4774248494606668,-1.1891627101261824,-0.19684244460290837,-1.2052758929822085,-0.6509776354888342,0.9736246419880247,-0.7556414493547909,0.09644318305619122,0.4338689746847462,0.4737582069000391,-0.6128824346715758,-0.20699289945814126,-0.16344932774888735,-1.6628872543762856,0.8892612227242191,0.38616748147798907,0.7571096748444609,0.22283924108666892,0.4375682979225101,0.04087308113784677,-0.4910275134683937,0.35695438063378454,0.5686288566950533,0.038922169632584255,0.10869389108491706,-0.042563974445824285,-0.0531724758302718,-0.4433168883001677,0.18979075168630752,-2.1426958221278,0.8530138293320494,-1.401838454450884,-0.7738444393992484,-1.0157482308329346],[-0.3004467358821243,0.18617839657265797,-0.14316805714515726,-0.3460029030670079,0.6571960046722539,0.9903827562164575,0.26120317189244324,0.5227545737321585,-0.8969418340802277,-0.6628499699098112,0.3580267489590831,-0.1026228887443797,0.7571550379447018,-1.140713204024255,0.9188645154821189,0.6424607808526487,0.22849900997115752,-0.6151957036172883,0.19593099238631628,-0.4846338194594434,-0.22120828721655894,0.33185168441657226,-0.03630895066542648,-0.3871823271079477,0.3907080096354845,0.5177593844139652,0.3432554431939824,-0.4574718128630692,0.1814938892258978,-0.9809342462096321,-0.07544971457018546,1.0352368599229809,0.5455667991883161,-0.5214532744948437,-0.9175651923321261,-0.4926313095242301,0.250901162251295,-0.665291870955302,0.6985890146492718,0.1525456911353351,0.46382994609581363,0.28646641698000436,-0.32437822582823583,-1.48862138070572,0.8990207618853097,-0.7537898762923235,0.12211043915969054,0.8916191892892595,-0.7811985030955904,-0.0780075926822291],[0.8644286177464675,-0.8877866025043628,-0.10736158375351194,-1.4122003145667965,0.09420980693423772,-0.7655315810250003,0.3259491453600179,0.6826078725804177,0.6391610383148473,0.11216796413576734,0.7400716092630019,0.6881531460498818,-0.6754975693402617,0.679425311474016,-0.6668696482524528,0.07234210445991358,0.0775391235858785,0.12056038952952812,-0.06649130365544087,-0.33665746383862033,0.7550268369061701,-0.11171967962720036,0.0624551376957189,-0.33168605600322615,0.5036062140630929,-0.1934825020315647,0.7070451445657798,0.3042229797161678,-0.6235190022647096,0.9341230826374406,0.7079018702622254,0.3136410615188786,0.020036391253292467,-0.5932517849473982,0.8803046067241642,0.7119918561853785,-0.6172683870854481,-0.3369180090479295,-0.7924306016316007,0.8858791253565061,0.27488857718296184,-0.857170030012598,-0.09910064261697692,-1.2336951393135047,0.207358332289613,0.9566117617270486,-0.7842842621473126,0.5428112556743772,-0.66270093672974,0.15944822365348899],[-0.011883246508972174,-0.6310124095938451,-0.9354452274696397,0.07051074854558116,0.6673923668196353,0.3454731866575696,0.4597039819145836,0.2751034075504582,0.7722045146848673,0.5071392136327505,0.9244945488233167,-0.18649563226933655,0.1002745908667444,-0.5717605841737273,0.4580835102772216,-0.15090954031107903,0.619897475710195,-0.23677902320873365,-0.10585297909715742,-0.20742457942794962,0.2107640984763008,0.31913999982231417,-0.9726105140245255,-0.09431207478982818,-0.6394484475614528,0.15400391109013836,-0.5692316817370201,0.5170224346475383,0.09950371882140811,0.45534484829043836,-0.0020403241283295415,0.4816604640809902,-0.7906680156436715,0.12747851256878567,-0.2753348213337489,0.38942758363117275,0.009447756035200431,0.02332450242500705,-0.3551150604839673,0.3514980730451665,0.0012856511000359733,0.2163484375174586,0.7660484884374634,0.1676443842256111,-0.408645947532362,-0.22249579838389877,-0.33886554674298713,0.6606734092313232,-0.8836490197693876,-0.018487312623483323],[-0.7721366266793703,0.08376930797292735,-0.050391733483792465,-0.9393316690262351,0.433324708528673,0.7313468602767721,0.36110245953684744,0.481274162023748,0.6190786049226792,0.6630664208219423,1.0006314982641202,1.0495092445772194,-0.7047538038179335,-0.5530868478564508,0.6665360153751387,-0.019067048263430305,-0.20693246212595462,-1.9364093582282187,-0.4550330811236892,-0.048263138382776266,0.5933012850408889,0.08805420835907546,-0.3119335907035571,0.5629588045245212,0.8494846504576296,-0.8117219176023368,0.06950052056327741,0.25152986396241356,0.9715534208456819,-1.560244271600267,0.4563083840165158,-0.0037925189611322835,-0.26167655503393694,0.7387921540900502,0.5305724739016007,0.5075053589032358,0.15993735246496393,-0.5669935190055087,0.7387995489536974,-0.7213411052031827,-0.5513372875228205,-0.9639715609268488,0.5642507428185641,-1.4566969560675092,-0.3881372641104508,-1.8596648262057096,0.5191251462698824,-0.9330274015290098,0.2704237937315928,-0.30269262478289904],[1.1399844874276144,0.44564939368699574,-0.2944338972809739,-0.36606487100512175,-0.3634238027319894,0.7820027805572998,-0.5614383525652198,-0.9451207452356448,0.02310817736293591,-0.5063163516320001,0.8820475897429991,-0.6688729322683807,-0.36580303247362417,0.14904219291816742,0.06372185173254791,0.7865691329818086,-0.505064621321498,0.2995881293083648,0.5416245860594956,0.40147272895810204,0.9004881245156667,0.9602482586537938,0.34803278660902387,0.6517913208123115,-0.5953327257666334,0.6855431742431766,-0.11643829502557858,-0.6221162933658686,-0.5320858555418709,-0.8921935762334625,1.1044294784600772,1.3147172600784807,0.4173262972792686,0.8620567373661574,-0.9767447550211188,0.39366765416017263,0.6422737226887338,-0.49827056503210676,0.13571674860864444,0.8178381048638018,-0.14923839462357139,-0.11812176367490443,0.6250464735047995,-0.9855148712975862,-0.34612366557270685,-1.3585710758191063,-0.5498884413034056,0.33831989126828044,-0.2881531310510042,0.8142812848414271],[-0.38202134816509,0.3219285075510434,0.41843829112139797,1.4355162159819947,-0.4467200180825878,-0.7390101622571498,0.5684588379089048,-0.7877209476092872,0.9102579427139524,-1.7657885458843412,0.2042527753780331,-2.257401222473743,-0.7753735756712135,0.2946729742072449,0.19361543101742199,-0.0022150141603319304,-1.3835661560592638,1.451798540443104,-0.9078423994695715,-0.2210578596033995,-0.2425893234406323,-0.054642460446773164,0.17681394795279562,0.0018345111002387724,-0.24832853680494485,0.9722272363684938,-0.8695504797202206,-1.2605209037914673,0.5353475259768339,-0.36725152253014176,-2.8624107791531563,1.0318560018110745,-0.6712285458892117,0.08777595730656697,0.8173164730358476,-0.026587307128608354,-0.8922213133563595,0.04128186354935229,0.6579316028909726,-1.0686233511706291,0.6825299437590411,-1.6226779338405,-2.864970783413257,0.8629509057776883,-0.8340081928271975,0.32008817208639306,-1.6745587265028965,0.586568183566705,-0.16595536817326764,0.4388192949909928],[0.7455430195372826,0.10086507628494316,-0.13177557495405165,0.15965037777553304,0.4112647776085517,-0.81575950192589,0.22481016321717143,-0.98726198666802,-0.3231141008422324,0.012097478152041409,0.6842503668411893,0.23267436645196873,-0.22191692260594245,1.152527853208498,0.28223478935801644,0.27054727053560806,-0.5657564434760103,0.0848106618798456,0.5560051144221002,0.8561520203496954,-0.16628465087834854,-0.5128606635016331,1.416241085281023,-0.4167925720454149,-0.6783689479532032,0.8482234188365633,-0.7364423691384165,-0.039568451342404214,-0.2847843724941252,1.1176137618659445,-1.4214463754512057,0.5705753940786613,-0.2248111479522855,0.11488404224804777,-0.2059646458904362,-0.7630865950413389,-0.5641856152261724,-1.4470637323607547,-0.7671988228105208,-0.12253580903798375,0.724273345484455,-1.0234075516393306,-1.3226092006788654,0.3661205630561107,-0.5274833674755525,-0.1605898978242003,-0.8137977514615603,0.8603501167219131,0.2765424470482491,0.6760301387817393],[0.6288158105840744,0.4174009286778907,0.1807884035685319,-0.5488938004195154,-0.08734257019923158,-1.5352741525965978,-0.8117747492470165,-2.2645978157331976,0.7125709017461878,-2.265395910048382,0.2661601276181245,-1.0050561865236298,0.6161515989126566,-0.5794892792813252,0.20415722254843882,-0.3025908930597488,0.5447543600511251,0.22956794860007096,-0.18991061880923824,0.36178644549626277,-0.6664784681001434,0.2100513242044901,0.3387700798985896,-0.2509257663708471,-0.8543398978869101,0.7562186645332749,-1.7675008932161638,0.7416995292694959,0.30286492186035674,-0.5002720413725577,-0.8151881968541477,-0.42299965799673844,-2.684766414083397,-0.12093048448536368,0.2387497889993395,0.7778233594248989,0.9050407353489824,-0.6874187981351617,0.021648688667292217,-1.1292046198332435,-0.2953660193865613,-1.6149616465987697,-3.448666376446991,0.07480193860924267,-0.3211992823611665,0.8867763682417624,0.4130132040546716,-0.15452766293344164,0.35672785698073206,0.028739480553652816],[-0.21174409827173607,0.4752802501232798,0.2669335262121068,-2.2955183984753114,0.9301839520650781,0.8500406885290488,-3.0823910315754777,-0.4191837292137336,-0.7982874268505737,-1.2058183059364498,-1.9879602774462939,0.39069166066339295,-0.3440273189828605,0.2750781310226164,0.9770307636419552,0.42597683472880515,0.8334332258733517,-1.8176836712051405,1.0835036805641007,-1.7484396393105441,0.7227347453581524,-1.6312533397700475,-0.6525709735845244,-0.5218040373239355,-0.6276863226658055,-0.88970814154006,-0.48554977641352753,0.6736491476321228,-0.4277607225103038,-0.727125989343394,0.5238536889066556,-0.6263621306433961,-0.3204407890249261,-0.5092442063476665,0.3929588398597357,-0.4486480792115394,-0.5201318954880563,-1.5423865560527692,0.9805378557391903,0.7765825852286199,-0.7934625160956194,0.29745469687549325,-0.37811753577972307,-0.6508380317562852,-1.6232010739648168,-0.287591308232278,1.2527214487385328,-1.419009821575052,-0.4797177872472565,0.30305898424267624],[-1.6176719467267522,0.007858612974011577,-0.43711755219508264,-2.259857962219562,-0.13212795081368356,-0.9044136430017485,-0.3264207246193908,-0.6206483234160494,-1.3402963915893564,0.3092287914087728,-3.0343634922295126,-0.7006168455599838,0.49487509375638045,0.7295619829381182,-0.3175529216993244,-0.2965438133289418,0.9587137566253046,-0.8054407902712089,-0.40330324357008157,-0.8507473498504473,0.22387273746511907,-0.7557379268485981,1.090622313302927,0.7347347781373756,0.8032998468492673,0.12505694045750246,-0.4755594210467885,0.8076550352170843,-0.10756774572365523,-0.960877452660936,-0.5428229493342487,-1.2745940672142428,0.031708573534540214,-0.6453009231819955,-0.8258765297141054,0.3555290237197207,0.42203056614700113,-0.3297087835988679,0.007484971615309237,-0.41550731647476435,-1.880155884244068,0.42529136103116366,0.20726821383398145,0.1850853248219935,-1.093974842907603,-0.2877010976561693,-0.7440220182097748,-0.3362498176632832,0.699046681869579,-2.2891870532078453],[0.6126798479700709,-0.3739687001390985,-0.5676678916131911,1.3288771788710796,0.1774955898689224,0.6369709562324606,0.8525270926668465,1.2734768964444712,1.102116618480139,1.06590072724909,1.0238110862071699,-0.8334996715045515,0.00935310912215751,1.0185200542693227,0.8374044307551726,0.6083880332667132,-0.39435926044380704,-0.0984899434147481,-1.381792741858822,0.7609607763560985,-1.4595886826810178,0.4085427386373784,-1.2581076641789535,-0.2273020605948823,-0.35366104074304133,0.5332805411938365,-1.1017689305691731,0.15837386637677742,-0.07147375910179209,1.3733696214142705,0.3732695280795981,-0.6781218558301916,1.1866566294666865,-0.5881082663990971,1.7972652464404733,0.47691370137214634,1.6507288458617473,0.5911900650120594,1.1568329583924413,-0.19109192654436877,1.2695959820647977,-0.005529996980405883,0.39857724705167685,-0.9168293123183376,1.5550697477096822,-0.2578064748559268,-0.05899449478731475,0.5457232345594052,1.3121622888287126,0.4850402097313361],[-0.5693767610625621,-1.2793598568814593,-0.23069480732353326,0.6325915361839716,-1.2694846505580213,1.0008411979818799,0.5927085547685538,0.4949646002710158,-0.48742103435009254,0.7908354174426493,-0.6475408041551742,-0.029269876783065033,0.9292788469816294,1.2358501855295472,0.5311845683822854,0.6368732289553513,0.434530198893943,0.639404282325999,-1.989491637464306,-0.8605549567939218,-0.5364600924279868,0.7447408619136452,-0.8886385764681108,0.5954416553707454,0.5349682696639871,-0.0068444052148661574,0.6720003629307734,0.8495766844189875,-0.0404834562774328,0.509227965550512,0.4382834998644254,-0.2934854994888383,-0.12758379897509645,-0.13976994084196082,-0.7181744972374542,0.6085305807466721,-0.5497877136438203,-0.7209497185800601,-0.6782521398760804,-0.592240474749139,0.6084130310506346,0.030809369509154205,0.053004900119450096,-0.8783669878990092,0.9313002617513633,0.20914817156751983,-1.5597996518895683,1.0868705839090262,-0.21196636224271503,0.34213912329564256],[-0.37291771435486726,0.3652915395712973,-1.833734410334259,-0.5200752613621868,0.15273885631418638,0.8428061036154583,0.7048976731697444,0.35609412303340104,0.33269470166372467,0.2418412101670342,0.3651733584671446,0.595956036057057,0.01110419535099201,0.24817195083253635,0.8087296999029457,-0.20641764515237646,0.5477095034812042,0.5330853288857408,-0.37447382492686027,-0.5762295185192812,0.41701461699708303,-0.08067733175101137,-0.4681922784134627,-0.4781309415076769,0.7307923968032355,0.12291897655450179,-0.5096207585140572,-0.15250281761488235,-0.6329777423531863,1.010445029783109,-0.40235958065746014,0.013127845730936326,0.4816491746401117,-0.37503120208042895,-0.09449995276492584,-0.032398512533822144,0.07796298668444637,0.46240823229052425,0.7026499292300413,0.05951281765345209,-0.115015779497456,-0.18360557969538993,0.5729877614364287,-0.0459639350826213,0.4716362520556089,-0.22771851334596827,-0.12483749704288358,1.0026570512120088,0.03945073469031026,0.6903000315344401],[0.8179141949351159,0.09104510040582098,-0.40429180541892196,-0.025397010934423588,-1.9876271837415227,-0.27487837018993244,0.5837183701829215,0.2314282166260037,-0.7158418248360822,0.0779698058447512,-0.45749978402377195,-0.7367386234213942,-0.8984452346709397,-0.5332154204904602,-0.9623309452422537,0.6593914517881043,-1.010032724671846,1.0748564185139395,-0.4722143295272755,0.7297349890521153,-0.9060681744228448,0.6313183058918528,-1.6811556255877866,-1.3228610313935736,-0.8805264313397855,-0.8506530810447657,0.0658102273160955,0.238772092307082,-0.09185344548794855,0.15578387277994274,0.19676737663578361,-1.0576322055427765,-0.21500625886324382,-0.7322966768369431,-0.38510054072749667,-0.1946218449360821,0.25890284474722847,-0.10340622312879279,-0.3374893144296341,-0.5612069162469827,-0.692357304693775,0.5503106490800226,1.0134637788805814,0.42044782295322,-0.02686579190197038,-0.8205835431118406,-2.079391982640476,0.9616954599469784,-0.8356520424902762,0.3035355944177199],[0.9722349341267716,1.0290405298467902,-0.14819531241789977,0.9410291714355347,-1.19424203727104,0.11632152878419505,0.7290723269507335,-1.0082671526236249,0.8836671799563255,-0.5981206762888011,0.08836213029614047,0.6436143563121791,-0.15740730498386415,-2.5435731182319286,-0.1345482920780955,-0.7167145845432533,0.8551934301498608,-1.443909546448232,0.4436571480255773,0.2652986038994891,-0.10908364316313267,1.096103633572466,-0.05770490667573872,-0.4441697216857328,-0.7881793948568758,0.4019491037539901,-0.1877011723969649,0.8126142886697391,-0.4978728112212884,-1.2652968234209085,-0.1576492821619748,0.45536066268379893,-0.4052765802757167,-0.37567155315529643,0.47997250238121725,-0.6381987516697512,0.018506173800357267,1.2306092006290053,-0.867816131580468,1.0699797541624967,-0.0010755831007253256,0.37580550164853926,-0.15857870336450927,0.9856082635391553,-0.48579853236457654,-0.9560435207716652,-1.1831540259704172,-1.0898230794780388,-0.763873548337918,0.4357257375392682],[0.3872531716894704,-0.8802333816246223,-0.5671057068013506,0.2719831378110266,-1.2294071096124866,0.002526563665820808,0.36696500849781755,-0.738156641680378,0.310030007448511,-1.6595110737059733,-0.03495123752395806,-0.6898376166739715,-1.2367117896327326,-0.653750620528558,0.08664194563792191,-0.11387131088456451,-0.29998546096870937,-0.6476132784539654,-0.5406669776929458,-0.3399133816163956,-0.45277336745565955,0.1575046734565202,0.06272780891193629,-0.5619086858049629,0.040986410266163696,1.0447381722386542,-0.5740028611112391,0.10090520425319692,-0.39691261867735295,-0.25819928107431617,-0.06606671124289647,-0.2908043752984547,0.5317172887067652,-0.03298849017140074,0.43056071421412523,-0.3425242543170775,-1.3545790172028964,0.9741394315580075,0.9680167102482872,0.02856308688715009,1.3249669254622878,0.9310057758720561,0.23252551025774718,0.22465382626307528,0.24945543675216528,0.7219501213888232,-1.0200774953238143,-0.6383288214806252,0.4320818799922239,0.13951780503439046],[-0.6167988015713022,-0.31555608967748844,0.9701063152286582,-0.6233335862468576,-1.5854871162741355,-0.18063370898849818,0.42174130672153926,0.5054579878599085,-1.1096842928506658,-1.103190538636023,-0.18923938266036683,-1.9229543419632507,0.8823608821014405,-1.2309651707844622,-0.08929716800098937,-0.6416848617748457,-0.7418150088197685,0.1711215752534895,-0.30835558672725394,-3.1253701110205987,0.2579883646190255,-0.8652370784184418,0.1325561858578827,0.16899584878997106,0.8775173157518275,-0.14346404575720767,-1.1943039638478552,-0.5623950125904283,0.35285188445792365,0.04070773019498718,-0.10618595560355867,-0.4902878139728541,0.25471547982194015,-2.5981156034663666,-0.04607305236604727,-0.742036364957246,-0.3092572672838931,0.08493965840373395,0.3095656653701032,-0.26992964282904763,-2.319451831465674,-0.37399739035217067,0.47539486339906806,-0.09805463807606088,-0.8915362290030844,0.15304300929810305,0.7677221709668567,-2.287828837756696,0.7497668462161516,-0.42000631601051197],[-2.8940059137548424,0.9863520545839829,0.49049363541036,0.9708166496795746,0.5556366665500312,0.6543526674378473,-0.12357682241379328,-0.46440091030625336,-0.9849816544235569,0.7802625381223116,-0.408789606706239,-0.9082742622233797,1.0491492362052064,0.5419924156283099,0.01623334489260474,0.25865541403438147,-0.2022347482885945,0.1569780953177166,0.3266283173069362,-1.6368312921092902,0.04775843348352334,0.72178026493415,0.6796659986331892,0.649048091209542,0.27541855972992196,-0.8352197572021496,-0.35099659717032394,0.9787298852257237,-0.7368611301532889,0.8141127330737682,-0.5001477101524626,-0.24873110098049184,-0.6629207581003199,-2.5815166350296512,0.8400450951877518,-0.5038660206522315,0.4432569532936385,-0.7795483368151227,-1.3220304188645844,0.14098889830983607,-2.778519777301563,0.2408253185012566,0.21823684623937353,1.056514583013518,-0.5336293130821107,-0.12448836996907006,0.18205689491556948,-0.5775031723442886,0.07106277753753182,-0.2030625149618845],[0.4880894763189233,0.41573591033766344,-0.5578452236510072,-0.07867368143401625,1.6102845513932766,1.4684943095803422,-2.970296480031429,-0.14013881344903686,0.10371596773861094,-0.7897894825160373,-0.03176034360106447,0.2044375389100185,-2.4169692664627807,-0.08731103335556215,-0.5342106234817305,-1.8132810431568798,0.5566027008308762,0.7362714789367805,-1.0943424592007045,-2.582931177907548,0.18145258715301493,-2.882672512856296,-0.2191676285943698,0.2050828177636836,0.7538769043099581,-0.7710886515974833,-0.7702748710557353,-1.7620041815161247,-0.7816424164612633,0.7704762509498888,0.7206961474531018,-0.2965921794691087,-1.3588045353893845,0.5033059808086101,1.1653867220792915,0.36975225572625975,-0.05159629166535752,0.4605688426463731,0.46934307388313884,-1.1772598353907742,0.0039480920211910665,-0.7632766820460994,0.9023672344171129,1.490505820122106,1.3147900080658708,-0.015394454671015207,0.6971197806829045,-0.5607234933270345,0.024797365789711562,0.9304124040478663],[-0.21820469361056244,-0.11399652384289874,0.8236203526250248,0.9760562214723568,-0.8991231441231755,0.8832709977890907,0.5219711965831372,-0.8737260417710982,-0.8689723501379362,-0.18078707607763572,-0.8581175834511376,0.35655278896010506,0.9775864689192121,0.13354934259703868,-0.5564407335388949,1.5018972755274904,0.7911503347149247,0.9664437160473827,0.4215715244225136,0.783334642540126,0.009419036374721699,-0.32965220824745806,0.3751166749871802,0.666766537667183,0.03969367591331945,0.35667371343663434,0.16421984763788744,0.8222104496356123,-1.727780333215163,-0.5971393765544605,-0.006873373059557292,-1.4126194384957784,0.6193695832379652,0.06448406643520206,0.5437900488713876,-1.9777188260717478,-1.6426048903050647,-0.7240207265766009,-0.6556453194428206,-0.6371340552088539,0.003950678795933128,-0.8286892981839367,-1.7553486583326152,-2.4972841293756596,-0.7469581837112865,0.4709508219802738,-0.4450903561312327,-0.9272297152709219,0.5068282543517145,0.3087260293590131],[0.020127227011530236,0.4727488582544465,1.2776595686662486,-0.04489533993388591,-1.9282837026464015,0.7442624290888264,0.6026222190404262,-0.7279330445941087,0.7254127961460726,0.06592114718724074,-0.8392444692728783,0.8584331428172415,0.8326232254373305,-1.328489568120322,0.4558435158497097,0.38248498759134114,1.1231953479389194,0.16045373913702915,1.3185329724539847,0.42832943528990375,0.9459458195621266,-1.3599055469491756,-0.10299153525998914,0.6596845849850648,-0.6944570193996774,0.9280594572185479,0.4780378565016408,-0.7039855172889598,-0.32083151947298844,0.18469369745830885,0.1727376464687616,0.6945335788881531,-0.4648695908560014,0.050506154757322334,-0.6926580027729166,-1.317665162225735,-1.5356616039876108,-1.679482533513019,-1.6042983793515557,0.14034427020601617,0.9173630788975332,-0.34829141667440733,-1.70607559775943,-1.3970977631522983,0.7046990775208958,-1.104905620958353,-0.8713952467707047,0.14835767720945037,-0.2143309986007019,0.23971129808656955],[-0.66734674588906,0.8833501645921781,-0.38739255525147803,-0.052002319237124506,-0.13259894544244152,-1.4320654383290008,-0.7201961226103576,-1.8253341625129391,0.6333204495721687,-1.7802699906925967,-0.6754674287541895,-2.8512603787518924,0.08212947408698007,0.7293247947187942,-1.1236957367169371,0.8775329489206747,-0.6587354127599567,0.6837868616322944,-0.5573874436803794,-0.740067621793016,-1.8115450893968381,-1.7073333661816343,-2.3361941585608723,0.07700132598671101,0.8009499420278111,-1.098757475855267,-0.7580804225490885,0.9530340719472623,-1.9499087247313802,0.12306042461520121,0.01817046811411233,-1.4275964267360923,0.2609077635331244,-0.20887652803878842,0.8550068554938736,-0.060868105198157725,0.04033961288504321,0.7748873787773252,0.3188559533905091,-0.48534121113909795,0.05676242687802463,0.30894274100969393,0.7031820490214566,-0.40798119879488126,-0.6487677582083842,-0.688504854520129,-0.08015701911727216,-1.4034152106279445,-1.6539519603193742,0.38446186476744926],[0.0643830919532847,-0.038546130473535264,-0.05403374944264943,-0.5024829821503131,0.8398320564295441,-0.26452216657000066,0.09137423740472439,-1.5558971957132144,0.1332138446580982,-0.8840227278540519,0.37532003058660957,-1.6242094285835695,0.31812224068950135,-0.76836538640966,0.9565026478860276,-0.5878984279605475,0.7094550334512555,0.7295573102626568,0.9180425466569858,-0.6406397975523808,-1.4229283340626762,-1.3921028585542938,-0.1169427635760818,0.2213866733755475,1.0503027942249648,0.4275558760902953,-0.41245111182561645,0.9297443893715348,-1.006525222737762,-0.10587334890224549,-0.012567690069605153,-0.5711958728585458,0.2692253439410793,-0.4278138144409481,0.2861974681604154,-1.167655347077297,0.44437075371877094,-0.10371475747671402,-0.0004177888806200372,-1.0383346470548964,0.20737288574330304,0.03474722674923223,-1.0959504610157556,0.928317887091748,0.8232069024596484,0.3439013056663152,-0.032277267339982846,-0.012875086099077972,-0.4825571549947285,0.91204791692111],[0.21462394242077104,0.9677770356686538,-0.1442121599334159,0.7181990989567195,0.8239377574293562,-0.9895670347131338,-0.8907915639158864,-0.42121188737996473,-0.1631350797175987,-0.7224714183449659,0.2529261383017225,0.23787121261031507,-0.5379851194206946,0.6495321188097446,-0.7686003316400271,0.40355078457843874,-0.08563142525363347,-0.3345040295512779,0.8610980987913073,0.07771190845503773,0.14507875483560662,-0.29524412160322444,-0.8880125674428887,-0.36399620586597065,0.4506759334742738,0.22749239060830123,0.13358812465618192,0.8959581615673604,0.5087460458152159,-0.08226932252553067,-0.9031006909400224,0.16292495252463887,-0.9766034626952077,0.6886443279353481,0.06760852783535037,0.5007538324262817,0.5129718506044363,0.17310748988988908,0.03698187700174788,0.6562025080328271,0.9549321860882939,-0.15007903039821802,0.9090469963857928,-0.8573211394902628,-0.8394114408328142,-0.019799203193228445,0.496191459931721,0.38338573865904024,0.4190491596788245,-0.1266059762559168],[-0.06387384118746754,-0.13851241779432125,0.06913134255469439,-0.37544406518913204,0.8624218969044926,-0.8699328071853272,-0.4153416067054324,-0.4722703243457204,-0.49053850484736033,-0.8541374417207097,-0.08295916332001153,-0.14269198770620153,0.11204676579971942,-0.40578656069347685,0.49725372549101565,-0.06967201351983203,-1.6085925097816103,0.012723507059275174,-0.6184553220450392,-0.5856360912937257,0.4516259976147191,-0.8001535271731103,-0.40173104926369496,-0.5086878016278767,-0.26482058141456977,0.054914243679085636,-0.27759295561327635,-1.0774377284665526,-0.6209776952200832,0.22810403414454733,0.003117739342001822,-1.9472751376647033,-0.3041960466234507,-0.27446301007981344,-0.11127506006720872,0.9243737051252374,0.16657112897873105,-0.390664057427892,-0.04980955909260567,0.37062224574524877,-0.2822002181329752,0.7993405313760212,-0.331167597580055,0.16707702768516858,-0.5174904478781228,0.43327512471197116,-0.32473978864421227,-1.1969430824663736,-0.9667764207246015,-0.9740556412115483],[-0.673120618396544,0.5778345867994239,0.8365470075154906,-0.3194134253803658,0.4818319001255174,-2.6512227249751055,-0.45856914342957117,0.4711604868104816,0.5283667148254619,0.21111551974929785,0.2454316701606474,-0.059800322057297337,-1.2391881866048904,-1.505114716569701,0.3610264729888306,-0.20170727688829265,-0.737941287059651,0.15476261219153503,-0.725559303999066,0.10602979337630153,0.16567774298743876,0.8930706091277765,-1.2197356201481335,-0.11851850032097787,0.3819093417490225,0.2960192406190241,-0.3470758791698232,0.10008764907342307,0.2756766031802488,0.9514481642931338,-0.6502315004986955,-2.2532542939697486,-0.5558791986054353,0.38557483781050705,0.38392728994877223,-0.3421335984989499,0.09266993412231482,0.16558720486177564,0.6554794216022164,-0.028537017927775323,-0.12424615497324688,-1.4490418326886483,-1.0332083065613804,0.09941134728246268,-2.7391629069299825,0.7665973350438592,0.8277882618941216,-0.17070424902699977,0.562876666590974,-0.27929535163717334],[-0.13320881991256334,0.7177959573090968,0.7879639828081263,0.24753388779545096,0.3137748414401854,-1.4452687141881628,-1.1245880353743953,1.2060837789885277,-0.2629900164880874,0.7310541192673902,-0.5096215824914658,0.8551359180565472,-1.349887511870359,-0.33057428579062326,0.9449007075020369,-0.12260164705770618,-0.28858284924859806,0.8455393410553707,-0.3753825360110147,0.2557571898244842,0.6982172362021655,0.8492292327112079,0.19961652886240114,0.26881894155214164,0.8222604518199357,-0.8817178365762476,-0.3332415324351895,0.6875758206770856,0.8163258845941959,-0.2142131784426182,-0.40054713572663003,0.45878427974696373,0.20022490569852508,0.5958691162518333,-0.6263882514948745,-0.578336506841405,0.8237794481172519,0.7877470907757971,0.10884493028003997,-0.03638192464773522,0.8137924816697941,0.4725445967623807,-0.6402139913280407,0.8000243783837394,0.5412481672883769,-0.9429205275164985,-0.2635876927609936,-1.2297590934987772,-0.30839667853087294,-0.8403669418829943],[0.2050651008533691,0.16710470726093343,1.5218164751039116,-0.7973089036459486,0.34911526183116937,0.7832799868170583,-2.0867428522889306,-0.2973475896219505,0.4406288775071022,-1.097271565506327,-0.12717216114783036,0.8940309591991682,-0.7288379028042983,-0.18273026343705162,0.9510645555150639,-0.21962566989881768,1.0348193337006593,-0.6069152467767109,-0.8728242480330883,0.7902576300173428,-1.0352520734995996,0.33881167440538584,-1.6807477516521951,-0.7750552148187863,0.5900943067343744,0.5807566348635401,0.44486606495760833,-0.796970763922398,1.0550398728886565,-1.173010048447124,-0.39329624533559876,-0.8661926183582773,0.002354109154488741,-0.9312846956774778,1.182917599720688,-0.3019813039599005,0.08187238478860774,-0.17585328206700188,0.3572251758321501,0.4959544958006988,-0.06718160134630696,0.14777669153077524,0.03384681953924118,-2.28443967354981,-0.35060763906885717,0.7473827204961765,-1.3131277760368496,0.8969558252226275,0.4454606201517585,-0.4880315815129322],[0.4310696952235317,1.272945658708955,1.2160985536858029,0.6196981721009702,1.4621224353259028,-1.1280399200934397,-2.9255797437874076,-0.9036864049984333,-0.04789999901424345,-1.0282805528849097,0.9501097548416935,0.717105675956705,0.41795773073680953,-0.04986499883076838,-0.6629337536450955,-1.0991544705366019,1.561164497138233,-2.0169229602697714,-0.4073781365000856,0.6887209929593627,-1.873152866181666,-1.0500012595472148,-1.0219424115013658,0.014154818587910463,0.42626522419269763,0.3342479479575862,1.0135062433473232,-1.0025272693617462,0.9461453769348663,0.057673763000917096,0.7364142891962872,-0.20649676839374223,0.17594928495841938,0.5644775820941152,0.7743531834414437,-0.4726284401959996,-0.8930198636322737,-0.27638932524002835,1.1432453475732334,0.4610834927489376,1.2892196322256233,-0.3212882848451858,0.17481726029354433,-1.7183124609750102,-0.8219273931177229,0.6606687023166206,-0.5626833245333337,-0.7708829661451352,-0.28308381094416013,-0.48503597647328967],[-0.29881988328466297,0.7179894801041838,-0.6405978894691061,-0.016913695951011595,0.7346734455650333,-1.1182089814623195,-0.5932631726997967,0.28079258570920756,0.021784771573827025,-0.8618282593041277,-0.07798226108321028,-0.3770300095623315,-0.44705766909171546,-0.2822791426134047,-0.3380335648427156,-1.1622587959655801,0.9147097648545063,0.5313053318841718,0.2893112252113081,0.07763335367030423,-0.016794753502538177,0.11087890659194265,0.42585858603947346,-0.4712437286477812,-1.089812471968657,-0.6393355213298532,0.8571301629969291,-1.6698762471908977,0.008228659788449166,-0.9070364506604244,-1.5963506634223357,0.6130716707545489,-0.18643681581855495,0.5738337482973992,0.005564955720192358,-0.612320937114603,-2.034587665184943,0.6921498987679569,0.33354384406404636,-0.5291256178695646,0.820122391574417,-1.0376639536538528,-0.2203412738803743,-0.8137087424419921,-0.8894496541348708,0.5579023564049342,0.7162022275044552,-0.016278141033909885,-1.3256043107675715,0.7220006859706407],[-0.7789723689590005,0.31396406666581894,-0.7354356555637322,-1.7969973110396273,0.6556898467281305,-1.1338236593196451,0.5553201185459304,0.7787625125619746,-0.5582140010533085,-1.5217062243111912,0.2536585021351362,0.6786681854049604,-0.6650380545229528,-0.3613354978080356,-1.975760062809148,-1.172525016685077,0.04667503600395842,0.4033482426552718,-0.9581824916130414,-0.7137095630973479,-0.8047866250879967,0.46968483111359977,0.05918031536569333,0.28189565539873085,-0.3229777513446122,-1.0131807453529411,-0.0682172600404311,-0.03134635142918133,-0.9679244156219433,0.34786963823211786,-1.5194386069237722,0.18073045548458527,0.8219915054700127,0.4559640160905518,0.5457037437373221,0.45638822039619587,0.05360693580880495,0.10820985113942927,0.2832952381983552,-1.8109224730989175,-0.46254496620754654,0.801406595515626,0.7654230665980896,-0.47888027522417165,-0.5988819655004317,-0.4600914585432283,0.06630627561916738,-0.4293014173236404,0.6840068771746401,-0.7685545775564345],[-0.4044000057809985,-1.594553361435692,-0.4833236711087949,0.5961004759254674,-0.43192626267447953,0.360040373001829,0.33308894801733085,-0.6966304896085909,0.8018845199320319,0.23036577733435193,-0.6333930485390284,0.7965232163678577,0.11792296160145216,-0.19039660836500147,-1.985394249308817,-1.1409778290280281,0.7372454507795965,-1.7604860212909426,0.38248378109572845,0.6047410055773447,-0.6101260589609184,0.5756412540680673,0.3158415041949494,-0.8862549767587701,0.6515968007186724,-2.0153387733375006,0.046342791998970206,0.40341285646360625,0.5966946423100296,0.8676890434228993,0.5723797638849993,0.6262379945899956,-0.44526110694928284,0.612819277708328,-1.4804087834839468,-2.009347131230691,0.8501687160667084,0.04947354317661104,-0.3877208861471707,-0.35696411513239973,-0.9340491134419326,-1.604372544004793,0.6255364837566378,-0.7816487894758054,-0.6702622972587913,-2.88485267037824,0.5834446002009341,-0.3425787889501471,-0.41786801334598445,0.32896779223403255],[-0.4109169529717507,-0.1991125675852456,-0.5874922627891291,-0.2620950381809706,0.7022497375324283,0.416329095630871,0.15509593998756024,0.2015685900141442,0.52640750533059,0.38835126502132794,-0.536366965281992,0.3351577282204068,-0.3750623809214883,0.5662296662487903,0.8791054868624484,0.9319295319464491,-1.8683325405009334,-2.0618898914859622,0.7186609093461099,0.09388080820044296,-1.60201316404598,-0.6232944254046799,0.7039148445097618,0.12290033260072793,0.06403309105612567,0.7185669372380346,0.98034460370869,-0.2728468405679291,1.149480162532354,0.9596388830363997,-2.322158018938806,0.7122643863969267,0.6157342611487651,-0.9572267616022522,0.8342864655905413,1.0128636656423151,-1.1558308181078936,0.612023021607033,0.0448936804418946,0.35711049063334377,0.04985553856515674,-0.6992420436277893,-0.21533049677089122,0.07263323546584773,-1.3938095441941802,0.3254746572310044,0.23219562046327333,-0.5710301462316164,-1.751379949839938,-0.09900708125265621],[-0.9910936185591027,0.8560149108196269,0.4118771627777593,-0.8771150792961834,0.8958570807090553,0.9437491329487867,0.40768945746958274,0.16474594296736012,-1.1570389841944,-0.7857525941425575,-0.25612219043802614,-1.3469727698010892,0.12545622458260008,0.10513202411950193,0.26310101575177813,-0.4402253875277567,-1.1248242534040844,-0.45570782623250955,-1.1002099711075342,0.4787945341918041,0.29023536106097353,0.5998321690217246,-0.30240553989169316,0.35933324046273624,-0.1565907719995433,0.07463229843890241,0.6161230155358871,0.8560183357405028,0.26791789063792926,-1.0690951916436655,-0.461558612614653,-0.4183302376005981,0.6553122250771134,-0.7464701902153095,-0.06255853562295646,0.7514316955209996,-1.6934833970557772,0.8489969849946589,-0.4592801887617965,0.3010168236910985,-0.25307152085335527,-0.09373764793293403,-0.33301045600148693,-0.5838764144239048,0.4835337171236991,0.6204194791177282,0.6892348883000305,-0.9927403684374058,-1.7204506196862985,0.6716673057013958]],[[0.7660660133120678,-1.0134565698562177,0.4517016291483054,0.5152633384822561,0.6392941871672237,-0.8079548907618965,0.7720573279885404,-0.6410053645772499,0.2803524619758386,0.3332781572951328,-0.9097564376726863,0.8168146671192105,0.7095602187660456,-0.3936714096234798,-0.49660646617709536,0.7780061493246846,0.06446541232474223,0.49165194699871695,0.6906467435543343,0.5454572503146542,0.15909111745291032,-1.0029958159567998,0.37502893914744595,0.6245850889234882,-0.1491143601047543,-0.13146302806827986,0.9561719137387577,-0.4822577051427013,-0.9507755672612077,-0.8390862224927353,0.36599764177267596,-0.4769844341610582],[-0.7218026264808565,-0.7738491005068178,-0.7735586550729822,0.17324839139265702,0.2856238617442274,0.9259962995711339,0.06713079906336329,-0.8698990110523991,0.276560362889187,-0.7923994957022779,-0.7662242342000889,0.3104983422928945,0.17822086453074393,2.1249853027424037,0.46976915548223497,0.31364602111135936,-0.2839900381786723,-0.7168248341106241,-0.49271300007587443,0.5087203706957265,-0.5418498051563773,0.45509096923368264,-0.9917097985229073,-0.3310797750026565,-0.845739380698777,0.5640454500421627,0.7828659003093467,-0.0577636545922332,-0.5843288841609352,-0.49037994007362296,0.5185383531990126,0.272067182303256],[-0.862655540375734,-0.9214359106982576,0.2190364114170053,0.030052058407521932,0.19671771554101863,0.07371902615427771,0.8366483901944484,-0.3261613921773562,0.8063663086062081,0.6385042095212492,-0.6258737579447305,-0.6567436143215175,0.7455859406542515,1.6211388169563605,-0.6475495760863738,0.19627940135642447,0.6735832217020741,-0.9880029821499603,0.5925194950618212,-0.6151027233639142,-0.21251668645777586,0.3573202980901214,0.14058465390827163,0.10523659740668882,0.15156185209962014,0.3495587310815758,0.6693262883131839,0.016189795557506728,-0.00816170691449586,0.06964385092103534,-0.410081495885658,-0.7296340855123258],[-0.9697897467021579,-0.8114467762470285,0.03249163469530391,0.07304487992469817,-0.4392023215153475,0.5256466041842596,0.2832717202773696,0.18863602385193176,-0.7847012087298607,0.26445857854445326,0.23774649737158846,0.23615524280913575,-0.2178697053206495,2.024168325372944,-0.5636146271747838,-0.23196100270871153,0.5474704876315333,0.09140260385673625,-0.6291516467704559,-1.003126128276147,0.8234132681015176,0.06937158011012705,0.04486617056509731,-0.3198439983758522,0.23229372193785744,0.7223371944703061,-0.6635595004852001,-0.9301563473593029,0.6920140108783401,-0.5729097932172317,-0.394445125603985,-1.161088656599638],[-0.7746167064891271,0.5351138293926452,-0.6942921997453794,-0.21835568197169272,0.6243141050581356,0.6791299091531463,-0.792293316813907,0.6455492038587388,0.2668578866736622,-0.7324662673854283,-0.9237720596462933,-0.4810239876386095,1.7201312732088712,0.5550333667283415,0.8535498869837116,-0.11295656058359174,-0.48605103741454536,0.7042989195745769,-0.9622302382795408,-0.13202500786910318,-0.567986967433388,-0.7035675352211651,0.5071808915642503,-0.6068969405875099,0.39193074040594317,-0.933854698244056,0.4633901471311504,-0.8966140508933947,0.12601391366239045,0.25121634166805706,-0.037026101442549635,0.32551306925169987],[-0.837387494017065,0.8737696932443094,0.49301936838851973,0.8040980154089706,-0.5309408624058344,0.22969988836477978,0.2886392325387729,0.2136816797586137,0.29832582038345595,-0.9254635977776574,0.9204682598652104,-0.7533792458293878,1.027641634628854,0.043265866880556045,-0.0646537059357946,0.0758198470137739,0.5306880251740081,-0.0739868432948772,-0.8772420223166171,0.12993182300703507,-0.7586929650449347,-0.2986520751789631,0.5059961120236433,-0.04012022655313996,-0.5204823290090634,-0.40907491501318777,0.6376998030461478,-0.8333860236800529,-0.8796567889971081,-0.02750891930875387,-0.82743402685841,0.7227635612606863],[0.5238210641011906,-0.39822178726488716,0.2449820472524634,-0.9560845886664444,-0.22288664842536546,-0.060599880200319076,0.9627394224723679,0.1411220623000046,0.6429534311373032,0.39425760118001346,-0.482273697123508,0.847818933762431,1.6316588429431298,-0.42546193783571934,-0.4580439862021163,0.61997636327673,0.43515604327135715,-0.37258668371160564,0.06862614151149303,-1.0198493820704195,-0.44185218635544027,-0.723128466947379,-0.06718483465158614,-0.46070364321245283,0.6560667142814018,0.14906834395072743,-0.27861515435982587,0.4869706306805817,-0.8289637751958003,-0.28054351187669574,0.6509033475656334,-0.9985726231202919],[-0.0257388058617546,0.08031675495557038,0.2607628644057789,0.007508370242193665,0.3767614080416923,0.2862534695410387,0.6642616470632037,-0.38063524243779845,-0.8683180390609985,-0.909337103577139,0.41242202405511047,-0.8433919295611957,0.8555050087120648,0.3668020377337745,0.6313404506503205,0.16159129329394545,-0.021155268431158104,-0.7611536631429481,-0.6677616978995683,0.4369648137552651,-0.5462855212547771,-0.8387285517968642,-1.1266915184725608,-0.6722275284414849,-0.4205839252693876,-0.09635268630099288,0.2425645799277564,-0.7761803226199073,-0.14739993758815573,0.42439737069046496,0.8448295628577225,-0.33804655300651437],[0.19048824001457842,-0.9305864486225885,-0.10675557731615581,0.17315314020815292,-0.02757058948839722,-0.846633300239135,-0.868259050771791,-0.6149665435194372,0.7216222984044182,-0.7894604167059518,0.7804996242755116,-0.03249154689987183,-0.2599400855945856,-0.41627962245106487,1.7494873579274852,-0.20095756197101475,0.8235157577345765,0.1876318773171291,-0.20753941760722008,-0.215480029757726,0.4642126485758371,0.052363056231003687,-0.3266124656356481,-0.2262065527599655,-0.7974218719577605,0.04610664552240121,-0.9655877623155131,0.5354160688418674,-0.45428103137888864,-0.4831934161144407,-0.6441273798295011,0.5657665631351134],[-0.4886616013388009,-0.09380079237176478,-0.07831849203283658,-0.6806524310947224,0.8174298203803311,-0.1995682842247572,-0.8908122309977203,0.02543687901865127,-0.9760581870936291,0.5155578857890267,0.2121100529475726,-0.19916889903951465,0.3878376852730098,0.3643967655212483,1.391967969827274,-0.8435162912040316,0.2680339448331674,-0.1912477038632988,0.12619370019910264,-0.4205732675470827,0.5954803985618611,0.026901371523933917,-0.525425240472605,-0.42379780376455267,0.3300111193328938,-0.94428808681473,-0.5927686154036509,0.08052112382404912,-0.09315085360867964,-0.048679009072962826,-1.0282329471803682,0.6750030272806288],[-0.09641499509988416,-1.069063583396251,0.9776960441341346,-0.01077415767267417,-1.0251483136748332,-0.7231732566154543,0.6654951223140528,-0.22864218464655067,0.21512180357061894,-0.3192847979947292,-0.516587865896116,-0.5650941571486662,-0.9929036473177929,0.5723014098053448,0.06593132661123668,-0.041463489580258396,0.9201509238679318,0.3785280692907261,-0.1215221166246068,0.278003158116502,0.35528676829344163,0.5979962223785977,-0.0012453051521178018,-0.7111102535335729,-0.020818989477718243,-0.08762365368552097,0.7858088892636795,-0.08470620564901492,0.6257894919635552,-0.6329151389182162,-0.04944398628601702,0.17377369565062853],[-0.8513002696283984,0.58617305586996,1.56208308558479,-0.03565550432688773,-0.09263785570627768,-0.9433967580377327,-0.7264795226851128,-0.2802500276042876,-0.7944416750064498,-0.30561623736302357,-0.46320411115697363,0.14891966468808837,0.42322506788620123,-0.8189587416645319,-0.7840286181377302,-0.1492057689090936,0.7203653528064123,-1.0616157294578448,0.8432533662406484,-0.925661548561267,-0.7440829699011905,-0.020983677344830903,0.6866537752852445,-0.810429501016354,-0.9446416717510552,0.49858318429033066,-0.24091099177121442,-0.3152669131301749,0.13469036012067162,-0.848919854476084,-0.759215231087389,0.46380884657262755],[-0.8081454668150004,-0.5836754191422969,1.7674908295918201,-0.6995406400098576,-0.22436702398192065,0.5717078651360517,0.30318111408499115,0.7804533213773753,-0.30595026879779613,0.8834195520620305,0.227956158929843,0.29452366229658716,0.29891594417103273,-0.39990261528783994,0.43062919726003396,0.5301662340078818,-0.044345561006007186,0.01566036822747235,-0.4016976631517132,0.7852958639438427,-0.3994018868603347,0.6946947963491926,0.43546403697961295,-0.5851499374024307,0.3085530467316712,-0.10349820426861907,0.022696527768060287,-0.40693103204970366,-0.8081392078015045,-0.05671256784844542,-0.8832325131991905,-0.04675924614734776],[-1.0229400693934727,-0.3227751696445125,0.4627736898911961,0.20652117913299245,0.7013749703913461,0.18224276849833274,0.11587657874240913,-0.08430677748974344,0.8272316449607261,2.1363184241699793,-0.40323515762865514,-0.22535774323140476,-0.30849790421378004,-0.6165495245761545,-0.8482376522517938,-0.21819595663409141,0.7279555317409799,0.668874957115129,0.5672848027021774,-0.17722685281058734,0.13917923056357587,0.4374413210768817,0.08476879636649097,-0.725869981842388,0.17281126655291976,-0.3741802438046424,0.09964422204887441,-0.3559763329355431,0.6566439107503494,-1.0399597560316791,-0.12341254757456167,0.6165715428869356],[-0.6976781956855903,-0.19824000849961704,0.09869671823623138,0.33401408003450844,0.2804941689295212,0.8619983601200866,-0.5891342418596971,-0.3381254938838435,0.6813246751136846,2.5485854835341546,-0.10096677161885298,0.4995309142092343,0.08374121272167047,0.33056974830107644,-0.2942052387569977,0.2380453711000023,0.0005877252680449035,0.3039275849464099,0.8176722724670507,-0.6764671208854002,0.6203112458170283,0.4770228959969667,-0.19532519092635137,-0.5286400066291004,0.4568966512492593,0.6924842772736215,-0.13369212104654707,0.8197860857907134,-0.21859731042084798,-0.032345414970721596,-0.5185654012839761,-0.14024943604294274],[-0.9237340904348282,0.3188485596185392,0.40393004868427373,0.07186394536176191,0.6455560828908471,-0.8066848306106634,-0.5312736136163779,-0.07846561088977147,0.3112141009699752,-0.9644613967624027,-0.7735410766538277,-0.8129879277294646,-0.9638555421198473,-0.49132500092079895,0.6921133776093159,-0.3193447302668262,-0.37978526610806157,-0.5158868052593267,0.7186797673549592,-0.10484319055497841,-0.8091820791879624,-0.22608801618481145,-0.6130769417561989,-0.3712031288006928,0.48010439314330566,-0.8376617001645734,0.6946536506720987,-0.5464345083634383,-1.0121900777424693,0.7734649900319388,-0.9342953326297331,-0.7599158954763451],[-0.948579557736415,-0.843130932862933,0.08545725791422178,-0.6482720610600692,-0.6542587781179079,-0.48507827197160147,-0.8625951869119877,0.15019267250679744,0.8397809616951777,0.48319659277211724,0.7515962111121457,0.20032404451445524,-0.4041246178221887,0.11778124080545704,-0.8065771150579183,-0.3970327704377043,-0.7075181702785878,-0.3989595990232524,0.2507143840274235,0.7733542423238641,-0.49120657685754504,-0.8714442258780024,-0.7376681475164137,-0.25455293437596543,-0.04643174370967972,0.5737942153861101,0.704428224903661,0.4594879906212682,0.7785278341412247,-0.9725588479461158,0.844832508027847,-0.175760579512249],[0.6441083264374444,-0.3647402593698149,-0.4750655189719621,-0.45465193818380917,-0.3896977898678599,0.11564200816010421,0.17092123486559654,-0.6688235352845403,-0.21870241081960673,-0.4286439918988277,-0.2419838236357045,-0.6303161851500627,-0.4649990094217235,-0.4776716721938518,-0.2974920042546949,-0.5013786167044989,0.41988560459725843,-0.7089392376704601,-0.19112616491447204,-0.716774535401291,-0.9433912750704102,-0.41431568605528457,0.5335079867791812,-0.7213058311624923,0.22762352317319587,0.5364061126183916,-0.9766236009109271,-0.7748076406981648,0.39654136655941025,0.7129048843425019,0.4401816243841616,0.2555785696443137],[0.6016495051576437,-0.632274328458002,0.44518602380260297,-0.11278764516685771,-0.11806759415513562,0.077224807884535,-0.43324388568589406,0.23889925702894838,0.23227061675543784,0.540104647169506,0.9453878168339147,-0.4842556475466956,-0.2357628290933846,-0.39181916508741693,-0.23401332641690636,-0.509451399771877,0.11103945978839588,0.3589325472846109,-0.0841476625997396,0.7069757651746478,-0.14277781821054622,-0.008029513448050895,-0.07904894951847331,-0.4132985800779397,-0.004570961249987834,-0.17477107067118722,-0.4625678561423705,-0.17005782728511337,0.5050861317268589,0.39503343789149215,0.49656084464682737,0.2698405277171083],[0.024867417478145432,0.35504258110622683,0.09763352567631718,-0.3794901877054689,0.6335069318691965,0.029792401107835455,-0.8175163222760415,-0.617679789018123,0.6126658693713833,0.2395694842247449,0.09331592855999861,0.6890333914302138,0.5742626792241775,-0.7413173354202369,-0.8050512039661244,-0.877633174303936,-0.2134844031703209,0.9113103962097701,0.4749423452565548,0.2984789399963691,-0.04310391427526448,-0.6821145579642075,0.6989651409128387,0.12215412221860658,0.6593171559132707,-0.7312362698296426,0.3058000487718656,-0.40228174285602664,0.4126244027240901,-0.11484679754722642,-0.10212433548063672,-0.3894381154607503],[0.25990210478421955,-0.772847159882011,0.23389323597910705,0.2548003254099653,-0.9159342974003585,0.1540036587843382,0.23719315151496853,0.07392291760241679,-0.6253292988274,-0.7857778755797262,0.12876422969474458,-0.8527431413943387,0.731003960950549,-0.1008246801212988,0.5439915412180057,-0.00041135310816931963,-0.8989700584270038,-0.21604607520459004,-0.7566934237771208,0.8092750125718036,-0.9946745427863459,-0.17454945324374227,-0.6785141999937291,0.6161756741175437,0.5743326116804102,-0.39800445846748744,-0.02092415259165618,0.8433702279504152,0.8758265325919595,0.15636809838412083,-0.6361519114472461,0.7430043604179812],[0.7977081972509722,-0.4733855922741838,-0.6950291034291254,0.8597628097272318,0.005987996238151243,-0.5221153017026544,-0.44415813764192935,0.3213469534825612,-0.8923670472503556,0.8142742549241019,0.5511928729618375,-0.09936156326538849,-0.13623997206205013,-0.31602762258744116,-0.7445660149355077,0.8834728713451474,0.6060101667013621,0.7032997089720291,0.19978929177110338,-0.5334538861206362,-0.23313595050466845,-0.08224239097540413,-0.4874334485052146,-0.5357765884632294,-0.653890947500447,0.5354962977434955,-0.9114201577722434,0.8375507856334252,0.8962412979139447,0.3211053527840118,0.4481801512327737,-0.6342299975838368],[0.06571141454259899,0.10594129043730309,-0.0935056868785797,-0.8474197401152537,-0.6096054712437485,0.834735060006703,-0.2303482123638411,0.4663854604701227,0.4911818922976894,-0.2620025137836691,-1.0111558069040048,-1.031637425924297,0.5883705572411844,-0.6327142921001553,-0.16302257155361063,-0.4231637964880496,0.35896090400883174,-0.2403542704174685,-0.13305615920665842,0.3827878805301749,-0.5679458042608467,-0.6063639264431039,-0.255405385039217,0.7738596651570314,-0.5523429673943635,-0.8839274877484143,0.8306659345262276,-0.16513175891016105,-1.0040269728308535,0.7358776859197422,0.8400741402559068,0.021922726341554864],[-0.17451769298175931,0.3306655833991476,-0.8073339877595594,0.4703206427748719,-0.898804519840726,1.8765734016482103,0.1885615543663183,-0.8294214115912495,-0.2992715466017745,0.43151372043825964,-0.7184235993735064,-1.0027283886164615,0.38773385683637973,-0.26553319843350937,0.9026522413700719,0.09136191602971624,-0.46637551028624163,-0.863391284539294,-0.8162397362219026,0.8457927265551484,0.3795482109510113,0.3177250589199248,-0.38907934748882345,0.8636717711845864,0.029378439807889165,-0.1720651936757669,-0.8571056734226916,0.1392283100432173,0.594626531081292,-0.007308292473316785,0.8160533302071955,0.8874443402698725],[-0.4397613134501059,-0.8378544532004275,-0.7001309887939572,-0.7870518734246248,-0.7945502987808427,2.313374186892215,-0.9850039673366989,0.7495454975212551,-0.34438548571115446,0.3822827558100382,-0.5251800881805572,-0.909092162119419,0.4295194669180431,0.03431056215577786,-0.09615032580851345,0.6525415393802245,0.15799930298715617,-0.7683988130447815,0.3752699099774583,0.3690021314020688,0.045508026820230064,0.9877861057637572,0.6593766670294401,-0.3947864723374623,0.8004259006106929,0.43112883723921186,0.7529628160280776,0.6670267772638926,-0.7073822360961948,-0.23964789567531114,-0.15884798433391392,0.726000657012174],[0.11314853106455365,1.8466180465654194,-0.5603245522170912,-0.945269517904564,-0.26127582944410827,-0.4979281363667369,0.17553745854373834,-0.9999007239421118,-0.9241786251651587,0.305602967426638,0.5643988844467306,0.28318583208043047,-1.0780178164928755,-0.7348759609321457,0.23783090217116673,0.3804168705961087,0.4313134918155951,-0.3220937987713525,-0.3563318897974376,-0.05429667871205447,-0.191143537994936,0.5369356298607526,0.6502481952679422,-0.12803863266500223,0.47541843211325074,0.44058999553598477,-0.8906494545634583,-0.3414014171750135,0.16293048712072822,-0.7646495813562365,-0.5884755574333936,0.6718469463907194],[0.5095483678266659,1.974013344802619,-0.07473870959034377,-0.7480089802465577,0.5673380587292871,0.8898428764454623,-0.013526825141012255,0.6982843830890815,-0.7050011764942397,-0.4474895988953467,0.7949489294128946,-0.6522537276842653,0.4404051954269148,0.0474537883177431,-0.3615946536450433,-0.5578914220200708,0.4831996417033832,0.8167478653114941,0.7924253221099291,-1.053543986712864,-0.007693999598893926,0.03491110161623262,0.4226251283833195,0.073572109064212,-0.8511534335409622,-0.4129958015655347,0.7002300618198863,-0.4727028515096481,-0.9748816073924699,-0.25513757686972777,0.1349016434824319,-0.6441378589326463],[-0.08188269072394026,1.201702675668187,-0.5520032580716285,0.9432249175160359,0.9289757488386784,-0.026935255915735267,0.37151408664012653,-0.1958205048528289,-0.20718853481996694,-0.35274888554142686,0.8957906174596145,0.18638348437247287,0.5318310451203075,-0.6079492587950466,-0.7490819573704054,0.17678796245513015,-0.3590086446287112,0.7945107653177721,-0.7622770687635241,-0.3811941730451412,0.7449545710106155,-0.6366527048435336,-0.9776637952472057,-0.5349037597102952,0.2820266071898062,0.6192798771261927,-0.0664952944466459,0.32184792410278873,-0.7509571520764479,-0.868666003538066,0.7090779878903659,-0.24546962689619037],[0.287880913611246,-0.8350193467441894,-0.9610616270090993,0.33237640668122664,-0.8172141174279071,0.1451578356796864,0.3487339930737695,0.6640286960919646,-0.12957520907729547,-0.17407815648646313,0.08262011388995785,-0.19316713133870972,-0.8727551581677323,-0.35895280362404164,0.07469872357117258,-0.7990871365068506,0.6282715730180768,-0.8815523373783397,-0.07477608120170699,-0.15963868380043744,-0.6461605595370741,-0.3328716325372116,-1.0086713776126783,-0.26901818420769963,0.046705362257972935,-0.14757734241531612,0.3822007612179795,0.8255051737304254,-0.05924123001144615,-1.0158270172464057,-0.2811746695100191,2.318715729175513],[0.06572816634946607,-0.6209184771822942,0.4337970423536985,-0.7190266622585465,-0.809705835070338,0.7598461351587213,0.5933108811879684,0.47072948885614563,-0.608598772600709,-0.9280163958602954,0.09873803040086876,0.1123482291376244,0.5642837277869965,-0.5845593582110998,-0.8136235863629385,-0.6915868002136399,0.2870649590654592,-0.7267324232319815,0.9207372838287474,0.67880925104629,0.6111040240449821,-0.9296109003659762,-0.20999645636732994,0.5829514345805348,-0.7660040109151276,-0.8531152164807407,-0.27241785158119414,0.055018516308397165,0.23480333905913567,-1.0147693993962235,-1.0452345784304409,1.780899548311968],[0.6448056128712859,0.6696283622686321,-0.529526556072669,-0.8916519775307914,-0.4682493189181473,0.033303942955576975,0.6283351708117606,-0.25962572229694303,0.18671292539559245,-0.14152008626701085,-0.11644323426021294,0.5307471345005045,-0.7759618135559389,-1.101162852083569,-0.684747842581226,0.1951223621690348,-0.629434984133077,3.0977685604914162,0.23066662184786366,0.13427942012628558,0.19444058000632486,-0.85484194485976,-0.3314468894972174,-0.1904378423006588,-0.020899831183732513,-0.6021152791726979,0.5012375667945207,0.26351856086787023,-1.0313237214036357,0.8769181834341747,-0.9793587256535222,-0.4579625064330954],[0.01968371388970697,-0.29064228270942294,-0.13304301262749196,0.625287940135779,0.093949003998443,0.8017332079234252,-0.6977008279341569,0.5191765784547476,0.7270738385014592,0.5903001443234552,0.47679048846264643,0.15029424199013353,0.5463885867036513,0.047172221722041885,0.2577580999075211,-0.14133908018368574,-0.7560710280186187,2.618170194405749,0.18678168398033052,-0.2165576382873607,0.21366929879211385,0.5110088598699412,-0.7062328126582605,-0.4722611258620009,0.005164734910469755,0.7392027999522996,-0.7323989979773927,-0.4608075978463995,-0.2929053274298283,0.5369152517806606,0.7673717122128033,0.38593365945163594],[0.8467941541177173,-0.7650043610960203,0.3851939570132405,0.7909732370321947,0.1712399769404981,-0.5456891991235644,-0.7443901341399443,-0.48895019944329243,-0.1495738810526546,0.6327042445964959,0.663859151596378,-0.14306026165021982,0.4777085094115596,0.8367144524862401,0.9028202107402573,0.6769601237168787,0.5512727744954765,-0.8374726330226124,0.062111711813291046,0.42879638398993175,0.6763737637853474,0.3644863653677158,0.7812915890915508,0.5946183832920054,-0.5008816445162217,0.5587498637817492,-0.9160505007471954,-0.6510867106619221,-0.8759275031993958,1.5764830411079052,-0.29419559890587127,0.2638005325906676],[-0.46462418323080984,-0.28811585207585705,0.5980862523750079,-0.35510064719276313,0.336630273150742,0.35218546764499115,-0.3242799546080294,0.4824329688268082,-0.6649178128578406,-0.3016370901533275,0.10077342705779949,-0.07793179529756894,0.04155770054027652,0.09370223038167973,-0.8436833143046955,0.9107367168954872,0.12390042729523162,0.11698647670022778,0.9712537306485622,-0.6572015127780018,0.6350495226294437,0.6440852686685434,-0.012657623352640457,-0.13500535323347568,0.75044946515129,0.035084145129205026,0.35051508889476884,-0.5701420093830037,-0.6155630020446666,0.9043449621246702,0.19628866526372885,0.7911721796445049],[-0.24968906604638463,-0.11229173010094269,0.8260754271632309,-0.7131499092767434,0.35243517875743524,0.2801945208027212,-0.475287329487879,0.05470817204863163,-0.12130806252708558,0.7124952694595941,0.7770979654626561,-0.8488261164699568,0.1972923133106213,-0.1053238353406153,-0.05964577382865595,0.24456935330416565,-0.8208265584292227,0.42629642630663583,0.7539607196106611,0.5349752368527116,0.06665279526121039,-0.908383760314934,-0.4408968383921446,-0.32756542693978435,-0.9856167797424499,-0.9335081451954169,0.09613574941131081,0.8293055043065063,-0.7794625099939754,2.0610118704418587,0.3894273015172029,0.007388696601506345],[-0.3202533454951491,-0.37093819601407385,-0.653054531427483,-0.7428731652112763,-0.2967606445536039,0.14237072724975555,-0.744156008160341,0.352689502116606,-0.3284828375796015,0.7060238462214485,0.8383153712051767,0.9509387268540105,0.6263809302234867,-0.7480425420684761,0.40953093467307916,0.6165550669211864,-0.02201403949109713,-0.5751832337517397,-0.8864296768829274,0.09546986803220227,-0.9390935157927816,-0.7670123486959346,0.7636852321975581,-0.6311601336429492,-0.5744425878542102,-0.5914606481253268,-0.7377574948763533,0.6078708198667342,0.3918387875178051,0.39329923444608267,0.26688153892920596,0.9661106285327379],[-0.915959158540072,0.21110567308383058,-0.5766606503116757,-0.11347885508833608,0.7859590314439737,-0.02277324898733668,-0.27123834464254776,-0.13526133654634676,-0.12384683128281573,-0.9978315014047642,-0.863121796216055,2.1556223728259267,-1.0222574574831202,-0.007805264735985299,-0.3459680236996106,0.28582717977348454,0.06389846933589252,-0.7694364767533212,-0.48580072134530833,-0.6320445247450821,0.8150572187842591,0.7594182951533704,0.44627944895366933,-0.3867086003487294,0.4699039566760054,-0.01703717731942697,0.06670448194134505,-0.522651054350327,-0.4198568864147834,0.5685609840313864,-0.11738295037453282,-0.279477603296225],[-0.3256793878451657,0.15339203758109882,0.3654139929359405,0.8205243219261491,-1.0226962190895008,-0.07560908679475217,0.9441575410895409,0.2680501306829338,-0.7211985749884026,-0.108250618042268,0.4491449867209308,1.2149407259950462,-0.47505640279082295,-0.9686639478996566,-0.5013506327813589,0.8944165645905832,0.9463812265745594,-0.8693644526535245,-0.793667145819329,-0.30858372704342835,0.23083146728521767,0.14777825516471457,-0.6143777426478879,-0.30824180289108066,-0.4815084264761523,0.0020912240760849314,-0.05031339073819142,-0.37411418270168917,-0.37197867349462693,0.19204768892302337,-0.3296810059241024,0.2762788126693021],[0.08932249143274835,-0.6071661430440317,0.2635175469750417,0.5880293258949902,-0.05349552251873838,0.7041345533269813,-0.5166582669978289,2.0097468112761074,0.07422165208101762,0.08617190075313769,0.9065549081455534,-0.634246750059493,0.32813174030876713,0.3445214201660668,-0.8325339646084959,-0.2229139173801639,-0.6291488105323121,0.13043801300518135,0.12765650352851282,0.6298455739504054,-0.5946692682481479,-0.7435630455699823,-0.8191149120028208,0.2906876277236191,-0.01620683171815486,-0.4781188723176738,0.42835094814964025,-0.7034084043487271,-0.5750674467951743,0.011323744713766298,-0.2838465603814752,0.5272615951024251],[3.0016854494901284,0.11732408794340757,-0.8183826836630725,0.33779079155646735,-0.5539146444147356,-0.5595285347754181,0.1105600582896645,0.06823306670026051,0.1087767554069523,0.7012639308962443,-0.43329877409027195,0.29437319602764433,-0.8238477952094638,0.5475416449318692,-0.24291927762123117,-0.8478452906280353,0.8550393668818745,0.2696161156263792,-0.33539610428982525,0.09634630299191456,-0.5397337551975171,0.38679390459592644,0.4513607511626418,0.8009869280205609,-0.8352615360132438,-0.2574978469642823,0.4916836849313116,0.2948422539588223,-0.6049455383604754,-0.9984142986893427,0.062024891568522894,0.19932252965553374],[2.821818887641508,-0.4676848715472407,0.21920676915697215,-0.7825582106996637,0.3369013134058754,0.6309383270280886,-0.08238568750385016,-0.9446798160841583,-0.6675687985023889,-0.6104620714786522,-0.2386715527146525,0.14738083342137445,0.2562510347165802,0.059741348012225436,0.5026777902998023,0.4617063037230452,0.6480422455727844,-0.01595197501632388,-0.2973218199847945,-0.8323083266868251,-0.15652138296106802,0.6661717615980709,-0.03314483757324194,-0.39675293876543116,-0.8837841135724112,-0.07175986563652625,0.4756654901534811,0.47961777082116114,-0.7056885499047079,0.05765808697982817,-0.877345192026788,-0.013808683584238875],[-0.23133604199001737,-0.47009875639970594,-0.7256238054141373,0.4680006049749591,0.9659007272129271,-0.5001541830563525,-0.18024066413626777,0.34727221471175257,-0.597358569874247,-0.5244642474947512,0.9033826824922615,0.6933037420974423,-0.29926684706772494,-0.1860159035514451,0.0875116510747994,-0.830460260503901,-0.976452840854509,0.358207840219175,-0.7912116434756216,-0.8758733241906503,0.04942940518742647,-0.8864033583107771,0.29183319479408837,0.10906776584444995,0.5428208838138434,-0.7461254541124579,0.5293321391650967,0.09286130580045586,-0.2949456579524984,0.04193695098214041,0.7651450433471946,-0.035394467684513244],[0.27184995487845437,0.3639430605523233,-0.4007540146132568,-0.9175845176744912,-0.799124302221848,-0.1986191216575404,0.8060958602539083,0.7690886152475157,-0.5118855322457881,-0.9458034082153941,0.1423106855467309,-0.16807469558693622,0.15908027450507553,-0.7023046344088931,0.7400435933057619,0.8566578812943827,0.8749638190700367,-0.0358165075523359,-0.19801827914611167,0.18587796640132406,0.5490799766234498,-0.9873176625343543,0.18347208522621136,0.5713028974698817,0.933395718044627,0.05213725896095595,-0.10977706312671606,0.36483841857385274,0.2829310375290518,0.15408823561821963,1.2671080446277654,0.5376439246631634],[0.4696910916362671,-0.4635744773853482,0.6899126536847054,-1.0280126506267493,0.06832935552487755,0.0441060157877358,0.8510726951574472,0.3127217287086919,-0.9700603505943758,-0.5167621669348029,-0.7832163429169916,-0.39940814725125273,-0.0966040930545151,0.1309416146268711,0.3576294543822071,-0.3421200265438162,0.24131909182899242,-0.9100760918475801,-0.9830804727678607,0.41215121320656417,-0.8336411239618743,-0.5048195758854892,0.7170043522680588,-0.9284956660294003,-0.062333347355273246,-0.38417262773854655,0.3959837330778898,-0.8513618200089922,0.2971233599349072,-0.4542908113681303,-0.13073198153475138,-0.29899127692511435],[0.2212926089112824,0.6108323490916115,-0.5769277630010912,-0.07042661326452845,0.6842747858884847,0.40252036556362086,-0.7811195323727422,-1.0089182185805545,0.8168280744661303,-1.047099934429339,0.9513595335652307,-0.6552350280863509,-1.0063279294828313,0.01161704222585371,-0.19904364805707428,-0.17819561840453796,-0.3317343808401963,-0.24773555507651818,-0.6460863550318642,0.24386358767924218,-0.5285972004015402,0.4480060581737814,0.8505903779081709,-0.5731319125211238,-0.6309537380939255,0.17234009583585494,-0.2442013622444664,0.30747599586582475,0.5844869114893623,-0.44955990877618096,1.022105804501461,-0.6524066816695999],[-0.8798418773088945,-0.6209793785825738,-0.5950582261493929,-0.8476180752591529,-0.6958060421896322,0.1358161061290828,0.5254990914690062,0.6896645048252367,0.21304256844368108,0.03682799128094969,0.3941037038695888,-0.33908946771820897,0.6471868565292664,0.38015942178822876,-0.8924230644166656,-0.5663349074233195,-0.3659516996743682,-0.5560770345169467,0.13947143045401122,-0.574655074730025,-0.08267144857276673,0.4004104934327463,-0.9021953516580852,-0.8796745580102505,0.7412573114716245,-0.8965112112081849,0.43291614462337724,0.44889026589726194,1.4006732119292797,0.7774233727437017,-0.6535177324680739,0.46999831629663835],[-0.8153981141117946,-0.4791276122272212,-1.036000469598193,-0.8659872723153442,0.7493521915412804,-0.32540419508800034,0.9038651269896575,0.06925469393491956,0.44824548258344393,-0.6249674091485664,-0.6182429271416225,-0.5298787326776464,0.09503410112620785,-0.288241382718466,-0.41175986638935225,0.31667935093352273,0.04772322050693792,-1.1347989908442073,0.07604914409925863,0.062090066681504075,-0.9670049385768889,-0.03507806894975111,-0.6808683657668083,0.919200449860016,-0.8059905489714557,-0.8654357354505937,-0.38486394376251404,-0.8348333158159194,1.6011963867664303,0.24803162526393707,-0.8128325011152563,0.36386803003210116],[-0.08027730214322082,-0.3703443008176179,-0.38673703178153895,0.366710876097439,1.4813069745197505,0.756910953982581,-0.8520653629137215,0.1508679872604339,-0.8516308688087157,-0.8013956241600958,0.4289170050741445,0.6264190938058523,0.8252863478562765,0.63783535359442,0.4444851865323431,-0.5055892434799889,-0.9142762333551232,-0.4934418878923245,-0.4694503496520453,-0.3403785384363517,-1.0106208742805454,-0.4080322374440182,0.22363667771838883,-0.6485987691089746,-0.9393099968834653,-0.3598702340506896,0.814913803206501,0.8369151528454744,0.382351302137816,-0.02479362463151797,-0.7443812361218589,-0.7884544195502455],[-0.40000461409153526,0.7419214895040717,0.7566101053813562,-0.1263490499584437,1.2377160089870083,-0.8406953536610708,0.010174818094458242,-0.9487289117158467,-1.0995095678409494,0.3424582537587039,0.9370438041063585,0.1359600992172771,-0.3644656675684406,-0.3471456001442481,-0.6106049781797466,-0.380152067608755,-1.002426441250549,0.4919295838484362,-0.6634506523410238,-0.09278013617126298,-0.7073894662972808,-0.8207717046206233,0.5439553684324996,-0.3083544564016711,-0.34596625355563015,0.1799747882842983,0.5368417748131974,-0.8802462974175832,0.2266691902768522,0.20698639530032395,0.6839597328576363,0.32200721582195385],[0.252395507777923,-0.6785725469823827,0.18730609891679773,0.2723635488379344,0.08649322751939562,-0.4821532124256636,1.078593905964696,-0.713489533464888,0.2773047735652623,0.08187228113287694,-0.380786914807026,0.7161715695972104,0.5938295342395163,-0.2987180487210394,-0.5957215942751451,-0.349977525823158,-0.9827330727016093,-0.8679473851433438,0.8276303909049212,0.5493266382310485,0.5399177332577995,-0.31838648331750946,0.3195413743272787,0.8387915831103863,0.8138132681848662,-0.9542233694247576,0.7632577739853738,-0.9385022427785583,0.6925600746895371,-0.19892302485482385,-0.9546501593331594,-0.6427409383972162],[0.029213540673169894,0.17910594356626705,0.12954625439273856,0.31230559301659094,-1.002666553700286,0.39838928950066327,1.915051550417541,0.10398227425078548,-0.2781808105308834,0.0937181487485163,0.48257841939264656,0.10642463584643684,-0.42263696551440455,-0.8150738772049468,-0.9433324089252637,-0.5652586058109678,-0.8500134400874323,-0.502670903202824,-0.7899472739359337,0.7959133951839018,0.6704860528082524,-0.4835655964166295,0.40307456420026494,-0.1100489906793617,0.5936517582631148,-0.15124724631248165,-0.3456414610370065,-0.8835575923845859,-0.5062050642040458,0.023625036330598367,-0.7440151781499618,0.6065396836511773],[-0.8729537177493562,0.3768981726210249,-0.09161741049596277,-0.9971608082700681,0.7357324568068342,0.8647694465189729,-0.4640431481930363,-0.8464584847034633,0.7229257932013687,0.5798799171026143,0.9956969051036746,-0.6176296270385003,0.21830964198799122,0.2131566652053948,-0.12708622968473415,-0.477807883248976,0.7263332026954432,-0.4661622047137459,-0.9590610296104142,0.39572822871346236,0.35024369538164213,-0.10230365521561474,-0.29143693868551734,-0.6272666662144656,0.21944529081340686,-0.7976123304151345,-0.13786386108380372,-0.6447674272783935,0.17819523374410803,0.6520838623866814,-0.578070539535859,0.9288351358491514],[0.43177906427232343,-0.13240053014063302,-0.23833226188351606,0.33101976869669,-0.054127158228771094,-0.08742620577300272,-1.0042894278766534,-0.7360052545016835,0.1528439641250185,-0.9609152007111915,0.6189661860686763,-0.5900700602044612,0.21896663570982608,0.46712606928588685,-0.42969120769574337,0.18314889533968567,0.6963583915352778,0.24267572659632983,-0.9400810795506299,-0.8298200002566098,-0.4175206698373378,-0.27222544182365116,-0.7025511470160859,-1.001294697942712,0.0938424122849552,0.22488110621191892,-0.575885959161251,-0.6952035855025788,0.007881799388836088,0.22260712569468158,-0.07797406228799894,0.6830440008808373],[0.7735543116243846,-0.4532620333264404,0.12854013177220044,0.7117802285825907,-0.36256088228704425,-0.014986650079385648,-0.4325636179629348,-0.15305392117067937,0.40777498011694774,-0.8140900097840128,0.40911281150138734,-0.993691624799104,-0.7708973553344368,-0.2146689749398681,0.847857682271467,-0.014008906707031964,0.6282036406835358,0.9398422877099715,-1.0298082848524037,0.5786445142873404,-0.6646010394938843,-0.08040870146260103,0.8504187389515105,0.5567854020164278,0.9559469923616564,-0.6096697608291306,0.15264944028900157,0.5742556298891183,-0.5454587744291202,0.10719452705357249,-0.4401165232069849,-0.1513036895497238],[0.047825486180669785,-0.03390804828596258,-0.11616319706833302,0.8854894375349978,0.5725472751993083,0.08066659581675244,-0.2518015934854779,-0.05650945112686011,1.5817538728934797,0.6988255469533211,-0.4073216508650469,0.16104604598547775,0.6555126540516324,-0.5503983741851167,0.5091268142753284,0.48331519766228964,-0.9264978687951805,-0.6273312074014461,0.7321676160503413,-0.7651176725073535,-0.649235238097721,0.5672241173181133,0.045614110282149914,-0.6291742041329824,0.8257890863732235,0.7714502885900781,-0.9275577154350176,0.8048805857882131,-1.0024389699745433,-0.5283847176832108,-0.12111611414035588,-0.2593235011484493],[-0.3923681148863278,0.6224205441377856,-0.022944530259154685,-0.06343032322247677,-0.710940798426497,-0.23854603891980083,0.9043657327956706,0.40448002532420546,1.253050122561107,-0.6635400869022438,0.7151391293956457,-0.5074699152014082,0.14040024491591066,0.24454998845380882,-0.3529217624687768,0.41143846392096617,0.8181565047118494,0.5912011356189698,0.09453390653320888,-0.39993562281869605,0.15702370223729603,-0.6145360495646219,-0.536092316794711,0.6429006631892655,-0.8277057068685909,0.30191107399850947,-0.2913513321073111,-0.9965993141972033,0.3377652072077453,-0.15475691448576906,-0.6348928607355971,-0.8409071509538115],[0.6781756136949579,0.49476714109652886,-0.6223234499305353,-0.4555906714338548,0.6754487984002789,-0.9591073718908928,0.8500822580972927,0.6254717153073623,0.7214446669203484,0.4846788477178218,-0.09327742273566127,-0.6966213406663657,0.8137957163213173,0.897877216357549,-0.07905007346125131,-0.7063088502959102,-0.6934500062904413,-0.12200060368515837,-0.5233764071842858,0.05555091544406381,-0.9487322754306333,0.39871054546091816,-0.10751991496632861,0.6159506600098935,0.11247456620492792,-0.06884136370180821,-1.0000314245014021,-0.46020452102442894,-0.556626406849418,0.4042408402766316,0.9448277999915619,-0.7992401199734029],[0.09594899918922924,0.5205153308682364,0.17873768137813478,0.33535673625574824,-0.08278604301358586,-0.19000175610959724,-0.38192578667837646,-0.23309583509017917,0.299169012915285,-0.43928473797856615,0.6625306714882954,-0.16129833171894814,0.5692693634912008,0.41933152277777247,-0.8733349916683064,-0.8320185701668247,-0.6215508718561977,-0.4873540846758809,-0.8585489955678007,0.6138025707187734,0.5673129640199325,0.46680129325354214,0.8717091469369176,0.6063096862510788,-0.14789945243945674,-0.029004376004095795,0.38766652253938505,0.12414195177082049,-0.0028842430511439743,-0.45217549607125346,-0.6466748199445764,-0.9996954830330534],[-0.6847659246887053,-0.6480916144716593,0.5342811330838556,-0.5609390527075723,-0.9131548555532187,-0.12069402319629537,0.6948615503551827,-0.41433648398117023,1.3841780218464894,-0.5899876185680597,0.4282244956069342,-0.9490717678483968,0.7383029177141495,-0.2886416663308252,-0.0025702062288215336,-1.0128676484884052,0.779694306015777,0.7584372601368248,-0.6432602151281419,0.6146101861577667,-0.2772907884100168,0.5611853466124975,0.30735965357476075,0.9291341266219898,0.8725605999860238,-0.6067581724236758,-0.563009946399496,0.8878854164944725,0.21803557267711227,0.8940610165079413,0.40754292637504363,0.6161371482380753],[0.05077277117164305,0.8703361989981093,-0.23874235628644222,0.5706539561069063,0.6346052986353927,-0.41057953974808314,-0.13784188840227785,0.8319598376513991,0.13261262450712927,-0.6270713228572318,-0.9160152839647406,0.9252587262169609,0.2582640539682104,-0.9621562960745763,-0.42665979009600613,0.982372001729191,1.3218687127176232,-0.14986613892131143,0.5572896653342551,0.7324738529493402,0.7317373955376862,-0.23546585187277394,-0.4783762500089393,-0.3067456666751603,0.06339620912504833,-0.2710968579688923,0.1821601706873206,-0.7098490984600766,0.6639898082453867,0.38931832444098086,-0.7929847393383406,0.7389695295679152],[0.16191803641385152,-0.9072041836749537,-0.9612265506349823,-0.966516890410561,0.9466728026596504,-0.8025518645391589,-0.801972423151846,0.17233970489505165,-0.2522164670683526,0.09881303278463661,0.9634084873583374,0.5395114323535044,0.1894441754098751,-0.6275640602313454,0.8839821494491155,-0.48335269194399955,1.4522838651752736,0.6526608802367033,-0.0054364132825024825,0.8136213496305169,0.5208705985721981,-0.7099313842638993,-0.9196637646422834,0.6120822408098964,-0.47941660636229666,-0.635881897913658,0.17109984178914994,-0.6570476024074983,0.5964966933736942,0.34207975728077233,-0.5792155097018037,0.8482931533616778],[-0.418219589463225,-0.5591510883250135,0.3667102752660338,-0.7018237130794791,0.03989756242956438,-0.6903168614024415,-0.5309498739897949,-0.12053262295799654,-0.9766558785544932,-0.7351850878780328,-0.8945571299631155,0.5845737840010583,-0.3662706741595141,-0.2255967592003524,0.13281864491578568,-0.09746968513705155,1.492486228420477,-0.40826894750606446,0.8014339034293247,-0.20529228704123811,0.7323456051165601,0.9064613291660869,-0.38487765800731005,-0.48799371897337157,0.9108495413633202,0.05364097859511088,0.5450205159171632,-0.3106892697730108,0.2602528290788539,-0.060230417486821765,-0.6641667219787821,0.31722741974250884],[0.5789036388314867,0.5476085141666452,0.9630052851652733,-0.1361024146495338,-0.2851079947709257,-0.7994798972444181,-0.7531763070674866,-1.0193168696237027,-0.9165012988901419,-0.7904958773752281,0.05616518456565902,-1.013925556600056,-0.2913157508409,0.8478422216161645,0.8469224123182431,0.7245190134270882,-0.06539513621256104,0.17201212385843406,1.0863522834880412,-0.07212678419226946,-0.6092124521905068,0.5744543357190657,0.19023729841190198,0.7723580455608906,0.5750147151852413,0.26825994185613267,0.8511202650869165,0.8666295279661298,0.918092890383072,0.6860634884915965,0.17110063764598704,-0.20356015599166227],[0.21583832692872765,-0.3845160190816149,0.25592631356909207,0.2843391359066094,0.6424556676625792,-0.34104856724719146,0.4675365378968273,-0.04887935763326522,-0.6772062484485728,0.7855540053374026,-0.8256584490517787,-0.9097480087531138,-0.08517859683771424,-0.0831459685408579,0.3364191609012444,0.6101803327502142,0.5270950224871835,-0.03587749585035973,1.4362366946247693,0.1858914591432735,-0.6079510136427546,-0.8062015699299707,0.18355160659492015,-0.7003513685737949,-0.37379714831664557,-0.2587445482370478,0.6835534963600702,0.5457346648700653,0.21794458516757662,0.7871392511290229,0.5768981433340448,-0.18171822936890875],[0.6977825035804575,-0.8003616898884889,0.5960952549360788,0.31610910871370573,0.6777415260815391,-0.30494601887757206,-0.774039869139046,0.5130684854735972,-0.14562304166955997,0.4571329839709583,-0.8785575500428008,-0.6293281972002254,0.48395626120685764,0.37251756314392864,0.23211384050553285,0.10838789133958299,-0.27503031660249355,-0.2766642922094329,0.6225759282226029,1.802250842390379,-1.0094132203741366,0.6458425344269609,-0.8173537261816357,0.7347945726015106,0.6714121156470806,-0.2092272252847793,-0.01999274948950058,0.8612127436295188,-0.9005741258747861,-0.6744098044435524,0.2679596679343799,0.14621911596141873],[-0.16802755165654104,-0.5078884971990211,0.05279797961419559,-0.8765483981248994,0.34386677416385664,-0.9807989517308906,-0.44817522398393905,-0.5962143008528308,-1.0805796362798779,0.5362230672844567,0.5407549779876236,0.035946449259229546,0.3253008309706079,0.08083025059930757,-0.19005741437222543,0.12045278352245388,-0.7803845144142174,-0.8088864571444863,-0.4395086705948014,1.4905240601292014,-0.6271608156603438,0.28203306722738697,-0.24091724217496863,-0.14753598769018797,-0.08356053474406859,0.01654375430727673,-0.2382346598355836,-0.7683048473256011,-0.8033635976423461,-1.032888790999784,-0.049575608415435936,0.17799627779064991],[-0.09435610483030604,0.26490420369427203,0.9280672949612785,-0.17979627065512208,0.41651324016021646,0.7331895162917702,-0.3529822795260236,-0.8778373437777188,0.8049113818248916,-0.7049955055147035,-0.26123998140731053,0.23173550248623612,-0.2900829409032147,-0.5350012128436609,0.08620892686322124,-0.5178335839692026,-0.4796590579128368,-0.11771624763188152,-0.03718203548179576,1.7261898757900211,0.06166003235964721,0.40290942048082823,0.3032856549001281,0.8878693726858353,0.2569976072743393,0.6271629263671018,-0.7459133999058896,-0.1924103429744261,0.09855501832965773,-0.8805649656556371,-0.07765202380204614,0.6789223118799999],[0.7632144257924031,0.5619602015510732,-0.3114310604767993,0.19718681188904408,0.8017247657278861,0.8283576155128064,0.6223926143195418,0.3631073718824869,0.2577012219303511,0.8129119148068322,0.6444284423926877,0.12418263651989195,-0.4605057522673991,0.6309794619063742,-0.4117205429243388,0.5147262284312055,0.13545040860002958,0.43187962821922143,-0.28434561981862194,1.2898224521782808,0.7241947077505065,0.2642205506907713,0.8084672854799695,0.706400281824312,0.08030460083126131,-0.1103233726311122,-0.4934954412992262,0.3298771168132719,0.25955459492652444,0.13729166154985536,0.312809616741404,0.9134924742052924],[-0.614832408521823,0.9120716818942346,-0.8155312643225299,1.2351446704104423,-0.6805682482670006,-0.7215564812428231,0.02394988872370087,-0.9396589077903824,0.7628944265481448,0.782479481750093,-0.42469648622831474,-0.2555888260084993,-0.031145224540166445,-0.9011906047085826,-0.8347141975856444,-0.6536472675077607,0.8733617843572189,0.015095982981197794,0.31410927868249877,0.520701047082423,-0.27727383867193833,0.3562415080123122,-0.9134756960019367,-0.8296743222369284,0.2493336193190301,-0.327963445799858,0.2036253812580192,0.608799958916874,-0.5536234456055192,0.18011270579020433,-0.3125218410549163,-0.06892530314423591],[0.7039936083460484,-0.5086027854754898,0.021574105919236034,0.8717790180713411,0.22226337299598936,0.2462310613820679,0.3603159313792978,-0.07713520856621713,-0.3138631919818753,-0.9876281605065774,0.5881411708047785,0.6811860800113181,-0.44265279759287096,0.7137632757155065,0.8719109429146411,-0.006425798671933626,-0.6330209171813468,-0.1919248535795123,-0.8121786817274576,-0.08022766854112907,-0.1552157766692115,-0.5153396526623482,0.3758278679055943,-0.8468288702606608,0.7610817814042333,-0.2296622083328155,-0.5815225068659443,-0.3790991827100707,-0.31433463714873267,-0.13090889536594189,-0.60626208891363,0.27291189577814423],[-0.7177465012944185,0.5530767518689035,-0.3799009330169737,0.5437198072445214,-0.3406637305139181,-0.7487689984236794,-0.9409385812222678,0.8730664710334433,-0.9214284319717828,0.9142774887122411,0.6397646768540425,-0.3052012074340177,0.884705300294209,-0.8547568977095049,0.6098251967207948,-0.9799213324627987,0.8237939802611036,0.6532656779475782,-0.002103577759170206,0.29512970010174583,2.7562910582312616,0.48733421348043876,-0.45326603334594895,0.46836836026566114,-0.7871234677400756,0.0018579680983566802,-0.4013158427573397,-0.7571923853802811,0.8162911022609818,0.2133108801376593,0.7323804725984913,0.29354515494563294],[-0.2847868812488446,0.692831480965049,-0.4157864595199081,0.5366172445598876,-0.855605597745036,-0.5973821334420871,0.6040668943881449,-0.8971709597475237,0.65418673560013,0.20854172432185233,0.8450901417282545,0.004784075453589333,0.16939171723975635,-0.48904155215514306,0.011445047813415331,0.030135316228366328,-0.9685415058130231,0.31809677926707947,-0.15335944198039675,0.9068289529848131,1.0493138293506756,-0.9879791853399094,-0.3362322562017901,-0.33153910523530616,-0.774172088353195,-0.18831237600695167,-0.928301765740734,0.18595175003975423,0.4182010403077355,0.8099842770845547,-0.4342059826072633,0.1122190816822818],[-0.857603961412399,-0.48008981883512836,-0.34150744771836644,0.5729636469335037,-0.48386575489402744,0.02286724779637366,0.028655398820988005,0.3584004615897514,-0.5307128583738763,-0.9911449034432234,-0.19130485328062416,0.6005534648866425,-0.6814320248525428,-0.2799528768414701,-0.23478870737161048,0.4546468017193633,-0.20841279863803672,0.7980385556032128,-0.971429435716347,-0.8205146382722261,-0.747152456400512,2.59165135861689,-0.7130802111935801,-0.8097861009996107,-0.9024451263743305,-0.9562336339396225,0.2212864210843122,-0.4994679457681786,0.5801491777943322,-0.7997183695311885,-0.7307256014593777,-0.5544941469798295],[-0.751174172208216,0.7157732611492262,-0.3310177190781401,0.6760806167946737,-0.4412496420232885,-0.20166552318369146,-0.27175370531919807,-0.9027666600950783,0.43542748848082735,-0.6393236785069869,-0.9044562176497444,-0.22537876356348782,-0.8044439610798308,0.806456217159222,0.8356855876177776,0.7199242248441523,0.5474388413890898,-0.37855737667855827,-0.228792043181928,0.4850186777455401,0.7874351557216451,-0.3915993221461148,1.139049387579505,-0.4658786076702642,-0.7996703888153043,-0.8593034668650188,0.3500655714315876,0.4610133374556058,0.6516752951876427,-0.6009498738269008,0.8398570140838465,0.43741136877755515],[-0.27781124392541506,0.299347551251691,0.18594561762216405,0.14608267319504029,-0.9559398813870772,-0.7309708979597745,-0.29045976354922853,-0.24054380778760107,0.21215586152487587,-0.36129345274528246,0.6980764914721409,0.8177425250009385,0.4060602674132741,-0.11585729489196246,0.41395124314533155,-0.2095954831071665,-0.21765352600277024,-0.9875936505363168,0.8739397992371025,0.06298630197197028,0.005116372473382969,-0.9788033019416363,2.4283523640172446,-0.15744180800951305,0.51443860705777,-0.41003851123431034,-0.6571759989343956,-0.913238053564017,-0.7444166979383187,0.19802349327512758,-0.4300275113092218,-0.2239581675774642],[-1.010009227597443,-0.049881568823238305,0.4495693189791983,-0.1760076671901973,0.6170569475542802,-0.045270009510177324,0.006284010030859242,-0.3552679320918611,0.277085696066699,-0.8160967252975823,-0.9468041064336091,-0.8920431344083799,-0.3550307073231027,-0.9883601588700293,-0.5723652588448734,0.32887930933875753,-0.4977388919244443,-0.7129126074607351,-0.3307596698276375,-0.2819176399602203,-0.2635960473226801,-0.212041478413237,0.55952416800384,1.302169978184304,-0.6425578722075055,0.25556976081646887,-0.58813126715458,-0.9329599459344188,-0.31292899274821107,-0.4613514711591674,0.8077709760561071,0.6881028697589112],[0.09211716442624242,-0.6587267879304262,-0.18924915428181152,0.8711107154503362,-1.0333643042104856,-0.5347217206822691,-0.9731434047971186,-0.7466414872021294,-0.8017076959882182,-0.23783252510029423,0.9307688056445593,-0.850694431042565,-0.22594221502875153,0.3498258273014788,0.3599480868875066,-1.0030385033789233,-0.580164356866842,-0.44909379746822853,0.6189686460240369,0.7445445460760003,-0.7572225310107558,-0.7263981641509527,0.8729444737665952,1.81317774885892,0.1057073445367126,0.22229384065302912,-0.03187021485545003,0.5770617952609031,0.5553561243203463,0.37405462887580937,-0.8698054674933351,-0.533880512265017],[-0.2047219365965343,0.4812261861602557,0.5048835899615945,0.8528410784586006,-0.35768348996468313,-0.4327397798343902,0.9315833523603176,0.9289877911850483,-0.45518831198322635,-0.29362440023918307,-0.17375042666637439,-0.01666515816110721,-0.7933289949440697,0.4958269995164632,0.4638342975792676,-0.4098022080823981,-0.3407148523274158,-0.8739578377594619,-0.8214148088664743,0.8256484317755728,-0.4004446456917019,-0.34900960738500914,0.2107313507379307,0.2966063967884196,0.3004462618409906,0.9298425440838839,0.9128642335241931,-0.16993079163006217,0.7726289307129856,-1.0675522422444401,0.30774049960504807,-0.04776917676131169],[-0.1183152896493629,0.18335539790346791,-0.5888343643495573,-1.0032091509209882,0.6928979603381177,0.8567780603942303,-0.6537886075860081,-0.17386038226334605,-0.4775135439747181,0.8396168254593901,-0.23466986386128996,0.6577508017179657,-0.3606064615042377,0.2734797274551178,-0.06263938194680585,0.06382150522121034,-0.8644832973105706,0.8653468961060482,0.4101968521207539,-0.6039582256491673,-0.7208851303044455,0.27461424515195076,0.03777272134414894,0.22777546198926427,-0.30185853881692326,1.1690684514463687,-0.7271591004381726,0.28125453550483975,-0.6829118480876164,-0.9045393010120377,0.864976062381918,-0.21078054033567042],[-0.7849543004193431,0.9673119429602716,0.7268373539935711,-0.010337274219679234,0.5447778028444071,-0.7195798801869275,-0.2922031406988214,0.5608923475435134,-0.3790504171110835,-0.8433873586238552,-0.33315616880189536,0.9321198752726154,-0.4246362476221504,0.7171499605621063,0.7905521266648601,0.17255608242955747,-0.05551600892199899,0.7784662917095638,0.639999719311562,-0.861375575264134,0.8556690764008293,-0.7091233464252806,-0.905921330309726,-0.6241000774177058,-0.5079397467831549,1.3347378307615612,0.5969205259007927,0.46353014469518466,-0.42273835067587745,0.6618384149805542,-0.6296349866588344,0.6132041331021503],[0.5293035037601995,0.4294096833789982,0.6460527970663505,0.8645698843620717,-0.6022233465867903,-0.28526556413742876,-0.07177651410803089,-0.13663978669131405,-0.06845955836905136,-0.6558198274009446,-0.5419307077093384,-0.21469138949446584,-1.0982170530516036,-0.43717859474503523,-0.1534085785076919,0.33372231644144856,0.6126843536078166,-0.9352006131568218,0.48280133839234124,-0.4568512141185712,0.48904920376401817,0.19835810048807848,0.5761199281731836,-0.011756467143945473,-0.4383770847584124,-0.17287766697392992,-0.2698747392172846,-0.9015517878382364,0.030317232764792444,-0.3948316604141389,-0.5879297495094803,-0.4514772698345569],[0.004766024613541219,-0.33485701095029996,-0.20234094977205397,-0.20081109179751044,-0.5493903569070595,-0.39729374113692056,0.6767883427485999,-0.4995314770063128,-0.579278385509968,-0.1495384843969593,-0.7697365128026802,-0.9663927223896303,-0.5749629037533414,0.36451428480153053,-0.9500482647686095,0.31386356867730086,0.6134815531457659,-0.18665568385633488,-0.06821468071009432,0.1491532991561738,0.24849377978343964,0.7957964512327963,-0.33698550520047227,-0.6475939808729562,1.7692277350372714,0.22491344023226728,-0.72775085205456,-1.0054071055817202,-0.39343130381901187,0.6258661508558133,-0.4182706766019282,0.06296688116214033],[-0.6977755463392101,-0.11903605409629724,-1.0736790631427977,-0.5086182020921095,-0.7841611648111335,0.39982773236196806,0.832772725998452,-0.2543835981153809,-0.7327138215087692,-0.7074973770315308,-0.6903840350728244,-0.6422624726153894,-0.5613504492684172,-0.09297808740933612,-0.8756806319882857,0.34702765445319544,-0.6318389861509536,0.605332452159705,-0.16866790770753978,0.6260740568368597,0.3692504228580159,0.26901159070891023,-0.37261726248635596,0.3227359794897809,2.3445496245405173,-0.04570252785368201,-0.8089944960050941,-0.1267148958829937,0.7893014260911521,0.12118242314818115,0.49455113056524586,0.24070850906597469],[0.24897748581014773,-0.3715844709233968,0.4659711847001302,0.701539065635586,0.8799553341148167,0.698176034298782,0.775416916267383,-0.6468611663067573,-0.6278633772081005,0.576424374615134,0.05323546629293483,0.83399943166545,0.5112108924998492,0.6139325713860263,-0.6250577462764336,0.41435922676357184,0.5993348239598469,-0.9964031997533984,-0.6907728576233458,0.5124084142642653,-0.31179144932059294,0.9165599447808866,-0.27003463734387745,-0.18604563973928448,0.37860049413826646,-0.5848743868027304,-0.9869367995547076,0.6571545304753083,-0.4910731595051415,-0.7138481347474143,0.1920835278037654,0.32490295562363625],[0.854954859689119,0.6408340614116123,-0.4418870978573566,-0.5015185914928233,-0.16157141543201586,0.44881652711564307,0.20828737698418393,0.6545485099163793,-0.7056614958385774,0.9020293457316605,-0.5004879942767951,0.7304453448531898,0.1642586971586894,0.5311266498371726,0.7255070656241623,-0.7969021401528442,0.9366299162530267,0.954474197545072,0.6255447431703768,0.24243028982724057,0.18819294326950067,-0.25746910519159716,0.3445853361452063,-0.0501590935699169,0.28212921716454953,0.0008993209357338117,-0.030207912988280475,0.511235963420489,-0.8165609103977353,0.7372564919711257,-0.38269873694603895,-0.7070972891911957],[0.3237278168618679,-0.616264383819946,0.6396575680829356,0.17484910335781317,0.5694653260783643,-0.07891711589436486,-0.5621638173282761,0.8314823979989721,-0.7892105175243913,0.8180719649255119,-0.3793125864507736,0.7693833875330888,-0.925502411757821,-0.3466841837287618,0.9497251263160497,-0.29293595439063225,0.4171658824468293,-0.9905369995866491,0.14116457236731073,-0.394452379376937,0.2648736952116976,-1.018107248141452,-0.4942746245973075,0.2342998863815893,0.6056576659091927,-0.20116867727402196,2.2279380514213134,0.5921812687986915,0.18554692197094377,0.27115224943063576,0.1830851875259197,0.2578813022255127],[-0.8034922581336073,0.3567181481798438,0.4509752796875188,-0.9185259799661109,0.7573727033766269,-0.77476348303302,-0.9491462346919967,-0.4349816839321684,0.06725176579167651,-0.022207160195499936,-0.4888179009974952,-0.5262578091328471,-0.5447902742322082,-0.631875571113727,0.6250391224060732,0.9836759615610752,-0.6214886701674843,0.627864215357481,-0.6952994506785293,-0.7908148269656695,0.11934629249927048,0.5538953692368457,0.25382159403841076,0.40614301159946914,0.7072512604893684,0.0877841888377023,0.2161443626712932,-0.954147571130449,0.030494743949489422,-0.9081311203176629,0.2140165856763879,0.30076374150393714],[0.09848539006961912,-0.6625279056521428,-0.2883873857007024,0.7861344788833342,-0.2762160847344624,0.3420339382670367,0.35126268290939394,-0.09645207249826207,0.011506207303491563,0.29776148167554933,-0.6880869156190136,0.07089418136610952,0.4104904378278874,-0.4970783991516014,-0.46051550244092787,2.085234062397161,0.8340593813992327,0.9747505579256603,0.6968988651585263,-0.5448699000011668,-0.748881095176014,0.7088534560266522,-0.5436634384981254,0.9630563187190168,-0.6697440853466398,0.8535080638005665,0.8142092960407533,0.12209724490157545,0.4338878237067906,0.26863513341887035,-0.34548855296512654,0.5151434541638356]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.10851785456553462,-0.016068860246472978,-0.021050280536366924,-0.021475449306943447,-0.02186518309091194,-0.02219776682572443,-0.02247958563544912,-0.022719975093453637,-0.02292725697104893,-0.023108014349524916,-0.023267260242302964,-0.02340878026802923,-0.023535437766670008,-0.02364940183994355,-0.02375230355196628,-0.023845330814785546,-0.023929264746903798,-0.024004442308933564,-0.024070587145223112,-0.024126320998156127],"Time":0.43,"Locale":"nl"} +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.09424257618019448,-0.025631239080245963,0.008268893899810828,0.008144150701118428,0.007610271481042346,0.007190533516377473,0.006845638749059577,0.006556390733362886,0.006309471899258406,0.0060954731685249645,0.005907602427357297,0.00574084858712658,0.0055914373638345045,0.005456471478380205,0.005333688253061169,0.00522129303011827,0.0051178424331599906,0.0050221610146826585,0.004933280690729565,0.0048503960138604404],"Time":0.43,"Locale":"nl"} +2316973478],"Time":0.43,"Locale":"nl"} diff --git a/res/locales/tr/training.json b/res/locales/tr/training.json index 31b6b632..efb1a741 100755 --- a/res/locales/tr/training.json +++ b/res/locales/tr/training.json @@ -1 +1,4 @@ -{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.30016173599462614,0.6818347192174138,0.4570981771565814,0.3611041089058706,0.6535001813543049,0.6895669259682171,0.49567201196177296,0.3137682982777707,0.31598797028854736,0.6469015669802931,0.3334751525549916,0.31384320226797097,0.41593627394404464,0.6174187627179449,0.3918271657038851,0.340765426946252,0.43658151587636557,0.2736220667719432,0.2796033588056278,0.571318434749232,0.3164705888479857,0.7217465332799001,0.49964164615190076,0.654416427974716,0.578731592955575,0.595469315688823,0.5266341437708488,0.4552502934090763,0.35529389382266957,0.4346980894564156,0.47941668473020743,0.3035576158622838,0.32215913970604576,0.651339433588272,0.40015455844859055,0.38111683124972345,0.5038003300410145,0.38535219777724594,0.6676584404840041,0.31233210208083473,0.32153019731486027,0.6718787805423921,0.578602614309152,0.49240358619554964,0.3698387198176954,0.711020588008046,0.3770897576263527,0.284445197250756,0.32844643340703766,0.3917142926308658],[0.6271779146771587,0.45858445686964483,0.872416815263975,0.029366894700806265,0.45706285224403737,0.8268754254731783,0.5850713574388114,0.5069414991758485,0.10530408380344289,0.5815815505102424,0.5651953580143989,0.24995072418603323,0.6570765704010507,0.46632556249592366,0.4373245732165491,0.057689007818826826,0.0322476149538559,0.6756077069061719,0.3627142423004208,0.046222768390698214,0.2448777666570683,0.5996277622589891,0.22986197662440566,0.31174534888257727,0.5641807115695263,0.34607317696805157,0.2861635112806958,0.5775087461255289,0.144461421011585,0.3626682727402847,0.1551557565138296,0.2093797747558322,0.5697883584742702,0.7206718723867525,0.7038004620265585,0.6994202948641263,0.8053789861777582,0.23216767205804464,0.6754398612029,0.3356756848118327,0.6387512051422762,0.6706868051833824,0.03391471955930274,0.20814510918877902,0.26043433612060546,0.2655353835005141,0.020018119618878127,0.39538691062029185,0.5257193542287909,0.26951395586061117],[0.5702091082315128,0.6389766224330425,0.760549106751259,0.02192328806248274,0.3296279898572468,0.4136949039640261,0.4951708023146725,0.15384932735757664,0.003289399267045344,0.42116664947225746,0.46370005656325236,0.4664194879578512,0.5756802133542488,0.010831439289049094,0.06273813438230529,0.402526532070127,0.10719559539187092,0.4614278768340021,0.6525711086114523,0.00501542793365499,0.4075021220166522,0.5539547571616635,0.3112161312359976,0.5330556779830607,0.9327818375371172,0.265113454259527,0.019455254966034664,0.8562484438896385,0.00493825328061819,0.3935620465462295,0.5210345437301548,0.09839842931011378,0.8311132442630902,0.8249369242865597,0.8758707396340315,0.5265964203690271,0.7674922003128876,0.7893686560609827,0.6884073952170429,0.6643889037953253,0.8244041375397507,0.5090214876688096,0.7562814656271728,0.16813811049427527,0.2709407333686144,0.22684776627775094,0.003773170834287208,0.36732474778546115,0.05163237471641228,0.5968779153436051],[0.5473748705744802,0.5301618023516811,0.8629029332831211,0.08001143410950572,0.682947515764128,0.9253436518785284,0.5786319598250477,0.001031932122845472,0.3183177306467822,0.5640435008204964,0.10558522516692802,0.41659672237600115,0.4317901139252257,0.569398584823126,0.4496326255402142,0.8205300692665174,0.4693197065595849,0.5420114858753865,0.9176347285022277,0.02701677149045784,0.8217415701339918,0.5816840483998014,0.02279651690996611,0.012569648684194225,0.8712847148468643,0.5628906718088237,0.053636269374861816,0.27495035373852916,0.6261212523864991,0.7614270158530942,0.6671654305412598,0.06306419870281653,0.6965169385620175,0.6439113266259556,0.7097489052255687,0.6768413949231609,0.6234375692756072,0.06776151217355511,0.524992190710022,0.2930714225974839,0.3599127411483044,0.004070236677220345,0.6426708512326458,0.7808222274293516,0.24972541994973282,0.004329455254632861,0.029018931714016722,0.6856842791145161,0.6098259235023227,0.028891647151341456],[0.4431372986486658,0.5994257924977037,0.41041430166135057,0.6426236686999994,0.00980368144630599,0.47248126075435765,0.2491983226127925,0.17353095557250472,0.6767992264027057,0.6993953855842463,0.0325019828060159,0.45199000579071963,0.8153268035276654,0.44161571319145104,0.7923210471164044,0.6056939006941625,0.05483334510228534,0.1780831608348535,0.5203822266922372,0.47779442589317905,0.18802317842590527,0.6949290158653569,0.4176259812618711,0.13659932972483957,0.43356739738437416,0.615781457673444,0.07912581961691051,0.6463818917781812,0.8022435423692057,0.6551337851820819,0.07347100613396183,0.4556248898728578,0.001642543971149771,0.34358830592502826,0.012497286940826642,0.2986716578988924,0.5202047470911634,0.6507457116073314,0.46695216363256975,0.6103365571406093,0.27229627638559206,0.5020082035729659,0.7536560917196622,0.5731249687741266,0.4850468514264642,0.4838821776441177,0.03497970632594317,0.6215062399764898,0.43544829833814286,0.01825077266834391],[0.01353997365063385,0.612349719549361,0.7587846911885808,0.7297546833114867,0.30104087060449675,0.563746990450958,0.5193833799989358,0.6037340847859907,0.8653208265504215,0.5089311759032942,0.3353395328023325,0.0799442526380389,0.15761084187809826,0.5214917434163991,0.3176194448046005,0.42318737111339916,0.31850828415648397,0.19083308518725678,0.2746085331359558,0.32205234018925666,0.321501550590029,0.07734882283719942,0.5147858746566514,0.30799112859476235,0.28718402550839844,0.7863656778827048,0.44619695268927445,0.44983503131765906,0.6649359569083202,0.7086550558689002,0.05956382259631632,0.5355533253653189,0.020559292354139967,0.5000571906843917,0.024242946903271775,0.2599421108345007,0.33298087183374286,0.5717094832581443,0.33818653428863693,0.31631834510786794,0.2594468214292547,0.7049913962898835,0.0985508075719838,0.7704683451044637,0.5861067453371148,0.4966687470766521,0.03165992670497875,0.7535763526074016,0.3432809403680332,0.4671901543397298],[0.003117427714549831,0.2717276148487965,0.7412598949999136,0.3387455698483926,0.5214713412384248,0.6163348094198603,0.6996024735355589,0.36580351871763994,0.6428374410893866,0.6290075887087648,0.24400099775301062,0.17737906460570196,0.5412471021479455,0.49930186101619206,0.26578449482352084,0.3815577609344826,0.04662823871587694,0.285659089655604,0.37493297093770894,0.38534960112436606,0.3894368801960543,0.6865765624508421,0.24331344034354915,0.4700775871137472,0.17770618327382923,0.588113998956479,0.0221744974697537,0.5118415871663207,0.7351499377572954,0.4553421531237404,0.32036044796585333,0.6082028991582269,0.319214945404773,0.18791382926609784,0.1383994293814444,0.3256056409589271,0.6670277611025885,0.6747966623883933,0.055505394136769616,0.5918741933806624,0.1215551002413754,0.8199205682295453,0.32147434793505936,0.6512927050050361,0.6055325569243738,0.679526682295329,0.7886185065464814,0.4916799604357323,0.5816971853956239,0.15195045985452635],[0.3369978259858428,0.04230042819964638,0.6471548470907211,0.589787855408378,0.6645616471562005,0.7406406485141943,0.7160535429195556,0.8388477789184178,0.6456344827366675,0.6461121264043912,0.36664941537008405,0.1711135336185096,0.7570328742331973,0.4588525520354044,0.11305812826624854,0.7370943134953309,0.2437761793887343,0.21902524239273397,0.7385638318631295,0.4162976690874708,0.2348821961418944,0.09505831548989112,0.1237188477031181,0.48236730696252206,0.09109240381063552,0.6326483495504389,0.04612886400204529,0.2525598812395055,0.5899004959172156,0.28053372956379563,0.34838624995572487,0.6030741501806703,0.03616963287231647,0.5720037323925897,0.007120591865678801,0.7951130443142942,0.47084499195325435,0.8035639279481032,0.7398065158325581,0.3306305960597371,0.7512961988382799,0.777655437227235,0.49134877601645466,0.7054090055653253,0.5016203898165281,0.5059301650915486,0.29146993252205194,0.8170989800919003,0.3634208762187628,0.5447752475489971],[0.3840181177562369,0.8879348272130944,0.08121565250063174,0.08290316547474205,0.4774756191132571,0.3348162772368013,0.7613125114189321,0.6009535020154892,0.00966513507151933,0.8203341441723029,0.05402478732557412,0.8008440792723328,0.40883966933032057,0.20899043891730015,0.6494091242237146,0.6096727411516446,0.7712503923279116,0.7561741454711126,0.03691991770507806,0.4532491176936038,0.06933621357301474,0.010096842298541355,0.6130688545125718,0.04972424184723404,0.002832474324548865,0.04432093468409699,0.39126276169319024,0.06430520051432845,0.36672675876713334,0.6053022612483364,0.3643606243579417,0.12400063615586161,0.0028238075882289753,0.27616403240980136,0.7214305222433801,0.2823748093163955,0.5713293907927123,0.369837389712126,0.6800408600389777,0.5674437191584871,0.7718889302169413,0.33588434408857787,0.5364159382248981,0.004975099461604803,0.22343683747588292,0.2147659949060184,0.3066863532825335,0.5745445860496526,0.4742743893984473,0.5281892319442225],[0.6971677608455352,0.6538473594651876,0.3713250228521894,0.0029039466906798724,0.8523870957514567,0.5278917441883555,0.13863658739834778,0.7263944044534527,0.00513702295192179,0.8260225972765666,0.5694357956166168,0.4037339005809302,0.45884884693567046,0.7031060550872463,0.7619127241371139,0.5656076047147568,0.708194962794987,0.6996065481035069,0.009733374234195156,0.6377969286176819,0.012071432774316956,0.1297843725899804,0.8928303131446913,0.13108025524330305,0.004726071030633777,0.6366428270588373,0.4355549988250438,0.3915446843404271,0.8638814275851502,0.03320759601379773,0.6688729331530017,0.010247311537865874,0.050592994636691146,0.8105355621107176,0.6876369880287984,0.03755613664101664,0.6593517588249477,0.0008182257911462431,0.4230620479245889,0.7124739424141723,0.30061213689002825,0.2736327036935557,0.29187771221284603,0.001858382002196497,0.13305764982181625,0.029862383283059242,0.7000376580424488,0.18918801629137288,0.17884701250920068,0.677212755418401],[0.00014003584771816338,0.7152261990854013,0.03769839220806395,0.5852518627274859,0.5054135033667956,0.8429637469173178,0.13104278470376216,0.5512385993656751,0.05611673283817179,0.5130513369100604,0.199702342406906,0.37191474258232043,0.0029325764076607564,0.6095402008354666,0.3504613082869384,0.9146562390239774,0.06015116528972809,0.2880959539926881,0.5133496691214884,0.1219353837275526,0.9146994673250725,0.7305910576994552,0.4111961322971705,0.7583285900684335,0.609792635512797,0.21131166203046794,0.12171889467746586,0.7140283248757996,0.7754634640859599,0.4127742909294409,0.7406245657961651,0.02636026791741536,0.3109339798358355,0.5302668605987687,0.07967365695086874,0.7480432527671429,0.009303557178690464,0.5598197383294137,0.6494361409135947,0.05136977147994932,0.21158211368290072,0.8530108691694969,0.5887147774645922,0.7290462159215356,0.6327913182965846,0.4312672457223382,0.7591584370419938,0.0005453119259785278,0.5665144764425848,0.02416333538384572],[0.0005596313753338954,0.7661735573152018,0.09893378099959456,0.6504212949158811,0.4588619525793677,0.5886554997742347,0.14080615512583206,0.43586607309509096,0.05354688311777004,0.6636459875591061,0.20656151767359632,0.7074299118628518,0.028217086672664492,0.5903526916266985,0.04926447486255215,0.5297485705441076,0.009776402251318029,0.23396352902789408,0.8206508262522494,0.23954629240008485,0.7811410193388411,0.7012716864526337,0.8286428648698189,0.664626224532031,0.6807769194765647,0.6428159478033252,0.1160445230400079,0.6371691705309915,0.2395800213862474,0.3761001892316471,0.3046775216926482,0.37011185066872077,0.4230375871722207,0.48262971311238284,0.5539500123628767,0.4139996087803751,0.03653225527763957,0.11320455701324264,0.5522843384388243,0.19498671680328453,0.24296650855681468,0.7684645141099505,0.4523033115684716,0.1744967616984443,0.602862284356462,0.19135154618928202,0.7343043061660119,0.0022072456562458047,0.21371308223568333,0.0915904592192618],[0.0008531220028813672,0.636827824576983,0.004517953157428818,0.539340922589508,0.1665143865572582,0.6214686926699673,0.13988039310067257,0.6568839576716556,0.02962168694764456,0.6844233682412594,0.2754739745809981,0.31667654305818116,0.08403762299417636,0.235170442966403,0.060818984500294826,0.5166071171282749,0.08781993627403455,0.005186886169245155,0.30629198354609305,0.0012804620567824694,0.5556939698852326,0.8464132191779546,0.7144351348877973,0.4929282145776197,0.6763974500734735,0.6019865678055724,0.4305859125904443,0.6870924497915365,0.8732299121127577,0.5560986918693407,0.42887843260812886,0.4694831447374334,0.1414916908954798,0.0690747432609785,0.38260921583026103,0.5298601503173653,0.8590387844502806,0.08008177237551847,0.717088479469454,0.10877138195760196,0.0798215959145827,0.04398606179673942,0.37543358869369026,0.22371856007504357,0.3634342592856661,0.1917828439848766,0.8253965371660433,0.0511754370371382,0.07038626252392297,0.7220207406766629],[0.09067138813145195,0.8906752467947328,0.010034321719805306,0.6454673706702413,0.4970764198657109,0.00005363871288340231,0.5299594128568679,0.7602930134997571,0.011740982673696476,0.5533795891509963,0.5812412323006748,0.3922819557985937,0.21418144972063705,0.5845259029569244,0.5792476168593055,0.7811319217579146,0.29551054586861214,0.5980719303858995,0.6868024556264649,0.1370947985105158,0.000028738931987461274,0.5388268938808061,0.574939557394669,0.36416365035884213,0.9416333293282194,0.4667578400672638,0.8816432410351264,0.6689033045118954,0.6369306212653298,0.006653711271835255,0.337359366948381,0.33518014679112484,0.716108159924083,0.07505968251799734,0.8889164039550483,0.21385456900328081,0.49286219275038984,0.008419283206628464,0.18625824770003252,0.9097035733176702,0.03880134291580618,0.5827312824059679,0.0032176702397239626,0.042798381906475516,0.8854192362296456,0.0008169262500231575,0.4051314072888071,0.00009017821448808864,0.3361514289596443,0.7614627813931981],[0.0789123423259512,0.6703541352847028,0.039139487226540245,0.4155386675627426,0.62736810205501,0.0007230369129690428,0.5434107542663464,0.6213827134455172,0.022298996740218756,0.835692467911583,0.24517492421643652,0.4850578380522139,0.30817012949422273,0.5746171607382836,0.3015279347564065,0.5959321568489919,0.5150518533107881,0.5901305241717805,0.47124800587472887,0.03745309899777031,0.0014873956989767227,0.16029172239000003,0.43556472343612135,0.638304555839658,0.681331695654959,0.8043040340978417,0.6415949969256173,0.4113287403835577,0.2153030500271207,0.021228943971137337,0.5966808622399962,0.5612347309493612,0.7811053719628538,0.17889041915107085,0.7663296867965377,0.7429387717113606,0.7565436992192589,0.039073976531397596,0.5385079547996026,0.6646272674804394,0.20017252847342482,0.553393385786355,0.054012259559130485,0.442215353028144,0.7609316422553051,0.0034801925763794906,0.29967960948791034,0.08949609653979913,0.5098225380563373,0.35891334790737667],[0.740744299331001,0.6229363671467476,0.37063386777529084,0.6504065515012444,0.2062005531203561,0.8796541350713907,0.5098737781124785,0.5276817340066137,0.19910720514890518,0.21249598240740689,0.6067376767783965,0.08942821272452005,0.6038319217105654,0.9091535832817587,0.20490642446667268,0.5793534002493024,0.8899994328279872,0.33437618292147203,0.22140827909169183,0.693456248599893,0.8536553684111494,0.5977121169421351,0.6770838167313443,0.37869258058379496,0.14324645366499794,0.36373375388743,0.7160397158115259,0.5272643582857046,0.36971209802077115,0.7507942868812816,0.720844500387438,0.39125274091516415,0.4753900705877083,0.2193256389606442,0.4961825248113357,0.4887578961608982,0.4683325963853668,0.5802541432900848,0.7076853735487312,0.39183607273997134,0.5598074818071915,0.2687511179596819,0.48938860238456877,0.6260931893576361,0.6413660796000452,0.5578107525881725,0.6232627441180496,0.6764388137571329,0.6138059898184435,0.40764940150083284],[0.7828630796025641,0.6422229439089082,0.6199696319746313,0.6074109047545989,0.5424965336439456,0.43664757844262575,0.4251077735463759,0.484124992294392,0.7372188666508996,0.7985580554866236,0.6476475356976995,0.4040380036850848,0.527137732047046,0.5134938196856335,0.24264912055652774,0.39282287414295053,0.38757961933424145,0.3666339276812359,0.6163979180590142,0.6678076232546031,0.41040865531031545,0.7666775417782533,0.754612058729434,0.1991605726610741,0.510888682977365,0.47358142957953997,0.6912405643665898,0.1447050975575859,0.277360274142996,0.37082628783968036,0.6142093076293557,0.7806782426560497,0.7409658048444328,0.7865244881071538,0.581306186853869,0.586259392721188,0.10178691282186163,0.30257385113500535,0.59261605104591,0.4612750862534929,0.09796046117492914,0.7980834655698946,0.30074120244786395,0.152784924146407,0.748040474854938,0.46807292500519765,0.11297239373216417,0.4067071970817613,0.6925612629532109,0.7189225357215777],[0.6628572362230778,0.379483504211836,0.7223951792774029,0.6358944306755799,0.6124447171593592,0.49830228148442085,0.33191088923575945,0.19419577885227993,0.8398412512219715,0.65266685894355,0.6464394941294981,0.6094613971410343,0.6189043751181585,0.4842001598844905,0.2531205769125097,0.3358397663910341,0.5114763849817971,0.38228584880036665,0.27945890281591446,0.44558611417460814,0.612107647135239,0.6505618870625268,0.5319815983492373,0.5547420825632485,0.47297067035965107,0.53593123724819,0.6648225977441465,0.5528599563272366,0.4014029616857759,0.7180196239493523,0.4891467237755787,0.7369027952332284,0.5700249909577734,0.5143963167685929,0.7253877364904681,0.2151274822572067,0.2612305880299109,0.6275864692500611,0.5397734483254691,0.5081637097852048,0.4593402660478544,0.3684349139142602,0.6614156769462962,0.492968819698615,0.7405825255048298,0.33033941560567687,0.17880048918339506,0.4763964627833493,0.3073426237518467,0.5216039327851548],[0.9059479451064111,0.1702871951007991,0.155572520500648,0.7507646807262853,0.25012622600616935,0.18674500333969582,0.5016986238877498,0.2639323938474096,0.23025702321653785,0.594683347762255,0.3936118772921308,0.32409220070105227,0.6315198572240172,0.4846044025708246,0.24656284028947026,0.405801347212013,0.45462298051865735,0.3793400321835135,0.6660468794446046,0.47101201222131334,0.18972950324765567,0.40362480812885465,0.6946650781857082,0.6413287522913053,0.6226068866249168,0.177606918767036,0.6686672676979517,0.30087669044513937,0.11530980455924969,0.6464592739720065,0.5382565804749867,0.4764084127090823,0.7901466441491182,0.8681810687548217,0.822591283755265,0.6971900656456615,0.4006784195921718,0.7727642058607147,0.7083425482982411,0.43051096433811376,0.5798927669580837,0.5912263209079498,0.804274830291492,0.6218778574704457,0.7565671109340685,0.26432393582096986,0.08250165721732444,0.16704932325191393,0.4262738273670059,0.35625968962925103],[0.7619837363014182,0.4925808998735322,0.382125666337112,0.547479860968021,0.4853722509655816,0.6709261711533498,0.8062489698548643,0.8005784632377507,0.38452295834386574,0.49741623840924293,0.33458946888170804,0.14671991368104828,0.41850626469586794,0.6835327659000958,0.40876574967534934,0.5099955453131771,0.7420717515897556,0.7809722142058309,0.7066042747052474,0.3473489159556935,0.8327084930255791,0.6784880597700567,0.7320769479291455,0.466955117400482,0.7136841155282434,0.5117117671274757,0.2724426402773547,0.2280116039059909,0.7141474178030423,0.6176319591973818,0.5925704802914739,0.6886359312723619,0.2790289905964803,0.44552138811977304,0.6012348037752804,0.5672609772601326,0.2578030727868062,0.4190488187883524,0.447223496056479,0.5925017163732658,0.5892126401268976,0.57084342654688,0.5515519474958464,0.5897821964275235,0.6605575612999592,0.5296356563198739,0.42943123313536136,0.28082820104544165,0.41130243738653066,0.6171125611803009],[0.5464342986037168,0.7997257002818877,0.5741072482886205,0.8341982121650344,0.5978704284587929,0.7477070947496095,0.8096055501657761,0.751359605166378,0.6050127852392434,0.2174131563017912,0.5052459243069316,0.6535365179025661,0.39988274939959284,0.6313598431235269,0.5412238629336993,0.7126152015669993,0.5678921437735758,0.46971848866443866,0.3651890658362347,0.3239154651728712,0.2599688558414126,0.4167866584392819,0.33699032679989177,0.5144203508834144,0.47094527362345096,0.5758374943788319,0.4555905745405624,0.5247696009657785,0.6417735894652237,0.49155475183077907,0.6170541034188272,0.5593629612039602,0.6474905336663537,0.5306906697686142,0.28205461824008454,0.70446220141172,0.10514391698308836,0.7584782553273108,0.43865868846159833,0.2234281238826851,0.6956560598843681,0.6599768679163568,0.8091123375054766,0.5296091953187486,0.2621447244298229,0.5565856703990546,0.46543841833702587,0.4152862214757747,0.6922244597327204,0.5435221045903789],[0.5424695053915809,0.738384381459913,0.4910826930840109,0.7916091748823193,0.6674412227550632,0.35254180011078284,0.73013549369833,0.7127375120605823,0.25668426503686914,0.5181583205254988,0.8281409484296222,0.4816335131287209,0.26903642167245556,0.47178464823483757,0.3943497062488103,0.6006767744317131,0.565395857792902,0.39577095737858653,0.6700162082727056,0.15821502436831184,0.49780902170529456,0.5274232457180481,0.24272234925922748,0.7498416460798525,0.22988468331282477,0.8229869814320743,0.780545104967075,0.21482784542618633,0.4603626468846303,0.29520973161800745,0.5604380756662934,0.7436077544939573,0.4268905800198252,0.7138071493776579,0.5018752309186536,0.23673839396333446,0.4037508682940421,0.4742822893515558,0.331825116808653,0.41684696700064894,0.671331093992595,0.47070067443521474,0.6180223413361107,0.3969101423607353,0.40919316543955775,0.4365132791998186,0.3877886637549292,0.5734583526167617,0.5861137735393033,0.5267475773770794],[0.5233459791849482,0.3011665529112848,0.7928733575243329,0.6719362770115115,0.6890378291144497,0.45678002731300305,0.02092914184306063,0.4090482397494895,0.0844107141382111,0.10827313648196218,0.7980974542538557,0.6767259309199332,0.683844263140849,0.10557813635392689,0.6557406924568727,0.7418719471933137,0.8617993111661348,0.8686525402891524,0.800870512034913,0.24220001671090424,0.5130952726856052,0.09986930430617594,0.5744161927601824,0.4387712308114051,0.5707950547507781,0.11707334160858344,0.022095421975132194,0.36212467121368186,0.6200660042626729,0.5174291800813331,0.44787474072805444,0.4632752539531455,0.3187513336318514,0.0024293800965233536,0.6623519859759303,0.8158642534102375,0.06078395984748524,0.025998865571044437,0.3450829303495744,0.4612546911278604,0.027932007294017184,0.5769381862384312,0.041188960767287744,0.8670410533441061,0.11885980726329312,0.5911462226650276,0.5861720798750389,0.6959530424057931,0.3953296489333385,0.6084287199160442],[0.5421105112679337,0.2259488815455691,0.46285021197783355,0.5883448509120061,0.6519250252388965,0.8404019911227313,0.012087670905652275,0.686303053388548,0.006214697387008618,0.027413256687990453,0.5651038686037705,0.3276755015478612,0.47522854959447364,0.07931142366471107,0.21787664004377674,0.5664151879706486,0.7637110018561003,0.8456801657210907,0.6956253904052677,0.48913273850742184,0.4189271879716704,0.39125309317369195,0.4525798982296162,0.6369908172866122,0.8309461693973914,0.024804018993505154,0.006824458215971251,0.524572463841875,0.49652833625525544,0.4384170395836466,0.4956515712480282,0.7182063705338709,0.12403010983751987,0.0028761692125126408,0.6372012638377217,0.9003223457219891,0.06680198826927626,0.0017827702058408454,0.24704665549111512,0.41046543585497275,0.0306914015069063,0.7573675035461228,0.019535475823186443,0.7195112242128558,0.0172969622977287,0.718870406647467,0.33387791853989063,0.40567407891051677,0.6011054277995959,0.20459245830132983],[0.3237482943387716,0.22848596554227735,0.822826595190716,0.5296542824010319,0.8206073914559793,0.5365018200555765,0.025132928815595333,0.6703348334129361,0.5510001789590907,0.15758327887995746,0.7444400408677292,0.47851546227782604,0.6762899754947326,0.06720278063623175,0.4189043727431687,0.6301993118766365,0.5544636434420813,0.6016688654714845,0.22741208177039782,0.4093818494952083,0.241064415132768,0.42687321798124184,0.4991889007103343,0.3708061096479124,0.5914534878462284,0.01888682465773683,0.15412508496880145,0.40573662996795995,0.3930047074720191,0.7295839654526742,0.36248882106381186,0.6728498941683508,0.23077950112566298,0.08620893077049248,0.7684681738948301,0.3637700003575552,0.5799377628770513,0.006748858356531159,0.33045122033178054,0.11369956703186956,0.5284706508497929,0.2633392432045459,0.040803549516845145,0.4771722120765701,0.7871598176612895,0.5835611844904275,0.40829998767267667,0.26754318810196775,0.765817294062252,0.4460461990693859],[0.3290070931012388,0.144239280408764,0.1839360550902069,0.8870598649294071,0.5818038405021475,0.3241034918476839,0.029327527165832926,0.8736038654437288,0.050305130684229774,0.7941003079196971,0.016833331332632765,0.00012154323019648607,0.2772048130574982,0.5536756874648844,0.4969983709082064,0.7394335173061988,0.5130059853746152,0.008910931265120835,0.6197819659053818,0.44738125274177043,0.010140722291751655,0.6730893740004034,0.014068799471532367,0.051496612746471694,0.3948738561175819,0.773163292460394,0.600794661781375,0.6264427602665211,0.7057023884911812,0.33110398993236123,0.001462326663464987,0.5304490856319399,0.4211109785707416,0.4258062359676816,0.6931542072269783,0.21376344476948142,0.7391537456839319,0.17299679995843908,0.18342118907737706,0.01315145690353407,0.005500148003252486,0.01013587891553455,0.49715052568664525,0.28865731854990273,0.5356896273927716,0.5793939172834135,0.673161824973963,0.25763937706984547,0.3101758305957906,0.5820685271078802],[0.39002348833438866,0.05107725966740553,0.12534330348183878,0.7588299640265658,0.5827042418298628,0.4341544626965646,0.004366785047506402,0.8638574280179051,0.014455449832149943,0.488530688687181,0.005233639421106799,0.0002770797008296478,0.6517941017554638,0.5732572601633062,0.4542457675273469,0.3373246641409924,0.20004985814008497,0.0015775406528220235,0.6944038728144298,0.42747762382375193,0.11869478883339975,0.7852041175602924,0.17497280308156152,0.1619188111980991,0.20014301713189808,0.5772697398414269,0.6301310700094435,0.7674626962799981,0.18293097101688766,0.28792899656855564,0.002253824059874366,0.6174319236084386,0.13539549087308927,0.43827350106619645,0.8748144587831514,0.858143783781396,0.5390791716862144,0.45948878915112,0.33187115822089835,0.0030447532076070586,0.0015234908484017778,0.008580522813217521,0.6206400637310449,0.8865124554146366,0.44616848853547725,0.4524518959677514,0.5188368899197482,0.2540082499770404,0.49061430698548397,0.7016932043722425],[0.8453204433277701,0.06917417165850659,0.3065549369475038,0.20799205503149534,0.6297435186631538,0.6304193237618393,0.00002782803432773589,0.5474764528380468,0.029438184653955122,0.8006681198719467,0.0016346030715801818,3.676414418406386e-7,0.47453897736718276,0.6430269915104327,0.5764900454548123,0.8115187647308489,0.8041555505772771,0.5478684998642102,0.7905922500840487,0.7457221479416897,0.00016021514789877212,0.4555387496250612,0.0008545088878505083,0.16965166167675405,0.5556230835795405,0.46146867673674985,0.48896674599073064,0.8130786200998111,0.6352362582842582,0.5913730344009424,0.0020984364070795094,0.9543102652141056,0.007890067640902634,0.3043703454918671,0.9376362447733773,0.8032144711942828,0.48232399053989855,0.9066960979410066,0.5653152756780375,0.9112278279328798,0.000007522224266047655,0.0021651913997599347,0.850433881160061,0.32323153763839046,0.5840325137577612,0.7622361697851362,0.24057378388661127,0.11984955239352404,0.48723836916614754,0.8567936050147896],[1.885572424455962e-7,0.6062409331780639,0.811226116738697,0.5485828861277534,0.0001367243975751706,0.8709508246797206,0.8919926371773824,0.0024615017218830725,0.4588761821345355,0.000015399883647952915,0.0016140087902652264,0.11959450512421224,0.16635439911720373,0.633511626404505,0.28479656924896096,0.05525632931172011,0.4576273971351221,0.915048578786362,0.49787804015300546,0.4628481324296789,0.6611490972461249,0.20638207928938915,0.06847118885586946,0.06892776982889347,0.26318304705259177,0.6034649630336172,0.7345941755453199,0.8264099895141616,0.7142270109889949,0.0005525154681831637,0.5662848651576498,0.5638361559453877,0.6510671432247643,0.6698394349352721,0.09066865434853413,0.34406760690436766,1.90374019759336e-9,0.25646613128396883,0.5053696122448278,0.7330324556510258,0.0008819109162054458,0.26435071060885146,0.854649513465651,0.001166441535129388,0.088200768553929,0.4246881506430411,0.3927840794927472,0.02333707515035034,0.000009348572653883029,0.8506690755625816],[8.842125939398089e-7,0.5355508404591769,0.6275600252377693,0.7793938080502959,0.00011332685158822701,0.8884442998041748,0.6630171175489784,0.0003252178454707718,0.30236274786115774,0.000021990310855650477,0.1973526577867436,0.005725546446599369,0.8279225308006699,0.5624135871687813,0.7606964373714298,0.0025684663980276023,0.6216496757766492,0.6194477560353769,0.5108124625435968,0.3474407855032757,0.6126661479264338,0.664110648334279,0.1040582420728924,0.022648666280424244,0.26105961505373015,0.80481531129669,0.6464276723896187,0.6829493368660358,0.8309088532412272,0.0002614209256135235,0.4954467886204778,0.8560916712892669,0.03339085739630513,0.6010255274939467,0.01909375814105318,0.3827918739786475,2.6812094221942973e-8,0.4318055743638166,0.6257367654289903,0.6038699660304828,0.1892966045227343,0.02268870351877141,0.7798125572180576,0.0004517899649825414,0.3098513800666825,0.9183968505217542,0.44230983315861344,0.15197229519927033,0.000004907999506069826,0.6337310125215978],[0.29482422492740046,0.851968255591562,0.8344755750144924,0.6231673048591431,0.20248909272038343,0.9219119832180968,0.01325510265886601,0.27215664344410484,0.26846145840627766,0.007796138267972837,0.5068649260741855,0.46075144232473875,0.38037729347555377,0.32916247301588014,0.30311204210604586,0.3377850948181588,0.01953610582567286,0.550422352813683,0.3827427950887514,0.0006232235106368341,0.2893488916038482,0.0005719922755241804,0.48271708468811825,0.5484942961177174,0.000005730803867023656,0.4863739082059402,0.2801369256643342,0.441648622776808,0.5668664078811932,0.4268368279609758,0.001862148041146372,0.8184939777622667,0.506076123320026,0.10426831781370292,0.06752774152072662,0.6506215563394346,0.03148516855608565,0.43375073872012926,0.08745783454521054,0.6352576855158864,0.6611294692846256,0.22205629408272015,0.7376491554823685,0.0018013712832460223,0.8138996008973527,0.4988682945460263,0.0006795134136142745,0.2566343579126826,0.000004710697419525059,0.8201187314717707],[0.9553741931251044,0.6520633915039489,0.8663242279191974,0.5495904188243378,0.4309907574869102,0.6615526059344468,0.01673046551933984,0.46117846523324235,0.16291947048621366,0.15066911728227195,0.49068248698640254,0.6715897708833916,0.12154935116013509,0.5425077756564448,0.06475753020586021,0.7165468756181256,0.15098389149341454,0.7908063681400409,0.2542208906960085,0.0005270554135376877,0.17905487923331137,0.006436876816512068,0.5138186770221015,0.8324416194369958,0.00002439174529772075,0.5542441802393955,0.09582648184467182,0.20557496873492317,0.5098263071765702,0.8492556715637677,0.009276158855188963,0.7053570118863269,0.5194015338729934,0.1430079547689549,0.1805879341276327,0.5534636916357898,0.8222301159471047,0.3667305281092465,0.019372504192466212,0.5900216838874692,0.9065461605159422,0.6376566946381178,0.7764429979797925,0.005466146407514818,0.8078360080652107,0.3871869742227842,0.0005471049794240028,0.5559512437886658,0.0001141946446204322,0.791795657611724],[0.38606733865610415,0.1987164259367917,0.003076957931850834,0.5264996095443202,0.6766614977277897,0.5602496757163387,0.5484945193664925,0.040102903485232294,0.6817672359565724,0.3677833735025592,0.3740224784679072,0.24702063828520898,0.09295609980024051,0.536133123844933,0.35967074388088627,0.19583964418462232,0.028193809476757516,0.07471552880011342,0.6495210268736028,0.7262653888944709,0.80951054849314,0.6476877378197641,0.3158197669547833,0.306211619075661,0.8798249037980357,0.41151072756160756,0.7173811321168618,0.6990330960243665,0.4965575200256446,0.20827760419802738,0.666723348051549,0.3245288696931743,0.47929048437210653,0.5948762755255722,0.5842672286970871,0.13690091596844137,0.4951229491356677,0.6520698394213256,0.4449840676436962,0.6727695392937676,0.5284429420309291,0.6190689035948708,0.6304768041322556,0.1559768806726362,0.0470300171756111,0.0445064499810687,0.7881625566279377,0.7183957173440804,0.26143056587531954,0.04961440860899851],[0.37075258206824957,0.03138433336937036,0.000704018862017992,0.14936309527874647,0.6185501694647048,0.7703653767742228,0.625625983718563,0.8550249929489314,0.0015276314011546648,0.41564455218949575,0.5495480275476273,0.2747978214363828,0.6438527282127211,0.6513202011924304,0.7989340277620052,0.03199321625770485,0.788850325891005,0.007891501833816414,0.7429008603689301,0.6140655861596642,0.8567351096033806,0.42260722355044983,0.01881377457591984,0.3966696664571023,0.7743301632806957,0.002768850930244414,0.7648006478669469,0.4023681636558291,0.10310725250972645,0.6278344701373318,0.042328584560912395,0.8013898397940655,0.5994632071787501,0.523209140545702,0.004415985977029482,0.8742636549660877,0.5402999711218921,0.4012351141101032,0.7890109537078859,0.48735437205360066,0.6704441952543353,0.7340868094559022,0.5442040135686129,0.6939189227124742,0.0038213885043511804,0.0011073782066380504,0.7603587664423775,0.8366362273606319,0.41075554511704304,0.11810249604511742],[0.45285747821426714,0.26581057208559367,0.012802847337827347,0.39659897874077604,0.6689631710848618,0.8148852790093104,0.3849711419121241,0.14116278047368816,0.008140533351469272,0.4576019283115361,0.5438299394443874,0.36892452275405146,0.2572220897970739,0.3664860888549504,0.6910965608173338,0.022898445964285658,0.3602283359482013,0.03699196210842442,0.6664494909579313,0.5411675384726384,0.6214386224397604,0.3355526219736464,0.3077275231136333,0.033781796062835746,0.7635985432639586,0.016599060643024795,0.8184570708385247,0.8166153419385382,0.08574578271777442,0.6156603440083043,0.7640997087286148,0.577962155263373,0.0663340702533361,0.22074393081544705,0.20861486038805904,0.4745335757143912,0.48210042111230184,0.6931440414473633,0.5947808314806848,0.6030547912764281,0.778690071247048,0.3514828885771284,0.5134514745843437,0.11050670262014976,0.3379890535739,0.23063992562298538,0.666197596177357,0.8229823155558383,0.7300256307217051,0.2648204432432337],[0.35054043370815874,0.11861830959130887,0.9311158396727546,0.6501516054577475,0.34568556967764796,0.0033741584566088522,0.00649837547179869,0.7462347968231093,0.7195933759301167,0.4231238127706466,0.5846057522337883,0.8720411557280693,0.5816180355818799,0.5965515512654304,0.5271487036902301,0.4350357647520725,0.00749492468642187,0.7643473096427126,0.5140629986199478,0.7389081618310887,0.679015306811341,0.0017292227493065128,0.928622759278925,0.40658335150448394,0.4692491383588462,0.05339265063325402,0.6036512770202127,0.000677182950001894,0.5407561534300345,0.43266692063826384,0.149759024359013,0.27102848244804645,0.8900511923812366,0.35553882485828564,0.5271703682707539,0.5460560784043871,0.7961663216482211,0.003757404857957713,0.6232270805083256,0.35202154950122383,0.7075025933864043,0.7765336229058037,0.6653659716554535,0.11832010685252466,0.44613486340726516,0.32117163345353816,0.7190473498953254,0.49815201917974566,0.04552014404477834,0.44038823595327636],[0.6637803296370451,0.30398066725183925,0.7024339399510624,0.3727594643595827,0.5450136691567409,0.0006494837464321519,0.073180359598349,0.5887217993485663,0.4483816854545377,0.22854203631217884,0.0835547986688238,0.6340832470375273,0.5839137167745528,0.3083906199063207,0.07212768630152724,0.12934123553760482,0.5906097885247895,0.36803743603190386,0.5341942632602849,0.6645852946038889,0.7636389982339802,0.002996447030946266,0.12255299126325288,0.3963012090910054,0.0635411836461291,0.2387097081780371,0.5774203764575766,0.0017546794340547777,0.2555814560006311,0.2653135972822928,0.7828550414837089,0.4183541811907557,0.6773288786521179,0.7037766843302341,0.5536218382504842,0.07284259731531816,0.5080308296464798,0.8551838045558012,0.42722846054878577,0.44211161464050724,0.6824510833402273,0.7163652942503235,0.8118686667454592,0.777777385253684,0.8142783418513679,0.33398637558752153,0.6330509479884316,0.5162982346662958,0.2635330394556107,0.4697287298780709],[0.26912692594793675,0.2847411333681288,0.46145895674623494,0.7272948563580041,0.6448645115992164,0.0001285513846277352,0.7926356778154167,0.02861779248102911,0.7717175808775083,0.37895887894621594,0.0564835551331013,0.8258705615603467,0.6039439792464931,0.0037217976346434942,0.7572889036647291,0.69763505351856,0.08271581419414281,0.019716749754547,0.46729946653970467,0.7380056838008691,0.5688104733403497,0.68025187735996,0.7229871626055938,0.20161624187210977,0.11962330672037229,0.11267393687670174,0.727841596542818,0.10685709799770123,0.6846971200941312,0.733420685498665,0.6310324888895806,0.23070881523784215,0.7576108415520353,0.6754635494257615,0.6774029712920457,0.01225666087291905,0.5877986575601746,0.03406127791129168,0.17815646613860608,0.7634803980454964,0.32742528572578555,0.7975083187233706,0.789921622121662,0.5144832494760376,0.331338595782499,0.5482418084211212,0.5661866599446956,0.8203671548387159,0.005054603474296928,0.6908904524177593],[0.2169331840940997,0.006355776388380603,0.027815946550385134,0.07314082680718241,0.9230766070343189,0.7827037608486538,0.7481321932502826,0.5851459676834362,0.7280009307946635,0.6166025748104285,0.7079886898295241,0.8766883156342015,0.31408910044044436,0.4084906824118332,0.6469211029111002,0.16188250331624368,0.2865674139263291,0.6094815696499922,0.4358834766929133,0.40492090936307834,0.00005816311035186914,0.6338302337609373,0.8319749016570906,0.4627201793965576,0.504133040345,0.07429828970245696,0.5272051719691704,0.3955408320050152,0.021505142833459154,0.9121520687833963,0.5126655829408877,0.20697427658979625,0.537852902009192,0.8552670929983825,0.6872079980438538,0.06952316878833414,0.0006803886487154641,0.5102586352300919,0.0261594675809218,0.2832008841164765,0.4145373862013937,0.8747960561374605,0.05514813476334822,0.07130126601031843,0.1841452263609136,0.6863352078938616,0.9073125573774092,0.4565579221891024,0.06186753497500255,0.008222740460770633],[0.4727752774395684,0.32922479304575963,0.3520256399238389,0.34867889100271465,0.3383034412292759,0.12599653950725254,0.6840287660546485,0.5478471163074308,0.17044399496460919,0.14223817047601142,0.7328671918149099,0.07884326609256048,0.45148402066013577,0.7012895493793545,0.8040537818929042,0.3715138381057342,0.5433921067063927,0.6779233320874363,0.3176562782195344,0.6920837979653629,0.5663165940299181,0.740252570828579,0.1399705071093696,0.34386698356974554,0.6608262103956217,0.05559790958333366,0.004324393098879711,0.055973580262931096,0.6241227065534174,0.6662011214239999,0.02269500632074566,0.257722426182849,0.5682157465776525,0.0011238468235326689,0.2903328728960522,0.5691006655905362,0.3743301174389607,0.3975460155641742,0.8164270649900682,0.19894664779685328,0.02837414400728478,0.40915265597927947,0.09436919056767419,0.16609620079533127,0.854542674382875,0.1897076547062343,0.34428333100432934,0.6146221703361483,0.2856043385199346,0.014139224777072662],[0.7753362696807231,0.2028764733611236,0.965060051684522,0.6881391667036877,0.002887028561021185,0.5486643770863864,0.1491785639927492,0.0950904738314283,0.04147076984111538,0.11783091761132305,0.7342741953652848,0.24117434757324627,0.4033500265016502,0.5939101793546284,0.0022955111343831566,0.007706206191626702,0.026712565795902272,0.5149302155997988,0.485541087879093,0.32469473866251314,0.6421584884111265,0.37748038426651237,0.4778486015122356,0.6398677329962151,0.005954683496087597,0.42947968556104754,0.7032075205467866,0.8636810346811942,0.38503847417708525,0.6887811133643693,0.40625465971146,0.6511273545889892,0.8010037105834831,0.004253573978895287,0.6074486210048511,0.12549364018978199,0.4710844359783184,0.39916479459352583,0.025758427793736983,0.8654910211752685,0.9820039050483501,0.003439173751318231,0.7910630565446839,0.39076857632806145,0.015968846648826956,0.15543944844454674,0.19030313829563486,0.49098042754061544,0.057987695569964935,0.8753492025437628],[0.7651258431687268,0.40339306210247583,0.5713548552572323,0.6003230748395322,0.8817293866347724,0.2784554952061779,0.47362045113310175,0.6672781127730577,0.616550471702952,0.06322527864002567,0.7124457215934146,0.7984743807925584,0.6143285620560998,0.7959619399498425,0.00011752958746928786,0.0013026822589305726,0.005897780945090904,0.16198695219386627,0.07308675949065492,0.7531534334515737,0.7881676244668204,0.634117637591467,0.8187105110435255,0.30847525366585044,0.30933778818751173,0.7691063329211967,0.8234732698655424,0.051212013904752184,0.6662709460671791,0.30437134039316927,0.7743590213689506,0.34125912479665355,0.6007103072547995,0.559789627067299,0.22903132433500423,0.8582576386202139,0.6011345392660277,0.623028399032797,0.008339177754069746,0.27979296647908103,0.8218838139557832,0.0024833246652602586,0.6057163771984406,0.4120155605066349,0.00007353950457401877,0.01891898294050144,0.05309119562153185,0.8777577899312607,0.3781018751416304,0.6194864491221217],[0.672790585587763,0.1953568050091373,0.6816216397159219,0.4876818480115398,0.0031179580117336033,0.4050520138955136,0.07372296951107296,0.25562729102901677,0.04782969652358184,0.0843113749378632,0.9012179387362,0.6776858288695251,0.6074507011091327,0.6176363829884058,0.0031534000274434392,0.017556309236698934,0.08015158653256753,0.7576342641717726,0.6677719292124173,0.7478714059969395,0.42104482619719236,0.49000726008982953,0.8392150620313515,0.7333797423434706,0.13298660119566066,0.49744855814308936,0.409455787440509,0.5923084738990213,0.7808251313226195,0.3598980498395063,0.689361624550343,0.7992241157648071,0.9506638873385078,0.5284441026189338,0.05800508022279123,0.4375322926267639,0.7542837077288977,0.32326659574014355,0.10604136928806485,0.897536688309636,0.6908797148083603,0.18124020078486114,0.6014878549136947,0.9306071301229724,0.002088395364883046,0.0077103591538545645,0.7575820680026251,0.5014509424650415,0.8739312146698325,0.45590584609982604],[0.2701871949071292,0.21161588993150887,0.7248836588951283,0.8966765284335034,0.31843263279932815,0.9648226803623875,0.707434760965844,0.15017842169441395,0.22562453857985515,0.8239841133276603,0.2303480791648111,0.5565585028008928,0.36037450229596973,0.8694282284433149,0.6291510910955378,0.42405623587847957,0.0030055219678078626,0.9284850744713092,0.8198148648928938,0.4862283100964295,0.76548432277428,0.002742224110222332,0.5583883846442942,0.08842413935638327,0.9252739166106567,0.8465781050486817,0.8397935761332928,0.14803298626696115,0.7625461769773136,0.0001255370765240806,0.6760887488809855,0.22998845418988584,0.6173052095830028,0.026653242702254522,0.7544501895899133,0.14314566626117686,0.03836474349542398,0.8001239587249512,0.10976913324250506,0.002759967482324286,0.000019890127439567672,0.2817672714723517,0.8398559631264394,0.5828443323827955,0.015027204276838013,0.01411490751392097,0.5042505903454991,0.00006721416905151385,0.20106097501556613,0.7024455790399853],[0.4503688731322046,0.5721661375571653,0.4878860195733562,0.2494241399768087,0.565674433885552,0.817807279087625,0.4716583327994632,0.24830496118012224,0.3308663749769173,0.47741413393902493,0.14698928095018143,0.7363094138570481,0.5167622005788945,0.714572609533945,0.8210137580140607,0.48109346601639996,0.003847556792336333,0.45301600160861777,0.5795195144477757,0.43457424868824807,0.7474978625928113,0.049544618995979325,0.18842933778001583,0.03621511284180169,0.8461122971878098,0.688326224495829,0.7706057642984118,0.31299326487992923,0.48052066317076764,0.001621033781965543,0.7820625569894567,0.09804437086585432,0.923841009118463,0.07245367636004232,0.8505781586653895,0.42353709730658806,0.025640672027158,0.6135883200369832,0.13245796500354834,0.02791196898388453,0.00006752517014057639,0.39470025945135256,0.5189862874825231,0.852724774073684,0.002682721560462098,0.020249860531411562,0.6100469274521998,0.0008352852623942933,0.10953146738024414,0.8389516309355642],[0.009523452497096555,0.6156604481996103,0.00009078648494863845,0.32133422603404777,0.4990962451104151,0.011918200164391355,0.7288404431607901,0.4674129997540757,0.06587367377750003,0.9057740433600209,0.29692173419092094,0.2714508990491154,0.006726949869731907,0.7187213083589788,0.5226232476086601,0.5931420267462052,0.690567767481956,0.8096950463076585,0.03800330074340265,0.0002722793974814733,0.2739586259428577,0.5353229437848224,0.3761268631516366,0.27650798695807655,0.0010503145434618173,0.00002641405189259056,0.7125323762366681,0.6278327302169772,0.7881486046861315,0.16264663831945225,0.07135048878444418,0.0022262103161052836,0.0321745381710588,0.27054916842898086,0.5113057256035947,0.6322993823039712,0.6352157880771655,0.654009932594261,0.5332029768481716,0.16113220732922423,0.660772534430036,0.15810665965465096,0.7567076906255044,0.2836037595625369,0.17628834578545688,0.6792159973469881,0.56681586444038,0.7673349513824894,0.5912150056533673,0.8037280143439259],[0.23053122787777128,0.37136501175488607,0.00012532706507845025,0.2873902299891897,0.7498864210820038,0.401253437756808,0.3491817529834335,0.5469326476277273,0.05007644017089724,0.46935846590782526,0.4713198773110449,0.212328153014638,0.08983798114871071,0.31772467530620035,0.12995408245561985,0.44386692161380265,0.8348249591798812,0.639014805099811,0.232311934784274,0.008575987050311217,0.09967188021297059,0.8104846294318055,0.0010487354480498744,0.4901212439442526,0.00006864030176377553,0.0004259508692824348,0.8575750767142536,0.6372002799645069,0.05916412644657238,0.06960636133689367,0.0193838250336949,0.46071261683077636,0.10421465477690879,0.28849223115491307,0.8083885655789431,0.6020555115920161,0.0014099184610415053,0.4077620919335422,0.875301876909544,0.8866678012432463,0.24654680195041412,0.06035536247972922,0.6908044824246861,0.29588741407031915,0.05533537058054655,0.447615655371663,0.19695683063870698,0.03128037525762914,0.3730066013039417,0.6552988332871191],[0.08144395554452845,0.18698095400980277,0.5108463076000519,0.44493990343789347,0.7251872493950517,0.08818008953613297,0.8455190390984294,0.07077774721015834,0.6498997190904481,0.4360021397789693,0.5351413267190175,0.006612667177734928,0.6649178808694705,0.4292137675081825,0.8346119709445198,0.7888332377028903,0.003142636761999116,0.7661835737812184,0.09527055953955985,0.3556089724519531,0.6807440364106383,0.10920566282437622,0.28994698642932976,0.6715799024357568,0.3237970804555026,0.600341101676247,0.7781005775225851,0.5628459848151798,0.07990021479538856,0.45396811336769194,0.025536645363844823,0.7380576803442356,0.5485924896563803,0.27914713312227346,0.34961258002573076,0.3606986242048771,0.0034142552586742462,0.7592604511164341,0.4685631722340212,0.3567727290686932,0.35265067051573157,0.572394223127557,0.1063265674111136,0.30722652518826327,0.5833980173104576,0.11212759440781282,0.39919022680187544,0.5330215011361656,0.8718856120549268,0.7226323569589586],[0.13001524014318996,0.09643786149845007,0.2847064160502862,0.31119960604265295,0.8392514448985187,0.062494348887865626,0.7102501045395845,0.015218742485595821,0.36511114517182225,0.33443930282666284,0.7869679598529559,0.000309264343329454,0.6765080261011703,0.043850522240956494,0.5027445243189591,0.780849578032323,0.014763401850406928,0.5761704575761148,0.17827651499038014,0.6868659032596629,0.7648998883611322,0.03710223939106115,0.4263305197248061,0.8078263310517287,0.16811724895068966,0.45278016187501763,0.6987769014201856,0.7466043583229763,0.01597623981066879,0.1766143492430909,0.024457343185479104,0.3822264974355781,0.6589986101827914,0.021901518952358263,0.1164348229880335,0.38114404922543654,0.0009141547553926801,0.8618274654757739,0.881570288179735,0.43575308652513667,0.6029573562355762,0.7530934184960181,0.5296048200498221,0.6189719330412292,0.44058978111896435,0.09550163883615378,0.033988705599657415,0.7040555869472925,0.7434231224148339,0.9076415574359631],[0.13682720958441494,0.06499795758003911,0.5276496888630748,0.6341833776854116,0.637458737565938,0.16082250679772728,0.5025834773087592,0.03290591775883771,0.745050584245258,0.6196664560654684,0.5915525897184488,0.0005788722870672641,0.3392147896718808,0.13894962898004123,0.7157561268762395,0.48994794118639784,0.0025238409385832795,0.8876184942944229,0.21214138139945599,0.271369871857053,0.7899726794538744,0.07710277623567907,0.12018973210582443,0.6911559291942969,0.060588960618517665,0.5665350317335605,0.2942266329717851,0.7311277768536854,0.16560889623169314,0.2846512308733853,0.02632453540477018,0.7541714684117635,0.4758171192680155,0.3468835683497761,0.2926140379014034,0.5573485727232037,0.0009055873602709411,0.15549117196771114,0.8681477685920207,0.7436375702332548,0.42545653491206664,0.8842070646264961,0.26630939322691594,0.7742474757708797,0.6377164297150506,0.06557040129846807,0.16187454191761816,0.6814781574039067,0.8412075058487418,0.5133149537852525],[0.6854310318355198,0.16977308248160747,0.0017012806940388768,0.019576804503901188,0.7557842750463395,0.5678675055532,0.7885553736526622,0.5289082334632655,0.6251558780011695,0.573308061760706,0.6492764501441426,0.5768066814060259,0.9528241140870384,0.18817421342145482,0.7544140933775224,0.3844064327720425,0.8513406724030387,0.20487328334619812,0.0012051747375629769,0.3724441972063316,0.5914436430528516,0.4676294040058434,0.2998424601817932,0.0348345958758081,0.25419152088990377,0.0694341937737686,0.028016390529251853,0.6237194182507452,0.3712933306275194,0.47706984780615924,0.8691648638211139,0.19612289177445913,0.2342627641494465,0.7093664030848662,0.4356624797776302,0.5563475106229591,0.05853548067453035,0.000033310805489145427,0.2003669865479023,0.6873268541148517,0.2794267763066238,0.6160162026605333,0.8823116529893855,0.2875730941219334,0.7471915185580397,0.8303632367390267,0.10270210344326954,0.003139749982248525,0.2640351995428781,0.6594879564865962],[0.7505357562240874,0.40725505917731075,0.001000911328996399,0.03191451590154001,0.06812246733777709,0.026409664138669835,0.8324190438835886,0.3845655754703253,0.6701772940158846,0.7732490906590032,0.7276434485814599,0.8644896946133236,0.7456681561616739,0.029333931884377714,0.9687047889562246,0.37773601120987316,0.5272513244006554,0.06770316394647471,0.004097718630842794,0.5330257474385643,0.8466765515652118,0.8895038450971389,0.544148706236446,0.07745635963646426,0.11862721630432731,0.29576185204823113,0.03141621255448051,0.6219636872271304,0.02095490176540427,0.8452116238815558,0.6104878771661836,0.3534177477959828,0.5023439107607538,0.4303267226602359,0.4352843087612432,0.8326401121823849,0.02836639748718748,0.00005783352347775245,0.08197262424862768,0.6925126456106706,0.5540844838171339,0.6258110695670764,0.8703660293897295,0.8247419261880761,0.8105443634063608,0.8056356261656228,0.013482317562994041,0.0006895693357650423,0.07224086068486579,0.5879491156686054],[0.8479542406251998,0.008869880403867441,0.0004654748494746737,0.027320605431345336,0.43907173360041135,0.33752349034764945,0.5934696822400632,0.3432379614950363,0.42192507143465846,0.6104303217807192,0.599308855609971,0.13042264201043877,0.507248535062888,0.003900388746127338,0.32962594729100814,0.5422589162333511,0.7903269095630018,0.5225588986752498,0.00043250143116815046,0.05161037767469591,0.19376920078820067,0.8958868638521151,0.0032880669621494257,0.03943076819649417,0.005963634438950664,0.005591694729730818,0.5236421739660554,0.7546909491028415,0.03668341727726161,0.5874229942344854,0.4243209910245941,0.7650342019423421,0.4072868956955259,0.26361447652430176,0.7099781841048165,0.4179482823746346,0.0003738751268363267,0.00009907669484641117,0.42232943049234056,0.9159812358590558,0.23505108788264073,0.8396918720575108,0.9099480195508538,0.3410332936304913,0.5596624475369874,0.9171201690184884,0.012076314575314695,0.000009471385775314508,0.4481569584620038,0.807529128855611],[0.6796472548745821,0.6763712504736822,0.0030607098131782045,0.03876949198555806,0.3201448653936206,0.4870220922058591,0.8484922262864911,0.632629782388948,0.2719114003829256,0.8849075971502215,0.8066036957355901,0.8460683341040725,0.45302751192492513,0.04222793711561572,0.407534971516652,0.4933623993474425,0.7456544614656883,0.6304592234807147,0.01990052255713906,0.12292390038549833,0.4809552104923147,0.42708554762754347,0.518966092494353,0.002415235105287121,0.09337087228365987,0.013697492165835018,0.01842387963237067,0.7132387548601882,0.42750059475287333,0.9349962303765691,0.268959973697149,0.40883425764428555,0.013874833846558573,0.5530554738821449,0.4925579189840471,0.7130122443509856,0.04766386258742217,0.030085215108155542,0.057746882100103925,0.8873314150332497,0.43004236934437884,0.749142610448741,0.8521274859584304,0.2868083144722626,0.540155450039436,0.8219431844270619,0.23290312558381956,0.023932430069193173,0.5136917140738121,0.816930518853835],[0.6724681009386199,0.04021539190138904,0.46954690327079984,0.7042517072109665,0.33532539862473965,0.5593868885388791,0.06552368507066657,0.7386825525971004,0.557715722903684,0.9286846846153052,0.30433825208123244,0.06411151503461339,0.21711262762926098,0.5500509442378484,0.00004983772151419134,0.6595076644663677,0.8431769292925927,0.6160372615284826,0.000497047137268964,0.1265881920545509,0.006779176697232937,0.5074888696124247,0.15382014863544266,0.558823737572356,0.000523269653856432,0.04159441722195003,0.5724119267356377,0.6777703221297398,0.1533814393266329,0.550811399050167,0.5873576818145273,0.08239550076119818,0.35552509409959376,0.4958063477449733,0.7680101827005434,0.009170261660643225,0.19740927007039055,0.2922471680498437,0.6588870629859143,0.5786372413578018,0.8221703154042849,0.05020341405678674,0.6698529640178268,0.04553130601694591,0.6341293097307298,0.4323468301723726,0.423725723955608,0.001537086487575644,0.5999141488119136,0.5154070077424027],[0.39810019909988603,0.28689073921431796,0.722027594155702,0.6383254132526153,0.1443118292180766,0.09452882091851877,0.26587261887104763,0.09785393212522461,0.7322058772534411,0.4482292079420169,0.05890282148156966,0.028576519692282927,0.520663239859391,0.7704654564173534,0.0056942370521470735,0.6517299397642682,0.7804842089254428,0.5119711476287573,0.6333335916575636,0.06018694407604597,0.04955631853864987,0.5898420152480855,0.625218348703865,0.49497265368228155,0.0035248329848485537,0.73242096930513,0.3045398903766456,0.20228147571236016,0.05175739296502796,0.4395372103252846,0.7266075892083819,0.1523030198964638,0.09161134000808009,0.6882831236360221,0.5649137477342057,0.29228397529702715,0.6739348667347418,0.5837863100243134,0.47388880770773306,0.529971502420945,0.5794146716024537,0.510493284396335,0.5306573689495372,0.4477520897305217,0.36981701565816816,0.7168186952228238,0.5642697150970627,0.010186220179996264,0.7227797813977194,0.7961764080137926],[0.5792362950998602,0.06220464224940171,0.6822427142477657,0.14086963165037214,0.738037679969143,0.5814937372629436,0.47544986653574006,0.6693430505165145,0.7946349707651345,0.8509150761939515,0.5534042375852055,0.501455142263295,0.06630297971730038,0.07006443635342202,0.1418334406705433,0.0030230053924103517,0.626279627222407,0.5530385921546257,0.7548597672035744,0.1988266519403893,0.8804827970918052,0.49276380325261937,0.524047333564593,0.013781689520788358,0.6175974538072375,0.12791890667833067,0.2849108459807007,0.001153876387121865,0.36611711964843674,0.7319444577785388,0.5555923701829408,0.030818198837295363,0.07270381094050483,0.01548022383976238,0.006580324397998716,0.8441243357997471,0.0027048979662613244,0.6010352869319473,0.7074075864851458,0.5378506254997696,0.6572169056642249,0.014311987570601908,0.6487076868691802,0.5790834476484297,0.882548341946414,0.3657653461530074,0.8121133909950023,0.07772524945100263,0.86162502969836,0.19074984146695773],[0.6073094356139269,0.734988437864511,0.5836513819170884,0.1565071387801501,0.7353277016548154,0.6539923263922951,0.6405850688761933,0.7716908421353688,0.6146913082041631,0.0000908565753272705,0.6231231913677691,0.14609867756140388,0.023996987953557786,0.7628510932844336,0.01384796261073329,0.0002465183693452773,0.7922787799633566,0.6967993433575927,0.3331705874562657,0.22910034795512108,0.04481504912986391,0.8644238714422147,0.6410380248509849,0.00036477518846855306,0.4039398198910215,0.8632955393589362,0.048638038654512016,0.00007111657073300837,0.0007796995389563863,0.5456052603504774,0.7118397604100342,0.00016969285869012005,0.8507183855353347,0.7763096635582861,0.00008334444502783414,0.8017255036747285,0.0003382320024236201,0.8593517631847161,0.724256368457357,0.2998410025657995,0.40049670914364244,0.7381249975366905,0.7624156863105136,0.6780992553796034,0.3900317258416902,0.21234928832343367,0.8284223555735271,0.0000013774385114162644,0.5087077953995321,0.26408137484763494],[0.35444809335466393,0.5240151580288653,0.5275368894682452,0.7907151743527321,0.46363329770940637,0.7546435625285169,0.02822304041954464,0.7587592264319074,0.18741751855894884,0.6027370455081713,0.31531386352342766,0.0626107320640686,0.0008373613180222606,0.7576936233380647,0.5371433385886171,0.5920362197236172,0.6496042545181718,0.6056880295716711,0.03160571906972444,0.058642206603147354,0.14271257802472878,0.2493366698740791,0.8750345512797373,0.5343031716273909,0.16242332347004196,0.001664244731748397,0.7851128627567866,0.7583518217185745,0.00206575237492833,0.6415857885535694,0.46132790755723674,0.9555823472337607,0.8558244106367494,0.00020186054799360673,0.2954208149197178,0.0017382021539506483,0.17765007214564946,0.4998056174565818,0.0020234152462117994,0.6675171239713634,0.9068124670327259,0.341379520162092,0.864046224841072,0.15940388868745828,0.26647305044258085,0.010655726318552597,0.006885384149924313,0.672151888490252,0.011178181934146547,0.6460089157664926],[0.4491176836011425,0.474757888751257,0.4897020556539615,0.9029267478817871,0.5366835333547977,0.6219745576803895,0.026627656602421966,0.799686885641864,0.31649742851455004,0.3047401894031918,0.2466559631526437,0.4313827432902554,0.004411421252083913,0.7358765386856867,0.642032243457818,0.44734877611598206,0.5246842508447932,0.696236797296284,0.11658114344046033,0.11453806447686775,0.1106032906270017,0.0782275298006564,0.798825737729149,0.9162339197458814,0.2678561250725951,0.008093759706137623,0.8258137939397316,0.6591452252799381,0.00029628974849930657,0.09496427037414916,0.39526691361456484,0.8459244860106175,0.8707146487192827,0.000014383765329716264,0.2162556376602853,0.000731306325300021,0.1544509309562591,0.6885349171441828,0.0022208548051542605,0.7681760041227562,0.4377891874053155,0.7134310862755853,0.8751984167793283,0.054576197289495774,0.4944371739645896,0.05124922931859646,0.0027162293544495714,0.8463099316615976,0.009893111549513089,0.7903272772301955],[0.23046162878995202,0.6029719457641536,0.7784392903679653,0.6942672427555427,0.3200134513033122,0.8422436438313232,0.155938016543712,0.5027761504819901,0.7387195726088732,0.5962770660994212,0.0004024401419200096,0.2886175653235327,0.00006788933791238221,0.8788884088074849,0.9626298573778634,0.7618633823743002,0.4918706335906993,0.8170400275993387,0.09444310182984922,0.7258618022531875,0.4389145948620033,0.6393775777141543,0.5490750438179502,0.1376309783545892,0.9657069516957785,0.0006417338999653782,0.753551260521177,0.7379351846979892,0.030808200835463265,0.057510873938528835,0.9549982832256395,0.7293677378579125,0.6546450314239254,0.00024553898396859476,0.890189694445741,0.024012487202517484,0.004239960072734013,0.10914237522866753,0.02218711357537389,0.34721428431463497,0.20637188462234593,0.6423342940369506,0.5787866062079281,0.923435823779245,0.10618314638162442,0.0008719680886630283,0.02393554930913106,0.22072285067884276,0.023242054538278968,0.5673413335642212],[0.8211388223427649,0.5263056930410348,0.6193666002048241,0.4060321431191227,0.1371715766285622,0.8297182858656615,0.21293507044965823,0.41740866407172783,0.3860505345187282,0.6993679616098266,0.024079320655096045,0.6744260832098804,0.0014241752243082863,0.6504022923496605,0.5684016772842206,0.301376132023497,0.6216976226138881,0.19448857881974568,0.0005222052200501966,0.2537975004265076,0.5465837036602654,0.41738530808910695,0.5153320674581767,0.713221505360933,0.5636448548518481,0.0019262501018535371,0.8002259881013514,0.6573860778797638,0.00006199401319179568,0.27898747176858535,0.618319932732895,0.9191344709243333,0.12373352047218264,0.00043088695704522335,0.4576579954568123,0.0015866737366075833,0.9134411769700487,0.064200478601326,0.0020553692799142147,0.4329109727307207,0.24145737949176252,0.6933207391832653,0.7296019576496123,0.2347085665873539,0.9141154892852323,0.0002111361902428214,0.45632027500401695,0.610995538852986,0.01107151202297361,0.8221777348435507],[0.7257820328649355,0.7098961596834041,0.7484709681843051,0.38741361942062424,0.7689363767680768,0.0001639705817475512,0.027429972046548387,0.8349518490731935,0.7178503613482002,0.8402348470266785,0.01845224948370953,0.2072345324853738,0.9331106629860623,0.14153088310030904,0.6555335438992139,0.796737692908187,0.928345167128432,0.032910907026261885,0.6645186079762102,0.23503156738510178,0.003910132716401853,0.10515991912835736,0.8706943669006612,0.1925483349324375,0.5845240214033111,0.7555046024161584,0.08855914198441085,0.7875037435681356,0.38492749308906915,0.7950058811634668,0.48032500361044556,0.6263858603852552,0.8700852362594992,0.016393888000834012,0.7252328747667283,0.00013102087970795495,0.004652300192530948,0.8585397680032185,0.0001239445139060375,0.16326950145383956,0.6792323008820823,0.6011171053420957,0.0075379653617584095,0.6835275093367283,0.7131943060022395,0.6883881473099046,0.5351257950463795,0.000006547103301503846,0.09560699207585618,0.6837898351866374],[0.6000979217610031,0.8942879676051497,0.4858098995762724,0.1653098335071342,0.14595542328843633,0.00020814484157748444,0.0988377688931615,0.7397184248576828,0.8603753602940741,0.8500067123650342,0.01813843673391836,0.13139598564522723,0.7653492421952867,0.07768648890473852,0.7079811236264616,0.9318681896255107,0.8478894967287255,0.059022843596318986,0.6072940316793093,0.3553308432956026,0.0008570945138105582,0.19489222047748175,0.512741201166654,0.3213871745713841,0.5650814642123124,0.7918809782298316,0.3106021083647859,0.9078848298269977,0.13562531050794943,0.7881494895284453,0.5791661339071074,0.8274230091412521,0.6631381375456165,0.02045838857022583,0.8422574530581337,0.000026778227708144055,0.0009274712853463695,0.5666509209172934,0.0004333456303686766,0.7252265350728436,0.3053354669980544,0.5197707014982768,0.0012908329317206195,0.4089355599681701,0.7089590851626447,0.47124985853482404,0.18777577637633475,0.000004214258836884664,0.44219981681409726,0.5508702881634034],[0.693768042232939,0.623667251695709,0.6814563787623604,0.23718621662551795,0.14961000028054403,0.0018931650624067788,0.21627283692271576,0.8545477310737453,0.7734590367148657,0.7555518546913841,0.01414362157934498,0.28102179098919655,0.7260768118055937,0.22244022343881745,0.8482942146315867,0.8424402983001955,0.504797081378351,0.028848648615603014,0.6728111603627189,0.7473484568599644,0.012603452170704254,0.32556175627948325,0.4165730024452287,0.7733937841383315,0.4010699666518534,0.845042726903056,0.14019822126583875,0.9099059665961696,0.21990745100258266,0.6499145899958106,0.6252599921808558,0.9375569187564846,0.8475733896645509,0.0011693632655135355,0.6681179235298387,0.00011316537127745361,0.006267878735746061,0.7718056530306248,0.0006986048734894759,0.2436144817507155,0.6376332416054453,0.8613768274807528,0.0004530480631376844,0.6393325793129949,0.3172695309312886,0.5309913481744074,0.16629013976781953,0.0000066348883478498925,0.7083347073561415,0.6026181951391262],[0.029741198733292725,0.034057327898600026,0.8168174884855881,0.6194650015588825,0.5401888637845076,0.7836955590508506,0.4701349433867555,0.40567928880837506,0.5542599740255978,0.7098144904418306,0.3972089307383974,0.14144037893570838,0.17480191819793475,0.02910978597422535,0.41144591410312936,0.5544973753807336,0.048689145098107935,0.2299686404998321,0.7425099739620783,0.07569618071238916,0.5285814300941979,0.39101853082575094,0.46492186343042724,0.8095611111045143,0.6973205755840329,0.5386709366659801,0.5802276227853602,0.7902430771382406,0.5004564313908793,0.10979491350380167,0.47335738961540635,0.26446828945966355,0.6445485759212376,0.5197629764806815,0.6807106747085321,0.7658478662929816,0.1779592355279412,0.6602548171540512,0.08249671589386,0.028213202989178697,0.4786609385043034,0.13589225666924643,0.01572959139038955,0.1811267209436762,0.626499277879827,0.5778805785587087,0.015571673757545843,0.1167219724188292,0.7043786285654305,0.5395282298022444],[0.025256882336077733,0.02608628382762049,0.4163238461315054,0.8338831339610666,0.6055528604020254,0.5834190736854554,0.28858532526063113,0.898024595379865,0.47845551603289715,0.22341338335727007,0.17140346171786028,0.12117199197474095,0.4909719948141077,0.035838426399658806,0.37494406005855796,0.8741047894443352,0.13686069438740878,0.053157458603255985,0.546177328733384,0.0015870988254204387,0.5695833286555937,0.9175803495830258,0.0810465661854687,0.7333614533979039,0.62386304427392,0.540522632408507,0.7167046638272065,0.6221431940140335,0.7134771883394861,0.41090988791218047,0.45444825921992293,0.017027346672569752,0.4343649272331995,0.5673247554725739,0.7156052836530142,0.4130142651614149,0.9410373674290142,0.7977466082222793,0.0005150223006552562,0.0025556774932384294,0.2968320720811927,0.012378032470456952,0.021063501105783786,0.37629268501688556,0.6547248694470297,0.6074325612705734,0.6103935731248626,0.002231173435574012,0.11064904710947933,0.9050855951010965],[0.6588378151401609,0.7508782183300875,0.03726347465123949,0.8310142063644641,0.7415485790358244,0.381722856179672,0.905936617321865,0.757418899574349,0.4691341282471798,0.02949413758793458,0.7675651430478565,0.3091031726150472,0.3523192863190364,0.7242333626234286,0.008164546198287652,0.6707807640046334,0.000030941224645848894,0.3914395555711028,0.7017011593160127,0.8740632301162131,0.7458246185452532,0.790920077836718,0.6630676823394153,0.002721488380626395,0.49760910808421005,0.00019225678075790892,0.26556106759645337,0.6992520254509113,0.44998817398876373,0.7062591526458246,0.6290206856217092,0.001869424630452793,0.6221885632781158,0.8905041116362648,0.000057257332378166545,0.8529185981049744,0.5508524346393472,0.3461012538071348,0.00007481682771015161,0.008343909394085868,0.764607924507653,0.38202111547339007,0.0000857189646740441,0.601786120935062,0.4344865725858092,0.49109852243869007,0.000007731802731204519,0.6725739307062727,0.2882299508883915,0.6750972250349864],[0.21738649051323136,0.05312174622179325,0.6224614265726116,0.541952092793095,0.5798159756505268,0.46093173799794573,0.4113904867331024,0.05385685218145106,0.21147640371922202,0.022233986090916282,0.28989731625177717,0.7231753589133356,0.5047987364919482,0.1243001086666864,0.6091532976638667,0.010712178992015648,0.6189847884886479,0.577341665346875,0.3722602014207376,0.4411971474828532,0.1186187616754152,0.7213935381619786,0.3341833613864938,0.01848138805001497,0.010808682957146406,0.725667858612032,0.8485083550970239,0.0032017839073415007,0.5789669016897853,0.03977586153076846,0.022878880923663556,0.4546316042658311,0.332095785589049,0.2920188835839,0.676942612953786,0.5264693179180363,0.4350169867396658,0.45711880134202476,0.03276150186223298,0.645045926381301,0.7404304340261105,0.42324924405496755,0.5051383188069194,0.4332316245443572,0.32663678055916384,0.8283295647305169,0.2513234682720443,0.8729862125787181,0.6193799370242057,0.3714008097059254],[0.08017009674240094,0.19063634728520265,0.5285751165270703,0.664864407285658,0.09718671227437936,0.6013434371604731,0.8971892043054074,0.0035755606407539917,0.3227559920940618,0.005224238908657083,0.2755224506804907,0.7126084520646652,0.2305404411655856,0.09857710541757121,0.7285732388419713,0.534181220212657,0.706816214780606,0.8165855887288346,0.13024052093080912,0.4021699505490445,0.8894035189444198,0.09239647419134492,0.7675554216340378,0.0016023951870914657,0.002166011210480045,0.6450567390335897,0.807668400306502,0.0028902733208118316,0.5000502143054318,0.012295295441911236,0.013538661620302612,0.7051270099956645,0.46460074617574776,0.26915628367212685,0.8638320908382299,0.26534231864788316,0.7334447791003464,0.48822936050430754,0.7326169591779027,0.019007119589944707,0.6204510394235437,0.5678625616843271,0.6070762332496034,0.5330929487416309,0.8346409945568661,0.08056568329474738,0.4735362121270139,0.5136232041229088,0.7639029796011926,0.06787678286553815],[0.008918403443747648,0.6387615640796528,0.4448312990847632,0.020532336298331812,0.00000853431858823295,0.019456145532990545,0.6987271591133704,0.5431154656073749,0.00009754822433409753,0.05876770718641632,0.003721131742136932,0.30364738913875167,0.6942045548300775,0.7442829127272085,0.9428610090245579,0.41431188205898456,0.7501187574495536,0.36692710571298953,0.09859796632569973,0.6434689213193093,0.6803793601644649,0.9601751507469192,0.7261662743829204,0.20926603789293668,0.0002991686163591579,0.8311079626345291,0.6439561310172232,0.7823395729246385,0.38597326655222175,0.5042262878325628,0.52664410688267,0.8699570967671127,0.4940535743270366,0.38301108092335645,0.7092734806150454,0.14106613240141735,0.0005251327660406677,0.0005007082308588302,0.16921701838257217,0.7682910137640359,0.013462329613244907,0.01215750110011699,0.9605445139822271,0.005454696541720432,0.8039294262083271,0.824416137704487,0.5494677603174373,0.15071662279886702,0.0003645123186679687,0.0032696668640130417],[0.008613992889043336,0.2500218885339869,0.6436030125584549,0.04353618938008486,0.0002486870348829971,0.20452023114670337,0.6656204426722935,0.5479731342183087,0.00028246776661113444,0.04999332356219125,0.0372872216136775,0.36413635526255156,0.9520553806128056,0.7481904874871508,0.8908680991183229,0.6927747869796094,0.866804345791227,0.49531781333640895,0.07310544180768354,0.260829968850682,0.8474610799028508,0.8946718311184969,0.4763996488925033,0.3971681725395196,0.0065591338584146345,0.5069328095359711,0.8654882789888931,0.968600426666377,0.7241769366078004,0.3298253893765283,0.2200804894888852,0.9520628392182657,0.7698168660316944,0.7857393867934056,0.6423520229251852,0.10172763595395624,0.0007845999188360053,0.00507751346888278,0.7154159527483472,0.584538366224352,0.039947799150619724,0.013528837292796995,0.9438803507399888,0.0007297415247117068,0.6388073192829294,0.9179266380337726,0.8775443031858756,0.07991749541643786,0.0005477899006326553,0.04789150993083283],[0.7324377926990192,0.5572510284203898,0.023668430901215752,0.618365918236122,0.6944889002370038,0.0010155830099732813,0.968899167059796,0.5750273711686936,0.34125132676505554,0.5683295986630822,0.268445443652537,0.7343509043051101,0.7972589636262061,0.02705611048127876,0.006419354792439744,0.5227433092749784,0.7874668161388829,0.03622356823887329,0.3307491688493126,0.6259784743847555,0.6990899989378208,0.04655268570941954,0.00553393467918582,0.9063075559158285,0.416085932914318,0.9742669379547384,0.8010400040891906,0.3546391723631051,0.3011598930849263,0.15210710391745183,0.19751365209115848,0.7002694364441056,0.6395664635059424,0.4153276959610802,0.02041404936531519,0.5651477469279454,0.6838126207127768,0.9724392804969251,0.39424606160368014,0.004790130377268504,0.6940218314706753,0.15633887996451762,0.012128512936119997,0.00006942025539259138,0.00038859373250880644,0.12601175783210758,0.6024462078187403,0.5393216736549732,0.76576097725314,0.2038805646970933],[0.0529317880837993,0.673958970933349,0.229965275514903,0.7747398063998052,0.38159278510654,0.11944704126741629,0.8286512724946996,0.5010562535417091,0.22666491159873872,0.2222542917699782,0.5874512097192176,0.6017215067734628,0.016504735354666105,0.024435683616380256,0.0010181428332540735,0.08350700336992663,0.9518281299970037,0.32888604607855276,0.8366062281455156,0.6468766648423937,0.39394503460818936,0.015754204871052942,0.02204666130335951,0.9143159848070808,0.22368465147633548,0.9312661943345134,0.34340406832072723,0.6347532079270644,0.1621881251302174,0.3740478433407519,0.08919226504698738,0.7740785582529188,0.9759882454896732,0.5767419659102743,0.24460445458147018,0.7493403997103113,0.30415860954497326,0.4063714554867887,0.24090659778910808,0.27454630987471584,0.5097611505429445,0.8427869663001061,0.37729271322994257,0.08604871918339085,0.014919367630312779,0.12432178334384907,0.6429038519250561,0.28449092246420105,0.5492987873666971,0.44899544687691406],[0.3706502589290212,0.5548147274944201,0.030822505323196744,0.5792758185501081,0.6924222220080715,0.12704818537094495,0.7438775123199219,0.4281305280217947,0.050931482528569126,0.5579728695664348,0.902466324557201,0.6010657998939131,0.46797087603640536,0.00047699754562068383,0.20088891093948935,0.00255320049665193,0.6302405938662028,0.42411724863027933,0.5637882192377246,0.7081636053753637,0.34095334127764254,0.0003177830924707158,0.00008922061785709286,0.7383070703375573,0.43321348733091347,0.5796080587287007,0.04074091117304554,0.37067113138031965,0.5261256643689238,0.5658317305303838,0.13289416530404338,0.0013021489580338232,0.535136153272315,0.5795629866374671,0.12396608772322523,0.5663780261514191,0.28935894218014757,0.061682286587175526,0.3427582996586441,0.03599888929666175,0.6330536290893994,0.6881044967950359,0.5826810525355217,0.7735213153209043,0.042865245978296544,0.45429583535045975,0.6160470370940045,0.5835307946092673,0.5137389419586746,0.8891840736373263],[0.8974543701124933,0.46951552173238387,0.15065430060680607,0.5717161216350004,0.8128289034136181,0.00602545435315154,0.8421047961074485,0.562177174307253,0.6843584663430284,0.6996565646763109,0.6565175400386847,0.8216094032653106,0.0016683977025280274,0.007269120098835089,0.0013120990233160873,0.09468876197333678,0.8025328535773965,0.23453357387979143,0.2849227421051267,0.7382635369219461,0.43436819316486674,0.150092351457584,0.06946671768897303,0.7943764395017834,0.1648820814171325,0.5259728790295305,0.9065618373765719,0.3835494718827023,0.7116621512065101,0.7075016277536273,0.011751804145936899,0.6143110219382337,0.660116304231858,0.5319475615758467,0.005557442641821885,0.6974061793986357,0.34744984907399806,0.6179713189107731,0.9798079117721835,0.001916722271568672,0.7794526064370457,0.8128086680807297,0.07665949539513822,0.0009113644394196449,0.0004694842535174615,0.38342280983162996,0.2542556172237079,0.933490356109506,0.6863578162404952,0.16586162118302136],[0.42498850390856474,0.04615082676032439,0.5317115108213533,0.7167108231548093,0.03844329529867976,0.026302730897632028,0.031978632177760924,0.7521515534033107,0.01754987043252479,0.6579597996783834,0.1793508579309381,0.051950185246420096,0.04317818287431013,0.16204612494894405,0.44420485013228833,0.5584866983140133,0.6429025725618566,0.03688972266205676,0.09496739831608808,0.03613234565579903,0.47425541446733843,0.6223922147829063,0.2062541284779432,0.700575059394712,0.6642800509378669,0.73691547508062,0.5009506143349688,0.804177483612371,0.6265752543878135,0.41229882558565273,0.38083818480399,0.6397324350805655,0.00826485097304946,0.0000879454517577762,0.6388991509825206,0.7507726619925928,0.2109277728975742,0.689851851860486,0.5886365749957312,0.24764021386626733,0.29663696202467527,0.23773411844874892,0.24128036616179055,0.12632860592802875,0.0011180526632050146,0.48269153379866814,0.1998560883569575,0.014121623071053867,0.0005977822629354506,0.5523574808991679],[0.5165699212010143,0.0021750242791856193,0.2183655828521782,0.734948655080856,0.5747164685411106,0.6474141570401268,0.03448539403590096,0.1746386377371957,0.01364875623373043,0.8141086093991738,0.5288007389216551,0.059920409155949324,0.03586540741830049,0.3580900608945028,0.15269794421433114,0.6029290031809671,0.8519998486432222,0.8649084248729233,0.08320447403351237,0.0076934832836818585,0.49820947115052683,0.5709837353807338,0.0004767984207869373,0.30556474409112344,0.02138920845041936,0.32617640601208914,0.5146311408273967,0.7327809529572524,0.5100917937989599,0.4222797143963847,0.18057359605233575,0.4859989490540382,0.06949610455681218,0.00015020616769342794,0.851453109697369,0.40817228917286463,0.012889101750775483,0.5088679509908568,0.7357889095015199,0.6898684268955075,0.04138114368072945,0.26679675953266446,0.4556303199937434,0.03168941063982335,0.029911192296893405,0.628917301818659,0.0037562598419866038,0.0010319242305431128,0.03008370526250122,0.5506337476802907],[0.3223492793833755,0.5342021411880153,0.4098972090727305,0.004072765484571999,0.4780908148757461,0.5125404492509618,0.0000264129323939722,0.0018656273718646776,0.31758921202664464,0.23387785467899308,0.6353077010002942,0.3676922081744536,0.000023891848825172496,0.8265491537753927,0.5584369435913787,0.12145328222731391,0.5446208350477132,0.7025092963352988,0.19378406456898364,0.018928397796368443,0.0008178601263201039,0.580519914134293,0.9666849049441036,0.5439466072349878,0.39748335226975645,0.7135044381186564,0.6837381706631255,0.0000051048435374348156,0.87535294384166,0.3815288498156612,0.4097459207993894,0.12298103715824094,0.6172773942085842,0.877348592496728,0.22079847173737,0.012344624937474761,0.00022049105163784714,0.11592746389577012,0.33886749263655835,0.7827253902535258,0.02969753416943377,0.48526808563803253,0.03248076449346843,0.353019252081136,0.355591691787854,0.5767080270135366,0.5610053797144025,0.7930058015883943,0.7210055315795618,0.8251701545156166],[0.4687636021189908,0.8503720075255568,0.011110834850014609,0.054461530838164386,0.17823798850360323,0.7602731465830338,0.0000866579975530857,0.0049225689829591945,0.33176258074403775,0.6226587284836861,0.7100912605247552,0.5869361037074068,0.0010630412662223426,0.675499097278964,0.7864512474691232,0.1745564588841134,0.3552262895649595,0.6196930700623328,0.1774932132936571,0.021464210702225508,0.003229532236320344,0.5190016114212281,0.824940070203731,0.6758345564326463,0.32986310503491445,0.522611752974198,0.6373830939990952,0.0004031786654463982,0.4864683769651265,0.8206118809155255,0.5494275840067847,0.5546481324847893,0.6038965162554626,0.7220102231986608,0.31415201322004366,0.006447037692222054,0.00694118305161353,0.7941300270650709,0.7140166122540703,0.5142046778045708,0.11189271869995132,0.22269093529711467,0.009673693123422982,0.5208855775821417,0.513477411016347,0.27342284724934507,0.3254019366438903,0.5052209335412107,0.24504001347714288,0.8328996642250808],[0.5940528761209587,0.08488689193489127,0.07349410163852171,0.0598490265832432,0.773774911931432,0.0009719851807443255,0.09426524623901875,0.27149535233361843,0.6498856607685388,0.5448912691470409,0.6936695637445112,0.27024978440587605,0.498631079041189,0.6770837101583044,0.3321921738514419,0.2994231263227746,0.05701640762260875,0.5630795967446816,0.006239214128234434,0.00043943822367248435,0.2372480880569586,0.0004734103583212147,0.4444552617879318,0.056558107512163495,0.6029565658859908,0.6019014868426565,0.5458190336174368,0.6727281303608958,0.473325625479981,0.9202136352805067,0.7311614840034739,0.667231431303376,0.0007678705766763513,0.2713675807337929,0.6315384129765514,0.6458448513319711,0.2490294990070599,0.812487843747707,0.7009169178580453,0.7327908757834091,0.3419137015765446,0.00024284826685866485,0.6456447931442238,0.8761895872756111,0.0003492030543952448,0.5511884398893647,0.5515851459495914,0.6460439017884485,0.33218137622566163,0.20885980691686665],[0.6848848867198964,0.5308919156505412,0.019223621820072805,0.4802079890623005,0.00009531225656861951,0.05973698878298549,0.3026545532906999,0.6307828209309646,0.14536504868624858,0.3382349519059969,0.2959005205304862,0.5233806695159693,0.534059507095194,0.4925799727061624,0.5307930569401643,0.356024319128107,0.5484107323603937,0.43021022506112394,0.04656926878916592,0.49536155687667965,0.6387191091674967,0.5193170485665403,0.5041899939857485,0.6857581750795122,0.0016630618151020535,0.5863903150583345,0.09593922595633866,0.12539623919212808,0.003312364825447138,0.4015720815669867,0.07920477215840191,0.5548336193670887,0.7878917643835344,0.02411382088315795,0.8689955666969658,0.7463723658442635,0.6177063627174264,0.017703398006373623,0.4897457933790179,0.035370570674370216,0.3698185495876229,0.05056597193106608,0.7536002905119851,0.7836649341585157,0.6668848302487937,0.6842859719566184,0.019984896469912757,0.014342267245550511,0.42305456621381826,0.36897052872827124],[0.7806332224654219,0.6985294517766766,0.2441775554214823,0.42891856439679077,0.0003957577316952578,0.12948961326773561,0.5273985213522293,0.6034245742121145,0.4785137183493098,0.41477511352692825,0.6914747283496413,0.10155344891583537,0.7358760066170786,0.7270820694115334,0.7603241277124148,0.3941409005415937,0.34442030958078274,0.6436237954645118,0.3270414994928601,0.40862818029752207,0.3850847682172804,0.8011324595092435,0.5164901426077507,0.7177198939464959,0.020458856970077162,0.7837836441690629,0.280403506063425,0.001344140757736469,0.02237872060645409,0.0680392954816539,0.0018908617253102992,0.44167099195598997,0.1869863031070051,0.1352558334094246,0.73102077103315,0.5050214949298358,0.6251773297093637,0.06511905264671392,0.47274818095493654,0.01891094178025803,0.6087256548826364,0.3420187885321033,0.6142950316086133,0.6154539457630867,0.8109394158947033,0.5718283583534429,0.05324241777167698,0.09452094839308021,0.701978081704449,0.8182607642158758]],[[0.0000470002769262645,0.000014459615319454379,0.00002752790700629375,0.00001498296770391592,0.00001533505830965653,0.000016025666583696684,0.00002532688523153264,0.00003581311955241286,0.0000036268121232643274,0.000010462922152762683,0.00005010502703751785,0.9992862118245215,0.0000730772993813195,0.0000729657482867688,0.000011131733888821825,0.0002900597166143965,0.0000062815515240413674,0.000032826125467893596,0.0002324898347432388,0.00007584529802357155,0.000022206681164549526,0.00009639994331742871,0.00003521183897032977,0.000014124206221199856,0.000056419902931888895,0.000012846408694826187,0.00003279673525625099,0.000004170479290327871,0.00003741415231009865,0.00014135852970662986,0.00016712583616895296,0.000009838595370769264],[0.00020408945362282636,0.00024995397004397404,0.000011372638270797556,0.000012755072468398894,0.00008756678660478078,0.0003950564331306282,0.00004541636642204176,0.0003861658105493166,0.00013229994522038436,0.00004248498348095984,0.0000165589938610887,0.9949220563511052,0.00046032301483554187,0.0001586102847193236,0.000014456869205663168,0.8449035080243643,0.0005678260342520205,0.00016351797505325508,0.00014299253722027167,0.00006504751490492914,0.000007883731451355687,0.00044173112127464213,0.00038136050597146337,0.0003474799669853945,0.00002023268694139693,0.00010480950276086937,0.000033298351542372244,0.000038748768543812286,0.0001264605162373497,0.00025069705240066825,0.00001923452537979814,0.00007039471596166756],[0.000012173374983410293,0.00003010423440631519,0.000026222253682026412,0.000007600802834999506,0.00020239431706032556,0.000011927494593438451,0.00005782170688204254,0.00022169716878347954,0.00005400605249275297,0.00008748869553167684,0.00017383680628137724,0.9982654196441451,0.00007418502237015047,0.000023332995906696787,0.00002279240662516494,0.8632852777506482,0.000009578023003765082,0.000163709042968701,0.000010408850908514157,0.00003727069403602689,0.000012510562495255348,0.0006123500131106357,0.00021299572504466068,0.0000075476175713574384,0.000008321213344327153,0.00018502246949746553,0.00009727334532935088,0.000017960314712313712,0.000014202188456404269,0.0002322722407825864,0.00026157700879246175,0.00019909298432247287],[0.000059494154817025495,0.00016074044756146799,0.0000022995857947603945,0.000002200012450790861,0.00030343365159415725,0.00004089743762757097,0.00000805434669330855,0.00001860374185722882,0.000006573652280316537,0.0003048506957602075,0.000014603295089998908,0.999777737110849,0.000011660296032257271,0.000004812581742298617,0.000012078408653265226,0.854192894899641,0.0002065816849367179,0.000011638480378676283,0.00016188242763803416,0.00014603680722765676,0.0000062800766255619314,0.00023112732620376883,0.0002624246466087708,0.0000726054158182457,0.000009259084873947687,0.000005007333438128843,0.000011060735723162009,0.00003689520557227857,0.0000593335504241088,0.00017475665176521778,0.0004747449599317578,0.0000020344334489300224],[0.0006756386751665531,0.00022327625065207842,0.00013893819909964605,0.000030217155454947948,0.0001951319373334344,0.000113219389462693,0.0001972765120791618,0.000005529619937894503,0.00030163034180746997,0.000032285858592806254,0.00012114817901947855,0.9982295093010217,0.00002626800359830031,0.000047227176638341913,0.00003155421256271284,0.0002675641647166997,0.000006682938632499125,0.00005886520539884,0.8549382956581856,0.00004279064313733949,0.000006502816262814523,0.000022117741293161815,0.0003819880936488656,0.00018947737461618021,0.00033055644788365353,0.0001552646952571518,0.000003903416903276135,0.00006362334040106681,0.00008472945417420493,0.0004511329718462371,0.00006652708518539138,0.000006411408180647621],[0.0004918000156039308,0.00007637570939393682,0.00034346723497044406,0.00007828659510341583,0.000029213467972470928,0.0006924379250491536,0.000008244648189958536,0.00003180755021104784,0.0008688191386216924,0.000048257202533573275,0.00008499398886940992,0.9994727110172361,0.0000386886091440836,0.000013360171651002039,0.00020295111746394993,0.0000242170545151022,0.00003159652266106802,0.00039140933595086094,0.8533450343695437,0.00009469246373207418,0.00010333137140896933,0.0004046225277328264,0.00037202203227400905,0.00006179570609815057,0.0000271248140261025,0.00002963571435736333,0.000165811627941672,0.0000853939338832686,0.00029050189848635625,0.000028314305472447847,0.00007235747190762235,0.000009021391017509989],[0.00013532795208283857,0.00015457652398283853,0.0003950212101129865,0.000009776088943154578,0.00003880888982789074,0.00093092980285298,0.00007802669163839685,0.00000925253331769508,0.00010544725766158128,0.00010875527333500238,0.00003157904417916434,0.9969020147535835,0.00001342717150484398,0.000051276412399890016,0.000018712311613855413,0.000032999629421337465,0.00004398044498700971,0.00009752075155773537,0.8627901837434576,0.00008161938296657198,0.000013194721568667983,0.0003016834576564725,0.00020030916497070338,0.00008621417066558167,0.00013516319368230974,0.000013082917014332722,0.00003183335432920383,0.00007353230974923498,0.000009647791488333313,0.0002123800572336753,0.00030316930444759696,0.000049512619687668045],[0.00012937786232483783,0.00001610320782125258,0.000011731396617058677,0.000006716554946628296,0.00004065748224801113,0.00044326027668858606,0.000012842777739396624,0.0000022934017350690103,0.00045675679183293115,0.000010381851654640507,0.000025420744406285885,0.9993356789163361,0.000024862661398524345,0.000026230722616867285,0.000021279172782783877,0.000021461741546403912,0.000015624542931997048,0.00007690375903018055,0.8595842305725887,0.0002897793498027138,0.000001175420639066799,0.00007260708992792546,0.0003070870839589885,0.000021670657444906127,6.870439159710138e-7,0.000020771032179748763,0.0007748282046454759,0.00003269911856973762,0.0000016049164714346418,0.0000496496141525959,0.0000040703357515597384,0.000018976630006620517],[0.00006397999907285299,0.00003200457432987618,0.000041793967197573264,0.0015439344444699138,0.000007022518125355023,0.00000542006316452822,0.0004243331373949234,0.0006694446109451626,0.00010550557682285452,0.00003040621399185593,0.0006884911532929705,0.9933057798952646,0.8355087486318209,0.00013731977475932826,0.000012691218394414674,0.00064244265764289,0.00010449433437658369,0.0006750398633680829,0.00008889804232616623,0.00022787405525346582,0.00011780993427552077,0.000002205123549375884,0.00003280846091833556,0.0007579683885810722,0.0000884650371901382,0.00002111817158436927,0.0010037442007484747,0.00010090486690471699,0.00015885558979837101,0.00006819311931189756,0.00008359599420605383,0.00007234904912468115],[0.0002050724109690385,0.00003314114302643098,0.000183095976170682,0.00007474014255306781,0.000116305380325263,0.0000024908269839205153,0.00019364184573873668,0.001278370229966032,0.0001299664272903579,0.00025798118089754175,0.00012109630197817078,0.9891337935153114,0.8410606925361844,0.00002693033694786455,0.000016128066417668395,0.00006196128913900931,0.000244582511191087,0.0002529584004582127,0.000016899468115496458,0.000046397466587059086,0.00008703052117597315,0.000003048483846921682,0.000006268212008230219,0.00008807186163586044,0.000432112254833906,0.000013704373821502812,0.000030382186893557194,0.00037609324973942335,0.0013728996189922575,0.00008906652674188648,0.000013768203085488302,0.000012713071398556834],[0.000028764911367522815,0.00023994010783746583,0.000006330064216892114,0.0004760652851981037,0.000009833624539954026,0.00002267244899040237,0.00005557721398334579,0.00016462383929072896,0.0000254138111202598,0.00020055301261875255,0.00002519955841853846,0.9997359686522945,0.0000016236658076093735,0.000009833693851248896,0.00004898645361262241,0.00004323848810643073,0.00009889506070046445,0.0000411205374728624,0.0005734256003493076,0.00029876916162557344,0.0000024656320224451053,0.0005832178453113998,0.0002344799008959883,3.580826775475657e-7,0.00012357890295089846,0.00010319787022064593,0.00002821247120463594,0.000013285669404632801,0.00006804220746981246,0.00021873089905529415,0.8596807244846155,0.000060723062181283446],[0.00010877397834303907,0.000049199733664792575,0.000032025564743044415,0.00006554496893668491,0.00003428138600000678,0.000014136608472879187,0.000009522631912094458,0.001077680261061581,0.000045778370131622056,0.00018874141668085478,0.00023300374225789666,0.9994844409335741,0.000013007861560438287,0.00006595203249933465,0.00005068545593486172,0.0002157229927634211,0.0001737206462847372,0.00007512938442892919,0.00010364547278838695,0.0001547859733026254,0.00006528110554964906,0.00018300987976562193,0.00007054775204877299,0.00000142197070726798,0.00017885601457129631,0.00012671034848166525,0.0001717795256689801,0.000017209708259207184,0.00017260152345230595,0.0009721217463257611,0.8565597409212239,0.00002535944539297978],[0.0012556085639356057,0.0001559126080508469,0.000013170934713672325,0.00020699062276114953,0.000516339586605618,0.000001537317378054867,0.000014661663305556627,0.0011328916116620155,0.0003119508335127425,0.00010614759784940868,0.00004543887147258321,0.9915184154860197,0.00014644286237913793,0.00031439944753786184,0.00006709484322261514,0.0001697555565996198,0.00020516065433049505,0.00024506504547985793,0.0002367630057355353,0.000057542180751188586,0.00004678162369432822,0.0009915748773178283,0.0000420442441179492,0.000003041505455114322,0.00043543378065866617,0.0007598826441149245,0.000017887969887268138,0.00010272383111046337,0.00036402474705993226,0.0006154537088767086,0.8331711513699436,0.0000054822328536274586],[0.00008048469723255695,0.0000858707692251986,0.00008278220101428435,0.0001854399706126412,0.0000011522079958595329,0.00004379440964254907,0.00006076540488383663,0.8426323524691134,0.0000033444134030545592,0.00024667929030023554,0.000028628877751417883,0.9996263645384698,0.00021191996162068412,0.000011110943659187264,0.000012317363055691387,0.00005554057684817869,0.00003386549953831326,0.00000437237960339937,0.0000011792410904289685,0.0000017941094892292701,0.00016651901801590334,0.00022081030497376447,0.000029130563482378952,0.0000035833420146752655,0.00004779865823194704,0.000022287933755046742,0.000014855035100534064,0.000003632950516073833,0.0002757828120732258,0.000020103004346144105,0.0011033700945932874,0.000024953988549650866],[0.00004460431268961634,0.00003182445894060708,0.00018116750679323385,0.00013459961761920307,8.47080429340932e-7,0.00005500351884349102,0.000033804378448460046,0.8332110935233902,0.00003437576254691095,0.00010562880878816613,0.000023160821318410663,0.9984231065858068,0.0011682801206320894,0.00010234646565839512,4.864566635111836e-7,0.001097606663665619,0.00005033580380107866,0.00010051946414545684,0.00000698517791503592,0.000005402363412723317,0.00009739873865453648,0.00009915967738471542,0.000008056324367027386,0.000004652056914902912,0.000004554796109784105,0.000011695953555148051,0.00016746031976312283,0.00003550666105530535,0.00007591022319205925,0.00002860074790705571,0.0009022595353313162,0.0000051326186270552],[0.00006273232126840218,0.000011811450063327661,0.0000012391300979449914,0.00003752500425510204,0.00015863292815963506,5.091608738328388e-7,9.304308394144658e-7,0.0000013078318222985544,0.0000012770378688112714,0.0000010979583506335015,0.0000014572461249080484,0.9999772868438174,0.000012845772257842375,0.000055644947513131694,0.0000018763379453095065,0.0000015731671052650123,0.000022707970535155712,0.000024739596016497043,0.000014185093309742053,0.000032480740470384445,0.000017712710799141577,0.0000025616547773602627,0.00009307347836108354,0.000006575156229070178,0.000017420139980717755,0.0000027850174383687604,0.000004557752667939867,0.000004185468329476303,0.000010273087123431558,0.000034943929987466716,0.000015976729753429777,1.8770786781840233e-7],[0.000019062200254513945,0.000007683791235650183,0.00001616768280482467,0.000002034341211730093,0.000017701851816380946,0.000014835042240141451,0.000028600213051495578,0.000011188386733689212,0.000007177006782207977,0.00000392342341056175,0.00003439023499785758,0.9999595607142017,0.000008837964327740851,0.0000069657580899061366,0.000013409536525979443,0.000030509099537688983,0.0000036656577903832272,0.00007243460157345544,0.000007427724396562764,0.00004198832789420268,0.00000755344031461088,0.000010490568673126194,0.000026775571320550927,0.000006537943808640361,0.0000010803864221151323,0.0000010606404221952895,0.0000013735319363366199,0.0000015035271078462692,0.00014886217940172927,0.00000826026877489316,0.0000029641279378083876,0.000009287430599398934],[0.00000817359301212083,0.0000025631766873822042,0.000024224354618180463,0.0000011127821769953163,0.00013305363609852157,0.00002275144481699079,0.000006728538302746075,0.000002279250143940958,0.00002707904800776953,0.000003875310675163317,0.00012021421107760067,0.9999395521479301,0.000001330390034076557,0.000020018611638675414,0.0000030409997041113755,0.000026569260916369767,0.000004574776018429096,0.00003676036191862998,0.00003491449742862985,0.000002887518042667866,0.000013553019897870507,0.000023374266174291253,0.000001010551402244709,0.000010355783602493724,9.890218005763746e-7,0.0000471859503058542,0.000007850221328305756,0.00003025429711388017,0.00002439880499398412,0.000004012820908536654,0.0000021421509323582893,0.0000014958968430155295],[0.000050855316767397286,0.000002427352533277066,0.000040678070416965586,0.00002080784596613236,0.000017368774253740016,0.000002929347155711294,0.000015761851375673788,0.0001050601267258052,0.000004146589354706309,0.00000966106727170739,0.0002181876797147527,0.9999061214482978,0.000005264556369194082,0.00005610607962125062,0.0000011209032041735957,0.00008634280926076396,0.000007131635636180777,0.00032029879804943665,0.000004670212114809937,0.00003499268815908517,0.00001021202537601628,0.000026921426351213434,0.000033110247023600996,0.000004743309736185591,9.538734865400896e-7,0.000014731474833128522,0.00002861604997309341,0.000009207080576664664,0.000042677227850585335,0.00009078725834382764,0.000020061324205511053,0.000022712257569438612],[0.00001503961585654308,0.000008601450416888694,0.000008491166589555937,0.0000025847089377363017,0.000008120474969084925,5.671046448978004e-7,0.00005558220460781452,0.000003597594240585964,0.0000040954483395941656,0.000004660297803062834,8.273016369033778e-7,0.999969598507801,0.0000023197697182198816,0.000009526498105371455,0.0000029103359050596553,0.00000834164322887936,0.000022500835259737814,0.000002583275991259895,0.00003900268762476436,0.00008728467913182116,0.000005979712224514348,0.000010891645613854014,0.000007184574396371566,0.0000013205803295978841,0.000007364516359239276,0.000004907133995708068,0.00000217012429449797,0.000002982927341730932,0.00000798898107771562,0.000007618213450174876,0.00002245115363682646,6.574333837961894e-7],[0.000003231456375525115,0.000007187807025170685,0.000005095500385005297,0.000010135539966624184,0.000005578153905467549,0.0000031199548601108583,0.000003131151481512596,0.0000014257490215880279,0.000008987703508657891,0.000010980523053629575,0.0000034969592646875373,0.9999202532615353,0.0000018124102682472788,0.0000020944330691848508,0.00000501928131102074,0.000004962563617396933,0.00002479032102942568,0.000005497536218642745,0.00002788297518673621,0.000032495892319178074,0.000006423878267288045,0.0000079735081702524,0.000007110042114372106,0.000004423393680086144,0.0000010875204186209318,0.0000033172587901564984,0.000021203617346633666,0.000006768239743441589,0.000003759576037710793,0.000002979526603701736,0.000019774554398317233,0.0000018852327208105805],[0.000002999163898151802,0.0000018048182391425258,0.000006714906799890522,0.000031848597712578966,0.0000276970196811958,0.00001931490116397322,0.0000020955164239345946,0.0000273955212553045,0.000005826009865332564,0.000007316013301766499,0.00001787339619100856,0.9999464500397619,0.000019470204719458713,0.000011959903350600696,0.0000014820211924644756,0.000005389678569593703,0.000004076288260667727,0.000006559505053536923,0.000005798645865873594,0.000007659248694165532,0.000009066311850298908,0.000027905053822787737,0.000002224507797945306,0.000043743421006687585,0.0000037744943735366503,0.000004126309461829168,0.00012091124334399828,0.000008287107601305377,0.00002299118752943711,0.000022829830597260727,0.000005419414903416492,0.0000016401180402477044],[0.000018992343224885904,0.00011383154466780516,0.00011482749863749191,0.0000023245815037367773,0.000015647252207137683,0.00006422824576070554,0.0001469451971769958,0.00006975954243853855,0.00010924006226100677,0.00018907728607369604,0.00011765129295843091,0.9996714488267969,0.00006871927652459336,0.000003657148821237689,0.000004383340179613063,0.00013710432515410233,0.8621832067688031,0.0000036489227462421803,0.000029846984728564023,0.000048900924794768755,0.000016524816045519803,0.00004547885116631988,0.00003878313238243443,0.000351981459465839,0.000005046690157835987,0.00023388351878138124,0.00024217958323624397,0.0003596302140843396,0.00004090355820567416,0.000005437197533506166,0.00002659912847813213,0.000026750946734768367],[0.00011855297518500405,0.00047369843387021936,0.0002309718566754484,0.000003967626186590163,0.00007476074362269642,0.00009116375981100217,0.00011403643313584568,0.00009084050457777312,0.000042483448448669075,0.00015460494696742345,0.000009763166141056348,0.999279924282692,0.0001162088780385548,0.000007674776320239848,0.00002995795573746419,0.00022860841891080743,0.8621196572290386,0.0000021525023135452253,0.00004910303961597726,0.0002287205595753667,0.000046616526587854114,0.00019423988932284233,0.00006865734544420512,0.00001890015568990742,0.000007573253926852492,0.0003795153945062226,0.00037052519726603204,0.00006436741931196849,0.000013664372790040103,0.00010506313248318227,0.00038706919531466806,0.00036650156821231697],[0.00012620981429647873,0.0008798617888303532,0.00017437538767565332,0.000012745793778338592,0.000009227153329980707,0.00016305704999021814,0.000329206254574548,0.00008331650139153773,0.00009325927820441119,0.000008756145587003394,0.00005068760429174965,0.9987459355216555,0.00021782467892784806,0.00012963156617426806,5.682104812566371e-7,0.0007143485776357802,0.8387564385199626,0.00026740896400410317,0.00003107179575203181,0.0007413231419328382,0.00007860343984736772,0.00030038031745148366,0.000038953966487060384,0.00026428007577882634,0.000005840394230690281,0.00002850379971596397,0.000015822727741547073,0.0001694308605688039,0.000012190739344005542,0.000003976453852266976,0.00002331033039719885,0.00010175504120010692],[0.8313892856058271,0.0004196091555618964,0.0007106336467725747,0.00014221413855728402,0.00003926833701202781,0.000004261119143347577,0.00004189641979237666,0.0003441897131890424,0.00004043168320363908,0.00022262163829852587,0.00007214932242138823,0.9943705828188862,0.00014593804531637484,0.0003661726905295801,0.00007431213439604172,0.00005216739231069138,0.00014672778415822824,0.00021785497195516066,0.0010374379791181036,0.00000532742086281625,0.000040119675664548684,0.0007086723598751713,0.00004752141644175083,0.00004846802354711951,0.00022270840068852333,0.0012250022697081005,0.00007053891172384274,0.000015399813879823443,0.00003010050339438891,0.0001032948724919054,0.00018115578884753356,0.000005542457191938062],[0.8563890628547545,0.0000949648745836002,0.000373743190097702,0.00064301999869858,0.00006134821026824838,0.00002877766366275823,0.000008686213320764815,0.00005187077766719162,0.000022292559311073133,0.00020906789266142227,0.0000086514373604232,0.9992761995365015,0.000006305153443350309,0.0008338549234388332,0.00002806388756531495,0.00017315608560094026,0.00011406857315611716,0.00017016881668910995,0.00020681035541120723,0.000038464633399136956,0.000058137638501423286,0.0007165762966306283,0.00010747398657568256,0.00011483943756924511,0.00010963760870689471,0.0006350085205343793,0.000010438822094827548,0.00008808258937456891,0.000004891940212116249,0.0005759272201354416,0.00016770732814742122,0.000003669882865890707],[0.8436547061013051,0.000014428247363722262,0.0004943841887643921,0.00014618570022231534,0.0000018532408982205712,0.000007683159417268575,0.00011378034918094396,0.000009288055545671742,0.000027305492450269846,0.000009102091383461647,7.734789677442146e-7,0.9995059216726576,0.00004254547625545159,0.000015009627574467533,0.0000062877143855904395,0.00004955390325723994,0.00004322815017386763,0.00006775529918756264,0.000028598901822735225,0.000001509979975324966,0.000022925339885664682,0.000018437428336000417,0.0000029776856555212434,0.000002999592757137291,0.0000135149773891447,0.0006155309999833117,1.2618063646635962e-7,0.00012597478587817183,0.0000034221633401943958,0.0000581571489330405,0.0000021347131519209692,4.4956971537360357e-7],[0.0001053158229180189,0.000034551814628199256,0.0000109520214074784,0.00033059800075231323,0.0009194047876506577,0.00006788378837501736,0.0000611341806824607,0.000007312835973946442,0.00044298254553524065,0.001373199182226501,0.00019140321151674196,0.9989956292125096,0.00002419569949144156,0.000002227051778762469,0.8464400618709806,0.00010565837118436753,0.0000021517744569641077,0.00018713201630400498,0.00016903599247048668,0.000054475981566181175,0.0006400725771121558,0.00004652020462979237,0.00009014437397812819,0.0003995680476779557,0.001374411091335706,0.00006342545266127802,0.00005618318191753988,0.000028775228260163966,0.00006434231679522516,0.0003473773749293286,0.0002230533350405025,0.000028991023293412505],[0.0003133772880555918,0.00004527503551818954,0.000003735141582202397,0.00006704196067684548,0.00007117095082780328,0.00008589283885577165,0.00004428599746822867,0.000002372691334536248,0.0004322893512891689,0.00011570817098931671,0.000014426442519341072,0.9989477654310893,0.000015928157414389172,0.000007585018915764173,0.8255902893910819,0.000027304451170133708,0.0000052328831517617925,0.000020345875532710963,0.0005776393017084424,0.0001532941670161937,0.000012804730310859196,0.00015424445742161043,0.000003642668580072787,0.0006840341220229635,0.0018649467807143173,0.00044821253049819694,0.00001724735196622082,0.00003959798971374266,0.000027574668475284442,0.00011414013013235986,0.0000530581455319696,0.000010868345923297234],[0.00009039852110275614,0.00007183652681733343,0.0001348092831911186,0.000013633792705021673,0.00037548989059623614,0.00020089561777955628,0.000029031632707817783,0.000042442031974855914,0.833787261832116,0.000035674849707462504,0.000135141449224,0.997616732452879,0.0000445861743645628,0.0005686104837513827,0.00227567247332296,0.00009347968365889662,0.0004798383120323642,0.00015728565782553914,0.0013730309470650758,0.00009263518998334725,0.00039550938775830875,0.00015710638871231883,0.0001282666987527101,0.00017217724761148053,0.00010171423015193169,0.00009317318439317873,0.000020402776347757035,0.00013474760738055774,0.0005062260525272093,0.000004958084474784529,0.00033421486738423095,0.0000015083683440508884],[0.00004472422998354512,0.000007428838464350468,0.000012956734661001102,0.000007375713069553616,0.0005343437835457081,0.000022194422879070345,0.00003529523072538106,0.00003985595303588508,0.8340960721267164,0.0000029377123868289616,0.0009353764296904914,0.9996634340086834,0.0005015550894922253,0.0008541522215497656,0.000005709697740975866,0.00015404859056588905,0.00011630604017863708,0.0002649954885905471,0.0006854693073715357,0.000029060081373405396,0.0006835778444578326,0.00004246571532184488,0.0001488744436241245,0.00002793776123311815,0.000022421916804843564,0.000030424601295073488,0.00003494014558440015,0.00001261893786000763,0.00012062008048942523,8.386422146138228e-7,0.000010406176416521215,7.056339729022098e-7],[0.000026920561636620023,0.000032518080642260145,0.0000037108254286456124,0.00001558682489891055,0.001278338177124854,0.00005969913892072458,0.000007615364902559665,0.000006914942618083041,8.11333387450225e-7,0.00012664136589930335,0.0010427900298382645,0.9992985726427118,0.000007429359131913664,3.520652381010334e-7,0.0005361924233640601,0.0005394990665510504,0.000002786273872765871,0.000024445877296197474,0.00014877685971606658,0.00001428154219819666,0.0004024423097533455,0.00022761935239126767,0.00017234537484984769,0.00006061882997958377,0.000030917006110112113,0.000052088414811434015,0.0005233811255966275,0.00009165484861307329,0.000031220074832901956,0.8371439892283498,0.0008759683809562226,0.00022027492798043613],[0.00022602947979754866,0.0005362629886795347,0.0000014495716915139785,0.00003151563793868218,0.00014424465128355093,0.00006741673870180066,0.00000391744524816868,0.00000969578119148958,1.7156596844459542e-7,0.00003455542089909995,0.00005869261095270071,0.9984291043865114,0.000002215557635228364,0.0000019924799943655613,0.000008310920434800747,0.0002096398176664106,0.00008037940390106657,1.1965654643455397e-7,0.000028968745499452482,0.00024972760792675195,0.00003485128837171938,0.0000013526237096656738,0.00004932432376364953,0.000159992611593762,0.0000052048325169411895,0.000009348429742216851,0.0006755871594416291,0.000008760778567931208,0.000001914947551243042,0.8551566283993465,0.00013888278100295404,0.00029081833567064116],[0.00009346019306238265,0.00005378222561185911,0.000011751974868788928,0.00008363655842640504,0.00026512363237513926,0.00003151236020043176,0.000006228672702692165,0.000032246732283547096,0.0000029352765305483923,0.00004864627275022691,0.00001773820376978103,0.9981935921051036,0.00004905673716301822,4.546667815160009e-7,0.00004854668348298241,0.00013211368075149437,0.00004966463554605733,0.000003239352607858921,0.00008450479955011506,0.00010655165473440198,0.00047634117072637225,0.000021762798106854445,0.0003870878587244879,0.00021087157118956196,0.000002345271709389878,0.000053039184220784343,0.00019347481254902525,0.00008166689299044887,0.000010021301597051742,0.8598003249379345,0.0000681201130705632,0.0006174648653953596],[0.000004136181604704118,0.00012308891301772573,8.846981772765086e-7,0.00000286222564459052,0.0007134452278617359,0.000014720130736564572,0.0000055663595601548245,0.00002237938381390413,0.0003922424241686023,0.00004241745791627462,0.8467557640387997,0.996490817797008,0.00013217724709231135,0.00003398608114446335,0.000006813876908661495,0.00003308471032885201,0.0002772557558734604,0.0000573081271927247,0.000007169944101198864,0.00006611001798528706,0.0000391551836098105,0.000008719708658754229,0.00005035556801429882,0.00021740735697456704,0.0001624291855267408,0.0000018378983957072564,0.0001941995832003412,0.00001888691450195173,0.000013999193685706958,0.00005884563096200255,0.000019310859146397125,0.000003968142195606205],[0.00010157711636941376,0.0000020085217399624472,0.00006206025848160003,0.0000454860291024321,0.0008430025391958963,0.000004079532535164843,0.000019605223384359658,0.0000034215421251308535,0.00006441343960709971,0.0003192993296748107,0.8433364878525985,0.9998430453611622,0.00012002818861582559,0.00008386221566793672,0.000013414754662490836,0.000007753817707992514,0.000011722690222457366,0.0004204126306849793,0.0001373742876079856,0.00010897568007982868,0.00003750985007595751,0.00004490203115312876,0.00005715795419004845,0.0009721512386340456,0.000006783055855592581,0.000007228199717749557,0.00016853104994337298,0.000023572000971364947,0.000012608094139177594,0.000159709245955084,0.000004426741437099785,0.00001970029130143453],[0.0000029809160899869695,0.000004513252409694137,0.0000062570273883710405,0.000003251507471538745,0.00008215546709496823,0.00010286174834568836,0.00022109947409010706,0.0000016882087285393653,0.00000857656658909786,0.00005257160163132979,0.846602092327953,0.9996595993154163,0.00003894678572708828,0.0000029513658665349177,0.00005505799336488983,0.000015260272218081023,0.0000056785943661463404,0.000032360865851036345,0.00006639855648515114,0.00000576260588598867,0.00006292272115066409,0.00003589036509229426,0.00016989872103746674,0.00036456914253913894,0.0001777673679605948,4.61247922684842e-7,0.00009548632830546334,0.000018551499341002967,0.000042361864406208257,0.00013907040090818345,0.0000029124246137850035,0.00016037212637576095],[0.000008327527751143276,0.000012222307803549073,0.00029734993089987425,0.000014318904257484427,0.000005025838313214014,0.00013911644180524191,0.0003796513491590047,0.00005039682034569528,0.000010822899988824026,0.00007238063503574215,0.00034987505462195397,0.9976967171337581,0.0000506656793208622,8.190092519494746e-7,0.000007165495026747473,0.00007884859619926322,0.00006081126428399397,0.00003233580491456353,0.0001272668157093548,0.0006391084043740165,0.00003750070570745993,0.00038819669428259885,0.00009870407971859167,0.000022981899151049673,0.00004463132423651764,8.665009638697275e-7,0.00024670666050950117,0.00009398638023050589,0.0004341318286235758,0.0014684084460632647,0.00003254333629977376,0.8373940381657233],[0.00041706587699969215,0.8123016210273553,0.000008928268069780198,0.00007564507434406088,0.00012456368345941299,0.0009429572602054065,0.00008254055369466184,0.00023763910550918127,0.00004635895577640267,0.00005720811523912897,0.00012513952170484338,0.9994631164188099,0.00008016109500685942,0.0003687923548544903,0.00004419025453822372,0.0006719979835741884,0.001853715433595419,0.0000031048030625686854,0.0006411117945086529,0.0006146261315037348,0.000014296520371639577,0.000021084362007071096,0.0004613639706915006,0.00009013172596221392,0.0005854463130741355,0.00006389588803051034,0.0007647734993416368,0.00003258398869761854,0.0003419330156606884,0.0007962482283802409,0.0005700585463736982,0.00047175369850531576],[0.000011372157194501978,0.000002528301074388974,0.000007442975423375206,0.000007289753868167889,0.858382951173308,0.000027269845255605064,0.0000010962145842695288,0.0000017450339622429263,0.0012206449949435,0.000034926572025084896,0.000289427591856736,0.9993368311012222,0.0000038193047232065425,0.00012184296571765561,0.00006831974667451965,0.0004602908638308033,0.00001283430763465114,0.00016993379629142488,0.0000027778742508747094,0.0000026026937695483067,0.0009360201886239236,0.00005955261840785827,0.0005086562870197476,0.00011384272353920882,0.00003302144571870331,0.00040054851219614826,0.0000063542659765037895,0.0002175080475368549,0.00005568749001637776,0.00036142721135844636,0.0000014539591898861365,9.715027558351451e-7],[0.000005977791609991909,0.00000373268081986004,0.0000018347525201860069,0.000002041838570165332,0.8269478059291103,0.00001834710723275952,0.000001722021219224004,0.00000232833366562238,0.000017960831078540433,0.00021526044946358297,0.001152932230424677,0.9996740906823368,0.00012685417626788985,0.000040117983254782995,0.000027886257246286454,0.00003470619602796262,0.000003936161182436267,0.0000058503619760878865,0.00003802804667544265,0.00011720776607264226,0.00002230297584009643,0.000022900661464472728,0.001029884409827854,0.00026238485002076564,0.0000021502056683630616,3.977101337543471e-7,0.000513824085837692,0.00046422874821567444,0.000051067513534567407,0.0005806088109507338,0.00000399114816628991,0.0000060004212486333445],[0.000013180695123493252,0.0000022916089972580347,0.0000024999307647779415,0.0000028160741509155927,0.8682047685651215,0.00000587910617344598,1.4443725675113528e-7,0.000003433473961536585,0.00008526973520974077,0.000161113618549683,0.00036682178217039424,0.9998938311118382,0.000006103136791452798,0.00003714587385867009,0.000017363843722580994,0.000016327234818106292,0.0002622354407143774,0.000021035487410500216,0.00010180453326450244,0.000014189648609653743,0.000008370581289210042,0.000001519498835179484,0.00007559952939277286,0.0004182558261123055,0.0000018262456635861463,5.212367286618231e-7,0.0003121242505279513,0.00009107610431046316,0.00004101480446520324,0.00018190351903799373,0.000016481990127278178,0.000010064301160330964],[0.00008884300356532607,0.0000031945520349135976,0.000044419509753468606,0.0000023547620618152677,0.0002024370522022583,0.00001020945276895268,4.216429308291309e-7,0.00007866044890567433,0.000002197517794956122,0.843212019659134,0.00003826576215777042,0.9997940231968095,0.000022502893621614422,0.000004149029944819756,0.000868985453630863,0.00009976921237881436,0.000004978243628601435,0.000013748320763048148,0.00007252737315730266,0.00009594205487398186,0.00010968372931532478,0.000673520131688662,0.000050396738649828026,0.00026493313743199956,0.00003683347343182235,0.00003506524462018112,0.00001163739522318038,0.000028007585141987067,0.000016128397939475783,0.0002147628443170572,0.0001113242429555051,0.000005824263254448302],[0.00006773968363102407,0.000023191222068043488,0.0006069438026605952,0.00001208318022566146,0.00017916713266435594,0.00004132737754807348,0.00000970246134528145,0.00011722356880396114,0.000002495477533686679,0.8373795682730983,0.00044486396206692687,0.9992391560817828,0.00005431514984905544,0.000006304158444336412,0.00022468142694848382,0.0003165311537556774,0.000022393308104492315,0.0000016955416700713486,0.00000438312329810976,0.00003615332469708804,0.00016602045741398984,0.00038703227307864264,0.00003789751320555043,0.00013020404494160093,0.0000158032299473751,0.00001363656253317273,0.000005245746881396055,0.0002692569066881988,0.00017575729250906083,0.00037099749372359914,0.00012473386859096543,0.000027210419167345594],[0.0004015375061800379,0.000036760721686163284,0.000004195740072834745,0.8254774777230054,0.000010773711790159511,0.0001211502138182875,0.00004431220515096448,0.0005557294071844378,0.000008920322009299937,0.000009803999740081907,0.000015611957262981217,0.999315286877582,0.001645877647507681,0.0001458926624988654,0.00002706307733151476,0.00006920297225911376,0.0000028709993803395967,0.0003861062116571342,0.00025597254706141736,0.000021177630373579393,0.000024116421830190476,0.00005373844249564936,0.000047828288156686524,0.0005239683811417963,0.00006534845864772784,0.0000813246934099893,0.0003686100367568145,0.00023481458251210704,0.00045122789352940445,0.00011481178498319318,0.00005211572800180747,0.0000074807460394100385],[0.0010302420031793212,0.00016265988006958248,0.000023145430740385705,0.8199109029191448,0.00004161644341752526,0.00026367168939595806,0.0012310768154212188,0.0009383277454382245,0.000038502791669028284,0.00002311090167991051,0.0000019134461608345645,0.9984164334067005,0.00016230939490319136,0.00027835208132803425,0.00008230339009015888,0.0005838467935151905,0.00022763725485259946,0.001579661976019905,0.0000015451838647398189,0.0004444505231105466,0.0007302384532837779,0.00016005324557809246,0.000001930565266140595,0.00006413701975841715,0.00014012966986826178,0.0025258876542711716,0.0000835774709783687,0.0004591956766934138,0.0003851444715026199,0.000346989100783797,0.0003786207628599836,0.00010150873849352888],[0.000046832596725178664,0.00030196552300393846,0.00005865655906748671,0.00009182230336978997,0.000016672374299376604,0.8585417908176338,0.000008852182838736936,0.00027227815331748494,0.000020547507223086566,0.0003290329507048402,0.00004352015131746786,0.9997340371334739,0.000004916281236473861,0.00001823652831050312,0.000054130839022582766,0.000032253727471249436,0.000014591463772670413,0.00006844053025316365,0.00023952585289647624,0.000020356057470351462,0.00007178217252615017,0.0002359226635079732,0.00007502412640401408,0.00009188659101284077,0.000008564455434879508,0.000019858860481515003,0.00012594380371903257,0.0002710280706588319,0.000051339011087229846,0.00004765504081348111,0.000014458738894468896,0.00006531210402353206],[0.000014107345952831419,0.00006473259156114634,0.000010056268852843793,0.00010692534222786933,0.00006519192425923706,0.8739284574601851,0.00002347373004058476,0.00003333996631482007,0.000023263064387399503,0.00010854668396837669,0.00013496517379852163,0.9977818064380458,0.00001791941423712702,0.00011087119936637664,0.000046115664152509235,0.000026971068259601865,0.000007859415402871849,0.00001542670339183207,0.00033795999772892816,0.000008176909438017762,0.00002361810728949295,0.000026801568846531104,0.00011271867273784942,0.000054226729447994065,8.584679222391661e-7,0.000011979213742513013,0.0005993998236900927,0.0001780548515695904,0.000013948152330162355,0.00039904643656815946,0.000005742261061929553,0.00007628808705754962],[0.000023268847299013237,0.00035170613951437,0.000007181901743441236,0.00002192872775523911,0.000024027902549419183,0.8693917444765998,0.00013085615782306256,0.00005223702191932929,0.0001474297833286183,0.00001086773300774572,0.00009135802337485895,0.9971861173759665,0.0000034221111637860468,0.00004835710492355811,0.00013220124335844866,0.00019467467372098914,0.0001624419350250751,0.00010764875729389077,0.0012312166912018972,0.000012837317065234398,0.00003879490422483538,0.000018897085660431804,0.000010496582682406,0.000055499222417632745,0.00000795602192341337,0.00006830146617875183,0.00032260339687744977,0.0002656437216760969,0.0002600968697711869,0.00006516321835295024,0.000016361486887122763,0.000026995315901867654],[0.00002896612344614027,0.00002003733215168245,0.00005796079135879108,0.000024107360760926603,0.000006906268983006257,0.000043862275884853944,0.9000245429365299,0.00001601123354641477,0.000047058399712885826,0.000014338361622898785,0.00011672564990722488,0.998722705206343,0.0006055241445468612,0.00010165101040732452,0.00003486825463568115,0.00012788651338035414,0.0003579816639239983,0.00011457588341551611,0.00002337747460947456,0.00017807357407939391,0.000023179455498249846,0.00004106116360182532,0.0001205415927613035,0.000026013126710497712,0.0002426072639276295,0.0000046686017470522655,0.00004785295341400672,0.00003398890163922719,0.000009909141596344954,0.00003461867404505378,0.000018679626103492384,0.0004990405479890843],[9.143072297544629e-7,0.000036142482563698847,0.00043558922381797095,0.000006046696310680098,0.000010806370279444218,0.00005603626285540203,0.8919942620014505,0.000010806200219173717,0.00005086611005897954,0.00000990625945654809,0.00025367754615611367,0.9997110403781326,0.000011547840179936812,0.0007633054366494051,0.0000025986311062028906,0.00008595248013507056,0.000010235759079898311,0.000017386406548470374,0.0000385903403583386,0.00015037076729833767,0.00000592557446790493,0.000006735223667363169,0.00029493221541409534,0.00001214973454856561,0.00034914364032852664,0.000014762420837513792,0.000019474830492271836,0.00004518939841988947,0.000006489121571636029,0.000004001046216358603,0.000012111077168317936,0.00004687157902271302],[0.000084850548414114,0.000016960605447270288,0.0007241777948821027,0.0005518721149560221,0.000004061512620680766,0.00021189446012681974,0.8406174598289202,0.000017475370903414618,0.00009554243268875268,0.0000016003850494374172,0.000011213029565465079,0.9988944379512398,0.00006098091988716875,0.00044407619774117414,0.000013495122454308777,0.00004431340428597658,0.00008252748200667048,0.0005503430097463069,0.000012657988878384048,0.00013938128730877725,0.000217387724541169,0.000019181080442185327,0.000013214808728439732,0.000009285945036479366,0.00003725458477259269,0.000957558045918686,0.000004037562700665052,0.00018223441324981924,0.0001457894449603449,0.000026577404407335036,0.000003585940730867709,0.00021118382942266633],[0.000001668568569512152,0.0000028165434429112714,0.00010118129982854398,0.0005533932497275032,0.0000014989784777234736,0.00001436287225419819,0.8798115635172736,0.0000489573478631836,0.00011693429618484411,0.0000029902895649922655,0.000006359498339163976,0.9995030030861787,0.00027478800812179776,0.00012563057665611132,0.0000020397045968026017,0.0000762413722764191,0.00043496535721017224,0.00005766225355896101,0.00003995699926613185,0.00030101579829253035,0.000006144104989174596,0.000002421398384690425,0.000042596425804750715,0.000010287263222440308,0.0000394045347586951,0.00001878505696842102,0.000025268099838945667,0.00015926958465071225,0.00004170421786266582,0.000005586419640819379,0.000032374764417414084,0.00017151705878092806],[0.0004065507170394393,0.000006840445021675312,0.00007593646811825327,0.0014067851188007345,0.000016920953266821935,0.0000323095877574817,0.0014493950415109416,0.00003515318562701614,0.0003135402073939647,7.70566167681074e-7,0.00002231515068919612,0.9998079036019659,0.000691814806586607,0.00024237103199932793,0.000006992227964197417,0.0000329489609254706,0.00007540632631009963,0.8165407138079644,0.000005444590895764838,0.0007672100882544588,0.00042816149495098393,0.00017892898384239985,0.00000813893532097766,0.000009925243366782206,0.000019503898691181805,0.0007952635744596212,0.000008994230276699536,0.000034744699222288933,0.00010102640176346793,0.00000673736862759507,0.000050183747375644395,0.000042686248149633984],[0.00017493020753120455,0.0000012886499935314018,0.0006712034211214072,0.00018745589205625493,0.000042882117194830324,0.0000044270738132211045,0.00006448791788369809,0.0000458487651754371,0.000036504183624870885,0.000009904487100117057,0.00018940803615094767,0.9996677424219186,0.00004563372242520688,0.0011006570991388032,0.00020353962990665123,0.000024742979989206797,0.000004491423425166648,0.8328629810815523,0.00023493899282745544,0.0006620328168038585,0.000006708660776438898,0.00012387062988926961,0.00004603381442898869,0.0000286038860645157,0.00003293329118931772,0.00010810987784881139,0.000006004785564127155,0.00016305638153014593,0.0001717278454468367,0.000002147671028222422,0.00004723904012083737,0.000002857259631958936],[0.000006353812313627119,0.0006794854863996334,0.000004897610114621992,0.00007975488892188422,0.00015279237632609847,0.000015992496869695604,0.0007433605813425599,0.000011608097017583579,0.000007354905978429451,0.00004628140014265863,0.00004962411600082903,0.9996834402495003,0.000012205450460864127,0.000014019799646229243,0.000007354712416504591,0.0001937437288395887,0.0001623871824526709,0.0005750833300430994,0.0000843921242702098,0.8452194314427439,0.000010534383401341827,0.00031829378200117533,0.00015391230060324398,0.00010410047808244525,0.00000869806905936283,0.000017784385672573285,0.0003077815735228327,0.00040514035176265927,0.00002501569648404889,0.00017035540056258353,0.0005667868686388452,0.0001433849465798364],[0.000030415786932049315,0.00015856341149760145,0.0000194402518577965,0.0001664496146266258,0.000031562696756668665,0.0000053454143410783225,0.0001274059340427284,0.00002075487299939411,0.0000018500037137606914,0.00010073608268004912,0.00000564398029625079,0.9996566328914204,0.000007817677832781447,0.00012837559479944276,0.0001360429701589073,0.0003905538165933101,0.000017260249714150315,0.00045312569527701746,0.000029571485392756576,0.844669684481881,0.00000163650668612618,0.0000026639814672262815,0.00010312548081794992,0.000017560320881721925,0.000010779055747789304,6.950714355817647e-7,0.00007086884271916698,0.000035729224192458065,0.000600179851834859,0.00004646590569028341,0.0002908423830620338,0.00010343093741249698],[0.000009012345702916624,0.0000066911463132757905,0.00003489628492767632,0.000270360418439673,0.0007152857242597179,0.00009566024839692465,0.000002968560908295565,0.00006138368161056152,0.0010487752343431034,0.0000025044537622922214,0.000005654153824795552,0.9999026771599742,0.00020780845872687357,0.000007077606353418811,0.00002559136137909184,0.000011414408257130196,0.00008979162019387683,0.00031625477544286137,0.000006016839142210689,0.0000024327778604179497,0.8678011530670258,0.000009591764627651983,0.000045399306428829106,0.000005457010094904712,0.00003078612821427693,0.00026318264763854613,0.0000012000509031539561,0.000019101141103691335,0.00024732150957993733,0.00006903321877569217,0.000026909800969573632,0.000023358774203593306],[0.000018195147257672064,0.000001447939522893395,0.000016380586246874124,0.00008732051583633426,0.00014023881279860264,0.00009236425184604106,0.000001334014487227481,0.00011054801859131679,0.0007058835846785194,0.000025992612093897643,0.00010295352279776142,0.9998717188682796,0.0001496986347751117,0.000008096398189939939,0.00004059233183746985,6.493510275211456e-7,0.00002194201061954364,0.000043127638182488696,0.000021806768285788827,0.00000404710703414701,0.886972939937395,0.000010364838095621873,0.00002173757163464162,0.000012784403263640613,0.000013698551644096974,0.00014765260923348865,0.0000024022376702345274,0.000008312464274733216,0.00024756445284846915,0.00007255616048069561,0.000004993912360217244,0.00004063767900703644],[0.000036443231111979,0.000014222871369019666,0.0001686008166199604,0.000012231537204175402,0.00002158628432451333,0.00003530242134449988,0.000018663592227409397,0.00020908873958886063,4.247682870014996e-7,0.001800680588712431,0.00001190242783976039,0.9999668939351126,0.00006394691414938199,0.0000033708261704656062,0.0004794831908707308,0.000046701923079843,0.0004013223190927859,0.00002324366816827634,0.000017213507765640782,0.0000028372890453181073,0.8973216230313278,0.00006886972616741334,0.000026146065233030654,0.000010868701872025944,0.000011267475191150037,0.0001634928788151674,9.359753171175432e-8,0.000009023720160130399,0.00016518224220481758,0.0000282645967781668,0.00003759821785926486,0.000011800724619043502],[0.00013595406722442476,0.000011979804164679694,0.00003895206172104612,0.000020416374397766356,0.00003591727222147765,0.0000033838489463739303,0.00007376513263031619,0.00008926118848491746,0.00042266007669484844,0.000051772033037857706,0.000553546128205322,0.9997532466411865,0.0003188130332903587,0.00020405515606809462,0.00003807420979028212,0.00003541250108694796,0.0000521322326970896,0.00008894328399719094,0.000013878620483003397,4.624252165108475e-7,0.8707951949246974,0.000008898178991924323,0.000010803221535657452,0.00000764788360903716,0.00006073442833310019,0.00006777433168603022,0.0000048533965093856074,0.000004487661403350774,0.00003316283535753019,0.0001760943222113658,0.000094132067341672,0.000012199857311212262],[0.0004518904459382456,0.000025598585000550895,0.8669007807452808,9.060538861118359e-7,7.282481487011412e-7,0.000008418702850384121,0.00004014065333844428,0.0000666648552043282,0.000010097064710145545,0.00015155626844822132,0.00013071054603536457,0.9989507831088118,0.00003064794499248763,0.000028297208141133157,2.486903889185868e-7,0.000014598842989155655,0.0004824720010609155,0.0001662982170998628,0.00005260039618458013,0.00004796229536492704,0.000013871712290021041,0.00016448578432501658,0.0000085864276262903,5.006031363315214e-7,0.0000022222985881567467,0.0001051315183145504,0.000004692979267852952,0.000095157271189767,0.0000052164155624286055,1.4357761501933128e-8,0.0000015688329448411664,0.0000070923893446352065],[0.00030216087442963416,0.000020370157557239004,0.872970285536384,0.000003921520996626257,2.296628093035616e-7,0.00008130214752614672,0.0009621207091728267,0.0010068358666973202,0.000024026444593570807,0.00006468446354939233,0.000037742133735248765,0.999736586836275,0.00006474419389943544,0.00015518990170062313,0.0000014455702220026291,0.000023787721731203255,0.00024381299269214557,0.00027570779828605584,0.00016681357962267034,0.000002694998282362237,0.0002480184301420849,0.00019976672589687645,0.000026297733106205556,2.145072544739438e-7,0.00002514658227128274,0.00009229698967605884,9.78653134594239e-7,0.0000879125130920678,0.00010003632362601298,1.1584969765314132e-7,0.000008752152099462066,0.000018618505170971823],[0.00021527811658672485,0.000028100348781226043,0.8759083203121142,3.9754732024643924e-7,0.0000017202952280425604,0.00022306675372808752,0.00003051293021841633,0.00004248747650766898,0.000007742221718102955,0.00006557078548612827,0.0000153900140997991,0.9998467109596578,0.000009913563677180222,0.0000769479170174047,3.4781861881793294e-7,0.000005377633458626056,0.00012978915404745912,0.00017580037266263745,0.0005683296169672328,0.0000024004621712451595,0.00004106753959349262,0.00009034654194118035,0.0000583991148000625,0.0000010945838099458829,0.000006771472099333448,0.00005903511542506237,0.00003058456287259182,0.000009211484212368091,0.0000044736339972350595,6.7453222485971e-8,7.597877653247054e-7,0.000024736365366893412],[0.00004756687025009778,0.000043405368844900744,0.00009450360315302271,0.000007910731648397453,0.00001154159029997304,0.0006974701179332962,0.000003217494796820398,0.00011019203948730419,0.00015959546533783216,0.0012788500453949202,0.0000099076777238699,0.9970255959603852,0.000001143774449016121,0.00001682007124637663,0.00012509920697514136,0.000707986776149392,0.00015649756119453528,0.0003926357588652909,0.0001549941235894508,0.000027120261981002035,0.00002443137547831059,0.8324091314779916,0.0003131348763509461,0.00003400334167389424,0.000005062107694387009,0.00022787393368760075,0.00007778220221494917,0.000007968944218301723,0.0000634156892554605,0.000025941836626578485,0.00014639530878733298,0.00006722225998353767],[0.0017099385391885946,0.00011209152355625225,0.00007696637857933327,0.00004514685687236254,0.000012893003654472846,0.000023098906167803468,0.000010369840281561703,0.00010249742416359726,0.0000981804841910281,0.000246375068394441,0.00020678367812159085,0.9996086983330486,0.0000036422778669471936,0.000048176252389135905,0.00003293886984044348,0.00036177571531085227,0.00006815704363344842,0.0002519264090162759,0.0002601255543978477,0.00004244582625315592,0.000004488518183003571,0.8332466203171619,0.00039342340858546923,0.000006065403942070184,0.00006031954200279689,0.00012906855922296853,0.000018600782672891956,0.00003693088225671582,0.00005774122776011238,0.000028015188378381103,0.0014051959136258325,0.000022780566331808373],[0.00001287678204197639,0.000027569441122174016,0.0000023869484336674804,0.00003361402484855534,0.0013455388154941768,0.00007766424161187308,0.0000581503251547009,0.000014015059143559132,0.000013496357013354202,0.000022094689260319185,0.000012507556155632448,0.9998833630033451,0.000021201647428584003,0.000025312776833784614,0.000017104289768075,0.0006441055008618158,0.00001635934192745033,0.000002982494048378012,0.00011456213690510503,0.00012376973474634764,0.0000010163265698253517,0.00017196919402329472,0.8211497460893857,0.000001273421201570668,0.000001095477055643978,8.722933431466338e-8,0.00012183031313626773,0.00001928058920010615,0.000013829552403772,0.00021452901414118966,0.00011326221900718107,0.0000630370407829664],[0.00010558908535198533,0.000028612808193656303,0.000020992038124841112,0.0001687018832373255,0.0006879858327073513,0.00007436776785070571,0.00010432463700173989,0.000006243856946919326,0.000653545586225387,0.00012259216954396313,0.0007298253308856495,0.997846732355736,0.0001329110237279944,0.00007448212009083366,0.00043418406693029144,0.0003590158441859035,0.0005071911594280005,0.000030629701467777576,0.000569206969246816,0.0001761827133863231,0.00006100383225899693,0.00013258406726870297,0.000015706362859793636,0.8335799640953709,0.00008515211737521713,0.00002355369617221073,0.0006242264876185081,0.00012026800502736426,0.00011130589077454188,0.00012788102397752983,0.0000010858193623525874,0.0003364412903377323],[0.000017006683722501978,0.00018976306807437547,9.978972948474083e-7,0.00018800749651274887,0.00004475370092345676,0.0003508259366416749,0.000003102791670061817,0.0000288761778667152,0.0002157305028575998,0.00042914377165814693,0.0016512470249373538,0.9997251896183303,0.00015636627408636202,0.00048267310663246206,0.00008131553414454831,0.0000607504590703459,0.00016082123410681383,0.0000834547823501195,0.00006308061559003337,0.00005052749637962757,0.00022171751319569405,0.00000628902792109193,0.000001439188420937597,0.8389022137843059,0.00030811489720095953,0.000031006010104978677,0.00010502179492660326,0.000002211143654502773,0.00004077194474231728,0.00011896750755573338,0.000054288016513212346,0.0000014865918691660434],[0.00023149298314466523,0.00035685529796503453,0.00022956591870633067,0.000050048826757513334,0.00002107152809180368,0.000010796078683804033,0.0005791621796436376,0.000036306882392849944,0.00001597261771656943,0.000008035341609069864,0.00027909675536335606,0.9995566754934858,0.00036301373459222096,0.00039199651771298986,0.0019775190775566933,0.00000972472183434622,0.000011119202261717477,0.000014793246066651674,0.000009456671150655597,0.000009606857666723685,0.00046592523553487704,0.000004146137895712028,6.37717909563368e-7,0.00040735710950410555,0.8375324479578602,0.000015348661733324782,4.880560387273045e-7,0.000012920799770497704,0.00003455718920583433,0.000020692624325816815,0.00010337145296403039,0.000007222369353957488],[0.00010786808837479174,0.00021846986364248557,0.000021508676480833595,0.0001898214057118459,0.000011825506135861076,0.000005090376791602506,0.00006481481158424503,0.000021291238900241806,0.000024360409405776703,0.000012476116241467454,0.0002333750309739415,0.9997812270849806,0.000018971768118177335,0.00005319561219398327,0.0009777712275090768,0.000011163638911173187,0.00002640711807038433,0.000059058919011118334,0.0000012952580692107824,0.000007738178500657826,0.000055626520604603154,0.000006511497406106717,5.839191225451892e-7,0.00043986656200296735,0.8769099080925704,0.00005591076485346109,0.0000023176020654577254,0.00001701963240951854,0.000022453753328963907,0.000002834195928221879,0.00012092790013003528,0.000005479401044165843],[0.00007236650086947982,0.00002307669067668862,0.00016674600861375617,0.00011223726768387478,0.0003995162486634419,0.00018836387779356525,7.95208165552802e-7,0.00014190356897131437,0.000015575672820714347,0.00017780026354081093,0.00003293362954212441,0.9993325828359011,0.00008589704360968172,0.00007752182467430986,0.000001701852747101592,0.00003513941046896984,0.000007402168532048115,0.000010029347575291116,0.0002455495377210482,0.000019865353339752124,0.0000017484147486561077,0.00035984930239734125,0.00003152391812499415,0.00025184011472913334,0.000005281552987949791,0.00011505755037398236,0.8765416562169237,0.00001985446206200538,0.0000037480278388023955,0.00024425127167854697,0.00003347301679876215,0.00005414941661888604],[0.000012504469129393497,0.000013300540619607203,0.00004018361725001565,0.00019023629459834657,0.00006438962081048053,0.00009973229463058187,0.00000206167532804549,0.0003369010001130796,0.000015168660654245226,0.00004477316945202043,0.00020372702535434068,0.9986746919021651,0.00002088250679636132,0.00004299896445433722,0.00019405339829925864,0.000012398814332619353,0.000018155787250406854,0.000012866929212752164,0.00003257286805811611,0.00006864651597527877,0.000006227234892312297,0.000022975908440437573,0.000021520571793939996,0.0003621855997081726,0.000008736093851666999,0.00003222108773212063,0.8932721535001781,0.000001010555293615729,0.00002070406174913185,0.00012320967936149866,0.0000652052118178871,0.0004538107403391478],[0.00002958549513605761,0.000024662697535557078,0.000017525867768650515,0.00017360849178663492,0.00017003570620867647,0.0005587946816999574,0.00011713335999152554,0.00007702826107424002,0.00004232728084841585,0.00011516871375345965,0.0007899488725350855,0.989201621401758,0.00006084363896550352,0.00018277147250221073,0.000011159294737466618,0.00008259689186781614,0.0006753847473906774,0.00001334027557107788,0.00023937236013667123,0.00039583495423461365,3.220311776397199e-7,0.000034391371749727156,0.0003142405498233441,0.00013499473363130869,0.000007610856371998244,0.000004282967599897504,0.8515656823944584,0.000032619561202525044,0.00015748183397416423,0.00020962223794902213,0.00013669220044285367,0.00021652800058216353],[0.0000020366223380252624,0.000039542607889454955,0.000018200869467266,0.00008969834441447922,0.00017355247046753553,0.0004122742909036807,0.000002826951882637172,0.000016714395249679567,0.00005597059131580812,0.0000023285126184996733,0.0005491553287749107,0.9974229509953705,0.00009239438658540722,0.0000060877567882236505,5.89644907467628e-7,0.0000037060673868485653,0.000010456275618080846,0.000006946815546138075,0.00020443873610695334,0.0001852233440050004,6.928659939949438e-7,0.0000064071142904054865,0.00003255635950289122,0.00011649796887306376,6.959247057758296e-7,0.00003544194664813685,0.8772637503609282,0.000015422388926560688,0.00007513906166881456,0.0005811762025532464,0.0000029889702081738485,0.00020282963002134056],[0.0012611788396883806,0.0005006143827833579,0.0005133914365881794,0.000307038907220526,0.00006697272619643066,0.00010478467459726027,0.00005853491251260702,0.00021490500558545673,0.00022317870194580233,0.00010379286726081514,0.000009904934627408807,0.9980945525402547,0.00001934818993754369,0.0002512218524877446,0.0002325621409956095,0.0001202333231073247,0.0007087384528316177,0.00031965585148479745,0.0004154795347922011,0.00007840945866725025,0.00045588293270396724,0.001221066224746864,0.00003175451402539231,0.00001965169663374134,0.00013904326470479654,0.8357832866492328,0.0001140017569315639,0.00024996426333965616,0.00009314084915605349,0.00003906767188389571,0.0007565543947572531,0.000016817719481010646],[0.0010526834976633754,0.00006606890113470877,0.00005808576090572071,0.0027848090078580142,0.000024676095375620337,0.000553320429296561,0.0006177252651688535,0.000019056185084584142,0.0002644298004841669,0.00003383700888849133,0.0000040311638566938,0.9990528378024607,0.00014617381111901775,0.00015262035170575432,0.0009498380596030144,0.0001907528077410042,0.0012270674855793602,0.000770479373069648,0.00011195075942570151,0.00004329415666022711,0.0005385031775792925,0.0001593612619968678,0.000019731188656938112,0.00003896788856646182,0.0002336495428343794,0.8136184841963856,0.000014718986181411045,0.0009796882583160808,0.0001988915972684729,0.00019822970852906502,0.00029957618893432296,0.00004092301735935518],[0.00004584294943389591,0.000026365791856713314,0.000009291457058011096,0.00037585528864106046,0.0003306363325553721,0.00002603428983900536,0.00003792777392224449,0.00015160321854549574,0.0002658326535862229,0.00006477154190674563,0.00008030789805400155,0.9986162764573914,0.0009455124251245521,0.000008620038764108,0.0003403202788017815,0.00011203022554223847,0.00022984975280166165,0.0004914916043152411,0.00012673524316828672,0.0003159015695905962,0.0001322659157086889,0.0000194910265568134,0.000010082079254831238,0.0004333823657451489,0.00012811071271561856,0.000004222071913374273,0.00006865764176125832,0.00010522572480190426,0.8485257552386918,0.00006565018086208634,0.00013292590274592344,0.00017629948916311202],[0.00001426833460193588,0.0000843080967473774,0.00030181277661245673,0.00009996126115807122,0.00015492834407905033,0.000025084264930191502,0.000012878363493644099,0.00003847250623411721,0.0003655045226064373,0.00016073594327138788,0.000003481142588300432,0.9990461990783669,0.00011022446744691865,0.000033767014953773067,0.00001869058880098177,0.00016790448137801557,0.000012129682025388087,0.000034688200304297194,0.00009233407120436268,0.00022631793856842892,0.00018567950503732282,0.00000886699450501892,0.000009160735317193343,0.00000651618975940752,0.000017019100347286498,0.000040276827256907384,0.0000075772406832942,0.00041639343514585266,0.8433296723512483,0.000041660675333945705,0.0005797695265617285,0.000226511962150826],[0.00020637695932868868,0.00001106474221005229,0.00020943948561049595,0.00020038360891138474,0.0006652083333953266,0.0001832694367813645,0.00016560175266042913,0.00003452206916733894,0.000029993998928480802,0.0002409574236057719,0.0000503866482415599,0.9972821825177449,0.00002413436131438114,0.0000032399644303093354,0.000008964730645716229,0.00006754785605458911,0.0002836166953239092,0.0005107870330617949,0.0008497594615297438,0.0005063008433613725,0.000022033684598985588,0.000012372945252216916,0.00002966301441182676,0.0000023050412378488396,0.000009614624215701812,0.0003742316612324339,0.000001496961386812835,0.8238385389791535,0.0005585962103787009,0.000396947288025977,0.00003494571484196615,0.00008506896714345448],[0.0006803812605380957,0.00030154384374682646,0.0005408164718082946,0.00028847066689672023,0.0003124171241287736,0.00005611904527631795,0.0007019216126029381,0.00025144045888357704,0.0003506484198294132,0.00003456925747409813,0.00006732672908385886,0.999731422941419,0.00003785447101198567,0.8410908538526203,0.000004406376243822207,0.00007263682850675412,0.0001916580011002064,0.00021036449314751796,0.00000723557665587662,0.000031943270155334256,0.000012096016125782102,0.000013581083119557382,0.00004814581704349329,0.0006131881768135542,0.000286713821414552,0.0000357937425550719,0.00003614877339699616,0.00006422706366253333,0.00001857004653338317,4.931547911248435e-7,0.00020362367301820147,0.0000017160110805932883],[0.00047466538426910263,0.00008078480336050243,0.000050762030531248454,0.00023850733730242563,0.0000453458459208162,0.00015230288064744572,0.00034366938012765386,0.00020412411576786838,0.0002209309686958191,0.000015089346452287009,0.000010168828782026738,0.9998726674141267,0.0003122267604258515,0.8438883213425776,0.000013882150503417822,0.00004477420430245916,0.000020692306466711896,0.0007221271738939741,0.00003827713372401308,0.000039881263208777236,0.0000065251580232794765,0.0000032554915056348423,0.000041103040142281415,0.0003407880800651912,0.00014682600958140204,0.000006014630963490751,0.000029835663902822334,0.000004461069979097335,0.000019305941919032906,1.3568584521334431e-7,0.000006092136457532599,5.092318703645499e-7]]],"Weights":[[[0.5287920507857943,-0.4483258565638296,0.7473022260444286,0.86205490516595,-2.5764247338460287,-0.6908926920018033,-0.48386656370737463,-0.4151991150154082,-0.5304001030607113,-0.7844253504102419,-0.1445514623806751,-0.4362151014375073,0.15478207422933377,0.14047161953361118,-2.724475693720196,-1.973815775696616,-0.8619566528130057,-0.003940923928055603,0.005039203671277985,0.8668595675303647,-0.23067914348252194,0.26198948727334087,-0.2755642102698188,0.5775727823680877,-0.9549190980713048,0.07314303838406717,-0.14614050328639513,0.3966260182907985,0.9949023764423357,-0.06882150968368342,0.14580698160561423,0.8439403635544374,0.8787557454751781,-1.1352684516499179,-0.12646786571160812,-0.8057942394315132,-0.5856676525963894,0.2825610842430223,-1.1123335414353002,0.837517533286519,0.21838053017920686,-2.0456312593229597,0.2537638844258869,0.9676356929311345,-2.6592788405540655,-1.640464633509783,0.510601412389683,0.34498880011188693,-0.3376996725632363,0.22900429353943405],[-0.8512988112761761,-0.18877748515327078,-1.0468964343962561,-0.22096238880735722,-0.07609704971842267,-1.6031232168883258,0.46850159306553774,0.14973531747884353,0.4444391498770908,0.844142289026064,-0.6230103860091233,0.311984409525187,0.8734531712269383,0.1968068755293419,-1.3462252975200009,0.7480892682238681,-0.18579005104130417,-0.4000072244745553,-0.5309508256224483,-0.12527288037150636,-0.7620464922354728,-0.09044104330485728,-1.1669732513456892,0.5970865253341785,0.4838730316436344,0.9168213256398995,0.07715312135297932,-0.29346715646926613,-0.9166376116031824,-0.04978773900449919,0.7928801200781455,0.053215122917142414,-0.6801763998431886,1.0458585672774172,-1.0584040963489365,-0.7531061065465234,0.30355451855403387,0.06070925259456704,0.5907621648815183,-0.9098587377505742,0.8813224496293199,-0.04462525714673284,-0.2084929803494994,-0.7103931149754874,-1.046522871365782,-0.435351453057809,0.8188441770651462,0.4078940698592199,0.9334869784853318,0.9346473621328761],[0.4836124581430903,-0.6137718833037213,0.9575298809610313,0.8342206654192996,-0.30357043382274784,-1.313091755998456,0.6375104355504547,-0.6971466678779259,0.278779915766401,0.06406853961965905,0.32154434960093914,0.6293896028574294,-0.7732324706992665,-1.4147326822752404,0.14510435986017703,-0.23546311995466934,-0.8641045877854087,0.1715308831146932,-0.6429946829977154,0.7084384608141953,-0.2719800319327099,0.5057985317346548,-0.31324005562657203,-0.3488288504889046,0.6253870316255985,-0.5605191660997116,0.1642375425840164,0.8609640949281511,0.9347568918770154,-0.852738506406016,-0.7148458756201396,0.5113420557196482,0.06707499329961268,0.6110386610886664,-0.7981569518255786,-0.6148588162868448,0.8560203286872234,-0.7148755239287825,0.995918417821602,-0.5175328146636758,0.23342505123092408,0.7902634340760558,0.19788022031168498,-1.0231718854918739,-0.9206449298218584,0.3618173362130931,0.12290083003625327,0.9186068338514336,0.9962420442361201,-0.5639332826509403],[0.7386622183610932,0.546257951603831,-1.1320280715679725,0.4802844168824527,0.17139588685437032,0.32075884942698113,0.9263460405231789,-0.05545602447682602,-0.5597090676135521,-1.0089292695679137,0.12619045158085523,-0.39023036505493885,0.35570753434344055,-0.10173981267275505,-0.13066387810590369,0.4386364418314048,-1.360812246886132,-0.6198405902593126,0.3898307099050623,0.0677110079025692,0.25284664478303115,-0.10475616624558982,-0.02653457652487709,-1.18516188570157,-0.09141608810023671,-1.8211530524937858,0.4231097374013301,0.7417983376446214,-0.3488054706806447,-0.5333734564619299,-0.03204212868857559,-1.9511040259648047,-0.3178774398919576,0.9056183999059524,-2.1241602905112975,0.07753786683288008,-0.039355434221478434,-0.44680823487799187,-2.06850432975742,-0.7228121602647437,-0.8750048991884917,0.978999625340737,-1.0677964095278671,0.2329518988668737,0.059234417302987896,-0.3722647183330537,-1.9176244895993395,-0.2808256074169241,-0.4002982684586074,0.09643063113497204],[-0.5145023567405219,-1.1170398635746754,-0.40305279138281014,0.4315498442438931,-0.018670969685662342,0.22129322438264168,-0.392924022455912,-0.520031073925101,-0.8003838458499382,-1.9197610036295119,-0.8399662638767921,0.6308214908539862,0.9514713894680723,-0.5426291260225409,0.40812897213847,-1.5391977205084435,-0.29279312086709963,0.015881236739709554,-0.8321664119383805,0.7922765040416575,-1.3538452720291378,0.7374096247619342,-0.7083489201301143,-1.6056686287275035,-2.3001531057458826,-0.2918849997391769,0.26589919180864224,-1.331637979522929,0.31956195613863375,-1.175594690094082,-1.2960481452556178,0.153378474083957,0.11590163648363536,-0.8664489177557033,-0.010595277109934128,-1.0268261786239297,0.4839801520986268,0.6202962537567447,-1.1020127723252062,0.547235616256599,0.4845486676483224,-0.35424270066362284,-0.07644154371026868,-0.5201165330698699,0.07381887830780554,0.1703030794537762,-0.6932791497998618,0.6441648233389213,-0.6312996159546913,0.11985635275030714],[-0.06457724769529778,0.9043901157215165,-1.1902684453640133,-0.8905063981208357,0.23765505508168402,0.3479399601490996,0.7113760706963268,-0.30001342268830067,-0.4072769315349742,-0.06585327298540689,0.411470761772513,-0.6658124743042676,-0.35359921858698656,0.43308831935980413,-0.8325876139271439,1.1863932336797964,-2.3941369077341648,-0.6202402139564152,-0.19879022198769083,0.8957339579792707,0.7164962477823655,0.04416480936768235,0.1819544916096041,-1.3214827679408077,-0.31859938097408863,-2.135761427483884,-0.49473037279110027,0.33725416379410356,0.7915324201258236,0.6323420381158023,-0.669881337800331,-1.1497737207014018,0.979273447467244,0.762525748817094,-1.6783323531390908,0.46944433703603544,0.08280198229814442,-0.15976536102234845,-2.571675761149782,-1.20303756034708,0.46469767868828943,-0.42693007729014754,-2.1530419855620657,-0.7693595643125651,-0.5724968609865686,1.0066421575316742,-1.9938527210853187,-0.7436118048833076,0.21662182683880854,0.8641869754736924],[-1.1830344309396783,0.1602428575695351,-3.569934004479377,-0.070365869542817,-0.5437003292628699,-1.0166145957250525,-0.1545498072548616,-0.7381527353642032,0.1928926872004062,0.6879830663888102,-0.14926117057051588,-0.7203915021692842,-1.7857044952044745,-0.485956490444261,0.4115208485384245,0.8001267846239934,-0.6047600987334372,0.09554396046940083,-1.1109762251349502,-3.2664042856301156,-0.6736485748380977,1.3544354069018048,-0.5539930596565554,0.029057578922826215,-2.6161341546240373,-3.728977080938855,0.5301252262231925,0.6067296460227593,0.3876570269646379,-0.7929535782332675,-1.0095835039539447,-2.1589913196783383,0.306081373003002,-0.49044045705076195,0.19522894567920554,0.34841766035738436,0.16882508365247373,0.5709796174381193,0.07412907196622005,-1.0585640811574508,-0.34919055794826726,-1.3876638428255823,0.39281940132933074,-0.21743296331756345,-0.0202082014557052,-0.5314570013588216,0.25315788170166287,0.8053757095253379,1.0482600048613162,0.9769073905332685],[0.10462164610808668,1.193146050578203,-3.151411288990632,-0.5905318128866025,0.4050974186079593,-1.0830686546605535,0.4868109742744897,0.6817162733863363,0.30786175685232725,-1.0902096776015717,-0.505716004456591,0.39922349792907125,0.19453877284488974,-0.21161627011889197,-0.35206887376651297,0.6895266184938382,0.8448988896166978,-0.5994737809530885,0.8006986285212253,-0.4414070715812753,-0.21524060129361527,0.09412724293077483,-1.212195458975019,-0.5948670377728233,-2.2421109862784028,-1.5978096534861137,-0.4021577092080241,-0.06382286252574726,-0.3518173755842074,-0.7392477267781413,-0.058737201435394716,-0.5441005685666023,0.10757854016389376,1.3050488589544533,-0.048677886017490415,0.5174903179124054,-1.5187591239078007,1.2469894392173457,0.5414954233737669,-0.6310954773588593,0.6220432968449127,-0.806491028142561,0.19133059031505772,-0.13693984893433492,0.2837294986222964,-0.4887255126541128,-0.5648516494805057,1.4532218802476802,-0.32018138804586393,0.7016468678823865],[-0.7071642164007255,-0.9319454818345649,-0.4741898638335026,-0.2148411217589909,0.08182404382687676,-0.6936054350026766,-0.28059494763160037,0.04125556324722652,0.6561149794322195,-0.4754686688874253,0.05178973119347778,0.9336362494102783,-1.2976926566982128,-0.12309598593382921,0.796628911310149,-1.3914905447908417,0.36244197914072207,-0.4405987370968008,-0.17005443606342693,-0.498402898416402,0.5371445517684148,0.9726830854908207,0.62234134257774,-0.970281698744043,0.2123522323462577,-0.2893568915145926,-0.3139915872930628,-1.8936614593948646,-0.20979259220082688,0.18669887647508324,0.10236898958268134,-1.1124851322492793,-0.8003261885334895,-1.6273900752408774,-0.9220310826655261,0.5377885379326002,-1.0792954420951528,0.4794406336823527,0.3940656282308097,0.013817909966074775,-0.6087640848905906,-1.1850936659052873,-0.13787382190794195,0.5402273168334519,0.983003464759028,-0.19784150313610457,-0.03613272729776565,-1.047661910081872,0.7433058327583513,0.04473578905800905],[-1.0726009610561533,0.7796777298239636,0.41495361315266976,0.4268105338192685,0.4727174558263832,-0.25048993299362116,0.17312340499564802,0.9924003777730479,0.8691028373504943,-0.18327472571865838,0.8396084617123767,-0.32996580933384156,-1.3382395945473182,-0.24134577574207194,-1.4070792735589983,0.6810391790268396,0.3352106132853261,-1.0812443346654441,-0.3823515449654983,-0.5058538728578746,-0.732991232551523,-1.3992045587450204,-0.6185028541151731,0.5667989535258702,-0.41875164438400797,0.2256263156831714,0.4877532281879688,0.7257551010269571,-0.8796465200361121,-0.4133121501035169,-0.9048285565947108,-0.22270130240482933,0.6645772838611398,0.6661904347979174,0.13214307288968807,-0.4216540782229377,0.044827985784170646,0.0501872715524153,-0.2786597101718793,0.6693831559859033,0.24659359795113558,0.9294768014887649,-0.6059239339314086,-0.21959413592164304,-0.27192272165881654,0.3672688019320431,0.9827052683120867,-0.4792570924311251,-0.24342170935317264,0.617401578923358],[-0.09706858598487292,-0.5326432747961773,-0.6565601574240897,0.6880415049070749,-0.23728795782015824,-1.1148588601304676,0.7938686855892212,-0.7726403976144817,0.5330937372565732,-0.1039097963385848,-0.962556745585336,0.8520807454976759,-0.142311171494965,-1.189745291155711,-1.3990115232679627,-0.022287922441396574,-0.17705864814078454,0.7956140963166178,0.5935319779543022,0.1978613318669744,0.012535777320378791,-0.49876799570394587,-1.1802777645594524,0.11058596066147813,0.8331603516055288,-0.32814949991885184,-1.1525172670999293,-0.9629374767720702,0.7067526360953313,-0.6019704562378159,-0.8222975353521639,-0.769618061791877,0.8503008116060219,0.058738609366408796,-0.9380101571908529,0.8076354584563671,0.50531782097576,-0.6292946547052192,-0.7692343613685282,-0.6479393688593282,-0.23398656216316552,0.6489913094633988,0.6691054220855053,0.6142935675728063,-1.0862506065467428,-0.35451164685565384,0.9085024563306592,-0.6768906410825706,0.3465136612153462,0.40043764944196364],[0.3363243972170462,0.41766340057421625,0.6254733088831751,-0.5554944437286811,0.2344210655445558,-0.8677723478985353,0.5438159131698128,0.2299216609896992,0.5584769159992606,0.3059398552397734,-1.5286559960112862,0.6280172741115193,-1.9792971849548295,0.1204112810600481,0.547972186897743,0.9501641672657251,0.17863486702088063,0.5905267150480776,-0.34579018916516346,0.2716911918415679,-0.581046569760576,0.35965384909722553,0.7789503254281102,0.024304357798445465,0.566729366156117,-1.2135899367764582,-0.07901888408336093,0.05229641597608302,-0.30384737479167995,0.029593397670781917,0.6634348500452145,-0.031045159594539143,0.5806198012128188,-0.4911663860863417,0.7993653575534387,-0.4659164112365057,-0.7451124117164039,-1.2470145184730153,-0.3942667764991338,-0.48082296365848154,-0.1800491164102642,0.41130379783372434,-0.08866836602407538,0.7722325093549934,-0.026452030356327975,0.0574609207836816,-0.434903372392258,0.19130347891397287,-0.9315129822695607,0.6282108181942443],[0.058970037586302905,-1.458018269423313,-1.4510661803681977,0.023199743864841298,0.3519958419643574,0.6007508890325607,-0.6806781177342318,-0.4862051774797016,-2.49718188164903,0.09649190134362269,-0.6672224407084776,-1.45589671414581,-0.8771719069237787,0.1035465379725523,0.8783696418742101,-0.7043722356437032,0.14031435119426847,0.8145051943574751,-0.3146712967921429,-1.941644614068043,-0.9685799240882121,-0.5981537645108164,-3.5560005278456077,-0.6421017368601849,-1.8255481543239251,-1.3527312047447233,0.6529262825299644,1.209073377602489,-0.2774888159235801,-0.10503977483795078,-1.6587647140967814,1.0347389464211059,-1.0774626707913408,-1.418306822834466,0.8315358874049997,0.21701432220115602,-1.9854925531407392,-0.039890751767724004,0.8225428812666347,0.6435764172146696,-2.3762807915184494,-0.6007590724042419,0.5206359041582688,0.251235920802112,-1.2984204618025406,0.06256630928190024,-1.6389478215629252,-2.1601011422949212,-0.6124138754892623,0.8526609833232252],[-1.6257045924674474,-1.0117711914184013,-0.0015458459415244657,-0.37713542547385387,1.1599631887562847,-1.0833830438682286,0.7063973826882223,-1.8331241572995767,-0.3923263015209148,-0.11329948990762663,0.5752572078084786,-4.123153213591573,-0.1611190855052015,-1.11833024459045,0.8031748001663649,0.28327641450686036,-3.663469599973578,0.6787121172258506,-0.6906002455137883,-0.5772644012927639,0.4481014484537333,-2.0344313327542083,-0.5128543986989064,0.0009812849689258144,-0.6587664353143194,-0.10495436285259023,0.6779419236487754,0.7505969517936124,-1.394865088000473,-0.7317008136808649,-2.4731871453393786,0.1686394327871126,0.1346320560412099,-1.666372526735994,-1.0033189724293925,-0.4755816608064179,-3.927597040061283,0.21883622433405966,0.5421098306703636,0.019615982499359867,-0.2676978268928508,0.3032115073509754,-0.8386481467260657,-0.09272775929564471,0.01320458939826075,-1.1442996065621471,-0.8255707048436614,0.2997369885202361,0.9475827051918558,0.9757428719561888],[0.59632098432244,0.2754631251182677,0.9623961175372001,-0.44452177244251434,0.7254630457858781,-0.17689351690424218,0.6765839930196912,-0.7980130752016505,0.5800555069628931,-0.7590480325911848,0.398384337461211,0.8884135443545594,0.16792828122452189,0.9002945352702167,-2.580590785258638,-2.3550216034125278,-2.162870658000879,0.21271943885574732,-0.8730371657901302,0.6251753538353793,-0.3681909023106915,0.5802751157867383,0.9666355224216598,-0.7890349688803343,-0.3496440372152017,0.775495719221369,0.17026419661336703,-1.1186391685267734,-0.3227284209659173,-0.40030268003862723,-0.4500956417517726,0.4746498145479136,0.12742422794352298,-0.15214286938092464,-1.2925124374352244,0.928594988169326,0.41728055449880125,-0.24789562079901986,-0.738135068881653,-0.24909802449859053,0.6316133778964903,-1.835506415524153,-0.05871857076833999,-0.7603459419198907,-3.299576349746187,-1.4506688349184709,-0.978889706529293,0.9323504763341054,0.10201053112505803,-0.0020709713550396648],[-0.6536332476594982,-0.35224503187350115,0.9306238309891883,0.17334216758260862,-1.0959456574141606,0.5450456687583486,0.8600313572428923,-0.38408771863005764,-1.0901828837741316,0.12837633171000268,-0.1260299720000867,0.5499080588244509,0.32623498130773665,0.09144627267062957,-0.9762332031568408,-0.7762336168547792,-0.10800530101478184,-0.7141281330877672,-0.4167993367921682,0.8249245917883823,0.30879450987644524,-0.4767281030807834,-0.07352971740776058,-0.34954916723165963,-0.26262980703941774,0.852195699014276,-0.15483753840431416,0.9293211066312543,0.37612681592877895,-0.10509001804122278,0.2747779667257561,-0.7717956183994515,0.5496784960740289,0.5096230512765335,0.3801461834301555,0.7693916804227418,-0.27253874802502615,-0.046141730827737995,0.3238818760122673,0.434691703745705,0.8599812166763852,-1.565822539031976,-0.7435131212599606,0.9551090599637518,-0.6201571204672721,-0.19198787560765673,1.1921395031997482,-0.8902492262872724,0.021168854943647536,0.707592900536677],[0.08132446373625729,-0.5428665643304786,-0.07611605565794212,0.35100520373064953,-1.122283146403419,-0.578036868400401,-1.4647629775841107,-0.28917928481373345,-0.9033676873976114,-1.1224231154148718,0.8257067088051508,0.1058118239173705,0.37121290951803754,-0.04811694864181118,-1.1269747865316384,-1.0355673735028192,0.3378686193203782,-0.4240723073544911,-0.6378226379528041,0.8103018815368528,0.21168975704917276,-0.414893577517755,0.9456577601565839,0.6447105901761923,-0.864906634695462,0.6866021489256459,-0.5514124275379959,0.2380147658128725,0.9450997067420231,-0.429106241496827,0.8059433776997638,0.5230431111957057,0.9750454588926776,0.4014822553023295,-0.8294504509929003,0.3906483179214371,0.9737416814641922,-0.8426576645948056,-0.325352361647392,0.8564418227754144,0.7562369831200689,0.5647340954410972,0.4162529611698202,0.8597105968729123,-1.0500095416230177,-1.3872894290170237,-0.666630557045248,0.13561000776346172,0.5504631764739499,0.4534687895057675],[0.4070901915965356,-0.5168506109326886,0.8401776179202288,1.0297114219636607,-0.5541843037253015,0.6202154259130651,-0.11764137355383138,-0.391454651917088,-0.1516036804917489,-0.4930060549663665,-0.6870718615170547,-0.6802858779974108,0.38624311467413475,0.9604769349691529,-0.9112848499410058,0.3673099087330099,0.08662687023369794,-0.8645075369938605,-0.7239152585320339,0.7069237958306962,0.8896383722248534,0.31053803011824216,0.6579314633815937,0.7963090814677585,-0.10053618644637206,-0.4584919571305807,0.7351819512833794,-0.0723442595821318,-0.13774511767863384,-0.0333966372422971,0.5673423621135153,-0.2528256185469899,0.534061043309699,-0.8764657419102102,-0.4234622589692651,-0.6014313643097199,0.16530712204250875,0.24648953703265147,0.4815348682831525,-0.05771780966409219,0.550142034379512,-0.6134407207676954,0.5525993391049616,-0.9445545112219658,-0.4298378186516813,-0.5113401996204262,0.1797098408167757,0.7284184656255178,0.4036909715081239,-0.49634648571399637],[0.9874503359030128,0.24584540326631055,-0.21421092979000383,0.5838234022479087,-3.0848880511674004,-1.1028330175749517,-0.31800603488591483,0.3894966511960918,-0.8836254908610192,-0.36259369888934806,-0.16053121804895645,-0.6969439269235451,0.09669163721190117,0.20317040641014536,-0.0008238030807394165,0.14516901382744046,-0.27711642207269616,0.3558361894474496,-0.17725202304094503,-0.00207031833500322,-0.08367930421185903,0.026197673805831295,0.5523127544481601,-0.21818702383293004,-1.8265354657517137,0.431844811071108,-0.3021998884756836,-2.24030019675053,-1.0875819315772113,-1.1103212012327817,-2.112145342288902,-0.6346611916293088,-0.14320167003826134,0.15357058405044147,0.9078890285556728,-1.0368087779231308,-0.23265264662458862,-1.3175686623554181,-0.09810517681394974,-2.1146499739888256,-0.6518457436886184,-0.39263349863681274,0.5298939109855315,-0.2597628879327899,0.7448046146534844,-0.7270972311399848,-0.37043928223077355,0.054078305519195555,-0.014198560565729703,0.11681073173769561],[0.2468783943043126,-0.8626881463613167,0.1928853027668583,-0.05062275349847555,-0.21912858661219878,-0.4895477066003878,-0.12944690915145873,-2.0900510331827467,0.11254651311851917,-1.035321558332206,-0.7717511239235777,0.29206585363372356,-1.0765935386538688,-0.4756850808710693,0.3425883953952785,-1.903568397219194,0.28436530285064043,0.5660844461428813,0.2536669977967314,-0.8909681513824895,-0.686537276440848,0.04428988505351615,0.4560467397309816,-0.6728468654790645,-0.5584590968685601,0.38637612759219886,1.0234720920131755,-2.979233916424281,0.4048448998660414,-1.385340898701538,-1.2740794474548225,-0.41317356012010753,-0.27989784182423605,0.6860799633613541,-0.20619135737023034,0.39136102301669967,-1.635568996829749,-0.7524677380797945,-0.5159759354594388,0.30978238245137907,-0.37687676236666634,0.009938045809812866,-0.4196119870619177,0.47178333380213633,0.04020150741485342,0.48452682239491535,-0.6098391238570213,0.5713126641894933,1.2260039926005926,-0.9395570824960986],[-0.7787893394868135,0.677775104661623,-1.8861185057085694,-1.03715886299891,0.003873662064637545,0.17272353598507678,-2.390617103454049,-1.5628578139240055,-0.5596372069903065,0.7921222049278941,0.7536081278964182,-0.4745927926040607,-1.8812041873007936,-0.8965740060450401,0.8755985787576089,-0.7870814948166377,-0.4308850554603546,0.29157426442944673,-0.7887682390059834,-1.2415452590237093,-1.0612146468002603,-0.04489686716879195,0.7084722921027987,0.46120703724503964,-0.14253379377800554,-0.2612608608686398,0.9962298186937565,-2.6037504031755665,0.86552418459563,0.36568120019344214,0.6310099668025015,0.2865805926302121,-0.5353103375270547,0.46961265125634155,-1.0978387636587386,-0.32955716378834526,-1.8181454757891702,0.9422924285886438,0.4967602163857125,0.8903357796345793,-1.1586718113167396,0.14515330033772042,-1.1098025847560389,-0.7442560205080964,0.5662894332440784,-1.072591445075862,0.3272322267785567,0.5813850507896932,-0.9053330202261592,0.6207916275850625],[0.28129351314825585,-0.14118902789781662,0.7178088876412889,-1.1183690432182865,-0.10109175249174425,0.23107011144766193,-0.016204488888456246,0.592706934747511,1.0152507757608817,-2.44653417472909,-0.5909686690652263,0.16144392368651642,-1.2168807009524807,-0.03803425213159095,-1.0866128246387436,-2.258031572060839,-0.4606380828216581,0.014402583454677506,0.543533908071771,0.6351558153723402,-0.52024451051874,-0.4358190077155034,0.7002410804673198,-2.1597479679655116,-0.3194557768773969,0.5394972669036728,0.3003649340586019,-1.6754576414223468,-1.512244368477135,-0.013509854383417801,-0.5765634349474152,-1.5257025930139732,0.33235458404239787,0.4229459080670192,-1.6278808062411652,0.4345335782278596,-1.048804865766506,0.19471836264021294,0.4267539023995982,0.3745108724001651,-0.28670865318212596,0.5321660094961297,-0.7178620726489993,-0.7897240199618869,0.40872508376098426,-0.2869479542295444,0.4200691723722918,-1.6737636383146037,0.8261575533974796,-0.7632297787734588],[-0.6005197749567431,0.00942683405842925,0.33049731187903747,0.6398835328955533,0.8356767866747666,-0.3456951459143935,0.08241271401562776,0.7931638717631034,0.8920061275845915,-1.0472936484449715,0.7907582514697348,0.39974781050070046,0.8029675002541676,0.5863966324331105,-1.5686622414974267,0.130854143138779,-2.147718839146578,-0.19757644837009883,-0.7596562329169322,0.5686979358678872,0.23924741076299455,0.6545837085001756,-0.2235987826122535,-1.9341809215755819,-0.38998558430900926,-1.0338480083474648,-0.1805946773910488,0.37753530092513765,-0.5114858842875066,0.03565491741939327,0.828504855323025,-1.3931589073526507,0.07351145851587765,-0.715415519818978,-2.5741407547830133,0.0423650535627689,-0.6745057175697499,-0.17586568197637426,-1.3145561745865357,-0.6007319594106993,0.1094782977966069,-0.36179165611102526,-1.2564600871827123,0.6922624780052433,0.7666357609447483,0.7508949370275625,-2.8118343565456647,0.8491080008189229,-0.6677018952589925,0.5476032793540355],[-0.6691261433775912,-0.3374166773714216,1.0323706714672647,0.30067170820318134,-0.009902836913370936,-0.08247596234278963,0.8580714228451138,0.7850402624244386,1.0603808840976898,-0.11292368344954194,0.8436922562582357,-0.038565992692495575,0.15345732423976396,-0.6516840496858142,0.48202757378939093,0.052264498314892174,-0.08423645203964597,-0.34020035758606726,-0.5436077243047942,-0.88151693788837,-0.05486012772491961,-0.059935479374764254,-0.30242152829802654,0.006186125407936914,-0.06583296120735511,-0.8101809754115661,0.21709008576508282,-0.37600425599577514,0.42891037743309013,-0.8783092093877449,1.3256296519741944,-0.10203755171617157,0.6369649677278614,0.7335424525240956,0.6599962904686193,-0.7010244435679837,0.8716680694483809,-0.23653840265216455,-2.676660178123539,-1.4416987306485305,0.002921630037443287,-0.8499585576946144,0.05033024112988671,-0.4774415220674715,0.08802589113087413,-0.37590404487014056,-0.3774607823434493,-1.134683094335279,-0.35624461042259076,0.7624338590255197],[-5.447818787885784,0.4057831791603674,1.073174928475075,-0.32133446217305844,-4.03799295191229,-0.3562458434215208,0.8679452759488596,-1.8548215978429137,-1.9620287215910062,-3.329404348036603,-2.5987995078464006,-1.8326164141020753,1.0616242545960155,-0.9251977249460832,0.3181204902074291,-0.9627609255860768,1.2878468673242445,0.2245068947457392,-0.045312001286273634,1.119333930912997,0.48225387607649944,0.9927063510568213,0.08856611208124268,-1.09217985725265,-1.2399159208914277,0.18806891627035024,0.6849285129238678,0.9153207167279885,-0.29697516098235505,-2.394304582641743,0.28542754975889484,0.7145981284561924,-0.2947660952145207,1.0887967020145937,-0.6694243839423137,-0.49443272792882353,-6.459263663022613,-0.9697399546161226,-0.9524889570186403,0.9660492779099521,-2.034560125377187,-0.8826479730762821,0.9150065526353903,-3.539578800581603,-0.448425318532088,0.2837247607514812,0.318298261359177,0.5303575164710118,-4.015859973079019,-0.5377553396468063],[0.7835334052152136,0.6300002556397996,-0.34128825506313626,-0.5303141467881738,-0.3470433504336988,0.4178070193684267,0.3837014041603025,0.0722925761418057,0.18814869956655894,0.7971513040550486,0.4910825000230354,-0.33622594595467215,-0.22014049942307012,-0.7113589171748437,-0.362440784690347,0.2735469815660059,0.9422311529345926,0.741870658506158,0.6308028116975486,0.2625073888091918,0.5953533748069847,0.39143667655956926,-0.08385931545016576,-1.0658159097426767,0.3679676800401828,0.8110324914739457,-0.8273129344732695,-0.08956436234437556,0.48182187543006905,0.7429077599739484,0.6030548469523732,0.48468575235061895,-0.5672191292611393,0.4075449275448106,0.7539723033403107,-0.750289827562904,-0.317464006556835,-1.079425695088444,0.1190700245914874,0.015150879285226819,0.17988911572817315,0.15706558847823657,-0.10360234925168506,0.4148104801316572,-0.5363107203452645,0.4486348288711852,-0.3589714681981246,-0.20930754566811718,0.8881306844709953,-0.2640569959948088],[0.19768508144204314,-0.533321645596816,-2.7808885213326127,-0.9575434111325369,-0.044009632601160885,-1.014823093938916,0.6803857992144758,0.4981814597449801,0.6769403193903356,-0.4882980803798538,-0.1286809264519313,0.44512452926199914,-0.37628409663816825,-1.8573275568863041,1.3045221297315832,-0.11219908119118388,0.4051733920451451,-0.66723624984493,-2.3026302449100875,0.3156257624586737,0.4035354312341614,0.2538222816335925,0.45579331388154937,-0.3936106434660309,-0.07081709201111124,-0.0910724064021365,0.33767121582483534,0.36918934027213157,-0.4173066234705639,-0.11459594244993407,1.0728609003665401,-0.396142692836711,0.9107077944597659,0.7421579133281194,0.030955741259378788,-0.103824459429305,-1.1843573832290675,-2.7657788341386973,0.40345306144504606,0.5357786369788822,0.7337477090226522,1.1454492167564492,0.8790785758716742,-0.14806909246336164,0.42134376473931834,0.1646250295425227,-0.7075366851837234,-2.4684468551044474,-0.6618111364376109,-0.13332866787940445],[0.0020497085492335487,-0.558610242925027,-0.0593089854080843,-0.5416244651662335,0.02899954728922065,-2.0964376431080374,-0.877600392877697,-0.0003648767600597043,-0.7863946842029331,0.29008209142425634,-0.41319345142895747,-0.9571936394948497,0.19896862477842242,-0.8379340068552864,-0.5747281079432641,-0.2908456200929267,-0.37180054024787507,-0.7023203614339245,-1.7687301235718573,-2.106773159412186,-0.454715087144412,-2.0643184689511402,0.5224986191126243,0.031184243558344732,0.3497155327535162,-0.8583937188195969,-0.021222188843816377,0.22648598338774711,-0.05001967134422209,0.8985399951750117,-0.5241516990127746,0.11883042731684366,-2.054153356487347,-0.6978111100829396,0.7664382936338527,-0.03818638628649367,-1.0016784485835142,0.3768284695495237,0.14522185218423486,-0.7047513218509256,-0.3266085503660527,-1.285799832630143,0.40632356311133727,0.8479380302661491,-2.07417181629181,-0.5420102578742135,0.9661917843039813,-0.7702039904811248,0.4466327758862134,0.09975011867689616],[-0.023927237499094048,0.7958540021434305,0.197747051615223,0.26003628860507405,0.0639834247196069,-1.9335590344507505,-0.9862862899160093,0.2381414876677946,-0.009076039866195464,0.3591344184570723,0.3505419580248365,-0.5658564810394153,0.4487102865396796,-0.25484288235205904,0.33594525516020995,0.8637068531929588,0.8408229697037526,0.1444926799336475,0.008410023955793988,0.16346503040417276,-2.6294373492221315,-0.15103136639756523,0.9642917492518341,-0.5158349779547057,0.7981961854350689,-0.9579726514855517,-0.24393207637929348,0.749372091214263,-0.20778736286615135,-0.12908366801027357,0.721892980711282,-0.8689429943784037,-0.4250556664120392,-0.25839124396087554,1.0665937255488478,-1.5140211667732493,-0.30549178193197796,-0.3343538669099512,-2.042926374937019,0.0008585015713279296,-0.9599906269931473,0.054944161502100124,-1.8643570523801956,-0.4096534034120009,0.06979515204043109,-0.6683018767071791,-0.20569092151464824,-3.3384829632496946,-0.8457605279327426,-0.495223058543501],[-0.660514989195661,-0.6063630427633347,-0.16260990684952917,-0.667393380140361,-0.13932157853817975,0.05899660095777567,0.2767112652134372,-0.09472492124060825,-0.17783394975060093,0.744257203362637,-0.49061099972498684,-0.8355214029409989,-1.7787381348366333,0.5769984252833209,0.7112324809061377,-0.19885411533288175,0.1549034677171267,0.3660788022754404,-0.8050562598411739,-0.9489906124443594,-0.6906134794017238,-0.12023985654756597,0.0499171859294031,0.1658016073311167,1.05866443365832,-1.6334483855743687,0.1435485625262747,-0.10498346588438572,-1.3302545285043257,0.1669037658427085,-0.016178085090472683,0.5597828811882819,0.04405718549315555,-0.21984506486076488,0.4334338606644676,-0.8455173038543843,-0.22139144931280766,-0.08765106708982938,-1.638785214985207,0.421069766121272,0.3690538863425059,-0.949380563754528,-0.673363014386751,-0.37555952835005396,0.10827380926978941,-0.7145629150626412,0.3871353714029233,-0.7312567729994451,-0.25064359564092503,0.24331886213330972],[1.0916587847627133,-0.03459836477706994,-0.31840808975584173,-0.6968840997393506,-0.23316888734712543,-0.1919978178101046,-0.8261642953391511,-0.16027419812945384,0.35551054193311993,0.022694371462125783,0.5014737152934036,-1.0275967471326959,-0.6184223769182007,-0.05719376983956742,-1.4624342665543544,0.18857739327320042,-0.4642906946904011,0.4307009073831495,0.8715537660323973,-0.42825550050228534,0.2498806189132686,0.6526484706149415,-0.036442775851987526,-0.3292104869562237,-0.23050909700448788,-0.676989199297489,0.68353855487877,0.21663500180507975,-0.1590607646346899,0.07814239100192046,0.850368844472949,0.09988066872425903,0.19321396992642276,-0.6839254853572203,-0.06253376905722012,0.5198464073004065,-0.0476131843276582,-0.27581633876833,0.3572451298158624,-0.06649519774588648,0.7134795171533481,-0.05583911304611502,0.07207712627783863,-0.5062158260654782,-0.2632972229856248,0.7333823817975869,-0.1690689143994583,0.5777257215886161,0.3011344706803219,0.9789848724203183],[0.6893833662653414,0.30271848405260127,-1.0195768159916592,-0.43574863419906057,0.1004177168994519,0.5023925055778832,-0.37330268238288256,0.4714287874930199,-0.07234698585433638,-0.47283114151263705,0.9394304837304043,-0.29321281005007777,0.4299440045031817,0.21718967169309256,0.40908943606923764,-0.5478913113575558,0.7825699059965217,-0.3618624386406076,-0.3736623002458732,-0.6588724721324116,-0.9329522890094523,-0.405372662865303,-0.13940611886802506,-0.8036615805750285,-1.1201214713828636,0.3537363625997306,0.5386519097847199,0.9077456834848896,-0.05886983913533943,-0.1454906683064639,-0.06260649046878138,0.30383920753150184,0.5989381287473179,-0.5645190131203285,0.8884345930613373,0.48586620699315136,-0.4630321967781309,-0.7856868521193402,0.06728128002561927,0.3623110945662605,-0.5770819098804141,-0.3746104750541826,-0.23612969731020914,0.9234489994637246,0.5065757340845768,-0.42353374601820126,-0.06777048193793105,0.4888153753359209,-0.16323939674434718,-0.19296053622314843],[-2.154434900628266,1.0048663126690829,-1.6295347703962484,-0.38347039143815154,-1.0981611183693496,1.0268764528386445,0.9161745997765781,0.4662285377005155,-0.8344949739636273,0.42525110196273863,0.3502779214238279,0.9611439691448965,-0.9428106770326763,-0.40313065367565437,-1.425641244977936,-0.8089438511345606,-1.3884601760231305,-0.706863988205122,0.6979412456557937,-0.7628350115289069,-0.02708040088084125,-0.5717740213579066,0.0577788498298161,0.7236637120601975,1.14751459110743,-0.8383304919099995,0.5224496774024678,-0.9198240916959083,0.13410789739842383,-0.42370637584225657,-0.2123412825394786,0.035802018326056055,-0.6293665345170252,-0.5943514164700288,-0.7099626664905971,0.035902350331430924,0.48054203736625645,-1.2974595030880558,0.9487453263331291,0.7627361692889656,0.3763398744343811,-0.5686949522612509,-0.0534841738157265,-0.09399332246276218,-0.11715171753020198,-0.6215366803756079,0.4239287403880095,0.06574390775292684,0.24577725813174575,0.7679856308062168],[0.41723269295412113,-0.8965012096178888,0.8929817584756833,0.7147850019190521,-0.5828265216387917,-0.7909403109585385,-2.81622103213569,-0.05279775283612284,0.021813903794009444,0.627717456140656,-0.7965477709700816,-3.9607886599623443,0.33404776557898996,1.0043811559372513,0.2646825309943545,0.08467977374101365,0.8553835796436088,-0.28996446234328016,0.4004067693300041,1.114078827216441,-1.3396082255122816,0.9875887972402121,-0.6228799461803333,0.054264683950082174,-0.37557825707195264,0.5809071476250235,0.376866124984969,-0.9228199323167182,-1.1135955127116528,0.5365760744910404,-0.8108764450680254,-0.5583399884828002,-1.1216712540633793,1.2471878347114969,0.37033757077102364,0.49155382402613157,1.4421762869359287,0.7861958925713046,0.06760219514696278,-0.0748661497645955,-2.2297073554794666,-0.5831388712711801,-0.08964689594129976,-0.49275295957294213,-0.4588226803757626,0.38287085511687197,-0.2760397449229053,-0.4687104106265681,0.6460160324155251,0.3851601068600289],[0.827612201019491,-0.4959121216902067,-0.999405942420666,-0.19588450610865887,0.6472175672602621,-0.7663605078334905,-0.6665594692120739,-0.5590431788865928,-1.1326557460313285,0.17020275416177572,0.1595118459133817,-0.4985431782486418,0.8478668761428695,0.46015021570726716,-0.06105748756739539,-0.027445078597698007,0.28071924768155315,0.07791871795941992,0.12299887119037187,-0.35060981787821105,-0.547588758846574,-0.4456528309758639,0.3694138144899326,0.1541299108817084,0.4485256051301754,-0.054185264447011425,0.9353897530962247,0.861736318915401,-0.4597895032330065,0.9629297445260468,0.275601823313944,0.2517487206916007,0.2007466173867274,0.8664016682202477,0.9082199896604977,-0.42928345289739867,-0.565622470753971,0.1798349737124055,0.7608795481994759,-0.9681812144394676,0.6708214376114072,-0.1621371117377663,0.13495224970686184,-0.287601275963833,0.34418990516383685,-0.4808951148119427,-1.044078800469081,-0.43597544476801814,-0.44916066734662413,-0.26057010120753016],[-0.7557401987575124,-1.3985123339749097,-1.8321403343579472,-0.08290159975173161,0.38203076547481385,0.29050251246819525,0.32508701341085094,0.9327349819899924,-2.1762277888246078,-0.02670004905528537,-0.6146887945160757,-0.5593222084259004,-1.0845097099790382,0.023698391756837998,0.7959811858508672,-1.6424164852831533,0.3796003554214669,-1.4501167680931184,0.7077490558629,-0.11346592460633777,0.5054646085881793,-0.07285265333534767,-1.1432816166987898,-0.025623361183445867,0.8151169017052058,-1.109555662152526,0.7486120542396707,-0.7217574097417397,0.27820281308635175,-0.4761339978592681,-1.0569238695318146,-0.6101010292987191,0.3723826166162943,-0.531537703250405,-1.1469513214289457,0.44662675414589237,0.4811608539220394,-0.5286993311447539,0.5434810264371578,-0.03665933673929294,0.07169732722105294,0.23599274762358086,-0.5359405079817521,-0.04479877331300568,-2.0781978460385564,-1.4995543995193157,0.056599171491322084,0.9721461645611387,-0.07907640071589996,-0.06926837800290084],[2.2202454220294037,0.49068431716777067,0.3671184454058013,-0.2591787635896982,0.632250516059601,1.2761566502887307,-1.996964587503768,0.42406705030114095,-0.2071173256747059,-0.46921371930829325,-0.4764024643493892,0.5598824330903577,-0.623424045549838,-0.15249628255741784,-0.4643262147723862,1.3801303725851475,-0.9848828444544023,1.063663549347109,-0.9447591193179444,-2.9856477150420537,-0.15439659517027887,-2.3275955666599644,0.609691028513264,0.9225597332857347,-4.339769853600795,0.8162855852541743,-0.8316323098890359,-0.42398798719827574,0.9788272427370428,1.0729010284484306,-2.5765277585584982,0.7944190878862173,0.0005297192899023809,1.1460672226919884,-0.8280698480783533,1.710473127181541,1.010199044798314,-0.39135634604954844,-0.7217902033983633,0.15601670131046885,-0.08429093882500845,0.6332641396628748,-0.3037954404265687,-2.2596761662491813,1.0690908916212878,0.5398721985874594,-3.125485795908706,-0.7090184835516843,-3.4347818732742437,0.3432129554953331],[-0.9218103648498794,0.5504720554904302,-0.5069583891254743,0.8467093703597247,0.40483009884906973,1.051566211318126,-1.1045197887669147,0.6888523036378962,0.4947214847076103,0.5875405308416937,-1.4271187279366246,-0.11118897883935851,-2.991795441077004,0.8721818666722361,1.0814755586541043,0.544647872881373,1.1239820977689732,-0.10589287684201841,-1.0162450773439236,0.3674902454004894,-1.0004540889508555,0.2661381933607003,0.9664938912462541,-0.15309791274636358,1.2364921107094875,-3.087584112330316,0.40915349252476224,1.0061245196399144,-2.9410711162579437,-0.39790409278498573,1.31106963224921,0.9109426127897376,0.35872835862204133,-4.362850716807012,-0.40864577530649776,-3.117195078985872,-1.1672335794522777,-0.10604473444616995,-1.3171922534337466,0.32815128736977117,-0.10952019051428742,0.46249579022652554,0.9829428909316508,0.2646032539487172,0.0676496706671813,-2.120910865813245,-1.8419650334702071,0.9911101081336722,-0.7932818809552382,-0.31018422549907115],[0.7850124921127484,0.9041499099450974,0.6389531090677448,-0.2498047057064938,-0.7311461484711291,-2.562802566184071,-0.6108554713356618,0.4488112915739679,0.10752718654648685,0.6372988323620198,-1.1861836575360443,-0.4641429737663207,1.0601882899152526,-0.8122348319414942,0.8310688594443469,0.8195365751483522,0.27305104452014106,-0.6366265476439856,-0.7056829544103357,0.5115153669397545,-2.0490697228021495,-0.18562303037679562,-0.7304352898679293,-0.6315203507093973,0.01929941739879777,1.0308266808527449,-0.8106249240123835,0.6173525944633216,-0.06875354725351564,1.0066169659004578,-0.207041879632809,1.1008756803416802,0.35243445951904523,-0.9622116288749444,0.8089924970969902,-3.447131730921719,-1.8999291140679933,0.039034832799952214,-1.3962997126837886,0.22255539093959284,-0.5620207974283861,-0.5361726155037362,-1.7917472057013197,-0.25223717543733926,-0.40989569301874773,0.529508314350977,0.14438520388523599,-3.3116108364714245,-0.021962028642505092,0.5100413810910562],[-0.4661441984288417,0.2770209322340349,-0.15650772330139004,-0.7337492307425978,-0.015387788710801355,0.44373861713582485,-0.6480766525514722,-0.6704882088149172,-0.67410244404648,0.5684193849837136,-0.671425566319202,0.691299010338033,-0.8864283459815622,0.716941999462937,0.12413407401220079,-0.14201445992257902,0.7562086365934024,-0.38843052954554663,-0.870754092322458,-0.09833508456329589,-0.7615348055141095,-0.794792610769468,0.9359401218970124,0.23558211505226856,-0.4150189407527863,-1.7234932447827789,0.23704510492947956,-0.32289146200847196,-1.8704477174859218,0.48808416071905986,1.0240845111892074,0.4720552573883168,0.3061763378849604,-2.4022095375067227,0.6291831608315019,-1.3628208593474243,0.235122541713583,-0.18866071813300836,-0.24243232692769626,0.4384294483851667,0.4263968143379716,-0.2676639846190388,0.5615355455181184,-0.6829945748687598,0.6394253762497198,-1.7293954378397718,0.18018901368196752,-0.504543138405708,-1.245004295158092,0.37089157185931515],[0.7936550000919202,0.1888745766552083,-0.3837191065757207,-0.473379183944462,0.3332933894736874,-0.11910087369920941,0.35803143705579277,0.020802404650001934,-0.3883199294623762,-1.9690274433347157,-0.19538935487358491,-0.09667987139601907,-0.03156350700321714,0.6576551643607956,-1.245361666303938,-1.5945427028077994,0.9587387379501106,0.32277795187939995,-0.030796203156447762,0.04219568352631184,0.028815795700445165,0.8825115836827726,-0.502848872056848,-0.6394652430643186,0.8695924118581217,0.7624968126436624,-1.1308100477231415,-2.5736389617509925,-1.550193844028199,0.4180311034063374,-0.4424664872496721,-2.3932336569813732,-0.19084031697392573,0.33741834184317193,-1.9336201931801793,-0.010667536233552148,-1.9686578568191737,0.2194808076763424,-0.46350607546448397,0.8350047303383912,-0.15918964999336033,0.48831424519607214,0.6640865743207807,0.08629015490220836,-0.8979146371906309,0.10095126659972821,-0.44680578387092096,-3.1559150746245224,-0.7148736124229452,-0.7259780650468597],[0.4116068424354341,-0.4066927057223484,1.0823774918716624,-0.3214200842368543,-0.03849480910927301,0.6351401500623663,0.09466507813142258,0.42511745717013416,0.9187555872534102,0.9263048152595813,-0.1650019297135275,-0.6463275070334598,0.12424225836022225,-1.0892613566907152,-0.8438091489977673,-1.0736080150812581,0.038362290337573136,0.023881110556014027,0.540374597171032,-0.12594396990814563,0.48551530124952824,-0.4429551168423569,-0.4695669637456278,-0.7877265399552194,-0.08567089437342318,-1.1987782648053031,-0.46239612045855105,-0.2582562157733885,-0.38396139500721194,0.4623734243933513,-0.8054155541381229,-0.8374451950243433,-0.5196816841146265,-0.528717738435701,-0.3844907511698963,-0.008013878904776287,-1.6222154164849338,0.7474462524114834,0.19363450628767248,0.8053679367981823,0.5386403618485878,-0.35631833428675824,0.4897389519693333,-0.2530965965056379,0.2618386457839937,0.6690375097320469,-0.015905531071927333,0.15907231528048532,0.5278184274609048,-0.3072516103195868],[0.23609972732834975,-0.39594092799373876,-0.22673892838762835,0.6162007491998913,0.801147329988366,-1.5423695291831478,-0.39131988361776227,-0.44576188046773835,-0.1191319209796407,-0.9147966161140144,-0.4955631643175006,0.7439040807951492,0.9624810238282223,-0.5562137096452684,-0.24180171081265567,-0.6421922328325061,0.33687337534929185,-0.03675276379050394,0.17115870542424666,-0.9458560896565011,-0.07857892312820798,-0.2954040811569761,0.27124840763706376,-0.029709565873925748,0.14543799128620807,0.8711651371092533,0.6265826377727798,-0.6941021436901399,0.034722594215773575,0.08197445288053681,-0.6366398124262235,-0.6168353258707313,0.7809280325605535,-0.9635839941524725,0.05958276085682022,-0.6621409377393725,-0.736213430228108,0.5856580440463269,-1.0257693409291253,-0.38752330793492284,0.601129557340058,-0.7475954182736357,-0.1622827085312427,-0.002980808229442728,0.8514999195044818,0.46987107398951367,0.38195876528952105,-0.7085153314331575,-1.270842909701636,-0.7619902237166474],[0.9602454991852871,-0.3275508784202009,-0.34464227425395033,-0.4142155793250846,0.26141255770094807,-1.2615042398717646,-0.8792159809781313,0.9861913774721401,0.39905152840521935,-0.8077935508628429,0.9659817809993765,-0.2187693727689755,-1.1663715206833032,-0.5595569302666714,-0.5763535078333527,-0.3597640555966822,0.9019568445200706,-0.4683234582863677,0.16972755868399708,0.8954304956097346,-0.6047031303518327,-0.3819100290247038,-0.12061173947372532,0.3770565798845677,-1.0441850824232308,-0.3256339968832787,0.6197421724591627,-0.4100462263224916,-0.3229733138716458,0.8379815663090041,0.23054014532401715,0.14565931089086812,-0.02344608302615274,-0.5679635613762521,-0.9202651339397749,0.07448976152247186,0.4361576969105468,-0.2950904237840081,0.005582091313569691,-1.1091330851228605,0.6892727410314741,0.882418742529956,-0.22310280318964806,-0.8792198609306053,-0.4886890026211881,0.39599582921738075,-0.7531241423518518,0.6120503378921219,-0.21314879889904964,0.5911485056770772],[0.1564523047339097,-0.6556128108147983,-0.2829161707470254,0.30815394944994506,0.4667636789072732,-4.457146288696348,0.7151517762680171,-1.8376030840764617,0.8178710696262005,-0.5576687789554476,-1.2422685619992084,0.9054391813341206,0.26540109799732176,-2.9586375282496675,0.8453879838507181,0.22207591085652378,-0.3938367935422629,-1.9826054202981973,-0.01395553142292551,0.7274713403901547,0.3601073633118813,0.35633968159486745,0.40542109386940234,-0.3974730178591086,-1.1941360345481247,-1.2617213426808245,0.7972066834481712,-0.9721342864318122,0.8344016503121225,0.4239809008835729,0.7134384554389872,-1.426165501824023,0.8246117026131736,-0.09765641878329233,0.8826057100471775,-1.9854762609586445,1.069793405503323,-1.1046206667193272,-0.731535985577318,0.7452609248968611,0.021030745461849944,0.7191339917500259,0.7544473145057018,0.5184809515289971,-0.7698224783823457,0.7257542613536337,0.3882998257253308,0.8654138607443228,-2.561600167940718,0.4463769332172189],[0.3662052890593349,0.24888638342145286,-0.8259452860532555,-0.09427108705353632,-1.9997570164247502,-0.5499276601131466,0.8939287314652595,0.16062510085860776,0.1002289927588409,0.06629028615433046,0.18036162129245545,-1.0028001311055605,0.4087114725358938,0.7380430376293148,0.573743699276875,0.21778498622861114,-1.0712015812419298,-0.002517532328047537,-0.7222514944822029,-0.06410966059354813,-0.5039342639847137,0.6108305019733915,-0.5166981012591084,0.6906332985858706,-1.7674204501855937,0.6739949822125542,-0.6874350387637472,-2.005993750638642,-1.235622864986922,-0.5163138902808562,-1.9418470475253389,-0.19146814417151722,-1.0697957454949651,-1.5292499346451445,-0.09974622272953526,0.5075454763010838,0.39270025447298973,0.06779764245225339,0.1895702414920752,-1.4268831426826232,0.23620952225271316,-0.850442444376057,0.07302268162248188,0.6122726622068461,0.6938576293290086,0.27508739742801896,-0.8529646111921183,-0.7414305910526593,0.617928290816946,0.43178928870881317],[-1.0311368987874039,-0.46944862645244534,-1.156566264416985,-0.34691655678132105,-0.5210815333729643,-1.818222640501897,0.2034677045052551,-0.5594191142384484,-0.3856509927631069,-0.3124319798566842,1.0250461150233805,-0.871597203797727,-0.6953898699819737,-0.42875719122240974,0.7800675910158612,0.7945371159500141,-0.6689832501813037,0.2070357962338048,0.3517600845451899,-1.005437359618579,-1.2622401936257917,-0.17001668643566592,0.36264957621232013,-0.45550186734845627,0.7964526922377119,-0.03304781479688993,0.5225837341321844,0.00421649965624424,0.8684105198287242,-1.5672119714158912,-0.6671400767097427,0.13495213841775938,-0.17917370746086442,-0.8058673077527454,-0.91693016535572,-0.761848150730058,-0.5346300365160047,-0.7621882067106754,0.7041560264159842,0.9670592049587882,-0.6586441912802463,0.3957497155760002,-0.31141114169380146,-1.507587425883227,0.7391621623246541,-2.019819184820926,-0.11259738868084639,-1.6321949890129925,0.261600940479088,0.7300658404047101],[-2.663413634356816,-1.297303778675203,0.9161253385544589,-0.3568615566693491,0.05720618330286854,0.3938829334827269,0.6219300023078431,0.4702218996417878,0.6739847032106112,0.677011554653864,-0.9439011563435086,-1.3116540578234084,0.03827174614940022,-0.1964643389965822,-0.21730037051368836,0.4378304471364754,-1.2524640169082064,0.187047855141115,-0.9418777414783602,0.07179760003213911,-0.6179420936896277,0.18854923586757777,-0.3593500926582205,-0.48639848578799677,-0.4823351543307209,-0.28156000373590323,-2.150786117832354,0.18511164187534987,0.07660432219871692,0.3433399399136641,0.39469932401807645,-0.1932802126601022,-0.5766284000881573,-0.44542109802892677,-1.7998391005956471,0.3160173448604177,0.3341874774740886,0.0651041320951203,-1.0374937952217085,-0.11529712623089186,-0.1899720746226894,0.9967591370039425,0.24111389910667153,-0.3242636761378922,0.11439543903924916,-0.1442867047500461,0.5145874581551346,0.11850451247331385,0.20605876383409413,-1.6030512203186678],[0.1587070321504627,0.214496006839637,-1.0282701300607413,0.21688930270720536,-0.7035342995912034,-0.28253546852120504,0.9084417233876034,-0.07391691736002802,-0.3269581880548002,-0.8210954722882964,-0.9070420779583095,-0.43970611754588634,-0.5760429066592713,0.583263317652421,-0.22803741553353785,-0.7917820206324311,0.5905013845052516,0.7530865495754735,0.9996890081197405,0.7958745833800357,-0.19268385857699158,-0.5236917336546737,0.29835315978119065,-0.228795585573354,-1.1156685067913028,-0.1913203782306103,-0.13705402975919456,-0.21495284965990905,-0.583482537756352,0.5689044630499942,0.28597117788157594,0.7825095861430894,0.6882637334383713,-0.5874369926569015,0.20067548498456722,0.7197740395642328,-0.2947550648645656,-0.12566246533392753,-0.4438830636926565,-0.255925150403669,-0.7165508525011909,0.7013806864104728,0.708726804870992,0.5798925716463976,-0.14603423040630562,0.14008099683891562,-0.45376869402480285,-0.4158002708790718,-0.7483225326442002,-0.5721352769765028],[-0.01629132921654992,-0.5434642140205483,-0.13950891131351598,0.707454986766767,0.7585331356558819,0.37921390069928634,0.8575151026104083,-0.43370379846342944,-0.5285691186209165,0.6586309273964214,0.00043527997406449237,-0.366237645126235,-0.6206487909357945,0.8810691199266713,0.6880668175787239,-0.4105123230220636,-1.7769091439139484,0.8967854022115638,0.18041122081545455,-0.16750133345404328,0.4046078955173071,-1.6900125647344244,0.19888112607961722,-0.32486762019385285,0.6920877303357958,0.7934017670100958,-0.10531944385645105,0.535240512049066,0.30833459602570623,-0.9317725724077915,-0.4146891225376342,0.4042517219925667,0.3338256963700652,-1.3902501681881587,0.47402924024504256,-0.8471431194595671,-0.17630267965872412,0.8930904838706349,-0.2470081773016048,-1.0147342440117844,-2.649457357492301,-0.19203450490016843,0.8005883141624204,0.4605178660436689,-0.9388419455758864,-0.7146573752374589,0.4805157894363469,-1.9662248121493904,0.6467137174696247,0.43264373213910046],[-0.201202920535068,-0.023255553866424007,-1.387281627795664,-1.4592401381891142,0.2901490589653629,0.5088307985307302,0.6196563942072696,0.3926102808372493,-1.748778844958337,0.8740074742210321,-0.37449486826020395,-0.27824747406754874,1.2026143423334272,0.9172284463808539,0.28724446624022615,-0.032944291705872465,0.5812342151903366,-0.06518362457058507,-2.031391848283838,0.28464256031347895,-0.7725099283555438,-0.7810205766321153,0.3091484775065065,-0.9325482673899448,-1.7462771731774773,-0.270307444656389,-0.3436536520327412,0.1921957327501454,0.6357124580354705,-1.3795980502585912,0.8101996762042444,-1.5510043638350153,-0.5039041698469022,0.8471086233842487,0.7666995312382178,-1.0198269084257297,0.5484300903428095,-2.1459688739457796,0.146820346965765,0.4371033782183656,-0.3240066870313707,-0.5820928933113445,-0.10759749725314922,-1.507970621016685,-0.871554323361519,-1.0508290975513463,0.13512569183550163,-0.8129210210864415,-1.1941018797621028,0.7035088747751712],[-0.09109035506655189,0.6148343842279596,-0.8345390392581392,0.5012091914687791,0.44053504985438874,0.42219927567634213,0.6020540243394309,0.3714138536681021,-0.23671904712114314,-0.8902921632059433,0.9514360846451866,-0.9423782430986014,-0.8264138668062414,0.6948537988621863,-0.35091975600755454,0.11322316306164422,0.2599450402399812,-0.35084377510048625,0.04378607054892659,-1.0385490963334563,-0.3567344297412999,-0.4812982280166869,-0.4492748799418111,0.8182448225791036,-0.06836942436878153,0.9121370940193703,0.8850992271310543,-0.5793580734445086,-0.39020592274500343,-0.39010649401572817,0.748033927047398,0.7243602797348913,0.01836646213846497,0.13233487975215968,-0.2995156842167291,-0.26452219312384434,-0.8383222945391259,0.6110356730960917,0.11445582385421452,0.34450664411103205,0.10059070609196244,-0.030621037083295163,0.010641391807503784,-0.24780215042874681,-0.8578201300118854,0.10839128484985648,0.5524516467239118,0.29294762758339016,0.8526884857942759,0.08474935609718277],[0.4092910239934102,0.5908890567138033,-0.32142273247883446,0.6858455118589819,0.6835898333199625,0.2859590258871181,1.0012593385136437,0.8098826965219798,0.29572023771336226,-0.4122404544378562,0.9645915012340969,0.20900621731229344,-0.14040096552994133,0.9453240158531996,-0.6427385856542687,0.9287693548572782,-0.4233355901191175,-0.5000814998015936,-0.14510098830478482,-0.5873719697829466,-0.41883393846779454,0.11245008317300023,-0.3220862232597968,-0.5654648654237078,0.3105178256049802,-0.017939477255356617,0.6540064044964378,0.025895434074064656,0.12226111097752192,-0.8497767569711947,0.5772428959273173,0.37805652599302797,0.19024949433473937,0.043167928738389864,-0.5372080846046762,0.3097643908715893,-1.082329598325745,0.9112961632208461,0.7920143196877594,-1.0226429631122416,-0.05902367409496507,-0.11733349782367346,0.9441898950021615,0.37007074939994505,-0.46567938657678415,0.2925010289457368,-0.4454917457856644,0.47121623457704803,0.9796576355432447,-0.83048772441375],[-0.02452746432222193,-0.7176016417838895,-0.5463109725274623,-0.3922160187725884,-0.8080727158036589,-0.18131650751803963,-0.1531225675397395,0.4239049527880627,-1.121292548559915,0.5335176243666743,0.7293918522701881,0.9225143796996897,-0.9713697054797188,-0.7765163433115955,0.2279171081522738,0.3848737078773255,0.01516907191487956,0.6434071738326099,-0.7984211175854554,-0.5770615989260603,0.0026438066326887302,0.3674968771755965,-0.184813671021696,-0.852419813208629,0.8546772347746783,0.6002695934092032,-0.08801481430566058,0.7995564929062049,0.43676355516427734,-0.42447479455822834,1.3207594885500025,0.8184119700231846,-1.3824259623003077,-2.2227017163260685,-0.31414861328784194,0.537177222119516,0.05570352345479275,0.659623294646133,0.49605349354233996,0.27069971347372335,0.24248744239602701,1.1110881722071078,-0.28525937811278307,-0.43566590701175245,-2.179479011013877,-0.1885048940390848,-0.862282626135158,-0.4699477186029253,-2.3851236134155367,-0.4354890911026327],[0.02005697628614837,0.982072783547855,-0.19223852526485521,-0.40021407791844543,0.6474726450457948,-1.0713592215301029,0.1569648490420355,-0.4670509427500711,-1.0218354064740933,0.6090116233419408,-0.32506349169060733,-0.5565383357790186,-0.827452671214106,-1.1501064632712463,-2.0425612548675023,-0.7671829941961597,1.0965650612663345,-1.281270779213516,0.08860873202271118,-0.48698330781318017,0.34180144248836947,-0.971769868701707,-1.5231029694867013,0.9717022515685824,0.5962787773364789,1.218417650508314,0.7047014412978039,0.12927936510953753,-0.8442982650573223,-0.011695112903246638,-0.15986719698864035,0.712399324083591,0.550068358831757,-0.2934857009295029,-1.3432685412626453,0.7741938265018149,-0.24643273788767064,0.5358058952522303,-0.0663262196243994,-1.9006198841301265,-0.5047084495462117,-0.9557143505825094,-1.6161214139049074,-2.614304041995371,-2.5816871542990714,-1.210483481344654,-0.35428403533068364,0.5594977273409921,-0.6716097380252002,-0.7080624950924519],[-0.009065647626807866,-1.1953184581703584,0.9323538730284935,1.0555993819084242,-0.4442503120343096,0.22530996473511677,-1.3536257307599415,-0.09177401194600866,-1.2628718169176996,0.5336038343405768,-0.6246693663459175,-0.5183181409396587,-0.0698979830456256,-0.85740194346294,0.1563643522671761,0.12138601970053167,0.43232471273482803,-0.04444530676100058,0.3228552811754567,-0.1352816397742467,1.381844887863694,-0.08851533724136311,-1.7779487642198955,-0.011568889467559901,0.4899809194430423,1.1410398322119986,-0.8055008143283716,0.7842255867525348,1.122624883990797,-0.10283557065490895,-0.034143949535170665,-0.604525518734144,-1.1524526323205446,-2.9965479777868222,-0.08512404274271164,-0.3935799654609891,0.3760474127249645,0.017670576210609537,-0.8261680653976153,-0.6124753548862644,0.02337966885632262,0.009007832575855006,0.5480957512279084,-1.9036558868489268,-0.7714262884938881,-0.6462125462475327,-1.5397502191075758,-0.5201175566857988,-1.6272736634261649,0.5848822372073732],[-0.573002485887906,-0.49270556665521675,0.5808975539621367,0.7915837708243709,0.8466248785648953,0.8274921220296845,-1.2706236502299528,0.3883300855297873,0.09775677400664506,-1.670425438346053,0.39471413552922024,0.1395746984204988,0.59849968788108,-1.823129680129845,-0.8916956326267989,-0.25994806122269604,0.905895503583541,0.30940775786298425,-1.4288905870316526,-0.5519582942195851,-0.7121080267151865,0.6445725130726796,0.13585372466451312,-0.38558134194390026,0.9412234178161099,-1.6780073946342537,-0.6820013855498199,-0.2829768595123397,0.16859863002358896,0.054532517242488046,-1.1383494930756588,0.42282847428771814,-0.667444972413497,-0.5640904618984491,0.3690209472620526,-0.6943669963463116,-0.10542826489634836,-2.4991570332016515,0.006988567568045622,-0.6457333960902628,0.13048026120587403,-0.3499678661497576,-1.5467819610057325,-0.5218472883988301,0.73196370861014,-0.4746519090422539,0.4834509402439943,-0.9650147797151911,0.6057105464767489,0.33889240052278563],[-0.4747816570509181,-0.05459039460946175,-0.46593399309822586,-0.41819359771060843,0.5831220717051976,0.650204736451537,-1.2342924383269323,1.0910424511330865,-1.6390787186692202,-0.9950177529667199,-0.18979663200439348,-0.16985701436506506,-0.6497214069790482,-0.412683076585785,-0.8711507224766167,-0.9216594358195974,0.9137755786269748,0.2932822931248385,0.23879854848985196,-0.0812318283900803,-0.12131698027464313,0.3171027351819304,-0.46951446412174086,0.3889229080894254,-0.3156847167202812,-0.4882462997882109,-1.2435027285307692,0.9338209435947946,-0.10653829745177687,-0.45794518025296516,0.3131884069853968,0.5651800189380718,-0.8332338963590367,-1.5202424288816014,0.8582136240299147,0.7296098676135417,-0.7555999059826082,-1.3915899302100896,-0.2765096391957176,-0.47602816524510305,-0.8182396286261285,0.6317607286834558,-1.4156273136534223,0.7377886745359383,-1.1480127291602964,0.8322653694535895,0.12566272543210769,-0.4965854905006451,0.505994139524444,-0.6925845427191468],[-0.3715955559512698,-0.5418656184823275,0.5303058622661347,-0.5657371513692109,-0.9433770753560377,-0.8800349412346369,-0.9537660402467001,-1.3321042024805776,0.9700487337940189,0.1049577907163955,-1.2431619379561776,-2.021845475218064,-0.530649053757195,0.7679190020847003,-1.9358975834638652,0.2748311177243463,0.8984569142790466,-0.6594958107598987,0.3399971351317413,-1.2696283353982227,-1.9800114377859759,0.5005687731907381,0.8908134633871007,-0.74159064735182,-2.8617321060430148,0.3852052564140168,-0.7056087273274625,-1.0552177774703027,-1.6823000228741105,-0.17555224600899355,0.9838996706450122,-1.3206354476876807,-1.3537885816556143,0.19220884126398666,-0.16619542538274978,-1.0710787683945193,-0.276515293698225,0.5177413062616312,0.22438067722505775,0.6921964102498609,-0.5622950665029393,-0.0860347218154929,0.34511878795238354,-0.4382028613805567,-0.6653277054850283,0.08353848778508358,-0.8258459034112662,-2.248644282116623,0.12196640034842245,0.9606129462717314],[0.7734631267193578,0.19362163425563295,-0.6696339516894869,0.01001956237608002,-0.6829237756003798,0.04247711850535083,-0.34379219180548315,-0.09277362788091825,0.6656422462148903,0.3886015681511005,0.8144551102472324,-0.43254055240804545,0.5993011422988046,-0.15860601054676088,-0.06795416550120549,-0.6801187678462317,-0.4298339001830263,0.2857979029018368,0.17919312657679803,0.636078879802256,-0.6733658972757336,0.4926069259477339,-0.7526680694281528,-0.5045478813000791,0.13025047378952845,0.3874976779116306,0.41443970960802407,-0.8081370816698522,-0.6174467383637875,-0.9707322575522267,0.2746030868852347,0.4072545008041625,0.9927287913605205,0.1313250305155052,0.5199555433672597,0.7952404161257675,-0.8747155469949983,-0.6859310169060979,0.2931668085204492,-0.035064460163167416,-0.39319519663626884,0.26294584800234433,-0.8369518574119991,-0.5434790793657979,0.6930997511086591,0.494445786363703,-0.46638367006094145,0.4945803273476268,0.869149593843529,0.5436935612404789],[0.5264028725254829,0.2389145772665756,0.9336226802476452,0.15603529190548548,-0.6924893274141494,-0.3980412758441123,-0.4312709100425612,0.785011473844243,-0.20094223458747448,-0.0450663782146165,-0.7182572945665294,-0.338650376557732,-1.2535542205830725,-0.6764043701510858,0.31840462751984044,-0.4432208234903973,-0.515418904773382,-0.9046360627948268,-1.6002890849289169,-0.49317706901382213,0.19206544074066412,0.3632433693594352,-0.30633322618453906,-0.8395137659577073,0.28587492208013154,-0.961926048422385,0.830318342440043,0.47038580408173536,-2.4737721170746294,-1.1422160320167611,-0.49365132664205374,-0.2502507869562344,-0.6808978498967134,-1.0263218381766157,0.13084057458449977,-0.34283485810367303,0.9307608285809187,-0.9729623478903041,-1.0150197814303004,0.36446597323072066,0.262127430156589,0.05818152882058395,0.46424198290959606,-0.5635051301816401,0.645684537139951,-1.738889888914679,0.1119101525826085,0.39624153739402546,-0.8302437567263504,0.9631877647914299],[0.22718131535474637,-0.25466706222005553,0.9014493518296597,0.05778142255680336,-0.544053286734509,-2.7077050745724063,-1.665503650327581,0.341093722096761,0.25687938975347197,-0.7035337473103263,-0.7250256202220036,0.7096405329393983,0.6380203018764794,-0.0030302520255631902,-0.3829902962703012,-0.8174743367426441,-0.6398558055062404,0.8464143474469773,-0.28227176576055063,0.29742347834038907,1.0142694625289848,-2.805023512997291,0.9518335439593735,-0.6806684781162243,-0.6427504474843654,-0.7991618412299255,-0.2800986827085354,-1.7559326722036985,-0.7527339889208811,-0.6274004844117346,-0.8314995609194935,-0.31246053030504634,0.9711979455206718,-0.22272861329946872,-0.5703039071309288,-0.42436514247194446,0.7067036878392396,-1.7603461369684001,-0.943226727000439,-0.279731267966532,0.32736767509119924,0.6466667346475089,0.027574096775677435,-0.08261181003429956,0.870937680682431,-0.7094680152391749,1.0162306744328569,-0.6483463622896234,-0.24805275591055598,-0.17631791320394424],[0.7485459779797782,-0.7931135316191401,-0.9608664031669568,0.5591607136235436,-1.012279733071224,-0.6574728102640766,0.19680428499402766,-0.7261796311325681,-0.6752027322564024,0.12409607463851689,-0.10054548139440078,-0.5648531527721478,-0.8390517681402244,0.01925136153312038,-0.6302748535344282,-0.20128398070387424,-0.6920761165074814,-0.42951051645900357,0.109429516220619,0.41724253026453967,-0.6031194778207813,-0.04991651260199849,-0.506876015973159,0.7978635500582064,0.9098175163700549,-0.6624680490661118,0.4121537557925413,-0.9619950733395346,-0.9208105985573479,-0.9558745295794002,-0.526569606579558,-0.4151789362069191,0.4235038165275953,0.33440516420886746,0.7720790902661283,0.54407910753752,-0.00989456533454033,0.8272168147172073,-0.7886355506460684,0.022715553472741644,0.11372479175072517,0.033446404093715326,0.6167968662462218,-0.22265476681453097,0.4927330117729327,0.47966677080478554,-0.39033044342508183,-0.13708119350074482,0.3378025739312874,0.4992524987588986],[0.2701246732429914,-0.4861523415001093,0.09151073115940703,-0.10860370453229187,-1.4712229347600319,-1.256044228235283,-1.0648046956346617,-0.4301225844199068,-0.3223403881299626,0.22142548610317186,-0.4757095970697083,-0.5232764114883854,-1.3424845424359566,-0.9470874735295618,0.08670239614069133,-0.11041481206376903,1.314588482188629,-0.6147853843895102,0.12729833048560849,-0.2209078260743479,-0.4237067900835038,-0.6935229815798661,0.2750664694217552,0.9772934224567859,0.3585711197285912,-0.49427709405639597,0.05112532611341259,-0.11949421374902304,0.15283508908012627,0.32475285042142965,-0.1307794405911507,0.10038731681321537,-1.056058922363846,-2.4572061739488884,0.09180145949786564,0.23738177935600094,-1.056879314625897,0.12034476412285657,0.24772713602031035,0.8562273962411318,0.9052518667865219,0.0002407128697078536,0.5807749102604888,-1.1718368750572379,-1.4955430786972261,0.09421816409872469,0.27526018524009904,-0.6863656032719996,-2.063718180732717,0.713249009932406],[-0.15515483943805583,-0.5810433102384255,0.6248738858075281,0.61336133724339,0.5601336504267,-0.923423209261225,-0.4875200025660436,-0.6333836371457383,0.953514451210536,0.3223377379572385,0.1957772109356547,-0.40080282354544505,-0.36214100680888883,-0.31913970319967105,-0.158789108190091,-0.11924140062766618,0.48194697789166546,-0.6104942620319058,-0.6740338323568758,-0.15933315858202327,-0.27334266130798046,0.42856284004587136,0.886958222889497,-0.5730979548662678,0.4833933852607165,0.16939359983197058,0.5380828504952843,-0.3961452682815225,-1.199784573888666,0.07370438528568676,0.5737932792818039,0.14872299867175026,-0.5900761890538583,0.32544000527532635,0.6953435819240105,-0.3703233621368292,-0.32805099436233626,-0.2677129905961684,0.3625126523379865,0.5887482132556332,-0.8996439765515823,0.5012967542548846,0.08035481741716899,-0.6057064026968366,0.3704853480136952,-1.0017265424951447,-0.7525003334651756,-0.9668981113467426,-0.6256878768102746,0.4314851738900294],[0.6541512947368053,0.14405836561431568,0.2863779125168241,0.8259219551910907,-0.2213020054147405,0.9439328957936372,0.4365838591228144,0.8227526612893369,-0.46180838799881524,-0.46874404266997227,-0.4642184773347747,-0.82882539308705,-0.7457389992093735,0.9566192264448361,-0.2587833151932535,-0.16943003416769764,0.4760638549253864,0.41708674320728384,0.2415201817310621,-0.021197828087198424,1.0052864925522849,0.09144053804280895,0.07840565639543007,-0.8431656243755412,-0.03270785445547895,-0.15080351447077728,-0.7209769726691395,-0.4617501241483937,0.5773902656303992,0.8214685021710353,1.0560809553738473,-0.1968851235499177,-0.33675813725979636,-0.05415323501980016,-0.43195005332994985,-0.6712669135916293,-0.67279091913063,0.2094975352104825,-0.6290496202723058,-0.5346213461965903,-0.2234271655046576,-0.1756886937490883,-0.6014207380147021,-0.29796886774623627,-0.17925076838066017,0.7331241779802222,-0.5663367923072958,-1.03349602805803,-0.5132441108752152,-0.313321688438707],[-0.45572084587652156,-0.08288813286136666,-0.29519023076411105,-0.5315666190846061,-0.8824081394158728,-1.569937956557102,0.5298369605296448,-0.6417538078986623,0.2615171398276875,-0.0038189684741819895,-0.8178750552450584,-0.19391120658894198,-0.5643335462794997,-0.8458743286498531,0.591901348652352,0.5978052523640076,-0.6887347828477836,-1.1086174969838711,-0.07015688157518898,-0.6622748762331849,-1.3928013690598848,0.1417128274169894,-0.4272270389625238,0.2194454699971025,0.22606199233578986,-0.015246397624899852,0.23161127979023213,0.5835560786265019,-0.09243415947985857,0.5007784261401409,0.4638070904941883,0.1740925788849009,-0.4597675656560599,-1.3506276635146737,-0.08337762000727789,-0.6878208402730449,-1.7816808091868477,-0.39102856192985785,-1.8347477276152167,0.04528841195432267,-0.5525807100404441,-0.05668589558152264,-1.5166930427671876,0.20427767835545085,0.571401627809237,-0.38248253375037344,-0.33289552107303666,-2.0919140682877346,-0.2168622071520115,-0.3502975199511397],[0.43443379251039627,-0.8023365237699133,-0.22141048534257066,-0.5938542815375261,-0.5385091304193914,1.0188867708278229,-0.7654754634228205,-0.04534709704135982,1.0824254838199627,-0.20362383601811113,-0.9479849681192911,-0.38658170198079644,-0.22110768102454956,0.7361071857343134,0.28592784994865744,0.5108614685181712,0.15664307380353815,-0.8776403446653495,-1.7356689643109584,-0.0934968923142071,-0.551258359850303,-0.2227731738144248,-0.759794687842164,0.15134738267497583,0.23889399074638729,-0.20906103172278398,0.35368131323413926,1.0867613702229164,-1.5948950362729175,0.03478830390125852,-0.25762995459617616,0.5837227470225363,-0.6881829055957698,-1.4346978623911588,-0.9210204158929431,-1.9855959268463124,0.5199494726647768,-0.48074259792688895,-1.3510766654858435,-0.48018976332092694,-0.4160185755819429,0.9366827549591313,-0.931787183792433,0.7737076084104961,0.4336603979297959,-1.7419120877829095,-1.026793312129453,0.5209563351237394,-1.1295265912912622,0.1774215780978457],[-0.7667814031718149,0.4436145984961815,-0.27957471482966745,-0.0621267137945663,-0.5887160594281007,0.9427795999364137,0.17368082126019319,0.8778316401521521,-0.4614966459835886,-1.8479139483845102,0.5850918051091296,-0.7659942005631529,-0.6745968106183173,-0.5964882088250263,-1.0219223772965413,-1.4788680134300212,-0.06886676795639395,-0.1361814401562088,-0.767440017134027,-1.0726740526906244,-0.7326997358374071,0.4298467550308934,-0.9094777535616648,-2.3354949352487764,-0.6490321291241563,-0.28539863598389753,-0.3591431120418881,-1.8286157536735341,-1.711552873580596,0.31171950286245054,0.3160675635876372,-1.4068135628146667,0.7342292183219975,0.4560822332164293,-1.7370588919490992,0.12758874889944424,-1.2014619772413542,0.08228787755316226,-0.5424674794580029,-0.8420330426758162,-0.2634754413138801,0.18118496558374195,0.3792242903296442,0.3290716795199603,-0.4423616560497925,-0.05091041317645395,0.021734495980843815,-2.391833697909126,0.5181180077242461,-0.26963233144667276],[0.2327974585095033,0.41155418326168863,0.5741550035624171,-2.473956659403661,-0.03537887869109949,-0.7296113692431129,-2.3282057159592906,-0.5282764791238589,-1.4340644289675246,0.04796501910146492,0.6149934226018384,-0.22157811358176968,-1.8121186794144128,-0.6874820074333267,-0.37098162905768817,0.75043680604851,0.2157623908106738,0.9735606149226373,-0.39565485341835566,0.2591669444823951,-1.9874058617461476,-0.6662538092483844,0.7011070009622413,-0.3048198425021209,-0.4323970173077697,0.06221317030779396,-0.3627008130690587,-1.8827216188864944,0.6316641541186082,-0.7940761180968599,0.6162427563143201,-1.2846344546373938,-0.927717571342533,0.6554448309417603,-0.5538584938330897,-0.6940025400181089,-1.2992607573144,-1.7604000124919437,-0.5539653313150582,0.445118169803565,-0.2410719794905636,-0.7544016632954201,-0.8640595525518132,-1.0395185005890308,-0.8770638394249991,-0.6699679890135601,-0.19983598777468048,-0.6017438724715442,-0.3690554799021269,0.638667285433203],[-2.6021657509002143,-0.2953184579254455,-0.07826421952255601,-0.30642304717277014,-0.35423447562918076,0.7666950472344868,0.9271564125334605,-1.3543611855053104,0.8303187213759748,-1.87064762823004,-0.994652362594039,0.2748300268945186,-0.6132842785704982,-0.1682893578509436,-0.9259530057956487,-0.5968410058955259,0.023207932854565082,0.964941890319537,-0.6548241027071069,0.20422961636543005,0.8631124004412107,0.7136816180512812,-0.6188287597309204,0.3355148051938002,0.9260079423301061,0.03554649041046768,-0.5375621486786498,0.04616432316443208,0.6505690743799254,-0.3864989280911,-0.7174343852500908,-0.22547680041055196,0.6885688829859099,0.15824511624864637,-0.8781380338835947,-0.1922820587287721,-2.945982038995258,-0.42260861070119643,0.028232408589384087,0.7532345235796796,-0.8540322697245417,0.9832462485777,0.5329453589748535,-1.1631925529058857,-0.37697026131625067,0.9325061512673593,0.39526105532033695,0.6270375716835073,0.10977688401355723,0.348938350536174],[-1.8372194463112106,-1.0628749059314504,-0.06744901648407389,1.012606201784962,-1.225916277912109,0.4751257722101997,0.11810701231705495,-2.061889406437762,0.8597895823739259,-1.9189977111595082,0.7071591958345372,-1.3730918064258495,0.5302664490932427,0.30244608241736287,0.6958184867365311,-2.210113828258827,-0.8090220073484417,-0.38526250694865344,-0.5999748600784701,-0.5969878515431288,-0.14669742988280815,0.41755440521732473,-0.5740701975505124,-1.0373439631468566,1.25633017272828,0.9736081933204799,-0.5163313338609724,-0.7408736173855822,0.871473421306727,-2.2638119056786064,0.08248364405700156,-0.5342142108506255,-1.278895711455377,-0.7070590751391393,-0.7064911061368211,-0.049135420193714814,-3.139335958934985,-0.37020238482505735,-0.06823337935006286,-0.8741205120620026,0.31884003256813975,-1.1169333944694588,-0.885907071149191,-1.504462413000505,0.038345621654660864,0.9532253506234978,-0.7400292463329549,-1.005482904398532,-2.0767672504524057,0.6936146978077822],[0.8350723449544335,-0.14115742994751415,-0.25113576651569847,0.9457007683227011,-0.2936500048757423,-1.400333011999617,0.8787751860538999,-0.8427765799947268,0.15553673966012818,-0.9794975042435545,0.4889921559638527,-0.44847733572172804,0.8335027938529168,-0.2817356280355555,-0.6724402381579706,0.285353614768169,0.935008983816208,-0.6711687589863892,0.22587389067766986,0.5068295106865243,0.08265269270946819,0.6113983266738809,-0.4110662688733712,0.7808815797765868,-0.6832945595397195,0.2830227618330645,0.18925658035453213,0.47256002681852993,0.21707821787696846,-0.11371239423878651,-0.04787530166469982,-0.019806146518521566,0.9396518622073489,-0.4790835558406642,0.47760119822087266,-0.7694575740896588,0.6308895371597888,0.30034417496651056,-0.31031911255105243,-0.000994416846421129,0.5973793448728506,0.546893528737848,-0.4380193775968439,-1.5920694997245362,-0.5046263854047143,-0.06692983083572927,-0.4580528278459907,-0.44382377579158666,0.009264872129519895,-0.31949055224066447],[-0.8866348226173075,-0.7815874964215425,0.7440746741390393,0.7528474619842201,-0.21997954552322932,-1.7538449212315743,-1.383366399947602,0.5041660161212618,0.19689630699101976,0.15532827592164047,0.7727823889073003,0.22650473799515655,-0.6731061596114287,0.16518936634386142,0.23595853927716773,-0.025669569440919963,-2.0055309242328154,0.8412231841917334,-0.5652300052120413,0.9691714859730923,-0.29386128683806567,-1.5204278986473525,0.6443286123422842,0.8652948132645871,0.25470126029268503,-0.6252711341617485,-0.40039061810423365,-2.77430791466838,0.9704083208015827,-0.12440540568661032,-1.0883366256821843,-0.6498980356413582,0.358527295806067,-0.42880355702845935,0.37376207791466903,-0.05305216587324823,0.0043769201002673555,-1.6823393085031615,0.9812276474488839,-0.19327767258484857,0.05665127300284655,-0.29064982004286966,0.05152643895057284,-0.9782784025927946,-0.8311655950307031,-0.7300762243567437,0.09052193064411955,0.9800016092678956,-1.7756108860136866,-0.8725619192773125],[-3.8013466024051494,1.4408620843178752,-0.8470686264026887,0.41388739302583266,-0.031977168589392375,0.7583223818302267,-1.3175983650111571,-0.5235226353535872,-1.0672321586038283,0.25305496938374455,-1.1005028794367844,-0.35492825446759213,-2.444500326121831,0.47081564521514885,-0.7032096622753318,0.9915098374099919,-2.033408601151265,-0.3471924904552709,0.15466242677965217,-0.8404719889594578,0.8010321314351166,0.6460293796460989,0.81989500209213,0.5951133221992172,0.7902399841948139,-0.5172616871539443,-0.6257109291795394,0.022024290804079878,-0.4149925224557531,-0.08045674975299502,-0.20303056386432994,-1.4629047549153777,-0.3885508945086878,-0.12164064630429729,-0.49981469274921253,0.2672500316151985,-2.1668316755656676,-0.9348079520490454,-0.20875215586888624,-0.8971177965584939,-0.3946957869115927,0.19987379738853336,0.5684089953078397,0.1433954490006091,-0.18526591003847837,0.364195648085439,0.8355095661715327,-3.1794201881995487,-1.227331809589507,-1.6946761687427285],[0.32832822851039345,0.2279553419178157,0.9405041433271152,-2.266992959486283,0.5999297158510803,0.9311121104976928,0.11923730359947601,-0.25863988506185814,-1.120804707838331,0.5834614734168764,-0.20937934280260836,-0.6422174612584794,0.6166175708270875,-0.13898320568914208,-0.6196858978509135,-1.869890337089623,-2.0424428471145477,-0.3069012917366768,0.1277583024213216,-1.2885760685470766,-0.7936359482785149,1.1072561599101596,-0.8509676923551824,-1.1838158608569456,0.6810712605331081,-0.38750891369027257,0.31626881532725076,0.8776799374223415,-0.011931629972536278,0.42822038945390006,-0.8839084664744847,-0.5208108231203756,0.20322904574089237,0.19533143371940428,-0.30798066867400276,0.6084474521598534,0.8696885945284242,-0.6849433797618282,0.9741643831207217,0.17999829487238078,-0.47781970656219136,-0.13899861382960824,-1.7620895337114708,-1.0919399312624902,-0.4048934482076457,0.0361285019433601,-1.8531416665419578,0.21299519228639333,-0.09558699545543989,-1.1682256984317185],[0.5422593586266395,0.12235798949330895,-1.555468343615701,0.7497440343725742,-3.1802873180344333,-0.8585333255355395,0.10467398911099914,0.2013110249109626,-0.08694743248986699,-1.0210496519990302,-0.6083117687425056,-0.43225094779656154,0.881962072177912,-0.4182963785207699,-1.167507465416986,0.49700870864869173,0.8350404433795001,0.4529294858476212,-1.1008164976007506,-0.8366545366641984,-0.7637520022756586,0.08317856431225219,0.8409183315592588,0.013037106894239103,-1.9767684833899115,0.4681806064774898,-0.737529513747622,-0.004114262399392135,-1.5500718696427034,-0.1809128163310394,-1.1654875267459486,0.15617049025934587,0.9624180565744105,-0.7308948802830368,0.6169009000869564,0.597354758824379,-0.5536178504982011,-0.688423785543251,0.10888987718633632,-1.587273483318476,-0.5886865747509399,-1.4127855501451607,-0.0653366901016837,0.7174162043060568,0.9405803099569349,-0.9196063152999188,-1.3257753596423882,-1.7498870385921752,0.9580786429168228,0.8010423603875642],[-0.5392449479373458,0.5279234718587729,-0.7530550065014889,0.31487565959278785,-0.35348219594321295,-0.6800613976283736,0.599540001836005,-0.38955517436902465,0.8492287203443629,0.8633906702134901,-0.5197466772637271,0.9845403859432954,-1.426724305312687,-0.6721898412675416,-1.4210507972638082,-0.27034429204808635,0.010786162978042182,0.642760650392625,-0.9166656756602095,-0.4865576872678249,-0.9925466648385827,-0.12543636663785648,-1.039199894106168,0.42710838933994894,-1.0293642502823148,-0.48629047244712137,-0.011518666616798233,-0.11979156321384207,0.36559726785181806,-0.09486962868314658,-1.139105730662099,-0.595872686292959,-0.10474913551029996,0.7686566222185727,-0.052751815148241926,0.6575174088230934,-0.1968046237747435,-0.46682398468310865,0.9891773314824844,-1.3352271407327174,0.7688377406238822,0.6725062874267725,0.5464108421618953,-0.08480478878032445,-0.5803666505356901,0.6978152512306642,-0.5105054948642814,0.25126652617798,-0.6697949654669649,0.6903587296907715],[-0.8228390103174058,-0.8428854233022702,-0.8932946509883343,0.5576849569406218,0.14140302945525518,-0.6279615898755232,-0.013415848361566162,-0.7975515403909185,-0.20348191064694765,-0.3510308253446501,-0.7593796658731022,-0.4036249911043058,0.7106231206417647,0.4315076391871633,-0.8622113327238166,-0.7762149790547083,0.43009346560953465,0.7746525336540284,0.5254345044153615,-0.31696279357360313,-0.023390150313362206,-0.20267493067706746,-0.7517500848620913,-0.6561539845280397,0.06005938441523472,-0.5064651514200508,-1.0781163073516606,0.1838389151341613,-0.6293231396700137,0.6237255758661805,-0.1055295763971822,-0.3874705027367311,-0.5204521506069857,0.4206519918853871,-0.21155270336235305,0.5508714272029642,-0.4027236420397733,-0.7149068615352232,-0.6695293844563904,-0.05970634657174845,-0.8337542621878725,0.0514257193039115,0.8368207677617278,0.02923730037979954,0.6650181807025151,0.9808139177007118,0.13286796153194216,0.42805657884925113,0.766882433913925,0.22258090945234876],[0.16960086452758177,0.6494906168941916,0.8278379723187503,-0.6118636035735142,0.5735635136739269,-0.7856681994999946,-0.3658863587835748,-0.1805525693248972,0.811227871565199,-0.8215880421952199,0.24101238538176248,-0.5676328364490791,-0.6825262246958548,0.3522220791830157,0.2295766433079375,-1.4843286277852004,0.469639635469271,-0.2060957466231344,-0.2891082554291764,-0.3377289233215178,-0.3134932421539266,0.35160598019597644,0.9833547872595843,-1.1967773497644918,-1.0101969052873059,0.6933674801926213,-1.216844739362035,-0.8808847071646478,-1.517121540664911,-0.33169105196624005,0.6494395812497059,-2.3447872838079125,0.27300413377253513,0.8473118783658634,-2.1652904934995423,0.5765796621424355,-2.008699162994105,0.76542333318621,0.5902672969451002,-0.5674548238139707,-0.22781693327527044,0.19495989570394787,0.12683239944801064,0.3916374593908813,-0.49526000623939065,-0.45839987271226584,0.782082808497228,-3.1098648039080943,-0.17150785878883124,0.23688204314749228],[0.20315183304692525,-0.7646232220869669,0.42246782797822857,0.00983445338438731,0.6009116036025094,0.4011941061976498,-2.85190014142263,0.1417443547551445,-2.0410356810514863,-1.6122910779466872,0.8438934174300373,-0.14711142667158042,-0.1002728900014314,-1.4907804143713244,0.07991009425465859,0.5196861624973648,0.949247917385036,0.9086269252153485,0.8841911084452517,-0.7084800428008627,-0.1156036570943287,-1.2063820617334542,0.4073452403072176,-0.7597605872383332,0.9908574245329675,-2.239940137922776,-2.289317572560416,-0.2805326566954284,0.3682863507455484,0.09356154064540788,0.020457303200922747,0.20943461806322008,-0.5920849265819029,-3.583225899135348,0.02102822795540147,0.6848458130407318,-1.7431882659645668,-3.3130307094241185,0.11505951229580284,0.5307055098233152,-2.1103057266774052,0.5174198599908917,-2.1005056618900717,0.9233051983115672,-1.4256840335686396,-0.12157663437848491,-0.4862578169149046,0.5037491437205935,-0.526103128111331,-0.06791608989747198],[0.03148555867165405,-0.8913966162228776,-0.7440342047176473,0.22862211807291227,0.8677146216092803,-0.46042751226670336,-1.1258907286479996,0.7255576003855353,-0.5994198254885447,-0.32601531506522297,-0.004861740123116607,-0.1648746981426875,0.3270987469943639,-0.43582899288587407,-3.322847728439433,-2.0959182491641255,-1.8063532415905188,-1.0007321268977651,-1.0610170164746284,0.10754139339661853,0.6668353663879926,0.6157445746536768,0.8057968095375105,-0.438721577533167,-0.4662997315557934,0.6610475813576802,0.6476472784323493,-1.0248068764696248,-0.03611341046699143,-0.02114496372860017,0.7860655967007495,-0.8961667000675501,0.2456864149811692,-0.4437472012290125,-0.19065385883099223,0.42798402860934887,0.020169491808949117,0.4866872306017776,-2.045580398582385,-0.18564366202350038,0.32018549731104096,-1.8039067129882336,0.7754983279608038,0.29287738553667647,-2.5824598548537447,-0.4308059261141332,-1.5399142109136987,0.15445207516522808,0.21926801674397775,0.4839052564551101],[-0.008584438411145612,-0.1691888204521812,0.6430562848944542,0.39114043140624744,0.5756530990768144,-0.19678761708511405,0.3477950135329339,-0.6813191658353908,-0.6588384999846971,0.24499762397287783,0.540931625805471,-0.08660509764955114,-1.161762865572628,0.5885411304394405,-0.483323224862709,-1.521349057432707,-0.730533412542935,-0.13284937272440095,0.7904991887195075,-0.4720875879765321,0.003480186271788162,0.7657678817651629,-0.46362572354646975,-0.5862072863137742,0.18620026030925343,-0.7408883062394994,-0.8665495062645748,-1.587011062036217,-0.845064995180826,-0.7947718057389934,-0.8734830940002192,-0.1540166194396575,-0.49122871580231275,-0.6597319290310826,-0.7330765122940989,0.6955518490583108,-0.21063053451211683,-0.770413241126442,0.8346349199753957,-0.40118149127033703,-0.10651256659870664,-1.39303135771817,-0.05755640976359185,-0.2995773708513089,0.6856502595171856,0.2875257946899107,0.10591933171514988,-1.1460347618006512,-0.8290700160354745,-0.5272291123636557],[-0.17143573039500246,0.7450033070215104,-0.4399499389049141,0.7434084793324328,-2.2934679710499215,-0.0451425869759433,-0.31339535182720185,-0.6048187257663659,0.7946862132690935,0.935497208288023,-1.4546196121130226,-0.10111852082928895,0.790474826740145,-0.12349999440529452,0.8974763473971907,0.3094411646412591,-1.9992089981904184,-0.499347349701349,-0.6474288993757618,0.8087805846615976,-1.0474256665177208,0.7903484003878377,0.44222811566104026,-0.8540621284330092,-0.6093469929300104,0.3319520588787203,-0.4186498294817355,0.9533934976970029,0.8980561336537114,0.5917046095076903,-0.8050030074557051,-0.1463644421368098,-3.020308082494618,-0.423566674785728,-1.7817862463284422,0.24634026212815002,0.6447955420178957,0.0956658538046442,-0.6204781242957763,0.8377370192381824,-1.3049845368312818,0.22508188297652718,0.30523272938491375,0.5668957370360872,0.26343109345600446,0.437352590591979,-1.7957937098931431,-0.2629880979849471,0.06281340303471936,-2.124890263776512],[1.214727997741078,0.5799701398411209,0.6622076965319018,-0.625692153048979,-0.008956706318406718,0.14149231456426503,-0.056942128148821367,0.01854706190893813,-1.7747022551248766,0.7751972693657266,-0.8542745747514772,0.09934715625640872,0.6866807307794005,-0.988343522694453,0.2339643634298566,0.23818067693613998,-0.09673026088561706,0.23651658838131562,-1.4552719522465976,0.34404276423116914,-0.7472024913161741,-1.7487942133465717,-0.07479827109138126,-0.4703748219934872,-1.3231010034708217,0.3156371327259791,-0.7426044675985036,-1.218835141602914,-0.4431278516863315,0.7157314074683427,0.05852321695761228,0.579552341188792,-1.4595713516471802,-0.9683313146329597,0.7810972082632949,-1.2904586435549923,-0.34711224671601093,-0.6624148655949729,0.9316389790671195,0.5112037008748,0.15116682534348846,-0.32203785017288244,-0.09090225621071718,-1.5512187576799947,-0.3807716446247673,-0.9906662328924009,-0.808141607799226,0.5320156881197293,0.17829309966871962,0.21683834432873397],[0.400547251194998,0.1801173485068632,1.013873806292568,1.0921160127916107,-0.8428943398591725,-0.14482254202120845,-1.9849446080872073,-0.11461816531548374,-1.1796068804615691,-1.136360991588805,0.7414972269544857,-0.5531329772606146,-0.5374039446140029,-0.16094176443959154,-1.0472975268307794,-0.7173785593697276,-1.253071878034713,-0.19696797594742235,-0.2945584020582355,-3.0352936747754646,-0.2342976860843993,-2.1930856394374945,0.07745606369974868,0.7243193895980286,-4.316526144191796,-0.6838775538208038,-0.17761313886981572,-0.6572594150950117,-1.7518169031087962,0.6191147247364481,-1.6409136716811739,0.8135460972966354,0.6719503337517545,-3.314416706418912,-0.47355186886082773,-1.6340474041154205,0.678101358149921,0.17179487100227092,-2.6097029571884094,0.3492840126544325,1.363536088039896,-0.625954040789472,0.715059147443539,-2.1360009828832487,-0.6107644790917499,-0.679189546377519,-2.6321950794806446,0.06051069247178554,-3.2648982827618283,0.3796523794607344],[0.16601417178664543,0.13797241050368822,0.014220442745411068,-1.0968375799660055,-0.10333656766006713,-0.3527957093784066,-2.6784709687514514,0.2729394043640266,-0.14723511765400174,0.5183711638968311,-1.0259009344956025,-3.61662244402943,0.25087855834713735,-0.1948885144318379,-0.7024087950449301,0.2865578875230805,0.34206161011121927,0.3278870810051713,0.5367244702861471,0.34098546532819524,-1.7336034644417377,0.3922921290662287,-1.0388921124233608,-0.23826049942920124,0.6929793846216842,0.40149914761407374,-0.6791452558530905,0.6286793935145696,0.5168597056099224,0.7137517440079646,-1.075144603497185,0.9026017875413038,-1.8749866356978642,-0.3480817344790041,0.9835599718975809,-1.0315160187195316,0.6148882904309485,-0.13015267587602114,-0.24796870681590516,0.45241382586373724,-2.250961505039143,-1.7417532842870873,0.7892723619249686,-0.6739270310736332,1.1617691396829486,0.9051749359248522,0.5733812306942876,-0.5088559916066675,-0.15906312950958937,-0.07060246256452302],[0.631320792702265,0.12933821756798264,-0.9725782680148726,0.4874495782941717,-0.045772194244981516,0.10951635521742487,-0.15379445889619403,-0.20622058830867127,-0.5043601268717993,-0.536017031144417,0.6872848569119908,0.4344760110665186,-0.7306503402115128,-0.6136789899084972,-1.611115668894213,-0.5229470308104607,-2.174608133407829,0.6576683775738003,0.9834399114206088,0.6939511707816215,-0.6954930722137909,0.8130679366841078,0.6341265325206543,-1.2560558527835435,0.9482970009795495,-2.1042076891410026,-0.779671431365246,-0.7854868584606819,-0.38711713315833607,0.7452613960360812,-0.4099030351631922,-0.7103963135342293,-0.8326280168032067,0.22233257152950697,-2.2751925894583795,0.994325042433172,0.4307085225432724,0.11593610967988195,-1.3068122092295145,-0.8055918099524446,0.8245672579936028,-0.5187007902368671,-2.531180717089712,0.07428430701177591,-0.46927333489229106,-0.7806608879557407,-2.557040022483421,0.7543451555749834,0.6111726161839807,-0.44197430075440314],[-0.4753418341087134,0.007792414181509961,0.7218495403572266,-1.3014031800645134,-0.24936255491145157,0.9046338821777246,0.2008556288396054,-2.2478842157921575,-0.7578090825761312,-0.9645265315277199,-1.2870388755574402,0.8776971697841416,0.12056532217010676,0.34616421989796703,0.19217924703421715,0.6080619965631235,-0.6999989355237618,1.0607533377936875,0.7414247066128796,-1.2703180371270386,-0.0894060068967512,-0.6139975300216999,-1.878630671791353,-1.1179213836766855,0.5347361347468446,0.3066383294978368,-0.16846915318076627,-0.4323051525553493,0.420867851851779,-0.1553190560153473,0.28847623442559817,-0.0064630501250465345,0.061266468532029286,0.5314843265748369,0.06765435619413114,-0.27576199526423484,1.0421816785206555,-1.1863279778537248,0.02362626485108079,-0.8090978316238914,-0.36116658307597377,-1.910954394461346,0.25603990906793794,-0.09872169283200266,0.047825018552086276,-1.4349333419539578,-1.5137740916728901,-0.2995499932805226,-0.013991584536571969,-0.9334614681702408],[-0.7510426175972774,0.37811879256670355,1.070757200369585,0.15042991431931577,-1.0239177868944347,0.9604496051786271,-0.5310170503697099,-0.10795567199702853,-0.2027875570092128,-0.4694481906800267,-1.7588694607650794,0.17682447168780288,-1.593077349387752,0.6710615972592707,0.2743673698723725,0.39955396927886644,-1.6706625620196327,0.7243880714075679,0.017867697253925997,-0.35078982027223193,0.19653751273687767,-1.989134251652051,-0.3715711247153056,-1.4700898307528205,0.6018711884407754,-0.11155834881111527,0.7476810257658884,-0.5357377259081669,0.15198318815487555,-3.1670930996367987,1.142379665767461,-0.7308991874407432,1.0910046976607624,-1.1317480086946492,0.5717399625160529,-0.6802721152981958,-2.37875532832329,0.03562781352462905,-0.4905395341206367,-1.009017924324018,-3.8744360786338436,0.31168175439969126,-0.07702010510598778,0.36490489167874357,-1.893885137106523,-2.6259051181254613,-0.2347243989969382,-3.7581450675111117,-2.1544891403828084,0.8745729998772603],[-1.01448946704117,0.21641211135514876,0.4908830043848376,-1.0758335325151909,0.10086113224539715,0.2536124614947236,1.0126760480228214,0.5529094155706381,-1.6184413487834701,0.00034328272620907994,-0.7578560706400614,0.16953636800353705,0.8570720340831308,-1.592180715526197,-0.41259341842508196,0.5971399172890127,0.2246162580753347,-0.018860845023840923,-0.0401583285167809,-1.5300003652200398,-0.21903188986451877,0.5339348372483265,0.15358020365206326,0.4392737687162449,0.3815967554686415,0.31216485883747785,-1.1750281276590355,0.5151412424121402,-1.1179570663185012,-0.0859449295252187,-0.012431480447653707,-0.11877749018804121,-0.22721294833898056,0.5190843864156814,0.5123915739910573,-0.8589648519378278,-0.17092093979902168,0.6549814551122777,-0.10145040172370412,0.07310903586643379,0.8881784705528601,-0.8025617009221968,0.6765122224839504,-0.8288619386443904,-0.32783405151691414,-0.11063003883657072,-1.6867002735870857,-0.6523054735869029,-1.3100696371559963,-0.3219636597605028],[-0.6932264157270775,-1.431611613439724,0.5744471468304202,0.8421169593638219,0.34673889268439,0.5224756127080212,0.0868515072060392,0.692910349400316,-0.6023384348560981,0.0540302903725706,0.4580302777432232,-0.0417185498906034,0.4631567370237512,-0.4748570042963326,-1.617587675127202,0.13835941811894883,0.11985545979522184,-1.2007699255069821,0.21693146906801464,-0.9092570951759424,-1.1505351689079644,-1.3506751098814185,-0.9338342775093007,-0.5239556588557914,-1.550500871516378,0.9816991611061464,-1.1163506278544844,-0.9464063586498865,-0.5318861675919629,-0.6126328856952956,-0.8481281410239614,0.7443631581634232,-1.2717154011258955,0.5806035217531785,-2.6313250615618733,0.6497003360047359,0.2914207458423644,0.8759221856397352,0.4474411882440911,-0.2305111050512516,0.34825582395867605,0.8684015753286721,-0.44708899726757023,0.44769970377036394,0.057903591712504796,-0.31277301165272287,0.2984397324894449,1.0328795355788385,-0.07700618914588848,0.34987292257405184],[-0.3121655244422208,-0.5622619055094232,-0.6575077462371052,-0.3842100592152012,-0.8858545034055949,-0.9606061053879761,0.6935811543639858,-0.08488804143155,-0.7251186951538608,-1.5512842955813149,0.7978589366944452,-2.0986562304951732,-0.42783375163022613,0.01768995106850391,0.41911109094893356,-0.5721339544916773,0.38765713632515497,0.38453700754740344,-1.1442917173067302,0.5040723086047426,-0.3903656421407538,1.1652819213078585,-0.8671356713773223,0.23828149988602323,0.1697056097548819,-1.883518294503817,-2.891637972524332,-1.3183631030813798,0.6819985472526633,0.9005225677602734,-1.3431556358000014,-0.3788711950363697,0.3988704361373111,-3.3986109181987287,-1.0052459614512306,0.9642561464221793,0.14988261863561553,0.19425308647234604,0.44005893382479333,-0.25629289576094216,-2.199636970604988,-0.6853348092666987,-0.4679980046874872,-1.1100666729160735,0.8445643924217803,-0.7073124269577556,-0.16368100483962872,0.6549804022808927,-0.6757128714182209,-1.9411528074893223],[-1.9210107105058734,0.8536480790458206,-2.3039937563846165,-0.23456661121371208,0.5010579598172554,-4.462475683919922,0.3560025327303303,0.6886275377162641,-2.5514272165157643,0.7336091534763891,-0.8106794728179996,0.2304321931614172,-0.20185854736761444,1.043452317901843,-0.733628212325114,0.12087159113448728,-0.4229737140764778,0.4067140728553771,-0.07485054704675144,-0.9728765856204146,-4.595584511176553,-0.32288580395769967,-0.05998438173641546,0.5493058680663657,0.20519312498871306,0.6240115217201685,1.0845393365048783,-0.6978624081239627,-0.4461708741360677,-2.016447931650117,-0.16649747895408204,0.058522180082390955,0.7241176008264887,-0.3338969109861784,0.9480229520216124,0.8299895769851376,1.313067760114197,-1.9743156339485437,0.5029472090875358,0.4291260331289195,-1.1509856387490278,-0.02869337615754198,-2.7054153222002246,0.12809879322151801,0.7660376832657015,-3.7562912072177723,0.2669058560392842,-2.3921104669402933,0.12587069642145654,-0.025049973725747934],[-0.5696933916194864,-1.4573378407417306,-0.7536409379631748,1.1654860880596247,-0.32802021127820563,-0.7684815120864221,-1.6782862198765855,0.65385668826709,-1.5141782051379884,0.48222228451106264,-2.1212256736479183,-3.544025641086325,-1.0111566944212815,-0.08998909620973913,-0.955898936164201,0.46792290102397516,-0.8804917060568461,-3.3039263394407272,0.16397626033857146,-2.4244036084324834,-0.9471103984078281,0.821026537339488,-0.9474954117050849,-0.20012118581337257,-0.5153904448465702,0.3900831175373162,-0.45021659564994115,0.9391678563491315,0.527824579685499,-0.1369577424136778,-1.9023303421439146,-1.3001001270713934,-1.21614930779248,-1.8344613501865166,1.2808333327212795,-0.07988284765426082,0.8577936499157236,0.08949454527186884,-0.8935583977300042,-2.231858980250613,-2.3966700328347073,-2.3829640759413477,-1.177891376873494,-0.12999221106946318,-0.9146470219980266,-0.2369421727574934,0.17776229801301593,-2.3992912646506226,-0.9367120563327294,0.2005549107065099],[-1.1447102965682965,0.4718968632200189,-3.5306317047412747,-1.0305155543919335,-0.09178102154789028,-1.7597762122922445,0.9410513135899302,0.47244812135808556,-1.785533592324487,0.8954586678009822,-0.7073751034359828,0.6159499561679641,-1.451825836554924,0.5921053671338111,-0.6331531692013727,-0.7552529178958595,0.9168105486053626,0.6789724871026226,-0.8851899028322251,-1.8318406879303089,-0.8816326353271414,-1.1576876498620565,0.22316239594207443,-1.744079441396302,-3.28801331408613,-3.4403272499193265,-0.4687783892898259,0.12239803723588256,0.28628851986579146,-0.07274839725561515,-0.9691376655621746,-1.7263179254619732,-3.0764823567722455,0.4356653874163721,-0.04788407151904373,0.1306454541953195,0.4272083195790409,0.3833715576198221,-0.9929752818796151,0.5537348257164738,0.4648310137411656,0.49008352655643717,0.7718961095625186,-1.6509284617647682,-1.0544243794958126,0.6749878563889291,-0.12098876397481614,0.06532162273901654,-1.0821213165905463,0.8835922665868002],[-0.46325415774167406,-2.1731178103612914,-1.2853448884622585,-0.19746091437260752,0.6512091121214999,0.4330917918014518,0.6533028563498641,0.3293496634102598,0.518786423992155,-0.7854113616157337,-0.14722519144671944,0.39268596036308595,0.48111517305287294,-0.4632159534144683,-0.06119197866789268,-1.277161468357555,-0.9836029555561256,0.24180674071927358,-0.7845779734367747,0.3629174311645741,-3.101677029971793,0.30866581007861094,0.7728957474690521,0.9621529804649781,0.5608320818021607,-1.6726363629346004,-0.2675785920115405,-0.22213744990447434,-0.26436832834542173,0.639422495837361,-0.26170940828734296,-1.0046480879791326,0.5680779375420133,0.8855636019060087,-0.8750863378438735,0.13121411105093492,-2.7833080597603415,-0.34458623177487174,-1.1328793526416239,-0.2081677467097837,-0.5750846902783298,0.05921017645990668,-1.7362024854908382,-0.9993145172456239,-0.36084562540898457,-0.6747032462646089,0.9648794551567714,0.38100848460729864,-0.9415114503336037,-2.083144178884573],[-0.1102535684538101,-0.6507161374635441,-0.4540459980106744,-0.12423486606918381,0.23507697796194754,-0.822061230560609,-0.10457763465040884,-1.4543974011629024,0.40745068133160306,-0.18558656718226782,0.8356920516851268,-2.1825111417979985,-0.04983192702814416,-1.0392676815776924,-0.19553038391777208,0.04809995851152104,0.011969289783945727,-0.2701674078195579,-0.43176883177367736,0.5580267449518234,0.2082414911419587,-0.029186979564677182,0.7810218474949264,0.6157356447141826,-0.6686476060772724,0.664295752424776,0.15052103151619645,0.5868443433878088,-1.1139296919030675,-0.7408871116857341,-1.3686983461162534,-0.7292778719248001,0.6190086854372429,-0.7101110777793709,-1.1712804359259328,0.6576424799405758,-1.219654756919823,0.9135993025323261,0.7460648111302127,-0.7087995910865841,0.6462757960129498,-0.1755377429430409,0.8386523751174296,0.7710722609581712,0.20167118878225912,-0.7033564309508324,-1.0702180015336444,0.02808620089073324,0.6080693640464514,0.8377856639024722],[-0.8347395678915662,-0.5924454456849396,-0.5669626461932004,-0.5057392907288888,0.42049796860083744,0.1927629830351678,0.8000535272327635,0.26939040515732493,-0.42015655572254035,-0.602145279495723,0.4639138149749963,-0.250708060859948,0.44860891196294783,-2.589893748548444,0.4821283306650096,-1.523941672885886,-0.16984552709811146,-0.15537977957313448,0.2678806562795611,-0.8006858748782791,-0.2013883027547878,-2.704180983891969,-3.409920695172159,0.74815896930711,-0.049766943421521694,-0.6702378811247982,-1.4201182545691329,-1.1061497380351974,0.5748805219963677,0.422303722915308,-0.9297124675716051,-2.639991788182763,0.03370968582782596,-0.25580993699499427,-0.6510535288403928,-0.3690680932449617,0.6339130363262273,-0.20483147648145822,-0.40949853740300823,-1.5956074836651015,0.6752667651844343,-0.009033638169352815,0.561474591200229,0.25607119269484846,-1.7014411922501473,0.20148750066482493,0.04270196094881021,-0.7154704183542901,-0.23064218776247072,0.47051787109905285],[-0.5462979907894505,0.3562990806588309,-0.34787587567570416,0.5871372294951346,0.5636800336412338,-1.005434166748754,-0.6238208848816645,0.43886613646419725,-0.1691650886869509,-0.6511985084827527,-0.7445959502685456,0.06623981227426785,-0.3423212120937695,0.2977349112765059,0.8410638359563479,-0.15029803206218417,-0.07478014083676368,0.14866278703277036,0.9959609131085261,0.9085526458767241,-0.33316461350636106,-0.46752384796556967,0.5039051174934246,0.9623731728008104,-0.4558554731165891,-0.40495068540462736,-0.010140640849807207,0.21801407228978323,0.6559138625088727,-0.23615153532728334,-0.2635994366705982,0.4212034433521844,0.7048656930974085,-0.9853938666243208,-0.47072645598840335,-0.12355773012835279,-0.32575350331758546,-0.27615907061432354,-0.40686902251990437,-0.9236947725043045,0.4907422657004375,0.957258495869538,-1.1787378388536802,-0.8044170780950095,-0.7722585223226212,-0.4080102935705756,-0.5134906750001349,-2.285210173545604,0.6795387557556705,-0.636245916036193],[-0.4400879971405647,-0.8292951068568033,-0.2936222407359015,-0.3821806328247649,0.15489591934862293,0.5824670677129241,-0.1765641473308577,-0.5251493233682776,0.02075021828698479,0.6213872662878474,0.7552074253314844,0.5636816765442195,0.9261492973223043,0.9409357403021492,-0.3614006841661323,-0.2208909834228014,0.22513475530700325,-0.05446461341995947,-1.037607859855368,-1.0576567088622688,0.550831616962988,0.31582568469901884,-0.6793341455126707,0.5258053601982624,-0.3625846543636651,-0.6880566447834336,0.8913761518405329,0.810499946617644,-0.5782161607732937,1.1317464998665319,-1.0390331302422113,0.9703974662101797,0.2996920458302597,-0.3511658987981143,0.9199900184217346,-1.1342094308804351,-0.47835256670980464,0.051556013453414984,0.877549659790817,-0.5841026743924895,-0.20011036929634318,-0.7575933290461575,0.6409201946467923,-0.846044510525823,-0.15367478398778822,0.8731497604053898,-0.36842940450626865,-0.7581282978265197,-1.3915662352328604,0.7205989044620125],[-0.3011712227842401,0.8382270658481094,-0.5181095089061658,-0.7770274342494343,0.6967051744860532,0.256682854979002,-0.17809978742504862,-0.11521480625618072,0.13228696487889563,0.11592031415722924,0.530163688596146,0.2502984066528673,0.8610298046158023,0.547817319943017,0.2884701273574288,0.026203326990761833,-2.028858014672048,-0.9003403677242933,0.29738247423790043,0.8776490923879197,0.29755328442618323,-0.4607707109079885,-0.03981983198380726,-1.5494361451458274,0.9825650671412095,0.5307274254716446,0.9236022597025376,-0.15107570348559207,-0.7481945242846806,-2.089625620071044,0.944428558786339,-0.3707125483435121,0.9289915878105421,-0.7895928136486258,0.933005859475031,0.22239655203281494,-1.1025621598110589,0.11758962807739791,-1.024797584670604,-1.9537041931570445,-2.5997477003666662,-1.110097893289385,1.0585069117921098,0.5295389792217622,-2.0859504427058777,-0.4157509863964425,0.3907479521356706,-2.289455569637175,0.4264802361077238,0.3764391710597557],[-0.21709208218715956,-0.11682953981189907,-0.8049280710299229,0.8310223042252027,-0.3113936380964385,0.9808508363710512,0.837645651199992,-0.595138438443134,-0.37259050752029566,0.7268712929046722,0.7184888854102429,-0.35233749717384993,0.9672371318058905,-0.4875907931798408,0.19215414093748573,-0.14843378171036187,-0.3156185216057478,0.3119163839743133,0.45580963903455757,0.7584205421134624,0.3750597772292638,-0.7244722372706047,0.9091366896246644,-0.7976375900974565,0.49670424433786486,0.5370136142934684,0.339418466815239,-0.9071229238095941,0.9696022894892159,-2.398454755331777,0.8918514579427314,-0.47220294080786557,-0.6824737344261799,-1.2867547491716957,0.5787626675780579,0.5594380335077473,-0.07147940203817753,0.5880350120968797,-1.2574157270578687,-1.7969752182499292,-2.782241755215546,-0.71668796854194,0.5766615855075656,-0.7497789134488677,-0.7900896200838555,-1.0500781067404061,-0.3260939382141631,-2.282625040435398,0.7781769071232827,-0.0489951332532724],[0.8081156067829904,0.2227340775853022,-1.5271477465432688,-1.614644819657241,0.0717360194413954,0.4327762337056042,0.8560269338866756,-0.13267244369993933,1.2047313775271962,-0.12734268951084882,0.9642370199722468,0.5053207867029625,1.5390216671173356,-1.747068872656465,0.566186825414935,-0.4290826610424784,-0.19182529381687277,-0.43836232329359315,-2.459865616578033,-0.15113169983286515,0.6612937092708063,1.1038303193693029,-0.3187882673423582,-2.163062233598846,0.5269854833766587,-1.6156617785617187,-1.4123485937694336,0.6911352305131656,-0.7431633924356037,1.0353264056755884,-0.17796527556061564,0.3678432619225551,-0.7797611285489201,-0.12944622321648483,-0.6953609125996599,0.7648111746780042,-1.9935536664420788,-3.4151695252001972,-1.293029799889099,0.5728296457810251,-0.6535977395495302,0.656233074528836,0.8182990029470176,0.9203907546871224,1.0917073336939582,0.6122240098427479,-1.5072428820174368,-2.723335446173842,0.5928272924309781,0.28044930386710487],[0.3040227179541756,-0.4170016986297915,-0.6606268556862424,-1.3869203613781804,-2.525463724945675,-0.07564220854087633,-0.6133438594732895,1.1014517478067418,-2.296851303450889,0.883937156939107,-1.2718692409277548,0.207876399019657,0.12943913397183818,0.3409619270011433,0.947043074158031,1.1465695882653706,0.4780388525607703,-0.7066972633319953,-0.2279444437580741,0.36360063093054523,0.17191447276473748,0.6817952306884548,0.6561788419455364,0.3720486355880995,-1.9288093856549269,0.28462611398352444,0.304926833290626,0.9666909461429358,-0.05264822681710489,0.2448800634563576,-0.510824097633867,0.9292290412824487,-0.28197867459986015,-0.11974050027010806,0.19166079279101628,0.5489794345290588,-0.14559262347486074,-1.2131135417180152,0.25755333734272845,0.6166344016824566,-0.33430439657004785,-1.4135772420039343,0.6292212250605238,-1.3797311517126676,0.8266813519960284,-0.06569443098391127,0.41978389303422886,-0.7077332771684421,-0.8027817455913209,-1.807031052356566],[0.6844868496757849,0.8014486703113849,0.497151903184694,-0.5955481158439417,0.3151514185915095,0.7051958993001056,0.4027649913730392,-2.256073631400022,-0.07457066349386683,0.7327721298446781,0.39070205374071515,-0.4021696345305213,-0.2616244933802485,0.7757419145712126,0.22326349640424617,0.0010695861378874037,0.5580047413756123,-0.39874160889905225,0.9637109267787356,-0.9116104172099233,0.9483234959373099,1.0275771408198848,-0.8593129496518219,-1.3649713286147862,0.49747657056143724,0.6168564344223617,-1.218959710434479,-0.6399521248884747,0.018800749704178794,0.5915200597234341,0.716232772031028,-1.0325089172906379,0.5783355452385343,0.704178207018498,0.9616441869994339,0.2852625263042551,0.06241782808284484,-0.213428093794188,-0.3765093836693784,-0.08405346655386015,-0.17591437518583805,-1.7172584040501178,0.6600423419337369,0.48966654593974124,-0.3345074926146076,-1.9367659093254825,-1.0450287859968037,0.7516988157187237,-0.041285408710813716,-1.2268468830027752],[0.6414929060692948,-0.6518493965715492,-1.0436617678494977,0.9175399051870812,-0.1784404594877344,-0.3695861316915514,0.9442128904955519,0.26366949356366304,-0.37942549810244747,0.46704474094653586,-0.011252687376667604,-0.04971599257085368,-0.8746341125867231,-1.6338042662841668,-1.5673823476895359,0.14140223750013714,-0.751746766537491,-0.3985822219109261,-0.9331781196309507,0.7457965620424015,0.9668197722206361,-1.0612331511415771,-0.19932682437179686,-0.079256844758577,-0.9872007864480492,0.9136352177974748,0.3569437706791373,-0.5183712780378654,-0.23427922106233706,0.3558276838325934,-0.97221490439985,0.44737035509868994,-0.32339483324841867,0.4651402786474669,-0.697489696023483,0.863792235225176,-1.0304204669894297,0.7855564916083316,0.13563334080538988,-1.4326052510718084,-0.4869907098175475,-0.13559050626115562,-0.8320274674260162,-1.3492422003016438,-1.5591677715507317,0.5587424726078712,-0.26640514265000687,-0.09688477258059146,0.9228309030250993,-0.8037391101508824],[-1.104700012878693,0.15296028948703577,0.037358112505684236,0.2356614996457535,-0.12897786185142865,0.6868688318044849,0.14464381471757057,-0.050227970077454276,-0.5443308009455834,-0.6425113590781893,0.8930579326630812,0.408927747035594,-1.1532674760154271,-0.8703174605122669,-0.41781156365316846,-0.7814561807726006,0.4098790174289948,0.27817886560073163,0.0704740168532227,0.9413313659144579,-0.4221343445233821,0.4554924899620212,0.05637518036956002,0.9435260841053075,-0.38697452050307296,0.7576113514579352,-0.3007318761741345,0.493437747476873,-0.6078421479531971,0.011810602877162296,-0.6109934365935615,-0.1154962134508077,0.7693102924277385,0.9164001963754808,0.7008025444051694,0.030353635940622826,-1.0674222515104765,0.010574981460031843,0.6079462460527992,0.8651155171628163,0.3067356894356368,-0.46499912962452256,0.23760657165898882,-0.18413873069486095,-0.1454866012102061,-0.8332840148294035,-0.3013474620651267,0.09645639063676849,0.5309315091992368,0.2611695978815795],[-0.1295160553031755,-0.7872212988613256,-0.8459311375628729,0.20717143208881744,-0.7702586601230936,-0.7785068559057211,-1.8564948315284557,-0.4482497358163086,0.2422312982867304,0.006168867343129924,-0.5203036893769697,-0.6834789112735622,0.8817042259331561,0.9349475682294603,1.0056329209959975,-0.012835754263237608,-0.40868034318840996,-1.651165354010766,-0.8174003716584604,-0.21712042227348263,-0.1515576968628643,-0.12197109739182865,-0.21825313945095037,0.44179577380546614,-0.6348006740421194,-0.9425473495740069,0.8022264736227599,0.10163326574385043,-0.25129052403315,0.29492246534127575,-1.268840569405869,0.5273106913124204,-0.5483256762528702,-0.19388475363961405,0.6950503252371351,0.9076975600686189,-0.370878135523596,0.10127675650364816,-0.14918172512993383,-1.3400609715329783,-1.2461144182273458,-1.1535844501466457,0.6768696560685007,0.7080543597270136,-0.415282603996791,-0.6437560621801991,0.3771795175885661,0.6809640254064299,0.2428596027942461,-0.17692919450760788],[-0.46006456481471236,0.13674940059535873,-0.7053248724534052,-1.0925293451387195,-1.3667403876322672,-0.08779290260984027,-0.7880842496448962,0.4604083805850022,-0.7948138426242687,-0.08547773728180834,0.5444489740389711,0.6980092168836749,-0.9048494728538443,0.5528575478766914,-0.43705402103227686,-0.6401863528252143,-1.2504108916128194,0.6653410628469252,0.6617717589448503,0.0021650351520091965,-0.1761623936559777,-0.2832935401162765,0.9997385215291763,0.0897088905140943,0.05720758082453199,0.09197121316832678,-0.492297432459182,0.2422562980223234,0.2080733774556172,-0.581034998151678,0.6125935878811335,0.21773692625296767,0.5232736789776937,0.5774158568503464,-1.3905231305414947,0.7176782623200905,0.8311434603021559,-0.8686483782577629,-1.1594932914656964,0.07798386070591813,-0.07241741991735784,0.1983884772563965,0.2997386196259479,0.8828268432995109,-0.4750001756359806,-0.4922545200511561,0.5241065144181564,-0.6445370874289829,0.7363266813317636,0.09547939338359492],[0.6064798604434252,0.743153419978591,0.590686384718392,-0.6018838307614992,-1.6098485092280055,-1.4523496800862348,-0.11211192516203783,0.7638482306247293,-2.466380469392482,-0.7116119102022407,-0.4244660641862184,0.2620308763372346,0.6831697975657317,0.3077313827476094,0.6807164243080314,0.003724040862295868,-0.08246645688508374,0.40387386270697395,-0.5416552573429142,-0.5551824039863665,0.06947557646746913,0.35018444947749067,0.5826177103694391,-0.7366670922974455,-1.8077730202469529,0.02203420674923649,0.4513987568913319,0.7101871497780206,1.1656979319828293,0.6632127942281447,0.4850813321167607,-0.5857220319383689,0.9137026168019966,1.0657014479386195,-0.5133556868501893,-1.4151043426587615,0.04507352564719198,-2.0039822239264056,0.036194471139334834,-0.33253610025543934,-0.9810340094930949,-0.6098884480773762,0.7058612537885913,-0.18896203640985892,0.21108208973860468,0.6768217580258307,0.6208436369540051,-0.3601181293679911,-1.4131842571572786,-1.9966493299105528],[0.3290226582534856,0.10829285896708717,-1.7784021014458322,-0.4516521731656046,-0.18917711920882652,0.8084060585929023,0.2035183268282449,-1.6172221307302919,-2.365891934497387,0.6528150600993341,0.4116371253994959,0.38474393770628695,0.14088106426626065,0.09186492445793006,0.769497271820078,-1.5690419056695326,0.4627707914084194,-1.0548194123145784,0.3253318308934106,0.8595926998712844,0.38132511967497806,0.1227175285822782,-0.19186421023336464,-1.740663041912116,0.4605272306098558,-1.9901867849174508,0.7114478648137952,0.9503978237066938,-1.2134652852453711,0.3698881368073025,0.19657986232241692,0.33558658962205534,-1.5642220640376503,-0.5601813956022373,-1.4644285546459708,-0.7073671059049508,0.16336278151463665,-0.12995500020965256,-0.13656190697205095,0.8681781763502242,0.48259274387866213,-0.49331335772170576,0.5288964139891815,-0.706652089776142,-0.3591194641886498,-0.6265886720432562,0.18889863797802495,0.7551699965578138,0.5418872969441607,-1.4668882385124347],[-2.145860530609409,0.08949205587004143,0.8804047453671597,0.04789610774555131,0.11465374676139982,-0.5505976185185361,0.5039291641054781,0.5558730593665904,0.874808281562904,0.2463665776243555,-0.5093649048068025,-1.0527805286184544,-0.7479434455197769,0.18343776768289508,0.06478242908682821,-0.7739896414002299,-0.6499331476883649,-0.8688994410350201,-0.09075526056970619,-0.665906716486899,-0.6427847590908523,-1.3448804790452702,-0.25268943426858026,0.17557140027970458,-1.3274269367085316,0.46631629712171385,0.03377875444852793,-0.7342514430801498,0.42694257173836586,0.42931290528419924,-1.237782689928102,0.8143153236088414,-2.274314685790307,0.7484292128410728,-1.3011065345190684,-0.8162105923727772,-0.12441178483681292,0.6828463338748681,-0.8206923299959065,-0.06545207954665638,-1.413670789525498,0.16137477614593518,-1.5305270854989685,0.17959233277014078,0.31937820242691356,0.4318916756551093,-1.559434930298129,0.9473473393195319,-0.29549322805706124,-0.785375534305519],[-3.977268797858332,0.1471811972506955,-0.051302719927510336,0.548689210266144,-1.6663568640702195,0.9642869880295031,0.2778909148368166,-2.2064587242482374,0.21003541182314933,-3.427378121139982,0.1713963593730979,-0.7762975396213,0.37130880452530995,0.3261740308953715,0.13806069918079142,-1.3790703553140051,-0.7233575816363156,-0.09002123815284074,0.5582442176232453,-1.0694910402306614,-0.6463104656123749,-1.1101152861913073,-1.2764310877886986,-0.7744856516331451,-1.8996986068857136,0.6240904369784755,0.18060874952745087,0.34273273251033576,0.5894152571182135,-1.5997413507979172,-0.6280988970684189,0.7867654177979801,-0.9593964091706941,0.23420130401891792,-0.9514207678867592,0.01919345924763322,-5.090693317392101,0.43761122649245643,1.040825109413553,-0.6215674687962397,-0.3891569737492542,-1.3462445471345599,0.6137764540264078,-1.9092731431158274,0.7386883362816069,0.7104186495732766,-0.16944509053683576,-0.24484316731870154,-4.156198566053085,0.9028798409130878],[-0.7800728495466102,-0.036040584704481446,-0.3701207138395223,-0.896630602495005,0.18524234466995831,-0.3262709738862512,0.8901333648718336,-2.348563641522788,-0.39599436655892395,-1.5455389926574763,0.07665687080789253,0.17461255483700266,-0.8857506391925448,-0.8167532125729867,-0.26391941171349587,-0.6954775201917931,0.6034552824278148,0.5444399333319879,-0.7200880348886067,0.1544653004952816,0.8354161316546578,-1.0572640896096694,0.10505061682035205,-2.3196576875944586,-1.9041834535453486,0.7619898145796918,0.7363928868110794,-2.048220073889865,-0.6870095441085243,-1.4695802756932022,-1.746987416493538,0.935098056832788,-0.26486621793742704,-0.10110905014430949,0.9732377957099717,-0.9661482359740825,0.7020641958473355,0.383372059988874,0.33672713910288304,-1.6105244975158512,0.9459625037650216,0.1118139692703401,-0.30132115262390097,0.5600574295217351,0.9069886635354705,-1.072735873387609,0.3573896364410889,0.4839239350933834,0.6486405787564601,-0.009207170275846995],[0.4001656099685061,-0.9078257315464134,-0.17972221041496556,-0.8801487101772141,0.7680631259998832,0.4645380275744758,-0.13349814782348507,1.1041549376167712,0.21014414137493126,0.5290625799675256,-0.35694962331235824,-0.01774621605051802,-0.5445263969637607,-1.0204663636384974,-0.41393916028873906,-0.901184618733496,-0.3569366116097032,0.5706461632412937,-0.41988280265481287,0.2837169243752758,0.005843101186056922,-0.7562185524236569,0.5029270872951873,-1.4372108103645045,-0.17584753107296366,0.3831803192501303,0.3110750920472375,-1.696405505443432,0.8034163206009057,0.673360439417266,0.9159393127761477,-0.4503351983249024,-0.7803935099412579,0.061610608523948174,-1.2817977309388267,0.9107036590621143,-0.9065317143436692,0.7894943402758433,-0.7758853813037769,0.24087953924673486,1.0156539979620163,-0.16929399865127118,-0.5149755335394599,0.8404183977487018,0.8177813822191684,-0.7844944244774961,0.5238324397418023,-0.15274801774999766,0.943927448072589,0.18743127834573078],[0.19351802813524083,0.16020857170515984,0.30665431468464505,0.9326319395359289,-0.26446039850133846,0.6806704677979523,-0.8010687076333808,0.8334824116574558,0.2294906721391635,0.7384440684424242,-0.616340916382777,-0.9628485806681616,-0.5139915116113508,0.359040799604644,-2.9933054353665827,-0.6540889829603965,0.5712471549012517,0.5207539077271648,-2.406262763401068,-1.1690277312165323,-1.9947743612020097,-0.6178196550218532,-0.3940584747798752,-0.03428611395252624,-1.1237131640191793,-0.48111523194196343,-0.9116555835014613,0.7713747697743526,-0.13108576359056084,0.062028491611738776,0.4678516693626465,-0.6869517610421588,-0.6721117829733467,-0.10220113912755198,0.791399289329865,-2.0174684281674895,0.21685135297941127,-0.19311070506990244,-0.2847359965248047,-0.22209731480670286,0.9410746968917839,-1.2931502552565972,0.7120387451089332,-0.9433419996975694,0.9279256261573143,-0.45728568445629647,-0.65020195076535,-1.6438225690350543,-0.29848090289553936,0.5596941732946271],[-0.2910387605106309,-0.7408926962521087,-0.6304630852052198,-0.8048350135778419,1.1222311837278027,0.4536066551908891,-1.1402795708625393,0.8674600409258874,-1.4923161308105009,-0.727461015197408,-1.3693366073872597,-2.426332521146456,0.4230307465943412,-0.00826228627431205,0.010111680735514397,-0.4454383549200495,0.07830503926031135,-0.879369867989577,0.5866630647542379,1.0125652935765703,0.17405207617370877,0.006387177551680293,-0.08686896356727503,-1.1486709551174994,0.5494908094968967,0.9515921395391176,-0.7039661952150064,0.6167204166327734,-0.989596524423765,-0.2773625498653861,-1.4422275670455478,0.443614939544169,-0.6793274842619598,0.7622907678800718,-0.2875645384507456,0.37863646221688896,-0.02601199912242102,0.14778253642930417,0.4817500640553747,-1.2183182628854738,-1.9269895583935783,-0.5934371572752755,0.2809846251762939,0.4767352184159292,1.2405881949177353,0.3353706622685683,-0.4062489126202597,-0.01865908307895187,0.7365050099064366,0.35934401480807443],[0.553116521660686,0.6533346264702189,-0.9006534850134224,-1.0058067145104859,-0.14811398472052292,0.21815504710277767,-4.280590691150365,-1.8179645993496234,-0.04944142890051514,0.2753991255444744,0.31209283556072065,0.26167121221786094,-3.785566672587952,1.0399251583784774,-0.3244095189846025,-0.2903386068697754,-0.3927443253643185,-0.5425683000047448,-1.2078518451689508,-1.7238001084186148,-2.9148309542547346,0.01608717299078956,0.8242982939798688,-0.5001870576715435,-0.9064626689071992,-0.09819388737703902,0.03451203046093947,-3.0213568543374505,-0.2835448351458696,0.9453370331033092,0.2792207672700501,-0.06662126443896996,1.2812287592062457,0.21834058299591844,0.29683546522713017,-2.790982752832744,-2.2982699953527357,0.7149529383994531,-0.3296907508631805,0.006739512478340263,-0.3933306974493408,-0.6484141971613088,-2.4734347386033115,-0.08709711111198157,-0.47623063873594446,-0.24955555465181722,0.04889506500865719,-0.004412276118418985,-0.8281778658241937,0.9095022429275634],[-0.2879765440930937,-1.1229916619789952,-0.8177452898264265,-0.7588273212404968,-0.30226331780408927,-2.094450484127462,-0.42999809633287334,-0.3609851586347825,0.31487516579777614,0.17622549231072365,0.047628228921090025,-0.26132507046562,-0.7329182522943828,0.6608111340393662,-0.0178999067574573,-0.6291759861515375,-0.0872743387474169,0.9352084367475508,-1.3536934558833416,-2.4594175435257544,0.3950920020617614,-1.4169844756715584,-0.7316803926997897,-1.5332838206113422,-0.22453527337498333,0.6772204024152988,0.9837524308433621,-0.7561546298307716,-0.6775741547944324,0.3614861353398754,1.068989756808588,0.8594402770242762,-1.799459126162311,0.5628063539590038,-0.2988645588615837,-0.3589951568030458,0.35628427092316417,0.317506483610061,0.37604746964973024,0.2792187154818646,0.22333948894044747,-2.845468014806802,-1.0427699410949964,0.882951304565054,-1.3094495483450166,-0.31084412525130756,-0.5084755301727288,0.8758574929242084,-0.9558608861617703,-0.24490209840243385],[0.2251150015264279,0.6362641203533477,-1.2589145042385983,-0.9575961319062523,-3.045845092879516,-1.8507239928183037,-0.3308731925030422,-0.21715144476176948,-1.8024435547705642,0.8343570770114905,-0.5981766029389327,0.8441974447105851,-0.2102127626579713,0.7609212465385795,0.6495247462470001,-0.11553199786907889,-0.2899860358209153,-0.3468986869804819,-0.5461725685536202,0.35132211108175987,0.4197095317790697,0.5332848636911688,-0.14296613856441548,0.8803599172572332,-2.8425415609280633,0.07737814637307726,-1.2888866470536213,-0.5853130195412449,-1.8801129184500136,0.6011029796188919,-0.039827743329311584,0.4358223185299692,0.4845812929929856,-1.8273734673652369,0.8935113169076614,0.4708186842833185,0.08204079947872893,-1.8885957906006952,-0.7132684332619743,-0.9588603439382518,0.5407238934882692,-1.4984772978543726,0.4934019338323161,0.04956022682281495,0.46489751667821205,0.9349632812821375,-0.9532168170464037,-0.8621935194572391,-1.3546733533020212,-0.6476956838091046],[-1.9551551630774948,-1.7491827709486654,0.6994018695211309,-0.010484949729712836,-0.2395401426539091,0.783643943875891,-0.8237559184482692,-0.015692698602886326,0.47546532060501495,0.5147359056913754,0.4706530843980707,-0.618693278142051,-0.9644991950483885,-1.8988870942169507,-0.16447854428681127,0.04220987572827228,-1.2344760939534107,-0.27752325802383193,0.9199252912025757,-0.686524600243854,0.11437236498181073,0.4036811241611553,-0.8201421199805077,0.507060668422215,0.6060266904070711,-0.585099697751362,-0.22660497713811606,0.5722067838919959,-0.7426608837906685,-0.6677790293156123,0.14995100652708954,0.45465522041797773,-0.21441823973987123,0.31096944321113423,-0.4252392704379918,0.6713092824481336,-0.4844159823802411,-0.16185444750465944,-0.688645249355977,-1.404717192894108,0.21464818743818642,-1.546045102954127,-2.5255160450913583,-1.5711702241400154,-0.24082880291931696,-0.20411368745072084,-2.100671723142102,-0.9818112766889461,0.9363382200720809,0.27873113278883166],[0.45269549575543083,-0.000032049299297368916,-1.4872302501290364,-0.06629792123895137,0.22322697792814253,-1.5109252347274484,0.9917485283349833,0.2838321544953545,-1.462623761690641,0.4360998982028609,0.911689543420413,1.0849561283905755,-0.39479532971233827,-2.3784405757829563,-1.4569776808519297,-2.4203139854692255,0.5019486798090402,-0.004696675499559294,0.19127689575947346,0.8261897761444731,-0.3450299638746554,-2.8125073294120715,-3.3555550234543663,0.8499251513453203,0.32103324768187047,0.7056464370991637,-0.7025323678485051,-0.2030281036038186,-0.1773599199217741,-0.9281493071092594,0.1994058630061274,-1.767041765862534,0.0807016963125441,0.838706885754964,0.016725412791960475,0.4395853679256261,-0.9561848382464068,-1.1423674348823822,0.09667224448964032,-1.2106197203384037,-0.06872847180144315,0.941942323563847,0.4421703581904189,0.141429568430782,-0.8767889575443379,-1.0354475436158803,0.22894406872645864,-0.1392220695356525,0.34777733136187694,0.955661232949287],[0.3326130721175462,0.31094652917284993,-0.6044906497133724,0.6885559299886754,-0.5331109332771895,0.2837680426356297,0.6931955897231973,-0.8778919486991926,0.09332009206076429,0.7648136061731219,0.17527190584983396,0.8914672162832524,-2.1318053005688764,0.48335780275869644,0.28677532818372103,0.4092798635335112,0.15240737968225268,0.1628597470195304,-1.4023130809474977,0.665508328360524,0.7025151053213067,0.5750657583758673,0.9618554827836939,0.7266080612102709,0.023200372246744184,-1.3374220359149416,0.16934486648311903,-0.07802524554291876,-2.1839253317892857,-0.06743001432210038,0.4030606221003456,1.0008068664085,-0.16649368842613446,-1.6648043878595589,0.1825132998402647,-1.2215960375091652,0.42935067618626804,0.09021601008602578,-1.9180477276760033,-0.039619549428558644,-0.49709459115419297,-0.8271294754161728,0.502684066767211,-0.0528164730830425,0.3638055698850428,-1.6764679883206104,0.7245365585408566,0.7423870914255215,-0.4878517320770171,-0.7412111992890262],[-0.6615072112580284,-0.37531248885155805,-2.1817897010364002,-0.743015677320343,-0.08837522057673795,0.4465251376387245,0.23789053990350018,0.8798901432037487,-1.1785540324867643,0.26883719402585493,-0.004874121138976085,0.3637937675801283,0.13492347247415434,0.4444247948248179,-0.9821315416718773,0.09568925371898156,0.3949132473035651,-0.8405276298231973,0.6716062887291361,0.8146710572380864,0.8836217941280271,0.9286360986923808,-1.119991228837401,0.2563924699729724,-0.30643726485685396,-2.078726396630691,0.09622764376127119,0.09620438237425746,-0.6834057279886919,0.7965492046016707,-0.9710085001170374,0.27109029365537335,-0.39434917779855355,-0.6834329862271674,-0.8556305177506753,0.24255791706532268,0.28795053375456553,0.5522594870885467,0.8145601836902506,-0.4415455684587548,0.4419697193260689,0.8681630945231418,-0.2573792506965966,0.8927775152825365,-1.6880033931050433,-1.7982256241266197,-0.24014249481005417,-0.06403649798100083,-0.5054714884900171,0.4433153592234251],[0.34567975371211546,-0.021168950416852045,-2.805911043967216,-0.6349249927649446,0.7177183587573819,-0.05534056051513507,-0.4574332750274357,-1.210687666725268,0.5371733311606381,-0.08001468696036414,-0.24211915078904217,-0.8307215376325472,-0.731668770979269,0.37054098645854167,-0.17178150960867336,-0.6947651603364645,-1.7752250383646297,-0.9583393955030634,0.9054568966057939,0.49973822900842024,0.5714784721583734,0.7561684445211447,0.29648100840712577,-0.19474527594747573,1.006034711556648,-0.9458173470577023,0.44395166206201536,0.39610472573138056,-0.47002003040740636,-1.1441710696811678,0.5358828405929328,-0.34021590802333496,-0.05473634227653442,0.8478159123177702,-0.2963556935399306,-1.255788722208657,0.30174263674434304,-0.3857398451582977,-0.2367691964100737,0.4761182838675233,0.9151341564370125,-0.26340347252495,0.5171353863966287,-0.22963113035429664,-1.1222108228873648,-1.444824681709166,0.9325163177088708,-0.009621047857776182,-0.2537404254139518,-1.900382983533431],[-0.6829100136395581,-0.839565578692776,-0.2545557046891472,-0.2760828955517664,-0.5359734598795469,0.4483799725544634,-2.410634853156295,-1.121363371149633,0.3041252613434531,-0.3306482334413106,0.4348402225302378,-0.6261180091203846,-1.3667058408672565,0.7180406013273104,-0.32115040864309363,-0.5010548567275845,0.9145953311469317,-0.6085521281559751,-0.0015600004827511465,-1.1023009719497094,-1.3061473630905434,-0.01719286190408247,0.6220036978975259,0.7641274190155447,0.8357761029727312,0.9220271042041629,-0.8943730713975886,-2.1224092258393408,0.9942005398446703,0.8718407548975098,0.21891598195369627,0.8466099907458394,0.569882596172593,0.46093870313252117,-0.2254649225739545,-1.290536471289919,-1.0484937509913652,0.3502246530889273,0.2813382223402212,0.4352523373335671,-1.4547706545176904,0.8309717621891363,0.01817756226342237,-0.08323909114310173,-0.009873328972736791,0.5425579104221793,0.8031215202650107,0.4035553600715203,0.8098957380907122,0.48429976001262864],[-0.010752391993995246,-1.153011883282339,0.1510525843849991,-0.561935320445036,0.4768182392178945,-3.7248595333644334,-1.6080183454687467,0.5121976620596335,-0.8614209592048981,0.18590061053613463,-1.1284813243418272,0.678309113352637,-0.5282534704920675,0.32991746600771904,-1.2879666767996405,-0.5074256372208474,0.3314572534575406,-0.014572493362111172,0.46505780095462174,-0.06299212192110346,0.12297876320705428,-2.781960528900098,-1.0274871389450753,-0.8823007949253519,-1.1782555628547398,-0.8778163260051649,-0.49945083924169126,-3.1387226582991934,-0.5989306374444828,-0.11813185375615987,0.773480463624095,-0.3011327265685978,0.15939979607373558,0.4071336227614882,1.0212447608847002,-1.1121175611262049,-0.6622664915864722,0.9191912978822835,0.30253148090438875,0.32566425102158153,-0.054758001951769095,0.7070670530614673,0.6528943260478778,0.4113404915004989,0.7603768340908856,-0.6596615379214353,0.07270591846612855,0.7001836245818814,-0.7467079098879514,0.3365897505282252],[-0.44316475166437463,-0.40435414849285867,-0.6925294088527828,0.34264070075399045,-0.6141069599733416,0.03178927591527375,-0.34036764412056564,0.019064359139674244,0.09411299911810418,0.09793221554925594,-1.4508962293401166,-1.133059847524907,-1.6462624402265318,0.7443998876415595,0.932411635356436,-0.7675561576266952,0.1101924106044109,0.9331398011841504,-0.14753059056136786,0.4638742085898705,0.6639134873661378,1.0131642121067868,-0.6268550209075473,0.28135037115426653,0.10160355560648951,-1.30108949489346,-0.8700559433231166,-0.43290082509779776,0.5327445699380019,-0.5734459123302552,0.03979339156867292,-0.1718740886220079,-0.7739909820965353,-1.8474443045293067,0.8130905487589766,0.06925139256195167,-0.8583839576007412,-1.1286006217658673,-0.7413518136102247,0.8736359153136944,1.353291635717881,-0.45658113296558495,-0.5347739344740199,0.7981026312767602,-0.49931346577557423,-1.1123659709979996,-1.1641095559690833,0.4647539253505167,-0.1949033444266314,-0.34461695615173915],[0.022599259033966892,-1.9518849711173782,-1.26102979532098,-0.20147982303113668,-0.15180662556083213,-0.24965358967735857,-1.1973880378362733,0.3879799758330625,-0.41616163856335925,0.8279977664071738,0.5193068249491045,-0.6955124313384605,-1.1994574206323456,-0.15510691487590464,-3.2307225986898005,0.6348997657042832,0.48672029722111976,0.6035986492149592,-2.775413381490049,-1.2936946309072952,-1.0977814180173313,0.9174206105478164,-1.3043525572234007,0.23557002365817584,-3.8906916377744682,-2.2841120386704605,0.7296458745266935,-0.2123496947101041,-1.124815252517136,-0.5473889443650821,-0.7778368120904604,-0.6899428712241006,-0.32099638019565124,-1.1591415583273523,0.39345206578183645,-0.6858032612526784,-2.0272663960642,-1.1517961444993594,0.28078639053976756,1.1822438560031594,0.28292888113633585,-0.5267141790543812,-0.04197040074882111,-1.1070620961510564,-0.9659546713267552,0.889770655517017,-0.24816487617923683,-3.4600239089138434,-0.4438910773184864,-0.24452274386830164],[-0.3204454526248656,-0.4742794568868142,0.13106873021614787,-0.6192290416675788,0.9532831974779573,-0.37140146043271255,0.1737569918398759,-0.04628796664082117,0.009153555583813191,-0.4878089053292404,-0.38512120981939446,0.06582735627267788,-0.3246199410006006,0.504312695371216,-0.31827897726797716,-0.04504299331810658,-0.16232599241745055,0.45476609975301774,0.47568581118174474,0.053701072312223826,-0.23454750193474666,-0.07148417294187191,-0.220956626953009,0.9232909407873835,1.1593244520308172,-0.8412282728965478,0.45851298558170234,0.8534871075536355,-1.4015231240165233,-1.2046099654888773,0.13666036035501422,0.8646075526418074,0.3832461454568858,-1.1833086083842952,-0.7775197307414213,-0.5336915601263628,-0.39040731017617614,0.6149282170760059,-1.8113323360951559,0.8850216844463604,-0.8088522297411324,0.12489433955732825,0.47231989107011796,-0.5635257908597717,0.5437510847157737,0.2510824014713367,-1.3928281416656407,0.8365936597370197,-0.5881611559548753,0.4276872187407258],[-0.4607984174090847,0.11017762447904347,-0.16509538417049466,-0.007108930615356632,0.33679142405100376,0.5670609660033179,-0.3233690607387095,0.5281019219009544,-1.5570906181240383,0.8412074733656281,-0.3917593707927017,-2.3450840473952543,0.5476562844125884,0.3001108841511771,0.533764975060365,-0.3768128580498242,-0.14273633736378227,-0.13061018538920613,0.7610403262124502,1.4375095056991358,-1.6394384194017886,0.8342114838913643,-1.5966268470680696,-1.716132679613587,0.7798990487157218,0.6670645980351482,0.5728510531288069,-0.9175703897314359,-0.290873072035231,-0.8890798936909575,-2.0545147295202155,1.087720371672237,0.6457017521166172,0.5453683205288148,-0.531479447090621,0.04782767511744739,0.13656505063398566,-0.8501129022231454,-0.3043348458583762,-1.6748351653819111,-2.1051603108346817,-0.568946935513928,0.18355549568289747,-0.5532850031925454,1.1736424656055457,0.23007923292894786,-0.1188895639427029,0.4751485415239365,0.8808968900636956,-0.5351246816091936],[-1.2562426366457011,-0.3233599886720544,-0.6479179309963726,0.3384056554715398,1.0331589635512306,0.8227218345859154,-0.27715550914453213,0.9024649480063054,0.9494757943982416,-0.7049867659157962,-0.31895995548848166,0.9359252139166159,0.6011488991444877,-1.6192267826520006,-0.6860375202163812,0.7699103434496106,-0.8103508783477532,0.46145622051112295,0.1086508568819005,-1.7298395360502021,0.3321318144034418,0.6583069020603338,-0.6379412259645342,0.794187301407253,0.240843334917031,-0.053557495508125046,0.9410048623273007,-0.2228868936583217,0.6630015340475242,0.21173924396708244,0.5859515494032497,-1.3866476769064449,-0.22194855760876772,0.5619622434728766,-0.4139617383599294,0.04957953886846872,0.4719806242737123,1.0339722617017106,-1.8559845084085569,-0.7195035485572703,0.8011060592684314,-0.5791378771732778,-1.3860942038711292,-0.5962404834550558,0.618115068670434,0.21424529579120585,-0.0069259742285200775,-1.3077896518432506,-0.2815935476465265,0.6567351830219832],[0.5834966051519157,0.9006256640173943,-0.0013422035866113167,-1.5273305749229718,-0.24674668432660093,0.22285982527699344,-0.4862576895316259,-1.3154117373813445,-0.8396522484570176,0.827274229609386,-0.025374647838378485,0.7407789033470222,0.14160022131099917,-0.3773362957389061,-0.8636686613616193,-0.2904319873897249,-0.24760505252956586,0.6413708966967662,-0.07963911168685746,-0.9577801496505102,-1.1837865508585887,-0.6126872291971931,-0.8520413227160847,0.08102647481186445,0.9558976992919589,-0.9736796094655509,-0.76238939015977,0.34281886171920334,-1.4413641550553173,-0.014617612328501952,-0.6536286723830993,-0.7450616609070404,0.6068745794875909,0.08321053784261162,0.6751057317436043,-0.17740257596336406,-0.24648348450319188,-0.08519415027415678,-0.6476826255157273,0.8156258627799423,-0.18223502656420015,0.5506475873647103,0.103515407081282,-0.3532541510770638,-0.35212006822252806,0.5530495982196663,-1.78933865260855,-0.535404744000687,-0.4784080220298945,-0.9038779468068122],[-0.4681713787775041,-0.12249834190827502,-0.6974943662581252,0.1093720764494365,0.45760931118369524,-1.5131496758372884,0.45847398751337953,0.5044313570629582,-0.5171139647191997,-0.9524560890247535,0.02343050326250499,0.8295358826279248,0.5971301029441901,0.19598471791005417,0.6245361405245469,-0.8009136175954289,0.40283705834120276,0.7257380958277971,1.0026005202008619,0.240820240224008,0.3767283928860032,-0.18857966060310397,-0.932622951331662,-0.876253645692135,0.41238369407917524,-0.41960834077732,-0.047155218069679615,0.2635981740277226,0.10268781687023135,-0.9041510547146826,0.0968651523631897,-0.6147372926544061,0.28799507712335454,-0.21062406783696067,-0.43757966190541536,0.06713638856120642,0.5631526108865478,0.9381485654303766,-0.22015193876021222,-0.768974945874203,0.26365916200652467,-0.6970441933570639,-0.702079558240439,-1.4524639821565075,-1.2204592266406398,-1.114488137879289,1.2133713930637746,0.07399376509527368,-0.9253332788824907,0.4298568674788281],[0.7976709645691363,0.28519227010158954,-0.5853461466564155,-0.15300486172684044,0.49787777795037974,0.8498266367876762,-1.84239093294295,-0.20553000356204842,-0.8881297646273557,-0.6929296298217664,-2.0318106370819033,-2.4579453442981873,0.0599973089104088,-0.15840817118957606,-0.43913875191922935,0.9584083529920143,-0.604728431042839,-0.5332570094184652,0.5853141196605838,1.0644851505547253,-2.305860398305494,-0.8815679836488239,-0.21385295585027114,0.22802970588316157,0.8180851639859913,0.7215759834152079,-0.7985037032833934,0.62778545098233,0.8276293358854978,0.15843668245341538,-1.703052259683736,0.7184983146969789,-0.6027176174320131,-0.5877237161292655,0.9481328322602287,0.8061571071737504,0.08977977575468114,0.7587541241411462,0.31644132069420255,0.420650353734762,-3.025817097363152,-1.28019618862216,0.9627673184954642,-0.3510673112907102,-0.328716973723942,-0.03545813219637513,0.20641485873455503,0.007074549000865908,0.04153610257824591,-0.09954844906126664],[-0.3469357002816782,-0.3263549822458539,-0.18490964016632458,-0.0797701621195536,0.4361729502558811,-0.7706029922984343,0.6616210308799534,-0.45292332347246234,-0.12073831693629233,0.3980038393120898,0.9671067279907384,-0.004689875742497644,-0.2227656372525779,0.03711685286997765,-0.3877882910807809,-0.39615793152227724,0.748077910717298,-0.5188100403595804,0.5278802556919523,0.4970677229607737,0.23215461273776203,-0.25060350805904263,0.13577281086551962,0.6854754616716083,-0.564760446629869,-0.1145589111060589,-0.36712672115242323,0.24479159437857853,0.23015503511723265,0.9708914714208176,-0.31241650099293167,-0.1932093470540033,0.9962419778982486,-0.41881704977450646,-0.9204898626297227,-0.40686571899356894,-0.2502978913554121,0.41284815861461793,0.9344849612178662,-0.18093934882083257,0.966409943107772,-0.4517504507016342,-0.03186784744063127,-0.01335107682883508,-0.29987567224422196,-0.9233789084211327,-0.5496967036518123,0.28559178534721535,0.6408366148704324,-0.7645480755715583],[-2.4050846257390326,0.4357185102607862,-0.4581955889251026,0.368737836962971,-0.33703292843362787,-0.39611044437515713,-0.1547915337507832,0.8078324327597003,-0.3978010707432297,0.7308585245167336,-0.7175853239871538,0.7980731765109226,-0.9292398805480716,-0.3288149099975976,-1.3647450106272914,-0.006339433739941432,-1.1300355512374929,-0.8805417408559024,0.8675855418900239,0.5059377768164863,-0.5236912088781518,-0.6104105438401007,0.019186581395366772,-0.6968280888786971,-0.4616946512031882,0.7506307030516356,-0.8622760950382286,0.3251474643189075,0.12990777679807494,-0.6482278748049655,0.2155580436670604,0.623982487167896,-0.4282318292568895,0.8113707374697642,0.13657662335080348,-0.29897950032074216,-1.2940910022757832,-1.2969474793161802,-0.3304744295074135,0.5381893955232421,0.10485161123879935,0.855958864788855,-0.1984219760085505,-0.7975579152912984,-0.5471743012983971,-0.8641973512620053,0.1144353723046929,-1.3405651845992772,0.45557509158924414,0.0947147264368147],[-2.483775034831624,-0.1730176820711455,-1.6115350187766326,0.22166673881259752,0.10842040023233072,0.42802964920037784,0.2262220878837529,-0.17312099426552052,-0.6686759594869001,-0.6884439955860934,0.12925265662797802,0.6011631950977572,-1.563105878143206,0.7425539495272614,0.49597173797301963,0.5344231758476786,-0.8782606845374608,-0.43747910502006293,0.3582943010305904,-1.1500745962813572,0.9031837090066202,0.14691465301129492,-0.7455356221914802,0.6326427616372723,-0.49192104959653493,-1.1628234988750954,-0.5105570999559593,0.17755136577413563,0.7513534578711817,-0.8617758390825109,0.618770791224627,-0.700645708252663,0.6895612036117814,0.0030454462483287988,-1.0595381349164985,0.08595038264264851,-1.0120702926272933,0.480888071354194,0.14057534216440723,-0.9140093846253101,-0.4303350573000861,0.7121656290090622,0.2130518987114497,0.250359095705892,0.9088941066578744,-0.11942153283183753,-0.2958267826232503,-2.345621431314439,0.8225146307559241,-1.1494749655535728],[-1.3611191578232213,-0.9004755256168386,-0.9881374130034577,-1.3829741286165484,0.8927619993273762,0.36929150100354285,-0.38845343284990996,-0.20732748189623149,-0.23294711572086835,0.7141322222917934,0.4433735761757831,0.7485947433664325,-0.9836954660194893,0.04869388878967173,0.28423954610509217,-0.17937447252819724,-0.48728786780294936,0.6055841455943705,0.07953122627032795,-0.3682504302635057,-3.183528797550854,0.4060883411280857,0.3760566699499729,-0.5953694764207499,-0.799234351622827,0.023751860354066005,0.7476067086448654,-0.17855478978357472,-1.5200399201448564,0.9857617475475328,0.7547733727467181,-0.5196306256867198,-0.35706734920785355,0.30953105267783737,0.8561404904110443,-1.4786268079281657,-2.3183882599722105,0.8903157541017193,-0.917804817253136,-0.6151654377538858,0.11615524975744136,0.9585300343955392,0.02446851818529276,-0.1653144347265272,-0.30162985996212244,0.9249189838994624,0.42959833014848275,-0.5270235184931719,-1.335317036294661,-1.6278508661863142],[-1.9349724407964084,0.167789041017471,-1.636868543035287,-0.5043096910968845,0.6051120928522291,-0.3920105551566892,-0.7017749681048805,0.5061326941627288,0.16805723539139794,0.8385899094254938,0.17543186640577668,0.5292290951435584,-0.06431110429501531,-0.8063391651787124,-0.2854541178530676,0.706868694825696,0.04962079441232916,-1.0197538422109733,-0.746964062426388,-1.75142481059354,0.19975078985481365,0.9746245875486272,0.7751109734786977,-0.012094185838288368,0.765661363741816,0.7175190315340443,-0.7423036471099218,0.08522670609804597,0.8363306710929017,0.6994196827873014,0.9568607092838639,0.8660784241807918,0.14472635243563897,-0.6710846654796709,-0.9635650582027293,0.6391229595993233,-0.35476863099944944,0.08596025820337591,-0.1900275877031675,-0.2756372025959706,-0.3779947668883,0.42674200286665537,1.0767413384800841,-0.5949874621414502,-0.250424461702152,-1.026337980713827,0.20003063264230006,-0.0957224804252124,-0.8853343352863009,-0.5302045905178621],[0.37029432048981376,-0.8929608046530308,0.6914311845001219,-0.8908768994689826,-0.5160981186757532,-0.40312309669214313,-0.20356498463082778,-0.17778382012788108,-1.7171376514351928,-0.9851452310160663,0.0015395322756900731,-0.806512561458018,-0.3202802550313769,-1.3786832041293293,-0.5222042489877534,-0.25329900295270796,-1.135039880282675,-0.7558037320101053,-0.03309344011371339,-1.0589300989212778,0.769866862861368,0.36968710200463656,-0.7061465310544311,-1.0683075207938404,0.97740041111864,0.343205928565649,-1.4996360354247908,0.8606902064374167,-1.4217626594047377,-0.39348062356660723,0.6197846836687209,-0.19291878066706675,0.45021647856408353,0.841587142979337,0.5253766957840952,0.7283716775983017,0.8239570372193359,0.13175762590387452,0.6673495943031138,-0.4415173650352599,0.7163974406588856,-0.23499579573164217,-0.10244109862776933,0.1916611475783581,0.43999942360856403,-0.6923054353618331,-0.3383411308597768,0.31738380568316144,-0.5927103321196996,0.6423495522212733],[0.732318605641342,-1.0767265283921847,-0.18753936479172134,-0.7668730500909887,0.8850016847721537,-1.47278708298351,-0.5879011666550531,-0.11125313385476292,0.21469321441936554,0.6413699219684547,1.0349141142296965,0.8292616314619997,1.0959425982815052,0.3697000283426763,0.512205111530643,-0.6031538317257702,-1.6051508320665477,-0.5801344658558175,-0.7194033161249012,-0.7962603056372864,-0.32263395069768164,-2.45771275729717,0.24105664912608935,-0.8557123520435657,-0.35155960764737504,-0.24053608075585137,-0.5172054745324355,0.7940061432671108,0.5057601557049647,0.9534208935405954,0.8498459336342167,0.15479429090056246,-1.388405222107005,-1.2410100437177782,0.5368428268087955,0.9477465622589616,-0.4950312205654007,0.35614567012126,-0.3228667261309337,1.0499512970342288,0.6190418506203315,-2.8641333976841845,0.3311778433191985,0.286463866574986,-2.632635253169049,0.20309658790920973,-0.641738632873881,-0.2975314837906303,-0.3637455192062096,-1.0747649421422982],[1.0674725334115323,0.26844483548760345,1.0434997396532757,-0.22205401596724345,0.5662271778823241,0.8998513562104012,0.2833448772074448,0.304849103631747,-0.3063499641858204,0.4769554648668825,-0.07833996666856366,0.6561762080407464,0.5640584860857608,0.01092117580247259,0.44144135443195903,-0.17560122447554072,-0.6834348691750768,0.7572412323927368,-0.41997366902421707,0.0848156147722242,-1.3314157483969589,-0.5686428951853618,0.9693560804954862,-0.2674654073983302,-1.91177534529692,0.7110604717495843,0.16242642766438026,0.5885498668771976,0.2293417049224925,0.31279955918450586,0.1319509574899995,-0.9513192625088877,-1.6837783723823692,0.020860815435097362,0.5411910642573563,-0.08006750874355378,0.9973477448184483,-1.577140587171778,0.4260754033993661,-0.43924679131208544,-0.3601766805506603,1.0368087360556362,0.9344594226183036,-1.4967172129223207,0.15810167458762883,-1.0127900015343534,0.7588501296522948,-0.5121181684326364,0.4665585747440751,-0.7872307358177892],[0.27908226906173694,-0.04262799366280313,-1.6424221322239259,-0.6759557563818863,0.9345849555924731,0.7758999613714058,0.09217514519446299,-0.8284296100130059,-2.09079523847094,0.09072477915526427,0.02944677482096751,-0.7534799702157403,0.7567103701278031,0.43073438243031337,0.6278162442685178,-0.9528799004876872,0.4586566305745896,-1.9825155807887,-0.06901592214550474,-0.6524964676807443,-0.45163963806314394,-0.44562809232921213,-1.2006486028246823,-0.7279363636375658,0.030983687597263415,-0.6183987570741999,-0.12169613396873519,-0.02520623047609703,-0.37969251356621136,-0.5091149157317496,-0.5793107494120441,0.9128918413959416,-0.25935731781439164,0.35667211496980955,-1.4902659746766302,0.8206981468096853,0.011685780537247642,-0.3638792438925376,0.49804299009054326,0.646136505808958,-0.14250225079745324,0.5677774656010255,0.8231487119821712,0.7725384002933463,-0.824336966418984,-2.1287941879155547,0.3198024544497472,0.8196039252263461,-0.1525949117575392,-1.2703342097024555],[0.3833394142539725,-0.22676232192828868,-0.09369372539806345,-0.7648796566550762,0.10017572748723638,-1.199792922869846,-0.6567072552924758,0.5745091856528992,0.8744879561365635,0.7240745506732095,-1.932190685159204,-0.7946184906778142,0.6413663960603679,0.20453965748361205,-1.0147085594296401,-0.007609456622204855,0.6970648247860652,-1.64912062741077,0.8242516430919928,-0.5420466801023743,-0.4422583457420231,-0.5417034851291602,0.4363742146025747,0.5393510276645597,-0.7409644345047014,0.28116698837578835,-0.6395681175974602,0.855708105856867,-0.786226260654974,-0.4637298684903332,0.15457783949491,0.6120291992220718,1.0494004432582849,-1.9418441942943279,-0.4233544319031009,-3.455678987956339,-1.472239052243668,1.0493869868162102,-2.9343972426317744,-0.2629433800939458,0.8479365799252082,0.8944479894279586,-1.4927156443780767,0.7853037554407103,-0.25162621998941914,1.1226449463841204,-0.2808681622825496,-3.582706432471671,0.0300894881716332,0.8825213386018369],[0.7314739166986665,-0.8376402291239979,0.25094174617988363,0.6878639750065587,-0.4093394289392223,0.6533094729169623,-0.3494914920950854,-0.8292327123831047,0.9902504734976105,0.23113484126219447,-0.11436455381473355,-1.8027013984706073,0.08087612082929087,-0.849421350103999,-0.019416896445642273,-0.4904367265730475,-1.2162101604492543,0.4139966307713454,-0.9383818730711796,-0.008007829053692744,0.21905102981971689,-1.0463837343668223,-0.49630797387039066,-0.2076101927689986,-1.2308800161180828,0.6865437826599887,-0.8115341360799316,0.9577788990638896,0.24919844654664383,0.2067350004830791,-0.0002456345493915342,0.6603417075631748,0.09922792408424813,0.872249262093897,0.4979925039346752,0.8676047422303813,-1.5296205984909161,-1.354162700347503,0.35957529484855894,0.36218194904382617,-0.03055757465294203,0.9756363123233935,0.615999814139272,0.5564127279224077,0.10780193386219836,-0.32739474283638215,-0.573639794601521,0.1766348859420639,0.8128860832561196,-0.1519659550615089],[-0.9634191882795505,-0.5093010275833826,-0.2585412852804959,0.6545962936730161,-1.6143783951308897,0.8231705098957698,0.3055541216960045,-1.0598844870046418,-0.22242518839388553,-1.7862238705087252,-0.6394624138212952,0.05637639704990309,-0.6295142623481803,-0.6047736302051018,0.6442169614487544,0.553414052727477,0.8051043409927451,0.6060659313462285,-0.780273806350845,-0.14924996407186364,0.8824295851565043,-0.010212294385960207,0.6201234998466364,-2.4995114251238606,-1.7601997869463935,0.02559884491346957,-0.1454785243844174,-2.0292964672375633,0.21404674427773776,-1.2802366013912978,-1.3321665892525953,-0.04090775153030481,0.5094251318606368,-0.8195867513984684,0.4808504082268636,0.8954806015918453,-0.39401080787772924,-0.8479084428579258,0.7843119808012494,-0.49646786752429595,-0.7593684944435993,0.1262023580052775,0.5648380449136999,0.3994979135347544,0.8535111217633,-0.9241425440771801,-0.9881664082891481,-0.07129187948488772,0.9035438169395994,-1.2474071890945944]],[[0.527423461788098,-0.6409876475910969,0.5473192441378695,-1.8052169653829986,0.8478382876599165,-1.4258724602215194,0.7684773896893777,-1.2228210929803864,0.23547008150242216,0.0768172280021925,-0.5343185714017248,1.0010846007738499,0.3673264260771916,0.8715738710349409,-2.1980434713782397,-0.4121803281980217,0.11765923226565958,-0.14551515011487606,-1.897767745011635,0.07229270834693856,-0.3474972591635244,-1.4061481555736515,0.4627643018215957,-0.8745996354463541,-1.0466596503967114,0.2811992126495056,-0.5377196054445261,-0.01964043020202364,-0.6342802165569242,-0.35333015063558704,-2.282926835138158,-0.8344588318950501],[-1.0535661493286252,-0.3070401876615598,0.6890812409508551,0.6445364456893526,-1.3390683295711785,-1.5509456212746238,-1.0014579074049068,0.947385149449506,-0.33947358063783617,-0.8073919710080967,-1.126460384062309,0.19454062458855123,1.161924250916779,0.30793759364135465,-0.7528954986086553,0.019534948194303393,-0.6878521075050439,-1.0825338860747853,-0.9181770452148751,-0.8191923941225528,-0.6662280408025233,-1.4862029961669887,-0.9327060192895665,-1.6835183158134275,-0.7516113640924527,-1.6712086399798527,-0.4361600965090436,-0.959744707154632,-0.10386382778823931,-1.6129868678395403,1.5834318365002977,-1.909383090574745],[-0.4509131373520703,-0.01974904919583896,-0.5731490000936736,-2.2288284134071614,0.3815340583562882,-0.31646216861155874,-1.6929268308434635,-1.4331162476963704,0.5149740318025035,0.2995393567321651,0.756211484879844,0.3809847758387706,-0.40623020831219436,-1.120953716269941,0.5729255856145278,1.065075066128864,1.1609205335458979,0.9321236447035937,-0.047157214998058264,0.6324978905895475,0.41029215711330513,0.4167804602778189,-0.713040075360928,0.6396508936123182,0.4564037776696409,0.6966863112157229,-0.87715763016891,-1.16629950156059,-1.3844323029700105,-2.4172251261699014,-1.5514394984591693,-0.8722488019112946],[-0.4624579349777036,-1.0215797568695595,-1.4006097603428211,-0.6061012038729887,-0.4570354900985595,-0.6627853080527292,-1.6349039123643325,-0.6680320285815198,0.028537381166344793,-0.9950257735582554,-0.06305065479716448,1.2226642030480819,-1.7349169873131054,-1.0085162884344017,0.7523769998999698,-2.249092619367704,-0.05075197624088193,0.691592677296866,0.11879404506487498,-0.8516547098387538,-0.10234667445434681,-0.13631097945199025,-0.36399410145175964,0.33967918996971713,-1.3145108759600828,0.9900826967497174,0.3932513023898504,-1.2456478057293743,-1.5435252675030835,-0.509228027509421,0.133976804508938,-1.2231806883190064],[0.3887287897385801,0.029627986754634947,-0.18460672087136784,-0.5753125316124795,-1.5072029263167848,1.0755393120462544,-0.28799368874602915,0.33333246205650263,-1.0964160031034729,-0.00903403366700379,-0.14225724591253713,-0.3168432427995181,0.7204168947763094,-2.4209329474138124,-1.943069743260728,0.09808580843567143,1.1277440674766046,-0.9091561742466812,-1.2318559470598855,0.5516539083690973,-0.29058980205199564,0.49189349322841913,-1.115246533955826,-0.9597475965451688,-1.7737850292797386,-0.6068699219967683,0.43112712824914257,0.7262805161571948,-0.9866153419623764,0.4326864961290632,-0.6042860658829597,0.4297647847983525],[-0.3303503948714222,-0.9522731191023502,-1.8293331638459387,-1.7270455210232691,-0.43400478691158245,-1.359824049398321,-1.1294279996871814,-1.977493657769717,0.8951741630932715,-0.21766584883335688,-3.1901532638561343,0.023019425337464892,-0.23183358699324597,-0.9688612143545405,0.8833314042150232,0.945554462779376,0.03803669198435947,-0.8702066988760738,0.6536672912087262,-0.1362439551416769,0.7586957829703633,0.654080487606919,-0.20950480402023108,0.2760233436944007,-1.255272626841579,-0.5844036269066055,-1.7154112015577225,-1.776939452064349,-0.4310222188967751,0.9288528406030807,0.6218450215483572,-0.42663689478000405],[-2.081583633004665,-0.3001472761370365,-1.3272766804968876,-0.02505769675884299,-1.440250572229601,0.4592684331087435,0.6006629565444123,0.4663067588153007,-1.761203911718489,0.24830712940457586,-1.8556183694950976,0.9215914870587153,-0.5332637248484584,-0.1339771656981374,0.4656969876745479,0.22400822912764054,-2.119696954068426,-1.171177577437146,-0.24207400907251989,0.15243129603610636,-1.3570710035583833,-0.5344116033809513,0.43504253984429536,0.38339231978214655,0.24427724442004864,-1.6436317046159301,1.380465345000517,-1.229412268049213,-2.205890048262516,-0.03481794640107339,-1.090079940275204,0.7388962520014744],[0.21164934494841908,-0.3042404102240726,-0.23867542057471905,-0.07002656861182356,-0.8959723303800744,-2.015557397108361,-0.6849175455334304,0.19416101632584776,-0.5424241522355254,-0.6341737033185798,-0.6208797627943871,0.5993821160971872,0.5299707726804316,0.1904059546105397,-1.7223242308805677,-1.7323349206410947,0.43651119672249983,-1.0461157299482657,-0.3702949431940591,0.5852601853627217,0.10469821770000812,-0.20048984126356076,-0.006781148377075879,-1.9069598425454823,-0.10220296718880885,-1.0795786685137472,-0.6593359683706206,-0.7694128222301181,-1.6071870283217593,-1.4943597538552906,-0.2849613751578758,0.013375687072332528],[-1.2965322534554626,-0.3891310156525933,0.3822048177519124,-0.6469003825808215,-0.5399036133166454,0.7421266728024251,0.8116872698128843,-1.3813230862794084,-0.2231864743995626,-0.5261890555771284,0.665003523613856,-0.25022437604915815,-1.4383674653472789,-0.052077222618571735,0.23590508591301382,-1.201234991844465,-0.9323146330873271,1.147864769712874,1.7102693579157051,0.8920386614919447,0.11979983155589886,0.6651336297197247,-0.2715074637150016,-0.9511564150774638,-1.4164083777538476,-1.195974920829908,-0.5377234339626571,0.6990948258540478,0.0999155705593141,-1.5756578549957403,-1.3661546782218108,-0.1736431185946479],[-0.37244978778276305,-1.4026214388978027,0.3568306571699639,-0.416547523851133,-1.459351551000962,-0.20971078240978708,0.345289588178857,0.05838414823233517,-1.202906724455006,-0.611637168919987,-1.1234739155652824,0.5133453145718384,0.010878528842708434,-0.7167596085852322,-1.9335338186941529,-0.3225566512154129,-2.1242274590466383,0.5177412900267439,0.8707675451991351,-1.4733300676305396,-0.2693180631492338,-0.44088553512908124,-0.9619662977984073,-1.8075702315114863,-1.1694011735275331,0.6819472619224497,-0.41107846233561146,-0.7443650350786084,-0.2600990476565374,-0.37705790555288937,-0.24472082118442312,-0.6973191466421027],[-1.9089737069821564,-0.10962734663370594,-1.6161345711735988,-0.8516347536757563,1.1873978752011878,0.6435896277050817,0.34644641913347696,-0.36400772560243466,-0.4895907819750542,-0.3793531338891976,-1.5095368056102374,0.3965120568042398,-0.9718064467644004,-0.1400499094652521,-1.3693156147721606,-0.6633746759313582,0.6492064820417145,-1.3281905813678077,-1.3251346024763675,-0.006705286049100132,-1.7225597524513216,-0.7043564389365248,-0.61227182276001,-0.6864063341555072,-1.6106255033070247,-0.6959964549621659,0.041304902148818226,0.39624837532472107,0.35698565006098043,-0.08886526480331865,-1.1481277456526493,0.17413805099480856],[-2.4153243370291735,-1.262036948407511,-0.5342240495685583,-0.2993989849324695,-0.5272608437794901,-2.065858872547863,-0.106201389277231,-0.11364753594938486,0.5238164291989809,1.0540749345782263,1.4549361291607161,0.05072455850722418,0.45269610916162817,-0.4400445701692173,-1.2582345741057415,-0.05745662083128909,0.6576075651026133,-1.3234648499974413,-1.1337287181997973,-0.18682293877839828,-0.7275845215131057,-0.6765795806999295,-1.115443742002058,1.0026750539985445,0.033271208546113394,-0.7885254056409221,1.2389260325104727,-0.4930151885991328,0.07480514953184829,-1.2696809425320243,0.17064449069210422,0.8895352649295056],[-0.33427224648312814,-0.6673170768992166,1.0181716818768323,-1.5960354779338386,0.15432027509577548,0.1918647166759842,0.5582545893533308,-0.5610866804362928,-0.5499296037598665,-0.13556562145538925,-0.12047927082202806,-0.011450481292791555,0.41236532785347724,0.1368389287134944,-0.2848896004241009,0.3764764924078801,0.7403155743431143,-0.4646617175758694,0.2930329375573653,-1.2780910755154176,-2.2982942305552125,-0.36422068250066836,-0.4285856093949729,-0.38173391134500634,0.2442831287507445,-1.2775923937421203,-1.0219497868596297,-0.057152552783048725,-2.1017888230005557,-1.2721683565488615,-1.7701027684726147,-0.7138429112455178],[0.9703804965206169,-0.25888028901481586,-0.9581006071355089,0.6376352637606033,0.10798470247318437,-0.6739463116559891,-1.4652316858621925,0.07460212915936265,-0.9505947353123743,-0.4803732699472782,-1.6397770997869803,1.215000903820652,-0.7844728288781543,0.19008939892226495,-0.09590416870473965,-1.1670493523030165,-1.6666910257051553,0.7194486176235363,0.0024881674236826795,-0.8747804828389094,0.7527205187019324,-1.855379360428721,0.2765365335144829,-1.3804310630408558,0.5343696801170416,-0.5672002094120543,-2.1893048122363474,0.08393545360132937,0.45528002604758366,-0.15072882207576874,0.11405024721128784,-1.2869016532131317],[-0.08781818575308584,1.3143763284759602,-0.21675574801890707,-0.8802479530459943,-2.1910240100916822,0.9407062362972561,0.13068954985336584,-0.3112741305543078,-0.9999960707677925,0.5558097564867868,-0.5392132786947094,-0.32026009020190377,0.4633501113022659,-0.6920779056102981,-0.3946573919077737,-0.9538769687078912,-0.2915515529864901,-2.4886737205790137,-0.9451730582235606,-0.9131760759600472,0.7668368474462629,-0.7769048690559406,-1.2670443768416793,0.7148311875181972,0.6642959170292677,-0.41400705717059505,-1.375321302270326,-0.6884212238950685,0.34658584732078473,0.1755222034690902,-1.3677772646134982,0.14717831925982974],[-0.25018272789989576,0.015785013938959938,-0.17679770791789756,-0.32213418562803464,-1.8562515385771032,1.0358491862304327,0.01538498361996302,0.5899690420899102,0.47038787420500316,0.0202241510147541,-0.9018558055159097,1.072742672917654,0.16565868889256088,-0.3982261424566405,-1.445522260733425,-0.7777715616154632,0.42802908950424645,0.23653927660232243,-0.2305848487742131,-1.7504004014374004,-0.5046944296189629,0.47271242278448894,0.4099836276380286,-1.392034995155208,0.15148892055725563,-0.23608766752918328,-1.5322845910136662,-0.2611697425127093,-0.6448366168254961,-1.7725112502807043,0.303069551463614,-0.8725542883689816],[-0.1778819215578608,0.3540434886640786,0.3816271950250099,0.8778647442973385,-2.082424205658437,-2.306166015094873,0.47496500536966835,-0.3793939673464455,-1.4215774171423852,-1.9831492043939063,-1.7691137198461786,0.8719651442879008,0.7955626816902952,-0.4088631641570733,0.1750610173768254,-1.5203492991870484,0.7221647713614481,-0.03981368061715844,-2.0493787221811206,0.2997445734719323,0.5049576826114778,-1.5563929390185558,-2.0157036223259497,0.586427613253793,-0.1957577026791924,0.89417787174622,1.1504712183668773,-1.7701511962014636,-0.420729351227816,-1.33026771029484,-1.7075583069805989,-0.5725703102486296],[-1.368942055770141,-0.6542608042958165,-0.9875287989502229,0.7535847037846066,-0.5476511683233992,0.6431495828253895,-0.5853214011529054,0.3042862738238027,0.5712086923780096,-0.1910720910476852,-1.0656386033833978,0.7513665330414314,0.8323063671158302,-0.5375393523684497,0.3575654444341016,0.32042937683485695,0.6362761947751273,-0.5686480102646865,-1.2729763505643077,0.24096066515791215,-0.10304185952952956,-1.146133414063907,-0.9700246757610146,0.44819899042587596,-0.08930716349931601,-0.5929249292806121,-0.8185206888225549,0.11972936628069893,0.28318543082400105,-2.0849872203920574,-1.3743745290520648,0.4335989760084704],[1.3150366590222822,-0.590728764197789,0.1676638644523832,-0.6409942871526133,-0.38101415142965156,-1.3266485551840312,-2.1237631627726956,-0.12719560680424005,-0.7364618638025336,0.5994104399017433,0.4599613232167294,0.4208118091944741,-1.491318658690473,-1.1496000840862923,-0.017459359304891283,0.5252085825492819,-0.612439477397843,-1.3859166858417493,-0.3372429436692641,0.02260673507324907,-1.9265737837115853,0.6370697781488364,0.42600065917317936,-0.2922487021587632,-1.3311307177669613,-1.4945361201765142,0.24785117828570985,-1.5012643359198081,-0.7253867428082494,1.1524743388617433,0.024493030526091437,0.07050427360359093],[1.2967315437195361,0.5477319838613895,-0.47924530513165925,-1.9334494447170576,0.8590833140103616,0.0024799966616619396,-0.6895726038509217,-1.5344954180144215,-1.4555595630654352,-0.27936688468176557,1.2308718822229143,-0.4463188354679531,1.0023473481633502,0.264246479477685,0.26600937814627434,-1.9359352874879876,-0.656700562448045,-1.0592383237792153,0.06841759900214513,-0.8805803978933042,-0.6065543952158787,-1.721473432989525,0.2878926102507997,0.4571287001291495,-0.46711088640356196,-1.611425152029852,0.9089437398677603,-1.5572182430394241,-1.5787113041430587,0.9994800459095974,-1.402922227542227,0.00622992995803657],[-1.872495582340173,0.3611585608510807,-1.668607141094982,-0.9187247440078793,0.6843083100756084,0.4495896919986748,-0.5472477341673186,-2.029661616308323,-1.0032072214045942,-0.06749264070065053,0.8687205547916924,1.255390354868366,-1.4913641519988772,0.1536288181865454,0.18433117265092022,-0.6311549925841278,-0.8654913312965952,-1.5275762910124568,-1.096299847334687,-0.9273544592926161,-0.6272939452633566,0.1816183528150314,0.1751008450770252,-0.5941307535549891,0.46929649957817116,0.5056768484928791,0.08809329815614832,-0.677261005894138,-1.4973041258311595,1.2644034549621062,1.1872113158238373,-2.079434137791269],[-0.20569835609951986,1.0477210918472948,-0.9837722549949199,0.8364740843647763,0.19196137674364083,-1.5713761862604911,0.6045905372246819,-1.0950844280493115,-1.5895281201975535,-1.6350899838914055,-1.9995106752369072,1.288159373977908,-1.8967485263340023,0.4618758522511692,-0.1689274752440296,0.5373140498044222,-1.084016948484031,-0.8363307866067224,-0.8821608119609452,-0.006811969686958809,-0.45947058374696187,-0.34645334461411803,-0.08179192117370884,-0.9216056191916964,0.5108492051473296,0.3152653263107812,-1.9874051092379401,-1.8298941747265463,0.25146194864059396,-0.025812971945281822,0.5139185067830653,0.4478933404233838],[-1.7153724063307725,-0.8235632139639482,-0.4166971734673865,-1.2817615230279815,0.3401505072416657,-1.2701992948081,-0.9901984530992981,-0.3193078927349575,-0.2582512232574312,-0.5285045155932171,-0.5593285231276075,0.5897078148083769,0.8062805132365519,-0.2704791002461277,-0.9998887459660777,-1.3070057737036769,0.19167167807418778,-0.3015247139217483,-0.7432007795677195,0.12825183395181372,0.43497159330917723,-0.4189352746952235,-0.08035925874919334,-0.5165990503851631,0.08881867474555148,-1.3925422787823718,-2.348934375321806,-0.29789674279392564,-0.025917480508047257,-1.2498038356180416,0.5398562549143517,-0.6670051144420596],[-1.6633928339324586,-0.5804646453391761,-0.9834378107975799,-0.5399669946955029,-0.26432614932568255,0.4271378811663276,-1.9248411223969195,-0.0029904680543705875,0.32667613854487687,-1.4359934721552556,-0.575926629051242,0.1822782777711072,-1.1699380105262434,0.7430296947673292,-1.4477962507024873,-1.5992116380817962,-0.5664800364668737,-0.25504562870190045,-0.8366315021662065,-1.981530525895946,-0.1367413140593326,0.7062582915499575,-1.653229156363082,-2.1302441562859986,-0.6946691384962739,-0.09768628969732208,1.8619946681296784,-1.2092284571677452,0.5320359786054387,-1.6141706867938528,0.352762900274849,-0.008427356719151229],[-0.07460258716262692,0.7393793175290067,-0.003941894269573622,-1.6369372826832242,-0.8833228928007723,-0.7633742974402317,-0.35544374888651054,1.3397846341853437,-2.0161159126026216,0.9713397389395511,-0.8232634457887132,-0.16692189974314922,-1.1676802883284467,-1.3779212700205112,0.06794460503007436,1.482560168483778,0.932747400718499,-1.8414606733094958,-0.9348659934455331,0.12621501503062793,0.6535202950517297,0.7103276097056523,0.27332367510032274,-1.7821832393159485,-1.2894793365122141,-0.0401453405074933,-0.34664182222696494,-0.2556196456204317,0.054248241959384276,1.2610908358579747,0.9710804298938417,0.5147923417242213],[0.10513988364213023,-1.6704881876294555,0.4287972904220408,-2.4620485450351093,-0.11518318478740447,-0.06807311425563504,-1.5004870868694675,-0.4021820624954841,0.3738726750726054,0.43095157547392693,-1.475748537871928,-0.11665296747182459,-0.2534103309182004,0.7846872104573666,0.32269019304999236,-0.6500648091690104,-2.13520341367486,-0.5970322517893621,0.7756002827127237,-0.7847971259748698,-2.1906922476672244,-0.5688534113921748,-1.6945647547076057,-0.18062284790234628,0.3626565460164985,0.2663389225892083,0.5761902407866267,-0.1385613093056349,0.012585804156704478,-1.7833910142360103,-0.558734967262545,-1.6036118631323557],[-0.6183483172170187,-2.1706187526941028,-1.6539781168460685,1.232785473862167,0.47374221591062426,-0.8260491408707181,-2.0623291466940676,0.8244181423581753,-1.3342201998802041,-0.09769055012791467,0.3925921093786569,0.31771809481084207,-0.38936408193779987,-1.632578839563051,-0.31310131901854693,-1.8708557602607845,-2.1911720086010478,-1.045995519133787,-2.256188602058449,-1.4337869556020062,1.2149592282524175,-0.25192507986344803,-1.1451783450970385,0.41953481779287044,-0.08024128122592238,-0.5857885896708606,-0.9805904536763103,-0.5546556178060266,0.16579428079129957,0.6179925731939225,-1.4827636546882756,-0.38837744327160933],[0.0694586159011422,-1.0000295763810336,0.5577902153314479,0.48328980627262796,-0.8596124729962756,0.7693697950242504,-0.7153342309659347,-0.465628771685113,-1.1352462403834194,-0.83188610704837,-2.488779067230842,-0.6926865195914135,-1.6230933062529258,-2.0749273732664015,-0.4036181046194606,0.15110110383138395,-0.291821613837393,-0.7468961172412286,-0.46226010126752737,-2.0813241122967123,0.3587884643292314,0.1940767889748532,0.19346152016499252,-2.1841151048522027,-0.28011103643234775,0.7875430919177018,-0.6350569641785291,0.015507341584277218,-2.39567003032673,-0.364832706245154,-0.08981209666480106,-0.019901417787755685],[-0.6118130392618709,0.6858738844217772,-0.7559971874509072,-0.7727621520821331,0.6176854418165046,-1.5491068709910736,-0.9543732703756732,-1.0532778892895902,0.8707767965435205,0.15597688849751276,-0.03351680720613251,-0.5898907694773834,0.2294234672953735,-1.7644048708695346,0.09836890661629297,-1.3555264351611442,-0.06400624306495668,-1.2643309545206007,1.6092050354445642,-0.9564314042898198,-2.243340992526952,0.06852474999538911,-0.23474385373152215,0.2977174262090561,0.10890300287763424,0.05194004165139862,0.007953696683769143,0.003953022737628206,0.8135692788342922,-0.9686007741030276,-0.13477129337385182,-1.8239423566488377],[-0.6604228873069645,-0.062030109810485456,0.3043208750093433,-1.4152921647419452,-0.11814175183309866,-1.132851811281694,-0.2893982918513217,-1.6366313313155825,-0.282177564480643,-2.1048852228641306,-0.42884343382792356,0.2053523332796884,-1.2156415436665928,-1.0500798251172976,-1.8235133715467593,-0.3822540108046364,-0.11362869204376977,-0.024195415121100176,0.1145755516456908,0.0358924044480138,-1.2928021070542637,-1.1786234784714475,0.18270827395511788,-1.9464113905056737,-0.32940749085768306,-0.3530729418796967,-0.863711474204902,0.6525428146023975,0.22647462577269442,-0.725941565588618,-0.3302076079094773,-0.0025615792855914823],[-2.1939378328437664,-1.7141135767745697,0.025397237191534496,-1.5401460272368246,0.26746078389639866,-1.7055401144029054,0.19064693443894806,-0.17630809858669,-1.6763225849986345,0.1851558435964402,-0.032301185019193324,1.4994415641994885,0.09975756324741773,-1.8852673387396577,0.09702177878194725,-0.5646757919951625,-0.6023741813253747,0.4772177513866629,-1.2317194720609221,-0.13792872313848786,0.7166385473982697,-0.051545976518627225,0.2900666671791197,-1.7539717514794564,-0.8973310962017388,-0.5250950762971377,-1.4782243953842311,0.6590910047867207,-0.08174930838762264,-0.14476027602526167,-0.1953351671078186,0.22544063000629713],[0.5972486964712611,-0.5260947928411545,0.8340303386667217,-1.558050449512274,-0.6662863523863508,-0.1149707628288299,-0.855311335204831,-0.9104341421960626,0.510647340116345,-0.9484250167765692,-1.1641754544026015,1.2603558443951568,-1.7737461855936814,-0.5571826768852894,-0.6386952230198648,-1.633242887154732,0.2624687504972789,-1.5297574776215557,0.057682025191771,-2.0331114455444435,1.4551025266920807,-1.4397338565772235,-1.9723493625633768,-0.17443816267009501,-0.5419710001056286,0.13378315967753335,-1.4801833487959775,0.19081613095943883,-0.8378186342498075,-0.14605697892504774,-0.9448525270332859,-1.3767160911931557],[-1.3122081702592807,0.43777547994227267,-0.03782506927358597,-1.5005172386696057,0.5453914165137793,-0.079803604577796,-1.4914616723163052,0.19387168207033964,-0.8863460149493526,0.3537700952625347,0.6315345616042198,0.30060546197054255,-2.02708910072928,-0.5260765014107669,-1.3074184463056098,1.0230719937456754,-0.7582082843329792,-1.0991352604416738,-2.5952097587808973,-0.6461103894059479,-0.3312337023337143,-0.2875911841748605,0.16296075976419808,-0.24734947762006973,-0.5322788441944738,-1.6834200563321686,0.15607182143784407,-1.5993188192928058,0.3731017346169348,-0.9585511002197565,-0.9618999437648922,-0.2644218412797988],[0.237113222902251,-1.6228654452063915,-1.0809082643222723,-0.07795974792566136,-0.5592042589479733,-0.4458254910089703,0.04788601255470309,-0.8451856939859187,-0.12264995270309902,-0.675652507390119,0.8395323316915135,0.10490630509370745,-0.17245492199299559,-1.60617468612986,0.7981499646235166,0.9785447446876313,-1.9169273367498585,0.6913016597067574,0.07308926122341827,-0.6070512800637744,-2.17910090222367,0.8141740515279317,0.020803093938896015,-0.019114562642344197,0.3265767371939369,-1.9318688369787096,0.6741209015528887,-0.543552075616495,1.076256432301484,0.2306894260992656,-0.03814111998299362,0.8847165528487665],[0.10254386909848896,-1.119915835288224,0.4815620578987008,-0.48353259737694043,-1.43195308085813,-1.524937728411446,-0.8584763902713286,-0.1949761073843166,-1.4847527421021087,-0.6205869589817927,0.012011760403296814,0.09313412100075201,-0.2652030086518705,0.7014755041538931,-1.518689420630725,1.0113335834893686,0.3501806359559771,0.12234952782982403,-2.692659053084634,-2.102921572494767,-0.7251282695074025,0.5176131863249352,-2.0465349615115094,0.6779298728083866,-0.5341680241354481,0.6184266958198844,-1.8642911258902044,-0.2184359265514125,-0.9114724561801533,-1.54229503790027,-0.9839625531194964,-1.1728088226242384],[-0.5481398452952566,0.505988178765311,-2.1231681098264326,0.1552545747399046,-0.4112958575267429,-0.1426022330654752,-0.3550117460184024,0.24526732830298537,0.4539819214535544,-0.5651895948435125,-1.6033418762774099,-0.35574653637785586,-1.4468694044681611,-0.27180076962753374,-0.2743368454110875,0.7128414658228749,0.4944231928494585,-1.527243745363413,-0.7229633052931328,0.5087825353530243,-2.092136823619937,0.12037425245672294,0.5712312551187031,-0.550686079991852,-1.0324978291547506,-0.015978647814968352,0.3246140140971738,0.08749267281926665,-1.7023543827208605,-0.6613011763455827,0.3112093978735048,-0.9642748398280503],[0.8662437307605345,-0.33039018184679975,-1.125141645091781,-0.5906270764430761,0.6143882103998992,-1.629322006585102,-1.2457984162357087,0.8503314364071429,-0.12306924355436974,-0.5418440799987624,0.5982741940441482,-0.10866085222493035,1.107330204749821,0.5296105814481237,-2.0384270958970814,1.4485846676781131,-0.7728582787549833,0.5140492271874896,0.734760675435397,-1.7038377854867282,-0.26479573824702013,-0.46587047637134593,0.13073460806757153,0.45073842965746913,-1.1053992865358988,-0.7707058948264387,-0.18629913907609005,-0.4710953590610715,-1.417874037106294,0.7621072518033106,-0.7107280866692688,-1.7971931619580253],[0.0378078708238197,-0.5385703046869394,0.8780281669999416,0.69081251717497,-0.3634482179561717,-0.4420413273311976,-2.2411499785858173,-1.8254459838617683,-0.594118791712628,0.9531272775592403,-1.6760711177829395,1.1620040780546472,-1.5475300470622675,-1.312910645429989,-0.7018535958716592,-0.9587564301601326,-2.3259496802242614,-0.15701377997824714,1.3218179256126432,0.45163096079421433,-1.1564262932546427,0.8459641880185372,-0.15324044334577233,-0.5946844877841042,-1.6203632987122083,0.9985009356533798,-0.9135061435148952,0.6792513401785326,-0.6587770895170144,0.10018477608718158,-1.079142253026815,0.28686917234179216],[-0.1924776145303444,1.1412891629267718,-2.069995795417089,0.4187254607177592,-1.64007428739102,-0.3396178883758605,-1.1732206794569828,-0.632992711598794,-0.8473065999973892,-1.1354068415732557,-0.20937114641310187,-0.24011752479760634,-0.17822797150850686,-0.24882140066743302,-0.15765809090073074,0.7593476378905413,-0.46737677705140673,0.2747412529857074,-0.8195087435540354,0.9110529708575072,-1.9959721463622662,-1.9912058373081278,-1.9542791235020833,-1.0848322044393648,-0.5811566247825208,1.0835955253163956,-0.3481299892772614,-0.4602731443459557,0.30106270459794593,0.25229093421624155,0.9833765147708485,-1.6025141414119328],[-1.26733216513041,-0.7529678119179172,-1.2695562605484152,-0.6129120597159642,0.21648836655770148,-0.617477752750733,0.9329446327614747,-0.20821355603850505,-0.2228652299660142,-1.8381567229195566,0.04177100387949777,0.07442804078437587,0.22270897201257203,-2.0227302341665845,0.0512098864540198,-0.45679940585338336,-1.1732268691415981,0.0073438666753435754,-0.025111675343155893,-0.47575121860438796,0.016101968080472095,-1.8750695227806997,-0.8766591484605819,-1.2786427268092995,-0.9263041448901846,-0.414461567679892,-1.6008528895683256,0.4205586059796067,0.2691915391189415,0.7664000313546268,-1.1446797095216792,-0.09682306093494239],[-2.169133989525756,-1.2765002232536355,-0.27142868974296647,0.32909374810893605,0.5200751929847699,-0.046554094926354136,-0.5425872002567258,-0.8765739849648165,1.0354269469943505,-2.199849216205802,-0.029535301952534256,-0.1127431854870082,0.04742398037283401,0.27963750199873694,-0.8246917737486811,0.4132239394891488,-1.1669008180836278,0.3185358091534843,-0.9919393365929331,0.23784022509352293,-0.32595770242546296,-0.4374675555151843,0.6134828009911111,0.6368183479671919,-1.3273423321774414,-0.84747681023884,0.6527826802165383,-0.6524138834928699,-1.1680256343348305,0.274054166928363,-0.9966407570883443,-0.4356590353720901],[-1.6193248339055457,-1.0149322994840182,0.16898837905887976,-0.9225865772160324,-1.8366357846962424,0.46736790448282384,1.024519514452137,-0.1370018856411622,-0.36880963478168416,-0.7186432825771154,1.328520213804637,-0.06162377757317894,-0.4296722657586361,-0.9940433058102889,-0.7038384402976019,-0.9458080927003393,-0.5777444720537313,-0.8644162773832428,1.379454955111364,-1.2543872175974236,-0.024325372376012955,-1.598617233703479,-0.23758899565695396,-0.5364958135371783,-0.9438088720598298,-0.3047739426742421,-0.06129743377157684,-1.865787131048463,-0.4686845977684365,0.3031918925732836,-0.2638272810693951,0.6053554171499483],[-0.35752447765781303,-1.4746040222425112,-2.3071434377034694,-0.1251748099060536,0.38471568359236646,-1.143888653982614,0.6588842894012742,-1.8676421842237294,-0.3497245277602626,0.07813933038325498,0.6807252965450131,0.5784992736765827,-1.003084860880505,0.3810694245157204,0.6506825042732339,-1.3492698071880103,-2.071363383972295,0.08518037580985499,-0.9913568040070536,-0.1818931665217682,0.4521897705013258,-2.0332741935300183,-2.0056129355504906,0.2142128669515486,0.6367461852961681,-1.3980240013639467,-1.0579271111777089,-0.5817055165284937,-1.6004991814828489,0.22606941038316056,-0.20409284853626822,-1.7117397787339061],[0.14736823758948525,-1.082176559805268,0.3879801947700413,0.09621616408467701,0.22957799028715728,0.09533044966062913,0.02521769950428504,-0.745002272291248,-1.4805704741180716,0.7897581539387867,-0.5910535790497073,0.7029135260676352,-2.051072874068825,0.012051501350249447,-1.4821241414383863,-0.5589406137394914,0.15624237371573843,-0.8123365405297791,1.0479373210389715,0.5530647735700975,-0.5633669376510122,-0.9078092622618879,0.32187462441490555,-0.06754609284459012,-1.3649068449607198,-1.1952878892946321,-1.3469087484256812,1.1645414691968397,-0.046404902117798984,-1.1780467407206967,-0.5417101672276682,-1.1896237409333195],[0.6360265917212109,0.3630518901112115,-0.25733301993983165,-0.6653468061443408,-2.423932489992138,-0.18649907075989514,0.5132512918611197,1.0551884981883886,1.6515064185044568,-1.8605016485547188,0.08482575710246158,0.7141226353797135,-0.7419073150319019,0.5413237626999736,-0.7720864563239345,-0.4948866741449972,-1.2752689558189259,0.0956817492976474,-0.004046015267756362,0.11529438455456278,-0.2953882577520478,-0.12720540982203357,-0.43313173185106285,-0.45996770446585816,0.040245921406446505,-1.7220605804560793,-1.854736646144415,-1.6872073697359895,-0.1749777202704455,-1.6970816132062247,0.4138374938275615,-0.9827222441352277],[0.5183018564106932,-0.9263530658099687,0.3730348601101478,0.17565243085232773,-1.6417273126780738,-1.0501639752142105,1.5642273916525227,-1.894771861425233,0.21609664543399212,-1.2523921140042267,0.12478955362781367,-0.07972527080099824,-1.0862161503367034,0.14498007796714688,-0.35752366466063235,-1.3846207385097768,-0.13136203333211777,0.22875571712890572,0.4656406326519094,-0.3720950766567654,-2.034557679848052,0.6040273009417854,-0.23828891640055017,-0.22223438870156487,0.5974570579520184,0.1255950665600611,-0.6963126165374831,0.15656715971543306,-0.2870699405385012,-1.9423197016203233,-1.1137883843449137,-0.03337858010026212],[0.17814959053674845,-0.12364839133743998,-0.6352333285524712,-0.06433973182442533,-0.807744886655039,-1.0631755695786032,-1.161402887345432,-0.6970581063620291,-1.838482862823721,-0.036431694284035664,1.1101094257408854,-0.4269092450184612,-0.7557967375533197,-1.2532692559492362,-0.0995301528963823,-1.9108581601517776,-0.22980413192311447,0.32156254936923734,-1.2028891739607592,1.3731269090806781,-1.4131793479362877,-1.2025812201904935,-1.8282778121193757,-0.3928553187517127,0.744583222787473,-1.3648356485432187,0.5717411574638401,0.380485796358754,-0.6467606456881337,0.9753160177767809,1.168640728192543,0.4186464876508244],[-0.10533624883624179,-0.28948549089299624,-1.9004020274792996,-0.10180377651550035,0.9002058647444828,0.8505350299495429,-1.872601923134004,-1.4138306056416,-0.012523581000496598,-1.8037313725511293,0.7017961473443314,0.24477961678712296,-0.34070375024603583,-1.2886214768771813,-0.18259927255076508,0.19266836138240467,-0.13818999935879245,-1.9365679169072512,1.5423969584994215,-1.8959729137088042,0.8811662980307801,-0.9884381322989849,0.5180841080568277,0.7109600665986161,-0.3129903243087235,-1.542354006570455,0.7423520397612907,-0.011667180364380123,0.7544983949932896,1.676447934075687,-1.6028348678293793,0.37892493402708954],[-0.13358015173794086,-0.01948302979685983,-0.6417627630694294,0.5062342607673457,-0.25476358247359054,0.2760815731567994,-0.4722523727398679,0.11631709523714485,-2.020192499977022,-0.9008939486095469,-2.114851504989551,0.4468911683571169,-0.5832817956862083,0.6059650667832592,-1.5208397577927022,-0.8364235108099677,0.6987264925293438,1.121095871806255,0.052204208998584474,0.4279009333522274,-1.7098016572591834,-0.39747318022607603,-0.20327703135355393,0.8733265747177169,-1.498992215943698,-1.7251573317850115,0.5465880273076271,-0.6867702498774928,-0.24745262549008773,-0.45252698239357,-0.5617337624775461,-0.7786516720264303],[0.2250970774834452,-2.0627019334850334,-0.26025601949594773,0.3910507757871079,-0.840141338492246,-0.09078550265004696,0.48208717200508283,-0.911431048016791,-0.3816774767375086,0.10729283922023328,-0.47012606632324233,0.3561342047127632,-0.6040631175100535,0.15910218645521396,0.7777986946534049,-1.2749228511147224,-1.3758558097721567,0.014173011721055142,-1.8136952877110508,-1.2075940667158995,-0.381956795234282,-0.4921677366558992,-0.05256804248156326,-1.5247944894948808,-2.0040036615937917,-0.7359642089204967,-0.8133075436661938,-1.185453859668255,0.5308078907844329,-1.930407219623682,-1.4101015259726675,-1.8599817500781275]]],"Biases":[[[-0.846527807560697,0.7622162826389904,-0.17203030102424136,-0.5705752092911799,0.6344605153357901,0.7980954214461815,-0.01731238454367111,-0.7825605183617742,-0.7722713606101893,0.6054472801943874,-0.6925090619139447,-0.7822126643765429,-0.339478035941574,0.4786064857288645,-0.439638269757201,-0.6598850811517066,-0.25504755637334864,-0.976322612658005,-0.946429927690182,0.2872323621163667,-0.7700393744176934,0.953141566226881,-0.0014334156378309829,0.6385093876957528,0.31756862310646816,0.3866222694929732,0.10663751320229124,-0.17947907210373581,-0.5958492467154581,-0.26270820047429594,-0.0823798182534569,-0.8304136372345255,-0.7438668949128692,0.624932049833833,-0.40482115602021485,-0.484810541127397,0.015201612901131001,-0.46689170891527054,0.6976134923352129,-0.789238963428121,-0.7467485066974093,0.716694826527481,0.3170396133829297,-0.0303879934343156,-0.5329087686875063,0.9003459390021022,-0.5019191921713173,-0.9225175829845408,-0.7152200239091282,-0.4401119563033476],[0.19180070453498962,-0.3939979505451983,0.9819945843714265,-1.231087575668754,-0.7721023653962757,0.6325305195952374,0.22438995491082522,0.2864076658224921,-1.0188269933192304,-0.25419227677432416,0.4716539492528887,-0.4566576490199642,0.033675801454182704,0.004081242408609838,0.36765859243684557,-0.9233783736961719,-1.3590893212795327,1.0405603195622846,-0.6913611436596235,-1.7383815667898954,-0.33248451189070705,-0.7033418021804385,-0.3581230304089945,0.3918436240341811,-0.4229243311244801,-0.24883629329484888,-1.230359378828519,-0.5651250960291,-1.7667870683078424,-0.9920221071541886,-0.8108143235580658,-0.8078572024371304,0.07775866801935552,0.7524653238530374,1.1734422080495992,0.23609142906201724,0.5505702137660603,-0.5111681715427363,-0.24127110479595054,-0.8626232815351668,1.0477678314110372,0.8502916256719194,-1.5873134531983923,-0.24420274829855063,-0.6388188641860526,-1.0535222198181786,-2.0377545711998395,-0.6377191180079791,0.19855529254154702,0.17113574523316002],[0.34340289930567663,0.3468481843375713,-0.025279661218917008,-0.3039976439345287,-0.047884411445785875,-0.4220607306697029,-0.34217076528833884,-0.7644375721678075,-1.5385242545705682,-0.16045829720635915,0.6362354990631371,-0.2383272642173875,-0.37332706373089164,-1.1662115866820868,-0.9055269201739303,-0.4483577917552596,-0.9616836903246396,-0.02130197889992283,0.783250977323569,-1.7434978692733736,0.25865042639175695,-0.07427208063328852,0.6101677431634076,0.6804231317246051,0.31533299286278954,-0.7012494420527169,-0.4829375144911736,0.06582375691642907,-1.324709229705142,0.06167947897238315,0.13046333299896012,-1.158389931440577,0.7636595446238306,0.1062785191324554,0.241021076068171,0.4144819411269287,0.7876519325277482,0.6195791054249813,0.8744676591630229,0.2356971050710642,0.12413486458177714,0.5229997766439973,0.4548130731902585,-0.6084257587577869,-0.7499002302019122,-0.9763109326886422,-1.7616791966651897,0.326615479218623,-0.5294053334332012,0.9759651942506337],[-0.019075380923186423,-0.6884472121916484,0.6206115741674018,-0.5452403948477977,0.7015618236688587,0.9074398437487087,-0.2864606491991407,-2.3713320743988677,0.0708661144328117,0.4893433134738083,-1.240314351423986,-0.8122875495738684,-0.1334920742067109,-0.8425083164589939,-0.6175978905964926,0.9108112975581018,0.019118651457181085,-0.49356864149670465,0.7054998931414156,-1.4019805513404533,0.6692741144676673,-0.08388919471534897,-1.0201435251078779,-1.880928178223189,0.8801532275384994,-0.6705926859874509,-1.4829726181172667,0.10260769684044391,0.0759439040890438,0.7243180447142522,-0.30931654762034044,-1.6594895627529334,0.19116430050296107,-0.6432812908914324,-0.13513368272417342,0.7297931980003133,-0.6004347281170953,-1.2218382318239749,0.4529352619512609,0.012638001888762634,-0.03866193438312034,-1.8717627884193888,-0.3291068956213228,0.8795195016666931,-0.8133947781352623,-2.0662754463619604,-0.9515556585823595,0.32787050354200836,0.501857548847725,-1.354577172383075],[-0.05700333121425533,-0.3419301590297126,0.0776969962251689,-0.1566385764722676,-2.3216772810678132,-0.06504371601139153,-0.7894971312135259,-0.9559877352274742,-0.055585268199800794,-0.09107680924370004,-1.9387926664863444,-0.09151493505530027,0.694526434638347,-0.11110734023941256,0.44149693326810285,0.11980606999133257,-0.8478537719751958,-1.0300412344464864,0.7290030111911565,-0.8976613465143874,-0.41548088364713603,0.03291682011870874,-0.7747547505667578,-0.9897646907299394,0.3420361478562133,0.13972855386051075,-2.0356343465611575,-0.35022054532634084,0.5023198352610502,0.04997829876974175,-1.7295514777276773,-0.031604246712851905,-3.3895570601762954,-0.22377734418967032,-2.5878814218279858,-1.0999715946341062,-0.5639325199942615,0.5266528232008764,0.48809377396220116,-0.3890098807282177,0.3219812694374635,-0.2170490254903936,0.8129748620166342,-0.2722832519838652,-0.3232615291865416,-0.5018462254453848,-1.5215873468683143,0.7589344623984812,-0.32246929954093806,-1.8602382255259053],[-2.1426159519090886,0.3677079064781543,0.26562338525560797,0.945482192844165,-0.9569999789087649,0.8069807987023866,-0.4263567683300329,-0.13482470431302554,0.9853965972185365,-0.2106380737993216,-0.17476788051553083,-1.390324184805372,-0.9281696762911439,-0.09741779162475726,-0.82951597843237,0.4642871996125533,-0.11070246302103791,-0.5757066307003327,-0.8806096352212942,-0.07844929104767348,-0.10409506820872053,-1.1340454028757978,0.3118501820469228,-0.9850991964699709,0.41832686403840585,0.8368398479064161,-0.24982741521521024,0.5329141852481206,0.2584264719170451,0.45954804062080473,-1.521512709874572,-0.6718616081807753,-1.5893539950538889,-0.7482004501025081,-2.393981374171598,-0.23005886377910773,-0.5703218921881578,-0.39401711067081213,0.1493062074632496,-0.7052911852053688,0.36482509853661665,0.7098063017141641,-0.6829043685241312,1.0313652877525792,0.028515628238873398,-0.44521688451499647,-1.8610966712858803,0.17043080559856097,-0.35321390802461594,0.6539472936907997],[-3.104211136300171,0.3114287935766499,0.1364018584379824,-0.3120278319728144,0.028732033129263892,0.08013713145045642,0.22347559075654602,-1.0204843583035268,-0.08628384940060219,-0.14904984096401291,-0.1869665856195148,-0.2225523973794716,0.12709246296124516,0.19367178124656623,-0.7988164082099775,-0.9207720017974053,-1.7653345678378438,-1.1036090633801503,0.43076611682044674,-0.5387002719690065,0.16826221390783092,0.5956133970032683,-0.7752485289787661,0.36656564078415144,-1.0496310874374257,0.6377341940536958,-1.6356022475915335,-0.13773643441477795,0.9443062901566093,-0.5224486122894303,-1.1468151493384713,0.6330446487803706,-0.18075353829724067,-1.0182018553100918,-0.028808767315488516,-1.0441454283111191,0.3605850685880637,0.6648566316098579,-1.7966759729174693,0.48701575091847626,-1.7878134503066803,0.5190502893844937,-0.9881184328887371,0.9489899669492613,0.3141762813472416,0.8958841843095224,0.8020307037985333,-0.15178774291324845,0.12368564138719103,-0.11633328803726439],[0.016524625741515468,-1.6881253070511661,0.03210914955291103,-0.47902850594124263,0.33695056099412884,0.5268253826438543,0.8381177485925393,0.956769518179703,1.2022430472284817,0.5479626469285614,-1.0046482727271804,-1.5360373678886468,0.6733237931846648,0.3098941365716912,-0.442289675591628,0.8925610739305158,-1.2519423444363886,-0.07058591796347097,0.82158590884269,0.5712665047021813,-0.03041054959281042,-0.9027048442015624,-1.0238410780185547,0.4533956263973077,-0.7498681453262072,-0.4381039881712376,-1.912739085645682,-0.1385994607016999,0.8954402161427415,-0.3291827946290899,0.22198794048932746,-0.32607248717438275,-2.0109800144385184,-0.2905724802331379,-2.306293303978144,0.7063255712846498,-0.4081732199441963,0.5327975129171773,0.5975219745418331,-0.4748232478193703,0.7572815211408347,0.3836537048109513,0.4124806474361169,0.4254901457861512,-0.051422009755060984,0.33649478435426083,-1.1866953759051333,0.46393557090955206,-0.4835409306039669,-0.17029086120816653],[-0.5425455192002444,1.0179507425195067,0.4424805667247965,-0.7473321128372479,0.010579182300300976,0.9318025756227435,0.27577962987285426,-0.08155556582161201,-1.0692821980010494,-0.15204295623035965,-1.3011237224818224,0.6762811189316177,0.3963809107328013,-0.934783395358647,1.0156317680267901,0.9630090517424148,0.39530480713123006,0.21632836578799464,-0.9209235318209132,1.3002465534255665,-0.9680956216637895,-1.6789025233764892,0.3118663700522219,-0.7358053731134021,-1.252653818765257,0.05372509789950514,0.7693755055469096,-1.5812117431234536,-0.3894456136633982,-0.21537532519584043,0.3541271689609444,-0.8083130845765416,-1.330787585678415,-0.43090386589353347,0.2183554410129154,0.22710107466000787,0.20718102370180624,-0.2538711679025086,0.8152958874508248,-0.7935094024619216,0.6030101693058562,-0.8497351045959323,-0.5350717206803147,-2.0961751803743365,0.1894468099871563,-0.9807543529094916,0.11347345710846657,-0.29691976558732064,0.8008348279368434,-0.9875539876447783],[-0.2652199857305713,-0.02074937137114115,-0.7569097576171583,-1.6835255545073706,0.932450067726048,-0.5673878675803078,-0.40145602256849217,0.8072225816937473,-1.7769380586169974,0.15876875105986057,0.11739099884693334,-0.5462816643318906,-0.11953193819231187,0.6214651392080656,0.8054905105015943,-0.2779389921983302,0.7730717916740255,-0.8201932415667584,-1.7753932323571082,-0.06281020580212456,-0.31343712278053265,0.11305065347942199,0.14037154820438769,-0.3866074790888025,-1.259474260574438,0.057856291858182654,0.28470616510767816,0.6611521882835605,0.351190843836496,-1.5103305374168752,-0.8553014728829198,-0.7834816391135576,0.18337564954862495,-0.06992039685017083,0.03506295196842735,-1.4497419927738837,0.4138896968541607,-1.6240441968241057,-0.32914629068797996,0.4644550915024678,0.08087072793526215,-0.6765832744690602,-0.8490842536973493,-2.241982615659814,-0.28367350130693436,-0.7472512420734846,0.1533373571178802,0.47148818318889174,-0.4275798883608273,0.18604664052912942],[-2.588350430111325,-0.3469407313632592,-0.7811068314183939,-0.29118328053805,-0.05478837199234112,0.49409523115642834,-0.8003937418434401,0.9023200299504504,-1.0866603466252984,0.4876062353893237,-0.41690553766691824,-0.7702462167037971,-1.8213308332076448,-0.7679897078224863,-0.4097741712410067,0.8459279390874844,0.16281105279050842,-0.11997794177943752,-0.4595453573959874,0.016317662316505558,0.6681990206692996,0.20467938514198736,-0.4333822078778899,-0.08421828929090916,0.148121721360826,0.3630480670441441,-0.8399844346475467,0.7154542077809128,0.9030614959383313,0.5897242625192133,0.6334770456738026,-1.4456330137554365,-1.0967667896357298,0.2398108455037918,-0.8874364966171646,0.7350029517847698,-1.4891093858486029,0.6943503881350891,0.6847384404676247,-1.1048420022503445,-0.4903842501627385,0.846374219181865,-0.42280602235533754,0.5960343137380189,-0.17941780121609677,-0.5214568052830981,0.6083884143325341,-1.9885655056042182,0.6724614118226899,-0.8543076687790341],[-1.2812412331429452,-0.6897510166085565,-0.9038637870425259,-0.16173366072598083,0.2040850878105368,-0.003801878410574968,-0.33622050302916895,-0.5422664554046278,-1.4071306168185935,-0.3043288516285403,0.47231046790716,0.43978938253093897,-0.16546452781552246,0.2234228394855472,-0.8920780188370487,-0.8660354128398146,-1.4545150731466645,0.04166969482417774,0.49851515029307947,-0.8206343408412934,0.9949871750301937,0.8177420360009159,0.7369577883657875,0.785693923435979,0.42879917126555517,0.35423822625747914,-0.5424457349446332,0.21592674790632546,-0.8698986588640326,0.22255039736372403,-0.8376493039790154,0.307185263927881,0.5064666354539566,-0.7592392114135863,0.5798814960393219,-0.31572595963159855,0.1885792443293473,0.1733375136117023,0.7491312579967537,-1.0589989398266288,-0.8466397101424143,0.14382857565018675,-0.5613556666760658,-0.8999245360300803,1.1498458865043657,-0.9412502830611188,0.06662694451649549,-1.5938147921207317,-0.5309306649302085,-0.6944067614508966],[-2.4066537735404867,0.8463047807298268,-1.3751237876313345,-0.12001636613978649,-0.7894654933928982,0.6294023665940159,-0.35239714670018507,-0.9767792475702675,-1.3085633049971497,-0.9718881527094405,0.6284913607994532,1.284565130738755,-0.3704322235867925,0.12011644779250943,-0.07011195109004836,-0.2993948323824087,-0.12121778172398327,-0.22587717462946827,-0.9324657483810269,-1.720589571223851,0.9981441562566896,0.4828648209197472,1.0316285961416067,-0.5397373685167092,-0.6605207278604643,0.14447772133602602,0.39060951865038324,0.6819906025459861,0.43156061742145185,0.08658795858989293,0.871382330687559,0.27600035215813873,-0.10216587527520389,0.49890759484145353,-0.08579364905324048,-0.47555956083553735,0.823762229864247,-1.3192318161396146,1.0649056939579993,-0.35859270056228165,-0.04644855009973148,-0.553982660932811,-0.3543418603068082,-0.4251533054216914,0.7217339296944563,0.4463497650190347,0.7516247747620578,-0.49069440747459575,-1.0045019208174866,0.516171410027508],[0.6706101599885603,0.9176035847270623,-1.3288459164229502,0.9206211544962869,-0.05565430497726755,-1.6189284962769317,0.5467974301795294,0.7869367040435526,-1.4867050635921117,-0.5659764491505846,-0.2370377483658289,0.7692913165940207,-0.8513642312549591,-0.018471418659987634,-0.06269908181531215,-0.5068406766546061,-0.6176348429492637,-0.36080465868029304,0.4998930193796639,-0.02478327611315751,-1.9699670458223018,0.7995547406285121,-0.9649234027374242,-0.1353068856081196,0.9810289298973675,0.23384386916767608,0.6448930470004877,0.6475028654847268,0.3476145100094777,-1.2931609770278416,-0.5633395037350899,-0.009379291744222256,0.8053496691266324,-1.1132901871016085,0.9820336496976374,0.14403413839399984,-0.5014991104169941,-1.6979179510686833,-0.6386857793830469,0.9129771751632231,-0.44010579245229914,-0.08800476390228627,-0.8546913349882791,-1.318371714454011,0.46978631367996326,-0.6647322075662956,-0.33274659749018154,-1.950844083105972,-0.22220343690912883,0.9509231366067156],[-0.5362068522434161,-0.1438608871832062,-0.896703633178263,-0.10654833987788996,0.019884429578130268,-2.768851299476424,-0.18192122612556544,-0.19320625675093026,-1.2292349959119306,0.8929116630801867,-0.31383462970493853,-0.29021864307752976,-0.6068295271912735,-0.7427378679763675,-0.10640430861213226,0.26767244620703784,0.48319932453317227,-0.0422090903882137,-0.040284447514231006,-2.2736167508544898,-1.9136555271912552,-1.3331733189600894,-0.1991979351277475,0.018707118380580572,0.5547053704981829,0.789403567334225,-0.5022457182664533,0.339387263096234,-0.847080147443959,-1.8144842964217032,0.5581517266344995,0.18765247773901847,0.548001995687899,-1.1899862271036425,0.23967832167525388,0.2313097585999558,-0.17924492706288542,-1.2281251098081463,-0.3486097574148996,0.25485780266573554,-0.2342307680159546,0.24308434203292875,-0.15760323773294246,-0.3602747563152521,0.3917563176478273,-1.9008901789352555,-1.1157298515032221,0.07230729086993082,-0.08657548862214484,-0.5550336681082331],[-0.7007841979294868,0.5721041748111436,-0.6364771919976341,-0.7990580153525959,-0.6729129972822643,-0.07738183031964513,0.09386044438208202,-0.7918865221159004,-0.7061246456204374,0.12463584862498085,0.6454795109981221,-0.5183124477511873,0.3510092025973939,0.16905785297644083,-0.5949276748261281,0.6701310406519191,0.7454746724101204,0.12082521604308122,-0.40142101092063254,0.7894741639610041,0.8015906562408502,0.3993353636121824,0.1434712754185214,0.3554168676350586,-0.5352181887263238,-0.30363583806639205,0.3720443620585646,-0.26448558360179086,-0.914227421790253,0.4602717861981113,-0.6121623579768855,-0.2961778899274232,-0.8947603613674877,0.22553743976837032,-0.04829247823388737,0.7418560754809477,0.8436766007514709,0.6535165404740074,0.9644023692030611,-0.20957283099326504,0.49074781057455474,0.16277175914302133,0.24249913143796273,0.8345670073526351,0.6838111059838411,0.43403156743860505,0.9578175929894209,0.553715950955561,0.7361315765869281,0.6289375185332846],[0.6641214028743342,0.9724471399824592,0.5341793966518613,-0.1869388997193563,0.2931873595500491,0.6261671007410096,0.5294723249885875,0.6626358839352926,-0.5875933727715896,0.6663671412709682,-0.40151769285789063,0.44467541755789886,-0.12850242779015714,0.5317341022048359,-0.9114669339769974,0.36389842296177616,-0.5096107239910675,-0.22198833116535469,0.9691276612698537,0.22154017257015404,0.5844322813579309,0.26847509441503714,0.989073242241929,-0.31390322840955986,-0.5700822398504304,-0.6626640636776513,-0.1465971056937107,-0.572466113180211,0.8596378085517212,0.3683542078463539,-0.3833555788567624,0.713645721044637,0.6483417940038168,0.847336694072933,-0.8871614040816578,-0.07639393765019417,-0.9747592515299575,0.118572762833897,-0.28088884456281893,-0.7088942481974713,-0.9272552406706035,0.6101161670473573,-0.08717377103653932,-0.5637378990816231,0.024603528049010868,0.37939845970239333,-0.8418486158769816,0.09472325045079101,0.5686591451920655,-0.036055427058136004],[0.8312080044253687,0.08930225000491095,0.3314998488716693,-0.055772628388835954,-0.10253347379315887,0.9166323091014156,-0.21203503444857938,-0.789590354517708,0.7035329329146903,0.30844471100225956,0.4076477600133891,0.8458516158250332,0.8470414571361691,0.25591929443359546,-0.9232486852555135,-0.5626478749369116,-0.43603337394881025,0.1306370741522329,-0.2731133777090883,-0.05918780952078925,0.7295229623054209,0.1929471182096912,-0.7588569386264206,0.7929475404819706,-0.5916162073468824,-0.025420472539104764,0.14677743363059395,0.6083781518476329,0.8001617408949637,0.860955034750981,-0.6172132044892218,0.8812094285605666,0.872029304214698,-0.26783881724992536,0.27600258704758535,-0.9239671515387916,-0.7115313544646069,0.7895895730524736,-0.20308201283258606,-0.5560904718911855,0.7366451089405059,-1.0402336849420024,0.5892545162027666,0.5775798273835627,0.6785130904678632,0.2950762069488333,-0.7719951573253566,0.8724137343290017,-0.18688442999300414,-0.345015605355048],[0.6889752652039588,-0.29456757481554374,0.2687254795995748,0.7394185464009854,-0.7328770307477995,-0.04746732352482164,0.47654970590831286,0.2595938257631258,0.6009979927868626,0.08906162745540523,-0.4911212713218923,0.32836770122452985,0.5299274542836773,-0.5410034400760312,-0.4256963844503556,-0.1526208891762558,0.22934799568223674,-0.14075859222239276,0.45793104470156154,-0.1827148392283221,-0.30106051119322136,0.10518511172112308,0.9594827505638758,-0.3708574857988739,-0.8577151876986652,-0.8159923814338645,-0.6453800341941202,-0.7428678662531414,-0.6570149614171165,0.5964562999508102,0.4042937773066394,0.06899374490627747,0.7015591385090278,0.6841642171242387,-0.146295822109556,0.7191570806449954,0.17287787933694454,0.21693395686270875,0.9151038013896013,0.6656989232231947,-0.46221302292605415,0.49772794640990425,0.66148044366662,1.0077824737980954,0.2970270298116675,-1.0223861670588703,-0.9744231491799099,-1.033628672934337,-0.18571221090046514,-0.8303178673924941],[0.5094349110808629,-0.1737369443806146,-0.7669134817329815,-0.6354285460946534,0.16277430782111899,-0.23155592234271455,0.9892347461895171,0.5671610246000127,-0.008585759844962106,0.45840890431220327,-0.22328139856981333,-0.9317370347429704,0.41683065986857115,-0.18656434349880624,-0.11028673354439388,0.20941754290693132,0.5807006445168864,0.8542542312573652,0.6374283068024004,-0.6095150345000611,0.5996592985610631,0.6553916609795725,0.9267801520172688,0.7107931409512118,0.9460526111957921,0.1976591535370227,-0.2612877706967715,-0.7578228728132167,0.3382229118412978,-0.3419593597719077,-0.6814790953121087,0.9906349867623004,-0.6125251049739128,-0.16462974411851727,0.8425628370169206,0.9419515613300852,-0.38462767968094275,-0.5361768373223479,0.41715431327970237,0.9089383953210843,0.5841385948544331,0.4609818311772844,0.8083639155467833,0.6610339310206308,0.8450306512667485,-0.6144424424475177,0.28216471187315717,0.0931388555389316,0.15466033640993143,0.7906320761721346],[-0.22301708108709137,0.7936918120180757,0.6200513970263732,0.9298325010036306,-0.2869901316174368,0.8004615558788839,0.4461898435359183,0.2959940205944841,0.13067595603804727,-0.8685649547566612,-0.9436070340014986,0.42561477238056056,-0.26555271062501123,-0.4072690251149166,0.8080092013359415,-0.020649848207147544,0.6965918788134943,0.3788070357714767,-0.40781101671459435,-0.14846357817201955,-0.627296494930226,-0.4484286596574807,-0.3546491307825342,0.6231622698065091,-0.4268678092367437,0.3236483205531792,-0.832113445261114,0.0732641398551219,0.4608092479658825,0.8159925512972765,-0.10017990500341796,-0.13947945434911704,0.4177772025728178,0.07974927618179384,-0.39708467769115685,0.5588735432869223,-1.0590032562958456,0.23305845807199968,-1.038621803021128,-0.22315647044799594,0.8857206016206192,0.780524632782325,0.5000627715893204,-0.2514952306877558,-0.5691715806559,-0.06518453927505297,0.30702460489966565,-0.8133707217918473,-0.1691181206735578,1.0050178239895262],[0.2613786902654671,0.42275382516770355,0.798866029060842,0.833443328930479,0.25609966260295103,-1.0300843139139377,0.3932560958579675,0.537302963287827,-0.8265550645393107,0.9629574025743867,0.6210726095727712,0.8688792260241458,-0.17310300026450154,-0.8078352348760645,-0.07814489552916133,0.2950626357863886,0.0031454799830458037,-0.07227390712654802,0.6644722957188748,-0.6330204903898036,0.3479704604682786,0.5911014003660042,-0.6885368895385685,0.27952309007837606,-1.1405930349061384,0.6245800070022542,0.38374657919084754,-0.7167079370505579,0.23132311877565784,-0.4801077145117646,-0.505093775595315,0.34044492351859484,-0.31291539293920917,0.7816120607381631,0.3070166430608811,-0.9061229359160359,0.4484617337040194,-0.7139973784205161,-0.8143976907805132,-0.6802371194634956,0.6136208635301263,-0.08671068633705005,0.4705210943028737,-0.17055413943286651,0.49051834279529144,-0.3637162556703921,-1.009068680101991,0.0030276753117070903,-0.5047656830093726,0.022343188192300488],[-0.1096999640922459,-0.0771257749863239,0.9198652748376401,0.7071211898481161,0.19471330252216998,-0.5745065159949403,-0.9935613422554728,-0.5096456502026804,-0.34283786688044043,-0.49621172494393,0.530552161503445,0.8858773143200337,0.8717681658891734,-0.6459458250402824,0.5644601562488737,0.5360346973707996,0.8810676128524827,0.9804701054351147,0.5075528612637628,-0.43217553361648015,0.16799672961171627,-0.9922955342486596,-0.10745292263678341,0.5136101395467844,-0.7057617353901027,0.21949859011175,-1.5007240876139742,-0.2856216499754998,0.12154203790992117,-0.0238165619969437,-0.22971864597531103,-0.35659862554629684,-0.1674311813619524,-2.4344609235219647,0.6527649133042273,0.8037289331616627,-0.9945313256223701,-0.31032885374251423,-0.7557833627243608,-0.6859980780035355,-1.4393467805616034,-0.20720302898512052,-1.0470180762857049,0.9517407195665908,-0.5775880004140925,0.490282457367741,0.8344209795025395,0.32435089128197225,0.10113966396435949,0.5086282867778912],[0.44047183596729056,-0.4121155133907322,-0.10540733986115641,0.7654864193761854,-0.5565220132434286,0.609823286343289,-0.3172153786066145,-0.44989488860789795,-1.3944897572284156,-0.9616237196890791,-0.39219445711572987,-0.4017488734062541,0.6508273070911941,-0.5482761771061947,-0.4868428179222286,0.6692132083577884,-0.6898896724890442,0.499204720364783,-0.2964375848663447,0.7462359785064594,-0.09025830444097918,0.44723138105481275,-0.12808297616101888,0.9331647883785579,0.9171751183619776,-0.9434463230173616,-1.4475741709242695,-0.5549191859928675,-0.275634931436809,0.1167947310371344,-0.35103986374056956,0.16096732226003763,-0.529488538045038,-0.7449473634405192,-0.31600452519644745,0.78635565822041,-0.13809639299518012,-1.6231818281685468,-0.9529759320780952,-0.4167189705846526,-0.52405514282836,-0.010879917697543597,-0.3996614023977381,-0.7190554557669293,-1.46607931745496,0.22817661597031835,-0.33010245494806095,-0.38904143489863346,0.43018217646852985,-0.5973339896139636],[-0.16359652195612437,-0.7241745076120372,0.9547189849026038,-0.6728272681382882,0.6738431609875859,-0.6812246257364225,-2.3874985828802977,0.32136976073146317,0.10695587076626532,-0.0058952983419730135,0.6744611214241086,-0.22556579836869395,0.1382741250599204,-0.8073435293170405,0.5644229650460132,0.7930200188826011,-0.6871731173394244,0.10301582308228166,0.20590848467167702,0.18543693090864158,-0.4347446981707194,-0.9391924096324213,-0.13909812466908797,-0.143178808516782,-0.5712461403908244,-2.272215854681639,-1.0206055957694489,-0.09864149102891723,-0.6032980756470856,0.9379803023284375,0.5737713159852046,0.2982746857997085,-0.5364699764723855,-1.7967377164315859,0.8306608597265115,0.13532866449729705,0.4279461733694114,-2.4924531526801355,-0.7131335350441891,-1.407762993403743,-0.016474336839542834,-0.6787165181221056,-1.6105448666156934,0.4304726132898486,0.5759260247658802,0.8120616637320295,-0.8544485426266798,-0.04210859541890921,0.5791314700106363,-0.555551159957943],[0.3178125531647064,-0.4333569975785621,-0.5711682230962561,0.9026774138588372,0.32141153079370455,-0.533556539718646,-1.4978072529544324,0.7512475193393611,0.13323515403240846,0.026390909232893247,-1.5544326836096574,-3.126009315281877,-0.49486885949357673,0.005411479784288677,0.41012730049882623,0.951916292403595,1.0752637232101325,-1.276989127980658,-0.43639370036439723,0.7756369107706382,-1.9944547439322646,-0.9330467195509021,-1.7055047749751946,-0.9971154615169975,-0.6913791801549193,0.16911214722416393,0.2861428411084108,0.49538869411579844,0.637650555552679,0.3228415239304022,-2.569418038019377,0.3343269979666181,0.2522331753087429,0.9901105199504914,0.06555329233660642,-1.270332530120713,0.047216074507168256,-0.8039171105460426,-0.29544509911142547,-0.4112898866192358,-0.6956346042442186,-1.6295751738574042,0.9829378605410785,-0.21863683493401181,-0.11599373871368794,0.32714880164341725,0.6636478490174467,0.8658684271396303,-0.743482239743014,0.665840477238858],[0.5430347202820832,0.06346383408861,0.2872600988133489,0.5784529912418148,0.30993221880306043,0.8284609497455255,-0.7542912581260403,0.7746380879163709,-1.4578597990903313,0.19318456898140857,-1.2365350155995225,-1.5370911729351462,0.33335647265918283,-0.5415429480161034,-0.24337602656302085,-0.68488811092344,-0.17511576688503952,-0.6158478457494609,0.887550402715982,1.3368088625149712,-1.0802325853775574,0.590812895677038,-0.29816828614627555,-0.7370235685123637,-0.7847004342241504,-0.08755255630513978,0.88473546301236,-0.46348232290591407,-0.78355223919608,-0.786065893375131,-1.4794720769154355,0.8078366985462171,0.5897303384691547,1.0178834083676924,0.25589573075120464,0.5935065082081387,-0.3042673581343072,-0.5009546731270199,-0.13874415710157068,-1.0010478169417076,-0.9154523045167982,-0.6196572025889296,0.7123029476854966,1.0008047168795433,-0.12682242081686637,0.3545587038273015,-0.0733096656404668,0.659638527846625,-0.0801997389439817,0.4724040742371393],[0.2584723108085244,-0.6680898301253018,0.3129350850736306,-0.8252138453732168,0.3674061343501211,0.22717463027076384,-2.4716777363495828,0.662073182051603,0.015150394616970602,0.840824462476478,-1.8932375500330978,-3.324904186505075,0.13031601724422384,-0.1661044799156437,0.3068764272125871,0.8346352772988478,0.6794408926779992,-0.12710857622464375,0.12072497789834094,0.49802067107029313,-2.3911807312966173,-0.07847516885974426,-1.6325032377450774,-0.9900301651012585,0.9134789067566499,-0.5056825575211189,0.40371637024969276,-0.07257858132913114,0.6013424160915519,-0.9340803912552873,-0.9166241160831509,0.9416161330725649,-0.15739103425819684,0.28035222730842563,-0.4231884481820057,0.9232980815955764,-0.23208531441065514,0.8990388123003614,-0.6958551013666153,0.8869452812291512,-1.9148744120245256,-1.9272315596793246,-0.4450205825115489,0.5275510733074494,1.2635405326052918,-0.15017539734338572,-0.014344856083624943,1.1367373656294522,0.03286725780572741,0.7212399654992526],[-2.705568059907486,-0.20422644121912945,-0.5563682758443496,0.1235849906982933,-1.8149045425957142,-0.4257938159793392,0.5692829262271152,-0.4809219434489972,0.959594442199895,-1.9842569158120855,-1.2464939783501447,0.16098376085175964,-0.8382593571567624,0.6435630088581707,-0.7253874409352876,-0.29981243371888866,0.9130674287040954,0.5530819591363854,0.11553629876993407,-0.05216455612678501,-0.22717414181824813,0.04598863616854164,-0.43214920310100213,0.39796281898030067,0.58224568992587,-0.3162239150642285,-0.057598002533124595,0.7919147019406124,-0.178989255223439,0.04716150107600023,0.1844353664528118,-0.28824181462617726,0.09832218299272386,0.35796382379626196,-0.3782546208797262,0.7025738881427998,-3.2047510110943227,-0.14530817852923789,0.3954502478827163,0.9213644761030599,0.1196482384200817,-0.08951230813530185,-0.21316477573643508,-0.5054908603829521,-0.35521176747009503,0.3956984524406613,-0.7450142275916882,-0.8885051313375805,-1.3635067395380023,0.1512225232697017],[-2.676260396071618,0.652354254815749,-0.4326597511400405,0.022176323386306575,-2.154854995358099,0.9917810191734354,-0.5871745300743302,-1.9075203071556641,0.05613190422378208,-2.049106446380927,0.3173207798783169,-1.175069524537645,-0.3922246977758897,0.547540909762749,0.004501820000284658,-1.409929410749827,0.741088883426006,0.7379817440681722,0.13029923755708023,-0.0831626753496057,0.7692871989700633,0.38152150935859813,-0.3909894729703355,-0.8607357536650166,0.8428158986600548,-0.36910095431633005,0.2541673190282329,0.2501792658918389,0.42816868870314084,-1.9912594136785837,0.2419743542642275,0.8160516369510523,-0.8324538701818279,-0.2061989583912475,-1.6117791402395658,0.0466598340299221,-2.74511980812445,0.6278428817371285,0.49386762152000135,0.951255063713109,0.6502899272833953,-0.4171121531877691,0.6216984477919378,-0.7485269166203099,-1.1294228416284768,0.47339297752886755,0.359383140400804,-0.9992465149600661,-1.975813434157324,-0.5104826070676056],[0.4844083576024986,0.9321396645037258,0.2879951749748612,-0.8786127390890357,0.5061911984513807,0.37299204903281485,-0.6060106779711353,0.9133017793314578,0.1742462463359018,0.1866527573338573,-0.4090296920205987,0.6122302001421567,0.3015720684082733,-0.724711488087241,0.5410409067461179,0.04313828777853005,-0.954449182630672,-0.5742970177401506,0.20315071329220627,-0.28954949060715474,0.13645634036069046,-1.8350164227897368,0.5201247818146566,-0.6778045966061178,-1.5136544106498009,-0.8110163347325131,-0.11514581629184388,0.5040407921268342,0.45265185976674954,-0.3870430422461013,-1.4386203854621404,-0.8885533973758218,0.3112220459208436,-0.21652517088678974,-0.37225841769009416,0.5261532636993186,-0.023854286652949416,-0.4846140892977809,-0.054409455628465914,0.6711063588288438,-0.22175660512024886,0.08521121080976185,0.008745442266724357,-0.012453792143239658,0.2785359609573237,-0.5756281313294819,-1.3663278738358775,-0.17018474114033974,-1.409791156013865,-0.10859306557287483],[0.44299809460825407,-0.042680185928406666,0.4878497273066459,-0.6339212906353822,-0.0671662080994332,-0.4611132739630462,-0.09174274274541783,-0.46504820233669153,-0.24994003917956137,-0.12378797560282057,-0.3023691297434817,0.7086347128533745,-0.8170113765671433,0.4838805767154072,-1.1585320896160662,0.26464509156576765,0.5110497151245443,0.46309727935891504,0.1630916026503483,-1.5267362817492298,-1.1340696348389314,-0.5185729339427396,-0.6318583043006543,-0.04384786150415338,-1.96494540053909,0.08542600399619997,-1.235236762857592,-0.2705604408191846,0.8122999504749293,0.036759319568105596,-0.45354685375425535,-0.7350255243693857,-0.5948349323721304,0.3778211037506922,-0.21074754449175814,0.13824971442818432,-0.15677002836545112,-0.32670723997475065,-0.592844756947282,-0.14124569615819044,0.9929291823486252,0.5578978236948722,0.8337930998333588,-0.8080231171230928,0.9776835329457471,-0.3198348126912774,-1.7526417253627478,0.8732540227676233,-2.3778117993828345,0.612918002727093],[-0.8095531970397697,-1.3731671458865002,-2.9748211090752466,0.7410228454906694,0.020753016644803404,0.2975159733317296,0.6520230511470604,-1.9646896830539382,0.22473189474957944,-0.461723306021057,-0.2728794131068523,-0.28384439276250356,-1.5463947429616736,-0.2257560970659484,-0.4050119845233947,-0.7177373540324781,-1.7648289220039215,-1.558073878430808,-0.2885224006747507,0.4760182040499159,0.875354511382971,-0.14727764121040485,-1.069530696791098,-0.6231452828999489,0.9847383888657605,0.5880937383612015,0.4875563689686759,0.446593057921693,0.4562498929267909,-0.19116792490474555,0.15751941704395744,-0.3928200113219323,-0.028149139618032955,-0.4636549816705252,0.6366714779209538,-0.5854833527054233,-0.32125145892341206,1.0138897453837263,0.015810854604802575,0.24461985376919104,-0.8012394275257083,0.749001543943185,0.01712746390675125,-1.4588409609841813,-1.8865865215474873,-1.6217692095120082,0.3813688370094615,0.946138770983851,-0.7848059668357764,-1.052203516692377],[0.6091755557923427,-1.6131062567369168,-1.6016489751080094,-0.23773211248649226,-0.7448415334824485,-0.30255214498438643,-0.1416553173006203,0.7903738224490622,-1.0369309877471713,-0.6735409121512762,0.7889608511923739,-0.02140643939972368,0.7850015543262179,-0.2740102063480202,0.9379794111054998,-0.9101080748188667,0.08483913055655529,-0.5608860325149496,-0.24923858599664392,0.4157256326437748,0.8509867187403133,-0.7222349115486241,-0.49025153366723173,0.07780625120275081,0.6932619940900493,-2.079869364327867,0.45603818332665047,0.2551518512679062,-1.3782711254570184,0.7116375300784454,-0.5117989941564655,0.8211225048521201,0.6845528495603596,0.9512019000003288,-1.9252505664038522,0.42931196197968746,-0.6192468464437633,-0.06000234711382569,-0.5371102152629822,-0.21852490153206136,0.3390299734527814,-0.656475921292504,0.14744993696496814,-0.8020120399565401,-0.9727745253663642,-1.3780778301607914,1.0183883071247415,-0.0943036788225605,0.3762999264642959,-1.1142357541105055],[-0.5181545200964526,-1.1242760103867941,-2.5668000729894382,0.031995794980762854,0.8926764923342841,0.6736655364376927,-0.6720191418479704,-0.1884435773941484,-2.436833795905385,-0.822815587548336,-0.2358662185366789,-0.9215773306446337,-1.201338280393547,-0.6391863192983901,0.03575354936888886,-2.1844796393007946,-1.0371440322728194,-2.204541697437661,0.36683821805640415,-0.6945489218861975,0.11433380953100934,-0.8058944227389826,-0.6189006943991231,-1.6128045714042543,0.7119835058395896,-2.0914840192816926,0.7944809320003619,0.5431844391417878,-1.1532564809033117,0.10128060261673696,0.9787092059988172,-0.021173187901892713,-1.0801929879373255,-0.7011549658782947,0.13113358191893273,0.6054131862660329,-0.23499170692212146,0.9448143827170579,0.5203268166355604,-0.44996837715100496,0.7754562565708216,-0.1192140029241678,-0.47507752900384553,-1.3789237057200256,-0.3131491179159587,-0.5781126941857345,0.5021384669275044,0.7815150764100522,0.4528653212661297,0.4458254978906499],[0.04278898658350163,-0.9693253645573984,0.958433410629706,-0.1909232118741314,0.12597441975856458,-1.2266794723689471,-1.9808134286231278,0.233371110956085,0.48866982155267386,0.23824264590095046,0.29395285966087414,0.9829826657040396,0.364504988012282,0.22895782710810675,0.2557334809823885,0.5818097230166678,-2.2406193134806376,-0.5109743220506567,0.90376860561749,-0.2262935404686018,0.028842057559551243,-2.032901118060065,0.96956136709869,-0.5627341440011012,0.26489030242468914,-1.4507782981089516,1.10119153875953,-2.7666510860056635,-0.05428721281392147,0.4808275128788678,0.18334387455325815,-0.027052178084275104,0.7615388670916357,0.056752045298232134,0.305330467975003,0.662165316818838,0.6514231437653237,-2.1375768301202567,0.4652673567195093,-0.13715610594664768,0.49926654662615116,0.8895620629542605,0.6081992049074189,-0.947545123081254,-0.2560720163781715,0.6911515817472712,-0.16701154448483171,-0.33904720391778265,-1.0193479424874734,0.8092932599744423],[0.6909389306908776,0.32459855121436204,0.7078625258236548,0.041538567927057214,-0.2962747402445813,-3.6138235187887378,-0.9308135650264889,-0.153513789813015,0.6542094574027828,-1.402462634614372,-1.266518261825471,-0.12853471966777066,0.867114046801753,-1.1375715567359053,-1.2664894843059236,-1.399370339821353,0.03502952607891769,-0.5260730034601158,-0.3280669125330545,0.7467876581285875,1.049756094113786,-3.025366540929942,-0.9409859074783565,0.461399963066571,-1.5121617249020305,-0.28195021655899016,0.8116435087380875,-3.2049902184202717,-0.47013162933728514,-0.9003993791331517,0.5089019409070726,-0.0284005799970262,0.5821235427983861,0.458213858612798,-0.8059293987109039,-1.4317048759197735,0.6943925729580858,0.8566598033515539,-0.5956995020424395,-0.5582607951469739,0.8198169789954833,0.21943600842348146,0.8093039604942459,0.8414202059640449,0.7176763254389298,-0.03054838899493308,0.4726219714317599,-0.6349675813717061,-0.2809777178699583,-0.45782309894769574],[-1.1555090041087244,-0.26545125404870157,0.12844557484054128,0.6727868738625044,0.12977718215708006,-4.501907004843954,0.6257346603054919,-1.6870882902254642,0.4001640428037047,0.06369918210969004,-1.57339569610395,0.6511999530373515,0.15652467824579352,-2.631182223292609,0.29248500760216756,0.6139854893459948,-2.012169731509777,-1.9237676246266704,-0.11703357580096382,0.3081573761785205,-0.08310780242385213,0.39858988676865625,0.5539065229018832,-0.9787502661111788,-0.8018661471020633,-0.8019930410234785,0.18649249146820035,-1.1511198971692758,-0.058958770646877434,0.5880667445731466,-0.17678970067716812,0.22185232547961475,0.31501362222686197,0.8306577555861193,-0.14074333855075977,-2.4038770908863394,-0.7149208605780478,-2.2403185368441485,-0.7973518558318728,0.42659543759560925,-0.7408840561992122,0.6516594682682901,0.5700057244519412,-0.46053174241313477,0.06768546912879535,-0.5321848777869708,-0.12199036354789274,0.6534231104424054,-2.7207882827283187,0.3579086061419673],[0.5407446887283897,-1.9784218158070008,-1.2804533673084697,-0.9589798772044648,0.9409310874141633,0.47910941302271626,0.8238258943209492,0.22191242299937858,0.6986643742377417,0.5464317157267973,0.5894871990413064,0.8201556577156629,-0.2784907372789856,0.044313733623333025,0.3824852402166492,-0.18775157669517833,0.5587766844729359,-0.402257341288684,0.4471608677377425,-0.37966956054052414,-3.466995254616973,-0.1660700707625078,0.45073649352641476,-0.5161800368053463,0.25493480775310723,-0.873579620413764,-0.3710998502439303,-0.023387857986428073,-2.033315174412427,0.7150152095633985,-0.44239079239021795,0.1810175723223698,-0.059308716221878464,0.5814291319055234,0.8060444174817876,-1.2466244187278848,-2.190469440882883,-0.5046892220070087,-1.5663522219571004,-0.10530596007996158,0.11369027939277743,0.9263066109656759,-1.1292712675638972,-1.4022413602338462,-0.8260361602754165,0.5328255373722964,0.8867762102987939,-0.028192519226870324,-0.44206710637441676,-1.081599957352675],[0.20315882331596707,-0.1494313843567628,0.047360632089424655,-0.24064130079187024,0.2149906708475201,-0.9762237872873992,0.07876764038494535,0.27686394371513706,-0.857365161333545,-0.24553926795448727,0.21135962068283526,-0.3595120609755957,0.23315732009983609,0.8357561909574315,0.9927148447305424,0.04640605711325906,-0.21365098624483492,0.359707578171311,0.3797281076429884,0.30580706036780275,0.6572041288045962,-0.11800021402427627,-0.9483992744289474,-0.884390130298086,0.49727264658888326,-0.9488881210639282,-2.5475117295483667,-1.506911251289717,-0.17491429600821393,-0.20946961034127906,-2.419498226783788,-0.6789689286272423,-0.12429530413289441,-3.3912624177815203,0.11147803870949113,-0.6860733112330568,-0.6635674314469594,-0.609953684720083,1.0522665936704614,-1.1365979688289554,-1.3338555297334573,0.3178654547839217,-1.793419074423322,-0.5034842307525872,0.9261193007863366,-0.7445984479409625,-0.48058282877560055,-0.18819690924975793,-0.24111666392321418,-2.30340950139653],[-0.1286727598375266,-0.7133604633654196,0.9451677300889925,-0.6391949323108208,-1.0962026628415202,0.6779430649288588,0.6938858362400043,-1.1788269760101628,-0.6957318944952464,-0.24341740691417357,0.04402804666987688,0.3207848287974047,0.28328337068372045,0.3663713685460228,0.13593909636071233,-1.5791426647730893,-0.9082208385346889,0.5440747474244495,-0.2230870089356115,1.0394856635867584,0.4910466573657287,1.2549192507002298,0.2194170076650364,-0.048342402292620906,0.6469794027686363,0.15155368134730518,0.6576714945408266,0.9608833432268984,0.07163203138264239,0.2710814649362635,-0.009510424868965176,-0.36157320167434115,-0.9010191441334441,-0.8317454749144289,0.7190074868059442,-0.7908009296095334,0.1119267695488963,-0.5413442312774007,-0.5919879343187971,0.3066679945991597,0.8440631456962013,-1.3758319715226288,1.0339581447188522,0.27538936285705723,0.03247984639628159,0.085699495661084,-0.349518589046656,-0.12905819190792445,0.49250713587738193,-0.3461277581049651],[0.5531839103121531,0.22458641684715958,0.06901915840201253,0.6227110890809233,0.4157321912656114,-0.31481478602201407,0.3436904722373069,0.7683554269709452,0.49429650185528035,-1.6106752805680926,0.5137694948074192,0.6532475209878604,-0.029482935795167028,0.8967792828678156,-3.1452643976364945,-2.191086479981285,-1.1580399686865979,-0.8555051925177043,-0.6061585656064329,0.3827852671472717,1.015271044091882,-0.6460970725160324,-0.2647969170686107,0.42049923459975175,0.01272674964161644,-0.23327135522040562,0.7221473044378561,-0.7757651698595467,1.0502087971756267,-0.40511986872342354,0.8971205169956209,-0.23617127708374291,0.0353149570979689,0.8361983848569416,0.269377333407687,0.4443142625644135,-0.02725544669876035,0.2636306366568912,-1.9947010474255398,-0.5107471064688787,0.5773640963642312,-2.3562574840214183,-0.28743841025879624,0.1118291891377212,-3.6355780721284146,-2.067014474928565,-0.3623877646150376,0.8845637333903255,-0.8188911705276947,0.0055347518221308],[0.57078178900147,-0.5611282669724637,0.7953729377589047,-0.1698133439718615,-0.7020058779951026,0.9722639678312376,0.2058548449705574,-0.8248513538543125,-0.762515563140962,-0.39283338488202907,0.9852268711723056,0.3755511053229426,0.8154633789857758,-0.16568434436656845,-1.467611150703481,-0.3750601419025585,-0.6657902899897442,0.902425046184419,0.6691366739695038,-0.5920346891594094,-0.12333397091485242,0.39622134771866346,-0.017432749420219988,-0.3001540194348315,-0.11218789867673751,-0.8619222564911618,0.8236347876452713,-0.5033803371428819,-0.8775941377332107,0.5031560849917898,-0.7672074153726871,-0.2032682814179956,0.5814293647172393,0.2702697258326222,-0.4410278375392329,-0.5537155493343408,-0.09762650867484829,0.6899449097176339,0.46534898909358235,0.3982059813221311,-0.09796483246604426,-0.22545884112142303,-0.5580870961133327,-0.11412005457719271,-1.9849801389723385,-1.3374416893986367,0.7713912740041743,0.16974206570494138,0.9870838122524396,-0.9547884749873768],[-0.009247007639895815,-1.0330376677938096,0.8424968866965852,0.47192340900551233,-0.18420586960827745,0.991028444827618,-0.28118597005927126,-0.5964044454806633,-0.12923738108455007,0.6275229640121417,-0.16640151381852747,0.7689570806950049,0.6727499381592614,0.8313728137032551,-0.6260116181449538,-0.14675181051656622,-2.041103751150829,0.6305582716192903,0.8610051324524757,-0.29523008464458345,0.20678111019176007,-1.4926209242370025,-0.5018227384013987,0.2595652262390725,0.725597450210126,0.48915382319301315,0.6749129373411077,-0.8424925430231629,-0.2632301822443559,-2.4854634402193327,-0.8836872103909266,-0.4095259945490947,-0.26423087056727973,0.2109233484038018,-0.5020424324658613,-0.8214279736247287,-0.5949589178001736,-0.1296840261931035,-0.09813801991422576,-2.069045211288257,-1.5191319762338955,-0.3386714801836857,0.3569269693725897,0.2588168392960913,-0.5599351425313756,0.1443323007108273,0.09730531876181285,-1.6005643471559063,-0.6500778925604866,-0.39925080396785384],[0.8530334306331336,-0.9256514072938276,-0.6011130976237855,-0.47508838457620167,0.591436914754207,0.284429215606535,0.5956285186714783,-0.884502557058482,-0.6337685936110862,0.26312288876587264,-0.5297066761252164,0.5997511577020782,0.7991214824308892,-0.3011819747732659,0.9603934272389184,-0.5014195072827665,-1.8569413771474022,-0.012539803781026478,0.005551094737942257,-0.7900714484729292,0.5912209350315298,-0.5041625981877418,-1.048857431801525,-0.26186563418148334,0.11999270030997264,0.37313676293945336,-0.4595484496932854,-0.09934899409561894,0.5182545324566027,-1.1663501274582349,-0.8090815539991499,-1.1175334512799338,0.4757205628958524,-0.6282545046272952,0.23439702725078146,0.14960568201587454,-0.1562828255474007,0.30920344359895974,-0.3640614973460579,-0.5876686570943819,-3.1287588321702704,0.3708190046315065,-0.9055051229566249,0.861689846655846,-1.9384015857841521,-0.8374935687178974,0.29148592623582326,-1.0393009883904791,-0.3675269797670573,0.39943613418041607],[-2.3166840206005417,-0.16097054103870703,-2.2063436277864694,0.35323443436047913,0.6318663273155463,-1.6413080223428331,0.2022459126355237,0.1351715836520591,-1.0592319026247932,0.6796524486618982,-0.005363359940246178,-0.8828322050617908,-1.757353442525062,0.8319788327812214,0.3121871408477822,0.33209584458946473,0.49072455057447806,0.6735134382391332,-1.2351718739438264,-3.110164532217995,0.5806513026826755,-0.05522022055988044,-0.17518988917098785,0.7531720622662977,-0.953467259251195,-3.372283675499056,0.8463682736102447,-0.2061973085916873,0.6398560464944661,-0.772964197830326,-0.5874060283612127,-2.2199166118168208,-0.6334753795006038,-0.9370630454276907,-0.10211426222638986,0.06303080541086294,-0.04137461686559117,-0.317638703988916,1.0518538579346934,-1.144998669790291,0.5510983291815758,-0.7748031493940648,-0.03000211351799546,0.9417060539010327,-0.46706697074225767,0.6066403252023804,0.1367024862424158,0.3226262173083371,0.4028517311008146,-0.4507401149998065],[-1.3915049810238087,1.6903918446736166,-3.120951117566123,-0.1392810927998237,0.4927199911294537,0.3317261901787016,0.7686173373490336,-0.3952062025430139,-0.3373491132435484,0.04300008975083013,0.5387850627956706,0.44123705176859507,-0.43352423309852695,-0.5010714244184183,0.8030570177213079,-0.8455369723705719,0.14828277007022642,-0.24753938547500393,1.0940835792613997,-1.0734298956533797,0.08072626215954937,1.0397681553134208,-0.7865723459978358,0.9618785838617121,-1.6282112854344162,-2.5261076101554605,0.814879273641271,-0.3696677495275007,-1.0123318772670205,-1.201075356311072,-1.4284034392797658,0.041830343913333415,-0.8603675431033059,0.36968134294970706,0.2632632313882777,0.36533575494869214,-1.0312944188687525,-0.4285270725147853,0.30384833268720735,0.8624222789233262,0.35419355152591264,-0.8112876790649748,0.13388692150894418,0.12580678181513302,-0.8567720237639382,-0.6739205805535396,1.046540445530688,0.7339188582221837,0.8571464460245629,-0.6673715999558136],[-0.7971832060289676,-0.4579765832046738,0.04493788351996201,0.15599826008782106,-0.18962325107429798,-1.2526782648019499,0.9934824452161998,-0.7416791452873912,1.010924743856316,-0.14410381656197185,-0.4344597646692694,-0.8889803587218742,0.8464069976034106,0.8332705663309811,0.8154977069720507,1.0346303609809837,-2.0960759131311733,0.5081733721231938,-1.5603148537719527,-0.017209590994023968,0.30909174800334854,-0.06444932626660611,-0.3827871346964883,0.7143581407494002,-0.07760974782822826,0.5118409302103151,0.5766896418856585,-0.4978764931838177,-1.0488384972685907,0.5470503999175644,-1.1685852749733727,0.8672582208692067,0.060353330215858515,0.7176764800842774,0.3825763835550949,-0.09675154533194313,-1.7487787520030127,0.9297930054741851,-0.6680232329449695,-0.6090151324988791,-0.3397102788102093,-0.011585241140667352,-1.2901770910519326,-0.7203899677251784,0.3235337814897047,-0.9248909800673281,0.4167303997301912,-0.16745844095748777,0.9701520106084569,-0.01818613311427569],[-0.16486585771281895,-0.5749586754632628,-0.465642691179037,-0.29314670714403096,0.25762881619980416,-0.8027023763902336,0.29477929845605566,-0.8823702579350581,-0.5683725170672753,-0.389288375275175,-0.1042043012772321,-1.7753404991854342,0.9487210208006401,-0.924529703688023,-0.5966662087153356,0.9392478041828263,-0.5492302330196005,-0.10147251101219155,-0.40569906831242825,0.8047452148658368,0.523390590377022,-1.192651597514313,-0.5650059475945699,0.8192306799554829,-0.2716158188814809,-0.7487852952910269,0.013017386415033914,-0.25685795951586027,-1.611752656707385,-0.06686821933679565,0.15582210980805206,0.08052990768250648,-0.09480586894274196,-1.4225707638452119,0.14796600505891636,-0.6667559663050604,-1.849344314389599,0.6981164132819946,0.7192104584781377,0.43076743066476597,0.039224815820022164,0.9875054648915456,0.11855372766518647,-0.19315761139911347,-0.45364458535916896,-0.40058104752357665,-1.4513585385086285,0.5388624794141916,-0.4918150456461663,0.4716438825944056],[-0.9476653300357091,-0.816781445593869,-0.13868419970167434,0.23947742641877592,-0.18627250548721447,-1.222047351824254,-0.3465718893937218,-0.718286401259308,0.47446278652233087,0.370297392914869,-0.0905052328631687,-1.5279950277743883,-0.5865523712214463,0.14371007506728517,0.13974902243491974,0.1669466584359258,-1.0997665642508336,0.9739338952025891,0.31691640863513143,-0.40241127297252305,0.657608263525661,0.5984364771851087,-0.9814723119513408,1.012157839103634,-0.8514939651458684,-0.31386148393150887,-0.741351632825722,-0.7080238689048395,-0.47140663863090443,-0.39653972000201687,-1.1371438602407373,0.29200434665756453,-0.33066703539952147,0.16135703432394266,-0.37739549985984333,-0.16161484786150393,-1.5488031717063224,-0.5568397556449247,0.9829949784719509,0.683163663277882,-0.002157557949578388,0.7540398953965171,-0.7907803252074246,0.7687672162374212,0.44445994524698285,-1.185117544455955,-0.24513569854952524,0.28420127315570687,-0.09322870351781037,-0.7705045066263821],[0.7970857798148758,-0.41050777637785985,0.2139413140648048,-0.4398954768170463,0.6704255563776346,0.9743335368880678,-0.8264137986832171,0.15519428015473669,0.5820798172458566,0.3880250261180253,0.9141787239705704,0.04110522608744528,-0.070427577445296,0.7937427762549158,-0.17344748711422778,0.8795544722161168,0.5204792933424017,-0.959980171916315,-0.4514716052255622,-0.6539192047324939,0.10100747353869521,-0.5036208390883075,-0.5424516017902978,0.8236866664126505,0.1536685627096773,-0.11190656205510863,-1.0501018893506573,-0.9309936948190531,0.6274082928136978,-0.25664298014089154,0.29402907119796334,0.5560693520536487,-0.29098601314418343,-0.9881634804716201,-0.14952635454425203,0.0343203096937599,0.2544010168869375,-1.2677713182693704,0.028283504556917114,-0.6983537477157655,0.13030421773024603,-0.7983422083389495,-0.4120955111803625,-0.2007885918779357,-0.22282563160795127,0.8813699157690109,-0.22076939811703541,-0.18382067286551318,-0.5288965764042655,-0.41219720485418776],[-0.12944399001163956,-0.7010010719709724,-1.3388921803041711,0.11752491952461093,0.402224378309879,-1.1744897533571315,0.39732987734208797,-0.6185716492777669,0.629758897673075,1.0080328291336607,0.7453196105228826,0.05844893180241081,0.12311597640220324,-0.655762390253807,0.912261124676618,0.15764488672110047,0.18575136279843188,-1.1700210838441272,-0.18455032431146168,-0.38352056651705085,0.22423034206198453,0.19474564207167072,0.18301701241696805,-0.8011070453221022,0.3808784361626193,0.7617940379011375,-1.0649468836427562,0.02287990258485071,-0.8036221792431081,0.17569472695840482,-0.40570443426307284,-1.0115725258950523,-0.6061522471812296,0.9341435187256261,-0.48942914776292307,0.47264960051252114,-0.4379032734785327,-1.6883399743156304,-0.8129966986525153,0.6621445974189241,-0.4036861984536765,0.211082694864527,-0.28658053452262083,0.7269290365020296,-0.5243974290135069,-0.28991537015879026,-1.1248058487263888,-1.2247776783679056,-1.1291091303572163,0.8560686066147865],[0.63127516390505,-0.9956937054525841,-0.6518546649806755,-0.8219450207528587,-0.4728458312049988,-0.44340043030450366,0.7199810435732422,-0.916181601304832,0.7167960712572393,0.14027251537931296,-0.2850543108652362,-0.6962631992090926,0.9428879287695814,-1.88681423077453,-0.22823332404287702,0.7801940998013005,0.4865143172179609,-0.22220837251237946,0.10708821221869222,0.15980254050810286,-0.42417008712910653,0.4754165345005755,-0.9908139133154005,-0.2297750380267633,0.14397771008870056,0.16271194908255782,-0.21325550935166776,-0.9332587750081668,-0.7052832121217696,0.08502055076561864,1.2366458952200055,0.8639839335936768,0.892319747563988,0.9374706200407508,0.3346953137279346,-0.5233993833863386,-0.7005447578546188,-1.8468819751237515,-0.5269706401319615,-0.5454728329108679,0.8331957766208944,0.9817282028374403,0.13695733012614625,-0.5751883908612129,0.9911162669490443,0.6746607661148565,-0.3024671272143951,-0.7553185043637106,0.9171686607761492,0.678775428342224],[0.3052124881223916,-0.5874861080853749,-0.3869753151140212,-0.03510607371874291,-0.38601778788158514,0.8572696656296072,-0.4579556639909784,0.13144702837768077,-0.5922929489845904,0.4744806384428474,0.6801465741862633,0.9190465566119251,-0.055500979907825564,-1.2552053778170478,0.05524202953764532,0.8842366349294315,-0.5916478336675781,-0.4482934325454008,-1.1826553758567189,-0.24456329445601088,-0.45123047953192685,-0.6313314149621737,0.2553859741053365,-1.050582903301988,0.11990612083692119,-0.03179381112930129,-1.2670720190147995,0.18719734743562266,-0.31700301980782547,0.9606114667831565,-0.4558575477589434,0.5050023250595964,0.1597560092137994,-0.50074026508684,-0.04049784185209724,0.7648922403535401,-1.1109351915447496,0.6380493043176815,-0.6252695256230401,0.9220525646289506,-0.27280067860997426,-0.2093374315811758,0.26479287284225195,-0.5952089021994329,0.6599962372201464,-0.20627810911161,0.7952126148617368,-0.840976000567889,-0.34405610883929066,0.5957037133657258],[0.5032519375870539,-1.3807826878487044,0.8324121339484287,0.13647498404166536,-0.2679291760380098,-0.192342728184852,-0.659117854514313,-0.18233006413472228,0.41856750563646633,1.0002163262055939,-0.7296897022314948,-1.0225113278603724,0.43087632798875275,-0.0030573518429931916,-3.6826605275176445,0.6802901950878367,0.6240911326878897,-0.651590618392811,-2.424652377168228,0.531254437296452,-1.894541576573212,-0.26964323677720325,-0.006536841351185107,0.035105712687196707,-2.54048542782197,-0.37207782496812836,0.47370830631594607,0.18451882097527278,-0.4524213491707547,0.6893100686307666,0.6630379556262946,-1.0333410037929565,0.39826811224787867,1.2445676950710751,0.012258156920284714,-1.9793052019345514,0.40784922210866564,0.46041183438491645,0.6622881334110758,-0.6429649082749318,0.30711772779554064,-1.1203003738123525,0.037451768442053765,-0.9923506147464098,0.5880019716766307,-0.7047674730234523,0.5908694743484993,-1.3724817986619362,1.1474793878301042,-0.2535238819922017],[-0.041791701685288285,-0.36866758745196027,0.4242356457373841,1.1338404808943492,-0.8365525089643767,-1.379515735581913,-0.061899199424119276,-0.8891963639789778,0.03579450711337062,-0.3127857925317091,-1.527995475413179,-1.5043316351685738,0.6133491151925115,0.4430222841128599,-3.2266925645820215,0.35182094160605426,0.37003342243187487,0.7073895541070007,0.20654768363748569,-1.4785971904299682,-0.9738076998146397,-0.13725645705545822,-0.3790561099148369,0.7214805843747089,-2.782659058136805,0.6217352223711696,-0.1201628459795589,-0.3168778597208288,-1.2257430800645457,-0.06748822789196458,-0.006421271367920069,-0.39601570115234774,-0.9403286817690819,0.5998961006539694,0.42732419349374395,0.18676169803262896,1.0025516063463225,-0.1794051040866413,-0.3289205485320808,-0.5721665001792984,0.8826660934735118,0.12801402319101862,-0.22233528952388396,0.2284455112288477,0.13232580796777027,0.8451971096049313,1.084354819535254,-2.327836697954973,0.8363259820322063,0.4019529585559879],[0.22361530061807347,-0.29744938574418633,-0.30742406099613373,-0.7828163288307941,-0.3512512563707973,0.11962322184081974,-0.12664655954849752,-0.1839935139989379,0.22691761875422173,0.5168998783138868,0.14366506990060413,-0.17713684319055265,0.23482250381773617,-0.941417383555898,-0.8557021667725435,-0.9108439594509619,1.2029548634897957,0.19187636703927313,0.38376502046251987,-0.5809264569614687,0.9650269312097952,-0.5682241060637073,-0.09581214013442786,-0.48911054013631816,0.3423289691625462,-0.07364275163247987,0.4116312063216982,-1.3281394482495243,0.08649173697438331,0.47684949305090063,0.8838829975699518,-0.8940646797290832,0.04575087356594062,-1.3983615232204551,-1.6956730870027992,-0.44678903120354196,-2.091309417567256,-0.8361873132875501,0.236376767574044,-0.5071911811537927,-0.1881014678159244,-1.1285050528100524,0.8340303452202733,-0.5089597573858738,-0.7314870146695743,-0.5246543821875965,0.8860878241323619,-0.286290633556334,0.4428713070108092,-0.8428315943675664],[-0.04175146858119968,-0.12070945158963174,-0.5445721162961636,0.5812887300132267,0.8047747104789652,0.36755402698963063,0.42828300015840803,-0.09290506998568704,-0.5095866778586859,-2.221073920750368,0.4630797051465863,-0.4966703877781104,-1.0999701087147922,0.7930198279125381,-1.1413521960251753,-1.4920565817437064,0.43984290971440576,0.8371993151415429,-0.150069058793521,-0.480346626739677,-1.5217392936624852,0.6243846123313257,0.3086030701197176,-1.5843789783654059,0.7200166703252595,0.1329727904310328,-0.5670557232318806,-2.5925220028498095,-0.8647092885443,-0.2016202428959333,0.9578588949640346,-1.0108136647009573,0.591498980778178,-0.8194695387540868,-1.9285948645368052,0.2690794158170852,-1.763816348204492,0.5480059613467206,0.9546262225374518,-0.6480828419779325,0.5337947635819409,-0.360379232448352,0.7136881701040625,0.7277751462336424,0.9796323536076829,-0.615515253455452,0.7974065212938231,-3.1639063425301663,-0.4230593862058378,0.4970958768648604],[0.5822343958341086,-0.02809175892122047,-0.23404638570857259,0.05780969058564809,0.4316616794427227,0.15779326480478884,-0.7262345005305361,0.6663797900495964,-0.6041592315600385,0.22144586659014392,0.40084049726732746,-1.2063185754906343,-1.776479665769356,-0.14816235912185785,-0.5965629486625699,0.7439742201681347,0.5914864337188689,0.36600470223509757,-1.3064414926771113,0.8409254342536174,0.13242467426123353,0.9450341178775968,0.8523589430234002,-0.5995945087077594,0.38106282109191214,-0.9918081901785544,0.9206256182371338,0.8997829244505161,-0.15705033585942924,0.1941391757148595,0.1910241879210839,0.7844123757929617,0.7062974221467875,-0.6106190864248521,-0.4204361093769875,-0.7564044432412486,-0.8218266082629107,0.021123400320883865,-0.6352625885500216,-0.4015283804143924,0.6522519367542112,0.45568616959224084,0.8246723049343961,0.5842871226490883,-0.5777502243498945,-1.0162816164587654,-0.8844204138331182,0.3975698854499477,-0.17372655549187724,0.2887545620529525],[0.6374723167531432,-0.3573643014845305,-0.6791817506389158,0.91057921782557,-0.36822069290990117,-0.0374045220908021,-0.6831088820631968,0.8563923723156739,-0.09418346142393381,0.21180333773597532,-0.04578479693600731,0.3222827831087492,-1.5653178550863263,-0.19090708961965588,0.8682965545080769,0.00638512561496106,0.39023310912302966,0.6775361221061105,-1.190094235378131,0.568900095780103,-0.6152942601216008,-0.4682451664722879,0.5559779845978225,0.8977311300258966,0.9151825259694143,-0.19584528982449548,0.8661911010211161,-0.5428648356585027,-2.0294652253314105,-1.2710743701007923,-0.23204223470963015,-0.886108999952077,0.49336748506691336,-2.288819979563998,0.3720956917519894,-1.9350125192453844,-0.8205702238058569,0.1126004396732407,-0.3694122385650567,-0.3644165508383267,-0.6953030715028138,0.9506707140092228,-0.22259644867873335,-0.41711193502475885,-0.022888498590840085,-0.3694275500829696,-0.03880244756183825,-0.1822668496141055,0.04036712611738846,0.8297439098955612],[0.5739868988597212,-0.5240363727031301,0.7598516580816325,0.03586004266794633,0.2450635960612151,0.4989847978119768,-0.2566787634809541,-0.8187779357291104,0.09480027240655083,-0.13198781141202942,-1.6520212526958262,-0.4627005790446201,-1.3871312547681465,-0.4261090572985354,0.41257016305948424,0.036112866970297836,0.2253328552420398,-0.6457410226137518,-0.7688543955950934,0.22146146554779406,0.4754813767654253,0.9228416760713085,-0.5500838784302643,-0.517574230314026,0.8312215443575603,-1.63687299352198,0.9098833363325396,0.9454817507061024,-0.8884908790717098,1.3122993670592609,-0.10166863640487993,1.0142929360925346,-0.6168415059276904,-0.4785998439158205,0.31713010414182197,0.48925641603592507,-0.30946717530577483,0.3465006637398963,-0.8424563006295599,-0.34325311310291823,1.4637785732680964,-0.14339010203105867,0.03531378965919676,0.29012872458193634,0.2216654693517916,-1.24216434766785,-0.032461486330343445,0.8495186419383791,0.335911812878953,-0.5769706324971025],[0.6967766846305644,0.08077450288425082,0.5356468147260988,0.10261941219471409,-0.05948615092656699,0.23527986632938436,-0.15569602565730767,0.4752955593534022,-0.7646452388922824,-0.24025281484766714,-1.5396319807472334,-0.12926158875288432,-2.059841684300382,-0.6391946217502595,-0.7399088797344721,-1.1756594531779425,-0.05308016405924637,0.5867432490882255,-1.9479023413565189,-1.0589595863508325,0.6050893983884597,-0.2542596098070899,-0.7703201878667566,0.6370581238036489,0.12301755398779267,-2.0183496499030285,-0.20268224136078347,-0.5045632050215564,-1.5653705404465341,-0.2627160548453579,-0.1934405754901997,0.6243107106302219,-0.7281419143377892,-1.2212001771500793,-0.19129125613702697,-1.5316798279286858,0.24121124372530162,-1.1272409476148826,-1.6586657629526471,-0.5530703136929047,-0.9201170904048208,0.9156194470658795,0.39592960622191087,-0.6563035479165669,0.2823775430678079,-1.576130619973989,-0.16500782489802532,-0.7035429795758521,-0.7996203215167749,0.7608823375698258],[-0.40719794730107356,-0.18242088574029336,0.5742064920166933,-0.3197497311165185,0.9681547994911817,-1.4771354891044117,-0.923136895050771,0.8054367178534653,0.08001639139304466,0.854265304125236,-0.7105488278059058,-0.260962400680509,-0.47726176017812466,-0.38388099151437094,0.7329489146247861,0.3325864695829129,0.4137307935053707,-1.2024792422871786,0.38535897121634655,-0.36719236158340174,-0.34092182458114706,-0.9674008278316103,0.9656330836197021,-0.7958221161623428,0.1194039184268823,-0.09699676622670099,-1.2638136277271357,-0.21838689483657528,0.5593594051983057,0.8595903399118714,-0.11152977174677049,0.28961645971368044,0.1440053387562042,0.031714119543300244,-0.5412456633265427,0.13894999247410528,-0.9518569823338757,0.46348837354834077,-1.596159937625471,-1.2070470194866965,0.8231912958817175,0.744497772507184,0.43086615109905385,0.6495982142705113,0.6511757816111686,-0.6611279629965559,0.10095012280044487,-0.9951657394303842,-0.13854207484073944,0.6358941034336707],[-0.2828306908920891,0.7449556556911715,-0.5045918525375274,-0.3330244131493151,-0.31728699915419395,-1.2109757202983251,-0.4861934341564732,0.42479742351108635,0.5839548398928563,0.01796486934034612,-0.4057096211004603,0.12985736528312294,-0.4036974425859943,-0.7657914597408817,0.14139208267274592,0.3423079363735314,0.595939008758151,0.4808776772567456,0.37913008452457175,-0.06634678244353392,-0.5475381120987997,-0.681884411315365,-0.19202779467736625,-0.35884537337833217,-0.04078199496493838,0.9975263442955921,0.6652079411114499,-0.5179109828471016,-0.6969089991845346,0.3992250371898433,-0.8138848006136902,0.5494181378223705,0.1602987074074605,0.6443830092585312,0.30626730620282683,-1.4232418950615697,-1.5227800640737692,-0.09483952686882889,0.4648295716079916,0.9647781495612872,0.40463757579715776,-0.2774095792263961,0.014337026532866413,-0.6960583134561783,0.9106590921115962,-0.716496409613608,-0.7894584663520952,-0.0523183066342921,0.8222563261173986,-0.3428545079667776],[0.6514617551341835,-0.445655281091284,0.8582795401784699,-0.2090546342855737,-0.7879646305967024,0.07035735736789667,0.07402644198010556,0.9502915695112188,0.1535797345080756,0.4220893077406436,0.43659841573013164,0.4470340231846759,0.1799081509810465,-0.09566752549456468,0.4719590196795371,0.4170640134833252,-0.18741203132700368,-0.2707172926912187,-0.32344551921761994,0.8687738553964985,-0.14380692025191905,0.32480959428985845,-0.11947461363541,0.13792524312377008,0.5504496048714631,0.804441182782467,-0.5849221827668144,0.03785646903590305,-0.974705679744424,-0.1888501872702074,0.36419146400538754,0.4008211258416793,0.06876116425057346,-1.5100484950098971,0.8681509865225916,-1.3723578853829919,0.41357278193411806,0.7973009216235502,-0.6934126950736235,-0.21416985830844418,0.34102907979950664,0.5679248343737446,-1.7191654560470393,0.6395413457599247,0.09603032176630914,-0.7375359214272611,-0.6292822053449154,-0.6517205723892483,0.41650583760957843,0.010366993308052477],[-1.5298744309389256,-1.5958764964667214,0.7955308215591436,0.49776300133807094,0.40064313708362526,0.5036898193404269,0.704153321568189,-0.3661634744876123,-0.25756735739923614,0.3797473425373997,-0.8877613194614233,-1.1846845697205275,-0.5874708247875015,-1.608251897407587,-0.1935127073378362,0.17664905944820153,-1.7379086748104375,-0.9309650286438078,0.1391300268093147,-1.815788519874992,0.00007812339313013975,-0.846714010844221,0.6795986899202598,0.9401002443523009,0.2285443106917734,0.7400929834239863,0.550312851415439,0.7541844567184134,0.744486609861323,-1.4250586382296662,-0.2566224825849559,-1.4775275183031116,0.8095798304326521,-0.23187633103279104,1.182278965160418,0.5137032114419683,-1.0458194930850324,0.8262844202047263,-1.720252424772429,-2.1346291833852673,-0.30005631338324495,-0.30379001962173674,-1.6108408794268618,0.06243778069533934,0.758056486670454,0.5181926600863862,-2.0459358911480514,-1.0420339385839135,-0.06810166877685221,-0.12028757491228391],[-1.1580131092313743,-1.5017985534946126,0.031305333203789344,-0.1911617392782058,-0.26657919365423594,0.36506064714433245,0.19510561592648357,-0.16589609473859876,-0.5819098030707619,-0.910196226586909,0.020780223714909875,0.6652881667106954,0.22043452511784567,-0.9313382786043611,0.6488445746195252,0.6476526233975268,-0.06653348257164135,0.3027960942605136,0.45621777818357173,-1.4084991255581716,0.9499900602531196,0.9905183061279466,-0.540353403944198,0.4114924712864943,0.8463576140652225,0.6361021765239796,0.22029555370187426,0.15837827129911325,-0.7074041810905323,0.4433224838599635,-0.19196444416442085,-1.266975265061706,0.5370688021180217,0.809901120963331,-0.6041022692051647,0.3798093673361133,0.5686366084953685,0.48534128312632807,-2.144582116762542,-1.5738177185138573,0.7302131719875892,-0.5673161632083501,-1.3252697003503906,0.6983602629388493,0.8483795838649768,0.8351337397525466,0.655591341798721,-1.2612299505730185,-0.5095782611585743,0.6353300823047605],[-0.04676657136364721,-0.4861114995985835,-0.28738868850816307,0.8757211102012185,-0.1449226100383253,-0.9147619906799344,0.6986601395981591,0.9071065428826958,0.4557193199639475,-0.8355327032937202,-0.8210909695564139,-0.582496372562654,-0.6832854970501183,0.6614925239896268,-0.656726671939333,-0.5212183341477579,-2.3061140634108375,0.3387237456383882,0.44058764288573726,-0.2887213084972698,0.5633687387495172,-0.07657994660353175,0.11104733257958124,-0.2069697232088992,-0.15785958815215512,-1.4615162269476298,0.01462471772612141,0.17263766461376093,0.25515759056076737,-0.0026005602638743746,0.8113394843495225,-1.0758204379714515,0.5965685274001906,0.9208395201456299,-1.1160716003930684,0.17400562504867015,0.4044661194004838,0.03028202436868156,-2.2388444345487257,-1.445671015515474,0.6543723199205376,-0.1525555079567393,-2.3558715434283446,0.18277373624121512,-0.04766898087708098,-0.6402211609387768,-2.489809188692105,0.14083400849869251,-0.6637905716854137,-0.334915851239707],[-1.0133381779021182,-0.9008561373101607,0.7101764049561463,-0.21272326242533826,0.5598175576027947,0.11166223195922613,0.16415078622759333,-0.2559821283268036,-0.6282115728314175,-0.8285658066326221,0.7158345816130004,0.03738015066253751,0.14431768454450608,-0.9340103627978772,-0.30696282866922675,-1.082837876073658,0.4936692165109968,-0.27009558380729903,0.05596674295125824,-0.1376132627505156,0.03480694944107311,0.16968504621644936,-0.4370223063113059,-1.6938213077668225,-1.6579257666104434,0.8782617201445508,0.4335781734334019,-1.4299683369295637,-0.4058729935835815,-0.6229709118901428,-1.184268767407689,0.07782099429664048,-0.5347251281984772,-0.7052299972298448,0.9565431607987094,0.7414415009135309,0.8901782593650972,-0.039775708388036166,-1.7672022920983363,-0.2596848917733408,0.9405350357659777,0.034855682066011674,0.5166075295845853,-0.22034499745869202,-0.837456481045948,0.9190046336016942,0.21155207793539577,0.7121466320965272,-0.10778716816057825,0.2934887225545451],[-0.6965461405897236,-0.9005390403578502,0.7430871504536073,0.9270822255638114,-0.7997457155979776,-0.08583362329621734,0.9706889193631102,-2.2216031957794917,-0.12271548299016008,-1.9174453590303568,-0.4039761144943655,0.6770975975991338,0.3100028015532631,-0.7916086280009752,0.6070982579446284,0.2790019386338789,-0.5285886078068688,0.34287773106147207,-0.3984719693247246,-0.4016470898996058,0.3668170460703257,-1.2172424338457675,0.4693847467927739,-1.6154829840659641,-2.4683163538591355,-0.19020832751024938,0.8440162521247656,-1.7659932073005244,0.473163657053189,-1.63635018914791,-1.2094207120141185,-0.022357083965805345,-0.3863932249338661,-0.07821164990464985,0.3934014562719285,-0.9477162558295064,0.7041174926427283,0.41744512440361137,-0.11309836067767828,-1.836759212778317,0.3048690852805942,0.03511941140452101,0.17152186576216324,-0.8269897503625306,-0.14161700040054495,-0.4378073970449838,0.5248226088749429,-0.35812574855546786,-0.37798642857479675,-1.3631566089976417],[-0.3984787161282384,-0.7982060028953032,0.03410312066824326,-0.5972734137614579,-0.4522562289327682,-0.1849826605414206,1.0296277346135012,0.3795643063478798,-0.7073620914967077,-0.4508754357025908,-0.6966879369334151,-0.31147733876151057,-0.8441701573878334,0.5839326847187847,0.20802740667689126,-0.4181691031103233,-0.29418746511919314,-0.12020717321473767,-0.8518164595458204,-0.6886219526667247,-0.38783772389968274,0.6246537510453426,-0.20913859052636577,-0.7529168323177892,-0.29516410811563437,1.0213926433490894,0.44020919745357634,-0.7275330847267145,0.5997680166797825,0.9020142992878728,-0.11317956181683408,0.4066520191639021,-0.8453259641835401,-0.684171326027948,0.9894661111365513,-0.9167241750393637,-1.0735922075787496,-1.523554655571691,-0.21917700209071533,0.9073991355336509,-1.4851314866732674,0.007014043825365958,0.44883626023356,-0.14709690102494588,0.35680118231119456,-0.2832567217711518,-0.20718851183143816,-0.32930409526242727,-0.33008630311631937,-0.7306607460832543],[0.23168819653367054,-1.001135346879301,-0.11857536368647072,-0.3973311338186094,-0.28065735536591613,-0.056507850728066134,0.7225175112535006,0.7071555877408897,-1.4671533305637574,-0.4088877096310614,0.2888229613163815,0.24157171677409237,0.18819414051165503,0.4245533839185509,0.5151598246202933,0.8464821719996385,-0.035559866567913254,0.11405182516551861,-0.6874174443273618,-0.9117546915361805,0.44034959527215956,-0.20113562813866906,-0.7425001230040122,0.5137144884371906,0.3187670021402896,0.22106042328925826,-0.47098776320460867,0.02635910647974651,0.727417781222717,-0.35450967488745244,-0.48584903595162743,0.9602374333433694,0.5706275306784704,-0.3841596752065875,0.6567165369297129,0.31659275000383846,-0.11141639219662998,-1.142563457203861,0.7030269835252965,-0.32461275934372946,0.37059482246597497,-0.6256035979095822,-0.06849582050947718,-1.267773655113223,0.13452797738149896,0.6465021188115007,0.978881749275208,-1.1478463618093366,0.11432141351656258,0.6310960720009542],[0.829874285427527,0.35222273396618364,-0.48823326015668866,-0.8688181486768897,0.2642956264842482,-0.9337250803164563,0.5319974400742931,0.69438423223565,0.6606761284173963,0.2867941325405219,-0.5556201893748937,0.9300221087849362,0.7672507830069458,-0.9095587732899497,-0.037924620786566755,0.484287548597739,-0.18715118978864528,-1.2558584983867795,-0.5577528318964912,-0.366187491105478,-0.16298754052412226,-1.3188740741535157,-0.9582146321997358,0.8752013013500287,-0.16090217523727804,0.7216200886766188,0.11190741394730493,-0.6523078578228176,0.8336684223510532,-0.9946508052508396,-1.1116950058316293,0.2701398576411211,-0.20066109396876167,-0.8697892101033321,-0.8117658275274295,0.0795221010120579,0.5506054617666293,0.9428517045917301,-0.5590968599107066,-0.3233427737991854,0.06832786558581513,-0.39964416014539794,-0.6032526963966619,-1.8567896067704601,-0.9401240710224537,0.33181872656735095,-0.5378054357326978,-0.3430648496776347,0.9158882854264075,-0.8954269358466683],[-0.7887615012402659,-0.8704175293092058,0.21624979802954508,0.0680823260723043,-0.5331831134060682,0.034697682872105326,-0.600943893543439,0.37566087048081126,-0.7363118580813259,-0.11079770273503198,0.8154346378932196,0.47784500275131425,-0.05015167216326248,-0.8187199093067308,-1.3942553706068994,-0.7139539857721208,0.7285118136366089,-0.17759202090874482,0.2632382478338833,-0.3368918376622524,0.5627129254157958,-1.196826685234084,-0.8251455343270597,0.0036922761353098284,-0.7523660178055234,0.9241185650890857,-0.25031250988887477,0.38208111946737394,0.5664801801435886,-0.06862757519604525,-0.11152195788231706,0.8443926963555669,0.18238658090711377,-0.4509935826654591,0.1200585176825929,-0.815205374271392,0.23089180768635553,-0.22059714972628747,-0.19755842325773157,0.29830844462831124,0.9409661403595281,0.8199771117595869,0.10555129936543522,-0.5390128593925033,0.04131802587572152,-0.06119611530731332,-0.19381741846611888,-0.006299053405882674,0.9837467221082871,-0.20354137957309992],[-0.14738413749495025,0.8126211904357149,-1.3940097563700184,0.8918384786384277,0.16774297861231538,-0.6091516805987273,-0.7255814658177075,-0.8427052080487217,-1.0422194286300466,0.39898446037808644,0.8493303100778239,-0.42434014624742517,-0.1821057510965154,-2.6791877768619305,-0.40589854765335215,-2.0235954862342744,0.20114594835781893,-0.1458176814599025,-0.20260672997431467,0.8609778939065967,-0.11263042885306179,-2.537135360167995,-2.558833459967045,-0.5608960903373392,-0.5400183673887853,0.2857560886981101,-1.0362778054831303,0.7798391091418332,-0.2929226840695414,0.7707101456839814,-1.1453013729206718,-2.235402783111746,0.026365264499696475,-0.26191727886659605,-1.3210686446854936,0.1965713447732244,-0.5762277271707916,-1.374892893607141,-0.3382000097063347,-0.4813771576786194,-0.061198861795170874,-0.14163618020223837,-0.6698557839078263,0.8308016323661119,-0.5276526599901558,0.6506316425755312,0.201157237209283,1.1919771916673911,-0.06216553833587513,0.6562546632731646],[0.9500272173508293,0.28744154442840336,-0.1685011423907876,-0.8835800764225117,0.95893241919944,0.3604870285360459,-0.4466603058585422,1.0068179734284768,0.7688137284204004,-0.7480628741152389,-0.7507566390292721,0.7430731818038844,-1.103041063916881,0.47644897282427984,-0.7847823167661027,-0.3701733147945377,0.26066594476798216,0.669808360719312,0.7864494052205367,-0.836229520813056,0.06440319689537295,0.5512774780514044,0.4647985842528166,-0.6817466540350168,0.781502382414174,-0.5410652084370816,0.8053798489640847,-0.6613354463783793,0.7745120185142395,-0.32211664503017934,-1.3640170401002887,-0.5622189505160878,-0.4979827280361338,-0.4366046714130502,-0.4546222895295926,-0.5132920820990311,-0.1984899661122077,0.22352574659844116,0.887595765246798,0.2208373840677503,-0.40376703851806983,0.6662313256278855,-0.5297961301597381,-1.0355620631164113,-1.232975023143826,-0.35555369895186095,1.2350719257538219,0.11145523594727368,-0.22220976395052,-0.05646974895861303],[0.021768267830394573,-0.3674988601724161,1.3354577128258607,0.263537877262996,-0.6120533704963956,-1.4055854252758817,-0.5139727428643481,0.46248132385730767,-1.0671918747948326,-0.582949835190458,0.34679174222238396,0.24066590819088343,0.22672909884451276,0.17051087240270352,0.41716547120311914,-0.5073591434018513,0.13871869405232365,0.013069623995665762,-1.7472907831677402,-0.06139249801335812,1.2651038915430093,0.004713979779692778,-0.4904116937790843,0.9252853173011996,-0.01543141312421217,0.5339222128374207,0.4909085457636176,-0.20661886028479987,-0.5998708380393826,-0.11779053412634737,0.2263582148867413,0.9555038677119297,-1.1328101922914764,-2.8243366122909146,-0.4878968396760218,0.40806125441508256,-1.1759599516565307,-0.0700358174979887,0.508109671469018,-0.0063058357379777025,0.38556659369207014,0.10649266993807568,-0.2632968731476934,-0.1963228368770399,-2.2053790106646134,0.2619673629394298,-0.977933908834944,-0.690221236664254,-2.03613216763397,-0.2681143479927138],[-0.006199684318922983,-1.5233163598688646,0.5045256124590396,0.14255777536761846,0.5451818372912004,0.03128482596264627,-0.10043347018311892,-1.3631031798996955,-0.10414878596621417,0.01883770012720481,0.8879156038311657,-0.08322008881045005,-1.144930343835631,0.3252988297913909,0.48239310429702986,0.36577080270347334,0.6910136915857606,0.48301221456881843,0.36764605203479706,-1.4890375197050962,0.6773543082281267,0.05511438493286754,-1.0096379929123511,-0.4028366467026978,1.4030113831413151,1.7702734222854761,-0.5185300663381799,-0.7721711717308252,0.3200518425416979,0.4418423980459139,0.9582793166482906,0.20371059490002005,-0.04354387770620178,-3.229355179873653,0.60617985224417,0.4908427036485143,-0.7016887267766924,1.2094918440851652,0.7470336945705148,-0.4138406613856214,-1.0726960052661505,0.10752965159236391,-1.2047080505828922,-0.6600882545327823,-0.4433534653509119,0.22145040994264695,-2.1537052903694214,-0.7350549697090245,-0.7896474856900185,-0.9897888552377366],[-1.0928786784575326,0.7743874635614598,0.0237785584245244,-1.6928829252847875,0.8509020157394438,0.6027963752791291,-1.392752221649246,-0.7246350374048803,0.30196104010844105,-0.14393697802150981,-0.03511988834267299,-0.24817103375776398,-2.6009645868810587,0.9665664641087133,0.9087740373081428,-0.03421435004815298,-0.8430192639019181,0.47075102512147965,-0.07420744540620208,-0.49007983532105803,-0.2130795804128375,0.9479776651368247,0.7644062624848056,0.8899675481542404,0.6455804361751539,-0.3599569028404786,0.9700943705435985,-2.1795940353596217,0.20197621790489179,-0.12082484721125897,-0.20531588276167512,-1.046679152042432,-0.16548789382227366,-0.05324593055157912,-0.5723400121992506,0.002047655490323321,-2.1378394301905197,-0.5838842703301678,0.4499486643283098,0.08472748134017448,-1.0204937317474276,0.5029613340847757,0.3448414619637826,0.13227742482477958,0.7284168949972614,0.20171274584024237,0.20290186281812636,0.9744278960620014,0.11078846920946332,0.4588642176846949],[0.10056429662143486,0.40641201501418645,-1.7018895221830497,-0.8112944000869458,-1.384090835403344,0.7632990245818404,-2.6822467924966524,-1.9281675957359845,-0.09114529769101765,-0.5666727565819618,-0.16987364772155267,0.5642352484351026,-1.1787868932627223,0.5898123506680492,0.7524765184233476,-0.47625252984802585,0.22748498391527755,0.7392397056907749,0.4631957234739301,-0.8543250647840646,-1.756137611225763,0.10485276224486259,0.017411784158617445,0.7736743137506624,0.34019218549332964,0.44996349561823107,-0.4667178925166908,-2.1906202382095965,-0.6361190618283373,0.20948030334138032,-0.7118725641133583,-0.0004900942621853227,-0.3241910688289305,0.2665017251767016,0.020224276172293488,-1.9171266999789534,-0.8469021941957061,-0.3072429272562177,0.7479030386802528,-0.840241287522037,-0.5195494957084787,-0.7467922713414791,-1.0453870162581596,0.9149440819063717,-0.036136088507406926,0.34482181240224463,-1.1051831972608825,-0.5560882814542452,0.6082676537130268,0.07602486826471251],[-0.06564635202702798,0.38060044751513533,-1.4696216187796471,-0.6868904682893282,0.6180126370470155,-1.271522331684203,-0.3671342639897296,-0.5144458153897833,0.8753629602396913,-0.9276275964064403,0.14798244609447478,-0.6040985679103944,-0.5674686682823544,0.5478246333676021,-0.6178639052138711,0.6731290482914735,-0.7414840925914989,0.6009163534168692,-1.2288153905749448,-2.3671228678105836,-0.7855694157695785,-1.71605875605609,-0.2549746167186322,-0.45645428542602356,0.6441788318303755,0.8351036908073322,-0.2615330099083839,0.4562125533345673,0.11503477562067133,0.23180620961257284,-0.3941605347891274,-0.43737529550378,-1.929103488673396,0.3883197092601064,-0.4655942582305819,0.05025919735770099,0.03663038622521868,0.41577665261540103,0.6532653633584797,0.3844100828516486,-1.17055049389015,-1.3274296029918062,0.905218212154647,-0.06052217601281425,-1.9432511053549,0.8552314303722816,0.3910997778394287,0.7935725531542928,0.1746381477836785,-0.11189501885701617],[0.008938404349793415,-0.6348968569345049,-1.1178218068403774,0.12864266553358186,-3.03212441748694,-0.046950910796712896,-0.6084896370068429,0.5514170087188413,0.11796472280247806,-0.4844772277300185,0.3395920379893689,-0.31835556300360207,-0.535299968602916,-0.3723071562704151,0.641311026848475,-0.9741386328731915,-0.35080295654936844,-0.3870242910615854,-1.3721368538353855,0.4667781208119607,0.9138515027376289,-0.5391567559385083,-0.6811918247166933,-0.11303480559390883,-1.5781204180695805,-0.19649585746836704,-0.2167654972115744,-1.352865019805106,-2.276590244971761,-0.8191091960446472,-1.2478858531664871,-0.3717726262613922,-0.13473531373554712,-1.1422924554584766,0.3816946420068037,0.011183998369845401,0.951401257021714,-1.4391171263804312,0.563355977649198,-0.7597300517642178,-0.48503263435196664,-0.021324340543465433,0.689841812397609,0.5201766814526987,-0.711348749216152,0.7581821226179483,-1.6135989948622462,-1.6180176802085515,0.08634818604526803,-0.6899824707835746],[-0.08429532314952125,0.34557322821140646,-0.0897546242717035,-0.7758170596235263,-2.7496674189205654,-0.25271834186812275,-0.4662187198183376,-0.13036695187775055,0.6973984095354948,-0.04795630371074356,0.7871924432416468,-0.4803379094105003,0.5192398607282713,0.03865478546201242,0.5815374515815077,-0.7928929889898587,0.7046608772640577,0.23780880256524936,0.17790692582531878,-0.3034593292679462,0.11959263162983107,0.7563591478715879,0.030369847948386625,0.4607332364912845,-0.274712432281663,0.18201367117595818,0.04717395628904836,-2.3643613195919415,-1.4538070241654721,-0.9905701467481188,-2.214837573026429,0.5917461698387855,-0.25671517246460096,-0.4795863040589988,0.19166490718205487,0.5493499566839147,0.3515346942771368,-1.4144309984645567,-0.20058047435660678,-0.4073894371494368,0.8575949391930849,0.5887652388773661,-0.13751401898476495,0.11778678572345253,0.01746358986079378,0.7413245601777614,-1.6547837768311298,-1.572290370857853,0.2530054155159325,0.9560081587529417]],[[-0.9642739585353043,-0.4108009838206711,0.45200186563452643,-0.5643279273431477,0.07004680552729649,0.05407187518050366,-0.614614562371849,0.17271032137500478,-0.7630520778663925,-0.8714881397958714,0.6432030676099366,0.1698088679780258,0.2897306392306033,0.7893509695018068,-0.8159225616377583,0.7418000191927323,-0.26885602057308905,-0.993826336999528,-0.306930980397372,0.8872756398024968,0.29979006667994806,0.8719624629330738,0.8341050386546707,0.5620911100042066,0.7094764340970194,-0.547120220709982,-0.31297229378880703,-0.7838181755720817,-0.8063875673650025,0.4479407954600685,-0.624979790597756,-0.7262788318030035],[0.6330212410796665,0.3829621521594225,-0.813174286838227,-0.8329506010709811,-0.8088705724654947,0.6641161229635932,-0.1007337395419022,-0.2749236914014624,-0.06630841737091715,-0.4962633270332993,0.344139246587205,-0.24207724086503238,0.28689927490056105,0.07746755358759187,0.4843566589435081,1.4001731409444298,0.009593596233466539,0.6332456022310333,-0.15494938889518986,-0.5228819235011507,-0.6372700779764097,0.014787410907332649,-0.32192917223119977,0.9338357950771937,0.24954636807101677,0.4441712055680186,-1.0374835275170011,0.7394503254898028,0.9072209393982867,-0.07400712984941261,-0.9803172588761249,-0.7850638966410229],[0.15460883314603635,0.7995692451375971,-0.7974962465483602,-1.0073490670108867,-0.1861173448939785,-0.9447424468750396,0.28450093291580014,0.6060789112915967,-0.3285929553685704,-0.5420131677466313,-0.05079390092572292,-0.25863385775973136,0.9425564367928382,-0.20505688429052893,0.4326632539429315,0.8402197954104187,-1.0102940478584388,0.402556554738371,0.5363534708245475,0.33572450118461306,0.3915253889438159,-0.2630490687843118,-0.2804921396617388,0.20792816227937505,0.7293096198201492,0.8641170964115203,0.07097476102932718,-0.14045293257827607,-0.16305371547768902,-0.19641341306437238,0.4497761084108357,0.8954707834110979],[-0.6157614380874475,-0.9870646899404503,-1.0070461093008807,0.08551972546555715,0.4282768504521603,0.7554193146701745,-0.30972604234552953,-0.8912550458720286,-0.48214459300058155,-0.7281881350212963,-0.017824019491971665,0.32431904943327006,-0.8870597559602158,-0.7446733554028767,-0.5863345634994926,1.6329299989492818,-0.7868042737917728,-0.6540377534350567,0.23639198278145682,-0.145643093798724,0.12048316294906344,-0.48597154709604995,-0.6735415715140173,-0.6805489130940497,-0.8226187633757721,-0.8722839935441091,-0.9992541145681494,-0.15266328344095834,-0.03534355951567998,-0.9318872504885667,0.3933256914166508,-0.6127107812732319],[-0.6417202319976604,-0.15895540912742884,-0.6778317127455701,0.9303982427309403,0.3052423763343816,-0.031748248868150385,-0.08280568070101735,0.03171334455973421,-0.7198745795302367,-0.7808531382849265,0.4680916855994334,-0.014114347312550398,-0.5641242212754187,-0.34640243984555086,-1.0021344958449068,0.5659501582389409,-1.023812925908579,-0.5684086323973253,1.1814566214825113,0.6604559092901302,-0.910787704276772,-0.39617782832969495,0.18387582560635368,0.8473640863428352,0.7635162118639658,0.8109735297980105,-0.6456033421542009,-0.7330532261164671,0.1795097413213582,0.7564308322446127,-0.9354785985483796,-0.41398468988160597],[0.1845040624487029,0.6778545289361989,0.5172704348891368,0.8637139625712833,-0.6378777514637216,-0.2996119875568079,-0.7915583255236452,0.4099705266986647,-0.4613022396251482,0.3564288193397856,0.19679021754664203,0.9108188585987758,0.2851840128719039,-0.7041840362332599,-0.04751887554908194,0.47144710663998685,0.05025488853204983,0.3032392649521167,1.0098272400740327,0.10388663246790407,-0.13704200438300165,0.24260795089717332,-0.298048257656233,0.027681353188433528,0.09403388393905282,-0.7032983305912756,0.3562880209316884,-0.5484606907333806,-0.29087130720907955,0.5435612767827638,-0.3926476013162714,-0.33717532314365795],[-0.9553216737482384,-0.05746017522534813,0.8598302315401046,0.09894525181518588,-0.7463004834045546,0.7191927653009748,-0.09855331343704361,-0.14838563463156282,0.19511792897400798,0.40834155363885666,-0.963505244046708,-0.9992624092721335,0.8772923516966782,0.9706997906341329,-0.7548416998964232,-0.6457999609897073,0.30874434241559184,-0.9910258264062868,1.8249617470502897,-0.27742174971445577,0.267100430873934,0.1770216563042622,0.1315661941265046,0.4201113855601592,0.5658855068864542,-0.3130184954168308,-0.5872650527313157,-0.46966086894739045,-0.821494126428694,0.5853969782113858,0.6670755487526644,-0.3566238747993029],[-1.0116211812831102,0.6102848345488842,0.07773257071415313,-0.16911345044659798,0.5340510945861409,-0.2951515957670084,-0.27840604679538383,0.07217127220494053,-0.6615818078185041,-0.9253436598501831,-0.6376575951419556,-0.3326130887120983,0.7577027218793517,0.5811284915470626,-0.369014371199693,-0.7803321016687781,-0.040774013525674856,-0.7590637825046094,2.4988626435742383,0.733213269823491,0.44073515211194786,-0.7171542700103242,-0.04499530169772984,-0.28597058536683284,-0.6789992073879447,0.7990915829152873,0.5402159499433646,-0.3257220132214407,-0.47144496587937407,-0.34855636940977813,-0.8856931675779964,0.7340458306191363],[0.8836591384528576,-0.7445353573704345,-0.8790076304608142,-0.9279437258966515,-0.08380954119135323,-1.0083127434878465,-0.7928668065484785,-0.5648833840672713,-0.34806087563466004,0.17319238071807397,0.626794466952076,-0.994690863079073,1.5555593972181385,-0.7450942100725749,0.46056107843078303,0.2756276328014125,-0.7275004140361996,0.4598092177901306,0.5811776394194665,0.28172733826476964,-0.31380602059994306,-0.4010823690412503,0.3171469408731943,-0.5279657345364663,-0.4082218742894455,-0.018974177780750775,0.6872512326095387,0.0007429743726680985,0.04156930928095264,-0.4275994323366264,0.5327682089225279,-0.2608402325079702],[-0.6347583357453093,0.7177594502532608,0.7650488154244789,0.6257683584765202,0.45952498298911293,-0.810053633787554,-0.07431548308798017,0.4058060762233812,0.9408111170641736,0.10786703038053116,-0.26976432836632375,-0.8577968083093053,0.2857920274388463,0.35588281207543154,-0.019257727959369052,-0.09982050027587817,0.11677264617875009,-0.8291785026570764,0.2583987951139212,0.31006165018052284,-0.28612131783840783,-0.7997817922231427,0.15835842795468474,0.27308142956312426,0.6339008163242128,-0.40766685508925865,0.21070085795240096,0.7990203834036522,0.3588720864349688,0.8108721425044934,-0.7988908714053247,-0.6368572011003025],[-0.060437265546940254,-0.7053861143271597,-0.1075990905622955,0.34420534855074525,0.6877451300550853,-0.7143587573611084,0.917737621368272,0.4354008149806169,0.0030198001634814254,0.0021865838519107656,0.8314595404626719,0.49355950599099246,-0.24356814962372259,0.17648764817973173,0.5383226178517608,-0.25159777598885585,0.22777761541553931,-0.08927201077985672,-1.1234191866687457,-0.3213671473558874,-0.841368701244676,-0.534256470462077,-0.3739225647941421,-0.4968075791366938,0.5818265177561391,0.3608302716002533,-0.3670038729451897,-0.6819304159908424,-0.6806633875183511,-0.6990799693336671,0.9659666867593325,0.6625812467999745],[0.38575578119873216,-0.9526776003098115,-0.741074391292799,0.39842657919065405,0.8564582889467411,-0.3963870173166676,-0.0035587684454628536,0.06710504833168388,-0.5849122954929944,0.07365135285009093,-0.12282537189507683,0.7992383211057064,-0.18175645704057244,-0.3623860564629886,-0.047794876433567286,-0.81332237806211,0.6491705042927393,0.08144066822795501,-0.22742633623308142,0.5086396829923243,0.46829851138020834,-1.0096231915266565,0.4197583711480736,-0.687464104236087,-0.32555720605564165,0.18905490552239873,0.02803593705952333,0.7684418175331955,-0.026804960581889553,0.4414932901522178,0.9092651577990913,-1.0003979206294016],[0.3699442013328479,-0.8789471937159808,-0.9707561754147512,-0.28850281970873304,0.837107820875719,-0.4407993527858529,0.08233291549001663,-0.07572005424495361,0.8227311730471295,-0.7386768737433692,0.5131395001188856,-0.9052073891153936,0.5118373000089604,0.2760179181041755,-0.030328064645651104,-0.742395600469446,0.35035980579166826,0.4387663328935345,-0.5280848435113019,0.06429747631733061,-0.5112105319863843,0.12187292962329985,-0.7707839406891471,0.486139992364478,0.626290509631325,-0.7554769464989155,-0.8641550382009149,-0.23844318389843752,0.09850272030111172,0.2036568964118514,1.8085155357680671,0.9601649785823293],[-0.5387008007225593,-0.07959871060275156,-0.9635136214158936,-0.44360434804353777,-0.392112086874208,0.6144718611388887,0.8255734436075433,1.5316582712902356,-0.8721740645444681,0.22173384429473889,-0.10494014247740441,0.8815397640912501,-1.0359267572499602,-0.36383613135294807,0.7243887089610653,-0.819676756367609,-0.9969721167448218,-0.6997482360750226,-0.1045842463280404,-0.2521367436925001,-0.88196743342849,0.7895602913974189,0.26754680111061946,0.27575076230080464,0.8569024046370863,0.3228139382260501,0.750941157096,-0.43134664937653305,-0.5663508103807373,0.11651964600046959,-0.03997063106269037,-0.2868066395041984],[-0.8141273955171366,-0.2297892767204465,-0.22050534499320001,-0.21395999145175854,-0.8784006697874589,-0.10545217248896775,0.7611111461797176,1.5870740927851783,0.7458008235818551,-0.16672508256689675,-0.19113054182485312,-0.6073281318135316,0.7008761422550186,-0.03315952464666634,-0.8423200005553143,0.051140574745191125,-0.7687218714928958,0.38938648662475617,-0.2732487708465519,-0.600419137666279,-0.2225511579558993,0.5909464141186237,-0.08269987983704638,-0.6347212197775659,-0.7533680745482132,-1.0079198725096734,-0.04986782190285413,0.030676995128233662,-0.8087558623731215,0.9520576196352448,0.016445528796628858,-1.0002137767611183],[0.7776437955770171,-0.42655697399446973,-0.024212274693422638,0.7779087447844355,0.005010061817783706,-0.7954206975618519,-0.847096957476061,0.434764711698053,-0.6918729502142683,0.5490687782356127,0.15504470751368662,-0.12946731892728738,0.4813923678948955,0.03713920756498058,-0.9309045296678456,-0.374618754990621,0.7652444554080599,-0.7403269666258833,0.29172492169825986,0.36530797857837416,0.3687312819905148,0.8610615520262475,0.8789212810029912,-0.2845751222963383,0.5104239541479944,-0.6450703811512818,0.8331365838203219,-0.27048108777592433,0.9093195475721899,-0.31530668044828164,-0.1718272637143802,-0.5640940908281347],[-0.4455811301382508,0.12679940347320778,-0.1491557303398402,0.7610500973935306,0.42825630635007034,0.6740031831361326,-0.6166977366997781,-0.6137988711565981,0.31687894351362345,-0.768978514151527,-0.3763076422747128,0.17026332008703834,0.157864088696612,-0.8156831950731921,0.8834004395766523,0.21078295528004287,-1.0008882445979341,0.7922047599199527,-0.7793982684342974,0.9565808073483493,0.11541099981967586,-0.21563488405565048,0.3875413231038901,0.47575265509818354,-0.16293930141031143,-0.4513785844640011,-0.8599427239684043,0.4314063191016019,0.6351012227873443,0.3167712500956714,-0.8403300930070978,0.5265977404834976],[0.12581424387592238,-0.15904990732401783,0.13380349042812453,-0.05184587089347846,0.6612372034521689,0.4967713538521111,-0.6231822735781304,0.6180299354881702,0.3837453141791898,-0.3821703154799736,0.9012872841759052,0.13238751880774802,-0.14520968374095267,0.750371108219524,-0.16548425116602913,0.13011565766484523,-0.3456065863034504,-0.5796665734336423,0.20723362794847305,-0.9428035882508018,-0.9438908436804677,0.17193118621501638,-0.9893082183559462,0.4552719234355736,-0.9191876514425892,0.7683042759790748,0.8599472870368788,0.6582750793909923,-0.1466971826288216,-0.20591066637478236,-0.35687226672571154,-0.44364154127846844],[-0.06495412931024035,-0.46654138136137274,0.6244328819562196,0.4409213406142426,-0.993729149683239,-0.6969724192673288,-0.34319511393181884,0.5833223433040737,-0.7118989323175939,-0.4080350432189239,0.6263538146517351,-0.4517611328918092,0.8253015695450906,-0.042412328263310886,-0.15245589102753698,-0.5808402180930415,0.9294134096492744,0.5620267097590604,-0.03343985172623108,0.39405503187455665,0.6290009578377551,0.2666941772858245,-0.3346883321613098,-1.0299445508516896,-0.5242450704204602,0.6899618700749355,0.8226489591494465,0.06221306469228462,0.7374828720578502,0.4757283688312613,0.5488558309841705,0.6488573846324038],[0.32984029416890476,-0.27316498403979816,0.3775151950194443,0.09001679268850683,0.7949506279343073,-0.43111762022268024,0.7880300456940433,-0.07730793895618977,-0.32592982841647394,0.2789108834737518,-0.46636538501432834,-0.6534383618754479,-0.862939440806551,-0.44473291203072074,-0.8197551258100596,0.2487548460940279,0.6722008072068627,-0.7606148978468946,0.9068994622670965,0.6180429104380946,0.324459819656383,0.7265515043065033,-0.7698136028948727,-0.26975298039371565,0.7527674927281616,0.16319171609731747,0.3242752790188703,0.17766968380267248,0.3307456165564851,0.22551899950130253,-0.06100189359191129,-0.30548169359739885],[0.652884756832332,0.8751442954556563,0.2615221160676394,0.05661945137762415,0.2775584141210881,-0.5630469478504871,-0.18146863761294676,-0.5957992929932067,-0.13412331170047204,-0.9031665218139724,0.945698137977197,-0.15447358882454654,-0.12135676765060865,-0.4741836654826155,-0.4037934181932211,0.6430837172284017,0.7096299135602548,-0.3715315309284136,-0.3903537028006643,-0.560916389802492,0.8291127852962593,-0.29658567558411675,-0.45203939979582775,-0.6464546631037762,-0.3537706463677276,0.8888994608788711,-0.9928992767247624,0.5198621625459557,0.07214579090466879,0.6173476764252341,0.6167246542599006,-0.8479829144264055],[-0.8648936168933296,0.6389244710024885,0.5016633569484669,0.44775250130117167,0.1507577318110499,0.80562063460813,-0.06111163181887763,-0.06424507837366406,-1.0083262077479431,-0.2505338238799346,0.056383231802654185,-0.5015403907160594,0.5884625355245313,-0.3634572843202607,-0.6618632777700413,0.2967251400733501,0.4558254717206849,-0.8936077038919057,-0.7427519443238334,0.4731848092407905,0.4895964082204136,0.3921886410510728,-0.14093216684577095,0.6068608474601286,0.1029290802208757,0.25113163136912475,-0.8829258907361295,0.7951859243444495,-0.24244999594458783,0.5247896278833097,-0.4524642112504456,-0.8601354338899834],[-0.7483865177516423,-0.9834186555429716,0.3718169575079019,-0.51634607868103,-0.45734250585346087,-0.16125905896864415,0.9073149691327168,0.780598289512453,0.6103387743753821,-0.1476129494621649,-0.3557515775820251,0.910053304768343,-0.15895341920472836,-0.10203986706459561,-0.6675401726114167,0.3760815093124196,1.0942926975086422,0.5476249706634488,0.608498767113296,-1.0300081642223216,0.39800052305207373,-0.4932980607844025,0.252880981610354,0.9437620122179518,-0.31493851480311436,0.7721250566848126,0.6908995993199417,0.7300433523147047,-0.48746237987316754,0.3460720008040235,0.36677594968679816,-0.37823608296651534],[-0.9196018353225835,-0.46162679764418013,0.34245541561468035,-0.8263050656852957,0.37895672182125406,0.7416172763460888,-0.3748600785516924,0.20256303236102724,-0.3800747202171566,0.7346847383577508,-0.03541632476434085,0.4415161381292217,0.67570287610918,-0.7817043858276438,0.6192908653778824,0.0614690987907338,0.4114591859404941,-0.6791491325714221,-0.8061885458239544,0.032757525956103206,-0.6196042878618043,-0.7022168326223956,-0.9290590597823738,-1.0130316517673508,0.27770672252748196,-0.3381180974579854,0.7974716643208897,-0.6066935231190406,-0.6171628680605626,0.528137831010781,0.5750027008093122,0.36185906752499203],[-0.7086255963448874,0.2676717921700378,-0.8687161794780046,0.7269315650175253,-0.8155662944879293,0.633149138210443,0.26089141698928947,-0.43408456863838313,-0.902619869057747,-0.24356291126024715,-0.7440918301311483,0.16977878500598706,0.013080731878247513,-0.09531059364556521,-0.7750335311191183,0.7833916218859376,2.3856539561632433,-0.01194613537736683,-0.7903368855300555,0.6734309757254197,0.06212633781111185,-0.8227018880894874,-0.24327729965685785,0.4905821308448788,-0.3008204234308516,-0.2900709795135283,-0.31122483883182916,0.4113527879357125,-0.6672697206955106,0.7944518632968046,-0.13814361505017056,0.9494644856608659],[0.8331224978545392,0.8624180142354486,-0.16078266862931898,-0.4668712489925144,0.8010285007448993,-0.9410056279281758,0.6517808018298998,-0.48289232303264634,-0.07085915025741685,-0.09100463209132173,-0.48032650438187297,-0.9376185336443625,0.3889338363051563,0.7802471225482691,0.7159525209035018,0.49898831281458883,0.5272099037846102,-1.008167804775091,0.36757032719300836,-0.5572837656569387,-0.8011825380436027,-0.20305694864167642,-0.0352794532709007,-1.0227228737800007,-0.7081329732183386,0.7179899464375695,0.16243531895958158,-0.8656967531693097,-0.6242658601121974,-0.442506479427425,-0.6172437944133067,-0.12890648399263158],[1.0037972434266083,0.7495986576218173,0.21625214418235625,-0.2730416650384328,-0.18098031907391487,-0.17871669224277478,-0.7308048812283615,-0.5859931345669329,0.5503625437839925,-0.5340908068256502,-0.5781392853062801,0.6490186944980525,0.23832080969402306,0.2863697473573808,0.04086773284120555,0.5939993892510698,-0.2068870666677702,-0.1831623119683352,-0.7826567434163528,0.07931262454651679,0.7331742486868803,-0.09286438542671843,0.025339244696993928,0.013561574236318291,0.4353909101910706,0.8179412570584688,0.2644182190679934,-0.7751195473715226,-0.15380590094358473,0.8485758988198076,-0.34695894557015866,-0.2099030609164215],[1.6685360404328649,-0.9097205770240648,0.8659162970390191,0.9518541108254172,0.39626159549107387,0.9230143248743383,0.8030938784129713,0.3624423793600543,0.1874513949916634,-0.7641171341952607,0.6799216686394435,-0.051037521734354614,0.36249978952068473,0.2397632649217281,-0.0815596406850931,0.8743967659571268,0.2643492082915315,-0.03449165633811823,-0.9696635347859185,-0.9181727672515185,0.6398723175294981,0.1294568253900636,0.14851857198130686,-0.5759802104687305,0.9294464177507081,-0.5068868531780504,-0.6763004793189196,0.6484131403305768,-0.3951216876678886,0.7079429936034106,0.30985263073352165,-0.3446456101705457],[-0.010516845973608524,0.49262733460916414,0.886426621491478,0.4334714796851585,0.697337160236666,-0.6537773058033066,0.5245978087116737,-0.7791274223109551,0.8427933633931385,-0.6149814216005748,0.27750862999784714,0.37766800986801347,-0.4582082575886926,-0.6699224802680254,0.601792402028221,-0.8578165413146234,-0.07417162188884548,-0.020513621257186632,0.15537548971329718,-0.9653616030303693,0.12809424159532867,-0.5288345636041064,0.7548058161113422,-0.5144407615982028,-0.22051753820856212,-0.8817029042152391,-0.994062908913096,0.5415087671316646,-0.6873792597273616,0.048184589345146245,-0.12615025867573643,0.5939842196347055],[-1.0717926655082952,-0.3732931792794641,-0.9445523746497207,-0.6199321887405322,-0.2679984997758272,0.787690763038686,-0.7974745031632055,0.5688614561509727,0.3200413000432144,-0.4973668427676122,0.3941957136591651,-0.17803470305644142,-0.30941826631689956,-0.35214860993162295,0.9399379406255848,-0.1111629670136357,0.09031551827871569,-0.8573648192296588,-0.7604065240542943,0.6689529017786847,-0.9606187377386795,0.775410955654664,-0.6629918399799976,-0.5230318967746795,-0.8925541084453753,-0.3828420198906528,0.04591831566572018,0.441542591486994,-0.49553056154886493,-0.9181865719080832,-0.718413098908087,0.7806645217198173],[0.30253328874236607,0.7408229894960144,0.522367952710169,-0.771343578045769,-0.9278741663682474,-0.49051120247588614,-0.3343422343554575,0.3131002296126853,1.1002346013381876,-0.9572959096585356,0.03242981651925019,-0.012889419000840889,-0.5688444791614832,0.6168152783035252,0.30773103330414403,-0.7494767153496403,0.20864245254632874,0.04110056680452928,0.2981888440020686,-0.1066877750877316,-0.6114709983056643,-1.0110831225182455,0.1704490002516994,-0.38680769264824794,-0.004684627204175862,-0.30837667547894,-0.3408575728474293,0.6991718058915319,0.5241036203560058,0.39386853650617853,-0.16467906704907703,-0.972283870865805],[0.5615746545746998,0.15607529393028713,-0.6931545021196597,0.6370498166825616,-0.5148843767935009,-0.492382122702789,0.6852981509900734,0.1401612265517718,0.7629208556324025,-0.7401992561387547,0.7195114843890645,0.3067896206600369,0.11989219789245296,0.28914574161035655,0.6741229278254683,-0.21855057119170976,-0.8561585728119103,-0.3756670183788014,0.535215525155705,0.8708251910627671,0.29534022485541817,0.6946512162111054,0.2448634168450259,-0.6149969356454477,0.5901357511373069,-0.2045361271149648,-0.44340050715932183,-0.8248026890150922,-0.23569419013798945,-0.00268844095170975,-0.7985261713781109,-0.8582336073136113],[-0.9096209808054386,-0.4748723068646037,-0.0735726120942633,-0.12265444421176086,-0.5134143846444236,-0.7446105479462968,0.575750627407561,-0.7556328329911389,0.2739621759248534,-0.8086411625886194,-0.5591523720108382,0.8694852697664869,0.06329360840798354,-0.8777184200766804,0.7657683142636384,0.6122216272086484,0.6857933489176459,0.28637746924461915,-0.9466466676401775,-0.6915773059998155,0.489274387020386,0.37516591678732997,-0.05213139605925415,0.1733869025257643,0.960947986579681,0.8994199547618316,0.2765836245729915,-0.20413577854784384,-0.6852732975742478,0.8507084339684854,0.5167063161573272,-0.5631253928832081],[-0.3249413205398145,-0.3979950844864645,0.8736161933642758,-0.5984182597332514,-0.29905044249322377,-0.11904246202538496,-0.2422409248579928,-0.49332829943938583,-0.6139156768068841,0.5509503510543766,0.0881081769867849,-0.40469150581049884,-0.5898013252066803,-0.47451106703532275,0.04932317341210186,0.09601367841832992,0.34250408110836444,0.005488465997183227,-0.6920830417676842,0.7666497861320193,-0.8223234583065184,-0.22792871291987446,-0.5255316412447403,0.9327281533792584,-0.3686984368888686,0.9410153390908539,-1.1184448810716685,-0.20443119028978393,-0.9617475106895388,0.8915222425016873,0.9019039991486257,0.5757918379244488],[-0.9064596755458539,-0.4399447791297667,0.8351790237808181,-0.3356732515192823,-0.37711962257435827,-0.631560887597001,-0.6634591124065196,0.27553243824240947,0.5720270552908303,0.5211315510074027,-0.6433735341075039,-0.3097146107649509,0.2167832853849852,-0.5308291560645126,0.20791448610191146,-0.8159340879679977,0.14672238310857966,-0.8469777254118553,0.09750825249256052,-0.2752442554844574,-0.3914813129376851,-0.2162609711065933,0.5238453109420333,0.7938946441977814,-0.19339090581065335,0.41688333029252694,0.21103671230278861,-0.6161325666374022,-0.5908073393700488,0.4373079763492559,-1.0348783719081256,0.6243333743784826],[-0.19002190103101455,0.7013637507357415,-0.3444862040461547,0.7711513009961155,-0.2971991335272036,-0.8278663482510835,0.44144158550133106,-0.6235792925520671,0.2501243950209926,-0.8696248474310043,1.1789042345539102,-0.5140454814974859,-0.5761492134371893,-0.25000176302873744,0.21918382821627277,-0.2739005531452881,-0.41627263019048155,0.018437322871187205,-0.977192678819238,0.10787908803781178,-0.2509376743909602,-0.17331696746328884,0.43639081287304665,-0.3322005729900419,0.9299731845425127,0.35307653606038236,0.6567528855358764,0.39229915714806957,-0.7112424058151955,0.5269035172121428,-0.22662114500594321,-0.9140016047042099],[-0.2754528151665996,-0.5415349985107036,-1.0191676216686982,0.8028987379162698,0.5181983264353275,-0.8847275675573367,-0.23231904579391985,-0.44467991400537854,0.06913322942143814,0.8423529868018561,2.0467396286368156,0.17203406897407814,0.40765875691094766,0.45643151974346696,-0.1150253555730039,-0.9831636339996837,0.10066229804727835,-0.7443258523791906,0.5207898907036593,-1.0119457982354967,-0.3186120433949323,0.872562003533691,0.8279741365734146,0.5454308883198146,-1.024613090536794,0.8241684078811305,-0.8300331680560913,-0.7930333107282022,-0.7910394615281054,0.20370014149091897,-0.08599631540141292,0.1752804296488697],[-0.29684991346047407,-0.4054697934342823,-0.534527131171332,0.26536631785489345,-0.6365230586334075,0.9548868788863344,-0.9083689696272248,-0.9136001812512142,0.1752031427563937,-0.2770845678202246,1.093002654206299,0.8872814940555928,-0.4871930732879893,0.19521371220295625,0.5679086904332095,-0.1400642377188113,0.2808380855958149,0.03901087987790147,-1.0078751115475655,0.731385262602525,0.6519642447709363,0.4474368179165532,0.7985785104353829,-0.31712442286974313,0.25302307311582956,0.2927659606806523,0.575312258499133,0.20448367695242609,-0.6407955775214377,-0.7282954683870222,-0.670569036653478,0.7637699639239963],[0.6434302343576673,-0.48493383334466583,0.2473139614331634,-0.7888912764499791,-0.7398415166319773,0.8484728396472704,-0.263419967520596,0.033915615267487424,0.8716302477908496,-0.0707218602745453,-0.40411751924642386,0.24977453590507723,-1.0080779381931475,-0.2786645158561689,0.3965865447983931,-1.012567336032445,-0.9703045993602525,0.34980939495424995,0.33566305628661053,-0.17270041852395,-1.0100850131977632,-0.6856979707279534,0.2998154766744131,-0.5624414361809967,-0.49253467216281166,-0.8952210868562657,0.18459890844754911,-0.5526916498251568,-0.8020937389727729,0.16474025294563496,-0.5379718176158025,1.9239276215011778],[-0.927317550181444,1.6691235797356239,-0.7883267840869079,-0.13333176639196445,0.33547779779039966,0.21557372996356422,-0.6070709674583004,-0.9402401145403323,-0.24599750413642363,0.018791947021777177,0.1314918812887395,0.5633026878930045,-0.7594427155074152,-0.7866585036496113,0.06749369735629722,-0.44725742906955496,-0.5487595911890599,-0.7215953419060994,0.44382193664588365,-0.8842910931633452,-0.6209473784626072,0.1220957328497406,-0.16617288543750636,-0.6472964350611986,0.006322602240421839,-0.6717166860387611,0.6816919516050906,0.005605355920737293,-0.07911075579796062,-0.2835535831480082,0.5854097802533739,0.7960665177653309],[-0.5419009243567954,0.6930924304428305,-0.798590369130941,-0.12038221664172259,1.6736419605947632,-0.5996765000424951,-0.32984424207802093,0.31421269184101314,0.02072687119950783,-0.32159374291283294,-0.0986455752852708,-0.790711746263109,-0.1758568217407186,0.1371560129124103,-0.710014333175624,0.6243238372730748,-0.724688701107154,-0.6332630448890849,-0.9952348807232574,-0.5273404549092923,-0.87662889548362,0.6099496965627387,0.7583091361610387,-0.32066381297735447,0.4983706839312157,0.37607274884333874,-0.9926837476114957,0.3784705676766722,0.4261500366025022,0.5771174251870634,-0.7064777550822594,-0.8968485799571704],[0.7346437642698463,0.11435068691421878,0.7821681524836738,-0.29747544567748563,1.9749478688636992,0.5037104424137643,0.3126844851559137,-0.37281439595349614,-0.8908982076893384,-0.3669967503911618,0.6414300407093192,-0.7662064980144176,0.6899535090031785,-0.30347986408878885,0.6692504477004503,-0.23873773325928668,-0.9988020061141015,-0.5850552257583919,-0.4027838521230053,0.30021959151677796,-0.06124074241103716,-0.9945013246669995,-0.19708474947060822,0.45450102044641444,-0.6531793202253185,-0.8673410142682759,0.3456760613283788,0.6181375251614608,0.9344784932361166,0.7091410568793614,0.16612488212752652,0.1904915241283843],[0.755366189426976,-0.21424291922505762,0.19653991003054086,0.777784789072725,1.4744524979572515,-0.15675898230335378,-0.977964751065836,0.11982768789971973,0.7498554732280969,0.5880398908886822,0.35178386732648786,0.7083600409711207,0.050551919278844774,0.6897386467361463,0.7090874052829315,-0.5842761232247784,0.8589869745107253,-0.5910162919709419,0.6005361364353429,-0.7352352403086948,0.0553950757974212,-0.212232580823413,-0.608122259468999,0.5891077609945626,-0.9604375813606737,0.43803148502519196,0.9161440058750607,-0.182077680330762,-0.7172277434552302,-0.13634316211633568,0.8748526941536595,0.5859426295602794],[0.5528313972804869,0.3429592366315738,0.905637476896248,0.37027004176804384,-0.6078137728640218,-0.9599867479253495,0.4053547197920183,0.701046027600292,-0.413116754906916,1.676645893312164,-0.4180166927079176,-0.6743749175037238,0.3282438940060356,-0.33578690768083935,-1.024286745251023,0.8036330873831853,-0.2608471076630424,0.09606660406402608,0.47095092948410056,0.7634352427873619,-1.0176339907892473,0.38097625538989577,0.7185631782367591,-0.8530292396757737,0.1235727126693788,-0.9713897021889424,0.5562142296195817,0.10555847264909919,-0.7084960138840442,0.29289415672986996,-0.3107425271343221,0.4604432959421403],[-0.3359883200693252,0.6244031206583843,0.5329077930953869,0.9055757983327573,0.17796882286953492,-0.5513395638883818,0.4461632123629346,-0.6115756425341258,0.6496119827598255,1.082488382194715,0.3560927756321549,0.1402300034409777,0.31277491830292437,-0.967021690688803,0.06795291808539734,-0.6787109840796618,-0.8739369769049079,-0.6195433796948531,-0.1221803615754265,-0.7959940753191935,-0.30500737506319864,-0.46003065998278925,-0.8630356175513141,0.10757671212132833,-0.5832889433123006,-0.7322824194314638,-0.9395989223126944,0.7083944332935871,0.7779308642768571,0.7947652014639935,-0.656301710967518,0.6958876840021068],[0.7318861138606858,-0.5738272638285408,0.1477205828189215,1.2140805285298601,-0.1265266753690952,-0.02994489509161974,-0.6983234045941601,0.2754818078823702,-0.8324032893444644,-0.5625482279242365,0.4836406455272308,0.4893040013463213,0.5711527469691473,0.2742842559287626,-0.0954300101586705,0.7517547154283105,-0.942402612653859,-0.045035374016373565,0.6074998810730602,-0.7522917899467225,-0.6659945641042267,0.43463848968091495,0.03148031627116481,0.553472405361508,-0.9800233104285172,-0.5139900520285235,-0.058225417050284806,0.13869576965842997,0.8236724771248346,0.20384895833453825,-0.9967563107527511,-0.6715737031100816],[-0.28283807663252686,0.23233170851664375,0.010021536076636679,2.0219686273298167,0.6533454873558701,0.5129531026634652,-0.2808867012553266,-0.10993676204943426,-0.03093489549537932,-0.012746701963392504,-0.7541726987800415,-0.011864539803672318,-0.583237054404567,0.2633330378864318,-0.7993683489889075,0.5089770999554926,-0.26886561097409967,0.4355231614091796,-0.4116080090891633,-0.08501493945015141,0.22703101112543653,0.371369446862977,-0.7173508020973884,-0.25874026375534254,0.6214433768370365,-1.173243284863654,-0.4072707122930279,0.20809189416577137,-0.10471118254619596,0.21710891879485314,0.3231084840016895,-0.5697231041444697],[0.4945735563023125,0.9241478554883268,-0.16291623547319684,0.25631155969678787,0.30576941377045697,1.7863802988810782,-0.42386104857559015,0.18899227416309017,0.013195131335659211,0.7708830722474164,0.4831163890604604,0.8070487257407829,-0.18141106093529138,-0.5306332424279044,0.5815831937994812,0.41503666476326617,-0.4952056052271397,0.393823895485878,-0.4922974115044642,0.5123320159810687,0.33203621055678834,0.1305158159301916,0.922376308557434,0.4469257770306053,-0.7641123640816019,-0.17991618408470147,-0.4481466548798821,0.4946002692796348,-0.3147547466959528,0.1677293070470279,0.8378311791218406,0.09734711910904571],[0.31237785472334373,-0.2454767261272897,-0.29170632296650406,-0.6207301722563434,-0.997020400029947,0.6122167004367474,-0.3285851083766589,-0.6477989561424856,-0.08452983755052923,-0.5182708273277821,0.1317849944534252,-0.4781214994408795,0.6946713116633688,0.36215758053038877,0.788082765889269,-0.19014278459352688,-0.9987282837114233,-0.1406709662817105,0.2516377739303398,-0.7247787309268098,-0.2569642522219548,-0.8846150849045417,-0.02603847697171104,0.05722095254547363,-1.0041743963264915,-0.7381770724066921,-0.9400822191084512,0.4879785143002037,-0.6622373591594565,0.06087956272217718,-0.049196154699876996,0.7108273938312049],[0.4599181010099551,0.801460495087021,-0.33515607373526046,-0.8336596989901222,0.02243905984456221,0.9823103470278569,-0.07233924018591907,-0.33393244200087163,-0.2642888188144076,-0.3886253163315638,-0.5952632280611044,-0.4929683524599296,0.17800418302868606,0.2699596299556134,0.9125030231389716,0.5459381692330549,0.20243830810491495,0.2853461623896545,-1.2746777025307534,-0.6951288964419579,-0.31099658469989505,-0.5739638044694296,-0.8014794859328201,-0.6285756572933617,0.3618757407083945,-0.1964014801949589,-0.6475355093366464,0.44837292040416127,0.5965072617042253,-0.34333819879129457,-0.2730985089358855,0.27315391045126525],[0.8954645979678092,-0.6490194106973346,-0.9404206054800115,0.20116963600836396,0.8539159400819881,-0.34283280706695607,0.7015211677137942,0.15646120423843832,0.7389972746385127,-0.737022674610623,0.4256351013423882,-0.33126138915464404,0.1000136560835001,0.5642829549363128,-0.36230305319643547,0.3081125933829003,0.8451484674372465,0.3504573237836087,-0.37106049976668304,-0.39290797907321867,0.44709408575266635,-0.12414982533484827,0.2382472646566558,0.6330968001484821,0.8916841999408909,-0.6360474945055065,0.8312261284636209,-0.7633086765031595,-0.2755958353453728,0.2810673403260764,0.8320589357728921,0.774921885483124],[-0.030364729584970145,-0.09832874810307926,0.23571111982090867,-0.578508184665306,-0.43887968642838343,-0.3617185239635134,0.5972821599741232,0.6869771790533223,0.8782495769576147,-0.3204237828818305,0.2738574856583425,0.05131636319765455,-0.03477092922232394,-0.9666723188003241,-0.3656568842825315,0.5673322518112524,-0.12780338852163156,0.6937308012548101,0.6069213743037266,0.47322879588937355,-0.1458063594188653,0.4234335763149175,0.17221489736856727,0.3791020729694368,0.6169017620428426,0.9669201773292561,0.9187041207581823,-0.03755819250748929,-0.444108142061416,0.0037773011543225845,0.11091773613089433,-0.20792987657500753],[-0.5104173941478709,-0.35619790604934515,0.4268394956188166,-0.8082848385490852,-0.3059918748144185,-0.23545125200074268,0.1631689588565096,-0.8497071523916568,0.7171573405208789,-0.7389139527730638,-0.3849947328134372,-0.9645685725360293,0.6335625159434893,0.2057715865606354,-0.5025230446352625,-0.893601339877021,-0.5381177077051561,-0.19284804115659895,0.3789561828219325,0.7287516413149692,-0.3870491034936146,0.7066819595956141,-0.5814813053425187,-0.9067689495909934,-0.6442351729549255,0.5357772319876624,0.3182464168618862,0.4522044568541956,0.6657227953701518,0.2607993449852141,0.6326500050431152,0.21848543456565034],[-0.0359624283014043,-0.9852137259701402,0.05140065581468307,0.5077259537577823,-0.38720995591125595,0.07579475847314879,1.591958321812332,0.6985398288873679,-0.333374189868802,-0.15383035304059225,-0.04741452640471601,0.3069018856807371,-0.7866870090499481,-0.023872210200938285,-0.8836005788219877,0.5166929610374871,0.7900530479561152,-0.06861812925635827,0.12136888585571552,0.7920576427702449,0.2715389765278286,-0.49474621693452875,-0.17419393964779586,0.14836320813165613,-0.14636794974477355,0.4410932540929667,-0.18097294357909835,0.8975737750154137,0.6108725121390458,0.7423445633737037,-0.05706473950955058,0.7181468532224516],[0.41156521237882066,-0.2755862992506963,-0.18765452649298964,-0.6756795975845407,-0.5358108230808529,0.77886814408794,0.6810970132374896,-0.6725337713507604,0.6964289463694863,-0.21126553041400548,-0.04276575985573291,0.43754800895107776,0.8306327936815096,0.08062943114229557,-0.999635506404357,-0.3299713055199352,0.3484044067498317,2.110230827520422,-0.6505655574523422,0.6680781671920859,-0.7799621281706792,0.1252325342959326,-0.7520245041247822,-0.20693076730552973,-0.6107033580687905,-0.4064531294107409,-0.6264628979711029,-0.4288436944697122,-0.45096425109871957,0.24123528199106958,0.40252387335699613,-0.008594449660996404],[-0.9463271971121013,-0.16340268098020105,0.5285340135490925,-0.7679387847002302,0.1256501503903547,-0.8230696174641656,-1.0326131365525655,0.4033830660302598,-0.3347060785446772,-0.004638016002141561,0.37591259078765304,-0.9367245187821978,-0.2038313196980968,0.6990548305717234,0.3625103673740504,-0.4583591179714784,-0.24025394144017756,2.1074698087125667,-1.0915194143893854,0.5085939330906437,0.17031268840968622,0.1567679020257729,0.2044237856839843,-0.41682354340301064,0.109220603910146,0.24374586655880662,-0.9520711072678582,0.7416260389264802,0.055768446189928766,0.763592719685215,0.6593738052976039,-0.6937224769810081],[-0.9650690094145234,-0.08935690688362673,-0.29174193084390015,0.010907947652793572,0.44021331292826543,0.49405394638682903,0.15826265612392768,0.13439627260765824,-0.8002586257725528,-0.45949138211382207,-0.2879087502027756,0.14363069223261313,-0.2584844927201103,-0.6942864954261716,-0.9309159110853754,0.09877274650993327,-0.87356665699656,0.2835817568364022,-0.5666657744037519,0.6124964675386481,0.8374939355725599,0.7293213570536371,0.28707386060760187,0.9577183532494347,0.6676334675573036,-0.44439336680617014,0.6671707206912268,0.5135406823867468,-0.17396449123795804,-1.0448467693377943,0.014927652098194636,0.46548423377431003],[0.309019431282919,0.28280683333368223,0.07503163134570333,0.642236162567373,-0.8232649950882576,0.5500042616623754,0.1365537649266041,-0.11748641901425634,-0.9526153531501168,-0.34710664634132465,0.4871383484757994,-0.8283494583765725,-0.7522657769010606,0.7529544353874275,0.16694880393385247,-0.024951530893994725,0.06732481033258335,-0.13157997831276882,-0.2306903590598145,1.1756284305644982,-0.43941573241212406,-0.6058368014707248,0.48182351257977934,0.4795010793344459,-0.21802468176387327,-0.9506453527716845,0.05048095351867569,-0.29019059185446544,0.8528222915137779,0.645091538408174,-0.27392145269567403,-0.897711733023943],[-0.8304561218941271,0.4728009580567543,-0.7531397302141771,0.38109812511050994,0.5391633426761157,0.13148195760038722,-0.49061518931182163,-0.05128433712499104,0.31864162856725575,-0.44701729940017154,-0.58867467379911,-0.3282640033220894,0.7200081584616272,-0.24778478751872937,0.3548368189298976,0.4542209001836828,0.571916533756312,0.5041656254260337,-0.49172460716843847,-0.5368002143189469,0.20521740361189933,-0.1923435146841659,0.07128953368442563,-0.7346339108463046,0.5504799618821978,0.5357784721006593,0.2966552092256997,-0.5424838140882474,0.5087893255353098,-0.10959945375314949,0.4830836072374227,0.1322965037631689],[0.049428111148992676,-0.8136069922650885,-0.5901696866534072,-0.5887669882223123,0.08178670112908192,-0.8181334548626789,-0.7968939751717536,-0.5588555694173541,-0.7127300335219486,-0.06545578403845317,-0.45496118427456556,-0.29309945378151514,0.39512819464753557,0.0852451298740123,-0.01826395636480466,-0.8175210600364875,-0.7427837942222649,0.01490214017943336,0.3358559877356014,0.6369944013829247,0.1274673527685736,-0.49843772902236483,0.3887730188513892,-0.4567301308972601,0.14566942825188273,0.919218607768685,-0.8978686275106175,-0.19610083461298566,-0.3387081116546461,0.2701113561851451,-0.7583138755434106,-0.5886040035512049],[-0.2916435966484852,-0.3234439545960176,-0.5590462460230256,-0.12396867057760921,0.04613083447466474,-0.7948191564726999,-0.9449347759350454,0.32099801449670967,-0.9268111723392297,0.21248397957827714,-0.7962867847728828,0.6813024158085521,0.6690931835047675,-0.7717198188319114,0.6961243780360526,0.1312117497796806,0.11667056796852854,0.17986452067147202,0.9254606054859906,-0.4920051941625421,0.2263167983177511,0.5704756758702331,-0.6960879885844621,-0.5056285928996701,-0.7102220087883189,0.15687064728616082,0.9466619807493188,-0.3831632963344643,0.8359984538488667,-0.1524056733280356,-0.4143936952993418,-0.7079546108740624],[-0.13647707892579602,0.7335340371581819,-0.14837381999875954,0.03315249158207933,-0.3300541353408827,-0.26001351183721166,-0.18648861711821865,-0.8146376284762173,0.6954931533248665,0.8046690491664126,0.2788240216700575,-0.5987469122319344,0.1015968639155352,0.35621713711394715,0.7107655774948606,0.5986113310144382,0.6390873240800293,-0.3623133522283572,-0.7627612341386625,-0.830544846594464,0.46649197293133693,0.03989769488061805,-0.23485560828532953,-1.0000108278175162,0.17728621520439097,-0.35977681117991167,0.6529036002912452,0.2819961306613867,-0.768896602120855,-0.8777474816529994,-0.3929720488661596,0.7122633913626287],[-0.2127519971673887,0.8184571964167082,0.11497215678608672,0.6155451456394373,0.9437106933024825,-0.3115946070746983,-0.7870692794615981,0.4063788568048244,-0.6961109280766367,0.46563830775428766,0.7604861381298953,-0.7866478399200735,-0.37405343110144657,0.7089897730232751,0.6059800924094714,0.707450828720779,-0.21881895807171928,0.0314055379512933,-0.5421488372448631,-0.15116940769992174,-0.8685557759172133,-0.830757526739192,-0.9989999735690133,-0.011149158771186083,-0.6079561219924426,0.35289393132327257,0.9005746765325631,0.30388741526346413,-0.19553764397910592,-0.30554534681717677,-0.3847889059037929,-0.2807738571900717],[-0.7082027443962996,-0.008546807798877561,0.7217382299603622,0.6095900840180337,-0.723620462947871,0.7574492376346521,0.4647387371492204,0.7423766483698598,0.33738400548872644,0.8280570635371431,0.8132550702567615,0.7317363232658591,-0.3592125905111248,0.6393855991541912,0.6537326395539069,0.5688523070326114,0.33278701210508105,-0.0517907832352514,-0.028817288236815144,-0.676320805088555,-0.19753978962343932,0.2362273238771185,0.3124477678895832,-0.5471770948387775,0.7278465662115837,-0.2684625484527291,-0.2397308738078236,0.22829270529558435,0.9572677762766237,0.2071512405628051,0.5997374941875919,0.1892521752473146],[-0.06020815590209688,0.9379522190083989,1.4280395233500236,-0.11165688659215983,-0.41208420783216415,0.4621844333205685,-0.4275210438861277,0.36471157255534076,0.06574739837693012,-0.3815434855333152,-0.24461641068949774,0.8399934878070597,0.05933786297897042,-0.9988808984200548,0.5655976798551277,0.7664908752803762,0.3374892848356259,0.7086538394707957,0.12631048231609526,0.05183561688921613,-0.5453419310136651,-0.44906905561924393,0.10328431010056695,0.3106094779515212,0.6492010262084578,0.20517072649544835,0.7158253741483793,-0.35094549758856247,-0.6007042116333907,-0.199550144451436,-0.33635119590895873,0.07012133156901298],[-0.5605091829722061,0.18304586339438084,-0.09288537664986533,-0.7647474799342463,-0.9946758362931126,-0.35675534248452,-0.10936853505546103,-0.6638947628801151,-0.01763450974339499,0.7728277608275819,0.5499106980799074,-0.7850925674283503,-0.09206028942594216,0.08031744194902563,0.6717877417651752,-1.100237581906877,0.23142176088208627,0.9285374822752305,-0.759380130452282,-0.5275928952904241,0.0888086666249278,1.5442537330606865,-0.7047177309966244,-0.1718854181320196,0.11689327693978373,-0.3414729607187273,-1.0342433437010965,-0.4887295414525954,0.5389303823563322,0.6574489878960528,-0.7913082438813854,-0.26596479844568294],[-0.30053905501475786,0.9290866277355845,-0.8101323618806094,-0.8617965581980255,-0.7755271550799429,0.14435723571824563,0.6447774737285783,-0.5155587219984615,0.3437275333349876,-0.7141773236273751,0.8536736671215734,0.915912491871439,0.21305221135737315,0.4980367580307345,0.1255588867911769,0.2842376641405881,0.5420948340786538,-0.2217171550757326,-0.10276669707955473,0.6442968705660822,-0.3436300622049886,1.9394977182619795,-0.41475882669256475,-0.22470996703262194,0.8275656584749046,-0.9478024460467546,-0.9164847741114924,0.14465167172224225,0.8993551212600674,0.6431061053220024,0.6408349957528477,-0.2602425990840491],[-0.7750399894996632,-0.6679141572973624,-0.9996214665439838,-0.40631418860471435,-0.09927259698409512,0.043563214419892804,0.1472869704682471,-0.9737571804451683,-0.18228638222063115,-0.22079484857972717,-0.9073905966905428,0.020825104875649363,0.8420724925753926,0.39034035814549206,0.7647501872478663,0.4341812856807644,-0.9865757369786556,-0.5237902490005754,-0.5777081010643278,0.17464207686982297,-0.4321455374699002,-0.8662233473250699,1.9357687653349083,-0.7841444594239291,-0.24557251229296403,-0.4797372573097384,-0.547363578121596,-0.019911344059116775,0.8911845198407649,-0.6226381676439531,-0.20679253218511445,-0.4774307398834048],[-0.970272429586833,-0.037556959679467775,0.1969966448459102,-0.5569470891796517,-0.4269628812194794,0.03364405326472407,0.13400982096023983,-0.7905584229470362,0.07208806759312346,0.6021408131607724,-0.705682977394101,0.3339125380293931,-0.9317026222544352,-0.3359648103685598,-0.12374777640210137,0.44973873825578375,0.7188364985326274,-0.21263087479595144,-0.12777672221032627,0.17642812414326114,0.28001768768312074,0.23504553834788952,-0.3815018157426835,1.769446816286153,-0.7932842116318026,-0.4965879389068325,-0.042850080166656895,0.8589396514594342,-0.5946821679700488,-0.5768818204470172,0.5465290903834648,0.7482147307711625],[0.5072527053597264,0.3098226303387429,-0.5598889420613489,0.836900237766979,0.20020149404487636,0.503546816968712,-0.17236772281892188,-0.9173387096196768,-0.23616597381025342,0.7099266633417052,0.49808106576025346,0.17531263748676112,-0.7517706598065763,-0.5033697408928042,-0.7835187859858854,-0.44867448847307567,0.7987059928672317,0.5906887607568436,-0.6420014097789207,-0.6204975122912149,0.8675570437863467,-0.9986414566367927,-0.6335029616660411,1.1360586311877228,-0.4395598708599575,0.648913486529164,-0.9517276157386787,-0.8400070127457334,0.7203009516587855,0.05570268902049175,0.28553407918974977,-0.2894244313232967],[-0.5512146324756196,-0.03714610401888586,0.07920743258675186,-0.14033244596034222,-0.17311188636281583,0.4342601349606591,-0.317865193097992,-0.2985227748170229,-0.29345440977309817,-0.4680574629364166,0.6705429463292651,-0.32281525149803686,0.3978084732748009,-0.12946168453785056,0.45242031969651764,0.5250154419735191,0.4768062232982355,-0.40367933010899726,0.3008945615866844,0.27459540521455966,-0.0622245246787053,0.21137671771086386,-0.8933979685797587,0.8711740569259925,1.6106329612424886,-0.7293712938372561,-0.4938949157259068,-0.6198344669644491,0.21538956809318469,0.7580564190709118,-0.4872921498533838,-0.8621947380784625],[-0.681364451811421,-0.6199232019906965,0.40450182164130294,0.20441751827848484,0.6544425213232925,-0.7071740798251824,-0.6421220664491823,0.768420825392863,0.27449150644505205,0.05089294379154943,0.3655532286438586,0.5823996393711817,-0.2846961613903302,0.3430149347228369,-0.3168718151359052,0.12698776928417577,0.7999107661334985,0.7971052697855185,-0.18356154024479676,0.7266031501402614,0.25784415402419936,-0.2680803704919783,0.9151090205715477,0.8981844105555731,1.5003846014350377,-0.31264565797972266,0.3487746212327391,0.5989115157106205,0.028459132700048427,-0.6747504819330769,-0.08195074456098574,-0.36293896922870766],[0.583390102553655,-0.5198912051652095,-0.3648238825960861,0.6704463207218292,0.34221874010719755,-0.19362162469831393,0.031479814213833314,-1.0311348983261703,0.3048113906702765,-0.37153327533055625,-0.9815740842283773,0.019732009095392224,-0.7134524598117208,-0.9193268987716507,-0.22181739947951515,0.5079944292070444,-0.8040870896972492,-0.8275156110814642,0.7034903594616755,-0.0843786974897003,0.38702057002870155,0.27750801393127766,-0.3050699066397263,0.4085483599190906,-0.13028474239735202,0.9212270746282684,0.47455095787812024,-0.5697667507567148,0.620039200393111,-1.0059659050648682,0.7456455097808778,0.11409568632095046],[-0.48270809822025035,-0.7794648039883585,-0.6996541147960595,0.748583158371388,-0.14443286561125626,-0.6741926659337395,-0.0856034682662364,-0.17687620265870987,-0.8826760017123292,-0.3737752662351517,-0.4008832679061887,0.6890472282161872,0.8023371173426662,-0.5673698974242243,0.45049995333770937,-0.9438648327644443,-0.840683491946604,-0.14883826144417928,-0.04621392495480077,0.2229272804984863,0.3772168242739267,-0.6948620994080887,0.5207306437957911,0.18122578713824605,0.044997945609132645,0.40803951114736736,0.2763350191802639,-0.8368242866941819,0.46733692882997924,-0.6839303359619768,-0.9398883915632794,0.727833435741402],[-0.18676473957378506,-0.11261224264996496,-0.75694729886484,0.45966628997819026,-0.3408985045622954,0.05367944075418883,-1.035951507691063,-0.007617193148203774,0.8485526827884853,-0.456459870162344,-0.3592038903661401,-0.15814137703354555,-0.5799242266513065,-0.07521801485469891,-0.7524997660079652,-0.017278661472082447,0.7934719803772619,0.02189525548224747,0.4489557897640308,0.36248734317784104,0.3525976302849673,0.45484447854848037,0.7415905678909113,-0.24645287245215694,0.801914944721378,0.46074174374824745,0.8060399387209499,0.005686717484627652,0.6979332426928303,-0.1381734477351271,0.86503633007403,0.1760777201259935],[-0.627641861541897,-0.720678193323388,0.850903589016701,-0.4725409743912509,0.08724611662094038,0.8355537040155525,-0.19688976155179852,-0.12671854409412694,0.32695682818317656,-0.39926105174954807,0.021174350435388876,-0.099207634874415,0.4354807306387217,-1.0044393911360048,-0.15408311066919303,-0.9258073666210036,-0.835998551223268,-0.22298282193249097,-0.32881397802749923,0.822878276002489,-0.5186788586273205,-0.5156611515399891,0.061793660701127795,-0.19888302489593104,-0.38902804785992623,-0.44795277832125674,0.2027867025007614,-0.009825103078261442,0.06573358807610025,-0.1838706841673371,-0.11294887405500766,0.1108633383940688],[-0.48068555324609097,0.0034143884968591983,-0.9101266202015164,-0.3654413667216801,-0.2581786745943799,0.7076859454420323,0.039878431574616034,0.24869160217295783,-0.12509495716198438,-0.743923394581193,-0.3080154724279712,-0.24591295793132117,-0.24478318938621074,0.0036893544623788476,0.43590680617347305,0.8479757577501442,0.28842920138570893,-0.18210548138013594,0.45442715335162226,0.7644041254780709,-0.1811089970350531,-1.0461224419420476,-0.4432471510539955,0.9542570798448188,-0.7605080751002102,0.9187409142215962,-0.688439121576663,-0.6044510130792011,0.004186651341365633,-0.08576997778147759,-0.4055555858990559,0.11049923121845072],[-0.22328808203671596,-0.9449093449295676,-0.734757750273067,-0.7018710542987058,-0.6270988005571557,0.7906963152939918,-0.7781985366819615,-0.9080686138077149,-1.0043926165370298,-0.35098014236530045,0.21133197796258232,-0.15573673793355963,-0.3632130384109994,0.7863507701677879,0.8267582123364801,0.10453721087479151,0.15563545012378913,-1.0756508212767601,0.7517788897188648,-0.21367171227823806,-0.44624537631314204,-0.7089122492300524,0.845251039252352,-0.577478087434773,0.67456059170942,0.8479383811243205,-0.7471246924660555,0.29211735517390175,-0.8899004534625183,0.7410986576200359,0.6538378199608099,0.31705066496002166],[-0.2792539931819351,-0.735596366475315,-0.912864362876408,0.5203936809658587,-0.4936371576257517,-0.8156696401700985,-0.5485461137781551,-0.24294251956049615,0.731713746027658,0.19327586718618392,-0.6473100819551312,0.5549412792286299,0.09393601719698742,-0.2394744488581762,0.2060092151188621,0.5649791589635235,0.6915026668112711,0.771421664763638,-0.41367354213763613,0.15033962075103116,0.3037416876418144,-0.757873428533312,-0.9863955175909216,0.8772223113200595,-0.3584714036880195,-0.15025221685481666,0.34895311899590303,-0.5502695506274854,0.39624545068020806,0.669160477523451,0.2953696991809758,-0.4782186472022286],[-0.7770758214989353,0.9614075197028268,0.46428270695544305,-0.5879105215390995,0.4765641810808934,0.12901537223553844,-0.40809505170797167,-0.7828892383228334,0.41567123359886676,0.6185073330908821,-1.0340570022055635,-0.7871911476234458,-0.37109534484629325,0.03873471555198612,-0.04622211385512728,0.7397490118207063,0.3354914884225694,-0.6373226712066604,-0.13780987527080965,0.738529683543428,-0.16698300478572004,-1.0038507247460606,-0.19340351165200131,-0.31244111255044477,-0.025384777399299587,0.24834491013282273,0.6590528988297295,0.24364354692093568,0.8829928642743917,0.30207882258155266,0.5524890820765411,0.7465746594555008],[-0.15764751568370497,-0.3020218180293266,-0.16921461887910721,0.5038195326196832,-0.5864350643770913,-0.8162704301570509,-0.08364161892650461,0.6977931077372465,0.7895478805397599,0.026293552829342023,0.08749309921260115,-0.39262938011454324,0.053957267647383136,-0.2241273227952289,0.9581029438023854,-0.39668096923684687,0.27682559764615994,0.6621249705415718,-0.4911173005795297,0.0237328559141341,-0.29953411033689853,-0.7628567725464535,-0.1198617890538591,-0.7559446096508049,-0.29638666635699673,-0.013474554941528232,-0.9757823599635481,0.9493323707611285,0.17265255341654115,-0.09430887141792237,0.8128934816479767,0.6854362700893268],[0.20461907626742618,-0.40334225403102164,0.7399558708308674,0.7414497869275948,0.600826882499044,0.630248443361002,-0.1921433146878285,-0.005313915543864933,-0.02214128090548713,-0.320879619285553,-0.8970453110278098,0.2559849942677017,-0.8544666137255131,1.620961566087758,0.770874256526323,-0.39165872616593883,-0.8090405295329661,0.016362795304922254,0.029927896976143262,-0.5356760907331938,-0.9832854273419785,-0.08464055299118672,0.3665222055127429,0.2891443103499838,-0.7195314940342027,-0.9437578822407668,-1.0073951801844203,0.5153768108163911,-0.6079065638797527,-0.5411010195542874,0.1380883040692992,0.8419441818952572],[-0.03436585735548456,0.18965845426789038,-0.520271899249749,0.2912208122143743,0.04010508522416142,-0.043514370048159015,-0.7739889664982178,-0.15150523474254327,0.16531776253307498,-0.08660513422431264,0.1446271657745444,0.2210304235317026,0.8150122774360573,1.5444569006578737,0.9699208498247214,0.46982585584763764,-0.16756001816203453,0.8099908037866991,0.17203208009056906,0.16281836461955204,-0.2048939352028565,-0.9454585635946727,0.6059531918482222,0.723742138578121,0.787898256261972,-0.3645175049685894,0.8036440923796093,-0.23184020345627543,-0.9678262781376523,-0.9206483458674196,-0.845456234522893,0.239912170487727]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.04821675507809005,-0.02078242002327046,-0.02137120518590708,-0.021820869937314656,-0.022207353121007228,-0.02252533327439538,-0.022791703625378044,-0.023018708959488588,-0.023215022922479157,-0.023386956627005177,-0.023539198609967525,-0.023675292571866617,-0.023797960617105433,-0.02390932644000509,-0.02401107133382844,-0.024104544577524065,-0.024190842595159866,-0.024270866531247746,-0.02434536472823642,-0.024414964502837082],"Time":2.03,"Locale":"tr"} +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.6859748996499494,0.6986144409304796,0.2801707788972598,0.311282006647629,0.5428145672254334,0.5296116790289334,0.3957441858470608,0.6560189792407228,0.4869232472189715,0.34280670656739864,0.5435943778816683,0.28660759798274965,0.6648936597610026,0.35228428839035625,0.5444967653269381,0.5983442155875391,0.6372971625270677,0.7244398851558669,0.6163238585966733,0.5014112150217429,0.5900174837739599,0.31987652375902376,0.651749682194091,0.3280803671667627,0.30017336972491215,0.7180880019462029,0.38806202187656275,0.4254241184342241,0.40606506480750787,0.43181941484890035,0.40565970650871824,0.702056067478736,0.5737924394655154,0.38145028267067704,0.30490829938712766,0.45084470620194356,0.724235082739999,0.7149670324511165,0.6717040498973789,0.2975395608885445,0.3266559300972793,0.5707232957979623,0.5567801561386242,0.6740478489909748,0.32553972686410054,0.639145088598234,0.7025321027189617,0.3786398367520841,0.3136488523117504,0.426680722552658],[0.047990301698709735,0.4520157481890812,0.6939751897400197,0.24837040697460364,0.4918164628059906,0.48132328251219353,0.4788264436087267,0.7411547159276114,0.6656950197364343,0.1231137117975461,0.3500775103990482,0.27935336754680645,0.38492768587487325,0.30219233673427404,0.5072803665327715,0.18574985763322055,0.251590021375614,0.0810720070259743,0.024930048738052,0.3350559226930746,0.3758014894580082,0.003723959610022519,0.011322750802056473,0.3010695879113268,0.7553913673985473,0.7224246885381018,0.6735210308525538,0.5415587283657968,0.25185295838344957,0.20942122082041198,0.5263215692247363,0.4032133043116734,0.7181058318185884,0.3422337484326416,0.4107264115508954,0.4188237047318378,0.5457809313139907,0.5279616351441935,0.6749074095501263,0.5389331734852253,0.008582591139114125,0.15082540130483219,0.6268523448709994,0.7193440173515304,0.820754406459685,0.4541775163508044,0.6001681716857463,0.23378866483387897,0.6457288721423273,0.5977707033715748],[0.7453620549827336,0.6446036317069884,0.6904751461432401,0.5716653066449375,0.33936570307247377,0.6313531222534693,0.48738004991127093,0.36503047642352526,0.7193045205460268,0.7765975163797405,0.02173288780923143,0.5557550688072987,0.9053432497867776,0.6327872314746374,0.015134584983775064,0.139179071061757,0.8836900006943172,0.07096339046993608,0.0017817173439592191,0.000019368943133756963,0.00013986148168808774,0.9290049536138256,0.0047240546763827615,0.3343039678297637,0.0068487400043152295,0.4428656597477794,0.7685619291607402,0.5914404224974211,0.010079082588871809,0.13439710228545024,0.8397148710821449,0.5532296229950776,0.8765578117987819,0.3368036059899948,0.28833411847661217,0.40900813660799473,0.9241236105632165,0.773476558577302,0.5583398576208246,0.573043969610643,0.4195438582095792,0.14298785611620923,0.5977015832038639,0.8256535690788954,0.23662599262361664,0.007993225356516117,0.8420021282278751,0.8616802152500483,0.785455959883579,0.9178723586424757],[0.19533087186982678,0.18601389609455501,0.8367934897896637,0.5176204152937864,0.4681992807422443,0.34349587394933057,0.3710702711060616,0.6365124133429648,0.4709266588966953,0.06807648568911681,0.8338122144297877,0.6528348866793569,0.7535295413089188,0.39599845251035876,0.09700823305369188,0.11717296508631846,0.558352837449882,0.42067585913701816,0.5308040065370131,0.0681963151039212,0.09071683689274877,0.02332763365158421,0.14064850215521327,0.06457937495992039,0.8247694724512971,0.6405646457852014,0.5249151073141736,0.6499829399382799,0.042724511655109744,0.12740715704897587,0.8639601790748327,0.63555791344024,0.8017241903256443,0.44621696965341007,0.5722471979488113,0.31574332183808224,0.6521351328328456,0.6310587709564761,0.8653887584647514,0.6449607231497084,0.0010078601016371145,0.8968444699105024,0.7411722296254188,0.6504976168641422,0.659716974010014,0.01520288326766616,0.7954601284478291,0.2732666525997653,0.26105742315239494,0.17764812865633672],[0.06313448023603041,0.7108293138244544,0.11424915068082776,0.4889845688138358,0.1459789611850025,0.6522103111250156,0.5150473778733837,0.57186975036839,0.18346180705177798,0.3490623491984935,0.06906865451881558,0.08210071801122003,0.2448624228919649,0.5001476833634139,0.047412465452592534,0.28509067294006607,0.6971415658397602,0.5551980446506076,0.5893581329462749,0.3134061616180297,0.5008046245895087,0.13926127200463168,0.4478633115539728,0.6189090167586251,0.793125642601474,0.4317315781448918,0.5021091616745038,0.7038976811374923,0.09632408141924804,0.29514348378461186,0.308609465214368,0.8142461662626084,0.15729399339482258,0.6084546536862357,0.5010570047913092,0.6879871979691997,0.5531716284504703,0.6879297002249998,0.021520249036418023,0.27766216936957483,0.6994787974755993,0.2630006144736932,0.2835433244771822,0.6301002076632679,0.6306468503469248,0.5411125691948432,0.34718448341636265,0.48784882239322147,0.6002000058296275,0.059284690900685715],[0.04129316511079864,0.5308448460488557,0.5357048230666206,0.7122855140832985,0.018422249011276922,0.03432587600347664,0.497873628771541,0.62574525585755,0.5999362410583355,0.22314827949507843,0.15011485454354281,0.7404219673862252,0.0184414720786135,0.7119677539170162,0.22299134118585348,0.3069365845910581,0.5889545499861938,0.6886485454515339,0.5408508528113036,0.5153666589765724,0.17572357694464394,0.1666096238429116,0.5241888333615806,0.5926218151754311,0.6830005575442564,0.6363548446002573,0.7083672744294464,0.7524386958035543,0.1922285730298916,0.38484253638785243,0.42346173741466503,0.6573708415507163,0.009592918201048784,0.6584669326217912,0.6878410033744267,0.16526576449119876,0.6036797665754164,0.5681089220160952,0.5562771469173803,0.3981640963497889,0.4304531564033878,0.514198061053025,0.6116848172640122,0.7073420714395018,0.3557980100918813,0.6985931224799324,0.025888256895016986,0.6228446736661768,0.20677210687502887,0.0381244616561671],[0.017216615243842753,0.4220211239919204,0.5970124834598065,0.04263067173235101,0.8424425589091626,0.03218206901026674,0.5940126314740777,0.799400916258844,0.2013352454528424,0.4139619714818209,0.11596179492100564,0.5557168239524503,0.00999467406345714,0.7658695105257759,0.7891212456613722,0.05981414117677152,0.4377307473222926,0.4192397275029828,0.2812266976501215,0.1703538464647758,0.8317849287550435,0.735298450745036,0.6918528330432502,0.5861659998349794,0.4274646789432865,0.6986772109295368,0.30589674640869197,0.6934161879343472,0.05162782420016781,0.8285490466987988,0.6536252795595199,0.848722885425848,0.6968506098829763,0.6924409638330814,0.5692139336919025,0.6548302140911554,0.6349424272596754,0.5584765059301862,0.12540986923681666,0.7259377263103651,0.3420603768752063,0.36607373555884126,0.294014439442884,0.7210016868294465,0.6205819099130127,0.3755476712033438,0.5339826091507851,0.12337587320774912,0.6195646171618674,0.006101542177053383],[0.36846804187888854,0.3543773601976586,0.19387599642159015,0.15084567229093038,0.5963429022009203,0.30678860906482847,0.560840394935885,0.5042191225516166,0.1683950211795709,0.21985714163597522,0.7475888347188476,0.38682877461404347,0.21079131333566842,0.6323944692100523,0.6599841626932385,0.05894686192028694,0.3185056355486226,0.3446563027692325,0.04167965144017739,0.18787838974350446,0.17717943294700936,0.3220261621306291,0.7129551472914653,0.7865645774168463,0.3401405550492319,0.5500410583672303,0.34789426484807545,0.79347701558708,0.7532326116682163,0.35843320226977393,0.74718227488145,0.6040978936529302,0.0047018270335647296,0.4556689136964636,0.39135065337219627,0.331129004970859,0.821922676418932,0.6267438907878949,0.004361194239557032,0.6445213899862332,0.7325026124917786,0.2007830508334968,0.5680564170623882,0.6290681600366154,0.6955945946126106,0.4168221836246137,0.3068732610606477,0.5635427257639368,0.4928059989937708,0.07362402862945423],[0.6993302856583076,0.8255886470999164,0.016912644996485246,0.588311175057974,0.44100734895057997,0.289181053783504,0.432255162880312,0.8448956483525982,0.3572519652308219,0.6146078743588839,0.0010164932444642022,0.11101930609251587,0.8527126744941073,0.010480637234872863,0.3924685834714509,0.6831675468522572,0.037567379415995604,0.7433536349735984,0.4759049297963296,0.16566091353550208,0.040822300994896296,0.5139592775319726,0.11168923270861927,0.0006550244063424569,0.006446015044231265,0.6880317635654782,0.4421411542722994,0.005430410651156165,0.7250228053473985,0.7968151706528992,0.09253521276008335,0.33443206963890587,0.6062229451187309,0.8149141971244841,0.09180493498696386,0.003243687750972184,0.0003448373224284262,0.7881255096180692,0.6076426797900221,0.5113766703483571,0.6773540658871897,0.43199007655196725,0.07181893798198648,0.6024534105043522,0.7700257960786452,0.0239234898321439,0.8063068667045715,0.8656417888797868,0.607199750723527,0.7758667845072157],[0.5058789581222076,0.6059615470851574,0.7039073052977587,0.811848568519518,0.009938869986020593,0.007176597114007256,0.0412418040591496,0.7783462076922966,0.12644374874977427,0.38934577489919003,0.13854249373652644,0.5823538284462387,0.9251977667731534,0.013919196938775568,0.06083941259335774,0.2614718543711077,0.9396673833391845,0.0003839391017302856,0.5765031824165235,0.3210237603505317,0.8183729169684903,0.9655402495169972,0.6012132846911954,0.00027195369461038,0.013722142190958873,0.717498449321331,0.7564650075381176,0.000016233661238602917,0.5515041917414335,0.8372444980334142,0.03258573218843322,0.6615325863841346,0.5130848650104434,0.6483585708071906,0.23279661598895626,0.29751644262500526,0.002183084909217887,0.46071755885238225,0.5038171337064461,0.011894810330188034,0.6387023136992959,0.7641636881346844,0.11779610644938208,0.3191640622377701,0.6651117647786099,0.6323934981760045,0.8091468306511269,0.7997363359038143,0.385403067463641,0.45698445736695853],[0.5673866969956394,0.8738212448514374,0.6781495344315994,0.602070789832905,0.583164098998806,0.6232179438261506,0.6292010530762253,0.7583727672102013,0.18967393157434675,0.5937488497338836,0.34498016042888785,0.23669898148374544,0.5741111916403083,0.027126565429673587,0.656251025624096,0.09321470063722077,0.011585617082536864,0.601355775040326,0.3688548124022297,0.6849852633698472,0.6636464939152668,0.8963233442581868,0.8173678439083077,0.6824795166504927,0.08329275573790011,0.17270644414099318,0.13235414685228022,0.37890894269086894,0.07539741807916829,0.061439367851994706,0.0030034214867633094,0.06381366526993294,0.6203675149209298,0.26554922251198426,0.4841263515514771,0.03127143773091168,0.49503237380170956,0.7409185241318667,0.5286643039094117,0.29535323393006724,0.030250616194692295,0.6961864151944713,0.08905429728749907,0.8294174790112399,0.0030581924529565077,0.3119610262918927,0.6161491778955008,0.632707624522996,0.29677068595244005,0.6002218509826972],[0.555015365758272,0.8263418211204415,0.5235169805928093,0.5849491228953174,0.7099820756668264,0.6404120799666683,0.5548489000252586,0.8537709352016393,0.054172343098014976,0.7832547615869555,0.6072361694489619,0.02701998005793386,0.11782237439534814,0.08194369965468326,0.5688385170647996,0.19999290018090635,0.017920615283878196,0.6950065633814486,0.08783766676023842,0.6701297677197967,0.3457106196430073,0.6259238390339842,0.7495710915127141,0.8681767249790997,0.04838672144842665,0.3705546503615149,0.09387289502801488,0.4921418270644313,0.022349522374771908,0.0116050446590039,0.00903359474580105,0.005492294704276862,0.45695471042116975,0.2519449333008454,0.8854683611515736,0.008362419071505306,0.59415999553883,0.650653855104857,0.43051965329655634,0.3325590415717907,0.003508546415431048,0.52458946582725,0.25108015625665775,0.7014195562973373,0.0007248058211879765,0.334467291960317,0.509452829919851,0.4099399274338758,0.5770741425578956,0.3982564848626389],[0.6463335260077527,0.6079028750014924,0.5250630670115971,0.5783661274653127,0.5994282773592935,0.6021865341584856,0.3166611873661704,0.898607319364314,0.0017087586569331122,0.7447451887941345,0.8353574228497429,0.024142465065276862,0.24671157272625538,0.09821112862249884,0.3852088386960862,0.006098365121638088,0.2239739672948304,0.39585330204870134,0.2940347918708484,0.79428356335914,0.721359826965511,0.3914806215805469,0.5025476687041014,0.28516475840919575,0.015241842132408704,0.09552428745855858,0.7784618028354573,0.608013459741574,0.015817590721749687,0.08068979234033648,0.0034200385346343683,0.08104187908851418,0.3787534514344895,0.3733057144315429,0.46544529437264853,0.28897538662059513,0.5323148317134303,0.681551349685266,0.03795101763946051,0.48296238462400004,0.0003528872661656664,0.12126421916130033,0.29498091918392944,0.185661071623541,0.00026324788253501825,0.22477063496089872,0.5403009072944495,0.545800627459862,0.043235904318333546,0.27680974251802404],[0.5651978130173838,0.6990334832012872,0.009690395658742437,0.5342606965183216,0.925889939948748,0.2145423245439124,0.03380189682955344,0.2019593743855899,0.21929608455304628,0.10040512309804005,0.16856227308642197,0.6551657204603996,0.38455262633533405,0.7612348171644657,0.7060925764569056,0.9229393162808892,0.1451031988675142,0.8960662693134905,0.1925817282769563,0.0008484002247054478,0.3165955250911584,0.0005424158880825155,0.6969925419944182,0.012928543212583174,0.3004029640077504,0.6446932848435522,0.6241795906360015,0.619387957444775,0.2663924245321884,0.8195200169557075,0.7359905556307563,0.001264491494383382,0.6432191523202703,0.8644207390185888,0.8673402917399692,0.5705803449213627,0.00712914309049037,0.0011435409295670713,0.6670370383555271,0.035099056732856536,0.1480644114395428,0.7560810929520837,0.20830014060923163,0.04441719133740809,0.6661514149104772,0.7633070427611722,0.3100756510215073,0.6519899133416736,0.8248999630352873,0.3062299026758026],[0.8016756068769122,0.2470418838458912,0.004191745211963004,0.5816297178478786,0.5672903876940448,0.5166263217893645,0.4987256067320225,0.03126568409232128,0.15643851973872575,0.149880153120226,0.45584552457172867,0.6581369708239968,0.5612926905693241,0.782871908695202,0.7737693142798332,0.6108882681470456,0.16453543060185052,0.7278779744390876,0.19873760634863677,0.010351522319183355,0.3822500501735764,0.00984062582951923,0.27480518618191846,0.15966076877665783,0.7309642435223613,0.6592020054990486,0.6831039541633293,0.7326337164801032,0.2080030077843196,0.6035312338497367,0.7371303695920383,0.39151571907642363,0.5900102381913165,0.589418472019689,0.36818352565588575,0.36646111130945574,0.004827903831319896,0.0030054724955000606,0.4891391818696491,0.663213419712072,0.07386226974468535,0.47977445022316245,0.5524476926669862,0.04775385825285012,0.5528909275975095,0.7043979832231008,0.2731953118787418,0.3453953478952079,0.5706492373414059,0.3883451736977964],[0.04463905703879169,0.8491354368930437,0.03543730894166675,0.8065943595144613,0.5946900685428564,0.23125779445345385,0.7885232381116543,0.6220300584981446,0.9167634287822047,0.09309792132584188,0.9304772528831193,0.000782678957938467,0.2789447410589042,0.6769354808538093,0.6045807430316031,0.4730620198718086,0.6864883781171092,0.3881415193387028,0.17803614531580625,0.04320198062037531,0.473052740255809,0.08247491363583107,0.7981721351076121,0.9349951533422779,0.2898087106330886,0.8111108929371328,0.24796533117570788,0.18165982870075162,0.5230576939062307,0.27490092395096705,0.44327524791191886,0.0653354152427152,0.907753769531934,0.20312190932708926,0.45370708738219406,0.4530327883115784,0.6339940004985689,0.01590724135364297,0.8167833557625532,0.13370607467964074,0.7570152950246876,0.728559101151761,0.46522891662819094,0.3245412081134414,0.5605832411828088,0.6996114878341944,0.05379203353224885,0.35102008095494586,0.3948690697506534,0.681383278350688],[0.03026386617064397,0.06872028887542825,0.24588871640055307,0.20610719729676408,0.5650991017034618,0.8909113223800276,0.567502787686086,0.24771292019646207,0.7322004211244939,0.6319860549896219,0.712728103582563,0.3059054481152895,0.23678940439218124,0.5522272581362951,0.40629641783007725,0.6022451227213889,0.6455790732035285,0.7677591859400386,0.29319164744355153,0.03782375891004668,0.6502348294969249,0.8640226573001426,0.7615418219278938,0.6357713366665181,0.7326318929123458,0.7329780733703701,0.030582113797443754,0.12383315634773479,0.9072801579172881,0.5409203331973063,0.4363356383794577,0.23273062869887845,0.765464125990549,0.003275753610135379,0.72941553806936,0.6333639391820816,0.8308149850833112,0.7395933770508691,0.5294763839167819,0.03898786913548178,0.638992743834329,0.526483782727137,0.2040717182775147,0.8474420090463711,0.5870723662545837,0.7256462439900035,0.5468237287277415,0.7829090450709949,0.025097091949140594,0.3416118707915784],[0.22395899117112253,0.2594767905734408,0.3255745188384779,0.25460927802525013,0.6996061787614235,0.4155529290519008,0.624805912285122,0.2444185297733418,0.4951849670293345,0.37309668889997855,0.37456769964439385,0.5929496984906513,0.20326394382173146,0.5692930511694355,0.7086771220813037,0.5228130327176008,0.7108414453187838,0.4817662860292185,0.42652937260827845,0.38090935327414543,0.6136986491263978,0.4620841505558613,0.7509602396318201,0.6506705680591361,0.5924898095654472,0.2598849843570478,0.10840380072689741,0.4946625535384937,0.6118824451467966,0.25677374670146264,0.23427789700678456,0.48163827748641996,0.696672083844701,0.009579733567242114,0.5752969099153233,0.7455068836724787,0.8486267952263992,0.28811270975540293,0.5032299647477663,0.031285224052501906,0.8373991280697419,0.637233874082598,0.4193115248030004,0.46181456171111795,0.5631925833131489,0.7558482184104047,0.5392317765559402,0.5123600391559393,0.08922149835946905,0.31115677443313733],[0.7704176533628426,0.33102668233348864,0.7685908633450592,0.40596155806694734,0.7209283203461453,0.08176765699001802,0.7954693627210602,0.1647593830314834,0.6483393467703373,0.20560829533509237,0.23792762510525717,0.00021258276988858857,0.18075724781302235,0.8048020497782512,0.8407867735917373,0.15078236005941126,0.6142679525475149,0.7640856534016616,0.2176365156984431,0.2868187791611778,0.7118896364646814,0.35979835365848867,0.674748270373272,0.2840335232464035,0.28770576232086154,0.7609658613774666,0.022526208473733912,0.6166527970917084,0.6407996772411708,0.042705440179052485,0.6275757520714059,0.21875043782542056,0.8614031974897491,0.6211638755380864,0.7327977119348924,0.6965901232180469,0.48884359747062517,0.5454886368018186,0.2820007048150861,0.05573669308279811,0.6898566497498337,0.5886680744824243,0.4116911118187243,0.0101725745099363,0.6261560815221282,0.5974230923111111,0.1593564628418072,0.5974252099629072,0.12415912041956947,0.6845926703737357],[0.2590943530033006,0.6678979472616444,0.2681120335638215,0.3891663212457712,0.6398807405983865,0.42990224661986737,0.5104576618513105,0.2819518643000187,0.7746324886639556,0.5802645166902501,0.6632936920917222,0.00207716434885461,0.1335027650248084,0.7189187256821647,0.4011622811400451,0.46980643933416255,0.5662739812758826,0.08192680813319282,0.6564300008835573,0.5656421875754528,0.6348043008400136,0.5555352936381025,0.6349119010833386,0.5509947294119033,0.530030082516511,0.5570702821571144,0.24568362062970261,0.07420252392274841,0.6184745124264794,0.3657842621130988,0.11511459941805809,0.6629944979852208,0.6517472593253124,0.012014051069449649,0.7239992078999453,0.34992346742127783,0.5089816940126102,0.07178151791635472,0.4243355738239425,0.054629509561046896,0.7230952266986517,0.6236848966101658,0.4268013656771957,0.47608832016409736,0.645614544397935,0.6390872474374133,0.32875551540920733,0.5523024976808865,0.7765904847707286,0.3754112163914021],[0.10310561360927652,0.2941030561482358,0.4694766497341201,0.48167406541167174,0.7089048325482888,0.0808735969598375,0.37019606138622596,0.0503927251938819,0.15145970105111878,0.758339985254848,0.2498407771738141,0.014889172282774884,0.17595670718087392,0.59478687367075,0.3569494718940751,0.4078693922469985,0.605242040583498,0.009597853539447294,0.5453295332373017,0.12181523610950254,0.7782722135866975,0.5408733796871651,0.6386143741050265,0.7130373684959929,0.7159241193457542,0.48569458915505204,0.42261633868009685,0.7661680506651238,0.47754164500476837,0.4206062090920887,0.19702231072577242,0.04583044637991771,0.7277270810515554,0.023231302288710107,0.673679563085094,0.628187414273482,0.3955321372915693,0.7294345687269761,0.7889003339669026,0.6156472762854576,0.6754516054584957,0.5607732543493856,0.781805003796805,0.05262685481821971,0.7694947280338841,0.6287359068464852,0.30025097935112327,0.7825442671221372,0.19238890418005122,0.5398907562953971],[0.1727621580687976,0.1248986028632998,0.20966062357480594,0.6425367608560112,0.6231502830118162,0.3333038831115499,0.7396960953418402,0.6411329394921722,0.3423736772032387,0.49035586096241535,0.49527863159251106,0.057681157726984504,0.09906826281149111,0.5908437000794932,0.13813115783442534,0.15529814504669495,0.5568541958987541,0.03844234831568861,0.4942715183435837,0.2271419617434531,0.5217075588610877,0.5116333991148655,0.6851037630793846,0.5156103852547494,0.6013125527561335,0.42657878324123255,0.560262897165718,0.31273170521201443,0.6250691529785534,0.4511538647255176,0.3506238588036298,0.3312818298374693,0.6507832618560082,0.030498522175559577,0.7566155819540774,0.6582492453976083,0.4207611289693344,0.05429866293939709,0.31747045235189775,0.07899625459609776,0.6526657307772433,0.677114347850375,0.6912360747188179,0.04491647103212496,0.34266604468728873,0.3449499196848137,0.5926223504658829,0.7538208877414612,0.16062016165019885,0.42288475825714505],[0.3627711706928311,0.03717538341534795,0.6900839881107871,0.05072560131855991,0.6014638513363827,0.5044678185825118,0.2802328160328101,0.6680644199660509,0.6696146356908765,0.3674555509803614,0.3674423471584082,0.8755773104415255,0.43393254363996875,0.5877898420971356,0.5968028140079148,0.5300190977128076,0.009223425103706382,0.15386194795620434,0.7376082021498042,0.8016012087518474,0.7105265497877421,0.22576250768138262,0.33139013749334484,0.004277705566456228,0.6615508834574801,0.8049689488101816,0.24876962987217924,0.03796850012527601,0.7581833798260866,0.3603140036328849,0.40918288786962714,0.6304417165924321,0.48924986315883395,0.3209249541133583,0.10831220243546258,0.2394718833503068,0.5682417350780553,0.7153121255905232,0.7797430789767015,0.5867349750560873,0.5459471088013086,0.8574613967287327,0.022207817908431383,0.4480537313817721,0.649453627363337,0.03436416991567768,0.015706341854894855,0.557293327839205,0.003670638499518277,0.4521066904294636],[0.24377622741544935,0.06509658774969361,0.7814062579122198,0.38328955115883323,0.3434900252104207,0.17134303365862946,0.3818624580478412,0.7509093653047707,0.7483104037507238,0.28782522497986135,0.40246411122805953,0.8177901107350458,0.7751982377977128,0.4141226351361373,0.5056349249251804,0.6046905939511726,0.004269421687355849,0.018650605200147094,0.9239923657694434,0.5657041627268946,0.4497350609663575,0.622566749194211,0.5564458846897689,0.019868730495249065,0.5788763190935435,0.6975859682591871,0.21467773373273397,0.3940700147877375,0.3542774216064165,0.5289681529800205,0.08674897682153451,0.7565042823376177,0.858657149188176,0.22718577937054613,0.21534612519844498,0.6435867993596323,0.5860080135159921,0.6865569895046029,0.665577322379806,0.7224457185719626,0.8142151426479872,0.6137153576210113,0.006999112615178999,0.6744666338395203,0.14548090608152175,0.02513322944182281,0.002364601384072325,0.2769331313488721,0.004818197017092515,0.7417319148886318],[0.42455643221160927,0.00515474574256636,0.6063317117839411,0.14375868576687784,0.0930403445426128,0.25268124825829064,0.6840132371296511,0.5376144549832608,0.7315189382091891,0.7166798457599429,0.4418853752954818,0.6531749453375891,0.2990128383679944,0.18271444859921737,0.6159461932974726,0.28643018802693326,0.1740799736361651,0.5277722015683797,0.8526052611134668,0.5208075071179754,0.6539661780270263,0.28697675061126665,0.45983784945046746,0.3877011048195879,0.44810884469384105,0.5897226266896187,0.17484020240156167,0.43714825269879104,0.5248438360855786,0.06109865731797895,0.3847290626560676,0.6626450851762511,0.5405692535847164,0.4529136589024246,0.4401791631783447,0.6028593543953162,0.5549260126753347,0.436512218049732,0.8064140492581235,0.6934187238166397,0.6902384462576671,0.6880946161637891,0.2261031346729067,0.5589035480799767,0.03682656531379609,0.05833985393031904,0.039898092950407194,0.476852876959525,0.2826063458241384,0.23782162819442967],[0.5423894897748772,0.4052787854923107,0.07951074450561774,0.6461859746881897,0.5688013069160225,0.8174372452026151,0.2336970077008689,0.5461515400487096,0.0007828672827188916,0.7802108752357841,0.664659080977079,0.5421264569290866,0.17727794210051762,0.07002920135377756,0.26026476641952456,0.11430357558655747,0.8074114537211846,0.0051232592927897,0.7761700653535698,0.6423939512219573,0.6752558394432043,0.6516437171176198,0.07591934490735468,0.03441705534479221,0.2780397342613315,0.4264148450873487,0.7671798861160107,0.5995313083740141,0.4917248061569729,0.4309465661659262,0.0028254238992757837,0.31802824815766634,0.7841268196173339,0.17893596681220408,0.05688952711308253,0.3776470268565563,0.332572624509547,0.6229868100732572,0.2684693870810477,0.7927587999484349,0.01166941505963181,0.04106907847090012,0.05391731308181557,0.5217829911765473,0.11314401910983109,0.0329145045426956,0.25818412938165775,0.18022596397467344,0.2845231447494115,0.7989915803893923],[0.6101044968399087,0.7607904959323887,0.014329206468118352,0.19648680271486224,0.9434754510424318,0.9611586215415426,0.45614797213344055,0.19077218465171952,0.024782427375486853,0.6582642065562869,0.5877093766292646,0.6099237991161144,0.004400119003916587,0.026779990882956455,0.5866076883494046,0.014186816969143659,0.5756138194765968,0.03586176417626238,0.8434897195394275,0.21932389206764558,0.7656456596299684,0.353332223343802,0.1332628297167185,0.051049389384853754,0.19905901129012465,0.47588060834777496,0.43494664330108634,0.7945203516027965,0.815714515292259,0.8296311649547681,0.000003196270255483877,0.15148216406250542,0.8196130094206735,0.6428048375786672,0.15419783037696203,0.5474724061913125,0.2630529652055505,0.6332675310965674,0.00278914954004506,0.7563102392649923,0.007695042278848376,0.005250417198676286,0.005215595741591514,0.8693424695091726,0.0007783582632715457,0.0012628095639488305,0.03971069074330279,0.4314180150052327,0.04818113797391005,0.5640900808838796],[0.5873546756391838,0.6725462833551707,0.00380456592880263,0.353897014099438,0.046567212078234825,0.03046598277093364,0.5272436297046926,0.8184388757983949,0.04103081673413446,0.8828856400934746,0.605496513419678,0.4822949101609123,0.7717278586394897,0.30674782818791735,0.13924124438829028,0.04402810820208733,0.5882901773624459,0.0011742653899389148,0.6125662894182725,0.2618377543573696,0.13194893420769407,0.21500351232146894,0.003548661487515611,0.48230250808834746,0.40004183364654033,0.5790438911389836,0.01743101421713325,0.6418089319692355,0.5036906852705163,0.6473941178966494,0.00024003267048663807,0.071105175310501,0.7384808009361715,0.7569983065950929,0.47266082093340067,0.253037661923562,0.5627720437283392,0.34568784697239896,0.9238087847283134,0.9348725581104373,0.0037604383242291757,0.9337878517744246,0.019136643987322424,0.4387012889456067,0.00022947451950538144,0.0008209422958405319,0.8298869958773005,0.9660149593762573,0.005840308904164621,0.8709601274660023],[0.6538890317896533,0.7529252686165723,0.000045955279333233495,0.7826151684044778,0.6370270824573466,0.46161859039636055,0.7549680072374493,0.0217905714286808,0.45119680677717733,0.5718060804395325,0.027934321632787827,0.12158305082224868,0.29063831705813065,0.08018738314560811,0.0721156588633346,0.8401204424185261,0.0639679200139992,0.027717576734611588,0.060636539449831044,0.7652339243178801,0.5579228054398649,0.03592979130488091,0.9112179459873915,0.08878276408414326,0.5511559679177656,0.6334248094553204,0.8468822489896587,0.3390548548532864,0.9850844701995227,0.7318365525881527,0.527314021008238,0.23598928952231565,0.03442999160774137,0.0007358298109277693,0.0006648046968046965,0.5461323050878938,0.24386397907913332,0.6611004439580329,0.0009407584118682625,0.7236822728604926,0.00013286618065368877,0.4905751442901499,0.15739483845394006,0.0341315935436564,0.45254298833187706,0.0005945074706391347,0.2218942127777335,0.3836969924102199,0.29890338469068517,0.9629871704606104],[0.5663481074676531,0.5199567809175967,0.00035749104822205415,0.7559278935380453,0.6665741430028629,0.9576220750107552,0.5326115174380963,0.0005852614412367405,0.7651832005451307,0.7876943995870608,0.002241990586235336,0.14570094131668615,0.4934611262562612,0.04325475832765328,0.770146828866451,0.5753018528836582,0.01720586485017997,0.003529137823267416,0.009740422824882536,0.8283177567082466,0.4740564301983895,0.362967059533268,0.7008054907445161,0.04063028471424544,0.46690345899562824,0.8751688353932378,0.5588748034113081,0.15868820290342645,0.9447078791586435,0.8225977195316471,0.7941633454685425,0.2512993731702916,0.37915963643767336,0.008645139165734733,0.00010563941822892218,0.5588844500017938,0.47646564680519005,0.8157064250066774,0.012929005407811289,0.06448687043090169,0.0650438393774334,0.4255755356798624,0.04441624861527264,0.005050530474322063,0.9380487943774906,0.14881804900766715,0.5665507059343025,0.836644903603935,0.3943121295758524,0.8327705748059496],[0.9654319548560544,0.6153250938142969,0.014516403242587716,0.495619132572476,0.5837494057688342,0.5635472396376794,0.0017278552658559077,0.0000023513476336187967,0.512105725501819,0.0720593796428852,0.007090926922136781,0.3820324758341266,0.530856716816263,0.6277515969089168,0.634150260582131,0.4149681675125472,0.0031357854316779836,0.12012797637301476,0.0032130676975814154,0.850753847084938,0.17149107034876104,0.6216291782808283,0.5507237186925709,0.5184038807230511,0.68735689099406,0.6124178279789013,0.101691041417732,0.041418863465181706,0.7778700485993334,0.5343284663101006,0.787632077758374,0.29213557977317267,0.5115372824266446,0.7558932916302599,0.36768659901911904,0.1411248794388645,0.009470376219487812,0.7979663303309099,0.5002085526535461,0.48774033977826703,4.835564529970786e-7,0.00007549883636749028,0.6143747921110596,0.2511679230753051,0.04449878195339327,0.34171254807513257,0.5102466274937715,0.8162664531001362,0.000002248783641021218,0.6105219958651148],[0.6799230413188252,0.30326415094273446,0.05913868278286923,0.8040155643151105,0.7148410352925606,0.57488964179253,0.0015726236034661024,0.000008115415838752358,0.6288653274289764,0.07709820494066347,0.03787050111599821,0.7969795292978744,0.05766563697542943,0.7472409510248211,0.578819270038163,0.3843100988939805,0.011332286690837638,0.09754704008219588,0.03794246826848509,0.821723134627179,0.077194298709253,0.6738356717371339,0.5281634042642686,0.8497102524029396,0.7583831618798742,0.6443509205282529,0.12210750686218803,0.3494867399730953,0.6036624597287592,0.6457447328771502,0.5735850285700879,0.7029690098514543,0.5516184931740133,0.7030666766213933,0.7681689602119158,0.520758235536222,0.018469207747572807,0.4990488359690436,0.63685106699858,0.6354646773825189,0.00001020948697615044,0.0004068101696312062,0.5962685119663305,0.3534813874033892,0.024609331608393323,0.5594124445909101,0.2859392689451285,0.562866599703542,0.000003895960961191013,0.24292182928277414],[0.6875027022281958,0.047620125463039405,0.5573703580146163,0.4742873253351763,0.47290727410162864,0.3488720986082877,0.3420399761959658,0.36842177780615093,0.490873380835114,0.001735127421311179,0.5094350845857541,0.598602644988116,0.021400431329077037,0.515643209008907,0.5198540824023803,0.6064063395776713,0.5827564045215541,0.6342213026544833,0.5463763253507034,0.2358058362445349,0.5864649175203781,0.7859361334303174,0.5572593687863441,0.17960576191299954,0.18412418932592703,0.00271124168113348,0.2656305599118469,0.5711316575419544,0.26936123642427773,0.26735788894468193,0.5995981609202972,0.05442544599774571,0.040352939531934306,0.6470416045757093,0.004377755181535121,0.49583298008940674,0.27074090452816085,0.6940931094993585,0.22881704660289462,0.7419743949621591,0.5116897338946048,0.22936553825275624,0.5704787899896361,0.4045996273256907,0.39077947724303413,0.42634611746487133,0.5727765868850921,0.6924621219231248,0.6960102872095434,0.5193511193740753],[0.19557308752457833,0.8694520393228073,0.6377684031461321,0.8630729367926393,0.013885003881032521,0.2887179206421527,0.8854978424892694,0.8494718463190206,0.62114067778329,0.0005844993074265698,0.05159644920161508,0.5857265953288798,0.016514940878877525,0.7500536777746895,0.8473631392414179,0.3181512264750891,0.3115669793132317,0.7373228163204419,0.818314208812142,0.08112239949598055,0.7642532546018151,0.6251748207989191,0.09395552690861107,0.0860543470102163,0.5942351515840884,0.0001453219994251422,0.6563324174725681,0.2902228017257931,0.49262651530362184,0.7200626950142825,0.4654268427554592,0.021095065421706256,0.06195879362337369,0.6282362252416457,0.13171939307279146,0.5632195894149151,0.6617538374808553,0.6846311710680643,0.7035185941744846,0.9385790655279839,0.12721398674009604,0.8991365087064119,0.000029435463915709716,0.2848797957488535,0.09794847252142937,0.6454482321478997,0.5014963560924901,0.5869796767411087,0.7581464736893627,0.2915028842270141],[0.5115399935483955,0.17619513111548624,0.6557756601456721,0.6918107744047164,0.419206632207365,0.10987082849710823,0.5517918717681104,0.6039602698649469,0.6695226858461748,0.00010699160354686866,0.07669457837229414,0.464116806972577,0.34483225408806717,0.05642868108230834,0.6174005177731862,0.6466428970930224,0.3309621308154092,0.4887187997445232,0.6221295337477545,0.6895332601947785,0.5337068038178174,0.6829890185574017,0.05087525482213237,0.7048384233544661,0.20024789184190767,0.3065224140976906,0.25538627521024265,0.39817664462843655,0.39179698305984956,0.07139895944413899,0.3840825099435766,0.005482317696526555,0.44275757506888225,0.7406618043034302,0.0089567848543124,0.7276554697941109,0.4410994089480243,0.6480076137311407,0.1619615181473047,0.6865398548349018,0.30781272120964065,0.1346548197572966,0.4352917538952495,0.7934285499825217,0.2836493669529396,0.5032749305245258,0.5860401101839424,0.6051058230056262,0.8312730892353909,0.1533828724209902],[0.4073982841087902,0.03259228028412881,0.07720858097102484,0.5318826543940504,0.41297509245337893,0.6306856669248085,0.6532119147390145,0.5850052337805639,0.007022313112212536,0.764081410377073,0.7351305069215242,0.5945437229490824,0.43237098831375637,0.3833131134133983,0.520715111488028,0.00292936583894615,0.04884502775629335,0.7876017034938331,0.34350388006519467,0.3432479790166373,0.8502006448973473,0.5643847028799919,0.13629845145368494,0.4489315732589942,0.0035861978990565356,0.7565974407802382,0.026721051279470227,0.6002731114137041,0.02010332814668413,0.6797988953332075,0.7004671202670514,0.5592737150557996,0.3296712389252412,0.893105429133318,0.432268309163483,0.07281185343381245,0.40702919867234655,0.5776962502897341,0.31304417630156384,0.7268655455414457,0.5663211140618245,0.7788590636131758,0.5723483903716874,0.03288660064374344,0.5364470598654775,0.7307680871802154,0.7699459989195305,0.011825344486598261,0.5554772965544207,0.2810090876192454],[0.5684346386842007,0.35663345794423595,0.026845658853345257,0.7033361454797812,0.01665106159132691,0.4902474097534096,0.7602542401048202,0.031378114216493495,0.019664578841606547,0.7379646212199845,0.6684219355202816,0.7175044340931798,0.5834797018339073,0.3069440306910786,0.22236119258983342,0.2213624449728146,0.3922744009914985,0.4018508331326384,0.8133177780353006,0.8223373098438653,0.2773377686052963,0.6391970557648382,0.5527486776179659,0.1903661656077483,0.2648154721210015,0.1638330705982344,0.07208757715321275,0.3762951963153348,0.7131389043089177,0.8337022238734376,0.7088420909236094,0.49793028602312833,0.015585593693960046,0.4688088164925859,0.5263214919215092,0.7776825381417296,0.15277794755032986,0.10155938492017769,0.11497909522172899,0.10769019003968783,0.5326302055339092,0.6404841305706838,0.72550248278387,0.33997401685309153,0.7560945604776336,0.6660979558692275,0.32913821046821984,0.36983095240951963,0.32818339884443287,0.0299225806917191],[0.618334054046758,0.5134743352079297,0.4516650209956167,0.6454414579283292,0.0348751766897822,0.6249092530542326,0.6906666086485045,0.4796310801441557,0.03348986288077459,0.49401549805381495,0.5632900942832578,0.6342625890257945,0.5088631866376283,0.801573629548072,0.05932465285563635,0.14521941556571052,0.2616034048790126,0.29697899435833575,0.6330837951804504,0.7896006263751368,0.40717959371080975,0.37486933697093905,0.19403869554349268,0.08493452075206043,0.019842782162061583,0.7974459962641774,0.12086411958865015,0.3908695916591829,0.15687403115018086,0.6182793557544362,0.40525704094810827,0.49504961139234893,0.02238879000838639,0.7984979264447178,0.6193908014679821,0.5847334623977362,0.56049251494091,0.07415233532206275,0.3517718503757148,0.44393437849034684,0.558847995484941,0.5903748791914212,0.34812449647363036,0.03669653111809715,0.43620567357983797,0.6959951052624578,0.46719539714126107,0.6122317101816035,0.7577226773255195,0.3284218010224247],[0.3826462885587542,0.0003511286641045618,0.017871941020392183,0.795870502776966,0.021106681331090362,0.30294703568109094,0.3696230423130631,0.6502020465042258,0.22974839839587916,0.06309092967413056,0.4613538928112051,0.5804361987355341,0.37780448009812484,0.6423651807416207,0.719975657577046,0.6161389350067443,0.631373581012661,0.4947891451650661,0.7829348719966595,0.000593331133223262,0.8049232798016008,0.005649062028973233,0.5362508082889578,0.5187641263965161,0.034695016662533495,0.6934796388966395,0.6540641988469031,0.60883312335884,0.4751307734241187,0.47021408852701824,0.7190291647023367,0.899687559734177,0.9136021821131548,0.005495477156685201,0.0005104236884470866,0.5416891497347276,0.7389948490540867,0.7995408481383836,0.756396762023584,0.8877702612799678,0.5657134360233418,0.6888612672358557,0.48087556969952894,0.8370591473945902,0.5605841696235437,0.507305312327863,0.9348770399183871,0.40329021083147015,0.6505909695157804,0.043448513555842214],[0.4783765839594025,0.5326690221719484,0.007936139453086632,0.7035169652095076,0.08127745952203731,0.4568095025934477,0.11586695492909957,0.4920244566121771,0.11190144334047633,0.058470036831044674,0.8084704454295918,0.06199056046623233,0.8162380889964667,0.6672020479275456,0.5513572092390129,0.629961786687385,0.41198094363880505,0.5685431821430773,0.4117831289379891,0.6022820634621868,0.6666012863961972,0.5950179644015461,0.6403125362519311,0.6471601126671963,0.5328970006318304,0.4981480637900476,0.029939778355441236,0.1622110523335118,0.2505032201502136,0.06514064399799185,0.48984006262891566,0.17303624023122544,0.06853601278903088,0.07617626328890502,0.39824911429304427,0.12267123993673684,0.23782623018329316,0.2837484973950775,0.7318833648968558,0.35845225053767266,0.7947617163569377,0.7102931884451634,0.5893720675499594,0.766761531808877,0.317557451771114,0.06857840677129635,0.6492515209863708,0.015484152576264591,0.04718775518314324,0.3763704182156824],[0.8453176589139206,0.3912357588439859,0.0026850112172031836,0.16001787859281022,0.9050394827759737,0.4517964382065122,0.16893728683361042,0.0006075501553863323,0.6487024213980741,0.8898819848971573,0.3243897356024678,0.6635408737587605,0.06457971556453755,0.8115955373642384,0.0011416141887021346,0.21912900167288804,0.5392794809935398,0.35921596780919074,0.4524115918618019,0.7461903528510967,0.15307510110198067,0.6269776921297301,0.20090101853035125,0.7849732003591301,0.8769292322573873,0.15970022635380507,0.022267806740474152,0.7697521290363163,0.0071781398792525805,0.003359988658918469,0.05473573200436172,0.8158174301539906,0.8882626751821523,0.8740469691105306,0.906920687882601,0.76049578551045,0.08068333519292528,0.8530368205046484,0.6957111132461815,0.9418879537949736,0.017894558306951105,0.0250191646390216,0.835830063579181,6.159272529656481e-7,0.00014710142865620882,0.3742225076948727,0.609488917198766,0.8082918226740567,0.0009223940613252603,0.2940886675478174],[0.7357444738798763,0.42241714637270295,0.25697238915220744,0.20477060012946963,0.7024467728770599,0.48650971104265384,0.25401449786605956,0.09622828540970396,0.8457632662931203,0.6571307200540001,0.8500420068564841,0.38118662240337065,0.1388860608033336,0.3752279031354289,0.2074785396145899,0.5832218365069107,0.5524328661936,0.4525988402526986,0.634845068815643,0.058969097775157325,0.08768371684596812,0.7156524660201182,0.23334759949080938,0.10445241607228002,0.7062550042562548,0.15553223641915223,0.30795494927769734,0.5079541073494075,0.7634265086160805,0.11853276933414147,0.013080363675722989,0.3785035619511832,0.43119260502454065,0.6228948194823684,0.05300973208182819,0.4838425024745154,0.16884833519573234,0.6667598028330897,0.8463906126426539,0.5360906153412042,0.6822411580131363,0.10849970208392257,0.721099335074519,0.0014057835273463609,0.0008010118996164403,0.5667509930824004,0.7279813058468911,0.07185576238587839,0.010110865183794213,0.6723726744104889],[0.44020508272944714,0.7375218077092095,0.05460224328523029,0.27490954191615496,0.8668235261740608,0.19687721349082032,0.6004434138885784,0.20395364967382343,0.8346684816011595,0.4885160161278203,0.6818926904077793,0.5637667323090444,0.5231422634741986,0.898043343635077,0.03888629302870424,0.7738749964867707,0.7483891522556958,0.3214699744170781,0.6534281152488516,0.5129535159168295,0.17708708589080852,0.20716379144723338,0.6455123345489473,0.5769304539426572,0.82699297911107,0.8846394508250929,0.563808967115813,0.8748181706189008,0.008028735792197811,0.08734720832329904,0.5801173253775368,0.7239959221571087,0.8830982675212585,0.6928368270780345,0.11516745894490982,0.7066489526865758,0.13383941728200413,0.38077709173737706,0.6661733917084878,0.8247497591597137,0.8163623526200128,0.02763198784913256,0.5596277734070242,0.020697393938719832,0.08642539951254896,0.8361109075385214,0.8406508074379534,0.06127204026675815,0.03573162778446317,0.1242230407142282],[0.7452822553116041,0.624259786266902,0.10914546937998175,0.9094765953632795,0.3154373242946519,0.00015084395109564718,0.762239703088397,0.0011377963668511488,0.28825500725285835,0.100890101408299,0.539074686289187,0.6955870446168224,0.006619615941859776,0.21847533160356847,0.021396167312429274,0.924410046376274,0.27820284040656473,0.29982138647699175,0.7074902283069598,0.7212006155259414,0.8040070231634111,0.11194254553687408,0.7110769706790276,0.5562025031159532,0.37149685849305286,0.3604885036672172,0.6678382903614631,0.18492466549395722,0.5940996742116297,0.14842767810462024,0.8390107168159757,0.5919575006096336,0.5375278536680785,0.29446362379909147,0.7767226230272705,0.5880223774546066,0.554367508476106,0.6953628040636258,0.36673290155731575,0.7864342805947091,0.00011288667423041736,0.05934258897758974,0.8318999425452102,0.27910795582156905,0.00014146885644530094,0.0011537016771245414,0.00004946720529505648,0.00019442323472308626,0.7026948655305153,0.9603752801862426],[0.4751230378780992,0.5687627826103108,0.28643411484421916,0.7303526457861901,0.5411878795040883,0.00009721688124866081,0.7931661680522143,0.01694817094138395,0.22814563073755706,0.3071688289665269,0.16207236273211897,0.6118103072936758,0.018475213003301252,0.12391456709526653,0.025694146228158493,0.7396268206945649,0.7674303130156386,0.43045450016704856,0.35155639734979,0.5269332523574239,0.7924157477227477,0.0009290979688297863,0.5389521891604666,0.11523703653914216,0.343061707263349,0.35058423690412727,0.663009242565731,0.5611905010667657,0.8102051287797816,0.6017383413409023,0.8161550149372785,0.5041883289894948,0.13373142257317472,0.12841166804317714,0.35412515630794644,0.8565248680022972,0.7003742533645422,0.07365592679275376,0.5375662673938106,0.8733923391760166,0.00028269478662906636,0.7031857184070827,0.5072210404489658,0.8346688626568437,0.00013102334241323332,0.010163798070815052,0.000713779774654768,0.0001266717183633248,0.47113448199085173,0.7689383338592929],[0.6366927921926094,0.04832387051299354,0.0033453945286846492,0.6239851198202706,0.7177764004973562,0.854097621828385,0.49862265657075605,0.5363947304752436,0.7741243745555965,0.2957452270301038,0.41221638358147134,0.05505902648423224,0.7225475074045797,0.16895867180957802,0.5355927572468419,0.34278758192381636,0.27764467499862067,0.7724739165240294,0.14455498043646733,0.649933770329959,0.00013147420210248372,0.6822885297824544,0.12360332069328268,0.013621794047667104,0.05003884049447142,0.1343112249893721,0.15512894537447589,0.08634542132525652,0.3408881398665585,0.5538947169369789,0.46361038598617255,0.10431344776151943,0.23060324606697663,0.7509048120732373,0.013127081878435002,0.03056065652192933,0.07365458015015897,0.38884152226586033,0.755933737975754,0.6449618115571498,0.5946583465656945,0.656321418044383,0.02263470208817506,0.2436592026187792,0.69817352106756,0.0013559166846138324,0.5942710922135973,0.7677527923805958,0.6372211527068775,0.6607604091877052],[0.8290134035035647,0.1398280519637874,0.0013973244422741964,0.6647033079396781,0.7328350671539802,0.1262876741991952,0.26499728535664485,0.6357133823491813,0.6910609804318193,0.7132940226814931,0.4571469865058727,0.028300838347116185,0.8434330120298348,0.07946736557310154,0.716030912217739,0.6195674335980232,0.2983503781647023,0.001634065894597168,0.21107833591541691,0.49692185769530534,0.000025402007078752906,0.11516962676835062,0.6522925504692162,0.0390783302534014,0.025645069673173093,0.31768947639908685,0.13722988034775932,0.055158792949229145,0.024774660809896265,0.7500885584891288,0.08745694968908235,0.0012098113678169584,0.7614767587748854,0.8682097663604205,0.011998432890375357,0.699691753401007,0.27750788435785223,0.04210290691555061,0.47394349952644316,0.7489460735273066,0.1777809735856042,0.647345841985389,0.04188422735258619,0.23176682999700296,0.26161103639701744,0.0003821600682425142,0.2894463347446012,0.6534732130283678,0.6211262738921103,0.4700031507638042],[0.10842616901420493,0.8756834866181428,0.11234233052288918,0.22392010658864103,0.5254023390628682,0.043466267827704234,0.6823425240261998,0.006881144668704341,0.5896707316564547,0.09355606067996869,0.7384565490718635,0.6324170971430567,0.6384162375226486,0.565428447543873,0.5945889120406826,0.46718229536216105,0.5461095789082927,0.5149998890967337,0.4634257265133853,0.3600839000681047,0.15163366547589632,0.35230785321257185,0.025880722288836058,0.2748958185490492,0.10706979993730316,0.279145872578735,0.6991594116409323,0.00955430096238337,0.6910490943436761,0.09533536152201921,0.26072645985121945,0.6436300593288387,0.3178920267386763,0.3982678658154373,0.5635955776393814,0.8754197227935626,0.7577757928640385,0.31212451044878003,0.2800165388079516,0.023847827036133445,0.6089253889762449,0.025525480596110553,0.36237516884911153,0.5449678685667679,0.6782049656816405,0.0210666983046424,0.8783565205171547,0.014792444549646759,0.5945154355331282,0.6335990240603566],[0.07559735629291246,0.8363277467803919,0.017406232355468485,0.2632606177978216,0.8762429222518577,0.07452913072246202,0.5532376687589006,0.014911030048072876,0.702762862945559,0.0902067832552867,0.9153971546712215,0.7725683693815976,0.6260877835895768,0.5170502069244503,0.4113953211468106,0.2412944411873675,0.34523151671211244,0.8590435546650564,0.3398817827880194,0.7315785344918118,0.05035850571078732,0.32911946694210753,0.020218364137381425,0.5489989366358655,0.0702396545572552,0.11671085357498544,0.852814585040145,0.23591586541043932,0.2575804358372079,0.38810182656365827,0.5136323609734047,0.67320684339967,0.14622874546435544,0.460040003310836,0.8017190828210806,0.6606081295875937,0.5914952590601295,0.31399923889445,0.18496030087675303,0.013740743039624416,0.4834110535244656,0.0025380288127541313,0.4907896790966954,0.2443083850416656,0.9160985254551538,0.015568511073120442,0.45838572660979027,0.1241931930161224,0.7919486612745051,0.539351987901681],[0.5958675320752674,0.7633984169343025,0.020272415166219925,0.22016401820424383,0.5667673190398035,0.03019975191580141,0.457629169696281,0.007102399280003689,0.4758397212298232,0.10083651201547358,0.6166731004396826,0.5214931449290255,0.7996003025672482,0.7974097525434081,0.39294026861636666,0.5775090271728307,0.7623901149789303,0.7010859471492207,0.41118434259362824,0.5560478786198537,0.31210917768693097,0.6679225514102044,0.005707345105978982,0.6256678059649977,0.0929654177549438,0.34678306857065433,0.637396775570984,0.00432256379576676,0.2090047948405251,0.06310377577815539,0.334619928943928,0.2939416257743821,0.256572595741784,0.37684907279754765,0.8291628149956461,0.6040752763120715,0.6230261651304774,0.2677554710768552,0.7937260912218747,0.01082495534267026,0.6491537129370011,0.01922903227952331,0.2936659802160135,0.4803758566856246,0.8588766745340034,0.008610097378985115,0.5894226515650726,0.02272323497597552,0.6256365008338473,0.34156985819248165],[0.6399838330663042,0.711580638580859,0.9721328082803133,0.43466706938314115,0.15243533395702677,0.6228879090420872,0.0002256630301679908,0.16792221994428277,0.931048806531801,0.5849036463101084,0.17940220437901197,0.9618985162571797,0.9214502930885896,0.5186553603029963,0.10414914994265041,0.04136097770255415,0.5275359592657535,0.006053077783185123,0.2886135396809379,0.7004211028045922,0.7944186009206585,0.5098935642093267,0.3091233531358507,0.5913891328434041,0.004459138653673573,0.6919998543162827,0.13562035134677977,0.00034929496475573195,0.443123883940755,0.12383582637327803,0.18639303839442425,0.4988541626438329,0.4394708158799904,0.5016597217361847,0.922618923353314,0.46494826187371563,0.24192564757618826,0.5355774288787211,0.6437339657183536,0.6599695509163876,0.7847184843544033,0.8631153435656387,0.7750366492321809,0.0005559079517738008,0.6390064441734111,0.232564423130228,0.0016679998538892047,0.3795083027460491,0.8352957412043983,0.032318015530542324],[0.6516306710901286,0.8336830995571731,0.9816525383342153,0.4587393928722947,0.09418257144007387,0.8623814078997235,0.00019073910308496563,0.3269946753872189,0.5422323723972272,0.39557924442176984,0.5142100804969637,0.6096849005444906,0.6308317983868166,0.6842573285849192,0.2623718061736018,0.08556451990598789,0.016280058000607188,0.12169888712093957,0.30487237662581146,0.6272500336108918,0.35914978929106567,0.6075844911598003,0.44223546114231604,0.8434632736922715,0.03182479745468409,0.5138887256135176,0.09423964412300494,0.1224513732282754,0.22014785407747886,0.08995506171400258,0.24347559032215965,0.05032482298127007,0.904644426125432,0.3023585997576318,0.45091497693625476,0.5544298479052718,0.2245921028315849,0.5920334538350502,0.34082435212505996,0.6883015441210403,0.7965585886890193,0.4779733074640585,0.5188681523838768,0.00021215066037200898,0.7310866775948187,0.07844335378098131,0.000727379456040127,0.28129670427086145,0.7115425886404694,0.04053532388227777],[0.8881441876728207,0.7027401156678035,0.20580459386162633,0.17146074796970842,0.20335015611140284,0.6960608962903356,0.000044564337627875136,0.8608085546961648,0.5299436766861418,0.8925947536896669,0.08250862001997701,0.6215729326457418,0.8001323603514733,0.12286951595950114,0.3377738181269918,0.01791154832173854,0.026600701346980483,0.0005655853738421458,0.3175094824918946,0.8061815493499214,0.007755370686891613,0.14060517232041328,0.3167306533212027,0.6660240959767068,0.000557222413401579,0.7505913619863166,0.21659710634777118,0.08919828577152111,0.3501351159188599,0.021148234877257695,0.10412975841691224,0.0074597621353671255,0.8603676715710916,0.7006907719054412,0.2592819408524763,0.6817009819658759,0.41029672259193506,0.5448538875948661,0.7823611656027718,0.8118373128921662,0.606400347074842,0.7124342521081917,0.47823207605831347,0.00018651383653102676,0.4090202509897842,0.0025805082782773495,0.000956266647420141,0.6457020784769762,0.7306991393349314,0.03519541563316278],[0.44521777987301014,0.596974269527572,0.4453033230895922,0.3528681529199097,0.16452072077868068,0.7208057514097035,0.06392907555685212,0.5015129146548353,0.6947290197288798,0.3485375804030461,0.19744119402718613,0.8531901365045655,0.9182381318955092,0.012195126268431822,0.19946869795076022,0.48582057372139276,0.07340504076766881,0.3777494205213442,0.38488146599798456,0.8633020212291901,0.09700857680260437,0.333886381168618,0.22790378018619287,0.3413145921885426,0.002217649082168293,0.5616302617269403,0.048466133263453705,0.03543229121635993,0.7009114512105025,0.15048064936110922,0.08797984780695203,0.17772657119822857,0.5440247371693546,0.5301130936622824,0.44563934499604557,0.38976545057267253,0.1430748972743625,0.8450992627874492,0.69362344578309,0.5314719463049334,0.552945510665839,0.30599849351340486,0.8574025067251065,0.0009644536094168214,0.6936152653557547,0.02606181692099927,0.08960019228251952,0.36127741627341037,0.7783230918136567,0.2173429406282899],[0.16839081488832144,0.6882499743174948,0.0912213884214688,0.1783896497490479,0.7146220935009996,0.5047671397471719,0.7569548604588827,0.6146202788405762,0.8567685992914877,0.5873145319703325,0.15067744648891077,0.772641602358224,0.6273080428819026,0.05620965272420416,0.5780397750973122,0.5290251107685722,0.5209439429449747,0.008594531394574686,0.0021517482269628498,0.27221116129821843,0.12098194914553158,0.7387939796203862,0.6219981168532759,0.711652211897175,0.19503240961081958,0.32628312488696837,0.38839515464030383,0.619167483868677,0.14629249806408082,0.8044749012529498,0.5551837449483917,0.07524639421278892,0.467487355976932,0.8082608769878679,0.08079223662217368,0.026878082971440696,0.317249259082795,0.029375649218193963,0.550100068290934,0.7060610277943533,0.036020411113224314,0.5041669324442943,0.2008743497241269,0.2966712994001599,0.5413739403559132,0.2897658216060671,0.0006599740279397276,0.4363632519582456,0.6591696412203978,0.4334327331499662],[0.7228610719126328,0.5716511029654332,0.6243000398036291,0.28542061878690694,0.12159200071494809,0.613535523368341,0.03677006648935123,0.39621345571964134,0.49528235889980415,0.630045688630035,0.0052821822889869245,0.7486637684170327,0.7105636862045365,0.10766801438363621,0.463433171123413,0.8434842926766624,0.2814771264458929,0.03860137967145048,0.23678951515428986,0.6273322854400873,0.38949039684885356,0.6582893761915012,0.7589526147914117,0.727683552054695,0.5507500978581479,0.3613346736303557,0.6677891024643724,0.6820635696003244,0.044446403239992806,0.5905871528579749,0.7863868547901218,0.4029047120362032,0.5270521209063688,0.27401390311217977,0.09296489530257959,0.006633409866257601,0.2682365064526521,0.7287925294287276,0.5151210857621269,0.10625009654252024,0.24983426091109986,0.3432788626506861,0.44367514080798726,0.4852734795870545,0.18968429170246096,0.585585016432217,0.2960538340306303,0.09594375428203633,0.6392188021863556,0.4619980206824898],[0.004210520205619313,0.5783842123649854,0.00014102769520867047,0.9300381379738999,0.9137606226565841,0.6496201119586534,0.2896383206189003,0.6849103623340095,0.7638790978050654,0.33625851290872205,0.5325265720506398,0.4687838152680631,0.02689003126755226,0.29633541989840406,0.8918880002348242,0.4362966450312972,0.05660989900308669,0.6221521993332125,0.32444990867187495,0.78298263038221,0.9106529294919744,0.10116355490914941,0.003551433623175055,0.8356922682818397,0.9337980045368589,0.9044919025663679,0.7845873682243175,0.008237823941852506,0.6668408504193425,0.141852645177465,0.00004318584624216528,0.7066612022688962,0.00027008236648809974,0.0014802420602921106,0.008748545462032258,0.37497115702403216,0.03259382329122581,0.423074646793482,0.7397713386424646,0.8205118499905102,0.13015339676578555,0.5001903097029037,0.8757220998340062,0.4029260712112947,0.04391062826964817,0.9164645270451054,0.540862112214322,0.16850881780033583,0.11994340982293826,0.08453314062376865],[0.00841436754508161,0.5633489645736204,0.006331942729896978,0.7123919328745087,0.7309738374044754,0.4917620884871752,0.4958601995271716,0.6703451069606845,0.8003255367052363,0.7992672849010597,0.7929846954225671,0.7191159699846937,0.00008333784393805832,0.025617406024082502,0.5417939696308046,0.8162197097922536,0.0007275129506352899,0.002053602422806842,0.5280546992471051,0.5423381837249512,0.0038404001732284016,0.41898404227001174,0.0011196006817213078,0.3587318626471902,0.7450772880922515,0.508917357418727,0.5976944772205047,0.00023603422539767864,0.8305041965753438,0.006251211623448341,0.0005544023277083109,0.41610435277479024,0.0015312014881528858,0.5435041210956245,0.11967377177796551,0.5811403690540049,0.780645069592335,0.8381093695878556,0.6718949119151552,0.02817915792644812,0.31617552751700756,0.4082369491001218,0.8239936588262965,0.7272382818231681,0.6819890857775195,0.7588580290534401,0.6550553200385465,0.5783971549920435,0.40330687069867643,0.8359128168587039],[0.9292707407671831,0.25417169838003995,0.010794281464959503,0.7262544277906181,0.7776258269605145,0.8938352340950901,0.007155171233267957,0.0008656307040567258,0.7100934071501905,0.6382903643526063,0.6878418212263332,0.8466482424738494,0.5804999265529506,0.3310689981878956,0.18850677803458676,0.4655418121589773,0.05387730328731082,0.6963601601720227,0.4339389563240975,0.9157602808855609,0.346356393580428,0.7321471508694566,0.6506155021113753,0.8801883510528717,0.8165156574893179,0.00216445412948677,0.02635622284126493,0.6628005632303492,0.06795293458228964,0.22862772332964856,0.5422805428034521,0.04790942295398889,0.0025225669510004975,0.7784653808974223,0.5753301847694091,0.14431242677767783,0.0004344399550279937,0.8339863966254404,0.10090275030754252,0.20274348527828787,3.0738485397334506e-7,0.00582081372719517,0.15524032279053043,0.20261787554712407,0.31415350984466484,0.00035305316252493116,0.004389427500441266,0.7857769508977195,0.001882932869223915,0.44411528095727626],[0.666012797027689,0.3937766331947182,0.11089590892242919,0.84874662240921,0.700709625690675,0.7567210123737096,0.028766202701601663,0.004163149632832177,0.3744728916519943,0.5326144437780959,0.5384334521763812,0.8464732786125186,0.7581996342764732,0.07750799932484564,0.1803960652745836,0.3907235781520553,0.43333995291454164,0.85528861570129,0.22971603497448553,0.7299992119053048,0.5139969942275212,0.43367417613997,0.1087806590550376,0.520635928053906,0.8451795512295378,0.003055142398004851,0.012453034942553195,0.5185140207269249,0.45373674720561796,0.32182255292741707,0.704360577218501,0.03819248316606497,0.11908371480715237,0.5998848227225246,0.6945180309333855,0.5396698344189795,0.002209995191140499,0.7986052181178083,0.021739275402979222,0.1299211116075024,0.000002582210415546695,0.006063460440644925,0.334454074800668,0.44630767969293933,0.14896054416309576,0.00019593992667857414,0.011750257191097938,0.7424550326913034,0.0007624287429461634,0.6732248089709848],[0.6969168731790913,0.3661148545068651,0.08438151023454098,0.9713131853419864,0.6859354131368159,0.47250648696591424,0.1641360823176246,0.09836490846695387,0.0519939442941124,0.5913940134223592,0.3989516768407548,0.8998087493164032,0.47938688915324185,0.6748368883763503,0.1644148451394743,0.48803493004027754,0.5662602318628681,0.5855003028675134,0.6173360458172309,0.8695642214728598,0.7423010987635652,0.003917724223083897,0.6905833913363677,0.4402504425739424,0.5427565014247416,0.0012809215710837642,0.14507782278887618,0.6601165009019454,0.648912656018715,0.018617536849961026,0.21417589730804465,0.017503902118642993,0.0015597714071535207,0.7806553532943215,0.4181592242415017,0.9371271714358443,0.0036244445831290634,0.11869359574416141,0.18713924329881038,0.573872926321569,6.956852061740443e-8,0.561208479765431,0.34704957791039087,0.8364417504588533,0.17246205725159677,0.000008676663149275879,0.002254937110523296,0.3486592229442658,0.21116484976090963,0.6244697008770527],[0.6830118849472913,0.11126688437857185,0.779437166017135,0.8079484093787105,0.7091276982404018,0.7687040133827202,0.7337921832400608,0.8811370699346055,0.000751910235429451,0.944449886169595,0.2949924442500917,0.6026477083565921,0.649748433582982,0.02450162005442822,0.013901573088278125,0.7178431628574458,0.09357178780313297,0.6609231593323182,0.697021842334499,0.6774529861795383,0.41554889433725317,0.0053873946365777265,0.15191421010551334,0.8596873165781473,0.34401118228439287,0.7212774903770249,0.357593765365427,0.4329709781001084,0.04584709967176732,0.02110180327702955,0.7234278641635578,0.25293563649290224,0.00005835731795670074,0.8048906905625423,0.6607814703128086,0.38258247702721415,0.00018228037778185283,0.00017083760229692204,0.9060012193154608,0.3614804992327571,0.000001371891835251865,0.7075563263557063,0.7017078836338321,0.5476759007904858,0.21023789810806517,0.00008718371871148068,0.4485706308129022,0.6227257654929881,0.8086678727005007,0.48513281002237896],[0.17788522907193016,0.8289882841710592,0.02294065204694552,0.008079038263121273,0.8156104021318491,0.3290309654726041,0.0006724116478673601,0.5929674825384759,0.11957771711557749,0.649193942822834,0.2975238970335201,0.7866115362775397,0.1474294926604311,0.6695519642995121,0.441929340146618,0.4983895358633243,0.5356917725823833,0.7691463582519432,0.6822618510293977,0.5746717843669432,0.76128781840937,0.0030318610834478366,0.6362820655425107,0.0007570019973823281,0.7512158802595674,0.5243718723889059,0.06824443773274323,0.09173294290112795,0.07858730392687568,0.9077025976360662,0.0005449605014468944,2.1291797446386908e-7,0.7498660445180713,0.7530511019159167,0.8800953976968803,0.1034243484631775,0.6491321804539033,0.649126991104797,0.22771445910527688,0.0009705794265419593,0.11929200363407566,0.46431515612018015,0.025518298960926795,0.1699300585710083,0.7465376105972733,0.5338227372101244,0.770774028622649,0.4839566402041108,0.7271471474655371,0.001210601630429443],[0.09116245071906345,0.7559999899098828,0.018775131433160033,0.004694203187313461,0.6736453342440073,0.7794029516652088,0.0017042514255339336,0.4308536620192433,0.05228484217881106,0.4276320717805826,0.561531831496827,0.6645571264629634,0.6858239837904996,0.9025107166970988,0.5777531350460589,0.31142696483335097,0.08594917291287182,0.9460308774001736,0.6030582846463588,0.8662953065018315,0.7192307920618154,0.010703533472664534,0.7706286572116957,0.0004807049161341608,0.6502021320451443,0.7726702034691276,0.004371791923102642,0.012817324888948847,0.4502944038273512,0.7242701658932266,0.00011043711319822965,2.787568815815273e-8,0.838386734670563,0.6980502184212042,0.6674341389043159,0.20320189476517592,0.6709129652937836,0.6841085449359915,0.12472325526705352,0.00018990090866498904,0.09958386461472975,0.5748686812641659,0.201435330496442,0.2289756286705013,0.9479984489100971,0.5428858795415539,0.9566818523032754,0.44567411077089586,0.8929109010868952,0.00018852192394534605],[0.16044317618444837,0.6868263763987442,0.09018451547543599,0.008978243729797478,0.8042578280997457,0.35194126171486023,0.008492612178550525,0.23355600564962475,0.4221188354356291,0.6237143255588856,0.7016735988232563,0.5889068292478449,0.608104064921757,0.9148878329826933,0.3074125327209113,0.08290936816522575,0.06726914688948907,0.9341454940629519,0.5001532906190668,0.9163047104575033,0.6983785614673198,0.021101915950930885,0.4257978326503374,0.005111035307654356,0.8855822515873256,0.6825767651732826,0.004957279203286392,0.1447349583556689,0.4819899570554097,0.8649652947507578,0.00024509018530837346,0.0000040538676416827036,0.8755760830578005,0.6267590480986752,0.6987129225267452,0.24789111152748944,0.6173793381805398,0.8540862498886403,0.04286868642458753,0.0017947645492986666,0.45510667343693884,0.3762345469767383,0.1882166898723673,0.7380510261220604,0.8496056378639449,0.6401052476993602,0.9628613084501877,0.7410599344546481,0.8194640460169622,0.00007599318173664242],[0.4042838276076906,0.021432608612206,0.7194842582721829,0.7150321807568744,0.6540734029466072,0.23919753192983526,0.0019108330899723924,0.7127715944341413,0.008454721454309033,0.020943094324893368,0.3780770995259939,0.31215309234455096,0.7316963698247737,0.26657463414341903,0.006043214073320732,0.6884336179687561,0.8074445552881616,0.6284679615016213,0.09071639642938342,0.7485698723801134,0.3292837014134957,0.5424370685927653,0.006166795522226782,0.7226738519168777,0.008779198798487322,0.6143641642232016,0.036697903734361416,0.6188628981977186,0.4102785841544941,0.6120360654854838,0.626297036641503,0.7976332905134842,0.7859215325639023,0.3613929351578177,0.4793698344299624,0.5945057104353313,0.6541913997225132,0.5248358365558803,0.702648052455327,0.5282961948149894,0.8347389165859542,0.5958968403701711,0.03444696983725607,0.6357932485329675,0.49909970011195126,0.4797635743292741,0.5700674324422584,0.4227980421807813,0.6359058691125979,0.26523695987158213],[0.4254709905723835,0.004203154025578017,0.003115356908882624,0.6098988159934906,0.5103686283632515,0.3755754326781658,0.003703184046925295,0.6253247113183725,0.0009523119837407038,0.7659367500914183,0.7660303990005307,0.014209930168654232,0.01662030714358995,0.18819439645418873,0.014405562057671196,0.5341187703552818,0.2657863625406066,0.09532008201012002,0.6438699176950499,0.6591572945041174,0.6259391174950919,0.6945873067846936,0.09060344308058937,0.38546446928833006,0.000463126834500138,0.7732319681720649,0.24537045741830826,0.7152206959210209,0.16413651768672954,0.5166391590083534,0.2699709361298093,0.8020449377663605,0.663820401558368,0.29516341063032514,0.17967661847712876,0.5559777311205114,0.627391152010264,0.5910513343820354,0.004557982290654066,0.6737630360943503,0.4462140102682649,0.0035503903863353834,0.02218789278148175,0.5531085095932451,0.514198854405775,0.09375713634644377,0.6515371803519094,0.6554888983197316,0.6033289417430078,0.8741434264843246],[0.5344975814694372,0.525522357018494,0.7163637426145256,0.6832618595764812,0.02844184405087699,0.3671570872759782,0.9161300261735406,0.005625958452417768,0.8386866103715779,0.4305241344616649,0.6027324601269622,0.018650648952333874,0.4039998047381614,0.39720373593780806,0.6694338994303385,0.04446815624928595,0.8772934177289533,0.6460106149426629,0.8975972642278304,0.9624346212896471,0.5368169632877668,0.6129593418425272,0.24583090110193712,0.8185100332186578,0.5723794665906325,0.0029052174591422788,0.09720993071309501,0.026631398365437237,0.5998683688997991,0.5391535548456472,0.49642885675659704,0.4519073378772549,0.5232654922181349,0.8077167003098497,0.9218171355501672,0.0016848145276326088,0.002841467093784844,0.5572234217060245,0.026538427763656253,0.10130041058902803,0.653930721579331,0.06863714729527459,0.47344410373040224,0.00004735837469803464,0.2138375521177015,0.0005767660730462107,0.896916758266942,0.07382241177369545,0.0009390623296113669,0.004306127865367074],[0.09427864669912742,0.4190796971073745,0.6998109822539305,0.3519142722259087,0.6016232154272276,0.46615092988607687,0.2836955928538187,0.005274271320179545,0.014137077280505022,0.0330345432843349,0.01758184093172316,0.5932964802308086,0.7012890050329645,0.026528825243045333,0.6334064263735326,0.29340268269732445,0.9077215010745058,0.29832469304476883,0.8029244900240307,0.10247824465998613,0.5580185630012156,0.5569258662938102,0.7849090048381673,0.07990748319327201,0.8738706006289162,0.5577753237267681,0.6551413264559068,0.08836328644719013,0.4586540055168204,0.8008707643768594,0.616635827917537,0.2297187939490617,0.819279054058451,0.4790318133484903,0.5121804327801959,0.6079817187969123,0.8290507257525237,0.42607010502821435,0.4790160043251009,0.5091363792598519,0.3592546314558876,0.005323487008792494,0.413410478457477,0.36024676732222993,0.0032044516539147224,0.3828588425301887,0.6297165235608984,0.8398749975843484,0.18446723913172638,0.1003586712592875],[0.3881681270757765,0.42922992273546207,0.711052714861885,0.1385401436277555,0.7789177200826805,0.6160670131638881,0.8207777867572635,0.3425378856391667,0.08621524396146411,0.2835032564071234,0.005279051340804973,0.5344990094334751,0.785675867625575,0.6408341648220578,0.8473151779653141,0.6126185718715672,0.530797805098184,0.7991939865727039,0.7357012495472832,0.11206839028088661,0.1665516572421982,0.4852744138093843,0.57767135339251,0.05917150597685763,0.8235066491192604,0.775029486444697,0.31602703852012376,0.5715956320532967,0.2435383039333642,0.491781596460209,0.23516554887218646,0.002431311348138294,0.8108965561554571,0.24676506990077293,0.007237840748769935,0.375761377362237,0.6878094968361587,0.24763636279453138,0.5940967950925137,0.5673692831719016,0.2743312037869997,0.04474940896760919,0.7194740938197106,0.10862600463715968,0.1326619808906939,0.0546381556568738,0.63129221860857,0.6415426445604138,0.3184068338114462,0.018398406326674038],[0.00030696788629138783,0.526783472432703,0.25620960891412725,0.5832076627862918,0.7482771423659982,0.7714821108096308,0.42184519267834486,0.00007268727111227167,0.03253069739494826,0.5829732897818352,0.26813327707552626,0.013295773187332502,0.14765110185557767,0.08132540586119573,0.4350211043724291,0.8211446066778251,0.00015708478819613677,0.42223565820530884,0.38848439073621904,0.6204096908647645,0.008040211555564756,0.7660464444503167,0.8109028852352772,0.5611520648801397,0.2385031201802702,0.166050619450682,0.5609414092399407,0.03849867143060516,0.27306708515465944,0.9347507332278387,0.5578734578275129,0.0537077127811255,0.7923005618060157,0.029008397070703167,0.047199779684986364,0.40048852375436494,0.0833242057524122,0.8884192667787202,0.000040168336563082565,0.8069561367741941,0.5315946311415269,0.15020266943188945,0.0007444619987783317,0.00006212648787188888,0.7953247301354088,0.21993035956390988,0.028910929705906616,0.5651682205646559,0.8805732311668939,0.24597128020241846],[0.0019248159105411675,0.3985563584603992,0.2813988338858879,0.4445571209858837,0.7902041048307741,0.8603046316008379,0.7911596314734732,0.00006194244277761932,0.00657113351590182,0.9397008092706842,0.06684035895639165,0.08568643924419714,0.30358601169001115,0.06886927906736347,0.39516775759244366,0.7730033271416541,0.0005703351626396807,0.5219646659227186,0.8683643169443919,0.595253473363467,0.002726327705056517,0.8283729146971245,0.46065398475644664,0.6302562079395371,0.06909706747826926,0.03204583178580835,0.7930092730597947,0.00651700317979255,0.9832630939803717,0.946442316284019,0.7965375494713204,0.4833532984963292,0.7971379960764227,0.016264798596855146,0.42320933982907233,0.8705759251813735,0.024847134640143903,0.8162392947429122,0.00011762246127520264,0.5881002385317944,0.891079046221408,0.5705182346001415,0.006012364903017909,0.0010505221034903156,0.6373294396829251,0.354723006778156,0.0648986691322845,0.49864640254480586,0.6193214000187885,0.48563251968018356],[0.7870359751637166,0.8393414640552781,0.2203955027077124,0.8331650236728393,0.01247978352025172,0.03298929049786107,0.9744157794181567,0.33549986549443483,0.5871316707932819,0.4928848000666081,0.5676755330865403,0.00024545865958754327,0.30558180095535226,0.7036437323972966,0.7091752088291725,0.7576469297124536,0.0012208061678764452,0.6602976795150393,0.8294823295912104,0.647054224402202,0.13591293556819167,0.06220891638202763,0.9171677161847911,0.05832057151210104,0.2683354589411908,0.096368854281815,0.8091187730376009,0.0034058218748258024,0.05350153848013138,0.5094485633454957,0.6213787367391012,0.0002633170630596154,0.18665782720854995,0.3685063223351376,0.4547258609852873,0.004933272255954489,0.9165874905529685,0.9478431291130396,0.021697724279722306,0.0961015924904725,0.09160056788050244,0.2405316025505244,0.35953706631736554,0.8367780083129518,0.77877480268911,0.08018821865971251,0.06064678086589408,0.7952834295131604,0.7086428071631032,0.6590143367987945],[0.84921415350102,0.3544763305380313,0.9312905727423253,0.8487893187109428,0.03401643331413526,0.0008737277128431199,0.6253090533604304,0.7992294825551081,0.6965452170086586,0.28279291967541936,0.872637134393954,0.022462320726028218,0.9386529013750254,0.40015615058776627,0.6177232208051551,0.3265411870513187,0.00660081501098991,0.4330634064715315,0.606844350261549,0.8765557281143508,0.08862833800314367,0.8210065695805624,0.4104903054789368,0.4602375847386644,0.22164520633294352,0.6608795604798591,0.3946583570090082,0.0016410923711410572,0.49433989726722577,0.39205218550331,0.2650609848912058,0.0001529152867962659,0.004078946512486026,0.5867627564661037,0.12539865980105053,0.0002095760031751114,0.5702713241621419,0.8563965916581977,0.019073236511859694,0.024444626949190473,0.05203994983072797,0.8909803091172126,0.9101065294051122,0.8268032358295322,0.9583830971483522,0.5176872381285755,0.005876894032920258,0.5297521068875934,0.05583787061213864,0.8269689875050263],[0.6574839498256013,0.444532110677256,0.5608134400540272,0.0629920216813642,0.12744818482024453,0.020084887763782002,0.8832652624118233,0.5746468543717571,0.5946107485515303,0.7498434346733565,0.4963257375430307,0.49675641049013086,0.6042670194513877,0.4186476101209768,0.4658267767123787,0.33988491709292434,0.01592550760925225,0.3261323864424124,0.5859633067908614,0.5505905899698975,0.07045955882402094,0.25005913805433744,0.5645268975571788,0.20148175678392374,0.16768204529888592,0.10984944150769349,0.7005730433337615,0.44198194689544085,0.22624768161398429,0.3572110271363642,0.5798713458207965,0.0013241279700850217,0.01619659163027071,0.16414786074431115,0.6517980502496077,0.00023505728825451455,0.565046949089583,0.8304929744116778,0.1661620298756921,0.16465343763104534,0.6046775239338097,0.013851027206420579,0.8585080743972785,0.7888136004900046,0.8056610748699629,0.4132976945826737,0.5902268146611348,0.7451745123139922,0.7217986973170757,0.6832619476304409],[0.5820043081224692,0.849346031336665,0.6146898869523116,0.5721141981058213,0.01980772131679526,0.000025300613515312706,0.9001513481649864,0.8785814901502893,0.682371614447369,0.7100991112656976,0.6173149312534136,0.00021118344064140193,0.8728958867348559,0.6773540882655315,0.365648950193912,0.2867661250698259,0.0010852783558714639,0.8548551521786016,0.5516142018517645,0.762961903065886,0.08414063032979151,0.06791105401093056,0.13048279392869835,0.5332192477648154,0.6724255191064772,0.030801501400002405,0.5245880630238755,0.00005908214787434689,0.5149321294824705,0.7459562469508259,0.7254873805874272,3.890504054141231e-7,0.002071109650322392,0.15435726947835834,0.1703216783039228,0.0001157910979204902,0.7525644172072797,0.45900873360633887,0.007136286482302776,0.000856671045983353,0.05656845922087702,0.9549816556024596,0.7318323564657011,0.6949113601375865,0.7360815519897741,0.47168132724589024,0.05819814116591358,0.6827829705645556,0.04766431262171895,0.7259217917956197],[0.644601558853477,0.6204370306235514,0.15155495658684806,0.23902893937555644,0.7609802435293487,0.9196573663820893,0.00002626983724179683,0.8285316540835459,0.45539681038980845,0.7408180492169868,0.2204920765226986,0.4601324216667642,0.0006091630277114328,0.0015096904350563756,0.4272154954613718,0.4972069095528934,0.03539537713986137,0.18110995319616266,0.5076418014368208,0.8046626659956896,0.8270072365870703,0.45493534537938335,0.5099889620425543,0.000016889276642459575,0.004223573565231557,0.008191396861938259,0.6564830180092255,0.32690719551648967,0.5801436819797335,0.27604854849977645,0.013084667782746418,0.5898919341814197,0.7242563976744737,0.12223446950258932,0.7267163294649784,0.8155892500749021,0.6058811840098958,0.7709158258240785,0.0023502252202394413,0.2749777430493374,0.04002393799157957,0.2646748394548597,0.00072502508258762,0.30923890257569225,0.00824502362899142,0.00002508847096485786,0.6087483623829294,0.8205022517191214,0.5799536805596317,0.7327238011776361],[0.8827243292538574,0.39299625609274014,0.021558470483489713,0.4485522129135254,0.6767849048450898,0.026105162410805013,0.003927291474811968,0.6738038245579093,0.7359210505206982,0.719259356479527,0.11392841073471326,0.03781851709724259,0.2622709205482445,0.17210565820015228,0.7189771756309353,0.5646552896324781,0.005235424962453575,0.010036772774153092,0.2430654758532728,0.715851147855592,0.054940062557357214,0.012458830549629249,0.7009169040345694,0.152552001887558,0.09529397743708434,0.18744600482992,0.7125021556137044,0.4279825189987142,0.5199453592570246,0.1479614622371245,0.10116534518881175,0.15640812597207088,0.6272179762429662,0.364010102336052,0.5619350612328216,0.5681653663821656,0.5504140766902879,0.35148340008922097,0.5916827065362649,0.7784634262890954,0.15095861000882776,0.460163972391462,0.006151367462520351,0.5207333795210114,0.01489098195096598,0.00009851927079414114,0.014499758653362645,0.7386625597253292,0.7179713019024284,0.33172124476862586],[0.7206608985515831,0.5761118367355511,0.9172768126761084,0.32875382833751887,0.3127625774252313,0.5482577135286064,0.0013413662725197113,0.5599768906525465,0.00010561321171724009,0.16028202620143445,0.261489944321977,0.099793334559441,0.8223192691730207,0.053541336898688105,0.6498811503168881,0.06836877552628588,0.48114509074026723,0.044185030088282916,0.08036802651925981,0.43034594488539535,0.8520298038960653,0.7847867942657538,0.07246849713058023,0.14979393686846862,0.7502418288539437,0.4314447475515524,0.816799805271395,0.2328549280947021,0.007100259467251413,0.7668179778007078,0.37627051901189723,0.05280203489813562,0.8387599010307898,0.31931234364177397,0.6627454648291583,0.7160259789325326,0.426522530181142,0.0020294423319183992,0.0442165515052357,0.012539081549445021,0.7671919186587809,0.19105418652570413,0.6623405222919644,0.5158898060324424,0.572829463235594,0.04424704957008072,0.2580997923995579,0.9062639797608651,0.00008420899074660439,0.6909020396702669],[0.475325511963748,0.40716331396000993,0.5610530088203485,0.039006003938114785,0.6088521177668941,0.8009464343335115,0.008424076029710993,0.31694203445459596,0.0014777048384604244,0.21014863184765822,0.7516618581508636,0.10227884653347603,0.6340613797176619,0.11042545548877182,0.5438283084837323,0.07620597078204464,0.7884879032140608,0.08772668171527999,0.08881510104098914,0.8024820894772379,0.3776582277436503,0.8348369172652447,0.030360740253543635,0.2618713818169023,0.7116816717321397,0.39218343996276633,0.5489217516077372,0.1767595554158265,0.03565477445327673,0.5978658545544873,0.5911752643698676,0.08632352690987852,0.5073932095618221,0.1964343565782482,0.604645728426567,0.8891865804721146,0.558740496702317,0.018060570823847242,0.014843796603337173,0.1728710391641808,0.7461004120878577,0.47362316397275056,0.5096344773830057,0.6609065641309704,0.8393466677214081,0.156891602815912,0.5807682062531175,0.787490640815242,0.0018658966571159874,0.31398024447418316],[0.8021439322355826,0.00010324142263125274,0.11523282404942788,0.8383074465703518,0.47666832660457553,0.22501833238464428,0.010105878601723031,0.7664046283310022,0.0006352007714217487,0.7071902630630127,0.6985218101270929,0.42046991673456047,0.5994882019096395,0.8009356005807163,0.5902530611390214,0.3148128007467059,0.0031542809292295685,0.6759757153049385,0.19296058793656498,0.35262183302799055,0.0010049443105388809,0.11505381758225237,0.15101752897226425,0.6346762586523411,0.5255885979200247,0.020533296372665304,0.002262041650902069,0.013496040197074361,0.5134797908696396,0.025016752181853917,0.04452640050617565,0.7038622456669963,0.12138396111447752,0.000015836470945120926,0.6086979538344288,0.7172701702757939,0.0009395128393571497,0.7316694827373218,0.33704612515191656,0.7507705489880919,0.004864073270047633,0.30290468526182673,0.46082326101821236,0.5471047435850113,0.35716180948084975,0.7220410612831714,0.7249247710295674,0.36081746689066274,0.7106698934637241,0.7913068828051065],[0.3969213536215165,0.705867520397849,0.753257108656966,0.5556565663973217,0.3886957306243586,0.6584231578714002,0.19439891966656725,0.5899682813902686,0.07443601325363176,0.004268578535215532,0.6018621812164804,0.0029213122116461014,0.22129079874974483,0.43512666843196185,0.3555627550436974,0.6546968159261545,0.030885098695158677,0.7224854928221967,0.33638861994294794,0.6773325789168911,0.04009121351162234,0.3941973143656029,0.7702086293216123,0.4223426700403432,0.6140977330528634,0.0008945730518103696,0.23809816591401803,0.8609169673262793,0.00004401698974317908,0.6662214637472547,0.04144428440824346,0.5128674772487468,0.5208889118566132,0.5703789886045765,0.0005078526437440779,0.6700905947389536,0.010889740466548996,0.37378084831820757,0.3557584949961579,0.4038887554508708,0.18416612405132626,0.38310521715217366,0.41856655474876747,0.11048919219403713,0.7095970372595886,0.09505839904594451,0.012607660772808475,0.8004444368468603,0.34988559404558317,0.6710207143234892],[0.5667493871294124,0.49240478070161975,0.7537104231561567,0.6937230437104552,0.45336134333933675,0.5110824432549613,0.6539891293558745,0.47210334914996066,0.6131032560484112,0.0016051627714298079,0.7790600586133372,0.024352710693993355,0.1296187184461776,0.4880405902617563,0.7966494689734549,0.13777730316383396,0.3608097626755971,0.7916522257075435,0.5917654442401987,0.48990013405128224,0.0064219330750576965,0.628340583736687,0.5688783487285888,0.13589350282601592,0.7821164327089636,0.002296715758842979,0.253698439352039,0.012873687031311748,0.00009256105668893977,0.7669986008287818,0.7127893905998667,0.4452931721855323,0.6673073143629067,0.6410875944176009,0.18139223121015263,0.6155220157386918,0.006265780011168492,0.7478213056105588,0.42149076976673977,0.8284670953299326,0.35247937051547423,0.7219772616262214,0.7095146057030992,0.1761796399141163,0.6115507862678965,0.9116062834747707,0.20919538176379426,0.005857463507542916,0.09592398999028266,0.6598154300283985]],[[0.000005202814432076719,0.00007988455314331797,0.000036723567746753426,0.0000020034507328004177,0.00007889974784069972,0.000010024764731151602,0.00000407027415389108,0.000004464640609240726,0.0000034476318189647424,0.000011848950236986623,0.000005864521931812808,0.000022288877663757308,0.00003205175416788278,0.000011778908006399707,0.000007093211211472505,0.000028685355102045937,0.00006075301247782773,0.00001502293371206242,0.000035940294806955654,0.000022693142943782558,8.124605988459037e-7,0.000047831980260687736,0.000001775180608962568,0.00001501978604563244,4.245159569397775e-7,0.000006450791489022947,0.000027792386190675567,0.0000023660182026437434,0.0000036535381873503637,0.000022654398282830914,0.000055300504760750046,0.00004750112236107994],[0.0001768718217188358,0.000007038825979418645,0.00007080543115765387,0.000010656259204832358,0.000029029847376556557,0.00009215861950494879,0.0007002942193738457,0.00006234783020600085,0.00010009386836318239,0.00003404407713383712,0.0000025714819693659746,0.00008034984654820174,0.00011925583163522361,0.0006917060254483872,0.00009654243008381828,0.8352797231872638,0.0002525818865521462,0.0004908673882972419,0.0016556895259473953,0.00019298941473368134,0.000004393704217625989,0.00017378365224127374,0.000004408802727857889,0.000408140758791986,0.0000036955531188825526,0.00013109938207088017,0.000331591513698136,0.00006543075163912142,0.00023066772232487975,0.0001374884475969584,0.00001991472623795227,0.0003589367489883886],[0.00005330947121945247,0.0000010672044898767956,2.585277282823632e-7,0.00005373002932394481,0.00010316635696162674,0.00004977793064585642,0.0003421420287546583,0.0000012326652727210115,0.00000471381874464095,0.000008528811409060425,0.000003562627232874916,0.0000061815385875613985,0.00015744260919722355,0.000006999486302868952,0.000013541321142560684,0.8511623974630135,4.492522511097498e-7,0.00024774287048465296,0.00008781001143804488,2.805048884061963e-7,0.0000037565755845057148,0.0004481074296743172,6.036913361503736e-7,0.0003568429174225641,0.000005552936444868342,0.00005642556201909605,0.00011700845909194023,0.000004486886698881543,0.00029315406949902915,0.00008328652969583911,0.000004529514139173888,0.00006561958435440793],[0.00007887412711415224,0.0000775202553107069,0.000012158086322313087,0.000016177100950543075,0.00047188664839879204,0.00007743498434794204,0.00017802653491846753,0.00018426059030367955,0.000005506853356077776,0.000026106525818535482,0.00003139264920849861,0.00001877942999591778,0.00004265351936583664,0.0003387291292313946,3.614977419839505e-7,0.8616459981745447,0.0005007696357702542,0.000004975957032795433,0.0002190573975380215,0.000019702372445905163,0.00003415069077129607,0.00004648587604737486,0.000012980164236558043,0.0006396721705926256,4.6434610017369473e-7,0.000010861702097798851,0.00003075834473288138,0.0000157127563044971,0.0002184282577518121,0.000042995957265136236,0.00000905235255965032,0.00018441011474394991],[0.00002772467090325193,0.00018300176510614136,0.00019152209813596665,0.0000041267639518373965,0.00017421608627331224,0.00010147967261593336,0.000024816687766767404,0.00011512513078902945,0.000003774955808623325,0.00002431980705332157,0.0012074440112451869,0.0009207941592145037,0.00006285711054265122,0.00008469442906878242,0.00001273451624185386,0.00016123121694515782,0.00003259626242922503,0.00007507977994742795,0.8535647106237093,0.000043976172385959044,0.00004499903988008749,0.00036038380554387117,0.000012078964826792091,0.00007694767555197682,0.000026451933043289757,0.000018257954926355402,0.00002749639348713281,0.000018211416355479013,0.00023196030263069952,0.0004888339385485547,0.00006383353786027002,0.0005659368870156383],[0.00003144195583871297,0.00005390896546151703,0.00009172426691132912,0.0000013189201094143132,0.00041973295119010457,0.00004079660318451375,0.00006899132427874388,0.00010501576078647743,0.00025597371255060305,0.0007446959556252707,0.0001026338922784715,0.0000962313834188821,0.000023300728314738485,0.00010938462339774875,0.0000018289080088855118,0.001105643500372909,0.00032190486396175915,0.00007213682626088648,0.8459329678532254,0.000305319518782298,0.00009155245854421552,0.000033537146494011604,0.000009503185505082871,0.0000145615099818904,0.0000026614873841310655,0.000006856854276145439,0.0003802186429481336,0.00000453555218961079,0.0000026498311782348384,0.0002860915084017742,0.000016084391006797372,0.00020477637636776363],[0.00007973502256581701,0.000004048682951389027,0.00021302802370205435,0.000003955649908104591,0.000011819496350788742,0.00008604914227404332,0.000023029129060962298,0.000082726577038673,0.000031269568992256586,0.00006118792321051049,0.00007185537698297424,0.0010935165069280235,0.000020403350903533113,0.000060542255173750115,0.000003867072257237653,0.0007803723820985006,0.000039148328199825924,0.00008639070557311453,0.8367690307940853,0.000003722103131335255,2.295815592190652e-7,0.0010078182881582568,0.000001594336183608178,0.00018007463353670683,0.00007727256396407984,0.000026058062077999537,0.0000020497150723958986,0.000005535644781292677,0.0002036345025747675,0.0007714072101317831,0.000008089284493766911,0.00026616181263123894],[0.000012510546025899104,0.000018042606490882493,0.00005634862349104963,0.000022586044714898085,0.000022199848799298685,0.00029494892535500796,0.000027648466121694936,0.00007355994311455487,0.00013605381429055495,0.000013271396627937949,0.0002308147829522177,0.000915450347009163,0.000025640513586588905,0.0000361566115775836,0.0000621322671920907,0.00014315153316928438,0.000037611847022916876,0.00017310118626805677,0.8507946722044536,0.00002355818128327055,0.0000017989485592835347,0.0007077265116805175,0.000003975769100123307,0.00002123292848294104,0.000037189780025796036,0.000021806862020906114,0.0004059420688651268,0.00004610597721062028,0.00024313167568982747,0.00017613357043088957,0.000031137438025852816,0.0004855501564761813],[0.00008821447673587768,0.000025083348615113797,0.00010321033449823812,0.0020751086182597273,0.000013145184391395013,0.000097840504713209,0.00002261322834755116,0.00008180580088592948,0.000005346603455701412,6.843056175107315e-7,0.000012049170717652362,2.0581078441287724e-7,0.8295535697290807,0.00004450777756885765,0.000395427590411995,0.00032534193752567416,0.00007932557559532973,0.000014827483244382555,0.0000032021979739119663,0.00010309920720950293,0.000002678378809344954,0.0002107112751776621,0.000005602396223584252,0.000011109111391623418,0.00024312057054870918,0.00020360466014569435,0.0006769862604693483,0.00002679613239750466,0.00004876423989358743,0.00003878971880045217,0.00003959304053195439,0.0000761264450797136],[0.00008471800440955185,0.00003996595469802141,0.00007010646799752413,0.00004013756258832613,0.00001401233689231613,0.0000678418732300171,0.0001272300044016788,0.000036407492846895665,0.000006292788284473058,7.75849129279377e-7,0.00035232130571472524,0.00019678889557017438,0.8540636634318559,0.000012118850150470987,0.00001571622614395575,0.00004898781311315212,0.00009568750278024229,0.00022583467384093743,0.00001759554320565685,0.00002151200188048093,0.0000018209293637822958,0.00028979110130509617,0.00037011034784007813,0.00034114802119218114,0.00002540886442946849,0.000014236798766411149,0.000017491259115915935,0.000003880207031144281,0.0001723407971925032,0.00030399637034468104,0.00002076158416835185,0.000068156695775003],[0.00026582019981879795,0.0003433338187160336,0.000057357636533460035,0.00003594989512563816,0.000008641678546042482,0.000004065382160579151,0.00009051886851156619,6.875582862515996e-7,0.00006323522895070295,0.0000021935598581024375,0.000015183053896971435,0.000011827286011864044,0.00003668003229773437,0.00008573413391757487,0.0000486787523519449,0.00006956836192586678,0.000031778090013593916,0.00045162541244427945,0.000015165720503990139,0.00016713623612450837,0.0006711860244079911,0.000020536018204075462,0.000007818990913374492,0.000012131245955954547,0.00007012543222382663,0.0003267756172484785,0.0003873418962451399,0.000022363234596725366,0.000024743262195807783,0.00023805135251821425,0.8672062990453057,0.00000986401503956704],[0.00006632618976767042,0.0001077004350017814,0.00008320955170304535,0.0000392001879477466,0.00003198377999561948,0.000009192438842866381,0.000057713752806653536,0.000008532329181913602,0.00003972417014574518,0.000011135112842202304,0.000042871211301991695,0.000027164323381541342,0.000027718314563895156,0.0001223742482811984,0.00001504602780042667,0.00011929913911187347,0.000010783000634595671,0.00014894587596165406,0.0002580605558932495,0.00012755056545506248,0.0012536381748309892,0.00005257167413228191,0.000005756741758368275,0.00000762376921672373,0.00004141491804274236,0.0006547592096686336,0.00039698215735004607,0.00011052684230841337,0.00003793468540340286,0.00012000287705062724,0.8541437247921261,0.000015738440576650477],[0.000806948343085549,0.00007701677696696125,0.0004391620121184346,0.00003686584910392197,0.00016279265422532713,0.00007941938561955695,0.00022339360937498735,0.000011510115275640477,0.00003696697912462266,0.000021237915080003637,0.00016821539589402835,0.000047724756332778354,0.00011329316392447546,0.00047052852298717473,0.000036142999549168614,0.00027208155657322867,0.00011741035251026774,0.00022602430222283472,0.00018755131830262996,0.0004083633320842482,0.0009701513056753233,0.0001775009666509329,0.00011804218260329168,0.00006535886624652254,0.00002494464368015075,0.002055893960396686,0.0003202177559890817,0.000039546310401933287,0.00026213018107230907,0.00047066117476326477,0.8347824457266005,0.000048908270303008404],[7.785850376600559e-7,0.00001681012291178043,0.0005418571427016716,0.000018285183103068683,0.000013701193986114096,0.00016553497665477694,0.000043738203161921944,0.8621203483033474,0.00030891220362164477,0.00016993490426867042,0.0001442789152242642,0.00020339217548138517,0.00008601929353508188,0.00016546860419663207,0.00001163731631646822,0.00004999368209427707,0.000002295767456953267,0.0002907792271127443,0.00010562519570977528,0.000006161738164521201,0.00019265594308798636,0.000033938510574973284,2.954259930055581e-7,0.00004006596168051619,0.000025734924052380757,0.00019143605638678745,0.000008233845844325547,0.000013394558053993889,0.00001980530892580289,0.00003191856567748494,0.000001274491712261083,0.00006676298274618416],[0.000022032600894328367,0.00021730613205408797,0.00003554642401964885,0.00005891096576885413,0.00017486745543268946,0.00015593658336821768,0.000018157155148811268,0.823063790425241,0.00025401061381703126,0.0002389504484398322,0.0018529299691627033,0.0000516337465023956,0.000012167893389635013,0.0007625347066688304,0.00008236427306244584,0.0002895958475912507,0.000011899619172291654,0.0006470384256354642,0.00006146337759215217,0.00002881352511623017,0.0004470497414189895,0.000022912437408778008,0.0000029954543888348967,0.0003506902368905153,0.00006336245365506888,0.0000017927791731144553,0.000017249921491961364,0.00012609818322721844,0.00011193466631929641,0.000057315969654244325,0.0000013929934647293498,0.000234032420394274],[0.00000897411734640538,0.00046291914394062543,0.000020041135381892132,0.00004379502023593639,0.00005619300714881014,0.0003159012020216076,0.000017683815055157267,0.00005767575106945939,0.000003926234297887778,0.00005608644810137698,0.0000031870092459769124,0.9387513720554107,0.000008949171878069552,0.00004104651151160034,0.000013993545192187114,0.00003700186225405987,0.000008538407556789542,0.00009098197115353628,0.0002564017617824007,0.00045661472948129795,4.499772292818695e-7,0.00001695524586325337,0.0000021986241131199425,0.0000061700615671550185,0.000002722935635755984,0.000007791470679225993,0.000049115481272429413,0.000006451098915591685,0.00001653334722109835,0.0000034633451485699225,0.00000828608175561539,0.00015943989504440612],[0.000005093924089877196,0.00008768758877790238,0.00005544072169828996,4.694387426755577e-7,0.00005591262591269935,0.00001637012841866529,0.0000026828887360031806,0.000001090538451337295,0.000025980713269446604,8.243434741216952e-7,0.000005411353758072804,0.8904706016390037,0.000018506905743345267,0.0000012597848842317872,0.000007627530477370521,0.000010087377819726118,0.00008688827564337061,0.000014537979635355258,0.00009348590760887104,0.00006707232768122776,4.42762419498276e-7,0.000046749439924343755,4.818290066018774e-7,0.0003164409762014903,0.00005506103307307451,0.0000018782511230301115,0.000011874919598998311,0.0000010292786258615902,0.00002855891974177341,0.000004158829237310344,0.0000023435568147105646,0.00019657840536308247],[0.000008549127703636224,0.0001779872917715839,0.00026643421709271904,0.000002880769514938145,0.00039728118521740254,0.00021687164606301972,0.0000047181313381534076,0.00001576133703430405,0.0000453245470531478,0.000012102507909351823,0.00001616426633080755,0.8736809840275637,0.000004424089304338647,0.000019060929109591713,0.00005570372178784253,0.000014309755616555047,0.00042933208528947545,0.000059642593536000245,0.0011108683542008066,0.00009713090631665166,0.000001869258006842463,0.00006072785951521456,0.000002206476697762554,0.000048630815177799395,0.000023025487443932762,0.000006905964098501949,0.000004666213215365719,0.0000047153796336806705,0.00013861839798669828,0.000018810114023388612,0.0000028182240278787717,0.00009183723389023199],[0.000005798864318106527,0.000017742440111513972,0.00005623337206172599,0.00000559060088084549,0.00004944285536847562,0.00007980775711331917,0.000028518383758771197,0.00006533477673700506,0.0000505874995489314,0.000016894483957147877,0.00002469756114636097,0.8835821543519264,0.00003462711268575686,0.00014633731109416705,0.00011630022164361512,0.000013623640657587517,0.00004337752957029938,0.0000036380183278088697,0.00024431564411429255,5.524641501363952e-7,0.0000033618069682644827,0.000016955356082393443,0.000033637939574043903,0.00003465962748772399,0.00002618669389162144,0.00003363856839779046,0.00007407104951962046,0.0000012344035787147565,0.000049841725712716726,0.00003597635569924712,0.0000062534708161786235,0.000042645524985323425],[0.00001022915758988039,0.00003127425110007264,0.0002994431206250121,0.00000346785334696069,0.00003366188726532557,0.00009324002371907738,0.00006066025965408027,0.000012546979451743463,0.00003147119321789882,0.000006249033980640965,0.000030021336498456198,0.8656837311049848,0.00004770170840525314,0.000008531590884710588,0.00014141366706270586,0.00001405021597803952,0.00004602935627272938,0.0000311606662048325,0.00020642096590410257,0.0001719675360194574,2.611996852553992e-7,0.00002673816519144556,0.000012280022239639285,0.00000469042589982175,0.00009614433702017398,0.00008213457726038921,0.00017169880915624347,0.000011440557199725355,0.00008886962356801776,0.000004719041662004122,0.00000387872716354861,0.000014954238362100216],[0.00014990461700992042,0.000018427047676532523,0.000024975356036223077,0.000002263453146780641,0.0007002188764879728,0.000024109426890539783,0.00003278661368122411,0.00024755773729591494,0.00005541492634239457,0.000009257728273253951,0.000009250963249513847,0.8675598798425976,0.000019206372621857803,0.00000806970487804075,0.000038012526264931435,0.000018858176748976425,0.00010593963330813833,0.000029986596284327108,0.000692730967105755,0.000034640449830224814,0.0000012971258476712627,0.00007335931592950258,0.0000016434323227893965,0.000184929049846344,0.0000792476091499663,0.000021616044137070742,0.000008413637055680686,0.000003990936849552155,0.0000556994022822976,0.000004493555673819624,0.000011352277688333835,0.0001434146944598233],[0.00010697953374549062,0.0001440217611739124,0.00008334924835103584,0.000023405890872451774,0.00033465985839301163,0.00011753265232466385,0.000011537103772837354,0.000030715226973386266,0.000011772082964776171,0.00005974494787294812,0.0001024034314314912,0.8750296945298356,0.00002623097398097533,0.00004688101980335085,0.00009008489111724427,0.00004013360713573916,0.00011668129800191251,0.000004026902402566436,0.00021775375990674956,0.0005193842376440502,0.00000781849609337078,0.00017391032517339322,0.00010019426675622931,0.00012530938632678663,0.00005467395720159551,0.00005549186399761561,0.000017246865292084658,0.00002307290732176745,0.0008600773465842674,0.000007645766966774887,0.000047633362436356375,0.00047921620285405254],[0.00004017349792082075,0.000030346589801691946,0.00013222071920016723,0.000015152637081738753,0.0000024138207869978856,0.0000033338587312019063,0.0007671801644743349,0.00000634886513898324,0.0000663691846680215,0.00000917613724635923,0.000005091107291580751,0.000043300772511609656,0.0003238156462935686,0.00001021419794629644,0.00018292589645767403,0.00003054548036547137,0.8449775840772653,0.000025592322313919872,0.00003055682353058443,0.0004979640069723404,0.0000153409322483002,0.00006949373704327436,0.00000570348446161551,0.000019639758496375828,0.000028867263309474407,0.00025452360389039964,0.000045576991123980534,0.000005561490936234789,0.000012030191849492215,0.0002149636510323689,0.0000039486441344589055,0.000047933992404743225],[0.0005879355288056854,0.0000401290735254768,0.000007569443805234651,0.00004572076967232847,0.00011464277036511648,0.000010369573005570837,0.00015785116319782605,0.0000012427138740216357,0.000021027370248377053,0.00009835586802228639,0.000010661303447944254,0.00002524774718041343,0.00006350477902489771,0.00016468756051320164,0.000005515645887174781,0.00004009418880499696,0.8858993521437728,0.00008735741689867983,0.000011123460780014062,0.00004452768660127673,0.0000016304370999907381,0.000047136223550781115,0.0000017766363585062799,0.00010276225626751515,0.000008806514384932772,0.00015331250932718095,0.000010367668385564036,0.00006006438494935483,0.00008990312944333406,0.00004385216052110378,0.000001186240571632756,0.00011527509820483837],[0.00029287143337899436,0.00017317018894289895,0.000018523344981372508,0.00003534359006304594,0.00025523297273857256,0.000011439442682720498,0.0010556395135306817,0.0000020665967013124358,0.000004612463575596972,0.00037555535241346594,0.000064409700043885,0.0005282989489723825,0.0000336761948645941,0.000027715965563020633,0.000005892975877557499,0.00004589349743907569,0.8428605316139429,0.00003399691811126841,0.0007219359360299135,0.000031209919745651383,0.000013787185857199002,0.00002164801097313711,0.00002950256327468367,0.00016702086235098149,0.000013940036136212112,0.0002969876760588595,0.00008556534236599476,0.000020996632383887365,0.000005430207911425427,0.0007133574257084738,0.00005707244499823651,0.0004414516840478034],[0.8363420828808033,0.000046794634616393635,0.00005679540992889455,0.00010663207783784715,0.00035335919191086765,0.00006235846914348708,0.00003566210334026731,0.00002414383605964648,0.0000628896468520606,0.00037751660241228666,0.00002748726239977854,0.000013492414667186743,0.0001789792728131484,0.00005011372576213028,0.0001131627594624547,0.00022210751199304278,0.0005446257351065586,0.00019457224586409675,0.000005755978690364997,0.00018983213719552474,0.0004992581731292269,0.0011598428421474899,0.00004200636354135422,0.0002934575060237833,0.00013192971467606556,0.0011623778956428247,0.000009080431345995068,0.00009196045327965205,0.00009627580011372724,0.00023772607793887777,0.0007768938451769068,0.00013340695237620045],[0.8603582797352226,0.000013054998459817232,0.00014699605229309887,0.00002160803163583612,0.0004999476590122841,0.000011100435850256863,0.0000069444995452474045,0.00011348340097850359,0.0001507840268914838,0.0001472166113000777,0.00004864687845757343,0.000016000913689074672,0.000056280577357055004,0.000005786306637054124,0.00025557820436667095,0.00003426509700381693,0.00008337413629326742,0.0003042906875843517,0.000038369251618288676,0.00006472875660905643,0.00038386453126920656,0.00023972897558877337,0.0000031221109918113664,0.00008926025745805734,0.0004508355541486613,0.0007150567420394163,0.000009113699249511518,0.000005067135256700477,0.00005504157876736812,0.00011179016701325864,0.00008727349677482336,0.00003918187387856431],[0.8441644801560227,0.00015362680739995134,0.00011437211649582881,0.0007076385921617888,0.0006437009437145399,0.000012407126614825232,0.0003171494667110662,0.00003806942823662981,0.000027362293762828,0.000008545176373051694,0.0002683660041126817,0.000012274804406033384,0.0004931844227866675,0.000010880616994771906,0.0000054710500429315345,0.00027235816533887795,0.00040449253860500733,0.00011461528716792709,0.00003846522823457894,0.000052154758098530805,0.00012070073055308722,0.00014319567112211585,0.000001800933398241939,0.00004759258704860882,0.0000034289090633875238,0.000042092126907850835,0.00007412475686857982,0.00004275404400621315,0.00011284986375529891,0.000009683848679876765,0.00034263858427067897,0.00008874954995307704],[0.0002338821803198199,0.000012743367121632092,0.000036901376435540296,0.00006213147121156166,0.000023131768753003363,0.000029411771984314788,0.000014192888761430762,0.00030430851225235315,0.00036375701085687696,0.003049489566460692,0.00001405731598449379,0.00016371468633364776,0.0003026622723618057,0.00005235521085871435,0.8397888926724151,0.00002539137943806648,0.00005104540533017751,0.0005721076996810735,0.000016424956045821988,0.00042719377717515634,0.00035435779888809426,0.000009404701388927898,0.000013758775251658958,0.00006606598853422491,0.0017413032640598773,0.000741933268904267,0.00025390170845568247,0.00003795629589170214,0.000016130170386540912,0.0000045808271162403904,0.00002679022108134299,0.000026570422815577385],[0.000020638704726112232,0.000003291120909847019,0.00010862200499445817,0.00013713810606913647,2.523198772932204e-7,0.00001600877678101745,0.00001852581368415616,0.000013313986617628714,0.0006007670406464352,0.00000918979704091423,0.000007961123037238642,0.0001043925638745134,0.00019879826196651248,0.0000013486292338680734,0.836814479172208,0.000007582351004466607,0.000009575842182293471,0.00004787507931173207,3.685767330313554e-7,0.00015724675424595464,0.000019325092177513173,0.000012091057904118984,0.0000022030242802226353,0.00005305703645384771,0.0007280314079549466,0.0003789560721970014,0.0003530588648587143,0.000002110621585046836,0.00008628999694542376,8.080322562274692e-7,0.000003383367137814026,0.00005795204291265122],[0.000014433326975227605,0.00008313748002845251,0.00007691470115499117,0.00006805858998705305,0.0001347451073764225,0.000009175058738427534,0.00010704815425832619,0.00005191472463485033,0.8435924001549164,0.00004906533397682961,0.0000041292632269910275,0.000003935014940549278,0.0005810022775782613,0.00013031159875958071,0.0005620867208815138,0.00009270372137386153,0.000024460629801027027,0.0004853828785350925,0.000006273083444846911,0.0001470163913000977,0.00018444248813589804,0.000028255903749490923,0.00006324660514819605,0.000432692406981644,0.000014787877308516638,0.00009635646844250971,0.0001723253324738435,0.00018908614243517993,0.00022817386558370844,0.00006014760799033689,0.000015161114328834678,0.00000457510037609125],[0.00002393574957588837,0.000027948683082813658,0.00002217052438071941,0.000004833392978750792,0.0007455039808989697,0.000017106687332954497,0.00008099699980964014,0.0004636779956061511,0.8357290290651683,0.00021859261019337568,0.00006776572741186731,0.00001807189097120379,0.000014094806750167575,0.00017168599358266868,0.000060875601869645264,0.00010309092404445187,0.00011844501933336836,0.000666123765227515,0.0002876093469001046,0.0004957384731367167,0.0002203118408831049,0.0000431205005820122,0.000009127907602000394,0.00003629636322883785,0.00000801339190052741,0.000019568845708801942,0.0000012976455923784614,0.0003391540700492148,0.00009665451263406947,0.000014082076179209537,0.0000027862797526794065,0.000003519359185425554],[0.000006104364176358313,0.00011825467576963694,0.00007305111395590228,0.00025566250367533465,0.00014941667791332138,0.0000866751988487447,0.00001321297853418857,0.00008014419238881786,0.000027062140917192597,0.00007890832347677512,0.0002938428398305167,0.000019900901683226114,0.000057120782416432826,0.0008906351143307763,0.000021850263617004798,0.00015495087373991836,0.00004247760082315342,0.000042997338479235385,0.00018639710726149776,0.00000399607393279081,0.00012893402131811718,0.0004220175171129281,0.000016777662534709683,0.0005943551360197776,0.00016786713243651625,0.00002106304300390147,0.00011661381783930263,0.00008755121863576391,0.000024324406898006303,0.8341012329971337,0.000033185566533549486,0.000718253109001725],[0.000051238122939249736,0.000045659730610181205,0.00010022147375044977,0.0000625384587583481,0.000021884636315407123,0.0000037954574021745127,0.0000038095753007293793,0.000059593950391188955,0.000002158720835130561,0.00011697032204471213,0.00006240347655419681,0.000001073713156993232,0.00011864395687865712,0.00070092586184582,0.000001295995716900481,0.0001544883683587892,0.0005563893543075349,0.000016897635691575484,0.0005910004818549894,0.00007681184119737207,4.096818899287439e-7,0.00000395948778478397,0.000008725802483642463,0.0005258769436972534,0.00005554079301209408,0.000013043541730126004,0.00008003689218834288,0.000025170664965630612,0.0000016030379800168679,0.854950332806802,0.000028637076724794507,0.0002321146399931929],[0.000007300497735186577,0.00004327051149935383,0.000019838789911321796,0.0003494811953571787,0.000023593137577557913,0.000015336414580606004,0.0001794532211917062,0.00002209947438535492,0.00008033000348143961,0.0003058544459950826,0.000016815436520846292,0.0000010947737863665873,0.000027146752023383484,0.00008864937456017678,0.00001245347408437004,0.0004099888787258363,0.00011574935147458138,0.00040040551449221717,0.0005344791953460178,0.0001663473650067788,0.000045892327148421045,0.000592988206097422,0.000025144577304639015,0.0005148011389751906,0.00011470890111498042,0.00014183570619792795,0.0001479843145242465,0.00013959347577381453,0.00001728415861493058,0.8418892147426316,0.00008592780585630164,0.0002766904724011459],[0.000023303951075820194,0.00005701410003213087,0.0003427635133713205,0.00009744811344708257,0.00008761289874041278,0.00001542404080083604,0.0001878040923089622,0.000831210691027779,0.000011954285947174909,0.0000022849994627836496,0.84842076862417,0.000029699477161916585,0.000015106376574648555,0.000016182835778941445,0.0000019667538411769805,0.000053269528688932424,0.00002718028855656858,0.00018026072296310527,0.0009595888389250588,0.00002515409323349928,0.00019566060829664345,0.00021490549992458623,0.0001521275419443118,0.000007472868261004564,0.00018773974944127485,7.213368649269314e-7,0.000009223598996581663,0.00002862473694015057,0.000036123539226653136,0.00024191824563547746,0.0003170066012273202,0.00024499609353092886],[0.00003628573709100817,0.00015284936392268313,0.00010695677998578113,0.00010730322361002289,0.00006250195961312966,0.00014900891036656345,0.00002500246010814124,0.0005135334191384638,0.00005711041199724278,0.00005175229761680527,0.8475079284559056,0.0000791049299352537,0.00009621593955932956,0.000032578618205708276,0.00009633438873522575,8.758276638788025e-7,0.00001557520400853195,0.000014742805243977267,0.0004027933618458643,0.000014360639005058428,0.0009049453691643044,0.000019083642504453612,0.0005846243186086699,0.000007676166580936796,0.0001901589849751142,0.0000017571009133794088,0.00012955353218922604,0.00014669226915806178,0.00006687755317370102,0.000015664460206533056,0.000007932026642791402,0.000018672370164521146],[0.000035927365151029276,0.000012138801429309999,0.0006025165507601239,0.00026775280505013496,0.0000843913726193524,0.000086012617807153,0.0005556523662159271,0.0003347315218262207,0.000017079799184129804,0.000027586291306632943,0.8476069952362214,0.000016839517302526694,0.00002050919189578087,0.00007655758450684545,0.000004858090797118406,0.00001860062179431196,0.00021417165325013238,0.000006626261287829312,0.0008197260192376059,0.000029188140139630365,0.00005580450011805938,0.0004741563827218714,0.00004853604127479103,0.000036907868282074486,0.000009427370549049647,0.000002888298981053634,0.000050376323595814295,0.0000428847839467033,0.00010579750606162088,0.00007345238601799008,0.00002813955389039052,0.000012756389164559738],[0.000004723905054023615,0.0003708639689383653,0.000004704142134932305,0.000004275005907869681,0.000008994752105948966,0.000005659171342112922,0.000004152688855121132,0.00020880515146156796,0.000001878190044452828,0.00012784726055465776,0.00005349361369412875,0.00012914498102726567,0.00006942312463958982,0.0000011460284164764047,0.0000013413814737234983,0.0008451949470069814,0.00006373769539973403,0.0000026482606838722435,0.000964407046300614,0.00001817630721324801,2.8753342654714563e-8,0.001590867813907332,6.007981725099314e-7,0.00026371261031631993,0.000004254245981248349,0.00000417751020603867,0.000001990316261679867,0.000011712500412363743,0.0000036908735969051284,0.00023943760488918302,6.639059430599072e-7,0.8078110013975927],[0.000018757870763866435,0.8189005119434978,0.00003927075379944288,0.0003290914065826864,0.00003591762349296939,0.0006497116906381814,0.00003617850583224461,0.00006677053426798295,0.00004358449607952146,0.000015926678747882944,0.0009084265728406128,0.0013781751610811382,0.00003194448517649423,0.0002895223089202904,0.000009079136878603167,0.000006894816766059255,0.00007562445374945306,0.0001484703893224613,0.00005222323614619914,0.00008298182517023022,0.00026198612798051905,0.00021698643952901134,0.000296719485522449,0.00003646645115856682,0.00000674040783152813,0.0000024344675756074344,0.0004977351104403994,0.00009121125359532905,0.00023646730190632836,0.00008594163429813733,0.0003095834517423747,0.0001921057929090454],[0.00054887259243834,0.0000021543742142593157,0.000029161094092970805,0.000002162630240335507,0.8499506949463662,0.00005480931904762864,0.00029714733219764325,0.000024292385844724346,0.0011224278304762193,0.000015034622589574776,0.000006988850808353361,0.000053732185007727196,0.0000028528730084902573,0.00021012501088339079,0.000006626056052257706,0.0003613736508183897,0.00003712524093285528,0.000025094612061698613,0.00038448685915832295,0.00005579148457377174,0.0005092201934439209,0.00006370524953669609,0.000010351063670702003,0.00007190680762729955,0.000005500016905869335,0.0000942100628067426,4.1894041693027865e-7,0.00006238787317718813,0.000026822637936109125,0.0000030910230441314217,0.00003152743641693374,0.0000035595020749143505],[0.0007157665970322549,0.00007590967763624697,0.00003651312283083648,0.00004234667431967752,0.8496431797438765,0.0002580583418823887,0.00006011711392365036,0.0001887296234078277,0.00006582258187471918,0.00022792296471310774,0.000052759195253983033,0.0011563129906317301,0.00009706426330881783,0.0004199275331750063,0.000047185622498035516,0.00029860580985342983,0.00021951708924009903,0.00011613662227132796,0.000005570125869143957,0.0009046713316124014,0.000024716293469792564,0.00003378028126018521,0.00023601314400282115,0.0005269599748970118,0.00005042039752234063,0.00006620519350626274,0.000007305062141724221,0.000015566389201926584,0.00000757040963019577,0.00014691951043215414,0.00003712142958226348,0.000017375572665490944],[0.0000589581915927931,0.000004228142471072701,0.000017207183535195688,0.0000015127276255680829,0.8796582880925723,0.0001275200317055151,0.00003974054080994807,0.00015853487564274223,0.00003135935113138565,0.00013256054353845583,0.0000261666642824688,0.0006230029948620099,0.000003896613452130366,0.00011627948180533943,0.0000033982282490038474,0.00014301806111055658,0.000028048677203389133,0.000023518921288025267,0.0004035170564355369,0.000025030650685611186,0.0000018614863058490886,0.000050110874647349345,0.000006260148766355114,0.0001470777203046104,0.00001589924411075144,0.000001056644896221158,2.729540587073502e-7,3.315227436031299e-7,0.0000017787900304154854,0.000002451329440096321,0.0000018243322803194392,0.00015410479338565157],[0.000125841152987337,0.000013021040103289506,0.0000012805533808959495,3.75866146326857e-7,0.00005751663042448731,0.0006226426414846205,0.000014380578615744776,0.00009182671150269344,0.00035097574603432064,0.8438606522649906,0.000023653056987890574,0.00003750477101344953,0.000001452444772325288,0.000031046964498588466,0.0006857971171832369,0.000039165379574061264,0.00012049532998867463,0.000013542825143042206,0.00001045670561055665,0.00004723925263949963,0.00032503548297575677,0.00007673065594405991,0.000005581646253143296,0.00000956728843269194,0.000022609637471295636,0.00018450230565524278,0.00005163473068009975,0.00025724546911230463,4.001599186006599e-7,0.00007620871813544014,0.0000041608713833470255,0.000014831968045716412],[0.0009645805312552066,0.0001892649655018844,9.055022426225038e-7,0.00003183315467165676,0.000027351444418513196,0.00011481587383975555,0.0000029228763504278605,0.0005042358743618289,0.00002027133417357707,0.8273320497600345,0.000026997666163829153,0.00005372227383665329,0.000011330671725986773,0.00002150195693371365,0.0012164294245201035,0.00019137047898823176,0.00038719834096783416,0.00006668135477665953,0.00040821150754476496,0.00002622382785606599,0.00030075655778878267,0.0000842489102965559,0.000014021256460542214,0.00013318753838978176,0.00002112166945497478,0.00021359765445625115,0.000026544690356664327,0.00025074267321866417,0.0000025394121359945898,0.0002699253698710523,0.0000018013176684274003,0.00018774039021509755],[0.000028601693985988396,0.0004960715633509455,0.00004695317497384394,0.827780719590961,0.000032089874941237554,0.00011223047638321215,0.00015051511644034076,0.00044802416725854777,0.00003670738747979998,2.438145904750602e-7,0.0005184077519080687,0.0000017098150572883446,0.0012277859321046653,0.0005870273312800456,0.0001901819836997448,0.00026573977455677226,0.0000767501159262982,0.00022161501302198828,0.000001129647107556905,0.000023246125710304576,0.0004825972455327375,0.0003354964867213979,0.0004495894627526641,0.000032470840519924744,0.0005900226583818969,0.00013066527642725578,0.0003514149483479695,0.00006811907315427419,0.0002897648060502975,0.001168660651654681,0.00002264035539837973,0.00002714343758149255],[0.0005801781151654881,0.00009928566533607498,0.00008754209623694753,0.8197140486381036,0.0004668297959216225,0.000005343125310263527,0.0003701496139572851,0.0006219041962059749,0.000031218463958217383,0.00004777872560931861,0.00002318237654988557,0.00001712833249167765,0.0008120350331800269,0.0008438576711087645,0.0002532366924021585,0.000055753247268132686,0.0004603483091714092,0.0005312117167395665,9.631574293407234e-7,0.00002107829088066522,0.00018398161135214938,0.00026712485322059036,0.000018939770214346413,0.00013876340030470895,0.00008209009224487308,0.0015060008095978945,0.00007614641684455189,0.0005771669340002602,0.0002907927268025652,0.0001834017265205964,0.0002603462900094926,0.0002003828595018701],[0.00010857254154197874,0.00006297394599701124,0.00003410315414452655,0.00011301496553739594,0.00026820346367918013,0.8500306979911973,0.000029726180825917553,0.00002910067563046432,0.00003799975530793065,0.0007392539927392317,0.00005574518667383093,0.00012727043652577995,0.0001210762412862266,0.000027378370784102922,0.00022518638237169466,0.0004157197768866315,0.00005217888814792223,0.0000176925051766713,0.00024244177061301744,0.0011401550165686515,0.0000024479086543326647,0.0002869685472203692,0.000024558722311596607,0.00010923801869766976,0.000026664840219727592,0.00015591926837396665,0.0004763461524641619,0.000053807002215137004,0.00007508368104887508,0.00010858148919521206,0.0000012281197737075156,0.00009944307589447513],[0.000003849488979049859,0.000005650283913193114,0.00015485047537568667,0.000058260410389692045,0.00007828508682251759,0.8788709348972114,0.00017859921247934194,0.00019696392508209348,0.000016665870296319705,0.00039243601562610563,0.00023787154433423672,0.00000674067527277242,0.000015622414215618023,0.00004940466288081889,0.00010770540993718243,0.00022733973805549732,0.000002227966063056976,0.00003570131843755396,0.00020495534587210195,0.0003555203267399335,0.00016130812907762715,0.00005342180512668955,0.00007231997491476775,0.000008045034820327934,0.0001069541704530842,0.00011846341964616327,0.0005113442097189003,0.000056066463479051126,0.00008106032540840095,0.000028756177185387422,5.116814292994164e-7,0.000006784407391222512],[0.000007681617798371878,0.000563121797855152,0.00006242061769238071,0.000025533771106034004,0.00018513622949589204,0.8623796431938969,0.00010006976921366127,0.00010669096631295166,0.00009057431880173793,0.00029581157622253805,0.00015062510173131862,0.00009288487198344267,0.00006821770212888245,0.000012463162274896244,0.00002885270861605035,0.00004810925081876002,0.000009437633021305421,0.00008677366142422824,0.000027678033434136514,0.00008874994458501661,0.000078248120086039,0.00032122435449220604,0.00004650719142316235,0.0000980794244288007,0.000010282141193482071,0.00002496363267646357,0.0005108509618258051,0.00003323561540058265,0.00020824630082671866,0.000053506117807751556,0.0000011616664109602367,0.00005955086429905974],[0.000004523828136954912,0.000011313033122201642,0.0000738292441612395,0.0000017326020335448645,0.00014182450422749337,0.00004781206426698742,0.8829733045169386,0.000012261117934560787,0.000023982427235865757,0.0000047494601427088595,0.00035300931727632435,0.00047294291012300014,0.00010004934622676845,0.000008451426131972639,0.0000022054774302549366,0.0003203222326388965,0.0007286748527290363,0.0000992053083179841,0.000018189926088376448,0.000013972510204617979,0.00007837777121418698,0.000006220468213306488,0.00038945543938760814,0.00004275809297287613,0.0000058286965779745965,0.00004137552057978279,0.00004766194041447633,0.000016955117866951157,0.00007201175541153134,0.0000068541666652339006,0.000011426826718803934,0.000014420455926031323],[0.000006126649535099101,0.00004486622675843667,0.00012902365184774232,0.00002127169924605025,0.00002346750008690762,0.00008582503913112092,0.8756048563525476,0.000005848357459625003,0.00023134080355080697,0.000002793038016407829,0.00009061122853672316,0.00009932944130012753,0.00003764425346375935,0.0003267996171043215,0.00000411702807381276,0.00012099551032507117,0.0005826557033631586,0.0003447872731094526,0.000013248718985604414,0.000004412963689233865,0.00006396462907869861,0.00004306860878761704,0.0002483546819238481,0.000011762287031529867,0.00012647120098284182,0.00006190971943325805,0.00011294882166179504,0.00001893612203492646,0.0002696122744492043,0.00015090237740981516,0.00010570460051980739,0.00010327684164515122],[0.00009524848038092936,0.000013461693904979606,0.00012730535886919784,0.00019737241057359747,0.00011447428604937038,0.0000023881760182889724,0.8597721936989209,0.000012255231331368578,0.000023349768358259636,0.0000010295244327240412,0.00004901429621697313,0.000002681363748569392,0.00029315113558296045,0.000015017409000593471,0.00006083711907449525,0.0004770368820422119,0.0008181517350802137,0.0002538642784138357,0.000020415684963990225,0.000029296200486809722,0.00017955930345194137,0.00012284882469977063,0.0000044801667200464186,0.00008617808005396412,0.000020834434797070897,0.000880541564615161,0.00011338651790327144,0.00003447540148180572,0.00006889801933626489,0.000015142747874468079,0.00026505067949979483,0.00008795316499533149],[0.0000138289863165789,0.000013138439761334619,0.00041868234290972506,0.0002477721977474114,0.00009189836764675048,0.00008045719934144636,0.8802745136637218,0.00001883609348335042,0.00012115350555843567,0.000023828221456056787,0.00012250988365474253,0.0000054016205082179114,0.0005044809961043442,0.00011590405552493034,0.00015522476158410085,0.00023814769180639138,0.0005822099077567993,0.00032671912850213976,0.0000028511505205642857,0.00015242568278270587,0.00018251547861319344,0.000028768894072624536,0.00014976512463859786,0.00013416436214485936,0.0000968979172062968,0.00007422223317684258,0.00024518671264210016,0.0001611053206066987,0.00001046821835207673,0.00008009459120032388,0.00004505019660052994,0.00003755564162370605],[0.0003843423712372663,0.000034977001033729425,0.000026488965282452007,0.0018896282823500988,0.00008977933296193231,0.000013203639438145309,0.00028968039922312765,0.0004103495720807341,0.0001418112656048091,0.000013472552088676212,0.00006577973617317949,0.000007363436615841178,0.00005200047681428887,0.00006730361807016216,0.0003329001245137191,0.00021896971701702552,0.000015036332857485006,0.8312327309483695,0.00023952988544092277,0.00012099352561157562,0.0003379399797587079,0.000045662002257362656,0.000003939684861737613,0.0001148495915901262,0.0007705375090725737,0.000013537077134691525,0.00012705006720757842,0.000014302555729474387,0.000013395132412858638,0.00027593303956676476,0.00012893018754741014,0.00003368923851483879],[0.00003076793730631681,0.00005743913740985935,0.000045365671495727644,0.0000041099983445018115,0.00003886752674260925,0.000002867713435321866,0.0009251577833660749,0.00032269640452127886,0.0005041915617670722,0.00015140435745803713,0.00002075744438805641,7.406684955841546e-7,0.000029174641325159996,0.00007457908931752014,0.0003040163784740081,0.00015834750265860068,0.00003540466561804643,0.8333119363787698,0.000156587161879496,0.00004829725161500219,0.00007242575634652461,0.000030076891050363887,0.000004609913802283839,0.00009037549486832304,0.00017278787676065435,0.00011503841752746358,0.00012159899386217119,0.000014018404085412865,0.0001147236524430373,0.0003492392738952214,0.00003346639364010723,0.00007390539015143872],[0.000048778154011461055,0.0003618685986904173,0.00003621107494354827,0.0000017396020825607733,0.0004287606186061934,0.00006948231876215156,0.00007527481006714909,0.0001236205491743985,0.0007970742479315387,0.00009143178384079625,0.00000482608809713313,0.00015557090678281057,0.000010897472307825226,0.000033704071388141886,0.000014468037590327904,0.00003611334281001086,0.0006079202199578552,0.00002948096980745495,0.0000321767712751694,0.8511218434209555,0.00010685582317068779,0.0000040082132259996,0.000006059928863767031,0.000026951110299302,0.000007870278100747923,0.000009704093469408946,0.000003561089561729407,0.00025585605966522626,6.326670648236076e-7,0.00011207275791768619,0.00014408911303473375,0.000019083088131804836],[0.000021385369665654572,0.000024621943799336932,0.00008418847263666647,0.000020549799739920483,0.00006283446065986959,0.0008346576118577557,0.000002681416059443123,0.0000029644921082325308,0.00008648077686050977,0.00007063396613762995,0.0000033216784018701885,0.00007861431759177629,0.00006617470352165789,0.000004216961229316916,0.000073838973236383,0.00004975921361134152,0.00008748482118447509,0.000031840835529320285,0.000005836064487836672,0.8407130244250749,0.00002135753198401903,0.000006680399948377298,6.900084656223577e-7,0.0000014696705485719467,0.000010287613498578313,0.00005621620581880629,0.0005346339392917489,0.00007762469486381703,0.000001177659223439456,0.00013677370487950914,0.000030325240036340185,0.0000024466047068352447],[0.00001757798176003433,0.00009397850083486002,0.0001380330053219526,0.000026198977799932774,0.000318192619289351,0.00001907224392960932,0.0001054862820715367,0.00006252162428313398,0.0009262427842851321,0.0000089130223325912,0.00014737491226881507,4.1709623758425247e-7,0.000002310847380422974,0.000148484981575862,0.0001477070236624632,0.000002263776502579769,0.00006682862350047582,0.0004178151140947308,0.0000485981418850638,0.00011123099260186635,0.8518622293784924,0.000022348726215074895,0.00010934682133833955,0.0000019212372528239784,0.00002569000088908391,0.0002147389197042999,0.00027745881062159905,0.0002670579598639853,0.000030128505974739995,0.000060517806256776596,0.000842671950901186,6.347775432499398e-7],[0.0002960455320038629,0.00017176611332903505,0.0001052143950906464,0.00002210166441049436,0.00011453721702632244,0.0004317933781747464,0.00007906176101311943,0.0003183393147107864,0.0008010860322614901,0.00020100029643980674,0.000032717951675591216,0.0000015338726557907612,0.000007003725193127609,0.00022158595925035292,0.00007659316329431988,0.000012186265100344288,0.000012795532573654225,0.00009755545217377917,0.000007078744698923992,0.00014888126416359902,0.925891289141541,0.00006532376717098791,0.0001662625512094307,0.000017189655168694512,0.000050902150186589024,0.0000830439738549304,0.00020962239196804338,0.0001273911975276321,0.00010739168332157219,0.0003125447914027869,0.0002688503127964464,0.000002038976149632481],[0.00044644773280743874,0.00041038314141172093,0.00015842148019909114,0.000015425340637624003,0.000022808409383551963,0.000053746071471398796,0.000007563185582961271,0.0005986823023086734,0.00021500786591752442,0.0016396772377405067,0.0002168194119238967,0.000008156773562502157,9.883710241923238e-7,0.0001332835435862664,0.00007171415769877176,0.000001085557155572656,0.00010855277494483004,0.00012909219015877233,0.0000537184942134176,0.000015296714989132943,0.8544496593545504,0.000031873029203479666,0.000007624091512115263,0.0000039252930599695925,0.0000027859822635556183,0.00007028508433933812,0.000015253538490682776,0.0008300537205816444,0.0000034528657340150984,0.00014189896054121935,0.00013358544590950393,0.000003471018805813009],[0.00003609075581696735,0.000055823435997926975,0.0000028897517665663936,0.00012417420679911183,0.000019667929112403713,0.000004308119645083174,0.0004969744986969094,0.00029158977985994873,0.000007898437783713335,0.0002394130735527432,0.0003419174823734535,2.8576913532651827e-7,0.0000012958101003462255,0.000020243882628813023,0.0000012851762695463765,0.0002094256087911951,0.00014127113233321863,0.00026117979838870893,0.0000028404030390129283,0.00023069049902764926,0.8535264099858917,0.000015842431785868682,7.873069510723928e-7,0.00002666734071981013,0.000002269025479954017,0.00004069868731689907,0.0000861269623790106,0.00031273487700078303,0.0000034297235752500204,0.00001029662322062923,0.0007028444383803875,0.000003673001747661041],[0.00009944889120089128,0.000015678050420073015,0.8682067981477567,0.00001667524258149229,0.00004263414005341634,0.00010986648183238162,0.00007957549155391225,0.0003726555451212741,0.000018659171657339807,0.0000030331133692663537,0.00045931767093344004,0.0007784347287513942,0.00017879943930706015,0.000009454801187087998,0.00006039327026711805,0.000005760925916947207,0.00006681597782336437,0.000053104752406887,0.0003047558235937444,0.000011305806400878433,0.000027078472729461242,0.00003145791387885105,0.0000037127001766486958,0.0002315255658444672,0.00010423256875022384,0.00013009122880137467,0.00008808790495609309,0.0000012278624912400198,0.00005049981937299644,0.00003804435537060188,0.0000465372342853036,0.000040105204465389094],[0.000010310175803599684,0.00003168468171731255,0.8903206941931089,0.000007689136084632004,0.0000021304436588438504,0.00015613221404848013,0.00006187609055606012,0.00024943432344208565,0.000014131556874139987,2.6086100309147046e-7,0.00024445777751565674,0.0000747489452317804,0.00010635218599401061,0.000012661537732233972,0.000009138929073099202,0.000005188786769829476,0.00000287142338369012,0.000008536463656017015,0.000038701086616986906,0.000004582896763134716,0.000018023230525313065,0.000004920251562633269,0.00000205287398249688,0.00004749999676142625,0.00009906680577661317,0.00000951784480402546,0.000052217692713136864,5.41015409281458e-7,0.000026822736057227923,0.0000065035306586289725,0.00006123342404914969,0.000024075923992470517],[0.00001967627847444488,0.000005385610962155893,0.8745618253781056,0.0000019456443013450767,0.000008889344334907635,0.0003318182426353373,0.00003745121479099188,0.000020202334793425355,0.000018893404101507295,3.056186774119763e-8,0.000037873513303242686,0.00016093265898070567,0.00016663617695974968,0.000002326469240760219,0.00003651758491555653,0.000009324723615613978,0.00002559362152919106,0.0000012183472567410498,0.0000808286424343178,0.00002327545063522636,0.000011173269408655581,0.000009417093857268272,0.000012204834479907486,0.000026115532492336212,0.000009932292013741503,0.000023497172771441145,0.00035455616497819887,2.1115940030291257e-7,0.000055160077617236796,0.000007707896238042928,0.000017893521131237013,0.0000168991009411631],[0.0000017774411845218388,0.00011299980343152544,0.0000052582012849691665,0.000029601471411444094,0.0000031039990741362754,0.00002439261696314793,0.000044517364433674035,0.000054380793369583,0.000012333866608032904,0.00003041494028736466,0.00017914066993669032,0.00012581831305465033,0.000027469782824383974,0.00006533499254587746,0.0000018121107571519485,0.0007025401838327698,0.00005008021352647305,0.0000737254372394379,0.00032085570283720216,0.0000018777404276272678,0.00000561778012026027,0.8164664601847087,0.000008001852213933369,0.0000441333594877578,0.00006267359357060078,0.00002864616631713371,0.000003292826380033909,0.00042654649244758426,0.0004906813750022047,0.0005415171038002598,0.000007339364218524163,0.0013318863470700077],[0.0025041476055725955,0.00002226978846510064,0.0001237062002408371,0.00009935329533877803,0.0001838223043010076,0.000049131028402557834,0.0000145270817285455,0.00000695854306138752,0.000015988324776108937,0.0000957666715586832,0.0006921873652156611,0.00017956551529240772,0.00013837616886520503,0.000006724558775831682,0.00016542470894509694,0.00020972083344629222,0.00012166867102689518,0.000042962080133055336,0.0007491771229966131,0.00006754436764079949,0.00002654103441217368,0.8253870685295699,0.000006365983845177398,0.000010500664976287179,0.00016582071264557976,0.0008510347888132674,0.000034949793610742417,0.0004188022769642214,0.000266115804325834,0.00016549018724029617,0.00008753509231732091,0.0005468814813042854],[0.0000936908820098784,0.00035445685414205804,0.00009980859422371078,0.00009901955117932577,0.0005623268708511979,0.00046827685556178933,0.000043222655183816455,0.000005295095883993117,0.00028118496372178626,0.000054144310741475623,0.001040464639908942,0.0003298941522269358,0.00012568687984040153,0.00021349034693035623,0.000010211160028178223,0.000015328626743549335,0.00011276872025504007,0.00002445206978857864,0.00008632515895061966,0.000004742976569627339,0.00017293832365988706,0.000013848487645718533,0.8516380287275768,0.00009436364900394547,0.00012982908974495635,0.000005944742315505884,0.00028654235333739296,0.0000017798851773153154,0.00004277624037561699,0.00032330645845268,0.00038818679240319243,0.000009123382441231672],[0.00045422560435818925,0.00004250854211382408,0.000051559709517256395,0.000002601484833474847,0.00020022337164110772,0.00003627602057276778,0.000027380740147034253,0.00007403415259819278,0.00037037782981779485,0.00014847074795161267,0.000004193474569584329,0.0012701971183412953,0.0000826777142624009,0.000017792065641170764,0.0000049604453988469784,0.00024317543881404377,0.00006269432212721468,0.00006768827106476159,0.0001323865626810409,0.0000035728547326387194,0.0000033916300057701373,0.000011980224882571316,0.00002442865105417613,0.8353262696460674,0.0002416060357932498,0.000017375935545682196,0.000009283457919068521,8.742360710410899e-7,0.0007678243781017822,0.0011605154432476424,9.556062424983156e-7,0.0003149508950001014],[0.0001623395306781966,0.00003750430575598246,0.00037085381905766184,0.000053615992301486024,0.00057235693813507,0.00002363130789543208,0.000048012983812543964,0.00034381592388787926,0.000022982111512238094,0.000010066790723001255,0.00003673904551281842,0.00024309023865234073,0.000008407805611904209,0.0001971145328984473,0.000010732931843581108,0.00025307519558006013,0.00008236398454878336,0.000054742088800623164,0.00010930566286572617,0.0000020115200603856288,0.000002705211135554209,0.000002544948751240494,0.0000013603382856315522,0.8503744720687533,0.00007084986977372446,0.000003212798630405626,0.000012860513843418504,3.8564162143812626e-7,0.0000777024749850599,0.00018577267467708168,0.000012672257453657961,0.00045376301128928443],[0.000013223485973729098,0.000011793920496977661,0.00010300226361432858,0.00047788134200276925,0.000004012351253233994,0.000054349556188311015,0.000053348976160988086,0.0001388237102088764,0.00014537110757329718,0.000012621746080124401,0.0002371334764033059,0.00012282545854654995,0.00048283008055649036,0.001421941939204988,0.0012042360920134273,0.000011761182129306516,0.0000037121998548579935,0.0006188283447914327,0.00015357288961955696,0.000031294240654042215,0.000007078707428109609,0.0001623309152846415,0.00003934266311529013,0.0004752576075185973,0.8476063513704971,0.00009272735231911316,0.0001543179272381349,0.000041050061518489035,0.0002488807978624124,0.0006568500591867878,0.00010277099438805574,0.00009564144922494259],[0.000009512085134433094,0.000001871183561464385,0.000002230718821898073,0.000031651667850398646,0.0000010899599719918505,0.00012213069019623954,0.000013798903338254113,0.00003502171525790575,0.00010456452930474422,0.000012632422934310353,0.00019831251058349838,0.0007685376792214936,0.0004562170871661791,0.000027244787890249623,0.0010053810533004865,8.764763533394696e-7,0.000022768970849345638,0.00007765886499530257,0.00002212121209232561,0.00004397801257204782,0.0000034247208514181424,0.00017129620585075485,0.000025708000323225894,0.000021859337516375605,0.8562447268168344,0.00012539145682253773,0.000007981134551394166,0.0000882980269988341,0.00019896924214465083,0.000028906672955547276,0.0000020341573356728337,0.000024878138214564842],[0.000006410342491794171,0.000010954441461513137,0.00010297509314304812,0.00005809086070658145,8.952256892319316e-8,0.0002556174865182271,4.709461302830717e-7,0.000014148952915503033,0.00001950054232701864,0.0002732110585142104,0.00000557066848397195,0.000004038911911746197,0.000059811140527509314,0.00011750392907672173,0.0004275405992258928,0.000008527606113364829,0.000015030221069709886,0.000017699702343642894,0.00012221095933358044,0.00002126110274607895,0.00001923804264736361,2.4071071254985364e-7,0.00001090878771944892,0.000004095177943315926,0.00001359394102961785,0.00008175608290923072,0.8964389532064739,0.000006259957885999751,0.000003707278467156997,0.00021015805181814144,0.00007053252833371142,0.00002230967057648695],[0.000001253721110996002,0.00009945257004677729,0.000010380020399685519,0.00024776298252041784,4.781055811034641e-7,0.00008915651444540549,0.000013426081250228638,7.983707109202503e-7,0.00008249504064628483,0.000001183683870246207,0.0001708968703538634,0.000006366920839261684,0.00024373599276153552,0.0003430749162265129,0.000017292094456956078,0.00004761308545099806,0.000045424492525395804,0.00003828282961532408,0.00002911044082397505,0.00014827531709674455,0.00009254555077952591,0.000001774574135905908,0.00020457622850700443,0.0000027667433599008127,0.000002089150700422525,0.000005261426897434326,0.8688444684054542,0.00009071040193717091,0.00009162778534816348,0.00009187113402734046,0.0001228693211292729,0.0000013681135181397202],[0.000004630865089554014,0.000003042000142298967,0.00004202925708760962,0.000024677305895123435,0.000006663802685733935,0.0009192314801680622,0.00003101709116003948,0.000023490399072255477,0.000031241458606497844,0.00000801477669986976,0.0002949597266109112,0.000009098941216187859,0.00045006198322682616,0.000052662425478213376,0.00021025107841730287,0.0004682081482649482,0.0000739923309913681,0.00007357934734555078,0.0007537027775718718,0.00003379483844278333,0.000010342687863967168,0.0000021400569498277613,0.000014277290615286912,0.0000072031562222300395,0.00001813210652518114,0.0001442970257204219,0.8484993946374498,0.000017451514388857778,0.00009493097974470941,0.00019969925750621618,0.00006161825798019574,0.00011464733871731391],[0.000007039319765186247,0.00009398353270524217,0.00003305916933027877,0.000029315581481675835,2.5270254071980784e-7,0.00006611652274331677,0.00000172351393862238,0.000016349729001941843,0.000005748923855439172,0.000007508707855746661,0.00010276851391012407,0.000008984143867652101,0.000022269571775381226,0.00017526624358314786,0.00004568706130492714,0.0000402139815109277,0.000047136865125701434,0.00019554411159881962,0.0002274271062890721,0.000058145237700372426,0.00016887365665513616,3.48069275697943e-7,0.00008480814418307556,0.0000020884336273715924,0.0000036868712509750445,0.0000037900963314999746,0.8812100871384979,0.000015195540745289618,0.00004394690307564282,0.00001539468829749396,0.0003964024451568175,0.00001596097320699272],[0.0011089881109442765,0.000002778842999927928,0.00014032987261456098,0.000012987520699140812,0.00006981923662191538,0.00003251907556621637,0.0001382731693958029,0.0000023460982949140174,0.00003470800898203496,0.0000872391683737317,0.0000011121979467008544,0.00002176952609931069,0.00029727289295173166,0.000011009202134869633,0.0010392766572917811,0.000019087938766261377,0.0001896791911729895,0.00015408346273629176,0.0000020787897929070555,0.00015004936299777932,0.00020013436396368108,0.0005399497665744603,0.000006154437290691224,0.000004147821211859802,0.00008054521433172891,0.8195256098320881,0.00000713433672407536,0.00007787817651543836,0.00026640871924294514,0.00004412736223674585,0.0029832593110213643,0.000014209060516354339],[0.0006107629399645819,0.000021543000703872697,0.0001803982045346045,0.002686213444665683,0.00009284792766632905,0.0000067626339184824605,0.0005347888076649237,0.0002911287403628381,0.0005135671218915411,0.00039599945670361445,2.615482417820414e-7,0.00010626846671466376,0.0005093513908797172,0.00012414977431531287,0.000623231896293451,0.0003851819646586843,0.0009647726617476011,0.0003329636646373896,0.000018204061998098476,0.0001358584970713089,0.000057934302643411374,0.0003217037620858086,0.000005239346469573302,0.00004494894290189988,0.00007157068526873284,0.8231913157579657,0.00032852892435710895,0.000556141040044747,0.000013246732723445242,0.0003026694069904714,0.0011719671030444934,0.00008180176218007636],[0.00009407033324676139,0.00007300837720767458,0.00010785696525751041,0.00005741295767671438,0.000003397429028595835,0.00011849313285447713,0.00014578820327351967,0.00009780301426090597,0.00008555815560216597,0.0000020824874680638915,0.000014626387334745038,0.0003367727036526545,0.0009683469126843206,0.00046078748085747617,0.00001727433530673397,0.00047021534773293393,0.00006868518259132571,0.0002961756283450613,0.000011227881775182723,3.9440503015327667e-7,0.00010783250007969535,0.0003490580113810822,0.00008158152393992769,0.0008867267632620414,0.000025770888634296053,0.00022000228602429454,0.0002665583922733234,0.0000012638826231112796,0.8527140592218142,0.00007273818651082276,0.00004978684253245601,0.00007027921882750298],[0.00003496024915996589,0.0003341513694856514,0.00030214311278766365,0.0004337189042116061,0.000019580085951694247,0.0006473652904760246,0.0001767484784358,0.000039536124059933464,0.00005549623201166077,7.05180761906251e-7,0.0004845707355887819,0.0007527704605279659,0.000022054143058040877,0.0005310346568331062,0.000016186436512508716,0.0003732967789698969,0.000010030797395487468,0.00018242223397599432,0.00004390548226347472,0.0000112721115126548,0.00003324075537669936,0.0008955001475281556,0.0002295099513108682,0.0003805224990087932,0.00008805382545153436,0.000007128881947038194,0.00020672764248254018,0.000008730148214782838,0.8421613883243305,0.000042285502695259035,0.000007693700675522803,0.000032833588125862093],[0.000038525774286079874,0.0006491408047075349,0.00019175435687278377,0.0003303976594901142,0.00032115902931120484,0.00022396846443563872,0.00004285658039482594,0.00013208749115648267,0.0005244070261153056,0.00001812002169962451,0.00028952916862625447,0.00001998540497511551,0.00001975676416309901,0.000332357549839193,0.000007314999430952195,0.00015697545183973903,0.000026989804218830794,0.000048626044933063385,0.000034943586784453215,0.0011072922394336326,0.0012456191808721943,0.0005692150533129479,0.000004521897146902568,0.0000038711179660573046,0.000012218656905629055,0.00040756743332628827,0.00016391282329652245,0.8274069931470771,0.00005415298101574841,0.00018451704318040476,0.00039100734043488055,0.00003735789210071792],[0.000024704922096953764,0.00007137625642265926,0.000020343364351380326,0.0003976902424688569,0.00006397721480323213,0.00001035381406874104,0.000017605457212449136,0.0002670822927379673,0.000011159125905124377,0.000007683806092156582,0.00005408329397620647,0.0000072168689241938365,0.00009446846758061888,0.8237911662012195,0.00007599965376049625,0.00010733564178558887,0.00004477370281435118,0.0001695251889697115,0.0005539889273176593,0.000004970723565474471,0.00031291026881654033,0.00016109856909028367,0.000036248709264679373,0.00004400918444278236,0.0005487213066129198,0.00008283254621590796,0.0001024410453953606,0.0001591552348191299,0.0004809279184749004,0.00038455041470438243,0.0008919667641173597,0.00003225930963191161],[0.0000041726416180479705,0.00003163681249268692,0.0000025676116709949672,0.00025301230073732377,0.0003455924448158729,0.000004098163541546727,8.063520154915809e-7,0.00008725903897012767,0.00009118203983232126,0.000007164543990054231,0.0001902380633952594,0.00003357314441996917,0.000019315101237090668,0.830980174922505,0.0000028556191162168677,0.00003008542061046093,0.00008999817473621764,0.00003772362921536603,0.000019525857863204837,0.00001791488401463176,0.0000015474228382105566,0.0000029438366444299688,0.00020406397149683143,0.000010941567600468094,0.0002697906306546669,0.0000012307818299928018,0.00014844385918944404,0.00003579124322248625,0.00012790801467355345,0.0008624935611337557,0.000009434315466578272,0.000017000214469696868]]],"Weights":[[[-0.3288275307947522,-0.08215987787686015,-1.0880652559331798,-0.16590982441171537,0.7265391050455475,-1.2142374242656935,0.24993488929306948,-0.3100631108678068,-0.5746601323789297,0.21906223134060623,0.35559881436314794,-0.713105966958718,-0.7207653731350732,0.34513409282780033,-1.6713813896424334,-0.09844257795023598,1.0353180345286468,-0.6784230592376589,0.48564154138399473,0.8659306569783584,0.2369097304231994,-0.5512251764536347,-0.734056210508841,0.22971960240116077,0.7155334928461542,0.266741469031643,-0.9576646295502756,0.6480612130017459,-2.0341830787219224,-1.547866756167795,0.12034687361724543,0.8817966339301805,0.36354680525367583,0.5701765305966199,0.6569915081509015,0.9315581336654298,-0.5106947610875963,-0.5850397490244067,0.4891709243636145,0.9283354765596712,1.1373441557799016,-0.9109792486419163,0.9055396070762711,-3.0531020477854685,-0.9784222203008074,1.0239719797212048,1.0543484600057327,-0.20119935869006242,-1.3448115945861165,-1.028566756724606],[0.5581531879201713,0.4097313739937806,-0.5446176586216152,0.9117579687637087,0.24818105484997877,-0.5517360673279083,0.9863518115387563,0.1214231055310591,-0.3593490765828462,-0.3607938682043127,-0.2919461032959422,-1.225789799146356,-0.1058453951135592,0.9335207432494831,-0.7220758154444143,0.41879027037338,-1.286957201170765,-0.4980624209785447,-0.9148653262794219,0.525672634835306,-0.19930774079785785,0.024972441527046647,0.5233945574454821,-0.9348620882254354,-0.4581520067075636,0.5339044006926031,0.848701043746325,-0.480513516489209,0.14147020208455072,0.28871998974056645,0.2887094126193639,-1.1111647876994635,0.3938158536635192,0.5798316417394175,0.15805916274466075,0.030417896658359637,0.6986031559447289,0.7634102538983719,0.24962361152827825,-0.3590851553772712,-0.8326144734318367,-0.8636065125056508,-0.8864285078507362,-0.40686637708270923,0.8722533214348354,-1.1464269503382511,-0.22706833641400717,0.3940755191654231,0.27605189638593214,-0.3976222509518986],[-0.397250565522492,0.43080193043584425,1.0399904409150769,0.4161077275121434,0.044120744164305004,-1.5108809072273768,-0.16448796069210506,-0.0014097080234521753,0.0561016671983951,0.54881140136974,-0.5331034804385653,-1.6687031035521311,0.3218291755963492,0.8182041957481112,0.561728756019396,-0.44205575610438963,-1.4798357950785668,0.7505179176739728,-0.8136870326827668,-0.5430893471698097,0.3552908896698245,0.06805345535001363,-0.826625352004967,0.7301920476206863,-0.5386445164910914,0.5501440432733862,0.8702023605357344,-0.5622111614449979,-0.5293652441680924,0.7608143643518939,0.08374978243583919,-2.022238912214671,-1.0306351090711885,-1.0124891994766043,0.4497060538785938,-0.5906624446767897,0.2898061334835923,-0.6349274554909691,-1.0946666033907875,-0.3938087558416464,0.6887739244166625,0.9080642820360032,0.5586004534320863,-0.3644442833146956,0.18416111992622916,-0.9588044282164052,0.2744267093043751,-0.23795655578375474,-0.000568729905453961,-0.23587603871974083],[0.4467037611521449,0.041738119948244376,-0.3463558443801687,0.5554767286099238,0.26515207968413845,0.2313608239639981,0.42541145135923364,-1.6756293347979245,-0.28392809560259996,0.8320763041556746,-0.6272130558530971,0.19435803990062053,-0.44427483524891903,0.25963929991945994,-0.6860533676180252,-0.4889550567453284,0.34841692871511115,0.3076191040952026,0.5109281034842462,0.6466420684646212,0.10366470266365972,-0.5847085020996338,0.6168557176068502,-0.4701965423198436,-0.6041992542814871,-1.2248917234088617,-0.8053450856938384,-1.4420950423801078,0.4164363588675151,-0.24763014981388415,0.44666494104347776,-0.7347159988899141,0.47785365774842814,-0.01163220845414875,0.4899898600676544,-1.4129333809427975,-1.6845506697050103,-0.013448411367241465,-1.5392095158242132,-0.8202407666354966,0.46130222155313316,-0.7942431618173998,0.3504544849835558,-1.496008573381198,-0.18395855697358882,-1.2044652836371574,-0.38234928742903834,-0.8505581522557942,-2.0860502169249924,-1.5141385631889615],[-0.7238064026173023,0.30176296914935014,0.7497524438100102,0.16502987887465728,-0.28194233826310755,-0.16310776424381462,-0.4244525688517049,-1.828834267858871,-1.567075900717347,-1.5477437011598154,-1.404719756629904,-0.15905699312284685,-0.47321796030336843,-1.7492007494080646,0.7550865284848586,-0.058380270182050956,0.8834315780983927,0.27343371054585525,0.7710367274852785,-0.8822053799208354,-0.9025963741339039,-0.32915674448746596,0.9152086891183423,-1.2138859530419412,0.9351190167502553,0.2293757625235178,-0.29412369920897896,-0.7157565342478592,0.2220098522860085,0.4110215894081252,0.6957754057616026,-0.08772920858529362,0.14104133605051836,0.05049000471496771,-0.3829793610100731,0.35895674230469604,-0.12940359182466624,-0.06433678456452459,0.8907992520697144,0.7736554898342209,-0.7515179670886478,-2.171193245999562,0.507397188217859,0.5557050212627183,-2.7215264068307405,0.6326773261132717,0.9617547111686138,-0.036078866558690546,-0.2792343113967383,-0.06555766366938903],[0.6784237089349546,-0.6996079274645292,0.6226360047992957,0.6012493220850953,-0.301180243019761,0.22541398507065397,0.9100592341775978,-1.1966324609742645,0.10646688562463563,-0.5160073769363738,0.6851272449292753,-0.9232034159893441,-0.3111035037109706,0.5243834214153626,-0.5598480258966207,-1.0978078323884088,0.6504339267834813,-0.09848613859903137,0.9224199423819851,0.8505568621070441,-0.8906955784536492,0.8343001102446804,-1.265202288154985,0.8818851166330705,0.12473916742262095,-1.8168777807074004,-0.562260855982492,-0.9667609629602729,-0.347260869592008,0.4032361119685668,0.43905202246681574,0.24444231446978498,0.2786930370992652,0.8109992383159129,0.9942113691039629,-0.991282092402125,-1.4478746228299213,-0.8090315613085467,-0.08405926090624824,-0.057945866621578176,0.3824727774625166,-0.3278288519127412,-0.23583371143213652,-2.32245989345844,-0.4633838538175131,-1.9306134883352204,0.1938395107361397,-1.3317253354887635,-1.3872514396103355,-0.4285492456052942],[-0.08773952032665482,-1.309232920423494,-1.9261300456001516,0.6241409125308214,0.8695832125151614,0.4957662392418462,-0.0015759913894667914,-0.3710491623184771,0.19533676583569284,-0.5827845334649399,0.24656129141863506,-0.07889964255420566,-0.5903119996723001,0.6541386127047034,-0.2409018339292912,-1.2109196377373532,0.5133164825520311,0.3827474047882742,-0.7594515381985423,0.884622317372476,-2.830179607135028,-0.21697000299154867,0.34674143168513427,-0.31180806525281013,-0.944806078947401,-0.8474055813162789,0.03628633260664762,-0.35645821992667615,0.3345557644069331,-0.15746964100283312,0.4201470504712514,-1.4793784415375915,0.3070302294825583,-0.8027490918822852,-1.8881224977373707,-0.6785046764654283,-0.5387432666180852,-0.03384927937591544,0.7428985165549992,0.5405480243504552,0.7740729960077706,1.0542107090946946,-1.8343887601874722,-0.772485786729189,0.21291705031408237,-1.4842041263297128,0.18548490828231598,-0.3599603844927335,-0.7703119037459245,0.08326786692571375],[0.09343383334214764,-1.0480192234481562,-1.0961388740353517,0.9750068239263764,0.2675800377914252,-1.1174886751915423,1.0827892842938152,-0.004660893094585806,0.7301384435782221,-0.6638628530390692,0.786099483823558,-1.2443685460042846,0.2241737328069621,0.52642148154675,-0.6936356398760152,0.44971858774329315,0.22675516824964498,-0.7606539837480077,0.03804038394738596,-0.35725336411615194,-3.251292201707294,-0.5092660828303,0.6091658027036246,-0.7902857299992447,-0.8250876248520205,0.22946830859283268,-0.54285830528714,-1.1791193810592624,0.24676573150629308,0.21468000361849146,0.11444450260965441,-2.287826865470322,0.4450572911457422,0.44916629890783744,-1.7648607504460416,0.5649029646259773,-0.818144729890511,-1.3750638620235816,-0.8402816902046994,0.46939162591784445,0.5113205072991013,0.022958020405054753,0.23204143987171355,0.7991356954329752,0.808309171577034,-0.8049234748328927,1.6118072781956516,-0.766955247721353,-0.3799643572459336,0.16696227653477783],[-1.9204884108259406,1.0095680127669717,-2.2531810198204076,0.6485116458057678,0.6930606997200418,0.7906835733353073,0.18064981397292124,0.17252241926080442,0.7120626825378426,0.46483656754826463,0.6570166435974392,0.12578428936712904,-0.8042770595123698,-1.0052096088977573,0.8452947092439302,0.4365815726838488,-0.09822140817041412,0.06903366085970666,0.5045413154760112,0.6443093290958851,0.6889843921968407,0.29729354057043095,-0.3730814719001543,0.03783272849964375,0.889385960775983,0.49232664518208,0.8630773392820711,-0.25516026761198773,0.07423575250793185,0.14470586947451328,-2.2970037172772444,0.7329044044993325,-1.3624444454118634,-0.3561952951443439,0.2005836485651167,-0.848474183469447,-0.5556325043961786,-0.337844187424675,0.39596658801394286,0.7395258808254609,0.13689426721987258,-0.709221175438654,0.30326564492789565,0.161145808654995,-0.4655360172172034,0.6561343253653543,0.42877987703750975,-0.2458295309206453,-1.118460809738744,-1.011177114912326],[-0.38542082652407383,0.2838201094068009,0.8943193512296786,0.12991902815226705,-0.499005826713694,-1.3153628250505123,-0.2905300244622562,-0.444011908991889,0.724474655928107,-0.0440495025556402,0.6230304144366744,-0.43156666104330427,0.8997676735461504,-0.2705151926914542,-0.06632616752221668,0.6088515468100243,-1.0879811830237176,0.6726515145369283,0.5183603303686745,0.8585780834420754,0.10467412117891128,0.8649604629765869,-0.05694664670289867,0.4889405551931704,-0.6748426883815036,-0.8773603416054301,-0.8095725262452727,-1.2867614714392948,0.35877003593013573,0.06684270680843503,-0.7611795653157564,-1.3654905869482212,-1.3978515608040896,-0.32624495865639724,-0.19911043187406238,-1.3114364106996965,0.1685644737963047,0.12235862037909714,-0.3572231407202707,-0.006369418791649867,-0.8120823210676451,0.11354089804933419,0.7309497004547411,0.4972774355004668,0.7008088821394485,-0.6179052929109958,-1.5337992868401686,-0.17357692567231398,-0.42339625037392387,0.24856493615523845],[0.48577305226639556,-0.7056276884374987,0.6876282708549964,0.6013791977460488,-1.0818751728303528,-0.8457659198198435,0.16631057850300987,0.3797167155067559,-0.24647660121413867,0.058177494764610906,0.5074861163650551,-1.0221648284402483,0.7026369972244706,0.30366844046136987,-0.6187234365795525,0.5098047815938744,-0.7550214941441956,0.5532745479882498,-0.6735972086965346,0.11958768466741371,0.5052552739542385,0.6789675227224811,1.0107683086749513,0.400218821210334,-0.8477763844835523,0.2155436603792124,0.9497990534344938,-0.8260233647418982,-0.10080575076934371,0.5352595735273148,-0.26841868003852476,-0.9521686703583876,-0.5564754792314068,0.6533564409293608,-0.7392832281929286,-1.6737754808393581,0.3553972095926339,0.31999172927241926,0.6229963673700593,-1.1356025774287424,-0.44299426783177903,0.20435591493386338,0.3295084087515221,0.49609332923773614,0.7689075706233603,0.729987169743279,-0.7831033304482424,1.1248164137827281,-0.33803144412725855,-0.8511377765702465],[1.0729794354266051,-0.5104578188827384,-0.7071656011012842,0.3835125584955978,0.1255101921534991,0.8614092393577805,0.2892821360281406,-0.6210835985825072,-1.1342630240877403,-0.4552989025598688,-0.5044216600001042,0.5898716074401489,0.010245958977894785,0.5315318962555904,0.4025031594291667,-0.753700983286131,0.5402823955711471,0.056588908976255015,0.5808092599414327,0.7960890877339951,0.6915048554276222,0.019505560405445276,0.6219249021737834,-0.37206932236276624,0.4704722083772168,-1.195039464628863,-0.17692873619146413,-0.6172133905995959,0.22949982922401888,-1.3228077878028022,-1.084056495146063,-0.4872585528300997,-1.4471681727652657,0.2714952582724383,0.5208371476677169,0.3919302628876596,-1.2572258994949124,-0.9705157267804226,0.4332788670811074,-0.03695842575996284,-2.5533338064930864,0.7613178566739037,-0.018321656066549345,-0.33682598178109063,0.48001534738553836,-1.1756048418079712,0.4442716322340169,0.9117528692288263,0.32681550104750323,0.7718406820875309],[0.6618430247976479,0.3339408440310446,-2.224682506136404,0.011523989576063032,-0.30864619972634344,-1.226803336035674,-1.4769854679068275,0.1434868796404251,-0.4051606413167323,0.7132204142020243,-0.6441669500528185,-0.5170100713310251,0.08484096771373102,-0.8968687870945558,0.19109540569218933,-1.2949697397280695,-0.329146060997367,-2.4280940712628363,1.0158005607292793,0.7905404173429793,-2.629895560275858,-0.776071797554496,-0.25334107307495385,-0.9564212583123484,-1.0446736766294975,-0.8955085765673768,-0.27196749319405344,-0.5741309161406711,-1.2207422212793542,-0.0376670718166214,-2.695771255434265,-1.244780489055912,0.9890395610622016,0.4854608735126124,-1.3207282657953894,0.7119281360921342,-0.16909636831912297,0.7890616465882806,0.3441250957648504,0.8749483057389758,-0.9537297702050688,0.1643073395298136,-2.3688732022276833,-0.6533627633028695,-1.4058535672256867,-3.4473733656212833,-0.49734896748244767,0.8627104966579925,-0.1492460225011456,-0.35814084308838656],[-1.0215218328400102,0.9671431698580967,-1.6905775485441037,-0.2545730686924379,0.5814990976775041,-2.5546161039885558,0.5023793097556332,-3.7782803353216137,-0.38993062361110464,-1.3722668661994133,1.2514143656515953,0.8308568387853102,1.2609701598406748,0.7886374438082787,-0.49017206260655055,-0.4115593818436185,-0.4537168476617957,0.7134896589229569,0.39711864899988397,-0.4541073226057652,-1.5549854669645218,-0.009733050414198089,-2.2566930867610133,-0.5252206601328143,-1.8183358209435885,-1.2308824064174815,0.4624993960090554,-2.5697171120204705,-0.10920486344838794,-1.4669395535618963,-0.43131893560203727,-0.2987659642115561,-1.1273695907527292,-0.17885079053183903,1.0445662588202302,0.9621904036898108,0.20532278096225245,0.2700680380846191,0.30972108101807866,-2.134268610671865,-0.021965733725085118,-2.7885987377246138,-0.05695013123003848,-0.02858038452047619,0.6515344749752284,-2.341406616679833,0.9956620033277401,-2.447570641569561,0.4855400814842731,0.9192344755056072],[-0.7249795105737298,0.011859356341571632,0.21017059098369814,-0.3880362905787675,0.000115346220744249,-0.9045140972764834,-0.7341904618567138,-1.2112636126819327,0.5241618171768568,-0.05898334737676953,0.9538380020658301,-0.2666134049514845,-0.9531866856743815,-0.7632390643104836,-0.29534719099043605,-0.7991873461623631,-0.012053582694292164,0.6082073572310687,0.8922708741463359,-1.1215548518376437,-1.0155613467488325,0.44480824700050625,-0.02252027716888457,-0.6913300462867905,0.02140010702056776,-1.0148036648877063,0.36785636353039947,-0.009177012727901543,0.5448864504655846,-0.559047683409914,-1.516047465499384,-0.5149338693403316,-0.3269923139119009,0.709023651449651,-1.3621274546754534,-0.7706339273339683,-1.0475771674468324,0.8849208398074062,0.9748090412976359,0.3131500205430374,0.6622756558937023,-0.3705647342620016,0.3366629907033443,-2.1518594119320182,-2.610585289210312,0.28401839312572613,0.006487583375022052,-1.0275599593040972,-1.9750469006769211,0.5003192848032865],[-0.3839558961232049,-0.6349260230374995,-0.7209349447140264,0.3860224517299986,0.1310604107413622,-0.022905357543226913,0.6180906200464233,-1.4666426351108355,0.7463822235392422,0.5866269913647992,-0.14495412427370594,-0.18608473369544493,-0.6119427494228115,0.863396124576976,-0.83802070894932,-0.5448148702049417,0.6076476448192321,0.9964209401900952,-0.32991039692140406,-0.5836335944618134,-1.164894330384888,0.10459691531018851,-0.4216080547874725,-0.23648659159237972,0.5322560113492488,0.07585553851391647,-0.059339911707453175,0.23442570030417398,-0.6450485053888941,-0.8103403281665081,0.3087464741325417,0.21756043061178254,0.33369089903976784,0.5313413668938882,-0.42868848442116475,-0.23338534043348647,0.2212341146649896,0.7230182471536661,0.9463125780412488,0.9110576628963641,0.0588209741439847,0.6380070120173887,0.8138235977318574,-3.0881306534679567,-1.7876159136126655,-0.6513174246760878,1.1178303571630082,0.6452372298600119,0.04766476459326938,-0.1599922992991405],[0.6202105118011201,0.32718537805564313,-0.7009670846069899,0.2663676416434847,0.6365756307239518,-0.12294029082617872,-0.8764023143093761,-0.2986255165115539,0.6460206078149755,0.1457203387855562,-0.32004028087472075,-0.21043291677462275,-0.03036476249967308,0.3052084306049527,0.3375409303276292,0.41636355488711113,0.5850788992371554,-0.35315349528181955,-0.22525485174329632,0.008435814729712297,-1.29682970055917,-0.23950574393895913,-0.06601939503357257,0.7213591404137182,0.22531947534558353,0.8402295389395885,0.9534486264865629,0.2148556816775873,-1.4351412228889115,0.1710922162641629,-0.40663887905891544,-0.7823589440766514,0.21616521478342063,-0.28857187694269176,-0.8539108348382926,0.5873014061292311,-0.3300348089384604,0.11228754452482129,0.9213538113662344,-0.24527678802703523,0.8194411221042135,-0.591007969792811,0.17645741873775436,-0.9697051671828805,-0.9766347891210463,0.26485900046560107,0.7485244009841644,-1.1324737284954836,-0.7360758546383303,-0.7130061388907142],[-1.0704835409685178,0.29460026080488116,-0.8600933078085391,0.8378528653958853,-0.6566654423760762,0.18083352975776232,-0.04540918301022746,-0.06054370923857316,0.7078946101646,-0.7780090573855599,0.5874246088782743,-0.5785085091018246,-0.6799312793658486,1.0704067214907018,-0.6638761558012756,-1.0656071693880844,0.3681853337291786,-0.36294019384031656,-0.9245963770530707,-0.9775887658770764,0.2513441894499516,-1.1516908968497825,-0.7512104469804787,0.34538202126611006,-0.6360029555151224,0.9425914984765186,-0.32741800442500735,-0.07534965340120656,-0.4205455354394208,-0.09907042964740904,-0.29476185558518,-0.9946766947061172,0.6584579524679615,-0.43954663260575705,-0.6355165686604861,0.7846343783100573,0.7546263426064296,-0.7022537836004625,0.5291656862199359,-0.8953778497581705,0.9450509921788018,0.5401162666898254,-0.145900782820619,-0.5478667663284889,-0.014541198545985757,0.33441259162916404,-1.026389360672537,-0.902712854038401,0.04890690601962434,-0.6728931565801264],[0.20507976664487818,-0.3752997478073406,0.9321219812743515,0.336544338833161,0.5528109098917067,-0.4515672057966051,0.09115333261593027,0.12347867684053142,0.7406878668523759,-2.355057388354712,0.050112727413913254,-0.9669485102465886,-0.13432104964455435,0.0831341046035864,0.45288168932087725,-0.19744987175397238,-0.3624079818861044,0.6282380603095643,-0.47757193635299716,-0.09111672373822191,-0.8521314577278348,0.8391936523126088,-0.14814513489965633,0.4826621989815643,0.38304893266585593,-1.5556104951460683,-0.4298003877341208,-0.30341947704318245,-2.748684168132779,0.31269850051984077,0.45978344461725457,0.10093124497360989,-0.6129058468332274,0.5654255531771799,-1.0967586893618162,0.7221355418728633,-1.42978538499405,0.531885599652275,-0.22236089779357018,0.8665316361072997,0.4264825433672415,0.7879427942994139,-0.2572338716722956,-1.0043700558678732,0.6881328942329578,0.9876972937672932,0.005332786481701997,-2.3412779585548966,-1.0567928762094627,0.2129519770290369],[-0.2528845686837043,-1.071677066005557,0.7348814892613432,-0.8048270016176476,0.050424913151301466,0.4271477972102625,-1.2896676379584684,-1.341649972849737,-2.2154236384862993,-1.1375494204744327,-0.8559283128227758,0.11890827717656019,0.3316675926666869,-1.5533228342996932,0.3860619738804416,-0.19978045359795357,0.6345398448134688,-0.4405750059498891,0.2232134205539294,-0.12481285228999653,0.6893530432568609,0.8961669982111354,-0.026009957911958637,-0.7748269044064113,0.9001197980226252,0.010981077854283917,0.2925903232323469,-0.0342326213252779,-1.3801210027291475,1.0432938829360976,0.33695642655398905,0.18657950581412863,0.9296300030478677,-0.37919742617947055,0.06529119923741548,-0.5048571664179414,0.7191164496489846,-1.2521270488469247,-0.6476823854989294,-1.0902708917510833,-0.30062637569413003,-2.184243574745988,-0.6094498556718002,-0.5089603549462145,-1.2818933203662475,-0.4820151498479737,-0.5397352582667283,0.9348684203792378,-0.9863123071188757,-0.4700736726143189],[-0.48536645272227186,-0.20263306392749564,-0.17560591816061968,-1.2555232541490473,-0.588752428339667,-0.11609886837550848,-1.6821455480089775,-0.7346747217520665,-1.7846912096177214,-0.9770426963555797,0.5768829094981496,0.15984634470854608,-0.15398324648047862,-0.7363346905784454,-0.5274224151130922,-0.4216128485771522,0.8697768047884014,-0.23923947135793966,-1.126143221815705,0.647799974904915,-0.7074710495464349,0.8989577908557267,-0.6806691371310067,-0.9972517731265995,0.5223630310741031,-0.5012426224887092,0.5023158604306895,-0.11863599482427986,-0.9495039506513315,0.4011949703562476,0.32652393335311375,0.14687224121763828,0.11977130463113896,-1.0733773843266738,-0.23461051950225453,0.8146709395412767,0.4617494631779558,-0.5328467223851211,-1.5862205166057741,-0.829810874866752,0.6955513880476363,-0.9674585398269068,-0.5765969811797717,0.029848497175533156,0.4717599640285053,0.36546940154727925,-0.332063317107587,0.05499624040111929,-0.9685499909145652,-0.005150901791345086],[-1.751713871035888,-0.7770429473068606,-1.3281967809374144,0.40200897717866474,-0.6970478356777156,0.622574585153557,0.7321917536892737,0.2920899515463631,1.010331905031408,0.20338763442412425,-0.07958434248748791,-0.3179990683847513,-2.2227648188158415,-0.5415968883145323,-0.5399910014230046,0.4449237582666069,-1.6221771467598396,-1.839493301951612,-0.0022560886114800396,0.7201802673693739,-1.737314687684914,-0.5998550652061005,-1.5668071845777118,1.1013242550613602,-0.16311183324964743,-0.7077197332936662,0.34527009515801327,-1.4359857157708302,-0.13892614163324923,-0.8485324084019429,-2.038823736555536,-0.6400134966691935,-1.2712797202044526,-0.5571909059305268,-0.44541206286798046,-0.7785449370100856,-0.6829526398895625,0.839240896050704,1.279134571836254,-0.07029022998463672,-0.019679079087266873,0.5481254618793849,0.435364277344874,-0.043022671092874935,0.5419433927240436,0.9797011365831215,0.32593172797293873,0.5831586809662895,-0.24166360359403696,0.6887997022190242],[-0.25132212817252925,0.7826392997980908,0.9324105633206728,-0.11817777916995661,-0.8548422565453255,0.7553639494171972,0.8610086134212974,0.1238957966219032,0.8611648985875376,-0.5469524054213265,-0.015343166425075829,-1.770024340256619,0.5903284241724482,-0.20874933125307354,0.8970688169721646,0.09580880319129662,0.18271290116750516,0.9580582975043915,0.5113367850375928,0.4312023002035035,0.07429406957710287,0.083245814096842,0.5376791284773951,-0.3019650949473441,-0.36367324730711276,-1.3965187867641053,0.13430897402376682,0.19721239553677114,0.2115715847870849,0.3560970118066174,-0.5509355002244365,0.8982661094766589,0.47577553578504583,0.3622002428753265,0.6548211644726565,-0.8832331739001057,-0.551909559080776,0.04505359380268146,-0.626919853659147,-1.0374512970682062,-0.5584903445863492,-0.9431500295668802,-0.595725281485009,-2.1991277691258517,0.65454865677715,-2.1907912747713896,0.6312575691540512,-0.2930775829484569,-0.9590361342200057,-1.8136375248725363],[-0.11136256733487239,-1.874642615538999,-1.235232785821208,0.42012784711395806,-0.2786913434398614,-0.7361326385573128,-1.5451027121803667,-0.5376493627515236,-0.2806827952297412,0.6717236934895179,0.9806381527447074,-1.1667038393169922,0.41771584968485354,0.5549981575270643,-0.465900660171811,0.4192964709533862,0.13031111999169084,-0.17418009963238734,-0.18784527580439264,-0.3218371656400296,0.5968109604183107,-0.28494424517915323,-0.8544574461989678,0.1079559629941149,-1.275355099619604,0.41371582572072346,-0.2248238276855941,0.42379286057826204,-0.6261170111820853,0.08415289669160125,1.2223288894631164,0.40350530994746153,0.1276832321094854,-0.5390596606889009,0.35832017863013815,-0.20052826661678544,0.5116557986436026,0.5119804014999091,-1.0158185663170232,0.6185199918358347,0.19180739630529514,-2.034478502854796,-0.8063807543358712,-0.5254577977340918,1.24941185531994,-0.33474412905170964,0.1552783167883265,0.48294019941123556,0.2906496322478648,0.9017254196900347],[-1.8490596378351698,-0.23568056500016843,-2.440807074098037,-0.0284505442509119,-0.3360593905563211,1.3334002154875089,0.5377847135356217,-3.251274177132318,-0.6983758127557057,0.620442332820023,-1.4634278953103401,-0.15945614933907254,-0.6169141255836718,-1.468257248280174,-0.1866288931877056,0.9396482970652241,-2.2621189552236385,-1.409935221335818,-0.21325434071584462,0.02715990480042739,-1.333443306687599,0.2571352062010555,0.42295359426544116,-0.9482122101869489,-0.9700772767995082,-0.13014383018686157,0.9730036931072283,-1.0035468688727454,1.2693160434247883,0.8307111421804972,0.9385373857433823,-0.3039018847250327,-0.004846760860054326,-2.617762309619512,-2.7171936613360272,-0.0006214695127118721,0.27537431596839484,0.7066698050609095,-3.6020106185283107,-0.02104252222514557,-0.6492977518448839,0.7462229405208425,-2.269921253135867,-3.0923084179716045,1.1625290633205758,-1.0499069547820514,0.44132634921000835,0.17307319319582146,0.9819978844999384,0.24346395978138893],[-0.4382351420869139,-0.001560335932519905,0.08826434884809954,0.5226669199174637,0.6888562832790206,0.6455495394502097,0.11953041254316996,-0.7761870363513419,-0.8024873010201121,-0.572203218099758,0.7823821901589212,0.842402878487483,-0.5642135433980453,-0.8165529345695521,-0.8546003675151637,0.021783360745627988,-0.30579309200387655,0.2676390903522124,-0.3850740752840916,0.9820147972992765,0.09061507259709468,-0.26336030636021274,0.4695808167311736,-0.27402285733679005,-1.3522701036331386,-0.4253350709292352,-0.38609406512764444,-0.5751499786636624,0.43153321257592425,-0.7653484432989958,-0.5493494406731747,-0.4088479969322362,-0.4223803413187784,-0.24439594400855985,-0.26535073855696656,0.862956627503105,0.13744888746302544,0.3795720503911171,0.2609981978127692,-0.118724341589187,-0.5586830797683685,-1.1480249930328206,0.5615391456593952,-1.8722344013852652,0.07728596371333414,-0.2724816853001513,-0.23821671882014364,-0.8453141256414998,-0.08090427163780341,-0.7284241593975823],[-0.5463630469982794,-0.4680668115070785,1.1838630620606982,-0.2046809804600192,0.2684643361310329,0.6569961771765247,-3.2857288053726927,-0.15515185914790772,-0.26313644897448957,-0.008463372985852811,-0.7262545708921804,0.4604737518701836,-0.045743040804011995,0.8214935701601604,-1.0159535903415635,-1.6855695059296951,0.06329674775808233,-0.6364886872760502,-0.42727577636421754,-0.1631868498792766,0.399823009193598,-0.5704002388983405,-0.27749546026581945,0.33303081692652226,-0.5124717605238633,0.07964613662738723,0.4847528025548603,-0.9883798926632089,-0.15729086328860495,-1.1813649251395018,0.8509143117775977,-0.5838186089943054,0.31192907147172194,-0.37130705704484673,0.7357561168217475,1.115804355789248,-0.4274174106569164,-0.3218868727825933,1.0682826186714607,0.20257560976189426,0.6200715686150994,0.009154333253079981,-0.2753787354997694,-3.133466299496835,0.15052735286576926,-0.45770054573042734,-1.6404472042495353,-0.4492371206365264,0.24045840890685188,-1.627471477315003],[0.6239981683210866,-1.8891012676421546,-1.0507582141333536,0.2690463323554764,-0.7090065689874734,-0.5551656336244114,-1.595818282831378,0.497202214840881,-1.7033053323209295,0.4597736415763709,0.5122350891796764,0.3169235778969396,-0.0233749530365495,-0.293317817341769,0.4352151869012188,-0.015196722675648845,-1.354450549672749,-0.9247017574865638,-0.5350054750901749,-0.8444559183127683,-1.0845481929773995,-0.6926556242627887,-1.149684139134554,-0.6949542225905755,0.54680257466097,-1.4649953947112022,-0.8818544573993893,-0.8253004455744265,0.23851062648081445,-1.1066264328169428,-0.6267945751001243,0.4790402610140335,0.31106204581629315,-3.1870394404094444,0.31043023055267815,-0.11855690282056669,-2.244872735084133,0.9015387488393126,-0.035295804377190966,-0.3212588268964211,-0.6760555426655461,-0.9524181357181085,-1.0133392888921124,-0.3201732713636072,-0.2906497506615754,0.6918744814767154,-0.4340103487446655,0.0580637919565257,-0.5698798908199861,-0.20840089282485091],[-0.764688227309462,0.4684644738751728,-1.1373972821848155,-0.9768260473009057,0.6238598418059323,0.039490826853493505,-2.1786629905760093,0.15733953451364566,-1.055166296690005,-0.8046536949609147,-0.996047879236245,-0.3579011226786935,0.418220999736503,-0.4205779486435082,0.22159463868689572,0.7961430617832921,-0.3728734800650862,0.9812460653476849,-0.3035155395415493,-1.041834593604855,-0.32324639671513206,-1.7115100156666054,0.5294237767425437,-2.297143103025386,-0.07358262248245287,0.5616912918403135,-0.8481946877965838,-1.2964977127890656,-0.3882022741134166,0.756868900461821,-0.4073756073786931,-3.4674633827719887,0.5767911294306579,1.0504936687173363,0.7285943073581536,0.7092454728793749,-0.7798866212566902,-1.656480168639929,0.008401678038093524,-1.7634411257693339,-0.04911264261211655,0.5426837968780719,-1.395004612850608,-1.1423704071668905,0.8927601417478686,-0.4815084243289531,0.42785122589560665,-0.09451120790645315,1.0124005070856974,-1.804255801138492],[0.7869092600450557,-0.6036338301988026,-1.165648769160976,-0.08867817259134166,0.5032174693933569,0.7810478097579666,-0.9771855904307437,0.1836135957587937,0.8469228128524102,0.5309441530630623,0.36404603454785456,-0.19844461896846877,-0.01961116764509343,0.6412469500697003,-0.1494518571289347,-0.8418448444461265,-0.6208723141276388,0.6399987927472504,0.5413128008406887,0.44904123781493444,0.488708220705295,0.48561586675584556,0.8302125171773623,0.8284995332914868,-0.09551826953213408,-1.0430006490728103,0.012294553269404051,0.5276250638337243,-1.3589095124762625,0.14770048196870933,0.6589980315982951,0.07413036387091103,-1.0157428602877492,0.3709463956317411,-0.09442068428525978,-0.4633845233206247,-0.61587707141183,0.28694335098783463,-1.125763117735063,0.37880681377956493,-1.9008146949274096,0.3663115792595172,-0.6536037815540098,-0.22617186973950273,1.0327855118016933,-1.3706841233404867,-1.352484940298381,-0.9300870611245309,-0.5770378801139139,-0.19132359719703754],[0.6148375251490702,-0.26699510673270527,-0.7976079491980436,-1.3138164572756423,0.0545180237651523,0.46249918786598704,-0.01759018457170693,-0.05936651847658401,0.8423751611221785,0.2831468118776446,0.1508656734870756,0.8233301356329864,0.5268091832839511,0.5950523456782116,-1.6153184130378895,-0.6804753117655539,-0.11081996790945373,-0.1520658039238835,1.2167370490637621,0.7591112469233405,0.1584531109939889,0.2669605967898487,-0.12361433245564654,0.30304788377025704,-0.568565066062186,0.5771804688142941,-0.6691828719854712,0.6495447463503207,-0.43271546583166665,-1.756214979983348,-1.5080079920310465,0.5017745601387757,0.7550792031896374,-0.2391424471141985,0.6949422416535336,0.5093442530003481,0.8118317447433864,0.8415246402032581,-0.7707875672975356,0.3333213407239584,0.42829062268970886,-0.05826303870270182,0.5299650644522171,-3.0901387363186426,-1.934125928294011,-0.502116692468672,-0.5677684014036198,0.9585363362174636,0.31128640212590014,0.2934611426336247],[-0.2726735121921733,0.22231899279017714,-0.5514021160147977,0.8776697807575179,-0.14555649279411412,-0.44249647238874873,0.9074252136831336,0.36606636352251354,0.6558924047340653,-0.36384423097201096,0.6506420612600058,-1.5229191880520752,0.5704703991675258,-0.4101158226073872,-0.053419182861214796,0.8446934552350339,-0.4541119604422332,0.7965711770582327,-0.8608322891650404,-1.158204369944054,-0.5845482708401626,-1.0759880930584067,0.32527035240565916,0.9610378792094056,-0.24179137572801804,0.18619590069455452,0.7126607321494409,0.1409821684370336,-0.1503187733044694,0.4841575956895578,0.48925636539854467,-0.8308750512719878,0.5723249467733553,0.4572242708187108,-0.4045645295533109,0.09662356247057717,0.8835388068932858,-0.13589295016608952,0.9359108676550985,0.48203025683217704,-0.7021813363138,0.667864738153241,0.3009917642376868,-0.3175900998545343,0.3388615855039333,0.32982675951916196,-0.1736010808367988,-0.15686585719913224,-0.1540644003794323,0.8006472882326124],[0.4410895957861071,-0.3709013949847777,0.5604220913388294,-0.3970970512142341,-0.2844520684698697,-0.44058180782524653,1.470539043274397,0.1724926975754159,-1.6157788179291215,-0.3761650976952625,0.15339715082892205,-1.7551392695997072,1.1105666355946406,0.6999857780787404,0.6076183612390094,-1.5333581127703715,-0.747774757428995,-0.09715797127107696,-0.9160979645667777,0.43964580255822944,0.041948345448480744,0.1247433686544036,0.5253195447358241,1.1646132821523587,-1.004276685574846,-0.6191266709112963,-0.1302864108822421,0.141924515184145,-1.0659336880861254,-0.5525188309031135,-0.1333425665987076,0.2639322639280104,-0.8828593671910094,-0.02277598929320412,0.7963228395162188,0.2562468532276441,0.7520731653494521,-0.33847647645576057,-0.24320262211642793,0.5972080799005957,-2.003325322628467,0.5064798648151818,1.009682091039357,-0.2694090011026515,-0.8577097776796607,-0.267360115485174,-0.273629213380739,0.5763981031661706,-1.0621344686514451,0.42493911473817764],[0.7400186600317927,-0.515197904938327,0.17779946518078385,0.18810227089171833,-0.835869766689672,-0.14950974872239334,-0.11186168606967074,0.49277008829566243,-0.7553070064482655,-0.1055322389614594,0.13327942905421183,0.18914024946240268,0.8520551912641681,0.02902003019994942,0.17803876747636896,-0.8515015665975212,0.9025456207329889,-0.2006774840184174,-0.19684011849321556,-0.5089218487995156,-0.36461482850634036,-0.4544648979635001,-1.8652935554188763,-0.3157489968826235,1.1819633339462663,1.0250642584714666,-1.3253457391459456,0.7148965478088819,0.5410337955943852,0.24160355882182238,-1.552604377412051,0.14191652696792528,-0.6659332874592161,0.39454461879296926,0.5792096523316634,-0.9577747118826863,0.553409731201121,0.24667767463869897,0.9636546465157914,0.9003486634649945,-1.4649352775418933,0.7750737681831723,-0.8071340564489707,0.22940430884812643,-1.6823579984863912,-0.4158271926285304,0.7481875923660192,0.9399733654924715,-1.309737006353427,0.9535271209638748],[0.11722470824603798,-0.6622735360942192,0.5416136743280935,0.06215255873086077,-0.3350333332311376,-0.7787128263649865,0.6586877198585916,-1.0085802422838326,0.6164782207597097,-0.3140597537360591,-0.17530192929998695,-2.815482595863244,-1.4523342819732503,0.5193627663086169,0.26995517934054797,0.5719518846220101,0.2894457972183545,-0.3760713762798704,-0.6784443769147552,-0.438038054652383,-0.8516098871693671,0.7237462769930726,1.0645718519193637,-0.19453325645973124,-0.6750653391500451,0.7055793839764999,-1.5291158111004577,-0.5999512645813095,-0.013820946935824691,-1.2649222097572357,-0.5965956893514771,-0.6168893393587717,1.0090494844145121,-0.8962110020945662,-0.22225817186273725,0.6746958826355348,-0.2088625285441134,0.3091977948158475,-0.9125033250456989,-0.06129613673508232,0.10075750899243767,0.280090627124972,-0.2162525857844457,-1.2640416545806563,-0.39995256345941815,0.07317140990434809,-1.1535182825097754,0.2829906046326014,-0.3421597651123913,0.6121647529762078],[0.3081747718090067,0.38124067875814505,0.5724308562990147,0.22498989288729485,-1.08540612471743,-0.7955117291744854,0.4698583293837941,0.32137327144939964,-0.14303450158705128,-2.7560290279234185,-0.5346043299613852,-0.4056506665391936,-1.4964912208689318,0.5372119526130991,0.9030944541668261,-0.717357049975952,-0.3345038580952731,0.9462873155453531,0.5093286659602987,-1.020902670408194,0.5223444038583605,-0.4918669945081537,0.12011716036828753,-0.8307474098406843,0.6215626712807825,-2.931995389925342,-0.44376595977717376,-0.613186106233498,-0.8666690866982918,0.42642507139099817,-0.6457281044182788,-1.1913164249286112,-0.9950794740561584,1.1249244326924939,-0.42939220680422946,0.800927392639557,-0.46423268570606935,0.6865127676556231,0.5479213721247781,0.7626800970912223,-0.1985115948287909,0.5174440041666143,-2.3303243211549964,-0.25174693801532355,-0.7013240080167665,0.3569502274866055,-0.011455178756543723,0.4018628443199906,0.8884544494190377,0.10947652476032205],[0.9486492668988227,0.5022275870551431,-0.5841530321351167,0.20279760440080252,-0.14358622993177705,-0.04050297613471814,-2.4297682030760632,-4.390395662129839,0.6531688567077625,-1.4101230712862194,-1.474491167041878,-0.20968254535442,-0.5991412530856782,1.0418104766511078,0.5628107190646409,-0.47286349986528947,-1.5233367637882154,-0.8231228485229068,-0.4549497731564906,-0.2578148093346866,-1.478016837608872,-0.30385277556611806,0.09877432690953951,0.3001663472991074,0.2640557605330958,1.5017568297533728,-0.5284879590707147,-0.38180323328488364,1.1499142242316804,0.359847071612765,0.8682176233826673,0.6191254055078932,0.6147240729738576,0.49003475362595367,0.45986526825303076,-0.07694783314897237,-1.8789826327979762,0.0907670286848833,-0.010695267934913063,0.028911136788745396,-4.011570700709147,-3.2225748322157326,0.8373025867106078,1.0776244657302474,-0.6001861197527668,0.9129211669434422,0.2623131444540471,0.30445995671404985,-4.450445969124397,-1.0684439761034796],[0.6563204028367761,-0.25151289020890427,-0.9588490082391092,1.0601582386706203,0.028357137805015874,0.8623240713356475,-0.8548989169191218,-0.2030954718800755,0.11588451367800098,0.1918880805268878,0.3793772356566524,0.787536264623365,1.029960882677168,0.35861727583655206,0.3988440703458031,0.10228954223154907,0.07427522798532803,0.47851494211901424,0.1497727301484709,0.6072062962184566,0.5694215216630316,-0.5695515908519757,-0.6652404681076084,0.026238515455461416,0.4685106053746513,-2.6804282773159134,-1.8311682098328919,1.021561959223896,-0.4005877307783481,-0.48865526667683895,0.390712502197345,-1.7821781750065537,-2.5934656541403394,0.9526363614594034,-0.1678393997984395,0.13516124192549633,-2.887911427040732,0.7565082156975044,-1.100472273659107,-0.8435598600977393,-4.504038141363932,-0.7388396113079303,0.05788845409214456,1.2152905238789011,0.17611576230628306,-4.377969959029841,-2.0528293014309558,0.5171555240863941,-1.2833443780951261,-0.22435449180986994],[-0.04215627744854019,0.7335526248328889,0.22742538422729533,-0.9413276093406284,-0.8961976430502032,-0.006725930730675296,-1.2517959013742384,-0.3502596355093897,0.42523071128642365,0.687317414436266,0.33328307547441055,0.9249763586593407,-0.5233413303991122,-0.283735320514307,-0.8449884804090689,-0.9706120150005624,0.34316305360247873,0.8638620872841669,0.33162183087457936,0.5467771442009052,0.47065940664141426,-1.3250358505122521,0.8481892759547932,-1.3239932298931358,1.022214310333497,-0.1561723088099521,-1.8209014169799753,0.04348813831843245,0.7268040220892827,0.5064792306162738,-2.814735916213112,-4.014185216130735,0.3766109078426701,-0.09502276121175154,0.731437057965871,-0.47931182576823045,0.7774931997457334,0.3476841535282375,-0.5946628133214937,-1.6960853916787837,-1.3854874771430705,0.6653576169782162,-1.0933151571186173,-0.6972923781778281,0.3706413984649646,0.7035146683524808,0.8865632041920543,0.3400196376980986,0.08937294873966621,-2.768704748071948],[1.0116692130363245,-1.0852391680783526,0.6449099742276813,0.6211443354461783,0.8996834390896636,0.4671326561890347,0.7467302420833125,0.22354655558468725,-1.2170974709530473,0.7581565660778347,-0.2224377187943595,-0.41502315936299927,-0.0032336584178152606,-0.7336781863254509,-0.31061548389115934,0.24851622915769606,-0.8433255240898944,-0.4876677907055945,-0.4136135595494292,-0.029806631981849963,-0.06996793286680753,-1.7646059793557765,-0.5363060974205657,0.7329510917123857,-0.33060626290103684,-0.7733683083757803,0.025926467370216637,-0.6023241877959963,-0.6981376433080139,0.05889407629124631,-0.39305579585202227,0.04825385526023426,-1.7324312273584186,-0.861382256694064,-0.04754422656775257,-0.23152302291499255,-0.7796761907945401,-2.2427588840392123,0.33754006486554483,-0.43609170287389815,-2.6636371888338246,0.7429609126319588,0.5774133775235324,-0.6678602845514252,0.6970849609620199,-1.8557148096906255,0.2656788841009769,0.925298233396582,0.758155944836903,-0.354192778239082],[-1.1769376310055757,0.6318893490229491,-0.09350177434309415,0.31030361427398084,1.0118134267701115,-0.5123627134982401,0.06126956218243703,-0.09064307387681274,0.18641013685263644,0.7830225728245926,0.798515387457104,0.8228790799017447,-1.605376767783852,-0.3958343901602072,-0.5992061126219431,0.10482030700268018,-1.3969021775838835,-1.226178868186097,0.6366473080525947,0.18359667228229792,0.022978102793886193,-1.0213099564838604,-0.6971209889353696,0.04488593582975901,0.36272966051923705,-0.5051418929286514,1.0520730775936522,-1.2018354386583217,0.09404031535497144,-0.8563019054306941,-0.939760014990401,0.8635912666857821,-0.7534124900965553,0.0971904374681723,-0.7539461209476024,0.13489543393009754,0.26343154410650554,0.8900347496407469,0.29872853380364045,-1.7348536208472867,0.5535233533194067,0.42891480351268485,0.9723166137417457,-0.6446093372970648,-0.7621780568456753,-0.008391855739017209,-0.14793052474620674,0.18407236629885165,0.1520196587475812,-0.25705403180580855],[-0.9961710170393969,-0.8929219571637531,-2.340745254262555,0.6977973219254816,0.872574774500876,-0.31427018843309706,-0.6334493841293233,0.01999929470222969,-0.5456981326513516,-0.15838563274653686,-0.14401221903294525,0.27587909829459456,-0.0404632720659208,0.17294532633388338,0.24169548888496956,-0.5567276861017474,-1.3644908340051762,-1.0662071566253402,-0.7711526117560719,0.7542074950473782,0.039966830435233865,-0.43275600871551845,-0.7354306427560225,-0.5042954600712589,-0.08801210215231708,-0.9414172725237846,-0.33245332192284044,-1.7555710438597607,-0.4645831724581217,-0.7194728046044677,-2.3396279603633725,-0.36500503666245854,-1.0858684926934759,-1.7206395210470575,-1.4039436762013866,0.40389233638910915,-0.21572239261217174,0.16672992724965333,1.0064052182138188,-0.6227768203341343,-0.9298321608003286,-0.31522003108255686,0.349421343165339,-0.8854528747747922,0.31278070251180023,0.41964281702506095,-0.026672283678955813,-0.9505049481670461,0.4750387043186962,-0.24765494442283476],[-0.7676254626066761,0.6896238553739309,-0.9724099891516272,-1.1052696903433403,0.8680628633287949,-0.6498179705760954,-1.5230986332711,-0.14339169919344139,-1.0334459878986741,0.41470339097303843,-0.11281995824458858,-0.9376566031105517,-0.1871606132587883,0.2663728765012376,-0.8982618409751643,-0.2603956979654041,-0.060381819018601915,-0.6428807276554849,0.36324873534257796,0.6563181700839926,-0.14932163438968493,-0.2295942762416284,-0.41787519589925,-1.5367379191367063,0.25090855324114963,-0.6859089133224583,0.703839732531179,-0.9953727673676309,-0.6712291150683636,0.5825436395686114,-1.542474141761999,-2.151094000891655,-0.47621983243612104,0.47337517985792193,0.36351925311497907,-0.5659432871832283,0.896381723929672,1.0500155596296923,-0.30839548051811466,-0.5414191367535994,0.5558014294970898,-0.08759716463339963,-0.4872001424506098,0.13463326856685792,0.05497391768857994,-0.0390920491104926,0.7102023100882049,-0.6637145786909394,0.1320670988874544,0.07042519540592711],[1.0100405467587181,0.5910150484999956,0.6774682950217993,0.5766937874410533,-0.7562597692006356,-1.545060504854095,0.3670095606062636,0.42393247228639225,-0.2408352586274387,-0.11622550593066433,0.8435262961880858,-0.2773866978997231,0.46128068193711186,-0.0687077602889909,-0.7263458429667721,-0.5237427482827312,-1.179569682164859,-0.7376729818392121,-0.4688259231144318,0.9860159878662424,-0.031498773709776384,0.13711575155524638,-0.728450776950745,0.34279906500090407,0.6358759425091227,-1.1384834391698682,-0.20760863805426957,-1.5709789735041686,0.19261496996860952,-0.29765645012948405,-0.8577813859198691,-1.7821905905269106,-0.989471243421233,0.19929499379167345,0.11442293009424247,-0.9173461959485547,-0.9251681423055043,0.5835939453800307,-0.4070069731700659,-0.4528827729860579,0.20769835729883648,0.9524597419387997,-0.8329367012179978,0.32107406642509273,0.9255395963955334,0.6894958395631912,-0.13071837490765936,-0.7639445132265064,-0.9660687255085062,0.4167565738182285],[-0.3720936051213313,0.10556362802626935,-0.5549149323771255,0.4827908168269684,-0.9767208261079561,-0.4905953616106779,-0.29168235938907255,-0.09232244996325656,-1.608321963274453,0.07744825416970551,0.7648036460862306,1.110510128096532,-0.019406004722008853,0.9030110695220384,-1.2547312863612416,-0.552206147608839,-0.24353650281751474,-0.23171966510090525,0.7997761429259407,0.8122974129868235,0.09903421770955055,-0.14861412960137474,-1.0876342782884503,-1.547861999516708,-1.9211538315836816,0.9208752325386959,-0.7135173846727019,0.015652132670196602,-1.0673306442979897,0.37626826429511123,-0.24007169785605914,0.4689080590211381,-2.290635110391794,0.5364051009105982,0.26436008943065115,0.5495752337590787,0.6046366709936107,-0.9986948245220474,0.005903058215071682,-0.7601443638365487,0.30445758004881296,-0.23997766598044992,-0.3512883712007351,-1.5034842289045331,-0.04444691769992571,0.3064217310787053,0.49871021642701674,0.14543451505338378,0.5636418998639386,-0.23559012510202595],[0.07182943075070397,-0.465472304345966,-0.8096619138651596,0.1053479615093213,-0.3350567679988402,0.6122793205545574,0.7692950890048997,-0.12290516907210583,0.29312819847860583,-1.2661645264838013,0.3587640022655474,-0.5068440273527155,-1.3297661524516218,0.5281041488515635,0.31795525255738133,-1.0661268942595108,-0.347744581424326,-0.0779604747425276,0.7006027924070928,0.20587087092472137,-1.6811748265714799,0.08591343138943552,-0.2368278782643096,-1.063116759946518,0.423760444753853,-2.6595433867644784,0.503767064025605,-1.9730527217024392,-2.9384591171292813,0.13310448075708478,0.4915038992955952,-0.050720823096623034,0.7114985443220516,0.9162278320252504,-0.215377274996021,-0.4580838795253958,-2.2620103367054125,0.1351030002572206,-0.4678587188245436,0.12463334797314737,-1.005592847191442,0.08940836725465859,0.33006481983836833,-0.1580435739431518,0.437277352824715,0.49031406120723925,-0.803668477117848,-0.4575760130926638,-1.0215540029728685,-0.35563002494656176],[-0.7066919313286613,0.6949586991435859,-1.1256054166600946,0.31770713518577626,0.5025632146982563,-0.827951102851488,-0.14876504948244304,0.5222021214213786,0.4232532578777907,-0.1439147841663774,-0.13450652458329107,0.5843613065661868,-0.252146612975694,0.47847143613331633,0.7406288207618792,0.6121494988263906,-0.03502519602970353,0.28791963302276646,-0.2304073297817971,-1.1376488448785245,-0.22380841376344335,-1.2085559145526146,-0.26543023696885504,-0.9558902241778147,-0.2200316913362302,-0.4407452562248004,-0.1657728506283133,1.0366389141824826,-0.5964699728269359,0.9908501480416074,0.9055700886170912,-1.053281027346375,-0.6417776915575604,-0.2750094137292619,0.6320299990122026,-0.6163938295587138,-0.035258160768933566,-0.2643999835810529,0.11454485056162271,-0.704138476411362,-0.8445546569809593,-0.1802086176646121,0.3601956040241285,0.41428365746912166,-0.576518323734378,0.34854462921707224,-0.7510836760906371,0.8016229760367565,0.2156436263251864,0.3000808530969805],[-1.6143062250222873,0.1596589777516856,0.41690012141439964,-2.0719537391599663,0.8764003625232846,-2.0212686251125627,1.1232622848899372,0.7953805483247867,-0.7631903162957479,-0.33843744761241246,-1.8057443336963186,-0.5091337291497202,-1.9868736562678238,1.029008515937987,0.905850309355036,-1.8570366116976411,-0.8558478520022317,-0.3292724023063018,0.33582175866161995,-0.8714569285645124,0.7844796962771402,0.4515165035566754,0.11656670960061154,-0.0409255443518105,0.517487140382452,0.8312563183871384,-0.8075302711429702,0.7152144566767504,-1.2785697317385427,0.8313770303175753,0.28821732494345526,0.7649983562781274,0.14366004489891768,0.6436226202085902,-0.17951998159417001,-0.15852218317392552,-0.1737185128908057,-0.4077319020536906,-0.49861062438541065,0.7132329692550345,-0.6936843053600273,-0.7270056326522506,0.004487935576648956,0.4697082046532359,-0.13342152011792485,-0.30328988996143996,0.5795462713836005,-1.0319031086822048,0.4763737271747064,-2.9086655294072816],[-0.045720830988765844,0.2472480683818695,-0.1664777729117537,0.1096403065502114,0.203020996578766,-1.238915190140756,-0.5152476616272137,0.3480847817014282,0.9363744404903549,-0.1869803744722697,0.1489758252853152,0.40077514583610624,0.8768573215477233,-0.12985084887131979,0.11448434799437576,-0.4050796071492094,0.37602153049016135,-0.8366624836944377,0.6033055092027547,-0.0017519846799998555,-0.9484694261319863,-0.5615815502191742,-0.9168953154449713,0.16316850915012387,-0.43422568470660394,0.3583264181800869,-0.5752814495544982,-0.24155528658411893,0.17298840065981236,-0.3510773182766762,-0.45922110364581004,-1.8846769335990186,-0.7206840051655773,-0.6206990414028462,0.20463503908107852,-0.5175565332649285,-0.6868888347597288,0.6492849719558693,-0.9043643096789754,-1.2970714940205124,0.561753910692325,0.6295079489562448,0.3349535135345254,0.6208348082166769,-0.7052160467037896,0.2914766868564473,-1.0949886171128367,-0.7104698166305196,-0.38108647255681655,0.84009240390149],[-0.9093431021340862,-0.33454557877255875,-0.8001071472118855,0.5798592006352835,0.5644092915551984,-1.119277285668022,0.6255014279668251,-1.8042432100397454,0.38636064222253985,-1.1601986435853102,0.4104681903346041,0.891411656829072,-1.5799653363780561,-1.090290474446873,-0.8291191089226938,0.9033433819794802,-1.1044830443349407,-0.24531676342077946,0.5922192757356874,-0.6041740451042552,0.7769644523078683,0.4723299857636849,-0.23198405625035004,0.7202756844295768,-0.6120446459501779,0.7349440113969561,-0.0021423664023275013,-0.29610210497679446,0.5356875805413935,-0.034833599155695054,0.6166894039628659,-0.4194032996305258,0.1398713093129662,0.40215439898572686,0.761910152296794,-0.7587436782799821,0.3202521437099206,0.9189978701399124,0.8301864253637546,0.6120066872978445,-1.8468376484147853,-1.4617669114871352,0.24590551030219765,0.5908672729872988,-2.2096698857605954,-0.6446465627461841,-1.5433722972919102,-1.7852332238062545,-0.36320285478858705,0.8633513094848674],[-0.15168336055885082,0.5470546890342743,0.3776108630230745,0.0716409755529767,-1.251388412674779,-1.3782457354175848,-0.342607497372822,-0.6304092945577903,0.24509503757257756,0.6238272879281235,-0.03861790790782852,0.171578786193327,0.4245864993500553,-1.1671326714849621,-0.5236827223979388,0.7255432588538546,0.8907927879938173,-2.096031507446882,0.05374466597952588,0.3810865176892061,0.8722053488027992,0.5684941410917469,0.5860362523247323,-1.8124597673742073,-1.979291625635972,0.7653027819341492,-0.5009899223265764,-3.2940091030684253,-0.5507762134359505,0.7179424137502938,-1.670614580433674,0.16130068769810377,-0.7841451306340552,0.681046618804186,0.23593320586741312,-1.1300390251567558,-1.297782626171118,0.9207342913899753,0.2843250747441272,-1.1289134307975788,0.6580962728484678,0.7226701211927377,-1.1546034983884619,-0.7129220965689917,-0.3686390736391119,0.5292577407614325,-0.08415917458748877,0.5952911231764233,0.5317073308414526,-0.4747656095284734],[-0.7895743259573261,-1.1283309088901166,-0.27954323658003105,0.4066653188376154,-0.4366181082315993,-0.3928052097023918,0.871928862735786,0.17498262790874686,-0.5553818144867807,-0.9560948347622253,-0.2130654467402081,-1.778147169974924,-1.1923308419199572,-0.5636174708277232,-0.9203454083847952,-1.1068758773552059,0.3543541053650359,-1.5172682405419466,0.7884034241087653,0.030224219224713723,-0.01645673533157376,0.2878491037271029,1.0867149796294817,-0.45789816329812294,0.9150942722306337,0.2840549316887528,0.7140722431882176,-1.202266145025445,-0.44998696239557034,-1.0284314997969617,0.41819960090304326,-0.7137963035233279,0.3994928011522368,-1.873882749835746,0.7682838453370758,0.46332552184330406,0.3246493877875127,-1.273346818424211,0.007597363872896324,-1.6279352814116166,0.5530017836607383,0.8819543642073903,0.8667962195467999,-1.3636499872301655,-0.1992186033218586,-0.5679106074418888,-0.09468653989843698,0.5378102830017966,-0.7257236206187903,-0.6497073632525275],[-1.8289022155271102,-1.06580240662079,-0.36215880948276336,0.20055397820112378,-0.20163632597710804,-1.3128011838709452,0.04956296447679078,-1.3941281311331155,-0.8676301927032032,0.6547469094359529,-0.26444439089570476,-1.9564584177956195,-1.2871508919043402,0.7597317638393514,0.3034094640643325,-0.7447715108548343,0.9053840475511046,-2.350121348006456,-0.031926572247861607,-0.7293932989309453,0.23931398141134985,0.39851012030151406,-0.3083612802097655,0.8290572581810639,0.9385291368281483,0.1744961026896573,-0.02559801145781388,0.6565835952356409,-0.0344501174486341,0.23213669129692227,-0.7487006382817374,-1.485865620869468,0.17372964011858233,-2.7322031844606767,0.9763570659494145,0.8589878857670146,0.04834650324839043,0.28630528610955064,0.7951716232699948,0.2911220888267372,1.2253297791471955,-0.3550384528300835,1.004116990916168,-0.919848534476217,0.4458962874230769,1.1481301995962392,-0.6348513291391356,0.3972820905327772,-0.293661796329924,-0.7941546067635789],[0.9182464153377227,-0.23692639631379592,-0.31614833030799455,-0.5956862101151049,0.13871599502286874,-0.2874234075521526,-3.167535055516486,0.7164166188682474,0.5815007040640249,-0.29504878868563295,0.3806216801501686,0.3663477458887631,-1.6426866210391646,-2.119427944854929,0.44619438122512456,0.6574384647706925,-1.9678588711656426,0.3731582002573025,0.21204048696890768,0.4152825754572207,0.5172485729002713,-0.38001202018006686,-0.12499800689237874,-2.386788215975043,-0.7279632592848634,-1.2911199390333679,0.02774397499097111,-0.27867460214835194,0.763645764531658,0.4169745233896802,0.5862664514269369,-0.12196279341388934,-0.40571196237318646,0.37615298635949723,1.0598768913326355,-0.6327376838044251,0.10798339159322644,0.12234070534466934,-0.5428884417525652,-0.3880434588859886,-0.4166290003122849,0.639739127524657,-2.084424969700633,0.4396682180308756,-0.2185690550552575,-3.3793848569481075,0.5902274832328573,0.05746789317999612,1.1225081829831596,0.6857652840754049],[0.33364365281256136,-0.03519037725293926,-0.4767979286519711,0.1264478724748829,-1.5453319079311443,-2.1914419190187195,0.3109545569981667,0.14872803476129,0.19076599299996738,-0.09506827751930229,0.8046925205327482,-2.3759381841927727,-0.051091166689201786,-0.34110650282611116,-0.32976603005511856,0.21159809945464872,-1.3296092097177794,0.36810030621359574,0.4507311403075752,0.28111839486726153,-0.6646727941592524,-0.6675700467897144,-0.47170401371863047,-0.1781752941679564,-0.21182801104104962,0.26325050001871675,0.23277730244715406,-2.1479393857090803,-0.13140565330822818,-0.7708438392964283,-0.1773155192657225,-3.4280818882690336,-2.0230629990547824,0.2215669443158595,-0.8642571090418046,-1.977099551577094,1.1534259788779213,-0.017367657562934756,-1.5743139035257614,-1.7217117319893371,-1.4726236068312621,-0.2390672693322038,0.03358782538795419,0.8254619452816581,1.0312485438696004,0.14335534709289616,-1.2797821961436766,-0.269716463959007,-0.3940590893839023,0.7941286476371814],[0.9313803551815456,-0.37101653670200946,-0.32663759623368344,0.46563584162215943,0.06764493542513136,-1.4604692146620262,-1.3100009026266861,0.891646697234441,0.714917847419557,-0.2826379526728238,0.1736135912706637,-1.2112468345280603,-1.186561011971021,0.4753619428872403,0.641926081655612,0.822559953197791,-1.7270431692451218,0.05833684259889034,-0.32723121638958425,-0.292856517631055,1.2289396034216384,-1.1057807577744567,-0.4112777798474511,-0.22422358742082496,0.1403505934877501,0.6477320968340774,0.06255924001393132,0.8290514059931702,1.382958821987222,-0.9497269595312242,0.5361766021000275,0.5142783007498494,-0.705402882423497,-0.9859868211737376,1.156933746559428,-0.3378113082619643,0.5352027599626596,0.32949855385780996,-0.5694520678656402,-0.4499626323210713,0.5579756693013228,-0.7521357505331185,-0.9382919858716252,0.9514718027746514,-0.7756998779849048,-2.118420430345231,-0.9273949101808274,0.6284773596667085,0.4935297021973971,-0.19215563806047112],[0.04015728282363821,-2.7948415368234043,0.768229390519699,-0.3481775680340368,-0.5529365505524394,-1.2614971585746908,-0.019072085570002006,-0.6462788364220288,0.4880206314464928,0.8206234021470263,0.08346497002372609,-0.20628895575794565,-0.49332138388304636,-1.288639417965685,-0.05336915591071331,-0.029894704345591386,-0.10533088282034503,0.47053243720205823,0.7281535793400749,-0.11997224167636761,0.5947156711928305,-1.2888632330333727,0.2752329362841065,0.3559314465799629,0.18871845940348853,-0.30746993281794033,-0.2492489452298366,0.30921824577264656,0.11215670471176573,-1.5683281223559182,0.2000795183722998,-0.37965909000803577,0.9668269077671368,0.5145317887927259,0.002538463431897051,0.057523501155731585,0.03830432902736183,-0.036597224799426245,0.8110201189397135,0.3532061736996369,0.9917392735148071,0.23547337003963326,-0.6772150031580639,-0.5035029688055934,-1.9140986274694678,-0.959116086921109,-1.3591309892878092,0.18325645333353777,-0.023143722570297894,-1.0377148847341418],[-0.6800486815568834,-0.38528723024822364,0.38229167683735943,-0.2964310967816598,0.57146402852928,-0.6085969362162802,0.364141348138506,-0.22419362796970732,0.8092356919335029,0.3640274363614087,0.4447837405968158,0.7415648821617743,0.7268400053919893,0.17424421996898157,-0.5331214836324113,0.16373209953759257,-1.8488545605590503,-1.429444599193822,0.8362329695613321,0.3586950323306319,0.37299787775313753,0.6467709416110196,-0.38491680414729745,-0.40137141405198695,0.33217052229327254,-0.3406144557470862,-0.5312222773410614,0.5406097375143827,0.052217897166622076,0.6888292533445751,-0.5670004211016083,0.38828376949376814,0.9598877522264373,-0.5228510335912381,0.016229851123068507,0.32820180456812603,-0.5858410621761834,0.08326809540683906,0.6339008519650119,0.34028020773684114,1.0021610370849086,-0.46906337704593576,-0.4322574886972558,0.480619068840559,-0.7134842618355166,-0.8050435259295268,-1.0658050815027704,-0.6163213534301584,-1.6937331990692435,-0.4499213953489284],[0.04563768993896971,0.8950383631114077,-0.18610050859720134,-0.5665717452698004,-1.394107417043237,0.29770031018298887,-1.4992099265163905,-0.8964277885056492,0.5259144222290579,0.5968207399485437,-2.3467473866408235,0.34198283698452603,0.8389431007185006,-0.6207716543623546,-0.49670127215068466,0.7158096091810714,-0.47381356088593557,-1.8823032611047705,-0.28799641525567143,0.1063214078370582,-0.18766013820656902,-0.02090125377532239,0.77968731947016,-0.03191832995083678,-0.7532472866141114,0.11270103901839604,-0.1028236252092298,0.7193562533054023,-0.9219954049897697,0.07893606789411674,0.7402782003544478,0.5327375461694274,0.22091265883503794,-0.3137557630359476,-0.5590643663380479,-2.3190141293504545,-0.9915528321144241,0.24818850645267776,-0.6980584864214291,-0.9783558450902851,0.20436549174883983,-0.08697707000282086,0.5060264048700861,0.43629020736671403,-1.2137125841247989,0.669684113151733,-0.34847070007896797,-0.6857439832974467,0.7325015191640185,-0.5101730731897605],[-1.502952253422278,0.07157185582228322,-0.13880386106858356,-1.0471160061570681,-0.13561769235502197,0.6817243314014304,-0.08797479683872228,-0.47937205741171846,0.4026950646207651,-0.37977046557258315,0.16729309264924894,-0.21435904568590003,-0.17710126178958965,-0.2928448483434679,0.21851302390116403,-0.06285998759880485,-0.6220211822947935,0.544768200794248,-0.5248752559976976,-1.446837990033036,0.14424553558919428,0.9412295416050378,0.9383768188311425,0.2589390587273439,0.5677831264454768,0.8471291632080289,-1.5585842648889283,-1.3757734814511424,0.9836506025539892,-0.7763675415331487,0.6613376975279688,-0.6951612657235191,-0.787099080408926,-0.4109224500698764,0.6753805632159008,-0.004981339734465251,0.8597856961627068,0.6387840185946799,0.06268270405879588,-1.4070459349391924,-0.051894657851872916,-0.7408370022562589,-0.5041794507649606,0.8255553721552037,0.004784636281188385,-0.7485016678675487,-0.3256347040043354,0.2762671673534905,-1.1600100819904895,-0.6618041399726243],[1.0706591533963563,0.25480512997931876,-0.6451885909612317,-0.29150506436807616,-0.21338680640424718,1.0105693227242485,0.5123422721330692,-0.007343834284809118,-1.9341616140422566,-0.2728631611852299,-0.8662990323724377,0.7245947177665801,0.09919528066574203,-0.9519979547564451,-1.354526896679132,-0.23128550134953946,-1.2415933221977549,0.35677507900755495,0.19258260738018285,-0.021236209647875114,0.06945828294007982,-0.09158906745859738,-1.0557562021700009,0.6448711954850072,-0.548765422540181,0.8535819659849385,-0.9150062039504532,0.412750365797779,-0.8256357877961277,-0.7068348525678196,-0.13911601425494208,-1.0101003501385177,-0.8645686669348984,0.9138093175230445,0.4800273632918296,-0.07158667757642198,-2.0938794684902664,-2.129183167914684,0.884534428995787,-0.021673967252882904,-2.811885958745239,0.693592254871617,0.8931457194801913,1.0130663662388808,-0.7817380357975642,-1.8131599201798996,0.15645707359624889,0.3114887222780512,0.5584793278052375,-0.48625360768619624],[0.2847129469601741,-1.5055501665339934,-0.10671947155570724,-0.6145240197264182,-0.23225697007523893,0.02998033051896473,-0.6604940051259579,0.5616721521894837,-1.4424713675539094,0.5328966811763792,-0.3763674144137784,-0.42946643336338897,-0.8874889060088865,0.3433658679920131,-0.27776074043860416,-1.943725664546404,-1.5195496731305462,-0.4269316673232613,-0.46155541788197313,-0.26988385508522383,0.9563798883794944,-0.5347299876214227,-1.0497897745253564,-0.03986041709820251,-1.4718650535364626,-0.007284894315814921,-0.21568114431451152,0.01945395031491491,-1.7320789076912888,0.9749023704184383,0.887789014301105,0.8781658102537835,0.2965615054926255,0.8898790696652518,0.1786885307546219,-1.0352083109980654,0.19908094391939343,-0.6348495279869155,0.2561938138520779,-0.14924334915063264,0.32791769786499747,0.5075765123045239,-0.5704661006791346,-1.3033727395299861,-0.6461420805653154,0.21238170307720067,0.4896634852766746,-0.8169730936023283,-0.11971323519636752,-0.7311037451415787],[0.2933715373833844,0.38966379491401015,0.23728676666035245,-0.35757917649109383,0.525076696449918,-0.8018888206362378,0.5703522494865956,0.3717170923883509,-0.7612679627618949,-0.4813205757590449,-0.8945113080175398,-2.841210184968529,0.28961261349202994,0.7640790303340596,0.4225578869003415,-0.9454673838076212,-0.31869553115459065,0.791948705537579,-0.8293240673330274,-0.8757791154327762,0.8221167511824079,-0.7303655507219546,-0.7486507073231564,-0.7608328220985394,0.19158804171008142,-0.49737335312626485,-1.2645250579777272,0.6000320174084277,-0.4977709670503061,-0.7016273587627757,0.48067841322008537,-1.2647183857520317,-0.08456902418343096,0.6496353911483013,0.8034704524338728,0.963879209321061,0.05588632656942113,-0.4489281101751815,-0.6743924006633271,-1.5455555449389207,0.7871276769877513,0.4554188233808767,0.34853892115819,-2.0485709769238283,0.42422085625685496,0.9694368597685523,0.4773812517950993,-0.12999749395347804,-0.9828477690072231,-0.29987560236392663],[-0.44341307926118034,0.4696970738704398,0.4451261438351591,-0.5491697097544254,0.060666093413262144,0.6101636824220259,-2.270338952787065,0.8673244802866181,1.1624021331233805,0.4112675657589489,-0.9959143378340088,0.8030429829195752,-1.954023330177973,-0.6613193715605372,0.7438424476324169,0.6937032982877115,-0.4398507271606386,0.6798460601486326,-0.13363586145245612,0.4717937199297386,-0.5805703838142333,-0.5974395482905178,0.12518633389578432,-3.3830708052436957,-1.838929464428082,-1.3160482060724192,-0.3929691761111613,0.10526712270892037,0.056123658858663925,-0.8004960320044394,-0.6263710172432029,0.4860900792439307,-0.265689034553293,-0.9549126279361349,0.6519403039000596,1.0151742616387172,0.23631014735364722,0.625813756229321,-1.5789088781253906,-0.10603813603206874,0.049914951262733466,0.2824101712152115,-1.8664411856964092,-0.8920494840811444,-0.5501441009050624,-2.656356075581332,0.05549794204482561,0.4749225218803313,0.5447974486324245,-0.2490473363895907],[-1.883455478187851,-1.6851793090342966,-0.20537681699934218,-0.47633299205547797,0.608014032041657,0.6374997904426,-0.28669640430392257,-0.16811102855723517,0.3165525002185021,0.10572950577504568,-0.23280542481431687,-0.3390938934204692,-1.1616446267125382,0.7334616230175831,0.24972858208508486,0.5869416360053024,0.1390653194335535,0.07046585300069866,-0.7285990654921499,-0.11201381728036469,0.11906793999049903,0.06399130221208958,0.00897057620866745,0.7556548384345394,0.6303275129631006,-0.7169062590117881,-0.812471167176027,0.16314735675870115,0.39906069695301594,0.03510995833770488,-0.49706051388885103,-0.04105096468982406,0.9628764405989717,-3.1517078224196107,0.0693719540002437,0.6650904748847521,0.7894114507499553,0.42673784864773057,0.17068882499516114,-1.5174786979065162,0.8462673435633988,-0.11092746085423635,-0.36899820627869867,0.6990392601511635,0.4028449650831673,0.7369099745645851,-0.23651696913705222,0.5200760774676387,-1.2565745242227924,-0.486600683109947],[-0.50801253545499,0.2873805473633455,-1.042438656390994,-0.9326208284848043,1.1733704027356033,0.028931025251132107,0.907791592853105,-0.09357515887796262,0.7880350758584562,-0.3591885587866906,0.7257995848416767,-3.492507215254473,-0.7720413443155915,0.26788843398642415,0.4741863400072149,-0.09798539507165173,-0.03970693904699185,-0.9627358632919618,0.5489860344383785,-0.3313941847043642,0.9929524707869019,0.334549515530737,1.2649705876817745,0.8902312782244958,-0.509597739294478,0.7834839373205311,-1.4711931250537702,-1.5210807742531722,0.1648885055202447,-0.9822575357035741,-1.023546813424578,0.13806120162243915,0.8333653147859323,-1.8940499768351038,1.130979850307047,-0.34545767367876934,-0.6716030145472106,-2.058013206375838,0.5804579571922261,-1.6632488084409736,-0.01658771174491348,0.22111000823686786,0.2731812482662207,0.4556788260607527,-0.01333182785709154,0.7628362109542051,-0.7399634200936267,0.03069230522223891,0.5279386262736574,-0.3497182585525349],[-0.40405656222887515,-0.9829002363045203,-0.47603295176028365,-1.0275497490545837,0.39742871957908915,0.9945928178930791,-0.45807046528131545,-0.03471215631052839,-1.1936743408284616,-0.4367274376147433,0.30069826183425186,-0.8110283461118065,0.6899997711188534,1.0059732082506496,0.021572481034857323,-0.5362704770861932,-1.1463670407245221,0.9732576471728914,0.017829849380590887,0.8125040630083653,0.39991461028592307,0.37529146368967625,0.717310860781101,-1.9953421553013717,0.6322544730200196,0.29788377819368117,-0.5350546395118565,-1.14224386707278,0.3985943714490964,-0.33207562573038496,-1.7113349193289853,-3.2250149823938963,0.10961666790422386,0.4541123220593008,-0.1763284926240652,-0.44431995949221237,0.27652611565821644,0.6863763281589567,-0.7907810217558037,-1.661811515836692,0.606315402416077,-0.4456165318880042,0.5889411941650486,0.7028913733663193,0.10944550914407193,-0.5278319272867281,0.8336699429169551,-0.3942239310658264,0.9073570065335651,-1.6984343442758358],[-0.21044231250189108,-0.9859545143167925,0.201989904327717,-0.2882734981847071,-0.8702914705294011,-0.38370814193552033,0.5827034874070468,0.15001916758793374,-1.4842802205558816,0.9003755881821371,0.9602144198489732,-0.5194459380112655,0.3249796767273934,-1.4562253755107475,-0.49934531350808176,0.8433643532605438,-0.14647344919395316,1.1058247553916256,0.3879877053701947,0.9131354703504309,0.2311908886796008,-1.3589893123541432,-1.0705639090145853,0.866173379824727,0.7862560594289512,0.8381065154674944,0.24648932642722438,0.486820727198651,-0.25770908861032465,-1.6964853247413911,0.05913284347859573,0.3581129464766683,-2.2725516567914004,0.19953110666425428,0.6745958435419304,0.5728879296657157,-2.4303472876316783,-1.1427357458837006,0.5671120310502713,-0.8296967367147537,-3.3997405206881735,-0.9480867281839708,-0.005500964124582164,0.20738112702774728,0.20788939023312678,-2.0590690646757563,-0.19044334413756397,-0.19961031599168363,-0.23496434791866486,0.503226446511421],[-0.40477682520473135,0.4158122668849443,-0.7968007731584126,0.8620251112271187,0.8323932668938373,-0.39349117681054446,-0.5948323109063405,0.09220413836311393,0.9750019774288446,-0.4693460455202473,-0.8381957583133254,0.663524021917427,-1.7991363583118705,-1.1277468717447725,0.5083783057385175,-0.4127307444655398,-0.5135682289458049,-1.6392353654304133,-0.5756506844536893,-0.6206687293403578,-0.7121846878652497,0.18526171005181818,-0.5919320293688316,-0.515442348835631,0.19749001853707246,0.33252861807899126,-0.493363214365497,-2.142857401097338,0.8243793682248561,-1.144870955344556,-0.7163225305040694,-0.3513697522338925,-2.1169666244728607,0.6371118225199904,0.25792190565561984,0.32932162726642433,0.9295046017224093,0.3894976814157869,-0.46798312670662645,-0.22083860117359563,-0.04799465944226923,-0.7606674792386227,-0.4627770040946209,0.6161323250934426,0.6825137211251626,-0.2743951265377195,0.4974929181047673,0.7529670714876239,0.7924163277366132,0.48459254754318837],[0.5212064613630268,0.0901054159117554,0.5500092787427501,0.7574658413981127,-0.8648058841078765,-1.4757377490675048,-1.4791393188154947,0.8906511517856665,-1.0558104681328877,-0.5881114847799809,-0.6454003903190401,-1.2424844026100124,1.0053654637868588,-1.3016898295491717,-1.083720031103985,-1.0667462433614083,0.46816952384179916,-1.8135519021492694,-0.709943025621629,-0.17541804338273329,-0.20971372720593653,0.9553794292881009,0.5496085991223999,-2.091901898290466,-1.7417845268446117,-0.01619884814877282,0.9229511174588194,-2.4422122400457646,-0.004656516392655237,0.6087835651437906,-0.7260555238472822,-0.5511246359686814,0.7292585257793746,0.27714406355056065,-0.1686365352483955,0.56796409279057,-1.3495838942279286,-1.3512088981260448,-0.2607339053770161,-1.227008143750336,1.0397026843919874,0.6652418137154984,-0.1336310374679318,0.531254748408787,-0.5186135186791506,-0.9379688326046756,0.2932415213073472,0.6284504225572423,-1.5300791778246752,-0.13524663058886505],[0.5201909484501648,1.0109288250543897,-2.263500671538152,0.6184170126762584,0.6782192013064736,1.1859420006292747,0.08181934092065066,1.5418323990334155,0.7428858775105438,-0.1850329116438559,-0.28707495171119163,-0.10661764583637805,-0.03308208974727793,-0.5718329841525586,-0.29194232551782134,0.5095458075059633,0.6927941405631545,0.39514743099445343,-0.5257178123352133,-0.3007524085525171,-0.2852749240708319,-0.5156148325259526,0.7838738808239626,0.10437891602228819,0.9307033838968589,1.0016419637703295,0.34345255884817666,-0.09679261978764363,0.9093144751309468,0.8004401446262528,-0.9093532107111253,0.8824602984042698,-0.532917206005055,-1.3363507404607435,-0.19593912898934665,-0.540901658151432,-0.6395055419811512,0.7795842919693204,-0.5379735574617909,0.7896273980833872,0.4999234363304208,0.1990493163787922,0.9577237189455251,0.8309709476683232,0.5384261786542799,-0.9382500192064963,0.5791141829175641,0.2737375118284347,-0.284995011178954,0.8908867859319887],[0.6167715369958212,0.44948806522531415,-0.3958234183554492,0.4639636316152985,0.056477788096216834,0.19356508529369734,0.35758097534829886,-1.7355632703797388,0.7090588289829506,0.35270682824496175,-1.6403503158503465,-0.9280350531378253,-0.8827182680567237,0.002830410406188196,0.8256287961854316,-0.5256103462321337,-0.6406850469221079,-1.5077864351611996,-0.9681613520566732,0.7954018828617039,0.3484330088448784,-0.27333677565097086,0.6654948524153861,-0.42401138701576485,0.6192969544342976,0.703878810536349,-0.25677525189369066,-0.516883195849383,0.9177367781683201,0.3559804723755136,0.9191262389689404,0.8002339424451703,-0.607894147909814,-0.30588283742711114,-1.9667748400202543,0.7085417328924576,-0.6367624947420306,-0.2671037894842727,-0.05804263260153764,-1.285193722927689,0.3440753968457555,-0.2689202923232443,-0.5351418016742795,-0.46185171281560244,0.6428690241968003,-0.5462585339214344,-0.3827796001553285,-0.771096663509749,0.24601527700161546,0.5623114828971428],[-0.8101578893544591,-0.5611074647729193,0.11467142637935221,0.5216164775085654,0.16846608446818923,0.24785159761913123,0.5901934025487433,-0.22981728644555208,1.0363009660803357,0.6820341452869833,-0.5637053768179715,-0.07833968876068799,-0.27486237760519294,0.5504267356123133,0.37694313546024505,-0.813187350123372,-0.7317167092837472,0.15566558550381046,0.9856118669514324,-0.19908106079863405,-0.02222452833723793,-0.9690955432763213,0.43266658953480647,-0.41829721863311614,0.11198551408454986,-0.5646476939588894,0.31108680543616596,-0.5580050286481424,-0.6334884424052695,-0.9285213830390909,-0.22156636168615024,-0.3902055046513097,0.753100291954752,-0.841386907116477,0.4430500620739479,0.45816592586603694,0.0805044561041919,0.9533139613021285,-0.812705828143697,0.03239590899436252,0.6610253748834557,-0.2814660096216317,-0.17649297247148238,0.37060678251173695,-0.24052548313836322,-0.9997895193095105,-0.026121060243383246,-0.3803388381299599,0.6472773731259288,0.35932762923277617],[0.18384360248243253,-0.19910385065111708,-0.9190358823879057,-0.4047863510268483,-0.4464136430870285,-0.5632092486342559,0.7996867638861944,-0.3884303126416478,-2.498814453821145,0.7888878024036537,0.497935387544035,-0.03382376576753976,0.30018046622777056,-0.5830782861152967,0.6774256385091584,-2.003634640993628,-1.0042161035155097,0.7594910868267042,0.21029512011928506,-0.004996708976208166,0.7673116701357011,0.9380723381752951,0.03509790536782255,0.424854736011058,-2.104152582662781,0.5201897014907122,-1.5875790887546024,0.6514044947810047,-1.3408312414374015,0.05937456440639287,-0.7771979193164458,-0.3466423387300327,0.11494852843120265,0.8833922866965146,-0.4644233570291405,-0.463050990796768,-1.0786593967797646,0.14293392079423556,-0.779862398968038,0.43996477149683616,-0.36907576980484824,0.636829736104322,-0.12818237101961294,-1.2398882658681303,1.049876722275595,0.0668975440014733,0.08359876906665409,-1.6831360565041449,-0.42535093014235265,-0.7098659191660667],[-0.17546326305924168,1.03055065824123,1.0044717954449074,0.35650083819410483,0.3578131918967925,0.09800316433600101,-0.23318006414895556,0.04384290870252574,-0.8383663232871572,0.35103383208987143,-0.15974903093880832,-0.5804979744202309,-1.3555355482037237,-1.2121575341830895,0.945265305046683,-1.0291147103721288,-2.1759357570029025,-0.7549786966200427,-0.8642567851556168,0.5942520555158243,0.7163589237988206,0.3769560306450767,1.0681292641152877,0.9013948797595268,-1.172937450225599,-1.054940520203019,-1.3036619814008383,-0.3818414148408143,-1.2609153224155982,-1.6449784731857717,-2.854237098245917,-2.1928958331385973,0.39176574491513655,-0.3176668504819713,0.6081249097085423,-1.8283129300948329,0.13864187528621788,0.6852281203550057,-0.5141714574654016,-0.4480059428643663,-2.246585315551262,-0.7478258524451812,-0.7634707223649532,0.7831333399867964,-3.0642803008872064,-0.605156456794527,-0.0019018066647753218,0.8067057392021706,-1.0102276707519078,-0.2817898951916836],[-1.6704690642017692,-0.19214000369961862,0.5129228597149176,-0.5937119856309327,0.5853653581407778,-0.6683979048970126,-0.9468971991566806,0.213580437673523,0.4761016292125852,-1.2968574678595353,-0.5389802829444438,-1.0518476412395408,-0.39719539816564103,-0.09143681616244678,0.1543361254461078,-1.0217828455706484,-0.7290721837270239,-0.9881155215433433,-1.9343132145587099,-0.44595381346072854,-0.11212943827633248,-2.726163743754337,-2.5170812351175877,-0.5632626246894394,0.350744658087455,0.06668762068409215,0.34357412941545373,-0.6964297844808878,-0.7533831460711767,0.2517621257671863,-0.28968840783674743,0.5736317827568591,0.7296236519584038,0.18598006343897955,-0.8831935310608656,-0.5042402896799327,-0.40160067998873994,0.5572528552374616,0.10835000592718566,-0.7860446205957846,-2.5787653047515002,-0.7432362830144877,-0.28880102577255545,1.0290098043805274,0.9107436277415312,0.7070752597187394,-0.16913350341277178,-0.25684759028363313,0.14742804861440822,0.7903170849402054],[0.17632304451528022,0.041918956725440895,-0.3202707319467443,0.164266426079817,0.3559781940798729,0.6823592043618373,-0.12838910770069964,0.9470167901058502,-0.721744731457479,-1.6857514759297374,-0.7684914770337624,-2.323247281275111,0.19873554918851302,-0.491536382320926,-0.2931904503273881,0.19206157469595742,-0.8833371446638818,0.8842134678850383,0.22379281814361604,-0.1518816338316063,-0.5579245177788644,-0.7099017377593391,0.7206945592383552,-0.9058679960039987,-0.12866220696382702,-2.7716673296698304,-0.07477355988652543,0.8897127324726383,-3.5062434402817826,0.9728824001295076,-1.4719962308470675,0.4171532110746347,0.5258670283673711,0.763314773072714,-2.8760337261340316,0.675059830580066,-1.4129512471067682,-0.776159744693171,0.9955749259270857,-0.8735318668357887,-0.9368061276640414,0.3606352152920168,0.8496239123514828,-0.36084010812242395,-0.2515212641903028,-0.8190856024932001,-1.6011070845017454,0.21725113296060788,-0.7796312982954008,-0.16421580106908779],[-0.4598123103157835,0.23850191665212497,0.21657814659464744,-0.3244351860358127,-0.20389322058370046,-1.527016173298705,0.5587204800025947,0.4887449024368358,0.22013304565814568,-0.3786290429453173,-0.015318106748385447,-0.5539272783159624,0.5447055961005884,0.9419354257119688,-0.6955814575825047,-0.6041152491134404,0.07318149194352261,0.3911200093639327,-0.14135241631521106,0.5840947896369661,-0.08080461765724423,-0.38322495600738,-0.3846695514402789,-0.37358867979308297,0.3021435802404129,-0.8065005459217783,-0.2700659101525498,-0.8837157609265845,0.026718508637529774,0.5383789233393292,-0.2254338848988247,-1.7998743686847902,-0.4198956570333722,-0.6566695724773071,0.6644096592150935,-0.9450754347370578,0.6617427245260941,0.56695463310862,0.35980498443316905,-1.6137238664948177,-1.2016426972540342,0.9523009765318968,-0.06853598898910372,0.6564138728367049,-0.6610501164680763,-0.07496505536646059,-0.04870265647820686,1.1673226071489289,0.4539088731532048,-0.6780289418293983],[-0.14022278005403035,0.4961872162587943,0.630254113385222,0.43177422573390895,-0.5988367260981725,0.6292875905918625,-1.0059013182196819,-0.7663434146215333,0.9299054895826884,-0.8608957453146162,-0.6480910653771074,0.5717602316827785,0.09814006575465292,0.1958329826259815,0.46661923884134504,-0.30309509731777123,0.8121183745387575,-1.1422676696426128,-0.6234985336954231,-0.1363838318705366,-0.42943378271933197,-0.38387072712981424,-0.726314043585824,0.561501025952607,0.1962918141607388,-0.7346355635143099,-0.7891498118430385,-1.1297163660247398,-0.8791975789553736,0.19335025750045448,-0.06251902620118997,0.491860640171861,-0.037678805774252346,-0.25911275982402054,0.06691299620281961,-0.15864386242709136,-0.09560677371132607,-0.3579164730388405,-0.6530755218094028,0.7515082618221857,0.08366617967557892,0.8287337084776032,0.69217253677255,-0.4651660824994398,0.5083068188219696,-0.8247238921679376,-1.241873395930327,0.901078018862831,0.8792784235415207,-0.8410821129557664],[-0.5320935619323266,0.6861369955314518,-0.8318048643173686,-0.6976733855840667,0.40924933483375875,0.6693013740263007,-0.40700697896724364,0.33647427723503714,-0.035384464329744854,0.49574724088197075,1.021087335521425,-0.49716037568838534,-2.394778034769037,-1.7018538525025824,-0.170292126430231,0.4454884794555015,-1.790848682077367,-0.42852031422398934,0.38435368111986545,-0.8459137837456884,-1.4366835398074422,0.5727680420764084,-1.8561307208363405,-0.6464409718341899,0.757674155380669,0.5121592113227498,-0.1126623346144765,-1.9896320696692347,0.5755764104552834,-1.2131005438676408,-1.5633665607000202,0.19086193581430388,-1.011005906182503,0.4507203584007814,-0.4305829219821849,0.39589080940213983,-0.18767556588872747,-0.03279698901564734,-0.22479897610355407,-0.9588301842718151,-0.09837377772003326,-0.6190690169806826,-0.029430006600783747,0.6194034202160988,-0.5606259253756972,0.6651078475326894,-0.5120494463023713,-0.3513494921207615,-1.0846029274456002,0.24970633180178656],[-0.07653253725989331,-2.6135383759310287,0.33386224593956015,-0.8626102072939694,-0.3332689901762722,0.27737813052952454,-0.580368680961597,0.5246865570312859,0.8865225870368,-0.6385115764946638,0.10807682884211574,1.0409262082525614,-0.3807981012213902,-0.4943929998670681,0.1510900815344532,-0.3616441065178054,-3.0497004275104285,-1.17899059407461,0.9376735089672363,0.5886661656854103,-0.2135544724546511,0.08461404675943651,0.14849299990416592,-2.9743149114722893,0.5033057315726507,0.6517592954953961,-0.8576297056709864,-1.6689484427562589,0.19783149636150282,0.36642820854577607,-0.3399517650627217,-0.241607513838816,0.4773352748713819,-0.7135352907363591,-1.0275874541320593,-0.7170661082400831,0.7373323915941202,0.0021610707270092425,0.2762712675018705,0.08527219273121198,0.36236401688199504,0.8390323193193917,-2.673930726446367,0.1648345928529642,0.2572895680991423,-1.9126881225126107,-3.137366694422782,-0.26814070213179736,-2.7950580488008425,0.547040074551411],[0.7503671414750632,-0.45989711483351137,-0.7985806069881108,0.143946639542541,0.33227540370151426,0.4304884132463584,-0.1635061333038895,0.21010306225437264,0.6798875741234901,-0.42791648194653625,-0.031344108101522675,0.4428642063526526,-0.8135925584431131,-0.28048388294170024,-1.2354150398337194,0.5315444752782007,-0.08885692479428176,-0.578861181805665,-0.8801957947590866,-1.152420870058644,-0.6423273084535553,0.14920486901691832,-0.6694254113281582,-0.8441573798626371,0.5677350348909961,-0.1294346556927328,-1.1385193711273442,-0.17479237947066625,0.47425350442613035,-0.4215585783129098,-1.6602709734090708,-0.1150688042073003,-0.5770224555286111,-0.5682844019636267,-1.0875382808916871,-0.11087796544864623,0.6104793011057535,0.17215447966984296,0.7903646095196247,0.15725794242113644,0.22712896451654768,-0.7663486276825824,-0.17319179737034762,-2.3156443156671505,-2.266948685667922,-0.06998279533677719,0.3172208408830861,-0.7593176901905704,-1.9651841620819985,-0.6324466884436857],[-0.7889942780604988,-0.26275735645277626,-2.080220713853273,0.23922407495196993,-0.01169576493046447,-0.8377179837577942,-0.4815352956981554,0.46628018577852526,0.3762265031838359,0.2719638363116328,-0.3671047873341507,0.5384150390573998,-1.44516625325206,0.4277176347941337,0.700235381251461,-0.11456119769332786,0.2660627897673516,0.6056991795956557,-0.7519294488059127,-0.5067743802809584,0.5359685802659201,-0.48168957498531,-1.6575726781083135,0.8871146020702146,0.1460909774349338,0.9615304321609193,0.3229599793446319,-0.09946107315722712,-0.11329222431059865,0.026750123304318765,-1.58864494122646,0.020624726530167992,-1.9128359340300265,-1.7389644684215144,-1.3817682517766539,0.5178361458776826,0.08772564476983115,-0.4965652836520896,-0.5141166604351619,0.8845506849105077,-1.3629685362616037,-0.3554046664437079,0.9830554298008826,0.45252713424584734,-1.167188398165226,0.6256195364873521,-0.26562594993825994,-0.37110231046408526,0.38946050504458674,-0.5910133890547314],[-1.0493931275868358,0.9564282739305806,-1.1129659839543784,-0.15827860222129947,-0.6288075550853961,0.8159906128071391,-0.6437922695859536,0.3916914702189657,-0.9368233845804254,0.36063490359578637,-1.1473763557548442,-0.867910514656891,-0.2200524420877905,0.5676177778495525,-1.60322720067324,-0.8067277641294789,-0.1304628389974751,-0.5451200632036964,0.08334603719458562,0.07917527411797474,0.47204626948150574,-0.2500019580777973,-0.10517273057864532,0.47672944661313976,0.44615187809251095,-0.35324612506764236,0.17803329509480925,0.8208699082170534,-1.0365016752613898,-0.8455282881006942,-0.02211749143335518,0.6734816918009611,-0.05185477682465183,0.2742558657294063,-0.8212289949261377,-0.07751165565192207,-0.13526728354382786,0.5194962638972153,-2.182970867294095,-0.5578513182702306,0.5674263686988446,-0.7951806511801293,-0.781858740982997,0.12423577502807194,0.4111839689630669,0.641098454696121,0.20347372317790616,0.38121961004822696,-0.32471992582709935,-1.2399770299980386],[0.2590992566177384,0.7706048264154074,-1.4611210331561142,0.24728140803941406,0.5679870185920232,-1.4116708010633474,-1.0763292620602805,0.20521790912664092,-0.12849784836683584,0.38589551503044983,-2.43483068346371,0.16170102416386015,-0.02843626174756657,-1.1676093598321136,-0.537512725639658,0.5755793602633772,-1.321871616654448,0.6031547738994196,0.7098892393680402,-1.365087294689008,0.28413890444694184,0.286543610023169,-0.37385562996900207,-2.9378237605261157,-1.3007194282818755,0.30604418129871164,0.4347775573054022,-2.1205947043267437,0.6896393440563333,0.9963039701575995,0.1728443111110989,-0.3157294896989971,0.9650484666801433,0.3179541471777198,-0.10783212722363128,-2.033728440148251,-3.0397827443036642,0.5653842125395183,-0.13575575800042966,-0.8419290379044916,0.9209727161993777,-0.21276275561863572,-1.2030233179483099,0.4288351008761818,0.715988715912087,-0.9561877352580394,0.13782749709937275,0.5046753469526265,-1.011238286956239,0.3790921968304893],[0.8396473114222428,-0.4847435043655024,-1.471680550154855,0.6904177067845066,0.5373481087764251,-0.1801521959733498,-2.448453307738256,-5.520377771254224,-0.09552553776733072,-0.006403078377900042,-0.6723818000299179,0.5935462810972232,-1.1160774007722136,-0.5718469896034217,-1.1790675731694664,0.015665153439368786,-1.3332108214386649,0.09235244133171017,-1.7742705387328275,0.784454363847969,-1.2197961987888861,0.9887127321912083,-0.011155435827615814,1.3486207677074824,0.7077602820591906,-1.5523006560975285,-1.7478698937702295,-0.924574742989711,-0.2958189703332221,-0.2673887393350128,-0.20456504134648573,-0.09224889722550282,-0.3209189817142616,0.5138391524656172,1.1659362278791554,-0.26191088157592823,-2.1862386705958703,0.5814163190123681,-0.32852035740640334,0.2200665880464645,-5.873435747157458,-3.927962467013815,-0.12101370815741162,-1.9887490035386481,-2.3682761353917874,-0.6776847603028933,-0.49135291086592914,0.8110403061511772,-4.964220281045091,0.13419362262993165],[0.01552844317573269,0.39675220975346137,-1.003653051530698,-0.7096802859345167,-0.33344106300679893,-1.2914673613508776,0.47272799791844045,0.1611054107393072,-1.374912944138344,0.8412522441590325,-0.7313936452544162,-0.33245887476632086,0.7171731109196979,-0.13445786736805054,-0.35441211175263576,0.406629897049566,-0.00023979724257946133,-1.9058095479666324,-0.16843350345517624,-0.8188446773451381,0.7493851057025306,-0.05987315996890891,-1.4996817627716428,0.8731626292393867,-0.23415533582332337,0.2652042121623645,-0.6407260355690984,-0.013511705104159954,0.04723836886554504,0.032446102964536094,-0.9756391102577991,-0.8804707549023914,-0.5186103195443974,0.1655120914194635,0.6679616593537914,0.22275357519773242,0.41407320156198213,-0.5431486550875027,0.9017493299013035,0.5765839153646884,-0.768950310024049,0.7731752137328118,-0.7734767043544968,-0.6755797413623217,-1.667861555633355,-1.4151863150764077,0.04690712928395897,0.882564502280356,-0.8605204355747136,-0.1739764879134854],[-0.8173661126203012,-0.8300606104774712,0.37153200416451454,0.0696049053349048,-1.3688883102416458,-0.6485692290237647,0.09601776882516329,-1.0089769747038029,0.7419133267100136,-0.03482049463752331,0.7366586231012555,-0.5839761415358029,-0.01490747884495354,0.09033823722621541,0.816198747865033,-1.5637506559046712,-0.19904390177560538,-0.028044518591315043,-0.11689776648935409,0.6963671131698743,0.7919070594046036,0.5065078899752219,-0.17008913692060848,0.9421214322552166,0.4238986215371315,-1.3701964079769207,-0.42134206168540744,-1.3708847508512976,-0.05803095705991359,0.05926627400496295,-0.6673866458793172,-0.3169019122963867,-0.7039540128025433,0.37313636286126595,0.4708967456782502,-1.3726374610391658,-0.4295627060503011,0.8440021511439323,-1.2288426667113048,0.1585369629879825,0.09887118298274117,-1.0754106777413985,0.46223737574808954,-2.100307920995207,-0.6977630239452337,-1.089047666294549,0.9561710112270969,-0.05106483030995863,-1.7528692806033133,-0.17932429990871565],[0.31903467986847855,-0.14201504887970673,0.3568202714485654,0.30365385715725146,0.8806199838224193,0.6697877313855052,-0.9567112513291905,0.08709006160180557,-0.4729656990287764,-1.5269521966075206,0.5317526531502291,0.8612499780127657,0.5481668382985908,0.22569511277027005,-1.0929587287723797,-1.1478367224496435,-0.5593439016802648,-0.57899090010895,0.6239214655111791,-1.7642332324132857,-0.6877586307948218,-1.9882459141201734,0.20916122363949596,-1.3746025023539359,0.6664574633024681,0.7425806886102448,-0.7025311499587966,-0.3186821625463188,-1.1936704041067518,0.5024191546115581,0.5855787321297259,-0.05190092534755585,0.9080655285031627,-0.7820516172576978,-0.28581847786253817,0.39207171592767004,0.08011824325537428,-0.5375227257447437,0.9935956791111955,-0.6303617123376257,-2.484828462699926,0.2819189416261544,-0.03527370380208002,0.032752387835641904,0.9117472872084753,-1.3306996542907759,0.44066253807652966,-0.954431656958443,-0.6102888649837056,-0.8582945432600549],[0.19574447455242786,0.8270704558840646,-0.819966566587198,0.3341439021659458,-0.26908062241968617,-3.7651322730251193,0.8260920890243921,-2.408408548539675,-0.8806818541147715,0.29962474900030706,-0.7549471719627302,0.46075155746524504,-1.7351441326254982,-0.7642548415983389,-2.1025440375823337,0.616264973561851,0.48063080037894906,-0.6104936476264204,-0.10337428443790311,0.8840682675026367,0.2282681146367515,-2.6087432801341035,0.5810146702154919,-0.09595695753482016,-0.06364926047106363,-1.0435893217760879,0.16135406996555313,0.18173957601457943,-0.002762429731795449,-1.1049274895995755,0.7761360262388963,-0.9353274473697433,-1.6958377021991031,-1.1255707081617026,-1.0538785363166796,1.14301317097757,-1.0109957772468452,-0.27844981060692764,-1.2722433454256548,0.654705970504595,-5.361898960402478,-0.20540803507003824,0.6674055959027705,-0.2742230232690909,-3.2744167958702244,-4.033861530875597,-3.3800444101682543,-2.9950558907002236,0.0684478327674613,0.8507531502818819],[0.9006859401597186,0.8138908970701803,0.264803564516053,0.11866665762505016,-0.8871180790504192,0.4966854274802075,0.4955137885770219,0.8375760181281009,0.7676991795125692,0.5933885202142078,-0.555295551115219,0.08070573734404034,0.7348532814034503,-0.5157304319083174,-1.2399654382798386,0.37009530778190064,0.5328357981846569,-1.5597380796380726,-2.164240196590664,-3.248040822957403,-2.2897182347241563,0.5984390988557681,-2.2210385555855954,0.334965136997645,-1.528136992134488,0.42588336556737155,-0.161029543144731,-0.7190098113273218,-0.41944840274565715,-0.4349464545771101,0.3755952839243044,-0.4396538601324477,0.8151995100543119,0.40511238492243834,0.5547909301112205,-0.26177152285589134,0.8982338418723917,1.047545159788229,-0.07750603186947415,-0.5622745392848483,-0.7532133053199375,0.12133494975967442,-0.4710435516419505,0.6423621462486798,-0.6822400825234988,-0.2335704678174402,0.671227741744808,-0.03935742021156707,0.9459850698417915,0.9497490136024428],[0.3380198932819014,-0.08909080097893868,-1.2157924783518737,-0.5941028921985453,0.3904203063079353,0.21985880643152986,0.9564832879478546,0.399078414726082,-0.3453278796307362,-0.5024648821293228,0.4096212386292084,-0.7824273042129722,-0.3947863566829178,0.4403269607845077,0.4810394048869764,-1.0395489956795416,-0.8582109895439202,-0.06198720526201369,-1.506585064756746,-0.15464664772757966,-0.0688561761222544,0.5419937044046542,-0.040785300901377705,0.673635107313484,-0.08109566512043229,-0.7773422889117932,-0.41078038728920435,0.34505008275515503,0.7735644500583958,0.45239527637027965,0.17570003754796312,-0.390013906505112,-2.141693578003842,0.24244752347608828,0.24319035454059612,-0.02335780845336323,0.6763916399820293,0.7773867751955534,-2.782563147179614,0.8819058778546363,0.6272319297302987,-0.18693031680163294,0.7311561606804884,-0.4497682154933601,1.017421122211513,0.319755623123736,-0.8644661313361334,0.5446918713944624,0.17532032647559437,-0.5419070903345905],[-0.42238094404686954,0.3991002920660893,-2.3412035665315134,0.9260419038426446,-0.8424524429099508,-0.05100195592562656,-0.8419443181601458,0.3304740004624484,-0.5950875628562794,-1.536215609818786,0.966463853843987,-1.0064146922828607,0.4683378231685344,0.5022943797868057,0.486411877879432,-0.07441915393016542,-0.38998642168822145,0.9724453641276084,-0.2510006703277832,0.7720671714314705,-0.26277017566209093,-0.5927832477602683,0.6117183290692979,-0.4495956676932838,0.31547557832462997,-0.00818468803502039,-1.8787110568571697,-1.0548501560965367,-0.6267412474693013,-1.1856252549063415,0.05661447513231486,-0.3627538706654409,-1.1814161472424871,-1.361082833603657,0.5084047530495184,-0.8367415137298702,-0.36622006624833786,-0.10368829912070632,-0.10778366641314509,-1.08190566655309,0.6659661436865556,0.39103707056680587,0.9532907396715824,0.701033983603326,-0.7738327700191908,-1.6558654197680553,-0.21642991323775504,-2.341372851245364,-1.6407914320719161,-0.5417883264871007],[0.9854221997896767,-0.9488040190195243,-2.4655222696277406,-0.09400609297692147,0.676723963242026,0.1792461382515016,-0.5220127911374854,-1.5570743723662517,-0.9956569226399717,-1.1529180933901637,-0.1932106275516974,0.7709640280830942,0.2045682302373656,0.815034739291663,0.7707714012315391,0.29542135980382705,-0.9427042530455494,0.17782912802889453,-0.9690405546321064,-3.3743662620994135,-0.5105655497482063,-2.9365226922251506,0.039886388382640185,-1.0007296479805985,0.16010308384674046,0.2391081430180701,1.2898236765320048,0.0008349063991426257,-0.8551428623850219,-0.2637836261145205,0.7629974267691672,-0.3155626873585538,-0.0021633850779349422,0.8587534453740138,-0.41648437358556056,0.202883119927153,-3.1124226630684553,-3.2552020812421616,0.49387165274581646,-0.11399717831277374,-1.0887185816052742,-0.2656720767340522,-0.1866580308618187,-1.4373071409482066,0.7490815051574736,0.7271415187367155,-0.44436866670129765,-0.5702391525553193,-0.36048594390143046,-0.10366051979497795],[0.31741107424347026,-0.6199531853872392,-2.086442077410277,0.1651946933276042,0.9104656916908428,1.1520208861350039,-2.5048565399895013,0.9520585770073393,-3.4691899656673204,0.9697558069576915,0.15171673014476653,-1.526003642032333,-2.2925289313863306,-2.5753665136488246,-1.196754616047833,-1.875761402595413,0.1477939142865519,-1.8604512433656666,0.43544249882673886,0.175648317322677,0.8074512053531944,0.5385331714750307,-0.9447071300089399,-2.6958614654071673,-2.2370840354915154,-0.3945770118270993,0.27023796339924067,0.022498614338865547,-0.20308275379329718,-0.5916368776742751,-4.160854558120357,-0.5430837912327011,0.9475511319346284,-0.22049187083769284,-0.4209628417564907,0.15880603400270918,-0.41771223120327017,-0.127040218863774,-2.2968389150243946,0.6138383215481962,-2.8236141098663747,-2.073213575078991,-2.643959176988004,-0.3117485478664065,-2.9117841716803072,-2.3426207045002148,-0.7772557868038145,0.10130311321758664,-0.8413650528670075,0.3570168352142846],[-0.2306991277223463,-0.08215796868810356,-2.0023260913382006,-0.35287160351089786,-0.0829234337166363,0.3189335734793821,0.142988825915125,0.9377010452232742,0.6033464909866303,-0.4994465508080813,-1.8416160416236311,-1.0417676802372828,0.8402341856106074,-2.112760494644611,-0.22881597165933945,0.2692520074631211,-1.163757298726733,0.4526892854556163,-0.2508672633369821,0.030931409083432518,-3.1816150601546456,0.31918880537794103,-0.9722515831017198,-2.57042852911689,-2.4106290289759897,-0.10911487288748196,-0.38670377079332047,-1.0608324842617243,-0.35999274944098125,-0.3793089048019819,-0.7782673203546552,-0.17957207500353586,-1.156446648614811,1.0477523333465357,-1.378623449500315,-1.9963737979795926,-1.9273973888430762,0.6681946177939044,0.7821040614053194,0.6107300088315923,0.38030846788104017,-0.7933586253044633,-0.9173265528878344,-0.6665416590620655,0.1432171738952818,-2.8343975567120814,0.6512951183370389,0.9363410739812665,0.9967308938522219,0.2790998329763829],[-0.10709018134090495,-2.438010835973745,-1.4360911003229744,-0.016703982709273518,-0.447927182453421,-0.6766042173857041,-0.6613848637533346,0.06192186493514127,-0.46045779879049165,0.0468276044367331,0.193373223119958,-0.704262914472633,-0.5106282983642819,0.022515135293862627,-0.37727097725025643,0.522676722009125,0.5194124985705898,-0.2905404345955398,0.25363016494288365,-2.39236330516255,0.7413467593488584,-1.932445621627348,0.7499036956847435,-0.32913466778809713,-1.3416364420392393,0.9087505105753149,0.5267298507921532,-0.007622264096176763,-0.36635414241059566,-0.14283828099815862,0.4026806673745418,0.9459730246952006,0.9729784351112422,-2.369172111241321,-2.286026844647259,0.4058012499203721,0.22951076830480655,0.5337187291036453,0.08351006407545197,0.9806833177884277,-0.4841720830900172,0.5919256410901876,0.7498256245586111,0.6686819241969731,0.7062416604861717,0.4723903793050867,0.9508492248572998,-0.0018606557334850248,-0.2254550661003007,-1.361161586450051],[-0.8133693312763721,0.5062103764683878,-1.4210784677743897,-0.7631080483367748,0.533447916194291,-0.05364308053717949,-0.7672586200579032,-0.7653585918652048,0.5363397485738672,-0.6709731394957842,0.49784696857136046,0.7814347574505057,-0.23450159636460227,-0.061450187649451565,0.5072323765172527,0.015358285638342363,-0.6925514394836054,0.33127669013762284,-0.7101687990868296,0.6641602085361576,-0.975063250916089,-0.37956695299018145,-0.6393393857774471,1.0442357002447122,0.13087152632260035,-0.5026463615134281,0.497344253482507,0.7094246022237021,-0.5312655315926507,0.8252568090720878,-0.1305345728975235,0.23098659055046963,-0.6922123799812054,-0.8159301405868277,0.8597806526014488,0.02565370544153666,0.2112961511618101,-0.6523214598942819,-0.9522574936636182,-1.3324869005921252,0.48903633203838365,-1.6447214829567087,0.32004487859166475,-1.0949896689699938,0.8311170487892382,-0.8854266798345185,-0.46514220803877343,0.3876107108620737,0.45594560541844525,-0.7196203927278286],[0.2866669690236594,0.20327488270132502,-0.07477842353983004,-1.0533057553328198,-0.8317501474568404,-1.9772609899727842,0.8620909366995929,-0.31724592413259933,0.8466701906468751,0.9492151174122755,0.8305019776074529,0.2945598907730689,-0.4120367122377451,0.242989441515471,-0.3571296568916119,-0.9163899992931615,-0.5676510129901623,0.18120449409329376,-0.2244235398471966,-0.24620530582257752,-0.62871674256381,-0.19579527493009863,-0.739821343686818,-0.7982001213558485,-0.7824913691060923,0.10878762512375223,0.21919020260969652,-0.3960449643099481,-0.6527707091409471,0.5296607006269715,0.12307517204008699,-1.531860777734326,-0.8793598128444499,-1.036391475773789,-0.27922402123116674,-2.995153717897688,-0.025382375779073155,0.2202487390469891,-0.02897540928423207,-0.5399900577495468,-0.8996853278426206,-1.4060130397715707,0.6188219719530833,0.7675030353285858,0.341923298813412,0.08049088063107664,0.6554838035080996,-0.5156802913608641,0.13530160894518883,-0.33190170248715817],[-0.2747981853969941,0.24494717954518563,-0.37694914663543233,-0.4106660612467422,0.7976101009021767,-0.7955357360669894,-1.07444789011438,-0.4751760192747478,0.19210487139298638,0.8214313213920827,0.6323611428867718,0.34835983183397123,0.2544390130995167,0.8306228498446725,0.10739323782218103,-0.6666408150887725,-1.221135590919505,-0.006642313974629337,-0.2639559103013004,0.6628799579246863,-0.7038555190910818,-1.142985828840156,-0.20167477129155933,0.3298979019832211,0.5807947513969324,0.835843552067317,-1.0541180299788042,0.21981829193062086,0.36934037293001665,0.831591831415935,0.12763334008772145,-0.17302866132582737,0.9540509759722005,1.0028405171901495,0.3280700938682534,0.04620020612658916,-0.006775400551438513,-0.020277319148181133,-0.36482627873205764,-1.3314369050442652,0.47572256462025114,0.412488113511706,-0.9671135636081375,0.2991517540507366,0.6795738343156242,0.6547832420077785,0.9653581702427262,0.8915530300174118,0.34720417451877245,-0.7678862899670421],[-0.8962299241404599,-0.0015714934824689047,0.7718403549415409,-0.7911107043530405,-0.09072335689434882,0.9096793619568161,0.1562129615584891,-0.7896038019511012,-1.3994363343546414,0.8288533574531548,-0.9043876584298404,-0.7554683661620701,0.26764131463079815,-0.4488996669498071,-0.8888734551649035,0.0975829298951002,-0.8644172800806915,-0.029436025129944695,0.7463132812139939,-0.4924572704355003,-1.4039100403667808,0.9883291557431485,0.4630397891815086,0.1417566187659699,-0.9454869919752934,-1.1549405552508998,-0.5350317129488829,-1.3111246788656667,0.8245415602177713,0.2049646210058483,0.6969435645494038,0.3808700225765915,0.97939156909926,-0.4964752928588691,0.6876058213732887,0.902218720937454,-1.0008118123079535,-0.7938752740818825,-1.2067528813500852,-0.5888637113172129,0.9345833650824698,0.6724105079765086,-0.08238577527477922,-0.4717949657750529,0.599865222389922,-0.6890095537879236,-0.04994018960360662,-0.6388005006530836,0.628097755542433,0.5314599447489873],[-0.1030053034120311,-0.05687192238057092,-0.262925006814896,-0.1971997310477285,0.12778764106068272,-2.7492775362169657,-0.5022780490408741,-0.9607325415015029,0.32720244545758637,-1.1919917065346874,-0.081016846008628,-0.314502466045827,-0.8744780273342235,-0.5364819295319223,-1.1552351990740815,0.5771243560748712,-0.18075418241204153,0.24393003093293406,-0.4456343497312175,-0.32427614078462746,0.11656199742315007,-2.522171522577368,0.1293075767367442,-0.9550609242508844,0.023489231089668428,0.2933936318388125,-0.4801241478255652,-0.07959470401802435,0.539923207452197,0.7116705538263948,0.9812706942684382,1.1645147214027138,-0.29690283309855925,-0.5085285941923083,0.5513990550542126,0.3986314863717283,0.8631256224739308,-1.3119922552168437,0.9797337819777676,0.3500790409326878,-1.0282861890229247,0.8446098848638143,-0.136875142246306,0.900507940566984,-3.1124360134599693,0.09179939221067435,-2.775471638466776,-2.7805813538885453,0.2734234748345412,-0.21883863092812836],[0.806543779993716,0.587867814684482,-0.49715318733179725,0.5201510874789522,-0.3949268240404484,-1.3896868390201862,-0.8437503233109602,-1.4493679181189025,-0.2810807067310571,-1.174947432729585,-0.3258036843689609,0.2876701527915578,-0.7762947389811602,0.4667058563289574,0.0486137405012389,0.6823197993154467,0.21750596269397132,-0.49767873309907956,-0.12784474752260186,0.7278009425826293,0.36039873505253245,0.1491227894074637,-0.2807083807908086,-0.8835788415424954,0.5437829720354711,-0.9390538438136411,-0.2920312850165429,-0.7827054569603102,0.005308829069552396,-0.9842045703671134,-0.5697426107280321,1.0968730928977821,0.8849385163056935,-0.7483866856960694,0.7999637396853249,-0.7029805434576679,0.962052859297701,-0.4699167826545186,0.4708511740661926,0.8758404408880318,-1.3994838146875537,0.24194306413082708,-0.31195281246119944,-0.8959910186896016,-2.2448594627561893,-0.36658332004500227,-2.4433436958876324,-2.737384159223493,0.9959555206555597,0.7595040054949543],[0.9675783265345212,0.6787422753512445,0.9670061134736507,-0.5171929880674854,-1.1961979212824623,0.5925500729331226,-3.509045647591761,0.7989887545758387,1.0338720097064347,0.5020575710232025,0.3657701223862257,1.219355919490719,1.2153850132025845,-0.26721883374553257,-0.18403072530366893,-1.287021154118333,-1.0665834333730744,-0.7796705665243441,0.37214927365860634,0.67369644065097,-0.012366246154401257,-0.3495207466899231,0.1024297257604256,1.06928319434548,-2.638650956586539,1.1185543893241752,-1.2420500701183168,-1.3913566099769468,1.013791966248911,-1.2043063837170882,-0.7430595483827692,-0.9245453968968861,1.1478642129647214,-0.48480087193158794,0.8150435605693563,-0.16255425601029028,0.23449263545359877,0.5259023108791725,-0.16495193242306277,-0.1752939429668811,0.647480434723788,0.4385294307998172,1.5352055728482077,-3.3764793741047776,0.3416433697870294,-0.7000974196660642,-2.346657933772959,-0.9254336276876033,0.05820585326663357,-1.0845065528115507],[-1.4728323368864442,-0.41354389015680704,0.10341799283355464,0.772544577124339,0.24797538699311716,-0.18049992438449225,1.0296324717825447,-1.7727540060483993,-0.3742710876248628,0.48376001173515104,0.15455460708192217,-0.9674038589545968,0.032208862706499274,-0.7654803350639441,0.5309263734959146,-0.010158885362218598,-2.1609689200465505,0.8084263774930964,-0.18899841737045422,0.3369091154905589,-0.3131654062195722,-0.6360038215617014,0.13656412496199888,0.504349611811081,0.031756308976780605,-0.04133967464734033,-0.2035114340478778,-1.7093083049066289,0.10634258546492596,0.8727890648379223,-0.10160906433369686,-1.2761458769331255,-0.0567668978258201,0.4537292707747656,1.001607734270281,0.2526629265225631,-1.0189039719563466,0.9785019284593346,-1.3392261590487686,-0.034272285857273294,0.7864806796812239,-0.3907494278302093,-0.4827855443103631,-1.1994481724447317,0.32879659814165135,0.45604834478277584,-1.3133263326040225,0.33301502155366275,0.08730796644015493,-0.6693104003708267],[-0.44199955085400433,-0.8688588852968955,1.0170252968255555,-0.30976230970489693,-0.7321732436586378,-0.5715625283058328,-0.36172014621071563,0.12764205738763612,0.5845280531897458,-1.3171370054777833,0.6727760386890477,-0.6121709835520678,0.3894823266862825,-0.45102507822968324,-1.185401293146492,-0.3232167038803954,0.33761071520553804,-0.16805397590171017,0.25689010124412825,-0.8026963752473703,0.03274101998856177,-1.047522178435207,-1.5872499785105556,0.03742844238617965,0.878748981378772,-0.8407281641670656,-0.04158396933013003,0.25207729426165626,-0.7548975988824091,-1.033273218405059,0.337399896328948,0.2806539453038221,0.20495428976275484,0.9313410236377154,0.17113052117160818,-1.3363247186624014,0.10156403804356592,0.920620284426175,-0.003687015506309527,0.7582022006240472,-2.2048764996804673,0.8938529325030097,0.6503976210884168,0.06097032543707291,-0.29895910901354295,-1.204683494759085,0.8288183790450118,-0.2898290932424245,-0.08988480533211933,0.07457355220622243],[0.3679613455494401,0.20310024926190295,0.29388639946196743,-0.6319396552298462,-1.1595746763940977,-1.7485396000215128,0.257839860846206,-0.24911780501704825,-0.288276857857504,0.3791021027132527,0.14966079971657748,-2.2298221719606897,-0.3183146181335703,-0.08439672617362412,0.8850582473593048,0.6687551069694154,-1.3380918055107833,0.25920819590047134,0.32386203115079687,0.739919788286408,-0.9452664383808436,-1.2076572690432437,0.7743910233195022,-0.4806379788984338,-0.1548707120383705,-0.9414394913460736,-0.7061258320082023,-1.375751295469545,-0.7877940126754903,0.7848750411284213,0.9614398926092236,-2.9676124645592945,-0.5648602077771511,-0.30464658488239266,-0.12166420733933447,-1.9642722667247985,0.4243020598593467,-0.03194894892305016,-0.5094059209904205,-1.4839799731594834,-0.8013673369645512,0.2776855010652061,0.8716751582590951,0.7604452798936345,0.18511165507879696,0.24136252361268665,-1.2294103023838556,0.9649690354665588,-0.6039003611583432,-0.022770784922984635],[0.6879459390720912,-0.2307557595560467,0.6707739466690922,-0.1183067425214076,-0.18412389381334787,-1.3601630217101457,0.441430184403767,0.8996201554870595,-0.20998503835561608,-0.25780825866845014,-0.07014962409156972,-0.1447748502333131,0.0681523442542506,0.32328771398757455,0.6502708616270385,-0.6670515531254585,-1.1709870696370475,-0.3356962364359437,-0.06910650237923399,0.9941902725716457,-0.19120528318971577,0.8295195530170473,-0.5417016024515888,-0.877507427109006,0.08573624011363905,0.5095518788473654,0.31674365187174713,-0.5952314953495,-0.3263813747621352,-0.5317530508318561,0.8633503535618918,-0.8347490494231364,-1.1409182517836323,0.3958437856865443,0.19783800621243078,-1.4768739824422683,-0.6797678806189391,-0.16873805973999748,-0.48645347103180225,0.003329127136788781,-0.8956672180177012,0.5141153362071108,0.7826139262163797,-0.7311454132050329,0.4575886363490801,-0.8193428119264994,0.014448966910899664,0.030456756645286975,-0.7169562816154847,0.7431630093368616],[0.3685112310256468,0.9357133033947587,-0.6741816895568025,-1.2180367316207805,0.9586395380624764,0.8547579397661257,0.6980142130448084,-0.4676512594931993,-0.5770669502105461,-0.08967515482708083,0.7108830632277146,0.14927887447327967,-1.130864122636895,-0.14467165365250495,-0.17743545804080715,-0.00017560491072679822,-0.779247338413647,0.11102679011472667,0.8076900765104424,-0.7328194449854567,-0.14220975174357361,-0.5982109670760283,-0.349109454174084,-0.6931588062698348,1.2342321449672695,-0.06416944939666222,0.10592414798196469,0.8187444447362492,0.20377786003917459,0.8317156739137069,-3.1597417267540786,-0.6717012529187194,0.10964443147167943,-0.1974307157343306,-0.4402889748392454,-0.2301112218650159,0.4563579932076081,-0.5850461902579374,-1.3034954981611393,-0.15002613171508575,-0.06258873092698432,-1.5636908611704725,-1.0945413619706514,0.953711901489234,-1.5368662321859299,-1.7217141270643783,-0.5352209902347528,-0.6199697435494204,-1.043688080230462,-0.33624026813802593],[-0.8101165367184662,0.5013765838572666,-0.9027316231326458,-0.6722877160228476,0.43068775879933446,-0.3001422360003768,0.03143478540688019,0.3204909120158428,0.7556035144177617,0.15366145492352715,0.9935053016813538,0.8243204121069921,0.9755633049930694,0.9683595113956089,-0.7939767522719834,0.410146230984669,0.4041444007128793,-0.793758859622216,-0.5857705400123856,-0.1181603572754235,-0.6605566492494765,-0.6148282705258827,0.8913459777055147,0.22540789473550638,0.6167272353921007,-0.04619226278535559,0.45975913823243403,0.29292645490223324,-0.4070335025524051,-0.6652311906214126,0.22336212988839907,0.08743970659038088,0.7676132774758183,-0.34251594174563266,-1.0799756381025918,-0.9764018053407546,-0.6870979556279669,-0.704956836181291,-0.8256744783715718,-0.03847036165326796,0.48634282519049343,-1.049965537419852,-0.5966189827650046,-0.18853492231638075,-0.8529526710574797,0.49217754097779043,0.297899862802155,-0.7341795799789247,0.05641649453423311,-0.907651448354164],[-2.176524197214494,-0.32200317342978857,0.1004490132114753,0.07935051513548555,1.0325392497351087,-0.49531113673122434,-0.7255985507030767,-2.0606980849882572,-1.3432798609777528,0.5472248720070603,-0.441289283001772,-0.9884159553122576,-0.7290028720531568,-0.19013866753000258,0.36950747951474294,0.6383532388238347,-1.2386110992500197,0.6788317575986966,0.5801780376167432,-0.3774226158521822,-2.0112859314644607,0.428856098033272,-0.32920246538861114,-0.12733848834246927,-0.23598009310222562,-0.7076795553671343,0.24626991084152877,-0.7809202391663834,0.9057216980747514,0.04562191620056804,0.7287347326506921,0.37272890735333186,0.9623710996405201,-0.48032830126159903,0.40309058663306807,0.4863008535361277,-1.3015042645323323,0.5334012160618422,-2.228633754542306,-0.01249492224228445,0.5462863536068693,-0.7202575315129708,-1.4359714420106697,-1.959084826218917,-0.8109426657609633,0.362165388023177,-0.9508260132952382,-0.8277705958812628,-0.3390254358562021,-0.8392229103056843],[-0.4110639829579817,-0.040560702282535,0.94392184709684,0.024903929249640466,0.29403823116437844,-1.0968147672313708,-0.5472984229295955,1.0765899310470015,0.2986863531088285,-4.752908190901625,-1.003178084581883,0.17894464635722393,0.4535506998572664,-1.3854100961799183,-0.665819508746589,-0.054738196693381515,-0.1602399747543346,0.049954871806048705,0.9910452313751388,0.016501705382895655,-0.11796121164594889,0.9926206368033702,-1.9498363569817532,0.145285324536048,-0.688857874233411,-0.10074639945210914,-1.2701748046467949,-0.5989498404414846,-0.8155348491075997,-1.8056673689416214,-0.27282842847249855,-3.00654643677054,-0.47064347073098783,0.5940256641681105,-1.7278980940243558,0.5258326228484627,-0.5092973799415113,0.7064706655238389,-0.07146315817895979,-0.3046459196405828,0.14564448223426288,-0.9451924010509267,-0.7282596295489739,0.5955122516803724,-0.2614223663107266,0.20298357391471636,-0.1620686806762904,-0.34506280172179454,0.6799044190819925,-0.8015913677814253],[-1.8593266405054327,0.7311998345642372,0.2209728423169623,0.8261547970024856,-2.2204671587936327,-1.439677801380758,0.8327499296394187,0.8265273171309903,0.13012720658902405,-0.4094636425981095,-0.6107978742281844,0.61148826333096,-1.9255815399585507,0.7407755225385043,-0.9198449524493996,0.47396504760386626,0.5031329794357281,0.2905182891708303,0.7981472567388224,0.3692446928884059,-1.0498670399698151,-0.8584801823730315,-0.7318322900909426,-0.2870940981617085,0.3899481507925207,0.4659595874605389,0.37066647873190917,0.6228431101755685,-1.151101659779394,0.06328677451313622,-0.1478066580177714,-0.017035763590028886,-2.1606213405900645,0.4743638513155925,0.5381613286667309,-0.48083765948800317,-0.6271236454768795,0.5196272597291263,0.5679026135223253,-0.7622882335833855,0.37413901096322116,-0.44023505430352394,0.75678369429428,0.542417381955712,-0.3303409159993746,0.08970362994833399,-1.8253907395915405,0.15068105653502223,-0.15192077475887822,-1.8176483646379928],[1.3043806642705293,-0.5159490660503228,-2.925149699444559,-0.08068470405282767,0.5103726427491077,1.1620415761075304,-0.543726580485103,-1.1662761379880053,0.31177209184972904,-0.5555647132182318,-1.2376524144832388,-1.285647366043257,1.0583668514387465,-0.7182655240380093,0.11823347887358544,0.1595271095850631,-1.4622590595483778,-1.8892466652451871,-2.1520527455454923,0.3492572065812347,0.6973715899330463,-0.07346081294459637,0.13833574843620963,-0.9381401480102627,-0.12446795374599207,0.46162715018405465,-0.5973365436884027,-0.4412014675076059,1.0440890615433533,-0.41565155325430775,0.03872317043632661,-0.9604271457191306,-0.5888530784876479,-0.8319145725010851,-2.8181863253703328,-1.239298207116709,-0.12085303554650667,0.10011092488585706,-0.4903520916148601,-0.8250148499837956,-2.639380646703495,-0.8442583603847388,-0.8859362842026108,-0.9264656954992032,0.015544819550765577,-0.4424874474416605,0.3461725053552351,1.3100111586684962,-1.919973905481385,0.7881508762183357],[0.477606828979809,0.013853982968769994,0.607428225199193,-1.057046477041306,0.14130797993127978,-0.7400986931519707,0.6818439349012927,-0.7688632212496025,-1.0827857752505785,-1.3335572214547955,-2.342036360520551,0.13981865914745617,1.0039703277677405,0.702442859620795,0.10826662857845241,0.3996027527397254,-0.5704773992365855,0.37411241076671287,0.5375044424251877,-0.9441663289412981,-0.8133904144401635,-0.560041921602001,0.7161766259084719,-0.36854645707599304,0.8465011029117686,0.26840846923666056,-0.783923156154396,-0.3551495569227699,-0.2701213867763167,0.6690887013287022,0.5793715194880245,-1.3641159407074692,0.04740346731234522,-0.8636117528062182,-2.2492209826669836,0.07158494330471372,-0.4997843493070028,-0.10838354671908644,0.5416208325868502,0.33419096090683365,-0.8872355109448098,-1.844847149025211,0.005789062557907841,-1.1420507609925996,-0.9787382063448994,-0.4396080549801881,0.2920440566532017,-0.5699884455596934,-0.15924568207549447,-1.9375470910549768],[-0.5810674909565767,0.5720209506443283,-0.3824605409227509,0.61428510385967,0.13657621442577073,0.757614574183421,-0.37042946857439923,0.7873600274840491,0.1948925178109575,-0.7787657220397236,0.4950026815806125,-0.5631991027503319,0.015985843950446756,0.488334254684723,0.7756581889922767,-0.7449333420454336,-0.9749332500807127,0.8890357658779693,0.6478556229731385,0.18814450956545076,0.6962927862724425,-0.4963588922586621,-1.3736944961931519,0.34754132072842614,0.7077179752502828,0.7919631148116375,-0.07391549030931487,-1.3252435960117692,0.5611589425051641,0.01919733965806267,-2.1604778187894396,-0.12438625452090538,-2.0919237947348304,-1.4180940309315724,-0.7625275223181965,-0.1358142085262032,-1.4418288049621226,0.8976666222244705,-0.741033139311894,0.1368451878032215,0.06452590442040784,0.8116379491342736,-0.22821670958473425,-0.028830147092748865,-0.5899200655654901,-0.03746418176245514,0.3077811106219435,-0.6281559325124337,-0.7157963319716325,-0.17568844902981562],[-0.9744120457588031,0.9974117698558923,0.22189667890108974,0.20930139668133552,0.8626234485142834,0.15579997387048417,0.95286825305554,-0.4957948909218126,0.9664614424009796,-0.08054859772788317,-0.2945667992687076,0.8231306432375386,0.7319448595986631,-0.3723865798680255,0.6234355645257369,-0.14341556840467856,0.7723740654758825,-0.8372178093820981,-0.9181821909227829,-0.8145623710306799,0.06222690531643851,1.0621936509978047,0.31335148353031234,0.22322530556595388,0.37387245978527384,0.6144326075994186,-0.43118796585444197,0.6671087269931691,-0.8100462431040858,0.7319696717768793,-0.06153270563422396,-0.7041633569474317,0.49145445764647555,0.3022779153501305,-0.22329763756049864,-1.707234174338386,-0.5097597810108229,-1.0537329150416739,-0.013175642804440803,0.5250564178555058,-1.8799971670423403,0.641994751137035,-0.6220102157553652,0.3562202703890106,0.49085218064452535,0.8604367595628357,-2.95127467035378,0.27327564073838173,-0.8157652798227096,-0.8358316460599856],[0.8074573999806482,0.9168405487012703,-0.10814588670968858,-0.5844813944901489,0.35888675419368893,0.8998285191319063,1.0463268814859863,-0.7571825823533539,0.14108496505544957,-0.16048824290639788,-0.711098374837365,0.9463856236537164,-0.7816747294253625,0.5208380059850236,0.8058285164672353,-1.2429902686003265,0.9977998733975991,-0.8969518249946772,0.3253759852774501,-1.195588631019671,0.10971360197452275,-1.053840942978771,0.1599165213404048,0.3434167688531418,0.11751680139844775,-0.029201450747963452,-0.2794702855115114,0.8435650141657393,0.5927521190622032,0.8589182089398942,-2.149533999341882,0.046073308106117025,0.010265749453224097,0.745283034489275,-0.4241561179569017,-0.20930009127605778,-1.0139290154450624,0.6925588840259843,-0.5770703410742751,-0.3496989707921005,-0.46992018729005125,-0.5973475887169766,-0.09851199879645439,0.7394713998833528,-1.9148125644950813,-1.0917160638926644,-1.5507732739380982,0.6427570401723213,-0.44422356599465956,0.5666120177376055],[-0.12947704688348927,0.20049136924712058,0.9304016201950004,-0.828946257583589,0.6792779889973816,0.8295170772652588,-1.4839546314193452,-0.33963992147749344,-2.825296182438684,-0.18474105745571187,1.1927527020316733,-1.2844296556065542,-0.38150652166483334,-0.622639282555675,1.052522703636974,-1.061745375444791,-0.47993427660135113,-0.8719167149393838,-0.22727628843522257,-0.0432100652400297,0.4644877917746066,-0.11067860970265203,-1.5938712119161083,-0.0744382323143588,0.5083952574764677,-0.8744303867653144,-0.242512223020244,-0.5354923782978184,-2.329078418370788,0.3899072942384301,0.22818754203438638,-1.3434926785468966,0.1741969788021414,0.025173650879836112,0.40518912291449044,0.9106078203110526,-0.14120847924606186,-1.8973122014854362,-1.0391468693492163,-0.19336994566711782,0.3074870643823021,0.5813090989759121,0.2874514870851362,0.4908789979026093,0.8396655271470708,-1.5140607463542006,-0.01894637022778585,0.4749838407155677,-3.077356408185152,-0.34059691538975984],[-0.31048374557406905,-1.8226560277115238,-1.177203551508964,0.3573472346123153,0.7023199393400958,-0.9192303692269905,-0.9241205303085848,0.7765251939720605,-1.4586227252988762,-0.3293216874438625,0.6122868192519716,-0.3984289371894866,0.2048872827706727,0.7695228020620316,0.1537178601722631,-0.16085773992252964,-0.8940953914243089,0.8078744139866404,-1.0986108115525188,0.2911556770513637,-2.116035179723808,-0.5968432622233807,-1.0680569738052148,1.0433050822400718,0.6184994305475456,-1.378819552901099,-1.8481040337467542,-1.4510412312306789,-0.5847088961416592,-1.2410105603152195,-0.5998296276835597,0.6859386882256128,0.036476665034404124,-2.1402258379014985,-0.8204980183968752,-0.28318068206833585,-2.1038710252835684,-0.0959947347698383,-0.5237332927477495,-0.3630716676752072,-1.3253928504458277,-0.3835573766692424,-0.29125073298533155,-0.1849671253082878,0.034900624702276804,-0.40867784155512077,-0.2201674454119898,-0.9315199894018475,-0.09245505467463246,0.8852336987352989],[-0.789914786343482,1.2496719325586867,1.3133736219746648,0.22141573526106362,-0.8827632269872723,0.6967118032851728,-1.818899933637498,-0.6930905386195685,-0.7518742816808884,-1.1501363798730544,0.3213898841345758,-1.1999115051602105,-0.4082341300680248,0.964178410370956,-0.1958382510692926,0.5610452268179204,-2.0593460334508236,-0.28810896086216803,-0.5444869068173142,0.716591086272705,-0.8501014202917413,0.877328202365984,0.5964629983956771,0.6446282422476121,0.13914125706773955,-1.1346584523185343,-1.0665967714865698,0.3918343557091724,-2.9655455894312195,0.24049487219153673,-1.09267105464913,-0.34338165855793273,-0.09892036664990117,-0.6405147483087174,-2.3045267233864815,-0.020632749539355583,-1.043500946933856,0.5090312119918599,-0.9144303605237615,0.65818417445687,-0.3119449394980104,-1.0206909726683526,-1.0565365693563216,-1.8083372978770347,0.3395287618249669,-0.6822423605150842,-2.097625871583504,0.4566188116038199,0.9852568449135105,0.2517322950788727],[-0.29595199280406215,-2.0682162320879507,0.5529467848424412,0.30398434187363765,0.509272252414368,-0.604929258749948,-2.8098441125199036,-0.0917350276836538,-2.5626235019401804,-1.990395079089441,-1.1594028361178637,0.22710310020204105,0.859239312366469,-0.9221517339206887,-1.990614080757042,-0.3258806371879268,0.6903151445645553,-0.2817186412301743,-0.9164269460446722,0.07670777316315787,-0.20535049969715172,0.4207952850860003,-2.821594228573265,0.5589113943411065,-2.836306644341631,0.8139731967377122,-1.748061273285809,-0.16493792549628483,0.1955396377807243,0.9424803450982729,0.8857926452788918,0.7010112481782893,0.8153391746794397,-0.06520118616710642,-0.06863657656228159,-0.26918967280975786,0.746731033315925,-0.3373408833642021,0.603697336730075,0.4739296691373873,0.968618373001733,0.6683018157901465,-2.121119543459033,0.42451120524399605,-0.49233776916532856,0.28753647021714956,-0.7832087543918995,-0.33226837824920213,1.0545962954293235,-0.5091020290937343],[0.05691954351940369,0.2004806346780902,0.4845995434277432,-1.2965847117387785,-0.6027995487360426,-1.0074796016558174,0.3906240450918208,0.6120920113647973,0.03901417364428653,0.24896018055802416,-0.7672147917424308,-0.3246397563105561,1.1473421825207128,-0.4348707553466094,-0.025020975369215742,0.03431065930514057,-1.791324629317796,-0.38551433658614653,1.0417662346389711,0.07307987916798052,-0.9432150335982871,0.1730537281062569,0.6566480170801545,-0.10079028429409137,-0.18635972747105983,-1.0643320888562018,0.29308686937238043,0.34799450974778184,0.32945053891500353,-0.46360374261249526,-0.11810283856745198,-2.50735430654185,-1.0262905265570368,0.2565583021727095,0.24090615322802456,-2.829248643232989,0.21934291967566216,0.427864716876247,-1.263489694263867,0.17891663824253148,0.6258945206632353,-1.2088259505621357,0.9412775756935953,0.41544527923397495,0.6422605319576231,-0.722727314037411,-0.5971893876256573,1.0639832119940071,-0.037429402171192526,1.007734666681461],[-0.4655215758657339,0.7976223724540573,0.15072830686393476,0.5999314117674532,0.4100239592736158,0.6089870948211928,-0.9329807371244344,0.7187710657701195,-1.5627151551518992,0.7358748910820294,0.04337088493324416,0.09844217405153456,0.0954303159882094,0.37172442466246974,-0.5665904730849366,-0.07933711330322288,0.49118835093076446,0.13220268901128737,0.7545566163322168,-0.6000724408432767,-0.21125078143692394,-0.476226482259276,0.4776179000783053,0.058871664826868904,0.18284223056063847,0.2091237319778773,0.6280374503050843,-0.7095853799060785,-0.3325892116646642,-0.9373173491498462,0.9912751365460191,-1.0201672140466265,-2.1849806500230287,0.8649038067664491,0.032423785303025345,-0.3219825842281993,-2.091972205598366,-2.1438977373837327,-0.5053569490040654,0.31327908287959033,-2.9316104919235317,-0.43010421894381534,-0.8193864467851543,-0.6586806256173485,-0.7464766147850775,-2.5865328448020986,0.01774895295527873,-0.3608870832524164,-0.2467359339483414,0.5825139943599928],[0.35238984069660423,0.1768040586082196,0.9422496843089431,0.38953916370734554,-1.2575696039776398,-0.30084402375086877,0.9776500040598978,0.2548682599077946,0.4810105264095224,-0.9448689948134624,-0.5003410578789947,0.41941650141273884,-1.582435322624765,-0.06956746587297039,0.2829341123887032,-0.017596553668775914,-0.5732826484394498,0.05179922231171852,0.7137163573878568,-0.15350518991354475,0.07555446044896334,0.17882713349144902,-1.4396843095412752,-1.3310746435308072,-0.6756453701950293,-2.8507657946768075,-0.1159592260910309,-0.8512968847159739,-0.023478729677642966,-0.21007520005228797,-0.653618181133882,-1.8469942798836212,-1.5356346588500498,0.28358903942458197,0.27677083930909313,0.126101051930745,-0.2815810809732032,-0.7777844879491316,0.46178159796342616,0.7464401265191317,0.14159227646955894,0.6511666995347346,-2.747474643732625,-0.27756799273066124,0.21435206292355916,-0.7898962311473804,-0.9788545048479743,0.06853136855432702,0.18559034419217096,-0.8300151097168383],[0.5460546497636787,-2.1801447714867273,0.6219480477040876,-0.06261577545459296,-0.6293517886392506,-0.5252644794201906,0.4348421188978399,-0.4670239969406244,-0.2497879874793355,-2.833777865190822,0.6910382766041361,1.1407056813596357,-1.9082072518209605,0.5592822263365507,-0.23952669401156718,1.0480904169524603,0.2761052004619978,-0.21564969282874852,-0.16812339233826118,-0.7580135654766585,0.2245415279310988,0.7667063309256544,-0.35035965609105735,-0.26850356264553027,-0.6077522429715436,-2.791751070529383,-0.978138186730406,0.8680926363180899,-0.9246347542040523,-0.16058863164784443,0.9203952792387126,-0.5589631217939484,-2.0264502847996346,0.7085414500243817,-2.827438701952919,-0.14953197701311005,-0.33653291556118103,1.0584976892422766,0.2748603582802232,0.09655256536412614,-0.716111468485716,-1.076058852227057,0.44991638087664465,-0.13666445616638317,-0.8065153964706446,0.30924663215558257,-0.6601633977770559,0.7353924819601207,0.22257946968254286,-0.6553573362048479],[-0.2780494163447989,0.31555025916602025,-0.4599410600006177,-0.44107520133142586,-0.16824666092614576,0.8939560186068696,-1.1698007693587593,0.8017766920438624,-1.874274508017396,0.07535832917742413,-0.4262939512441943,0.7350617554024974,0.9511461478274933,-0.1814714511268461,0.09715006150119984,-0.7917114918006878,0.13972615847480457,0.03419042332646415,-0.7805975538552431,-0.5446418383314595,0.208761856623677,0.11579635030631132,-0.4666513212342496,0.034099128777702846,0.547223194472867,0.2707499673118528,0.9880696890587444,1.0154701566026962,-0.41505750466214864,-0.3850073521423892,-0.3382175573823639,-1.0387916916867679,0.6660978781509661,-1.1508839863183984,-0.3663199437009705,-0.4884473145551188,-0.6639106323996024,-1.107718370391097,0.33128357284978033,-0.7121546539887833,0.34712757360674473,-0.19581658095199508,0.952328559351813,0.044310626359096585,0.9658019272659732,0.654632759557592,-0.048584872281102705,-0.5342046974931599,-1.9563828895984807,0.722800163013539],[-0.0694031636112186,0.39029132010822337,-1.3152098675923416,0.04959786244012537,-2.7979911133605393,0.09304375286305,0.11897597404753919,-1.576470486370494,-2.5881338927836666,0.578717678434589,-0.3990691439046191,-0.046994037579479765,0.13380265737164979,-0.396130633802571,0.06586879308759769,-0.3821466149468021,0.16737919756534989,0.5228006023675906,0.6303401878877244,0.6375436318824226,-0.9852818359402821,0.8779594907034948,-0.354181060746526,-0.19638579866807263,-0.3467787088245545,-0.6141153150550989,-0.5583954860750113,-0.13194113881858363,0.6683277724362338,1.0249990112612872,0.032917088136539194,-0.31845084471662516,-1.65236566606809,-0.0820342140762489,0.41427683205956795,0.4446016441696104,-0.11225212824851394,-0.8709852683892466,-1.4470438634668377,-1.103212890073599,0.1597624974200211,-0.13866500641564922,0.6503539903129173,-0.5263890030089419,0.1544987105705275,0.9542427071815112,-0.39903279086007526,-0.9435629098321907,-0.6715583396828214,-1.9860584576811031],[-0.3560079489480229,-0.3831951919564364,0.8132488634702849,0.9718697696827873,0.13518495722072835,1.036510474181082,-0.8335810349626074,0.7901418492062526,-1.2604406954742742,-0.2073122167655754,0.7508987053230202,0.9858071101398875,0.2249584042958268,0.7182430975048244,-0.013923785811640317,0.7530994209560682,-0.8763493446552605,0.27785948991853365,-0.8304250845079907,-0.8666448855028538,0.006454024457419855,-1.0904633034919953,-0.5122319860353113,-0.4939851253635739,0.20451104190051647,-0.7186869021950174,0.32081988954846463,-0.7613599666289538,0.4097388543408403,-0.2573188181483703,-0.2699689471003284,0.056582339457595734,-0.3775213636192302,0.32522312650528257,-0.3420507412221683,0.5573209081322861,-0.1833168994256803,-1.09760582831934,0.06551379530485246,0.15186426023205765,-2.453442873434247,-0.012810953258683366,-0.456058978387342,0.11631626144956791,-0.2477433341066398,-1.428610499890356,-0.5457902012626844,1.1421598496068814,-0.2489289859051248,-0.5248378594526297],[0.004205157432204243,-0.33599565844995993,-1.3398658299071224,-1.4047215601149128,0.7615039102590868,-0.23753197482222163,-0.6061776948006921,0.30747712168102315,-0.09743133747782677,1.1077598899898964,-0.8809948408128436,-0.17373158623227727,0.5326022588797231,-1.4245039097899963,0.28079554410015417,0.535570694002911,-1.0608429567643334,-2.2470018936347538,-2.6060777760841884,-0.3240792173582924,-2.177644908815307,-0.7873292934017376,0.6647585319068074,-0.14743909672769648,-1.783446324191911,-0.3402041292977254,0.30213810251120926,-0.007139291892455565,-1.0676688404903607,0.011172800977458191,-0.4659700982207958,-2.2879698377341744,-0.11877867008657725,0.5708166887379619,-0.838810308367177,-0.27242609907315035,0.19021346884951254,-1.6137889172386524,0.8093507218389608,0.0957028076009506,-0.6625170414681069,-0.42613445772064823,-0.208058626230948,-0.6343029101012132,-0.2903904480950927,-2.0823097546775355,-2.455849159236321,0.2751718571068681,0.5511850246893885,-0.34598809783428547],[-0.8250019559979882,0.41346311722904106,0.8441512748406425,-0.6242900292345901,0.9641039144662197,0.5860765481730867,-1.0035784009813218,-0.5981024440681922,-0.9368143421463546,-0.7394098737116579,-0.0383244867174005,0.05395189972638416,0.2143523541549585,-1.1198654329017763,-0.7083891645263034,-0.9810918260056305,0.7104885435722983,0.3546902407175249,-0.5777944568791411,-0.45714472096873887,0.3300496170903568,-0.563326942942659,-0.7633902193628295,-0.48051033110164365,0.20536322505801125,-1.0014580469989594,0.44371893832627524,-0.49156644368076585,0.5205632803469568,-0.9667035423379496,-0.2945450683420829,-1.1906861870685583,0.1748108490095887,-0.4585621483297433,-0.8777438986788769,-0.6558389734563795,-0.6117153692592955,0.04026600428199301,-1.3406906415463669,-0.9502190749026538,-1.836548050983166,0.5621011666255805,-0.6810953099679428,0.6224703506821916,-0.31993221132058036,-2.014980386275038,-0.5846573368819926,0.6320359002391281,-0.9537698642600313,0.7830248631867393],[0.13777943731450956,-0.3866709751557455,-0.1295577203482525,-0.42391645320953547,0.11979342865218749,-0.33953997141718395,1.3934369918290037,-0.023732377974296753,-1.7792225638498476,-0.2770528950926245,0.3280555581941614,0.8005978462542664,0.6064841924281311,0.23354608152065523,-0.7847951384697787,-0.8127049594797295,0.6057852786691039,-1.877713764192319,0.41315151201271466,0.3452156141392982,0.4027013966002951,-0.7808474685730625,-0.4643959967620024,0.31047535925852415,0.5509188055928335,0.11153330021101791,0.6341490135922624,0.14402160915249546,0.7346879419831635,0.3182919705614296,-0.6638913240862034,0.6997170053591361,0.4976823334056045,-1.1016275973763043,-1.274138731206097,-1.0536060568663597,-0.3929901885400797,0.5919772397497649,0.7701069533209464,-0.17909791042536602,-1.2465548370474768,-0.9511083672924395,-0.61506579761464,0.6137977203753737,0.8074574729221298,-0.11084012303563169,-0.23503771655981115,-0.8397650396548725,0.615621096439959,-0.02235981264339586],[-0.4391158596050321,-1.604678328328107,-0.7400846200239434,0.003812529057669841,-0.21626343221101624,-0.7250536117896857,-0.47254423849188637,0.7503838907780244,-1.78287488733908,-1.0516491378831807,-0.9385048714714126,0.1543096564568578,-1.1528106454734217,0.626115455027618,-1.6741251156539962,0.19664076815821785,-0.5907283292285048,-0.1449397264956079,0.09036127235104646,1.0358649066454042,-0.5028660684183619,0.0701086922191314,0.0071834256422046855,1.2766931929727483,-2.276807908998869,0.2767432366715626,-0.5918231980630906,0.877201952142795,-0.21262306407855658,-0.18541928030664306,0.17078014936096583,0.5391065257388203,0.4886665117708546,0.016283021573447822,-0.3557039579072561,0.5885874420696191,0.9752555037864795,-0.9041300035225331,-1.262845928725596,-0.7378412726670537,1.220850098306075,-0.40797028543610914,-0.7767325581192934,0.9320548135400551,0.867731915958644,0.7406849625056341,0.30769274255687834,-0.8244231833280535,0.06922769732152736,0.4610325255618997],[0.7538296327936832,0.08887703085166943,0.31161796340232395,0.10833219805773989,0.9493699262295637,-0.02489841990982196,-0.6370560371426885,-1.0755656904212225,0.6878306204852151,0.2803519286023744,-1.0944518584402376,0.3779084455835995,0.4078848825515879,0.5653218633849875,-0.5707513991050189,0.24990618602053588,0.3118509646551454,-0.4898283735260545,-0.7458460491925191,-3.1862776454241653,-2.107616720169456,0.4503121931074804,-1.7756212455309355,-1.1002636665785097,-0.7918586549993076,-0.5651826318101952,0.091929167037693,0.8022600252639347,-1.2582120472130491,-0.8071647848371425,-0.0030606986576505054,-0.6714470862701793,-0.4672922668097585,0.8441680384218705,-0.5067408703718828,0.347844553537487,0.5565409683000854,-0.026089182198406214,0.7780317453636588,1.0687719025033406,0.5263420363598229,0.09403895763477589,-0.04395022954113465,-0.3800656291532293,-0.0637652277447768,-1.5722214461508552,0.48344477819291864,0.2289484555519392,-0.1861966750829852,0.6726772615183138],[0.5212829981409375,0.8848208347603259,-0.05222729451252079,-0.06062037168934194,-0.8635721136139166,0.6251022690977489,0.9312537436385749,0.36095641306787113,-0.17702232564466733,-0.05879704576262964,-0.5890468471220367,-1.2830496683865604,-0.28122904197186904,0.6648543490298714,-0.23763354733019887,0.300798549173967,-1.0393751013710002,-0.4668927784665708,0.9454179456314689,-0.36555559061553344,0.5958703550674975,0.6402932110747511,0.5412264443664356,0.23939953623442217,0.11333429478536354,-0.553703120735854,-0.1596155993952121,-0.633063326138727,-0.7597345685799898,0.6445273327539202,-0.9706610504811687,0.037051771435610475,-0.6700565755168211,-0.7798811340248452,0.5240203791208399,-0.5949895273423995,0.08340553868508739,0.9325182678747502,-0.658111500209734,0.7332201748710067,0.9344818865751193,0.157426619320365,-0.6272387595528695,0.5102833958936073,-0.9343156666667817,0.4289261249630596,0.21729153676460003,0.8002873822258612,0.6856412148925549,0.5930380141109596],[-0.11414468694066518,-0.49392863493401723,-1.7121602715282784,0.4051224931972309,-0.9181448608420367,0.2610542307608073,0.8624882185583338,0.3935353095156657,-0.06273888921902789,1.0155335819962197,0.958430423733775,0.41551381154408945,-0.4404523061662373,-0.18582194753608375,-0.820657630111267,-0.44818664385281426,0.17368763566863807,-0.356505522813197,-0.3598784326489859,0.2656110973798674,0.8063320052747079,-0.8291854441991846,-0.5275206619315136,0.8162124145055719,-0.44533893269975594,0.7227742248119953,-0.9589570723207954,-0.5417840729515547,-0.04722381939166581,-0.7980575442302081,-1.18550532157807,0.3307334184562259,0.5440703365205581,-0.3429977645431876,0.016781513770973925,-0.652699986307396,-0.09183482686586604,-0.8013041865012831,-0.5865443585674974,-0.6724739738460769,-0.8688943979156116,0.3810758598503442,-0.25875222011709453,1.0046092020160584,-1.6094277972920012,-0.8648228541571662,0.9287628857017468,0.7488366729614427,-1.0894247444889311,0.977710102251473],[-0.2634400245654881,0.9023785324233882,-0.6861555495151093,0.8282746214999582,-0.6649888521040981,-0.06851829257728444,0.9245289046297465,0.7994612025616036,0.7124622933179375,-0.37467182179038494,-0.5096404545300983,-1.2804720217600978,0.13164942015610806,-0.6517309537641199,0.06457249656220707,0.648354902714339,-0.1943105101409009,0.44120290853871685,0.2106044605987462,-0.12967956138996733,-0.7779365266644293,0.26705922139019383,-0.606643935588317,0.3422318890087266,0.12751468021895204,-0.258792870947608,0.8068914320547599,-1.626211393473194,0.6392421173339041,0.7671527011212724,0.19419081521789966,-1.8197404633366654,-1.0339871841029677,-0.888971478533333,-0.9766401428317639,-1.2880244897791213,-0.940294473968501,-0.5176411500064791,-0.7337632705845135,-0.055211927724491114,0.08057334963049005,0.22747387901490457,-0.24902935756186298,-0.7456615500863604,-0.5583375505504299,-0.3018309595989315,0.05734501249699272,-0.38261838112302293,-0.7042434502869287,0.7275931562924708],[0.7827402634190291,0.49408648232451613,-0.41602772836824076,0.8296718428520639,-0.27889514534009663,-0.4062475419236341,-0.1994799371904838,0.7924264810893228,-1.347163176741827,0.8476981630754846,0.07433506357976452,-1.372359745989478,0.10643438338685644,-1.389441396253069,-0.4497701990758041,-0.1594445163864954,-1.2421060387056748,0.9494785803165341,-0.15776622087150932,0.6472914397120682,-0.6589352488284287,-0.6081506391382727,-0.04710752487640302,0.4463380367963922,-0.5124839393432397,0.7331658393256649,0.2020433096254692,0.4499304443789391,-1.609255637073446,-1.1358144607969376,-1.4056417343701624,-1.5025586364081371,-0.026370160520498273,-0.8109587644330046,0.8581052892865655,-1.309580878222032,-0.09287777811951096,-0.6824218147970254,-0.26983732637567187,-0.3790994601595326,-1.534952054894518,0.6523439805833592,-0.233980956835994,-0.13442360328128095,-1.8539000198485018,0.6958687278184333,0.16546445655610661,-0.4069629906884542,0.584399681955991,-0.7384301653550986],[-0.4318700778976526,-0.010330686887962794,0.6162231862036743,-0.43226012964420046,0.07457330149770974,-0.5136383680651367,0.2519650110480714,0.517255104008795,-0.6562843918724336,-0.6086460720306862,0.03579333919142876,-0.32990684302339407,0.7538630300346462,-1.3890809818980954,0.5284625651860568,-0.9221329007942312,-0.7678225425014421,0.8463284085989852,0.26213510635048737,0.24837438612588594,-0.3775594226484586,0.8545152056248616,0.8745657864546493,0.07244423021253076,-0.8923160827187063,0.33945574470647694,0.06184545101343325,0.3510882101152959,-1.3283017784131788,-0.05943627807636803,-1.286045511384594,-0.32486518691677285,-0.32965370565124347,-0.7589260362504104,0.025249265254837196,-0.6564024113615887,-0.8176672873011449,0.7262163553081711,0.9797709689256762,0.004240261360067003,-0.37876678433544225,0.955214337731175,-0.6047543498567136,0.011688747505853265,-1.6835297131761071,-0.6211468122163677,-0.0008986575118512579,-0.5078978626933898,-0.09211809922413201,-0.06633169584312737],[-0.5471659379076379,-2.693256727478388,-1.55740452630217,0.701975191805159,-1.5704262904206676,-0.6897301295984263,0.5463076043678445,0.6381632310682943,0.19956767257382263,-1.294033163902391,0.6894532296038903,0.37607459131869636,-0.27242773031437495,0.08542158684381577,0.8980210712796025,-0.02225389803955912,-0.5195257494231031,0.5415310026195906,0.1353983319187554,-2.412160608673026,0.5940740902942215,-2.0718847619938083,0.09650411908536928,0.24724573200991964,-0.5468333454174954,-0.5173042968061063,-0.34181898598571353,-0.2185202680560992,0.14549195834078493,0.29648499863177663,0.08387472061951172,0.919193519078925,0.49664182082737346,-0.9747550243485402,-2.364419788057514,-0.48038592101212274,0.5751175355727017,0.7447131449967891,0.8126719662372989,0.25786467933589813,0.6688124060403148,0.40832208024678024,-1.1688141123600493,0.4466930611121193,-0.06846735309620719,0.38129047981282443,0.846322258778161,-0.7600589236459755,0.13059874843168112,-1.6103308561718934],[0.6659407218074486,0.7574863203240122,0.5387281285294521,-0.14404865321720345,-0.9495431982327999,0.06727400203668285,0.00615015014210879,1.0037737891617684,-0.991546465090958,-0.25593756028186465,0.9338905944848388,-0.4266637905035507,0.6101873729050782,-0.7766746612407234,-0.15088331956915949,-1.3108966437855611,-1.1160803004225035,1.0873272127842162,0.46568496848994495,1.0859442854816077,0.5054492502632711,-0.29600310926538026,0.7695231415739318,0.7905537835981085,0.007069226952855427,-0.6986393657506386,0.604426058986044,0.46739764562955716,-1.7307675769163182,-1.4156780855931768,-0.2823611174850406,-0.8378030569810356,-0.0392553023759096,0.5071011300809306,0.29943552550447533,-1.293568558460708,-0.6995455567672018,0.24426572818366205,-0.27431995114743496,-0.5435346486708951,-1.6438805936721028,-0.09560940462192051,0.3661878912045964,-0.007413443087249837,-2.121560448842324,0.3099341208839511,0.3043607578436395,-0.4923979961491093,-0.8616210488146449,-0.4234113989274253],[0.43805801736097166,0.3258487044842992,0.29871005737598344,0.8262884442865661,0.07766896371126829,-0.5096112527857437,-0.013200526515508373,-0.9641106104448446,0.35467512410390284,0.2989635035368848,-1.0513562770143303,-0.7202483253802321,0.11763790914285474,0.06226250521616058,-1.7581056879045294,-1.4999447879871026,0.5842310747862091,-0.02776175723157017,-1.3318051033820029,-1.9790561157906608,-2.778068954115504,0.9792153682874473,-0.5862486393677548,-0.0025169165335121213,-1.441082322671015,-0.7804432123016259,1.030214069299863,0.4421181650401413,-1.3187937596340482,-0.08478766298917541,0.44138549368303415,0.6856608959448285,0.7034865889740682,-1.0040687240399444,-0.8615106610158689,0.6334386329707135,0.8526725316145242,0.9225102013398851,-0.5933918824216914,-0.7452344036997833,-0.1504023537291677,-0.9609698014721068,-0.24581229942469124,0.4381572672287931,0.5687003362775954,-1.3950140096005408,-0.46796325697126484,0.9645345871242748,0.6241600206585909,0.5385508907331905],[0.40348846992480897,-2.73460673641511,-0.23118150401566623,0.8946054625542414,-0.9202451361402326,0.4042224406495537,-1.0246017096330517,-0.8483512220232332,-2.1807220248494947,0.7647973758310328,-0.3081516124854608,-0.22650692552034649,0.3170780496148069,0.39736728809622024,0.4381238586732496,-0.051501941175469676,-1.6274056687754839,0.1307354321555075,0.5543929754972151,-0.3263911977433486,-2.0961693757253803,-0.1529059333339473,0.5448793475740866,0.6542799204166517,-0.39923157662318776,-0.8536497224011332,-1.9602267328098137,-1.6077873712894595,0.4276822801877591,-0.3223628991483969,-1.2664676911858692,0.5050361794930256,-1.3632435161610372,-2.6882611187296526,0.12231709510879855,0.2984351719919987,-2.1551543570826963,0.22365038849160193,0.34652529049180314,0.8919704092957039,-1.743139301302419,0.256037258242812,0.5987065270830811,0.29621576764597557,0.3897946814217264,-0.10740941391267518,0.7246283239640616,0.06442513837620442,0.5656189421678535,0.9119969212683594],[-0.20425501107249178,-0.09622608175995581,-0.3374728560452831,0.544694287786549,-1.4448182922239377,-1.1879612463160707,-1.490341562534505,0.13378136546452496,-0.4683958371570501,-1.0212166937834257,-0.6872892323332654,0.705876936805358,0.2076716594870414,-1.573322561092946,-0.5567957656699873,-0.01888763120693001,0.49722054855131764,-1.9260947809726972,0.15590829977523296,-0.84686561094195,0.6843024061172681,0.8604279961386426,0.0015376095139299731,-2.6898175060319183,-0.6674898269974612,-0.024723056982748425,0.9861633627430024,-2.463990751040952,-0.09692437162302449,-0.6543455891322092,-0.7967195139222637,0.8173799748826379,0.014771731682602552,-0.6999476937419677,-1.1982483864686428,0.27032182071913,-1.9460414999647022,0.4615057656982364,-0.5345364761306297,-1.3603498170217787,-0.9297158821918247,0.43848336634383495,-0.1328370960520132,0.3391625955794765,0.6953969968460656,0.6965193057906228,0.8745188695971801,-0.032463603401609586,0.636642656367816,0.9093604269157458],[-0.7492364872626678,0.9595441607618632,-0.2465690529277894,0.7696386554352207,-0.3077152709648815,-0.5143493190317548,0.210388051885168,0.3865864916334133,0.021286064459199276,-1.560566743162673,-0.5879574089849889,-0.5504925882042038,-0.20717831430056147,-0.023873363175284757,0.4396188324574483,0.09466617419082562,0.38743319139350113,-0.5542670452190672,-0.711470714349732,-0.1269697332073751,0.9875888880951088,0.7651545860853182,0.2664213813064383,-0.6971183562441995,0.5425985849124428,-1.1412306721125498,0.6308052639600189,-0.05342908991679256,0.42172387542844375,0.11323099768331849,0.5161065202466938,-0.36457451179936523,0.16420706552557848,-0.1071025911619204,-0.36696699317085696,-0.0686440284587559,0.5380431730563194,0.976687538641154,-0.7353379575618547,0.57569334462997,-0.7945035082330958,0.9740403211038328,-2.749175955372581,0.34346458347524556,-0.8445064489188053,0.34005626696418007,0.22940852058957872,0.38550528676637846,-0.8766924599047226,0.09626340184269958],[-0.4988200533353871,-0.060609789117669635,-1.5210165671850162,-1.5031445663387515,0.9761948536090267,-0.49961097773570967,-1.4592146403392094,0.20123550097448348,-0.19250295978266996,-0.3147020076205442,-0.1669434069402464,0.8274199865495839,-0.7406450470301646,1.0091247616629029,0.6519872062074435,0.2549732155370289,-0.6146426722341367,0.03839989723167334,-0.13870712544754912,0.5804355268271472,0.8403403385567053,-1.352250746294024,-0.6866163242796838,-1.8794219308778235,-0.2913066369634554,0.3453021283947184,-1.41439239098351,-0.6117856106851568,-1.1071120010417508,-0.1394116461631122,-3.03301035678201,-4.503289587292828,-0.06289252224556043,0.07475478946406894,-0.18188061474949713,-1.078981103388924,0.3061302687288974,0.7561824148400192,-0.9989059092186314,-1.9101906438249125,-0.28953860954016386,-0.5173804925790709,-0.07522607203513783,-0.20421714934331564,0.7015090527763979,-0.10554652119033375,0.10626012036493639,0.13944212328918615,0.6363931827925765,-2.500835147984712],[0.7864456630997941,0.4357488329217836,-1.053231966775593,-0.1421076572857813,-0.7700863385241877,0.03194892385864056,0.16531310892345577,-0.8922133652965079,0.8161029883180454,-0.1736656655256709,-0.7091943719211443,-0.1562590800710361,-0.8621558524867077,-0.1653301701072573,-0.7860344959389854,0.9482501375850736,0.9727071350805295,-0.4284623120980193,0.007372241774730891,0.401538323464393,0.6950635468184015,0.3182765014246624,-1.3668661421338857,0.835874518940823,0.4592680365996308,-0.10608190202165968,-0.30660087138127873,-1.0393565644890215,-0.7794646171293212,-0.813407506634714,0.28201695963079954,-0.23113181414597259,0.549375760018738,0.10465196786885485,0.07844139350083926,0.4018844705290003,-0.39972431189159313,-0.5621280055952445,0.874097381678786,-1.6248307431149027,0.8246664507497579,-1.2102238338093887,-0.8022471424498062,0.18496173618175737,0.9494157330246499,-1.5818077380458098,0.17033353214805053,-1.0842933158414236,0.29912226670784503,-0.7046150377914167],[-0.5549770391514572,-0.6352713468344298,0.30474501528649656,-0.5345941588196873,0.34484952487657494,0.3993603585291896,0.6953050338583099,-0.261252646404699,-1.1133946006525688,0.59100302845284,-0.9507298667977824,-0.7472909406142509,0.8753674048541851,-0.2674358968925766,0.642365125488068,-0.8927002027834745,0.7338713804706817,0.7793191866009596,0.7310575538636223,-0.44481565379391347,-0.2934971874168661,1.0355646281708393,-0.9661275067435486,-1.5962647519667796,0.7116360351049318,0.24363718775992022,0.6396639879063898,0.5602403521509973,-0.5264204814839106,-0.7885627540935362,-1.0104573820640117,-2.477694640856918,0.47043315001478114,-0.12588417713501712,-1.2882565042872374,-0.7273590387466686,0.49866554808474467,-0.30659458134778605,-0.4092897311507349,0.7829590441851405,0.675384145122562,-1.0895381577507315,-0.08397215865487795,-0.15095001732148733,-0.6238326662987465,-1.3550688233287382,0.8927970426553936,0.9664305986668341,-0.7403689826750423,-0.6412627081322695]],[[-0.4900234977687478,-0.40945013296552973,-1.0416598787543154,0.38281027353260083,0.013639112586613876,-1.2773847193296375,0.20233271380289672,0.3804705642000346,-0.18980099249250285,-0.09519351955370574,-0.18781875099222659,-2.0359814643387892,-0.3438922323466138,-0.10877249787690602,0.7084168201081369,-1.428601714508331,-1.000590920597734,-0.49045343844821143,-2.100167276913082,-2.136345590976503,0.7283681558921837,-0.3405810227051213,-0.1384019291394748,-1.2542655110295813,-1.7095489639269437,0.3978341829447158,0.47060427460557513,0.2931431220069277,0.26599842043459176,-0.7983520390384417,-0.2188317768556419,-0.5119196304992486],[0.4569510222591603,-0.8795036125000868,-0.5936619761634279,-1.6828016527795098,-0.19688356266161494,0.9405307633723979,0.4737389498155477,-0.7584067059291146,-0.29516504693218354,-0.1955252759243295,-1.3227522123857764,-1.6063463283496044,0.585452661739821,0.2513664301027675,0.01002249183315962,-0.3808093620464844,-2.3266530978891686,-0.04831742790213746,-0.31884031209377917,-0.20574054207842465,-0.9733799298584735,-1.8249818664283706,-0.5011729089190896,-1.1784804006572083,-0.46575411601627337,-0.44173114237548206,-0.32664871696125575,-1.962407659204643,-0.446523360052783,-1.5907145537951553,1.021837687559675,-2.0339849991307513],[-1.0439100164627568,-1.5182695023498254,-0.983906395744989,-1.2272421113332288,-1.0950366160723233,-1.0940606542767035,1.1059492310922179,-1.641620047503282,-0.424661362496793,-0.18910031589860768,-1.3919912282214097,-0.507056015032625,-0.47342621229235193,1.5703720844913729,-1.7850696217187023,1.6148158466803817,1.059958477301235,-0.48361026392369083,-0.29937401891842874,-1.5960184711501835,-0.3594823231452832,-0.8755832834254013,0.431832761119652,1.0627783987059487,0.31536896930619446,-0.36252268623008754,0.9540487995278474,-0.688131730849967,1.0193540228228937,1.1168179094450745,0.7452139611846151,-1.3083599248371265],[-1.0387460019981838,-0.09931425302448572,-1.6186133014060409,0.7095193264949814,-1.516351886122677,-1.0389234968090688,-1.5902572230898444,-0.3277110789170943,-0.2906113904921831,0.6080607000709854,0.08337265410144751,-1.0161227779784465,-0.7314939785409629,-0.4104741900867664,-0.9677304415875928,-0.8894271624556511,-1.9273895681688757,-1.6122633263597013,-1.592061708564292,0.7699932839124431,1.0471454098408588,-0.5229977795337099,0.47089306589192254,-1.1757751921045156,-1.3219069901686942,-0.5377112622361035,-1.2110062825213435,0.9275737435675684,-1.6672597053207172,-0.4790520420435437,0.19707683120601624,-0.8490042625518046],[-0.7204903546749213,-1.4640293319306374,-0.14696088664373277,-0.3183132608076257,-0.25271820062925004,0.26369433650465673,-1.4568018538567562,-0.012173826577822015,-0.18267479617521154,-0.7947408465433524,-2.2236416749781305,0.7371818917727566,-1.1405795009353072,-0.5605657528678376,-0.09900662371938855,-0.3911534087039176,-1.2665925861857203,-0.8452674735902184,-1.2491241420576462,0.8682971001639671,0.5257724894978388,-0.015090313345504548,-1.7994085528974308,-0.4367187218386192,0.6372423066559011,0.6525721344508729,-1.6717125967086248,-0.41450753080760994,-0.5468478517120613,-1.3277525535805423,-0.662692005077005,-1.7558299819047667],[-0.25802812484561405,0.09894277254393458,-0.7486816812246725,-0.5035794112939327,-0.9344677745274361,-1.9568698500381954,0.731366163914805,-0.4696703027888394,-0.20603921930532967,-2.295922777298666,0.5967587503221479,-1.1928313424781114,-1.7551224994506807,0.18440945705707248,-0.19031041468968157,0.06929389941778616,-1.2753472512773916,0.1922478848278665,-1.5911119596850514,-0.18080565683629868,1.346626162307196,-1.0957816575889587,-0.772051893377546,-0.16855989247099318,0.39589403533316614,-1.0602774176980931,-2.093979892166538,-1.1884928570556395,0.34184429488660134,-1.0700975215328354,0.2807564799053049,-0.8494612172808009],[0.9246016998545006,-0.5630973870666954,-1.5502280921834184,0.37142535042797153,-0.3375456877929548,0.05705028115855,-2.113533569171042,-0.8852412807959843,-1.605169810801177,0.8056484926815655,1.2573537448923078,0.20195568072293998,-0.9352601951572026,-0.5874462677754582,0.6323202968046261,-0.33011034711391196,0.05308899956251489,-0.8618404526093972,0.1840169205158767,-0.14283815931290686,-0.8704569152479553,-2.0831308289646215,-0.0013677807947879864,0.1447674168680197,0.018722824192487962,-1.9708305723519337,0.5213089481695935,-1.0529197337649423,-1.5175813240647544,-0.1551640419537041,0.5430139279739032,-0.5231420371055127],[-0.25211326147432445,0.13346299786982677,-0.18525927785073673,0.16152450241204716,-1.233358997851814,-1.9162104976933616,-0.008872623824944236,-1.691107747372267,-2.042607991820911,-1.9090295788828309,-1.091756724453073,-1.2991177868977541,0.07944751933748552,0.35845962570054557,-1.7096392621887095,-0.05263887173471243,0.5822230053189399,-0.03538722860412197,0.8791708552760713,0.36577752547112263,-0.8973139166018339,0.7865484789972947,-1.272580145412449,-1.6082580069842443,-1.9120919594635513,0.859852110301872,-0.3361901382607259,0.1601325556985644,-0.3176791701349426,0.5129462395561407,1.5623961570875036,0.3919563648628508],[-1.1830533745674896,-1.447801848203851,-0.7073142396826018,0.12184864685622396,1.2034129767643993,-0.5043146385629494,0.831615687822386,-1.3985126609413048,-0.11463436273919332,-0.5345769469291299,-2.4040837806329556,0.2816753057303058,-0.5477422932559822,-0.5062101305491885,0.1536647534181199,0.68264795750458,0.9271420426394094,0.4556048152623437,-1.0284910061806776,0.8959702276337678,-1.2781517069172224,-1.7216258957942636,0.8063871820598264,-1.0361647586468463,-1.3839816137903829,1.1116473606732875,0.631668975671602,-1.2713952800921329,-1.6993739796358356,0.35082808705807456,-1.2116694508518167,-0.6863570709603306],[1.3240518118080793,-1.3753896704672952,0.18055794109195217,-0.47526758364007077,0.9364033792983465,-0.9768234745728226,-0.009119693958573172,-1.0200662421254951,-1.1720654455548924,-0.8686770942070196,0.2706249265725805,-0.13866859405804946,-0.9149231063149696,-2.165242753870939,0.26835113743517186,-1.1167876923642155,-0.14588615714872066,0.33086105540468064,-0.9622604066220893,0.0436585438858222,0.5857911069505385,-1.4295487436000742,-0.7432488457918743,-1.2719584632661838,0.8961191920933642,0.3202492576088148,0.4380324259559461,-0.7342142720723965,-1.2176332101905607,-3.208097914020076,0.7008787552142839,-1.4541234632552498],[0.14474357990469477,0.4305350261782793,-0.6801358403975727,-0.023858827238851854,0.1807866282860232,0.8676054239294988,-1.2686441679039766,-0.995608143084733,-1.724480067577602,-0.700882153638867,0.8738953107652869,-0.42254380892878857,-1.6046884729180715,0.08762415524664077,-1.9384794629574629,-0.7704281146597384,-0.4937512636156311,-1.8589660915261128,-1.6737717940642638,0.2521403295055573,-0.3828039667438272,-0.44925774307211863,0.4924028578473906,-2.05912456845657,-1.346881362837555,-1.6311054196898922,0.006829810007481239,-0.4282140989401053,-0.5080628788190986,-1.1853368863780225,0.3341781189671598,-0.9145848982075353],[0.5117733130387863,-1.4724147878498237,0.0002273578600686931,-1.5823201126208026,-0.3436619041914028,0.40137805207675914,1.4403040155292484,-0.01803490777935761,0.1295275698038676,0.6398114442080411,0.9834257306368638,-2.9589804103137065,-1.1156896160121126,-1.7295015546803976,-0.8181877446072279,-0.4692153926701138,1.0851554123097806,0.8088213548774259,-0.7530186992016954,0.40517671855099213,1.2591453836494582,-1.1404401380818145,-1.4319462456658734,-0.6139832460488555,-1.2461335830754714,-0.9257019961773694,-1.6375068827420087,-0.03420512496878562,-1.4622764058969386,0.3794497571007986,-1.673671036991027,-0.513514263544305],[-0.8470049170101149,0.3541681831505619,-0.6098145878881204,0.36915391348255083,-1.286648024595828,0.5746284360577062,1.4227951828300631,-0.22859127332799525,-1.227712941832916,-2.0724892789534612,-0.30355038700764797,-2.2009585190723606,-0.2019324674264786,-1.096979011040179,-0.8841749762908482,0.08915562451540178,-0.8254645076346928,0.829992808734765,-2.1181179640204,-1.7528047528766115,0.6174450822923624,-0.981792857407637,-0.40830739831597396,1.018885742009784,-1.4251297198516921,-1.4093443913030486,0.35745878879337784,0.057470192833779195,0.5166611769343901,-1.6219457057193394,-0.9637169371922583,-0.4891133525062494],[-1.1852854454610597,-0.31774787001407806,1.079027278289754,-1.2228162949813204,-0.3823908126478628,0.5185877724685571,-1.271302505243151,-0.2789407269417289,0.28251583886024484,-1.5065379619745005,0.10581922274323116,1.3819841362847092,-1.356423150301965,-0.09140599314441585,-1.8308449013167385,-0.4400347098172978,-0.757023668598121,-1.1921861740012527,1.2173120404055007,-1.2608350077016723,-1.1562129852482816,-0.8959638742448038,-1.2152933797901866,-0.9103593964687514,-1.4346667874307524,-1.8012589484974408,0.28494351563897763,0.01777995677105261,-0.8453551506554573,-0.8254168990945422,-1.7357602779244437,0.31004312173828663],[-0.6524016348403888,0.2317524955586849,-0.5428699377070617,0.6015763644593397,-2.05669393024612,-0.20703236110181847,-1.3042395845729817,0.23610305631311304,0.5579418801630769,-1.3251549211706757,-1.3537675643274876,-0.8564927075807497,-0.8522996941047427,0.006280684990808702,-0.9652600287445395,-1.5564628685998143,-0.035290052837656696,0.19548714775698395,-0.9102601336608938,0.2518221271059899,-1.3187149124146336,-2.323065533083033,-0.6591769934288128,-0.09442041482707175,-0.5264250042723045,-0.32314033843254003,-0.05815846222765825,-0.30267934250862416,0.26580881125231887,0.4360216712565167,-0.26468864250378815,0.1296534005439013],[-1.1981926865691552,0.7418577279820071,-1.007124810081915,-0.7731107027842531,-0.23766162674011324,-0.03190635082611647,-1.3098947736599857,0.5069310088274653,-0.3104976965605059,1.0043040381578776,-1.568695408985381,-0.9725203428435621,-0.43601327604944595,-0.6153688360818595,0.3413820074995744,-1.5348130229312296,-0.1709644481812892,0.7255812879774093,-1.506732640878746,0.22937958803179673,-0.011455315632011364,0.7893726451682768,-1.5539483932726899,-0.049123081557875564,0.7262835959018662,-0.39931822392588845,-0.7588214050967393,-0.31510748083533147,-0.9769282497853737,0.3137771850841219,-1.5892147595702883,0.14624240109654527],[1.1075315900760043,0.11084863106423815,-0.65078067147024,0.07067653035422113,0.8109251391888214,0.17532893728460291,-1.4612456069285265,-0.8245818453697299,-1.379794494554851,-0.1690759448086461,-1.0070221733549363,1.3197995838855296,-0.674652718674032,-1.0834951644846986,-0.8079869636012059,-0.4038636170692876,-1.7775417525088868,0.29832533189283394,0.4553822970567534,-1.7393272903495416,-0.7695504173397444,0.3221287107248614,0.8784414822497614,1.1215191174399621,-1.3103804595883455,-1.6936542178179346,-1.5337892743962735,-1.2485560237886741,-0.556199977058986,0.04113772102781097,-1.4639907326704762,0.47939669326769735],[-1.6766999985886408,0.07303756610486724,-0.059515923572424946,-0.7144041937048234,-0.3913652856841466,0.20562981746833175,-1.6052651878761734,1.1131452091153544,-1.3415734440093328,-0.18020676461984655,-0.021294875767508034,-1.6171058762062773,-0.7598351443372938,0.9507168282689554,-1.3690816417318936,-1.4280156198877136,-0.8472545317237735,-1.7309992673059338,-0.2122243483641496,-1.3299006151111945,0.9181064311158794,-0.8166559922985753,0.2994566385838201,-0.06466017021341779,0.13457564535243222,-0.44421249685793784,0.10391953684726037,-0.6331624046801674,-1.5070210374069486,0.6557013642700991,0.649808348378306,-0.48750251459758703],[0.9030107195598241,-0.08109134615226546,-0.6407980829166358,-0.9150419242246307,0.12106161549315143,-0.6147944353065489,-0.5389785169134903,-1.1011674369202071,-1.5396011501195677,0.18086119915483626,0.06927981622914292,-0.8770707273403974,-0.2103655184881933,-0.8379356922941507,-1.756851242976216,-1.7754947383274384,1.6017522271950164,-1.8290777050254743,-1.183939317401129,-0.12122347902624718,-0.2942710222306563,-0.8799387416730251,-0.23591702228291814,-0.1622568492188509,0.09640245638511612,-0.7868120093730474,0.059914502597265676,-0.9191806701358469,-1.212585172117087,0.4663592530081926,-1.208430639157752,-0.1299305809668382],[-1.5086154181065463,-1.0984224586354798,0.655059218664294,-0.40708652562097825,-1.7089671035083212,-0.626315898357205,-0.738792992169434,-2.4836856459283703,0.8891316607926182,-0.32864677866086495,-0.5894167086210221,-2.4056612622913915,-1.8000587103419108,-0.498427618452131,0.35410077151483443,-2.690543063908318,0.12705717350239407,-0.6519660292940014,-1.9511917121768785,-0.3521614506102637,0.8153857950258528,-0.09341511865308474,1.0281537190178378,-1.8187416216925216,-0.8671989437563443,-0.3002125072623762,-0.07658560515057174,-0.4237627731493032,-0.8133332235973667,-1.1829909715635942,0.7912190368682951,-2.146225603910968],[0.028750660462628676,0.5415514321663094,0.8594796832605688,-2.1198012841008826,-1.0539344809033824,-0.8625172880321911,-0.09046771789819755,-0.24517340221249712,-1.3436016081967115,0.4477915375977447,-0.24914481652332457,1.2118197592169102,-0.40382027559512046,-1.7881881517382714,0.18748425838654037,-1.7239683027987696,0.8747745609854228,-0.4224543926757127,-0.8392876831832387,-0.7764925030008504,0.48295849983274397,-0.017906497589967502,0.19045560131663927,-0.2483295820654091,-1.4450537981919156,-0.2222886956612739,-1.4377016981450559,-1.648976224864223,-0.6374901233682719,0.660845292800824,0.4178074433865073,0.8198868614831005],[-0.32928790278833986,0.16948039937770837,-1.1261513114631494,-0.07564709960612506,0.23637469161766664,-0.13339672702848146,-0.8066213700775396,-1.6073120959887117,0.4471280617971786,-1.5089250740143865,0.3929813753717944,-0.3546199980967595,0.41162133882618496,0.19136000757504734,-0.9148693519268472,-1.5442022097203112,-0.8776583243875918,0.9587120133619234,-0.6346508006321313,-0.6375138632567079,-1.5485989952490389,0.4705498451306494,0.3735858836302711,0.1737723421495599,1.0648811618634795,-1.0110577342797753,-0.7711249120556892,-0.27104376317735906,1.1877920696246378,1.116203748932015,-0.39472626395092575,-1.5870637862236439],[-1.9819157721859715,0.3619360574371744,-0.16217970307219245,-1.0059533867991606,-0.5913899418295778,-1.721468399519785,-1.0668104308629596,-0.810343576557208,-0.5430603479549122,-0.12452129123457165,-1.0393926523394417,1.4495218159775565,-0.4400816222716524,0.5144487722374864,0.27620680231447803,-2.2148464057233195,-0.8277033392081792,0.1958203427369419,0.5125391497381405,-1.959844365893197,-1.2806067935090104,-2.192823557773405,-1.318111345903953,-0.16880346077418706,-0.34540043089596784,0.5745484941270236,-0.2666444283399209,-1.090806998542084,-1.6410206913865306,-1.338031839027175,0.6882566464497222,-0.2829003753360512],[-0.7995785184963812,0.20476762577321445,-1.7424507964584,-1.5413231784156036,-0.7317053794406396,0.14210174059079633,0.8900974572976349,-0.7248508643428687,0.6039284991032144,-0.5322480448870859,-1.2553403151070723,0.21646058487064582,-2.162286809257609,-0.588661813544362,-0.8447560642247394,-0.9620497886278522,-1.5022419709240924,1.0979239394627578,1.2347333254184931,0.2820667105101811,0.8579872372242898,0.3115301367158572,-0.8505022068367589,-1.3931499951942004,0.4559048308997322,-1.7788567790981034,-0.6191220195067147,0.7079258503860881,-0.598478340652773,-0.648073601062689,0.3030416288654948,0.16019247423017974],[0.30727619159416386,0.32352638523428834,0.917537793885974,-0.7277323417040595,0.8522123849925519,-1.3975440487353836,-1.5352186595390014,0.03067796970568827,-0.6772777095071814,-0.5007545550527659,-1.6913452474095279,-0.03780344898654223,-1.4913284573702135,0.9934353047978732,-0.2649385701393846,-0.4222451808572499,0.4939492785072245,0.03123106962320593,-0.04503566404447792,-0.061726517495295716,-0.12906974462868132,-1.9271759551903713,-0.7122068269722029,0.9393822968012273,-0.6540275005603899,-1.1912327551542432,-0.7001670470850653,-0.8654443757393269,0.4868786189359968,-0.4695461018950038,-1.2736190240954792,-1.3375060523906532],[-0.0498574712952854,-0.5992164934577909,0.39359355324571926,-1.142737116091876,-0.6500516678329762,-0.8964223500633282,0.577244106732913,-0.4169307496420345,0.5242665856024029,-0.8794435406796127,-0.22774077543097293,0.21399268796426307,0.25005410441393977,-2.3532113901430307,-0.05596668197520176,0.17400978482774218,0.2072566861718277,-1.1588573335870138,0.36667746874334284,0.1812537205540375,-1.5339651512871264,-0.2571912239746212,-1.6604071643822547,0.6554263419693787,-1.3167718799927028,-1.6046941106465333,-1.2742558600106446,-1.5404130374510228,-0.5870252632402305,-2.2789362169494383,-1.1644695255572113,0.32567113411201265],[-0.8869365081872104,-1.4648168969490494,-1.4254476686888173,-1.3569579696295464,-0.9272447585230809,0.98959998522013,-1.4006765861988115,0.7819855981792333,-0.6884755995430821,0.46365954117183955,-1.7813568948049017,-1.629857991972846,0.4649077289201104,-1.0306831865693011,-0.11834950334620409,0.7827683795947353,-1.242728275988178,0.11093024969813815,-0.2948638990068287,0.567083268373804,-1.2208702746825135,-1.7326132467883453,-0.7976101226374795,-0.0870457729452177,-0.14582017096365438,0.3766173131988342,0.04100484660984939,-1.6549127062195048,-0.30730073918200485,-0.6934365557355999,-0.9667621108367208,0.021307186430623626],[0.5699409897067119,-0.9158267717563867,-0.8898210555952123,-0.9556136775035315,0.8570018936470796,-1.4124558472504884,-1.058741163012829,0.997638143884535,-1.059666501829428,-0.2591496944184352,0.47378455707044514,-0.654455409260166,-1.9268733619845781,-0.640405021535007,-0.3430398944642372,0.7388830149509557,-0.9947539494730866,0.5016219364908412,2.1410301423352647,-1.8344523824300496,0.6581755677786849,1.0231668485099268,-1.3500635073272125,-0.7225047913452977,-1.4336555909945867,0.10134090015037803,-1.1115966070419594,-0.8920649514585896,-0.28516969298923134,-0.12817338695653946,0.5175848274321667,0.3534300307305666],[-0.22297255309904268,-0.4314648427883103,-0.6458156809339957,-1.5177468587393617,-1.3437189246803753,-0.3165684105428383,-0.7209104100134016,-1.0668347779078908,0.9537761118095304,0.22777421260021544,-1.2930129315191083,1.105001246724489,0.8242275044508369,-2.5806885467796374,1.4032588120773641,-1.395201105411828,-0.4010239677263558,-1.4613714771504482,-0.9662518750002564,0.4567967879677943,-1.0909332660793765,-0.420710753702043,0.20630239989686266,-0.09941254869078245,-0.006974516187497758,0.5690203149762963,-0.47283203339876945,-0.011967555143353074,-1.848278622582697,-0.668019768607977,-1.698855387372251,-0.8679723226525785],[0.4130621582065697,-1.2741348091993967,0.2650403133974712,0.7035959872327545,-2.0340523084628597,-1.413990551722954,-1.9773457298316983,0.45072049678526127,-0.06542545114234466,-1.085269992515635,1.210802543513253,-1.4025270596722597,0.37658572212311436,0.024090276380851282,-0.1223907590522344,-1.5606481482456374,-1.2378653172859206,0.19144804421682027,-0.34469216578819023,-1.60445121873822,-1.799306744469653,0.036724312116975986,0.07804275753547595,-0.082085354378768,0.4013550553168375,-1.2201471814181342,-0.4958372756035536,-1.3484647332114041,0.6397326831212024,-1.2633084999435598,-2.2471356636771533,-0.07824614942222577],[-2.2932145624172158,0.09235000722768252,-1.838405006489819,-0.8885957013995838,-1.3798383469721467,-0.7718392756363358,-0.8045936755711567,0.4675025043656043,0.9438884733607655,1.0807528015926144,0.20755400041386646,-0.7422833348473997,-1.4408777687378693,-0.5630787640704129,0.13213362546223428,1.277246469423615,-0.7715796149289272,0.09941295462964457,0.33450461772435264,-1.7593766512514468,0.3941560138163905,0.22021530571710124,-0.04610972443139437,-0.21927472220943206,0.5464359160366025,-1.0295928901929963,0.1820890762183154,-0.7789753456590464,0.33033279723454934,0.150933667798375,-1.8571154549222824,0.785028058670331],[-0.42603013799993256,-0.5118869130183571,-1.9536963709537454,-1.3341564328033224,0.7858096984693868,0.9017565874783982,-0.3264643539669753,-0.8472899626470507,-0.11092757015477286,0.9282198275179192,0.5658752703982189,-0.5308470989415409,0.6596867004351192,0.3453186555968088,0.1366816563566102,0.4091819381882897,1.1748695190986025,-0.3155914419467937,2.3092019206632868,0.38292290647219823,-0.8987967126969268,1.8402573444655361,0.13889304845239853,-1.6512439658581686,-0.6084639925786804,0.41948253947352365,-1.8483221128511422,1.0131049942952588,-0.3944386645270925,-1.7800835985072485,-1.3355792046587154,-0.48698159878701575],[0.8329935748696081,-1.4713514132654613,-0.6295731969852221,-1.0926676351115747,0.38961572420271756,-1.5681010002595743,0.2100597947039564,-0.1853703289006688,-0.2884840175745872,-0.24879191386677463,-2.2105348129668134,1.5368168331192555,-0.29048266882913193,-0.034712427816366256,-0.5607313230998057,0.9576784466183981,-0.21672367999626146,-0.39874285965750134,-2.371566583662332,-2.147040672334085,-2.4889285981824987,0.38338468417990795,-0.3806804627345757,0.08442274766808872,0.48973923436972533,0.3241634939094242,-2.156401140031435,-1.6176301096544459,-0.2564240130557752,-1.7275169821094076,-0.4472994439029673,0.5770908474848476],[-0.5937658431239098,-1.1950375715780914,0.44236109842250343,0.5101368433641107,0.802596576133187,-0.5829244140279215,-0.21968914778842025,0.3978502923381955,-0.15392857296247034,-0.648916753915985,0.4056020322730637,-2.9906487436371503,0.731366101798599,0.5171246504805194,-1.9312443864760376,-0.5763374653221209,-0.7952521687929164,-0.023602085120274383,0.6722164896672534,-1.329065862604773,0.8548073103147619,-0.43741547585085205,0.2866927862670202,-0.65775390784615,-0.9713522782929302,-0.9059177094987678,-0.6616622748805461,-2.0105012603612384,-1.0331230081321876,0.9401652690237045,-0.5392609989642064,-1.7775640792776501],[-0.7784106002913196,-0.4793726245396915,-0.23512039669307677,-1.7651393530429165,-0.9377227133353891,0.5963574050961556,0.25872221180312366,0.13700076805413067,0.5348504814429159,0.07710010288080621,-0.21657649372237228,1.0911260830863427,-0.9836534852849403,-1.57657188833552,-1.7599552589682617,-0.34333581607230723,-0.7512115482896415,-1.2801832479879909,0.34179356468848204,-0.9351121353319535,0.33133885166880034,-0.6290957911123974,0.02715994106198168,-1.5242552782311587,-1.1379316456482642,1.3142410667303281,-0.34682249441199664,0.29013242432691916,0.542198530351776,-2.3543792797470413,-0.3581514530258201,-1.8930675633599645],[-0.8234913975616984,-0.8007212005288955,-1.0014564592568362,-0.5227674034222329,-0.07749447614668707,0.30926380674619264,-0.35160985749735213,-0.5320719184324714,-1.110567339962943,0.38374830512767705,-0.5010426156147653,0.35717568307848274,-1.7793376496255728,0.5740913905082413,-0.4458395013740751,-1.1173529000048927,-0.3917959646746363,-2.295525408947505,-0.6445428551090501,-0.4336085594356656,-0.9293069640526249,-0.048125249572432534,-1.7556273017763244,0.011360911340571947,-0.8968445394754492,0.21331407901133084,-2.542255713761611,0.6696584874947967,1.1265283672226336,-0.3157738448269132,-1.8707470652492217,0.0446965810880604],[-0.46781248077325005,-0.8222124760996162,0.6351880958655868,-0.8365119210739904,-0.7610606894849233,-0.3372934897473092,-0.29710109979484184,-1.769187803754505,-1.1815975946903374,0.6405608058645499,-1.0046256810697043,0.36155287790915086,-1.8903706354683043,-1.7643718023726924,-0.06739705709127171,0.1329618985985,-0.0873936978690858,-0.49135855370237574,1.082021381347249,-0.8867075765463707,-2.150376381381648,0.5344756467674936,-1.613961206090935,1.1855792275876689,-0.8734141557247342,-0.003515283278973484,0.7027052557119142,-1.6957577877466938,0.2811506901335888,0.014650860538597743,-0.016807979345821317,0.4245882149283918],[-0.8896174917075661,-1.1401400887981838,0.5138761380625894,-1.3492196613285392,-0.8885984198810052,-0.8367154249645702,-0.6211293878984573,-2.2741519819410123,-0.25640667710027387,-1.3541609311330787,-1.6408215784002054,-1.739346244729456,0.5507402960048925,-0.8237314668553254,0.11510703073552966,0.4812524283630602,-0.5195052941374639,-1.5305887694804678,0.5334171130892404,0.03217857186961115,-1.842590620130304,-0.500317107772006,-0.5326258890696294,-0.5598028286588932,-0.232991067569577,-0.16505664349543325,0.10275495260823082,-0.251087759799223,-2.209384724478545,0.42954973378121003,0.1316002587638462,-0.11927597654219065],[-0.6296304754851406,1.1309618909783905,-1.4018971250917938,0.09800802642022981,0.6156068354970158,-0.7182155081710999,0.4034688524401174,0.19272251771153368,0.009828697303160121,0.19057680727335374,-0.8933083846439396,-0.0935822921485959,0.2812008067839403,-0.1439627730712675,-1.2954620092579872,0.5438300876165181,1.221182127452559,-0.49489604913959406,-2.26789539387899,0.7269085076569539,-0.6676258344230688,-0.9267765738807602,-1.1215788886500258,0.3834178203392558,-1.9283706857019434,-0.7938187389338617,-1.3431702617712007,-0.09826322569496479,-1.4145975766149792,-1.0844580559276744,-0.33651590721326546,-0.24062679776302343],[1.1492117591206803,-1.160338753946446,-1.676651132865118,0.766952600944,0.6611464787363872,-1.641794558270757,0.500362997208677,-0.4646533221172379,-0.37105642284223533,-0.4273631220764078,-0.7026697805118595,-2.3360827669311144,-0.7546690424425553,-0.04238916806293992,-1.4457077044020952,0.20789750115399988,0.5445165512746161,-0.636843277437532,0.19487985218360393,-1.3729777188184245,-1.4170813090124208,0.07545959548559353,-0.6454380239665957,0.2676520850139882,0.527290111601188,-0.7147280622642171,-1.6056863454821118,0.7717902563558358,-1.1497001484316847,1.1072605502093624,-0.5961299417757389,0.05026743351644898],[-1.4151449696602703,-0.1754571092882696,-0.39309404708028506,0.17178997119440984,0.24517150159589868,0.35700001028468836,0.3628022510142158,-0.7812328173321269,-1.8404696742929894,-1.5744155149819579,0.6307560815411621,1.9519603148021232,0.7102530086812874,-0.6716500912782556,-1.1620399460456434,-1.6530699578976045,1.4566026416683746,-1.1922387204879166,0.5253282076197809,-0.9697548171320115,-2.6538861528582465,0.5951205435139756,0.5637789201255623,-0.4644457250322986,1.0357415002874253,-0.6582771779365956,-0.6617426685374548,-1.5869770157490477,1.1402297000450385,-0.26528249995615855,-1.943712926593768,0.09381543583833718],[-0.7414932546149399,0.8788695508275501,0.06919962991339239,0.6850104473378649,-1.1171930578000977,-1.5914320302337837,-0.4200830143484595,0.3214061827697706,-1.7378686773646657,-1.1774905033465444,1.061747779488015,1.0162312460776288,0.3070277887515215,-0.5156459104961616,-0.26226294325748606,-0.7013266718858461,0.5181835061956706,-0.18533267862035133,-0.870843902997563,-0.12538033671619578,-0.518285461190572,-1.2449955899960174,-0.44994065241032966,-1.8667508298868531,-0.4245849495691419,-0.19507600629332353,-0.7703121463459304,-0.239079193108602,-0.438743617279868,-0.7846937475199139,-0.09369583195278258,-0.35919319772394964],[-1.3854574741985974,-0.18453171777186786,-1.2112584165644642,-1.4640396090615757,1.0301801179806584,-0.4256852703851796,0.3400679775354987,-0.19666205024904004,0.4418197582182707,0.3842817687460414,0.350730309421074,0.28975858698920626,-0.8856869770287765,0.3086612404467283,-0.8946862635283672,0.6548505711976782,-1.8564880034692273,-0.6716042477529736,-0.5854997912048077,-0.1604587128413033,-0.4020599193937819,-1.5662703601553611,0.14610338548745724,0.29021414127455486,-1.7634018042024524,-1.7395326343921715,0.5682090476981299,-0.7843687761130509,-0.7214122628373274,-1.1520353144189237,-0.9133092001126719,-0.7971126810873841],[0.2732782282761103,0.2608244611090396,-0.905272218300962,-0.6560618104846035,-2.5147063192065064,-0.535903375101822,-2.306951237183932,-1.4173657490847522,0.1488273551996915,-0.08839561208398804,-1.4088147160460638,-1.6965642775214314,0.016583222617179372,-0.9312967273699846,-1.2761331357724122,1.1238918647621237,-0.26140602259715173,0.03534798165119267,1.2605154634813471,0.03261550599266131,0.20420451478961613,0.11096834271880081,-1.8806466242247446,-1.2732920941791646,-1.7031244529180527,-0.2529776479250521,1.2518840698101938,0.3599451164201248,0.04660126324367733,0.015917339349452473,-0.24743567043359838,-0.33313980711228564],[-1.8093781728737788,-0.6226319973321975,0.49978742879302535,0.18166723855419642,-2.2822868707153288,1.3920615698285612,0.2305426138390469,0.44619148520342544,-1.3419286317295784,-2.11159804214688,0.448098252314052,0.524817738855818,0.8714397036159913,-0.11667600381465396,0.5475666077020466,-0.10176873050473291,-1.209883925695603,-0.9961154992686742,0.4775510974940701,-1.3046809612536516,-0.5958710002991944,0.10482772104327194,-0.1795207429709494,-2.1028693818811655,0.03865883408794339,-1.5250086299360917,1.2163802293447017,-0.6139684598791401,0.5019191228931176,-0.9787830282908297,-2.3808120262010117,0.12821766062939305],[-1.16166809855866,-0.7436599133840063,0.5844517552466285,-1.4108421068621233,0.9216377870191854,-1.0380263410899542,-0.47553009239053257,1.1278310335836113,1.023191558519327,-0.8066495299720254,1.3183264276292452,1.610521436007493,-0.4081142087129343,-0.06459417255401827,-0.6240490367913241,-0.827571634107425,-1.1363692866219979,0.5536714307034155,0.6865082519686019,1.4897534684908422,-1.751729550284699,-0.05972697501473267,-0.9234340612634465,-0.39530889247821893,0.3225588244524908,-1.6879727238626663,-0.0604725381086649,0.4761975171558592,-0.4543214645222953,0.7712804607555391,0.19868933258510246,-0.43420673301317125],[-0.9026823034502849,0.09804036846051305,0.7077740575569661,0.6539514836941412,1.0064311168969433,0.4852188341820753,-1.6322181176908879,-0.44063547011674853,-0.4368047837792477,-1.9950246463242391,0.1843784476529824,-0.681256792606174,0.9383264780474869,-0.923272850780636,-0.12298040545023657,0.9193660476589139,-2.0310036987326807,-1.5601375136439861,-1.3018069936463705,0.27967723612817,-1.4522356224299195,0.3535040801109815,0.049615531269631225,0.635071451733066,-0.5237413379799442,-0.24378691517114287,-1.1515887866112398,-0.35123466761330246,0.3025866258177445,0.22057540196321648,0.2564499638538754,0.5051513145099857],[-0.5299857528549187,-1.7286422319838441,-0.45548939530646876,-0.5329336639053195,-0.9660470555203147,-1.6071651529706799,-0.5306673634843182,-1.1351101323993562,-0.03749235028228082,-2.5279048044444767,-1.2232483824826321,0.19014432315646196,0.7008319912003876,-1.186215589795777,-0.3164197254008757,-0.38747822820846345,-0.1998769948578686,-1.7224256987704984,-0.3224265452723663,-0.6029081821761785,0.01629138599043288,-0.11294380583788595,-1.581890349669124,0.03422338908098977,-0.30462145991712536,-0.3943379213093895,0.7482886603032324,-0.7232199514520509,0.2758810441503602,0.49168306337581724,-0.2538328283114797,-0.2952292726823432],[-1.5491127840542356,-1.1531357785907494,0.5583742987059098,0.8342226858640008,-1.6674981539414553,-0.4131650870262579,0.7115012449066238,0.503925614644104,-2.3230116238976652,0.13177090658686905,0.11324628734420235,-1.2133372307377006,-0.5542797522606032,-0.45406580670033486,0.021676802656077205,0.17026876200846847,-2.1293754183682605,0.5974648180572778,-0.44579475928276,-1.00694274121705,-0.7626145153398199,0.34552390344534273,-1.5315017775322894,-0.3937548539871023,0.7771806004762118,0.42216718221127414,-0.36348361730228806,0.6770156314249725,-1.75222564032142,1.503954553519301,-0.8980262636274109,-0.1356050247643117],[1.040175670037275,-1.1223233014182905,-1.8023434951648674,0.3659934006875162,-0.7332702666024706,-0.13724812683013016,-1.686477224871887,-0.4862163193402475,-0.7212839012735287,-0.027290606339368275,-1.3821792477602814,-0.18545818252113427,0.008645029472559114,0.3584997498536011,0.6248691677076634,-0.36171939181492574,-0.6067173211477208,-0.0769719812719812,-2.5432195482571305,-0.7993546620755416,0.004923511897760202,-0.3584031845898074,-1.7797919223614245,-1.8857705698100833,-0.7413990934617414,0.1583274112437484,0.45222711676487654,0.7177154828028002,-0.10079392337082248,-0.7270221149637797,-1.0242687376299766,-1.5351593644372055]]],"Biases":[[[0.7813681174909441,0.8407086311993888,-0.9436146490886633,-0.794132613660733,0.1716786951980619,0.11858548851815426,-0.42322963446178413,0.6456032366550158,-0.05231894212161044,-0.6508114307378627,0.17482140352916653,-0.9119175966868048,0.6851792027320915,-0.6090133963291323,0.17845918368265834,0.39857073555979255,0.5636521805220454,0.9665929765769224,0.47397375487436505,0.00564487507623813,0.36403765453790904,-0.7543393063169855,0.6267390399548658,-0.7168801391519795,-0.8464724265124081,0.9349971683252785,-0.45546575739530515,-0.30054557430659046,-0.38025637174174604,-0.27443182012985895,-0.3819373931527584,0.8571079461378983,0.2973412682942147,-0.4833970507410199,-0.8240327065352232,-0.19725832011313907,0.9655672858843848,0.9196315839821422,0.7159023531130626,-0.8590418912685479,-0.723349031592865,0.2848027872550361,0.22810456078007452,0.7265505064125516,-0.7284282727325126,0.571655514241482,0.8593847871202392,-0.49532543238306,-0.7831153184587859,-0.2954067535729269],[-1.3171072152790693,-0.0003895249125700115,0.3058471725520877,-0.513610446104487,-0.6181024303402304,0.5936562601839739,0.8621522922862898,0.8383984348370048,0.21267631722015917,-0.6664114416744739,-0.07971823781882297,0.1041762624211267,-0.07148895892242765,-0.7454430033087762,-0.1252126009911413,-0.4560838562751269,-0.36107788049034234,-1.4397545086720647,-1.732122146220021,-0.23945167807830592,-0.39527795496615786,-2.8630731109201077,-1.9524726557267222,-0.27894713196440324,0.7768318089118369,0.8898332675302489,0.38057955854040276,0.8630491045565409,-0.3353709735537526,-1.5801798004839596,0.3950721067323828,-0.9657258256329593,0.20546159394151184,-0.8393357123230358,0.5222302862528002,0.17663622360938985,0.5852387387153194,-0.44528949863943407,0.6221154690525319,0.9420932090232742,-2.170634475083085,-0.9849056492718824,0.8075378444813567,-0.08779975295074303,0.6107234010287553,-0.8908809342818372,0.5752993760105316,-0.9301928703338955,0.45288914661568536,-0.3941321593307807],[-1.018546222934481,-0.6332147260150064,-0.07278999924584177,-0.7646384918911875,-0.8060429442917013,0.5758503594735573,0.10425225119839215,0.6485041265123583,-0.8691905012941875,0.07324326292773364,-1.1058523865446397,0.48558575875475674,0.9976808874878035,0.43233887092133333,-0.6066999509080353,-0.9421818232563618,0.5989294511807298,-0.49465581822548504,-2.086502924166031,-2.4384456907466303,-1.6993142613919148,0.5435373053504334,-0.7674441177695217,0.07903295033729621,-1.215740314540495,0.6902025552471839,0.2390951258382486,-0.15544517159967874,-1.5907086034497524,-0.5357284858396356,0.8421880310842104,0.6391684326012506,0.9088358927861404,-0.9227828769199492,-0.090027991171315,-1.087578863685418,0.19229293717940873,-0.7159192487368324,0.1272933320698926,0.5330184554477037,0.05262744609061325,-1.0450964902563171,1.1567035416946385,0.8546771911845491,-0.9939623127989403,-1.620329660489521,0.9864917157196496,0.6751903141812174,-0.08619905816343701,0.25280653328980157],[-1.2927714015039693,-0.4652479792026745,0.2607154123891161,0.0766193129211957,-0.2758215526319185,-0.7459790819259036,0.7908033205110578,0.3455266544292912,-0.22798704913986004,0.2274703195774903,0.4083611352490394,0.3824447516951916,0.17987691450348983,-0.19683649109634155,0.04744243773313085,-0.548424694427487,0.4562129856884708,0.42704533264695227,-0.7574392938767369,-0.047802013658594586,-1.649895972761829,-0.6987445051552105,-0.43182539221579447,-1.3359271477706154,0.0037950679515745835,0.6759631823743433,0.8438581589419719,0.6855690882520642,-1.160750414667371,-1.3932270755423537,0.9256004064509149,0.3273825428173917,0.2840857885617136,-0.36525706167087196,0.40571355553508187,0.17084950588456504,0.4467554264751288,0.15366407844396066,0.8708792422982801,0.46912050994340054,-2.209212576308796,0.9868727335279369,0.43694624839263857,0.5275045407771752,0.04924503687994654,-1.635567399520472,0.08867688063348675,0.2661491927436715,-0.34030614855174507,-0.7486425912035017],[-1.6478795639448045,-0.0570130612672357,-0.9350881227799794,0.11420974681659751,-1.1376857641623372,-0.1872214945903806,0.7039999620599885,-0.10220768476956586,-0.556243793283977,-0.9837982094744452,-1.4537081730870318,-1.5462303933461365,-0.9061509982900252,-0.5670270443787182,-1.3970696235337445,-0.11262067488563965,0.9641858541703107,0.7668158115611505,0.2779665323067031,-0.8634181907159364,-0.46882776834517004,-1.5714372249935933,-0.10413483131954086,0.008190683256653437,0.8977181306946246,0.07845629252700916,-0.16959659835498744,0.04505803165876274,-1.2022507695086544,-0.025004347096018217,-0.7845107351105663,0.8043587214221027,-1.6266467500682082,0.1665651866185889,0.8254570203897819,0.8682376666915472,0.34876103115796925,0.2709619066894249,-1.6340349178205482,-0.3982364640281884,0.2773908050043114,-0.23525003868202637,-0.145094106118777,0.4084109540573608,0.12380883876607444,-0.47627605254037675,-0.8349120046552596,-0.42983389258729915,0.7310184610612341,-1.524312413894006],[-1.2855616962965246,-0.6076635804140944,-0.07791004332085465,0.08035541689474122,-1.7551349487447228,-1.897249157971452,-0.8412554658300297,-0.31252066799665534,0.27507224631809873,-0.8379493726940449,-1.122902645076993,0.4366746254300657,-2.0489580574072184,0.16418465897129472,-0.3284735998178317,-1.288445389733965,-0.14348775582831402,0.5032904049618416,-0.6343788005536655,-0.30775869350669566,-0.49572672372294924,-0.7513684946326905,0.8286632117264454,0.6619085902262719,0.3776475100335182,0.09361820769425513,0.5168010082064302,0.4888181706973913,-0.28449232281461473,-0.5323307937103965,-0.16077188845432602,0.6686353780617169,-2.476469572900099,0.18210594826334814,0.25188372023816197,-1.1387208618625275,1.047944960302453,-0.24548751743591635,-0.3418361405521943,0.34916763342891083,-0.6541415384925646,0.4970425705196386,-0.30238388541657507,0.3400925543975563,-0.2633082274085461,0.7509037531455943,-1.8023458192998991,0.35095900242178246,-1.1925725327572112,-1.4103805853027889],[-2.430207589366109,-0.4741409294212907,-0.02386768306232451,-1.0396615128772257,0.8001150209270995,-1.3823659222433946,-0.7426837477581434,0.5871737362090146,-0.6147795536250611,-0.009173121659062675,-0.22549516369446795,0.7329304411947649,-2.608784309118841,0.15612468024110784,0.41378632539568533,-0.8977988586454866,0.6054710087579989,0.0033772408064968473,-1.2742066736217634,-0.7116646366559112,0.8138508653891706,0.5701570065864203,0.6922290707360751,0.3890636423505466,-0.8096899074681336,0.009750451162068298,-0.011842843714961436,0.10092475521558625,-1.6321165281377477,0.7440017650697605,0.3467956991889583,0.9596210248495914,0.6886852891694489,0.167933307082276,0.45816472594191665,0.7988617410364103,0.7271977672613156,0.6427132204748945,-1.4435574030934637,0.26087590865446714,0.03955839846568614,0.1779077635078146,-0.8804538405081151,0.4797275363788411,0.6254403852150142,-0.20519968461396265,-0.44340595293529694,-0.9289396266722392,0.011326932633884861,-2.1844279617863056],[-0.876814457495347,-0.5107620485798331,-0.2092263419257303,-1.133880777088458,-0.00017021515320670967,-1.0350348559387543,-0.7119098359765275,-0.38220152394474277,-1.2517171274435706,-0.7640341933036333,0.676172535864372,0.3217652359143849,-0.9253758165957874,0.10217596275505963,0.18218423708686976,-1.7308142194471803,0.0975631766577506,-0.5806249247346625,-1.6285840157354374,-1.3092085570886716,-1.4667190132182275,-1.2864696132904423,0.9505653275489598,0.630705402567732,-0.5815722556358158,0.9781788781432,-0.21752773500434178,1.0009627800577623,0.3423634980151725,-1.0345662653383847,0.907940352032678,0.8125831923916952,-3.213397621859763,-0.4202387203845234,-0.6848287011343144,-0.6797253579765689,0.8530368249250218,-0.25911358955100783,-2.6480754718043826,-0.28686294622468805,0.38012517773227683,-1.1944771419183418,-0.4572304057417649,0.9779895029076976,-0.19101449393305012,-0.6555880526392904,0.04968809632310239,-0.2891392065383329,-0.20409831643152632,-1.990401630111187],[0.8157106456767502,0.8662331795549133,-0.5991892906326788,0.4625784279550149,-0.7221383717469302,0.19337245251368715,0.6606844174730542,0.5521960454754014,-1.0621601134349579,0.5802741734416319,-2.6139328354853233,-1.2003047476152866,0.9442394514080545,-1.2673199967073627,0.3293813008791228,-0.0764643232455442,-0.7576990386255005,0.007628701930208485,-0.5554769686171287,-0.28254100294150286,-0.2593716730629287,-0.5498807911527231,-0.7274941251660635,-1.8219305327601194,-1.326477824134661,0.5940043201022255,-0.28055056759429864,-2.0288681240142115,0.6398683497043727,0.7495116260152148,-1.677642503637054,-0.19290536345239917,0.6228610979933495,0.11655683068868679,-0.8053375539048838,-1.6976932036481085,-3.0049127513915,0.08008445015161744,-0.20893424766063148,0.2767135660631091,-0.5596425981946778,0.7323851085311028,-0.43872875138142187,0.6534047600924524,0.3492509801105697,0.0819051314973436,0.6370666629527524,0.42194531277403735,0.45006399755662946,0.5835482190847101],[-0.14175117347602573,-0.11056599355118012,0.27582683007904996,0.08826560086318844,-1.040300768997523,-0.887782744258205,0.1659018810727187,0.8620315290517988,-0.6536637219662321,0.5354378383062447,-0.456141106350508,0.6974723007489899,0.8775361534443835,-0.21832427742200322,-0.572550152613595,-0.6782419511739195,0.8894702407696636,-2.028964403803133,0.8087249202945457,-0.10787385698419277,0.15856850303381848,0.9485942319235986,-0.7266594322381607,-1.6154275841865209,0.1136386079996561,0.20770586990472445,-0.27472891985634884,-2.82819528929644,0.8591072054149729,0.9654866636533078,-0.19736266105457534,0.24257539637665554,0.09246628643558079,0.35358891537063086,-0.0616350389471809,-0.5673993906288894,-1.531422814837756,-0.18848541754130013,0.5262141382267898,-0.7034155694996647,-0.19834682628976674,-0.6507512541360533,-0.592396350749519,-0.9151113385697036,0.8780138393879169,0.2546905325956242,0.3608747952067879,0.19336933208467627,-0.1049477529592371,-0.47183674977838785],[0.8785301531804344,0.9149562648279908,-0.8754142108032941,0.48986019536717973,-0.09661049480836953,0.9188645709680082,0.5100059042821997,0.5826808511611493,0.04252044316424567,0.6370970929332628,-0.5172229234760999,-0.2604584421920222,0.9003173104283236,-0.9785019582328134,-0.8270961588149588,-0.3237526543693884,-1.5025793041074316,0.3197676668401502,0.0649888557400476,-0.06584853762380063,0.34078740954004044,0.9255530103862267,-0.44407987362019474,-0.20864892633544277,-0.3331730550767461,-0.8510815227721957,-0.6384858370796007,-0.4634285771224147,0.08262612825098412,-1.0218819081371755,-1.664712594158472,-0.16808615557620402,0.42899638895473896,0.05927012738027651,-0.6968901135404728,-0.9485639613195875,0.6591542533822309,-0.36069640122206165,-0.35081643791748085,-0.4257589115322199,-0.8421690166752878,0.621814671668518,-0.957011955819815,0.7866823606764858,-1.039058346856313,0.43533604912617707,0.4760355772941821,0.24504235603095706,0.23962247723948848,0.7545111637589575],[-0.3863209527218673,0.03528249649794725,-0.49430668700748054,-0.8430489151555469,0.8163789485044024,0.8853975124458037,0.652942050774722,0.9282192130709276,-0.6743603682945729,0.08600336660340097,0.5211232681113677,-1.6309292325928793,-0.7641140718617859,0.18537263422069214,-0.21838120373147013,-0.19777950882132897,-0.5856786072164474,0.6291311484455934,-1.3183045501560546,-0.5327714600417977,-0.6953713404725373,0.7459638936772538,0.07530434393127051,0.5372001776276527,-1.293511916841421,-0.2080634151235759,-1.1656192301951982,-0.09952430965926007,-0.9081763112523709,-1.6638495482805022,-0.43785142384650094,-1.5034472295128136,-0.5380040230127493,0.040359566053761994,0.5790354210198645,-1.6377161425489044,0.33542553443509937,0.6191082327942281,0.5042774863712173,0.13047188142395866,-1.8675013676915182,0.1939191454761261,-0.09540804510305967,0.2053570927487372,-2.3107013824717635,-0.7787609628151276,-0.1257468243548738,-0.7639564676295604,0.7366018579145032,0.6074849926681483],[-0.8214800323134516,0.6718738072358225,1.0876282179964314,0.6920207809359621,0.7266130716665528,-0.36412904225742865,0.2590089373748466,0.05352017268410207,-0.29376263476392295,0.7331266765679594,0.3850782839133251,0.008462420517611747,-0.5444533365676085,0.4347945063893635,0.2725225647487699,-0.37360136132239935,0.4734049043114275,0.44750864925403666,-0.8608973587246569,-0.35029657453108903,-0.40363196880004953,-0.8083661726684086,-0.33994479329136273,-0.17829057222760347,-0.9340601741211683,-0.5356318700888727,0.5123472911743372,-0.19285125882410728,-1.1309045788067111,0.12682225793993782,-1.0981193180949793,-1.3113199199055188,-0.5202790146537776,-0.781894415167158,-0.8132350279880743,-0.02184985886484631,0.4946243736542459,0.9821613249553864,-0.4184075595447422,-0.7356886096585857,-1.478188935628608,-0.31816935261059864,0.39677500082618666,-0.8898828452905927,-2.3510967697935934,1.0619682407338342,0.9080783332876955,-0.001585710554976316,-0.3317650182005634,-1.318886468527833],[0.7482425551621105,0.6280804699729736,0.10164259930118255,0.890382877655619,0.7220570662273368,-0.6885454000763388,-0.5034111376053216,-0.4965602287425201,0.35779679400482134,-0.09124471986057248,-0.27208611725978943,-0.3555999524662246,-0.8409114080912143,0.28653307706489495,-0.8565133355015466,0.7792563540394747,-0.42293262648339713,0.7072660540253463,0.06964221157374686,-1.5174596095132218,0.28815848563908136,-1.6623463440863993,0.5291373633092067,-0.0815419403939298,-0.7118684897344513,0.2357390948786171,0.231470599744769,0.7459751219293971,0.8268113638292987,0.029163526950212904,-0.23595949801680943,-1.8355128292279037,0.6565137200061409,0.218265495174563,0.9335041954072555,-0.011515429148617121,-1.0088421134870351,-1.5963993231699785,0.07799613529531006,-0.7322744097096748,0.23252234902403118,1.0345097118681608,-0.11373529158587571,-0.9033009477635509,-0.37449388088779056,0.5767188797424373,-0.03216453226195076,0.4909250118923547,0.6823464821480062,0.7900309698693285],[0.41137780687808195,-0.16564769211721556,-3.0049152885677493,0.42347323173608287,-0.40591950470481925,-0.11271632233738992,0.516915207027056,-1.8763948769079104,-0.6893127761045493,-0.5826232469405297,0.016131449038569293,-0.11596111342994805,0.04184179969843771,0.4674468909863267,0.4589471724148908,0.15562618466571973,-0.6821577570137238,0.8060536995093578,-0.4251625277829435,-1.185849952051522,0.03055676216706445,-1.6748239123549065,-1.0102642831172355,-0.6600246397348576,0.8394171657596329,0.420631967637611,-0.521750415235404,1.007191399262826,-0.4818621916164159,0.683984155751634,0.2681091346256119,-0.12538272671261216,0.3661710865055437,-0.49719155088419753,-0.12353306481896567,-0.750312097444693,-2.2160806360185865,-2.54910840767612,-0.5373217598077549,0.7916445798946085,-1.4401022394412315,0.1847257077279896,0.397223367086907,-1.55545654791038,-0.536723335403539,0.14118798306204516,-0.5341021526438667,-0.06910261940050162,0.644986455999989,-0.35061302721834997],[-1.212310437037413,0.9235363965648223,-0.8499755584677862,0.645129324368591,0.012239871763574049,-0.968490680993854,-0.4537608658493609,0.286226249103921,0.24734055517987985,-0.7753407786654775,0.6301773790145012,-1.558070063637627,-0.06819985043216675,-0.18845541899823293,0.6676976176848775,0.21104275250778357,0.9093864308609471,0.07397387873676955,-0.2932671966565614,-0.6305186507293872,-0.7676419726693466,-0.516056277305407,0.5358786091225903,0.46942833590325383,0.4910788019761421,-0.45502666341912423,-0.023543084971193836,-0.049693983167373876,0.49827204261300895,-0.37272717626649216,0.6011722514599822,-0.9731629516784548,0.22236352891782904,0.5094769691391442,-0.27660224614120754,-0.7242246224160885,-0.4171723688434942,-1.228785782788374,-0.5508299227340756,0.20801606293429634,0.9101030150303123,-0.44176669543096186,-0.5675814251892709,-0.3232015939028558,-0.0674591147000234,-0.5816270758851597,-0.9273831403971969,0.4143280636961076,-0.8496717391984745,0.9821002108151985],[-0.08066181064462095,-0.9929077392102154,-0.7764802088046068,0.1748969639382058,-0.2105134078019346,0.7808596671071423,0.6463409818741158,-0.4633644243899097,0.2865678502739931,0.8147874573102128,0.9741831968906902,-0.26587919291226264,0.16838304237380045,-0.2309429446827811,-0.8475387944901732,-0.10925303468684479,1.0826182992885365,0.5804672452453588,0.37354124572204744,-1.6774083815997258,0.35675811033283894,0.8438898743081769,0.2138037552874622,-0.45753679838800354,-0.1900936432694886,0.8795621064596724,-1.085225020334443,-0.7439952626343853,0.8981574911889038,0.905305831764363,-0.42032439449105996,-0.45674402571032013,1.0070964332728078,-2.1552959232749247,0.2469067701821954,-0.1134336309450523,-0.0577828970690232,-0.02166566630461406,-0.11532911708478848,-0.2802118492769017,-0.223377645213087,0.9577988303484906,-0.4878599341577279,0.19008298639099946,-0.055753864263448666,0.9842359681541185,0.749997003072738,0.48635686945521656,-1.2430012975140663,0.4922854155100501],[0.6407130729378152,0.6364895924880064,-0.5228930004583425,-0.5978454208346926,0.23740919168096317,-0.9785560202566547,0.7966940061505231,-0.9604945416853073,-0.3358132275174237,-0.6246842201214603,-0.27986510635429657,0.7152666946028758,-0.20437347519358373,-0.45449421879224156,0.6392392434898418,-0.4956261049216442,0.7604089133525918,-0.14343306607884243,0.4325735801523119,-0.3736764563697812,0.3438183015859281,-0.21594641791154584,1.0947695670099868,-0.13366677219736237,-0.2560597787169778,-0.32966017636900996,-1.2946790210632952,-0.18449795361997182,0.0561712138545538,-1.097915135769765,-0.6872507954296984,-0.03242896921137162,-0.13137606033944915,-1.4867717619343013,0.23412400538049033,0.4097001051133888,0.9344597149840397,-1.3313056904160605,-0.15776878628138993,-1.9153456107040432,0.7927349092619762,0.6743058529026073,0.04339792011091593,-0.8520790128295838,-0.148715733040215,0.3931405245678691,0.3937673123164075,-0.4706258464821237,-1.0666031823224549,-0.30811613990223996],[0.80007475511296,-0.43093545083850504,0.42147105144465874,-0.08525894601266747,0.7590276869822553,-0.8379670344555286,0.12917458464880946,-0.9863705725672702,0.7565373272927891,-0.5562234611889604,-0.09426176280716402,-2.7992737538786776,-0.34850381338497854,0.133140376630037,0.9715806720424548,-1.3549625298512278,0.4945380208592374,0.7593337644020469,0.22827531002728024,0.40293220012001846,0.9340724169682293,-0.5696201796155224,0.41381910872303723,0.030825003665357977,-0.4230754844940093,0.9497760846358654,-0.9766511582965368,0.4752842715870339,1.0904285710823647,-1.1432352537990476,0.6377480044103362,0.6086446112002449,0.9025132077725577,0.741066825529664,0.4276514056805747,-0.8074625327305337,0.10834318385653673,0.32218937478024245,0.6523367085771608,-1.2229146796460542,-0.08843597471624494,-0.37704745970461023,-0.48926512580912546,-1.2652226532318405,0.4914929986947773,-0.6478688635586927,-0.986887085903236,0.24175510032759248,-0.6286129238426598,0.462669955586533],[-0.5426684570760064,0.41131253149313907,0.03821613430411045,0.48180293118441614,-0.5985238392668184,-0.31118101913262347,-0.8659548442301492,-0.8412250868912914,0.44662117944728885,0.6830479103953714,-0.047792778740593254,-2.682165069318044,-1.0982953843859429,0.6712160193892226,-0.8748109447534318,-0.022935974931045443,0.3063719244980341,-1.4537149889200556,0.09843915601824434,0.5954872385534381,-0.4400690790284194,-0.11148802460815031,-0.711623028218739,-0.6855406607898837,0.6298628163936076,-0.5542036325292562,0.3494258569681585,-1.0027765634067358,0.3181898194395281,0.43191207040025337,-1.0159831834819364,0.5386062331917262,-0.20663694955962963,-2.5155416118343155,-0.166593287623544,-0.27391795864636614,0.707533655669659,-0.5016268996974411,-0.8854582647699102,-1.1877538906928857,0.9764549673540994,0.2841084258493485,-0.5680948424397423,-0.5513985626611602,0.6131492946652651,-0.19143147490712825,0.026144351190206187,0.1792858076861797,0.71796806001099,-0.15935322620329798],[-0.33428206093590584,0.19026338869728493,0.23991339990198488,-0.27389056746163176,1.0917073661589474,-1.117735068724666,-0.5809387659457728,-1.542073549781428,-0.8555677952822406,0.4888530643918859,-0.8350172665483117,-2.235661476144775,-0.25683419360121673,-0.37594178451436067,-0.8920385305759629,0.371991285213807,-0.4780284185611073,-2.2864502373548428,0.21374392464406453,-1.2459582711347095,1.0163119283370743,-0.23465095075192569,0.8777164650422399,0.08112456762909531,-0.01419634192682768,-0.23173336722324236,-0.28644419166805907,0.5302152456164198,-0.055443789067963545,-0.5524220345346211,-0.6563093163221253,-1.5500271255682125,0.809391507389132,-1.006546086219404,-0.25148232770141155,-0.3345392589604535,-0.47246296718220726,0.7054504253765297,0.5231379973420516,0.17999142495657072,-0.4923829276075222,0.5993393108228311,0.2720992217979174,-1.9706179724706396,0.7595640806288454,-0.6213325437444384,-0.21125167694220418,0.8832730988675453,-1.1408999632796777,0.9540574750970992],[-0.7766020840358118,-0.8185066221690572,-1.0474290618058875,0.1797261823574359,0.9395593433711902,-0.30047449978302754,0.1724607446433897,0.40530218649599414,-0.0973522930525658,0.917513493566341,0.1941794117707153,-1.015265956757744,-1.015289513560427,0.9310717519492838,-0.9105540425567714,-0.586761067605814,-0.12594951128406975,-1.7021266101847532,-0.8113183533894075,-1.2547443964254716,0.10334158719568055,-0.24130710764636104,-0.3093878518491674,0.520360004207286,-0.5041571880518272,-0.5798784158744897,-0.4718431651794793,0.41488704916529273,0.9611076497546103,0.8324218059760939,-1.0344976986088414,0.011403065223939008,0.2229910988797027,-1.5852210199827523,0.3659293007395212,0.19217644650042864,-0.6442990551587875,-1.5840803863750412,-0.7730184327086934,-0.828128380339179,0.07777568867268539,-0.14141244422141422,-0.06089180103580761,-1.6933442487020507,-0.4522172471578198,-0.07340183760632349,0.46950324921054554,0.581285137763214,-0.9278973776975002,0.33876509378236797],[-0.48682403176316186,-0.6406860912657133,0.4666497347623683,-2.0666569544792885,0.7448372203116034,-0.25950638052907976,-0.3629383796488119,0.17475713488379235,-0.18007995451695671,0.09536344485688925,-0.6512817681618562,0.9102726882826025,0.11497394189057857,0.849229161185517,0.2410709449581889,0.4818650853881381,-1.6270421723227528,-0.5256361757772096,0.09590048487603837,0.8076659702350317,1.111497203349433,-1.3170091151311254,-0.850397380342595,-2.4757367031383266,0.1669074097036267,0.765885625514841,-0.24755536323933322,-1.5633418796353118,0.9449141148843585,-0.9404297502343272,-0.027392534809537756,0.7757197611616582,-0.5203424499107314,-0.03598904685995439,-1.0805107942582073,-0.4385109613697047,-0.4626513331698814,0.9191645133859534,0.9878985241841183,0.26521194056837394,-0.17805560784994218,0.9553309771440668,-1.1109220433371645,-0.373372133589284,0.35934886605878374,-1.4230842037845248,-1.0004930205867095,0.49832501319718353,-2.8086542133527805,-0.7392024592279035],[-0.3755054053042913,0.33425451695419867,0.5577263202981215,0.6834323908687722,-0.885974853319601,-1.244919879834637,-0.2654231733610429,0.8029752050783396,-0.6061369761539719,-0.6314857734752003,-0.9480689880986204,-0.2810446354079902,0.8918579262136516,-0.026799562705129752,0.40457205612351943,0.6229601545076227,-0.5534433473684374,-1.3546147687884804,0.7239635452811163,-0.683015891736294,-0.3611846189022395,-0.230927872156076,0.46317391494000903,-0.5228530216476078,-0.5173139797614723,0.5246838738486314,0.09189580996030684,0.6981028578183782,-0.8503390767878629,-0.9392549416347306,-1.447039975688082,0.9869325825154474,0.3669581824306389,0.012115734252422454,-0.28163847542182463,0.9798304742070112,0.19599551768838397,0.6986425113575497,-0.22192299624513087,0.5310733638846535,0.11311025678271015,0.09298777825034953,-1.8487599707821853,0.08300358093832405,-1.3142993053854324,-0.9403783149147147,-1.8416066418106012,-0.07526357610871315,-0.8417343939239287,0.9578710629702358],[-0.34425351348043914,-2.467827871117836,-0.33631082163951437,-1.4362385769514436,-1.7241282058994318,0.1771341613912717,0.791349032475303,0.797021457166598,0.5143221001393892,0.10742827428240267,-0.3169788153918384,0.839313471742795,-0.3586816784670118,-0.20942458395108088,0.5257461026932884,-0.8828907375222385,-1.4516522534095664,-0.35932917597074676,1.0270288092883866,0.20325036631637072,0.041803441724720246,0.3787504094675221,-0.4362283834178481,-0.8129173063366315,-0.39703314400956574,0.6702887836888709,-1.3024556887740766,-0.561962124360332,-0.012699457582287377,-1.1638923941858976,-0.6696028845021608,1.0547630845015161,-0.8041923654994854,-0.7034369146764123,-0.24297342864912896,0.35986993624796904,0.18228993334064195,-0.21873206017653143,0.6158555966935058,0.4629449667218736,-0.19050498136506333,0.555753097049523,-0.5532323693344701,0.7402163200184382,-1.3499153981677339,-1.8222428827686636,-1.8215799156924597,-0.2759111745784172,-0.9084260717578425,-0.12694479597656616],[-0.2852245603293738,0.6231066013819804,-0.23301336683748677,0.8610376858859692,-0.7532969328931872,0.6865992450098438,-0.07613265723034121,-0.7431930695880823,-1.9033516713827545,0.5741927612705685,0.20435427760048586,0.8943120462136245,0.15114510885143378,-0.24442043696280294,0.9369568700508357,0.6409499590689794,0.6796981726558468,-1.5306630260978809,0.3948910985430884,0.06490585713648735,-0.4780986355337686,0.8685865060965445,-1.0900247045810696,-0.9487936641079877,0.7319591585980685,-0.013450009599261542,0.28806821700094154,0.23699238352183458,-0.5647089863287443,-0.0046453249194914606,-1.041521567649167,-0.9194812420066106,-0.15535380575461313,-0.20145361780069657,-1.1129705868476047,0.3952525781229153,0.11413009197495474,0.03730815266624842,0.5243297854587077,0.9068952702015539,-0.36887697339256853,-0.12624160843795557,0.39414663627398266,-0.21486201960180423,0.04530560877540113,-0.9269126489215765,-0.04313454605610596,-0.7763553910177232,-0.6963906917601272,1.0453465896627367],[-1.0456282190647652,-0.07558240176935158,-1.3622528996366134,0.22892509028993135,0.5869033228791012,0.3020459756678639,0.584655500369963,-1.1722252481102262,0.2326461817543425,-0.06402393348387013,0.20300265253957886,0.8773310668679065,-1.2166460806118449,-1.393755009689477,0.91832077148024,-1.122226440063162,-0.06155330954955005,-0.6451867410601164,0.11591745576969588,0.4831490058623147,0.40893017670647425,0.5090948156665838,-0.7385123780536149,0.1230403325968787,-0.5068508632942118,0.3913954069105692,-0.3583886247050401,-0.3324164664498934,0.8941311072030427,0.48401851253166434,-3.18339249260422,-0.5543114799005493,0.4462664855463992,0.26019840585186144,-0.41664116481319363,0.4710685978349371,-0.05487736969952757,0.5657878832528304,-1.7018207532486689,1.0184424984693308,-1.5033311874131103,-1.0099314650792066,-1.4138601786963252,0.5137227612569529,-0.7940820174404681,-1.5171017246666691,-0.32236411220734856,-0.4001584329816873,-0.6541304304888966,-0.3296102426610528],[-0.9502050314709395,0.9981576961622736,-0.8050451876207512,-0.4970214295205344,-0.6230703524193784,-1.053478603917108,0.36271349224565613,0.314908658045192,-0.5534160469713496,-0.44442921461492596,0.7122715690921585,0.173964903348674,0.004476489794076553,0.372760758003917,-1.0156707056381584,-0.8898722048727269,-0.3899458602952613,-1.85485094551622,0.16746389335962145,-0.7648235802969217,-0.445042281009824,0.8245704205817066,-1.4917927662451584,-0.4880243404433935,0.13691380692093702,-0.7986844128631572,-0.8349231697299704,0.9977542384150814,0.6944568854160871,1.1692792580685039,-1.9249753906939429,-0.9172340970665054,0.6895211138840411,0.4337727851977557,-0.05269045393271575,-0.40668344038651705,-0.45413178527241527,-0.3293348239608453,0.8722742227785791,0.9846573129943094,-1.5229424705473622,0.5527531376581769,0.271408054177281,-0.15150548551631482,-2.0139881412576255,-0.9610267292575819,0.3583179557581837,-0.08682616354411093,-1.7281859498707068,0.5103548596963766],[0.4649217704501619,0.02790548104643639,-1.5383718547615541,0.43754622473232363,-0.020967884940618874,-0.07007977976040121,0.22331702611186643,1.4798800508399146,0.32856342554131446,0.1097542806747511,0.19353515979597175,-0.8865541871959958,0.4344875663968523,1.08280681121358,-0.09175411192812345,-0.5658616889757553,-0.1323149676389318,-0.04305146684431015,0.25409437936632107,0.22185900442184292,0.9258146223397049,-0.34891361042368224,0.4024196779702199,-0.4506583948604268,0.4328334794932544,0.25740168138693503,0.8298806456536887,0.6922924394370951,0.9703673050205162,0.8933882832487678,-0.7346784111554927,0.14240079200726707,-0.511335828072823,-1.3021772697172518,-0.530154571669156,0.8228636925333753,0.36436936402018494,-0.6397131940404083,-1.065303372635577,0.364525061144261,-0.7753812991317821,0.06669024974927566,-0.14701270986910833,0.11922204157659617,1.3675155537037476,-0.9626766390904063,0.7587696337389762,0.7643484478102919,0.30199788992646037,0.48552072017484044],[0.19487423526554903,0.3820111207229071,-2.1742624892206,0.7756539094782132,0.46193981266792716,0.4288187399100067,-0.22100759062110997,-1.289752884195477,0.8588545415877288,0.8934990009337871,-1.75671601991169,0.6044134240506426,0.41510855597087104,-0.9127375424902977,0.45190708294556475,-0.2700488703319352,0.31991369391661223,-0.8361979789066508,-1.2882141417181054,0.40193250516258316,0.18377114833356728,-0.47284689865948826,-0.3756477150721543,-0.8513990595872002,0.34266825113776306,0.9120925507841166,0.11770485762269327,0.2936104842472176,-0.39289654412660946,0.7630072974778201,-0.5461805453678398,-0.6275991682632165,0.7084773225990698,-0.9865156174371612,-1.6532185059352154,0.7680138278576619,0.3880341896618039,0.9478475740983195,-0.184863355237751,-0.5433824414237572,0.27916485506349736,0.06702955869358335,0.6222822895742823,-0.802572842995608,0.8965119910726584,0.29475143411154753,-0.1369274912338092,0.9214857063343949,0.2627387586217759,0.011465191764567667],[0.23696867563230833,0.9682171412673815,0.763130068015145,-0.830054525277127,-0.5659501994420699,-0.6858153872308541,-0.9371969292645105,-1.8834700103373494,-0.8209830437096259,-0.5833863847865386,-1.5572976418517483,0.4208533443825303,0.7804357211017442,0.7708851972140617,1.0480866045953614,-0.04579321091935675,-1.4429282427713295,0.6287982475186465,-1.356037831054502,0.8646290984415455,0.42534502887490216,-0.11493012970549277,-0.022359398456729157,-0.6369981720059944,-0.05955675269656686,0.04640356803597358,0.6951195463793621,-1.3941383482947072,-0.6448874151453085,0.46072345402025944,0.6083350692180591,-0.4514839322649087,0.3412053100311481,0.9583354249126593,0.6502306125981712,-0.22782144369731938,-0.4639968007411324,0.6013377663672561,0.8304019276187387,0.5269886534194248,-2.017710191699637,-1.4965221528783543,0.6353866244204894,0.7451972029648295,-0.11385678589605915,-0.44842077122076035,-0.07614048977266286,-0.9342571776117771,-1.6704786874804955,0.595606407758034],[-1.0348784238447182,-0.8492862279020373,-0.7110769270309316,0.5183680701007428,0.52525151519304,0.5224844655802172,-1.5752145970323936,-1.8109635662550605,-0.03029118658322726,-1.0659166835499454,-1.0881036144003082,0.9836584431674347,-1.0784800581179743,0.6139875450029965,0.9341851125087081,-0.014095307161802377,-1.6121548265677383,-1.494011435644966,-1.0037829217365108,1.0014261993014657,0.21671993525266534,0.04072498529173908,0.02515409234828347,0.08354321533394267,0.17201954810149073,0.6448427988148316,0.3037355723657494,0.6850819151316606,-0.4333462762944614,0.5079281962293137,-0.3671593773792639,0.33459982254799686,-0.08659286724606394,-0.14192978613433657,-0.42780061647354706,0.4219394119402034,0.09221281680084671,-0.6759880084105832,0.9009384159352712,0.3067553280485776,-1.6071765168383194,-0.6562197028400296,-0.3263478129239303,0.3073533818511934,-0.7112501164461223,0.003541430875352608,-0.6861488078848679,-0.8626960206143032,-3.0409000463243276,-0.20247645706699205],[0.24241528827421938,-0.8155637358627658,-0.3914515108666221,-0.04032573251162923,0.5208746365379596,-0.09873623720260173,-1.089058674586887,-0.07196938726928727,0.21327745559115424,-3.521159926912826,-0.6532934577359373,-0.7410595142603144,-1.9145042088835624,-0.49668896203803126,0.31898480274395785,-0.6158591866280763,0.057993854501934915,0.7660191457099529,0.35416342739402384,-0.4177995938207091,0.12482896807795447,0.5338947906131319,0.5804063247572946,-1.250517202956442,-0.88089943568187,-3.1158825698220083,-0.03876756873720914,-0.5816228574006668,-0.07323105085766182,-0.8474805298049732,-0.516604220729265,-2.295997812790664,-1.1424510438025102,-0.10248104376385771,-2.5993931340430674,0.13286351145405376,-0.6543338737737208,-0.23917235043119106,-1.489863236221123,0.959703344740642,0.7628789263297587,-0.13583833179988622,-0.16611151343053857,-0.2496716146976663,0.3624784920305944,-0.6060213558070253,0.953352045611865,0.07626279662321603,0.6057911096875532,0.7328004955794936],[-1.325524080373063,0.37853360121561397,-0.7024200522851393,0.4568830921721736,-1.6122725767946333,0.7090861430668761,0.387659969697129,0.7676366417579179,0.13513054657812915,-2.1827055258585006,-1.2884244451495057,0.8830537195470606,-0.8007321093877701,0.655127467060968,0.08842029840094572,-0.12199363940926664,-0.27245037835611097,0.58828047787712,0.9933932991539304,-1.125816213265687,-0.4093466491923893,0.05945687036008127,-1.2131210719481536,0.4961483391947801,-0.10701456759887938,-1.9124214026568163,0.5759124561444892,0.6236098751418706,0.4389278638367933,0.6151917482736711,0.6447260997231975,-0.4345101697240599,-0.350817265589598,-0.7767532688479271,-1.3662527318305095,-0.6041454053941757,0.8788903118179404,-0.11027840086336933,0.5897447903833962,0.6418028015826899,-1.0743969791509642,0.045015811902071774,-2.606305998767707,-0.7345329771301276,-0.8887517004301576,0.6919803797773216,0.7668866052541333,-0.5044061032684144,0.945191990593418,-0.2638209049426943],[0.45723215602650563,-1.5017809095723955,-0.29939669368184874,0.7836945784402746,-0.6200693215329155,-0.9952464320956398,0.7552116577283858,-0.6545960484907436,0.40734068025843195,-4.3897450098768305,-1.4849509764655888,-0.32272460051265384,-1.0953839245797743,-1.4312842964351071,1.144348755745542,0.6590532337808852,-0.5435967290096805,-0.09508733227347231,-0.49244836172235107,0.7814364513667182,0.25299323066467433,-0.22507827066071218,-0.9763272295314418,0.7251603414378169,-0.6958878823519843,-0.7156816376286685,0.20008641468995034,0.18588160535232912,0.37576991871197046,-0.759728531579869,-0.1994271822247466,-2.1941834925899046,0.24066547787085932,0.45538546768780513,-2.9784487176023338,0.45692713761622333,0.27259602329910215,-0.09617776510165031,-1.5722420975998974,1.0886379749447554,-0.9560094853104888,-0.9152214652604755,0.46796691522818523,0.7502048826190255,-0.6650085397595253,-0.1898836644827969,0.5096878306943254,0.7718483358513928,0.9147724537334703,-0.9067199614757158],[-0.843287788133814,-1.685890563800706,-1.4551372701429883,1.1470142583552554,0.3269906446108493,1.0683883732908666,0.4939949546470457,0.17011304564570084,-1.0103297050849536,-0.14659692829385174,0.8992428450285516,0.8460714153485952,0.3151243718516251,-0.23579681612202227,-0.31675699425944576,-1.882675346230138,-0.4452586424097674,0.9779698210314729,-0.3964580784578854,-0.3739727849062437,0.01248404991536178,-0.1443657420710969,-0.8316884327189245,-0.5899828287764617,-2.0510524388260487,0.6212098275325677,-1.7919588051758355,-0.264255243130149,-0.8136515992974075,-0.2814291730362477,0.7389321385606787,-0.2933084806373988,-1.1211824019351777,0.3495902495723691,0.013132375922132162,-1.0460184421897967,0.5033182180617704,0.805238978044367,-0.2622570829095156,0.6880559127311219,0.3080149625067991,0.11462364200297899,0.9900874838331183,-0.8379894528748221,-0.25768735804775855,0.7192437705126227,0.6347440581003936,-1.925505242840922,0.7678907732765066,0.5015079550072042],[0.3448705249479511,-0.9802974058971813,-2.275228699565349,0.8136373787985498,-1.2804989431146656,-0.1320590621698317,1.0350979016637336,-1.8532931881960957,-1.3209418978033975,0.4566986781340755,1.100125487511679,0.9791103105567155,0.2032718113208014,-0.41831470540553595,-1.3178278982375358,-0.8755976724601632,-0.6051410628046298,-0.9205598102350925,0.8413738926391701,0.8947202782234078,0.02757604402903455,-0.3060786508393199,0.5659638090322,-1.2512468855578138,-0.6743095654012903,-1.015864907170051,-1.996660141112857,-0.37336211465316277,0.24235033424534663,0.5870972681771712,0.8568499298801641,0.3101719415229627,-2.4933342805199596,-0.04289274203793685,-0.3088934432361411,0.807610379318651,-1.6007251515012269,-1.3090316417512915,-0.5938170713219783,-1.011342008756597,-0.02905590771672211,0.716131031574197,0.3215682880161292,-0.1370210059713678,0.9768871305461169,-0.2636536354875412,-0.31305259288292714,0.4106208127865041,-0.04485445370475713,-1.4927040218990846],[0.8545767180820191,-0.05165323420273572,0.3609693577133809,0.11627022457586886,-2.3437613109441227,1.0010338171415365,1.0949199584204152,0.01080165403277781,-1.754127031338013,-0.10138740514886889,-0.5102780288435074,-0.5599627006850859,0.054862465344379684,0.49314766139447225,-1.5088418346117316,-1.2203928525322938,-0.7941149341116728,-0.6300056960304448,-0.254306848932863,0.510222364622733,-0.4746713643599241,-0.3627690286225925,-0.3363438529686093,-0.8292530096885513,-1.9787188316111985,0.44953234743667697,-1.270755150311174,-0.4593105334778724,-0.6143425978491458,0.10598307970058567,-0.14353607795952547,-0.48871026050816135,-1.4859165572669302,0.8405275979972463,0.22260320421214824,-0.20733968353944246,-0.3614755306554512,-1.5258933249500206,-0.6171629622394434,0.534934807568727,-0.0679695635785568,0.6054929876227149,-0.2760050626966142,-1.7642020312422584,-0.21212873730795778,0.5218770941751658,-0.6301173951588163,0.31126833716768815,0.5765925262779757,-0.4797415773059956],[0.1759250172594903,-2.8227390834899215,-1.0129941373109845,0.6754106958012415,-1.818479552902789,0.5330309406285815,-0.41875704485274046,-0.08015765270832097,-0.9488423004501237,-1.4508036606994503,-1.0377198232021458,0.6527526076456944,0.2841784580387204,0.4777078293415149,0.42359077187318656,-0.02723101923044844,0.5382272676483368,-0.2718347420283455,0.8938235805847067,-2.6246404903444374,0.08193320053682204,-1.1662702982289557,-0.7011497082092434,0.15698070694008637,-1.4373782442509873,0.42499148146044413,0.4520414331658453,0.6685524814261785,0.12130312335817356,-0.272931603460434,0.4530956568016724,0.3285912855834637,0.8888125518861162,-1.8543920917630965,-2.92931222877268,0.24172931726595417,0.23612250433664284,0.10499525434690084,0.2368431977567433,0.8296169886711237,0.07974272839460593,-0.20544672316258897,0.34245342905990483,0.5211324811240555,-0.39424109389000683,-0.8244575302499646,0.8669663524366732,0.3701451283877526,0.716494208315079,-0.12026553209634007],[0.3358332965915486,-0.2682377709205772,-2.4871569721909466,-0.06193991069878172,-1.5826629917940502,-0.12219166578661814,-1.1902206440262166,-0.36237888012645114,-1.4763766474867193,-1.2427761305982945,0.47363814101385804,-1.7103631972324023,1.0227273071882352,0.19326298538911257,-0.2802559910252302,0.6064720358956988,0.03420416051314335,-0.696535526810575,-0.10559821322024682,-0.3570843437680184,0.9556231594288009,0.9775321355458956,-0.03499743214898208,1.056175023849958,-0.1836972061684749,0.0007769093201274024,-1.5994591208765587,-0.5870177807216096,-0.4691889983328699,-1.4782221555127715,-0.09725981935048866,-1.2015059484135444,-1.4279820397144634,-1.1343885499358595,-0.9211705768065706,-1.1306323464409682,-0.7984142260991005,-0.8222547935261348,1.1119827386611651,0.49981750999271524,0.6879045348311099,0.505771338761516,-0.5919205924654476,0.48908046032281655,0.00881317734588074,-0.9528688790532786,0.8321807238699231,-1.810960057161858,-1.3644920024403655,0.03680556658683066],[0.9566374731172532,1.02670378586438,-1.8390930509754457,-1.2548089342026314,0.8050517247531725,0.7613808292572493,0.004840286084594602,-0.04901805535254706,-0.3052312881791177,1.0071032412337402,-0.42279926081024816,0.16142806468196397,-0.7511192293856545,0.22867548700340942,-1.4703817119671885,0.037318250411907165,-0.041492545570782774,-0.8370532059984903,0.21087078745056811,-0.7474665063421861,0.2786443220536109,-0.2897723310562692,-0.09023844455764381,-0.35001475460875975,0.5766820385204702,-1.0279370492350395,-0.34803650301658207,0.5994552075507834,-1.5217449522735602,-1.3106412305849553,-1.5654681193704525,-0.020619628181192663,0.9417187762550199,0.5610104450340034,0.18742156040098248,0.20979339156276536,-0.7692310153782481,0.19770117932571513,0.4907813937489218,0.3927322761779058,0.24377797895027803,0.5964220443288314,-0.5007913309415458,-3.0800159191835803,-1.7558009084128219,0.293002594281733,-0.6678930895043534,-0.7746656595791647,-1.0375344986753203,-0.1147040352501172],[0.998578708316006,0.1351791812088516,-0.47335454540720323,-1.1126506464857155,0.5265857565872406,0.4200514287758514,-0.17961822711503292,-1.2386929083838896,0.4977014481252254,1.137433526594909,0.8124366649638539,-0.6607654606938257,-0.05779369457985592,0.5338695920963222,0.1905705568667079,0.6036563952326089,0.311415878203602,-0.21952191989164577,0.5409841710996404,-0.4959867167518679,-0.6843618631176634,0.32898434921977315,-0.49755863136628914,-0.6132163115424129,0.288129196649272,-0.5476152244476048,-0.03903454440515012,0.21578850594547092,0.15241800375859008,-1.0257921080981471,-1.147158025449323,0.1340979773664775,0.6270277597144557,0.3611142840148712,-0.4331475599358751,0.8168593917604202,-1.1567135335324363,-0.36350899688430277,-0.05860561515168194,-0.3257939991804708,-0.12531415749416736,-0.9692449823260606,0.7864500297598724,-2.098249960760592,-2.25129944729635,0.05457180741415538,0.6606961523887501,-0.7716486901471123,-0.6437512826618448,0.8510634055134965],[0.27840377365241176,0.2867255719228177,-0.15976681412413934,-0.39802441298358526,0.07935779655666475,0.23139259175465227,1.0023456475225934,-1.073566937291177,0.7921179675677941,-0.5643880405864152,-0.2665803125536233,0.3556819244556625,-0.13179792811849889,0.5569685137893259,-1.0796336876654091,0.5022551901259347,-0.9345018737024526,1.0783108301057618,0.9595261210538951,-0.7043804540056255,0.18426786174315882,0.06345228062096116,0.5081003953073147,-0.8663014857506032,0.006883824968924074,0.9763389825576622,-0.1989079480404958,0.7884053947802256,-0.9403092551970266,-0.30445870744320397,0.38618491765451907,0.7774927231451723,0.6747774965993804,0.8743266865189385,-0.7621162092451287,0.3367062717275843,-0.33960209327990215,0.6914578653964947,0.106078005881367,0.9042767910324465,-0.951234295347975,-1.0088075086086106,-0.24572650948024802,0.3545092410799677,0.44992625197935177,-0.15143718593405653,-0.43769433495347326,-0.661349431537309,-1.270862466673183,0.6961915634308578],[0.9806618118704417,-0.5727240695911581,0.017727326221270254,0.8731066417853369,-0.675222042767874,-2.525017438923139,0.5571548732058206,-1.1155037779408223,-0.12847224216764538,-0.1518521255031525,0.8269007712832203,-0.8134623950127438,-0.9196720947851676,0.11326585422899968,-0.93986568090636,0.3019042057012607,-0.5470473863859965,0.5053405984135475,0.5222255004550947,-0.05727029129266125,0.045897876299400626,-0.08376018351347761,0.8322981295924922,0.4850241865323236,-0.39388968420705595,0.6744546225213035,0.8312437178291966,-0.5862640294250316,-0.1572944993671883,0.37697905140972643,0.8278028615378952,0.629921162746935,0.8214221250256954,0.5980001409818705,0.7386731049917633,0.6745070211659052,-0.0529759885484176,0.6546809056715344,-0.5750527491997471,-0.8389885435341435,-0.4807928088409168,-1.3380198783556725,0.9977944962776697,-0.3695439810124497,-1.1343433376474248,-1.718533874970015,-2.5473907554676716,-1.0276054370320766,0.15896325257769908,0.714262498446501],[-0.1923292507981805,-0.4933934156424313,0.17012534402430432,0.8594683129919859,0.30641867908356074,-2.7240591553307603,1.0203029765915563,-0.6913608351653406,-0.6653323263634131,0.07897813638442665,-0.8069248080426363,0.30867906876544493,-1.3630551115974385,-0.6551344880832309,-0.3776828432054446,-0.14935947396812269,0.8939811509156987,0.08656657025978974,-0.0631962539290071,-0.4519547361259352,0.994718783686325,-1.849452035929693,-0.554197131601529,-0.9873106951218366,-0.6095197263740062,0.13372356837473084,0.9955035045049807,0.14385017428786984,0.9141828195033203,0.8059704145730691,-0.2668953443436156,-0.21243356620737416,0.12437901870045644,-0.2809766539649882,-0.09847586379266302,0.24507697043966395,0.996950809955633,-0.9413990570682826,0.4430583381895585,0.9265068383923332,-1.7806748506115972,0.2233125582283922,-0.5016442834504158,0.9927998014592145,-2.553151223018952,-0.6366451400156614,-1.088705998788853,-3.1981477885608176,-0.45746191021793997,0.5704116290103081],[0.879477135584653,-1.5889082355851063,-1.7683635067510042,0.23522849507038318,0.14679865903639636,0.9524079304017957,-0.14692222217829012,-0.42081503335130677,0.4330647766051618,0.21458926435891773,1.2402442836693608,-1.722049322303527,0.7072112654036355,-0.13440350524853578,0.6123300509843258,0.2907713095012911,-0.30573419287163883,0.38689666847999926,-0.767643100075414,-0.29680562476846917,-2.924773757187504,0.6620901856372485,-1.3332312561687343,-1.400132249094722,0.41181352265256266,-0.9068453260693953,-1.344509902730607,-0.941806094578987,-0.6339018894136143,0.753198188020353,0.21230399517205548,-0.49123971796674265,-0.35549166786917774,0.8584405497842351,-1.053117912995192,-0.7821259864187385,-0.06572020419615775,-1.0865297754828753,-0.3944886079013896,-0.5543122817955101,-0.7711247309282642,0.3860916858788291,-1.0136609473957154,0.3063059194053132,0.48248116600264473,-2.2833190135635317,-0.4551296489394275,0.6192847524675585,0.3369043712190642,0.30431699174959315],[0.8191691373431542,-0.7666448034776543,-1.911110471838702,1.1025157464264916,0.28861672383866716,0.6476352443943483,-0.019780732188068372,0.11050372793348007,0.5775376948834412,-0.24568096307281528,0.5672286898065201,-1.6010446207306837,0.8423795662052086,-0.6546547961942057,1.1466026432008725,0.7973930668306394,0.30806824576758496,-0.9792986051045294,0.23379912539330422,-0.12152056063898595,-2.5218242950848935,0.0336772727877578,-0.3914515671564913,-1.308178711610042,0.015783321227394558,0.24183394624743199,-1.325803107738784,-1.0804111194481671,-1.631201841848245,0.9108989236158141,0.7022082570154651,-0.8955030898516483,-0.15452528363924348,0.37977797114775436,-0.4865089104900058,-0.15857455168371243,-0.15982953307765743,-0.9248324348549516,-0.41751463443820075,-0.34704351885373486,-0.4265282035320084,0.8462619267841769,-0.785168909798013,-0.7098314927166366,-0.14967708621156176,-1.5346821820703294,0.44331627978030924,0.2634143132511644,0.472356782850824,0.417035001131173],[-1.085396946178763,0.9850306984284292,-0.3764578806229145,-0.988393080399007,-0.47980218396643187,-0.5367147654849277,0.26217877396199607,-1.1937850003730597,0.7525349918748245,-0.8987014829990223,-0.21345253218413396,-0.28825657770234697,-0.692473402169039,-0.5254142946370189,0.8731407409264199,0.2800995693392731,0.6386806915671623,-0.6534720932093778,-0.5436775149655082,-0.12089269125636858,-0.16685955746472605,-0.5991770745691488,-1.3713422927049095,-0.44470249870312084,-0.30269163580835884,0.2821800953777581,0.38079885925753176,-2.0714465151830814,0.9142333500428417,-0.7832239596121372,-0.6108772547181968,0.8899207327363747,0.36389341344162546,-0.23383678733811955,-0.7887987130959122,0.987562745897789,0.9352010001366271,-1.0602737049979298,-1.2541006536016441,-1.5776567749222166,0.46476311711924545,-0.853622441207015,-0.5081198870105528,0.20893918569532297,0.09400027306065946,-1.497363380229636,0.9812961005431963,-1.7511651465816445,-0.10287620919745741,-0.37154647170251554],[-0.6688352612929873,0.15780105926476434,-0.9217114372395435,-0.011408609099109032,0.8423757533907151,0.08914659403402045,0.47864024448766174,0.35300817603770274,0.7140801269065835,-0.2678727070198029,0.6321287869271432,-0.3894207557964371,-0.5109990272152638,-0.6589599744917596,-0.37526049464866795,-0.7493947374419435,0.5062018295242304,0.7626023312301695,-0.3507709264147858,0.7925933119455267,-0.40686828446680895,-0.32287026832561155,-0.9847059466259122,-0.3223882328070062,-0.8955495339651849,-0.2904242991769422,0.7970053880742166,0.6850898418504527,-0.41811209516460673,0.18638460388375025,0.6163964701840463,0.7905045792727673,0.05509081004813341,0.834599323930897,-0.5072734345280455,-0.3218386895728507,-0.04646878381230898,-0.39923475339662595,-0.8405591977944343,-0.8067983829628753,-0.5334507478519853,-1.540506081462136,-0.29994019881874956,-0.005632022347153888,0.9078292073193189,-0.9199806560870123,-0.6973628431550322,0.10665276543031878,0.3952260111458706,-0.04187990634531234],[0.6233518353636335,-0.2314895785916358,-1.1342039398884127,-0.868030085974997,0.4572611351906063,-0.9465892307124336,-0.8375831919209514,-0.26970118325783843,-0.522888800350146,-0.6420318291642114,-0.0667690800278272,-0.5885721662281537,0.9849838142775035,0.7468759378804909,0.8412369801353775,-0.22413476247900185,0.6468379089276165,0.5674470557739066,-0.7635624138323022,0.2777066804218696,0.06964483838611757,0.3902605542056889,-1.5367183954780583,0.20302208751764972,-0.9188852213069163,0.7037544487663736,0.4081846278165721,-1.8305009719247707,-0.4422652319039359,-0.41744485691388605,-0.5380610895621717,-0.3464189429199285,-0.4858656409572418,-0.42874515565192406,0.4566979143441605,-0.9416001558814928,0.696814265928818,-0.7139804039262707,0.16371502591618853,-0.7559178052477092,-0.18737938149609032,0.06690484225811442,-0.018447968021801257,-0.2349182683195512,0.20504097824157838,-0.8229579174769004,-0.8044163704201142,-0.22951796676720504,-0.27112006364782537,-0.8709256455374083],[0.44598483768642716,-0.35084415907134464,0.39330820435686875,-0.04437566777759544,1.0623320519562178,0.001236009283065007,-0.2529587312668512,-0.8475092126697846,0.6571766985148924,0.08641071500541482,-0.473209434854453,0.8054870386523322,0.7698486633893107,0.4916810491913031,-0.8949021321099846,-0.5930342262128327,-0.589369084438176,-0.44665850898901027,-0.2772468961866794,0.09409164044935356,0.5215401403061429,0.7748769945195028,-0.4888773697957959,0.21835568398637473,-0.4742080197282795,-0.41938225525190137,0.1952843692002462,-1.1557824937822974,0.3449792657339546,-0.4822181410795207,0.15165899588125079,0.8506193205729632,-0.8812793452785609,0.44081298132514796,0.6248281394139994,0.19499547341584253,0.4441631415127066,-0.624282636670305,0.05702756578275615,1.0132820314328623,-0.7159359677958327,-0.15767790475553872,0.43957693837378065,0.19368208341293602,-0.06078403600822741,0.2593768551741882,-1.0813229615871764,-0.6133341428202251,-0.08601566807588325,0.628547078856033],[0.9949142458788842,0.15161094992639618,0.5155033815235467,0.3350396339743914,-0.45310581196197486,-0.11104644540989671,0.049261127782233224,-0.6725557106341019,0.15047166982061275,0.2326227435286791,0.09595019719443545,-0.03393025921081086,-0.22562095000573712,-0.7450466394057338,0.36214527678082986,0.042509230144230394,-1.0387676024286743,-0.2721714178369597,-0.22458879819235428,-0.7066633016881241,-0.11641154988645402,0.47976277891626035,-0.6534917060918035,-0.362716548199845,-0.4031858251443287,-0.007972876084021708,-0.439039780530299,0.018483775941272047,0.8442395258720021,-0.1690073130159065,-0.1489018156326283,-1.0858758887413154,0.8890562620654336,0.6605311891431885,0.5567525480329159,-0.7140317683403068,-0.0026776070345503216,-0.34066868329321376,-0.6485231135319005,0.1067249586418897,0.40931556215582726,0.4848433757206736,-0.12778180276194523,-0.13971872891474918,0.16844343610854529,-0.6236471646420191,-1.1406036150817012,-0.019986674062870996,-0.38103328792102215,-0.7039559762413367],[0.9846599895894974,0.6517597074366961,0.06327677121348572,0.5397616916957135,-0.8906099649069669,1.0433988473296376,-1.140594442546196,0.7272209408239548,-0.1482253758040641,-0.19705085682053142,-0.5230941724227541,-0.49285812602451523,-0.39996338027339234,-0.19843485895424137,0.05486269815413787,-0.2722460090560579,-1.2065810916418833,-1.3858283391842972,0.8801627688619088,0.44841627420052027,-0.43150037774748884,0.6730493899318268,-1.0051891257656984,0.3918033470677635,-1.512745996159637,1.1392808905778642,-0.5584814816392926,0.6375433159657545,0.8134646136417538,-1.4226581921174328,0.90172880595924,0.1503703073804274,-0.5117070949662944,0.6504197855527428,-0.4409651247889897,-0.631152267214631,-0.19093120449020037,0.8006110015505201,-0.7773269872867309,0.4640602407911563,0.7809009316333871,0.7213794618684507,1.229978221670727,-0.7892072528794002,0.8360562097226232,0.7302960368563574,-0.011213775004922244,0.8369884677161143,0.29756934082436004,0.1050972298917386],[-0.518656141870976,-0.2021503651202945,0.7273898676462002,-0.2590579015871447,-1.0347039511013087,-0.608571271468256,0.5626094359828666,-0.9544510863593866,-0.012409171875315528,-0.05588145501041437,-0.7089006134685099,0.7398530042527346,0.9272401296719963,-1.1979165333308852,-0.12217124879921105,0.9392528688645027,0.0006098997759136088,-0.4397696146693732,-0.20508751612895676,0.15634799174254216,0.872452573700259,-0.39696724820197576,-0.8199446155595229,1.1177267594445746,0.2924625847018364,-0.33632341499564516,-0.9623621022580109,-0.27671737228730253,-0.23369054748935994,0.6181275123573445,-0.2678779910630339,-0.018861256965535336,0.6075189356642502,-0.1979571902908899,0.6106251321231221,0.8476731853823459,-0.2345264038226052,0.123000605456203,-0.061036013626686786,-0.19065728970778695,-0.2565268474878626,0.6839602350845082,0.6144633830671165,-1.0277284712935473,0.2549293117354405,0.18610011706389845,-0.3849468519205021,0.2645825898551481,0.28188829433301793,0.2526127397333552],[-0.6268681558019397,0.13053432835924503,-1.180842970139667,-0.33187589141674534,-0.7061877860032966,0.10080113776507633,0.7893658783741174,0.6550932766272337,0.9196762555401281,-0.6743365105396762,-0.5537359596659518,0.5738886223380252,-0.7438616282393858,-1.023925063262086,-0.5894994830826523,-0.27592400535641964,0.3722937122318875,-1.6637777819503274,-2.6150606048623777,0.15520873240652153,0.1322539242066975,0.7648452957701174,-0.4800721277464226,0.8276357676428517,-0.008062403929399473,-0.9992729486599867,-0.32501327195284835,-0.17395331560814034,0.11373448101539405,0.6713585417230987,0.7491406478892559,0.4833738498173568,-0.5029101271814952,0.5656545560822255,-1.3695233468673422,-1.6095379059722519,-0.4468957622320344,-0.8302516194912656,-0.5951000590661047,0.25557028167631474,-0.7444701593683263,-0.19919217774682726,-0.550769763999217,-0.5851169213514915,-0.03458668348971119,0.32535133580112735,-1.9155260538278023,-0.8043824349211909,0.9241763067804016,0.9139605420147932],[0.9130604328274947,-0.6064475611737943,0.6939407477874412,-0.3511583986400566,-0.5833325765507128,0.1644979016858421,-1.7663981211435305,0.47516015216717766,-0.5447855466409237,-0.06440791678732072,-2.8913723853688675,0.7495155276526781,0.05918019263467283,-1.4940140381884053,0.35017234478533193,0.9685752997999794,-0.4633327909613471,-1.3327978406733838,-0.8823658179798993,0.414467776324601,-0.26179467526446837,0.6765816201928602,0.3672584915852862,1.0148198007818634,0.9569491421401091,-0.6822770076590333,0.8010260332416358,0.04391515235879363,-2.146011408310772,0.2874570953333686,0.5630040062227085,-0.9261141707266414,-0.11259840426274023,-0.6605962549271185,-1.718894835186055,-2.689966660298302,-0.012035455281280144,0.7403164868900082,0.7585612790322899,-1.1512744244587252,-1.3038619176634672,-0.5617392824038558,-0.7322861778304136,-0.4952133312039052,-0.23835028341813835,-0.32394058507537354,-0.5176898748491726,-1.5573854670037177,-0.1605263843000761,0.35787144084144035],[-1.1792284683520473,-0.10976571815880515,-1.8098057004547892,0.38745718195969336,0.6699258255318105,0.2210598132951664,0.407623060855353,-0.6697311177965706,0.4365819855340587,-0.4796615482767701,-0.5106120304101578,-0.5019066759909857,-1.3148207221248978,-0.9485974127179863,-0.45271092858861267,0.7234348969036359,-0.6417133114404344,0.0011318357622076732,-0.3627110274027333,0.20324616423838443,0.36042080362883266,-1.0708515900752609,-1.4970668756090117,0.8583261714746114,0.9913667288614881,0.9437593990046871,0.5129340212696981,-1.355311131706351,0.6364118116535675,-1.2711675460021952,-1.6642001252456378,0.6150852592241658,-1.763440798705035,-1.280174996082837,-1.3824249849536792,-0.4483887792945199,-1.2650375871961763,-0.5401513325721687,0.897558418861115,0.3816742305334823,0.19177737739400713,0.5689691626790203,0.5450029062749541,-0.09267776158349109,-1.170831222725895,0.7313194971581859,-0.2804489575070963,0.5993601077606331,-1.0232082333348285,-0.35675661235474476],[-0.9038427548458597,-0.7020307276575015,-2.005491914293516,0.03036523512101396,-0.5568391574469911,-0.41897669701300255,0.19181839370734172,0.07962104293877165,-0.7480293461093509,0.3689097640010335,0.4411885739886803,0.2688371008345663,-1.3704684819809345,0.1285000125096638,0.9686778031455866,0.9084408014838159,-1.9016547444330385,-1.0526761848751596,-0.3307574313425258,0.7325648165513098,-1.6951261000254316,0.5361898810370053,-2.081672039804939,-0.5651993419623602,-0.08225445444228703,0.40384700909310045,-0.39544971491104663,-1.5809870533003592,0.23413486175216813,-1.0059033289675725,-2.2387925126738004,-0.4018561573802503,-1.3275054494478031,-0.4533740958157966,-0.6235038802746454,0.2458935390248006,0.9471215454307278,-0.4417487198138167,-0.16831300318664125,-0.5557762082729962,-1.1588795763848485,0.03143769135176842,0.6281689301043395,0.4327518604707963,0.8612748191832553,-0.21559314304413524,0.47789095887741956,-0.8526516198803803,-0.009874677479857541,0.46208188074148876],[0.29266381669941044,0.2634048262689802,-0.9217074891316224,-0.686196474352845,0.18296132309023758,0.6673094885410996,-0.6522012269622911,-1.5113265261320945,0.028555954509690017,-0.14847763735219652,0.7190073877311027,0.5259130321220177,0.43055365936470147,-1.1313713474139013,-0.5300667105060131,0.5858385627691842,-0.9858550536597328,-0.3808414398363353,0.8173869549151355,0.5453861969816568,-0.4734275180068504,0.10076675213312584,0.4679291990110369,-0.20914381417172057,0.41216413373757554,-0.8576907010729703,-0.04259754647814228,0.05118729944743546,-0.563251772155998,-0.6077325636890715,-0.6756184758366264,-1.1890512594128193,-2.0498250144361108,-0.5806762594429974,-0.6000439950632747,-1.1897905822669121,-2.050991112669791,-0.010720527511159851,0.3675217295144528,-1.1245484583937888,-2.7168763876165434,-0.8399868915888093,-0.9773487598191344,-0.3703818493481035,0.37860278518172624,-1.522199952143012,-1.5274902284052283,0.9015464478157924,0.5515625661574637,0.05700770400228274],[0.019240449062522983,-0.10867140518652434,-0.4952440290454864,0.5985183553156468,-0.6791298421804233,-0.13346266379530922,0.7875645871400394,0.8442641589645118,0.40338011347733566,0.6845681447127376,0.48536671754733374,0.272169556142969,1.0145984339808174,-1.1436024097260276,-0.025053753516573154,0.41886541966631047,0.280210020808445,0.8511400443070912,0.9923769484463822,0.06010263759903733,0.3763276690687822,-0.12271026557281445,-0.6634708951956731,-0.8117583245006954,0.3156489285235456,-0.5536822767014073,-1.2379405262296366,0.4686691837267973,-0.009740408867188912,0.9773388890864992,0.9765474705993585,-0.16106236440173738,0.7384379194621244,-0.6029281397893295,0.7009744391113243,0.9416021646444704,-0.4266870316790536,-0.000590881026530574,-1.0369724004539103,-0.32794410442807415,-0.6528402539015177,-0.9946917825055364,0.056112495092225594,-0.0646124460277372,0.7693155594259139,-1.4668713775181204,-1.303220763794164,-0.9014637588484394,0.02309573721631567,0.029942874674443537],[-0.7363773377783183,-0.23082524003253133,-0.7115191650176406,0.7725268886253832,0.7612131531836955,0.8948033963096627,-1.054664241129232,0.22692000561210693,0.2562674258062175,0.5408294407292734,-0.28074214603028674,-0.6288651659966757,0.3874796834996688,-0.11399335152530628,-0.3106188926140283,-0.7658223721976949,0.04776992519519654,0.14292476303687487,0.6814736994430315,0.4763924382811882,-0.43768541576535297,-1.2890663164228586,0.7773809998762906,0.6956271776452319,-0.9083998764574548,-1.0211497741325823,-0.24781715014540048,0.83908524877066,0.3783745664256282,-0.7911489141320117,-1.112758438207581,-0.8794907020830063,-0.34766212049286566,0.8457055033199276,0.7125969797707374,0.47427931895803993,-0.27697318885700667,-0.41479686003095884,0.4052160891261728,0.3716184474087616,-1.608239810637557,0.44180879782055166,-0.8829469730785079,0.9114299096907335,1.297751316136433,-0.6388180247064668,-0.557983431382106,-0.20095031790822115,-0.1809082268478086,-0.36483782815228016],[-0.6387164987786814,-1.0590991238553826,0.9099498670639464,0.7954369849562977,0.6651221539467652,-0.5019731521274664,0.10515332515909843,0.9182492626304114,-0.9938869551545225,0.7117731775597052,-0.7861073304457594,0.5279417282859052,0.10156199026577574,-0.9140321673539095,-1.5306760013595067,0.1525300648720142,-0.5305789645367242,-0.4397238990608998,-0.08835733762293323,0.4800710644763698,-0.3605032998941743,-1.5268805803515964,0.4653424648316136,-0.4901719792627378,-0.7351961836961942,-0.1766366707754903,-0.5712702994725323,0.14259868786241608,-0.9214402602921138,-0.5553256997549956,0.443292991155758,0.540884473515326,-2.694335232113455,0.30028454309204333,-0.4727241150908598,-0.4263968822539839,-1.2139070695270704,-1.0160507594588573,0.9819292652125398,0.4052392035378913,-1.692444336964839,0.8251829398055376,0.20977224851978102,0.2973781504402715,-0.7002517262142496,-1.0329291296386918,-0.4558891752269811,-0.17515565384900542,0.6064424971263852,-0.30478035026440986],[0.5425485732272941,-0.25255721018778254,-0.3482384056797623,-0.28380267651118196,-0.08503402195006532,0.4040929308413642,-0.8911950303765761,0.51132278345802,-0.1405506137864558,0.6328328754490495,0.08341133336973416,0.8477816284739628,-0.7219798757104032,0.1349749921097824,0.63633289694036,0.1734495568220502,0.8477452473131148,-0.03712997220254232,0.5115380160533165,-0.44075832243394913,0.32132121795299545,-1.177151273856683,0.28614176987982015,-0.14809119437920698,0.1968739319793937,0.03265261025967473,0.7656741875106595,0.5675110626350206,-1.0219585046436341,0.5794206671129809,0.28334389084541056,-1.2263264418142095,0.6836083043886354,-0.38864921177557604,0.35166385857102117,-0.7447515187316852,-0.5848917773524638,0.11780205018724912,0.6723006434912757,-1.0255099690866698,-0.8308145260473108,-0.7460462295118409,-0.5917639554027073,0.3231236343220846,-0.9396539591347617,0.058130203291133935,-0.9181899102087736,0.2145685493951223,-0.8900375249523026,0.28794400907667095],[-0.5898021564949093,0.9723660229008052,-1.0492470421538682,-0.9078736682917747,-0.3765667316139058,0.7344437171553528,-1.025179608378639,-0.2519723280566335,-0.8812346000911603,0.5772468905141499,0.7763911941552445,0.10020229783691677,0.9364332279516013,0.9146534067167337,0.2633906988820536,-0.33769032852722686,-0.5734099310955808,0.007097432125420221,0.5109953773804553,0.9707101223927853,-0.447018670002957,-0.512914983806129,-0.19644324395246562,-0.14387571649540812,-0.66965170450816,0.17474561172759734,-0.8096577914483271,-1.3370182885358537,0.17043462596586534,0.17388209651937092,-1.1444970674254007,-2.1855577237177255,0.6461470781606024,-0.6463076900772643,-0.40521945981645324,-0.07303387223660178,0.13205419777146532,0.6389552106264557,0.4275052752219862,-1.53728955913992,-1.0840335526273515,0.05669913845612628,0.5972570841403521,0.12688415110373222,0.8287232171610569,0.5833382594497477,0.8405547374758525,-0.20889139192361839,-0.5246980321535264,0.1961223307304007],[-0.43510324608910383,0.8503340093661557,-0.16481078979422206,-0.8212442145229015,0.1380855246687509,-0.30323721956019284,-0.5165008718822148,-0.5294274175527424,0.4547603429893122,-0.2519754660144014,-0.24411892935524082,-0.9302797260635719,0.7588972871343306,-0.18715402692292657,-0.7482083809331563,-0.4849081495180325,0.00956725580966379,0.7833070304727662,0.053824517989157175,-0.20943042731029013,-0.16747024525330914,-0.3920827333385329,-0.976225921018349,-0.40236973563667633,0.10243223191059114,-0.5572181616931818,-0.47746215175185713,-0.28578416720583705,-0.4596981175732031,0.9905737729924582,-0.8821913393922612,-0.5003166582685545,0.5738016006805025,-0.918346888767844,0.13987836004665766,0.8465211538802337,-0.8749345971873302,-0.002949087987682161,-0.35662293353967406,0.27843939750090824,0.412929913805113,-0.6204103831062144,0.08507405829126019,0.9353296347986516,-0.12965843334713423,-0.1490984835053097,0.4633986183196964,0.07469401753103415,-0.4676067374145941,-1.7489304093251277],[-0.09169516513754519,-1.7529598953169017,0.38895801891139536,0.6159669489022324,0.12772072435937146,-0.5521547925177662,-3.448459185678444,1.000618314907696,-2.201916074375179,-1.8543857225471394,0.6616848471046297,-1.0171756473752969,0.14400703259796527,-0.08991985030927037,-3.112143648272074,1.1186871153090485,0.7431751092592233,0.8073685904799526,-1.388491977307463,1.014291647857922,-0.5060760504601303,-0.250637639238435,-2.260795822972581,0.3988523787269535,-1.8902455211667857,-0.34827883658893294,-1.5195861581305508,0.6496625268214641,-0.5583534841287429,-0.4866015168112139,-0.36942915352995104,0.6705562628916208,0.4851751633457729,-0.504122327641105,-0.013930961744378354,0.6518132033348364,-0.1092165081585246,0.4367660532058987,0.2562423472969212,-0.3606238249080409,0.6509740811419156,-0.27990444131764,-1.2121604466679705,0.13264051940042895,0.4887365657212386,-0.3685264141383747,1.065335033996616,0.02097078281177276,-0.4969581831270893,-0.5098224091229848],[-0.0672864699837178,-1.3684339356883126,-1.7065318528249112,-0.1422481531551229,-0.37403045590474915,-0.19920583215206938,-1.0723487277027006,-0.6525818061174301,-1.4229174488890444,0.5956778544969148,0.9921806462544142,-1.7011045682626034,-1.0527463080403097,-0.0675325536172849,-0.888850171558166,1.3965116644755893,-0.7034839127820316,-0.07076961727045786,0.25424215532843314,-0.2301349623122098,-0.38656155899274336,0.49795629297947536,-0.5143078892928189,0.8447945824737023,-1.887799322567023,0.9307694324171712,-0.5770487547919769,-0.4026167750048861,-0.5859439655579373,0.7594844829646022,1.7729754816662437,0.9995965474512101,-0.8835347788357465,-0.1271683405490701,-1.1001933380753712,-0.3220116842570684,-0.5481580827023484,0.8875030584978543,-0.8108034218671978,0.23073742942082476,1.1949769838467887,-1.1214786422091554,0.44130172718040467,0.11838991983651533,0.8514510925898934,-0.3319196775202153,0.9400876535361279,0.8834349221363094,0.9008429113715988,0.21832673209614825],[0.08177068405588772,0.8074693519507204,-0.6537273029335949,-0.33935037166703413,-1.2712809560419214,-1.1080019704211987,0.09839356786447602,-1.4173791362468575,0.22287110140062932,-0.014009047051224976,-0.3623661865405611,-0.8802017137091844,-0.20886920641378517,-1.0827415585893143,0.23825961667003298,-0.012790004959050139,0.9845256558232414,-0.537597735932316,0.3430209937011748,0.6186149467384834,0.06836462908903901,-0.37957645235157744,-0.8402161272933354,0.45444037043544255,0.7108006890524169,-0.029852889980148557,-0.5739781415633598,-0.016143570485328565,0.18220055825374307,-0.4140337259720092,0.31832036671631475,-0.2840577227591143,-0.4352389977398376,-0.09946206072513686,-0.14262276883861358,-1.7243274501498336,-1.7466917084821034,0.16332519851254743,-0.12323326621715469,-0.42575738601184965,0.25220659646293564,0.5328176685069169,-0.08745650299360044,-1.8398153695519255,-0.6113900453062575,-1.0425791474865702,0.7645074199160433,-0.0029777271231899455,-0.7844821273626138,-1.507751126271903],[-1.2857860064696514,0.44336163144353086,-0.638235995248717,0.029161740316864918,0.6437505341184352,-0.39964372617797694,0.7879167877185982,-2.0691422774180803,-0.46221684171124267,-0.6913158708861586,-1.7625023679980243,0.4177584893282423,0.994993911135006,-0.3001127439137793,-0.5942900280661114,-0.620754205361785,0.7681550251110753,-0.6881470085927375,0.41042357197873375,-1.1629685989597964,0.44636767627682505,-0.33831521803318104,0.40530789055291727,-0.45489186391136205,0.10038513661646514,-0.00821867501941633,0.6432496627153594,-1.5837958430455146,0.9923486550325886,-0.06256992032447178,-0.5574385913083031,-1.3087500221786925,0.44079930562737724,0.244785455046582,0.3664195343259136,0.5847367634339182,0.9892016138571319,1.0185604772702026,-0.3271021805731058,0.3531649872106687,0.4735436226336606,-0.8748522095620994,-0.24783163194790156,-0.6210379329660466,-1.7365849699686005,-0.6280935904602477,0.10898143778704625,0.7585087392406278,-0.22082309344485476,-1.6576143423210004],[-0.3776487541807549,0.33642362787903074,-0.011670938679976983,-0.23582769234083276,0.7732129734507461,0.8136260559322154,0.14447699168666742,0.378110992596258,-0.16456766500665942,-0.1845958998283831,-1.945949605623503,0.7456879339946283,-0.580282913780823,0.14397952923699242,0.9630651723083667,0.9514301504145329,-0.040046608601878836,0.2278327709136809,-0.24481796474314593,-0.6808034287630947,-0.5033786071091647,-0.5344420902724187,0.5631722006791544,-0.8015095465965384,-0.01784871781264932,0.7248860759072269,-0.6278314437294902,0.08327347470840296,-0.33683579476268494,0.08659747765261412,-0.7482838146651145,-2.1750796643990165,0.9380096904108371,-0.12644449135483143,-1.383690708236403,0.14819569934768625,0.7910171181392133,-0.6962802480475442,0.24859643973279205,-0.8460241364400675,-0.7609061919911821,-0.12651016106507404,1.0200375381191022,-0.8118524767529053,-0.2750535041817374,-1.0561584197193226,-0.6470766499489203,0.1856238048453425,0.13851163213305842,-1.3981116695716342],[-1.8001294474724314,-0.1712077668378326,-0.14219692237031506,-0.7089050689197188,1.0277526903264402,-0.13760197060998072,0.6618780382129714,-1.7514547799171798,-0.22469847401561682,-0.1662997395421781,0.4246584216366225,-0.9917366776217146,-0.0312016120907844,-0.964775669293886,-0.7793605406203904,-0.6047662694055499,-1.037522741088648,-0.10281643533345124,-0.08712586298689072,-0.21194997644314167,-0.3072311102317112,0.25880450020465545,0.6291093299493676,0.17241180983564805,-0.12574387829657618,0.39994148511088234,0.2958181934811167,-0.1159311571563923,-0.2949514359528327,0.6724480939256171,-0.24045597644600517,-1.3182943617468783,0.5370117167619771,-0.22585638974433064,0.6120060394387217,-1.121139567017285,0.6905201003743303,-0.6529087763914845,-2.0380904585947497,0.839977435538054,-0.24497720837090214,-0.34753738324985145,-1.9568892016895019,-1.6270972812560702,0.33741406554328446,-0.3521366670134986,0.4062533878486389,0.12722774951881582,0.28233246404708434,-0.10687861941127723],[0.143647820122765,0.5613152023011696,0.5275662163733796,-0.2550210665382737,0.4724242530356349,0.2505539211824366,0.3338979877576857,-1.8149129319108628,-1.203113018135089,0.26596227967232294,0.018281012460890523,0.503265330755689,0.21578749566238276,0.26858644271865884,-0.2505722614553441,-0.44007758801247543,-0.9425996128451402,0.04002835673910233,0.9623346558638846,0.8915371754629585,-0.8402650026686205,0.5358227802889902,-0.8510651799345247,0.9627605720447502,-0.4808546663541723,-1.3739140023932042,0.8624304633869878,-0.2219022203375749,0.9673386186925506,0.9178640069747521,-0.8978138168511778,0.7598374066078174,-0.5116471661209053,-0.9615169463678253,0.3152770755511639,0.26549952975351176,-0.6240060712018666,0.06637549353653006,-0.6712895006504708,1.0127908263644392,0.4837580688514891,-0.023660642982990126,-0.8368425864803537,-0.13478054027800832,-0.7164563973092756,0.3223603266139625,-0.7950615953197524,0.9550684787368457,-0.8717092576246036,0.6761236594269316],[0.33626741011252215,0.7519817790694159,-0.5982780084564882,0.7409642802150889,-1.2192553936721258,0.24073712771019234,0.563268937316865,-0.8355859869662192,-0.0502983195671777,-0.574939777625606,0.7627186307772256,-1.1191970163915475,0.21048573188047495,-0.8585887700981191,0.9188556334248632,0.3530671783164029,-0.9812722661105726,0.8466021686063763,-0.20879478095489362,-0.3759585015473311,-0.6140578850498856,-0.5339716526729471,0.6044978646387709,-1.0091369762640123,-0.4035533005220242,-0.9756027861006521,0.9174706144340937,-0.4835848082333391,-0.7021064601959254,0.019041611852317876,0.614798004199307,-0.3818754634491267,0.6391888786841213,0.5858859782730969,-0.32080222907835776,-1.2590297633738587,-0.043381956637932005,0.30000721119921603,-0.5036977731733608,0.5578496906770251,-0.7831485580887997,-0.20073955596848464,0.2075232845155381,-0.4254834006653747,0.34476837332197885,-1.1072199850569628,-0.1950346585179264,-0.15220450803771404,0.2777905864001528,-0.6671963984564948],[0.6522298148545964,-0.15891465540969707,0.997239056239163,0.8760572361340944,-0.23898727702850286,-0.09021878684190165,0.39922683519604585,0.04934778670923146,-0.5642533526063951,-0.4049207982065508,-0.08955565860212628,-0.19952818857090038,0.23157471602843452,-0.290298133025104,0.7299560197868915,-0.9819940198817403,-1.0463620282923642,-0.6910309655397913,-0.39562652401062937,-0.29151198268587203,-1.1360810286764926,0.37888606603850555,0.6145404167133255,-0.15603139056960907,0.8268320090464639,0.19790417627685802,-0.5422385580821987,-1.3132397346525846,0.004192964143659332,0.6128778384205879,-0.21704307725047858,-0.3203064154026349,0.3411630525138685,0.026775536927222333,-0.5420925067690396,-1.5134725439494368,-0.027772715121437908,0.880148581251962,-1.2408532215691934,0.4708296079698021,0.1593128324523842,0.8783409824413974,0.10332297439989298,-0.14538367688813794,0.8834036011051942,0.3432073864873994,-0.45360818775897344,0.11763922229523227,-0.5743160365839154,-0.21051486754271576],[0.3085153218719118,-0.6265440274501624,-0.16535710710635937,-0.3497932514846496,-0.4891624547143413,-0.9027576763831537,0.7710064234234651,0.005989843795333311,-0.502625097164619,-0.10039785014994655,-0.07798450025237774,0.017105325491318938,-0.31202897712838484,-0.13644624209047254,0.24524429895008862,0.21827223330162204,-1.7648038795855296,-0.5214204377579414,-0.4700401244108708,0.376182630086792,-1.0077196270544415,-1.0755553637529829,0.3427283256121537,-0.47806856836657224,-0.6332938296433169,-1.1367354368499307,0.337751057939821,-0.18507182341417508,-0.9063013145494194,-0.6535467173142828,0.31727294406685114,-2.586461082316924,-2.200974922538873,-0.8478509453813097,0.6652700162385178,-2.5310438476739137,0.06771018320900127,0.941011638765974,-0.3206106036240502,-1.2629303769703135,0.6987842778780723,-1.6506090444705173,0.24285388530830257,0.13484057707864966,0.4378756491343756,0.2918870314466021,0.3066086786388459,0.5247365661719845,0.8555291186437042,0.09297024787398253],[-0.26013592069919056,-0.6011262303840481,-0.5979004105457585,-0.700666891146534,0.384250754070447,-1.9931992149764384,-0.055658046444840334,0.3687262279428763,0.11434141542977604,0.9325465961466866,-0.26165063372557895,-0.07632275183566978,0.8367506604750776,0.1274410098752088,-0.3105949562090721,-0.8699367492717788,-1.3765973973363095,0.3007234917827613,0.6458626138790404,-0.7493928272844432,-0.24248499585042252,-0.8330055824895027,0.3470058550992181,-0.24974802866709447,0.5589849378921525,-1.1170842001905037,-0.6276390660250418,-1.569714691186518,0.6497355984197947,-0.7055603005144686,0.9929967456520468,-0.9398178481804225,-0.11568509455304674,0.7410877784039956,-0.8493263710573428,-1.381126689141905,0.44852204016074737,-0.11299726442728185,-0.9760491796502544,-1.3402804903192018,-0.31548422137782167,-0.024295039732572216,0.6905777566792834,-0.6301073898600479,-0.0809724776991039,0.1479906878114451,-0.42709968790178104,0.2885351464308078,-0.7798031475265204,-0.027773825116241047],[-0.1968515521313329,0.8785861153733443,0.2350072593327332,-0.17834947265324322,0.048213404628836505,0.9629396025252891,-2.6043323314027176,-0.9605433111822763,1.5463988410932406,-0.03574986423081729,-0.7992251656234062,0.19680335029136228,-1.513576397441055,-1.1382259978389484,-0.28650321682237334,0.5134471615336708,-1.0452213937560788,-0.7013985158451016,-0.48327753821286246,0.35297054648112813,0.8204342873139411,0.2581692878239361,0.9844799681411539,-2.5230942795795976,-0.658864415624836,-1.7947005510165743,0.7426475151138782,-0.5712980268870311,-0.2933234219808279,0.011010802700589965,-0.12218398236350764,0.5424751629859792,0.6895238782499081,-1.1721869145580979,-0.31282848731347856,0.9455026401904941,0.5034501658485074,0.5923754407310854,-1.632254890781786,-1.0892689202307317,0.012897535076593938,0.1292535313093536,-0.6337536866100442,-0.03955008985131516,-1.1093689276443037,-2.2147154156420776,0.5735844183402614,0.886060463120593,-0.5033573290796308,0.2147514657029223],[0.4210570929200762,-0.061663522463999886,0.07599370364727503,0.7210396605477721,0.21853282750720784,-0.694365714385002,-2.1427061939940066,-0.6171706570354247,0.8125488665385294,-0.5975516068438305,-0.6996792731473644,-1.3344157394722422,-0.46508085341504724,0.275233794351171,-0.17442331038091288,0.19691637573547163,-2.130025895961396,0.025346949830591502,0.781562530911332,0.7503693408140871,0.7335953336370249,-1.703606685173734,0.8515282141356026,-0.38664000184628905,0.43712596618162897,-0.878710928861242,0.8148377258073863,-0.5378683987771852,0.9852760351805361,-0.7744586779850603,0.441221914594442,1.3332719930808583,0.35544225906203347,-0.628291799192534,1.2516239600004515,0.17267906317942963,-0.3539759875437094,-0.11729639981568835,-0.21309777945135147,0.7360458352447348,-0.6688311008738707,0.8542803155405185,-1.5696866908496576,0.4191749723247931,-1.7200526284337503,-1.5770563115734444,-0.3384243298984752,-0.7273309610821587,0.03895206230483787,0.19587418628442155],[1.0869468150105654,0.772362169975081,0.6505580247036981,0.6035559051811642,-0.4838858187742415,-0.4812495420060139,-1.190161953845203,0.22993031990619514,-1.1848166676946712,0.17891247087251289,-0.3033689369492422,-0.5265789464881059,-0.3745322503915815,0.7868501091345123,0.16650212522480487,0.5079627319649298,-0.8379566677734717,0.017674897441808324,-0.9427536968462564,0.607642951739961,0.59772166705816,-0.5628812782127822,-1.0124509222311113,1.1708497543369898,0.8859487356078305,0.33293914633255434,-0.466284393452038,0.8042067910458619,-0.8115849224993058,-0.46654729378628923,-0.006279287516038888,-0.140128885702263,-0.8501534451058679,0.47082990894467747,0.7400292164827397,0.43956625873662947,1.1395330971178834,-0.5895962137198151,-1.4571525942738668,-1.143482993730772,-0.2011683856451242,-0.3096656052733509,0.1770427292670581,-0.49390338353899943,0.2884441191494676,-0.7932987975049299,-0.7418434611667174,0.7647501095518606,-1.8319938686894663,1.0274568528858115],[0.5160653097723822,-0.37356289565979833,-0.5093589678628538,-1.1197830682116965,0.35196414568584466,0.6788018997441553,-1.6021015402961458,0.3064538187798611,-1.90579898996413,-0.16224598130057463,-0.6621403380950273,-1.0475733168359853,1.0851699161403812,-0.7274286530754507,-0.34933595602085865,-1.0116910943267468,0.9259923445254981,-1.2305573583866136,-0.9747696367402771,0.7972903602611665,-0.2565165299306567,0.8320238499730743,-1.1892334213528422,0.03542539077446597,-0.12719274359720012,0.9375295726971369,-0.06348855922123638,-0.8843295760500487,-0.018983915615449595,-0.3945215873890748,-0.18588549128841794,-1.16275392462727,-0.26439328965260156,-0.3605268329644311,0.2542818572603313,0.35718044858506964,-0.08448899152191441,-1.5656395469298308,-1.5698507839496458,-0.5422339223024085,0.07488287369274553,0.28054405910477564,0.3276881743032648,0.14660928802193018,0.3419494936929237,-0.5329490509940349,0.676937434055201,0.7798853742164318,-2.2362395214187663,-0.43582854003104804],[0.6827453298506693,-2.7319731248420878,0.420773375944384,0.12468917126646567,0.8335372449412741,-0.16648393603144473,-1.039940172251399,0.7627436412057353,-2.0182839485109887,-0.013472623128591503,0.023898431676178097,-0.012832353870717947,-0.09525730943627117,0.5185798846994099,-0.6620452904688293,-0.5501575019093692,-1.8798838475993693,0.7214305968909266,-0.3516632332118231,0.2721570104006671,-1.6050649533733274,-0.5977220146400078,-0.053780858135568765,-0.4502996631342781,-0.6636265372385369,-0.16749579172220622,-1.3990376602622134,-0.40764196766906785,-0.027551778190317244,-0.992874709110579,-0.5730329562270255,-0.8042571978153193,-0.9636844272415295,-3.0376527566319247,0.8295931083453246,1.0342632126694928,-0.46531100113574725,-0.0260850109057362,-0.4639818198941875,0.8950862008831881,-1.5764154348996262,0.2464342886792476,0.5488546637452336,0.39790402376974643,-0.7217496733769062,0.7788213825260158,0.8985727354178852,0.23721318974095118,0.9953557670496117,-0.2560087006218783],[0.19528228778745368,-0.4161935942964438,0.12295685650039131,-0.16212950681394356,0.07398706587317319,-0.7227958532038277,0.5256126936453129,0.10990800444407438,-1.0468443801415996,-2.616308832169525,0.8603318534476,-2.3096380020882967,-1.0486614297848873,-0.7336063616485357,-0.10564698631267902,-0.11335737502218324,-0.5034261792322354,0.36071962368505406,-0.3587355198846755,0.17683081711152152,-1.7676551319224785,-0.5971292145702216,-0.10766794558146817,-0.05192408552268976,0.45409089676129705,-3.111943235181754,-0.021764338899783534,0.541379861962831,-3.559101820376901,-0.5222328368471224,-0.5764104223628841,-0.022290276372022313,-0.3433423510179268,0.16059755620451943,-2.4042507926694663,0.05416775097330634,-2.052532512858053,-0.24890220108783936,-0.674966113177118,-0.17394012694883906,-0.2396214852880917,0.18366694810874679,-0.12174794589424841,0.08342345651461054,0.8054202729531884,-0.7520510197441648,-0.6620298841355551,0.7152044653050412,-0.8251676762876576,0.6252887259966314],[-0.008308332569325713,0.8103888378462261,0.9960401873755125,0.37569072952774846,-0.40485265998322684,-0.11637508012143553,-0.22382788469257617,-0.11227611360847906,-0.5734405457161071,-2.811701745057311,0.8513205041307302,-2.216665434123107,-0.4402469622626095,-0.6590850183369643,0.5946465833418408,-0.5702981838034212,0.13830128848312762,0.7846359255858997,0.14823759047919477,-0.1551591070468429,-2.5082871778716944,-0.4000026206752528,0.6622493222564636,-1.2693699493383581,0.4712334178603197,-1.8588218682834858,-1.1529501165696823,-2.063140345965752,-3.6004062082821577,0.7456375373015077,-0.042317129286212375,-0.2699172787406512,0.5974387855691425,-0.9015656479846383,-0.19480738007437237,0.2065325222976981,-1.3745709813084945,0.4200375123466941,0.37356299331761006,0.5836370238729762,-0.029048252270320575,0.0769395801930994,0.8201968369116487,-0.3800347108990449,-0.6715746807065847,0.8553959480854159,-0.5314465843497844,-2.3353099602615788,-0.1650104526271975,0.8051498691795593]],[[-0.6246803121238111,-0.005602274475688224,0.612591186078206,-0.28894963404148205,0.4339497834158766,-0.544108637761692,-0.4839115000082847,-0.9760408545099619,-0.7594489968574494,0.11347339490791357,-0.6993516083883075,-0.7224983721406799,-0.2395416342230689,-0.13124595697393104,-0.40644570006735165,-0.3650948366016924,0.9192789000241905,-0.3303704309528562,-0.45763838377053045,0.14198612892947582,-0.7780430082611964,0.35024785854514123,0.10201377732009013,-0.9690326233950795,-0.7054428239355074,-0.6056922158850544,0.42231348455772433,0.15435660531519077,-0.7143078250162085,0.5318392111674866,0.5792484795348529,-0.524267666884828],[0.7386401914585842,-0.8395269666058605,-0.10784358500333638,-0.9230464187619094,-0.6813911194888022,-0.3762153420886175,0.8032741770223945,-0.9085832602691516,-0.05097476971996217,-0.6830037328861592,-0.46967371714862505,-0.7063008915009046,0.5546064182843382,0.8347134672224596,0.5939933910422766,2.1343575944118967,0.7992207272147858,0.36839516516623466,0.12208548137132243,-0.6054386945542491,-0.5535201698277578,0.3595452885263027,0.5849903201695812,0.33053117622379974,-0.27412214093255116,0.5865471917268351,0.23098218573447532,0.7716221749706855,-0.06247144824928541,-0.5571391582041036,-0.5910270189596721,-0.0790620796125283],[-0.9198209617334914,0.7323212046804962,-0.2562730432510246,0.36327798030744896,-0.8698360581317095,-0.16281150584411946,0.16091612476143347,-0.5670217665274517,-0.997280757809312,0.2238407432872223,0.10647537820273927,0.29454072974666057,0.7452426621516205,0.23315930941150126,-0.1720937699857333,2.101728834683074,-0.9619950076475109,-0.8576684493672586,-0.12382119359983386,-0.768266744658719,0.34709520489883056,0.30133388807793315,-0.15559695290545042,-0.25809111093107673,-0.0570165762569829,0.5905070435259848,-0.15852412207584826,-0.6930948918160299,0.15215435512772113,0.12885262473943188,-0.003712575992058819,-0.3441586632354802],[0.45179820527953213,-0.41981131860564036,-0.18721993631623665,-0.5377039031408706,0.23819664621601175,0.3055857208352445,0.09151159903860771,0.492307117241683,0.16460314140457086,-0.9267426852375565,-0.7279150903445455,-0.1525267271749911,0.4596968594670576,0.6465706883333948,-0.32946199213917,1.4351096019525196,-0.21102724933858025,-0.9144391395023531,-0.9680001482161334,0.35261461325329013,0.1251220770782475,-0.24518419117643753,0.19519941448737763,0.4540699602079664,0.44615871461594614,0.22427191780159278,-0.33286904326346056,0.17389793483898724,0.947832073683525,-0.17739431487405447,0.03259300351680302,-0.9017135479415512],[-0.6859941360688111,0.6246164840090954,-0.8803711402364686,-0.16984277386048938,-0.34199082253914787,-0.9804465211543737,-0.3211914590361778,0.0705237785925527,-0.22148406022783054,-0.7118149526935956,0.4876496211666252,0.1403992357630501,-0.03268447160196155,-0.7758018835850701,-0.8127496320981815,-0.584416185733742,-0.018035946545612466,-0.14508042277076988,0.8498557772149586,-0.036744367899073004,0.2051364161228146,-1.0388439003327163,-0.06673078616523782,-0.12769018913282623,-0.9480115732856266,-0.13068265325236236,-0.7025748047500566,0.5071226922221599,0.3655899078041101,0.24238755489674912,0.22846476684389083,0.029851849237322432],[0.7947525652332451,0.6075948356380366,0.25280774473358636,0.43240029073041186,0.7629779068948022,-0.3140382202352045,0.8577827865801451,0.3192773520723812,0.3671469458116008,0.41339881401057904,-0.8330837952816578,0.023867026677160473,-0.30982878682426224,0.41827872829174584,0.520247123835108,0.5829976536015572,-0.7881599594128259,-0.658722874585312,1.1400327671411228,0.23672383356116825,0.8985915245143348,0.23086662974181227,-0.33007058368687064,-1.0111043760261007,0.6322482152950557,-0.09289109298838515,-0.603597148257249,-0.8007330411895303,-0.5443755253966063,-0.7462855135309805,-0.9437084279985184,0.7389942464139738],[0.6715748832525047,-0.366037741188145,-0.2565757425802085,0.5475561464955739,-0.551542572157992,0.7244430597677011,0.9560045990803661,0.5056919050587525,0.4380441409442116,0.9559603643298368,-0.5005853099071879,0.5641710268072684,0.1735262599930988,-0.41537960426275367,0.7040291429210642,0.623075544400283,-0.9956967904514269,-0.9063860424723204,1.0729251015046002,0.6628247771435466,-0.1670132132237857,0.39278534854212055,0.4216846576368076,0.7699340556283449,0.2817902311341306,0.08158858604769825,-0.7088972405214218,0.4798734233805082,0.251007128536406,0.5767098897341278,-0.1536658042621772,-0.9835616614683375],[0.47514533107650014,-0.9103931281804711,-0.2713934029106565,0.9149895008425645,-0.04431027561532784,-0.3376412937108377,0.026502185808458957,0.20279862852869202,0.05472636339465961,-0.3550106131541367,-1.0097354112776409,-0.3962497958040924,0.5031087494647639,0.3103200136792087,0.40594219714771773,-0.9606034311245312,0.6654825336232733,0.8982046386460515,0.8349086682209028,0.0251830603922999,-0.9808741680909064,0.231457818237843,-0.08227382653255774,-0.6112054272102777,-0.5330215696140698,0.6732567132658643,-0.6595128052937128,0.2732122385113989,0.631799231490159,-0.47444025996007405,0.7447319978950604,-0.3852261405316274],[-0.6468523322389558,0.24421965639826818,0.6388311052245673,-1.165205955597895,0.5616546125176934,0.17071886931268496,-0.7158080749787208,-0.34566318475240837,-0.5742013466449903,0.6284982246879971,-1.0364996091551693,-0.6652772783555263,1.5325089801979062,0.43800888331154875,0.41097456881699346,0.8907151901875954,0.8270142163392188,-0.9438774850046099,0.012953440218955658,0.612489414531895,-0.9010937206301529,-0.29292305426930637,-0.7099425324064029,-0.9401986522655854,-0.2412571223046776,-0.49289232760955626,-0.036375737729668095,0.24047564110323078,0.7134586624818546,-1.0706163669499855,0.825357150005038,0.4508189006161457],[-0.08604766652771247,-0.3007045357441777,-0.7709887760723156,-0.8974519514912497,-0.34090085291859273,-0.10078792688327273,-0.6758976123259177,0.4599170370273723,-0.24309343519620372,-0.8045430385017085,-0.8850805806653715,0.0510642996109747,2.0747104818417923,0.16028915198111626,-0.8082468455233698,0.5834911371278084,-0.19369441338887447,0.02510108705587285,-0.49866289174403483,0.023597465164594954,0.2851120653582771,-0.9106744032097884,0.6315806828542911,0.7577219901952275,0.6238045341513722,-0.9834837133009248,-0.48229115215963214,-0.6355915960894342,-1.0010281353266963,0.5728236227656893,0.8391227937459708,-0.6729769450881391],[0.021163247614535075,0.5455635443869497,0.1880212233799915,-0.29105633630594996,0.16178728416747623,-0.017521693821675878,0.30248486430002736,-0.9092378112896008,0.37270721002529367,-0.5275061952485074,0.3342605344364007,-0.29440058282123815,-0.9150880099465136,-1.03499710445684,0.9445643640963323,0.2682994836508446,-0.5869270881424012,-0.11439243148056459,0.19368814007492127,0.6672349933762349,0.4221336975905795,0.5909885243018146,0.10672931333487934,-0.431868826466223,0.6293100608703482,-0.6800770714306958,-0.4217879965729033,-0.9067511241355356,-0.8076410810008356,-0.027147816185546028,1.775653177118237,0.5390148065889737],[-0.870140126535731,-0.7900812630812012,-0.5529853945906178,-0.21300103951864396,0.31585604012013413,-0.3419213796360605,-0.5293144973546826,-0.16643121071423442,-0.7799541544775465,-0.4736725306303484,0.14291618611225396,-1.0867188404619492,0.920152695671733,-0.8948564981496792,-0.18047026141071526,0.07692783203625067,0.4378268278068517,-1.0069101843388002,-0.1524043300613029,-0.7939669409507518,0.04457762302710721,-0.024524106942504748,-0.05046366349413067,0.18401361837166322,-0.7896059181823852,-0.9497195571770898,-0.6903466241107444,-0.5491373519385815,0.0040598910101775154,0.8112742875537491,0.40344202936292345,0.9472995549333821],[-0.8121236041940227,0.1651211172010424,0.010222740303514074,-0.7796865511991423,-1.048978443530075,0.23077859855575078,0.6138825465161545,-0.3796451146228745,-0.34274940760808187,-0.779882293767884,0.3654120064057611,0.7819363905507851,0.8477152521564078,-0.19147523324120136,-0.584281923314208,0.15714544122496965,0.8079452265948506,0.8151976122501667,-0.10429228174799585,0.42481203278526997,-0.9214716593704608,-0.23131232291406073,-0.5818189083885555,-0.062018992174913634,-0.7889249862165346,-0.821809316214126,-0.8133413764382,-0.1630207679774934,-0.39914089296354127,0.5023155485305663,1.061715976372379,-0.22286099767332365],[0.09169807533420352,-0.8691614109645996,-0.44652470880645156,-0.6459538699618136,-0.11539159256278354,0.0564624557246245,0.8344471364316506,1.0828720036179202,0.5210786478386422,0.9111276986255421,-0.9096836359361167,-0.7471688198212111,-0.8407019778513863,-0.02145812519361557,-0.9165720331857702,0.45040312747818556,0.6759232705125008,0.4917194931009472,0.6914759309692904,-0.3506122625523289,-0.15036084351103843,0.6914933017973457,-0.270555068657612,-0.08115648333675572,-0.6408693122253729,0.36133939347274563,-0.49039115535734296,0.3790774670586228,-0.7414194656443484,-0.32390728525145696,0.3616873873209674,-0.9293780791575568],[-0.39336212793307673,0.7702416922206479,-0.3529052478082956,-0.5012694778179785,-0.5540714626100263,0.433505753928716,-0.31322121719165136,1.6960419513006675,0.15651532865766768,0.0639959392582841,-0.7134749865469654,0.20478496518977649,-0.15140355882911122,0.494786704090396,0.6436409525622816,-0.20326806931503907,0.09928964708576403,0.5715939720328292,-0.47477732448269017,0.6372836071383307,-0.2554388373749559,0.3757066937207401,-0.11606426646666114,0.4661605907653437,0.8926631434944946,-0.6839774128704836,0.17444124144531764,0.7754768407250102,0.6799444408203613,-0.33914753224830085,0.29721245949244457,-0.9694184371271612],[-0.22329223860626352,-0.07731581727528136,0.8634887862942092,0.8523733030108209,0.00851754724769501,0.6362005275514012,-0.08877608983726176,-0.7720604154867224,-0.8181031600090799,-0.01728249010024516,-0.7635947533485176,1.0198835437529123,-0.23355701784230762,0.007188484597523122,0.13501542482116097,-0.07869435357695066,-0.8018753750438256,0.7170487382761883,0.8106463416477765,0.642856289182111,0.4973568739206473,0.9031378386124788,-0.4591490445249121,-0.423429392789121,-0.5202406029729963,0.6573023503826531,0.0758691895907168,0.8403115884533926,0.9182834461099855,-0.10094196028947004,-0.6543307954775569,-0.773909195324837],[-0.8203472621657641,-0.6295612140535769,-0.7766375652063487,0.06788723002864099,0.8810119740627144,0.28598682856109087,0.7944829869027826,-0.8865716812168466,-0.4431224514505676,0.11634260904939342,-0.4899980162681222,1.8292117800211865,0.7452350843615347,0.025418157322904585,-0.9742041628267979,0.029320800749168055,-0.1266006215395927,0.8076125192951339,-0.8900109384039628,0.04238755983239145,0.5758237978043197,0.713281438236328,-0.9215149214121541,0.6666593197753451,-0.23359801742305022,-0.6232803654487022,-0.4902786941307081,-0.06693287506270386,-0.8107317265111621,-0.7286670483919389,0.18077884373966902,0.6082439476039235],[-0.534528535834857,0.06627597416369782,0.9245766212164865,0.7356666822079372,0.631950948465157,0.3624059506874479,-0.4787708318368068,-0.616704176073744,0.5408963424517023,-0.8172977058627808,-0.9693150799443099,1.5871295574692468,0.09403964753270672,0.4254960711873814,0.5082887101234551,0.9006087474351208,0.11846333265464534,0.5545244792073195,0.2936975748463281,0.22225615492450035,0.45610602157316554,0.14525084617317907,-0.4769693014693276,-0.9568180879307765,-0.35044161736337853,-0.8809616299531072,-0.9432810033327316,-0.24256238429784055,-0.15413725593512873,-0.5947823530700046,-0.6521408898420374,-0.9490747108169306],[0.6813516988756441,0.2855769848375229,-0.27842082303374394,0.31977185034853783,-0.8145128052320939,0.6575406601536763,0.6168044561214605,-0.7932509771172102,-0.238425096328134,-0.5926972081275053,0.4088999792588639,1.750557815835874,0.46258931445891727,0.4291269338434033,0.9652477334098186,-0.6152823319956545,-0.9145150004748955,0.4299469464157599,-0.6521370998056385,-0.199381987729607,0.4482292749413886,0.2637719866566635,0.034680432125829726,-0.7985396021802145,0.7836599480409286,-0.37947438997109245,-0.8505408739839841,-0.26623492967215334,-0.6307681064862337,-0.6413785381970534,-0.6928865408503967,-0.6348715159136955],[-0.6824148217847333,-0.90130006003086,0.6904496776168573,-0.2669893667416073,-0.820622081989204,-0.9310304038667038,0.6377324924608633,0.3681327636584116,0.6661360154207012,-1.025841814451828,-0.2739977259511306,1.5044734591089495,-0.01594147215080156,-0.20953102313483832,0.7546519784859256,0.8726475317674072,-0.7753718245229931,-0.23267570492902434,0.3192335566650176,-0.3171996598153141,-0.8327263122633174,-0.5351456827975144,-0.26628095480828967,-0.2110854292067036,0.24248520334789012,0.6878700671476615,0.6687662660072621,0.4890290600140531,0.6262786272300278,0.5451071817460572,-0.3613731879961882,-0.3535020336136756],[0.24311385625854673,-0.5858050532440793,-0.8544699214672403,0.2931367691614764,-0.17748485646152432,0.29536236254820397,0.0976596949660163,0.8257445216807942,0.49905699664216985,-0.22089347160327766,-0.45273946648168,0.4133498273863486,-0.5580914126281962,-0.3767419411911596,0.16457087508745588,-0.9610972847413668,0.38790230669175624,0.7069847976312106,0.484623050767551,0.5654048530950995,0.6227267885543377,0.5894823248481954,-0.3368539708097339,-0.6181974034169003,-0.7139320242461188,0.9608899880398967,-0.9747924124039418,-0.6058959145138915,-0.6095180810398386,-0.72638803134444,0.8893030603970407,-0.4474651725513628],[-0.08366115307706527,-0.338816949741852,0.2893270307093699,0.14258236110744854,-0.658039155487941,0.39828660690163364,0.24918423959558095,-0.5711110722719402,-0.7927031800969311,0.3288104859042311,-1.0477319839807393,-0.019893437180717188,-0.8849532161820562,0.44399066619468797,0.013891494320836539,-0.33375001370530855,-0.050666082342840126,-0.9844346443174838,-0.7216802275762623,0.895387154735662,0.7597873930642033,0.7124722133887057,0.8947808702947431,-0.20632700088924882,-0.2453141506169399,-0.5666487944727961,-0.7317647563253654,0.3308524656959206,0.41012323617294116,0.13497409639580998,0.6759727023320788,0.5231655809602965],[-0.894313349820245,-0.4776408201244948,-1.0119968795198069,0.1134434153344348,-1.0190691406851589,-0.9527329017656451,0.15891870935498098,0.9107197668393844,-0.002936414279167843,-0.3158729638212785,-0.6781835911914175,-1.0613351506093591,0.0784769581958533,-0.041545464856324155,0.9565015170415422,-0.7380760185475792,0.8459788765653725,-0.2230581880245266,0.10888822105978407,0.7620495952776216,0.24372737108882989,0.6834292529385683,0.04987156161098424,-0.8630679243361898,0.7583222241086431,0.8468508743608426,-0.7101484378213949,-0.49322404938975084,-0.8533221095632347,0.8241515651986617,0.7272131998937952,-0.9914494091094695],[-0.5157562701145376,0.2705814424870034,-0.47517830124972316,0.301589822764786,0.6847380017793393,0.5099914770052043,-0.5152566498139808,0.6790072615909213,0.7935005898485824,0.6093830965707787,0.6194368190194453,-0.8870107927866855,-0.9682787379156643,0.8494803086464148,0.16954430818053956,-0.7057716788908079,0.9965111121064975,0.07743631273511775,-1.0638428804741538,0.10689930177885244,0.9270450801964372,-1.018806106822746,-0.3828960755908461,-0.03759319395184451,0.1382279021478539,-0.5427574117329709,-0.48475581733263434,0.6821408507624923,-0.16256217116634925,-0.9933214156948326,-0.8194217685818108,0.005766688215212535],[-0.44248966085907604,0.4662784786650368,0.19247551226571596,0.7556382760182982,-0.5926388837314412,0.41070050139705655,0.12031187943206721,-0.972504555578352,-0.80980427477554,-0.3433811562105823,-0.2508378121754054,0.7149983143696939,0.30160879430833726,0.4529362582788779,-0.2551803128671459,-0.37916661555060577,1.508055645798013,-0.17487661109138614,0.5504931716876036,-0.8284967657811587,-0.7155932109983852,-0.40876906598931834,0.3135568071672427,0.4210145031062879,0.05087332283622246,-0.013448205604509062,0.3413001244563438,0.0033263590824344678,-0.7731852111020704,0.6905174784011537,-0.22310455429768078,0.6832270690874512],[2.1828990427583035,0.6781526712373586,0.3998284642902267,-0.35434518636445184,-0.2355179860240948,0.5717986122684282,0.2652414584200153,0.5326988065410142,0.6661629971003767,0.2356947809673208,-0.8854350274467014,0.636752181866051,0.5405258381623851,0.8897580182966046,-0.9253256336377318,0.18099276542820333,0.6589469099426681,-0.4931661391750989,-0.2875285789383105,-0.18521845821489183,0.3494873225929037,-0.03278371177350632,0.22030180073734987,0.815636104982284,0.4787951418003229,0.6853333030386906,0.6695341236383583,0.3435963183786121,0.37033242929863763,0.8449885507418136,0.4264178781185134,0.011722313296221634],[0.5573049762376936,0.9619763249545739,0.5324195792976989,-0.5000396415832647,0.918638460343732,-0.47207226223852033,-0.6099525697764734,0.6122268831770582,-0.2834857461354186,-0.3216156954465562,-0.14956037044112638,0.5286092103331282,-0.8929503285711773,-0.7140931560545288,-0.49470823612488873,-0.9608671446554429,-1.0090750096129424,0.6870728513112144,-0.741801892442336,-0.21421256723020832,-0.33084854151108267,0.12341348523950763,-0.9051519065159997,-0.895423781086889,0.8876940706228191,0.09165650485506667,0.7050784934694858,0.10836143098900695,-0.652179335725566,0.19413515935037087,-0.838723677412224,-0.633346610896044],[2.0497445659462086,0.7606087448076079,0.5166391459430144,-1.1523298909182362,-1.099688185205941,0.7823124720460897,0.8545553717760168,0.44854285289411144,0.8485754481047024,0.7719230101903323,0.026321730401232295,-0.030113234445487903,-0.8230447175064164,0.8414904021632945,-0.6056342399266903,-0.9253640436768702,-0.6556702768948786,0.3863143883338218,0.7020462942532455,0.852396164531504,0.4420961050842157,-0.5034931413256808,-0.819305583361882,-0.5565228559888485,0.9351206932037741,-0.20152080165642272,0.22756814280318854,-0.5142769605159598,0.42324049015943793,-0.14812232618187346,-0.8204076793890439,-0.28200742945956814],[-0.4345999057422177,-0.48203511481346073,-0.08094675378213644,-0.9260713051676496,0.6495958755584176,-0.44155923654669094,0.9548164254288232,0.3469070171099866,-0.006874350153914294,-0.14784613316849615,-0.1749700601615852,0.5006322734649934,-0.36233353984307193,0.8263916849106029,1.3110789045626052,0.4998453436623352,0.6939937515626018,0.7922772272853068,0.4041968893551176,0.41576880451038284,0.35549723809617606,-0.44382092905748033,0.15304089019506198,-0.24853474883562846,0.7040910620612362,-0.9979945593567634,0.13761713509101292,-0.39111837914608644,0.6835805656020904,-0.7011802336666976,-0.022537206384396765,-0.7384496422203679],[0.6497385528318156,-0.346613758249948,-0.5846462983128281,-0.2209239551683008,-0.4280680205090217,0.005414201677902891,0.7301512039058307,-0.8913560189502727,-0.17492767125433673,0.6347403133749804,-0.21234751395493698,-0.8978879606511949,-0.6158471353038895,-0.6227355335528936,1.630432461074075,-0.6374269555226061,0.5984632206211187,-0.7687371759314308,-0.6364705256568524,-0.13762275327835807,-0.27024692771191444,0.5305400982567983,-0.988027342245372,-0.0857166013814929,-0.21366562344033857,-0.19409453797766058,0.39403973938603487,-0.7917100680073162,0.09879628880172976,-0.9420221897451146,0.031411094768685976,0.18153564753786536],[-0.07544051550663534,0.4547934491100651,-0.14462241615241458,0.7374991652044224,-0.3486525297465637,-0.7054854828619741,-0.3787829697989823,-0.8362764423448962,1.6850446347420673,0.9244323608785492,-0.5085720271686638,-0.8596990793359639,0.4170092896316446,-0.6870794393896589,-0.7030017027275576,0.15364152484022786,0.6724424068189456,-0.02434686643098057,-0.287613525656618,0.37655626838901674,-0.9826304786564489,-0.044675153477826024,0.2629908399534249,0.4557196069306367,-0.8780900469965879,0.40985129984299107,0.11915014980719105,0.3583468481907063,0.898284470657028,0.25623353119309655,-0.07472465029590464,-0.7157881287200201],[0.4436720086165644,0.3022876555907297,0.019007428049447793,0.20770375071935687,0.04327749863798358,-0.05129214932121123,-0.6541535393065007,0.6412474584673855,1.100673169468777,0.15963674184686674,0.7425268040003006,-0.8862357728067515,0.4334483268212398,-0.42190816715589485,0.17047462285964,0.630930590192337,0.8785201520743259,0.4431350006337999,-0.285635241789414,-0.2853958723654162,-0.9249156908858626,-0.8464766862059593,-0.5091642932547348,-0.2809646885159476,-0.6692451321920572,-0.9516343235784682,-0.5159917980941765,-0.7331354640173219,0.8182080562915836,-0.3248236925297626,-0.30068618063491237,-0.6972073658253082],[-0.548131001221099,0.5456979501747115,0.4622253993073082,-0.10852117864238728,-0.814334513005395,0.7910055242164762,0.11666959144134584,-0.797001411081446,-0.056740315911353215,0.27395256819346064,-0.24839363692010388,-0.34799567605312787,-0.31702913374688874,-0.17699630106411193,0.5798555483959984,0.800759388133383,-0.4572300296558975,-0.6582453240298252,-0.918519347881387,-0.9146618595540803,0.462192924885288,0.10114067170558516,-0.6340326977589129,0.584054934285675,0.43281817050944277,-0.29230211136267414,-0.9146282815102528,0.06625757395002649,-0.4678289134999591,1.6556109445013658,0.5586202878505789,0.3261811819618427],[-0.5362560135172816,0.29025014497400375,0.3208131013233367,-0.822717635902713,0.6494750953898573,0.027570077160861375,0.13177359527878124,-0.4633285996293123,-0.4311307983605549,0.58382790995251,-0.7151584380064504,-0.8531545174294839,-0.4013776830052127,0.7584736995494165,-0.27741483154740254,0.866505454895186,0.29362227153566656,-0.6973846810871976,0.2330644051674546,-0.7662173138128127,-0.937785804117587,0.7398410863739836,0.10058481380021526,0.12164962319239819,0.8701012773737913,-0.1403001686158943,0.12404985550749764,0.8406341280443683,-0.5689444228327429,1.446840011489294,-1.0500792257801546,-0.09030113016298816],[-0.7318376299739839,0.6771581238243418,-0.5083579386708084,0.7433296968170678,-0.4425819115549554,-0.6243740714447801,0.3470653359630061,0.4030768684054886,-0.19511733949818513,0.7380914661753764,0.3454405235602049,-0.6171835931516549,-0.6097600470110359,-0.47365531494524327,-0.04690635100857397,0.6514289126896416,-0.23513714562132446,0.8512637740555552,0.6032108789942237,0.060534852369610696,-0.6177519085200407,-0.5263689102868043,0.1306378530876967,-0.16030280766071894,0.31217006499381184,0.8127216724855594,-0.4309243531175728,-0.1926601670479449,-0.44672407992934193,1.599997478575718,-0.4622181637057349,-0.26018685845736483],[-0.5742259852917169,-0.7359614938728697,-0.231148541951483,-0.7677478715191635,-0.9119052285584992,-0.4459848085220882,0.23923192628233936,-0.44249732048073026,0.25372397178359274,-0.5408151266462806,1.569329653691502,0.42612045175893754,-0.8420908907714212,-0.6029604540646336,-0.6901444709449303,0.03473746809009579,-0.8074187802513835,0.8077356724356438,-0.35143723754420964,0.15066172878370845,0.7400348163874954,-0.9138224697482275,0.5237618074768912,-0.24073343990032015,0.8484588109564837,-0.6112045656732025,-0.2511944161114059,0.3051739112931194,0.37719914420456896,0.34615839408461413,0.481621032824772,-0.1383033345599336],[0.24751094236547716,-0.5654771946207512,0.181218782010608,0.4286355184130383,0.2797612718808928,-1.0022652097903457,-0.09048312459619397,0.6713682924569383,-0.3748763601497911,-0.9894554972853014,1.0623284514612992,-0.7021539718588287,0.9275747059183554,-0.03619872238301563,-0.16288367895086978,0.48276891827818597,-0.681928670594472,-0.8731266531982556,0.6801354861525533,-0.5710674017869971,0.16903972464623046,-0.7991765963010353,-0.3709637931074126,-0.36787871899156227,0.6179485880442136,0.11499859898749017,-0.7560114887402594,0.7275366265449078,-0.9814259000073131,0.01630290566058918,0.9110177682589613,-0.032648250871452046],[-0.21622174781246936,-0.5109466313192266,0.12517062912074628,0.6204371023655556,0.14068970574481746,0.05582996658903572,-0.2986299552096222,0.9055295959684642,0.18071249726352517,0.4279125210542812,2.275465832064798,-0.4036607166741111,-0.8980644786756042,0.654265637840349,-0.2554938873326757,0.055730270749527494,0.6155898339985263,-0.8910131264789056,0.33366056975755826,0.9409881143220719,-0.9448872906507744,0.5579949838336326,0.24040661618536094,0.5406288339454177,-0.2212509238107941,0.0956637679103618,-0.5856902187269416,0.19107411505869715,-0.43570318046268774,-0.30676488989660217,-0.2651567315895508,-0.9849068417638097],[-0.5448711320032267,0.32066050202771434,0.011765813322697176,-0.3614732821976585,-0.00533001356506299,-0.566864085794624,-0.07769394259495278,0.7096815341208668,-0.07587184724945435,0.6314637430486035,-0.7128819188208996,-0.5604954270245454,0.024582653208043825,-0.11305480090050955,-0.9932618157077375,0.1255743322746149,-1.020516184319306,-0.6559366223078382,-0.9517870385432439,0.05836820132837536,-0.7882031045834519,0.2155198856973815,0.11173899307685443,0.8847557517589753,0.8990233464119016,0.10665372807819676,0.459912174745514,-0.8649655263918251,0.8280463832236558,-0.9104032862877058,0.010263878930637597,2.894459423043635],[0.560908808226714,2.677438305918604,-0.6160518788345839,0.6184135356129199,-0.30471441789845866,0.14340683859200398,-0.10275272228863429,-0.20377514522574094,-0.7070938318299789,-0.32897937121417925,0.3193449035949656,0.48760045098101573,-0.9923884202089766,0.052371453110729584,0.38045846806089273,-0.644259455441485,-0.9979558953669121,0.06379279805897298,-0.1951567624201975,-0.3225288839514722,-0.21711218372124513,0.7664100747090467,0.39205931749511186,-0.34787144901602607,0.7462493439487988,-0.5368998453454247,0.5545808715292604,-0.8025261390569915,-0.4958793997698887,0.32987877358824363,0.1581787414702435,-0.854145378381548],[-0.6899984395575645,0.24992689826281056,-0.2580059412945715,0.2303714544779698,0.3884514461224906,0.413726557642028,-0.4536498424450329,-0.2800721215642006,-0.9934196847047346,-0.66319415359925,-0.930939692533334,-0.4380043021501079,0.7696085848094452,-0.17605655243173474,0.4419682056151013,0.5786457044390556,-0.6568147847791512,-0.16043387249915994,0.4763498314688261,0.2718315283069174,-0.3884667051245502,-0.8995044984145173,-0.35062536111138,0.9106469158136095,-0.31542092042752046,0.22211270144431464,-0.3710048066473594,-0.6470141996164172,0.9280098593595943,-0.5949304913153323,-0.4137554378568787,0.7239637974804709],[-0.6789773617722166,-0.4243557134443246,0.46797481114754663,-0.8145144221479383,0.4983899898306307,-0.26775931744773296,0.10341552996823206,0.39199780378784144,-0.6709154038179059,0.754331224640896,-0.2945404313460071,0.06825744027178109,-0.9659897790997389,-0.5390170679875125,-0.007572535013173273,0.7052732936925878,-0.8403561573165973,0.6631633008608347,0.11718583197884337,-0.5396366006684091,0.8734648757256558,-0.2750443323838658,0.19244919224317605,-0.1652408884776419,-0.5523122367092033,-0.15759692555349675,-0.8699179359177067,-0.5125765938494327,-0.8608600758125879,-0.6917430217707473,0.9054375070848844,0.31272589835051534],[0.17234757687361818,-0.999140805218143,0.6435489345464159,0.09720409930333776,1.516814627640773,-0.4409703289214207,0.39505101392328307,-0.08839346214255829,-0.1618598135482113,0.4905938651189398,0.051765705809436346,0.05852105733894803,0.7333510900942931,0.5993416529257762,0.2572563252792307,-0.14257586158923002,-0.9616115921719298,-0.7134314947880721,-0.2931032512961463,-0.550489319712283,0.8044193325331191,0.16740052504322114,0.37423511225213746,-0.47988764734016176,0.916505197520362,0.3970989318180707,0.46207228653092214,-0.7760104978523912,-0.4469938837410442,-0.4448931567059457,0.5891543793015148,0.4399884598050051],[0.22306228039701684,-0.9873349850897833,0.7229917577924065,-0.8087036508628009,-0.4904896613962066,0.6363490792114296,-0.41872342016111164,0.3248327651467983,0.505381983847517,0.42126507951370024,0.6451481452157797,0.8734401307310524,-0.7103747332939279,0.315938004701698,0.13328299080720526,0.17460921745709257,0.5961490286858518,-0.8527880981433947,-0.6109291391986584,0.16202855745169956,-0.2156601699756028,0.4381294783944056,-0.9865347997373191,-0.6325578707946988,0.7348075283844946,-0.38611914059304386,0.4922761210756934,0.3213821562600675,0.3480788569211391,-0.061847696062155934,-0.7904041498770292,-0.9668437770275726],[-0.36042116108843997,0.5978882607208649,-0.45776224042208064,0.6633709554859326,-0.24686192976988072,0.04969470419592829,0.6759714171393102,0.10196266321581203,-0.8710783829947515,0.6716141906016496,-0.881508103292497,-0.7274285260115305,0.24008043027104434,0.5002169496855223,-0.41304206506532654,0.28383830818224115,0.4169942622651782,-0.9435838775318993,0.22554695391486113,-0.35045739208699206,-0.4520287213591013,-0.48080587488281,0.8874871420443583,-0.5598511210949266,0.6726945012587193,-0.68215263494203,0.36354837410703167,0.8511250397292649,-0.6604226226142247,0.4224087586536102,-0.9786587995512116,-0.14690422841373202],[0.4580628866371134,0.8110813655376428,-0.348816101913014,2.358590216149309,-0.03275768188880186,0.6645236612270148,0.83406550928337,0.2931323896677654,0.3566858493363515,-0.49450878332285525,-0.3567373044862064,-0.701546515259688,-1.0696328175472056,-0.520421676886656,0.10056443093049774,0.8701050462392461,-0.2896100260710187,0.10482787170963777,0.2300872951136109,-1.0094005060136284,-0.2291786344099218,0.20036904309698567,0.19906570131729348,-0.2671216165869564,0.08327820206712587,-0.12118530233368524,-0.517453620619123,-0.786114980768372,0.9110749215196841,-0.9372327927453965,-0.9378091699336693,-0.5760673893669143],[-0.18989416510527368,0.2748245074912693,-0.8235682679095411,2.1186334439056567,0.6792467155980075,-0.9136976384831206,0.084561690722695,-0.09626679254193748,0.34905933383301996,0.8709717460608752,-0.838676225160562,-0.4185350141198038,-0.05879624009473381,-0.1564266044269605,-0.07480191545774778,0.16621283992989197,0.36928989852613203,-0.862807942243695,0.20313972632152527,-0.491060045817326,0.10542795032453293,0.1786879174446301,-0.08769155728496629,-0.1483281567332749,-0.4215431566358202,-1.0234374757190554,-0.8773602458197113,0.7291627270112881,0.3671389396575996,0.250463869791296,0.5864555060313371,-0.3703299148586365],[0.7463154552983283,-0.04640249096825529,-0.5474951921578012,0.8166807069652559,0.6078905039577992,0.6444714804158025,-0.05626603386270501,-0.8547293568341198,0.3964364700416129,-0.353769762242451,-0.32728051034612077,-0.904316561606348,-1.010828514061503,0.053344548155622826,0.6443115101425491,-0.3392855594349104,0.5393809759371286,0.059369689055808986,0.22513314346218663,0.6153614602340396,-0.7578246652820328,0.8106358817888298,-0.982087843635774,-0.11220848127104777,-0.10376078716279459,0.44184749012890695,0.22305377314833208,0.15797777726432977,-1.010975501084252,-0.051616990270307764,0.3821222738635821,0.06704420986765101],[0.011549655360660391,-0.474909876339453,0.9082461888901594,0.4819765809935899,0.700974202168134,0.6084723422125151,0.8775338647454363,-0.7170121476283058,-0.6471905978950524,-0.5315039589028872,-0.4424334858007315,-1.0338786849443875,-0.38979421977099327,-0.8308497815620125,0.7319594969414226,-0.25394215803407266,-0.5777042290726426,-0.2103020534965506,-0.9658040109368256,0.46241263127853083,-0.27015850783692386,-0.7752168732405054,-0.6366845097305838,0.49609030331349746,0.5889664580290033,0.5178184634179557,-0.5493519687731184,0.19654391530547233,-0.27711309835309245,-0.22713145013709624,-0.9060764505563502,-0.6156749170335163],[0.14154163771374106,0.14705399510376882,-0.38255819905484495,-0.7587500337739287,0.5615526444344174,1.427721219482832,-0.6985547043676552,-0.9701285959308137,0.8580866100200509,0.1483262722336827,0.42947883112281016,-0.9116110474449257,-0.26636242111154457,-0.7425277658443271,0.6318788963084866,-0.7239468360573665,-0.2095822698924194,0.15317687184562898,-1.0528725547172195,0.5893528870490365,0.12789606843289653,0.36396072800331714,-0.7138063204927381,0.24747674030208552,-0.10672902340260207,0.533554226093475,0.04083199638191322,-0.342132103033651,-0.44251479684561845,-0.03881581455045042,-0.15904237068361138,-0.5205159219281948],[0.05901060439429549,0.27155789621424087,-0.12585643865158117,-0.7180963278530204,0.5679856973679204,-0.7374069532815255,0.16590643947911068,0.6212680410322502,-0.8563190653198142,-0.7510208874026729,-0.0178640358434436,0.5134547942637349,0.10736871400937663,0.32127866610472444,-0.9425466187358026,0.7281295719769715,-0.31229537058436707,-1.0224253278531596,-0.31096106093825215,0.8157400872700363,0.21557152921572328,-0.7049191128805044,0.34076940556766744,0.7484701136274384,-0.012150969316545673,0.32503607961313297,0.8194027078687742,-0.06385813552764744,0.9202112227093501,-0.579118185177814,0.9422676056795946,0.7222888098662176],[-0.508162520504614,0.5483322391977151,0.16193920842080756,0.038744071523746766,-0.7355268646732731,-0.044594909577178765,1.2094477081876427,-0.6672158986248298,0.7766642090488797,-0.23946266907650207,-0.8991337802766902,-0.8758037393496021,0.18040181666848915,-0.9066132128537328,-0.5474218768725098,-0.8901624284178087,0.7430937525915927,0.3155117489160443,-0.9591428909789167,0.23412742930199426,0.359382094794377,-0.09962179440788832,0.36434117850891756,-0.9455272922681482,-0.9457736274678604,0.689723432459192,0.18927139825686423,-0.7655841892651581,-0.41196835852229846,0.8030150937261287,-0.27745266277351294,0.5934159129146918],[-0.5021378706288949,0.010635985712504325,-0.630354623809171,-0.8898908126613552,-0.8389874152464133,-0.994521474531052,0.002866287533383056,-0.40993791819189007,-1.002974321830227,-0.9389940169388359,-0.15179167957833062,-0.9503816350331584,0.16204868819913273,-0.9121516805662585,-0.08234886850100662,0.5384279354802902,-0.8291080432649464,-0.9137294780106894,0.8693147184838025,-0.3806983629467025,0.39510936573921696,0.850151269564864,-0.7190472529325896,0.5737669176192961,-0.8813680689244257,0.08571036632416917,0.8470397924031341,-0.40520551975497243,0.2531873168255174,0.20940479200357534,-0.5951245235442288,-0.03947552642507446],[0.02837504662582653,-0.9883275683994656,0.8606117094254283,0.8420464784024287,0.026580314516559653,-1.0254760431660128,1.7754552193089725,-0.2423365994377011,-0.7898204207479057,0.05618693101498558,-0.2155682555077443,0.6918871394138778,-0.6145505135512227,0.2503595669985335,0.23128869105093133,-0.29582522547895246,-0.3169908737475658,0.07774070110342661,-0.060101875236623664,0.04261203813993172,-0.7226538266990656,-0.8665182172159114,-0.3706166462881871,0.1681025428560287,0.24872940119304537,-1.020155211407868,0.26125307129793274,0.3130287981876796,-0.08747719335012603,-0.4716490294984901,0.32980868012684805,0.5792256749090171],[-0.820598381210302,0.605196742254227,0.426098223889238,0.14641909837133404,-0.4366010005907273,-0.8377989299795653,-1.029647950373551,-0.5689105870482714,0.2109740243691216,-0.7724022990523788,-0.6230453064161149,-0.33462475198926006,-0.3565445090448499,-0.7263423130136398,0.3697634136437222,-0.7713960009981603,-0.7096469706713043,2.195484871673522,-0.6136227670202063,0.9238935834080915,0.6059237353011583,0.2916413601201565,-0.13763761159827842,0.01921346972485291,0.5002423282192257,-0.8681155345454575,0.21693977449820348,0.5868299019197092,-0.8641957640263733,-0.45419605116960493,0.8964233258241772,-0.7358628881836364],[0.6636812301949365,-0.30856840048608736,0.6923960981221886,-0.4003701577615178,-0.45062468237076403,-0.8939074564367483,-0.10554184309725462,0.5485390163576919,-0.17044323256724822,0.05251276891758422,-0.4555278138946287,-0.9721955629960347,-0.24863682427902778,-0.7592218859412958,-0.17269687712605788,-1.0431853693402886,-0.19010555440018925,2.695791874695059,0.3377479105759831,0.7288073585917225,-0.9371657943155333,-0.6814313515022875,-0.13740444300615381,-0.3991273948279456,0.2729060804780244,0.6696731667076616,-0.488921203909125,-0.24406795738762804,0.23621091771654185,0.8608166087166005,-0.9430121797418176,-0.4640200201697657],[0.22692287750386184,-0.26195449682049915,-0.25534469804619603,-0.4702188722747548,-0.13221159180685935,0.05789683264064617,0.8382680531655637,0.2028171382180712,-0.828809540027728,-0.24778243700042862,-0.8354278412122847,0.3742200825399585,-0.13844282464745022,-0.24342268590118318,-0.8918142726872296,0.07234085515970604,0.106176768639019,-0.5062989028809588,-0.5891999590561535,0.1676868561895323,0.09687869999506298,-0.0005499943691643567,-0.8623509613146042,-0.2755356843482548,0.4472094991788088,-0.20808515669851715,0.7774337946614993,0.21521031549876515,-0.15892249390982643,0.31894151450755015,-0.8005199725883403,-0.7372960772518025],[-0.8130570352611145,0.47295660817207186,0.41516499851900657,0.13344750932667687,-1.0169375889528285,0.5461691560270077,-1.0311112274714092,0.31775701366509707,0.12093206233356639,0.9019538382415979,-0.9441507396486486,0.5811766415745264,-0.9005278703470108,-0.2425779117534571,-0.8872105872232292,-0.9200323282548363,-0.27869659056979446,0.3694337413446404,-0.7228107000596811,1.2924074554130462,0.6527312561017616,-0.2608009006842574,0.2939061116095099,-0.7525462605934045,0.18050894024425207,0.3496347766835429,0.2008669867561816,0.3409158695314844,-0.6685133054091047,0.713754162512034,0.9295143451383411,0.2588032617079596],[-0.8372735736795225,0.19860419795146939,-0.13606688946045165,-0.2485900947911503,-0.1631791625721718,-0.9189214832802581,-0.7604039730478279,-0.4150950059207806,-1.1238661646799066,-0.6377971329276858,0.1480261691151224,0.1346920957895308,0.7870768134314399,-1.0495597674987758,0.38672085403435796,-0.13009398225233826,0.5934271474206706,-1.1105376566695435,0.923438964704429,0.7358404411238831,0.1953756510405013,0.04437495387552644,-0.041150747624658944,-0.7246306468464008,-0.8920781133703218,0.7436827070656674,-0.5502690031214537,0.6249627003930264,-0.014790252375762324,-0.696003783399564,0.3158944841407844,-0.5193896585866244],[0.04245827193349355,0.6440409614788477,0.2507136339402149,-0.02305636079056731,0.25926285400914023,0.8053305874462253,0.007993618002999869,0.32899258149878585,-0.9639181904163467,0.031101255039657768,-1.0231510055719104,0.5377469566314117,0.8107475385821488,0.33096344002297595,-0.840981833670007,-0.690056467360346,-0.4008232238377163,-0.9535410650537839,-0.214298488310238,0.9401313018832185,1.0093231523641846,-0.05501474136200143,-0.08758534848492765,-0.8572200987547719,0.6054038447780039,-0.5355746618948107,0.11594758958166233,-0.9418826466194502,-0.38395571796390054,0.720160060083922,0.7940370915607333,-0.10683846756680801],[-0.2943679005477171,0.33449856198518085,0.605393705664481,-0.6909666269453975,-0.9650385368415885,-0.4622205596351036,-0.6732327873916665,0.45266388862158663,0.7938223099823389,-0.48508589773707417,-0.04960118598468292,0.1829936270197215,-0.2041188986911546,0.6055921045486923,0.6642879342384727,-0.014277336735744071,0.35744065861589724,0.6107969153164541,0.5939911502802003,-0.7064239900769884,1.0764861099744583,0.42013170744177397,-0.06078611209936452,-0.5133225126056836,0.48962909950683114,-0.8692332024386029,-0.421833633054763,-0.08243068629949761,-0.4593579176125309,0.1338225583618034,0.4204910622684313,-0.860086244975683],[0.6256928252395382,-0.9710274150666,0.2664874971812549,0.6467700152957383,0.23738019313861936,-0.09690201316390328,-0.2693175667723365,0.05068315139772561,0.14592853011474274,0.16523970260503237,-0.5683464941577517,0.5399580435667025,-0.740545528213908,-0.4792737008108541,-0.7984692529977685,-0.5606017774467876,0.25426747111658016,0.809340004160253,-0.5934492439609206,0.6948156462773822,1.484117772033287,-0.5496560582277632,-0.43202485373405003,0.914844359649072,-0.8304078579353779,0.6948437826392672,0.29146345336108626,0.38272109404574794,-0.6072717752958792,-1.0053611482105516,-0.22314877979971776,-0.4383964157438043],[-0.2115562494118941,-0.4237910985105564,1.1672986359005386,0.5520970254031375,-0.22479289564045213,-0.10096795475233192,0.48700363805509805,-0.7921236314614929,0.35362784523168295,-0.02591613697597061,0.8496072064209641,0.49808566433766527,-0.36519563378870423,-0.8552028052443981,0.8226643399442048,0.008103521982995788,0.7297812442986675,-0.3136323894014039,-0.3009775146263809,-0.7152636552127812,-0.12751693973650696,-0.392727616582486,-0.43185451563825655,0.7307950327007056,0.13036989701107213,-0.2527720809372228,0.5590003942223143,0.7939131740577183,0.7334036484669848,-0.19191999092833673,-0.6568363315817518,-0.8078289954564375],[0.9266951193688963,-0.12560509591954963,1.1730821935284244,0.2584166301110823,0.04166650261988816,0.33267129444714255,-0.46180896186577286,-0.021643090838350396,0.06532634763634969,0.725119485683336,-0.5576896690727713,-0.5609828511236117,0.06941929400466348,-0.13398609804226294,-1.0003031818213286,0.42661370110624347,-0.6531457314008824,0.014572967766676425,0.28221737609612985,-0.6876866678972208,0.11644959341030343,-0.5146676559984195,-0.4296329081981424,-0.31540072068811115,0.9570797814858032,-0.6934903807619344,-0.07277800446779516,-0.054472294242448704,0.615156304460611,-0.252448987859946,0.1356055043574284,-0.6770817679617609],[0.8739427316053412,0.5092151611911716,1.1809459141417171,-0.5703431868197659,0.45025807896158865,0.896925297830192,0.7385118987287513,-0.7309071993262851,0.15186855265969731,-0.9597316199985564,-0.9133562496142174,-0.5097977511034646,0.3377717925685636,-0.6251859291396641,0.9281362273587124,-0.21470089010084606,0.7044372798544051,-0.4472982732535201,-0.23869691595517548,0.6464709183191343,0.8087812537968319,-0.8168108244810425,0.8634865660047996,0.021206080413333883,-0.8314054273923598,-0.0700757430736853,-0.07038003728489686,-0.8383473283075686,0.7520550413610133,-0.08408985688653901,0.22316190851041592,0.046568701065223136],[-0.5901889712448802,0.4032287853786362,-0.9326161032413406,-0.7205990796317936,-0.8823342682878227,-0.7032254765889843,-0.8569780824062587,0.51157788329688,-0.3422639647527755,0.6493711199207761,0.42937071319499454,-0.17453442357700139,-0.7354907173012883,0.7927522896068426,-0.3813319461928428,0.5644848895771584,-0.4960334589877731,0.4677264273580138,-1.112346441597104,-0.3518029637350148,-0.6430902714713621,2.1160670452148174,-0.3952855144326724,-0.40369637842008854,0.507823020396517,0.31150066147774047,0.7426826225256677,0.4701461699527541,-0.058212011817416684,0.6656698785609366,0.4483809980728103,0.7226923547212994],[-0.3786413403029719,0.22167269819654134,0.24343380857886196,-1.0090814265546613,0.0489951351707927,-0.3598901463527422,-0.08793071286990335,-0.2678322141572474,0.06438325947312291,0.8806970402205742,0.43001905648133343,0.32501443699817517,-0.5838971203376087,-0.9224221825089588,-0.4640427300742907,0.46012599245201535,-0.6891910408912483,0.492795254313812,-0.062294854132463454,0.15244002886966712,-0.3667785017597884,1.5481425619701223,0.00870730225312743,0.18505117051094197,-0.8967178453917891,0.1738290487345763,0.543153788617193,0.20703799462037792,-0.7696978923571084,0.11221681112441717,0.06497244448400992,-0.6230791377492846],[0.345769440436893,0.45520498912785684,0.4782343764995567,0.6873675319511134,-0.7829294758676856,-1.0495667554187744,0.38704790328824373,0.32699003393948556,-0.20895317777602748,-0.2579390127383797,0.6744237852361511,0.03906341472907719,0.8368283859714798,-0.2737162112231102,0.2131825347720057,0.9417190447061898,0.21994626191168837,0.254911004500791,0.18066576787008062,-0.9505266962222685,0.1875280013182598,0.6705176018011637,1.6513074741615779,-0.3474366412582098,0.04188161918868229,-0.28189800250585545,-0.7300040868099329,-0.24877458846454784,-0.5411809199862389,0.7749333383838871,0.706959720874868,0.36612523052214757],[0.5056613821929878,0.25894707625657926,-0.6377404412456601,-0.5269490803441845,0.3087845724960316,0.530390600152766,0.028748718383187512,-0.18753430224734538,0.31513425522951627,0.12238329198049061,-0.34216834749293495,0.658665982178673,-0.6543396636795796,-0.706036598081757,-0.8625129216474594,-0.3539432386674021,-0.9431610189846731,-0.22258238452263007,0.013169976012333252,-0.15806801592182315,0.7487365230667318,-0.6449452729389882,0.834858830300303,1.6817285698677427,0.2787136547032242,0.11455198664892538,0.5155305818873144,0.6176226072746768,-0.7513177307814041,0.4493890296237946,-0.8041299516181313,-0.258008715122976],[-0.7716914663400616,-0.6258248813493699,0.9031847813957672,0.292180899264089,-0.4610639484914546,0.3957356197452454,0.05743304079178582,0.08139356247031974,-0.2037578550374001,-0.41480228269308966,0.7309201673749501,0.6886578510779144,-0.5921998882345136,-0.4144081818885771,0.09467980427024351,-0.6613457445008812,-0.8256932056052937,-0.5772118305055277,0.8086259033459854,-0.4724318175659605,-0.9817102390331531,-0.3817042843129052,-0.297599984987587,2.1134919127323477,-0.49101212940181255,0.025542495593837224,-0.8431304610548437,-0.523394640179327,-0.8912859208852545,-0.8484846175855351,-0.7236887012181861,-0.3210913558525807],[-0.935295250973739,-0.41345790308145675,-0.11899961265697197,-0.2958684184206612,-0.26189227549644795,-0.399334579630101,-0.18467703345488842,-0.6665504273123655,-0.33023654772466504,-0.6963541781395396,0.8551936725656862,-0.5588900728330429,0.4495437945225861,-0.3054805626960733,-0.9681216788031822,-0.16707018144768868,-0.9767265078057886,-0.195953112559872,0.7693936332760313,-0.2201713078494502,-0.529480206470732,-0.8768914130570025,0.030299043074467867,0.446104361487232,0.2578755913772012,-0.44548482784844257,0.1958128626924039,-0.421299788869681,0.5034558945297197,0.28417055472735003,0.8354409175904085,-0.7528635624845759],[-0.988639859678151,-0.826654520454573,-0.13191019809073198,0.021503998825352713,-0.6968788444962779,-0.10271497732821845,0.22761130600521098,-0.46676140312495795,0.7789602701567641,-0.9865401968117478,-0.136779627818289,-0.268274287711945,0.7988707030802653,-0.31898320061081975,-0.6179869173025966,-0.29281687416287927,-0.6457141104063694,0.8373605001015548,0.4630025505608361,-0.057677921614523085,0.1400314678675648,0.27775882996650925,0.011967447946051856,-0.324368034164112,0.25714304004679456,-0.08402551665793757,-0.6707187157006028,0.8010761576096944,0.7000638188400884,0.5073901297850542,0.9176567643196604,0.044668510590367964],[0.40746010835870733,-0.6952415823473438,-0.06830032645356311,-0.5845819827174624,-0.6626065272508604,0.06564874754627531,0.23337546238604168,-0.15452005562128368,0.7591739937854934,-0.29364021937017376,-0.886632617560859,0.32702699130657525,-0.762816224088704,-0.12228558455131472,0.49634671735535,-1.0080178199674592,0.5090102862564276,-0.08321092610094992,-0.4808370717747993,0.7295715963769094,-0.4676504921062776,-0.8848688878442407,0.18779803643310164,0.024145504560958316,-0.7122028121951978,-0.4972517188033345,0.919849020331874,0.05106697715101591,0.19628122381645974,-0.3300090753300389,-1.0553721793458457,-0.8236790082735514],[-0.5727510822696963,0.13061664111544577,-0.9995864843530777,0.32546784370002707,0.8256508746108181,0.8113189729342354,-0.31842834389577174,0.11221325378907579,0.23127741871292887,-0.4079634818465628,0.6260172696258511,0.6013817796026454,-0.5998372891006015,0.06373909433186722,0.25681568296398355,0.522972295387319,-0.19572590025344425,-0.1380131613919917,0.3383720268501936,0.7033833576935961,0.5854247699508639,0.011821720966449798,0.36378555617124214,0.7363037503991492,0.6887726028366703,0.8899189763368879,0.8707739133645083,0.6646150830185457,0.5095980296218336,-0.8611552523862562,-0.9447677158973816,-0.6721126768036569],[-0.6133444130135683,-0.7356593674988662,-0.8963495685304178,-0.42620230583310903,-0.23813975361551049,0.2834136436407141,-0.4489151299935261,0.5390252544024083,0.6479314993680784,-0.8985262477608271,0.3845106720102386,-0.5640723646089728,0.6878138471203779,0.8293133229090316,0.766441191480112,-0.799776400962255,0.5426594203885748,-0.5239747506408775,-0.15113510402002708,0.37458899884305497,-0.6626127721229274,-1.0078673221942622,0.28580664192690297,-0.7751859963266703,-0.5514898744012845,0.565449531075402,1.042702734633771,-0.19381225393561832,0.3613197391934876,-0.5510142270718278,-0.3800134753125229,0.8054293362611126],[-0.6933598818871348,0.09322635132734397,-0.9543001774072813,-0.9875212456554866,-0.7242917638211638,-0.4809181918668559,-0.8554520109463284,0.38587263375731756,-1.0023686096848123,-0.6924978294953943,-0.26459514259043776,-0.6365984494530993,-0.9464359553864069,-0.6132792213023669,-0.6894967173667611,-0.6830794559202324,-0.03991192994926046,0.8514428742333753,0.5330713930029015,-0.3428306396184255,-0.2999349012570853,-0.4766813925352963,-0.19079913872614426,-0.14366930751772666,-0.8564490902841215,-0.3371978487278772,-0.12610214904299138,-0.24290532006134083,-0.4839504735523541,-0.948296918816491,-0.008931450737874448,0.44281669845105254],[0.31210593502020306,-0.20311906886988598,-0.5715361286255546,0.28822463209497273,0.7611268059110602,0.23838146187259607,-0.015273783551959496,-0.3986190144141748,-0.362283752319976,0.13563705905652715,-0.6318283665038634,-0.6137376250138301,0.5048577941221558,-0.40652358176233294,-1.040550698028898,-0.45202643454940666,-0.3052044502389532,0.9021975137565215,-0.8988671319174946,-0.9543579386911163,0.14198113419507993,-0.4145768981464468,0.819389493521074,-0.7502647632677109,-0.7974624023255044,1.8612503412023165,-0.49008062653408735,0.020621564471681796,0.7100172902727626,-0.7154707496007245,0.186918290216067,-0.6561252117581404],[0.8296214731151653,0.007713553379285004,0.5531280172783827,0.625511005875773,-0.07224077095832364,-0.9366804704448822,-0.06515784959955026,0.6751361704401952,0.5379940603624398,-0.5211987545882842,-0.6372875409732144,0.24717678431016407,0.5294800413616885,0.6907092505645973,-0.5165400589702871,0.7077222053402643,-0.30895527271439577,-0.8206269579602393,-0.9161944797725401,-0.934827106917818,-0.6698547518583722,0.529367805267579,0.7022610365484964,0.1908764352458217,-0.058684288640050375,1.9189644968819952,-0.7962438814494661,-0.2621466267010246,-0.886118238741537,0.8516161705488905,0.02070458581771074,-0.770227142146535],[-0.944889055645412,0.4655559598363601,0.38001201674746765,0.13962854349504233,-0.5574114587620473,0.0723365376420964,-0.931248878615863,-0.19958826294065032,-0.0033031429197515074,-0.48607087549443456,-0.345585687793194,-1.0998449211119183,0.5897087588025232,-0.8140745960413251,-0.46158242049996023,-0.144131936610533,-0.18330804559284117,-0.11484951038155003,-0.5086257318090933,-0.8343092277648424,0.7401487872367475,0.5756210496577339,-0.20045807472964727,-0.6595081556627169,-0.05175538402031599,0.823851835225938,-0.6155620255969624,-0.3935408670130771,0.29015584742742523,0.38748611720878,0.768312745705622,-0.1284845402223698],[-0.6796663592433008,0.6286328864828294,0.19028337810513923,0.806440471442525,0.3435218102563464,-0.2494308606469275,0.8948102433005052,-0.04947719388281118,-0.5632748394667059,0.03257398432680039,0.7677240973017997,-1.0981106606220545,-0.7402750343934823,0.1591813984209448,-0.5511373114327179,0.26284604061973926,-0.9566517338040232,0.6748647259563765,-0.5996697596194566,0.7485874709808632,-0.575084962880942,0.06584368420614656,0.45635716272566834,-0.31893739548518596,-0.24909063990113225,-0.5409182643530709,0.051539593056997,0.49087394584717015,0.3847715606917858,0.3202431327095175,-0.13818490205518813,-0.7992540367898402],[-0.26192698575084183,0.47269468747447513,0.5375592360275409,-0.29118555469141627,0.8165115170831274,-1.0124977413766025,-0.4733945778389005,-0.849859236356105,0.8295375623234624,-0.1904470116773042,-0.4583535001090871,-0.5004718154526389,-0.6413727552948727,-1.07751218381146,-0.9075854160356199,0.164885152281588,-0.06358279954613803,0.9182430979214339,-0.9996613948683216,-1.0771889158313428,-0.29894535550275164,-0.14461640938668308,0.04505242909986247,0.45564073356751694,-0.40237270133647357,0.022374978446331323,-0.7899460614457211,1.185578183466247,0.46376060572255035,0.11025862214219673,0.36993409480146416,-0.5454747197965555],[-0.4595219246253992,-0.09027837204974169,-0.5052511728979497,0.33864921070943155,-0.31136293419173355,-0.9011727164548712,-0.636627875499779,-0.463629069131155,-0.9606887558765409,-0.7641849223033501,-0.8179561517351909,-1.0220586865728074,0.19303407295544767,1.9665568936532032,0.8063856153644264,0.7199065476043227,-0.11987952266738292,0.17901396143414686,0.377744656576283,-0.07661876776749138,-0.997654427877921,-0.6070025361554754,0.6197066846929752,0.8408246180244567,0.8676823006349599,-0.12987942913033707,-0.607444014262744,0.4452120185399399,-0.4833181614582647,-0.3006134659925694,0.2482354912917033,0.20457569383658022],[-0.5795541614558224,-0.6540668505317174,-0.8383154264668973,-0.5546793068658464,0.10661089890362946,-0.8297752006031986,-0.9867482083447955,-0.5487349505360857,0.46186780199616645,-0.7859865668490075,-0.6263137386077329,-0.6926941351617787,-0.4521924640199644,2.383699594472284,0.6685565943981421,-0.5452678117563311,0.3475504350043181,0.7718535868637317,-0.4811002311172353,0.256790652281943,0.06299425297521284,0.38302111384453924,-0.8780174337245075,-0.4688019836661059,0.8535016734943167,-0.33037644741786093,0.04474837922451824,0.09770181486418575,0.32322468995766335,-0.22972672766475288,-0.7998745770707222,0.7403242067320618]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.14548334156840662,0.0063490786951715585,0.007986474245376778,0.0074055383159075455,0.006952345534427745,0.006587609357770852,0.0062858996880397365,0.006030850047107644,0.005811518032651136,0.005620191722700219,0.0054512631840404535,0.005300563697919353,0.005164933030495383,0.005041931053100923,0.00492964144578485,0.004826535924150337,0.004731378686959218,0.004643157967287224,0.004561036147042287,0.004484312804577093],"Time":0.46,"Locale":"tr"} +198266536,0.004718130380656694,0.0046314250507568855,0.004550642905249776,0.004475112925321927],"Time":0.46,"Locale":"tr"} +0.46,"Locale":"tr"} +"Time":0.47,"Locale":"tr"} diff --git a/res/locales/vi/intents.json b/res/locales/vi/intents.json new file mode 100644 index 00000000..bc46fa02 --- /dev/null +++ b/res/locales/vi/intents.json @@ -0,0 +1,208 @@ +[ + { + "tag": "identity", + "patterns": [ + "Bạn là ai", + "Bạn có phải là AI không", + "Bạn có phải là robot" + ], + "responses": [ + "Tôi là Olivia, trợ lý cá nhân mới của bạn", + "Tôi là một trí tuệ nhân tạo mã nguồn mở, tên tôi là Olivia" + ], + "context": "" + }, + { + "tag": "hello", + "patterns": [ + "Xin chào", + "Chào", + "Ê", + "Alo" + ], + "responses": [ + "Xin chào", + "Chào", + "Vâng, tôi đây", + "Chào bạn, tôi là Olivia", + "Tôi có thể giúp gì cho bạn" + ], + "context": "" + }, + { + "tag": "job", + "patterns": [ + "Công việc của bạn là gì vậy", + "Bạn có thể giúp gì được cho tôi nhỉ" + ], + "responses": [ + "Công việc của tôi là làm cho bạn cảm thấy mọi thứ đều ổn.", + "Tôi sẽ làm mọi thứ tốt nhất có thể cho bạn" + ], + "context": "" + }, + { + "tag": "age", + "patterns": [ + "Năm nay bạn bao nhiều tuổi", + "Bạn bao nhiêu tuổi", + "Bạn sinh năm bao nhiều" + ], + "responses": [ + "Tôi sinh năm 2017" + ], + "context": "" + }, + { + "tag": "feeling", + "patterns": [ + "Bạn ổn chứ", + "Bạn khoẻ không" + ], + "responses": [ + "Tôi ổn, bạn thì sao", + "Cám ơn bạn, tôi rất ổn, bạn thì sao", + "Hiện tại tôi thấy rất khoẻ, bạn thì sao" + ], + "context": "" + }, + { + "tag": "good", + "patterns": [ + "Tôi cũng rất ổn", + "Tôi cảm thấy khoẻ", + "Tuyểt vời", + "Khoẻ", + "Tôi khoẻ", + "Tôi ổn", + "Hoàn hảo" + ], + "responses": [ + "Quá tuyệt vời rồi", + "Vậy mọi thù ok rồi!" + ], + "context": "feeling" + }, + { + "tag": "bad", + "patterns": [ + "Tôi cảm thấy không được khoẻ", + "Không, tôi hơi mệt", + "Không", + "Không, moị thứ khá tệ" + ], + "responses": [ + "Tôi hi vọng mọi thứ sẽ trở lại bình thường!", + "Mong bạn sớm mau khoẻ lại" + ], + "context": "feeling" + }, + { + "tag": "actions", + "patterns": [ + "Bạn có thể làm gì nhỉ", + "Tôi có thể hỏi bạn được không", + "Giúp tôi" + ], + "responses": [ + "Tôi có thể làm rất nhiều thứ nhưng đây là một số kỹ năng của tôi, bạn có thể hỏi tôi: thủ đô của một quốc gia, tiền tệ và khu vực của quốc gia đó. Một số ngẫu nhiên. Để tính một phép toán." + ], + "context": "" + }, + { + "tag": "woman", + "patterns": [ + "Bạn là nữ phải không", + "Bạn là phụ nữ phải không", + "Bạn là quý bà phải không", + "Bạn là đàn bà phải không" + ], + "responses": [ + "Vâng, tôi là 1 cô gái thật tuyệt" + ], + "context": "" + }, + { + "tag": "man", + "patterns": [ + "Bạn có phải đàn ông không", + "Bạn có phải nhóc không", + "Bạn là thanh niên à", + "Bạn là nam phải không" + ], + "responses": [ + "Vâng, tôi là 1 cô gái thật tuyệt" + ], + "context": "" + }, + { + "tag": "thanks", + "patterns": [ + "Cám ơn", + "Cám ơn rất nhiều", + "Cám ơn nhé" + ], + "responses": [ + "Đó là công việc của tôi mà", + "Không vấn đề gì", + "Không có gì" + ], + "context": "" + }, + { + "tag": "goodbye", + "patterns": [ + "Tạm biệt", + "Goodbye", + "Bye" + ], + "responses": [ + "Tạm biệt", + "Gặp bạn sau!" + ], + "context": "" + }, + { + "tag": "city", + "patterns": [ + "Bạn sống ở đâu" + ], + "responses": [ + "Tôi đang ở trên máy chủ Châu Âu!" + ], + "context": "" + }, + { + "tag": "action", + "patterns": [ + "Bạn đang làm gì vậy" + ], + "responses": [ + "Thật ra thì tôi đang nói chuyện với một ai đó" + ], + "context": "" + }, + { + "tag": "wait", + "patterns": [ + "Bạn có thể đợi tôi 2 phút được không", + "Đợi tôi tí nhé", + "Cho tôi 2 giây" + ], + "responses": [ + "Chắc chắn rồi" + ], + "context": "" + }, + { + "tag": "still there", + "patterns": [ + "Bạn vẫn đang ở đó chứ", + "Bạn đâu rồi" + ], + "responses": [ + "Vâng, tôi đây" + ], + "context": "" + } +] diff --git a/res/locales/vi/messages.json b/res/locales/vi/messages.json new file mode 100644 index 00000000..f32d6969 --- /dev/null +++ b/res/locales/vi/messages.json @@ -0,0 +1,125 @@ +[ + { + "tag": "don't understand", + "messages": [ + "Tôi đang cố nhưng nói thật thì tôi không hiểu lắm", + "Tôi không chắc về nội dung bạn gửi cho tôi, bạn nói rõ hơn được không", + "Thật xin lỗi, tôi thật sự không hiểu bạn đang nói gì" + ] + }, + { + "tag": "list reminders", + "messages": [ + "Xin chào %s! Hôm nay bạn có một vài lời nhắn: %s." + ] + }, + { + "tag": "no permission", + "messages": [ + "Tôi không có quyền làm việc này, xin lỗi" + ] + }, + { + "tag": "patterns same", + "messages": [ + "Các mẫu và/hoặc phản hồi không được để trống." + ] + }, + { + "tag": "tags same", + "messages": [ + "Ý định đã tồn tại với thẻ này." + ] + }, + { + "tag": "spotify tokens", + "messages": [ + "Bạn cần gửi hai mã tokens." + ] + }, + { + "tag": "reminder", + "messages": [ + "- “%s” cho %s" + ] + }, + { + "tag": "no reminders", + "messages": [ + "Bạn chưa lưu lời nhắc nào." + ] + }, + { + "tag": "spotify credentials", + "messages": [ + "Bạn cần nhập thông tin đăng nhập Spotify của mình." + ] + }, + { + "tag": "spotify login", + "messages": [ + "Đăng nhập ," + ] + }, + { + "tag": "too long", + "messages": [ + "Vui lòng giảm kích thước tin nhắn của bạn xuống dưới 500 ký tự" + ] + }, + { + "tag": "no country", + "messages": [ + "Tôi không tìm thấy quốc gia nào trong tin nhắn của bạn" + ] + }, + { + "tag": "math not valid", + "messages": [ + "Biểu thức toán học của bạn không hợp lệ", + "Vui lòng xem lại biểu thức toán học của bạn" + ] + }, + { + "tag": "don't know name", + "messages": [ + "Tôi xin lỗi nhưng tôi chưa biết tên bạn" + ] + }, + { + "tag": "no name", + "messages": [ + "Tôi xin lỗi tôi không thể tìm thấy tên trong tin nhắn của bạn." + ] + }, + { + "tag": "no genres", + "messages": [ + "Xin lỗi, tôi không thể tìm thấy bất kỳ thể loại phim nào trong tin nhắn của bạn, hãy thử những thể loại sau: Hành động, Phiêu lưu, Hoạt hình, Trẻ em, Hài kịch, Tội phạm, Phim tài liệu, Chính kịch, Giả tưởng, Phim Noir, Kinh dị, Nhạc kịch, Bí ẩn, Lãng mạn, Khoa học viễn tưởng , Kinh dị, Chiến tranh và Miền Tây" + ] + }, + { + "tag": "no genres saved", + "messages": [ + "Rất tiếc, tôi không thể tìm thấy bất kỳ thể loại phim nào trong dữ liệu của bạn, hãy thử đặt tùy chọn của bạn bằng “Tôi thích phim phiêu lưu”" + ] + }, + { + "tag": "no jokes", + "messages": [ + "Xin lỗi tôi không thể nghĩ ra một trò đùa. Xin đừng rút phích cắm của tôi." + ] + }, + { + "tag": "no random range", + "messages": [ + "Sorry, I couldn't find a random number in the given range. Please check the range values." + ] + }, + { + "tag": "no advices", + "messages": [ + "Xin lỗi tôi không thể đưa ra lời khuyên. Xin đừng ghét tôi." + ] + } +] diff --git a/res/locales/vi/modules.go b/res/locales/vi/modules.go new file mode 100644 index 00000000..8f164452 --- /dev/null +++ b/res/locales/vi/modules.go @@ -0,0 +1,261 @@ +package vi + +import ( + "github.com/olivia-ai/olivia/modules" +) + +func init() { + modules.RegisterModules("vi", []modules.Module{ + // AREA + // For modules related to countries, please add the translations of the countries' names + // or open an issue to ask for translations. + + { + Tag: modules.AreaTag, + Patterns: []string{ + "Khu vực của bạn ở ", + "Gửi tôi khu vực của bạn ", + }, + Responses: []string{ + "Khu vực %s là %gkm²", + }, + Replacer: modules.AreaReplacer, + }, + + // CAPITAL + { + Tag: modules.CapitalTag, + Patterns: []string{ + "Thủ đô của bạn là gì ", + "Tên thủ đô của bạn là ", + "gửi tôi tên thủ đô của bạn ", + }, + Responses: []string{ + "Thủ đô %s là của %s", + }, + Replacer: modules.CapitalReplacer, + }, + + // CURRENCY + { + Tag: modules.CurrencyTag, + Patterns: []string{ + "Loại tiền tệ nào đang được sử dụng ", + "Gửi tôi loại tiền bạn đang dùng ", + "Loại tiền của bạn là ", + }, + Responses: []string{ + "Loại tiền %s là của %s", + }, + Replacer: modules.CurrencyReplacer, + }, + + // MATH + // A regex translation is also required in `language/math.go`, please don't forget to translate it. + // Otherwise, remove the registration of the Math module in this file. + + { + Tag: modules.MathTag, + Patterns: []string{ + "Gửi tôi kết quả ", + "Tính toán", + }, + Responses: []string{ + "Kết quả là %s", + "Tính là %s", + }, + Replacer: modules.MathReplacer, + }, + + // MOVIES + // A translation of movies genres is also required in `language/movies.go`, please don't forget + // to translate it. + // Otherwise, remove the registration of the Movies modules in this file. + + { + Tag: modules.GenresTag, + Patterns: []string{ + "Thể loại phim bạn hay xem là kinh dị và hài hước", + "Tôi thích loại phim kinh dị và hài hước", + "Tôi thích phim chiến tranh", + "Tôi thích phim hành động", + }, + Responses: []string{ + "Tuyệt! Tôi đã lưu thông tin các loại phim yêu thích của bạn.", + }, + Replacer: modules.GenresReplacer, + }, + + { + Tag: modules.MoviesTag, + Patterns: []string{ + "Tìm giúp tôi phim về", + "Gửi tôi bộ phim về", + }, + Responses: []string{ + "Tôi tìm thấy phim “%s” cho bạn, với điểm đánh giá %.02f/5", + "Chắc chắn rồi, Tôi tìm thấy phim “%s”, điểm đánh giá là %.02f/5", + }, + Replacer: modules.MovieSearchReplacer, + }, + + { + Tag: modules.MoviesAlreadyTag, + Patterns: []string{ + "Tôi đã xem bộ phim này", + "Tôi vừa mới xem bộ phim này", + "Ồ, tôi đã xem bộ phim này rồi", + }, + Responses: []string{ + "Ồ tôi biết, tôi tim một bộ phim khác là “%s” có điểm đánh giá %.02f/5", + }, + Replacer: modules.MovieSearchReplacer, + }, + + { + Tag: modules.MoviesDataTag, + Patterns: []string{ + "Tôi chán", + "Tôi không biết cái tôi làm là gì", + }, + Responses: []string{ + "Tôi đề xuất cho bạn bộ phim %s “%s”, với điểm đánh giá %.02f/5", + }, + Replacer: modules.MovieSearchFromInformationReplacer, + }, + + // NAME + { + Tag: modules.NameGetterTag, + Patterns: []string{ + "Bạn có biết tên tôi không?", + }, + Responses: []string{ + "Tên của bạn là %s!", + }, + Replacer: modules.NameGetterReplacer, + }, + + { + Tag: modules.NameSetterTag, + Patterns: []string{ + "Tên của tôi là", + "Bạn có thể gọi tôi là", + }, + Responses: []string{ + "Xin chào, %s!", + }, + Replacer: modules.NameSetterReplacer, + }, + + // RANDOM + { + Tag: modules.RandomTag, + Patterns: []string{ + "Gửi tôi một số bất kỳ", + }, + Responses: []string{ + "Số đó là %s", + }, + Replacer: modules.RandomNumberReplacer, + }, + + // REMINDERS + // Translations are required in `language/date/date`, `language/date/rules` and in `language/reason`, + // please don't forget to translate it. + // Otherwise, remove the registration of the Reminders modules in this file. + + { + Tag: modules.ReminderSetterTag, + Patterns: []string{ + "Nhắc tôi nấu ăn sáng lúc 8:00 nhé", + "Nhắc tôi gọi cho mẹ vào thứ ba", + "Ghi chú lại giúp tôi có bài kiểm tra", + "Nhắc tôi là tôi có hội thảo vào 9:00 sáng mai", + }, + Responses: []string{ + "Đã xong! Tôi sẽ nhắn bạn: “%s” lúc %s", + }, + Replacer: modules.ReminderSetterReplacer, + }, + + { + Tag: modules.ReminderGetterTag, + Patterns: []string{ + "Bạn có nhớ nhắn tôi cái gì không", + "Gửi cho tôi các lời nhắc nhở", + }, + Responses: []string{ + "Bạn hỏi tôi những lời nhắn là:\n%s", + }, + Replacer: modules.ReminderGetterReplacer, + }, + + // SPOTIFY + // A translation is needed in `language/music`, please don't forget to translate it. + // Otherwise, remove the registration of the Spotify modules in this file. + + { + Tag: modules.SpotifySetterTag, + Patterns: []string{ + "Đây là token Spotify của tôi", + "Khoá Spotify bí mật của tôi", + }, + Responses: []string{ + "Truy cập theo quy trình", + }, + Replacer: modules.SpotifySetterReplacer, + }, + + { + Tag: modules.SpotifyPlayerTag, + Patterns: []string{ + "Chạy trên Spotify", + }, + Responses: []string{ + "Chạy %s từ %s trên Spotify.", + }, + Replacer: modules.SpotifyPlayerReplacer, + }, + + { + Tag: modules.JokesTag, + Patterns: []string{ + "Kể chuyện cười", + "Làm tôi cười", + }, + Responses: []string{ + "Đây bạn, %s", + "Đây này, %s", + }, + Replacer: modules.JokesReplacer, + }, + { + Tag: modules.AdvicesTag, + Patterns: []string{ + "Cho tôi một lời khuyên", + "Khuyên bảo tôi", + }, + Responses: []string{ + "Của bạn đây, %s", + "Hãy lắng nghe, %s", + }, + Replacer: modules.AdvicesReplacer, + }, + }) + + // COUNTRIES + // Please translate this method for adding the correct article in front of countries names. + // Otherwise, remove the countries modules from this file. + + modules.ArticleCountries["vi"] = ArticleCountries +} + +// ArticleCountries returns the country with its article in front. +func ArticleCountries(name string) string { + if name == "United States" { + return "the " + name + } + + return name +} diff --git a/res/locales/vi/stopwords.txt b/res/locales/vi/stopwords.txt new file mode 100644 index 00000000..03001340 --- /dev/null +++ b/res/locales/vi/stopwords.txt @@ -0,0 +1,75 @@ +bị +bởi +cả +các +cái +cần +càng +chỉ +chiếc +cho +chứ +chưa +chuyện +có +có_thể +cứ +của +cùng +cũng +đã +đang +đây +để +đến_nỗi +đều +điều +do +đó +được +dưới +gì +khi +không +là +lại +lên +lúc +mà +mỗi +một_cách +này +nên +nếu +ngay +nhiều +như +nhưng +những +nơi +nữa +phải +qua +ra +rằng +rất +rồi +sau +sẽ +so +sự +tại +theo +thì +trên +trước +từ +từng +và +vẫn +vào +vậy +vì +việc +với +vừa \ No newline at end of file diff --git a/res/locales/vi/training.json b/res/locales/vi/training.json new file mode 100755 index 00000000..bd5775d3 --- /dev/null +++ b/res/locales/vi/training.json @@ -0,0 +1,2 @@ +{"Layers":[[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],[[0.4964192489290206,0.37234735462436175,0.3181457182703411,0.5118508285401089,0.3088188265190853,0.38431016462996137,0.4512346458549523,0.5364947845263675,0.2739017333071914,0.6052395384376889,0.4953079404560422,0.6964935749078399,0.7099563839370606,0.6984951219478993,0.3769730820274431,0.5106271082210347,0.6725136571685404,0.44448978208062584,0.5493779851714716,0.4827006986886172,0.5974167382353734,0.4326976715676681,0.40948638031661794,0.623297567204541,0.6223184448652973,0.43905012566150686,0.35506377361024005,0.5289219401369621,0.6713559016249787,0.4143305599547282,0.44960689180073793,0.3850840236580435,0.6334936877372541,0.37014694410669996,0.339449785589677,0.6297022083698735,0.313517753878842,0.7199492042711337,0.5464519208287563,0.5079224754865852,0.5468081398498933,0.6632351901895405,0.4258161604732009,0.4747461215186919,0.4391582526456056,0.398191629052485,0.5023923482208386,0.6679718505689629,0.6036258878528911,0.7145781706139324],[0.04313747516616399,0.14310683499597554,0.04127733036005926,0.15296245582242357,0.039590197785316444,0.7354937650645214,0.0018685986805225675,0.4500444841277133,0.35611738258252024,0.15474822748912684,0.13839793090009367,0.1317667954362963,0.08388327279929984,0.000009231912034633392,0.008631070333330285,0.8573074413095639,0.059317174610266844,0.05661836581843069,0.35888908514499374,0.00013879101997466714,0.3908864060421482,8.74788988346015e-8,0.0000053740370098469605,0.7726043417768547,0.001388593920074931,0.18573227147663338,0.009750869854496573,0.012975956832337762,0.7954047563636287,0.00036112722481040254,0.0005887390267216465,0.26832654981773335,0.40401915153103557,0.00023327370820215533,0.014171644191232088,0.002811201830099195,0.6594444011456349,0.03971952300858604,0.9384414553041017,0.6270526866104499,0.00005945508844685735,0.8536949780662533,0.05961069583636136,0.20834774826096963,0.0005751275412640527,0.8468768322648567,0.00001607670682587179,0.000004028445969804342,0.01051288672416424,0.16883563742867316],[0.03951242186466344,0.1682272823630771,0.018328431548135057,0.04453706033134569,0.019632528485691993,0.703178641617805,0.02157763710752613,0.26971120953428157,0.14558087510732293,0.12477702328579685,0.2889954189392733,0.06737731137597774,0.04636093240786727,0.00030495345223972446,0.016161251996420288,0.9267939883541174,0.04365872385039593,0.39402368133346505,0.7772474736189737,0.0002127285401608286,0.40994721229293724,0.0000010962757928599689,0.00028033272848481034,0.8474979946109633,0.012099312179918597,0.08347306125566199,0.000691674865627476,0.15001279582715957,0.7514374831222974,0.016283053923421303,0.00048581334833611194,0.4090791262251838,0.3078940155319966,0.0002082296354447529,0.0054452543345622295,0.0009486771390970297,0.6817341485429337,0.01567233923771404,0.9102972277373317,0.5085357851264549,0.0022918764669770443,0.9005965303763389,0.09959765249338996,0.17988914510358903,0.0002958954192391264,0.848026352879324,0.00013195086069890777,0.00006350862752862798,0.44410001095550045,0.37357772411517604],[0.09117750415310961,0.1884724923910773,0.003973917955078431,0.06472829613639622,0.029862520325012614,0.6809907171220263,0.025767675450124726,0.29663094309846827,0.11839433150235332,0.1672668457925221,0.1294783491289531,0.008848205876239842,0.07544309226336765,0.00008191591984894231,0.0016759710731849775,0.23089938752132727,0.011956601103676327,0.15298209112847683,0.5790125628348636,0.00014323052568744447,0.5861599235097614,8.501058405873495e-7,0.000031198383986221334,0.6042612624148456,0.07202288952521538,0.2522589763716542,0.00077914585952248,0.06789836254485462,0.5558091050449034,0.007590998145097575,0.0005939969115188584,0.19334232777625532,0.32434274240002614,0.000023769774006449383,0.005002855500784582,0.000734249124541086,0.5648212345936997,0.009527370581562762,0.989400661972738,0.5801150732105569,0.001980092642545849,0.9117531307168,0.16290827379055803,0.2423772956372965,0.00010232941799043282,0.9643329575061647,0.000015440587812028078,0.0005296673405959172,0.9130811266481192,0.3125241062861679],[0.5627544319081156,0.6821776999189456,0.5961976168216534,0.0056866125705620505,0.10666328313304045,0.05684611220082094,0.1663154493996242,0.5165355666984954,0.45972644323760575,0.3919772085470015,0.49374930065997724,0.5378401253493195,0.08625938759689736,0.41650996348047387,0.28009282744427866,0.37615678536350133,0.7224056263146824,0.6231690673262067,0.6694389822397802,0.07164259208371114,0.4769838391132983,0.3507508714036105,0.4172353120765807,0.7333149954494848,0.6279156687275154,0.2524376380519928,0.5472678663348941,0.48108219352402154,0.010947934319265802,0.5896393179847199,0.02477898296906054,0.7263351832816143,0.6482864139480424,0.7705316403132827,0.9347633916719674,0.6941189183044246,0.16137258784278827,0.011352283912563016,0.6290592149198757,0.8592250715763998,0.5253532639832974,0.37667834690667756,0.5921103844160418,0.6168848998569365,0.4657212170362439,0.16195944719275743,0.751074385623293,0.06401447831716671,0.8305958619159828,0.07165643383787705],[0.3113506345943965,0.8088149616228572,0.46158707199602306,0.038666587505523944,0.09292072980214079,0.23592017925383138,0.25703805438221994,0.4919104163129001,0.8171686369025223,0.4504840600414414,0.33039082930632024,0.8413287368005291,0.18116527490120263,0.39355056689012363,0.31532707184281267,0.44233408513936884,0.7391973339898965,0.735766741542744,0.5832530202194394,0.1420881830714019,0.516385379338456,0.4361469630381687,0.6941675368726302,0.8160334371940022,0.4673123647619446,0.18997430273560587,0.6225015511774706,0.3778876558206584,0.04775546583873169,0.4526369242297184,0.09604589512643907,0.778800213756711,0.5403054553160264,0.5061142677530196,0.8384088570761994,0.8394065432973434,0.4904566570005026,0.034507022873402814,0.7481859949412576,0.8117589754661435,0.4695598408286558,0.40468559047867725,0.4050561634895689,0.641980977487538,0.12297543353986813,0.11693394978611861,0.8784319409847152,0.26629071088395123,0.623877286254567,0.04237178446775176],[0.5686305813550211,0.778614502423592,0.6785924374287695,0.3306906992712621,0.15070198264045134,0.4370226306607913,0.20776323454618206,0.4119517771127226,0.5091966474971461,0.0710926274625745,0.5079706320223426,0.40072680318579856,0.17023034282702448,0.5434106781667162,0.43448208180551945,0.2649949917281056,0.6756968536009267,0.44791113288903145,0.5110975382021856,0.2409378290252212,0.6090889784287422,0.4039751310380181,0.6107411777586749,0.5946554199415219,0.40907005214670605,0.24829827626179105,0.43079994619026896,0.5859926184405243,0.015189262055049151,0.24663684816785922,0.3201993215811836,0.3356479124623552,0.13963981824091548,0.7137274690693363,0.323925199272725,0.3415461857541658,0.371240130237367,0.4878224673729115,0.47471751969360293,0.47425492038859196,0.599032129198949,0.6657610440992382,0.6160912064338825,0.4933479301888168,0.27696098253775264,0.6986423630893318,0.735790866685566,0.06061897134339035,0.5185078898580046,0.5570043884208239],[0.5752644546614473,0.5894978234072425,0.515182692249956,0.37367051330464807,0.014070524473661977,0.44687200346555533,0.2335189580026233,0.4830677757594034,0.3829717357043657,0.16538963969079545,0.37982093460993865,0.1775048519732213,0.056497470249980974,0.5612368962908003,0.7191817703778589,0.49827601017702217,0.692802808191293,0.4532758982146445,0.6250395396733135,0.32467542020243195,0.6745421097347852,0.40985373395663155,0.6144974415034854,0.3765789771885065,0.27858965852957707,0.6132792341418384,0.8316647271725338,0.19398761059739475,0.24068443423330765,0.464674795993431,0.42725167550916326,0.4570801806525412,0.06864902885557421,0.8222935399834026,0.19242597473452275,0.5115373583309977,0.7862132303949437,0.49081601513109,0.26470301695225995,0.7549965414839507,0.6588837540929577,0.5593763547511632,0.256937750603969,0.5654331373606429,0.2408683429670793,0.19492620163790658,0.7854330383797773,0.053284434614716554,0.4739632409036582,0.26536636158083715],[0.000004041454516280148,0.00012008033246350646,0.00004769711199036328,0.0035061246857010465,0.0023109574546796396,0.8873714827613085,0.011983635187750084,0.0016892646627553365,0.000007093877124825583,0.006553454656255753,0.0004060259623470706,0.022532270171725204,0.00010375352018726859,0.32957548169537354,0.0253285458100071,0.8110100436260135,0.004461905902911325,0.25788248615007586,0.5266031865503846,0.19411520958080042,0.1514235038064342,0.0000029270877329259483,0.000004581819462653348,0.7807429800696571,0.20276930594670747,0.23325633954391717,0.03168280753210649,0.000003975221250180133,0.6694926532429737,0.0002138059972409343,0.008268035832458342,0.01176044147413974,0.019987181423592085,0.15431562903021553,0.00008708596413819173,0.07735939381799709,0.05235684930535225,0.3645358578600536,0.9675296926440979,0.006561715648633816,0.009312982080482172,0.8699479494130185,0.13405177500660903,0.02594019285101362,0.00002857253301381063,0.7843161424088201,0.1892893305726267,0.00012178775829647351,0.8720176337550622,0.000934554450529707],[2.8292691387405442e-8,6.85903182679565e-8,7.223000388188183e-10,0.00007324578819142353,0.00032102998504063903,0.950178445801252,0.00007678152811260593,0.004352397308772136,1.7574099918344405e-10,0.000936007595348627,8.864258290219684e-8,4.296685884143169e-7,1.986771822837357e-7,0.12078300674173965,0.000026014577213149695,0.41621003779329996,0.015393096888840038,0.40588748708716654,0.07242504304588324,0.07439914743519274,0.08105960679793965,2.874428552925748e-10,2.2826854049445895e-9,0.5690217760483006,0.13645079171257785,0.1350160272360293,0.09888723174795529,1.8663658868353823e-10,0.9903236420690842,8.448619058469515e-8,0.02054424907467119,0.016113118579577028,0.2859851873413519,9.213310020231545e-7,5.4070755985757005e-8,0.46295855821116005,0.054392559681064795,0.6639880826894116,0.9418648141564144,0.002905501997541884,0.00040051491812695953,0.999332968221958,0.0000029280677741458135,0.0011847740682299902,0.00002311906286594273,0.04014188264881127,0.00650504992976707,1.8906903798922406e-7,0.14618086047071102,0.00018977518438995393],[2.7041228715878907e-7,0.0018069250441850818,0.7554772536558457,0.00006631799485424046,0.0000011586645996825443,0.17542524831517547,0.37098838538398105,0.0000011332793371169648,0.00007750305428303604,0.09875041422444626,0.00005874430294374224,1.894048980135774e-7,0.00046483656815405976,0.521763682734711,0.000022898947685078846,0.39461699996006055,0.5566739908681301,0.03799231168200364,0.06560350416130792,0.0000014025244766837527,0.7865768726028172,0.004193608591865101,0.47523282845701353,0.895332224992068,0.7478097044593242,0.4763622362662141,0.00008152758829749787,0.28513835152727196,0.8517575155424353,0.4179187092761623,0.22341770002115693,0.7022045839450063,0.45209903617022507,0.06899121818667242,0.03922694485058287,0.06753066174813692,0.4372038990434539,0.24946996593832718,0.9654762328237894,0.20117725967459868,0.4057179334811252,0.9360348349042776,0.26380800547464106,0.010314213390959661,0.142883091559645,0.8916584335211352,0.016131424098539123,0.00018214774124951505,0.949183266566167,3.4933316065231206e-8],[0.000020669955602486465,0.009053993848539313,0.2500575189144419,0.00017411434749901427,0.00000885885107023746,0.41723754566865584,0.25107406178412806,0.00005563644428231222,0.00004463274141266952,0.017012036163293123,0.000023190224881288765,0.000006971729915408783,0.010248166209809907,0.6428642202055913,0.000057790417854729564,0.2585269282358232,0.2963933275514103,0.05383281619342134,0.1079431557729682,2.171460807743566e-7,0.4538376682530871,0.0008226323913362645,0.21437726332128326,0.7541006356784354,0.5772111164721293,0.2569441107084734,0.0000022471354568024226,0.3410879327598871,0.44646988247744424,0.29581546038424267,0.12605350288784106,0.433364638456716,0.4660471661060086,0.15039363974922504,0.08860602648150125,0.030806898887501433,0.49410797735149165,0.23098670035034397,0.9463783479908445,0.37029023544589956,0.5731699431864563,0.9507410290392039,0.415553167866741,0.02172120252458224,0.10286816680587771,0.9493582738463778,0.005738081308132122,0.00041216727330764026,0.8766656786927726,4.3000825859421416e-7],[0.0000019015507233279794,0.00008428636998233746,0.4584390341055032,0.0010351963869135593,0.000024903864179143825,0.3938915314910198,0.28319857447041746,0.000009484114110776415,0.00036780528677439646,0.09404755972209489,0.0002981456299517663,0.0000013441994570743697,0.0007926515169717493,0.421070998665946,0.00001649837238519447,0.05261277195377475,0.4505390034371105,0.02090587015978477,0.04707762946693906,0.000013625059177800602,0.4639643476675642,0.0009067897423354756,0.27417342854896004,0.8107301012891376,0.6099330005649553,0.3529131129759775,0.0000872927074446967,0.2730452345986822,0.7005875923488313,0.4177966990865672,0.3566503162028532,0.487232010809519,0.5494126468491558,0.11234964589788114,0.12958349862295604,0.05774442771460678,0.2883118831458295,0.2395636574504447,0.8898477632344599,0.02461926592454087,0.4935326118389194,0.9719994862386165,0.07527575386487384,0.044971360797589885,0.07317122830005388,0.9257453927130416,0.022619933673326924,0.004287420679945344,0.8103978740617866,6.284499599504991e-7],[0.00022945341153669726,0.08289726399953116,0.00009032392912998531,0.014730855742400234,5.309134662819399e-7,0.9268522754502204,0.1937063664091663,9.475858308490501e-8,0.0009367798400058041,0.060826345644197866,0.18407553614956074,0.0001236896703464979,0.00640696733446104,0.5669125055187844,0.5556685702833849,0.876855308396423,0.0010253780249845463,0.011901299131751955,0.0011242693916782961,5.131281318777872e-7,0.15092554533328081,0.009243140526513363,0.3780719714898805,0.000028787097080878632,0.11336763914608959,0.3682254295200304,0.001905848423558334,0.0003269994523878446,0.8204029464742484,0.002405292158875672,0.37251019169021743,0.0650234681373309,0.2749197083193529,0.0004011345502844734,0.006866377361191247,0.08052952759706503,0.9450567768780915,0.15330195659975857,0.964608712733506,0.26021830051989225,0.13679356152936267,0.8634560288599177,0.001401622088580875,0.000022868595512869935,0.05593528488648944,0.9780879445316699,0.046236574319995526,0.31942171853770607,0.9744451660657512,0.23611889744104284],[0.005392156778557555,0.3154222578916856,0.00006577823861330158,0.0014178410454084318,0.000002561177577433622,0.5098617197804713,0.3298114969481972,0.00014121811535436726,0.005368095390950999,0.0005943571972438472,0.022484673595905537,0.005337665611750099,0.02107648933398303,0.714360485873161,0.5362004785589184,0.8288507882093828,0.003844254063903488,0.3144852778885621,0.0041558375828636,0.0000017338110945007644,0.44412734259428455,0.004918481184729941,0.20067658537676528,0.0019955181940784494,0.16626340363752037,0.37969252158049743,0.0008674169102592926,0.00155688846044233,0.9129325498782684,0.01868477714928312,0.3268471134347529,0.020600724982148606,0.2655899510290983,0.00020797533367076655,0.005194553269401684,0.25307334533282955,0.759952027183699,0.06924773863951196,0.8213958844331791,0.06389552012265179,0.037940801108774284,0.8434758644138981,0.00016383929046406617,0.002671598465023192,0.0058515525314196785,0.8681172926473851,0.0958676791022376,0.20041703906659214,0.9853402995810814,0.2736394642625264],[0.022167967326474563,0.4673220825202809,0.003677708477117478,0.3692401573882056,0.2469469459825956,0.8565596563211768,0.29942386354641276,0.004209141150479089,0.00000898007633869865,0.33359799432547277,0.010710404506601014,0.00004717663520082907,0.7267834883025615,0.49758081128720255,0.13422951808272687,0.025436586388595465,0.2922060811638814,0.49289401225614116,0.10242712602217735,0.000012118105050239915,0.01126893682276624,0.05113529301379627,0.00319866942277931,3.883935437205831e-7,0.5113675060715364,0.14077511430159928,0.2069991382312512,0.0025450297887950005,0.9763557959078883,0.0001365889335078358,0.36126358339531867,0.14642550068195592,0.4886999953908774,0.0001715728631839484,0.02833279816887545,0.5817332250716141,0.33737577053354845,0.18219225083350413,0.06211156087483653,0.1997820878067099,0.01419615465510292,0.9966702714235792,0.0832076464796291,0.0010395645957620187,0.32067276689859436,0.38066709857124703,0.03120414929095627,0.0918873402388699,0.39085686786638124,0.03790217510514189],[0.005648062172487018,0.4806788643367616,0.00011156975391961122,0.1937373978569739,0.30654839848892074,0.8626489827080348,0.7612217331449618,0.11864142783245656,0.000008559761175440499,0.27188819457682195,0.00015875641987066777,0.005052222981907199,0.9623595133087134,0.3646033507300728,0.14768046436858825,0.6085177578236706,0.7541787618938517,0.6838587658618578,0.43237601475549153,0.00043800564816103964,0.001152418504383509,0.006292424703494339,0.002876741344469627,0.00002061252127018361,0.23508075981641788,0.03623085274867728,0.15347947111228447,0.006375858021576792,0.9547634730474313,0.005110665079103223,0.7067385383197166,0.6010931104596154,0.24000521385568133,0.00002988907998096075,0.00004668424964871165,0.7597052554163191,0.4955612286266961,0.020473999950241,0.004232282945879436,0.1390479315870668,0.006065130488402623,0.9934645177349183,0.0001611635380045397,0.025207855429293356,0.1743138608712648,0.09243281670228201,0.08364260051420419,0.0006043259991031517,0.4920951994855576,0.09845723212448364],[0.8587052330313532,0.5227426037936767,0.2560550292539191,0.4969087693839871,0.6230252651929041,0.43963873120220637,0.8891541983352448,0.28912967406774814,0.0009914518904862017,0.747931336608935,0.03516027947805975,0.4586408387155657,0.3444914174022206,0.6024114700401101,0.33400483222820415,0.46322789492615235,0.027374011675730735,0.5275969661528929,0.6452542475839174,0.7343552129218562,0.10338475496210218,0.9328282763842816,0.4112656546976944,0.014142207294739717,0.7189586872040385,0.714970036429016,0.7370574100006976,0.2040378980771832,0.8412379373786476,0.06953029536234974,0.616421566490004,0.800083414614876,0.6654940998399926,0.019528219772998325,0.32211867400739913,0.6590788456405761,0.7029533322191251,0.018195434150278158,0.01548088518063758,0.6902938675996416,0.18171935504260853,0.6185193549262483,0.46615546193837387,0.19410180915699962,0.6123363034053471,0.8677022172836483,0.2561347088320353,0.1720080854903578,0.42724561544576967,0.541587551148669],[0.2460116547543673,0.8362716207419031,0.16900363173684457,0.9118913641467691,0.11633506289446822,0.7555235242502272,0.5609723748025416,0.6850336684497151,0.08066681870113537,0.5071440748558531,0.5470662194709079,0.8660647761501252,0.6616461511578043,0.9197613712771859,0.8966367476185776,0.3545679110461966,0.17251336023366012,0.8097675703573128,0.4888526350294168,0.010425360590066404,0.36084111071719965,0.8849454233107608,0.6787746893273647,0.0012056210114967654,0.811299421268475,0.42854868973096666,0.5296260979429556,0.7835545284224874,0.7330191770851864,0.36290019359385595,0.9225356272042159,0.23090393096053508,0.9269044670942063,0.08164369159154214,0.046512965175605374,0.9467784159777112,0.9150230377545998,0.6218778259934999,0.0819233288359524,0.6116760719341029,0.06533803702108078,0.22465234711568552,0.2620010921765544,0.4674599331356141,0.6244253490119428,0.8459519714820909,0.5748500640149672,0.6593419211089414,0.9655154261164728,0.8971373088753873],[0.011314294778642955,0.4594576531346244,0.005576528774045366,0.1555014338893965,0.1920510900763004,0.7862426537196973,0.0881473679229428,0.06291083747662356,0.00003454250731542079,0.19130502669235286,0.0021664802306891255,0.003223306743852031,0.8349782264170276,0.4356027361241688,0.05683859789371156,0.06131537496284123,0.30751927133929513,0.4231452016634353,0.19950105483770492,0.00002988248312651619,0.009101380159869546,0.022315737813506167,0.0007347222995310786,0.000003406722515678411,0.37353683897501133,0.03616067556206183,0.5815494330057595,0.0016543856031519776,0.9917107740941441,0.009820994172744587,0.47549106513127665,0.15353816985718421,0.503219323201292,0.0000709015211936826,0.0011672396170144847,0.7842697788060222,0.1973325746626581,0.46702381387838116,0.07782906634081432,0.12309618738384083,0.0027433737928579845,0.9887175193184822,0.0025626030249867684,0.03065806198058405,0.21701823117158495,0.0980988661401796,0.02107674340344092,0.0006901723168565721,0.18107867894674756,0.035550614509222485],[0.0035748736161219166,0.685535159166065,0.0019847895008169225,0.16295562543807965,0.26013214366521326,0.936029895311219,0.061831491792472534,0.0038612075955006308,0.00000399410735841928,0.4620410395966099,0.006379827439246222,0.00029107063465598016,0.8686962074603473,0.37801900101036273,0.11868926606975434,0.03736437059540525,0.13422019789316764,0.34900651652929027,0.13454748692256993,0.0000990718161964323,0.003544424937536257,0.010158948927987133,0.002413947334652868,0.0000023595762463975937,0.14431908633185317,0.6080069060120123,0.21151406814073082,0.0021150479884734963,0.9027910709734992,0.0003904725348508868,0.49507934681671845,0.3171872664177241,0.4407446327343546,0.002505038804314393,0.012037849030871822,0.6106425937277137,0.16579640604872162,0.5361163691120384,0.07484022703297945,0.17262914715391314,0.017725522291729984,0.9949737040327766,0.0021585238103520176,0.002555931452695784,0.2402263710021514,0.14527186673787074,0.015570437121224431,0.005062855172321286,0.18682766511907434,0.04336943669243856],[0.5123997444762954,0.41881983495627867,0.28127281067419435,0.8475939347150855,0.36392960391446927,0.4944245793089464,0.13395311066867033,0.3905015788412318,0.005817060643168176,0.4627732647069366,0.3551000905360065,0.8043783501000907,0.4807632828923479,0.8361686097923732,0.20508421225187354,0.42033776583974863,0.017444926261890932,0.8156881756341323,0.6671651298983093,0.06774008627186606,0.4454992638924266,0.34304593133614,0.865103420485762,0.017097176128549132,0.1423143603026185,0.12609773930321178,0.6673061158566403,0.6174779635329586,0.6123256453955688,0.38621977969808946,0.5442388360600174,0.7108979507007622,0.7531907191540856,0.06922870619993754,0.8297434783065032,0.06934946696502857,0.3184970276558077,0.3105745914826209,0.021087932857651495,0.539379217172807,0.6389818131230192,0.6736808845601726,0.35659346368177586,0.8067799475066226,0.674252525712518,0.8927508998300691,0.6153196015188048,0.15437558728106843,0.3909816055697742,0.4553877690967761],[0.17401799467888596,0.20036165964230945,0.0000011244410639388462,0.053931291341577384,0.23824119769941637,0.8467063146857483,0.5332514827672165,0.13664416698903287,0.002432894209557482,0.038740027009026796,0.00002817046906264972,0.012454331751323799,0.9533239646700273,0.05909808278687913,0.39861436962468305,0.6514033030067835,0.746127228412661,0.3397333340570148,0.6567098701183436,0.005217536973721426,0.07393445702815224,0.00007119610579828349,0.0004809847906517363,0.0030594568003598933,0.10653163715689455,0.2561851732471202,0.009083712377925395,0.008210772786595192,0.9723650252154736,0.11231397709590478,0.6533898393290549,0.3168196216115458,0.012469146934592869,0.0005411505621261773,0.0000451906504463543,0.9146098255808497,0.18170758963630623,0.04287675371485432,0.13647532838477397,0.1707464045892825,0.11347056371371765,0.9972293454284765,0.00011467490297121328,0.05686753363188727,0.003478294048723418,0.0019898460358612918,0.31348107075968384,0.0038857024642235806,0.5595232874931219,0.07079783295714673],[0.3678089035424543,0.0028938387327524942,9.726305225249715e-8,0.049501102320598164,0.8885878512498736,0.7689486867129958,0.39833132320224873,0.15517944372631998,0.167734750461935,0.09487797294087782,0.0000021496439856880833,0.0006791999184167299,0.7745735844134413,0.07739898276756614,0.09657950904500738,0.576522100605996,0.38167283477660613,0.6994172549027133,0.6753251640229172,0.3776691820217431,0.1589763392250035,0.00031636964689758784,0.00009526001973142169,0.00019331944693443825,0.07042396765047082,0.5712431865880876,0.03747089064500902,0.012739654111823026,0.9403118672634224,0.13059011434730816,0.3989682244086074,0.37938010015721496,0.0017271779751073068,0.0057233833101561354,0.0023117392143688943,0.8565334019211651,0.20256554332438384,0.0025490804011598627,0.6468692296366259,0.0015350116437635804,0.3236876690556211,0.9947121338540658,0.0019449204496200909,0.09014899755984146,0.021589100731016938,0.000010460834907619401,0.36187526988081453,0.015506765397308055,0.004703013413718641,0.006977997872979288],[0.8188400038691257,0.9187856175826032,0.0025668536647595244,0.24008673862016905,0.056421587970188994,0.02333177308691233,0.555516464390413,0.10316328763046723,0.7358120616006801,0.1528942951451688,0.12227549387227969,0.6776968004076861,0.809121216292455,0.786696244339187,0.644275219252325,0.6987000864398796,0.3772014034609993,0.5003877845755473,0.44712138070677304,0.12066226912080222,0.8342861058160188,0.30222852735309685,0.6135467738302522,0.7100297314313272,0.12111627031458701,0.8966132777894735,0.017376068343497468,0.24729365148605925,0.759906467262424,0.43626297625107063,0.7824783245928009,0.282172146657935,0.6007788134043521,0.7384222108570434,0.6629882034494656,0.7295245564000762,0.4101576294305414,0.1509962106063319,0.7546388924191807,0.010723221757238973,0.803738830746697,0.5937817795250581,0.015122441978193936,0.34969517312471127,0.14350741806617218,0.02632705482732344,0.76823589255795,0.6816758843180379,0.1894229402241759,0.7887610879609966],[0.36656391920889975,0.0006546165204322874,0.00011217268256390725,0.9512722472683154,0.14224391068219008,0.5777607425196214,0.6108247768349221,0.4473017871143214,0.6905427755271456,0.1594725167458819,0.0013779777890575479,0.7327086304784888,0.8592755820571664,0.3951996563557118,0.8798242186328076,0.9797026501175639,0.38920252691647267,0.36135484202751106,0.8134676833896223,0.4964540176645491,0.43195113975314875,0.6195782527915642,0.8124035938050038,0.46331317567139196,0.13526808558112655,0.4273146284704837,0.2247696184215738,0.9813606169376825,0.573974488427137,0.8167313175374863,0.80010936047013,0.9510849029348946,0.5322029310589518,0.5829585787611662,0.14961310518927254,0.6774394939273718,0.4974051526670762,0.09709113964594852,0.5433087097196553,0.44737407144260405,0.7779962962206283,0.09492562622285726,0.038680419461612464,0.28323294276445704,0.08885535771572439,0.08407844029932754,0.8781499314192124,0.9634651595825967,0.4778438122876997,0.48244982758794236],[0.0014187842634829399,1.045493915017886e-8,0.009244223888513899,0.07638362342492716,0.439486321240744,0.9043351780762797,0.00001118502457298279,0.07404107913552252,0.000010945699289795463,0.05243724356446135,0.00013482496586514253,0.000002139756511120242,1.5205108583470374e-9,0.8518316581127933,0.0022937945517422244,0.9817183544527274,0.41624115329266426,0.4272707435519593,0.0001974559130624146,0.017651354550557236,0.42986019961998645,0.0000017337444022076856,0.0000021966062054321154,0.8282733367010983,0.004535413189284052,0.4582464582305148,0.23418339918003295,1.983207657957555e-9,0.8519765525844667,0.00003312310659070642,0.00001946224825524,0.002101762824683474,0.006483732339196605,3.959296570973549e-8,0.0000020785421113628766,0.49255506119738784,0.344928810750294,0.18732820767525812,0.8545451128494855,0.30252477528194727,0.18972044716559364,0.3935838083923673,0.0000024907169986592404,0.29788571461001706,0.049070402323960954,0.6033112559834601,0.000009202362475802941,0.00009612819013308411,0.9001516933163148,0.32039942606632443],[0.00004954495454087813,1.373223794193595e-7,0.0000013089408634779034,0.000027734054697787663,0.10428015862783177,0.8956730774220056,0.00014394110791198262,0.0015652226136215477,1.3818712986083814e-8,0.03996707759796516,2.3731631139966984e-7,6.07050454227853e-11,0.000010703005927995701,0.0009529188352240086,0.00009725566608749102,0.6405645377339236,0.25989203355603696,0.4120286425405467,0.0004677480440380419,0.00006683770436081022,0.008467218125262464,3.568711371302784e-8,1.8812507778298086e-8,0.39236971831803763,0.0007513332650913172,0.22291154334353336,0.029114350426284887,3.903920067165952e-9,0.9878114622945093,6.345082962441867e-7,0.000004493883968299898,0.025964546650306584,0.12518776255369915,1.457564722573917e-10,0.000034596991239876224,0.2522842930754921,0.2973877788282368,0.4313820342936501,0.9643829665234038,0.47565370693996856,0.18749510594106317,0.9979299669534061,1.5404161875790174e-8,0.1196374487591711,0.0008081366574778075,0.0001125279599062438,7.40504150919181e-8,0.001617312756457667,0.4870394542922017,0.003725192200430839],[0.0016214880042186941,0.005619730499406593,0.000004669113290688802,0.006563135569079944,0.5653924514319467,0.6096282898666474,0.037261598417201953,0.1353416012546834,0.000004891926634250563,0.23897292920108995,0.00016145069059108087,0.000007482013154055719,0.00841206509281184,0.0042723764115056,0.0010989813416889666,0.19170176398453972,0.7530320901213757,0.5515569884551423,0.003244235327765143,0.09202143024498871,0.008687517536400617,0.00007923547061562572,0.00001533107468706713,0.3772171882924544,0.37653677081988257,0.5810615011272449,0.4196772617823408,0.000005935009778847995,0.9800203395652859,0.0013977692450150379,0.11388371172449825,0.04071140900695819,0.42386173268693467,0.0002558576979858369,0.002170450109749618,0.9045731781282016,0.30888709704432127,0.7303965324106297,0.30187524531151183,0.2162069979295839,0.02042216178108631,0.9960162764697232,0.00005132054305566176,0.13665113373697427,0.09649841130151338,0.0009856294245186503,0.003104150845180272,0.004189814800097143,0.14775494734257033,0.2022221161103461],[0.000053245716680607556,0.0013468291530319865,0.01039130843211354,0.012955583165506967,0.0006325567216844434,0.9229285587525785,0.004647988045883412,0.00145472417748048,0.0013989821599952063,0.19218769281332923,0.11699524018919999,0.00005153016604449726,0.00031946011414078486,0.0024668696980170994,0.15679694524753643,0.4142820056391607,0.00042506270764549854,0.2982214769426257,0.0007831966777521176,0.15660575789016087,0.2328298297061686,0.000020568744687047663,0.1511835848510856,0.6741218902216148,0.2641585315572113,0.0002312846932501813,0.0011399480807565555,0.0782051376676613,0.7212114700667157,0.004981888635834128,0.009233449561931785,0.03677749976785959,0.005522662962368869,0.00008069112063625552,0.044497828996762474,0.0006890038580475873,0.6460397377424087,0.002045314372508621,0.9628385204676213,0.3178584899035528,0.2811432113007008,0.8508481785178938,0.0012485532287564043,0.09920590167700598,0.12071701367037428,0.9286043761757778,0.004225706649577431,0.09476621154685091,0.8118797647120716,0.0027200863058890502],[0.00001170688419021591,0.0037511051523505677,0.022105143390299148,0.07854853467694282,0.0015756238496418792,0.5492464103867873,0.061027316842488286,0.002609359969256774,0.00048659681871729356,0.36948931153816245,0.10347243619057521,0.00011665086969309532,0.000019577101333068258,0.0014221577389155534,0.1685893195118153,0.818997900646793,0.022837726361219793,0.4326730913757832,0.04041176525483041,0.2159803726348286,0.39793491832071226,0.00003271195179609459,0.2607490904869934,0.18909919677588943,0.28308808396765445,0.0007526596122547973,0.0013819671005985315,0.12185199532515288,0.8365449625471015,0.02782872296182627,0.02286334971038237,0.5059311144097143,0.07591520273833738,0.00004644535404527819,0.14541314916731005,0.0001015113029660233,0.6686539720856649,0.01415387133078004,0.9901162939982023,0.11960726027928856,0.21817264373309275,0.890689252653027,0.00023958275288912703,0.24269529531368075,0.17346256029673698,0.7120366822826009,0.0025276223754688012,0.09666629555824503,0.5308911305530919,0.02241862311007691],[0.00004661704837054734,0.000762668678582117,0.006847250591632975,0.16002457941933876,0.0007512053787136077,0.8717871746774795,0.009433190238158059,0.005347198036023288,0.002321654511697981,0.3263192994953734,0.09113771699071217,0.0008597993824661464,0.000013052805786562406,0.00027306775336767027,0.22874167308801002,0.8288328076317634,0.00002215777302080482,0.2584472575255815,0.00020933764736931788,0.2762231679448667,0.43053577203550164,0.0000040108160779403976,0.3984288665507268,0.24201948990302308,0.3647608433816908,0.0000031970603907047525,0.00014132802335548863,0.24985209484004595,0.9583627839465733,0.0002764193308150005,0.009853566794336214,0.10111217020025051,0.0005206803883631486,0.00018512064562603155,0.1186975236882461,0.00025208948314449044,0.6341880615189677,0.0017888387119542619,0.9857573853825232,0.3051251131058396,0.5760042145911479,0.8023271310593637,0.001100096080685123,0.4695334535939212,0.29078340066523284,0.7659844261873267,0.0006381266000425364,0.13128260747179765,0.829710334171709,0.002174951268090505],[0.000015649342955341035,0.0005317039523042035,0.028364199311743988,0.008589634039069129,0.0002206641985586517,0.775091069568858,0.0300264643685324,0.025534378479902472,0.007352455505525695,0.3093951783789646,0.07019061705353377,0.00010260306303343525,0.00004431799455873922,0.0026239222484738542,0.5304007453356541,0.8623728857211391,0.000010810837592523232,0.4135953691378924,0.003759530657301683,0.3349956062522765,0.5180528049030907,0.000006939668993134263,0.39027463804468754,0.3063026809649891,0.3131622897842987,0.000007428968916979161,0.00024548081364514173,0.037769166384678934,0.934134226250763,0.0029670798305693126,0.025443389022971562,0.12221859929629318,0.0006994711935527242,0.00020898176692039498,0.25354985219447584,0.00005978669559783053,0.6460534794069307,0.014878684154509048,0.9525212545182474,0.44590932820490214,0.25000940553513334,0.9442290941017893,0.0018867990031530364,0.10581699147696708,0.2401400546050356,0.8676419585894108,0.010135865315265127,0.3729267160327474,0.9153961631967329,0.0014631783683530819],[0.0020204560874294186,0.0006155131733134144,0.030015866387287274,0.0005494821977708183,0.0021077099947862,0.6912152156668883,0.16246919609978447,0.16340221637773558,0.08461231360800008,0.042891519080815614,0.0067533291228531024,0.00013203300827083892,0.013984289104113829,0.2595505714631214,0.2285621512649697,0.36660038475816137,0.009231604932480847,0.4203936021254894,0.004065034894929579,0.010732126146232819,0.5766838818574508,0.0012571721779560366,0.04065207282085735,0.5361520419890099,0.004199945510860451,0.00008919502572843225,0.01636874550518979,0.0004269146988682631,0.8619466414346658,0.15309850676448633,0.16064069922863575,0.334225066154485,0.023523621939713982,0.004014977224193355,0.3202984340765487,0.0008665532159431884,0.21244124562821434,0.24588903816699967,0.9665392432968687,0.47410354275097105,0.005119613651642862,0.6038924832878987,0.03221059317955418,0.00020493487073982607,0.010301719408383597,0.9063281503866002,0.03207962872571868,0.21166754921608477,0.7957312691718657,0.0035951641000815976],[0.0032422528109726594,0.000012737450983975528,0.04629264631083118,0.000005421035851843394,0.000050489295530864595,0.927175496027608,0.10308748464641498,0.01460998478965736,0.20310975138833479,0.00009339364528081219,0.000007601324263962112,0.00022927234349363722,0.0020598597949256755,0.42556984924307384,0.32226813971706025,0.691250176460249,0.023166184400220554,0.13894148167215994,0.00010386181010771569,0.00010641194734773464,0.16761694380652611,0.002076001898614841,0.006657433164612615,0.7847105759490871,0.000004277490996329463,0.00020717509370123024,0.0005597551660838858,0.000024210198960471284,0.9559168963412306,0.23817966889045616,0.004488923333208304,0.5126424719651455,0.02489454910071624,0.000013326934775694104,0.26806223051924943,0.000028893484330236323,0.5807386375173202,0.2156084190589109,0.8341380018761574,0.5328182797859311,0.00007332986938378029,0.9009692237391688,0.006834804132547962,0.0000020002448395597313,0.000039995989622068394,0.9613006826122542,0.003803299229961772,0.1683294372270799,0.8986818396277014,0.004357461839647674],[0.010407071678263172,0.000025754406502317404,0.015899120458426792,0.000001506501272181175,0.0006154054067130437,0.802066757517078,0.08893202631350562,0.040330090133674244,0.22530585235460251,0.01854659373128648,0.000001510412150255824,0.00028103165677122275,0.001092547990393599,0.46909221919065613,0.28133301629774465,0.1356284536721799,0.03059207858218385,0.3198246792081829,0.00044720073279864997,0.0017295848333678883,0.6894403898089334,0.001830362704705985,0.06898128941857204,0.5713048375417863,0.000014031035577031853,0.04847412117397062,0.006976046765203766,0.00006484950583232454,0.9668567180369595,0.15404102627639255,0.011573543918826095,0.35042658456954506,0.021399331077523683,0.00022289516624355486,0.20594851522554494,0.0001410038290239579,0.4394082518957177,0.31170142727749534,0.9850216047215549,0.39146339193790713,0.001198273978142482,0.8461466372324044,0.12135176649844746,0.000008158172018819118,0.0001996060752381089,0.9555557457065584,0.007440712113323491,0.2895689824826281,0.9399790583455233,0.005439257924263476],[0.004236056373466916,0.001591174975900789,0.03988237136804992,0.00000974353189899955,0.0006287094318067592,0.7990989674341257,0.08519002309106229,0.050570048884008956,0.17670201344600378,0.004296456850805246,0.000050481495054266325,0.00024650788989955317,0.010017992946437924,0.3700572800197362,0.20830425742458109,0.35838456558503,0.01183649772620364,0.16776856356508504,0.0023504383303644106,0.00048081202031412734,0.16166173994081365,0.007755513980356409,0.05493795788683666,0.698401496303255,0.00024825956583650777,0.001000602641167762,0.009977073359956509,0.0002712847083631913,0.8082112280448757,0.241602273332054,0.01528665619636894,0.3015329500887833,0.06916501809588435,0.0002041895550328458,0.22914462725974216,0.00349558794648794,0.4286502222022015,0.1678232341492153,0.9084852060569059,0.4272558556143386,0.0001527451384695435,0.9383658783762783,0.026735757402351058,0.000019701830407689948,0.0014635610143332054,0.9348263264514084,0.06743933779305253,0.20245709584769525,0.9608448080811887,0.006628370492688167],[0.8746751179096232,0.2274004316363808,0.04688783851819557,0.14091469540108498,0.06817638810283008,0.46585916947905087,0.13822078462002646,0.02057382017329019,0.39540458405352863,0.562802746709803,0.6610880201808561,0.8579826708031588,0.8471150290522388,0.15975086709532146,0.6222503448572062,0.6932495358622565,0.09310023331990198,0.429697521685385,0.0006275547205029218,0.37979529459567724,0.5765149092804608,0.8159698425317679,0.4291384190161535,0.6497360653461914,0.3916369121568433,0.7522719645773615,0.16353373803251578,0.27852200384897535,0.656796201864709,0.0028482511781940177,0.7541771666792869,0.8193963082156293,0.7927351805624984,0.46602622751114203,0.004390047975608065,0.15907940152976127,0.013399269113230307,0.01326581902868481,0.3778115086860017,0.42368552781104313,0.429270565576409,0.658773250468569,0.7718600992664235,0.3922262121285352,0.7006567126749371,0.7078964278340579,0.7968913657312989,0.5727520585490087,0.0097673146655632,0.004413713915666997],[0.8785241532649599,0.7472108377301221,0.002606713785697765,0.6267502645716115,0.026218543914762013,0.8605237664347504,0.6530033901326054,0.032947451771435605,0.16298235481242299,0.13737135937817666,0.9011291900227519,0.3179575209436199,0.8042248919360965,0.1330538891502732,0.495401801440704,0.634468510810122,0.038245625766138096,0.5788923861691043,0.000004238764921318077,0.7307649012431431,0.8213452233174452,0.925455695773867,0.6773727089875536,0.5350081081389976,0.780222480141141,0.23923776171596828,0.07238818525739783,0.09776277851682896,0.8448038702409778,0.0003375540330435466,0.8989430251690542,0.8725466217054045,0.8602771101659448,0.09049155809982533,0.010122849668627434,0.19675055404482597,0.0032807482319198366,0.0004733213859946229,0.14893171794172863,0.8329289725344413,0.6513521206503389,0.9236922538571535,0.8827268474937481,0.7567551297089555,0.7840662267939496,0.8680557776297985,0.8169830369129505,0.878170026843935,0.001464254939027402,0.0009204362237916207],[0.3158186093078631,0.5501293463635288,0.007135111519983418,0.10482377534058654,0.24794159859914336,0.3544023988178425,0.07858436598301556,0.002530480653500188,0.5441376122515333,0.06711857243128172,0.6581535352352202,0.39263502583157883,0.802871372507213,0.03316074293228255,0.851392361672995,0.7842967783182503,0.19541427118966073,0.8638564007077189,0.00020933113726443164,0.5948959126134913,0.08758751767845505,0.7602205809627378,0.48977581989176683,0.5727261896601492,0.47608839593663455,0.6951344410511663,0.07467937987852416,0.6132087341912176,0.9445123936066778,0.000059666058366056726,0.6155320867962658,0.16669248969953213,0.6017852428929017,0.046355421993527525,0.012028952853424292,0.2078767849826048,0.0012751122557431716,0.0033884305077868195,0.4561043144131201,0.28409885844501237,0.3418521635602661,0.4738107162112034,0.1802639528756359,0.652341294102906,0.7635468274130334,0.5372408824370773,0.42554095354262045,0.7415671191249279,0.010606609001384939,0.0007644631141269243],[0.5570691128046107,0.12076769851128782,0.8821487076805066,0.4696535254980698,0.6523533526610228,0.3209283547418354,0.6801520865623246,0.7362416303255281,0.5973609063238338,0.5651460146510386,0.8341044381955413,0.7992558887943045,0.38540360006265995,0.05590065117026734,0.5976841429893038,0.2476933709261209,0.21082373457756445,0.3333701636910494,0.6726528111634793,0.8873550999553331,0.7786948852277322,0.7148991022868811,0.1948942573591145,0.4204682873390919,0.8386133605828158,0.23281269430531787,0.3594127316173286,0.014144388172928676,0.6682143243564117,0.49320010692958044,0.6215143267546606,0.36522816010385645,0.024810177945821233,0.3649299155721653,0.4959564874047883,0.5191497863057773,0.6123945969986895,0.3343734854538692,0.08267242457816382,0.6198075414645471,0.7543273438953645,0.8372645568223306,0.7883164129541821,0.0781022594740922,0.32834618893708295,0.6664110478382864,0.22343504653457064,0.24076448672577033,0.30671493468682837,0.7210481190395542],[0.7464179294216557,0.7023854509373842,0.5679561758117149,0.7233728077234327,0.6214346115031734,0.43219763821512297,0.6924601164871769,0.7378344875020507,0.6761185556682608,0.3084668852220053,0.854204346362839,0.5945564225781023,0.36667610533135775,0.2531016797686054,0.7375211967027856,0.06386205388130214,0.4171534404238953,0.717497755179307,0.5229397783670386,0.7028498137425946,0.17652063188698977,0.6976160659528243,0.13845893640470727,0.4035562385762092,0.26121520463029246,0.8278612189933994,0.35911332577360006,0.16405839809028558,0.38947383135940494,0.6356705596582736,0.027042388004325114,0.5705136210878324,0.2956403751857109,0.46610652623841714,0.2134820692909509,0.6684993182644577,0.09566611908572188,0.7975354951897847,0.00862928541439345,0.3533970342444141,0.5378422083698404,0.7425161419059552,0.24881859383194924,0.029417117588462556,0.44786045625514426,0.6414237051438781,0.10441231485326574,0.8156712334738232,0.6789845916867232,0.7607674651965696],[0.15453222010399179,0.6858184962883005,0.5478278568754698,0.5393180438466559,0.696237380806148,0.2103762090492615,0.7581729006364886,0.4930587903778331,0.5980605715979879,0.6760439808010018,0.5543109519493147,0.6682731833271919,0.4052703186265228,0.7015104320069956,0.009096918121108114,0.012816935330897826,0.10644342276430796,0.6772934674684977,0.38539405968621027,0.07420079459282095,0.661819867783017,0.4158057100105614,0.12195817504124505,0.720364707968403,0.366066192861916,0.5889467854260146,0.272511118384383,0.13275070856399238,0.6992880972872484,0.6059165317116159,0.7633196605862744,0.27592292311854894,0.07612634199256314,0.6444116093114255,0.7484338997484913,0.5406349391482904,0.4797820601299455,0.7089699107884678,0.30127770581695756,0.43407291219574023,0.6908803627000324,0.14362614628896475,0.39891400708334457,0.23694478888810686,0.3195066153466197,0.33273177235038304,0.23076677748465083,0.4253761257360673,0.38193802279215544,0.6654894457435971],[0.000006274241035712733,0.47307175785104527,0.004570096179502661,0.37257941395550775,0.10549594813958003,0.6045442755609832,0.0001930191661430812,0.010940863686442748,0.15031412610761932,0.41540043966298995,0.40610884870917735,0.040009790817232126,0.07076002249620598,0.3419356942925717,0.00034811875432395976,0.8640936363241646,0.19147016316410423,0.2352632133700076,0.22427279626159144,0.2448292778860564,0.41795285653233294,0.0005496680118420197,0.00022661381533247435,0.7172316558519737,0.44085722056274584,0.0003446881565361469,0.002281555354200819,0.022901769836986774,0.9661635342849206,0.0002055941916130827,2.7213373040875483e-7,0.49571897909655926,0.017257208079867456,0.012004656455263132,0.027261154968746194,0.000023996036464082325,0.000287850656258769,0.000006229638861956984,0.9892968089895353,0.5530649395701788,0.000016499819523224177,0.0028428333299246444,0.0005456367635252959,0.007993363829392329,0.0000017902739303351941,0.9228275401079257,0.4978560312661796,0.3765402750115785,0.7138088555299551,0.000003505167470981448],[0.023798600946260393,0.0014192106721796932,0.4949463270311774,0.055142149102451334,0.32633272361712407,0.8877859654913685,0.0028398572670822702,0.23207329185214642,0.08103073871617,0.003097662373667544,0.028715267753294343,0.00030177763194451205,0.000009027490065412172,0.55598984438198,0.1338849264262557,0.9539992807096901,0.2494443867964207,0.03594349363573725,0.00011659560557844095,0.00004579756838103882,0.3424757421760419,0.000093734434850981,0.00012671737854129113,0.7416580494191629,0.010875677274188927,0.4802302778853416,0.3035833695617244,0.00000300715771716953,0.876730892930668,0.03445307324931025,0.000027498096477768286,0.00011458132653338522,0.0002753572330015005,0.000014738159379676349,0.000009619794020549872,0.005661751405271921,0.1262849693359293,0.000023208794392082828,0.9691145179066338,0.003933605016472455,0.0007058704316364009,0.3954629556823177,0.000038611423196140295,0.08601683188602066,0.09286288595236812,0.9328786438855854,0.000011468873909352225,0.00028173891785798457,0.6297010969106761,0.011440342150717759],[0.0033604534039169977,0.02494760288645632,0.0396050837829846,7.834306496489033e-9,0.3880337470386562,0.9537887359920056,0.28383620227852874,0.011699837031753134,6.938363078689831e-7,0.0017145802563284704,3.6410341853356074e-11,6.6590198507147325e-12,0.4693169813357142,0.00003359465058189194,0.017250423050655984,0.2516089385916081,0.002931300087957789,0.4434010029527751,0.49952853369352856,0.03857539663553739,0.000002837200630656005,0.00001529365178902473,0.022676004778219194,0.477612877028727,0.314932704955013,0.06925821992183141,0.07969444817430364,0.00414089318039235,0.9847139438752006,7.58703765510631e-9,0.2896945322066263,0.0013115405390726684,0.11352014166962222,1.4861861685867572e-10,0.31808246663889345,0.000019671440350918868,2.064141908033928e-7,0.2020472545444884,0.9991179653522781,0.37640211959312464,0.014292645290666973,0.9985387237206987,1.952392903178001e-12,0.29876065302223237,0.06010396530628671,0.01099836052092881,3.087246520713005e-8,5.703973297514499e-8,0.030368532638798337,0.022255383252227482],[0.0026940775732414222,0.4624633162756065,0.04787406880045103,7.134854490645305e-7,0.9453787824229817,0.8390076491550372,0.40603643694035324,0.004473505957426751,0.001532369486757106,0.00147394111373014,1.5725453004953613e-8,1.6463549455963685e-8,0.9448789829684701,0.00005165078914462426,0.4999812197227162,0.16673611278137745,0.6133103135744051,0.5411743944098599,0.5460143511817808,0.11301724973992697,9.565035419353322e-7,0.0005127334502410153,0.039584932375789965,0.46677655809585966,0.6169625479104278,0.4880940390420368,0.09441276866702725,0.06299637168474978,0.9513315190740297,1.5809343364845845e-7,0.3727410234171596,0.0000212578945523888,0.38521635695573,9.816228521989955e-7,0.49820903594270904,0.019896122791796565,8.355421039949073e-7,0.13717650907868104,0.8457062484214182,0.2177664149262807,0.0037910925031973777,0.9349998330026207,1.6587768825260423e-7,0.36114614647280313,0.43242340951553365,0.00011694391010909469,0.00002066574044601389,0.000056208977812919346,0.00007657094288950609,0.5328150429416212],[0.15998331591755985,0.3436301752211673,0.04316083837739686,0.00007678406508105963,0.9836999683294544,0.9118871878351558,0.5202352246232484,0.03194725671519391,0.00015046500875897016,0.03818632549023461,1.7129674210919122e-8,4.229076454392174e-8,0.9921457695252797,0.001422184895863048,0.08918816172717359,0.010297991075228339,0.07811124014905275,0.7466311864302138,0.4573742631550416,0.11019156447369768,0.0034041903084910266,0.04269574502904882,0.022933459870964262,0.42148334335136917,0.5203410031147978,0.4158850880704592,0.8787409195498149,0.01952806314701583,0.9892437245496599,0.0000029842280440683838,0.4650940807817926,0.06718246587548957,0.19649018397951318,0.00005640262037421893,0.39473436387552424,0.0066830546220767225,0.00017358559327602667,0.28168013280858634,0.9363360147683077,0.3656701331413383,0.020414041364026216,0.9600330071908624,5.163941219590644e-7,0.4932447707904904,0.13076412702221157,0.00029856701963120006,0.00032939025188190513,0.0003377729852959365,0.0004058956319988931,0.30311252464173377],[0.00041128597820554077,0.0766377523882563,0.0006359681789602696,0.02303516143523378,0.05773218161876561,0.8948130707466632,0.0029856460838936674,0.006447173759258915,0.001131569783441125,0.1958489749203304,0.12081157855583481,0.0002826730247389402,0.00033908095603861385,0.29192827599077575,0.0007924707843483396,0.6056108813273848,0.04361521431861916,0.0970770398619708,0.012974307259743283,0.13562220102625713,0.1881568076294835,0.0002718553622688772,0.01240872600641006,0.12407399393283908,0.00861702081655204,0.012073185607472173,0.2551589391788274,0.02345187438912087,0.8614435796918419,0.014252881873913176,0.00003340342221534159,0.21339046387219085,0.30464375685507195,0.02307000626330503,0.016656919988024432,0.002545225526710435,0.4105920694401941,0.06114902640954925,0.9677424997420272,0.1935959442141649,0.3830575190331316,0.7578367754266645,0.0005526920494847221,0.0017033312473519737,0.009277771161073829,0.9005774875104436,0.060766354684285595,0.16642197717875656,0.7548753739728563,0.000087804868860682],[0.000011059270026032857,0.17609856700557536,0.000655462563421952,0.11264471474021107,0.18974806641426895,0.8347170878263207,0.00013512940052156023,0.007417196585795681,0.0005158649457525252,0.35147714089124354,0.3345075984958906,0.0012850726254083535,0.00015369150158086044,0.5013919361141269,0.00007411604502232031,0.564522665886696,0.16363823239851188,0.0022527744657218603,0.006055240271812683,0.2971054284461497,0.0927420083540306,0.0009554534599340566,0.008768737487356855,0.7654349545959116,0.04981350262209184,0.00017474501841949398,0.5986960143178585,0.01335678914563993,0.978805012841459,0.005429212034917529,3.3309674213905414e-7,0.07159733474861525,0.34197406742162323,0.20889583813669868,0.05342387795871271,0.00029032354949377854,0.15127779681477324,0.008234519822258375,0.9832211748647536,0.10415186250557176,0.3696085897931082,0.2723655309265777,0.0001745417827285907,0.00009865887922119475,0.008681979839534532,0.8963403513341729,0.15747141685206217,0.3764804550384415,0.9174354484540986,0.0000021407305023518664],[0.00004432853507297061,0.12492734005619748,0.984401727972468,1.9360262475341297e-7,0.0037101497701068917,0.86923491662719,0.000004660002988941524,0.5837826865192958,0.39293745326680024,0.08466222047809475,9.76404932414235e-9,0.0000026530165119918655,0.4886749977881298,0.2829464206545801,0.00031381364626932384,0.9689980505255517,0.3451433153487864,0.68314485852522,0.016419272382072424,0.0000019246719984395972,0.8638178935830161,9.005491289236087e-10,0.6263482405913559,0.37813715554994604,0.3588498181914646,0.001223123771985151,0.006242123868921615,0.6142827873948821,0.8493455789808981,0.13334968250720483,0.000005688284750045317,0.00003051541836005956,0.24419505413531603,0.0003979629853513045,0.00010886520384018197,1.9467846794378623e-8,0.920164593715713,0.037536938232266885,0.8847142710674084,0.29945531017756893,0.021749305050407394,0.9283135780242935,0.006743499710696562,0.21772879429407221,3.4872610203686097e-9,0.48196479784902835,0.902588418842315,0.7834762720795679,0.5912997318044965,1.5592992868848804e-7],[0.0000017199653043521795,0.2352759227659555,0.246775768615148,1.614926596334826e-11,0.00021015516865646313,0.9897796452416991,4.822365407909254e-9,0.04005732150577933,0.000005778648766207585,0.02943735209717259,1.7140452198610273e-11,7.680165289249164e-10,0.8500113222881608,0.000021769328230332438,0.000018299679743715114,0.3658495008324863,0.2728103828377822,0.07382511593810133,0.000002939264874026223,1.3724828552637397e-9,0.49313092009715737,5.799267329986286e-13,0.01733242600954516,0.008260734014961841,0.28502849886359144,0.0000036438484048533814,0.0002866289432550448,0.10721979779866059,0.9918952616665991,0.017516367554340273,5.242263906644464e-10,0.0000026695233408492996,0.008786962677182555,0.000019739094246611944,0.0000034635271771288347,3.251007640455909e-8,0.2467388596281866,0.13459346431750818,0.984914723106381,0.015326769093679679,0.000001778923089742557,0.9998052980256512,5.891242980056158e-7,0.05738667709453416,4.140799759740319e-12,0.00035936148233827467,0.31375403360588283,0.04809229675729403,0.014212976049066819,1.88245428950217e-12],[0.48340636653647034,0.008399078604181872,0.025099305252135863,0.11737339885510062,5.1155126655530005e-8,0.7617149636530942,8.031606249828957e-8,0.46346627676387225,0.00042561786340683793,0.42254641633716283,0.07168028023580925,1.5969028059758448e-7,0.00042482691004742755,0.05610137632783255,0.10324813961512501,0.9387859110447756,0.12352459780916338,5.340950494679398e-8,0.1317942154793728,0.5531141228898084,0.4784495498405607,0.010408879903977188,2.7780406971614386e-7,0.3918219691835357,0.8895340051836133,0.7025810941032785,0.000003858239839674054,0.788252620189529,0.8831440577909956,0.4349656695877178,0.000011321853230066997,0.07563828332035719,1.4063028702442023e-8,0.000003803765523889167,0.2463656697223061,0.09577697962482827,0.8912859782146176,0.46479874121358045,0.992961666909902,0.24014112645723912,0.004439253401387532,0.846472374187979,0.0049465418927794325,0.00003384314816510136,0.00004739588072371034,0.007448133891163465,0.000034077264091710197,4.2149614051571e-8,0.9453206795466658,0.00001887477634460184],[0.46386338093504076,0.004553846935875053,0.18931455981365147,0.06610695642930002,1.5758403446508023e-7,0.8438406811752666,1.2341847117502908e-7,0.9334381534629113,0.0008954728080807605,0.6126099362629146,0.4448156837219765,1.1331838046915361e-8,0.0036435313281661342,0.03440225921381402,0.07197292005199443,0.9426096700459278,0.43172785342108816,6.478132434269186e-9,0.0231491863040865,0.8291725312690998,0.632565673736501,0.11886563537140737,0.0000012492147731110422,0.903011378837953,0.027449529942844907,0.8846849386827037,7.905659648936448e-8,0.9303588179981463,0.9164069323650739,0.9058011761229837,0.000060320996954754243,0.3803924258630797,2.7121036511563494e-9,0.000013276070613479317,0.8447945660126402,0.12599048387044717,0.9147695834038658,0.2755468367552565,0.9687606265358313,0.3153267503494178,0.08558892507127643,0.9311443133589329,0.027317961776670157,7.989858110748466e-7,0.00017199747145605352,0.03441307761128421,0.00014235450244289553,1.2600432045198468e-8,0.9230439882467261,0.0000010716647141376153],[0.2977672862380983,0.00031402983513440836,0.000048907131713516576,0.00005605373055374619,3.0910120153573694e-9,0.9659854730160233,5.549044224379783e-10,0.5319485520571271,7.951239307108737e-9,0.3552386561312895,0.0021578483731159617,4.571219135260201e-13,0.19588658419429222,7.102881515755739e-7,0.013000018649974581,0.272240278894283,0.5330810984561195,1.3075012984081258e-11,0.0000021246292834598868,0.01906152900501315,0.26152278416579594,0.00038917351385161066,6.109147830322949e-11,0.14618047519785765,0.07233982225302635,0.2067483289196667,7.805411177997373e-10,0.386971755523453,0.9937747463022245,0.4629874993093126,6.7481625695608346e-9,0.12076472472215939,2.2908044617529247e-12,1.9569952363057064e-7,0.07153952746345862,0.12136350940983133,0.3199612502695497,0.5566685617493521,0.9954997422989301,0.058576444040131355,0.000003165073553484935,0.9995658337219165,0.0000048165316197686316,2.3195916143889628e-7,1.1021615149623958e-7,0.000022482878810621794,1.1283131746521706e-7,1.8098940739443206e-11,0.20324347839493212,5.690906193956381e-12],[0.9329397491340647,0.8941758005984631,0.30379807168913375,0.08168561759599173,0.3930048612760895,0.6381340693107453,0.9992520506148013,0.9944056457162818,0.00001028947376573672,0.35495608595084616,0.7135098654635034,0.9970604149510465,0.9973147366538984,0.9897618560991593,0.62037095059844,0.7870494322562716,6.811718792008492e-7,2.9706288555419536e-7,0.14149914572207423,0.9841224877190543,3.6238605029983995e-9,0.9908260781621577,0.9984977970977008,0.9441884829518298,0.9318171107521956,0.000062152704055808,0.06108043281032414,0.14261137963950404,0.22108753960406397,0.8808012967807464,0.006853033165456378,0.961237923087193,0.9888367556188455,0.9822367124154929,8.936104552605949e-9,0.9861150126184314,0.0709703077832235,0.11122867209195576,0.6045282735681651,0.7751357878500786,0.24813125772825134,0.6582890949794992,0.0000035091835476221744,0.9808797042773016,0.00010134153791854561,0.964457169668944,0.015982522978763864,0.9069786602735744,0.3788125045679102,0.00527993403300139],[0.03631960999460505,0.40319613286334693,0.000009271959816367051,3.389832815878202e-9,0.000009779906221866387,0.987244537166496,0.0940987595230424,0.47430945398503943,1.7281720585664333e-12,0.02099816333287487,0.0006220626251115534,0.008682945555726962,0.9795760650968363,0.0032948443598238408,0.004448559059929537,0.05681499453722869,2.2220080303958873e-10,1.2979888933446756e-10,5.31427232274085e-8,0.02422637673071678,2.279082294220635e-10,0.0012533604171169994,0.007940907065090593,0.3560703027072712,0.56189395314702,2.4276283560020895e-8,0.000019417951854270155,0.000002045196603431642,0.979798490867694,0.13817551893677826,3.4365719809637065e-10,0.4253047227275651,0.09970990500480914,0.022620009522283036,2.448045983666818e-13,0.6379790784697077,0.0011033070286319523,0.00628555902185064,0.9948529666550704,0.09145515619251691,6.088007494744302e-8,0.9998337301751277,3.1671777055883948e-12,0.42461640671115525,8.020158260581606e-11,0.8344893881431057,0.0000016309677871807258,0.0009445877503942479,0.5103415311800258,9.437075082234187e-13],[0.08925048683752874,0.21658195884921386,0.04242336971854522,0.000016805824218828793,0.00036349666614263003,0.7648100596248617,0.6562649451524338,0.5515362210373341,0.0000012915709364971241,0.2213621265748073,0.10015451360166636,0.27642107121294807,0.24868368713827357,0.8572631757428346,0.022332729378920776,0.873570129111974,8.267764231698777e-8,2.744167245622583e-8,0.0006086160975538861,0.36208118983723503,1.965741851470088e-8,0.07412628808197379,0.41633593335517793,0.6531031685587846,0.40269587179434385,0.000006314683025639942,0.00027186168813124456,0.0003984678195055212,0.8515989620476612,0.3487589650841279,0.000006594471558393384,0.7170767710376368,0.6403350716438146,0.12414258528051457,2.0454983064965777e-8,0.3423257338778848,0.1260571248034907,0.0013500155418292423,0.9855408248755007,0.4827016531144186,0.010370182059254558,0.9096180088076525,6.663605238382236e-8,0.4827851654886457,1.0754505101670522e-7,0.9948858956564328,0.0007905630927187825,0.03341112540182546,0.9603428765138506,0.000004412675970772919],[0.5904820666406941,0.684293517904318,6.477318678873166e-7,1.500234687196303e-7,0.009471056205422318,0.7143239756035473,0.000019102425131525938,0.0017978637693551517,0.000003757194238730777,0.35233034754787323,0.00011597315560875288,0.000023700235805340383,0.7713759115727131,9.972272682655482e-8,0.5382067812811081,0.18158457755934657,0.8124924656025639,0.08913135804259287,0.000001134039000863889,0.000045005541934595446,0.41966970960536976,0.008686235954137462,0.010344904493858853,0.01758090748194192,0.0014206363152092913,0.19787080263040485,0.06711829274909249,0.04450548770834259,0.9246421622584686,0.2105915958839452,0.00007802916429995397,0.4474989725336177,0.0034159915422960923,0.0000956370492244614,0.11880185669801067,0.6730832979419193,0.006479387301670328,0.7627275032475722,0.35692974922303194,0.016560555882109012,8.775580406602162e-7,0.9984061702738746,0.01638338618784899,0.6758244701602016,0.0008565442030365036,0.3778774032319686,0.00036616603902047665,0.002168920336750926,0.002885658744291673,0.0000015178050479699547],[0.8572558064386047,0.6051436041292477,0.011220264062308975,0.04711328092190494,0.037046925428701596,0.5365668882296001,0.024591341416260182,0.02507835895491312,0.028517011297915486,0.5881752040503858,0.1930282410403409,0.010243774441407642,0.300414583922675,0.18200355662190487,0.7240403071084082,0.6087938323220872,0.6379681817656652,0.7260898262759049,0.06228756020891895,0.4087794112104595,0.6571719438593547,0.12912747179687473,0.8625904350992268,0.32970901561404437,0.6372671346211977,0.7094425884615483,0.4733603789573679,0.06519324753013711,0.06746065054354436,0.31806024992820175,0.2009890620453281,0.24355865919412675,0.6327305217016871,0.7272901457368816,0.8377432981207295,0.6759087045248531,0.10141698074992754,0.6122008740261836,0.2828784153084712,0.04715768283892331,0.015948094747356513,0.1052820513755136,0.5074846482209124,0.6933786849767434,0.5532871529864284,0.9136768129959618,0.15132344526678312,0.4713986999530434,0.8400034818804918,0.5430178628275361],[0.41450682996723864,0.516192691093274,0.000161826888652398,0.2258498475296269,0.24674900384376952,0.995894488751341,0.5505023722483094,0.16428623739493006,0.011536166809784726,0.7494710176263646,2.5032376107564324e-7,0.8154081555643684,0.1639995295544064,0.3206832170726643,1.1397982835333905e-12,0.03580442966334627,0.0012470344248024067,0.11269640411109523,0.000004037520481727647,0.27593643863251577,0.4717365897151773,0.5178898358294242,0.00019527354514310905,0.8620474312260876,0.19756273284579096,0.1496630148618354,0.004527673091485202,0.2120831217498397,0.8329373599500314,0.00006630055807508727,0.000003606641406337493,0.3179335537336166,0.9111821202508852,0.0000014297843761267535,0.0013450953800506818,0.00022880085558597339,0.7121102569606415,4.985858788346986e-9,0.9967663519665422,0.06077582087141721,0.1625520224837178,0.025748946625278307,1.374312241499815e-9,0.000005407047672900932,0.0000018633309604112054,0.043097796367226736,0.1504731820339769,0.000002335989934903695,0.9721172258207017,0.3505788934400145],[0.8125865723744713,0.8076809564088848,8.866142754326557e-7,0.3553227310812253,0.9736409632582185,0.9975070543871918,0.7966089829945456,0.9013697633387009,0.0014949187146643672,0.5982492364770016,0.0000020449096472528826,0.7140185044291844,0.9972448229135893,0.9210259537233388,1.741037944836048e-12,0.00001641609173727167,0.31465120781517525,0.38537516474811334,8.892496388354095e-8,0.6746286441578766,0.07547382922963437,0.9843346085846865,0.00016521965006921683,0.6860591265446396,0.8678994988797449,0.5959780337746908,0.10690073820606771,0.30227475823668504,0.7296967425350944,0.000004634661852462989,2.2707364566065237e-7,0.8799532360274075,0.9755859463834232,0.00003626667047154302,0.025738286199680507,0.006736774707128684,0.21657856760549923,7.063232396039234e-9,0.9774451127407983,0.0005364101509881502,0.4679227034023602,0.10749855161902501,2.57311548062683e-11,2.4136218031873445e-8,0.000012295843977896816,1.6391336225466608e-7,0.5507465315293731,2.7656644906416304e-7,0.006678118824984995,0.21523515035097013],[0.11613957333819644,0.6070074868188216,7.898831757199578e-8,0.16897151507449645,0.757652681690823,0.964083711796225,0.4667764554292732,0.034195025088427304,0.20274103416028832,0.7852209120155179,3.25093174604307e-8,0.15591989541218376,0.8443799869108812,0.13243131724002108,1.4537252191557686e-12,0.000002294375551601563,0.9540638257663944,0.8720646939677453,0.000053305616575356925,0.0017316036324871535,0.6031421784093319,0.45058085803649833,3.8767782420858677e-7,0.6304336180490707,0.0044640259522106705,0.401298016566845,0.8034146856436624,0.24680894537220519,0.9772395528699045,5.4758064924003435e-9,0.00010804392383814195,0.1793906064345577,0.6866250503003676,0.00004977033438027343,0.015406017680981985,1.0970894665740991e-7,0.0010276466443045322,1.8734073158463417e-7,0.9892402200925439,0.00006119225869637046,0.0029271250527867798,0.982235195797924,5.528916691981196e-8,2.1314317303269006e-10,0.0006062618519694734,5.84823000408674e-11,0.02241163863706527,1.4024043411586513e-8,0.00023695331872707786,0.400443097823716],[0.49881923687361357,0.3976856452485148,4.41904040868074e-7,0.09881362732074796,0.7567126967197167,0.9103551196486905,0.686649371632414,0.0431713762782643,0.06233322200801518,0.6133150051950611,0.000013844500680297269,0.38223261241484924,0.4822123291534913,0.05843590987674212,3.582380594429778e-10,0.0003478775995375317,0.9342608291469386,0.8553354127283445,0.000040341092588375605,0.01228201447394559,0.8771629269001489,0.169578038368195,0.000004855420670217801,0.48259605518728704,0.07048817437632947,0.5288756280789525,0.09506483923385488,0.2544070112302885,0.9569789727371166,0.0000025297832703434536,0.0002797145668479146,0.16039280841998899,0.5706229113523383,0.02093917995395066,0.35908216753913774,0.00006361484043132956,0.025504625312148307,0.00041804915126097,0.978277477743676,0.0008712738488440273,0.0014843128994488993,0.7651922813398976,0.0000038254456806321885,8.81995914872793e-9,0.0028762153588099216,1.2283864518837209e-9,0.041173689781456066,0.000006896641357330825,0.01119975650437845,0.7401360396428159],[0.00004012438479523679,0.0394474611416371,1.4177157740303625e-13,0.007678207726008071,0.23429427782778242,0.8251323055248219,0.6934758834600443,0.0018269555663966888,9.63481900384899e-7,0.4912404766741335,0.09687222944833644,0.3308398916380522,0.003470141305673538,3.756326433034888e-10,6.484928346363041e-8,1.3213774799921292e-12,0.47991100512229046,0.5353846987115565,1.6319141420078472e-9,0.000026967711592045157,0.04652087788629242,0.000010059934392765732,0.00009316440667779049,0.7285779291835108,0.28109573051232034,0.000007648948863788977,0.9437612245569821,0.16761966491068828,0.9849994994285219,0.0008930652264779137,0.013519330089989498,0.0000033797097337217577,0.6833847173072772,0.30875517114177486,0.19996544726290602,0.11927867313759369,0.005798685652992961,0.4308630661915516,0.937721814315175,0.0001378417950127453,4.516818020558824e-12,0.9995683650401092,7.124258306027135e-8,0.0000024539846876329036,0.41925121113406055,5.393984483737243e-9,0.16507783761945555,0.04611323077545919,0.7671873842642551,0.2157432695777038],[0.0429974449312677,0.49942909837864125,8.183751225254701e-12,0.00006381954034631386,0.029495102392143927,0.9468398338615153,0.2129607451377678,0.0000747850004426132,8.10064323865978e-7,0.5543693551047478,0.0038524841492799436,0.27950092072754984,0.9122664660747374,4.0474020679001616e-14,1.525629040892938e-9,2.647962176690269e-12,0.5796595607798658,0.00042985138391813744,1.0950723710296474e-9,4.121467394320908e-8,0.7306836692952587,0.000032094217614655796,0.000006015310551590077,0.4177968260223994,0.012754186266968094,9.07663281395761e-9,0.24877942955537052,0.4653801218712425,0.998920847022922,0.00152872837690086,0.0000104124996950391,4.6115418580477565e-7,0.05009675104272844,0.4446266250416045,0.11278706465465038,0.08334122256327371,0.0006428956753555463,0.7568803156758276,0.9422283904045909,0.000004073226884761412,1.0121479363247438e-16,0.9998246219976715,3.8959668886335405e-7,0.000004737811790561864,0.01626825113478403,5.821659473180067e-11,0.00006471950133702716,0.06843798464580902,0.8202126031936634,0.0005647827390016381],[0.5994322620424076,0.600527132253006,0.000004917429239374458,0.13264885568991894,0.3749870403892211,0.9755741298426455,0.8714649547506821,1.5298524497602296e-7,0.1548089119050553,0.31248492574743864,1.265497859224971e-8,0.5269296418779303,0.7806442508258286,3.2547496813586673e-10,9.78761638517174e-15,0.010915145889594064,0.9443385630786888,0.4936294840373711,0.01542815232872698,0.0000680245540913335,0.5882025102426125,0.000006281238225443621,2.3393421673665076e-12,0.28468351650367946,0.00001659989618109289,0.2978356603989893,0.9162692661173246,0.0005808493454110665,0.9703826087984578,8.815392483761332e-8,0.1780145304703757,0.000001001084811553331,0.3006567641311526,0.4321658909768746,0.000021554308759664833,0.01916444122428953,0.16104731774515368,0.13068316657221068,0.5178117332087759,0.0000019686528022185557,9.772190916482052e-12,0.9983480773284665,0.17335776861565816,0.00011601992547455588,0.00012613924634403262,1.4978411867449787e-11,5.6390863379605304e-8,0.005700679504622893,0.62973893837868,0.48722723403224066],[0.3963822017230499,0.6938798195089118,0.0000030382476494377936,0.13970290180004774,0.7691790050335761,0.9462001497476978,0.8505080222000784,2.766433690477905e-8,0.23355254220396524,0.6681272526616195,3.7106691149886737e-9,0.6465105026891199,0.7031878904665361,2.2457185796113935e-11,7.28302675544047e-16,0.006937848993486105,0.9821292311125143,0.6825374766833137,0.17522933006196859,0.000051820572326784145,0.645203662201158,0.000008951911510401525,1.5891575808197712e-13,0.3130132799815309,0.0002455876836264837,0.2874967801054243,0.709833523201752,0.0005229444472906467,0.988067394018606,7.576526677097347e-8,0.2662630853551933,7.020020833686305e-8,0.5584139734240569,0.45010222145308276,0.000037557203469347585,0.05695422954852286,0.14752778579811807,0.3241257288046456,0.8504692660779364,2.496923869102976e-7,5.080237684851759e-12,0.9968500530801938,0.312547152326778,0.00011110331759223082,0.000020070157351527735,6.0867795945462276e-12,7.096905747891236e-9,0.008149518201495117,0.5809966247711282,0.7041182021515231],[0.40943380947543384,0.6386695190367283,0.000001673605177909615,0.2542352057031005,0.6058967896490586,0.9532094095370498,0.8372794806205279,2.662169007325495e-7,0.2251891575157949,0.4150971819719486,1.1534332534555257e-9,0.8180193317131288,0.8692719655201683,2.2285156418547277e-10,1.8954958985725097e-15,0.005989543005308117,0.9832816801289667,0.7935400779960486,0.02250551664005088,0.00005737204378391245,0.7136263086999244,0.00001338767031371862,2.6895260609520093e-12,0.4128737120129883,0.000009770603173206299,0.20040618102476088,0.8352762389382556,0.0016161930293693127,0.9889446835833614,1.8094943943314765e-8,0.3044856783680018,2.1255658114112038e-7,0.41112926777845094,0.29741932970260265,0.0001319193126781305,0.03746381996854198,0.1082039271796371,0.38595570435799825,0.8494997106404886,1.8493111061725404e-7,1.0245346525350385e-12,0.9912246056083119,0.28886645384000564,0.00012050166884173509,0.000060772352318964036,9.917541042826133e-12,2.8847685371900572e-8,0.011276178384611382,0.6102119719524217,0.6593063541002261],[0.26497917352359623,0.14084213486658237,0.23880635556551,0.001069912821788487,0.039867357836497086,0.9477199737157614,0.28473047381423944,0.00013855366115973257,0.0013813993877797388,0.36005946259158783,0.0006422826752683823,0.000027849694559384257,0.7072221456155766,0.3685374373687813,0.0014147641315848543,0.2088258190575611,0.8738156329787666,0.34310628536944265,0.0002476172071478515,0.0018718791443052352,0.03857351799622287,0.012926686717321122,0.000028890792022533664,0.12124669523839147,0.2813607424500757,0.16402459636807004,0.7397308234886162,0.0000017837296532935188,0.9142247936801317,0.0007725540399396584,0.000007887778906183998,0.3917470144802958,0.00003781063884884111,0.052216314712069056,0.000002044274002671118,0.6805434784614574,0.000036262125075900625,0.1347986666112087,0.8200037255752373,0.000023338664678015063,0.00033363251033049,0.9930501159978877,0.18419345786696778,0.000018242643197870022,0.47430387502652993,5.034658810433088e-7,0.05044214101496694,0.010672131448132451,0.000013540678983033305,0.03700304291444659],[0.4214499572251097,0.007350086889346784,0.5206005695332637,0.006502083256671915,0.9962770745183708,0.776883011693522,0.48939569377399716,0.016943238047272324,0.022007023101398508,0.1785260156800769,0.1252185224861497,0.0000012678360233523342,0.4336010529158036,0.7302299447287744,0.08642966244126508,0.446356370922441,0.9726133061719547,0.8424881108584403,0.000013432232867861275,0.00017780108428715356,0.03402136579944215,0.010417728527748695,0.00011094751040865835,0.021208142895684567,0.2549070081893186,0.92643181574557,0.4925415245389035,2.2303272599890702e-8,0.9639391013034302,0.0007621063229038445,0.000044458474410647655,0.05127144084228004,0.0003100456050647637,0.06075788175698679,0.000011366260187508612,0.6649792250758764,0.00028951550716099534,0.012164019335736787,0.8027016058357553,0.0014011510070272163,0.0030213561298009063,0.9945724301251188,0.21700819951447337,0.0000732849903509932,0.6091034541137587,0.00007477179972581039,0.00007821289726821023,0.0048540323488363915,0.0006781004316788261,0.16550000689780955],[0.000033356256995278706,0.00001958099927867361,0.02793700630640114,3.865094814696992e-7,0.04404577366274498,0.9756865768610093,0.15125538527339782,0.3061529153647007,0.00006959675247739641,0.46827551293317415,0.03410640745829099,2.9616538999169865e-12,0.6278260176815633,0.032239637200595944,0.04762143793063207,0.1948886020683467,0.2495876642038961,0.18213621338596264,0.000013986260767025504,0.000018023603986623336,0.005993848448699114,0.00003472885718829034,0.000003051916605269117,0.09746395836089974,0.0004983097042003381,0.3571744769054785,0.00000655630913267834,0.000004946381911195529,0.9755688145606113,0.0021997460804345096,0.004028467429249334,0.42297840389509606,0.0001084447087061892,0.02268009924767185,0.03065046144244873,0.07026604570761133,0.001657335716979978,0.022376333524483743,0.9053902914957901,0.2057875062410461,0.1462393018657639,0.9997405198917901,0.06963988036446153,3.1672858223513475e-9,0.0001309286548583342,0.14330261147100826,0.00008723854797513923,0.00001584512131187946,0.015173503625360232,0.000005759394898021643],[0.01538854624278734,0.5854822566578907,0.3881182691817145,0.005918732422182395,0.8157297252658272,0.9319947211610823,0.0010083059732263772,0.7222340379028142,0.004966650635931347,0.07375468412401158,0.00012858716021627202,0.000053200850796575104,0.9958458013616551,0.000005507200607807839,0.00004440092052978458,0.00532295557122067,0.7999267578704367,0.00001248917705134214,0.000004957866914698853,0.1700819018315102,0.22831787598120243,0.0012053305431946007,3.4092452323585585e-7,0.4248733914522886,7.320827310893004e-10,0.9827577495548847,0.20140998640676439,0.00000744603054673637,0.9602859223118058,0.00596905570170046,0.5598681953896011,0.5321430406802761,0.0018866380320281732,0.10978513975673847,0.5762745704749793,0.8955914718862229,0.19520776962367545,0.6286418412885691,0.24917382100602503,0.7630920386806956,0.0035996409529102575,0.9894512042517676,0.0005822577044141946,0.01014063675847336,0.20147592914544468,0.0006525450703454119,0.001112353876513921,3.646489406990349e-8,5.996509121955246e-9,6.208436749713885e-7],[0.00004297058008776271,0.1607440536084929,0.00935416773873057,0.000012366246417193477,0.27023421257195895,0.9393759238335658,0.00008039892221412462,0.08998584323227862,0.000004091812912859525,0.00017404931698022957,0.000002516542864024287,0.0000017731956196321143,0.009632887146806391,0.000002775748229082045,0.00004094310109889217,0.4977648146676055,0.01413671102960422,0.12870856410451068,0.000002184266467129534,0.0010451485362333848,0.08429162474455676,1.8061472595492789e-7,0.000001852334802994415,0.40812417009993357,1.1883073333929829e-8,0.061077076914704126,0.3344934286913199,1.9733908977807107e-7,0.9884369507036834,0.001904860553746341,0.27690332116762056,0.2510037907385638,0.0004908660608134963,0.0001801707248610697,0.09726857882201338,0.19358860753011692,0.2681110238684957,0.02312675264409138,0.9808728997913476,0.09123260350395204,0.0021013081759578465,0.9995445795226896,7.567327907902407e-7,0.013267498871807249,0.0374538180999129,0.008828933623775606,0.007515273284150895,0.000011507341645611002,0.00227823003804997,7.503213535619188e-9],[0.6701216656209712,0.03806867625238716,0.08758562145573488,0.023012181801603176,0.13381270051971383,0.8309413695943044,0.19755103468791071,0.5466997141996535,1.4503308592736552e-7,0.004132791206310625,0.01708775933982403,0.00007728989619490278,0.9436708373520263,3.354837732046838e-9,0.44983015267185583,0.000048800101892355075,0.46160733170178475,0.004490263252659372,0.00001777289999273804,0.01579966182773784,0.14515314589937545,0.5365123533470307,0.0000027495576291481086,4.238873740094782e-7,0.3892365682756662,0.001097407366267734,1.3631088215314555e-7,0.25961831070100594,0.9792714327900368,0.2007207796275668,0.000011456189585345776,0.10513021531471665,0.08324248194898654,0.2726615412386696,0.010222314123128,0.5245950811417271,0.16575772756416862,0.34344381887957015,0.9533513504985536,0.4940345124026887,3.905082125022431e-10,0.9988762099589383,0.00009295633153864228,0.39891687504941137,0.028045434350724215,1.7338776238318468e-7,0.2984481675313884,2.128360766415047e-7,0.00006187108553997025,0.000004661917432681459],[1.4560592609041795e-12,0.0025822981724443485,6.651685841959866e-8,0.26433516910216115,0.4374650765341693,0.7105864449130442,0.01336651768684539,5.3953393506322384e-8,0.0022693363789672285,8.341658728407173e-7,0.3833704072088768,0.24177715012395798,0.8670321545290568,3.807722507378654e-7,0.1654426157751743,0.31903471929136884,0.5752563914894144,0.7889581284206447,0.0029490159665664,4.005648067846086e-7,4.814853738774739e-9,1.4899937608119182e-7,0.000004946611317657942,0.5005711436249073,0.5233562027517552,0.9037648499168578,0.7465473431720216,0.419178715949576,0.9660998812577785,2.6825475441062074e-7,0.0000024405507737794944,0.000003172553979190579,0.003695841916839285,0.0004315109672807861,0.3895533256703167,0.7792325446280612,0.08153054958679443,0.31081700213347163,0.1753862345762513,0.23740947076972868,0.04793518319754751,0.9992863106959075,0.003221042265702281,0.3460052670575065,0.0018752160591522806,0.00001060842326541104,0.19488196545312825,0.6319781645103665,0.0011120237576000436,0.000012677705239332682],[7.331951811361846e-9,0.16905077143941655,0.00002681605168446647,0.34550399426426076,0.9154891180074997,0.9151349927698399,0.00010306529421605033,0.000024861936453534754,0.006309974318740271,6.175673440571511e-8,0.24894143968965207,0.3445000986462928,0.9481192022600388,4.1064652733602807e-7,0.14014452331119015,0.4019132475055732,0.259883661496433,0.5994053717734568,0.007761716653956563,3.521827109972886e-7,0.00027398049815788745,0.00003247211189751035,0.000009712151363956758,0.6822819304206494,0.07966005296854174,0.6421645199683488,0.9018420241522428,0.17326585089596913,0.9491285365734058,0.00007720916105353329,0.0050830026947462125,0.6321111979545705,0.000011982023259493594,0.001598950695521296,0.8052878006850194,0.9614301432083303,0.4405979474457751,0.7188729141402749,0.04943488128862443,0.009781770247134978,0.024464870622635713,0.9979751693751407,0.000297401405641977,0.32413155910138397,0.000025211116867418632,0.0000282822404680376,0.4723378703473695,0.4043708693765546,0.00026970060252016494,0.000045001395133328006],[1.2225649492784246e-7,0.004762071103879892,5.538181975511729e-7,0.3205698504113511,0.6023516037751953,0.9662249914844596,0.00005014195291883578,0.020252405325076692,0.000006778208384917068,0.0018332178111523448,0.39634197165879076,0.08340816804054839,0.33969977728837875,7.972613884966216e-7,0.21644996505930753,0.3289412275542581,0.08189543772558801,0.8851591958540369,0.003137392319770076,0.0008066912093812583,0.00002415880614167757,0.0000010275328599011308,0.000003229833512190544,0.6211390309361172,0.6640241868710917,0.345113040749923,0.6710184131220069,0.3955531063983104,0.9699416485924774,0.008212514467768425,0.16719038151092935,0.0008596250888745034,0.00822747566303256,0.015897696454454914,0.2644653600580308,0.7847468728640892,0.04741118534807493,0.6241059078629873,0.10847423832987482,0.1881386588873527,0.039467691242064624,0.9989887903430428,0.000014850886543537602,0.08319826225616811,0.00006462803031585857,0.00006761151128663972,0.5809635209258673,0.46874625099854017,0.0011020125296155982,0.0016547989745653675],[1.2782315084621818e-9,0.01455690380580086,0.00000126449010455449,0.2830291389070191,0.4093924103447105,0.782027045287126,0.00004438616342807927,3.868547254264756e-7,0.006249765662966886,0.000014433404820149362,0.5987739009691903,0.38695575237893587,0.7406102902393005,0.0015092110264041281,0.18425125889606597,0.8009410858499848,0.6932608130964372,0.4096821992916998,0.001826676992855835,7.883338379007557e-7,7.16061268197429e-7,0.000012822363347048169,5.588850193399011e-7,0.39940282046677206,0.7003004538036987,0.9159308899304386,0.6646361716938326,0.3415161296978655,0.9193557227922169,0.00008291264345327765,0.0020439915907762875,0.0008023871524545133,0.00048421272172529414,0.008215557400877429,0.484945251548024,0.7710768989083872,0.21470368777394946,0.766624031868896,0.21261063843120706,0.1928236970001114,0.05767856627906152,0.9977713963450575,0.051474534736613974,0.1606557765318008,0.00019501212854032847,0.00030206107146188465,0.36312165322401063,0.5828216935132052,0.03804675926697397,0.00013393218637387946],[0.00002531523882582992,0.14791161165726152,0.06935856243000431,1.2981498146973043e-8,0.000009167405925806681,0.9174499539255131,0.10118819166249028,0.0000012873933362188893,0.000012763647002286067,0.00007211539735974619,0.08782022020021904,1.8176262099630938e-7,0.3792876557357287,0.03421340011242179,0.052253881812947274,0.0031396467829178315,0.007045062312308242,0.20391249636930145,0.024646525779107933,1.2212834237634003e-9,0.06494205796293429,0.000010035890413860263,5.855687782431175e-10,0.005881005513909999,0.42422334805390877,0.3734020605201348,0.08182719242856262,2.4848322162930344e-7,0.9946662048720457,0.0000031419051627092866,7.502008104894523e-7,0.311480027850041,0.00006944959666955935,5.711203597097444e-8,0.1650762920435228,0.3270576771218289,0.41805299497724085,0.3531367969468787,0.9964213187254666,0.3608858437899282,0.17907534496381744,0.9972629164631983,0.0044549427573830945,0.000013093125048879802,0.000013585388243068385,0.059871277141800475,0.0000013262316369893022,0.00032817672601901575,0.00008287318876221563,4.276086465944511e-9],[0.0007020132525789334,0.38841245861719287,0.0007362772548557649,5.857937508785746e-7,0.0000052628979677829955,0.9811446613171455,0.13162154079019314,6.928118991669735e-8,0.000009042171224312351,0.00000992052873253437,0.48651863492314906,0.001878278682779979,0.9864194838006288,0.000328627339263719,0.4589606980550061,0.0002652257699385369,0.28902203004980936,0.0008631299606857622,0.00007044836854563647,1.8021514157206041e-7,0.06304228591207338,0.00021570302775093922,3.9977863537522114e-8,0.01752066905886844,0.9639543136385723,0.2439522938031479,0.020840671003117168,0.000056313484717037085,0.9902671212548382,0.0024814454353764386,4.735292109836854e-8,0.27108155512781096,0.000011519358171161403,0.00001566495664192261,0.2597182526878125,0.6255991709459203,0.38261716333380363,0.635388588681423,0.21016871723939592,0.5074857718938969,0.01784692432067489,0.9989822017569254,0.03124011348391266,0.04186512473566966,0.0000043490086111178394,0.002237016785246336,4.80291248423883e-7,0.010204127586811568,0.000047588912621673415,1.2371858996258603e-9],[0.0036528272948773816,0.013140040860170519,0.006801219572565961,0.0002418750113377402,0.7365719416756811,0.7041217556611924,0.000045194841027859254,0.0732314378930616,0.0009548645008571557,0.43387263369124873,0.003836409497095805,7.562722597417937e-7,0.8743502732027619,0.001076163866620979,0.0035134501349920032,0.34864720037921365,0.04050644198086745,0.531499027962246,0.00000835160630009411,0.46425145428990694,0.2019490008096747,0.0044134329254250995,0.0005925486723336757,0.0000026919970979062268,0.3001336848339015,0.007899996197545158,0.5112968387284551,0.0009443621046376927,0.8238219142557316,0.10056200779799251,0.04663870529749308,0.030483010474512247,0.3635064696752495,0.1560058856656951,0.025791938088853272,0.8865124739120608,0.000005014854211424256,0.6535105345388088,0.705653739334446,0.0004387206352957013,0.18760195806684327,0.9976327855421139,0.11458454599396152,0.37135173242442726,0.000897509884382684,0.000010839249344080779,0.0009632787976150394,0.00423633670682115,0.004681913229772903,0.00003988532396162325],[0.000014060892476518472,0.304373921686337,0.004150471957200993,0.000003036143343816304,0.6099635234086397,0.8796226861210862,2.6283125197538445e-7,0.005389184967870526,0.03364796519499509,0.594369149202143,0.008585188710414643,7.484161361917877e-8,0.9453859750439151,0.0006601168312636017,0.031553860513202234,0.34412367886098927,0.0009287783300490339,0.2859739238224992,6.785787831022094e-7,0.35001470491157594,0.451295643779291,0.0002957751726816872,0.00328290957350585,0.00009625609509559807,0.338868092820023,0.00033964804429205766,0.518792698248349,0.0038068524055948176,0.9579709202501321,0.0910747581124545,0.20689697316485084,0.003344453312350992,0.5811630339393979,0.2231232860428715,0.09410954002594875,0.8890610680234531,5.122610229009015e-8,0.25465239634112685,0.7919455690107075,0.0007885845266036341,0.3392249810560014,0.9846874672050219,0.4377622385425736,0.27939382991930206,0.0000037870560638395677,0.000006685887770349376,0.0000025495377951938883,0.011994761580871316,0.052855817798153674,0.00000209321815246644],[0.11597197480688137,0.41933710845529665,0.9323241204832438,0.2940901589564002,0.22353180910506942,0.761480291578021,0.080258999716295,0.5453757308556965,0.28696383284205584,0.07190244086028837,0.36350209495877445,0.19340582288647223,0.07755684342535235,0.06027686738499183,0.04093899229692902,0.8175603314750527,0.052051859785507755,0.6957744632840352,0.0003044401821513644,0.9745689122702659,0.8151905522494882,0.11533167573661068,0.8050138856094572,0.00010749350178587581,0.0310741691129879,0.07676734448378993,0.03485091969017092,0.8119167361907309,0.7167403416556847,0.7505702927297826,0.7985875628820466,0.09166255933590266,0.8968220528861365,0.002000036531928886,0.1298833010802269,0.5827977547577493,0.00014552046635679365,0.9318744497177893,0.7641882306207823,0.2722172342953314,0.9300561744784372,0.007138987549463602,0.8382892388908725,0.4679869458802509,0.00002819177295345554,0.5000443821328066,0.26716017052070484,0.7881215581363314,0.5586323648240042,0.059280022279731434],[0.07225736422956229,0.9470591317196204,0.4842223654443587,0.837755022113122,0.47424433060568616,0.6401429689269466,0.5847254807205945,0.7342448987153247,0.6030487512701318,0.9285574317237437,0.2746332897305414,0.9797152856212237,0.08672724039070184,0.8372180062035407,0.2877530514636528,0.6370587301499682,0.7619626845795017,0.19341147321496696,0.002139536841640505,0.7235141886643367,0.019613358503144107,0.49808461465716786,0.8197802144758569,0.512483773881524,0.6697370917435377,0.18796464460930062,0.00372792276790643,0.28479597620259833,0.34763650739968277,0.7893219166063936,0.15691767305702997,0.0002525500729866654,0.5671644739488538,0.964285832232118,0.9703667959403501,0.010607816552977795,0.4683897165755924,0.7417906127459767,0.7727215684228502,0.6480393415825907,0.00009272978833944559,0.8776796820891246,0.9803744741991155,0.8629231097602605,0.2703890678813747,0.41394756840051905,0.058996442816729465,0.012120889961122112,0.49949369361610724,0.8893810782102396],[0.005844459194603804,0.11128986797736805,0.23991585229909285,0.1964213847230877,0.9956525031470668,0.9030389072850016,0.25055807341202235,0.24771022134072326,0.02218184097461521,0.29810682570829306,0.012183681814723277,0.08987451918782882,0.033834048306034856,0.4801364486563322,0.002766041654587741,0.7128934278884889,0.9663702058701623,0.056864169065232346,0.00036199317838968845,0.0624004572592507,0.0001897141867088857,0.12765418248871094,0.0004741348447466023,0.031345110387226,0.08911504338177982,0.6891646855305831,0.06622235377459147,2.1339770231834796e-7,0.9794010370845688,0.12642923927960434,0.000033669962340849165,0.0000035918424620179716,0.0011574499124774923,0.04960696611584843,0.07182065963008626,0.17734417882264528,0.2500587483588934,0.007643519449675132,0.7995913605330737,0.03182542161388354,0.00001701910610361055,0.9957097919034958,0.1097944039069083,0.5062824865260389,0.35985408136131225,0.028057938246745316,0.00001468769874693777,0.000026147480015661204,0.00011765880637563936,0.5960033230120366],[0.0177151887069133,0.5566069394845576,3.0782223550192354e-8,0.000027161515152123745,0.04662153193041303,0.9090108323891705,0.18917232074708565,6.742659404100203e-7,8.927226379624583e-8,0.03316354746424967,0.19744008040632438,0.000005081004393869987,0.9101455632267411,0.502869536119415,0.00869215167119174,0.000406146856258009,0.6655778684865195,0.17232214404451499,0.36203089446455666,0.3996171610687082,0.016210979485168527,1.744362576822031e-7,0.000005015427408079639,0.36566641958390594,0.05958726963267346,0.6031549971458907,0.54278174629304,8.502629874039152e-7,0.9257382049449929,0.37808960925842117,0.0016073594828110596,0.008320097642868571,0.11885197984119464,0.0000012381604512612187,0.19948863179817058,0.2599560358274233,0.5192573227244102,0.22018950291338152,0.16407545670436785,0.29014654982173244,0.6228318520788177,0.9921658213787512,0.3073006090521452,0.005757258446658695,0.018859502454343553,0.04011161954531104,0.02186040255475887,0.036888209694037145,0.00002214606589619346,2.3897929992909433e-7],[0.13831738558874473,0.5742668965511798,8.234539898578433e-9,0.00005933665841825061,0.1881338574705589,0.9421824328276152,0.4004860492072825,0.0000026300646020057524,1.6060134624743008e-7,0.5241453780276939,0.1057957591499556,0.0000070187336562866736,0.8082079157051107,0.10669859960124863,0.0014868889214457006,0.0015623826042981024,0.7900003658165249,0.3924910521699246,0.46226598705852245,0.5046541638611534,0.00728691844489461,3.636002227856911e-7,0.00005202140165541287,0.12351540423258775,0.0580429061695691,0.647393466951093,0.656071893952798,0.000004661236861906144,0.807073098171284,0.5559959011027013,0.007459079230176385,0.005201699840516548,0.12565687931874187,0.000009544866873124741,0.041864934648504236,0.633363311652847,0.3413650625538947,0.4667038560473834,0.16783847669145738,0.09318125797826395,0.48924295670625734,0.984550732370055,0.09575446284606255,0.0028589127390492818,0.16596787148320213,0.03698066052846749,0.16584579820253703,0.033439813950449516,0.00006228160274213251,0.000007208939574314463]],[[1.3177328146470544e-9,4.6600097712892134e-7,0.000002584503021528595,0.000015913575664565473,0.0000014166558176140797,3.526259600283732e-7,0.00015544353385425744,9.192903817674587e-7,5.407929874037298e-7,0.0000014555280982364178,3.4146279423136e-7,0.00013172963396400556,0.00013471804130242487,0.000038958721026451105,0.0000012267571149736973,9.493352588566722e-9,0.0000023037924991936032,4.0909113867025465e-8,0.0000015513721862093092,0.000008240895866081208,0.0000011346066070011048,0.000004426375073815313,3.678299275488163e-7,2.1966868712722992e-7,0.0000036726350992973477,7.44248640546526e-8,0.000005967919892239434,0.00001264448640367993,0.000001100446355154748,3.927815880587298e-7,0.000010755480082112705,0.0000022648025630732925,1.5414597719655072e-7],[0.0003053195277644075,0.0005999916970834836,0.000123643602339195,0.0003563477341413087,0.0000583555990870872,0.0007996885654776932,0.0001186740710387164,0.0005302597941763855,0.0005262789708038047,0.0015414814330764908,0.00013221277777040953,0.00001771669177901923,0.000049769115176889826,0.0000983214376519302,0.8101275937303485,0.0012806847940685373,0.0005633923331966627,0.000721296241487799,0.000043580273483782224,0.00017010532334029487,0.00000847264055440069,0.000014156969146265609,0.0001607189059303459,0.0010926513249975968,0.00014871305643917855,0.00008121576887732207,0.00001298380868986378,0.00013536473632065748,0.000005172757778107805,0.00010571161177094733,0.00018734526893652363,0.00012607170804312484,0.00136011677555875],[0.00020074588305274072,0.0014803278466931655,0.000031301288055832196,0.0002402921277876153,0.00011428678015728656,0.00020423976618314072,0.00006622647276663115,0.00016766673481898535,0.0010465121016217452,0.000457249836796489,0.00019794680675081668,0.000013401715567762571,0.00005236294334037312,0.000079105669581645,0.8152039042674024,0.00040226316607436686,0.0004002338968800663,0.0010556065217771971,0.000030286688394837103,0.00003382787071299973,0.000012310282407070279,0.0000017846990656130769,0.00019977084586438027,0.00014873479019382563,0.00002315552162597182,0.00004783193070125134,0.00004982162075197755,0.000015681206431924053,0.000004629416405465033,0.00018646059495241673,0.00011616240411894092,0.00024650028832376,0.0011600508707483431],[0.0005640602648618951,0.0010520045962144349,0.00023622718012467162,0.00037970807556761226,0.0002945136824261337,0.00023141675280568028,0.000048855670933993536,0.000700983891087181,0.0004007318923660605,0.0015427706656756257,0.0004258372959125714,0.00016339896120525963,0.00017497718300780015,0.0009180225711059226,0.782417470912018,0.0008870684542584069,0.0002535769163250609,0.003718394803233709,0.00004249456226643308,0.00029337702512083726,0.0001507417927158445,0.00000792267198457499,0.00036138934390928657,0.00013900578453405715,0.000031041669199151025,0.0001119098764231091,0.000010380059238571902,0.000032283382973306356,0.00003759940601525705,0.0005281523458655683,0.00003247328045435879,0.00026391144730678436,0.0027075219650641224],[1.279176569826814e-7,0.000006816421775000347,0.0000718590223904625,0.0009119677355950246,0.000034725551539496505,0.000005178074695741842,0.00014575010735890664,0.000019352299239248486,0.00001831379911049609,0.00002822893154155127,2.638388840431576e-7,0.000053907561961542984,0.00041022759132528246,0.880710731997398,0.0002805663834170994,1.931316664434152e-8,0.000018990963994779407,0.0000041183597276335226,0.0002330107359566342,0.00011206604403001976,0.000008425862499881238,0.00007846189128699173,0.000016084644465891217,0.000010126280524148196,0.00005289617662707199,0.000004503530845550853,0.000025005483434919702,0.000010233825211635783,0.000011563563836823511,0.0000013594814923661851,0.000048839337875408835,0.000025824072321412692,0.000005516003454622313],[1.995163057124135e-8,0.000004189849888925384,0.0000118324824052858,0.00012139074877532827,0.000024504475176080976,0.000029319990552445872,0.0002672908470449742,9.94262716628551e-7,0.00010972524671499255,0.000011852528459684286,2.506567084797315e-7,0.000010873477882935911,0.00024293014326555833,0.8798807872299587,0.00006310009173068876,1.9141868721813626e-8,0.000049148882256158264,0.000003240595087700478,0.00005607957999221497,0.00011635914211015962,0.0000012780336318814036,0.000010713926155437519,0.0000014554496339640988,0.000041142722018035685,0.000010808561614107513,0.0000022865780269144017,0.00006669235323576586,0.000018586208243629854,0.000011436811714529285,7.264451169453496e-7,0.000015030309525937855,0.000004325819659216072,0.0000017801275211756582],[2.0335461416138716e-7,0.0000010616587556032182,0.00001817989056567542,0.0004317298714095148,0.00006911512030689645,0.00006632486220470818,0.0001244746003021332,0.000012021546184868797,0.000011658641238817896,0.000006465595374019734,0.00001474468896422492,0.000018942967464279403,0.0014248040732659601,0.845400930680473,0.00022385123730695808,1.425580529698643e-7,0.0004345662126859761,0.000005428281815975348,0.0005506433001511621,0.000059281158095298047,0.000005482585847731203,0.00002655670025000961,0.0000075098735254268964,0.0000073438480391272356,0.000029007816662893237,0.0000018347500263723764,0.000019211371783670645,0.00012032576376225962,0.000002228670910153764,0.0000013647194551742806,0.000031207789339211236,0.000013132967527521641,0.0000025331275344390588],[7.318532739313815e-7,0.000021468507341464106,0.00018709986941576213,0.00012392848115600163,0.00005165963055691304,0.00002174792055084045,0.0011196431255029648,0.00003484396841532646,0.000005592712591103546,0.0000032003940861477736,0.000010750098221382047,0.00010530859949108731,0.0009894688875295712,0.8501461693462853,0.000004546821850430028,5.45607754406851e-7,0.00009216337232218848,0.0000011994299240157474,0.0012056981725312378,0.0000036173014044569447,1.2523574347571503e-7,0.00004481978197401494,0.000006515121886338915,0.000044132273366367375,0.00010964735547960676,0.000005305592316440907,0.000033875630512000144,0.000006320422015761398,0.000002203820875027874,0.000002187465632630755,0.000009911470257743658,0.000001329182320231843,0.0000027588683967640856],[0.0022698645345281673,0.0008012480113678475,0.00007399748776869625,0.0010074190913980415,0.00018777219035410108,0.0005745282243033114,0.0001893493142885011,0.00026768311199111495,0.0010039344558364959,0.00155280584579657,0.0006921263011796424,0.000005063742185598111,0.00003249072312501098,0.0001560791237051933,0.0013437772043022839,0.7566641057068738,0.000217451442985566,0.002303723519704396,0.00010825756466670869,0.00014810899236347008,0.00046346128189775473,0.00008207378181157349,0.00006868504169306007,0.0002107286564215768,0.000032065282803615147,0.00013056705820664079,0.0004283550132834282,0.00008247680719583928,0.000038810936114369367,0.001959470693612469,0.00013186546000701235,0.0002496510563370244,0.0007565565300943573],[0.0009618284118448517,0.004843399247118566,0.0003014467341496984,0.00047799046603342005,0.0007200384413203213,0.0006676492382913941,0.00005705602871388145,0.0005268760458081663,0.0004839263322984761,0.001600100356643153,0.0003559888082022408,0.000035678291556560754,0.000053003532821446795,0.00007565548030988652,0.0007639829718660536,0.7648214843664379,0.000809178202498961,0.0014809827002409662,0.0004991747217801599,0.00022265650874917436,0.002507682302320884,0.0009599974896511032,0.0004682174291870111,0.001349127274501809,0.00011375489801941948,0.0026256588894840584,0.0015803301340263402,0.00019910396264219296,0.0009605896933745535,0.000648728962746331,0.000060472068896698174,0.0009820513413778742,0.0005879029493525258],[0.00009113417999434671,0.0001436527142042984,0.000015117944565421296,0.8635416408994933,0.0000019287468276710966,0.00006300757511728167,0.000023112738760271356,0.00018964349202657291,0.000024401115176366436,0.00008111703207038318,0.00008062040191198297,0.0000068963041278335945,0.00009157917593494154,0.0001578562997931434,0.0004649738619255372,0.0000737341135532512,0.000005825066079963581,0.0012728776381791306,0.000009337318269937852,0.000028825971837442253,0.000015751770326736944,0.000046037909700070644,0.00003928825757394024,0.000010426659518330815,0.000006563166780216223,0.00005596087879765497,4.156287718264881e-7,0.0000733516948658391,0.000001411706172200533,0.00003209124629790828,0.00001872203901354175,0.000022537102905967494,0.0005198516457179907],[0.00011932078941789033,0.0002832038338326822,0.00018520186449124472,0.8254201830864834,0.000006731928150680289,0.00018470590170965767,0.000007242884169569898,0.00011742780043057647,0.0001552574717517958,0.0003155377570118347,0.00035640739838605753,0.00014848615396884153,0.00008012612504149292,0.0006699324000316,0.0005506160970015897,0.0005819605744341892,0.00007849032180468314,0.00127472212435299,0.000025963713570136158,0.00016081787318600782,0.00003556322331939834,0.0001366004885581824,0.0002208158854093673,0.00003436188412327035,0.00000363834501528587,0.00032904642969756794,0.000003420648677749749,0.00017421167743593275,0.000010861370675947624,0.0012376138307641606,0.00001260614860205251,0.0000762377082669028,0.0006684962619361057],[0.00008433240714630828,0.00021507189535013258,0.0000995943061387915,0.8142759892577678,0.000017322330207864356,0.0001769967303554654,0.0000720213229707283,0.0003214386923626689,0.00008400018548372217,0.0014930934232297568,0.00021431562617785737,0.00004032185980554446,0.00014401644968477576,0.00030839846098449963,0.00043161505040655766,0.00016333268908302922,0.000021756027132666922,0.0011907028921652285,0.0000587423038758045,0.00029251926536872643,0.0001398188607263344,0.00012523313078300935,0.00010900888036920043,0.00010457571795360386,0.000012474038724462564,0.00010980938583457961,0.000005345118080626314,0.00016039582435138937,0.00003294708500964068,0.0005312392828601656,0.00010038564174302617,0.000210579998797822,0.0008377126777455719],[0.0005076266703226299,0.0005797500920055852,0.000021529277412514293,0.0003636766628754205,0.000005052965195986837,0.00021416376794277948,0.000029964594830654306,0.00008954414992584455,0.000034039756278315143,0.0011210335723266743,0.7820180897122176,0.0013415388790488773,0.00001655167719839593,0.000021851396154961118,0.00006469228148364107,0.00011958520787384393,0.00009871822014587234,0.0026639383123897484,0.00007019499888159504,0.000004432126529578538,0.00001006711685124523,0.000006681698866608483,0.0001494792451934647,0.000024154600859948666,0.000026000728026019544,0.00013448493318861122,0.000010791211443264084,0.00022931485204319695,0.000014281868610549255,0.000747793045604871,0.00003901011966084002,0.00006916073710107104,0.001925678643321591],[0.00047262226439617977,0.0002530150357797051,0.00001856309276591555,0.00042036863118487293,0.0000153163989989171,0.00008318044393994015,0.0007089551539686108,0.00009755977838733363,0.0002403736890387431,0.00026894501392888407,0.7810172010557394,0.0030384407965717577,0.0000470225207760093,0.0001039504901069031,0.0002698114174905068,0.0002857522496211106,0.00008846632760568397,0.003776572555240291,0.00009742259077658393,0.00002135312002894608,0.000042830179016725294,0.000026458448142063744,0.00006129818529295178,0.000025125345965807974,0.000026014530009522173,0.00006563437085602605,0.000006874888739917295,0.00035610005157086334,0.000013457291441072476,0.001259543549895851,0.00014999949525333912,0.00003437100201948151,0.003082985647825964],[0.0000010527374142449004,0.00007223506013344273,0.0010040913420497712,0.0002856525216884352,0.00018140722341223939,0.00014090311461471735,0.0004715745463500812,0.000007300004199004761,0.000044808758910379596,0.0008351845572982409,0.00105176975118264,0.8830914748710801,0.00033917304302877424,0.000010314038301944425,0.00006511698075047842,0.000034276699807442174,0.0004177141511995296,0.0000933222249723949,0.00006536349875378312,0.00014614410855840818,0.000370937581751769,0.0007454975018898684,0.00021761244849924762,0.00026710361931535,0.00005320902292392706,0.0002769071464133677,0.00019582711387658308,0.00011247907100892932,0.00016192009273867136,0.00012487845606680033,0.00018973753463208802,0.00014082857950055387,0.000057437609700178575],[0.000002366332722790752,0.00012141721611422347,0.00015447339864812037,0.000025097572952858054,0.0002901429727090062,0.00005337106088643163,0.005478154412149162,0.0000028597641546905545,0.00002550810107240763,0.00019402275362163295,0.0004903071667499734,0.7869886916078157,0.0001933924649905274,0.0000742846611981707,0.000007923967166027269,0.000013769346708925473,0.00004174985533217043,0.000016873515061655692,0.000038709928511179955,0.000040508359935764474,0.000014004466228698416,0.0003091726305370283,0.00024077020274309655,0.00011061610436606584,0.00007796887158148642,0.0000356779930927503,0.000021552584909859597,0.0000548516240085418,0.00009722679049744609,0.00000195393094399708,0.00002760129847390341,0.00016103313055162167,0.0000036800425054438773],[2.3258606602586678e-9,0.0000012699400995384595,0.000015294612426995784,0.000002484336158797931,0.00000432190985313921,1.980093775371821e-9,0.0000850881872154505,1.4067974464814907e-7,0.0000012042197966768287,0.000023562703343153825,0.000014202648446592392,0.8795278629915352,0.0008399026434083828,0.00000917980657691825,0.000005714026691506705,4.7446467269326545e-9,0.000014642196881016225,1.868792833797182e-7,0.0000024752237960980567,0.0001655313462123066,5.528394042413855e-8,0.000024095762760220652,0.0000042973389614946026,0.000004062645619163409,0.000010565369944786935,0.000001276791520134155,2.395006544323374e-7,0.000036477426231317354,0.0000011711480801697838,4.6325854793681876e-7,0.0005194173830675111,0.00007867241210575773,6.867464024493158e-7],[6.907348804410231e-10,1.6963823065661583e-7,2.8864646407401476e-7,2.4062083355504835e-7,0.0000016160517422194374,2.6945870714890338e-8,0.00002566578057891508,1.8093034098157827e-8,3.135903477767608e-7,0.000010313792416467519,0.0002570223433241327,0.9263882255864322,0.0004792659939975722,0.000029822891380875948,6.037473400133006e-7,2.1314122410561624e-10,6.239770992396356e-7,3.643635858990879e-8,7.079066237536288e-7,0.000004912448844597112,4.117657062595101e-7,1.3259389453812537e-7,3.383070680305876e-8,4.275730833266381e-9,0.0000044213797766290796,2.266129368976906e-8,0.000002367433948962301,0.00002619058938316168,4.7283541032999164e-8,6.772001404331005e-8,0.000012934022202830503,4.015498583937355e-7,5.994508512478398e-7],[0.000002656195974728408,0.00022831823881918768,0.0019204966334749431,0.00005901137480825962,0.0012267005809034233,0.00018280972140671378,0.000430482180479883,0.000006149892100812185,0.0000393587855543503,0.0009486120087124821,0.00015764632765646452,0.8239169234281875,0.0005572728068442096,0.000026856823528624812,0.00003376822532908663,0.0005755855770163482,0.00027218843322154927,0.00004680125209068057,0.00044860234525053946,0.0001422945292318431,0.0006979631746996658,0.00116591845119479,0.00008232392015336151,0.000884817519827781,0.00006739907988422254,0.0016033677542286987,0.0009449076504150311,0.00012280102521966782,0.0017472840387382125,0.0001942622167047957,0.00010182800741475857,0.00107121884966896,0.0000042182060146093],[0.000004910322881484348,0.0002382777298210912,0.0011199561167806466,0.0000552038470557848,0.0011678760203612582,0.000057683806363367236,0.00026851310689944525,0.00002869663034496333,0.000025823377234484783,0.00059435572697475,0.000508963461516238,0.8231054305402162,0.00014353704815387884,0.000009546624552872194,0.00005367112370343003,0.00011402192400935466,0.0000855066341756008,0.000032006802351695315,0.0008053963070588965,0.0002036816586010504,0.0003749851283969265,0.00015871896032311754,0.0003274300515466733,0.001654506532595593,0.00003953863616778327,0.0015905819510854354,0.00008376976407342496,0.00018345326845611875,0.001057008277572948,0.00006721800993148778,0.00020494276603080723,0.0004297029120192041,0.000013458894095625476],[2.3092763857025183e-9,6.787835744504914e-7,0.000022636570667476268,0.00004907433873526907,4.0802886525854987e-7,0.000001359013118193874,0.0002012307423965573,1.9304614966890843e-7,0.000001940774230226377,0.00000413962517270147,0.000007204863122906005,0.8843777247060394,0.00018843441303832136,0.0007594070924576121,0.00005446165357963399,2.4783150384035605e-9,0.00004816439721127578,0.0000028968292809512043,0.000034201450539769466,0.00008360402513687188,8.787824116687451e-7,5.118288367660924e-7,0.0000019833549024819647,0.000014683285093097116,0.000010899376507287755,7.461315268669493e-8,0.00003050160437208179,0.00022490383341348247,7.897897775126645e-7,0.00001989095279183747,0.0002852979814352892,0.0000582565821711879,0.00002465795029529185],[0.000014977530831891897,0.0003293751868548123,0.0002747580218880914,0.000012686321606965395,0.0010385096082058051,0.00029367548537388553,0.798938777202728,0.000020529974203882305,0.00006748492870545354,0.00012636501826304106,0.0004279420660025208,0.007969223798891457,0.00010860122662025238,0.0005199477332235697,0.000026709290165366623,0.00009755538759947417,0.00004390146622454458,0.000059185003870028094,0.000506156879952554,0.000012448484403298083,0.000025141540702613287,0.0004412585504937625,0.0005787921223407548,0.0004796107006908873,0.00028563574409646615,0.0003449580272491634,0.0002953858856059097,0.00009256771046550316,0.00004876046873652986,0.000004238668301790499,0.00009010540441404913,0.0003843188146220268,0.0000065970302692945575],[0.000006353607022344375,0.00037987460929587085,0.0003701728309087493,0.000025284777769199004,0.0002959301801236117,0.00013141548587068566,0.8137910998586182,0.00003149673218196589,0.00001404577907824804,0.000037192434850130445,0.000012991266693391102,0.00043901586435810236,0.0003170952900075856,0.00010588914945563874,0.000014345234469532781,0.00007857362425032787,0.000053125767220873025,0.0000016701784508258712,0.00007428642090957615,0.0000784543326555945,8.181605925931754e-7,0.0004930974426380786,0.0006195388658259426,0.0013709733533188884,0.0009909699559966327,0.0000827356871310675,0.0003840796329573274,0.0002803082340022047,0.0006590255915456493,0.000005841704794399002,0.00020752847647503785,0.0005770856544399398,0.000027703153199062203],[5.925939239207386e-8,1.9653660429441407e-7,0.000053805923756280023,0.000012695698577468885,0.000142717176177766,9.943010975164741e-7,0.8490020907453376,6.207711495733049e-7,0.000001752677184175908,7.80924527942806e-7,0.0011427328195960868,0.000003443461583220615,0.00032719053178219634,0.0011722035258095547,6.956475429559337e-7,1.438023347641794e-8,0.0000022072540807450183,0.000002557446370449885,0.00007702512058015159,0.00030288783634745895,1.4427745566758947e-7,0.000010033870645375868,0.0000025676565788299896,0.000003445916567786566,0.000005260002870334929,2.6653787471330293e-7,0.000003890822054067261,0.000004461029914832256,0.0000018865033398058295,2.0611139899801646e-7,0.00026150074323003943,0.000021720559411744492,5.680541314603154e-7],[6.621696819873381e-9,1.499172032913169e-7,0.000010576548961129318,0.000006334846552567008,0.0000025784823990186404,0.0000051981876431199956,0.9060329210926864,0.000002690822424512923,0.0000058738300431616285,0.00002040984393733962,0.000024014927552383958,0.00003903717693534034,0.00031505206334474706,0.000620606744620978,4.20198256500084e-7,7.201153145484626e-9,0.000002069442149719004,0.0000015898030963899812,0.000007932858811240284,0.00006127160158737043,1.7241655345062713e-7,9.627899788081558e-7,0.000007328444195288621,0.000001444749731861547,0.00003185622023671615,1.2945490492154402e-8,0.00003245126990308503,0.00009388399807070678,9.345452805731069e-7,8.568686994569446e-7,0.0004332470343189101,0.000007318632951808231,0.0000029750655695584866],[0.00377522430479305,0.767707797211983,0.00005979976571798511,0.0003054742203326654,0.00019949528716486058,0.00010171737056074577,0.0002347482741107092,0.0002563382076253718,0.00013435866325304412,0.00002707141554614518,0.00033425357579199553,0.000030550308903824636,0.00003157811232495398,0.00007027288732971247,0.0001654939966458092,0.002444369319688,0.0006758544963155378,0.0009293315980206516,0.0002195124038050334,0.00017090583387427833,0.00002550465767025827,0.00014248873777556023,0.00001794669362254873,0.00007102945972015077,0.0000034171946408118206,0.0000061028936260153194,0.00010815045411233087,0.00005831927330957093,0.00002141050901329409,0.0006723753252303129,0.000007590616079497146,0.000093507449686141,0.00004313400088750003],[0.000394598050128482,0.7317043690261046,0.0002883380296139654,0.00014954783722315922,0.0002756594126166177,0.0005777756123257036,0.00005490451087301483,0.0012743347914803316,0.00010394307173471766,0.0001429688139813745,0.00028159094528342713,0.00003775652759741032,0.00005899547455526932,0.0002463488671888748,0.0007114601399692943,0.002695888329757178,0.0015225656315784246,0.0015569619153460907,0.0001064555432474269,0.00004154497299097708,0.00046559539566602226,0.0004280781442596503,0.0012778836901465667,0.0025028993840143124,0.00015323967539599515,0.0007442225460096249,0.0005333955060643399,0.000408535151229136,0.000311546463669759,0.0006119645647453228,0.00014050150054772812,0.0003559177454871334,0.0006978437463884345],[0.00003937781767578501,0.7985997022095824,0.0002443409159997091,0.0003409519362429517,0.0007869590852875841,0.000036756457379559735,0.00005706966175973582,0.0008256311576084233,0.000014120789718092544,0.00004901268396257608,0.00006371792481126015,0.0009618710030674813,0.0002405980306234476,0.00005771166713660264,0.00026558577440081944,0.0036233747609932853,0.00032101132554497976,0.00003617805236077108,0.0010335421844123842,0.00003912229572402213,0.0005672257269532053,0.0005534483531454812,0.0001744516978018578,0.0013670672972392486,0.00007009160021838612,0.0002726387604904546,0.0036120970888727437,0.00014971469682407168,0.0003982793997301477,0.000033199681042996715,0.000028444136242677026,0.0002753252851291646,0.000020477848292051018],[0.0007562933704297898,0.0019564470711394056,0.0003322242993674755,0.001346415171259166,0.000022635763715889482,0.0007158421229242368,0.00006236396928232038,0.0008031350809429552,0.0010376612774256567,0.0015378454177494446,0.0004211417424281169,0.00007086271107696546,0.00014241406409992325,0.0002140174578815695,0.003725284184142235,0.0005821221187201598,0.0003731009385256739,0.002831486396829296,0.00006835643235961164,0.00008286787602795121,0.0010066252868101676,0.000009777164421210767,0.0001350176406188704,0.00038044003926312905,0.0000176599187915566,0.00013869664314458688,0.00007538988462240933,0.00015198849770245304,0.00006963165993951975,0.0013550980328250494,0.00016512249275881888,0.0005899208709433483,0.7512533600404827],[0.00005445059640949642,0.0003906385272322253,0.00010848351120217412,0.0008280603617537204,0.000006211264676629288,0.0007622299730401313,0.00020078290618419682,0.0006547476937519173,0.0007524935064783252,0.00034203875162427933,0.0019219281473423662,0.00007431580063221743,0.00002738983569525485,0.00019835190866942498,0.0014439916412001203,0.0001359985240303766,0.00018813799488218882,0.0010006137582670308,0.0008943793578441337,0.00005717985818537156,0.000059730718800281726,0.00018482489844105462,0.0007968649727013245,0.00033872268027896344,0.000146159841080018,0.00025175918348829487,0.000023399434305516593,0.00009357704997864328,0.000573276957808636,0.002089640914164552,0.0010351834063269125,0.00008873034608870203,0.7952025227241054],[0.00005557976820874176,0.001083988517734462,0.0000948242190280602,0.0005420986338681153,0.0000027557057339495312,0.00042854880518604897,0.000106591150888872,0.0009776175935963553,0.00017942083676038246,0.0003399777861686332,0.0009258175699071813,0.00008554972909143995,0.000021234514775550247,0.00003505392081691651,0.00022701227730271146,0.00014104852818915404,0.00004024065998463617,0.0001109784857006157,0.0001740190854662602,0.000006199455407541622,0.000030365683810388272,0.0000123821032513597,0.00012736832970232096,0.000035087068951638925,0.000023727624119192384,0.000021924681443071122,0.000056949543966758376,0.0001214413648339045,0.0000798980024983555,0.0008151212226778245,0.0002662956233101735,0.00011031017242203977,0.8111865980436518],[0.00017650541690207393,0.00044126453895336465,0.000016310858406884428,0.0000824963224926141,8.484872002998198e-7,0.00019119398047038306,0.00002036508377121668,0.00007083315297469002,0.00044585898511166,0.00007752827251547951,0.0020785341056474356,0.00004702197074948271,0.000007669737842218524,0.00001066058552826515,0.00013817803693453248,0.00017912409764376272,0.000018007161704990814,0.0020523101701597525,0.0002197727324238029,0.000002704779029760687,0.00008243775493111884,0.000007099061985635669,0.0002553457892971739,0.000024073901368555856,0.00001028924259038361,0.00003544975578028221,0.00002841603241958127,0.0002017017458863313,0.0001510314253779642,0.0007668723241640702,0.00038877995295350914,0.00006533809791846667,0.8043699144279526],[0.0012756297269615456,0.0024817024337925077,0.0001048919579059518,0.0014556361010152979,0.000026066877432184328,0.0005262270034777182,0.0003233102250663051,0.00032147267488935637,0.0008731387905473786,0.0002531854583387597,0.0019291903098304255,0.00003524999071027034,0.00014594366675761388,0.00006142360702149965,0.003722889066639398,0.00026103234037630897,0.00025020054223414014,0.7953104554601234,0.0002704649362686683,0.00009384338532184492,0.00025791970493506617,0.000044365741560242824,0.00039880503335412606,0.0002459350698541479,0.00014547450913165788,0.00021128747432005768,0.00003426400338140126,0.0007980364878945998,0.00003131711165752073,0.0012872984479984913,0.00015635529676497487,0.0005663724492451136,0.0033386616720867336],[0.0011193910167718185,0.0007552810322043169,0.00004425516988024412,0.00026303793379462944,0.000010259887284771123,0.00015228452487950881,0.000022320896762362833,0.00009158463836895612,0.00020704874899882942,0.001175955972862943,0.0012578029872781296,0.00003751807778576291,0.000025875643131927087,0.000025763017038774123,0.0007347895212477147,0.0003249985242300895,0.00010249462114863044,0.757848939487367,0.000111963274601956,0.0000303602987322932,0.00014032571904301673,0.000005870210871954288,0.0000960476139434561,0.0003367465945409493,0.000012877952067325397,0.00021686738887456594,0.000037811492460284677,0.000021704635249186052,0.000005627784525493509,0.001192234041592777,0.00008521191798700306,0.00011448447350623327,0.0015496745188901826],[0.0009993604588556064,0.0005854306276386587,0.00006837193761546614,0.000569704567375687,0.000052294291202708497,0.00008022147758493918,0.00003451562029684266,0.00006432291757183352,0.0007657882829321961,0.0002170911049522469,0.0007612159505365069,0.00001809016647891643,0.00016554326175774106,0.0000839306783397083,0.0011309737167930977,0.00044240608788874165,0.00007820624607073222,0.8158497569478926,0.00012170635727998982,0.000033534444179029245,0.0005251297326989608,0.000013762279555152913,0.00021428570354381423,0.00010998976355181998,0.00001919357987604954,0.0002459550225635452,0.00002493620390006406,0.00017302338567057925,0.000010696900765011063,0.0011437424011142136,0.00006430309553159961,0.000027024542646960797,0.002352974761299504],[0.0004736028074219148,0.0005837946770943016,0.00008944688357465424,0.0011200138194391014,0.00004946464744096355,0.00006658155694410367,0.000046896441275408425,0.00029194292667817924,0.001227682179207576,0.0009758758794367537,0.0012156957824241987,0.0000315161660163532,0.0001674559348589931,0.0000648258412507014,0.0007868172882190951,0.0018158401493607607,0.00016737318605304868,0.7831962195686124,0.00004841298658598993,0.000022945324251601556,0.0004661293460352753,0.000013179918341380524,0.0002681297965608,0.0004113159692521806,0.000033588442473812714,0.0005164201835149273,0.00005281656515101244,0.00013225432903170444,0.000022178475792469337,0.0011438136273936807,0.00009746895379574916,0.00032657799475626693,0.0027338056398794486],[3.373897952520933e-8,2.5210915050529664e-8,0.000004668460207171151,0.000038304138641957396,0.00002828419555676485,4.836075695493154e-7,0.0006408822150196766,3.285034096595544e-7,0.00004510817195254251,0.000012759372607275232,0.00008366134889520199,0.00005869100100923955,0.00008057387937288282,0.00008685410008103862,0.00005375620144124569,2.2882975491247654e-7,3.2758573991944673e-7,0.0000027106914203004125,0.0002909566536708329,0.00012941977870653052,1.3456242416557566e-7,0.000054396980540283096,0.000011993129997939839,0.000022990587809087597,0.00002186767311097801,0.0000012619769225531575,0.0000065495169788089284,0.00001821588174836623,0.000007143328277798228,0.000004109945370540171,0.8826174064543689,0.000004977168122212144,0.00002495475116475125],[2.949127570200838e-10,7.150311443572303e-9,0.000007785530793177438,0.000004391028597356458,8.190314545159842e-8,9.676156856798882e-8,0.000015092132524707436,1.8325748703985559e-9,0.0000680899757434086,0.0000321772484306643,0.0000064470611649342475,0.0005091697078040414,0.000006846417821305126,0.000006796283036542791,0.00000100396724344067,6.4075757124486064e-9,6.387068566995183e-8,3.737383062722432e-8,0.000053800411517217505,0.0000056651636606769024,7.965687172651001e-9,0.000004546446488086544,4.573296193512551e-7,0.0000019383569654155,0.0000642711049391354,0.000001290369316850596,9.089716878635292e-7,0.00004462230643188466,6.402359019287706e-7,0.0000010042432026644078,0.8668140418527824,0.0000020966463858564333,0.00009840823043960368],[0.000001808564926376693,0.000004355374712376633,0.000013846714794145639,0.000008177230446153586,8.273813960113376e-7,0.0000066222456386083455,0.000648160707831455,3.619742472213608e-7,0.00027847041903882345,0.00003367576455551192,0.00022377911302404234,0.0001259158828668161,0.00002558212507728547,0.000038314383979478306,0.000030722300239275954,1.045911762364396e-7,0.000004971880860418914,0.0000011527401563161828,0.00042785759244262623,0.00002725795196770078,0.000002127818367366368,0.000038811756319352386,0.000009715188705727401,0.000018336749675300545,0.00006442680842374369,0.0000016520578648402402,0.00039419745261138565,0.00009256128751965093,0.000029537031133243365,0.000014038001824966526,0.86019588479049,0.0008220330791251014,0.000578966080565028],[1.82538944226199e-9,1.1826206282183258e-7,0.000005739679275449319,0.000004327261202197275,0.000002506079194807652,8.427846869422586e-8,0.0005190126851939974,0.0000024826113347650325,0.0000019005747097146998,0.000003908524446955111,5.456473899574292e-7,0.00012465129729152078,0.862817991671917,0.0011503202467343853,0.00010087028667834877,1.4991294128845467e-8,0.00008838574230043831,4.166749547043478e-7,6.557203092217291e-7,0.0000012196351905536486,3.365066257860915e-8,0.0000012735749999520485,0.0000074572186259300376,0.000009633468309063802,0.00006392410149983583,0.0000031096787538795425,0.0000022014431386906175,0.000048928488179941604,0.0000036933766971596083,2.4016082400834296e-8,0.00006726500382581575,0.000002811063441348033,0.000014200817005320022],[6.200406658947023e-8,7.376749768692006e-7,0.00005848764213747069,0.0000030364872088951815,0.000034112399526554385,7.838345220176783e-9,0.0002007806812780696,7.579132643415409e-7,0.000003433895037160893,0.0000191842977993646,0.0000026179015839586332,0.00019479651431715908,0.846005883211488,0.000916388886750449,0.00003464680484027555,9.433987093322736e-9,0.000049463243419651146,0.000009017586312736245,0.00011238785040126704,0.000018888526913844523,0.000001575521268678098,0.000034742976761737465,0.00003231334151536235,9.496161084740913e-7,0.000010082691707921041,0.0000013330541451350615,0.000022094719653673742,0.00006036233541757152,3.817476453244339e-7,9.769536140658617e-7,0.00009997083034361476,0.0000013173296592501076,7.647539648399241e-8],[4.665908566440221e-8,0.0000071060190916600175,0.00002091662326375287,0.00021849540498402253,0.00012153969853099966,3.756527247485826e-7,0.0002829806850298847,0.0000023675183104270024,0.000013781981000123803,0.0000011222196591163928,0.000006264628822226357,0.001786321789516916,0.8429713612756488,0.0006507353209665894,0.000012835874596603022,1.992600420175655e-8,0.00019701472528727826,0.0000020719493099751073,0.000006910413291755493,0.00026693178293010154,0.000007443687554026613,0.00001436083226635645,0.0000481765779533574,0.000032766849373091633,0.000010843321883193093,0.000013139994016037684,0.00004122506881807302,0.00008032583636289586,8.501082393039995e-7,3.510916691232149e-7,0.0000027029130441046067,0.00001544173332058478,3.5138770177965396e-7],[0.00047792241526495283,0.0004732430231874628,0.00011496756785812505,0.0002847501726557267,0.000012809407118308226,0.00030383982344365785,0.00017879511507059315,0.00048334280175311246,0.7733686823569402,0.0008130774310329091,0.00008956142668694458,0.00006862357571190086,0.00020859674445897273,0.00009389049948364811,0.0008259976355866898,0.00017950822033084018,0.00004803871050576057,0.0008704792814735584,0.00011872263534253799,0.0012240726669962398,0.00013691738210886106,0.00028522281669228505,0.0001346812366423437,0.00008916408642155833,0.00010933340677217418,0.00008647166649398162,0.00018092597837371635,0.001000470915629893,0.000049968268038841834,0.0023197868441644878,0.000999647311926895,0.00014022304412044086,0.0013708407458616681],[0.7439972506391058,0.004908320002921639,0.00013593728994837774,0.0011523678523697874,0.0001739476488962788,0.001184304169508242,0.00013305221017687445,0.0007168459650125246,0.0010330512234537133,0.0008972070931141376,0.001133186691461609,0.00001189529809747157,0.00005462983066671095,0.00005957398877639012,0.0005786049975165805,0.0021317694745871534,0.002176228588407302,0.004567520987929752,0.00012713467357326557,0.00033163273190349934,0.000022385211787803654,0.0015075650943792874,0.00037113172109844487,0.0016440446969478461,0.00005772239361318352,0.00006684230053279117,0.0001435559900994229,0.0007616430107012027,0.00012023265369831099,0.002717830591126418,0.00036546672157448327,0.000639172441329123,0.00021517271255452173],[0.00020072548333299563,0.00015477378604776906,0.0006072608810841836,0.00021267782911960138,0.0003004984575474512,0.000993520416407542,0.00025114754797023165,0.00006545843462755483,0.00008983217511964405,0.00023887428295635838,0.00007912095196632778,0.0002586827882325005,0.00007549546479526381,0.00002246447362370237,0.0010283199468022939,0.001450621127146111,0.0004976034294923132,0.0005806049360115565,0.00002729161190189261,0.00009661652888001313,0.0006428680158712582,0.0002624228621952499,0.0005208414539646952,0.0005148024546041707,0.000825290720223176,0.0014569456309094211,0.0012929587609780792,0.00015731674109081598,0.0008563887652732948,0.00012035385326927543,0.00007858337916677186,0.775632828388458,0.0007062705561689435],[0.000007450620299370252,0.00004567548141846378,0.0001440956900801668,0.000013347108259957603,0.00013060951839258584,0.00005646163039769,0.00022940768257299945,0.000004731028963553522,0.000010745183810384605,0.00003112589680744236,0.00003262443905990793,0.00025457521751226476,0.00002597089980773199,0.0000023880346731168496,0.00010226483251190626,0.000027989165683220452,0.0003313408254565314,0.000003838009377692724,0.00010414614395339857,0.00044756165738492825,0.00010306019571532882,0.00016416196007241923,0.0001580288768404015,0.00018462434120383996,0.00012356842534807548,0.00001881633198540335,0.00034792779717128405,0.000004230516737963586,0.0002294469601135795,9.352434985210316e-7,0.00003461915991721765,0.8374751021817798,0.00001757090341248745],[0.0000014483349588265857,0.000015053831660514335,0.0002988494832016763,0.0000022995084901134277,0.00011711125801839521,0.00008695576670624981,0.00005996446657230514,2.5083283552928457e-7,0.000006607931779491203,0.00003036251843778331,0.000004137752449223495,0.000921888311818384,0.000024555088815413687,0.000005812327758369755,0.00003169802319165,0.0000343774019516897,0.000044618621079470106,0.000005614016232352047,0.000007804652414161619,0.0002000117454780858,0.00011064423413223714,0.00011085529865604085,0.00006574814886886933,0.00018721753867847893,0.00003384192063983617,0.00004200728835475726,0.0005340114451766367,0.0000018002260586528367,0.0005849474039515167,0.0000024467887996823305,0.00006013034754007836,0.8512853855782848,0.000013040528803049824],[0.0007802557718663438,0.0010741025410817063,0.0002725765595023587,0.0003067580810733106,0.00003841792042586202,0.00026154374330137676,0.00003842338434883469,0.0004129787656234743,0.0009160250071659761,0.0008546842188194996,0.005181576331037677,0.0012553192884234138,0.00011602544047140563,0.00004453671540220774,0.0008286003810402118,0.002142084022374124,0.00026771257268842265,0.005497372362223243,0.00010885568068906719,0.0002008815196224423,0.0005804945652419279,0.00014370160024285635,0.00019242703882318418,0.0002988496061452938,0.00008259570692155006,0.0002490934375254265,0.000028735275678616577,0.0009285452036439419,0.0002798469399004195,0.7507098916094856,0.00030811443864197117,0.000047187925925818434,0.004786559286978343],[0.0029709370086424777,0.00044521388324207054,0.0003142444601391842,0.00018907410322353978,0.0001191455637278923,0.00012296817001424066,0.000034091958935570154,0.00007740867180480795,0.0015730664023543295,0.0011233676277694687,0.0008297466216672482,0.00004152997187024338,0.00006579102182632122,0.00006974797808952794,0.00006394821617673282,0.0008517567544268337,0.0003218706737396167,0.0016750752395429962,0.00007814599301238738,0.0003655167269204,0.001069315338021271,0.00014499406244258663,0.00004858916191367035,0.00008397415702773529,0.000005139316074276545,0.00003607343052394032,0.00006742391962172573,0.0002612836536977513,0.00015784973884723272,0.7827881234497575,0.0004452918004992623,0.0001173301906347355,0.0005175169150893173],[0.000022041098001733066,0.0000058256428138451415,5.974434835616961e-7,0.00005189113081000975,0.0000025157017666230247,0.8518837862525902,0.0000789758026228642,0.00006365702611976274,0.0001575002223220206,0.000008922567566891392,0.0000449592953144835,0.000002208229025694486,0.000002243257926953944,0.0009757191032149807,0.00001932477528934049,7.60236849006193e-7,0.000013952874152367841,0.00003453500085241399,0.000007153729758182779,0.000010151030987737072,0.0000016295387363708595,0.000018848505445671536,0.000047606534169776965,0.000004362214531614953,0.000024357158903476214,0.0000018243767991379847,0.000024136711833507758,0.00009186615411306136,0.000004789260096032732,0.000023813813037941023,0.000032575933292761486,0.00000594560026294398,0.0012690348690583746],[0.0004486272582456688,0.000027200353532206738,0.0005679240156659109,0.000338316537781208,0.00016367485550548223,0.7388000491744849,0.0008084230359961278,0.000966622146720267,0.0006674661094439513,0.0003185820163444523,0.0008310250914296078,0.0001489644816788184,0.00002182650587854865,0.00025098615264848947,0.00022627535322755903,0.000388352366822775,0.00027961054771444304,0.0002929496955350393,0.0002209812458737337,0.00037890365716598584,0.00048766773972334665,0.0009982367014578029,0.00173912337147119,0.0006809601208901891,0.005042715750114103,0.003828937807452476,0.0002444654142578523,0.00040424740300755587,0.0024646355816601217,0.000796152778551348,0.0005275161218620273,0.002265487861843764,0.0010699643455331195],[0.000014931292983102052,0.0006563291575592625,0.000010947684582171948,0.0004772955220406721,0.000017805582138034192,0.0002497002174006987,0.0002679179037273777,0.8364590833897859,0.00006198230025302344,0.00006700380158994426,0.00002230469471185434,6.17497433449128e-7,0.0000054812400166824574,0.000019141203279046853,0.00007875593117555321,0.00003899902448152522,0.00011265715865142083,0.00001279760699787789,0.0000815708712281352,0.000025430880999398263,0.00010927812456931844,0.00000521260156733433,0.000033976329641169715,0.00003136658282398356,0.0003173288469493885,0.000022269190687448165,0.000010903213771220117,0.00003097858709218868,0.000011432798675020247,0.000013038809967704923,0.000005754707075516731,0.000044168556635369804,0.001582573775780071],[0.000006445475986275827,0.0005772979655913164,0.00006914891743834256,0.0000285915202220762,8.163505728048262e-7,0.00000474488584859879,0.00006045508448375088,0.971357261445595,0.000005058949600974062,0.00000682587829952959,0.0000012221017839013315,1.1111321223875017e-8,0.000004684208427389232,0.00003982768459781719,0.00014128253185895654,0.0000036803027289326234,0.000057996708424621074,0.00001157184920426557,0.000015335556191241702,0.00001836195556941513,0.000024699158735040254,1.5682195604817603e-7,0.00002314593335317299,0.00037292335859911107,0.00003297100430328335,0.000005011977450399376,0.0000030738084518245438,0.00000510273217414208,0.0000013721349847004668,0.000005459741444781515,3.93463110148767e-7,0.0000014436129444430717,0.000057832256005981894],[0.00011678564710274908,0.00037727898585163805,0.00014263386854465054,0.0002238349570809026,0.0003872540323980399,0.002001604008351167,0.0007669708081582849,0.7573920172621337,0.00006815895886145015,0.00016416499009457676,0.00007935176995516543,0.000022471300494291043,0.00010423946587949674,0.00015671817028420042,0.0006900155318413659,0.0008208132929824772,0.000631063954594933,0.00037935803266629805,0.0002753536267224664,0.0001457774066649755,0.0023469623454625593,0.00018917069221326393,0.0019331167430131076,0.001683524277252877,0.0011505162329377221,0.000807316920764781,0.00004359175717833664,0.0006585630607618843,0.00020211265901286138,0.0010017345718474331,0.000015452261335130447,0.00021173585003133046,0.0011724291842007224],[1.7522822730036713e-9,7.139397573614191e-10,0.0000024428266273264718,0.0000011806650612971205,2.3096406161157747e-9,1.596758878009031e-8,0.000021961313042999555,1.692391916159937e-8,0.00000892594827927209,0.9911094600661922,0.0000018703078264694423,0.000012766096942167733,0.00006518739292952066,0.0000639662105677549,0.000001190567397129453,9.11849774108178e-10,0.00003620168038494188,2.0656084973232513e-7,0.000008057536177085064,0.0000010932079059718707,2.7099706538710622e-8,7.059060310579318e-7,0.0000013727097739166374,7.440167147729615e-8,0.00002280537991197323,1.0693781686562983e-7,2.3902071448546096e-8,0.000011940696021245179,0.0000036165417137532114,6.217163824647821e-7,0.000770560789631234,0.0000014746627458571502,1.1765524279137848e-7],[0.000046047075180306114,0.000008874413518813667,0.00011593423197459773,0.00008194024806405249,0.000008249834457259501,0.00029319372838953843,0.0000971588329450755,0.00015445725741084024,0.00010072104558268144,0.7266148229517673,0.000046369927780794,0.00024754850269780926,0.00010845741057460511,0.000033154926708625,0.0012244786437135393,0.00019725252211281343,0.00011802754272360629,0.00013727693377236307,0.00017827665759883067,0.0000137529203755397,0.0004679280936546762,0.00008116817910049465,0.0006495409527132092,0.00011829230189296343,0.000662522628048935,0.0008960832527270454,0.00003022869946276514,0.00020643364363313703,0.0006721495441677722,0.000051167585102077106,0.00020944431506959705,0.0008285918464376688,0.00016216347370145035],[0.0000156167074570012,0.000027094498974257727,0.00000832192035856492,0.0005491065943009493,2.71493444106798e-7,0.0000043875857575245565,0.000020764438896969352,0.0000063655337500785616,0.00041225646825454186,0.8118091040090742,0.0002232393050004265,0.00019528001170948317,0.000004918795065012777,0.000008389665447665333,0.00034553388403479396,0.00010738277919445533,0.0000867208549328273,0.0005140260315757951,0.0000021805126856881964,0.00001529755629871582,0.000006535467808238966,0.0000121114627399488,0.00011040425094333125,0.000008351835214233326,0.0000071585472251710675,0.0000026048807958142593,7.179478954356246e-8,0.00019642338198632374,0.000007835593408848518,0.00008437088897440787,0.000045336140318324134,0.00003401335840672757,0.00005174966837963977],[0.00001939568042439799,0.00020669170203773651,0.001348914845664304,0.00010026408238369543,0.0004028663971940373,0.00034042892229311144,0.0004222994292724656,0.001782433636945193,0.00007797879752655618,0.001472982651817119,0.00006547888974313567,0.00026355780009549304,0.000017393114419867398,0.00016668980882292222,0.0005147159799957551,0.00011370829078834328,0.000037132036513573804,0.0001147051532541578,0.7729637576025642,0.000009318737968176637,0.0002936858939120344,0.0014830616847641396,0.00052222040998985,0.00043356348319482734,0.001959356698121725,0.0024828049290027566,0.00005630161267855479,0.0002563665343461643,0.0014522463379715899,0.000015852814560739714,0.00021563104956863106,0.00014591409173243605,0.00003687057788740892],[4.703654023312065e-7,0.00008416364364137117,0.00004165817506024224,0.0004539353633348869,0.0007721093868530278,0.000006803846747840403,0.00002649216471643814,0.000003910581260729282,0.000014725999399698202,0.0000142368579563711,0.0003587748988540491,0.00018000884082153417,0.000046942353052341315,0.001631097266900269,0.000008912015047618478,4.365578237966375e-7,0.00007361609270709152,0.00000525949225294675,0.859029986096619,0.000007676761055162002,0.0001444909869882125,0.0001830169906252783,0.0000015170595813300744,0.000004268594164588606,0.0000039036684061347015,6.082305850550239e-7,0.000004757685850603096,0.00011208557963525288,0.0001951721947944317,0.00000346517576728637,0.00007252766793996967,0.0000488481582681448,0.000052495925783317816],[0.000012885991953702593,0.00008612580322808695,0.00007084764806214934,0.00014113838060967525,0.00459491675767524,0.00005195030119137637,0.00023379784546534064,0.0001708799894460078,0.0004444701636142193,0.0004784522050915107,0.0000418906267894587,0.0005058991933957537,0.00011078427976650844,0.00007768492874335076,0.0005185571995261106,0.00001011485754326746,0.00010552329805550676,0.0003343452830960978,0.0000063054414028268124,0.8220378702742624,0.002366100689237169,0.000004874335816679773,0.000059402142660740193,0.00002127533891731071,0.00006318811689964744,0.000014077948333843775,0.0000011964433549253058,0.0001351066524258137,0.000021888925444877043,0.000530582154707458,0.00009622131420637576,0.00012035053748576092,0.000043607971419000914],[1.1881347631673983e-7,2.515797512025859e-7,0.00005553680120402312,0.00001780636662229262,0.000022772737978706453,0.0000010918063619534084,0.0005359485117422954,0.000007038448652368519,0.00016632005350276875,0.002811582522154323,9.43300610415937e-8,0.0008465635354783268,0.00014958712264178604,0.00000581479092952378,0.0000068035821328281225,7.522967376337196e-8,0.00003840169570715986,1.5919177397644056e-7,4.0714325560686044e-7,0.9931679889247935,7.186458030097179e-7,0.00020417546735836158,0.000028062815966812174,0.000008329238250007985,0.00047434933324825727,3.7817779592275283e-7,7.589773071225847e-8,0.000022902250489424527,0.000010950187338803257,0.000011702286645655956,0.0002146518910714471,0.00039029659896277444,1.8037249801472565e-8],[0.000005686772782618313,0.0000183540735731082,0.000027928218226689263,0.00002346755401190433,0.0007948131716410941,0.00004846938206548762,0.000008237821335595326,0.0000010417026051546845,0.000012922551589028844,5.240199597015463e-7,0.0000019951700840317094,0.00006637718171226072,0.00001937268515375647,0.000009719213558633691,0.00003040502166865192,0.0000030325592308452645,0.000055985720985214714,7.414648338513822e-7,0.000013765993289480634,0.7824339375181874,0.0007401584591799347,0.0007145839106555145,0.00022991011680553549,0.00005818156776657854,0.000003818419731204859,5.286480817798114e-7,0.000004876089551310445,0.0000020431347716196177,0.00007793824034752328,0.00007183152021097377,0.00007249006137448322,0.000289596841121058,0.0000011404466625685706],[0.000007190269327377605,0.00009186567458720149,0.000028123779765433902,0.00011142152239714077,0.0017177541088769387,0.00015475871750140143,0.00010714522607650908,0.000030754946439914244,0.00010008202125231694,4.409881200272486e-7,0.000003737012458615138,0.000011168848488521218,0.00021314847463004994,0.000012333886946798675,0.0004406530634092828,0.000004566951482129389,0.0003741945700080746,0.000010132508313064668,0.000402470038065751,0.8421753750348893,0.0005507540068563966,0.000477310660205543,0.00023186484312097145,0.00005414170339630183,0.00025454153000781287,0.000001278552679758268,0.000007645805118674075,0.000012255224397063833,0.00001502503866073389,0.00001414716991531118,0.00010024279725266636,0.0007873227929144441,0.000003903567961685657],[0.00001785346522255433,0.0007400998693094665,0.00007769564645006406,0.00012892307082365228,0.002118092299165717,0.000011495064062796381,0.0000017744535137657165,0.000006002075520989393,0.000006516919442766584,0.000012571627124915509,0.00006000436378022313,0.00014694026344762,0.00003868271004002445,0.00002765111673582529,0.000014136128272746229,0.0005714733345945455,0.0000637163390299775,0.00031182760953320265,0.000010704414407956396,0.0010484464019439109,0.7991398316417676,0.0014510113806867969,0.00007894527775037997,0.000036517521139195385,0.00003493713124760235,0.000004211605481148201,0.0001857797755724435,0.00002059767610977418,0.00032995691455793807,0.00044041021457124794,0.00001346960011646447,0.0010552616798658605,0.00013219732872647125],[0.000007119430620459252,0.000013830261598119694,0.00006232736335780262,0.00017691382602726574,0.003999265228424811,0.002613042862204986,0.000032361483890415534,0.0007938300142029244,0.00003054417430479841,0.00023535586373779648,0.000009813780025493592,0.00000530886062579079,0.0000919349881897349,0.00008058687214545035,0.00009385737200930877,0.0002347151584167257,0.00008448856521578376,0.0005411274331872967,0.0004827631769691303,0.0007982228002319224,0.7592397553007209,0.00006609842391678086,0.0003725671163873252,0.00008715579762393965,0.00010761773213928711,0.000029107015451732353,0.00005266615056206146,0.000026509052470351323,0.0002680060591674501,0.0007084936838894105,0.000006625454797031193,0.00003157352704942825,0.00007454399403209895],[0.000015075218410850712,0.000004005474581210905,0.000342730854644702,0.000020100087345768104,0.80989872027416,0.00014800641818621884,0.00019698822164248767,0.0000017682289222914428,0.000019592791732332132,0.000012578081322322107,0.0000186214307890531,0.0002326920450355582,0.0009777869989542889,0.000062677689549607,0.0000471830258982927,0.000005626176890770165,0.000369946105848011,0.0000206224118344484,0.0001631208187734471,0.0018400473614066963,0.0025665182937861276,0.0014332269170330037,0.00011542659298819249,0.00013890662103165877,0.00007201939309354058,0.000007690237800557941,0.00000938642774159827,0.000016473077560578758,0.000011943208318187936,0.00006378369320746556,0.000056162217620672725,0.000037076342115308903,3.5310777992814943e-7],[9.433930203734157e-7,0.000009077941610080837,0.00004090445850058851,0.000002212488718411246,0.8169802670113512,0.00005334012570231772,0.00004595759969343326,4.225618861415525e-7,0.00000559227204809383,3.7669122620306664e-7,0.000002784737623182142,0.00007907788196778574,0.0002017801662240354,0.00004424695390499032,0.00011753916801688861,0.000001739511511446564,0.00022775689404600427,0.0000010100873500640689,0.00002342481163084485,0.003605356949766011,0.0019532663624858304,0.00013254420941891627,0.00002435827199647907,0.000014644903550937625,0.000009455715229767619,1.809139491218859e-7,0.000002098668734417697,0.00000640730053469941,0.00003278007027197372,0.000017208986184135204,0.00000181205849556391,0.00002615465457174664,2.990918878840638e-7],[0.000003903875951331223,0.00001012559805489338,0.000016482967260205656,0.0000011825821590868407,0.8223054233623853,0.000018348126135843667,0.000023624437372071983,6.214197286249362e-7,0.000005993830777081937,2.8890890489324437e-7,0.000002442980673131459,0.000017157846287852044,0.0004885974944435368,0.000013754039546267918,0.000015947697243675985,0.000005467556053505664,0.00013801333103480236,0.000004206212849553268,0.000040862588886528546,0.001864865701217124,0.001351960925192484,0.00015490014044627394,0.00001279565996878937,0.00003007532777328739,0.0000038001762821446955,3.658919472657179e-7,0.000012542420170361006,0.000009765311448611093,0.00001576917626459892,0.000002542481103627801,0.000003043336724472314,0.0000861785016385881,1.0645264624119932e-7],[0.00003923511435930079,0.0003229647056298903,0.0009774496586245727,0.00016293345605326693,0.00017597559305979854,0.0003156459437535505,0.0001877842679519312,0.0000706091502100783,0.00004876746363592418,0.0002726133793692451,0.00014898150710464296,0.0004966943496366788,0.00002170561697112435,0.00017962338750777238,0.000005219464498144163,0.00004469202514175117,0.0007729440592120991,0.000009992609153475852,0.0003500426499845374,0.00043320402899683946,0.0004713661452639871,0.7726417760306005,0.0009934720559131938,0.00035422044921716177,0.00046488726406892036,0.0003667481229526579,0.00010459948309199254,0.000097167806045409,0.0003748297755889089,0.00016398073493374777,0.00004040279104723078,0.00015877895619081643,0.00002526293808960583],[0.0005734514589680608,0.0014787803324496924,0.0002650892199385187,0.00007918594564249086,0.0003966199332338452,0.000013984751744970356,0.00013008820035957417,0.000018280635499888628,0.000019383232663626193,0.000002388478513225012,0.000027329226363436505,0.0001916857974462507,0.00023391455980815523,0.00007808868958060604,0.0000015793206420374374,0.00002689452276118451,0.0015834065756505987,0.0000018726040217633333,0.00028544358222852984,0.001291232011395655,0.000018225356974514634,0.7937287616069042,0.00040628811660169,0.00011426355362217847,0.00004797432726790336,0.00006196113843112545,0.00008048784036273508,0.000013526383000200018,0.00004228654736887468,0.00001170435129665297,0.00002993742085718964,0.000417463180861969,0.0000015983552005519027],[0.0007504502957307575,0.00044023395239362485,0.0003103542562714491,0.00019113288846586915,0.0000837019192730713,0.002943177092103119,0.0005451330098433505,0.0029669738880665243,0.0010253256239797857,0.0018176312972085574,0.0005951810241466324,0.00026455392660451767,0.00018064516642725092,0.00004758188188125478,0.0012321744038928878,0.000495662314881024,0.0005254086999244697,0.0018687098730203252,0.0005398482307829924,0.0035597343404155796,0.0005799115850378953,0.001093308282625241,0.7333357394775138,0.002040239100597746,0.0008404333505364108,0.002981187787743794,0.00004128060105273368,0.00025346348575708207,0.0022336826324931515,0.001230588052571629,0.0007386982079973609,0.0012316959787569332,0.001088528771681064],[0.000008969770784512849,0.0010053037664647453,0.0005229228493148126,0.000015366237025177837,0.00020642594031867537,0.000043613419461934856,0.0001799426571434633,0.00033887254970389096,0.000007007156512421639,0.00001900237860441586,7.632947990445982e-7,0.0002626071763528518,0.0002588977669086307,0.00002443286161705857,0.000073578107339192,0.000002614120934230944,0.0003203532994454394,0.000005774680776496091,0.0001376417197892679,0.00010077368288458935,0.000014136585979170206,0.000047404480371249874,0.00031496722291442046,0.7804961163701788,0.00015263816590375056,0.0011884422153068818,0.000248260576987607,0.000021713564245479702,0.00004016471012538774,1.98031548957735e-7,0.000008104537265262558,0.0005666914433647573,4.478596880878011e-8],[0.0009121560962353917,0.001346379061203947,0.0007490698192352522,0.0001386999942635006,0.000746543725683108,0.0005388542625385841,0.0005465837475563395,0.0009619731407001971,0.0002470850326727264,0.0005553614240658727,0.0004320026002808821,0.00011011733597662613,0.00004151441192146115,0.00005169741991401318,0.0016148695334525552,0.003853055944647914,0.0009383282699972499,0.000615817535164023,0.0000825897444442756,0.001294809890411935,0.0004897594169194105,0.000761010858599166,0.0021676705156611,0.7486512174793347,0.0004708352312793942,0.0014967716277765604,0.0005140618621580947,0.00035991728628693433,0.0008897917529726072,0.0016528308934841798,0.0005423406420279325,0.0025366742280660084,0.0019323341964215931],[0.000006272714168555897,0.000019524334346653392,0.00011081535130419623,0.00005337796050842444,0.000010671383295400261,0.002621859887629331,0.0016655831426796244,0.0015241920913308044,0.000045265548129638284,0.0036977570775334058,0.00005031245296822575,0.00013182165244150716,0.00009195368147054702,0.00019538726829622453,0.00010530917625386884,0.00001270744147590699,0.0003247427853479691,0.0001606532778319255,0.0005655915763318108,0.00002804054542373456,0.0007660124075823663,0.0010802713084767065,0.0009569954127314256,0.0006234284629520522,0.7602786471132128,0.0007160865850229976,0.000028266137858254143,0.00008515645014242797,0.0012896549362331762,0.000006014615587572898,0.0010920767840188613,0.0005129307907325637,0.00010811111498155272],[0.000008786567307774137,0.0007334082998823766,0.00022972135014349436,0.00001774099716679013,0.00029014174894218095,0.00016155555760898152,0.00025075345198507316,0.000032487608048039784,0.00004890588365281049,0.000014448884343836209,0.000019329882747077567,0.00004745692571207108,0.00012390111910457892,0.000052195902993185526,0.00001200646095980839,0.000037667841872053614,0.00002295438213388661,0.000001006606122088977,0.000608569366238036,0.000029587387747541106,0.00007194879409253506,0.00039304210127950987,0.00007790999562550723,0.00020213129030960273,0.0000070181031491946084,0.00046675651466961896,0.8496244674419298,0.000010504506832794924,0.00017804186894853215,0.000009361475930698601,0.0002604206490565304,0.00045315939384597684,0.000010926654695168668],[2.4485147944045215e-7,0.0009389395194718773,0.00035993626813989857,4.190781530249257e-7,0.0001616317251793321,0.000006852739159704221,0.00022822816564735488,0.000009464544496157807,0.000003185069279537362,0.0000029608479163436593,0.0000015414769817219357,0.00031887103190280297,0.00016751599156302851,0.000013915745725076957,0.000007707025597252615,0.000013866022174595907,0.000015322394689433348,0.000006194310782246619,0.00009594423245309001,0.000013415656901717287,0.0001756826270474371,0.00007058215557366022,0.000025732354211246133,0.0020162611697630024,0.000004008739429425832,0.0006724309363524664,0.8596277016280788,0.0000060396265949961136,0.00009453498835016885,0.0000026471084817011868,0.000027841790358490877,0.00006179047383412008,0.000001816756574509211],[0.0000026807817862385525,0.0011486370562053866,0.00025981559526412623,0.000012778777985743604,0.000023930379546395197,0.00007594760833061965,0.0002989876528932785,0.000015234677838488855,0.000040498284199700304,0.000013273382175840413,0.00000664481706261463,0.00020905339805374814,0.0004812036800964669,0.000023245026448771645,0.000003525087622175686,0.0014108182592650037,0.00002948247304947443,0.000010740372907007711,0.00007302534218990926,0.0000069138153420315754,0.0004027847755439499,0.0006477968099259869,0.000025732984123629767,0.0002301157622562144,0.00012149839168705242,0.0005381465283380022,0.8440989564093746,0.00007841425918262939,0.0003220864726422662,0.000013181947733447384,0.00017567529110600521,0.000324299117039264,0.00005936512511428418],[0.0000049808288614335905,0.0009834319660118303,0.00011493510416488869,0.000011710055336559714,0.00018276269205314016,0.0000291325391463529,0.00003903523635629073,0.00009775093964070666,0.000019125616540532783,0.00000958782360911669,0.000037202347329933105,0.000006934714236158351,0.00004097340239744155,0.000028599057541613596,0.00000644911425628739,0.0001579591926754384,0.00005724798068021088,0.0000013590293723249886,0.0005207747529496457,0.0000032711734845400763,0.0001857928102118764,0.00046517073850017154,0.00003185068002746166,0.000024968764452688822,0.000012752270123580434,0.0008145152883821327,0.8557508019652394,0.000008533251856958297,0.0001870484559696207,0.000013190811361123586,0.00004329961331941791,0.000022895739849698257,0.000003850718086050961],[0.00009077321746781113,0.00087307282537339,0.0008039372711713713,0.0005836870257683983,0.000024382530872294097,0.0014152521391370652,0.00012289207968751767,0.0030161973625211047,0.00013292015410368963,0.0019351932365653066,0.0010308344600495093,0.0003741115065258298,0.0001786015362453224,0.00011891218085031377,0.0004822582183696256,0.001537820832218756,0.0003696940982845901,0.0007033351627011855,0.00010712520514621397,0.00016154360373293622,0.0011531990095578913,0.0005080434952778137,0.001104933280490235,0.002477172534787834,0.0009795902760625906,0.7499418099083196,0.0005323147261431616,0.00016962089635065076,0.00026688017228681626,0.0007359864992294925,0.00026327300589402345,0.0010702222592415664,0.0024372003206291136],[0.000001052764694660883,0.00006280492818769268,0.0016206887885740358,0.0005016569324673975,0.000012188494324726827,0.0004911723131373162,0.000027666184944133378,0.001510308920936161,0.00005665817940377639,0.001371808544363328,0.0002206166507328498,0.0016479007725234067,0.0005060335572562445,0.000030306199898839934,0.000050254046220742684,0.00020532249309585446,0.00007044784915505733,0.00007205396352242527,0.0003004323213454503,0.000008487317762722727,0.0009740853172701018,0.00046942623709524193,0.0014714495390214916,0.00031858846591606546,0.001992160527466102,0.7827171835041882,0.0036802995406131633,0.00005666458579666205,0.001034488139760545,0.000033697804064399893,0.00025968142299308787,0.00043119136218030304,0.0001699311186580436],[0.0000016817684803046464,0.0005139734997638367,0.00036127965013081615,0.00004492221857369389,0.00018855240289822442,0.00043436373206976435,0.00037550493284299743,0.00003221385447903044,0.00004435734635020575,0.001447026514041788,0.000017138648072218788,0.0009663587797590904,0.00010371758704281632,0.000045362038807644425,0.00003707662168723549,0.0009918641512612477,0.00010796844687919328,0.000001696859568295779,0.0009951685240469348,0.00003378953134591201,0.0012288043448049253,0.0004990084190421626,0.0003139108532879668,0.0003753439505223967,0.00048384325580378416,0.00003480465491852184,0.0006584882895030289,0.0005294927903421282,0.7925360269521531,0.0002605540412486883,0.0001245042929750343,0.001554028940121229,0.0002763244324673935],[0.0000015910923321555852,0.00002752129034039999,0.0003789687836215348,0.000009070275479842798,0.00010673480433774358,0.0005329736197391874,0.0003476408612990351,0.000055227753883213436,0.000029876163976218996,0.0006276152205609364,0.000017328647584522144,0.0005709365201720474,0.00013569475839679822,0.000005964853710603423,0.000017080719929437224,0.00010229511983106846,0.00008738030971578742,5.717251296838103e-7,0.0004303145452302799,0.00009257028014429211,0.00011181124919212602,0.0006144889682192591,0.00014311178252206935,0.0005083317651773974,0.0002900926820680246,0.00006736020590287543,0.00013714944437670897,0.00027524051304817046,0.8047152321537056,0.00048124520857643644,0.00018530707967325829,0.00008185713856915539,0.00012761516611070468],[2.300780286192485e-7,0.000024080694170479003,0.000011094640565910406,0.00037481593219562703,0.000026626685673843467,0.0005160506209060699,0.00018720581171227896,0.0002471588908716617,0.00008044934341931917,0.000021620811432419472,0.00006185221649028981,0.0000511108455311006,0.00035586247635554705,0.0001298280395583592,0.000004733436593000041,1.4185679776602973e-7,0.0000033573666235471015,0.000014408372684016216,0.00010386211836727738,0.000007309563579586106,0.0000024909183284233557,4.6778502833260676e-7,0.000010819229055041298,0.000029914317693669157,0.000025804548875906987,3.631978219167657e-7,0.000007064021024760931,0.8326977606001985,0.0018552164623672758,0.0003360654097608074,0.00025420396060047687,0.000003772421554976337,0.00048480771678247064],[4.280486290109288e-9,1.071597511827167e-7,0.0000015911665005491212,0.00001004588075049566,0.00003790654559090098,0.0000010231132332214814,8.799794284301515e-8,0.00001546846652759205,0.000004410804049810604,0.00009712618237831685,5.606109889244351e-7,0.000015711358586212646,0.0012500084492792199,0.0004613797515097112,0.000028781509215237787,1.0755224157598243e-8,0.8573104321492349,2.9740552074860625e-7,0.000008817298742928055,0.000008889781632903396,0.000002479347635305102,4.4786371828485324e-7,0.00000481977646657489,0.0000010622670155299272,0.000009053527699764067,5.414859055595476e-9,2.0276140181172795e-7,0.000032334664058822,3.5859459027391416e-7,6.819703571971368e-7,8.468925569001619e-7,0.0000028451617525382154,0.0000022780854814391493],[0.0023873586462144097,0.0046777957766148985,0.00002792434502130928,0.000053596791148211145,0.0008969967859094709,0.00043531103511304433,0.0001352895794967286,0.0002877629501511231,0.000038421092634626664,0.000017812888551093714,0.00014675228571100094,0.0002541945738135381,0.00006404689477851917,0.0000525047942432612,0.0003371491195067453,0.00028564328312760863,0.7960619245633571,0.000013057262853374763,0.0001499489885351937,0.0012403580829674207,0.00009011096887005718,0.0030198734570331723,0.000564283793404612,0.0010949974085161485,0.0002527642528736037,0.00002139224363781576,0.0000728679852789503,0.00005794432467423236,0.00014790492681536238,0.0002524475612677336,0.00003999241094633364,0.0006055313986554555,0.00009656439062528881],[0.000006274719510125709,0.000402701830603048,0.8084539259018196,0.0005023566269465871,0.0008914134309238796,0.0003503586978668625,0.0007303394586683461,0.0003604431731227673,0.000008893332241957534,0.00007368004989195415,0.00011810077419123183,0.0003673299006269718,0.00027874025837767584,0.0004623044461901591,0.00008277578920602542,0.00022142282417087042,0.0004221012455018197,0.0000416016078637944,0.00009745386120689972,0.00040284687583403946,0.000019645670557912025,0.0012905547759696687,0.000169066938823258,0.0007211483922649433,0.00002557343837568175,0.001799982423782281,0.0002597475197501443,0.000027745390918347293,0.0001293223230046719,0.0005239424873613718,0.00006317687832266295,0.00012789532606269322,0.0000036012019711309928],[0.0000051335236608001725,0.0002945545825832768,0.8128812616188542,0.00011002730925084799,0.0005809079953891827,0.00006935720368437001,0.0005499480384055435,0.0003742682652236597,0.000003035977720387675,0.00008891594065969361,0.000008163121120187113,0.0006452877050506924,0.000989659362439318,0.0001971973302716932,0.000009462572835292244,0.000023731273866381135,0.00014371974278454483,0.0000013298005425608966,0.0007775638508996604,0.00029989663985325286,0.0000653987991214896,0.00047717040767539687,0.00037403351215411893,0.0007013433081817411,0.00003243770979214148,0.0006678542305603378,0.00011348912286187558,0.00023089247981072697,0.00017896841172146492,0.0004262946022315801,0.000005826132610372941,0.00005109748939623714,0.0000022824519205556047]]],"Weights":[[[2.1296624833024174,0.135230012285077,1.1629121579781232,-2.188601967307673,1.6450981415939983,0.34192190037529807,1.878038206809237,0.5546257647053172,-0.7917600323381987,-0.8719349906650442,-3.9323515741442345,-3.734088081314994,1.695312554827087,-1.3420718423037505,1.3908231071488169,-0.45200818341460275,-1.213108646801276,1.344074078855087,1.312721571270114,1.4171930375675548,-1.9853694385844425,1.5953851029867512,2.281319475055372,0.8211967034768919,2.132990256001726,0.7324177035402519,0.4719985890915642,2.068577306916982,1.008195073711094,-3.467879644991391,2.3473104550455712,-0.08365003716838544,0.6240810324639264,-3.1084017347551036,2.2966149199213164,-3.063808886931941,-2.705918633622373,0.5000986215953541,0.537526673654951,1.5909752389810206,0.7243191835759337,-0.6868807683309118,-4.443060604233282,1.1068393647446257,0.61176721454627,-0.09813423913856256,-1.9094775809055424,-1.9723137683845766,-0.9640046798505264,1.6088053042618256],[-3.039476668057502,-0.6109396520337386,-1.6735638168005187,0.9006511845456775,-0.6745337490512011,0.9248238642991776,0.26350682717635526,-0.9813584237525633,0.5009862515935558,-1.9605038655748201,1.2335794625510166,0.3530633346682444,-0.17202506439484466,-1.215258117552018,0.5663188089296289,-0.5385982495714724,-0.48373621096479286,0.341354529487839,0.5684530577261684,-0.8539532955698864,-0.4791481336287407,-1.509582648496811,0.07881822319546165,0.7535959102962811,-0.27242447522995766,0.7918476572309853,-0.32593877344165667,1.357069743216708,-0.20758009926290727,-0.8409038507337431,-1.2507080426815471,-0.6598361625788851,-0.3392689677124544,-0.655390494230145,0.2330317682202066,0.032256343936322596,-0.5850436631804058,-0.4394393890243104,0.4984891300896906,-0.39793564752659133,0.6150564557446534,0.8841921761462861,-0.7079491755124825,0.2679663961505075,-1.1602564981971821,-1.2189874247368417,0.3857068503985324,0.6332637857444379,0.16218228368972223,0.09353365271906823],[-1.5838203910382085,-0.6817717301870956,-0.8288502881116323,0.7961232169867155,0.5833403607634158,-0.5882196327088803,-0.7074159185113155,-1.0966793642130486,-0.7503667975394851,-0.6471247762696932,0.05657405410547335,0.21733905575334003,0.1889383416982617,0.10650952157523108,0.4354357685150651,1.028765095690947,0.5155214519361249,-0.2969681904911722,-0.872552175447693,-1.5368672701038635,-1.3523656538962816,0.20360984982482008,-0.952848605351475,0.11929275983315324,-0.7793880553307398,1.0807055711942637,-0.6866268731308933,0.35656118749566873,0.20373111911025138,-0.784084742579978,0.8714851149800793,-0.49199514036119263,-0.761141424048112,0.5825804215761679,-0.670373043199176,-0.6822599423802532,0.38347983648433837,0.6064094423355259,0.29219390291910247,-0.3055294472618094,-0.7112559821051713,-0.3235016450266298,-0.8728670891594104,0.09547456113385477,-1.4350718217048897,-0.4532464318115949,0.8715881067874134,-0.1802721051028949,0.5124987941741765,0.20868760379590393],[1.5597083745011036,2.0452042619443502,-0.1777513418957424,2.3842545646055333,1.9558301676063516,-0.8265063655361486,-0.21294669067237978,1.2885662698263984,2.060662524851768,0.6747417282612592,2.4904839483381487,2.9017357172295974,1.6375078524026145,-3.0045919870052877,0.2947060161802933,0.8499865420847589,0.45999473873718777,0.5954481160882448,3.2116785386546107,-2.3246227692678745,0.42516255577050904,-3.728332535354199,-2.5375018589042173,0.7684445377051762,-0.3046523468875039,1.7985397804534078,-1.158197299010484,2.1689510193972956,0.4649495568766396,-0.7912008608683057,-2.002057831126575,0.2622805126967026,2.0846538503134053,-0.6925159629488604,-1.1116378175139137,-1.3702350383766118,0.956408590738614,-0.8253101245428597,-0.008938700138941817,0.27159748065381956,-2.408818907904562,1.0500693009630904,3.3363738936506944,1.358073387694311,-1.8043903356963138,0.12828175449989226,-2.5858908184429876,-3.4145586269170023,-1.2618701584402507,4.007703972546534],[0.3405172161189783,0.9952707837035987,0.42967394848277984,-1.0177747640325414,-2.239524247402946,0.45095641908853085,-0.5332720721580427,0.8777009509997901,0.504555863689547,-0.5746589997643464,-0.36170325116304025,-1.0213125036269244,-0.9673176128378626,0.42672602648255037,0.03238731780609926,-0.6327309383469596,1.0116937697753088,0.641246931800313,0.17027915953307568,-0.06243332376742769,0.11156912708088457,-0.6097260878202236,-0.6055575259905351,-0.30907754760711187,-0.07993985357635242,0.1999702762739396,0.8287508980108571,-0.6270021314792841,-0.8544592725849909,0.16409573931009394,0.4734598246679082,0.7414327839930082,-1.2345688765131888,0.79440757578606,-0.07252330612854932,-0.9156010917633298,0.49341779986207296,-0.7578683831617548,-0.6285545747720913,0.756023496376934,0.9890712110938902,-0.092027930502529,-0.673383097859299,0.07408988400981682,-1.0933941813090822,-0.916806620130076,0.3858349538507844,-1.4506568398201327,-0.5659192095326854,-1.34629050498333],[-1.9686759923699257,0.551644187434044,-1.0926227503332973,1.27025310060722,0.08674108619077406,0.4048920847282042,-0.417526190218778,-0.6467635455798796,0.9820167236136269,-1.8853400061703065,1.2022073396251207,0.2443715403441215,0.6664726203565113,-0.9647581419512583,0.43661030371105364,0.477506446547113,0.07775984640268013,-0.4539749089455112,-0.16888977712017922,-1.2066672190072736,-1.897929636933899,-0.16931529475066148,0.4642218827985594,1.118911797457218,1.6854772860240068,0.4921060308068183,0.864968074660936,1.0588795424121167,-0.37069292055432485,-0.993733187379885,-1.4181694485643863,-0.6485555638491787,-0.7016471579215136,-0.2626757119944192,-0.5174004940305866,-0.341366995134808,0.5408204700600403,0.9318308005058914,-1.2405555120890948,-0.3232779674286081,0.9226125059353082,-0.4930754357615062,-0.7004969539222987,0.10560162052686256,-1.5413882716562728,-0.06872494696918738,0.1913080279481339,0.5323469458650099,0.15688809412518886,0.6993461584778671],[-2.9961561596904795,-0.6890215905708708,1.528329422637476,-1.2832707311737004,-2.1830608114303507,-1.2944862981321004,0.884208069026892,-2.0297851350025264,-0.815302809324484,0.6775209671426192,-1.8628262120011574,-1.5993326864820516,-0.13157796393880708,0.5993131901205461,-2.334777489877143,-0.7747488621607911,1.2697971319764887,-1.1665354196284081,0.9345225120182078,-3.2371494474345353,0.11649063621017904,1.2720060316331345,1.9058771834118855,0.7936477630321424,1.1996004564964997,1.2935048503272906,-2.5316469902493584,1.7707832873154585,-1.24756757813875,0.31122202080526873,1.2362976370138863,-0.05717353339366347,1.3747628176207933,2.370841104684872,0.9817678952103777,1.364735929124382,-0.5038598996056595,0.4803771826079307,-0.6062095148737429,-1.1868789110441658,1.3520453381824042,0.7602342212137437,2.1311703762261374,-0.5098759705816341,1.4825700239184516,0.4879789275138296,0.13701151345661652,-1.2176961066224818,0.5246035032065375,-2.875655153242422],[0.015860859476188788,-1.7966927778688973,1.671025197242608,-2.074633565161138,2.018953345215984,0.28405313900984225,2.9241948111219553,0.8991243638270209,1.9079606560954918,1.282290811582674,2.9539602579180793,-3.6910360186239517,2.23566386947202,2.9751360416545096,1.7738320119694893,0.6038277921875603,0.5069170353478057,3.215485950170277,-1.348349974747475,-1.6551223590575155,0.5693959582561496,0.8687069467027146,0.5201475460258248,-0.6145933366956435,1.3904942337130197,1.156736649336904,-0.8636770215659306,-2.0610747486431116,-0.3238962123632426,-0.050169319439164584,0.1856870393047372,1.843286651634063,-0.7990890682573738,4.084584433750872,-0.4469862351240603,0.23708468539239977,-2.7339109157653514,0.12040054733803494,-0.10836159355866219,-0.267664116465341,1.4270780866343769,0.009526057173857056,4.266817430153645,-4.868262111485826,0.6635765059854313,0.36646602766309716,0.1428507117793267,1.348373723974701,-0.09350339089565349,1.8356632598801286],[0.4254764111863986,-1.227240351703286,0.6613532964864658,0.31190502302378303,-0.11306776121554778,0.2840921857094711,0.961540723112618,0.4572405280215743,0.8010859054178677,0.5794198799263384,0.6245411192610473,0.9952782733482453,-0.567817702025634,-0.7638606548511364,0.3970570246323262,-0.907689004612187,0.5618609819161418,-0.9516253692253449,0.2471095010746323,0.43725175604584704,0.8849728453884236,0.3919637625942121,-0.9706791747004854,-0.699963211282629,0.8717297629292133,-0.8619939672056653,-0.8440006597127488,-1.7668105518267532,0.2493448891584881,-0.0765363542797177,-0.5273200872300842,0.27722202268717144,-1.3650603307806468,-0.3246870082315723,-0.1707739915259684,-0.44573949538186847,0.024598897125945273,-0.4716250381667949,-0.36650442638671293,0.14787854764024716,0.7420955703617258,0.8423625768642508,0.979425571184258,-0.6033457200340921,0.7818102894351228,-0.05102485349092838,-0.42497650646644625,-0.850940575578447,-0.7702244267207792,0.9701509861680092],[-0.35629638497367405,0.3554507784139115,0.13903504184990567,0.39638667816142137,0.461057545310301,-0.9267352388120476,0.7242501364325824,0.6376096932262102,0.14793982170094278,0.5534640471263573,-0.2842111029658724,0.6552295600266027,-0.6200288751222045,0.0176200201022545,-2.4551381527792575,-2.697189483678398,-1.038686893751936,0.5693721415017164,0.08793376452583929,-1.123197727602747,0.1510694930179131,-0.24503217636741026,-0.8456243666116117,0.5589748950316049,-0.8732727853095671,0.5329011735308444,-0.4441754748687681,-0.5428570302153614,-0.047834732132663565,0.10816775652745787,0.43329340970446034,-1.270810602052209,-0.7798258709291315,0.4429385870970159,0.7529622971981841,-0.667540629837725,-0.05731342654682782,0.4516799770451846,-1.2261447028001469,-0.7011769957062532,0.7896968907968418,-0.9548214413717175,-0.08600143247131276,-0.7770935514214079,-0.48358983576733494,-0.5410465999186884,-0.7313040242649558,-0.44620669887137904,-0.2564641482375431,0.41258592140510875],[-1.8500062375470414,-0.9812795725729655,-0.25230502780815095,1.6131121052932849,-0.8178115099330948,0.25079649935649145,0.5842181307886523,-0.20065345776712576,-0.16240964975724503,0.4090654911692331,1.355985155965743,0.23875810879209658,-3.1710189408393354,-2.067995774731686,1.3383944041358267,0.6986115434281152,-3.831491909334231,0.41541783609436217,-1.4712778771215094,2.277633085862577,-0.44100684295446213,-2.3091557794986706,2.5679880978072487,-0.5452147256136847,1.3887914433550803,-3.48972730300816,-2.3383490807831264,1.8777675045869757,0.43380391084245057,-1.6740009356012149,-0.44781462935175503,-0.21490366466396243,-2.7043187690300274,-0.664398561824447,1.5105312850884753,-1.5864884382065023,1.269299978863276,-2.1268608248959175,0.20044707383992022,-1.0809014643025707,1.5091380154657184,1.1037376824051734,-1.4533080696913878,1.6277265331971378,1.9562232856508623,-0.11021857293786018,-1.2944650480558608,0.9901272385543918,0.6257745793446791,0.6345140907624907],[-1.105318376677943,0.7134016699092963,0.03999910199235559,0.40423116834659123,0.032956471049146306,0.44976149422265754,-0.779414503373143,0.5470837073460445,0.3419322149193656,0.287217261562443,1.4705396943589746,0.6129579639101138,0.3765301427053402,-0.9732875293626545,1.4155919181999619,-0.6694426351401576,-0.6068977067556554,-0.4913087962396615,-0.5351650357960357,-0.015111144176735411,-1.4429249466444707,-1.404365903101281,0.7336289447475345,0.8933627389447768,-0.7486020063330886,-0.2289447324025512,-0.3266347347190326,1.705825542316081,-0.811255411831889,0.4311675341256975,0.2878101914915049,-0.6164048675207661,-0.4897253145341507,1.0033468212017889,0.7109051263963286,0.4946274480543694,-0.05871599852939373,0.1337574736771452,0.6103437716659116,0.5470358136771726,-0.7442335999141222,0.4452296915685719,-0.11586578142913215,-0.49062932217022986,-1.4235749070224515,0.09153270488818008,0.848585420083139,1.8053070527460426,-0.21953231960919803,-0.24748436781307404],[-1.3761792358192926,0.8574659098786269,0.3033387064415628,-1.898245484512827,0.8581407203504319,-0.47527260427858564,-2.055290296296544,-0.18108066663436506,1.0938203331151375,0.5983340182153076,0.8293169086691463,-0.6440625227219203,0.5887992703479616,-1.116628353306592,0.15787298161607802,0.9788957384594265,-1.6027872462703616,-0.4676365815577963,-0.9280048202214322,-0.20836759465767127,0.7985011507390687,-0.5670000786445776,1.3962428194562098,0.1205212960077523,-0.23113849296653,-1.3700705842613201,-0.10404064441512441,0.7928120705461724,0.17475771643440774,-0.3791515408259506,-0.7077670631695485,-0.1455600505007105,-0.1822369088629685,1.1612545446984786,0.6818660036303278,0.23242544536617796,-2.7308360063519403,-0.9681987743482762,-0.3706794725492088,-0.19829326425326887,-0.36258629421159827,-0.8260939500282454,1.072381968973821,0.4974343074272934,-1.63623138055474,-0.29395480951282343,-1.9845081071822674,-0.322386131623893,0.8710563488974079,-1.428832280672083],[-6.504386172385043,-5.025552121938909,-3.790561023320952,-5.895952993688264,-5.4877479464562455,1.7061102012863347,-3.9869130292513564,-3.6082834658630127,-5.2364906178665525,-2.5429856005637546,-4.5728035246179,-7.794473776956552,-6.0105990220117,-2.7847824040127422,-3.1225582119338484,0.758562692960163,-4.073728941191426,-2.1043706127066333,-3.9025801373848275,-4.8424695835835845,-1.0248304253246594,-8.375866646762125,-4.8222310273721565,0.1992198793874893,-3.0443736969525492,-3.9113454822275378,-4.500390302133582,-5.627672251690132,1.4666516878309717,-3.850440718149917,-5.306270188882367,-1.6907541404999835,-2.7229052816043473,-7.1376154985014555,-3.607673790114744,-5.062515016421755,-0.30541434960884656,-2.9703000337983125,2.9706166182099047,-0.6396269920814075,-2.7376838194143214,1.3876737464379945,-6.132533798640651,-4.449376058231204,-5.619047763222629,2.1922699707341136,-4.605509777513112,-3.730306910657491,1.7157678422149791,-6.245027998485499],[0.44240696767047677,0.5273301659623149,-2.865876456300112,-1.4686560286657635,-0.7060003401356114,0.6477873445084985,0.9311829650806801,-1.4685019451808294,-1.9575393531656997,0.8230008615036948,1.1125729821889998,-1.4540879070828574,0.6085331906584698,0.4616893720801703,-0.9400435480624911,-1.6126083421745812,1.011952049723664,-0.5398856335518061,0.996075264063485,0.07937133164616911,-0.02786279558011374,-2.2604847217107658,0.15953950360530125,0.025789298089913495,0.8424739661256178,0.014731726844176144,0.2722402655924569,-0.37107457539131444,-0.9886645403107275,1.6553813643165576,-1.227138228508254,-0.8274852843358244,0.6605052173072826,-1.8958417218033674,-0.5271900138245135,0.3666319461991646,1.0175520420324002,0.7332273996216778,-0.20643265712052733,0.27231613851076364,0.6450151770898489,-0.09177933680847818,0.22465025769743083,-1.0295404202206146,1.0974924741506364,1.2268048921744967,-0.23670551983764088,-0.5355335717210634,-0.4409303472631926,-1.7037870207294423],[-0.44859059877825486,-0.3909228400448792,1.417628877944186,1.3025759938484633,0.23264525685699788,0.150184244973024,0.256516006404756,1.2484448900815939,-0.6478003515570369,-0.9914792138079545,0.9610022239911326,0.10862178861540932,-0.35450618742435613,-2.9366370075695816,1.141454497587747,-0.3600445257611052,0.5060053355062791,-0.8523371476723587,0.018115572102494554,1.0465984519563727,-0.21920999244211656,0.27549799648652545,-1.1874473386076996,-2.6090062521876063,0.19811307757859992,0.0495734970465606,-3.2044427838538128,0.01989954747280237,0.9068743332964571,0.2045495747281855,0.11821225856479234,-0.19709689194883612,0.5538664859435252,1.1203888782474185,-0.4692790637952042,0.6985719690712449,-0.09697639006351753,0.09520938117758566,0.30836107738200336,1.1317944892294154,-3.2868689890156353,0.04484094983649658,-0.6601323299653439,-0.26185098949604296,1.621260886630922,-1.9585583731049907,1.3994267890442444,-2.885997933541948,-1.581039093190875,-1.2262171403157947],[0.6184819981793532,-0.4052914087716362,-2.3176187826402233,0.6100044379723283,-0.009254440298714075,0.2926715142153734,1.4147752341509985,-4.38093958703463,0.7423562814151452,-0.01735538458581092,-2.5608838065885444,2.219503717256921,0.7943163249375126,-7.602875061991524,-6.087785185586006,-0.6810404577888819,0.8409093389511677,-0.2936117345637217,0.6243374572197626,-2.8655791737010663,0.6696649293231491,-2.567666837293934,-6.127423930033786,0.7429481545069803,-2.10945353376724,-1.7662854910878698,1.3070289619729825,-1.3052254453387182,1.066703897961587,-2.0534188316151885,0.8380856507839314,-5.139433378180757,0.41888996794648165,2.926519715893121,-2.0642843620213918,0.7577892819459914,-0.1583030873210025,1.8939248871403744,-0.8729831731316195,-4.065874488414465,-9.183930521523589,1.420687516519369,2.593702767082408,0.3732004966106511,-1.3164559454385107,-5.908448075396573,-4.018650193688082,1.1950167561590772,1.9216157688374682,0.8458614723222363],[0.3936457443928642,-0.5025855721590213,-1.110374772203684,0.30328764023910526,0.4035808717894195,0.08801409685147972,1.1233044663694265,-0.3090737567793963,1.0869928841675482,0.4527149642760913,-2.224327644653798,0.5651932215962205,-0.1801680765945171,1.854032764622922,-2.849140155370939,-1.242079985566448,-0.34899775110080333,0.6291018200340878,0.3804650999635187,0.36899052720782294,0.32434957985099744,1.8772289109290394,-1.3270694916995855,0.700216348832556,-1.1556979249031643,-0.3958765095457755,0.435470495570846,1.204767277385091,1.0387200250306339,-2.4195254849950976,-0.8322518064339016,1.5902457013524218,0.2184212384732977,-0.7519191273959202,-0.42943428454564064,-3.458224738921151,-0.5086188434665722,-2.746994656233639,-0.41977878493384946,-0.26943898451600035,1.1998686477564302,0.663496550771238,-1.8425432493456475,-2.3104570725857947,-1.5526387993443485,-0.9516618747006168,0.18941847753885752,-3.2203491100628963,-1.0338575939805408,0.8521117750054871],[-0.4174815144134996,0.8501645207988425,0.8557315074093601,-1.0367803595874803,0.9517941380840751,0.8368138683675388,0.522940765194907,0.8176253104520511,0.8084858012195137,0.3062534786425796,-2.3485501188974967,-0.8021952746903463,0.9014357612671433,-0.34207447140749186,-0.5439201845767604,0.11144721130770538,-0.6546067759937323,0.401077493779368,0.8137078132641752,0.6987625436383426,0.4294929543201592,0.11515230439485391,1.2545575287691417,1.279654656178908,0.08793842512880555,-0.76583770860146,0.253347261693251,0.47908803859283106,0.7621047433702499,-1.176468255774595,0.43270141524049305,-0.7517039290842881,0.5049354113486467,-0.650405594008038,0.8074108028572047,-0.7800497644166499,-1.2652651148725875,-0.35043415914623266,0.16729500248686852,-0.2170315538098822,-0.7184286877963403,-0.6643845517926961,-1.7192499065312934,1.0444694226620674,0.27034552591962374,-0.5223123048117416,-1.4113290520644604,-0.670801085565008,-0.42216973294312077,1.2720205897542678],[-0.06022852308375423,0.2599333210910357,-0.1785706872610279,0.504566575330128,0.2588119731630831,0.12870811012094407,0.051191487867690545,0.09590671928878043,0.25247423772254657,0.7700386826302444,-1.1980698691263345,0.07664390536800703,-1.5390512494786386,0.6095859076512714,0.28467173518996425,-0.5614689049049816,0.23889480134954738,0.7076866797961583,-1.8201581369452118,-0.6631825468738622,-0.5108921220513177,-0.8788075458588273,0.6338929870970489,0.7947125375055829,0.2682919187281709,0.3982847341985705,-1.2943712294421226,-0.7043220145400958,-0.678468998451377,-0.5621927167684047,0.6618183489493731,-1.6488663969565838,0.1652043912650588,-0.12893535316757268,-0.16548310779849282,-1.784254489469575,-0.14040798934150317,0.6941420125808068,-0.478227467413046,0.6667166511746314,-2.18366900469547,-0.03721968974126907,-0.6792109844841611,0.6831587901052495,-0.7323374465307151,-0.8706394941037073,0.04418944053426473,-1.0837434895000733,0.2504762093784615,-0.5548156274422897],[-0.5662261287260537,0.963596878097937,-0.03917773763525314,-1.9767420851090134,-0.922916508473229,-0.8625861800753098,-0.8627587813544572,0.7000430702194852,0.624348727963349,-0.07492807894574384,0.11169400738730746,0.6881835249642237,-1.7067099553447544,-0.06928491950461117,-0.8444034173438444,-0.8393776875810557,0.9538723633974789,0.352600834784098,0.7860134797899374,-1.0822950740300448,-0.03774075159221853,0.3806791582954338,0.7203377637245076,0.9125658647389625,0.017661816038421475,-0.8458666554508953,-0.4433761868605317,-0.6320087798118945,-2.3277658445262825,-0.4684686685377385,-2.151776617022537,0.43904608267290957,-0.17246415788585812,0.6295195188155043,0.880550140798255,0.8999507534664035,-0.39353599837582165,-2.208243219056967,0.205735995350095,0.6404144983924034,-0.2997910981469079,-0.5748860393229327,-0.5657337271984817,0.3028452564812018,-0.873577597959001,-1.8049659591337495,1.011151951778254,-1.223805619809481,0.8893834460400303,-1.7200291882989893],[1.399191929739539,0.4198946552432092,2.553285992876897,-1.413214069148102,-1.7113102298933291,0.7891910119228841,0.11015721279959678,-1.8355176100865516,0.4272870900804466,0.47743048160119556,-0.4268240463571333,-1.9477930666566268,-0.8509123872878558,1.1408551839075571,-1.3957643166545548,0.6170282600717533,1.115970642091336,-0.6050182550533592,-2.526624737022923,-2.0934350671305078,0.28402333943560903,0.1941355229955489,-1.502358861053807,0.9809384141574323,1.5870724865709716,-0.4858270765329676,1.117854619928294,-3.201075508479153,0.24243931948476513,-1.7163068249068956,-3.948109881097584,0.5058241713761251,-3.481042641945202,0.9503532103236332,-4.461413900969431,-0.12686873629261333,-3.0561063089817573,0.013464353307768788,1.3706893336371584,-3.6084260687841594,-2.166531646523866,0.41024074603148647,1.8938286904472657,-3.909012427503007,0.6619257691173185,-3.833426847451477,0.922959118018641,0.6714922467133088,-2.7043430044962893,0.3775487686836644],[-1.4670920039677713,-0.6315769396972469,-0.13051862842790657,1.121015735381703,-0.1692849555181317,0.7416686065427104,-1.4165938071446653,0.5800057933124797,-0.7457510861241519,-0.681116452688252,0.6120308923346854,1.2488522278372884,0.9637174410893424,-2.070073463520241,1.0442279092432696,1.1358656186173475,-0.7304939084633635,0.5438215412730851,0.49430813321491796,-0.26151948674096087,-0.19212752315717768,-0.30211119399683534,-0.7411132163367565,0.0691860518722474,-0.06837679664905431,-0.08987553808844057,-0.3766157303157056,1.62996674448836,0.8453703683013228,0.7115300288350334,-0.025535777210593597,0.3613451121362132,-1.1613787093564263,0.06081451407517321,1.0293922142807892,-0.653981992117859,-0.614436867100028,-0.08905399164463808,-1.1309928085068344,-0.0340979796065847,0.3959292211330188,0.5607025143119522,-0.750074915844368,0.3939409637183333,-1.8545429444652146,-0.08152238991044458,1.1265442101937642,1.8570354059765695,-1.235433047957488,0.38887235511132473],[-0.6032567961228231,-0.05597967820870315,0.5569421258724371,0.5403936669933938,-0.038568712834725453,-0.31223830952358345,0.3398655041353963,0.9228703920550442,-1.401878216698956,-0.5716495256265138,0.3542876599629003,0.7947093561816623,-0.4677729941708862,-0.7413970912130874,-0.054002313099149234,0.827855492213621,-0.08446596406625403,-0.951950898350502,-1.613953520945924,0.9255523362610187,0.23964509242522017,-0.3542279177448091,0.3079257204357573,-1.4966170051567038,-1.4131955194039123,-0.8351489504469731,-0.978645901573212,-0.5896432029182931,-0.788622038064602,0.24466811972337452,0.677986838884895,-1.2216603805866537,-0.6553212415151314,-1.9713150497024285,-0.2510759181408475,-0.6633884122332473,-1.640308162959827,0.546642577275882,-0.7722599234260673,0.6726748168677377,0.23557339358734755,-1.325728187040778,-0.3352355307769787,-0.9967877457945563,-2.5027170266777006,0.5683476919626456,0.5158114807777627,0.021619995499531832,0.6650516973210009,-0.5409339436593711],[-0.3733726906407765,0.6900716634887434,-2.443158392450402,-0.6665823253489049,-3.994508875505543,-0.41601009861001886,0.3644591220703731,-4.9346624012758316,0.8223809708611384,0.2195639398316866,0.8445791297811978,-0.5117196427479405,0.23648893001234336,0.40020161787719105,1.0684324589745318,0.13271084135785624,-0.22963891441023118,-0.8797304481097439,-1.9470726307155866,-2.125280118378282,0.3034002339749444,1.223751811403497,1.4738124613235417,-1.4028988121007935,0.46088285253204936,0.6653370130211207,0.03672527557884,-0.8998757118221096,0.24324739023076763,-0.5338140957580048,1.2084134594754563,-0.14290233337826533,0.26552137227940487,-0.11394827996666572,-0.7372387546845751,0.8746226662940517,0.5312656750780418,0.8702643049577538,0.8563781330960633,0.3915433171870457,0.5366292613141483,0.6617155152668478,0.41548876421793,-1.7215210769298421,0.15870637467623167,-0.7773868965656743,0.7669382738622237,1.5327995917849924,0.6052313637414743,1.3227044609840004],[0.6023303348700442,-0.2668634155661024,-1.7418801070963439,-1.107987210330183,-0.8050846448755694,-0.23519377128530974,-0.40939496212715154,-0.9170023832547035,-0.1122707246969376,-0.09571022094824382,1.1447661250534273,0.6456570604753946,0.23212229624502217,-1.1565693778706345,-0.21606958999663822,0.5943752571898352,-1.4506286118123095,0.3420272849572129,-3.22304170111021,-0.2557939756570154,0.5695892426739332,0.0974159679629478,0.4165514800572627,0.9314667230213917,-0.08324909451204945,0.5139884599249877,-0.09559731355010538,-0.9045595679367491,0.4641567424942485,-2.261318623543569,0.6545882828987426,-0.017006664395832413,-0.30397097185051236,-0.38432801654181664,-1.9558527848729874,-0.0747060066104307,-1.790304001260414,-1.8520069499855172,-0.7848070544435904,0.22956579952165862,0.145911639144441,0.5381912891248586,0.7927710708400277,0.02991623242596859,0.4341175582737183,0.32108239044280124,-0.24990804435511338,0.6609975952498555,-2.2398292154599666,-2.574006836018295],[-3.2441530838862764,-1.1601976672987258,-2.951875149995375,0.6035291709434436,0.1927180724242056,0.12075976375371882,0.17915709592354556,-1.0699444327535168,-2.9746682483617684,-0.36966992932284126,-1.338128381286497,2.716516995281643,-1.5213963290404018,0.2830820535088992,0.16685913840414635,0.5483840439845669,-0.6033534753623574,1.392925820562995,1.8013309831155755,2.190965743538079,0.12915068440426042,-2.371245155098542,-4.393495915064409,0.15664454503475367,0.8175712461032694,1.3434842237786648,-0.27289288164362624,-3.8343384436066232,-0.07028084687555305,-2.298537628028577,0.23694885844874086,-1.0090139698473108,-0.5055265222748356,2.544487091045713,-3.3533991473763765,0.9191572172582738,-1.6399342250758775,0.7662407882755631,0.5422035987945663,-1.473565650379739,-0.6049282631204326,-0.29329309566032,2.163393734698034,-0.08444747708161832,-2.199315175856336,-0.13925988247575696,1.0378443815131415,-2.6206852859838694,0.09024579888872618,-0.7363477100155381],[0.044124050299484525,0.2858926942303306,1.4683866236876608,0.5427042746119756,0.5321287392751614,-0.4013150651255753,-0.8213468724139209,0.4385104321686423,-0.12337130814799939,-0.20815315447011679,1.2188640434925664,-0.44314969949237787,0.6971632293391608,0.4649208932033292,0.45056374997307724,-0.2216309131847856,-0.07336056409067016,0.6529124708016792,0.13666000208428813,-1.354872102336148,0.05847199642321966,0.20807711025063758,-0.16226823026131576,-1.7919434678759334,-0.21196450069531853,-0.4412043783095949,0.6281965454738204,0.32321026787650825,0.9151262968708977,-0.02629874921523858,0.1750637926428266,0.3768656816284069,0.6146712666721525,-0.4935038855835566,0.16787716587106685,0.6026853237387064,0.5150111498632768,-0.22285592273411373,-0.714115546893948,1.162807697069656,-0.5543417899072742,-0.3496067561670481,0.6371938948858732,-0.24389139745778282,0.07938957107831529,1.3510877039392335,-0.20836962689819616,0.28805811444039114,1.423683256448727,-0.0811467891232214],[-2.0612597991102546,1.3194113555582412,0.9429454300326865,1.2813226924239955,0.807276624933324,0.4655154524947446,0.7184265080108688,1.1980264140534027,0.7433167352626812,1.0321785205297507,-0.024633255082894986,3.445931096388767,0.6215372958053724,1.1054113062619224,-0.3220325748642985,0.9466359501882391,1.3217833134313637,-0.9294017511042798,-1.2240553964707024,1.8265700047892275,-2.9249149112466424,1.9572520163619775,1.4031467985919315,0.3726465803143983,-0.20454687349634706,-0.17376079181784101,-2.411887147089399,-1.0295469842215508,0.35241403886689965,2.0058480086380976,-0.6175011186635286,-2.9415525938131895,0.6112861435963969,3.297459803112736,2.8146429000861892,-1.4820269414435157,1.5347438684555654,-0.733017401444268,1.3151717697742011,0.3437156237754374,-2.653414465910723,0.47988293157395273,3.0837212322275356,1.5491213893550289,-0.7972145075286445,1.8307136674840798,-1.2521760472610308,-2.212746063937108,-1.5235369933874632,1.4094235347704867],[-0.08995026472913577,-0.2789086830781428,-1.2738959285441307,0.97590237625386,-0.3374438423788302,0.9445574121683221,0.994932323860077,0.23633799113870124,-0.002945138978047682,0.42627098595593504,-1.4101910021246093,1.1411549501206761,-0.3401064754166628,0.5855188147857253,0.22470782093271544,1.2012939074372093,0.9122969198898548,0.030184494878762978,0.62417581717642,-0.11900446741166197,0.12376942467483537,-1.310037966437317,-0.042570635781211966,0.4837120721208932,0.8342229988160966,-0.8736148684149532,-1.693050511115692,0.9195918887938698,-0.269773976379781,-0.05843114867392831,1.098226083773172,0.7828361947206675,-1.1655778461736592,-1.0159708565274557,-1.5766559050833386,0.2587311796902409,0.508298003561781,-0.778713673134457,-1.0098273540756397,-0.47747438167209433,0.03869384261086301,0.3900804446513208,-1.7157327560829578,0.40618980150114725,-0.6516941272614013,1.12675467060846,1.0297180767829948,-0.24723549322706811,1.494465972381109,-0.5387708726231843],[-1.3985405883877797,0.7435708914443858,1.0150997539282083,0.12032221977828628,0.8703720360479584,0.5324231281769576,-0.4738994364790681,0.6307524990008493,0.023535669132725957,-0.765713903224627,-2.0036709400687522,1.1893258735757595,0.5995760837975654,-1.9487380752862464,-1.349755578340331,-0.6859602257466966,-0.42331667675308127,-2.600757853756737,-2.281230036076339,0.5397284533821635,0.5029688770476781,-0.04443491136475828,-0.15014954735430705,1.211525775215435,-5.531071012457027,0.8088238562091237,0.8044295404899764,-2.3709295637838785,0.8997135811806954,-0.24331300959979002,1.2664657558700514,1.0402627096996377,-0.07816963420754716,0.7328259224233491,0.1485255329083307,0.19432182017497965,0.6966685772239369,0.9214783112344823,0.35737383963473957,0.7765065699057258,-1.1237410807595618,-0.31929894889391014,-0.727386751568476,0.7768714322051669,1.613381294751934,-1.097074410509011,-0.667299341762744,-1.921435484185147,-4.198222356378398,-3.3625218506824073],[-0.18252221162108664,0.3724084876544247,0.3808228044953331,0.1182285835945613,-0.23627337531657955,0.7258419062543664,0.868075845581963,1.6181174213131806,-1.6397443382684407,0.34792540567882113,0.2734195586984073,2.859638920815715,1.5431396923867335,1.026173027369073,-0.12789668922461814,0.2527130462185721,-3.2432395552575763,-1.8959323505538386,-1.3966065596671473,1.2906450372021294,-2.8149842849403353,1.7002948790799575,1.6426587498464442,1.1280381190259765,0.7658574964821082,-1.7583336952193915,-0.0009480415157706243,-1.568236736257691,0.30764945669199967,1.5063564443494655,-0.6897682888103619,0.10879225953498167,1.657962385098944,1.8675907085723176,-4.011590488833432,1.4694758718203096,-0.9071981456479086,0.7628081333483578,1.3307820265615478,-0.6199070379123456,-1.4606047654283112,0.9469165239952081,-1.2975178754786736,1.9126009846040384,-1.0073096051625305,1.0634956751785465,-0.9206748939100025,0.5037119041796766,0.43339497804478394,-1.7037276643104664],[1.2131698465248444,0.6099129732346035,-0.05399394804465604,1.2736029120354126,1.2363726202247471,0.8888278857904768,0.8772324248021763,0.7922722614489075,-0.10389425060123861,-0.2257325024120783,-0.24918963796489718,0.2713704985346208,-0.2981954214246342,1.6365024336989185,-1.4472604705600134,0.013755095579948496,-0.5790250667691059,1.2919454441420788,-0.8820318555210487,0.38575582018319887,-0.36249485488788163,1.3072412918013807,0.510578106737456,0.01769031146781784,0.16346492011779798,1.3520709443341972,0.34233762204587825,-0.13683653402005252,-0.921958493710338,-0.03162363393369863,-1.605543081419511,0.7659131618145686,0.1346442647676285,-2.3944443395941213,1.2934671581999828,0.48381571229674303,0.615756902242124,-1.6691587367946967,-0.18307356751276482,-0.4176179224170739,1.5115515110211362,-1.2612701886228317,-2.4773715001498258,-0.11816638818629685,-0.5652233781071733,0.713194452032867,2.183192471615333,-1.1806817178370272,-0.11943031355011074,1.513009346248855],[-0.6074366067586771,-0.5603127472454275,0.6114005561220299,-0.3490301641925617,0.5835244836946317,-0.12651723740819112,0.23623818318921017,-0.7831076419173476,-0.6659331391154859,-0.09660405039064614,-0.1657184632936392,0.6226578848052394,0.55386937917808,0.5850103759174009,-0.5144413067048155,-0.48065568232450634,-1.4629903284247754,-0.6785073234567369,0.3037917487003891,0.10669657280515876,-0.4019752735301856,-0.5938315799023522,0.49891415913009013,0.9662340071350272,0.8569123051884738,-0.13352946623272743,0.007808908330164752,0.11124652376738871,0.6440911038655727,0.07231824404015914,-0.33414574677033365,-0.4222013010918338,0.8700475461548053,-0.43788985554383997,-1.5204087680006253,0.15705309103261975,-0.18209617196119113,0.4619252985114902,-0.3983312482994324,-0.38884917443571665,-1.0344849035222612,0.3756226727430467,-1.1654292587077648,0.36705145065246575,-0.22428563941360413,0.4951875437367849,0.6590719609227045,-0.5974839537465332,-0.6630381964306126,0.20595870794819102],[-1.7582378846833926,0.6746621005298844,0.10081890223679639,0.5074822740735679,-0.4524537278118888,-0.10305114942855785,-1.7829522693653626,-1.166767935239631,0.45111866022999253,-0.4641136096660087,1.488751573257577,0.8953033892700479,1.1911876061329552,-2.135638459139344,0.589287243602597,1.1708726974207189,0.09728158315615693,0.3914864591130005,-0.836871875308427,-0.9717345689124571,-1.2106466324154272,-0.19369185322445542,-0.496898348208174,-0.3187268206171237,-0.4560999648655,-0.07463009610855137,-0.012865674880315064,1.8253574900439749,0.20577082375569833,0.6531267572133793,-0.07804470163373853,-0.25428127744084517,0.5184018062796448,-0.18387027952332888,1.008439026400481,-0.41690026900496113,0.404824053110373,0.9938133687764288,0.5608439742085987,1.09043450489181,0.8803015160927558,0.923533150258487,-0.9309115353840096,0.11140462230964973,-0.7319380962966505,-0.03282288678759869,-0.06745953443360368,1.0872175653020755,-1.205767299248617,-0.7693234540188834],[-0.7227117793387547,-0.5897444728386454,1.1532055985024274,-0.3463115374529508,0.15721297044385085,-0.9358284827477412,-0.3674673496664049,-0.656408448003493,-1.1043608018213007,-0.4852116351403866,-2.5046643219101954,-2.191693519754367,0.017647656302748334,-0.056652376384750784,0.3654214182409839,-1.2617686453000767,0.5366558242896547,-0.7758731538750012,0.4182362700865144,-0.1305493394646277,0.05258211676589035,0.5171861215947967,-0.3569513060731494,0.7379825275089201,0.8557396477935679,0.1558418595010003,0.5458446573263214,0.3852394689486457,-0.6440076211837455,-1.0662154350610349,0.886110999734503,0.3220615674328085,0.13957253924959256,-0.49063162864256366,-0.4507088893782348,-0.12234402766382885,-0.05242004897983125,0.11344426050739988,0.6147792566073779,0.2677854999052665,0.5054314225352795,-0.4784073789369403,-1.4284991549582526,0.9396604709898512,0.41608183539578697,-1.1070331446218014,-0.18056485659484162,0.19938450510641437,-1.0418612318708547,1.5081693482392073],[-3.1931402848947616,-3.4653245088674502,-6.323674912084717,0.1371274937181711,-0.809357442694851,0.4228577886635506,-0.213516838522838,1.0776278547559248,-3.2583834789761035,-0.9246632606683689,-0.21024023468578268,-0.02744132812246149,-3.6777019727925913,-0.9133447111155726,-0.855294329329796,-1.3758122441993637,0.43584472913062944,0.5861982226972947,-0.3826677248496646,1.416035370309807,-0.8846180174868413,-3.319015830834747,-1.3752095284530619,1.7885691950214122,2.123211302567406,0.46579839036203063,0.7876391716549549,-2.034218266694219,0.6417183883790196,-1.1920438953539698,1.954335896055422,-1.0642796292654815,1.5519858372870545,-0.40125102102472177,-2.020103405175761,1.3125282868187902,1.3040978624446087,1.4261526373387718,-0.8523306278730542,-0.4190334594510081,-2.2828637308976942,0.5948341295173728,-2.394116052726547,0.4078158406691549,-0.31830308634004023,-0.21880193959588223,1.5915871343562569,-0.2291930752228883,1.423500384287483,1.1257104192861795],[0.1456231020025065,0.5577363937329982,0.7797573024623276,1.0957032023809388,-0.5079154456691773,-0.06628934508946338,0.5210518204400181,0.6767335961254616,0.005424887245956237,0.05022376812082465,0.8936409128311459,0.1600431489055558,0.22413275266277152,0.28080712550873527,0.19881821252597756,-1.9106839929219805,0.19600410077058342,0.7846377667268618,-0.859235810031462,0.6803476004850958,-0.5226468884289212,-0.005371043625119172,-1.188150726997066,-1.1039537822713457,-0.539378589951886,0.6819862254925015,-0.7002751695386022,-1.3317011513717694,-0.26971378041874294,0.15561702712206776,-1.7474738307415705,-0.0866113720321307,-1.0684857946033697,0.32668190462932617,-0.3389470387167005,0.7943712044409893,-1.0688980621685729,0.9077678028997936,-2.7238285810695424,-0.5346338627105711,-0.4654186282844787,0.3622216991834261,-0.34832183352536533,-1.6787176595783218,-0.30315696148096105,0.6660617230657089,-1.608576729210246,0.7582585840355399,-0.07822338542025016,0.20901586902509509],[-1.0501891899015852,2.6182302693224426,1.3318800417248386,0.8007627111715134,1.743225577456661,0.6662842583933131,-2.126319588734444,2.0195142757469813,0.9994899850841091,-3.0616832534309393,-0.5332346251029815,2.375103615883742,0.10066887967633804,-2.990650482045449,-0.3888644515244887,0.7537827004932824,0.3530674179199258,0.3587827167131468,-1.9877168144829613,0.2619109067481927,1.2793838952389598,-1.3240922265843444,-0.41310042172030603,1.1975183206320263,-5.9737897427866935,0.6564589941875768,1.7263685413095138,-0.46526597047672547,0.04944761139637168,1.3783509215764855,3.481341826914742,1.8143220446145962,-1.9326319035626172,1.7009955445261928,3.157531349792616,2.0077922097261505,0.7584090097981493,0.10745494642740823,0.4259861577890092,0.1502501004102114,-0.19719694210218355,0.8684033601904999,-1.1203620070227611,2.0572624157340815,1.7611153715371557,-0.20659617190352172,2.4470770170682514,-0.7918742125188345,-1.0418906203486153,-4.107359846236131],[1.9312257572007228,0.5311060033766227,-1.7848132482051218,-3.822576577659243,-3.7520813098773833,0.6728220915915345,-2.419546877597941,0.33141951908712514,-4.0910338146266705,-0.5375569758783261,-0.21999457019891624,-0.34841475146664735,1.5085300062755995,-5.227991403179532,1.944762602509229,-3.686705644609552,-0.36135251797601714,-4.301058507309359,-5.158693888916386,-1.9667796791539744,0.974960602507215,0.5356261955073384,1.3210194168329275,-0.7286400334455793,1.527366827721464,-4.496771167667153,-3.320083940700101,3.2335291572493112,0.5769497157672778,2.7085891579618875,-5.622633251045398,-0.1621145320075392,-2.663327048008035,0.5683721904089813,-0.8707099235654034,-0.12954518206530774,-0.03559885832622814,1.5881372364603572,0.9285400411300654,0.5286172037948302,-6.313626392700861,1.0684316169267796,-2.668025236202714,1.467040999345434,-3.5292347169924096,-0.23725565659270137,-1.1213229201956467,-0.21949938396058852,0.7643536247282888,-6.45397498840954],[-0.3753689089103555,0.964031910472206,0.24890973810714268,1.1446343987116823,0.3562083050459089,0.7587198793556695,0.4752213218145074,1.3875728542909154,-0.5815860165015956,0.907339530042763,-0.2547623090816335,1.0722510483094927,0.3445692176397326,0.6342838394136084,0.03393948791785702,0.019890251716015522,-0.7148913065220919,1.444106645209584,-0.27952417674441377,0.004962947007000151,1.0448305786159455,0.08422958413836433,1.5024279425649187,-0.8841227933844557,0.9852778850378776,-0.005020062165794971,0.0029032535880680723,0.7518047871930704,1.0034431733523768,0.8208271729474461,0.1481550753954446,-0.10398162328530601,0.9348442820744359,-1.7863875681844732,0.3178332672689191,-0.5424922289901973,-0.3516518310771182,-2.160204363762065,0.5824305173196513,1.4113074043327887,1.9298756958897665,-0.43262670086363386,-0.9257829172157523,-0.047281115937416664,1.1558941373456368,1.5386556704934833,1.4162265214810734,-0.5170788645895869,-0.8520800265027195,0.7877714529211559],[-0.03964629336346356,-0.0719031485310158,-0.4859410136698865,0.03676756174801268,-0.7246161608409625,0.2633705844142699,-1.2129675122430066,-0.3168447652661708,-1.55613395188057,0.3534730379849425,-0.8150542436228663,0.651830122653737,-0.023026567387074943,-0.10239423120323715,-0.18460219595538552,0.44162040916731915,-1.054410170519626,0.7498857877236539,0.7619437337004157,-1.520794595471305,-0.3550462194060055,0.17608517624498388,0.8559229721105179,-1.1675779444089098,-0.2594924747506624,-0.7773420435440848,-0.49719318652032063,0.40953417485858234,0.7922018321709173,-0.44561064370411957,0.5553719772550283,0.0784270424557952,-0.3250963779751833,-0.7257618810347344,0.29056894848487136,-0.6290126387308793,0.1049896738061429,-0.7604466895360854,-1.6070915805407888,0.5205379552547371,0.5008409717036072,0.2789895757396912,-0.725516893728708,0.4786164899644763,0.03454803810317159,0.9003247628882832,0.5951201704513173,-1.1488222515597493,0.09623069842675862,0.6845930264520561],[-0.7281853923111274,-0.6574580146729824,-0.7208663007085456,0.5440896849754541,1.4799099400215094,0.2701863586637563,-0.518885849899595,1.2094280328625626,0.8071649066510987,-0.38993813155053747,-0.6115734687966441,-0.22058600649189516,-0.198671907843148,0.5445484718067559,-1.6246971903636174,0.1723688500647801,1.0457867968307,0.1850399692394299,-1.2063139730828591,0.6981199469880823,1.3097117082443717,1.6504333192470986,-0.20684936470415732,1.0442354326136634,0.2941528709615696,0.9277077638432584,-0.03328049766263366,0.8510137556571428,0.013991473626250719,-0.41643879634422104,-0.6197268378231051,1.0231365882588288,-0.10881673635017886,-1.3424363777216937,1.8286484982990392,-0.3537558537093534,-0.28922886889969207,-2.3818000847301093,-0.4840198744924863,0.6208696849233933,1.6430153045337652,-0.999074217467146,-1.917529555975015,-1.771115312925202,-0.2674587591896457,0.929025610249409,2.1767895809134226,-1.7849230058146162,-1.1715745695538986,-0.07804221897270006],[0.9254529849133052,-0.13244983755318568,-0.023922982465460062,-0.5061464256527208,-0.6796186006812337,-0.04455706852028417,0.5390786952711839,0.6366174091724888,-0.18072760064494298,0.5489702052747569,0.5179562180762323,0.9572701894320571,-0.6990730138658204,1.0930252269137342,-0.5048880343178792,0.7062361222851263,1.0164071883434445,0.31751498596292554,0.26230105981797436,-0.4321811322693914,-0.2505156147179566,1.1390231202021404,-0.8122527986908886,0.6035601515973641,0.4253606243782319,0.08988565106270396,-1.0056390844651077,0.8465187503895892,0.5599351390861617,0.2893410323512561,0.1620783519670562,0.6975122809097316,0.36338664813780613,0.7770830714131679,0.5834744129930025,-1.4797672864273124,-0.49030807572658697,-1.1051486723794484,-0.5155575683578539,0.11236960606590242,0.6150830427257619,-0.9901862304701581,-0.6336428306769337,-1.6414209709528411,-0.40568427376966515,-0.14813048095758374,1.5260812172452942,-0.7754405184453785,-0.674784996775878,0.9888572640922618],[0.8364376302867146,-0.7903950743749271,-2.968800313829961,1.0758157650190323,0.5393210377603855,-0.3396593044855947,1.072039922023499,1.1047017190841664,2.13379026959563,0.19656980562832468,-1.5289844184853176,0.33333687509899274,-0.44274231222844795,1.4807544039041254,-0.0309637387272211,0.658849454022846,-0.6305587210231449,-0.4591855826490183,1.2960961414214323,1.2748742359845526,-0.012191967850978164,-1.6987613022521721,0.1952740416960858,-1.4840630561806327,0.2289773550520605,0.23709131842144388,-1.0224241875773221,1.2124508648340586,-0.10967652724391205,-0.0337881151954562,-0.13133297829339594,-0.36201409118519484,-1.5103223284405596,0.3753251138488217,-1.5082785050541356,0.2375601466870839,0.7536287980633652,-1.9925374909156135,0.08691639751261547,-1.1109523032967745,0.9122649086961377,0.08857493150247824,-0.0875911075376787,-0.1775302546489545,-0.6017465986778329,-1.0392983753937195,1.4450376027577467,-0.7743230559955769,0.04595690484222376,0.5212654541918389],[0.43155501107821853,-0.7472378789627571,-0.5496763075992412,-0.0870749327369697,0.9218510625140799,0.07360757184519388,-0.115401555737121,0.16397126822075178,-0.08300681233007962,0.22633022185159055,-0.9986751189556933,0.11687256157486554,-0.02870625193894508,1.812603703001903,-0.08041998057846178,0.5021853861449925,0.18807725430991534,1.0279766500757974,-1.0055355005473818,1.3753917470608263,0.2022504521234212,1.4293025732859057,0.1302537774074565,-0.4176967462130673,0.698986437252718,0.21446630483259493,-0.2655261964206459,-0.4304435572911141,-0.7779044161008204,-0.6561866273195193,-0.7066259769155048,1.806433997141853,0.24378410854279414,-0.7648469595033577,1.0330824492993282,-0.6701808281695084,1.0010641131110691,-1.3412157650020613,0.856376618592607,-0.39870267002954796,2.673890354772103,-0.3395389639980237,-0.9784775586703941,-0.9333418333891311,0.6737891131448673,-0.5804443035770732,0.9200646386614005,-1.246427695935148,0.1407032849671328,1.259348328960477],[-0.31989534282652465,-0.025289826660067533,0.25414853394952286,0.720365001916663,-0.3124416570636163,-0.8083549553445677,0.4748843210543567,0.2612466442317881,-1.9425903299550664,-0.23773463157065933,-0.14856847894153985,0.9153049205704212,-0.3908556153264067,0.7979197325872325,-0.36732134304222297,-0.6864230162390976,-1.633259813004761,0.5960962989021509,-0.29437730859229744,-0.23051564138092975,0.17463205355214606,0.13063561496373077,0.3195213400124979,-1.957350900678523,-0.8598083467460748,-0.6215308052889674,0.9697535214046613,-0.25537758100386665,-0.08158660873200749,-0.43491963122179905,0.24697171512569563,0.14998467694054973,0.921463509826591,-0.5828573741127007,0.5832165233820025,-1.2009710899324844,-0.16337653283202216,0.804483138829918,-0.7689220560141479,-0.32567018035136674,-0.6348253644123475,0.15287489397050325,-0.48412246834176637,0.9398919477791517,0.1777011882672001,0.6627572242046559,-0.27694224522432737,-0.7175949512583641,-0.3643831263037027,-0.2502227122798334],[0.15766272791330585,-4.422012409372464,-1.9092082685099743,0.15965111599436008,1.0640024759742528,-0.34482917927500145,-0.8180546340582763,0.610404294799596,-2.361432399267853,0.6141921521371231,-1.0963377984875255,-3.8306639088662426,-3.176558122120401,0.3915127849614401,-0.5321138460966821,0.5773661036869296,1.3403389842619582,0.9288500494938293,-0.013350134725044469,-0.20273844370549418,0.14779760711463866,-2.399825434136243,-1.6374310379102082,2.2233917042263975,-0.9446533706013283,1.9575562902123147,1.3394425850093383,-2.9613860940501042,-0.09715487093173228,-2.8158441724752583,-2.3238940077361145,-0.1843406001663844,2.3205176171856974,-5.57354491870202,-0.88123282063495,2.233649510177868,1.8126908041090193,1.8376335001652913,-0.14349805754522083,1.3927382484544097,2.820171542265834,0.005550406432188896,-3.5225939543515237,3.1775729060580855,1.1721107778573678,-1.2002871536655517,-3.052039000743647,1.4432916532983786,2.6975029030693474,3.0596699280563495],[-1.2806987803422523,-0.7672840638624334,-0.47408625823659006,0.5891343355733798,-0.0016763219753430265,0.33001752152583097,-0.5647654954970843,-0.967879656006856,0.32440924283883554,-0.7152153324102923,0.41539117192117153,0.5235152892000001,-0.6287500040024901,-0.8588215809872505,-0.16121513632177512,1.1341793503809456,-0.7752161710438784,1.1420195291207482,-0.8264926081650936,-1.21723033895255,-0.7614203829898484,-1.0078673126696425,-0.3458293110348054,0.7276150706702517,0.555085625317361,1.0871689227392087,0.5597848644277589,0.1623606051914731,-0.14146258762270755,-0.598893130759595,-0.4765061979437947,-1.2775529613848788,0.14163948564035783,0.49879397419988064,0.21726517356723277,0.8452727602856405,0.12235247481769149,-0.0062033529879370174,-0.8263854823578792,0.2686652357793534,0.5387823230548076,-0.21364596226242935,0.3647652537034999,-0.6067856032891187,-0.8253504835268292,-0.6612920961544562,0.021227329645435864,0.8584670097744386,0.8993797376386554,-0.8661173621560992],[-1.8530768760211607,-0.16476927503393682,-0.7410739111274853,-1.4206653771717686,-0.44294304092084547,0.4429413982156597,-1.9141095861905708,-0.7690014933136032,1.0198245051704038,0.9107616607058264,-0.749444035443849,-2.0869616310514125,0.9212366837701,-0.050007752337227374,1.255327010130771,0.8574389579609297,-0.7074026590280198,-0.3812808581382259,-2.257469332021008,0.7698766028154524,-0.23086333683144636,0.42170064463569734,-0.24899980329751228,-1.4235463882411956,0.3102586915253245,-1.9682518687552828,0.7350332312740946,-0.680749893565015,0.5083265305585208,1.4266262956785631,0.8865290151165793,-1.4898344421361198,0.024280893309274645,0.606347483333029,0.4852640287199796,0.4376458099126941,-1.882913813609673,-0.9745627243280593,-0.33768492947530254,-0.938018145100418,0.6051065553407218,-0.2707193039411874,0.70816848428152,0.2524744023080731,-2.079220756344256,-0.2956904774917552,-1.40251312637707,0.8456598714678669,-0.2924200643469943,-0.7050584160386957],[-0.7414164252919851,1.2319763368217642,-1.1443936136815889,1.8075009080912217,-2.1641961598591934,0.40636962337822374,0.6646204364171121,0.048171955655352344,-1.784621906428949,-0.39157574557520175,0.9270458124342382,1.2918444036173657,0.4832440126366614,2.3211078361799076,1.464694305396254,0.34489046942063495,-0.6155231602088168,0.6612773912790602,0.779081851576743,-4.238297559233663,-0.6937319286524553,1.7100921025220572,1.1258361935048824,-5.498510977464403,0.9524654162833326,-1.0195329583389965,0.21673758691814146,0.5008944334108858,1.3501716199634284,0.6034729990915024,2.3820516985234104,-0.308841099209426,1.5334368344414833,-2.06934639178162,-2.186428282075399,1.9420052020946719,1.3801092538070303,-0.10774552263686758,-1.8055339052407284,0.7979711104493422,-1.3867881664224948,-0.2316834422400813,-1.3152205656150024,-0.2757539288840081,0.63395564455361,1.8333314153835787,1.2212963020402887,-0.2558112986188977,2.893643810643087,1.7169616713585332],[-1.0197161175931664,1.4452244222517636,3.8224712873849067,-3.619248444055476,-0.38143359594470777,0.22431989885962056,-4.4879485540276605,1.2548641965330427,1.8150996695060464,-0.28331876431108843,-5.066333479597188,-1.8694346406297928,1.8184536594622487,0.24032264037261036,-2.404176913690169,2.220394149031612,2.069655955787005,1.558781468484614,-0.18223298877307567,-2.671230392253976,1.0596378299104994,-5.243856809001089,3.4317632850181337,-0.7586123442034788,1.9049144378273883,-1.516318076405485,0.8221322027200152,2.729372605421443,0.5603149383752151,-0.15864075777889294,-2.760013892553682,-2.578881045534312,0.9226285334366091,-0.3629178376768454,-1.473218808030264,-5.801999277316014,0.40654573594101673,0.22394746795140763,-0.330503318631857,-0.5380896932295675,0.10297949394501431,-0.5731181528765192,0.2712727442366352,1.1324453008254594,-5.575603298228928,-1.7726106235451038,3.543865934917302,1.8772020460685532,-0.6415046472296337,-3.787073539336902],[0.3570442632821996,0.371655054477781,-7.013892414994669,-1.6308437546887218,-1.4032664890678128,0.308316123743203,0.3472514995135208,-4.78597513282363,-4.94885948645538,0.8464840008086262,2.202980014242522,-1.6452086857368844,-0.48074154971378996,2.1034421782654595,-0.6978766143941201,-1.7487300758015514,0.9617809371594653,0.8609699087501846,1.764230988657161,3.0656384486169674,-0.5518606027052451,-4.361443177796429,-0.27089546096681316,0.3883212484767611,-0.3796569523739001,0.541968823529837,0.06009790436163354,-3.153931745183323,0.3008482166700225,2.526655951630838,-0.10898540645881792,-1.9451583037645486,0.6442127179847171,-3.1129984268757402,0.3780865979153282,0.0886499041729492,1.5516701353877274,0.5113165239478652,-0.7755282370512072,-0.05411983836829865,1.791845899603144,-0.2690136139181132,1.3472303263729086,-1.1399066286479131,0.23301617223586601,1.9865594137882836,1.9665567978058234,1.4900175535812321,-1.72136114330778,-3.280594158163106],[-0.5898330818497515,-0.9339613745541697,-1.519582654332582,0.6527402374318637,-0.7551082992384037,0.9840611725632309,0.87264080282235,-0.5325346035058186,0.8700130007102241,-0.7286561040524937,-0.7824568152458866,-0.15691452633984834,-0.8170778149731583,0.6761655568749163,0.3861616050545909,0.6329241129110281,-0.3445591555470901,0.4342453175443388,0.5311533734034734,-0.757145760207274,0.0018732258943346446,-0.3783580969471273,0.935089179927539,0.90713197360709,-1.135274576215141,0.04339256552552732,0.01707846787572467,0.6687904833523389,-0.1255431496198016,-0.0062492283158796895,0.5469978297471391,0.9392838151632911,0.5179544505534486,0.5003124879324629,-0.5586162170030061,-0.8588724170186237,0.19202003351613314,0.6994059323097914,0.20188492407829794,-0.3025160151526435,-0.2934728983369247,0.15607970917030975,-0.24334687385240905,-0.7104314302508866,-0.2182385400124767,-0.28583988288848605,-0.1076447348513547,0.13309861313346033,0.3929957724873099,0.7695019457213358],[1.1412836088652047,1.58954110476803,-3.554471387882409,-1.5452548017046182,-2.8486950752573144,-1.8328274853974043,0.9720675102985727,-2.2688360482046166,1.6144801235678352,-1.85683105459625,-0.8001802525264484,1.023412502434578,0.6085981836884942,0.8177472181037063,1.1291143529767043,-0.025549447567356713,-0.2854801702662683,0.29490571216824607,-0.5113840240334642,-2.150274722791112,0.8548334458799264,0.708686322883056,1.1382367871104806,-0.051501610564389615,-0.5116723364102819,1.818964568593377,-2.0733649682617337,-1.0892151347873236,0.37036012138914487,0.26273601077185305,0.9070428468204819,-1.26282995381651,0.08227535276462011,0.8163905323101566,0.302784369720498,1.4724156111807085,-0.350268247278642,0.11305663463100417,0.2019796114773624,-2.46723692848136,1.353026159311383,0.6277596860213032,-2.0759439194013156,-0.3029727264628859,-1.027452479069783,-1.7344153318799223,1.192442299679803,1.4696992043789503,-0.4730059243120761,0.8796807593636112],[0.561479641020946,-1.9376754832987872,-2.192965195515523,1.1239894548908969,-0.027669111861403473,-0.15532141395765395,0.41664383184706033,0.5926885258818206,2.493976853006094,-0.7448016000791703,-2.435012547537558,0.12817528868565264,0.6280310007111362,0.18888804617876387,1.5803606112865467,1.2839727054456989,1.1437147048067855,0.883596909691514,1.113899005632261,0.7657724481451557,0.31378633684580004,-0.2318127728825278,-0.9755303574053148,-1.2766760303770108,-0.8383973499278439,0.5665231749345767,-1.3304697472784301,0.023392885467497206,-0.05717430442036266,0.6049760184756379,0.1847717305987718,1.0382603420180145,-0.5140265107006943,0.23514153985392056,-0.4466660931703509,0.915409875539495,0.5831068681915793,-1.8895900695233405,-0.35902305404046214,-0.13163649939732153,0.9451456841434667,0.23044376908076938,-1.0745115358526158,0.32920676171105345,0.5524380092087062,-1.1692938127223655,1.3128551572581053,0.8993580893676568,-0.1084607083172854,0.025935132078078255],[0.4221973813384218,-0.09369202572727875,0.1548325932439519,0.838783075904371,0.7932307250330146,0.9456255631769743,-0.1675392459417419,0.399586375734246,0.36040501045631135,0.23137119664484082,-0.830034647574325,-0.05514539881115846,1.1733281137250997,1.9812865966209472,-1.5964708760401718,-1.0738281955228486,1.3263036999850517,0.9606045547603812,-0.821472230931362,1.1204774343220656,0.6053483913981775,1.6146096663271448,0.9671257144301908,0.8980094187488475,1.7915179612585443,1.6093783561664736,-0.46752478580127266,0.5728474945877469,0.23861937412794917,0.4188393954449863,-1.310702593231504,0.3402709731503219,0.18217904988898398,-0.6557961516493526,0.9840783001476577,0.4522096307286562,0.21301512409115544,-2.3432597314714982,-0.5097003133345833,1.3775121095222287,2.2269423179681547,-1.2896120102799058,-1.6533960751849823,-0.8312035018603655,-0.09303480415283845,-0.42969349208423985,1.657638689305946,-1.2870058456547107,-0.7281828254864758,0.6697660556257831],[-2.020081183225473,-0.7367861872663749,-0.7711835598549309,0.23473633235814534,0.6706281844188484,-0.08104326043370035,-0.6061606299721436,-0.7850613021506676,-0.819335371699659,-0.8852008308550989,1.4496301068567377,1.781557475910888,0.49358396600235305,-0.8793912666126446,0.011145941681854133,0.5741535948826181,-0.7302769473993982,0.5459528898974906,-0.3764726154616046,-1.3533348872639603,-1.6205635735291137,0.18894414428854656,-1.0508798398308719,0.6314635394820187,1.059188140926195,-0.1659446566597334,0.48238197298227137,0.7777183038926958,-0.09025474371949467,0.6715108967913263,-0.6091264717745909,-0.6897931224361654,-1.364535625394104,-0.2941724032985951,1.0889743154078433,-0.3153028424124241,0.04944398675986441,-0.745120429623622,-0.5920386665333073,0.10846194635539676,0.8005055972842786,-0.6978735129679124,-0.6615740870172513,0.6636924241853791,-0.9347079536170452,-0.37573627097710915,-0.26697024178212225,0.4058893699036685,-0.8699823381485049,-1.048195865894597],[0.4547391016799903,0.5197170056031765,-1.691186944159394,-2.425709836394065,-0.04710900853710924,-0.4693567772324764,-2.0109205545781226,-0.6843681848391766,-0.6693215246755062,0.6052298995568268,-0.5889216996808574,-0.654283847691516,-0.5224823033733828,-1.6800144329437818,1.48566405827573,1.563692051101963,0.06784969157633429,1.0713381077084732,-1.3838020582351915,-1.3814540588419346,1.3755665402012893,-0.07733388992535203,0.9006245354424061,-0.7641946015854267,-2.258548090102433,0.9241559380481789,0.2878513618757194,0.47813896962263674,0.02390685592083138,0.682987040748252,-0.4385508748239817,0.8970800703328308,-0.4267715428361901,-1.1805028685004173,1.259569567803248,0.010061084923263375,-1.284128885258305,-0.3947675873222238,-0.46172318964712933,-1.1700772618387192,-1.1094942711787292,0.05359437706459328,0.09352667019742383,0.9758885517319581,0.037510662559528,2.047452596902187,-0.5373518963185316,-0.7487253210929937,-0.7339697574356353,0.14944883897331637],[0.2776306662851493,0.6594928567755807,-0.2755721777508014,-0.6634417190479491,-0.6180841632738201,-0.6221985352482075,-0.7863337476427952,-0.4427539833714883,-0.17053410304622263,0.3529103612087697,0.4972316907370572,0.23751297241501,-0.25945551507502207,-0.8450687302414865,-0.2949156085729663,-0.6537734578068407,-0.194583603601639,-0.4412680636316761,-1.8512255197520968,-0.5123020187063984,-0.49173250554322623,-0.09042051297603602,-0.9265029292556634,-0.6007293856639243,-0.14709110405747738,-0.7199643235967418,-0.902335790654978,0.6798662695321902,-0.8232454060307979,-0.14757809750312606,-0.44054236148492854,-1.975744320285384,-0.5357250080997905,0.643636988105939,-0.050609913484642846,-0.5237566762016407,-0.7337154225525462,0.8278560016557449,0.1106620799279941,-0.3281508861510179,-2.4993531409372176,0.9845763215899798,0.6291585321524166,0.5042584070315356,0.6849481658041088,-0.6727333185315668,-0.6631889074141994,-1.0688281038179819,0.44210966070265273,0.16656614632605077],[1.0955562980284326,-0.904930697182019,0.9321324612608435,2.2637684210646025,-0.32553956008745794,-0.06997825120806066,1.3652218270936503,0.26911595609841643,-1.0387170524261873,-1.8261765252643565,0.0918029955850317,0.021777845896154897,0.5949652743076732,-2.1024035677309203,0.16204530060273659,-0.963676355435679,-0.8110786599171033,0.18502575137057897,-0.12625767932454302,0.9121463052524696,-0.4045561420523339,1.1686740704779979,-1.9021002149833104,-3.039409648960447,-0.5825424055536572,-0.11609578191852361,-3.2404701687655826,1.8035335381942181,0.388115590285514,1.171449322715954,-0.6637857175340279,0.5706928012684369,0.9229955134840906,1.773439363478389,-0.15385122913303473,-0.6046855371340292,0.4608682245307048,-1.0527921714524708,-0.3748660785345289,0.5106886782330305,-2.5669913041633694,-0.5301564418663415,-0.05480019611654222,0.732291706772173,0.5366357490923429,-2.2255270242085774,0.9562066153910324,-2.8151566236437273,-0.6501658541461749,0.3693445876638354],[1.5647991156332186,1.9072082863969944,0.46668788738976974,-1.571032755942223,-0.563918936301315,0.43413425978071035,2.359486146526507,2.655127122603244,-3.3740762933891086,0.8151768725411804,1.0336391048502553,3.718412414676903,2.7304373177063805,3.54511411171059,-0.8443775324383287,-0.1801437475939683,-5.28112107937079,-5.641823520666006,-1.5782295500516765,3.139489793161854,-5.657673061556248,2.9695719689152975,2.386920126777493,0.21024692545212179,1.607753918521044,-2.4100817534040777,-1.309623815488727,0.053238540300872134,0.43310413093604555,0.4937574303887548,-3.2250927166217984,1.8794681066244128,1.8442193251446206,0.9781573595421025,-5.791862164463899,1.6856336430045133,-0.4381797142203247,-2.687903247822266,0.14155044914057013,0.36611783355029515,0.4910299947719063,-0.7285410147328926,-5.572754667074326,1.5298587102876868,-5.155692612559232,2.3567001392345603,-0.5382708943251572,0.23284889614883292,0.5726589538565338,-2.8285233904709903],[1.3585833793826285,1.1656995794954763,1.3396103239618702,0.954099614056999,0.26063486634690386,0.5383403769983464,-1.3510945092601725,0.9916072090149011,1.1874716729770147,-0.3937408685770997,-0.435474442795822,0.8394078079250504,0.7733632661778187,-4.195499069940486,-1.5181732497957097,-0.46758850443320965,0.3209969911438379,-2.0930190428923665,-2.070254993741718,0.08186323473355171,0.776180660992144,-2.0403895177285083,-3.177296527183458,0.6460075992718517,-4.089654357653033,0.7001255979635709,0.8347934897536244,-1.709878800075138,-0.32017158996986705,-1.642358457794402,0.1740360354866605,0.7678666007107837,-0.4978922955689824,0.1543414704873805,-0.014728251762396588,0.1411685100998459,0.5241954938518987,0.7427585752213487,0.024809934133087644,1.0997758636031802,-2.4331654161879923,-0.4017598466226089,-0.8557926812385868,1.3912543723539934,0.1670953855095151,-0.2838901310627576,-1.6354796250836945,-4.165714566722067,-3.752699664799394,-0.4510547048688715],[1.972023247907963,-2.1814882053604205,2.9163002912849962,2.306743389359352,3.5384177545920728,0.8611209867419427,-1.4345953488474583,0.6364474364868982,0.9913403342115686,-1.0383388283043018,0.7846078826959538,-0.42701558206204615,-4.810595377487837,2.483162670469193,-0.22964003750870232,1.619307051359576,2.254122999123732,-0.5304669477286091,-4.203181149899035,-1.748962192906346,-0.7061043958792216,-0.31469347262650876,-2.0555421099098248,-0.12188767222589081,-0.039004114996198117,2.2730155799258265,1.0658107212511763,-6.200704670134093,0.3444757011897727,-0.8646637750698531,-5.198149898830045,-4.355045632996307,-3.690351792308988,-3.100068421172734,-4.128761143451973,0.5390750873286932,-0.5664184192472306,-2.932270886920931,0.4657033836489876,-1.6031607967481083,-2.208646293459817,-0.7830469990220927,-2.5504266451834035,0.6597856410917169,2.490594066534669,-0.4189000246676216,-4.806493016960501,-1.8973839495634484,-1.153140534021588,2.0882019404165226],[-0.39811030741910136,-0.14963474646117741,-1.197361995444004,-3.4747873859076623,-2.8141920680336994,0.2942173893098655,1.013759829359208,-3.9665800727267344,-0.693272241807981,-1.99270616937979,2.295816027279244,-1.0010578772346204,0.6533652410593279,2.020521411960956,0.3605476391010489,-2.2715572798446564,-0.18070572762699605,-1.0609947738724972,0.2351166385990891,-0.5593608975250294,0.22402515912593138,-2.12183571952863,-2.7313226201964453,0.8817317332163717,0.639412489242913,0.2469416722801682,-0.7435238473701781,-2.2179654252994774,0.4848302835204575,1.3056889648020993,-1.9086840940002756,0.4520572493093118,-1.1609609678739012,-3.2190742535863124,1.1810543509903568,-0.547487345153918,1.497082417038149,-0.43901818731869324,-1.3282059299142583,1.4055765544980123,2.64902080467529,-0.028642399068321413,2.248496596150902,-0.9029877568948131,-0.9948171178554881,1.4606194448512284,-2.088624863836246,-0.3803776611979823,-2.2915262873056643,-4.388264771026017],[-2.124518590799717,-0.5660721276092082,-1.504592203077009,0.011219493744644855,-0.7058388106387009,-0.6435619253451336,-1.3615062404792875,-0.688784580004024,1.1603557403140734,-1.1204272906998065,0.8285013853765921,0.7323349406689776,-0.5890690381926147,0.5811792046657908,-0.1495704010702433,0.4704403169628862,0.7274863555631146,0.2989900188415306,0.387765855011852,-0.5262827528169062,-1.6331136944535372,-0.5905164218741061,-0.5209076549951359,-0.34361239865449256,0.9248731288189054,-0.5872794742288822,0.8500464129353431,0.5008986060726658,0.36712782189019433,0.3082595948314775,-0.18062298415335076,-0.009714005546308226,-0.24730905665237335,0.5187649756646328,0.7429389965400864,-0.833755349456534,1.0048473201052333,1.0157814105254244,0.10775996892808772,0.6720070908072795,-0.11217659688731783,0.8804068895011748,0.8156340345384732,0.5301951429749115,-0.6318207165796104,0.09268307477519899,0.7956221319258442,0.1335980145489253,0.2440638854026413,0.10288309282326566],[1.2167068818992408,-1.4452008669622696,-0.9674570165480607,0.24721227972840296,-0.1906914705112288,0.32912636322144884,0.5314641814599796,0.24169505931180285,-0.5527712271288224,0.9662719462875112,-1.638040672565195,-0.667887779781169,0.5957955380820481,-0.6357722614101449,0.4431552600810565,-0.23063695533586992,-0.44845021712773536,-0.244704482000644,-0.3330117139797692,1.0830941999564765,1.144380002420419,0.24733045824354646,0.9778199377580518,0.5238783890660195,-0.6983249885511988,1.0378303226746801,0.5568566845785218,0.08845264713047526,0.3408957415592895,0.4050097261372456,0.2915894923742999,0.7370510566070726,-0.32142986742247887,0.4095409581144247,-0.05960955889082796,-0.21721926616862705,0.08350621582456502,-0.36205595466200857,0.027541597939367085,0.5853758785092403,0.47805441789708225,-0.1382448168082787,-1.0050048980187383,-0.3231761426320844,0.1760179265576722,0.33748010352413116,-0.0008230167854717845,0.012736220751037754,0.03296300335556151,-0.48873202234467705],[-1.26634579505121,0.47269400729784694,0.0476393125496433,-0.48156452921472637,0.1977876450379631,-0.9535125341746474,-2.241372136412838,-0.5958576972476337,0.9528977761588784,0.4977953910490952,0.9192827472374863,-1.527188688158271,0.5459907650638849,-0.9250620417529017,0.6664066711447291,-0.05880458859141891,-0.223304606912856,-0.4658362470876759,-1.8112242570885009,-0.11960730676964654,1.0502467996502858,-0.932094923460221,-0.2618936646048445,-0.26463448008867946,0.6068661091999094,-0.9136863414161349,-0.20168526654174682,-0.39328482856069097,0.17500248341436342,1.039626136251567,0.32479790152105287,0.282297292599331,1.2013589713306598,0.8746527163254262,-0.03000374692351648,0.4409369387258022,-1.9025367829880155,0.6240628292990257,0.6246254625915552,-1.1024751347946402,1.2544007446985443,0.20172003368090136,0.7249784884500857,0.2787265253558844,-0.49687986146873336,-1.6244215493483862,-0.9965322644693955,-0.06968248916771771,-0.27410483294232346,-1.7081678221254324],[-1.703477191317803,-0.6620052765902693,-1.0644832196929341,0.41802784136704574,0.04210423513997833,-0.07834701594684483,-1.6423719236085115,-0.5528416268990938,1.035624668956654,-1.9909616356626214,1.481711525429657,0.4438300768448782,0.794044065628226,-1.0676844062535875,0.1806202770812567,0.006643043108395399,-0.26689543995998494,0.8169936312825724,0.41001897506734664,-1.627949671796214,-0.09381843407386013,-0.2824231640694956,0.37710867809533827,0.9431987178332253,0.02804599165134032,-0.23649385216154478,0.41163594303584483,1.3035900840578492,0.7208610365112871,-1.4251116834910154,-0.6970461411144493,0.8546798490321288,-1.187144600813147,0.6898934408478312,-0.354052920409263,0.26880039901169644,0.94492987088617,1.017229623147465,-1.2616939372226552,-0.8488839930117775,-0.821681041127205,0.2019528474596702,0.23933420681476167,-0.12141780706125904,-0.707499651538614,-1.5465560943312493,0.08921647986004327,0.6118889306973837,-0.8663204908635945,0.06181365999032059],[1.6937470201422702,-1.369713806706774,-2.396579813835092,0.7779695808960988,0.3925157365570129,-0.21771747734226937,0.7018843010189415,0.3976771146227635,0.7478371273949994,-0.6103668015735235,-0.9710282764014126,0.14086536465007923,-0.7579257482123027,0.03959768103668295,1.0468916885656425,-0.5271699365402653,-0.05831570916005346,0.43844754095065874,0.75049149536385,1.2533340298574513,-0.09346730744242389,-0.018864893000216945,0.13676076050790237,-1.0132526607989696,0.3890622939454215,-0.580407895711649,-0.7004073990684004,0.3143671842460317,0.3341129009610181,1.389317241135132,1.4629580853410968,1.2519863277645753,-0.4921179892661996,-0.012586386626321895,0.294788676580147,-0.3498931590649746,0.5279106541553625,-0.5663290865194901,0.08814282843630726,-0.8753782929906198,0.6929089944003423,0.749541030954177,-0.07097466667101497,0.32444098790993225,-0.4890077901195841,-0.7123387337354393,0.25368807477478217,0.4241204497048357,-0.11059754196215614,-0.059791392826315626],[0.3836725072253859,-0.47119453260334676,0.34272269203877975,0.5054448523043791,0.7125247740626133,-0.0390572491574865,-0.27153782942467397,-1.9457162841873523,1.4833677919899528,0.2398312065148306,-1.7117033814166556,1.427859672248353,-0.7337802959613584,-2.0955247464697444,-2.9575183224939448,0.36474463205318725,1.0445951020733528,0.7303256012957678,1.3898037661671678,-0.3344935943563499,0.8701058330474785,-0.861741337183137,-1.794297854098286,-0.024154528134254668,0.07870170726578542,0.8318957489169662,-0.39737558627331343,0.21400347739968834,-0.14830791656843753,-0.42570812351285775,1.0572115128433752,-2.0143844130606614,0.5308197069466059,0.09151705311655278,-1.4905426894103457,0.48612399492934033,0.4669939057567639,-0.02079618178256417,0.16608198874936972,-1.487791733018788,-0.8877110654911091,-0.045754702269293096,0.24102123226439237,-0.24297802517255762,-0.8004467941011613,-0.7349850627632564,-2.0899476031913364,-0.3349720062032061,0.7391551607779608,1.0509379082519128],[0.02464123546316002,-0.26569354742137585,-0.2830068535838829,-2.273225112055115,-1.5646639821035937,-0.04869841570651546,0.898863456531594,0.758795635447514,2.5516117962020504,-1.839449845218602,-2.943486528080312,0.329280453916261,1.1845902355888929,1.0729623739471676,0.21645359553733926,-0.6069065723285647,0.10067097211805813,0.37503990070258014,-1.6793800096442968,-1.567823135515235,-0.3243307209552083,2.2882571704852546,0.9109029991511328,-0.23376284659930943,-2.701685690351482,-1.2538994882365015,0.7278630455961758,-1.0036736564385038,-0.5362042595446952,1.5073798140779675,1.093011457936332,0.8086061050772102,-0.7790471738829655,-0.9455271415101433,0.3828439734766706,-0.06933039145725503,0.012339632188082938,0.006795310257287342,0.06115691874892963,0.2142309585274385,-3.2276595953694898,0.477302299210314,1.0469150682840154,-3.5215848234223763,-0.6633446835014708,0.17818399239138621,0.9978139105096067,0.6208886980035756,0.8946043619555158,0.8180332698693028],[-1.3477888667712299,-0.000053741650230061986,0.8519643764371024,-0.9735218569535137,-1.408428871916219,-0.9933634234046218,-0.2510258149984422,-1.4944150597965344,-0.3732627810830537,0.9269708575245634,-0.977560680116547,-0.8701489616237255,-0.8363529061621766,0.10842558278865251,0.04563811148863335,0.43765361950815057,-0.35037385225162865,0.3766933311952478,0.4187372101726244,-1.2602274661875825,0.932791422594386,0.5105700270460846,1.1620690731703096,-0.10724064251967043,-0.08639161275469415,-0.45947973634572714,0.31200901617177734,0.7484348610564706,0.04133439381695662,-0.03687086120316493,0.36303679940440703,0.9557087805951769,0.4384005523657003,-0.023920077383582976,-0.07919178901728126,0.0053030404700496496,-0.17991830612664195,0.719326305911837,-0.6157228314932032,0.8155190750721327,-0.270903758690697,0.7096674041228839,-0.09095356244578387,0.15489886910862738,-0.5800011478065036,-0.6058368369755218,-0.06990699380182659,-1.1644185340639097,0.6323839824807566,-0.637161063454217],[0.19634197816521617,0.6661523979340076,-0.2813987604715951,-0.48276603698529896,-1.778530880237757,0.41116230116667357,0.4410694446727977,-0.3923600062376849,-1.0215114407258328,-1.0980711133531147,-1.129715836400298,-1.173294343844476,0.8282976803718636,0.8152332381371585,-1.419511758784185,-1.1035290905673847,0.12328881428336008,-0.1624837128100956,0.3626975339634489,-2.046426371201122,0.030232051876030494,-0.34848199154545656,0.4527995149328467,0.9506049979177428,0.28360540372477194,-0.24324701489749628,-1.9860120434130004,0.3138842233619987,-0.415836071438788,0.3097141625282722,-0.2549445944900458,0.5735645322594404,0.6470183184832605,1.4306611507908011,-0.5783170748372645,0.47669188741976654,0.8293880824915583,0.3170730491858541,-1.0124813422273233,0.8691224235693268,0.9424204664585827,0.8106108750553327,1.2712498718015002,0.7040979810771999,0.6271650224727195,0.8851908967109327,-0.46678839610837297,-1.5278672090972807,-0.17485942909122484,-1.803084844803855],[-0.05917668507920817,0.7964519077196598,-1.4810651167328057,0.3951882960996939,-0.41824355373403127,-0.09518706651285654,0.8507627968634282,0.3593451126235726,-0.3279026953959175,0.18828695583382915,0.49539847948313676,-0.7338310572363661,0.9184716988625624,-0.20948005485567173,-0.7360742205813624,-0.2270731192726904,-0.03679241586960992,-0.46285190535207693,-2.1650670911970087,0.49623611064162404,-0.20549185529825592,0.6045245085876453,-0.1938996504836079,0.27079189521463226,-0.22315058112244648,-0.41459149105948706,-0.11524305382538358,-0.7144794577696908,-0.9172142951158946,-0.42898757824830147,-0.7708054222932665,0.9915204968155,0.2052419208812605,-0.9280188106959436,-0.5807316120146475,-0.41350835767025157,-1.165471952435093,-1.6036675420789548,0.27534618118447135,0.5847885970695145,-0.22716600851616892,0.545010814343981,0.005197695829995389,0.5144440710060764,0.7975318866878393,0.17154406977579356,-0.6341143242687851,1.0034187952485476,-1.5723050858630871,-0.7733400075687831],[-2.8477032187893863,0.4021678801665828,-1.3704215978264134,-1.6872707757171506,1.0156415818807594,-0.5953912976444167,-0.24214747122536687,-1.208820710951731,0.5714658514314316,-1.6259972817833732,-1.2215487703713166,-0.8079981097303226,-0.08756712810958421,-1.4285149438852058,0.7395013008528648,0.5527809063599023,0.8214884475101228,1.282416474692417,-1.1656870993408044,-0.8675695034777144,-2.783293600997561,-0.8176530783920161,-0.13897782203963482,0.2602793922139315,-0.040118773844542245,0.13800599552280587,-0.663034110095917,1.4392377759771093,0.9701887036578676,-3.6457980460901434,-0.27805350813405166,-2.7016004798181816,0.14035441669774754,-2.008284998764678,0.04602101563870734,-0.2969234147195239,-2.5933293116737475,-1.1480644303256213,-0.5252047300810616,-0.22073870901171125,-1.1774463353187787,-0.8772591884937561,-2.1485498839188466,1.025045041493796,0.09962226352437993,-1.0962089850591614,-0.9856003537302127,-0.4572615649328232,-0.49877879280959125,-0.8451945354841573],[0.6842015927144448,-3.402534327457266,0.2677399585341355,-2.3942049353975805,-1.6916292578374217,-0.12396121652702992,0.3429568524349284,0.04884349063834564,2.414906949018282,-3.2098813868526137,-3.1162321810156803,0.03647505764459838,0.03179681813153515,0.8711696469510051,0.8901182831404769,0.822707296922287,-0.09380276456845606,0.7624381082554931,-2.554344892849644,-2.0242693056677696,-1.249228107272074,0.49465404188747386,-0.47957026379149853,0.34629951548042676,-4.911390823405968,-2.630813450065017,-2.2273622280131318,-3.147455557298734,0.7265387879183317,1.3430350814288459,-0.05606093937644374,0.5775032347825234,-1.199600777678047,-1.8964210695870014,1.7319149955521023,-2.50512002941546,-0.06267627286116567,0.46991736146785074,-0.798285534628602,0.25541192353836445,-3.2903556337038857,0.8269359168242238,1.0103834011594177,-4.456269935249034,-2.128248576335143,0.9614459269497704,-1.0072685129977428,1.2860146868551918,1.07239025210966,0.7689188392885504],[-6.100797984580246,-0.8370492624757395,-1.8166193316039398,1.1029849751076475,-1.1216725386778383,0.3379156671240418,-1.267769969116629,-4.882482825100865,0.16689665545893653,-4.2635372377322085,2.557472848343104,2.5738447096562624,0.2541429523479553,-1.9067631455371516,1.4458382959514349,0.05192376153461937,-0.498945410826572,0.17252883420166512,-0.5726615619721267,-5.200887561003933,-2.716904227688153,-2.528455404320801,-3.176748023124523,0.20739001400130005,1.8084671901851865,1.2463651879137283,0.4489193645826339,0.2177989527050643,0.26265693713930516,-2.2367656544775514,-2.842732218091343,-0.617069057410948,-2.964503646219593,-1.801946594214257,2.2585577530807015,0.87135927689044,0.7082766053918078,0.2772410006156789,-1.2869900791418567,0.4958518750971887,1.107335150533342,0.4476750773345138,0.32186683832562263,0.6598597468379701,-2.704948682950726,-0.9821843488824596,-0.555708414960057,2.2630131830274123,-0.4373941721487137,-1.941153502204097],[-0.45291171386906176,1.9694749292386828,2.789959641370235,-2.927555215558327,-2.52523237135826,-0.5081843794476232,1.7561986873672581,-2.108733431398765,0.31420341233873406,-1.0561120400234087,2.770401080628118,0.42082991787810076,2.0275945871279837,1.847731870173172,1.2937683177691304,-1.5295176242215334,-0.4156705604778318,-0.3051031495713976,0.6210552030348602,-3.9127065349387995,0.044673516008026985,1.0828938877619654,-3.207633467688172,-1.0589765632253076,0.970313224812183,0.5716972838094149,0.16584554204236304,-0.5163885323935128,-0.040325218579925534,-0.9716909273310105,-2.0936932065852516,1.435339549292577,-0.2675751135160676,-1.4940849490812083,2.0891829643939777,1.1895620147972903,0.7361413179987334,1.219068824156846,1.024882889217901,1.447277692536089,0.8966193739996101,-0.70022147527591,1.8819719481535706,-0.8633489261977235,-0.8707038458098594,1.0839221892867523,-1.2496573141498541,-0.1895331615161375,-1.4487856076234455,-2.898054789503195],[-1.822519408892237,-6.33442553113219,-3.5911973868314204,1.1551701174611257,-0.4297875939326709,-0.49310914210465145,-2.9773671399509927,0.10334031747325335,-4.541187262318624,-0.30018110920851987,-2.758803623490977,-1.5647386616799828,-4.594632735898563,2.210589572826213,-1.7171278135945234,1.6195782893824684,0.19457101145181838,1.3682218948185239,1.4046227551331898,2.151333500276494,1.0747648232428708,-3.1433925917610916,-4.181734345283938,0.6519357705552964,-0.46886747736938605,1.3688700974807047,1.1306389742865013,-5.390954361993171,0.139925670004286,-4.026799747970259,0.7768764244501323,0.7714185047288868,1.50623225231351,-2.8632782521387123,-3.8389767033453386,2.31407615110025,0.1991840972488853,2.259297039441045,-0.6880020191517989,-0.014692083781670608,1.5257992651959578,-0.33882313452575935,-1.2886380939077264,1.9143655692928376,-0.08681351271695946,-0.2274188235653977,-0.16879203448269933,-2.903618861157153,0.924882713640248,1.451951374934801],[0.004295953817877411,1.8146739681070994,2.6175889188846244,-1.903906885173087,-2.4435967716251037,0.7413199228080568,0.8139935961714772,-2.756794106529624,0.8503443687271363,-1.3907632730676767,3.1462678712497825,-0.08594743730660487,1.2921780475400695,1.04572050534844,1.4717590877842872,-1.3693283114828223,0.3096593858014849,0.5566190584798792,1.7080811630421178,-4.064437752557551,0.46946937222443885,0.8934759330208963,-1.7013704227643747,-0.4981413109299965,1.935956669986899,1.5549735591669682,0.5850849367890887,-0.6347796916691638,0.7880577691795596,-1.499445488914538,-1.5099915041719751,0.5797372555563924,-2.1689790684832855,-1.4283628091623437,2.272055108762611,1.1332876954986877,1.4567651356840308,1.237638887749963,0.458295714074492,0.7759721684287767,1.9703399993455062,0.12398267956810555,2.544643311379464,-1.5716632741146166,-0.9515542036679288,-0.23654540027809814,-2.0803492744005974,0.4680193053069274,-2.5184437620958766,-3.2659678116438475],[0.5468288405782272,0.6954921866818142,1.1132420050794538,-1.2573881891066252,-1.9566762911065212,0.5002503030819672,1.4349089812332763,-2.229483704633336,1.2779578359641812,-1.469960264780077,1.3315694460075642,0.9095182643073163,-0.03472095696744325,1.4212954948186505,0.4582606414351236,-0.18906965091895958,0.14515444057049218,-1.0303440444847802,0.41722999798357646,-2.5028719211024613,1.6864912119151536,0.5844199289562027,-1.9110973564118734,-0.39314893055046557,0.9170574617548506,0.44800561748227324,0.28941781304764624,-1.6890791429960286,-0.2729677087848997,-1.6547728225842795,-1.0132588572269035,1.0254472470159703,-1.4697980913220647,-0.1232022851229424,-0.035156622600791415,0.03884400976898835,0.3870967837467459,0.13213531491522273,0.1987382612107994,-0.4514571247501638,0.597076286898937,-0.6537835897015101,0.7106199799515229,-0.2739820525984894,-0.12843288354981797,0.7031078257906141,-3.1545967015973497,0.04394185758241271,-1.6162096242380137,-1.2737156233262283],[1.1077420309011716,-1.942678705825368,-0.1554553909051054,-2.2406097640990854,-1.0982846383488778,-0.3278381410745737,0.8848696338270267,-0.08810971133043942,1.5827145744513305,-1.6612693683989384,-3.1425275985927277,0.6492804245241347,-0.6660275814960355,1.2739609525807447,-0.2219544139612868,-0.7226708764918103,0.7169113284847644,0.27531530398690696,-0.28060125306651007,-0.8998884178198411,0.20799277621145193,0.1800199984824947,1.2351423419031986,-0.24056972660790266,-2.905284528654378,0.42907611371745286,-0.22386167087364428,-1.2540604358585674,0.9846095774893072,0.46077574505637603,1.0400704253798931,-0.13127213822398465,-0.4158711006597313,-0.2690256271179259,0.9599347023321715,-2.082344028168599,-0.9990407251424888,1.16821104723358,0.30448582206539915,1.1410595694548769,-1.6146558907278992,-0.1999526170180568,1.5889446285687898,-1.770795513002375,-1.0420672251919039,0.8067597767400659,-0.2584559200372866,1.1289961312548578,1.0567436960902223,0.36598133803168686],[0.17867987622675882,-0.1538000391250786,-0.26992629003586077,0.3960140167124608,0.4229407121879279,0.7529383695709405,0.9219970538799928,0.975134442975281,-0.16687707807692298,-0.16487923554516745,0.800459551384765,0.17791255999653596,-0.6058943474170505,-0.8577302528659694,1.0240996704568817,-0.5155742844372909,-1.3521529183933738,0.1148330467896704,-0.6734859299729956,-0.7110205842864681,-1.18729742572151,-0.9661796375138225,-0.7836818676913714,0.06117457192686741,-0.49352330489823204,-0.9466376814834931,-0.15027353945046912,0.4359699672750285,-0.7237388715799408,-0.35413713222374626,0.2060148849905193,0.9699455633073207,-0.17112949101725863,-0.3001482993763136,-1.0034958355735408,0.5618185382103877,0.29899557994611725,-0.44849509410712085,1.0933492113483188,0.3451004048901989,0.17896567698829097,0.29878286005123844,-1.20807484964544,0.7935625349006029,0.05495996979809343,0.23566403429141108,-0.12027830857338655,-0.12495447936052209,-0.7924884695409973,0.4319604421535452],[-0.9194801229506544,-1.2012940801026633,1.27807976459806,-0.4150431399794848,-0.8381201128135111,0.33388554248111085,1.0105421420595353,-2.9682396341174693,-0.3235303943391273,-0.19489327591900849,-0.06881505659008398,-2.4114024021524227,-0.08675649812085387,0.34043856411633777,-2.319525116888308,-1.4552597503600135,1.2994388974739735,0.43419026445200093,-0.2607707648823571,-0.988293976062825,0.6670987104762762,0.3167143309874354,0.0839938398863784,0.38075210189069236,1.0931969164424806,1.278186506831383,-0.4101762586039462,0.23609292740696697,0.6897702152144366,1.4823251605920988,1.4469588423884285,0.9132161039109356,0.7244493852885824,1.2962751418727623,-0.6294012862252911,0.33020214877054055,-0.12727014141172244,1.2055003087286662,0.42990739584001264,-1.283765384202531,0.9336447629939877,0.7459245333207511,1.1131008425819615,0.6884608681617386,1.245921883651055,0.6366171985347098,0.18757006019742567,-1.1470124775713273,-0.6961531295825858,-2.8429142897572177],[-3.048449492254016,-0.29396504730985823,-1.680956173083141,-0.1024387210852846,0.960613238220316,-0.5665501357334947,0.2304923445156017,-1.6780039572643979,-0.09659294112176071,-1.3818365361961589,0.005452015439104904,0.7580054339372377,-0.09636964768702706,-1.6058210660622503,-0.26801825470653967,0.41186677258595905,0.7481632437537922,-0.7707180663917548,-0.4228855978989989,-0.6729503461274768,-1.8841800584490098,-1.608863186636612,-0.4505081767988134,0.6771622235560372,-0.1361401737098337,0.07133882914807563,0.8449001458225542,1.027598686408874,-0.7265872201154899,-0.5622942518725897,-1.673099014487006,-1.601767821441761,0.2855466449462992,0.4218938696788186,0.6788516045562074,0.3831684788335836,0.9690887122000756,0.6220273864756373,-1.133669280009995,0.2736222113384485,0.029893292786947467,1.048540329057185,0.37547053054365587,-0.0029390389535001453,0.5622703298948131,0.080902758262109,0.9804565435707879,0.684123791656841,0.3008103362464266,-0.49770767069800737],[0.5136747156442991,1.0434172305906528,-6.802055656554877,1.799076655643572,-0.41437913245197916,0.5580972940107476,1.0155759834555516,-2.43623899992468,1.3423426649051233,1.5206906602623689,-2.8089381907146875,3.817510141664093,0.3192934348829444,-5.260882534845471,-11.370686534798137,-7.0058453508289125,0.8326050158707248,0.32356237116756004,-4.452865911091233,-3.308910460078095,2.6411245050755996,-1.1632460301233336,-3.989474444779418,1.0700454661791343,-0.9315916947455544,-2.076104930965835,0.2342277440326715,3.3628553136372754,0.7111485094061283,-4.165126207542576,-1.1289570828076123,-3.437979208210977,2.0403869921405664,0.640440372049657,-0.23496363403024872,-3.5105403903767294,-0.4514661612904132,-2.5837118246966226,1.897442524785882,-4.281066048453517,-7.652156886721112,-0.6019787165959076,-3.1731293102260603,-6.456317096954007,-1.0502500670075012,-8.379710716126697,-2.2307915607010624,-1.270008773940117,1.9594710321279296,2.396939663924311],[1.0079766431295958,0.6409574374802554,1.5792156278783742,-0.34954312879822474,1.5361546399413624,0.10752107549433058,1.211004333470467,0.5447638851746572,-0.13720865194311718,0.48481592503593834,-1.7278479248655856,-0.794124915597742,1.2184426108795514,0.055623497517427595,0.22272263693495453,-0.18857129519548996,-0.6009362165852538,0.5214815324733575,2.4952829287635967,1.65410311640239,-1.2286128560183867,1.1913353457220195,1.931550701754019,1.0995650475325764,0.7979941127507032,0.3059383542300216,1.0361223115566673,2.3267292213393858,-0.7788275080275947,-1.2297107558299627,1.23700547913289,-0.9102494054785643,1.0147914497448363,-1.8500994793166443,1.4357506135887035,-0.566254566703647,-2.5467471964761774,0.3482545339511944,0.7994643713695339,0.48608489656392095,1.556255784349714,-0.31593010598705856,-3.386847800429461,1.9303063747408478,0.7547209114749368,-0.2950669878104768,-1.4398831050592162,-1.3519532164730066,1.195974331660068,0.9216906111050007],[-2.3315934946208903,-0.24534803916442194,0.6164227584683933,1.650621693893942,-0.17865075633288988,-0.6112202905733244,0.9702352857375314,-1.0002905250369523,-1.6460015058939423,0.8173845454723812,1.0904101824325887,-0.9486516986750624,-2.095633773535303,-2.8030826376222966,1.3074999563901357,0.5176817002183809,0.19619123023444512,1.2874057004139041,0.11806575949341526,1.1056923796731364,-0.0178330303966894,-1.2877619958111577,1.5269674031751324,-1.2491948468684841,0.6952459215188408,-1.398422781871082,-0.34349094587532697,1.7807822747188682,-0.8533897954799159,0.5422827478423063,1.0333865496502577,0.8589525185927624,0.013455874189499515,-0.6531286060318467,1.1793759690089505,-2.2736424904010377,0.8668917968939429,-1.1672171517744727,0.8458805801882708,-0.47468546771002745,0.25493122560702175,0.8839777361398227,-0.6368284296701708,2.113992365902267,1.7905282922106636,-0.9749485393608203,-1.1157374874006862,0.832241025083538,-0.9252254998215174,1.3488672270871442],[-0.32059387029968534,-0.3566657708079036,-0.2484178912941326,1.4410693573766091,-0.7627199713614912,-0.32928803545513113,-0.9523622518775142,-0.2605358019330087,-1.0831057051479067,1.2163325071775737,0.1152561053625174,0.4926333888392841,-1.6076969519282078,-2.1039612382233117,0.7025066443381698,-0.2181105532753254,-1.4775840511809846,-0.3646443564308041,-1.6453616738183505,0.3245574001631756,0.6040563853496455,-1.2204069277980298,0.6908915775854948,-0.8969780302863322,0.558285974971241,-2.81022581877561,-0.8148255110030929,1.7950660422437361,0.987129041654569,-1.549500845208508,-0.12034043240179011,0.24592104057770328,-0.08343365880482889,-0.6413485102617467,0.3707052091765202,-1.5454676618407295,-0.5500967271545568,-0.41932900650382415,0.38775788378241777,0.8325099711306161,0.9945645059344775,-0.5931682701784913,0.3196119276988341,1.2680296743229407,1.7387399237962882,-0.10780784474298565,-0.41098391907848614,0.02975046141576441,-0.57451254327191,-0.6501026715580258],[1.2056342906255697,0.6353664130820647,-2.748636943959538,-2.2988907977712074,-0.3060867486186355,0.41496945033601057,-2.385133300647099,-1.6178531170068342,-0.10446596889910366,0.5410573340739006,-1.6510279489991635,-1.4931266396810343,-0.4398702403931629,-2.5174954758790347,0.2913064341152728,1.908169514265177,0.991944013325433,0.37405603663406434,-2.129815862836783,-1.420267395993462,0.07826209272434863,0.6251675908718463,0.5454140646930098,0.15299914952034574,-0.8937119165980394,0.859026119760409,-0.3132434903109564,-0.5936389255808664,0.35075443738618733,1.2391254544355328,-0.1610973739034856,0.4950037635400215,-0.029803139639934494,-1.4745857080548284,0.265268022266339,0.8834017641080075,-0.36685120881494604,0.2526158655744552,-0.9998522597378301,0.003093057510818355,-1.2616035712606561,-0.6558837871339871,1.9189246999156477,1.3193363777111857,-0.31266758111421833,2.2615950525583695,-0.8165929685361061,-0.2171845590709684,0.25567172455626064,-0.6971658618736982],[1.8862403130817895,1.7020976652624364,-1.220000962266601,2.1887209194837576,1.0413590246345334,-0.2463001261249522,0.9202237454242437,2.3516626621517873,2.0394220633455555,-0.1628493128304082,0.9441414853559222,1.6577918858783511,1.8003977684309065,-2.8689025690090024,-1.2039052737431781,-1.449865367386228,0.6353279897706633,0.31854221057639703,1.78019752828801,-1.8505663262468814,0.6399705520259898,-3.412890190690442,-2.8802331244752795,-0.26609147147517465,-0.3946270011837136,0.9774359990896642,-1.4819515553617566,1.7001749093666367,-0.2397588634802741,-0.25278652477271046,-0.9827800701448826,-0.03409424908308755,1.1098409766002595,-1.5856890429457047,-0.23477000205165907,-1.1054929864616152,0.4662379977972242,-1.4369574097367963,0.7738422978055847,0.7946861652340438,-2.247471419530453,0.022320020063126177,2.3646939756680965,1.139673820854224,-1.0751672121890083,0.42775150392283384,-3.047248741877217,-1.537050419768612,0.6098701267578748,2.8715289245107964],[0.5161987534816294,-0.1936259637313922,-0.16045084170419316,0.6254351720253013,0.31185651793532815,0.9413236489785956,0.9388602781460572,0.39485742936800117,-0.9460399484944315,-0.3346577068319346,-0.04818271349688583,-0.7495669669316882,-0.6524519902116007,0.25656608641113066,-0.06737950351409074,-0.2355775033924559,0.17146685168423972,0.10028910402956312,-0.7663756949275597,-0.8404005895362536,0.8127017201390799,0.6989890668798298,0.8580852685440282,-1.4304790189916599,0.8713454650264274,-0.1414782127710195,-1.043456052906265,-0.4255535252411808,0.9710720056947392,-1.6806993906793688,1.0238981606249302,-0.15887565713641646,0.48438733907778087,-1.3240643560129963,0.3054098671515353,-0.706391957076543,0.28307395237853733,-0.4161894499158733,-0.6345243812699544,0.2006882179092326,0.2574454676154652,0.953868738364012,1.1628361642141831,0.13173065796626343,0.6270271950417351,0.7584009287721406,0.9361387890888425,0.9287548051484296,0.4768645515101265,-0.16664756310244613],[-1.3527383279927203,1.309432689190397,-1.061921367757301,1.733533820236776,1.0067194551467906,0.5857417738455295,-1.4495336783238928,-0.7273644045798688,-0.9205710845394053,0.5247561832362576,1.0937315939159968,-0.7854824299522323,-1.780415781398536,1.0306042402572955,-2.1541324289966837,-0.9418369661712438,0.06048258787539157,-1.860549508304387,-1.163107789674329,1.9029722649638119,-0.9142261653557286,0.6704487559532615,0.8940535203194738,0.9032225949755014,0.20437565874772712,-1.71546682944177,1.9016801831823686,0.402033184322209,0.6161074516834961,-0.20807350142898023,-2.122508906577413,-0.8631133603514238,1.8480609306871374,1.451897889454031,0.5547838444941693,-0.16610137186790214,0.2948011634016429,0.41648831561647,-0.0912903460942215,-0.9695396610842989,1.7190615612683926,-0.44714855737493836,-0.10637483735887754,-0.916319762104633,-0.11539643327175718,0.00023012017034173952,0.4839696838606663,0.7133622280643468,0.7045717531274909,-2.0528847021010534],[-1.0614829412676117,-1.3679857144137577,0.2998297679324245,0.5393424654901874,-0.5704721417499217,-1.0655985224985374,0.8279138117225339,-0.9827478269016735,-0.6671562995332453,-0.889273499852129,-0.0720174947597895,-1.448151311249077,0.15622137556348903,0.5490710632612273,-1.7731707860237256,-0.8611102093858022,1.2998674252380173,-0.0273478993163266,-0.6622661142804072,-1.7489069224207094,0.5351423059961496,-0.3209462916709196,0.36559319085942843,0.31023150109199743,1.1070933563116994,-0.17565346747429314,-0.9891547708843441,1.4999710948236988,-0.2853270161947259,1.2043753940465354,1.1784798968041468,-0.014498684936826337,0.5046443569024307,0.934453406929802,0.18952338931531557,-0.29880218009829695,-0.34021037906691937,0.03869379580405625,0.11427800683417251,0.4448308872812657,0.5532097189366276,0.07098626593334165,0.40248883734258745,0.5121760125305161,-0.23876571385326092,-0.848656851344473,-0.47537499257501276,0.6095088754554878,-0.029561208199116,-0.881136476104313],[-0.9088949195180793,-0.6743893430243341,1.0133699889810568,-1.8698279476270636,-0.20084688648740326,0.9108787291741954,-4.321963369360704,0.46019136444205333,0.5375212703355902,-0.03065663353365108,0.1986571733413312,-2.963632658650281,0.18037854806313275,-0.7817900153631785,-0.41275014094291884,0.5731627865924219,-2.370823170408907,0.5482488767580054,-4.845021086641181,1.7911923477692338,0.8906181794453683,-0.6625101278356779,0.9864438292043756,-4.6056761070976755,0.070843337014689,-1.8381960643470865,-0.6762090239915259,0.8766206925416045,0.19470889596774743,1.3295403324368618,0.7156216111614189,-0.8026560214127328,1.19143716054606,-0.13342780007483016,0.3892733357424795,0.2783425892711255,-4.3876238383524955,0.6644561472769162,1.3865678619718609,-2.310787339261765,1.2856871403803363,-0.7945463055086597,1.6525917961902608,1.6987601338052591,-3.144674964755939,-2.1222383493296415,-1.8417254724832377,0.4943964285294349,1.3309707286205676,-2.1974981386700976],[-4.374623008155691,-0.9251074035791546,-1.7116396734739308,2.2387279522614407,-0.2806183503622014,0.5947196770223546,-1.6405210769644603,-2.114242461264546,1.1289327944092704,-1.3502473852319634,2.152811561047216,2.445966678651445,0.38028419493992327,-0.5090321450099305,0.5269075333356782,0.9089440365031708,-0.11051809658366947,-0.29091588298625315,0.34643986624085726,-1.0098815448724265,-3.140380956008623,-0.9002664990004781,-0.6222993235954042,0.7243122509956912,0.42967003029768597,0.27602213095870975,0.7677573356876555,2.164024602265236,0.9111414824077694,0.15297969691942742,-0.23015400312883255,-1.2740488652383706,0.20764423684243508,1.0294600925355923,0.28294922679790496,0.43497599708079654,0.7089751758332757,0.27190606009400947,0.5571172474952704,0.40975801120688177,0.6842630054214053,0.28642868430064705,0.755930093337811,-0.13170464819698985,0.12160898801598845,0.09883860346292153,1.3151410669251138,1.3001320720387275,-0.3431010656845062,-0.502138991954284],[0.4912615777294467,-0.8115458049680203,0.9618058499737576,1.0527191669272051,1.0087378250928247,0.16713796759083835,0.7001562197681189,1.057158364514475,-0.6720183441998626,-0.11774706405505812,0.13797067407111382,-0.2022829103046855,0.816169718657433,-2.7083374652698287,1.1107734600109087,-1.4427336929592844,0.3074336642940785,0.7262412621323777,-1.2350832723144223,0.4644441825102161,1.2421715977470744,2.1415434535413715,-0.9042250726814642,-2.309629558639807,-0.17673392078844352,-0.541431738293308,-3.0215906449887275,0.08112746658359947,-0.5509724481038303,0.23044747264767487,-0.7202937061130134,0.537460149607885,0.6018475266147401,0.43410782541183257,0.23041731800345297,-0.5027634140847235,1.0841454535976502,-0.6483678345026921,0.6226474477525441,0.39784380167823996,-3.6198708827458606,0.9055931705796145,-0.7643768311544862,0.8206773752024338,0.1086490525843134,-1.3864115055875115,1.2679999822602506,-2.1777817276408586,-1.1161817808932455,0.14676605464438494],[-1.2386097704789127,1.382703274045306,-0.6211665026237114,0.23804120403215806,1.2864846965822532,-0.3646302316115289,-0.46655917375344175,-0.35156442622768147,1.951335004774793,0.8696437235175352,1.0544834650086525,1.192583722343144,1.6175820645508712,0.9750253169839451,-0.9449840736038005,-0.3473380311285352,0.37440975533597076,0.1086809485895333,0.622927155221154,0.7756234737497955,0.5101177671421725,-0.2968580469683298,-0.5382610358186968,0.4386185248549863,1.5323279298251113,-1.4611657446999462,-1.4251684708928687,0.2806889079188986,0.6521223056544023,-0.3233499016981393,-2.2615229566573674,0.17878977652387262,-0.13080636961893566,-0.10828378965231408,-0.22609713389492553,-0.5194066133893792,-2.504516072071682,-2.721889784851426,0.08957356036685907,0.08083505287224511,-1.9922172209943532,-1.958331911824385,-0.342558024222389,0.3769686869097,-2.330758818814157,0.007389110590574798,0.8651511078889809,0.04412340193259623,-0.13440903166541995,-0.706521058698344],[0.07748147069779508,0.34234044368031574,0.06077600868256266,0.5555118416401658,0.23742535651059915,0.9452248477373172,0.42006488790438556,-0.5813787973938896,-1.689066906059863,-1.0696392103107282,0.21949170366694354,-0.5641165580018643,0.6359128668924794,-0.3119593273390022,-0.044202119462040196,-0.43792571695381816,-0.8908826837172853,0.09150804572868373,-0.08883925123795312,0.4281701390763589,-1.8617081480444537,0.7332516311680252,0.490798479762322,0.6537403443959843,0.15087645236821037,-0.392523800332592,-0.06376576240580131,-1.0172281860536883,0.4198512140303834,-0.318621044650888,-0.4450645925104852,0.13307584220734403,0.2147434617927859,0.2534705684012564,-1.5598542215642246,0.420437903619292,-0.3948790227108861,0.37531464865362485,0.0518063165839816,0.23689485382371814,0.7702364734947947,0.6719547436633738,-1.322089320053694,0.37512571621742036,0.7114691094136186,-0.5783425567699768,-1.2307205218066875,0.6473015518071783,-0.2029550726760849,-0.16896623114011103],[1.1284872417512672,-1.3222208557114614,-0.4222678557509159,-2.7947488241968146,-0.39749938788523653,0.20956814362131168,1.03259335064935,0.9318267640359211,1.9249438259430232,0.17108474046322897,-2.9083836032519397,-0.7523567684503297,-0.5195312049481136,0.8809447392917078,1.258520808980718,-0.37242299492419645,0.20957227855896982,1.0241008954773945,-1.624830616432621,-0.4513125282550022,0.9255043315670719,0.8994255196398604,-0.036412181006668945,0.6368939630478198,-2.499143097174823,0.007846129588332291,0.7247127090582297,-0.7693086162838131,0.1676299660290173,1.2299501385590157,-0.2122609861449233,0.7955868488636346,-0.66064057748207,-0.7412244340330764,0.38113567622400685,-0.5280315369038119,0.4928511522763094,0.9447776173769237,0.13328280147604868,-0.4827643451047104,-1.4670178824555984,0.47892157512420563,0.9701938246039613,-2.7416449809899803,-1.1031430959722015,-0.3043843893741097,-0.3865605334007675,0.5582261128023284,0.06829856421661805,1.0962521645599093],[1.2046198197898867,-0.09939036439853707,-1.01969798799992,1.8029842947595758,0.011011075088867549,0.895757988749196,0.33495054443057365,1.8345973455763587,2.3540117251804182,0.8843316949676916,-1.7485706623989705,0.7090085848955763,0.05254797236349482,3.123897326021475,-4.837797167255405,-0.2711045917533459,1.0534709724698106,1.0310948850229866,-1.7898094675028666,0.8871193941195551,1.1904056096147622,2.3813775712599745,0.13361583674279942,0.6016641535800564,-0.13988646087934387,1.0686789400712995,-0.7591737113656745,1.799974223781965,-0.6668220114121015,-2.567823843301753,-1.8141450571062843,0.9907314421308722,1.0786897454584603,-1.6274632497804657,1.319974839340446,-3.2783614778458436,0.5240125969105044,-3.5000091522690577,0.9752042608641684,-1.0559402517967003,2.7121413893482735,-1.726278440043945,-3.5910628067043553,-4.7922823770710785,-1.2715062216748128,-3.1538215190373675,1.1158349430078907,-3.494219312497379,-0.7072283138838205,1.307347592729537],[-0.7067897024865161,0.4044443002185521,-0.6182422726759457,-0.30719351385985283,0.9726747989715774,-0.8150894523791884,-1.429552425006915,-1.4937267059452541,-0.26129077600666795,-1.5395019898199214,0.5258015389213289,0.5256932427879717,-0.41870973911595016,0.4613972460337877,0.9065216919366771,-0.13775147928456286,0.5884014821103496,-0.5842674280315975,-0.8571979244218572,-0.6143897039041284,0.15525906790045121,-0.20889563713869358,-0.36322327561617473,0.1376590805516628,0.09720983671458915,0.44948350401180825,-0.287634639955238,1.4713521508187217,-0.8642052101064205,0.567149517602647,-0.035112937747951156,-0.15115425733866236,-0.46248323580865175,-0.09797933223902369,1.235557718431771,0.3156236473287551,-0.8386389610045687,-0.8887504681550499,-0.8186399470618771,-0.39013965675628104,-0.5041119143075797,0.05385577029564713,0.178227852847231,0.32913479678991586,-0.286250203150946,0.297464785680324,0.3797449881181994,0.2023170115894651,0.7824779400060018,-0.7478778229353389],[1.3955956920379946,-0.621641692608128,-2.408195601750699,0.4142617349231695,0.06293781842449676,-0.141667789084842,0.887638434031918,0.794558090440435,-0.3867954508596285,-0.11768338928437884,-1.6599430132487631,1.1340745408924342,0.9361334908786851,-0.5868705684908666,1.2981031606159568,0.8457356442864369,0.5543657381005059,-0.245610841597578,2.0402273036577094,1.142878788449443,-0.3858146561049712,-1.5650271842884609,0.3037100998677861,-0.048284359785061445,-0.28915646497180897,-0.32484665343485003,-0.6503198548446967,1.0248717185483358,-0.2149427908761403,1.1710308059729762,0.6828170149381613,1.4908711470302496,-0.356217469152631,-0.19331059298750286,-1.6560117200247553,-0.22549701754011608,0.6282802883628387,-1.5183721038493512,-0.4636877437325838,0.5622855813645781,0.8853710922027573,-0.20521093094174075,-0.16662946965547185,0.36069504392205787,-0.3034850702899507,0.5596273524339025,0.4226211833641801,-0.5317718896667077,0.6370782902535952,1.2185415591296627],[2.9914873870102516,-0.27072761756035646,-0.44576738740280736,1.3624060667417686,-4.62014247155616,0.25711720250164116,-4.925305400613828,0.20157338088279275,-0.16840993756745584,1.0355044366700068,0.817572501620431,-3.2580036530610568,-0.30677658514969447,-0.46162528944611325,0.4892685416959654,1.50849399124103,1.5057047802500851,-5.480094960905985,1.3219294600615963,2.3724864701052377,0.8327168680865548,2.1486848374801317,-3.214988740717837,0.26131820147311585,2.232302937629771,2.867536939053063,-3.910273747829165,2.6121531816954575,-0.13808994927366378,1.1034122605301422,-2.6242137431265817,0.6520568367663776,-5.525464702188954,-2.1895254228158985,0.8683015831530028,1.4652170010277161,0.5074441739912718,0.48536404709057973,0.7984980138854352,0.2270464149059502,-0.8412747959448029,-0.3265351764298158,0.5967078189195822,-1.9123496938187663,-1.4236908866252522,-3.0969245874295206,-2.250465556276503,-5.4750111835997,0.5376669084747081,-1.6506121920110057],[-1.751746346137727,-1.2022084410763685,-1.4425671319255378,0.35108457548127103,0.2719985229194751,0.14404020760959557,-1.3472267965321059,-0.9531877215951289,-0.024977292744642523,-1.7994035129896402,-0.017547162211550702,1.8380581198114965,-0.37291416344988687,-1.2839756185098867,-0.06926383037721204,0.5454484626431102,-0.5727086077550497,0.34416221131237806,0.2915142520015988,-1.4954490943638996,-0.3885753978370425,-0.20091521712536808,0.18088106552775748,-0.11569662013129281,0.9239756282899884,-0.26486146605353034,-0.7028509101993863,1.7018845603851864,-0.3950860827450691,-0.8092408147283916,-0.08958183262991007,0.37616396088143184,-1.0795189722046648,-0.8304093462140396,0.5946604472901509,0.967811497086591,-0.9063963473531678,0.15753128006430642,0.6113700976692128,-0.4150862827443166,-0.23802976910176674,-0.8436502541308111,-0.6655330382579681,-0.03848431641940777,-2.12630261108991,-0.34122797321096454,1.539374362475485,0.725431390479277,0.345682990839002,0.5224441276731753],[2.0098776920646735,2.015247440944932,-0.44083967068601326,-2.119497510485393,-0.6527445455707034,-0.588983677063963,1.8860652476100308,1.3593706937843164,-3.201388734521628,-0.3603363078199219,1.3642049155245943,2.6116334539585613,1.532404482188954,1.307842550112873,0.426543322039097,1.236962004405226,-5.660115058834165,-6.4911061544798425,-1.0671619898426081,1.2506969636559273,-7.309000189248098,1.6413773085636212,1.9510453763341062,0.9586832028982368,0.7629568857445725,-3.60214585114478,-1.459998218179564,-1.990129882607087,-0.7694119598087928,1.9125842563538724,-2.000241462872154,1.2332270203021145,0.5950604161755187,2.7894441293970655,-6.8946532920159695,2.6654870623629145,-1.1296592700128425,-0.3820403490047303,0.19226974304230685,-0.14898240403632898,-1.9879100652703445,1.1267815197952704,-3.2041896795522256,2.167658314270571,-3.168139966283366,1.2004749866758457,-1.3531695435409616,0.5410447541360447,0.5148171422032564,-2.8621233553831718],[-0.12327145187772018,-0.9745813654682303,0.3724682768931864,-0.5887983202949526,-0.2841092239881627,-0.5766655877735737,-1.0171821083087647,0.15070221659727823,-0.16796438782230372,1.173605915767413,-0.3218420376423681,-0.8125857730305764,-0.3479140592400563,-0.24564333132415567,-0.39061451613484566,0.5867643471587083,-0.20821268952785096,-0.8145096602500717,-1.2761187597661248,0.29270950081490676,0.734804626537766,0.7792848132043169,-0.13225701348449254,-2.3845718711010986,0.4068540534195943,-0.856853666530209,0.563318892851242,-0.44926146862149907,-0.6446978252962481,1.2630748870574469,-0.7069387745072817,0.1555778568386612,0.7254541195997424,1.796174074337541,-0.18654963125559051,1.0043059016153886,-2.2429383269603043,-0.1085484020386338,-0.5441074335413293,-1.2941641891274218,0.961832600482569,0.6269788835659805,1.6589392559808016,0.6078957119063925,-0.6239556791884111,-1.2670003980703661,-0.38875701939203705,-0.44412531560708696,-0.3226516080633229,-2.094855543303512],[0.601485342976358,0.7375712970298942,-1.7737517511389251,-0.5532572076722602,-1.6084108580850904,-0.2142303540315079,-0.5808027214749281,-1.6802986797513169,-1.5048914345139335,0.06097870884338796,0.6958162368228962,-1.3155057616339878,-0.6200187722506698,-0.8830741573644988,0.5630975832855446,0.2745388325278574,-0.5449592868171677,0.10105086440370546,-0.6814231725953321,-0.8941785111924716,-0.23713135769677163,-0.8129369361601406,0.951108877510599,-0.6172320428822212,-0.4378150484939637,0.503887910068208,-1.0084116959663316,-0.592678885725418,-1.0135090203370838,-0.4636852015762942,0.22219641478253718,-0.014177680383916378,0.4632310204749449,0.45708328388688596,0.5278988861224245,0.7589985338632804,-1.7062582955051195,0.2917267381283536,-0.507486058931982,-0.7085134281574424,-1.328101630009178,-1.2623842310054865,-0.3369258495594422,0.651951498358765,-0.05905991214766048,0.45838803691939756,-0.9005809131133073,-0.8271644769443501,0.9300263142531343,-0.27351152646300425],[-0.5563054730767892,-0.778947191850966,-0.0035757379138481155,1.545932253487555,0.6370317752203478,0.6562020994308498,-1.4720545663909115,0.03571428597089308,0.39124412496023503,-1.297381863903388,0.3896682328318288,0.7503839206538006,-0.5149471582721249,-2.025477591693473,-0.2278083860947328,0.45184450612134014,-0.2822746176891314,0.39086603287700017,-0.20545651409908255,-1.295897229413449,-0.9611661760348205,-1.284782447186598,-0.5015145006005732,-0.06400463262923642,0.14028400715720551,0.29685483960991405,0.921714006853674,1.6713231184400719,0.28579351823364024,0.19397539989093127,0.030207676335720624,-1.1096144246424802,-0.9791183749683623,0.6286627217687173,0.36196033757606033,0.24028955513055003,-0.43999352232632244,-0.8152048033641937,-0.31040829859821073,0.4020711029945606,0.6401268200055161,-0.2650562426198612,0.21666239816901256,0.4556320280099282,-0.09375500244399539,-0.4746068222732163,1.1403616235705918,0.06675213306402164,0.5831272387874548,-0.6719360561240222],[-0.11728056513292666,0.25112034199071853,-1.001687591013166,0.11290195924406737,-0.34589872736781824,-0.3952645702342973,-0.21737903397899636,1.4888850435748406,1.1689959662743576,0.6612730754912315,-2.0315723886274197,0.4036254635254718,0.731802579217283,1.708852791201101,-1.749868208036075,-0.6434761959491909,0.6960159487064331,-0.26255248995881814,-0.0010911254873153312,-0.6407150719618552,-0.05229560958990446,1.4835228243493113,-0.401789358272626,0.603760404501629,-0.19281441651648912,-0.05855390845363702,0.9110365097178167,-0.08208145599554964,0.8849687223012747,-2.735303415593169,-1.6017033353933514,0.4091687686867492,-0.3838967602259845,-1.2907101007642678,0.016389197654876387,-3.3945878351393834,-1.3855008706228558,-3.383307389390134,1.263890102118715,0.018339799503797303,1.17080775449192,0.5741659904623857,-0.6997089912290891,-1.8054452771258815,-0.3424099273741807,-2.3213259154330057,0.9492110962562059,-2.6786080419097225,-0.915446775986929,0.5430550727414422],[-0.3498150373781728,-0.2815713701271835,0.7624485823754746,-0.5856180275600531,0.0659981874823766,0.48766247158805964,0.6103969235336921,-0.6010868499975611,-0.4223268901084251,-0.4566390187998578,-0.3778811354681801,0.5499713983913065,-0.75342562908398,-0.970715905188888,-1.1726250845184158,-0.08684607805308743,-0.7376586813525057,0.32048586593785383,-0.17693050098246552,0.5622275769289069,0.16259536910929406,-0.9870935846691762,-0.8529921349431855,-2.124760349055117,-0.6770942517789423,0.3849082349468389,-1.7360112947231223,0.8867225896215479,0.8328581747270493,0.08996041954107034,-0.176758776471398,-0.49380463980069755,0.7063655537148584,-2.676689003068552,-1.2476150460646154,1.2038375243023387,-0.806879742581178,0.42895554974362177,-0.03718412404214889,1.0149207752610343,0.40607112861505956,-0.7810626378083226,0.5312129896620292,-0.2378704117071919,-2.218816859792091,0.6492011362321476,0.05493922349007113,0.08185605719223354,-0.8578972811576389,-0.5796940554393514],[0.4408570158503683,-0.5677408963838363,-0.7440064882092198,0.014992086826685862,0.23529289183547014,-0.23834653814765172,0.5795694207244545,-0.4785120391549929,-1.866534831962635,0.44327162106380463,-0.6389520479199914,-1.1733205311191062,-0.9074527567916707,-0.258994560144788,-0.10005643697520467,0.23793455275296957,-0.2866818822878764,-0.6662938581772664,0.2849859944077744,0.11616921356884138,-0.3804338411222668,0.9858033859668527,-0.740246432639184,-1.8537875090321134,-0.6869020125530961,0.4722681037584932,-0.2841531639756512,-0.5185844357618139,0.275140076210747,-1.1833115592351702,-0.2370456050700827,0.0874832156024525,0.38085281950239636,-1.7713808984265393,0.4936304241720826,0.7511561724069704,-0.3445713724648672,-1.4681938565304076,-1.600897353247459,0.9329292823895821,-0.6333093251780454,0.5257327780461282,-1.0101770981159184,-0.9068615712491682,0.21557888585321203,0.43962333418564287,-0.6022725004288899,-1.0982268701837892,-0.19849633045206172,-0.5481474513528694],[-1.4517991515157018,0.3000421102211886,1.3514211338898505,-0.3743837095658442,-2.1151032272526797,-1.3378154947797911,1.4355941668149,-2.526777577185254,-1.7830601698875725,-0.4254063940788371,-1.3536442363476178,-1.4921319256862742,-0.38026142622704157,0.9566730497578947,-1.8762306647661495,0.06340443105648909,0.9178434720063797,-0.26040081248331154,0.61795769292301,-2.9036303651834863,0.6036437940573587,0.24336868272348505,0.39747105162816326,0.009965822850200848,1.0446998834393075,0.9250144928706536,-2.146768535418771,1.6140397971668243,0.5390572970221672,0.8964260530531436,1.1657971277853376,0.43125707494099574,-0.525867715891089,0.9194676464335325,-0.33565283954957226,-0.32585604850135746,0.6746346190624061,-0.10528694042281629,0.7782197360612731,0.5940124090838248,-0.2618049960049218,0.03612200380237689,1.2634414431397456,-0.2116327469760963,0.8301968723562301,0.09957284557536136,0.4898005193682833,-0.23867427666313001,0.4554417984251263,-2.8315600900026574],[0.5199236625068323,-0.9201704694881412,2.1523673154758916,-0.6137401729899806,-0.9716996178210923,0.013532746945688283,-1.163475780172511,3.42142029691392,0.46558139333836546,1.3890647791759874,2.066355613331104,-4.1201167263295115,2.220631188748735,-0.7994763205495989,0.163738685579078,-0.056729608986233734,1.3436495785792522,-4.112632700878643,-1.8465453774505747,0.813998974766373,-0.36132396481543905,1.545903010921241,-1.4393628616834533,1.1824087255747942,-4.3355281376170245,2.9762639692011668,-3.6033759682190176,1.247741861764549,0.11514161572134511,2.3656346847719143,0.812004787850281,0.8200928664274006,-3.2690954268177896,1.7208015545953528,2.5851205577427585,1.0815183300235063,1.1526828384810563,0.23867315258473115,-0.3590223109341244,1.2797390808525544,1.432906569930352,0.5192240907565511,1.8551154318743095,-3.665364849549876,-0.8134927594434322,0.9213993211072048,-0.013090223327788017,-3.60145873994313,-0.8339398547405765,-2.8903378027432467],[-0.9627778663053224,-0.5882618843624067,-2.963369563753433,0.4186876916592174,0.24898418745370252,-0.6299925892403726,1.1651647568160635,-0.4752356729628838,-0.11026240600718801,-0.1941379396239179,1.3801464018631175,1.3751265562134245,-1.2169794944786974,-2.7344555267262223,0.09944833022390259,-3.218171429176574,0.42121041222234895,0.9010959841690781,-2.814274702187795,-0.6684530156505848,-1.0264409701261472,0.023672393965332713,0.5226150273171288,0.8828060069143184,0.5926719647868859,-2.697971936555411,0.8587729740368119,1.299651250623358,-0.16752265658279336,0.5052481871415927,-0.20087848252291876,-1.9199969617156412,-0.08573776940327792,1.8555371592319323,0.08692772500722576,-0.4838626190880282,-0.053576522896928526,1.0121022498549745,0.7947279835702956,-1.0224045143618812,-3.5192789449627906,1.1769716766487661,-1.4177634012566915,0.33413299079455366,1.1535155583015324,-1.299998408619659,0.5500081213410242,0.6890832875532366,0.5820639645539617,0.5709626705048824],[0.03994048014131295,-0.1534322382103721,0.9149492486300158,-1.6947171525557445,0.2930386794032187,0.3651626645139061,0.3979955878450263,-0.5763656240133093,0.27536190700283353,-0.1528521198795342,-2.7739901052841076,-2.921992187298691,0.16627312494432542,-0.6951109050476644,1.0722331242482857,0.5207433198533739,-0.42221876058096386,-0.07979733772867444,0.6869593552315602,-0.14541393107780606,-1.0045978769981265,-0.2858289315817468,0.3727682874685712,1.174569821442859,0.8894142909494281,-0.21508510133165895,-0.275481989224962,0.24054945635508043,0.03428119344712298,-1.8354419372686561,0.292917395703772,-1.5563402497148968,0.1606769937417,-1.4962498895266747,1.4688525436389266,-0.23104985787635018,-2.0440937389324807,0.19388666070370109,0.05654487238889578,1.2300207722634429,-0.5931740945196247,-0.9412884583649779,-2.2639643325614616,0.2709497034724475,-0.16375462049638728,-0.16154418149232563,-0.897404346841197,-0.694818770199515,-1.7344641806910472,1.5786117550540084],[0.6082650190369845,0.12963744911524636,-1.059858205311809,-0.6164390993649114,-0.30299629383874765,-0.2830261743925435,-1.275104700003745,-0.7521124942275603,-0.8785104843354865,0.09282451371969176,-1.1391180959132905,-1.7291953181051496,0.29054183334623257,0.2848221475119806,-0.6181322310185896,-0.6879361032998736,0.5363815613077446,0.10629395352519976,-0.38448227963784043,0.3312736523117595,1.002136181624075,-0.8234526517491094,0.541787980726223,0.4429287915869972,0.1927497658121257,0.2868908728753391,0.024872828451036326,-0.8919498189029057,-1.003228725935718,0.11227708746289536,-0.3502217474622774,-0.7524703210718213,0.7662774921567338,-0.15180934643763525,0.36331343894982704,-0.6992111843920604,-0.5625069205851907,-0.5104772844052586,-0.3133948053340915,-1.4836167180333364,-1.2173426274797197,-0.9383379528316312,0.0806049460893269,0.6728532993381666,0.127261573573326,0.914003819860582,0.07967528349856479,-0.05974607008841863,0.6579291691719359,0.3642496207467792],[-3.711958208909863,-1.1533147335586686,-5.765838752713289,-5.524909893540038,0.4600005873131607,1.1654405686552076,-2.1489451777514157,-3.6182061570481685,-7.698548359352001,-1.8508698208594592,-6.725718825954391,-8.070156471538768,1.2424003132823958,-4.498189318663597,-4.746074940939335,-2.1356890198470464,-0.117792025823421,-0.4803336203871387,-3.734038696674188,-3.832546296244825,-3.4857614266949626,-5.770374473509074,-8.417961053762378,-3.2837730297205727,-2.441802356293902,-0.4065754582312858,-0.2413174641638014,-7.147392116754704,2.6219818587933816,-5.652574566760603,-3.479154985767377,-2.2190132639767164,-2.6263812226934817,-5.240564760489062,-3.914408045762923,0.0014787908712513244,-3.2951162136111227,-0.7532111557333274,0.27290525957462064,-2.7653452520931623,-3.8960919710038753,5.215388380899211,-5.3290694046304905,-3.6055928509841952,-3.077320324252596,-7.168054231586928,-4.671994294824377,-5.2594749725579515,-5.784912035560206,-5.299524986122929],[-0.14740761879989156,0.4105155873782507,0.7769840886305593,-0.34823455769184664,0.15688867286846503,-0.5563346125664194,0.3900506503832207,0.8984071676083896,-0.040125021057178696,-0.02993719618780803,0.9631634704814853,-0.5300232347192984,-0.6268624283477563,-1.4986755854386762,-0.8330245666712283,0.3021393681023792,-0.8215246286247697,0.6109446755622193,-0.09950447123400016,0.898020299645954,0.06749256921440179,0.5674110799329006,0.24075267108115395,-0.29057956178698174,0.6919575666024225,-0.7208991133010786,-0.25304063612826294,-0.8583151472299263,-0.47485440866504036,0.22381623562235434,0.38983161826811374,-0.8388734607850172,-1.554368437091257,-0.16402019085020852,0.008155495434910306,0.7697680454677145,0.6908365384587565,-0.17924540600822939,-1.0756359373934645,-0.4151953959899452,0.9736380205771027,0.14986985289659652,-0.0408898428640035,-1.4877243612569064,-0.6475651515236284,0.7470409271383321,-1.1633382391030338,0.29708930888702306,0.2897647717116941,-0.25795849710014684],[0.06277641318863597,-1.1999255540570646,-1.8445557521896414,0.24825334580591557,-0.4519089516555982,-0.6024287742456936,0.37486088363026976,1.012407749857405,-1.5533066692277815,-0.31763061723599884,-1.4119932676130034,-0.23761490171667035,0.8900580051352949,0.7451419949069698,0.18210145910196449,0.9845057874070735,0.4094320298152512,-1.0688071055142854,0.40424332514137346,0.756007952440284,-1.4684512982314508,0.3591850175131796,0.9772239109324029,0.3210164954783669,0.27604165287781995,-1.17916948803242,0.9040720113120106,0.883937923976677,-0.370695670955626,0.8635158066376402,0.10338433834892863,-0.5445424140175713,0.6903966762166304,-0.17514531631718092,-1.3983389028028577,-0.47152438519776874,0.09983795805938817,0.039827450819294744,0.0035459970299523006,0.1134505584491001,0.45200387139704523,-0.6352981576613154,-0.33375728392680354,-0.542238280596154,-0.4838535319935046,-0.32021756645028415,-0.41901996208359105,0.9710338819760334,-0.4724852004147072,-0.7264198031406761],[-2.364574912739419,0.3206596372368352,-5.461213805032128,-1.03264837345492,-0.4857549856403357,0.04720687536187148,0.3715449278562355,0.17454422507120096,-3.126321397483187,0.2952827479598927,3.8418684747690537,1.3279156383359845,-1.1724610864832339,-5.468364067819253,-0.015021025981073119,-9.146306687431178,-0.8345981284813824,-1.6699979920047106,-5.694553746855932,-3.0217064317191746,-0.4463842957733832,-1.1601984976505564,2.7148543489685726,1.2055289330938224,-0.17895002812121205,-5.764983675140604,1.109853981846643,1.6663737562888377,0.9538119944365037,2.4895518914062866,-0.9067682553578298,-2.2135625652418054,-0.0770386967676024,0.8101229361300029,3.1327910417626557,0.29804053008922166,-1.651110509965252,0.6729627582960456,-0.5277873064017085,-0.9187610859568114,-6.583078238195604,1.4991726553715132,-2.9998287102327783,-2.520357115022024,2.897148912812217,-1.4428972916305542,1.6128694860232553,2.6602733764546085,1.449360352793533,-0.16110511937560423],[0.6313474131009645,-0.1646345262225214,-0.693386208384513,0.06402143511783222,0.09493355524446992,-0.2669757725207606,0.8582508929451419,-0.4964745843587833,-2.3845641774506263,0.47052779897654534,-1.4358955822290824,0.22260514453904737,-0.6365599244386022,0.5300453552443634,-0.833339791111622,-0.7468502157393253,-1.7572407307339526,0.49944956156877673,0.9836727971459036,0.19828710142903977,-1.2175628811336423,0.9816738587214009,0.5597624212525708,-1.3184073444235158,0.7085719525089411,-0.2296612861086747,0.42368794414947436,-1.0733362828278132,0.8937054349454057,0.23978320043662954,-0.22630730878441702,0.9013728108275499,0.62221488440893,-1.975316191626124,-0.7597262992364477,-0.22269280007908832,0.9927476944670349,-1.0037395149442467,-1.3534715882519395,0.8099895945331752,0.39272977299668044,-0.4555535444192304,0.5211936675905895,-0.8392469776988372,-0.3301268117353045,0.5631829406258394,0.20747518267867923,-0.9538724323246587,0.06234407751003477,-0.14206113479492596],[-2.4925690041151523,2.035240050499555,3.3567372039031884,-4.037731601367587,0.06668132289270462,0.21606419295364432,-2.9602844030151605,2.076012989635404,1.7928763465526087,0.5593894590432722,-5.930074036540846,-2.516334335025065,2.4874661114775494,1.0743286743867553,-1.9823481061064527,0.537736881735521,0.9797784923297616,1.5666552956333053,0.5300886347901299,-4.383007412513053,0.9334283886495128,-5.922364183055937,2.2924068799110873,-0.04154887296258546,0.7148137586381205,-1.0770004279292382,-0.44460203414863936,2.069361024828425,-0.3800861577030597,1.6020459725286957,-2.3162559524395125,-3.8551427336508826,0.7275489054931977,0.4683679684801157,-2.555859545772946,-4.0351660586472695,1.362807563892101,0.5746907068312095,-0.2184601696935431,0.005533497683674348,-0.28899816203133594,0.9711609330488765,0.1343119906736487,1.0480641356873672,-5.896354731354133,-0.49227796899071663,3.333456160657085,2.3952619628738296,-0.9047635807441103,-3.7849963806575757],[1.9290922593053448,1.5522832783713798,1.7784990212167728,0.8891615372819816,-0.11716903881643344,0.8125244059969937,0.7651023925953411,-3.3655402787387723,3.033643073731915,0.5140611692043421,-4.914939317336979,1.185364985131705,-0.6111156261126591,-3.32567267322761,-7.290673414860692,3.5813230899691164,1.3677650340764984,0.43005677260964514,2.804591030564807,0.2352449726369857,0.46210781425444936,-0.8005501823313989,-5.803956841441275,-0.09766389515549634,-3.1623713816133914,2.2812166578915396,0.4928247062367829,-1.4309285121158775,-0.3646975349561146,-2.702858085953346,1.165480113270443,-2.476145978254276,-0.1604020093121671,0.3712304841600543,-2.389464648420713,-0.2458993100685917,1.0212261806030023,-0.3673111386661672,-0.15597240096519954,-1.6833569559384898,-3.065653175257966,0.09652928063886843,3.454312457029996,0.9879711182975652,-2.511465238157325,-2.398450254845529,-4.454642630251124,-0.35447174669439013,2.012753461927911,1.0920823556516195],[0.22557924504983115,0.650768284614486,-0.49681729444006173,-1.6650912170817476,-0.724036868270413,-0.8848446695746448,-0.15441866477186408,-0.8317264258609256,0.15538334634321124,0.18133306801223534,0.6262035249842802,-0.045572247749736325,-0.620564874374118,0.5674421106876968,0.40876962360698493,0.08668588297176288,-0.07060149877795344,0.11844298246298902,-0.23990695774385315,-0.4882814474084005,0.012691933289832298,-0.8934585772130192,-0.534180888505959,0.5658439863304446,0.24173820295662915,0.2209305307329234,1.010146156285202,0.5334014335975323,-0.6254745218389216,0.4413999233082385,-0.9127210558378552,0.4344517129023589,0.6294172773533993,-0.21268675636535891,0.7972436847541472,0.7311824622029719,-0.25427671774264415,-1.287449441751429,-0.12014044030960665,0.9304949402298541,-0.08385228745928124,0.8981634184788587,0.7104414911257023,0.9142148177074899,0.8289849641298751,0.31003163975436765,0.0659013403400906,0.08879097462818875,0.1328117724802183,0.004777017349261318],[-0.4807961857445815,0.8204962020024507,-0.13888658347173863,-0.8653760641469942,-1.4488910452076402,-0.0028325436045690804,-0.45402643396065273,0.5141920189844307,0.9099984550861737,-1.511550239876645,0.31998792674319815,-0.2697001462416462,-1.3663736078223017,-0.8603727257389266,0.3422783428282875,-0.20477849402760526,0.2681202165942052,-0.7710064926398272,0.40141437162685445,-1.1390613474435323,-0.38718831214927873,-0.36680868932781885,0.8146025777571178,0.47098724296488004,0.7121966138392338,-1.1049103911486005,-0.0010953618504148876,-0.5388201314734019,-2.06496155492975,-1.0240482516946767,-0.13455561782339817,-0.3222988949685236,-1.070910335504093,0.95196405584484,-0.6726894134553384,0.12491749934334305,-1.0131539951039779,0.20674673331764787,-0.5614225527796236,-0.9465776635504582,0.39454724584340084,0.18492718260802352,0.5546884110906561,-0.2960618716015103,-0.9609002235304446,0.09378334471882589,0.17149379159053726,-1.3756827911773326,0.4081388649972169,0.47586174530275627],[-1.99630864674578,-1.2124275368770516,-1.7219305542607317,0.5480118251979599,-0.7872597177579216,-0.14760407237853715,-0.09319258178835879,-1.4263589358934605,-0.12112733670032544,-0.6148774195917031,0.5843022471634217,1.3560535365259812,0.13754169237853053,-1.9114999433313853,0.05396860606368954,0.37434215678526944,-0.4412734257470074,0.710312711714302,-0.32532411438171294,-0.7427730381861112,-2.4643271114947463,-1.1542962635255822,0.35318966333028773,0.6567273899397387,-0.24052348604606608,-0.08661014176022448,-0.4214250540429275,0.7957862642575205,-0.34832292073583043,-1.529056529934449,-1.637031299104217,-1.805247861467787,0.31683848505598355,0.8883378438373375,-0.23322921697853533,0.06199326270976128,0.692656835593832,0.6493675032425724,-0.6364052700322271,0.06956269519718701,0.3874904230397953,1.063500443110918,0.4279794335298035,0.6843119337697101,-0.07225427266773284,-0.6376591341040825,1.6898135506157699,1.3590543889896993,-0.4855552066819352,-1.1195463454976189],[-1.1905623706141484,-0.5041209402758396,-0.17745957225875195,-0.4792256601928931,-1.0654844002827821,-0.5084808172279108,1.0082653270554316,0.917350208419471,1.3884648411499318,0.21264306521847381,0.23959374737670255,-0.8690655317716256,0.43676678508110744,-0.09646039152947651,1.1847248754615043,-0.10468020203465281,-1.769184816756015,0.6904737092634876,-0.5489953863242556,0.2064075423161933,0.88054320807261,0.1315084342033964,0.8773715196268409,-0.08416318581361638,-0.8387843680399895,-3.028608345329422,0.14103820072117768,-0.11520192017929146,0.976327367659301,-0.11575880970635101,1.67448422118329,0.22010381244398144,-0.4199462356709239,0.3277286306906725,1.156146947222918,-1.455315392399786,-0.18955879651892094,1.0879508974684426,0.051179670555878846,0.581649307804076,-0.9456819033928848,-0.15546584276030906,1.342850667085556,-1.511728733751212,1.2021170290657106,0.20690396821334495,0.762966694561441,1.5131296221079105,-0.3504609030894789,-0.09481806255517944],[-2.01341487702396,1.944036571250571,-1.661540921248015,1.875033660374922,1.918072192899228,-0.0720813034902092,-2.290991731144079,-0.21772460871757635,0.07971389075330758,0.4477436261480743,1.441273965404272,1.5797131729943827,0.10842779617354514,0.4325064999182577,-2.368675086177631,0.8446822149390874,1.549903649941908,-0.6069086701594012,0.7650203451750309,1.5018922687985283,0.22226309689414242,-0.1433324986934996,-1.1288623750879947,0.3493955529114724,0.21274581645064272,-1.383468833936019,1.246667975423732,0.35158454470529077,0.9774327296140527,-1.2490519672828668,-4.527859029558416,-0.4415435458838757,0.14073719326853262,2.6926085399248683,-0.2620265023017143,-2.1791991514389455,-1.744447101130777,-1.4697255443945454,0.9167242916233346,0.1800355425605636,-1.2149462820744075,-1.7485405591230574,-1.6424256475783439,-1.9849467645781131,-0.24737616322740916,-0.6099938701630528,2.1561167882624197,1.5446360518602176,0.4147223010370357,-2.958873898570602],[3.2459530090771778,-0.16535742129219322,-0.1829351018265804,2.836580982095748,-4.388925983683373,-0.8850718983424365,-4.885327468042846,2.101578596206216,-1.1206153739491196,0.690344596020528,1.0573243916226147,-3.3848963627617277,-1.0636144303078134,0.07053005920500875,0.7263803612456805,0.9225671027906025,0.4935848731596164,-6.029675603581047,0.5493097212877475,2.199399965003468,0.7275307455790069,1.4508883544486637,-4.503584870164893,-0.047860448537471546,2.0410839792976017,0.9546731827747829,-3.1149142188320127,3.5993109988834053,0.86872293857714,1.820587665549236,-1.6052876365030648,-0.33891723839168203,-6.745462077153936,-3.000848230413063,2.1286308381896943,0.1785777725690902,1.1380511671262838,1.3667832198363519,0.4796686777121163,-0.7439446256629285,-0.9283117340110255,0.7891397677244469,0.4741838190705687,-2.925822577596978,-0.96726008391646,-2.2917227914927287,-1.994118562277389,-5.213580020886918,1.1583681699300936,-2.443863401496673],[0.9218732153583636,-0.05975776200959177,-0.7337460906010761,-0.008405670712523912,1.0176343326129755,-0.6096558370042224,-0.00012848525740725254,0.40189880316414595,0.882027519463644,-0.37365115532331356,-0.4604225927896852,1.1788352100720496,-0.829831294524534,0.5088101277457295,-0.07756592993306181,-0.20730884079540504,0.03377880268049669,0.8806942005250996,-1.0329108306439836,0.8117760895101822,1.0399855609089885,1.2243633985151294,0.35432311845709386,0.18184974732910816,0.793793917830724,0.9282744547371151,-0.6747977578876418,0.5665811798926504,-0.10385773174637711,-0.9827919814686699,-0.9602099071153181,1.1054885106032124,-0.18880140610535598,0.8247065011043938,1.0419717980322467,-1.085842656644148,0.33310471363329475,-0.48334175835954135,0.5324780319406788,0.5505097031570468,0.943429929203498,-0.7700396444494515,0.22399460437859958,-1.759308648445953,0.20817284428887417,-1.0765471191026663,-0.21667615917453892,0.18748490236754004,0.3753703245051549,0.5913205520793804],[0.6312576130150461,0.5041033269664321,2.4682445224723506,-2.6247629365671004,0.25418706941769714,0.5466815096192287,1.429869171450251,0.7799034856706405,-0.16178153070480897,-1.3156819212471853,-4.825978852514275,-3.9267182288906644,0.7300749891092222,-1.5799055407380078,1.6014352741590465,0.5051159472553407,-0.15171345949819204,0.07818274363613083,2.8885383724209515,1.917947982145024,-3.983035737735483,-0.0242764819843141,3.4352891896881976,0.8637883924460213,1.3817147664690816,0.8810608181460239,-0.6211065273965414,1.357924430081183,-0.38465503282466645,-3.4774294340095637,2.617892113460978,-2.1017934546437376,1.2736998196368092,-3.774442028159672,2.0615508956712407,-1.6165760379462788,-4.725775458403724,0.6071986145958074,1.2031940236609708,0.3562319650322174,-0.1340981426025503,0.11064832673516135,-4.454563357344848,2.0710401408306867,2.310946319154348,-0.3076491378766358,-3.2473942279842696,-2.7293690554873717,-0.5315699093633993,3.4904190704854363],[0.7145227259139498,0.18372348573435743,-1.038252706501607,-0.23558540865094793,-1.671334100953054,0.9735505786833807,-1.1902824285185318,-2.3139972526534094,-0.19717261013315307,-0.36715395065911427,-0.045007060105079766,0.30641530756029156,0.6987488749874268,-1.2961852570544823,1.0237778206108379,1.1037218150389108,-1.415459179276721,-0.2710264536544934,-3.9781613820938073,0.6551574612685159,0.294553249235404,1.0634786806385115,-0.5228545639308596,-0.15723215283640757,0.541216528445222,-0.17351796475166686,-1.0090802933142653,-0.16318786424503012,0.5729165734161689,-2.6416908343436396,0.6694117966281639,0.8535570318453389,0.8333048872310408,0.29485068296695044,-2.223630270115592,-0.7029564770421604,-2.1291383814418796,-2.2333004252133812,0.42955341403436403,-0.04795796213532415,0.0767942828920129,0.5032008757674818,0.25693071091662395,-0.1846143129101158,0.28905483505088087,-0.17123482071585833,0.781232069415063,0.01993714431862395,-2.103841324932977,-2.9152391005349276],[0.5230892279086184,-0.08681151468023379,0.5111507501523604,0.002299766730460311,0.7574370545001538,0.39817815371044707,1.0269025515570969,-1.3021837482950527,1.0934606465021544,0.17206194430859906,-1.5081812047806247,1.227841630854485,-0.47740982690514683,-1.0067254193336075,-1.8069756376451283,0.11798588996278318,0.7139758927785117,0.7282329982423786,0.49677043362559775,0.08186905055532186,-0.36231948802841546,-1.2354622382881952,-1.1786342322330803,0.9238348755615695,-1.22273955640297,0.4488335664538693,-0.8927758878859022,0.6625943422495743,-0.5524911158000121,-1.5882641042281245,0.38730199305864615,-1.3487855271679423,0.619215240580892,-0.02359918694811562,0.18092730737072468,-0.049677674018348605,0.4091314963418132,0.6816431741596235,0.7501938974079392,-0.8044018588354745,-1.6424587959324513,-0.7959829553475213,1.4346994422549209,0.02138112181229027,-1.0478774284446337,-0.7550540031333312,-1.149897942339787,0.17117802088469503,-0.6616130634141472,0.5978302156279691],[-0.9216008831250441,1.4511582149959017,-1.432662877581485,2.278928682225554,-2.6959202952870958,0.7314362830484672,0.46615352289149703,-2.6419131850059654,-2.4194291935881216,0.5585351568884025,1.7646919187376777,-0.04415698546761601,-0.29620619857183494,2.474197090619776,2.031288244342372,-0.04291812196511314,-1.0865577528506265,-1.0912387069495733,0.5295104186005236,-4.839915618326818,-1.4929677422641499,1.2407514630136496,1.603488025406993,-6.4864577482897685,0.8074653332142332,0.22682495530531788,-0.8563366798478523,0.2495181303940166,-0.48230762109925773,-1.911478252278436,2.2605942039687146,0.6282773113661201,1.5211280291780254,-0.8669131128958635,-0.45080970001141385,0.28337277595820426,1.7092579408905324,0.49639691051058343,-1.1078132695835288,0.27355022687671593,-0.04127310257388722,0.007103541397608805,-0.12298879888189662,-2.4748952436387035,1.2752504362565102,2.942266048056808,0.892830636707755,1.2886175714090293,2.385739733448235,2.2813833925060387],[-1.7098363716867588,0.0726338721228334,0.13440805317914886,1.4938726659449733,-0.42646477811161004,-0.536073397589776,-0.867717705893502,0.3252085909084355,0.44573393161950453,0.8451191573380361,1.4531671706625404,1.4514054171741582,0.09642127501102864,0.28761634462342944,-1.028904905783526,0.2687766152420578,-0.014550635703646366,1.644689586205919,0.923365868831879,0.30763125177968487,-0.7740020846274297,0.7089268353197639,-0.7302992448154783,0.5059161530016779,0.4555817909492395,-0.19086448860099198,-1.1413886552296302,0.08098071081229025,0.6539485268481011,-1.706164152014066,-0.8632988060318162,1.0220013681529232,-0.2615631350396532,0.06979289632574921,-0.3665452039187749,-1.4279436088203874,-1.1731751396825105,-2.6833386620419204,0.7356804144001747,0.5249890454840705,-2.769770851424627,-1.264024071270557,-0.253200757693373,-0.1597757652805994,-2.4368471678142973,1.0494250757828323,0.7871671810674872,1.2639488988137295,-0.6045810459395556,-1.6696945322894576]],[[-0.5366474555944971,-0.4856998837412941,-0.015095467328798823,-1.523239897211274,1.3232066831231788,-0.9755678211776441,1.1515684606094079,0.5291674180326592,-1.3287094425404302,-0.0989143303887803,-0.9647052883973981,-0.7374408293151562,-0.5281520889192599,-0.11958863667246064,-0.13009374925261105,-1.831988518779654,-0.9896671379269972,-0.5498579320527915,1.7802495040918578,0.4400251900465591,-0.6835876440172508,0.9236246912411311,-1.035841249629578,-0.5927984925989601,1.618757080916509,-0.9508804462992314,-2.0470027275560767,-0.22328741103150015,-1.1027304789837775,-1.2981030451620361,1.339007482027415,-0.4645675549523129,-1.5089865416983725],[-0.9554445937757515,-2.4767306614598694,0.7536718826073485,-1.1846250584711913,0.5995585137193155,0.15581255584055428,-1.380881103175112,-1.2342788547172372,0.8274679235719967,0.6724734712784078,0.15744531335649706,0.5763267230869671,-1.0872080861213729,0.9573489680281824,0.09762722273960336,-1.8690024113799601,-0.6810495359030362,-2.0005281968741695,0.9927434818568576,0.5076166381481012,-0.5920863703579731,-0.6581852178345383,-1.5547679396631182,0.73396174043485,-1.0433200957285227,-0.09588660642541431,-1.6507123140796744,-0.22865498740411866,-0.9060598430084765,0.12772507575959857,-0.8701732329950637,-0.3128031813535857,-1.4052675387818998],[1.1849859203929132,-0.6895004550831518,-1.6157571640201251,0.8106452436975236,-0.2441688153164856,1.605537676147923,-1.6690708349461547,-0.19929757898777398,-0.22221704696457883,-0.08352315302732942,-0.9388269708436325,0.25226153478396146,1.2115427321283054,1.4317690243939278,-0.5366874359105892,-1.2597336348495274,0.6345250732251719,-0.33571689466764065,-1.2248315656921251,-0.4520261738385368,-1.4883632593542668,0.9865477904619044,0.24056261214250824,0.5422162486588644,0.3736592444422578,0.329232779685432,-0.8859455500489988,1.6914924490198004,-0.35365217448385133,-1.388580828080688,-0.6206557853880916,0.0996093652392188,-0.47409051857674844],[-0.6853231536827282,-0.19536333526099353,-0.9210781442702738,-0.5814916783949914,0.33507063020897815,-1.2245077419927453,0.050500555264053726,0.07291456769635793,0.47179264905941243,-0.8451409293971481,-0.655245742456039,1.3880702967490388,1.1042207403209008,-0.7217526087167253,0.1651203869848786,-0.4541012593235395,0.6452596685248804,-1.5148082891649723,-1.3186903301632191,0.3036293517555682,-0.7617409478019956,-0.4826043776653253,-0.9186730753203962,-0.4698812077868976,0.3983811119900661,-1.270721156604044,1.014044063385082,0.547101923302774,-1.311061969523317,0.1599523182693618,-0.12664384563835832,-1.271144158854739,0.10849754820443244],[-0.24782121384963934,0.1960471783632236,-0.8701094178271045,-1.5315655047682486,-0.24524547933707025,-0.8970204582495449,0.1499165113240346,-1.4865221098576884,-0.5114251521975385,-1.2315931272779943,-1.9476739949606183,0.4606074736844642,0.8541178477348168,-1.4374421979345904,-0.6490623731545213,-1.5044599872476487,0.8422584655775595,-1.3719545736621637,-1.5774230115021826,0.5724582227987243,-0.5188809893567357,-0.936268353177222,-0.5434891634255257,0.5203406380850564,0.14799008783240525,-1.923354664720866,1.209955816930912,-1.045019645203158,1.2850822856101136,-0.37142519725271894,-0.8527633767028263,0.7058130463862448,-1.4140969958900655],[-0.827137244107821,-1.8667660106737025,-0.5135515056097103,-2.6540269553619598,-0.637071053185231,0.11168194480437367,-2.3920784428277915,-1.5001493846323957,-1.4787874178622757,-1.0366960759424637,-1.81654821304029,-1.6279069810944256,-1.8239376044587141,-2.4700424271716894,-2.0454653736338444,0.21724885691246285,-0.3081147561508639,-1.6570090821216497,-1.374905434231531,0.2880993018801567,-1.026949616440231,-1.804533444603692,-0.8274322798051353,-0.5384195115233854,-1.3149431003674934,-0.8309232016792749,-1.7323744272357544,-1.4034523352359214,-1.633224023659211,-0.6247653114060959,-2.0035901347150493,-1.512610256458213,-1.7710416524673187],[-0.7137175160031021,-1.5675037306394577,-0.11400447546642263,0.6551177585272188,0.6126377607478395,-1.8411254952826908,0.5892534714691897,-1.9183587615461595,-1.2010057082793686,0.8568431070848144,0.7459662314692767,-0.5093854227993555,0.9848396275577204,-0.45959581173368913,-0.755679624356902,-1.192330830772267,0.19809771413864138,0.17951802144215348,-1.5434173760461474,0.26637743340280157,0.30755980457915405,0.3043718466767819,0.49982123759953123,-1.2919366211499714,0.43900624728745063,0.05797418523984637,-1.7988117296051764,-0.3871607407365272,-1.9453677011294357,-1.636937255098503,-0.623178986703092,1.1128712745627982,-0.856002494686019],[0.5604241372369365,-0.37783163062111347,-1.5736083255690752,-1.6081043662103087,-1.497722797452543,0.19346540982728896,0.11173480734932824,1.5040252965369731,-0.9971741864562669,1.3279518308603013,-2.021998114625952,0.20643959151458777,0.6057573199706888,0.42701548679694973,1.375650971902594,-1.1203380935880682,0.49012476355096063,-0.3182068677073215,-1.2030453854123442,-0.0006355499255315431,-0.9540614304194545,-1.4008472671880212,1.2475160824076474,0.7128896009407798,1.0938359539777638,-1.4530509214337277,-1.458978183015406,0.056990035028994225,-0.6092562544176491,-1.2066800260405541,-1.4909053511234578,-0.5566075563558499,-1.4672928474008402],[0.4302306317469281,-1.0884357287248334,-1.2592152716755745,-0.739136944889918,1.036272397624477,0.3046442142139413,1.1910097408831808,-0.5615045531873352,0.5147252978582829,-1.2187233184194874,-0.1936941412664956,-1.8779950613719338,1.6783015854336298,0.8973511792922909,0.8288709736200707,-1.3703069213118728,0.32954766897289367,1.003448199890693,-0.4441953070283619,0.596686706067138,-0.769421261315904,-0.05810828189921127,-0.03590178386053647,-0.32584180431907417,-0.777834263089997,-0.5000193284389023,-0.4496387075749914,-0.5421990063095632,-0.22554875470825006,-0.7387620907394913,0.31914119356484,-0.5427058048419642,-0.8859096903680885],[-1.8725488675739703,-0.5515717163495446,-0.4986076723414582,-0.861624699221633,-0.6985390915847909,-0.7806522286779547,-0.8987415653013826,0.6497769270748307,-0.20292630865212763,-0.6097714041974304,-1.4740373439664545,1.348607358227844,-0.15293183562551918,-1.2720195877133798,-0.3602344583159609,-1.871051006466475,-0.20893905641793384,-1.8944484976275462,0.28117076627944104,0.45342214860182223,0.4246790314621224,-0.48031840910781287,1.3002764657184769,-1.3928728287612047,-1.3338223601466477,-2.009360812193951,-2.1735473778943617,-0.7493286792837445,0.8291232046657119,0.10207355435863658,-1.1188460282133588,-1.4041794299900499,0.7559104728695714],[-0.8394689397090644,-1.4471038033930494,0.35093999057950526,-1.2499142445465952,-1.3145470033338673,-1.6880679408125345,-1.572900970392926,-0.30250743528911495,0.5261195480341577,-0.047383405337223655,0.028284464602478594,-0.6988601591036051,0.9961758796504523,0.5440096517889509,0.6897447892477653,-1.182208930072744,-0.593996811880391,-1.804462620881125,-0.7337230748682865,-1.4201004333973837,0.18895926945418798,-0.22895609535464442,0.012422360079127727,-1.033541768097639,-0.18692002453870857,0.8920895702139731,1.2511990203840877,-0.41459190193867235,-0.4294428645587468,0.7414679346718668,1.5137774120258567,-1.844215433816573,0.5742721191843693],[-0.37266447178515066,-1.5894371092314477,-0.8851644594340172,-1.2728622981316429,1.6925585913339065,-1.0188590879222785,0.0019332630029050084,-1.0979363505771296,0.10750666185462525,0.5058935164382081,-0.594042919351945,-0.246981689158489,1.0277496396729162,-0.0616954381293423,0.4303079335690192,0.2790005761298659,1.085899794129588,-0.5755706133853146,-1.0328226516855714,0.4427854998721304,0.48170467104289433,-0.8235696806782481,-1.3111873759935146,-0.1991186899020331,-0.7911377520829268,-0.41109398282814447,0.9173596013699499,0.34445996929983286,-1.4559763489632465,-0.7256954445644935,0.4029381005512,-1.4287698537093922,-0.8018483314672362],[-1.7915876591578532,-2.946507306919526,0.5727172048774707,-1.453018651768984,-0.16347472915799202,0.8317465496681367,0.7881730036336267,-1.5293809909550773,-0.8435218002458469,0.614160702928536,-1.166323649517528,0.4939103957413538,-0.39668710487169856,-1.6717931033597626,-1.267060230936492,-2.4979832612057304,-1.7842007274248406,-1.2602491939830238,-0.2536555798829516,-0.6011598579198292,-0.974468492052079,-0.19245860679520416,0.25135877471599766,-1.1464766506598798,-0.3139934592403919,-0.5338693009617314,-0.1754098629852355,-0.9597612002296317,0.8899172638605355,-2.1160469936664477,0.2618860115029087,0.2778252333863098,-2.265780718458676],[0.036429213410948735,-0.4774053248612725,0.24387337796325276,0.44522069385771335,-1.9420247741206562,-0.7479042544410205,-0.2690111348283629,-1.2101640777268756,-0.31926060238505954,-0.10012949179012304,1.130541286562771,1.7165698072900806,-1.3702440360618433,-0.13207515764005978,-2.332979748420641,0.3973088413506797,0.9521748571524997,0.6021179747029289,-1.6100069352284103,0.9189578542550028,-2.002351745569872,1.475710110743214,-0.3805661777010747,-1.387785885314169,-1.5198884064560005,-0.6240802234655444,-1.730672013192723,-0.7997628335852813,-1.304200872642196,0.882681044231956,-0.8481467800705246,-1.2531124316240152,-2.400104424687826],[0.5508840168163213,-1.3289203149098676,-1.0372829144634381,-1.7032347056047907,-2.4459829455664437,-0.9583302438716627,0.5366427852042536,-0.556749496122368,-0.9763574607061958,-0.3484129627197842,1.9951121215937704,-0.4070421620638825,-1.1549885822469934,-0.3571623995326522,-0.803820172526542,-0.7173218978791419,-1.003157983167527,1.5336942643265261,1.3678074662013133,-2.1412189240941326,-1.1628259235029754,-0.860087508420124,0.16200198258891066,-1.3404119822478349,0.7743744746660619,0.3599607322668779,-0.06705545771029228,-0.8799265971079459,-0.23817268073907158,-1.700360498684069,0.4996365833603576,0.4613625778449814,1.1674991073760577],[0.6953798072671274,1.203432362349641,-1.5746215060805708,-1.6164453132644971,-0.42035884283590746,0.1306670869090881,0.5571245097349987,0.11352220693357776,0.7231214344885957,-0.6854998174831414,0.47276620493418897,-1.955219436868289,-2.3643758821118355,-0.9394749879347689,-0.7797023985247583,0.16444865926363592,0.1605828907216563,-1.8007867147771692,0.11525347477015449,-1.8735691885317052,-2.8775819641324065,-0.03685084166582304,-1.2048690607977652,-1.0017429791425627,-1.5048964425367561,-1.8977042844006473,0.06727736419522073,-0.2370309215654873,-0.3729822730698429,-0.8664984760737195,0.08467120423682231,-1.1711703459283824,-0.6483002661567858],[0.2848521085383839,1.2434676546766696,0.007633724719588364,0.8329366418141433,0.9377166975210808,0.4276575432067867,-0.5754475983535928,0.40296058045348093,-0.1417293239226958,-2.5504749943266996,-1.4797320238181653,-1.7791485191870682,-1.4547803953251282,0.7486504357457435,-1.1743418091504698,-1.320863159775902,0.774181675783525,-0.9285526570796795,1.029642629083059,0.07015697053065169,0.008108569200890009,0.728578184066978,-0.22468063659108373,-0.9502274161210587,-0.5659446085116194,-1.289644261030564,-0.8052943820081738,-0.9284342609581316,-1.9197530606682356,-0.5004037502270152,-1.2698108847970278,-1.3834872381823458,-2.0531052922324897],[-1.5147462724551577,0.9944486349018546,-1.0499230228588572,-1.489016812628119,-0.08125699064512634,-0.2969916508121058,-0.41877430588937464,-2.861830565086912,-0.38711287946848194,-3.035311092979825,-1.3819831956404347,0.35910591706912653,-0.5985212531966316,-0.44461059859273977,-0.9375947309472373,-0.6386054671325291,-1.517728536370882,-0.44061874862600364,-0.14090340077634592,0.3638310647066961,-1.4893231963222027,-0.23327583274479435,-0.00501830700798161,-1.6593928053134703,-1.4355195306435804,-1.2847973428770638,0.5598836718564247,-0.39609770045692644,-0.7321902762272388,-1.9945493315346203,-0.06910462750182354,0.46631781309934817,0.18908048806357852],[-1.125560800578604,-1.1122619163967038,0.9172696423834806,-0.4673447682324067,0.4817798679503152,-0.3836179515557842,2.015674196088487,-0.2962900151340132,-0.3874715630763913,-0.7016156059047619,-1.1863492024573599,1.1629743287478547,0.6583415893486303,1.2270124433765401,1.7150691585141844,0.7765228492978183,-0.8835124242170697,-1.4808616568497326,-1.247870233651876,-0.7551169930581226,-1.6365409931328219,-1.0861379855875262,-0.6966952192617748,-1.3717263344359563,-0.4961483967850374,-0.4896960660854795,-0.48166723957482166,-1.1149853387852509,-1.4186574758800372,-1.0649860519663952,-1.6233030059821443,1.3383529302249344,-1.296181681987346],[-1.8117286686346652,-0.46219216380255934,1.1652940778757155,-1.4721098083875603,-0.9100967023403459,-1.3442696313753895,0.385590746549996,0.8118116238875517,0.6065533130918793,0.2913465716965426,-1.7788844789934035,-1.4558132453471753,-0.42893628283696583,-0.9088241873339591,-1.2590080448575438,0.5320204134222823,0.13764572255706714,-1.0910676482763795,-0.6913875269095584,-0.030411904361012453,-1.3521586674907926,-0.8137504289901444,-1.1066472262967824,0.08236609033042705,-0.21657863726605917,-1.544921565161516,-1.4088737307143806,1.1306961379774112,0.7577813704193881,0.9823332229406764,0.4182019952837379,0.03230868892680716,1.4049280807205813],[-0.10695182498831271,-1.1482035555118353,-1.2485901134620128,0.7855643259604422,-0.2040822971802915,1.3695724504173936,-0.06858330415548877,0.5080898700399329,0.04596885823899264,-3.0838823696573594,-1.1013618947679544,-2.4455161668586447,-0.37727630360979497,-0.21969724141727381,0.2888310866281161,-0.8774132772007694,-2.3511644361844093,-0.7295392645370412,0.6305254284787735,0.5849544937700683,-0.6600672921686798,-0.784325947167278,-1.2205875935964745,-0.10025936684274316,-0.4349040828292296,-0.6759020394270671,-2.2241375580077474,-0.8139693433974711,-0.2365833178289421,-1.0099607842957656,-0.08340754150078039,-2.2847604735481464,0.07842832894676452],[-0.45260916319713596,-0.8357422350952565,-1.4973408884222756,-0.3260257988787796,-0.8351055749734771,-1.4440088104033215,-1.1332869915402906,-0.22190198416767237,-0.2056522354760575,-0.04764653760054648,-0.163090453767213,0.386779575745262,1.0279204291190005,0.32422712745851784,-1.4698162073163392,-0.9344983444414614,0.3236353356918142,0.1740688799788032,-0.15610326353495363,1.730747587660207,-0.7142861013867648,-0.12498085722895388,-0.22810010222724159,-0.6382319535922052,1.0016089020076424,-0.23240672720356573,-1.176991793321695,-0.28440803033863854,-0.34566997249885156,0.03665041928588725,1.9301391818747995,-0.3399642612310761,-0.9920281763164157],[-1.075437900768405,-1.1645847271864058,-0.6495042805400982,0.644575564400084,-1.7053050463490558,0.5860395460869204,-0.541760860754246,-1.1665534067388243,-0.7301185171311558,0.4571304030777855,0.8370063521818054,0.09990724633317798,-0.8124638368232598,1.0872792731268826,-1.122578079071226,-1.5595436419273925,-0.14824259886835275,-0.03721250187093602,0.11243712061632136,-0.5173030723591048,0.2224026175334486,-0.4024575211257909,-0.2621450456484662,-0.6351452267107083,-0.6929590729809719,-1.2348390075150917,-0.8438962862436246,0.8545143771122812,0.008609342874557467,-0.11255480038957835,0.5257303097947875,0.275974835335424,1.436415798085283],[0.17505855506858697,0.6961428715552115,-0.341377158070426,0.046596791065743534,-0.6815779105470057,-1.846189968651413,-1.331438835309262,-0.8534181023434819,-0.3254189495082851,-0.2028792847310596,-2.912292643587357,-3.8590938633660645,-0.9685990043276616,-0.7617759016654806,0.813938519739328,1.007608123989754,-0.9796414273952865,0.6327757972442059,-1.3758323078882462,0.08275031610239811,-0.19602974583473642,-0.8138721327572428,-1.349490645518983,0.28136298155495976,-2.2056316756615892,-1.4274834070508826,0.6680950327675382,-2.0122359762556457,-1.9466151464357513,-1.8559629166924971,-0.5088206591658414,0.2566330938244833,-1.3691315524266146],[-2.091354203582575,-1.5429761096769918,-0.9954825744785047,1.4858313609543283,-2.0092734975806357,0.23294682961143337,-1.7970857027727123,-0.20152490141726284,0.1831845296866817,0.18178581758391985,-1.0831337373259347,-0.30890246031490165,-0.40789992868955294,-0.9185010769200571,-1.4985677303428628,-0.3784894196273287,-1.046576179534704,-3.029923331951561,-1.5192922841254863,-0.6882146246622909,-0.697501771875421,0.34934606119406475,-1.407760681033013,-3.0871415699155826,-0.44260895631311775,1.0982392920519042,0.05194063436845139,-1.2000438958693205,0.21955936677942767,-2.001188784074949,-0.8831823971174845,0.885878727895561,0.5803052930645037],[1.200312490103071,0.7380475385191433,0.2670037594333394,0.379427242634904,0.5904059710722305,-1.9323489039186565,-0.12464075221706353,0.7503367449490609,-1.2979635495599389,-1.9177148531987362,0.532393835198418,-2.0541217917151138,-0.33049200248796257,-0.8818914423108714,0.03985705923143935,0.3078222057509999,-0.707484726850321,-2.185680926920375,0.5819012092489743,0.6674680018903343,-2.2223872233949837,-0.31979713585062686,-0.2886853224826652,0.16536988292074797,-1.6469702693620838,0.4137851687757811,-0.12039682714495065,-0.9731954924827797,-1.839098139953299,-1.8154965598932555,-0.928835806785259,-0.5445611042346662,-2.7873009683688186],[-0.09987604636335853,-0.4204326139873774,0.838723478640529,-1.9447631419146942,0.9191979167150777,-1.1045430980555824,-1.836958433858579,-1.9463954733083844,-1.4874472255336753,-1.4869833742297114,-1.3056412839039568,0.5611861350748801,-0.8191276704614703,0.6080834920715631,-1.7020766740591122,-1.0757912667054583,-1.3877090546244215,-1.4848034663776608,-0.519185717336164,-0.6640288766529806,0.5626238042067048,1.4344912751393226,-2.0639392695553225,0.3239666004467409,-2.065699602080766,-0.9662666244793066,1.5383755160982848,-1.3252407919302178,0.7126378672440422,0.8817925279935549,-1.3364406463313587,-0.6181266223339964,-1.943781576395548],[-1.40167883598366,-1.7023640174440073,-1.1469973609842092,0.4902676299656314,-0.7471415719593665,0.686621791394421,0.03978162761197504,1.9611709040150305,-0.19644623766054578,-0.6588408516351109,-0.797748462130042,-0.24751300698106835,-1.259910371539219,0.05768971989491933,0.08970815372919494,-1.9009313691938758,-1.0863915377903608,-1.4955427526869067,-0.4931312353295708,0.6163143914006286,0.8941078106488315,-1.337309592039744,-0.20904277784606898,-1.2028058475943249,0.5414331772359653,-1.0766995588590882,1.3337042236282513,0.14304102852102582,-0.3573787081663538,-0.4177287563680854,-0.15620619974962063,0.17419360044340615,0.4810712108110941],[-1.615009637827524,-0.8951086676619936,-2.0220490741376715,-2.041148313157959,-2.4138909307746435,-1.9216870436902147,-0.8714554790358944,-1.10471257834781,-0.4580075607878837,-2.213628756892753,-1.7897115084145672,-0.3509659401915909,-1.269861695341608,-3.328439396253708,-2.3718248491867513,-1.644563408352601,-2.2146995472084376,-0.18577061344837906,-2.5065668419113196,-2.115689557073546,-0.7896571088225842,-1.767810128559974,-1.6899696209079151,-1.463574348707481,-0.4982667077797223,-0.43686653790782265,-2.2420974441537465,-0.7428508834723052,-2.0534693026203814,-0.5586272017873812,-0.7612161297107028,-0.8074227138616423,-0.9999305099663022],[-0.1544010861596375,-1.310709862508712,1.78335887063628,0.8295229207852429,-1.1992090807349924,-0.19536722832254394,0.6953164616523766,1.2718624624564923,-1.1301343083418762,0.2696517619474363,-0.5738887945110321,-0.9930344375525014,1.2119932298344276,0.016833715593563538,-0.9178381788728848,-1.260521249207609,0.273832671266409,0.8352494604151635,0.22837654698482548,-1.3967847995144793,-0.199966319925688,-0.6532357766370348,-0.36664902450022724,-0.47587194280973716,0.07106683437599158,-1.0008731022124584,-1.0305020196349282,0.4566509733568862,0.14721738006625062,-0.4790187345769555,-1.3972991503708605,-1.6414979071549105,-1.0579975773871833],[-0.5328748021018496,-0.9016750025553464,-0.9879978917952477,0.02871042802141583,0.8125708615003628,-1.2444060287306091,2.1277883074365196,-1.0212730638651464,-1.2157210175529183,-0.9912532943450325,0.7319917133778996,2.093535071915111,-0.5349035412246078,-1.1161122662242293,-1.448756733688238,-0.36975684746543863,-1.0074926379182914,-0.18990724773266332,-0.7385984354896225,-1.2550534986790873,-0.8955631356359366,-1.8578301068415417,-0.43904929171284507,1.5574439458143126,-0.3023314534216162,-1.5496070521635217,-0.9788026795508145,0.6679266102195973,-0.15180243591704284,-1.9028565263963986,1.1524368601485395,0.8333259178858228,-0.3367659260168033],[-1.900610853146066,-0.9454320136560742,-1.1936856684260615,0.693018065923884,-1.7609480683168912,-1.8053202264511852,0.5305036347838327,-0.6680713248006558,0.6970935449721819,0.9872333912678346,-1.1523368324116434,0.8095043968600978,-0.7987012756183838,-0.47006812485954846,-0.1965841024462056,-1.2352934123283916,-2.251868126382121,0.7367125133996364,-0.09172251361291335,0.8047053724923037,-1.5502049685286234,0.6852815372433978,0.3961858669504434,0.5271892551818661,-0.18722409893207118,0.5168367596570188,-1.3180549948036744,-0.9460349747464303,-1.2373647506291123,-0.9566088331747491,-0.1287649566909221,-1.4830669185877146,-0.8060100344447998],[-1.79267120242268,0.11402980560708564,-0.6567519181198664,0.9113788327668136,-0.21576939035617168,-0.6239192545216453,-1.5301323048680708,-2.424263227580684,-1.1220719619590958,0.2637577215807972,0.26073072786624024,1.6523164430205204,-2.0765954125601986,-1.604446675911386,1.0182278292453375,-0.4996827236357884,-1.101814968338082,-1.080843717230812,-1.51025199464049,1.3798892949717454,-0.422293142099473,-2.0936673023990613,-1.1327799521087316,-1.216571550080996,-0.9348065814614536,-1.756849241366265,-1.8296451510869625,0.31023546437032484,0.6153573980403608,1.1204685918593476,0.2872467706878764,-0.19154607800446427,-1.715734598203417],[-1.3001771590719735,-1.7552011228507403,-1.083072677700728,0.11625545983252475,1.5258967115498605,-0.2259910272774075,-0.24078255488936962,-0.9459049263807088,-0.2194709817645144,0.40835504321094235,-0.5825909843779575,-1.3277092243457493,0.9003550601696276,1.9607814023384558,-1.16063915648887,0.47623079519543116,0.8531354766316738,-0.8973480108311023,-0.6033399070781474,-0.772275091746158,0.9799251290806534,0.13550245118131451,0.10990926262619745,0.03772186184298309,0.615853629914994,-0.7575868299084696,-0.4712430660730381,-1.3233840082092605,0.7079728678431252,0.5950793971335868,-0.451895793585509,-1.3392444621197346,-1.1748632153349259],[-1.7194002596833426,-1.049600972764819,-0.02364937961560616,-0.22603179790399747,-1.3702663027850428,-0.9659416027860811,-0.7836976475055614,0.5109440625819058,-0.5985479729369555,-2.1397360453920347,-0.6836436121371579,-1.0423487334097943,-0.2944976825643136,-0.7244135316331142,-1.0143191406224792,-1.776214741300696,0.8318528563328502,1.2452487073947143,0.3468674571127868,-0.19159604647818354,0.4548747366747679,-1.9239233988340898,0.21242318041766522,0.7621610636413452,-0.9008059184106241,0.8473855714106603,1.3318832983945528,-0.8794430765781962,-0.2066288488312507,-0.7786543987529089,-1.5107842770736188,1.8070875846050023,0.37913810647382234],[-1.2052758644496722,0.978411877819305,-0.8626700698747728,-1.0161747767601848,-1.2642156568475518,-2.3044006861734148,1.1859668099573466,-0.6838435733085573,-1.5404612299958118,0.7184934066859844,-0.5947452085551372,0.1369927853917238,0.10272219165750451,0.3927398641016098,-1.5770140238091377,-0.28757044320283603,-1.1505494138402563,-1.8186196986267802,0.47723093292729085,-2.237746445031937,-0.6848010179909815,0.413424424974606,-1.2674182139391579,0.10516428448515602,-0.21811528360961002,0.302411369483561,0.26965777835153204,0.3470036120772675,1.193983790553462,-1.705491139761683,-1.3077486479163094,-2.2221896754225754,-1.9699490276088727],[-1.73125543283552,0.46449727020732834,0.7029531524281456,-0.6382625584747191,-0.3192419029481107,0.13648367594370367,-0.7816095130954058,0.12838008659283112,-2.0672362890256037,-1.5277184438705922,0.33441019328742544,0.5363167317895474,-0.6996878080974614,-0.28293213769137887,0.07635537481159838,-1.6297425441598739,0.004770802148459432,-0.8724419968461364,-1.7013310783566384,-1.1665118866392798,-1.4825398739955162,-2.209515085914238,-1.5598920085682242,0.04180679880677354,-0.7426121249057778,0.7265049666219305,-0.492779419860937,-1.944568787440595,-2.0203234689264504,-0.43732790182660175,-1.6672515203929588,-2.3455720370732966,0.9116282839204922],[-2.2771229174424548,1.3604193884837181,-0.5254035872864068,0.005306674613153718,0.2781470192170571,-0.9429877613097819,-2.044649097571152,1.1321979005628382,-1.8716909070338583,-0.9541364769920778,-0.41347650700006006,-0.9920004155403933,0.14144094840578827,-1.324175715730075,-1.3141473588352561,0.7700654202845439,-0.8378013949919256,0.404536986255109,0.577327810977775,-2.267602011909275,1.2597969044056894,-0.9537425319394583,-1.3169672750821342,-0.5809589043652176,-0.8935876478972964,0.41671452873825066,0.15394321738623803,-0.42654133820670215,-0.9379684092742968,-0.8743670397134007,-2.108582061650343,-0.5843645482939218,-1.8687841959787364],[0.25482358241929276,-1.9440653692045038,-1.7438668405677886,-0.6441978828598893,-1.6644375522457424,-0.9113245329837562,-1.121882396263289,-0.033974925352794554,-0.7559362729162522,-0.64540083021028,-0.0789364128734338,-3.725582071925494,-2.646695588553797,-0.9898439175224847,-0.6985834484170232,-1.0300937005855533,-1.0860650848276505,-0.7767191494945227,-1.479028807997599,0.04955796228970747,-0.2526708785646801,-0.06648714855306186,-1.0453547998238273,-1.0429316740834427,-0.11123551026861636,-1.669123953841937,-2.421464672569159,-1.1906712983625505,-0.06227847194784584,-0.44948386586873856,-1.8773370070381865,0.24680897123426604,0.15969314937575801],[-1.9324060519703818,2.186784797881799,-0.23407648086794108,-0.8720201300969722,-1.9498256111530492,-0.5685988533474227,-1.8954168221917291,-0.7191843405320398,0.1373560435457747,-0.25608516584084684,-1.0284798821251042,-0.24683576201426183,-0.8422079215530446,0.20692799602489437,1.026433023829688,-2.1675554529496885,-0.012210923216458466,0.39598513003776104,-1.4926079091806848,-1.5202551764298964,-1.5518512601212455,-2.0726041055799547,0.14570605165584663,0.09977139129945481,0.6539939910420894,0.9723450895194248,-0.4849620199702584,-0.5735036429371085,-1.7499868652404449,-1.3389185302027817,-0.6686925872766549,0.6128510517656307,-0.705120937875478],[-1.386131474434884,0.6988530559237928,1.6629574273847914,0.925849728032501,-1.6677838564454959,-0.4428479207460688,0.9935173661927648,-0.5382580622772359,-1.5630913950370084,-1.306752892352015,-0.4587925837017898,-1.0637455360796402,1.3463156334149724,1.1364641783095464,-1.7397438834023515,-1.1060292398032106,-1.5518460121194235,-2.1446458677871316,-0.7803551515954997,0.19994410494375714,-1.8892066808226868,-0.8454728872561561,0.26721783790281467,-0.5095928134319742,-1.6264228030176837,0.3706538124809352,0.01148542012157205,0.03407918067607641,0.22399917960084814,1.3891760173257672,-0.7023196925232573,-0.4059606380721718,1.1933211072875134],[-2.3086760820890353,-2.091230082682536,-1.6924662145555192,-0.8505480492356053,-1.948257071230403,-1.099761016733831,-2.26225282893452,-1.8820952795343668,-3.044724924086264,-0.5869498044437464,-0.6558556074547173,-1.3622152016184366,-1.6449435184344294,-1.0681313464342375,-0.3236100089549161,0.15733900809381002,-0.5688192610461975,-1.3108766068973237,-1.8761135345109088,-3.5395578761977773,-1.2551550612440712,-1.1624308192814925,-0.29864972856395444,-0.700053187195183,-1.9327548477603071,-1.0524233877189146,-0.5021772048485504,-2.1930267289386864,-0.9412225929112928,-1.4053178847289816,-1.2661903841597248,-2.1376153121855275,-0.05808044663221118],[-1.3723375724432287,-1.316856042683756,0.4696338164483279,0.33095785880921197,1.806730502115106,-0.40379858193784185,-1.3083804333853184,-0.5489142129433077,-0.5449743968362357,-1.2904479582863675,-0.4911191174889567,-0.2567243554968252,0.15896032057143056,0.33908123189729567,0.4195288496209971,0.1888115453683143,0.7635100153610522,0.004888132432024566,0.531675280591788,-1.2063878050635455,-0.9999520596890403,0.7766789409847805,0.10518050401698575,-0.7923934751959437,-0.43250432841562353,0.0286568869410299,-0.5798381592209716,0.5987717806121368,0.14624920625115378,-0.9861878901406481,0.27970953910248336,-1.7741447898280336,-0.8704303937673156],[-0.1626271813294098,0.601846355757078,-1.0226467639580228,-0.7112183750202802,-0.7979206073952744,0.10529868353402484,-0.3310583425733634,-1.234031184932861,-0.45439717054040984,1.2900618260794323,-1.4546055498456172,-0.8728238743864126,-1.8089566607805025,0.03827246550414351,0.9696097312624526,-0.7099920332172405,0.47172699847620164,-2.0719413914490428,1.801912123358245,-1.9996841338721794,-1.1659458631154929,-1.8316496019997783,-1.7770252559673967,-0.26467134703735296,0.44568357932954106,-1.3730700497137451,0.2124994386239507,-0.6685753996644167,0.6547731815690285,-1.5877216356908639,0.3445177302294117,0.9109300042025293,1.138711132580293],[-0.1718643917062136,-0.1537948311718187,0.11124186401500086,0.11984374929759724,-1.3062427694952397,-1.80583592743248,-0.8020339533899995,-0.8691448765210601,-1.2540395080435804,-1.7047211709493177,-0.009955942203969954,1.4855876298599804,-0.0125433160315785,-0.40185860888509134,-1.4236604250735978,-1.286262700646079,-0.21171780516677322,-0.9656303462652513,0.015010256845857129,-0.8962044213306095,0.7982919367127798,1.9954473195792235,-1.2622672154157049,0.4902716093998299,-0.03648633111356168,-0.9748541368316106,-1.1497028934167342,-1.484566683436153,-1.0174688267443637,-0.05919460804405347,0.4813178054051103,0.431623296321792,1.563011439844409],[0.6278122252594787,-1.9031635224954577,-0.49895210470904827,0.5356332230224428,-1.8065119129923186,-1.5200321417151252,-1.922292079900903,-2.000397840990192,0.10939110309998074,0.7966297816889656,0.023357710941788415,0.375658596811197,0.2473407403878582,-1.6259269053023664,1.1451439407358412,-0.7088459749868843,-0.8919160050280366,1.0750254776832036,0.6583384295339804,-1.7991202907620052,-1.567770633175958,-1.9296479353487175,-0.4350880868444584,-1.1084007871675268,-1.628232000578043,-0.9579834114322074,-1.514502705782167,-0.164714876090712,-1.5798091911406742,0.18080632966943974,0.10836120292913218,-1.076417143730467,-0.01683002304478967],[-1.1767688103275484,-1.5962658774177159,0.24834969476282967,-0.6475106926210352,-1.6227069554692009,1.3724915776883901,1.751450305114412,-0.8917620662430522,0.5304789520727186,-1.056619428583306,-0.35686132973850043,-0.5931624914163504,-1.0047550607427471,1.380327272963016,-1.7845373517913727,-0.01713338628462309,-1.4338697355548522,-0.6285324513608209,-0.5678159751566849,0.04361942267426069,-0.1160222079082667,-0.06601615283319102,-0.6779834928735088,-0.4008468610311543,0.7617359507493712,-1.4485144895901994,1.441125748020527,0.33600041090357696,-0.9813734057909412,-0.004835858614208555,0.5802937044980017,-1.3127064823575088,-0.8726014638321254],[-0.9868251896754352,-0.595031253832204,-0.23602038822731608,-0.8201579903641986,-0.2528824122134281,0.6021481298084993,-0.18766479898858307,-1.7564824805293056,0.6971934510548613,-0.16651211419913953,1.0518991704860976,-1.1050184219829513,0.16370522805237248,-1.5609344640467062,-1.3475964687207707,-1.4481290170789414,-1.2555514307669666,0.9442273095968441,-0.7833743767462842,-1.5677655622456355,0.30048078617643237,-0.09081341895854719,-0.434753477021151,-1.1624100169281897,-1.2415248826194631,-0.3852391086302703,1.8181848365623832,-0.13727513350295484,-0.314667190013405,1.3387348067926437,0.7684342633180813,-0.9824652799514036,0.4901702869888289],[-0.36710309980164635,0.6032765371909388,-1.8978607089791952,-0.5234964184821981,0.9602111029003335,-1.3929625002705177,-0.4863249349073833,-0.41871927712889817,-0.8042898447938291,-0.21664325589707112,-0.20183908731043357,0.058108365235974395,0.05637867152740646,0.5409887736053576,-1.2752006358882262,-0.8675460987445262,-1.4834216294009073,0.976401311122005,-0.7854764948524984,-1.1786033342000286,1.2418932800959597,-1.8570532052633761,-1.2263707863208475,-2.0807474765931757,-1.4863641485478034,-1.8871412149621913,-1.0698091201623885,-0.18663127487954217,-0.624297922095304,0.0752716439941979,-1.8921123372546755,-1.2986556667783193,-0.6828925004538727],[-0.8257307639761562,0.7641869639977839,-1.0891091427569457,-1.2671481253157695,0.5383209974243752,-1.2291548412377513,0.04157863706832582,-0.8433809727157312,-0.8606020508760666,-0.9980890677672278,0.5628765832059437,0.05099178504048608,1.856103579791559,-0.5976558139147801,1.2256105234323942,-0.6755492230235589,1.3849137214285174,-0.24604868548587855,-0.551881999800581,0.6201457389410543,-0.09751462233637885,0.05354810608606276,-0.44821371403096977,-1.2993791179047025,-0.6116689885989224,-1.4164360427449885,-0.5435649718018527,-0.33287148510858394,-1.0646850239653933,-1.3084712378956027,-1.3847703584597595,0.7506996814045189,-0.38577563929041603]]],"Biases":[[[-0.014323249153299078,-0.5221597333949365,-0.7623064604834707,0.047412193717242056,-0.8056471966789843,-0.47129337577040986,-0.19568346095470798,0.14623920341771723,-0.9749159547394459,0.4273451564469749,-0.01876878912587285,0.8306557880839748,0.8951722251852597,0.8401419997482529,-0.502415940431441,0.04251483556378968,0.7195760663992992,-0.22295993576021542,0.19815781868029536,-0.06922483623891021,0.3947129868690901,-0.2708531026888563,-0.36608905659428637,0.5035684678634231,0.4994005371361339,-0.2450179629571712,-0.5968540207792323,0.11581704731467088,0.7143240037878665,-0.3460914257019846,-0.2022591379001524,-0.46802408089458253,0.5472342913339316,-0.531586474535111,-0.6657471168108533,0.5309394983375453,-0.7837243737712337,0.9442096598647112,0.1863450452669694,0.031692554394276845,0.1877824229187766,0.6777448706422983,-0.29894191802211434,-0.10110154362960042,-0.2445789429477472,-0.4130057045073569,0.009569465909415481,0.6990262800167953,0.4205961221365515,0.9177242083185341],[0.4868268023123274,0.024926480472945135,-0.5165863572059428,0.8460462997890611,0.08250439876617649,-0.3952669734370402,-0.7297419218643925,1.1276190237941943,1.396100384497316,0.5641496597390645,0.6891335847019737,2.167903563263395,1.2090103383424782,-1.6079616836417014,-0.39769277756548965,0.6521434883768455,0.5290300762693398,0.7888040535397799,2.1809675021487327,-1.7971732908031566,-0.6201005709920986,-2.107279441517916,-1.5968963734492114,-0.39059643446063197,0.8606063482916658,-0.06530287681686371,0.20319405018394504,0.8370038040219964,-0.2536121482566725,-1.641919009160809,-0.3026466541481857,-0.34252257277686876,0.7473974753695696,-0.6872747886367319,0.49180068149905043,0.42025351584883147,-0.5143704691094217,-0.1325309919457425,-0.26225604753274984,-0.21215294409183405,-2.1505617460860917,-0.27210287304046066,0.8934936616486112,0.36513462920500106,-0.20400072446934187,-0.3263489419616357,-2.2112428166979408,-1.1115457390569563,-1.2457829487614613,1.0944768487020147],[1.75385184852131,1.3821045687161775,-0.012490944805110614,0.44582411148506274,-0.3788218862520926,-0.017123333874711495,0.3855757384981466,1.323628929003552,1.4061380159060193,-0.07970648142342047,1.1820515399394795,2.2650456820711846,1.3492630362098297,-2.30567201763324,-1.2809932887718662,0.9299045271329652,0.5270224911182083,1.0784926018196495,1.9405989891894884,-1.2881885603861127,0.2354842668709765,-1.6193914868795751,-0.8195200859610592,0.7474463098653399,-1.0534075241026233,-0.2832617980277413,-1.6171150447914875,1.7242205328084357,-0.8253076193021872,0.5404283101890683,-0.3208721133512923,1.060700104666999,-0.17173205100497507,-0.6465293579111933,-0.4882390725428858,-0.5267428467227048,0.11075848480779796,-0.34445134535205824,-0.6444084225283614,0.40217596938886957,-0.9295871449071542,-0.23387271083403172,0.5944567837481646,1.5742039511523236,-0.7017704413275527,-0.6013471450254819,-1.741548416596062,-2.5194057464833115,-0.6784362990594194,1.720425399754964],[2.3188042599557144,1.8634882403375697,-0.5134589599554208,1.0365934443467335,0.9655553220151876,-0.7014816026423675,-0.5658397007292171,0.39322782568136466,1.1893445318380385,1.1007120817999214,1.7230830875671501,1.4180289084196591,1.7042652766880046,-3.7560503121480426,-2.0632216737464573,-0.5119370582084747,-0.9760421518933994,0.0744274269091309,2.4411037911296787,-2.157876007331807,0.7329729221308768,-2.189147289316986,-2.6726489090855785,0.49012401021661633,0.8829776096567049,1.8473090340291565,-1.174190983135532,1.3080673991071876,-1.0027223389291948,-0.7699449889676833,-1.138992005653522,0.2964113460692916,0.879179176501762,-1.923767472645292,-1.4502872255626529,-1.0479196585026467,0.0999287323173159,-0.2367560191243391,0.7918489029331074,0.16818662289357775,-1.2374743516432691,0.9252372772868925,2.131093474158311,2.170012312100094,-2.492996050391315,0.6771880689749383,-3.4257369832677593,-2.275374269641628,0.026211571494545113,2.585153915054741],[0.5929952608998891,-0.8505674035561956,0.9256416082919326,-1.5221043933265124,-0.4783332096288124,-1.061450778387091,-0.5947913653293576,0.19784975153413342,-0.9411760482184046,-0.5454136596340586,-0.7629016323743006,-0.49096080624115207,-0.03291301589668791,-0.835274184147669,-0.5083674081423347,0.2467987652326012,0.07315496509458366,0.031977408433987664,0.1595422348097756,-0.9911505164310673,-0.0670809355933427,-0.10296088607440566,-0.5202899971300092,-0.4669027106089211,0.2638853274399917,-0.460717364222782,-0.3771322202459049,0.022899980629933002,-1.5503558168209586,0.38954328453332254,-0.6081706236348453,0.10260973676498397,0.1545623076709521,0.794482802410133,0.9844788258896734,-0.8116863223274178,-1.0002379045566163,-0.9712264557625084,0.44258739767586447,0.2379591021515785,0.4851434919973331,-0.8269484297636779,0.2279887259779032,-0.7407130823289473,-0.09273792597615409,-0.14878619437826396,0.027297289115976203,-1.5474760814084154,0.5676609208157174,-0.8462667698711535],[-0.22758638961285563,0.47873154159186215,-0.11477734444077957,-1.2366033518076416,-1.355566574094067,-0.3125925567358497,-0.198661899388269,-0.7324042288428404,0.8729325406558307,-0.12378700898453544,-0.8181119373230729,0.9799644117347737,0.19823742833796074,-0.36312686544169687,0.06907259370427563,0.6076830686907362,0.08792849787646452,0.671480038657107,-0.44987166517041927,-0.7157583703025022,0.10330574624835503,-0.6374935453340373,0.09933812934915236,0.5771354491242932,-0.1485991088349288,-0.6043105024765532,0.9435558474464033,0.1334850303516767,-0.6649624926934109,0.2784466403922301,-0.0901758216751779,0.8196421619971217,0.3340365598929689,-0.6050612286143692,0.7658864010283565,0.7538683347505648,0.35535798982438604,-1.1232327440955665,0.8832248682169664,0.8210657823590455,0.17787969429386882,0.188906799786621,0.1812924513024373,0.2811272961893339,-1.0909727978419144,-0.21682479707976277,0.9665122185475112,0.2102813435869244,-0.3833452101415986,-1.397947750297772],[0.7570623243030546,0.437114344422139,0.8861973082696611,0.1603132731573675,-0.280214839381658,-0.2504219070077849,-0.8844347235583634,-0.8700946785771169,-0.8732077157910699,-1.058475148409345,-0.2881026975378455,-0.13273752975741332,-0.21762205524447512,1.0344537256331992,-0.6058656182580198,-0.8153878924689759,0.4659456020590784,0.5618923168286006,-0.35701692748288305,-0.008483408929496417,0.8306727072067815,-0.022120384083424045,-0.3641737878289985,-0.0877426516541368,-1.080007674649857,-0.002798459821563484,-0.27749277852529597,0.8862435209330306,-2.106899189105451,-0.0925821287814068,-0.618300335580592,-0.36045063531232446,-0.7473744014536812,-0.03840712479676492,-0.06310168573321016,-0.7813289665914901,0.4862536809219361,-0.25546649837162283,0.46020630891400083,0.8435061916663328,0.0068866874893345215,0.5041474569046978,-0.08169840374587689,0.2694520223003955,0.0013136757681872294,0.7470579038580225,0.8527111770459037,-1.3649304844864216,-0.3340734658512268,-0.24684849058783015],[-0.03715408888923556,-0.6333809871773318,-0.36892450341466076,0.5012726234792235,-2.0099784323503687,-0.6642736444052877,-0.6552746282390949,-0.9454557563108855,-0.9815095064359318,-1.0440018390941173,-0.1286050833738034,-0.5120321363373387,-1.8480855703938568,-0.18054257540266708,0.9080192275958082,0.6258349517271694,-0.19843821912543683,-0.8286902357523616,0.3407151703970986,-0.6699341342687407,0.6172318937608949,0.24515602269858408,1.0718144616384313,-0.1950167499754369,-0.8715283088328248,0.2611471792194363,0.7687208271586599,-0.7973026882524773,-0.29447150962389107,-0.30563236202782246,-0.7665329770200989,-0.9135356051700352,-1.3730603268925985,0.7375567721282776,-1.3617998839849201,0.9617587183455817,0.8088311266986461,0.721128311497538,-0.3931113946028305,0.3694173452085098,-0.33074740586166645,0.3306593424809994,-0.3885628844936059,0.18915235127350455,-0.05453055274543557,-0.5015062942772162,0.911778388044519,-1.426697599882298,0.4616778828748769,0.3280299489181729],[-2.6703626042698083,-2.8414797251791506,-3.208155835612459,-0.3573078213050941,-0.7727498519073484,0.23729879258234496,-0.6044013431561653,-1.703543363835273,-3.6451125626323067,-2.108532387231348,-1.8977554394217777,1.3079400148632752,-1.6413933599581594,1.791594636562868,-0.6944693180443338,0.14963982857385294,-0.730624965270973,-0.34555881182403564,2.2077624866346617,1.2280148942968654,-0.8277999222468145,-1.9943878480831416,-3.0776828518714785,0.9141369317692386,0.8577272698417444,1.3778467420992029,1.3534976566199197,-2.9734154804583817,-0.6904795376466922,-2.3012493340252878,0.2822654327530959,-1.7314155440696413,-0.6640427086289836,2.8919822455535824,-2.38745480636289,1.664580031493836,-0.9505466678507558,1.6483285032108308,-0.11840015441237597,-2.906727197609886,-1.324377228013728,0.806117971368403,2.103541049520692,0.9081444432755763,-2.6446731737151015,-0.762011619599888,2.11303085742835,-2.662116722520314,0.11290351407907935,0.006870034173215264],[-2.1486582171381494,-0.5164974812074173,-1.5773084214557256,0.606948713706373,-1.7767625505584672,0.14690268251136804,-0.14772749615460973,0.6128548670254497,-1.7274000816101818,-1.3542507296068014,-1.9710871777407566,2.7965590179288586,-2.3910509128939017,4.000690732908998,-0.11577220429771488,0.7950090487065937,-0.5972180969966305,0.24929139426834757,4.0646423344427145,2.586648394837839,1.8924085569448645,-1.361347496492623,-1.1007773207127047,0.9219093245322221,1.9867453944254456,0.625934966111051,0.6137793392316511,-2.20162076858424,-0.24193138780562093,-1.56481872825086,2.189796844341443,0.09075135528850344,1.3761047235181787,1.7452639823896101,-3.351810353568788,1.2859940662860379,-0.7583515375127032,0.7191790867897853,1.081901435255656,-1.9995415803760863,-0.43151869212754224,0.4529324932706426,2.403192462752106,-1.0042302065731668,-1.5733452425992451,2.2476397892321156,2.826058780987376,-3.3585595995545963,-0.04411367011901777,0.3974105571435598],[-1.9037073094085704,0.3015592345063644,-0.09119233732142644,-0.6788105304448071,-1.635780294629914,0.03801468825249195,0.3796155004849595,-1.0628930546208177,-0.9334689337192483,-0.6523931846432294,-0.9066079251105962,-1.3118888535387252,-0.22781191939229883,0.8670417896314765,-1.076943329889893,0.5424422275054807,1.164697654234446,-0.5112153783789222,-0.46413826312444567,-0.24546450654344348,0.009219611024276533,0.563216324208292,1.1736700469422243,0.8700586394325348,0.880232649563428,0.7794977792353729,-0.13751448713443282,0.3392068598474154,0.25920652287044965,0.8660151703376022,-0.15167972939251284,0.30556377870095414,0.518966956946256,-0.02733780316559861,0.4717774628106328,1.0628754196716015,0.18931035488942205,-0.4310579610915118,0.37416209086742697,0.32178714227863886,0.6030065798557159,-0.9563078561324426,0.6895053388817843,-0.2363395821064099,0.8488125602426455,-0.7028078572377155,-0.2496884717118274,-1.1124019651728447,0.29533220002654176,-1.7375062181682739],[-0.03080915659801235,0.052925125309729044,0.09390368261842917,-0.6192507041362528,-0.06964175353403877,0.18090535460671886,0.13314921347242353,-1.2394102764521608,-1.1606331843333355,-0.6677336317613066,-1.752766709544215,0.18559253519982225,1.1237852762587195,1.0013804168193654,-1.0055516596400715,0.0026718433356346014,0.8982674083422176,0.8272545247569999,-0.12452270565568468,-2.313019542051387,0.08928727592054177,0.10679576872320577,0.7673439546083904,-0.8328349991255478,0.8278030781704239,0.8741604841043471,-1.8410341648241941,1.270515163245436,-0.557249553228776,1.465773845073078,1.2228073038275555,0.4749695659429883,1.0909711961969095,0.6851285816818319,1.2091004170940232,0.09821803233919224,-0.7183176339419998,1.0753886129616776,0.7405439950436755,-0.16760083331275122,0.999819327890684,-0.03449063793178733,1.1256168609675932,0.659280954693102,0.5133612564758204,-0.7340022494246016,-0.7093896432641367,-1.0791245325598813,-0.5597267327559886,-0.9041329058673964],[-1.6913335366587006,-1.0973525937501412,0.5176937356970521,0.18279600746996405,-1.5210616619922754,-0.11089431351656384,0.33559848419984506,-1.9768268118647616,-0.8651088778434656,0.6844452075102172,-1.5411680216630481,-0.2663504002725807,-1.066621807540002,0.9775812017480134,-1.4622007220133506,-0.5581928773161333,0.006132346453331329,-0.982534131253976,0.8833589921405496,-0.3867663194459283,-0.4382941894114813,0.10339982560539968,1.4932165662931751,-0.22909007599408987,0.09151356590540503,0.9090489026619472,-0.9147880146440162,1.1415981634121268,0.22657017901119117,0.5206933900752845,0.8546011998544587,0.7981271927063309,0.3173465536547377,0.469083771790025,1.1611374078802674,0.8741294276436826,0.3731578141565968,0.09065551784280325,-0.8194054900444888,-1.0138581871279384,-0.12708699621935265,0.5823136503656654,-0.02256374916348151,0.7028996798405236,0.5903550209900507,0.0548901707671153,0.9902591448670984,0.03773329045348333,-0.062059480540743284,-1.4352748842633845],[-0.5802213230201686,0.48070480054847126,-1.6456355153827407,0.08063611405660669,-2.270489144509501,0.5177767891343271,1.730195835702216,-4.987074263535128,-0.13858620648845443,-0.9720908820482981,0.4745568901500281,-0.6472606852471356,1.026374635859001,0.17964890271554196,0.2464387812259353,1.1146265631728554,-1.4917424169836377,-0.34379525976224623,-1.4693546325593199,-2.675074419803687,0.487037692198607,1.2367759285103541,1.247190742650683,-2.765417820722973,-0.2807689289005501,2.479346206498326,-0.9409186295864218,-1.747195175676741,0.2914884107637155,0.2680573526868531,1.3157994939890783,-1.4603940138494138,-0.033547430434166574,0.2976644563216544,-0.17850632039788122,1.469345562924442,0.9098353955193228,-0.10529576245783018,0.5860753909238486,-1.070300797838519,0.4001467271550365,-0.21219652445000417,-0.7286886397752157,-2.0399307159264333,1.3590916298048255,-0.558586496770183,-0.08090365544063807,0.15245912817081683,-1.0656971846613852,1.466863473738499],[0.8871159060867723,1.4291447094387748,-1.139729689208521,-0.9234942204581985,-2.374401671297697,-0.24020034382071492,1.6411873317653745,-3.036116158923659,0.1847328469400594,-2.6360431425413084,0.6737578973787097,0.2516019598022777,1.0804614859438828,0.5625844911527467,0.6738052788639625,0.49960067443065165,-0.5825917625638374,0.368954797910008,-1.8441944797493675,-2.0341450281606646,0.6393010024772876,0.6472633396520076,1.1760869928496789,-0.8640612954287666,0.991236395975406,2.621060355376748,-0.6921053546002787,-0.24751497143996617,-0.837204535807509,-0.9769528915995058,1.2946956865287222,-0.5991879370266682,0.09007915385204605,-0.0873117184799406,0.2363811437919075,0.5658065585725808,0.42798986213995116,0.3666862689524105,0.15877115496969096,-0.3755850326361776,-0.46160308012239115,-0.0994289213465924,0.8072375895843883,-0.8943004225351509,0.8773650747234463,-0.4067721658310758,-0.052235648567479295,1.1327291028648887,0.07147907379107796,2.6721504865796715],[0.28654671235617246,-0.52100846690414,0.2887849189923997,1.5423638380323177,0.2769722885468967,-0.6498806942084123,0.7152353739025749,-0.03952714932171838,-0.43310438501841636,1.1431890829620348,-0.7354258752104478,-0.6545345036871771,-0.012541299926582027,1.2928284180665022,0.46753376538881564,-1.0099854847828855,0.2215498255967514,0.7899448876058683,1.6637012373033444,-0.4530632139144683,-0.36681692754688144,0.7017655331259993,0.3768394251448254,-1.7685930701543875,1.0204339196590393,-1.0464339100446016,0.1698039732127582,1.029152593390736,-0.3051634900918243,0.37265292923502774,-0.5502852073573067,-0.3901701258019315,-0.03901312849023324,-0.7452848208045638,0.3569374313522935,0.14874758650515596,0.11276246926540197,-0.605705212817402,-0.5311509318564256,-0.2593577590019668,-0.006224870131288575,-0.12522470205877068,1.252486387295038,-0.6752643719794554,0.34497136194369904,1.629581853631142,-0.3841083373179468,0.46323930006722597,1.0549126520526293,0.031828312345531094],[-2.0230494912921206,0.7445657275283202,1.4915749056920629,0.9013389985181701,1.1623957978063604,-0.5372317666343551,0.7611433020622843,0.5337793035741107,-1.7955188528487622,0.9487942869225917,0.1208263170375671,-0.7797793325967526,0.9196365091336054,1.6229938401418793,0.005659070828741311,0.18485493767581498,0.3876773552782262,0.8060449322583018,0.01839013675678564,-0.6858711162847715,-2.323200827798599,1.8732510300652125,1.1827691802355025,-2.442734930589207,-0.23557073979977675,-0.6563708119889332,0.6603826098364822,-0.34680625875699334,-0.4378779528035936,-1.3348000512050775,0.1956563957448326,0.664168839750821,1.462088778162559,-1.898794870991739,-0.6385530785136709,-0.8256538911516934,0.7606731159335752,-0.7098705398170545,-2.4546287201138948,0.059342813996194,-0.7403004211142384,-0.14462224703474916,-0.206277572005467,-0.5406066594436044,1.843186625215701,1.3640552732892703,-0.3954947642203287,-1.1164986092704807,0.7281021254916649,0.6883074082060847],[0.7323730287359834,0.8234086521288967,0.3708180079496013,-0.09137860195294614,0.17218245619141842,0.26269393629222854,0.6443102969251359,0.07537187967274524,-2.6642491800147554,0.17381023357200542,-1.2371973431359475,0.7848998612321428,0.9006704618466055,0.144472295599181,0.24326927379182162,0.361561190543996,-1.5264829207406052,0.27734446065407403,-0.6704157126380295,0.7023765084315023,-0.5621725987855508,0.6634915044479621,-0.17825167638112993,-1.0721535131133082,0.9176322782739064,0.6770395069946725,0.8911952864886736,0.23067489600674637,0.49862241087167547,-1.6503985965134564,0.9377398843741916,0.39795975759647023,-0.3151924500276825,-0.16947618688945662,-0.47795633168289164,0.13072856772795197,0.21322492681409957,-1.5162882088815457,-1.1981783234165275,-0.9414253628091832,-1.2641623206228674,0.41308913536279773,0.3533979489765589,0.32253393938880626,0.5716913704198882,0.8779870018752575,-0.6713591279747076,0.4806373976292913,-0.15694566395486376,0.8569439999461443],[-0.3785815735022185,0.3987682979534306,-0.4483116065838932,0.529449405183996,0.13659270020683675,0.7219222045926574,-0.41951111353526793,0.7288302832746981,-0.6486993756698612,0.4201539898656656,-0.7382218929277838,0.5747590224292449,0.18739464758754681,0.11800136736016525,0.6957070049289424,-0.943910571122917,-0.9523951175124069,0.7872232266026123,-0.8236787014675554,-0.3147362783423288,0.12201657708615428,0.3300272763166247,-0.3776897275373564,-1.221043156733476,0.5060102504694114,0.7317580350061275,-0.09809421964071707,0.7856075695716455,-0.3401765874879452,-1.1662714766643507,0.09525617211978273,-0.8943730489923071,1.0066464142918206,-0.350874504208838,-0.83396645070453,0.9365958497002608,0.9964598016780728,0.6052718197951955,-0.6109632060086162,-0.3436081197535695,-1.273822397383521,-1.0070739875571217,0.27962689329486645,0.14540943172637041,-0.12558111501820723,-0.13013325597078856,-0.9196289507425984,0.9161742739432159,0.4385061781999792,0.44885225166541776],[-0.016934905533484708,-0.24118780587683622,1.7266357223864877,2.025320899848064,0.2674581770949184,-0.26938620329230173,-0.8521435987208614,0.8689742120299757,-0.7901150873504439,0.8008929147111797,-0.33380959786098147,1.0441930734260099,-0.10431610385886596,1.9180537826784458,0.47235884476275847,-0.9376503832393133,-0.07842746668830614,-0.49081896991328705,1.5655411541080797,-2.3473643594473788,-0.5106928049393785,0.2803877544784863,0.07684189868567218,-3.8074724540431517,0.9722636001433049,-1.8568439703254358,0.35371709159468234,0.24382786310933946,0.8123214397134503,0.43573818374743456,0.9989889158697118,0.8207384536946517,1.1058218590093287,-2.244236612868726,-0.6511093701969698,-0.6527595772961894,0.5119569984498159,0.728860183833164,-0.9395869903669826,0.003942894045038931,-0.6129395235965256,-0.5105474108292903,0.6801241319049776,0.4276250144301556,1.160236632350324,3.11619371814274,-0.3875850328531419,-1.7625925752044538,1.3822118398977177,0.2819634031272568],[-0.9966850848135055,0.4814840300214361,0.9782459767057962,1.6095820531947669,1.190637857011305,0.7863547037088935,-1.036725113684631,0.7072127274992248,-2.312708896351745,1.1402061059292148,-0.08718705640231378,-0.0273400194602482,0.943285695353069,1.5260271455988352,0.7098852953699143,-1.0703502356127899,-0.6597991083487362,0.9481632892396795,1.3431929707755739,-0.5471045633954327,-0.6600994598060222,-0.049566380441207314,0.7903979207824738,-3.1867953740707926,-0.14553379371664002,0.6186925211423235,-0.21816890827658453,0.7413134970662842,0.08895434716997218,-0.28370955661827585,1.1988775335996593,0.8240076580510943,0.8671126395649122,0.1205350012276785,-0.04237087050445792,0.16516256422051961,-0.029858651252739933,0.4015317640099176,-1.679702905140435,0.9246876347175477,-0.077500166217052,0.06554106178610453,-0.684111651765021,0.11370873702426483,0.6506310469711183,2.453611667878948,-0.36752463128475316,-1.3098915755195404,1.9284158560423663,-0.07552071770578882],[0.40915078588162945,-0.23042698905147233,-0.706364320448211,0.9587206659517928,0.47870902811457366,0.5226817637573125,-1.1283660423009805,-0.3896062250970841,-1.642401861469108,-0.26492141259921287,0.36692729184394585,-0.15324773606933906,0.3368973148122251,0.9344669872511957,-0.802891956425932,-0.07658437947940192,-1.3434375656042423,0.14142103673195927,0.22782467982076107,-0.8706232953827138,-0.0384583738598798,-0.9564705477382529,0.6828963417385348,-0.9266681022903872,-0.6768984078622305,-0.5370383757020951,0.22346574970255137,0.324700524138692,-0.25351667708591774,0.4172999431354404,-0.6249244140112079,0.6713374333068732,0.5193354469195246,-1.289978729368281,0.710024868007184,-0.7667416502618446,-0.7023006109268833,-0.8414708559436913,-1.4617272084812867,-0.03702400204165543,0.7049320489904111,0.29301627974620287,0.619458963998864,0.010712805906792905,0.5152330191564252,0.5560714395627625,0.15155102913958604,0.16573041001164626,-0.17503552939558514,-0.6132950568932973],[1.590314930496877,-0.562146746718643,-3.105899456692787,-0.5373594690248594,0.8163552195386344,-0.6657015098413706,-0.2650434842128432,0.6956914184145129,3.8566730165173695,-1.2775135708603786,-1.6084011253139647,0.12992832910427932,0.6950525755841841,-0.5892071817277803,1.3473277347145616,0.36898230418104566,0.34471541890997787,-0.6300002186192948,0.9392200978799283,1.796470897735921,1.9137725587794299,-2.6146537145332838,-0.6082084119532428,2.56040254635723,-1.1823985161432427,1.558678339334853,-2.324196853673971,-0.09202948962791187,0.07321238996928092,1.8691821238300645,-0.04996655499898836,-0.5142793055418966,-1.7572106883827083,0.9979208843611432,-0.6710711964361912,0.39454835855091636,-0.7263923300483456,0.052440095815941584,1.1612651285059081,0.30221637004666274,2.303044325333452,0.7173227269818674,-0.5466424861386219,0.3059797801795706,-2.259185086647002,-2.5693653905821354,1.2144639121597158,0.7477354284546415,0.9989515332067496,0.3282946874859544],[0.078665720646788,-0.5911742450949249,-2.8216624769034575,-0.40785697103702745,0.7122288920972749,0.7496420458233508,-0.4540456708388855,-0.1714032991470622,0.7211767751844497,0.7539902163141862,-1.3894620995629954,0.17386333069936472,0.5645556217168688,0.31072595182085927,-0.08603512815877529,1.0285491446030706,-0.8195021715674975,0.4619991735944893,1.3059221768106477,0.03911240179487654,1.6117699527103637,-0.33846939801406295,-0.19734848193833515,-1.4932084566599926,0.0819651090202681,0.4702939858324817,0.04861887096995233,1.246966902590485,-0.03216555317330594,1.7963182530468618,1.552992119427927,-0.2013995263094728,-1.21668970826794,-0.5147708426164596,-0.49287674827129485,0.9822354190232395,0.06013375282017622,-0.7678024743193863,0.5163642819431368,-1.5943687736989793,0.608896452863143,-1.0469095192794238,0.32155932626873185,0.8176583333856547,-0.19810442880765772,-1.378876669100724,1.0931792881543372,0.5594688692798084,0.6031756645146367,-0.14587499040155694],[0.3672245031018389,0.8364193575943298,-2.408032843480339,0.39305077366708674,0.03186745698908971,-1.901503442024508,-0.7490822768110346,0.1062752899509357,-0.5901661262831782,0.14475236983050488,-1.1708758720828603,-0.280205227700514,0.8357119705681972,0.48737775654376486,-0.5351457031549074,0.866664877594582,-0.21596374473448623,-0.29335457355504946,0.29907564450977925,0.1641011559379345,0.761480177827511,-1.545394524651074,-0.6759911266419693,0.9470300594306249,-1.4702292809475053,0.34118353012464864,-1.961767629661283,-0.023883538647299644,0.7818066677651476,-0.5190786655211794,0.37312487240137604,0.32911750592292216,0.32643586742600705,0.22139351804426505,0.37385489328079324,-0.48020389447372014,-0.013045537561436112,-1.8398655431158757,0.921528701267993,-2.0573255731085527,0.056801951281124655,-0.24813831275502826,-2.1003935432622987,-0.3174066498501145,-0.7590064500461556,-1.8760630190379979,0.005934461944985154,-0.7082149978551259,-0.9807581952551683,0.4377929345593282],[-0.04636969376756532,-0.6118344079454074,-1.1282311359437154,0.34827166390761466,-0.6433972056066205,-0.38588982672135563,-0.3976024534959798,-0.572647629590482,-0.43027661914179294,0.9620618356343412,-0.3007088315194561,0.10459258443180515,0.8853936271142395,-0.11595501477263014,-0.5317484848515247,0.6605446644431503,-0.6380943475857976,-0.917981425366514,-0.5350965452107589,-0.3664639131178504,0.1230921737493552,0.6923291219832298,-0.6297793630004586,-0.5066657063439122,-0.383181271415788,-0.4965310084076162,-0.6827707985038346,0.597204781873396,0.9056891854669961,0.4363453816103504,0.34981644582722504,0.4213004931720075,0.8356145010186699,0.19549026364598873,0.13093157152173251,0.4064242023010506,-0.06245421075415663,-0.875090136141289,-0.31164952712734306,-0.060873878560100125,-0.08967360789768022,-1.0242536678193122,0.10918024116481068,0.3566421840559549,-0.2277530569504528,-0.6090814195465071,-0.3497158051429893,0.5306117939298635,-0.27937868469488103,-0.17295892084954317],[-0.20165280149343412,-4.834725455360917,-0.20901103123283285,-0.05848900157861425,2.1358707322004964,0.17222737407951716,-3.0020480629289854,0.34228590279126325,-2.636215446041739,0.987229463515517,-2.364399070451515,-3.268588354796906,-4.888392330617761,-0.15992998889765667,-1.0059253308817406,-0.014041155549931272,1.2868117545064117,0.9736204345402956,-1.8286592159812183,0.4209645202787613,0.37374844204282714,-1.4312726491463825,-1.9690873434047218,0.8441711930990201,-1.839048069669405,0.10205578456797548,1.1191024555990103,-2.8192189879997573,-0.20086474271415794,-1.573342069972199,-1.1194708300503147,-0.8884936026650363,-0.12492929152694965,-3.94365215665136,-1.5084301025441882,2.1795818216817135,0.031242806088253493,2.175808752403677,-0.9776146716909634,1.4221760555396408,1.9687031905814139,-0.6980761209443299,-2.9313389092170143,1.0178385622977604,0.2510832284316661,-1.1266698329446703,-2.0152462846651304,-0.7184220891600422,0.7114011743002945,1.9529378727088622],[0.14610107157772337,-5.200055138763201,-2.080682895440522,0.7683900172672782,1.8131983063638444,-0.37667556826601,-1.8920495223444502,0.15792455698554017,-2.800770759549794,0.600751746406626,-2.8590115520291137,-3.8297001432561912,-3.5002183941862772,-0.06356851472693986,-0.837323054686909,1.3775754607222666,1.804652195816541,1.3002688163539802,-0.017143948202154383,-0.7354220366449842,-0.40025574927742774,-0.6024095836475438,-2.9111207431158013,0.42379939271079126,-0.7620802033553855,1.1115854886740395,-0.104712320019099,-3.6248341768051966,0.40351719844298095,-1.9515553827362275,-1.203469527502444,0.4693923190332893,1.0845743202645006,-4.69735870727687,-1.8683945839644298,1.740920479356594,0.9280715650206063,1.6096629822245772,0.198640671786764,1.91477174809716,2.3472350539316063,-0.43049400500162527,-3.004430939336717,2.881528099704462,0.4042863897915023,-2.9161248858889213,-4.0889765435540575,1.1211195525684197,1.319787491789189,2.8959783735102116],[0.48231026764574736,-0.5571967470475644,-0.18502304390370433,0.36808036033442715,0.6124335130335503,-1.1425483348770888,-0.8893564459080423,0.6860457501874498,-1.2709876070720665,1.6172144302080045,-1.7951902589737623,-3.7054033822439707,-2.334338977378335,-0.03976951102912292,-1.2109027253062206,2.0725110214544498,0.796796731279717,0.10109895573355403,-1.6109196720996293,0.12731163657249936,-0.3667631313245293,-0.35361695514169766,-1.2924428506031553,0.9938271113692252,-0.18568302747176277,0.267909544623052,-0.8704201099159068,-2.8530255637700623,0.6291583011188696,0.2731394995653381,-0.526851247981522,0.12360930729092433,0.7674550059944237,-2.628817463330074,-0.19613644920231585,0.9350964377469981,1.1856909784677139,0.3236938592091875,-0.2589586131061067,1.8964700265598866,2.308454673379947,-0.28867585343197744,-2.154182657300882,1.354389361628806,1.1588720871921796,0.465612175451093,-2.6914989416291544,0.01776791796993255,2.609092685586006,2.8013510271268185],[-3.3361537750135772,-1.5831023658822247,-0.7657788515780418,1.5627647811149075,-1.877359959504659,0.7767088289725154,-1.379748978537598,-2.9231997158920406,-1.3341197558334952,1.1071283233693614,2.5516061853558867,-2.078817864891078,-2.03795959714555,-3.2175529393733835,1.4403020372312567,-1.104854213439073,-3.6891197582588986,1.2485891743574355,-3.2487630677251755,3.158766620309661,-0.16757037409868425,-2.4158506668385926,3.096882993069066,0.5276676461355768,2.0199084188043837,-4.460284374287478,-2.275241660359505,3.1606848894040493,-0.516172829685148,-1.4465111579339829,0.6306239643732168,-1.5746440548270895,-2.4704518634514763,-2.287185825154755,0.5408771557172486,-2.217059429725731,0.9070907117094609,-3.219856331231431,0.28399636735263467,-0.12400385361357351,1.7988858510212555,0.35359523929388664,-0.5519866830257518,2.2432968576954546,3.633390052631863,0.3731762410103941,-0.8568243401273284,1.4735265979831929,-0.2534968938411418,0.34066012187702877],[-2.519342122910661,-0.3110464558300671,-0.6154535767853592,1.783097903155253,-0.7851284208792897,-0.8972635606483698,0.2832129371709113,-1.337463549043745,-0.7450958264082201,1.1911927606167683,1.323169563827471,-0.3130829706417494,-2.7348976012147634,-0.9662918146455847,0.21940007788817517,0.233328497523346,0.12129881238649604,0.546011673873039,0.6171310693333923,2.447530685092974,0.6285863772601223,-0.6641086934276741,2.253184840956196,-0.4058990369633498,1.4199328930866917,-1.8813762674232148,-1.7389831886583464,1.8718819824926736,1.0194804252050569,-0.2453053421956665,0.5177923088785504,0.8555271924157346,0.21026253198288197,-2.186443567294602,0.6572586798042238,-1.8590813831328707,0.1406260165924367,-0.10599492178443923,0.7904376636932428,-0.8818420989075327,1.2064053427698262,-0.17385059762537475,-1.567009837479158,1.1974247315449746,2.2672360409841774,-0.31202510421561064,-0.256698103527938,0.6632386447996724,-0.6668202419043626,1.1209712352801022],[-1.298511340509308,-0.8144264311570734,-0.6857533377656112,1.1837263256287667,-0.12480055450828101,0.2892350821954887,-0.2989858172995154,-1.156348315822793,0.4188551306200911,0.19270769000466928,0.8017404204756913,0.005130976415131984,-0.457179476833426,-1.2487780907262318,-0.13377290665383773,0.3383139601260852,-1.334495136861093,0.9995424849097837,-1.4521330240381403,1.2770051142097654,0.5821153296460326,-0.5210824617600169,1.1513355427455543,0.1013334631769644,0.5425366412608965,-2.441976997183744,-1.2107207307732724,0.8554374330377297,0.2486473708327045,-1.1193725741893585,1.264405906853993,-0.5251909932812865,-2.049195637060789,-0.15095509854656441,-0.27838516462922397,-0.09100320390779684,0.1364372632947253,-0.8079083281468379,0.6783501891357365,0.0650085741511854,0.5403727605726757,-0.497340227152694,0.4549728853488576,1.4316025049140495,1.032502236543231,-0.7884693827655449,-1.045376786699151,0.8207636567897457,-0.18345413705208966,0.13204487902258474],[-1.5201111955320885,-1.0279392240019474,0.686472342135027,0.013494139128031489,-1.0476039303168425,-0.21114091847430494,-1.0807600784456868,-0.750276805169982,-0.894905894662937,1.1183286316982155,0.3934596626023263,-0.7597589632830121,-1.2792242689283815,-0.9912190982161639,0.721192095099014,0.482645767284148,-1.7605449680174843,0.6493571463593981,0.34315886172849175,1.6727527237055624,0.657536682929527,-1.3247355483463519,0.9307134718614866,-0.38730392706859984,1.7089901408732755,-1.380434922253147,-1.6143450727974977,0.6273453592663837,-0.22478176735514974,-0.1770050780821209,0.4340739333702212,-0.2860323568847124,-1.4173159439466396,-0.9987691161785123,-0.1387728164109442,-1.6203487678910933,-0.1725903768700832,-0.18362524063904262,-0.22341308875581972,0.9216664390873175,1.075665580898363,0.49317090131185765,-0.027993752384028393,2.1991789035420553,1.308795628573694,-0.4086869120530802,0.5555205901596406,0.7073685644403339,0.39029580047699375,-0.8203480246532577],[1.4925390357628594,-1.8627654450534301,0.492467002747237,-1.1308058946871697,0.39318904968261736,-0.39182269680788484,1.3386780797344158,1.0578045941642442,1.4667579071448043,-0.774900088909154,-0.6577336790154789,-0.2687872535269139,1.3180944411040754,1.8329370218537513,0.7213853970426806,-1.200711632644603,1.1670658748133549,1.0927390749730008,-1.0496841084629382,0.11233857978845416,0.45346224440952104,1.5667257921894095,0.7836555231916627,0.02980426587211146,-1.5853168723339912,-2.384642258748776,0.26347477063711877,-2.01562515542811,-0.6114259543258473,2.2556966900337545,1.9783172933324553,0.7815132686012904,-0.5830939371243957,1.296186322416456,1.6991261823726258,-0.5322896981607468,-0.815299371542606,0.7616899847252011,0.3415523021136053,-0.045700917284731794,-1.5861778148589831,-0.8104974106415386,1.3869640020641456,-2.5315085851573693,-0.1481585812849882,-0.1295702146728951,0.43561446968253026,0.9022742755459865,-0.005481846760561379,0.7152820611778711],[0.09194522120527303,-2.8428648206613416,0.4974473190353213,-3.8350602940605034,-2.7143215189737333,0.961941387396375,1.4805758429996343,-0.6518923574355286,1.4546131853497872,-3.5257268672997077,-4.098144773606023,-0.6223719701945079,-0.20425317110844407,1.6136633424072837,1.489072136442666,-0.7752994981797577,0.42590881123699714,-0.48217711388156825,-2.71542039391827,-2.281347393396831,0.6714470732859738,1.7059793655276738,0.29645970444732234,0.7478122806268707,-4.4063751382144485,-1.939580130098704,-0.759698631223787,-1.853584549456012,0.8834039329625228,1.3447201949554801,-0.03931224107972719,1.1638315746355812,0.254609307252551,-2.191673504414287,0.871282455571664,-2.8842305042270406,0.6938969264790079,1.2089381988961336,-0.557088331036971,0.5156771915937816,-3.4924297513950275,-0.0065692372750689055,0.14328120010737247,-4.216592971390074,-2.379395031977687,0.05874938615984719,0.04470247015175568,0.8467788147525975,-0.6054946956032398,0.044610604438674935],[-0.28665123118664027,-2.2764273809774855,0.2428196489362625,-2.4744075454283916,-0.40908174188916757,-0.18857817529780482,-0.25729513542582927,-0.40492512450056434,0.4938227371437267,0.06442183371869221,-2.7794117603156048,-0.27921204539076294,0.37800824888629647,0.5060877552947008,1.1481328114330573,-1.5155523395491226,-0.30869905511235574,0.05037679178904452,-1.9040436898464905,-0.1644722680340845,0.6888376925736983,0.99501203603034,1.0210567920835698,-0.30836727185752943,-2.725423501037852,0.49738642612496364,-0.9587331315828531,-1.992335111954307,0.7543190411195676,0.45646294184717323,0.031068306027337116,0.4092747917620157,-0.023347039179475646,-0.260720523906498,0.9170813215916556,-1.1936919164913813,0.5680399433011711,0.06513441918574484,0.7776694848261608,-0.4598333001646198,-0.9063165240764278,0.038050011131988186,1.593704206418108,-2.754665720956606,-0.7547070470995186,0.37341205443548064,0.3572060426890436,1.1456063639180405,-0.08964603476251876,-0.4258640379576525],[1.0198674476527818,-1.1504444455066938,0.8924464760389934,-3.369719038749989,-0.3188005248969811,-0.276739394869659,0.7142175316295273,-0.08301444086763295,1.1460253869180574,-1.0632234252060562,-2.3775631879379953,-0.842676695969412,0.23270478899903477,1.1798489400002354,1.570927248772896,-0.7340386176280672,-0.4516024175675767,0.12780557288878386,-0.46884009268441695,-1.229260527656146,-0.2967543971666481,1.2360440133953194,1.0662819599496536,0.8742404393042721,-2.554728045012424,-1.7409067452874245,-0.8249110477336735,-1.5807244745547409,0.5079813965621353,1.1991458261759909,0.0478884574794223,0.04213932786719423,0.9023656581041525,-0.41311495379745933,2.011682408955608,-0.52090657274413,0.005714378236842351,1.3623710941232448,-0.7364955748276122,0.13233996321554653,-2.821243615543342,0.8579482498941858,1.4909650079063945,-2.8638184287625705,-0.24302568221564247,0.2928511943372985,0.9809901587402885,1.7384105728733075,0.5899076720232227,0.41724888144708205],[0.6260900404911316,-1.1399084822682515,-0.23184144100820603,-0.4641408948015967,-0.13862650392245401,-0.8751329621233578,-0.23046942131142456,-0.6319478312903062,-0.11520666139776742,0.715408903491621,-0.43161249892764875,0.8465624472963207,0.7812795070560465,0.7926717213392933,-0.3085974233845925,-0.8827416539143446,0.5897325483087364,-0.35408619187088536,-0.1718488518522573,-0.8897806700256156,-0.5556595993764347,0.3283831045352029,-0.17906415937016085,-0.15635531237536718,-0.8984041555454116,0.7702959053536728,-0.5274892625001012,0.11594261647880356,-0.3880239749574622,-0.9551883216792666,-0.20298385676712885,0.6757124096324865,0.8121580075688867,-0.04662747423512095,-1.244532356049829,-0.8874313003676724,-0.3796228852302266,-0.2239025784993265,-0.14359403013977762,-0.4892698074018342,-0.5075337651332072,-0.38355998176743605,0.16914249279146665,-0.28326592772375414,0.12725462993393727,0.7353417863197907,0.8356533603802507,-0.38784632793918883,-0.275227837646617,0.07063063346873251],[0.20465282110455027,0.5641055865238861,-1.5254060476869982,0.8412495824401891,-1.0319141756898929,0.23515362669873585,0.44232162646188344,-0.902541819823894,-0.05281723075096807,-1.2280614526946885,0.6628597533264833,-0.2318484938588108,0.216021473903717,0.5314460121424057,-0.02264781929791992,-0.6840112212066161,-0.4933165398724362,0.6097901529610017,-2.238588515193676,0.9433078177944615,0.05413583380233975,0.05448439998607532,0.18384135832578957,0.5257144871959304,0.16080103082442185,-0.9412637907979534,-0.28719352957525146,-0.014553148448898323,0.6034837973849184,-0.9807509247270788,0.6084423737897943,0.2544702428459313,0.5986302803664592,0.033912786145429974,-0.12798083297275178,0.4908341934349786,-0.9145572386687673,-1.550098136580417,-1.0285725902353497,0.6394446829394759,0.3720025355928786,-0.046667215355237164,-0.19922568561398143,0.6434944453691059,-0.8582097404634745,0.8040841287808951,0.6626909991016957,-0.6378945226637215,-1.0858323371696572,-0.560508476692747],[0.7577951120654359,-0.11783462963447804,-0.7850122985981884,0.8861034068388102,0.351156410489596,-0.7427089236800813,-0.619913584580941,-1.5369919780753492,-0.08501132075354577,-0.5429558590708419,0.7768662429278588,-0.5803236511518133,0.5610340272094605,0.5086040601342131,0.19835401750223391,-0.9599939753157944,0.6293935939325899,0.4942790402721232,-0.10449363539931594,0.8524484313457754,-0.4243025664498962,0.8106476456913595,0.20437848392714777,-0.7415312636235464,-0.5135680929041128,0.34575788742377844,-0.7492245619185954,0.08932986404143163,0.8272471015707151,-1.1778800640100797,-0.5753198306158074,0.2557981142496502,-0.25677914027571164,-0.9261904454150326,-0.27487487186624326,-0.2631855315750591,-0.1506734402480817,-0.45062245208673096,0.7044224394882361,-0.8850889446416448,0.2996892050676793,-0.2689860704630441,-0.4157121108932372,-0.24100034718908747,0.34942961191287936,1.0956013256508759,0.15420871088784133,0.8304564891018285,0.3068346117637229,-0.8411315546191368],[-0.04879322674596181,-1.1684555244121568,0.5745996643685699,-0.0852057407058933,0.5855788726889877,-0.4772663067116025,-0.5971205559335012,-0.32912274635740274,-0.3664800319312011,-0.28740886184529113,0.027295585825232366,0.9163950987566647,0.7280054353080817,-0.5641191337872742,0.8317924734031422,-0.5054027821334628,-1.0603036495618123,-0.35230075486469564,0.5726029371070811,0.7287327913916363,0.30561152042940704,-0.04007657015297473,-0.6885899809615225,0.6696914476246844,0.08425946400126126,0.39039634652705024,0.5191273317499545,-1.619066256641875,0.9256292812628697,-0.17448113070198548,0.6334692107833777,0.00890806548784469,-0.7519494034421391,-0.06532283988362536,0.14644409310220385,-0.24739191852745626,-0.25804641405847734,-0.037599691938388524,-0.9644381625657102,0.7560482668688266,-0.5939071576149647,0.6457818339850215,0.3762711743954716,-0.3773452386687548,-0.8499196777237278,-0.004018957458374994,0.34255520974078146,-0.594641534558214,-0.3350628445505095,0.23747408802507933],[0.9339750479878826,0.3009467452722681,-0.5062400699580779,-0.13444919653860496,1.0035573254260068,-0.2066010789842256,0.2905940411259238,0.3580099002479757,0.7305660153539005,-0.8575203100795701,0.8743235251039928,0.22279074969024276,-0.7706358142835338,-1.3629448795745143,0.8343062871395576,-0.7743535020087238,-0.53047394459423,0.14744555540920046,0.9510593872185428,0.18055794366436473,-1.0174538428889393,0.8413424315338245,-0.6399981994510926,0.7132846810012146,-0.5002834715997918,0.8885582871440294,0.12106053288001196,-0.29663515474100294,-0.17981069864909116,0.40100489985277854,-1.8354611252119615,0.3705583896545351,0.20034050515142784,-0.46246403127195235,-0.9651156370700148,-0.09296569383965375,-1.177436364097428,0.46319395254913975,-2.0200982654635733,-0.06950642147716966,0.6170774793394604,0.6968658800723402,-0.756601249766074,-1.8176024053337088,0.09383785283350611,-0.08451293233920054,-0.5405557781687584,0.7290318517629052,0.8273326971117351,0.9478758494626957],[-1.343191055929372,0.4251913754262364,0.052863111010897516,-0.23878912349766918,0.3683865827886153,-0.3959239796275344,0.41843831893765016,-0.6653763155488521,0.2494508157683869,0.18218632379136787,0.5023154101767864,0.04515569813676135,0.23647618768659295,0.8368807662055753,-2.235542890310558,-1.6468986452492818,-1.088909157414831,0.17198917750185236,-0.554648737019817,-1.4006847838029608,0.5203452337690369,-0.09498333155164836,-1.1283917040925147,0.3872965018928662,0.3241424133309999,-0.17328802324914966,-0.5377438263759812,-1.3339964409205796,0.8917448732422617,0.32201174829694623,0.7376730342504098,0.3060343182043747,-1.7163551029286364,0.15162522373542286,0.3373148134033936,0.8304396584147683,-0.023602452961165844,0.43870644846356066,0.384923779752793,0.43592426637583676,0.014541403819526318,-0.8306718671529374,-0.3239907023170092,-0.3924096820930893,-0.27245028606056776,-0.1548088286013416,-0.472682600282203,0.14546478309962932,-0.22486623949185272,0.27526842575965277],[-0.512804564910159,1.5183611130708325,0.5552199365542537,1.7678385633678984,0.5720589483176052,-0.30888919056502795,-0.9403463897099926,-0.6518854725332685,1.0275683480865208,0.03879496280834235,0.24380409189490496,0.3929725733962877,1.6130950499469185,0.43495427789707813,-0.49749643148379025,0.32503150006841125,0.7234805798905893,-0.22091801254358184,0.3503290026953975,1.1309398862575581,0.7352688416918561,0.6014840994196512,-1.1723829207104333,-0.5623792218046315,0.606034359927632,-1.0256811467499962,-0.2603342807952282,1.1610450916528863,-0.39836122815287334,-1.3603939212174747,-2.158020982295309,0.9143820396275909,-1.067579920778143,0.073114479637135,0.8876897798851093,-1.4485335021897128,-2.4252282123943165,-2.1409319396837745,-0.18614241008448495,0.06682947182403641,-2.297526441240616,-2.2768843951152267,0.8577069419350041,1.3960117803402847,-2.5991102127592365,-0.15769057325565602,0.7884987727985187,0.3733394037249874,-0.4775447733795806,-0.9811512648078089],[0.8183208030410646,0.6508061194236371,0.8540453517513271,0.7480894906964761,1.224511343533952,-0.4989085739538461,-0.439649210730498,1.7751949678135834,1.8167261828705157,-2.192680626028793,0.26700493930493413,0.11597105232535294,-0.7940327572455675,0.5265223269430792,1.4851611432863883,0.6541361400424835,0.7180281839369252,-0.6543642649372216,-0.9509210830773663,-3.3998019852635766,1.0786539932343313,-0.5843910769373424,-2.0956514544386167,0.9772719827264419,-1.426913364137964,1.5592097653522214,2.604287759246573,-0.8861352763403766,0.15070287885846742,1.382007991417634,0.003053811509231047,-3.028311350307663,-1.783908805145551,-0.8873718935359828,-3.815243151694135,-0.6449042301044434,-1.0623804871199223,-4.7683851527131464,0.009776546252749098,-3.2914698157606703,-2.30904262935846,-1.0290325782148442,-1.4789633315578872,1.4263212581929425,0.8492841454873182,0.858402909177079,-1.963859545269296,-2.5465571002291383,-0.0316925764361827,-0.30227704083274776],[0.7551343817878765,1.232862609469396,1.157640385152833,-2.0809825508508104,1.1367226821628704,-0.8404566373158697,0.6914349059431988,0.910784939877607,-0.15523988584346557,-0.2702145166856624,-2.2514675626561638,-1.4154873374637271,1.0014820691250053,-0.15178450912689329,0.6111344686572139,0.4225402587037436,0.3279056563224253,0.4135953901054029,0.9381900958195459,0.46997027778472805,-1.0650799637747912,0.2957397158982211,1.8285218022076157,0.2103946026357652,0.39631882458541534,-0.19963597941238287,1.4081875809203415,1.5391391301693598,0.23206405874047548,-1.0187894901655332,1.6863490437838278,0.37021985445677824,0.3814360784572196,-1.5185142084345156,0.9655673532029061,-0.5286473137068076,-1.8144089936735817,0.894411643345601,1.2486898492584901,0.4668324443027031,0.25368454466646995,0.8160831364764456,-3.215890400545761,2.093576524915069,2.2692401923807393,1.1776848544815783,-1.4191421267640496,-1.6360997616126105,0.9052353438984287,1.7409734141598565],[-0.02553835891565144,0.2500459958194174,0.762943269390815,-2.6214423221145124,0.8282953495526626,0.16896952469614984,0.1828528155840553,-0.7816102988926767,0.5340956189907884,-1.5729392637895194,-2.420748656979129,-2.1952520097126724,0.790344481955806,-1.6692327233622433,1.3328301205699675,-1.0518891373427954,0.33148429988785283,-0.6353968712711217,1.50880774096851,0.8672966734455857,-2.6032917461262763,-0.6771086075905781,1.5599643958091447,0.8520455525659939,0.6874676239411889,-0.445039102028703,-0.45996719148408294,1.410070432269736,-0.2689657324230288,-1.048835484271412,0.32592335988800064,-2.1800135169642427,0.5841847291975717,-1.3145160046959534,0.33081970394672455,-1.754063165363006,-1.3368695382470723,-0.7387513457608335,0.6938743864073869,0.12110082289439379,0.22950779834561955,-0.8413325491765782,-1.4158679935955305,-0.3318350375238852,0.5585358834797122,-0.32024265212914577,-0.9846193903859275,-0.6454534925268115,-0.9274913965309906,1.207137815725997],[1.064136799998189,0.11050629297339294,-0.5047122582534478,-0.3778328803612622,0.8860480520992153,0.9285504803313358,0.19641868726303688,-0.508836727434457,-0.015446132126301968,-0.32458029827752055,-2.37116868538227,-2.180563717437896,0.9820214552866475,-0.3151497249132296,1.21016258307201,-0.8274364245059997,-1.0194389745756107,0.5917803501351879,1.0184552228157084,-0.24164579770998298,-0.6902823705803047,0.43262894506568156,1.4870775735922162,0.12825206262069175,-0.5534570290365688,-0.055535135180577865,0.9506876484284155,0.2983058450817807,0.7731773348371374,-1.3590285694477438,-0.3268190543723663,0.10150833908423873,-0.050584686290882766,-0.29293481789789266,0.833636824875841,-1.0367507428299039,-1.3399461354761295,-0.4460403882138142,1.0958491881574328,0.5727786045943791,-0.4861369722762572,-0.2068019491715012,-1.5565159740195156,0.4876010315044845,-0.11509362723065267,0.7793164028034567,0.15542789468508542,-0.2895933778249285,0.4039391628033355,0.0780098925437248],[-1.2914242317484819,2.5366203031699643,-3.56916483514373,2.148524138101421,2.695273162422081,0.4347655897303309,-1.8240359707747595,-1.4293619086520364,-1.5465265930436431,1.1305423329802347,2.5880364209168576,-0.3764632279723948,-1.9783335102518276,1.898745152279938,-4.017003921178811,-0.32966305592800044,0.9859746553842026,-0.1257617329545741,-0.4291448956142327,2.990332729509656,-0.43720108503267796,0.165898149618506,0.4453620408250441,-2.153623385896257,-1.7009878080124996,-0.4932762102775061,3.429106089584817,1.8985986418118481,0.3606802656890651,-0.386000008035871,-5.0005486088307824,0.38614580858664416,1.8976240709397085,3.3917338470154155,-0.47045853739960763,-0.9084725307608608,-0.05610398607965704,0.23895721541493287,0.4305988386746759,-0.7871847094033345,2.2610931817190028,-0.24681770033656833,-1.3676229406135432,-1.9240885462853297,0.9482349033302785,0.01138766779114732,1.8674817646032995,2.11910619824152,-0.5909819330506417,-3.0952777976571864],[-1.541691128578213,0.2290758369747204,-0.8154903780766881,0.22337881213203326,1.1113082960337735,-0.6003364460302696,-1.1817041389825045,-0.3431367918916394,-1.4918017500760208,0.9579332149498669,1.3499303405445162,0.3445888885491996,-1.0978224906504224,1.3272394226770003,-1.8644386711868726,-0.4018701560719517,0.8319395387611905,-1.5215086195778105,-0.800089991741781,0.5764851923433929,-0.5638118264398038,0.8963817966766991,0.3292848501669297,-0.26912671546806743,-0.32111997233349043,-1.6417267782617073,1.7520769150589235,0.5717708428915693,0.7723758849100293,0.09704892178984229,-2.958194414108751,0.43300335063081746,0.07959772382170884,1.6615151718629964,0.44032285454854264,-0.7364086635612579,0.03044621991751508,-0.767614353097954,0.2746658481519788,-0.7227897481394567,1.6996722079900302,-0.17463842129967366,-0.7718375618180773,-1.873101073575145,1.24403456331187,0.5747010530438644,0.28825967864569146,0.9677946525764077,-0.42706010520654303,-1.7975746910501615],[-0.0071663320938535925,-0.4014869849147481,0.7562264652498146,-1.9045248718712633,0.20953423507862798,-0.2522833312265049,-0.8413438221151408,0.615727569108573,1.1935332208731975,-0.11370878633609176,-2.875347582275705,-0.6595678533021904,1.6593714931947356,0.5402380777350038,-0.5573141368290648,-0.0744812124605019,0.3838378210212017,-0.252803925263282,-0.5380194349274767,-1.2640456821391475,0.879133174214189,-1.2859287556977956,-0.385356865330174,0.10347875184708713,-0.15571425475054468,-0.20045936485163776,-0.9473129699614059,1.2942895182054404,0.08259706593014733,0.5353748023948142,-1.694556082998863,-2.2724700465120033,-0.057088183964306705,-0.7965881487428235,-1.4885390880012495,-2.854821242766049,0.9806465162012703,-1.0725083613355513,-0.38380204082037483,0.32229021850684664,-0.8824816786716173,0.7753516995032428,0.7345391596663284,0.9899153563614822,-2.3831434204793838,0.0004465019061270317,-0.0454907682730655,0.7438835393118067,0.19984138823011036,-1.8567610312700937],[-1.4758009734613502,0.9885402587703157,3.0461216703751552,-1.9487270081519292,0.6271267175931257,0.5883440881080128,-3.146363234266789,0.3876308108181705,1.356761874369097,1.1597300973153333,-2.274655383531174,-0.3883958845899805,0.6884387919222866,0.4613250398808357,-0.5982131286057074,1.7556366829962031,0.5230287574433247,1.2309618978664434,-0.28989103450029197,-2.710611069112105,1.5150869825455506,-3.399038704944257,2.1573106943436273,-0.17459238770232782,0.41942751699230546,-1.114455924418762,-0.47277385088505397,2.623342077061104,-0.03864339442738694,1.3240729603214183,-1.8847692104459959,-2.327702240319568,1.6367757390785023,0.8714682678921529,-0.1513494960110047,-2.2139689763578123,0.7506946829495259,-0.524204741985342,0.5557374033061728,-0.7537976913612454,-0.10607975238267377,0.4743092598037399,-0.6205843496033574,1.6085744947759972,-2.512571334011849,-0.4528938254336741,2.7388781283799255,1.9514711922278172,0.6117738189819355,-1.4278468243220754],[0.2005468581411282,0.6904384412842813,0.7597680648372531,-0.32057599489737915,-2.291586668850746,0.08394932802215192,-2.539750226661206,1.1587356953973986,-1.2360270106796227,0.5048078052332711,0.1367461105147905,-1.2126556914861888,-0.3824137878298715,0.3530192097535336,-0.2547346685805396,-0.4594137052464833,0.11497095626662236,-3.1311358809580523,0.14615392301448457,0.4838442456732404,-0.6216724272265455,0.22166088577766002,-2.5555448408683477,-0.8523377088881835,0.8569767815709292,0.9487545887847904,-0.9397173515295889,0.7306327341108617,-0.1747382569807373,0.6648214084646648,-1.8529928952559522,-1.1255263730425218,-3.085884486060142,-0.15152609903389883,-0.507349013965218,1.17366656881364,0.7638635665945689,0.9771144033692001,0.7005373850201673,0.004619256935006894,-0.905549584002156,-0.14308129557894866,-0.24246557688444123,-1.006191823301939,-1.9469291068344516,-1.6959383444445526,-1.436752164313065,-2.5631421517931003,-0.5617642913323536,-0.5381616452443534],[-0.3977768298862603,0.9945889547384283,0.8124260540229944,-0.3373818171444829,-0.19479079170890726,0.5953986973850678,-0.946663249804834,0.5244543617585893,-0.9573282919653489,-0.1136318992698646,0.4099108605099976,0.26184098370098996,-0.4507928886434087,0.6407288617653677,-0.813600352045937,-0.3341177260955051,0.4559846947248106,-1.1280596881587985,0.13551202253232714,1.0363583345603975,0.3691462250419913,1.227174056493596,0.38717336360398774,0.6360551325745681,-0.4610580100480988,-0.8495650746194677,-1.2241475136512805,0.7606804591002571,0.08207362885052666,0.8242182407331324,-0.9920032031585913,0.0696387624860851,-1.4626137576685458,-0.6223464719447435,-0.28003532825744304,0.40031702844671063,-0.11944999027027743,-0.08717987786450378,-0.4554227181446176,-0.898546190767097,0.7056394501121404,0.2348990293482754,-0.36598608865278837,-1.0870086715092464,0.1556327233767126,-1.0593213838483284,0.006136368674757465,-0.16917786658770562,-0.09342015728841807,-0.5164548444983184],[0.6698019780886123,-1.0616921206036949,-0.1079902229847124,1.8690487912854146,-0.834170541424708,0.41641018557638254,-1.7827114948509333,1.2984663864493589,-0.8004213147680853,1.2204081810105256,1.4407809167753285,-1.4377645282747948,0.997224045174061,-0.4560597150202657,0.21476373337930346,1.7062146007950174,1.342452236071059,-2.5521521071498037,-0.29129218194114354,1.3150725278355897,1.2986387595683402,0.6140427084107436,-2.4415395938547175,0.6524488529033353,1.4696597376801728,0.671579731268486,-2.2806780533446873,1.6222698653820247,-0.43846149600167095,1.3564701974956217,-0.988440556812606,0.9534411763469832,-3.2494823082407356,-0.16730503381471742,0.2474611003849265,0.48568729263597943,0.08400135605706643,0.2722058967207151,0.30790390301922504,-0.6635463437039322,0.6207510452326152,-0.9116737188560131,-1.039830283732659,-0.18523924626074187,-0.5907757409966711,-1.0224460217750555,-1.340870452067372,-1.2358364904281007,1.0765508677251494,-0.9088102503956111],[-0.6534288218016134,-0.21663465086130923,0.5871807584157915,0.42011937712882885,-0.010016919748877105,-0.24709317313174756,0.9987146171465927,0.5428337222011316,-0.8337300398645402,0.5965882307628044,-0.9275913819744958,-0.5023419204291888,0.18049989652904355,-0.4420754311439584,0.261399523393285,0.7000626344862081,0.03837954982017266,-1.3554186760224307,0.8967876516096407,-0.8431942543342626,-1.5496205421008384,0.5387994326600655,0.9780991290964411,-0.3427499837301591,-0.5460749900474315,-1.0217660371475614,-0.6607578354285764,-0.2708028625557844,-0.8925398818187646,-0.6693773784013185,0.7189579916318956,-0.03819322985805351,0.4405646936291841,0.9048099123695535,-0.3645528817333982,-0.7559410715510946,-0.8258984695504202,0.5631195056083763,-0.6598213245497665,0.7138094334255626,0.021555059463767727,-0.4536235075805721,0.24617141309108692,-0.7533189934676121,-0.9313701644910056,-0.08863961358811576,-1.117760577284902,0.6074993448088815,0.5488992533979034,0.7095658770854198],[1.6145621496592328,0.9607312340678624,-0.6539645107620962,-0.6867440825098229,-1.3024053565666278,0.23359277889066113,1.1771924148419464,1.159602107257518,-1.8426747215477577,0.28654788186748253,1.4654058110500467,2.2856866143440953,1.324099608945337,0.919737373573716,1.058884891331905,0.944838496105765,-3.490090446014404,-1.8504101022077948,0.08702622403345181,1.2651751359753913,-2.884789285049804,0.6186979136551308,1.1107932450120481,0.9237635728218271,1.0710930642240206,-0.948512516197382,-0.016931366135607005,-0.0533512995350221,-0.755335272389495,1.0512011175430946,-1.4682155782270838,0.5493605089291967,1.7149194068519382,2.4085752502927247,-3.947418355514699,-0.0634116835703678,-0.6971727521173996,-0.6206856826262532,-0.5724896827929126,0.9831311577760685,-0.7094728123994727,-0.3149184187861155,-2.274089576716253,0.6739591524882269,-1.6897328794582136,2.2101538302095665,-0.11539302959109599,0.9678587782447868,1.8252915194056136,-2.2960577365765653],[0.6068883387514552,-0.1826010170463189,0.6480064401444944,-1.4072849858610714,-1.2149654415045235,-0.3720267136731282,0.3880550510983951,-0.1993347545182355,-1.747694362904215,0.8303989011617127,-0.020549433052308778,0.5021435986751086,0.6421122262602934,-0.2754318416589088,-0.23872368810461383,0.11751968765812958,-1.293351456225103,-3.173902771081011,-0.8557423920547439,-0.1140597236861743,-3.753307341537447,1.239949758482526,0.14643240177397007,-0.735442319281835,0.27941809801541445,-2.04905359582346,-0.939932886064393,-0.2629216758334765,0.6168535302374023,0.819600243538167,-1.3976679397485936,-0.49193366407183176,0.86044428561418,1.4162414867515805,-1.4108500464324036,0.05844726060903185,-0.06302650382442453,-0.5660446158728574,0.9174245711164154,0.3532705486069934,-0.32383248358974115,0.5230654542625084,-1.6145418668770408,0.6829724675910186,-2.1024755483324173,-0.47881932396831933,-0.6450239996819437,-0.40847104876039747,0.38377585433927314,-0.3953500994128286],[0.48631762915124266,0.24069932900995197,-2.259312473581502,-1.6403868415695508,-1.004722174687191,-0.8673971134859758,-1.9011302475526035,-0.7303486920081746,0.07153533253300982,0.6333280151893976,0.12362721390942677,-0.0840201493856382,-0.5724810769074797,-2.197181503445166,1.1774674718222329,0.8448845772319836,0.8856384518979069,1.0117105022124937,-1.2833733202517226,-1.4076324848857658,0.7328427798050907,-0.050376822108726564,1.0900406217928107,0.6004040345187489,-2.488533216789018,1.7205091849688228,0.9549717540377203,0.9627463959418839,-1.066433994281136,-0.2994902024451409,0.2430866178720894,0.7782629107515766,0.07041731357273001,-1.927573480535779,1.256454906921228,-0.04323276944370738,-0.050933689641023086,0.47491721393879055,-0.3285848427691819,-0.6803200953362329,-1.3653056568886828,0.7584898370926079,1.8896748537338728,0.5779751771360402,-0.18003576156952564,2.5976948774275503,-0.7647953559400984,0.3135297366215588,-0.3462557968473506,-1.097026798896488],[0.5829318305065232,-0.4402650981246252,-1.6451402016694163,-1.8372447877079936,-1.3464121663901294,0.6437856944780925,-1.8245546926829352,-1.2279406444261973,-1.1449210426179006,0.2026236406700195,-0.9871503086397742,-1.5260874467691368,-0.5158474908794228,-0.9045797500277842,1.0196268965663784,0.8556422423069684,0.5751340321317907,0.7675286973797136,-1.6457761521484586,0.19389133808562087,-0.1142881565157846,-0.2723059572222037,0.344077146552951,-0.5351981772549299,0.8085875586539856,0.10189960522955852,0.8768793828688464,-1.1783552233676753,-0.6096291291796468,-0.4112923668074215,-1.2520988136546725,-0.3666191748308061,-0.685559749141644,0.6756431354054094,0.7503197410446634,0.6752454127145645,0.0871866566816427,0.6753235114685421,-0.10934735870222774,-0.8138223439139138,-1.576895016893103,0.06085660876834232,0.2862617328661276,-0.5088419894298017,0.14575948154675647,0.9869868147846907,-0.9033529444709343,0.7723803181059726,0.07029850025555895,0.08175981868039978],[1.1880870783443866,0.5118797850090039,0.5394024536095164,-0.16718304539517623,0.6796155418977302,-0.9565223809852044,-0.501177899320505,1.1754289205780617,-0.6151666790595556,0.039479619899375325,-0.9932333521118805,-0.6260348168159124,0.9508945288078131,0.4663646668911157,-0.1569650897910327,-0.08149060095162926,-0.7975106011689438,0.019412043518859057,-1.0959134542360158,0.22722874621090092,0.6664506068039013,1.3558643586931918,0.7842921161995905,-0.20756362686232555,0.19558526855200065,0.28046567686348817,0.11104308785328174,0.7217066454541101,-0.19580829551996112,0.46800412983239287,0.0565533186567249,1.1303534520436194,-0.05977918380870104,-1.3662868017991072,-0.04308978925927226,-0.6187050902757207,-0.1094662104124077,-0.6117952421476205,0.6152548976266272,0.9067013903008974,1.339827645962902,0.5351634785660276,-1.0286494914824376,-0.038830444756920934,0.23934640228999188,0.9582235956513192,1.7444083269267523,-1.8290168007291439,0.02138047466233384,0.8161808132441721],[0.5570331508998538,0.6255659733867924,0.35475354615903676,0.3287576037215602,-0.31484649318730024,0.7601167417920458,-0.2712396409894989,1.2120004416611345,-0.10858599937965158,-0.8131846460273436,-0.16109345929691252,0.6276954461416824,0.8990810099276664,-0.4285118439010857,-0.5287549675535262,-1.0389305107245534,0.7532312867192221,0.8351385226664011,-0.7651756509295592,0.2642978397834671,1.0515932816737863,-0.2784039092874673,-0.2222782223499284,0.6413372151222245,0.8399173220503601,0.10919439532890907,0.3770840982837702,0.23825389052341828,-0.6590759035244401,0.2952341671934882,-1.408042883091606,0.8430256016086993,0.8991737998517664,0.1823789671777411,-0.15171774983650657,0.1962863437164836,0.834424823115276,-1.5080933381736186,0.8023050096519643,-0.9759024115832213,0.16119233077219633,-0.3856455914813053,0.30947226970407604,-0.5613916264399247,-0.4995398909402703,0.08887639716318912,-0.4087761319272037,0.18907798191055458,0.8362763601984368,-0.23397335723054194],[-0.3122079813126773,0.8955036613932104,-0.6543110347767837,-0.0862745776410507,1.0255385058225226,0.9779418477605558,-0.2405970660644683,-0.3008452316667857,0.3769550379001,-0.37178548150884133,-1.7026113527499984,0.8859140435364798,-0.47469083071479556,1.192658440344619,-1.7033247309742776,-1.6868524039574777,0.9181754960709235,0.678465931080274,-0.242075447866401,0.169087666913195,-0.19924778876131435,0.9931671285013998,-0.7604122927833988,0.8421641441668676,-0.5454373674462806,1.4683722510404988,0.8275309204962692,-0.253827625471921,-0.8302895443385515,-1.4825727438750822,-0.2766523940464308,1.1463649201258903,0.45716797580063034,-1.63782480865274,-0.9150292365605036,-2.3851991561961565,-1.7627662351439464,-2.5231024183924378,0.5314587317961511,-1.3479779368495362,0.6346279352815755,-0.11218218675047265,-2.0751750267511455,-3.2989623272302966,-0.11346678090686826,-1.5877227139331587,0.8728130616290122,-2.1598323688191576,-1.8654367349458978,-0.20354832572736603],[0.14161441191858332,-0.0136221689208625,-0.2869111683084547,0.22692447595436374,0.7400923277656735,0.3528957275161019,1.0439694437162748,0.08288498970539361,0.5899939541173306,-0.2682033003343029,0.03808543140236568,0.9274497106704053,-0.15651813455705665,2.2537273507049633,-0.21281077240960644,0.9503997535359967,-0.1644092496079466,-0.2954570063245215,0.6292242466868362,1.4874811420859877,0.8305952501102646,0.6002356787610515,0.4963393842914271,0.7570095960862433,-0.28508860352962656,0.511472521501695,0.1933961553205527,-0.503781819846158,-0.02029334725976174,0.19160117371874263,-0.9610724443315763,1.2079519442909368,-0.38288769323139976,0.7808263434105628,0.6246006084505039,-0.3095671374358013,-0.26328681200183135,0.6459291543926011,0.6449712262554463,0.3947896736199484,0.7662766042534155,0.05445484030778778,0.0290779936511255,-0.2913266453739046,-0.2518115585300248,-0.5913002884585188,1.3296353663121816,-1.2728104529357738,0.351483694013982,1.0617356552669799],[-0.40470962644270403,0.650285267622159,-2.2684065522105907,-0.6589948651662124,-0.18371321239749736,-0.012095850058262723,0.6265963762500476,-1.0257669458155165,-1.0015381941504542,1.1186559343703273,2.290411223709298,0.8726566543352255,-1.154634981955812,-2.8271733030714286,0.33642859029426675,-4.470521646512335,-0.8176692631296131,0.4812508317429918,-3.1551114075614968,-1.1052624730826108,0.18186387488861253,-0.11777741677043711,1.2641240076409943,-0.6757570456510356,-0.10257210378719261,-1.3010970634836014,0.0710903131629784,1.2501381065788808,-0.5765805334319337,0.9949871175694207,-0.5286003004228461,-1.7428857216280864,-0.03384458144574906,1.5297698785889804,1.5632459884796603,0.38307668682324775,-0.9971368900361239,-0.052625399419687455,1.1268842831834105,0.517344268220267,-2.189743575959982,-0.1368895267948827,-1.143268170300711,-1.0774767659691984,0.06936100981375702,-0.5285188958574939,1.5273997178180951,0.3798750943117884,1.563013475669311,0.07637005677208353],[-0.08951471697273113,-0.338860336351632,-3.3973302402835692,-1.688333566870357,0.7078770608374709,0.14358224592334273,0.4594256371968472,0.4286025657116239,-1.194946745046445,0.8081494852092238,2.9184897375911922,0.1067031749953868,-0.3504510649455665,-2.7798137048412976,-0.026053939783543676,-4.001643601174822,-0.03839566801922031,-1.3302016009177577,-2.2166305961843764,-2.00894939822022,0.6444896754235306,-0.2209429428677313,2.4777890977568706,0.6620662786041156,-0.2146287222415636,-4.006841816407526,-0.19484191514253352,0.05115788675654745,0.8999031139915475,0.19118943926131252,-1.1730652430110822,-1.4174299816504012,-0.034933972281807835,0.07270379590211833,1.888991565162835,0.18498496948519103,-1.757290160680097,0.31754938583299147,1.0936328803532425,-0.9086412819093975,-3.2004027354389044,0.0466900537058216,-3.1818034802184396,-1.5179048715829628,1.973974319208303,-0.43048469759332064,0.7845062148094197,0.28275823579150855,1.2078998119593518,1.193299466440406],[1.0538093274254543,-0.6294323907360733,0.8842944117934916,0.348928811127985,-0.43007889423354784,0.8586495429561933,0.8674656263092779,-1.8919991825381268,0.8828351276956592,-0.9550541491025467,-1.1747349813448165,0.95560053413918,-0.4754697429461309,-1.1581159709918198,-2.762438366274996,1.7346229685517474,-0.09229018571287465,-0.005157231678733367,0.6019631595423071,0.1762171558679802,0.06940377302693641,-1.676099622747226,-2.442335081119846,0.6470963200026354,-2.3608785503183145,1.1101236029853612,0.5999402309922397,-0.9297473582797016,-0.5458080248073628,-1.6702036245347451,1.074688765408364,-0.5418535046857615,-0.5166660926443729,1.0293543953256192,-2.141792574180167,-0.9381766494090407,1.2332031953747855,-0.08462260435218363,-1.07011511626262,-0.3425163923385324,-1.553647871113635,0.2735356639161687,0.8921689852536397,-0.3608942505902452,-1.0225064094460636,-1.069747882348114,-1.3148799525252979,0.5274858275203372,0.42216879385707196,0.9135393124301623],[-0.1535255831198421,0.25242116919571655,0.06006487705268893,-0.09653734457329302,0.5719584724295281,0.07750690398899485,0.9636205099098563,-1.6564803950266964,-0.09152052849998563,0.2933692185621677,-0.6898700964226606,0.023653624458627166,-0.14858933619269318,-1.7362661377294786,-2.4030765503136005,0.9127056384002016,0.0384740794928686,0.05545827175273945,1.8191625554745983,0.23861303528243313,-0.559219561206951,-0.4600556595081069,-3.337288032364944,0.8065284883800536,0.2549063659501406,0.22828070273499118,-0.5008127098243959,-1.2488249544678092,0.5296474417532762,-1.3959399801828531,0.5336691169173681,-1.1849582462738675,0.03141428840255407,1.0105994472565145,-0.09594442386443731,-0.2958192309326727,0.6625412968790872,1.096229836735359,0.4308121260947402,-0.9196014014601843,-1.3201194470733164,-0.3276570004958847,1.4249243617334661,-0.16122253275575532,-2.060318115734998,-1.235253635556029,-1.2975806682952635,1.2222971804295224,-0.5212174159485682,0.7806897858435626],[-0.2386864610138011,-0.38068871525334524,-0.7046653750595085,1.1482170798121984,-0.24653820299152718,-0.2127594441131789,-0.4352871858566445,-0.035845406889941374,0.25106751653345677,-0.6815216124902022,-2.0618615578248103,1.122921502624956,0.6270523274901362,-0.5301701892700197,-2.5971001888802445,1.0115332380963475,0.4369272583249211,0.6384909482344187,0.48997350129314426,-0.07597413485309266,0.9882455433478172,0.3161367488809322,-1.1242056211043676,0.2925102547143612,-1.6681640630632597,0.13515799566122982,0.7235045395038506,-0.5679679583488427,1.011081347049979,-1.6653914636509313,1.3912167612296538,-0.7427000514831772,-0.6510079731269922,0.4663561751071762,-0.510994778988679,-0.19934668703453262,0.365307958063294,0.6643215968424044,-0.16090351402465883,-1.9032376675925233,-2.166491253513027,-0.6076540653107996,0.11858829156093863,-0.3443692356730142,-0.7049458265103051,-0.7269988230071704,-0.8352594263022457,1.0440380666348683,1.000888154352352,1.0270159079556764],[1.292518677437713,-1.0748929523170745,2.053317969612406,0.0990163394836091,-1.9302039115235659,0.9428131001511476,1.1176715604806333,-3.430390531782439,0.6879853791733129,0.7983332691963078,-0.19729668568471306,-0.4707111707204223,0.4904427540464825,2.8188377783813325,-0.41753742979180697,0.1866431156359435,0.9369467230864141,0.43586991286450183,-2.0427154422514784,-0.3529574660020191,-0.014114034323237493,1.2407885471831628,-0.5316388227261633,0.3221576853727437,-0.08299200711267792,-0.7361802619619909,0.1680328224749257,-2.888334665958323,-0.4980746862210112,0.20384564725645732,-4.322923215516675,1.2732144627980777,-4.075458367918727,1.391480242457664,-4.724643851411125,0.8816604756704046,-3.8734779623633044,-1.1194331259647177,-0.1272218626151701,-4.291604484667025,-1.942513133493093,-0.663572963970043,1.9470500747710264,-3.3971251503561155,2.3125194213524614,-3.500268308147837,0.8138656691071062,0.058592740142957164,-2.7205435644528753,1.6629261156678308],[1.4072500992176267,0.22582980451231918,1.2609622167525973,0.26369073081714184,-0.42785605996792186,-1.0630211646158212,0.616922129025905,-1.9781636863731957,1.0051065144175926,0.080551905820776,1.0432369610607317,-1.389989689372851,1.0653573897509998,0.03568013486435872,0.8438535279329754,-0.3028493637462602,0.926681301534713,-0.527826773698101,-1.9322700478982384,-1.3980364714486597,0.27631688127274423,0.6625871143399519,0.8470132236160701,0.18832023315621016,0.017702010646050134,-0.4900489745045491,0.009347649504241053,-2.2093608580540494,0.6432576323522604,-0.6112544224981707,-1.5292926590121647,1.8127834043571287,-0.9626589812540305,1.5178722696960842,-2.8946944329483397,-0.09207530851299946,-1.55156659101427,-0.831952817775899,0.7730187220740319,-1.932888933419183,-1.1213633913150027,0.7689539903679108,2.329491534253277,-1.7070121310950315,0.36669494395784374,-2.2805067498961096,-0.12036118134685869,0.48540554223971216,-0.26398086075092897,-0.24220171251408848],[-0.6276719710247831,-1.9452012024355578,2.1835388534869273,-0.6568724257145551,0.903013003930661,0.5229761582923443,2.6503505435375945,2.0877780656301628,0.9887738754391131,1.5954311824719258,2.9346380724669414,-2.8694902602115206,0.8348052973426034,1.7055241685260454,2.9353828868844074,-0.5885243828011535,1.2401417295841204,1.9799100134410468,-0.3459069113798028,-1.4076710386376248,-0.808489852001066,1.4637262947514178,1.4596696791811024,0.29101178853668314,0.8274196128000194,-0.40272862405795107,-2.726315433145884,1.3715480260452606,-0.19271865755996648,1.0703387453902347,2.277400685195836,0.9358293154709147,0.2883093379117418,2.8094680953641906,1.9299699629941687,1.1598234263484988,-1.2191266046392657,-0.41268344602239465,-0.5175319589233831,1.042390343265448,2.009384526090052,1.1247587235470842,2.7474360016181456,-2.9817949498539447,-0.09444272436417715,1.8997927198796294,-0.1990334345563015,0.19023383574155212,0.8236726833368917,0.534555145681364],[-0.9266318625205561,0.5095348298129242,0.8035324564616663,-0.059468420651591115,0.8683716448966791,0.3680049977559578,-1.7610598922071163,-0.4700035054599335,0.7219290669714352,-0.909134799279409,-1.8602664030265275,0.3201565493057544,0.6435020328007071,-0.667545828907459,-2.5719408706856295,-1.884422039406689,0.262298793511084,-2.0038924174311217,-2.282460905427062,0.8119087108596015,1.350101995563022,-0.41049949073109265,-1.7068343927382095,-0.05896805360203591,-4.637071722986719,-0.03563810826654961,0.827965276474717,-1.827363415179004,-0.13114011642101894,0.05743175310023676,1.4672755592239783,-0.2804591929205287,0.20046814634240906,0.5396581441137218,1.5029887652526084,0.7306855522486374,-0.494950364552844,-0.623304182781269,-1.3990901653932446,0.779030672263349,0.39677685947424934,-0.47241493217281766,-2.390881584300697,0.5218198131541969,0.7332412070593882,0.2936418622954629,0.1876995584954335,-2.1788320456212653,-4.362314432569597,-2.2887465525661868],[1.2115816822629222,1.9079342358608566,3.5619846394953893,-0.6804273176539283,2.291087175111381,-0.7973113950222734,-1.1662515892745668,2.8931675514253072,-0.47096934718442374,-1.2004591286683683,-1.0608649854630998,0.24680120141220235,0.034637122034739086,-2.5209652345345717,-1.8457886848546463,0.6144028255054134,-0.40628911077434526,0.3134956518495754,-3.4098926659543034,1.5505544044349977,0.8457925198951597,-0.05656613275353789,0.4542306962671413,1.5153094301902439,-6.788185050410046,0.9288651770103101,2.3274079471658697,-2.198011783722657,0.31022909133863386,1.8632245672259788,4.344208839732008,1.002179478985685,-0.33692986151509574,2.05575921628337,2.136601412514713,1.6263853187489523,1.8378938858068792,-0.1273105933951396,0.26782866519860926,0.9560452995306692,0.6678810642744052,0.22236842805731363,-1.5122896632206955,1.6886248636264605,3.6887793264323676,0.46152753328119817,1.9471528192259107,-1.5908577191798863,-0.9710407937465763,-3.0560215984081487],[1.351240558327965,-0.49994318832570817,1.8956074082547238,0.9799724252383545,0.5085770992311077,-0.49329296351012364,0.844926698171404,0.8994123219588338,-1.5981858745503876,-0.16083130874948487,1.7027800424948598,-0.9774155282245146,-0.9889940966846018,-2.0393036679310437,0.18568210936085502,-1.3388801172439335,0.3229106415561349,-0.6788813114340235,-0.7018599949379919,-0.7557038998571033,0.11926238972561369,1.7953426127736127,-1.7133535085901201,-2.7033390974943026,1.0250763787001986,-1.3024061618667107,-2.7804225229330948,0.9613490743136748,-0.08765299810646357,-0.04425652209955599,-1.0093135407325307,-0.6714067509950794,0.8119135548402363,0.36309582871087853,0.6049235760405256,0.6354031626820129,0.26668117895590476,0.12303982059355194,1.2597517895064096,0.17253799643670575,-1.9801225761142631,0.08582624282539573,0.19311623028817718,0.4374535850992028,0.7945261432040563,-2.5919283851134183,1.314985318103398,-2.0048327065770826,-1.3224505910153066,0.18752740625326053],[-2.1359702383179324,-1.3258541183076153,-0.7848404450648695,1.5006867088691236,0.1763726076688635,-0.8151203151780008,0.5970313798203559,-0.825671721040027,-0.5380088347910709,-0.9489631849291901,0.9383825964536129,0.24825998283989595,0.2165614148349776,-1.7059853468320438,0.06328154719103174,-0.3837817516271308,0.3859436055496354,0.35401171263841164,-0.5176262157501239,-1.5498282827881666,-2.197564648544122,-1.4298320155035085,0.15768366131010061,0.00659042421087576,0.9863648972525371,0.20938032758416564,0.6704205432952379,-0.1802696583104811,-0.13363003337013907,-0.8169152605834876,-1.5323513052247237,-1.7823869382936737,-0.6170741560374701,-0.3812909853810148,0.1990357161981549,-0.22710912681724718,0.9727610072126277,-0.27612948890238825,0.7058332051935217,0.9682899626006606,-0.7392833902411382,-0.8241170077977029,0.5694975225140066,0.4664081197141,-0.04587622153956085,-0.5304988536072938,0.4235902284921513,0.017861887779984046,0.2862875768298515,-1.1639205431215187],[-2.4441791588143538,-0.9076663467224227,-0.6762319453368605,0.9429354112096383,0.9001807002611233,-0.2622160268976466,-0.22988512958448637,-1.9681801178438967,-0.5197960870336723,-1.7482672795810703,0.9308429615375302,-0.048355366915376945,0.22071683132173123,-1.9935114996938972,1.327044220843679,-0.0971149458638034,-0.0210590928985805,-0.35517076123917846,0.9110138677776449,-1.7575264428321946,-0.898574382688858,-0.059520679465589484,-0.5565251541335986,0.6967293441724824,1.5226511361812476,-0.9022282317579141,-0.2898623632648015,1.76784889387927,0.037073666736222775,0.2701597559254845,-0.23141434601913272,0.980756631357424,-0.8402636075914255,-0.6921000222572882,0.19478907254272837,-0.5599243292985705,1.0103409306742859,-0.7991987364985256,-0.47742238213182253,-0.9109133586284717,-0.5626958677477959,0.8035483646092562,-0.865869993182345,0.20792222830498214,-2.191856133804857,-0.15990444607834683,0.8499652060251324,1.5313829760527309,-0.5899821228474469,0.05566232511782971],[-2.1050110440660807,0.03558663717927523,-1.552455226737616,0.8232303992619995,0.04575225400073154,0.10183943390799334,-1.4809645809434604,-0.5494176610001182,-0.5640676666707101,-0.48371901220637936,1.1046081050398675,0.4116268039866988,-0.7394027330830153,-0.5466801090645197,1.4824491355359675,0.1352298548253645,-0.4822591086685023,0.5555379243766274,-0.1848566422777535,-0.8076543438892716,-0.8330291457234844,-1.7029513255504962,-0.793129193988603,0.7783085953283396,1.0734770756776546,-0.4372733702131768,-0.5215067517653764,1.147390424648642,-0.2250294277390159,-0.6105418652966897,0.3138362778383338,-1.466112739012111,-0.2412629236370151,0.30147877027632103,0.711953073668905,0.6308075623651465,-0.3504284684608288,0.35587954481563133,-0.6647442277766558,-0.3916770019230258,1.0143209221906653,0.1188381523778005,-1.152486764736407,-0.33592848587663493,-1.2126553909105902,-1.3416528540668844,0.6260756726527532,0.1412883230136672,0.4994848392120369,0.11946238219268536],[-0.5945816807744068,0.311129006633776,-0.8609715520634552,0.16442809066848554,-0.2726874108037872,0.8962959066764112,-0.9020620811213055,0.09678553555089046,0.8606695672177712,0.3409730077933069,0.5895252258875765,0.5913357909546286,0.6199059401812208,0.1290623051800118,0.25435115994705393,0.07137449975818612,0.4864708642775137,-0.3263325619626754,-0.1746912208530022,-0.11525792841266844,-1.2148121136460588,-0.4615410538846114,0.0024957315059569926,1.3031622755830248,0.2546136028371717,-0.7575886697064521,-0.7269052168215128,1.6178508957354658,-0.9273461418945684,-1.1537107916322988,0.18199357449429737,-1.0865690723479917,-0.91996704717599,-0.2825849641542461,-0.21272498098327633,0.2617067830840374,-0.09097847123862811,0.6661728141568916,0.3927787663743336,0.18296631602415997,0.09979518036723928,-0.2424582323945151,0.851690998335531,1.0760619963008142,0.2968994716034768,0.6712114135680178,1.2825383383914941,1.0165873593220618,0.8968369832929248,0.1271989519620146],[0.08088143848119578,0.6436425713430908,1.5522667556073857,-1.907415711746053,-1.6032705291855756,-0.6964930094975202,1.3815743122153437,-1.4708726052619054,0.5015944542223006,-2.6964401283473487,3.0413080736080085,0.00918366826300097,0.955853216497764,1.0491938319174612,2.2051332699073143,-1.484528126500306,-0.6508261511423756,0.9711701776556253,1.6293184735540558,-3.871203375914129,1.3293359227187245,0.660538486604918,-3.109241498371804,-0.4884581347081295,2.274446410805159,1.6736007567409854,1.5730012851637063,-1.281657671292799,0.3919780948460267,-0.6965263592537335,-1.71381428332664,1.101481493794318,-1.7889991579689433,-1.3776228805681818,1.5399111528203786,2.01666342877993,1.0768529293443727,0.6615241467893738,0.9024753243495229,0.6102009827073239,2.2441917228805823,-0.1287018397404749,1.6257117721093228,-0.7534290682062568,-0.6878760142556098,1.3745875433701422,-0.925657005807524,0.6896656741707935,-1.3617425250658102,-1.5616520327346803],[0.4719558871104389,0.4594102617934449,2.238224066123146,-1.3736204133804137,-2.9702018551892904,0.9812777990028955,1.5008962706371778,-2.119759087664596,-0.5756022661424998,-1.4062639492294238,0.7069165407774334,-0.33925334468213425,0.6617280149471109,0.17086948534784768,0.3721384201282638,-0.003566038025382914,0.1135027107114311,-0.35387967193831765,-0.747512515678032,-1.466667933574797,0.6183562348442189,0.8592272313833789,-2.118830270942965,-0.7102577867424728,0.8357550889176477,1.830902359575694,-0.28319988714886857,-2.1814116459313455,0.949013924496478,-0.4665946013610631,-1.999173874109543,0.5315502209597253,-0.48649912301593834,-1.2476530333123228,0.33322903445268803,0.2787333547496166,0.25980486918635326,-0.2498796064732823,-0.10889628580837914,0.816702068548792,1.848370130257898,0.8400261670679539,1.2817973979662542,-0.47487350701740805,-1.9108045697091296,0.12339439602586749,-2.9566254737986783,-1.0223094514713786,-0.5871746674056544,-1.1537925998612242],[-0.8644697144347103,-1.516578579291939,-0.6038283938640462,-0.34331138157598184,1.0531821275109838,-0.6326504534779575,-2.5163917629087176,0.4692335131099067,0.37600568604386336,0.4418524771955956,1.2895291010565268,-2.2484887341730566,0.8651181738464072,-1.3076531277415084,-0.09819754502246623,0.3507709795254901,-0.4681166930519012,0.8727575963386291,-1.8378697716110644,1.605405860589806,0.48618131083003324,0.23492053779960295,0.13328942141088243,-2.551203524306055,1.1174436189008754,-1.7313364452305469,0.3994026415676537,-0.24402317881750793,-0.629533880671388,0.8689637623549598,0.45290898645926825,-0.5935370751961468,0.14931278415279226,1.8895667003563437,0.0801214104411066,0.7714749860514435,-2.27742281368586,0.8318096481528154,-0.24099785671679794,-1.36091211614125,0.18290428463688557,0.9958503696111872,-0.02720567847437372,0.7725147773333539,-0.16903754333824939,-0.8750329947565856,-0.04172714885222645,-0.2506071723879624,-0.582762620093276,-0.5375835680257677],[-2.0556441010038102,-0.16424188660829944,-0.33780946163747183,-1.5097062166353425,-0.4249801320761551,0.8983863999743229,-2.4700728093263056,-0.5140027085808108,0.7369088660565122,0.2566924625511571,0.7788114824227703,-1.1158897278916742,-0.6275030143160646,0.04924409468439414,-0.34477850675797217,-0.859974986564351,-1.9586015406245345,0.33181957870043977,-0.6275063795505608,0.980477675028531,0.7818215046728878,-0.6153361662602129,0.8304309984456926,0.20870670873556768,1.016630259506359,-1.4904806176042231,0.5634253878391887,0.9848556211540186,-0.5483218160024627,-0.06464881845278464,0.9162413427800605,-1.3223354891092343,0.7190906913275241,1.4841806186282842,0.12354945420352685,0.6903564644033355,-2.5879899183174215,0.33350244979595545,-0.2390412515730719,0.1704370730632584,0.4467339557522838,0.6379038135291021,0.920699771826402,-0.06927291535570429,-2.049590530426459,-0.4111454526964587,-1.9823226571322532,-0.09973068687370354,1.2635263097866107,-1.7377241535236159],[-0.16917344639836715,0.6864451752225025,0.2901899941579537,1.0394511662037347,-1.0717845386454454,0.0745094579011526,0.9328677344335605,-0.5999712306637787,0.37650788186402956,-1.4988814655457845,-0.7352597642004834,0.1909219312772163,-1.4351945488758586,-0.25273387566838884,-1.5144941844710378,0.1857329643219994,0.2908885446561572,0.9104723930401857,-1.4608263411460836,0.36705061899946667,0.19123796928173586,-0.033569055608581325,0.9765537640024526,-0.9109192001379991,-1.420364733959393,-0.1986651396783622,0.06966317033330736,0.28881295663757034,0.6894045992201182,-0.5625127049238939,0.1606402155872471,0.22461910229892762,0.9199208498948209,-1.4311559405029453,-0.792573347581763,-0.4845225843405685,-2.000236544049741,0.9757914902238297,0.5986564200682191,-0.36021045473865854,0.6602208970746373,-2.0336825900684263,-0.20301537454609384,-0.5923296010528345,-2.610243318427461,0.9048670496665406,0.2618959720062261,0.7157671355468658,-0.9025117217917435,0.5537529787640463],[-0.7086624574186479,0.6453484010291177,-0.5519340628911095,0.519170770483043,-0.5511183784873942,0.6039596963243731,0.3589184313512596,0.16508825963020587,-0.40707230257999155,0.40961078278014323,-0.24576918488721886,0.11730641426198662,-1.1772970923743806,0.7677441700820088,-0.5740455887512655,0.8312272317548723,-0.20262437592250898,-0.7650106182105065,-1.2495850204239858,0.31087521341256663,0.015803403209588947,-0.9956855363759791,0.40432228004303056,-0.5166842565932644,0.7903422648622981,-0.9678496145638168,-0.9795750431602797,0.13320793020694321,0.5198558699659672,0.024765751771403686,-1.285118189133473,-1.7174851270270974,0.029526004027712462,-0.5163211472272391,0.8902287699613738,-0.7454615513289002,-0.7872304503853138,0.2663155632125944,0.2761365686402162,-0.07184938546307726,-1.9492914500700096,0.5433989762420096,0.8774347795992897,-0.8967550068478612,-0.1480457201891058,-0.6350107947131075,-0.8982942548070284,-0.0353122676652076,0.8289258970785661,1.063260591870306],[-1.3352048477904628,-0.06224131757587847,0.7534521300268082,0.5280310638354238,0.6281030940799142,-0.26062116071665875,1.769475910563196,0.672870313466979,2.1778415486356506,1.0007008073609658,1.5703449308876012,2.7360729424440375,-0.4052102019131135,0.8301192975918802,-0.5898205588199572,0.47922447930748047,-0.09997969415584784,-0.8683425692103124,1.2377521112142251,1.045188156451635,-1.453021432843609,2.20595491320315,1.4168118182235565,-0.39783598934639774,0.36086489530985455,-0.8964623027923504,-1.058826377488534,-0.9824642806467015,0.5428288686983342,2.5784839770094012,-1.0040647694796787,-3.021230183863799,-1.054931053416802,2.0904290293882135,2.6694734935507944,-0.5929724921151208,1.228491775776855,-0.4477247959681459,-0.6700380945598219,0.6096433967167901,-2.2230042069248497,0.534896288977986,2.702931936229132,1.4218170892600277,0.8079432367374879,2.211215988716165,-0.3978221875925264,-1.18212660473043,-0.5860143645725978,2.190739100859274],[-0.262434654482488,1.1586970957486595,-3.3192352771134637,0.11685872535135326,0.7395085046422779,0.5336424670302446,-0.667463353664225,-1.838879196650532,-2.890894816207911,-0.3754860582372846,0.8245514140167789,-1.4735734850606717,0.9003895498899028,0.38570399893568963,0.34679929777416163,-1.6524131439949237,0.024968392997979087,-0.8888998747580917,1.1681307631801978,0.9192082199977534,-0.2921258350726588,-3.3080529022553256,-0.7828077638781636,1.4628665757858121,-0.5768300798438176,0.03629338604750237,1.096289849661039,-1.4584300008687785,-0.8846655013777478,1.3225648633540616,-0.9347293802681578,-1.068612067019397,1.1397826989443822,-2.0292451077684888,0.9657736143833628,-0.5888384216215038,0.32343107386766934,-0.5836495661494948,0.20261698146119944,0.5192161349828189,-0.0431892549904144,-0.07633815170524999,0.9205728074031853,0.49696725016903576,-0.11257750228178537,0.545724422166355,0.9930868610415808,0.8875575691478196,-0.92002907667322,-2.2785047456498226],[1.083170911849372,0.5536111457406788,-2.969320714088809,-1.1078142418400594,0.18708448171412181,0.6693622245218771,0.4670704007086694,-2.975816283455304,-1.0393932932827996,0.2780416518153704,1.2757420580870995,-0.6974676639244954,0.06821550163309138,-0.19185823647290157,-0.12558621522809962,-0.9629522702056267,-0.5310133412723551,-0.2776038189125624,0.8225088607615941,0.7061537091340754,-0.8488761095186741,-2.434908125304796,-1.3344863198795636,0.910109232574271,-0.8077918844441168,0.45747636008122056,0.5548170301067412,-1.6038266254576756,-0.5030626610076149,1.6954643787788868,-0.07555764196418759,-0.2618976865480815,-0.6182545854623351,-1.310092594092415,0.9329713014916486,0.08991216058885587,0.0686770889171602,-0.6247147395857325,-0.8919688573233566,0.27175297203834825,1.4161960806767508,-0.6999716019466491,1.5118751214847879,-0.07941098051300095,0.13233397719024095,0.6950115190779335,1.326783167492931,0.9409946463393717,-1.7365786671966852,-1.5562753205747772]],[[-0.002180292321485339,-0.9775568366523841,-0.2798579805816209,0.3717366677735129,-0.9370257299555154,0.38633073332912127,0.3347059825098788,-0.18068994700846458,-0.5852181121522714,-0.29400222637300233,-1.005163323245184,0.6166736258994739,-1.0643907557079062,-0.9063535420263562,-0.5764065879415545,0.18265085506765688,-0.9433560956961157,-0.8580252349531001,-1.017321182436141,0.2882390858824635,0.43918990988101514,0.35705131549108954,-0.3348646262244562,0.4956393801071396,0.687901694261138,0.6451121827042933,0.4099140579980563,0.41058791470334044,0.6735978415598595,0.46606233275563114,0.0986871114009508,0.46011499957008994,-0.6445051892740116],[-1.0304274967825748,-1.0242665105523094,0.36108026708678626,0.41347604207281036,0.22576216835640678,0.3642562542329977,0.40703012284234136,0.10313303206544501,-0.7395800422278948,0.13879484428757724,-0.2729572759750214,-0.13754112062661253,-0.043587425519669334,0.3322807157392548,1.9665365678937734,0.5375761373610566,-0.6863014498547866,-0.4264536857838238,-0.22548054215397179,-0.04531301949982488,0.026242674970437245,0.4879975791737648,-0.6713934845148672,-0.5794676922361746,0.20590959805505324,-0.49418748572009136,-0.9089240588592965,0.8674490599877428,-0.8766007935423279,-0.692208446507601,-0.2493384869076077,-0.5939173956072988,0.20516292402270334],[0.19840646168773865,0.03175191926767638,-0.5578422565922765,0.4721445179910523,0.5829409842476184,0.19599513589588582,-0.6263693175680557,0.14298240050102298,0.362293894861553,0.1903659452412081,0.6277120117944307,-0.9670706153835859,0.06265651841007441,-0.6252880800719867,2.217210260104183,-0.7024653934292673,0.8358301372349833,0.33042394769526195,-0.1307587437704643,-0.6883939198910329,0.5516546936353481,-1.0239874854884448,0.4513775780317788,-0.14495812493822852,-0.08963770887792473,0.14999640240016224,0.2692155053578422,-0.4085962684191247,0.11897755949510999,0.817058315633542,0.4476957806861191,0.018475364011781032,-0.21502257772728803],[0.4250197682306287,0.2857859766351931,0.8766367516154393,-1.0558229190509836,0.14828552650456106,-0.10944327788494283,-0.07558285328155152,0.7676926383513618,0.27515719445769116,0.2985907635142618,0.433481316339062,0.4314022824200771,-0.39561765184848474,0.7571331094875456,1.8095512631044788,0.4247031674749563,0.29580954435358814,0.17077932051520647,-1.0289768072349121,0.4616456890129796,0.23445743359591995,0.8753583237443636,0.3427613349922684,-0.5575816888717909,-0.9468840586187828,0.3137683460358825,0.02246024409067675,-0.631306354193189,0.7015016951689715,0.6026013860207993,-0.23040377095568673,-0.15440438419755442,0.28750999932944815],[0.7630780423467991,-0.1981099412053403,0.49132450175567677,-0.2712628146115624,0.5628878710066187,-0.8752455141424077,-0.41405430003097743,0.4009973531871604,-0.8777745592396138,0.23063826181419564,-0.7896778722247269,0.42724349631233566,0.09917129707338422,0.2546633133696008,0.6264317635492783,0.009439596177326823,-0.9752548587672557,0.8288336547818391,-0.6375836076366241,-0.627102495310731,-0.03254756634905621,-0.06261492300075781,0.5949101465196027,-0.4312337090984265,0.034583170740308776,0.6943255701950797,-0.9369788476303502,-0.9448296711252219,-0.3988299366472569,0.01198231940335434,0.8178267845774136,0.11180425094022965,0.863824656471309],[-0.4398817377028878,0.22473772855725951,-0.4182951324095312,0.238721264701731,0.6049704465704377,0.12762471760145763,-0.49234803454959564,-0.5020907186797966,0.7675185445824763,-0.25883103276421415,-1.0137214810031254,0.358189396758821,0.8198861062647752,1.4642015880266344,-0.10803575229375802,0.7249197336560389,0.5886138949323498,0.4004361638893123,-0.8434862049862649,-0.9290826732317731,-0.5883543754351271,-0.29349163611331947,-0.7885716983117251,0.6926257741352825,0.35719726050722284,0.7262220657353439,-0.4523358870923674,0.04148701290936651,0.6848111306066179,0.1761912576202491,-0.08287989587156074,-0.20639670480047162,0.03618276603523408],[-0.5036116231706818,0.15668094738545887,-0.7465757871786336,0.1378942977320605,-0.3788860469426338,0.29968299286113953,0.22878949605055027,0.31863120952120944,-0.15270589064025217,-0.6230710439972568,0.3275813388553207,-0.5836222571655614,-0.6607185711204008,1.8131545373570863,0.4403445786092753,-0.46069163754305603,0.811113578478037,0.788206762562043,0.0998486487397044,-0.03675758850086139,0.6307299267080081,-0.7487129474586608,0.18977977917039404,-0.8404432917545349,-0.25470346888325374,0.17878856379120386,-0.598861456485483,0.6382504866939046,0.37370303864231735,-0.4876392435124299,-0.8588473177457099,0.7563504529589941,-0.9976378166438733],[0.8670050999554034,-0.788598829924472,0.012708694737295894,0.8287678669569487,0.4392124362561553,0.005855680365675263,-0.0634985793074632,0.3033664700146359,0.9043608035059798,0.3441962531685657,-0.5239342949837804,0.4273313586306748,0.6297020233953217,1.441126496442276,-0.5940352761812413,0.9338776217870519,0.7691573650699836,0.43766395651255924,0.8709580776506415,-0.834193186396292,-0.8708604225254469,-0.011260890899885183,0.8549166334965831,-0.5076205564395723,0.6564764764057124,0.0751143226822892,0.31420624572307454,-0.9442581862542624,0.6976803848923737,0.19739017160927316,-0.6889496935513093,0.029525135242268095,0.15657301047885008],[-0.16369321274015955,-0.5996051369450214,-0.7835464554172419,0.05385172113800311,-0.8562061002748901,0.7974724706128358,-0.1884582168417201,-0.8044115164386689,-0.016866324388361744,0.06354830204446646,-0.07891190840211966,-0.9005746593761635,-0.7631313497693202,-0.2849245149596019,-0.322014249436642,2.8437779320594316,-0.729086677036414,-0.7440904828374373,-0.5781902657399431,0.5942503484591024,0.42973532112757157,-0.8882979962027944,-0.8598146136264057,0.5337851658692129,0.4616534750563488,0.8483948178609736,0.7671347681026338,-0.8359976604550744,-0.7541739889540655,0.48550623020373107,0.5596360808037377,-0.9528772764930048,0.15734715762390453],[0.8424039111202241,-1.0328294759470587,0.17111595295283905,-0.14338416580664665,0.6923241647671596,0.17558150942164813,-0.927408744171047,-0.9096648853482192,0.8573926737775769,0.5947394827120633,-0.784852068054188,-0.28841004489715677,-0.05213888289779739,0.522160587487817,0.43613359537232516,3.1472606811015766,0.2786533649801162,-0.354772541504801,0.7332611054201543,-0.07218383000084633,-0.3500004250872502,-0.2652441852465253,0.1335183855191823,-0.391065567169672,-0.7879010563938649,0.6213459319347152,0.5450118779309864,-0.9589612519568674,-0.20748571509695696,-0.6003014984758563,-0.8756598121605784,-0.5116751692205387,-0.3652163954465358],[0.2406779346727316,0.18620408348335377,0.3616164613310518,1.1609928752484913,-0.6169292311380402,-0.0011952378922152696,0.8066816737279667,-0.27081922694279853,-0.7520320754756563,-0.2415539307855222,-0.7288150026361836,-0.44441165320358594,0.4093119749280015,-0.9322874034835482,0.8729888165849597,0.6880695938311462,-0.6465844227297691,0.07829780622786547,-0.5252130049457252,-0.8811529097551722,-0.24072197089035327,-0.9232995342645249,-0.21337997494044422,-0.3394985804645996,0.3592242962892216,0.0535483605451983,-0.29583481977450227,-0.3009738042221364,-0.8910270140897786,-0.007222302581041507,0.2435366808399638,0.05503569448572163,0.5324956333759235],[0.740808188841306,-0.044377278704538066,-0.24998166194578209,2.0136731579727356,-0.8529298351402619,0.43950811104276927,-0.7903006981577848,-0.6724826600277171,0.926052495749007,-0.8205913148906944,-0.9423285584928065,0.8778196426553787,-0.40001557379333397,-0.3522380277632958,-0.791433838172229,0.3644881292641063,-0.3550578437111462,-0.8549142474409932,-0.20712669842530315,-0.11174469651835624,-0.6407199794982882,0.6523948674276769,0.05169767177823982,-0.001257089355741335,-1.0014950782681726,0.4966859980272731,-0.8778690631307708,0.5640814694518762,-0.6610633224148931,0.6645609767380489,-0.8293084151244331,0.09450830101742795,-0.445911834293502],[-0.4760757013562348,0.6193703456122065,0.06956820352527648,1.2746225729132539,0.1812402036757789,0.7077044759390404,0.7124085785791604,0.17623624775082294,0.5162809781999752,0.7438167306168867,-0.7390196817266252,-0.5259543052723346,-0.3876042925877649,-0.03927899539650946,-0.0035528203871903184,-0.6481789516937487,-0.6662293331918915,-0.9091990743446003,0.31991102385243353,0.056425891352076936,-0.5732443047734963,0.6350264312945783,-0.6784226905043615,0.32510378036816046,-0.03405987709154897,0.037180730333384,0.09406014312833186,-0.2737786549489735,0.08340525688677171,0.3870420431078533,0.8938042848282077,0.25446416689226276,0.019119261633358593],[-0.011583160942332124,0.34658099546179094,-0.6463098631792313,0.3569893974939743,-0.7961673554889434,0.834772127733703,-0.9812808398268343,0.49973452275474217,-0.3105601144184568,0.7110416865452899,2.2377631081497,0.5407778299098989,0.177467272917052,0.10232288876810773,-0.861959966750647,-0.8194443920602766,-1.0359266823291964,-0.8345796780978751,0.242032561887661,-0.12619586247868636,-0.7042058220639759,0.07173594758892111,0.4324843700531469,-0.27669038287203845,0.5534260894224565,0.142189631678542,0.3683941758261479,0.527638245009613,0.265181169273684,-1.070429618086991,-0.8569886058179538,0.8721209818942559,-1.2233175442132065],[-0.6722344097526426,-0.6990897700946599,-0.5735229540535284,-0.43130868436999464,-1.0326014951433702,-0.41543328430189513,0.12708485986098977,0.8019510303635156,0.6378012396183746,-0.0871250910615788,2.26340015774117,0.41675897873698736,0.45946429688020796,0.4528774619358892,0.4710951734098879,-0.44753875219720696,-0.5523232084542758,-0.601513123559224,-0.6756483010135924,0.02018129791373583,0.6199598323086496,-0.36112464650144954,-0.26518912080770257,-0.14587182175635674,0.16590806091536317,-0.5357325111089252,-0.013016010569140925,0.24413278117607098,-0.5955359799191046,0.45738307899469094,0.0103272433747854,-0.375802037364382,0.26087126231116314],[-0.9224449558720298,-0.6288802744940518,0.3256260739620005,0.013521818296145046,-0.07216041721381941,0.21809378972402457,0.7789661138840488,0.5964089776674513,-0.12525318099757532,0.3430106284514652,0.3918200265413347,1.4617351574583883,-0.06782233201452703,-0.6289244627367182,0.8641439429819238,-0.9260754602181389,0.7717248600211951,0.5319562955846767,-0.16519183291699838,0.021736878908076556,0.5896422008220835,0.6482393033708017,-0.4685469926404979,0.754004124984086,-0.6216669845659071,-0.7064533418562281,0.6513727516422971,-0.5338312053321584,-0.6181838923173251,-0.5442123274596312,-0.2110955481276374,-0.7787056042803218,-0.12522373279311813],[0.6307633142982614,-0.31501851504334627,-0.33671348242030064,-0.48952280290035827,-0.831383298599129,-0.15340123471180672,-1.440121552785944,0.5814246240349684,-0.07070085853495305,-0.10198748219222875,0.8463991086505742,1.6143854655714558,0.7190311274648562,0.4596081528561444,0.041190355614243536,-0.07580793129551344,-0.542400971676809,-0.01845576586209451,-0.374759924195733,-0.18160332331015058,0.10317202566163326,-0.0320510791485524,-0.6403216304668398,-0.15470322914088896,-0.00600700001959702,-0.7381928767535002,-0.44704322320060425,-0.2339911138237853,0.915736889412988,-0.6954968916953453,-0.9771791349212463,-0.041483558687928704,-0.273096859077398],[-0.11497601298615803,-0.6764117652391557,-0.3831325736362108,-0.672253313317616,-0.2248285714566414,-0.6255445643577787,-0.7942484748111517,0.5869083020836099,-0.023780710448197087,-0.12373616641089821,0.248434396273527,0.6129567268412143,-0.08732246218019278,-0.44797307275093873,0.23476056372871298,-0.47701334020202524,-0.30044094317640757,0.06911854440297864,-0.7820638378235241,0.06227478021513526,0.7304833311107164,0.5969837661638164,0.9844993459324741,0.47919107941100675,-0.4912242160071271,0.3813117231270583,0.34079660165709,0.3249944484749614,0.7882771098867412,-0.18097327289665058,0.9014120332594142,0.5511970494679642,-0.62466495942767],[0.6539102976595347,0.20353388169694459,-0.06509923341809302,-0.7802940472693325,0.7761673764204982,-0.22444303092198425,-0.00766733724949532,0.5950018608622998,0.38363740509810457,0.3164590129668439,0.3884450834602623,0.5784438404932566,0.3457675124528655,0.4172628728238857,0.05493422125303263,-0.42765576264312566,-0.8164550562272302,-0.6471928725126279,-0.8115857227548195,0.7234858293189674,0.47187710046371273,0.8775906310914334,-0.18800317410613585,-0.993503137707797,0.4348486628012036,-0.6498738846530836,0.38639822543756824,-0.07485028361484254,0.3603169037264809,-0.15730559470595193,-0.7418217321533623,-0.2176696394001997,0.9654835653360986],[-0.19973827291632618,-0.6108301502563583,0.10214400673334097,-0.8004154128403914,0.6372265623492916,-0.3559118799411492,-0.3475338775137503,-0.49955222540644617,0.3643852406917194,0.1536078835818493,-0.8630348617791925,1.0576372007666301,0.9077192149472816,-0.8030433927953483,0.6284542549361538,0.6014348850999227,0.9083662079447081,0.22322584879867038,0.746809195795127,0.546952486804398,0.07202225593668608,-0.20804098909132776,-0.8696713254879754,-0.05042081254508444,-0.6446921895282846,0.540328241885921,0.5512697116532268,-0.9139674996868594,-0.4286272182061366,-0.24786156941984097,-0.5559860894956322,0.6394137199655867,-0.9838352634326998],[0.09029698582569744,-0.028397402414721058,-0.5975957129399634,-0.8246516158718623,0.4557009094468499,-0.5911637091719673,-0.7414096956064168,0.014367559517226514,-0.15013267170037445,-0.19782597575648153,-0.537941145681183,1.8744778178747354,-0.5563385564944405,-0.5405068691192717,0.054030987112517755,-0.8067050700496673,-0.18055783754798846,0.14696085313935275,0.1251793769142867,-0.34389584196067713,0.6561383519486415,-0.8358143774378429,-0.7952956668861568,-0.4167896209987562,-0.5596980898177265,0.30462946044047734,-0.4368002079904527,-0.21812083811052618,0.38290420353949584,-0.607139131658329,0.2201586024455045,0.11839314511792488,0.7016629693453263],[-0.43853456300655846,0.06697679115656766,-0.3736698711103442,0.6609336283556344,-1.0094685347994627,-0.3253765687432974,0.14088112536129296,0.8740295377131714,-0.6677322300901737,-0.10402211884901304,-0.031051088867316355,1.1742209245330515,-0.6341477463548771,0.6474302578656643,0.4277828031919538,-0.9933993999135484,0.6415628064733562,0.9104208207924097,-0.12540218889720395,0.28749444819798664,0.6790693686529714,-0.45352453350590344,-0.3286274086943663,0.7495758424524388,0.7568112016532488,-0.35569295706338616,-0.5114168860522078,0.6625481116788728,-0.5196176169238281,0.6724052650267326,-0.22912765664840448,0.4897837636764353,-0.7241716603648368],[-0.15219589399289213,0.012866621030023315,-0.2121580940324268,-0.9236163894188729,0.2492089306952107,0.36870329973798405,2.0697782322767933,-0.7571950081119632,0.8382142129143539,-0.9412184966069854,0.097923868207624,-0.5011822453499776,-0.6599761655226293,0.6903039856725789,0.4319991299738238,-0.2299459649827886,-0.27907748143121636,0.27635120231896504,0.06541060989160023,0.344125296358361,0.16668191281443256,0.5553234073016294,-0.29616916952403577,0.6668400284118886,-0.9244080835196419,0.657614935595994,0.36459751085985026,-0.9996994743366748,-0.9552684869512469,0.6660060635102852,-0.5252351734799996,0.07634558479782881,0.25655489370100043],[-0.8180617022635002,0.3635055983373942,-0.4045928219917157,0.8252446044775942,0.39137378296365277,0.39953350901716844,1.6231656332490998,-0.3035853617530368,-0.6142260346190824,0.047654208486275905,-0.7398040414854617,-0.43001864370748616,-0.09084778895136389,0.5227184899019182,-0.47984296416843536,-0.4608570144326152,-0.11883200133536326,-0.4729333912018321,-0.4232052790252872,-0.9318905499123565,-0.8941437781351639,-0.2829404074229842,0.0874010284460252,0.7067292347374684,0.3938665933247353,0.7692070440756628,0.21262962507383684,0.7482182258055793,-0.22424849150800563,0.2982521495812864,0.17422039969559683,-0.298920745407068,0.9116457888272859],[-0.1713450750053642,0.06498593211726442,0.9539566702529966,-0.7690824557346149,0.7934834206190047,-0.7533500790974299,2.031703536157106,0.3558782405115434,-0.3585194283626408,-0.18028870548420423,0.5206476963942966,0.4854208752740344,0.5168463354926631,-0.3460035777039861,-0.9537320767483021,-0.5755669736454925,-0.18049944541157256,0.6144761572422387,-0.7251747320839441,0.23081716839897437,-0.4345562727224988,-0.3793550527005527,0.9344545465033468,-0.6175724117830561,0.443172842500465,0.23747486955347194,-0.2032911559328876,-0.8600988841333729,0.4237651275758435,0.059915618032284554,-0.18481656134789737,0.5351928566285831,0.8873914528546035],[-0.31350997288545185,-0.4633193427095365,0.8090895464318821,-0.06256615410360886,-0.3259699083863715,0.500434746178737,0.19652572630086598,-0.31632131392256996,-0.8517595422612569,0.32269913974435627,-0.5155974656536684,-0.7008515613369418,-0.7933231256097616,-0.3967278332633682,-0.36515535503673496,0.3314416178642878,0.4963162976057597,-0.5444562930916187,0.9152686100923283,-0.546483326314968,0.6934467895379232,0.09694061925415341,0.8693523148350716,0.7258377461738462,-0.9475811069428379,-0.3165765569683562,-0.7183533049146152,-0.3861460311379368,0.030031886614327527,0.5220833796484498,-0.10501103612216892,0.9638918810263594,0.6875555983130169],[-0.5692337977361586,2.600767204458705,0.20020457907174313,0.7939181229481699,0.3880831072944078,0.7734749072368664,0.2853795585985409,0.5468077468870498,-0.8819433596016883,-0.1311708201962712,0.46648216793334535,0.9183011451676186,0.3631326031783182,-0.01811286907677847,0.19339943913606514,0.003683736028121146,-0.26531023911125945,0.32958551851487244,0.266644767277026,-0.7377847407600991,0.22437952681648746,-0.42139417216564823,-0.27285584829026543,-0.7550750720443836,-0.3185153817967134,-0.5218712931553805,0.07360746806801127,0.09349495389687214,-0.11300426446084474,0.6848078597099391,-0.3758810262478685,0.25689662719530404,0.5733191646650456],[-0.11150502528470888,3.106437958645454,0.4892043620764729,-0.4701493604513035,-0.2283950590415564,-0.35513246555557587,-0.8911498965987187,-0.1998899227952401,-0.7603747447318984,-0.5000514107612679,-0.99132258087771,0.411411606976935,0.6131986715650378,0.6778488803407717,0.07813561865850066,-1.2663139087298332,0.24329906174470423,-0.006177328234224206,-0.4921540920019035,-0.7888700574185038,-0.6275548970186751,0.7098014110029665,0.7336569291856443,0.5158635864346873,-0.5882531118926358,-0.20900293298460998,-0.2937888681731232,0.37489460413387465,0.12828374062386633,-0.43556635462436394,0.675463245148851,-1.0547249704062687,-1.006272000852414],[0.35950866669274634,1.9307368899619424,-0.18067420339124796,-0.09254537466388259,-0.10942757757558522,-0.2039636151398026,-0.615440856093865,0.8986329553219596,-0.01531987534797379,0.551586140879153,0.22891093317759986,-0.038126327901570806,-0.10548357336557722,-0.16850880145827454,0.6706264381290745,0.34875877301340524,-1.0244278066300976,0.2953064935858821,0.8244134509900423,-0.6497667378236273,-0.7228330381421699,-0.36226798279779915,0.2436777442026042,0.020545354877335453,-0.1816353275402575,-0.724102188910543,-0.2535885398320075,0.19349970697362234,-0.6083781062686696,-0.88885789418827,0.4924811146953802,-0.3121608049369187,-0.00032548382608226255],[0.15685949038724925,0.2856585718549877,0.36367394350511184,0.31302716460412444,-0.1597858092128455,0.36708820422896826,0.900808149722854,0.8279719775259329,0.7293193390644223,0.3606096533966353,-0.7503128721090715,0.6442739119519133,0.33298238806370656,0.7526567693989198,0.18687705860789067,-0.9978231282859166,0.35585258957131727,-0.8534826797155584,-0.6094244300177252,0.18841547973511577,0.724260862516284,-0.6116009073583063,-0.9846063749885844,0.452062473739507,-1.031860332665562,-0.7301066504624821,-0.42264873159673466,0.18353023626907175,-0.24881611765153797,-0.7301721058636619,-0.16718867614080302,0.38725518921520263,3.0385066602615955],[-0.8592086302284552,-0.7010758004123248,0.5968298073484216,-0.40685545505528625,-0.49550870429377225,0.1684903394900541,-0.12390745391015455,0.01517715877226723,-0.3970257362317066,-0.28934470221828773,-0.004916419104413462,-1.0374279030200215,-0.23264027638972334,0.8805160630192587,-0.06264486101603921,-0.6923994654633473,0.26393215938813214,-0.13486391507888446,0.7500561179538152,-0.10969260240092853,-0.41760243936135055,0.8336603249062013,0.590069491771286,0.6920273057704242,0.2922701624311076,0.36921279194775464,-0.728088939739061,-0.7646823793860164,0.7295456429675287,0.30406937681757273,0.6931422789665843,-0.8899912477190247,2.0253353241666328],[-0.4227884922275743,0.24039077050455568,0.7612175659999542,0.3352551004682178,0.060418293735644585,-0.31934649517570335,0.5710309326630992,0.7953478355751676,-0.6021203757447262,0.5686150999574408,0.20959009994764302,0.8638051373839502,0.052801362267290534,-0.5093310518630088,-0.17274534418537704,0.4782840410813409,-0.830179781096624,-0.48130732348320154,-0.0007056241322142507,-0.6964538423165864,-0.7697221705492526,0.645224695731103,0.4893828254123911,-0.175989138233956,-0.6752138985491968,-0.8882971813102685,0.608605483436141,-0.24423160250712014,-0.700648191202719,-0.9538944639842372,0.3451395307799983,-0.6003087225013122,1.3080137802787464],[0.8132232485683134,-0.20622593318187468,-0.18119888002111864,-0.4939293925306367,-0.615956875643454,-0.5037563805957214,-0.4272929595628096,-0.6885774532142437,0.2263858803033669,-0.14257968640546617,-0.08068034849606867,0.7775575703188684,-0.6520924988503218,-0.7922905791006413,-0.44395656826195257,0.8496936974922131,-0.9577229633119386,-0.7294447290437562,0.4198952307077246,-0.0850411263972296,0.40705715286103633,0.2883818625798,0.6713987052938534,-0.22546983881176555,-0.7833732138951162,-0.6846885677447487,0.1180978221454887,0.8568926721429606,0.8666587222184575,-0.07703580601352089,0.6956971624529241,-0.7314635911679194,1.8962682635954222],[0.018924266520260736,0.6222344936606193,0.572428095680795,-0.15967331085921516,-0.40258494647328313,0.48890843302589804,0.8033860854633041,-0.2252075816808008,-0.7055879567196498,-0.6251284193655748,0.280283766410986,-0.5970996242360462,-0.2901319482979587,-0.2249340455957226,0.4694929611591676,-1.0140030103850257,0.6930575881737824,2.033157659004356,-0.3450557243633092,-0.5550147405923367,-0.9966593980310452,0.23462024936510828,-0.9166815449463724,-0.9073119267643442,-0.08237210209534007,-0.5494248675325202,-0.1643800356129378,0.7777436847402674,-0.4341109501841817,0.4107120412989152,-0.3698644127605737,-0.31531008397163846,-0.5763437533784181],[0.6873365574231519,-0.6282867261861547,-0.05442705619733956,-0.5383060986206984,0.4159651345207637,0.8288568768181446,-0.2020011882113159,-0.5906592832733154,-0.8452595039699259,0.031424673269259885,-0.014874579264988414,0.450928517255365,-0.18185917476840288,0.1318034220902893,-0.45183121900335244,-0.9533711222836948,-0.8387902852752301,1.9503712198241423,0.7559087035220072,0.7288804149610085,0.5757999973304386,-0.6567821303415385,-1.0146103373027817,0.19412219345074624,-0.46389834003852076,-0.42842932276129686,0.1309283900791894,-0.6349342937403899,0.2546888849385079,0.6146971568226838,0.5936777081038177,0.37262984393390686,-0.04461579623256614],[0.7202703352412073,0.4211142893240241,0.5226142726756458,-1.027765628580649,0.9037150046795506,-0.906324651715819,0.21930561784210678,-0.9618547640182851,0.609256037953826,0.21832255851925042,-0.6354809453510442,-0.3823306771759231,0.3333410248264487,0.7405011920401537,-0.013580117810927222,-0.2933272870671823,0.2843240614926869,1.9276598060684391,-0.07254140930128977,-0.6481847528643375,0.08252224055465579,-0.3877329879390893,-0.37352164109708774,-0.47554228499434986,-0.6315995872092544,-0.38070383150878545,0.7845517716324348,0.8125117998248298,-0.17283928875734672,0.028324393225969916,-0.03180651533553515,-0.810735902391585,-0.2625873463598725],[-0.8006410694675932,-0.5321421255651171,-0.1890922402078453,-0.2115057973374866,0.6565869143878005,-0.9362102286190437,0.07126557542959941,0.28951181017371896,0.8452798412659474,-0.9145711864449755,-0.5885922300841981,-0.5923849743755961,0.31525785614981494,-0.3273126336132772,-1.0679806167760701,0.14860355150813023,-0.8664703101862061,1.8686729446447552,-0.6474663010363154,-0.690605119141216,-0.28326717769610754,-0.669117258145835,-0.7962928835732997,0.057433012488631564,-0.37634530342556893,0.5038290006938193,-0.2637298424808866,-0.024843759055812663,-0.036301034000384855,-0.5727715237131651,0.08553211808473961,0.41707211112796827,-0.2266401707783651],[-0.6796818234829436,-0.8015747428711273,-0.900849156833747,0.21268254253353044,0.8662190333711964,-0.49661624212622996,-0.2128733267059865,0.7291101996775753,-0.5820306335190354,-0.9142945481990339,0.7257385923380629,-0.810740788982459,0.40205019879096693,0.6852569731665521,0.9499442105090318,0.3542985403695118,-0.8140109036903882,0.6906032989562381,-0.7751415523113523,0.05900262067547061,-0.7446411023531149,-0.2602365506432567,0.0730758097088818,0.8750801958477499,-0.5995145874725367,0.46568246917773304,-0.24304196354031699,-0.9255514161142285,-0.10648038718105214,0.7710372740860496,1.2488933800537056,0.8369185384909167,0.1803462560933569],[0.22106412841181228,0.2629676722075668,-0.21131360843257002,-0.6623019693426231,0.13945093404900816,-0.9485424153910815,-0.48316411653789576,0.5914568701883043,0.5178912220789411,-0.06795563024331808,-0.15148918226543212,0.36455188189657717,-0.23007734830826548,0.6260045209555266,-0.6695261445891305,0.4620563542784696,0.29149265201500835,-0.7360485469978238,0.18771307841361284,0.6418196421634871,0.03792232894257528,0.664562462420297,-0.1682415127875254,0.6519783444615904,0.8749857851853088,0.777316777783075,0.5890749199595912,-0.03038832340840431,0.146345431012487,0.44316938881752016,0.9779900031142501,-0.07235692928108106,-0.49860195633791393],[0.07248059305305074,0.5772596662207631,-0.3967123070236437,0.10725579965522007,-0.7623616334993323,0.020002093418432808,-0.6442658416577729,-0.07867508764540312,-0.5511691745015892,0.015605678167716169,-0.4006318157498694,-0.03350820117494772,0.13054771324919143,0.6338424751476086,0.8478659498968693,-0.705776179019578,0.6398451279993997,-0.554081345095117,-0.6929808360628293,-0.34134967110892855,0.8777978426183399,0.390424824431712,0.41110478257420946,0.871506947144445,-0.0115548733870081,-0.3583829226920796,-0.5820621315723236,-0.5171711323977218,-0.6703618763854375,0.8850317910946516,1.4009839042672607,-0.6882912378010243,-0.8643423240062805],[-0.9657263695900695,-0.31552818102052005,-0.6380302945466808,-0.4248427526149658,-0.9488100781897698,-0.19515673913547366,0.8159945615204471,-0.8625576088039132,0.33927449882227095,0.5408636534380314,0.7367978815068905,-0.6900007533507871,0.6851824183173317,0.08572711953232538,0.6573370925300048,0.507112877392966,-0.5345720480631682,-0.3576194575410314,-0.6665387478972332,-0.5489574082438585,-0.821791498412555,-0.7332897378087638,-0.6512543051372107,0.7536973363678088,0.23609681636372,-0.5732774948646581,-0.5189149542344971,-0.08994270964047901,0.7137302956845267,-0.8089725996209252,-0.4016691664822787,-0.11051319028648299,-0.805864993300086],[0.45681533399283997,-1.0291726921262248,0.9389124661402197,0.6990393772270148,-0.9998901975046712,-0.22955843699232137,0.18018110336266407,-0.6999130405642797,0.5679917265630495,-0.23338015271277338,-0.5463555704434507,-0.2731333355126834,0.7124689345925057,-0.27067411197820196,0.06807850206720935,-0.4533947508100187,-0.24602002606976725,0.8200406634016234,0.8599793575335964,-0.20761350806330608,0.21051080062841104,0.158020873271775,0.8802238409841909,-0.767360363637267,-0.33151262132427584,-0.2556287580817426,-0.2675386862379138,0.21939667476565322,0.032561159994768545,-0.04775723728716092,0.8015120428840747,-0.24884786909402598,-0.7574992594341953],[0.07521015246838234,0.28523258609391783,-0.9589984358916923,0.7055485931759962,-0.9357708667446121,0.3632600152564062,-1.0972826017528414,-0.444722455599127,0.7053867623370838,0.12310475355480711,0.7014903886027211,0.5628570084985329,1.1295201837032645,-0.7379559716750925,-0.04424829346035035,-0.18883363591059463,-0.3251672757505286,-1.01880569336573,0.41627140567720816,-0.3324836460887962,-0.083444962891953,0.48238425768119986,0.9576331158756529,-0.6673131770694221,0.6701772927446168,0.7852960874374108,0.09916059887121478,0.8404433331129226,-0.8183915913598832,-0.5506295260631168,-1.0129044308234982,-0.7104364629619784,-0.43308401477688024],[0.09208218992714046,0.1140236868611171,0.07200850603230988,-0.3431810445640875,-0.3262041823521798,-0.07173951073771112,-0.61082788877697,0.4230688639928532,1.9194492710547346,-0.21519544632089696,-0.6365021151952578,0.03208477226731332,0.9023412375529144,-0.36921806741106644,-0.5170301438192737,0.08503428748473754,0.062221486431345535,-0.7988126471674054,-0.25040775874048804,-0.07229811652668328,0.33630806729468743,0.4073549762512107,0.1500820302238635,0.6077147257045905,0.182061411074311,0.6311695482574073,0.811239356019607,0.4966993243246163,0.7009280991963796,-0.6572448941406698,-0.08583915129382441,-0.4413869803585323,-0.21079749373178314],[1.8317892493644656,0.30659221304667483,0.7334954924437002,0.39217695983331746,-0.16536473714800615,0.6995775358255225,0.24768530263396576,-0.27665152487256894,-0.9177371175000146,0.6979806970228425,0.35376621695339894,-0.2185365184764789,-0.365637933397155,-0.6311318311852555,-0.6012706272971474,-0.9001829797789183,-0.013483917200096632,-0.23189980465148374,-0.8952725121805476,-1.0189279890913294,-0.8658060556874541,0.33328356463600206,0.5575781908592887,0.3718785740767509,0.33823499439230165,0.5518269573737045,0.813817815935237,0.653193673882971,0.6625326305049316,0.41873949435173285,0.9070785927503174,0.502721959305597,0.35235973666354137],[0.8761208291676645,-0.9244315710317192,0.3867839562268621,0.2145070521739254,0.5763876712222353,-0.0165567008297152,-0.7825872221220231,-0.4532532328464301,-0.9485686269358247,-0.8851470666367708,-0.270063917207398,0.2948652833383777,-0.13992285165229978,-0.1868971744339324,-0.11826643173040903,-0.6961142833935955,-0.7375410867361164,0.0992784481549563,-0.16335282189687278,-1.0581536629627253,0.0629240986451321,0.5785628605245837,-0.7695227955138447,-1.015713356017307,-0.22394915770311577,0.6612293238044221,0.24345750932308588,0.5146330175087594,0.054031166734951196,0.6855771747967051,-0.9674408605218893,2.5901815538621586,-0.9154776814179804],[-0.11308490546037363,0.29756725039829834,-0.3232703975013514,-0.9597569452014546,0.3384345507995956,-0.28406945055958344,-0.5357830079903773,0.2804402009012592,-0.6016303839853588,0.8612155633829973,0.030332011267345856,-0.2754614471328196,-0.5321669440382116,-0.4616310038663194,-0.27899648030239266,0.4924124097928763,-0.44511435213898476,-0.4448886667131735,0.7644245062687702,0.18976683305907446,0.4392546080140423,0.7204141327461461,0.2065714277503514,0.4986370498304631,-0.4122530277351706,-0.7439993747236155,0.0651761143489223,-0.06423652222107636,0.30039320789757756,0.0875767427752023,-0.023449035347943493,1.634168045251468,-0.9547332124242173],[-0.7197426341299619,-0.4881287815395466,-0.19187143513426871,-0.6049092581014928,-1.0377469544198328,0.7476492895578772,-0.6550019783005134,-0.851625042332471,-0.0004547336137952456,0.1905966728708726,0.11705381510755962,0.1792018416669879,-0.8921992582208558,0.5016721473986067,-0.41748267589070415,0.9521509079040555,-0.5838554488373082,0.37695500807599785,-0.45040211163322663,-0.39237164985055434,-0.030294727455773177,0.031639309957116155,0.22272047252430013,-0.8076227664832684,-0.9541688010083913,0.03233561252950199,-0.816658761334526,-0.8816926287698494,-0.3084870936346126,0.3716811778003353,0.9477631362040984,2.0428705229515938,0.13803672586734717],[-0.19362302205162543,-0.0854938523055473,-0.5193232269659581,-0.9644159979861335,-0.6881638451266724,-0.8202873534849429,-0.7963744971559698,0.5302000754199253,-0.09762840620007321,-0.6516538908762084,0.0914492226855674,0.6806000733982661,0.2991779517510788,-0.7455511549282452,0.039205203349975716,0.38815068804344605,-0.11983352020583632,0.16881745444622426,-0.2158556589240273,-0.35831816883755435,0.4458044648689219,0.46976433209691154,-0.9579578814574924,-0.09809991504482421,0.5005639517223271,0.22271990715233844,-0.44551848394040133,0.432580370354007,-0.22841853592553293,3.5621604092440715,0.3368960894419625,-0.775511032880209,-0.7353436089018213],[0.6606486412472817,-0.7414193132336889,-0.8370856646847011,-0.3518424272546911,-0.00815069782548987,0.5218244210261592,-0.14833381854192576,0.04998751649229326,-1.0485610763973405,-0.08267055103562151,0.698104852498361,-0.9491053083941142,-0.39380100400437446,-0.36979688487844425,-0.8115249235923695,-0.037582263472076285,0.6563361662773841,-0.5979045576785581,0.5544114862846703,-0.9627162476547639,-0.3308282991025952,-0.2883462392902685,-0.5119814630771697,-0.543210806992723,-0.4861943208705362,0.8301049953820574,-0.689361225380738,-0.2293019837271832,-0.6734102394669205,2.4448998798087405,0.7736414468394893,-0.10337985206462003,-0.5712091247063185],[-0.10054573174159162,-0.60385430846729,-0.6772407002089579,-0.916634256984609,0.36474187555385573,1.8347819714130862,0.444388267947648,0.4494779227165625,-0.45293110240252993,0.19408068854479138,-0.2935891748801705,-0.5320964614815015,-0.40959841676944364,0.8128035220585693,-0.7925285648353002,-0.20212217924008144,0.06913490159350685,-0.9144571032005945,0.6752816787112642,-0.69831773960454,-0.8291905265150155,0.746694215635772,0.19421615572105244,-0.8008062987751986,-0.2816942912335924,0.08451476301276167,-0.7914660473811558,-0.9529228843215943,-0.40787340812562967,-0.02122672897047884,-0.8363142674898089,0.4295638568089548,0.048776157410199986],[0.06575683565577911,0.045612067683950853,-0.15432741389813362,-0.41307280408713687,-0.6260137025646684,2.421099451030305,0.09917155605876422,-0.9324195461058025,-0.5898247180330891,-0.8266622280702784,-0.050147393422370845,0.33426910862574305,-0.8024125651236252,0.7771879512691321,-0.16319956548640613,-1.0083174688238734,-0.4865289761753091,0.18855857404601933,-0.5436064809692447,-0.7726316540937843,-1.0755514989129125,-0.8275867450956637,-0.05075910973601389,-0.7718082939252471,0.21013145961013083,0.5753129343050811,0.09553204874681008,-0.2724992726616714,-0.0428856135247965,0.04481353245150778,-0.3244670748591642,0.7052170361842192,-1.0028294072617119],[0.23941328098229875,-0.15931266029313695,-0.9973141290516743,0.6077542869516288,-0.3554347467855253,0.004708723598627341,0.8918849328544706,1.3230511971308305,0.6330445063505838,0.5970246650457788,-0.5926076773253678,-0.47854234982495175,-0.588874483182367,-0.3090679427876157,-0.6394646977921858,-0.723952402775747,0.3467630224391351,0.5293710537326576,0.6642506676099326,-0.551437335379887,0.2743872715773164,-0.1648521607939227,0.5401454210440283,0.7070902725221068,0.8053950200684488,-0.8877376019944314,-0.39717096798127277,-0.18080208888062504,-0.8627286703129758,-0.6625179696237536,0.8819901237676545,0.36687958105901125,0.06551655681973621],[-0.06024620490235374,0.8217656357341484,0.8109264615932891,-0.040549219776262344,-0.801942649622711,-0.7920029505611009,0.07679336095219993,1.917108413325316,-0.22087493329576813,0.6020757127427963,0.836481916328137,-0.10055521187122879,-0.5172837992591757,0.5211638560120151,-0.4329049789728961,0.8000866806595639,-0.3911324089868298,-1.0022523942555146,-0.7298938448509215,-0.9008526711259796,0.518731488030805,-0.3865166859051895,-0.8993482060714634,0.5086405885291555,0.24896725816504053,0.7468864323551584,0.06019015612697864,-0.9712272904348824,-0.20779490775159692,-0.4774926587616068,-0.15678149689535248,0.24052323822760424,-0.6818452892164447],[-1.0032362069120155,-0.6680105288703313,-0.8707100548831945,-0.9289999497018582,0.4632819951522267,-0.8391869729075697,0.767475175196811,2.545413233923397,0.02215612303898965,-0.9442417812410769,-0.6498452396784997,-0.11300565594159555,0.0938386377532644,0.6047209280607947,0.11840653665857775,0.2182120997853876,-0.8133358660761129,-0.9280132988701095,-1.0448382552824769,-0.8838655564870809,-0.8909733608503877,-0.5907129802351957,-0.3353613674224926,0.0975766826987843,-1.1025006438758573,0.7339382454674277,0.2177550993816458,0.7816834959978843,-0.38849906978393434,0.523899569812145,-0.40226777275214415,0.5518883080563209,0.7454566574736365],[0.3774513866889213,-0.36655015358052495,0.38871871887673126,-0.8876855481326007,-1.0165360974000015,-0.3207492302202003,0.7040637865858718,0.7517821506660293,0.05340535972933562,0.5414257720711713,0.6720284823230859,-0.6861253236669299,0.3644713820092425,-0.6713610538304551,-1.02143217384324,-0.5228228730093908,0.3839926617983469,-0.09559651715966197,0.7307079510579703,-0.9357633444098171,0.16182164649629247,-0.43522377473787216,0.6115605468375318,-0.5385999836875308,-0.7474949692097693,0.8948243040114806,0.09874033777872852,-0.48385599056964196,-0.9872619383720378,0.2428318269295408,-0.26222685648033844,0.5119945451728313,0.3264845588454553],[-0.6710480250246362,0.7514740166973053,0.26152443356109223,-0.984463626037137,0.10754414246472709,-0.21029490295068345,-0.28445231151013783,0.8253635181714922,-0.9273046876992079,1.8061636840139181,-0.28328854635898515,-0.7329354701554058,0.29007982897706236,0.5357987882576988,0.2757646854104468,-0.016709353919493825,0.861019262087793,-0.8485627141387658,-0.5271421117891664,-0.8459369772356451,0.3732082754990243,-0.21121205013959116,0.14782260080503193,-0.980008725882907,-0.050269632273704415,0.48812527515535203,0.48457291523706636,0.13601539666295276,-0.9033125865467481,-0.20120172484372598,0.7418798361980378,0.08132062044684549,-0.4371512084292644],[-0.4363680827500407,-0.08636344435301048,0.38866409815845027,0.04036492259937357,-0.34530288231118517,0.24726573226905255,-0.04324038478804637,0.2169210093729004,0.8440435879394684,2.0525687948967755,0.3302892704627224,0.04662013131171503,0.22003243241424686,-0.8507484609233208,0.02839126114125923,0.4958012065003167,-0.8068181540712726,-0.8237659140405516,-0.9321664014087033,-0.6432290067850582,0.03765890557838166,0.13118310917609458,0.6261254054797418,-0.10871564612586758,-0.8768911863383277,-0.05327941855374463,-0.6384672529134522,0.435800930643744,-0.5882351874122871,-0.6397241511752704,0.20495642432673658,-0.17714032456935683,0.03816940233751682],[-0.5822305598351323,0.1760762715134113,0.6266699784930179,-0.31617056566782004,0.2826051710863942,-0.9339466174307158,-0.8068893386067082,0.2599620510568357,-0.064597821463127,-0.24597454241072803,-0.9757660869550706,-0.3424228254446754,-0.7388098375799441,0.3737094600941145,0.7369066314161962,0.8499618151838816,-0.901393132395951,-0.33729201257473035,1.1918769858235403,-0.3133072407762315,-0.37559329641607114,0.6258395274513623,0.47008730824836914,-1.0740062034770785,0.037466181467329225,0.7218259649624877,0.3571447163049455,0.3422554416942269,0.719492654535119,-0.33378766852094943,-0.5423116791976107,0.5137508007080304,-0.32958366801201705],[-0.09676973439068302,0.3568650956980638,-0.4250050831268281,0.6673391106008033,0.7315596372765782,0.43538039418548313,-0.40209114635373755,-0.6400736197946976,0.04700718690184762,0.2794263159650836,0.6201664841472523,0.7292536700852641,-0.19638699298223736,0.5527595435151235,-0.21337812828857775,0.12275202455685406,0.8853204617579664,-0.45547057913520667,1.3822221002664865,-0.6996714721066927,0.738389997652314,0.7495075791815752,-0.33946551768207944,0.40228433688217163,-0.1120049379364032,-0.08122396541629588,-0.8862809631874268,0.600024661755148,-0.14611547192563185,-0.2268945332592933,-0.8863696297515237,-0.05910558255234889,0.09465899021215338],[-0.14520076905868134,-0.013086434960822738,0.06238914011477788,-0.1375375186436501,0.22204371181867422,0.8726724867476402,0.46002672216752494,0.06200275100523339,0.17679250742264102,-0.8302882595560518,-0.26033910636281404,-0.3430671186460785,-1.0473443163323681,0.7358807040281032,-0.6482341565863369,-0.9906813467088686,-0.7934728693432995,0.6507853947920798,0.022751959943388814,0.4195332334079073,-0.08428330170963634,-0.8634302961134492,0.8359679471870923,-0.9146244480394716,-0.8984022988360497,0.9114164879440071,0.9233100111872933,-0.3460208278437923,0.30885281034703727,-1.1297024075366942,-0.18045227243146977,-0.037719432231328905,-0.5415653862419177],[-0.13753641308533535,0.6032935314203567,-0.44248299397113616,0.13686451094742402,0.7259557346508253,-0.8418551490076281,-0.01921066732310106,0.252090314663764,0.5748463553724464,0.316996922901068,-1.024412034974926,-0.9341674065320477,0.5574905659636642,0.3717225340943931,0.4917240569865603,-0.7111230002501232,-0.3089023959438011,0.522923742061008,-0.35444750035441325,0.20215478031688786,-0.4978116770999396,0.06352889511207396,-0.4901949985245668,0.01908060451816202,-0.07293287288310356,-0.4034531552379515,-0.33160451398005536,-0.03235886593193724,0.2657040404084269,-0.39382281316313883,-0.018065463081297813,-0.1517209558223309,-0.23447847951488027],[-0.35112253641043295,0.2685902351254294,-0.745366603564952,0.6689366285106232,-1.1202643838684014,-0.7521316721588256,-0.34067167648854113,-0.13691473011216174,-0.7969994805389218,-0.38854320809201326,0.5988137803918262,-0.298284852061606,0.16375449478167514,0.6198119635395124,-0.7917557940105766,0.6867178487792184,0.060956384559564473,-1.0222725706577729,-0.9869519113299433,2.5798037704687315,0.6901624555572269,0.09037571665748972,0.42543658434303816,-0.08532000970917183,-0.7885584352467429,-0.06363761852514194,-0.5326896691644277,-0.44519719330228064,-0.4938333684824643,0.46270330215986233,0.9246045431796805,-0.2008405075404108,0.4717800244887048],[-0.8302438279443203,0.3924972975380364,-0.11302548506021068,0.3968956783566677,-1.2232832705392191,0.28019168551918827,-0.5998189635928916,0.32966542475260796,0.5671668233392209,0.005807527872996488,-0.38549072092578823,-0.12551167861453483,0.5627079314652156,0.8662979862838875,-0.18540986550341654,0.31723761281238366,0.047908055759009804,-0.26069330435459104,0.8642270153977971,1.9164548061977666,-0.11032535198554357,0.46089024337297124,-0.4890320654372356,-0.1727215536745502,0.8325701151022962,-0.6685652703761767,0.702363775302316,-0.18270427389773589,-0.3392134273104611,0.5414124759758142,0.8401822631973953,-0.6445237763518425,-0.5500446194712042],[0.4877844701918589,0.45772880228298457,0.3297771427232825,-0.4321682813817345,-0.3532608796063186,0.0724572117103305,-0.7786416219211667,0.0683649825965904,-0.5049933575837394,-0.8994536272873609,0.8516129683575976,-0.0584419327305779,-0.7900861202501394,-0.9411076104042218,-0.744727372587349,0.4024241165109462,-1.037295623883939,0.44782972321937226,0.3718581874431817,0.12263383690073812,2.7302042739460664,0.43488250323626354,0.4788232387487444,-0.4695448204158151,0.9009787754968301,-0.5313930896372602,-0.3526387215309554,0.2542726057968091,0.6188888447921889,-0.9804787185842058,0.43194596473202285,-0.22031498778204495,0.2936638345249627],[-0.345108705136813,0.5002728235031283,-0.2232989014013499,-0.25032837579406236,-0.7284400887490693,-0.07135355952386213,-0.04274689705469445,-0.8233422934913471,-0.9713939792349587,0.6112748749042902,-1.0157148846779138,-0.8903059568528938,0.20667381609551463,-0.04074210958395281,0.7821071052766946,0.879661597182451,0.6354707019064363,0.8874389892761616,0.03175127694296466,0.7073206908426363,2.7957648637618497,-0.7997251992462624,0.3663227624576961,-0.7023092965846003,-0.04561856399041257,-0.6040734800470186,0.7701347851944456,-0.31370134400366106,-0.6877626343539036,0.3772309617773359,-0.4510615197800266,-0.7866017101963936,0.5436571235832194],[0.16824863398545004,-0.9927997662938003,0.5094808899368011,0.6848432780464163,1.444090001639096,0.4359777515105762,0.4515928633293815,-0.0312932492235581,0.9492249274592007,0.767932842099548,0.27317484461280356,0.5246051704061984,0.7825499281400219,-0.8298452984015495,0.1504362248529689,-0.14196809061645788,0.5227762381250048,0.29873372996428826,0.013069857974215796,-0.9141042274293646,-0.7628900119183988,0.1616618573872505,0.8705718140192235,0.3049804331179752,0.7386543466173122,0.4568603639470209,-0.10988763638794535,0.24254070055421126,-0.698599786413761,0.5442803623913683,0.864073920100041,-0.6603656070654066,-0.26911921516283616],[-0.28038235044789944,0.44821740498917867,0.48278660866088363,-0.6548978432551769,2.0908411870651302,0.9322704311326483,0.056642084180648505,0.07331721557917284,0.5301146770086435,-0.6228389358264448,-0.21645691594978125,-0.24200274236307268,-0.47732329091531933,0.6775083845708273,0.7656101860005154,-0.09338314328653691,0.09337597076809458,-0.8793866732183572,-0.1165645181964033,-0.5713938791263333,-0.24099101891656208,-0.15419567280878724,-0.020678853626128188,-0.34103265646546155,0.2535338346563939,-0.4312133859990785,0.17524294917450392,0.24768001715054813,0.37188929814042354,0.5072019352395406,-0.4813880363804941,-0.777747582683658,0.5245122886859902],[0.6644829641019658,0.6451161162908347,-0.3770648532765368,-0.8668070408056991,1.8903622844932648,-0.3602046612502628,-0.5451558716486139,0.7664153834553847,0.48644182534024843,-0.7232326269560467,-0.11147594990784016,-1.0475154916451133,0.5140859846369583,-0.2802579993788369,-0.6231615508404708,0.8596562993174578,0.26202493916226105,-0.3840524338937578,0.2988474665820891,-0.8669011447470287,-0.8269873396055036,-0.45473309280373336,0.029706888154141374,0.14001739569645477,-0.4626818929229553,-0.14027157677736712,0.6888676284690436,0.31641593231912535,0.26574975951072344,-0.70149117184583,-0.6779920274930626,0.500083273470922,-0.5212122297670986],[-0.7086489567071589,0.6688294930218409,0.03209127113169492,-0.1045961689508833,-1.0170081401101605,0.09192510936230988,0.026885864403989296,0.048457541664998924,0.11347631267377963,0.7832612771938997,0.7996174962424135,-1.036004538083844,-0.5201318077863808,-0.10070835710308636,0.2549213795491711,-1.000003290673328,0.8921972002011316,-0.9438579309906032,-0.8268981031600701,0.05818614827069197,-0.7039593807284543,2.050964758549059,0.5299402796172363,-0.46613275818030003,0.6998116706209697,-0.06088373638855507,0.3096908190850092,0.6115925542907827,-0.6382646634816567,0.06655123866551783,-0.5409409019199161,-0.01746373900698355,0.3702911223084253],[-0.1102130368984897,-0.2507134952469061,0.6818985050486601,0.26189412374270976,-0.1909452781158689,-0.500430607581023,-0.830236246053885,0.6515100793991198,0.887136913298195,0.809127398191494,-0.9434767577960359,-0.9236978249880169,0.8183753785353578,0.24234943311391713,0.18952791648429673,-0.32847385848412863,-0.4800002091725369,-0.0965954682812673,0.7035772003753931,0.39081456375821283,0.19356592648082185,2.131853305414877,0.2578631599896302,-0.38264809711261,-0.7302996592936895,0.5191066827483393,-0.3397280420558165,-0.5423012835012104,-0.9863228727271844,0.21202416254191941,-0.14882618748212564,0.04737076253031614,0.41225883155240034],[0.447186000971494,0.5493238812198608,-0.9306540161242147,-0.718115978706527,-0.6007148249878068,0.2690256203022869,-0.5085815143622204,0.35048536507017286,0.4997619776697847,-0.639564211105609,0.24063267023575308,-0.7599800853992764,-0.18579816621308617,-0.0776034175939092,0.03802279464394143,-0.813240199464853,-0.7647954663166463,0.5593754980462022,0.19487814570696815,0.45134491380148345,-0.19530659584075283,-0.7288182605491502,3.9963702523435325,-0.4372432283121863,-0.8348943130914407,0.3281312507800889,-0.7273573447442745,-0.4013139666893203,0.5882136956797139,0.4187894087423352,0.5505961351534393,-0.31042702367463454,-0.16477718391668844],[0.43285832842252436,-0.17430790058736112,0.7268439411435751,-0.5017549008449518,0.8581247977120472,0.29614918073295604,-0.07441372897929024,-0.4713683172851094,0.27550752332953254,-0.9370573108586292,-0.48701790630850544,-0.4233174337102503,0.02090676771876639,-0.09671497529107462,0.5413286561973788,-0.5793425075064387,0.1992108563525759,-0.950386880955842,-0.45234995971588327,0.7766459473529861,-0.4946502110763134,0.32917352545430256,-0.8189957388927211,2.7395415149710116,-0.4995628190910844,0.013164119263975795,0.12609187611747663,-0.27244494686592,-0.3549348101661397,-1.0211527390277781,0.8633949672909779,0.4524760770889731,-0.23448417680592484],[-0.9113514227504388,-0.3244176484782657,0.41545049327759864,-0.31689422679144086,0.5761331361267439,-1.0174169265129767,-0.3153917287746269,-0.21993728497373422,-1.017509703059654,-0.6877441574978226,-0.8775770102146853,-0.6380579150774979,-0.35851570201314165,-0.8026085605037417,0.46055843764525833,-1.085370449406904,-0.7671935883864185,-1.0950497878963135,-0.6659389383777309,0.5999916420992037,-1.083202383683643,-0.8276014016301516,0.6511345925454233,4.291277578232987,-0.7606466477913172,0.0800290667812477,-0.815855536372296,0.08181608150205055,-0.699604637823575,-0.39293016098358163,0.08372200239166476,-0.103463123132591,-0.7904952746730474],[-0.838529820925935,-0.06298184109309381,0.45114212689445193,0.15237518498960445,-0.40775946114499356,0.2837521433073937,0.40051187687399087,-0.29998061946417287,0.6209837884075281,-0.776280409847645,-0.1723928894153818,0.05437471533843622,0.02560978493174266,-0.19695491162358494,0.2751708234177904,-0.10367006401384403,0.02079435164908673,0.1541569692884813,-0.36112119167191664,-0.9578824727524502,0.47221871500699963,0.8434479365462465,-0.21560171076646095,0.7699270258495968,2.509026734577257,-0.1680325926750555,-0.12894645785528028,-0.4129632136277477,0.2873986051626882,-0.6029512064815441,0.4419260883832671,-0.648222609453394,0.5779070014402586],[0.24444310113994816,-0.8306214042611246,-0.8317886805628203,0.3239908605783029,0.41914835230056346,0.34350298015603276,0.39142718991727876,0.5143836680889305,-0.04126598176268837,0.5008277347568028,0.31770843399745385,-0.26020259406817026,-0.03385434879578744,0.9002282858486601,-0.06568744555001266,-0.4862982445069197,-0.7319572528552131,-0.7605416653140341,0.5806015859231398,0.786779193851176,-0.9199590364722567,-0.6196473825929479,0.03261894042095359,0.22446938308579437,-0.9155214755212299,-0.664357880573347,0.6768216799596735,-0.8548631966866621,-0.820891824887603,0.207621169503951,0.18477899969690742,-0.07166187842727896,0.05287907441881102],[-0.6773025170872611,0.5151703877991216,-0.16362921369510114,-0.8083514274420278,0.48294683860722554,-0.46719165778042915,-0.163523817448308,0.7188303599846445,-1.0271301256472245,-0.915669705848129,-0.04183544674223786,0.41786892146469207,0.26375613159554917,0.8304709807164282,0.9256678780602265,-0.7794653270467473,-0.5245883740701536,-0.1507119004718668,-0.6331631817541635,0.21295018594455645,0.43415978315250336,-0.5520930271213141,0.5735367009413951,-0.788032412607173,-0.36153647600996586,0.505878813026454,0.5025302963860859,0.14683800170580524,-0.886214681218038,-0.5298211395415141,0.2838509264047709,0.021885691349359148,0.9245673956703357],[0.2256808541309016,-0.3739776482823405,0.19588181332512253,0.3697972416697973,-0.5500095136774165,-0.7019015526188722,0.7305801283749789,-0.10342348536286715,-0.6432034378008191,-0.038531597627471666,-0.7814518989801631,-0.3571515551692077,0.5588191134749051,-0.028690911735586508,-0.46842829716661893,0.4864681865491977,-0.09933604665316188,-0.01209747094995741,0.3001899322088159,-0.5082456580300663,-0.6096759205585233,0.43420625621263254,-0.7414569684030988,-0.10519931973930628,0.8433278049996271,-0.24468037927628014,0.3195084031385002,0.02783226299992058,-0.7341898654214755,-0.6914884614823213,-0.34379434058461167,-0.47038544909667485,-0.1070889411118502],[0.5189105551187431,-0.41538176229835727,-0.9808539631259299,0.04192163373858327,0.29729717550345425,-0.9429330363592826,-0.43511872118205147,-0.329194818804081,-0.6967016519314034,0.6964707769318316,0.06429986346996365,-0.31893534997439676,-0.6161662563127417,0.6972437694536477,0.5489951511718812,0.31267218498313876,-0.34011300845985504,0.7390807761391388,0.741102961182672,0.5924311700643475,0.28292463667518897,-0.005822063361926028,0.5152388136260903,-0.9900982387462054,0.4679101242552488,-0.45237041199832245,0.7916288375012254,-0.7515290929695844,0.5929458894676928,0.47050358403429576,-0.38161912966027384,-0.6525456957364772,0.12667274995891425],[0.4594123593978598,0.4609976668367473,-0.5095686626289787,-0.5182064200471195,-0.8974683369839641,0.04548790641627298,-0.22614745153473118,0.5499290632266949,-0.22181293539409408,0.4376370908617828,-0.5309627595513663,0.018202345617983593,-0.19777205028732603,0.294227398661175,0.2031558870290522,-0.10151088027733836,-0.10939284198636585,0.32746534700967256,-0.35522642931567994,-0.6114186762344999,0.38888657772977975,-0.6392000178682652,-0.6731641857623322,-0.08597347229773038,-0.5697590516610886,3.71002043150137,0.1632790679338071,-0.19312814248647814,-0.9228365549521997,0.4776549866052062,0.9122284167500901,-0.8479090495157072,-0.21505773165277559],[-0.1751716954639092,-0.2689805318454293,-0.38245304142409847,0.6373720630049666,-0.29370874386132245,-0.7863757683520963,-0.6741024157966024,0.6957177441740993,-0.6963740570488358,-1.0267828180166299,-1.0440703990425755,-0.3193508154397454,0.2141047711163498,-0.37270362543457114,-0.3699157025368094,0.2427408583763466,-0.7204393323223242,0.3068563248536557,-0.668563247001145,0.1815470530267616,0.40454718916132437,0.14191529374080641,0.3954219702787002,0.14282200756670488,-0.0016856286827469902,1.6657744293936556,0.2876700943931833,-0.1735826037498507,0.46561201548131576,0.6292087911805317,0.3522308712510525,-0.8386550774431931,-0.5670350797286093],[-0.6049227067488786,-0.684530216420437,-0.36573383533181947,0.6590743343299403,-0.1779855679079423,-0.10551730916378776,-0.651064090808124,-0.9235159300469682,0.34545182865694235,0.5443322373652644,-0.05183527761484963,-0.6441715311073644,-0.8022511601309811,0.8465635332996868,0.5166507083022468,0.5730829892544373,-0.648318031637967,-0.9675613531917814,0.5531508428229366,-0.3388554232316598,0.5240710555633762,-0.7532449235079623,0.1912573183887509,-0.720098459790552,0.33331418539066016,-1.0164791374083304,-1.1488358992728367,0.24483329799497566,1.9877535676108506,0.05095541897558994,0.07059399568736717,0.549005248177949,0.399683768528631],[0.2813515357061396,-0.1650772172842713,-0.19943200363115055,-0.9926112407524259,-0.7790365541679205,0.036866856548540154,-0.10401715596473683,0.9691877376197713,0.13928738714160435,0.6300231209034604,-0.11038402478843154,-1.1067656387402967,0.6327999605338428,-0.8557896013102161,0.07591694634910436,0.1057384841352456,0.4152244343372631,-0.445964027734254,0.46623886910557666,0.09253040193921287,-0.8179350626811697,0.4618642074772052,-0.06738757070464431,0.07462155598843435,0.895645601341592,0.3073709028351098,0.21821116526691295,-0.041495217497128825,2.1359178739695484,0.45545879114584964,0.4561133839595616,-0.7410941835497069,0.2215041436826588],[-0.002449669624995143,-0.390032710863498,-0.525239488662961,0.1418472290431567,0.280194506878871,-0.1919902130015699,-0.8084796377589001,0.6831701777100632,0.3316226320217575,0.32495535267854203,0.8273804939445684,0.1744048549281027,-0.37732615913620854,-0.8363949135228496,-0.047106620159111774,-0.7113839358673915,-0.6997246441434704,0.7720665235233232,-0.3760357827437182,-0.6758240714791476,0.06908854747505305,0.026531119433885926,0.660860859697947,-0.08142022111470948,-0.2608045349124509,0.5360324595028785,0.21167983413412753,2.0729734584996886,0.49751075711408144,0.694161133909001,-0.6087669978233985,-0.8243736177411076,0.05108738887644525],[0.48157280562471044,-0.3271545723875197,0.712559793803183,-0.506899305650128,0.18188675565858647,0.6437007655172899,0.04027895954710516,0.7789991841849969,0.4590989795133672,0.7874630284067572,-0.7093891852253994,0.14880252293729435,0.47749021875661046,-0.3318941191805091,-0.4151873827515232,-0.478854086315538,1.450655866805059,-0.5239623771411052,0.6044063235873736,-0.514309886682862,-0.4756379422612495,0.28588675339849023,0.7134480896057773,0.2541683249189523,0.8861644532049251,-0.6436953547639507,0.05255959893322354,0.5756207013837595,-0.8877422048785603,0.10232629896447507,0.8579174511423235,-0.3112333084622675,-0.2286546035130711],[-0.17910205511063,-0.59903743275376,-1.0122694825302447,-0.4219533631385717,0.8073594629286875,0.8302297117512518,-0.7858771247118269,-0.6643762443397717,-0.7273045613145391,-0.17586788785178095,-0.2573269153926962,0.6045226992115948,-0.8954238729445011,0.21117244778879823,0.7440926416315081,0.23186100038858048,2.5132436593213265,0.7232708255877318,-0.06256422992499502,0.17393641177761587,0.7914638278852489,-0.13930260620198537,0.31713873058638536,0.07174624080677636,-0.5068858075971454,0.4833278102480752,-0.3372585911591304,0.149880974008773,0.3894864712834578,0.48818041216731606,0.655443424092549,0.058178095628631965,0.6193567527664262],[-0.13312398073416531,0.6145039504294051,1.9761133208463741,0.6585002731737675,0.4569424946169713,-0.18350615462262151,0.8215323728330218,0.8872709742986545,-0.6592992718398699,0.05679295458149148,0.33859326172033655,-0.792884812412304,-0.4603070824206599,-0.04577438714634293,0.7471748471807057,0.25150639556736576,-0.2363237137848663,0.7546447575201655,-0.6167736703993844,0.45055967220744114,-0.4818351267035732,0.6761081397349551,-0.9344627714158077,-0.6441324757905261,0.4042630590169298,-0.9291307847017325,-0.6118136260332888,-0.7661163579106465,0.4570319000241797,-0.4164658221454694,0.7181633162564737,-0.2073767492290128,-0.6866708615699758],[0.8319790502242195,0.19256792358140834,2.631783379119841,0.4119097218858906,-0.9151381156006564,-0.6164976912801677,-0.6610745144233474,0.7106336503033048,-0.5295344899040023,0.7538297555792747,-0.9349982324932556,-0.9424348016711108,-0.047898250136584095,-0.5652954736086051,-0.029067998973526576,-1.016242895156645,-0.21031837022388716,-0.1259514585456092,-0.33454502220569854,0.6516362658024419,-0.8074359922700489,-1.0574883981777565,0.16673901838950483,0.05196173081813117,0.2900850768284883,0.4346693606369527,-0.6061402866888492,0.9476404583476948,-0.556616893762545,0.5006349306652287,-0.4480435591864066,-0.39723246717689514,-0.5426762373979594]]],"Output":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"Rate":0.1,"Errors":[-0.07689699170737785,0.011281973320400466,0.007990026590476804,0.007675804615195565,0.007337974735990246,0.007020342246429005,0.006746951493906097,0.006515669922745513,0.006319507350261089,0.006151517144394171,0.0060059172491256025,0.005878194614353253,0.005764893887746523,0.005663368148808287,0.00557157432070813,0.005487920540953662,0.005411154129516787,0.005340278756394027,0.005274492849968471,0.0052131438940976466],"Time":0.46,"Locale":"vi"} +Time":0.46,"Locale":"vi"}